.owl-theme {
	margin: 0px 2.5%; width: 95%;
}
.owl-theme .owl-controls {
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons {
	left: 0px; top: 50%; width: 100%; font-size: 25px; margin-top: -35px; position: absolute;
}
.owl-theme .owl-controls .owl-buttons div {
	top: 0px; color: rgb(102, 102, 102); display: inline-block; position: absolute; -ms-zoom: 1; opacity: 0.6;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -25px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -25px;
}
.owl-theme .owl-controls .owl-buttons div::before {
	width: 1em; text-align: center; text-transform: none; line-height: 1em; font-family: "fontello"; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: inherit; margin-right: 0.2em; margin-left: 0.2em; display: inline-block; speak: none;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev::before {
	content: "\e800";
}
.owl-theme .owl-controls .owl-buttons div.owl-next::before {
	content: "\e801";
}
.owl-theme .clickable.owl-controls .owl-buttons div:hover {
	text-decoration: none; opacity: 1;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block; -ms-zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
	background: rgb(102, 102, 102); margin: 5px 7px; border-radius: 20px; width: 12px; height: 12px; display: block; opacity: 0.5; -moz-border-radius: 20px; -webkit-border-radius: 20px;
}
.owl-theme .owl-controls .active.owl-page span {
	opacity: 1;
}
.owl-theme .clickable.owl-controls .owl-page:hover span {
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
	padding: 2px 10px; border-radius: 30px; width: auto; height: auto; color: rgb(255, 255, 255); font-size: 12px; -moz-border-radius: 30px; -webkit-border-radius: 30px;
}
.loading.owl-item {
	background: url("AjaxLoader.gif") no-repeat center; min-height: 150px;
}
