@media (min-width: 1200px){
	.container {
		max-width: 1000px;
	}
}
@font-face {
	font-family: opensans;
	src: url(../fonts/open-sans/OpenSans-Regular.ttf);
}
a:hover{
	color: #337ab7;
}

#partner .card .card-image img{
	max-height: 70%;
}

#partner .card .card-image{
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
}

.welcome{
	height: 404px;
	position: absolute;
	z-index: 100;
	margin-left: 4%;
	width: 300px;
}
.album-thumb{
	width: 100%;
}
.welcome .cont{
	padding: 40pt 20pt;
}
.welcome .cont .sd{
	font-size: 48pt;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 24px;
}
.welcome .cont .portal{
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 8px;
	border-bottom: 1px solid #fff;
	width: 70%;
}
.welcome .bg{
	background-color: #01AEF0;
	opacity: 0.6;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}

.card.small .card-content .card-title{
	font-size: 13pt;
}

.card.small .card-content .card-date{
	font-size: 9pt;
}

#main-slider .item{
	max-height: 400px;
}

@media (max-width: 640px) {
	.welcome{
		height: 148px;
		position: absolute;
		z-index: 100;
		margin-left: 4%;
		width: 180px;
	}
	.welcome .cont{
		padding: 6pt 8pt;
	}
	.welcome .cont .sd{
		font-size: 12pt;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 12px;
	}
	.welcome .cont .portal{
		font-size: 10pt;
		font-weight: bold;
		margin-bottom: 4px;
		border-bottom: 1px solid #fff;
		width: 70%;
	}
	.welcome .cont p{
		font-size: 9pt;
	}
	.welcome .bg{
		background-color: #01AEF0;
		opacity: 0.6;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		z-index: -1;
	}
}

.container.main-content{
	padding-top: 12px;
}
.title-box{
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
}
#contact .box.last{
	border-radius: 0;
}
#contact .box.last{
	border-radius: 0;
	border-bottom: 0;
}
.title-box.big{
	font-size: 28pt;
}

.dropdown-menu{
	background-color: #52B6EA;
	border:none;
}

.dropdown-menu li a{
	color: #fff;
}
#event-slider .lokasi,#event-slider .waktu,#event-slider .bulan,#event-slider .tahun{
	display: block;
}

.border-blue{
	border-bottom: 4px solid #01AEF0;
	max-width: 15%;
	height: 1px;
	display: block;
}

.carousel-control.left,.carousel-control.right{
	background: none;
}
.navbar{
	margin-bottom: 10px;
}
.navbar-default .navbar-brand{
	background:none;
}

#main-slider{
	background:none;
	padding: 0;
}
.navbar-default{
	background: none;
	border:none;
	box-shadow: none;
	overflow:initial;
}

.navbar-default .navbar-nav > li > a{
	padding: 4px 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10pt;
}

.collapse.navbar-collapse.navbar-right{
	padding-top: 60px;
}
.collapse.navbar-collapse.navbar-right.login{
	/*padding-top: 20px;*/
}


.sidebar ol{
	padding: 0;
	padding-left: 4px;
}

.sidebar ol li{
	padding-left: 8px;
	padding-bottom: 8px;
}
.sidebar ul{
	padding: 0;
	padding-left: 16px;
}
.sidebar ul li{
	padding-left: 4px;
	padding-bottom: 4px;
}
.sidebar ol li,.sidebar ul li{
	font-size: 10pt;
}

#gallery .carousel-indicators li{
	background-color: #01AEF0;
}
#gallery .carousel-indicators li.active{
	border-color: #01AEF0;
	background-color: #fff;
}

#gallery .left span, #gallery .right span{
	color: #01AEF0;
}

.carousel-caption span{
	background-color: #01AEF0;
	padding: 2px 6px;
}

#main-slider .prev, #main-slider .next{
	top:99%;
	background-color: #01AEF0;
	opacity: 0.9;
	font-size: 32pt;
	width: 30px;
	height: auto;
}

#main-slider .next{
	right: 2%;
	left: auto;
}

#main-slider .prev{
	right: 7%;
	left: auto;
}

.box.first{
	margin-top: 0;
	border-radius:0;
	padding: 0 20px;
	background: #01AEF0 !important;
}

#submenu .row > div{
	margin-bottom: 0;
	padding-top:16px;
	padding-bottom:16px;
	text-transform: uppercase;
	background-color: #01AEF0;
	border-right: 1px solid rgb(128,210,240);
}

#submenu .row > div:last-child{
	border: none;
}

.latest-news{
	padding-top: 42px;
}

