﻿@charset "utf-8";
/* CSS Document */

/*@import url('https://fonts.googleapis.com/css?family=Bebas');*/

*{
	margin:0px;
	padding:0px;
}

@font-face {
  font-family: 'Bebas';
  src: url('../fonts/BEBAS.ttf');
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	background: none repeat scroll 0% 0% transparent;	
	text-align:left;
}
html{ 
	background:url(../img/bg/bg.jpg) no-repeat top fixed;  
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background-color:#000;
}
body{
	font-size:14px;
	font-family: arial;
}

a{
	text-decoration:none;
	color:#fff;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

a img{
	border:none;
}
a:hover{
	opacity: 0.5;
}
ul {
	list-style-type: none;
}

p{
	text-align:justify;
	
}
.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	}	
/* FF, Safari, Opera—p */

.clearfix {
	display:inline-block;
	}
/* IE7, MacIE5—p */

/* The Following Hidden From MacIE \*/
	* html .clearfix { height:1%; }
	.clearfix { display:block; height:inherit; }

.clear { 
	clear: both; 
	height: 0;
}
.container{
	max-width: 960px;
	height: auto;
	margin:0 auto;
	position: relative;
}
#sectionWrapper{
	width:960px;
	height:auto;
	position:relative;
	margin:0 auto;
	/*background: rgba(0,0,0,0.7);*/
}

#sectionWrapper #sectionHeader{
	width:100%;
	height:120px;
	position:relative;
	margin:0 auto;
	/*background: url(../img/bg/header.png) repeat-x;*/
}
#sectionWrapper #sectionHeader #sectionLogo{
	height:95px;
	width:302px;
	left:0;
	top:10px;
	position:absolute;
}
#sectionWrapper #sectionHeader #sectionMenu{
	width: 952px;
	height: 40px;
	position: absolute;
	left:50%;
	margin-left: -476px;
	top: 56px;
}
#sectionWrapper #sectionHeader #sectionMenu img{
	position: absolute;
	}
#sectionWrapper #sectionHeader #sectionMenu .menu1{
	left:0;
}
#sectionWrapper #sectionHeader #sectionMenu .menu2{
	left:145px;
}
#sectionWrapper #sectionHeader #sectionMenu .menu3{
	right:145px;
}
#sectionWrapper #sectionHeader #sectionMenu .menu4{
	right:0;
}

#sectionWrapper .info{
	width: 745px;
	height: 33px;
	background: url(../img/bg/info.png) repeat-x;
	padding:0px 100px 0px 115px;
	position: relative;
	margin-top: 10px;

}
#sectionWrapper .info marquee{
	line-height: 33px;
	font-size: 14px;
	color: #fff;
	font-family: 'Exo', serif;
	font-style: italic;
}
#sectionWrapper .info .livechat{
	position: absolute;
	right: 12px;
	top:8px;

}
#sectionWrapper #slider{
	width:960px;
	height: 250px;
}
#sectionWrapper #slider img{
	width: 100%;
	height: auto;
}
#sectionWrapper #sectionHeader .login{
	width: 506px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 30px;
}

#sectionWrapper #sectionHeader .login input{
	width:110px;
	height:30px;
	line-height: 30px;
	border:none;
	position:absolute;
	font-size:12px;
	padding:0px 5px 0 30px;
	color: #000;
	background: none;
	top: 0;
	
}
#sectionWrapper #sectionHeader .login input.username{

	left: 0px;
	background: url(../img/btn/username.png) no-repeat;
	width: 115px;
}
#sectionWrapper #sectionHeader .login input.password{	

	left: 160px;
	background: url(../img/btn/password.png) no-repeat;
}

#sectionWrapper #sectionHeader .login input[type="button"]{	
	padding:0;
	border:none;
	cursor:pointer;
	position:absolute;
	top: 0;
	
}
#sectionWrapper #sectionHeader .login input#btn-login{
	background:url(../img/btn/login.png) no-repeat;		
	right: 106px;
	width: 85px;
	height: 30px;
}
#sectionWrapper #sectionHeader .login input#btn-register{
	background:url(../img/btn/register.png) no-repeat;
	right: 0px;
	width: 96px;
	height: 30px;
}
#sectionWrapper #sectionHeader .contact{
	position: absolute;
	right: 0;
	top: 75px;
	width: 550px;
	height: 30px;
	text-align: right;
}
#sectionWrapper #sectionHeader .contact img{
	margin-left: 15px;
}
#sectionWrapper #sectionMenu{
	background: #252525;
	border:2px solid #fbdd8a;
	height: 38px;
	width: 956px;
}
#sectionWrapper #sectionMenu ul{
	list-style: none;
	text-align: center;
}
#sectionWrapper #sectionMenu ul li{
	display: inline;
	margin:0 30px;
}
#sectionWrapper #sectionMenu ul li a{
	display: inline-block;
	font-size: 16px;
	font-family: 'Exo';
	font-style: italic;
	line-height: 38px;
}
#sectionWrapper #sectionMenu ul li:last-child a{
	color:#fce7b2;
	}
