@font-face {
    font-family: 'bebasNeue';
    src: url('../fonts/bebasneue/bebasneue.eot');
    src: url('../fonts/bebasneue/bebasneue.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue/bebasneue.woff') format('woff'),
         url('../fonts/bebasneue/bebasneue.ttf') format('truetype'),
         url('../fonts/bebasneue/bebasneue.svg#bebasneue') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'advancedLedBoard7';
    src: url('../fonts/advancedledboard7/advancedledboard7.eot');
    src: url('../fonts/advancedledboard7/advancedledboard7.eot?#iefix') format('embedded-opentype'),
         url('../fonts/advancedledboard7/advancedledboard7.woff') format('woff'),
         url('../fonts/advancedledboard7/advancedledboard7.ttf') format('truetype'),
         url('../fonts/advancedledboard7/advancedledboard7.svg#advancedledboard7') format('svg');
    font-weight: normal;
    font-style: normal;
}

.sideleft-heading h3 {
    border: 1px solid #fdde4f;
    margin: 0px;
    padding: 10px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.login h4 {
    font-size: 14px;
}

#barisnomor1 .form-control{
  padding:0px !important;
}

#barisnomor1 input[type=text]{
  font-size:1.1em;
}

.widget.games {
    background-color: #A89481;
}

.game_btn_maron {
    border: 1px solid #72021c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 4px 5px 4px 5px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 30%);
    color: #FFFFFF;
    background-color: #a90329;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a90329), to(#6d0019));
    background-image: -webkit-linear-gradient(top, #a90329, #6d0019);
    background-image: -moz-linear-gradient(top, #a90329, #6d0019);
    background-image: -ms-linear-gradient(top, #a90329, #6d0019);
    background-image: -o-linear-gradient(top, #a90329, #6d0019);
    background-image: linear-gradient(to bottom, #a90329, #6d0019);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a90329, endColorstr=#6d0019);
}

#sideleft div.login, #sideleft div.widget, #sidecenter div.widget, #home-container div.widget {
    color: white;
}

.game_btn_maron {
    font-size: 15px !important;
    width: 12.5%;
    height: 45px;
    text-align: center;
    line-height: 35px;
}

.game_btn_maron {
    margin-bottom: 5px;
    border: 1px solid #72021c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 4px 5px 4px 5px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 30%);
    color: #FFFFFF;
    background-color: #a90329;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a90329), to(#6d0019));
    background-image: -webkit-linear-gradient(top, #a90329, #6d0019);
    background-image: -moz-linear-gradient(top, #a90329, #6d0019);
    background-image: -ms-linear-gradient(top, #a90329, #6d0019);
    background-image: -o-linear-gradient(top, #a90329, #6d0019);
    background-image: linear-gradient(to bottom, #a90329, #6d0019);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a90329, endColorstr=#6d0019);
}

html {
   /* height: 100%*/
}

BODY{
    margin: 0px;
    padding: 0px;
    background-image: url(../images/bgwall.jpg?v=1);
    background-position: top center;
    background-color: black;
    background-repeat: no-repeat;
}

/* template skin 1 */
.btn-success, .btn-warning{
/*    font-size: 12px !important;
    padding: 4px !important;
  padding-left:8px; padding-right:8px; */
}

#column-contact{
    font-size: 12px;
    line-height: 17px;
}

#column-contact .fab, #column-contact .fa{
  margin-top:8px;
}

.btn-warning{
background: rgb(246,150,0);
background: linear-gradient(180deg, rgba(246,150,0,1) 0%, rgba(231,141,0,1) 35%, rgba(224,133,0,1) 100%);
color:black; font-weight:800;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}


#column-contact .fontbold{
  font-weight:bold;
}

#column-contact span{
  color:#bdbdbd;
  font-style:italic;
}

.etabs li.active {
    background-color: #b99800;
    padding-top: 0px;
}

.tab.active {
    background: #fff;
    padding-top: 6px;
    position: relative;
    top: 1px;
    border-color: #666;
}

.etabs li {
    border: 1px solid #fdde4f;
    padding-left: 10px;
    padding-right: 10px;
}

.etabs li {
    background-color: #292929;
    padding-top: 0px;
    border-bottom: none;
}

.tab {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #eee;
    border: solid 1px #999;
    border-bottom: none;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}


/* End template skin 1 */
.disabled{
  background-color:#9e9e9e;
}
.btn, input[type=submit]{
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  opacity: 1 !important;
}

.divgames{
  margin-bottom:70px;
}

body {
  background-repeat:repeat-x;
  background-position:center top;
  background-color: #000;
  /*background-size: 100% 100%;*/
    color: #eee;
    font-family: arial;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}

#kontenprediksi p, #kontenprediksi div, #kontenprediksi ul{
background:none !important;
padding-right:20px;
}

a, a:hover{
  color:#a29133;
  text-decoration: none;
}

a {
color:#ffeb79;
}

.btn-link {
color:#f7e37d;
}

.btn-link:hover {
color:#bf9030;
}

.container, header{
max-width:1180px;
width:1180px important;
}

.bodydetail{
    width:750px !important;
}



#historytransaksi th, #historytransaksi td{
  padding:3px;
}

#historytransaksi td{
  border-bottom:1px dotted #ccc;
}


/* Sidebar nav mobile */

/* Sidebar nav */
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
       -o-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog{
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
       -o-transition: opacity 0.3s linear, left 0.3s ease-out;
          transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
  left: 0;
}

#myModal .modal-content, #myGames .modal-content{
  background-color:black;
}

#myModal .modal-header button.close, #myGames .modal-header button.close{
  color:white; opacity:1;
}

#myModal .modal-header, #myGames .modal-header{
  border-bottom:1px solid #4a4a4a;
}





.dash-container {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}


.dash-item {
  width:33.3%;
}


.dash-item a span{
  font-size:.9em;
}

.dash-item a{
  padding:3px;
  width:98%;
  min-height: 56px;
  color: white;
  text-align: center;
  margin-bottom:5px;
}

@media (max-width: 767.98px) {
  header{
    width:100%;
  }

  #top-casheer a{
    width: 100%;
    margin-bottom:0.7em;
  }

  .btn-topprofile{
    width:100%;
  }

  .form-wrapper {
    display: flex;
    text-align: center;
    max-height: 40vh;
  }

  .form-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;

  }

  .logo{
    text-align: center;
    margin-top:8px;
    margin-bottom:8px;
  }

  .logo img{
    display: inline
  }

  .login input, .login a{
    margin-top:0.5em;
    }
  .login .btn{
    width:100%;
  }

  .memberlogin{
    width: 100%;
  }


}




@media (min-width: 768px){
header{
    margin:0 auto; width:1180px;
}
#linklogo{
    float:left;
  }

.container {
    width: 1180px !important;
}}

.bgcontainer .col-xs-9{
	border-left:1px dotted #666; min-height:500px;
}

#tabeldata tr:nth-child(even) {
    background-color:#ccc;
	color:black;
}

.tabelview tbody td, .tabelhasil tbody td{
background:none !important;
}

.bgcontainer {
  background: url(../images/overlay.png);
  padding-left:20px;
  padding-right:20px;
  background-color: black;
}

#frmtransfer .form-control, #frmtransfer .btn{
margin-bottom:8px;
}

.form-control input{
  border-radius:2px !important;
}

#wallet  div{
	text-align:center;
}

#wallet .gridwallet{
	background-color:#f9f5b6;
	border:1px solid #b3ad5c;
	color:black;
	font-weight:bold;
}

#walletutama{
	text-align:center !important;
	font-weight:bold;
}

