body{
	background-color: black;
	background: url(../../img/resources/bg_mobile.jpg?a) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 12px;
	margin:0;
	padding:0;
}
header {	
	padding:10px 20px;
}
footer {
	color:#FFF;
	min-height:50px;
	padding:0;
	padding-bottom:20px;
}
.row:before, .row:after{
  display: none;
}

.btn-yellow {
	-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
	background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
	background-color:#74ad5a;
	border:1px solid #3b6e22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
}

.btn-gold {
	-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
	background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
	background-color:#74ad5a;
	border:1px solid #3b6e22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
}

.pasaran {
	background-color:#0000001c;
	color:#FFF;
}


.bank_list {
	background-color:#000;
	min-height:110px;
}
.bank_list_header{
	font-size: 14px;
	font-weight: bold;
	margin:10px 0;
	color:#FFF;
}
.bank_logo {
	width:75%;
}

.navbar {
	padding:0;
	margin:0;
}

#mainNav{
	background-color: #494949;
}

#mainNav.navbar-shrink{
	background-color: #494949;
}

.fa-clock-o{
	color:white;
}

a {color: lime}
a:hover {color: lime; font-weight: bold;}
a:visited {color: lime;}

a.icon{
	color:black;
}

.bg-primary{
	background-image: radial-gradient(circle, #cb4d4d, #b73f3f, #a43031, #912124, #7e1018);
}

.content-wrap{
	background-image: radial-gradient(circle, #d7d0d0, #bcb7b9, #a29fa1, #898889, #717171);
}

.tabs{
	box-shadow: 0px 0px 20px 5px white;
}

.link_pasaran{
	color:red;
}

section.cta{
	background-image: linear-gradient(to bottom, #ffffff, #e0d1e4, #cfa2bc, #c07286, #a64646);
	padding-top:unset;
}

.rekening_header{
	text-align: center;
	font-size: 60px;
	font-weight: bold;
}

.bank_depo_row{
	background-color:rgba(0,0,0,0.70);
	padding:10px;
	margin:5px;
	box-shadow: 0px 0px 20px 10px black;
}

#nt-example1 li {
    color: #C39B38;
	background-color: rgba(62,0,1,0.70);
    overflow: hidden;
    height: 45px;
    padding: 10px;
    line-height: 20px;
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
	border-radius:10px;
	margin-bottom:5px;
}

#nt-example11 li {
    color: #A47A00;
	background-color: rgba(62,0,1,0.70);
    overflow: hidden;
    height: 45px;
    padding: 10px;
    line-height: 20px;
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
	border-radius:10px;
	margin-bottom:5px;
}

#nt-example1 li:hover {
	background: rgba(255,255,255,0.4);
}

#nt-example11 li:hover {
	background: rgba(255,255,255,0.4);
}

.block_title{
	color:white;
	text-align: center;
    font-size: 25px;
}

.input_box_login{
	padding:5px;
}

.btn-outline-primary{
	color: #ffffff;
	border-color: #ffffff;
}

.nav_btn{
	font-size: 1.5vh;
    margin-top: 5px;
}

#download{
	padding-top:unset;
	padding-bottom:unset;
}

section.game_list{
	text-align:center;
}

.game_list>div>div:nth-Child(2)>div{
	font-size: 30px;
}
.menu{
	padding:20px;
}
.menu_box{
	text-align:center;
}
.link{
	color:#FFF;
}
.link:hover {
	color:#FFF;
}
.link:visited {
	color:#FFF;
}
.link_dp_wd_lg{
	color:#FFF;
	font-weight: bold;
}
.link_dp_wd_lg:hover {
	color:#FFF;
}
.link_dp_wd_lg:visited {
	color:#FFF;
}
.label_depo{
	padding-top:10px;
}

/* ----------- BANNER RECOMMEND MATCH ----------- */

.blur-popup-rm {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.modal-popup-wrapper-rm {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999 !important;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.modal-popup-wrapper-rm.open {
    opacity: 1;
    visibility: visible;
}
.modal-popup-rm {
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background: none;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.modal-popup-wrapper-rm.open .modal-popup-rm {
    opacity: 1;
}
.head-popup-rm {
    width: 100%;
    height: 34px;
    padding: 0;
    overflow: hidden;
    background: none;
}
.btn-close-popup-rm {
    width: 28px;
    height: 28px;
    display: block;
    float: right;
}
.btn-close-popup-rm::before,
.btn-close-popup-rm::after {
    content: "";
    width: 24px;
    height: 6px;
    display: block;
    background: white;
}
.btn-close-popup-rm::before {
    margin-top: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-close-popup-rm::after {
    margin-top: -6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.content-popup-rm {
	background: #222;
	border:2px solid #fff;
}
.content-popup-rm img {
    width:100%;
	border:1px solid #AAA;
}
.btn-footer-close-popup-rm {
	padding:10px 5px;
	background:#fff;
	color:#000;
	text-align:center;
	cursor:pointer;
}
/* ----------- BANNER RECOMMEND MATCH ----------- */

#hot_games {
    background:#000;
    margin:0 10px;
    border-radius:10px;
}
.autoplay1 .list-hot, .autoplay2 .list-hot {
    display: inline-block;
    padding: 7px 5px;
    width: 18%;
    text-align: center;
    margin: 2px;
    border-radius:10px;
    line-height:15px;
    min-height:55px;
}
.game-logo {
    width:25px !important;
    position:absolute;
    top:3px;
    left:5px;
}
.daily-win {
    width:25px !important;
    position:absolute;
    top:-10px;
    right:-10px;
}