.owl-container .animated {
	animation-duration: 1000ms; animation-fill-mode: both; -webkit-animation-fill-mode: both; -webkit-animation-duration: 1000ms;
}
.owl-container .owl-animated-in {
	z-index: 0;
}
.owl-container .owl-animated-out {
	z-index: 1;
}
.owl-container .fadeOut {
	animation-name: fadeOut; -webkit-animation-name: fadeOut;
}
.owl-height {
	transition:height 500ms ease-in-out; -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out;
}
.owl-container {
	width: 100%; display: none; position: relative; z-index: 1; -webkit-tap-highlight-color: transparent;
}
.owl-container .owl-stage {
	position: relative; -ms-touch-action: pan-y;
}
.owl-container .owl-stage::after {
	height: 0px; line-height: 0; clear: both; display: block; visibility: hidden; content: ".";
}
.owl-container .owl-stage-outer {
	overflow: hidden; position: relative; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-container .owl-nav .owl-prev {
	cursor: pointer; -ms-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; user-select: none;
}
.owl-container .owl-nav .owl-next {
	cursor: pointer; -ms-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; user-select: none;
}
.owl-container .owl-dot {
	cursor: pointer; -ms-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; user-select: none;
}
.owl-loaded.owl-container {
	display: block;
}
.owl-loading.owl-container {
	display: block; opacity: 0;
}
.owl-hidden.owl-container {
	opacity: 0;
}
.owl-container .owl-refresh .owl-item {
	display: none;
}
.owl-container .owl-item {
	float: left; position: relative; min-height: 1px; max-width: 100%; -ms-user-select: none; -webkit-tap-highlight-color: transparent; -moz-user-select: none; -webkit-user-select: none; -webkit-backface-visibility: hidden; user-select: none; -webkit-touch-callout: none;
}
.owl-container .owl-item img {
	display: block; max-width: 100%; -webkit-transform-style: preserve-3d;
}
.owl-text-select-on.owl-container .owl-item {
	-ms-user-select: auto; -moz-user-select: auto; -webkit-user-select: auto; user-select: auto;
}
.owl-container .owl-grab {
	cursor: move;
}
.owl-rtl.owl-container {
	direction: rtl;
}
.owl-rtl.owl-container .owl-item {
	float: right;
}
.no-js .owl-container {
	display: block;
}
.owl-container .owl-item .owl-lazy {
	transition:opacity 400ms; opacity: 0; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -o-transition: opacity 400ms ease;
}
.owl-container .owl-item img {
	
}
.owl-container .owl-video-wrapper {
	background: rgb(0, 0, 0); height: 100%; position: relative;
}
.owl-container .owl-video-play-icon {
	background: url("owl.video.play.png") no-repeat; transition:scale 100ms; left: 50%; top: 50%; width: 80px; height: 80px; margin-top: -40px; margin-left: -40px; position: absolute; z-index: 1; cursor: pointer; -webkit-transition: scale 100ms ease; -moz-transition: scale 100ms ease; -o-transition: scale 100ms ease; -webkit-backface-visibility: hidden;
}
.owl-container .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3); -moz-transition: scale(1.3, 1.3); -o-transition: scale(1.3, 1.3);
}
.owl-container .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-container .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-container .owl-video-tn {
	background-position: center; transition:opacity 400ms; height: 100%; opacity: 0; background-repeat: no-repeat; background-size: contain; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -o-transition: opacity 400ms ease;
}
.owl-container .owl-video-frame {
	position: relative; z-index: 1;
}
.disabled.owl-nav {
	display: none;
}
.owl-nav > div {
	background: rgb(26, 26, 26); transition:0.3s; top: 50%; width: 0px; height: 40px; right: 0px; margin-top: -20px; position: absolute; cursor: pointer;
}
.owl-nav > div:hover {
	padding: 0px 5px;
}
.owl-container:hover .owl-nav > div {
	width: 40px;
}
.owl-nav .owl-prev {
	left: 0px; right: inherit;
}
.owl-nav .disabled {
	cursor: default !important; opacity: 0;
}
.owl-nav .owl-next::after {
	transition:opacity 0.3s; left: 50%; top: 50%; width: 20px; height: 20px; text-align: center; color: rgb(255, 255, 255); line-height: 20px; font-family: "Ionicons"; font-size: 10px; margin-top: -10px; margin-left: -10px; position: absolute; content: "\f125"; opacity: 0;
}
.owl-nav .owl-prev::after {
	transition:opacity 0.3s; left: 50%; top: 50%; width: 20px; height: 20px; text-align: center; color: rgb(255, 255, 255); line-height: 20px; font-family: "Ionicons"; font-size: 10px; margin-top: -10px; margin-left: -10px; position: absolute; content: "\f125"; opacity: 0;
}
.owl-nav .owl-prev::after {
	content: "\f124";
}
.owl-container:hover .owl-nav .owl-next::after {
	transition:opacity 0.3s 0.2s; opacity: 1;
}
.owl-container:hover .owl-nav .owl-prev::after {
	transition:opacity 0.3s 0.2s; opacity: 1;
}
.owl-dots {
	left: 50%; width: auto; height: auto; text-align: center; bottom: 20px; overflow: hidden; position: absolute; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%);
}
:not(.owl-slider).owl-container {
	margin-bottom: 30px;
}
:not(.owl-slider).owl-container .owl-dots {
	bottom: -40px;
}
.content-slider.owl-container {
	margin-bottom: 30px;
}
.content-slider.owl-container .owl-dots {
	bottom: -40px;
}
[data-dots=false].owl-container {
	margin-bottom: 0px;
}
.owl-dots .owl-dot {
	margin: 0px 3px; padding: 3px; float: left; position: relative; cursor: pointer;
}
.owl-dots .owl-dot span {
	background: rgb(0, 0, 0); border-radius: 30px; transition:opacity 0.2s, background 0.2s; width: 7px; height: 7px; display: block; opacity: 0.4; -moz-border-radius: 30px; -webkit-border-radius: 30px; -webkit-backface-visibility: visible;
}
.nav-light .owl-dots .owl-dot span {
	background: rgb(255, 255, 255);
}
.owl-dots .owl-dot span::after {
	border-radius: 30px; border: 2px solid rgb(0, 0, 0); transition:opacity 0.2s; border-image: none; left: 0px; top: 0px; width: calc(100% - 4px); height: calc(100% - 4px); position: absolute; content: ""; opacity: 0;
}
.nav-light .owl-dots .owl-dot span::after {
	border-color: rgb(255, 255, 255);
}
.owl-dots .active.owl-dot span {
	opacity: 0.85;
}
.owl-dots .owl-dot:hover span {
	opacity: 0.85;
}
.owl-dots .active.owl-dot span {
	background: none;
}
.owl-dots .active.owl-dot span::after {
	opacity: 1;
}
