@font-face {
  font-family: "pirulen";
  src: url("../fonts/pirulen/PirulenRg-Regular.eot");
  src: url("../fonts/pirulen/PirulenRg-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pirulen/PirulenRg-Regular.woff2") format("woff2"), url("../fonts/pirulen/PirulenRg-Regular.woff") format("woff"), url("../fonts/pirulen/PirulenRg-Regular.ttf") format("truetype"), url("../fonts/pirulen/PirulenRg-Regular.svg#PirulenRg-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "monitorica";
  src: url("../fonts/monitorica/Monitorica.eot");
  src: url("../fonts/monitorica/Monitorica.eot?#iefix") format("embedded-opentype"), url("../fonts/monitorica/Monitorica.woff2") format("woff2"), url("../fonts/monitorica/Monitorica.woff") format("woff"), url("../fonts/monitorica/Monitorica.ttf") format("truetype"), url("../fonts/monitorica/Monitorica.svg#Monitorica") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "alien";
  src: url("../fonts/thecalling/TheCalling.eot");
  src: url("../fonts/thecalling/TheCalling.eot?#iefix") format("embedded-opentype"), url("../fonts/thecalling/TheCalling.woff2") format("woff2"), url("../fonts/thecalling/TheCalling.woff") format("woff"), url("../fonts/thecalling/TheCalling.ttf") format("truetype"), url("../fonts/thecalling/TheCalling.svg#TheCalling") format("svg");
  font-weight: 300;
  font-style: normal;
}
@keyframes blink {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes blink2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeintoflex {
  0% {
    -webkit-display: none;
    display: none;
    opacity: 0;
  }
  1% {
    -webkit-display: flex;
    display: flex;
    opacity: 0;
  }
  100% {
    -webkit-display: flex;
    display: flex;
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    z-index: 1;
    display: block;
  }
  100% {
    z-index: -1;
    display: none;
  }
}
@keyframes blurtext {
  0% {
    color: rgba(255, 255, 255, 0);
    text-shadow: 0 0 0px #ffffff;
    opacity: 0;
  }
  1% {
    color: rgba(255, 255, 255, 0);
    text-shadow: 0 0 20px #ffffff;
    opacity: 0;
  }
  15% {
    color: rgba(255, 255, 255, 0);
    text-shadow: 0 0 20px #ffffff;
    opacity: 1;
  }
  30% {
    color: white;
    text-shadow: 0 0 0px #ffffff;
    opacity: 1;
  }
  70% {
    color: white;
    text-shadow: 0 0 0px #ffffff;
    opacity: 1;
  }
  85% {
    color: rgba(255, 255, 255, 0);
    text-shadow: 0 0 20px #ffffff;
    opacity: 0;
  }
  100% {
    color: rgba(255, 255, 255, 0);
    text-shadow: 0 0 0px #ffffff;
    opacity: 0;
  }
}
@keyframes rotatein {
  0% {
    right: -100vw;
    -webkit-transform: rotateY(-1080deg);
    -moz-transform: rotateY(-1080deg);
    -ms-transform: rotateY(-1080deg);
    -o-transform: rotateY(-1080deg);
    transform: rotateY(-1080deg);
  }
  20% {
    right: 0vw;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  80% {
    right: 0vw;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    right: 100vw;
    -webkit-transform: rotateY(1080deg);
    -moz-transform: rotateY(1080deg);
    -ms-transform: rotateY(1080deg);
    -o-transform: rotateY(1080deg);
    transform: rotateY(1080deg);
  }
}
@keyframes glitchin {
  0% {
    right: 10%;
    display: none;
    opacity: 0;
  }
  20% {
    right: 10%;
    display: block;
    opacity: 1;
  }
  40% {
    right: 10%;
    display: none;
    opacity: 0;
  }
  60% {
    right: 10%;
    display: block;
    opacity: 1;
  }
  80% {
    right: 10%;
    display: none;
    opacity: 0;
  }
  100% {
    right: 10%;
    display: block;
    opacity: 1;
  }
}
@keyframes glitchout {
  0% {
    right: 10%;
    display: block;
    opacity: 1;
  }
  20% {
    right: 10%;
    display: none;
    opacity: 0;
  }
  40% {
    right: 10%;
    display: block;
    opacity: 1;
  }
  60% {
    right: 10%;
    display: none;
    opacity: 0;
  }
  80% {
    right: 10%;
    display: block;
    opacity: 1;
  }
  100% {
    right: -110%;
    display: none;
    opacity: 0;
  }
}
@keyframes glitchin2 {
  0% {
    top: 50%;
    display: none;
    opacity: 0;
  }
  20% {
    top: 50%;
    display: block;
    opacity: 1;
  }
  40% {
    top: 50%;
    display: none;
    opacity: 0;
  }
  60% {
    top: 50%;
    display: block;
    opacity: 1;
  }
  80% {
    top: 50%;
    display: none;
    opacity: 0;
  }
  100% {
    top: 50%;
    display: block;
    opacity: 1;
  }
}
@keyframes glitchout2 {
  0% {
    top: 50%;
    display: block;
    opacity: 1;
  }
  20% {
    top: 50%;
    display: none;
    opacity: 0;
  }
  40% {
    top: 50%;
    display: block;
    opacity: 1;
  }
  60% {
    top: 50%;
    display: none;
    opacity: 0;
  }
  80% {
    top: 50%;
    display: block;
    opacity: 1;
  }
  100% {
    top: -110%;
    display: none;
    opacity: 0;
  }
}
@keyframes glitchin3 {
  0% {
    top: 0%;
    display: none;
    opacity: 0;
  }
  20% {
    top: 0%;
    display: block;
    opacity: 1;
  }
  40% {
    top: 0%;
    display: none;
    opacity: 0;
  }
  60% {
    top: 0%;
    display: block;
    opacity: 1;
  }
  80% {
    top: 0%;
    display: none;
    opacity: 0;
  }
  100% {
    top: 0%;
    display: block;
    opacity: 1;
  }
}
@keyframes glitchout3 {
  0% {
    top: 0%;
    display: block;
    opacity: 1;
  }
  20% {
    top: 0%;
    display: none;
    opacity: 0;
  }
  40% {
    top: 0%;
    display: block;
    opacity: 1;
  }
  60% {
    top: 0%;
    display: none;
    opacity: 0;
  }
  80% {
    top: 0%;
    display: block;
    opacity: 1;
  }
  100% {
    top: -110%;
    display: none;
    opacity: 0;
  }
}
@keyframes slidein {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes slideout {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes slideauto {
  0% {
    width: 0px;
    font-size: 1%;
  }
  100% {
    width: 300px;
    font-size: 100%;
  }
}
@keyframes noise {
  0% {
    display: block;
    top: 0;
    opacity: 0.6;
  }
  20% {
    display: block;
    top: 0;
    opacity: 0.1;
  }
  40% {
    display: block;
    top: 0;
    opacity: 0.5;
  }
  60% {
    display: block;
    top: 0;
    opacity: 0.1;
  }
  80% {
    display: block;
    top: 0;
    opacity: 0.5;
  }
  99% {
    display: none;
    top: 0%;
    opacity: 0;
  }
  100% {
    display: none;
    top: -110%;
    opacity: 0;
  }
}
html, body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #000000;
}

body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

#preloader {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
#preloader .inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#preloader .inner h1 {
  padding: 0;
  margin: 0 0 1vw 0;
  color: rgba(255, 255, 255, 0);
  text-shadow: 0 0 0 #ffffff;
  font: normal 3.3vw/1em "pirulen", sans-serif;
  opacity: 0;
  animation: blurtext 13s 1 forwards;
  animation-delay: 1s;
}
#preloader .inner ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font: normal 1.2vw/1em "pirulen", sans-serif;
}
#preloader .inner ul li {
  position: relative;
  right: -100vw;
  min-width: 1vw;
  display: inline-block;
  -webkit-transform: rotateY(-3600deg);
  -moz-transform: rotateY(-3600deg);
  -ms-transform: rotateY(-3600deg);
  -o-transform: rotateY(-3600deg);
  transform: rotateY(-3600deg);
  animation: rotatein 10s 1 forwards;
}
#preloader .inner ul li:nth-child(2) {
  animation-delay: 1.2s;
}
#preloader .inner ul li:nth-child(3) {
  animation-delay: 1.3s;
}
#preloader .inner ul li:nth-child(4) {
  animation-delay: 1.4s;
}
#preloader .inner ul li:nth-child(5) {
  animation-delay: 1.5s;
}
#preloader .inner ul li:nth-child(6) {
  animation-delay: 1.6s;
}
#preloader .inner ul li:nth-child(7) {
  animation-delay: 1.7s;
}
#preloader .inner ul li:nth-child(8) {
  animation-delay: 1.8s;
}
#preloader .inner ul li:nth-child(9) {
  animation-delay: 1.9s;
}
#preloader .inner ul li:nth-child(10) {
  animation-delay: 2s;
}
#preloader .inner ul li:nth-child(11) {
  animation-delay: 2.1s;
}
#preloader .inner ul li:nth-child(12) {
  animation-delay: 2.2s;
}
#preloader .inner ul li:nth-child(13) {
  animation-delay: 2.3s;
}
#preloader .inner ul li:nth-child(14) {
  animation-delay: 2.4s;
}
#preloader .inner ul li:nth-child(15) {
  animation-delay: 2.5s;
}
#preloader .inner ul li:nth-child(16) {
  animation-delay: 2.6s;
}
#preloader .inner ul li:nth-child(17) {
  animation-delay: 2.7s;
}
#preloader.performed.removed {
  animation: fadeout 1s 1 linear forwards, hide 0.1s 1.1s forwards;
}
#preloader_wrapper {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
}
#preloader_wrapper #preloader_2 {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  text-align: center;
}
#preloader_wrapper #preloader_2 .shadow {
  position: relative;
  z-index: 2;
  top: 0;
  max-width: 100%;
  max-height: 100%;
}
#preloader_wrapper #preloader_2 .shadow video {
  position: relative;
  z-index: 1;
  top: 0;
  width: 100%;
}
#preloader_wrapper #preloader_2 .shadow .inset {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 300px black;
  -moz-box-shadow: inset 0 0 300px black;
  -ms-box-shadow: inset 0 0 300px black;
  -o-box-shadow: inset 0 0 300px black;
  box-shadow: inset 0 0 300px black;
}
#preloader_wrapper.performed.removed {
  animation: fadeout 1s 1 linear forwards, hide 0.1s 1.1s forwards;
}

