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

/**
 * Complex Cover Story Footer
 * --------------------------
 * 
 * @author eduardo.guanilo@complex.com
 */
footer {
  position: relative;
  background-color: #ededed;
  color: #333333;
  line-height: 18px;
  z-index: 9999; }
  footer #credits {
    position: relative;
    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: uppercase; }
    footer #credits p {
      font-size: .85em;
      color: #fff; }
    footer #credits .cred-name {
      font-size: .85em;
      color: #fff;
      font-weight: bold; }
    @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%;
    top: 0px;
    z-index: 99999;
    background: black;
    /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    overflow: hidden; }
    footer #week-of-content h2 {
      padding-top: 40px;
      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;
      padding-bottom: 20px; }
      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: #333333;
    cursor: pointer;
    line-height: 15px;
    margin-bottom: 0px;
    color: #333; }
  footer #related-articles {
    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; }
    footer #related-articles div {
      margin-left: 30px;
      float: left;
      width: 300px;
      position: relative; }
      footer #related-articles div:first-child {
        margin-left: 0px;
        background: none;
        height: 35px;
        width: 200px; }
      footer #related-articles div p {
        font-size: 1.0em;
        margin: 0px; }
        footer #related-articles div p a {
          color: #333333;
          text-decoration: none;
          outline: 0; }
          footer #related-articles div p a img {
            width: 300px;
            height: 190px;
            margin-bottom: 12px; }
      footer #related-articles div.headline p {
        top: 0;
        text-transform: uppercase;
        font-size: 1.5em; }
  footer #comments {
    padding-top: 20px;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto; }

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

html {
  width: 100%; }

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

.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); }

h1 {
  margin-top: 0;
  font-family: "Tungsten 5r", "Tungsten 6r";
  font-weight: 400;
  font-size: 6.0em;
  letter-spacing: -5px;
  margin-bottom: 10px;
  text-transform: uppercase; }

h2 {
  font-family: "Tungsten 5r", "Tungsten 6r";
  font-weight: 400;
  font-size: 2.2em;
  text-transform: uppercase;
  margin: 5px 0;
  color: #fff;
  letter-spacing: 0.025em; }

h2.big {
  text-align: center;
  font-size: 6.0em; }

h3 {
  font-family: "Tungsten 5r", "Tungsten 6r";
  font-weight: 400;
  font-size: 2.0em;
  text-transform: uppercase;
  margin: 10px 0;
  letter-spacing: 0.025em; }

h4 {
  font-size: 1.2em;
  font-weight: 700; }

.chapNum {
  font-family: "Tungsten 5r", "Tungsten 6r";
  font-weight: 400;
  font-size: 3.0em;
  margin-bottom: 10px;
  text-decoration: underline;
  text-align: center; }

.chapSubtxt {
  font-family: "Tungsten 5r", "Tungsten 6r";
  font-weight: 400;
  font-size: 1.0em;
  text-align: center;
  font-family: monospace; }

p {
  position: relative;
  font-size: 1.0em;
  line-height: 1.5em; }

p:first-child {
  margin-top: 0; }

.credits {
  color: #FFF;
  font-size: 1.0em;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid white;
  padding-bottom: 50px;
  margin-bottom: 30px; }

a {
  color: #666;
  text-decoration: none; }

video {
  min-height: 100%;
  min-width: 100%;
  height: auto; }

/*
 * 
 * Cover 
 * 
 */
