@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: #000 url(../img/bg.jpg) no-repeat top center;*/
   background: #081230;
   overflow-x: hidden;
  
   font-family: 'Myriad Pro';
   color: #fff;
   font-size:12px;
}

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

header{
	width:100%;
	height: 247px;
}

   header ul.top-contact{
          list-style: none;
          padding: 0;
          margin: 0 auto;
          padding: 20px 0px;
          
        }

        header ul.top-contact li{
          float: left;
          color: #fff;
          width: 20%;
        }

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

        .top-contact li img {
          float: left;
          padding-right: 9px;
        }
        .top-contact li span {
          font-family: 'Exo 2';
          font-size: 15px;
          font-weight: bold;
          line-height: 25px;
        }

header .logo{
	height: 95px;
	background: url(../img/bg-header.jpg) no-repeat center center;
	text-align: center;
	padding-top: 15px;
}

header .menu{
	height: 39px;
	background: #003366;
	width: 100%;

}

header .menu ul{
	list-style: none;
	font-family: 'Masque';
	font-size: 13px;
	padding-top: 10px;

}

header .menu ul li{
	float: left;
	padding-right: 40px;
}

header .menu ul li.daftar{
	padding-left: 0px;
	padding-right: 0px;
}

header .menu ul a{
	color: #fff;
	text-decoration: none;
	transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}



header .menu ul a.home{
	position: relative;
	padding-left: 5px;
}

