﻿@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;
	color: #fff;
}
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(../img/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 #sectionKontent{
	width:922px;
	position:relative;
	padding: 19px;
	margin:0 auto;
	background: rgba(51, 51, 51, 0.36);
}
#sectionWrapper #sectionHeader{
	width:960px;
	height:118px;
	position:relative;
	margin:0 auto;
}
#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:70px;
	width:285px;
	left:50%;
	top:43px;
	margin-left: -142px;
	position:absolute;
}

#sectionWrapper #sectionHeader .menu{
	position: absolute;
	width: 320px;
	height: 37px;
	background: url(../bg/menu.png) repeat-x;
	top: 65px;
}
#sectionWrapper #sectionHeader .menuLeft{
	left: 0px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}
#sectionWrapper #sectionHeader .menuRight{
	right: 0px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}
#sectionWrapper #sectionHeader .menu ul{
	list-style: none;
}
#sectionWrapper #sectionHeader .menu ul li{
	float: left;
	border-right: 1px solid #000;
}
/*#sectionWrapper #sectionHeader .menu 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 #sectionHeader .menu ul li a{
	display: inline-block;
	padding: 0 10px;
	line-height: 35px;
	font-weight: bold;
	text-transform: uppercase;
}
#sectionWrapper #sectionHeader .menuRight ul li a{
	padding: 0 5px;
}
#sectionWrapper #sectionHeader .menu ul li:last-child{
	border-right: 0px;
}
#sectionWrapper #sectionInfo{
	margin: 10px auto 0 auto;
	width: 860px;
	height: 46px;
	padding:0px 50px 0 50px;
	background: url(../bg/info.png) no-repeat;
}
#sectionWrapper #sectionInfo marquee{
	color: #fff;
	line-height: 46px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
}


#sectionWrapper .sectionContain{
	width:960px;
	height:auto;
	position:relative;
	margin-top: 10px;
}
#sectionWrapper .sectionContain .content .login{
	float: right;
	width: 229px;
	height: 302px;
	background: url(../bg/login.png) no-repeat bottom;
	position: relative;
}
#sectionWrapper .sectionContain .content .login .livechat{
	position: absolute;
	right: 0;
	top:5px;
}
#sectionWrapper .sectionContain .content .login input{
	width:151px;
	height:28px;
	border:none;
	position:absolute;
	font-size:14px;
	padding: 5px 5px 5px 50px;
	background: none;
	color: #fff;
	left: 12px;
}
#sectionWrapper .sectionContain .content .login input.username{
	
	background: url(../btn/username.png) no-repeat;
	top: 111px;
}
#sectionWrapper .sectionContain .content .login input.password{
	
	background: url(../btn/password.png) no-repeat;
	top: 157px;
}

#sectionWrapper .sectionContain .content .login input[type="button"]{	
	padding:0;
	border:none;
	cursor:pointer;
	position:absolute;
	width:206px;
	height:41px;
}
#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: 248px;
}

#sectionWrapper .sectionContain .content #slider{
	width: 720px;
	height: 302px;
	float: left;
}

#sectionWrapper #sectionTransection{
	width: 960px;
	height: 280px;
	margin:10px auto 0 auto;
	position: relative;
	background: url(../bg/transection.png) no-repeat;
}

#sectionWrapper #sectionTransection .transection{
	position: absolute;
	width: 300px;
	height: auto;
	top: 115px;	
}
#sectionWrapper #sectionTransection .deposit{
	left: 10px;
}
#sectionWrapper #sectionTransection .withdraw{
	right: 10px
}
#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: 240px;
	height: 280px;
	position: absolute;
	left: 360px;
}
#sectionWrapper #sectionTransection #sectionWinner p.jackpot{
	position: absolute;
	color: #fff;
	font-size: 25px;
	width: 240px;
	height: 50px;
	line-height: 45px;
	font-weight: bold;
	text-align: center;
	/*left: 360px;*/
}
#sectionWrapper #sectionTransection #sectionWinner p.poker{
	top: 85px;
}
#sectionWrapper #sectionTransection #sectionWinner p.sakong{
	top: 155px;
}
#sectionWrapper #sectionTransection #sectionWinner p.domino{
	top: 225px;
}
#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;
}
#sectionWrapper #sectionFooter h1{
	text-align: center;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	width: 960px;
	margin: 0 auto;
}

.livechat{
	position: fixed;
	right: 0;
	bottom: 0;
}