#wallet .gridlight{
    background-color: #f2f2f2;
    border: 1px solid #b3ad5c;
    margin: 0px;
    text-align: right;
    height: 31px;
}

#wallet .gridlight p{
	padding:0px;
}

#wallet h4{
	background-color:#5b560c;
	color:#fefbcc;
	margin:0px;
	padding:7px;

}

#wallet p{
	color:black;
	margin:0px;
}

.font14{
	font-size:14px;
}

.bgsoft{
	background-color:#ebffc7 !important;
	color:#377902 !important;
	font-size:19px; padding:7px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}


#header{
/* background:url(../img/bg-header.jpg) repeat-x center top; */
padding-bottom:20px;
}

.txt-1{
color:#ffc004;
}


.smaller {
font-size:smaller;
}


#navbar-wrapper{
background-color:#391f1c;
}

#navbar-wrapper .container{
position:relative;
}

#navbar-wrapper .logo2{
position:absolute;
top:-1px;
left:27px;
}

#navbar-wrapper .navbar{
  margin-bottom:0;
}

.navbar {
background:none;
/*border-top:2px solid #e99603;
border-bottom:2px solid #e99603;*/
margin-top:10px;
}

.navbar li {
padding:0;
border-left:none;
border-right:none;
padding-left:2px;
padding-right:2px;
}

.navbar li:first-child {
border-left:none;
}

.navbar li:last-child {
border-right:none;
}

.navbar li:first-child {
border-left:none;
}

.navbar li a {
color:#fddf96;
text-shadow:1px 1px 0 #000;
font-size:14px;
/*text-shadow:1px 1px 1px #300404;*/
font-weight:normal;
text-transform:uppercase;
padding-bottom:10px;
}

.navbar li a:hover, .dropdown-toggle:focus, .navbar li.active a{

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#591200+0,be0700+35,be0700+66,1c0000+100 */
color:#b59a98 !important;
text-shadow:1px 1px 1px #000;

background-color:#211609;
-webkit-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
transition: background-color 0.5s ease-out;
}

.dropdown-menu {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe662+0,ebc25a+1,fff39d+30,f7e37d+51,b48525+78,d29d3d+99,ffe662+100 */
background: #ffe662; /* Old browsers */
background: -moz-linear-gradient(top, #ffe662 0%, #ebc25a 1%, #fff39d 30%, #f7e37d 51%, #b48525 78%, #d29d3d 99%, #ffe662 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffe662 0%,#ebc25a 1%,#fff39d 30%,#f7e37d 51%,#b48525 78%,#d29d3d 99%,#ffe662 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffe662 0%,#ebc25a 1%,#fff39d 30%,#f7e37d 51%,#b48525 78%,#d29d3d 99%,#ffe662 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe662', endColorstr='#ffe662',GradientType=0 ); /* IE6-9 */
}

.navbar li.home a {
border-radius:100%;
border:1px solid #f7e37d;
padding:0;
margin-top:4px;
margin-right:10px;
border-right:none;
padding:5px 7px;
text-shadow:none;
color:#fff79c;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav .open > a:active {
  background-color:#d19700;
}

.dropdown-menu li a {
text-shadow:1px 1px 1px #fff;
font-weight:bold;
color:#000;
}

.navbar-toggle{
border:1px solid #000;
color:#000;
}
.navbar-toggle .icon-bar{
color:#000;
background-color:#000;
}
#navbar{
  padding-left:0;
  padding-right:0;
}

.navbar-nav > li {
margin-bottom:0;
margin-bottom:-10px !Important;
}

.navbar-nav > li > a {
padding-bottom:5px; padding-top:5px; padding-left:8px; padding-right:8px; line-height:2.6em;
}


#runningtext{
margin:0;
color:#fff;
font-size:14px;
height: 33px;
line-height: 33px;
padding-left: 10px;
margin-bottom:10px;
}


#langkahmain_wrapper{
margin-bottom:10px;
margin-top:10px;
}

#game-slider {
    background: rgba(0, 0, 0, 0) url("../img/bg_carousel.jpg") repeat-x scroll center 0;
    height: 131px;
  margin-top:30px;
  margin-bottom:0px;
    padding-top: 12px;
}

.imgproduk {
margin-bottom:30px;
}

.page-header {
margin:0;
padding:0;
border:none;
}

.font16{
    font-size:16px;
}

.fontwhite{
    color:white;
}

.fontgrey{
    color:#ccc;
}

.fontdarkgrey{
    color:#999;
}

.iframegames{
    width:100%;
    border:0px;
    height:900px;
}

.page-header h2 {
margin-bottom:0;

-moz-border-radius:5px 5px 0 0;
-o-border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
border-radius:5px 5px 0 0;

}

.pagination > li > a, .pagination > li > span {
color:#b10400;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover
{
background:#b10400;
color:#fff;
border-color:#c70200;
}


#content-wrapper{
/*background: #111111 url("../images/bg_posthome.png") repeat-x scroll center top;*/
/*background-image:url("../images/bg_posthome.png");*/
/*background-position:center;*/
background-repeat: repeat-x;

padding:5px 20px;
min-height:100px;
margin-top:0px;
margin-bottom:10px;
box-shadow: 5px 5px 5px #000;
}


#content-wrapper .page-header h1 {
    color: #fff69c;
    font-size: 40px;
    line-height: normal;
    text-decoration: blink;
    text-transform: uppercase;
}

#homenews-wrapper h4 {
color:#ffc004;
}


#banner-wrapper{
margin-top:10px;
margin-bottom:10px;
min-height:320px;
background-color:#000;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
  margin:0 !important;
}

.breadcrumb {
background-color:#222;
}


#fixed_togel {
    background: rgba(0, 0, 0, 0) url("../images/bg_togel.png") no-repeat scroll 0 0;
    display: block;
    height: 112px;
    margin-left: 10px;
    width: 230px;
}

.step {
margin-top:10px;
}


#news-wrapper h3{
color:#fceb88;

}

#homenews-wrapper h3{
font-size:1.5em;
}

#homenews-wrapper .thumbnail{
background:none;
border:0;
margin-top:20px;
}

#homenews-wrapper .caption{
color:#fff;
margin:0;
padding:0;
}

#homenews-wrapper .caption p{
max-height:41px;
overflow:hidden;
}

#homenews-wrapper .caption a{
color:#ffd800;
}

#footer{
padding:10px;
color:#fff;
margin-top:50px;
}

.boxmarket {
	background-color:black;
}

.boxmarket h4{
	font-size:16px;
	color:white;
	margin-top:18px;
}

.boxmarket .boxname{
	color:#eac705;
	margin-top:10px;
	margin-bottom:0px;
	font-weight:bold;
}

.boxmarket .boxdate{
margin-top:0px;
color:#666
font-size:14px;
}

.boxmarket .boxresult{
	font-size:30px;
	color:#6be300;
	margin-bottom:
}

table.table-pasaran tbody tr th {
  color: #c49c00;
  border: 1px solid #fee097;
  font-size: 14px;
  padding: 0;
  padding: 6px 0;
  background-color: #000;
  text-align: center;
}

table.table-pasaran tbody tr td {
  border: 1px solid #333;
  color: #a2a0a0;
  text-align: left;
  padding: 10px;
}

table.table-pasaran tbody tr td a {
  color: #e0d328;
  font-weight: bold;
}

table.table-pasaran tbody tr td a:hover {
  color:#fffef1;
  font-weight: bold;
}

table.table-pasaran tbody tr td .ball {
  width: 99px;
  height: 23px;
  color: white;
  font-family: bebasNeue;
  font-size: 50px;
  border: none !important;
  margin:0 auto;
  box-sizing: border-box;
}

.gridgames{
margin-bottom:50px;
}

