/*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: black url(../../images/bg.jpg) center top no-repeat;}
.clear{clear: both;}
.pull-left{float:left;}
.pull-right{float:right;}

/*reset.css*/

/* css rest */
html, body, div, span, applet, object, iframe, 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: RobotoSlab;src: url(../font/RobotoSlab-Regular.ttf);}
@font-face{font-family: Kievit;src: url(../font/Kievit-Italic.ttf);}
@font-face{font-family: Times;src: url(../font/times.ttf);}

.header{height: auto;}

/* Logo */
.logo{
    float: left;
    margin-top: 5px;
}
/* /Logo  */

.right-head{
    float: right;
    width: 710px;
}

/* Form */
form.my-form{
    float: right;
    width: 545px;
    height: auto;
    margin-top: 15px;
    margin-right: 10px;
}
form.my-form input[name="username"], form.my-form input[name="password"]{
    float: left;
    width: 152px;
    height: 33px;
    font-family: arial;
    font-size: 10px;
    text-align: left;
    margin: 0px 2px;
    padding-left: 10px;
    color: #000;
    border: none;
    background: url(../../images/textbox.png) center no-repeat;
}
form.my-form input:focus{outline: none;}
form.my-form input::-webkit-input-placeholder {color: gray;}
.btnDaftar, .btnLogin{
    float: left;
    width: 113px;
    height: 32px;
    border: none;
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: Impact;
    font-size: 20px;
    color: #fff;
    line-height:  30px;
    text-transform: uppercase;
    padding-right: 10px;
}
.btnDaftar{
    background: url(../../images/daftar.png) center no-repeat;
    margin: 1px 2px 0 0;
}
.btnLogin{
    background: url(../../images/login.png) center no-repeat;
     margin: 2px 0 0 2px;
}
.btnDaftar:hover, .btnLogin:hover{opacity: 0.8;}
/* /Form */

/* Menu */
.menu  {
    width: auto;
    float: right;
    margin-top: 30px;
    margin-right:  20px;
}
.menu>li {
    float: left;
    position: relative;
   padding: 0 15px 0 15px;
   border-right: 1px solid #000;
}
.menu li:first-child{
    padding: 0 15px 0 0;
}
.menu li:last-child{
    border-right: none;
    padding: 0 0 0 15px;
}
.menu li a {
    font-family: Times;
    font-size: 15px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}
.menu li:hover a{
    opacity: 0.8;
}
/* /Menu */

/* Running Text */
.marquee-div{
    float: right;
    width: 91.5%;
    margin: 10px 0 0 0px;
}
#runningText{
     width: 99%;
     float: left;
     font-size: 11px;
     font-family: RobotoSlab;
     color: #fff;
}
/* /Running Text */

.content{height: auto;}

/* Slide show */
.slideshow{
    float: left;
    width: 990px;
    height: 297px;
    margin-top: 25px;
}
/* /Slide show */

/* Contact */
.contact-wrap{
    float: right;
    width: 990px;
    height: 59px;
    background: url(../../images/contact.png) center no-repeat;
    margin-top: 10px;
}
.contact{
    float: left;
    margin-top: 8px;
    margin-left: 40px;
}
.contact li{
    float: left;
    margin-left: 45px;
}
.contact li:first-child{
    
}
.contact li:last-child{
}
.contact li a{
    text-decoration: none;
    color: #fff;
}
.contact li a img{
    vertical-align: middle;
}
.contact li a span{
    font-family: Times;
    font-size: 20px;
    margin-top: 3px;
    margin-left: 15px;
}
.contact li:hover a span{
    opacity: 0.5;
}
/* /Contact */

.banner{
    float: left;
    margin-top: 10px;
}

/* Jackpot */
.jackpot{
    float: left;
    width:328px;
    margin-top: 140px;
}
.left-number, .right-number{
    font-family: Times;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 5px;
    margin-left: 55px;
}
.left-number{
    
}
.right-number{
    margin-top: 78px;
}
/* /Jackpot */

