/* @group Blink */

.blink {
    -webkit-animation: blink .75s linear infinite;
    -moz-animation: blink .75s linear infinite;
    -ms-animation: blink .75s linear infinite;
    -o-animation: blink .75s linear infinite;
    animation: blink .75s linear infinite;
}

@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

/* @end */

.container.most-outer-container { position: relative; }
.spotlight {
    width: 600px;
    height: 30px;
    position: absolute;
    z-index: 1;
    top: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.light-1, .light-2, .light-3, .light-4, .light-5, .light-6 { position: absolute; }
.light-1 {
  left: 220px;
  bottom: -320px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.light-2 {
  left: 320px;
  bottom: -320px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.light-3 { left: 260px; bottom: -200px; }
.light-4 { left: 360px; bottom: -150px; }
.light-5 { left: 400px; bottom: -200px; }
.light-6 { left: 485px; bottom: -250px; }

.thin-spotlight {
    width: 600px;
    height: 1px;
    position: absolute;
    z-index: 3;
    top: 625px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.thin-light-1, .thin-light-2, .thin-light-3, .thin-light-4 { position: absolute; }
.thin-light-1  {
  left: 0;
  bottom: -50px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.thin-light-3  {
  left: 50px;
  bottom: -50px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);

}

.thin-light-2 {
  left: 500px;
  bottom: -50px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.thin-light-4 {
  left: 550px;
  bottom: -50px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.light-1 .animation {
    animation: left-animate-50d linear 6s;
    animation-iteration-count: infinite;
    transform-origin: 50% 100%;
    -webkit-animation: left-animate-50d linear 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 100%;
    -moz-animation: left-animate-50d linear 6s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 100%;
    -o-animation: left-animate-50d linear 6s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 100%;
    -ms-animation: left-animate-50d linear 6s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 100%;
}

.light-2 .animation{
    animation: right-animate-50d linear 8s;
    animation-iteration-count: infinite;
    transform-origin: 50% 100%;
    -webkit-animation: right-animate-50d linear 8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 100%;
    -moz-animation: right-animate-50d linear 8s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 100%;
    -o-animation: right-animate-50d linear 8s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 100%;
    -ms-animation: right-animate-50d linear 8s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 100%;
}

.light-3 .animation {
    animation: left-animate-50d linear 10s;
    animation-iteration-count: infinite;
    transform-origin: 50% 100%;
    -webkit-animation: left-animate-50d linear 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 100%;
    -moz-animation: left-animate-50d linear 10s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 100%;
    -o-animation: left-animate-50d linear 10s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 100%;
    -ms-animation: left-animate-50d linear 10s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 100%;
}

.light-4 .animation{
    animation: right-animate-50d linear 10s;
    animation-iteration-count: infinite;
    transform-origin: 50% 100%;
    -webkit-animation: right-animate-50d linear 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 100%;
    -moz-animation: right-animate-50d linear 10s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 100%;
    -o-animation: right-animate-50d linear 10s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 100%;
    -ms-animation: right-animate-50d linear 10s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 100%;
}

.light-5 .animation {
    animation: left-animate-20d linear 6s;
    animation-iteration-count: infinite;
    transform-origin: 50% 100%;
    -webkit-animation: left-animate-20d linear 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 100%;
    -moz-animation: left-animate-20d linear 6s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 100%;
    -o-animation: left-animate-20d linear 6s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 100%;
    -ms-animation: left-animate-20d linear 6s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 100%;
}

.light-6 .animation{
    animation: right-animate-20d linear 6s;
    animation-iteration-count: infinite;
    transform-origin: 50% 100%;
    -webkit-animation: right-animate-20d linear 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 100%;
    -moz-animation: right-animate-20d linear 6s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 100%;
    -o-animation: right-animate-20d linear 6s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 100%;
    -ms-animation: right-animate-20d linear 6s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 100%;
}

.thin-light-1 .animation {
    animation: left-animate-50d linear 10s;
    animation-iteration-count: infinite;
    transform-origin: 50% 100%;
    -webkit-animation: left-animate-50d linear 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 100%;
    -moz-animation: left-animate-50d linear 10s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 100%;
    -o-animation: left-animate-50d linear 10s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 100%;
    -ms-animation: left-animate-50d linear 10s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 100%;
}

.thin-light-2 .animation{
    animation: right-animate-20d linear 10s;
    animation-iteration-count: infinite;
    transform-origin: 50% 100%;
    -webkit-animation: right-animate-20d linear 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 100%;
    -moz-animation: right-animate-20d linear 10s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 100%;
    -o-animation: right-animate-20d linear 10s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 100%;
    -ms-animation: right-animate-20d linear 10s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 100%;
}

.thin-light-3 .animation{
    animation: left-animate-20d linear 10s;
    animation-iteration-count: infinite;
    transform-origin: 50% 100%;
    -webkit-animation: left-animate-20d linear 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 100%;
    -moz-animation: left-animate-20d linear 10s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 100%;
    -o-animation: left-animate-20d linear 10s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 100%;
    -ms-animation: left-animate-20d linear 10s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 100%;
}

.thin-light-4 .animation{
    animation: right-animate-50d linear 10s;
    animation-iteration-count: infinite;
    transform-origin: 50% 100%;
    -webkit-animation: right-animate-50d linear 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 100%;
    -moz-animation: right-animate-50d linear 10s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 100%;
    -o-animation: right-animate-50d linear 10s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 100%;
    -ms-animation: right-animate-50d linear 10s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 100%;
}

/* left animate 50d */
@keyframes left-animate-50d{
    0% { left:0px; top:0px; opacity:1; transform:  rotate(-50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(50deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(-50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-moz-keyframes left-animate-50d{
    0% { left:0px; top:0px; opacity:1; transform:  rotate(-50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(50deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(-50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-webkit-keyframes left-animate-50d {
    0% { left:0px; top:0px; opacity:1; transform:  rotate(-50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(50deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(-50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-o-keyframes left-animate-50d {
    0% { left:0px; top:0px; opacity:1; transform:  rotate(-50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(50deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(-50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-ms-keyframes left-animate-50d {
    0% { left:0px; top:0px; opacity:1; transform:  rotate(-50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(50deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(-50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}

/* left animate 20d */
@keyframes left-animate-20d{
    0% { left:0px; top:0px; opacity:1; transform:  rotate(-20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(20deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(-20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-moz-keyframes left-animate-20d{
    0% { left:0px; top:0px; opacity:1; transform:  rotate(-20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(20deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(-20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-webkit-keyframes left-animate-20d {
    0% { left:0px; top:0px; opacity:1; transform:  rotate(-20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(20deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(-20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-o-keyframes left-animate-20d {
    0% { left:0px; top:0px; opacity:1; transform:  rotate(-20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(20deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(-20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-ms-keyframes left-animate-20d {
    0% { left:0px; top:0px; opacity:1; transform:  rotate(-20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(20deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(-20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}

/* right animate 50d */
@keyframes right-animate-50d{
    0% { left:0px; top:0px; opacity:1; transform:  rotate(50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(-50deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-moz-keyframes right-animate-50d{
    0% { left:0px; top:0px; opacity:1; transform:  rotate(50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(-50deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-webkit-keyframes right-animate-50d {
    0% { left:0px; top:0px; opacity:1; transform:  rotate(50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(-50deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-o-keyframes right-animate-50d {
    0% { left:0px; top:0px; opacity:1; transform:  rotate(50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(-50deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-ms-keyframes right-animate-50d {
    0% { left:0px; top:0px; opacity:1; transform:  rotate(50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(-50deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(50deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}

/* right animate 20d */
@keyframes right-animate-20d{
    0% { left:0px; top:0px; opacity:1; transform:  rotate(20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(-20deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-moz-keyframes right-animate-20d{
    0% { left:0px; top:0px; opacity:1; transform:  rotate(20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(-20deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-webkit-keyframes right-animate-20d {
    0% { left:0px; top:0px; opacity:1; transform:  rotate(20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(-20deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-o-keyframes right-animate-20d {
    0% { left:0px; top:0px; opacity:1; transform:  rotate(20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(-20deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}
@-ms-keyframes right-animate-20d {
    0% { left:0px; top:0px; opacity:1; transform:  rotate(20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ; }
    50% { transform:  rotate(-20deg); }
    100% { left:0px; top:0px; opacity:1; transform:  rotate(20deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);}
}

#blue {
  background-color:blue;
  height:15%;
  width:15%;
  position:absolute;
  top:80%;
  right:0;
  border-radius:100%;
  animation:move2 5s infinite;
  -webkit-animation: move2 5s infinite;
  -webkit-filter: blur(70px);
  -moz-filter: blur(70px);
  -o-filter: blur(70px);
  -ms-filter: blur(70px);
  filter: blur(70px);
}
#blue:active ,#red:active{
-webkit-filter: blur(120px);
  -moz-filter: blur(120px);
  -o-filter: blur(120px);
  -ms-filter: blur(120px);
  filter: blur(120px);
}

#red {
  background-color:red;
  height:15%;
  width:15%;
  position:absolute;
  top:80%;
  left:0;
  border-radius:100%;
  animation:move 5s infinite;
  -webkit-animation: move 5s infinite;
  -webkit-filter: blur(70px);
  -moz-filter: blur(70px);
  -o-filter: blur(70px);
  -ms-filter: blur(70px);
  filter: blur(70px);
}

@-webkit-keyframes move /* Safari and Chrome */
{
  0% {
    left: 0;
    border-radius:20%;
  }

  50% {
    left: 100%;
    -webkit-transform: rotate(450deg);
    width: 150px;
    height: 150px;
    border-radius:10%;}
  75% {
    left: 100%;
    -webkit-transform: rotate(450deg);
    width: 150px;
    border-radius:25%;
    height: 150px;
  }
  100 {
    right: 100%;
    border-radius:20%;

  }

}
@-webkit-keyframes move /* Safari and Chrome */
{
  0% {
    left: 0;
    border-radius:20%;
  }

  50% {
    left: 100%;
    -webkit-transform: rotate(450deg);
    width: 150px;
    height: 150px;
    border-radius:10%;}
  75% {
    left: 100%;
    -webkit-transform: rotate(450deg);
    width: 150px;
    border-radius:25%;
    height: 150px;
  }
  100 {
    right: 100%;
    border-radius:20%;

  }
}
@keyframes move /* Firefox and maybe IE*/
{
  0% {
    left: 0;
    border-radius:20%;
  }

  50% {
    left: 100%;
    -webkit-transform: rotate(450deg);
    width: 150px;
    height: 150px;
    border-radius:10%;}
  75% {
    left: 100%;
    -webkit-transform: rotate(450deg);
    width: 150px;
    border-radius:25%;
    height: 150px;
  }
  100 {
    right: 100%;
    border-radius:20%;

  }
}
@-webkit-keyframes move2 /* Safari and Chrome */
{
  0% {
    right: 0;
    border-radius:20%;
  }

  50% {
    right: 100%;
    -webkit-transform: rotate(450deg);
    width: 150px;
    height: 150px;
    border-radius:10%;}
  75% {
    right: 100%;
    -webkit-transform: rotate(450deg);
    width: 150px;
    border-radius:25%;
    height: 150px;
  }
  100 {
    left: 100%;
    border-radius:20%;

  }

}

@keyframes move2 /* Firefox and maybe IE */
{
  0% {
    right: 0;
    border-radius:20%;
  }

  50% {
    right: 100%;
    -webkit-transform: rotate(450deg);
    width: 150px;
    height: 150px;
    border-radius:10%;}
  75% {
    right: 100%;
    -webkit-transform: rotate(450deg);
    width: 150px;
    border-radius:25%;
    height: 150px;
  }
  100 {
    left: 100%;
    border-radius:20%;
  }

}
