.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: 30px;
	height: 4px;
	margin: 1px 2px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;;
	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: 50px 5px 2px;
}
.testimonial .description {
	color: rgba(11,11,11,1);
	font-size: 14px;
	padding: 45px 35px;
	position: relative;
	background-color: rgba(255,255,255,1);
	border: 1px solid rgba(11,11,11,1);
}
.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-review {
	float: left;
}
h5.test-title {
	display: block;
	color: rgba(51,102,204,1);
	font-size: 16px;
	margin-left: 3px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: italic;
}
.testimonial .rating {
    padding: 0;
    list-style: none;
    text-align: left;
	display: inline-block;
	margin: 0;
}
.rating li {
	display: inline-block;
	color: #FFCC00;
}
h5.title {
	text-transform: uppercase;
	font-size: 22px;
	line-height: 22px;
	color: rgba(51,102,204,1);
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-align: left;
}
h4.service-title {
	text-transform: uppercase;
	font-size: 22px;
	line-height: 15px;
	color: rgba(0,0,0,1);
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	text-align: left;
}

@media screen and (min-width: 768px) {

h5.test-title {
	display: inline-block;
	color: rgba(51,102,204,1);
	font-size: 18px;
	margin-left: 10px;
}	

}