/* abel-regular - latin */
@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/abel-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Abel'), local('Abel-Regular'),
       url('../fonts/abel-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/abel-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/abel-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/abel-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/abel-v6-latin-regular.svg#Abel') format('svg'); /* Legacy iOS */
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html{}
body{
  background: #262626;
  color: #fff;
  font-family: 'Abel', sans-serif;
  text-align: justify;
  font-size: 16px;
}

/*=======================Global===============================================*/

h1, h2, h3, h4, h5, h6{font-weight:bold;}
h1, h2, h3, h4, h5, h6, .h1, .h2{
  font-family: 'Abel', sans-serif;
  font-weight: 700;
  text-transform: uppercase;

}
h1.text-center, h2.text-center,h4.text-center, h5.text-center, h6.text-center{
  text-align: center;
}
h1{
  text-align: center;
}
h2{
  font-size:30px;
}

h3{
  font-size:25px;
}

h4.widget-title {
    text-transform: uppercase;
    font-size: 20px;
    text-align: left;
    color: #666666;
    font-weight:bold;
}

h1.widget-title {
    font-size: 30px;
    color: #fff;
}

a{
  color:yellow;
  transition: all 0.3s ease;
}
a:hover,
a:focus{
color: #cfcf60;
}

.alert a{ color: #1485cc; }

em{ color: #ef853f; }

img{
  max-width: 100%;
}
iframe {
    border: 0;
    max-width: 100%;
}
.full-iframe{
  width: 100%;
}

.site-logo {
    position: absolute;
    background-color: #289ce5;
    padding: 21px;
    box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.50);
    z-index: 6;
    
}

.top-head {
    padding-bottom: 15px;
}

.fdw h3 {
    display: inline-block;
    text-align: right;
    margin: 0 15px 0px 0px;
    font-size: 14px;
    color: #fff;
    text-transform: none;
}

.fdw p {
    color: #afafaf;
    display: inline-block;
    margin: 0;
    font-size: 12px;
}

.fdw strong {
    color: #fff;
}

.fdw span {
    display: inline-block;
    overflow: hidden;
    text-indent: -999px;
    margin-right: 5px;
}

span.right.title {
    color: #fff;
}

.breadcrumb.breadcrumbs.woo-breadcrumbs {
    display: none;
}

.fdw li {
    float: left;
    list-style: none;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 600;
}

i.fa.fa-angle-right {
    font-size: 30px;
}


.fl{ float: left; }
.fr{ float: right; }
.alignleft{
  float: left;
  margin-right: 15px;
}
.alignright{
  float: right;
  margin-left: 15px;
}
.aligncenter{
  display: block;
  margin: auto;
  text-align: center;
}

.btn-theme,
a.btn-theme,
a.woo-sc-button.btn-theme{
  background: #1485cc;
  color: #fff;
  padding: 8px 12px;
  margin-left: 4px;
  font-size: 14px
}
  .btn-theme:hover{
    background: #106da7;
    color: #fff;
    transition: all 0.3s ease;
  }
a.btn.btn-theme2 {
    background: #1485cc;
    color: #fff;
    padding: 8px 12px;
    margin-left: 15px;
    font-size: 16px;
}
.btn-red{
    background-color: #fff;
    margin-left: 5px;
    font-size: 14px;
}
a.btn-violet {
    background-color: #b800bb;
    margin-left: 10px;
    color: #fff;
    padding: 8px 18px;
}
.single img {
    max-width: 100%;
}
.big-box {
    padding: 40px 0;
}

.fdw-mobile{
  display:none;
}
.head {
    background: #f4ec1a;
    color: #1b1b1b;
}
/*================Header=======================*/

.menu-open .page-overlay{
    display:block;
  }
.page-overlay {
    display:none;
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 6;
}

.top-btn.fr.clearfix {
    padding-top: 30px;
    padding-bottom: 30px;
}

  .fdw .fdw-bbm{
    background: url('../images/fwd-icons.png') no-repeat 0 0;
    width: 30px;
    height: 30px;
  }
  .fdw .fdw-line{
    background: url('../images/fwd-icons.png') no-repeat -32px 0;
    width: 30px;
    height: 30px;
  }
  .fdw .fdw-sms{
    background: url('../images/fwd-icons.png') no-repeat -65px 0;
    width: 30px;
    height: 30px;
  }
  .fdw .fdw-whatsapp{
    background: url('../images/fwd-icons.png') no-repeat -97px 0;
    width: 30px;
    height: 30px;
  }
  .runningtext {
    background: #1485cc;
}

.slide-text-right{
  position: relative;
  width: 100%;
  margin-top:5px;
  margin-bottom: 5px;
  overflow: hidden;
}
.slide-text-right span{
    float: left;
    position: relative;
    padding-right: 15px;
    z-index: 6;
    color:#b11b33;
    padding-top: 3px;
    background:#1485cc;
}
.marquee {
    position: absolute;
    width: 100%;
    padding-left: 210px;
    top: 0;
    right: 15px;
}

.mobile-runningtext {
  display: none;
}

.fdw-mobile .fdw-list {
    width: 100%;
    text-align: center;
}

.fdw-mobile {
    display: none;
    float: none;
    width: 100%;
    color: #fff;
    padding: 20px 15px 10px;
}
.fdw-mobile li {
    list-style: none;
    margin-bottom: 25px;
}
.fdw-mobile li > div {
    text-indent: -999px;
    display: block;
    overflow: hidden;
    margin: 10px auto;
}

.bot-head{
  background: #f4ec1a;
}

/*==============Navigation Bar===================*/

  .menu-btn{ 
    display: none; 
    font-size: 30px;
    color: #fff;
    background: #2e2c2d;
    padding: 0 10px;
    cursor: pointer;
  }
  .close-btn{ display: none; }
  .fdw > *{ vertical-align: middle; }
  .fdw-list{ 
    display: inline-block; 
    margin: 0;
    padding-left: 0;
  }
   
  .primary-menu > li > a:hover,
  .primary-menu > .current_page_item > a,
  .primary-menu > .current-menu-parent > a,
  .primary-menu > .current-menu-ancestor > a{
    color: #1485cc;
    text-decoration: none;
  }
  .primary-menu{ 
    padding-right: 0;
    float: right;
    margin: 0;
  }

 .primary-menu a{ text-decoration: none; }
 .primary-menu > li{
    float: left;
    list-style: none;
    border-right: 1px solid transparent;
  }

.primary-menu > li > a {
    color: #1b1b1b;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    margin-right: 0;
    padding: 11px 24px;
    padding-left: 70px;
    padding-right: 0;
    font-weight:bold;
}

  .primary-menu .sub-menu li:hover > a,
  .primary-menu .sub-menu > .current_page_item > a,
  .primary-menu .sub-menu > .current-menu-parent > a,
  .primary-menu .sub-menu > .current-menu-ancestor > a,
  .primary-menu .sub-menu > .current-menu-item > a{
    color: #fff;
    background: #289ce5;

  }
  .primary-menu li:hover > .sub-menu{
    /*display: block;*/
    text-shadow: none;
    color:#289ce5;
  }
  .primary-menu .sub-menu{ 
    display: none; 
    position: absolute;
    padding-left: 0;
    margin: 0;
    border-top: 0;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.55);
    width: 220px;
    font-size:14px;
    z-index: 999;
    color: #1b1b1b;
  }

  .primary-menu .sub-menu li{
    list-style: none;
    position: relative;
    border-bottom: 1px solid rgb(109, 99, 98);
  }
  .primary-menu .sub-menu li:hover{
    /*border-bottom: 1px solid #fff;*/
  }

  .primary-menu .sub-menu li a {
    padding: 10px 15px;
    display: block;
    color: #1b1b1b;
    background: #efe848;
    font-size: 15px;
    font-weight: bold;
  }
  .primary-menu .sub-menu .sub-menu{
    right: -100%;
    top: 0;
    margin-left: 1px;
    box-shadow: none;
  }

  .primary-menu .sub-menu .menu-item-has-children > a:after{
    content: "\f105";
    float: right;
    font-family: "FontAwesome";
  }


