@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Acme|Permanent+Marker&display=swap');
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

h1,
h2,
h3 {
	font-size: 20px;
	text-align: center;
	color: #d4b531;
}

a {
	color: #FC0;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

table {
	width: 245px;
	padding: 5px;
}

th,
td {
	text-align: left;
	padding: 5px;
	color: #ffc4c4;
	font-family: 'Acme', sans-serif;
	font-size: 14px;
	-webkit-box-shadow: 0 12px 20px 0px #060606;
	-moz-box-shadow: 0 12px 20px 0px #060606;
	box-shadow: 0 12px 20px 0px #060606;
}

input[type="text"],
input[type="password"],
select,
textarea {
	width: 120px;
	height: 34px;
	font-weight: 700;
	padding: 6px 10px;
	line-height: 20px;
	border: 1px solid #c9c7cc;
	border-radius: 4px;
}

body {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top: 110px;
	background: #000 url("../images/background.jpg") center 110px no-repeat;
}

#header-space {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	min-width: 900px;
	background: -moz-linear-gradient(top, #565757 0%, #262626 30px, #131313 30px, #000000 100%);
	background: -webkit-linear-gradient(top, #565757 0%, #262626 30px, #131313 30px, #000000 100%);
	background: linear-gradient(to bottom, #565757 0%, #262626 30px, #131313 30px, #000000 100%);
}

#header-space:before,
#header-space:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 12px;
	width: 20%;
	z-index: 100;
}

#header-space:before {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	left: 0;
}

#header-space:after {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	right: 0;
}

#header-bg {
	background: url("../images/list-header.png") 0 100% repeat-x;
	position: relative;
}

#header-bg:before,
#header-bg:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 99;
	bottom: 0;
	width: 60px;
	height: 60px;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
	-webkit-animation-duration: 5s;
	-moz-animation-duration: 5s;
	-o-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

#header-bg:before {
	left: 0;
}

#header-bg:after {
	right: 0;
}

#header-elements {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 101;
}

#header-right {
	text-align: right;
	margin: 10px 17px 0 17px;
	padding-right: 32px;
	float: right;
}

#header-right .btn-login,
.btn-regis {
	display: inline-block;
	padding: 6px 4px;
	font-size: 20px;
	line-height: 20px;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #d3d1d5;
	border-radius: 4px;
	width: 110px;
	background: #eeedee;
	background: -moz-linear-gradient(top, #eeedee 0%, #fcfeff 48%, #dad8dc 49%, #b2afb6 100%);
	background: -webkit-linear-gradient(top, #eeedee 0%, #fcfeff 48%, #dad8dc 49%, #b2afb6 100%);
	background: linear-gradient(to bottom, #eeedee 0%, #fcfeff 48%, #dad8dc 49%, #b2afb6 100%);
	margin: 0 0 0 5px;
	color: #2c1a01;
	font-weight: 700;
	text-shadow: 1px 1px 0 #dfb8a5, -1px -1px 0 #dfb8a5, -1px 1px 0 #dfb8a5, 1px -1px 0 #dfb8a5;
}

#header-right .btn-regis {
	background: #d08e31;
	background: -moz-linear-gradient(top, #d08e31 0%, #ffd956 21%, #fdf6b8 49%, #996c2f 53%, #f7d787 74%, #e8b958 100%);
	background: -webkit-linear-gradient(top, #d08e31 0%, #ffd956 21%, #fdf6b8 49%, #996c2f 53%, #f7d787 74%, #e8b958 100%);
	background: linear-gradient(to bottom, #d08e31 0%, #ffd956 21%, #fdf6b8 49%, #996c2f 53%, #f7d787 74%, #e8b958 100%);
	margin: 0 5px 0 0;
	color: #000;
}

#header-right .login {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header-right .login>li {
	display: inline-block;
	vertical-align: top;
}

#header-right .list-controls {
	position: relative;
	z-index: 3;
}

#header-right .running-text {
	height: 23px;
	line-height: 32px;
	width: 485px;
	font-family: 'Acme', sans-serif;
	color: #fff1d4;
}

#header-right #menu {
	position: absolute;
	bottom: 57px;
	width: 50%;
	z-index: 3;
	text-align: left;
}

#header-right .menu-list {
	height: 31px;
	overflow: hidden;
	display: inline-block;
	padding: 0 10px 0 10px;
	transition: all 0.2s;
}

#header-right .menu-list:hover {
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #fff;
	-moz-box-shadow: 0 0 5px #fff;
	box-shadow: 0 0 5px #fff;
	font-style: italic;
}

#header-right nav a {
	font-family: 'Acme', sans-serif;
	font-size: 20px;
}

#menu .livechat {
	float: right;
	border: 1px solid #d2923b;
	-webkit-box-shadow: inset 0 0 5px 1px #d2923b;
	box-shadow: inset 0 0 5px 1px #d2923b;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#menu .livechat a {
	color: #d2923b;
	line-height: 32px;
}

#menu .livechat a:hover {
	color: #fff;
}

#header-left {
	overflow: hidden;
	margin: 0 auto -41px;
	text-align: center;
	background: url("../images/list-header2.png") 0 100% / 100% 102px no-repeat;
	height: 169px;
}

#header-left img {
	/* position: relative; */
	width: 230px;
	margin-top: 10px;
}

#wrapper {
	z-index: 2;
	width: 900px;
	margin: 0 auto;
}

#middle {
	position: relative;
	margin: 0 auto;
	height: 494px;
	max-width: 800px;
}

#middle .slides {
	height: 375px;
	width: 730px;
	float: left;
	margin: 40px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#middle .slides .slide1 {
	background: url(https://100tst.sbs/kiupkv/image01.jpg) no-repeat;
	height: 375px;
	width: 730px;
}

