/*  Theme Name: InMotion
    Description: Responsive coming soon template
    Author: Margo_89
    Author URI: https://themeforest.net/user/margo_89/?ref=Margo_89
    Version: 1.0*/
#page-preloader{position:fixed;left:0;top:0;right:0;bottom:0;background:#000;z-index:100500}#spinner{width:100px;height:100px;border-radius:100%;position:absolute;left:45%;top:40%;border-left:1px solid #00E5FF;border-right:1px solid #00E5FF;border-top:1px solid transparent;border-bottom:1px solid transparent;box-shadow:0 0 50px rgba(0,229,255,.5);animation:spinner 4s infinite;animation-timing-function:linear}@keyframes spinner{0%{transform:rotate(0);width:70px;height:70px;top:45%;left:45%}40%{width:50px;height:50px;top:46%;left:45.5%}100%{transform:rotate(1440deg);width:70px;height:70px;top:45%;left:45%}}