
#owl {
	clear: both;
	z-index: 2;
	position: relative 
}
#owl {
	padding: 0 0 65px
}
#owl .owl-item {
	float: left 
}
#owl .item {
	position: relative;
}
#owl .item .tx {
	transition: .5s ease;
	-o-transition: .5s ease;
	-webkit-transition: .5s ease;
	min-height: 60px;
	padding-right: 5px 
}
.owl-wrapper-outer {
	overflow: hidden 
}
.owl-nav {
	left: 0;
	bottom: 0;
	width: 40%;
	z-index: 9999;
	min-height: 65px;
	position: absolute 
}
.owl-controls::before {
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    content: '';
    position: absolute;
    background: #2f3a3e;
}
#owl .owl-prev, #owl .owl-next {
	top: 20px;
	right: 120px;
	width: 18px;
	height: 18px;
	color: #01abe8;
	cursor: pointer;
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -999px;
}
#owl .owl-next { 
	right: 90px;
}
#owl .owl-prev::before, #owl .owl-next::before {
	top: 0;
	right: 0;
	content:'\f177';
	text-indent: 0;
	line-height: 18px;
	position: absolute;
	font-family: FontAwesome;
}
#owl .owl-prev:hover, #owl .owl-next:hover {
	color: #fff;
}
#owl .owl-next::before {
	content: '\f178';
}
.owl-carousel .owl-wrapper {
	display: block;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000 
}
#owl .owl-controls {
	padding-top: 0 
}
.owl-dots {
	right:0;
	width: 60%;
	bottom: 18px;
	padding: 0 10%;
	position: absolute;
	text-align: center;
	z-index: 999!important 
}
.owl-controls {
	text-align: center
}
.owl-dot {
	height: 5px;
	width: 33.33%;
	cursor: pointer;
	border-radius: 0;
	position: relative;
	display: inline-block;
	background: transparent 
}
.owl-dot::after {
    left: 0;
    top: 50%;
    content: '';
    height: 2px;
    width: 100%;
	z-index: -1;
    margin-top: -1px;
    position: absolute;
    background: #3e4c55;
}
.owl-dot+.owl-dot {
	margin-left: 0px 
}
.owl-dot:hover, .owl-dot.active {
	background: #01abe8 
}
.owl-stage-outer {
	z-index: 9999;
	overflow: hidden;
	position: relative;
}