/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Lato:900,700);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*
@font-face {
    font-family: 'midnight';
    src: url('/fonts/blackout_midnight-webfont.woff2') format('woff2'),
         url('/fonts/blackout_midnight-webfont.woff') format('woff'),
         url('/fonts/blackout_midnight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'two-am';
    src: url('/fonts/blackout_two_am-webfont.woff2') format('woff2'),
         url('/fonts/blackout_two_am-webfont.woff') format('woff'),
         url('/fonts/blackout_two_am-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
*/
@font-face {
  font-family: 'icon';
  src: url("https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.3.2/fonts/Simple-Line-Icons.woff2") format("woff2"), url("https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.3.2/fonts/Simple-Line-Icons.woff") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.3.2/fonts/Simple-Line-Icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
header {
  width: 100%;
  position: fixed;
  z-index: 5;
  background-color: #fff; }

nav {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Lato';
  padding-top: 18px;
  padding-bottom: 18px -10px; }
  nav::after {
    clear: both;
    content: "";
    display: table; }
  nav .logo {
    float: left;
    padding: 0;
    margin: 0; }
    nav .logo a {
      display: block;
      width: 213px;
      height: 56px;
      background-image: url("http://static.tumblr.com/laqey8o/qYhoblduf/logo.png");
      background-size: contain;
      background-repeat: no-repeat;
      text-indent: -9000px;
      overflow: hidden; }
    @media screen and (max-width: 320px) {
      nav .logo a {
        width: 170px;
        height: 45px; } }
  nav .toggle {
    display: none; }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    nav ul li {
      display: inline-block;
      font-size: 31px;
      line-height: 33px;
      margin: 0 8px 0 0;
      padding: 0;
      text-transform: uppercase;
      font-weight: 600; }
      nav ul li span.icon {
        font-family: 'icon';
        font-size: 32px;
        display: inline-block;
        margin-right: 5px;
        color: #686868; }
      nav ul li:hover {
        color: #d20303; }
  nav .search {
    margin-left: 5px; }
    nav .search form {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0px;
      top: -180%;
      left: 0px;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-transition: top 400ms ease-in-out;
      -moz-transition: top 400ms ease-in-out;
      transition: top 400ms ease-in-out; }
      nav .search form .close-search {
        position: absolute;
        top: 20px;
        right: 20px;
        font-family: 'icon';
        color: #fff; }
        nav .search form .close-search:hover {
          color: #fff; }
      nav .search form .form-pad {
        max-width: 600px;
        height: 400px;
        margin: 100px auto 0 auto; }
        nav .search form .form-pad input {
          border: none;
          display: inline-block;
          margin: 20px 0 23px 20px;
          padding: 10px;
          height: 70px;
          text-transform: uppercase;
          line-height: 30px;
          font-size: 43px; }
        nav .search form .form-pad button {
          border: none;
          font-family: 'icon';
          background-color: #fff;
          padding: 18px;
          margin-left: -10px;
          height: 70px;
          line-height: 0px; }
    nav .search .tag-select-list {
      background-color: #fff;
      margin: 20px;
      padding: 10px;
      text-align: center;
      overflow: hidden; }
      nav .search .tag-select-list li {
        display: block;
        text-align: center;
        padding: 0 10px 10px 10px;
        margin: 0;
        font-size: 20px;
        line-height: 20px;
        color: #7f7f7f;
        display: block; }
        nav .search .tag-select-list li.tag-fill {
          float: left;
          font-size: 18px;
          cursor: pointer;
          color: #000; }
          nav .search .tag-select-list li.tag-fill:before {
            content: "\0023";
            color: #757575; }
      @media screen and (max-width: 600px) {
        nav .search .tag-select-list {
          box-shadow: none;
          padding: 0;
          margin: 0; }
          nav .search .tag-select-list li {
            text-align: center;
            margin: 0;
            padding: 0 5px 0 0; }
            nav .search .tag-select-list li.tag-fill {
              font-size: 14px; } }
    nav .search.open form {
      top: 0px; }
    @media screen and (max-width: 900px) {
      nav .search .form-pad input {
        width: 500px; } }
    @media screen and (max-width: 600px) {
      nav .search {
        margin: 0; }
        nav .search span.icon {
          display: none; }
        nav .search form {
          position: static;
          background-color: #fff; }
          nav .search form .form-pad {
            margin: 0;
            padding: 0; }
            nav .search form .form-pad input {
              margin: 0px;
              padding: 0px;
              font-size: 18px;
              height: 30px;
              width: calc(100% - 73px); } }
  nav .social-links {
    width: 132px;
    float: right; }
    nav .social-links a {
      font-size: 30px;
      margin-top: 2px;
      display: block;
      float: left;
      line-height: 28px;
      width: 31px;
      height: 30px;
      background-size: 128px 30px;
      background-image: url("http://static.tumblr.com/laqey8o/WnIobldug/social-icons.png");
      text-indent: -900px;
      overflow: hidden; }
      nav .social-links a.facebook {
        background-position-x: -30px; }
      nav .social-links a.instagram {
        background-position-x: -98px;
        margin-left: 4px; }
      nav .social-links a.youtube {
        margin-left: 3px;
        background-position-x: -65px; }
      nav .social-links a.getinvolved {
        text-transform: uppercase;
        text-align: right;
        font-size: 20px;
        background-image: none;
        text-indent: 0;
        width: 100%; }
      nav .social-links a:hover {
        color: #d20303; }
    @media screen and (max-width: 900px) {
      nav .social-links {
        margin-right: 18px; } }
    @media screen and (max-width: 600px) {
      nav .social-links {
        width: 65px;
        margin-top: -10px; }
        nav .social-links a.youtube {
          margin-left: 3px;
          margin-right: 0; }
        nav .social-links a.instagram {
          margin-left: 0; }
        nav .social-links a.twitter {
          margin-left: 2px; }
        nav .social-links a.facebook {
          margin-right: -3px;
          margin-left: 2px; }
        nav .social-links a.getinvolved {
          display: none; } }
    @media screen and (max-width: 320px) {
      nav .social-links {
        display: none; } }
  @media screen and (max-width: 900px) {
    nav .logo {
      margin-left: 18px; }
    nav ul {
      width: 100%; }
      nav ul li {
        margin: -5px 5px 5px 0; }
        nav ul li a {
          font-size: 22px;
          line-height: 18px; } }
  @media screen and (max-width: 600px) {
    nav .logo {
      margin-left: 6px; }
    nav .toggle {
      float: right;
      display: block;
      font-size: 40px;
      margin: 0 12px 0 0;
      text-indent: -9000px; }
      nav .toggle:after {
        display: block;
        float: right;
        font-family: 'icon';
        text-indent: 0;
        line-height: 1.4;
        content: "\E601";
        margin: 0 0 0 5px; }
    nav ul {
      width: 75%;
      height: 100%;
      position: fixed;
      margin: -18px 0 0 0;
      box-sizing: border-box;
      padding: 18px;
      box-shadow: 9px 7px 30px 2px rgba(0, 0, 0, 0.4);
      background-color: #fff;
      -webkit-transform: translateX(-120%);
      -moz-transform: translateX(-120%);
      -ms-transform: translateX(-120%);
      -o-transform: translateX(-120%);
      transform: translateX(-120%);
      -webkit-transition: -webkit-transform 400ms ease-in-out;
      -moz-transition: -moz-transform 400ms ease-in-out;
      transition: transform 400ms ease-in-out; }
      nav ul.active {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%); }
      nav ul li {
        margin: 0 10px 10px 0;
        display: block; } }
  @media screen and (max-width: 320px) {
    nav .toggle:after {
      line-height: 1.2; } }

section {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-top: 80px; }
  @media screen and (max-width: 900px) {
    section {
      max-width: 729px;
      margin: 0 auto; } }
  @media screen and (max-width: 600px) {
    section {
      padding-top: 80px;
      overflow-x: hidden; } }
  section .section-wrap {
    overflow: hidden;
    margin-right: -18px; }
    @media screen and (min-width: 980px) {
      section .section-wrap {
        width: 1000px; } }
    @media screen and (max-width: 900px) {
      section .section-wrap {
        width: 800px;
        margin: 0; } }
    @media screen and (max-width: 600px) {
      section .section-wrap {
        width: 102%; } }
  section .warning {
    padding: 3px;
    background-color: #000;
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0;
    font-family: 'Lato';
    text-transform: uppercase; }
    section .warning p {
      margin: 0;
      padding: 0; }
    section .warning .dismiss {
      font-family: 'icon';
      display: inline-block;
      margin: 0 5px 0 5px;
      display: none; }
  section article {
    cursor: pointer;
    background-position: center top;
    position: relative;
    background-size: cover;
    background-position: center center;
    box-sizing: content-box;
    margin-right: 18px;
    overflow: hidden;
    width: 314px;
    background-color: #e4e3e3;
    height: 190px;
    margin-bottom: 18px; }
    section article.yt-clip {
      background-position: center -30px; }
    section article.yt-clip.featured {
      background-position: center -66px;
      background-size: auto 124%; }
    section article .table-wrap p {
      margin: 0;
      padding: 0;
      font-size: inherit; }
    section article .tag-panel {
      width: 100%;
      background-color: #fff;
      position: absolute;
      bottom: 0px; }
      section article .tag-panel .producer {
        font-family: 'icon'; }
        section article .tag-panel .producer a {
          display: none;
          margin: -5px 2px 0px 2px; }
          section article .tag-panel .producer a:first-child {
            display: inline-block;
            margin-right: 10px; }
            section article .tag-panel .producer a:first-child span {
              display: inline-block;
              font-family: 'two-am';
              font-size: 16px;
              color: #000;
              text-indent: 0; }
          section article .tag-panel .producer a.life, section article .tag-panel .producer a.music, section article .tag-panel .producer a.comedy, section article .tag-panel .producer a.gaming, section article .tag-panel .producer a.issues {
            display: inline-block;
            font-family: 'Open Sans';
            font-weight: 900;
            text-transform: uppercase; }
    section article .overlay-content {
      display: none;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      position: fixed;
      z-index: 99;
      background-color: rgba(255, 255, 255, 0.9);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: -webkit-transform 400ms ease-in-out;
      -moz-transition: -moz-transform 400ms ease-in-out;
      transition: transform 400ms ease-in-out; }
      section article .overlay-content iframe {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%; }
      section article .overlay-content .slideshow {
        max-width: 700px;
        display: block;
        margin: 2% auto 0 auto;
        background-color: #fff;
        background-position: center center;
        background-size: cover; }
        @media screen and (min-width: 980px) {
          section article .overlay-content .slideshow {
            height: 600px; } }
        section article .overlay-content .slideshow img {
          display: block;
          margin: 0 auto; }
          @media screen and (min-width: 980px) {
            section article .overlay-content .slideshow img {
              max-height: 100%; } }
          @media screen and (max-width: 900px) {
            section article .overlay-content .slideshow img {
              max-width: 80%;
              height: 400px; } }
      section article .overlay-content .embedcode {
        display: none; }
      section article .overlay-content .player {
        width: 700px;
        height: 394px;
        background-color: #fff;
        display: block;
        margin: 2% auto 0 auto; }
        section article .overlay-content .player.square {
          height: 650px;
          width: 650px; }
        section article .overlay-content .player.portrait {
          height: 650px;
          width: 487px; }
      section article .overlay-content .close {
        font-family: 'icon';
        font-size: 60px;
        position: fixed;
        right: 20px;
        top: 20px; }
      section article .overlay-content .description {
        width: 700px;
        box-sizing: border-box;
        margin: 0 auto 0 auto;
        padding: 10px;
        background-color: #fff; }
        section article .overlay-content .description h1 {
          font-family: 'midnight';
          font-size: 24px;
          line-height: 1.2;
          padding: 0;
          margin: 0; }
        section article .overlay-content .description h2.contributer {
          color: #000;
          font-family: 'two-am';
          margin: 0;
          padding: 0; }
        section article .overlay-content .description p {
          font-family: 'Open Sans';
          font-size: 14px; }
          section article .overlay-content .description p a {
            font-weight: 600; }
      section article .overlay-content .tag-list {
        margin: 0;
        padding: 0;
        list-style: none; }
        section article .overlay-content .tag-list li {
          display: inline-block;
          font-size: 18px;
          margin-right: 5px; }
          section article .overlay-content .tag-list li:before {
            font-family: 'icon';
            font-size: 16px;
            content: "\E055";
            display: inline-block;
            margin-right: 3px; }
      section article .overlay-content .social-share {
        background-color: #fff;
        float: right;
        padding: 10px 8px 10px 10px;
        margin: -10px -50px 0 0; }
        section article .overlay-content .social-share .like_button, section article .overlay-content .social-share .reblog_button {
          width: 30px;
          height: 30px;
          color: #000; }
          section article .overlay-content .social-share .like_button svg path, section article .overlay-content .social-share .reblog_button svg path {
            fill: #000; }
        section article .overlay-content .social-share .twitter, section article .overlay-content .social-share .facebook {
          font-family: 'icon';
          font-size: 28px;
          display: block; }
          section article .overlay-content .social-share .twitter:hover, section article .overlay-content .social-share .facebook:hover {
            color: red; }
        @media screen and (max-width: 600px) {
          section article .overlay-content .social-share {
            z-index: 99;
            width: 100%;
            background-color: #fff;
            left: 0px;
            bottom: 0px;
            top: auto;
            position: fixed;
            box-shadow: 0px 7px 30px 2px rgba(0, 0, 0, 0.4); }
            section article .overlay-content .social-share .like_button, section article .overlay-content .social-share .reblog_button {
              float: left;
              margin-right: 10px; }
            section article .overlay-content .social-share .twitter, section article .overlay-content .social-share .facebook {
              float: left;
              margin-right: 10px; } }
      section article .overlay-content.active {
        display: block;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%); }
        @media screen and (min-width: 980px) {
          section article .overlay-content.active {
            overflow-y: scroll; } }
      section article .overlay-content.exit {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%); }
      @media screen and (max-width: 900px) {
        section article .overlay-content .player, section article .overlay-content .slideshow {
          margin-top: 16%; } }
      @media screen and (max-width: 600px) {
        section article .overlay-content {
          background-color: #fff;
          overflow-x: hidden; }
          section article .overlay-content .player {
            margin-top: 16%;
            width: 100%;
            height: 233px; }
            section article .overlay-content .player.square {
              width: 100%;
              height: 235px; }
            section article .overlay-content .player.portrait {
              width: 100%;
              height: 235px; }
          section article .overlay-content .close {
            font-family: 'icon';
            font-size: 40px;
            position: fixed;
            right: 10px;
            top: 10px; }
          section article .overlay-content .description {
            width: auto;
            position: absolute;
            height: 52%; }
          section article .overlay-content .description-scroll {
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch;
            height: 100%;
            padding-bottom: 40px; } }
      @media screen and (max-width: 375px) {
        section article .overlay-content .player {
          height: 211px; }
          section article .overlay-content .player.square {
            width: 100%;
            height: 203px; }
          section article .overlay-content .player.portrait {
            width: 100%;
            height: 203px; }
        section article .overlay-content .close {
          font-family: 'icon';
          font-size: 30px;
          position: fixed;
          right: 10px;
          top: 10px; } }
      @media screen and (max-width: 320px) {
        section article .overlay-content .player.square {
          width: 100%;
          height: 180px; }
        section article .overlay-content .player.portrait {
          width: 100%;
          height: 180px; } }
    section article .slash {
      width: 100%;
      cursor: pointer;
      position: relative;
      z-index: 3;
      box-sizing: border-box;
      position: absolute;
      bottom: 0px;
      left: 0px;
      display: none;
      background-repeat: no-repeat;
      background-position: left top;
      background-size: cover;
      text-align: right; }
      section article .slash:before {
        background-color: #fff; }
    section article .tags {
      font-family: 'icon';
      display: block;
      font-size: 40px;
      line-height: 40px;
      height: 25px; }
      section article .tags a {
        display: none;
        margin: 0 0px 5px 2px;
        background-color: #fff;
        border-radius: 40px;
        padding: 7px;
        position: relative;
        top: -27px; }
        section article .tags a span {
          display: none; }
        section article .tags a.scran + joab {
          display: inline-block; }
          section article .tags a.scran + joab:before {
            content: "&#57438;"; }
        section article .tags a.life {
          display: inline-block; }
          section article .tags a.life:before {
            content: "\E063"; }
        section article .tags a.music {
          display: inline-block; }
          section article .tags a.music:before {
            content: "\E03D"; }
        section article .tags a.stuff {
          display: inline-block; }
          section article .tags a.stuff:before {
            content: "\E043"; }
        section article .tags a.sport {
          display: inline-block; }
          section article .tags a.sport:before {
            content: "\E006"; }
        section article .tags a.comedy {
          display: inline-block; }
          section article .tags a.comedy:before {
            content: "\E021"; }
        section article .tags a.games {
          display: inline-block; }
          section article .tags a.games:before {
            content: "\E01A"; }
    section article .producer {
      font-family: 'icon';
      display: block; }
      section article .producer a {
        display: none;
        margin: 0 2px 5px 2px; }
        section article .producer a:first-child {
          display: block; }
          section article .producer a:first-child span {
            display: block;
            font-family: 'two-am';
            font-size: 16px;
            color: #000;
            text-indent: 0; }
        section article .producer a.life, section article .producer a.music, section article .producer a.comedy, section article .producer a.gaming, section article .producer a.issues {
          display: block;
          font-family: 'Open Sans';
          text-transform: uppercase; }
    section article h1 {
      font-size: 17px;
      line-height: 1.1;
      padding: 10px 2px 0 0;
      position: relative;
      z-index: 2;
      padding: 5px;
      margin: 0;
      vertical-align: bottom;
      font-family: 'Lato';
      font-weight: 700;
      padding-bottom: 3px;
      border-bottom: 0px solid #c7c7c7; }
      section article h1 blockquote {
        margin: 0;
        padding: 0; }
      section article h1 .tumblr_blog {
        color: #7a7a7a; }
    @media screen and (max-width: 900px) {
      section article {
        box-sizing: content-box;
        margin-right: 18px;
        overflow: hidden;
        width: 230px; } }
    @media screen and (max-width: 600px) {
      section article {
        box-sizing: content-box;
        overflow: hidden;
        width: 48%;
        margin-right: 2%; } }
    @media screen and (max-width: 600px) {
      section article {
        height: 133px;
        margin-bottom: 12.6px; } }
    @media screen and (max-width: 375px) {
      section article {
        height: 114px;
        margin-bottom: 10.8px; } }
    @media screen and (max-width: 320px) {
      section article {
        height: 95px;
        margin-bottom: 9px; } }
    section article.audio-post {
      background-color: red; }
    section article.col-2 {
      box-sizing: content-box;
      margin-right: 18px;
      overflow: hidden;
      width: 646px; }
      @media screen and (max-width: 900px) {
        section article.col-2 {
          box-sizing: content-box;
          margin-right: 18px;
          overflow: hidden;
          width: 478px; } }
      @media screen and (max-width: 600px) {
        section article.col-2 {
          box-sizing: content-box;
          overflow: hidden;
          width: calc(98%);
          margin-right: 2%; } }
    section article.col-3 {
      box-sizing: content-box;
      margin-right: 18px;
      overflow: hidden;
      width: 978px; }
      @media screen and (max-width: 900px) {
        section article.col-3 {
          box-sizing: content-box;
          margin-right: 18px;
          overflow: hidden;
          width: 726px; } }
      @media screen and (max-width: 600px) {
        section article.col-3 {
          box-sizing: content-box;
          overflow: hidden;
          width: calc(98%);
          margin-right: 2%; } }
    section article.col-4 {
      box-sizing: content-box;
      margin-right: 18px;
      overflow: hidden;
      width: 1310px; }
      @media screen and (max-width: 900px) {
        section article.col-4 {
          box-sizing: content-box;
          margin-right: 18px;
          overflow: hidden;
          width: 974px; } }
      @media screen and (max-width: 600px) {
        section article.col-4 {
          box-sizing: content-box;
          overflow: hidden;
          width: calc(98%);
          margin-right: 2%; } }
    section article.row-1.col-1 {
      background-size: auto 134%; }
      section article.row-1.col-1 .slash {
        -webkit-transition: -webkit-transform 400ms ease-in-out;
        -moz-transition: -moz-transform 400ms ease-in-out;
        transition: transform 400ms ease-in-out;
        cursor: pointer; }
        section article.row-1.col-1 .slash:before {
          position: absolute;
          z-index: 1;
          width: 200%;
          height: 200%;
          left: -10%;
          content: " ";
          background-color: #f6f6f6;
          -webkit-transform: rotate(-5deg);
          -moz-transform: rotate(-5deg);
          -ms-transform: rotate(-5deg);
          -o-transform: rotate(-5deg);
          transform: rotate(-5deg); }
        section article.row-1.col-1 .slash:before {
          top: -10px; }
      section article.row-1.col-1:nth-child(2n) .slash {
        text-align: left;
        -webkit-transition: -webkit-transform 400ms ease-in-out;
        -moz-transition: -moz-transform 400ms ease-in-out;
        transition: transform 400ms ease-in-out;
        cursor: pointer; }
        section article.row-1.col-1:nth-child(2n) .slash:before {
          position: absolute;
          z-index: 1;
          width: 200%;
          height: 200%;
          left: -10%;
          content: " ";
          background-color: #f6f6f6;
          -webkit-transform: rotate(5deg);
          -moz-transform: rotate(5deg);
          -ms-transform: rotate(5deg);
          -o-transform: rotate(5deg);
          transform: rotate(5deg); }
        section article.row-1.col-1:nth-child(2n) .slash:before {
          top: 5px; }
    section article.row-1.col-2 {
      border: none; }
      section article.row-1.col-2 .table-wrap {
        display: table;
        height: 100%; }
      section article.row-1.col-2 h1 {
        height: 100%;
        display: table-cell;
        vertical-align: bottom;
        border-bottom: none;
        border-right: 0px solid #c7c7c7; }
      section article.row-1.col-2 .slash {
        -webkit-transition: -webkit-transform 400ms ease-in-out;
        -moz-transition: -moz-transform 400ms ease-in-out;
        transition: transform 400ms ease-in-out;
        cursor: pointer;
        padding-left: 70%;
        height: 100%; }
        section article.row-1.col-2 .slash:before {
          position: absolute;
          z-index: 1;
          width: 200%;
          height: 200%;
          left: 14%;
          content: " ";
          background-color: #f6f6f6;
          -webkit-transform: rotate(-75deg);
          -moz-transform: rotate(-75deg);
          -ms-transform: rotate(-75deg);
          -o-transform: rotate(-75deg);
          transform: rotate(-75deg); }
      section article.row-1.col-2:nth-child(2n) {
        border: none; }
        section article.row-1.col-2:nth-child(2n) h1 {
          height: 100%;
          display: table-cell;
          vertical-align: bottom;
          border-bottom: none;
          border-right: none;
          border-left: 0px solid #c7c7c7; }
        section article.row-1.col-2:nth-child(2n) .slash {
          text-align: left;
          padding-left: 0;
          padding-right: 70%;
          -webkit-transition: -webkit-transform 400ms ease-in-out;
          -moz-transition: -moz-transform 400ms ease-in-out;
          transition: transform 400ms ease-in-out;
          cursor: pointer; }
          section article.row-1.col-2:nth-child(2n) .slash:before {
            position: absolute;
            z-index: 1;
            width: 200%;
            height: 200%;
            left: -112%;
            content: " ";
            background-color: #f6f6f6;
            -webkit-transform: rotate(75deg);
            -moz-transform: rotate(75deg);
            -ms-transform: rotate(75deg);
            -o-transform: rotate(75deg);
            transform: rotate(75deg); }
    section article.row-2 {
      height: 398px; }
      section article.row-2.col-1 {
        background-size: auto 133%; }
        section article.row-2.col-1 .slash {
          -webkit-transition: -webkit-transform 400ms ease-in-out;
          -moz-transition: -moz-transform 400ms ease-in-out;
          transition: transform 400ms ease-in-out;
          cursor: pointer; }
          section article.row-2.col-1 .slash:before {
            position: absolute;
            z-index: 1;
            width: 200%;
            height: 200%;
            left: 0;
            content: " ";
            background-color: #f6f6f6;
            -webkit-transform: rotate(-5deg);
            -moz-transform: rotate(-5deg);
            -ms-transform: rotate(-5deg);
            -o-transform: rotate(-5deg);
            transform: rotate(-5deg); }
          section article.row-2.col-1 .slash:before {
            top: -10px; }
        section article.row-2.col-1:nth-child(2n) .slash {
          text-align: left;
          -webkit-transition: -webkit-transform 400ms ease-in-out;
          -moz-transition: -moz-transform 400ms ease-in-out;
          transition: transform 400ms ease-in-out;
          cursor: pointer; }
          section article.row-2.col-1:nth-child(2n) .slash:before {
            position: absolute;
            z-index: 1;
            width: 200%;
            height: 200%;
            left: -10%;
            content: " ";
            background-color: #f6f6f6;
            -webkit-transform: rotate(5deg);
            -moz-transform: rotate(5deg);
            -ms-transform: rotate(5deg);
            -o-transform: rotate(5deg);
            transform: rotate(5deg); }
      section article.row-2.col-2 {
        background-size: auto 134%; }
        section article.row-2.col-2 .slash {
          text-align: right;
          -webkit-transition: -webkit-transform 400ms ease-in-out;
          -moz-transition: -moz-transform 400ms ease-in-out;
          transition: transform 400ms ease-in-out;
          cursor: pointer; }
          section article.row-2.col-2 .slash:before {
            position: absolute;
            z-index: 1;
            width: 200%;
            height: 200%;
            left: -10%;
            content: " ";
            background-color: #f6f6f6;
            -webkit-transform: rotate(-5deg);
            -moz-transform: rotate(-5deg);
            -ms-transform: rotate(-5deg);
            -o-transform: rotate(-5deg);
            transform: rotate(-5deg); }
          section article.row-2.col-2 .slash:before {
            top: -28px; }
        section article.row-2.col-2:nth-child(2n) {
          text-align: left; }
          section article.row-2.col-2:nth-child(2n) .slash {
            text-align: left;
            -webkit-transition: -webkit-transform 400ms ease-in-out;
            -moz-transition: -moz-transform 400ms ease-in-out;
            transition: transform 400ms ease-in-out;
            cursor: pointer; }
            section article.row-2.col-2:nth-child(2n) .slash:before {
              position: absolute;
              z-index: 1;
              width: 200%;
              height: 200%;
              left: -10%;
              content: " ";
              background-color: #f6f6f6;
              -webkit-transform: rotate(5deg);
              -moz-transform: rotate(5deg);
              -ms-transform: rotate(5deg);
              -o-transform: rotate(5deg);
              transform: rotate(5deg); }
            section article.row-2.col-2:nth-child(2n) .slash:before {
              top: 0px; }
    section article.row-3 {
      height: 606px; }
    section article.row-4 {
      height: 760px; }
      section article.row-4 .slash {
        height: 40%; }
    section article.end {
      margin-right: 0; }
  section.overlay {
    background-color: pink;
    height: 100%;
    overflow: auto; }
  section .loading {
    position: fixed;
    z-index: 98;
    bottom: 0px;
    left: 0px;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    clear: both;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    transition: all 600ms ease-out; }
    section .loading.active {
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%); }
    section .loading p {
      width: 100%;
      font-size: 50px;
      line-height: 1;
      font-family: 'icon';
      text-align: center;
      padding: 10px;
      margin: 0;
      -webkit-animation: rotate 800ms linear;
      -moz-animation: rotate 800ms linear;
      animation: rotate 800ms linear;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(0deg); }
  from {
    -webkit-transform: rotate(359deg); } }
@-moz-keyframes rotate {
  to {
    -moz-transform: rotate(0deg); }
  from {
    -moz-transform: rotate(359deg); } }
@keyframes rotate {
  to {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  from {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
.no-logo .menu-panel span.icon {
  display: none; }

.overlay-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1; }
  .overlay-container .video {
    width: 900px;
    height: 500px;
    margin: 100px auto; }

.overlay {
  /*
  .page-container{
  	-webkit-transform: translateY(5%);
  	transform: translateY(5%);
  	
  	-webkit-transform: scale(.8);
  	transform: scale(.8);
  }
  
  .overlay-container{
  	display: block;
  }
  */ }

body {
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 980px) {
    body.overlay {
      overflow-y: hidden; } }

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

.pagination {
  display: block;
  text-align: center;
  margin: 20px auto;
  width: 200px;
  font-family: 'midnight';
  font-size: 30px; }

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