@charset "UTF-8";
/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.1.3
* Docs at http://davidtheclark.github.io/scut
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ' ';
  content: none; }

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

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

html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  -webkit-font-smoothing: antialiased; }

img {
  border: 0;
  vertical-align: middle; }

p {
  margin: 1em 0; }
  p:first-of-type {
    margin-top: 0; }
  p:last-of-type {
    margin-bottom: 0; }

a {
  text-decoration: none; }

.hide {
  display: none; }

.show {
  display: block; }

.show-ib {
  display: block; }

input[type=number] {
  -moz-appearance: textfield; }

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }
  input:focus, textarea:focus {
    outline: none; }

* {
  -webkit-tap-highlight-color: transparent; }

@media screen and (min-width: 701px) {
  [data-hover-zoom] {
    -webkit-transition: 1s transform;
    -moz-transition: 1s transform;
    transition: 1s transform; }
    [data-hover-zoom]:hover {
      -webkit-transform: scale(1.06, 1.06) rotate(0.001deg);
      -moz-transform: scale(1.06, 1.06) rotate(0.001deg);
      -ms-transform: scale(1.06, 1.06) rotate(0.001deg);
      -o-transform: scale(1.06, 1.06) rotate(0.001deg);
      transform: scale(1.06, 1.06) rotate(0.001deg); }
      .ua-ie9 [data-hover-zoom]:hover {
        -webkit-transform: scale(1, 1) rotate(0deg);
        -moz-transform: scale(1, 1) rotate(0deg);
        -ms-transform: scale(1, 1) rotate(0deg);
        -o-transform: scale(1, 1) rotate(0deg);
        transform: scale(1, 1) rotate(0deg); } }

[data-lightbox] {
  cursor: pointer; }

#guide {
  position: absolute;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.maintain-aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000; }
  .maintain-aspect-ratio iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

[data-vimeo-poster-video], [data-youtube-poster-video] {
  position: relative;
  background-color: #000; }
  [data-vimeo-poster-video].hide-overlay:after, [data-youtube-poster-video].hide-overlay:after {
    opacity: 0; }
  [data-vimeo-poster-video]:after, [data-youtube-poster-video]:after {
    cursor: pointer;
    content: ' ';
    pointer-events: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 89.6px;
    height: 55.3px;
    background-image: url("/img/global/play-icon.png");
    background-size: 89.6px 55.3px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: auto;
    margin-bottom: auto;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
      [data-vimeo-poster-video]:after, [data-youtube-poster-video]:after {
        background-image: url("/img/global/play-icon@2x.png");
        background-size: 89.6px 55.3px; } }
    @media screen and (min-width: 701px) {
      [data-vimeo-poster-video]:after, [data-youtube-poster-video]:after {
        width: 128px;
        height: 79px;
        background-image: url("/img/global/play-icon.png");
        background-size: 128px 79px;
        background-repeat: no-repeat; } }
  @media screen and (min-width: 701px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 701px) and (min-resolution: 144dppx) {
    [data-vimeo-poster-video]:after, [data-youtube-poster-video]:after {
      background-image: url("/img/global/play-icon@2x.png");
      background-size: 128px 79px; } }
  [data-vimeo-poster-video] img, [data-youtube-poster-video] img {
    width: 100%;
    cursor: pointer; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -50px;
  padding: 0;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: #000;
    opacity: 1; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.2;
    cursor: default; }
    @media screen and (min-width: 701px) {
      .slick-prev.slick-disabled:hover,
      .slick-next.slick-disabled:hover {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px); } }

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -8px;
  width: 40px;
  height: 40px;
  background-image: url("/img/global/scroll-arrow-left.png");
  background-size: 40px 40px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
    .slick-prev {
      background-image: url("/img/global/scroll-arrow-left@2x.png");
      background-size: 40px 40px; } }
  .white-arrows .slick-prev {
    width: 40px;
    height: 40px;
    background-image: url("/img/global/scroll-arrow-left-white.png");
    background-size: 40px 40px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
      .white-arrows .slick-prev {
        background-image: url("/img/global/scroll-arrow-left-white@2x.png");
        background-size: 40px 40px; } }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -8px; }
  @media screen and (min-width: 701px) {
    .slick-prev:hover {
      -webkit-transform: translateX(-10px);
      -moz-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      -o-transform: translateX(-10px);
      transform: translateX(-10px); } }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -8px;
  width: 40px;
  height: 40px;
  background-image: url("/img/global/scroll-arrow-right.png");
  background-size: 40px 40px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
    .slick-next {
      background-image: url("/img/global/scroll-arrow-right@2x.png");
      background-size: 40px 40px; } }
  .white-arrows .slick-next {
    width: 40px;
    height: 40px;
    background-image: url("/img/global/scroll-arrow-right-white.png");
    background-size: 40px 40px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
      .white-arrows .slick-next {
        background-image: url("/img/global/scroll-arrow-right-white@2x.png");
        background-size: 40px 40px; } }
  @media screen and (min-width: 701px) {
    .slick-next:hover {
      -webkit-transform: translateX(10px);
      -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
      -o-transform: translateX(10px);
      transform: translateX(10px); } }
  [dir="rtl"] .slick-next {
    left: 8px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.2;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

#lightbox {
  background-color: rgba(0, 0, 0, 0.88);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000000;
  opacity: 0; }
  #lightbox .fig-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    display: table; }
    #lightbox .fig-wrap .top {
      display: table-row;
      width: 100%;
      position: relative; }
      #lightbox .fig-wrap .top .spinner {
        position: absolute;
        top: 50%;
        margin-top: auto;
        margin-bottom: auto;
        left: 50%;
        margin-left: auto;
        margin-right: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        #lightbox .fig-wrap .top .spinner img {
          opacity: 0.75; }
      #lightbox .fig-wrap .top figure {
        height: 100%;
        position: relative; }
        #lightbox .fig-wrap .top figure img {
          position: absolute;
          top: 50%;
          margin-top: auto;
          margin-bottom: auto;
          left: 50%;
          margin-left: auto;
          margin-right: auto;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          max-width: 100%;
          max-height: 100%; }
      #lightbox .fig-wrap .top .arrow {
        position: absolute;
        z-index: 2;
        top: 50%;
        margin-top: -50px;
        color: #fff;
        padding: 8px;
        opacity: 0.7;
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 5px;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        #lightbox .fig-wrap .top .arrow:hover {
          opacity: 1;
          -webkit-transform: translateX(15px);
          -moz-transform: translateX(15px);
          -ms-transform: translateX(15px);
          -o-transform: translateX(15px);
          transform: translateX(15px); }
        #lightbox .fig-wrap .top .arrow.prev-btn {
          left: 3%; }
          #lightbox .fig-wrap .top .arrow.prev-btn:hover {
            -webkit-transform: translateX(-10px);
            -moz-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
            -o-transform: translateX(-10px);
            transform: translateX(-10px); }
        #lightbox .fig-wrap .top .arrow.next-btn {
          right: 3%; }
          #lightbox .fig-wrap .top .arrow.next-btn:hover {
            -webkit-transform: translateX(10px);
            -moz-transform: translateX(10px);
            -ms-transform: translateX(10px);
            -o-transform: translateX(10px);
            transform: translateX(10px); }
        #lightbox .fig-wrap .top .arrow img {
          width: 50px; }
          @media screen and (min-width: 701px) {
            #lightbox .fig-wrap .top .arrow img {
              width: 60px; } }
    #lightbox .fig-wrap .caption {
      display: table-row;
      vertical-align: bottom;
      width: 100%;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 25px 27px;
      border-radius: 5px;
      position: fixed; }
      #lightbox .fig-wrap .caption h3 {
        font-family: 'museo-slab', sans-serif;
        font-weight: 700;
        font-size: 1.5em;
        letter-spacing: 0.015em;
        margin-bottom: 8px; }
        .ua-desktop-macintosh.ua-firefox #lightbox .fig-wrap .caption h3 {
          font-weight: 500; }
      #lightbox .fig-wrap .caption h6 {
        color: #e0e0e0;
        line-height: 1.2em; }
        @media screen and (min-width: 701px) {
          #lightbox .fig-wrap .caption h6 {
            max-width: 600px; } }
  #lightbox .close-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer; }
    #lightbox .close-btn .inner {
      width: 65px;
      height: 65px;
      padding: 10px;
      -webkit-transition: -webkit-transform;
      -moz-transition: -moz-transform;
      transition: transform; }
      #lightbox .close-btn .inner:hover {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }

#nav {
  position: fixed;
  width: 100%;
  height: 140px;
  top: 0;
  left: 0;
  color: #fff;
  background: transparent url("/img/global/nav/top-gradient.png") top left repeat-x;
  z-index: 100;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s; }
  .fixed-nav #nav, .fixed-nav-perm #nav {
    background-image: none;
    background-color: #1b1b1b;
    height: 81px;
    border-bottom: 2px solid #3b3b3b; }
    @media screen and (min-width: 701px) {
      .fixed-nav #nav, .fixed-nav-perm #nav {
        height: 106px; } }
  #nav .lockout {
    height: 100%;
    z-index: 1; }
    #nav .lockout .logo {
      position: absolute;
      top: 20px;
      left: 1px;
      z-index: 2; }
      @media screen and (min-width: 701px) {
        #nav .lockout .logo {
          top: 27px;
          left: 0; } }
      #nav .lockout .logo a {
        display: inline-block; }
        #nav .lockout .logo a .inner {
          width: 163.5px;
          height: 39.75px;
          background-image: url("/img/global/nav/logo.png");
          background-size: 163.5px 39.75px;
          background-repeat: no-repeat; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
            #nav .lockout .logo a .inner {
              background-image: url("/img/global/nav/logo@2x.png");
              background-size: 163.5px 39.75px; } }
          @media screen and (min-width: 701px) {
            #nav .lockout .logo a .inner {
              width: 218px;
              height: 53px;
              background-image: url("/img/global/nav/logo.png");
              background-size: 218px 53px;
              background-repeat: no-repeat; } }
  @media screen and (min-width: 701px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 701px) and (min-resolution: 144dppx) {
    #nav .lockout .logo a .inner {
      background-image: url("/img/global/nav/logo@2x.png");
      background-size: 218px 53px; } }
    #nav .lockout #hamburger {
      position: absolute;
      top: 13px;
      right: -7px;
      cursor: pointer;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        #nav .lockout #hamburger {
          display: none; } }
      #nav .lockout #hamburger .icon {
        width: 55px;
        height: 55px;
        background-image: url("/img/global/nav/hamburger.png");
        background-size: 55px 55px;
        background-repeat: no-repeat; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
          #nav .lockout #hamburger .icon {
            background-image: url("/img/global/nav/hamburger@2x.png");
            background-size: 55px 55px; } }
      #nav .lockout #hamburger .close {
        display: none;
        width: 55px;
        height: 55px;
        background-image: url("/img/global/nav/close.png");
        background-size: 55px 55px;
        background-repeat: no-repeat; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
          #nav .lockout #hamburger .close {
            background-image: url("/img/global/nav/close@2x.png");
            background-size: 55px 55px; } }
    #nav .lockout #nav-links {
      position: absolute;
      width: 100%;
      height: 100%; }
      @media screen and (min-width: 768px) {
        #nav .lockout #nav-links {
          right: -2.1%; } }
      @media screen and (min-width: 820px) {
        #nav .lockout #nav-links {
          right: -2.5%; } }
      #nav .lockout #nav-links li {
        height: 100%;
        white-space: nowrap;
        float: right;
        text-transform: uppercase;
        position: relative;
        font-family: 'proxima-nova', sans-serif;
        font-weight: 600;
        letter-spacing: 0.085em;
        display: none;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        .ua-desktop-macintosh.ua-firefox #nav .lockout #nav-links li {
          font-weight: 400; }
        @media screen and (min-width: 768px) {
          #nav .lockout #nav-links li {
            display: block;
            font-size: 0.9375em; } }
        @media screen and (min-width: 820px) {
          #nav .lockout #nav-links li {
            font-size: 1em; } }
        #our-movies #nav .lockout #nav-links li.our-movies {
          background-color: #000;
          cursor: default; }
        #videos #nav .lockout #nav-links li.videos {
          background-color: #000;
          cursor: default; }
        #latest-news #nav .lockout #nav-links li.latest-news {
          background-color: #000;
          cursor: default; }
        #nav .lockout #nav-links li.our-movies {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          #nav .lockout #nav-links li.our-movies:hover {
            background-color: #000; }
        #nav .lockout #nav-links li.latest-news {
          height: 105px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          #nav .lockout #nav-links li.latest-news:hover {
            background-color: #000; }
        #nav .lockout #nav-links li.search {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          #nav .lockout #nav-links li.search:hover {
            background-color: #000; }
        #nav .lockout #nav-links li a {
          height: 100%;
          display: block;
          color: inherit; }
          @media screen and (min-width: 768px) {
            #nav .lockout #nav-links li a {
              padding: 45px 14px 0; } }
          @media screen and (min-width: 820px) {
            #nav .lockout #nav-links li a {
              padding: 45px 20px 0; } }
          @media screen and (min-width: 880px) {
            #nav .lockout #nav-links li a {
              padding: 45px 24px 0; } }
          @media screen and (min-width: 930px) {
            #nav .lockout #nav-links li a {
              padding: 45px 28px 0; } }
          @media screen and (min-width: 1025px) {
            #nav .lockout #nav-links li a {
              padding: 45px 32px 0; } }
          #nav .lockout #nav-links li a:hover {
            color: #777; }
        #nav .lockout #nav-links li .dropdown {
          position: absolute;
          right: 0;
          top: 104px;
          z-index: 20;
          overflow: hidden;
          min-width: 270px; }
          #nav .lockout #nav-links li .dropdown .inner {
            -webkit-transform: translateY(-250px);
            -moz-transform: translateY(-250px);
            -ms-transform: translateY(-250px);
            -o-transform: translateY(-250px);
            transform: translateY(-250px);
            cursor: default;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            transition: all 0.4s;
            background-color: #000;
            padding: 33px 30px 33px 45px;
            position: relative;
            display: none; }
            #nav .lockout #nav-links li .dropdown .inner input {
              padding-right: 44px;
              width: 270px;
              background-color: rgba(255, 255, 255, 0.18); }
            #nav .lockout #nav-links li .dropdown .inner .glass {
              width: 30px;
              height: 30px;
              background-image: url("/img/global/icon-search.png");
              background-size: 30px 30px;
              background-repeat: no-repeat;
              position: absolute;
              top: 48px;
              right: 40px;
              cursor: pointer; }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
                #nav .lockout #nav-links li .dropdown .inner .glass {
                  background-image: url("/img/global/icon-search@2x.png");
                  background-size: 30px 30px; } }
        #nav .lockout #nav-links li ul li {
          float: none;
          text-align: right; }
          @media screen and (min-width: 768px) {
            #nav .lockout #nav-links li ul li {
              display: block;
              font-size: 0.90625em; } }
          @media screen and (min-width: 820px) {
            #nav .lockout #nav-links li ul li {
              font-size: 0.96875em; } }
          #nav .lockout #nav-links li ul li a {
            padding: 7px 0; }
          #nav .lockout #nav-links li ul li.view-all {
            margin-top: 45px;
            font-size: 0.9375em; }
            #nav .lockout #nav-links li ul li.view-all:before {
              content: '';
              width: 55px;
              height: 1px;
              background-color: #d3281c;
              position: absolute;
              right: 0;
              top: -11px; }
  #nav #mobile-flyout {
    display: none;
    position: fixed;
    padding-top: 81px;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #000;
    text-align: center;
    text-transform: uppercase;
    overflow: auto;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(100vw);
    -moz-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
    -o-transform: translateX(100vw);
    transform: translateX(100vw); }
    #nav #mobile-flyout ul li {
      border-bottom: 1px solid #333;
      margin: 0 4%;
      cursor: pointer; }
      #nav #mobile-flyout ul li a, #nav #mobile-flyout ul li.our-movies {
        padding: 25px 0;
        color: #fff;
        font-size: 1.25em;
        letter-spacing: 0.08em;
        display: block; }
      #nav #mobile-flyout ul li.search {
        position: relative;
        padding: 25px 0; }
        #nav #mobile-flyout ul li.search input {
          width: 100%;
          background-color: rgba(255, 255, 255, 0.2);
          font-size: 1.25em;
          position: relative; }
        #nav #mobile-flyout ul li.search .glass {
          width: 30px;
          height: 30px;
          background-image: url("/img/global/icon-search.png");
          background-size: 30px 30px;
          background-repeat: no-repeat;
          position: absolute;
          top: 41px;
          right: 20px;
          cursor: pointer; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
            #nav #mobile-flyout ul li.search .glass {
              background-image: url("/img/global/icon-search@2x.png");
              background-size: 30px 30px; } }
      #nav #mobile-flyout ul li .films {
        display: none; }
        #nav #mobile-flyout ul li .films li {
          border-bottom: none !important;
          text-transform: none;
          font-size: 0.8125em;
          position: relative; }
          #nav #mobile-flyout ul li .films li:first-of-type {
            margin-top: 10px; }
          #nav #mobile-flyout ul li .films li:last-of-type {
            margin-bottom: -12px; }
          #nav #mobile-flyout ul li .films li a {
            padding: 15px 0; }
          #nav #mobile-flyout ul li .films li.view-all {
            margin-top: 25px;
            font-size: 0.71875em; }
            #nav #mobile-flyout ul li .films li.view-all:before {
              content: '';
              width: 60px;
              height: 1px;
              background-color: #d3281c;
              position: absolute;
              left: 50%;
              margin-left: -30px;
              top: -11px; }

#footer {
  background-color: #181818;
  position: relative;
  padding: 60px 0 10px; }
  @media screen and (min-width: 650px) {
    #footer {
      padding: 40px 0 90px; } }
  @media screen and (min-width: 1230px) {
    #footer {
      padding: 0px 0 184px; } }
  @media screen and (min-width: 650px) {
    #footer .logo-wrap {
      position: absolute;
      top: 50px; } }
  @media screen and (min-width: 1230px) {
    #footer .logo-wrap {
      top: 167px; } }
  #footer .logo-wrap .logo {
    width: 218px;
    height: 53px;
    background-image: url("/img/global/nav/logo.png");
    background-size: 218px 53px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
      #footer .logo-wrap .logo {
        background-image: url("/img/global/nav/logo@2x.png");
        background-size: 218px 53px; } }
  @media screen and (min-width: 1230px) {
    #footer .logo-wrap .share-icons {
      display: none; } }
  #footer .links {
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    padding-top: 50px; }
    @media screen and (min-width: 650px) {
      #footer .links {
        padding-top: 166px; } }
    @media screen and (min-width: 1230px) {
      #footer .links {
        padding-top: 66px; } }
    @media screen and (min-width: 650px) {
      #footer .links > * {
        display: inline-block;
        vertical-align: top; } }
    #footer .links a {
      color: #fff;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      #footer .links a:hover {
        color: #777; }
    #footer .links .bar {
      vertical-align: middle;
      width: 1px;
      height: 129px;
      background-color: #464646;
      margin: 16px 71px 0;
      display: none; }
      @media screen and (min-width: 650px) {
        #footer .links .bar {
          display: inline-block; } }
      #footer .links .bar.two {
        display: none; }
        @media screen and (min-width: 1230px) {
          #footer .links .bar.two {
            display: inline-block;
            margin: 16px 30px 0 71px; } }
    #footer .links h6 {
      font-size: 1.03125em;
      letter-spacing: 0.13em;
      margin-bottom: 10px;
      font-family: 'proxima-nova', sans-serif;
      font-weight: 800; }
      .ua-desktop-macintosh.ua-firefox #footer .links h6 {
        font-weight: 700; }
    #footer .links .group {
      margin-bottom: 40px; }
      @media screen and (min-width: 650px) {
        #footer .links .group {
          margin-bottom: 0; } }
      #footer .links .group ul.share-icons {
        display: inline-block; }
        #footer .links .group ul.share-icons li {
          display: inline-block;
          margin: 0 7px 1px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          @media screen and (min-width: 650px) {
            #footer .links .group ul.share-icons li {
              margin: 0 5px 1px; } }
          #footer .links .group ul.share-icons li:hover svg path, #footer .links .group ul.share-icons li:hover svg g {
            fill: #666; }
          #footer .links .group ul.share-icons li svg {
            width: 28px;
            height: 28px; }
            @media screen and (min-width: 650px) {
              #footer .links .group ul.share-icons li svg {
                width: 22px;
                height: 22px; } }
            #footer .links .group ul.share-icons li svg path, #footer .links .group ul.share-icons li svg g {
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              transition: all 0.3s;
              fill: #fff; }
      #footer .links .group ul li {
        letter-spacing: 0.13em;
        line-height: 2.3em;
        font-size: 0.8125em;
        font-family: 'proxima-nova', sans-serif;
        font-weight: 700; }
        .ua-desktop-macintosh.ua-firefox #footer .links .group ul li {
          font-weight: 600; }
        @media screen and (min-width: 650px) {
          #footer .links .group ul li {
            line-height: 2.65em; } }
      @media screen and (min-width: 650px) {
        #footer .links .group.follow-us {
          text-align: right;
          position: absolute;
          top: 50px;
          right: 0; } }
      @media screen and (min-width: 1230px) {
        #footer .links .group.follow-us {
          display: inline-block;
          position: static;
          right: auto;
          top: auto; } }
      #footer .links .group.follow-us h6 {
        margin-bottom: 20px; }
        @media screen and (min-width: 650px) {
          #footer .links .group.follow-us h6 {
            margin-bottom: 16px; } }
        @media screen and (min-width: 1230px) {
          #footer .links .group.follow-us h6 {
            margin-bottom: 26px; } }

