﻿@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 fixed;  
  -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:960px;
	height:auto;
	position:relative;
	margin:0 auto;
	
}

#sectionWrapper #sectionHeader{
	width:960px;
	height:150px;
	position:relative;
	margin:0 auto;
}
#sectionWrapper #sectionHeader .livechat{
	position: absolute;
	right: 0;
	top:10px;
}
#sectionWrapper #sectionHeader .contact{
	width: 580px;
	height: 38px;
	right: 0;
	top: 89px;
	position: absolute;
	text-align: right;
}
#sectionWrapper #sectionHeader .contact img{
	margin-left: 5px;
}
#sectionWrapper #sectionHeader #sectionLogo{
	height:86px;
	width:357px;
	left:0px;
	top:40px;
	position:absolute;
}

#sectionWrapper #sectionMenu{
	position: relative;
	width: 960px;
	height: 35px;
}
#sectionWrapper #sectionMenu ul{
	list-style: none;
}
#sectionWrapper #sectionMenu ul li{
	border: 1px solid #00b8ff;
    float: left;
    height: 35px;
    margin-right: 5px;

}
#sectionWrapper #sectionMenu ul li:hover {
  background-image: -moz-linear-gradient( 90deg, rgb(0,141,255) 0%, rgb(0,184,255) 65%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,141,255) 0%, rgb(0,184,255) 65%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,141,255) 0%, rgb(0,184,255) 65%);
}

#sectionWrapper #sectionMenu ul li a{
	display: inline-block;
	padding: 0 61px;
	line-height: 35px;
	font-weight: bold;
	text-transform: uppercase;
}
#sectionWrapper #sectionMenu ul li:last-child{
	margin-right: 0px;
	Width: 171px
}
#sectionWrapper #sectionInfo{
	margin: 10px auto 0 auto;
	width: 790px;
	height: 36px;
	padding:0px 10px 0 160px;
	background: url(../../bg/info.png) no-repeat;
}
#sectionWrapper #sectionInfo marquee{
	color: #fff;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
#sectionWrapper .sectionContain{
	width:960px;
	height:auto;
	position:relative;
	margin-top: 10px;
}
#sectionWrapper .sectionContain .content .login{
	float: right;
	width: 239px;
	height: 314px;
	background: url(../../bg/login.png) no-repeat;
	padding:0 14px;
}

#sectionWrapper .sectionContain .content .login input{
	width:179px;
	height:34px;
	border:none;
	position:absolute;
	font-size:14px;
	padding: 5px 5px 5px 55px;
	background: none;
	color: #fff;
}
#sectionWrapper .sectionContain .content .login input.username{
	
	background: url(../../btn/username.png) no-repeat;
	top: 92px;
}
#sectionWrapper .sectionContain .content .login input.password{
	
	background: url(../../btn/password.png) no-repeat;
	top: 147px;
}

#sectionWrapper .sectionContain .content .login input[type="button"]{	
	padding:0;
	border:none;
	cursor:pointer;
	position:absolute;
	width:239px;
	height:44px;
}
#sectionWrapper .sectionContain .content .login input#btn-login{
	background:url(../../btn/login.png) no-repeat;	
	top: 202px;
	
}
#sectionWrapper .sectionContain .content .login input#btn-register{
	background:url(../../btn/daftar.png) no-repeat;
	top: 254px;
}

#sectionWrapper .sectionContain .content #slider{
	width: 683px;
	height: 314px;
	float: left;
}

#sectionWrapper #sectionTransection{
	width: 960px;
	height: 230px;
	margin:10px auto 0 auto;
	position: relative;
	background: url(../../bg/transection.png) no-repeat;
}

#sectionWrapper #sectionTransection .transection{
	position: absolute;
	width: 300px;
	height: auto;
	top: 85px;	
}
#sectionWrapper #sectionTransection .deposit{
	left: 10px;
}
#sectionWrapper #sectionTransection .withdraw{
	left: 340px
}
#sectionWrapper #sectionTransection .transection table{
	border-collapse:separate; 
	width: 300px;
}
#sectionWrapper #sectionTransection .transection table td{
	height: 25px;
	line-height: 25px;
	border: 0;
	padding: 0 5px;
	font-size: 16px;
	color: #fff;
}

#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: 299px;
	height: 230px;
	position: absolute;
	right: 0px;
}
#sectionWrapper #sectionTransection #sectionWinner p.jackpot{
	position: absolute;
	color: #fff;
	font-size: 25px;
	width: 180px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	right: 10px;
}
#sectionWrapper #sectionTransection #sectionWinner p.poker{
	top: 10px;
}
#sectionWrapper #sectionTransection #sectionWinner p.sakong{
	top: 90px;
}
#sectionWrapper #sectionTransection #sectionWinner p.domino{
	top: 170px;
}
#sectionWrapper #sectionFooter{
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
}
#sectionWrapper #sectionFooter p{
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	width: 960px;
	margin: 0 auto;
}

.livechat{
	position: fixed;
	right: 0;
	bottom: 0;
}