@media only screen and (max-width: 768px) {
  #preloader_2 {
    top: 50% !important;
    left: 0;
    -webkit-transform: translateX(0) translateY(-50%) !important;
    -moz-transform: translateX(0) translateY(-50%) !important;
    -ms-transform: translateX(0) translateY(-50%) !important;
    -o-transform: translateX(0) translateY(-50%) !important;
    transform: translateX(0) translateY(-50%) !important;
    width: 100%;
    height: auto;
  }
  #preloader_2 .shadow {
    margin: auto 0;
    width: 100%;
    height: auto;
  }
  #preloader_2 .shadow .inset {
    -webkit-box-shadow: inset 0 0 50px black !important;
    -moz-box-shadow: inset 0 0 50px black !important;
    -ms-box-shadow: inset 0 0 50px black !important;
    -o-box-shadow: inset 0 0 50px black !important;
    box-shadow: inset 0 0 50px black !important;
  }
}

#audio_buttons {
  position: fixed;
  z-index: 1;
  top: 40px;
  right: 20px;
  width: 30px;
  height: 30px;
  padding: 7px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: rgb(127, 255, 255);
  font-size: 16px;
  line-height: 11px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#audio_buttons:hover {
  border-color: rgba(127, 255, 255, 0.4);
  color: #ffffff;
}
#audio_buttons .disabled {
  display: none;
}

