@import url('https://fonts.googleapis.com/css?family=ABeeZee');
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {margin: 0;padding: 0; height: auto}
body {
	font-family: 'ABeeZee', sans-serif;
	background:url(../img/bg.jpg) no-repeat fixed;
	background-color: #000;
	background-size: cover;
	margin: 0;
	padding: 0;
}
body.activate {
	overflow: hidden;
	position:fixed;
}
a { color: #cdbb71;}
a:hover { color: #f00;}
div { box-sizing: border-box;}
#page {
	-ms-transition: -ms-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	z-index: 9999;
	position: relative;
	margin:0 auto;
	background: #00000085;
}
#page.active {
	-ms-transform: translateX(200px);
	-moz-transform: translateX(200px);
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
	overflow: hidden;
}
#page.active:before {
	z-index: 999;
	content:'\A';
	position: absolute;
    width:100%; height:100%;
    top:0; left:0px;
	background: rgba(0,0,0,0.9);
}
#username {
	background-image: url(../img/user.png);
	background-size: 16px 16px;
	background-position: 5px 10px;
	background-repeat: no-repeat;
	width: 34%;
}
#password {
	background-image: url(../img/pass.png);
	background-size: 16px 16px;
	background-position: 5px 10px;
	background-repeat: no-repeat;
	width: 34%;
}
.login {width: 25%;}
.under{
	text-decoration: underline;
	color: lightgray;
	font-weight: 700
}
.no-acc{
	font-size: 13px;
	color:#fff;
	margin-top: 8px;
	position: absolute;
    bottom: 5px;
    right: 15px;
}
.no-acc a{padding:8px 10px;background-color:#ffc800;color:black;-moz-box-shadow: 0px 2px 5px 0px #000000;
    -webkit-box-shadow: 0px 2px 5px 0px #000000;
    box-shadow: 0px 2px 5px 0px #000000;    border: 1px solid #fbff00}
.myButton {
	-moz-box-shadow: 0px 2px 5px 0px #000000;
    -webkit-box-shadow: 0px 2px 5px 0px #000000;
    box-shadow: 0px 2px 5px 0px #000000;
    background-color: #ffc800;
    border: 1px solid #fbff00;
    display: inline-block;
    cursor: pointer;
    color: #0c0c0c;
    font-family: Arial;
    font-size: 17px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 0px #000000;
}
.myButton:hover {
	background-color:#cdbb71;
	border:1px solid #900000;
}
.myButton:active {
	position:relative;
	top:1px;
}
#hd {}
#slider {
    margin: 1px auto 5px;
    max-width: 980px;
}
#utama{
	/*background: url(../img/bg-utama.png);*/
	background-size: cover;
	color: white;
	overflow: hidden;
	margin: 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    max-width: 1020px;
	
}
#utama-single{
	background: url(../img/bg-utama.png);
	background-size: cover;
	color: white;
	padding-top: 20px;
}
.container {max-width:1000px; margin: 0 auto;}
.container {max-width:1000px; margin: 0 auto;}
.contact-box { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ddd;
	background-color: #000;
	transform: translateX(183px);
	transition: all .5s ease-out;
	position: fixed;
	right:0;
	top: 100px;
	z-index: 99999;
}
.contact-box.active {
	transform: translateX(0px);
}
.contact-box a{
	text-decoration: none;
	color: #ddd;
}
.contact-box .opener {
	cursor: pointer;
	width:180px;
	text-align: center;
	color: #000;
	font-weight: 700;
	text-shadow: 0 0 10px #aaa;
	padding: 15px;
	background-color: #ffc800;
	position: absolute;
	right:115px;
	top: 65px;
	transform:rotate(90deg);
}
.contact-box .op h3, .contact-box .op h4 {margin:0;}
.contact-box .op h3 {font-size: 1.5em}
.contact-box .op h4 {font-size: 1.1em}
.contact-box .op {text-align:center;padding-top:10px; padding-bottom: 5px;}
.contact-box .help li{width:50%;display:inline-block;text-align:center;}
.contact-box .help .lc {background-color:#7F0002;}
.contact-box .help .reg {background-color:#CDBB71; text-shadow: 0 0 10px #000;}
.contact-box .help a {white-space: nowrap;font-size:0.9em;font-weight:700}
.contact-box ul, .contact-box li {margin:0; padding: 0}
.contact-box > ul {width: 180px;border: 1px solid #807340;}
.contact-box .contact {
	box-shadow: 0 0 10px #800;
}
.contact-box .contact li {
	padding: 5px 10px 5px;
	height: 30px;
	list-style: none;
	background-color: #ffeb00;
}
.contact-box .contact a{
	text-transform: uppercase;
	font-size: 12px;
	color: #d40000;
	font-weight: 700;
	line-height: 28px; 
	display: block;
	padding-left: 40px;
}
.contact-box .bbm{background-image: url(../img/icons/BBM.png);background-repeat: no-repeat; background-size: contain; background-position: left; background-origin: content-box;}
.contact-box .facebook{background-image: url(../img/icons/FB.png);background-repeat: no-repeat; background-size: contain; background-position: left; background-origin: content-box;}
.contact-box .twitter{background-image: url(../img/icons/TWITTER.png);background-repeat: no-repeat; background-size: contain; background-position: left; background-origin: content-box;}
.contact-box .wa{background-image: url(../img/icons/WA.png);background-repeat: no-repeat; background-size: contain; background-position: left; background-origin: content-box;}
.contact-box .wechat{background-image: url(../img/icons/WECHAT.png);background-repeat: no-repeat; background-size: contain; background-position: left; background-origin: content-box;}
.contact-box .line{background-image: url(../img/icons/LINE.png);background-repeat: no-repeat; background-size: contain; background-position: left; background-origin: content-box;}
.contact-box .skype{background-image: url(../img/icons/SKYPE.png);background-repeat: no-repeat; background-size: contain; background-position: left; background-origin: content-box;}
.contact-box .instagram{background-image: url(../img/icons/INSTAGRAM.png);background-repeat: no-repeat; background-size: contain; background-position: left; background-origin: content-box;}
#info{margin: 5px auto 0;position: relative; color: #000; max-width:980px;}
marquee{
	color:#fff;
}
#info-txt{
	position: absolute;
	top: 0;
	left: 0;
	display:inline-block;
	background-image: url(../img/info.png);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: 20px 5px;
	text-align: right;
	width: 100px;
    padding: 0 20px 0 45px;
    font-weight: 700;
    background-color: #ffcd00;
    border: 1px solid rgb(255, 223, 89);
    line-height: 30px;
    height: 30px;
}
.tab { margin-left: 40px; }
#run-txt{
    border-radius: 5px;
    border-top: 1px solid rgba(205, 187, 113, .5);
    border-right: 1px solid rgba(205, 187, 113, .5);
    border-bottom: 1px solid rgba(205, 187, 113, .5);
    display: block;
    line-height: 20px;
    height: 30px;
    background-color: rgba(249, 200, 1, 0.03);
    padding: 5px;
}
#site-brand {
	padding: 20px 30px;
	text-align: center;
	background: #fc0000; /* Old browsers */
	background: -moz-linear-gradient(top, #e20000 0%, #880000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e20000 0%,#880000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e20000 0%,#880000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc0000', endColorstr='#750000',GradientType=0 ); /* IE6-9 */
}
#logo {
	width: 380px;
	height: 100px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-size: 360px 100px;
}
#responsive-form{
	float:right;
	height: 80px;
	width:350px;
	margin-right:10px;
	text-align: left;
	padding-top: 5px;
	position: relative;
}
#frm-login input[type="text"],
#frm-login input[type="password"]{
	border: 2px solid #ffeb00;
	padding:10px 6px 10px 25px;
	border-radius: 5px;
	box-sizing : border-box;
	margin-bottom: 5px;
}


