.animation-fade-in-top-bottom{animation:fadeInTopToBottom forwards;-webkit-animation:fadeInTopToBottom forwards;-moz-animation:fadeInTopToBottom forwards;-o-animation:fadeInTopToBottom forwards;opacity:0}.animation-fade-in-bottom-top{animation:fadeInBottomToTop forwards;-webkit-animation:fadeInBottomToTop forwards;-moz-animation:fadeInBottomToTop forwards;-o-animation:fadeInBottomToTop forwards;opacity:0}.animation-short-fade-in-bottom-top{animation:shortFadeInBottomToTop forwards;-webkit-animation:shortFadeInBottomToTop forwards;-moz-animation:shortFadeInBottomToTop forwards;-o-animation:shortFadeInBottomToTop forwards;opacity:0}.animation-short-fade-in-top-bottom{animation:shortFadeInTopBottom forwards;-webkit-animation:shortFadeInTopBottom forwards;-moz-animation:shortFadeInTopBottom forwards;-o-animation:shortFadeInTopBottom forwards;opacity:0}.animation-fade-in-left-right{animation:shortFadeInLeftRight forwards;-webkit-animation:shortFadeInLeftRight forwards;-moz-animation:shortFadeInLeftRight forwards;-o-animation:shortFadeInLeftRight forwards;opacity:0}.animation-fade-in-right-left{animation:shortFadeInRightLeft forwards;-webkit-animation:shortFadeInRightLeft forwards;-moz-animation:shortFadeInRightLeft forwards;-o-animation:shortFadeInRightLeft forwards;opacity:0}.animation-slide-in-right-left{animation:slideInRightLeft50 forwards;-webkit-animation:slideInRightLeft50 forwards;-moz-animation:slideInRightLeft50 forwards;-o-animation:slideInRightLeft50 forwards;opacity:1}.animation-slide-in-right-left-100{animation:slideInRightLeft100 forwards;-webkit-animation:slideInRightLeft100 forwards;-moz-animation:slideInRightLeft100 forwards;-o-animation:slideInRightLeft100 forwards;opacity:1}.animation-slide-in-top-bottom-50{animation:slideInTopBottom50 forwards;-webkit-animation:slideInTopBottom50 forwards;-moz-animation:slideInTopBottom50 forwards;-o-animation:slideInTopBottom50 forwards;opacity:1}.animation-slide-in-bottom-top-40{animation:slideInBottomTop40 forwards;-webkit-animation:slideInBottomTop40 forwards;-moz-animation:slideInBottomTop40 forwards;-o-animation:slideInBottomTop40 forwards;opacity:1}.animation-slide-in-top-bottom-40{animation:slideInTopBottom40 forwards;-webkit-animation:slideInTopBottom40 forwards;-moz-animation:slideInTopBottom40 forwards;-o-animation:slideInTopBottom40 forwards;opacity:1}.animation-zoom-in{animation:zoomIn forwards;-webkit-animation:zoomIn forwards;-moz-animation:zoomIn forwards;-o-animation:zoomIn forwards}@keyframes fadeInTopToBottom{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInBottomToTop{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes shortFadeInBottomToTop{0%{opacity:0;transform:translateY(10%)}to{opacity:1;transform:translateY(0)}}@keyframes shortFadeInTopBottom{0%{opacity:0;transform:translateY(-10%)}to{opacity:1;transform:translateY(0)}}@keyframes shortFadeInLeftRight{0%{opacity:0;transform:translateX(-50%)}to{opacity:1;transform:translateX(0)}}@keyframes shortFadeInRightLeft{0%{opacity:0;transform:translateX(50%)}to{opacity:1;transform:translateX(0)}}@keyframes slideInTopBottom50{0%{transform:translateY(-50%)}to{transform:translateY(0)}}@keyframes slideInRightLeft50{0%{transform:translateX(50%)}to{transform:translateX(0)}}@keyframes slideInRightLeft100{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slideInBottomTop40{0%{transform:translateY(40%)}to{transform:translateY(0)}}@keyframes slideInTopBottom40{0%{transform:translateY(-40%)}to{transform:translateY(0)}}@keyframes zoomIn{0%{transform:scale(.1)}to{transform:scale(1)}}