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

.features .owl-carousel .owl-wrapper-outer {
  box-sizing: border-box;
  border: 10px solid #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 10px #999999;
}
.owl-carousel .owl-wrapper-outer img {
  display: block;
}

.owl-theme .owl-controls {
	margin: 15px 0;
	text-align: center;
}

.section-why-users-love .owl-theme .owl-controls {
	margin: 30px 0 0 0;
}
@media all and (max-width: 767px) {
  .section-why-users-love .owl-theme .owl-controls {
	  margin: 15px 0;
  }
}

/* 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 {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #9d9d9d;
    border-radius: 14px;
    display: inline-block;
    font-size: 0;
    height: 12px;
    margin-right: 5px;
    text-decoration: none;
    width: 12px;
}

.features_model_navigation .owl-theme .owl-controls .owl-page,
.features_managing_models .owl-theme .owl-controls .owl-page {
    border: 1px solid #ffffff;
}
.owl-theme .owl-controls .owl-page.active {
	background: none repeat scroll 0 0 #9d9d9d;
}
.features_model_navigation .owl-theme .owl-controls .owl-page.active,
.features_managing_models .owl-theme .owl-controls .owl-page.active {
    background: none repeat scroll 0 0 #ffffff;
}

/* 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
}