body {
    line-height: 1;
    font-size: 22px;
    background: black url(../img/bg.jpg) center top no-repeat;
    padding: 0px;
    margin: 0px;
    font-family: sans-serif;
    min-width: 1008px;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.header-wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 88px;
}

.clear {
	clear: both;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.content #header {
	border: 1px solid white;
	border-radius: 5px 5px 0 0;
	color: white;
	font-size: 20px;
	padding: 10px;
	margin-top: 10px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
	border-bottom: 1px #999999 solid;
}

.content #body {
	border: 1px solid white;
	border-radius: 0 0 5px 5px;
	color: white;
	border-top: none;
	padding: 10px;
	min-height: 150px;
	margin-bottom: 10px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
}

#space {
	height: 420px;
}

.header {
	background: url(https://100tst.info/jyqq/img/bg_x.jpg) repeat-x;
	height: 90px;
	border-bottom: solid 2px #16a6f3;
}

.logo {
	margin-top: 5px;
}

.header-right {
	width: 590px;
	height: auto;
	;
}

form.my-form {
	width: 590px;
	height: auto;
	margin-top: 10px;
}

#textbox-bg {
	width: 350px;
	height: 26px;
}

form.my-form input[name="username"] {
	width: 154px;
	height: 30px;
	border: none;
	background: white;
	font-size: 17px;
	text-align: center;
	color: #000;
	border-radius: 5px;
	margin-left: 5px;
}

form.my-form input[name="password"] {
	width: 154px;
	height: 30px;
	border: none;
	background: white;
	font-size: 17px;
	text-align: center;
	color: #000;
	border-radius: 5px;
	margin-left: 5px;
}

#btnLogin {
	width: 128px;
	height: 31px;
	background: url(../img/menu.jpg) center no-repeat;
	color: #fbe466;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 5px;
	border-radius: 10px;
	border-top: solid 1px #04ff00;
}

#btnDaftar {
	width: 128px;
	height: 31px;
	background: url(../img/daftar.jpg) center no-repeat;
	color: #000;
	line-height: 31px;
	display: block;
	text-decoration: none;
	text-align: center;
	border-radius: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 5px;
	border-top: solid 1px #f00;
}

#btnLogin:hover {
	color: #fff;
	border-top: solid 1px #04ff00;
	border-bottom: solid 1px #04ff00;
	background: url(../img/home.jpg) center no-repeat;
}

#btnDaftar:hover {
	color: #fff;
	border-top: solid 1px #f00;
	border-bottom: solid 1px #f00;
	background: url(../img/home.jpg) center no-repeat;
}

.marquee-bg {
	width: 585px;
	color: #fbe466;
	margin-top: 28px;
	margin-left: 10px;
	font-weight: bold;
}

#runningText {
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.menu {
	width: 100%;
	margin-top: 22px;
	position: relative;
	z-index: 999;
}

.menu-left {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

.menu-left>li {
	display: inline-block;
	margin-left: 0px;
	border-top: solid 1px #2fc0ff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.menu-left>li>a {
	width: 124px;
	height: 37px;
	background: url(../img/menu.jpg) center no-repeat;
	display: block;
	color: #fbe466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
}

.menu-left>li:hover>a {
	background: url(img/home.png) center no-repeat;
	color: white;
	border-bottom: solid 1px #2fc0ff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.menu-right {
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}

.menu-right>li {
	display: inline-block;
	margin-left: 0px;
	border-top: solid 1px #2fc0ff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.menu-right>li>a {
	width: 124px;
	height: 37px;
	background: url(../img/menu.jpg) center no-repeat;
	display: block;
	color: #fbe466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
}

.menu-right>li:hover>a {
	background: url(../img/home.png) center no-repeat;
	color: white;
	border-bottom: solid 1px #2fc0ff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.slides {
	height: 330px;
	width: 990px;
	float: left;
	margin-top: -32px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 0 5px 0 5px;
}

.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;
	}
}

.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;
}

.slides ul li:nth-child(2),
.slides ul li:nth-child(2) div {
	-webkit-animation-delay: 6.0s;
	-moz-animation-delay: 6.0s;
}

.slides ul li:nth-child(3),
.slides ul li:nth-child(3) div {
	-webkit-animation-delay: 12.0s;
	-moz-animation-delay: 12.0s;
}

.slides ul li:nth-child(4),
.slides ul li:nth-child(4) div {
	-webkit-animation-delay: 18.0s;
	-moz-animation-delay: 18.0s;
}

.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;
	}
}

.social-bg {
	width: 1000px;
	height: 60px;
	margin: 8px 0 8px 0;
}

.contact {
	margin: 0px;
	padding: 0px;
	margin-top: 7px;
	margin-left: 0px;
	font-size: 16px;
}