/* Menu */
#navigation{
    background: #ffc800;
	border: 1px solid #ff0;
    margin: 0 auto;
	border-bottom: 3px solid #7d5d00;
}


.main-navigation .has-child .sub-menu {
    display:none;
}
.main-navigation .has-child > span:before {
    font-family: 'FontAwesome';
    display:inline-block;
    content: "\f0da";
    right: 15px;
    top: 16px;
    position: absolute;
    color: #fff;
}
.main-navigation .has-child:hover > span:before {
    font-family: 'FontAwesome';
    content: "\f0dd";
    right: 15px;
    top: 12px;
}
.main-navigation .has-child:hover .sub-menu {
    display:block;
    position:absolute;
    list-style: none;
    width: 300px;
    
	height:300px;
    padding:0;
	

}
.main-navigation .has-child {
    width:125px;
    position:relative;
}
.main-navigation .sub-menu a {
    font-size: 0.8em;
}
.main-navigation .child > a {
    text-align: left;
}
ul.main-navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.main-navigation > li {
    float: left;
    z-index: 91;
	border-right: 1px solid #ffeb00;
    border-left: 1px solid #8e5c00;
}

.main-navigation > li:nth-last-child(1) {
	border-right:0;
}

.main-navigation > li:nth-child(1) {
	border-left:0;
}

