.holder{position:relative;width:120px;height:120px;margin:20px auto}.loader{border:2px solid #6eb4e2;border-radius:50%!important;border-bottom-color:transparent;border-left-color:transparent;border-right-color:transparent;position:absolute}#loader1{width:114px;height:114px;top:0;right:0;-webkit-animation:rotate 1s linear .3s infinite;animation:rotate 1s linear .3s infinite}#loader2{width:122px;height:122px;top:-4px;right:-4px;-webkit-animation:rotate 1.5s linear .3s infinite;animation:rotate 1.5s linear .3s infinite}#loader3{width:130px;height:130px;top:-8px;right:-8px;-webkit-animation:rotate 2s linear .3s infinite;animation:rotate 2s linear .3s infinite}#safar-logo{position:absolute;top:16px;height:80px;right:19px}@-webkit-keyframes rotate{0%{-webkit-transform:rotateZ(360deg)}100%{-webkit-transform:rotateZ(0)}}@keyframes rotate{0%{transform:rotateZ(360deg)}100%{transform:rotateZ(0deg)}}