/*
Theme Name:  Canvas - web 
Version: 2.0
Author: Febriansyah 2014
*/

@import url(http://fonts.googleapis.com/css?family=Bitter:400,700,400italic|Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:400,300,300italic,400italic,700italic,700,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
@import url("../fonts/eufont.css");
body {
	background:#fff;
	margin:0;

}
#body {
	background:#fff;
	width: 100%;
	height: 100%;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.4;
}
.wrapper {
    margin: 0 auto;
    width: 1100px;
}
.wrapper-160 {
    margin: 0 auto;
    width: 1060px;
}
h1,h2,h3,h4{
	margin:0;
	padding:0;
}
p{
	margin:0;
	padding:0;
}
a {
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
	color:#000000;
}
a:hover{
	text-decoration: underline;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  outline:none;
}
.fr{
	float:right;
}
.fl{
	float:left;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
ol,ul{
	list-style:none;
}
.flex-direction-nav a{
	display:none !important;
}
#carousel .slides > li{
	border-right:5px #fff solid;
}
#carousel .slides > li:last-child{
	border:none;
}

#carousel .slides li{
	width:150px !important;
}
.main-content,.col-70{
	width:70%;
	float:left;
	padding:0 20px 0 0;
}
.right-content{
	width:30%;
	float:left;
}

.col-2{
	width:50%;
	float:left;
}
.col-3{
	width:35%;
	float:left;
}
.col-3list{
	width:33.33%;
	float:left;
}
.col-6{
	width:65%;
	float:left;
}
.col-5{
	width:20%;
	float:left;
}
.rows{
	margin:20px 0;
	overflow:hidden;
	clear:both;
}

a.orange{
	color:#f37a1f;
	font-family: 'Bitter', serif;
	padding:20px 0 0 0;
}
.oranges{
	color:#f37a1f;
}
input[type=text], textarea, input[type=password] {
	border: solid 1px #ddd;
	width: 100%;
	border-radius: 5px;
	padding: 0 10px;
	height: 35px;
	color: #333;
	background: #fff;
}
textarea {
	padding: 8px 10px;
	height: 200px !important;
	width: 100% !important;
}

