@-webkit-keyframes rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.busy-holder.backdrop{background:rgba(0,0,0,.85);position:fixed;left:0;top:0;right:0;bottom:0;z-index:99999999}.busy-holder .busy{position:absolute;left:0;top:calc(50% - 60px);z-index:99999999;right:0;text-align:center}.busy-holder .busy img{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.busy-holder .busy .loading-text{color:#fff;margin:10px auto;font-weight:300;font-size:16px}