#top {
  position: fixed;
  z-index: 1;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-display: flex;
  display: flex;
  width: 90%;
  height: 20px;
  color: white;
}
#top .left {
  position: relative;
  flex: 3;
  height: 8px;
  padding: 2px 10px 2px 13px;
  box-sizing: border-box;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  font: normal 5px/1em "pirulen", sans-serif;
  white-space: nowrap;
}
#top .left:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 6px;
  height: 6px;
  background: #da7c1b;
  opacity: 0.8;
  animation: blink 2s linear infinite;
}
#top .left:after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 10px;
  width: 40%;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #007f7f;
  animation: blink 2s infinite;
}
#top .left span {
  animation: blink 2s 1s linear infinite;
}
#top .middle {
  flex: 2;
  text-align: center;
  font: normal 13px/1em "pirulen", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#top .middle:hover {
  color: rgb(127, 255, 255);
}
#top .right {
  position: relative;
  flex: 3;
  height: 8px;
  padding: 2px 10px 2px 13px;
  box-sizing: border-box;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  font: normal 5px/1em "pirulen", sans-serif;
  white-space: nowrap;
}
#top .right:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 6px;
  height: 6px;
  background: #da7c1b;
  opacity: 0.8;
  animation: blink 2s linear infinite;
}
#top .right:after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 10px;
  width: 40%;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #007f7f;
  animation: blink 2s infinite;
}
#top .right span {
  animation: blink 2s 1s linear infinite;
}

#filters {
  position: fixed;
  top: -200px;
  left: 50%;
  width: 85%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#filters ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
#filters ul li {
  position: relative;
  top: -200px;
  display: inline-block;
  padding: 6px 10px;
  margin: 5px;
  vertical-align: top;
  border: 2px solid rgb(127, 255, 255);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font: normal 1.1vw/1.4em "pirulen", sans-serif;
  cursor: pointer;
}
#filters ul li:hover {
  background: rgba(255, 255, 255, 0.2);
}
#filters ul li.active {
  border-color: #ffffff;
  background: #da7c1b;
}
#filters.active {
  top: 60px;
}
#filters.active li {
  animation: fall 0.3s 1 linear forwards;
}
#filters.active li:nth-child(2) {
  animation-delay: 0.1s;
}
#filters.active li:nth-child(3) {
  animation-delay: 0.2s;
}
#filters.active li:nth-child(4) {
  animation-delay: 0.3s;
}
#filters.active li:nth-child(5) {
  animation-delay: 0.4s;
}
#filters.active li:nth-child(6) {
  animation-delay: 0.5s;
}
#filters.active li:nth-child(7) {
  animation-delay: 0.6s;
}
#filters.active li:nth-child(8) {
  animation-delay: 0.7s;
}
#filters.active li:nth-child(9) {
  animation-delay: 0.8s;
}
#filters.active li:nth-child(10) {
  animation-delay: 0.9s;
}
#filters.active li:nth-child(11) {
  animation-delay: 1s;
}
#filters.active li:nth-child(12) {
  animation-delay: 1.1s;
}
#filters.active li:nth-child(13) {
  animation-delay: 1.2s;
}
#filters.active li:nth-child(14) {
  animation-delay: 1.3s;
}
#filters.active li:nth-child(15) {
  animation-delay: 1.4s;
}
#filters.active li:nth-child(16) {
  animation-delay: 1.5s;
}
#filters.active li:nth-child(17) {
  animation-delay: 1.6s;
}
#filters.active li:nth-child(18) {
  animation-delay: 1.7s;
}
#filters.active li:nth-child(19) {
  animation-delay: 1.8s;
}
#filters.active li:nth-child(20) {
  animation-delay: 1.9s;
}
#filters.active li:nth-child(21) {
  animation-delay: 2s;
}
#filters.active li:nth-child(22) {
  animation-delay: 2.1s;
}
#filters.active li:nth-child(23) {
  animation-delay: 2.2s;
}
#filters.active li:nth-child(24) {
  animation-delay: 2.3s;
}
#filters.active li:nth-child(25) {
  animation-delay: 2.4s;
}
#filters.active li:nth-child(26) {
  animation-delay: 2.5s;
}
#filters.active li:nth-child(27) {
  animation-delay: 2.6s;
}
#filters.active li:nth-child(28) {
  animation-delay: 2.7s;
}
#filters.active li:nth-child(29) {
  animation-delay: 2.8s;
}
#filters.active li:nth-child(30) {
  animation-delay: 2.9s;
}

@keyframes fall {
  0% {
    top: -200px;
  }
  100% {
    top: 0px;
  }
}
#sidebar {
  position: fixed;
  z-index: 4;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
