html.js #page_loader{width:100%;height:100%;background:#FFF;display:block;content:'';z-index:100;position:fixed;left:0;top:0}html.js #page_loader:after{content:'';width:4vw;height:4vw;display:block;background:url(../../img/logo.svg) center center/contain no-repeat;position:fixed;left:50%;top:50%;border-radius:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:loaderPulse 2s infinite linear;animation:loaderPulse 2s infinite linear}@-webkit-keyframes loaderPulse{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes loaderPulse{0%{opacity:0}50%{opacity:1}to{opacity:0}}
/*# sourceMappingURL=boot.css.map */