.main-navigation li a {
    display: block;
    color: #000;
	text-transform: uppercase;
    text-align: center;
    padding: 12px 15px;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
    text-decoration: none;
	
}
.main-navigation li a:hover {
    background-color: #cdbb71;
}
.main-navigation li a.active {
	color:#f00;

}
#side-menu.active {
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    overflow-y: scroll;
}
#side-menu { 
	z-index: 3;
	background-color: #111;
	box-shadow: 0px 0px 30px black inset;
	position: fixed;
	top: 0;
	height: 100%;
	width: 200px;
	left: 0;
	display: none;
	transition: transform 0.2s ease-out;
	-ms-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    overflow: hidden;
}
#mbl-menu {
	height: 46px;
	line-height: 46px;
	display: none;
	position: relative;
}
#mbl-menu a {
	text-decoration: none;
	margin-left: 60px;
	color: white;
	font-size: 20px;
	font-weight: 700;
	text-shadow: 0px 5px 1px rgba(0,0,0,0.1),
                 2px 5px 1px rgba(0,0,0,0.05),
                 -2px 5px 1px rgba(0,0,0,0.05);
}
#mbl-menu a:before {
	position: absolute;
	font: 25px FontAwesome;
	top: 12px;
	color: red;
	text-shadow: 0px 5px 1px rgba(0,0,0,0.1),
                 2px 5px 1px rgba(0,0,0,0.05),
                 -2px 5px 1px rgba(0,0,0,0.05);
	left: 30px;
	z-index: 999999;
	content: "\f039";
}
#mbl-menu a.active:before {
	position: absolute;
	font: 27px FontAwesome;
	top: 9px;
	color: red;
	text-shadow: 0px 5px 1px rgba(0,0,0,0.1),
                 2px 5px 1px rgba(0,0,0,0.05),
                 -2px 5px 1px rgba(0,0,0,0.05);
	left: 32px;
	z-index: 999999;
	content: "\f00d";
}
.mobile-navigation {
	margin: 0;
    padding: 0;
	list-style-type: none;
}
.mobile-navigation li a {
	padding: 12px 27px;
	display: block;
	text-decoration: none;
	font-weight: 700;
	border-bottom: 1px solid rgba(60,60,60,0.3);
	color: Snow;
}
.mobile-navigation li a:hover {
	background-color: snow;
	color: #111;
	
}
.mobile-navigation li a.active {
	background-color: snow;
	color: #111;
}
.mobile-navigation .has-child {
    position: relative;
}
.mobile-navigation .side-arrow {
    top: 5px;
    right: 15px;
    line-height: 30px !important;
    position: absolute;
    color: #fff;
    width: 30px;
    text-align: center;
    height: 30px;
}
.mobile-navigation li .sub-menu.expand {
    max-height: 200px;
}
.mobile-navigation li .sub-menu {
    padding-left: 10px;
    max-height: 0px;
    overflow: hidden;
    font-size:0.7em;
    display: block;
    transition: all 0.5s ease-in;
}
/* Utama/Main */
.content {clear: both;  font-size: 1em;}
.content h1 {}
#site-info {
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	vertical-align:top;
	overflow:hidden;
}
.entry .span{list-style:none;}
.entry .span img{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -10px;
}
.entry .span li{margin-bottom:35px;}
.entry p{
	text-align: justify;

}
.entry img {
    max-width:100%;
    display: block;
}
.entry {

}
.entry h1 {
	color: #ffc800;
    text-transform: uppercase;
}

.entry h2, h3, h4 {
	color: #ffc800;
}