@media (max-width: 640px) {
	#main-slider .prev{
		right: 12%;
	}
	#submenu .row > div{
		border:none;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	#submenu .row{
		border-right: 2px solid rgb(128,210,240);
		border-left: 2px solid rgb(128,210,240);
	}
	.latest-news{
		padding-top: 12px;
	}
	.navbar-brand>img{
		height: 100%;
		width: auto;
	}
	.navbar-default .navbar-brand{
		margin: 0;
		padding: 0;
		padding-left: 15px;
		padding-top: 10px;
	}
}

@media screen and (min-width: 768px){
	.carousel-indicators {
		bottom: 10px; 
	}
}

#submenu .row > div h4{
	font-size: 11pt;
	color: #fff;
	text-align: left;
	font-weight: bold;
}

.pad-left{
	padding-left: 6px;
}

.card .card-image{
	overflow: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
		background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.card.small .card-image{

	height: 140px;
}

.card .card-image img{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.card .card-image:hover img{
	-webkit-transform: scale(1.2) rotate(-7deg);
	-moz-transform: scale(1.2) rotate(-7deg);
	-ms-transform: scale(1.2) rotate(-7deg);
	-o-transform: scale(1.2) rotate(-7deg);
	transform: scale(1.2) rotate(-7deg);
}

.card.small .card-image:hover img{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.card,#event-slider,#main-slider .carousel-inner,#main-slider .box.first{
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background-color: #fff;
}

.card{
	margin-top: 10px;
	position: relative;
	
}

.card .card-content {
	padding: 14px 24px 0 24px;    
}
.card .card-action{
	padding: 0 24px 14px 24px;
	font-size: 10pt;

}

.card .card-content .card-title, .card-reveal .card-title{
	font-size: 14pt;
	font-weight: 200;
	text-transform: uppercase;
}

.card .card-content .card-info, .card .card-content .card-date{
	font-size: 10pt;

}

.card .card-info{
	color: #888;
}

.card.small .card-content{
	padding: 12px 16px 0 16px;
}

.card.small .card-action{
	padding: 0 16px 12px 16px;
}

.card .card-action a{
	font-size: 10pt;
	color: #01AEF0;
	margin-right: 20px;    
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.card .card-action a:hover{    
	color:#ffd8a6;
	text-decoration:none;
}
.card .card-date{
	margin: 10px 0;
	color: #01AEF0;
}
.card .card-reveal{    
	padding: 20px;
	position: absolute;
	background-color: #FFF;
	width: 100%;
	overflow-y: auto;
	left:0;
	bottom:0;
	height: 100%;
	z-index: 1;
	display: none;    
}

.card .card-reveal p{
	color: rgba(0, 0, 0, 0.71);
	margin:20px ;
}

.btn-custom{
	background-color: transparent;
	font-size:18px;
}

section#contact{
	margin-top: 20px;
}

#event-slider .box{
	padding: 0;
}

#event-slider .box .top{
	background: #01AEF0;
	padding: 10px 30px 50px 30px;
	color: #fff !important;
	max-height: 150px;
}

#event-slider .box .top h3,
#event-slider .box .top,
.card,
#event-slider .box .bottom,
section#contact h1,
section#contact td,
section#contact p,
section#contact a,
.title-box,
.dropdown-menu li a,
.navbar-default .navbar-nav > li > a,
#submenu .row > div h4,
.alumnus h3,
.alumnus h4,
.page .title-page,
#navigation-menu .navbar-text,
.welcome .cont,
.pagelist h2{
	font-family: 'opensans' !important;
}

.pagelist h2{
	font-size: 12pt;
	text-transform: uppercase;
	height: 80px;
	margin: 0;
}

.pagelist img{
	height: 148px;
}

.page .title-page{
	font-size: 20pt;
	font-weight: bold;
	text-transform: uppercase;
}
.page table tr td{
	font-size: 10pt;
	text-align: left;
	padding: 2px 4px;
}
#event-slider .box .top h3{
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

#event-slider .box .top p{
	font-size: 10pt;
}

#event-slider .box .bottom{
	color: #01AEF0;
	font-weight: bold;
	padding: 10px 4px;
	text-transform: uppercase;
}

@media screen and (min-width: 768px){
	.home-slider .carousel-indicators {
		top: 58%;
	}
}

#event-slider .box .bottom .tgl{
	font-size: 48pt;
	border-right: 3px solid #01AEF0;
	vertical-align: top;
	display: inline-block;
	width: 20%;
	padding-right: 4px;
	margin-right: 4px;
}
#event-slider .box .bottom .batas1{
	font-size: 22pt;
	width: 35%;
	display: inline-block;
}
#event-slider a:hover{
	text-decoration: underline;
}
#event-slider a{
	color: #fff;
}
#event-slider .box .bottom .batas2{
	font-size: 11pt;
	width: 42%;
	vertical-align: top;
	display: inline-block;
	padding-top: 4px;
}

