﻿.slide-in-bottom{animation:slide-in-bottom .8s cubic-bezier(.55,.085,.68,.53) .1s both;}.slide-in-top{animation:slide-in-top .8s cubic-bezier(.55,.085,.68,.53) .1s both;}.slide-out-top{animation:slide-out-top .8s cubic-bezier(.55,.085,.68,.53) .1s both;}.fade-in{animation:fadeIn 2s;}.fade-out{animation:fadeOut 1s;}.slide-fade-top{animation:slideFadeTop 1s;}.slide-fade-right{animation:slideFadeRight 1s;}.slide-fade-bottom{animation:slideFadeBottom 1s;}.slide-fade-left{animation:slideFadeLeft 1s;}@keyframes slide-in-bottom{0%{transform:translateY(50px);opacity:0;}100%{transform:translateY(0);opacity:1;}}@keyframes slide-in-top{0%{transform:translateY(-50px);opacity:0;}100%{transform:translateY(0);opacity:1;}}@keyframes slide-out-top{0%{transform:translateY(0);opacity:1;}100%{transform:translateY(-50px);opacity:0;}}@keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@keyframes slideFadeTop{0%{opacity:0;margin-top:-50px;}100%{opacity:1;margin-top:0;}}@keyframes slideFadeRight{0%{opacity:0;margin-right:-50px;}100%{opacity:1;margin-right:0;}}@keyframes slideFadeBottom{0%{opacity:0;margin-bottom:-50px;}100%{opacity:1;margin-bottom:0;}}@keyframes slideFadeLeft{0%{opacity:0;margin-left:-50px;}100%{opacity:1;margin-left:0;}}