#middle .slides .slide2 {
	background: url(https://100tst.sbs/kiupkv/image02.jpg) no-repeat;
	height: 375px;
	width: 730px;
}

#middle .slides .slide3 {
	background: url(https://100tst.sbs/kiupkv/image03.jpg) no-repeat;
	height: 375px;
	width: 730px;
}

#middle .slides .slide4 {
	background: url(https://100tst.sbs/kiupkv/image04.jpg) no-repeat;
	height: 375px;
	width: 730px;
}

#middle .slides ul {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

@-webkit-keyframes anim_slides {
	0% {
		opacity: 0;
	}
	6% {
		opacity: 1;
	}
	24% {
		opacity: 1;
	}
	30% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes anim_slides {
	0% {
		opacity: 0;
	}
	6% {
		opacity: 1;
	}
	24% {
		opacity: 1;
	}
	30% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

#middle .slides ul li {
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-animation-name: anim_slides;
	-webkit-animation-duration: 24.0s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-delay: 0;
	-webkit-animation-play-state: running;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: anim_slides;
	-moz-animation-duration: 24.0s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: normal;
	-moz-animation-delay: 0;
	-moz-animation-play-state: running;
	-moz-animation-fill-mode: forwards;
}

#middle .slides ul li:nth-child(2),
#middle .slides ul li:nth-child(2) div {
	-webkit-animation-delay: 6.0s;
	-moz-animation-delay: 6.0s;
}

#middle .slides ul li:nth-child(3),
#middle .slides ul li:nth-child(3) div {
	-webkit-animation-delay: 12.0s;
	-moz-animation-delay: 12.0s;
}

#middle .slides ul li:nth-child(4),
#middle .slides ul li:nth-child(4) div {
	-webkit-animation-delay: 18.0s;
	-moz-animation-delay: 18.0s;
}

#middle .slides ul li img {
	display: block;
}

@-webkit-keyframes anim_titles {
	0% {
		left: 100%;
		opacity: 0;
	}
	5% {
		left: 10%;
		opacity: 1;
	}
	20% {
		left: 10%;
		opacity: 1;
	}
	25% {
		left: 100%;
		opacity: 0;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}

@-moz-keyframes anim_titles {
	0% {
		left: 100%;
		opacity: 0;
	}
	5% {
		left: 10%;
		opacity: 1;
	}
	20% {
		left: 10%;
		opacity: 1;
	}
	25% {
		left: 100%;
		opacity: 0;
	}
	100% {
		left: 100%;
		opacity: 0;
	}
}

#middle #jackpot-domino,
#middle #jackpot-poker {
	position: absolute;
	bottom: 0px;
	z-index: 5;
}

#middle #jackpot-poker {
	left: 10%;
	background: url(../images/jp-poker.png) no-repeat;
	width: 277px;
	height: 98px;
}

#middle #jackpot-domino {
	right: 10%;
	background: url(../images/jp-domino.png) no-repeat;
	width: 277px;
	height: 98px;
}

#middle #jackpot-poker span {
	display: inline-block;
	padding: 30px 35px;
	font-size: 35px;
	color: #2c1a01;
	font-weight: 700;
	text-shadow: 1px 1px 0 #dfb8a5, -1px -1px 0 #dfb8a5, -1px 1px 0 #dfb8a5, 1px -1px 0 #dfb8a5;
}

#middle #jackpot-domino span {
	display: inline-block;
	padding: 30px 50px;
	font-size: 35px;
	color: #2c1a01;
	font-weight: 700;
	text-shadow: 1px 1px 0 #dfb8a5, -1px -1px 0 #dfb8a5, -1px 1px 0 #dfb8a5, 1px -1px 0 #dfb8a5;
}

#contact {
	width: 800px;
	margin: 0 auto;
	height: 60px;
}

#contact table {
	width: 850px;
}

#contact table td {
	border-bottom: none;
	border-radius: 5px;
}

#contact table img {
	vertical-align: middle;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 8px 0 #d19600;
	-moz-box-shadow: 0 0 8px 0 #805c00;
	box-shadow: 0 0 8px 0 #805c00;
	background: #000000;
}

#lastest {
	height: 235px;
	width: 800px;
	margin: 0 auto;
}

#lastest .col_allw300 {
	float: left;
	width: 245px;
	margin-right: 31px;
	border-radius: 10px;
	-webkit-box-shadow: 0 12px 20px 0 #000000;
	-moz-box-shadow: 0 12px 20px 0 #000000;
	box-shadow: 0 12px 20px 0 #000000;
}

#lastest .col_allw300 img {
	float: left;
	border-radius: 10px;
}

#lastest .col_allw300 p {
	font-family: 'Permanent Marker', cursive;
	font-size: 18px;
	color: #d1ac63;
	text-align: center;
}

#lastest #deposit,
#lastest #weekly-winner,
#lastest #withdraw {
	height: 157px;
}

#lastest .date {
	color: #d1ac63;
	text-align: center;
}

#lastest .amt {
	text-align: right;
}

#lastest .col_last {
	margin: 0
}

#bank {
	-webkit-box-shadow: 0 0 4px 0 #6d5807;
	-moz-box-shadow: 0 0 4px 0 #6d5807;
	box-shadow: 0 0 4px 0 #6d5807;
	width: 800px;
	margin: 0 auto;
	border-radius: 5px;
	height: 38px;
}

.site-footer {
	height: 50px;
	margin: 10px 0 30px 0;
}

.site-footer p {
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0;
	line-height: 50px;
}

.footer-text {
	font-family: arial;
	width: 800px;
	margin: 0 auto;
	padding-top: 50px;
}

.footer-text p {
	text-align: justify;
	font-size: 15px;
	color: #fff8ca;
}