i.fa.fa-times {
    font-size: 26px;
}

a.btn.btn-red {
    background-color: #b11b33;
    margin-left: 5px;
    color: #fff;
    padding: 8px 18px;
}
  a.btn.btn-red:hover{
    background: #8e1629;
    color: #fff;
    transition: all 0.3s ease;
  }
.panel-title{
    text-align:left;
}
.panel-default>.panel-heading {
    color:#454b52;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    color: black;
}
.entry2 .type-post {
    padding-bottom: 30px;
}

/*====================================================================
  Banner
  ====================================================================*/
#banner {
  background: #000;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.slide-inner .container {
    height: 100%;
}

.slide-content-img{ display: none; }
#banner .slide-inner {
    background-size: 1903px 470px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    cursor: pointer;
}

a.flex-prev,
a.flex-next{
    background: #1485cc;
    border-radius: 4px;
}

/*========== Contents =========*/
.carousel li {
    margin-right: 0;
    background: #131313;
    padding: 11px;
    border-radius: 4px;
}
.carousel li  {
    margin-right: 0;
    padding: 11px;
    border-radius: 4px;
    background: #151515;
    color: #fff;
}

.container.transparent-bg {
    margin-top: 15px;
    margin-bottom: 30px;
    color: #b5bdc7;
    padding: 15px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

#welcome{
  font-size: 16px;
  color: #fff;
}

