/*-- Preloader Defaults ------------------------------------------------------*/
.preloader {
  position: fixed;
  top:0;
  left:0;
  bottom: 0;
  right: 0;
  z-index: 99999;
}

/*-- PreLoader 1 - Lines ^_^ -------------------------------------------------*/
.pr1-wrapper {
  position: absolute;
  padding-right: 400px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.pr1-line {
  position: absolute;
  top: 0px;
  width: 2px;
  height: 8px;
  background-color: red;
}

.pr1-circle {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: blue;
}
.pr1-circle-top {
  top: 0px;
  left: -3.5px;
}
.pr1-circle-bottom {
  bottom: 0px;
  left: -3.5px;
}

.pr1-dot {
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: -1.5px;
}

.pr1-line1 {
  margin-left: 0px;
  background-color: #2410CB;
  -webkit-animation: pr1-line 2s cubic-bezier(0.250, 0, 0.705, 1) infinite;
  animation: pr1-line 2s cubic-bezier(0.250, 0, 0.705, 1) infinite;
}
.pr1-line1 > span {
  background-color: #D4141E;
}
.pr1-line1 > .pr1-dotted > .pr1-dot {
  background-color: #D4141E;
}
.pr1-line1 > .pr1-dotted > .pr1-dot-top {
  top: 0px;
  -webkit-animation: pr1-dot-top 2s cubic-bezier(0.250, 0, 0.705, 1) infinite;
  animation: pr1-dot-top 2s cubic-bezier(0.250, 0, 0.705, 1) infinite;
}
.pr1-line1 > .pr1-dotted > .pr1-dot-bottom {
  bottom: 0px;
  -webkit-animation: pr1-dot-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) infinite;
  animation: pr1-dot-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) infinite;
}
.pr1-line1 > .pr1-dotted > .pr1-dot-middle-top {
  top: 0px;
  -webkit-animation: pr1-dot-middle-top 2s cubic-bezier(0.250, 0, 0.705, 1) infinite;
  animation: pr1-dot-middle-top 2s cubic-bezier(0.250, 0, 0.705, 1) infinite;
}
.pr1-line1 > .pr1-dotted > .pr1-dot-middle-bottom {
  bottom: 0px;
  -webkit-animation: pr1-dot-middle-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) infinite;
  animation: pr1-dot-middle-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) infinite;
}

.pr1-line2 {
  margin-left: 35px;
  background-color: #852DF4;
  -webkit-animation: pr1-line 2s cubic-bezier(0.250, 0, 0.705, 1) .05s infinite;
  animation: pr1-line 2s cubic-bezier(0.250, 0, 0.705, 1) .05s infinite;
}
.pr1-line2 > span {
  background-color: #FC7E48;
}
.pr1-line2 > .pr1-dotted > .pr1-dot {
  background-color: #FC7E48;
}
.pr1-line2 > .pr1-dotted > .pr1-dot-top {
  top: 0px;
  -webkit-animation: pr1-dot-top 2s cubic-bezier(0.250, 0, 0.705, 1) .05s infinite;
  animation: pr1-dot-top 2s cubic-bezier(0.250, 0, 0.705, 1) .05s infinite;
}
.pr1-line2 > .pr1-dotted > .pr1-dot-bottom {
  bottom: 0px;
  -webkit-animation: pr1-dot-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .05s infinite;
  animation: pr1-dot-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .05s infinite;
}
.pr1-line2 > .pr1-dotted > .pr1-dot-middle-top {
  top: 0px;
  -webkit-animation: pr1-dot-middle-top 2s cubic-bezier(0.250, 0, 0.705, 1) .05s infinite;
  animation: pr1-dot-middle-top 2s cubic-bezier(0.250, 0, 0.705, 1) .05s infinite;
}
.pr1-line2 > .pr1-dotted > .pr1-dot-middle-bottom {
  bottom: 0px;
  -webkit-animation: pr1-dot-middle-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .05s infinite;
  animation: pr1-dot-middle-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .05s infinite;
}

.pr1-line3 {
  margin-left: 70px;
  background-color: #F42DF1;
  -webkit-animation: pr1-line 2s cubic-bezier(0.250, 0, 0.705, 1) .1s infinite;
  animation: pr1-line 2s cubic-bezier(0.250, 0, 0.705, 1) .1s infinite;
}
.pr1-line3 > span {
  background-color: #EDEB29;
}
.pr1-line3 > .pr1-dotted > .pr1-dot {
  background-color: #EDEB29;
}
.pr1-line3 > .pr1-dotted > .pr1-dot-top {
  top: 0px;
  -webkit-animation: pr1-dot-top 2s cubic-bezier(0.250, 0, 0.705, 1) .1s infinite;
  animation: pr1-dot-top 2s cubic-bezier(0.250, 0, 0.705, 1) .1s infinite;
}
.pr1-line3 > .pr1-dotted > .pr1-dot-bottom {
  bottom: 0px;
  -webkit-animation: pr1-dot-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .1s infinite;
  animation: pr1-dot-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .1s infinite;
}
.pr1-line3 > .pr1-dotted > .pr1-dot-middle-top {
  top: 0px;
  -webkit-animation: pr1-dot-middle-top 2s cubic-bezier(0.250, 0, 0.705, 1) .1s infinite;
  animation: pr1-dot-middle-top 2s cubic-bezier(0.250, 0, 0.705, 1) .1s infinite;
}
.pr1-line3 > .pr1-dotted > .pr1-dot-middle-bottom {
  bottom: 0px;
  -webkit-animation: pr1-dot-middle-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .1s infinite;
  animation: pr1-dot-middle-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .1s infinite;
}

.pr1-line4 {
  margin-left: 105px;
  background-color: #F91396;
  -webkit-animation: pr1-line 2s cubic-bezier(0.250, 0, 0.705, 1) .15s infinite;
  animation: pr1-line 2s cubic-bezier(0.250, 0, 0.705, 1) .15s infinite;
}
.pr1-line4 > span {
  background-color: #ACED29;
}
.pr1-line4 > .pr1-dotted > .pr1-dot {
  background-color: #ACED29;
}
.pr1-line4 > .pr1-dotted > .pr1-dot-top {
  top: 0px;
  -webkit-animation: pr1-dot-top 2s cubic-bezier(0.250, 0, 0.705, 1) .15s infinite;
  animation: pr1-dot-top 2s cubic-bezier(0.250, 0, 0.705, 1) .15s infinite;
}
.pr1-line4 > .pr1-dotted > .pr1-dot-bottom {
  bottom: 0px;
  -webkit-animation: pr1-dot-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .15s infinite;
  animation: pr1-dot-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .15s infinite;
}
.pr1-line4 > .pr1-dotted > .pr1-dot-middle-top {
  top: 0px;
  -webkit-animation: pr1-dot-middle-top 2s cubic-bezier(0.250, 0, 0.705, 1) .15s infinite;
  animation: pr1-dot-middle-top 2s cubic-bezier(0.250, 0, 0.705, 1) .15s infinite;
}
.pr1-line4 > .pr1-dotted > .pr1-dot-middle-bottom {
  bottom: 0px;
  -webkit-animation: pr1-dot-middle-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .15s infinite;
  animation: pr1-dot-middle-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .15s infinite;
}

