#fade{position:fixed;top:0;left:0;z-index:5000;width:100%;height:100%}#wrap{display:block}#spinner{position:fixed;z-index:5000;top:0;bottom:0;left:0;right:0;width:75px;height:100%;display:flex;display:-ms-flexbox;flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-wrap:wrap;-ms-flex-wrap:wrap;justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;-webkit-box-align:center;-ms-flex-align:center}#spinner div{width:8px;height:110px;animation:sk-stretchdelay 1.2s infinite ease-in-out;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;-moz-animation:sk-stretchdelay 1.2s infinite ease-in-out;-o-animation:sk-stretchdelay 1.2s infinite ease-in-out;-ms-animation:sk-stretchdelay 1.2s infinite ease-in-out}#spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}#spinner .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}#spinner .rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}#spinner .rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-stretchdelay{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}