/*kb-rgb*/
#kb-rgb button {
  outline: none;
}

#kb-rgb .kbbox {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
  overflow: hidden;
  background: #999;
}

#kb-rgb .imgtop {
  position: relative;
  z-index: 10;
}

#kb-rgb .imgtop img{
  vertical-align: bottom;
}

#kb-rgb .rgbbox, #kb-rgb .rgbstyle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

#kb-rgb .rgbstyle {
  position: relative;
  display: none;
}

#kb-rgb .rgbstyle.active {
  display: block;
}

#kb-rgb .linebox {
  position: absolute;
  width: 35%;
  height: 10%;
  left: 65%;
  top: 80%;
  z-index: 2;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  background: #999;
  overflow: hidden;
}

#kb-rgb .linestyle {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

#kb-rgb .linestyle.active {
  display: block;
}

#kb-rgb .rgb-steady, #kb-rgb .rgb-breath, #kb-rgb .rgb-wave, #kb-rgb .rgb-reactive {
  background-color: #f00;
}

#kb-rgb .rgb-breath:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-animation: breath 2s linear infinite;
  animation: breath 2s linear infinite;
}

#kb-rgb .rgb-wave {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/multimeda/keyboard/GK30/rgb-radar.jpg) top right no-repeat ;
  background-size: cover;
  -webkit-animation: wave 8s linear infinite;
  animation: wave 8s linear infinite;
}

#kb-rgb .rgb-wave-blur {
  -webkit-filter: blur(100px) brightness(150%);
  filter: blur(100px) brightness(150%);
}

#kb-rgb .rgb-radar-blur:before, #kb-rgb .rgb-radar-blur:after {
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

#kb-rgb .rgb-radar {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/multimeda/keyboard/GK30/rgb-radar.jpg) top right no-repeat ;
  background-size: cover;
  -webkit-animation: radar 4s linear infinite;
  animation: radar 4s linear infinite;
  position: relative;
}

#kb-rgb .rgb-radar:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0%;
  background: #999;
  -webkit-animation: radarrt 2s linear infinite;
  animation: radarrt 2s linear infinite;
  z-index: 5;
}

#kb-rgb .rgb-radar:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0%;
  background: #999;
  -webkit-animation: radarlt 2s linear infinite;
  animation: radarlt 2s linear infinite;
  z-index: 5;
  left: -20%;
}

#kb-rgb .rgb-ripple {
  border-radius: 50%;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  -webkit-animation: ripple 7s linear infinite;
  animation: ripple 7s linear infinite;
  -webkit-filter: blur(150px);
  filter: blur(150px);
}

#kb-rgb .rgb-ripplexs {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

#kb-rgb .rgb-ripplexs:before {
  content: "";
  display: block;
  width: 20%;
  position: absolute;
  height: 100%;
  -webkit-animation: ripplexs 7s linear infinite;
  animation: ripplexs 7s linear infinite;
}

#kb-rgb .rgb-ripplexs:after {
  content: "";
  display: block;
  width: 20%;
  position: absolute;
  height: 100%;
  -webkit-animation: ripplexs2 7s linear infinite;
  animation: ripplexs2 7s linear infinite;
}

#kb-rgb .rgb-reactive {
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-animation: reactive 4s linear infinite;
  animation: reactive 4s linear infinite;
  width: 0%;
  height: 100%;
  top: 0%;
}

#kb-rgb .rgb-reactive-hand {
  position: absolute;
  width: 5%;
  max-width: 80px;
  z-index: 10;
  top: 58%;
  left: 28%;
  -webkit-animation: reactive-hand 4s linear infinite;
  animation: reactive-hand 4s linear infinite;
}

#kb-rgb .rgb-reactivexs {
  -webkit-animation: reactivexs 4s linear infinite;
  animation: reactivexs 4s linear infinite;
  background: #f00;
  opacity: 0;
}

#kb-rgb .rgb-customize {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/multimeda/keyboard/GK30/rgb-customize.jpg) top right no-repeat ;
  background-size: cover;
  opacity: .5;
}

#kb-rgb .colorbox {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
  visibility: hidden;
}

#kb-rgb .colorbox.on {
  visibility: visible;
}

#kb-rgb .colorbox button {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  opacity: .5;
}

#kb-rgb .colorbox button:nth-child(1) {
  background: #f00;
}

#kb-rgb .colorbox button:nth-child(2) {
  background: #ff0;
}

#kb-rgb .colorbox button:nth-child(3) {
  background: #0f0;
}

