/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
  height: 100%;
}
body {
  font-family: 'Weiss', serif;
  color: #000;
  height: 100%;
  overflow: hidden;
  background: #000;
  -webkit-font-smoothing: antialiased;
     -moz-font-smoothing: antialiased;
          font-smoothing: antialiased;
}
a, a:active, a:hover, a:visited, a:focus {
  outline: none;
  text-decoration: none;
  color: #000;
}
h1,h2,h3,h4,p,b {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.no-js ol {
  list-style-type: upper-roman !important;
}

#preloader {
  position: absolute;
  top: 0; left: 0;
  right: 0; bottom: 0;
  background: #fff url(images/bg-loader.jpg) no-repeat left top;
  color: #444;
  z-index: 1000;
  text-align: center;
  padding-top: 20%;
}
#preloader .percent {
  margin-top: 30px;
  height: 38px;
  background: url(images/arrow-down.png) no-repeat center bottom;
  font-size: 18px;
  color: #000;
  letter-spacing: -0.075em;
}

#quotes {
  display: none;
}
.quotes .quote {
  display: none;
}
.no-js .quotes .quote {
  display: block;
}

.quotes .source span {
  display: block;
  text-align: center;
}

/*//////////////////////////////////////////////////////////
// Background Layer
//////////////////////////////////////////////////////////*/

#background-layer,
#background-layer .section,
#background-layer .section .background {
  position: absolute;
  top: 0; left: 0;
  bottom: 0; right: 0;
  overflow: hidden;
}
#background-layer .section .background {
  background-color: #000 !important;
}
#background-layer .section-home .background {
  min-width: 1100px !important;
  min-height: 768px !important;
}
#background-layer .section .content {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
}
#background-layer .section.active {
  z-index: 5;
}

#background-layer .section .heading {
  position: absolute;
  top: 30%;
  right: 0;
  left: 535px;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  text-align: center;
}
#background-layer .section-videos .heading {
  left: 735px;
}
#background-layer .section-gallery .heading {
  left: 540px;
}
#background-layer .section .heading h2 {
  line-height: 1em;
  letter-spacing: 0.1em;
  display: inline-block;
  width: 250px;
  background: url(images/strike-heading.png) repeat-x center center;
  font-size: 130px;
  -webkit-transform: scale(0.7,1);
     -moz-transform: scale(0.7,1);
          transform: scale(0.7,1);
}
#background-layer .section .heading .quotes {
  width: 450px;
  margin: 0 auto;
  /*display: none; /* temporarily remove quotes */
}
#background-layer .section .heading .quotes .text {
  font-size: 30px;
  line-height: 1.1em;
  margin-bottom: 30px;
}
#background-layer .section .heading .quotes .bigger {
  font-size: 40px;
  letter-spacing: 0.1em;
}
#background-layer .section .heading .quotes .source {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
}
#background-layer .section .heading .quotes .pub {
  display: block;
  font-size: 28px;
}
#background-layer .section .heading .quotes .author {
  display: block;
  font-size: 12px;
}

#background-layer .section .heading .quotes .stars {
  display: inline;
  height: 32px;
  font-size: 30pt;
}

#background-layer .section-home .content-scrollpane {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 250px;
}
#background-layer .section-home .padding {
  width: 500px;
  padding-top: 200px;
  padding-bottom: 80px;
}
#background-layer .section-home .next-section {
  width: 500px;
}
#background-layer .section-home .featured-video {
  position: relative;
  height: 280px;
  margin-bottom: 58px;
  background: #000;
}
#background-layer .section-home .featured-video .watch-the-trailer {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: center;
  font-family: 'Nexa', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #bfbfbf;
}
#background-layer .section-home .featured-video .share-widgets {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}
#background-layer .section-home .featured-video .video-iframe {
  width: 100%;
  height: 100%;
}
#background-layer .section-home .featured-video .click,
#background-layer .section-home .featured-video .video {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
}
#background-layer .section-home .featured-video .click {
  background: url(images/featured-video-poster.jpg) no-repeat center center;
}
#background-layer .section-home .featured-video .quotes {
  margin: 10% 5% 0;
  color: #fff;
  color: rgba(255,255,255,0.8);
  text-align: center;
}
#background-layer .section-home .featured-video .quotes .text {
  font-size: 22px;
  line-height: 1.1em;
  margin-bottom: 10px;
}
#background-layer .section-home .featured-video .quotes .bigger {
  font-size: 1.25em;
  letter-spacing: 0.1em;
}
#background-layer .section-home .featured-video .quotes .source {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: right;
}
#background-layer .section-home .featured-video .quotes .source .pub {
  font-size: 14px;
}
#background-layer .section-home .featured-video .play-button {
  position: absolute;
  left: 0; right: 0;
  bottom: 30px;
  height: 56px;
  background: url(images/video-play.png) no-repeat center center;
}
#background-layer .section-home .tt {
  text-align: center;
}
#background-layer .section-home .tt img {
  width: 82.8%;
}
#background-layer .section-home .topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: #fbfbfb;
  -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
     -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
          box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
}

