.loader-box {
  padding-top: 35vh;
  width: 100%;
  position: fixed;
  height: 100vh;
  margin: 0 auto;
  background: url(../images/aboutpattern.png)repeat-x #fff;
  text-align: center;
  background-position: center 45%;
  z-index: 9999999;
  opacity: 1;
  transition: all ease 1s;
}

.labels {
  list-style-type: none;
  margin: 0 auto;
  display: inline-block;
  padding: 0px;
  width: 200px;
  height: 30px;
  overflow: hidden;
}

.label {
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0px;
  font-family: Futura,Trebuchet MS,Arial,sans-serif;
  font-weight:300;
  color: #9ea2a8;
  font-size: 20px;
  width: 200px;
  position: relative;
  animation: textUp ease 4s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  -webkit-animation: textUp ease 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: textUp ease 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: textUp ease 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: textUp ease 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}

.loader {
  width: 150px;
  height: 150px;
  background-color: #FFFFFF;
  overflow: hidden;
  display: block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 0px solid #000;
  position: relative;
  margin: 15px auto;
  z-index: 1;
  animation: colorChange ease 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  -webkit-animation: colorChange ease 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: colorChange ease 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: colorChange ease 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: colorChange ease 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}

.loaded.loader-box, .loaded .loader, .loaded .labels {
  opacity: 0;
}

.hidden {
  display: none;
}

.element-animation {
  bottom: 10px;
  margin-top: 13px;
  margin-left: 17px;
  animation: animationFrames ease-in 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  -webkit-animation: animationFrames ease-in 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames ease-in 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: animationFrames ease-in 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: animationFrames ease-in 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}
.element-animation img {
  bottom: 5px;
  position: relative;
  right: 3px;
}

