/* ===================================
 * 
 * Programmer: Muhammad Ridho
 * Email: m.ridho@hotmail.com
 * Phone: +6285363459494
 * 
 * Payakumbuh, 12 Oktober 2017
 * 
 * =================================== */

@import url('../../../fonts/opensans/opensans.css');
@import url('../../../fonts/roboto-condensed/roboto-condensed.css');
*{outline: 0 !important;}
a:focus, a:hover{ text-decoration: none; }
/* ======================================
 * HEADER 
 * ====================================== */
body{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
} 
.top-header .right-header{
	text-align: right;
}
.top-header .top-menu-right{ 
	margin-bottom: 0;
}
.top-header .top-menu-right > li{ 
}
.top-header .top-menu-right > li a{
	padding: 7px 10px;
	display: inline-block; 
	font-size: 13px;
}
.top-header .top-menu-left{
	color: #fefefe;
	margin-bottom: 0;
	margin-top: 5px;
}
.top-header .top-menu-left > li{
	font-size: 13px;
	margin-right: 15px;
}
.top-header .top-menu-left > li:last-child{
	margin-right: 0;
}
.top-header .dropdown-menu{
	z-index: 1001;
}

.main-header{
	position:relative;
	width:100%;
	z-index: 9999;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease; 
}
.main-header .header-area{
	position:relative;
}
.main-header .header-area .logo{
	position: relative;
	float: left;
	padding: 10px 0px 10px;
}
.main-header .header-area .logo > figure{
	padding: 0 !important;
	margin: 0 !important;
}
.main-header .header-area .logo > figure > a > img{
	position: absolute;
	top: 12px;
	left: 0;
}
.main-header .header-area .logo > figure > a{
	color: #222;
	text-decoration: none;
}
.main-header .header-area .logo > figure > a span{
	display: block;
	position: relative;
	margin-left: 55px;
}
.main-header .header-area .logo > figure > a span.text1{
	margin-top: 8px;
}
.main-header .header-area .logo > figure > a span.text1,
.main-header .header-area .logo > figure > a span.text2{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3em;
	
}
.main-header .header-area .logo > figure > a span.text3{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.1em;
	
}
.main-header .header-area .logo > figure > a:hover,
.main-header .header-area .logo > figure > a:focus{
	text-decoration: none;
}
.main-header .main-menu{
	position:relative;
	float: right;
	padding: 0;
	margin-right: 0;
}
.main-menu .navbar{
	padding: 0;
	margin-bottom: 0;
}
.main-menu .navigation > li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li:focus > a, 
.main-menu .navigation > li.current > a, 
.main-menu .navigation > li.current-menu-item > a {
    position: relative;
    opacity: 1;
    transition: all 500ms ease;
    text-decoration: none;
}
.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding: 30px 0px 27px;
	font-size:14px; 
	
	line-height:26px;
	font-weight:500;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	opacity:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li .dropdown-menu{
	left: 0 !important;
	right: auto !important;
}
.main-menu .navigation > li:last-child .dropdown-menu{
	right: 0 !important;
	left: auto !important;
}
.top-panel{
	min-height: 30px;
	display: none;
	background-color: #002147;
	color: #fff;
	font-size: 13px;
	padding: 5px 0 0 0;
}
.top-panel a{
	color: #fff;
}
.top-panel ul.list-inline{
	margin-bottom: 0;
}
.navbar-toggle{
	margin-top: 20px;
}
.navbar-toggle .icon-bar {
    background-color: #fefefe;
}
.navbar-toggle .icon-bar:hover,
.navbar-toggle .icon-bar:focus{
	background-color: #fff;
}