h3.post-title.h2.text-left a {
 color:#fff;
 text-transform: none;
 font-weight: normal;
}

iframe {
    max-width: 100%;
    border: 0;
}

.page-title {
    font-size: 25px;
    text-transform: uppercase;
    color: yellow;
    text-align: left;
    background: #151515;
    padding: 10px 30px;
}
.page-title h1 {
    text-align: left;
    margin: 0;
}

.entry {
    padding: 0 30px;
    padding-bottom: 15px;
}
.entry2 {
    padding: 0 30px;
    padding-bottom: 15px;
}
.entry .type-post {
    padding-bottom: 30px;
    border-bottom: 1px solid #2f2c2c;
}

.entry-content {
    margin-top: 15px;
    margin-bottom: 15px;
}
.primary {
    margin-top: 40px;
    margin-bottom: 30px;
    color: #ffffff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.50);
    background: #202020;
}
section.primary h2 {
    font-size: 25px;
}
.section-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top:0;
    text-transform: none;
}

p.readmore {
    text-align: right;
}
.woo-pagination > * {
    padding: 10px 15px;
    background: #1587ce;
    color: #fff;
}
.woo-pagination .current {
    background: #f4ec1a;
    color: #1587ce;
}
.pagination.woo-pagination {
    display: block;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 10px;
}
.error404
.page-title{
  background: none;
  margin-top: 20px;
}
.table{
  background:#fff;
  color:#333;
}
thead {
    background: #f4e819;
    color: #333;
    font-weight:700;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #666666;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #eee;
}
.table-bordered {
    border: 1px solid #666666;
}

/*======== Formulir==========-*/