#whats-new {
  text-align: center;
  padding-bottom: 60px; }
  #whats-new h1 {
    font-size: 2.25em;
    font-family: 'museo-slab', sans-serif;
    font-weight: 500;
    text-align: center; }
    .ua-desktop-macintosh.ua-firefox #whats-new h1 {
      font-weight: 300; }
    @media screen and (min-width: 701px) {
      #whats-new h1 {
        font-size: 3.0625em; } }
  #whats-new .thumb-slider-module {
    margin-bottom: 5px; }
    @media screen and (min-width: 701px) {
      #whats-new .thumb-slider-module {
        margin-bottom: 30px; } }
  #whats-new .btn {
    margin: 0 auto; }

#sign-up-promo {
  position: relative;
  color: #fff;
  padding: 23% 9%; }
  @media screen and (min-width: 701px) {
    #sign-up-promo {
      height: 743px;
      padding: 0; } }
  #sign-up-promo .bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
    position: relative;
    position: absolute;
    top: 0;
    left: 0; }
  #sign-up-promo .right-gradient {
    background: transparent url("/img/global/right-gradient.png") top right repeat-y;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  #sign-up-promo .inner {
    display: table;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative; }
    @media screen and (min-width: 701px) {
      #sign-up-promo .inner {
        max-width: 620px;
        min-width: 450px;
        float: right;
        width: 40%; } }
    #sign-up-promo .inner .content {
      vertical-align: middle;
      display: table-cell; }
      #sign-up-promo .inner .content .line {
        width: 155px;
        height: 1px;
        background-color: #fff;
        margin-bottom: 27px; }
        @media screen and (min-width: 701px) {
          #sign-up-promo .inner .content .line {
            margin-bottom: 32px; } }
      #sign-up-promo .inner .content h5 {
        font-family: 'Libre Baskerville', serif;
        font-style: italic;
        font-size: 1em;
        letter-spacing: 0.03em;
        margin-bottom: 40px;
        line-height: 1.9em; }
        @media screen and (min-width: 701px) {
          #sign-up-promo .inner .content h5 {
            width: 60%;
            margin-bottom: 50px; } }
      #sign-up-promo .inner .content h3 {
        text-transform: uppercase;
        font-family: 'proxima-nova', sans-serif;
        font-weight: 600;
        font-size: 1.5em;
        letter-spacing: 0.17em;
        line-height: 1.25em;
        margin-bottom: 50px; }
        .ua-desktop-macintosh.ua-firefox #sign-up-promo .inner .content h3 {
          font-weight: 400; }
        @media screen and (min-width: 701px) {
          #sign-up-promo .inner .content h3 {
            margin-bottom: 60px; } }
        #sign-up-promo .inner .content h3 br {
          display: none; }
          @media screen and (min-width: 550px) {
            #sign-up-promo .inner .content h3 br {
              display: block; } }
      #sign-up-promo .inner .content form input {
        display: block;
        margin-bottom: 20px;
        width: 100%;
        max-width: 300px; }
        #sign-up-promo .inner .content form input:last-of-type {
          margin-bottom: 40px; }
      #sign-up-promo .inner .content .btn {
        color: #fff; }

#home #hero {
  height: 560px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: transparent; }
  @media only screen and (max-width: 750px) and (orientation: landscape) {
    #home #hero {
      height: 700px; } }
  @media screen and (min-width: 768px) {
    #home #hero {
      min-height: 650px;
      height: 100vh; } }
  #home #hero .background {
    background-color: #000;
    overflow: hidden;
    width: 100%;
    z-index: -1;
    height: 560px; }
    @media only screen and (max-width: 750px) and (orientation: landscape) {
      #home #hero .background {
        height: 700px; } }
    @media screen and (min-width: 768px) {
      #home #hero .background {
        min-height: 650px;
        height: 100vh; } }
    #home #hero .background .photo {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      height: 100%; }
    #home #hero .background .video {
      position: relative;
      height: 100%;
      overflow: hidden;
      display: none; }
      @media screen and (min-width: 701px) {
        #home #hero .background .video {
          display: block; } }
      .ua-mobile #home #hero .background .video {
        display: none; }
      #home #hero .background .video video {
        position: absolute;
        top: 50%;
        margin-top: auto;
        margin-bottom: auto;
        left: 50%;
        margin-left: auto;
        margin-right: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%; }
  #home #hero .inner {
    position: absolute;
    bottom: 40px;
    width: 100%;
    padding: 0 8%;
    text-align: center; }
    #home #hero .inner .title {
      font-size: 3.4375em;
      font-family: 'museo-slab', sans-serif;
      font-weight: 500;
      margin-bottom: 15px; }
      .ua-desktop-macintosh.ua-firefox #home #hero .inner .title {
        font-weight: 300; }
      @media screen and (min-width: 768px) {
        #home #hero .inner .title {
          font-size: 5em;
          margin-bottom: 9px; } }
    #home #hero .inner .subtitle {
      font-size: 1.15625em;
      letter-spacing: 0.035em;
      font-family: 'Libre Baskerville', serif;
      font-style: italic;
      font-style: italic;
      margin-bottom: 47px; }
      @media screen and (min-width: 701px) {
        #home #hero .inner .subtitle {
          margin-bottom: 97px; } }
    #home #hero .inner .btn {
      color: #fff;
      margin-bottom: 40px;
      display: inline-block;
      position: relative;
      z-index: 2; }
    #home #hero .inner .line {
      width: 1px;
      height: 64px;
      background-color: rgba(255, 255, 255, 0.4);
      margin: 0 auto 39px;
      display: none; }
      @media screen and (min-width: 768px) {
        #home #hero .inner .line {
          display: block; } }
    #home #hero .inner .scroll .icon {
      width: 33px;
      height: 46px;
      background-image: url("/img/global/mouse.png");
      background-size: 33px 46px;
      background-repeat: no-repeat;
      margin: 0 auto 18px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
        #home #hero .inner .scroll .icon {
          background-image: url("/img/global/mouse@2x.png");
          background-size: 33px 46px; } }
    #home #hero .inner .scroll h4 {
      font-family: 'proxima-nova', sans-serif;
      font-weight: 600;
      font-size: 1.0625em;
      letter-spacing: 0.02em; }
      .ua-desktop-macintosh.ua-firefox #home #hero .inner .scroll h4 {
        font-weight: 400; }

#home #ads {
  text-align: center; }
  #home #ads .lockout {
    padding: 10% 0; }
    @media screen and (min-width: 660px) {
      #home #ads .lockout {
        padding: 68px 0px 60px; } }
    @media screen and (min-width: 850px) {
      #home #ads .lockout {
        display: table;
        width: 90%; } }
    @media screen and (min-width: 660px) {
      #home #ads .lockout .ad {
        width: 48%;
        display: table-cell; } }
    @media screen and (min-width: 1025px) {
      #home #ads .lockout .ad {
        width: 44.5%; } }
    #home #ads .lockout .ad:first-of-type {
      margin-bottom: 5%; }
      @media screen and (min-width: 660px) {
        #home #ads .lockout .ad:first-of-type {
          margin-bottom: 0; } }
    #home #ads .lockout .ad a {
      display: inline-block;
      overflow: hidden; }
      #home #ads .lockout .ad a img {
        width: 100%; }
        @media screen and (min-width: 660px) {
          #home #ads .lockout .ad a img {
            max-width: 560px; } }
    @media screen and (min-width: 660px) {
      #home #ads .lockout .bar {
        width: 2%;
        display: table-cell;
        vertical-align: middle; } }
  @media screen and (min-width: 660px) and (min-width: 1025px) {
    #home #ads .lockout .bar {
      width: 11%;
      padding: 0 20px; } }
    #home #ads .lockout .bar .inner {
      display: none; }
      @media screen and (min-width: 1025px) {
        #home #ads .lockout .bar .inner {
          display: block;
          width: 1px;
          height: 128px;
          background-color: #d7d6d4;
          margin: 0 auto; } }

#home #film-groups .film-group:last-of-type {
  padding-bottom: 36px; }

#home #film-groups .film-group .lockout {
  border-top: 1px solid #d7d6d4;
  padding: 38px 0;
  text-align: center; }
  #home #film-groups .film-group .lockout .film-group-slider {
    position: relative; }
    #home #film-groups .film-group .lockout .film-group-slider .arrow {
      cursor: pointer;
      position: absolute;
      top: 35%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      #home #film-groups .film-group .lockout .film-group-slider .arrow.prev-btn {
        left: 0;
        width: 40px;
        height: 40px;
        background-image: url("/img/global/scroll-arrow-left.png");
        background-size: 40px 40px;
        background-repeat: no-repeat; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
          #home #film-groups .film-group .lockout .film-group-slider .arrow.prev-btn {
            background-image: url("/img/global/scroll-arrow-left@2x.png");
            background-size: 40px 40px; } }
        #home #film-groups .film-group .lockout .film-group-slider .arrow.prev-btn:hover {
          -webkit-transform: translateX(-10px);
          -moz-transform: translateX(-10px);
          -ms-transform: translateX(-10px);
          -o-transform: translateX(-10px);
          transform: translateX(-10px); }
      #home #film-groups .film-group .lockout .film-group-slider .arrow.next-btn {
        right: 0;
        width: 40px;
        height: 40px;
        background-image: url("/img/global/scroll-arrow-right.png");
        background-size: 40px 40px;
        background-repeat: no-repeat; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
          #home #film-groups .film-group .lockout .film-group-slider .arrow.next-btn {
            background-image: url("/img/global/scroll-arrow-right@2x.png");
            background-size: 40px 40px; } }
        #home #film-groups .film-group .lockout .film-group-slider .arrow.next-btn:hover {
          -webkit-transform: translateX(10px);
          -moz-transform: translateX(10px);
          -ms-transform: translateX(10px);
          -o-transform: translateX(10px);
          transform: translateX(10px); }
  @media screen and (min-width: 701px) {
    #home #film-groups .film-group .lockout {
      padding: 56px 0; } }
  #home #film-groups .film-group .lockout .titles {
    color: #000;
    text-align: center; }
    #home #film-groups .film-group .lockout .titles h1 {
      font-family: 'museo-slab', sans-serif;
      font-weight: 500;
      margin-bottom: 16px;
      font-size: 2.125em; }
      .ua-desktop-macintosh.ua-firefox #home #film-groups .film-group .lockout .titles h1 {
        font-weight: 300; }
      @media screen and (min-width: 701px) {
        #home #film-groups .film-group .lockout .titles h1 {
          font-size: 2.625em;
          margin-bottom: 30px; } }
      @media screen and (min-width: 900px) {
        #home #film-groups .film-group .lockout .titles h1 {
          font-size: 3em; } }
    #home #film-groups .film-group .lockout .titles h6 {
      font-family: 'Libre Baskerville', serif;
      font-style: italic;
      font-size: 1.03125em;
      letter-spacing: 0.02em;
      margin-bottom: 9%; }
      @media screen and (min-width: 701px) {
        #home #film-groups .film-group .lockout .titles h6 {
          margin-bottom: 67px; } }
      @media screen and (min-width: 900px) {
        #home #film-groups .film-group .lockout .titles h6 {
          font-size: 1.09375em; } }
  #home #film-groups .film-group .lockout .featured-story {
    position: relative; }
    #home #film-groups .film-group .lockout .featured-story:after {
      position: absolute;
      width: 100%;
      height: 300px;
      left: 0;
      bottom: 0;
      content: '';
      background: url("/img/global/bottom-gradient.png") bottom left repeat-x;
      background-size: 100% 100%;
      z-index: 1; }
    #home #film-groups .film-group .lockout .featured-story img {
      width: 100%;
      position: relative; }
    #home #film-groups .film-group .lockout .featured-story .text {
      position: absolute;
      text-align: left;
      left: 3.4%;
      bottom: 3.9%;
      z-index: 2;
      color: #fff;
      max-width: 80%; }
      @media screen and (min-width: 701px) {
        #home #film-groups .film-group .lockout .featured-story .text {
          max-width: 35%;
          left: 2.6%;
          bottom: 3.6%; } }
      #home #film-groups .film-group .lockout .featured-story .text .line {
        width: 40px;
        height: 1px;
        background-color: #d3281c;
        margin-bottom: 3.5%; }
      #home #film-groups .film-group .lockout .featured-story .text h2 {
        font-family: 'museo-slab', sans-serif;
        font-weight: 500;
        font-size: 1.4375em;
        margin-bottom: 1.3%; }
        .ua-desktop-macintosh.ua-firefox #home #film-groups .film-group .lockout .featured-story .text h2 {
          font-weight: 300; }
        @media screen and (min-width: 701px) {
          #home #film-groups .film-group .lockout .featured-story .text h2 {
            font-size: 2.3125em; } }
      #home #film-groups .film-group .lockout .featured-story .text h4 {
        font-size: 0.875em;
        line-height: 1.35em;
        color: #e2e2e2; }
        @media screen and (min-width: 701px) {
          #home #film-groups .film-group .lockout .featured-story .text h4 {
            font-size: 1.125em; } }
  #home #film-groups .film-group .lockout .btn {
    display: inline-block;
    padding: 20px 50px 20px; }

#editorial #skin-wrap #skinned-header {
  margin-top: 81px;
  text-align: center; }
  @media screen and (min-width: 701px) {
    #editorial #skin-wrap #skinned-header {
      margin-top: 106px; } }
  #editorial #skin-wrap #skinned-header img {
    width: 100%; }

#editorial #skin-wrap .content-wrap {
  position: relative;
  z-index: 2;
  background-color: #efeeec; }
  @media screen and (min-width: 1025px) {
    #editorial #skin-wrap .content-wrap {
      margin: 0 auto;
      width: 90%;
      max-width: 1260px; } }

#editorial #skin-wrap #hero {
  margin-top: 0; }

#editorial.pawn-sacrifice #skin-wrap {
  background: transparent url("/img/editorials/pawn/bg.jpg") top left repeat; }
  #editorial.pawn-sacrifice #skin-wrap #skinned-header {
    margin-left: auto;
    margin-right: auto; }

#editorial.trumbo {
  background-color: #4b291d; }
  #editorial.trumbo #skin-wrap {
    background: transparent url("/img/editorials/trumbo/bg-mobile.jpg") top center no-repeat;
    height: 1331px; }
    @media screen and (min-width: 701px) {
      #editorial.trumbo #skin-wrap {
        background: transparent url("/img/editorials/trumbo/bg-desktop.jpg") top center no-repeat;
        background-size: cover; } }

#editorial.danny-collins {
  background-color: #000; }
  #editorial.danny-collins #skin-wrap #skinned-header {
    margin-left: auto;
    margin-right: auto; }
    #editorial.danny-collins #skin-wrap #skinned-header .buy-btns {
      color: #fff;
      text-transform: uppercase; }
      #editorial.danny-collins #skin-wrap #skinned-header .buy-btns h6 {
        display: inline-block;
        vertical-align: top;
        margin-top: 10px;
        font-size: 2em;
        margin-bottom: 15px;
        font-family: 'proxima-nova', sans-serif;
        font-weight: 600;
        letter-spacing: 0.02em; }
        .ua-desktop-macintosh.ua-firefox #editorial.danny-collins #skin-wrap #skinned-header .buy-btns h6 {
          font-weight: 400; }
        @media screen and (min-width: 701px) {
          #editorial.danny-collins #skin-wrap #skinned-header .buy-btns h6 {
            margin-right: 25px;
            margin-bottom: 0; } }
      #editorial.danny-collins #skin-wrap #skinned-header .buy-btns ul {
        display: inline-block; }

#editorial.ill-see-you-in-my-dreams {
  background-color: #993d4a; }
  #editorial.ill-see-you-in-my-dreams #skin-wrap {
    background: transparent url("/img/editorials/dreams/bg.jpg") top center repeat-x; }
    #editorial.ill-see-you-in-my-dreams #skin-wrap #skinned-header {
      margin-left: auto;
      margin-right: auto;
      /*.title-treatment {
        margin: 0 $mobileSideMargin 23px;
        @include media($tablet) {
          @include table-cell;
          width: 60%;
          padding-right: 5%;
        }
        img {
          @include media($tablet) {
            max-width: 510px;
          }
        }
      }
      .text {
        @include media($tablet) {
          @include table-cell;
          width: 40%;
        }
        h3 {
          text-transform: uppercase;
          color: #e16b48;
          @include font-proxima-nova-700;
          font-size: em(30);
          letter-spacing: 0.05em;
          margin-bottom: 13px;
        }
        .sub-text {
          margin-bottom: 25px;
          h6 {
            color: #fff;
            @include font-proxima-nova-600;
            font-size: em(19);
            margin-bottom: 4px;
            line-height: 1.2em;
          }
        }
        .btn {
          color: #e16b48;
          border: 1px solid #e16b48;
          &:hover {
            background-color: rgba(255, 255, 255, 0.85);
          }
        }
      }*/ }

#editorial.eyeinthesky {
  background-color: #000; }

#editorial #hero {
  color: #fff;
  position: relative;
  height: 560px;
  margin-top: 81px;
  -webkit-transition: margin-top 0.6s;
  -moz-transition: margin-top 0.6s;
  transition: margin-top 0.6s; }
  @media screen and (min-width: 701px) {
    #editorial #hero {
      height: 594px;
      margin-top: 106px; } }
  #editorial #hero .photo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; }
    #editorial #hero .photo:after {
      content: '';
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      z-index: 1;
      background: transparent url("/img/films/danny-collins/bottom-gradient.png") bottom left repeat-x;
      height: 222px; }
  #editorial #hero .lockout {
    height: 100%;
    position: relative; }
    #editorial #hero .lockout .text {
      position: absolute;
      text-align: left;
      left: 0;
      bottom: 20px;
      z-index: 2;
      color: #fff; }
      @media screen and (min-width: 701px) {
        #editorial #hero .lockout .text {
          width: 90%;
          bottom: 25px; } }
      @media screen and (min-width: 769px) {
        #editorial #hero .lockout .text {
          width: 80%; } }
      #editorial #hero .lockout .text .line {
        width: 40px;
        height: 1px;
        background-color: #d3281c;
        margin-bottom: 18px; }
      #editorial #hero .lockout .text h1 {
        font-family: 'museo-slab', sans-serif;
        font-weight: 700;
        font-size: 1.875em;
        line-height: 1.15em;
        margin-bottom: 19px; }
        .ua-desktop-macintosh.ua-firefox #editorial #hero .lockout .text h1 {
          font-weight: 500; }
        @media screen and (min-width: 701px) {
          #editorial #hero .lockout .text h1 {
            font-size: 2.5em; } }
        @media screen and (min-width: 768px) {
          #editorial #hero .lockout .text h1 {
            font-size: 3.125em;
            line-height: 1.05em; } }
        @media screen and (min-width: 1025px) {
          #editorial #hero .lockout .text h1 {
            font-size: 3.25em;
            line-height: 1.15em; } }
      #editorial #hero .lockout .text h4 {
        color: rgba(255, 255, 255, 0.9);
        font-family: 'proxima-nova', sans-serif;
        font-weight: 600;
        font-size: 1.125em;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        line-height: 1.2em;
        margin-bottom: 15px; }
        .ua-desktop-macintosh.ua-firefox #editorial #hero .lockout .text h4 {
          font-weight: 400; }
        @media screen and (min-width: 701px) {
          #editorial #hero .lockout .text h4 {
            font-size: 1.28125em;
            letter-spacing: 0.14em;
            line-height: 1.2em; } }
        @media screen and (min-width: 768px) {
          #editorial #hero .lockout .text h4 {
            width: 70%; } }

