@import url('bootstrap.min.css');
@import url('bootstrap-override.css');
@import url('bootstrap-timepicker.min.css');
@import url('jquery-ui-1.10.3.css');
@import url('font-awesome.min.css');
@import url('animate.min.css');
@import url('animate.delay.css');
@import url('fonts.css');

html{

   background: #060100 url(../img/bg-.jpg) repeat-x;
}

body {
   
   background:url(../img/bg.png) top center;
  
   font-family: 'Myriad Pro';
   color: #fff;
   font-size:12px; 
}

a:focus, a:active { outline: none; }

header{
    height: 144px;
}

header .top-content{
    height: 99px;
}

header .top-content .logo{
    width: 401px;
    height: 75px;   
    margin-top: 18px;
    margin-left: 0px;
    display: block;
    float: left;
}


header .marquee .running-text {
    width: 340px;
    margin-right: 15px;
    color: #fff;
    overflow: hidden;
    font-size: 14px;
}

header .marquee .date {
    width: 25%;
    color: #fff;
    font-size: 14px;
}

ul.top-contact {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    padding: 6px 0px;
    display: block;
    float: right;
    margin-left: 50px;
    margin-top: 38px;
}

ul.top-contact li {
    float:left;
    color: #fff;
    padding-right: 10px;
     font-family: 'Franklin Gothic';
    font-size: 15px;
    text-align: left;
    line-height: 8px;
    width: 137px
}

.top-contact li img {
    float: left;
    padding-right: 9px;
}

ul.top-contact li a {
    color: #fff;
   
}

ul.top-contact li.wa {
    width: 180px;
}

.top-contact li span {
       font-family: 'Franklin Gothic';
    font-size: 16px;
    color: #dea670;
    line-height: 10px;
    display: block;
}




.container{
    width: 1056px;
    margin: 0 auto;
    position: relative;
}



.marquee{
    height: 30px;
    background: url(../img/bg-marquee.jpg) top center;
    width: 100%;
    padding-top: 5px;
}

.menu-container{
    display: block;

    height: 45px;
    position: relative;
    background:#990000;
}



.menu-container ul.menu{
    list-style: none;
    margin:0 auto;
    padding:0;
}

.menu-container ul.menu li{
    height: 45px;
    font-size: 24px;
    font-family: 'Helvetica LT Std';
    font-weight: bold;
    float: left;
    position: relative;
    z-index: 2;
}


.menu-container ul.menu li a{
    color: #fff;
    position: relative;
    display: block;
    padding: 5px 26px;    
    text-decoration: none;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #990000 50%, white 50%);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;

}


