.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 {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-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 {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
	margin-top: 0px;
	text-align: right;
}
.owl-theme .owl-controls .owl-buttons div {
	color: #8a8a8a; 
	display: inline-block; 
	zoom: 1; 
	*display: inline; 
	margin: 0; 
	padding: 0; 
	position: absolute;
	top: 45%; 
	width: 62px; 
	height: 62px; 
	text-indent: -99999em; 
	font-size: 0; 
	text-align: center; 
	line-height: 60px; 
	background-color: #ffffff;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(74,96,110,0.2); 
	-moz-box-shadow: 0px 0px 8px 0px rgba(74,96,110,0.2); 
	box-shadow: 0px 0px 8px 0px rgba(74,96,110,0.2);
	-webkit-transition:all .2s ease-out; 
	-moz-transition:all .2s ease-out; 
	-ms-transition:all .2s ease-out; 
	-o-transition:all .2s ease-out; 
	transition:all .2s ease-out; 
}
.owl-theme .owl-controls .owl-buttons div.owl-prev { 
	left: -15px; 
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:before { 
	content: "\f053"; 
	font-family: 'Font Awesome 5 Pro'; 
	display: block; 
	font-size: 22px; 
	text-indent: 0; 
	font-weight: 300; 
}
.owl-theme .owl-controls .owl-buttons div.owl-next { 
	right: -15px; 
}
.owl-theme .owl-controls .owl-buttons div.owl-next:before { 
	content: "\f054"; 
	font-family: 'Font Awesome 5 Pro'; 
	display: block; 
	font-size: 22px; 
	text-indent: 0; 
	font-weight: 300; 
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover { 
	text-decoration: none; 
	color: #000000; 
	-webkit-box-shadow: 0px 0px 12px 0px rgba(74,96,110,0.4); 
	-moz-box-shadow: 0px 0px 12px 0px rgba(74,96,110,0.4); 
	box-shadow: 0px 0px 12px 0px rgba(74,96,110,0.4);
}
.owl-theme .owl-controls .owl-page { 
	display: inline-block; 
	zoom: 1; 
	*display: inline;
}
.owl-pagination {
	position: absolute;
	bottom: 20px;
	right: 10px;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 2px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent; 
	border: 1px solid #ffffff;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span { 
	background: #ffffff; 
	border: 1px solid #ffffff;
}
.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;
}
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center;
}
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px;
}
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}
.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}
