html, body, *{
	font-family: 'Raleway', sans-serif;
}

#header{
	width: 100%;
	min-height: 150px;
	background-color: #00283a;
	color: white;
}

#header h4{
	letter-spacing: 2px;
}

#header-top{
	width: 100%;
	padding: 0.3125em 0;
	background-color: #012232;
	border-bottom: 1px solid #001925;
}

#header-top p{
	padding: 0.3125em 0;
	font-size: 0.75em;
	opacity: 0.5;
	margin-bottom: 0;
}

#header-top-p{
	text-align: right;
}

#content{
	padding-bottom: 40px;
	width: 100%;
	min-height: 500px;
}

#content #slider img{
	width: 100%;
}

#content-info{
	background: url('../img/bpsdm_bg.jpeg');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}

#content-info #info-page-name{
	width: 100%;
	color: white;
	position: relative;
	bottom: 0;
	height: 40px;
	padding: 5px;
	background-color: rgba(0, 40, 58, 0.70);
}

#content-info #info-page-name h4{
	margin: 0;
	padding: 5px;
}

#footer{
	width: 100%;
	height: 140px;
	background-color: #00283a;
}

.owl-carousel .item-video{height:480px;}

.owl-carousel-video .owl-item{
	border:4px solid #012232;
}

.owl-carousel-galeri .item {
    height: 14rem;
    /*background: #4DC7A0;*/
    background: #000;
    padding: 1rem;
    color: white;
}

.owl-carousel-narasumber .item-box {
	width: 150px;
    height: 150px;
    border-radius: 150px;
    /*background: #4DC7A0;*/
    background: #fff;
    padding: 1rem;
    color: #012232;
}


#box-form-monev{
	padding: 40px;
	border: 1px dashed #012232;
	border-radius: 9px;
}

#navbar{
	background-color: #92c500;
	color: white;
	font-family: 'Montserrat', sans-serif;
}

.navbar-default {
    background-color: #92c500;
    border-color: #92c500;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: white;
    background-color: #769226;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

#wrapper-narasumber{
	background-color: #012232;
	padding-bottom: 60px;
	color: white;
}

.btn-flat{
	border-radius: 0;
}

.btn-border{
	color: #012232;
	background-color: white;
	border: 3px solid #012232;
}

.btn-border:hover{
	color: white;
	background-color: #012232;
	border: 0px solid #012232;
	transition: 0.5s;
}

@media(max-width:1237px){
	#header .titleHeader{
		padding-left:40px;
	}

	#header .imgHeader{
		text-align: left;
	}
}

@media(max-width: 992px){
	#header .imgHeader{
		text-align: center;
	}

	#header img{
		padding-bottom: 10px;
	}

	#header .titleHeader{
		padding-left:0;
	}
}

@media(max-width: 767px){
	#header-top p{
		text-align: center;
	}

	#header img{
		padding-bottom: 0;
	}

	#header h2, h4{
		text-align: center;
	}

	#header h2{
		font-size: 24px;
	}

	#header h4{
		font-size: 12px;
	}

	#footer h5{
		text-align: center;
	}

	.navbar-collapse{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #00283a;
}
.navbar-default .navbar-toggle {
    border-color: #00283a;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #00283a;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
    background-color: #fff;
}