#sidebar ul > li {
  font-family: "alien";
}
#sidebar ul li {
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  padding: 5px;
  margin: 2px;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: rgb(127, 255, 255);
  font-size: 30px;
  cursor: pointer;
}
#sidebar ul li img {
  width: 30px;
  height: 30px;
}
#sidebar ul li .caption {
  position: absolute;
  z-index: 1;
  top: 7px;
  right: -240px;
  width: 240px;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 15px rgba(127, 255, 255, 0.2);
  -moz-box-shadow: 0 0 15px rgba(127, 255, 255, 0.2);
  -ms-box-shadow: 0 0 15px rgba(127, 255, 255, 0.2);
  -o-box-shadow: 0 0 15px rgba(127, 255, 255, 0.2);
  box-shadow: 0 0 15px rgba(127, 255, 255, 0.2);
  color: #ffffff;
  font: normal 16px/1.4em "monitorica", sans-serif;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
#sidebar ul li .caption:before {
  content: "\f0da";
  position: absolute;
  top: 5px;
  right: -5px;
  color: rgba(0, 0, 0, 0.7);
  font-family: FontAwesome;
}
#sidebar ul li .caption p {
  margin-top: 0;
}
#sidebar ul li:hover {
  color: #ffffff;
}
#sidebar ul li:hover img {
  animation: blink 1s linear infinite;
}
#sidebar ul li:hover .caption {
  right: 40px;
  opacity: 1;
}

#fullscreen {
  position: fixed;
  z-index: 3;
  bottom: 20px;
  right: 20px;
}
#fullscreen > span {
  position: relative;
  width: 22px;
  height: 22px;
  padding: 5px;
  border: 1px solid rgba(127, 255, 255, 0.1);
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#fullscreen > span.fa-expand {
  display: block;
}
#fullscreen > span.fa-compress {
  display: none;
}
#fullscreen > span .title {
  position: absolute;
  top: 3px;
  right: -300px;
  padding: 7px;
  border: 1px solid rgba(127, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.5);
  font: normal 10px/1em "pirulen", sans-serif;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#fullscreen > span .title:before {
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: -7px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(127, 255, 255, 0.5);
  font-size: 16px;
  font-family: FontAwesome;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#fullscreen > span:hover {
  color: rgb(127, 255, 255);
}
#fullscreen > span:hover .title {
  right: 38px;
  color: #ffffff;
  opacity: 1;
}
#fullscreen > span:hover .title:hover {
  border-color: rgb(127, 255, 255);
  background: rgb(127, 255, 255);
  color: #000000;
}
#fullscreen > span:hover .title:hover:before {
  color: rgb(127, 255, 255);
}
#fullscreen.active > span.fa-expand {
  display: none;
}
#fullscreen.active > span.fa-compress {
  display: block;
}

#menu {
  position: fixed;
  z-index: 2;
  bottom: -50px;
  left: 0;
  width: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
#menu #menu_caption {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0px;
  height: 25px;
  padding: 0 10px;
  background-color: none;
  font: normal 18px/1.4em "pirulen", sans-serif;
  text-align: center;
  color: transparent;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#menu #menu_caption:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#menu #menu_caption:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#menu #menu_caption.active {
  animation: slideauto 0.4s 1 forwards;
  background-color: rgba(0, 0, 0, 0.3);
  color: #da7c1b;
}
#menu #menu_caption.active:before {
  border-right-color: rgb(127, 255, 255);
  animation: blink 2s linear infinite;
}
#menu #menu_caption.active:after {
  border-left-color: rgb(127, 255, 255);
  animation: blink 2s linear infinite;
}
#menu ul#items {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #2f3639;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: #181c1d;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#menu ul#items:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#menu ul#items li {
  position: relative;
  display: inline-block;
  padding: 7px;
  margin: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: white;
  font: normal 20px/1.4em "monitorica", sans-serif;
  text-transform: uppercase;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#menu ul#items li.active, #menu ul#items li:hover {
  background: #08090a;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7);
  -ms-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7);
  -o-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7);
}
#menu ul#items li #home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#menu.disable > ul {
  opacity: 0.5;
}
#menu.disable > ul:before {
  width: 100%;
  height: 100%;
}
#menu.ready {
  bottom: 0px;
}

#identity {
  position: fixed;
  z-index: 1;
  bottom: 15px;
  right: 10%;
  text-align: center;
}
#identity h4 {
  padding: 0;
  margin: 0;
  color: #da7c1b;
  font: normal 1.1vw/1.2em "pirulen", sans-serif;
}
#identity h4 sup {
  position: absolute;
  top: -35%;
  right: 0;
  display: block;
  font-size: 0.8vw;
}
#identity p {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font: normal 1vw/1em "monitorica", sans-serif;
}

#cradits {
  position: fixed;
  z-index: 3;
  bottom: 15px;
  left: 18%;
  text-align: center;
}
#cradits a {
  text-decoration: none;
  color: #da7c1b;
}
#cradits a:hover {
  color: #ffffff;
}
#cradits strong,
#cradits h4 {
  padding: 0;
  margin: 0;
  color: #da7c1b;
  font: normal 0.7vw/1.2em "pirulen", sans-serif;
}
#cradits p {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font: normal 1vw/1em "monitorica", sans-serif;
}

