@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 center 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: 960px;
	height: auto;
	margin:0 auto;
	position: relative;
}
#sectionWrapper{
	width: 100%;
	/*background: rgba(0, 0, 0, 0.6);*/
	height:auto;
	position:relative;
	margin:0 auto;
}

#sectionWrapper #sectionHeader{
	width:100%;
	height:140px;
	position:relative;
}

#sectionWrapper #sectionHeader #sectionLogo{
	height:92px;
	width:364px;
	left:0;
	/*margin-left: -278px;*/
	top:15px;
	position:absolute;
}
#sectionWrapper #sectionHeader p.date-time{
	font-size: 14px;
	position: absolute;
	color: #000;
	right: 0;
	top: 65px;
	font-weight: bold;
}
#sectionWrapper #sectionHeader .login{
	width:425px;
	height:55px;
	position: absolute;
	right: 0px;
	top: 42px;
	/*background: url(../images/bg/login.png) no-repeat top;*/
}
#sectionWrapper #sectionHeader .login input{
	width:101px;
	height:24px;
	line-height: 24px;
	border:none;
	position:absolute;
	font-size:12px;
	color:#fff;
	padding: 0 5px 0 55px;
	background: none;
}
#sectionWrapper #sectionHeader .login input.username{
	background: url(../images/btn/username.png) no-repeat;
	left: 0px;
	top:5px;
}
#sectionWrapper #sectionHeader .login input.password{	
	background: url(../images/btn/password.png) no-repeat;
	left: 0px;
	top: 35px;
}


#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(../images/btn/login.png) no-repeat;
	right: 130px;
	top: 0px;
	width: 126px;
	height: 60px;
}
#sectionWrapper #sectionHeader .login input#btn-register{
	background:url(../images/btn/register.png) no-repeat;
	right: 0px;
	top: 0px;
	width: 126px;
	height: 60px;
}
#sectionWrapper #sectionHeader #btn-register{
	position: absolute;
	right: 0px;
	bottom: 45px;
}

#sectionWrapper #sectionMenu{
	width: 100%;
  	height: 40px;
  	background:url(../images/bg/menu.png) repeat-x;
}
#sectionWrapper #sectionMenu ul{
	list-style: none;
}
#sectionWrapper #sectionMenu ul li{
	display: inline;
	height: 40px;
	padding:12px 35px;
	background: url(../images/bg/li.png) right center no-repeat;
}
#sectionWrapper #sectionMenu ul li a{
	line-height: 40px;
	color: #fff;
	/*font-weight: bold;*/
	text-transform: uppercase;
}

#sectionWrapper #sectionMenu ul li:last-child{
	background:none;
}
#sectionWrapper #sectionContact{
	width: 960px;
  	height: 77px;
  	padding-top:14px;
  	background: url(../images/bg/contact.png) no-repeat;
}
#sectionWrapper #sectionContact ul{
	list-style: none;
	text-align: center;
}
#sectionWrapper #sectionContact ul li{
	display: inline;
	margin:0 2px;
	}
#sectionWrapper #sectionInfo{
	width: 805px;
	height: 41px;
	background:url(../images/bg/info.png) repeat-x;
	padding:0 10px 0 145px;
}
#sectionWrapper  #sectionInfo marquee{
	line-height: 41px;
	color: #fff;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

#sectionWrapper #slider{
	width: 960px;
	height: 298px;
}

#sectionWrapper #sectionTransection{
	position: relative;
	width: 960px;
	height: 264px;
	background: url(../images/bg/transection.png) center no-repeat;
	margin:0 auto;
}

#sectionWrapper #sectionTransection .jackpot{
	width: 200px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 50px;
	position: absolute;
	font-family: "arial", serif;
	font-weight: bold;
	left: 50%;
	margin-left: -100px;
}
#sectionWrapper #sectionTransection .poker{
	top: 35px;
}
#sectionWrapper #sectionTransection .domino{
	top: 120px;
}
#sectionWrapper #sectionTransection .capsa{
	top: 207px;
}

#sectionWrapper #sectionTransection .transection{
	position: absolute;
	width: 280px;
	height: auto;
	top: 50px;	
}

#sectionWrapper #sectionTransection .deposit{
	left: 0px;
}
#sectionWrapper #sectionTransection .withdraw{
	right: 0px;
}

#sectionWrapper #sectionTransection .transection table{
	border-collapse:collapse; 
	width: 280px;
}
#sectionWrapper #sectionTransection .transection table td{
	height: 42px;
	line-height: 42px;
	border: 0;
	padding: 0 5px;
	font-size: 14px;
	color: #fff;
}
#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 .contact{
	position: absolute;
	left: 50%;
	margin-left: -150px;
}
#sectionWrapper #sectionTransection .contact1{
	top: 15px;
}
#sectionWrapper #sectionTransection .contact2{
	top: 85px;
}
#sectionWrapper #sectionTransection .contact3{
	top: 155px;
}
#sectionWrapper #sectionTransection .contact4{
	top: 225px;
}
.bank{
	float: right;
	width: 284px;
	height: 250px;
}
.bgText{
	/*background: rgb(152,0,0);
	background: -webkit-linear-gradient(279deg, rgba(152,0,0,1) 0%, rgba(242,0,0,1) 100%);
	background: -o-linear-gradient(279deg, rgba(152,0,0,1) 0%, rgba(242,0,0,1) 100%);
	background: linear-gradient(9deg, rgba(152,0,0,1) 0%, rgba(242,0,0,1) 100%); */
	/*background: #141414;
	border-radius: 5px;*/
	width: 100%;
	height: auto;
	padding:20px;
}
.bgText h2{
	color:#fff;
	text-align: center;
	}
.bgText p{
	color: #f4b711;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}
.bgText p.title{
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	line-height: 30px;
}
#sectionFooter{
	height: auto;
	/*background: url(../images/bg/footer.png) repeat-x;*/
	width: 100%;
	position: relative;
	text-align: center;
	padding:10px 0 0px 0;
}

#sectionFooter p.copyright{
	color: #000000;
	font-size: 18px;
	line-height: 65px;
	text-align: center;
}
.livechat-fixed{
	position: fixed;
	right: 0px;
	bottom: 0px;
}