/*-------------------Header--------------*/
.fixNav{
	position:fixed;
	width:100%;
	height:85px;
	top:0;
	left:0;
	background:#fff;
	border-bottom:2px solid #eb1c23;
	z-index:1000;
}
#header{
	padding:30px 0 0 0;
	margin:0 0 55px 0;
	width:100%;
	display:table;
}
.day-Info {
	font-size:14px;
	margin:10px 0 0 0;
	font-weight:bold;
}
.logo{
	float:left;
	max-width:404px;
	transition:all 0.3s ease 0s;
}
.fixNav .logo{
	max-width:300px;
	margin:10px;
}
.logo img{
	width:100%;
}
.topHeader{
	display:table;
	width:100%;
}
.trigger-side{
	margin:20px 20px 0 0;
}
.button-trigger{
	color:#f37a1f;
	border-radius:5px;
	border:1px solid #f37a1f;
	padding:5px;
}
.button-trigger:hover{
	color:#eb1c23;
	border:1px solid #eb1c23;
	text-decoration:none;
}
#head-socmed{
	float:right;
	padding:13px 0 0 0;
}
#head-socmed ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#head-socmed ul li {
	text-align: right;
	display: inline-block;
}
#head-socmed ul li a{
	display: block;
	height:31px;
	width:31px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	margin: 0 0 0 10px;
}
#head-socmed ul li a.fb-icon{
	background:url(../images/icons/facebook-icon.png) no-repeat 0px -31px;
}
#head-socmed ul li a.twitter-icon{
	background:url(../images/icons/twitter-icon.png) no-repeat 0px -31px;
}
#head-socmed ul li a.gplus-icon{
	background:url(../images/icons/gplus-icon.png) no-repeat 0px -31px;
}
#head-socmed ul li a.rss-icon{
	background:url(../images/icons/rss-icon.png) no-repeat 0px -31px;
}
#head-socmed ul li a.youtube-icon{
	background:url(../images/icons/youtube-icon.png) no-repeat 0px -31px;
}
#head-socmed ul li a.pinterest-icon{
	background:url(../images/icons/pinterest-icon.png) no-repeat 0px -31px;
}
#head-socmed ul li a.instagram-icon{
	background:url(../images/icons/instagram-icon.png) no-repeat 0px -31px;
}
#head-socmed ul li a.youtube-icon:hover{
	background:url(../images/icons/youtube-icon.png) no-repeat 0px 0px;
}
#head-socmed ul li a.pinterest-icon:hover{
	background:url(../images/icons/pinterest-icon.png) no-repeat 0px 0px;
}
#head-socmed ul li a.instagram-icon:hover{
	background:url(../images/icons/instagram-icon.png) no-repeat 0px 0px;
}
#head-socmed ul li a.fb-icon:hover{
	background:url(../images/icons/facebook-icon.png) no-repeat 0px 0px;
}
#head-socmed ul li a.twitter-icon:hover{
	background:url(../images/icons/twitter-icon.png) no-repeat 0px -0px;
}
#head-socmed ul li a.gplus-icon:hover{
	background:url(../images/icons/gplus-icon.png) no-repeat 0px -0px;
}
#head-socmed ul li a.rss-icon:hover{
	background:url(../images/icons/rss-icon.png) no-repeat 0px -0px;
}
.headerAds{
	margin-top:10px;
	text-align:center;
}
.loginArea{
	float:right;
	margin-left:10px;
}
.login-bt{
	float:right;
	text-align:center;
	clear:both;
	margin:10px 0;
	font-size:14px;
	font-weight:bold;
}
.login-bt a{
	color:#f37a1f;
	padding:0 5px;
}
.login-bt a:hover{
	color:#eb1c23;
	text-decoration:none;
}
.login-bt a:first-child{
	border-right:1px solid #f37a1f;
}
/**-----Main-Menu-------------------**/
#mainMenu{
	display:table;
	background:#000;
	height:48px;
	padding:0;
	margin:20px 0;
	border-bottom:3px #eb1c23 solid;
	clear:both;
	width:100%;
	position:relative;
}
#mainMenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
}
#mainMenu ul li {
	text-align: center;
	display: inline-block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position:relative;
}
#mainMenu ul li a{
	display: block;
	text-decoration: none;
	font-size:16px;
	color: #fff;
	margin: 0 0 0 0px;
	font-family: 'Fjalla One', sans-serif;
	padding:13px 15px;
	text-transform:uppercase;
}
#mainMenu ul li a:hover, #mainMenu ul li.mnaktif{
	color:#fff;
	background:#eb1c23;
}
#mainMenu ul li ul {
  padding: 0 0px;
  position: absolute;
  z-index:100;
  top: 48px;
  left: 0;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
   display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  text-align:left;
  width:800px;
  margin-left:-85px;
  left:50%;
  z-index:2;

}
#menuHomenya a{
	background:url(../images/home.png)  no-repeat center 10px;
	width:32px;
	display:inline-block;
	padding:13px 25px !important;
	background-size:25px;
}
#menuHomenya a:hover{
	background:url(../images/home.png) no-repeat #eb1c23 center 10px !important;
	background-size:25px;
}
.menu-wrap{
	text-transform:uppercase;
}
.hideSide-menu li ul li a{
	text-transform:capitalize;
}
#mainMenu ul li ul li a{
	color:#fff;
	text-transform:capitalize;
	font-size:14px;
	font-weight:normal;
	padding:10px;
}
#mainMenu ul li ul li { 
  background: #eb1c23; 
  display: inline-block; 
  color: #fff;
}
#mainMenu ul li ul li:hover {}
#mainMenu ul li:hover ul, #mainMenu ul li ul.mnaktif {
  display: block;
  opacity: 1;
  visibility: visible;
}
.imitateshow{
	display: block !important;
	  opacity: 1 !important;
	  visibility: visible !important;
}
.imitatehide{
	display: none !important;
	  opacity: 0 !important;
	  visibility: hidden !important;
}
.bg-imitate{
	background:#eb1c23;
	width:100%;
	height:39px;
	position:absolute;
	left:0;
	top:48px;
	z-index:1;
	opacity:0;
	visibility::hidden;
	display:none;
}