/* Fivelast */
.transaction-table{
    float: left;
    width: 993px;
    height: 314px;
    background: url(../../images/fivelast.png) center no-repeat;
    margin: 5px 0 0 0;
}
#five-last{
    float: left;
    width: 328px;
    height: 245px;
    position: relative;
}
#little-table{
    width:80%;
    height: auto;
    position: absolute;
    left: 40px;
    top: 100px;
}
.winner{
    left: 20px;
}
#little-table tbody tr td{
    height: 30px;
    color: white;
    font-family: RobotoSlab;
    font-size: 19px;
    text-align: center;
}
#little-table tbody tr td:nth-child(3){
    color: #ff0004;
}
#little-table>tbody>tr>td>img{vertical-align: middle;}
/* Fivelast */

.footer{
    float: left;
    width: 100%;
    height: 50px;
    background: url(../../images/footer.png) center no-repeat;
    margin: 10px 0;
}

/* Copyright */
.copyright{
    float: right;
    font-family: RobotoSlab;
    font-size: 12px;
    color: #fff;
    margin-top: 15px;
    margin-right: 10px;
}
/* /Copyright */

.bca-front{width: 197px; height: 146px;background: url(../../images/bank/bca.png) center no-repeat;}
.bni-front{width: 200px; height: 144px;background: url(../../images/bank/bni.png) center no-repeat;}
.bank-bri-front{width: 197px; height: 145px;background: url(../../images/bank/bri.png) center no-repeat;}
.danamon-front{width: 200px; height: 144px;background: url(../../images/bank/danamon.png) center no-repeat;}
.mandiri-front{width: 198px; height: 145px;background: url() center no-repeat;}

.online-text{float: left;width: 200px; height: 145px;background: url(../../images/bank/blank.png) center no-repeat;font-family: arial;color: white;width: 100%;text-align: center;}
.online-text>p:first-child{font-size: 18px;text-decoration: underline;padding: 40px 0 0 0;}
.online-text>p:last-child{font-size: 14px;padding: 20px 0 0 0;text-transform: uppercase;}

.bri{float: left;width: 197px; height: 145px;background: url(../../images/bank/blank.png) center no-repeat;font-family: arial;color: white;width: 100%;text-align: center;}
.bri>p:first-child{font-size: 16px;text-decoration: underline;padding: 25px 0 0 0;}
.bri>p:nth-child(2){font-size: 12px;padding: 10px 0 0 0;}
.bri>p:last-child{font-size: 12px;padding: 5px 0 0 0;}

.bca{float: left;width: 197px; height: 146px;background: url(../../images/bank/blank.png) center no-repeat;font-family: arial;color: white;width: 100%;text-align: center;}
.bca>p{font-size: 14px;line-height: 15px;}
.bca>p:first-child{font-size: 18px;text-decoration: underline;padding: 15px 0 0 0;}
.bca>p:nth-child(2){padding: 10px 0 0 0;}

.mandiri{float: left;width: 198px; height: 145px;background: url(../../images/bank/blank.png) center no-repeat;font-family: arial;color: white;width: 100%;text-align: center;}
.mandiri>p{font-size: 14px;line-height: 15px;}
.mandiri>p:first-child{font-size: 18px;text-decoration: underline;padding: 20px 0 0 0;}
.mandiri>p:nth-child(2){padding: 10px 0 0 0;}


/* flipper */
#bank {
    height: 135px;
    width: 102% !important;
    position: relative;
    left: -3px;
    margin: 5px 0 0 0;
}
.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: 197px;
    height: 145px;
}
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.front, .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.front {
    z-index: 2;
    transform: rotateY(0deg);
}
.back {
    transform: rotateY(180deg);
}

.back {
/*    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    /*background: #f8f8f8;*/*/
}
.flip-container {
    display: inline-block;
}
.body-footer {
    float: left;
}
.flip-online {
    text-align: center;
    width: 100%;
    color: #fff;
    font-family: Arial;
    text-transform: uppercase;
    position: absolute;
    top: 76px;
}
.flip-online .icon-online > img {
    vertical-align: middle;
}