#background-layer .section-home .topbar .center {
  width: 1040px;
  margin: 0 auto;
}
#background-layer .section-home .topbar .promo {
  float: left;
}

.promo {
  font-family: 'Weiss', serif;
  font-weight: bold;
  font-size: 11pt;
}

.promo #order-now a, 
.promo .header {
  font-family: 'Nexa', sans-serif;
  letter-spacing: 0.8px;
}

.promo #order-now a {  
  display: block;
  margin-top: 21px;
  font-size: 10pt;
}

.promo > div {
  float: left;
  text-align: left;
  height: 60px;
}

.promo #product-container {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #ededed;
  width: 275px;
}

.promo #retailer-container {
  border-right: 1px solid #ededed;
  width: 175px;
}

.promo #order-now {
  border-right: 1px solid #c9c9c9;
  text-align: center;
  width: 125px;
}

.promo .header {
  font-size: 11px;
  color: #8a5e25;
  margin: 14px 15px 0px 15px;
}

.promo .label {

  font-family: 'Weiss', serif;
  letter-spacing: 0.8px;
  font-weight: normal;
  font-size: 0.85em;
  color: #343434;

  width: auto;
  margin: 0px 15px;
  background: url(images/top-arrow-down.png) no-repeat right;

  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 20px;
}

.promo .label div {
  position: absolute;
  display: block;
  height: 20px;
}

.promo .drop-down {
  position: absolute;
  top:60px;
}

.promo .drop-down-row {

  font-family: 'Weiss', serif;
  letter-spacing: 0.8px;
  font-weight: normal;
  font-size: 0.85em;
  color: #343434;

  display: block;
  width: auto;
  padding: 20px 15px 20px 15px;
  height: 13px;
  background: #fbfbfb;
  border-top: 1px solid #e9e9e9;

  -webkit-transition: background 100ms;
     -moz-transition: background 100ms;
          transition: background 100ms;
}

.promo .drop-down-row:hover {
  background: #f6f6f6;
}

.promo .drop-down-row a {
  color: #343434;
}

.promo #product-container .drop-down-row {
  width: 245px;
}

.promo #retailer-container .drop-down-row {
  width: 145px;
}

.twitter-feed {
  position: relative;
  float: left;
  width: 454px;
  height: 60px;
  background: url(images/bg-content-panel.png) repeat-y left top;
}
.twitter-feed .tweet {
  position: absolute;
  top: 0;
  left: 0;
  width: 454px;
  padding-left: 60px;
  padding-top: 15px;
  height: 45px;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  text-align: left;
  background: url(images/twitter-logo.png) no-repeat 20px center;
  display: none;
}
.twitter-feed .tweet a,
.promo a {
  color: #8a5e25;
}

#background-layer .background img {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50%;
  left: 50%;
  margin-left: -50%;
}

#background-layer .section-gallery .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 370px;
}
#background-layer .section-gallery .gallery-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
#background-layer .section-gallery .image .caption {
  position: absolute;
  left: 30px;
  bottom: 20px;
  right: 30px;
}
#background-layer .section-gallery .image .caption-text {
  padding-right: 350px;
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 11px;
  text-shadow: 0 1px 1px #000;
}
#background-layer .section-gallery .image .share-widgets {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 280px;
  border: 2px solid #262626;
  border-color: rgba(255,255,255,0.15);
  border-radius: 3px;
  -webkit-transition: background 500ms;
     -moz-transition: background 500ms;
          transition: background 500ms;
}
#background-layer .section-gallery .image .share-widgets .text {
  color: #fff;
  text-shadow: none;
}
#background-layer .section-gallery .image .share-widgets:hover {
  background: #fff;
}
#background-layer .section-gallery .gallery-image img.full {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50%;
  left: 50%;
  margin-left: -50%;
}


