@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('../mainfonts/BEBAS.TTF');
}
@font-face {
  font-family: 'TheLightFont';
  src: url('../mainfonts/TheLightFont.ttf');
}
@font-face {
  font-family: 'novamono';
  src: url('../mainfonts/novamono.html');
}

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(../mainImages/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: 950px;
	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: 50px;
	position:relative;
	margin: 15px auto 0 auto;
	/* background: #000; */
	/* background: url(../mainImages/bg/header.png) no-repeat; */
}
#sectionWrapper #sectionHeader #sectionLogo{
	height:70px;
	width:244px;
	left:50%;
	top:10px;
	margin-left: -122px;
	position:absolute;
}

#sectionWrapper #sectionHeader .login{
	width: 290px;
	height: 25px;
	top:80px;
	left:50%;
	margin-left: -145px;
	position: absolute;
	/*background: url(../mainImages/bg/login.png) no-repeat;*/
}
#sectionWrapper #sectionHeader .login input{
	width:66px;
	height:21px;
	line-height: 21px;
	border:2px solid #ffffff;
	position:absolute;
	font-size:12px;
	color:#fff;
	top: 0px;
	padding: 0 5px;
	background: none;
}
#sectionWrapper #sectionHeader .login input.username{
	/*background: url(../mainImages/btn/username.png) no-repeat;*/
	left: 0px;
}
#sectionWrapper #sectionHeader .login input.password{	
	/*background: url(../mainImages/btn/password.png) no-repeat;*/
	left: 84px;
}


#sectionWrapper #sectionHeader .login input[type="button"],
#sectionWrapper #sectionHeader .login input[type="submit"]{	
	padding:0;
	border:none;
	cursor:pointer;
	position:absolute;
	top: 0;
	
}
#sectionWrapper #sectionHeader .login input#btn-login{
	background:url(../mainImages/btn/login.png) no-repeat;
	right: 0px;
	width: 60px;
	height: 25px;
}
#sectionWrapper #sectionHeader .login input#btn-register{
	background:url(../mainImages/btn/register.png) no-repeat;
	right: 63px;
	width: 60px;
	height: 25px;
}
#sectionWrapper #sectionHeader .login .fogotpass{
	position: absolute;
	color: #fff;
	font-size: 12px;
	font-style: italic;
	position: absolute;
	right: 168px;
	top: 100px;
	font-weight: bold;
}
/*#sectionWrapper #sectionHeader #sectionMenu{
	width: 100%;
  	height: 30px;
  	position: relative;
  	top: 95px;
}
#sectionWrapper #sectionMenu ul{
	list-style: none;
	text-align: justify;
}
#sectionWrapper #sectionMenu ul li{
	display: inline;
	margin:0 20px;
	line-height: 30px;
}
#sectionWrapper #sectionMenu ul li a{
	font-size: 20px;
	font-family: 'Impact';
	letter-spacing: 1px;
}*/


#sectionWrapper #sectionInfo{
	width: 830px;
	height: 44px;
	background:url(../mainImages/bg/info.png) no-repeat;
	padding: 0 60px;
}
#sectionWrapper #sectionInfo marquee{
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	font-style: italic;
}

#sectionWrapper #slider{
	width: 950px;
	height: 350px;
}
#sectionWrapper #sectionHeader .menu{
	position: absolute;
	top: 22px;
	font-size: 24px;
	font-family: 'Bebas';
	color: #fff;
	font-weight: bold;
}
#sectionWrapper #sectionHeader .menu1{
	left: 40px;
}
#sectionWrapper #sectionHeader .menu2{
	left: 130px;
}
#sectionWrapper #sectionHeader .menu3{
	left: 235px;
}
#sectionWrapper #sectionHeader .menu4{
	right: 235px;
}
#sectionWrapper #sectionHeader .menu5{
	right: 40px;
}
#sectionWrapper .jackpot{
	width: 940px;
	height: 122px;
	}
#sectionWrapper .contact{
	width: 860px;
	height: 40px;
	margin:0 auto;
	background: url(../mainImages/contact.png) no-repeat;
	position: relative;
}
#sectionWrapper .contact .livechat{
	position: absolute;
	top: 5px;
	right: 52px;
}

#sectionWrapper #sectionTransection{
	position: relative;
	width: 950px;
	height: 255px;
	background: url(../mainImages/bg/transection.png) no-repeat;
	margin:0 auto;
}

#sectionWrapper #sectionTransection .transection{
	position: absolute;
	width: 250px;
	height: auto;
	top: 70px;	
}

#sectionWrapper #sectionTransection .deposit{

	left: 40px;
}
#sectionWrapper #sectionTransection .withdraw{
	right: 40px;

}

#sectionWrapper #sectionTransection .transection table{
	border-collapse:collapse; 
	width: 250px;
}
#sectionWrapper #sectionTransection .transection table td{
	height: 28px;
	line-height: 28px;
	border: 0;
	padding: 0 5px;
	font-size: 12px;
	color: #fff;
	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: 245px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 50px;
	position: absolute;
	font-family: "arial", serif;
	font-weight: bold;
	left: 355px;
}
#sectionWrapper #sectionTransection .poker{
	top: 95px;
}
#sectionWrapper #sectionTransection .domino{
	top: 180px;
}
#sectionWrapper #sectionTransection .capsa{
	top: 205px;
}
#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
}




