@import "fonts.css";

body {
/*	background: url("../images/layouts/halaman1/bg.png") center top no-repeat;*/
	background-size: cover;
}
@media(max-width: 768px){
	body {
		padding-top: 0px;
	}
}

.bg-global{
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
    filter: grayscale(1);
}

.font-dark{
    color: #fff;
}
.font-light{
    color: #00549d;
}
.btn-theme{
    position: fixed;
    top: 1%;
    right: 1%;
    z-index: 1031;
    max-width: 138px;
    width: 3vw;
}
.btn-theme:hover{
    cursor: pointer;
}
.theme-light,.theme-dark{
    display: none;
}
@media(max-width: 768px){
    .btn-theme {
        position: fixed;
        top: 11vh;
	    right: 3%;
	    z-index: 1030;
	    max-width: 138px;
	    width: 40px;
    }
}
/* Shrink */
.rof-hov-shrink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.rof-hov-shrink:hover, .rof-hov-shrink:focus, .rof-hov-shrink:active {
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}
/* Shrink*/
/*==================================== NAVBAR ===============================*/
.mobile{
	display: none;
}
.custom-nav{
	/*background: url(../images/layout/navbar/bgmobile.jpg) repeat-x center top;*/
	background-image: linear-gradient(rgb(37 37 37), rgba(255,0,0,0));
/*	background: #00549d;*/
	border-top: 5px solid #fbd760;
	height: 86px;
	background-size: 100%;
	padding-top: 0px;
    padding-left: 5%;
    padding-right: 5%;
}
.navbar-brand img{
	max-width: 235px;
	width: 9vw;
}
.navbar-brand:hover img{
	max-width: 235px;
	width: 9vw;
}
.center-nav{
	padding-left: 10%;
	font-weight: 600;
	height: 86px;
}
.navbar-nav{
	height: 86px;
}
.nav-icon{
	padding-top: 17px;
	font-size: 26pt;
	position: relative;
}
.nav-icon a{
	border-top: 10px solid transparent;
	color: #fff!important;
}
.nav-item{
	padding-right: 25px;
	font-size: 1rem;
	position: relative;
}
.nav-link{
	font-family: 'Avenir';
	color: #fff!important;
	/*color: #050500;*/
}
.nav-link:hover{
	/*text-shadow: 0 0 10px #125d70, 0 0 20px #76e3ff, 0 0 40px #00c4ff;*/
	text-shadow: 0 0 13px #ffffff, 0 0 12px #23c3d5, 0 0 13px #2ad4ef;
}
.nav-active{
	/*text-shadow: 0 0 10px #125d70, 0 0 20px #76e3ff, 0 0 40px #00c4ff;*/
	text-shadow: 0 0 13px #ffffff, 0 0 12px #23c3d5, 0 0 13px #2ad4ef;
}
@media(min-width:768px){
	.nav-link{
		border-top: 10px solid transparent;
		padding: 25px 0px;
	}
	.nav-link:hover{
		/*border-top: 10px solid #fff;*/
	}
	.nav-active{
		/*border-top: 10px solid #fff;*/
	}
}
.right-nav{
	padding-top: 1%;
}
.member-menu {
    display: inline-block;
    list-style-type: none;
    font-weight: bold;
    padding-left: 0;
}
.member-menu li.member-menu {
    display: inline-table;
    padding-left: 5px;
}
.dropdown.dropdown-masked {
    position: static;
}
.member-menu a {
    cursor: pointer;
    text-decoration: none;
    color: #fff !important;
    font-size: 13pt;
    padding: 5px 25px;
}
.btn-btnblue {
    color: #fff;
    background-color: #2880d2;
    border-color: transparent;
    border-radius: 10px;
}
.fa-user:before {
    color: #fff;
}
.btn-btngreen{
	color: #fff;
    background-color: #00b369;
    border-color: transparent;
    border-radius: 10px;	
}
.btn-btnorange{
	color: #fff;
	background-color: #ff9c1b;
	border-color: transparent;
	border-radius: 10px;s
}
.dropdown-member {
	background: transparent;
    color: #000;
    top: 74px;
    border: 0;
    padding: 0 !important;
    width: 100%;
}
.dropdown.dropdown-masked.open > .dropdown-menu {
    background: #2b2b2f;
    box-shadow: 0 100000vh 0 100000vh rgba(0, 0, 0, 0.6);
    width: 100vw;
    border-radius: 0;
    width: 100%;
}
.gravity-member-login {
    background: #fff;
/*    border: 1px solid #363636;*/
    border: 0px;
    border-bottom: 5px solid #00adef;
    position: absolute;
    right: 5%;
    padding: 8px 15px 15px;
    width: 325px;
    height: 148px;
    top: -13px;
}
.gravity-member-login form {
    margin-top: 30px;
}
.form-group-member{
	width: 100%;
    padding: 0px 10px 0px 10px;
}
@media(max-width:1280px){
	.center-nav {
		padding-left: 7%;
	}
}
@media(max-width: 1024px){
	.navbar-brand img{
		width: 150px;
	}
	.nav-item {
	    padding-right: 5px;
	    font-size: 12pt;
	}
	.member-menu a {
	    font-size: 11pt;
	}
}
@media(max-width: 900px){
	.right-nav{
		display: none;
	}
	.custom-nav{
	    padding-bottom: 20px;
	}
}
@media(max-width:767px){
	.desktop{
		display: none;
	}
	.mobile{
		display: block;
	}
	.navbar-nav{
		height: auto;
		padding-top: 10px;
	}
	.navbar-brand img{
		width: 90px;
	}
	.navbar-brand:hover img{
		max-width: 235px;
		width: 90px;
	}

	.custom-nav{
		background: url(../../jpg/images/layout/navbar/bgmobile) repeat;
		background-size: cover;
		background-color: #000;
		padding-top: 5px;
		height: auto;
	}
	.center-nav{
		height: auto;
		padding-top: 35px;
    	padding-left: 0%;
    	margin-left: -6%;
    	margin-right: -6%;
    	margin-bottom: -40px;
	}
	.nav-item{
		border-bottom: 1px solid #f0f0f0;
		padding-left: 30px;
	}
	.separator-blue{
		background-color: #00adef;
		margin-left: -7%;
    	margin-right: -7%;
    	height: 6px;
	}
	.nav-member{
		padding-top:30px;
		padding-left: 0px;
		border-bottom: none;
	}
	.contain-btn{
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 20px;
	}
}
/*================================== END NAVBAR ===============================*/

