.widget_slider_owl{
position:relative;
clear:botch;
}
.widget_slider_owl .item{

}
a.item_humb{
display:block;text-decoration:none;
}
a.item_humb .title{
color:#b6b8b7;
}
a.item_humb .title h3{
color:#b6b8b7;
text-transform:none;
margin:10px 0 0 0;
}
a.item_humb .item_details{
color:#fff;
}
a.item_humb .item_details .comments{
float:right;
margin-left:10px
}
a.item_humb .item_details .comments i{
margin-right:5px
}

.widget_slider_owl .item-img{
position: relative;
height:180px;
overflow:hidden;
}
.widget_slider_owl .item-img img{

}
.widget_slider_owl .info-hover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000000;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
}


.widget_slider_owl  a.item_humb:hover > .info-hover, .widget_slider_owl  .info-hover:hover {
opacity: .75;
}
.widget_slider_owl .info-hover .teaser h3{
font-size:18px;
}
.widget_slider_owl .info-hover .teaser{
padding:10px;
color:#fff;
}
.widget_slider_owl .info-hover .teaser .item_details{
font-size:12px;margin-top:10px;
}

