body {
  padding: 0;
  margin: 0;
  background: #000;
}
#d3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
}
/* FATAL ERROR */
.fatal-error {
  display: none;
}
#fatal-error-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #411;
  z-index: 10;
}
#fatal-error-caption {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  color: #944;
  text-align: center;
  font-family: 'Russo One';
  height: 100px;
  line-height: 100px;
  font-size: 100px;
  margin-top: -100px;
  z-index: 11;
}
#fatal-error-message {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  color: #944;
  text-align: center;
  font-family: 'Jura';
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  margin-top: -20px;
  z-index: 11;
}
/* TITLES */
.titles {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  color: #99e;
  text-align: center;
}
#title {
  height: 60px;
  line-height: 60px;
  font-size: 60px;
  margin-top: -60px;
  font-family: 'Russo One';
}
#subtitle {
  height: 15px;
  line-height: 15px;
  font-size: 15px;
  margin-top: -10px;
  font-family: 'Russo One';
}
/* CAPTIONS */
.captions {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  color: #99e;
  text-align: center;
}
#caption {
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  margin-top: -30px;
  text-transform: uppercase;
  font-family: 'Russo One';
}
#subcaption {
  height: 15px;
  line-height: 15px;
  font-size: 15px;
  margin-top: 10px;
  font-family: 'Jura';
}
/*  LOADERS  */
#css-loader-2 {
  display: none;
  position: fixed;
  top: 20px;
  right: 30px;
  width: 64px;
  height: 64px;
  z-index: 2;
  transform: scale(0.4);
}
#css-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 128px;
  height: 128px;
  margin-top: -64px;
  margin-left: -64px;
  z-index: 2;
  transform: scale(0.7);
}
.stripe {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  border-radius: 50%;
}
.stripe-1 {
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-left: -32px;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: spin-animation 3.2s ease-in-out infinite;
}
.stripe-2 {
  width: 48px;
  height: 48px;
  margin-top: -22px;
  margin-left: -22px;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: spin-animation 1.2s ease-in-out infinite;
}
.stripe-3 {
  width: 32px;
  height: 32px;
  margin-top: -13px;
  margin-left: -13px;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: spin-animation 2.2s ease-in-out infinite;
}
/* LANGUAGE SELECTOR */
#language-selector {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  z-index: 3;
  color: #fefefe;
  font-family: 'Russo One';
}
#language-selector #language-selector-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
#language-selector #ls-center {
  font-size: 32px;
  line-height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  padding-left: 7px;
  margin-left: -22px;
  margin-top: -22px;
  border: 1px solid #bbb;
  padding: 6px;
  border-radius: 50%;
  z-index: 5;
  background: #000;
}
#language-selector #ls-center i {
  position: relative;
  left: 1px;
}
#language-selector .ls-leaf {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #dedede;
  padding: 0px;
  z-index: 4;
}
#language-selector .ls-leaf span {
  position: absolute;
}
#language-selector .ls-leaf span a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#language-selector .ls-leaf.selected {
  border-color: #66e;
}
#language-selector .ls-leaf-active {
  border-color: #ddd;
  color: #fefefe;
}
#language-selector .ls-leaf-active:hover {
  border: 3px solid #eee;
  background: #114;
}
#language-selector .ls-leaf-inactive {
  border-color: #333;
  color: #444;
}
#language-selector #ls-ru {
  margin-left: -52px;
  margin-top: -52px;
  border-top-left-radius: 100%;
}
#language-selector #ls-ru:hover {
  margin-left: -54px;
  margin-top: -54px;
}
#language-selector #ls-ru span {
  top: 18px;
  left: 18px;
  transform: rotateZ(-45deg);
}
#language-selector #ls-en {
  margin-left: 2px;
  margin-top: -52px;
  border-top-right-radius: 100%;
}
#language-selector #ls-en:hover {
  margin-left: 0px;
  margin-top: -54px;
}
#language-selector #ls-en span {
  top: 18px;
  left: 11px;
  transform: rotateZ(45deg);
}
#language-selector #ls-it {
  margin-left: -52px;
  margin-top: 2px;
  border-bottom-left-radius: 100%;
}
#language-selector #ls-it span {
  top: 14px;
  left: 19px;
  transform: rotateZ(225deg);
}
#language-selector #ls-zh {
  margin-left: 2px;
  margin-top: 2px;
  border-bottom-right-radius: 100%;
}
#language-selector #ls-zh span {
  top: 11px;
  left: 8px;
  transform: rotateZ(135deg);
}
@keyframes spin-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