#editorial #story-content {
  min-height: 500px;
  padding: 40px 0 50px;
  position: relative; }
  @media screen and (min-width: 701px) {
    #editorial #story-content {
      padding: 48px 0 70px; } }
  #editorial #story-content .text-lockout {
    max-width: 820px;
    margin: 0 auto;
    position: relative; }
    @media screen and (min-width: 701px) {
      #editorial #story-content .text-lockout {
        width: 94%; } }
    @media screen and (min-width: 769px) {
      #editorial #story-content .text-lockout {
        width: 70%; } }
  #editorial #story-content h1 {
    font-size: 2.25em;
    font-family: 'museo-slab', sans-serif;
    font-weight: 500;
    text-align: center; }
    .ua-desktop-macintosh.ua-firefox #editorial #story-content h1 {
      font-weight: 300; }
    @media screen and (min-width: 701px) {
      #editorial #story-content h1 {
        font-size: 3.0625em; } }
  #editorial #story-content header .text-lockout {
    padding-bottom: 25px;
    border-bottom: 1px solid #d7d6d4;
    margin-bottom: 26px;
    display: table;
    width: 100%; }
    @media screen and (min-width: 701px) {
      #editorial #story-content header .text-lockout {
        width: 70%; } }
    #editorial #story-content header .text-lockout h6 {
      color: #666666;
      font-family: 'Libre Baskerville', serif;
      font-style: italic;
      font-size: 0.90625em;
      margin-bottom: 12px; }
      @media screen and (min-width: 600px) {
        #editorial #story-content header .text-lockout h6 {
          display: table-cell;
          vertical-align: top; } }
    @media screen and (min-width: 600px) {
      #editorial #story-content header .text-lockout .addthis_sharing_toolbox {
        top: -10px;
        position: relative;
        display: table-cell;
        vertical-align: top;
        text-align: right; } }
  #editorial #story-content #prev-next-btns {
    text-transform: uppercase;
    border-bottom: 1px solid #d7d6d4;
    padding-bottom: 22px;
    font-size: 1.125em;
    letter-spacing: 0.12em;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 700; }
    #editorial #story-content #prev-next-btns:after {
      content: "";
      display: table;
      clear: both; }
    .ua-desktop-macintosh.ua-firefox #editorial #story-content #prev-next-btns {
      font-weight: 600; }
    #editorial #story-content #prev-next-btns a {
      color: #000;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      #editorial #story-content #prev-next-btns a:hover {
        color: #777; }
    #editorial #story-content #prev-next-btns .arrow, #editorial #story-content #prev-next-btns h3 {
      display: inline-block;
      vertical-align: middle; }
    #editorial #story-content #prev-next-btns .prev, #editorial #story-content #prev-next-btns .next {
      -webkit-transition: -webkit-transform;
      -moz-transition: -moz-transform;
      transition: transform; }
    #editorial #story-content #prev-next-btns .prev {
      float: left; }
      #editorial #story-content #prev-next-btns .prev .arrow {
        width: 40px;
        height: 40px;
        background-image: url("/img/global/scroll-arrow-left-red.png");
        background-size: 40px 40px;
        background-repeat: no-repeat; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
          #editorial #story-content #prev-next-btns .prev .arrow {
            background-image: url("/img/global/scroll-arrow-left-red@2x.png");
            background-size: 40px 40px; } }
      @media screen and (min-width: 701px) {
        #editorial #story-content #prev-next-btns .prev:hover {
          -webkit-transform: translateX(-10px);
          -moz-transform: translateX(-10px);
          -ms-transform: translateX(-10px);
          -o-transform: translateX(-10px);
          transform: translateX(-10px); } }
    #editorial #story-content #prev-next-btns .next {
      float: right; }
      #editorial #story-content #prev-next-btns .next .arrow {
        width: 40px;
        height: 40px;
        background-image: url("/img/global/scroll-arrow-right-red.png");
        background-size: 40px 40px;
        background-repeat: no-repeat; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
          #editorial #story-content #prev-next-btns .next .arrow {
            background-image: url("/img/global/scroll-arrow-right-red@2x.png");
            background-size: 40px 40px; } }
      @media screen and (min-width: 701px) {
        #editorial #story-content #prev-next-btns .next:hover {
          -webkit-transform: translateX(10px);
          -moz-transform: translateX(10px);
          -ms-transform: translateX(10px);
          -o-transform: translateX(10px);
          transform: translateX(10px); } }
  #editorial #story-content .text-module {
    background: transparent;
    font-size: 1.09375em;
    color: #666;
    line-height: 1.5em;
    padding: 0 0 35px;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600; }
    .ua-desktop-macintosh.ua-firefox #editorial #story-content .text-module {
      font-weight: 400; }
    @media screen and (min-width: 701px) {
      #editorial #story-content .text-module {
        padding: 0 0 70px; } }
    #editorial #story-content .text-module .image {
      width: 100%;
      display: table;
      padding: 8px 0 24px; }
      @media screen and (min-width: 530px) {
        #editorial #story-content .text-module .image {
          padding: 10px 0 18px;
          display: inline;
          width: 50%;
          max-width: 470px; }
          #editorial #story-content .text-module .image.left {
            margin-right: 5%; }
          #editorial #story-content .text-module .image.right {
            margin-left: 5%; } }
      @media screen and (min-width: 769px) {
        #editorial #story-content .text-module .image.left {
          margin-left: -20%; }
        #editorial #story-content .text-module .image.right {
          margin-right: -20%; } }
      #editorial #story-content .text-module .image.left {
        float: left; }
      #editorial #story-content .text-module .image.right {
        float: right; }
      #editorial #story-content .text-module .image img {
        width: 100%;
        margin-bottom: 12px; }
      #editorial #story-content .text-module .image .caption {
        display: block;
        text-align: center;
        line-height: 1.4em;
        font-size: 0.9375em;
        width: 95%;
        margin: 0 auto; }
  #editorial #story-content .pull-quote {
    background: transparent;
    font-size: 1.3125em;
    color: #666;
    line-height: 1.5em;
    padding: 0 0 35px;
    font-family: 'museo-slab', sans-serif;
    font-weight: 700; }
    .ua-desktop-macintosh.ua-firefox #editorial #story-content .pull-quote {
      font-weight: 500; }
    @media screen and (min-width: 701px) {
      #editorial #story-content .pull-quote {
        padding: 0 0 35px;
        font-size: 1.5625em; } }
    #editorial #story-content .pull-quote .quote {
      color: #d9d9d9;
      font-size: 2.125em;
      font-family: 'Libre Baskerville', serif;
      font-style: italic;
      position: relative;
      vertical-align: bottom;
      top: 8px;
      display: inline-block; }
      @media screen and (min-width: 701px) {
        #editorial #story-content .pull-quote .quote {
          font-size: 2.75em;
          top: 19px; } }
    #editorial #story-content .pull-quote .left-quote {
      margin-right: 0px;
      padding-right: 10px; }
    #editorial #story-content .pull-quote .right-quote {
      padding-right: 12px; }
  #editorial #story-content .video-module {
    padding: 0 0 35px;
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (min-width: 701px) {
      #editorial #story-content .video-module {
        padding: 0 0 60px; } }
    #editorial #story-content .video-module .caption {
      margin-top: 15px;
      text-align: center;
      line-height: 1.3em;
      font-size: 1em;
      width: 96%; }
      @media screen and (min-width: 701px) {
        #editorial #story-content .video-module .caption {
          margin-top: 20px; } }

#editorial .thumb-slider-module {
  padding: 0 0 18px;
  margin-top: 0px; }
  @media screen and (min-width: 701px) {
    #editorial .thumb-slider-module {
      padding: 0 0 30px;
      margin-top: -20px; } }
  #editorial .thumb-slider-module .thumb-slider {
    padding: 33px 29px 20px; }
    @media screen and (min-width: 701px) {
      #editorial .thumb-slider-module .thumb-slider {
        padding: 45px 29px 23px; } }

#latest-news #articles {
  padding: 130px 0 0; }
  @media screen and (min-width: 701px) {
    #latest-news #articles {
      padding: 175px 0 20px; } }
  #latest-news #articles .text-center {
    text-align: center; }
  #latest-news #articles header {
    margin-bottom: 40px;
    text-align: center; }
    @media screen and (min-width: 701px) {
      #latest-news #articles header {
        text-align: left;
        margin-bottom: 60px; } }
  #latest-news #articles header > h1 {
    display: inline-block;
    color: #000;
    font-size: 3.25em; }
    @media screen and (min-width: 701px) {
      #latest-news #articles header > h1 {
        font-size: 3em; } }
  #latest-news #articles .search {
    margin-top: 20px;
    position: relative;
    display: table;
    width: 100%; }
    @media screen and (min-width: 800px) {
      #latest-news #articles .search {
        display: inline-block;
        float: right;
        margin-top: 0px;
        width: auto; } }
    #latest-news #articles .search input {
      border: 1px solid #b2b2b0;
      width: 100%;
      background-color: #F5F4F3;
      color: #666;
      padding-right: 48px;
      -webkit-transition: border 0.3s;
      -moz-transition: border 0.3s;
      transition: border 0.3s; }
      @media screen and (min-width: 800px) {
        #latest-news #articles .search input {
          width: 370px; } }
      #latest-news #articles .search input::-webkit-input-placeholder {
        color: #b2b2b2; }
      #latest-news #articles .search input::-moz-placeholder {
        color: #b2b2b2; }
      #latest-news #articles .search input:-moz-placeholder {
        color: #b2b2b2; }
      #latest-news #articles .search input:-ms-input-placeholder {
        color: #b2b2b2; }
      #latest-news #articles .search input.error {
        border: 1px solid #d3281c; }
  #latest-news #articles .articles-grid {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto; }
    #latest-news #articles .articles-grid:after {
      content: "";
      display: table;
      clear: both; }
    #latest-news #articles .articles-grid .article {
      margin-bottom: 65px; }
      @media screen and (min-width: 701px) {
        #latest-news #articles .articles-grid .article {
          margin-bottom: 100px; } }
      @media screen and (min-width: 701px) {
        #latest-news #articles .articles-grid .article {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 48.3871%; }
          #latest-news #articles .articles-grid .article:last-child {
            margin-right: 0; }
          #latest-news #articles .articles-grid .article:nth-child(2n) {
            margin-right: 0; }
          #latest-news #articles .articles-grid .article:nth-child(2n+1) {
            clear: left; } }
      @media screen and (min-width: 1025px) {
        #latest-news #articles .articles-grid .article {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 31.1828%; }
          #latest-news #articles .articles-grid .article:nth-child(2n) {
            margin-right: 3.22581%; }
          #latest-news #articles .articles-grid .article:nth-child(2n+1) {
            clear: none; }
          #latest-news #articles .articles-grid .article:last-child {
            margin-right: 0; }
          #latest-news #articles .articles-grid .article:nth-child(3n) {
            margin-right: 0; }
          #latest-news #articles .articles-grid .article:nth-child(3n+1) {
            clear: left; } }
      #latest-news #articles .articles-grid .article .thumb {
        display: block;
        overflow: hidden;
        margin-bottom: 20px; }
        @media screen and (min-width: 701px) {
          #latest-news #articles .articles-grid .article .thumb {
            margin-bottom: 32px; } }
      #latest-news #articles .articles-grid .article img {
        width: 100%; }
      #latest-news #articles .articles-grid .article .article-title {
        font-size: 18px;
        font-weight: bold;
        color: #000;
        margin-bottom: 18px;
        text-transform: uppercase;
        letter-spacing: 3px;
        line-height: 1.2em;
        font-family: 'proxima-nova', sans-serif;
        font-weight: 700; }
        .ua-desktop-macintosh.ua-firefox #latest-news #articles .articles-grid .article .article-title {
          font-weight: 600; }
        @media screen and (min-width: 701px) {
          #latest-news #articles .articles-grid .article .article-title {
            margin-bottom: 24px; } }
      #latest-news #articles .articles-grid .article .article-summary {
        font-size: 18px;
        color: #666666;
        font-family: 'proxima-nova', sans-serif;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 7px; }
        .ua-desktop-macintosh.ua-firefox #latest-news #articles .articles-grid .article .article-summary {
          font-weight: 400; }
        @media screen and (min-width: 701px) {
          #latest-news #articles .articles-grid .article .article-summary {
            margin-bottom: 12px; } }
      #latest-news #articles .articles-grid .article .read-more-link {
        display: table;
        font-size: 18px;
        font-weight: bold;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 3px;
        position: relative;
        font-family: 'proxima-nova', sans-serif;
        font-weight: 700;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s; }
        .ua-desktop-macintosh.ua-firefox #latest-news #articles .articles-grid .article .read-more-link {
          font-weight: 600; }
        #latest-news #articles .articles-grid .article .read-more-link:hover {
          color: #777;
          -webkit-transform: translateX(15px);
          -moz-transform: translateX(15px);
          -ms-transform: translateX(15px);
          -o-transform: translateX(15px);
          transform: translateX(15px); }
        #latest-news #articles .articles-grid .article .read-more-link:after {
          content: url("/img/global/scroll-arrow-right-red.png");
          position: relative;
          top: 14px;
          left: 6px; }
  #latest-news #articles .more-articles .btn {
    min-width: 240px;
    margin-bottom: 90px; }
    @media screen and (min-width: 701px) {
      #latest-news #articles .more-articles .btn {
        width: 350px; } }

#our-movies #movies {
  padding: 130px 0 0;
  text-align: center; }
  @media screen and (min-width: 701px) {
    #our-movies #movies {
      padding: 162px 0 0; } }
  #our-movies #movies header {
    padding-bottom: 35px;
    border-bottom: 1px solid #d7d6d4; }
    @media screen and (min-width: 701px) {
      #our-movies #movies header {
        padding-bottom: 45px; } }
    #our-movies #movies header h1 {
      font-size: 3.3125em;
      color: #000; }
      @media screen and (min-width: 701px) {
        #our-movies #movies header h1 {
          font-size: 5em; } }
  #our-movies #movies .featured {
    padding: 10% 0 14% 0;
    border-bottom: 1px solid #d7d6d4; }
    @media screen and (min-width: 701px) {
      #our-movies #movies .featured {
        padding: 45px 0 6.5% 0; } }
    #our-movies #movies .featured .titles {
      margin-bottom: 11%; }
      @media screen and (min-width: 701px) {
        #our-movies #movies .featured .titles {
          margin-bottom: 55px; } }
      #our-movies #movies .featured .titles h3 {
        font-size: 2.375em;
        color: #000;
        font-family: 'museo-slab', sans-serif;
        font-weight: 500;
        margin-bottom: 4.3%; }
        .ua-desktop-macintosh.ua-firefox #our-movies #movies .featured .titles h3 {
          font-weight: 300; }
        @media screen and (min-width: 701px) {
          #our-movies #movies .featured .titles h3 {
            font-size: 3em;
            margin-bottom: 13px; } }
      #our-movies #movies .featured .titles h4 {
        font-size: 1.5em;
        color: #2b2c31;
        font-family: 'proxima-nova', sans-serif;
        font-weight: 700;
        font-style: italic;
        margin-bottom: 6%; }
        .ua-desktop-macintosh.ua-firefox #our-movies #movies .featured .titles h4 {
          font-weight: 600; }
        @media screen and (min-width: 701px) {
          #our-movies #movies .featured .titles h4 {
            font-size: 1.8125em;
            margin-bottom: 20px; } }
      #our-movies #movies .featured .titles h5 {
        font-family: 'Libre Baskerville', serif;
        font-style: italic;
        font-size: 1.125em; }
    #our-movies #movies .featured .poster-trailer {
      max-width: 1024px;
      margin: 0 auto 8%;
      width: 95%; }
      @media screen and (min-width: 701px) {
        #our-movies #movies .featured .poster-trailer {
          margin-bottom: 40px; } }
      @media screen and (min-width: 800px) {
        #our-movies #movies .featured .poster-trailer {
          display: table; }
          #our-movies #movies .featured .poster-trailer > div {
            display: table-cell;
            vertical-align: top; } }
      #our-movies #movies .featured .poster-trailer .film-poster {
        text-align: center;
        margin-bottom: 8%; }
        @media screen and (min-width: 800px) {
          #our-movies #movies .featured .poster-trailer .film-poster {
            text-align: left;
            width: 30.9%;
            padding-right: 4.9%;
            margin-bottom: 0; } }
        #our-movies #movies .featured .poster-trailer .film-poster img {
          width: 100%;
          max-width: 250px; }
          @media screen and (min-width: 800px) {
            #our-movies #movies .featured .poster-trailer .film-poster img {
              max-width: none; } }
      @media screen and (min-width: 800px) {
        #our-movies #movies .featured .poster-trailer .trailer {
          width: 68.1%; } }
      #our-movies #movies .featured .poster-trailer .trailer .video {
        background-color: #000; }
        #our-movies #movies .featured .poster-trailer .trailer .video .poster {
          position: relative;
          background-color: #edecea;
          cursor: pointer;
          overflow: hidden;
          background-size: cover;
          padding-bottom: 56.25%;
          background-position: center center; }
          #our-movies #movies .featured .poster-trailer .trailer .video .poster img {
            width: 100%; }
          #our-movies #movies .featured .poster-trailer .trailer .video .poster:after {
            content: '';
            width: 89.6px;
            height: 55.3px;
            background-image: url("/img/global/play-icon.png");
            background-size: 89.6px 55.3px;
            background-repeat: no-repeat;
            position: absolute;
            top: 50%;
            margin-top: auto;
            margin-bottom: auto;
            left: 50%;
            margin-left: auto;
            margin-right: auto;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
            @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
              #our-movies #movies .featured .poster-trailer .trailer .video .poster:after {
                background-image: url("/img/global/play-icon@2x.png");
                background-size: 89.6px 55.3px; } }
            @media screen and (min-width: 701px) {
              #our-movies #movies .featured .poster-trailer .trailer .video .poster:after {
                width: 128px;
                height: 79px;
                background-image: url("/img/global/play-icon.png");
                background-size: 128px 79px;
                background-repeat: no-repeat; } }
  @media screen and (min-width: 701px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 701px) and (min-resolution: 144dppx) {
    #our-movies #movies .featured .poster-trailer .trailer .video .poster:after {
      background-image: url("/img/global/play-icon@2x.png");
      background-size: 128px 79px; } }
        #our-movies #movies .featured .poster-trailer .trailer .video .video-player {
          display: none; }
  #our-movies #movies #other-films {
    padding: 10% 0 5% 0;
    border-bottom: 1px solid #d7d6d4;
    text-align: center; }
    @media screen and (min-width: 701px) {
      #our-movies #movies #other-films {
        padding: 100px 0 9% 0; } }
    #our-movies #movies #other-films li {
      width: 21%;
      display: inline-block;
      vertical-align: top;
      margin: 0 1.4% 12%;
      width: 45%; }
      @media screen and (min-width: 850px) {
        #our-movies #movies #other-films li {
          width: 21%;
          margin-bottom: 50px; } }
      #our-movies #movies #other-films li a {
        color: #2b2c31; }
      #our-movies #movies #other-films li .poster {
        margin-bottom: 7%; }
        #our-movies #movies #other-films li .poster img {
          width: 100%; }
      #our-movies #movies #other-films li h5 {
        font-family: 'museo-slab', sans-serif;
        font-weight: 500;
        font-size: 1.375em;
        margin-bottom: 6%;
        line-height: 1.2em; }
        .ua-desktop-macintosh.ua-firefox #our-movies #movies #other-films li h5 {
          font-weight: 300; }
        @media screen and (min-width: 900px) {
          #our-movies #movies #other-films li h5 {
            font-size: 1.875em; } }
        @media screen and (min-width: 1050px) {
          #our-movies #movies #other-films li h5 {
            font-size: 2.25em; } }
      #our-movies #movies #other-films li p {
        font-family: 'Libre Baskerville', serif;
        font-style: italic;
        line-height: 1.4em;
        margin-bottom: 12%;
        font-size: 0.9375em; }
        @media screen and (min-width: 701px) {
          #our-movies #movies #other-films li p {
            line-height: 1.5em;
            font-size: 1em; } }
      #our-movies #movies #other-films li .btn {
        font-size: 0.875em;
        padding: 18px 17px 17px; }
        @media screen and (min-width: 701px) {
          #our-movies #movies #other-films li .btn {
            padding: 18px 31px 17px; } }
        #our-movies #movies #other-films li .btn:hover {
          color: #fff; }

