.load_box {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.load_box .loader_stripe {
  width: 350px;
  margin: auto auto;
}
/*# sourceMappingURL=loader.css.map */