/*General.css*/

*{padding: 0px;margin: 0px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;font-family: Time New Roman;}
.wrapper{width: 990px !important;margin: 0 auto;position: relative;}

body{background: #fff url('/images/bg.jpg') center 50px no-repeat;background-color: #000 !important;}
.clear{clear: both;}
.pull-left{float:left;}
.pull-right{float:right;}

/*reset.css*/

/* css rest */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end reset*/

/*Content.css*/

.content #header{
	border: 1px solid white;
	border-radius: 5px 5px 0 0;
	color:white;
	font-size:20px;
	padding:10px;
	margin-top:10px;
	background:none repeat scroll 0 0 rgba(0,0,0,0.4);
	border-bottom: 1px #999999 solid;
}
.content #body{
	border: 1px solid white;
	border-radius: 0 0 5px 5px;
	color:white;
	border-top:none;
	padding:10px;
	min-height:150px;
	margin-bottom:10px;
	background:none repeat scroll 0 0 rgba(0,0,0, 0.4);
	}

/* uibase.css */

@font-face{font-family: Chunkfive;src: url(../font/Chunkfive.otf);}
@font-face{font-family: RobotoSlab;src: url(../font/RobotoSlab-Regular.ttf);}
@font-face{font-family: Kievit;src: url(../font/Kievit-Italic.ttf);}

h1 { font-size: 24px;}
h2 { font-size: 22px;}
h3 { font-size: 18px;}
h4 { font-size: 16px;}
h5 { font-size: 12px;}
h6 { font-size: 10px;}

/* Header */
.header{
    width: 100%;
}
/* /Header */

/* Contact */
.contact {
    float: left;
    color: #fff;
    list-style-type: none;
    margin-top: 20px;
}
.contact li{
    float: left;
    margin-left: 77px;
}
.contact li:first-child{
    margin-left: 0;
}
.contact li a {
    float: left;
    color: #fff;
    padding-right: 10px;
    text-align: center;
    font-family: Ang DaunKeo;
    display: block;
    text-decoration: none;
}
.contact li a img{
    float: left;
}
.contact li a span{
    float: left;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-left: 10px;
}
.contact li a span div:first-child{
    font-weight: bold;
}

/* /Contact */

/* Logo */
.logo{
    float: left;
    width: 100%;
    margin-top: 25px;
}
.logo img{
    width: 235px;
    margin: 0 auto;
    display: block;
}
/* /Logo  */