.menu-container ul.menu li a:hover,.menu-container ul.menu li a.current{
    color: #990000;
    background-position: 0 100%;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.menu-container ul.menu li.home a{
    padding-left: 32px;
}

.menu-container ul.menu li.last a{
    padding: 5px 29px;
}




.menu-container ul.menu li.blank{
    width: 286px;
    z-index: 1;
}

.menu-container ul.menu li.blank a.logo{
    width: 542px;
    height: 179px;
    position: absolute;
    background: url("../img/bg-logo.png") no-repeat;
    left: -126px;
    top: -79px;
}

.menu-container ul.menu li.blank a.logo img{
    position: absolute;
    left: 149px;
    top: 55px;
}

.badge-100{
    position: absolute;
    left: 593px;
    top: -17px;
}

.slider-container{
    height: 357px;
    width: 100%;
    position: relative;
    /*background: url("../img/bg-slider.jpg") top center;*/
}

.slider-container ul.slider{
    list-style: none;
    margin: 0 auto;
    padding:0; 
    width: 100%;
    position: relative;
}

.slider-container ul.slider li{
    position:absolute;
    left:0px;
    top:0px;
    display: none;
    opacity: 0;
    height: 357px;
    width: 100%;
}

.slider-container ul.slider li.active{
    display: block;
    opacity: 1;
}


.main-title{
    width: 100%;
    padding: 20px;
    background: #330000;
    margin-top: 20px;

}

.main-title h1{
    font-size: 35px !important;
    margin:0;
    padding: 0;
}



.step{
   margin-top: 13px;
    margin-bottom: 10px;
    margin-left: -6px;
}

.our-product{
    padding-top: 12px;
    background: #330000;
}

.our-product h3{
    font-family: 'Helvetica LT Std';
    font-size: 29px;
    padding: 0;
    margin: 0;
    text-align: center;
}

.our-product ul{
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    text-align: center;
}

.our-product ul li{
    padding: 5px 10px;
    font-family: 'Helvetica LT Std';
    font-size: 29px;
    text-align: center;
    display: inline-block;
}

.about{
    width: 648px;
    height: 447px;
    float: left;
    padding-top: 14px;
    margin-top:10px;
    background: #330000;
}



.about h3{
      font-family: 'Helvetica LT Std';
    font-size: 29px;
    padding: 0;
    margin: 0;
    text-align: center;
}

.about .detail-{
    width: 622px;
    min-height: 340px;
    margin: 0 auto;
    background: #4e5146;
    color: #fff;
    margin-top: 12px;
    padding: 10px;
}

.about .detail- a{
    color:#e3d987;    
}

.jadwal-bank{
    width: 395px;
    height: 447px;
    margin-left: 12px;
    position: relative;
    margin-top: 10px;
    background: #330000;
    padding-top: 12px;

}

.jadwal-bank  h3{
      font-family: 'Helvetica LT Std';
    font-size: 29px;
    padding: 0;
    margin: 0;
    text-align: center;
}



.jadwal-bank .jadwal-{
    list-style: none;
    margin:0;
    padding: 0;
    margin-top: 15px;
    margin-left: 8px;

    min-height: 381px;
    background: #4e5146;
    opacity: #fff;
    width: 378px;
}


.jadwal-bank .jadwal- li{
    width: 100%;
    height: 93px;
    position: relative;
    margin-right: 10px;
}

.jadwal-bank .jadwal- li .bank-{
    width: 120px;
    height: 40px;
    background: url("../img/icon-bank.png") no-repeat;
    position: relative;
    margin-left: 14px;
    margin-top: 33px;
    float: left;
}

.jadwal-bank .jadwal- li .bank-.bca.offline{
    background-position: -95px 0px;
}

.jadwal-bank .jadwal- li .bank-.mandiri{
    background-position: 0px -42px;
}

.jadwal-bank .jadwal- li .bank-.mandiri.offline{
    background-position: -90px -42px;
}

.jadwal-bank .jadwal- li .bank-.bri{
    background-position: 0px -83px;
}

.jadwal-bank .jadwal- li .bank-.bri.offline{
    background-position: -94px -83px;
}

.jadwal-bank .jadwal- li .bank-.bni{
    background-position: 0px -122px;
}

.jadwal-bank .jadwal- li span{
        font-size: 13px;
    display: block;
    position: relative;
    margin-top: -2px;
    float: left;
    padding-left: 21px;
    padding-top: 23px;
}

.jadwal-bank .jadwal- li .mask-{
    width: 121px;
    height: 67px;
    background: url("../img/bank-mask.png") no-repeat;
    position: absolute;
    top: 21px;
    left: 14px;
}

.jadwal-bank span.info{
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    display: block;
}

.jadwal-bank .flare{
    position: absolute;
    left: -18px;
    top: 158px;
}

.contact-{
    width: 381px;
    height: 200px;
    position: relative;
    margin-left: 21px;
    margin-top: 20px;
}

hr{
    border: 1px solid #8c5f41; 
}

footer{
    margin-top: 20px;
}

footer .footer-top{
    height: 13px;
}

footer .footer-wrapper{
}

footer .container{
    padding: 0px;
}

footer hr{
    border: 1px solid #8c5f41; 
    margin-top: 4px;
    margin-bottom: 4px;
    clear: both;
}

footer .copy{
    float: right;
    font-size: 13px;
    color: #fff;
    font-family: 'Arial';
    line-height: 43px;
}

footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size:14px;
    font-family: 'Arial';
    margin-top: 9px;
    margin-left: 3px;
    float: left;
    margin-bottom: 3px;
}

footer ul li:first-child{
    padding-left: 0px;
}

footer ul li{
    float: left;
    padding-left:15px;
}

footer ul li:after{
    content: '|';
    font-size: 17px;
    font-family: 'Exo 2';
    padding-left: 15px;
    line-height: 11px;
}

footer ul li:last-child:after{
    content:'';
}

footer ul li a{
    color:#fff;

}

footer ul li a:hover{
    color:#e3d987;

    text-decoration: none;
}

ul#footer-right{
    float:right;
    width: 290px;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#footer-right li{
    float: left;
    margin-left:10px;
}

.content h1{
    font-family: 'bebasregular';
    font-size: 38px;
    color: #e3d987;
    text-align: center;
    font-style: italic;

}

.cdetail{
    padding: 15px;
    background: #330000;
}

