/*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,
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: RobotoSlab;src: url(../font/RobotoSlab-Regular.ttf);}
@font-face{font-family: Kievit;src: url(../font/Kievit-Italic.ttf);}
@font-face{font-family: DaiAtlas;src: url(../font/Dai-Atlas.otf);}
@font-face{font-family: Chunkfive;src: url(../font/Chunkfive.otf);}

.header{height: auto;}

/* Logo */
.logo{
    width: 347px;
    display: block;
    margin: 0 auto;
}
/* /Logo  */

/* Form */
form.my-form{
    float: left;
    
    margin: -20px 0 0 0;
}
form.my-form .wrap{
    float: left;
}
form.my-form div p{
    float: left;
    width: 103px;
    font-family: arial;
    font-size: 11px;
    color: #f3f48c;
    text-align: center;
    margin: 5px 0 2px 0;
}
form.my-form div div{position: relative;}
form.my-form div div img{
    position: absolute;
    top: 25px;
    left: 45px;
}
form.my-form div div input[name="txtUsername"], form.my-form div div input[name="txtPassword"]{
    width: 103px;
    height: 25px;
    background: url(../../images/textbox.png) center no-repeat;
    border: none;
    margin: 2px 0px 5px 0;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    color: black;
    outline: none;
}

form.my-form div div input[name="txtUsername"]{
    background: url(../../images/textbox-login.png) center no-repeat;
}
form.my-form div div input[name="txtPassword"]{
    background: url(../../images/textbox-password.png) center no-repeat;
}
form.my-form div div input[name="txtUsername"]:focus, form.my-form div div input[name="txtPassword"]:focus{
    position: relative;
    z-index: 999;
}
form.my-form div div input:focus{background: url(../../images/textbox.png) center no-repeat;
}

.btnLogin{
    float: left;
    width: 104px;
    height: 31px;
    background: url(../../images/button.png) center no-repeat;
    margin: 20px 0 0 0;
    color: #fff;
    font-size: 12px;
    font-family: Kievit;
    border: none;
    text-transform: uppercase;
    text-shadow: 2px 2px 8px #000;
    padding-bottom: 5px;
}
.btnLogin:hover{
    opacity: 0.8;
}
.btnDaftar{
    float: left;
    width: 104px;
    height: 31px;
    background: url(../../images/button.png) center no-repeat;
    margin: 20px 0 0 0;
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-family: Kievit;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    text-transform: uppercase;
    text-shadow: 2px 2px 8px #000;
}
.btnDaftar:hover{
    text-decoration: none;
    opacity: 0.8;
}
/* /Form */

/* Contact */
.contact{
    margin: -5px 0 0 0;
}
.contact li{
    float: left;
    margin-left: 13px;
}
.contact li:first-child{
    margin-left: 0;
}
.contact li img{
    vertical-align: middle;
}
.contact li span{
    font-family: arial;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
/* /Contact */

/* Menu */
.menu{
    float: left;
    margin: 0 0 0 0;
}
.menu li{float: left;}
.menu li a{
    padding: 10px 32px 0 32px;
    font-family: Kievit;
    font-size: 17px;
    text-decoration: none;
    color: white;
    display: block;
    text-align: center;
}
.menu li:first-child a{
    padding: 10px 32px 0 0;
}
.menu li:last-child a{
    padding: 10px 0 0 32px;
}
.menu li a img{
    vertical-align: middle;
    margin: -0 0 0 0;
}
.menu li:hover a{
    text-decoration: none;
    color: black;
    text-shadow: 3px 0 0 #fdee0b, -3px 0 0 #fdee0b, 0 3px 0 #fdee0b, 0 -3px 0 #fdee0b, 2px 2px #fdee0b, -2px -2px 0 #fdee0b, 2px -2px 0 #fdee0b, -2px 2px 0 #fdee0b;
}
/* /Menu */

/* Running Text */
.marquee-div{
    float: right;
    width: 98%;
    margin: 5px 0 0 0;
}
#runningText{
    float: left;
    width: 100%;
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    padding: 5px 0 0 0;
}
/* /Running Text */

.content{height: auto;}

/* Slide show */
.slideshow{
    float: left;
    width: 990px;
    height: 290px;
    margin: 15px 0 0 0;
}
/* /Slide show */

.banner{
    float: left;
	
}

