.game-link{
	text-align: center;
	margin-top: 10px;
	padding: 15px;
	border-radius: 5px 5px 0 0;
}
.game-link-left .ui{
	margin-bottom: 5px;
	border-radius: 5px;
}
.game-link-left{
	float: left;
	width: 370px;
	text-align: center;
}
.game-link-right{
	float: right;
	width: 50%;
	text-align: center;
}
.game-link-right .gamebtn{
	border-radius: 5px;
	padding-left: 2px;
	padding-right: 2px;
}
.game-link-right .gamebtn:hover,.game-link-left .ui:hover{
	opacity: 0.8;
}
.saldo-text{
	font-weight: bold;
	color: blue;
}
.saldo-holder{
	text-align: center;
	display: block;
	padding: 15px;
	font-size: 24px;
	background: #fab70e;
	color: #000;
	border-radius: 5px;
	margin: 15px auto;
	width: 300px;
}
#myContainer .saldo-holder a{
	color: #000;
}
#myContainer a.main-hkb{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#87e0fd+0,53cbf1+40,05abe0+100;Blue+3D+%23+16 */
	background: #87e0fd; /* Old browsers */
	background: -moz-linear-gradient(top,  #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
	color: #1e2298;
	font-size: 20px;
	display: block;
	width: 50%;
	padding: 15px;
	margin: 40px auto;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
}
.header .social{
	height: 20px;
	width:  auto;
}
.social-block{
	text-align:center;
	color: #f7e000;
}
.social-block a{
	color: #f7e000;
}
.all-container{
	width: 950px;
	margin: 0 auto;
	padding: 0 50px 0;
	box-sizing: border-box;
	position: relative;
}
.bg-hori{
	width: 1050px;
	margin: 0 auto;
	height: 44px;
}
.container.outer{
	width: 1050px;
}
.homecontent{
	width: 700px;
	margin: 0 auto;
}

.redgold{
	position: absolute;
	width: 100px;
	height: auto;
}
.redgold1{
	top:-45px;
	left:0;
}
.redgold2{
	top:-45px;
	right:0;
}
.redgold3{
	bottom:-45px;
	left:0;
}
.redgold4{
	bottom:-45px;
	right:0;
}

.shio-item{
	position: absolute;
	width: 150px;
	height: auto;
}
.shio1{
	top: -45px;
	left: 50%;
	margin-left: -350px;
}
.shio2{
	top: -45px;
	left: 50%;
	margin-left: 200px;
}
.shio3{
	top: 300px;
	left: 0;
}
.shio4{
	top: 500px;
	left: 0;
}
.shio5{
	top: 700px;
	left: 0;
}
.shio6{
	top: 300px;
	right: 0;
}
.shio7{
	top: 500px;
	right: 0;
}
.shio8{
	top: 700px;
	right: 0;
}
.shio9{
	left: 150px;
	bottom: -45px;
}
.shio10{
	left: 350px;
	bottom: -45px;
}
.shio11{
	right: 350px;
	bottom: -45px;
}
.shio12{
	right: 150px;
	bottom: -45px;
}

