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

.owl-theme .owl-item .item img {
	width: 100%;
}
.owl-theme .owl-controls{
	width: 100%;
	height: 100%;
	display: block;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	z-index: 4;
	width: 28px;
	height: 52px;
	margin: 0 10px;
	cursor: pointer;
	text-indent: -100px;
	overflow: hidden;

	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 0;
	background: url(arrow-left-carousel.svg) center center no-repeat;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 0;
	background: url(arrow-right-carousel.svg) center center no-repeat;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: block;
	text-align: center;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #121212;
}
section[data-image-background] .owl-theme .owl-controls .owl-page span {
	border: 1px solid white;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color: #121212;
	border: 1px solid #121212;
}
section[data-image-background] .owl-theme .owl-controls .owl-page.active span,
section[data-image-background] .owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: white;
	border: 1px solid white;
}

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

#sync2 {
	margin-top: 30px;
}
#sync2 .owl-item.synced .item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-box-shadow: inset 0 0 0 1px rgba(34,34,34,1);
	-moz-box-shadow: inset 0 0 0 1px rgba(34,34,34,1);
	box-shadow: inset 0 0 0 1px rgba(34,34,34,1);
}