/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.murakami {
  transition: 0.1s cubic-bezier(0.02, 0.01, 0.47, 1);
  position: absolute;
  cursor: pointer;
  margin: auto;
  height: 60px;
  width: 60px;
  z-index: 25; }
  .murakami--header {
    top: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    width: 60px; }
  .murakami--menu {
    top: 0;
    left: 0;
    right: 0; }
  .murakami__petals {
    animation: murakamiRotate 1s steps(8, end) infinite;
    margin: -50% 0 0 -50%;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%; }
    .murakami__petals.paused {
      animation-play-state: paused; }
  .murakami__face {
    margin: -22% 0 0 -22%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44%;
    height: 44%; }

@keyframes murakamiRotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.no-touch .complexcon-container:hover .complexcon-link__cta-text {
  opacity: 1; }
.no-touch .complexcon-container:hover .murakami {
  transform: scale(0.65, 0.65); }

.complexcon-flower {
  position: relative;
  margin-top: 35px;
  display: block; }
  .complexcon-flower__bg {
    display: block;
    width: 80%;
    margin: 0 auto; }

.complexcon-logo {
  display: block;
  position: relative;
  width: 100%; }
  .complexcon-logo img {
    max-width: 100%; }
  .complexcon-logo__spit {
    position: absolute;
    left: -105px;
    top: 63px;
    z-index: -1; }
  .complexcon-logo__main {
    width: 74%; }

.complexcon-container {
  width: 60px;
  height: 60px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 25px;
  color: #fff;
  font-size: .8em;
  transition: 0.1s cubic-bezier(0.02, 0.01, 0.47, 1); }
  .complexcon-container:hover {
    top: -5px; }

@media only screen and (max-width: 767px) {
  .complexcon-container {
    margin: auto;
    top: 49px;
    right: 0;
    left: 0;
    height: 50px;
    width: 50px; }
    .complexcon-container:hover {
      top: 2px; }

  .murakami--header {
    height: 50px;
    width: 50px; } }
@media only screen and (max-width: 519px) {
  .complexcon-container {
    top: 0;
    left: auto;
    right: 10px;
    height: 30px;
    width: 30px; }
    .complexcon-container:hover {
      top: 0; }

  .murakami--header {
    height: 30px;
    width: 30px; }

  .no-touch .complexcon-container:hover .murakami {
    top: 0;
    transform: scale(1, 1); } }
/**
 * Complex Cover Story Footer
 * --------------------------
 * 
 * @author eduardo.guanilo@complex.com
 */
