
@import "fontface.css";

body{
	padding-top: 86px;
	/*background-color: #013d9e;*/
}
hr{
	/*border-top: 1px solid #b1b1b1;*/
	border-top: 1px solid #ddd;
}
b, strong{
	font-family: 'Ubuntu Bold';
}
.back-to-top{
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 999;
	border: 2px solid #00aeef;
	background-color: #00aeef;
	color: #fff !important;
}
.back-to-top:hover{
	color: #c5c5c5 !important;
	border: 2px solid #058abb;
	background-color: #058abb;
}
.goc-vmiddle{
	display: inline-block;
	vertical-align: middle;
	float: none;
}
/*======================================================================== ANI =============================================================================== */
.goc-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;
}
.goc-hov-shrink:hover, .goc-hov-shrink:focus, .goc-hov-shrink:active{
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}
/*====================================================================== END ANI =============================================================================== */


/*======================================================================== BUTTON =============================================================================== */
.btn{
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.btn:hover{
	color: #fff;
	text-decoration: none;
}
.btn-grad-orange{
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #F3501D;
	*background-color: #d84315;
	background-image: -moz-linear-gradient(top, #F3501D, #d84315);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F3501D), to(#d84315));
	background-image: -webkit-linear-gradient(top, #F3501D, #d84315);
	background-image: -o-linear-gradient(top, #F3501D, #d84315);
	background-image: linear-gradient(to bottom, #F3501D, #d84315);
	background-repeat: repeat-x;
	border-color: #d84315;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3501D', endColorstr='#d84315', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-grad-orange:hover,
.btn-grad-orange:focus,
.btn-grad-orange:active,
.btn-grad-orange.active,
.btn-grad-orange.disabled,
.btn-grad-orange[disabled]{
	color: #FFFFFF;
	background-color: #d84315;
	*background-color: #003bb3;
}
.btn-grad-blue{
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #16A1E2;
	*background-color: #107bbe;
	background-image: -moz-linear-gradient(top, #16A1E2, #107bbe);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#16A1E2), to(#107bbe));
	background-image: -webkit-linear-gradient(top, #16A1E2, #107bbe);
	background-image: -o-linear-gradient(top, #16A1E2, #107bbe);
	background-image: linear-gradient(to bottom, #16A1E2, #107bbe);
	background-repeat: repeat-x;
	border-color: #107bbe;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16A1E2', endColorstr='#107bbe', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-grad-blue:hover,
.btn-grad-blue:focus,
.btn-grad-blue:active,
.btn-grad-blue.active,
.btn-grad-blue.disabled,
.btn-grad-blue[disabled]{
	color: #FFFFFF;
	background-color: #107bbe;
	*background-color: #003bb3;
}
.btn-purple{
	color: #fff;
	background-color: #5d6ee4;
	border-color: #5d6ee4;
}
.btn-purple.focus,
.btn-purple:focus,
.btn-purple:hover{
	color: #fff;
	background-color: #4757c7;
	border-color: #4757c7;
	-webkit-box-shadow: 1px 2px 10px 0 #8b96e4;
	-moz-box-shadow: 1px 2px 10px 0 #8b96e4;
	box-shadow: 1px 2px 10px 0 #8b96e4;
}
.btn-goc-submit{
	font-family: 'Ubuntu Bold';
	font-size: 18px;
	letter-spacing: 1.5px;
	padding: 8px 12px;
}
.btn-danger:hover,
.btn-danger:focus{
	-webkit-box-shadow: 1px 2px 10px 0 #c70600;
	-moz-box-shadow: 1px 2px 10px 0 #c70600;
	box-shadow: 1px 2px 10px 0 #c70600;
}
.btn-success:hover,
.btn-success:focus{
	-webkit-box-shadow: 1px 2px 10px 0 #5cb85c;
	-moz-box-shadow: 1px 2px 10px 0 #5cb85c;
	box-shadow: 1px 2px 10px 0 #5cb85c;
}
.btn-warning:hover,
.btn-warning:focus{
	-webkit-box-shadow: 1px 2px 10px 0 #f0ad4e;
	-moz-box-shadow: 1px 2px 10px 0 #f0ad4e;
	box-shadow: 1px 2px 10px 0 #f0ad4e;	
}
/*======================================================================== END BUTTON =============================================================================== */

/*======================================================================== MAIN MENU =============================================================================== */
.nav > li > a{
	padding: 5px;
	margin: 10px 22px;
}
.navbar{
	border-radius: 0;
	font-family: 'Ubuntu Regular';
	font-size: 12pt;
	margin-bottom: 0;
}
.navbar-inverse{
	background-color: #151618;
	border-color: transparent;
}
.navbar-inverse .navbar-nav > li > a{
	color: #6ecce5;
}
.navbar-nav{
	float: none;
	text-align: center;
}
.navbar-nav > li{
	float: none;
	display: inline-table;
}
@media(max-width: 767px){
	.navbar-toggle.navbar-left{
		float: left;
	}
	.nav > li > a{
		padding: 10px 20px;
	}
	.navbar-nav{
		text-align: left;
	}
	.navbar-nav > li{
		display: block;
	}
	.glyphicon{
		font-size: 10pt;
	}
}
.navbar-goc{
	background: url('../images/layout/mainmenu/bg.jpg') no-repeat center bottom;
	height: 86px;
	padding: 15.5px 0;
	background-size: 100% 100%;
}
ul.goc-main-navbar{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: table;
	text-align: left;
	width: 100%;
}
ul.goc-main-navbar li{
	display: inline-table;
	vertical-align: middle;
	text-align: center;
}
ul.goc-main-navbar li a{
	border-bottom: 1px solid transparent;
	text-transform: uppercase;
	transition: all .5s;
}
ul.goc-main-navbar li:nth-child(2){
	margin-left: 30px;
}
ul.goc-main-navbar li:nth-child(2) a:before{
	content: '';
	position: absolute;
	border-left: 1px solid #2f6baf;
	height: 30px;
	left: -25px;
	top: 0;
}
ul.goc-main-navbar li a:hover:after,
ul.goc-main-navbar li a.selected:after{
	content: '';
	border-style: solid;
	border-width: 4px;
	border-color: #a0afc1 transparent transparent transparent;
	position: absolute;
	left: 45%;
	top: 100%;
	margin-top: 1px;
	transition: all .5s;
}
ul.goc-main-navbar li:last-child a:hover:after,
ul.goc-main-navbar li:last-child a.selected:after{
	content: '';
	border-style: unset;
	border-width: unset;
	border-color: unset;
	position: unset;
	left: unset;
	top: unset;
	margin-top: unset;
	transition: unset;
}
ul.goc-main-navbar li a:hover,
ul.goc-main-navbar li a.selected{
	color: #fff;
	border-bottom: 1px solid #a0afc1;
	transition: all .5s;
}
ul.goc-main-navbar li a.goc-partner-login{
	position: relative;
	box-sizing: border-box;
	background: #012148;
	background-clip: padding-box;
	border: solid 1px transparent;
	border-radius: 4px;
	padding-left: 15px;
	padding-right: 15px;
}
ul.goc-main-navbar li a.goc-partner-login:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -2px;
	border-radius: inherit;
	background: linear-gradient(to bottom, #076f8b, #4a8a52, #808623, #806323);
}
ul.goc-main-navbar li a.goc-partner-login:focus,
ul.goc-main-navbar li a.goc-partner-login:hover{
	background-color: #021d3b;
}
ul.goc-main-navbar li>img{
	cursor: pointer;
}

ul.goc-member-navbar{
	list-style-type: none;
	padding: 9px 0;
	margin: 0;
	display: table;
}
ul.goc-member-navbar li{
	display: inline-table;
	vertical-align: middle;
	margin-right: 10px;
}
ul.goc-member-navbar li:last-child{
	margin-right: 0;
}
ul.goc-member-navbar>li:first-child>a{
	position: relative;
}
ul.goc-member-navbar>li:first-child>a:before{
	content: '';
	position: absolute;
	border-left: 1px solid #2f6baf;
	height: 30px;
	left: -20px;
	top: 0;
}
ul.goc-member-navbar li a.btn{
	padding: 6px 18px;
}
.goc-member-dropdown{
	background: url('../images/layout/mainmenu/bg-dropdown.jpg') no-repeat center top;
	width: 262px;
	top: 42px;
	left: 12px;
	padding: 20px 25px;
	background-size: cover;
}
ul.goc-member-dropdown-list{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: table;
}
ul.goc-member-dropdown-list li{
	display: inline-table;
	width: 100%;
	margin-bottom: 10px;
}
ul.goc-member-dropdown-list li:last-child{
	margin-bottom: 0;
}
.btn-member-dropdown{
	border: 1px solid #4f79aa;
	border-radius: 4px;
	color: #fff;
	white-space: normal;
	word-break: break-all;
}
.btn-member-dropdown:hover,
.btn-member-dropdown:focus{
	color: #6ecce5;
}
.btn-danger{
	color: #fff;
	background-color: #c70600;
	border-color: #c70600;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover{
	color: #fff;
	background-color: #940904;
	border-color: #940904;
}
@media(max-width: 768px){
	ul.goc-member-navbar{
		padding: 0;
	}
	ul.goc-member-navbar>li:first-child>a:before{
		content: '';
		position: absolute;
		border-left: 0;
		height: 0;
		left: 0;
		top: 0;
	}
	ul.goc-member-navbar li{
		display: inline-table;
		width: 49%;
		margin-right: 0;
	}
	ul.goc-member-navbar li:last-child{
		text-align: right;
	}
}
/*================================================================ END MAIN MENU ==========================================================================*/

/*================================================================ FOOTER ==========================================================================*/
.goc-footer{
	background-color: #013b7d;
	color: #6ecce5;
	padding: 20px 0;
	font-family: 'Ubuntu Regular';
	text-align: center;
	font-size: 12px;
}
.goc-footer-content{
	position: relative;
}
.goc-footer-content p{
	margin: 0;
}
ul.goc-footer-info-list{
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px;
	display: table;
	width: 100%;
}
ul.goc-footer-info-list li{
	display: inline-table;
	margin-right: 15px;
}
ul.goc-footer-info-list li a{
	border-right: 1px solid #6ecce5;
	color: #6ecce5;
	padding-right: 15px;
}
ul.goc-footer-info-list li a:hover{
	color: #fff;
}
ul.goc-footer-info-list li:last-child a{
	border-right: 0;
}
ul.goc-footer-sosmed{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: table;
	position: absolute;
	top: -3px;
	right: 60px;
}
ul.goc-footer-sosmed li{
	display: inline-table;
	margin-right: 10px;
}
/*============================================================== END FOOTER ========================================================================*/

/*================================================================= GOC MAIN CONTENT ========================================================================*/
.goc-content{
	background: url('../images/layout/global/bg.jpg') no-repeat center top;
	min-height: 810px;
	background-size: 100%;
	background-color: #013d9d;
}
@media(max-width: 1440px){
	.goc-content{
		min-height: 660px;
	}
}
.goc-shadow{
	-webkit-box-shadow: 0 0 10px 0 #979797;
	-moz-box-shadow: 0 0 10px 0 #979797;
	box-shadow: 0 0 10px 0 #979797;
}
/*============================================================== END GOC MAIN CONTENT ========================================================================*/

/*================================================================ FORM ========================================================================*/
.form-group{
	font-family: 'Ubuntu Regular';
	color: #666666;
}
.form-group label{
	font-family: 'Ubuntu Bold';
	font-weight: unset;
}
.form-control{
	border: 2px solid #dddddd;
	border-radius: 2px;
}
.form-control:focus{
	border-color: #b1b8f3;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(187, 193, 243, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(187, 193, 243, 0.6);
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	cursor: not-allowed;
}
@keyframes hover-color{
	from{ border-color: #636363; }
	to{ border-color: #5d6ee4; } 
}
.goc-radio,
.goc-checkbox{
	position: absolute;
	left: 24px;
	opacity: 0;
}
.goc-radio[disabled],
.goc-checkbox[disabled]{
	cursor: not-allowed;
}
.goc-radio + label,
.goc-checkbox + label{
	position: relative;
	display: block;
	padding-left: 30px;
	cursor: pointer;
	vertical-align: middle;
	margin-bottom: 5px;
	color: #666666;
}
.goc-radio + label:hover:before,
.goc-checkbox + label:hover:before{
	animation-duration: 0.4s;
	animation-fill-mode: both;
	animation-name: hover-color;
}
.goc-radio + label:before{
	border-radius: 50%;
}
.goc-radio + label:after{
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #5d6ee4;
}
.goc-radio + label:before,
.goc-checkbox + label:before{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	content: '';
	border: 2px solid #636363;
}
.goc-radio + label:after,
.goc-checkbox + label:after{
	position: absolute;
	display: none;
	content: '';
}
.goc-radio[disabled] + label,
.goc-checkbox[disabled] + label{
	cursor: not-allowed;
	color: #e4e4e4;
}
.goc-radio[disabled] + label:hover, 
.goc-radio[disabled] + label:before, 
.goc-radio[disabled] + label:after,
.goc-checkbox[disabled] + label:hover,
.goc-checkbox[disabled] + label:before,
.goc-checkbox[disabled] + label:after{
	cursor: not-allowed;
}
.goc-radio[disabled] + label:hover:before,
.goc-checkbox[disabled] + label:hover:before{
	border: 1px solid #e4e4e4;
	animation-name: none;
}
.goc-radio[disabled] + label:before,
.goc-checkbox[disabled] + label:before{
	border-color: #e4e4e4;
}
.goc-radio:checked + label:before,
.goc-checkbox:checked + label:before{
	animation-name: none;
}
.goc-radio:checked + label:after,
.goc-checkbox:checked + label:after{
	display: block;
}
.goc-radio:checked + label:before{
	border: 2px solid #5d6ee4;
}
.goc-radio:checked[disabled] + label:before{
	border: 2px solid #c9e2f9;
}
.goc-radio:checked[disabled] + label:after{
	background: #c9e2f9;
}
.goc-checkbox + label:before{
	border-radius: 3px;
}
.goc-checkbox + label:after{
	top: 2px;
	left: 7px;
	box-sizing: border-box;
	width: 6px;
	height: 12px;
	transform: rotate(45deg);
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
	border-top: 0;
	border-left: 0;
}
.goc-checkbox:checked + label:before{
	border: #5d6ee4;
	background: #5d6ee4;
}
.goc-checkbox:checked[disabled] + label:before{
	border: #c9e2f9;
	background: #c9e2f9; 
}
/*============================================================== END FORM ========================================================================*/