#our-movies #coming-soon {
  text-align: center;
  padding: 42px 0 58px; }
  @media screen and (min-width: 701px) {
    #our-movies #coming-soon {
      padding: 55px 0 88px; } }
  #our-movies #coming-soon h3 {
    font-size: 2.375em;
    color: #000;
    font-family: 'museo-slab', sans-serif;
    font-weight: 500;
    margin-bottom: 40px; }
    .ua-desktop-macintosh.ua-firefox #our-movies #coming-soon h3 {
      font-weight: 300; }
    @media screen and (min-width: 701px) {
      #our-movies #coming-soon h3 {
        font-size: 3em;
        margin-bottom: 52px; } }
  #our-movies #coming-soon .buttons .btn {
    width: 95%;
    margin-bottom: 10px; }
    @media screen and (min-width: 701px) {
      #our-movies #coming-soon .buttons .btn {
        min-width: 425px;
        width: auto;
        margin: 0 1.7% 10px; } }

#our-movies #at4-share, #our-movies #at4-soc {
  top: 469px !important; }

#our-movies .video {
  padding: 0; }
  @media screen and (min-width: 701px) {
    #our-movies .video {
      padding: 0; } }

#videos {
  padding: 130px 0 0;
  text-align: center; }
  @media screen and (min-width: 701px) {
    #videos {
      padding: 162px 0 0; } }
  #videos #at4-share, #videos #at4-soc {
    top: 417px !important; }
  #videos h3 {
    font-size: 2em;
    color: #000;
    font-family: 'museo-slab', sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.2em; }
    .ua-desktop-macintosh.ua-firefox #videos h3 {
      font-weight: 300; }
    @media screen and (min-width: 701px) {
      #videos h3 {
        font-size: 3em;
        margin-bottom: 38px;
        line-height: 1em; } }
  #videos header {
    padding-bottom: 35px;
    border-bottom: 1px solid #d7d6d4; }
    @media screen and (min-width: 701px) {
      #videos header {
        padding-bottom: 45px; } }
    #videos header h1 {
      font-size: 3.3125em;
      color: #000; }
      @media screen and (min-width: 701px) {
        #videos header h1 {
          font-size: 5em; } }
  #videos #more-playlists {
    padding: 42px 0 58px; }
    @media screen and (min-width: 701px) {
      #videos #more-playlists {
        padding: 55px 0 88px; } }
    #videos #more-playlists .thumb-slider {
      padding: 3px 29px 0; }

#film-unskinned .fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1; }

#film-unskinned #hero {
  margin-top: 81px;
  text-align: center;
  padding: 65px 0;
  position: relative; }
  @media screen and (min-width: 701px) {
    #film-unskinned #hero {
      margin-top: 106px;
      padding: 70px 0; } }
  #film-unskinned #hero .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 36, 0, 0.3);
    -webkit-transform: translateX(-100vw);
    -moz-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    -o-transform: translateX(-100vw);
    transform: translateX(-100vw); }
  #film-unskinned #hero .lockout {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px); }
    #film-unskinned #hero .lockout .top-text {
      font-size: 1.25em;
      letter-spacing: 0.1em;
      margin-bottom: 20px;
      font-family: 'proxima-nova', sans-serif;
      font-weight: 600; }
      .ua-desktop-macintosh.ua-firefox #film-unskinned #hero .lockout .top-text {
        font-weight: 400; }
      @media screen and (min-width: 701px) {
        #film-unskinned #hero .lockout .top-text {
          font-size: 1.3125em;
          margin-bottom: 20px; } }
    #film-unskinned #hero .lockout h1 {
      font-size: 3.4375em;
      margin-bottom: 20px; }
      @media screen and (min-width: 701px) {
        #film-unskinned #hero .lockout h1 {
          font-size: 5em;
          margin-bottom: 20px; } }
    #film-unskinned #hero .lockout h3 {
      font-size: 1.25em;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      margin-bottom: 20px;
      font-family: 'proxima-nova', sans-serif;
      font-weight: 600; }
      .ua-desktop-macintosh.ua-firefox #film-unskinned #hero .lockout h3 {
        font-weight: 400; }
      @media screen and (min-width: 701px) {
        #film-unskinned #hero .lockout h3 {
          font-size: 1.46875em;
          margin-bottom: 20px; } }
    #film-unskinned #hero .lockout h5 {
      font-size: 1em;
      font-family: 'Libre Baskerville', serif;
      font-style: italic;
      letter-spacing: 0.04em; }
      @media screen and (min-width: 701px) {
        #film-unskinned #hero .lockout h5 {
          font-size: 1.125em; } }
    #film-unskinned #hero .lockout .buttons {
      text-align: center;
      padding: 60px 0 0;
      max-width: 970px;
      margin: 0 auto; }
      #film-unskinned #hero .lockout .buttons li {
        margin-bottom: 12px; }
        @media screen and (min-width: 701px) {
          #film-unskinned #hero .lockout .buttons li {
            display: inline-block;
            margin: 0 4px 0;
            max-width: 202px;
            /* two buttons */
            /* three buttons */
            /* four buttons */ }
            #film-unskinned #hero .lockout .buttons li:nth-child(1):nth-last-child(2), #film-unskinned #hero .lockout .buttons li:nth-child(2):nth-last-child(1) {
              width: 50%; }
            #film-unskinned #hero .lockout .buttons li:nth-child(1):nth-last-child(3), #film-unskinned #hero .lockout .buttons li:nth-child(2):nth-last-child(2), #film-unskinned #hero .lockout .buttons li:nth-child(3):nth-last-child(1) {
              width: 31%; }
            #film-unskinned #hero .lockout .buttons li:nth-child(1):nth-last-child(4), #film-unskinned #hero .lockout .buttons li:nth-child(2):nth-last-child(3), #film-unskinned #hero .lockout .buttons li:nth-child(3):nth-last-child(2), #film-unskinned #hero .lockout .buttons li:nth-child(4):nth-last-child(1) {
              width: 23%; }
            #film-unskinned #hero .lockout .buttons li img {
              width: 100%; } }

#film-unskinned #synopsis-cast {
  padding: 27px 0; }
  @media screen and (min-width: 768px) {
    #film-unskinned #synopsis-cast {
      display: table;
      width: 100%;
      padding: 40px 0; } }
  #film-unskinned #synopsis-cast .synopsis {
    margin-bottom: 65px; }
    @media screen and (min-width: 768px) {
      #film-unskinned #synopsis-cast .synopsis {
        display: table-cell;
        vertical-align: top;
        width: 70%;
        margin-bottom: 0; } }
    #film-unskinned #synopsis-cast .synopsis .copy {
      font-family: 'proxima-nova', sans-serif;
      font-weight: 600;
      font-size: 1.125em;
      line-height: 1.45em; }
      .ua-desktop-macintosh.ua-firefox #film-unskinned #synopsis-cast .synopsis .copy {
        font-weight: 400; }
      @media screen and (min-width: 768px) {
        #film-unskinned #synopsis-cast .synopsis .copy {
          width: 85%; } }
  @media screen and (min-width: 768px) {
    #film-unskinned #synopsis-cast .cast {
      display: table-cell;
      vertical-align: top;
      width: 30%; } }
  #film-unskinned #synopsis-cast .cast .copy {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.4em; }
    .ua-desktop-macintosh.ua-firefox #film-unskinned #synopsis-cast .cast .copy {
      font-weight: 400; }
    #film-unskinned #synopsis-cast .cast .copy li {
      margin-bottom: 11px; }

#film-unskinned .video {
  margin-bottom: 50px; }
  @media screen and (min-width: 701px) {
    #film-unskinned .video {
      margin-bottom: 70px; } }

#film-unskinned #news {
  margin-bottom: 25px; }
  #film-unskinned #news header {
    margin-bottom: -15px; }
    @media screen and (min-width: 701px) {
      #film-unskinned #news header {
        margin-bottom: -40px; } }
  #film-unskinned #news .thumb-slider li a {
    color: #fff; }

#film-unskinned section {
  background-color: transparent;
  color: #fff; }

#film-unskinned header {
  margin-bottom: 30px; }
  @media screen and (min-width: 701px) {
    #film-unskinned header {
      margin-bottom: 48px; } }
  #film-unskinned header .line {
    width: 40px;
    height: 1px;
    background-color: #d3281c;
    margin-bottom: 20px; }
    @media screen and (min-width: 701px) {
      #film-unskinned header .line {
        margin-bottom: 28px; } }
  #film-unskinned header h1 {
    font-size: 2.0625em;
    font-family: 'museo-slab', sans-serif;
    font-weight: 500; }
    .ua-desktop-macintosh.ua-firefox #film-unskinned header h1 {
      font-weight: 300; }
    @media screen and (min-width: 701px) {
      #film-unskinned header h1 {
        font-size: 2.25em; } }

#skin-wrap #skinned-header {
  margin-top: 81px;
  text-align: center; }
  @media screen and (min-width: 701px) {
    #skin-wrap #skinned-header {
      margin-top: 106px; } }
  #skin-wrap #skinned-header img {
    width: 100%; }

#skin-wrap .content-wrap {
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 1025px) {
    #skin-wrap .content-wrap {
      margin: 0 auto;
      width: 90%;
      max-width: 1260px; } }

.content-wrap h1, .content-wrap h2, .content-wrap h3 {
  font-family: 'museo-slab', sans-serif;
  font-weight: 500;
  font-size: 3em;
  margin-bottom: 30px; }
  .ua-desktop-macintosh.ua-firefox .content-wrap h1, .ua-desktop-macintosh.ua-firefox .content-wrap h2, .ua-desktop-macintosh.ua-firefox .content-wrap h3 {
    font-weight: 300; }

#film-content section.bottom-border {
  border-bottom: 1px solid #d7d6d4; }

