#feat{
	width:100%;
	display:block;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	/*box-shadow: 0px 0px 5px #e3e2e2;*/
	border: 1px solid #efefef;
	box-sizing: border-box;
	background: #000;
	}
#feat ul.ui-tabs-nav{
	top:0px;
	list-style:none;
	padding:0;
	width:100%;
}
#feat ul.ui-tabs-nav li{ 
	font-size:12px; 
	color:#666; 
	margin-left: 0px;
}
#feat ul.ui-tabs-nav img{ 
	padding-bottom:2px; 
	padding:0px; 
}
#feat ul.ui-tabs-nav li span{ 
	font-size:11px; 
}
#feat li.ui-tabs-nav-item a{ 
	float:left;
	display:block;
	height:180px; 
	width:24.8%;
	color:#FFF;
	padding-right: 0.2%;
	line-height:17px; 
	text-decoration:none;
	font-weight:lighter;
	border-top:5px solid #222;
	overflow:hidden;
	background: #FFF;
}
#feat li.ui-tabs-nav-item a:hover{ 
	opacity:0.9;
	color:#FFFFFF;
}
#feat li.ui-tabs-selected{ 
}
#feat ul.ui-tabs-nav li.ui-tabs-selected a{ 
	border-top:5px solid var(--bg-primary);
	margin-left:0;
	padding-bottom:3px;
	height:180px;
}

#feat ul.ui-tabs-nav li {
	width:100%; 
	height: 100%; 
	padding: 0; 
}
#feat ul.ui-tabs-nav li .judul {
	width: 91.8%;
	height: 70px;
	padding: 3px 5%;
	margin-right: 0.2%;
	clear: both;
	display: block;
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
  	text-overflow: ellipsis;
  	word-break: break-word;
  	background: #000;
}
#feat ul.ui-tabs-nav li.ui-tabs-selected .judul{
color:#FFFFFF;
background: #333;
	}
#feat .ui-tabs-panel{ 
	width:100%; 
	height:400px; 
	position:relative;
	margin: 0 auto;
	padding: 0;
}
#feat .ui-tabs-panel .hl {
	position: absolute;
	top: 30px;
	left: 0;
	background: #000;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
	color: #FFF;
	letter-spacing: 2;
	text-transform: uppercase;
}
#feat .ui-tabs-panel .info{ 
	position:absolute; 
	bottom:0; 
	left:0;
	height:auto; 
	width:95%;
	margin: 0;
	padding:60px 3% 20px 3%; 
	background: rgba(0, 0, 0, 0);
  	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%)
}
#feat .info h1{ 
	display:block;
	font-size:24px; 
	line-height:1.3;
	color:#fff; 
	margin:10px 0;
	font-weight:700;
	overflow:hidden;
}

#feat .info .cat{
	display: table;
	background: none;
	color:#FFF;
	text-transform:uppercase;
	font-size:11px;
	padding:0px;
	clear: both;
	border-bottom: 1px solid #FFF;
}
#feat .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#feat .info a:hover{ 
	text-decoration:none; color: #DFE1F9;
}
#feat .ui-tabs-hide{ 
	display:none; 
}

.img_feat {width:100%; height:350px; padding:0; margin-right:6px; float:left; overflow:hidden;}
.img_feat img { background:#000000; min-width:100%; width: auto; max-height: 100%; height: auto; min-height: 350px;}

.img_feat_t {width:100%; margin-right:0px; float:left; overflow:hidden;  }
.img_feat_t { width:100%; padding-bottom:0px; height:110px;}
.img_feat_t img {width:100%; max-height: 100%; height: 110px;}

@media screen and (max-width : 600px){
#feat { height:390px;}
#feat .ui-tabs-panel { height:330px;}
#feat .info h1{	font-size:22px; }
}
@media screen and (max-width : 480px){
#feat { height:280px;}
#feat .ui-tabs-panel { height:220px;}
#feat .info h1 { font-size:18px; line-height:1.2;}
#feat li.ui-tabs-nav-item a, #feat ul.ui-tabs-nav li.ui-tabs-selected a { height:60px;}
/*#feat .ui-tabs-panel .info { height: 300px; }
#feat .info h1 { font-size:22px; line-height:1.2;}*/

#feat .img_feat_t img {width:130%; margin-left:-15%; min-height:30px;} 
#feat .img_feat img {min-height:250px; height: auto; width: 110%; margin-left:-5%;}
}