#text-effect .new, #text-effect-h .new, #text-effect-p .new, #text-effect-0 .new, #text-effect-1 .new, #text-effect-2 .new, #text-effect-3 .new, #text-effect-4 .new {
	opacity: 0;
}

#text-effect .text-effect-opacity, #text-effect-h .text-effect-opacity, #text-effect-p .text-effect-opacity, #text-effect-0 .text-effect-opacity, #text-effect-1 .text-effect-opacity, #text-effect-2 .text-effect-opacity, #text-effect-3 .text-effect-opacity, #text-effect-4 .text-effect-opacity {
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	opacity: 1;
	transition-duration: 1.00s;
}