footer {
  position: relative;
  background-color: #ededed;
  color: #333;
  line-height: 18px; }
  footer #credits {
    position: relative;
    margin-top: 30px;
    background: #232323;
    padding: 75px 0; }
    footer #credits .inner-col3 {
      margin-top: 10px; }
    footer #credits #creditsInner {
      max-width: 1200px;
      width: 90%;
      margin: 0 auto;
      overflow: hidden; }
    footer #credits #footer-logo {
      width: 298px;
      max-width: 100%;
      height: auto; }
    footer #credits .col1 {
      display: inline-block;
      vertical-align: top;
      width: 33%; }
    footer #credits .col2 {
      display: inline-block;
      vertical-align: top;
      width: 66%; }
    footer #credits .inner-col1, footer #credits .inner-col2 {
      width: 70%;
      display: inline-block;
      vertical-align: top; }
    footer #credits .credit-list {
      list-style: none;
      padding: 0; }
      footer #credits .credit-list li {
        padding: 5px 0; }
    footer #credits #copyright {
      font-size: .85em;
      color: #6a6a6a; }
    footer #credits h5 {
      font-size: 1.1em;
      color: #606060;
      text-transform: uppercase;
      vertical-align: top;
      padding: 0;
      margin: 0;
      text-align: left; }
    footer #credits .cred-role {
      font-size: .85em;
      color: #e0e0e0;
      text-transform: none;
      font-weight: bold; }
    footer #credits p {
      font-size: .85em;
      color: #fff; }
    footer #credits .cred-name {
      font-size: .85em;
      color: #fff;
      font-weight: normal; }
    @media screen and (max-width: 728px) {
      footer #credits .col1, footer #credits .col2, footer #credits .inner-col1, footer #credits .inner-col2, footer #credits .inner-col3 {
        display: block;
        width: 100%; } }
  footer #week-of-content {
    position: absolute;
    width: 100%;
    height: 450px;
    top: 0px;
    z-index: 99999;
    background: black;
    /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 0, 0, 0.7);
    padding: 40px 0 0;
    color: #fff; }
    footer #week-of-content h2 {
      padding-left: 100px;
      padding-right: 100px;
      font-size: 2.0em;
      text-transform: uppercase;
      margin-bottom: 20px;
      font-weight: normal;
      text-align: center; }
    footer #week-of-content a {
      color: inherit;
      text-decoration: none; }
    footer #week-of-content a.inactive {
      text-decoration: line-through;
      color: #333;
      cursor: default; }
    footer #week-of-content .article-schedule {
      padding-left: 100px;
      padding-right: 100px;
      list-style: none;
      position: relative; }
      footer #week-of-content .article-schedule li {
        border-bottom: 2px solid #676767;
        padding: 20px 0; }
      footer #week-of-content .article-schedule li:first-child {
        border-top: 2px solid #676767; }
      footer #week-of-content .article-schedule li:hover {
        background: black;
        /* Fall-back for browsers that don't support rgba */
        background: rgba(0, 0, 0, 0.7); }
        footer #week-of-content .article-schedule li:hover .schedule-date {
          text-indent: 20px; }
      footer #week-of-content .article-schedule .schedule-date {
        display: inline-block;
        width: 20%;
        font-weight: bold;
        font-size: .95em;
        transition: text-indent .25s ease-in-out;
        -moz-transition: text-indent  .25s ease-in-out;
        -webkit-transition: text-indent  .25s ease-in-out; }
      footer #week-of-content .article-schedule .scheduled-article {
        display: inline-block;
        width: 80%;
        font-size: 1.3em; }
      footer #week-of-content .article-schedule .upcoming .scheduled-article {
        text-decoration: line-through;
        color: #aaa; }
  footer .scroll-up {
    display: block;
    padding-top: 30px;
    margin: 0px auto;
    text-align: center;
    color: #333;
    cursor: pointer;
    line-height: 15px;
    margin-bottom: 0px;
    color: #333; }
  footer #related-articles {
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
    border-bottom: solid 2px #bababa;
    overflow: hidden;
    height: 1%;
    color: #333;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    display: flex; }
    footer #related-articles .headline {
      margin-left: 30px;
      position: relative;
      margin-top: 30px;
      /* display: inline-block; */
      float: left;
      /*
      &:first-child {
        margin-left: 0px;
        background: none;
        height: 35px;
        width: 200px;
      }
      */ }
      footer #related-articles .headline p {
        text-align: left;
        margin: 0; }
    footer #related-articles .related-articles-inner {
      width: 100%;
      display: flex;
      margin-top: 30px;
      align-content: space-between;
      justify-content: center;
      margin-top: 30px; }
    footer #related-articles .related-img {
      background-size: cover;
      padding-bottom: 55.555%; }
    footer #related-articles .related-article {
      margin-left: 30px;
      position: relative;
      width: 33.3333%; }
      footer #related-articles .related-article a {
        display: inline-block; }
      footer #related-articles .related-article .related-link {
        width: 100%;
        text-align: center;
        /* padding: 0 15px; */
        font-size: 1.0em;
        margin: 0px;
        color: #333;
        text-decoration: none;
        outline: 0; }
    footer #related-articles .headline p {
      top: 0;
      text-transform: uppercase;
      font-size: 1.2em; }
  footer #comments {
    padding-top: 20px;
    max-width: 1200px;
    width: 90%;
    max-width: 600px;
    /* for facebook */
    margin: 0 auto; }

@media screen and (max-width: 1425px) {
  /* footer #related-articles .related-article {
     margin: 0 0 20px;
     width: 33%;
     &:first-child {
       float: none;
     }
   }
   */ }
/*
@media screen and (max-width: 1150px) {
  footer #related-articles .related-article {
    float: none;
    margin: 0 0 20px;
    width: 99%;
    text-align: center;
  }
}
*/
#copyright {
  padding: 30px 0;
  font-size: 1.3em; }