/*//////////////////////////////////////////////////////////
// Content Layer
//////////////////////////////////////////////////////////*/

a.next-section {
  position: absolute;
  bottom: 25px;
  display: block;
  text-align: center;
  width: 100%;
  height: 38px;
  background: url(images/arrow-down.png) no-repeat center bottom;
  font-size: 18px;
  color: #000;
  letter-spacing: -0.075em;
}
.jspScrollable a.next-section {
  /*position: relative;*/
  /*bottom: auto;*/
  /*margin-top: 20px;*/
}

#content-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  z-index: 30;
}

#content-layer .nav {
  
  position: absolute;
  top: 0;
  bottom: 0;
  width: 235px;
  background-color: #fff;

  -webkit-transition: background 500ms;
     -moz-transition: background 500ms;
          transition: background 500ms;
}

.home #content-layer .nav {
  background-color: transparent;
}

#content-layer .nav .tt {
  opacity: 1;
  visibility: visible;
  text-align: center;
  margin: 70px 0 50px;
  -webkit-transition: opacity 500ms;
     -moz-transition: opacity 500ms;
          transition: opacity 500ms;
}
.home #content-layer .nav .tt {
  opacity: 0;
  visibility: hidden;
}
#content-layer .nav .quotes {
  display: none;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 70px;
  text-align: center;
  font-size: 16px;
}
#content-layer .nav .quotes .text {
  margin-bottom: 10px;
}
#content-layer .nav .quotes .source {
  font-size: 12px;
  color: #bfbfbf;
}
#content-layer .nav .sharers {
  position: absolute;
  left: 13px;
  right: 0;
  bottom: 20px;
}
#main-nav {
  font-size: 13px;
}
#main-nav .numeral {
  float: left;
  width: 30px;
  padding-left: 20px;
  color: #bfbfbf;
  letter-spacing: -0.1em;

  background-position: left 45%;
  background-repeat: no-repeat;
  -webkit-transition: all 150ms;
     -moz-transition: all 150ms;
          transition: all 150ms;
}
#main-nav .active .numeral {
  color: #000;
  background: url(images/strike-nav.png) repeat-x left 45%;
}
.home #main-nav .active .numeral {
  background-image: url(images/strike-nav-home.png);
}
#main-nav .external .numeral {
  text-indent: -9999px;
  background: url(images/chevron.png) no-repeat center center;
}
#main-nav li {
  margin-bottom: 10px;
}
#main-nav a {
  position: relative;
  padding-bottom: 10px;
  font-family: 'Nexa', sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #383838;
  -webkit-transition: color 150ms;
     -moz-transition: color 150ms;
          transition: color 150ms;
}
#main-nav a.cast {
  letter-spacing: 0.05em;
}
#main-nav a.active {
  margin-left: 10px !important;
}
#main-nav a:hover {
  color: #8a5e25;
}
#main-nav a.soon:hover {
  color: #383838;
}
#main-nav a.soon .coming-soon {
  position: absolute;
  top: -1px;
  left: 0;
  width: 200px;
  opacity: 0;
}
#main-nav .smaller {
  font-size: 10px;
}

#main-nav #order-callout {
  position: absolute;
  width: 235px;
  left: 0px;
  bottom: 70px;
  text-align: center;
}

#main-nav #order-callout .links a,
#main-nav #order-callout .links a.active {

  display: block;
  
  font-family: 'Weiss', serif;
  letter-spacing: 0.2px;
  font-weight: normal;
  font-size: 16px;
  color: #343434;

  text-transform: none;

  margin: -1px 40px 0 !important;
  padding:15px 0px !important;
  border: 1px solid #efefef;
  border-left: none;
  border-right: none;
  
  -webkit-transition: all 200ms;
     -moz-transition: all 200ms;
          transition: all 200ms;
}

#main-nav #order-callout .links a:hover {
}

#main-nav #order-callout img {
  margin: 15px 0px;
}

#content-layer .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 235px;
}
#content-layer .section {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 0;
  text-align: center;
}
#content-layer .section .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  background: #fff url(images/bg-content-panel.png) repeat-y left top;
}
#content-layer .section .content-scrollpane {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 100px;
  width: 305px;
}