.boxmarket div{
border:1px solid #7d6a00;
border-right:0px !important;
}

.boxmarket div:last-child{
border-right:1px solid #7d6a00 !important;
}

.boxmarket .blankmarket{
height:239px;
}

.blankmarket{
	background-repeat:no-repeat;
	background-position:top center;
	background-image:url('../images/comingsoon.jpg?v=3');
}


#footertext {
background-color:#222;
border-radius:10px;
padding:20px 10px;
margin-bottom:10px;
}

#socmed-wrapper{
margin-top:0px;
}

.boxresult img{
	margin-right:2px;
}

.boxresult{
	padding-bottom:15px;
}

#socmed-wrapper .btn-facebook {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

#socmed-wrapper .btn-twitter {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

#socmed-wrapper .btn-youtube {
    background-color: #e22c29;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

#socmed-wrapper .btn-pinterest {
    background-color: #BD2126;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
#socmed-wrapper .btn-instagram {
    background-color: #2A5B83;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
#socmed-wrapper .btn-googleplus {
    background-color: #DC483C;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
#socmed-wrapper .btn-rss {
    background-color: #FF6600;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
#socmed-wrapper .btn-social-icon {
    height: 45px;
  width: 45px;
    overflow: hidden;
    padding: 0px;
  padding-top:3px;
  margin-right:5px;
  margin-top:0px;
  margin-bottom:3px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
  display:inline-block;
  text-align:center;
  font-size:36px;
  border-radius:20px;
  border:2px solid #fff;
  line-height:0px;
}

#bank-wrapper{
  padding:5px;
  margin:5px;
}

#hasiltogel-wrapper{
background:url(../img/bgtogel.png) no-repeat center;
height:89px;
padding-top:25px;
}

#hasiltogel-wrapper .togelheading {
font-size:18px;
font-weight:bold;
color:#fff;
}

#hasiltogel-wrapper .togelsub {
font-size:11px;
color:#fed801;
}

#hasiltogel-wrapper .hasiltogel {
font-size:32px;
font-weight:bold;
color:#fed801;
line-height:normal;
}

.table thead, #theading2 th{
    background-color:#2c0001;
}

#hasiltogel-wrapper a {
}

.border {
background:none; border:none;
border-bottom:1px solid #171717;
margin:0; padding:0;
margin-top:15px;
}

#homenews_wrapper{
background-color:#282626;
border-radius : 15px;
box-shadow: 5px 5px 3px #131111;
}
#homenews_wrapper .item_berita{
min-height:20px;
margin-bottom:30px;
margin-top:20px;
padding-right:20px;
padding-left:20px;
}
#homenews_wrapper time{
color:#ff0000;
padding:0;margin:0;
}
#homenews_wrapper h4 {
padding:0;
margin:0;
}

.centerheading {
  width:100%;
  margin:0 auto;
  padding:10px;
  font-family: bebasNeue;
  background-color:#f2e7a3;
  font-size: 24px;
  color: #000;
  text-shadow: 0 1px 0 #d9c29a;
  margin-bottom: 10px;
}

#homenews-header {
background:url(../img/centerheading2.png) no-repeat 15px center, url(../img/centerheading3.png) no-repeat right, url(../img/centerheading.png) repeat-x;
height:39px;
border-bottom:0;
}

#homenews-header2 {
background:url(../img/centerheading.png) repeat-x;
height:39px;
border-bottom:0;
}

#homenews-header h3, #homenews-header2 h3 {
margin:0;
line-height:39px;
padding:0 8%;
text-shadow:0 0 5px #ff1919;
}

#homenews-header2 h3 {
padding:0;
}

#homenews-header h3, #homenews-header a {
color:#fff;
}

#jadwalbank_wrapper {
background-color:#131111;
border-radius : 10px;
box-shadow: 5px 5px 3px #181717;
}
#jadwalbank_wrapper #daftarbank {
padding-left:10px;
}
#jadwalbank_wrapper .jadwalbank{
margin-bottom:20px;

}

.floatside{
position:fixed;
z-index:10;
top:20%;
cursor:pointer;
}
.item_sidefloat{
margin:0px 0 0 0px;
position:relative;
}

#sideleft input[type="text"], #sideleft input[type="password"]{
  background:#fff;
  color:black;
  font-weight:bold;
}

.bgblack{



}

.{
border: 1px solid green;
border-image-source: -moz-linear-gradient(top, #f8a300 0%, #ffe168 25%, #ff9000 51%, #ffcc00 100%); /* FF3.6-15 */
border-image-source: -webkit-linear-gradient(top, #f8a300 0%,#ffe168 25%,#ff9000 51%,#ffcc00 100%); /* Chrome10-25,Safari5.1-6 */
border-image-source: linear-gradient(to bottom, #f8a300 0%,#ffe168 25%,#ff9000 51%,#ffcc00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
border-image-slice: 5;

}

#sideleft{
left:10px;
z-index:999;

-webkit-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.75);
box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.75);
}

.menu_btn_red {
    border: 1px solid #000000;
    width: 250px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 30%);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #f62b2b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
    background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
    background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
    background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
    background-image: -o-linear-gradient(top, #f62b2b, #d20202);
    background-image: linear-gradient(to bottom, #f62b2b, #d20202);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
}
.w100 {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.side-pasaran a{
  color:#c2ac9b !important;
}

.side-pasaran a:hover{
  color:yellow !important;
}

#sideright{
right:0px;
}

#sideright{
margin:0px 0px;
}

#sideright:hover {
right:0;
}

.wa {
background:url(../img/wa.png) no-repeat center left;
}

.phone {
background:url(../img/phone.png) no-repeat center left;
}

.line {
background:url(../img/line.png) no-repeat center left;
}

.wechat {
background:url(../img/wechat.png) no-repeat center left;
}

.bbm {
background:url(../img/bbm.png) no-repeat center left;
}

.ym {
background:url(../img/ym.png) no-repeat center left;
}

.skype {
background:url(../img/skype.png) no-repeat center left;
}

.baris_kontak{
margin:10px 0;
height:47px;

}

.baris_kontak .value{
cursor:text;
margin-left:10px;
display:block;
padding:12px 10px;
margin-left:53px;
background:url(../img/item_livechat.png);
visibility:hidden;

-moz-border-radius:10px;
-o-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}

.baris_kontak:hover .value{
visibility:visible;
}

.full-width, full_width{
width:100%;
}

#sidesosial{

}
#sidesosial div{
width:200px;
height:48px;
text-align:left;
padding-top:15px;
right:-20px;
cursor:pointer;
position:relative;
right:-160px;
transition: right 0.5s;
-webkit-transition: right 0.5s;

}
#sidesosial div:hover{
right:0;
}
#sidesosial .fa{
margin-left:15px;
margin-right:15px;
}
#sidesosial .instagram{
background:#a25137;
}
#sidesosial .twitter{
background:#1ca0f1;
}
#sidesosial .googleplus{
background:#be0000;
}
#sidesosial .pinterest{
background:#ff0000;
}
#sidesosial .facebook{
background:#3B5998;
}


h4, h5, h6{
color:#fff;
}

/*-- start animasi --*/
/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  color:#fff;
}
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


.fa-refresh {
    animation-duration: 1s;
}

.fa-line{
      content: "\f3c0";
}

#loader {
display:inline-block;
}
#loader i{
    animation: 0.5s linear 0s normal none infinite running spin;
}

@keyframes spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(359deg);
}
}

#banner-wrapper .row .col-sm-8 {
padding:0;
}


/*-- end animasi --*/