#film-content .lockout {
  width: 100%;
  margin: 0; }
  #film-content .lockout h1 {
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (min-width: 701px) {
      #film-content .lockout h1 {
        margin-bottom: 38px; } }
  #film-content .lockout nav {
    text-align: center;
    padding: 47px 4% 37px;
    border-bottom: 1px solid #d7d6d4; }
    @media screen and (min-width: 701px) {
      #film-content .lockout nav {
        padding: 36px 2% 23px; } }
    #film-content .lockout nav li {
      display: inline-block;
      margin: 0 0px 15px;
      min-width: 290px;
      /* four items */
      /* five items */
      /* six items */
      /* seven items */
      /* eight items */
      /* nine items */ }
      @media screen and (min-width: 701px) {
        #film-content .lockout nav li {
          min-width: 180px;
          margin: 0 7px 15px;
          width: auto; } }
      #film-content .lockout nav li.break {
        display: none;
        width: 0;
        height: 0;
        visibility: hidden; }
      #film-content .lockout nav li.btn {
        padding: 18px 12px 17px;
        font-size: 0.96875em;
        letter-spacing: 0.07em; }
      @media screen and (min-width: 700px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(7):nth-child(4).break, #film-content .lockout nav li:nth-child(2):nth-last-child(6):nth-child(4).break, #film-content .lockout nav li:nth-child(3):nth-last-child(5):nth-child(4).break, #film-content .lockout nav li:nth-child(4):nth-last-child(4):nth-child(4).break, #film-content .lockout nav li:nth-child(5):nth-last-child(3):nth-child(4).break, #film-content .lockout nav li:nth-child(6):nth-last-child(2):nth-child(4).break, #film-content .lockout nav li:nth-child(7):nth-last-child(1):nth-child(4).break {
          display: block;
          margin-top: -15px; } }
      @media screen and (min-width: 835px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(7):nth-child(4).break, #film-content .lockout nav li:nth-child(2):nth-last-child(6):nth-child(4).break, #film-content .lockout nav li:nth-child(3):nth-last-child(5):nth-child(4).break, #film-content .lockout nav li:nth-child(4):nth-last-child(4):nth-child(4).break, #film-content .lockout nav li:nth-child(5):nth-last-child(3):nth-child(4).break, #film-content .lockout nav li:nth-child(6):nth-last-child(2):nth-child(4).break, #film-content .lockout nav li:nth-child(7):nth-last-child(1):nth-child(4).break {
          display: none; } }
      @media screen and (min-width: 710px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(9):nth-child(6).break, #film-content .lockout nav li:nth-child(2):nth-last-child(8):nth-child(6).break, #film-content .lockout nav li:nth-child(3):nth-last-child(7):nth-child(6).break, #film-content .lockout nav li:nth-child(4):nth-last-child(6):nth-child(6).break, #film-content .lockout nav li:nth-child(5):nth-last-child(5):nth-child(6).break, #film-content .lockout nav li:nth-child(6):nth-last-child(4):nth-child(6).break, #film-content .lockout nav li:nth-child(7):nth-last-child(3):nth-child(6).break, #film-content .lockout nav li:nth-child(8):nth-last-child(2):nth-child(6).break, #film-content .lockout nav li:nth-child(9):nth-last-child(1):nth-child(6).break {
          display: block;
          margin-top: -15px; } }
      @media screen and (min-width: 1175px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(9):nth-child(6).break, #film-content .lockout nav li:nth-child(2):nth-last-child(8):nth-child(6).break, #film-content .lockout nav li:nth-child(3):nth-last-child(7):nth-child(6).break, #film-content .lockout nav li:nth-child(4):nth-last-child(6):nth-child(6).break, #film-content .lockout nav li:nth-child(5):nth-last-child(5):nth-child(6).break, #film-content .lockout nav li:nth-child(6):nth-last-child(4):nth-child(6).break, #film-content .lockout nav li:nth-child(7):nth-last-child(3):nth-child(6).break, #film-content .lockout nav li:nth-child(8):nth-last-child(2):nth-child(6).break, #film-content .lockout nav li:nth-child(9):nth-last-child(1):nth-child(6).break {
          display: none; } }
      @media screen and (min-width: 750px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(11):nth-child(6).break, #film-content .lockout nav li:nth-child(2):nth-last-child(10):nth-child(6).break, #film-content .lockout nav li:nth-child(3):nth-last-child(9):nth-child(6).break, #film-content .lockout nav li:nth-child(4):nth-last-child(8):nth-child(6).break, #film-content .lockout nav li:nth-child(5):nth-last-child(7):nth-child(6).break, #film-content .lockout nav li:nth-child(6):nth-last-child(6):nth-child(6).break, #film-content .lockout nav li:nth-child(7):nth-last-child(5):nth-child(6).break, #film-content .lockout nav li:nth-child(8):nth-last-child(4):nth-child(6).break, #film-content .lockout nav li:nth-child(9):nth-last-child(3):nth-child(6).break, #film-content .lockout nav li:nth-child(10):nth-last-child(2):nth-child(6).break, #film-content .lockout nav li:nth-child(11):nth-last-child(1):nth-child(6).break {
          display: block;
          margin-top: -15px; } }
      @media screen and (min-width: 839px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(11):nth-child(6).break, #film-content .lockout nav li:nth-child(2):nth-last-child(10):nth-child(6).break, #film-content .lockout nav li:nth-child(3):nth-last-child(9):nth-child(6).break, #film-content .lockout nav li:nth-child(4):nth-last-child(8):nth-child(6).break, #film-content .lockout nav li:nth-child(5):nth-last-child(7):nth-child(6).break, #film-content .lockout nav li:nth-child(6):nth-last-child(6):nth-child(6).break, #film-content .lockout nav li:nth-child(7):nth-last-child(5):nth-child(6).break, #film-content .lockout nav li:nth-child(8):nth-last-child(4):nth-child(6).break, #film-content .lockout nav li:nth-child(9):nth-last-child(3):nth-child(6).break, #film-content .lockout nav li:nth-child(10):nth-last-child(2):nth-child(6).break, #film-content .lockout nav li:nth-child(11):nth-last-child(1):nth-child(6).break {
          display: none; } }
      @media screen and (min-width: 840px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(11):nth-child(8).break, #film-content .lockout nav li:nth-child(2):nth-last-child(10):nth-child(8).break, #film-content .lockout nav li:nth-child(3):nth-last-child(9):nth-child(8).break, #film-content .lockout nav li:nth-child(4):nth-last-child(8):nth-child(8).break, #film-content .lockout nav li:nth-child(5):nth-last-child(7):nth-child(8).break, #film-content .lockout nav li:nth-child(6):nth-last-child(6):nth-child(8).break, #film-content .lockout nav li:nth-child(7):nth-last-child(5):nth-child(8).break, #film-content .lockout nav li:nth-child(8):nth-last-child(4):nth-child(8).break, #film-content .lockout nav li:nth-child(9):nth-last-child(3):nth-child(8).break, #film-content .lockout nav li:nth-child(10):nth-last-child(2):nth-child(8).break, #film-content .lockout nav li:nth-child(11):nth-last-child(1):nth-child(8).break {
          display: block;
          margin-top: -15px; } }
      @media screen and (min-width: 1380px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(11):nth-child(8).break, #film-content .lockout nav li:nth-child(2):nth-last-child(10):nth-child(8).break, #film-content .lockout nav li:nth-child(3):nth-last-child(9):nth-child(8).break, #film-content .lockout nav li:nth-child(4):nth-last-child(8):nth-child(8).break, #film-content .lockout nav li:nth-child(5):nth-last-child(7):nth-child(8).break, #film-content .lockout nav li:nth-child(6):nth-last-child(6):nth-child(8).break, #film-content .lockout nav li:nth-child(7):nth-last-child(5):nth-child(8).break, #film-content .lockout nav li:nth-child(8):nth-last-child(4):nth-child(8).break, #film-content .lockout nav li:nth-child(9):nth-last-child(3):nth-child(8).break, #film-content .lockout nav li:nth-child(10):nth-last-child(2):nth-child(8).break, #film-content .lockout nav li:nth-child(11):nth-last-child(1):nth-child(8).break {
          display: none; } }
      @media screen and (min-width: 710px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(13):nth-child(6).break, #film-content .lockout nav li:nth-child(2):nth-last-child(12):nth-child(6).break, #film-content .lockout nav li:nth-child(3):nth-last-child(11):nth-child(6).break, #film-content .lockout nav li:nth-child(4):nth-last-child(10):nth-child(6).break, #film-content .lockout nav li:nth-child(5):nth-last-child(9):nth-child(6).break, #film-content .lockout nav li:nth-child(6):nth-last-child(8):nth-child(6).break, #film-content .lockout nav li:nth-child(7):nth-last-child(7):nth-child(6).break, #film-content .lockout nav li:nth-child(8):nth-last-child(6):nth-child(6).break, #film-content .lockout nav li:nth-child(9):nth-last-child(5):nth-child(6).break, #film-content .lockout nav li:nth-child(10):nth-last-child(4):nth-child(6).break, #film-content .lockout nav li:nth-child(11):nth-last-child(3):nth-child(6).break, #film-content .lockout nav li:nth-child(12):nth-last-child(2):nth-child(6).break, #film-content .lockout nav li:nth-child(13):nth-last-child(1):nth-child(6).break {
          display: block;
          margin-top: -15px; } }
      @media screen and (min-width: 1039px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(13):nth-child(6).break, #film-content .lockout nav li:nth-child(2):nth-last-child(12):nth-child(6).break, #film-content .lockout nav li:nth-child(3):nth-last-child(11):nth-child(6).break, #film-content .lockout nav li:nth-child(4):nth-last-child(10):nth-child(6).break, #film-content .lockout nav li:nth-child(5):nth-last-child(9):nth-child(6).break, #film-content .lockout nav li:nth-child(6):nth-last-child(8):nth-child(6).break, #film-content .lockout nav li:nth-child(7):nth-last-child(7):nth-child(6).break, #film-content .lockout nav li:nth-child(8):nth-last-child(6):nth-child(6).break, #film-content .lockout nav li:nth-child(9):nth-last-child(5):nth-child(6).break, #film-content .lockout nav li:nth-child(10):nth-last-child(4):nth-child(6).break, #film-content .lockout nav li:nth-child(11):nth-last-child(3):nth-child(6).break, #film-content .lockout nav li:nth-child(12):nth-last-child(2):nth-child(6).break, #film-content .lockout nav li:nth-child(13):nth-last-child(1):nth-child(6).break {
          display: none; } }
      @media screen and (min-width: 1040px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(13):nth-child(8).break, #film-content .lockout nav li:nth-child(2):nth-last-child(12):nth-child(8).break, #film-content .lockout nav li:nth-child(3):nth-last-child(11):nth-child(8).break, #film-content .lockout nav li:nth-child(4):nth-last-child(10):nth-child(8).break, #film-content .lockout nav li:nth-child(5):nth-last-child(9):nth-child(8).break, #film-content .lockout nav li:nth-child(6):nth-last-child(8):nth-child(8).break, #film-content .lockout nav li:nth-child(7):nth-last-child(7):nth-child(8).break, #film-content .lockout nav li:nth-child(8):nth-last-child(6):nth-child(8).break, #film-content .lockout nav li:nth-child(9):nth-last-child(5):nth-child(8).break, #film-content .lockout nav li:nth-child(10):nth-last-child(4):nth-child(8).break, #film-content .lockout nav li:nth-child(11):nth-last-child(3):nth-child(8).break, #film-content .lockout nav li:nth-child(12):nth-last-child(2):nth-child(8).break, #film-content .lockout nav li:nth-child(13):nth-last-child(1):nth-child(8).break {
          display: block;
          margin-top: -15px; } }
      @media screen and (min-width: 1299px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(13):nth-child(8).break, #film-content .lockout nav li:nth-child(2):nth-last-child(12):nth-child(8).break, #film-content .lockout nav li:nth-child(3):nth-last-child(11):nth-child(8).break, #film-content .lockout nav li:nth-child(4):nth-last-child(10):nth-child(8).break, #film-content .lockout nav li:nth-child(5):nth-last-child(9):nth-child(8).break, #film-content .lockout nav li:nth-child(6):nth-last-child(8):nth-child(8).break, #film-content .lockout nav li:nth-child(7):nth-last-child(7):nth-child(8).break, #film-content .lockout nav li:nth-child(8):nth-last-child(6):nth-child(8).break, #film-content .lockout nav li:nth-child(9):nth-last-child(5):nth-child(8).break, #film-content .lockout nav li:nth-child(10):nth-last-child(4):nth-child(8).break, #film-content .lockout nav li:nth-child(11):nth-last-child(3):nth-child(8).break, #film-content .lockout nav li:nth-child(12):nth-last-child(2):nth-child(8).break, #film-content .lockout nav li:nth-child(13):nth-last-child(1):nth-child(8).break {
          display: none; } }
      @media screen and (min-width: 1300px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(13):nth-child(10).break, #film-content .lockout nav li:nth-child(2):nth-last-child(12):nth-child(10).break, #film-content .lockout nav li:nth-child(3):nth-last-child(11):nth-child(10).break, #film-content .lockout nav li:nth-child(4):nth-last-child(10):nth-child(10).break, #film-content .lockout nav li:nth-child(5):nth-last-child(9):nth-child(10).break, #film-content .lockout nav li:nth-child(6):nth-last-child(8):nth-child(10).break, #film-content .lockout nav li:nth-child(7):nth-last-child(7):nth-child(10).break, #film-content .lockout nav li:nth-child(8):nth-last-child(6):nth-child(10).break, #film-content .lockout nav li:nth-child(9):nth-last-child(5):nth-child(10).break, #film-content .lockout nav li:nth-child(10):nth-last-child(4):nth-child(10).break, #film-content .lockout nav li:nth-child(11):nth-last-child(3):nth-child(10).break, #film-content .lockout nav li:nth-child(12):nth-last-child(2):nth-child(10).break, #film-content .lockout nav li:nth-child(13):nth-last-child(1):nth-child(10).break {
          display: block;
          margin-top: -15px; } }
      @media screen and (min-width: 50000px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(13):nth-child(10).break, #film-content .lockout nav li:nth-child(2):nth-last-child(12):nth-child(10).break, #film-content .lockout nav li:nth-child(3):nth-last-child(11):nth-child(10).break, #film-content .lockout nav li:nth-child(4):nth-last-child(10):nth-child(10).break, #film-content .lockout nav li:nth-child(5):nth-last-child(9):nth-child(10).break, #film-content .lockout nav li:nth-child(6):nth-last-child(8):nth-child(10).break, #film-content .lockout nav li:nth-child(7):nth-last-child(7):nth-child(10).break, #film-content .lockout nav li:nth-child(8):nth-last-child(6):nth-child(10).break, #film-content .lockout nav li:nth-child(9):nth-last-child(5):nth-child(10).break, #film-content .lockout nav li:nth-child(10):nth-last-child(4):nth-child(10).break, #film-content .lockout nav li:nth-child(11):nth-last-child(3):nth-child(10).break, #film-content .lockout nav li:nth-child(12):nth-last-child(2):nth-child(10).break, #film-content .lockout nav li:nth-child(13):nth-last-child(1):nth-child(10).break {
          display: none; } }
      @media screen and (min-width: 720px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(15):nth-child(6).break, #film-content .lockout nav li:nth-child(2):nth-last-child(14):nth-child(6).break, #film-content .lockout nav li:nth-child(3):nth-last-child(13):nth-child(6).break, #film-content .lockout nav li:nth-child(4):nth-last-child(12):nth-child(6).break, #film-content .lockout nav li:nth-child(5):nth-last-child(11):nth-child(6).break, #film-content .lockout nav li:nth-child(6):nth-last-child(10):nth-child(6).break, #film-content .lockout nav li:nth-child(7):nth-last-child(9):nth-child(6).break, #film-content .lockout nav li:nth-child(8):nth-last-child(8):nth-child(6).break, #film-content .lockout nav li:nth-child(9):nth-last-child(7):nth-child(6).break, #film-content .lockout nav li:nth-child(10):nth-last-child(6):nth-child(6).break, #film-content .lockout nav li:nth-child(11):nth-last-child(5):nth-child(6).break, #film-content .lockout nav li:nth-child(12):nth-last-child(4):nth-child(6).break, #film-content .lockout nav li:nth-child(13):nth-last-child(3):nth-child(6).break, #film-content .lockout nav li:nth-child(14):nth-last-child(2):nth-child(6).break, #film-content .lockout nav li:nth-child(15):nth-last-child(1):nth-child(6).break {
          display: block;
          margin-top: -15px; } }
      @media screen and (min-width: 939px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(15):nth-child(6).break, #film-content .lockout nav li:nth-child(2):nth-last-child(14):nth-child(6).break, #film-content .lockout nav li:nth-child(3):nth-last-child(13):nth-child(6).break, #film-content .lockout nav li:nth-child(4):nth-last-child(12):nth-child(6).break, #film-content .lockout nav li:nth-child(5):nth-last-child(11):nth-child(6).break, #film-content .lockout nav li:nth-child(6):nth-last-child(10):nth-child(6).break, #film-content .lockout nav li:nth-child(7):nth-last-child(9):nth-child(6).break, #film-content .lockout nav li:nth-child(8):nth-last-child(8):nth-child(6).break, #film-content .lockout nav li:nth-child(9):nth-last-child(7):nth-child(6).break, #film-content .lockout nav li:nth-child(10):nth-last-child(6):nth-child(6).break, #film-content .lockout nav li:nth-child(11):nth-last-child(5):nth-child(6).break, #film-content .lockout nav li:nth-child(12):nth-last-child(4):nth-child(6).break, #film-content .lockout nav li:nth-child(13):nth-last-child(3):nth-child(6).break, #film-content .lockout nav li:nth-child(14):nth-last-child(2):nth-child(6).break, #film-content .lockout nav li:nth-child(15):nth-last-child(1):nth-child(6).break {
          display: none; } }
      @media screen and (min-width: 720px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(15):nth-child(12).break, #film-content .lockout nav li:nth-child(2):nth-last-child(14):nth-child(12).break, #film-content .lockout nav li:nth-child(3):nth-last-child(13):nth-child(12).break, #film-content .lockout nav li:nth-child(4):nth-last-child(12):nth-child(12).break, #film-content .lockout nav li:nth-child(5):nth-last-child(11):nth-child(12).break, #film-content .lockout nav li:nth-child(6):nth-last-child(10):nth-child(12).break, #film-content .lockout nav li:nth-child(7):nth-last-child(9):nth-child(12).break, #film-content .lockout nav li:nth-child(8):nth-last-child(8):nth-child(12).break, #film-content .lockout nav li:nth-child(9):nth-last-child(7):nth-child(12).break, #film-content .lockout nav li:nth-child(10):nth-last-child(6):nth-child(12).break, #film-content .lockout nav li:nth-child(11):nth-last-child(5):nth-child(12).break, #film-content .lockout nav li:nth-child(12):nth-last-child(4):nth-child(12).break, #film-content .lockout nav li:nth-child(13):nth-last-child(3):nth-child(12).break, #film-content .lockout nav li:nth-child(14):nth-last-child(2):nth-child(12).break, #film-content .lockout nav li:nth-child(15):nth-last-child(1):nth-child(12).break {
          display: block;
          margin-top: -15px; } }
      @media screen and (min-width: 939px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(15):nth-child(12).break, #film-content .lockout nav li:nth-child(2):nth-last-child(14):nth-child(12).break, #film-content .lockout nav li:nth-child(3):nth-last-child(13):nth-child(12).break, #film-content .lockout nav li:nth-child(4):nth-last-child(12):nth-child(12).break, #film-content .lockout nav li:nth-child(5):nth-last-child(11):nth-child(12).break, #film-content .lockout nav li:nth-child(6):nth-last-child(10):nth-child(12).break, #film-content .lockout nav li:nth-child(7):nth-last-child(9):nth-child(12).break, #film-content .lockout nav li:nth-child(8):nth-last-child(8):nth-child(12).break, #film-content .lockout nav li:nth-child(9):nth-last-child(7):nth-child(12).break, #film-content .lockout nav li:nth-child(10):nth-last-child(6):nth-child(12).break, #film-content .lockout nav li:nth-child(11):nth-last-child(5):nth-child(12).break, #film-content .lockout nav li:nth-child(12):nth-last-child(4):nth-child(12).break, #film-content .lockout nav li:nth-child(13):nth-last-child(3):nth-child(12).break, #film-content .lockout nav li:nth-child(14):nth-last-child(2):nth-child(12).break, #film-content .lockout nav li:nth-child(15):nth-last-child(1):nth-child(12).break {
          display: none; } }
      @media screen and (min-width: 940px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(15):nth-child(8).break, #film-content .lockout nav li:nth-child(2):nth-last-child(14):nth-child(8).break, #film-content .lockout nav li:nth-child(3):nth-last-child(13):nth-child(8).break, #film-content .lockout nav li:nth-child(4):nth-last-child(12):nth-child(8).break, #film-content .lockout nav li:nth-child(5):nth-last-child(11):nth-child(8).break, #film-content .lockout nav li:nth-child(6):nth-last-child(10):nth-child(8).break, #film-content .lockout nav li:nth-child(7):nth-last-child(9):nth-child(8).break, #film-content .lockout nav li:nth-child(8):nth-last-child(8):nth-child(8).break, #film-content .lockout nav li:nth-child(9):nth-last-child(7):nth-child(8).break, #film-content .lockout nav li:nth-child(10):nth-last-child(6):nth-child(8).break, #film-content .lockout nav li:nth-child(11):nth-last-child(5):nth-child(8).break, #film-content .lockout nav li:nth-child(12):nth-last-child(4):nth-child(8).break, #film-content .lockout nav li:nth-child(13):nth-last-child(3):nth-child(8).break, #film-content .lockout nav li:nth-child(14):nth-last-child(2):nth-child(8).break, #film-content .lockout nav li:nth-child(15):nth-last-child(1):nth-child(8).break {
          display: block;
          margin-top: -15px; } }
      @media screen and (min-width: 1300px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(15):nth-child(8).break, #film-content .lockout nav li:nth-child(2):nth-last-child(14):nth-child(8).break, #film-content .lockout nav li:nth-child(3):nth-last-child(13):nth-child(8).break, #film-content .lockout nav li:nth-child(4):nth-last-child(12):nth-child(8).break, #film-content .lockout nav li:nth-child(5):nth-last-child(11):nth-child(8).break, #film-content .lockout nav li:nth-child(6):nth-last-child(10):nth-child(8).break, #film-content .lockout nav li:nth-child(7):nth-last-child(9):nth-child(8).break, #film-content .lockout nav li:nth-child(8):nth-last-child(8):nth-child(8).break, #film-content .lockout nav li:nth-child(9):nth-last-child(7):nth-child(8).break, #film-content .lockout nav li:nth-child(10):nth-last-child(6):nth-child(8).break, #film-content .lockout nav li:nth-child(11):nth-last-child(5):nth-child(8).break, #film-content .lockout nav li:nth-child(12):nth-last-child(4):nth-child(8).break, #film-content .lockout nav li:nth-child(13):nth-last-child(3):nth-child(8).break, #film-content .lockout nav li:nth-child(14):nth-last-child(2):nth-child(8).break, #film-content .lockout nav li:nth-child(15):nth-last-child(1):nth-child(8).break {
          display: none; } }
      @media screen and (min-width: 1300px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(15):nth-child(10).break, #film-content .lockout nav li:nth-child(2):nth-last-child(14):nth-child(10).break, #film-content .lockout nav li:nth-child(3):nth-last-child(13):nth-child(10).break, #film-content .lockout nav li:nth-child(4):nth-last-child(12):nth-child(10).break, #film-content .lockout nav li:nth-child(5):nth-last-child(11):nth-child(10).break, #film-content .lockout nav li:nth-child(6):nth-last-child(10):nth-child(10).break, #film-content .lockout nav li:nth-child(7):nth-last-child(9):nth-child(10).break, #film-content .lockout nav li:nth-child(8):nth-last-child(8):nth-child(10).break, #film-content .lockout nav li:nth-child(9):nth-last-child(7):nth-child(10).break, #film-content .lockout nav li:nth-child(10):nth-last-child(6):nth-child(10).break, #film-content .lockout nav li:nth-child(11):nth-last-child(5):nth-child(10).break, #film-content .lockout nav li:nth-child(12):nth-last-child(4):nth-child(10).break, #film-content .lockout nav li:nth-child(13):nth-last-child(3):nth-child(10).break, #film-content .lockout nav li:nth-child(14):nth-last-child(2):nth-child(10).break, #film-content .lockout nav li:nth-child(15):nth-last-child(1):nth-child(10).break {
          display: block;
          margin-top: -15px; } }
      @media screen and (min-width: 50000px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(15):nth-child(10).break, #film-content .lockout nav li:nth-child(2):nth-last-child(14):nth-child(10).break, #film-content .lockout nav li:nth-child(3):nth-last-child(13):nth-child(10).break, #film-content .lockout nav li:nth-child(4):nth-last-child(12):nth-child(10).break, #film-content .lockout nav li:nth-child(5):nth-last-child(11):nth-child(10).break, #film-content .lockout nav li:nth-child(6):nth-last-child(10):nth-child(10).break, #film-content .lockout nav li:nth-child(7):nth-last-child(9):nth-child(10).break, #film-content .lockout nav li:nth-child(8):nth-last-child(8):nth-child(10).break, #film-content .lockout nav li:nth-child(9):nth-last-child(7):nth-child(10).break, #film-content .lockout nav li:nth-child(10):nth-last-child(6):nth-child(10).break, #film-content .lockout nav li:nth-child(11):nth-last-child(5):nth-child(10).break, #film-content .lockout nav li:nth-child(12):nth-last-child(4):nth-child(10).break, #film-content .lockout nav li:nth-child(13):nth-last-child(3):nth-child(10).break, #film-content .lockout nav li:nth-child(14):nth-last-child(2):nth-child(10).break, #film-content .lockout nav li:nth-child(15):nth-last-child(1):nth-child(10).break {
          display: none; } }
      @media screen and (min-width: 800px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(17):nth-child(6).break, #film-content .lockout nav li:nth-child(2):nth-last-child(16):nth-child(6).break, #film-content .lockout nav li:nth-child(3):nth-last-child(15):nth-child(6).break, #film-content .lockout nav li:nth-child(4):nth-last-child(14):nth-child(6).break, #film-content .lockout nav li:nth-child(5):nth-last-child(13):nth-child(6).break, #film-content .lockout nav li:nth-child(6):nth-last-child(12):nth-child(6).break, #film-content .lockout nav li:nth-child(7):nth-last-child(11):nth-child(6).break, #film-content .lockout nav li:nth-child(8):nth-last-child(10):nth-child(6).break, #film-content .lockout nav li:nth-child(9):nth-last-child(9):nth-child(6).break, #film-content .lockout nav li:nth-child(10):nth-last-child(8):nth-child(6).break, #film-content .lockout nav li:nth-child(11):nth-last-child(7):nth-child(6).break, #film-content .lockout nav li:nth-child(12):nth-last-child(6):nth-child(6).break, #film-content .lockout nav li:nth-child(13):nth-last-child(5):nth-child(6).break, #film-content .lockout nav li:nth-child(14):nth-last-child(4):nth-child(6).break, #film-content .lockout nav li:nth-child(15):nth-last-child(3):nth-child(6).break, #film-content .lockout nav li:nth-child(16):nth-last-child(2):nth-child(6).break, #film-content .lockout nav li:nth-child(17):nth-last-child(1):nth-child(6).break {
          display: block;
          margin-top: -15px; } }
      @media screen and (min-width: 1300px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(17):nth-child(6).break, #film-content .lockout nav li:nth-child(2):nth-last-child(16):nth-child(6).break, #film-content .lockout nav li:nth-child(3):nth-last-child(15):nth-child(6).break, #film-content .lockout nav li:nth-child(4):nth-last-child(14):nth-child(6).break, #film-content .lockout nav li:nth-child(5):nth-last-child(13):nth-child(6).break, #film-content .lockout nav li:nth-child(6):nth-last-child(12):nth-child(6).break, #film-content .lockout nav li:nth-child(7):nth-last-child(11):nth-child(6).break, #film-content .lockout nav li:nth-child(8):nth-last-child(10):nth-child(6).break, #film-content .lockout nav li:nth-child(9):nth-last-child(9):nth-child(6).break, #film-content .lockout nav li:nth-child(10):nth-last-child(8):nth-child(6).break, #film-content .lockout nav li:nth-child(11):nth-last-child(7):nth-child(6).break, #film-content .lockout nav li:nth-child(12):nth-last-child(6):nth-child(6).break, #film-content .lockout nav li:nth-child(13):nth-last-child(5):nth-child(6).break, #film-content .lockout nav li:nth-child(14):nth-last-child(4):nth-child(6).break, #film-content .lockout nav li:nth-child(15):nth-last-child(3):nth-child(6).break, #film-content .lockout nav li:nth-child(16):nth-last-child(2):nth-child(6).break, #film-content .lockout nav li:nth-child(17):nth-last-child(1):nth-child(6).break {
          display: none; } }
      @media screen and (min-width: 800px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(17):nth-child(12).break, #film-content .lockout nav li:nth-child(2):nth-last-child(16):nth-child(12).break, #film-content .lockout nav li:nth-child(3):nth-last-child(15):nth-child(12).break, #film-content .lockout nav li:nth-child(4):nth-last-child(14):nth-child(12).break, #film-content .lockout nav li:nth-child(5):nth-last-child(13):nth-child(12).break, #film-content .lockout nav li:nth-child(6):nth-last-child(12):nth-child(12).break, #film-content .lockout nav li:nth-child(7):nth-last-child(11):nth-child(12).break, #film-content .lockout nav li:nth-child(8):nth-last-child(10):nth-child(12).break, #film-content .lockout nav li:nth-child(9):nth-last-child(9):nth-child(12).break, #film-content .lockout nav li:nth-child(10):nth-last-child(8):nth-child(12).break, #film-content .lockout nav li:nth-child(11):nth-last-child(7):nth-child(12).break, #film-content .lockout nav li:nth-child(12):nth-last-child(6):nth-child(12).break, #film-content .lockout nav li:nth-child(13):nth-last-child(5):nth-child(12).break, #film-content .lockout nav li:nth-child(14):nth-last-child(4):nth-child(12).break, #film-content .lockout nav li:nth-child(15):nth-last-child(3):nth-child(12).break, #film-content .lockout nav li:nth-child(16):nth-last-child(2):nth-child(12).break, #film-content .lockout nav li:nth-child(17):nth-last-child(1):nth-child(12).break {
          display: block;
          margin-top: -15px; } }
      @media screen and (min-width: 1300px) {
        #film-content .lockout nav li:nth-child(1):nth-last-child(17):nth-child(12).break, #film-content .lockout nav li:nth-child(2):nth-last-child(16):nth-child(12).break, #film-content .lockout nav li:nth-child(3):nth-last-child(15):nth-child(12).break, #film-content .lockout nav li:nth-child(4):nth-last-child(14):nth-child(12).break, #film-content .lockout nav li:nth-child(5):nth-last-child(13):nth-child(12).break, #film-content .lockout nav li:nth-child(6):nth-last-child(12):nth-child(12).break, #film-content .lockout nav li:nth-child(7):nth-last-child(11):nth-child(12).break, #film-content .lockout nav li:nth-child(8):nth-last-child(10):nth-child(12).break, #film-content .lockout nav li:nth-child(9):nth-last-child(9):nth-child(12).break, #film-content .lockout nav li:nth-child(10):nth-last-child(8):nth-child(12).break, #film-content .lockout nav li:nth-child(11):nth-last-child(7):nth-child(12).break, #film-content .lockout nav li:nth-child(12):nth-last-child(6):nth-child(12).break, #film-content .lockout nav li:nth-child(13):nth-last-child(5):nth-child(12).break, #film-content .lockout nav li:nth-child(14):nth-last-child(4):nth-child(12).break, #film-content .lockout nav li:nth-child(15):nth-last-child(3):nth-child(12).break, #film-content .lockout nav li:nth-child(16):nth-last-child(2):nth-child(12).break, #film-content .lockout nav li:nth-child(17):nth-last-child(1):nth-child(12).break {
          display: none; } }
  #film-content .lockout .block {
    padding: 34px 3.8% 50px;
    text-align: center;
    /* &.gallery-board-module {
        max-width: none;
        padding-bottom: 5px;
        @include media($tablet) {
          padding-bottom: 0px;
          margin-bottom: 25px;
        }
        h1 {
          margin-bottom: 33px;
          @include media($tablet) {
            margin-bottom: 50px;
          }
        }
        li {
          margin-bottom: 50px;
          @include media($tablet) {
            margin-bottom: 51px;
          }
          .image {
            margin-bottom: 28px;
          }
          .caption {
            text-align: left;
            margin-bottom: 9px;
            margin-left: 0;
            @include media($tablet) {
              margin-bottom: 10px;
              margin-left: 0;
              width: 100%;
            }
          }
          .subcaption {
            text-align: left;
            line-height: 1.5em;
            font-size: em(17);
            color: #666666;
            letter-spacing: 0.02em;
          }
        }
      } */ }
    @media screen and (min-width: 701px) {
      #film-content .lockout .block {
        padding: 44px 6% 60px; } }
    #film-content .lockout .block.text .copy {
      line-height: 1.5em;
      margin: 0 auto;
      font-size: 1.125em;
      text-align: left;
      font-family: 'proxima-nova', sans-serif;
      font-weight: 400; }
      @media screen and (min-width: 701px) {
        #film-content .lockout .block.text .copy {
          text-align: justify;
          width: 82%;
          max-width: 755px; } }
    #film-content .lockout .block .thumb-slider {
      padding-top: 0px;
      padding-bottom: 10px; }
    @media screen and (min-width: 701px) {
      #film-content .lockout .block .thumb-slider.cast {
        padding-top: 20px;
        padding-bottom: 43px; } }
    #film-content .lockout .block .thumb-slider.cast .caption {
      margin-bottom: 8px; }
    #film-content .lockout .block .thumb-slider.cast .subcaption {
      color: #666666;
      font-family: 'Libre Baskerville', serif;
      font-style: italic;
      font-size: 0.9375em; }
    #film-content .lockout .block.title-block {
      margin-bottom: 0;
      padding-bottom: 0; }
    #film-content .lockout .block.distribution-block {
      padding-bottom: 0;
      font-family: 'proxima-nova', sans-serif;
      font-weight: 400; }
      #film-content .lockout .block.distribution-block .distribution-buttons {
        margin-top: 25px;
        margin-bottom: 50px; }
        #film-content .lockout .block.distribution-block .distribution-buttons li {
          display: inline-block;
          margin: 0 10px 20px; }
        @media screen and (min-width: 701px) {
          #film-content .lockout .block.distribution-block .distribution-buttons {
            margin-bottom: 60px; } }
    #film-content .lockout .block.gallery-board-module {
      max-width: none;
      padding-bottom: 5px; }
      @media screen and (min-width: 701px) {
        #film-content .lockout .block.gallery-board-module {
          padding-bottom: 0px;
          margin-bottom: 25px; } }
      #film-content .lockout .block.gallery-board-module h1 {
        margin-bottom: 40px; }
      #film-content .lockout .block.gallery-board-module .thumbs:after {
        content: "";
        display: table;
        clear: both; }
      #film-content .lockout .block.gallery-board-module .thumbs li {
        padding: 1.7vw;
        cursor: pointer; }
        @media screen and (min-width: 500px) {
          #film-content .lockout .block.gallery-board-module .thumbs li {
            float: left; } }
        #film-content .lockout .block.gallery-board-module .thumbs li a {
          color: #000;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s;
          display: block; }
          #film-content .lockout .block.gallery-board-module .thumbs li a:hover {
            color: #555; }
        #film-content .lockout .block.gallery-board-module .thumbs li .image {
          overflow: hidden;
          margin-bottom: 18px;
          width: 100%; }
          @media screen and (min-width: 701px) {
            #film-content .lockout .block.gallery-board-module .thumbs li .image {
              margin-bottom: 30px; } }
          #film-content .lockout .block.gallery-board-module .thumbs li .image img {
            width: 100%; }
        #film-content .lockout .block.gallery-board-module .thumbs li .caption {
          text-transform: uppercase;
          margin: 0 auto;
          font-family: 'proxima-nova', sans-serif;
          font-weight: 700;
          letter-spacing: 0.1em;
          font-size: 1.125em;
          line-height: 1.25em;
          text-align: center; }
          .ua-desktop-macintosh.ua-firefox #film-content .lockout .block.gallery-board-module .thumbs li .caption {
            font-weight: 600; }
          @media screen and (min-width: 500px) {
            #film-content .lockout .block.gallery-board-module .thumbs li .caption {
              letter-spacing: 0.13em; } }
          @media screen and (min-width: 701px) {
            #film-content .lockout .block.gallery-board-module .thumbs li .caption {
              width: 95%; } }
      #film-content .lockout .block.gallery-board-module .thumbs li {
        margin-bottom: 28px; }
        @media screen and (min-width: 500px) {
          #film-content .lockout .block.gallery-board-module .thumbs li {
            float: left;
            display: block;
            margin-right: 3.22581%;
            width: 48.3871%;
            margin-bottom: 32px; }
            #film-content .lockout .block.gallery-board-module .thumbs li:last-child {
              margin-right: 0; }
            #film-content .lockout .block.gallery-board-module .thumbs li:nth-child(2n) {
              margin-right: 0; }
            #film-content .lockout .block.gallery-board-module .thumbs li:nth-child(2n+1) {
              clear: left; } }
        @media screen and (min-width: 701px) {
          #film-content .lockout .block.gallery-board-module .thumbs li {
            float: left;
            display: block;
            margin-right: 3.22581%;
            width: 31.1828%; }
            #film-content .lockout .block.gallery-board-module .thumbs li:nth-child(2n) {
              margin-right: 3.22581%; }
            #film-content .lockout .block.gallery-board-module .thumbs li:nth-child(2n+1) {
              clear: none; }
            #film-content .lockout .block.gallery-board-module .thumbs li:last-child {
              margin-right: 0; }
            #film-content .lockout .block.gallery-board-module .thumbs li:nth-child(3n) {
              margin-right: 0; }
            #film-content .lockout .block.gallery-board-module .thumbs li:nth-child(3n+1) {
              clear: left; } }
        #film-content .lockout .block.gallery-board-module .thumbs li .caption {
          text-align: left;
          width: 100%; }
          #film-content .lockout .block.gallery-board-module .thumbs li .caption .title {
            letter-spacing: 0.08em;
            margin-bottom: 8px; }
          #film-content .lockout .block.gallery-board-module .thumbs li .caption .cap {
            text-transform: none;
            font-size: 0.84375em;
            letter-spacing: 0.01em;
            line-height: 1.3em;
            margin-bottom: 10px;
            font-family: 'proxima-nova', sans-serif;
            font-weight: 600; }
            .ua-desktop-macintosh.ua-firefox #film-content .lockout .block.gallery-board-module .thumbs li .caption .cap {
              font-weight: 400; }
          #film-content .lockout .block.gallery-board-module .thumbs li .caption .credit {
            font-size: 0.75em;
            text-transform: none;
            font-style: italic;
            letter-spacing: 0;
            font-family: 'proxima-nova', sans-serif;
            font-weight: 400;
            line-height: 1.2em; }
        #film-content .lockout .block.gallery-board-module .thumbs li .subcaption {
          font-family: 'proxima-nova', sans-serif;
          font-weight: 400;
          text-align: left;
          line-height: 20px; }
      #film-content .lockout .block.gallery-board-module .new-thumbs {
        text-align: center; }
        #film-content .lockout .block.gallery-board-module .new-thumbs li {
          vertical-align: top;
          display: inline-block;
          margin: 0 0 50px;
          width: 31.1828%;
          padding: 1.7vw; }
          @media screen and (max-width: 800px) {
            #film-content .lockout .block.gallery-board-module .new-thumbs li {
              width: 48%;
              margin-bottom: 20px; } }
          @media screen and (max-width: 500px) {
            #film-content .lockout .block.gallery-board-module .new-thumbs li {
              width: 100%;
              margin-bottom: 20px; } }
          #film-content .lockout .block.gallery-board-module .new-thumbs li a {
            display: block; }
            #film-content .lockout .block.gallery-board-module .new-thumbs li a .image {
              width: 100%;
              overflow: hidden;
              margin-bottom: 28px; }
              #film-content .lockout .block.gallery-board-module .new-thumbs li a .image img {
                width: 100%; }
            #film-content .lockout .block.gallery-board-module .new-thumbs li a .caption {
              text-transform: uppercase;
              font-family: 'proxima-nova', sans-serif;
              font-weight: 700;
              color: #000;
              text-align: left;
              margin-bottom: 9px;
              letter-spacing: 0.18em;
              font-size: 1em;
              line-height: 1.2em; }
              .ua-desktop-macintosh.ua-firefox #film-content .lockout .block.gallery-board-module .new-thumbs li a .caption {
                font-weight: 600; }
              @media screen and (max-width: 701px) {
                #film-content .lockout .block.gallery-board-module .new-thumbs li a .caption {
                  letter-spacing: 0.12em;
                  font-size: 0.9em;
                  line-height: 1.1em;
                  margin-bottom: 20px; } }
              @media screen and (max-width: 500px) {
                #film-content .lockout .block.gallery-board-module .new-thumbs li a .caption {
                  letter-spacing: 0.1em;
                  font-size: 01.3emem;
                  line-height: 1em;
                  margin-bottom: 10px; } }
            #film-content .lockout .block.gallery-board-module .new-thumbs li a .subcaption {
              text-align: left;
              line-height: 1.5em;
              font-size: 1em;
              color: #666666;
              letter-spacing: 0.02em;
              font-family: 'proxima-nova', sans-serif;
              font-weight: 400;
              text-align: left;
              line-height: 20px; }
              @media screen and (max-width: 701px) {
                #film-content .lockout .block.gallery-board-module .new-thumbs li a .subcaption {
                  line-height: 1.4em;
                  font-size: 0.9em; } }
              @media screen and (max-width: 500px) {
                #film-content .lockout .block.gallery-board-module .new-thumbs li a .subcaption {
                  line-height: 1.3em;
                  font-size: 1em; } }
  @media screen and (min-width: 701px) {
    #film-content .lockout .learn-more {
      padding-bottom: 18px !important; } }
  @media screen and (min-width: 701px) {
    #film-content .lockout .learn-more h1 {
      margin-bottom: 50px; } }
  #film-content .lockout .learn-more #read-the-bio {
    padding: 18px;
    background-color: #e1e0df;
    max-width: 730px;
    margin: 0 auto; }
    @media screen and (min-width: 701px) {
      #film-content .lockout .learn-more #read-the-bio {
        padding: 25px; } }
    #film-content .lockout .learn-more #read-the-bio .inner {
      display: table;
      width: 100%;
      margin: 0 auto; }
      #film-content .lockout .learn-more #read-the-bio .inner .thumb {
        display: table-cell;
        vertical-align: top; }
        #film-content .lockout .learn-more #read-the-bio .inner .thumb img {
          width: 100px; }
          @media screen and (min-width: 701px) {
            #film-content .lockout .learn-more #read-the-bio .inner .thumb img {
              width: 117px; } }
      #film-content .lockout .learn-more #read-the-bio .inner .text {
        display: table-cell;
        vertical-align: top;
        padding: 6px 0px 13px 15px; }
        @media screen and (min-width: 701px) {
          #film-content .lockout .learn-more #read-the-bio .inner .text {
            padding: 13px 15px; } }
        #film-content .lockout .learn-more #read-the-bio .inner .text h3 {
          font-family: 'proxima-nova', sans-serif;
          font-weight: 700;
          font-size: 1.25em;
          margin-bottom: 10px;
          text-transform: uppercase;
          line-height: 1.15em;
          letter-spacing: 0.1em; }
          .ua-desktop-macintosh.ua-firefox #film-content .lockout .learn-more #read-the-bio .inner .text h3 {
            font-weight: 600; }
          @media screen and (min-width: 701px) {
            #film-content .lockout .learn-more #read-the-bio .inner .text h3 {
              font-size: 1.4375em;
              line-height: 1.25em; } }
        #film-content .lockout .learn-more #read-the-bio .inner .text h4 {
          font-size: 1em;
          font-family: 'proxima-nova', sans-serif;
          font-weight: 600;
          color: #777;
          margin-bottom: 20px;
          line-height: 1.3em;
          letter-spacing: 0.035em; }
          .ua-desktop-macintosh.ua-firefox #film-content .lockout .learn-more #read-the-bio .inner .text h4 {
            font-weight: 400; }
          @media screen and (min-width: 701px) {
            #film-content .lockout .learn-more #read-the-bio .inner .text h4 {
              width: 80%;
              margin: 0 auto 25px;
              font-size: 1.125em; } }
  #film-content .lockout .learn-more ul {
    padding: 60px 4% 20px;
    text-align: center; }
    #film-content .lockout .learn-more ul li {
      vertical-align: top;
      margin-bottom: 52px; }
      #film-content .lockout .learn-more ul li:last-child {
        margin-bottom: 0; }
      @media screen and (min-width: 701px) {
        #film-content .lockout .learn-more ul li {
          display: inline-block;
          width: 250px; } }
      @media screen and (min-width: 870px) {
        #film-content .lockout .learn-more ul li {
          width: 250px;
          margin-bottom: 52px; } }
      #film-content .lockout .learn-more ul li .text {
        padding: 17px 4% 18px;
        line-height: 1.3em; }
        @media screen and (min-width: 870px) {
          #film-content .lockout .learn-more ul li .text {
            padding: 18px 0 20px; } }
        #film-content .lockout .learn-more ul li .text .title {
          font-family: 'proxima-nova', sans-serif;
          font-weight: 700;
          font-size: 1.125em;
          letter-spacing: 0.05em;
          margin-bottom: 4px; }
          .ua-desktop-macintosh.ua-firefox #film-content .lockout .learn-more ul li .text .title {
            font-weight: 600; }
        #film-content .lockout .learn-more ul li .text .subtitle {
          font-size: 1.125em;
          letter-spacing: 0.035em; }
  #film-content .lockout .cast {
    /*hide the arrows when not needed*/
    padding-bottom: 20px !important; }
    @media screen and (min-width: 900px) {
      #film-content .lockout .cast.licount-4 .arrow, #film-content .lockout .cast.licount-3 .arrow, #film-content .lockout .cast.licount-2 .arrow, #film-content .lockout .cast.licount-1 .arrow {
        display: none; } }
    @media screen and (min-width: 600px) {
      #film-content .lockout .cast.licount-3 .arrow, #film-content .lockout .cast.licount-2 .arrow, #film-content .lockout .cast.licount-1 .arrow {
        display: none; } }
    @media screen and (max-width: 600px) {
      #film-content .lockout .cast.licount-2 .arrow, #film-content .lockout .cast.licount-1 .arrow {
        display: none; } }
    @media screen and (min-width: 701px) {
      #film-content .lockout .cast {
        padding-bottom: 50px !important; } }
    #film-content .lockout .cast ul {
      text-align: center; }
      #film-content .lockout .cast ul.row1 li {
        margin: 20px 30px 20px; }
      #film-content .lockout .cast ul li {
        display: inline-block;
        width: 145px;
        vertical-align: top;
        margin: 0 3px 30px;
        overflow: hidden; }
        @media screen and (min-width: 701px) {
          #film-content .lockout .cast ul li {
            margin-bottom: 20px; } }
        #film-content .lockout .cast ul li.break {
          display: none; }
          @media screen and (min-width: 701px) {
            #film-content .lockout .cast ul li.break {
              display: block;
              width: 0;
              height: 0;
              margin-bottom: 0; } }
        #film-content .lockout .cast ul li a {
          color: #2b2c31;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          #film-content .lockout .cast ul li a:hover {
            color: #777; }
          #film-content .lockout .cast ul li a .image {
            overflow: hidden;
            display: table;
            margin: 0 auto 15px; }
          #film-content .lockout .cast ul li a .name {
            letter-spacing: 0.1em;
            font-family: 'proxima-nova', sans-serif;
            font-weight: 700;
            font-size: 1.125em;
            line-height: 1.25em;
            margin-bottom: 8px; }
            .ua-desktop-macintosh.ua-firefox #film-content .lockout .cast ul li a .name {
              font-weight: 600; }
          #film-content .lockout .cast ul li a .character {
            font-size: 0.9375em;
            letter-spacing: 0.02em;
            font-family: 'Libre Baskerville', serif;
            font-style: italic; }
  #film-content .lockout .gallery,
  #film-content .lockout .playlist,
  #film-content .lockout .cast,
  #film-content .lockout .reviews {
    position: relative;
    /*hide the arrows when not needed*/ }
    #film-content .lockout .gallery .gallery-slider .photo-caption .inner h3,
    #film-content .lockout .playlist .gallery-slider .photo-caption .inner h3,
    #film-content .lockout .cast .gallery-slider .photo-caption .inner h3,
    #film-content .lockout .reviews .gallery-slider .photo-caption .inner h3 {
      font-size: 1.25em;
      margin-bottom: 10px; }
    #film-content .lockout .gallery .gallery-slider .photo-caption .inner .caption,
    #film-content .lockout .playlist .gallery-slider .photo-caption .inner .caption,
    #film-content .lockout .cast .gallery-slider .photo-caption .inner .caption,
    #film-content .lockout .reviews .gallery-slider .photo-caption .inner .caption {
      font-family: 'proxima-nova', sans-serif;
      font-weight: 400; }
    #film-content .lockout .gallery .arrow,
    #film-content .lockout .playlist .arrow,
    #film-content .lockout .cast .arrow,
    #film-content .lockout .reviews .arrow {
      cursor: pointer;
      position: absolute;
      top: 50%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      #film-content .lockout .gallery .arrow.prev-btn,
      #film-content .lockout .playlist .arrow.prev-btn,
      #film-content .lockout .cast .arrow.prev-btn,
      #film-content .lockout .reviews .arrow.prev-btn {
        left: 3%;
        width: 40px;
        height: 40px;
        background-image: url("/img/global/scroll-arrow-left-white.png");
        background-size: 40px 40px;
        background-repeat: no-repeat; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
          #film-content .lockout .gallery .arrow.prev-btn,
          #film-content .lockout .playlist .arrow.prev-btn,
          #film-content .lockout .cast .arrow.prev-btn,
          #film-content .lockout .reviews .arrow.prev-btn {
            background-image: url("/img/global/scroll-arrow-left-white@2x.png");
            background-size: 40px 40px; } }
        #film-content .lockout .gallery .arrow.prev-btn:hover,
        #film-content .lockout .playlist .arrow.prev-btn:hover,
        #film-content .lockout .cast .arrow.prev-btn:hover,
        #film-content .lockout .reviews .arrow.prev-btn:hover {
          -webkit-transform: translateX(-10px);
          -moz-transform: translateX(-10px);
          -ms-transform: translateX(-10px);
          -o-transform: translateX(-10px);
          transform: translateX(-10px); }
      #film-content .lockout .gallery .arrow.next-btn,
      #film-content .lockout .playlist .arrow.next-btn,
      #film-content .lockout .cast .arrow.next-btn,
      #film-content .lockout .reviews .arrow.next-btn {
        right: 3%;
        width: 40px;
        height: 40px;
        background-image: url("/img/global/scroll-arrow-right-white.png");
        background-size: 40px 40px;
        background-repeat: no-repeat; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
          #film-content .lockout .gallery .arrow.next-btn,
          #film-content .lockout .playlist .arrow.next-btn,
          #film-content .lockout .cast .arrow.next-btn,
          #film-content .lockout .reviews .arrow.next-btn {
            background-image: url("/img/global/scroll-arrow-right-white@2x.png");
            background-size: 40px 40px; } }
        #film-content .lockout .gallery .arrow.next-btn:hover,
        #film-content .lockout .playlist .arrow.next-btn:hover,
        #film-content .lockout .cast .arrow.next-btn:hover,
        #film-content .lockout .reviews .arrow.next-btn:hover {
          -webkit-transform: translateX(10px);
          -moz-transform: translateX(10px);
          -ms-transform: translateX(10px);
          -o-transform: translateX(10px);
          transform: translateX(10px); }
    @media screen and (min-width: 900px) {
      #film-content .lockout .gallery.licount-2 .arrow, #film-content .lockout .gallery.licount-1 .arrow,
      #film-content .lockout .playlist.licount-2 .arrow,
      #film-content .lockout .playlist.licount-1 .arrow,
      #film-content .lockout .cast.licount-2 .arrow,
      #film-content .lockout .cast.licount-1 .arrow,
      #film-content .lockout .reviews.licount-2 .arrow,
      #film-content .lockout .reviews.licount-1 .arrow {
        display: none; } }
  #film-content .lockout .cast .arrow {
    top: 45%; }
    #film-content .lockout .cast .arrow.prev-btn {
      width: 40px;
      height: 40px;
      background-image: url("/img/global/scroll-arrow-left.png");
      background-size: 40px 40px;
      background-repeat: no-repeat; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
        #film-content .lockout .cast .arrow.prev-btn {
          background-image: url("/img/global/scroll-arrow-left@2x.png");
          background-size: 40px 40px; } }
    #film-content .lockout .cast .arrow.next-btn {
      width: 40px;
      height: 40px;
      background-image: url("/img/global/scroll-arrow-right.png");
      background-size: 40px 40px;
      background-repeat: no-repeat; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
        #film-content .lockout .cast .arrow.next-btn {
          background-image: url("/img/global/scroll-arrow-right@2x.png");
          background-size: 40px 40px; } }
  @media screen and (max-width: 400px) {
    #film-content .lockout .playlist h3 {
      display: none; } }
  @media screen and (max-width: 500px) {
    #film-content .lockout .playlist li .caption {
      line-height: 1.3em;
      font-size: 1em; } }
  #film-content .lockout .playlist .arrow {
    top: 30%; }
    @media screen and (max-width: 500px) {
      #film-content .lockout .playlist .arrow {
        top: 15%; } }
    #film-content .lockout .playlist .arrow.prev-btn {
      width: 40px;
      height: 40px;
      background-image: url("/img/global/scroll-arrow-left.png");
      background-size: 40px 40px;
      background-repeat: no-repeat;
      left: -5px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
        #film-content .lockout .playlist .arrow.prev-btn {
          background-image: url("/img/global/scroll-arrow-left@2x.png");
          background-size: 40px 40px; } }
    #film-content .lockout .playlist .arrow.next-btn {
      width: 40px;
      height: 40px;
      background-image: url("/img/global/scroll-arrow-right.png");
      background-size: 40px 40px;
      background-repeat: no-repeat;
      right: -5px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
        #film-content .lockout .playlist .arrow.next-btn {
          background-image: url("/img/global/scroll-arrow-right@2x.png");
          background-size: 40px 40px; } }
  #film-content .lockout .reviews {
    background-position: center center;
    position: relative;
    background-size: cover; }
    #film-content .lockout .reviews .quotes-slider li img {
      margin: 0 auto;
      width: 100%;
      /* @include media($tablet) {
              padding: 0 5%;
            } */ }
  #film-content .lockout .gallery {
    margin-bottom: -20px; }
    #film-content .lockout .gallery .slick-slider {
      margin-bottom: 50px;
      overflow: hidden; }
    @media screen and (max-width: 500px) {
      #film-content .lockout .gallery .arrow {
        top: 25%; } }
    #film-content .lockout .gallery .mobile-caption {
      background-color: #efeeec;
      margin-top: -50px;
      margin-bottom: 15px;
      padding: 20px 20px 25px 20px;
      height: 140px;
      line-height: 1.1em; }
      @media screen and (min-width: 701px) {
        #film-content .lockout .gallery .mobile-caption {
          display: none; } }
      #film-content .lockout .gallery .mobile-caption .photo-caption {
        opacity: 1 !important; }
        #film-content .lockout .gallery .mobile-caption .photo-caption .title {
          font-family: 'proxima-nova', sans-serif;
          font-weight: 700;
          font-size: 1em;
          margin-bottom: 6px; }
          .ua-desktop-macintosh.ua-firefox #film-content .lockout .gallery .mobile-caption .photo-caption .title {
            font-weight: 600; }
        #film-content .lockout .gallery .mobile-caption .photo-caption .caption {
          margin-bottom: 6px;
          font-size: 0.875em; }
        #film-content .lockout .gallery .mobile-caption .photo-caption .credit {
          font-size: 0.75em;
          font-family: 'proxima-nova', sans-serif;
          font-weight: 600; }
          .ua-desktop-macintosh.ua-firefox #film-content .lockout .gallery .mobile-caption .photo-caption .credit {
            font-weight: 400; }
        #film-content .lockout .gallery .mobile-caption .photo-caption .close-btn {
          display: none; }
  #film-content .lockout .review {
    height: 450px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 10px; }
    @media screen and (min-width: 701px) {
      #film-content .lockout .review {
        height: 450px;
        margin-bottom: 30px; } }
  #film-content .lockout #news-press {
    padding: 34px 3.8% 40px; }
    @media screen and (min-width: 701px) {
      #film-content .lockout #news-press {
        padding: 44px 6% 90px; } }