.formulir{
  background:#1b1b1b;
}
ul.icon-list{
  margin-top: 5.5%;
  padding-left: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.formulir li{
  width: 194px;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  float: left;
  list-style-type: none;
}
.formulir-box {
    border: 1px solid #1485cc;
    padding: 15px;
    display:block;
    letter-spacing: 1px;
    text-decoration: none;
}
  .formulir li:hover .formulir-box{
    border-color: yellow;
    color: #1485cc;
    font-weight: bold;
    text-decoration: none;
  }
  .formulir li:hover .formulir-wrap{
    background: yellow;
  }
  .formulir-icon{
    display: inline-block;
    margin-bottom: 2px;
  }
  .formulir-icon.contact-icon {
    background: url('../images/formulir-icons.png') no-repeat 0 -3px;
    width: 88px;
    height: 69px;
  }
    .formulir li:hover .formulir-icon.contact-icon{
      background: url('../images/formulir-icons-blue.png') no-repeat 0 -3px;
    }
  .formulir-icon.deposit-icon {
    background: url('../images/formulir-icons.png') no-repeat -95px -3px;
    width: 68px;
    height: 69px;
  }
    .formulir li:hover .formulir-icon.deposit-icon{
      background: url('../images/formulir-icons-blue.png') no-repeat -95px -3px;
    }
  .formulir-icon.penarikan-icon {
    background: url('../images/formulir-icons.png') no-repeat -170px -2px;
    width: 75px;
    height: 69px;
  }
    .formulir li:hover .formulir-icon.penarikan-icon{
      background: url('../images/formulir-icons-blue.png') no-repeat -170px -2px;
    }
  .formulir-icon.transfer-icon {
    background: url('../images/formulir-icons.png') no-repeat -253px -2px;
    width: 69px;
    height: 69px;
  }
    .formulir li:hover .formulir-icon.transfer-icon{
      background: url('../images/formulir-icons-blue.png') no-repeat -253px -2px;
    }
.formulir-wrap {
    background: #1485cc;
    padding: 15px;
}

/*======== Jadwal Bank==========-*/

.jadwal-bank-2 {
    background: #1485cc;
    padding: 30px 0;
}

.jadwal-bank-2 .section-title{
    margin-bottom: 10px;
}

.jadwal-bank-2 .container{
    max-width: 925px;
}

.jadwal-bank-2 .jb-24-jam{
    font-size: 40px;
    line-height: 1;
    margin-top: 10px;
    font-weight: bold;
}
.jb-box-wrap {
    border: 2px solid #f4ec1a;
    padding: 10px 15px;
    margin: 15px 0;
    border-radius: 10px;
    height: 145px;
}

.jadwal-bank-2 img {
    height: 44px;
    margin-bottom: 5px;
}

.jb-box-wrap-2 {
    border: 2px solid #f4ec1a;
    padding: 15px 15px;
    text-align: center;
    border-radius: 10px;
}

.jb-box-wrap-2 img {
    margin: 0 15px;
}

/*======== Aplikasi ==========-*/

.Aplikasi {
    background: url(../images/absurdidad1.jpg) repeat;
    text-align: center;
}

.Aplikasi li {
    display: inline-block;
    padding-left: 0;
    padding: 0 10px;
    list-style-type:none;
}
.Aplikasi ul{
    padding-left: 0;
    margin:0;
}

/*=========== footer ========= */
.footer-widget.big-box {
  background: #151515;
}

.iframe-bg {
  background-color: rgb(17, 17, 17);
  padding: 12px 10px 12px 15px;
}
.table-togel {
  border-collapse: inherit;
  font-size: 12px;
  margin-right: auto;
  width: 100%;
  color: white;
  text-align: left;
}
.table-togel td {
    padding: 5px 0;
    font-size: 13px;
}
i.fa.fa-check {
    color: yellow;
}

.textwidget li {
    line-height: 1.7;
    list-style-type: none;
}
.textwidget ul {
    padding-left: 0;
}

a.btn.btn-footer {
  padding: 8px 41px;
  border: none;
  font-size: 16px;
  background: #1485cc;
  color: #fff;
  margin-top:5px;
}

.footer-links ul{
  margin-bottom: 0;
  padding-left: 0;
}
.footer-links li{ 
  display: inline-block; 
  margin-left: 0px;
}
.footer-links li:before{
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  content: "";
  width: 1px;
  height: 12px;
  background: #666666;
}
.footer-links li:first-child:before{
  border-left: 0;
  display: none;

}
.footer-links a{
  color: #666666;
  vertical-align: middle;
}
.footer-bot{
  font-size: 15px;
  text-align: left;
  padding: 15px 0;
  color: #666666;
  background: #0c0c0c;
}

footer#site-footer {
    color: #666666;
}
.mobile-member-btn{
  display:none;
}
.youtube iframe{
  margin-top: 15px;
}

