#loading{width:100%;height:100%;background-color:#000;position:fixed;z-index:19940000;transition:all 0.3s}#loading *{text-align:center}#loading .box{position:absolute;width:400px;height:200px;left:50%;top:50%;margin-left:-200px;margin-top:-200px;display:block;color:#fff}#loading-powered-by{width:100%;font-size:12px;color:grey;text-align:center;position:absolute;bottom:1em}.lds-ellipsis{display:inline-block;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px}.lds-ellipsis div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:#fff;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:first-child{left:8px;animation:lds-ellipsis1 0.6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 0.6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 0.6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 0.6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0,0)}to{transform:translate(24px,0)}}