﻿@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(../../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:105px;
	position:relative;
	margin:30px auto 0 auto;
	background: url(../../bg/header.png) repeat-x;
	z-index: 9999;
}
#sectionWrapper #sectionHeader #sectionLogo{
	height:78px;
	width:248px;
	left:50%;
	margin-left: -124px;
	top:0px;
	position:absolute;
}
#sectionWrapper #sectionHeader .login{
	position: absolute;
	left: 50%;
	top: 90px;
	margin-left: -225px;
	width: 451px;
	height: 47px;
	background: url(../../bg/login.png) no-repeat;
}

#sectionWrapper #sectionHeader .login input{
	width:60px;
	height:21px;
	line-height: 21px;
	border:none;
	position:absolute;
	font-size:12px;
	padding:5px 5px 5px 28px;
	color: #fff;
	/*border-radius: 5px;
	top: 3px;*/
	font-style: italic;
	background: none;
	top: 8px;
}
#sectionWrapper #sectionHeader .login input.username{
	left: 69px;	
}
#sectionWrapper #sectionHeader .login input.password{	
	left: 165px;
}
#sectionWrapper #sectionHeader .login input.kode{	
	left: 232px;
	width: 33px;
	padding:5px 0;
	text-transform: center;
}
#sectionWrapper #sectionHeader .login .numbercode{
	position: absolute;
	right: 130px;
}
#sectionWrapper #sectionHeader .login input[type="button"]{	
	padding:0;
	border:none;
	cursor:pointer;
	position:absolute;
	
}
#sectionWrapper #sectionHeader .login input#btn-login{
	background:url(../../btn/login.png) no-repeat;	
	right: 60px;
	width: 63px;
	height: 31px;
	top: 8px;
}
#sectionWrapper #sectionHeader .login input#btn-register{
	background:url(../../btn/daftar.png) no-repeat;
	right: 126px;
	top: 8px;
	width: 64px;
	height: 31px;
}
#sectionWrapper #sectionHeader .register{
	position: absolute;
	right: 0;
	top: 59px;
}
#sectionWrapper #sectionHeader .date{
	position: absolute;
	top:59px;
	width: 260px;
	height: 22px;
	color: #d4a22a;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	right: 112px;
	line-height: 22px;
}
#sectionWrapper #sectionSlider .contact{
	position: absolute;
	width: 411px;
	height: 33px;
	margin-left: -205px;
	left: 50%;
	bottom: 0px;
	background: url(../../bg/contact.png) no-repeat;
	text-align: center;
	z-index: 9999;
}
#sectionWrapper #sectionSlider .contact img{
	margin:6px 10px;
}
#sectionWrapper .info{
	width: 840px;
	height: 34px;
	background: url(../../bg/info.png) no-repeat;
	padding:10px 60px;

}
#sectionWrapper .info marquee{
	line-height: 34px;
	font-size: 14px;
	color: #fff;
	font-style: italic;
}
#sectionWrapper #sectionHeader #sectionMenu{
	width: 960px;
	height: auto;
	position: absolute;
	top: 53px;
}
#sectionWrapper #sectionHeader #sectionMenu ul{
	list-style: none;
	text-align: center;
}
#sectionWrapper #sectionHeader #sectionMenu ul.menuleft{
	float: left;
}
#sectionWrapper #sectionHeader #sectionMenu ul.menuright{
	float: right;
}
#sectionWrapper #sectionHeader #sectionMenu ul li{
	display: inline;
	margin: 0 20px;
}
#sectionWrapper #sectionHeader #sectionMenu ul li a{
	display: inline-block;
	color: #fff;
	font-family: "Bebas";
	font-size: 18px;
}
#sectionWrapper #sectionHeader #sectionMenu ul li a:hover{
	color:#ffe400;
	opacity: 1;
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

#sectionWrapper #sectionHeader #sectionMenu .livechat{
	position: absolute;
	right: 0px;
	top: 0px;
}

#sectionWrapper #slider{
	width:960px;
	height: 290px;
}
#sectionWrapper #slider img{
	width: 100%;
	height: auto;
}

#sectionWrapper #sectionBank{
	width: 100%;
	height: 48px;
	background: rgba(0,0,0,0.7);
	margin-top: 10px;

}
#sectionWrapper #sectionTransection{
	position: relative;
	width: 960px;
	height: 295px;
	background: url(../../bg/transection.png) no-repeat;
}

#sectionWrapper #sectionTransection .transection{
	position: absolute;
	width: 215px;
	height: auto;
	top: 105px;	
}

#sectionWrapper #sectionTransection .deposit{

	left: 60px;
}
#sectionWrapper #sectionTransection .withdraw{
	right: 60px;

}

#sectionWrapper #sectionTransection .transection table{
	border-collapse:collapse; 
	width: 215px;
}
#sectionWrapper #sectionTransection .transection table td{
	height: 25px;
	line-height: 25px;
	border: 0;
	padding: 0 5px;
	font-size: 14px;
	color: #ffffff;
	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: 185px;
	height: 50px;
	text-align: center;
	color: #000;
	font-size: 30px;
	line-height: 50px;
	position: absolute;
	font-family: "Impact", serif;
}
#sectionWrapper #sectionTransection .poker{
	left: 420px;
	top: 64px;
}
#sectionWrapper #sectionTransection .capsa{
	left: 360px;
	top: 125px;
}
#sectionWrapper #sectionTransection .domino{
	left: 420px;
	top: 185px;
}
#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: #fff;
	font-size: 10px;
	line-height: 16px;
	text-align: left;
}
#sectionWrapper #sectionFooter p a{
	color: #ffcc00
}
#sectionWrapper #sectionFooter h2 {
	font-size: 15px;
	color: #ffe400;
	font-weight: bold;
	text-align: left;
}
.livechat-stick{
	position: fixed;
	right: 0;
	bottom: 0px;
	z-index: 999;
}

#sectionFooter h1,h2,h3{color:#ffe400; text-align:left;font-size: 15px;}