.homecontent .container{
	width: 700px;
}
.logo_mid{
    width: 200px;
	margin-top: 5px;
}
.loginform{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4ce2b+0,5a3800+100 */
	background: #e4ce2b; /* Old browsers */
	background: -moz-linear-gradient(top, #e4ce2b 0%, #5a3800 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e4ce2b 0%,#5a3800 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e4ce2b 0%,#5a3800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4ce2b', endColorstr='#5a3800',GradientType=0 ); /* IE6-9 */
	border: 3px solid #a8943d;
	color: #000;
	position:relative;
	height:146px;
}
.loginform a.forgot{
	position: absolute;
	top: 0;
	right:0;
	color: red !important;
	font-size:24px;
}
.loginform h1{
	padding:0;
	margin:0;
	font-size:38px;
	color: #000;
}
.loginform td, .loginform th{
	font-size: 22px;
	line-height: 22px;
	padding: 5px 0;
	vertical-align: middle;
}
.loginform tr td input{
	color: #fff;
	background: #000;
	padding: 2px;
	border:none;
	border-radius: 3px;
	width: 148px;
}
.header-login-btn{
	background: rgb(191,132,250);
	background: linear-gradient(180deg, rgba(191,132,250,1) 0%, rgba(172,90,253,1) 100%);
    color: #000 !important;
    padding: 4px 15px 2px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
	border: 1px solid #a350f8;
	font-weight: bold;
}
.header-reg-btn{
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(201,201,201,1) 100%);
	color: #000 !important;
    padding: 4px 15px 2px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
	border: 1px solid #fff;
	font-weight: bold;
}
.header-field i{
	padding: 3px;
	background: #00adfe;
	color: #fff;
	width: 15px;
	height: 15px;
	font-size: 14px;
	text-align: center;
}
.header-field input{
	width: 110px;
}
img.header-login-captcha{
	width: 72px;
	height: auto;
	vertical-align: middle;
}
#header-form table,#header-form td,#header-form th{
	border:none;
}
#header-submit table,#header-submit td,#header-submit th{
	border:none;
}
table.noborder,table.noborder td,table.noborder th{
	border:none;
}
#header-form table{
	margin:0;
	border:none;
}
#header-form a{
	color: #fff;
}
.header input{
	width: 80px;
    padding: 5px;
    background: #000;
    border: none;
    border-bottom: 2px solid #fc9401;
	color: #fff;
}
.header input::placeholder{
	color: #fff;
	opacity: 0.7;
}
.header form a{
	font-family: Ubuntu, sans-serif;
}
.header form a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.contentsidebar marquee{
	background: none !important;
}
.marquee-header i{
	color: #333;
	font-size: 18px;
}
.bg-warning{
	margin-top: 15px;
	background: url('images/bg-warning-2.jpg');
	background-size: cover;
	color: #333;
	width: auto;
	padding: 10px 0;
	height: 152px;
	box-sizing: border-box;
}
.marquee-header{
	color: #fff;
    padding: 10px 0 5px;
    font-size: 20px;
    line-height: 20px;
}
.marquee-header .container{
	background: rgba(0,0,0,0.5);
	padding: 5px 0;
}
.marquee-header marquee{
	display:inline-block;
	width: 100%;
}
/*
.ui-tabs-nav{
	background: #fff001;
	border:none;
	padding-left: 10px !important;
}

#myContainer .ui-tabs .ui-tabs-nav li{
	transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-0-transform: skew(-20deg);
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: -5px;
	box-shadow: 0 0 3px #000;
}

#myContainer .ui-tabs .ui-tabs-nav li.ui-state-active{
	box-shadow:none;
}
#myContainer .ui-tabs .ui-tabs-nav li a{
	color: #fc4c00;
	background:none;
	border:none;
}
.ui-tabs-nav > .ui-tabs-selected a {
    border-color: #d4d4d4 !important;
    background: #22b7cf !important;
    color: #525252 !important;
}
.ui-tabs.ui-widget-content{
	border:none;
}
.ui-tabs .ui-tabs-panel{
	background: #22b7cf;
}
* * */
.ui-tabs-nav{
	background: #e99e00;
	border:none;
}
#myContainer .ui-tabs .ui-tabs-nav li a{
	color: #fc4c00;
	background:none;
	border:none;
	font-size: 17px;
	font-weight: 400;
}
.ui-tabs-nav > .ui-tabs-selected a {
    border-color: #d4d4d4 !important;
    background: #22b7cf !important;
    color: #fe0056 !important;
}
.ui-tabs.ui-widget-content{
	margin-top: 10px;
	border:none !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.ui-tabs .ui-widget-content{
	border:none !important;
}
.ui-tabs .ui-tabs-panel{
	background: #22b7cf;
}
.ui-tabs-panel table, .ui-tabs-panel td{
	border:none !important;
}
.ui-tabs-panel tbody tr:nth-child(odd) td{
   background-color: #22b7cf;
}
.ui-tabs-panel table th{
	border: none !important;
	border-bottom: 2px solid #fc1393 !important;
	background: #22b7cf !important;
	color: #333 !important;
}

#defaultlocation{
	width: 170px !important;
	padding: 5px;
}
#myContainer .menuholder{
	border-radius: 0;
	background: none;
	border:none;
}
#myContainer .menuholder h2, .contentsidebar > li h2{
	color: #000fbc;
	background:none;
	border-bottom: 1px solid #000fbc;
	padding-left: 0;
	text-align: center;
	text-transform: uppercase;
	font-size:18px;
}
#myContainer .mynav td a{
	color: #fff;
}
#myContainer .mynav td a:hover{
	color: yellow;
}
.akunholder td,.akunholder th, .akunholder table{
	border:none;
}
.r-content h2, .r-content h3{
	color: #fff;
}
#myContainer .notice,.notice{
	background: #ff6c00;
	color: #fff;
	border:none;
}
#myContainer .notice a,.notice a{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#myContainer .info,.info{
	background: #008aff;
	color: #fff;
	border:none;
}
#myContainer .info a,.info a{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#myContainer .success,.success{
	background: #00c209;
	color: #fff;
	border:none;
}
#myContainer .success a,.success a{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#myContainer .error,.error{
	background: #bc0000;
	color: #fff;
	border:none;
}
#myContainer .error a, .error a{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#reflink{
	padding: 7px;
	color: #333;
	border-radius: 5px;
	width: 90% !important;
}
.ui-widget-overlay{
	opacity: 0.5;
	background: #000;
}
.ui-dialog .ui-widget-header{
	background: #310d39;
	color: #000;
	border:none;
	border-radius: 5px 5px 0 0;
}
.ui-dialog.ui-widget-content{
	border:none;
	background: none;
}
.ui-dialog-content{
	background: #fff !important;
	color: #333;
}
#dialogContainer.ui-dialog-content{
	padding: 15px;
}
.ui-widget-content.ui-dialog-buttonpane{
	background: #310d39 !important;
}
.ui-state-hover,.ui-state-focus{
	background: #310d39 !important;
}
.self-container{
	padding: 5px;
}
#ref_filter{
	background: none !important;
}
.self-container input,.self-container select{
	padding: 5px;
	background: rgba(255,255,255,0.8);
}
input.error{
	color: #000;
}
caption,td, label{
	font-weight: 300;
}
.footermenu{
	display:none;
}
.registered-container{
	width: 500px; margin: 0 auto;
}
.logo .logo-img{
	height: 150px;
	margin-top: -13px;
	z-index: 1000;
	position: relative;
}
.celebrate{
	top: 49px;
	left: 146px;
	position: absolute;
}
.celebrate img{
	width: 219px;
	height: auto;
}
.pinbb-holder{
	position: absolute;
	top: 45px;
	left: 388px;
	font-size: 24px;
	color: #333;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	padding: 5px;
	font-weight: 300;
}
.pinbb-holder img{
	height: 30px;
	width: auto;
	vertical-align: middle;
}
.fbjoin-holder{
	position: absolute;
	top: 96px;
	left: 389px;
}
.fbjoin-holder img{
	height: 50px;
	width: auto;
}
.akun-holder{
	position: absolute;
	top: 50px;
	right: 0;
	width: 150px;
	background: rgba(255,255,255,0.5);
}
.header-saldo{
	font-size: 18px;
}
.num-container .num_spbu{
	width: 30px;
	height: 30px;
	line-height: 30px;
	background:#900000;
	color: #fff;
	font-weight: 500;
	border-radius: 50%;
}
.num-container2 .num_spbu{
	color: #1ebaf7;
	font-weight: bold;
	font-size: 28px;
}
.ls-layer .ls-bg {
	width: 100%;
}
.ui-dialog{
	background: none !important;
}
.loginstatement{
	color: #fff;
}

