@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: #0E2B4D !important;
  font-weight: bold;
  color: #fff;
}

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

/* Opensans */
@font-face {
    font-family: 'open sans condensed bold';
    src: url('../fonts/opensans/opensans-condbold.woff2') format('woff2'),
         url('../fonts/opensans/opensans-condbold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Quicksand */
@font-face {
    font-family: 'quicksandregular';
    src: url('../fonts/quicksand/quicksand-regular-webfont.woff2') format('woff2'),
         url('../fonts/quicksand/quicksand-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandlight';
    src: url('../fonts/quicksand/quicksand-light-webfont.woff2') format('woff2'),
         url('../fonts/quicksand/quicksand-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksandbold';
    src: url('../fonts/quicksand/quicksand-bold-webfont.woff2') format('woff2'),
         url('../fonts/quicksand/quicksand-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*------------------------------------------*/
/*	    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;
	}
}

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

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

ul, ol {
	list-style: none;
}
.blog-desc ol, .blog-desc ul{
    list-style: auto;
}
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 {
	font-family: 'open sans condensed bold', sans-serif;
	color: #333;
}
p strong {
	font-weight: 600;
}

/*------------------------------------------*/
/*	    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;
	}
}

/*------------------------------------------*/
/*	    Header
/*------------------------------------------*/
header .head-top{
	background:#0E2B4D;
	height:42px;
}
.c-webinfo{
	list-style:none;
}
.c-webinfo li{
	float:left;
	padding-left:15px;
}
.c-webinfo li:first-child{
	padding-left:0;
}
.webinfo{
	padding:10px 0;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
}
.webinfo i{
	color:#B21A26;
	font-size:15px;
	padding-right:10px;
}

.site-title{
	text-transform:capitalize;
	font-family:arial;
	font-size:18px;
	height:161px;
	color:#265E8D;
	display:table-cell;
	vertical-align:middle;
}

/* social icon */
.social-icon{
	list-style:none;
	padding: 0;
	margin: 10px 0;
	text-align:right;
}
.social-icon li{
	display: inline-block;
	margin:0 3px;
	border-radius:3px;
	background:#FFF;
}
/* .social-icon li .facebook{color: #3B5998;}
.social-icon li .twitter{color: #00C5F9;}
.social-icon li .google-plus{color: #E05A4E;}
.social-icon li .linkedin{color: #117BB8;}
.social-icon li .instagram{color: #117BB8;}
.social-icon li .youtube{color: #CB312E;}
.social-icon li .pinterest{color: #EE3324;}
.social-icon li .flickr{color: #ED1384;}
.social-icon li .dribbble{color: #EB4C89;}
.social-icon li .skype{color: #00B0F6;}
.social-icon li .rss{color: #FBA933;}
.social-icon li .rss{color: #FBA933;} */

.social-icon a{display: block;}
.social-icon a:hover{text-decoration:none;}
.social-icon .fa{
	display: block;
	text-align: center;
	width:15px;
	height:15px;
	color: #0E2B4D;
	font-size: 10px;
	line-height:15px;
	position: relative;
}
.social-icon .fa:hover{
	color: #0E2B4D;
}

/* navbar */
.head-logomenu{
	text-align:center;
	width:100%;
	height:95px;
}
.head-logomenu .logotext{
	padding-top:25px;
}
.head-logomenu .navbar-collapse{
}
.navbar {
	border-radius: 0px;
	border-width: 0px;
	margin: 0px;
	color: #fff;
	font-size: 12px;
	position:relative;
	z-index:100;
	text-transform:uppercase;
	font-weight:bold;
}
.navbar-header{
	position:relative;
}
.navbar-brand {
	padding:10px 0;
	font-size:26px;
	/* margin-top: 7px; */
}
.navbar-brand span{
	padding:50px 0;
}
.navbar-brand .logo{
	max-height:70px;
}
.navbar-default{
	background:none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background:none;
	color: #0F294C;
	
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #0F294C;
}
.navbar-default .navbar-nav > li > a {
	color: #0F294C;
	padding-left:10px;
	padding-right:10px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
	color: rgba(0,80,129,0.9);
}
.navbar-nav > li > .dropdown-menu{
	background-color: rgba(0,80,129,0.9);
}
.head-logomenu .dropdown-menu > li > a{
	color:#FFF;
	text-transform:capitalize;
}
.dropdown-menu > li > a:hover{
	background:#33739A;
	color:#FFF;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a{
	color:#FFF;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
	color:#FFF;
	background-color: rgba(0,80,129,0.9);
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
	color: rgba(0,80,129,0.9);
}
.navbar-header{
	
}
.navbar-header .navbar-brand,.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
	color:#0F294C;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background:#FFF;
}
.navbar-default .navbar-toggle .icon-bar{background:#0E2B4D;}
.navbar-default .navbar-toggle{border:1px solid #0E2B4D;}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar{background:#19618D;}

.navbar-nav > li{
	padding-top:25px;
}

.navbar-nav > li > .dropdown-menu{ 
		left: 0;
		right: auto;
}
.navbar-nav > li > .dropdown-menu li{ 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: #fff;
	font-weight: 300;	
    background:#19618D;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-nav > li > .dropdown-menu.submenu li:hover,
.navbar-nav > li > .dropdown-menu.submenu li:hover a {background:#33739A;}
.navbar-nav > li > .dropdown-menu a { padding: 10px 15px; position: relative }
.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: #999; }
.navbar-nav > li li a.dropdown-toggle:after{
	content: '\f105';
	font-family: FontAwesome;
	position: absolute;
	right: 15px;
}

/* sub submenu */
.navbar-nav ul ul{	
	left: 158px !important;
	top: -1px;
}
@media(min-width:768px){
	.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 ;
	}
}
/* carousel */

/*------------------------------------------*/
/*			Breadcrumb
/*------------------------------------------*/
.page-banner {
	background-size: cover;
	background-position:center;
	margin-bottom: 70px;
}
.page-banner-wrapper {
    height: 100%;
    width: 100%;
	display: block;
    padding: 100px 0 70px;
	color: #fff;
	text-align: center;
	
	background: rgba(0, 0, 0, 0.5); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 0.5)100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 0.5)100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 0.5)100%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(top, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 0.5)100%); /* Standard syntax */
}
.page-banner-tenant .page-banner-wrapper{
    padding: 150px 0 100px;
}
.breadcrumb-wrapper{
	text-align: center;
}
@media(max-width:768px){
	.page-banner {
		text-align: center
	}
	.page-banner h2{}
	.breadcrumb{ float: none !important; display: inline-block; margin-bottom: 0 }
}
.page-banner h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 60px;
	font-family: quicksand;
}
.page-banner .tagline {
	text-align: center;
	font-size: 30px;
}

ul.breadcrumb {
    background: rgba(255, 255, 255, 0);
	padding: 0;
	display: inline-block;
	margin-top: 50px;
	text-transform: uppercase;
	font-family: quicksandregular;
	text-align:left;
}

.no-subtitle ul.breadcrumb {
	margin-top: 4px;
}

ul.breadcrumb li {
	font-weight: 300;
    margin-left: 3px;
	color: #fff;
	/* float: left; */
}

ul.breadcrumb li:before {
    content: '/';
	margin: 0 4px 0 2px;
	color: #fff;
}

ul.breadcrumb li:first-child {
	margin: 0;
}

ul.breadcrumb li:first-child:before {
    content: '';
	margin: 0;
}

ul.breadcrumb li a {
	color: #fff;
	font-weight: 500;
	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;
}
ul.breadcrumb li a:hover { color: rgba(255,255,255,1); }

/*------------------------------------------*/
/*	        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 #fff;
	color: #fff;
	font-size: 20px;
	left: 0;
	opacity: 0.7;
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 45px;
	font-size: 28px;
	z-index: 10000;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.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: 60px;
	text-transform: uppercase;
	/* width: 300px; */
	margin-bottom: 30px;
}
@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: 30px;
	font-style: italic;
	line-height: 34px;
}
.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);
}
.carousel-inner img{width:100%;}