@media (max-width: 992px) {

  #navbar-wrapper .logo2{
  display:none;
  }

  #hasiltogel-wrapper{
  padding:0;
  padding:10px 0;
  border:1px solid #333;
  height:auto;

  -moz-border-radius:5px;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  }
}

.nav-tabs{
  border-bottom:1px solid #dcba00 !important;
}


.top_contact {
  height: 265px;
  background: url(../images/contact.jpg) no-repeat;
  background-size: 100% 100%;
  margin-left: 11px;
  padding: 0 0px;
}

.top_contact table {
  width: 85%;
}

.top_contact tr td {
  padding:13px 10px 0px 0px;
  line-height: normal;
}

.contact-label {
  font-weight: bold;
  color:#ffe59e;
}

.top_line {
    background: url(../images/line.png) no-repeat left;
}

.top_bbm {
    background: url(../images/bbm.png) no-repeat left;
    padding-right: 0;
}

.top_whatsapp {
    background: url(../images/whatsapp.png) no-repeat left;
}

.top_wechat {
    background: url(../images/wechat.png) no-repeat left;
}

.top_ym {
    background: url(../images/ym.png) no-repeat left;
}
.top_phone {
    background: url(../images/phone.png) no-repeat left;
}

.top_line, .top_ym, .top_whatsapp, .top_bbm, .top_wechat, .top_phone {
    height: 33px;
    display: block;
    line-height: 14px;
    padding-left: 35px;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    padding-bottom:10px;
    padding-right: 15px;
}

.login input[type="text"], .login input[type="password"] {
    border: none;
    font-size: 15px;
    padding-left: 8px;
/*    color: #cda94c; */
    border-radius:5px;
}

.login input[type="text"], .login input[type="password"]{
  /*height:28px;
  line-height:28px; */
  width:100%;
  border-radius: 2px;
}

.login table td {
  padding-left: 10px
}
.login table td:first-child {
  padding-left: 0;
}
.memberlogin {
  box-shadow:none !important;
}
input:not([type="image" i]), textarea {
    box-sizing: border-box;
    webkit-box-sizing: border-box;
}
input, textarea, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
}
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font-size: 12px;
}
input {
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: auto;
    padding: 1px;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

#sideleft h3 {
    background: url(../images/bgheading.png) repeat-x;
    margin-bottom: 0px;
    margin-top:0px;
    font-weight:bold;
    border: 1px solid #efc533;
    font-size: 15px;
    padding: 10px;
    text-align: center;
    color: #fff4bf;
    text-shadow: 1px 1px 1px #000;
}


input[type="button" i], input[type="submit" i], input[type="reset" i] {
    -webkit-appearance: push-button;
    user-select: none;
    white-space: pre;
}
input:not([type="image" i]), textarea {
    box-sizing: border-box;
}

.textshadow{
text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
}
.btn_black {
    border: 1px solid #2a2c2f;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 0px 15px 0px 15px !important;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF !important;
    background-color: #45484d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#45484d), to(#000000));
    background-image: -webkit-linear-gradient(top, #45484d, #000000);
    background-image: -moz-linear-gradient(top, #45484d, #000000);
    background-image: -ms-linear-gradient(top, #45484d, #000000);
    background-image: -o-linear-gradient(top, #45484d, #000000);
    background-image: linear-gradient(to bottom, #45484d, #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#45484d, endColorstr=#000000);
}

.login {
}

#listbank div{
  border-bottom:1px solid #322502 ;
}

#listbank div:last-child{
  border-bottom:0px;
}

#lastdepo h3 , #lastwd h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin:0px;
    font-weight: bold;
    border: 1px solid #efc533;
    text-align: center;
    font-size: 18px;
}


.bgshadow{
    -webkit-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.75);
}


.bggold{
    /*background: url(../images/bgheading.png) repeat-x;*/
}

.fontgold{
  color:#d9bb56;
}

.fontblack{
  color:black;
}

.fontgold-light{
  color:#f7cb00;
}

.fontgreen{
  color:#7aeb00;
}

.fontred{
    color:red;
}

.fontblue{
    color:#003754;
}

#footer{
  color:#fdd149;
  margin-top:100px;
  padding:40px 0;
}

.footnav, .footnav li, .footbank ul, .footbank li {
  list-style: none;
  margin-top: 0; padding: 0;
}

.footnav {
  margin-top:10px;
}

.footnav li {
  float: left;
  padding: 0 10px;
  background: url(../images/batas_footnav.png) no-repeat center left;
  font-size: 12px;
}

.footnav li:first-child {
  background:none;
  padding-left: 0;
}

.copyright {
  font-size: 11px;
}

.footbank {
  width: 499px;
  height: 68px;
  background: url(../images/footbank.png?v=2) no-repeat;
}

.footbank ul {
    padding-left: 70px;
}

.footbank li {
  float: left;
  padding-top: 7px;
  margin-left: 10px;
}

#frmregister input[type="text"],#frmregister input[type="password"] {
  color:black;
  font-size:14px;
  border:none;
}

.borderbottomdotted{
    border-bottom:1px dotted #666;
}

#frmregister td{
    height:28px;
}

.inputnominal{
    padding:8px; font-size:16px; font-weight:bold;
    width:220px !important
}

.borderdotted{
    background: none;
    border: none;
    border-bottom: 1px dotted #666;
    margin-bottom: 6px;
    margin-top: 6px;
}

.blinkme {
  animation: blinker 1s linear infinite;
}

.topwork{
    font-size:11px;
}

.mtop20{
    margin-top:20px;
}

.mbottom20{
    margin-bottom:20px;
}

.nav-tabs>li>a:hover ,.nav-tabs>li>a.active:hover {
    background-color: #35ad00;
	color:white !important;
}

.downloadbar {
  width: 48px;
  position: fixed;
  top: 168px;
  left: 0;
  z-index: 107;
  border:1px solid #320607;

}

.downloadbar:hover {
  left: 157px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.downloadbar p {
  width: 128px;
  text-align: center;
  color: #fff;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  /* Safari and Chrome */
  -moz-transform: rotate(-90deg);
  /* Firefox */
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -o-transform: rotate(-90deg);
  /* Opera */
  position: absolute;
  top: 100px;
  left: -40px;
  letter-spacing: 1px;
  padding: 5px;
  cursor: pointer;
  font-size: 1.3rem;
}

.downloadbar .downloadcontent {
  margin-left: -157px;
background-image: url(../images/bg_icon_download.png);
background-repeat: repeat-x;
background-size:auto 100%;
height:250px;
padding-right:48px;
background: url(../images/bg-icon-livehelp-dld.png?V=1) repeat-x;
}

.cn{
	background-color:black;
}

.downloadbar .downloadcontent a {
  height: calc(182px / 3);
  display: block;
  min-height: 60px;
  padding: 14px 0 0 58px;
  color: #fff;
  line-height: 16px;
  background: url(../images/icon_download.png) no-repeat;
  word-wrap: break-word;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.downloadbar .downloadcontent a:hover {
  text-decoration: none;
  background-color: #137F97;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}

.downloadbar .downloadcontent .android, .downloadbar .downloadcontent .game_title .ios, .game_title .downloadbar .downloadcontent .ios, .downloadbar .downloadcontent .game_title .pc, .game_title .downloadbar .downloadcontent .pc {
  background-position: 0 0px;
  border-bottom: 1px solid #fff;
}

.downloadbar .downloadcontent .android:hover, .downloadbar .downloadcontent .game_title .ios:hover, .game_title .downloadbar .downloadcontent .ios:hover, .downloadbar .downloadcontent .game_title .pc:hover, .game_title .downloadbar .downloadcontent .pc:hover {
  background-position: 0 -4px;
}

.downloadbar .downloadcontent .ios {
  background-position: 0 -60px;
  border-bottom: 1px solid #545454;
}

.downloadbar .downloadcontent .ios:hover {
  background-position: 0 -64px;
}

.downloadbar .downloadcontent .pc {
  background-position: 0 -120px;
}

.downloadbar .downloadcontent .pc:hover {
  background-position: 0 -124px;
}

.downloadbar .downloadcontent ol {
  display: none;
}

.downloadbar .downloadcontent ol,.downloadbar .downloadcontent ul, .downloadbar .downloadcontent li{
list-style: none !important;
list-style-type: none !important;
margin:0px !important; padding:0px !important;
}

.downloadbar .downloadcontent ol a {
  height: auto;
  min-height: 56px;
  background-color: #002D41;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4) inset;
  letter-spacing: -0.5px;
  background-size: 40%;
}

.downloadbar .downloadcontent ol a:hover {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.downloadbar .downloadcontent ol a:hover span {
  display: block;
  margin-top: -6px;
  height: 38px;
  text-indent: -99999px;
  background: url(../images/icon_download.png) no-repeat center -445px;
}

.downloadbar .downloadcontent ol .pt_icon {
  background-position: 3px -484px;
}

.downloadbar .downloadcontent ol .mg_icon {
  background-position: 3px -540px;
}

.downloadbar .downloadcontent ol .sd_icon {
  background-position: 3px -596px;
}

.downloadbar .downloadcontent .more_pcgame:hover ol {
  display: block;
}

#overlay {
  background-color: black;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  opacity: 0.4; /* also -moz-opacity, etc. */
  z-index: 10;
}

#loader1{
	margin:0 auto;
	width:50px;
	position:absolute;
	top:45%;
}


#barisnomor1, #barisnomor2, #barisnomor3{
 background-color:#fff;
 color:#000;
}


#head1 th, #head2 th, #theading1 th, #theading2 th, #theading3 th{
    background-color:#400200;
    padding:5px;
}