.pr1-line5 {
  margin-left: 140px;
  background-color: #D4141E;
  -webkit-animation: pr1-line 2s cubic-bezier(0.250, 0, 0.705, 1) .2s infinite;
  animation: pr1-line 2s cubic-bezier(0.250, 0, 0.705, 1) .2s infinite;
}
.pr1-line5 > span {
  background-color: #4EF02B;
}
.pr1-line5 > .pr1-dotted > .pr1-dot {
  background-color: #4EF02B;
}
.pr1-line5 > .pr1-dotted > .pr1-dot-top {
  top: 0px;
  -webkit-animation: pr1-dot-top 2s cubic-bezier(0.250, 0, 0.705, 1) .2s infinite;
  animation: pr1-dot-top 2s cubic-bezier(0.250, 0, 0.705, 1) .2s infinite;
}
.pr1-line5 > .pr1-dotted > .pr1-dot-bottom {
  bottom: 0px;
  -webkit-animation: pr1-dot-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .2s infinite;
  animation: pr1-dot-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .2s infinite;
}
.pr1-line5 > .pr1-dotted > .pr1-dot-middle-top {
  top: 0px;
  -webkit-animation: pr1-dot-middle-top 2s cubic-bezier(0.250, 0, 0.705, 1) .2s infinite;
  animation: pr1-dot-middle-top 2s cubic-bezier(0.250, 0, 0.705, 1) .2s infinite;
}
.pr1-line5 > .pr1-dotted > .pr1-dot-middle-bottom {
  bottom: 0px;
  -webkit-animation: pr1-dot-middle-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .2s infinite;
  animation: pr1-dot-middle-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .2s infinite;
}

.pr1-line6 {
  margin-left: 175px;
  background-color: #FC7E48;
  -webkit-animation: pr1-line 2s cubic-bezier(0.250, 0, 0.705, 1) .25s infinite;
  animation: pr1-line 2s cubic-bezier(0.250, 0, 0.705, 1) .25s infinite;
}
.pr1-line6 > span {
  background-color: #38E790;
}
.pr1-line6 > .pr1-dotted > .pr1-dot {
  background-color: #38E790;
}
.pr1-line6 > .pr1-dotted > .pr1-dot-top {
  top: 0px;
  -webkit-animation: pr1-dot-top 2s cubic-bezier(0.250, 0, 0.705, 1) .25s infinite;
  animation: pr1-dot-top 2s cubic-bezier(0.250, 0, 0.705, 1) .25s infinite;
}
.pr1-line6 > .pr1-dotted > .pr1-dot-bottom {
  bottom: 0px;
  -webkit-animation: pr1-dot-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .25s infinite;
  animation: pr1-dot-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .25s infinite;
}
.pr1-line6 > .pr1-dotted > .pr1-dot-middle-top {
  top: 0px;
  -webkit-animation: pr1-dot-middle-top 2s cubic-bezier(0.250, 0, 0.705, 1) .25s infinite;
  animation: pr1-dot-middle-top 2s cubic-bezier(0.250, 0, 0.705, 1) .25s infinite;
}
.pr1-line6 > .pr1-dotted > .pr1-dot-middle-bottom {
  bottom: 0px;
  -webkit-animation: pr1-dot-middle-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .25s infinite;
  animation: pr1-dot-middle-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .25s infinite;
}

.pr1-line7 {
  margin-left: 210px;
  background-color: #EDEB29;
  -webkit-animation: pr1-line 2s cubic-bezier(0.250, 0, 0.705, 1) .3s infinite;
  animation: pr1-line 2s cubic-bezier(0.250, 0, 0.705, 1) .3s infinite;
}
.pr1-line7 > span {
  background-color: #25EACC;
}
.pr1-line7 > .pr1-dotted > .pr1-dot {
  background-color: #25EACC;
}
.pr1-line7 > .pr1-dotted > .pr1-dot-top {
  top: 0px;
  -webkit-animation: pr1-dot-top 2s cubic-bezier(0.250, 0, 0.705, 1) .3s infinite;
  animation: pr1-dot-top 2s cubic-bezier(0.250, 0, 0.705, 1) .3s infinite;
}
.pr1-line7 > .pr1-dotted > .pr1-dot-bottom {
  bottom: 0px;
  -webkit-animation: pr1-dot-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .3s infinite;
  animation: pr1-dot-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .3s infinite;
}
.pr1-line7 > .pr1-dotted > .pr1-dot-middle-top {
  top: 0px;
  -webkit-animation: pr1-dot-middle-top 2s cubic-bezier(0.250, 0, 0.705, 1) .3s infinite;
  animation: pr1-dot-middle-top 2s cubic-bezier(0.250, 0, 0.705, 1) .3s infinite;
}
.pr1-line7 > .pr1-dotted > .pr1-dot-middle-bottom {
  bottom: 0px;
  -webkit-animation: pr1-dot-middle-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .3s infinite;
  animation: pr1-dot-middle-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .3s infinite;
}

.pr1-line8 {
  margin-left: 245px;
  background-color: #ACED29;
  -webkit-animation: pr1-line 2s cubic-bezier(0.250, 0, 0.705, 1) .35s infinite;
  animation: pr1-line 2s cubic-bezier(0.250, 0, 0.705, 1) .35s infinite;
}
.pr1-line8 > span {
  background-color: #309CDF;
}
.pr1-line8 > .pr1-dotted > .pr1-dot {
  background-color: #309CDF;
}
.pr1-line8 > .pr1-dotted > .pr1-dot-top {
  top: 0px;
  -webkit-animation: pr1-dot-top 2s cubic-bezier(0.250, 0, 0.705, 1) .35s infinite;
  animation: pr1-dot-top 2s cubic-bezier(0.250, 0, 0.705, 1) .35s infinite;
}
.pr1-line8 > .pr1-dotted > .pr1-dot-bottom {
  bottom: 0px;
  -webkit-animation: pr1-dot-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .35s infinite;
  animation: pr1-dot-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .35s infinite;
}
.pr1-line8 > .pr1-dotted > .pr1-dot-middle-top {
  top: 0px;
  -webkit-animation: pr1-dot-middle-top 2s cubic-bezier(0.250, 0, 0.705, 1) .35s infinite;
  animation: pr1-dot-middle-top 2s cubic-bezier(0.250, 0, 0.705, 1) .35s infinite;
}
.pr1-line8 > .pr1-dotted > .pr1-dot-middle-bottom {
  bottom: 0px;
  -webkit-animation: pr1-dot-middle-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .35s infinite;
  animation: pr1-dot-middle-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .35s infinite;
}

