.bar-slide.slide-above{-webkit-animation:slideAbove 1s forwards;animation:slideAbove 1s forwards}.bar-slide.slide-from-bellow{-webkit-animation:slideFromBellow 1s forwards;animation:slideFromBellow 1s forwards}@-webkit-keyframes slideAbove{0%{top:0}to{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);top:-100%;visibility:hidden;z-index:-100}}@keyframes slideAbove{0%{top:0}to{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);top:-100%;visibility:hidden;z-index:-100}}.bar-slide.prepare-slide{top:100%}@-webkit-keyframes slideFromBellow{0%{top:100%;visibility:visible;z-index:auto}to{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);top:0}}@keyframes slideFromBellow{0%{top:100%;visibility:visible;z-index:auto}to{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);top:0}}