#barisnomor1 td, #barisnomor2 td, #barisnomor3 td{
    padding:5px;
line-height:28px;
}

#tabeltransfer td{
    padding:5px;
}


@keyframes blinker {
  50% { opacity: 0; }
}

@media screen and (min-width: 768px) {
 .nopaddleft {
    padding-left:0px;
   }
}

#screen-mobile{
 margin-bottom:150px !important;
}

#squaresWaveG{
	position:relative;
	height:18px;
	margin:auto;
}

.squaresWaveG{
	position:absolute;
	top:0;
	background-color:rgb(153,102,0);
	width:18px;
	height:18px;
	animation-name:bounce_squaresWaveG;
		-o-animation-name:bounce_squaresWaveG;
		-ms-animation-name:bounce_squaresWaveG;
		-webkit-animation-name:bounce_squaresWaveG;
		-moz-animation-name:bounce_squaresWaveG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#squaresWaveG_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#squaresWaveG_2{
	left:19px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#squaresWaveG_3{
	left:37px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#squaresWaveG_4{
	left:56px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#squaresWaveG_5{
	left:75px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#squaresWaveG_6{
	left:94px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#squaresWaveG_7{
	left:112px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

#squaresWaveG_8{
	left:131px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}


.lds-ring {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    top: 5px;
}


.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}

.spinner {
    margin: 100px auto;
    width: 80px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    line-height: 350px;
}

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.lds-ring div {
box-sizing: border-box;
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    /* margin: 6px; */
    border: 4px solid #922e2e;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #922e2e transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.content{
  margin: 50px 100px 0px 100px;
}