.pr1-line9 {
  margin-left: 280px;
  background-color: #4EF02B;
  -webkit-animation: pr1-line 2s cubic-bezier(0.250, 0, 0.705, 1) .4s infinite;
  animation: pr1-line 2s cubic-bezier(0.250, 0, 0.705, 1) .4s infinite;
}
.pr1-line9 > span {
  background-color: #2544E7;
}
.pr1-line9 > .pr1-dotted > .pr1-dot {
  background-color: #2544E7;
}
.pr1-line9 > .pr1-dotted > .pr1-dot-top {
  top: 0px;
  -webkit-animation: pr1-dot-top 2s cubic-bezier(0.250, 0, 0.705, 1) .4s infinite;
  animation: pr1-dot-top 2s cubic-bezier(0.250, 0, 0.705, 1) .4s infinite;
}
.pr1-line9 > .pr1-dotted > .pr1-dot-bottom {
  bottom: 0px;
  -webkit-animation: pr1-dot-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .4s infinite;
  animation: pr1-dot-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .4s infinite;
}
.pr1-line9 > .pr1-dotted > .pr1-dot-middle-top {
  top: 0px;
  -webkit-animation: pr1-dot-middle-top 2s cubic-bezier(0.250, 0, 0.705, 1) .4s infinite;
  animation: pr1-dot-middle-top 2s cubic-bezier(0.250, 0, 0.705, 1) .4s infinite;
}
.pr1-line9 > .pr1-dotted > .pr1-dot-middle-bottom {
  bottom: 0px;
  -webkit-animation: pr1-dot-middle-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .4s infinite;
  animation: pr1-dot-middle-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .4s infinite;
}

.pr1-line10 {
  margin-left: 315px;
  background-color: #38E790;
  -webkit-animation: pr1-line 2s cubic-bezier(0.250, 0, 0.705, 1) .45s infinite;
  animation: pr1-line 2s cubic-bezier(0.250, 0, 0.705, 1) .45s infinite;
}
.pr1-line10 > span {
  background-color: #852DF4;
}
.pr1-line10 > .pr1-dotted > .pr1-dot {
  background-color: #852DF4;
}
.pr1-line10 > .pr1-dotted > .pr1-dot-top {
  top: 0px;
  -webkit-animation: pr1-dot-top 2s cubic-bezier(0.250, 0, 0.705, 1) .45s infinite;
  animation: pr1-dot-top 2s cubic-bezier(0.250, 0, 0.705, 1) .45s infinite;
}
.pr1-line10 > .pr1-dotted > .pr1-dot-bottom {
  bottom: 0px;
  -webkit-animation: pr1-dot-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .45s infinite;
  animation: pr1-dot-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .45s infinite;
}
.pr1-line10 > .pr1-dotted > .pr1-dot-middle-top {
  top: 0px;
  -webkit-animation: pr1-dot-middle-top 2s cubic-bezier(0.250, 0, 0.705, 1) .45s infinite;
  animation: pr1-dot-middle-top 2s cubic-bezier(0.250, 0, 0.705, 1) .45s infinite;
}
.pr1-line10 > .pr1-dotted > .pr1-dot-middle-bottom {
  bottom: 0px;
  -webkit-animation: pr1-dot-middle-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .45s infinite;
  animation: pr1-dot-middle-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .45s infinite;
}

.pr1-line11 {
  margin-left: 350px;
  background-color: #25EACC;
  -webkit-animation: pr1-line 2s cubic-bezier(0.250, 0, 0.705, 1) .5s infinite;
  animation: pr1-line 2s cubic-bezier(0.250, 0, 0.705, 1) .5s infinite;
}
.pr1-line11 > span {
  background-color: #F42DF1;
}
.pr1-line11 > .pr1-dotted > .pr1-dot {
  background-color: #F42DF1;
}
.pr1-line11 > .pr1-dotted > .pr1-dot-top {
  top: 0px;
  -webkit-animation: pr1-dot-top 2s cubic-bezier(0.250, 0, 0.705, 1) .5s infinite;
  animation: pr1-dot-top 2s cubic-bezier(0.250, 0, 0.705, 1) .5s infinite;
}
.pr1-line11 > .pr1-dotted > .pr1-dot-bottom {
  bottom: 0px;
  -webkit-animation: pr1-dot-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .5s infinite;
  animation: pr1-dot-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .5s infinite;
}
.pr1-line11 > .pr1-dotted > .pr1-dot-middle-top {
  top: 0px;
  -webkit-animation: pr1-dot-middle-top 2s cubic-bezier(0.250, 0, 0.705, 1) .5s infinite;
  animation: pr1-dot-middle-top 2s cubic-bezier(0.250, 0, 0.705, 1) .5s infinite;
}
.pr1-line11 > .pr1-dotted > .pr1-dot-middle-bottom {
  bottom: 0px;
  -webkit-animation: pr1-dot-middle-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .5s infinite;
  animation: pr1-dot-middle-bottom 2s cubic-bezier(0.250, 0, 0.705, 1) .5s infinite;
}

@-webkit-keyframes pr1-line {
  0%{height: 4px; top: 0px; left: 0px; -webkit-transform: rotate(-65deg);}
  10%{height: 220px; top: -110px; left: 15px;}
  45%{height: 200px; top: -100px; left: 25px;}
  70%{height: 8px; top: 0px; left: 25px; -webkit-transform: rotate(0deg);}
  100%{height: 8px; top: 0px; left: 15px; -webkit-transform: rotate(0deg);}
}
@-webkit-keyframes pr1-dot-top {
  0%{top: -30px;}
  10%{top: -30px;}
  45%{top: -25px;}
  60%{top: 0px;}
  100%{top: 0px;}
}
@-webkit-keyframes pr1-dot-bottom {
  0%{bottom: -30px;}
  10%{bottom: -30px;}
  45%{bottom: -25px;}
  60%{bottom: 0px;}
  100%{bottom: 0px;}
}
@-webkit-keyframes pr1-dot-middle-top {
  0%{}
  10%{}
  45%{top: 98px;}
  70%{top: -50px;}
  85%{top: 0px;}
  100%{top: 0px;}
}
@-webkit-keyframes pr1-dot-middle-bottom {
  0%{}
  10%{}
  45%{bottom: 98px;}
  70%{bottom: -50px;}
  85%{bottom: 0px;}
  100%{bottom: 0px;}
}

@keyframes pr1-line {
  0%{height: 4px; top: 0px; left: 0px; transform: rotate(-65deg);}
  10%{height: 220px; top: -110px; left: 15px;}
  45%{height: 200px; top: -100px; left: 25px;}
  70%{height: 8px; top: 0px; left: 25px; transform: rotate(0deg);}
  100%{height: 8px; top: 0px; left: 15px; transform: rotate(0deg);}
}
@keyframes pr1-dot-top{
  0%{top: -30px;}
  10%{top: -30px;}
  45%{top: -25px;}
  60%{top: 0px;}
  100%{top: 0px;}
}
@keyframes pr1-dot-bottom {
  0%{bottom: -30px;}
  10%{bottom: -30px;}
  45%{bottom: -25px;}
  60%{bottom: 0px;}
  100%{bottom: 0px;}
}
@keyframes pr1-dot-middle-top {
  0%{}
  10%{}
  45%{top: 78px;}
  70%{top: -50px;}
  85%{top: 0px;}
  100%{top: 0px;}
}
@keyframes pr1-dot-middle-bottom {
  0%{}
  10%{}
  45%{bottom: 78px;}
  70%{bottom: -50px;}
  85%{bottom: 0px;}
  100%{bottom: 0px;}
}

/*-- PreLoader 2 - Ring of Lights --------------------------------------------*/
.pr2-loader-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -120px 0 0 -120px;
  width: 240px;
  height: 240px;
}