html {
  width: 100%;
  scroll-behavior: auto; }

body {
  width: 100%;
  /* min-width: 1400px; */
  position: relative; }

.gradient {
  filter: none; }

div {
  position: relative; }

.plax {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

/*
 *
 * Cover
 *
 */
#cursor {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAABICAMAAAAzp3AWAAAAM1BMVEX////////////////////////////////////////////////////////////////////lEOhHAAAAEHRSTlMAv99AYIAw7xDPnyCPUK9wniw1hwAAAh1JREFUeF7t0suq3DAQBuG/W3df6/2fNpGGMZ7FCScBZZH4W4wa3J4CYf2xwKL5tELUfDpp+htAc4UUat1wzZQbA1EzNTw1sF0z7ZSq6YLRUtBcuzP4rok2LpumObk5NclaAErO42SdemUm2dRra5+Zpjn4zDA141U+PwPuTM8MT+bbnsyTKX8nc/DBNEfkQ9Qkzo1rlly4lKypnfkVqSYfkVQ1WQ4h69/xeDzWo9CSpNyHTbKfjjgeLU45sqRom7rNot6sO+vHYurPq9kq7ZZkdrw2JceNJgX64BJDknKhmEOQEqbOSHpjaPW+eLJIO0Rp4RSMfVDApbpKzvIaxjouHeM/FvyrTNDasPviivehx5wsCqWOTIYgSYFye33HX4NUIX+Z0QrrfdFZ5a25KkXCll6E0bYgndiVWZKTFODKfpkRhPviQlxZFvLOIVFqIYyMTodT6ZYBNv1ZJrJEYuTcOCVQognUJag7fmXOpWcE+buXdi2utIW1chjryMg5QbVKglwhXq9XJ0jGISn96hOoB/axKMdcag3XKxMooIAlw6UNjs3s+gSqArStwd4zxcw2GW5mUR00K5Ss+6I2WN6/IyMDlB2wLCkVYHtldHBIoQG+q2c6k9EldQBtq9J9Ufuo7RDfmZVxqDeGuqq7y/qmrP/B4/HIu972PK9SiHqJlGmdCMTbNLdznXM7V2VuZ5leGZ35leve5ou/X/kBd1UyLLTk7mcAAAAASUVORK5CYII=) no-repeat center center;
  bottom: 20px;
  position: absolute;
  height: 140px;
  width: 130px;
  z-index: 1000;
  left: 50%;
  margin-left: -65px;
  z-index: 999; }

/*
 *
 * Scenes
 *
 */
#scenes {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 3000px; }