.youtube.big-box {
    display: none;
}

  .fdw-mobile .fdw-bbm{
    background: url('../images/fwd-icons.png') no-repeat 0 0;
    width: 30px;
    height: 30px;
  }
  .fdw-mobile .fdw-line{
    background: url('../images/fwd-icons.png') no-repeat -32px 0;
    width: 30px;
    height: 30px;
  }
  .fdw-mobile .fdw-sms{
    background: url('../images/fwd-icons.png') no-repeat -65px 0;
    width: 30px;
    height: 30px;
  }
  .fdw-mobile .fdw-whatsapp{
    background: url('../images/fwd-icons.png') no-repeat -97px 0;
    width: 30px;
    height: 30px;
  }

.post-navigation .next {
    float: right;
}
.post-navigation .prev {
    float: left;
}
img.icon-desktop {
    margin: 0;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #289ce5;
    border: 1px solid #0979bf;
    border-bottom-color: transparent;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #289ce5;
}
.nav-tabs>li>a:hover {
    border-color: #097ac1 #097ac1 #01568c;
    color: #fff;
}
.nav-tabs{
	border-bottom: 1px solid #289ce5;
}
.cat-list{ text-align: center; margin: 20px 0 0; }
.cat-list ul{
    display: inline-block;
    padding-left: 0;
    margin-left: 0;
}
.cat-list .nav-pills>li+li{ margin-left: 15px; }
.cat-list .nav-pills>li+li:first-child{ margin-left: 0; }
.cat-list .nav-pills>li.active>a, 
.cat-list .nav-pills>li.active>a:focus, 
.cat-list .nav-pills>li.active>a:hover{
    background-color: #1485cc;
}
.nav>li>a:focus, 
.nav>li>a:hover{
    color: #fff;
}
.cat-list .nav-pills>li>a{
    color: #fff;
}
.promo-list{
    max-width: 980px;
    margin: auto;
    padding-top: 20px;
}

.promo-list .panel-heading,
.promo-list .panel-default{
    border: none;
}
#accordion.promo-list .panel-heading{
    background: #fff;
    padding: 0;
}
.promo-list .panel-heading+.panel-collapse>.panel-body{
    border-color: #fff;
    padding: 10px 30px 30px;
}
.promo-list .panel{
    background: #fff;
    margin-bottom: 20px;
    display: none;
}
.promo-thumb{
    padding-right: 60px;
    position: relative;
}
.promo-button{
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    height: 100%;
    background: #151515;
}
.promo-button span{
    display: block;
    word-break: break-all;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: 12px;
    margin: 45px auto;
}
.promo-list h3.promo-title {
    font-size: 35px;
    font-weight: 700;
    color: #3a3a3a;
    text-align: left;
}
.promo-list .arrow-left {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #151515;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.promo-list .panel.show{
    display: block;
}


@media (max-width: 1320px){
  .primary-menu > li > a{
    font-size: 15px;
    padding-left: 35px;
  }
  .jadwal-bank li{
    font-size: 14px;
  }
  .member-btn{
    margin-bottom: 10px;
  }
  .formulir li{
    width: 156px;
    padding: 7px;
  }
  .formulir-box{
    padding: 12px;
  }
  .formulir-icon{
      background-size: 248px 55px !important;
  }
  .formulir-icon.deposit-icon{
      background: url(../images/formulir-icons.png) no-repeat -72px -1px;
      width: 53px;
      height: 54px;
  }
    .formulir li:hover .formulir-icon.deposit-icon{
      background: url(../images/formulir-icons-blue.png) no-repeat -72px -1px;
    }
  .formulir-icon.penarikan-icon{
      background: url(../images/formulir-icons.png) no-repeat -130px -1px;
      width: 58px;
      height: 54px;
  }
    .formulir li:hover .formulir-icon.penarikan-icon{
      background: url(../images/formulir-icons-blue.png) no-repeat -130px -1px;
    }
  .formulir-icon.transfer-icon{
      background: url(../images/formulir-icons.png) no-repeat -193px -1px;
      width: 54px;
      height: 52px;
  }
    .formulir li:hover .formulir-icon.transfer-icon{
      background: url(../images/formulir-icons-blue.png) no-repeat -193px -1px;
    }
  .formulir-icon.contact-icon{
      background: url(../images/formulir-icons.png) no-repeat 0 -1px;
      width: 68px;
      height: 54px;
  }
    .formulir li:hover .formulir-icon.contact-icon{
      background: url(../images/formulir-icons-blue.png) no-repeat 0 -1px;
    }
}


 @media (max-width: 1200px){
  .primary-menu > li{
  margin-right:0;
  }
}