#content-layer .section h2 {
  margin-top: 100px;
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}


#content-layer .section-videos {
  font-size: 16px;
}
#content-layer .section-videos .background {
  width: 500px;
}
#content-layer .section-videos .content-scrollpane {
  width: 505px;
  overflow: auto;
}
#content-layer .section-videos .padding {
  padding: 20px;
}
#content-layer .section-videos .video .title {
  margin-bottom: 15px;
}
#content-layer .section-videos .video .video-player {
  background: #000;
  height: 260px;
}
#content-layer .section-videos .video .video-player .video-iframe {
  width: 100%;
  height: 100%;
}
#content-layer .section-videos .video .share-widgets {
  border-bottom: 1px solid #e5e5e5;
}
#content-layer .section-videos .video-selection {
  text-align: left;
}
#content-layer .section-videos .video-selection .title {
  display: block;
  width: 250px;
}
#content-layer .section-videos .video-selection .external .title {
  width: auto;
}

#content-layer .section-videos .video-selection li {
  margin-left: -20px;
  margin-right: -15px;
  -webkit-transition: all 400ms;
     -moz-transition: all 400ms;
          transition: all 400ms;
}
#content-layer .section-videos .video-selection li:hover {
  background-color: #fafafa;
  background-color: rgba(0,0,0,0.02);
}
#content-layer .section-videos .video-selection a {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid transparent;
  margin: 0 90px;
  margin-top: -1px;
  -webkit-transition: all 200ms;
     -moz-transition: all 200ms;
          transition: all 200ms;
}
#content-layer .section-videos .video-selection a:hover {
  border-top: 1px solid #f2f2f2;
  margin-left: 0;
  margin-right: 0;
  padding-left: 105px;
  padding-right: 105px;
}
#content-layer .section-videos .video-selection a .time {
  float: right;
  font-size: 13px;
  color: #999;
  line-height: 22px;
}

#content-layer .section-about h2 {
  margin-left: 40px;
  margin-right: 40px;
}
#content-layer .section-about .padding {
}
#content-layer .section-about .photo {
  margin-top: 20px;
}

#content-layer .section .panels-container {
  overflow: hidden;
  width: 300px;
}
#content-layer .section .panels {
  width: 900px;
}
#content-layer .section-soundtrack .panels {
  width: 600px;
}
#content-layer .section .panel {
  float: left;
  width: 300px;
}
#content-layer .section .panel .x {
  display: none;
}
#content-layer .section .panel-2 h2,
#content-layer .section .panel-3 h2 {
  border: none;
}

#content-layer .section .links .animator,
#main-nav #order-callout .animator {
  -webkit-transition: all 400ms;
     -moz-transition: all 400ms;
          transition: all 400ms;
}
#content-layer .section .links .animator:hover,
#main-nav #order-callout .animator:hover {
  background-color: #fafafa;
  background-color: rgba(0,0,0,0.02);
}
#content-layer .section .links a {
  display: block;
  text-align: left;
  border: 1px solid #efefef;
  border-left: none;
  border-right: none;
  margin: -1px 40px 0;
  background: url(images/about-arrow-right.png) no-repeat 90% center;
  padding: 15px;
  -webkit-transition: all 200ms;
     -moz-transition: all 200ms;
          transition: all 200ms;
}
#content-layer .section .links a:hover {
  padding-left: 55px;
  margin-left: 0;
  margin-right: 0;
}
#content-layer .section .links a.back {
  margin-bottom: 20px;
  text-align: center;
  padding-left: 15px !important;
  background: url(images/about-arrow-left.png) no-repeat 10% center;
}

#content-layer .section .copy {
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  margin: 40px 20px;
  text-align: left;
}
#content-layer .section .panel .copy {
  margin: 20px;
}
.copy p,
#content-layer .section .panel p {
  margin-bottom: 1em;
}

.copy .description {
  margin-top: 10px;
}