.scene {
  position: relative;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
  z-index: 1000;
  background: #fff; }
  .scene.scene-content {
    padding-top: 100px; }
    .scene.scene-content .content-sidebar {
      /* max-width: 400px; */
      margin-right: 15%; }
    .scene.scene-content .left {
      margin-left: 10%; }
    .scene.scene-content .content-header, .scene.scene-content .content-footer {
      display: block;
      width: 100%;
      clear: both; }
  .scene .mag-cover-image {
    margin: 20px 0;
    width: 160px; }
    .scene .mag-cover-image .caption {
      font-size: .8em !important;
      margin: 0; }
  .scene #coverMagnify {
    display: block; }
  .scene.scene-intro-content .content-center .content-intro {
    max-width: 100%;
    text-align: center;
    margin-right: 0; }
    .scene.scene-intro-content .content-center .content-intro .title-section {
      width: 100%;
      display: inline-block; }
    .scene.scene-intro-content .content-center .content-intro .mag-cover-image {
      width: 50%;
      /* float: left; */
      display: inline-block;
      vertical-align: top;
      right: 0; }
  .scene.scene-intro-content .content-center .main {
    margin: 40px auto 0 !important; }
  .scene .hype-content-container {
    height: inherit !important; }
  .scene.scene-content-two-column {
    padding-top: 0;
    /*
    .content-right {
       border-left: 2px solid #aeaeae;
    }
    */ }
    .scene.scene-content-two-column .content-header img {
      width: 100%; }
    .scene.scene-content-two-column .content-left, .scene.scene-content-two-column .content-right {
      float: left;
      padding: 0 5%;
      width: 50%;
      text-align: center;
      box-sizing: border-box; }
  .scene .scene-inner-content img {
    max-width: 100%;
    display: block;
    margin: 10px auto; }
  .scene .scene-inner-content .endcap {
    max-width: 100%;
    display: block;
    margin: 10px 0; }
  .scene.scene-slide-sequence .slide-sequence-slides {
    display: flex; }
    .scene.scene-slide-sequence .slide-sequence-slides .slide-sequence-slide {
      flex-grow: 0;
      width: auto;
      height: 100%; }
      .scene.scene-slide-sequence .slide-sequence-slides .slide-sequence-slide img {
        height: 100%; }
  .scene.scene-image-sequence .image-sequence-container {
    display: none;
    height: 100%;
    width: 100%;
    display: block !important;
    margin: 0 auto !important;
    position: relative;
    background: #000; }
  .scene.scene-image-sequence .sequence-canvas {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1000; }
  .scene.scene-image-sequence .sequence-image {
    position: absolute;
    opacity: 0;
    /* width: 1200px;
    height: 900px;
    */
    margin: 0 auto !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999; }
  .scene.scene-image-sequence .sequence-image:first-child {
    z-index: auto;
    opacity: 1; }
  .scene .overlay-content-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .scene .overlay-content {
    /* For centering container */
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 50px;
    width: 33.333%;
    height: 33.333%;
    margin: auto;
    vertical-align: middle; }
    .scene .overlay-content .pullquotes p {
      line-height: 50px;
      font-size: 50px;
      text-align: center; }
    .scene .overlay-content.top-left {
      right: auto;
      bottom: auto; }
    .scene .overlay-content.top-center {
      bottom: auto; }
    .scene .overlay-content.top-right {
      left: auto; }
    .scene .overlay-content.center-left {
      right: auto; }
    .scene .overlay-content.center-right {
      left: auto; }
    .scene .overlay-content.bottom-left {
      top: auto;
      right: auto; }
    .scene .overlay-content.bottom-center {
      top: auto; }
    .scene .overlay-content.bottom-right {
      top: auto;
      left: auto; }

.media {
  position: relative; }

.media-video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  background: #000;
  object-fit: cover; }

/*
.video-embed-inset-wrapper {
  background: #000;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
*/
.video-embed-inset-wrapper {
  width: 50% !important;
  /* height: 360px !important; */
  margin: auto;
  padding: 0 !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  transform: translate(0px, -50%);
  top: 50%; }

.video-embed-inset {
  width: 640px !important;
  height: 360px !important;
  position: relative;
  top: 0;
  margin: 0 auto; }

.video-title {
  /* margin-top: -360px; */
  line-height: 30px;
  font-family: "Tungsten 5r", "Tungsten B", times;
  font-weight: 300;
  margin: 20px auto;
  font-size: 3em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1em; }

.curtain, .curtain-fade {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.transition-curtain-pull {
  z-index: 1; }

.inside {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 100px;
  margin-bottom: 200px; }
  .inside.content-right {
    width: 90%;
    margin: 0 10% 0 0; }
    .inside.content-right .sidebar {
      float: left;
      width: 40%;
      margin-left: 10%;
      text-align: left; }
    .inside.content-right .main {
      float: right;
      width: 50%; }
  .inside.content-left {
    width: 90%;
    margin: 0 0 0 10%; }
    .inside.content-left .main {
      float: left;
      width: 50%; }
    .inside.content-left .sidebar {
      float: right;
      width: 40%; }
  .inside.content-center .main {
    width: 60%;
    margin: 0 auto; }
  .inside.content-center .sidebar {
    width: 60%;
    margin: 0 auto; }
  .inside.content-center .endcap {
    margin: 10px auto; }

.content-sidebar hr {
  margin: 14px 0 0; }
.content-sidebar img {
  max-width: 100%; }

.side-img {
  max-width: 100%; }

.scene-content {
  position: relative; }

@media screen and (max-height: 750px) {
  body {
    font-size: 85%; } }
.overlay-box {
  width: 20%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center; }

.button:hover {
  background: orange; }

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  transition: opacity 500ms;
  visibility: visible;
  opacity: 1;
  z-index: 10000000;
  width: 100%;
  /* background-color: green; */
  height: 100%; }