#sectionWrapper #sectionTransection{
	position: relative;
	width: 960px;
	height: 216px;
	background: url(../img/bg/transection.png) no-repeat;
	margin-top: 10px;
}

#sectionWrapper #sectionTransection .transection{
	position: absolute;
	width: 210px;
	height: auto;
	top: 52px;	
}

#sectionWrapper #sectionTransection .deposit{
	left: 65px;
}
#sectionWrapper #sectionTransection .withdraw{
	left: 705px;
}
#sectionWrapper #sectionTransection .referral{
	left: 710px;
	top: 226px;
}
#sectionWrapper #sectionTransection .transection table{
	border-collapse:collapse; 
	width: 210px;
}
#sectionWrapper #sectionTransection .transection table td{
	height: 30px;
	line-height: 30px;
	border: 0;
	font-size: 14px;
	color: #b1a365;
	font-weight: bold;
}
#sectionWrapper #sectionTransection .transection table td:nth-child(1){
	width: 40%;
	text-align: left;
}
#sectionWrapper #sectionTransection .transection table td:nth-child(2){
	width: 20%;
	text-align: center;
}
#sectionWrapper #sectionTransection .transection table td:nth-child(3){
	width: 40%;
	text-align: right;
}
#sectionWrapper #sectionTransection .jackpot{
	width: 180px;
	height: 30px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	line-height: 35px;
	position: absolute;
	font-family: "Exo";
	font-weight: bold;
	left: 390px;
}
#sectionWrapper #sectionTransection .poker{
	top: 65px;
}
#sectionWrapper #sectionTransection .domino{
	top: 120px;
}
#sectionWrapper #sectionTransection .capsa{
	top: 175px;
}
#sectionWrapper #sectionFooter{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}
#sectionWrapper #sectionFooter ul{
	list-style: none;
	text-align: center;
	margin-bottom: 10px;
}
#sectionWrapper #sectionFooter ul li{
	display: inline;	
}
#sectionWrapper #sectionFooter ul li a{
	display: inline-block;
	font-size: 16px;
	border-right: 2px solid #f5c540;
	padding: 0 10px;
	color: #f5c540;
}
#sectionWrapper #sectionFooter p{
	color: #f5c540;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}
#sectionWrapper #sectionFooter p a{
	color: #ffcc00
}
#sectionWrapper #sectionFooter h2{
	font-size: 16px;
	color: #ffe400;
	font-weight: bold;
	text-align: center;
}
#sectionWrapper #article_lobby{
    width: 925px; 
    margin-bottom: 20px;
    padding: 18px; 
    background-color:transparent;!important;
    text-align: left;font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    min-height: 700px;
}
#sectionWrapper #article_lobby #jadwal{
    padding: 0px 0px 0px 280px;
    border-bottom: 2px solid #fbdd8a;overflow: hidden;
    margin-bottom: 15px; 
    border-right: 2px solid #fbdd8a; 
    border-left: 2px solid #fbdd8a; 
    border-top: 2px solid #fbdd8a;
}
#sectionWrapper #article_lobby #jadwal h3{
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    color:#fbdd8a;
    font-family: Microsoft YaHei,"arial";
}
.panduangroup {
    margin-left: 1px;
    margin-right: 1px;
    display: block;
    float: left;
    width: auto;
    height: 20px;
    padding: 14px 10px 8px 10px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
    color: white;
    font-size: 14px;
    background-color: #d49b02;
	 border-radius: 10px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
a.panduanlink-off {
    display: block;
    float: left;
    width: auto;
    height: 20px;
    padding: 14px 10px 8px 10px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 12px;
    background-color: #505050;
	border-radius: 10px;
    margin-left: 1px;
    margin-right: 1px;
}
.livechat-stick{
	position: fixed;
	right: 0;
	bottom: 0px;
	z-index: 999;
}