#content-layer .section-gallery {
  background: none;
}
#content-layer .section-gallery .background {
  width: 290px;
  background-color: #fbfbfb;
}
#content-layer .section-gallery .content-scrollpane {
  width: 295px;
}
#content-layer .section-gallery .padding {
  width: 290px;
}
#content-layer .section-gallery h2 {
  font-size: 16px;
  margin: 0 40px 20px;
  padding-bottom: 20px;
  padding-top: 80px;
}
#content-layer .section-gallery h2.back {
  position: absolute;
  top: 0px;
  left: 3px;
  background: url(images/bg-gallery-header.png) no-repeat right center;
  height: 53px;
  line-height: 50px;
  color: #8a5e25;
  font-size: 16px;
  width: 0px;
  padding: 0;
  margin: 0;
  border: none;
  margin-top: 69px;
  overflow: hidden;
  cursor: pointer;
}
#content-layer .section-gallery .thumbs a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  width: 210px;
  height: 70px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray;
  -webkit-filter: grayscale(1);
  opacity: .7;

  -webkit-transition: -webkit-filter,opacity 500ms;
     -moz-transition: -webkit-filter,opacity 500ms;
          transition: -webkit-filter,opacity 500ms;
}
#content-layer .section-gallery .thumbs a .border {
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  border: 4px solid #ededed;
  opacity: 0;
  -webkit-transition: all 500ms;
     -moz-transition: all 500ms;
          transition: all 500ms;
}
#content-layer .section-gallery .thumbs a:hover .border,
#content-layer .section-gallery .thumbs a.active-img .border {
  opacity: 1;
}
#content-layer .section-gallery .thumbs .caption {
  display: none;
}
#content-layer .section-gallery .thumbs a:hover,
#content-layer .section-gallery .thumbs a.active-img {
  filter: none;
  -webkit-filter: grayscale(0);
  opacity: 1;
}
#content-layer .section-gallery .thumbs a img {
  width: 70px;
}

#content-layer .section-cast h2 {
  margin-top: 80px;
  font-size: 18px;
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 20px;
}
#content-layer .section-cast .padding {
  margin-right: 5px;
}
#content-layer .section-cast .jspScrollable .padding {
  margin-right: 0;
}
#content-layer .section-cast .cast-links {
  border-top: 1px solid #f2f2f2;
  text-align: left;
  font-size: 16px;
}
#content-layer .section-cast .cast-links a {
  display: block;
  position: relative;
  padding: 14px 20px;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: all 500ms;
     -moz-transition: all 500ms;
          transition: all 500ms;
}
#content-layer .section-cast .cast-links a:hover,
#content-layer .section-cast .cast-links a.active-cast {
  background-color: #f9f9f9;
  background-color: rgba(0,0,0,0.02);
  padding-left: 40px;
}
#content-layer .section-cast .cast-links a .bg-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 110px;
  background: none no-repeat right top;
  opacity: 0;
  -webkit-transition: all 500ms;
     -moz-transition: all 500ms;
          transition: all 500ms;
}
#content-layer .section-cast .cast-links a:hover .bg-image,
#content-layer .section-cast .cast-links a.active-cast .bg-image {
  opacity: 1;
}

#content-layer .section-cast .cast-links a.ddl .bg-image { background-image: url(images/cast/ddl-thumb.png) }
#content-layer .section-cast .cast-links a.jgl .bg-image { background-image: url(images/cast/jgl-thumb.png) }
#content-layer .section-cast .cast-links a.field .bg-image { background-image: url(images/cast/field-thumb.png) }
#content-layer .section-cast .cast-links a.tlj .bg-image { background-image: url(images/cast/tlj-thumb.png) }
#content-layer .section-cast .cast-links a.spader .bg-image { background-image: url(images/cast/spader-thumb.png) }
#content-layer .section-cast .cast-links a.strathairn .bg-image { background-image: url(images/cast/strathairn-thumb.png) }
/*#content-layer .section-cast .cast-links a.jeh .bg-image { background-image: url(images/cast/jeh-thumb.png) }*/
/*#content-layer .section-cast .cast-links a.jared-harris .bg-image { background-image: url(images/cast/jared-harris-thumb.png) }*/
/*#content-layer .section-cast .cast-links a.lee-pace .bg-image { background-image: url(images/cast/lee-pace-thumb.png) }*/
/*#content-layer .section-cast .cast-links a.costabile .bg-image { background-image: url(images/cast/costabile-thumb.png) }*/