.overlay:target {
  visibility: visible;
  opacity: 1; }

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #000;
  color: #cfcfcf;
  text-align: center;
  border-radius: 5px;
  width: 30%;
  position: absolute;
  transition: all 5s ease-in-out;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  /* height: 400px; */
  height: 100px; }

.popup h2 {
  margin-top: 0;
  color: #cfcfcf;
  font-family: Tahoma, Arial, sans-serif; }

.popup .overlay-close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #cfcfcf; }

.popup .overlay-close:hover {
  opacity: .5; }

.popup .overlay-content {
  max-height: 30%;
  overflow: auto; }

.ad-suitcase-unit {
  position: relative;
  z-index: 1000;
  background: #000;
  padding: 20px; }

div#cmn_ad_4x4_0 iframe {
  vertical-align: middle !important;
  margin-left: 20px !important; }

/**
 * Complex Cover Story Navbar
 * --------------------------
 * 
 * @author eduardo.guanilo@complex.com
 */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 10000;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  height: 55px;
  transition: opacity .03s ease-in-out;
  -moz-transition: opacity .03s ease-in-out;
  -webkit-transition: opacity .03s ease-in-out;
  transform: translateZ(0); }
  header .main-container {
    display: none;
    padding-bottom: 0;
    height: 55px;
    background-color: #000;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -webkit-transition: opacity 2s ease-in; }
    header .main-container.dimmed {
      opacity: 0.08;
      filter: alpha(opacity=8);
      transition: opacity .25s ease-out;
      -moz-transition: opacity .25s ease-out;
      -webkit-transition: opacity .25s ease-out; }
    header .main-container:hover {
      opacity: 0.8;
      filter: alpha(opacity=80);
      transition: opacity .25s ease-in-out;
      -moz-transition: opacity .25s ease-in-out;
      -webkit-transition: opacity .25s ease-in-out; }
    header .main-container .inner-header {
      border-bottom: 1px solid #808080;
      position: relative;
      margin: 0 auto;
      padding-left: 100px;
      padding-right: 100px; }
  header .mobile-container {
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-color: #000;
    padding-bottom: 11px; }
    header .mobile-container a {
      padding-left: 20px;
      padding-right: 20px; }
    header .mobile-container .inner-mobile {
      border-bottom: 1px solid #808080; }
    header .mobile-container .share-mobile {
      display: none; }
      header .mobile-container .share-mobile li {
        border-left: none;
        width: 25%;
        text-align: center; }
  header a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    outline: 0; }
  header ul {
    list-style: none;
    margin: 0;
    padding-left: 0px;
    height: 55px; }
    header ul li {
      position: relative;
      list-style: none;
      float: left;
      height: 55px;
      line-height: 55px;
      border-left: 1px solid #808080;
      cursor: pointer; }
      header ul li a {
        padding-left: 25px;
        padding-right: 25px; }
      header ul li.nav-up:hover {
        background-color: #808080; }
      header ul li.nav-right {
        float: right !important; }
        header ul li.nav-right:hover {
          background-color: #808080; }
      header ul li.first-btn {
        border-left: none;
        width: 30%; }
      header ul li.last-btn {
        border-right: 1px solid #808080; }
      header ul li.last-mob {
        border-right: none; }
      header ul li.related-btn {
        border-right: 1px solid #808080; }

@media screen and (min-width: 925px) {
  header .main-container {
    display: block; } }
@media screen and (min-width: 925px) {
  header .mobile-container {
    display: none; } }
#header-logo {
  height: 50px;
  display: inline;
  vertical-align: middle; }

.nav-text:hover {
  padding-bottom: 3px;
  border-bottom: 2px solid #fff; }

.nav-icon {
  padding: 0 0 5px 20px; }

.back {
  background: url("/img/misc/cs_nav_sprite.png") no-repeat;
  background-position: 0px 3px;
  margin-right: 0px; }

.up {
  background: url("/img/misc/cs_nav_sprite.png") no-repeat;
  background-position: -15px 5px; }

.comment {
  background: url("/img/misc/cs_nav_sprite.png") no-repeat;
  background-position: -40px 0px; }

.twitter {
  background: url("/img/misc/cs_nav_sprite.png") no-repeat;
  background-position: -80px 0px; }

.fb {
  background: url("/img/misc/cs_nav_sprite.png") no-repeat;
  background-position: -117px 0px; }

.gplus {
  background: url("/img/misc/cs_nav_sprite.png") no-repeat;
  background-position: -40px -20px; }

.book {
  background: url("/img/misc/cs_nav_sprite.png") no-repeat;
  background-position: 0px -20px; }

.share {
  background: url("/img/misc/cs_nav_sprite.png") no-repeat;
  background-position: -82px -20px; }

/*
 * 
 * PreLoader
 * 
 */
#preloadOverlay {
  width: 100%;
  height: 100%;
  background-color: #232323;
  position: fixed;
  z-index: 666999;
  top: 0;
  left: 0;
  /*
  .preload-complex-logo.complex {
      .preload-image-template {
          background: #fff;
      }
  }
  */ }
  #preloadOverlay .preload-content {
    height: 200px;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 10000;
    /*
    
      margin:175px auto 0;
      width:491px;
      .preload-complex-logo{
        background-image: url(/img/misc/complex-logo-fillup.png);
        background-position: 0px -5px;
        background-repeat:no-repeat;
        width: 100%;
        height: 102px;
      }
      */ }
    #preloadOverlay .preload-content .preload-complex-logo {
      width: 100%;
      margin: 0 auto;
      height: auto; }
    #preloadOverlay .preload-content .preload-text {
      text-align: center;
      font-size: 1.3em;
      /* margin-top: 100px; */
      color: #7E7E7E; }
      #preloadOverlay .preload-content .preload-text .procentage-load {
        color: #FFF; }
  #preloadOverlay .preload-image-template {
    display: block;
    margin: 0 auto;
    height: 100px; }

/*
 * 
 * Resizing
 * 
 */
#resizingContent {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  #resizingContent #resizeOverloay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: .95; }
  #resizingContent h2 {
    position: absolute;
    top: 40%;
    left: 0;
    font-size: 5.0em;
    width: 100%;
    text-align: center;
    z-index: 10;
    text-transform: uppercase;
    margin: 0; }

