﻿@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');
}
@font-face {
  font-family: 'TheLightFont';
  src: url('../fonts/TheLightFont.ttf');
}
@font-face {
  font-family: 'novamono';
  src: url('../fonts/novamono.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:#111;*/
}
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: 1024px;
	height: auto;
	margin:0 auto;
	position: relative;
}
#sectionWrapper{
	width: 100%;
	height:auto;
	position:relative;
	margin:0 auto;
}

#sectionWrapper #sectionHeader{
	width:100%;
	height:88px;
	/*background: #000;*/
	/*
	border-bottom:1px solid #fff568;*/
	background: url(../img/bg/header.png) repeat-x top;
	position:relative;
}
#sectionWrapper #sectionHeader .header{
	background: url(../img/bg/container-header.png) no-repeat;
	height: 88px;
}
#sectionWrapper #sectionHeader #sectionLogo{
	height:51px;
	width:209px;
	left:25px;
	top: 10px;
	position:absolute;
}

#sectionWrapper #sectionHeader .login{
	width: 745px;
	height: 34px;
	position: absolute;
	right: 0px;
	top: 15px;
}
#sectionWrapper #sectionHeader .login input{
	width:162px;
	height:34px;
	line-height: 34px;
	border:none;
	position:absolute;
	font-size:12px;
	color:#fff;
	padding: 0 5px;
}
#sectionWrapper #sectionHeader .login input.username{
	background: url(../img/btn/username.png) no-repeat;
	left: 138px;
	top:0px;
	width: 122px;
	height: 34px;
	padding-left: 35px;

}
#sectionWrapper #sectionHeader .login input.password{	
	background: url(../img/btn/password.png) no-repeat;
	left: 303px;
	top: 0px;
	width: 122px;
	height:34px;
	padding-left: 35px;
}
#sectionWrapper #sectionHeader .login input.code{	
	background: url(../img/btn/code.png) no-repeat;
	left: 470px;
	top: 0px;
	width: 65px;
	height: 34px;
}

#sectionWrapper #sectionHeader .login input[type="button"],
#sectionWrapper #sectionHeader .login input[type="submit"]{	
	padding:0;
	border:none;
	cursor:pointer;
	position:absolute;
	top: 0px;
	
}
#sectionWrapper #sectionHeader .login input#btn-login{
	background:url(../img/btn/login.png) no-repeat;
	right: 0px;
	top: 0px;
	width: 136px;
	height: 31px;
}
#sectionWrapper #sectionHeader .login input#btn-register{
	background:url(../img/btn/register.png) no-repeat;
	left: 0px;
	top: 0px;
	width: 136px;
	height: 31px;
}
#sectionWrapper #sectionHeader .login .fogotpass{
	position: absolute;
	color: #fff;
	font-size: 12px;
	font-style: italic;
	position: absolute;
	right: 168px;
	top: 100px;
	font-weight: bold;
}
#sectionWrapper #sectionMenu{
	width: 1024px;
  	height: 43px;
  	background: url(../img/bg/menu.png) repeat-x;
  	/*padding:7px 0 12px 0;*/
}

#sectionWrapper #sectionMenu ul{
	list-style: none;
	/*text-align: center;*/
}
#sectionWrapper #sectionMenu ul li{
	padding:0 29px;
	border-right: 1px solid #000;
	display:inline;
}
/*#sectionWrapper #sectionMenu ul li:nth-child(1){
	padding: 0 30px 0 50px;
}
#sectionWrapper #sectionMenu ul li:nth-child(8){
	padding: 0 0px 0 35px;
}*/
#sectionWrapper #sectionMenu ul li a{
	display: inline-block;
	color: #000;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
}
#sectionWrapper #sectionMenu ul li:last-child{
	border-right: 0;
	}
#sectionWrapper #sectionInfo{
	width: 800px;
	height: 37px;
	background:url(../img/bg/info.png) no-repeat;
	padding:0 18px 0 206px;
	position:relative;
}
#sectionWrapper  #sectionInfo marquee{
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	font-style: italic;
}