.pr2-loader-ring-light {
  width: 240px;
  height: 240px;
  -moz-border-radius: 240px;
  -webkit-border-radius: 240px;
  border-radius: 240px;
  -moz-box-shadow: 0 4px 0 #00abf2 inset;
  -webkit-box-shadow: 0 4px 0 #00abf2 inset;
  box-shadow: 0 4px 0 #00abf2 inset;
  -webkit-animation: pr2-rotate-360 2s linear infinite;
  animation: pr2-rotate-360 2s linear infinite;
}

.pr2-loader-ring-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 240px;
  -moz-border-radius: 240px;
  -webkit-border-radius: 240px;
  border-radius: 240px;
  -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
}

@keyframes pr2-rotate-360 {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*-- PreLoader 3 - Need for Speed --------------------------------------------*/
.pr3-loader {
  left: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
}

.pr3-loader li {
  background: #0abcde;
  margin: 2px;
  width: 1.5rem;
  height: 2rem;
  display: inline-block;
  opacity: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #0abcde;
  transform: skew(-25deg, 0deg) scale(0.1);
  animation: pr3-loader .8s ease-in-out infinite alternate;
}

@keyframes pr3-loader {
  to {
    transform: skew(-25deg, 0deg) scale(1);
    opacity: 1;
  }
}

.pr3-loader li:nth-child(2) {
  animation-delay:0.2s;
}
.pr3-loader li:nth-child(3) {
  animation-delay:0.4s;
}
.pr3-loader li:nth-child(4) {
  animation-delay:0.6s;
}
.pr3-loader li:nth-child(5) {
  animation-delay:0.8s;
}
.pr3-loader li:nth-child(6) {
  animation-delay: 1s;
}
.pr3-loader li:nth-child(7) {
  animation-delay: 1.2s;
}

/*-- PreLoader 4 - FlipFlop --------------------------------------------------*/
.pr4-container,
.pr4-container * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pr4-container {
  width: 30em;
  height: 30em;
  -moz-transform: rotateX(60deg) rotateZ(45deg) translateZ(-7.5em);
  -ms-transform: rotateX(60deg) rotateZ(45deg) translateZ(-7.5em);
  -webkit-transform: rotateX(60deg) rotateZ(45deg) translateZ(-7.5em);
  transform: rotateX(60deg) rotateZ(45deg) translateZ(-7.5em);
}

.pr4-thing {
  border-radius: 50%;
}
.pr4-thing:nth-child(1) {
  width: 4%;
  height: 4%;
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 61, 0, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 61, 0, 0.8);
  box-shadow: inset 0 0 0 2px rgba(255, 61, 0, 0.8);
  animation: pr4-thing 2s 0.1s ease-in-out infinite reverse;
}
.pr4-thing:nth-child(2) {
  width: 8%;
  height: 8%;
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 122, 0, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 122, 0, 0.8);
  box-shadow: inset 0 0 0 2px rgba(255, 122, 0, 0.8);
  animation: pr4-thing 2s 0.2s ease-in-out infinite reverse;
}
.pr4-thing:nth-child(3) {
  width: 12%;
  height: 12%;
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 184, 0, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 184, 0, 0.8);
  box-shadow: inset 0 0 0 2px rgba(255, 184, 0, 0.8);
  animation: pr4-thing 2s 0.3s ease-in-out infinite reverse;
}
.pr4-thing:nth-child(4) {
  width: 16%;
  height: 16%;
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 245, 0, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 245, 0, 0.8);
  box-shadow: inset 0 0 0 2px rgba(255, 245, 0, 0.8);
  animation: pr4-thing 2s 0.4s ease-in-out infinite reverse;
}
.pr4-thing:nth-child(5) {
  width: 20%;
  height: 20%;
  -moz-box-shadow: inset 0 0 0 2px rgba(204, 255, 0, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(204, 255, 0, 0.8);
  box-shadow: inset 0 0 0 2px rgba(204, 255, 0, 0.8);
  animation: pr4-thing 2s 0.5s ease-in-out infinite reverse;
}
.pr4-thing:nth-child(6) {
  width: 24%;
  height: 24%;
  -moz-box-shadow: inset 0 0 0 2px rgba(143, 255, 0, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(143, 255, 0, 0.8);
  box-shadow: inset 0 0 0 2px rgba(143, 255, 0, 0.8);
  animation: pr4-thing 2s 0.6s ease-in-out infinite reverse;
}
.pr4-thing:nth-child(7) {
  width: 28%;
  height: 28%;
  -moz-box-shadow: inset 0 0 0 2px rgba(82, 255, 0, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(82, 255, 0, 0.8);
  box-shadow: inset 0 0 0 2px rgba(82, 255, 0, 0.8);
  animation: pr4-thing 2s 0.7s ease-in-out infinite reverse;
}
.pr4-thing:nth-child(8) {
  width: 32%;
  height: 32%;
  -moz-box-shadow: inset 0 0 0 2px rgba(20, 255, 0, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(20, 255, 0, 0.8);
  box-shadow: inset 0 0 0 2px rgba(20, 255, 0, 0.8);
  animation: pr4-thing 2s 0.8s ease-in-out infinite reverse;
}
.pr4-thing:nth-child(9) {
  width: 36%;
  height: 36%;
  -moz-box-shadow: inset 0 0 0 2px rgba(0, 255, 41, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 255, 41, 0.8);
  box-shadow: inset 0 0 0 2px rgba(0, 255, 41, 0.8);
  animation: pr4-thing 2s 0.9s ease-in-out infinite reverse;
}
.pr4-thing:nth-child(10) {
  width: 40%;
  height: 40%;
  -moz-box-shadow: inset 0 0 0 2px rgba(0, 255, 102, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 255, 102, 0.8);
  box-shadow: inset 0 0 0 2px rgba(0, 255, 102, 0.8);
  animation: pr4-thing 2s 1s ease-in-out infinite reverse;
}
.pr4-thing:nth-child(11) {
  width: 44%;
  height: 44%;
  -moz-box-shadow: inset 0 0 0 2px rgba(0, 255, 163, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 255, 163, 0.8);
  box-shadow: inset 0 0 0 2px rgba(0, 255, 163, 0.8);
  animation: pr4-thing 2s 1.1s ease-in-out infinite reverse;
}
.pr4-thing:nth-child(12) {
  width: 48%;
  height: 48%;
  -moz-box-shadow: inset 0 0 0 2px rgba(0, 255, 224, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 255, 224, 0.8);
  box-shadow: inset 0 0 0 2px rgba(0, 255, 224, 0.8);
  animation: pr4-thing 2s 1.2s ease-in-out infinite reverse;
}
.pr4-thing:nth-child(13) {
  width: 52%;
  height: 52%;
  -moz-box-shadow: inset 0 0 0 2px rgba(0, 224, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 224, 255, 0.8);
  box-shadow: inset 0 0 0 2px rgba(0, 224, 255, 0.8);
  animation: pr4-thing 2s 1.3s ease-in-out infinite reverse;
}
.pr4-thing:nth-child(14) {
  width: 56%;
  height: 56%;
  -moz-box-shadow: inset 0 0 0 2px rgba(0, 163, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 163, 255, 0.8);
  box-shadow: inset 0 0 0 2px rgba(0, 163, 255, 0.8);
  animation: pr4-thing 2s 1.4s ease-in-out infinite reverse;
}
.pr4-thing:nth-child(15) {
  width: 60%;
  height: 60%;
  -moz-box-shadow: inset 0 0 0 2px rgba(0, 102, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 102, 255, 0.8);
  box-shadow: inset 0 0 0 2px rgba(0, 102, 255, 0.8);
  animation: pr4-thing 2s 1.5s ease-in-out infinite reverse;
}
.pr4-thing:nth-child(16) {
  width: 64%;
  height: 64%;
  -moz-box-shadow: inset 0 0 0 2px rgba(0, 41, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 41, 255, 0.8);
  box-shadow: inset 0 0 0 2px rgba(0, 41, 255, 0.8);
  animation: pr4-thing 2s 1.6s ease-in-out infinite reverse;
}
.pr4-thing:nth-child(17) {
  width: 68%;
  height: 68%;
  -moz-box-shadow: inset 0 0 0 2px rgba(20, 0, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(20, 0, 255, 0.8);
  box-shadow: inset 0 0 0 2px rgba(20, 0, 255, 0.8);
  animation: pr4-thing 2s 1.7s ease-in-out infinite reverse;
}
.pr4-thing:nth-child(18) {
  width: 72%;
  height: 72%;
  -moz-box-shadow: inset 0 0 0 2px rgba(82, 0, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(82, 0, 255, 0.8);
  box-shadow: inset 0 0 0 2px rgba(82, 0, 255, 0.8);
  animation: pr4-thing 2s 1.8s ease-in-out infinite reverse;
}
.pr4-thing:nth-child(19) {
  width: 76%;
  height: 76%;
  -moz-box-shadow: inset 0 0 0 2px rgba(143, 0, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(143, 0, 255, 0.8);
  box-shadow: inset 0 0 0 2px rgba(143, 0, 255, 0.8);
  animation: pr4-thing 2s 1.9s ease-in-out infinite reverse;
}
.pr4-thing:nth-child(20) {
  width: 80%;
  height: 80%;
  -moz-box-shadow: inset 0 0 0 2px rgba(204, 0, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(204, 0, 255, 0.8);
  box-shadow: inset 0 0 0 2px rgba(204, 0, 255, 0.8);
  animation: pr4-thing 2s 2s ease-in-out infinite reverse;
}
.pr4-thing:nth-child(21) {
  width: 84%;
  height: 84%;
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 0, 245, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 0, 245, 0.8);
  box-shadow: inset 0 0 0 2px rgba(255, 0, 245, 0.8);
  animation: pr4-thing 2s 2.1s ease-in-out infinite reverse;
}
.pr4-thing:nth-child(22) {
  width: 88%;
  height: 88%;
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 0, 184, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 0, 184, 0.8);
  box-shadow: inset 0 0 0 2px rgba(255, 0, 184, 0.8);
  animation: pr4-thing 2s 2.2s ease-in-out infinite reverse;
}
.pr4-thing:nth-child(23) {
  width: 92%;
  height: 92%;
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 0, 122, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 0, 122, 0.8);
  box-shadow: inset 0 0 0 2px rgba(255, 0, 122, 0.8);
  animation: pr4-thing 2s 2.3s ease-in-out infinite reverse;
}
.pr4-thing:nth-child(24) {
  width: 96%;
  height: 96%;
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 0, 61, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 0, 61, 0.8);
  box-shadow: inset 0 0 0 2px rgba(255, 0, 61, 0.8);
  animation: pr4-thing 2s 2.4s ease-in-out infinite reverse;
}
.pr4-thing:nth-child(25) {
  width: 100%;
  height: 100%;
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 0, 0, 0.8);
  box-shadow: inset 0 0 0 2px rgba(255, 0, 0, 0.8);
  animation: pr4-thing 2s 2.5s ease-in-out infinite reverse;
}

@keyframes pr4-thing {
  0% {
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -moz-transform: translateZ(15em);
    -ms-transform: translateZ(15em);
    -webkit-transform: translateZ(15em);
    transform: translateZ(15em);
  }
}

/*-- PreLoader 5 - LOADING ---------------------------------------------------*/
#pr5-load {
  position: absolute;
  width: 600px;
  height: 36px;
  left: 50%;
  top: 40%;
  margin-left: -300px;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

#pr5-load div {
  position: absolute;
  width: 20px;
  height: 36px;
  opacity: 0;
  font-family: Helvetica, Arial, sans-serif;
  -o-animation: pr5-move 2s linear infinite;
  -moz-animation: pr5-move 2s linear infinite;
  -webkit-animation: pr5-move 2s linear infinite;
  animation: pr5-move 2s linear infinite;
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #35C4F0;
}

#pr5-load div:nth-child(2) {
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#pr5-load div:nth-child(3) {
  -o-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#pr5-load div:nth-child(4) {
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#pr5-load div:nth-child(5) {
  -o-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#pr5-load div:nth-child(6) {
  -o-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
#pr5-load div:nth-child(7) {
  -o-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

@keyframes pr5-move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}

@-moz-keyframes pr5-move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}

