/* =========================================================
Heading
============================================================ */
/* h1 {
    color: #222;
    font: 700 32px/34px  'Noto Sans', sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;

}
h2 {
    color: #222;
    font: 700 28px/30px 'Noto Sans', sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;
}
h3 {
    color: #222;
    font: 700 24px/26px 'Noto Sans', sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;
}
h4 {
    color: #222;
    font: 700 20px/22px 'Noto Sans', sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;

}
h5 {
    color: #222;
    font: 700 16px/20px 'Noto Sans', sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;

}
h6 {
    color: #222;
    font: 700 14px/20px 'Noto Sans', sans-serif;
    letter-spacing: 0;
    margin-bottom:5px;

}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #222;
} */
/* =========================================================
Clear Floated Elements
============================================================ */
.left{ 
    float:left;
}
.right{
    float:right;
}
.clear {  
    clear: both;  
    display: block;  
    overflow: hidden;  
    visibility: hidden;  
    width: 0;  height: 0;
}
.clearfix:before, .clearfix:after{
    content: '.';  
    display: block;  
    overflow: hidden;  
    visibility: hidden;  
    font-size: 0;  
    line-height: 0;  
    width: 0;  
    height: 0;
}
.clearfix:after{  
    clear: both;
}
.clearfix{  
    zoom: 1;
}
/* =========================================================
CSS3 
============================================================ */
.flx-bar  {
	margin-top: 40px;
	margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
	.flx-bar  {
		margin: 40px 20px 0px 20px;
	}
}
@media screen and (max-width: 1200px) {
	.flx-bar  {
		margin-bottom: 20px;
	}
}
.flx-bar .kopa-home-slider-widget .widget-title {
    font-size: 18px;
    /* color: #f1f3f8; */
    margin: 0;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
	color: #000 !important;
    background: #E5E6E6;
    padding: 0 15px;
}
.flx-bar .kopa-home-slider-widget .widget-title span {
    font-weight: 400;
}
.flx-bar .kopa-home-slider-widget .widget-title span.arrow {
        position: absolute;
    bottom: -12px;
    left: 0;
    border-top: 12px solid #CCC8C8;
    border-left: 28px solid transparent;
    border-right: 0px solid transparent;
    display: block;
    height: 0;
    width: 0;
}
/* ============================================================ */
.entry-date {
    color:#807C7C;
    font-size:12px;
}
.tglkecil{
	background: #807C7C;
	text-align: center;
	padding-left:0!important; 
	padding-right:0!important;
	padding-top: 5px;
}
.tglkecil div { color:#fff!important; }
.tglkecil .tahun{
	background: #C8CACA;
	color:#000 !important;
}
.tglkecil .hari{
	font-size: 28px;
    line-height: 30px;
}
/* ============================================================ */
.flx-bar .kopa-latest-post-widget .widget-title {
	font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 10px;
    padding-left: 20px;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    background: #303641 ;
}
.flx-bar .kopa-latest-post-widget .widget-title span {
    font-weight: 400;
}
.flx-bar .kopa-latest-post-widget ul {
	margin-left: -40px !important;
}
.flx-bar .kopa-latest-post-widget ul li {
    list-style: none;
    border-top: 1px solid #BFBBBB;
    padding-top: 15px;
    margin: 15px 0 0;
}
.flx-bar .kopa-latest-post-widget ul li:first-child {
    border-top: none;
    padding-top: 0px;
    margin: 0;
}
.flx-bar .kopa-latest-post-widget ul li a {
    color:#000;
    font-size:14px;
    font-weight:600;
}
.flx-bar .kopa-latest-post-widget ul li .entry-date {
    color:#18adb4;
    font-size:12px;
    text-transform:uppercase;
    display:block;
    margin-bottom:10px;
    font-weight:600;
}
/* ============================================================ */
.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 768px) {
	
}