ul.product{
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

ul.product li{
    width: 100%;
    height: 325px;
    position: relative;
    margin-bottom: 50px;
}

ul.product li .product-detail{
    float: right;
    width: 592px;
    font-size: 12px;
    position: relative;
}

ul.product li .detail-product{
    padding-right: 20px;
    font-size: 14px;
    margin-top: 20px;
}

ul.product li .logo-product{
    padding-top: 29px;
}

ul.product li a.btn-join{
    width: 144px;
    height: 144px;
    display: block;
    background: url("../img/btn-daftar-.png") no-repeat;
    margin-top: 20px;
   
}


ul.product li .asset1-product{
    position: absolute;
    left: 25px;
    top: 0px;
}
ul.product li .asset2-product{
    position: absolute;
    left: 145px;
    bottom: 0px;
}

ul.promo-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.promo-list>li{
    width: 995px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    margin-bottom: 40px;
}

ul.promo-list li .promo-detail{
    padding: 20px;
    display: none;
    border: 1px solid #fff;
}


ul.promo-list li .promo-wrapper .btn-detail-{
    position: absolute;
    top:245px;
    left: 50%;
    margin-left: -83px;
}


ul.promo-list li .promo-detail h2{
    color: #e3d987;
    font-size: 25px;
    padding:0px;
    margin: 0px;
}

ul.promo-list li .promo-detail h3{
    color: #fff;
    font-size: 25px;
    padding:0px;
    margin: 0px;
}

ul.promo-list li .btn-detail{
    display: block;
    margin-top: 20px;
    background: url("../img/btn-joing.jpg") no-repeat;
    text-align: center;

}



.main-container {
    background: #330000;
    background-size: 100% 100%;
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 30px;
    color: #fff;
}

.content .sub-title {
    font-size: 18px;
    color: #fff;
    padding-top: 12px;
    letter-spacing: 0.5px;
    font-family: 'bebasregular';

    font-style: normal;
    font-weight: 400;
}

.container .detail {
    font-size: 14px;
    margin-top: 10px;
}

.container .detail a{
    color:#e3d987;    
}

.promo-detail{
    font-size: 14px;
}

ul.product li .product-detail a, .container a{
color:#e3d987;
    }


ul.bantuan {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.bantuan li a {
    color: #fff;
    text-decoration: none;
}




.content .form {
    margin-top: 42px;
    position: relative;
    min-height: 326px;
}

.content .form.login {
    min-height: 80px;
}

.content .form .form-wrap .field {
    clear: both;
    margin-bottom: 8px;
    font-size: 13px;
}

.content .form .form-wrap label {
    display: block;
    padding-top: 5px;
    font-size: 13px;
}

.content .form .loader {
    width: 100%;
    height: 326px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.content .form .loader-login {
    width: 420px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.content .form .loader-login img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 10px;
    margin-top: -25px;
}

.btn-success {
    background-color: #fff;
    color: #330000;
}

.content .asterisk {
    color: #fff;
    font-size: 12px;
}

.form-success ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #fff;
}

.content .form .form-wrap {
    float: left;
    width: 420px;
}

.form-success ul li {
    float: left;
}

.form-success ul li.arrow {
    width: 70px;
    height: 40px;
    background: url(../img/arrow-blue.png) no-repeat center center;
}

.content{

}


.container-2 h1{
    text-align: left !important;
    font-size: 32px !important;
}

.content .form .loader img {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -55px;
}

ul.member-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 770px;
}

ul.member-menu li {
    float: left;
    font-size: 13px;
    margin-right: 7px;
}

ul.member-menu li a:hover, ul.member-menu li a.active {
    background: #2b2c30;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    color: #fff;
}

ul.member-menu li a {
    color: #330000;
    background: #fff;
    width: 115px;
    height: 27px;
    display: block;
    text-align: center;
    line-height: 29px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.member-profile {
    width: 500px;
    float: left;
    padding-left: 41px;
    padding-top: 40px;
    font-size: 13px;
    font-weight: normal;
}

.member-profile label {
    width: 180px;
    float: left;
    /* font-weight: normal; */
}

.member-profile span, .member-profile a {
    font-size: 13px;
    color: #fff;
    line-height: 12px;
    font-weight: bold;
}

.member-profile a {
    text-decoration: underline;
}

.member-profile span, .member-profile a {
    font-size: 13px;
    color: #fff;
    line-height: 12px;
    font-weight: bold;
}

.form-hidden {
    clear: both;
    padding: 10px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    display: none;
    position: relative;
    color: #000;
}

.form-hidden span {
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.form-hidden hr {
    margin-top: 10px;
    margin-bottom: 10px;
}


.form-hidden .form-control {
    margin-bottom: 5px;
}

.form-hidden.form-password .form-loader {
    height: 196px;
    display: none;
}

.form-hidden.form-password .form-loader {
    height: 196px;
    display: none;
}

.form-hidden .form-loader {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.form-hidden .form-loader img {
    margin: 0 auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    margin-top: -32px;
}
.form-hidden.form-handphone .form-loader {
    height: 164px;
    display: none;
}

.datagrid table {
border-collapse:collapse;
text-align:left;
width:100%;
}

.datagrid {
background:#fff;
overflow:hidden;
border:1px solid #c7af0e;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}

.datagrid table td,.datagrid table th {
padding:5px 10px;
}

.datagrid table thead th {
background:0;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#36752D',endColorstr='#275420');
background-color:#333;
color:#fff;
font-size:12px;
font-weight:700;
border-left:1px solid #c7af0e;
}

.datagrid table thead th:first-child {
border:none;
}

.datagrid table tbody td {
color:#000;
border-left:1px solid #c7af0e;
font-size:14px;
font-weight:400;
padding-top:10px;
padding-bottom:10px;
vertical-align:top;
}

.datagrid table tbody tr:nth-child(even) td {
background:#000a59;
color:#000;
}

.datagrid table tbody td:first-child {
border-left:none;
}

.datagrid table tbody tr:last-child td {
border-bottom:none;
}

.datagrid table tfoot td div {
border-top:1px solid #36752D;
background:#DFFFDE;
padding:2px;
}

.datagrid table tfoot td {
font-size:12px;
padding:0;
}

.datagrid table tfoot td ul {
list-style:none;
text-align:right;
margin:0;
padding:0;
}

.datagrid table tfoot li {
display:inline;
}

.datagrid table tfoot li a {
text-decoration:none;
display:inline-block;
color:#FFF;
border:1px solid #36752D;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
background:0;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#36752D',endColorstr='#275420');
background-color:#36752D;
margin:1px;
padding:2px 8px;
}

.datagrid table tfoot ul.active,.datagrid table tfoot ul a:hover {
text-decoration:none;
color:#FFF;
background:none;
background-color:#36752D;
border-color:#275420;
}

.slider-mask{
    width: 100%;
    height: 357px;
    overflow: hidden;
}

.ar-left {
    position: absolute;
    left: 0px;
    top: 178px;
    width: 41px;
    height: 86px;
    margin-left: -55px;
    z-index: 800;
}

.ar-right {
    position: absolute;
    right: 0px;
    top: 178px;
    width: 41px;
    height: 86px;
    margin-right: -55px;
    z-index: 800;
}

.ar-left a, .ar-right a {
    opacity: 0.2;
}

.ar-left  a:hover, .ar-right a:hover {
    opacity: 1;
}

.disbtn {
    width: 42px;
    height: 86px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.overlay{
    width:100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    opacity:0.6;
}

.popup{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -331px;
    z-index: 101;
    width: 662px;
    height: 331px;
    text-align: center;
    color: #000; 
    font-size: 14px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    padding: 15px;
    background: url("../img/popup.jpg") no-repeat;
    background: url("../img/pop-up-rajaasia.jpg") no-repeat;

}

.popup .btn-close{
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../img/btn-close.png") no-repeat;
        top: -23px;
    right: 5px;
}

@font-face {
    font-family: 'Helvetica LT Std';
    src: url('.fonts/HelveticaLTStd-BoldCondObl.eot');
    src: url('fonts/HelveticaLTStd-BoldCondObl.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaLTStd-BoldCondObl.woff') format('woff'),
        url('fonts/HelveticaLTStd-BoldCondObl.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}


@font-face {
    font-family: 'bebasregular';
    src: url('../fonts/bebas_regular-webfont.woff2') format('woff2'),
         url('../fonts/bebas_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Franklin Gothic';
    src: url('../fonts/FranklinGothic-Medium.eot');
    src: url('../fonts/FranklinGothic-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FranklinGothic-Medium.woff') format('woff'),
        url('../fonts/FranklinGothic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

.countdown{
    background: url("../img/countdownwc.png") no-repeat;
    width: 338px;
    height: 90px;
    left: 289px;
    position: absolute;
    top: 4px;
}

.countdown ul{
    list-style: none;
    padding: 0;
    margin:0;
        margin-left: 96px;
}

.countdown ul li{
    float: left;
    width: 50px;
    font-size: 23px;
    color: #000;
    text-align: center;
    margin-top: 28px;
    margin-right: 11px;
}

.countdown ul li:last-child{
    margin-right:0px;
}

table.promo th{
    text-align: center;
}

table.promo th, table.promo td{
    padding: 10px;
}