@-webkit-keyframes pr5-move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}

@-o-keyframes pr5-move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -o-transform:rotate(-180deg);
    transform:rotate(-180deg);
    opacity:0;
  }
}

/*-- PreLoader 6 - Infinity --------------------------------------------------*/
#pr6-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4em;
  margin-left: -4em;
  width: 8em;
  height: 8em;
  background-color: transparent;
  transform: rotate(-90deg);
}

.pr6-circle {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -.5em;
  width: 1em;
  height: 1em;
  background-color: white;
  border-radius: 100%;
  transform-origin: .5em 4em;
}

.pr6-circle:nth-child(1) {
  animation: pr6-move 1s linear infinite;
}

.pr6-circle:nth-child(2) {
  animation: pr6-move 1s linear .1s infinite;
}

.pr6-circle:nth-child(3) {
  animation: pr6-move 1s linear .2s infinite;
}

.pr6-circle:nth-child(4) {
  animation: pr6-move 1s linear .3s infinite;
}

.pr6-circle:nth-child(5) {
  animation: pr6-move 1s linear .4s infinite;
}


@keyframes pr6-move {
  0% {
    box-shadow: 0 0 .025em .025em white;
  }
  100% {
    transform: rotateY(360deg) rotateZ(360deg);
    box-shadow: 0 0 .025em .025em white;
  }
}

/*-- PreLoader 7 - Gooey Balls ----------------------------------------------*/
.pr7-blob {
  width: 2rem;
  height: 2rem;
  background: #E5E5E5;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 1rem);
  top: calc(50% - 1rem);
  box-shadow: 0 0 1rem rgba(255, 255, 255, 0.15);
}

.pr7-blob-2 {
  -webkit-animation: animate-to-2 1.5s infinite;
          animation: animate-to-2 1.5s infinite;
}

.pr7-blob-3 {
  -webkit-animation: animate-to-3 1.5s infinite;
          animation: animate-to-3 1.5s infinite;
}

