body {
	font-size: 12px;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: url(..//bg.jpg) repeat;
}
#container {
	margin: auto;
	width: 910px;
	height: 100%;
}
#header {
	width: 100%;
	height: 100px;
}
#header .logo {
	float:left;
	width:380px;
	height:95px;
	background: url(..//logo.png) no-repeat 0px;
}
#header .header-right {
	float: right;
}
#header .header-right #time {
	font-size: 13px;
	color: #acc1ad;
	text-align: right;
	padding-top: 10px;
	height: 30px;
}
#header .header-right .btn-reg {
	color: #000;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 17px;
	line-height: 29px;
	letter-spacing: 1px;
	vertical-align: middle;
	display: inline-block;
	background-image: linear-gradient(to bottom, #fffd6a 0%, #4b4504 100%);
	font-weight: 700;
}
#header .header-right .form-group {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
#header .header-right .form-control-login {
	display: block;
	width: 132px;
	height: 31px;
	font-size: 14px;
	color: #fff;
	border: 1px solid #065300;
	border-radius: 4px;
	text-align: center;
}
#header .header-right .btn-login {
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 17px;
	line-height: 29px;
	letter-spacing: 1px;
	vertical-align: middle;
	display: inline-block;
	background-image: linear-gradient(to bottom, #00ff02 0%, #02571b 100%);
	font-weight: 700;
	color: #012908;
	text-shadow: 0px 0px 0px #000000;
}
input[type="text"], input[type="password"], select, textarea {
	background: rgba(0, 0, 0, 0.5);
}

#menu-bar {
	width: 910px;
	margin: 0;
	padding: 0;
	height: 36px;
	position: relative;
	z-index: 999;
	background: rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 10px #000;
	-webkit-box-shadow: 0 3px 10px #000;
	box-shadow: 0 3px 10px #000;
}
#menu-bar .livechat {
	float: right;
}
#menu-bar .livechat a {
	background: linear-gradient(top, #fffd6a, #4b4504);
	background: -ms-linear-gradient(top, #fffd6a, #4b4504);
	background: -webkit-gradient(linear, left top, left bottom, from(#fffd6a), to(#4b4504));
	background: -moz-linear-gradient(top, #fffd6a, #4b4504);
}
#menu-bar .livechat a:hover {
	background: linear-gradient(top, #76ff7e, #4b8f45);
	background: -ms-linear-gradient(top, #847a0d, #fffd6a);
	background: -webkit-gradient(linear, left top, left bottom, from(#847a0d), to(#fffd6a));
	background: -moz-linear-gradient(top, #847a0d, #fffd6a);
	color: #000;
}
#menu-bar li {
	padding: 0px 6px 0px 6px;
	float: left;
	position: relative;
	list-style: none;
}
#menu-bar a {
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	display: block;
	padding: 6px 23px 6px 23px;
	margin: 0;
	color: #012908;
	text-shadow: 0px 0px 0px #000000;
	border-radius: 0px 0px 10px 10px;
	background-image: linear-gradient(to bottom, #74fa7b 0%, #002b11 100%);
}
#menu-bar a:hover {
	background: linear-gradient(top, #069204, #00501a);
	background: -ms-linear-gradient(top, #069204, #00501a);
	background: -webkit-gradient(linear, left top, left bottom, from(#069204), to(#00501a));
	background: -moz-linear-gradient(top, #069204, #00501a);
	color: #ffffff;
	text-shadow: 0px 0px 0px #000000;
}


#info {
	background: rgba(0, 0, 0, 0.3);
}
#info .text_info {
	width: 910px;
	color: #fff;
	padding: 8px 0 6px 0;
	font-size: 14px;
}

.blink {
	-webkit-animation: blink .75s linear infinite;
	-moz-animation: blink .75s linear infinite;
	-ms-animation: blink .75s linear infinite;
	-o-animation: blink .75s linear infinite;
	 animation: blink .75s linear infinite;
}
@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-moz-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-o-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}

#slide {
	height: 300px;
	background: rgba(0, 0, 0, 0.7);
	padding: 5px;
	border-radius: 5px;
	position: relative;
	-webkit-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
	box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
}
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
}

div#slider {
	overflow: hidden; 
}
div#slider figure span {
	width: 20%;
	float: left; 
}
div#slider figure {
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	text-align: left;
	font-size: 0;
	animation: 20s slidy infinite; 
}
div#slider figure .slide1 {
background: url(https://100tst.xyz/pkdrqq/img/1.jpg) no-repeat;
width: 900px;
height:300px;
}
div#slider figure .slide2 {
background: url(https://100tst.xyz/pkdrqq/img/2.jpg) no-repeat;
width: 900px;
height:300px;
}
div#slider figure .slide3 {
background: url(https://100tst.xyz/pkdrqq/img/3.jpg) no-repeat;
width: 900px;
height:300px;
}
div#slider figure .slide4 {
background: url(https://100tst.xyz/pkdrqq/img/4.jpg) no-repeat;
width: 900px;
height:300px;
}
	
#cont {
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	margin: 12px 0 12px 0;
	border-bottom: 4px solid #03690a;
	border-top: 3px solid #03690a;
	box-shadow: 3px 6px 6px #000000;
	-webkit-box-shadow: 3px 6px 6px #000000;
	-moz-box-shadow: 3px 6px 6px #000000;
	border-radius: 0px 50px 15px 15px;
}
#cont ol {
	padding: 0px 18px 0px 45px;
}
#cont li {
	line-height: 25px;
	color: #dbfddd;
	font-size: 14px;
}
#cont li img {
	border-radius: 10px;
}
#cont p, #cont h3 {
	color: #CCC;
	font-weight: bold;
	font-size: 17px;
}
#cont .cont_title {
	padding: 0 0 0 25px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 0 21px 0 0;
	line-height: 35px;
}
#cont .cont_content {
	padding: 5px 0 50px 0px;
	color: #eeffe1;
	font-weight: normal;
	text-align: center;
}
#cont .cont_content p {
	font-size: 15px;
	color:#eeffe1;
	font-weight: normal;
	line-height: 38px;
}