#monitor {
  position: fixed;
  z-index: 1;
  bottom: 15px;
  left: 25px;
  padding: 7px;
  border: 1px solid rgba(127, 255, 255, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.4);
}
#monitor:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -54px;
  width: 80px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #da7c1b;
  animation: blink 2s infinite;
}
#monitor:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -54px;
  width: 80px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #da7c1b;
  animation: blink 2s infinite;
}
#monitor .content {
  position: relative;
  padding: 10px;
  border: 1px dotted rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.3);
}
#monitor .content .corner-fixer-1,
#monitor .content .corner-fixer-2 {
  position: absolute;
  left: 0;
  width: 100%;
  color: #da7c1b;
}
#monitor .content .corner-fixer-1:before,
#monitor .content .corner-fixer-2:before {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  animation: blink 4s infinite;
}
#monitor .content .corner-fixer-1:after,
#monitor .content .corner-fixer-2:after {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  animation: blink 4s infinite;
}
#monitor .content .corner-fixer-1 {
  top: -5px;
}
#monitor .content .corner-fixer-1:before {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#monitor .content .corner-fixer-1:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#monitor .content .corner-fixer-2 {
  bottom: 11px;
}
#monitor .content .corner-fixer-2:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#monitor .content .corner-fixer-2:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#monitor .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#monitor .content ul li {
  color: rgb(127, 255, 255);
  font: normal 10px/1.2em "monitorica", sans-serif;
  white-space: nowrap;
}
#monitor .content ul li:before {
  content: "\f054";
  display: inline-block;
  margin-right: 3px;
  color: #ffffff;
  font-family: FontAwesome;
  font-size: 6px;
}
#monitor .content ul li .pipe {
  animation: blink 0.4s linear infinite;
}

#home_popup {
  position: fixed;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 70%;
}
#home_popup #home_popup_wrapper {
  position: relative;
  padding: 13px;
  animation: blink2 3s linear infinite;
}
#home_popup #home_popup_wrapper #close_home_popup {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: 13px;
  height: 13px;
  padding: 5px;
  border: 1px solid rgba(76, 255, 255, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: rgba(0, 229, 229, 0.3);
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home_popup #home_popup_wrapper #close_home_popup:hover {
  border: 1px solid rgba(76, 255, 255, 0.7);
  background: rgba(0, 229, 229, 0.7);
  color: #000000;
}
#home_popup #home_popup_wrapper #home_table {
  -webkit-display: flex;
  display: flex;
}
#home_popup #home_popup_wrapper #home_table .left {
  position: relative;
  flex: 2;
}
#home_popup #home_popup_wrapper #home_table .left:before {
  content: "";
  position: absolute;
  top: 5%;
  left: -5px;
  height: 50%;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #da7c1b;
  animation: blink 2s infinite;
}
#home_popup #home_popup_wrapper #home_table .left .content-wrapper {
  text-align: center;
}
#home_popup #home_popup_wrapper #home_table .left .content-wrapper #logo {
  width: 100%;
}
#home_popup #home_popup_wrapper #home_table .left .content-wrapper h3 {
  padding: 0;
  margin: 0;
  color: #da7c1b;
  font: normal 15px/1em "pirulen", sans-serif;
}
#home_popup #home_popup_wrapper #home_table .left .content-wrapper h5 {
  padding: 0;
  margin: 5px 0 0 0;
  color: #ffffff;
  font: normal 9px/1em "pirulen", sans-serif;
}
#home_popup #home_popup_wrapper #home_table .middle {
  flex: 1;
}
#home_popup #home_popup_wrapper #home_table .middle .content-wrapper {
  color: #ffffff;
  font: normal 14px/1em "monitorica", sans-serif;
}
#home_popup #home_popup_wrapper #home_table .middle .content-wrapper #choose_language {
  color: #ffffff;
  font: normal 14px/1em "monitorica", sans-serif;
  text-align: center;
}
#home_popup #home_popup_wrapper #home_table .middle .content-wrapper #languages_icon {
  padding: 10px;
  color: rgb(127, 255, 255);
  font-size: 3vw;
  text-align: center;
  animation: blink 2s linear infinite;
}
#home_popup #home_popup_wrapper #home_table .middle .content-wrapper ul#langauges {
  list-style: none;
  padding: 0;
  margin: 0;
}
#home_popup #home_popup_wrapper #home_table .middle .content-wrapper ul#langauges li {
  padding: 4px 8px;
  margin: 2px 0;
  border: 1px solid #4b555a;
  background: #1d2123 url("../media/images/misc/grid.png") repeat-x top left;
  background-size: auto 100%;
}
#home_popup #home_popup_wrapper #home_table .middle .content-wrapper ul#langauges li a {
  text-decoration: none;
  color: #ffffff;
  font: normal 12px/1em "pirulen", sans-serif;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home_popup #home_popup_wrapper #home_table .middle .content-wrapper ul#langauges li a:hover, #home_popup #home_popup_wrapper #home_table .middle .content-wrapper ul#langauges li a.active {
  color: #da7c1b;
}
#home_popup #home_popup_wrapper #home_table .right {
  position: relative;
  flex: 3;
}
#home_popup #home_popup_wrapper #home_table .right:before {
  content: "";
  position: absolute;
  top: 5%;
  right: -5px;
  height: 50%;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #da7c1b;
  animation: blink 2s infinite;
}
#home_popup #home_popup_wrapper #home_table .right .content-wrapper #bio .title {
  padding: 5px 10px;
  margin: 0;
  border: 1px solid #4b555a;
  background: #1d2123 url("../media/images/misc/grid.png") repeat-x top left;
  background-size: auto 100%;
  color: #ffffff;
  font: normal 15px/1.4em "pirulen", sans-serif;
  text-align: center;
}
#home_popup #home_popup_wrapper #home_table .right .content-wrapper #bio p {
  color: #ffffff;
  font: normal 1.2vw/1.4em "monitorica", sans-serif;
}
#home_popup #home_popup_wrapper #home_table .right .content-wrapper #bio a {
  color: #da7c1b;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home_popup #home_popup_wrapper #home_table .right .content-wrapper #bio a:hover {
  color: #ffffff;
}
#home_popup #home_popup_wrapper #home_table .left,
#home_popup #home_popup_wrapper #home_table .middle,
#home_popup #home_popup_wrapper #home_table .right {
  height: auto;
  padding: 0;
  margin: 0 3px;
}
#home_popup #home_popup_wrapper #home_table .content-wrapper {
  position: relative;
  padding: 10px 18px;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #5e6a71;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #3b4347;
  background: linear-gradient(90deg, #3b4347 9px, transparent 1%) center, linear-gradient(#3b4347 9px, transparent 1%) center, #75858c;
  background-size: 10px 10px;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
}
#home_popup #home_popup_wrapper #home_table .content-wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 80%;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #007f7f;
}
#home_popup #home_popup_wrapper #home_table .content-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 80%;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #007f7f;
}
#home_popup #home_popup_wrapper #home_table .content-wrapper .box {
  padding: 8px;
  background: rgba(0, 0, 0, 0.3);
}
#home_popup.hidden {
  display: none;
}
#home_popup.open {
  animation: glitchin2 0.3s linear forwards;
}
#home_popup.close {
  animation: glitchout2 0.3s linear forwards;
}

