.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; -moz-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; -moz-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper {
	transform: translate3d(0px, 0px, 0px); backface-visibility: hidden; -moz-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; -moz-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	float: left; min-height: 1px; -webkit-touch-callout: none; -webkit-backface-visibility: hidden;
}
.owl-carousel .owl-item img {
	width: 100%; display: block;
}
.owl-carousel .owl-dots.disabled {
	display: none;
}
.owl-carousel .owl-nav.disabled {
	display: none;
}
.no-js .owl-carousel {
	display: block;
}
.owl-carousel.owl-loaded {
	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 {
	font: inherit; padding: 0px !important; outline: 0px; border: 0px currentColor; border-image: none; color: inherit; font-size-adjust: inherit; font-stretch: inherit;
}
.owl-carousel .owl-nav button.owl-prev {
	font: inherit; padding: 0px !important; outline: 0px; border: 0px currentColor; border-image: none; color: inherit; font-size-adjust: inherit; font-stretch: inherit;
}
.owl-carousel button.owl-dot {
	background: none; font: inherit; padding: 0px !important; outline: 0px; border: 0px currentColor; border-image: none; color: inherit; font-size-adjust: inherit; font-stretch: inherit;
}
.owl-carousel.owl-loading {
	display: block; opacity: 0;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .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-carousel.owl-grab {
	cursor: move;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .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 {
	transform-style: preserve-3d;
}
.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;
}
.owl-theme .owl-dots {
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav .disabled {
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block; -ms-zoom: 1;
}
.owl-theme .owl-dots {
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav .disabled {
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot span {
	background: rgb(214, 214, 214); border-radius: 10px; width: 10px; height: 10px; display: block;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: rgb(134, 151, 145);
}
.owl-theme .owl-dots .owl-dot:hover span {
	background: rgb(134, 151, 145);
}