.loginmenu{
	height:30px !important
}

.loginmenu li a{
	width: auto
}

.bankholder{
	margin-top: 5px;
	padding: 0;
	background: #222222;
}
.sf-menu li img{
	display: none;
}
.ui-widget, .ui-widget button, #defaultlocation{
	font-family: 'Ubuntu', sans-serif;
}
#defaultlocation, .ui-widget button, a.ui-button .ui-button-text{
	font-size: 14px;
}
#loc4div,.loginform,.nav .sf-menu,.panel-title,.banksection, marquee{
	font-family: 'Ubuntu', sans-serif;
}

.loc4container .contentholder{
	margin-right: -5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.loc4content{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000208+0,323232+100 */
	background: #000208; /* Old browsers */
	background: -moz-linear-gradient(top,  #000208 0%, #323232 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000208 0%,#323232 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000208 0%,#323232 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000208', endColorstr='#323232',GradientType=0 ); /* IE6-9 */

	border-radius: 5px;
	border: 2px solid #F44336;
	color: #F44336;
	width: 138.5px;
	float:left;
	margin-right: 5px;
	height: 225px;
	overflow:hidden;
	margin-top: 5px;
	padding: 5px;
	font-family: Ubuntu, sans-serif;
	text-align: center;
}
.loc4content h2{
	color: #CDDC39 !important;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.loc4content .periode{
	color: #fff;
	font-size: 24px;
}
.loc4date{
	color: #fff;
}
.loc4time{
	color: #e4b146;
}
.loc4content .num-container{
	margin-top: 15px;
}
.loc4content .num-container .num_spbu{
	width: auto;
	height: auto;
	background:none;
	color: #1ebaf7;
	font-weight: 500;
	font-size: 48px;
}
#myContainer .loc4content a{
	color: #56f7ff;
	font-size: 20px;
}
.trxstatus{
	display:inline-block;
	padding: 2px 8px;
	color: #fff;
	background: #4db055;
	font-family: Arial;
	text-transform: uppercase;
	font-size:10px;
	border-radius: 3px;
}
.bank .bank-status{
	width: 20px;
    height: auto;
    -webkit-animation: breathing 1s ease-out infinite normal;
    animation: breathing 1s ease-out infinite;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 7px;
    left: 5px;
	filter: saturate(10);
}
.full-footer{
	width: 100%;
	background: #130417;
	border-top: 3px solid #878090;
	padding-top: 15px;
}
.showcat{
	-webkit-animation: breathing 0.5s ease-out infinite normal;
    animation: breathing 0.5s ease-out infinite;
    -webkit-font-smoothing: antialiased;
}

@-webkit-keyframes breathing {
  0% {
    opacity:1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity:1;
  }
}

@keyframes breathing {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }


  100% {
    opacity:1;
  }
}

