﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto');

*{
	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) repeat-x top center;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*background:url(../../bg/bg.png) repeat-x;
  background-color:#000000;*/
}
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;
}
#sectionWrapper{
	width:865px;
	height:auto;
	position:relative;
	margin:0 auto;
	
}

#sectionWrapper #sectionHeader{
	width:865px;
	height:110px;
	position:relative;
	margin:0 auto;
}

#sectionWrapper #sectionHeader #sectionLogo{
	height:64px;
	width:265px;
	left:0;
	top:5px;
	position:absolute;
}

#sectionWrapper #sectionHeader .login{
	position: absolute;
	right: 0;
	width: 420px;
	height: 60px;
	top: 8px;
}
#sectionWrapper #sectionHeader .livechat{
	position: absolute;
	left: 310px;
	top:15px;
}
#sectionWrapper #sectionHeader .sport{
	position: absolute;
	left: 0px;
	top:72px;
}
#sectionWrapper #sectionHeader .promo{
	position: absolute;
	left: 92px;
	top:72px;
}
#sectionWrapper #sectionHeader .fb{
	position: absolute;
	right: 6px;
	top:74px;
}
#sectionWrapper #sectionHeader .login input{
	width:100px;
	height:17px;
	border:none;
	position:absolute;
	font-size:14px;
	padding: 5px 5px 5px 25px;
	background: none;
	color: #000;

}
#sectionWrapper #sectionHeader .login input.username{
	
	background: url(../../btn/username.png) no-repeat;
	top: 0px;
	left: 156px;
}
#sectionWrapper #sectionHeader .login input.password{
	
	background: url(../../btn/password.png) no-repeat;
	top: 33px;
	left: 156px;
}

#sectionWrapper #sectionHeader .login input[type="button"]{	
	padding:0;
	border:none;
	cursor:pointer;
	position:absolute;
	
}
#sectionWrapper #sectionHeader .login input#btn-login{
	background:url(../../btn/login.png) no-repeat;
	width:127px;
	height:48px;
	top: 8px;
	
}
#sectionWrapper #sectionHeader .login input#btn-register{
	background:url(../../btn/dattar-domimo2228.gif) no-repeat;
	left: 0px;
	width:153px;
	height:52px;
	top: 2px;
}

#sectionWrapper #sectionHeader .menu{
	position: absolute;
	width: 630px;
	height: 36px;
	padding:5px;
	background: rgba(0, 0, 0, 0.2);
	top: 40px;
	right: 0;
	border-radius: 10px;
}

#sectionWrapper #sectionHeader .menu ul{
	list-style: none;
}
#sectionWrapper #sectionHeader .menu ul li{
	float: left;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #000;
	background: url(../../bg/menu.png) repeat-x;
}
#sectionWrapper #sectionHeader .menu ul li:first-child{
	border-left: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;

}
#sectionWrapper #sectionHeader .menu ul li:last-child{
	border-right: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: url(../../bg/menu-red.png) repeat-x;
}
#sectionWrapper #sectionHeader .menu ul li a{
	display: inline-block;
	padding: 0 19px;
	line-height: 36px;
	font-weight: bold;
	text-transform: uppercase;
	color: #001f14;
}
#sectionWrapper #sectionHeader .menu ul li:last-child a{
	color: #fff;
	padding: 0 24px;
}
#sectionWrapper #sectionHeader .menuRight ul li a{
	padding: 0 5px;
}

#sectionWrapper #sectionHeader #sectionInfo{
	position: absolute;
	width: 500px;
	height: 31px;
	padding:0px 54px 0 70px;
	background: url(../../bg/info.png?v=20250509) no-repeat;
	left: 280px;
	top: 72px;
}
#sectionWrapper #sectionHeader #sectionInfo marquee{
	color: #fff;
	line-height: 31px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
}
#sectionWrapper .sectionContain{
	width:865px;
	height:290px;
	position:relative;
}

#sectionWrapper .sectionContain .content #sectionSlider{
	width: 640px;
	height: 290px;
	position: absolute;
	left: 0;
}
#sectionWrapper .sectionContain .content #sectionSlider #slider{
	width: 640px;
	height: 290px;
}
#sectionWrapper .sectionContain .content .contact{
	float: right;
	width: 225px;
	height: 290px;
	background: url(../../bg/contact.png) no-repeat;
}
#sectionWrapper #sectionTransection{
	width: 865px;
	height: 333px;
	position: relative;
	background: url(../../bg/transection.png) no-repeat;
}

#sectionWrapper #sectionTransection .transection{
	position: absolute;
	width: 300px;
	height: 185px;
	top: 110px;	
}
#sectionWrapper #sectionTransection .deposit{
	left: 0px;
}

#sectionWrapper #sectionTransection .withdraw{
	right: 0px
}
#sectionWrapper #sectionTransection .transection table{
	border-collapse:separate; 
	width: 300px;
}
#sectionWrapper #sectionTransection .transection table td{
	height: 32px;
    line-height: 32px;
	border: 0;
	padding: 0 5px;
	font-size: 18px;
	color: #d29400;
}

#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;
}
#sectionWrapper #sectionTransection #sectionWinner{
	width: 220px;
	height: 333px;
	position: absolute;
	left: 330px;
}
#sectionWrapper #sectionTransection #sectionWinner p.jackpot{
	position: absolute;
	color: #d29400;
	font-size: 22px;
	width: 220px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	left: 0px;
	/*left: 360px;*/
}
#sectionWrapper #sectionTransection #sectionWinner p.poker{
	top: 75px;
}
#sectionWrapper #sectionTransection #sectionWinner p.sakong{
	top: 180px;
}
#sectionWrapper #sectionTransection #sectionWinner p.domino{
	top: 285px;
}
#sectionWrapper #sectionFooter{
	width: 865px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	background: #1e1e1e;
	padding-bottom: 40px;
}
#sectionWrapper #sectionFooter p{
	text-align: left;
	font-size: 14px;
	color: #fff;
	padding: 0 20px;
}
#sectionWrapper #sectionFooter p.title{
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding:10px 0;
}
.livechat{
	position: fixed;
	right: 0;
	bottom: 0;
}



