﻿@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: 965px;
	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:193px;
	position:relative;
	background:url(../images/bg/header.png) repeat-x bottom center;
}

#sectionWrapper #sectionHeader #sectionLogo{
	height:72px;
	width:194px;
	left:50%;
	margin-left: -97px;
	top:66px;
	position:absolute;
}

#sectionWrapper #sectionHeader .login{
	width:500px;
	height:35px;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	top: 153px;
	/*background: url(../images/bg/login.png) no-repeat;*/
}
#sectionWrapper #sectionHeader .login input{
	width:108px;
	height:34px;
	line-height: 34px;
	border:none;
	position:absolute;
	font-size:12px;
	color:#000;
	padding: 0 25px 0 5px;
	background: none;
	text-align: center;
}
#sectionWrapper #sectionHeader .login input.username{
	background: url(../images/btn/username.png) no-repeat;
	left: 0px;
	top:0px;
}
#sectionWrapper #sectionHeader .login input.password{	
	background: url(../images/btn/password.png) no-repeat;
	left: 142px;
	top: 0px;
}


#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: 110px;
	top: 0px;
	width: 105px;
	height: 34px;
}
/*#sectionWrapper #sectionHeader .login input#btn-register{
	background:url(../images/btn/register.png) no-repeat;
	right: 0px;
	top: 0px;
	width: 105px;
	height: 34px;
}*/
#sectionWrapper #sectionHeader .login #btn-register{
	position: absolute;
	right: 0px;
	top: 0px;
}
#sectionWrapper #sectionHeader .login .fogotpass{
	position: absolute;
	color: #fff;
	font-size: 11px;
	position: absolute;
	left: 50%;
	margin-left: -72px;
	top: 200px;
	font-weight: bold;
	text-align: center;
	width: 144px;
	height: 20px;
	line-height: 20px;
}
#sectionWrapper #sectionHeader .menu{
	position: absolute;
	font-size: 14px;
	color: #ffffff;
	text-shadow: 2px 2px #000000;
	top: 105px;
	font-weight: bold;
}
#sectionWrapper #sectionHeader .menu1{
	left:40px;
}
#sectionWrapper #sectionHeader .menu2{
	left:125px;
}
#sectionWrapper #sectionHeader .menu3{
	left:230px;
}
#sectionWrapper #sectionHeader .menu4{
	right:253px;
}
#sectionWrapper #sectionHeader .menu5{
	right:115px;
}
#sectionWrapper #sectionHeader .menu6{
	right:35px;
}

#sectionWrapper #sectionInfo{
	width: 820px;
	height: 42px;
	background:url(../images/bg/info.png) no-repeat;
	padding:0 20px 0px 125px;
	margin:0 auto;
}
#sectionWrapper  #sectionInfo marquee{
	line-height: 42px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 2px 2px #000;
}
#sectionWrapper #sectionMid{
	width: 100%;
	height: auto;
	/*background: url(../images/bg/mid.jpg) no-repeat center bottom;*/
}
#sectionWrapper #sectionMid #sectionContact{
	width: 195px;
  	height: auto;
  	float: left;
}

#sectionWrapper #sectionHeader #sectionInfo{
	width: 890px;
	height: 38px;
	/*background:url(../images/bg/info.png) repeat-x;*/
	padding:0 21px 0 90px;
	position: absolute;
	bottom: 0; 
}
#sectionWrapper  #sectionHeader #sectionInfo marquee{
	line-height: 38px;
	color: #fff;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
#sectionWrapper #sectionSlider{
	width: 100%;
	height: auto;
	/*background: url(../images/bg/slider.jpg) no-repeat center bottom;*/
	position: relative;
	margin:0 auto;
}
#sectionWrapper #sectionSlider #slider{
	width: 961px;
	height: 317px;
}

#sectionWrapper #sectionTransection{
	position: relative;
	width: 965px;
	height:338px;
	background: url(../images/bg/transection.png) center no-repeat;
	margin:0 auto;
	top: -25px;
	z-index: 999;
}
#sectionWrapper #sectionTransection .jackpot{
	width: 156px;
	height: 35px;
	text-align: center;
	text-shadow: 2px 2px #000000;
	color: #fff;
	font-size: 24px;
	line-height: 35px;
	position: absolute;
	font-family: "arial", serif;
	font-weight: bold;
	top: 138px;
	left: 50%;
	margin-left: -75px;
}
#sectionWrapper #sectionTransection .transection{
	position: absolute;
	width: 280px;
	height: auto;
	top: 165px;	
}

#sectionWrapper #sectionTransection .deposit{

	left: 45px;
}
#sectionWrapper #sectionTransection .withdraw{
	right: 45px;

}

#sectionWrapper #sectionTransection .transection table{
	border-collapse:collapse; 
	width: 280px;
}
#sectionWrapper #sectionTransection .transection table td{
	height: 34px;
	line-height: 34px;
	border: 0;
	padding: 0 5px;
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px #000;
}
#sectionWrapper #sectionTransection .transection table td img{
	float: left;
	}
#sectionWrapper #sectionTransection .transection table td:nth-child(1){
	width: 10%;
	text-align: left;
}
#sectionWrapper #sectionTransection .transection table td:nth-child(2){
	width: 45%;
	text-align: left;
	text-transform: uppercase;
}
#sectionWrapper #sectionTransection .transection table td:nth-child(3){
	width: 45%;
	text-align: right;
}
#sectionWrapper #sectionTransection .contact{
	position: absolute;
	top: 23px;
}
#sectionWrapper #sectionTransection .contact1{
	left: 73px;
}
#sectionWrapper #sectionTransection .contact2{
	left: 195px;
}
#sectionWrapper #sectionTransection .contact3{
	right: 220px;
}
#sectionWrapper #sectionTransection .contact4{
	right: 60px;
}
.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: 65px;
	/*background: url(../images/bg/footer.png) repeat-x;*/
	width: 100%;
	position: relative;
}

#sectionFooter p.copyright{
	color: #000000;
	font-size: 18px;
	line-height: 65px;
	text-align: center;
}
.livechat{
	position: fixed;
	right: 0;
	bottom:0;
}



