/*  halaman utama */

html{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.2;
	text-shadow: none;
	height: 100%;
	background: #09172470;
}

body{
	background: transparent;
	color:#273139;
	line-height: 1.2;
	font-size: 14px;
	height: 100%;
	max-width: 480px;
	margin: 0 auto;
}
.page{
	max-width: 480px;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	border: 0;
	height: 100%;
	background: #f0fffe57;
}

.header {
    border-width: 1px 0;
    position: relative;
	background-color: #9096df;
	background: url("../images/header.png") repeat scroll 0 0 #333333;
}

a, a:link, a:hover{
	text-decoration: none;
	outline-style: none;
}

.container {
    padding: 0px;
    margin-top: 0px;
	width: 100%;
	min-height: 360px;
	margin-bottom:57.7px;
}
a, a:link, p, h4, h5, span, div, form {font-family: Arial, Helvetica, sans-serif !important;}
/* ================Header & Footer======================== */
.header {
	background: url("header.png") repeat scroll 0 0 #333333;
	position: fixed;
	display: block;
	top: 0;
	width: 100%;
	z-index:1000;
	height: 57.3px;
	max-width: 480px;
}
.underhdr {
	margin-top:57.3px;
}
a, a:link, a:hover{
	text-decoration: none;
	outline-style: none;
}

.title {
    font-size: 1.4em;
    min-height: 1.5em;
    margin: 0px;
    text-align: center;
    padding: 17px 0 10px 0;
    font-weight: 700;
    color: #ebff70;
    text-shadow: 1px 1px 3px #01110a;
}
.logo {
    float: left;
    display: inline;
    border: 0;
    width: 120px;
    margin: 12px 0 0 10px;
}

.warna1 {
  color: #fff;
	padding: 0;
	display:block;
	height:100%
}
.warna2 {
    background: #e7edef;
	padding: 4px 0px;
	color: #480e0e;
	display: block;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.warna2 p {
    margin: 5px 0;
	width:100%;
}

h4 {
	font-size:15px;
	padding: 5px 0;
	margin:0 auto;
}
.tabcontent h4 {
	text-align:left;
	padding-left: 0px;
}
p {margin: 5px 0;}
.navig {
  max-width: 100%;
	display: block;
	position: relative;
	margin-top:57.3px;
}
.navig ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: 100%;
    overflow: visible;
	height:100%;
}

.block-a {
		border: 0;
    float: left;
		width: 100%;
		display: block;
		font-size: 14px;
}

.ui-btn {
    margin: 0;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
		display: block;
    padding: 10px;
		background-color: #3fa9f5;
		background-image: linear-gradient(#72abd5, #0779ccd1);
		color: #fff;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.ui-btn:hover, .ui-btn:focus {
	background-image: linear-gradient(#dae8d9,#6ef05f);
	color: #422da8;
}

.navig i {
    font-size:16px !important;
}

.btn-block {
    display: block;
    max-width: 300px;
}
/* -------- FOOTER FIXED---------------- */
.footer {
	display: block;
	bottom:0;
	position: fixed;
	width: 100%;
	max-width:480px;
	z-index:100;
}
.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: visible;
		text-align:center;
}

.footer i {
	font-size: 14px;
}

.foot-block-b {
  margin: 0;
  padding: 0;
	width: 100%;
	border: 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn-b {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
		font-size: 14px;
		display: block;
		border: 1px solid #f0f7ef;
		background-color: #b6f495;
		background-image: linear-gradient(#d9e1e8,#5fa2f0);
		color: #131415;
}
.btn-b:hover, .btn-b:focus {
	background-image: linear-gradient(#dae8d9,#6ef05f);
	color: #422da8;
}
.footer li:last-child .btn-b {
    border-right: 0px;
}
.btn-tunggal {padding: 12px 0;font-size: 1.1em;}
.footer a span {
    padding: 0px;
    display: block;
}

@media only screen and (max-height: 480px) {
.footer {position: relative;}
}

/* ================End of Header & Footer======================== */

.pointer {cursor: pointer;}

.sidebar-social {
    margin: 0;
    padding: 0;
	text-align:center;
}

.sidebar-social ul {
    margin: 0;
    padding: 10px 0;
}
.sidebar-social li {
	top:0;
    text-align: center;
    width: 10%;
    margin: 2% 2.7% !important;
    background-color: #fff;
    display: inline-block;
    font-size: 0.7em;
    padding: 0;
	outline-style: none;
	min-width: 90px;
	background-color: transparent;
}
.sidebar-social a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
	outline-style: none;
}
.icon-left{
	margin-right: 20px;
}
.icon-right{
	margin-left: 20px;
}

.sidebar-social a span {
    color: #480e0e;
    font-size: 1.3em;
    padding: 10px 5px;
    display: block;
    letter-spacing: 1px;
	
}
.fa-icon{
	font-size:3em !important;
	display: block;
}

.sidebar-social img {
	border:0;
    display: block;
    width: 50px;
    height: 50px;
    margin: 10px auto 0;
    line-height: 32px;
    text-align: center;
    margin-top: 0;
    padding: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
	background-color: #3fa9f5;
	background-image: linear-gradient(#5fa2f0, #d9e1e8);
}

.sidebar-social img:hover, .sidebar-social img:focus {
	background-image: linear-gradient(to top, #71e15e, #f1fbeddb);
}

.sidebar-social a span:hover, .sidebar-social a span:focus {color: #513de6;}


label {
    color: #64401f;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.btn-block {
    display: block;
    max-width: 300px;
}


.btn-success {
    background-color: #28a745;
}

.tekscenter{
    display: block;
	text-align: center;
}

.teksleft{
    display: block;
	text-align: left;
	max-width: 330px;
	padding-left: 15px;
	margin: 7px auto;
}

.modal-header{ background-color: #c4dce3;}

.btn-warning{margin-top: 15px; min-width: 150px;}

.modal-header{ background-color: #c4dce3; padding: 5px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(51, 55, 255, 0.65));
}
.modal-footer{ background-color: #f7cde8; padding: 5px;}

#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
  z-index: -1000;
}
#bg img {
  position: absolute; 
  top:0;
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
  opacity: 0.4;

}