@media screen and (min-device-width: 993px) and (max-device-width: 1199px) { 
  .primary-menu > li > a {
    padding-left: 44px;
  }
  .site-logo {
    padding: 10px;
  }
    .jadwal-bank li{
  font-size:12px;
  }
   img.icon-desktop {
  margin-top: 15.5%;
  }
  .jadwal-bank li{
    font-size: 14px
  }
  .youtube.big-box{
  display: block;
  }
  .widget-area-4{
  display: none;
  }
  .togel {
  text-align: center;
  }
 h5.widget-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
 }
 .fdw p{
  font-size: 12px;
 }
 .fdw strong{
 font-weight: normal;
}
 a.btn.btn-red{
  margin-left: 5px;
  padding: 9px 15px;
  font-size: 13px;
 }
.btn-theme, a.btn-theme, a.woo-sc-button.btn-theme{
 padding: 9px 13px;
 margin-left: 10px;
 font-size: 13px;
}
.fdw h3{
  margin: 0 5px 0px 0px;
  font-size: 15px;
  font-weight: normal;
}
i.fa.fa-angle-right {
    font-size: 25px;
}
.iframe-bg {
  padding: 12px 0;
}
}

@media (max-width: 1192px){
  .slide-img{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      text-align: center;
  }
  .slide-img > div{
      width: 1920px;
      height: 100%;
      display: block;
      position: absolute;
      left: -960px;
      margin-left: 50%;
      text-align: center;
  }
  .flexslider  .slide-img > div > img{
      width: auto;
      height: 100%;
      display: inline-block;
  }
  .slide-content-img{
      display: block;
  }
}

@media (max-width: 1190px){
  ul.icon-list{
    text-align: center;
    margin-top: 0;
  }
  .formulir li {
      width: 176px;
      padding: 7px;
      float: none;
      display: inline-block;
  }
}
@media (max-width: 768px){

.formulir li {
    width: 187px;
    }
ul.icon-list{
  margin-top:0;
}

.fdw-mobile {
    display: none;
  }

.fdw-mobile h3 {
   text-align: center;
   font-size:28px;
}
.section-title{
  font-size: 28px;
}
  .jadwal-bank li{
    font-size:10px;
  }
  .flex-direction-nav .flex-next{
  display:none;
}
.flex-direction-nav .flex-prev{
  display:none;
}
.arrow-left {
    display: none;
}

.promo-button {
width: auto;
position: relative;
}

.promo-button span{
word-break: normal;
width: auto;
margin: 0;
letter-spacing: 3px;
font-size: 13px;
}

.promo-thumb{
padding-right:0;
}
}

@media (min-width: 992px){
  .primary-menu li:hover > .sub-menu{
    display: block;
}
}

