/*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/FF-Kievit.otf);}
@font-face{font-family: Verdana;src: url(../font/verdana.ttf);}
@font-face{font-family: Trebuchet;src: url(../font/Trebuchet_MS.ttf);}

.header{height: auto;}

/* Menu */
.menu-navbar-container {
    float: right;
    margin-right: -12px;
    width: 100%;
    z-index: 1;
    position: relative;
}
#menu  {
    margin: 0px;
    position: relative;
    width: 100%;
    float: left;
}
#menu li {
    display: inline-block;
    height: 56px;
    margin: 0 -70px 0 0;
    width: 255px;
    background: url(../../images/menu.png) no-repeat scroll -48px top rgba(0, 0, 0, 0);
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    z-index: 999;
    position: relative;
}
#menu li a {
    font-family: Kievit;
    font-weight: bold;
    font-style: italic;
    font-size: 17px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
    display: block;
    padding: 17px 9px;
    text-decoration: none;
    text-transform: uppercase;
}
#menu li:hover {
    background: url(../../images/menu.png) no-repeat scroll 5px -53px rgba(0, 0, 0, 0);
    margin: 0 -70px 0 0;
    position: relative;
    width: 255px;
    
}
#menu li:hover a{
    color: #b80103;
}
#menu li.current-menu-item {
    background: url(../../images/menu.png) no-repeat scroll 5px -53px rgba(0, 0, 0, 0);
    margin: 0 -70px 0 0;
    position: relative;
    width: 255px;  

}
#menu li.current-menu-item a{
    color: #b80103;
}
.left-menu-bottom {
    float: left;
    padding: 4px 0px;
}
#menu li a:hover ,
#menu li a:focus {
    text-decoration: none;
}
/* /Menu */

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

/* Form */
form.my-form{
    float: right;
    width: 515px;
    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: 126px;
    height: 28px;
    font-family: arial;
    font-size: 12px;
    text-align: left;
    color: black;
    margin: 0px 2px;
    border: none;
    padding-left: 35px;
}
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: gray;}

.btnDaftar, .btnLogin{
    float: left;
    width: 123px;
    height: 28px;
    background: url(../../images/button.png) center no-repeat;
    color: white;
    border: none;
    font-family: Kievit;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    margin: 0px 2px;
    text-decoration: none;
    text-align: center;
    line-height: 25px;
}
.btnDaftar:hover, .btnLogin:hover{opacity: 0.8;}
/* /Form */

/* Running Text */
.marquee-div{
    float: right;
    width: 100%;
    margin: 20px 0 0 0;
}
.info{
    float: left;
    font-family: Kievit;
    font-size: 17px;
    padding: 0 5px 0 10px;
    font-weight: bold;
    color: white;
    font-style: italic;
}
#runningText{
    width: 89%;
    float: left;
    color: white;
    font-family: Verdana;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 23px;
}
/* /Running Text */

.content{height: auto;}

.slide-wrap{
    float: left;
    position: relative;
    width: 100%;
    height: 487px;
}

.phone-banner{
    position: absolute;
    top: -90px;
    right: -60px;
    z-index: 999;
}

/* Slide show */
.slideshow{
    position: absolute;
    top: 10px;
    left: 0;
    width: 417px;
    height: 221px;
}
/* /Slide show */

/* Jackpot */
.jackpot{
    float: left;
    width: 554px;
    height: 114px;
    background: url(../../images/jackpot.png) center no-repeat;
    margin-top: -195px;
    margin-bottom: 0px;
    position: relative;
}
.left-number, .right-number{
    font-family: Kievit;
    font-size: 40px;
    font-weight: bold;
    color: white;
    letter-spacing: 7px;
    position: absolute;
}
.left-number{
    top: 55px;
    left: 10px;
}
.right-number{
    top: 55px;
    right: 0px;
}
/* /Jackpot */

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

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

/* Contact */
.contact-wrap{
    float: left;
    width: 990px;
    height: 300px;
    background: url(../../images/fivelast.png) center no-repeat;
    margin-top: 10px;
}
.contact{
    float: left;
    margin: 20px 0 0 45px;
}
.contact li{
    float: left;
    margin: 0 0 0 20px;
}
.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: 12px 0 0 5px;
}
/* /Contact */

/* Fivelast */
.transaction-table{
    float: left;
    width: 100%; 
    height: auto;
    margin:30px 0 0 0;
}
#five-last{
    width: 290px;
    height: 210px;
    position: relative;
    margin-left: 45px;
}
#five-last:first-child{margin-left: 0px;}
.fivelast-header{
    font-family: Kievit;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    color: white;
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
}
#little-table{
    width: 90%;
    height: auto;
    position: absolute;
    left: 30px;
    top: 34px;
}
#little-table tbody tr td{
    color: white;
    font-family: arial;
    font-size: 12px;
    text-align: left;
}
#little-table tbody tr td:last-child{
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    width: 86px;
    height: 26px;
    background: url(../../images/box.png) center no-repeat;
    color: #fff;
    line-height: 35px;
}
#little-table>tbody>tr>td>img{vertical-align: middle;}

.footer-logo{float: left;width: 217px;height: 95px;background: url(../../images/footer.png) center no-repeat;margin: 20px 0 0 380px;}

.content-text{float: left;color: white;width: 100%;color: white;text-align: center;margin: 10px 0 0 0;}
.content-text>p:first-child{font-family: RobotoSlab;font-size: 27px;}
.content-text>p:nth-child(2){font-family: arial;font-size: 13px;margin: 20px 0 0 0;line-height: 20px;padding: 0 20px;}
.content-text>p:last-child{font-family: RobotoSlab;font-size: 16px;font-style: italic;margin: 10px 0 0 0;}

.footer{height: auto;}

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

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

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

/* Copyright */
.copyright{
    float: right;
    font-family: Trebuchet;
    font-size: 10px;
    text-align: center;
    color: gray;
    margin: 5px 10px 10px 0;
}
/* /Copyright */

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

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

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

.mandiri{float: left;width: 160px; height: 82px;background: url(../../images/bank/bank-bg.png) center no-repeat;font-family: arial;color: white;width: 100%;text-align: center;}
.mandiri>p{font-size: 10px;line-height: 10px;}
.mandiri>p:first-child{font-size: 15px;text-decoration: underline;padding: 10px 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: 162px;
    height: 84px;
}
.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: #b80103;
    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 */


