﻿.item .feature-img-cnt{
    width: 100%;
    height: 140px;
    overflow: hidden;
    display: block;
}
.owl-carousel .owl-item img {
    max-width: 100%;
}
.item p{
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
}
.owl-prev, .owl-next{
	cursor: pointer;
	width: 60px;
	height: 60px;
	display: table !important;
	background: rgba(217, 217, 217, 0.9);
	position: absolute;
	top: 35%;
	filter: alpha(opacity=50);
	z-index: 99;
}
.owl-prev:focus, 
.owl-next:focus, 
.owl-prev:hover,
.owl-next:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9;
}
.owl-prev{
	left: 0;
}
.owl-next{
	right: 0;
}
.owl-prev i, .owl-next i{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.owl-controls {
	width: 100%;
	height: 100%;
}
.owl-controls .owl-nav {
    display: none !important;
}
.owl-nav {
	width: 100%;
	height: 100%;
}
.owl-carousel-cnt{
	position: relative;
}
.owl-dots {
    text-align: center;
}
.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
    background: #d8d8d8;
    border: none;
    box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3) inset;
    -ms-box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3) inset;
    -o-box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3) inset;
    text-indent: inherit;
}
.owl-dot.active {
    display: inline-block;
    background: #c6c6c6;
    background: -moz-linear-gradient(top, #c6c6c6 0%, #626262 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c6c6c6), color-stop(100%, #626262));
    background: -webkit-linear-gradient(top, #c6c6c6 0%, #626262 100%);
    background: -o-linear-gradient(top, #c6c6c6 0%, #626262 100%);
    background: -ms-linear-gradient(top, #c6c6c6 0%, #626262 100%);
    background: linear-gradient(to bottom, #c6c6c6 0%, #626262 100%);
}