/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'AvertaQuibi-Regular';
  src: url('../fonts/AvertaQuibi-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvertaQuibi-Regular.otf')  format('opentype'),
	     url('../fonts/AvertaQuibi-Regular.woff') format('woff'), url('../fonts/AvertaQuibi-Regular.ttf')  format('truetype'), url('../fonts/AvertaQuibi-Regular.svg#AvertaQuibi-Regular') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'AvertaQuibi-Bold';
  src: url('../fonts/AvertaQuibi-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvertaQuibi-Bold.otf')  format('opentype'),
       url('../fonts/AvertaQuibi-Bold.woff') format('woff'), url('../fonts/AvertaQuibi-Bold.ttf')  format('truetype'), url('../fonts/AvertaQuibi-Bold.svg#AvertaQuibi-Bold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'AvertaQuibi-Semibold';
  src: url('../fonts/AvertaQuibi-Semibold.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvertaQuibi-Semibold.otf')  format('opentype'),
       url('../fonts/AvertaQuibi-Semibold.woff') format('woff'), url('../fonts/AvertaQuibi-Semibold.ttf')  format('truetype'), url('../fonts/AvertaQuibi-Semibold.svg#AvertaQuibi-Semibold') format('svg');
  font-weight: normal;
  font-style: normal; }

* {
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

html {
  overflow-x: hidden;
  width: 100vw; }

body {
  background: #000;
  color: #fff;
  cursor: default;
  font-family: 'AvertaQuibi-Regular', sans-serif;
  font-size: 20.6px;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  width: 100vw;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; 
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

img,
svg {
  display: block; }

a {
  text-decoration: none; }

i {
  padding-right: 0.1em; }

b {
  font-family: 'AvertaQuibi-Bold', sans-serif;
  font-weight: normal; }

sup {
  display: inline-block;
  font-size: 53%;
  -webkit-transform: translate(0.02em, -0.37em);
      -ms-transform: translate(0.02em, -0.37em);
          transform: translate(0.02em, -0.37em); }

.nowrap {
  white-space: nowrap; }

.clear-both {
  clear: both; }

.opacity-0 {
  opacity: 0;
  pointer-events: none; }

.transition-none * {
  -webkit-transition: none !important;
       -o-transition: none !important;
          transition: none !important; }

.pointer-events-none,
.pointer-events-none * {
  cursor: default;
  pointer-events: none; }

.br-a {
  display: none; }

*:focus {
  outline: none; }

var {
  display: none; }

.page {
  overflow-x: hidden;
  padding-left: calc(100vw - 100%);
  position: absolute;
  width: 100%; }

  .shows {
    margin: 0 auto;
    max-width: 1900px;
    padding: 2em 0 3em 0;
    width: 97vw; }

    .show {
      background: #0f0f0f;
      border-radius: 1.2em;
      margin-bottom: 2.3em;
      padding: 1.3em 0 0.4em 1.7em;
      -webkit-transition: opacity 0.8s cubic-bezier(0.3, 0, 0.7, 1);
           -o-transition: opacity 0.8s cubic-bezier(0.3, 0, 0.7, 1);
              transition: opacity 0.8s cubic-bezier(0.3, 0, 0.7, 1); }

      .show-title {
        font-family: 'AvertaQuibi-Semibold', sans-serif;
        font-size: 1.4em;
        padding-bottom: 0.6em; }

      .episodes { }

        .episode {
          display: inline-block;
          font-size: 0.8em;
          margin-bottom: 2.1em;
          vertical-align: top;
          width: 11.2em; }

          .episode-number {
            color: #cbc8c8;
            font-family: 'AvertaQuibi-Bold', sans-serif;
            line-height: 1;
            margin: 0 0 0.5em 0;
            text-transform: uppercase; }

          .guild-views-outer { }

            .guild-views {
              font-family: 'AvertaQuibi-Semibold', sans-serif;
              margin: 0.3em 0 0 0; }

              .guild-views-name {
                display: inline-block;
                margin-right: 0.4em;
                min-width: 4.4em; }

              .guild-views-count {
                display: inline-block; }

.console {
  background: rgba(25, 25, 25, 0.8);
  border-radius: 0 0.5em 0 0;
  bottom: 0;
  color: #ddd;
  font-family: 'AvertaQuibi-Regular', sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 0.45em 0.8em 0.5em 0.9em;
  pointer-events: none;
  position: fixed;
  left: 0;
  z-index: 10000; }

  .console:before {
    content: "normal"; }

@media (max-width: 2400px) {
  body {
    font-size: 19.5px; } }

@media (max-width: 1800px) {
  body {
    font-size: 18.7px; } }

@media (max-width: 1600px) {
  body {
    font-size: 18px; } }

@media (max-width: 1400px) {
  body {
    font-size: 17.3px; } }

@media (max-width: 1260px) {
  body {
    font-size: 16.5px; } }

@media (max-width: 1100px) {
  body {
    font-size: 15.5px; } }

@media (max-width: 900px) {
  body {
    font-size: 14.9px; } }

@media (max-aspect-ratio: 123/100) {
  .console:before {
    content: "tall"; } }

  @media (max-aspect-ratio: 105/100) {
    .console:before {
      content: "taller"; } }

    @media (max-aspect-ratio: 86/100) {
      .console:before {
        content: "super-tall"; } }

    @media (max-aspect-ratio: 86/100) and (max-width: 900px) {
      .console:before {
        content: "super-tall"; } }

    @media (max-aspect-ratio: 86/100) and (max-width: 666px) {
      .console:before {
        content: "super-tall"; }

      body {
        font-size: 4.2vw;}

      .shows {
        width: 93vw; }

      .show {
        padding: 1em 0 0 1.3em; }

      .episode {
        font-size: 0.75em;
        width: 9.2em; } }

@media (min-aspect-ratio: 144/100) {
  .console:before {
    content: "wide"; } }

  @media (min-aspect-ratio: 160/100) {
    .console:before {
      content: "wider"; } }

    @media (min-aspect-ratio: 174/100) {
      .console:before {
        content: "super-wide"; } }

    @media (min-aspect-ratio: 174/100) and (max-width: 900px) {
      .console:before {
        content: "super-wide"; } }

      @media (min-aspect-ratio: 190/100) and (min-width: 900px) {
        .console:before {
          content: "too-wide"; } }
