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

@import url('./fontroboto.css');

*{
	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 center 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:#2a4f7b;*/
}
body{
	font-size:14px;
	font-family: "Century Gothic";
}

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;
}

.text-footer h1,h2,h3,h4{ 
	text-align: center;
	font-size: 24px;
}
.text-footer a{ 
	text-decoration: none;
	color: #ede987;
	text-shadow: 1px 2px #000;
}
.text-footer{
	background:rgba(0,0,0,.52);
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding: 11px;
	margin-top: 10px;
	border: 2px solid #ede987;
}
.pages{
	background:rgba(0,0,0,.52);
	font-size: 16px;
	color: #fff;
	padding: 11px;
	margin-top: 10px;
	border: 2px solid #89482a;
}
.pages-content{
	background:rgba(0,0,0,.52);
	font-size: 16px;
	color: #fff;
	padding: 11px;
	margin-top: 10px;
	border: 2px solid #ede987;
}
.pages-content ul{
	text-align: left;
	padding: 15px;
}
.pages-content h2,h3,h4{
	text-align: left;
}
.panduan{
	
}
.bca{
	background: url(../../bca.png);
	height: 100px;
	margin-bottom: 10px;
}
.mandiri{
	background: url(../../mandiri.png);
	height: 100px;
	margin-bottom: 10px;
}
.bri{
	background: url(../../bri.png);
	height: 100px;
	margin-bottom: 10px;
}
.bni{
	background: url(../../bni.png);
	height: 100px;
	margin-bottom: 10px;

}
.cimb{
	background: url(../../cimb.png);
	height: 100px;
	margin-bottom: 10px;
	
}
.danamon{
	background: url(../../danamon.png);
	height: 100px;
	margin-bottom: 10px;
}
.fontbank{
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin-left: 380px;
}
.polos ol{
	padding: 15px;
}
.panduan h2,h3,h4{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.panduan ol{
	text-align: left;
	padding: 15px;
}
#warna{
	color:#ede987;
	text-shadow: 1px 2px #000;
}
#sectionWrapper{
	width:742px;
	height:auto;
	position:relative;
	margin:0 auto;
}

#sectionWrapper #sectionHeader{
	width:742px;
	height: 99px;
	position: relative;
	margin:0 auto;
}
#sectionWrapper #sectionHeader #sectionLogo{
	height:61px;
	width:343px;
	left:0px;
	top:23px;
	position:absolute;
}
#sectionWrapper #sectionHeader #sectionLogin{
	width:334px;
	height:19px;
	position: absolute;
	right: 0px;
	top:24px;	
}

#sectionWrapper #sectionHeader #sectionLogin form input{
	width:92px;
	height:9px;
	border:none;
	position:absolute;
	font-size:11px;
	padding: 5px;
	top: 0px;
	background: #ffffff;
	line-height: 19px;
}
#sectionWrapper #sectionHeader #sectionLogin form input.username{
	left:63px;
}
#sectionWrapper #sectionHeader #sectionLogin form input.password{
	left:169px;
}

#sectionWrapper #sectionHeader #sectionLogin form input[type="button"]{	
	padding:0;
	border:none;
	cursor:pointer;
	position:absolute;
	width:59px;
	height:19px;
	top: 0;
	text-transform: uppercase;
	font-weight: bold;
}
#sectionWrapper #sectionHeader #sectionLogin form input#btn-login{
	
	cursor:pointer;
	right:0px;
	background: #bb873b;
	color: #000;
}
#sectionWrapper #sectionHeader #sectionLogin form input#btn-register{
	
	cursor: pointer;
	left:0px;
	background: #ede987;
	color: #000;
}
#sectionWrapper #sectionHeader #sectionContact{
	position: absolute;
	height: 33px;
	right:0px;
	top: 57px;
}
#sectionWrapper #sectionHeader #sectionContact img{
	float: left;
	margin-left: 10px;
	}
#sectionWrapper #sectionMenu{
	width: 742px;
	height: 30px;
	background: #89482a;
	margin-top: 10px;
}
#sectionWrapper #sectionMenu ul{
	list-style: none;
}
#sectionWrapper #sectionMenu ul li{
	display: inline;
}
#sectionWrapper #sectionMenu ul li a{
	display: inline-block;
	padding: 0 11px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
}

#sectionWrapper #sectionInfo{
	margin: 0 auto;
	width: 542px;
	height: 24px;
	background: url(../../bg/info.png) no-repeat;
	padding:0px 120px 0px 80px;
}
#sectionWrapper #sectionInfo marquee{
	font-weight: 600;
	color: #000;
	line-height: 24px;
	font-size: 14px;
	font-style: italic;
}
#sectionWrapper #sectionContain-1{
	width:742px;
	height:280px;
	position:relative;
	margin: 10px auto 0 auto;
}

#sectionWrapper #sectionContain-1 .content #slider{
	width: 742px;
	height: 280px;
}

#sectionWrapper #sectionTransection{
	width: 742px;
	height: 160px;
	margin:10px auto 0 auto;
	position: relative;
	background: url(../../bg/transection.png) no-repeat;
}
#sectionWrapper #sectionTransection .jackpot{
	position: absolute;
	width: 93px;
	height: 22px;
	text-align: center;
	font-size: 14px;
	color: #000;
	top: 128px;
	font-family: "Impact";
}
#sectionWrapper #sectionTransection .poker{
	left: 15px;
}
#sectionWrapper #sectionTransection .domino{
	right: 12px;
}
#sectionWrapper #sectionTransection .transection{
	position: absolute;
	width: 235px;
	height: auto;
	top: 38px;	
}
#sectionWrapper #sectionTransection .deposit{
	left: 130px;
}
#sectionWrapper #sectionTransection .withdraw{
	left: 380px;
}
#sectionWrapper #sectionTransection .transection table{
	border-collapse:separate; 
	border-spacing:0 7px;	
}
#sectionWrapper #sectionTransection .transection table td{
	height: 33px;
	line-height: 33px;
	border: 0;
	padding: 0 5px;
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 16px;
}

#sectionWrapper #sectionTransection .transection table td:nth-child(1){
	width: 25%;
	text-align: left;
}
#sectionWrapper #sectionTransection .transection table td:nth-child(2){
	width: 25%;
	text-align: center;
}
#sectionWrapper #sectionTransection .transection table td:nth-child(3){
	width: 50%;
	text-align: right;
}

#sectionWrapper #sectionFooter{
	width: 742px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
}
#sectionWrapper #sectionFooter img{
	margin-top: 10px;
}
#sectionWrapper #sectionFooter p.copyright{
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	color: #fff;
	font-family: "Century Gothic";
	font-weight: bold;
}

#sectionDownload{
	width: 221px;
	height: 343px;
	position: fixed;
	top: 50%;
	margin-top: -172px;
	right: -155px;
	background: url(../../bg/download.png) no-repeat;
}
.livechat{
	position: fixed;
	right: 0;
	bottom: 0;
}