.search{
	float: left;
	position:relative;
	padding: 13px 0 0 0;
	margin:0 0 0 30px;
}
.search #s {
	border-radius: 5px;
	padding:10px;
	border: none;
	width: 300px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	background:#e8e8e8;
}
.search #searchsubmit {
	text-indent: -9999px;
	border: none;
	position: absolute;
	display: block;
	background: url(../images/icons/search-icon.png) no-repeat;
	height: 37px;
	width: 37px;
	right: -10px;
	cursor: pointer;
	top: 12px;
}
form {
	display: block;
	margin-top: 0em;
}
.searchq{
	width:100px;
	border-radius:10px;
	border:none;
	padding:3px 10px;
}
/*------------------Section-----------*/
.tittle-list{
	background:#e8e8e8;
	border-bottom:2px solid #eb1c23;
	padding:0;
	font-family: 'Bitter', serif;
	overflow:hidden;
}
.tittle-list h3{
	background:#eb1c23;
	padding:10px;
	text-align:center;
	font-size:16px;
	color:#fff;
	margin:0;
}
.index{
	font-size:14px;
	color:#f37a1f;
}
.list-news ul{
	margin:0;
	list-style:square outside;
}
.list-news ul li{
	margin:10px 0;
}
.list-news ul li a{
	color: #000;
}
.list-news ul li a:hover{
	text-decoration:underline;
}
.slide-headline{
	padding:0;
}
.tiny-head{
	background:#9f0b10;
	padding:5px;
	font-size:12px;
	color:#fff;
	float:left;
	font-family: 'Bitter', serif;
	margin:0 0 10px 0;
	display:block;
}
.tiny-head a{
	color:#fff;
}
.slide-text{
	width:100%;
	color:#FFF;
	position:absolute;
	padding:20px;
	bottom:0;
	background: #000;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.47) 31%,rgba(0,0,0,.7) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(31%,rgba(0,0,0,.47)),color-stop(100%,rgba(0,0,0,.7)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.47) 31%,rgba(0,0,0,.7) 100%);
	background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.47) 31%,rgba(0,0,0,.7) 100%);
	background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.47) 31%,rgba(0,0,0,.7) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.47) 31%,rgba(0,0,0,.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b3000000',GradientType=0);
	text-shadow: 2px 1px 2px #000;
}
.slide-text h2{
	margin:0;
	font-size:24px;
	clear:both;
}
.slide-text h2 a{
	color:#fff;
}
.canalSlide{
	padding:0 20px 0 0;
}
.canalSlide .flex-control-nav{
	bottom:0px;
}
.canalSlide .slide-text{
	padding:20px 10px 30px 10px;
}
.canalSlide .slide-text p{
	margin:0;
}
.canalSlide .slide-text h2{
	position:absolute;
	top:-40px;
	font-size:22px;
}
.ads-hor{
	text-align:center;
	clear:both;
	padding:10px 0;
	margin:10px 0 0px 0;
}
.tagsnya{
	width:100%;
}
.tags{
	background:#0d1b25;
	clear:both;
	padding:10px 10px 10px 40px;
	text-align:left;
}
.tags h3{
	display:inline-block;
	margin-right:10px;
	font-size:14px;
	color:#faa21b;
}
.tags a.tags-content{
	color:#FFF;
	margin:0 5px;
}
.tags a.tags-content:hover{
	color:#faa21b;
}
.news-high{
	
}
.list-big{
	overflow:hidden;
	margin:20px 0;
	padding:0px;
}
.thumb-big{
	max-width:340px;
	min-width:340px;
	float:left;
	margin-right:20px;
}
.thumb-big img{
	width:100%;
}
.thumb-small{
	max-width:153px;
	float:left;
	margin-right:10px;
}
.thumb-small img{
	width:100%;
}
.caption-big{
	width:50%;
	float:left;
}
.caption-big  a{
	text-decoration:none;
	color:#000;
}
.caption-big  a:hover{
	text-decoration:underline;
}
.caption-big .cat-news{
	font-family: 'Bitter', serif;
	background:url(../images/square.jpg) no-repeat left center;
	padding:0 0 0 20px;
	color:#9f0b10;
}
.caption-big .date-cap{
	font-size:11px;
	color:#9c9ea0;
}
.caption-big h3{
	font-size:16px;
	margin:5px 0;
}
.show-bt{
	text-align:center;
	padding:10px 0;
	clear:both;
}
.show-bt a{
	text-transform:uppercase;
	color:#f37a1f;
	font-size:18px;
}
.show-bt a:hover{
	color:#000;
}
.list-category{
	padding:10px 0;
	overflow:hidden;
	position:relative;
	clear:both;
}
.caption-special{
	width:100%;
}
.caption-special h1{
	font-size:20px;
	color:#f37a1f;
	margin:0;
	margin-right:25px;
}
.caption-special h3{
	font-size:16px;
	margin:5px 0;
	margin-right:25px;
}
.caption-special  a{
	text-decoration:none;
	color:#000;
}
.caption-special  a:hover{
	text-decoration:underline;
}
.line-title{
	margin:0 0 10px 0;	
}
.line-title h4 {
    position: relative;
    font-size: 18px;
    z-index: 1;
	font-family: 'Bitter', serif;
    overflow: hidden;
    text-align: left;
	color:#9f0b10;	
}

