﻿@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: #f3f3f3;
}
body{
	font-size:14px;
	font-family: arial;
}

a{
	text-decoration:none;
	color:#000;
	-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;
}
.containBgGray{
	width: 100%;
	height: auto;
	background: #1f2324;
}
.containBgGreen{
	width: 100%;
	height: auto;
	background: #349f03;
	padding:5px 0;
}
#sectionWrapper{
	width:100%;
	height:auto;
	position:relative;
	margin:0 auto;
}

#sectionWrapper #sectionHeader{
	width:100%;
	height:105px;
	position:relative;
	margin:0 auto;
	background:#d5d5d5;
	/*background: url(../img/bg/header.png) repeat-x;*/
}
#sectionWrapper #sectionHeader #sectionLogo{
	height:77px;
	width:306px;
	left:0;
	top:20px;
	position:absolute;
}
#sectionWrapper #sectionHeader .ig,
#sectionWrapper #sectionHeader .fb{
	position: absolute;
	top: 43px;
}
#sectionWrapper #sectionHeader .ig{
	right: 360px;
}
#sectionWrapper #sectionHeader .fb{
	right: 308px;
}
#sectionWrapper #sectionHeader .login{
	width: 293px;
	height: 51px;
	top: 39px;
	right: 0px;
	position: absolute;
}
#sectionWrapper #sectionHeader .login input{
	width:111px;
	height:24px;
	line-height: 24px;
	border:none;
	position:absolute;
	font-size:12px;
	padding:0px 5px;
	border:none;
	background: #fff;
	border-radius: 3px;
	
}
#sectionWrapper #sectionHeader .login input.username{
	top: 0;
	left: 0px;
}
#sectionWrapper #sectionHeader .login input.password{	
	top: 27px;
	left: 0px;
}
#sectionWrapper #sectionHeader .login input.code{	
	width: 67px;
	height: 28px;
	right: 127px;
	top: 0px
}

#sectionWrapper #sectionHeader .login .imgcode{	
	position: absolute;
	right: 127px;
	top: 35px;
}
#sectionWrapper #sectionHeader .login .promo{	
	position: absolute;
	right: -10px;
	top: 30px;
}

#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: 92px;
	width: 73px;
	height: 51px;
	top: 0px;
}
#sectionWrapper #sectionHeader .login input#btn-register{
	background:url(../img/btn/register.gif) no-repeat;
	right: 0px;
	width: 86px;
	height: 51px;
	top: 0px;
}
#sectionWrapper .contact{
	float: right;
	width: 283px;
	height: 304px;
}

#sectionWrapper #sectionMenu{
	width:100%;
  	height: 54px;
  	background: url(../img/bg/menuWrap.png) repeat-x;

}
#sectionWrapper #sectionMenu .menu{
	width: 960px;
	height: 44px;
	background: url(../img/bg/menu.png) no-repeat;
	padding-top: 10px;

}
#sectionWrapper #sectionMenu .menu ul{
	list-style: none;
	text-align: center;
}
#sectionWrapper #sectionMenu .menu ul li{
	display: inline;
	padding: 0 30px;
	line-height: 30px;
	background: url(../img/bg/li.png) right center no-repeat;
}
#sectionWrapper #sectionMenu .menu ul li:first-child{
	padding-left: 0;
}
#sectionWrapper #sectionMenu .menu ul li:last-child{
	padding-right: 0;
	background: none;
}
#sectionWrapper #sectionMenu .menu ul li a{
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
}
#sectionWrapper #sectionInfo{
	width: 800px;
	height: 30px;
	background: url(../img/bg/info.png) no-repeat left center;
	position: relative;
	margin:0 auto;
	padding: 0 40px 0 120px;
	margin-top: 5px;
}
#sectionWrapper #sectionInfo marquee{
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#sectionWrapper #slider{
	width: 670px;
	height: 304px;
	float: left;
}


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

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

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

#sectionWrapper #sectionTransection .deposit{
	left: 12px;
}

#sectionWrapper #sectionTransection .withdraw{
	right: 12px;
}

#sectionWrapper #sectionTransection .transection table{
	border-collapse:collapse; 
	width: 265px;
}
#sectionWrapper #sectionTransection .transection table td{
	height: 35px;
	line-height: 35px;
	border: 0;
	padding: 0 5px;
	font-size: 16px;
	color: #fff;
}
#sectionWrapper #sectionTransection .transection table td:nth-child(1){
	width: 50%;
	text-align: left;
	color: #309300;
	text-transform: uppercase;
}
#sectionWrapper #sectionTransection .transection table td:nth-child(2){
	width: 50%;
	text-align: right;
}
/*#sectionWrapper #sectionTransection .transection table td:nth-child(3){
	width: 40%;
	text-align: right;
}*/
#sectionWrapper #sectionTransection .jackpot{
	width: 195px;
	height: 65px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 65px;
	position: absolute;
	font-family: "Impact", serif;
	left: 410px;

}
#sectionWrapper #sectionTransection .poker{
	top: 85px;
}

#sectionWrapper #sectionTransection .domino{
	top: 175px;
}
#sectionWrapper .footerText{
	
	padding: 20px 0;
}
#sectionWrapper .footerText p{	
	color: #747474;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	margin:10px 0;
}