body {
  font-size: 100%;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

small {
  font-size: 80%; }

.scene-inner-content a {
  border-bottom: 1px dotted; }

#scenes hr {
  border-bottom: none;
  border-width: 1px;
  border-style: solid;
  margin: 20px 0; }
#scenes .scene-inner-content hr {
  width: 33.333%; }
#scenes h1 {
  margin-top: 0;
  font-family: "Tungsten 5r";
  font-weight: 500;
  font-size: 4.5em;
  margin-bottom: 20px;
  line-height: 0.9em;
  letter-spacing: -0.02em;
  text-transform: uppercase; }
#scenes h2 {
  font-family: "Tungsten 5r", "Tungsten 6r";
  font-weight: 400;
  font-size: 2.0em;
  line-height: 1.1em;
  text-transform: uppercase;
  margin: 5px 0; }
#scenes h3 {
  font-family: "Tungsten 5r", "Tungsten 6r";
  font-weight: 300;
  font-size: 1.8em;
  line-height: 1.1em;
  text-transform: uppercase;
  margin: 20px 0; }
#scenes h4 {
  font-size: 1.2em;
  font-weight: 700; }
#scenes p {
  position: relative;
  font-size: 1.0em;
  line-height: 1.5em; }
#scenes p:first-child {
  margin-top: 0; }
#scenes p:last-child {
  margin-bottom: 0; }
#scenes p.credits {
  font-size: .8em;
  margin: 0;
  text-transform: uppercase; }
#scenes a {
  color: #666;
  text-decoration: none; }
#scenes .pullquote, #scenes blockquote, #scenes blockquote p {
  display: block;
  margin: 0;
  font-family: "Tungsten 5r", "Tungsten 6r";
  font-weight: normal;
  font-size: 33px;
  line-height: 32px;
  text-transform: uppercase; }
#scenes .pullquote, #scenes blockquote {
  /* border-top: 2px solid; */
  margin: 40px 0; }
  #scenes .pullquote p, #scenes blockquote p {
    padding: 0; }

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