@import url("https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300|Press+Start+2P");
@keyframes bg-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -32px;
  }
}
.moveFromBottomFade {
  animation: moveFromBottomFade 0.7s 0.2s cubic-bezier(0.19, 1, 0.22, 1) both;
  transform-origin: 50% 50%;
}

@keyframes moveFromBottomFade {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
}
.scaleDown {
  animation: scaleDown 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  box-shadow: none !important;
  transform-origin: 50% 50%;
}

@keyframes scaleDown {
  to {
    opacity: 0.5;
    filter: blur(20px);
    transform: scale(0.6);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1050px) {
  .moveFromBottomFade {
    animation: mobileMoveFromBottomFade 0.4s 0.4s cubic-bezier(0.19, 1, 0.22, 1) both;
    transform-origin: 50% 50% !important;
  }
  .scaleDown {
    animation: mobileScaleDown 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) both !important;
    box-shadow: none !important;
    transform-origin: 50% 50% !important;
  }
}
@keyframes mobileMoveFromBottomFade {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes mobileScaleDown {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1) translateY(-100px);
  }
}
.glitch1 {
  animation: is-off 4s linear infinite !important;
}

@keyframes is-off {
  0%, 50% {
    opacity: 1;
  }
  56%, 57% {
    opacity: 0.8;
  }
  58% {
    opacity: 1;
  }
  71% {
    transform: scaleY(1) skewX(0deg);
  }
  72% {
    transform: scaleY(1.2) skewX(-10deg);
  }
  73% {
    transform: scaleY(1) skewX(0deg);
  }
  80% {
    opacity: 1;
  }
  81%, 84% {
    opacity: 0.8;
  }
  85% {
    opacity: 1;
  }
  91% {
    transform: scaleX(1) scaleY(1) skewX(0deg);
    color: #fff;
  }
  92% {
    transform: scaleX(1.1) scaleY(0.2) skewX(10deg);
    color: green;
  }
  93% {
    transform: scaleX(1) scaleY(1) skewX(0deg);
    color: #fff;
  }
}
@keyframes c1 {
  0% {
    clip: rect(28px, 9999px, 29px, 0);
  }
  5% {
    clip: rect(71px, 9999px, 13px, 0);
  }
  10% {
    clip: rect(6px, 9999px, 87px, 0);
  }
  15% {
    clip: rect(66px, 9999px, 23px, 0);
  }
  20% {
    clip: rect(34px, 9999px, 61px, 0);
  }
  25% {
    clip: rect(9px, 9999px, 19px, 0);
  }
  30% {
    clip: rect(19px, 9999px, 44px, 0);
  }
  35% {
    clip: rect(3px, 9999px, 82px, 0);
  }
  40% {
    clip: rect(91px, 9999px, 39px, 0);
  }
  45% {
    clip: rect(99px, 9999px, 12px, 0);
  }
  50% {
    clip: rect(87px, 9999px, 54px, 0);
  }
  55% {
    clip: rect(17px, 9999px, 70px, 0);
  }
  60% {
    clip: rect(69px, 9999px, 70px, 0);
  }
  65% {
    clip: rect(25px, 9999px, 39px, 0);
  }
  70% {
    clip: rect(98px, 9999px, 81px, 0);
  }
  75% {
    clip: rect(5px, 9999px, 82px, 0);
  }
  80% {
    clip: rect(27px, 9999px, 92px, 0);
  }
  85% {
    clip: rect(94px, 9999px, 82px, 0);
  }
  90% {
    clip: rect(4px, 9999px, 7px, 0);
  }
  95% {
    clip: rect(91px, 9999px, 93px, 0);
  }
  100% {
    clip: rect(80px, 9999px, 13px, 0);
  }
}
@keyframes header-logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes header-bg {
  0% {
    opacity: 0;
    transform: scale(1.15);
  }
  100% {
    opacity: 1;
  }
}
@keyframes header-slide-from-left {
  0% {
    opacity: 0;
    left: 0;
  }
  100% {
    opacity: 1;
    left: 5%;
  }
}
@keyframes header-slide-from-right {
  0% {
    opacity: 0;
    right: 0;
  }
  100% {
    opacity: 1;
    right: 5%;
  }
}
@keyframes header-width-mester {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 89%;
  }
}
@keyframes header-width-kepzes {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 90%;
  }
}
@keyframes header-height-mester {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 30%;
  }
}
@keyframes header-height-kepzes {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 40%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinleft {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeinright {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slidein {
  0% {
    top: 50px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes slidein-right {
  0% {
    right: -20px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes slidein-left {
  0% {
    left: -20px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes slidein-left-line {
  0% {
    left: 0;
    opacity: 0;
  }
  100% {
    left: 20px;
    opacity: 1;
  }
}
@keyframes slidein-right-line {
  0% {
    right: 0;
    opacity: 0;
  }
  100% {
    right: 20px;
    opacity: 1;
  }
}
@font-face {
  font-family: "LED";
  src: url("/fonts/led_counter-7.ttf");
}
@font-face {
  font-family: "PixelIntv";
  src: url("PixelIntv.eot?#iefix") format("embedded-opentype"), url("PixelIntv.woff") format("woff"), url("PixelIntv.ttf") format("truetype"), url("PixelIntv.svg#PixelIntv") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "advanced_led_board-7regular";
  src: url("/fonts/advanced_led_board-7-webfont.woff2") format("woff2"), url("/fonts/advanced_led_board-7-webfont.woff") format("woff"), url("/fonts/advanced_led_board-7-webfont.svg#advanced_led_board-7regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "digital-7regular";
  src: url("/fonts/digital-7_0-webfont.woff2") format("woff2"), url("/fonts/digital-7_0-webfont.woff") format("woff"), url("/fonts/digital-7_0-webfont.svg#digital-7regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brandon_grotesquebold";
  src: url("../fonts/brandon_bld.eot");
  src: url("../fonts/brandon_bld.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_bld.woff2") format("woff2"), url("../fonts/brandon_bld.woff") format("woff"), url("../fonts/brandon_bld.svg#brandon_grotesquebold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brandon_grotesqueblack";
  src: url("../fonts/brandon_blk.eot");
  src: url("../fonts/brandon_blk.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_blk.woff2") format("woff2"), url("../fonts/brandon_blk.woff") format("woff"), url("../fonts/brandon_blk.svg#brandon_grotesqueblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brandon_grotesquemedium";
  src: url("../fonts/brandon_med.eot");
  src: url("../fonts/brandon_med.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_med.woff2") format("woff2"), url("../fonts/brandon_med.woff") format("woff"), url("../fonts/brandon_med.svg#brandon_grotesquemedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 16px;
  line-height: 1.5;
}

body {
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 0;
  color: #666;
  background: #fff;
}

html,
body,
header,
section,
footer,
main,
aside,
nav,
div,
article,
p,
ul,
li,
img {
  position: relative;
  display: block;
}

button {
  outline: 0 !important;
  outline-offset: 0 !important;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  border: none !important;
}

/* Chrome, Safari, Edge, Opera */
input[name=upload_code]::-webkit-outer-spin-button,
input[name=upload_code]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[name=upload_code] {
  -moz-appearance: textfield;
}

.posfix {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.clear {
  height: 0px;
  width: 0px;
  clear: both;
  position: relative;
}

.pointer-events {
  pointer-events: none !important;
}

.moveFromBottomFade {
  animation: moveFromBottomFade 0.7s 0.2s cubic-bezier(0.19, 1, 0.22, 1) both;
  transform-origin: 50% 50%;
}

@keyframes moveFromBottomFade {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
}
.scaleDown {
  animation: scaleDown 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  box-shadow: none !important;
  transform-origin: 50% 50%;
}

@keyframes scaleDown {
  to {
    opacity: 0.5;
    filter: blur(20px);
    transform: scale(0.6);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes mobileMoveFromBottomFade {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes mobileScaleDown {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1) translateY(-100px);
  }
}
@keyframes bg-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -32px;
  }
}
@keyframes noise-anim {
  0% {
    clip: rect(97px, 9999px, 76px, 0);
  }
  5% {
    clip: rect(93px, 9999px, 87px, 0);
  }
  10% {
    clip: rect(48px, 9999px, 19px, 0);
  }
  15% {
    clip: rect(5px, 9999px, 77px, 0);
  }
  20% {
    clip: rect(1px, 9999px, 46px, 0);
  }
  25% {
    clip: rect(71px, 9999px, 17px, 0);
  }
  30% {
    clip: rect(66px, 9999px, 19px, 0);
  }
  35% {
    clip: rect(86px, 9999px, 60px, 0);
  }
  40% {
    clip: rect(54px, 9999px, 31px, 0);
  }
  45% {
    clip: rect(88px, 9999px, 16px, 0);
  }
  50% {
    clip: rect(88px, 9999px, 92px, 0);
  }
  55% {
    clip: rect(38px, 9999px, 93px, 0);
  }
  60% {
    clip: rect(19px, 9999px, 98px, 0);
  }
  65% {
    clip: rect(84px, 9999px, 16px, 0);
  }
  70% {
    clip: rect(97px, 9999px, 12px, 0);
  }
  75% {
    clip: rect(35px, 9999px, 54px, 0);
  }
  80% {
    clip: rect(10px, 9999px, 13px, 0);
  }
  85% {
    clip: rect(95px, 9999px, 14px, 0);
  }
  90% {
    clip: rect(63px, 9999px, 2px, 0);
  }
  95% {
    clip: rect(68px, 9999px, 68px, 0);
  }
  100% {
    clip: rect(77px, 9999px, 80px, 0);
  }
}
@keyframes is-off {
  0%, 50% {
    opacity: 1;
  }
  56%, 57% {
    opacity: 0;
  }
  58% {
    opacity: 1;
  }
  71% {
    transform: scaleY(1) skewX(0deg);
  }
  72% {
    transform: scaleY(3) skewX(-60deg);
  }
  73% {
    transform: scaleY(1) skewX(0deg);
  }
  80% {
    opacity: 1;
  }
  81%, 84% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  91% {
    transform: scaleX(1) scaleY(1) skewX(0deg);
    color: #fff;
  }
  92% {
    transform: scaleX(1.5) scaleY(0.2) skewX(80deg);
    color: green;
  }
  93% {
    transform: scaleX(1) scaleY(1) skewX(0deg);
    color: #fff;
  }
}
@keyframes tr-bag {
  0% {
    transform: translate(4px, 2px);
  }
  2% {
    transform: translate(3px, 3px);
  }
  4% {
    transform: translate(2px, 5px);
  }
  6% {
    transform: translate(1px, 4px);
  }
  8% {
    transform: translate(4px, 5px);
  }
  10% {
    transform: translate(2px, 3px);
  }
  12% {
    transform: translate(5px, 5px);
  }
  14% {
    transform: translate(4px, 4px);
  }
  16% {
    transform: translate(2px, 3px);
  }
  18% {
    transform: translate(4px, 3px);
  }
  20%, 22% {
    transform: translate(5px, 1px);
  }
  24% {
    transform: translate(1px, 5px);
  }
  26% {
    transform: translate(1px, 2px);
  }
  28% {
    transform: translate(1px, 3px);
  }
  30% {
    transform: translate(1px, 1px);
  }
  32%, 34% {
    transform: translate(4px, 5px);
  }
  36% {
    transform: translate(4px, 1px);
  }
  38% {
    transform: translate(2px, 5px);
  }
  40% {
    transform: translate(1px, 3px);
  }
  42% {
    transform: translate(2px, 5px);
  }
  44% {
    transform: translate(1px, 2px);
  }
  46.000000000000014% {
    transform: translate(3px, 4px);
  }
  48% {
    transform: translate(4px, 4px);
  }
  50% {
    transform: translate(2px, 5px);
  }
  52% {
    transform: translate(1px, 3px);
  }
  54% {
    transform: translate(3px, 1px);
  }
  56.000000000000014% {
    transform: translate(1px, 2px);
  }
  58% {
    transform: translate(5px, 1px);
  }
  60% {
    transform: translate(4px, 4px);
  }
  62% {
    transform: translate(2px, 4px);
  }
  64% {
    transform: translate(4px, 4px);
  }
  66.00000000000001%, 68% {
    transform: translate(1px, 2px);
  }
  70% {
    transform: translate(1px, 3px);
  }
  72% {
    transform: translate(5px, 1px);
  }
  74% {
    transform: translate(3px, 4px);
  }
  76% {
    transform: translate(2px, 1px);
  }
  78% {
    transform: translate(5px, 2px);
  }
  80% {
    transform: translate(5px, 1px);
  }
  82% {
    transform: translate(1px, 3px);
  }
  84% {
    transform: translate(2px, 2px);
  }
  86% {
    transform: translate(3px, 1px);
  }
  88% {
    transform: translate(3px, 4px);
  }
  90% {
    transform: translate(2px, 3px);
  }
  92.00000000000001% {
    transform: translate(3px, 4px);
  }
  93.99999999999999%, 96%, 98% {
    transform: translate(5px, 3px);
  }
  100% {
    transform: translate(1px, 2px);
  }
  1% {
    transform: scaleY(1) skewX(0deg);
  }
  1.5% {
    transform: scaleY(3) skewX(-60deg);
  }
  2% {
    transform: scaleY(1) skewX(0deg);
  }
  51% {
    transform: scaleX(1) scaleY(1) skewX(0deg);
  }
  52% {
    transform: scaleX(1.5) scaleY(0.2) skewX(80deg);
  }
  53% {
    transform: scaleX(1) scaleY(1) skewX(0deg);
  }
}
h1,
h2,
h3,
h4,
p {
  margin: 18px 0;
  font-weight: normal;
}

ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul li {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.2rem;
}

.yellow {
  color: #FFF400 !important;
}

.fw-n {
  font-weight: 400 !important;
}

.fw-m {
  font-weight: 500 !important;
}

.fw-s {
  font-weight: 600 !important;
}

.fw-b {
  font-weight: 700 !important;
}

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

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

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

.ta-j {
  text-align: justify;
}

.va-t {
  vertical-align: top;
}

.va-tt {
  vertical-align: text-top;
}

.va-m {
  vertical-align: middle;
}

.va-b {
  vertical-align: bottom;
}

.va-tb {
  vertical-align: text-bottom;
}

.va-base {
  vertical-align: baseline;
}

.va-sup {
  vertical-align: super;
}

.va-sub {
  vertical-align: sub;
}

.mt-n {
  margin-top: 18px !important;
}

.hide {
  display: none !important;
}

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

.no-overflow {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.nowrap {
  white-space: nowrap;
}

.normal-wrap {
  white-space: normal !important;
}

.ellipsis {
  position: relative;
  overflow: hidden;
}
.ellipsis::before {
  content: " ";
  float: left;
  width: 1px;
  height: 100%;
}
.ellipsis > *:first-child {
  float: right;
  width: 100%;
  margin-left: -1px;
}
.ellipsis::after {
  content: "...";
  position: relative;
  float: right;
  left: 100%;
  top: -24px;
  width: 80px;
  margin-left: -79px;
  padding-left: 25px;
  text-align: left;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 28px, #fff 100%);
}

.outlined {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}

.cols {
  position: relative;
  display: block;
  overflow: visible;
  float: none;
  clear: both;
  width: 100%;
}
.cols::after {
  content: " ";
  position: relative;
  display: block;
  float: none;
  clear: both;
}
.cols > .c {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: visible;
  float: left;
  clear: none;
  padding: 0 10px;
  margin: 0;
}

.cols-table {
  display: table;
}
.cols-table > .c {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.cols-ib {
  font-size: 0;
  text-align: center;
}
.cols-ib > .c-top {
  text-align: left;
  display: inline-block;
  float: none;
  font-size: 16px;
  vertical-align: middle;
}
.cols-ib > .c-middle {
  text-align: left;
  display: inline-block;
  float: none;
  font-size: 16px;
  vertical-align: middle;
}

.cols-flex {
  display: flex;
  flex-wrap: wrap;
}
.cols-flex > .c {
  float: none;
  flex-grow: 1;
  vertical-align: middle;
}

.c1p1 {
  width: 100%;
}

.c1p2 {
  width: 50%;
}

.c1p3 {
  width: 33.333%;
}

.c2p3 {
  width: 66.666%;
}

.c1p4 {
  width: 25%;
}

.c3p4 {
  width: 75%;
}

.c1p5 {
  width: 20%;
}

.c2p5 {
  width: 40%;
}

.c3p5 {
  width: 60%;
}

.c4p5 {
  width: 80%;
}

.c1p6 {
  width: 16.666%;
}

.c5p6 {
  width: 83.333%;
}

@media screen and (max-width: 1367px) {
  .cols > .c1p1-l {
    display: block;
    clear: both;
    width: 100%;
  }
  .cols > .c1p2-l {
    width: 50%;
  }
  .cols > .c1p3-l {
    width: 33.333%;
  }
  .cols > .c2p3-l {
    width: 66.666%;
  }
  .cols > .c1p4-l {
    width: 25%;
  }
  .cols > .c3p4-l {
    width: 75%;
  }
  .cols > .c2p5-l {
    width: 40%;
  }
  .cols > .c3p5-l {
    width: 60%;
  }
  .cols > .c0-l {
    display: none;
  }
}
@media screen and (max-width: 871px) {
  .cols > .c1p1-m {
    display: block;
    clear: both;
    width: 100%;
  }
  .cols > .c1p2-m {
    width: 50%;
  }
  .cols > .c1p3-m {
    width: 33.333%;
  }
  .cols > .c2p3-m {
    width: 66.666%;
  }
  .cols > .c1p4-m {
    width: 25%;
  }
  .cols > .c3p4-m {
    width: 75%;
  }
  .cols > .c0-m {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cols > .c1p1-m-low {
    display: block;
    clear: both;
    width: 100%;
  }
  .cols > .c1p2-m-low {
    width: 50%;
  }
  .cols > .c1p3-m-low {
    width: 33.333%;
  }
  .cols > .c2p3-m-low {
    width: 66.666%;
  }
  .cols > .c1p4-m-low {
    width: 25%;
  }
  .cols > .c3p4-m-low {
    width: 75%;
  }
  .cols > .c0-m-low {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .cols > .c1p1-s {
    display: block;
    clear: both;
    width: 100%;
  }
  .cols > .c1p2-s {
    width: 50%;
  }
  .cols > .c1p3-s {
    width: 33.333%;
  }
  .cols > .c2p3-s {
    width: 66.666%;
  }
  .cols > .c0-s {
    display: none;
  }
}
@media screen and (max-width: 359px) {
  .cols > .c1p1-s-low {
    display: block;
    clear: both;
    width: 100%;
  }
  .cols > .c1p2-s-low {
    width: 50%;
  }
  .cols > .c1p3-s-low {
    width: 33.333%;
  }
  .cols > .c2p3-s-low {
    width: 66.666%;
  }
  .cols > .c0-s-low {
    display: none;
  }
}
footer {
  font-family: "brandon_grotesqueblack", sans-serif;
  width: 100%;
  height: 180px;
  display: block;
  position: relative;
  background: #090844;
  padding: 35px 40px;
  text-transform: uppercase;
}
footer h4,
footer li {
  color: #fff;
  letter-spacing: 1.2px;
  position: relative;
  z-index: 15;
}
footer h4 {
  font-size: 30px;
}
footer h4 a {
  color: #fff;
}
footer h4 a:hover {
  color: #fff;
}
@media screen and (max-width: 641px) {
  footer h4 {
    font-size: 24px;
  }
}
footer ul,
footer .social {
  text-align: right;
  position: relative;
  z-index: 15;
}
footer ul a,
footer .social a {
  color: #fff;
}
footer ul a:hover,
footer .social a:hover {
  color: #fff;
}
footer ul li {
  font-family: "brandon_grotesqueblack", sans-serif;
  display: inline-block;
  font-size: 14px;
  padding: 0 13px;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer .social {
  margin: 20px 0 15px;
}
@media screen and (max-width: 961px) {
  footer {
    height: 240px;
  }
}
@media screen and (max-width: 641px) {
  footer {
    height: 290px;
  }
}

.header {
  width: 100%;
  max-width: 100%;
  height: 50px;
  color: #c6c9cc;
  position: absolute;
  top: 0px;
  z-index: 5;
}
.header-bg {
  position: absolute;
  display: block;
  height: 50px;
  width: 100%;
  background: #fff;
  box-shadow: rgba(70, 70, 70, 0.1) 0px 0px 3px;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.header-logo {
  height: 50px;
  line-height: 55px;
  display: inline-block;
  position: relative;
  z-index: 5;
}
.header-logo img {
  display: inline-block;
}
.header-logo button[data-show=home] {
  display: none;
  text-decoration: underline;
  position: absolute;
  left: 70px;
  top: 16px;
  z-index: 10;
  width: 200px;
  line-height: 1.3em;
  font-family: "Poppins";
  transition: 0.15s;
}
@media screen and (max-width: 1000px) {
  .header-logo button[data-show=home] {
    display: none !important;
    opacity: 0;
  }
}
.header-logo button[data-show=home]:hover {
  color: #E60003;
}
.header-pages {
  position: absolute;
  width: 100px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  z-index: 5;
  display: none;
  top: 3px;
  height: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 47px;
  height: 47px;
  background: #333;
  padding: 0 10px;
  margin: 0;
  box-shadow: 0 0 8px rgba(30, 30, 30, 0.1) inset;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1000px) {
  .header-pages {
    width: 70px;
    font-size: 16px;
  }
}
.header-progressbar {
  top: 0px;
  background: #E60003;
  position: absolute;
  display: block;
  height: 3px;
  width: 100%;
  z-index: 10;
}
.header-progressbar b {
  height: 3px;
  background: #009837;
  display: block;
  width: 0%;
  transition: 0.3s;
  opacity: 0.9;
}
.header-links {
  position: absolute;
  right: 10px;
  top: 0px;
  z-index: 10;
  display: none;
}
.header-links li {
  display: inline-block;
  margin: 0 4px;
  height: 100%;
}
.header-links li a {
  text-align: center;
  text-transform: uppercase;
  padding: 6px 5px 0 5px;
  display: block;
  text-decoration: none;
  color: #222;
  transition: 0.24s;
}
.header-links li a:hover i {
  color: #009837;
  transition: 0.24s;
}
.header-links li a i {
  display: block;
  font-size: 21px;
  line-height: 25px;
  height: 18px;
}
.header-links li a span {
  font-size: 9px;
}
.header-bookmarks {
  position: absolute;
  background: #333;
  color: #fff;
  padding: 0 10px;
  margin: 0;
  box-shadow: 0 0 8px rgba(30, 30, 30, 0.1) inset;
  overflow: auto;
}
.header-bookmarks .scroll {
  white-space: no-wrap;
  display: block;
  position: relative;
}
.header-bookmarks button {
  color: #fff;
  display: inline-block;
}
.header-bookmarks button.active {
  color: #ff2737;
}

nav {
  width: 100%;
  height: 83px;
  display: block;
  position: relative;
  top: 0;
  padding-top: 15px;
  text-align: right;
  background: url("../img/nav-bg.png") no-repeat left center;
  background-size: cover;
  z-index: 15;
}
nav::before {
  width: 100%;
  max-width: 291px;
  padding-bottom: 3%;
  position: absolute;
  content: "";
  background: url("../img/doodles/doodle01.png") no-repeat center top;
  background-size: contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
nav img {
  width: 110px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
nav ul {
  position: absolute;
  display: block;
  margin-bottom: 8px;
  bottom: 0;
  right: 30px;
}
nav ul li {
  display: inline-block !important;
}
nav ul li a {
  font-family: "brandon_grotesquebold", sans-serif;
  position: relative;
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
nav ul li a::after {
  width: 0;
  height: 3px;
  display: block;
  position: relative;
  left: 50%;
  bottom: -10px;
  content: "";
  background: #fff;
  transform: translateX(-50%);
  transform-origin: center center;
  transition: all 0.25s ease-in-out;
}
nav ul li a.active, nav ul li a:hover {
  color: #fff;
  background: transparent !important;
}
nav ul li a.active::after, nav ul li a:hover::after {
  width: 100%;
}
nav .social {
  margin-right: 40px;
}
nav .mobile,
nav .mobile-menu {
  display: none;
}
@media screen and (max-width: 1279px) {
  nav .nav,
  nav .social {
    display: none;
  }
  nav .mobile,
  nav .mobile-menu {
    display: block;
  }
  nav .mobile {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-30%);
    cursor: pointer;
  }
  nav .mobile span {
    width: 90%;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: #fff;
  }
  nav .mobile span:nth-child(1) {
    top: 0;
  }
  nav .mobile span:nth-child(2) {
    top: 7px;
  }
  nav .mobile span:nth-child(3) {
    top: 14px;
  }
}

.mobile-menu {
  width: 0;
  height: 100vh;
  max-height: 100vh;
  position: absolute;
  display: none;
  top: 0;
  left: 100%;
  opacity: 0;
  background: url("../img/nav-bg.png") no-repeat left top;
  background-size: cover;
  overflow: hidden;
  transition: all 0.35s ease-in-out 0.5s;
  z-index: 20;
}
.mobile-menu img {
  height: auto;
  max-height: 51px;
  position: absolute;
  top: 25px;
  left: 40px;
}
.mobile-menu > div .mobile-close {
  position: absolute;
  margin: 0;
  right: 20px;
  top: 20px;
}
.mobile-menu ul {
  top: 90px;
}
.mobile-menu ul li {
  font-family: "brandon_grotesqueblack", sans-serif;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
}
.mobile-menu ul li a {
  color: #fff;
}
.mobile-menu .mobile-close {
  width: 35px;
  height: 35px;
  position: relative;
  display: block;
  background: #fff;
  border-radius: 50%;
  margin: 110px auto;
  cursor: pointer;
}
.mobile-menu .mobile-close::before, .mobile-menu .mobile-close::after {
  width: 2px;
  height: 24px;
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform-origin: center;
  background: #090844;
}
.mobile-menu .mobile-close::before {
  transform: translate(-75%, -50%) rotate(45deg);
}
.mobile-menu .mobile-close::after {
  transform: translate(-75%, -50%) rotate(-45deg);
}
.mobile-menu.menu-opened {
  width: 100%;
  left: 0;
  opacity: 1;
}
@media screen and (max-width: 1279px) {
  .mobile-menu {
    display: block;
  }
}

.decor {
  position: fixed;
  bottom: 20px;
  z-index: 1;
}

#decor_left {
  max-height: 55vh;
  left: 0px;
}

#decor_right {
  right: -5vh;
  max-height: 49vh;
}

[data-view=headline] {
  margin: 40px auto 30px auto;
  display: block;
  position: relative;
  width: 90%;
  max-width: 900px;
  z-index: 10;
}
[data-view=headline] h1 {
  line-height: 25px !important;
  background: #333;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
  font-family: "Poppins";
  margin: 0;
  padding: 15px 0px;
}
[data-view=headline] .shl {
  background: #fff;
  display: block;
  font-size: 0.9em;
  padding: 25px 30px;
  text-align: justify;
  box-shadow: rgba(26, 26, 26, 0.1) 0px 0px 4px, rgba(26, 26, 26, 0.05) 5px 5px 8px;
}
[data-view=headline] .shl b {
  font-weight: 600;
}

[data-navig=back], [data-navig=next] {
  display: none;
}

[data-view=home] {
  text-align: center;
  min-height: 400px;
  overflow: auto;
  margin-bottom: 20px;
  z-index: 10;
}

.card {
  width: 100%;
  max-width: 230px;
  display: inline-block;
  background: #000;
  color: #fff;
  margin: 10px 20px;
  padding: 0px;
  box-shadow: rgba(26, 26, 26, 0.2) 0px 0px 4px, rgba(26, 26, 26, 0.1) 5px 5px 8px;
  border-bottom: 1px solid rgb(224, 224, 224);
  font-size: 14px;
  top: 50%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .card {
    transform: inherit !important;
    top: 0px;
    margin: 10px 20px 30px 20px;
  }
  .card:last-child {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 800px) {
  .card {
    width: 45% !important;
    max-width: 41.5%;
  }
}
@media screen and (max-width: 400px) {
  .card {
    width: 50% !important;
    max-width: 50%;
  }
}
.card span {
  text-align: left;
  display: block;
  position: relative;
  padding: 10px 10px;
  font-size: 13px;
  font-family: "Poppins", "brandon_grotesqueblack", sans-serif;
  z-index: 10;
  background: #000;
}
.card .cover {
  display: block;
  background-size: cover;
}
.card .cover img {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 50px);
  -o-object-fit: contain;
     object-fit: contain;
}

html {
  height: 100%;
  position: relative;
  font-family: "Poppins", sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

body {
  height: auto;
  display: block;
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans Condensed", sans-serif;
  letter-spacing: 1px;
  background: #fff;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}

a, button {
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none;
}

.sidebar {
  position: fixed;
  top: 0px;
  right: -300px;
  display: block;
  width: 300px;
  height: 100vh;
  background: #fff;
  z-index: 20;
  box-shadow: rgba(26, 26, 26, 0.2) 0px 0px 4px;
  transition: 0.25s ease-in-out;
}
.sidebar-title {
  height: 50px;
  line-height: 50px !important;
  background: #333;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
  font-family: "Poppins";
}
.sidebar-title .fa {
  display: inline-block;
  height: 50px;
  line-height: 47px;
}
.sidebar-title .right {
  float: right;
  margin-right: 5px;
  position: absolute;
  right: 10px;
}
.sidebar-title .left {
  float: left;
  left: 15px;
  position: absolute;
}
.sidebar-page {
  display: none;
}
.sidebar-page.active {
  display: block;
}
.sidebar-menu a, .sidebar-menu .link {
  display: block;
  border-bottom: 1px solid rgb(224, 224, 224);
  padding: 15px 15px;
  text-decoration: none;
  color: #555;
}
.sidebar-menu a:hover, .sidebar-menu .link:hover {
  color: #009837;
}
.sidebar-bookmark .scroll {
  overflow: auto;
  height: calc(100vh - 50px);
  padding-top: 0px;
}
.sidebar-bookmark .scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  padding: 2px;
  background: #f1f1f1;
}
.sidebar-bookmark .scroll::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.sidebar-bookmark .scroll::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #aaa;
  border-radius: 10px;
  margin: 2px;
  padding: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sidebar-bookmark .scroll button {
  display: block !important;
  border-bottom: 1px solid rgb(224, 224, 224) !important;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  color: #555;
  width: 100%;
  text-align: left;
  position: relative;
  line-height: 1.3em;
  font-family: "Poppins";
}
.sidebar-bookmark .scroll button span {
  display: inline-block;
  width: 22px;
  opacity: 0.7;
  position: absolute;
  top: 10px;
  left: 5px;
  text-align: center;
}
.sidebar-bookmark .scroll button.active {
  background: #ff2737;
  color: #fff;
}
.sidebar-covers .scroll {
  text-align: center;
  overflow: auto;
  height: calc(100vh - 70px);
  padding-top: 12px;
  padding-bottom: 10px;
}
.sidebar-covers .scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  padding: 2px;
  background: #f1f1f1;
}
.sidebar-covers .scroll::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.sidebar-covers .scroll::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #aaa;
  border-radius: 10px;
  margin: 2px;
  padding: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sidebar-covers .item {
  display: inline-block;
  width: 80%;
  height: 15vh;
  border: 2px solid #999;
  padding: 10px;
  cursor: pointer;
  margin: 5px auto;
  transition: 0.2s;
  opacity: 0.65;
}
.sidebar-covers .item span {
  position: absolute;
  bottom: -1px;
  right: -1px;
  background: #999;
  color: #fff;
  width: 30px;
  text-align: center;
}
.sidebar-covers .item b {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: 100% auto;
}
.sidebar-covers .item.active {
  border: 2px solid #ff2737 !important;
  background: #fafafa;
  opacity: 1;
}
.sidebar-covers .item.active span {
  background: #ff2737 !important;
}
.sidebar-covers .item:hover {
  border: 2px solid #222;
  background: #fafafa;
  opacity: 1;
}
.sidebar-covers .item:hover span {
  background: #222;
}

#content {
  position: relative;
  height: 100vh;
  width: 100%;
  display: block;
  transition: 0.25s ease-in-out;
}

.main {
  position: relative;
  z-index: 2;
  background: url(../img/texture.jpg) #F4F4F4;
  height: calc(100vh - 50px);
  width: 100%;
  display: block;
  left: 0px;
  top: 50px;
  overflow: auto;
}
.main .loading-mini {
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  position: absolute;
  z-index: 999;
}
.main::-webkit-scrollbar {
  width: 8px;
  height: 6px;
  padding: 2px;
}
.main::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.main::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #aaa;
  border-radius: 10px;
  margin: 2px;
  padding: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.container {
  max-width: 1280px;
  width: 95%;
  margin: 0px auto;
  display: block;
  position: relative;
}

.navig {
  right: 0;
  position: fixed;
  background-color: #dd2137;
}

.no-pointer {
  pointer-events: none;
}

.loading-mini {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.loading-mini div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ff2737;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loading-mini div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.loading-mini div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.loading-mini div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.loading-mini div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.leaflet-control-container {
  position: absolute;
  right: 56px;
}
@media screen and (max-width: 1000px) {
  .leaflet-control-container {
    bottom: 92px;
  }
}

.page {
  position: relative;
  z-index: 2;
  display: inline-block;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: rgba(26, 26, 26, 0.2) 0px 0px 4px;
  border-bottom: 1px solid rgb(224, 224, 224);
  border-spacing: 5px;
  margin: 28px auto 2px;
  border-radius: 1px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .page {
    margin: 0px;
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important;
    left: 0px;
    transform: translateX(0%);
  }
  .page img {
    max-width: 100% !important;
    height: auto !important;
  }
  .page .leaflet-container {
    background: #ddd !important;
  }
}
.page .leaflet-container {
  width: 100% !important;
  height: 100% !important;
}
.page .leaflet-container img {
  opacity: 1 !important;
}
.page img {
  max-width: 95vw;
  height: calc(100vh - 105px);
  opacity: 0.9;
}
.page .link {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 999;
  font-size: 12px;
  animation: showLinks 0.6s 1.5s cubic-bezier(0.19, 1, 0.22, 1) both;
  transform-origin: 50% 200px;
}
@keyframes showLinks {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.page .link a {
  color: #222;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  margin: 0 5px 0 5px;
}
.page .link a span {
  text-decoration: underline !important;
}
.page.active {
  display: block;
}
.page.anim-in {
  display: block;
  animation: pageAnimIn 0.4s 0.3s cubic-bezier(0.19, 1, 0.22, 1) both;
  transform-origin: 50% 200px;
}
@keyframes pageAnimIn {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
  }
}
.page.anim-out {
  z-index: 20;
  display: block;
  animation: pageAnimOut 0.3s both !important;
  transform-origin: 50% 50%;
  position: absolute;
  top: 100px;
}
@keyframes pageAnimOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1.2) translateY(1000px) !important;
  }
}

.navig-side {
  top: 50%;
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  background: #ff2737;
  color: #fff;
  line-height: 50px;
  font-size: 25px;
  text-align: center;
  z-index: 10;
  transition: 0.25s ease-in-out;
}
.navig-side.inactive {
  opacity: 0.3;
  pointer-events: none;
  background: #ccc;
}
.navig-side:hover {
  width: 60px;
  transition: 0.2s;
}
.navig-side[data-navig=next] {
  right: 0px;
}
.navig-side[data-navig=back] {
  left: 0px;
}

body.active-menu #content {
  width: calc(100% - 300px);
}
@media screen and (max-width: 1000px) {
  body.active-menu #content {
    width: 100%;
  }
}
body.active-menu .navig-side[data-navig=next] {
  right: 300px;
}
@media screen and (max-width: 1000px) {
  body.active-menu .navig-side[data-navig=next] {
    right: 0px;
  }
}
body.active-menu .sidebar {
  right: 0px;
}
body.active-menu .page img {
  max-width: calc(90vw - 300px);
}
@media screen and (max-width: 1000px) {
  body.active-menu .page img {
    max-width: 90vw;
  }
}
/*# sourceMappingURL=maps/app.css.map */