#contact_popup {
  position: fixed;
  z-index: 3;
  top: 15%;
  right: 10%;
  width: 50%;
  border: 1px solid #5e6a71;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #3b4347;
  background: linear-gradient(90deg, #3b4347 9px, transparent 1%) center, linear-gradient(#3b4347 9px, transparent 1%) center, #75858c;
  background-size: 10px 10px;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
}
#contact_popup #contact_wrapper {
  position: relative;
  padding: 13px;
}
#contact_popup #contact_wrapper:before {
  content: "";
  position: absolute;
  top: 5%;
  left: -7px;
  height: 50%;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #da7c1b;
  animation: blink 2s infinite;
}
#contact_popup #contact_wrapper:after {
  content: "";
  position: absolute;
  bottom: 5%;
  right: -7px;
  height: 50%;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #da7c1b;
  animation: blink 2s infinite;
}
#contact_popup #contact_wrapper #close_contact {
  position: absolute;
  top: -10px;
  right: -10px;
  display: inline-block;
  width: 13px;
  height: 13px;
  padding: 5px;
  border: 1px solid rgba(76, 255, 255, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: rgba(0, 229, 229, 0.3);
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#contact_popup #contact_wrapper #close_contact:hover {
  border: 1px solid rgba(76, 255, 255, 0.7);
  background: rgba(0, 229, 229, 0.7);
  color: #000000;
}
#contact_popup #contact_wrapper #contact_content {
  position: relative;
  width: 0;
  padding: 0 4px;
  box-sizing: border-box;
  overflow: hidden;
}
#contact_popup #contact_wrapper #contact_content:before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  height: 90%;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #007f7f;
}
#contact_popup #contact_wrapper #contact_content:after {
  content: "";
  position: absolute;
  top: 5%;
  right: 0;
  height: 90%;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #007f7f;
}
#contact_popup #contact_wrapper #contact_content form fieldset {
  border: 2px dashed #475055;
  background: #343b3f;
}
#contact_popup #contact_wrapper #contact_content form fieldset legend {
  color: #ffffff;
  font: normal 1vw/1em "pirulen", sans-serif;
}
#contact_popup #contact_wrapper #contact_content form fieldset #mail-status {
  color: #ffffff;
  font: normal 11px/1em "pirulen", sans-serif;
  text-align: center;
}
#contact_popup #contact_wrapper #contact_content form fieldset #mail-status .success {
  padding: 8px 13px;
  border: 1px solid rgb(127, 255, 255);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: rgb(127, 255, 255);
}
#contact_popup #contact_wrapper #contact_content form fieldset #mail-status .error {
  padding: 8px 13px;
  border: 1px solid #792e1b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #792e1b;
}
#contact_popup #contact_wrapper #contact_content form fieldset .form-row {
  -webkit-display: flex;
  display: flex;
}
#contact_popup #contact_wrapper #contact_content form fieldset .form-row input[type=text],
#contact_popup #contact_wrapper #contact_content form fieldset .form-row input[type=email],
#contact_popup #contact_wrapper #contact_content form fieldset .form-row input[type=number],
#contact_popup #contact_wrapper #contact_content form fieldset .form-row #captcha_code,
#contact_popup #contact_wrapper #contact_content form fieldset .form-row textarea {
  padding: 10px;
  margin: 3px 0;
  box-sizing: border-box;
  border: 1px solid #475055;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #262b2e;
  color: #ffffff;
  font: normal 15px/1.4em "monitorica", sans-serif;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#contact_popup #contact_wrapper #contact_content form fieldset .form-row input[type=text]:focus,