#utama-single .entry {
	width: 85%;
	margin: 0 auto;
}
.info-section img {max-width:100%; width:100%;display:block;}
.info-section {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}
.info-section .center { width:32%; display:inline-block; float:left; margin-right: 20px; }
.info-section .center:last-child {margin-right:0px;}
.info-section > div.sect {
    text-align: center;
	background-color: rgba(131, 3, 0, 0.1);
	border-radius: 10px;
	margin-bottom: 10px;
	border: 5px solid rgba(205, 187, 113, 0.5);
	padding: 10px;
	float:left;
	width: 50%;
}
.info-section h2 {
	text-align: center;
    text-transform: uppercase;
    margin: 0 0px 10px;
    padding: 3px 0;
    background-color: #ffc800;
    /* border-bottom: 5px solid #ffa500; */
    border-radius: 5px;
    border-top: 1px solid #ffeb00;
    border-right: 1px solid #ff000040;
    border-left: 1px solid #ff000040;
}
.info-section table {font-size: 14px; margin: 0 auto; border-collapse: collapse}
.info-section table tr{height: 30px;}
.info-section table td{padding:5px;}
.info-section table tr:nth-child(odd) { /*background-color: rgba(205, 187, 113, 0.5)*/}
.info-section table td:nth-child(3){
	text-align: right;
}
#jp-domino {
	height: 100px;
	background: url(../img/jp-domino.png) no-repeat;
	background-size: contain;
	font-size: 26px;
	background-position: center;
	line-height: 125px;
}
#jp-poker {
	height: 100px;
	background: url(../img/jp-poker.png) no-repeat;
	background-size: contain;
	background-position: center;
	font-size: 26px;
	line-height: 125px;
}

#jp-capsa {
	height: 100px;
	background: url(../img/jp-capsa.png) no-repeat;
	background-size: contain;
	background-position: center;
	font-size: 26px;
	line-height: 125px;
}

span.jackpot{    text-shadow: rgb(0, 25, 31) 2px 2px 1px; color:#fff; margin-left: 10px;}

#gm-poker {
	background: url(../img/poker-online.png) no-repeat;
	background-size: contain;
	background-position: center;
	float:left;
	width:16.6%;

}
#gm-bpoker {
	background: url(../img/bandar-poker.png) no-repeat;
	background-size: contain;
	background-position: center;
	float:left;
	width:16.6%;
}
#gm-aduq {
	background: url(../img/aduqq-online.png) no-repeat;
	background-size: contain;
	background-position: center;
	float:left;
	width:16.6%;

}
#gm-domino {
	background: url(../img/domino-online.png) no-repeat;
	background-size: contain;
	background-position: center;
	float:left;
	width:16.6%;

}

#gm-aduq {
	background: url(../img/aduqq-online.png) no-repeat;
	background-size: contain;
	background-position: center;
	float:left;
	width:16.6%;

}
#gm-bandarq {
	background: url(../img/bandarq-online.png) no-repeat;
	background-size: contain;
	background-position: center;
	float:left;
	width:16.6%;

}
#gm-capsa{
	background: url(../img/capsa.png) no-repeat;
	background-size: contain;
	background-position: center;
	float:left;
	width:16.6%;

}


#depo {
	background: url(../img/deposit.png) no-repeat;
	background-size: contain;
	background-position: center;
	font-size: 26px;
	height: 250px;
}
#wd {	
	background: url(../img/withdraw.png) no-repeat;
	background-size: contain;
	background-position: center;
	font-size: 26px;
	height: 250px;
	
	}
#ref {
	background: url(../img/referral.png) no-repeat;
	background-size: contain;
	background-position: center;
	font-size: 26px;
	height: 250px;
	
}

#depo table, #ref table, #wd table  {
	border-collapse: collapse;
    margin-top: 76px;
    margin-left: 60px;
    width: 220px;
    border-spacing: 0px;
    position: absolute;
	line-height: 22px;
}

#bk-bca {
	background: url(../img/bank.png) no-repeat;
	background-size: 500px;
	background-position: 1px;
	height: 40px;
	margin: 10px auto 0;
	width: 118px;
	display: block;
}
#bk-mandiri {
	background: url(../img/bank.png) no-repeat;
	background-size: 500px;
	background-position: -117px;
	height: 40px;
	margin: 10px auto 0;
	width: 118px;
	display: block;
}
#bk-bni {
	background: url(../img/bank.png) no-repeat;
	background-size: 500px;
	background-position: -237px;
	height: 40px;
	margin: 10px auto 0;
	width: 118px;
	display: block;
}
#bk-bri {
	background: url(../img/bank.png) no-repeat;
	background-size: 500px;
	background-position: -357px;
	height: 40px;
	margin: 10px auto 0;
	width: 150px;
	display: block;
}
#bk-bca:hover {
	background: url(../img/bank-bw.png) no-repeat;
	background-size: 500px;
	background-position: 1px;
}
#bk-mandiri:hover {
	background: url(../img/bank-bw.png) no-repeat;
	background-size: 500px;
	background-position: -117px;
}
#bk-bni:hover {
	background: url(../img/bank-bw.png) no-repeat;
	background-size: 500px;
	background-position: -237px;
}
#bk-bri:hover {
	background: url(../img/bank-bw.png) no-repeat;
	background-size: 500px;
	background-position: -357px;
}
#gm-poker:hover {



}
#gm-aduq:hover {


}
#gm-domino:hover {

}


