#zoom:after{content:"";z-index:-1;position:absolute;top:0;right:0;bottom:0;left:0;background:-webkit-radial-gradient(center center,circle cover,rgba(0,0,0,0),rgba(0,0,0,.75));background:radial-gradient(center center,circle cover,rgba(0,0,0,0),rgba(0,0,0,.75))}.spinner{width:50px;height:50px;border-radius:100%;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px}.model-1{background:#202020}.model-1 .spinner{color:red;-webkit-animation:color-bubble 2s linear 0s infinite;animation:color-bubble 2s linear 0s infinite}.model-1 .spinner:after,.model-1 .spinner:before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;border-radius:100%;box-shadow:0 0 0 3px;-webkit-animation:spinner-bubble 1.3s linear 0s infinite;animation:spinner-bubble 1.3s linear 0s infinite;margin:auto;width:10px;height:10px;opacity:0}.model-1 .spinner:before{-webkit-animation:spinner-bubble 1.3s linear 2s infinite;animation:spinner-bubble 1.3s linear 2s infinite}@-webkit-keyframes spinner-bubble{from{width:10px;height:10px;opacity:.8}to{width:50px;height:50px;opacity:0}}@keyframes spinner-bubble{from{width:10px;height:10px;opacity:.8}to{width:50px;height:50px;opacity:0}}@-webkit-keyframes color-bubble{0%{color:#009DDC}33%{color:#50B949}66%{color:#EE2D24}100%{color:#FEB825}}@keyframes color-bubble{0%{color:#009DDC}33%{color:#50B949}66%{color:#EE2D24}100%{color:#FEB825}}