/*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);}


.header{height: auto;}

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

/* Form */
div.my-form{
    float: right;
    width: 335px;
    height: auto;
    margin: 25px 0 0 0;
    padding: 0 0 0 0;
}
div.my-form input[name="username"], div.my-form input[name="password"]{
    float: left;
    width: 76px;
    height: 23px;
    background: url(../../images/textbox.jpg) center no-repeat;
    font-family: calibri;
    font-size: 10px;
    text-align: left;
    color: #1a4787;
    margin: 0px 1px;
    border: none;
    padding-left: 10px;
}
div.my-form input:focus{outline: none;}
div.my-form input::-webkit-input-placeholder {color: #1a4787;}

.btnDaftar, .btnLogin{
    float: left;
    width: 83px;
    height: 30px;
    color: white;
    border: none;
    font-family: Kievit;
    font-size: 13px;
    font-style: italic;
    margin: 0px1px;
    text-decoration: none;
    text-align: center;
    line-height: 25px;
    text-transform: uppercase;
}
.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: right;
    width: 352px;
    height: 26px;
    background: url(../../images/marquee.png) center no-repeat;
    margin: 20px 0 0 0;
    
}
#runningText{
    width: 72%;
    float: left;
    color: white;
    font-family: arial;
    font-size: 12px;
    font-style: italic;
    line-height: 28px;
    margin-left: 75px;
}
/* /Running Text */

/* Menu */
.menu-wrap {
    float: left;
    width: 100%;
}
.menu  {
    margin: 20px 0 0 30px;
    float: left;
}
.menu li {
    float: left;
    padding: 0 67px;
}
.menu li a {
    font-family: Kievit;
    font-style: italic;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
.menu li:first-child{
    padding: 0 70px 0 50px;
}
.menu li:hover a{
    opacity: 0.8;
}

/* /Menu */
.content{height: auto;}

/* Slide show */
.slideshow{
    float: right;
    width: 456x;
    height: 301px;
    margin-top: 10px;
}
/* /Slide show */

/* Bank */
.bank{
    float: left;
    width: 101%;
    height: auto;
    margin: 10px 0 0 0;
}
/* /Bank */

/* Contact */
.contact{
    float: left;
    margin: 5px 0 0 23px;
}
.contact li{
    float: left;
    margin: 0 0 0 8px;
}
.contact li:first-child{
    margin: 0;
}
.contact li a{
    color: white;
    text-decoration: none;
}
.contact li a img{
    float: left;
    vertical-align: middle;
}
.contact li a span{
    float: left;
    font-family: arial;
    font-size: 12px;
    font-style: italic;
    margin: 25px 0 0 5px;
}
/* /Contact */

/* Banner */
.banner{
    float: left;
    margin-top: 0;
}
/* /Banner */

/* Jackpot */
.jackpot{
    width: 964px;
    height: 226px;
    background: url(../../images/jackpot.png) center no-repeat;
    display: block;
    margin: 0 auto;
    position: relative;
}
.left-number, .right-number{
    font-family: Kievit;
    font-size: 37px;
    color: #d6b450;
    letter-spacing: 5px;
    position: absolute;
}
.left-number{
    top: 95px;
    left: 60px;
}
.right-number{
    top: 95px;
    right: 60px;
}
/* /Jackpot */
/* Fivelast */
.transaction-table{
    float: left;
    width: 100%; 
    height: 210px;
}
#five-last{
    width: 331px;
    height: 146px;
    background: url(../../images/fivelast.png) center no-repeat;
    position: relative;
    margin-left: -2px;
}
#five-last:first-child{margin-left: 0px;}
.fivelast-header{
    width: 100%;
    text-align: center;
    margin-top: -30px;
}
#little-table{
    width:60%;
    height: auto;
    position: absolute;
    left: 70px;
    top: 45px;
}
#little-table tbody tr td{
    color: white;
    font-family: RobotoSlab;
    font-size: 14px;
    text-align: left;
}
#little-table tbody tr td:nth-child(2){
    color: #cdab3f;
}
#little-table tbody tr td:last-child{
    text-align: center;
    width: 63px;
    height: 29px;

}
#little-table>tbody>tr>td>img{vertical-align: middle;}

.footer{height: auto;}

.footer-wrap{
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

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

/* Footer Menu */
.footer-menu{
    float: left;
    margin-top: 0px;
    margin-left: 20px;
}
.footer-menu li{
    float: left;
}
.footer-menu li a{
    padding: 0 8px 0 8px;
    font-family: Kievit;
    font-size: 11px;
    text-decoration: none;
    color: white;
    text-align: center;
    text-transform: uppercase;
    border-right: 2px solid white;
}
.footer-menu li:last-child a{
    border-right: none;
}
.footer-menu li:hover a{
    text-decoration: none;
    color: gray;
}
/* /Footer Menu */

.footer-right-wrap{
    width: 193px;
    float: right;
}

.footer-logo{
    width: 131px;
    display: block;
    margin: 0 auto;
}

/* Copyright */
.copyright{
    float: left;
    margin: 0 0 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 */


