/*! 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; }
  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 .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 {
    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; }
    footer #related-articles .related-article, footer #related-articles .headline {
      margin-left: 30px;
      float: left;
      width: 300px;
      position: relative; }
      footer #related-articles .related-article:first-child, footer #related-articles .headline:first-child {
        margin-left: 0px;
        background: none;
        height: 35px;
        width: 200px; }
      footer #related-articles .related-article p, footer #related-articles .headline p {
        font-size: 1.0em;
        margin: 0px; }
        footer #related-articles .related-article p a, footer #related-articles .headline p a {
          color: #333333;
          text-decoration: none;
          outline: 0; }
          footer #related-articles .related-article p a img, footer #related-articles .headline p a img {
            width: 300px;
            height: 190px;
            margin-bottom: 12px; }
    footer #related-articles .headline p {
      top: 0;
      text-transform: uppercase;
      font-size: 1.5em; }
  footer #comments {
    padding-top: 20px;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto; }

#week-of-content {
  position: absolute;
  width: 100%;
  bottom: -100%;
  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; }
  #week-of-content #ooyalaplayer {
    width: 45% !important;
    height: 75% !important;
    max-height: 370px;
    margin: 0 auto 25px;
    display: block; }
  #week-of-content .video-title {
    width: 50%;
    margin: 20px auto; }
    #week-of-content .video-title h2 {
      line-height: 30px;
      font-family: "Tungsten A", "Tungsten B", sans-serif;
      font-weight: 300;
      font-size: 2em;
      text-transform: uppercase;
      text-align: center; }
  #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; }
  #week-of-content a {
    color: #fff !important;
    text-decoration: none; }
  #week-of-content a.inactive {
    text-decoration: line-through;
    color: #333;
    cursor: default; }
  #week-of-content .article-schedule {
    padding-left: 100px;
    padding-right: 100px;
    list-style: none;
    position: relative;
    padding-bottom: 20px; }
    #week-of-content .article-schedule li {
      border-bottom: 2px solid #676767;
      padding: 20px 0; }
    #week-of-content .article-schedule li:first-child {
      border-top: 2px solid #676767; }
    #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); }
      #week-of-content .article-schedule li:hover .schedule-date {
        text-indent: 20px; }
    #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; }
    #week-of-content .article-schedule .scheduled-article {
      display: inline-block;
      width: 80%;
      font-size: 1.3em; }
    #week-of-content .article-schedule .upcoming .scheduled-article {
      text-decoration: line-through;
      color: #aaa; }

@media screen and (max-width: 1425px) {
  footer #related-articles .related-article {
    float: left;
    margin: 0 0 20px;
    width: 33%; }
    footer #related-articles .related-article: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%; }

body {
  width: 100%;
  position: relative;
  font-size: 100%;
  color: black;
  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 {
  font-size: 4.5em;
  text-transform: uppercase;
  margin: 5px 0;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-weight: 500;
  margin-top: -13px; }

h2 {
  font-size: 4.5em;
  text-transform: uppercase;
  margin: 5px 0;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-weight: 500;
  margin: 0; }

h3, h4 {
  font-size: 1.8em;
  text-transform: uppercase;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-weight: 300;
  line-height: 33px; }

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

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

p.credits {
  color: #000;
  font-size: .8em;
  margin: 0; }

/*
 * 
 * Edit
 * 
 * 
 */
.buttonDiv {
  display: block;
  position: absolute;
  top: 0;
  right: 0; }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-toolbar .btn-group {
  display: block;
  overflow: hidden;
  background: #fff; }

.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " "; }

.btn {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #fff; }

.btn-default {
  color: #333;
  background-color: #fff; }

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

textarea {
  width: 100%;
  padding: 0;
  resize: none;
  min-height: 500px;
  height: auto; }

.text-angular {
  position: relative; }

/*
 * 
 * Cover 
 * 
 */
#cover {
  position: relative;
  overflow: hidden;
  width: 100%; }
  #cover #coverTop {
    background: url(../../img/block1.jpg) no-repeat center center;
    background-size: 100%;
    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: -50px; }
  #cover video {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    position: absolute;
    left: 0;
    background: #000; }
  #cover #scene1Top {
    background: white url() no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 100%;
    max-height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100; }

/*
 * 
 * Scenes
 * 
 */
#scenes {
  background-color: white;
  overflow: hidden;
  position: relative;
  width: 100%; }
  #scenes a:link, #scenes a:hover, #scenes a:visited {
    color: #116471; }

.inside {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  padding: 100px 0; }
  .inside .left {
    float: left;
    width: 50%; }
  .inside .right {
    float: right;
    width: 50%; }

#scene1 {
  position: relative;
  width: 100%;
  background: white;
  z-index: 9999; }
  #scene1 #coverMagnify {
    margin: 20px 0 5px;
    cursor: url(../../img/magnify.cur), -moz-zoom-in;
    display: inline-block; }
  #scene1 #scene1-left {
    max-width: 450px;
    width: 100%;
    position: relative; }
  #scene1 .left {
    width: 40%; }