/* Jackpot */
.jackpot{
    float: left;
    width: 990px;
    height: 94px;
    background: url(../../images/jackpot.png) center no-repeat;
    margin: 10px 0 0 0;
    position: relative;
}
.left-number, .right-number{
    font-family: DaiAtlas;
    font-size: 40px;
    color: #fff;
    position: absolute;
    letter-spacing: 5px;
}
.left-number{
    top: 38px;
    left: 60px;
}
.right-number{
    top: 38px;
    right: 60px;
}
/* /Jackpot */

/* Five Last */
.transaction-table{
    float: left;
    width: 100%; 
    height: auto;
    margin: 0 0 0 0;
}
#five-last-deposit , #five-last-withdraw{
    width: 475px;
    height: 250px;
    position: relative;
}
#five-last-deposit{
    background: url(../../images/deposit.png) center no-repeat;
}
#five-last-withdraw{
    background: url(../../images/withdraw.png) center no-repeat;
    margin-left: 40px;
}
#five-last:first-child{margin-left: 0px;}
#little-table{
    width: 80%;
    height: auto;
    position: absolute;
    left: 50px;
    top: 15px;
}
#five-last-deposit #little-table{
    left: 35px;
}
#little-table tbody tr td{
    height: 30px;
    color: white;
    font-family: arial;
    font-size: 13px;
    text-align: left;
}
#little-table tbody tr td:last-child{
    text-align: right;
}
#little-table>tbody>tr>td>img{vertical-align: middle;}
/* /Five Last */

.warning{
    float: left;
}

/* Content Text */
.content-text{
    float: left;
    color: white;
    width: 100%;
    font-family: arial;
    text-align: center;
    margin: 0px 0 0 0;
}
h1 { font-size: 24px;}
h2 { font-size: 22px;}
.content-text p{
    font-family: Candal;
    font-size: 11px;
    text-shadow: 4px 2px #000;
    line-height: 18px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 0;
}
/* /Content Text */

.footer{height: auto;}

/* Copyright */
.copyright{
    float: right;
   font-family: arial;
   font-size:  10px;
   color: #f3f48c;
   margin-top: 20px;
}
/* /Copyright */

.bca-front{width: 187px; height: 145px;background: url(../../images/bank/bca.png) center no-repeat;}
.bni-front{width: 190px; height: 145px;background: url(../../images/bank/bni.png) center no-repeat;}
.bank-bri-front{width: 189px; height: 145px;background: url(../../images/bank/bri.png) center no-repeat;}
.danamon-front{width: 190px; height: 145px;background: url(../../images/bank/danamon.png) center no-repeat;}
.mandiri-front{width: 190px; height: 145px;background: url(../../images/bank/mandiri.png?v=1) center no-repeat;}

.online-text{float: left;width: 189px; height: 145px;background: url(../../images/bank/blank.png) center no-repeat;font-family: arial;color: #000;width: 100%;text-align: center;}
.online-text>p:first-child{font-size: 20px;text-decoration: underline;padding: 20px 0 0 0;}
.online-text>p:last-child{font-size: 16px;padding: 25px 0 0 0;text-transform: uppercase;}

.bri{float: left;width: 187px; height: 145px;background: url(../../images/bank/blank.png) center no-repeat;font-family: arial;color: #000;width: 100%;text-align: center;}
.bri>p:first-child{font-size: 20px;text-decoration: underline;padding: 20px 0 0 0;}
.bri>p:nth-child(2){font-size: 14px;padding: 10px 0 0 0;}
.bri>p:last-child{font-size: 14px;padding: 5px 0 0 0;}

.bca{float: left;width: 187px; height: 145px;background: url(../../images/bank/blank.png) center no-repeat;font-family: arial;color: #000;width: 100%;text-align: center;}
.bca>p{font-size: 14px;line-height: 15px;}
.bca>p:first-child{font-size: 20px;text-decoration: underline;padding: 12px 0 0 0;}
.bca>p:nth-child(2){padding: 10px 0 0 0;}

.mandiri{float: left;width: 187px; height: 145px;background: url(../../images/bank/blank.png) center no-repeat;font-family: arial;color: #000;width: 100%;text-align: center;}
.mandiri>p{font-size: 14px;line-height: 18px;}
.mandiri>p:first-child{font-size: 20px;text-decoration: underline;padding: 10px 0 0 0;}
.mandiri>p:nth-child(2){padding: 10px 0 0 0;}

/* flipper */
#bank {
    height: 153px;
    width: 100% !important;
    position: relative;
    margin: 15px 0 0 5px;
	z-index: 999;
}
.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: 194px;
    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;
}