.line-title h4:before,.line-title h4:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 70%;
    height: 2px;
    content: '\a0';
    background-color:#eb1c23;
}
.line-link h4 {
    position: relative;
    font-size: 14px;
    z-index: 1;
	font-family: 'Bitter', serif;
    overflow: hidden;
    text-align: right;	
}
.line-link h4 a{
	
	color:#eb1c23;
}
.line-link h4:before,.line-link h4:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 100%;
    height: 2px;
    content: '\a0';
    background-color:#eb1c23;
}
.line-link h4:before {
    margin-left:-100%;
    text-align: right;
}
.foot-list{
	margin:20px 0;
	padding:0 30px 0 0;
	min-height:370px;
}
.line-title h4:before {
    margin-left: 30%;
    text-align: right;
}
.thumb-footList .caption-footList{
	width:50%
}
.caption-footList{
	float:left;
	width:100%;
}
.caption-footList .line-title h4{
	margin:0;
}
.caption-footList h3{
	font-size:14px;
	margin:0;
}
.caption-footList  a{
	text-decoration:none;
	color:#000;
}
.caption-footList  a:hover{
	text-decoration:underline;
}
.footNews-list{
	clear:both;
	padding:5px 0;
}
.footNews-list ul{
	list-style:square outside;
	margin:0 0 0 -22px;
}
.footNews-list ul li{
	margin:5px 0;
	font-size:12px;
}
.ads-ver{
	text-align:center;
	padding:0 0 20px 0;
}
.side-thumb{
	max-width:52px;
	float:left;
	margin-right:10px;
}
.reviewsList{
	overflow:hidden;
	margin-bottom:10px;
}
#KanvasReviews .side-thumb{
	max-width:100px;
}
#KanvasReviews .caption-side	{
	width:62%;
}
#KanvasReviews .side-listFull .caption-side{
	width:100%;
}
#KanvasReviews .side-list,
#KanvasReviews .side-listFull{
	border-bottom:1px dashed #000;
	padding:20px;
}
.side-thumb img{
	width:100%;
}
.side-thumb.kolom-thumb img{
	width:50px !important;
	height:50px !important;
	border-radius:100px;
}
.caption-side{
	width:77%;
	float:left;
}
.caption-side .cat-news{
	font-family: 'Bitter', serif;
	font-size:14px;
	color:#9f0b10;
}
.caption-side h3{
	font-size:14px;
	margin:0;
}
.side-list,.side-listFull{
	overflow:hidden;
	padding:20px 20px 0 20px;
}

