/*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: Rockwell;src: url(../font/rockwell.ttf);}
@font-face{font-family: ChunkFive;src: url(../font/Chunk_Five.ttf);}

.header{height: auto;}

/* Logo */
.logo{
    float: left;
    margin: 0px 0 0 0;
}
/* /Logo  */

/* Form */
form.my-form{
    float: right;
    width: 416px;
    height: auto;
    margin: 25px 0 0 0;
    padding: 0 0 0 0;
}
form.my-form input[name="username"], form.my-form input[name="password"]{
    float: left;
    width: 137px;
    height: 35px;
    font-family: arial;
    font-size: 10px;
    text-align: left;
    color: #fff;
    margin: 2px 1px;
    border: none;
    padding-left: 10px;
}
form.my-form input[name="username"]{
    background: url(../../images/username.png) center no-repeat;
}
form.my-form input[name="password"]{
    background: url(../../images/password.png) center no-repeat;
}
form.my-form input:focus{outline: none;}
form.my-form input::-webkit-input-placeholder {color: #fff;}

.btnDaftar, .btnLogin{
    float: left;
    width: 134px;
    height: 39px;
    color: white;
    border: none;
    font-family: Rockwell;
    font-size: 15px;
    font-weight: bold;
    margin: 0px 1px;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    text-shadow: 3px 0 0 #000, -3px 0 0 #000, 0 3px 0 #000, 0 -3px 0 #000, 2px 2px #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000;
}
.btnDaftar{
    background: url(../../images/daftar.png) center no-repeat;
}
.btnLogin{
    background: url(../../images/login.png) center no-repeat;
}
.btnDaftar:hover, .btnLogin:hover{opacity: 0.8;}
/* /Form */

/* Running Text */
.marquee-div{
    float: left;
    width: 275px;
    height: auto;
    margin: 15px 0 0 5px;
}
.info{
    float: left;
    font-family: ChunkFive;
    font-size: 15px;
    color: black;
    font-style: italic;
}
#runningText{
    width: 83%;
    float: left;
    color: black;
    font-family: ChunkFive;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    margin-left: 5px;
}
/* /Running Text */

/* Menu */
.menu-wrap {
    float: left;
    width: 100%;
    height: 48px;
    background: url(../../images/menu.png) center no-repeat;
}
.menu  {
    margin: 16px 0 0 0;
    float: left;
}
.menu li {
    float: left;
    padding: 0 68px;
}
.menu li a {
    font-family: RobotoSlab;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 2px 2px gray;
}
.menu li:hover a{
    opacity: 0.8;
}
/* /Menu */
.content{height: auto;}

/* Slide show */
.slideshow{
    float: right;
    width: 990px;
    height: 333px;
    margin-top: 10px;
}
/* /Slide show */

/* Jackpot */
.jackpot{
    width: 964px;
    height: 137px;
    background: url(../../images/jackpot.png) center no-repeat;
    display: block;
    margin: 0 auto;
    position: relative;
}
.left-number, .right-number{
    font-family: Rockwell;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    position: absolute;
}
.left-number{
    top: 76px;
    left: 130px;
}
.right-number{
    top: 76px;
    right: 130px;
}
/* /Jackpot */
/* Fivelast */
.transaction-table{
    float: left;
    width: 100%; 
    height: 232px;
}
#five-last{
    width: 492px;
    height: 232px;
    
    position: relative;
    margin-left: -2px;
}
#five-last:first-child{
    margin-left: 0px;
    background: url(../../images/deposit.png) center no-repeat;
}
#five-last:last-child{
    margin-left: 6px;
    background: url(../../images/withdraw.png) center no-repeat;
}
#little-table{
    width: 100%;
    height: auto;
    position: absolute;
    left: 20px;
    top: 80px;
}
#little-table tbody tr td{
    color: white;
    font-family: RobotoSlab;
    font-size: 12px;
    text-align: center;
    padding: 3px 0;
}
#little-table>tbody>tr>td>img{vertical-align: middle;}
/* /Fivelast */


.contact{
    float: left;
}
.contact li{
    float: left;
    width: 195px;
    height: 68px;
    font-family: RobotoSlab;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 98px;
    padding-left: 70px;
    text-shadow: 2px 2px #000;
}
.contact li:first-child{
    background: url(../../images/fb.png) center no-repeat;
}
.contact li:nth-child(2){
    background: url(../../images/line.png) center no-repeat;
}
.contact li:nth-child(3){
    background: url(../../images/bbm.png) center no-repeat;
}
.contact li:nth-child(4){
    background: url(../../images/ig.png) center no-repeat;
}
.contact li:last-child{
    background: url(../../images/whatsapp.png) center no-repeat;
}


.footer{height: auto;}

.bank-footer{
    float: left;
    margin: 5px 0 0 10px;
}

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

.online{float: left;width: 175px; height: 174px;background: url(../../images/bank/bank-bg.png) center no-repeat;font-family: arial;color: yellow;width: 100%;text-align: center;}
.online>p:first-child{font-size: 14px;text-decoration: underline;padding: 55px 0 0 0;}
.online>p:last-child{font-size: 12px;padding: 20px 0 0 0;text-transform: uppercase;}

.bri{float: left;width: 173px; height: 174px;background: url(../../images/bank/bank-bg.png) center no-repeat;font-family: arial;color: yellow;width: 100%;text-align: center;}
.bri>p:first-child{font-size: 14px;text-decoration: underline;padding: 55px 0 0 0;}
.bri>p:nth-child(2){font-size: 9px;padding: 10px 0 0 0;}
.bri>p:last-child{font-size: 12px;padding: 5px 0 0 0;}

.bca{float: left;width: 175px; height: 174px;background: url(../../images/bank/bank-bg.png) center no-repeat;font-family: arial;color: yellow;text-align: center;}
.bca>p{font-size: 10px;line-height: 10px;}
.bca>p:first-child{font-size: 15px;text-decoration: underline;padding: 45px 0 0 0;}
.bca>p:nth-child(2){padding: 5px 0 0 0;}

.mandiri{float: left;width: 175px; height: 174px;background: url(../../images/bank/bank-bg.png) center no-repeat;font-family: arial;color: yellow;width: 100%;text-align: center;}
.mandiri>p{font-size: 10px;line-height: 10px;}
.mandiri>p:first-child{font-size: 15px;text-decoration: underline;padding: 55px 0 0 0;}
.mandiri>p:nth-child(2){padding: 10px 0 0 0;}

/* flipper */
#bank {
    height: 135px;
    width: 101% !important;
    position: relative;
    left: -5px;
}
.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: 163px;
    height: 174px;
}
.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;
}

/* Promo Page */

.promo-wrap{
    color: white;
    border: 1px solid white;
    border-top: 1px solid white !important;
    border-radius: 5px 5px 0 0 !important;
    color: white;
    padding:10px;
    margin-top:10px;
    background: none repeat scroll 0 0 rgba(0,0,0,0.4);
    font-family: RobotoSlab;
}
.promo-wrap h2{
    font-family: RobotoSlab;
    font-size: 25px;
    font-weight: bold;
    color: yellow;
    padding: 10px 10px;
}
.promo-wrap ul{
    list-style-type: disc;
    padding: 0 20px;
}
.promo-wrap ul li{
    font-size: 14px;
    line-height: 20px;
}
.promo-wrap ul li ul{
    list-style-type: none;
}
.promo-wrap p{
    text-align: center;
    line-height: 20px;
}
.promo-wrap img{
    display: block;
    margin: 0 auto;
    padding: 15px 0;
}
/* /Promo Page */