.pr7-blob-1 {
  -webkit-animation: animate-to-1 1.5s infinite;
          animation: animate-to-1 1.5s infinite;
}

.pr7-blob-4 {
  -webkit-animation: animate-to-4 1.5s infinite;
          animation: animate-to-4 1.5s infinite;
}

.pr7-blob-0 {
  -webkit-animation: animate-to-0 1.5s infinite;
          animation: animate-to-0 1.5s infinite;
}

.pr7-blob-5 {
  -webkit-animation: animate-to-5 1.5s infinite;
          animation: animate-to-5 1.5s infinite;
}

@-webkit-keyframes animate-to-2 {
  25%,
    75% {
    -webkit-transform: translateX(-1.5rem) scale(0.75);
            transform: translateX(-1.5rem) scale(0.75);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
            transform: translateX(0rem) scale(1);
  }
}

@keyframes animate-to-2 {
  25%,
    75% {
    -webkit-transform: translateX(-1.5rem) scale(0.75);
            transform: translateX(-1.5rem) scale(0.75);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
            transform: translateX(0rem) scale(1);
  }
}
@-webkit-keyframes animate-to-3 {
  25%,
    75% {
    -webkit-transform: translateX(1.5rem) scale(0.75);
            transform: translateX(1.5rem) scale(0.75);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
            transform: translateX(0rem) scale(1);
  }
}
@keyframes animate-to-3 {
  25%,
    75% {
    -webkit-transform: translateX(1.5rem) scale(0.75);
            transform: translateX(1.5rem) scale(0.75);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
            transform: translateX(0rem) scale(1);
  }
}
@-webkit-keyframes animate-to-1 {
  25% {
    -webkit-transform: translateX(-1.5rem) scale(0.75);
            transform: translateX(-1.5rem) scale(0.75);
  }
  50%,
    75% {
    -webkit-transform: translateX(-4.5rem) scale(0.6);
            transform: translateX(-4.5rem) scale(0.6);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
            transform: translateX(0rem) scale(1);
  }
}
@keyframes animate-to-1 {
  25% {
    -webkit-transform: translateX(-1.5rem) scale(0.75);
            transform: translateX(-1.5rem) scale(0.75);
  }
  50%,
    75% {
    -webkit-transform: translateX(-4.5rem) scale(0.6);
            transform: translateX(-4.5rem) scale(0.6);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
            transform: translateX(0rem) scale(1);
  }
}
@-webkit-keyframes animate-to-4 {
  25% {
    -webkit-transform: translateX(1.5rem) scale(0.75);
            transform: translateX(1.5rem) scale(0.75);
  }
  50%,
    75% {
    -webkit-transform: translateX(4.5rem) scale(0.6);
            transform: translateX(4.5rem) scale(0.6);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
            transform: translateX(0rem) scale(1);
  }
}
@keyframes animate-to-4 {
  25% {
    -webkit-transform: translateX(1.5rem) scale(0.75);
            transform: translateX(1.5rem) scale(0.75);
  }
  50%,
    75% {
    -webkit-transform: translateX(4.5rem) scale(0.6);
            transform: translateX(4.5rem) scale(0.6);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
            transform: translateX(0rem) scale(1);
  }
}
@-webkit-keyframes animate-to-0 {
  25% {
    -webkit-transform: translateX(-1.5rem) scale(0.75);
            transform: translateX(-1.5rem) scale(0.75);
  }
  50% {
    -webkit-transform: translateX(-4.5rem) scale(0.6);
            transform: translateX(-4.5rem) scale(0.6);
  }
  75% {
    -webkit-transform: translateX(-7.5rem) scale(0.5);
            transform: translateX(-7.5rem) scale(0.5);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
            transform: translateX(0rem) scale(1);
  }
}
@keyframes animate-to-0 {
  25% {
    -webkit-transform: translateX(-1.5rem) scale(0.75);
            transform: translateX(-1.5rem) scale(0.75);
  }
  50% {
    -webkit-transform: translateX(-4.5rem) scale(0.6);
            transform: translateX(-4.5rem) scale(0.6);
  }
  75% {
    -webkit-transform: translateX(-7.5rem) scale(0.5);
            transform: translateX(-7.5rem) scale(0.5);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
            transform: translateX(0rem) scale(1);
  }
}
@-webkit-keyframes animate-to-5 {
  25% {
    -webkit-transform: translateX(1.5rem) scale(0.75);
            transform: translateX(1.5rem) scale(0.75);
  }
  50% {
    -webkit-transform: translateX(4.5rem) scale(0.6);
            transform: translateX(4.5rem) scale(0.6);
  }
  75% {
    -webkit-transform: translateX(7.5rem) scale(0.5);
            transform: translateX(7.5rem) scale(0.5);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
            transform: translateX(0rem) scale(1);
  }
}
@keyframes animate-to-5 {
  25% {
    -webkit-transform: translateX(1.5rem) scale(0.75);
            transform: translateX(1.5rem) scale(0.75);
  }
  50% {
    -webkit-transform: translateX(4.5rem) scale(0.6);
            transform: translateX(4.5rem) scale(0.6);
  }
  75% {
    -webkit-transform: translateX(7.5rem) scale(0.5);
            transform: translateX(7.5rem) scale(0.5);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
            transform: translateX(0rem) scale(1);
  }
}

/*-- PreLoader 8 - ZV Spinner -----------------------------------------------*/
.pr8-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-perspective: 400px;
          perspective: 400px;
  background: transparent;
  height: 100vh;
  overflow: hidden;
}

.pr8-spinner {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: pr8-wobble 6.65s ease-in-out infinite;
          animation: pr8-wobble 6.65s ease-in-out infinite;
}
.pr8-spinner:before, .pr8-spinner:after {
  display: block;
  content: "";
  width: 24vmin;
  height: 24vmin;
  border: 6vmin solid;
  border-radius: 50%;
  -webkit-animation: pr8-spin 2.5s ease-in-out infinite both reverse;
          animation: pr8-spin 2.5s ease-in-out infinite both reverse;
}
.pr8-spinner:before {
  border-color: teal;
  position: absolute;
}
.pr8-spinner:after {
  border-color: beige;
  -webkit-animation-delay: -1.25s;
          animation-delay: -1.25s;
}

@-webkit-keyframes pr8-wobble {
  0%, 100% {
    -webkit-transform: rotateX(11.25deg) rotateY(45deg);
            transform: rotateX(11.25deg) rotateY(45deg);
  }
  50% {
    -webkit-transform: rotateX(45deg) rotateY(-45deg) rotate(180deg);
            transform: rotateX(45deg) rotateY(-45deg) rotate(180deg);
  }
}

