.b-loader {
  background: url("/assets/images/cover/rz_preloader.gif") no-repeat scroll center center rgb(255, 255, 255);
  opacity: 0.7;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-position: 50% 85%;
}
.b-loader::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: -webkit-radial-gradient(top center, ellipse cover, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.35) 100%);
}
/*# sourceMappingURL=loader.css.map */