#cover {
  position: relative;
  overflow: hidden;
  width: 100%; }
  #cover #coverTop {
    overflow: hidden;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #cover #cursor {
    background: url(../../img/misc/down-arrow-white.png) no-repeat center bottom;
    bottom: 20px;
    color: #555;
    font-size: 1.1em;
    font-weight: bold;
    height: 140px;
    position: absolute;
    text-align: center;
    width: 130px;
    z-index: 1000;
    left: 50%;
    margin-left: -65px; }
  #cover video {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    background: #424242; }
  #cover #sceneTop {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999; }
    #cover #sceneTop #sceneTopBg {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 130%; }
      #cover #sceneTop #sceneTopBg #sceneTopBgTop {
        height: 30%;
        min-height: 413px;
        background: url(../../img/Gradient.png) no-repeat center bottom;
        background-size: 100% auto;
        width: 100%;
        position: relative;
        display: block;
        opacity: .89; }
      #cover #sceneTop #sceneTopBg #sceneTopBgBttm {
        background: -moz-linear-gradient(top, rgba(66, 66, 66, 0.9) 0%, #424242 50%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(66, 66, 66, 0.9)), color-stop(50%, #424242));
        background: -webkit-linear-gradient(top, rgba(66, 66, 66, 0.9) 0%, #424242 50%);
        background: -o-linear-gradient(top, rgba(66, 66, 66, 0.9) 0%, #424242 50%);
        background: -ms-linear-gradient(top, rgba(66, 66, 66, 0.9) 0%, #424242 50%);
        background: linear-gradient(to bottom, rgba(66, 66, 66, 0.9) 0%, #424242 50%);
        height: 100%;
        width: 100%;
        position: relative;
        display: block; }
    #cover #sceneTop #logo {
      position: relative;
      margin-top: 50px;
      text-align: center; }
    #cover #sceneTop #title {
      opacity: 0;
      margin-top: -40px; }
      #cover #sceneTop #title h1 {
        text-align: center; }
        #cover #sceneTop #title h1 span {
          position: relative; }
      #cover #sceneTop #title h2 {
        text-align: center;
        margin-top: -20px;
        letter-spacing: 0.06em; }
    #cover #sceneTop #dek {
      opacity: 0;
      position: absolute;
      top: 100%;
      text-align: center;
      width: 40%;
      left: 50%;
      margin-left: -20%; }
      #cover #sceneTop #dek h3 {
        font-size: 2.5em;
        letter-spacing: 0.04em;
        line-height: 1.3em; }

/*
 * 
 * Scenes
 * 
 */
#scenes {
  background-color: #a3a1a3;
  overflow: hidden;
  position: relative;
  width: 100%; }

.sceneVid {
  position: relative;
  overflow: hidden;
  width: 100%; }

.sceneTxt {
  overflow: hidden;
  position: relative;
  z-index: 999; }
  .sceneTxt .txtBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .sceneTxt .txtBg .txtBgLeft, .sceneTxt .txtBg .txtBgRight {
      width: 50%;
      background-size: 100% auto;
      height: 100%;
      background-repeat: no-repeat;
      position: relative; }
    .sceneTxt .txtBg .txtBgLeft {
      background-position: center right;
      float: left; }
    .sceneTxt .txtBg .txtBgRight {
      background-position: center left;
      float: right; }

.moveText {
  overflow: hidden;
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
  position: relative; }

.inside {
  width: 95%;
  max-width: 975px;
  float: left;
  overflow: hidden;
  padding: 0 0 200px;
  margin-top: 100px; }
  .inside .left {
    float: right;
    width: 70%; }
  .inside .right {
    float: right;
    width: 50%; }

.noteWrapper {
  position: fixed;
  right: 0;
  width: 50%;
  height: 100%;
  top: 0;
  z-index: 99999; }

.footNote {
  overflow: hidden;
  text-align: center;
  width: 350px;
  position: relative;
  margin: 70px auto 0;
  display: none; }
  .footNote .noteTitle {
    font-size: 1.0em; }
  .footNote img {
    margin: 10px 0; }
  .footNote h3 {
    font-size: 1.6em; }
  .footNote h4 {
    font-weight: normal;
    font-size: 1em;
    line-height: 1.5em;
    font-family: monospace; }

#footNote1, #footNote2, #footNote3 {
  background: #664f10; }

#footNote4, #footNote5, #footNote6 {
  background: #93600c; }

#footNote7, #footNote8, #footNote9 {
  background: #692a10; }

#footNote10, #footNote11 {
  background: #611116; }

#scene9Wrap {
  width: 50%;
  height: 100%;
  position: relative;
  float: right; }

.sceneTitle {
  position: absolute;
  top: 50%;
  margin-top: -103.5px;
  width: 100%; }

#scene1 {
  background: #424242;
  width: 100%; }
  #scene1 .inside {
    width: 50%;
    margin: 0 auto;
    float: none; }

#scene3 #scene3Left {
  background-color: #a47800;
  background-image: url(../../img/part1/BG1left.jpg); }
