@import url('https://fonts.googleapis.com/css?family=PT+Sans');

body {font-family: 'PT Sans', sans-serif; color: #ffffff; background-color: #000000}

img {max-width: 100%;}

.fl {float: left;}
.fr {float: right;}

.tal {text-align: left;}
.tar {text-align: right;}

.dib {display: inline-block;}

.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}

.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}

.mb10 {margin-bottom: 10px;}
.mb20, .marb20 {margin-bottom: 20px;}

.wa {width: auto!important}
.w20 {width: 20%}
.w30 {width: 30%}

a {color: #efd77f}
a:hover {color: #ffffff}
a, a:focus, a:hover {text-decoration: none;}

h2 {
	font-weight:bold; font-size: 28px; text-transform: uppercase;
	/*background: -webkit-linear-gradient(#83817f, #ffffff, #555555, #ffffff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	color:#ffffff;
}

.container {position: relative;}
.btns1 {background-color: #2e2f2e; border: 1px solid #ffd200; border-radius: 0px; padding: 0px 20px; line-height: 30px; text-transform: uppercase; color: #ffffff}
	.btns1:hover {background-color: #ffd200; color: #ffffff}
.btns2 {background-color: #ffd200;}

.form-control { background-color: #000000; color: #ffffff; border: 1px solid #555555; border-radius: 0px; }
.form-control.error {border: 1px solid #ff0000}
label {font-weight: normal;}
label.error {color: #ff0000; font-size: 12px;}

.modal-content { border: 1px solid #efd77f; background: #000000; overflow: hidden;}
.modal-header {
	border-bottom: 1px solid #efd77f; padding:8px 15px;
	background: #fae58c;
	background: -moz-linear-gradient(top,  #fae58c 0%, #ba8a1c 100%); 
	background: -webkit-linear-gradient(top,  #fae58c 0%,#ba8a1c 100%);
	background: linear-gradient(to bottom,  #fae58c 0%,#ba8a1c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae58c', endColorstr='#ba8a1c',GradientType=0 );
}
.modal-footer {border-top: 1px solid #efd77f;}

#top {background-color: #111111} 
	#top .container {padding: 0px 0px 20px}

	#logo {padding-top: 20px}
		#logo img {max-height: 80px; max-width: 100%}

	#topr {text-align: right;}
		.topp1 {width: 20%; display: inline-block; margin-left: 3px; min-width: 140px;}
			.loginbtn, .registerbtn {
				font-size: 16px; text-transform: uppercase; line-height: 34px; display: block; text-align: center; width: 100%; border-radius: 0px 0px 10px 10px;
				background: #3b3b3b;
				background: -moz-linear-gradient(top,  #3b3b3b 0%, #000000 100%); 
				background: -webkit-linear-gradient(top,  #3b3b3b 0%,#000000 100%);
				background: linear-gradient(to bottom,  #3b3b3b 0%,#000000 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#000000',GradientType=0 );
			}
			.loginbtn {border:1px solid #ffffff; color: #ffffff; border-top: 0px}
			.registerbtn {border:1px solid #efd77f;  color: #efd77f; border-top: 0px}

			.loginbtn:hover, .registerbtn:hover {color: #ffffff; background: #000000}
		/*.topp2 {float: right; width: 100%; }
			.topp2 .input-group {width: 20%;}
			.topp2 .input-group img {margin-top: 5px}
			.topp2 .dib {vertical-align: top;  margin-left: 5px; margin-bottom: 10px;}
			.topp2 .dib.ww {width: 20%}
			.topp2 a {color: #ffffff}
			.topp2b a:hover {color: #ffd200}*/

.hovernav {position: relative; text-align: left;}
	.hovernav ul {list-style: none; margin: 0px; padding: 0px; position: absolute; z-index: 99; background-color: #111111; min-width: 100%; border:1px solid #222222; display: none;}
	.hovernav ul a {display: block; padding: 6px 15px; border-bottom: 1px solid #222222}

.hovernav ul.active {display: block;}

#menu {
	background: #fae58c;
	background: -moz-linear-gradient(top,  #fae58c 0%, #ba8a1c 100%); 
	background: -webkit-linear-gradient(top,  #fae58c 0%,#ba8a1c 100%);
	background: linear-gradient(to bottom,  #fae58c 0%,#ba8a1c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae58c', endColorstr='#ba8a1c',GradientType=0 );
}

	.t-menu {font-size: 14px; line-height: 14px; padding-left: 5px;}

	.navbar {margin-bottom: 0px; margin-top: 0px; font-size: 14px; font-weight: bold; min-height: 0px; text-transform: uppercase; border:0px;}
		.navbar-toggle {
			float: left;
			background: #ba8a1c;
		}
		.navbar-collapse {box-shadow: 0px 0px 0px; padding: 0px}
		.navbar-toggle .icon-bar {background-color: #ffffff}

		.navbar-nav > li > a {color: #ffffff}
		.navbar-nav > li.active > a {color: #84fffe}

		.nav > li > a:focus, .nav > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover { background-color: transparent;}

		.navbar-nav .ns { padding: 15px 15px;}

			.navbar-nav .ns.active, .navbar-nav .ns:hover {background-color: #111111}

#annoucement {background-color: #000000; padding: 5px 0px; color: #efd77f}
	.a-icon {width: 3%; float: left;}
	.a-text {width: 97%; float: left; font-size: 11px;}

#banner {/*float: left;*/}
	#banner img {width: 100%;}

#jackpot { background:url(../img/home/jackpot_bg.jpg) no-repeat top center; position: relative; height: 137px; margin-bottom: 20px;}
	.j-text { 
		background:url(../img/home/jackpot.gif) no-repeat top center; width: 405px; height: 127px; border-radius: 7px; position: absolute; top: 50%; left: 50%;
		font-size: 44px; font-weight: bold; line-height: 127px; text-align: center;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform:    translate(-50%, -50%);
		-ms-transform:     translate(-50%, -50%);
		-o-transform:      translate(-50%, -50%);
		transform:         translate(-50%, -50%);
	}

#step {
	/*position: absolute; width: 240px; padding:15px; right: 0px; top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);*/
}
	.stepbox {text-align: center; text-transform: uppercase; background-repeat: no-repeat; background-position: left center; height: 55px;
		margin: 15px 1% 0px; display: inline-block; width: 22.6%;
	}

		.stepbox.s1 {background-image:url(../img/home/ht01.png)}
		.stepbox.s2 {background-image:url(../img/home/ht02.png)}
		.stepbox.s3 {background-image:url(../img/home/ht03.png)}
		.stepbox.s4 {background-image:url(../img/home/ht04.png)}
		.stepbox a {
			font-size: 16px; text-transform: uppercase; line-height: 36px; display: inline-block; text-align: left; width: calc(100% - 75px); box-shadow: 2px 4px 6px 4px #000000;
			border-radius: 10px; border:1px solid #efd77f; color: #ffffff; margin-left: 75px; padding-left: 12px; margin-top: 8px;
			background: #3b3b3b;
			background: -moz-linear-gradient(top,  #3b3b3b 0%, #000000 100%); 
			background: -webkit-linear-gradient(top,  #3b3b3b 0%,#000000 100%);
			background: linear-gradient(to bottom,  #3b3b3b 0%,#000000 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#000000',GradientType=0 );
		}
		.stepbox a:hover {color: #efd77f}

#footer {
	text-transform: uppercase; font-size: 12px; padding: 15px 0px;
	background: #fae58c;
	background: -moz-linear-gradient(top,  #fae58c 0%, #ba8a1c 100%); 
	background: -webkit-linear-gradient(top,  #fae58c 0%,#ba8a1c 100%);
	background: linear-gradient(to bottom,  #fae58c 0%,#ba8a1c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae58c', endColorstr='#ba8a1c',GradientType=0 );
}
	#footer a {color: #ffffff}
	#footer a:hover {color: #111111}
	#footer .copyright {text-align: right;}

#seo {color: #9689ab; font-size: 12px; padding: 20px 0px; background-color: #111111}
	#seo h1 {font-size: 24px;}
	#seo h2 {font-size: 24px; background: none; -webkit-text-fill-color: #9689ab; text-transform: capitalize;}
	#seo h3 {font-size: 22px;}
	#seo h4 {font-size: 20px;}
	#seo h1,#seo h3,#seo h4 {margin: 30px 0px 10px}

.closeBtt {color: #000000;}

.closeBtt {color: #000000;}
.CommonBtt {background-color: #000000; color: #efd77f; border:1px solid #efd77f;}
.input-group-addon {border-radius: 0px;}

#content {
	background: #000000;
	background: -moz-linear-gradient(top,  #111111 0, #000000 400px); 
	background: -webkit-linear-gradient(top,  #111111 0,#000000 400px);
	background: linear-gradient(to bottom,  #111111 0,#000000 400px);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#000000',GradientType=0 );
}
/*#content {background:url(../img/bg.jpg) no-repeat top center #000000;}*/
	#content .container {/*background: rgba(0,0,0,0.6);*/ padding-bottom: 30px;}

	.gamerow .col {margin-bottom: 30px;}
	.gamerow .col img {width: 100%}
	.gamerow h2 {text-align: center;}

	.gamebox {border: 1px solid #f8c03e; margin: 10px 0px}
	.gamebox img {width: 100%; max-height: 198px}
	.gamebox .gtittle {padding: 5px 0px}

	.gamebox:hover {border-color: #ffffff}

	.gameholder {}
		.gameholder-menu {background-color: #111111; margin-bottom: 20px;}
			.gameholder-menu a {border-bottom: 0px; padding: 8px 20px; display: inline-block; text-transform: uppercase; font-size: 16px; color: #777777}
			.gameholder-menu a.active, .gameholder-menu a:hover {color: #efd77f}
		.gameholder-listing {}
			.gamelist {margin: 5px 0px; padding:0px 5px;}
			.gamelist img {width: 100%}

#content-top { /*background:rgba(0,0,0,0.7);*/ position: relative; margin-bottom: 20px;}

.cm { display: block; width:80%; padding: 0; margin-left: 20%; border: 1px solid #8e8e8e;}
.contentblock { display: block; padding:15px 0;}
.contentblock.hidden { display: none; }
.contentblock img {width: 100%}
.contentblock a {padding: 8px 0px; display: block;}

.sidemenu { margin: 0; padding: 0; width: 20%; float: left; border-top: 1px solid #8e8e8e;}
.sidemenu li { display: block; text-align: center; border: 1px solid #8e8e8e; border-top:none;font-size: 17px; font-weight:600;}
.sidemenu li a { display: block; text-align:center; color: #fff; text-decoration: none; height:35px; padding-top:4px;}
.sidemenu li a:hover { color:#fff; background:#4d0707;}
.sidemenu li a strong { display: block; }
.sidemenu li a.open { background:#000000; width:101%; }

.panel ul { padding-left:20px;}
.panel-body {background-color: #333333}
.panel-default {border:1px solid #8e8e8e;}
.panel-default>.panel-heading { background:#000; border-bottom:1px solid #000}
.panel-collapse > .panel-body { border-top: 1px solid #ff0000;}
.panel-title {color:#FFF;}

select {color: #111111}

.mobLine {border-top: 1px solid #8e8e8e; padding-top: 20px; margin-top: 15px;}

.tab-content > .tab-pane {
  	padding: 1.6rem;
  	overflow-y: auto;
  	border: 1px solid #8e8e8e;
	background:rgpa (0,0,0,0.6); 
}
.nav-tabs{
	float:left;
}
.nav-tabs li{
	float:none;
}	
.nav-tabs > li{
	margin-bottom: -1px;
	border-top: 1px solid #8e8e8e;
	border-left: 1px solid #8e8e8e;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  	color:#ffffff;
  	cursor: default;
	border: 1px solid transparent;
  	background:rgba(0,0,0,0.8);
  	border-bottom: 1px solid #8e8e8e;
  	z-index: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {margin-right:-1px; color: #8e8e8e}
.nav-tabs{
	border-bottom: 1px solid #8e8e8e;
}
.nav > li > a{
	color:#fff;
  	/*background:rgba(0,0,0,0.3);*/
  	background:transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
  	text-decoration: none;
}
.table2 {
  	border-spacing: 0;
  	border-collapse: collapse;
  	border-bottom: 1px solid #8e8e8e;
  	border-left: 1px solid #8e8e8e;
 	border-right: 1px solid #8e8e8e;
	background:rgba(0,0,0,0.5)
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #8e8e8e;
  font-weight: 400;
}
.tr1 { background:rgba(0,0,0,0.8);}
.thead1 {border-top: 1px solid #8e8e8e}
.nav-tabs > li > a:hover {border: 1px solid transparent;}

.btn-af-page {
	margin-bottom: 10px;
}
.btn-af-page button, .btn-af-page button:focus, .btn-af-page button:hover {
	border: 1px solid #4d4d4e;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	width: 100%;
	background: #d9b300;
}
.btn-af-page .dropdown-menu {
	background: rgb(78,80,81); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(78,80,81,1) 0%, rgba(24,24,24,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(78,80,81,1) 0%, rgba(24,24,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(78,80,81,1) 0%, rgba(24,24,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5051', endColorstr='#181818', GradientType=0 ); /* IE6-9 */
	text-align: center;
	border: 1px solid #4d4d4e;
	width: 100%;
}
.btn-af-page button .caret {
	right: 4%;
	top: 45%;
	position: absolute;
}
.btn-af-page .dropdown-menu li a {
	color: #FFFFFF;
	font-size: 15px;
}
.btn-af-page .dropdown-menu li a:hover, .dropdown-menu li a:focus {
	background: #003471;
	color: #FFFFFF;
}

.ts1 {margin: 5px 0px}
  .ts1 td {padding: 5px; border:1px solid #ffffff; }

.aimg {cursor: pointer;}

/*** WALLET ***/
.blbbox {position: relative; margin-top: 3px; margin-left: 3px; display: inline-block;}
	.blbboxtop {padding: 3px 10px; display: inline-block; background-color: #2e2f2e; border: 1px solid #ffe000; cursor: pointer;}
		.blbboxtop span {font-size: 14px; padding-left: 2px;}

	.blbbox.active .blbboxtop {background-color: #ffe000; color: #333333}

	.blbboxin {background-color: #50248e; position: absolute; z-index: 99; right: 0px; min-width: 180px; display: none; border:1px solid #ffe000; text-align: right;}
		.blbboxin:before {display: block; width: 0px; height: 0px; position: absolute; top: -6px; right: 11px; border-right: 6px solid transparent; border-left: 6px solid transparent; border-bottom: 6px solid #50248e; content: ""}
		.blbboxin .bbl {padding: 2px 8px; border-bottom: 1px solid #8456c6; position: relative;}
		.blbboxin .bbl p {float: left; margin:0px; font-size: 12px;}
		.blbboxin .bbl span {padding: 0px 5px; font-size: 12px;}
		.blbboxin .bbl a {color: #ffe000}
			.blbboxin .bbl a:hover {color: #ffffff}

		.blbboxin .bbllast {padding: 3px 8px; background-color: #ffe000; text-align: center;}
			.blbboxin .bbllast a {color: #333333}
			.blbboxin .bbllast.no {background-color: #dddddd}

		.blbboxin .bblfirst {padding: 2px 8px; border-bottom: 1px solid #8456c6; position: relative; text-align: center; font-size: 14px; text-transform: uppercase;}
			.blbboxin .bblfirst a {color: #ffe000}
			.blbboxin .bblfirst a:hover {color: #ffffff}

	.bbloverlap {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); background-image: url(/common/images/preloader.svg); background-repeat: no-repeat; background-position: center; background-size: auto 40px}

	.blbbox.active .blbboxin {display: block;}

	/*.blbbox:hover .blbboxin {display: block;}*/
/*** END WALLET ***/


@media only screen and (max-width: 1200px) {

	/*#top {height: auto; text-align: center;}*/

	/*.navbar-nav .ns {padding-left: 16px; padding-right: 16px}*/

	#banner {float: none;}

	#step {
		position: relative; width: 100%; top: auto;
		-webkit-transform: none;
		-moz-transform:    none;
		-ms-transform:     none;
		-o-transform:      none;
		transform:         none;
	}

}

@media only screen and (max-width: 970px) {

	#jackpot {height: 104px; background-size: cover}
	.j-text {width: 287px; height: 90px; border-radius: 7px; background-size: cover; font-size: 30px; line-height: 90px;}

	.stepbox {width: 45.5%; display: inline-block; margin: 2px 2%}

}

@media only screen and (max-width: 768px) {

	.navbar-nav .ns {padding-top: 0px; line-height: 35px; background-size: auto 30px; padding-bottom: 0px; margin-bottom: 3px;}

	#topr {margin-top: 20px; text-align: center;}
	.loginbtn, .registerbtn {border-radius: 10px;}
	.loginbtn {border:1px solid #56ffe3;}
	.registerbtn {border:1px solid #efd77f;}

	.gameholder-menu a {display: block; padding: 6px 20px; font-size: 16px; border-bottom: 1px solid #222222}

	#footer {text-align: center;}
	#footer .copyright {text-align: center; margin-top: 10px;}

	#sidemenu {width: 30%}
	#cm {width: 70%; margin-left: 30%;}
	
	.topp2 .dib.ww {width: 48%; float: left; margin: 0px 1% 20px;}

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 479px) {

	.topp1, .topp2 {width: 100%}
	.topp1 {margin-bottom: 10px;}
	.topp2 {margin-right: 0px;}
	.topp2 .input-group {width: 100%; margin-bottom: 3px;}
	.topp2 .dib {height: auto; margin-left: 0px;}

	.registerbtn {font-size: 16px; line-height: 40px;}

	.stepbox {margin: 2px 0px; width: 100%}

	#sidemenu li a.open, #sidemenu {width: 100%}
	#cm {width: 100%; margin-left: 0%; clear: both;}
	
	.topp2 .dib.ww {width: 100%; float: none; margin: 0px 0px 5px;}

}