﻿@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.png) no-repeat center center fixed;*/ 
background:url(../../bg/bg.png); 
  /*-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;
}
.container{
	max-width: 968px;
	height: auto;
	margin:0 auto;
	position: relative;
}
#sectionWrapper{
	width:100%;
	height:auto;
	position:relative;
	margin:0 auto;
	
}

#sectionWrapper #sectionHeader{
	width:100%;
	height:124px;
	position:relative;
	margin:0 auto;
	/*background: url(../../bg/header.png) repeat-x;*/
}
#sectionWrapper #sectionHeader #sectionLogo{
	height:124px;
	width:380px;
	left:0;
	top:0px;
	position:absolute;
}
#sectionWrapper #sectionHeader .login{
	position: absolute;
	right: 5px;
	top: 20px;
	width: 360px;
	height: 90px;
}

#sectionWrapper #sectionHeader .login input{
	width:130px;
	height:16px;
	border:none;
	position:absolute;
	font-size:14px;
	padding: 5px 5px 5px 40px;
}
#sectionWrapper #sectionHeader .login input.username{
	right: 190px;
	background: url(../../btn/username.png) no-repeat;
	
}
#sectionWrapper #sectionHeader .login input.password{	
	right: 190px;
	top: 32px;
	background: url(../../btn/password.png) no-repeat;
}

#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;	
	right: 190px;
	top: 63px;
	width: 115px;
	height: 28px;
	
}
#sectionWrapper #sectionHeader .login input#btn-register{
	background:url(../../btn/daftar.gif) no-repeat;
	right: 0;
	width: 174px;
	height: 90px;
}
#sectionWrapper #sectionMenu{
	width: 100%;
	height: 42px;
	background: url(../../bg/info.png) left no-repeat;
}
#sectionWrapper #sectionMenu .menu{
	float: left;
}

#sectionWrapper #sectionMenu .menu ul{
	list-style: none;
}
#sectionWrapper #sectionMenu .menu ul li{
	float: left;
	position: relative;
	margin-right: 5px;
}
#sectionWrapper #sectionMenu .menu ul li a{
	display: inline-block;
	padding: 0 30px;
	line-height: 42px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e7b97d;
	border-radius: 10px;
	background: #000;
}

#sectionWrapper #sectionMenu #sectionInfo{
	float: left;
	width: 607px;
	height: 42px;
	padding: 0 10px 0 0;
}
#sectionWrapper #sectionMenu #sectionInfo marquee{

	line-height: 42px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	font-style: italic;
}
#sectionWrapper #sectionMenu .facebook{
	float: left;
	margin: 2px 0 0 3px;
}
#sectionWrapper #slider{
	margin:0 auto;
	width:720px;
	height: 297px;
	float: left;
}
#sectionWrapper #slider img{
	width: 100%;
	height: auto;
}
#sectionWrapper .contact{
	width: 248px;
	height: 297px;
	float: right;
}
#sectionWrapper .contact img{
	float: left;
}
#sectionWrapper #sectionTransection{
	position: relative;
	width: 968px;
	height: 285px;
	background: url(../../bg/transection.png) no-repeat;
	margin-top: 10px;
}

#sectionWrapper #sectionTransection .transection{
	position: absolute;
	width: 197px;
	height: auto;
	top: 58px;	
}

#sectionWrapper #sectionTransection .deposit{
	left: 62px;
}
#sectionWrapper #sectionTransection .withdraw{
	left: 357px
}
#sectionWrapper #sectionTransection .transection table{
	border-collapse:separate; 
	width: 197px;
}
#sectionWrapper #sectionTransection .transection table td{
	height: 30px;
	line-height: 30px;
	border: 0;
	padding: 0 5px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
#sectionWrapper #sectionTransection .transection table td.space{
	line-height: 9px;
	height: 9px;
}
#sectionWrapper #sectionTransection .transection table td:nth-child(1){
	width: 50%;
	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: 30%;
	text-align: right;
}
#sectionWrapper #sectionTransection .jackpot{
	width: 250px;
	height: 60px;
	text-align: center;
	color: #fcca89;
	font-size: 32px;
	line-height: 60px;
	position: absolute;
	right: 17px;
	font-family: "Times New Roman", serif;
	font-weight: bold;
}
#sectionWrapper #sectionTransection .pocker{
	top: 30px;
}
#sectionWrapper #sectionTransection .domino{
	top: 120px;
}
#sectionWrapper #sectionTransection .capsa{
	top: 215px;
}
#sectionWrapper #sectionFooter{
	width: 968px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}
.livechat{
	position: fixed;
	right: 0;
	bottom: 0;
}



