@charset "UTF-8";

.lightbulb{
  -webkit-animation-name: lightBulb;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  animation-name: lightBulb;
  animation-duration: 2s;
  animation-iteration-count: 1;
}
@-webkit-keyframes lightBulb{
  0%, 20%, 40% { -webkit-filter:contrast(0); }
  10%,30%,50%{ -webkit-filter:contrast(1.2); }
  100% { filter:contrast(1); }
}

@keyframes lightBulb{
  0%, 20%, 40% { filter:contrast(0); }
  10%,30%,50%{ filter:contrast(1.2); }
  100% { filter:contrast(1); }
}

.radioactive {
  -webkit-animation-name: radioActive;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-name: radioActive;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes radioActive {
  from { text-shadow: 0 0 0px #FFF; }
  50% { text-shadow: 0 0 25px #FFF; }
  to { text-shadow: 0 0 0px #FFF; }

}

@keyframes radioActive {
  from { text-shadow: 0 0 0px #FFF; }
  50% { text-shadow: 0 0 25px #FFF; }
  to { text-shadow: 0 0 0px #FFF; }
}

.boxactive {
  -webkit-animation-name: boxActive;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-name: boxActive;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes boxActive {
  from { background-color: #D5BDB0; -webkit-box-shadow: 0 0 0px #D5BDB0; }
  50% { background-color: #fee6d9; -webkit-box-shadow: 0 0 18px #fee6d9; }
  to { background-color: #D5BDB0; -webkit-box-shadow: 0 0 0px #D5BDB0; }
}

@keyframes boxActive {
  from { background-color: #D5BDB0; box-shadow: 0 0 0px #D5BDB0; }
  50% { background-color: #fee6d9; box-shadow: 0 0 18px #fee6d9; }
  to { background-color: #D5BDB0; box-shadow: 0 0 0px #D5BDB0; }
}

.rollingnumber1{
  -webkit-animation-name: rollingNumberOne;
  -webkit-animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: rollingNumberOne;
  -moz-animation-duration: 8s;
  -moz-animation-iteration-count: infinite;
  animation-name: rollingNumberOne;
  animation-duration: 8s;
  animation-iteration-count: infinite; 
}

@-webkit-keyframes rollingNumberOne{
  0% { background-position:0 0; }
  12.5% { background-position:0 -328px; }
  50% { background-position:0 -328px; }
  62.5% { background-position:0 0; }
  100% { background-position:0 0; }
}

@-moz-keyframes rollingNumberOne{
  0% { background-position:0 0; }
  12.5% { background-position:0 -328px; }
  50% { background-position:0 -328px; }
  62.5% { background-position:0 0; }
  100% { background-position:0 0; }
}

@keyframes rollingNumberOne{
  0% { background-position:0 0; }
  12.5% { background-position:0 -328px; }
  50% { background-position:0 -328px; }
  62.5% { background-position:0 0; }
  100% { background-position:0 0; }
}
.rollingnumber2{
  -webkit-animation-name: rollingNumberTwo;
  -webkit-animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: rollingNumberTwo;
  -moz-animation-duration: 8s;
  -moz-animation-iteration-count: infinite;
  animation-name: rollingNumberTwo;
  animation-duration: 8s;
  animation-iteration-count: infinite; 
}

@-webkit-keyframes rollingNumberTwo{
  0% { background-position:0 0; }
  25% { background-position:0 0; }
  37.5% { background-position:0 328px; }
  75% { background-position:0 328px; }
  87.5% { background-position:0 0; }
  100% { background-position:0 0; }
}

@-moz-keyframes rollingNumberTwo{
  0% { background-position:0 0; }
  25% { background-position:0 0; }
  37.5% { background-position:0 328px; }
  75% { background-position:0 328px; }
  87.5% { background-position:0 0; }
  100% { background-position:0 0; }
}

@keyframes rollingNumberTwo{
   0% { background-position:0 0; }
  25% { background-position:0 0; }
  37.5% { background-position:0 328px; }
  75% { background-position:0 328px; }
  87.5% { background-position:0 0; }
  100% { background-position:0 0; }
}

.rollingnumber3{
  -webkit-animation-name: rollingNumberThree;
  -webkit-animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: rollingNumberThree;
  -moz-animation-duration: 8s;
  -moz-animation-iteration-count: infinite;
  animation-name: rollingNumberThree;
  animation-duration: 8s;
  animation-iteration-count: infinite; 
}

@-webkit-keyframes rollingNumberThree{
  0% { background-position:0 0; }
  12.5% { background-position:0 -240px; }
  50% { background-position:0 -240px; }
  62.5% { background-position:0 0; }
  100% { background-position:0 0; }
}

@-moz-keyframes rollingNumberThree{
  0% { background-position:0 0; }
  12.5% { background-position:0 -240px; }
  50% { background-position:0 -240px; }
  62.5% { background-position:0 0; }
  100% { background-position:0 0; }
}

@keyframes rollingNumberThree{
  0% { background-position:0 0; }
  12.5% { background-position:0 -240px; }
  50% { background-position:0 -240px; }
  62.5% { background-position:0 0; }
  100% { background-position:0 0; }
}
.rollingnumber4{
  -webkit-animation-name: rollingNumberFour;
  -webkit-animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: rollingNumberFour;
  -moz-animation-duration: 8s;
  -moz-animation-iteration-count: infinite;
  animation-name: rollingNumberFour;
  animation-duration: 8s;
  animation-iteration-count: infinite; 
}

@-webkit-keyframes rollingNumberFour{
  0% { background-position:0 0; }
  25% { background-position:0 0; }
  37.5% { background-position:0 240px; }
  75% { background-position:0 240px; }
  87.5% { background-position:0 0; }
  100% { background-position:0 0; }
}

@-moz-keyframes rollingNumberFour{
  0% { background-position:0 0; }
  25% { background-position:0 0; }
  37.5% { background-position:0 240px; }
  75% { background-position:0 240px; }
  87.5% { background-position:0 0; }
  100% { background-position:0 0; }
}

@keyframes rollingNumberFour{
   0% { background-position:0 0; }
  25% { background-position:0 0; }
  37.5% { background-position:0 240px; }
  75% { background-position:0 240px; }
  87.5% { background-position:0 0; }
  100% { background-position:0 0; }
}

.bounce1{
  -webkit-animation-name: bounceOne;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: bounceOne;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  animation-name: bounceOne;
  animation-duration: 2s;
  animation-iteration-count: infinite; 
}
.bounce2{
  -webkit-animation-name: bounceOne;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  -moz-animation-name: bounceOne;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 2s;
  animation-name: bounceOne;
  animation-duration: 2s;
  animation-iteration-count: infinite; 
  animation-delay: 1s;
}
.bounce3{
  -webkit-animation-name: bounceOne;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 2.5s;
  -moz-animation-name: bounceOne;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 2.5s;
  animation-name: bounceOne;
  animation-duration: 2s;
  animation-iteration-count: infinite; 
  animation-delay: 2.5s;
}
.bounce4{
  -webkit-animation-name: bounceOne;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 3.5s;
  -moz-animation-name: bounceOne;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 3.5s;
  animation-name: bounceOne;
  animation-duration: 5s;
  animation-iteration-count: infinite; 
  animation-delay: 3.5s;
}

@-webkit-keyframes bounceOne{
  0%,40%,60%,80%,100%{
    -webkit-transform: translateY(0);
  }
  47%, 50%{
    -webkit-transform: translateY(-12px);
  }
  67%, 70%{
    -webkit-transform: translateY(-7px);
  }
}

@-moz-keyframes bounceOne{
  0%,40%,60%,80%,100%{
    -moz-transform: translateY(0);
  }
  47%, 50%{
    -moz-transform: translateY(-12px);
  }
  67%, 70%{
    -moz-transform: translateY(-7px);
  }
}

@keyframes bounceOne{
  0%,40%,60%,80%,100%{
    transform: translateY(0);
  }
  47%, 50%{
    transform: translateY(-12px);
  }
  67%, 70%{
    transform: translateY(-7px);
  }
}