@keyframes pr8-wobble {
  0%, 100% {
    -webkit-transform: rotateX(11.25deg) rotateY(45deg);
            transform: rotateX(11.25deg) rotateY(45deg);
  }
  50% {
    -webkit-transform: rotateX(45deg) rotateY(-45deg) rotate(180deg);
            transform: rotateX(45deg) rotateY(-45deg) rotate(180deg);
  }
}
@-webkit-keyframes pr8-spin {
  0%, 100% {
    -webkit-transform: translateZ(50px) rotateX(18deg);
            transform: translateZ(50px) rotateX(18deg);
  }
  33% {
    -webkit-transform: translateZ(-50px) scale(0.4);
            transform: translateZ(-50px) scale(0.4);
  }
  66% {
    -webkit-transform: translateZ(-50px);
            transform: translateZ(-50px);
  }
}
@keyframes pr8-spin {
  0%, 100% {
    -webkit-transform: translateZ(50px) rotateX(18deg);
            transform: translateZ(50px) rotateX(18deg);
  }
  33% {
    -webkit-transform: translateZ(-50px) scale(0.4);
            transform: translateZ(-50px) scale(0.4);
  }
  66% {
    -webkit-transform: translateZ(-50px);
            transform: translateZ(-50px);
  }
}

/*-- PreLoader 9 - Loading Spinner ------------------------------------------*/
@-webkit-keyframes pr9-rotate { 
  from { -webkit-transform: rotate(0deg) } 
  to { -webkit-transform: rotate(360deg) }
}
@-moz-keyframes pr9-rotate { 
  from { -moz-transform: rotate(0deg) } 
  to { -moz-transform: rotate(360deg) }
}
@-o-keyframes pr9-rotate { 
  from { -o-transform: rotate(0deg) } 
  to { -o-transform: rotate(360deg) }
}
@keyframes pr9-rotate { 
  from { transform: rotate(0deg) } 
  to { transform: rotate(360deg) }
}

@-webkit-keyframes pr9-fade { 
  from { opacity: 1 }
  50% { opacity: 0 }
  to { opacity: 1 }
}
@-moz-keyframes pr9-fade { 
  from { opacity: 1 }
  50% { opacity: 0 }
  to { opacity: 1 }
}
@-o-keyframes pr9-fade { 
  from { opacity: 1 }
  50% { opacity: 0 }
  to { opacity: 1 }
}
@keyframes pr9-fade { 
  from { opacity: 1 }
  50% { opacity: 0 }
  to { opacity: 1 }
}

.pr9-container {
  width: 150px;
  height: 150px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 6px #222, 0 0 6px 10px #444;
  -moz-box-shadow: 0 0 0 6px #222, 0 0 6px 10px #444;
  box-shadow: 0 0 0 6px #222, 0 0 6px 10px #444
}

