.banker{
	padding: 0 5px 5px;
	border: 3px solid #00c7f4;
	box-sizing: border-box;
	border-radius: 10px;
}
.bank{
	width: auto !important;
	margin-left: 15px;
	border: 3px solid #ff0000;
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	border-radius: 10px;
	position: relative;
}
.bank-img{
	height: 35px;
	width: auto !important;
}
.bank.spacing{
	letter-spacing: 5px;
}
.bank .indi{
	position: absolute;
    left: -12px;
    top: 8px;
	animation: blinker 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;
	width: 25px;
	height: 25px;
}
.bank.online{
	border: 3px solid #00ff00;
	color: #00ff00;
}
.bank.online .indioff{
	display:none;
}
.bank.offline .indion{
	display:none;
}
.clear{
	display:none;
}
.panel-kiri, .panel-tengah, .panel-kanan{
	float: left;
	width: 48%;
	margin: 1%
}
.panel-tengah{
	width: 38%;
}
.logo-holder{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 150px;
}
.account-block{
	width: 400px;
	height: 100px;
	position: absolute;
	top: 30px;
	right: 0;
}
.header .social{
	height: 20px;
	width:  auto;
}
.social-block{
	width: 600px;
	position: absolute;
	bottom: 10px;
	left: 0;
	text-align:center;
	color: #f7e000;
}
.social-block a{
	color: #f7e000;
}
.all-container{
	width: 1050px;
	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;
}
.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{
	text-decoration: none;
}
.header-login-btn img{
	width: 60px;
}
.header-reg-btn{
	text-decoration: none;
}
.header-reg-btn img{
	width: 60px;
}
.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: 100px;
	padding: 5px;
	border-radius: 5px;
}
.header form a{
	font-family: Teko, 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{
	background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 10px 0 5px 120px;
    font-size: 20px;
    line-height: 15px;
	border: 2px solid #fdc006;
	border-radius: 10px;
	position: relative;
}
.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: rgba(0, 0, 0, 0.5);
	color: #FFF;
	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: rgba(0, 0, 0, 0.5) !important;
}
.ui-state-hover,.ui-state-focus{
	background: #251c0e !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:#6d480b;
	color: #fff;
	font-weight: 500;
	border-radius: 50%;
}
.num-container2 .num_spbu{
	color: #c09900;
	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: 'Teko', sans-serif;
}
#defaultlocation, .ui-widget button, a.ui-button .ui-button-text{
	font-size: 16px;
}
#loc4div,.loginform,.nav .sf-menu,.panel-title,.banksection, marquee{
	font-family: 'Teko', 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: 12px;
	border: 2px solid #e8c94a;
	color: #F44336;
	width: 191px;
	float:left;
	margin: 15px;
	height: 235px;
	overflow:hidden;
	padding: 5px;
	font-family: Teko, sans-serif;
	text-align: center;
}
.loc4content h2{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfabc+0,fcec76+43,e8c441+60,815706+100 */
	background: #fcfabc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfabc 0%, #fcec76 43%, #e8c441 60%, #815706 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fcfabc 0%,#fcec76 43%,#e8c441 60%,#815706 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fcfabc 0%,#fcec76 43%,#e8c441 60%,#815706 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfabc', endColorstr='#815706',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;
	color: #333 !important;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 40px;
	width: 201px;
	line-height: 40px;
	margin-left: -5px;
	margin-top: -5px;
}
.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: #f6c812;
	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: 10px;
	height: auto;
	-webkit-animation: breathing 1s ease-out infinite normal;
    animation: breathing 1s ease-out infinite;
    -webkit-font-smoothing: antialiased;
}
.full-footer{
	width: 100%;
	background: #000;
	border-top: 3px solid #fff169;
}
.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;
  }
}