@-webkit-keyframes blur-n-hue {
  0% {
    -webkit-filter: blur(10px) hue-rotate(-15deg);
            filter: blur(10px) hue-rotate(-15deg);
  }
  50% {
    -webkit-filter: blur(20px) hue-rotate(0deg);
            filter: blur(20px) hue-rotate(0deg);
  }
  100% {
    -webkit-filter: blur(10px) hue-rotate(-15deg);
            filter: blur(10px) hue-rotate(-15deg);
  }
}
@keyframes blur-n-hue {
  0% {
    -webkit-filter: blur(10px) hue-rotate(-15deg);
            filter: blur(10px) hue-rotate(-15deg);
  }
  50% {
    -webkit-filter: blur(20px) hue-rotate(0deg);
            filter: blur(20px) hue-rotate(0deg);
  }
  100% {
    -webkit-filter: blur(10px) hue-rotate(-15deg);
            filter: blur(10px) hue-rotate(-15deg);
  }
}
@-webkit-keyframes move {
  from {
    top: 0%;
    opacity: 0.8;
  }
  to {
    top: 100%;
    opacity: 1;
  }
}
@keyframes move {
  from {
    top: 0%;
    opacity: 0.8;
  }
  to {
    top: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes angle {
  0% {
    -webkit-transform: rotateX(58deg);
            transform: rotateX(58deg);
  }
  50% {
    -webkit-transform: rotateX(60deg);
            transform: rotateX(60deg);
  }
  100% {
    -webkit-transform: rotateX(58deg);
            transform: rotateX(58deg);
  }
}
@keyframes angle {
  0% {
    -webkit-transform: rotateX(58deg);
            transform: rotateX(58deg);
  }
  50% {
    -webkit-transform: rotateX(60deg);
            transform: rotateX(60deg);
  }
  100% {
    -webkit-transform: rotateX(58deg);
            transform: rotateX(58deg);
  }
}
@-webkit-keyframes bg {
  0% {
    background-color: rgba(46, 46, 46, 0);
  }
  49% {
    background-color: rgba(46, 46, 46, 0);
  }
  50.5% {
    background-color: rgba(155, 155, 206, 0.4);
  }
  51% {
    background-color: rgba(46, 46, 46, 0);
  }
  51.5% {
    background-color: rgba(155, 155, 206, 0.3);
  }
  57% {
    background-color: rgba(46, 46, 46, 0);
  }
  100% {
    background-color: rgba(46, 46, 46, 0);
  }
}
@keyframes bg {
  0% {
    background-color: rgba(46, 46, 46, 0);
  }
  49% {
    background-color: rgba(46, 46, 46, 0);
  }
  50.5% {
    background-color: rgba(155, 155, 206, 0.4);
  }
  51% {
    background-color: rgba(46, 46, 46, 0);
  }
  51.5% {
    background-color: rgba(155, 155, 206, 0.3);
  }
  57% {
    background-color: rgba(46, 46, 46, 0);
  }
  100% {
    background-color: rgba(46, 46, 46, 0);
  }
}

.body {
background: -webkit-repeating-linear-gradient(top, transparent 0px, transparent 1px, rgba(30, 30, 30, 0.15) 1px, rgba(30, 30, 30, 0.15) 2px);
  -webkit-background-size: 100% 2px;
  background: -moz-repeating-linear-gradient(top, transparent 0px, transparent 1px, rgba(30, 30, 30, 0.15) 1px, rgba(30, 30, 30, 0.15) 2px);
  -moz-background-size: 100% 2px;
  }

#main {
  background: -webkit-repeating-linear-gradient(top, transparent 0px, transparent 1px, rgba(30, 30, 30, 0.15) 1px, rgba(30, 30, 30, 0.15) 2px);
  -webkit-background-size: 100% 2px;
  background: -moz-repeating-linear-gradient(top, transparent 0px, transparent 1px, rgba(30, 30, 30, 0.15) 1px, rgba(30, 30, 30, 0.15) 2px);
  -moz-background-size: 100% 2px;
}

.grid-wrapper-bottom {

	width:99.8%;
	overflow:hidden;
	height:20em;
	z-index:0;
	top: -2em;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.grid-wrapper-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: block;
  z-index: 10;
}

#grid-header {
	
}

.grid {
  -webkit-perspective: 300px;
          perspective: 300px;
  width: 100%;
  height: 100%;
  position: relative;
}
.grid .grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateX(60deg);
          transform: rotateX(60deg);
}

.grid-line {
  display: block;
  position: absolute;
  width: 0px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid white;
  box-sizing: border-box;
  height: 100%;
  background: white;
  box-shadow: 0px 0px 6px 2px rgba(255, 225, 225, 0.8);
}

.horizontal-lines, .vertical-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
}

.horizontal-lines .grid-line:nth-child(1) {
  left: -40%;
}
.horizontal-lines .grid-line:nth-child(2) {
  left: -20%;
}
.horizontal-lines .grid-line:nth-child(3) {
  left: 0%;
}
.horizontal-lines .grid-line:nth-child(4) {
  left: 20%;
}
.horizontal-lines .grid-line:nth-child(5) {
  left: 40%;
}
.horizontal-lines .grid-line:nth-child(6) {
  left: 60%;
}
.horizontal-lines .grid-line:nth-child(7) {
  left: 80%;
}
.horizontal-lines .grid-line:nth-child(8) {
  left: 100%;
}
.horizontal-lines .grid-line:nth-child(9) {
  left: 120%;
}
.horizontal-lines .grid-line:nth-child(10) {
  left: 140%;
}

.vertical-lines .grid-line {
  -webkit-animation: move 5s infinite linear;
          animation: move 5s infinite linear;
  width: 200%;
  left: -50%;
  height: 0px;
}
.vertical-lines .grid-line:nth-child(1) {
  -webkit-animation: none;
          animation: none;
  opacity: 0.7;
}
.vertical-lines .grid-line:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.vertical-lines .grid-line:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.vertical-lines .grid-line:nth-child(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.vertical-lines .grid-line:nth-child(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.vertical-lines .grid-line:nth-child(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.vertical-lines .grid-line:nth-child(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.vertical-lines .grid-line:nth-child(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.vertical-lines .grid-line:nth-child(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.vertical-lines .grid-line:nth-child(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}