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

}
a.item_humb{
display:block;text-decoration:none;
}
a.item_humb .title{
position:absolute;
bottom:0;

color:#fff;
text-shadow: 1px 1px 2px rgba(000, 000, 000, 1);
}
a.item_humb .title h3{
color:#fff;
}
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;
}

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;
}