#sectionWrapper #slider{
	width: 766px;
	height: 317px;
	float: left;
}
#sectionWrapper .contact{
	width: 251px;
	height: 268px;
	float: right;
	background: url(../img/bg/contact.png) no-repeat;
	padding:50px 0 0 0;
}

#sectionWrapper	.contact img{
	float: left;
	width: 251px;
}

/*#sectionWrapper #sectionHeader #sectionMenu{
	width: 100%;
	height: 55px;
	position: absolute;
	top: 132px;
}
#sectionWrapper #sectionHeader #sectionMenu ul{
	list-style: none;
	text-align: center;
}
#sectionWrapper #sectionHeader #sectionMenu ul li{
	display: inline;
	margin:0 56px;
}
#sectionWrapper #sectionHeader #sectionMenu ul li a{

	font-size: 20px;
	font-family: 'arial';
	color: #fff;
	font-weight: bold;
	line-height: 55px;
}*/

#sectionWrapper #sectionTransection{
	position: relative;
	width: 679px;
	height: 318px;
	background: url(../img/bg/transection.png) no-repeat;
	float: right;
}
#sectionWrapper #sectionTransection .jackpot{
	width:225px;
	height: 36px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	position: absolute;
	font-family: "arial", serif;
	font-weight: bold;
	top: 40px;
}
#sectionWrapper #sectionTransection .poker{
	left: 32px;
}
#sectionWrapper #sectionTransection .domino{
	right: 32px;
}
#sectionWrapper #sectionTransection .capsa{
	top: 207px;
}
#sectionWrapper #sectionTransection .transection{
	position: absolute;
	width: 295px;
	height: auto;
	top: 158px;	
}

#sectionWrapper #sectionTransection .deposit{

	left: 25px;
}
#sectionWrapper #sectionTransection .withdraw{
	right: 15px;

}

#sectionWrapper #sectionTransection .transection table{
	border-collapse:collapse; 
	width: 295px;
}
#sectionWrapper #sectionTransection .transection table td{
	height: 30px;
	line-height: 30px;
	border: 0;
	padding: 0 5px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
#sectionWrapper #sectionTransection .transection table td:nth-child(1){
	width: 30%;
	text-align: left;
}
#sectionWrapper #sectionTransection .transection table td:nth-child(2){
	width: 35%;
	text-align: center;
}
#sectionWrapper #sectionTransection .transection table td:nth-child(3){
	width: 35%;
	text-align: right;
}

#sectionWrapper #sectionFooter{
	width: 100%;
	height: auto;
	background: #1b2021;
	position: relative;
	padding-top: 10px;
	border-top: 1px solid #474a4a;
}
#sectionWrapper #sectionFooter #sectionTogel{
	width: 100%;
	height: 75px;
	background: url(../img/bg/togel.png) repeat-x;
	padding-top: 15px;
}
#sectionWrapper #sectionFooter #sectionTogel .togel{
	float: left;
	width: 190px;
	height: 62px;
	background:url(../img/bg/togel1.png) no-repeat;
	margin-right: 18px;
}
#sectionWrapper #sectionFooter #sectionTogel .togel .country{
	color:#fff;
	text-shadow: 0,0,0;
	text-transform: uppercase;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}
#sectionWrapper #sectionFooter #sectionTogel .togel span{
	display: block;
	float:left;
	text-align: center;
	line-height:26px;
}
#sectionWrapper #sectionFooter #sectionTogel .togel span.date{
	width:70px;
	}
	#sectionWrapper #sectionFooter #sectionTogel .togel span.number{
		width:112px;
		font-size:16px;
		color:#e1d34a;
		font-weight:bold;
		letter-spacing:5px;
	}
#sectionWrapper #sectionFooter .footer{
	background: url(../img/bg/container-footer.png) no-repeat;
	height: 70px;	
	text-align:center;
	}

.copyright{
	color: #0c4700
}

aside{
	position: fixed;
	bottom:0;
	max-width: 240px;
	text-align: center;
}

aside.aside-left{
	left: 10px;
}
aside.aside-right{
	right: 0px;
}