@media (max-width: 992px){
  .member-btn{ display:none;}
  .menu-btn,
  .close-btn{
  display: block;
  font-size: 24px;
  text-align:right;
  float:right;
  border-radius: 4px;
  margin-left: 15px;
  }
 .menu-btn{
  background: #2a98e3;
}
 iframe.togel {
    height: 250px;
    padding-top:10px;
  }
  .site-logo img{
  width:133px;
  }
  .site-logo {
  padding: 14px 14px;
  }

  .fdw span {
  margin-right: 3px;
  }
  .fdw p{
  font-size:13px;
  } 
  .fdw li{
  margin-left:10px;
  }
  .fdw h3{
  font-size: 15px;
  font-weight:normal;
  margin: 0 10px 0px 0px;
  }
  
  .formulir li {
  width: 187px;
  }
  ul.icon-list{
  margin-top:0;
  }

  img.icon-desktop {
  width: 344px;
  margin-top: 0;
}
 .primary-menu .sub-menu .sub-menu li {
    padding-left: 20px;
    background: #efe848;
}

  .top-btn.fr.clearfix {
  padding-top: 15px;
  padding-bottom: 15px;
  }
  .mobile-member-btn {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  }
  .btn-theme, a.btn-theme, a.woo-sc-button.btn-theme{
  padding: 5px 12px;
  }
  a.btn.btn-red{
  padding: 5px 14px;
  }
  .menu-open #site-navigation{
  right: 0;
  }
  body.menu-open {
    overflow: hidden;
 }
  .close-btn{
  color: #2a98e3;  
  }
  #site-navigation {
  display: block;
  position: fixed;
  width: 700px;
  top: 0;
  right: -320px;
  height: 100%;
  background:#f4ec1a;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-y: auto;
  z-index: 9999;
  }
  .primary-menu{
  width: 100%;
  padding: 0;
  }
  .primary-menu > li{
  float: none;
  width: 100%;
  display: block;
  border-bottom: 1px solid #3c3939;
  }
  .primary-menu > li a{
  padding: 16px 15px;
  font-size: 14px;
  text-align: left;
  }
  .primary-menu .menu-item-has-children > a:after{ float: right; }
  .primary-menu .sub-menu{
  position: relative;
  width: 100%;
  margin-left: 0;
  box-shadow: none;
  border: 0;
  }
  .primary-menu .sub-menu .sub-menu{
  right: 0;
  margin-left: 0;
  }
  .primary-menu .sub-menu .menu-item-has-children > a:after{
  content: "\f107";
  }

 .primary-menu .sub-menu li a {
  padding: 10px 15px;
  display: block;
  color: #1b1b1b;
 }
  .fdw .fdw-bbm{
  background: url('../images/fwd-icons.png') no-repeat 0 0;
  width: 28px;
  height:27px;
  }
  .fdw .fdw-line{
  background: url('../images/fwd-icons.png') no-repeat -29px 0;
  width: 28px;
  height:27px;
  }
  .fdw .fdw-sms{
  background: url('../images/fwd-icons.png') no-repeat -58px 0;
  width: 28px;
  height: 27px;
  }
  .fdw .fdw-whatsapp{
  background: url('../images/fwd-icons.png') no-repeat -97px 0;
  width: 28px;
  height: 27px;
  }
  .fdw-list li span{
  background-size: 114px 27px !important;
  }
  .jadwal-bank li {
    font-size: 10px;
}
 #site-navigation{
   width: 300px;
}
.caption-text p{
  line-height:1.5;
  font-size: 19px;
}
.caption-text h2{
  font-size: 27px;
}
 .youtube.big-box{
  display: block;
  }
  .widget-area-4{
  display: none;
  }
  .togel {
  text-align: center;
  }
 h5.widget-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
 }
 .iframe-bg {
  padding: 12px 30px;
  text-align: center;
  }
  .promo-button span {
      line-height: 24px;
      font-size: 16px;
      width: 10px;
      margin: 22px auto;
  }
  
}