.sidenews-list{
	margin:0 0px 30px 0;
	overflow:hidden;
}
.desc-side{
	clear:both;
	padding:10px 0;
}
#beritaPopuler .caption-side{
	width:100%;
	padding:0 0 30px 30px;
}
.list-populer{
	position:relative;
	margin:0 0 20px 0;
}
.list-populer:last-child{
	margin:0;
}
.circleNumber{
	background:#f37a1f;
	width:30px;
	height:30px;
	display:block;
	border-radius:100px;
	position:absolute;
	left:-46px;
	top:0px;
	color:#fff;
	text-align:center;
	font-size:18px;
	line-height:28px;
}
.circleView{
	background:#9f0b10;
	width:30px;
	height:30px;
	display:block;
	border-radius:100px;
	position:absolute;
	left:-46px;
	top:0px;
	color:#fff;
	text-align:center;
	font-size:8px;
	z-index:2;
	padding:3px 0 0 0;
	opacity:0;
}
#footer{
	background:#000;
	border-top:5px solid #eb1c23;
	clear:both;
	display:table;
	padding:0 0 0px 0;
	color: #484848;
	width:100%;
}
.menuFooter ul{
	list-style: none;
	margin: 0;
	padding: 10px 0;
	float:left;
}
.menuFooter ul li {
	/* width: 125px; */
    /* float: left; */
    padding-bottom: 0px;
    margin-right: 20px;
    display: inline-block;
}
.menuFooter ul li a{
	display: block;
	text-decoration: none;
	font-size:16px;
	color: #fff;
	margin: 0 0 0 10px;
	font-family: 'Bitter', serif;
}
.menuFooter ul li a:hover{
	color:#eb1c23;
}
.whiteLogo{
	float:left;
	clear:both;
	margin:10px 0;
}
.right-footer{
	float:right;
	padding:35px 0 0 0;
	width:50%;
}
.left-footer{
	float:left;
	width:100%;
}
.logoFooter{
	margin:10px 0;
	clear:both;
}
.logoFooter p{
	display:inline-block;
	margin:0 10px 0 0;
	line-height:37px;
	float:right;
}
.androidDownload{
	background:url(../images/download-play.png) no-repeat;
	width:109px;
	height:37px;
	display:inline-block;
	float:right;
}
.androidDownload:hover{
	opacity:0.5;
}
#veryFooter{
	background:#484848;
	padding:20px 0px;
	clear:both;
	display:table;
	width:100%;
}
.copyright{
	color:#e8e8e8;
	font-size:14px;
	margin:0;
}
.menuvFooter ul{
	list-style: none;
	margin: 0;
	padding:0;
	float:left;
}
.menuvFooter ul li {
	display:inline-block;
	padding:0 10px;
	border-right:1px solid #e8e8e8;
	text-align:center;
}
.menuvFooter ul li:last-child{
	border:none;
}
.menuvFooter ul li a{
	display: block;
	text-decoration: none;
	font-size:14px;
	color: #e8e8e8;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
}
.menuvFooter ul li a:hover{
	color:#eb1c23;
}
.isi-berita{
	padding:0 20px 0 0;
}
.isi-berita h1{
	font-size:24px;
}
.image-berita  span{
	font-size:10px;
	color:#b0b1b3;
	margin:10px 0;
}
.image-berita {
	max-width:770px;
	text-align:left;
	margin:20px 0;
}
.image-berita img{
	width:100%;
}
.share-socmed{
	float:left;
	width:80px;
}
.detail-berita{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.detail-berita p{
	line-height:25px;
	font-size:14px;
}
.detail-berita img{
	max-width:100%;
}
.shareNews{
	margin:10px 0;
}
.authors table{
	color:#9c9ea0;
	margin:20px 0;
}
.tags-news h2{
	font-size:18px;
	color:#0d1b25;
	margin:0 0 10px 0;
}
.berita-terkait{
	clear:both;
	overflow:hidden;
}
.berita-terkait .thumb-small{
	max-width:100px;
	margin:0 auto;
	float:none;
}
.berita-terkait .thumb-small img{
	border:5px solid #e8e8e8;
}
.berita-terkait .caption-footList{
	width:100%;
	padding:0 20px;
	text-align:center;
}
.berita-terkait .caption-footList h3{
	font-size:11px;
}
.fb-findus img{
	width:100%;
}
.tags-link{
	display:inline-block;
	color:#fff;
	background:#0d1b25;
	padding:5px 10px;
	margin:0 10px 20px 0;
}
.berita-terkait .col-2{
	margin:0 0 10px 0;
}

.konten-newsHigh .col-2:nth-child(2n+0){
	padding:10px 0px 10px 10px;
}
.konten-newsHigh .col-2{
	padding:10px 10px 10px 0px;
}
.thumb-bio{
	position:relative;
	overflow:hidden;
	max-height:170px;
	max-width:340px;
}
.img-bio{
	position:relative;
	overflow:hidden;
}
.img-bio img{
	width:100%;
}
.caption-bio{
	background: rgba(0,0,0, 0.5); 
	padding:10px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
}
.caption-bio h3{
	margin:0;
}
.caption-bio h3 a{
	font-size:22px;
	color:#FFF;
	margin:0;
}
.caption-detail{
	background: rgba(0,0,0, 0.5); 
	padding:15px;
	position:absolute;
	top:72px;
	left:0;
	width:100%;
	height:100%;
	text-align:left;
	color:#FFF;
	transition: all 0.3s ease-in-out 0s;
	color:#000000;
}
.caption-detail:hover{
	top:0;
    transition: all 0.3s ease-in-out 0s;
	color:#000000;
}
.caption-detail h3{
	margin:0 0 10px 0;
	clear:both;
}
.caption-detail h3 a{
	color:#FFFFFF;
	font-size:14px;
}
.isi-bio p{
	color: #FFF;
}
.isi-bio a{
	color: #FFF;
}
.isi-bio{
}
.bigPadding{
	padding:40px 0 10px 0;
}
.konten-newsHigh{
	overflow:hidden;
}
.bio-headline{
	padding:10px 0;
}
.bottomBorder{
	border-bottom:2px solid #eb1c23;
	padding:0 0 10px 0;
}
.title_feature {
	font-family: 'Bitter', serif;
	border-bottom: 2px solid #9f0b10;
	height: 20px;
	text-align: left;
	font-size: 16px;
	font-weight:bold;
	margin: -6px 0 30px;
}
.title_feature a{
	color:#FFF;
}
.title_feature .titleinsd {
	padding: 7px;
	background-color: #9f0b10;
	width: 150px;
	margin: 10px 0;
}
.berita-terkait .title_feature .titleinsd{
	width:140px;
}
.footDesc{
	clear: both;
	padding: 10px 0;
}
.footDesc p {
	font-size:11px;	
}
.newsList-footer{
	padding:10px 0;
	overflow:hidden;
	border-bottom:1px dotted #000;
}
.bThumbCanal img{
	width:100%;
}
.dateHead{
	margin:10px 0;
}
.dateHead{
	overflow:hidden;
	color:#9c9ea0;
}
.dateHead p{
	display:inline-block;
	margin:0 10px 0 0;
	line-height:30px;
}
.datehome{
	color:#fff;
	margin-left:5px;
	float:left;
	line-height:20px;
}
.datehomefoot{
	color:#9c9ea0;
	float:left;
	line-height:20px;
	font-size:11px;
}
.dateHead h3{
	background:#9f0b10;
	padding:5px;
	font-size:12px;
	color:#fff;
	float:left;
	font-family: 'Bitter', serif;
	margin:0 10px 0 0;
	display:block;
}
.dateHead a{
	color:#fff;
}
.headcanalC h2{
	font-size:24px;
	margin:0 0 10px 0;
}
.page-pagination {
	width: 100%;
	overflow: hidden;
	padding: 5px;
	margin: 10px 0;
	text-align: center;
	clear: both;
}
.page-pagination a {
	display: inline-block;
	background: #f37a1f;
	padding:10px 20px;
	text-align: center;
	text-decoration:none;
	color: #fff;
	font-size:14px;
	font-family: 'Bitter', serif;
	cursor: pointer;
	border-radius: 5%;
}
.page-pagination .current ,.page-pagination a:hover{
	background: #fff;
	color: #f37a1f;
	border:solid 1px #f37a1f; 
}
.news-highCanal{
	overflow:hidden;
	border-bottom: 2px solid #eb1c23;
	padding: 0 0 10px 0;
}
.box-bio{
	border:1px solid #909090;
	margin:0 20px 20px 20px;
	cursor:pointer;
	min-height:310px;
}
.box-bio:hover .desc-biografi,
.box-bio:hover .desc-biografi a h3{
	background:#232323;
	color:#fff !important;
}
.biografi-img{
	position:relative;
	max-height:167px;
}
.biografi-img img{
	width:100%;
	overflow:hidden;
}
.biografi-img .tiny-head{
	position:absolute;
	bottom:0;
	left:0;
	margin:0;
}
.desc-biografi{
	clear:both;
	padding:20px;	
}
#news-index .tittleTags{
	border:none;
}
.tittleTags{
	border-bottom:3px solid #9f0b10;
	padding:0;
	overflow:hidden;
}
.tittle-dark{
	display:inline-block;
	float:left;
	margin:0 20px 0 0;
	padding:10px 0;
	font-family: 'Bitter', serif;
}
.menuInner{
	float:left;
}
.menuInner ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.menuInner ul li {
	text-align: center;
	display: inline-block;
}
.menuInner ul li a{
	display: block;
	text-decoration: none;
	font-size:14px;
	color: #9f0b10;
	margin: 0 0 0 0px;
	line-height:30px;
	font-family: 'Bitter', serif;
	padding:13px 10px;
	font-weight:bold;
	text-transform:uppercase;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition:none;
}
.menuInner ul li a:hover,.menuInner ul li a.active{
	background:url(../images/arrowup.png) bottom center no-repeat;

}
.backtopTop{
	background:url(../images/backtotop.png) right center no-repeat;
	color:#5b5b5b;
	font-size:16px;
	font-family: 'Bitter', serif;
	padding:5px 25px 5px 0;
	margin:  0;
	float:right;
	font-weight:bold;
}
#carousel .slides li{
	background:#000 !important;	
}
#carousel .slides li img{
	opacity:0.5 !important;
}
#carousel .slides li.flex-active-slide img,
#carousel .slides li.flex-active-slide img:hover{
	opacity:1 !important;
}
.box-grey{
	border:1px solid #909090;
	padding:10px;
	margin-bottom:20px;
}
.shorter{
	float:left;
	padding:20px 10px;
}
.form-control {
	display: inline-block;
	height: 28px;
	padding: 2px 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color:#9f0b10;
	background-color: #fff;
	background-image: none;
	border: 1px solid #bcbdc0;
	font-family: 'Bitter', serif;
	float:left;
	margin:0 10px 0 0;
}
.searchIndex{
	width:30px;
	height:28px;
	margin:0 0 0;
	display:inline-block;
	background: url(../images/search-index.jpg) no-repeat;
}
.indexContent{
	padding:0 20px;
}
.tableIndex a{
	font-weight:bold;
	color:#6e6e6e;
}
.tableIndex tr td{
	padding:5px 0;
}
.tableIndex a:hover{
	color:#000;
	text-decoration:none;
}
.tentangKami{
	margin-top:30px;
}
.tentangKami p{
	margin-bottom:20px;
	line-height:30px;
}
.theforms .col-3list {
	padding: 0;
}
.theforms .col-3list:nth-child(2) {
	padding: 0 10px;
}

.button1{
	display: inline-block;
	border: none;
	background: #9f0b10;
	color: #fff;
	text-transform: uppercase;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	cursor:pointer;
}
.button1:hover{
	background: #630206;
}

.bd-top{
	border-top:2px solid #eb1c23;
}

.bd-bottom{
	border-bottom:2px solid #eb1c23;
}
.menuvFooter{
	display:inline-block;
}
.logo-foot{
	display: inline-block;
    width: 158px;
}
.logo-foot img{
	width:100%;
}
#blegedes-row .side-thumb {
    max-width: 100%;
    display: block;
    height: auto;
}
#blegedes-row .side-thumb img{
	width: 100%;
    height: 100%;
}
#blegedes-row .caption-side {
    width: 100%;
}