@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');

body {
   background:url("../img/bg.jpg") top center;  
   /*background: #000c40 url(../img/preview-sb.jpg) -11px 0px;
  */
   font-family: 'Myriad Pro';
   color: #fff;
   font-size:12px;
}

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

header{
    height: 237px;
   /* background: #000;*/
}

header .top-content{
    height: 185px;
    background: #000c40;
}

header .top-content .logo{
    width: 535px;
    height: 74px;
    margin:0 auto;
    display: block;
    margin-top: 10px;
    left: 50%;
    right: 50%;
}


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-top: 7px;
    padding-bottom: 5px;
    
    display: block;
    text-align: center;

}

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

.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;
}

header .bg-marquee{
    height: 34px;
    background: #ffce04;
    font-size: 16px;
    line-height: 37px;
}

header .bg-marquee .running-text{
    width: 64%;
    float: left;
    margin-right: 15px;
    color:#1d1d1d;
    overflow: hidden;
}

header .bg-marquee .date{
    width: 25%;
    float: left;
    color: #1d1d1d;
}

header .logo-wrapper{
    height: 106px;
    background: url('../img/bg-header.jpg');
    position: relative;
    padding-top: 10px;
}




.container{
    width: 1076px;
    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: 52px;
    position: relative;
    background:#ffce04;
}



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

.menu-container ul.menu li{
    height: 52px;
    font-size: 14px;

    font-family: 'good_timesregular';
    float: left;
    position: relative;
    z-index: 2;
}


.menu-container ul.menu li a{
    color: #000;
    position: relative;
    display: block;
    padding: 16px 26px;    
    text-decoration: none;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #ffce04 50%, white 50%);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: static;
opacity: 1;
overflow: visible;
border: none;
-webkit-border-radius: 0;
border-radius: 0;
text-decoration: normal;
text-align: center;
-o-text-overflow: clip;
text-overflow: clip;
white-space: pre;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: 0 0 10px rgba(255,255,255,1) , 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #fff , 0 0 70px #fff , 0 0 80px #fff , 0 0 100px #fff ;
-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
-webkit-transform: none;
transform: none;
-webkit-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0;

}


.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;
    text-shadow: 0 0 10px rgba(255,255,255,1) , 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #ff00de , 0 0 70px #ff00de , 0 0 80px #ff00de , 0 0 100px #ff00de ;
}

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

.menu-container ul.menu li.home{
    margin-left: 40px;
}


.menu-container ul.menu li.home a:before{
    content: '';
    width: 24px;
    height: 19px;
    background: url("../img/icon-home.png") no-repeat;
    position: absolute;
    left: 15px;
    top: 15px;
}


.badge-100{
    position: absolute;
    left: 179px;
    top: -48px;

}

.slider-container{
    height: 559px;
    width: 100%;
    position: relative;
}

.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: 515px;
    width: 100%;
}

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



.slider-container .curve-mask{
    width: 100%;
    height: 171px;
    position: absolute;
    background: url("../img/mask-slider.png") no-repeat center;
    bottom: 0px;
}


.login-container{
    width: 376px;
    height: 123px;
    margin:0 auto;
    background: url("../img/bg-login.png") no-repeat;
    margin-top:67px;

    -webkit-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  -moz-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  -ms-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  -o-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
}

.login-container a{
    font-family: 'bebasregular';
    color: #fff;
    font-style: italic;
    font-size: 14px;
    padding-left: 15px;
}

.control-small {
    float: left;
    width: 166px;
    height: 36px;
    font-family: 'bebasregular';
    font-size: 14px;
    font-style: italic;
    padding-top: 6px;
    margin-left: 11px;
    margin-bottom: 5px;
    border:1px solid #fff;
}

.text-wrapper{
    width: 166px;
    float: left;
    margin-left: 48px;
    margin-top: 12px;
}

.button-wrapper{
    width:86px;
    margin-top: 13px;
    margin-left: 26px;
    float: left;
}

.btn-login-{
    display: block;
    margin-bottom: 6px;
}

.step{
   margin-top: 34px;
    margin-bottom: 26px;
    -webkit-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  -moz-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  -ms-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  -o-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
}

.our-product{
    background: url("../img/bg-product.png") no-repeat;
    width: 1035px;
    height: 233px;
    margin: 0 auto;
    font-family: 'bebasregular';
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 9px;
    font-style: italic;
    -webkit-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  -moz-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  -ms-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  -o-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  text-shadow: 7px 7px 10px rgba(0, 0, 0, 1);
}

.our-product h3{
    font-family: 'bebasregular';
    font-size: 37px;
    color: #fff;
    padding: 0;
    margin: 0;
    font-style: italic;
    position: relative;
    text-align: center;
    top: -18px;

  -o-text-overflow: clip;
  text-overflow: clip;
 
  text-shadow: 7px 7px 10px rgba(0, 0, 0, 1);
}

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