/* Menu */
.menu-wrap{
    float: left;
    width: 990px;
    height: 40px;
    background: url(../../images/menu.jpg) center no-repeat;
    margin-top: 15px;
}
.menu  {
    float: left;
    margin: 10px 0 10px 0;
}
.menu li {
    float: left;
    width: 122px;
    display: block;
    text-align: center;
}
.menu li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.menu li:hover a{
    color: #d20018;
}
.menu li:last-child:hover a{
    color: #3095a5;
}
.running-text{margin-top: 20px; color: #ffffff;}
.info{width: 50px; float: left;}
#runningText{width: 940px; float: right;}
/* /Menu */

/* Content */
.content{
    height: auto;
}
/* /Content */
.left-content-wrap{
    margin-top: 20px;
}

/* Slide show */
.slideshow{
    float: left;
    width: 676px;
    height: 315px;
    background: url(/images/slide-bg.jpg) center no-repeat;
    padding-top: 1px;
}
/* /Slide show */

/* Register Form */
.form{
    float: right;
    width: 307px;
    height: 315px;
    background: url(/images/form.jpg) center no-repeat;
}
form.my-form{
    float: left;
    width: 100%;
	margin: 0 0 0 0;
}
.form-title{
    width: 285px;
    height: 49px;
    background: url(/images/playnow.png) center no-repeat;
    color: #fff;
    text-align: center;
    font-family: Kievit;
    font-size: 18px;
    padding-top: 12px;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}
.containPanel form.my-form{
    width: 70%;	
}
.form-tb{
    width: 100%;
    padding: 0 5px;
}
.form-tb tbody tr:nth-child(2) td{
    padding-top: 0;
}
.form-tb tbody tr td{    
	padding-top: 3px;
}
.form-tb tbody tr td:first-child{
	width: 32%;	
	padding-left: 10px;
}
.form-tb tbody tr td:last-child{
	width: 50%;
	padding-right: 15px;
}
.form-tb tbody tr td label{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    vertical-align: top;
}
.form-tb tbody tr:last-child td label{
    margin-top: -8px;
}
.form-tb tbody tr:last-child td:last-child{
    padding-bottom: 0px !important;
}
.form-tb tbody tr td input{
	width: 197px;
	height: 25px;
	background: url(/images/textbox.png) center no-repeat;
	border: none;
	color: #000;
	font-family: arial;
	font-size: 12px;
	padding: 3px 0 0 20px;
}
.form-tb tbody tr td .nomor-rek{
    width: 98px;
	height: 29px;
	background: url(/images/rek-text.png) center no-repeat;
}
.form-tb tbody tr td .bank-text{
    float: right;
    width: 89px;
	height: 29px;
	background: url(/images/bank-text.png) center no-repeat;
}
.form-tb tbody tr td input.captcha{
    float: left;
    width: 89px;
    height: 29px;
    background: url(/images/captcha-text.png) center no-repeat;
}
.form-tb tbody tr td select{
    width: 197px;
	height: 25px;
	background: url(/images/textbox.png) center no-repeat;
	color: #000;
	font-family: arial;
	font-size: 12px;
    border: none;
}
.form-tb tbody tr td img{
    float: left;
    margin: 0 0 0 0;
    width: 80px;
    height: 29px;
    border-radius: 4px;
    vertical-align: middle;
	color: #fff;
}
.form-tb input:focus{outline: none;}
.form-tb input::-webkit-input-placeholder {color: black;}

.btnDaftar{
	display: block;
	margin: 0 auto;
	width: 285px;
	height: 44px;
	background: url(/images/submit.png) center no-repeat;
	border: none; 
	cursor: pointer;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 24px;
	color: #000;
	text-align: center;
}
.btnDaftar:hover{color: #fff;}
.btnDaftar:focus, 
.btnDaftar:active {
    outline: none;
}
.btnRefresh {
    float: left;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/images/icons/refresh.png) no-repeat center;
    vertical-align: middle;
    cursor: pointer;
    margin: 3px 6px 0 6px;
}
/* /Register Form */

/* Product */
.product-wrap{
    float: left;
    width: 990px;
    height: 185px;
    margin-top: 10px;
}
/* /Product */

/* Content Text */
.content-text{
    float: left;
    width: 990px;
    height: 565px;
    background: url(/images/content-text.jpg) no-repeat center;
    margin-top: 30px;
}
.content-text .content-text-title{
    width: 602px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.content-text h1{
    font-family: Kievit;
    text-align: center;
    color: #00aeff;
    margin-top: 10px;
    text-transform: uppercase;
}
.content-text h1{
    font-size: 18px;
}
.content-text p{
    color: #f0f0f0;
    font-family: arial;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    text-shadow: 2px 2px 5px #000;
    margin-top: 10px;
    padding: 0 15px;
}
.content-text .content-text-footer{
    width: 706px;
    display: block;
    margin: 0 auto;
}
/* /Content Text */

/* Footer */
.footer{
    width: 100%;
}
/* /Footer */

/* Bank */
.bank{
    float: left;
    margin: 10px 0 10px 0;
}
/* /Bank */

/* Copyright */
.copyright{
    float: right;
    font-family: RobotoSlab;
    font-size: 10px;
    color: #fff;
    margin: 30px 10px 0 0;
}
/* /Copyright */

/* flipper */

.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;

}

.flip-container:hover .flipper,  
.flip-container.hover .flipper {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
}

.flip-container, .front, .back {
    width: 244px;
    height: 205px;
}
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.front, .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.front .flip-item{
    width: 100%;
    height: 100%;
    font-family: Kievit;
    font-size: 18px;
    color: #fff;	
    text-align: center;
    padding-top: 170px;
}
.sportsbook{
    background: url(/images/sportsbook.png) no-repeat center;
}
.casino{
    background: url(/images/casino.png) no-repeat center;
}
.togel{
    background: url(/images/togel.png) no-repeat center;
}
.other{
    background: url(/images/other.png) no-repeat center;
}
.front-title{
    font-family: Kievit;
    font-size: 18px;
    color: #fff;
}
.flip-online-back ul li a{
   color: black;
}
.flip-online-back ul li:hover a{
    text-decoration: none;	
}
.front {
    z-index: 2;
    transform: rotateY(0deg);
}
.back {
    transform: rotateY(180deg);
}
.flip-container {
    display: inline-block;
}
.banner-container .flip-container:last-child {
    margin-right: 0px !important;
}
.flip-online-back {
    text-align: left;
    width: 100%;
    color: #fff;
    font-family: Arial;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    padding: 10px 20px;
}
.flip-online-back ul {
    padding-left: 15px;
    margin-bottom: 0px !important;
}       
.flip-online-back ul li {
    line-height: 25px;
    font-size: 14px;
     list-style-type: disc;
}
.flip-online-back ul li a:hover {
    color: #fff;
}
/* /flipper */

/* Promotion Page */
.sub-title{
    float: left;
    width: 100%;
    border-bottom: 1px solid #45cfdc;
    padding: 10px 0 0 0;
    margin-bottom: 10px;
}
.sub-title img{
    float: left;
    background-color:  #45cfdc;
    padding: 6px 0 2px 10px;
}
.sub-title span{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #45cfdc;
    padding: 7px 20px 0 10px;
}
#promo .tab-links{
    float: left;
    margin-top: 5px;
}
#promo .tab-links li{
    float: none;
    width: 190px;
    height: 35px;
    border: 1px solid #45cfdc;
    background: #0d8b99 !important;
    margin: 0 !important;
}
#promo .tab-links .active a{
    background: #45cfdc !important;
    color: #fff !important;
}

#promo .tab-links a{
    border-radius: 0 !important;
    padding: 12px 0 9px 10px !important;
    display: block !important;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
    text-transform: uppercase;
    color: #fff;
    background: none !important;
}

.tab-content-promosi{
    float: right !important;
    width: 770px;
}
.img-promosi{
    width: 542px !important;
    height: 113px !important;
}
.tab-content .tab a{
    
}
.item{
    border: 1px solid #45cfdc;
}
.btn-promosi{
    width: 220px !important;
    height: 113px !important;
    padding: 0 0 0 0 !important;
    background: #1c1c1c;
}
.btn-promosi div{
    float: left;
}
.btn-promosi .promosi-title{
    width: 100%;
    margin-top: 10px;
    font-family: arial;
    font-size: 14px;
}
.btn-join, .more-info{
    width: 91px !important;
    height: 26px;
    display: block;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.btn-join{
    color: #fff !important;
    background: #45cfdc !important;
    padding: 5px 0 0 0 !important;
    margin: 30px 13px 0 13px !important;
}
.more-info{
    color: #45cfdc !important;
    background: #1c1c1c !important;
    border: 1px solid #45cfdc !important;
    margin: 30px 0 0 0 !important;
    padding: 3px 0 0 0 !important;
}
.no-items{
    width: 764px !important;
    height: 207px !important;

}

/* /Promotion Page */


