.pre-loading {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: absolute;
  top: 0;
  background: #ffffff linear-gradient(to bottom, rgba(0, 99, 175, 0.25), rgba(0, 99, 175, 0.05));
  opacity: 1;
  -webkit-transition: opacity 0.7s ease-out;
  -moz-transition: opacity 0.7s ease-out;
  -ms-transition: opacity 0.7s ease-out;
  -o-transition: opacity 0.7s ease-out;
  transition: opacity 0.7s ease-out;
}

.loading-remove {
  opacity: 0;
}

.pre-content {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.pre-loading .online-text {
  width: 100px;
  height: 22px;
  font-family: GothamProLight, sans-serif;
  font-size: 25px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  /**/
  position: absolute;
  margin-left: -9px;
  top: 4px;
}

.pre-loading .checkin-text {
  width: 259px;
  height: 45px;
  opacity: 0.5;
  font-family: GothamProMedium, sans-serif;
  font-size: 50px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  /**/
  margin-right: -21px;
  position: relative;
}

.pre-loading .We-are-loading-desti {
  height: 20px;
  font-family: GothamProRegular, sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0063af;
  /**/
  width: 100%;
}

.pre-loading footer {
  width: 100%;
  height: 4.3em;
  background-color: #494949;
  position: relative;
  left: 0;
  bottom: 0;
  font-family: GothamProLight, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #a5a5a5;
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-right: 5em;
  padding-left: 2em;
  /*padding: 0 60px;*/
  justify-content: flex-end;
}

.pre-loading .spinner {
  -webkit-animation: rotator 2s linear infinite;
  animation: rotator 2s linear infinite;
  /**/
  height: 27px;
  margin: 76px 0 35px;
}

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

.pre-loading .path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: dash 2s ease-in-out infinite, colors 8s ease-in-out infinite;
  animation: dash 2s ease-in-out infinite, colors 8s ease-in-out infinite;
}

@-webkit-keyframes colors {
  0% {
    stroke: #0063af;
  }
  100% {
    stroke: #0063af;
  }
}

@keyframes colors {
  0% {
    stroke: #0063af;
  }
  100% {
    stroke: #0063af;
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

/* animated dots */
.pre-loading .loading-dots {
  /*font-size: 40px;*/
}

.pre-loading .loading-dots span {
  /*font-size: 50px;*/
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.pre-loading .loading-dots span:nth-child(2) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.pre-loading .loading-dots span:nth-child(3) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

@-webkit-keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

@media screen and (max-width: 599px) {
  .pre-loading .online-text {
    font-size: 4.4em;
    width: auto;
    height: auto;
  }
  .pre-loading .checkin-text {
    font-size: 8.8em;
    height: auto;
    width: auto;
    margin-right: -.6em;
  }
  .pre-loading .logotype {
    width: 36em;
  }
  .pre-loading .preloading-text {
    font-size: .6em;
  }
}
