/*DESKTOP*/

@media (min-width: 801px)
{
	#desktop, #promo
	{
		display:block;	
	}
	
	#mobile
	{
		display:none;	
	}
	
}

@media (max-width: 800px) 
{
	#desktop, #promo
	{
		display:none;	
	}
	
	#mobile
	{
		display:block;	
	}
}
body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	font-size:16px;
}

.boxprod{
	display:block; 
	width:100%; 
	height:130px; 
	position:absolute; 
	top:100px; 
	left:0%; 
	display:none; 
	z-index: 2;
}
	
.logodiv{
	float:left; 
	margin-left:0px;
}

.sliderwh{
	width: 100%;

}
.metode-text{
	margin-bottom:15px; 
	margin-left:auto;
}
.metode-underline{
	padding:5px 15px 5px 15px;
}
.wapmobile{
	padding: 2px 10px 2px 10px; 
	width: 85px; 
	height: 30px; 
	border-radius:3px; 
	font-size: 15px; 
	font-weight:normal; 
}
.footer-container{
	padding-top: 10px;
	padding-bottom: 10px;
}
.partners-container{
	padding-top: 10px;
	padding-bottom: 30px;
	text-align:center;
}


.oswald{
	font-family: 'Oswald', sans-serif;
}
.abel{
	font-family: 'Abel';
}
.ptsans{
	font-family: 'PT Sans', sans-serif;
}
.opensans{
	font-family: 'Open Sans', sans-serif;
}
.header {
	width: 999px;
	margin: 0px auto 0px;	
}

.header ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.header ul li
{
	padding: 0px;
	margin: 0px;
	float:left;
}

h1
{
	font-family: 'Abel';
	font-size: 28px;
}


h2
{
	font-family: 'Abel';
	font-size: 22px;
}

h3
{
	font-family: 'Abel';
	font-size: 18px;
}

h4
{
	font-family: 'Abel';
	font-size: 22px;
}

h5
{
	font-family: 'Abel';
	font-size: 16px;
}
/* Add Zoom Animation */
.animate {
	animation: zoom 0.6s
}

.slideDown{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	

	animation-duration: 0.8s;	
	-webkit-animation-duration: 0.8s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	

	visibility: visible !important;						
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}		
	100% {
		transform: translateY(0%);
	}		
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}		
	100% {
		-webkit-transform: translateY(0%);
	}	
}
@keyframes zoom {
	from {transform: scale(0)} 
	to {transform: scale(1)}
}
.closebox {
	position: absolute;
	top:-10px; right:5px;
	font-size: 35px;
}
.closebox:hover,.close:focus {
	cursor: pointer;
}
.closepop {
	position: absolute;
	top:-23px; right:-16px;
	font-size: 18px;
	width:30px;
	height:30px;
	border-radius:50%;
	padding-top:0px;
}
.closepop:hover,.close:focus {
	cursor: pointer;
}
.pointer {
	cursor: pointer;
}


.modal-backdrop {
 background-color: rgba(0,0,0,1) !important;
}

.fadein { position:relative; width:100%; height:430px; }
.fadein img { position:absolute; left:0; top:0;}

.glyphicon
{
	margin-right:5px;	
}



input[type="text"],input[type="password"],select
{
	font-size:14px !important;	
}
input[readonly] {
	background-color: #fff3c3 !important;
}
.btn
{
	margin-bottom: 2px;	
	font-size:12px;	
	font-weight:bold;
}
.panel
{
	margin-top:20px;
	padding-top:0px;
	background:none;
}
.panel-heading
{
	margin-top:0px; padding-top:0px;
	background:none;
}
#footer #footercontainer
 {
  opacity:0.8;
 }
 
 #footer p
 {
   font-family: 'Abel';
   font-size:15px;
 }

.glyphicon-tasks, .glyphicon-tags
{
	margin-right:15px;	
}


/*MOBILE*/

* {
  box-sizing: border-box;
}

#mobile .row:after {
  content: "";
  display: table;
  clear: both;
}
#mobile #msgbox{
  margin-top: 60px;
}

#mobile .btn
{
  border-radius:5px;
}
#mobile #footer h1, #mobile #footer h2, #mobile #footer h3
{
  font-family: 'Abel', sans-serif;
}
#mobile .menubg{
  height: 90px;
  width: 25%; 
  padding-top:14px; 
  text-align:center; cursor: pointer;
  float: left;
}

#mobile .result-text{
  padding-left: 0px;
  width:60px;
}
.shadow
{
  box-shadow:rgba(0,0,0,1) 0px 0px 10px 0px
}
#mobile input[readonly] {
	background-color: #eeeecd !important;
	/* any other styles */
}
#mobile textarea[readonly] {
	background-color: #eeeecd !important;
	/* any other styles */
}
#mobile .form-control {
	height: 40px !important;
	border-radius: 3px !important; 
}
#mobile .form-control#validasi {
	height: 50px !important;
	border-radius: 3px !important; 
}
#mobile .form-control-login {
	height: 40px !important;
	border-radius: 3px !important;    
}
#mobile .form-control#reg_username,
#mobile #reg_pass, 
#mobile #reg_passcon, #mobile #reg_email, #mobile #reg_telpon, #mobile #reg_bank, #mobile #reg_rek, #mobile #reg_nama, #mobile #reg_ref, #mobile #reg_dari, #mobile #reg_lain {
	height: 45px !important;
	border-radius: 3px !important; 
}