@-webkit-keyframes expand{0%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}100%{z-index:1}}@-moz-keyframes expand{0%{-moz-transform:scale(0)}50%{-moz-transform:scale(1)}100%{z-index:1}}@-o-keyframes expand{0%{-o-transform:scale(0)}50%{-o-transform:scale(1)}100%{z-index:1}}@keyframes expand{0%{transform:scale(0)}50%{transform:scale(1)}100%{z-index:1}}.loader{position:absolute;left:50%;top:50%;margin:-8px 0 0 -25px;background-color:white;border-radius:50%;box-shadow:0 0 0 6.66667px #141414;width:40px;height:40px}.loader:before,.loader:after,#nav-bullets .active .bullet:before,#nav-bullets .active .bullet:after{content:"";position:absolute;left:50%;top:50%;display:block;border-radius:50%;z-index:99999999;width:42px;height:42px;margin:-21px 0 0 -21px}#nav-bullets .active .bullet:before,#nav-bullets .active .bullet:after{width:32px;height:32px;top:2px;left:-3px;margin:0}.loader:before,#nav-bullets .active .bullet:before{background-color:#141414;-webkit-animation:expand 1.6s linear infinite both;-moz-animation:expand 1.6s linear infinite both;animation:expand 1.6s linear infinite both}#nav-bullets .active .bullet:before{background-color:#3760a4}.loader:after,#nav-bullets .active .bullet:after{background-color:white;-webkit-animation:expand 1.6s linear .8s infinite both;-moz-animation:expand 1.6s linear .8s infinite both;animation:expand 1.6s linear .8s infinite both}