﻿@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;  
	background-color:#fff;
	background-attachment: fixed;
    background-size: cover;
}
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.9;
}
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:94px;
	position:relative;
	margin:15px auto 0 auto;
	z-index: 9999;
}
#sectionWrapper #sectionHeader #sectionLogo{
	height:78px;
	width:248px;
	left:0%;
	margin-left:0px;
	top:0px;
	position:absolute;
}
#sectionWrapper #sectionHeader .login{
	position: absolute;
	right:0px;
	top: 10px;
	width: 600px;
	height: 38px;
	
}

#sectionWrapper #sectionHeader .login input{

	line-height: 21px;
	border:none;
	position:absolute;
	font-size:12px;
	padding:0px 0px 0px 25px;
	color: #fff;
	/*border-radius: 5px;
	top: 3px;*/
	font-style: italic;
	background: none;
	top: 8px;

}
#sectionWrapper #sectionHeader .login input.username{
	top: 0px;
	width:116px;
	height:31px;
	right: 263px;	
	background:url(../img/btn/usernamebg.png) no-repeat;
}

#sectionWrapper #sectionHeader .login input.password{	
	top: 0px;
	width:116px;
	height:31px;
	right: 142px;
	background:url(../img/btn/passwordbg.png) no-repeat;
	
}
.login input.kode{	
	left: 232px;
	width: 33px;
	padding:5px 0;
	text-transform: center;
}
.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(../img/btn/login.png) no-repeat;	
	right: 83px;
	width: 79px;
	height: 31px;
	top: 0px;
}
#sectionWrapper #sectionHeader .login input#btn-register{
	background:url(../img/btn/daftar.png) no-repeat;
	right: 0px;
	top: 0px;
	width: 79px;
	height: 31px;
}

#sectionWrapper #sectionHeader .login input#btn-register:hover{
	background:url(../img/btn/daftarhover.png) no-repeat;
}

#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(../img/bg/contact.png) no-repeat;
	text-align: center;
	z-index: 9999;
}
#sectionWrapper #sectionSlider .contact img{
	margin:6px 10px;
}
#sectionWrapper .infobg{
	position:absolute;
	top: 5px;
	width: 960px;
	height: 38px;
	background: url(../img/bg/info.png) no-repeat;
	text-align:right;
}
#sectionWrapper .info{
	position:absolute;
	top:2px;
	width: 845px;
	height: 38px;
	right:13px;
	text-align:right;
	
}
#sectionWrapper .info marquee{
	line-height: 34px;
	font-size: 14px;
	color: #fff;
	font-style: italic;
}
#sectionWrapper #sectionHeader #sectionMenu{
	width: 960px;
	height: auto;
	position: absolute;
	top: 50px;
}
#sectionWrapper #sectionHeader #sectionMenu ul{
	list-style: none;
	text-align: right;
}
#sectionWrapper #sectionHeader #sectionMenu ul.menu{
	float: right;
	width:609px;
	height: 38px;
	background: url(../img/btn/menu.png) no-repeat;
}
#sectionWrapper #sectionHeader #sectionMenu ul li{
	display: inline;
	margin: 0 10px;
}
#sectionWrapper #sectionHeader #sectionMenu ul li a{
	margin-top:5px;
	display: inline-block;
	color: #4fa7ff;
	font-family: "Bebas";
	font-size: 18px;
}
#sectionWrapper #sectionHeader #sectionMenu ul li a:hover{
	color:#fff;
	opacity: 1;
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	background: url(../img/btn/hover.jpg) no-repeat;
}

#sectionWrapper #sectionHeader #sectionMenu .livechat{
	position: absolute;
	right: 0px;
	top: 0px;
}

#sectionWrapper #slider{
	top: 50px;
	width:960px;
	height: 299px;
}
#sectionWrapper #slider img{
	width: 100%;
	height: auto;
}

#sectionWrapper .social{
	position:absolute;
	top: 438px;
	width:960px;
	height: 55px;
	background: url(../img/bg/social.png) no-repeat;
}

.icon {
	top: 10px;
	position:absolute;
	width:31px;
	height:32px;
}

.textbox {
	top: 10px;
	position:absolute;
	width:100px;
	height:32px;
	font-family: "Bebas";
	font-size:15px;
	color:#fff;
	padding-top:5px;
}

.livechatmid {
	top: 15px;
	position:absolute;
	width:131px;
	height:31px;
	border:none;
	background: url(../img/btn/liveachat.png) no-repeat;
	z-index:10;
}

#sectionWrapper #sectionBank{
	width: 100%;
	height: 48px;
	background: rgba(0,0,0,0.7);
	margin-top: 10px;

}
#sectionWrapper #sectionTransection{
	top: 110px;
	position: relative;
	width: 960px;
	height: 319px;
	background: url(../img/bg/transection.png) no-repeat;
}

#sectionWrapper #sectionTransection .transection{
	position: absolute;
	width: 215px;
	height: auto;
	top: 74px;	
}

#sectionWrapper #sectionTransection .deposit{
	top:120px;
	left: 70px;
}
#sectionWrapper #sectionTransection .withdraw{
	top:120px;
	right: 70px;
}

#sectionWrapper #sectionTransection .transection table{
	border-collapse:collapse; 
	width: 215px;
}
#sectionWrapper #sectionTransection .transection table td{
	height: 25px;
	line-height: 25px;
	border: 0;
	padding: 5px 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: #fff;
	font-size: 30px;
	line-height: 50px;
	position: absolute;
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
}
#sectionWrapper #sectionTransection .poker{
	left: 381px;
	top: 110px;
}
#sectionWrapper #sectionTransection .capsa{
	left: 381px;
	top: 180px;
}
#sectionWrapper #sectionTransection .domino{
	left: 381px;
	top: 254px;
}
#sectionWrapper #sectionFooter{
	position: absolute;
	top:110px;
	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: 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;
}
.livechat-stick{
	position: fixed;
	right: 0;
	bottom: 0px;
	z-index: 999;
}

.member {
	top: 0px;
	position:absolute;
	right:0px;
	width:236px;
	height:199px;
}
.live {
	top: 205px;
	position:absolute;
	right:0px;
	width:237px;
	height:70px;
	background: url(../img/btn/live.jpg) no-repeat;
	cursor: pointer;
	border:0px;
}
.live:hover {
	background: url(../img/btn/livehover.jpg) no-repeat;
	cursor: pointer;
}

.text {
	top: 65px;
	position:absolute;
	width:100px;
	height:32px;
	font-family: "Bebas";
	font-size:15px;
	color:#fff;
	padding-top:5px;
}

.footerbg {
	position:absolute;
	left:18%;
	bottom:0px;
	width:616px;
	height:36px;
	background: url(../img//footerbg.jpg) no-repeat;
	color:#fff;
	text-align:center;
	padding-top:10px;
}