#scene2 {
  position: relative;
  width: 100%;
  background: white;
  overflow: hidden; }
  #scene2 #scene2L {
    width: 10%;
    float: left;
    overflow: hidden;
    position: relative; }
    #scene2 #scene2L img {
      width: auto;
      min-width: 100%; }
    #scene2 #scene2L #scene2LTop {
      position: absolute;
      height: 65%;
      top: 0;
      left: 0; }
    #scene2 #scene2L #scene2LBtm {
      position: absolute;
      height: 35%;
      top: 65%;
      left: 0; }
  #scene2 #scene2R {
    width: 10%;
    float: right;
    overflow: hidden;
    position: relative; }
    #scene2 #scene2R img {
      width: auto;
      min-width: 100%; }
    #scene2 #scene2R #scene2RTop {
      position: absolute;
      height: 55%;
      top: 0;
      left: 0; }
    #scene2 #scene2R #scene2RBtm {
      position: absolute;
      height: 45%;
      top: 55%;
      left: 0; }
  #scene2 #scene2C {
    width: 80%;
    float: right;
    overflow: hidden; }

#scene3 {
  position: relative;
  width: 100%;
  background: white;
  z-index: 999; }
  #scene3 #scene3-right {
    position: absolute;
    right: 0;
    width: 35%; }
    #scene3 #scene3-right .right {
      width: 35%;
      overflow: hidden;
      float: right; }
      #scene3 #scene3-right .right img {
        width: 100%;
        height: auto;
        display: block; }
    #scene3 #scene3-right .left {
      width: 65%;
      float: left;
      overflow: hidden; }
      #scene3 #scene3-right .left img {
        height: auto;
        width: 100%;
        margin: 0;
        padding: 0;
        display: block; }
      #scene3 #scene3-right .left video {
        width: 65%;
        position: absolute;
        left: 0;
        bottom: 0; }

#scene4 {
  position: relative;
  width: 100%;
  background: white;
  overflow: hidden; }
  #scene4 #scene4L {
    width: 80%;
    float: right;
    overflow: hidden; }
  #scene4 #scene4R {
    width: 20%;
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden; }
    #scene4 #scene4R #scene4RTop {
      height: 40%;
      top: 0;
      left: 0;
      width: auto;
      position: absolute; }
    #scene4 #scene4R #scene4RMiddle {
      display: block;
      position: absolute;
      top: 40%;
      left: 0;
      height: 30%;
      width: auto; }
    #scene4 #scene4R #scene4RBottom {
      display: block;
      position: absolute;
      top: 70%;
      left: 0;
      height: 30%;
      width: 100%; }

#scene5 {
  position: relative;
  width: 100%;
  background: white;
  z-index: 999; }
  #scene5 #scene5-right {
    position: absolute;
    right: 0;
    width: 35%; }
    #scene5 #scene5-right #scene5Vid {
      width: 60%;
      height: auto;
      position: absolute;
      left: 0;
      bottom: 0; }
    #scene5 #scene5-right #scene5Bg {
      float: right;
      width: 42.3%;
      height: auto; }
    #scene5 #scene5-right #scene5Top {
      display: block;
      width: 100%;
      height: auto; }

#scene6 {
  position: relative;
  width: 100%;
  overflow: hidden; }
  #scene6 #pullquote-scene6 {
    position: absolute;
    width: 50%;
    top: 35%;
    left: 50%;
    margin-left: -25%; }
    #scene6 #pullquote-scene6 h3 {
      text-align: center;
      color: #fff;
      font-size: 2.5em;
      line-height: 43px; }
  #scene6 video {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%; }

#scene7 {
  position: relative;
  width: 100%;
  background: white;
  z-index: 999; }
  #scene7 #scene7-right {
    position: absolute;
    right: 0;
    width: 35%; }
    #scene7 #scene7-right img {
      display: block;
      width: 100%;
      height: auto; }
    #scene7 #scene7-right video {
      position: absolute;
      left: 0;
      width: 80%;
      height: auto; }

#scene8 {
  position: relative;
  width: 100%;
  overflow: hidden; }
  #scene8 img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%; }

#scene9 {
  position: relative;
  width: 100%;
  background: white;
  z-index: 999; }
  #scene9 .left {
    float: none;
    margin: 0 auto;
    display: block; }

#scene10 {
  position: relative;
  width: 100%;
  overflow: hidden; }
  #scene10 video {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%; }

@media screen and (max-height: 750px) {
  body {
    font-size: 85%; } }
a {
  text-decoration: none; }

/**
 * 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: 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 grey;
      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 grey; }
    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 grey;
      cursor: pointer; }
      header ul li a {
        padding-left: 25px;
        padding-right: 25px; }
      header ul li.nav-up:hover {
        background-color: grey; }
      header ul li.nav-right {
        float: right !important; }
        header ul li.nav-right:hover {
          background-color: grey; }
      header ul li.first-btn {
        border-left: none;
        width: 30%; }
      header ul li.last-btn {
        border-right: 1px solid grey; }
      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; }