#scene3 #scene3Right {
  background-color: #a47800;
  background-image: url(../../img/part1/BG1right.jpg); }
#scene3 a {
  color: #DFCD07; }

#scene5 #scene5Left {
  background-color: #c5891a;
  background-image: url(../../img/part2/BG2left.jpg); }
#scene5 #scene5Right {
  background-color: #c5891a;
  background-image: url(../../img/part2/BG2right.jpg); }
#scene5 a {
  color: #FCCD39; }

#scene7 #scene7Left {
  background-color: #b15026;
  background-image: url(../../img/part3/BG3left.jpg); }
#scene7 #scene7Right {
  background-color: #b15026;
  background-image: url(../../img/part3/BG3right.jpg); }
#scene7 a {
  color: #FF9E71; }

#scene9 #scene9BG {
  background: #a2232a url(../../img/part4/BG4.jpg) no-repeat center center;
  background-size: 100% auto; }
#scene9 .inside {
  padding-bottom: 1000px;
  width: 70%;
  float: none;
  margin: 100px auto 0; }
  #scene9 .inside .left {
    width: 45%;
    float: left; }
#scene9 a {
  color: #FF6E85; }

#endcap {
  display: inline-block; }

#spotifyAnchor {
  cursor: pointer;
  padding-left: 25px; }
  #spotifyAnchor p {
    display: inline-block;
    overflow: hidden;
    line-height: 55px;
    height: 55px;
    font-size: 1em;
    margin: 0; }
    #spotifyAnchor p img {
      vertical-align: middle;
      margin-top: -2px; }

header ul li.first-btn {
  width: 20% !important; }

#spotify {
  display: block;
  overflow: hidden;
  width: 100%;
  background-color: #b15026; }

#ooyalaplayer,
#ooyalaplayer-1,
#ooyalaplayer-2 {
  width: 100% !important;
  height: 250px !important; }

.oo_error {
  display: none; }

@media screen and (max-width: 1225px) {
  #spotifyAnchor p {
    font-size: .8em; }
  #spotifyAnchor img {
    width: 70px;
    height: 27px; } }
@media screen and (max-height: 750px) {
  body {
    font-size: 85%; } }
/**
 * Complex Cover Story Navbar
 * --------------------------
 * 
 * @author eduardo.guanilo@complex.com
 */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 10000;
  color: white;
  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; }
  header .main-container {
    display: none;
    padding-bottom: 11px;
    height: 55px;
    background-color: black;
    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: 1;
      filter: alpha(opacity=10);
      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 gray;
      position: relative;
      margin: 0 auto;
      padding-left: 100px;
      padding-right: 100px; }
  header .mobile-container {
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-color: black;
    padding-bottom: 11px; }
    header .mobile-container a {
      padding-left: 20px;
      padding-right: 20px; }
    header .mobile-container .inner-mobile {
      border-bottom: 1px solid gray; }
    header .mobile-container .share-mobile {
      display: none; }
      header .mobile-container .share-mobile li {
        border-left: none;
        width: 25%;
        text-align: center; }
  header a {
    color: white;
    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 gray;
      cursor: pointer; }
      header ul li a {
        padding-left: 25px;
        padding-right: 25px; }
      header ul li.nav-up:hover {
        background-color: gray; }
      header ul li.nav-right {
        float: right !important; }
        header ul li.nav-right:hover {
          background-color: gray; }
      header ul li.first-btn {
        border-left: none;
        width: 30%; }
      header ul li.last-btn {
        border-right: 1px solid gray; }
      header ul li.last-mob {
        border-right: none; }

@media screen and (min-width: 925px) {
  header .main-container {
    display: block; } }
@media screen and (min-width: 925px) {
  header .mobile-container {
    display: none; } }
.nav-text:hover {
  padding-bottom: 3px;
  border-bottom: 2px solid white; }

.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; }
  #preloadOverlay .preload-content {
    margin: 175px auto 0;
    width: 491px; }
    #preloadOverlay .preload-content .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-text {
      text-align: center;
      font-size: 1.3em;
      margin-top: 100px;
      color: #7E7E7E; }
      #preloadOverlay .preload-content .preload-text .procentage-load {
        color: #FFF; }

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