/*!
* animsition v4.0.2
* A simple and easy jQuery plugin for CSS animated page transitions.
* http://blivesta.github.io/animsition
* License : MIT
* Author : blivesta (http://blivesta.com/)
*/
.preload,.animsition-overlay{-webkit-animation-fill-mode:both;animation-fill-mode:both;opacity:0;position:relative}.animsition-overlay-slide{background-color:#EB1C24;height:100%;position:fixed;width:100%;z-index:30}.animsition-loading,.animsition-loading:after{border-radius:50%;height:60px;left:50%;margin-left:-32.5px;margin-top:-32.5px;position:fixed;top:50%;width:60px;z-index:40}.animsition-loading{background-color:transparent;border-bottom:2.5px solid rgba(0,0,0,.2);border-left:2.5px solid #FFEA00;border-right:2.5px solid rgba(0,0,0,.2);border-top:2.5px solid rgba(0,0,0,.2);-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:animsition-loading;animation-name:animsition-loading;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:translateZ(0);transform:translateZ(0)}@-webkit-keyframes animsition-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes animsition-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes overlay-slide-in-bottom{0%{height:100%}100%{height:0}}@keyframes overlay-slide-in-bottom{0%{height:100%}100%{height:0}}.overlay-slide-in-bottom{bottom:0;height:0;-webkit-animation-name:overlay-slide-in-bottom;animation-name:overlay-slide-in-bottom}@-webkit-keyframes overlay-slide-out-bottom{0%{height:0}100%{height:100%}}@keyframes overlay-slide-out-bottom{0%{height:0}100%{height:100%}}.overlay-slide-out-bottom{bottom:0;height:100%;-webkit-animation-name:overlay-slide-out-bottom;animation-name:overlay-slide-out-bottom}@-webkit-keyframes overlay-slide-in-left{0%{width:100%}100%{width:0}}