x@import url(
  https://fonts.googleapis.com/css?family=Lato:100,
  300,
  400,
  700,
  900
);

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  line-height:normal !important;
}

.tinyWrapper {
  width: 49%;
  position: relative;
  width: 216px;
  margin: 0 auto;
  text-align: center;
}

.rightRapper {
  margin: 0px;
  /* remove all margins to fit two divs in the container */
  display: inline-block;
  font-size: 40px;
  /* display block elements in one line */
}

.leftRapper {
  margin: 0px;
  font-size: 100px;
  display: inline-block;
}

/* */
body {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(1px);
  }
}

@keyframes MOVE-BG {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(46px);
  }
}

.loading {
  width: 49%;
  position: relative;
  overflow: hidden;
  padding: 0.4rem;

  font-style: italic;
  border-radius: 21%;
}

.bg {
  position: absolute;
  left: -46px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;

/*  background: repeating-linear-gradient(-55deg, grey -1px, #ffffff 0px, #ffffff 9px, grey 11px, grey 18px);
*/   background: repeating-linear-gradient(
    -55deg,
    #ffffff -1px,
    #ffffff00 0px,
    #ffffff00 9px,
    white 11px,
    #ffffff 18px
  ); 

  -webkit-animation-name: MOVE-BG;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  animation-name: MOVE-BG;
  animation-duration: 0.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.loading-border {
  border-top: 5px solid black;
  margin:0 !important;
}
.FullWrapper {
  width: 316px;
  text-align: center;
/*  position: fixed;  
  top: 10px;
  left: 50%;
  transform: translate(-50%);*/
  color:#FFF;
}
.dot,
.dot:after {
  display: inline-block;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  animation: a 1.5s calc(((var(--i) + var(--o, 0)) / var(--n) - 1) * 1.5s)
    infinite;
}
.dot:after {
  --o: 1;
  background: currentcolor;
  content: "";
}
@keyframes a {
  0%,
  50% {
    transform: scale(0);
  }
}
.LoadingDot .leftRapper {
  font-size: 40px;
}
.LoadingDot {
  text-align: left;
}
.status {
  text-align: right;
  position: relative;
}
.active {
  font-size: 40px;
}
.complete {
  width: 316px;
  position: fixed;
  font-size: 30px;
  text-align: center;
  top: 55%;
  left: 65%;
  transform: translate(-50%);
}
.complete h3 {
  display: none;
}