.contact>li {
	display: inline-block;
	color: #9ae0ff;
	font-family: sans-serif;
	font-size: 14px;
	height: 51px;
}

.contact>li a {
	color: #9ae0ff;
	font-family: sans-serif;
	text-decoration: none;
}

.contact>li:first-child {}

.contact .wa {
	font-family: sans-serif;
	box-shadow: 0 0px 10px 2px #037fba;
	-webkit-box-shadow: 0 0px 10px 2px #037fba;
	-moz-box-shadow: 0 0px 10px 2px #000000;
}

.contact .line {
	margin-left: 7px;
	font-family: sans-serif;
	box-shadow: 0 0px 10px 2px #037fba;
	-webkit-box-shadow: 0 0px 10px 2px #037fba;
	-moz-box-shadow: 0 0px 10px 2px #000000;
}

.contact .skype {
	margin-left: 7px;
	font-family: sans-serif;
	box-shadow: 0 0px 10px 2px #037fba;
	-webkit-box-shadow: 0 0px 10px 2px #037fba;
	-moz-box-shadow: 0 0px 10px 2px #000000;
}

.contact .wechat {
	margin-left: 7px;
	font-family: sans-serif;
	box-shadow: 0 0px 10px 2px #037fba;
	-webkit-box-shadow: 0 0px 10px 2px #037fba;
	-moz-box-shadow: 0 0px 10px 2px #000000;
}

.contact .telegram {
	margin-left: 7px;
	font-family: sans-serif;
	box-shadow: 0 0px 10px 2px #037fba;
	-webkit-box-shadow: 0 0px 10px 2px #037fba;
	-moz-box-shadow: 0 0px 10px 2px #000000;
}

.contact .livechat {
	margin-left: 7px;
	box-shadow: 0 0px 10px 2px #037fba;
	-webkit-box-shadow: 0 0px 10px 2px #037fba;
	-moz-box-shadow: 0 0px 10px 2px #000000;
}

.deposit {
	width: auto;
	height: auto;
}

#five-last {
	height: 250px;
}

#lastdp {
	width: 328px;
	height: 255px;
	background: #00508a36;
	box-shadow: 0 12px 10px 0px #037fba;
	-webkit-box-shadow: 0 12px 10px 0px #037fba;
	-moz-box-shadow: 0 12px 10px 0px #000000;
}

#lastdp img {
	border-radius: 10px;
}

#lastwd {
	width: 328px;
	height: 255px;
	background: #00508a36;
	box-shadow: 0 12px 10px 0px #037fba;
	-webkit-box-shadow: 0 12px 10px 0px #037fba;
	-moz-box-shadow: 0 12px 10px 0px #000000;
}

#lastwd img {
	border-radius: 10px;
}

#transaction-table {
	width: 325px;
	height: 170px;
	top: 45px;
	left: 10px;
}

#transaction-table>tbody>tr>td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9ae0ff;
	text-align: left;
	border-bottom: 1px solid #256ca1;
	padding-left: 12px;
	line-height: 32px;
}

#transaction-table .date {
	padding-left: 50px;
	color: #fbe985;
}

#transaction-table .amt {
	text-align: right !important;
}

#transaction-table>tbody>tr>td:last-child {
	padding-right: 10px;
}

#jackpot {
	width: 315px;
	height: 239px;
	text-align: center;
	color: #ecb73b;
	font-size: 25px;
	line-height: 48px;
	letter-spacing: 3px;
	float: left;
	box-shadow: 0 5px 10px 12px #037fba;
	-webkit-box-shadow: 0 5px 10px 12px #037fba;
	-moz-box-shadow: 0 5px 8px 12px #000000;
	margin: 12px 10px 0 10px;
	padding-top: 10px;
}

#jackpot td {
	text-align: center;
}

#jackpot span {
	background: #037fba;
	border-radius: 20px;
	padding: 5px 15px 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.warning-bg {
	width: 990px;
	height: 77px;
	background: url(../img/warning-bg.png) left no-repeat;
	margin-top: 20px;
}

.warning {
	margin-top: 10px;
	margin-left: 20px;
}

.ftlogo {
	margin-right: 0px;
}

.footer {
	height: auto;
	text-align: center;
}

h1,
h2,
h3,
h4 {
	color: #6bb9dc;
	font-size: 20px;
	margin-top: 8px;
}

p {
	color: #6bb9dc;
	font-size: 16px;
}

p1 {
	color: #6bb9dc;
	font-size: 23px;
	line-height: 55px;
	font-weight: bold;
	font-family: RobotoSlab;
}

.bank-div {
	width: 430px;
	margin-left: 70px;
	margin-bottom: 20px;
}

.support-bank {
	color: white;
	font-family: Calibri;
	font-size: 13px;
	margin: 0px;
}

.copyright {
	color: #6bb9dc;
	font-size: 18px;
	line-height: 55px;
	font-weight: bold;
}