#background-layer .section-cast .content {
  background: #fff url(images/cast/character-bg.jpg) no-repeat top left;
  display: none;
}
#background-layer .section-cast .content,
#background-layer .section-cast .character,
#background-layer .section-cast .bio {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#background-layer .section-cast .character {
  display: none;
}
#background-layer .section-cast .character .hero {
  position: absolute;
  left: 620px;
  top: 0;
  right: 0;
  bottom: 0;
}
#background-layer .section-cast .character .hero img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
}
#background-layer .section-cast .character .bio .bio-scrollpane {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 350px;
}
#background-layer .section-cast .character .bio .bio-scrollpane .padding {
  width: 280px;
  padding: 200px 0 150px;
}
#background-layer .section-cast .character .bio h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}
#background-layer .section-cast .character .bio h3 {
  text-align: center;
  width: 210px;
  margin: 0 auto;
  padding: 15px 0 30px;
  border-top: 1px solid #cacaca;
  font-size: 17px;
}
#background-layer .section-cast .character .bio .copy {
  width: 250px;
  margin: 0 auto;
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  text-align: left;
}
#background-layer .section-cast .back-to-thumbs {
  z-index: 100;
  position: absolute;
  left: 250px;
  top: 70px;
  width: 200px;
  padding-right: 13px;
  height: 53px;
  text-align: center;
  font-size: 17px;
  line-height: 50px;
  color: #8a5e25;
  background: url(images/bg-gallery-header.png) no-repeat right center;
  display: none;
}
#background-layer .section-cast .next-section,
#background-layer .section-cast .next-character {
  position: absolute;
  bottom: 25px;
  display: block;
  text-align: center;
  height: 38px;
  background: url(images/arrow-down.png) no-repeat center bottom;
  font-size: 18px;
  color: #000;
  letter-spacing: -0.075em;
  width: 280px;
}
#background-layer .section-cast .next-character {
  height: 90px;
}
#background-layer .section-cast .next-character .bg-image {
  display: block;
  width: 210px;
  margin: 0 auto;
  margin-bottom: 15px;
  border-top: 1px solid #efefef;
}
#background-layer .section-cast .next-character .role {
  font-size: 17px;
}
#background-layer .section-cast .next-character .actor {
  font-size: 14px;
  color: #999;
  display: block;
}

#content-layer .section-cast .cast-links .actor {
  display: block;
  color: #999;
  font-size: 13px;
}

#content-layer .section-publishing .panel-1 .links a,
#content-layer .section-awards .panel-1 .links a,
#content-layer .section-order .panel-1 .links a {
  padding-left: 20px;
  padding-right: 20%;
  margin-left: 0;
  margin-right: 0;
}
#content-layer .section-awards .panel-1 .links a {
  padding-right: 15%;
}
#content-layer .section-publishing .panel-1 .links a:hover,
#content-layer .section-awards .panel-1 .links a:hover,
#content-layer .section-order .panel-1 .links a:hover {
  padding-left: 20px;
}
#content-layer .section-publishing .panel-1 h2,
#content-layer .section-awards .panel-1 h2,
#content-layer .section-order .panel-1 h2 {
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
}
#content-layer .section-awards .panel h2,
#content-layer .section-order .panel h2 {
  margin-top: 80px;
  border: none;
}
#content-layer .section-publishing .panel-2 h2,
#content-layer .section-awards .panel-2 h2,
#content-layer .section-order .panel-2 h2 {
  margin-bottom: 0;
  padding-bottom: 10px;
}
#content-layer .section-publishing .panel-2 h3,
#content-layer .section-awards .panel-2 h3,
#content-layer .section-order .panel-2 h3 {
  font-size: 17px;
  margin: 10px 40px 40px;
}
#content-layer .section-awards .panel-2 h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
#content-layer .section-publishing .panel-2 .photo,
#content-layer .section-awards .panel-2 .photo {
  margin-bottom: 20px;
}
#content-layer .section-awards .links a {
  background-position: 92% center;
}
#content-layer .section-awards .links .sub {
  font-size: 13px;
  color: #999;
}

#content-layer .section-awards .copy .light-header {
  margin: 20px 0;
}
#content-layer .section-awards .award {
  text-align: left;
  padding: 0 20px 20px;
}
#content-layer .section-awards .award .sub {
  /*font-size: 13px;*/
  color: #999;
}