@media (max-width: 767px){
  .icon-desktop{
    display:none;
  }
  .formulir li {
    width: 187px;
    }
ul.icon-list{
  margin-top:0;
}
.desktop{
  margin-top: 5.5%
}
img.icon-desktop {
    width: 344px;
    margin-top: 15.5%;
}
.fdw-mobile {
    display: none;
  }

.fdw-mobile h3 {
  text-align: center;
  font-size: 28px;
  text-transform: none;
  padding-bottom: 15px;
}
.section-title{
  font-size: 28px;
}
.jb-box-wrap {
	height:auto;
    text-align: center;
}	
	
  .promo-list a{
    text-decoration: none;
  }
  .promo-thumb{
    padding-right: 0;
  }
  .promo-button{
    width: auto;
    position: relative;
    background: #151515;
  }
  .promo-button span{
    word-break: normal;
    width: auto;
    margin: 0;
    letter-spacing: 3px;
    font-size: 13px;
  }
  .promo-list .arrow-left{
    display: none;
  }
  .cat-list{
    text-align: center;
  }
  .cat-list .nav-pills>li{
    float: none;
    display: inline-block;
  }
}
@media (max-width: 747px){
 
.fdw.fr {
    display: none;
}
.fdw-mobile {
    display: block;
  }
.site-logo {
    padding: 13px 13px;
}

img.icon-desktop {
    display: none;
}
ul.icon-list {
    margin-top: 5.5%;
    padding-left: 0;
    margin: 0;
}
.formulir li {
    width: 50%;
}
img.formulir-icon {
    margin-right: 12px;
}

.jadwal-bank li:nth-child(odd) > div {
    padding-right: 0;
    text-align: center;
}
.jadwal-bank li:nth-child(even) > div {
    padding-left: 0;
}
.jadwal-bank li {
    font-size: 12px;
    text-align: center;
    float: none;
    width: 100%;
}
.jadwal-bank li img {
    display: block;
    position: inherit;
    top: 0px;
    bottom: 0;
    margin: auto;
    padding-bottom: 15px;
}
.liveskor{
    text-align: center;
}
a.btn.btn-footer {
    padding: 11px 61px;
    width: 100%;
}

.widget-icon {
    text-align: center;
}
.choose {
    font-size: 17px;
}
.fdw-mobile .fdw-bbm {
    background: url(../images/fwd-icons.png) no-repeat 0 0;
    width: 30px;
    height: 30px;
}

.fwd-wrap {
    height: 50px;
    width: 50px;
    border: 2px solid yellow;
    border-radius: 50%;
}
.fdw-mobile .fwd-wrap > div{
  margin:7px auto;
}

	
.footer-links.fl {
    text-align: center;
    float: none;
}
.copyright.fr {
    float: none;
    text-align: center;
}
}

@media (max-width: 583px){
 .mobile-member-btn a.btn{
    width: 50%;
    border-radius: 0;
    padding: 8px 8px;
    margin: 0;
    float: left;
  }
  .mobile-member-btn a.btn.btn-violet{
    width: 100%;
    margin-bottom: 5px;
  }
}
@media (max-width: 516px){
.formulir li {
    font-size: 25px;
}
}

@media (max-width: 550px){
  .formulir li {
    font-size: 12px;
}
}


@media (max-width: 468px){
  .formulir li {
    font-size: 18px;
}
}

@media (max-width: 414px){

.fdw.fr {
    display: none;
}
.fdw-mobile {
    display: block;
  }
.site-logo {
    padding: 7px 10px;
}
.site-logo img {
    width: 76px;
}
img.icon-desktop {
    display: none;
}
ul.icon-list {
    margin-top: 5.5%;
    padding-left: 0;
    margin: 0;
}
.formulir.big-box {
    border-bottom: 2px solid #fff;
}

/*a.btn-violet{*/
/*    width: 47%;*/
/*}*/

/*a.btn.btn-red {*/
/*    float: right;*/
/*    width: 100%;*/
/*    padding: 8px 18px;*/
/*    margin-top: 5px;*/
/*}*/
/*a.btn.btn-theme {*/
/*    float: left;*/
/*    width: 49%;*/
/*    padding: 8px 8px;*/
/*    margin: 0;*/
/*}*/
.mobile-member-btn{
  width:100%;
}
 #site-navigation{
   width: 300px;
}
a.btn.btn-footer{
  width:auto;
}
.footer-bot{
    padding-bottom: 80px;
}
}

@media (max-width: 403px){
img.icon-desktop {
    width: 290px;
  }
  .formulir-wrap {
    height: 100px;
}
.formulir-box {
    padding: 8px;
}
img.formulir-icon {
    width: 54px;
}
.formulir li {
    width: 50%;
    font-size: 16px;
}
}
@media (max-width: 320px){

.formulir-wrap {
    height: 100px;
}
.formulir-box {
    padding: 8px;
}
img.formulir-icon {
    width: 54px;
}
.formulir li {
    width: 50%;
    font-size: 10px;
}
.caption-text h2 {
    font-size: 26px;
}
.carousel li {
    padding: 4px;
}
}