.animated-standard {
	transition: all 400ms ease;
	position: relative;
	top: 20px;
	opacity: 0;
}
.animated-standard.active {
	top: 0;
	opacity: 1;
	transition: all 400ms ease-in-out;
}