.our-product ul li{
    width: 180px;
    height: 75px;
    text-align: center;
    display: inline-block;
}



.jadwal-bank{
    width: 712px;
    height: 237px;
    position: relative;
    background: url("../img/bg-bank.png") no-repeat;
    margin-top: 48px;
    margin-left: 18px;
    z-index: 2;
    -webkit-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  -moz-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  -ms-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  -o-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));



}

.jadwal-bank  h3{
    font-family: 'bebasregular';
    font-size: 40px;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    top: -19px;
    font-style: italic;
    text-shadow: 7px 7px 10px rgba(0, 0, 0, 1);
}



.jadwal-bank span.onlinec{
    position: absolute;
        left: 311px;
    top: 39px;

    font-size:12px;
}

.jadwal-bank span.offlinec{
    position: absolute;
        left: 396px;
    top: 39px;
    font-size:12px;
}

.jadwal-bank span.onlinec:before{
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    background: #0ced07;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    left: -16px;
}

.jadwal-bank span.offlinec:before{
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    background: #f90404;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    left: -16px;
}

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

    height: 85px;
}

.jadwal-bank .jadwal- li{
    width: 156px;
    height: 86px;
    float: left;
    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: 25px;
    margin-top: 4px;
}

.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: 9px;
    text-align: center;
    display: block;
    line-height: 8px;
    position: relative;
    margin-top: -2px;
    color: #000;
    font-weight: bolder;
}

.jadwal-bank .jadwal- li .mask-{
    width: 156px;
    height: 86px;
    background: url("../img/bank-mask.png") no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}

.jadwal-bank span.info{
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    display: block;
    padding-top: 15px;
    color: #000;
}

.cek-promo{
    width: 300px;
    height: 290px;
    float: left;
    position: relative;
    z-index: 0;
}

.cek-promo img{
    position: absolute;
}

.cek-promo .cek-promo-1{
    left: -121px;
    top: 36px;
    -webkit-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  -moz-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  -ms-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  -o-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
}

.cek-promo .cek-promo-2{
    left: 52px;
    top: 65px;
}


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

hr{
    border: 1px solid #f7ed9c; 
}

.home-detail{
    font-family: 'Exo';
    font-size: 16px;
    color: #fff;
}


.home-detail a{
	color: #ffce04;
	font-weight: bold;

}

footer{
    margin-top: 20px;
    background: #000;
}

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

footer .footer-wrapper{
    padding-top: 10px;
}

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';
    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;
}

.content h1{
    font-family: 'bebasregular';
    font-size: 52px;
    color: #fff;
    text-align: center;
    font-style: italic;
    -webkit-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  -moz-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  -ms-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  -o-filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  filter: drop-shadow(5px 10px 5px rgba(10,10,0,.5));
  text-shadow: 7px 7px 10px rgba(0, 0, 0, 1);
  margin-top: 35px;
}

.cdetail{

}

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

ul.product li{
    width: 1025px;
    height: 322px;
    position: relative;
    margin-bottom: 120px;
    background: url("../img/bg-list.png") no-repeat;
    margin-left: 56px;
}

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

ul.product li .detail-product{
        padding-right: 20px;
    font-size: 14px;
    margin-top: 8px;
    line-height: 15px;
    color: #000;
}

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

ul.product li a.btn-join{
    width: 239px;
    height: 78px;
    display: block;
    /*background: url("../img/btn-daftar-.png") no-repeat;
    */
    position: absolute;
    right: 15px;
    bottom: -36px;
   
}


ul.product li .asset1-product{
    position: absolute;
    left: -55px;
    top: -38px;
}
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: 1074px;
    -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;
    background:#000;
}


ul.promo-list li .promo-wrapper .btn-detail-{
    position: absolute;
    top: 221px;
    left: 17px;
}


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: #dab312;
    background-size: 100% 100%;
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 30px;
    color: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.content .sub-title {
    font-size: 18px;
    color: #000;
    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:#000;
}

.content-detail {
    font-size: 13px;
}

.content-detail a{
	color: #ffce04;
}

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

ul.bantuan li{
    padding-bottom: 20px;
}

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

ul.bantuan li img{
    padding-right: 15px;
}




.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: #000;
    font-size: 12px;
}

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

.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;
}

.contents{
    background: url("../img/bg-curve.jpg") no-repeat top center;

}


.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: #000;
    line-height: 12px;
    font-weight: bold;
}

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

.member-profile span, .member-profile a {
    font-size: 13px;
    color: #000;
    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: 515px;
    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/notif-bank.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;
} 

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

}

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

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

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