﻿@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(../images/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:#fff07b;
	-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;
    color: white;
}
h1{
    color: #fff07b;
    text-align: center;
}
h2{
    color: #fff07b;
    text-align: center;
}
h3{
    color: #fff07b;
    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: 920px;
	height: auto;
	margin:0 auto;
	position: relative;
}
#sectionWrapper{
	width: 100%;
	height:auto;
	position:relative;
	margin:0 auto;
	/*background: rgba(0,0,0,0.7);*/
}

#sectionWrapper #sectionHeader{
	width:100%;
	height:100px;
	position:relative;
	margin:0 auto;
	/*background: url(../images/bg/header.png) repeat-x;*/
}
#sectionWrapper #sectionHeader #sectionLogo{
	height:82px;
	width:294px;
	left:0px;
	top:15px;
	position:absolute;
}
#sectionWrapper #sectionHeader .login{
	width: 522px;
	height: 30px;
	top: 45px;
	right: 0px;
	position: absolute;
}
#sectionWrapper #sectionHeader .login input{
	width:115px;
	height:30px;
	line-height: 30px;
	border:none;
	position:absolute;
	font-size:12px;
	padding:0px 5px 0 30px;
	top: 0;	
}
#sectionWrapper #sectionHeader .login input.username{

	left: 0px;
	top: 0px;
	background: url(../images/btn/username.png) no-repeat;
}
#sectionWrapper #sectionHeader .login input.password{	

	left: 155px;
	top: 0px;
	background: url(../images/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(../images/btn/login.png) no-repeat;		
	right: 115px;
	width: 101px;
	height: 28px;
	top: 2px;
}
#sectionWrapper #sectionHeader .login input#btn-register{
	background:url(../images/btn/register.png) no-repeat;
	right: 0px;
	width: 109px;
	height: 28px;
	top:2px;
}

#sectionWrapper #sectionMenu{
	width: 100%;
  	height: 36px;
  	position: relative;
}
#sectionWrapper #sectionMenu ul{
	list-style: none;
	background: #6e6e6e;
	border-radius: 15px;
	float: left;
}
#sectionWrapper #sectionMenu ul li{
	float: left;
	margin-right: 3px;
	padding:0 10px;
}
#sectionWrapper #sectionMenu ul li a{
	color: #fff;
	text-transform: uppercase;
	line-height: 36px;
	font-size: 14px;
	font-weight: bold;
}
#sectionWrapper #sectionMenu ul li:first-child{
	padding-top: 3px;
}

#sectionWrapper #sectionMenu #sectionInfo{
	width: 590px;
	height: 39px;
	background: url(../images/bg/info.png) no-repeat left center;
	position: absolute;
	margin:0 auto;
	padding: 0 22px 0 92px;
	right: 0px;
}
#sectionWrapper #sectionMenu #sectionInfo marquee{
	line-height: 39px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#sectionWrapper #slider{
	width: 679px;
	height: 254px;
	float: left;
}

#sectionWrapper .contact{
	width: 236px;
	height: 254px;
	background: url(../images/bg-contact.png) no-repeat;
	float: right;
	position: relative;
	}
#sectionWrapper .contact .livechat{
	position: absolute;
	bottom: 5px;
	left: 10px;
}

#sectionWrapper #sectionTransection{
	position: relative;
	width: 920px;
	height: 217px;
	background: url(../images/bg/transection.png) no-repeat;
}

#sectionWrapper #sectionTransection .transection{
	position: absolute;
	width: 297px;
	height: auto;
	top: 55px;	
}

#sectionWrapper #sectionTransection .deposit{

	left: 0px;
}
#sectionWrapper #sectionTransection .withdraw{
	left: 308px;

}

#sectionWrapper #sectionTransection .transection table{
	border-collapse:collapse; 
	width: 297px;
}
#sectionWrapper #sectionTransection .transection table td{
	height: 30px;
	line-height: 30px;
	border: 0;
	padding: 0 5px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
#sectionWrapper #sectionTransection .transection table td:nth-child(1){
	width: 40%;
	text-align: left;
	padding-left: 20px;
}
#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;
	padding-right: 20px;
}
#sectionWrapper #sectionTransection .jackpot{
	width: 194px;
	height: 68px;
	text-align: center;
	color: #000;
	font-size: 28px;
	line-height: 68px;
	position: absolute;
	font-family: "arial", serif;
	font-weight: bold;
	right: 0px;
}
#sectionWrapper #sectionTransection .poker{
	top: 0px;
}
#sectionWrapper #sectionTransection .domino{
	top: 75px;
}
#sectionWrapper #sectionTransection .capsa{
	top: 149px;
}
#sectionWrapper #sectionFooter{
	padding:20px 0;
	font-family: 'arial';
	color: #fff;
	text-align: center;
}
#sectionWrapper #sectionFooter h2,
#sectionWrapper #sectionFooter p{
	text-align: center;
}
#sectionWrapper #sectionFooter h2{
	margin-bottom: 20px;
}
.copyright{
	color: #0c4700
}




