.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-controls {
	/*background:url(../images/next-prev-bg.jpg) no-repeat 50% 50%;*/
	text-align: center;
	margin-top: 35px;
}
.owl-buttons {
	background: none;
	display:inline-block;
	padding:10px;
}
.owl-theme .owl-controls .owl-buttons div {
	display: inline-block;
	width:50px;
	height:50px;
	zoom: 1;
 	*display: inline;/*IE7 life-saver */
	margin: 3px;
	border-radius:100%;
	font-size: 22px;
	line-height: 48px;
	text-transform: uppercase;
	background: #fbf1f1;
	color:#585858;
	border: 2px solid #fbf1f1;/*
	padding: 7px 15px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	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: #ffffff;
	text-decoration: none;
	background: #e7423c;
	border-color: #e7423c;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.owl-controls .owl-pagination {
	text-align: center;
	width: 100%;
	padding: 0px;
	margin-top: 15px
}
.owl-controls .owl-pagination .owl-page {
	display: inline-block;
}
.owl-controls .owl-pagination span {
	cursor: pointer;
	margin: 0px 2px 5px 2px;
	width: 14px;
	height: 14px;
	padding: 0px;
	background: none;
	border: 2px solid #e7423c;
	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;
	border-radius: 100%;
}
.owl-controls .owl-pagination .active span {
	background: #e7423c;
}
.owl-controls .owl-pagination {
	text-align: center;
	width: 100%;
	padding: 0px
}
.testimonials-wrapper .owl-controls, #testimonial .owl-buttons {
	background: none;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
}
.testimonials-wrapper .owl-theme .owl-controls .owl-buttons div {
	border-radius: 0px;
	width: 35px;
	height: 35px;
	line-height: 36px;
	font-size: 28px;
	text-align: center;
	margin: 3px;
	border: none;
}
.testimonials-wrapper .owl-theme .owl-controls .owl-buttons div:hover {
	color: #ffffff;
	background: #e7423c
}
