.loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 100;
  text-align: center; }
  .loading .loading-body {
    display: table;
    width: 100%;
    height: 100%; }
    .loading .loading-body span {
      display: table-cell;
      vertical-align: middle;
      animation: blinker 1s linear infinite; }

@keyframes blinker {
  50% {
    opacity: 0; } }

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