@keyframes textUp {
  0% {
    top: 0px;
    display: relative;
    opacity: 0;
  }
  1% {
    top: 0px;
    display: relative;
    opacity: 1;
  }
  24% {
    top: 0px;
    display: relative;
    opacity: 1;
  }
  25% {
    top: 0px;
    display: none;
    opacity: 0;
  }
  26% {
    top: -30px;
    display: relative;
    opacity: 0;
  }
  27% {
    top: -30px;
    display: relative;
    opacity: 1;
  }
  49% {
    top: -30px;
    display: relative;
    opacity: 1;
  }
  50% {
    top: -30px;
    display: none;
    opacity: 0;
  }
  51% {
    top: -60px;
    display: relative;
    opacity: 0;
  }
  52% {
    top: -60px;
    display: relative;
    opacity: 1;
  }
  74% {
    top: -60px;
    display: relative;
    opacity: 1;
  }
  75% {
    top: -60px;
    display: none;
    opacity: 0;
  }
  76% {
    top: -90px;
    display: relative;
    opacity: 0;
  }
  77% {
    top: -90px;
    display: relative;
    opacity: 1;
  }
  99% {
    top: -90px;
    display: relative;
    opacity: 1;
  }
  100% {
    top: -90px;
    display: none;
    opacity: 0;
  }
}
@-webkit-keyframes textUp {
  0% {
    top: 0px;
    display: relative;
    opacity: 0;
  }
  1% {
    top: 0px;
    display: relative;
    opacity: 1;
  }
  24% {
    top: 0px;
    display: relative;
    opacity: 1;
  }
  25% {
    top: 0px;
    display: none;
    opacity: 0;
  }
  26% {
    top: -30px;
    display: relative;
    opacity: 0;
  }
  27% {
    top: -30px;
    display: relative;
    opacity: 1;
  }
  49% {
    top: -30px;
    display: relative;
    opacity: 1;
  }
  50% {
    top: -30px;
    display: none;
    opacity: 0;
  }
  51% {
    top: -60px;
    display: relative;
    opacity: 0;
  }
  52% {
    top: -60px;
    display: relative;
    opacity: 1;
  }
  74% {
    top: -60px;
    display: relative;
    opacity: 1;
  }
  75% {
    top: -60px;
    display: none;
    opacity: 0;
  }
  76% {
    top: -90px;
    display: relative;
    opacity: 0;
  }
  77% {
    top: -90px;
    display: relative;
    opacity: 1;
  }
  99% {
    top: -90px;
    display: relative;
    opacity: 1;
  }
  100% {
    top: -90px;
    display: none;
    opacity: 0;
  }
}
@-moz-keyframes textUp {
  0% {
    top: 0px;
    display: relative;
    opacity: 0;
  }
  1% {
    top: 0px;
    display: relative;
    opacity: 1;
  }
  24% {
    top: 0px;
    display: relative;
    opacity: 1;
  }
  25% {
    top: 0px;
    display: none;
    opacity: 0;
  }
  26% {
    top: -30px;
    display: relative;
    opacity: 0;
  }
  27% {
    top: -30px;
    display: relative;
    opacity: 1;
  }
  49% {
    top: -30px;
    display: relative;
    opacity: 1;
  }
  50% {
    top: -30px;
    display: none;
    opacity: 0;
  }
  51% {
    top: -60px;
    display: relative;
    opacity: 0;
  }
  52% {
    top: -60px;
    display: relative;
    opacity: 1;
  }
  74% {
    top: -60px;
    display: relative;
    opacity: 1;
  }
  75% {
    top: -60px;
    display: none;
    opacity: 0;
  }
  76% {
    top: -90px;
    display: relative;
    opacity: 0;
  }
  77% {
    top: -90px;
    display: relative;
    opacity: 1;
  }
  99% {
    top: -90px;
    display: relative;
    opacity: 1;
  }
  100% {
    top: -90px;
    display: none;
    opacity: 0;
  }
}
@-o-keyframes textUp {
  0% {
    top: 0px;
    display: relative;
    opacity: 0;
  }
  1% {
    top: 0px;
    display: relative;
    opacity: 1;
  }
  24% {
    top: 0px;
    display: relative;
    opacity: 1;
  }
  25% {
    top: 0px;
    display: none;
    opacity: 0;
  }
  26% {
    top: -30px;
    display: relative;
    opacity: 0;
  }
  27% {
    top: -30px;
    display: relative;
    opacity: 1;
  }
  49% {
    top: -30px;
    display: relative;
    opacity: 1;
  }
  50% {
    top: -30px;
    display: none;
    opacity: 0;
  }
  51% {
    top: -60px;
    display: relative;
    opacity: 0;
  }
  52% {
    top: -60px;
    display: relative;
    opacity: 1;
  }
  74% {
    top: -60px;
    display: relative;
    opacity: 1;
  }
  75% {
    top: -60px;
    display: none;
    opacity: 0;
  }
  76% {
    top: -90px;
    display: relative;
    opacity: 0;
  }
  77% {
    top: -90px;
    display: relative;
    opacity: 1;
  }
  99% {
    top: -90px;
    display: relative;
    opacity: 1;
  }
  100% {
    top: -90px;
    display: none;
    opacity: 0;
  }
}
@-ms-keyframes textUp {
  0% {
    top: 0px;
    display: relative;
    opacity: 0;
  }
  1% {
    top: 0px;
    display: relative;
    opacity: 1;
  }
  24% {
    top: 0px;
    display: relative;
    opacity: 1;
  }
  25% {
    top: 0px;
    display: none;
    opacity: 0;
  }
  26% {
    top: -30px;
    display: relative;
    opacity: 0;
  }
  27% {
    top: -30px;
    display: relative;
    opacity: 1;
  }
  49% {
    top: -30px;
    display: relative;
    opacity: 1;
  }
  50% {
    top: -30px;
    display: none;
    opacity: 0;
  }
  51% {
    top: -60px;
    display: relative;
    opacity: 0;
  }
  52% {
    top: -60px;
    display: relative;
    opacity: 1;
  }
  74% {
    top: -60px;
    display: relative;
    opacity: 1;
  }
  75% {
    top: -60px;
    display: none;
    opacity: 0;
  }
  76% {
    top: -90px;
    display: relative;
    opacity: 0;
  }
  77% {
    top: -90px;
    display: relative;
    opacity: 1;
  }
  99% {
    top: -90px;
    display: relative;
    opacity: 1;
  }
  100% {
    top: -90px;
    display: none;
    opacity: 0;
  }
}
@keyframes colorChange {
  0% {
    background-color: #FCE800;
  }
  25% {
    background-color: #FCE800;
  }
  26% {
    background-color: #a8c9ed;
  }
  50% {
    background-color: #a8c9ed;
  }
  51% {
    background-color: #FCE800;
  }
  75% {
    background-color: #FCE800;
  }
  76% {
    background-color: #a8c9ed;
  }
  100% {
    background-color: #a8c9ed;
  }
}
@-webkit-keyframes colorChange {
  0% {
    background-color: #FCE800;
  }
  25% {
    background-color: #FCE800;
  }
  26% {
    background-color: #a8c9ed;
  }
  50% {
    background-color: #a8c9ed;
  }
  51% {
    background-color: #FCE800;
  }
  75% {
    background-color: #FCE800;
  }
  76% {
    background-color: #a8c9ed;
  }
  100% {
    background-color: #a8c9ed;
  }
}
@-moz-keyframes colorChange {
  0% {
    background-color: #FCE800;
  }
  25% {
    background-color: #FCE800;
  }
  26% {
    background-color: #a8c9ed;
  }
  50% {
    background-color: #a8c9ed;
  }
  51% {
    background-color: #FCE800;
  }
  75% {
    background-color: #FCE800;
  }
  76% {
    background-color: #a8c9ed;
  }
  100% {
    background-color: #a8c9ed;
  }
}
@-o-keyframes colorChange {
  0% {
    background-color: #FCE800;
  }
  25% {
    background-color: #FCE800;
  }
  26% {
    background-color: #a8c9ed;
  }
  50% {
    background-color: #a8c9ed;
  }
  51% {
    background-color: #FCE800;
  }
  75% {
    background-color: #FCE800;
  }
  76% {
    background-color: #a8c9ed;
  }
  100% {
    background-color: #a8c9ed;
  }
}
@-ms-keyframes colorChange {
  0% {
    background-color: #FCE800;
  }
  25% {
    background-color: #FCE800;
  }
  26% {
    background-color: #a8c9ed;
  }
  50% {
    background-color: #a8c9ed;
  }
  51% {
    background-color: #FCE800;
  }
  75% {
    background-color: #FCE800;
  }
  76% {
    background-color: #a8c9ed;
  }
  100% {
    background-color: #a8c9ed;
  }
}
@keyframes animationFrames {
  0% {
    transform: translate(-360px, 15px);
    opacity: 0;
  }
  1% {
    transform: translate(-360px, 15px);
    opacity: 1;
  }
  24% {
    transform: translate(-360px, 15px);
    opacity: 1;
  }
  25% {
    transform: translate(-360px, 15px);
    opacity: 0;
  }
  26% {
    transform: translate(-240px, 15px);
    opacity: 0;
  }
  27% {
    transform: translate(-240px, 15px);
    opacity: 1;
  }
  49% {
    transform: translate(-240px, 15px);
    opacity: 1;
  }
  50% {
    transform: translate(-240px, 15px);
    opacity: 0;
  }
  51% {
    transform: translate(-120px, 15px);
    opacity: 0;
  }
  52% {
    transform: translate(-120px, 15px);
    opacity: 1;
  }
  74% {
    transform: translate(-120px, 15px);
    opacity: 1;
  }
  75% {
    transform: translate(-120px, 15px);
    opacity: 0;
  }
  76% {
    transform: translate(0px, 15px);
    opacity: 0;
  }
  77% {
    transform: translate(0px, 15px);
    opacity: 1;
  }
  99% {
    transform: translate(0px, 15px);
    opacity: 1;
  }
  100% {
    transform: translate(0px, 15px);
    opacity: 0;
  }
}
@-moz-keyframes animationFrames {
  0% {
    transform: translate(-480px, 15px);
  }
  20% {
    transform: translate(-480px, 15px);
  }
  21% {
    transform: translate(-360px, 15px);
  }
  40% {
    transform: translate(-360px, 15px);
  }
  41% {
    transform: translate(-240px, 15px);
  }
  60% {
    transform: translate(-240px, 15px);
  }
  61% {
    transform: translate(-120px, 15px);
  }
  80% {
    transform: translate(-120px, 15px);
  }
  81% {
    transform: translate(0px, 15px);
  }
  100% {
    transform: translate(0px, 15px);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    transform: translate(-360px, 15px);
    opacity: 0;
  }
  1% {
    transform: translate(-360px, 15px);
    opacity: 1;
  }
  24% {
    transform: translate(-360px, 15px);
    opacity: 1;
  }
  25% {
    transform: translate(-360px, 15px);
    opacity: 0;
  }
  26% {
    transform: translate(-240px, 15px);
    opacity: 0;
  }
  27% {
    transform: translate(-240px, 15px);
    opacity: 1;
  }
  49% {
    transform: translate(-240px, 15px);
    opacity: 1;
  }
  50% {
    transform: translate(-240px, 15px);
    opacity: 0;
  }
  51% {
    transform: translate(-120px, 15px);
    opacity: 0;
  }
  52% {
    transform: translate(-120px, 15px);
    opacity: 1;
  }
  74% {
    transform: translate(-120px, 15px);
    opacity: 1;
  }
  75% {
    transform: translate(-120px, 15px);
    opacity: 0;
  }
  76% {
    transform: translate(0px, 15px);
    opacity: 0;
  }
  77% {
    transform: translate(0px, 15px);
    opacity: 1;
  }
  99% {
    transform: translate(0px, 15px);
    opacity: 1;
  }
  100% {
    transform: translate(0px, 15px);
    opacity: 0;
  }
}
@-o-keyframes animationFrames {
  0% {
    transform: translate(-360px, 15px);
    opacity: 0;
  }
  1% {
    transform: translate(-360px, 15px);
    opacity: 1;
  }
  24% {
    transform: translate(-360px, 15px);
    opacity: 1;
  }
  25% {
    transform: translate(-360px, 15px);
    opacity: 0;
  }
  26% {
    transform: translate(-240px, 15px);
    opacity: 0;
  }
  27% {
    transform: translate(-240px, 15px);
    opacity: 1;
  }
  49% {
    transform: translate(-240px, 15px);
    opacity: 1;
  }
  50% {
    transform: translate(-240px, 15px);
    opacity: 0;
  }
  51% {
    transform: translate(-120px, 15px);
    opacity: 0;
  }
  52% {
    transform: translate(-120px, 15px);
    opacity: 1;
  }
  74% {
    transform: translate(-120px, 15px);
    opacity: 1;
  }
  75% {
    transform: translate(-120px, 15px);
    opacity: 0;
  }
  76% {
    transform: translate(0px, 15px);
    opacity: 0;
  }
  77% {
    transform: translate(0px, 15px);
    opacity: 1;
  }
  99% {
    transform: translate(0px, 15px);
    opacity: 1;
  }
  100% {
    transform: translate(0px, 15px);
    opacity: 0;
  }
}
@-ms-keyframes animationFrames {
  0% {
    transform: translate(-360px, 15px);
    opacity: 0;
  }
  1% {
    transform: translate(-360px, 15px);
    opacity: 1;
  }
  24% {
    transform: translate(-360px, 15px);
    opacity: 1;
  }
  25% {
    transform: translate(-360px, 15px);
    opacity: 0;
  }
  26% {
    transform: translate(-240px, 15px);
    opacity: 0;
  }
  27% {
    transform: translate(-240px, 15px);
    opacity: 1;
  }
  49% {
    transform: translate(-240px, 15px);
    opacity: 1;
  }
  50% {
    transform: translate(-240px, 15px);
    opacity: 0;
  }
  51% {
    transform: translate(-120px, 15px);
    opacity: 0;
  }
  52% {
    transform: translate(-120px, 15px);
    opacity: 1;
  }
  74% {
    transform: translate(-120px, 15px);
    opacity: 1;
  }
  75% {
    transform: translate(-120px, 15px);
    opacity: 0;
  }
  76% {
    transform: translate(0px, 15px);
    opacity: 0;
  }
  77% {
    transform: translate(0px, 15px);
    opacity: 1;
  }
  99% {
    transform: translate(0px, 15px);
    opacity: 1;
  }
  100% {
    transform: translate(0px, 15px);
    opacity: 0;
  }
}