#film-content .button-block .inner .thumb {
  overflow: hidden; }
  #film-content .button-block .inner .thumb img {
    width: 90%;
    margin: 0 auto; }

#news-press {
  padding: 35px 0 50px; }
  #news-press #in-the-news {
    padding: 10px 0px 50px;
    text-align: center; }
    @media screen and (min-width: 701px) {
      #news-press #in-the-news {
        padding: 30px 30px 0 0; } }
    @media screen and (max-width: 500px) {
      #news-press #in-the-news {
        border-bottom: 1px solid #d7d6d4;
        overflow: auto; } }
    #news-press #in-the-news h2 {
      text-align: left;
      margin-bottom: 30px; }
      @media screen and (min-width: 701px) {
        #news-press #in-the-news h2 {
          margin-bottom: 28px; } }
    #news-press #in-the-news .featured-news {
      margin-bottom: 12px;
      height: 465px;
      overflow-y: scroll; }
      @media screen and (max-width: 500px) {
        #news-press #in-the-news .featured-news {
          height: auto; } }
      @media screen and (min-width: 701px) {
        #news-press #in-the-news .featured-news {
          margin-bottom: 28px; } }
      #news-press #in-the-news .featured-news:after {
        content: "";
        display: table;
        clear: both; }
      #news-press #in-the-news .featured-news li {
        margin-bottom: 31px; }
        #news-press #in-the-news .featured-news li:after {
          content: "";
          display: table;
          clear: both; }
        #news-press #in-the-news .featured-news li a {
          color: #000;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          #news-press #in-the-news .featured-news li a:hover {
            color: #555; }
          #news-press #in-the-news .featured-news li a .thumb {
            float: left;
            width: 45%; }
            #news-press #in-the-news .featured-news li a .thumb img {
              width: 100%; }
          #news-press #in-the-news .featured-news li a .title {
            text-align: left;
            width: 55%;
            float: left;
            padding-left: 5%;
            font-size: 1.25em;
            font-family: 'proxima-nova', sans-serif;
            font-weight: 700;
            letter-spacing: 0.025em;
            line-height: 1.1em; }
            .ua-desktop-macintosh.ua-firefox #news-press #in-the-news .featured-news li a .title {
              font-weight: 600; }
            @media screen and (min-width: 701px) {
              #news-press #in-the-news .featured-news li a .title {
                font-size: 1.3125em;
                padding-left: 6%; } }
            @media screen and (min-width: 769px) {
              #news-press #in-the-news .featured-news li a .title {
                font-size: 1.4375em; } }
    #news-press #in-the-news .social li {
      float: left;
      margin: 10px; }
      #news-press #in-the-news .social li a {
        width: 63px;
        height: 63px;
        background-repeat: no-repeat; }
        #news-press #in-the-news .social li a:hover {
          background-position: center -63px; }
        #news-press #in-the-news .social li a.facebook {
          background-image: url(/img/social/facebook.png); }
        #news-press #in-the-news .social li a.twitter {
          background-image: url(/img/social/twitter.png); }
        #news-press #in-the-news .social li a.instagram {
          background-image: url(/img/social/instagram.png); }
        #news-press #in-the-news .social li a.pinterest {
          background-image: url(/img/social/pinterest.png); }
        #news-press #in-the-news .social li a.youtube {
          background-image: url(/img/social/youtube.png); }
    #news-press #in-the-news .btn {
      min-width: 240px; }
      @media screen and (max-width: 500px) {
        #news-press #in-the-news .btn {
          display: none; } }
  #news-press #keep-up {
    padding: 10px 0px 35px; }
    @media screen and (min-width: 701px) {
      #news-press #keep-up {
        padding: 30px 80px 0 0;
        width: 50%;
        display: table-cell;
        vertical-align: top; } }
    #news-press #keep-up h1 {
      margin-bottom: 35px; }
      @media screen and (min-width: 701px) {
        #news-press #keep-up h1 {
          margin-bottom: 42px; } }
    #news-press #keep-up p {
      margin-bottom: 36px;
      color: #666666;
      font-size: 18px;
      font-family: 'proxima-nova', sans-serif;
      font-weight: 600;
      line-height: 1.4; }
      .ua-desktop-macintosh.ua-firefox #news-press #keep-up p {
        font-weight: 400; }
      @media screen and (min-width: 701px) {
        #news-press #keep-up p {
          margin-bottom: 43px; } }
    #news-press #keep-up .subscribe {
      margin-bottom: 30px; }
      #news-press #keep-up .subscribe form {
        display: table;
        width: 100%; }
        @media screen and (min-width: 850px) {
          #news-press #keep-up .subscribe form .left {
            display: table-cell;
            vertical-align: top;
            width: 70%;
            padding-right: 15px; } }
        #news-press #keep-up .subscribe form .left input {
          width: 100%;
          border: 1px solid #b2b2b0;
          color: #666;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          #news-press #keep-up .subscribe form .left input::-webkit-input-placeholder {
            color: #b2b2b2; }
          #news-press #keep-up .subscribe form .left input::-moz-placeholder {
            color: #b2b2b2; }
          #news-press #keep-up .subscribe form .left input:-moz-placeholder {
            color: #b2b2b2; }
          #news-press #keep-up .subscribe form .left input:-ms-input-placeholder {
            color: #b2b2b2; }
          #news-press #keep-up .subscribe form .left input.error {
            border: 1px solid #d3281c; }
        @media screen and (min-width: 850px) {
          #news-press #keep-up .subscribe form .right {
            display: table-cell;
            vertical-align: top;
            width: 30%; } }
        #news-press #keep-up .subscribe form .right .btn {
          margin-top: 18px;
          white-space: nowrap;
          width: 100%; }
          @media screen and (min-width: 850px) {
            #news-press #keep-up .subscribe form .right .btn {
              margin-top: 0; } }
  @media screen and (min-width: 701px) {
    #news-press #in-the-press {
      width: 50%;
      display: table-cell; } }
  #news-press #in-the-press ul {
    height: 465px;
    overflow-y: scroll; }
  @media screen and (max-width: 500px) {
    #news-press #in-the-press {
      padding-top: 50px; } }
  @media screen and (min-width: 701px) {
    #news-press #in-the-press .press-content {
      padding: 20px;
      border-left: 1px solid #d7d6d4;
      padding: 30px 0 30px 13%; } }
  @media screen and (min-width: 701px) and (max-width: 500px) {
    #news-press #in-the-press .press-content ul {
      height: auto; } }
  #news-press #in-the-press .press-content h1 {
    margin-bottom: 30px;
    text-align: left; }
    @media screen and (min-width: 701px) {
      #news-press #in-the-press .press-content h1 {
        margin-bottom: 30px; } }
  #news-press #in-the-press .press-content .press-article {
    margin-bottom: 30px;
    text-align: left; }
    @media screen and (min-width: 701px) {
      #news-press #in-the-press .press-content .press-article {
        margin-bottom: 40px; } }
    #news-press #in-the-press .press-content .press-article:hover .press-title {
      color: #555 !important; }
    #news-press #in-the-press .press-content .press-article .press-title {
      font-size: 22px;
      margin-bottom: 8px;
      line-height: 1.3;
      color: #000;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      font-family: 'proxima-nova', sans-serif;
      font-weight: 700; }
      .ua-desktop-macintosh.ua-firefox #news-press #in-the-press .press-content .press-article .press-title {
        font-weight: 600; }
      @media screen and (min-width: 701px) {
        #news-press #in-the-press .press-content .press-article .press-title {
          font-size: 1.5em; } }
    #news-press #in-the-press .press-content .press-article .press-source {
      font-size: 18px;
      color: #2B2C31; }
  #news-press #in-the-press .more-press {
    text-align: center;
    margin-bottom: 70px;
    display: inline-block;
    padding: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 701px) {
      #news-press #in-the-press .more-press {
        margin-bottom: 100px; } }
    #news-press #in-the-press .more-press:hover {
      -webkit-transform: translateY(12px);
      -moz-transform: translateY(12px);
      -ms-transform: translateY(12px);
      -o-transform: translateY(12px);
      transform: translateY(12px); }
    #news-press #in-the-press .more-press .inner {
      width: 13px;
      height: 25px;
      background-image: url("/img/global/arrow-down.png");
      background-size: 13px 25px;
      background-repeat: no-repeat; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
        #news-press #in-the-press .more-press .inner {
          background-image: url("/img/global/arrow-down@2x.png");
          background-size: 13px 25px; } }
  #news-press #in-the-press .btn {
    min-width: 240px; }
    @media screen and (max-width: 500px) {
      #news-press #in-the-press .btn {
        display: none; } }
  @media screen and (min-width: 701px) {
    #news-press {
      padding: 45px 0 80px;
      display: table; } }