#event-slider .box .bottom .batas2 .waktu{
	font-size: 16pt;
}

#event-slider .left.carousel-control, #event-slider .right.carousel-control{
	top: 90%;
	color: #01AEF0;
	opacity: 0.9;
	font-size: 22pt;
}
#event-slider .left.carousel-control{
	right: 10%;
	left: auto;
}

#event-slider .right.carousel-control{
	right: 3%;
	left: auto;
}

#event-slider .carousel-control{
	width: auto;
	height: auto;
}


#news-detail table tr td{
	font-size: 10pt;
	vertical-align: top;

}

#news-detail table tr td p{
	margin: 0;
}

#news-detail table tr td:nth-child(2){
	width: 24px;
	text-align: center;
}

#news-detail table tr td:nth-child(1){
	font-weight: bold;
	height:24px;
}
.card-image .img-responsive{
	margin: 0 auto;
}

#news-headline table {
	margin-bottom: 10px;
}

#news-headline table tr td{
	font-size: 10pt;
	padding-bottom: 8px;
}

#news-headline table tr td a{
	color: #888;
}

#news-headline table tr td:first-child{
	padding-right: 12px;
	vertical-align: top;

}

#album .card .card-title{
	font-size: 11pt;
}

#album .card .card-content{
	min-height: 82px;
}
#album .card .card-action{
	border-bottom: 3px solid #fff;
}
#album .card:hover .card-action{
	border-bottom: 3px solid #01AEF0;
}

#contact .box{
	background: none;
}

#navigation-menu .navbar-text{
	margin: 0;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 2px;
}

section#contact{
	background: #898989;
}
section#contact h1{
	font-size: 12pt;
	text-transform: uppercase;
	font-weight: bold;
}
section#contact td,section#contact p{
	color: #fff;
	font-size: 10pt;
}

section#contact a{
	text-transform: uppercase;
	color: #fff !important;
	background: #01AEF0;
	padding: 12px 10px;
}

section#contact a.socmed{
	color: #fff !important;
	font-size: 20pt;
	background: #01AEF0;
	width: 40px;
	padding: 8px 0;
	display: inline-block;
	text-align: center;
}

.alumnus h3{
	font-size: 14pt;
}

.alumnus h4{
	font-size: 10pt;
}

.alumnus h5{
	font-size: 9pt;
}

.alumnus .info{
	min-height: 100px;
}

@media (max-width: 640px) {

	.alumnus .info{
		min-height: 160px;
	}

	#main-slider img{
		min-height: 148px;
	}
	#main-slider .item{
		max-height: 148px;
	}
	.iklan-album{
		max-height: 240px;
		margin:0 auto;
	}
	#news-headline table tr:first-child td:first-child{
		min-width: 92px;
	}
	#event-slider .box .bottom .tgl{
		width: 18%;
		font-size: 32pt;
	}
	#event-slider .box .bottom .batas1{
		font-size: 14pt;
		width: 30%;
		display: inline-block;
	}
	#event-slider .box .bottom .batas2{
		font-size: 10pt;
		width: 48%;
		display: inline-block;
		padding-top: 2px;
	}
	#event-slider .box .bottom .batas2 .waktu{
		font-size: 12pt;
	}
	.box{
		padding: 0;
	}
	.collapse.navbar-collapse.navbar-right{
		padding-top: 0;
	}
	.navbar-default .navbar-nav > li:first-child{
		border-top: 1px solid #ccc;
	}
	.navbar-default .navbar-nav > li {
		border-bottom: 1px solid #ccc;
	}
	.album-thumb{
		height: 112px;
	}
	#album .card .card-content{
		min-height: 120px;
	}
	.pagelist h2{
		height: auto;
		margin-bottom: 8px;
	}
	.page .title-page{
		font-size: 16pt;
	}
}

.credit{
	font-size: 7pt;
	text-align: center;
	padding: 4px 0;
}
.panel{
	background-color: transparent;
}
.card-height{
	height: 245px;
}
.tab{
	background-color: white;
	color: black;
	height: 50px;
	margin-top: 2%;
	padding: 15px 0px;
}
.tab .tab-bar{
		display: inline;
		margin-right: 13.8%;
		padding: 15px 30px;
}

.active-bar{
	border: 2px solid #52b6ec ;
	background-color: #52b6ec;
	color: white;
}