.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(../images/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/* Styling Next and Prev buttons */ 
.owl-buttons {
	text-align: right;
}
.owl-theme .owl-controls .owl-buttons div {
	color: #787878;
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 5px 15px;
	font-size: 15px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 700;
	/*	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;*/
	background: #dfdfdf;
	opacity: 0.8;
	filter: Alpha(Opacity=80)
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover, .owl-Next:hover:after, .owl-Prev:hover:before {
	color: #787878;
	text-decoration: none;
	background: #dfdfdf;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.owl-controls .owl-pagination {
	text-align: center;
	width: 100%;
	padding: 0px;
	margin-top: 25px
}
.owl-controls .owl-pagination .owl-page {
	display: inline-block;
}
.owl-controls .owl-pagination span {
	cursor: pointer;
	margin: 0px 4px 10px 4px;
	width: 13px;
	height: 143px;
	padding: 0px;
	background: #fff;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	display: block;
}
.owl-controls .owl-pagination .active span {
	background: #087cb2;
}
.owl-controls .owl-pagination {
	text-align: center;
	width: 100%;
	padding: 0px
}
.owl-controls .owl-pagination span {
	cursor: pointer;
	margin: 10px 3px 10px 3px;
	width: 12px;
	height: 12px;
	padding: 0px;
	background: #fff;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	/*-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.5);*/
	display: block;
}
.owl-controls .owl-pagination .active span {
	background: #ffcc33;
}
#partners-slider .owl-controls .owl-pagination span {
	cursor: pointer;
	margin: 10px 3px 10px 3px;
	width: 12px;
	height: 12px;
	padding: 0px;
	background: #040404;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	/*-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.5);*/
	display: block;
}
#partners-slider .owl-controls .owl-pagination .active span {
	background: #176a14;
}