#results {
  padding: 130px 0 50px; }
  @media screen and (min-width: 701px) {
    #results {
      padding: 175px 0 50px; } }
  #results header {
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d6d4; }
    @media screen and (min-width: 701px) {
      #results header {
        padding-bottom: 30px; } }
    #results header .top {
      margin-bottom: 30px; }
      @media screen and (min-width: 850px) {
        #results header .top {
          display: table;
          width: 100%; } }
      #results header .top h1 {
        margin-bottom: 20px; }
        @media screen and (min-width: 850px) {
          #results header .top h1 {
            padding-top: 10px;
            display: table-cell;
            margin-bottom: 0; } }
      @media screen and (min-width: 850px) {
        #results header .top .search {
          display: table-cell;
          vertical-align: top;
          text-align: right; } }
      #results header .top .search form {
        position: relative;
        display: table;
        width: 100%; }
        #results header .top .search form input {
          margin-bottom: 5px;
          width: 100%; }
          @media screen and (min-width: 701px) {
            #results header .top .search form input {
              width: 330px; } }
    #results header ul:after {
      content: "";
      display: table;
      clear: both; }
    #results header ul li {
      width: 50%;
      margin-left: -1px;
      float: left;
      margin-top: -11px;
      margin-bottom: 10px; }
      @media screen and (min-width: 850px) {
        #results header ul li {
          width: auto;
          margin-top: -1px; } }
  #results .results {
    padding: 40px 0;
    min-height: 200px;
    letter-spacing: 0.035em;
    font-size: 1.125em; }
    @media screen and (min-width: 701px) {
      #results .results {
        min-height: 400px;
        padding: 50px 0; } }

#press {
  padding: 130px 0 0px; }
  @media screen and (min-width: 701px) {
    #press {
      padding: 175px 0 0px; } }
  #press .lockout .content {
    padding-bottom: 66px; }
    @media screen and (min-width: 701px) {
      #press .lockout .content {
        display: table;
        width: 100%;
        padding-bottom: 50px; } }
    #press .lockout .content .copy {
      font-size: 1.125em;
      font-family: 'proxima-nova', sans-serif;
      font-weight: 400;
      line-height: 1.5em;
      letter-spacing: 0.01em; }
      #press .lockout .content .copy a {
        letter-spacing: 0.07em; }
    #press .lockout .content .left {
      margin-bottom: 30px;
      /*form {
          padding: 40px 0;
          text-align: center;
          @include media($tablet) {
            padding: 50px 0;
          }
          .inputs {
            margin-bottom: 12px;
            @include media($tablet) {
              margin-bottom: 18px;
            }
            input, textarea {
              width: 100%;
              margin-bottom: 12px;
            }
          }
          .btn {
            min-width: 168px;
          }
        }*/ }
      @media screen and (min-width: 701px) {
        #press .lockout .content .left {
          display: table-cell;
          vertical-align: top;
          width: 60%;
          padding: 0 6% 0 0;
          margin-bottom: 0; } }
      #press .lockout .content .left h1 {
        margin-bottom: 30px; }
        @media screen and (min-width: 701px) {
          #press .lockout .content .left h1 {
            margin-bottom: 50px; } }
      #press .lockout .content .left .copy {
        padding-bottom: 30px;
        border-bottom: 1px solid #d7d6d4; }
        @media screen and (min-width: 701px) {
          #press .lockout .content .left .copy {
            padding-bottom: 45px; } }
    @media screen and (min-width: 701px) {
      #press .lockout .content .right {
        display: table-cell;
        vertical-align: top;
        width: 40%;
        padding-left: 4%;
        padding-top: 76px; } }
    #press .lockout .content .right .line {
      height: 1px;
      width: 41px;
      background-color: #d3281c;
      margin-bottom: 22px; }
    #press .lockout .content .right h4 {
      text-transform: uppercase;
      font-family: 'proxima-nova', sans-serif;
      font-weight: 600;
      font-size: 1.5em;
      letter-spacing: 0.1em;
      margin-bottom: 16px; }
      .ua-desktop-macintosh.ua-firefox #press .lockout .content .right h4 {
        font-weight: 400; }
      @media screen and (min-width: 701px) {
        #press .lockout .content .right h4 {
          margin-bottom: 18px; } }
    #press .lockout .content .right #press-kits {
      margin-bottom: 55px; }
      @media screen and (min-width: 701px) {
        #press .lockout .content .right #press-kits {
          margin-bottom: 75px; } }

