#loader{position:fixed;top:0;left:0;width:100%;background-color:#8aa8a8;height:100%;text-align:center;margin:0;padding:0;overflow:hidden;z-index:100}.cross-loader{background-color:#ce6567!important}.spinner{top:45%;left:50%;width:70px;height:70px;margin:-35px 0 0 -35px;position:relative;text-align:center;-webkit-animation:rotate 2s infinite linear;animation:rotate 2s infinite linear}.dot1,.dot2{width:49%;height:49%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%}.dot2{top:auto;bottom:0;background-color:rgba(255,255,255,.5)}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg)}}@keyframes rotate{100%{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}@media handheld,only screen and (max-device-width:480px){.spinner{width:60px;height:60px;margin:-30px 0 0 -30px}}