#ne_loader {
  width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 9999;
  background-position: center; background-size: 140px; display: none;
  background-color: #fff; overflow: hidden;
}
#ne_loader span {
  display: block; width: 110px; height: 110px; position: absolute;
  top: 150px; left: calc(50% - 55px);
}
#ne_loader.active { display: block; }
#ne_loader.active span {
  background: url(assets/loading2.gif) no-repeat center;
  background-size: 110px;
}
#ne_form_progress {
  width: 30px; height: 30px; position: fixed; z-index: 999;
  background: url(assets/images/ui/progress.gif) #fff no-repeat center;
  top: 90px; right: 30px; border-radius: 100%; background-size: 108%;
}
@media screen and (min-width: 768px) {
  #ne_loader span { top: 250px; }
}