.exo-menu{
  width: 100%;
  float: left;
  list-style: none;
  position:relative;
  padding-left:0px;

  background: rgba(102,0,0,1);
  background: -moz-linear-gradient(top, rgba(102,0,0,1) 0%, rgba(117,32,1,1) 44%, rgba(61,16,2,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,0,0,1)), color-stop(44%, rgba(117,32,1,1)), color-stop(100%, rgba(61,16,2,1)));
  background: -webkit-linear-gradient(top, rgba(102,0,0,1) 0%, rgba(117,32,1,1) 44%, rgba(61,16,2,1) 100%);
  background: -o-linear-gradient(top, rgba(102,0,0,1) 0%, rgba(117,32,1,1) 44%, rgba(61,16,2,1) 100%);
  background: -ms-linear-gradient(top, rgba(102,0,0,1) 0%, rgba(117,32,1,1) 44%, rgba(61,16,2,1) 100%);
  background: linear-gradient(to bottom, rgba(102,0,0,1) 0%, rgba(117,32,1,1) 44%, rgba(61,16,2,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#3d1002', GradientType=0 );

}
.exo-menu > li {  display: inline-block;float:left;}
.exo-menu > li > a{
  color: #fddf96;
  text-decoration: none;
  text-transform: uppercase;
  border-right: 1px #844732 dotted;
  -webkit-transition: color 0.8s linear, background 0.2s linear;
  -moz-transition: color 0.8s linear, background 0.2s linear;
  -o-transition: color 0.8s linear, background 0.2s linear;
  transition: color 0.8s linear, background 0.2s linear;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover{
  background:#2c0202;
  color:#fddf96;
}
.exo-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
}
li.drop-down>ul{
  left: 0px;
  min-width: 230px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
  }

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
  color: #fff;
  display: block;
  padding: 20px 22px;
  text-decoration: none;
  background-color: #365670;
  border-bottom: 1px dotted #547787;
  -webkit-transition: color 0.8s linear, background 0.8s linear;
  -moz-transition: color 0.8s linear, background 0.8s linear;
  -o-transition: color 0.8s linear, background 0.8s linear;
  transition: color 0.8s linear, background 0.8s linear;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
  border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*/
.flyout-mega-wrap {
  top: 0;
  right: 0;
  left: 100%;
  width: 100%;
  display:none;
  height: 100%;
  padding: 15px;
  min-width: 742px;

}
h4.row.mega-title {
  color:#eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
 }
.flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 25px;
  color: #fff;
  font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus{
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important
}
/*mega menu*/

.mega-menu {
  left: 0;
  right: 0;
  padding: 15px;
  display:none;
  padding-top: 0;
  min-height: 100%;
  z-index:9999999;

}
h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #547787;
  padding-top: 15px;
  background-color: #365670
  }
 .mega-menu ul li a {
  line-height: 25px;
  font-size: 90%;
  display: block;
}
ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}
a.view-more{
  border-radius: 1px;
  margin-top:15px;
  background-color: #009FE1;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}
a.view-more:hover{
  color:#fff;
  background:#0DADEF;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*Blog DropDown*/
.Blog{
  left:0;
  display:none;
  color:#fefefe;
  padding-top:15px;
  background:#547787;
  padding-bottom:15px;
}
.Blog .blog-title{
  color:#fff;
  font-size:15px;
  text-transform:uppercase;

}
.Blog .blog-des{
  color:#ccc;
  font-size:90%;
  margin-top:15px;
}
.Blog a.view-more{
  margin-top:0px;
}
/*Images*/
.Images{
  left:0;
   width:100%;
   display:none;
  color:#fefefe;
  padding-top:15px;
  background:#547787;
  padding-bottom:15px;
}
.Images h4 {
  font-size: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
/*common mega menu background */
.flyout-right ul>li>a ,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu{
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
.blog-drop-down >a:hover+.Blog,
li.drop-down>a:hover +.drop-down-ul,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
  display:block;
}
/*responsive*/
 @media (min-width:767px){
  .exo-menu > li > a{
  display:block;
  padding: 20px 22px;
 }
.mega-menu, .flyout-mega-wrap, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
    z-index:9999999;
    position:absolute;
}
 .flyout-right>ul{
  left: 100%;
  }
  .flyout-left>ul{
  right: 100%;
}
 }

.fontshadow{
  text-shadow:1px 1px 0 #000;
}

@media (max-width:767px){
  .container, .bgcontainer, .container-fluid{
    padding-left:0px !important; padding-right:0px !important;
    width:100% !important;
  }

  .login input[type="text"], .login input[type="password"]{
    width:100% !important;
  }

  .container{
    margin-bottom:60px;
  }


  .exo-menu {
    z-index:9999999;
    min-height: 58px;
    background-color: #23364B;
    width: 100%;
  }

  .exo-menu > li > a{
    width:100% ;
      display:none ;

  }
  .exo-menu > li{
    width:100%;
  }
  .display.exo-menu > li > a{
    display:block ;
  }

.mega-menu, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
    z-index:9999999;
    position:relative;
}

}
a.toggle-menu{
    position: absolute;
    right: 0px;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}

.navbar-nav li{
	z-index:999;
}

.menuproduk{
display:block; width:180px; padding-top:50px; padding-bottom:50px; padding-left:30px; padding-right:30px;
float:left;
}

.menuproduk:hover{
  cursor: pointer;
  background-color:#200000;
}

.bgoverlay{
  background-image:url('../images/bgoverlay.png');
}

.produkhover:hover{
  background-color:black;
}

.zoom {
    transition: transform .2s; /* Animation */
}

.zoom:hover {
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.comingsoon{
  width:29px;
  height:60px;
  display:block;
  position:absolute;
  top:0px; margin-left:-28px;
  background-image:url('../images/badgecomingsoon.png?v=1');
}

.hotgames{
  width:23px;
  height:30px;
  display:block;
  position:absolute;
  top:0px; margin-left:-28px;
  background-image:url('../images/hotgames.png?v=6');
}

.iconnew{
  width:76px;
  height:50px;
  display:block;
  position:absolute;
  top:0px; margin-left:-28px;
  background-image:url('../images/iconnew.gif?v=1');
}

.panel-default>.panel-heading, .panel-default{
  color:black; font-weight:bold;
  background-color:#e6ae12; border-color:#e6ae12;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
  border-top: 1px solid #fddb7b;
  background-color:#fdfdfd;
}

.list-group{
  padding:8px;
  font-size:12px;
}

a.linka{
  color:#008da5;
  text-decoration:none;
}

a.linka:hover{
  color:#034752;
}

.btn-topprofile{
  font-size:10px;
}

.tab-heading{
  border-color:#e6ae12;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  color:black;
  background-color:#e6ae12;
}

.gradientcoklat{
background: rgb(31,15,13);
background: linear-gradient(180deg, rgba(31,15,13,1) 0%, rgba(122,77,72,1) 19%, rgba(50,24,21,1) 47%, rgba(101,58,54,1) 88%, rgba(161,107,29,1) 100%);
padding-left: 15px !important;
padding-right: 15px !important;
border-left: 1px solid rgba(122,77,72,1);
border-right: 1px solid rgba(122,77,72,1);
}

.container-fluid{
  width:1100px;
}

.menugames a{
  color:#015789;
  text-decoration: none;
}

.menugames a{
  color:#003554;
}

.coret{
  text-decoration:line-through; color:red;
}


i.icon {
  font-family: "icomoon"
}
i.brand-icon {
  font-family: "brands"
}



/*
---------------------------------------------
fonts
---------------------------------------------
*/
@font-face {
  font-family: 'asap';
  src: url('../fonts/asap/asap.eot');
  src: url('../fonts/asap/asap.eot?#iefix') format('embedded-opentype'),
       url('../fonts/asap/asap.woff') format('woff'),
       url('../fonts/asap/asap.ttf') format('truetype'),
       url('../fonts/asap/asap.svg#asap') format('svg');
  font-weight: normal;
  font-style: normal;
  font-size-adjust: swap;
}

@font-face {
  font-family: 'asapMedium';
  src: url('../fonts/asap/asapm.eot');
  src: url('../fonts/asap/asapm.eot?#iefix') format('embedded-opentype'),
       url('../fonts/asap/asapm.woff') format('woff'),
       url('../fonts/asap/asapm.ttf') format('truetype'),
       url('../fonts/asap/asapm.svg#asapm') format('svg');
  font-weight: normal;
  font-style: normal;
  font-size-adjust: swap;
}

@font-face {
  font-family: 'asapBold';
  src: url('../fonts/asap/asapb.eot');
  src: url('../fonts/asap/asapb.eot?#iefix') format('embedded-opentype'),
       url('../fonts/asap/asapb.woff') format('woff'),
       url('../fonts/asap/asapb.ttf') format('truetype'),
       url('../fonts/asap/asapb.svg#asapb') format('svg');
  font-weight: normal;
  font-style: normal;
  font-size-adjust: swap;
}

@font-face {
  font-family: 'brands';
  src: url('../fonts/brands/brands.eot');
  src: url('../fonts/brands/brands.eot?#iefix') format('embedded-opentype'),
       url('../fonts/brands/brands.woff') format('woff'),
       url('../fonts/brands/brands.ttf') format('truetype'),
       url('../fonts/brands/brands.svg#brands') format('svg');
  font-weight: normal;
  font-style: normal;
  font-size-adjust: swap;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.eot');
  src: url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
       url('../fonts/icomoon/icomoon.woff') format('woff'),
       url('../fonts/icomoon/icomoon.ttf') format('truetype'),
       url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-size-adjust: swap;
}

@font-face {
  font-family: 'danger';
  src: url('../fonts/danger/danger.eot');
  src: url('../fonts/danger/danger.eot?#iefix') format('embedded-opentype'),
       url('../fonts/danger/danger.woff') format('woff'),
       url('../fonts/danger/danger.ttf') format('truetype'),
       url('../fonts/danger/danger.svg#danger') format('svg');
  font-weight: normal;
  font-style: normal;
  font-size-adjust: swap;
}

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

@font-face {
    font-family: 'calibriBold';
    src: url('../fonts/calibri/calibrib.eot');
    src: url('../fonts/calibri/calibrib.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibri/calibrib.woff') format('woff'),
         url('../fonts/calibri/calibrib.ttf') format('truetype'),
         url('../fonts/calibri/calibrib.svg#calibrib') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'acuminProBold';
    src: url('../fonts/acuminpro/acumin-pro-bold.eot');
    src: url('../fonts/acuminpro/acumin-pro-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/acuminpro/acumin-pro-bold.woff') format('woff'),
         url('../fonts/acuminpro/acumin-pro-bold.ttf') format('truetype'),
         url('../fonts/acuminpro/acumin-pro-bold.svg#acumin-pro-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'acuminPro';
    src: url('../fonts/acuminpro/acumin-pro.eot');
    src: url('../fonts/acuminpro/acumin-pro.eot?#iefix') format('embedded-opentype'),
         url('../fonts/acuminpro/acumin-pro.woff') format('woff'),
         url('../fonts/acuminpro/acumin-pro.ttf') format('truetype'),
         url('../fonts/acuminpro/acumin-pro.svg#acumin-pro') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*  ICON */

.ico-user-group:before {
  content: "\e974"
}
.ico-login-alt:before {
  content: "\e96d"
}
.ico-logout-alt:before {
  content: "\e96e"
}
.ico-info-circle:before {
  content: "\e96f"
}
.ico-info:before {
  content: "\e970"
}
.ico-trophy:before {
  content: "\e971"
}
.ico-time-left:before {
  content: "\e972"
}
.ico-crown:before {
  content: "\e973"
}
.ico-save:before {
  content: "\e964"
}
.ico-send:before {
  content: "\e965"
}
.ico-inbox:before {
  content: "\e966"
}
.ico-email-drafts:before {
  content: "\e967"
}
.ico-label-solid:before {
  content: "\e968"
}
.ico-live-solid:before {
  content: "\e969"
}
.ico-entertainment:before {
  content: "\e96a"
}
.ico-star:before {
  content: "\e96b"
}
.ico-search:before {
  content: "\e96c"
}
.ico-futbol:before {
  content: "\e963"
}
.ico-gift:before {
  content: "\e961"
}
.ico-home-block:before {
  content: "\e962"
}
.ico-qq:before {
  content: "\e95f"
}
.ico-wechat:before {
  content: "\e960"
}
.ico-instagram:before {
  content: "\e95c"
}

.ico-youtube:before {
  content: "\e95e"
}
.ico-chat:before {
  content: "\e955"
}
.ico-email:before {
  content: "\e956"
}
.ico-line:before {
  content: "\e957"
}
.ico-phone:before {
  content: "\e958"
}
.ico-skype:before {
  content: "\e959"
}
.ico-viber:before {
  content: "\e95a"
}
.ico-whatsapp:before {
  content: "\eb46";
  color: #25d366
}
.ico-desktop:before {
  content: "\e954"
}
.ico-warning:before {
  content: "\e953"
}
.ico-result:before {
  content: "\e952"
}
.ico-deposit2:before {
  content: "\e94d"
}
.ico-live-chat:before {
  content: "\e94e"
}
.ico-promotion:before {
  content: "\e94f"
}
.ico-transfer:before {
  content: "\e950"
}
.ico-withdraw2:before {
  content: "\e951"
}
.ico-download:before {
  content: "\e94a"
}
.ico-zoom-in:before {
  content: "\e94b"
}
.ico-zoom-out:before {
  content: "\e94c"
}
.ico-quickpick:before {
  content: "\e949"
}
.ico-backspace:before {
  content: "\e948"
}
.ico-rng:before {
  content: "\e945"
}
.ico-four-d-live:before {
  content: "\e946"
}
.ico-toto:before {
  content: "\e947"
}
.ico-lotto:before {
  content: "\e943"
}
.ico-four-d:before {
  content: "\e942"
}
.ico-dragon:before {
  content: "\e944"
}
.ico-hand:before {
  content: "\e940"
}
.ico-file:before {
  content: "\e941"
}
.ico-eye:before {
  content: "\e93e"
}
.ico-eyeoff:before {
  content: "\e93f"
}
.ico-play:before {
  content: "\e93c"
}
.ico-pause:before {
  content: "\e93d"
}
.ico-bebas:before {
  content: "\e900"
}
.ico-bebas2d:before {
  content: "\e901"
}
.ico-bolakbalik:before {
  content: "\e902"
}
.ico-dasar:before {
  content: "\e903"
}
.ico-deposit:before {
  content: "\e904"
}
.ico-gocap:before {
  content: "\e905"
}
.ico-help:before {
  content: "\e906"
}
.ico-jitu:before {
  content: "\e907"
}
.ico-kembang:before {
  content: "\e908"
}
.ico-kombinasi:before {
  content: "\e909"
}
.ico-logout:before {
  content: "\e90a"
}
.ico-manual:before {
  content: "\e90b"
}
.ico-gamescoloknaga:before {
  content: "\e90c"
}
.ico-toa:before {
  content: "\e90d"
}
.ico-password:before {
  content: "\e90e"
}
.ico-profilea:before {
  content: "\e90f"
}
.ico-profileb:before {
  content: "\e910"
}
.ico-gamesquickbet:before {
  content: "\e911"
}
.ico-gamescolok2d:before {
  content: "\e912"
}
.ico-4d:before, .ico-games4d:before, .ico-gamesbbcampuran:before, .ico-gamesbbset:before, .ico-games4d1:before, .ico-games4d2:before, .ico-gamesbb:before, .ico-gamescolok {
  content: "\e913"
}
.ico-settings:before {
  content: "\e914"
}
.ico-gamesshio:before {
  content: "\e915"
}
.ico-gamessilang:before {
  content: "\e916"
}
.ico-gamestepitengah:before {
  content: "\e917"
}
.ico-timer:before {
  content: "\e918"
}
.ico-trash:before {
  content: "\e919"
}
.ico-wajik:before {
  content: "\e91a"
}
.ico-withdraw:before {
  content: "\e91b"
}
.ico-check:before {
  content: "\e91c"
}
.ico-cross:before {
  content: "\e91d"
}
.ico-square:before {
  content: "\e91e"
}
.ico-squaredcross:before {
  content: "\e91f"
}
.ico-leftarrow:before {
  content: "\e920"
}
.ico-rightarrow:before {
  content: "\e921"
}
.ico-hasil:before {
  content: "\e922"
}
.ico-betlist:before {
  content: "\e923"
}
.ico-statement:before {
  content: "\e924"
}
.ico-home:before {
  content: "\e925"
}
.ico-mobile:before {
  content: "\e926"
}
.ico-coins:before {
  content: "\e927"
}
.ico-notransaction:before {
  content: "\e928"
}
.ico-circlex:before {
  content: "\e929"
}
.ico-attention:before {
  content: "\e92a"
}
.ico-refresh:before {
  content: "\e92b"
}
.ico-cart:before {
  content: "\e92c"
}
.ico-cart2:before {
  content: "\e92d"
}
.ico-horseshoe:before {
  content: "\e92e"
}
.ico-videoplay:before {
  content: "\e92f"
}
.ico-videostop:before {
  content: "\e930"
}
.ico-soundon:before {
  content: "\e931"
}
.ico-soundoff:before {
  content: "\e932"
}
.ico-fullscreen:before {
  content: "\e933"
}
.ico-fullscreen-alt:before {
  content: "\e934"
}
.ico-exitfullscreen:before {
  content: "\e935"
}
.ico-cameraoff:before {
  content: "\e936"
}
.ico-cameraon:before {
  content: "\e937"
}
.ico-chart:before {
  content: "\e938"
}
.ico-allresult:before {
  content: "\e939"
}
.ico-dreambook:before {
  content: "\e93a"
}
.ico-refresh-2:before {
  content: "\e93b"
}
.ico-amazon:before {
  content: "\e900";
  color: #f90
}
.ico-amazonaws:before {
  content: "\e901"
}
.ico-amd:before {
  content: "\e902";
  color: #ed1c24
}
.ico-americanexpress:before {
  content: "\e903";
  color: #2e77bc
}
.ico-android:before {
  content: "\e904";
  color: #a4c639
}

.ico-apple:before {
  content: "\e909";
  color: #999
}

.ico-bitly:before {
  content: "\e92a";
  color: #ee6123
}

.ico-blogger:before {
  content: "\e92c";
  color: #ff5722
}

.ico-chase:before {
  content: "\e93b";
  color: #117aca
}
.ico-circle:before {
  content: "\e93c";
  color: #8669ae
}

.ico-discover:before {
  content: "\e96f";
  color: #ff6000
}

.ico-f-secure:before {
  content: "\e992";
  color: #00baff
}


.ico-go:before {
  content: "\e9b9";
  color: #76e1fe
}

.ico-google:before {
  content: "\e9bd";
  color: #4285f4
}

.ico-googlechrome:before {
  content: "\e9c0";
  color: #4285f4
}

.ico-googleplay:before {
  content: "\e9c6";
  color: #607d8b
}
.ico-html5:before {
  content: "\e9e5";
  color: #e34f26
}

.ico-instagram:before {
  content: "\e9f1";
  color: #e4405f
}

.ico-line:before {
  content: "\ea22";
  color: #00c300
}

.ico-linkedin:before {
  content: "\ea24";
  color: #0077b5
}
.ico-mozilla:before {
  content: "\ea58"
}
.ico-skype:before {
  content: "\ead2";
  color: #00aff0
}

.ico-slides:before {
  content: "\ead6";
  color: #e4637c
}
.ico-telegram:before {
  content: "\eb09";
  color: #2ca5e0
}
.ico-toggl:before {
  content: "\eb13";
  color: #e01b22
}
.ico-twitter:before {
  content: "\eb21";
  color: #1da1f2
}
.ico-visa:before {
  content: "\eb3a";
  color: #142787
}
.ico-wechat:before {
  content: "\eb45";
  color: #7bb32e
}
.ico-angellist:before {
  content: "\e905"
}
.ico-angular:before {
  content: "\e906";
  color: #dd0031
}
.ico-angularuniversal:before {
  content: "\e907";
  color: #00acc1
}
.ico-apache:before {
  content: "\e908";
  color: #d22128
}
.ico-applemusic:before {
  content: "\e90a"
}
.ico-applepay:before {
  content: "\e90b"
}
.ico-appveyor:before {
  content: "\e90c";
  color: #00b3e0
}
.ico-archiveofourown:before {
  content: "\e90d";
  color: #900
}
.ico-archlinux:before {
  content: "\e90e";
  color: #1793d1
}
.ico-arduino:before {
  content: "\e90f";
  color: #00979d
}
.ico-artstation:before {
  content: "\e910";
  color: #13aff0
}
.ico-asana:before {
  content: "\e911"
}
.ico-at-and-t:before {
  content: "\e912";
  color: #00a8e0
}
.ico-atlassian:before {
  content: "\e913";
  color: #0052cc
}
.ico-atom:before {
  content: "\e914";
  color: #66595c
}

.fab, .fa{
  font-size:1.5em;
}

.fa-facebook, .fa-whatsapp, .fa-link, .fa-line, .fa-telegram, .fa-clock{
    background: -webkit-linear-gradient(#ffc62c, #ff7800, #efb900, #e7c100, #f4d489, #f9d271);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fontbig{
  font-size:30px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
  height:fit-content;
}

/*
.icon4d:hover{
  border: 1px solid #04a3ab  ;
  color: #04a3ab  ;
}
*/
.icon4d:active, .icon4d:focus, .icon4d:hover {
  background-color:#04a3ab;
  color:black;
}

.icon4d{
  border: 1px solid #1ef5ff;
  color: #1ef5ff;
  display: block;
  width: 115px;
  float: left;
  text-align: center;
  margin-right: 15px;
  border-radius: 28px;
  height: 50px;
  font-size: 12px;
  line-height: 50px;
  margin-bottom: 10px;
}


.theme-blue .panel-primary>.panel-heading{
  background-color:#0d14a9 !important;
}

.topcontact div {
    margin-left: 40px;
    font-weight: bold;
    text-align:left;
    background-color: yellow;
    color: black;
    padding-left: 8px;
    font-weight: bold;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.topcontact span.img-contact {
    float: left;
}

.topcontact {
    margin-top: 5px;
    line-height: 20px;
    padding-top: 7px;
}

#memberlogin h4{
  font-size:13px; 
  color:white; margin:0px; font-weight:100;margin-bottom:5px;
}

#memberlogin h3{
  border:1px solid #651265;
  font-size:15px;
  padding: 10px;
  margin-top: 0px;  
  margin-bottom: 0px;  
}

.btn_black {
    border: 1px solid #2a2c2f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 15px 10px 15px !important;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 30%);
    font-weight: bold;
    color: #FFFFFF !important;
    background-color: #45484d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#45484d), to(#000000));
    background-image: -webkit-linear-gradient(top, #45484d, #000000);
    background-image: -moz-linear-gradient(top, #45484d, #000000);
    background-image: -ms-linear-gradient(top, #45484d, #000000);
    background-image: -o-linear-gradient(top, #45484d, #000000);
    background-image: linear-gradient(to bottom, #45484d, #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#45484d, endColorstr=#000000);
}

.btn_black:hover {
    border: 1px solid #151617;
    background-color: #2d2f32;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2d2f32), to(#1a1a1a));
    background-image: -webkit-linear-gradient(top, #2d2f32, #1a1a1a);
    background-image: -moz-linear-gradient(top, #2d2f32, #1a1a1a);
    background-image: -ms-linear-gradient(top, #2d2f32, #1a1a1a);
    background-image: -o-linear-gradient(top, #2d2f32, #1a1a1a);
    background-image: linear-gradient(to bottom, #2d2f32, #1a1a1a);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#2d2f32, endColorstr=#1a1a1a);
}

.btn_green:hover{
    border: 1px solid #224b09;
    background-color: #36780f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#36780f), to(#005900));
    background-image: -webkit-linear-gradient(top, #36780f, #005900);
    background-image: -moz-linear-gradient(top, #36780f, #005900);
    background-image: -ms-linear-gradient(top, #36780f, #005900);
    background-image: -o-linear-gradient(top, #36780f, #005900);
    background-image: linear-gradient(to bottom, #36780f, #005900);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#36780f, endColorstr=#005900);
}

.btn_green {
    border: 1px solid #34740e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 30%);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #4ba614;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
    background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
    background-image: -moz-linear-gradient(top, #4ba614, #008c00);
    background-image: -ms-linear-gradient(top, #4ba614, #008c00);
    background-image: -o-linear-gradient(top, #4ba614, #008c00);
    background-image: linear-gradient(to bottom, #4ba614, #008c00);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4ba614, endColorstr=#008c00);
}

.btn_green {
    padding: 9px !important;
    color: white !important;
}

.login a {
    text-decoration: none;
    color: #FFFFFF;
}

div.widget {
    border: 1px solid #fdde4f;
    color: white;
}

div.widget marquee{
    padding:15px;

}

div.widget img{
  margin-right:10px;
}

.btn-yellow {
    background: rgb(172,144,34);
    background: linear-gradient(180deg, rgba(172,144,34,1) 0%, rgba(233,217,4,1) 52%, rgba(222,195,0,1) 100%);
    font-weight: bold;
    border: 1px solid #ffe662;
}

.btn-red {
    background: rgb(172,34,34);
    background: linear-gradient(180deg, rgba(172,34,34,1) 0%, rgba(233,40,4,1) 52%, rgba(222,0,0,1) 100%);
    font-weight: bold;
    color: white;
    border: 1px solid red;
}

.mini_btn_maron {
    border: 1px solid #72021c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 4px 10px 4px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 30%);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #a90329;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a90329), to(#6d0019));
    background-image: -webkit-linear-gradient(top, #a90329, #6d0019);
    background-image: -moz-linear-gradient(top, #a90329, #6d0019);
    background-image: -ms-linear-gradient(top, #a90329, #6d0019);
    background-image: -o-linear-gradient(top, #a90329, #6d0019);
    background-image: linear-gradient(to bottom, #a90329, #6d0019);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a90329, endColorstr=#6d0019);
}

.game_btn_maron {
    border: 1px solid #72021c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 4px 5px 4px 5px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 30%);
    color: #FFFFFF;
    background-color: #a90329;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a90329), to(#6d0019));
    background-image: -webkit-linear-gradient(top, #a90329, #6d0019);
    background-image: -moz-linear-gradient(top, #a90329, #6d0019);
    background-image: -ms-linear-gradient(top, #a90329, #6d0019);
    background-image: -o-linear-gradient(top, #a90329, #6d0019);
    background-image: linear-gradient(to bottom, #a90329, #6d0019);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a90329, endColorstr=#6d0019);
}
/* Themes untuk website */