#panduan {
	padding: 20px 10px 0px 10px;
}

#panduan p {
	font-size: 14px;
	color: #dbfddd;
	font-weight: normal;
}
#panduan .transition, p, ul li i:before, ul li i:after {
	transition: all 0.25s ease-in-out;
}
#panduan ul li {
	animation: flipdown 0.5s ease both;
}

@media (max-width: 550px) {
  body {
    box-sizing: border-box;
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
  }
}

#panduan ul li {
	position: relative;
	padding: 0;
	margin: 0;
}
#panduan ul li:nth-of-type(1) {
	animation-delay: 0.5s;
}
#panduan ul li:nth-of-type(2) {
	animation-delay: 0.75s;
}
#panduan ul li:nth-of-type(3) {
	animation-delay: 1s;
}
#panduan ul li:nth-of-type(4) {
	animation-delay: 1.25s;
}
#panduan ul li:nth-of-type(5) {
	animation-delay: 1.5s;
}
#panduan ul li:nth-of-type(6) {
	animation-delay: 1.75s;
}
#panduan ul li:last-of-type {
	padding-bottom: 0;
}
#panduan ul li i {
	position: absolute;
	transform: translate(-6px, 0);
	margin-top: 10px;
	right: 3px;
}
#panduan ul li i:before, ul li i:after {
	content: "";
	position: absolute;
	background-color: #ff6873;
	width: 3px;
	height: 9px;
}
#panduan ul li i:before {
	transform: translate(-2px, 0) rotate(45deg);
}
#panduan ul li i:after {
	transform: translate(2px, 0) rotate(-45deg);
}
#panduan ul li input[type=checkbox] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
}
#panduan ul li input[type=checkbox]:checked ~ p {
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	transform: translate(0, 50%);
}
#panduan ul li input[type=checkbox]:checked ~ i:before {
	transform: translate(2px, 0) rotate(45deg);
}
#panduan ul li input[type=checkbox]:checked ~ i:after {
	transform: translate(-2px, 0) rotate(-45deg);
}
#panduan label {
	background:#03840e;
	border-radius: 5px;
	padding: 7px 30px 7px 0;
	padding-left: 25px;
	color: black;
	cursor:pointer;
	text-shadow: none;
}
#panduan .list-panduan {
	border-bottom: 1px solid #03690a;
	padding: 20px 0 0 0;
}
#panduan li {
	margin: 10px;
	padding: 5px;
	
}
#panduan input[type=checkbox] { display: none; }
#panduan input[type=checkbox] ~ ul {
	max-height: 0;
	max-width: 0;
	opacity: 0;
	overflow: hidden;
	white-space:nowrap;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;  
	
}
#panduan input[type=checkbox]:checked ~ ul {
	max-height: 100%;
	max-width: 100%;
	opacity: 1;
}
#panduan input[type=checkbox] + label:before{
	transform-origin:25% 50%;
	border: 8px solid transparent;
	border-width: 8px 12px;
	border-left-color: white;
	margin-left: -17px;
	width: 0;
	height: 0;
	display: inline-block;
	text-align: center;
	content: '';
	color: #AAAFAB;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	position: absolute;
	margin-top: 5px;
}
#panduan input[type=checkbox]:checked + label:before {
	transform: rotate(90deg);
}
#panduan .detail{
	padding:5px;
	border:none;font-family: arial;
}
#panduan img {
	box-shadow: 0px 0px 16px #066300;
	-webkit-box-shadow: 0px 0px 16px #066300;
	-moz-box-shadow: 0px 0px 16px #066300;
	border-radius: 10px;
}
#cont .cont_content .jadwal {
	margin: 20px auto;
	border: 1px solid #03690a;
	color: #dbfddd;
	font-size: 13px;
	width: 700px;
}
#cont .cont_content .jadwal td {
	border: 1px solid #03690a;
	text-align: center;
	background-color: #03690a;
	width: 180px;
}
#cont .cont_content .jadwal img {
	padding: 12px 0px 0px 0px;
}