.widget{}
.widget.welcome{background:#F5F5F5;}
.selamat-datang{font-size:30px;padding:60px 0;}
.selamat-datang h1{
	padding-top:20px;
	padding-right:30px;
}
.selamat-datang .biru{color:#0D2A4C;}
.selamat-datang .merah{color:#B11925;}
.selamat-datang .deskripsi{
	padding-left:40px;
	padding-top:25px;
	padding-bottom:25px;
	color:#A9A9A9;
	font-size:14px;
	border-left:5px solid #B11925;
	text-align:justify;
}
.about{
	padding-top:50px;
	padding-bottom:50px;
}
.about .about-kiri{
	
}
.about .about-kanan{
	color:#A9A9A9;
	font-size:14px;
	text-align:justify;
}
.about-kanan .about-title{margin-top:0;}
.about-title{
	color:#0D2A4C;
	position:relative;
	margin-bottom:50px;
}
.about-title::after{
	background:#B11925;
	height:5px;
    width: 80px;
	content:'';
	left:0;
	top:50px;
	position:absolute;
}
.about-kanan .about-desc{}
.separator{
	border-bottom: 5px solid #B11925;
    margin: 10px auto;
    width: 80px;
	margin-bottom:30px;
}
.clear{clear:both;}

.program{
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
}
.program-item{
	margin-bottom:20px;
}
.program .program-icon{
	color:#FFF;
	font-size:32px;
	background:#B11925;
	border-radius:50%;
	width:110px;
	height:110px;
	line-height:110px;
}
.program-title{
	color:#102A4B;
	font-size:18px;
	margin:15px 0;
}
.program-title a{
	color:#102A4B;
}
.program-title a:hover{
	color:#19618D;
}
.program-desc{
	color:#888888;
	font-size:15px;
}
.agenda{
	padding-top:50px;
	padding-bottom:50px;
}
.agenda-maintitle{
	color:#0D2A4C;
	position:relative;
	margin-bottom:80px;
}
.agenda-maintitle::after{
	background:#B11925;
	height:5px;
    width: 80px;
	margin-left:-40px;
	content:'';
	left:50%;
	top:50px;
	position:absolute;
}

.agenda .ctgl{
	background:#0E2B4D;
	border-bottom:20px solid #B11925;
	color:#FFF;
	text-align:center;
	width:150px;
}
.ctgl .tgl{
	font-size:36px;
	font-weight:bold;
	padding:30px 0;
}
.ctgl .blnthn{
	font-size:20px;
	padding-bottom:15px;
}
.agenda .program-title{
	margin-top:0;
}
.agenda .program-title a{
}
.agenda .program-title a:hover{
	color:#19618D;
}
.agenda-item{
	margin-bottom:15px;
}
.agenda .separator{
	margin-bottom:60px;
}

.widget-sidebar h2 {
	color: #0e2b4d;
	margin: 0 0 30px;
	text-transform: uppercase;
	position: relative;
	font-size: 20px;
}
.widget-sidebar h2:before ,
.widget-sidebar h2:after {
	content: '';
	position: absolute;
	height: 2px;
	bottom: -5px;
	left: 0;
}
.widget-sidebar h2:before {
	background: #eee;
	width: 100%;
	z-index: 1;
}
.widget-sidebar h2:after {
	background: #b11925;
	width: 100px;
	z-index: 2;
}

/* widget agenda terkini */
.widget-sidebar{margin-bottom:40px;}
.widget-sidebar .ctgl{
	background:#0E2B4D;
	border-bottom:20px solid #B11925;
	color:#FFF;
	text-align:center;
	width:140px;
}
.widget-sidebar .ctgl .tgl{
	font-size:28px;
	font-weight:bold;
	padding:20px 0 15px 0;
}
.widget-sidebar .ctgl .blnthn{
	font-size:16px;
	padding-bottom:15px;
}
.widget-sidebar .program-title{
	margin-top:0;
}
.widget-sidebar .program-title a{
	font-size:16px;
}
.widget-sidebar .program-title a:hover{
	color:#19618D;
}
.widget-sidebar .program-desc{
	font-size:14px;
	line-height:20px;
}
.widget-sidebar .media-body{
	padding-left:20px;
}

/* testimonial */
.testimonial{
	background:#0E2B4D;
}
.testimonial .item{
	padding:100px 0;
	font-weight:bold;
	text-align:center;
}
.testimonial .testi-text{
	color:#FFF;
	padding-bottom:20px;
	padding-left:20%;
	padding-right:20%;
}
.testimonial .testi-user{
	color:#B11925;
	font-size:16px;
}

/* blog */
.blog{
	padding-top:50px;
	padding-bottom:50px;
}
.blog-item{
	margin-bottom: 30px;
}
.blog-maintitle{
	color:#0D2A4C;
	position:relative;
	margin-bottom:80px;
}
.blog-maintitle::after{
	background:#B11925;
	height:5px;
    width: 80px;
	margin-left:-40px;
	content:'';
	left:50%;
	top:50px;
	position:absolute;
}

.blog .blog-img{
	background: #f5f5f5;
}

.blog .blog-text{
	background:#F5F5F5;
	padding:25px;
}

.blog .blog-title{
	color:#0E2B4D;
	margin-bottom:10px;
	font-size:16px;
}

.blog .blog-tgl{
	color:#B53641;
	margin-bottom:20px;
	font-size:13px;
}

.blog .blog-desc{
	color:#888888;
	font-size:15px;
	text-align:justify;
}

.blog .blog-title a{
	color:#0E2B4D;
}
.blog .blog-title a:hover{
	color:#19618D;
}
.blog .separator{margin-bottom:80px;}

.berita-list{margin-bottom:80px;}
.berita-list .blog-item{margin-bottom:20px;}
.berita-list .blog-title{
	font-size:20px;
	margin:15px 0;
}
.berita-list .blog-title a{
	color:#10284A;
}
.berita-list .blog-title a:hover{
	color:#19618D;
}
.berita-list .blog-tgl{
	font-size:14px;
	color:#B5383E;
	margin:10px 0;
}
.berita-list .blog-desc{
	color:#878787;
	font-size:16px;
	text-align:justify;
	margin-bottom:20px;
}
.berita-list .btn{
	margin-bottom:30px;
}
.btn-cni{
	color:#FFF;
	background:#102A4B;
	text-transform:uppercase;
	font-size:18px;
}
.btn-cni:hover{
	color:#FFF;
	background:#19618D;
}

.page-title{
	background-size:cover;
	padding-top:250px;
	padding-bottom:20px;
	color:#FFF;
	font-weight:bold;
	margin-bottom:80px;
}

.homebawah{
	background:#0E2B4D;
	padding:60px 0;
	font-size: 14px;
}

.homebawah .profil{
	color:#FFF;
}
.homebawah .profil h2{
	color: #b41a26;
	margin-top:10px;
}
.homebawah .profil i{
	color:#B11925;
	font-size:18px;
	width:25px;
}
.homebawah .media{
	margin-top:8px;
}
.menubawah h4{
	color:#B41A26;
	font-weight:bold;
}

.menubawah .navbar-footer{
	list-style:none;
	padding-left:0;
}
.menubawah .navbar-footer li a{
	color:#FFF;
	display: block;
	padding: 5px 0;
}
.menubawah .navbar-footer li a:hover{
	color:#B41A26;
}

.about-title::after,.agenda-title::after{
	width:80px;
	background:#B11925;
	height:5px;
	top:60px;
}
.social-icon .fa:hover{
    -webkit-animation: flash 3s;
    animation: flash 3s;
}
.program-icon:hover .fa{
    -webkit-animation: flash 3s infinite;
    animation: flash 3s infinite;
}

/* social share */
.social-share {
	padding: 20px 0;
	border-bottom: 3px double #ddd;
}
.social-share a{
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	width: 34px;
	height: 34px;
	color: #616161;
	border: 1px solid #616161;
	text-align: center;
	line-height: 34px;

	-moz-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

/*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{
	background:#0E2B4D;
	color:#FFF;
}
.btn-comment:hover,.readmore:hover{
	color:#FFF;
	background:#19618D;
}

/* pages */
.page{
	position: relative;
	margin-bottom:60px;
}
.page-title h1{
	padding: 0;
	color: #FFF;
}
.page-content img{
	display: block;
	max-width: 100%;
	margin: 15px 0;
}
.page-content p{
	line-height: 150%;
	text-align: justify;
}
.feat-img{
	margin-top: 0 !important;
}
.page .page-content .content ol {
    list-style: decimal;
}

/*pagination*/
.page-nav{
	margin:40px auto;
	text-align:center;
}
.page-nav ul{
	padding: 0;
	list-style: none;
	margin:0;
}
.page-nav ul li{
	display: inline-block;
}
.page-nav ul li a, .page-nav ul li span{
	padding: 3px 5px;
	margin-left: 2px;
	display: block;
	min-width: 25px;
	text-align: center;
}
.page-nav ul li.active a{
	background: #eee;
}

/* testimonial */
.testimoniBox{}
.testimoniBox h4{color:#0E2B4D;}


/*agenda*/
#events{
	background: #f9f9f9;
}
.evt-lst-container{
	padding: 0 0 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.evt-date{
	width: 50px;
	float: left;
	text-align: center;
	background: #eee;
}
.evt-day{
	display: block;
	background: #aaa;
	color: #FFF;
	font-size: 28px;
	padding: 5px;
}
.evt-month{
	display: block;
	padding: 5px;
}
.evt-content{
	margin-left: 70px;
}
.evt-content h3 a{
	font-size: 18px;
}
.feat-img{
	margin-top: 0 !important;
}

.page h2{color:#0E2A4F;}

.social-icon.socmed-alumni .fa{
	height: 30px;
    line-height: 30px;
    width: 30px;
}
.social-icon.socmed-alumni{text-align:left;}
.socmed-alumni li .fa{
	font-size:20px;
}

.socmed-alumni li a{
    border: 1px solid #666 !important;
    color: #666 !important;
	border-radius:50%;
}

.socmed-alumni li a:hover, .socmed-alumni li a:focus{
    color: #FFF !important;
}

/* member */
.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: #f9f9f9;
	padding: 15px;
	float: left;
	min-height: 100%;
	width: 280px;
	z-index: 6666;
}

.member-content .dropdown-menu > li > a{
	color:#269ABC;
}

.widget-box{
	padding: 15px 0;
}
.widget-header {
	border-top: 4px double #eee;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}
.widget-header .widget-toolbar{
	display: block;
	text-align: right;
	margin-top: 15px;
}
.widget-body{
	padding: 15px 0;
}

/* help */
.help{
	position: fixed;
	right: -500px;
	top: 30%;
	width: 100%;
	max-width: 500px;
	border: 4px solid #2DC5C2;
	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: 30%;
	width: 40px;
	height: 40px;
	background: #2DC5C2;
	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: 0px;
}

.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;
}

/*Gallery*/
#gallery .gallery-list li{
	margin-bottom: 30px;
}
#gallery .gallery-list .img-holder{
	max-height: 170px;
	overflow: hidden;
}
.gallery-container .img-holder img{
	min-height: 170px;
	margin: 0;
}
.gallery-container{
	padding: 3px; 
	border: 1px solid #dedede;
}
.gallery-page .gallery-container{
	margin-bottom: 30px;
}


.photo-profile{
	padding: 0 15px;
}
.account-image:after{
	display: block;
	font-family: "FontAwesome";
	content: "\f030";
	position: absolute;
	font-size: 40px;
	color: #ccc6ba;
	height: 40px;
	width: 40px;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	z-index: 2;
}
.account-image{
	margin: 0 auto 15px;
	border: 2px solid #ddd;
	height: 150px;
	width: 150px;
	overflow: hidden;
	position: relative;
}
.account-image img{
	height: 150px;
	width: 150px;
}
.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{
	color: teal;
}
.nav-member > li li a{
	color: teal;
}
.nav-member > li li:hover a{
	color:#FFF;
}
.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: #f9f9f9;
	padding: 15px;
	float: left;
	min-height: 100%;
	width: 280px;
	z-index: 6666;
}

.widget-box{
	padding: 15px 0;
	
}
.widget-header {
	border-top: 4px double #eee;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}
.widget-header .widget-toolbar{
	display: block;
	text-align: right;
	margin-top: 15px;
}
.widget-body{
	padding: 15px 0;
}

.img-preview-inp{
	width: 150px;
	height: 150px;
	padding: 2px;
	border: 1px solid #ddd;
	margin: 15px 0;
	background: #f9f9f9;
}

.nav-lang{
	margin-bottom: 20px;
}

span.no-image{
	display: block;
	min-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;
}
.guru-list li{
	
}
.photo-profile img{
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.change-image{
	position: absolute;
	z-index: 24;
	width: 100%; 
	height: 40px;
	top: -40px;
	left: 0;
	
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.account-image:hover .change-image{
	top: 0;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.account-image .label-image {
  position: relative;
  overflow: hidden;
  margin-left: 10px;
  float: left;
  clear: left;
}
.account-image .label-image [type="file"] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  font-size: 100px;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.account-image .label-image span{
	background: none repeat scroll 0 0 #ddd;
    color: #fff;
    display: block;
    height: 30px;
	width: 30px;
    line-height: 30px;
    margin-top: 5px;
	text-align: center;
}

.profile-detail{
	margin-bottom: 15px;
}
.profile-detail span{
	display: inline-block;
	width: 100px;
}

.form-cari-materi{
	margin: 30px 0;
}


/*Tugas*/
.tugas-info{
	margin-bottom: 30px;
}
.tugas-info h2{
	font-size: 24px;
	text-transform: capitalize;
}
.tugas-info p{
	margin-bottom: 20px;
}
.tugas-guru{
	font-style: italic;
	color: #aaa;
	display: block;
	margin-bottom: 20px;
}

.album-name{color:#0E2B4D;}
.album-desc{padding-top:10px;font-size:13px;}

/* menu member */
.user-bar{
	position:relative;
}
.user-bar li{
	float:left;
	padding-left:15px;
	padding-top:10px;
}
.user-bar li a{
	color:#FFF;
}
.user-bar li a .fa{
	margin-left: 5px;
}
.user-bar li li{
	float:none;
	padding-left:0;
}
.user-bar li li a{
	color:#0E2B4D;
}

/*Image holder*/
.img-holder{
	position: relative;
}

.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;
}

.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;
}

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

.img-holder a.href:hover, .img-holder a.href:focus{
	opacity: 1;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.img-holder:hover a.href span, .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;
}

footer{
	background: #081e38;
	color:#fff;
	padding:15px 0;
	font-size:13px;
	text-align:center;
}
footer .copy{
	color:#0E2A4F;
}
footer .copy a{
	color:#0E2A4F;
}
footer .copy a:hover{
	color:#B41A26;
}

/* image hover effect */
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.hovereffect .overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 4.75em;
	background: #19618D;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.hovereffect img {
    display: block;
    position: relative;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.hovereffect:hover img {
-webkit-transform: translate3d(0,-10%,0);
	transform: translate3d(0,-10%,0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: #0E2B4D;
	float: left;
	margin: 0px;
	display: inline-block;
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	margin: 50px 0 0 0;
	background-color: transparent;
}
.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}


.hovereffect p.icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

.hovereffect:hover p.icon-links a:hover,
.hovereffect:hover p.icon-links a:focus {
	color: #252d31;
}

.hovereffect h2,
.hovereffect p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

.hovereffect p.icon-links a span:before {
	display: inline-block;
	padding: 8px 10px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.hovereffect:hover .overlay,
.hovereffect:hover h2,
.hovereffect:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.hovereffect:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.hovereffect:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.hovereffect:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.hovereffect:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
/* image hover effect */

/*------------------------------------------*/
/*      Thumbnail [aspect ratio]
/*------------------------------------------*/
.square {
    position: relative;
    width:    100%; /* desired width */
}

.square:before {
    content:     "";
    display:     block;
    padding-top: 100%; /* initial ratio of 1:1*/
}

.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%;}
.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; }

/*------------------------------------------*/
/*      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;
  }
}

/*------------------------------------------*/
/*			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;}


@media (min-width: 320px) and  (max-width: 640px){
	#myCarousel{margin-top:auto;}
}
@media (max-width: 320px){
	#myCarousel{margin-top:auto;}
	/* header .head-top{height:170px;} */
	.navbar-brand{padding-left:15px;padding-top:15px;}
	.selamat-datang{padding:10px 0;}
	.selamat-datang h1{font-size:32px;}
	.selamat-datang .pull-right{float:none !important;}
	.selamat-datang .deskripsi{padding-left:15px;border-left:none;}
	.ctgl .tgl {font-size: 26px;padding: 15px 0 10px;}
	.ctgl .blnthn{font-size:14px;padding-bottom:10px;}
	.navbar{text-align:left;}
	.navbar-nav > li{padding-top:0px;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{color:#0F294C;font-weight:bold;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{color:#175F8B;background:none;}
	.head-logomenu{height:auto;}
	.testimonial .item{padding:25px 0;}
	
	.about-kanan .about-title{margin-top:15px;}
	.program .row div{margin-top:25px;}
	.program .row div:first-child{margin-top:0;}
	.testimonial .testi-text{padding-left:10%;padding-right:10%;}
	.homebawah{padding:20px 0;}
	.homebawah .profil{padding-bottom:10px;margin-bottom:10px;}
	.head-top .pull-right{float:none !important;}
	.head-logomenu .logotext{padding-top:0;}
	.social-icon li{margin:0 5px;}
	.user-bar li a{font-size:11px;}
	.user-bar li{padding-top:0;}
	.user-bar li:first-child{padding-left:0;}
}
@media (min-width: 321px) and  (max-width: 360px) {
	#myCarousel{margin-top:auto;}
	/* header .head-top{height:170px;} */
	.navbar-brand{padding-left:15px;padding-top:15px;}
	.selamat-datang{padding:10px 0;}
	.selamat-datang h1{font-size:32px;}
	.selamat-datang .pull-right{float:none !important;}
	.selamat-datang .deskripsi{padding-left:15px;border-left:none;}
	.ctgl .tgl {font-size: 26px;padding: 15px 0 10px;}
	.ctgl .blnthn{font-size:14px;padding-bottom:10px;}
	.navbar{text-align:left;}
	.navbar-nav > li{padding-top:0px;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{color:#0F294C;font-weight:bold;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{color:#175F8B;background:none;}
	.head-logomenu{height:auto;}
	.testimonial .item{padding:25px 0;}
	
	.about-kanan .about-title{margin-top:15px;}
	.program .row div{margin-top:25px;}
	.program .row div:first-child{margin-top:0;}
	.testimonial .testi-text{padding-left:10%;padding-right:10%;}
	.homebawah{padding:20px 0;}
	.homebawah .profil{padding-bottom:10px;margin-bottom:10px;}
	.head-top .pull-right{float:none !important;}
	.head-logomenu .logotext{padding-top:0;}
	.social-icon li{margin:0 5px;}
	.user-bar li a{font-size:11px;}
	.user-bar li{padding-top:0;}
	.user-bar li:first-child{padding-left:0;}
}
@media (min-width: 361px) and  (max-width: 480px) {
	#myCarousel{margin-top:auto;}
	/* header .head-top{height:170px;} */
	.navbar-brand{padding-left:15px;padding-top:15px;}
	.selamat-datang{padding:10px 0;}
	.selamat-datang h1{font-size:32px;}
	.selamat-datang .pull-right{float:none !important;}
	.selamat-datang .deskripsi{padding-left:15px;border-left:none;}
	.ctgl .tgl {font-size: 26px;padding: 15px 0 10px;}
	.ctgl .blnthn{font-size:14px;padding-bottom:10px;}
	.navbar{text-align:left;}
	.navbar-nav > li{padding-top:0px;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{color:#0F294C;font-weight:bold;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{color:#175F8B;background:none;}
	.head-logomenu{height:auto;}
	.testimonial .item{padding:25px 0;}
	.testimonial .testi-text{padding-left:10%;padding-right:10%;}
	.homebawah{padding:20px 0;}
	.homebawah .profil{padding-bottom:10px;margin-bottom:10px;}
	.head-top .pull-right{float:none !important;}
	.head-logomenu .logotext{padding-top:0;}
	.social-icon li{margin:0 5px;}
	.user-bar li a{font-size:11px;}
	.user-bar li{padding-top:0;}
	.user-bar li:first-child{padding-left:0;}
}
@media (min-width: 481px) and  (max-width: 640px) {
	#myCarousel{margin-top:auto;}
	#myCarousel{margin-top:auto;}
	/* header .head-top{height:170px;} */
	.navbar-brand{padding-left:15px;padding-top:15px;}
	.selamat-datang{padding:10px 0;}
	.selamat-datang h1{font-size:32px;}
	.selamat-datang .pull-right{float:none !important;}
	.selamat-datang .deskripsi{padding-left:15px;border-left:none;}
	.ctgl .tgl {font-size: 26px;padding: 15px 0 10px;}
	.ctgl .blnthn{font-size:14px;padding-bottom:10px;}
	.navbar{text-align:left;}
	.navbar-nav > li{padding-top:0px;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{color:#0F294C;font-weight:bold;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{color:#175F8B;background:none;}
	.head-logomenu{height:auto;}
	.testimonial .item{padding:40px 0;}
	
	.about-kanan .about-title{margin-top:15px;}
	.program .row div{margin-top:25px;}
	.program .row div:first-child{margin-top:0;}
	.testimonial .testi-text{padding-left:10%;padding-right:10%;}
	.homebawah{padding:20px 0;}
	.homebawah .profil{padding-bottom:10px;margin-bottom:10px;}
	.head-top .pull-right{float:none !important;}
	.head-logomenu .logotext{padding-top:0;}
	.user-bar li a{font-size:13px;}
	.user-bar li{padding-top:0;}
	.user-bar li:first-child{padding-left:0;}
}
@media (min-width: 641px) and  (max-width: 768px) {
	#myCarousel{margin-top:auto;}
	header .head-top{height:84px;}
	.selamat-datang h1{font-size:32px;}
	.about-kanan .about-title{margin-top:15px;}
	.program .row div{margin-top:25px;}
	.program .row div:first-child{margin-top:0;}
	.testimonial .testi-text{padding-left:10%;padding-right:10%;}
	.homebawah .profil{padding-bottom:10px;margin-bottom:10px;}
	.testimonial .item{padding:50px 0;}
	.head-logomenu .logotext{padding-top:10px;}
	.head-logomenu{height:auto;}
	.navbar-nav > li{padding-top:0px;}
	.carousel-caption h2 span{font-size:32px;}
	.carousel-caption p span{font-size:22px;}
}
@media (min-width: 769px) and  (max-width: 800px) {
	#myCarousel{margin-top:auto;}
}
@media (min-width: 801px) and  (max-width: 900px) {
	#myCarousel{margin-top:auto;}
}
@media (min-width: 901px) and  (max-width: 980px) {
	#myCarousel{margin-top:auto;}
}
@media (min-width: 981px) and  (max-width: 1024px) {
	#myCarousel{margin-top:auto;}
	.ctgl .blnthn{font-size:16px;}
}


/*------------------------------------------*/
/*	    Calendar Widget
/*------------------------------------------*/
#calendar{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#calendar .panel-heading{
	position:relative;
	background-color:#eee;
	font-family:inherit !important;
	color:#fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#calendar .panel-body{
	padding: relative;
	padding: 0;
}
.day-headers{
	background: #eee;
	font-weight: bold;
	margin-bottom: 15px;
	color: #fff;
}
.responsive-calendar .day.header{
	border:none;
	height: 35px;
	line-height: 35px;
	font-family:inherit;
	font-weight: normal;
}
.responsive-calendar .day a{color: inherit !important}
.calendar-control a{
	cursor: pointer;
	position:absolute;
	top:5px;
	display: block;
	font-size: 16px;	
	height:30px;
	width:30px;	
	line-height: 30px;
	color: inherit !important
}
.responsive-calendar .day.active {
    background: #f2f2f2;
	
}
.calendar-control a:hover,.calendar-control a:focus{color:#fff}
.calendar-control .control-left{left:10px}
.calendar-control .control-right{right:10px}
.day .badge{
	width: 16px;
	height: 16px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	padding: 0;
	background: #f98117;
}
.responsive-calendar .day.active a{
	background: none;
	color: inherit;
}
.responsive-calendar .day.active a:hover{color:#fff}
.not-current{color: #bbb;}
/* skin */
#calendar .panel-heading{
	background: #0E2B4D;
}
.responsive-calendar .day.header{
	background: #b11925 ;
}
.responsive-calendar{
	border-color: ##0E2B4D;
}

/*------------------------------------------*/
/*	    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;
}

/*------------------------------------------*/
/*	    score test
/*------------------------------------------*/
.timer-score{
	padding: 15px;
	margin: 15px 0;
	border: 1px solid #ddd;
}
.test-timer{
	background: #c9302c;
	color: #fff;
	display: inline-block;
	font-family: quicksandregular;
	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;
}
.banner li{margin-bottom:30px;}


/* 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; }

@media (max-width: 1200px){
    .menu-member{
     width: 236px;
    }
}

@media (max-width: 991px){
    .menu-member{
     float: none;
     width: 100%;
    }
    .member-content {
        margin-left: 0px;
        margin-top: 10px;
    }
}

@media (max-width: 767px){
	.navbar-brand span{padding:0;}
	.agenda .ctgl{width:95px;}
	
    .test-timer{
    	font-size: 40px;
    	width:100%;
    }
    .score{width:100%;}
    .btn{margin-bottom:10px;margin-right:10px;}
    form .form-control{margin-bottom:20px;}
    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;}
}

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

.category ul{
	padding:0;
	margin-bottom:1.5em;
}
.category li{
	list-style:none;
	display:inline-block;
}
.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; }

.panel-pembahasan h4 {
    font-size: 13px !important;
    font-weight: normal;
}

.panel-default.panel-jadwal > .panel-heading{background:#0E2B4D;color:#fff;font-weight:bold;}
.panel-jadwal h4.panel-title{padding-bottom:0;}
.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: 4px 12px;
}
/* tambahan pras */
