﻿@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) no-repeat 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:#c60001;
}
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: 930px;
	height: auto;
	margin:0 auto;
	position: relative;
}
#sectionWrapper{
	width:100%;
	height:auto;
	position:relative;
	margin:0 auto;
	
}

#sectionWrapper #sectionHeader{
	width:100%;
	height:122px;
	position:relative;
	margin:0 auto;
	background: #f4f4f4;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.6);
}
#sectionWrapper #sectionHeader #sectionLogo{
	height:116px;
	width:275px;
	left:3px;
	top:8px;
	position:absolute;
}
#sectionWrapper #sectionHeader .login{
	position: absolute;
	right: 0px;
	top: 10px;
	width: 380px;
	height: 65px;
}

#sectionWrapper #sectionHeader .login input{
	width:128px;
	height:26px;
	border:none;
	position:absolute;
	font-size:12px;
	padding:0 15px;
	color: #000;
	line-height: 26px;

}
#sectionWrapper #sectionHeader .login input.username{
	left: 0px;
	background: url(../../btn/box.png) no-repeat;
	top: 2px;
	
}
#sectionWrapper #sectionHeader .login input.password{	
	left: 0px;
	background: url(../../btn/box.png) no-repeat;
	top: 38px;
}

#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: 113px;
	width: 105px;
	height: 65px;
	
}
#sectionWrapper #sectionHeader .login input#btn-register{
	background:url(../../btn/daftar.gif) no-repeat;
	right: 4px;
	width: 103px;
	height: 65px;
}


#sectionWrapper #sectionHeader #sectionInfo{
	position: absolute;
	width: 630px;
	height: 32px;
	padding: 0 10px 0 184px;
	top: 85px;
	right: 42px;
	background: url(../../bg/info.png) left no-repeat;
}
#sectionWrapper #sectionHeader #sectionInfo marquee{

	line-height: 32px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
}
#sectionWrapper #sectionHeader .sport{
	position: absolute;
	top: 83px;
	right: 0px;
}
#sectionWrapper #sectionSlider{
	width:100%;
	height: 330px;
	background: url(../../bg/slider.png) repeat-x;
	padding-top: 5px;
}
#sectionWrapper #sectionSlider #slider{
	width:924px;
	height: 319px;
	margin:0 auto;
}
#sectionWrapper #sectionSlider #slider img{
	width: 100%;
	height: auto;
}

#sectionWrapper #sectionTransection{
	position: relative;
	width: 930px;
	height: 360px;
	background: url(../../bg/transection.png) no-repeat;
}

#sectionWrapper #sectionTransection .transection{
	position: absolute;
	width: 230px;
	height: auto;
	top: 163px;	
}

#sectionWrapper #sectionTransection .deposit{
	left: 30px;
}
#sectionWrapper #sectionTransection .withdraw{
	left: 675px
}
#sectionWrapper #sectionTransection .transection table{
	border-collapse:separate; 
	width: 230px;
}
#sectionWrapper #sectionTransection .transection table td{
	height: 36px;
	line-height: 36px;
	border: 0;
	padding: 0 5px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

#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;
	color: #fef244;
}
#sectionWrapper #sectionTransection .transection table td:nth-child(3){
	width: 40%;
	text-align: right;
}
#sectionWrapper #sectionTransection .jackpot{
	width: 165px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-size: 32px;
	line-height: 50px;
	position: absolute;
	top: 53px;
	font-family: "Impact", serif;
	font-weight: bold;
}
#sectionWrapper #sectionTransection .livechat1{
	position: absolute;
	top:15px;
	right: 0px;
}
#sectionWrapper #sectionTransection .poker{
	left: 195px;
}
#sectionWrapper #sectionTransection .domino{
	left: 395px;
}
#sectionWrapper #sectionTransection .capsa{
	left: 595px;
}
#sectionWrapper #sectionBank{
	width: 100%;
	height: 44px;
	background: url(../../bg/bank.png) repeat-x;
	text-align: center;
	margin-top: 10px;
}
#sectionWrapper #sectionFooter{
	width: 930px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
#sectionWrapper #sectionFooter p{
	text-align: center;
	color: #fff;
	padding: 20px 0;
}
/*.livechat{
	position: fixed;
	right: 0;
	bottom: 0;
}*/