#contact_popup #contact_wrapper #contact_content form fieldset .form-row input[type=email]:focus,
#contact_popup #contact_wrapper #contact_content form fieldset .form-row input[type=number]:focus,
#contact_popup #contact_wrapper #contact_content form fieldset .form-row #captcha_code:focus,
#contact_popup #contact_wrapper #contact_content form fieldset .form-row textarea:focus {
  border-color: #007f7f;
  outline: none;
  background: #1d2123;
}
#contact_popup #contact_wrapper #contact_content form fieldset .form-row input[type=text],
#contact_popup #contact_wrapper #contact_content form fieldset .form-row input[type=email] {
  flex: 1;
}
#contact_popup #contact_wrapper #contact_content form fieldset .form-row #captcha_code {
  display: inline-block;
  flex: 1;
}
#contact_popup #contact_wrapper #contact_content form fieldset .form-row #captcha {
  flex: 4;
}
#contact_popup #contact_wrapper #contact_content form fieldset .form-row textarea {
  display: block;
  width: 100%;
  height: 200px;
  resize: none;
}
#contact_popup #contact_wrapper #contact_content form fieldset .form-row input[type=submit] {
  display: block;
  width: 100%;
  margin-top: 3px;
  background: rgba(127, 255, 255, 0.1);
  cursor: pointer;
  font-size: 1vw;
}
#contact_popup #contact_wrapper #contact_content form fieldset .form-row input[type=submit]:hover {
  background: rgb(127, 255, 255);
}
#contact_popup.hidden {
  display: none;
}
#contact_popup.open {
  animation: glitchin 0.3s linear forwards;
}
#contact_popup.open #contact_content {
  animation: slidein 0.5s 1 forwards;
  animation-delay: 0.3s;
}
#contact_popup.close {
  animation: glitchout 0.3s linear forwards;
  animation-delay: 0.5s;
}
#contact_popup.close #contact_content {
  animation: slideout 0.5s 1 forwards;
}
@media only screen and (max-width: 768px) {
    #contact_popup {
        width: 80% !important;
    }
    #contact_content:after {
        display: none;
    }
    #contact_popup .form-row,
    #contact_popup .form-row input {
        display: block !important;
        width:100%;
    }
}
#popup {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 2s !important;
  -moz-transition: all 2s !important;
  -ms-transition: all 2s !important;
  -o-transition: all 2s !important;
  transition: all 2s !important;
}
#popup.hidden {
  display: none;
  opacity: 0;
}
#popup #dialogue {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-display: flex;
  display: flex;
  border: 1px solid #3b4347;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #1d2123;
  -webkit-box-shadow: 0 0 20px #000000;
  -moz-box-shadow: 0 0 20px #000000;
  -ms-box-shadow: 0 0 20px #000000;
  -o-box-shadow: 0 0 20px #000000;
  box-shadow: 0 0 20px #000000;
  color: #ffffff;
  font: normal 15px/1.4em "monitorica", sans-serif;
}
#popup #dialogue.thin {
  width: 40%;
}
#popup #dialogue.medium {
  width: 60%;
}
#popup #dialogue.wide {
  width: 90%;
}
#popup #dialogue .close {
  position: absolute;
  top: -20px;
  right: -20px;
  display: inline-block;
  width: 13px;
  height: 13px;
  padding: 5px;
  border: 1px solid rgba(76, 255, 255, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: rgba(0, 229, 229, 0.3);
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#popup #dialogue .close:hover {
  border: 1px solid rgba(76, 255, 255, 0.7);
  background: rgba(0, 229, 229, 0.7);
  color: #000000;
}
#popup #dialogue .left {
  position: relative;
  flex: 1;
  padding: 15px 5px 10px 10px;
}
#popup #dialogue .left:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: #7fffff;
  background: -webkit-radial-gradient(center, #7fffff, rgba(0, 0, 0, 0));
  background: -moz-radial-gradient(center, #7fffff, rgba(0, 0, 0, 0));
  background: radial-gradient(ellipse at center, #7fffff, rgba(0, 0, 0, 0));
  animation: blink 3s 1.5s infinite;
}
#popup #dialogue .left:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: #7fffff;
  background: -webkit-radial-gradient(center, #da7c1b, rgba(0, 0, 0, 0));
  background: -moz-radial-gradient(center, #da7c1b, rgba(0, 0, 0, 0));
  background: radial-gradient(ellipse at center, #da7c1b, rgba(0, 0, 0, 0));
  animation: blink 3s infinite;
}
#popup #dialogue .left img {
  width: 100%;
}
#popup #dialogue .right {
  position: relative;
  flex: 1;
  padding: 15px 10px 10px 5px;
}
#popup #dialogue .right:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: #7fffff;
  background: -webkit-radial-gradient(center, #7fffff, rgba(0, 0, 0, 0));
  background: -moz-radial-gradient(center, #7fffff, rgba(0, 0, 0, 0));
  background: radial-gradient(ellipse at center, #7fffff, rgba(0, 0, 0, 0));
  animation: blink 3s infinite;
}
#popup #dialogue .right:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: #7fffff;
  background: -webkit-radial-gradient(center, #da7c1b, rgba(0, 0, 0, 0));
  background: -moz-radial-gradient(center, #da7c1b, rgba(0, 0, 0, 0));
  background: radial-gradient(ellipse at center, #da7c1b, rgba(0, 0, 0, 0));
  animation: blink 3s 1.5s infinite;
}
#popup #dialogue .right .title {
  padding: 5px 10px;
  margin: 0;
  border: 1px solid #4b555a;
  background: #111415 url("../media/images/misc/grid.png") repeat-x top left;
  background-size: auto 100%;
  font: normal 15px/1.4em "pirulen", sans-serif;
  text-align: center;
}
#popup #dialogue .right #popup_category {
  color: #da7c1b;
  font: normal 9px/1.4em "pirulen", sans-serif;
  text-align: right;
}

@media only screen and (max-width: 860px) {
  #popup #dialogue {
    display: block;
    width: 70%;
  }
  #popup #dialogue.thin {
    width: 70%;
  }
  #popup #dialogue.medium {
    width: 70%;
  }
  #popup #dialogue.wide {
    width: 70%;
  }
  #popup #dialogue .left,
#popup #dialogue .right {
    display: block;
    width: 92%;
  }
}
#passcode_popup {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 2s !important;
  -moz-transition: all 2s !important;
  -ms-transition: all 2s !important;
  -o-transition: all 2s !important;
  transition: all 2s !important;
}
#passcode_popup.hidden {
  display: none;
  opacity: 0;
}
#passcode_popup #passcode_dialogue {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 400px;
  max-width: 90%;
  border: 1px solid #3b4347;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #1d2123;
  -webkit-box-shadow: 0 0 20px #000000;
  -moz-box-shadow: 0 0 20px #000000;
  -ms-box-shadow: 0 0 20px #000000;
  -o-box-shadow: 0 0 20px #000000;
  box-shadow: 0 0 20px #000000;
  color: #ffffff;
  font: normal 15px/1.4em "monitorica", sans-serif;
}
#passcode_popup #passcode_dialogue:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  height: 80%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #da7c1b;
  animation: blink 2s infinite;
}
#passcode_popup #passcode_dialogue:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -7px;
  height: 80%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #da7c1b;
  animation: blink 2s infinite;
}
#passcode_popup #passcode_dialogue #passcode_close {
  position: absolute;
  top: -20px;
  right: -20px;
  display: inline-block;
  width: 13px;
  height: 13px;
  padding: 5px;
  border: 1px solid rgba(76, 255, 255, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: rgba(0, 229, 229, 0.3);
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#passcode_popup #passcode_dialogue #passcode_close:hover {
  border: 1px solid rgba(76, 255, 255, 0.7);
  background: rgba(0, 229, 229, 0.7);
  color: #000000;
}
#passcode_popup #passcode_dialogue #passcode_form {
  position: relative;
  flex: 1;
  padding: 15px;
}
#passcode_popup #passcode_dialogue #passcode_form:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: #7fffff;
  background: -webkit-radial-gradient(center, #7fffff, rgba(0, 0, 0, 0));
  background: -moz-radial-gradient(center, #7fffff, rgba(0, 0, 0, 0));
  background: radial-gradient(ellipse at center, #7fffff, rgba(0, 0, 0, 0));
  animation: blink 3s 1.5s infinite;
}
#passcode_popup #passcode_dialogue #passcode_form:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: #7fffff;
  background: -webkit-radial-gradient(center, #da7c1b, rgba(0, 0, 0, 0));
  background: -moz-radial-gradient(center, #da7c1b, rgba(0, 0, 0, 0));
  background: radial-gradient(ellipse at center, #da7c1b, rgba(0, 0, 0, 0));
  animation: blink 3s infinite;
}
#passcode_popup #passcode_dialogue #passcode_form #passcode_message {
  color: #ffffff;
  font: normal 15px/1.4em "monitorica", sans-serif;
  text-align: center;
}
#passcode_popup #passcode_dialogue #passcode_form .field input[type=text] {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  box-sizing: border-box;
  border: 1px solid #475055;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #262b2e;
  color: #ffffff;
  font: normal 15px/1.4em "monitorica", sans-serif;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#passcode_popup #passcode_dialogue #passcode_form .field input[type=text]:focus {
  border-color: #007f7f;
  outline: none;
  background: #1d2123;
}
#passcode_popup #passcode_dialogue #passcode_form .field button {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: none;
  cursor: pointer;
}
#passcode_popup #passcode_dialogue #passcode_form .field button:hover {
  background: rgb(127, 255, 255);
}
#passcode_popup.hidden {
  display: none;
}
#passcode_popup.open {
  animation: glitchin3 0.3s linear forwards;
}
#passcode_popup.close {
  animation: glitchout3 0.3s linear forwards;
}