#content-layer .section-soundtrack .panel-1 h2 {
  border: none;
  padding-bottom: 0;
}
#content-layer .section-soundtrack .panel-1 h3 {
  font-size: 14px;
  margin: 0 40px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}
#content-layer .section-soundtrack .panel-1 .photo {
  margin-bottom: 20px;
}
#content-layer .section .panel .light-header {
  text-align: center;
  color: #ccc;
}
#content-layer .section-soundtrack ol,
#content-layer .section-soundtrack ol li {
  padding: 0;
  list-style: decimal;
  list-style-position: inside;
}

.copy a {
  color: #8a5e25;
}

.sharers {
  font-family: 'Nexa', sans-serif;
  font-weight: bold;
  font-size: 9px;
  color: #444;
  text-align: center;
}
.sharers a {
  float: left;
  color: #b4b4b4;
  -webkit-transition: all 700ms;
     -moz-transition: all 700ms;
          transition: all 700ms;
}
.sharers a:hover {
  color: #000;
}
.sharers .s {
  width: 25px;
  height: 25px;
  background: url() no-repeat center center;
}
.sharers .fb { background-image: url(images/icon-fb.png); }
.sharers .twitter { background-image: url(images/icon-twitter.png); }
.sharers .gplus { background-image: url(images/icon-gplus.png); }
.sharers .yt { background-image: url(images/icon-yt.png); }

.sharers .audio-toggle {
  opacity: 0.15;
  background-image: url(images/icon-audio-on.png);
}
.sharers .audio-toggle.off {
  background-image: url(images/icon-audio-off.png);
}
.sharers .audio-toggle:hover {
  opacity: 1;
}

.sharers .share,
.sharers .legal {
  padding: 0 5px;
  height: 25px;
  line-height: 25px;
}

.share-widgets {
  font-family: 'Nexa', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #8a5e25;
  padding: 15px;
  height: 20px;
  overflow: hidden;
  text-align: center;
}
.share-widgets .text {
  height: 20px;
}
.share-widgets .widgets {
  padding-top: 10px;
  margin-top: 50px;
}
.widgets {
  width: 240px;
  height: 20px;
  margin: 0 auto;
}
.widgets .s {
  float: left;
  margin-right: 4px;
}

.section-gallery .widgets {
  width: 205px;
}

.bottom-footer {
  z-index: 1000;
  position: absolute;
  left: 0; right: 0;
  bottom: 0;
  background: #fff;
  -webkit-box-shadow: 0px -1px 5px rgba(0,0,0,0.2);
     -moz-box-shadow: 0px -1px 5px rgba(0,0,0,0.2);
          box-shadow: 0px -1px 5px rgba(0,0,0,0.2);
  display: none;
}
#share-footer {
  padding: 20px;
  padding-bottom: 10px;
}
#share-footer .widgets {
  width: auto;
  margin: 0;
  font-family: 'Nexa', sans-serif;
  font-weight: bold;
  font-size: 9px;
  color: #444;
  line-height: 22px;
}
#share-footer .widgets .s0 {
  margin-left: 10px;
  margin-right: 20px;
}

#legal-footer {
  padding-bottom: 20px;
}
#billing-block {
  position: relative;
  width: 850px;
  height: 290px;
  margin: 0 auto;
  background: url(images/local/legal.png) no-repeat center bottom;
}
#billing-block #legal-links {
  position: absolute;
  right: 0;
  bottom: 0;
}
#billing-block #legal-links li {
  float: left;
  margin-left: 10px;
}
#billing-block #legal-links a {
  color: #a7a9ac;
  font-family: Helvetica, sans-serif;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
}

.facebook-share-button {
  text-indent: -9999px;
  display: block;
  width: 55px;
  height: 20px;
  background: url(images/fb-share.png) no-repeat left top;
}


.swap .np {
  display: none;
}

.box-image {
  width: 100%;
  margin: 40px 0px 25px 0px;
  text-align: center;
}

#tracker {
  display: none;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: static;
}
.jspScrollable .jspPane {
  position: absolute;
}
.lt-ie9 .jspScrollable .jspPane {
  left: 0;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #b2b2b2;
  background: rgba(0,0,0,0.4);
  position: relative;
}
.jspDrag {
  background: #e0e0e0;
  background: rgba(255,255,255,0.8);
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 5px;
}
.jspHorizontalBar .jspArrow {
  width: 5px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