#depo-wd {
	width:910px;
	height:162px;
	margin:0px auto;
}
#depo-wd #deposit, #depo-wd #withdraw, #depo-wd #jackpot {
	float: left;
	margin-left: 15px;
	background: rgba(0, 0, 0, 0.5);
	border-bottom: 4px solid #03690a;
	border-top: 3px solid #03690a;
	box-shadow: 3px 6px 6px #000000;
	-webkit-box-shadow: 3px 6px 6px #000000;
	-moz-box-shadow: 3px 6px 6px #000000;
	border-radius: 0px 15px 15px 15px;
	width: 284px;
	height: 145px;
}
#depo-wd #deposit .tbl_deposit, #depo-wd #withdraw .tbl_withdraw {
	width: 273px;
	color: #acc1ad;
	font-size: 13px;
	line-height: 18px;
	padding: 2px 0px 0px 11px;
}
#depo-wd #jackpot .tbl_jackpot {
	width: 283px;
}
#depo-wd #jackpot .tbl_jackpot td {
	color: #3f9045;
	font-size: 17px;
	text-shadow: #000000 2px 3px 4px;
	padding: 0px 0px 0px 29px;
	line-height: 26px;
	font-weight: 700;
	border-top: 1px dotted #149c30;
}
#depo-wd .name, #footer .games {
	text-align: left;
}
#depo-wd .date, #depo-wd .amt, #footer .Copyright {
	text-align: right;
}
#depo-wd #deposit span, #depo-wd #withdraw span, #depo-wd #jackpot span {
	font-size: 17px;
	line-height: 26px;
	padding: 3px 17px 3px 12px;
	margin: 0;
	background-image: linear-gradient(to bottom, #74fa7b 0%, #002b11 100%);
	color: #012908;
	font-weight: 700;
	border-radius: 0px 0px 19px 0px;
}
#depo-wd #jackpot img {
	border-radius: 0px 20px 0px 0px;
	margin-bottom: 6px;
}

.Contact {
	position: fixed;
	z-index: 1000;
	left: 5px;
	width: 153px;
	top: 130px;
}
#Contact .Contact li {
	list-style: none;
}
#Contact .Contact .wa {
	background: url(..//contact/wa.gif) no-repeat;
	width:152px;
	height:34px;
}
#Contact .Contact .line {
	background: url(..//contact/line.gif) no-repeat;
	width:152px;
	height:34px;
}
#Contact .Contact .skype {
	background: url(..//contact/skype.gif) no-repeat;
	width:152px;
	height:34px;
}
#Contact .Contact .wechat {
	background: url(..//contact/wechat.gif) no-repeat;
	width:152px;
	height:34px;
}
#Contact .Contact .bbm {
	background: url(..//contact/bbm.gif) no-repeat;
	width:152px;
	height:34px;
}
#Contact .Contact .fb {
	background: url(..//contact/fb.gif) no-repeat;
	width:152px;
	height:34px;
}
#Contact .Contact .tw {
	background: url(..//contact/tw.gif) no-repeat;
	width:152px;
	height:38px;
	border-radius: 0 0 7px 7px;
}

#Contact .Contact .wa a, .line a, .skype a, .wechat a, .bbm a, .fb a, .tw a {
	text-decoration: none;
	line-height: 33px;
	color: #ffffff;
	font-size: 14px;
	float: right;
	margin-right: 12px;
}
.content h1 {
	font-size: 13px;
	text-align: center;
}
#footer {
	margin: 10px;
}
#footer, .content {
	color: #acc1ad;
	text-align: center;
}
#footer tr {
	font-style: italic;
}
#footer table, #footer h3  {margin: 0px auto;}
#footer .foot-logo {
	width: 100px;
	background: url(..//logox.png) no-repeat 1px 2px;
}