#noise {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../media/images/misc/noise.jpg) no-repeat left top;
  background-size: cover;
}
#noise.noise {
  animation: noise 0.3s 1 forwards;
}

.button {
  padding: 10px;
  border: 2px solid #19ffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
  font: normal 10px/1em "pirulen", sans-serif;
  text-align: center;
  text-decoration: none;
}
.button.block {
  display: block;
  box-sizing: border-box;
}
.button:hover {
  background: #19ffff;
  color: #000000;
}

.noselect, #top, #filters, #fullscreen, #menu ul#items li, #identity, #monitor, #home_popup {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.clear {
  clear: both;
}

.green,
.success {
  color: rgb(127, 255, 255);
}

.orange,
.warning {
  color: #da7c1b;
}

.red,
.error {
  color: #792e1b;
}

.grey {
  color: #3b4347;
}

.lightgrey {
  color: #3c4348;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.justify {
  text-align: justify;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fadein {
  animation: fadein 1s forwards;
}

.fadeout {
  animation: fadeout 1s forwards;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.pointer {
  cursor: pointer;
}

.alien {
  font-family: "alien" !important;
}

@media only screen and (max-width: 980px) {
  #fullscreen,
#monitor {
    display: none;
  }
  #identity {
    right: 20px;
  }
  #cradits {
    left: 20px;
  }
  #cradits a,
#cradits h4,
#cradits strong {
    font-size: 1vw;
  }
  #home_popup {
    position: absolute;
    z-index: 1;
    height: 90%;
    overflow-y: scroll;
  }
  #home_popup #home_popup_wrapper:before, #home_popup #home_popup_wrapper:after {
    height: 20%;
  }
  #home_popup #home_popup_wrapper #home_table {
    -webkit-display: block;
    display: block;
  }
  #home_popup #home_popup_wrapper #home_table .left,
#home_popup #home_popup_wrapper #home_table .middle,
#home_popup #home_popup_wrapper #home_table .right {
    display: block;
  }
  #home_popup #home_popup_wrapper #home_table .left .content-wrapper,
#home_popup #home_popup_wrapper #home_table .middle .content-wrapper,
#home_popup #home_popup_wrapper #home_table .right .content-wrapper {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  #top .left,
#top .right {
    overflow: hidden;
    display: none;
  }
  #identity,
#cradits {
    display: none;
  }
}
.logowhite {
    animation-name: fadeout;
    animation-duration: 2s;
    animation-delay: 10s;
    animation-fill-mode: forwards;
}  
#subtitle {
    opacity: 0;
    animation-name: fadein;
    animation-duration: 3s;
    animation-delay: 11s;
    animation-fill-mode: forwards;
    font-family: 'pirulen';
}

/*# sourceMappingURL=master.css.map */
