.A_Top:not(.C_Animate){opacity:0;}
.A_Bottom:not(.C_Animate){opacity:0;}
.A_Left:not(.C_Animate){opacity:0;}
.A_Right:not(.C_Animate){opacity:0;}
.A_Hidden:not(.C_Animate){opacity:0;}

.C_Animate.A_Top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.C_Animate.A_Left{position:relative;animation:animateleft 0.4s;}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.C_Animate.A_Right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.C_Animate.A_Bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}