#box-vertical {
	-webkit-animation: title_static_fade 0.80s ease-in  both !important;
	animation: title_static_fade 0.80s ease-in  both !important;
	-webkit-animation-delay: 0.55s !important;
	animation-delay: 0.55s !important;  
}	
@-webkit-keyframes title_static_fade {
 0% {opacity: 0;}
 10% {opacity: 0;}
 100% {opacity: 1;}
}
@keyframes title_static_fade {
 0% {opacity: 0;}
 10% {opacity: 0;}
 100% {opacity: 1;}
}