/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* 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{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 9px;
	height: 9px;
	margin: 5px 7px;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background:#ccc;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background:#EF4136;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.background-container {
	width: 200px;
height: auto;
display: block;
float:left;
/*
-webkit-transform: skew(-20deg);
-moz-transform: skew(-20deg);
-o-transform: skew(-20deg);
overflow: hidden !important;
margin-left: -40px !important;
*/
margin-right:20px;
}

.testimonial-img {
height: 200px;
width: 100%;
display: block;
/*
-webkit-transform: skew(20deg);
-moz-transform: skew(20deg);
-o-transform: skew(20deg);
*/
background-position-y: center !important;
background-size: cover !important;


}

.owl-item {
	margin-right: 5px;
background: #F8F6F7;
padding: 5px;
}

.testimonial-content {
padding: 5px 10px;
display: block;
font-size: 18px;
font-weight: 300;
padding-top: 20px;
padding-left: 40%;
}

.testimonial-company {
	color: #EF4136;
font-size: 22px;
font-weight: 300;
display: block;
margin-top: 10px;
}

.hexa, .hexa div {
  margin: 0 auto;
  transform-origin: 50% 50%;
  overflow: hidden;
  width: 300px;
  height: 300px;
}
.hexa {
  width: 325px;
  height: 230px;
}
.hexa div {
  width: 100%;
  height: 100%;
}
.hexa {
  transform: rotate(120deg);
}
.hex1 {
  transform: rotate(-60deg);
}
.hex2 {
  transform: rotate(-60deg);
}

.testimonial-person {
	font-style: italic;
font-weight: 300;
font-size: 16px;
}

#testimonials {
	margin-top: 40px;
}

.owl-buttons span.fa {
	/* height: 20px; */
/* width: 20px; */
/* border-radius: 100%; */
font-size: 22px;
margin-top: 0px;
text-align: center;
margin-left: -3px;
color: #666;
}

.owl-theme .owl-controls .owl-buttons div {
	width: 32px;
height: 32px;
background: transparent;
border: 2px solid #666;
}

.owl-next {
	text-align: center;
padding-left: 15px !important;
}
.owl-theme .owl-controls .owl-buttons div:hover {

border: 2px solid #EF4136;
}

.owl-theme .owl-controls .owl-buttons div:hover span.fa {

color: #EF4136;
}