.readmore{
    background-color: #E81F27 !important;
    border-color: #666 !important;
    
}
.readmore:hover, .btn-default:not(:disabled):active, .readmore:not(:disabled):active, .readmore:not(.disabled):active {
    background-color: #ff3333 !important;
    border-color: #666 !important;
}

@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

.table-member .danger td{
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #E81F27 !important;
  font-weight: bold;
  color: #fff;
}

/*------------------------------------------*/
/*	    Fonts
/*------------------------------------------*/

/*------------------------------------------*/
/*	    General
/*------------------------------------------*/
/* General */
body {	
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
    line-height: 22.5px;
	font-weight: 300;
	color: #353535;
}
strong, b {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	list-style: none;
}
ul {
    padding: 0;
    margin: 0;
}
a {
    color: inherit;
	outline: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
a:hover {
    color: #cd3333;
}
a, a:hover {
    text-decoration: none;
}
a, a:focus{
	outline: 0;
}
i {
	font-size: 1.1em;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
p strong {
	font-weight: 600;
}
.page{padding:40px 0;}

/*------------------------------------------*/
/*	    Rewrtie bootstrap
/*------------------------------------------*/

/* equal column */
@media(min-width:768px){
	.row-eq-height{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}

	.row-eq-height > [class*="col-"]{
		display: flex;
		flex-direction: column;
	}
}

/* thumbnail */
.thumbnail {
	border-width: 0;
	padding: 0;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.thumbnail .caption{
	padding: 5px 15px;
}

.page h1,.page h2{
	font-family:impact;
}
.page .page{padding:0}
/*------------------------------------------*/
/*	        Header
/*------------------------------------------*/
/* top-bar */
.top-bar{
	height: 40px;
	line-height: 40px;
	/* overflow: hidden; */
	border-bottom: 1px solid #f4f4f4;
}
.top-bar .contact-info{list-style:none;margin:0;padding:0;font-size: 12px;color:#353535;border:0;}
.top-bar .contact-info li{height:30px;line-height:30px;display: inline-block;margin-right:15px;}
.top-bar .contact-info li .fa{font-size:17px;color:#353535;}
.top-bar .contact-info .circle{border-color: #666;}

/***** lang button *****/
.lang-button{
	margin: 3px 0 0 15px;
	padding: 0;
	list-style: none;
}
.lang-button li{
	display: inline-block;
	margin-left: 5px;
}
.lang-button, .frm-search{
	display: inline-block;
}
.lang-button{
	margin: 0 30px 0 0;
}
.lang-button li{
	height: 40px;
	line-height: 40px;
	text-transform: capitalize;
	margin: 0;
}
.lang-button li:last-child:before{
	content: '|';
	margin: 0 7px;
}
.lang-button a{
	color: #333;
}

/*------------------------------------------*/
/*	        login dropdown
/*------------------------------------------*/
.user-bar .dropdown-menu{
	right:0;
	left:auto;
}
.user-bar a{
	text-decoration:none;
}
.user-bar li{
	float:left;
	padding-left:15px;
}
.user-bar li a .fa{
	margin-left: 5px;
}
.user-bar li li{
	float:none;
	padding-left:0;
}
.user-bar li li a{
	color:#0E2B4D;
}

/*------------------------------------------*/
/*	                Navbar
/*------------------------------------------*/
.navbar{
	border-radius: 0 0 0;
	border-width: 0;
	margin: 0;
	border-bottom:7px solid #E81F27;
}
.navbar-default{
	background: #fff;
}
.navbar-brand{padding-top: 5px;height:auto;}
.navbar-brand > img {
	height: 30px;
	margin-top: 5px;
}
.navbar-default .navbar-nav > li > a{
	color:#303030;
	font-size:14px;
}

@media(min-width:768px){
	
	.navbar.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	.navbar-collapse{
		text-align: center;
	}
	.navbar-nav{
		display: inline-block;
		float: none;
	}
	.navbar-brand{padding-top: 8px;}
	.navbar-brand > img {
		height: 55px;
		/* margin-top: 10px; */
	}
	.navbar-nav > li{
		margin-left: 30px;
	}
	.navbar-nav > li > a {
		text-transform: uppercase;
		padding: 30px 0;
	}
	.navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		background: #fff;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
		background-color: rgba(255,255,255,0);
	}
	
	/* submenu */
	.navbar ul ul {
		display: none !important;
	}
	.navbar-nav li:hover > ul {
		display: block !important;
		moz-animation: fadeInDown .1s ease-out ;
		-webkit-animation: fadeInDown .1s ease-out ;
		animation:fadeInDown .1s ease-out ;
	}
	.navbar-nav ul{
		margin: 0;
		padding: 0;
		width: 200px;
		border: 1px solid rgba(0, 0, 0, 0.05);
		border-width: 2px 0 0 0;
		border-style: solid;
		border-color: #ddd;
		font-size: 13px;
		text-transform: capitalize;

		box-shadow: 0 0 0 ;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.navbar-nav > li > .dropdown-menu{ 
		left: 0;
		right: auto;
	}
	.navbar-nav > li > .dropdown-menu li{ border-bottom: 1px solid #eee; position: relative }
	.navbar-nav > li > .dropdown-menu li:last-child{ border-bottom: 0 }
	.navbar-nav > li > .dropdown-menu li,
	.navbar-nav > li > .dropdown-menu li a { color: #999; font-weight: 300 }
	.navbar-nav > li > .dropdown-menu a { padding: 10px 15px; position: relative }
	.navbar-nav > li > .dropdown-menu a:hover,
	.navbar-nav > li > .dropdown-menu > .active > a, 
	.navbar-nav > li > .dropdown-menu > .active > a:focus, 
	.navbar-nav > li > .dropdown-menu > .active > a:hover{ background-color: #fff;color: #000 !important;}
	
	/* sub submenu */
	.navbar-nav ul ul{	
		left: 200px !important;
		top: -1px;
		border-top: 0;
	}
	
	.navbar-brand{
		/* margin-top: 10px; */
	}
}

/*------------------------------------------*/
/*	        Slider
/*------------------------------------------*/
#slider{
	overflow: hidden;
	border-bottom: 0 solid #434a54;
}
.carousel-inner{height: 100%;}
.carousel-inner > .item{height: 100%;}
.carousel-indicators{}
.carousel-progress{
	padding: 1px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.carousel-bar{
	height:3px;
	background:rgba(255, 255, 255, 0.7);
	display:block;
}
.carousel-control{
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 2px solid #F48422;
	background:#F48422;
	color: #fff;
	font-size: 20px;
	left: 0;
	opacity: 1;
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top: -25px;
	width: 45px;
	height: 45px;
	line-height: 40px;
	font-size: 20px;
	z-index: 10000;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-control.left{
	left: -100px;
}
.carousel-control.right{
	right: -100px;
}
#slider:hover .carousel-control.left{
	left: 20px
}
#slider:hover .carousel-control.right{
	right: 20px
}
.caption-container{text-align: right}
.carousel-caption{
	left: 0;
	right: 0;
	top: auto;
	bottom: 100px;
	padding: 0;
}
.carousel-caption h2{
	margin: 0;
}
.carousel-caption h2 span{
    font-family: 'titilliumweb bold';
	color: #fff;
	display: inline-block;
	font-size: 40px;
	text-transform: uppercase;
	/* width: 300px; */
}
.carousel-indicators li.active{
	background:#F9D900;
	border:none;
}
.carousel-indicators li{
	background:#fff;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img{
	width:100%;
}
@media(max-width:767px){
	.carousel-caption h2 span,.carousel-caption p span{
		width: 100%;
		text-align: center;
		display: block;
	}
}
.carousel-caption p span{
	color: #fff;
	display: inline-block;
	font-size: 24px;
	font-style: italic;
	line-height:35px;
	margin-bottom: 30px;
}
.carousel-caption .btn-default{
	border-color: #fff;
	background: rgba(0,0,0,0);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

/*------------------------------------------*/
/*	        Section
/*------------------------------------------*/
section{
	margin: 70px 0 70px;
}
section.margin0{
	margin: 0;
}
.heading{
	text-transform: uppercase;
	text-align: center;
	font-size: 36px;
	margin: 0 0 50px;
	position: relative;
	font-family:impact;
}
.heading2{
	font-size: 26px;
	position: relative;
}
/* .heading::before {
	content: '';
	height: 2px;
	width: 70px;
	position: absolute;
	right: 50%;
	margin-right: -35px;
	bottom: -10px;
	display: block;
	background: #ddd;
} */
.heading.heading-light{color: #fff}
.heading.heading-light::before{background: #fff}
.heading.heading-left{text-align:left;}
.heading-red{color:#EE231F;}
.heading-sidebar{
	font-size:26px;
	text-align: left;
}

/*------------------------------------------*/
/*			Features
/*------------------------------------------*/
.section-features{
	background:url('../images/bgfitur.jpg')bottom right no-repeat;
	background-size:100% auto;
	margin:0;
	padding:15px 0 120px 0;
}
.cfeature{
	position:relative;
	background:url('../images/bgservices.png') no-repeat;
	width:500px;
	height:500px;
	margin:auto;
}
.featuretab{
	/* position:absolute; */
}
.featurenavtab{
	position:absolute;
}
.featuretab .nav-tabs > li.active > a, .featuretab .nav-tabs > li.active > a:focus, .featuretab .nav-tabs > li.active > a:hover{
	box-shadow: 0px 0px 10px #888888;
}
.featuretab .nav-tabs > li > a{
	background:#FFF;
	border-radius:50%;
	width:100px;
	height:100px;
	border:1px solid #FFF;
	line-height:100px;

}
.featuretab .nav-tabs{
	border-bottom:0;
}
.tabmenu{
	position:absolute;
	text-align:center;
}
.tabmenu .fa{
	color:#E92229;
	font-size:40px;
}
.tabkonten{
	position:absolute;
	width:380px;
	height:200px;
	top:140px;
	left:-20px;
	right:0;
	margin:auto;
	text-align:center;
}
.featuretab .tab1{
	top:-50px;
	left:185px;
}
.featuretab .tab2{
	top:90px;
	right:-300px;
}
.featuretab .tab3{
	top:300px;
	right:-200px;
}
.featuretab .tab4{
	bottom:-430px;
	right:120px;
}
.featuretab .tab5{
	top:200px;
	left:-20px;
}
.featuretab .tab6{
	top:-10px;
	left:-120px;
}
@media only screen and (max-width : 1023px){
	.section-features{
		background:none;
	}
	.featuretab .nav-tabs > li > a{
		border:1px solid #ddd;
	}
}
@media only screen and (max-width : 767px){
}
@media only screen and (max-width : 639px) and (min-width : 320px){
	.section-features{
		background:none;
		/* background-size:cover;
		margin:0;
		padding:70px 0; */
	}
	.cfeature{
		position:relative;
		background:none;
		width:auto;
		height:auto;
		margin-left:0;
	}
	.featuretab{
		position:relative;
	}
	.featurenavtab{
		position:relative;
		text-align:center;
	}
	.featuretab .nav-tabs > li{
		float:center;
	}
	.featuretab .nav-tabs > li > a{
		background:#FFF;
		border-radius:50%;
		width:60px;
		height:60px;
		border:1px solid #ddd;
		line-height:45px;

	}
	.tabmenu{
		position:relative;
		text-align:center;
	}
	.tabmenu .fa{
		font-size:24px;
	}
	.tabkonten{
		position:relative;
		width:auto;
		height:auto;
		top:auto;
		left:auto;
		right:auto;
		/* margin:auto; */
		text-align:left;
	}
	.featuretab .tab1,
	.featuretab .tab2,
	.featuretab .tab3,
	.featuretab .tab4,
	.featuretab .tab5,
	.featuretab .tab6{
		top:auto;
		left:auto;
		right:auto;
		bottom:auto;
		margin-right:5px;
		margin-bottom:5px;
	}
}

/*------------------------------------------*/
/*			default image
/*------------------------------------------*/
.section-defimage{
	margin:0;
	height:400px;
}
/*------------------------------------------*/
/*			Latest Blog
/*------------------------------------------*/
.post-item{margin-bottom: 30px;}
.blog-text{
	position:relative;
	padding-top:0;
}
.post-date{
	text-align: center;
	position:absolute;
	left:-20px;
	top:-100px;
	color:#ED2226;
	width:90px;
	height:90px;
	border-radius:50%;
	overflow:hidden;
	font-size:20px;
	line-height:22px;
	background:#FFF;
	padding-top:15px;
}
.post-content{margin-bottom:30px;}

.box-image{
	max-height: 175px;
	overflow: hidden;
}


/*Testimoni*/
#testimony{
	color: #FFB600;

	text-align: center;
	padding: 50px 0;
}
#testimony .owl-page span{
	background: #FFB600;
}
.testimony-content{
	max-width: 600px;
	margin: 0 auto;
}
.testimony-content p{
	color: #FFFFFF;
	font-size: 24px;
	margin-bottom: 15px;
}
.testimonier{
	font-weight: 600;
	margin-bottom: 15px;
}
.testimony-list-home{
	padding: 30px;
}

/*------------------------------------------*/
/*			about - home
/*------------------------------------------*/
.about-text{
	margin-bottom:0;
}
.about-congaleri{
	position:relative;
	min-height:450px;
}
.about-congaleri .about-galeri{
	position:absolute;
	border:7px solid #FFF;
	overflow:hidden;
	border-radius:50%;
}
.about-congaleri .about-galeri.gal1{
	width:264px;
	height:264px;
	z-index:102;
	bottom:0;
	right:15px;
}
.about-congaleri .about-galeri.gal2{
	width:350px;
	height:350px;
	z-index:101;
	top:-100px;
	right:0;
}
.about-congaleri .about-galeri.gal3{
	width:360px;
	height:360px;
	z-index:100;
	top:0px;
	right:180px;
}

/*------------------------------------------*/
/*			Gallery
/*------------------------------------------*/
.section-gallery{ margin:0; }
.section-gallery li{
	display: inline-block;
	width: 20%;
	margin-bottom: -6px;
}
@media only screen and (max-width : 550px) {    
	.section-gallery li{
		width: 100%;
	}
}

@media only screen and (max-width : 767px)and (min-width : 551px){    
	.section-gallery li {
		width: 50%;
	}
}
.galeri-title{
	background:#ED2027;
	display:table;
	vertical-align:middle;
	text-align:center;
}
.section-gallery .heading{
	color:#FFCA0E;
	padding-top:40%;
}
/*Gallery*/
.img-holder a.href span.img-caption{
	width: 100%;
	height: auto;
	left: 0;
	border: 0;
	text-align: center;
	margin-left: 0;
	top: 70%;
	
	position: absolute;
}

/*FORM*/
.form-control{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.form-control{
	border-color: #00203F;
}
.form-control:focus{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	
	border-color: #FFB600;
}
.modal-theme{
	background: #002E5A;
	color: #FFF;
}
.modal-theme .modal-header, .modal-theme .modal-footer{
	border-color: #00203F;
}
.modal-theme .modal-header .modal-title{
	color: #FFB600;
}
.box{
	width: 100%;
	position: relative;
	border: 1px solid #ddd;
	background: #FFFFFF;
	margin-bottom: 10px;
}
.box a{
	color: #FFB600;
	opacity: 1;
}
.box a:hover{
	opacity: 0.6;
}
.box h1, .box h2, .box h3, .box h4{
	margin-top: 0;
	height: 40px;
	overflow: hidden;
}
.box-shadow{
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15), 0 4px 10px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15), 0 4px 10px 0 rgba(0,0,0,0.1);
	-o-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15), 0 4px 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15), 0 4px 10px 0 rgba(0,0,0,0.1);
}
.box-header{
	background: #eee;
	color: #ddd;
	padding: 5px 15px;
}
.box-content{
	padding: 15px;
}
.box-theme h1, .box-theme h2, .box-theme h3, .box-theme h4{
	margin: 0 !important;
}
.box-theme .box-header{
	background: #002e5a;
	color: #ffb600;
	padding: 10px 15px;
}
.box-thumb{
	width: 100%;
	height: 230px;
	overflow: hidden;
}
.box h1, .box h2, .box h3, .box h4{
	margin: 0 0 15px;
}
.box h1{
	font-size: 28px;
}
.box h2{
	font-size: 22px;
}
.box h3{
	font-size: 18px;
}
.thumb-sm{
	height: 200px;
}
.thumb-xs{
	height: 170px;
}
.img-holder{
	width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: relative;
}
.img-holder{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.img-holder a.img-src, .img-holder .caption-layer{
	display: block;
    opacity: 0;
	top: 0;
	left: 0;
    position: absolute;
	background: rgba(0,0,0,0.6);
	transform: scale(0,0);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
	height: 100%;
	width: 100%;
}
.img-holder .icon-link{
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(0,0,0,0.8);
	font-size: 18px;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.img-holder:hover a.img-src, .img-holder:focus a.img-src, .img-holder:hover .caption-layer, .img-holder:focus .caption-layer{
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	opacity: 1;
	height: 100%;
	width: 100%;
}
.img-holder a:hover, .img-holder a:focus{
	opacity: 1;
}
.img-holder .icon-link:hover, .img-holder .icon-link:focus{
	-moz-box-shadow: 0 2px 5px 0 rgba(255,255,255,0.3);
	-webkit-box-shadow: 0 2px 5px 0 rgba(255,255,255,0.3);
	-o-box-shadow: 0 2px 5px 0 rgba(255,255,255,0.3);
	box-shadow: 1px 2px 5px 1px rgba(255,255,255,0.3), 1px 2px 10px 1px rgba(255,255,255,0.1);
	
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.img-holder .icon-link:hover i, .img-holder .icon-link:focus i{
}
.img-holder img{
	-moz-transform: scale(1.4, 1.4);
	-webkit-transform: scale(1.4, 1.4);
	transform: scale(1.4, 1.4);
	display: block;
}


/*Image holder*/
.alumni-list .img-holder{
	position: relative;
}
.alumni-list .img-holder a.href{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	opacity: 0;
	-moz-transition: 0.3s all ease 0.3s;
	-webkit-transition: 0.3s all ease 0.3s;
	transition: 0.3s all ease 0.3s;
}
.alumni-list .img-holder a.href span{
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #FFF;
	border: 1px solid #FFF;
	left: 50%;
	top: 50%;
	margin-left: -18px;
	margin-top: -18px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.alumni-list .img-holder a.href span.img-caption{
	width: 100%;
	height: auto;
	left: 0;
	border: 0;
	text-align: center;
	margin-left: 0;
	margin-top: 18px;
}

.alumni-list .img-holder a.href:hover, .alumni-list .img-holder a.href:focus{
	opacity: 1;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.alumni-list .img-holder:hover a.href span, .alumni-list .img-holder:focus a.href span{
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 0.3s all ease 0.3s;
	-webkit-transition: 0.3s all ease 0.3s;
	transition: 0.3s all ease 0.3s;
}
/* Video */
.video-box{
	margin-bottom: 30px;
}
/*NO Thumbnail */
span.no-image{
	display: block;
	height: 225px;
	background: #f9f9f9;
	position: relative;
}
span.no-image b{
	display: block;
	height: 40px;
	line-height: 40px;
	width: 100%;
	color: #ddd;
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top: -20px;
	font-size: 18px;
}
/*------------------------------------------*/
/*			Contact
/*------------------------------------------*/
.contact-wrapper{
	margin-bottom: 30px;
}
.contact-intro{
	text-align: center;
	margin-bottom: 60px
}
.contact-info {
	padding: 30px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 30px;
}
.contact-info i {
	color: #ddd;
	font-size: 45px;
	margin: 0 0 15px;
}
.contact-info h5 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 15px 0 7px;
}
.contact-info  p{margin:0}
@media (min-width: 768px) {
	.contact-intro{margin: 0 20% 60px}
}
@media(max-width:767px){
	.contact-info {padding: 20px 10px;}
	.contact-info h5 {
		font-size: 14px;
		margin: 0;
	}
	.contact-info  p{font-size: 11px;}
}
.section-map{}
#map-canvass{height:600px}

/*------------------------------------------*/
/*			Page Nav
/*------------------------------------------*/
.page-nav{ margin: 30px 0; text-align: center; }
.page-nav ul{margin:0;padding:0}
.page-nav li{ display: inline-block; border:none !important }
.page-nav span,
.page-nav a{
	padding: 3px 10px;
	margin: 2px;
	color: #666;
	border: 1px solid #eee;
	display: block;
}
.page-nav span{ color: #999; }
.page-nav .active a,.page-nav .current{ background: #01B5EA; border-color: #01B5EA; color: #fff }
.page-nav .disabled span{ background: #fafafa; border-color: #eee }


/*------------------------------------------*/
/*			Footer
/*------------------------------------------*/
footer {
	background-color: #222;
	color: #fff;
	font-size: 14px;
}
.footer-section{
	padding: 30px 0 50px;
}
footer h3,footer h4{
	color: #fff;
	margin-bottom: 30px;
}
footer p ,
footer a {
	color: #fff;
}
footer a:hover {
	color: #666;
	text-decoration: underline;
}
footer .form-control,footer input[type="text"] {
	background-color: #222;
	border: 1px solid #444;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
	color: #fff;
	margin-bottom: 15px;
}
footer textarea.form-control {
	height: 80px;
}
footer .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #666;
	font-size: 12px;
}
footer .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #666;
	font-size: 12px;
}
footer .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #666;
	font-size: 12px;
}
footer .form-control:-moz-placeholder { /* Firefox 18- */
	color: #666;
	font-size: 12px;
}
.navbar-footer li a{
	text-transform: capitalize;
}
.connect-icon{width: 15px;}
.copyright-section {
	background: #111;
    padding: 15px 0;
	font-size: 12px;
	letter-spacing: 0.5px;
    border-top: 1px solid rgba(255,255,255,.06);
}
.copyright-section p{
	margin: 0;
}
.footer-section ul.social-icon{margin-top:40px;}

/*------------------------------------------*/
/*			sidebar
/*------------------------------------------*/
.sidebar{}
.sidebar .post-item{}
.sidebar .post-item .media .news-img{
	position:relative;
	width:140px;
}
.sidebar .post-item .post-date{
	left:-20px;
	bottom:-30px;
	top:auto;
}
.sidebar .post-item h4{
	margin-top:10px;
}

/*------------------------------------------*/
/*			Back to top
/*------------------------------------------*/
.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}
.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #444;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}


/*------------------------------------------*/
/*			Social button
/*------------------------------------------*/
.social-icon{
	list-style:none;
	padding: 0;
}
.social-icon li{
	display: inline-block;
	border-left: 1px solid rgba(0,0,0,0.03);
	margin-right: 10px;
	margin-bottom:5px;
}
.social-icon li:last-child{
	margin-right: 0;
}
.social-icon li:last-child{
	border-right: 1px solid rgba(0,0,0,0.03);
}
.social-icon a{
	/* background: #666; */
	color: #fff;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	text-align: center;
	position: relative;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.social-icon a:hover{
	color: #fff;
}
.social-icon a:hover:after{
	background: rgba(255,255,255,0.2);
	content: '';
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	right: 0;
	z-index: 1;
	position: absolute;
}
/* .social-icon .facebook{background: #3B5998;}
.social-icon .twitter{background: #00C5F9;}
.social-icon .google-plus{background: #E05A4E;}
.social-icon .linkedin{background: #117BB8;}
.social-icon .youtube{background: #CB312E;}
.social-icon .pinterest{background: #EE3324;}
.social-icon .flickr{background: #ED1384;}
.social-icon .dribbble{background: #EB4C89;}
.social-icon .skype{background: #00B0F6;}
.social-icon .rss{background: #FBA933;} */
.social-icon .facebook:hover{background: #3B5998;}
.social-icon .twitter:hover{background: #00C5F9;}
.social-icon .google-plus:hover{background: #E05A4E;}
.social-icon .linkedin:hover{background: #117BB8;}
.social-icon .youtube:hover{background: #CB312E;}
.social-icon .pinterest:hover,.social-icon .pinterest-p:hover{background: #EE3324;}
.social-icon .flickr:hover{background: #ED1384;}
.social-icon .dribbble:hover{background: #EB4C89;}
.social-icon .skype:hover{background: #00B0F6;}
.social-icon .rss:hover{background: #FBA933;}
.social-icon .instagram:hover{background: #262626;}


/*------------------------------------------*/
/*			Social Share
/*------------------------------------------*/
.social-share {margin-bottom: 15px;}
.social-share span {
	margin-right: 4px;
	font-size: 13px;
	color: #666;
}
.social-share a {
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.social-share a.facebook {color: #507CBE;}
.social-share a.facebook:hover {background-color: #3E68A8;color: #fff;}
.social-share a.twitter {color: #63CDF1;}
.social-share a.twitter:hover {background-color: #36BFED;color: #fff;}
.social-share a.google-plus {color: #F16261;}
.social-share a.google-plus:hover {background-color: #EF4545;color: #fff;}
.social-share a.linkedin {color: #90CADD;}
.social-share a.linkedin:hover {background-color: #72BBD3;color: #fff;}
.social-share a.pinterest {color: #C52228;}
.social-share a.pinterest:hover {background-color: #9E1B20;color: #fff;}
.social-share a.mail {color: #FFC107;}
.social-share a.mail:hover {background-color: #FFB300;color: #fff;}
.social-share a i {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: block;
	/* color: #fff; */
	font-size: 1em;
}
.social-share .sharethis{
	color:#FFF;
	background:#ED2027;
	border-radius:50%;
	box-shadow:0 0 10px #ddd;
	margin-right:15px;
	font-size:16px;
	width:32px;
	height:32px;
	display: inline-block;
}

/*Comment List*/
#comment-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
#comment-list li{
	display: block;
	margin-bottom: 10px;
}
.comment-author{
	font-weight: bold;
}
.comment-item p{
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.post-comment{
	margin: 20px 0;
}
#form-comment{
	margin-top: 20px;
}
.btn-comment,.readmore,.btn-readmore{
	background: #01B5EA;
	border-color:  #01B5EA;
	color: #fff;
	border-radius:40px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	padding:8px 20px;
}
.readmore,.btn-readmore{
	border-radius:0px;
	padding:8px 20px;
}
.btn-comment:hover,
.btn-comment.focus, .btn-comment:focus,
.btn-comment.active.focus,
.btn-comment.active:focus,
.btn-comment.active:hover,
.btn-comment.focus:active,
.btn-comment:active:focus,
.btn-comment:active:hover,
.open > .dropdown-toggle.btn-comment.focus,
.open > .dropdown-toggle.btn-comment:focus,
.open > .dropdown-toggle.btn-comment:hover,
.readmore:hover,
.readmore.focus, .readmore:focus,
.readmore.active.focus,
.readmore.active:focus,
.readmore.active:hover,
.readmore.focus:active,
.readmore:active:focus,
.readmore:active:hover,
.open > .dropdown-toggle.readmore.focus,
.open > .dropdown-toggle.readmore:focus,
.open > .dropdown-toggle.readmore:hover, 
.btn-readmore:hover,
.btn-readmore.focus, .btn-readmore:focus,
.btn-readmore.active.focus,
.btn-readmore.active:focus,
.btn-readmore.active:hover,
.btn-readmore.focus:active,
.btn-readmore:active:focus,
.btn-readmore:active:hover,
.open > .dropdown-toggle.btn-readmore.focus,
.open > .dropdown-toggle.btn-readmore:focus,
.open > .dropdown-toggle.btn-readmore:hover{
	background-color: #009FCC;
	border-color: #009FCC;
	color: #fff;
}
/*Member area*/
.nav-member{
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-member > li{
	display: block;
	border-bottom: 1px solid #eee;
	position: relative;
}
.nav-member > li > a i{
	margin-right: 5px;
	width: 20px;
}
.nav-member > li.active{
	border-color: teal;
}
.nav-member > li.active a, .nav-member > li:hover a{
	color: teal;
}
.nav-member > li > ul.submenu{
	position: relative;
	float: none;
	border: 0;
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: transparent;
	font-size: 13px;	
}
.nav-member > li > ul.submenu li{
	display: block;
	position: relative;
}
.nav-member > li > ul.submenu li a{
	padding: 10px 30px;
}
.nav-member > li > ul.submenu li a i{
	margin-right: 5px;
}
.nav-member .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover{
	background: #eee;
	color: inherit;
}
.menu-member{
	background: #F1F4F8;
	padding: 15px;
	float: left;
	min-height: 100%;
	z-index: 6666;
	margin-bottom:25px;
}

/*score test*/
.timer-score{
	padding: 15px;
	margin: 15px 0;
	border: 1px solid #ddd;
}
.test-timer{
	width: 150px;
	padding: 5px;
	font-size: 30px;
	text-align: center;
	color: #FFF;
	background: #C9302C;
}
.score{
	width: 150px;
	padding: 5px;
	font-size: 30px;
	text-align: center;
	border: 2px solid #ddd;
	float: right;
}
.txt-score{
	display: block;
	font-size: 12px;
}
.num-score{
	display: block;
	font-size: 60px;
}
.menu-member.move-left{
	left: 0;
	width: 0;
	padding: 0;
	overflow: hidden;
	top: 40px;
	
	-webkit-transition: 0 all ease 0.3s;
	-moz-transition: 0 all ease 0.3s;
	-o-transition: 0 all ease 0.3s;
	transition: 0 all ease 0.3s;
}
.menu-member.top-40{
	top: 40px;
}
.member-content.move-left{
	margin-left: 0;
	margin-top: 40px;
	padding: 0;
}

/* Guru */
/* .social-icon{
	margin: 0;
	padding: 0;
}
.social-icon li{
	display: inline-block !important;
	margin-right: 5px;
}
.social-icon li a{
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	width: 34px;
	height: 34px;
	color: #FFF;
	border: 1px solid #FFF;
	text-align: center;
	line-height: 34px;
	
	-moz-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
} */
.socmed-alumni li a{
    border: 1px solid #666 !important;
    color: #666 !important;
}
.socmed-alumni li a:hover, .socmed-alumni li a:focus{
    color: #FFF !important;
}
.guruSocmed{
	height: 40px;
}
.guruSocmed .social-icon a{
	border-color: #d1d1d1;
	color: #d1d1d1;
}
.guruSocmed .social-icon a:hover, .guruSocmed .social-icon a:focus{
	color: #FFFFFF;
}
.modal-body-login{
	overflow: hidden;
}
.help{
	position: fixed;
	right: -500px;
	top: 35%;
	width: 100%;
	max-width: 500px;
	border: 4px solid #9BB6D1;
	padding: 15px;
	background: #FFFFFF;
	color: inherit;
	z-index: 999;
	max-height: 400px;
	overflow-y: scroll;
	
	-moz-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.help.open{
	right: 0px;
}
.btn-help{
	position: fixed;
	right: 5px;
	top: 35%;
	width: 40px;
	height: 40px;
	background: #377BA7;
	border: 0;
	color: #2DC5C2;
	opacity: 0.5;
	
	-moz-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.btn-help.open{
	right: 505px;
}
.btn-help span{
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background: #FFF;
	line-height: 20px;
}
.list-help{
	list-style: circle; 
	padding: 15px;
	margin: 0;
	line-height: 2;
}
.btn-help:hover{
	opacity: 1;
}

@media(max-width:767px){
	.member-content{
		margin-left: 0px;
	}
	.btn-help.open{
		right:5px;
	}
}
/*------------------------------------------*/
/*	    Style Switcher
/*------------------------------------------*/
.switcher-box {
	width: 250px;
	left: -250px;
	top: 100px;
	bottom: 0;
	position: fixed;
	z-index: 99999999999;
	background: #17232b;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.switcher-body{
	padding: 15px 0;
}
.switcher-box.show{ left: 0; }
.switcher-box .open-switcher {
	border-width: 0;
	background: #09181f;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;	
	
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.switcher-box .open-switcher:active,
.switcher-box .open-switcher:focus {
	outline: none;
	font-style: none;
}
.switcher-box .switcher-head {
	background-color: #09181f;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	text-transform: uppercase;
}
.switcher-box h2 {
	background: #253844;
	color: #5d8397;
	display: block;
	font-size: 13px;
	margin: 0 15px;
	padding: 10px;
	text-align: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.switcher-box h2 span{
	margin-left: 8px;
	font-size: 12px;
}
.switcher-box .colors-list {
	line-height: 20px;
	padding: 10px 13px 0;
	list-style: none;
}
.switcher-box .colors-list li {
	display: block;
	float: left;
	margin: 0 3px 6px;
}
.switcher-box .colors-list li:last-child {
	float: none;
	margin: 0;
}
.switcher-box .colors-list li a {
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.theme-list{
	margin: 0;
	padding: 10px;
	list-style: none;
}
.theme-list li{
	float: left;
	padding: 5px;
	width: 50%;
}
.theme-list li:last-child {
	float: none;
	margin: 0;
}
.theme-list li a{
	background: #000;
	border: 1px solid #09181F;
	display: block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.theme-list li a:hover{
}
.theme-list li a img{
	width: 100%;
	opacity: 0.8;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.theme-list li a img:hover{
	opacity: 1;
}
.mCSB_inside > .mCSB_container {
	margin-right: 0 !important;
}

/*------------------------------------------*/
/*			Thumbnail [aspect ratio]
/*------------------------------------------*/
.square {
    position: relative;
    width: 100%;
}
.square:before {
    content:     "";
    display:     block;
    padding-top: 100%;
}
.square .square-content {
    position: absolute;
    top:      0;
    left:     0;
    bottom:   0;
    right:    0;
}
.img-wrap{
	width: 100%;
	height: 100%;
	position: relative;
    overflow: hidden;
}
.img-wrap img{
	min-width:100%;
	min-height:100%;
	
	position: absolute;
    top: -10000px;
    bottom: -10000px;
    left: -10000px;
    right: -10000px;
    margin: auto;
}

/* Other ratios - just apply the desired class to the "box" element */
.ratio2_1:before{
    padding-top: 50%;
}
.ratio1_2:before{
    padding-top: 200%;
}
.ratio4_3:before{
    padding-top: 75%;
}
.ratio16_9:before{
    padding-top: 56.25%;
}
.ratio2_1 .landscape, .ratio16_9 .landscape{max-height:inherit !important;max-width:100% !important;}
.ratio2_1 .potrait, .ratio16_9 .potrait{max-height:100% !important;max-width:inherit !important;}

.squared{max-width:100% !important;max-height:100% !important;}
.landscape{max-height:100% !important;max-width:inherit !important;}
.potrait{max-width:100% !important;max-height:inherit !important;}

.img-wrap.default{ background: #CDDC39; }


/*------------------------------------------*/
/*			Thumbnail hover animate
/*------------------------------------------*/

/***** Zoom *****/
.effect-zoom img{
	transition: all 0.5s ease 0s;
}
.effect-zoom:hover img{
	transform: scale(1.2);
	transition: all 0.5s ease 0s;
}

/***** Bubba *****/
figure.effect-bubba {
	text-align: center;
	cursor: pointer;
}
figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-bubba:hover img {
	opacity: 0.4;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}
figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba .icon-view {
	opacity: 0;
	color: #fff;
	display: block;
	font-size: 24px;
	height: 50px;
	left: 50%;
	line-height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
	z-index: 10;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-bubba:hover .icon-view {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/*------------------------------------------*/
/*			Animate
/*------------------------------------------*/
.animated{
	display:block;
	/*
	animation-duration: 3s;
	animation-delay: 2s;
	animation-iteration-count: infinite;
	*/
}
.animated.title{animation-delay: 0.5s;}
.animated.info{animation-delay: 1s;}
.animated.button{animation-delay: 1.5s;}


/*------------------------------------------*/
/*			Owl Carousel
/*------------------------------------------*/

/* Styling Owl Pagination*/
.owl-pagination {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 16px;
	height: 16px;
	margin: 2px 4px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #444;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.touch-slider:hover .owl-controls .owl-page span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	border-color: #00b6e3;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

/* Custom Owl Pagination*/
.owl-container{
	position: relative;
}
.owl-container .owl-buttons [class*="owl-"]{
	position: absolute;
	top: 50%;
	font-size: 24px;
	z-index: 1000;
}
.owl-container .owl-buttons .owl-prev{
	left: 0;
}
.owl-container .owl-buttons .owl-next{
	right: 0;
}

/* Styling Owl navigation*/
.owl-buttons .owl-prev,
.owl-buttons .owl-next{
	font-size: 36px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
}
.owl-buttons .owl-prev{left: 0;}
.owl-buttons .owl-next{right: 0;}

/*Event*/
.event-nav-tab{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
}
.event-nav-tab li{
	display: inline-block;
	font-size: 16px;
}
.event-nav-tab li a{
	display: block;
	padding: 10px 15px;
	color: #F48533;
	background: #FFFFFF;
	border-top: 1px solid #F48533;
	border-right: 1px solid #F48533;
	text-transform: uppercase;
	font-weight: 500;
	
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.event-nav-tab li:first-child a{
	border-left: 1px solid #F48533;
}
.event-nav-tab li.active a{
	background: #F48533;
	color: #FFFFFF;
}
.event-tab-content{
	border: 1px solid #F48533;
	padding: 15px;
	
}
.event-tab-list{
	position: relative;
}
.event-tab-list:before{
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	background: #ddd;
	left: 32px;
}
.event-list-date{
	float: left;
	width: 64px;
}
.event-list-date{
	float: left;
	width: 65px;
	text-align: center;
	position: relative;
}
.event-date-day{
	display: inline-block;
	width: 40px;
	margin: 0 auto;
	height: 40px;
	border: 1px solid #ddd;
	background: #FFFFFF;
	line-height: 40px;
	font-weight: 600;
	
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.event-date-month {
	display: block;
}
.event-list-content{
	margin-left: 80px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.event-list-content a{
	color: inherit;
}
.event-list-content h3{
	padding:0;
	margin-top:0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.event-content-date{
	color: #F48533;
	font-weight: 600;
	text-transform: uppercase;
}
.event-tab-list li:hover .event-date-day{
	background: #F48533;
	color: #FFFFFF;
	border: 1px solid #F48533;
}
.event-tab-list li:hover .event-list-content{
	border-color: #F48533;
}



.post-content ol, .post-content ul {
  list-style: outside none outside;
}

.post-content ol {
    list-style-type: decimal !important;
}

.post-content ul {
    list-style-type: disc !important;
}

.post-content table tr th,
.post-content table tr td {
    padding: 1rem;
}








/*Comment List*/
#comment-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

#comment-list li{
	display: block;
	margin-bottom: 10px;
}
.comment-author{
	font-weight: bold;
}
.comment-item p{
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.comment-date{
	color:#CD0000;
	font-size:11px;
}

.post-comment{
	margin: 20px 0;
}
#form-comment{
	margin-top: 20px;
}
/* ======================================
Form 
========================================*/

/* btn */
.btn{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	/* border-radius: 0; */
}
.btn-default{
	background: #01B5EA;
	border-color:  #01B5EA;
	color: #fff;
	/* border-radius:40px; */
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	padding:7px 20px;
}
.section-about .btn-default{
	border-radius:40px;
}
.btn-default:hover,
.btn-default.focus, .btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
	background-color: #009FCC;
	border-color: #009FCC;
	color: #fff;
}
.form-group.date,.form-group.stat {
    position: relative;
}
.form-test{text-align:right;}

/* input */
.form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form-control:focus {
	box-shadow: none;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.control-group select, .control-group textarea, .control-group input[type="text"], .control-group input[type="password"], .control-group input[type="datetime"], .control-group input[type="datetime-local"], .control-group input[type="date"], .control-group input[type="month"], .control-group input[type="time"], .control-group input[type="week"], .control-group input[type="number"], .control-group input[type="email"], .control-group input[type="url"], .control-group input[type="search"], .control-group input[type="tel"], .control-group input[type="color"] {
	background: none 
	repeat scroll 0 0 #FFFFFF;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
	background-color: #FFFFFF;
	border-color: #01B5EA;
	color: #696969;
	box-shadow: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	background-color: #FFFFFF;
	border-color: #D5D5D5;
	border-width: 1px;
	color: #858585;
	box-shadow: none;
}
.checkbox label, .radio label {
	padding-left: 0;
	padding-right: 20px;
}
.checkbox-inline, .radio-inline {
	padding-left: 0;
}
.checkbox input[type=checkbox],.radio input[type=radio],.checkbox-inline input[type=checkbox],.radio-inline input[type=radio] { margin-left:0;position:relative; }
input[type=checkbox]+.lbl,
input[type=radio]+.lbl {
	cursor: pointer;
	font-weight: normal;
	padding-left: 25px;
	padding-top: 5px;
	position: relative;
}
input[type=checkbox]:disabled+.lbl, input[type=radio]:disabled+.lbl { color: #bbb; cursor: not-allowed }
input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before,
input[type=radio]+.lbl::after{
	position: absolute;
	display: block;
	left: 0;
	top: 3px;
}
input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before{
    font-family: fontAwesome;
    content: "\a0";
    border: 1px solid #CCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	font-size: 12px;
    height: 16px;
    line-height: 14px;
    width: 16px;
	text-align: center;
}
input[type=checkbox]:checked+.lbl::before,
input[type=radio]:checked+.lbl::before {
    content: '\f00c';
    background-color: #fff;
    border-color: #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1)
}
input[type=radio]+.lbl::before,
input[type=radio]:checked+.lbl::before {
    content: "";
	border-radius: 8px;
}
input[type=radio]:checked+.lbl::after {
    background: #00b6e3;
	border-radius: 8px;
	content: "";
	height: 10px;
	left: 3px;
	top: 6px;
	width: 10px;
}
input[type=checkbox]:disabled+.lbl::before,
input[type=radio]:disabled+.lbl::before,
input[type=checkbox][disabled]+.lbl::before,
input[type=radio][disabled]+.lbl::before,
input[type=checkbox].disabled+.lbl::before,
input[type=radio].disabled+.lbl::before {
    background-color: #DDD!important;
    border-color: #CCC!important;
    box-shadow: none!important;
    color: #BBB
}
input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before{
    color: #00b6e3;
}
input[type=checkbox]:hover+.lbl::before,
input[type=radio]:hover+.lbl::before,
input[type=checkbox]+.lbl:hover::before,
input[type=radio]+.lbl:hover::before {
    border-color: #ffc107
}
.checkbox, .radio {
	margin-bottom: 15px;
}
.btn-spinner{
	font-size: 18px;
	border: 1px solid #ddd;
}


/*------------------------------------------*/
/*			Misc
/*------------------------------------------*/
.xhide{opacity:0}
.iconleft{margin-right:5px}
.iconright{margin-left:5px}
.no-border{border:none}
.no-shadow{box-shadow: 0 0 rgba(0,0,0,0)}
.circle{
	border: 1px solid #bbb;
	padding: 4px;
	
	webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
		-o-border-radius: 50%;
		   border-radius: 50%;
}
.list-item{
	margin-bottom: 30px;
}
.icon-sm{
	width: 25px;
}
.icon-lg{
	width: 60px;
	font-size: 48px;
}

/* sparator */
.sparator{
	background: #333;
	height: 1px;
}

/* typo */
.lowercse{text-transform: lowercse !important;}
.uppercase{text-transform: uppercase !important;}
.capitalize{text-transform: capitalize !important;}

/* color */
.white{color: #ffffff !important}
.red{color: #cd3333 !important}
.orange{color: #FF9800 !important}
.deep-orange{color: #f46e39 !important}
.purple{color: #c032bb !important}
.green{color: #37c770 !important}
.lime{color: #CDDC39 !important}
.lime-dark{color: #827717 !important}
.blue{color: #4993e6 !important}
.amber{color: #FFC107 !important}
.pink{color: #e91e63 !important}

/* tambahan pras */

/* file upload */
.uploadgambar .control-group{text-align:left;}
.upload-file{
	border: 1px solid #ddd;
	height: 140px;
	/* margin: 0 auto; */
	text-align: center;
	position: relative;
	padding: 4px;
	overflow: hidden;
	
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	width:140px;
}
.upload-file .preview{
	background: #FAFAFA;
	display: block;
	height: 100%;
}
.upload-file .preview div{
	height: 100%;
	text-align: center;
}
.upload-file img{
	height: 100%;
	border: none;
}
.upload-file span.bg-transparent{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
.upload-file-input{
	position: absolute;
	top: -25px;
	right: 4px;
	z-index: 100;
	
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
.upload-file:hover .upload-file-input{
	top: 4px;
	
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.upload-file:hover  span.bg-transparent{background: rgba(255, 255, 255, 0.5);}
.upload-file-input a,
.upload-file-input .button{
	border: 1px solid rgba(0,0,0,0.15);
	float: right;
	height: 22px;
	line-height: 22px;
	width: 22px;
	color: #fff;
	margin-left: 2px;
}
.upload-file-input a.delFile{background: #B22222;}
.upload-file-input a.restoreFile{background: #6B8E23;}
.upload-file-input .button{
	background: #4682B4;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	
	box-shadow: 0 0 0 transparent;
	
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.upload-file-input a.delFile:hover{background: #a31f1f;}
.upload-file-input a.restoreFile:hover{background: #638320;}
.upload-file-input .button:hover{background: #4077a4;}
.upload-file-input button{
	border: 1px solid transparent;
	height: 20px;
	line-height: 20px;
	width: 100%;
	color: #fff;
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}
.upload-file-input input[type=file]{ cursor: pointer; }
.upload-file-input [class^="icon-"], [class*=" icon-"]{margin:0!important;}

.successUpload, .errorUpload{
	padding:4px;
	margin:0 0 5px 0;
}
.successUpload{color:#666600;}
.errorUpload{
	background: #F2DEDE;
	border: 1px solid #EED3D7;
	color: #B94A48;
	font-size: 12px;
	margin: 10px 0 0;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.clean .errorUpload{
	background: none;
	border: 1px solid rgba(255, 255, 255, 0);
	margin: 0 0 0 5px;
}
.file-progress{
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	display: none;
}
.clean .file-size{
	line-height: 28px;
	margin-left: 10px;
	font-style: italic;
}
.form-surat label{ min-width:120px; }

.banner-top{ text-align:right;}
.banner-top img{
	max-height:110px;
}

.category{
	text-align:left;
	padding:1em;
}

.category ul{
	padding:0;
	margin-bottom:1.5em;
}
.category li{
	list-style:none;
	display:inline-block;
	margin-bottom:15px;
}
.category a{
	background: #fafafa;
	border: 1px solid #ddd;
	color: #666;
	margin-right: 5px;
	padding: 5px 10px;
}
.category a:hover,
.category a:focus{
	text-decoration: none;
	background: #616161;
	color: #FFF;
}
.category .active a{background: #616161;color: #fff; }
.menu-member{max-width:280px;}

.panel-default.panel-jadwal > .panel-heading{background:#E81F27;}
.panel-jadwal h4.panel-title{padding-bottom:0;font-weight:bold;color:#fff;}
.panel-jadwal .panel-heading a{display:block;}
.panel-jadwal .panel-heading a:hover,.panel-jadwal .panel-heading a:focus,.panel-jadwal .panel-heading a:active{color:#fff;}
.panel-jadwal .panel-collapse{overflow:hidden;}

.member-contents select.form-control-sm{
	padding: 3px 12px;
}
@media(max-width:767px){
	.menu-member{max-width:100%;}
}
/* tambahan pras */

@media(max-width:1023px){
	.navbar-nav > li > a{padding:15px 0;}
}
@media(max-width:639px){
	.section-features{padding-top:0px;}
}
@media(max-width:767px){
	footer .widget-item{
		margin-top:40px;
	}
	footer .widget-item h4{
		margin-bottom:10px;
	}
	.navbar-nav > li > a{padding-top:10px;padding-bottom:10px;}
	.menu-member{float:none;}
}
@media(min-width:768px){
	.footer-section ul.social-icon{
		margin-bottom:30px;
	}
}
@media(min-width:992px){}
@media(min-width:1200px){}



.test-form .media-body {
    color: #333;
}
.test-form .panel-body {
    background: #fff;
}

.timer-score {

    padding: 15px;
    margin: 15px 0;
    border: 1px solid #ddd;

}

.test-timer {

    background: #c9302c;
    color: #fff;
    display: inline-block;
    font-size: 72px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 330px;

}

.score {

    height: 100px;
    width: 120px;
    padding: 5px;
    font-size: 30px;
    text-align: center;
    border: 2px solid #ddd;
    float: right;

}

.txt-score {

    display: block;
    font-size: 12px;

}

.num-score {

    display: block;
    font-size: 60px;
    line-height: 60px;

}

.row-eq-height {

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;

}

.panel-pembahasan .panel-body {
    background: #ffff;
    color: #333;
}
.media-pebahasan .media-body {
    color: #333;
}
.media-pebahasan .media-left {
    color: #333;
}
.panel-pembahasan h4 {
    color: #333;
}


.score {

    height: 100px;
    width: 120px;
    padding: 5px;
    font-size: 30px;
    text-align: center;
    border: 2px solid #ddd;
    float: right;

}

.txt-score {

    display: block;
    font-size: 12px;

}

.num-score {

    display: block;
    font-size: 60px;
    line-height: 60px;

}

.row-eq-height {

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;

}

.test-timer {

    width: 240px;
    padding: 16px;
    font-size: 52px;
    text-align: center;
    color: #FFF;
    background: #C9302C;

}
.text-justify .post-title{text-align:left;} 
.navbar-nav > li > .dropdown-menu a > b {display:none;}

.responsive-calendar .day.today a {
     background: #337AB7;
    color: #ffffff;
}
.responsive-calendar .day.active a {
    background-color: #2291BF !important;
    color: #ffffff;
}

.responsive-calendar .day.active a:hover{
    background: #2291BF;
    opacity: 0.7;
}
.responsive-calendar .day.active span{
    background: #2291BF;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 10px;
    width: 18px;
    
    height: 18px;
}  
.responsive-calendar .day a:hover {
    background-color: #2291BF !important;
    text-decoration: none;
    color:#fff;
}
@media all and (max-width:767px) and (min-width:320px){
    #openMM {display:none !important;}
  
    	.score,.test-timer {
    width: 100%;
	}
	.panel-pembahasan  h4{font-size:13px;}
}


/* tambahan pras */

ol.list-unset{list-style:unset;}
.menu-member{max-width:100%;}
@media(max-width:767px){
    .test-timer{
    	font-size: 40px;
    	width:100%;
    }
    .score{width:100%;}
    .btn{margin-bottom:10px;margin-right:10px;}
    form .form-control{margin-bottom:5px;}
    ul.breadcrumb{text-align:center;}
    
    .menu-member{
     float: none;
     width: 100%;
    }
    .main-content img{
        margin:15px auto;
    }
    .member-content {
        margin-left: 0px;
        margin-top: 10px;
    }
    button#openMM {
		display: none !important;
	}
	.page-banner h2{font-size:25px}
	form .form-inline{margin-bottom:15px;}
	.text-xs-left{text-align:left !important;}
}

/* tambahan pras */