/* Show on scroll
-------------------------------------- */
.trx_effects_show_on_scroll {
	transition: opacity 0.5s ease;
	opacity: 0;
}
.trx_effects_showed_on_scroll {
	opacity: 1;
}
