.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 51px;
  background: white;
  z-index: 100; }
  .loader-box {
    top: 37%;
    position: relative;
    width: 200px;
    margin: 0 auto;
    background: linear-gradient(90deg, black 100px, transparent 0) no-repeat 1px; }
    .loader-box-logo {
      width: 200px;
      display: block; }
  .loader .animated {
    animation: loader-animation 2s infinite ease-in-out; }

@keyframes loader-animation {
  from {
    background-position: -100px; }
  to {
    background-position: 500px; } }
@media screen and (min-width: 767px) {
  .loader-box {
    width: 500px; }
    .loader-box-logo {
      width: 500px; } }
@media screen and (min-width: 992px) {
  .loader {
    top: 61px; } }

/*# sourceMappingURL=loader.css.map */
