.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 {
	-o-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-webkit-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 {
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
    cursor: url(../img/grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item {
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: #FFFF00;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-controls .owl-page span {
	display: inline-block;
	width: 40px;
	height: 4px;
	margin: 1px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: none;
	background-color: rgba(255,255,255,1);
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.testimonial {
	text-shadow: none;
	width: 100%;
	padding-top: 50px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.testimonial .description {
	color: #333333;
	font-size: 14px;
	padding: 55px 35px;
	position: relative;
	background-color: rgba(204,204,204,1);
	border: 3px solid rgba(255,255,255,1);
    border-radius: 9px;
}
.testimonial .description:before {
	content: "";
	position: absolute;
	top: -23px;
	left: 50%;
	margin-left: -23px;
	width: 46px;
	height: 46px;
	font-size: 30px;
	color: #2c97de;
	background-image: url(../img/testimonial_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.testimonial .description:after {
    content: "";
    width: 26px;
    position: absolute;
    bottom: -14px;
	left: 15px;
    border-top: 13px solid #ffffff;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
}
.testimonial-review {
    padding-top: 12px;
	float: left;
}
.testimonial-review .testimonial-title {
	color: #FFF;
	font-size: 20px;
	margin-top: 15px;
	text-transform: capitalize;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
}
.testimonial-title small {
	display: block;
	color: #CCC;
	font-size: 16px;
	margin-top: 3px;
}
.testimonial .rating {
    padding: 0;
    list-style: none;
    text-align: left;
	display: block;
}
.rating li {
	display: inline-block;
	color: #FFCC00;
}
@media only screen and (max-width: 480px) {
	.testimonial-review img {
		margin-left: 15px;
		margin-right: 10px;
	}
}