#pr9-content {
  background: #222222;
  background: -webkit-linear-gradient(#222,#111);
  background: -moz-linear-gradient(#222,#111);
  background: -o-linear-gradient(#222,#111);
  background: linear-gradient(#222,#111);
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font: normal normal normal 22px/140px 'Electrolize', Helvetica, Arial, sans-serif;
  color: #fff
}

#pr9-content span {
  vertical-align: middle;
  -webkit-animation: pr9-fade 1s linear infinite;
  -moz-animation: pr9-fade 1s linear infinite;
  -o-animation: pr9-fade 1s linear infinite;
  animation: pr9-fade 1s linear infinite
}

.pr9-ring {
  margin: 0 auto;
  border-radius: 110px;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: pr9-rotate 1s linear infinite;
  -moz-animation: pr9-rotate 1s linear infinite;
  -o-animation: pr9-rotate 1s linear infinite;
  animation: pr9-rotate 1s linear infinite
}

.pr9-green { 
  background: -webkit-linear-gradient(#bfff00,transparent,#bfff00);
  background: -moz-linear-gradient(#bfff00,transparent,#bfff00);
  background: -o-linear-gradient(#bfff00,transparent,#bfff00);
  background: linear-gradient(#bfff00,transparent,#bfff00)
}

.pr9-blue {
  background: -webkit-linear-gradient(#3cf,transparent,#3cf);
  background: -moz-linear-gradient(#3cf,transparent,#3cf);
  background: -o-linear-gradient(#3cf,transparent,#3cf);
  background: linear-gradient(#3cf,transparent,#3cf)
}

.pr9-red {
  background: -webkit-linear-gradient(#cd5c5c,transparent,#cd5c5c);
  background: -moz-linear-gradient(#cd5c5c,transparent,#cd5c5c);
  background: -o-linear-gradient(#cd5c5c,transparent,#cd5c5c);
  background: linear-gradient(#cd5c5c,transparent,#cd5c5c)
}

.pr9-purple {
  background: -webkit-linear-gradient(#e166e1,transparent,#e166e1);
  background: -moz-linear-gradient(#e166e1,transparent,#e166e1);
  background: -o-linear-gradient(#e166e1,transparent,#e166e1);
  background: linear-gradient(#e166e1,transparent,#e166e1)
}

/*-- PreLoader 10 - Rocketman -----------------------------------------------*/
.pr10-loading-caption {
  position: absolute;
  font-family: 'Open Sans', Sans-Serif;
  font-weight: 600;
  font-size: 22px;
  font-size: 22px;
  font-size: 1.4rem;
  text-transform: uppercase;
  left: 50%;
  top: 55%;
  margin-left: -1.25em;
  color: rgb(255, 255, 255);
}

.pr10-rocketman {
  position: absolute;
  top: 50%;
  margin-left: -3.125em;
  left: 50%;
  -webkit-animation: rocketman .4s linear infinite;
          animation: rocketman .4s linear infinite;
  font-size: 22px;
  font-size: 22px;
  font-size: 1.4rem;
}
.pr10-rocketman .pr10-rocketman-body {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0.375em solid transparent;
  border-right: 6.25em solid rgb(255, 255, 255);
  border-bottom: 0.375em solid transparent;
}
.pr10-rocketman .pr10-rocketman-body:after {
  content: '';
  height: 1.375em;
  width: 1.375em;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  position: absolute;
  right: -6.875em;
  top: -1em;
}
.pr10-rocketman .pr10-rocketman-body:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 3.4375em solid rgb(255, 255, 255);
  border-bottom: 1em solid transparent;
  top: -1em;
  right: -6.125em;
}
.pr10-rocketman .pr10-rocketman-face {
  position: absolute;
  height: 0.75em;
  width: 1.25em;
  background: rgb(255, 255, 255);
  border-radius: 1.25em 1.25em 0 0;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  right: -7.625em;
  top: -0.9375em;
}
.pr10-rocketman .pr10-rocketman-face:after {
  content: '';
  height: 0.75em;
  width: 0.75em;
  background: rgb(237, 184, 43);
  right: 0.25em;
  top: 0.4375em;
  position: absolute;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border-radius: 0.625em 0 0.625em 0.3125em;
}

@-webkit-keyframes rocketman {
  0% { -webkit-transform: translate(0.125em, 0.0625em) rotate(0deg); transform: translate(0.125em, 0.0625em) rotate(0deg); }
  10% { -webkit-transform: translate(-0.0625em, -0.1875em) rotate(-1deg); transform: translate(-0.0625em, -0.1875em) rotate(-1deg); }
  20% { -webkit-transform: translate(-0.125em, 0px) rotate(1deg); transform: translate(-0.125em, 0px) rotate(1deg); }
  30% { -webkit-transform: translate(0.0625em, 0.125em) rotate(0deg); transform: translate(0.0625em, 0.125em) rotate(0deg); }
  40% { -webkit-transform: translate(0.0625em, -0.0625em) rotate(1deg); transform: translate(0.0625em, -0.0625em) rotate(1deg); }
  50% { -webkit-transform: translate(-0.0625em, 0.1875em) rotate(-1deg); transform: translate(-0.0625em, 0.1875em) rotate(-1deg); }
  60% { -webkit-transform: translate(-0.0625em, 0.0625em) rotate(0deg); transform: translate(-0.0625em, 0.0625em) rotate(0deg); }
  70% { -webkit-transform: translate(0.1875em, 0.0625em) rotate(-1deg); transform: translate(0.1875em, 0.0625em) rotate(-1deg); }
  80% { -webkit-transform: translate(-0.125em, -0.0625em) rotate(1deg); transform: translate(-0.125em, -0.0625em) rotate(1deg); }
  90% { -webkit-transform: translate(0.125em, 0.0625em) rotate(0deg); transform: translate(0.125em, 0.0625em) rotate(0deg); }
  100% { -webkit-transform: translate(0.0625em, -0.125em) rotate(-1deg); transform: translate(0.0625em, -0.125em) rotate(-1deg); }
}

@keyframes rocketman {
  0% { -webkit-transform: translate(0.125em, 0.0625em) rotate(0deg); transform: translate(0.125em, 0.0625em) rotate(0deg); }
  10% { -webkit-transform: translate(-0.0625em, -0.1875em) rotate(-1deg); transform: translate(-0.0625em, -0.1875em) rotate(-1deg); }
  20% { -webkit-transform: translate(-0.125em, 0px) rotate(1deg); transform: translate(-0.125em, 0px) rotate(1deg); }
  30% { -webkit-transform: translate(0.0625em, 0.125em) rotate(0deg); transform: translate(0.0625em, 0.125em) rotate(0deg); }
  40% { -webkit-transform: translate(0.0625em, -0.0625em) rotate(1deg); transform: translate(0.0625em, -0.0625em) rotate(1deg); }
  50% { -webkit-transform: translate(-0.0625em, 0.1875em) rotate(-1deg); transform: translate(-0.0625em, 0.1875em) rotate(-1deg); }
  60% { -webkit-transform: translate(-0.0625em, 0.0625em) rotate(0deg); transform: translate(-0.0625em, 0.0625em) rotate(0deg); }
  70% { -webkit-transform: translate(0.1875em, 0.0625em) rotate(-1deg); transform: translate(0.1875em, 0.0625em) rotate(-1deg); }
  80% { -webkit-transform: translate(-0.125em, -0.0625em) rotate(1deg); transform: translate(-0.125em, -0.0625em) rotate(1deg); }
  90% { -webkit-transform: translate(0.125em, 0.0625em) rotate(0deg); transform: translate(0.125em, 0.0625em) rotate(0deg); }
  100% { -webkit-transform: translate(0.0625em, -0.125em) rotate(-1deg); transform: translate(0.0625em, -0.125em) rotate(-1deg); }
}

.pr10-rocket-backpack {
  padding: 0;
  margin: 0;
  height: 0.3125em;
  width: 2.1875em;
  background: rgb(54, 204, 254);
  position: absolute;
  top: -1.1875em;
  left: 3.75em;
  border-radius: 0.125em 0.625em 0.0625em 0;
  list-style: none;
}
.pr10-rocket-backpack li {
  width: 1.875em;
  height: 0.0625em;
  background: rgb(251, 107, 36);
  position: absolute;
  z-index: -1;
}
.pr10-rocket-backpack li:nth-child(1) {
  -webkit-animation: backpack1 0.2s linear infinite;
  animation: backpack1 0.2s linear infinite;
}
.pr10-rocket-backpack li:nth-child(2) {
  top: 0.1875em;
  -webkit-animation: backpack2 .4s linear infinite;
  animation: backpack2 .4s linear infinite;
}
.pr10-rocket-backpack li:nth-child(3) {
  top: 0.0625em;
  -webkit-animation: backpack3 .4s linear infinite;
  animation: backpack3 .4s linear infinite;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.pr10-rocket-backpack li:nth-child(4) {
  top: 0.25em;
  -webkit-animation: backpack4 0.8s linear infinite;
  animation: backpack4 0.8s linear infinite;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes backpack1 {
  0% {
    left: 0;
  } 
  100% {
    left: -5em;
    opacity: 0;
  }
}

@keyframes backpack1 {
  0% {
    left: 0;
  } 
  100% {
    left: -5em;
    opacity: 0;
  }
}

@-webkit-keyframes backpack2 {
  0% {
    left: 0;
  } 
  100% {
    left: -6.25em;
    opacity: 0;
  }
}

@keyframes backpack2 {
  0% {
    left: 0;
  } 
  100% {
    left: -6.25em;
    opacity: 0;
  }
}

@-webkit-keyframes backpack3 {
  0% {
    left: 0;
  } 
  100% {
    left: -3.125em;
    opacity: 0;
  }
}

@keyframes backpack3 {
  0% {
    left: 0;
  } 
  100% {
    left: -3.125em;
    opacity: 0;
  }
}

@-webkit-keyframes backpack4 {
  0% {
    left: 0;
  } 
  100% {
    left: -9.375em;
    opacity: 0;
  }
}

@keyframes backpack4 {
  0% {
    left: 0;
  } 
  100% {
    left: -9.375em;
    opacity: 0;
  }
}

.pr10-shootingstars {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.pr10-shootingstars li {
  position: absolute;
  height: 0.125em;
  width: 20%;
  background: rgb(255, 255, 255);
}
.pr10-shootingstars li:nth-child(1) {
  top: 20%;
  -webkit-animation: shootingstar1 0.6s linear infinite;
  animation: shootingstar1 0.6s linear infinite;
  -webkit-animation-delay: -4.8s;
  animation-delay: -4.8s;
}
.pr10-shootingstars li:nth-child(2) {
  top: 40%;
  -webkit-animation: shootingstar2 0.8s linear infinite;
  animation: shootingstar2 0.8s linear infinite;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.pr10-shootingstars li:nth-child(3) {
  top: 60%;
  -webkit-animation: shootingstar3 0.6s linear infinite;
  animation: shootingstar3 0.6s linear infinite;
}
.pr10-shootingstars li:nth-child(4) {
  top: 80%;
  -webkit-animation: shootingstar4 0.5s linear infinite;
  animation: shootingstar4 0.5s linear infinite;
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

@-webkit-keyframes shootingstar1 {0% {left: 200%;} 100% {left: -200%; opacity: 0;}}

@keyframes shootingstar1 {0% {left: 200%;} 100% {left: -200%; opacity: 0;}}
@-webkit-keyframes shootingstar2 {0% {left: 200%;} 100% {left: -200%; opacity: 0;}}
@keyframes shootingstar2 {0% {left: 200%;} 100% {left: -200%; opacity: 0;}}
@-webkit-keyframes shootingstar3 {0% {left: 200%;} 100% {left: -100%; opacity: 0;}}
@keyframes shootingstar3 {0% {left: 200%;} 100% {left: -100%; opacity: 0;}}
@-webkit-keyframes shootingstar4 {0% {left: 200%;} 100% {left: -100%; opacity: 0;}}
@keyframes shootingstar4 {0% {left: 200%;} 100% {left: -100%; opacity: 0;}}