#news-press {
  padding: 35px 0 50px; }
  #news-press #in-the-news {
    padding: 10px 0px 50px;
    text-align: center; }
    @media screen and (min-width: 701px) {
      #news-press #in-the-news {
        padding: 30px 30px 0 0; } }
    @media screen and (max-width: 500px) {
      #news-press #in-the-news {
        border-bottom: 1px solid #d7d6d4;
        overflow: auto; } }
    #news-press #in-the-news h2 {
      text-align: left;
      margin-bottom: 30px; }
      @media screen and (min-width: 701px) {
        #news-press #in-the-news h2 {
          margin-bottom: 28px; } }
    #news-press #in-the-news .featured-news {
      margin-bottom: 12px;
      height: 465px;
      overflow-y: scroll; }
      @media screen and (max-width: 500px) {
        #news-press #in-the-news .featured-news {
          height: auto; } }
      @media screen and (min-width: 701px) {
        #news-press #in-the-news .featured-news {
          margin-bottom: 28px; } }
      #news-press #in-the-news .featured-news:after {
        content: "";
        display: table;
        clear: both; }
      #news-press #in-the-news .featured-news li {
        margin-bottom: 31px; }
        #news-press #in-the-news .featured-news li:after {
          content: "";
          display: table;
          clear: both; }
        #news-press #in-the-news .featured-news li a {
          color: #000;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          #news-press #in-the-news .featured-news li a:hover {
            color: #555; }
          #news-press #in-the-news .featured-news li a .thumb {
            float: left;
            width: 45%; }
            #news-press #in-the-news .featured-news li a .thumb img {
              width: 100%; }
          #news-press #in-the-news .featured-news li a .title {
            text-align: left;
            width: 55%;
            float: left;
            padding-left: 5%;
            font-size: 1.25em;
            font-family: 'proxima-nova', sans-serif;
            font-weight: 700;
            letter-spacing: 0.025em;
            line-height: 1.1em; }
            .ua-desktop-macintosh.ua-firefox #news-press #in-the-news .featured-news li a .title {
              font-weight: 600; }
            @media screen and (min-width: 701px) {
              #news-press #in-the-news .featured-news li a .title {
                font-size: 1.3125em;
                padding-left: 6%; } }
            @media screen and (min-width: 769px) {
              #news-press #in-the-news .featured-news li a .title {
                font-size: 1.4375em; } }
    #news-press #in-the-news .social li {
      float: left;
      margin: 10px; }
      #news-press #in-the-news .social li a {
        width: 63px;
        height: 63px;
        background-repeat: no-repeat; }
        #news-press #in-the-news .social li a:hover {
          background-position: center -63px; }
        #news-press #in-the-news .social li a.facebook {
          background-image: url(/img/social/facebook.png); }
        #news-press #in-the-news .social li a.twitter {
          background-image: url(/img/social/twitter.png); }
        #news-press #in-the-news .social li a.instagram {
          background-image: url(/img/social/instagram.png); }
        #news-press #in-the-news .social li a.pinterest {
          background-image: url(/img/social/pinterest.png); }
        #news-press #in-the-news .social li a.youtube {
          background-image: url(/img/social/youtube.png); }
    #news-press #in-the-news .btn {
      min-width: 240px; }
      @media screen and (max-width: 500px) {
        #news-press #in-the-news .btn {
          display: none; } }
  #news-press #keep-up {
    padding: 10px 0px 35px; }
    @media screen and (min-width: 701px) {
      #news-press #keep-up {
        padding: 30px 80px 0 0;
        width: 50%;
        display: table-cell;
        vertical-align: top; } }
    #news-press #keep-up h1 {
      margin-bottom: 35px; }
      @media screen and (min-width: 701px) {
        #news-press #keep-up h1 {
          margin-bottom: 42px; } }
    #news-press #keep-up p {
      margin-bottom: 36px;
      color: #666666;
      font-size: 18px;
      font-family: 'proxima-nova', sans-serif;
      font-weight: 600;
      line-height: 1.4; }
      .ua-desktop-macintosh.ua-firefox #news-press #keep-up p {
        font-weight: 400; }
      @media screen and (min-width: 701px) {
        #news-press #keep-up p {
          margin-bottom: 43px; } }
    #news-press #keep-up .subscribe {
      margin-bottom: 30px; }
      #news-press #keep-up .subscribe form {
        display: table;
        width: 100%; }
        @media screen and (min-width: 850px) {
          #news-press #keep-up .subscribe form .left {
            display: table-cell;
            vertical-align: top;
            width: 70%;
            padding-right: 15px; } }
        #news-press #keep-up .subscribe form .left input {
          width: 100%;
          border: 1px solid #b2b2b0;
          color: #666;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          #news-press #keep-up .subscribe form .left input::-webkit-input-placeholder {
            color: #b2b2b2; }
          #news-press #keep-up .subscribe form .left input::-moz-placeholder {
            color: #b2b2b2; }
          #news-press #keep-up .subscribe form .left input:-moz-placeholder {
            color: #b2b2b2; }
          #news-press #keep-up .subscribe form .left input:-ms-input-placeholder {
            color: #b2b2b2; }
          #news-press #keep-up .subscribe form .left input.error {
            border: 1px solid #d3281c; }
        @media screen and (min-width: 850px) {
          #news-press #keep-up .subscribe form .right {
            display: table-cell;
            vertical-align: top;
            width: 30%; } }
        #news-press #keep-up .subscribe form .right .btn {
          margin-top: 18px;
          white-space: nowrap;
          width: 100%; }
          @media screen and (min-width: 850px) {
            #news-press #keep-up .subscribe form .right .btn {
              margin-top: 0; } }
  @media screen and (min-width: 701px) {
    #news-press #in-the-press {
      width: 50%;
      display: table-cell; } }
  #news-press #in-the-press ul {
    height: 465px;
    overflow-y: scroll; }
  @media screen and (max-width: 500px) {
    #news-press #in-the-press {
      padding-top: 50px; } }
  @media screen and (min-width: 701px) {
    #news-press #in-the-press .press-content {
      padding: 20px;
      border-left: 1px solid #d7d6d4;
      padding: 30px 0 30px 13%; } }
  @media screen and (min-width: 701px) and (max-width: 500px) {
    #news-press #in-the-press .press-content ul {
      height: auto; } }
  #news-press #in-the-press .press-content h1 {
    margin-bottom: 30px;
    text-align: left; }
    @media screen and (min-width: 701px) {
      #news-press #in-the-press .press-content h1 {
        margin-bottom: 30px; } }
  #news-press #in-the-press .press-content .press-article {
    margin-bottom: 30px;
    text-align: left; }
    @media screen and (min-width: 701px) {
      #news-press #in-the-press .press-content .press-article {
        margin-bottom: 40px; } }
    #news-press #in-the-press .press-content .press-article:hover .press-title {
      color: #555 !important; }
    #news-press #in-the-press .press-content .press-article .press-title {
      font-size: 22px;
      margin-bottom: 8px;
      line-height: 1.3;
      color: #000;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      font-family: 'proxima-nova', sans-serif;
      font-weight: 700; }
      .ua-desktop-macintosh.ua-firefox #news-press #in-the-press .press-content .press-article .press-title {
        font-weight: 600; }
      @media screen and (min-width: 701px) {
        #news-press #in-the-press .press-content .press-article .press-title {
          font-size: 1.5em; } }
    #news-press #in-the-press .press-content .press-article .press-source {
      font-size: 18px;
      color: #2B2C31; }
  #news-press #in-the-press .more-press {
    text-align: center;
    margin-bottom: 70px;
    display: inline-block;
    padding: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 701px) {
      #news-press #in-the-press .more-press {
        margin-bottom: 100px; } }
    #news-press #in-the-press .more-press:hover {
      -webkit-transform: translateY(12px);
      -moz-transform: translateY(12px);
      -ms-transform: translateY(12px);
      -o-transform: translateY(12px);
      transform: translateY(12px); }
    #news-press #in-the-press .more-press .inner {
      width: 13px;
      height: 25px;
      background-image: url("/img/global/arrow-down.png");
      background-size: 13px 25px;
      background-repeat: no-repeat; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
        #news-press #in-the-press .more-press .inner {
          background-image: url("/img/global/arrow-down@2x.png");
          background-size: 13px 25px; } }
  #news-press #in-the-press .btn {
    min-width: 240px; }
    @media screen and (max-width: 500px) {
      #news-press #in-the-press .btn {
        display: none; } }
  @media screen and (min-width: 701px) {
    #news-press {
      padding: 45px 0 80px;
      display: table; } }

html.wf-loading {
  visibility: hidden; }

body {
  background-color: #efeeec;
  color: #2b2c31;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  position: relative; }

#page-wrap {
  position: relative; }

section, footer {
  background-color: #efeeec; }

.lockout {
  max-width: 1260px;
  position: relative;
  margin: 0 4%; }
  @media screen and (min-width: 701px) {
    .lockout {
      margin: 0 auto;
      width: 90%; } }

a {
  color: #d3281c;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }
  a:hover {
    color: #a11f15; }

.ir {
  display: block;
  text-indent: -999em; }

input, textarea {
  border: none;
  padding: 18px 20px 16px;
  background-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  font-size: 1.0625em;
  letter-spacing: 0.05em;
  border: 1px solid transparent;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  transition: border 0.3s;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #fff; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #fff; }
  input:-moz-placeholder, textarea:-moz-placeholder {
    color: #fff; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #fff; }
  input:focus, textarea:focus {
    outline: none; }
  input.error, textarea.error {
    border: 1px solid #d3281c; }
  input.outlined, textarea.outlined {
    border: 1px solid #b2b2b0;
    background-color: #F5F4F3;
    color: #666;
    padding-right: 48px;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    transition: border 0.3s; }
    input.outlined::-webkit-input-placeholder, textarea.outlined::-webkit-input-placeholder {
      color: #b2b2b2; }
    input.outlined::-moz-placeholder, textarea.outlined::-moz-placeholder {
      color: #b2b2b2; }
    input.outlined:-moz-placeholder, textarea.outlined:-moz-placeholder {
      color: #b2b2b2; }
    input.outlined:-ms-input-placeholder, textarea.outlined:-ms-input-placeholder {
      color: #b2b2b2; }
    input.outlined.error, textarea.outlined.error {
      border: 1px solid #d3281c; }

.glass {
  width: 36px;
  height: 36px;
  background-image: url("/img/global/icon-search.png");
  background-size: 36px 36px;
  background-repeat: no-repeat;
  position: absolute;
  top: 13px;
  right: 13px;
  cursor: pointer; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
    .glass {
      background-image: url("/img/global/icon-search@2x.png");
      background-size: 36px 36px; } }
  @media screen and (min-width: 701px) {
    .glass {
      width: 30px;
      height: 30px;
      background-image: url("/img/global/icon-search.png");
      background-size: 30px 30px;
      background-repeat: no-repeat;
      top: 16px;
      right: 15px; } }
  @media screen and (min-width: 701px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 701px) and (min-resolution: 144dppx) {
    .glass {
      background-image: url("/img/global/icon-search@2x.png");
      background-size: 30px 30px; } }

.red {
  color: #d3281c; }

.btn {
  border: 1px solid #d3281c;
  color: #2b2c31;
  padding: 18px 31px 17px;
  text-transform: uppercase;
  letter-spacing: 0.095em;
  font-size: 1em;
  display: inline-block;
  text-align: center;
  line-height: 1.25em;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background-color: transparent;
  cursor: pointer; }
  .ua-desktop-macintosh.ua-firefox .btn {
    font-weight: 400; }
  .btn:hover {
    background-color: #d3281c;
    color: #fff; }
  .btn.active {
    background-color: #d3281c;
    color: #fff;
    cursor: default; }
  .btn.small {
    padding: 15px 28px 14px;
    font-size: 0.9375em; }
  @media screen and (min-width: 701px) {
    .btn .mobile {
      display: none; } }
  .btn .desktop {
    display: none; }
    @media screen and (min-width: 701px) {
      .btn .desktop {
        display: inline-block; } }

.bottom-gradient {
  background: transparent url("/img/global/bottom-gradient.png") top left repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 420px; }

.thumb-slider,
.cast-slider {
  display: none;
  padding: 40px 29px 33px;
  margin: 0 auto; }
  .thumb-slider:after,
  .cast-slider:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 701px) {
    .thumb-slider,
    .cast-slider {
      padding: 70px 29px; } }
  .thumb-slider li,
  .cast-slider li {
    padding: 1.7vw;
    cursor: pointer; }
    @media screen and (min-width: 500px) {
      .thumb-slider li,
      .cast-slider li {
        float: left; } }
    .thumb-slider li a,
    .cast-slider li a {
      color: #000;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      display: block; }
      .thumb-slider li a:hover,
      .cast-slider li a:hover {
        color: #555; }
    .thumb-slider li .image,
    .cast-slider li .image {
      overflow: hidden;
      margin-bottom: 18px;
      width: 100%; }
      @media screen and (min-width: 701px) {
        .thumb-slider li .image,
        .cast-slider li .image {
          margin-bottom: 30px; } }
      .thumb-slider li .image img,
      .cast-slider li .image img {
        width: 100%; }
    .thumb-slider li .caption,
    .cast-slider li .caption {
      text-transform: uppercase;
      margin: 0 auto;
      font-family: 'proxima-nova', sans-serif;
      font-weight: 700;
      letter-spacing: 0.1em;
      font-size: 1.125em;
      line-height: 1.25em;
      text-align: center; }
      .ua-desktop-macintosh.ua-firefox .thumb-slider li .caption, .ua-desktop-macintosh.ua-firefox
      .cast-slider li .caption {
        font-weight: 600; }
      @media screen and (min-width: 500px) {
        .thumb-slider li .caption,
        .cast-slider li .caption {
          letter-spacing: 0.13em; } }
      @media screen and (min-width: 701px) {
        .thumb-slider li .caption,
        .cast-slider li .caption {
          width: 95%; } }

.gallery-slider {
  height: 0;
  height: 250px; }
  @media screen and (min-width: 701px) {
    .gallery-slider {
      height: 500px; } }
  @media screen and (min-width: 769px) {
    .gallery-slider {
      height: 550px; } }
  @media screen and (min-width: 1025px) {
    .gallery-slider {
      height: 610px; } }
  @media screen and (min-width: 1300px) {
    .gallery-slider {
      height: 684px; } }
  .gallery-slider .slick-list, .gallery-slider .slick-track, .gallery-slider .desktop, .gallery-slider .mobile {
    height: 100%; }
  .gallery-slider li {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative; }
    .gallery-slider li .photo-caption {
      position: absolute;
      left: 5%;
      width: 90%;
      z-index: 2;
      background-color: rgba(255, 255, 255, 0.9);
      padding: 15px 40px 15px 15px;
      line-height: 1.2em;
      display: none;
      bottom: -1000px; }
      @media screen and (min-width: 701px) {
        .gallery-slider li .photo-caption {
          bottom: 20px;
          padding: 20px 70px 20px 20px;
          width: 76%;
          left: 12%;
          display: block; } }
      .gallery-slider li .photo-caption:before {
        content: '';
        position: absolute;
        width: 30px;
        height: 15px;
        top: -15px;
        left: 30px;
        display: inline-block;
        height: 0;
        width: 0;
        -webkit-transform: rotate(360deg);
        border-width: 15px 15px;
        border-style: solid;
        border-color: transparent;
        border-bottom-color: rgba(255, 255, 255, 0.9);
        border-top-width: 0; }
        @media screen and (min-width: 701px) {
          .gallery-slider li .photo-caption:before {
            display: inline-block;
            height: 0;
            width: 0;
            -webkit-transform: rotate(360deg);
            border-width: 20px 20px;
            border-style: solid;
            border-color: transparent;
            border-bottom-color: rgba(255, 255, 255, 0.9);
            border-top-width: 0;
            width: 40px;
            height: 20px;
            top: -20px;
            left: 30px; } }
      .gallery-slider li .photo-caption .title {
        font-family: 'proxima-nova', sans-serif;
        font-weight: 700;
        font-size: 1em;
        margin-bottom: 3px; }
        .ua-desktop-macintosh.ua-firefox .gallery-slider li .photo-caption .title {
          font-weight: 600; }
        @media screen and (min-width: 701px) {
          .gallery-slider li .photo-caption .title {
            font-size: 1.125em;
            margin-bottom: 5px; } }
      .gallery-slider li .photo-caption .caption {
        margin-bottom: 3px;
        font-size: 0.875em; }
        @media screen and (min-width: 701px) {
          .gallery-slider li .photo-caption .caption {
            font-size: 1em;
            margin-bottom: 5px; } }
      .gallery-slider li .photo-caption .credit {
        font-size: 0.75em;
        font-family: 'proxima-nova', sans-serif;
        font-weight: 600; }
        .ua-desktop-macintosh.ua-firefox .gallery-slider li .photo-caption .credit {
          font-weight: 400; }
        @media screen and (min-width: 701px) {
          .gallery-slider li .photo-caption .credit {
            font-size: 0.8125em; } }
      .gallery-slider li .photo-caption .close-btn {
        position: absolute;
        top: 5px;
        right: 5px;
        cursor: pointer;
        padding: 10px; }
        @media screen and (min-width: 701px) {
          .gallery-slider li .photo-caption .close-btn {
            top: 8px;
            right: 8px; } }
  .gallery-slider .slick-arrow {
    z-index: 2;
    margin-top: -20px; }
  .gallery-slider .slick-prev {
    left: 2.8%; }
  .gallery-slider .slick-next {
    right: 2.8%; }

h1 {
  font-size: 2.5em;
  font-family: 'museo-slab', sans-serif;
  font-weight: 500; }
  .ua-desktop-macintosh.ua-firefox h1 {
    font-weight: 300; }
  @media screen and (min-width: 701px) {
    h1 {
      font-size: 3em; } }

.video-playlist, .video {
  padding: 45px 0 30px 0; }
  @media screen and (min-width: 701px) {
    .video-playlist, .video {
      padding: 43px 0 52px 0; } }
  .video-playlist .video-poster-player, .video .video-poster-player {
    margin-bottom: 40px; }
    @media screen and (min-width: 701px) {
      .video-playlist .video-poster-player, .video .video-poster-player {
        margin-bottom: 28px; } }
    .video-playlist .video-poster-player .poster, .video .video-poster-player .poster {
      position: relative;
      cursor: pointer;
      overflow: hidden; }
      .video-playlist .video-poster-player .poster img, .video .video-poster-player .poster img {
        width: 100%; }
      .video-playlist .video-poster-player .poster:after, .video .video-poster-player .poster:after {
        content: '';
        width: 89.6px;
        height: 55.3px;
        background-image: url("/img/global/play-icon.png");
        background-size: 89.6px 55.3px;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        margin-top: auto;
        margin-bottom: auto;
        left: 50%;
        margin-left: auto;
        margin-right: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
          .video-playlist .video-poster-player .poster:after, .video .video-poster-player .poster:after {
            background-image: url("/img/global/play-icon@2x.png");
            background-size: 89.6px 55.3px; } }
        @media screen and (min-width: 701px) {
          .video-playlist .video-poster-player .poster:after, .video .video-poster-player .poster:after {
            width: 128px;
            height: 79px;
            background-image: url("/img/global/play-icon.png");
            background-size: 128px 79px;
            background-repeat: no-repeat; } }
  @media screen and (min-width: 701px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 701px) and (min-resolution: 144dppx) {
    .video-playlist .video-poster-player .poster:after, .video .video-poster-player .poster:after {
      background-image: url("/img/global/play-icon@2x.png");
      background-size: 128px 79px; } }
    .video-playlist .video-poster-player .video-player, .video .video-poster-player .video-player {
      display: none;
      background-color: #000; }
  .video-playlist h3#video-title, .video h3#video-title {
    font-size: 2em;
    margin-bottom: 0; }
  .video-playlist .playlist .playlist-title, .video .playlist .playlist-title {
    margin-bottom: 20px; }
  .video-playlist .playlist .thumb-slider, .video .playlist .thumb-slider {
    padding: 20px 29px; }
    .video-playlist .playlist .thumb-slider li.active .image, .video .playlist .thumb-slider li.active .image {
      position: relative; }
      .video-playlist .playlist .thumb-slider li.active .image:after, .video .playlist .thumb-slider li.active .image:after {
        content: 'now playing';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        text-transform: uppercase;
        font-family: 'proxima-nova', sans-serif;
        font-weight: 700;
        font-size: 1.0625em;
        letter-spacing: 0.15em;
        padding-top: 25%;
        cursor: default; }
        .ua-desktop-macintosh.ua-firefox .video-playlist .playlist .thumb-slider li.active .image:after, .ua-desktop-macintosh.ua-firefox .video .playlist .thumb-slider li.active .image:after {
          font-weight: 600; }
        @media screen and (min-width: 701px) {
          .video-playlist .playlist .thumb-slider li.active .image:after, .video .playlist .thumb-slider li.active .image:after {
            font-size: 1.1875em; } }

.buy-btns ul, .soundtrack ul {
  text-align: center; }
  .buy-btns ul li, .soundtrack ul li {
    display: inline-block;
    margin: 0 5px 8px; }
    .buy-btns ul li .itunes, .soundtrack ul li .itunes {
      width: 139px;
      height: 49px;
      background-image: url("/img/global/icon-get-on-itunes.png");
      background-size: 139px 49px;
      background-repeat: no-repeat; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
        .buy-btns ul li .itunes, .soundtrack ul li .itunes {
          background-image: url("/img/global/icon-get-on-itunes@2x.png");
          background-size: 139px 49px; } }
    .buy-btns ul li .itunes-stroked, .soundtrack ul li .itunes-stroked {
      width: 139px;
      height: 49px;
      background-image: url("/img/global/icon-get-on-itunes-stroked.png");
      background-size: 139px 49px;
      background-repeat: no-repeat; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
        .buy-btns ul li .itunes-stroked, .soundtrack ul li .itunes-stroked {
          background-image: url("/img/global/icon-get-on-itunes-stroked@2x.png");
          background-size: 139px 49px; } }
    .buy-btns ul li .amazon, .soundtrack ul li .amazon {
      width: 139px;
      height: 49px;
      background-image: url("/img/global/icon-amazon.png");
      background-size: 139px 49px;
      background-repeat: no-repeat; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
        .buy-btns ul li .amazon, .soundtrack ul li .amazon {
          background-image: url("/img/global/icon-amazon@2x.png");
          background-size: 139px 49px; } }
    .buy-btns ul li .go-watch-it, .soundtrack ul li .go-watch-it {
      width: 139px;
      height: 49px;
      background-image: url("/img/global/icon-more-viewing.png");
      background-size: 139px 49px;
      background-repeat: no-repeat; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
        .buy-btns ul li .go-watch-it, .soundtrack ul li .go-watch-it {
          background-image: url("/img/global/icon-more-viewing@2x.png");
          background-size: 139px 49px; } }

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