/*================================== FOOTER ==============================*/
.btn-to-top{
	text-align: right;
	cursor: pointer;
    position: fixed;
    bottom: 1vw;
    right: 1vw;
    display: none;
    z-index: 999;
	/*padding-right: 1vw;*/
}
.btn-to-top img{
	width: 60%;
	max-width: 125px;
}
footer{
	background: #252525;
    border-top: 5px solid #fbd760;
	background-size: cover;
	position: relative;
	z-index: 2;
}
.sosmed{
	padding-bottom: 1vw;
}
.sosmed a{
	color: #fff;
	font-size: 26pt;
	margin-right: 1vw;
}
.sosmed a:hover{
	color: #0056b3;
	text-decoration: none;
}
.strip{
	border-right: 1px solid;
	min-width: 1px;
	min-height: 30px;
	font-size: 18pt;
}
.footer-menu{
	color: #000;
	font-size: 15pt;
	padding-left: 20px;
	padding-right: 20px;
}
.footer-menu:hover{
	text-decoration: none;
}
.row-logo{
	padding-top: 20px;
	padding-bottom: 20px;
}
.text-footer{
	margin-top: 10px;
	font-size: 13pt;
	font-weight: bold;
	color:#fff;
}
.text-footer a{
	color: #fff;
}
.footer-logo{
	margin-right: 10px;
}
@media(max-width: 767px){
	.row-logo{
		padding-bottom: 0px;
	}
	.btn-to-top{
		bottom: 8vw;
		right: 3vw;
		max-width: 120px;
	}
	.btn-to-top img{
		width: 50%;
	}
}
@media(min-width: 426px)and(max-width: 449px){
	.footer-logo {
	    margin-right: 9px;
	}
}
@media(max-width:425px){
	.footer-logo{
		width: 90px;
	    margin-right: 10px;
	}
	.text-footer{
		font-size: 8pt;
		font-weight: bold;
	}
}
@media(max-width: 320px){
	.footer-logo{
		width: 50px;
	}
	.text-footer{
		font-size: 7pt;
		font-weight: bold;
	}	
}
/*================================ END FOOTER ==============================*/