.num-box.backbtn{
	background: #e8e270;
}
.num-box.backbtn .num-loc{
	color: #333;
}

.num-box{
    background: #900000;
    border-radius: 5px;
    width: 19%;
    margin: 5px 0.5%;
    float: left;
}
a:hover .num-box{
	opacity: 0.8;
}
.num-loc{
    text-align: center;
    font-weight: bold;
    color: #e8e270;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 5px;
}
.num-date{
    text-align: center;
    color: #fff;
    font-size: 11px;
}
.num-num{
	text-align: center;
}
.num-num .number-beautify{
    margin: 0 2px;
    border-radius: 5px;
    padding: 5px 5px !important;
    background: #232730;
    color: #fff;
    width: 15px;
	display: inline-block;
	text-align: center;
}
.num-num .number-beautify strong{
	color: #fff;
}
.num-details{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdf9cc+0,fef2b4+14,ffe176+38,ffda5f+48,f6bf20+52,f0b820+59,dea520+72,cb9226+86,bc832a+100 */
    background: #fdf9cc; /* Old browsers */
    background: -moz-linear-gradient(top,  #fdf9cc 0%, #fef2b4 14%, #ffe176 38%, #ffda5f 48%, #f6bf20 52%, #f0b820 59%, #dea520 72%, #cb9226 86%, #bc832a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fdf9cc 0%,#fef2b4 14%,#ffe176 38%,#ffda5f 48%,#f6bf20 52%,#f0b820 59%,#dea520 72%,#cb9226 86%,#bc832a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fdf9cc 0%,#fef2b4 14%,#ffe176 38%,#ffda5f 48%,#f6bf20 52%,#f0b820 59%,#dea520 72%,#cb9226 86%,#bc832a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf9cc', endColorstr='#bc832a',GradientType=0 ); /* IE6-9 */
    display: block;
    text-align: center;
    color: #000 !important;
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
}
.num-details:hover{
    color: red;
}
.num-live{
    text-align: center;
    color: #ffbf05 !important;
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-decoration: underline !important;
}
.num-live:hover{
    color: #fff;
}
.bank-support{
	font-size: 18px;
	color: #ffdf01;
	font-weight: bold;
	display: inline-block;
	width: 19%;
}