.owl-carousel {
	position: relative; -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-item {
	position: relative; -webkit-tap-highlight-color: transparent;
}
.owl-carousel {
	width: 100%; display: none; z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative; -ms-touch-action: pan-y; touch-action: manipulation; -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage::after {
	height: 0px; line-height: 0; clear: both; display: block; visibility: hidden; content: ".";
}
.owl-carousel .owl-stage-outer {
	overflow: hidden; position: relative; -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	transform: translate3d(0px, 0px, 0px); backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -moz-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper {
	transform: translate3d(0px, 0px, 0px); backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -moz-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	float: left; min-height: 1px; -webkit-backface-visibility: hidden; -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	width: 100%; display: block;
}
.owl-carousel .disabled.owl-dots {
	display: none;
}
.owl-carousel .disabled.owl-nav {
	display: none;
}
.no-js .owl-carousel {
	display: block;
}
.owl-loaded.owl-carousel {
	display: block;
}
.owl-carousel .owl-dot {
	cursor: pointer; -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; -khtml-user-select: none;
}
.owl-carousel .owl-nav .owl-next {
	cursor: pointer; -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; -khtml-user-select: none;
}
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer; -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; -khtml-user-select: none;
}
.owl-carousel .owl-nav button.owl-next {
	background: 0px 0px; font: inherit; padding: 0px !important; border: currentColor; border-image: none; color: inherit; font-size-adjust: inherit; font-stretch: inherit;
}
.owl-carousel .owl-nav button.owl-prev {
	background: 0px 0px; font: inherit; padding: 0px !important; border: currentColor; border-image: none; color: inherit; font-size-adjust: inherit; font-stretch: inherit;
}
.owl-carousel button.owl-dot {
	background: 0px 0px; font: inherit; padding: 0px !important; border: currentColor; border-image: none; color: inherit; font-size-adjust: inherit; font-stretch: inherit;
}
.owl-loading.owl-carousel {
	display: block; opacity: 0;
}
.owl-hidden.owl-carousel {
	opacity: 0;
}
.owl-refresh.owl-carousel .owl-item {
	visibility: hidden;
}
.owl-drag.owl-carousel .owl-item {
	-ms-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.owl-grab.owl-carousel {
	cursor: move;
}
.owl-rtl.owl-carousel {
	direction: rtl;
}
.owl-rtl.owl-carousel .owl-item {
	float: right;
}
.owl-carousel .animated {
	animation-duration: 1s; animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
.owl-height {
	transition:height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	transition:opacity 0.4s; opacity: 0;
}
.owl-carousel .owl-item :not([src]).owl-lazy {
	max-height: 0px;
}
.owl-carousel .owl-item [src^=''].owl-lazy {
	max-height: 0px;
}
.owl-carousel .owl-item img.owl-lazy {
	
}
.owl-carousel .owl-video-wrapper {
	background: rgb(0, 0, 0); height: 100%; position: relative;
}
.owl-carousel .owl-video-play-icon {
	background: url("owl.video.play.png") no-repeat; transition:transform 0.1s; left: 50%; top: 50%; width: 80px; height: 80px; margin-top: -40px; margin-left: -40px; position: absolute; z-index: 1; cursor: pointer; -webkit-backface-visibility: hidden;
}
.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-tn {
	background-position: center; transition:opacity 0.4s; height: 100%; opacity: 0; background-repeat: no-repeat; background-size: contain;
}
.owl-carousel .owl-video-frame {
	width: 100%; height: 100%; position: relative; z-index: 1;
}
