﻿@charset "utf-8";
/* CSS Document */

*{
	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(../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:#000000;
}
body{
	font-size:14px;
	font-family: arial;
}

a{
	font-weight: bold;
	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;
}

h1 {
    text-align: center;
    color: gold;
    font-size:20px;
}
h2 {
    text-align: center;
    color: gold;
    font-size:20px;
}
h3 {
    text-align: center;
    color: gold;
    font-size:20px;
}
h4 {
    text-align: center;
    color: gold;
    font-size:20px;
}
p {
    text-align: justify;
    color: #fff;
}

.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: 983px;
	height: auto;
	margin:0 auto;
	position: relative;
}
#sectionWrapper{
	width:983px;
	height:auto;
	position:relative;
	margin:0 auto;
	background: url(../bg/bg.jpg) no-repeat top center;
}

#sectionWrapper #sectionHeader{
	width:100%;
	height:147px;
	position:relative;
	margin:0 auto;
	/*background:#cd0001;
	background: url(../bg/header.png) repeat-x;*/
}
#sectionWrapper #sectionHeader #sectionLogo{
	height:65px;
	width:358px;
	left:50%;
	top:10px;
	margin-left: -179px;
	position:absolute;
}
#sectionWrapper #sectionHeader .login{
	width: 300px;
	height: 74px;
	top: 73px;
	left: 275px;
	position: absolute;
	background: url(../bg/login.png) no-repeat left;
}
#sectionWrapper #sectionHeader .login input{
	width:105px;
	height:30px;
	line-height: 30px;
	border:none;
	position:absolute;
	font-size:12px;
	padding:0px 5px 0px 30px;
	border:none;
	background: none;
	top:33px;
	
}
#sectionWrapper #sectionHeader .login input.username{
	left: 0px;
}
#sectionWrapper #sectionHeader .login input.password{	

	left: 150px;
}
#sectionWrapper #sectionHeader .login input.code{	
	width: 67px;
	height: 28px;
	right: 127px;
	top: 0px
}

#sectionWrapper #sectionHeader .login .imgcode{	
	position: absolute;
	right: 127px;
	top: 35px;
}
#sectionWrapper #sectionHeader .login .promo{	
	position: absolute;
	right: -10px;
	top: 30px;
}

#sectionWrapper #sectionHeader .login input[type="button"]{	
	padding:0;
	border:none;
	cursor:pointer;
	position:absolute;
	top: 0;
	
}
#sectionWrapper #sectionHeader .login input#btn-login{
	background:url(../btn/login.png) no-repeat;		
	left: 320px;
	width: 132px;
	height: 50px;
	top: 25px;
}
#sectionWrapper #sectionHeader .login input#btn-register{
	background:url(../btn/register.png) no-repeat;
	left: 470px;
	width: 190px;
	height: 80px;
	top: 0px;
}
#sectionWrapper .login .livechat{
	position: absolute;
	right: 320px;
	top: 0px;
}
#sectionWrapper #sectionHeader .contact{
	width: 420px;
	height: 35px;
	position: absolute;
	top: 100px;
	left: 10px;
}

#sectionWrapper #sectionMenu{
	width:983px;
  	height: 40px;
  	border-top: 2px dotted #fff;
  	margin-top: 10px;
  	padding-top: 5px;

}
#sectionWrapper #sectionMenu ul{
	list-style: none;
}
#sectionWrapper #sectionMenu ul li{
	float: left;
	padding: 0 30px;
}
#sectionWrapper #sectionMenu ul li:first-child{

	padding-left: 10px;
}
#sectionWrapper #sectionMenu ul li:last-child{
	padding-right: 10px;
}
#sectionWrapper #sectionInfo{
	width: 785px;
	height: 40px;
	background: url(../bg/info.png) no-repeat left center;
	position: relative;
	margin:0 auto;
	padding: 0 8px 0 150px;
}
#sectionWrapper #sectionInfo marquee{
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#sectionWrapper #slider{
	width: 983px;
	height: 227px;
}

#sectionWrapper #sectionTransection{
	position: relative;
	width: 983px;
	height: 326px;
	background: url(../bg/transection.png) no-repeat;
}

#sectionWrapper #sectionTransection .transection{
	position: absolute;
	width: 220px;
	height: auto;
	top: 125px;	
}

#sectionWrapper #sectionTransection .deposit{

	left: 180px;
}
#sectionWrapper #sectionTransection .withdraw{
	left: 650px;

}

#sectionWrapper #sectionTransection .transection table{
	border-collapse:collapse; 
	width: 220px;
}
#sectionWrapper #sectionTransection .transection table td{
	height: 26px;
	line-height: 26px;
	border: 0;
	padding: 0 5px;
	font-size: 14px;
	color: #fff;
	font-style: italic;
}
#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: 215px;
	height: 45px;
	text-align: center;
	color: #000;
	font-size: 30px;
	line-height: 40px;
	position: absolute;
	font-family: "Impact", serif;
	top: 35px;

}
#sectionWrapper #sectionTransection .poker{
	left: 100px;
}

#sectionWrapper #sectionTransection .domino{
	left: 670px;
}
#sectionWrapper .copyright{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}
#sectionWrapper .footertext{
	padding: 20px 20px 0 20px;
	width: auto;
	max-width: 983px;
	height: auto;
	margin:0 auto;
}

#contact_list {
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 999;
}

    #contact_list ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #contact_list ul li {
            display: block;
        }

#contact_toggle {
    display: none
}

#contact_list {
    top: 285px;
    width: 141px;
    font-family: -webkit-body;
}

@media (max-width: 768px) {
    #contact_list {
        display: none;
    }
}

#contact_toggle {
    width: 50px;
    background: #292929;
    position: absolute;
    right: -50px;
    top: 0px;
    display: block;
    cursor: pointer;
    padding-bottom: 10px;
}

#contact_list .wa {
    background: url(../contact/wa.png) no-repeat;
    width: 141px;
    height: 50px;
    font-size: 13px;
}

#contact_list .line {
    background: url(../contact/line.png) no-repeat;
    width: 141px;
    height: 37px;
}

#contact_list .twitter {
    background: url(../contact/twitter.png) no-repeat;
    width: 141px;
    height: 37px;
}

#contact_list .wa a,
.twitter a,
.line a {
    text-decoration: none;
    line-height: 37px;
    color: #000;
    font-size: 12px;
    float: right;
    margin-right: 17px;
}

