.m-scene .SE {
	-webkit-animation-duration: 0.85s;
	animation-duration: 0.85s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both; 
}

.m-scene .SE-fadein {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn; 
}

.m-scene .SE-fadeinup {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp; 
}

.m-scene .SE-fadeindown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown; 
}

.m-scene .SE-fadeinright {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight; 
}

.m-scene .SE-fadeinleft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft; 
}

.m-scene .SE-delayed {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s; 
}

.m-scene.is-exiting .SE {
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse; 
}

.m-scene.is-exiting .SE-delayed {
	-webkit-animation-delay: 0s;
	animation-delay: 0s; 
}

.m-scene.is-exiting .SE-noexiting {
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse; 
}

@media screen and (min-width: 768px) {
	.m-scene .SE-fadeinright-wide {
		-webkit-animation-name: fadeInRight;
		animation-name: fadeInRight; 
	} 
}

.is-loading, .is-loading a {cursor: progress;
