/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: inherit;
  text-decoration: none; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

.container {
  display: block;
  max-width: 768px;
  padding: 0 30px;
  margin: 0 auto; }
  @media all and (min-width: 1024px) {
    .container {
      max-width: 964px; } }
  @media all and (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media all and (min-width: 1440px) {
    .container {
      max-width: 1380px; } }

.row {
  margin-left: -30px;
  margin-right: -30px;
  position: relative; }
  @media all and (min-width: 768px) {
    .row {
      height: 500px;
      display: table;
      width: calc(100% + 60px); } }

.col-1 {
  padding: 0 30px;
  position: relative;
  min-height: 1px;
  width: 100%; }
  @media all and (min-width: 768px) {
    .col-1 {
      vertical-align: middle;
      display: table-cell;
      width: 8.33333%; } }
  @media all and (max-width: 767px) {
    .col-1 {
      height: 41.66667px;
      display: table; }
      .col-1 .col-inner {
        display: table-cell;
        vertical-align: middle; } }

.col-2 {
  padding: 0 30px;
  position: relative;
  min-height: 1px;
  width: 100%; }
  @media all and (min-width: 768px) {
    .col-2 {
      vertical-align: middle;
      display: table-cell;
      width: 16.66667%; } }
  @media all and (max-width: 767px) {
    .col-2 {
      height: 83.33333px;
      display: table; }
      .col-2 .col-inner {
        display: table-cell;
        vertical-align: middle; } }

.col-3 {
  padding: 0 30px;
  position: relative;
  min-height: 1px;
  width: 100%; }
  @media all and (min-width: 768px) {
    .col-3 {
      vertical-align: middle;
      display: table-cell;
      width: 25%; } }
  @media all and (max-width: 767px) {
    .col-3 {
      height: 125px;
      display: table; }
      .col-3 .col-inner {
        display: table-cell;
        vertical-align: middle; } }

.col-4 {
  padding: 0 30px;
  position: relative;
  min-height: 1px;
  width: 100%; }
  @media all and (min-width: 768px) {
    .col-4 {
      vertical-align: middle;
      display: table-cell;
      width: 33.33333%; } }
  @media all and (max-width: 767px) {
    .col-4 {
      height: 166.66667px;
      display: table; }
      .col-4 .col-inner {
        display: table-cell;
        vertical-align: middle; } }

.col-5 {
  padding: 0 30px;
  position: relative;
  min-height: 1px;
  width: 100%; }
  @media all and (min-width: 768px) {
    .col-5 {
      vertical-align: middle;
      display: table-cell;
      width: 41.66667%; } }
  @media all and (max-width: 767px) {
    .col-5 {
      height: 208.33333px;
      display: table; }
      .col-5 .col-inner {
        display: table-cell;
        vertical-align: middle; } }

.col-6 {
  padding: 0 30px;
  position: relative;
  min-height: 1px;
  width: 100%; }
  @media all and (min-width: 768px) {
    .col-6 {
      vertical-align: middle;
      display: table-cell;
      width: 50%; } }
  @media all and (max-width: 767px) {
    .col-6 {
      height: 250px;
      display: table; }
      .col-6 .col-inner {
        display: table-cell;
        vertical-align: middle; } }

.col-7 {
  padding: 0 30px;
  position: relative;
  min-height: 1px;
  width: 100%; }
  @media all and (min-width: 768px) {
    .col-7 {
      vertical-align: middle;
      display: table-cell;
      width: 58.33333%; } }
  @media all and (max-width: 767px) {
    .col-7 {
      height: 291.66667px;
      display: table; }
      .col-7 .col-inner {
        display: table-cell;
        vertical-align: middle; } }

.col-8 {
  padding: 0 30px;
  position: relative;
  min-height: 1px;
  width: 100%; }
  @media all and (min-width: 768px) {
    .col-8 {
      vertical-align: middle;
      display: table-cell;
      width: 66.66667%; } }
  @media all and (max-width: 767px) {
    .col-8 {
      height: 333.33333px;
      display: table; }
      .col-8 .col-inner {
        display: table-cell;
        vertical-align: middle; } }

.col-9 {
  padding: 0 30px;
  position: relative;
  min-height: 1px;
  width: 100%; }
  @media all and (min-width: 768px) {
    .col-9 {
      vertical-align: middle;
      display: table-cell;
      width: 75%; } }
  @media all and (max-width: 767px) {
    .col-9 {
      height: 375px;
      display: table; }
      .col-9 .col-inner {
        display: table-cell;
        vertical-align: middle; } }

.col-10 {
  padding: 0 30px;
  position: relative;
  min-height: 1px;
  width: 100%; }
  @media all and (min-width: 768px) {
    .col-10 {
      vertical-align: middle;
      display: table-cell;
      width: 83.33333%; } }
  @media all and (max-width: 767px) {
    .col-10 {
      height: 416.66667px;
      display: table; }
      .col-10 .col-inner {
        display: table-cell;
        vertical-align: middle; } }

.col-11 {
  padding: 0 30px;
  position: relative;
  min-height: 1px;
  width: 100%; }
  @media all and (min-width: 768px) {
    .col-11 {
      vertical-align: middle;
      display: table-cell;
      width: 91.66667%; } }
  @media all and (max-width: 767px) {
    .col-11 {
      height: 458.33333px;
      display: table; }
      .col-11 .col-inner {
        display: table-cell;
        vertical-align: middle; } }

.col-12 {
  padding: 0 30px;
  position: relative;
  min-height: 1px;
  width: 100%; }
  @media all and (min-width: 768px) {
    .col-12 {
      vertical-align: middle;
      display: table-cell;
      width: 100%; } }
  @media all and (max-width: 767px) {
    .col-12 {
      height: 500px;
      display: table; }
      .col-12 .col-inner {
        display: table-cell;
        vertical-align: middle; } }

.section-wrapper {
  position: relative;
  z-index: 0; }
  .section-wrapper > * {
    position: relative;
    z-index: 1; }
  .section-wrapper .section-wrapper-right, .section-wrapper .section-wrapper-left {
    position: absolute;
    height: 100%;
    top: 0;
    width: 50%; }
    @media all and (max-width: 767px) {
      .section-wrapper .section-wrapper-right, .section-wrapper .section-wrapper-left {
        display: none; } }
  .section-wrapper .section-wrapper-right {
    right: 0; }
  .section-wrapper .section-wrapper-left {
    left: 0; }

@media all and (max-width: 767px) {
  .desktop-only {
    display: none !important; } }

.live-video-player {
  position: relative;
  max-width: 480px;
  margin: 0 auto; }
  .live-video-player.loading {
    background-color: #333; }
    .live-video-player.loading::before {
      content: "";
      display: block;
      width: 46px;
      height: 46px;
      margin: 1px;
      border-radius: 50%;
      border: 5px solid #fff;
      border-color: #fff #fff transparent transparent;
      animation: loading-spinner .6s linear infinite;
      position: absolute;
      left: calc(50% - 23px);
      top: calc(50% - 23px); }

@keyframes loading-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .live-video-player::after {
    content: '';
    display: block;
    padding-bottom: 75%; }
  .live-video-player .live-video-feed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .loading.live-video-player .live-video-feed {
      display: none; }
    .live-video-player .live-video-feed .live-video-text {
      color: red;
      text-transform: uppercase;
      position: absolute;
      bottom: 5%;
      left: 5%;
      user-select: none;
      font-weight: bold;
      font-size: 24px;
      text-shadow: 0.05em 0 0.1em #ff0080;
      font-smooth: never;
      -webkit-font-smoothing: none;
      animation: flashing-text 3s infinite; }

@keyframes flashing-text {
  0% {
    visibility: visible; }
  50% {
    visibility: hidden; }
  100% {
    visibility: hidden; } }
      .live-video-player .live-video-feed .live-video-text::before {
        content: '\25CF'; }
  .live-video-player .live-video-info {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    display: block;
    position: absolute;
    width: 100%;
    padding: 30px 10px;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    text-align: left;
    color: white;
    font-family: Arial, sans-serif;
    text-shadow: none;
    z-index: 11; }
    :hover.live-video-player .live-video-info {
      opacity: 1;
      visibility: visible; }

h1 {
  font-size: 200%;
  text-align: center;
  font-weight: bold; }

h2 {
  font-size: 160%; }

h3 {
  font-size: 125%; }

body {
  background-color: black;
  font-family: "Courier New", monospace;
  color: greenyellow; }

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none; }

.flame-gif {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../../lib/images/flame1.gif");
  background-attachment: scroll;
  background-size: 100px;
  background-position: bottom center;
  background-repeat: round; }

.hacker-lines {
  background-image: repeating-linear-gradient(rgba(173, 255, 47, 0.2), rgba(173, 255, 47, 0.2) 1px, transparent 1px, transparent 10px);
  background-attachment: fixed; }

.scanlines {
  background-image: repeating-linear-gradient(rgba(150, 150, 150, 0.1), rgba(150, 150, 150, 0.1) 2px, rgba(0, 0, 0, 0.1) 2px, rgba(0, 0, 0, 0.1) 4px);
  background-attachment: fixed;
  animation: scanline-flicker 33.33333ms alternate infinite;
  background-position-y: -1px; }

@keyframes scanline-flicker {
  from {
    background-image: repeating-linear-gradient(rgba(128, 128, 128, 0.1), rgba(128, 128, 128, 0.1) 2px, rgba(0, 0, 0, 0.1) 2px, rgba(0, 0, 0, 0.1) 4px); }
  to {
    background-image: repeating-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 2px, rgba(128, 128, 128, 0.1) 2px, rgba(128, 128, 128, 0.1) 4px); } }

.text-shadow {
  text-shadow: 2px 2px 1px black; }

.marquee {
  position: relative;
  overflow: hidden; }
  .marquee .marquee-inner {
    position: relative;
    transform: translateX(100%);
    animation: marquee 30s infinite linear; }

@keyframes marquee {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
