.owl-item:not(.active) .slighter_slideTitle {
	opacity: 0;
}
.owl-item:not(.active) .slighter_slideDescription {
	opacity: 0 !important;
}
.owl-item:not(.active) .slighter_legendContainer {
	opacity: 0 !important;
}
.owl-item.active .slighter_slideTitle {
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 800ms;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-name: slideFromBottomSlighterTitle;
}
body .owl-item.active .slighter_slideDescription {
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 1000ms;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-delay: 1000ms;
	-webkit-animation-name: slideFromBottomSlighterDescription;
	-webkit-animation-fill-mode: backwards;
}
body .owl-item.active .slighter_legendContainer {
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 1000ms;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-name: slideFromBottomSlighterContainer;
	-webkit-animation-delay: 1800ms;
	-webkit-animation-fill-mode: backwards;
}
body .owl-item.active h5.slighter_slideSubtitle,
body .owl-item.active .slighter_slideButton {	
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 900ms;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-delay: 2300ms;
	-webkit-animation-name: slideFromBottomSlideSubtitle;
	-webkit-animation-fill-mode: backwards;	
}
body .owl-item.active .slighter_slideButton {
	-webkit-animation-delay: 4000ms;
}
body .owl-item.active .slighter_slideTitle:before {	
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 800ms;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-delay: 3000ms;
	-webkit-animation-name: slideBeforeFromLeftToRight;
}
body .owl-item.active .slighter_slideImage .animatedImage img[data-src^="https"] {
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: 1200ms;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-name: slideFromLeftImage;
	-webkit-animation-delay: 1200ms;
	-webkit-animation-fill-mode: backwards !important;
}
@-webkit-keyframes slideFromLeftImage {
	0% {
		opacity: 0;
	}	
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes slideFromBottomSlideSubtitle {
	0% {
		opacity: 0;
	}	
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes slideBeforeFromLeftToRight {
	0% {
		width: 0;
		opacity: 0;
	}	
	100% {
		width: 370px;
		opacity: 1;
	}
}
@-webkit-keyframes slideFromBottomSlighterTitle {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}	
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes slideFromBottomSlighterDescription {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes slideFromBottomSlighterContainer {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes slideUp-webkit-opacity {
	0% {
		-webkit-transform: translateY(100px);
		opacity: 0;
	}	
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes slideUp-webkit-opacityScale {
	0% {
		-webkit-transform: translateY(0) scale(2.0);
		opacity: 0;
	}	
	100% {
		-webkit-transform: translateY(0) scale(1.0);
		opacity: 1;
	}
}
@media screen and (max-width: 767px) {
	body .owl-item.active .slighter_slideImage .animatedImage img[data-src^="https"] {
		-webkit-animation-name: slideFromBottomImageAnimated;	
		-webkit-animation-delay: 1700ms;	
	}
	@-webkit-keyframes slideFromBottomImageAnimated {
		0% {
			-webkit-transform: translateX(0) translateY(100px);
			opacity: 0;
		}	
		100% {
			-webkit-transform: translateX(0) translateY(0);
			opacity: 1;
		}
	}
	@-webkit-keyframes slideBeforeFromLeftToRight {
		0% {
			width: 0;
			opacity: 0;
		}	
		100% {
			width: 100%;
			opacity: 1;
		}
	}
}