/* SLIDER */
.home-slide{
	position: relative;
}
.home-slide .carousel-inner .item .img-slide{
	background-color:#000;
}
.home-slide .carousel-inner .item .img-slide img{
	width: 100%;
	opacity: 0.8;
}
.home-slide .carousel-caption{
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	display: block;
	padding: 1rem 2rem;
	text-align: left;
}
.home-slide .carousel-caption h1, 
.home-slide .carousel-caption h1 a{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color:#fefefe;
	line-height: normal;
	margin-bottom: 10px;
	margin-top: 0;
}
.home-slide .carousel-caption p{
	font-size: 16px;
	font-weight: 400;
}
.home-slide .carousel-control {
	top: 48%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-shadow: none;
}
.home-slide .carousel-control.left {
	background-image: none !important;
	background: #333 !important;
	left: 10px;
	opacity: 0.5;
}
.home-slide .carousel-control.left:hover,
.home-slide .carousel-control.left:focus{
	background: #002147 !important;
	opacity: 0.8;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.home-slide .carousel-control.right {
	background-image: none !important;
	background: #333 !important;
	right: 10px;
	opacity: 0.5;
}
.home-slide .carousel-control.right:hover,
.home-slide .carousel-control.right:focus{
	background: #002147 !important;
	opacity: 0.8;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.home-slide .carousel-control .glyphicon-chevron-left, 
.home-slide .carousel-control .glyphicon-chevron-right, 
.home-slide .carousel-control .icon-next, 
.home-slide .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    font-size: 22px;
    width: 20px;
    height: 20px;
    
}


/* GALERI */
.gallery-section {
    position: relative;
    padding-top: 88px;
    padding-bottom: 70px;
    background-image: url(../images/news-section.jpg);
    background-repeat: no-repeat;
}
.gallery-section .section-title h3 {
    font-size: 36px;
    color: #FEC606;
    line-height: 48px;
    font-weight: 700;
    padding-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}
.gallery-section .section-title h3 span {
    font-size: 36px;
    color:#002147;
}
.gallery-section .section-title p {
    font-size: 16px;
    color: #222;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 38px;
    font-family: 'Open Sans', sans-serif;
}
.gallery-section .inner-box .img_holder{
	border: 1px solid #fdc800;
	padding: 5px;
}
.gallery-section .inner-box .img_holder img{
  position: relative;
  width: 100%;
}
.gallery-section .inner-box{
	position: relative;
	margin-bottom: 30px;
}
.gallery-section .overlay-box{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transform: scale(0,0);
  -webkit-transform:scale(0,0);
  -moz-transform:scale(0,0);
  -ms-transform:scale(0,0);
  -o-transform:scale(0,0);
  transition:all 500ms ease;
}
.gallery-section .inner-box:hover .overlay-box{
	background: rgba(41, 41, 47, 0.7);
  	transform: scale(1,1);
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -ms-transform:scale(1,1);
    -o-transform:scale(1,1);
    transition:all 500ms ease;
}
.gallery-section .overlay-box{
  padding-top: 35%;
}  

.gallery-section .overlay-box i{
  color: #ffffff;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #FEC606;
  border-radius: 50%;
}
.gallery-section .link-btn{
	margin-top: 20px;
}

/* BUTTON */
.btn-strip-light{
	border: 1px dashed #ddd;
	color: #555;
	background-color: transparent;
}
.btn-strip-light:hover, .btn-strip-light:focus{
	box-shadow: none;
}
.btn-strip-dark{
	border: 1px dashed #ccc;
	color: #F1F1F1;
	background-color: transparent;
}
.btn-strip-dark:hover,.btn-strip-dark:focus{
	color: #FFF;
	box-shadow: none;
}
/* Lightbox2 */
/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.9;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption p{
	font-weight: 400;
	font-size: 12px;
	padding-top: 10px;
	line-height: 1.2em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* end lightbox2*/

 

/* FOOTER */
.footer-top{
	font-family: 'Open Sans',sans-serif; 
	padding: 30px 0 30px 0px;
}
.footer-box{
	margin-bottom: 20px;
}
.footer-box .footer-title{ 
	margin-bottom: 10px;
}
.footer-box .footer-title h5{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.footer-box .logo{
	position: relative; 
	width: 100%;
	padding: 10px 0px 10px;
	clear: both;
}
.footer-box .logo > figure{
	padding: 0 !important;
	margin: 0 !important;
}
.footer-box .logo > figure >  img{
	position: absolute;
	top: 12px;
	left: 0;
}
.footer-box .logo > figure{
	color: #222;
	text-decoration: none;
}
.footer-box .logo > figure > span{
	display: block;
	position: relative;
	margin-left: 55px;
}
.footer-box .logo > figure > span.text1{
	margin-top: 3px;
}
.footer-box .logo > figure > span.text1,
.footer-box .logo > figure > span.text2{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.1em;
}
.footer-box .logo > figure > span.text3{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
}
.footer-box .social-link {
	padding-top: 15px; 
}
.footer-box .social-link > ul > li > a{
	width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 27px; 
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.footer-box .social-link > ul > li > a i{ 
	
    font-size: 13px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


.footer-bottom{
	padding: 15px 0;
}
.footer-bottom p{
	margin: 0;
	font-size: 14px;
}
.footer-bottom p a:hover,.footer-bottom p a:focus{
	text-decoration: none;
}


/* PAGE DETAIL */
.inner-page-banner-area {
    text-align: left;
    background-image: url(../images/inner-section.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    padding: 40px 0 40px;
    margin-bottom: 15px;
}
.inner-page-banner-area .pagination-area {
    position: relative;
    z-index: 1;
}
.inner-page-banner-area .pagination-area h1 {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 44px;
    color: #fff;
}
.inner-page-banner-area .pagination-area ul{
	margin: 0;
	padding: 0;
}
.inner-page-banner-area .pagination-area ul li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.inner-page-banner-area .pagination-area ul li a {
    color: #fdc800;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.page-content{

}
.page-content .content-detail-area .post-image{
	padding: 30px 0 0;
}
.page-content .content-detail-area .post-meta > ul{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px; 
	position: relative;
}
.page-content .content-detail-area .post-meta > ul > li{
	margin-right: 10px;
}
.page-content .content-detail-area .post-meta > ul::before{
	content: "";
    height: 3px;
    width: 70px;
    background: #fdc800;
    position: absolute;
    left: 5px;
    bottom: -10px;
    z-index: 1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
.page-content .content-detail-area .post-meta > ul > li span{
	color: #999;
	font-weight: 600;
}
.page-content .content-detail-area .post-meta > ul > li .fa{
	color: #fdc800;
	margin-right: 3px;
}
.page-content .content-detail-area .post-content{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
	padding: 30px 0; 
}
.page-content .content-detail-area .post-content h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #002147;
	position: relative; 
}
.page-content .content-detail-area .post-content h3::before{
	content: "";
    height: 3px;
    width: 50px;
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 1;
    background: #fdc800;
}
/* MAIN CONTENT */
.main-content{
	padding-top: 30px;
	margin-bottom: 30px;
	border-right: 1px solid #e6e6e6;
	padding-right: 30px;
}
/* SIDEBAR */
.sidebar{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding-top: 30px;
}
.sidebar .sidebar-box .sidebar-header{
	border-bottom: 1px solid #00DC71;
	margin-bottom: 30px;
}
.sidebar .sidebar-title {
	font-size: 22px !important;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: -1px !important;
	padding-bottom: 11px;
	display: inline-block;
	
}
.sidebar .sidebar-box {
    margin-bottom: 30px;
    background: #fff; 
}
.sidebar .sidebar-box .sidebar-box-inner {
    padding: 0 20px 10px 0;
}

/*
.sidebar h3.sidebar-title::before {
    content: "";
    height: 3px;
    width: 50px;
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: 1;
    background: #fdc800;
}
* */
.sidebar .sidebar-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.sidebar .sidebar-list li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.sidebar .sidebar-list li:last-child{
	border-bottom: none;
}
.sidebar .sidebar-list li a {
    color: #444;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.sidebar .sidebar-list li a:hover, .sidebar .sidebar-list li a:focus{
	color: #FDC800;
}
.sidebar .sidebar-list li a .post-count{
	float: right;
}
.video-list .video-list-item {
    position: relative;
}
.widget-video .video-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.widget-video .video-caption .video-icon {
    text-align: center;
    top: 40%;
    position: absolute;
    width: 100%;
    font-size: 32px;
    color: #f0f0f0;
    margin: 0 auto;
}
.widget-video .video-caption .caption-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 10px 15px;
    display: block;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to bottom,transparent 0,#000 100%);
    transition: all .3s;
}
.widget-video .video-caption h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

/* INDEX NEWS */
.indexnews-section {
	margin-top: 30px;
}
.indexnews-section .image-holder {
    margin-bottom: 30px;
    /* box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2); */
    border: 1px solid #FEC606;
}
.indexnews-section .image-holder .image-box {
    position: relative;
    max-height: 180px;
    overflow: hidden;
}
.indexnews-section .image-holder .image-box img {
    width: 100%;
}
.indexnews-section .image-holder .date-box {
    position: absolute;
    bottom: 0px;
    left: 29px;
    width: 75px;
    height: 85px;
    text-align: center;
    background: #FEC606;
}
.indexnews-section .image-holder .date-box h2 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
    line-height: 44px;
    padding-top: 10px;
    padding-bottom: 0;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}
.indexnews-section .image-holder .date-box span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    line-height: 0px;
    font-family: 'Roboto Condensed', sans-serif;
}
.indexnews-section .image-content {
    padding: 20px 29px;
}
.indexnews-section .image-content h5 {
    font-size: 18px;
    font-weight: 400;
    color: #444;
    line-height: normal;
    font-family: 'Roboto Condensed', sans-serif;  
    display: block;
    height: 45px;
    overflow: hidden;
}
.indexnews-section .image-content .item-menu {
    margin-bottom: 10px;
    padding: 0;
}
.indexnews-section .image-content .item-menu li {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #848484;
    line-height: 26px;
    padding-right: 5px;
    margin-right: 5px;
}

/* Index Photo */
.indexphoto-section{
	margin-top: 30px;
}
.indexphoto-section .inner-box .img_holder{
	border: 1px solid #fdc800;
	padding: 5px;
	border-radius: 3px;
}
.indexphoto-section .inner-box .img_holder img{
  position: relative;
  width: 100%;
  border-radius: 3px;
}
.indexphoto-section .inner-box{
	position: relative;
	margin-bottom: 30px;
}
.indexphoto-section .overlay-box{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transform: scale(0,0);
  -webkit-transform:scale(0,0);
  -moz-transform:scale(0,0);
  -ms-transform:scale(0,0);
  -o-transform:scale(0,0);
  transition:all 500ms ease;
}
.indexphoto-section .inner-box:hover .overlay-box{
	background: rgba(41, 41, 47, 0.7);
  	transform: scale(1,1);
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -ms-transform:scale(1,1);
    -o-transform:scale(1,1);
    transition:all 500ms ease;
}
.indexphoto-section .overlay-box{
  padding-top: 35%;
}  

.indexphoto-section .overlay-box i{
  color: #ffffff;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #FEC606;
  border-radius: 50%;
}

/* Index Video */
.indexvideo-section{
	margin-top: 30px;
}
.indexvideo-section .inner-box{
	position: relative;
	margin-bottom: 15px;
}
.indexvideo-section .inner-box:hover .video-caption .video-icon{
	color: #a90000;
}
.indexvideo-section .video-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.indexvideo-section .video-caption .video-icon {
    text-align: center;
    top: 40%;
    position: absolute;
    width: 100%;
    font-size: 32px;
    color: #f0f0f0;
    margin: 0 auto;
}
.indexvideo-section .video-caption .caption-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 10px 15px;
    display: block;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to bottom,transparent 0,#000 100%);
    transition: all .3s;
}
.indexvideo-section .video-caption h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

.indexvideo-section .video-detail{

}
.indexvideo-section .video-detail h2.video-title{
	font-size: 32px;
	margin-top: 0;
}
.indexvideo-section .video-detail .video-content{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	padding-top: 15px;
}

/* HOME CONTENT */ 
.berita-header h3, .peng-header h3, .agenda-header h3, .photo-header h3{ 
	font-size: 20px; 
	margin-bottom: -1px !important; 
	padding-bottom: 11px;
	display: inline-block;
}

.home-photo .photo-content{ 
	display: block;
	padding: 15px;
}
.home-photo .photo-content::before{
	display: table;
	content: " ";
}
.home-photo .photo-content::after{
	display: table;
	content: " ";
	clear: both;
}
.home-photo .inner-box .img_holder{ 
	padding: 5px;
}
.home-photo .inner-box .img_holder img{
  position: relative;
  width: 100%;
}
.home-photo .inner-box{
	position: relative;
	margin-bottom: 30px;
}
.home-photo .overlay-box{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transform: scale(0,0);
  -webkit-transform:scale(0,0);
  -moz-transform:scale(0,0);
  -ms-transform:scale(0,0);
  -o-transform:scale(0,0);
  transition:all 500ms ease;
}
.home-photo .inner-box:hover .overlay-box{
	background: rgba(41, 41, 47, 0.7);
  	transform: scale(1,1);
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -ms-transform:scale(1,1);
    -o-transform:scale(1,1);
    transition:all 500ms ease;
}
.home-photo .overlay-box{
  padding-top: 35%;
}  

.home-photo .overlay-box i{
  
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  
  border-radius: 50%;
}
.home-photo .link-btn{
	margin-top: 20px;
}


/* HOME LIST BERITA */
.home-berita-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.home-berita-list > li{
	position: relative;
	min-height: 120px;
	margin-bottom: 15px;
}
.home-berita-list .post-image .thumbnail{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 200px;
	height: 120px;
}
.home-berita-list .post-image .thumbnail img{
	height: 100%;
	width: auto;
	overflow: hidden;
}
.home-berita-list .post-description{
	margin-left: 210px;
}
.home-berita-list .post-description .post-title h1{
	font-size: 22px; 
}
.home-berita-list .post-description .post-meta{
	font-size: 13px;
	font-weight: 600; 
	margin-bottom: 10px;
}
/* HOME LIST PENGUMUMAN */
.home-pengumuman .peng-list{
	padding: 0;
	list-style: none;
}
.home-pengumuman .peng-list > li{ 
	font-size: 16px;
	padding: 10px 0;
}
.home-pengumuman .peng-list > li .peng-meta{
	margin-bottom: 0;
	font-size: 13px;

}
/* HOME LIST AGENDA */
.home-agenda .agenda-list{
	padding: 0;
	list-style: none;
}
.home-agenda .agenda-list > li{
	font-size: 16px;
	padding: 10px 0;
}
.home-agenda .agenda-list > li .agenda-meta{
	margin-bottom: 0;
	font-size: 13px; 
}
