.owl-item{
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow:hidden;
}
.owl-item h3{
	color:#fff;
	background:#6d6d6d;
	font-size:14px;
	line-height:16px;
	padding:8px 10px;
	min-height:49px;
}
.owl-item h3 a{
	color:#fff;
}
.owl-item h3 a:hover{
	color:#fff;
}
.owl-item .item-info{
	background:#f9f9f9;
	padding:10px;
}
.owl-item .item-info p{
    height: 80px;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:15px;
	color:#474747;
}
.owl-item .item-info p a{
	display:inline-block;
}

.owl-item img {
  transform-style: preserve-3d;
  width:100%;
}

.owl-controls{
	clear:left;
	padding:12px 0 0 0;
	position:absolute;
	z-index:500;
	/* top:50%; */
	top:88%;
	/* opacity:0.5; */
	width:100%;
	
}
.owl-controls .owl-nav{
	display:inline-block;
	vertical-align:middle;
	width:100%;
}
.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next{
	width:35px;
	height:35px;
	text-indent:-9999px;
	/* display:inline-block !important; */
	margin:0 3px 0;
	vertical-align:middle;
	cursor:pointer;
}
.owl-controls .owl-nav .owl-prev{
	/* background:url(../img/left.png) no-repeat; */
	display:none;
}
.owl-controls .owl-nav .owl-next{
	/* background:url(../img/right.png) no-repeat;
	float:right; */
	display:none;
}
.owl-controls .owl-dots{
	display:inline-block;
	vertical-align:middle;
	position:absolute;
	left:25px;
	
}
.owl-controls .owl-dot{
	/* background:url(../img/bullet-1.png) no-repeat center top; */
	border-radius: 50%;
    display: block;
    background: #7d7d7d;
	width:10px;
	height:10px;
	display:inline-block;
	margin:0 5px;
	vertical-align:middle;
	cursor:pointer;
}
.owl-controls .owl-dot:hover{
    background: #979797;
}
.owl-controls .owl-dot.active{
	/* background-position:center bottom; */
	background: #005186;
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;  // added this
}