/* Footer */
footer {
	margin-top: 20px;
	padding-bottom: 20px;
	
}
#browser {
	width: 180px;
	height: 55px;
	display: inline-block;
	background: url(../img/browser-all-bw.png) no-repeat;
	background-size: 180px 55px;
	margin-top: 5px;
}
#browser:hover {
	width: 180px;
	height: 55px;
	display: inline-block;
	background: url(../img/browser-all.png) no-repeat;
	background-size: 180px 55px;
	margin-top: 5px;
}
#responsible {
	background: url(../img/bank2.png?v=1) no-repeat;
	background-position: center;
	height: 100px;
}
.copyright {
	padding-top: 20px;
	text-align: center;
}
.copyright-info {
	text-align: center;
	font-size: 17px;
}

@media only screen and (min-width: 1001px){

	.nav {
		display: -webkit-box;
	}
	.sub-menu li {
		background: #ffc800;
		width: 150px;
		right:0;
	}
	p.poker {
		font-family: impact;
		font-size: 21px;
		color: #ffbf00;
		position: relative;
		top: 5px;
		left: -30px;
}

	p.online {
		font-family: impact;
		font-size: 21px;
		color: #940000;
		position: relative;
		left: -30px;
}

	p.bandarq{
		font-family: impact;
		font-size: 21px;
		color: #ffbf00;
		position: relative;
		top: 5px;
		left: -20px;
	}
}

@media only screen and (max-width: 1000px){
    .info-section .center { width:31.6%;}
}
@media only screen and (max-width: 768px){
    #site-brand {margin-bottom: 20px;padding: 20px 0px;}
    #jp-domino, #jp-poker { height: 120px; line-height: 155px; font-size: 35px; }
    .info-section .center { width:100%; margin: 10px auto;; }
    .info-section > div.sect { float: none; width:100%; }
    #gm-poker, #gm-aduq, #gm-domino { float:left; }
	.main-navigation {
		display: none;
	}
	#side-menu, #mbl-menu { display: block; }
	#logo {
		margin-left: 0px;
		float: none;
		display: inline-block;
	}
	.login {
		width: 100%;
		margin-bottom: 5px;
	}
	#responsive-form {
		float:none;
		text-align: center;
		margin: 0 auto;
		width: 80%;
		height: 140px;
		padding-top: 10px;
	}
	.no-acc { text-align: center; position:static; bottom: auto; right: auto; }
	#site-info { text-align: center; }
	.info-section {
		float:none;
		vertical-align: top;
		margin: 15px auto 0;
		padding: 0 25px;
	}
	.info-section:first-child { margin-top: 0}
	div[class="info-section"]:nth-child(3) {
		float: none;
	}
	.entry { margin:0 auto; padding:0 10px;}
	#depo table, #ref table, #wd table {}
}

@media only screen and (max-width: 600px){ 
	#depo table, #ref table, #wd table {right:160px;}
}
@media only screen and (max-width: 480px){
	#depo table, #ref table, #wd table {right:100px; line-height:33px;}
	.info-section table td {padding:0; text-align: left; font-size: 12px;}
	.info-section table td:nth-child(3){
		text-align: left;
	}
    #site-brand {margin-bottom: 0px;}
    #jp-domino, #jp-poker { height: 100px; line-height: 130px; font-size: 28px; }
    .info-section .center { float: none; width:100%; }
    #gm-poker, #gm-aduq, #gm-domino, #gm-bandarq, #gm-bpoker, #gm-capsa{ height: 100px; float:left; width:50%;}
	p.online {
		font-family: impact;
    /* font-size: 21px; */
		color: #840000;
		position: relative;
		top: 5px;
		left: -22px;
		}
	
	p.poker, p.bandarq {
		font-family: impact;
    /* font-size: 21px; */
		color: #ffbf00;
		position: relative;
		top: 5px;
		left: -22px;
		}
	}
@media only screen and (max-width: 380px){
	#logo {
		width: 320px;
		background-size:320px 80px;
	}
}	
	.info-section .center {margin:0;}
	
	.info-section {
		display: block;
		border-radius: 0px;
	}
	#username{ width: 100%; }
	#password {
		width: 100%;
	}
	#responsive-form {
		height: auto;
	}
	.entry { box-shadow: none; }
}