header .menu ul a.home:before{
	content:'';
	display: block;
	position: absolute;
	background: url(../img/icon-home.jpg) no-repeat;
	width: 20px;
	height: 17px;
	left: -24px;
    top: -1px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

header .menu ul a.home:hover:before{
	background: url(../img/icon-home_.jpg) no-repeat;
}

header .menu ul a:hover, header .menu ul a.current{
	color: #ffe512;
} 

header .grey-bg{
	height: 28px;
	width: 100%;
 	background: #333;
}

header .grey-bg .running-text{
	color: #ffcc00;
	font-size: 14px;
	padding-top: 6px;
	width: 550px;
	margin-right: 20px;
	height: 28px;
	float: left;
	overflow: hidden;
}

header .grey-bg .time{
	font-size: 14px;
	padding-top: 6px;
	float: right;
	padding-right: 105px;
}

.guarantee{
	position: absolute;
	right: -36px;
    top: -79px;

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

.content{
	/*background: url(../img/bg.jpg) no-repeat top center;*/
}

.slider-wrapper{
	height: 454px;
}

.aslider.aleft {
    left: -100px;
    top: 120px;
}


.aslider.aright {
    right: -100px;
    top: 120px;
}



.aslider {
    width: 40px;
    height: 64px;
    display: block;
    position: absolute;
    opacity: 0.3;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.aslider:hover{
	opacity:0.8;
	
	transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}


.aslider .disbtn {
    width: 40px;
    height: 64px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.slider-wrapper{
	position: relative;
}

.container-slider{
	position: absolute;
	left: 50%;
	margin-left: -463px;
	z-index: 3;
}

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

ul.slider  li{
	position: absolute;
	height: 295px;
	width: 100%;
	text-align: center;
	padding-top: 38px;
	display: none;
	opacity: 0;
}



.slider-wrapper .black-overlay:before{
	content: '';
	display: block;
	width: 100%;
	height: 66px;
	position: absolute;
	background: url(../img/flare.png) no-repeat top center;
	top: -33px;
}

.slider-wrapper .black-overlay{
	background: rgba(0, 0, 0, .62);
	height: 186px;
	width: 100%;
	position: relative;
}

.slider-wrapper .black-overlay ul{
	list-style: none;
	margin:0 auto;
	padding:0;
	width: 926px;
	position: relative;
}

.slider-wrapper .black-overlay ul li{
	position:absolute;
	font-family: 'Exo 2';
    font-style: normal;
    font-weight: 200;
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    display: none;
    opacity: 0;
}

ul.slider li.active,.black-overlay ul li.active{
	opacity:1;
	display: block;
}

.slider-wrapper .black-overlay ul li h2, .slider-wrapper .black-overlay ul li h1{
	font-weight: 200;
	font-size: 29px;
	text-align: center;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	padding-top: 13px;
	padding-bottom: 10px;
}

.slider-wrapper .black-overlay ul li .teaser{
	
	padding-bottom: 5px;
}

.slider-wrapper .black-overlay ul li .teaser a{
    color:#fff;
    text-decoration: none;
}

.slider-wrapper .black-overlay ul li h2 span{
	color: #ffcc33;
}

.slider-wrapper .black-overlay a img{
	position: relative;
    margin-left: -36px;
    margin-top: 8px;
}

.step{
	width: 926px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.bank-status{
	width:578px;
	height: 198px;
	background: rgba(0, 51, 102, .16);
	border:1px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
    line-height: 12px;
    float: left;
    margin-right: 7px;
}

.bank-status h3{
	font-family: 'Masque';
	font-size: 17px;
	color: #fff;
	text-align: center;
	margin:0;
	padding: 0;
	margin-top: 8px;
}

.bank-status ul{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 530px;
	margin-top: 10px;
}

.bank-status ul li{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: rgba(51, 153, 51, .29);
	height: 102px;
	width: 125px;
	margin-right: 9px;
	float: left;
	text-align: center;
	font-size: 9px;
	line-height: 10px;
	position: relative;

	margin-bottom: 10px;
}

.bank-status ul li img{
	padding-top: 17px;
}

.bank-status ul li:before{
	content:'ONLINE';
	font-family: 'Masque';
	font-size: 13px;
	color: #33ff00;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 8px;
	position: absolute;
}

.bank-status ul li.offline{
	background: rgba(255, 0, 0, .29);
}

.bank-status ul li.offline:before{
	content:'OFFLINE';
	color: #ff0000;
	font-family: 'Masque';
	font-size: 13px;	
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 8px;
	position: absolute;
}

.bank-status ul li:last-child{
	margin-right:0;
}

.cs24{
	margin-top: 8px;
}

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

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

ul.product li{
	padding-bottom: 55px;
}

ul.product li .wrapper-product{
 	width:762px;
 	height: 292px;
 	background:url(../img/stripe.png);
 	margin: 0 auto;
 	padding-top: 15px;
 	text-align: center;
 	position: relative;
 	-webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.75);
transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

ul.product li .wrapper-product:hover{
	background:url(../img/stripe2.png);
	transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

ul.product li .wrapper-product .product-detail{
	width: 732px;
	height: 262px;
	margin:0 auto;
	background: rgba(0, 0, 0, .5);
}

ul.product li .wrapper-product .product-detail .logo-product{
	text-align: center;
	padding-top: 25px;
}

ul.product li .wrapper-product .product-detail .detail-product{
	width: 500px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin:0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

ul.product li .wrapper-product .asset1-product{
	position: absolute;
	top: -7px;
    left: -170px;
}

ul.product li .wrapper-product .asset2-product{
	position: absolute;
	top: -10px;
    right: -98px;

}

.text-center{
    text-align:center;
}

.content .sub-title {
    font-size: 18px;
    color: #fff;
    padding-top: 43px;
    letter-spacing: 0.5px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
}

h1{
    font-family: 'Exo 2';
}


.content .sub-title h1{
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.5px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
}
ul.promo-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 33px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    color:#2b2c30;
}

ul.promo-list a{
	display: block;
}

ul.promo-list a{
	display: block;
} 

ul.promo-list a img {
    border: 1px solid #2b2c30;
}

ul.promo-list li .promo-detail {
    padding: 15px;
    background: #fff;
    border: 1px solid #2b2c30;
    border-top: none;
    position: relative;
    display: none;
    font-size: 13px;
}

ul.promo-list li .promo-detail h3 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    padding-top: 8px;

}

ul.promo-list li .promo-detail h4 {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

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

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

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

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

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

.form-wrapper {
    position: relative;

    font-size: 12px;
}

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

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

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

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

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

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

.content .form .form-wrap .field input[type='checkbox'] {
    float: left;
    margin-right: 10px;
    margin-top: 1px;
}

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success{
	background-color:#003366;
	padding-top: 9px;
}

.btn-success:hover{
	background-color:#02bdc4;
	padding-top: 9px;
}


.form-control.red{
	    border: 1px solid #ff0000;
}

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

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

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

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

ul.member-menu li a {
    color: #fff;
    background: #2f8ae5;
    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;
}

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

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

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

.main-container {
    min-height: 500px;
}



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

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

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

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

.form-hidden.form-handphone .form-loader {
    height: 164px;
    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 hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #2f8ae5;
}
.content .asterisk {
    color: #2f8ae5;
    font-size: 12px;
}

.urgent {
    color: #2f8ae5;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
}

.btn-error{
	color: #ff0000;
}

.reds{
	color:#2f8ae5 !important;
	font-weight: bold;
}

.nopadding{
	padding: 0;
}

footer{
	padding-top: 24px;
	padding-bottom: 20px;
}

.footer{
	border-top: 2px solid #8c5f41;
	border-bottom: 2px solid #8c5f41;
	height: 48px;

	font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
	font-size: 12px;
}

.footer ul{
	list-style:none;
	padding:0;
	margin:0;
	padding-top: 10px;
}

.footer ul li{
	float:left;
}

.footer ul li:after{
	content: '|';
	font-size: 13px;
}

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

.footer ul li a{
	padding:0px 18px;
	color: #fff;

	line-height: 22px;
	text-decoration: none;
}

.footer ul li a:hover, .footer ul li a.current{
	color:#dd2424;
}

.footer ul li:first-child a{
	padding-left:10px;
}

.footer span{
	line-height: 21px;
	padding-right: 10px;
}

.pop-hubungi {
    position: fixed;
    width: 219px;
    height: 289px;
    left: -190px;
    top: 50%;
    margin-top: -145px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    background: #2f8ae5;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pop-hubungi .content-pop {
    width: 190px;
    min-height: 289px;
    float: left;
    background: #1a1a1a;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pop-hubungi .title {
    font-size: 18px;
    color: #fff;
    padding-left: 58px;
    padding-top: 18px;
    letter-spacing: 0px;
}

.pop-hubungi .title:before {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    background: url(../img/icon-24.jpg) no-repeat;
    left: 14px;
    top: 12px;
}

.pop-hubungi ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 12px;
    margin-left: 6px;
}

.pop-hubungi ul li {
    width: 177px;
    height: 42px;
    background: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 5px;
    font-size: 11px;
    color: #fff;
    line-height: 48px;
    margin-bottom: 3px;
}

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

.pop-hubungi ul li img {
    float: left;
    margin-right: 6px;
}


.pop-hubungi .button {
    width: 122px;
    height: 27px;
    display: block;
    text-decoration: none;
    background: #fff;
    margin-top: 11px;
    text-align: center;
    line-height: 28px;
    margin-left: 34px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background: #2f8ae5;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    float: left;
}

.pop-hubungi .side-button {
    width: 29px;
    float: left;
    display: block;
    min-height: 289px;
    cursor: pointer;
    background: url(../img/txt-contact.png) no-repeat 7px 14px;
}

.pop-hubungi:hover{
	left:0px;	
	transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

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

.datagrid {
background:#fff;
overflow:hidden;
border:1px solid #2f8ae5;
-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:#2f8ae5;
color:#FFF;
font-size:12px;
font-weight:700;
border-left:1px solid #6ccad4;
}

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

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

.datagrid table tbody tr:nth-child(even) td {
background:#DFFFDE;
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;
}

div.dhtmlx_window_active,div.dhx_modal_cover_dv {
position:fixed!important;
}

h1{
    font-size: 25px;
}

footer ul#icon{
    margin:0;
    padding: 0;
    float: left;
    list-style: none;
}

footer ul#icon li{
    padding: 6px;
    float: left;
}

.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: 685px;
    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/info.jpg") no-repeat;
     background: url("../img/pop-up-a7bet.jpg") no-repeat;

}

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

.popup h3{
    text-align: center;
    margin:0;
    padding: 10px;
    background: #f0042a;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    color: #fff;
}

.popup .desc{
    width: 100%;
    background: #fff;
    height: 175px;
    padding-top: 20px;
}

@keyframes barberpole {
  from { background-position: 0 0; }
  to   { background-position: 60px 30px; }
}

.countdown{
    background: url("../img/countdown_worldcup.png") no-repeat;
    width: 330px;
    height: 101px;
    left: -15px;
    position: absolute;
    top:-4px;
}

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

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

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

.popup-poker{
    width: 238px;
    height: 292px;
    position: fixed;
    left: 0px;
    bottom: 90px;
    z-index: 1000;
}

.popup-poker a.cls{
    position: absolute;
    top: -8px;
    right: 15px;
    height: 25px;
    background: #000;
    padding: 5px 10px;
    font-weight: bold;
    color: #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.popup-poker a.cls:hover{
    text-decoration: none;
    background: #fff;
    color: #000;
}

a.btn-wa{
    width: 260px;
    height: 85px;
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    background: url("../img/wabutton.png") no-repeat;
    z-index: 1000;
}

a.btn-wa:hover{
    background-position: 0px -84px;
}

@media  (max-width: 1000px) {
   

   ul.slider {
      width: 100%;
      overflow: hidden;
    }
  }


  /* Responsive */



header .menu-icon{
    padding: 28px 20px;
    position:relative;
    float:right;
    cursor: pointer;
   
}

header .menu-icon .nav-icon{
    background:#fff;
    display:block;
    height:3px;
    width:25px;
    position:relative;
    transition:background .2s ease-out;
}

header .menu-icon .nav-icon:before{
    background:#fff;
    content:"";
    display:block;
    height:100%;
    width:100%;
    position:absolute;
    transition:all .2s ease-out;
    top:8px;  

}

header .menu-icon .nav-icon:after{
    background:#fff;
    content:"";
    display:block;
    height:100%;
    width:100%;
    position:absolute;
    transition:all .2s ease-out;
    top:-8px;  

}

header .menu-btn{
    display:none;
}

header .menu-btn:checked ~ .menu-container{
    max-height:432px;
}

header .menu-btn:checked ~ .menu-icon .nav-icon{
    background:transparent;
}
header .menu-btn:checked ~ .menu-icon .nav-icon:before{
    transform: rotate(-45deg);
    top:0;
}
header .menu-btn:checked ~ .menu-icon .nav-icon:after{
    transform: rotate(45deg);
    top:0;
}

@media (min-width:1024px){
  

 
    header .menu-icon{
        display:none;
    }

    .slider-container ul.slider li .slider-image{
    position: absolute;
    width: 1920px;
    left: 50%;
    right: 50%;
    margin-left: -960px;
    margin-right: -960px;


}


.slider-mask{

    width: 100%;

    height: 500px;

    overflow: hidden;

}

     header .menu-icon{
        display: none;
    }

    .slider-container{
        overflow: hidden;
    }


.slider-container ul.slider li{


    height: 500px;

}
  
}

@media (max-width:1023px){
    .footer{
        height: auto;
        padding: 0px;
    }

    .footer span {
    line-height: 21px;
    width: 100%;
    padding: 10px;
    text-align: center;
}

    .footer ul{
        padding: 0px;
    }

    .footer ul li a{
     
        padding: 10px;
    }
    header .menu ul li{
        padding: 0px;
    }
    .menu .container{
        padding: 0px;
    }

    .bank-status{
        width: 92%;
        padding: 15px;
        margin: 15px;
        height: auto;
    }

.bank-status ul{
    width: 100%;
    height: auto;

}

.bank-status ul li{
    width: 41%;
    margin: 15px;
}

.slider-wrapper{
    height: auto;
}
    .step{
        width: 100%;
        padding: 10px;
    }

    .step img{
        width: 100%;
        height: auto;
    }

.slider-wrapper .black-overlay ul{
    width: 100%;
}

.slider-wrapper .black-overlay ul li h2, .slider-wrapper .black-overlay ul li h1{
    font-size: 20px;
}

.black-overlay ul li{
    padding: 15px;
}

.slider-wrapper .black-overlay ul li .teaser{
    font-size: 14px;
}

.slider-wrapper .black-overlay{
    height: 220px;
}

ul.slider li{
    height: auto;
    padding-top: 0px;
}

    .slider li img{
        width: 100%;
        height: auto;
    }

   header .logo img{
        width: 100%;
        height: auto;
    }
  header{
    height: auto;
  }

  header .grey-bg .running-text{
    width: 100%;
    padding: 0px;
    margin:0px;
    padding-top: 5px;
  }

  header .menu {
height: 55px;

}

header ul.top-contact li{
    width: 100%;
}

 header .menu-container{
    clear:both;
    max-height:0;
    transition:max-height .2s ease-out;
    overflow: hidden;

}

header  label.menu-icon{
    margin: 0px;
}
    .container{
        width: 100%;
    }

     header .menu ul.menu-container{
        clear:both;
        max-height: 0px;
        width: 100%;
        position: relative;
        margin-left: 0px !important;
        z-index: 1000;
        padding: 0px;
    }

    .menu ul.menu-container li{
        clear: both;
        text-align: left;
        background:#000;
        width: 100%;
        height: 40px;
        padding-top: 0px;
    }

    .menu ul.menu-container li a:hover{
         transition:all .2s ease-out;
         background-color: #fff;
         color: #ff9600;
    }
    .menu ul.menu-container li a{
        border-bottom: 2px solid #fff;
        width: 100%;
        display: block;
        height: 40px;
        line-height: 40px;
        padding: 0px 20px;
    }

    header .top-header{
        height: 105px !important;
    }

    header .menu-icon {
    padding: 26px 20px;
}

    .top-contact li span {
        font-size: 12px;
    }

    ul.top-contact{
        display: block;
        position: relative;
        width: 100%;
        clear: both;
        padding-left: 0px;
        padding-right: 0px;
        margin:0 auto;
        float: none;
        font-size: 15px;
        width: 180px;
    }

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

    .top-header.row-flex, .container.row-flex{
        display: block;
    }

    header .top-header .row-flex{
        justify-content: center;
    }

    header .top-header .login-form input{
        width: 95%;
    }

    .slider-mask{

    
    height: auto; 

    }
    .slider-image{
        width: 100%;
    }
    .slider-image img{

        position: relative;
        height: auto;
        width: 100%;
        margin: 0 auto;

    }

    .slider-mask .slider{
    display: inline-block;
  height: auto;
    }

 .bg-marquee .notif {
    width: 23px;
    height: 30px;
    float: left;
    margin-left: 10px;
    overflow: hidden;
}

.bg-marquee .running-text{ 
    margin-top: 8px;
    margin-left: 0px;
    margin-right: 0px;
    width: 85%;
    color: #fff;
}

.bg-marquee .date{
    display: none;
}

.step-container img{
    width: 100%;
    height: auto;
}

.home-content{
    padding:0px 20px;
}

.content h1{
    margin: 0px;

}
footer ul li a{
    color: #fff;
    padding: 10px;
}

footer ul li{
    display: block;
    clear: both;
    padding:0px;
}

footer ul li:after{
    display: none;
}

.content .container{
    padding: 0px;
}

.content-detail, .content-detail.no-padding{
    padding: 20px 20px !important;
}

.content .sub-title{
    padding-left: 20px;
}

.bantuan li{
    padding:0px;
}

.container .detail{
    padding:20px;
}

ul.product li .wrapper-product{
    width: 100%;
   padding: 14px;
   height: auto;
}
ul.product li .wrapper-product .product-detail{
    width: 100%;
    height: auto;
    padding: 15px;
}

ul.product li .wrapper-product .product-detail .detail-product{
    width: 100%;
}
ul.promo-list a img{
    width: 100%;
    height: auto;
}
.asset1-product, .asset2-product{
    display: none;
}

ul.product{
    margin: 0;
}

ul.product li .product-detail{
    width: 100%;
}

ul.product li{
    margin: 0px;
    height: auto;
}

.promos-list > div, .promos-list img{
    width: 100%;
}

.promos-list .modal img, .promos-list .modal-content{
    width: 100%;
    margin: 0;
}

.tab-content .captcha img {
    height: 53px;
    margin-bottom: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    }

    .form-success{
        padding-top: 20px;
    }

    ul.member-menu {
        width: 100%;
        height: 120px;
    }

    ul.member-menu li{
        width: 100%;
    }


    ul.member-menu li a{
        width: 100%;
        border: 1px solid #ff9600;
   
        background:  #003366;
        border-radius: 0px;

    }



    .member-profile{
        width: 100%;
        padding-left: 0px;
    }


    .content .form{
        padding: 20px;
    }

    .field .col-md-8{
        width: 100% !important;
    }

    .content .form .form-wrap {
        padding-bottom: 20px;
        width: 100%;
        margin-left: 0px !important;
    }

    .step-container img{
        margin-bottom: 0px;
    }

    .content h2{
        margin-top: 0px;
        margin-bottom: 0px;
    }

    footer ul{
        width: 100%;
        margin-left:0px;
        margin-top: 0px;
    }

    footer ul li a{
        text-align: center;
        display: block;
        width: 100%;
        border-bottom: 1px solid #fff;

    }


footer .container{
    padding: 0px;
}



    footer ul li {
        width: 100%;
    }

}

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

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