﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Bebas');

*{
	margin:0px;
	padding:0px;
}

/*@font-face {
  font-family: 'century-gothic';
  src: url('../fonts/ufonts.com_century-gothic.eot');  IE9 Compat Modes 
  src: url('../fonts/ufonts.com_century-gothic.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
       url('../fonts/ufonts.com_century-gothic.woff2') format('woff2'),  Super Modern Browsers 
       url('../fonts/ufonts.com_century-gothic.woff') format('woff'),  Pretty Modern Browsers 
       url('../fonts/ufonts.com_century-gothic.ttf')  format('truetype'),  Safari, Android, iOS 
       url('../fonts/ufonts.com_century-gothic.svg#svgFontName') format('svg');  Legacy iOS 
}*/

@font-face {
  font-family: 'BudmoJiggler';
  src: url('../fonts/BudmoJiggler.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(../../bg/bg.jpg) no-repeat;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*background-position: center 165px ;
  background:url(../../bg/bg.png) repeat-x;
  background-color:#c60001;*/
}
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: 1020px;
	height: auto;
	margin:0 auto;
	position: relative;
}
#sectionWrapper{
	width:100%;
	height:auto;
	position:relative;
	margin:0 auto;	
}

#sectionWrapper #sectionHeader{
	width:100%;
	height:176px;
	position:relative;
	margin:0 auto;
	/*background: #e9e9e9;
	border-bottom: 3px solid #bb3030;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.6);*/
}
#sectionWrapper #sectionHeader #sectionLogo{
	height:176px;
	width:404px;
	left: -10px;
	top: 5px;
	position:absolute;
}
#sectionWrapper #sectionHeader .login{
	position: absolute;
	right: 0px;
	top: 20px;
	width: 420px;
	height: 160px;
	background: url(../../bg/login.png) no-repeat;
}

#sectionWrapper #sectionHeader .login input{
	width:166px;
	height:30px;
	border:none;
	position:absolute;
	font-size:14px;
	padding:10px;
	color: #fff;
	line-height: 30px;
	background:none;

}
#sectionWrapper #sectionHeader .login input.username{
	left: 33px;
	top: 29px;	
}
#sectionWrapper #sectionHeader .login input.password{	
	left: 34px;
	top: 86px;
}

#sectionWrapper #sectionHeader .login input[type="button"]{	
	padding:0;
	border:none;
	cursor:pointer;
	position:absolute;
	width: 185px;
	height: 50px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;	
	right: 8px;
	background: none;
	
}
#sectionWrapper #sectionHeader .login input#btn-login{
	
	top: 29px;
}
#sectionWrapper #sectionHeader .login input#btn-register{
	
	top: 86px;
}
#sectionWrapper #sectionMenu{
	width: 1194px;
	height: 58px;
	margin:0 auto;
	background: url(../../bg/menu.png) no-repeat center;

}
#sectionWrapper #sectionMenu ul{
	list-style: none;
	padding-top: 6px;
}
#sectionWrapper #sectionMenu li{
	float: left;
	background: url(../../bg/li.png) no-repeat center right;
	line-height: 43px;
	height: 43px;
}
#sectionWrapper #sectionMenu li a{
	display: inline-block;		
	padding: 0 50px;
	font-size: 16px;
	font-weight: bold;
}
#sectionWrapper #sectionMenu li:last-child{
	background: none;
}

#sectionWrapper #sectionInfo{
	width: 1000px;
	height: 35px;
	padding: 0 10px;
	background-image: -moz-linear-gradient( 90deg, rgb(102,0,0) 0%, rgb(204,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(102,0,0) 0%, rgb(204,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(102,0,0) 0%, rgb(204,0,0) 100%);
}
#sectionWrapper #sectionInfo marquee{
	line-height: 35px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
}
#sectionWrapper #sectionSlider{
	width:100%;
	height: 325px;
	padding-top: 5px;
}
#sectionWrapper #sectionSlider #slider{
	width:1020px;
	height: 325px;
	margin:0 auto;
}
#sectionWrapper #sectionSlider #slider img{
	width: 100%;
	height: auto;
}

#sectionWrapper #sectionTransection{
	position: relative;
	width: 1020px;
	height: 295px;
	background: url(../../bg/transection.png) no-repeat;
	margin: 10px 0;
}

#sectionWrapper #sectionTransection .transection{
	position: absolute;
	width: 300px;
	height: auto;
	top: 123px;	
}

#sectionWrapper #sectionTransection .deposit{
	left: 15px;
}
#sectionWrapper #sectionTransection .withdraw{
	right: 15px
}
#sectionWrapper #sectionTransection .transection table{
	border-collapse:separate; 
	width: 300px;
}
#sectionWrapper #sectionTransection .transection table td{
	height: 30px;
	line-height: 30px;
	border: 0;
	padding: 0 5px;
	font-size: 20px;
	color: #fff;
	font-family: "Bebas", serif;
	text-shadow: 1px 1px 1px #000;
}

#sectionWrapper #sectionTransection .transection table td:nth-child(1){
	width: 30%;
	text-align: left;
}
#sectionWrapper #sectionTransection .transection table td:nth-child(2){
	width: 30%;
	text-align: center;
}
#sectionWrapper #sectionTransection .transection table td:nth-child(3){
	width: 40%;
	text-align: right;
	color: #fff;
}
#sectionWrapper #sectionTransection .jackpot{
	width: 240px;
	height: 45px;
	text-align: center;
	color: #fff;
	font-size: 35px;
	line-height: 45px;
	position: absolute;
	font-family: "Bebas", serif;
	top: 13px;
}
#sectionWrapper #sectionTransection img{
	position: absolute;
	left: 405px;
}
#sectionWrapper #sectionTransection img.livechat1{
	top:124px;
}
#sectionWrapper #sectionTransection img.bb{
	top:166px;
}
#sectionWrapper #sectionTransection img.whatapp{
	top:205px;
}
#sectionWrapper #sectionTransection img.fb{
	top:245px;
}
#sectionWrapper #sectionTransection .poker{
	left: 186px;
}
#sectionWrapper #sectionTransection .domino{
	left: 700px;
}
#sectionWrapper #sectionBank{
	width: 100%;
	height: 60px;
	text-align: center;
	margin-top: 10px;
}
#sectionWrapper #sectionFooter{
	width: 930px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding:30px 0;
}
#sectionWrapper #sectionFooter ul{
	list-style: none;
	text-align: center;
}
#sectionWrapper #sectionFooter ul li{
	display: inline;
	border-right: 2px solid #3c3c3c;
}
#sectionWrapper #sectionFooter ul li:last-child{
	border-right: 0px;
}
#sectionWrapper #sectionFooter ul li a{
	display: inline-block;
	color: #3c3c3c;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	padding:0 5px;
}
#sectionWrapper #sectionFooter p{
	text-align: center;
	color: #3c3c3c;
	padding: 10px 0;
}
.livechat-stick{
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
}



