
.cssload-loader {
  width: 225px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size:16px;
  color: rgb(30,82,214);
  letter-spacing: 0.2em;
}
.cssload-loader::before, .cssload-loader::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: rgb(6,113,194);
  position: absolute;
  animation: cssload-load 0.81s infinite alternate ease-in-out;
  -o-animation: cssload-load 0.81s infinite alternate ease-in-out;
  -ms-animation: cssload-load 0.81s infinite alternate ease-in-out;
  -webkit-animation: cssload-load 0.81s infinite alternate ease-in-out;
  -moz-animation: cssload-load 0.81s infinite alternate ease-in-out;
}
.cssload-loader::before {
  top: 0;
}
.cssload-loader::after {
  bottom: 0;
}



@keyframes cssload-load {
  0% {
    left: 0;
    height: 27px;
    width: 13px;
  }
  50% {
    height: 7px;
    width: 36px;
  }
  100% {
    left: 211px;
    height: 27px;
    width: 13px;
  }
}

@-o-keyframes cssload-load {
  0% {
    left: 0;
    height: 27px;
    width: 13px;
  }
  50% {
    height: 7px;
    width: 36px;
  }
  100% {
    left: 211px;
    height: 27px;
    width: 13px;
  }
}

@-ms-keyframes cssload-load {
  0% {
    left: 0;
    height: 27px;
    width: 13px;
  }
  50% {
    height: 7px;
    width: 36px;
  }
  100% {
    left: 211px;
    height: 27px;
    width: 13px;
  }
}

@-webkit-keyframes cssload-load {
  0% {
    left: 0;
    height: 27px;
    width: 13px;
  }
  50% {
    height: 7px;
    width: 36px;
  }
  100% {
    left: 211px;
    height: 27px;
    width: 13px;
  }
}

@-moz-keyframes cssload-load {
  0% {
    left: 0;
    height: 27px;
    width: 13px;
  }
  50% {
    height: 7px;
    width: 36px;
  }
  100% {
    left: 211px;
    height: 27px;
    width: 13px;
  }
}

/*** */
.cssload-thecube {
  width: 272px;
  height: 272px;
  margin: 0 auto;
  margin-top: 35vh;
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(43,160,199,0.91);
  animation: cssload-fold-thecube 4.92s infinite linear both;
  -o-animation: cssload-fold-thecube 4.92s infinite linear both;
  -ms-animation: cssload-fold-thecube 4.92s infinite linear both;
  -webkit-animation: cssload-fold-thecube 4.92s infinite linear both;
  -moz-animation: cssload-fold-thecube 4.92s infinite linear both;
  transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
  transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
  transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
  transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
  animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  -ms-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
}
.cssload-thecube .cssload-c3:before {
  animation-delay: 1.23s;
  -o-animation-delay: 1.23s;
  -ms-animation-delay: 1.23s;
  -webkit-animation-delay: 1.23s;
  -moz-animation-delay: 1.23s;
}
.cssload-thecube .cssload-c4:before {
  animation-delay: 1.85s;
  -o-animation-delay: 1.85s;
  -ms-animation-delay: 1.85s;
  -webkit-animation-delay: 1.85s;
  -moz-animation-delay: 1.85s;
}



@keyframes cssload-fold-thecube {
  0%, 10% {
    transform: perspective(508px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    transform: perspective(508px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    transform: perspective(508px) rotateY(180deg);
    opacity: 0;
  }
}

@-o-keyframes cssload-fold-thecube {
  0%, 10% {
    -o-transform: perspective(508px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -o-transform: perspective(508px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -o-transform: perspective(508px) rotateY(180deg);
    opacity: 0;
  }
}

@-ms-keyframes cssload-fold-thecube {
  0%, 10% {
    -ms-transform: perspective(508px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -ms-transform: perspective(508px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -ms-transform: perspective(508px) rotateY(180deg);
    opacity: 0;
  }
}

@-webkit-keyframes cssload-fold-thecube {
  0%, 10% {
    -webkit-transform: perspective(508px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(508px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(508px) rotateY(180deg);
    opacity: 0;
  }
}

@-moz-keyframes cssload-fold-thecube {
  0%, 10% {
    -moz-transform: perspective(508px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -moz-transform: perspective(508px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -moz-transform: perspective(508px) rotateY(180deg);
    opacity: 0;
  }
}

