.hlight,.hlight  .bt-sliders{
	position:relative;
	overflow:hidden;
}
.hlight .col-left{
	width:60%;
	float:left;
}
.hlight .col-right{
	width:40%;
	float:right;
}
@media screen and (max-width: 480px){
	.hlight .col-left{width:100%!important;}
	.hlight .col-right{width:100%!important;}
}
.hlight  .bt-sliders{
	margin-right:20px;
}
.hlight .bt-window{
	position:relative;
	width:300%;
	left:-100%;
}
.hlight .bt-header h3{
	margin:0px;
	padding:8px 10px;
	background:darkred;
}
.hlight .bt-header h3 span{
	text-transform:uppercase;
	color:#fff;
}
.hlight .bt-slide{
	position:absolute;
	width:33.34%;
	left:33.33%;
	overflow:hidden;
	z-index:0;
	margin-right:20px;
	background:#fff;
}

.hlight .bt-item{
	position:relative;
}

.hlight .bt-caption-content{
	padding:10px;
}
.hlight .bt-caption-content a{
	text-decoration:none;
}

.hlight .bt-title a{
	text-transform:uppercase;
	margin:8px 0;
	font-size:150%;
	display:inline-block;
}
/* footer nav */
.hlight .bt-footernav{
	line-height:150%;
}
.hlight .bt-footernav .active{
}
.hlight .bt-footernav .bt-title{
	font-weight:bold;
	text-transform: capitalize;
}
.hlight .bt-footernav .bt-date{

}
.hlight .bt-footernav .active .bt-date{
	color:red;
}

.hlight .bt-nav{
	cursor:pointer;
	background:#ECECEC;
	border-bottom:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	padding:5px;
	margin-bottom:15px;
	margin-top:10px;
	/*clear:both; */
	overflow:hidden;
}
.hlight .bt-nav:hover .bt-title,.hlight .active .bt-title{
	color:darkred;
}
.hlight .bt-category{
	margin:5px 0px;
	font-size:100%;
	float:right;
}
.hlight .bt-main-title{
	width: 100%;
	padding: 0px;
	overflow: hidden;
	position: relative;
	font: bold 17px/18px Arial;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	text-transform: capitalize;
}
.hlight .bt-thumb{
	width:80px;
	float:left;
	margin-right:10px;
}
.hlight .bt-thumb img{
	width:100%;
}
.hlight  .bt-mainimg img {
	width:700px;
	height:400px
}
.hlight .bt-title{
	margin-left:90px;
}
.hlight img{
	box-shadow:0 0 10px gray;
}
.hlight .hovereffect img,.hlight img.hovereffect{
	transform: scale(1);
    transition-duration: 200ms;
    transition-timing-function: linear;
	-moz-transform:scale(1);
	-moz-transition-timing-function:linear;
	-moz-transition-duration:200ms;
	-webkit-transform: scale(1);
	-webkit-transition-timing-function: linear;
	-webkit-transition-duration: 200ms;
	-webkit-backface-visibility: hidden;
	 margin-top: 10px;
}
.hlight .hovereffect:hover img,.hlight .active img{
	transform: scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform: scale(1.1);
}
.hlight img.hovereffect:hover{
	transform: scale(1.05);
	-moz-transform:scale(1.05);
	-webkit-transform: scale(1.05);
}