/* Animations disabled for no-script users */

.onload-content-fade-in,
.onload-content-fade-up,
.onload-content-fade-down,
.onload-content-fade-left,
.onload-content-fade-right {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

.onload-image-fade-in .image img,
.onscroll-fade-in,
.onscroll-image-fade-in .image img {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}