#kb-rgb .colorbox button:nth-child(4) {
  background: #0ff;
}

#kb-rgb .colorbox button:nth-child(5) {
  background: #00f;
}

#kb-rgb .colorbox button:nth-child(6) {
  background: #f0f;
}

#kb-rgb .colorbox button:nth-child(7) {
  background: #fff;
}

#kb-rgb .colorbox button.active, #kb-rgb .colorbox button:hover {
  opacity: 1;
}

#kb-rgb .btbox button {
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#353535), to(#000000));
  background: -webkit-linear-gradient(top, #353535 0%, #000000 100%);
  background: -o-linear-gradient(top, #353535 0%, #000000 100%);
  background: linear-gradient(to bottom, #353535 0%, #000000 100%);
  border-radius: 5px;
  min-width: 150px;
  padding: 10px 15px;
  margin: 5px;
  border: #333 1px solid;
}

#kb-rgb .btbox button.active, #kb-rgb .btbox button:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#353535), to(#000000));
  background: -webkit-linear-gradient(bottom, #353535 0%, #000000 100%);
  background: -o-linear-gradient(bottom, #353535 0%, #000000 100%);
  background: linear-gradient(to top, #353535 0%, #000000 100%);
}

@-webkit-keyframes breath {
  0% {
    background: #999;
  }
  50% {
    background: none;
  }
  100% {
    background: #999;
  }
}

@keyframes breath {
  0% {
    background: #999;
  }
  50% {
    background: none;
  }
  100% {
    background: #999;
  }
}

@-webkit-keyframes wave {
  0% {
    -webkit-filter: hue-rotate(360deg) saturate(1.5);
    filter: hue-rotate(360deg) saturate(1.5);
  }
  100% {
    -webkit-filter: hue-rotate(0deg) saturate(1.5);
    filter: hue-rotate(0deg) saturate(1.5);
  }
}

@keyframes wave {
  0% {
    -webkit-filter: hue-rotate(360deg) saturate(1.5);
    filter: hue-rotate(360deg) saturate(1.5);
  }
  100% {
    -webkit-filter: hue-rotate(0deg) saturate(1.5);
    filter: hue-rotate(0deg) saturate(1.5);
  }
}

@-webkit-keyframes radar {
  0% {
    -webkit-filter: hue-rotate(0deg) saturate(1.5);
    filter: hue-rotate(0deg) saturate(1.5);
  }
  100% {
    -webkit-filter: hue-rotate(360deg) saturate(1.5);
    filter: hue-rotate(360deg) saturate(1.5);
  }
}

@keyframes radar {
  0% {
    -webkit-filter: hue-rotate(0deg) saturate(1.5);
    filter: hue-rotate(0deg) saturate(1.5);
  }
  100% {
    -webkit-filter: hue-rotate(360deg) saturate(1.5);
    filter: hue-rotate(360deg) saturate(1.5);
  }
}

@-webkit-keyframes radarlt {
  0% {
    width: 0%;
  }
  100% {
    width: 120%;
  }
}

@keyframes radarlt {
  0% {
    width: 0%;
  }
  100% {
    width: 120%;
  }
}

@-webkit-keyframes radarrt {
  0% {
    width: 100%;
    right: 0%;
  }
  100% {
    width: 00%;
    right: -20%;
  }
}

@keyframes radarrt {
  0% {
    width: 100%;
    right: 0%;
  }
  100% {
    width: 00%;
    right: -20%;
  }
}

@-webkit-keyframes ripple {
  0% {
    background: #f00;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  9% {
    background: #f00;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  9.1% {
    background: #999;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  15% {
    background: #ff0;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  15.1% {
    background: #ff0;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  24% {
    background: #ff0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  24.1% {
    background: #999;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  29% {
    background: #0f0;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  29.1% {
    background: #0f0;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  38% {
    background: #0f0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  38.1% {
    background: #999;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  43% {
    background: #0ff;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  43.1% {
    background: #0ff;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  52% {
    background: #0ff;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  52.1% {
    background: #999;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  57% {
    background: #00f;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  57.1% {
    background: #00f;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  66% {
    background: #00f;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  66.1% {
    background: #999;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  71% {
    background: #f0f;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  71.1% {
    background: #f0f;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  80% {
    background: #f0f;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80.1% {
    background: #999;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    background: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85.1% {
    background: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  94% {
    background: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  94.1% {
    background: #999;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    background: #999;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes ripple {
  0% {
    background: #f00;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  9% {
    background: #f00;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  9.1% {
    background: #999;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  15% {
    background: #ff0;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  15.1% {
    background: #ff0;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  24% {
    background: #ff0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  24.1% {
    background: #999;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  29% {
    background: #0f0;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  29.1% {
    background: #0f0;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  38% {
    background: #0f0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  38.1% {
    background: #999;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  43% {
    background: #0ff;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  43.1% {
    background: #0ff;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  52% {
    background: #0ff;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  52.1% {
    background: #999;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  57% {
    background: #00f;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  57.1% {
    background: #00f;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  66% {
    background: #00f;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  66.1% {
    background: #999;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  71% {
    background: #f0f;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  71.1% {
    background: #f0f;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  80% {
    background: #f0f;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80.1% {
    background: #999;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    background: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85.1% {
    background: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  94% {
    background: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  94.1% {
    background: #999;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    background: #999;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes ripplexs {
  0% {
    background: #f00;
  }
  9% {
    background: #f00;
    opacity: 1;
  }
  9.1% {
    background: #999;
  }
  15% {
    background: #ff0;
  }
  15.1% {
    background: #ff0;
  }
  24% {
    background: #ff0;
    opacity: 1;
  }
  24.1% {
    background: #999;
  }
  29% {
    background: #0f0;
  }
  29.1% {
    background: #0f0;
  }
  38% {
    background: #0f0;
    opacity: 1;
  }
  38.1% {
    background: #999;
  }
  43% {
    background: #0ff;
  }
  43.1% {
    background: #0ff;
  }
  52% {
    background: #0ff;
    opacity: 1;
  }
  52.1% {
    background: #999;
  }
  57% {
    background: #00f;
  }
  57.1% {
    background: #00f;
  }
  66% {
    background: #00f;
    opacity: 1;
  }
  66.1% {
    background: #999;
  }
  71% {
    background: #f0f;
  }
  71.1% {
    background: #f0f;
  }
  80% {
    background: #f0f;
    opacity: 1;
  }
  80.1% {
    background: #999;
  }
  85% {
    background: #fff;
  }
  85.1% {
    background: #fff;
    opacity: 0;
  }
  94% {
    background: #fff;
    opacity: 1;
  }
  94.1% {
    background: #999;
    opacity: 0;
  }
  100% {
    background: #999;
    opacity: 1;
  }
}

@keyframes ripplexs {
  0% {
    background: #f00;
  }
  9% {
    background: #f00;
    opacity: 1;
  }
  9.1% {
    background: #999;
  }
  15% {
    background: #ff0;
  }
  15.1% {
    background: #ff0;
  }
  24% {
    background: #ff0;
    opacity: 1;
  }
  24.1% {
    background: #999;
  }
  29% {
    background: #0f0;
  }
  29.1% {
    background: #0f0;
  }
  38% {
    background: #0f0;
    opacity: 1;
  }
  38.1% {
    background: #999;
  }
  43% {
    background: #0ff;
  }
  43.1% {
    background: #0ff;
  }
  52% {
    background: #0ff;
    opacity: 1;
  }
  52.1% {
    background: #999;
  }
  57% {
    background: #00f;
  }
  57.1% {
    background: #00f;
  }
  66% {
    background: #00f;
    opacity: 1;
  }
  66.1% {
    background: #999;
  }
  71% {
    background: #f0f;
  }
  71.1% {
    background: #f0f;
  }
  80% {
    background: #f0f;
    opacity: 1;
  }
  80.1% {
    background: #999;
  }
  85% {
    background: #fff;
  }
  85.1% {
    background: #fff;
    opacity: 0;
  }
  94% {
    background: #fff;
    opacity: 1;
  }
  94.1% {
    background: #999;
    opacity: 0;
  }
  100% {
    background: #999;
    opacity: 1;
  }
}

@keyframes ripplexs {
  0% {
    background: #f00;
    left: 40%;
    opacity: 1;
  }
  9% {
    background: #f00;
    left: -20%;
    opacity: 1;
  }
  9.1% {
    background: #999;
    opacity: 0;
  }
  15% {
    background: #ff0;
    left: 40%;
    opacity: 0;
  }
  15.1% {
    background: #ff0;
    left: 40%;
    opacity: 1;
  }
  24% {
    background: #ff0;
    left: -20%;
    opacity: 1;
  }
  24.1% {
    background: #999;
    opacity: 0;
  }
  29% {
    background: #0f0;
    left: 40%;
    opacity: 0;
  }
  29.1% {
    background: #0f0;
    left: 40%;
    opacity: 1;
  }
  38% {
    background: #0f0;
    left: -20%;
    opacity: 1;
  }
  38.1% {
    background: #999;
    opacity: 0;
  }
  43% {
    background: #0ff;
    left: 40%;
    opacity: 0;
  }
  43.1% {
    background: #0ff;
    left: 40%;
    opacity: 1;
  }
  52% {
    background: #0ff;
    left: -20%;
    opacity: 1;
  }
  52.1% {
    background: #999;
    opacity: 0;
  }
  57% {
    background: #00f;
    left: 40%;
    opacity: 0;
  }
  57.1% {
    background: #00f;
    left: 40%;
    opacity: 1;
  }
  66% {
    background: #00f;
    left: -20%;
    opacity: 1;
  }
  66.1% {
    background: #999;
    opacity: 0;
  }
  71% {
    background: #f0f;
    left: 40%;
    opacity: 0;
  }
  71.1% {
    background: #f0f;
    left: 40%;
    opacity: 1;
  }
  80% {
    background: #f0f;
    left: -20%;
    opacity: 1;
  }
  80.1% {
    background: #999;
    opacity: 0;
  }
  85% {
    background: #fff;
    left: 40%;
    opacity: 0;
  }
  85.1% {
    background: #fff;
    left: 40%;
    opacity: 1;
  }
  94% {
    background: #fff;
    left: -20%;
    opacity: 1;
  }
  100% {
    background: #999;
    opacity: 0;
  }
}

@-webkit-keyframes ripplexs2 {
  0% {
    background: #f00;
    left: 40%;
    opacity: 1;
  }
  9% {
    background: #f00;
    left: 100%;
    opacity: 1;
  }
  9.1% {
    background: #999;
    opacity: 0;
  }
  15% {
    background: #ff0;
    left: 40%;
    opacity: 0;
  }
  15.1% {
    background: #ff0;
    left: 40%;
    opacity: 1;
  }
  24% {
    background: #ff0;
    left: 100%;
    opacity: 1;
  }
  24.1% {
    background: #999;
    opacity: 0;
  }
  29% {
    background: #0f0;
    left: 40%;
    opacity: 0;
  }
  29.1% {
    background: #0f0;
    left: 40%;
    opacity: 1;
  }
  38% {
    background: #0f0;
    left: 100%;
    opacity: 1;
  }
  38.1% {
    background: #999;
    opacity: 0;
  }
  43% {
    background: #0ff;
    left: 40%;
    opacity: 0;
  }
  43.1% {
    background: #0ff;
    left: 40%;
    opacity: 1;
  }
  52% {
    background: #0ff;
    left: 100%;
    opacity: 1;
  }
  52.1% {
    background: #999;
    opacity: 0;
  }
  57% {
    background: #00f;
    left: 40%;
    opacity: 0;
  }
  57.1% {
    background: #00f;
    left: 40%;
    opacity: 1;
  }
  66% {
    background: #00f;
    left: 100%;
    opacity: 1;
  }
  66.1% {
    background: #999;
    opacity: 0;
  }
  71% {
    background: #f0f;
    left: 40%;
    opacity: 0;
  }
  71.1% {
    background: #f0f;
    left: 40%;
    opacity: 1;
  }
  80% {
    background: #f0f;
    left: 100%;
    opacity: 1;
  }
  80.1% {
    background: #999;
    opacity: 0;
  }
  85% {
    background: #fff;
    left: 40%;
    opacity: 0;
  }
  85.1% {
    background: #fff;
    left: 40%;
    opacity: 1;
  }
  94% {
    background: #fff;
    left: 100%;
    opacity: 1;
  }
  100% {
    background: #999;
    opacity: 0;
  }
}

@keyframes ripplexs2 {
  0% {
    background: #f00;
    left: 40%;
    opacity: 1;
  }
  9% {
    background: #f00;
    left: 100%;
    opacity: 1;
  }
  9.1% {
    background: #999;
    opacity: 0;
  }
  15% {
    background: #ff0;
    left: 40%;
    opacity: 0;
  }
  15.1% {
    background: #ff0;
    left: 40%;
    opacity: 1;
  }
  24% {
    background: #ff0;
    left: 100%;
    opacity: 1;
  }
  24.1% {
    background: #999;
    opacity: 0;
  }
  29% {
    background: #0f0;
    left: 40%;
    opacity: 0;
  }
  29.1% {
    background: #0f0;
    left: 40%;
    opacity: 1;
  }
  38% {
    background: #0f0;
    left: 100%;
    opacity: 1;
  }
  38.1% {
    background: #999;
    opacity: 0;
  }
  43% {
    background: #0ff;
    left: 40%;
    opacity: 0;
  }
  43.1% {
    background: #0ff;
    left: 40%;
    opacity: 1;
  }
  52% {
    background: #0ff;
    left: 100%;
    opacity: 1;
  }
  52.1% {
    background: #999;
    opacity: 0;
  }
  57% {
    background: #00f;
    left: 40%;
    opacity: 0;
  }
  57.1% {
    background: #00f;
    left: 40%;
    opacity: 1;
  }
  66% {
    background: #00f;
    left: 100%;
    opacity: 1;
  }
  66.1% {
    background: #999;
    opacity: 0;
  }
  71% {
    background: #f0f;
    left: 40%;
    opacity: 0;
  }
  71.1% {
    background: #f0f;
    left: 40%;
    opacity: 1;
  }
  80% {
    background: #f0f;
    left: 100%;
    opacity: 1;
  }
  80.1% {
    background: #999;
    opacity: 0;
  }
  85% {
    background: #fff;
    left: 40%;
    opacity: 0;
  }
  85.1% {
    background: #fff;
    left: 40%;
    opacity: 1;
  }
  94% {
    background: #fff;
    left: 100%;
    opacity: 1;
  }
  100% {
    background: #999;
    opacity: 0;
  }
}

@-webkit-keyframes reactive {
  0% {
    width: 0%;
    left: 13.5%;
    opacity: 0;
  }
  2% {
    width: 0%;
    left: 13.5%;
    opacity: 1;
  }
  10% {
    width: 15%;
    left: 6%;
    opacity: 1;
  }
  10.1% {
    width: 15%;
    left: 6%;
    opacity: 0;
  }
  25% {
    width: 0%;
    left: 35.5%;
    opacity: 0;
  }
  35% {
    width: 15%;
    left: 28%;
    opacity: 1;
  }
  35.1% {
    width: 15%;
    left: 28%;
    opacity: 0;
  }
  50% {
    width: 0%;
    left: 58%;
    opacity: 0;
  }
  60% {
    width: 10%;
    left: 53%;
    opacity: 1;
  }
  60.1% {
    width: 10%;
    left: 53%;
    opacity: 0;
  }
  75% {
    width: 0%;
    left: 36%;
    opacity: 0;
  }
  85% {
    width: 10%;
    left: 26%;
    opacity: 1;
  }
  85.1% {
    width: 10%;
    left: 26%;
    opacity: 0;
  }
  100% {
    width: 0%;
    left: 13.5%;
    opacity: 0;
  }
}

@keyframes reactive {
  0% {
    width: 0%;
    left: 13.5%;
    opacity: 0;
  }
  2% {
    width: 0%;
    left: 13.5%;
    opacity: 1;
  }
  10% {
    width: 15%;
    left: 6%;
    opacity: 1;
  }
  10.1% {
    width: 15%;
    left: 6%;
    opacity: 0;
  }
  25% {
    width: 0%;
    left: 35.5%;
    opacity: 0;
  }
  35% {
    width: 15%;
    left: 28%;
    opacity: 1;
  }
  35.1% {
    width: 15%;
    left: 28%;
    opacity: 0;
  }
  50% {
    width: 0%;
    left: 58%;
    opacity: 0;
  }
  60% {
    width: 10%;
    left: 53%;
    opacity: 1;
  }
  60.1% {
    width: 10%;
    left: 53%;
    opacity: 0;
  }
  75% {
    width: 0%;
    left: 36%;
    opacity: 0;
  }
  85% {
    width: 10%;
    left: 26%;
    opacity: 1;
  }
  85.1% {
    width: 10%;
    left: 26%;
    opacity: 0;
  }
  100% {
    width: 0%;
    left: 13.5%;
    opacity: 0;
  }
}

@-webkit-keyframes reactivexs {
  0% {
    width: 0%;
    left: 15%;
    opacity: 0;
  }
  10% {
    width: 10%;
    left: 10%;
    opacity: 1;
  }
  15% {
    width: 10%;
    left: 10%;
    opacity: 0;
  }
  25% {
    width: 0%;
    left: 40%;
    opacity: 0;
  }
  35% {
    width: 10%;
    left: 30%;
    opacity: 1;
  }
  35.1% {
    width: 10%;
    left: 30%;
    opacity: 0;
  }
  50% {
    width: 0%;
    left: 50%;
    opacity: 0;
  }
  60% {
    width: 10%;
    left: 40%;
    opacity: 1;
  }
  60.1% {
    width: 10%;
    left: 40%;
    opacity: 0;
  }
  75% {
    width: 0%;
    left: 30%;
    opacity: 0;
  }
  85% {
    width: 10%;
    left: 20%;
    opacity: 1;
  }
  85.1% {
    width: 10%;
    left: 20%;
    opacity: 0;
  }
  100% {
    width: 0%;
    left: 15%;
    opacity: 0;
  }
}

@keyframes reactivexs {
  0% {
    width: 0%;
    left: 15%;
    opacity: 0;
  }
  10% {
    width: 10%;
    left: 10%;
    opacity: 1;
  }
  15% {
    width: 10%;
    left: 10%;
    opacity: 0;
  }
  25% {
    width: 0%;
    left: 40%;
    opacity: 0;
  }
  35% {
    width: 10%;
    left: 30%;
    opacity: 1;
  }
  35.1% {
    width: 10%;
    left: 30%;
    opacity: 0;
  }
  50% {
    width: 0%;
    left: 50%;
    opacity: 0;
  }
  60% {
    width: 10%;
    left: 40%;
    opacity: 1;
  }
  60.1% {
    width: 10%;
    left: 40%;
    opacity: 0;
  }
  75% {
    width: 0%;
    left: 30%;
    opacity: 0;
  }
  85% {
    width: 10%;
    left: 20%;
    opacity: 1;
  }
  85.1% {
    width: 10%;
    left: 20%;
    opacity: 0;
  }
  100% {
    width: 0%;
    left: 15%;
    opacity: 0;
  }
}

@-webkit-keyframes reactive-hand {
  0% {
    top: 20%;
    left: 11%;
    opacity: 0;
  }
  15% {
    top: 25%;
    left: 11%;
    opacity: 1;
  }
  20% {
    top: 25%;
    left: 11%;
    opacity: 0;
  }
  21% {
    top: 20%;
    left: 33%;
    opacity: 0;
  }
  25% {
    top: 20%;
    left: 33%;
    opacity: 0;
  }
  40% {
    top: 25%;
    left: 33%;
    opacity: 1;
  }
  45% {
    top: 25%;
    left: 33%;
    opacity: 0;
  }
  46% {
    top: 53%;
    left: 55.5%;
    opacity: 0;
  }
  50% {
    top: 53%;
    left: 55.5%;
    opacity: 0;
  }
  65% {
    top: 58%;
    left: 55.5%;
    opacity: 1;
  }
  70% {
    top: 58%;
    left: 55.5%;
    opacity: 0;
  }
  71% {
    top: 53%;
    left: 28%;
    opacity: 0;
  }
  75% {
    top: 53%;
    left: 28%;
    opacity: 0;
  }
  90% {
    top: 58%;
    left: 28%;
    opacity: 1;
  }
  95% {
    top: 58%;
    left: 28%;
    opacity: 0;
  }
  100% {
    top: 20%;
    left: 11%;
    opacity: 0;
  }
}

@keyframes reactive-hand {
  0% {
    top: 20%;
    left: 11%;
    opacity: 0;
  }
  15% {
    top: 25%;
    left: 11%;
    opacity: 1;
  }
  20% {
    top: 25%;
    left: 11%;
    opacity: 0;
  }
  21% {
    top: 20%;
    left: 33%;
    opacity: 0;
  }
  25% {
    top: 20%;
    left: 33%;
    opacity: 0;
  }
  40% {
    top: 25%;
    left: 33%;
    opacity: 1;
  }
  45% {
    top: 25%;
    left: 33%;
    opacity: 0;
  }
  46% {
    top: 53%;
    left: 55.5%;
    opacity: 0;
  }
  50% {
    top: 53%;
    left: 55.5%;
    opacity: 0;
  }
  65% {
    top: 58%;
    left: 55.5%;
    opacity: 1;
  }
  70% {
    top: 58%;
    left: 55.5%;
    opacity: 0;
  }
  71% {
    top: 53%;
    left: 28%;
    opacity: 0;
  }
  75% {
    top: 53%;
    left: 28%;
    opacity: 0;
  }
  90% {
    top: 58%;
    left: 28%;
    opacity: 1;
  }
  95% {
    top: 58%;
    left: 28%;
    opacity: 0;
  }
  100% {
    top: 20%;
    left: 11%;
    opacity: 0;
  }
}
