@charset "UTF-8";
/********************************************************
VARIABLES
@include transition_hover();
@include transition_all();
@include calc( width, '100% - 32px');

********************************************************/
/* @include transition_all_timems(350ms) */
/* @include transition_delay_timems(350ms) */
/* ex transition_delay(350ms) */
/* applie transition_all to holder before, also transform-origin: center center; */
/*
@mixin text-outline($stroke-width,$stroke-color) {
  color: rgba(0, 0, 0, 0.13);
  text-shadow:
    -$stroke-width -$stroke-width 0 $stroke-color,
    $stroke-width -$stroke-width 0 $stroke-color,
    -$stroke-width $stroke-width 0 $stroke-color,
    $stroke-width $stroke-width 0 $stroke-color;
}
*/
/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
@import "scss/swiper-bundle.min.css";
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: rgba(0, 0, 0, 0);
}

@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.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.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;
  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.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.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.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.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-tpl {
  display: none;
}

#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 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
#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;
  transition: 0.6s all;
  -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: rgb(26.55, 26.55, 26.55);
  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/Bleecker-Vector-White.svg");
  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/Bleecker-Vector-White.svg");
    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/Bleecker-Vector-White.svg");
    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/Bleecker-Vector-White.svg");
    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.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.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.8em;
  }
}
@media screen and (min-width: 1000px) {
  #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;
}
#sign-up #nav .lockout #nav-links li.sign-up {
  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.our-movies .dropdown {
  right: unset;
  left: 0;
}
#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.sign-up {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#nav .lockout #nav-links li.sign-up.has-dropdown {
  position: unset;
}
#nav .lockout #nav-links li.sign-up.has-dropdown:hover {
  background-color: #000;
}
#nav .lockout #nav-links li.sign-up.has-dropdown:hover .dropdown {
  height: 200px;
}
#nav .lockout #nav-links li.sign-up.has-dropdown .dropdown {
  height: 0;
  width: 700px;
  font-size: 0.8em;
}
@media (min-width: 1150px) {
  #nav .lockout #nav-links li.sign-up.has-dropdown .dropdown {
    width: 900px;
  }
}
#nav .lockout #nav-links li.sign-up.has-dropdown .dropdown .inner {
  display: flex !important;
  height: 100%;
}
#nav .lockout #nav-links li.sign-up.has-dropdown .dropdown .inner .form-message {
  width: 50%;
  white-space: pre-line;
  text-transform: none;
  padding-right: 15%;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 1150px) {
  #nav .lockout #nav-links li.sign-up.has-dropdown .dropdown .inner .form-message {
    font-size: 16px;
  }
}
#nav .lockout #nav-links li.sign-up.has-dropdown .dropdown .inner .form-message .line {
  width: 50%;
  border-top: 1px solid white;
  margin-bottom: 20px;
}
#nav .lockout #nav-links li.sign-up.has-dropdown .dropdown .inner form {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
#nav .lockout #nav-links li.sign-up.has-dropdown .dropdown .inner form input,
#nav .lockout #nav-links li.sign-up.has-dropdown .dropdown .inner form .btn {
  width: 46%;
  margin: 1%;
  color: white;
}
#nav .lockout #nav-links li.sign-up.has-dropdown .dropdown .inner form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#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,
#nav .lockout #nav-links li .nav-header-no-link {
  height: 100%;
  display: block;
  color: inherit;
}
@media screen and (min-width: 768px) {
  #nav .lockout #nav-links li a,
  #nav .lockout #nav-links li .nav-header-no-link {
    padding: 45px 14px 0;
  }
}
@media screen and (min-width: 820px) {
  #nav .lockout #nav-links li a,
  #nav .lockout #nav-links li .nav-header-no-link {
    padding: 45px 20px 0;
  }
}
@media screen and (min-width: 880px) {
  #nav .lockout #nav-links li a,
  #nav .lockout #nav-links li .nav-header-no-link {
    padding: 45px 24px 0;
  }
}
@media screen and (min-width: 930px) {
  #nav .lockout #nav-links li a,
  #nav .lockout #nav-links li .nav-header-no-link {
    padding: 45px 28px 0;
  }
}
@media screen and (min-width: 1025px) {
  #nav .lockout #nav-links li a,
  #nav .lockout #nav-links li .nav-header-no-link {
    padding: 45px 32px 0;
  }
}
#nav .lockout #nav-links li a:hover,
#nav .lockout #nav-links li .nav-header-no-link:hover {
  color: #777;
}
#nav .lockout #nav-links li a:hover .nav-search-icon,
#nav .lockout #nav-links li .nav-header-no-link:hover .nav-search-icon {
  opacity: 0.5;
}
#nav .lockout #nav-links li a .nav-search-icon,
#nav .lockout #nav-links li .nav-header-no-link .nav-search-icon {
  position: relative;
  top: -7px;
}
#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;
  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.png");
    background-size: 30px 30px;
  }
}
#nav .lockout #nav-links li ul li {
  float: none;
}
@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: 10px;
  font-size: 0.9375em;
}
#nav .lockout #nav-links li ul li.view-all .btn {
  padding: 14px 0;
}
#nav .lockout #nav-links li ul li.view-all .btn:hover {
  color: white;
}
#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, #nav #mobile-flyout ul li.sign-up {
  padding: 25px 0;
  color: #fff;
  font-size: 1.25em;
  letter-spacing: 0.08em;
  display: block;
}
#nav #mobile-flyout ul li.sign-up {
  padding: 0px 0;
}
#nav #mobile-flyout ul li.sign-up a {
  font-size: 20px;
}
#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: 45px;
  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.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: uppercase;
  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 a {
  padding: 15px 0;
}
#nav #mobile-flyout ul li .films li.view-all {
  margin-top: 10px;
  font-size: 0.71875em;
}
#nav #mobile-flyout ul li .signup-dropdown {
  display: none;
  margin-top: 40px;
}
#nav #mobile-flyout ul li .signup-dropdown .form-message {
  text-transform: none;
  font-weight: 400;
  margin: 20px 0;
  line-height: 1.25;
}
#nav #mobile-flyout ul li .signup-dropdown form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 16px;
}
#nav #mobile-flyout ul li .signup-dropdown form input,
#nav #mobile-flyout ul li .signup-dropdown form .btn {
  width: 47%;
  margin: 2% 1%;
  padding: 15px;
  color: white;
}
#nav #mobile-flyout ul li .signup-dropdown form input {
  background-color: transparent;
  border: 1px solid #707070;
}
#nav.full-width {
  position: fixed;
  opacity: 0;
  transition: 0.6s all;
  height: 60px;
}
#nav.full-width.standard-nav {
  height: 106px;
}
#nav.full-width.view {
  opacity: 1;
}
#nav.full-width .lockout .logo {
  top: 20px;
  text-align: -999em;
}
#nav.full-width .lockout .logo img {
  margin-top: -5px;
}
#nav.full-width .lockout #hamburger {
  top: 2px;
}
#nav.full-width h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
}
#nav.full-width ul {
  float: right;
}
#nav.full-width ul.standard-nav {
  padding: 0;
}
#nav.full-width ul li {
  float: left;
}
@media screen and (max-width: 900px) {
  #nav.full-width ul li {
    padding: 0 10px;
  }
}
#nav.full-width ul li a {
  color: #cecaa8;
  font-size: 14px;
}
#nav.full-width ul li a:hover, #nav.full-width ul li a:active, #nav.full-width ul li a.active {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #nav.full-width ul.nav-links {
    display: none;
  }
}
#nav.full-width #mobile-flyout {
  padding: 0;
  border: 1px solid red;
}
@media screen and (max-width: 700px) {
  #nav.full-width #mobile-flyout li {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}

#footer {
  background-color: #181818;
  position: relative;
  padding: 60px 0 10px;
}
@media screen and (min-width: 900px) {
  #footer {
    padding: 0;
  }
}
#footer .lockout {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 900px) {
  #footer .lockout {
    flex-wrap: nowrap;
    padding: 60px 0;
  }
}
#footer .logo-wrap {
  margin-bottom: 40px;
}
@media (min-width: 900px) {
  #footer .logo-wrap {
    margin-bottom: 0;
  }
}
#footer .logo-wrap .logo {
  width: 218px;
  height: 53px;
  background-image: url("../img/global/nav/Bleecker-Vector-White.svg");
  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/Bleecker-Vector-White.svg");
    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;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (min-width: 900px) {
  #footer .links {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 900px) {
  #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: 900px) {
  #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;
  margin-right: 0px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  #footer .links .group {
    margin-bottom: 0;
    margin-right: 30px;
    width: unset;
  }
}
#footer .links .group ul.share-icons {
  display: flex;
  justify-content: flex-end;
}
#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: 900px) {
  #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:hover img {
  opacity: 0.3;
}
#footer .links .group ul.share-icons li svg,
#footer .links .group ul.share-icons li img {
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 900px) {
  #footer .links .group ul.share-icons li svg,
  #footer .links .group ul.share-icons li img {
    width: 22px;
    height: 22px;
  }
}
#footer .links .group ul.share-icons li svg path,
#footer .links .group ul.share-icons li svg g,
#footer .links .group ul.share-icons li img path,
#footer .links .group ul.share-icons li img g {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  fill: #fff;
}
#footer .links .group ul.share-icons li img {
  transition: 0.3s ease;
}
#footer .links .group ul li {
  letter-spacing: 0.13em;
  line-height: 1.25;
  margin: 20px 0px;
  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: 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: 900px) {
  #footer .links .group.follow-us h6 {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1230px) {
  #footer .links .group.follow-us h6 {
    margin-bottom: 26px;
  }
}
#footer .links .group.form {
  margin-right: 0;
  max-width: 200px;
  display: none;
}
@media (min-width: 900px) {
  #footer .links .group.form {
    display: block;
  }
}
#footer .links .group.form .form-message {
  text-transform: none;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#footer .links .group.form form {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#footer .links .group.form form input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #707070;
  margin: 10px 0 10px 10px;
  color: white;
}
#footer .links .group.form form .btn {
  color: white;
  width: 100%;
  margin: 10px 0 0 10px;
}

#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: 550) {
  #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;
  opacity: 0;
  position: absolute;
}
@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.visible {
  opacity: 1;
}
#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 .background .mobile-hero-video {
  width: 100%;
  min-height: 100%;
  height: auto;
}
@media screen and (min-width: 701px) {
  #home #hero .background .mobile-hero-video {
    display: none;
  }
}
#home #hero .inner {
  position: absolute;
  bottom: 40px;
  width: 100%;
  padding: 0 8%;
  text-align: center;
  opacity: 1;
  transition: opacity 0.5s ease;
  opacity: 0;
}
#home #hero .inner.visible {
  opacity: 1;
  transition: opacity 0.5s ease;
  z-index: 2;
}
#home #hero .inner .title {
  font-size: 3em;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  color: white;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #home #hero .inner .title {
    font-size: 6.25em;
    margin-bottom: 9px;
  }
}
#home #hero .inner .subtitle {
  color: white;
  font-size: 1.15625em;
  letter-spacing: 0.035em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 47px;
}
.ua-desktop-macintosh.ua-firefox #home #hero .inner .subtitle {
  font-weight: 400;
}
@media screen and (min-width: 701px) {
  #home #hero .inner .subtitle {
    margin-bottom: 97px;
    font-size: 1.5em;
  }
}
#home #hero .inner .btn {
  color: #fff;
  position: relative;
  z-index: 2;
  border-color: white;
  margin-bottom: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #home #hero .inner .btn {
    margin-bottom: 40px;
  }
}
#home #hero .inner .btn span {
  margin: 0 7px;
}
#home #hero .inner .btn span.caret {
  position: relative;
  bottom: 1.5px;
}
#home #hero .inner .btn span.caret-svg {
  position: relative;
  top: 1px;
}
#home #hero .inner .line {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 auto 29px;
  height: 54px;
}
@media screen and (min-width: 768px) {
  #home #hero .inner .line {
    display: block;
    height: 64px;
    margin: 0 auto 39px;
  }
}
#home #hero .inner .bottom-link a {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  transition: all 350ms ease-in-out;
}
#home #hero .inner .bottom-link a:hover {
  opacity: 0.75;
}
#home #hero .inner .scroll {
  display: none;
}
@media screen and (min-width: 768px) {
  #home #hero .inner .scroll {
    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.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 {
  background-color: #181818;
}
#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 {
    width: 90%;
  }
}
#home #ads .lockout .swiper.home-promos {
  margin-bottom: 10px;
}
@media screen and (min-width: 660px) {
  #home #ads .lockout .swiper.home-promos {
    margin-bottom: 0;
  }
}
#home #ads .lockout .swiper.home-promos .swiper-wrapper .swiper-slide a .image-wrapper {
  overflow: hidden;
}
#home #ads .lockout .swiper.home-promos .swiper-wrapper .swiper-slide a .image-wrapper img {
  width: 100%;
  transition: 1s ease;
}
#home #ads .lockout .swiper.home-promos .swiper-wrapper .swiper-slide a .btn {
  color: white;
  margin: 20px auto;
  display: block;
}
#home #ads .lockout .swiper.home-promos .swiper-wrapper .swiper-slide a .btn span.caret {
  position: relative;
  bottom: 1.5px;
}
#home #ads .lockout .swiper.home-promos .swiper-wrapper .swiper-slide a:hover .image-wrapper img {
  transform: scale(1.05);
}
#home #ads .lockout .home-promo-next,
#home #ads .lockout .home-promo-prev {
  top: unset;
  bottom: 16px;
  z-index: 11;
}
@media screen and (min-width: 660px) {
  #home #ads .lockout .home-promo-next,
  #home #ads .lockout .home-promo-prev {
    display: block;
    bottom: unset;
    top: 45%;
  }
}
#home #ads .lockout .home-promo-next img,
#home #ads .lockout .home-promo-prev img {
  width: 30px;
  transition: 0.3s ease;
}
#home #ads .lockout .home-promo-next:after,
#home #ads .lockout .home-promo-prev:after {
  display: none;
}
#home #ads .lockout .home-promo-next:hover img,
#home #ads .lockout .home-promo-prev:hover img {
  transform: scale(1.25);
}
#home #ads .lockout .home-promo-prev {
  left: 0px;
}
@media screen and (min-width: 660px) {
  #home #ads .lockout .home-promo-prev {
    left: -30px;
  }
}
@media screen and (min-width: 1000px) {
  #home #ads .lockout .home-promo-prev {
    left: -40px;
  }
}
@media (min-width: 1500px) {
  #home #ads .lockout .home-promo-prev {
    left: -60px;
  }
}
#home #ads .lockout .home-promo-next {
  right: 0px;
}
@media screen and (min-width: 660px) {
  #home #ads .lockout .home-promo-next {
    right: -30px;
  }
}
@media screen and (min-width: 1000px) {
  #home #ads .lockout .home-promo-next {
    right: -40px;
  }
}
@media (min-width: 1500px) {
  #home #ads .lockout .home-promo-next {
    right: -60px;
  }
}
#home #ads .lockout .home-promo-pagination {
  margin: 20px auto;
}
#home #ads .lockout .home-promo-pagination .swiper-pagination-bullet {
  background: white;
  opacity: 0.3;
}
#home #ads .lockout .home-promo-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
#home #film-groups .film-group:last-of-type {
  padding-bottom: 36px;
}
#home #film-groups .film-group .block {
  padding: 0;
}
@media (min-width: 660px) {
  #home #film-groups .film-group .block {
    padding: 70px 0;
  }
}
#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: 25%;
  -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.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.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);
}
#home #film-groups .film-group .lockout .film-group-slider.licount-3 .arrow {
  display: none;
}
@media screen and (max-width: 900px) {
  #home #film-groups .film-group .lockout .film-group-slider.licount-3 .arrow {
    display: block;
  }
}
@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 .shadow {
  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;
  pointer-events: none;
}
#home #film-groups .film-group .lockout .featured-story img {
  width: 100%;
  position: relative;
}
#home #film-groups .film-group .lockout .featured-story video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#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: 75%;
    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: 0.6875em;
  margin-bottom: 1.3%;
  text-align: left;
}
.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.5625em;
  line-height: 1.35em;
  color: #e2e2e2;
  text-align: left;
}
@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;
}
#home #film-groups .film-group .lockout .btn p {
  font-size: inherit;
}
#home .in-the-press {
  width: 100%;
  clear: left;
  display: block;
}
#home .in-the-press .press-content:last-of-type {
  padding-bottom: 36px;
}
#home .in-the-press .press-content .lockout {
  border-top: 1px solid #d7d6d4;
  padding: 38px 0;
  text-align: center;
}
#home .in-the-press .press-content .lockout .press-block-slider {
  position: relative;
}
#home .in-the-press .press-content .lockout .press-block-slider .arrow {
  cursor: pointer;
  position: absolute;
  top: 25%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#home .in-the-press .press-content .lockout .press-block-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 .in-the-press .press-content .lockout .press-block-slider .arrow.prev-btn {
    background-image: url("../img/global/scroll-arrow-left.png");
    background-size: 40px 40px;
  }
}
#home .in-the-press .press-content .lockout .press-block-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 .in-the-press .press-content .lockout .press-block-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 .in-the-press .press-content .lockout .press-block-slider .arrow.next-btn {
    background-image: url("../img/global/scroll-arrow-right.png");
    background-size: 40px 40px;
  }
}
#home .in-the-press .press-content .lockout .press-block-slider .arrow.next-btn:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
#home .in-the-press .press-content .lockout .press-block-slider.licount-3 .arrow {
  display: none;
}
@media screen and (max-width: 900px) {
  #home .in-the-press .press-content .lockout .press-block-slider.licount-3 .arrow {
    display: block;
  }
}
@media screen and (min-width: 701px) {
  #home .in-the-press .press-content .lockout {
    padding: 56px 0;
  }
}
#home .in-the-press .press-content .lockout .titles {
  color: #000;
}
#home .in-the-press .press-content .lockout .titles h2 {
  text-align: center;
  font-family: "museo-slab", sans-serif;
  font-weight: 500;
  margin-bottom: 16px;
  font-size: 2.125em;
}
.ua-desktop-macintosh.ua-firefox #home .in-the-press .press-content .lockout .titles h2 {
  font-weight: 300;
}
@media screen and (min-width: 701px) {
  #home .in-the-press .press-content .lockout .titles h2 {
    font-size: 2.625em;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 900px) {
  #home .in-the-press .press-content .lockout .titles h2 {
    font-size: 3em;
  }
}
#home .in-the-press .press-content .lockout .titles .blurb {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 1.03125em;
  letter-spacing: 0.02em;
  margin-bottom: 9%;
  text-transform: none;
}
@media screen and (min-width: 701px) {
  #home .in-the-press .press-content .lockout .titles .blurb {
    margin-bottom: 67px;
  }
}
@media screen and (min-width: 900px) {
  #home .in-the-press .press-content .lockout .titles .blurb {
    font-size: 1.09375em;
  }
}
#home .in-the-press .press-content .lockout .featured-story {
  position: relative;
}
#home .in-the-press .press-content .lockout .featured-story .shadow {
  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: 3;
}
#home .in-the-press .press-content .lockout .featured-story img {
  width: 100%;
  position: relative;
}
#home .in-the-press .press-content .lockout .featured-story .text {
  position: absolute;
  text-align: left;
  left: 3.4%;
  bottom: 3.9%;
  z-index: 4;
  color: #fff;
  max-width: 80%;
}
@media screen and (min-width: 701px) {
  #home .in-the-press .press-content .lockout .featured-story .text {
    max-width: 75%;
    left: 2.6%;
    bottom: 3.6%;
  }
}
#home .in-the-press .press-content .lockout .featured-story .text .line {
  width: 40px;
  height: 1px;
  background-color: #d3281c;
  margin-bottom: 3.5%;
}
#home .in-the-press .press-content .lockout .featured-story .text h2 {
  font-family: "museo-slab", sans-serif;
  font-weight: 500;
  font-size: 1.75em;
  margin-bottom: 1.3%;
}
.ua-desktop-macintosh.ua-firefox #home .in-the-press .press-content .lockout .featured-story .text h2 {
  font-weight: 300;
}
@media screen and (min-width: 701px) {
  #home .in-the-press .press-content .lockout .featured-story .text h2 {
    font-size: 2.3125em;
  }
}
#home .in-the-press .press-content .lockout .featured-story .text h4 {
  font-size: 0.875em;
  font-size: 1em;
  line-height: 1.35em;
  color: #e2e2e2;
}
@media screen and (min-width: 701px) {
  #home .in-the-press .press-content .lockout .featured-story .text h4 {
    font-size: 1.125em;
  }
}
#home .in-the-press .press-content .lockout .btn {
  display: inline-block;
  padding: 20px 50px 20px;
}
#home .in-the-press .press-content .press-links .press-article p.subtitle {
  text-transform: none;
}
#home #home .video-playlist .video-poster-player,
#home .video .video-poster-player {
  max-width: unset !important;
}
#home .content-block-v2 {
  background-color: #181818;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin: 80px 4%;
}
@media (min-width: 660px) {
  #home .content-block-v2 {
    margin: 80px auto;
  }
}
@media (min-width: 1222px) {
  #home .content-block-v2 {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
#home .content-block-v2 .left {
  padding: 40px;
  color: white;
  width: 100%;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media (min-width: 1222px) {
  #home .content-block-v2 .left {
    width: 30%;
  }
}
#home .content-block-v2 .left .top {
  width: 100%;
}
@media (min-width: 1222px) {
  #home .content-block-v2 .left .top {
    width: unset;
    margin-bottom: 10px;
  }
}
#home .content-block-v2 .left .top .line {
  width: 40px;
  margin-bottom: 10px;
  height: 1px;
  background-color: #d3281c;
}
#home .content-block-v2 .left .top .pre-title {
  text-transform: uppercase;
  margin: 20px 0;
  width: 100%;
}
#home .content-block-v2 .left .top .film-title {
  margin: 20px 0;
  width: 100%;
}
#home .content-block-v2 .left .top .film-title p {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  line-height: 0.9;
  margin: 0;
  text-transform: uppercase;
  font-size: 56px;
}
#home .content-block-v2 .left .top .directed-by {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  font-size: 22px;
  width: 100%;
  margin-bottom: 5px;
}
#home .content-block-v2 .left .top .director {
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
}
#home .content-block-v2 .left .bottom {
  width: 100%;
}
@media (min-width: 1222px) {
  #home .content-block-v2 .left .bottom {
    width: unset;
  }
}
#home .content-block-v2 .left .bottom .short-message {
  margin: 20px 0 auto;
  width: 100%;
  letter-spacing: 2px;
  max-width: 80%;
  line-height: 1.2;
}
@media (min-width: 1222px) {
  #home .content-block-v2 .left .bottom .short-message {
    margin: auto 0 20px;
  }
}
#home .content-block-v2 .left .bottom .btn {
  margin: 20px 0 0;
  color: white;
}
#home .content-block-v2 .left .bottom .btn span.caret {
  position: relative;
  bottom: 1.5px;
}
#home .content-block-v2 .right {
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
}
@media (min-width: 1222px) {
  #home .content-block-v2 .right {
    width: 70%;
  }
}
#home .content-block-v2 .right .thumb {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
}
#home .content-block-v2 .right .thumb img {
  width: 100%;
}
#home .content-block-v2 .right .video-container {
  height: 100%;
  width: 100%;
}
#home .content-block-v2 .right .video-container .thumbnail {
  height: 100%;
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#home .content-block-v2 .right .video-container .thumbnail .play-video-icon {
  width: 90px;
  height: 55x;
}
@media (min-width: 768px) {
  #home .content-block-v2 .right .video-container .thumbnail .play-video-icon {
    width: 128px;
    height: 76px;
  }
}
#home .content-block-v2 .right .video-container .thumbnail .play-video-message {
  position: absolute;
  bottom: 30%;
  color: white;
  left: 50%;
  transform: translate(-50%, 50%);
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  #home .content-block-v2 .right .video-container .thumbnail .play-video-message {
    bottom: 32%;
    font-size: 2em;
  }
}
@media (min-width: 1260px) {
  #home .content-block-v2 .right .video-container .thumbnail .play-video-message {
    bottom: 37%;
  }
}
#home .content-block-v2 .right .video-container .youtube-player {
  width: 100%;
  height: 100%;
}
#home .shop-block {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid #d7d6d4;
}
#home .shop-block h2.header {
  text-align: center;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  font-size: 3em;
  margin-bottom: 40px;
}
#home .shop-block .products {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#home .shop-block .products .product {
  width: 47%;
}
@media screen and (min-width: 660px) {
  #home .shop-block .products .product {
    width: 30%;
  }
}
#home .shop-block .products .product a .img-wrapper {
  overflow: hidden;
}
#home .shop-block .products .product a img {
  width: 100%;
  transition: 1s ease;
}
#home .shop-block .products .product a .name {
  margin-top: 30px;
  color: #2B2C31;
  text-align: left;
  transition: 0.3s ease;
}
#home .shop-block .products .product a:hover img {
  transform: scale(1.05);
}
#home .shop-block .products .product a:hover .name {
  color: #d3281c;
}
#home .shop-block .products .product:last-of-type {
  display: none;
}
@media screen and (min-width: 660px) {
  #home .shop-block .products .product:last-of-type {
    display: block;
  }
}
#home .shop-block .btn {
  margin: 60px 0 80px;
}
#home .shop-block .btn span.caret {
  position: relative;
  bottom: 1.5px;
}
#home .app-promo {
  position: relative;
}
#home .app-promo .bg {
  width: 100%;
}
#home .app-promo .bg.desktop {
  display: none;
}
@media (min-width: 660px) {
  #home .app-promo .bg.desktop {
    display: block;
  }
}
#home .app-promo .bg.mobile {
  display: block;
}
@media (min-width: 660px) {
  #home .app-promo .bg.mobile {
    display: none;
  }
}
#home .app-promo .content {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 660px) {
  #home .app-promo .content {
    height: unset;
  }
}
#home .app-promo .content .messaging {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 5vw;
  text-transform: uppercase;
  color: white;
  width: 100%;
  margin: 50px 0 30px;
}
@media (min-width: 660px) {
  #home .app-promo .content .messaging {
    margin-bottom: 3vw;
    font-size: 4vw;
  }
}
@media (min-width: 950px) {
  #home .app-promo .content .messaging {
    font-size: 3em;
    margin-bottom: 30px;
  }
}
#home .app-promo .content .buttons {
  width: 100%;
  margin-bottom: 10vw;
  position: absolute;
  bottom: 0;
}
@media (min-width: 660px) {
  #home .app-promo .content .buttons {
    margin-bottom: 5vw;
    position: relative;
  }
}
@media (min-width: 950px) {
  #home .app-promo .content .buttons {
    margin-bottom: 6vw;
  }
}
#home .app-promo .content .buttons .button {
  margin: 10px;
}
#home .app-promo .content .buttons .button:hover img {
  transform: scale(1.1);
}
#home .app-promo .content .buttons .button img {
  width: 120px;
  transition: 0.3s ease;
}
@media (min-width: 660px) {
  #home .app-promo .content .buttons .button img {
    width: 140px;
  }
}
@media (min-width: 950px) {
  #home .app-promo .content .buttons .button img {
    width: 190px;
  }
}

#editorial #skin-wrap #skinned-header,
#videos #skin-wrap #skinned-header {
  margin-top: 65px;
  text-align: center;
}
@media screen and (min-width: 701px) {
  #editorial #skin-wrap #skinned-header,
  #videos #skin-wrap #skinned-header {
    margin-top: 90px;
  }
}
#editorial #skin-wrap #skinned-header img,
#videos #skin-wrap #skinned-header img {
  width: 100%;
}
#editorial #skin-wrap .content-wrap,
#videos #skin-wrap .content-wrap {
  position: relative;
  z-index: 2;
  background-color: #efeeec;
}
@media screen and (min-width: 1025px) {
  #editorial #skin-wrap .content-wrap,
  #videos #skin-wrap .content-wrap {
    margin: 0 auto;
    width: 90%;
    max-width: 1260px;
  }
}
#editorial #skin-wrap #hero,
#videos #skin-wrap #hero {
  margin-top: 0;
}
#editorial #hero,
#videos #hero {
  width: 100%;
  color: #fff;
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  margin-top: 60px;
  -webkit-transition: margin-top 0.6s;
  -moz-transition: margin-top 0.6s;
  transition: margin-top 0.6s;
}
@media screen and (max-width: 700px) {
  #editorial #hero,
  #videos #hero {
    height: 100vw;
    padding-top: 100vw;
  }
}
@media only screen and (min-width: 768px) {
  #editorial #hero,
  #videos #hero {
    margin-top: 90px;
  }
}
#editorial #hero .photo,
#videos #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,
#videos #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;
}
@media screen and (max-width: 700px) {
  #editorial #hero .photo:after,
  #videos #hero .photo:after {
    display: none;
  }
}
#editorial #hero .lockout,
#videos #hero .lockout {
  height: 100%;
  position: relative;
}
#editorial #hero .lockout .text,
#videos #hero .lockout .text {
  position: absolute;
  text-align: left;
  left: 0;
  bottom: 20px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 700px) {
  #editorial #hero .lockout .text,
  #videos #hero .lockout .text {
    display: none;
  }
}
@media screen and (min-width: 701px) {
  #editorial #hero .lockout .text,
  #videos #hero .lockout .text {
    width: 90%;
    bottom: 25px;
  }
}
@media screen and (min-width: 769px) {
  #editorial #hero .lockout .text,
  #videos #hero .lockout .text {
    width: 80%;
  }
}
#editorial #hero .lockout .text .line,
#videos #hero .lockout .text .line {
  width: 40px;
  height: 1px;
  background-color: #d3281c;
  margin-bottom: 18px;
}
#editorial #hero .lockout .text h1,
#videos #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,
.ua-desktop-macintosh.ua-firefox #videos #hero .lockout .text h1 {
  font-weight: 500;
}
@media screen and (min-width: 701px) {
  #editorial #hero .lockout .text h1,
  #videos #hero .lockout .text h1 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 768px) {
  #editorial #hero .lockout .text h1,
  #videos #hero .lockout .text h1 {
    font-size: 3.125em;
    line-height: 1.05em;
  }
}
@media screen and (min-width: 1025px) {
  #editorial #hero .lockout .text h1,
  #videos #hero .lockout .text h1 {
    font-size: 3.25em;
    line-height: 1.15em;
  }
}
#editorial #hero .lockout .text h4,
#videos #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,
.ua-desktop-macintosh.ua-firefox #videos #hero .lockout .text h4 {
  font-weight: 400;
}
@media screen and (min-width: 701px) {
  #editorial #hero .lockout .text h4,
  #videos #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,
  #videos #hero .lockout .text h4 {
    width: 70%;
  }
}
#editorial .text.mobile.editorial.hero,
#videos .text.mobile.editorial.hero {
  padding: 25px 2.5vw 0;
  text-align: left;
  left: 0;
  bottom: 20px;
  z-index: 2;
  color: #fff;
}
@media screen and (min-width: 700px) {
  #editorial .text.mobile.editorial.hero,
  #videos .text.mobile.editorial.hero {
    display: none;
  }
}
@media screen and (min-width: 701px) {
  #editorial .text.mobile.editorial.hero,
  #videos .text.mobile.editorial.hero {
    width: 90%;
    bottom: 25px;
  }
}
@media screen and (min-width: 769px) {
  #editorial .text.mobile.editorial.hero,
  #videos .text.mobile.editorial.hero {
    width: 80%;
  }
}
#editorial .text.mobile.editorial.hero .line,
#videos .text.mobile.editorial.hero .line {
  width: 40px;
  height: 1px;
  background-color: #d3281c;
  margin-bottom: 18px;
}
#editorial .text.mobile.editorial.hero h1,
#videos .text.mobile.editorial.hero h1 {
  color: #666;
  font-family: "museo-slab", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.15em;
  margin-bottom: 19px;
}
.ua-desktop-macintosh.ua-firefox #editorial .text.mobile.editorial.hero h1,
.ua-desktop-macintosh.ua-firefox #videos .text.mobile.editorial.hero h1 {
  font-weight: 500;
}
@media screen and (min-width: 701px) {
  #editorial .text.mobile.editorial.hero h1,
  #videos .text.mobile.editorial.hero h1 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 768px) {
  #editorial .text.mobile.editorial.hero h1,
  #videos .text.mobile.editorial.hero h1 {
    font-size: 3.125em;
    line-height: 1.05em;
  }
}
@media screen and (min-width: 1025px) {
  #editorial .text.mobile.editorial.hero h1,
  #videos .text.mobile.editorial.hero h1 {
    font-size: 3.25em;
    line-height: 1.15em;
  }
}
#editorial .text.mobile.editorial.hero h4,
#videos .text.mobile.editorial.hero h4 {
  color: #666;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1.2em;
}
.ua-desktop-macintosh.ua-firefox #editorial .text.mobile.editorial.hero h4,
.ua-desktop-macintosh.ua-firefox #videos .text.mobile.editorial.hero h4 {
  font-weight: 400;
}
@media screen and (min-width: 701px) {
  #editorial .text.mobile.editorial.hero h4,
  #videos .text.mobile.editorial.hero h4 {
    font-size: 1.28125em;
    letter-spacing: 0.14em;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  #editorial .text.mobile.editorial.hero h4,
  #videos .text.mobile.editorial.hero h4 {
    width: 70%;
  }
}
#editorial #story-content,
#videos #story-content {
  min-height: 500px;
  padding: 40px 0 50px;
  position: relative;
}
@media screen and (min-width: 701px) {
  #editorial #story-content,
  #videos #story-content {
    padding: 48px 0 70px;
  }
}
#editorial #story-content .text-lockout,
#videos #story-content .text-lockout {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 701px) {
  #editorial #story-content .text-lockout,
  #videos #story-content .text-lockout {
    width: 94%;
  }
}
@media screen and (min-width: 769px) {
  #editorial #story-content .text-lockout,
  #videos #story-content .text-lockout {
    width: 70%;
  }
}
#editorial #story-content h1,
#videos #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,
.ua-desktop-macintosh.ua-firefox #videos #story-content h1 {
  font-weight: 300;
}
@media screen and (min-width: 701px) {
  #editorial #story-content h1,
  #videos #story-content h1 {
    font-size: 3.0625em;
  }
}
#editorial #story-content header .text-lockout,
#videos #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,
  #videos #story-content header .text-lockout {
    width: 70%;
  }
}
#editorial #story-content header .text-lockout h6,
#videos #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,
  #videos #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,
  #videos #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,
#videos #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,
#videos #story-content #prev-next-btns:after {
  content: "";
  display: table;
  clear: both;
}
.ua-desktop-macintosh.ua-firefox #editorial #story-content #prev-next-btns,
.ua-desktop-macintosh.ua-firefox #videos #story-content #prev-next-btns {
  font-weight: 600;
}
#editorial #story-content #prev-next-btns a,
#videos #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,
#videos #story-content #prev-next-btns a:hover {
  color: #777;
}
#editorial #story-content #prev-next-btns .arrow, #editorial #story-content #prev-next-btns h3,
#videos #story-content #prev-next-btns .arrow,
#videos #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,
#videos #story-content #prev-next-btns .prev,
#videos #story-content #prev-next-btns .next {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
#editorial #story-content #prev-next-btns .prev,
#videos #story-content #prev-next-btns .prev {
  float: left;
}
#editorial #story-content #prev-next-btns .prev .arrow,
#videos #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,
  #videos #story-content #prev-next-btns .prev .arrow {
    background-image: url("../img/global/scroll-arrow-left-red.png");
    background-size: 40px 40px;
  }
}
@media screen and (min-width: 701px) {
  #editorial #story-content #prev-next-btns .prev:hover,
  #videos #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,
#videos #story-content #prev-next-btns .next {
  float: right;
}
#editorial #story-content #prev-next-btns .next .arrow,
#videos #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,
  #videos #story-content #prev-next-btns .next .arrow {
    background-image: url("../img/global/scroll-arrow-right-red.png");
    background-size: 40px 40px;
  }
}
@media screen and (min-width: 701px) {
  #editorial #story-content #prev-next-btns .next:hover,
  #videos #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,
#videos #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,
.ua-desktop-macintosh.ua-firefox #videos #story-content .text-module {
  font-weight: 400;
}
@media screen and (min-width: 701px) {
  #editorial #story-content .text-module,
  #videos #story-content .text-module {
    padding: 0 0 70px;
  }
}
#editorial #story-content .text-module .image,
#videos #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,
  #videos #story-content .text-module .image {
    padding: 10px 0 18px;
    display: inline;
    width: 50%;
    max-width: 470px;
  }
  #editorial #story-content .text-module .image.left,
  #videos #story-content .text-module .image.left {
    margin-right: 5%;
  }
  #editorial #story-content .text-module .image.right,
  #videos #story-content .text-module .image.right {
    margin-left: 5%;
  }
}
@media screen and (min-width: 769px) {
  #editorial #story-content .text-module .image.left,
  #videos #story-content .text-module .image.left {
    margin-left: -15px;
  }
  #editorial #story-content .text-module .image.right,
  #videos #story-content .text-module .image.right {
    margin-right: -15px;
  }
}
#editorial #story-content .text-module .image.left,
#videos #story-content .text-module .image.left {
  float: left;
}
#editorial #story-content .text-module .image.right,
#videos #story-content .text-module .image.right {
  float: right;
}
#editorial #story-content .text-module .image img,
#videos #story-content .text-module .image img {
  width: 100%;
  margin-bottom: 12px;
}
#editorial #story-content .text-module .image .caption,
#videos #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,
#videos #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,
.ua-desktop-macintosh.ua-firefox #videos #story-content .pull-quote {
  font-weight: 500;
}
@media screen and (min-width: 701px) {
  #editorial #story-content .pull-quote,
  #videos #story-content .pull-quote {
    padding: 0 0 35px;
    font-size: 1.5625em;
  }
}
#editorial #story-content .pull-quote .quote,
#videos #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,
  #videos #story-content .pull-quote .quote {
    font-size: 2.75em;
    top: 19px;
  }
}
#editorial #story-content .pull-quote .left-quote,
#videos #story-content .pull-quote .left-quote {
  margin-right: 0px;
  padding-right: 10px;
}
#editorial #story-content .pull-quote .right-quote,
#videos #story-content .pull-quote .right-quote {
  padding-right: 12px;
}
#editorial #story-content .video-module,
#videos #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,
  #videos #story-content .video-module {
    padding: 0 0 60px;
  }
}
#editorial #story-content .video-module .caption,
#videos #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,
  #videos #story-content .video-module .caption {
    margin-top: 20px;
  }
}
#editorial .thumb-slider-module,
#videos .thumb-slider-module {
  padding: 0 0 18px;
  margin-top: 0px;
  position: relative;
}
@media screen and (min-width: 701px) {
  #editorial .thumb-slider-module,
  #videos .thumb-slider-module {
    padding: 0 0 30px;
    margin-top: -20px;
  }
}
#editorial .thumb-slider-module .thumb-slider,
#videos .thumb-slider-module .thumb-slider {
  padding: 33px 29px 20px;
}
@media screen and (min-width: 701px) {
  #editorial .thumb-slider-module .thumb-slider,
  #videos .thumb-slider-module .thumb-slider {
    padding: 45px 29px 23px;
  }
}
#editorial .thumb-slider-module .arrow,
#videos .thumb-slider-module .arrow {
  cursor: pointer;
  position: absolute;
  top: 40%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#editorial .thumb-slider-module .arrow.prev-btn,
#videos .thumb-slider-module .arrow.prev-btn {
  left: 5%;
  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) {
  #editorial .thumb-slider-module .arrow.prev-btn,
  #videos .thumb-slider-module .arrow.prev-btn {
    background-image: url("../img/global/scroll-arrow-left.png");
    background-size: 40px 40px;
  }
}
#editorial .thumb-slider-module .arrow.prev-btn:hover,
#videos .thumb-slider-module .arrow.prev-btn:hover {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
#editorial .thumb-slider-module .arrow.next-btn,
#videos .thumb-slider-module .arrow.next-btn {
  right: 5%;
  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) {
  #editorial .thumb-slider-module .arrow.next-btn,
  #videos .thumb-slider-module .arrow.next-btn {
    background-image: url("../img/global/scroll-arrow-right.png");
    background-size: 40px 40px;
  }
}
#editorial .thumb-slider-module .arrow.next-btn:hover,
#videos .thumb-slider-module .arrow.next-btn:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
#editorial .gallery-board-module ul,
#videos .gallery-board-module ul {
  padding: 45px 29px 3px;
  text-align: center;
}
#editorial .gallery-board-module ul li,
#videos .gallery-board-module ul li {
  display: inline-block;
  width: 245px;
  vertical-align: top;
  margin: 0 30px 0;
  padding: 20px 0 20px;
  overflow: hidden;
}
#editorial .gallery-board-module ul li img,
#videos .gallery-board-module ul li img {
  width: 100%;
}
@media screen and (min-width: 701px) {
  #editorial .gallery-board-module ul li,
  #videos .gallery-board-module ul li {
    margin-bottom: 20px;
  }
}
#editorial .gallery-board-module ul li .caption,
#videos .gallery-board-module ul li .caption {
  margin-top: 20px;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 9px;
  letter-spacing: 0.18em;
  font-size: 1em;
  line-height: 1.2em;
}
.ua-desktop-macintosh.ua-firefox #editorial .gallery-board-module ul li .caption,
.ua-desktop-macintosh.ua-firefox #videos .gallery-board-module ul li .caption {
  font-weight: 600;
}
@media screen and (max-width: 701px) {
  #editorial .gallery-board-module ul li .caption,
  #videos .gallery-board-module ul li .caption {
    letter-spacing: 0.12em;
    font-size: 0.9em;
    line-height: 1.1em;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  #editorial .gallery-board-module ul li .caption,
  #videos .gallery-board-module ul li .caption {
    letter-spacing: 0.1em;
    font-size: 1.3 emem;
    line-height: 1em;
    margin-bottom: 10px;
  }
}
#editorial .gallery-board-module ul li.break,
#videos .gallery-board-module ul li.break {
  display: none;
}
@media screen and (min-width: 701px) {
  #editorial .gallery-board-module ul li.break,
  #videos .gallery-board-module ul li.break {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 0;
  }
}
#editorial .gallery,
#videos .gallery {
  position: relative;
  /*hide the arrows when not needed*/
}
#editorial .gallery ul,
#videos .gallery ul {
  margin: 0;
}
#editorial .gallery .arrow,
#videos .gallery .arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#editorial .gallery .arrow.prev-btn,
#videos .gallery .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) {
  #editorial .gallery .arrow.prev-btn,
  #videos .gallery .arrow.prev-btn {
    background-image: url("../img/global/scroll-arrow-left-white.png");
    background-size: 40px 40px;
  }
}
#editorial .gallery .arrow.prev-btn:hover,
#videos .gallery .arrow.prev-btn:hover {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
#editorial .gallery .arrow.next-btn,
#videos .gallery .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) {
  #editorial .gallery .arrow.next-btn,
  #videos .gallery .arrow.next-btn {
    background-image: url("../img/global/scroll-arrow-right-white.png");
    background-size: 40px 40px;
  }
}
#editorial .gallery .arrow.next-btn:hover,
#videos .gallery .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) {
  #editorial .gallery.licount-2 .arrow, #editorial .gallery.licount-1 .arrow,
  #videos .gallery.licount-2 .arrow,
  #videos .gallery.licount-1 .arrow {
    display: none;
  }
}
#editorial .gallery .mobile-caption,
#videos .gallery .mobile-caption {
  display: none;
}
#editorial .thumb-slider-module,
#videos .thumb-slider-module {
  padding: 0 0 18px;
  margin-top: 0px;
  position: relative;
}
@media screen and (min-width: 701px) {
  #editorial .thumb-slider-module,
  #videos .thumb-slider-module {
    padding: 0 0 30px;
    margin-top: -20px;
  }
}
#editorial .thumb-slider-module .thumb-slider,
#videos .thumb-slider-module .thumb-slider {
  padding: 33px 29px 20px;
}
@media screen and (min-width: 701px) {
  #editorial .thumb-slider-module .thumb-slider,
  #videos .thumb-slider-module .thumb-slider {
    padding: 45px 29px 23px;
  }
}
#editorial .thumb-slider-module .arrow,
#videos .thumb-slider-module .arrow {
  cursor: pointer;
  position: absolute;
  top: 40%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#editorial .thumb-slider-module .arrow.prev-btn,
#videos .thumb-slider-module .arrow.prev-btn {
  left: 5%;
  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) {
  #editorial .thumb-slider-module .arrow.prev-btn,
  #videos .thumb-slider-module .arrow.prev-btn {
    background-image: url("../img/global/scroll-arrow-left.png");
    background-size: 40px 40px;
  }
}
#editorial .thumb-slider-module .arrow.prev-btn:hover,
#videos .thumb-slider-module .arrow.prev-btn:hover {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
#editorial .thumb-slider-module .arrow.next-btn,
#videos .thumb-slider-module .arrow.next-btn {
  right: 5%;
  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) {
  #editorial .thumb-slider-module .arrow.next-btn,
  #videos .thumb-slider-module .arrow.next-btn {
    background-image: url("../img/global/scroll-arrow-right.png");
    background-size: 40px 40px;
  }
}
#editorial .thumb-slider-module .arrow.next-btn:hover,
#videos .thumb-slider-module .arrow.next-btn:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
#editorial .gallery-board-module ul,
#videos .gallery-board-module ul {
  padding: 45px 29px 3px;
  text-align: center;
}
#editorial .gallery-board-module ul li,
#videos .gallery-board-module ul li {
  display: inline-block;
  width: 245px;
  vertical-align: top;
  margin: 0 30px 0;
  padding: 20px 0 20px;
  overflow: hidden;
}
#editorial .gallery-board-module ul li img,
#videos .gallery-board-module ul li img {
  width: 100%;
}
@media screen and (min-width: 701px) {
  #editorial .gallery-board-module ul li,
  #videos .gallery-board-module ul li {
    margin-bottom: 20px;
  }
}
#editorial .gallery-board-module ul li .caption,
#videos .gallery-board-module ul li .caption {
  margin-top: 20px;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 9px;
  letter-spacing: 0.18em;
  font-size: 1em;
  line-height: 1.2em;
}
.ua-desktop-macintosh.ua-firefox #editorial .gallery-board-module ul li .caption,
.ua-desktop-macintosh.ua-firefox #videos .gallery-board-module ul li .caption {
  font-weight: 600;
}
@media screen and (max-width: 701px) {
  #editorial .gallery-board-module ul li .caption,
  #videos .gallery-board-module ul li .caption {
    letter-spacing: 0.12em;
    font-size: 0.9em;
    line-height: 1.1em;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  #editorial .gallery-board-module ul li .caption,
  #videos .gallery-board-module ul li .caption {
    letter-spacing: 0.1em;
    font-size: 1.3 emem;
    line-height: 1em;
    margin-bottom: 10px;
  }
}
#editorial .gallery-board-module ul li.break,
#videos .gallery-board-module ul li.break {
  display: none;
}
@media screen and (min-width: 701px) {
  #editorial .gallery-board-module ul li.break,
  #videos .gallery-board-module ul li.break {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 0;
  }
}
#editorial .gallery,
#videos .gallery {
  position: relative;
  /*hide the arrows when not needed*/
}
#editorial .gallery ul,
#videos .gallery ul {
  margin: 0;
}
#editorial .gallery .arrow,
#videos .gallery .arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#editorial .gallery .arrow.prev-btn,
#videos .gallery .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) {
  #editorial .gallery .arrow.prev-btn,
  #videos .gallery .arrow.prev-btn {
    background-image: url("../img/global/scroll-arrow-left-white.png");
    background-size: 40px 40px;
  }
}
#editorial .gallery .arrow.prev-btn:hover,
#videos .gallery .arrow.prev-btn:hover {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
#editorial .gallery .arrow.next-btn,
#videos .gallery .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) {
  #editorial .gallery .arrow.next-btn,
  #videos .gallery .arrow.next-btn {
    background-image: url("../img/global/scroll-arrow-right-white.png");
    background-size: 40px 40px;
  }
}
#editorial .gallery .arrow.next-btn:hover,
#videos .gallery .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) {
  #editorial .gallery.licount-2 .arrow, #editorial .gallery.licount-1 .arrow,
  #videos .gallery.licount-2 .arrow,
  #videos .gallery.licount-1 .arrow {
    display: none;
  }
}
#editorial .gallery .mobile-caption,
#videos .gallery .mobile-caption {
  display: none;
}

#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: 68em;
  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: 2.3576515979%;
    width: 48.821174201%;
  }
  #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: 2.3576515979%;
    width: 31.7615656014%;
  }
  #latest-news #articles .articles-grid .article:nth-child(2n) {
    margin-right: 2.3576515979%;
  }
  #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: 14px;
  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(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
#latest-news #articles .articles-grid .article .read-more-link-arrow {
  width: 24px;
  display: inline-block;
  position: relative;
  top: -2px;
}
#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;
  position: relative;
}
@media screen and (min-width: 701px) {
  #our-movies #movies {
    padding: 140px 0 0;
  }
}
#our-movies #movies .our-movies-holder {
  position: relative;
}
#our-movies #movies .our-movies-holder .thumbnails {
  display: flex;
  margin: 0 auto;
}
#our-movies #movies .our-movies-holder .thumbnails .swiper-thumbs .swiper-wrapper {
  height: 112px;
}
#our-movies #movies .our-movies-holder .thumbnails .swiper-thumbs .swiper-wrapper .swiper-slide {
  width: 75px;
  background-color: black;
  cursor: pointer;
}
#our-movies #movies .our-movies-holder .thumbnails .swiper-thumbs .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
#our-movies #movies .our-movies-holder .thumbnails .swiper-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}
#our-movies #movies .our-movies-holder .swiper-button-next,
#our-movies #movies .our-movies-holder .swiper-button-prev {
  display: none;
}
@media (min-width: 768px) {
  #our-movies #movies .our-movies-holder .swiper-button-next,
  #our-movies #movies .our-movies-holder .swiper-button-prev {
    display: flex;
    top: 50%;
  }
}
#our-movies #movies .our-movies-holder .swiper-button-next img,
#our-movies #movies .our-movies-holder .swiper-button-prev img {
  width: 30px;
  transition: 0.3s ease;
}
#our-movies #movies .our-movies-holder .swiper-button-next:after,
#our-movies #movies .our-movies-holder .swiper-button-prev:after {
  display: none;
}
#our-movies #movies .our-movies-holder .swiper-button-next:hover img,
#our-movies #movies .our-movies-holder .swiper-button-prev:hover img {
  transform: scale(1.25);
}
@media (min-width: 1500px) {
  #our-movies #movies .our-movies-holder .swiper-button-next {
    right: 5vw;
  }
}
@media (min-width: 1700px) {
  #our-movies #movies .our-movies-holder .swiper-button-next {
    right: 10vw;
  }
}
@media (min-width: 1500px) {
  #our-movies #movies .our-movies-holder .swiper-button-prev {
    left: 5vw;
  }
}
@media (min-width: 1700px) {
  #our-movies #movies .our-movies-holder .swiper-button-prev {
    left: 10vw;
  }
}
#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 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 #movies h3 {
  font-weight: 300;
}
@media screen and (min-width: 701px) {
  #our-movies #movies h3 {
    font-size: 3em;
    margin-bottom: 52px;
  }
}
#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.wrapper {
  display: flex;
  overflow: hidden;
}
#our-movies #movies .featured .poster-trailer.wrapper .left {
  display: none;
}
@media (min-width: 768px) {
  #our-movies #movies .featured .poster-trailer.wrapper .left {
    width: 29.9%;
    display: block;
    background-color: #181818;
  }
}
#our-movies #movies .featured .poster-trailer.wrapper .left img {
  width: 100%;
}
#our-movies #movies .featured .poster-trailer.wrapper .right {
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  #our-movies #movies .featured .poster-trailer.wrapper .right {
    width: 78.5%;
  }
}
#our-movies #movies .featured .poster-trailer.wrapper .right .video-container {
  height: 100%;
  width: 100%;
}
#our-movies #movies .featured .poster-trailer.wrapper .right .video-container .thumbnail {
  height: 100%;
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#our-movies #movies .featured .poster-trailer.wrapper .right .video-container .thumbnail.disabled {
  pointer-events: none;
}
#our-movies #movies .featured .poster-trailer.wrapper .right .video-container .thumbnail.disabled .play-video-icon {
  display: none;
}
#our-movies #movies .featured .poster-trailer.wrapper .right .video-container .thumbnail.disabled .play-video-message {
  display: none;
}
#our-movies #movies .featured .poster-trailer.wrapper .right .video-container .thumbnail .play-video-icon {
  width: 90px;
  height: 55x;
}
@media (min-width: 768px) {
  #our-movies #movies .featured .poster-trailer.wrapper .right .video-container .thumbnail .play-video-icon {
    width: 128px;
    height: 76px;
  }
}
#our-movies #movies .featured .poster-trailer.wrapper .right .video-container .thumbnail .play-video-message {
  position: absolute;
  bottom: 30%;
  color: white;
  left: 50%;
  transform: translate(-50%, 50%);
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  #our-movies #movies .featured .poster-trailer.wrapper .right .video-container .thumbnail .play-video-message {
    bottom: 32%;
    font-size: 2em;
  }
}
@media (min-width: 1260px) {
  #our-movies #movies .featured .poster-trailer.wrapper .right .video-container .thumbnail .play-video-message {
    bottom: 37%;
  }
}
#our-movies #movies .featured .poster-trailer.wrapper .right .video-container .youtube-player {
  width: 100%;
  height: 100%;
}
#our-movies #movies .featured .poster-trailer.wrapper .right .vimeo-video {
  width: 100%;
  height: 100%;
}
#our-movies #movies .featured .poster-trailer.wrapper .right .vimeo-video .poster {
  height: 100%;
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#our-movies #movies .featured .poster-trailer.wrapper .right .vimeo-video .poster .play-video-icon {
  width: 90px;
  height: 55x;
}
@media (min-width: 768px) {
  #our-movies #movies .featured .poster-trailer.wrapper .right .vimeo-video .poster .play-video-icon {
    width: 128px;
    height: 76px;
  }
}
#our-movies #movies .featured .poster-trailer.wrapper .right .vimeo-video .poster .play-video-message {
  position: absolute;
  bottom: 30%;
  color: white;
  left: 50%;
  transform: translate(-50%, 50%);
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  #our-movies #movies .featured .poster-trailer.wrapper .right .vimeo-video .poster .play-video-message {
    bottom: 32%;
    font-size: 2em;
  }
}
@media (min-width: 1260px) {
  #our-movies #movies .featured .poster-trailer.wrapper .right .vimeo-video .poster .play-video-message {
    bottom: 37%;
  }
}
#our-movies #movies .featured .poster-trailer.wrapper .right .vimeo-video iframe {
  width: 100%;
  height: 100%;
}
#our-movies #movies .featured .mobile-tt {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #our-movies #movies .featured .mobile-tt {
    display: none;
  }
}
#our-movies #movies .featured .mobile-tt img {
  width: 100%;
}
#our-movies #movies .featured .bottom {
  background-color: #181818;
  padding: 30px 40px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #our-movies #movies .featured .bottom {
    flex-wrap: nowrap;
  }
}
#our-movies #movies .featured .bottom .titles {
  margin-bottom: 0;
}
#our-movies #movies .featured .bottom .titles h3 {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 3em;
  color: white;
  text-align: left;
}
#our-movies #movies .featured .bottom .titles h5 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #d3281c;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
}
.ua-desktop-macintosh.ua-firefox #our-movies #movies .featured .bottom .titles h5 {
  font-weight: 400;
}
@media (min-width: 768px) {
  #our-movies #movies .featured .bottom .titles h5 {
    margin-bottom: unset;
  }
}
#our-movies #movies .featured .bottom .btn {
  color: white;
  height: 60px;
}
@media screen and (max-width: 500px) {
  #our-movies #movies .featured .bottom .btn {
    width: 100%;
  }
}
#our-movies #movies #other-films {
  padding: 10% 0 5% 0;
  border-bottom: 1px solid #d7d6d4;
  text-align: center;
  max-width: 1350px;
}
@media screen and (min-width: 701px) {
  #our-movies #movies #other-films {
    padding: 0 0 9% 0;
  }
}
#our-movies #movies #other-films .coming-soon-section .block-title {
  max-width: 1260px;
  width: 94%;
  display: block;
  margin: 0 auto;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 3em;
  margin: 40px auto;
  text-align: left;
}
#our-movies #movies #other-films .filtering {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 60px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  flex-wrap: wrap;
}
.ua-desktop-macintosh.ua-firefox #our-movies #movies #other-films .filtering {
  font-weight: 400;
}
@media (min-width: 768px) {
  #our-movies #movies #other-films .filtering {
    flex-wrap: nowrap;
    margin: 60px auto 60px;
  }
}
#our-movies #movies #other-films .filtering .genre-wrapper,
#our-movies #movies #other-films .filtering .viewing-wrapper {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #our-movies #movies #other-films .filtering .genre-wrapper,
  #our-movies #movies #other-films .filtering .viewing-wrapper {
    margin: 0 20px;
  }
}
#our-movies #movies #other-films .filtering .genre-wrapper .label,
#our-movies #movies #other-films .filtering .viewing-wrapper .label {
  margin: 0 5px 0 0;
}
@media (min-width: 768px) {
  #our-movies #movies #other-films .filtering .genre-wrapper .label,
  #our-movies #movies #other-films .filtering .viewing-wrapper .label {
    margin: 0 10px;
  }
}
#our-movies #movies #other-films .filtering .genre-wrapper .in-theaters,
#our-movies #movies #other-films .filtering .genre-wrapper .on-demand,
#our-movies #movies #other-films .filtering .viewing-wrapper .in-theaters,
#our-movies #movies #other-films .filtering .viewing-wrapper .on-demand {
  font-size: 14px;
  margin: 0 10px;
  padding: 7px 10px;
  border: 1px solid #c1c1c1;
  cursor: pointer;
}
@media (min-width: 768px) {
  #our-movies #movies #other-films .filtering .genre-wrapper .in-theaters,
  #our-movies #movies #other-films .filtering .genre-wrapper .on-demand,
  #our-movies #movies #other-films .filtering .viewing-wrapper .in-theaters,
  #our-movies #movies #other-films .filtering .viewing-wrapper .on-demand {
    padding: 7px 14px;
  }
}
#our-movies #movies #other-films .filtering .genre-wrapper .in-theaters .fa-square,
#our-movies #movies #other-films .filtering .genre-wrapper .on-demand .fa-square,
#our-movies #movies #other-films .filtering .viewing-wrapper .in-theaters .fa-square,
#our-movies #movies #other-films .filtering .viewing-wrapper .on-demand .fa-square {
  display: inline-block;
}
#our-movies #movies #other-films .filtering .genre-wrapper .in-theaters .fa-square-check,
#our-movies #movies #other-films .filtering .genre-wrapper .on-demand .fa-square-check,
#our-movies #movies #other-films .filtering .viewing-wrapper .in-theaters .fa-square-check,
#our-movies #movies #other-films .filtering .viewing-wrapper .on-demand .fa-square-check {
  display: none;
}
#our-movies #movies #other-films .filtering .genre-wrapper .in-theaters.checked .fa-square,
#our-movies #movies #other-films .filtering .genre-wrapper .on-demand.checked .fa-square,
#our-movies #movies #other-films .filtering .viewing-wrapper .in-theaters.checked .fa-square,
#our-movies #movies #other-films .filtering .viewing-wrapper .on-demand.checked .fa-square {
  display: none;
}
#our-movies #movies #other-films .filtering .genre-wrapper .in-theaters.checked .fa-square-check,
#our-movies #movies #other-films .filtering .genre-wrapper .on-demand.checked .fa-square-check,
#our-movies #movies #other-films .filtering .viewing-wrapper .in-theaters.checked .fa-square-check,
#our-movies #movies #other-films .filtering .viewing-wrapper .on-demand.checked .fa-square-check {
  display: inline-block;
}
#our-movies #movies #other-films .filtering .genre-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #our-movies #movies #other-films .filtering .genre-wrapper {
    width: 360px;
    margin-bottom: 0;
  }
}
#our-movies #movies #other-films .filtering .genre-wrapper .genre-select {
  font-size: 14px;
  margin: 0 10px;
  padding: 7px 14px;
  border: 1px solid #c1c1c1;
  cursor: pointer;
  width: 180px;
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 1;
  background: #efeeec;
}
@media (min-width: 768px) {
  #our-movies #movies #other-films .filtering .genre-wrapper .genre-select {
    width: 220px;
  }
}
#our-movies #movies #other-films .filtering .genre-wrapper .genre-select .label {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
#our-movies #movies #other-films .filtering .genre-wrapper .genre-select .genres {
  overflow: hidden;
  display: none;
}
#our-movies #movies #other-films .filtering .genre-wrapper .genre-select .genres .genre {
  text-transform: uppercase;
  text-align: left;
  padding: 10px 0;
}
#our-movies #movies #other-films .filtering .genre-wrapper .genre-select .genres .genre:first-of-type {
  padding-top: 20px;
}
#our-movies #movies #other-films .filtering .genre-wrapper .genre-select .genres .genre:before {
  margin-right: 10px;
  font-family: "Font Awesome 6 Pro";
  content: "\f0c8";
  font-weight: 400;
}
#our-movies #movies #other-films .filtering .genre-wrapper .genre-select .genres .genre.selected:before {
  content: "\f14a";
}
#our-movies #movies #other-films .filtering .genre-wrapper .genre-select .genres .btn {
  width: 100%;
  padding: 13px 31px 12px;
  margin: 10px 0;
}
#our-movies #movies #other-films .filtering .viewing-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  #our-movies #movies #other-films .filtering .viewing-wrapper {
    width: unset;
  }
}
#our-movies #movies #other-films li {
  width: 21%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1.4% 12%;
  width: 45%;
  text-align: left;
}
@media screen and (min-width: 850px) {
  #our-movies #movies #other-films li {
    width: 21%;
    margin-bottom: 50px;
  }
}
#our-movies #movies #other-films li:hover h5,
#our-movies #movies #other-films li:hover p {
  color: #d3281c;
}
#our-movies #movies #other-films li:hover .poster .overlay {
  opacity: 0.8;
}
#our-movies #movies #other-films li:hover .poster .overlay .inner {
  opacity: 1;
}
#our-movies #movies #other-films li a {
  color: #2b2c31;
}
#our-movies #movies #other-films li .poster {
  margin-bottom: 15px;
  position: relative;
}
#our-movies #movies #other-films li .poster .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: black;
  padding: 20px;
  opacity: 0;
  transition: 0.3s ease;
}
#our-movies #movies #other-films li .poster .overlay .inner {
  border: 1px solid #d3281c;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  text-align: center;
  color: white;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  line-height: 1.25;
}
.ua-desktop-macintosh.ua-firefox #our-movies #movies #other-films li .poster .overlay .inner {
  font-weight: 400;
}
#our-movies #movies #other-films li .poster img {
  width: 100%;
}
#our-movies #movies #other-films li h5 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.2em;
  color: #2b2c31;
  transition: 0.3s ease;
}
.ua-desktop-macintosh.ua-firefox #our-movies #movies #other-films li h5 {
  font-weight: 400;
}
#our-movies #movies #other-films li p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4em;
  font-size: 1em;
  transition: 0.3s ease;
}
@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;
  border-bottom: 1px solid #d7d6d4;
}
@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.no-scroll {
  overflow: hidden;
  position: unset;
}
#videos #page-wrap {
  padding: 0 0 0;
  text-align: center;
}
#videos #page-wrap #skin-wrap {
  margin: 0;
}
#videos #page-wrap #skin-wrap #skinned-header {
  margin: 0 auto;
}
#videos #page-wrap #skin-wrap #skinned-header img {
  margin-top: 80px;
}
@media screen and (min-width: 701px) {
  #videos #page-wrap #skin-wrap #skinned-header img {
    margin-top: 0;
  }
}
#videos #page-wrap #skin-wrap #unskinned-header {
  height: 80px;
}
@media screen and (min-width: 701px) {
  #videos #page-wrap #skin-wrap #unskinned-header {
    height: 0;
  }
}
@media screen and (min-width: 701px) {
  #videos #page-wrap {
    padding: 130px 0 0;
  }
}
#videos #page-wrap .content-wrap {
  padding-top: 15px;
}
@media screen and (min-width: 701px) {
  #videos #page-wrap {
    padding: 110px 0 0;
  }
  #videos #page-wrap .video-playlist {
    padding: 0;
  }
}
#videos #page-wrap #at4-share, #videos #page-wrap #at4-soc {
  top: 417px !important;
}
#videos #page-wrap .video-playlist {
  margin-bottom: 0;
  padding: 10px 0 0px;
}
#videos #page-wrap .video-playlist h3#video-title {
  font-size: 1.3em;
  color: #000;
  margin-bottom: 20px;
  position: relative;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}
.ua-desktop-macintosh.ua-firefox #videos #page-wrap .video-playlist h3#video-title {
  font-weight: 600;
}
@media screen and (min-width: 701px) {
  #videos #page-wrap .video-playlist h3#video-title {
    font-size: 2em;
    margin: 20px 0;
    line-height: 1em;
  }
}
#videos #page-wrap .video-playlist .video {
  padding-top: 10px;
}
#videos #page-wrap .video-playlist h3.playlist-title {
  font-size: 22px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}
.ua-desktop-macintosh.ua-firefox #videos #page-wrap .video-playlist h3.playlist-title {
  font-weight: 600;
}
#videos #page-wrap .video-playlist .video-container {
  aspect-ratio: 16/9;
}
#videos #page-wrap .video-playlist .video-container .thumbnail {
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
#videos #page-wrap .video-playlist .video-container .thumbnail.disabled {
  pointer-events: none;
}
#videos #page-wrap .video-playlist .video-container .thumbnail.disabled .play-video-icon {
  display: none;
}
#videos #page-wrap .video-playlist .video-container .thumbnail.disabled .play-video-message {
  display: none;
}
#videos #page-wrap .video-playlist .video-container .thumbnail .play-video-icon {
  width: 90px;
  height: 55x;
}
@media (min-width: 768px) {
  #videos #page-wrap .video-playlist .video-container .thumbnail .play-video-icon {
    width: 128px;
    height: 76px;
  }
}
#videos #page-wrap .video-playlist .playlist {
  position: relative;
}
#videos #page-wrap .video-playlist .playlist .thumb-slider {
  padding-bottom: 0;
}
#videos #page-wrap .video-playlist .playlist li {
  cursor: pointer;
}
#videos #page-wrap .video-playlist .playlist li a {
  display: block;
}
#videos #page-wrap .video-playlist .playlist .arrow {
  cursor: pointer;
  position: absolute;
  top: 35%;
}
@media screen and (max-width: 500px) {
  #videos #page-wrap .video-playlist .playlist .arrow {
    top: 15%;
  }
}
#videos #page-wrap .video-playlist .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) {
  #videos #page-wrap .video-playlist .playlist .arrow.prev-btn {
    background-image: url("../img/global/scroll-arrow-left.png");
    background-size: 40px 40px;
  }
}
#videos #page-wrap .video-playlist .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) {
  #videos #page-wrap .video-playlist .playlist .arrow.next-btn {
    background-image: url("../img/global/scroll-arrow-right.png");
    background-size: 40px 40px;
  }
}
#videos #page-wrap .video-playlist .playlist .thumb-slider.playlist-slider li .playlistLink .image.hidden {
  display: none;
}
#videos #page-wrap .lockout header {
  border-bottom: 1px solid #d7d6d4;
  padding: 0 0 10px 0;
}
@media screen and (min-width: 701px) {
  #videos #page-wrap .lockout header {
    padding: 20px 0 20px;
    padding-bottom: 25px;
  }
}
#videos #page-wrap .lockout header h1 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 0.9em;
  margin-bottom: 10px;
}
.ua-desktop-macintosh.ua-firefox #videos #page-wrap .lockout header h1 {
  font-weight: 600;
}
@media screen and (min-width: 701px) {
  #videos #page-wrap .lockout header h1 {
    margin: 20px 0 0;
    font-size: 3em;
  }
}
#videos #page-wrap .lockout header h1 span {
  display: block;
  color: #666;
  font-family: "museo-slab", sans-serif;
  font-weight: 500;
  font-size: 2em;
}
.ua-desktop-macintosh.ua-firefox #videos #page-wrap .lockout header h1 span {
  font-weight: 300;
}
@media screen and (min-width: 701px) {
  #videos #page-wrap .lockout header h1 span {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 701px) {
  #videos #page-wrap .lockout header h1 {
    font-size: 22px;
  }
}
#videos #page-wrap .lockout #more-playlists {
  margin-top: 40px;
  border-top: 1px solid #ccc;
  margin-bottom: 0;
  padding: 20px 0 58px;
}
#videos #page-wrap .lockout #more-playlists h3 {
  font-size: 2em;
  color: #000;
  margin-bottom: 15px;
  position: relative;
  font-family: "museo-slab", sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}
.ua-desktop-macintosh.ua-firefox #videos #page-wrap .lockout #more-playlists h3 {
  font-weight: 300;
}
@media screen and (min-width: 701px) {
  #videos #page-wrap .lockout #more-playlists h3 {
    font-size: 2em;
    margin-bottom: 20px;
    line-height: 1em;
  }
}
@media screen and (min-width: 701px) {
  #videos #page-wrap .lockout #more-playlists {
    padding: 30px 0 88px;
  }
}
#videos #page-wrap .lockout #more-playlists .new-thumbs {
  padding: 3px 29px 0;
}
#videos #page-wrap .lockout #more-playlists .new-thumbs li {
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  margin: 0 0 50px;
  width: 49%;
  padding: 1.7vw;
}
@media screen and (min-width: 701px) {
  #videos #page-wrap .lockout #more-playlists .new-thumbs li {
    width: 31.1828%;
  }
}
#videos #page-wrap .lockout #more-playlists .new-thumbs li a {
  display: block;
}
#videos #page-wrap .lockout #more-playlists .new-thumbs li a .image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 28px;
  max-height: 80px;
}
@media screen and (min-width: 701px) {
  #videos #page-wrap .lockout #more-playlists .new-thumbs li a .image {
    max-height: 134px;
  }
}
#videos #page-wrap .lockout #more-playlists .new-thumbs li a .image img {
  width: 100%;
}
#videos #page-wrap .lockout #more-playlists .new-thumbs li a .caption {
  color: #000;
  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 #videos #page-wrap .lockout #more-playlists .new-thumbs li a .caption {
  font-weight: 600;
}
@media screen and (min-width: 500px) {
  #videos #page-wrap .lockout #more-playlists .new-thumbs li a .caption {
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 701px) {
  #videos #page-wrap .lockout #more-playlists .new-thumbs li a .caption {
    width: 95%;
  }
}

#film-unskinned #page-wrap {
  background-color: #000;
}
#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: 67px;
  text-align: center;
  padding: 65px 0;
  position: relative;
}
@media screen and (min-width: 701px) {
  #film-unskinned #hero {
    margin-top: 90px;
    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: 0;
  }
}
#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;
  }
}
#film-unskinned h1, #film-unskinned h2, #film-unskinned h3, #film-unskinned h4, #film-unskinned h5 {
  color: #fff;
}
#film-unskinned .thumb-slider-module {
  padding: 0 0 18px;
  margin-top: 0px;
  position: relative;
}
@media screen and (min-width: 701px) {
  #film-unskinned .thumb-slider-module {
    padding: 0 0 30px;
    margin-top: -20px;
  }
}
#film-unskinned .thumb-slider-module .thumb-slider {
  padding: 33px 29px 20px;
}
@media screen and (min-width: 701px) {
  #film-unskinned .thumb-slider-module .thumb-slider {
    padding: 45px 29px 23px;
    width: 80%;
  }
  #film-unskinned .thumb-slider-module .thumb-slider li .caption {
    color: #fff;
  }
}
#film-unskinned .thumb-slider-module .arrow {
  cursor: pointer;
  position: absolute;
  top: 40%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#film-unskinned .thumb-slider-module .arrow.prev-btn {
  left: 5%;
  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-unskinned .thumb-slider-module .arrow.prev-btn {
    background-image: url("../img/global/scroll-arrow-left-white.png");
    background-size: 40px 40px;
  }
}
#film-unskinned .thumb-slider-module .arrow.prev-btn:hover {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
#film-unskinned .thumb-slider-module .arrow.next-btn {
  right: 5%;
  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-unskinned .thumb-slider-module .arrow.next-btn {
    background-image: url("../img/global/scroll-arrow-right-white.png");
    background-size: 40px 40px;
  }
}
#film-unskinned .thumb-slider-module .arrow.next-btn:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
#film-unskinned .gallery-board-module ul {
  padding: 45px 29px 3px;
  text-align: center;
}
#film-unskinned .gallery-board-module ul li {
  display: inline-block;
  width: 245px;
  vertical-align: top;
  margin: 0 30px 0;
  padding: 20px 0 20px;
  overflow: hidden;
}
#film-unskinned .gallery-board-module ul li img {
  width: 100%;
}
@media screen and (min-width: 701px) {
  #film-unskinned .gallery-board-module ul li {
    margin-bottom: 20px;
  }
}
#film-unskinned .gallery-board-module ul li .caption {
  margin-top: 20px;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 9px;
  letter-spacing: 0.18em;
  font-size: 1em;
  line-height: 1.2em;
}
.ua-desktop-macintosh.ua-firefox #film-unskinned .gallery-board-module ul li .caption {
  font-weight: 600;
}
@media screen and (max-width: 701px) {
  #film-unskinned .gallery-board-module ul li .caption {
    letter-spacing: 0.12em;
    font-size: 0.9em;
    line-height: 1.1em;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  #film-unskinned .gallery-board-module ul li .caption {
    letter-spacing: 0.1em;
    font-size: 1.3 emem;
    line-height: 1em;
    margin-bottom: 10px;
  }
}
#film-unskinned .gallery-board-module ul li.break {
  display: none;
}
@media screen and (min-width: 701px) {
  #film-unskinned .gallery-board-module ul li.break {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 0;
  }
}
#film-unskinned .gallery {
  position: relative;
  /*hide the arrows when not needed*/
}
#film-unskinned .gallery ul {
  margin: 0;
}
#film-unskinned .gallery .arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#film-unskinned .gallery .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-unskinned .gallery .arrow.prev-btn {
    background-image: url("../img/global/scroll-arrow-left-white.png");
    background-size: 40px 40px;
  }
}
#film-unskinned .gallery .arrow.prev-btn:hover {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
#film-unskinned .gallery .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-unskinned .gallery .arrow.next-btn {
    background-image: url("../img/global/scroll-arrow-right-white.png");
    background-size: 40px 40px;
  }
}
#film-unskinned .gallery .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-unskinned .gallery.licount-2 .arrow, #film-unskinned .gallery.licount-1 .arrow {
    display: none;
  }
}
#film-unskinned .gallery .mobile-caption {
  display: none;
}
#film-unskinned .gallery-slider {
  padding-bottom: 25px;
}
#film-unskinned .gallery-slider li .photo-caption {
  color: #000;
}
#film-unskinned .gallery-slider li .photo-caption .title,
#film-unskinned .gallery-slider li .photo-caption .caption,
#film-unskinned .gallery-slider li .photo-caption .close-button {
  color: #000;
}

#skin-wrap #skinned-header {
  margin-top: 81px;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (min-width: 701px) {
  #skin-wrap #skinned-header {
    margin-top: 106px;
    margin: 106px auto 0;
  }
}
#skin-wrap #skinned-header img {
  width: 100%;
}
@media screen and (max-width: 700px) {
  #skin-wrap #skinned-header #hero {
    height: 166vw;
  }
}
@media screen and (max-width: 510px) {
  #skin-wrap #skinned-header #hero {
    height: 150vw;
  }
}
@media screen and (max-width: 340px) {
  #skin-wrap #skinned-header #hero {
    height: 178vw;
  }
}
@media screen and (min-width: 1025px) {
  #skin-wrap .content-wrap {
    margin: 0 auto 30px;
    width: 90%;
    max-width: 1260px;
  }
  #skin-wrap .content-wrap.full-width {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #skin-wrap .content-wrap #film-content .lockout {
    max-width: 100%;
  }
}
#skin-wrap .content-wrap h1,
#skin-wrap .content-wrap h2,
#skin-wrap .content-wrap h3 {
  font-family: "museo-slab", sans-serif;
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 30px;
}
.ua-desktop-macintosh.ua-firefox #skin-wrap .content-wrap h1,
.ua-desktop-macintosh.ua-firefox #skin-wrap .content-wrap h2,
.ua-desktop-macintosh.ua-firefox #skin-wrap .content-wrap h3 {
  font-weight: 300;
}
@media screen and (max-width: 700px) {
  #skin-wrap .content-wrap h1,
  #skin-wrap .content-wrap h2,
  #skin-wrap .content-wrap h3 {
    font-size: 30px;
  }
}

#film-content .thumb-slider-module {
  position: relative;
}
#film-content .thumb-slider-module .thumb-slider {
  margin: 10px 5vw;
}
#film-content .thumb-slider-module .arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#film-content .thumb-slider-module .arrow.prev-btn {
  left: 5%;
  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 .thumb-slider-module .arrow.prev-btn {
    background-image: url("../img/global/scroll-arrow-left.png");
    background-size: 40px 40px;
  }
}
#film-content .thumb-slider-module .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 .thumb-slider-module .arrow.next-btn {
  right: 5%;
  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 .thumb-slider-module .arrow.next-btn {
    background-image: url("../img/global/scroll-arrow-right.png");
    background-size: 40px 40px;
  }
}
#film-content .thumb-slider-module .arrow.next-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-board-module.skinned ul.thumbs {
  padding: 45px 29px 3px;
  text-align: center;
}
#film-content .lockout .gallery-board-module.skinned ul.thumbs li {
  clear: none !important;
  display: inline-block;
  width: 245px;
  vertical-align: top;
  margin: 0 30px 0;
  padding: 20px 0 20px;
  overflow: hidden;
  float: none;
}
#film-content .lockout .gallery-board-module.skinned ul.thumbs li img {
  width: 100%;
}
@media screen and (min-width: 701px) {
  #film-content .lockout .gallery-board-module.skinned ul.thumbs li {
    margin-bottom: 20px;
  }
}
#film-content .lockout .gallery-board-module.skinned ul.thumbs li .caption {
  margin-top: 20px;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 9px;
  letter-spacing: 0.18em;
  font-size: 1em;
  line-height: 1.2em;
}
.ua-desktop-macintosh.ua-firefox #film-content .lockout .gallery-board-module.skinned ul.thumbs li .caption {
  font-weight: 600;
}
@media screen and (max-width: 701px) {
  #film-content .lockout .gallery-board-module.skinned ul.thumbs li .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 .gallery-board-module.skinned ul.thumbs li .caption {
    letter-spacing: 0.1em;
    font-size: 1.3 emem;
    line-height: 1em;
    margin-bottom: 10px;
  }
}
#film-content .lockout .gallery-board-module.skinned ul.thumbs li.break {
  display: none;
}
@media screen and (min-width: 701px) {
  #film-content .lockout .gallery-board-module.skinned ul.thumbs li.break {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 0;
  }
}
#film-content section.bottom-border {
  border-bottom: 1px solid #d7d6d4;
}
#film-content .lockout {
  width: 100%;
  margin: 0;
}
#film-content .lockout h1 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 701px) {
  #film-content .lockout h1 {
    margin-bottom: 38px;
  }
}
#film-content .lockout h2 {
  font-size: 2em;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: "museo-slab", sans-serif;
}
#film-content .lockout h3 {
  font-size: 2em;
  font-family: "museo-slab", sans-serif;
}
#film-content .lockout h4 {
  font-size: 1.4em;
}
#film-content .lockout h5 {
  font-size: 1.2em;
}
#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: 50px 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: 50px 30px 50px;
  }
}
#film-content .lockout .block.interactiveblock {
  width: 100%;
  padding: 0;
}
#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.text .link-lg {
  font-size: 24px;
  margin: 40px 0;
}
#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.title-block .distribution-buttons {
  margin-top: 25px;
  margin-bottom: 50px;
}
#film-content .lockout .block.title-block .distribution-buttons li {
  display: inline-block;
  margin: 0 10px 20px;
}
@media screen and (min-width: 701px) {
  #film-content .lockout .block.title-block .distribution-buttons {
    margin-bottom: 60px;
  }
}
#film-content .lockout .block.distribution-block {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  padding-bottom: 0;
}
#film-content .lockout .block.distribution-block .distribution-block p {
  margin-bottom: 25px;
}
#film-content .lockout .block.distribution-block img {
  width: 100%;
}
#film-content .lockout .block.distribution-block .distribution-buttons {
  margin-top: 0;
  margin-bottom: 0;
}
#film-content .lockout .block.distribution-block .distribution-buttons li {
  display: inline-block;
  margin: 0 10px 20px;
}
#film-content .lockout .block .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
#film-content .lockout .block .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: black;
  width: 400px;
  height: 67px;
  vertical-align: top;
}
@media (max-width: 445px) {
  #film-content .lockout .block .select {
    width: 94%;
  }
}
#film-content .lockout .block .select-styled {
  user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  color: white;
  border: 4px solid transparent;
  padding: 0;
  line-height: 60px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-weight: bold;
  font-size: 22px;
}
@media (max-width: 445px) {
  #film-content .lockout .block .select-styled {
    font-size: 18px;
  }
}
#film-content .lockout .block .select-styled:after {
  content: "^";
  position: absolute;
  font-weight: 500;
  /* right: 105px; */
  margin-left: 10px;
  top: -4px;
  font-family: "museo-slab", sans-serif;
  -webkit-transform: scale(2, -1);
  -moz-transform: scale(2, -1);
  -ms-transform: scale(2, -1);
  -o-transform: scale(2, -1);
  transform: scale(2, -1);
}
#film-content .lockout .block .select-styled:hover {
  background-color: white;
  color: black;
  border: 4px solid black;
}
#film-content .lockout .block .select-styled:active,
#film-content .lockout .block .select-styled.active {
  background-color: white;
  color: black;
  border: 4px solid black;
}
#film-content .lockout .block .select-styled:active:after,
#film-content .lockout .block .select-styled.active:after {
  top: 3px;
  -webkit-transform: scale(2, 1);
  -moz-transform: scale(2, 1);
  -ms-transform: scale(2, 1);
  -o-transform: scale(2, 1);
  transform: scale(2, 1);
  border-color: transparent transparent #fff transparent;
}
#film-content .lockout .block .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: white;
  border: 4px solid black;
  border-top: 0px solid transparent;
  font-weight: bold;
}
#film-content .lockout .block .select-options li {
  user-select: none;
  height: 67px;
  margin: 0;
  padding: 0;
  line-height: 67px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
#film-content .lockout .block .select-options li:hover {
  color: white;
  background: black;
}
#film-content .lockout .block .select-options li[rel=hide] {
  display: none;
}
#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;
  }
}
@media screen and (max-width: 500px) {
  #film-content .lockout .block.gallery-board-module .thumbs li .image {
    height: 75px;
  }
}
#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: 2.3576515979%;
    width: 48.821174201%;
    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: 2.3576515979%;
    width: 31.7615656014%;
  }
  #film-content .lockout .block.gallery-board-module .thumbs li:nth-child(2n) {
    margin-right: 2.3576515979%;
  }
  #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: center;
  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: 1.3 emem;
    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;
  }
}
#film-content .lockout .block.table h2 {
  margin-bottom: 0;
}
#film-content .lockout .block.table .table-message a {
  color: #2d81b4;
}
#film-content .lockout .block.table .table-message a:hover {
  color: #fdfbdd;
}
#film-content .lockout .block.table .dropdown {
  display: block;
  margin: 0 auto 20px;
  text-align: right;
  max-width: 1000px;
}
#film-content .lockout .block.table .dropdown .dropdown-inner {
  width: 150px;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 701px) {
  #film-content .lockout .block.table .dropdown .dropdown-inner {
    width: 200px;
  }
}
#film-content .lockout .block.table .dropdown .dropdown-inner label {
  display: block;
  margin-bottom: 7px;
  text-transform: uppercase;
  text-align: left;
  font-size: 12px;
  color: #2d81b4;
  font-weight: bold;
}
#film-content .lockout .block.table .dropdown .dropdown-inner select#states {
  outline: none;
  width: 100%;
  height: 30px;
  font-size: 0.75em;
  background-color: white;
  border: 1px solid #2d81b4;
}
#film-content .lockout .block.table table {
  width: 100%;
  max-width: 1000px;
  text-align: left;
  border-collapse: collapse;
  margin: 0 auto;
}
#film-content .lockout .block.table table td,
#film-content .lockout .block.table table th {
  border-bottom: 1px solid #4ca4d9;
  height: 100%;
  padding: 15px 5px 15px 5px;
  font-size: 14px;
}
@media screen and (min-width: 701px) {
  #film-content .lockout .block.table table td,
  #film-content .lockout .block.table table th {
    padding: 15px 10px;
    font-size: 18px;
  }
}
#film-content .lockout .block.table table tr th {
  border-bottom: 3px solid #4ca4d9;
  color: #2d81b4;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
#film-content .lockout .block.table table tr td.link a {
  color: #fdfbdd;
  text-transform: uppercase;
  font-weight: 600;
}
#film-content .lockout .block.table table tr td.link a span {
  transition: 0.3s ease;
  display: inline-block;
}
#film-content .lockout .block.table table tr td.link a:hover span {
  transform: translateX(5px);
}
#film-content .lockout .block.table table tr .city,
#film-content .lockout .block.table table tr .state {
  display: none;
}
@media screen and (min-width: 701px) {
  #film-content .lockout .block.table table tr .city,
  #film-content .lockout .block.table table tr .state {
    display: table-cell;
  }
}
#film-content .lockout .block.table table tr .organization {
  width: 68%;
}
@media screen and (min-width: 701px) {
  #film-content .lockout .block.table table tr .organization {
    width: 50%;
  }
}
@media screen and (min-width: 701px) {
  #film-content .lockout .block.table table tr .city {
    width: 25%;
  }
}
@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: rgb(224.8313253012, 224.0771084337, 222.5686746988);
  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-block,
#film-content .lockout .cast {
  /*hide the arrows when not needed*/
}
@media screen and (min-width: 900px) {
  #film-content .lockout .cast-block.licount-4 .arrow, #film-content .lockout .cast-block.licount-3 .arrow, #film-content .lockout .cast-block.licount-2 .arrow, #film-content .lockout .cast-block.licount-1 .arrow,
  #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-block.licount-3 .arrow, #film-content .lockout .cast-block.licount-2 .arrow, #film-content .lockout .cast-block.licount-1 .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 (max-width: 600px) {
  #film-content .lockout .cast-block.licount-2 .arrow, #film-content .lockout .cast-block.licount-1 .arrow,
  #film-content .lockout .cast.licount-2 .arrow,
  #film-content .lockout .cast.licount-1 .arrow {
    display: none;
  }
}
#film-content .lockout .cast-block ul,
#film-content .lockout .cast ul {
  margin: 0 auto;
  text-align: center;
}
#film-content .lockout .cast-block ul.row1 li,
#film-content .lockout .cast ul.row1 li {
  margin: 20px 30px 20px;
}
#film-content .lockout .cast-block ul li,
#film-content .lockout .cast ul li {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 3px 30px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 701px) {
  #film-content .lockout .cast-block ul li,
  #film-content .lockout .cast ul li {
    margin-bottom: 20px;
  }
}
#film-content .lockout .cast-block ul li.break,
#film-content .lockout .cast ul li.break {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 701px) {
  #film-content .lockout .cast-block ul li.break,
  #film-content .lockout .cast ul li.break {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 0;
  }
}
#film-content .lockout .cast-block ul li:hover,
#film-content .lockout .cast ul li:hover {
  color: #777;
}
#film-content .lockout .cast-block ul li .image,
#film-content .lockout .cast ul li .image {
  overflow: hidden;
  display: table;
  margin: 0 auto 15px;
}
#film-content .lockout .cast-block ul li p,
#film-content .lockout .cast ul li p {
  color: #2b2c31;
}
#film-content .lockout .cast-block ul li p.name,
#film-content .lockout .cast ul li p.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-block ul li p.name,
.ua-desktop-macintosh.ua-firefox #film-content .lockout .cast ul li p.name {
  font-weight: 600;
}
#film-content .lockout .cast-block ul li p.character,
#film-content .lockout .cast ul li p.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 .cast-block,
#film-content .lockout .press-block,
#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 .cast-block .gallery-slider .photo-caption .inner h3,
#film-content .lockout .press-block .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 .cast-block .gallery-slider .photo-caption .inner .caption,
#film-content .lockout .press-block .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 .cast-block .arrow,
#film-content .lockout .press-block .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 .cast-block .arrow.prev-btn,
#film-content .lockout .press-block .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 .cast-block .arrow.prev-btn,
  #film-content .lockout .press-block .arrow.prev-btn,
  #film-content .lockout .reviews .arrow.prev-btn {
    background-image: url("../img/global/scroll-arrow-left-white.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 .cast-block .arrow.prev-btn:hover,
#film-content .lockout .press-block .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 .cast-block .arrow.next-btn,
#film-content .lockout .press-block .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 .cast-block .arrow.next-btn,
  #film-content .lockout .press-block .arrow.next-btn,
  #film-content .lockout .reviews .arrow.next-btn {
    background-image: url("../img/global/scroll-arrow-right-white.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 .cast-block .arrow.next-btn:hover,
#film-content .lockout .press-block .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 .cast-block.licount-2 .arrow,
  #film-content .lockout .cast-block.licount-1 .arrow,
  #film-content .lockout .press-block.licount-2 .arrow,
  #film-content .lockout .press-block.licount-1 .arrow,
  #film-content .lockout .reviews.licount-2 .arrow,
  #film-content .lockout .reviews.licount-1 .arrow {
    display: none;
  }
}
#film-content .lockout .cast .arrow,
#film-content .lockout .press-block .arrow {
  top: 45%;
}
#film-content .lockout .cast .arrow.prev-btn,
#film-content .lockout .press-block .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,
  #film-content .lockout .press-block .arrow.prev-btn {
    background-image: url("../img/global/scroll-arrow-left.png");
    background-size: 40px 40px;
  }
}
#film-content .lockout .cast .arrow.next-btn,
#film-content .lockout .press-block .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,
  #film-content .lockout .press-block .arrow.next-btn {
    background-image: url("../img/global/scroll-arrow-right.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,
  #film-content .lockout .playlist li .image {
    line-height: 1.3em;
    font-size: 1em;
  }
}
@media screen and (max-width: 414px) {
  #film-content .lockout .playlist li .caption,
  #film-content .lockout .playlist li .image {
    line-height: 1.1em;
    font-size: 0.7em;
  }
}
#film-content .lockout .playlist .arrow {
  top: 30%;
}
@media screen and (max-width: 500px) {
  #film-content .lockout .playlist .arrow {
    top: 20%;
  }
}
#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.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.png");
    background-size: 40px 40px;
  }
}
#film-content .lockout .playlist .arrow.white.prev-btn {
  width: 40px;
  height: 40px;
  background-image: url("../img/global/scroll-arrow-left-white.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.white.prev-btn {
    background-image: url("../img/global/scroll-arrow-left-white.png");
    background-size: 40px 40px;
  }
}
@media screen and (max-width: 400px) {
  #film-content .lockout .playlist .arrow.white.prev-btn {
    background-size: 25px 25px;
    left: 5px;
  }
}
#film-content .lockout .playlist .arrow.white.next-btn {
  width: 40px;
  height: 40px;
  background-image: url("../img/global/scroll-arrow-right-white.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.white.next-btn {
    background-image: url("../img/global/scroll-arrow-right-white.png");
    background-size: 40px 40px;
  }
}
@media screen and (max-width: 400px) {
  #film-content .lockout .playlist .arrow.white.next-btn {
    background-size: 25px 25px;
    right: -10px;
  }
}
#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 .synopsis.full-width {
  position: relative;
  padding: 0;
  overflow: auto;
  min-height: 300px;
}
@media screen and (max-width: 800px) {
  #film-content .lockout .synopsis.full-width {
    min-height: 250px;
  }
}
#film-content .lockout .synopsis.full-width img {
  width: 100%;
}
#film-content .lockout .synopsis.full-width .synopsis-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 500ms ease-out, transform 1000ms ease-out;
  padding: 100px 30px 5px;
}
#film-content .lockout .synopsis.full-width .synopsis-content.mobile {
  display: none;
}
#film-content .lockout .synopsis.full-width .synopsis-content.animate {
  opacity: 1;
  transform: translate(0px, -50%);
}
#film-content .lockout .synopsis.full-width .synopsis-content h2 {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
@media screen and (max-width: 1030px) {
  #film-content .lockout .synopsis.full-width .synopsis-content h2 {
    margin: 0.3em;
    margin-left: 0;
    margin-right: 0;
  }
}
#film-content .lockout .synopsis.full-width .synopsis-content p {
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1030px) {
  #film-content .lockout .synopsis.full-width .synopsis-content p {
    line-height: 1;
  }
}
#film-content .lockout .synopsis.full-width .synopsis-content.center {
  width: 100%;
  max-width: 1000px;
  height: auto;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1030px) {
  #film-content .lockout .synopsis.full-width .synopsis-content.center {
    width: 80%;
  }
}
#film-content .lockout .synopsis.full-width .synopsis-content.center p,
#film-content .lockout .synopsis.full-width .synopsis-content.center h2 {
  text-align: center;
}
#film-content .lockout .synopsis.full-width .synopsis-content.bottom {
  width: 80%;
  left: 0;
  right: 0;
  height: auto;
  top: 70%;
  margin: 0 auto;
}
#film-content .lockout .synopsis.full-width .synopsis-content.right {
  width: 50%;
  height: auto;
  min-height: 30%;
  right: 0;
  padding-right: 60px;
}
#film-content .lockout .synopsis.full-width .synopsis-content.left {
  width: 50%;
  height: auto;
  left: 0;
}
@media screen and (max-width: 800px) {
  #film-content .lockout .synopsis.full-width .synopsis-content {
    position: relative;
    opacity: 1;
    transform: translate(0px, 0px);
  }
  #film-content .lockout .synopsis.full-width .synopsis-content.desktop {
    display: none;
  }
  #film-content .lockout .synopsis.full-width .synopsis-content.mobile {
    display: block;
    transform: translate(0px, 0px);
  }
  #film-content .lockout .synopsis.full-width .synopsis-content.right, #film-content .lockout .synopsis.full-width .synopsis-content.left, #film-content .lockout .synopsis.full-width .synopsis-content.bottom, #film-content .lockout .synopsis.full-width .synopsis-content.center {
    bottom: 0;
    width: 100%;
    top: auto;
  }
  #film-content .lockout .synopsis.full-width .synopsis-content.right h3, #film-content .lockout .synopsis.full-width .synopsis-content.left h3, #film-content .lockout .synopsis.full-width .synopsis-content.bottom h3, #film-content .lockout .synopsis.full-width .synopsis-content.center h3 {
    font-size: 20px;
  }
  #film-content .lockout .synopsis.full-width .synopsis-content.right p, #film-content .lockout .synopsis.full-width .synopsis-content.left p, #film-content .lockout .synopsis.full-width .synopsis-content.bottom p, #film-content .lockout .synopsis.full-width .synopsis-content.center p {
    font-size: 14px;
    line-height: 1;
  }
}
#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: 170px;
  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;
  width: 100%;
  overflow: auto;
}
#film-content .lockout #news-press .in-the-news {
  padding-top: 20px;
}
@media screen and (min-width: 701px) {
  #film-content .lockout #news-press {
    padding: 44px 6% 90px;
  }
}
#film-content .lockout #news-press section {
  width: 50%;
  float: left;
}
@media screen and (max-width: 600px) {
  #film-content .lockout #news-press section {
    width: 100%;
  }
}
#film-content .lockout #news-press section.social-links h2 {
  text-align: left;
}
@media screen and (max-width: 600px) {
  #film-content .lockout #news-press section.social-links h2 {
    text-align: center;
  }
}
#film-content .lockout #news-press section.social-links ul {
  float: left;
}
@media screen and (max-width: 600px) {
  #film-content .lockout #news-press section.social-links ul {
    float: none;
  }
  #film-content .lockout #news-press section.social-links ul li {
    margin: 5px;
  }
}
#film-content .lockout #news-press section.social-links ul li {
  margin-top: 0;
}
#film-content .lockout #news-press section.social-links ul li:first-child {
  margin-left: 0;
}
#film-content .lockout #news-press section.in-the-press {
  padding-left: 50px;
}
@media screen and (max-width: 600px) {
  #film-content .lockout #news-press section.in-the-press {
    padding-left: 0;
  }
}
#film-content .lockout #news-press section h3 {
  font-size: 1.25em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.1em;
}
#film-content .lockout #news-press section ul {
  padding-top: 0;
  padding-left: 0;
}
#film-content .button-block .inner .thumb {
  overflow: hidden;
}
#film-content .button-block .inner .thumb img {
  width: 90%;
  margin: 0 auto;
}
#film-content #soundtrack {
  min-height: 300px;
  background-color: #f0f0f0;
  padding: 55px 0;
}
@media screen and (min-width: 701px) {
  #film-content #soundtrack {
    padding: 70px 0;
  }
}
#film-content #soundtrack .top {
  margin-bottom: 35px;
}
@media screen and (min-width: 701px) {
  #film-content #soundtrack .top {
    margin-bottom: 45px;
  }
}
#film-content #soundtrack .top .title {
  margin-bottom: 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 1.1875em;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  color: inherit;
}
#film-content #soundtrack .top .subtitle {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 1.0625em;
  line-height: 1.4em;
  color: inherit;
  text-align: center;
}
#film-content #soundtrack .top .description {
  margin: 20px auto 0;
  text-align: center;
  color: inherit;
}
#film-content #soundtrack .bottom {
  max-width: 600px;
  margin: 0 auto;
}
#film-content #soundtrack .bottom .photo {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 701px) {
  #film-content #soundtrack .bottom .photo {
    max-width: 711px;
    width: 43%;
    display: table-cell;
    vertical-align: top;
    margin-bottom: 0;
  }
}
#film-content #soundtrack .bottom .photo .images {
  position: relative;
}
#film-content #soundtrack .bottom .photo .images img {
  width: 100%;
}
#film-content #soundtrack .bottom .photo .images .waves {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#film-content #soundtrack .bottom .photo .images .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  color: inherit;
}
#film-content #soundtrack .bottom .photo .images .text .inner-text {
  text-align: center;
  color: #fff;
  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%);
}
#film-content #soundtrack .bottom .photo .images .text .inner-text .soundtrack {
  margin-bottom: 10px;
  font-size: 1.0625em;
}
#film-content #soundtrack .bottom .photo .images .text .inner-text .line {
  height: 6vw;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.55);
  margin: 0 auto 10px;
}
@media screen and (min-width: 701px) {
  #film-content #soundtrack .bottom .photo .images .text .inner-text .line {
    height: 3vw;
  }
}
#film-content #soundtrack .bottom .photo .images .text .inner-text .track-number {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 1.4375em;
}
#film-content #soundtrack .bottom .tracks .track-content li {
  display: table;
  width: 100%;
  padding: 7px 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#film-content #soundtrack .bottom .tracks .track-content li.active .play-pause .inner .icon {
  margin-top: -1px;
  margin-left: -1px;
  width: 23px;
  height: 23px;
  background-image: url("/awards-html../img/film/soundtrack/pause.png");
  background-size: 23px 23px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  #film-content #soundtrack .bottom .tracks .track-content li.active .play-pause .inner .icon {
    background-image: url("/awards-html../img/film/soundtrack/pause.png");
    background-size: 23px 23px;
  }
}
#film-content #soundtrack .bottom .tracks .track-content li.active .play-pause .inner .icon.white {
  width: 23px;
  height: 23px;
  background-image: url("/awards-html../img/film/soundtrack/pause_white.png");
  background-size: 23px 23px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  #film-content #soundtrack .bottom .tracks .track-content li.active .play-pause .inner .icon.white {
    background-image: url("/awards-html../img/film/soundtrack/pause_white.png");
    background-size: 23px 23px;
  }
}
#film-content #soundtrack .bottom .tracks .track-content li .play-pause {
  display: table-cell;
  vertical-align: top;
  width: 48px;
}
#film-content #soundtrack .bottom .tracks .track-content li .play-pause .inner {
  border-radius: 100px;
  border: 2px solid #333;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  cursor: pointer;
}
#film-content #soundtrack .bottom .tracks .track-content li .play-pause .inner.white {
  border-color: #fff;
}
#film-content #soundtrack .bottom .tracks .track-content li .play-pause .inner .icon {
  width: 23px;
  height: 23px;
  background-image: url("/awards-html../img/film/soundtrack/play.png");
  background-size: 23px 23px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  #film-content #soundtrack .bottom .tracks .track-content li .play-pause .inner .icon {
    background-image: url("/awards-html../img/film/soundtrack/play.png");
    background-size: 23px 23px;
  }
}
#film-content #soundtrack .bottom .tracks .track-content li .play-pause .inner .icon.white {
  width: 23px;
  height: 23px;
  background-image: url("/awards-html../img/film/soundtrack/play_white.png");
  background-size: 23px 23px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  #film-content #soundtrack .bottom .tracks .track-content li .play-pause .inner .icon.white {
    background-image: url("/awards-html../img/film/soundtrack/play_white.png");
    background-size: 23px 23px;
  }
}
#film-content #soundtrack .bottom .tracks .track-content li .text {
  display: table-cell;
  vertical-align: middle;
  color: inherit;
}
#film-content #soundtrack .bottom .tracks .track-content li .text .title {
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-right: 12px;
  color: inherit;
}
.ua-desktop-macintosh.ua-firefox #film-content #soundtrack .bottom .tracks .track-content li .text .title {
  font-weight: 600;
}
#film-content #soundtrack .bottom .tracks .track-content li .text .line {
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #b8b3a7;
  vertical-align: middle;
  margin-right: 12px;
  display: none;
}
@media screen and (min-width: 1100) {
  #film-content #soundtrack .bottom .tracks .track-content li .text .line {
    display: inline-block;
  }
}
#film-content #soundtrack .bottom .tracks .track-content li .text .by {
  display: inline-block;
}

.brianbanks #film-content .lockout .block.distribution-block .distribution-block p {
  font-size: 24px;
}
@media screen and (min-width: 701px) {
  .brianbanks #film-content .lockout .block.distribution-block .distribution-block p {
    font-size: 28px;
  }
}

.skinned-playlist-slide .skinned-playlist-wrap {
  height: 170px;
}
.skinned-playlist-slide .skinned-playlist-wrap .skinned-playlist-thumb-img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.skinned-playlist-slide .skinned-playlist-wrap .skinned-playlist-thumb-img:hover {
  transform: translateY(-50%) scale(1.06, 1.06) rotate(0.001deg);
}

body.full-width section#sign-up-promo {
  display: none;
}

#in-the-news {
  padding: 10px 0px 50px;
  text-align: center;
}
@media screen and (min-width: 701px) {
  #in-the-news {
    padding: 30px 30px 0 0;
  }
}
@media screen and (max-width: 500px) {
  #in-the-news {
    border-bottom: 1px solid #d7d6d4;
    overflow: auto;
  }
}
#in-the-news h2 {
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (min-width: 701px) {
  #in-the-news h2 {
    margin-bottom: 28px;
  }
}
#in-the-news .lockout {
  text-align: center;
}
#in-the-news .featured-news {
  margin-bottom: 12px;
  height: 465px;
  overflow-y: scroll;
}
@media screen and (max-width: 500px) {
  #in-the-news .featured-news {
    height: auto;
  }
}
@media screen and (min-width: 701px) {
  #in-the-news .featured-news {
    margin-bottom: 28px;
  }
}
#in-the-news .featured-news:after {
  content: "";
  display: table;
  clear: both;
}
#in-the-news .featured-news li {
  margin-bottom: 31px;
}
#in-the-news .featured-news li:after {
  content: "";
  display: table;
  clear: both;
}
#in-the-news .featured-news li a {
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#in-the-news .featured-news li a:hover {
  color: #555;
}
#in-the-news .featured-news li a .thumb {
  float: left;
  width: 45%;
}
#in-the-news .featured-news li a .thumb img {
  width: 100%;
}
#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 #in-the-news .featured-news li a .title {
  font-weight: 600;
}
@media screen and (min-width: 701px) {
  #in-the-news .featured-news li a .title {
    font-size: 1.3125em;
    padding-left: 6%;
  }
}
@media screen and (min-width: 769px) {
  #in-the-news .featured-news li a .title {
    font-size: 1.4375em;
  }
}
#in-the-news .social {
  margin: 0 auto;
  overflow: auto;
  text-align: center;
  display: inline-block;
}
#in-the-news .social li {
  float: left;
  margin: 10px;
}
#in-the-news .social li a {
  width: 63px;
  height: 63px;
  background-repeat: no-repeat;
}
#in-the-news .social li a:hover {
  background-position: center -63px;
}
#in-the-news .social li a.facebook {
  background-image: url(../img/social/facebook.png);
}
#in-the-news .social li a.twitter {
  background-image: url(../img/social/twitter.png);
}
#in-the-news .social li a.instagram {
  background-image: url(../img/social/instagram.png);
}
#in-the-news .social li a.pinterest {
  background-image: url(../img/social/pinterest.png);
}
#in-the-news .social li a.youtube {
  background-image: url(../img/social/youtube.png);
}
#in-the-news .social.white {
  width: 332px;
}
#in-the-news .social.white li a {
  background-size: contain;
}
#in-the-news .social.white li a:hover {
  background-position: 0 0;
}
#in-the-news .social.white li a.facebook {
  background-image: url(../img/social/facebook2x.png);
}
#in-the-news .social.white li a.twitter {
  background-image: url(../img/social/twitter2x.png);
}
#in-the-news .social.white li a.instagram {
  background-image: url(../img/social/instagram2x.png);
}
#in-the-news .social.white li a.pinterest {
  background-image: url(../img/social/pinterest2x.png);
}
#in-the-news .social.white li a.youtube {
  background-image: url(../img/social/youtube2x.png);
}
#in-the-news .btn {
  min-width: 240px;
}
@media screen and (max-width: 500px) {
  #in-the-news .btn {
    display: none;
  }
}
#in-the-news.social-links {
  padding-bottom: 50px;
}
#in-the-news.social-links h2 {
  text-align: center;
}

#keep-up {
  padding: 10px 0px 35px;
}
@media screen and (min-width: 701px) {
  #keep-up {
    padding: 30px 80px 0 0;
    width: 50%;
    display: table-cell;
    vertical-align: top;
  }
}
#keep-up h1 {
  margin-bottom: 35px;
}
@media screen and (min-width: 701px) {
  #keep-up h1 {
    margin-bottom: 42px;
  }
}
#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 #keep-up p {
  font-weight: 400;
}
@media screen and (min-width: 701px) {
  #keep-up p {
    margin-bottom: 43px;
  }
}
#keep-up .subscribe {
  margin-bottom: 30px;
}
#keep-up .subscribe form {
  display: table;
  width: 100%;
}
@media screen and (min-width: 850px) {
  #keep-up .subscribe form .left {
    display: table-cell;
    vertical-align: top;
    width: 70%;
    padding-right: 15px;
  }
}
#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;
}
#keep-up .subscribe form .left input::-webkit-input-placeholder {
  color: #b2b2b2;
}
#keep-up .subscribe form .left input::-moz-placeholder {
  color: #b2b2b2;
}
#keep-up .subscribe form .left input:-moz-placeholder {
  color: #b2b2b2;
}
#keep-up .subscribe form .left input:-ms-input-placeholder {
  color: #b2b2b2;
}
#keep-up .subscribe form .left input.error {
  border: 1px solid #d3281c;
}
@media screen and (min-width: 850px) {
  #keep-up .subscribe form .right {
    display: table-cell;
    vertical-align: top;
    width: 30%;
  }
}
#keep-up .subscribe form .right .btn {
  margin-top: 18px;
  white-space: nowrap;
  width: 100%;
}
@media screen and (min-width: 850px) {
  #keep-up .subscribe form .right .btn {
    margin-top: 0;
  }
}

.in-the-press {
  /* new press block */
}
.in-the-press ul {
  padding: 40px 29px 50px;
}
@media screen and (max-width: 500px) {
  .in-the-press {
    padding-top: 50px;
  }
}
.in-the-press .press-content {
  padding-top: 20px;
}
@media screen and (min-width: 701px) and (max-width: 500px) {
  .in-the-press .press-content ul {
    height: auto;
  }
}
.in-the-press .press-content h1 {
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (min-width: 701px) {
  .in-the-press .press-content h1 {
    margin-bottom: 30px;
  }
}
.in-the-press .press-content h2 {
  text-align: left;
}
.in-the-press .press-content .film-group-slider .thumb-slider {
  padding-bottom: 0;
}
.in-the-press .press-content .press-article {
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (min-width: 701px) {
  .in-the-press .press-content .press-article {
    margin-bottom: 40px;
  }
}
.in-the-press .press-content .press-article:hover .press-title {
  color: #555 !important;
}
.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 .in-the-press .press-content .press-article .press-title {
  font-weight: 600;
}
@media screen and (min-width: 701px) {
  .in-the-press .press-content .press-article .press-title {
    font-size: 1.5em;
  }
}
.in-the-press .press-content .press-article .press-source {
  font-size: 18px;
  color: #2B2C31;
}
.in-the-press .press-content .press-article .caption p.title a {
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.25;
  font-weight: 400;
  text-align: left;
}
.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) {
  .in-the-press .more-press {
    margin-bottom: 100px;
  }
}
.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);
}
.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) {
  .in-the-press .more-press .inner {
    background-image: url("../img/global/arrow-down.png");
    background-size: 13px 25px;
  }
}
.in-the-press .btn {
  min-width: 240px;
}
@media screen and (max-width: 500px) {
  .in-the-press .btn {
    display: none;
  }
}
.in-the-press.press-block h2 {
  text-align: center;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  font-size: 3em;
}
.in-the-press.press-block .film-group-slider .thumb-slider {
  padding: 40px 0 0;
}
@media (min-width: 660px) {
  .in-the-press.press-block .film-group-slider .thumb-slider {
    padding: 40px 30px 0px;
  }
}
.in-the-press.press-block .film-group-slider .prev-btn,
.in-the-press.press-block .film-group-slider .next-btn {
  top: 25% !important;
  display: none !important;
}
@media (min-width: 660px) {
  .in-the-press.press-block .film-group-slider .prev-btn,
  .in-the-press.press-block .film-group-slider .next-btn {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .in-the-press.press-block p {
    font-size: 14px;
    line-height: 1;
  }
}
.in-the-press.press-block p.blurb {
  color: #333;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 1.03125em;
  letter-spacing: 0.02em;
  margin-bottom: 60px;
  text-align: center;
}
.in-the-press.press-block .press-links {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  height: auto;
}
.in-the-press.press-block .press-links .press-article {
  vertical-align: top;
  display: inline-block;
  margin: 0 0 50px;
  width: 31.1828%;
  padding: 1.7vw;
}
@media screen and (max-width: 960px) {
  .in-the-press.press-block .press-links .press-article {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .in-the-press.press-block .press-links .press-article {
    width: 100%;
    margin-bottom: 20px;
  }
  .in-the-press.press-block .press-links .press-article .image {
    height: 100% !important;
  }
}
.in-the-press.press-block .press-links .press-article .image {
  margin-bottom: 10px;
  overflow: hidden;
  height: 100% !important;
}
.in-the-press.press-block .press-links .press-article .image img {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.in-the-press.press-block .press-links .press-article a {
  color: #000;
}
.in-the-press.press-block .press-links .press-article p {
  color: #000;
  text-transform: uppercase;
}
.in-the-press.press-block .press-links .press-article p.publication {
  color: #333;
  font-size: 14px;
  margin-bottom: 0.25em;
}
.in-the-press.press-block .press-links .press-article p.title {
  font-weight: 600;
  margin-top: 0.5em;
}
.in-the-press.press-block .press-links .press-article p.blurb {
  text-transform: none;
  font-size: 1em;
  color: #666666;
  letter-spacing: 0.02em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  line-height: 20px;
}
.in-the-press.press-block .press-links .press-article .blurb {
  margin-top: 10px;
}
.in-the-press.press-block .press-links .press-article .blurb p {
  font-size: 1em;
  color: #666666;
  letter-spacing: 0.02em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
  text-transform: none;
}
.in-the-press.press-block ul.press-links {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 30px;
}
.in-the-press.slider {
  position: relative;
  /*hide the arrows when not needed*/
}
.in-the-press.slider ul.press-links {
  width: 90%;
  margin: 0 auto;
  padding: 79px 29px;
}
.in-the-press.slider .arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.in-the-press.slider .arrow.prev-btn {
  left: 3%;
  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) {
  .in-the-press.slider .arrow.prev-btn {
    background-image: url("../img/global/scroll-arrow-left.png");
    background-size: 40px 40px;
  }
}
.in-the-press.slider .arrow.prev-btn:hover {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.in-the-press.slider .arrow.next-btn {
  right: 3%;
  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) {
  .in-the-press.slider .arrow.next-btn {
    background-image: url("../img/global/scroll-arrow-right.png");
    background-size: 40px 40px;
  }
}
.in-the-press.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: 900px) {
  .in-the-press.slider.licount-2 .arrow, .in-the-press.slider.licount-1 .arrow {
    display: none;
  }
}

#news-press {
  padding: 35px 0 50px;
}
@media screen and (min-width: 701px) {
  #news-press {
    padding: 45px 0 80px;
    display: table;
  }
}

#results {
  padding: 130px 0 50px;
  min-height: 80vh;
}
@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;
  }
}
#results .search-results .search-results-section {
  margin-top: 60px;
}
#results .search-results .search-results-section.count {
  color: #2b2c31;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}
.ua-desktop-macintosh.ua-firefox #results .search-results .search-results-section.count {
  font-weight: 600;
}
#results .search-results .search-results-section.has-items {
  margin-bottom: -30px;
}
#results .search-results .search-results-section h2 {
  color: #2b2c31;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.ua-desktop-macintosh.ua-firefox #results .search-results .search-results-section h2 {
  font-weight: 600;
}
#results .search-results .search-results-section .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  #results .search-results .search-results-section .items {
    justify-content: space-between;
  }
}
#results .search-results .search-results-section .items .item {
  flex: 0 1 auto;
  width: -webkit-calc(30% - 50px);
  width: calc(30% - 50px);
  margin: 0 50px 50px 0;
}
@media screen and (max-width: 850px) {
  #results .search-results .search-results-section .items .item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-right: 0;
  }
}
@media screen and (max-width: 400px) {
  #results .search-results .search-results-section .items .item {
    width: 100%;
  }
}
#results .search-results .search-results-section .items .item .item-image {
  width: 100%;
  padding-top: 150%;
  position: relative;
  background-color: #2b2c31;
}
#results .search-results .search-results-section .items .item .item-image.item-image-generic {
  padding-top: 56%;
}
#results .search-results .search-results-section .items .item .item-image .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#results .search-results .search-results-section .items .item .item-image .bgimg.noimage {
  background-image: url("../img/global/nav/logo.png");
  background-size: contain;
  background-position: center;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
}
#results .search-results .search-results-section .items .item .item-copy {
  margin-top: 10px;
  font-family: "museo-slab", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #2b2c31;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.ua-desktop-macintosh.ua-firefox #results .search-results .search-results-section .items .item .item-copy {
  font-weight: 500;
}
#results .search-results .search-results-section .items .item a {
  text-decoration: none;
}
#results .search-results .search-results-section .items .item a .item-image {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  opacity: 1;
}
#results .search-results .search-results-section .items .item a:hover .item-image {
  opacity: 0.85;
}
#results .search-results .search-results-section .items .item a:hover .item-copy {
  color: #000;
}

#press {
  padding: 130px 0 0;
}
@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 .fui-i {
  margin-top: 20px;
}
#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;
  }
}
#press .lockout .content .left input,
#press .lockout .content .left textarea {
  background-color: transparent;
  border-radius: 0;
}
#press .lockout .content .left .fui-btn {
  width: 200px;
  display: block;
  margin: 30px auto 30px 10px;
  border: 1px solid #d3281c;
  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;
  background-color: transparent;
  border-radius: 0;
  color: black;
}
#press .lockout .content .left .fui-btn:hover {
  background-color: #d3281c;
}
@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 .logos {
    width: 450px;
    padding-bottom: 100px;
  }
  #press .lockout .content .right .logos img {
    width: 90%;
    margin-bottom: 10px;
    float: left;
  }
  #press .lockout .content .right .logos p {
    font-size: 18px;
    line-height: 27px;
  }
  #press .lockout .content .right .logos ul {
    margin-top: 10px;
  }
  #press .lockout .content .right .logos ul li a {
    color: #d3281c;
    text-transform: uppercase;
    font-size: 18px;
  }
  #press .lockout .content .right .logos ul li a span {
    color: #000;
  }
}
#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;
  }
}

#in-the-news {
  padding: 10px 0px 50px;
  text-align: center;
}
@media screen and (min-width: 701px) {
  #in-the-news {
    padding: 30px 30px 0 0;
  }
}
@media screen and (max-width: 500px) {
  #in-the-news {
    border-bottom: 1px solid #d7d6d4;
    overflow: auto;
  }
}
#in-the-news h2 {
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (min-width: 701px) {
  #in-the-news h2 {
    margin-bottom: 28px;
  }
}
#in-the-news .lockout {
  text-align: center;
}
#in-the-news .featured-news {
  margin-bottom: 12px;
  height: 465px;
  overflow-y: scroll;
}
@media screen and (max-width: 500px) {
  #in-the-news .featured-news {
    height: auto;
  }
}
@media screen and (min-width: 701px) {
  #in-the-news .featured-news {
    margin-bottom: 28px;
  }
}
#in-the-news .featured-news:after {
  content: "";
  display: table;
  clear: both;
}
#in-the-news .featured-news li {
  margin-bottom: 31px;
}
#in-the-news .featured-news li:after {
  content: "";
  display: table;
  clear: both;
}
#in-the-news .featured-news li a {
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#in-the-news .featured-news li a:hover {
  color: #555;
}
#in-the-news .featured-news li a .thumb {
  float: left;
  width: 45%;
}
#in-the-news .featured-news li a .thumb img {
  width: 100%;
}
#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 #in-the-news .featured-news li a .title {
  font-weight: 600;
}
@media screen and (min-width: 701px) {
  #in-the-news .featured-news li a .title {
    font-size: 1.3125em;
    padding-left: 6%;
  }
}
@media screen and (min-width: 769px) {
  #in-the-news .featured-news li a .title {
    font-size: 1.4375em;
  }
}
#in-the-news .social {
  margin: 0 auto;
  overflow: auto;
  text-align: center;
  display: inline-block;
}
#in-the-news .social li {
  float: left;
  margin: 10px;
}
#in-the-news .social li a {
  width: 63px;
  height: 63px;
  background-repeat: no-repeat;
}
#in-the-news .social li a:hover {
  background-position: center -63px;
}
#in-the-news .social li a.facebook {
  background-image: url(../img/social/facebook.png);
}
#in-the-news .social li a.twitter {
  background-image: url(../img/social/twitter.png);
}
#in-the-news .social li a.instagram {
  background-image: url(../img/social/instagram.png);
}
#in-the-news .social li a.pinterest {
  background-image: url(../img/social/pinterest.png);
}
#in-the-news .social li a.youtube {
  background-image: url(../img/social/youtube.png);
}
#in-the-news .social.white {
  width: 332px;
}
#in-the-news .social.white li a {
  background-size: contain;
}
#in-the-news .social.white li a:hover {
  background-position: 0 0;
}
#in-the-news .social.white li a.facebook {
  background-image: url(../img/social/facebook2x.png);
}
#in-the-news .social.white li a.twitter {
  background-image: url(../img/social/twitter2x.png);
}
#in-the-news .social.white li a.instagram {
  background-image: url(../img/social/instagram2x.png);
}
#in-the-news .social.white li a.pinterest {
  background-image: url(../img/social/pinterest2x.png);
}
#in-the-news .social.white li a.youtube {
  background-image: url(../img/social/youtube2x.png);
}
#in-the-news .btn {
  min-width: 240px;
}
@media screen and (max-width: 500px) {
  #in-the-news .btn {
    display: none;
  }
}
#in-the-news.social-links {
  padding-bottom: 50px;
}
#in-the-news.social-links h2 {
  text-align: center;
}

#keep-up {
  padding: 10px 0px 35px;
}
@media screen and (min-width: 701px) {
  #keep-up {
    padding: 30px 80px 0 0;
    width: 50%;
    display: table-cell;
    vertical-align: top;
  }
}
#keep-up h1 {
  margin-bottom: 35px;
}
@media screen and (min-width: 701px) {
  #keep-up h1 {
    margin-bottom: 42px;
  }
}
#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 #keep-up p {
  font-weight: 400;
}
@media screen and (min-width: 701px) {
  #keep-up p {
    margin-bottom: 43px;
  }
}
#keep-up .subscribe {
  margin-bottom: 30px;
}
#keep-up .subscribe form {
  display: table;
  width: 100%;
}
@media screen and (min-width: 850px) {
  #keep-up .subscribe form .left {
    display: table-cell;
    vertical-align: top;
    width: 70%;
    padding-right: 15px;
  }
}
#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;
}
#keep-up .subscribe form .left input::-webkit-input-placeholder {
  color: #b2b2b2;
}
#keep-up .subscribe form .left input::-moz-placeholder {
  color: #b2b2b2;
}
#keep-up .subscribe form .left input:-moz-placeholder {
  color: #b2b2b2;
}
#keep-up .subscribe form .left input:-ms-input-placeholder {
  color: #b2b2b2;
}
#keep-up .subscribe form .left input.error {
  border: 1px solid #d3281c;
}
@media screen and (min-width: 850px) {
  #keep-up .subscribe form .right {
    display: table-cell;
    vertical-align: top;
    width: 30%;
  }
}
#keep-up .subscribe form .right .btn {
  margin-top: 18px;
  white-space: nowrap;
  width: 100%;
}
@media screen and (min-width: 850px) {
  #keep-up .subscribe form .right .btn {
    margin-top: 0;
  }
}

.in-the-press {
  /* new press block */
}
.in-the-press ul {
  padding: 40px 29px 50px;
}
@media screen and (max-width: 500px) {
  .in-the-press {
    padding-top: 50px;
  }
}
.in-the-press .press-content {
  padding-top: 20px;
}
@media screen and (min-width: 701px) and (max-width: 500px) {
  .in-the-press .press-content ul {
    height: auto;
  }
}
.in-the-press .press-content h1 {
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (min-width: 701px) {
  .in-the-press .press-content h1 {
    margin-bottom: 30px;
  }
}
.in-the-press .press-content h2 {
  text-align: left;
}
.in-the-press .press-content .film-group-slider .thumb-slider {
  padding-bottom: 0;
}
.in-the-press .press-content .press-article {
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (min-width: 701px) {
  .in-the-press .press-content .press-article {
    margin-bottom: 40px;
  }
}
.in-the-press .press-content .press-article:hover .press-title {
  color: #555 !important;
}
.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 .in-the-press .press-content .press-article .press-title {
  font-weight: 600;
}
@media screen and (min-width: 701px) {
  .in-the-press .press-content .press-article .press-title {
    font-size: 1.5em;
  }
}
.in-the-press .press-content .press-article .press-source {
  font-size: 18px;
  color: #2B2C31;
}
.in-the-press .press-content .press-article .caption p.title a {
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.25;
  font-weight: 400;
  text-align: left;
}
.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) {
  .in-the-press .more-press {
    margin-bottom: 100px;
  }
}
.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);
}
.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) {
  .in-the-press .more-press .inner {
    background-image: url("../img/global/arrow-down.png");
    background-size: 13px 25px;
  }
}
.in-the-press .btn {
  min-width: 240px;
}
@media screen and (max-width: 500px) {
  .in-the-press .btn {
    display: none;
  }
}
.in-the-press.press-block h2 {
  text-align: center;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  font-size: 3em;
}
.in-the-press.press-block .film-group-slider .thumb-slider {
  padding: 40px 0 0;
}
@media (min-width: 660px) {
  .in-the-press.press-block .film-group-slider .thumb-slider {
    padding: 40px 30px 0px;
  }
}
.in-the-press.press-block .film-group-slider .prev-btn,
.in-the-press.press-block .film-group-slider .next-btn {
  top: 25% !important;
  display: none !important;
}
@media (min-width: 660px) {
  .in-the-press.press-block .film-group-slider .prev-btn,
  .in-the-press.press-block .film-group-slider .next-btn {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .in-the-press.press-block p {
    font-size: 14px;
    line-height: 1;
  }
}
.in-the-press.press-block p.blurb {
  color: #333;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 1.03125em;
  letter-spacing: 0.02em;
  margin-bottom: 60px;
  text-align: center;
}
.in-the-press.press-block .press-links {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  height: auto;
}
.in-the-press.press-block .press-links .press-article {
  vertical-align: top;
  display: inline-block;
  margin: 0 0 50px;
  width: 31.1828%;
  padding: 1.7vw;
}
@media screen and (max-width: 960px) {
  .in-the-press.press-block .press-links .press-article {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .in-the-press.press-block .press-links .press-article {
    width: 100%;
    margin-bottom: 20px;
  }
  .in-the-press.press-block .press-links .press-article .image {
    height: 100% !important;
  }
}
.in-the-press.press-block .press-links .press-article .image {
  margin-bottom: 10px;
  overflow: hidden;
  height: 100% !important;
}
.in-the-press.press-block .press-links .press-article .image img {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.in-the-press.press-block .press-links .press-article a {
  color: #000;
}
.in-the-press.press-block .press-links .press-article p {
  color: #000;
  text-transform: uppercase;
}
.in-the-press.press-block .press-links .press-article p.publication {
  color: #333;
  font-size: 14px;
  margin-bottom: 0.25em;
}
.in-the-press.press-block .press-links .press-article p.title {
  font-weight: 600;
  margin-top: 0.5em;
}
.in-the-press.press-block .press-links .press-article p.blurb {
  text-transform: none;
  font-size: 1em;
  color: #666666;
  letter-spacing: 0.02em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  line-height: 20px;
}
.in-the-press.press-block .press-links .press-article .blurb {
  margin-top: 10px;
}
.in-the-press.press-block .press-links .press-article .blurb p {
  font-size: 1em;
  color: #666666;
  letter-spacing: 0.02em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
  text-transform: none;
}
.in-the-press.press-block ul.press-links {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 30px;
}
.in-the-press.slider {
  position: relative;
  /*hide the arrows when not needed*/
}
.in-the-press.slider ul.press-links {
  width: 90%;
  margin: 0 auto;
  padding: 79px 29px;
}
.in-the-press.slider .arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.in-the-press.slider .arrow.prev-btn {
  left: 3%;
  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) {
  .in-the-press.slider .arrow.prev-btn {
    background-image: url("../img/global/scroll-arrow-left.png");
    background-size: 40px 40px;
  }
}
.in-the-press.slider .arrow.prev-btn:hover {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.in-the-press.slider .arrow.next-btn {
  right: 3%;
  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) {
  .in-the-press.slider .arrow.next-btn {
    background-image: url("../img/global/scroll-arrow-right.png");
    background-size: 40px 40px;
  }
}
.in-the-press.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: 900px) {
  .in-the-press.slider.licount-2 .arrow, .in-the-press.slider.licount-1 .arrow {
    display: none;
  }
}

#news-press {
  padding: 35px 0 50px;
}
@media screen and (min-width: 701px) {
  #news-press {
    padding: 45px 0 80px;
    display: table;
  }
}

.full-width #skin-wrap #skinned-header {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.full-width #skin-wrap #skinned-header #hero-d,
.full-width #skin-wrap #skinned-header #hero-m {
  min-width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.full-width #skin-wrap #skinned-header #hero-d.mobile,
.full-width #skin-wrap #skinned-header #hero-m.mobile {
  display: none;
}
@media screen and (max-width: 700px) {
  .full-width #skin-wrap #skinned-header #hero-d.desktop,
  .full-width #skin-wrap #skinned-header #hero-m.desktop {
    display: none;
  }
  .full-width #skin-wrap #skinned-header #hero-d.mobile,
  .full-width #skin-wrap #skinned-header #hero-m.mobile {
    display: block;
    height: auto;
  }
}
.full-width #skin-wrap #skinned-header #hero-d video,
.full-width #skin-wrap #skinned-header #hero-m video {
  min-width: 100vw;
  min-height: 100vh;
  position: absolute;
  top: 0;
  right: -100%;
  left: -100%;
  margin: 0 auto;
}
.full-width #skin-wrap #skinned-header #hero-d .video-poster,
.full-width #skin-wrap #skinned-header #hero-m .video-poster {
  min-width: 100vw;
  min-height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.full-width #skin-wrap #skinned-header #hero-d .title-container,
.full-width #skin-wrap #skinned-header #hero-m .title-container {
  bottom: 0;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  height: 75vh;
  justify-content: flex-end;
  z-index: 1;
  margin: 0 auto;
  width: 75%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (min-width: 700px) {
  .full-width #skin-wrap #skinned-header #hero-d .title-container img,
  .full-width #skin-wrap #skinned-header #hero-m .title-container img {
    display: none;
  }
}
.full-width #skin-wrap #skinned-header #hero-d .tout,
.full-width #skin-wrap #skinned-header #hero-m .tout {
  position: relative;
  z-index: 99;
  left: 0;
  right: 0;
  margin: auto;
  width: 940px;
  background: rgba(0, 0, 0, 0.7);
  padding: 30px;
  margin-bottom: 60px;
}
.full-width #skin-wrap #skinned-header #hero-d .tout.mobile,
.full-width #skin-wrap #skinned-header #hero-m .tout.mobile {
  display: none;
}
.full-width #skin-wrap #skinned-header #hero-d .tout p,
.full-width #skin-wrap #skinned-header #hero-m .tout p {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
.full-width #skin-wrap #skinned-header #hero-d .tout .buttons,
.full-width #skin-wrap #skinned-header #hero-m .tout .buttons {
  margin-top: 30px;
  float: left;
  width: auto;
  display: inline-block;
}
@media screen and (max-width: 1020px) {
  .full-width #skin-wrap #skinned-header #hero-d .tout .buttons,
  .full-width #skin-wrap #skinned-header #hero-m .tout .buttons {
    margin: 10px auto;
  }
}
.full-width #skin-wrap #skinned-header #hero-d .tout .buttons li,
.full-width #skin-wrap #skinned-header #hero-m .tout .buttons li {
  float: left;
  margin-left: 20px;
}
.full-width #skin-wrap #skinned-header #hero-d .tout .buttons li a,
.full-width #skin-wrap #skinned-header #hero-m .tout .buttons li a {
  padding: 14px 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  width: 250px;
  border: 1px solid #fff;
  border-radius: 6px;
  display: block;
}
.full-width #skin-wrap #skinned-header #hero-d .tout .buttons li a:hover,
.full-width #skin-wrap #skinned-header #hero-m .tout .buttons li a:hover {
  background: rgb(37, 13, 14);
}
.full-width #skin-wrap #skinned-header #hero-d .tout .social,
.full-width #skin-wrap #skinned-header #hero-m .tout .social {
  margin-top: 30px;
  width: 260px;
  float: right;
}
.full-width #skin-wrap #skinned-header #hero-d .tout .social li,
.full-width #skin-wrap #skinned-header #hero-m .tout .social li {
  float: left;
}
.full-width #skin-wrap #skinned-header #hero-d .tout .social li a,
.full-width #skin-wrap #skinned-header #hero-m .tout .social li a {
  display: block;
  height: 46px;
  width: 46px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
}
.full-width #skin-wrap #skinned-header #hero-d .tout .social li a.facebook,
.full-width #skin-wrap #skinned-header #hero-m .tout .social li a.facebook {
  background-image: url(../img/social/facebook2x.png);
}
.full-width #skin-wrap #skinned-header #hero-d .tout .social li a.twitter,
.full-width #skin-wrap #skinned-header #hero-m .tout .social li a.twitter {
  background-image: url(../img/social/twitter2x.png);
}
.full-width #skin-wrap #skinned-header #hero-d .tout .social li a.youtube,
.full-width #skin-wrap #skinned-header #hero-m .tout .social li a.youtube {
  background-image: url(../img/social/youtube2x.png);
}
.full-width #skin-wrap #skinned-header #hero-d .tout .social li a.instagram,
.full-width #skin-wrap #skinned-header #hero-m .tout .social li a.instagram {
  background-image: url(../img/social/instagram2x.png);
}
@media screen and (max-width: 1020px) {
  .full-width #skin-wrap #skinned-header #hero-d .tout,
  .full-width #skin-wrap #skinned-header #hero-m .tout {
    width: 600px;
    height: 280px;
    padding: 30px;
  }
  .full-width #skin-wrap #skinned-header #hero-d .tout .buttons li,
  .full-width #skin-wrap #skinned-header #hero-m .tout .buttons li {
    clear: left;
    margin: 10px auto;
  }
  .full-width #skin-wrap #skinned-header #hero-d .tout .buttons li a,
  .full-width #skin-wrap #skinned-header #hero-m .tout .buttons li a {
    width: 520px;
  }
  .full-width #skin-wrap #skinned-header #hero-d .tout .social,
  .full-width #skin-wrap #skinned-header #hero-m .tout .social {
    float: none;
    margin: 10px auto 20px;
    width: 200px;
  }
}
@media screen and (max-width: 700px) {
  .full-width #skin-wrap #skinned-header #hero-d .tout,
  .full-width #skin-wrap #skinned-header #hero-m .tout {
    background: rgb(37, 13, 14);
    width: 100%;
    margin-bottom: 0;
  }
  .full-width #skin-wrap #skinned-header #hero-d .tout.desktop,
  .full-width #skin-wrap #skinned-header #hero-m .tout.desktop {
    display: none;
  }
  .full-width #skin-wrap #skinned-header #hero-d .tout.mobile,
  .full-width #skin-wrap #skinned-header #hero-m .tout.mobile {
    display: block;
  }
  .full-width #skin-wrap #skinned-header #hero-d .tout p,
  .full-width #skin-wrap #skinned-header #hero-m .tout p {
    font-size: 16px;
  }
  .full-width #skin-wrap #skinned-header #hero-d .tout .buttons li,
  .full-width #skin-wrap #skinned-header #hero-m .tout .buttons li {
    width: 14%;
  }
  .full-width #skin-wrap #skinned-header #hero-d .tout .buttons li a,
  .full-width #skin-wrap #skinned-header #hero-m .tout .buttons li a {
    width: 86vw;
    padding: 10px;
  }
}
.full-width #skin-wrap #skinned-header #hero-d .scroll,
.full-width #skin-wrap #skinned-header #hero-m .scroll {
  opacity: 1;
  transition: 0.6s all;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.full-width #skin-wrap #skinned-header #hero-d .scroll.mobile,
.full-width #skin-wrap #skinned-header #hero-m .scroll.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .full-width #skin-wrap #skinned-header #hero-d .scroll.desktop,
  .full-width #skin-wrap #skinned-header #hero-m .scroll.desktop {
    display: none;
  }
  .full-width #skin-wrap #skinned-header #hero-d .scroll.mobile,
  .full-width #skin-wrap #skinned-header #hero-m .scroll.mobile {
    display: block;
  }
}
.full-width #skin-wrap #skinned-header #hero-d .scroll.hidden,
.full-width #skin-wrap #skinned-header #hero-m .scroll.hidden {
  opacity: 0;
}
.full-width #skin-wrap #skinned-header #hero-d .scroll .icon,
.full-width #skin-wrap #skinned-header #hero-m .scroll .icon {
  width: 16px;
  height: 23px;
  background-image: url("../img/global/mouse.png");
  background-size: 16px 23px;
  background-repeat: no-repeat;
  margin: 0 auto 18px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .full-width #skin-wrap #skinned-header #hero-d .scroll .icon,
  .full-width #skin-wrap #skinned-header #hero-m .scroll .icon {
    background-image: url("../img/global/mouse.png");
    background-size: 16px 23px;
  }
}
@media screen and (min-width: 701px) {
  .full-width #skin-wrap #skinned-header #hero-d .scroll .icon,
  .full-width #skin-wrap #skinned-header #hero-m .scroll .icon {
    width: 46px;
    height: 46px;
    background-image: url("../img/global/scroll_2X.png");
    background-size: 46px 46px;
    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) {
  .full-width #skin-wrap #skinned-header #hero-d .scroll .icon,
  .full-width #skin-wrap #skinned-header #hero-m .scroll .icon {
    background-image: url("../img/global/scroll_2X.png");
    background-size: 46px 46px;
  }
}
.full-width #skin-wrap #skinned-header #hero-d .scroll h4,
.full-width #skin-wrap #skinned-header #hero-m .scroll h4 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 0.75em;
  letter-spacing: 0.02em;
}
.ua-desktop-macintosh.ua-firefox .full-width #skin-wrap #skinned-header #hero-d .scroll h4,
.ua-desktop-macintosh.ua-firefox .full-width #skin-wrap #skinned-header #hero-m .scroll h4 {
  font-weight: 400;
}
/*
//	have to do this because realpie used so many ids in the css
	#skin-wrap {
		#skinned-header {
			#hero {
				@media only screen and (max-width: 699px) {
				    height: 170vw;
				  }
				  @include media($ipadPortrait) {
				    min-height: 650px;
				    height: 100vh;
				  }
			}
		}
	}

	#hero {
	  height: 100vh;
	  color: #fff;
	  position: relative;
	  overflow: hidden;
	  background-color: transparent;
	  width: 100%;

	  .background {
	    background-color: #000;
	    overflow: hidden;
	    width: 100%;
	    z-index: -1;
	    min-height: 650px;
	      height: 100vh;
	    @media only screen and (max-width: 750px) and (orientation: landscape) {
	      height: 700px;
	    }
	    @include media($ipadPortrait) {
	      min-height: 650px;
	      height: 100vh;
	    }
	    .photo {
	      background-size: cover;
	      background-repeat: no-repeat;
	      background-position: 50% 50%;
	      height: 100%;
	      @media screen and ( max-width : 768px){
	      	background-size: contain;
	      	background-position: center top;
	      }
	    }
	    .video {
	      // position: relative;
	      // height: 100%;
	      // overflow: hidden;
	      // display: none;
	      @include media($tablet) {
	        display: block;
	      }
	      .ua-mobile & {
	        display: none;
	      }
	      video {
	        @include scut-center-transform();
	        min-width: 100%;
	        min-height: 100%;
	      }
	    }
	  	    .scroll {
	  	    	opacity : 1;
	  	        transition: 0.6s all;
	  	        position: absolute;
	  	        bottom: 0;
	  	        left: 0;
	  	        right: 0;
	  	        margin: 0 auto;
	  	        &.mobile {
	  	        	display: none;
	  	        }
	  	        @media screen and (max-width : 768px){
	  	        	&.desktop {
	  	        		display: none;
	  	        	}
	  	        	&.mobile {
						display: block;
	  	        	}
	  	        }
	  	        &.hidden {
	  	    		opacity: 0;
	  	    	}
	  	      .icon {

	  	        @include retina-div('../img/global/mouse', 'png', 16, 23);
	  	        @include media($tablet){
	  				@include retina-div('../img/global/scroll_2X', 'png', 46, 46);
	  	        }
	  	        margin: 0 auto 18px;
	  	      }
	  	      h4 {
	  	        @include font-proxima-nova-600;
	  	        font-size: em(12);
	  	        letter-spacing: 0.02em;
	  	      }
	  		    @media screen and ( max-width : 700px){
	  		    	// display: none;
	  		    }

	  	    }
	  }
	  .inner {
	    position: absolute;
	    top: 0;
	    width: 100%;
	    padding: 0 8%;
	    text-align: center;
	    .title {
	      font-size: em(55);
	      @include font-museo-slab-500;
	      margin-bottom: 15px;
	      @include media($ipadPortrait) {
	        font-size: em(80);
	        margin-bottom: 9px;
	      }
	    }
	    @media screen and (max-width: 701px){
	      	padding: 0;
	      }
	    .subtitle {
	      font-size: em(18.5);
	      letter-spacing: 0.035em;
	      @include font-libre-baskerville-italic;
	      font-style: italic;
	      margin-bottom: 47px;
	      @include media($tablet) {
	        margin-bottom: 97px;
	      }
	    }
	    .btn {
	      color: #fff;
	      margin-bottom: 40px;
	      display: inline-block;
	      position: relative;
	      z-index: 2;
	    }
	    .line {
	      width: 1px;
	      height: 64px;
	      background-color: rgba(255, 255, 255, 0.4);;
	      margin: 0 auto 39px;
	      display: none;
	      @include media($ipadPortrait) {
	        display: block;
	      }
	    }

	  }

	}
 */
body.brianbanks section#hero-m {
  background-color: transparent;
}

.full-width .addthis-smartlayers, .full-width div#at4-follow, .full-width div#at4-share, .full-width div#at4-thankyou, .full-width div#at4-whatsnext {
  display: none;
}
.full-width #page-wrap .content-wrap h2 {
  font-size: 36px;
  color: #fff;
  margin: 0.83em;
}
.full-width #page-wrap .content-wrap h2 a {
  color: #cecaa8;
}
@media screen and (max-width: 768px) {
  .full-width #page-wrap .content-wrap h2 {
    font-size: 30px;
  }
}
.full-width #page-wrap .content-wrap h3 {
  font-size: 20px;
  color: #fff;
  margin: 0.83em;
}
.full-width #page-wrap .content-wrap h3 a {
  color: #cecaa8;
}
@media screen and (max-width: 768px) {
  .full-width #page-wrap .content-wrap h3 {
    font-size: 16px;
  }
}
.full-width #page-wrap .content-wrap h4 {
  font-size: 18px;
  color: #fff;
  margin: 0.83em;
}
.full-width #page-wrap .content-wrap h4 a {
  color: #cecaa8;
}
@media screen and (max-width: 768px) {
  .full-width #page-wrap .content-wrap h4 {
    font-size: 14px;
  }
}
.full-width #page-wrap .content-wrap p {
  color: #fff;
}
.full-width #page-wrap .content-wrap p a {
  color: #cecaa8;
}
.full-width #page-wrap #film-content .reviews.fixed {
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .full-width #page-wrap #film-content .reviews.fixed {
    background-attachment: scroll;
  }
}
.full-width #page-wrap #film-content .reviews ul {
  margin-bottom: 0;
  min-height: 100px !important;
}
.full-width #page-wrap #film-content .reviews ul li {
  min-height: 100px !important;
}
.full-width #page-wrap #film-content .reviews ul li img {
  opacity: 0;
  transform: translate(0px, 50px);
  transition: opacity 500ms ease-out, transform 1000ms ease-out;
}
.full-width #page-wrap #film-content .reviews ul li img.animate {
  opacity: 1;
  transform: translate(0px, 0px);
}
.full-width #page-wrap #film-content .gallery {
  padding: 0;
  margin: 0;
}
.full-width #page-wrap #film-content .gallery ul {
  margin: 0;
  padding: 0;
}
.full-width #page-wrap #film-content .gallery ul li p, .full-width #page-wrap #film-content .gallery ul li h3 {
  color: #000;
  margin-left: 0;
}
.full-width #page-wrap #film-content .gallery .mobile-caption h3, .full-width #page-wrap #film-content .gallery .mobile-caption p {
  color: #000;
}
.full-width #page-wrap #film-content .video-playlist .playlist .thumb-slider {
  max-width: 1000px;
}
.full-width #page-wrap #film-content .video-playlist .playlist li {
  width: 40%;
}
.full-width #page-wrap #film-content #news-press {
  width: 100%;
  background-color: #360d0f;
}
.full-width #page-wrap #film-content #in-the-news {
  background-color: #360d0f;
  width: 100%;
  text-align: center;
  padding: 60px 0 50px;
  overflow: auto;
}
.full-width #page-wrap #film-content #in-the-news h2 {
  text-align: center;
  margin-bottom: 0.4em;
}
.full-width #page-wrap #film-content #in-the-news p {
  text-align: center;
  margin-bottom: 1.4em;
}
.full-width #page-wrap #film-content #in-the-news ul {
  margin: 10px auto;
}
.full-width #page-wrap #film-content #in-the-press {
  clear: left;
  background-color: #360d0f;
  width: 100%;
  display: block;
  overflow: auto;
}
.full-width #page-wrap #film-content #in-the-press .press-content {
  border: none;
  padding: 30px 100px;
}
.full-width #page-wrap #film-content #in-the-press .press-content h2 {
  text-align: center;
  margin-bottom: 0.4em;
}
.full-width #page-wrap #film-content #in-the-press .press-content p {
  text-align: center;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 400px) {
  .full-width #page-wrap #film-content #in-the-press .press-content {
    padding: 30px 80px;
  }
}
.full-width #page-wrap #film-content #in-the-press ul {
  height: auto;
  text-align: center;
}
.full-width #page-wrap #film-content #in-the-press ul li {
  vertical-align: top;
  display: inline-block;
  margin: 0 0 50px;
  width: 31.1828%;
  padding: 1.7vw;
}
@media screen and (max-width: 800px) {
  .full-width #page-wrap #film-content #in-the-press ul li {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .full-width #page-wrap #film-content #in-the-press ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.full-width #page-wrap #film-content #in-the-press ul li .image {
  margin-bottom: 10px;
  overflow: hidden;
}
.full-width #page-wrap #film-content #in-the-press ul li .image img {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.full-width #page-wrap #film-content #in-the-press ul li p {
  text-align: center;
}
.full-width #page-wrap #film-content #in-the-press ul li p a {
  color: #d5d3c6;
  font-size: 18px;
}
.full-width #page-wrap #film-content #in-the-press ul li p.publication {
  color: #b4b9c2;
  text-transform: uppercase;
  font-size: 11px;
}
.full-width .signup-lightbox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s all;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transform: translate(0px, -50px);
}
.full-width .signup-lightbox.display {
  opacity: 1 !important;
  visibility: visible;
  transform: translate(0, 0);
}
.full-width .signup-lightbox .inner {
  margin: 200px auto;
  width: 620px;
  padding: 15px;
  background: #c7ccd4;
  position: relative;
}
.full-width .signup-lightbox .inner .close-btn {
  color: #860509;
  position: absolute;
  top: 5px;
  right: 5px;
}
@media screen and (max-width: 700px) {
  .full-width .signup-lightbox .inner {
    width: 90%;
    margin-top: 100px;
  }
}
.full-width .signup-lightbox .inner .content h5 {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  margin: 0.83em;
}
.full-width .signup-lightbox .inner .content p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}
.full-width .signup-lightbox .inner .content .formwrap {
  padding: 20px 50px;
}
@media screen and (max-width: 700px) {
  .full-width .signup-lightbox .inner .content .formwrap {
    padding: 10px;
  }
}
.full-width .signup-lightbox .inner .content .formwrap label {
  font-weight: 600;
}
.full-width .signup-lightbox .inner .content .formwrap input {
  margin: 6px auto 15px;
  width: 100%;
  background: #fff;
  height: 25px;
  color: #000;
}
.full-width .signup-lightbox .inner .content .formwrap ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
}
.full-width .signup-lightbox .inner .content .formwrap ::-moz-placeholder { /* Firefox 19+ */
  color: #555;
}
.full-width .signup-lightbox .inner .content .formwrap :-ms-input-placeholder { /* IE 10+ */
  color: #555;
}
.full-width .signup-lightbox .inner .content .formwrap :-moz-placeholder { /* Firefox 18- */
  color: #555;
}
.full-width .signup-lightbox .inner .content .formwrap .btn {
  background: #860509;
  color: #fff;
  text-align: center;
  width: 50%;
  margin: 10px auto;
  float: none;
  text-transform: none;
  padding: 10px;
  display: block;
}
.full-width #footer {
  background-color: #000;
  padding: 40px;
}
.full-width #footer .logo-container {
  width: 100%;
  margin: 30px auto 15px;
  text-align: center;
}
.full-width #footer .logo-container ul {
  display: inline-block;
  margin: 0 auto;
}
.full-width #footer .logo-container ul li {
  float: left;
  padding: 0 20px;
}
.full-width #footer .logo-container ul li a img {
  height: 25px;
}
.full-width #footer .links-wrap {
  width: 100%;
}
.full-width #footer .links-wrap .additional-links {
  margin: 0 auto;
  text-align: center;
}
.full-width #footer .links-wrap .additional-links li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  color: #949191;
}
.full-width #footer .links-wrap .additional-links li span {
  bottom: 0;
}
.full-width #footer .links-wrap .additional-links li a {
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  padding-bottom: 5px;
  font-weight: 600;
}

body#film-skinned.full-width footer#footer:not(.full-width) {
  display: none;
}
body#film-skinned.full-width li.cast .image img {
  max-height: 200px;
  width: auto;
}
body#film-skinned.full-width ul.press-links li.press-article p {
  text-align: center;
}

body.video-laylist-inner .video-container .thumbnail {
  height: 100%;
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  aspect-ratio: 16/9;
  background-size: cover;
}
body.video-laylist-inner .video-container .thumbnail.disabled {
  pointer-events: none;
}
body.video-laylist-inner .video-container .thumbnail.disabled .play-video-icon {
  display: none;
}
body.video-laylist-inner .video-container .thumbnail.disabled .play-video-message {
  display: none;
}
body.video-laylist-inner .video-container .thumbnail .play-video-icon {
  width: 90px;
  height: 55x;
}
@media (min-width: 768px) {
  body.video-laylist-inner .video-container .thumbnail .play-video-icon {
    width: 128px;
    height: 76px;
  }
}
body.video-laylist-inner .video-container .thumbnail .play-video-message {
  position: absolute;
  bottom: 30%;
  color: white;
  left: 50%;
  transform: translate(-50%, 50%);
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  body.video-laylist-inner .video-container .thumbnail .play-video-message {
    bottom: 32%;
    font-size: 2em;
  }
}
@media (min-width: 1260px) {
  body.video-laylist-inner .video-container .thumbnail .play-video-message {
    bottom: 37%;
  }
}

.skinned-refresh.no-scroll {
  overflow: hidden;
  position: unset;
}
.skinned-refresh #skin-wrap .top-bar {
  margin-top: 80px;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: 600;
  min-height: 59px;
}
@media (min-width: 768px) {
  .skinned-refresh #skin-wrap .top-bar {
    flex-wrap: nowrap;
  }
}
@media (min-width: 700px) {
  .skinned-refresh #skin-wrap .top-bar {
    margin-top: 104px;
  }
}
.skinned-refresh #skin-wrap .top-bar .top-messaging {
  text-transform: uppercase;
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
@media (min-width: 768px) {
  .skinned-refresh #skin-wrap .top-bar .top-messaging {
    margin: 0 20px 0 0;
    width: unset;
  }
}
.skinned-refresh #skin-wrap .top-bar .btn {
  border: 1px solid white;
  color: white;
  padding: 9px 16px 8px;
  margin: 5px 10px;
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.skinned-refresh #skin-wrap .top-bar .btn.btn-tix {
  padding: 8px 16px 6px;
}
@media (max-width: 445px) {
  .skinned-refresh #skin-wrap .top-bar .btn {
    margin: 10px 5px;
  }
}
.skinned-refresh #skin-wrap .top-bar .btn span.hover {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.skinned-refresh #skin-wrap .top-bar .btn span.caret-svg {
  position: relative;
  top: 1px;
  transition: all 350ms;
  margin-right: 14px;
}
.skinned-refresh #skin-wrap .top-bar .btn span.caret-svg svg path {
  transition: all 350ms;
  fill: transparent;
  stroke: #fff;
}
.skinned-refresh #skin-wrap .top-bar .btn span.caret-svg svg rect {
  transition: all 350ms;
  fill: #fff;
}
.skinned-refresh #skin-wrap .top-bar .btn span.txt {
  position: relative;
  top: 1px;
}
.skinned-refresh #skin-wrap .top-bar .btn span.remind-icon {
  position: relative;
  top: 1px;
  transition: all 350ms;
  margin-right: 14px;
  width: 20px;
}
.skinned-refresh #skin-wrap .top-bar .btn span.remind-icon svg path {
  transition: all 350ms;
  fill: #fff;
  stroke: #fff;
}
.skinned-refresh #skin-wrap .top-bar .btn:hover {
  background-color: white;
  color: black;
}
.skinned-refresh #skin-wrap .top-bar .btn:hover span.caret-svg svg path {
  stroke: #000;
}
.skinned-refresh #skin-wrap .top-bar .btn:hover span.caret-svg svg rect {
  fill: #000;
}
.skinned-refresh #skin-wrap .top-bar .btn:hover span.remind-icon svg path {
  fill: #000;
  stroke: #000;
}
.skinned-refresh #skin-wrap .top-bar .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.skinned-refresh #skin-wrap .top-bar .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: white;
  height: 39px;
  vertical-align: top;
}
@media (max-width: 445px) {
  .skinned-refresh #skin-wrap .top-bar .select {
    margin: 10px 5px;
  }
}
.skinned-refresh #skin-wrap .top-bar .select .select-styled {
  user-select: none;
  height: 39px;
  color: white;
  border: 1px solid white;
  padding: 9px 16px 8px;
  line-height: 1;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
@media (max-width: 445px) {
  .skinned-refresh #skin-wrap .top-bar .select .select-styled {
    font-size: 18px;
  }
}
.skinned-refresh #skin-wrap .top-bar .select .select-styled:after {
  margin-left: 10px;
  font-family: "Font Awesome 6 Pro";
  content: "\f0d7";
}
.skinned-refresh #skin-wrap .top-bar .select .select-styled:hover {
  background-color: white;
  color: black;
}
.skinned-refresh #skin-wrap .top-bar .select .select-styled:active, .skinned-refresh #skin-wrap .top-bar .select .select-styled.active {
  border-bottom: 1px solid transparent;
}
.skinned-refresh #skin-wrap .top-bar .select .select-styled:active:after, .skinned-refresh #skin-wrap .top-bar .select .select-styled:active:after, .skinned-refresh #skin-wrap .top-bar .select .select-styled.active:after, .skinned-refresh #skin-wrap .top-bar .select .select-styled.active:after {
  top: 3px;
  content: "\f0d8";
}
.skinned-refresh #skin-wrap .top-bar .select .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid white;
  border-top: 0px solid transparent;
  text-transform: uppercase;
}
.skinned-refresh #skin-wrap .top-bar .select .select-options li {
  user-select: none;
  margin: 0;
  padding: 0;
  padding: 20px 16px 20px;
  line-height: 1;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.skinned-refresh #skin-wrap .top-bar .select .select-options li[rel=hide] {
  display: none;
}
.skinned-refresh #skin-wrap .top-bar .select .select-options li:hover {
  transform: translateX(5px);
}
.skinned-refresh #skin-wrap #skinned-header {
  margin-top: 0;
  position: relative;
  max-width: unset;
  margin: 0;
  width: 100%;
}
.skinned-refresh #skin-wrap #skinned-header .header-video-bg {
  width: 100%;
  margin-bottom: 9vw;
}
@media (min-width: 700px) {
  .skinned-refresh #skin-wrap #skinned-header .header-video-bg {
    margin-bottom: unset;
  }
}
.skinned-refresh #skin-wrap #skinned-header .header-bg {
  height: 55vw;
}
@media (min-width: 700px) {
  .skinned-refresh #skin-wrap #skinned-header .header-bg {
    height: unset;
  }
}
.skinned-refresh #skin-wrap #skinned-header .header-tt {
  position: absolute;
  left: 0;
}
.skinned-refresh #skin-wrap .lower-bar {
  margin-top: -10px;
  position: relative;
}
@media (min-width: 700px) {
  .skinned-refresh #skin-wrap .lower-bar {
    margin-top: -3px;
  }
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .qa-section {
  margin: 80px 5% 0;
}
@media (min-width: 768px) {
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .qa-section {
    margin: 80px 5% 60px;
  }
}
@media (min-width: 1024px) {
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .qa-section {
    margin: 80px 0 60px;
  }
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .qa-section .block-title {
  width: 100%;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 3em;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .qa-section .qa-event {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #d7d6d4;
}
@media (min-width: 768px) {
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .qa-section .qa-event {
    flex-wrap: nowrap;
  }
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .qa-section .qa-event .left .theater-name {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .qa-section .qa-event .left .info {
  line-height: 1.5;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .qa-section .qa-event .right {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .qa-section .qa-event .right {
    margin-top: 0;
  }
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .qa-section .qa-event .right .btn {
  padding: 10px 23px 9px;
  font-weight: bold;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .poster-and-trailer {
  margin: 40px 5%;
}
@media (min-width: 1025px) {
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .poster-and-trailer {
    margin: 40px 0 0;
  }
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .poster-and-trailer .block-title {
  width: 100%;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 3em;
  margin: 40px 0;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .poster-and-trailer .wrapper {
  display: flex;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .poster-and-trailer .wrapper .left {
  display: none;
}
@media (min-width: 768px) {
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .poster-and-trailer .wrapper .left {
    width: 29.9%;
    display: block;
  }
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .poster-and-trailer .wrapper .left img {
  width: 100%;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .poster-and-trailer .wrapper .right {
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .poster-and-trailer .wrapper .right {
    width: 78.5%;
  }
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .poster-and-trailer .wrapper .right .video-container {
  height: 100%;
  width: 100%;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .poster-and-trailer .wrapper .right .video-container .thumbnail {
  height: 100%;
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .poster-and-trailer .wrapper .right .video-container .thumbnail.disabled {
  pointer-events: none;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .poster-and-trailer .wrapper .right .video-container .thumbnail.disabled .play-video-icon {
  display: none;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .poster-and-trailer .wrapper .right .video-container .thumbnail.disabled .play-video-message {
  display: none;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .poster-and-trailer .wrapper .right .video-container .thumbnail .play-video-icon {
  width: 90px;
  height: 55x;
}
@media (min-width: 768px) {
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .poster-and-trailer .wrapper .right .video-container .thumbnail .play-video-icon {
    width: 128px;
    height: 76px;
  }
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .poster-and-trailer .wrapper .right .video-container .thumbnail .play-video-message {
  position: absolute;
  bottom: 30%;
  color: white;
  left: 50%;
  transform: translate(-50%, 50%);
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .poster-and-trailer .wrapper .right .video-container .thumbnail .play-video-message {
    bottom: 32%;
    font-size: 2em;
  }
}
@media (min-width: 1260px) {
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .poster-and-trailer .wrapper .right .video-container .thumbnail .play-video-message {
    bottom: 37%;
  }
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .poster-and-trailer .wrapper .right .video-container .youtube-player {
  width: 100%;
  height: 100%;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .poster-and-trailer .wrapper .right .no-video {
  padding: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about {
  margin: 40px 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about {
    margin: unset;
    flex-wrap: nowrap;
    margin-bottom: 100px;
  }
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left {
    width: 60%;
    margin-bottom: unset;
  }
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .about-header {
  width: 100%;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 3em;
  margin: 40px 0;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .about-copy {
  line-height: 1.5;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos-title,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos-title {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2em;
  margin: 50px 0 20px 0;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos[data-count="1"] .swiper-button-next,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos[data-count="1"] .swiper-button-prev,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos[data-count="1"] .swiper-button-next,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos[data-count="1"] .swiper-button-prev {
  display: none;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos.hidden,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos.hidden {
  display: none;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-wrapper .swiper-slide .video-thumb,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-wrapper .swiper-slide .video-thumb {
  aspect-ratio: 16/9;
  width: 100%;
  position: relative;
  cursor: pointer;
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-wrapper .swiper-slide .video-thumb:first-of-type,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-wrapper .swiper-slide .video-thumb:first-of-type {
  margin-top: 0;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-wrapper .swiper-slide .video-thumb .thumb-img,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-wrapper .swiper-slide .video-thumb .thumb-img {
  width: 100%;
  transition: 0.3s ease;
  position: relative;
  z-index: 2;
  margin: 0;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-wrapper .swiper-slide .video-thumb .thumb-img.hidden,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-wrapper .swiper-slide .video-thumb .thumb-img.hidden {
  display: none;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-wrapper .swiper-slide .video-thumb .thumb-play,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-wrapper .swiper-slide .video-thumb .thumb-play {
  width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-wrapper .swiper-slide .video-thumb .thumb-play.hidden,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-wrapper .swiper-slide .video-thumb .thumb-play.hidden {
  display: none;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-wrapper .swiper-slide .video-thumb .video-container,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-wrapper .swiper-slide .video-thumb .video-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-wrapper .swiper-slide .video-thumb .video-container.visible,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-wrapper .swiper-slide .video-thumb .video-container.visible {
  display: block;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-wrapper .swiper-slide .video-thumb iframe,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-wrapper .swiper-slide .video-thumb iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-wrapper .swiper-slide .photo,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-wrapper .swiper-slide .photo {
  width: 100%;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-wrapper .swiper-slide .video-title,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-wrapper .swiper-slide .photo-title,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-wrapper .swiper-slide .video-title,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-wrapper .swiper-slide .photo-title {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  font-size: 26px;
  margin: 20px 0 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-wrapper .swiper-slide .video-description,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-wrapper .swiper-slide .photo-description,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-wrapper .swiper-slide .video-description,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-wrapper .swiper-slide .photo-description {
  font-size: 16px;
  line-height: 1.5;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-wrapper .swiper-slide .photo-button button, .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-wrapper .swiper-slide .video-button button,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-wrapper .swiper-slide .photo-button button,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-wrapper .swiper-slide .video-button button {
  margin: 10px 0;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-pagination,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-pagination {
  bottom: unset;
  top: 45vw;
  display: inline;
  width: unset;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1025px) {
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-pagination,
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-pagination {
    top: 27vw;
  }
}
@media (min-width: 1400px) {
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-pagination,
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-pagination {
    top: 390px;
  }
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-pagination .swiper-pagination-bullet,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-pagination .swiper-pagination-bullet {
  background-color: white;
  opacity: 0.54;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-pagination .swiper-pagination-bullet-active,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-button-next,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-button-prev,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-button-next,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-button-prev {
  color: white;
  top: 25vw;
  transition: 0.3s ease;
}
@media (min-width: 1025px) {
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-button-next,
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-button-prev,
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-button-next,
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-button-prev {
    top: 15vw;
  }
}
@media (min-width: 1400px) {
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-button-next,
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-button-prev,
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-button-next,
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-button-prev {
    top: 214px;
  }
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-button-next:after,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-button-prev:after,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-button-next:after,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-button-prev:after {
  display: none;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-button-next:hover,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-button-prev:hover,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-button-next:hover,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-button-prev:hover {
  transform: scale(1.1);
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-button-next.dim,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-button-prev.dim,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-button-next.dim,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-button-prev.dim {
  opacity: 0.1;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-button-next img,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-button-prev img,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-button-next img,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-button-prev img {
  width: 100%;
}
@media (min-width: 768px) {
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-button-next,
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-button-next {
    right: 20px;
  }
}
@media (min-width: 768px) {
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .videos .swiper-button-prev,
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .left .photos .swiper-button-prev {
    left: 20px;
  }
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .right {
  width: 100%;
}
@media (min-width: 1025px) {
  .skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .right {
    width: 30%;
    margin-top: 40px;
  }
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .right .directed-block,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .right .written-block {
  margin-bottom: 40px;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .right .directed-block {
  margin-top: 5px;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .right .directed-by,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .right .written-by,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .right .cast {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2em;
}
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .right .director,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .right .writer,
.skinned-refresh #skin-wrap .content-wrap.not-full-width #film-content .lockout .about .right .member {
  font-weight: 600;
  margin: 20px 0;
}
.skinned-refresh section.press-block-redesigned {
  color: white;
  background-color: #2c2c2c;
}
.skinned-refresh section.press-block-redesigned .content {
  margin: 0 auto;
  width: 90%;
  max-width: 1260px;
  padding: 52px 0;
}
@media (min-width: 768px) {
  .skinned-refresh section.press-block-redesigned .content {
    padding: 53px 0;
  }
}
.skinned-refresh section.press-block-redesigned .content .title {
  width: 100%;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 3em;
  margin: 40px 0;
}
@media (min-width: 768px) {
  .skinned-refresh section.press-block-redesigned .content .articles {
    display: flex;
    flex-wrap: wrap;
  }
}
.skinned-refresh section.press-block-redesigned .content .articles .article {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .skinned-refresh section.press-block-redesigned .content .articles .article {
    width: 32%;
  }
}
@media (min-width: 768px) {
  .skinned-refresh section.press-block-redesigned .content .articles .article:nth-of-type(3n - 1) {
    margin: 0 2%;
  }
}
@media only screen and (min-width: 768px) {
  .skinned-refresh section.press-block-redesigned .content .articles .article:hover a img {
    transform: scale(1.02);
  }
}
.skinned-refresh section.press-block-redesigned .content .articles .article a {
  color: white;
}
.skinned-refresh section.press-block-redesigned .content .articles .article a img {
  width: 100%;
  transition: 0.3s ease;
}
.skinned-refresh section.press-block-redesigned .content .articles .article a .article-title {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  margin: 10px 0;
  font-size: 22px;
}
.ua-desktop-macintosh.ua-firefox .skinned-refresh section.press-block-redesigned .content .articles .article a .article-title {
  font-weight: 600;
}
.skinned-refresh section.press-block-redesigned .content .articles .article a .article-blurb {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.skinned-refresh section.reviews .content {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1260px;
  padding: 52px 0;
}
@media (min-width: 768px) {
  .skinned-refresh section.reviews .content {
    padding: 53px 0;
  }
}
.skinned-refresh section.reviews .content .slick-track {
  display: flex;
}
.skinned-refresh section.reviews .content .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.skinned-refresh section.reviews .content .quotes-slider {
  margin-bottom: 0;
}
.skinned-refresh section.reviews .content .quotes-slider li {
  text-align: center;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.skinned-refresh section.reviews .content .quotes-slider li .stars-wrapper,
.skinned-refresh section.reviews .content .quotes-slider li .quote-mark-wrapper {
  flex: 0 0 100%;
}
.skinned-refresh section.reviews .content .quotes-slider li img {
  margin: 10px auto;
  height: 25px;
}
.skinned-refresh section.reviews .content .quotes-slider li .quote-mark-wrapper {
  margin: 10px auto;
}
.skinned-refresh section.reviews .content .quotes-slider li .quote-mark-wrapper svg {
  height: 30px;
}
.skinned-refresh section.reviews .content .quotes-slider li .stars-wrapper {
  display: flex;
  justify-content: center;
}
.skinned-refresh section.reviews .content .quotes-slider li .stars-wrapper svg {
  margin: 10px 0;
  height: 25px;
}
.skinned-refresh section.reviews .content .quotes-slider li .quote {
  text-align: center;
  margin: 15px auto;
  color: white;
  font-size: 38px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  max-width: 700px;
  flex: 0 0 80%;
}
@media (min-width: 768px) {
  .skinned-refresh section.reviews .content .quotes-slider li .quote {
    flex: 0 0 100%;
  }
}
.skinned-refresh section.reviews .content .quotes-slider li .attribution {
  margin: 10px auto;
  color: white;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 700;
  flex: 0 0 100%;
}
.skinned-refresh section.reviews .content .arrow {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 15px);
  width: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.skinned-refresh section.reviews .content .arrow.prev-btn {
  left: 0;
}
.skinned-refresh section.reviews .content .arrow.prev-btn:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.skinned-refresh section.reviews .content .arrow.next-btn {
  right: 0;
}
.skinned-refresh section.reviews .content .arrow.next-btn:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.skinned-refresh section.reviews .content .arrow svg {
  width: 100%;
}

#film-unskinned.unskinned-refresh {
  color: #2b2c31;
  margin-top: 80px;
}
@media (min-width: 768px) {
  #film-unskinned.unskinned-refresh {
    margin-top: 103px;
  }
}
#film-unskinned.unskinned-refresh.no-scroll {
  margin-top: 0;
}
#film-unskinned.unskinned-refresh #page-wrap {
  background-color: #efeeec;
}
#film-unskinned.unskinned-refresh #page-wrap .top-bar {
  margin-top: 80px;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: 600;
  min-height: 71px;
  width: 100vw;
}
@media (min-width: 768px) {
  #film-unskinned.unskinned-refresh #page-wrap .top-bar {
    flex-wrap: nowrap;
  }
}
@media (min-width: 700px) {
  #film-unskinned.unskinned-refresh #page-wrap .top-bar {
    margin-top: 104px;
  }
}
#film-unskinned.unskinned-refresh #page-wrap .top-bar .top-messaging {
  text-transform: uppercase;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  #film-unskinned.unskinned-refresh #page-wrap .top-bar .top-messaging {
    margin: 0 20px 0 0;
    width: unset;
  }
}
#film-unskinned.unskinned-refresh #page-wrap .top-bar .btn {
  border: 1px solid white;
  color: white;
  padding: 9px 16px 8px;
  margin: 0 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
}
@media (max-width: 445px) {
  #film-unskinned.unskinned-refresh #page-wrap .top-bar .btn {
    width: 94%;
    margin: 10px auto;
  }
}
#film-unskinned.unskinned-refresh #page-wrap .top-bar .btn span.hover {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#film-unskinned.unskinned-refresh #page-wrap .top-bar .btn:hover {
  background-color: black;
  color: white;
}
#film-unskinned.unskinned-refresh #page-wrap .top-bar .btn:hover span.caret-svg svg path {
  stroke: #000;
}
#film-unskinned.unskinned-refresh #page-wrap .top-bar .btn:hover span.caret-svg svg rect {
  fill: #000;
}
#film-unskinned.unskinned-refresh #page-wrap .top-bar .btn span.remind-icon {
  position: relative;
  top: 1px;
  transition: all 350ms;
  margin-right: 14px;
  width: 20px;
  display: block;
}
#film-unskinned.unskinned-refresh #page-wrap .top-bar .btn span.remind-icon svg path {
  transition: all 350ms;
  fill: #fff;
  stroke: #fff;
}
#film-unskinned.unskinned-refresh #page-wrap .top-bar .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
#film-unskinned.unskinned-refresh #page-wrap .top-bar .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: white;
  height: 39px;
  vertical-align: top;
}
@media (max-width: 445px) {
  #film-unskinned.unskinned-refresh #page-wrap .top-bar .select {
    width: 94%;
    margin: 10px auto;
  }
}
#film-unskinned.unskinned-refresh #page-wrap .top-bar .select .select-styled {
  user-select: none;
  height: 39px;
  color: white;
  border: 1px solid white;
  padding: 9px 16px 8px;
  line-height: 1;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
@media (max-width: 445px) {
  #film-unskinned.unskinned-refresh #page-wrap .top-bar .select .select-styled {
    font-size: 18px;
  }
}
#film-unskinned.unskinned-refresh #page-wrap .top-bar .select .select-styled:after {
  margin-left: 10px;
  font-family: "Font Awesome 6 Pro";
  content: "\f0d7";
}
#film-unskinned.unskinned-refresh #page-wrap .top-bar .select .select-styled:hover {
  background-color: white;
  color: black;
}
#film-unskinned.unskinned-refresh #page-wrap .top-bar .select .select-styled:active, #film-unskinned.unskinned-refresh #page-wrap .top-bar .select .select-styled.active {
  border-bottom: 1px solid transparent;
}
#film-unskinned.unskinned-refresh #page-wrap .top-bar .select .select-styled:active:after, #film-unskinned.unskinned-refresh #page-wrap .top-bar .select .select-styled:active:after, #film-unskinned.unskinned-refresh #page-wrap .top-bar .select .select-styled.active:after, #film-unskinned.unskinned-refresh #page-wrap .top-bar .select .select-styled.active:after {
  top: 3px;
  content: "\f0d8";
}
#film-unskinned.unskinned-refresh #page-wrap .top-bar .select .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid white;
  border-top: 0px solid transparent;
  text-transform: uppercase;
}
#film-unskinned.unskinned-refresh #page-wrap .top-bar .select .select-options li {
  user-select: none;
  margin: 0;
  padding: 0;
  padding: 20px 16px 20px;
  line-height: 1;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
#film-unskinned.unskinned-refresh #page-wrap .top-bar .select .select-options li[rel=hide] {
  display: none;
}
#film-unskinned.unskinned-refresh #page-wrap .top-bar .select .select-options li:hover {
  transform: translateX(5px);
}
#film-unskinned.unskinned-refresh header {
  margin-bottom: 0;
}
#film-unskinned.unskinned-refresh header h1 {
  width: 100%;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 3em;
  padding: 60px 0 20px 0;
  color: #2b2c31;
}
#film-unskinned.unskinned-refresh #synopsis-cast {
  padding: 0;
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  #film-unskinned.unskinned-refresh #synopsis-cast {
    margin-bottom: 200px;
  }
}
#film-unskinned.unskinned-refresh #synopsis-cast.desktop {
  display: none;
}
@media (min-width: 768px) {
  #film-unskinned.unskinned-refresh #synopsis-cast.desktop {
    display: block;
  }
}
#film-unskinned.unskinned-refresh #synopsis-cast.mobile {
  display: block;
  margin-bottom: 40px;
}
#film-unskinned.unskinned-refresh #synopsis-cast.mobile .about-the-film {
  margin-bottom: 40px;
}
#film-unskinned.unskinned-refresh #synopsis-cast.mobile .cast {
  background-color: unset;
  color: #2b2c31;
  padding: 0;
}
@media (min-width: 768px) {
  #film-unskinned.unskinned-refresh #synopsis-cast.mobile {
    display: none;
  }
}
#film-unskinned.unskinned-refresh #synopsis-cast #image-cast {
  width: 100%;
}
@media (min-width: 768px) {
  #film-unskinned.unskinned-refresh #synopsis-cast #image-cast {
    display: flex;
  }
}
@media (min-width: 768px) {
  #film-unskinned.unskinned-refresh #synopsis-cast .synopsis {
    width: 75%;
  }
}
#film-unskinned.unskinned-refresh #synopsis-cast .synopsis .video-container {
  height: 100%;
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
}
#film-unskinned.unskinned-refresh #synopsis-cast .synopsis .video-container .thumbnail {
  height: 100%;
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#film-unskinned.unskinned-refresh #synopsis-cast .synopsis .video-container .thumbnail.disabled {
  pointer-events: none;
}
#film-unskinned.unskinned-refresh #synopsis-cast .synopsis .video-container .thumbnail.disabled .play-video-icon {
  display: none;
}
#film-unskinned.unskinned-refresh #synopsis-cast .synopsis .video-container .thumbnail.disabled .play-video-message {
  display: none;
}
#film-unskinned.unskinned-refresh #synopsis-cast .synopsis .video-container .thumbnail .play-video-icon {
  width: 90px;
  height: 55x;
}
@media (min-width: 768px) {
  #film-unskinned.unskinned-refresh #synopsis-cast .synopsis .video-container .thumbnail .play-video-icon {
    width: 128px;
    height: 76px;
  }
}
#film-unskinned.unskinned-refresh #synopsis-cast .synopsis .video-container .thumbnail .play-video-message {
  position: absolute;
  bottom: 30%;
  color: white;
  left: 50%;
  transform: translate(-50%, 50%);
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  #film-unskinned.unskinned-refresh #synopsis-cast .synopsis .video-container .thumbnail .play-video-message {
    bottom: 32%;
    font-size: 2em;
  }
}
@media (min-width: 1260px) {
  #film-unskinned.unskinned-refresh #synopsis-cast .synopsis .video-container .thumbnail .play-video-message {
    bottom: 37%;
  }
}
#film-unskinned.unskinned-refresh #synopsis-cast .synopsis .video-container .youtube-player {
  width: 100%;
  height: 100%;
}
#film-unskinned.unskinned-refresh #synopsis-cast .synopsis .copy {
  width: unset;
}
#film-unskinned.unskinned-refresh #synopsis-cast .cast {
  background-color: #181818;
  padding: 40px;
  font-weight: 600;
}
@media (min-width: 768px) {
  #film-unskinned.unskinned-refresh #synopsis-cast .cast {
    width: 25%;
  }
}
#film-unskinned.unskinned-refresh #synopsis-cast .cast.desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  #film-unskinned.unskinned-refresh #synopsis-cast .cast.desktop {
    display: block;
  }
}
#film-unskinned.unskinned-refresh #synopsis-cast .cast .directed-by,
#film-unskinned.unskinned-refresh #synopsis-cast .cast .cast-header,
#film-unskinned.unskinned-refresh #synopsis-cast .cast .written-by {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #film-unskinned.unskinned-refresh #synopsis-cast .cast .directed-by,
  #film-unskinned.unskinned-refresh #synopsis-cast .cast .cast-header,
  #film-unskinned.unskinned-refresh #synopsis-cast .cast .written-by {
    font-size: 2vw;
  }
}
@media (min-width: 1000px) {
  #film-unskinned.unskinned-refresh #synopsis-cast .cast .directed-by,
  #film-unskinned.unskinned-refresh #synopsis-cast .cast .cast-header,
  #film-unskinned.unskinned-refresh #synopsis-cast .cast .written-by {
    font-size: 34px;
  }
}
#film-unskinned.unskinned-refresh #synopsis-cast .cast .director,
#film-unskinned.unskinned-refresh #synopsis-cast .cast .writer,
#film-unskinned.unskinned-refresh #synopsis-cast .cast .cast-member {
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  #film-unskinned.unskinned-refresh #synopsis-cast .cast .director,
  #film-unskinned.unskinned-refresh #synopsis-cast .cast .writer,
  #film-unskinned.unskinned-refresh #synopsis-cast .cast .cast-member {
    font-size: 1.25vw;
  }
}
@media (min-width: 1000px) {
  #film-unskinned.unskinned-refresh #synopsis-cast .cast .director,
  #film-unskinned.unskinned-refresh #synopsis-cast .cast .writer,
  #film-unskinned.unskinned-refresh #synopsis-cast .cast .cast-member {
    font-size: 18px;
  }
}
#film-unskinned.unskinned-refresh #synopsis-cast .cast .written-by {
  margin-top: 40px;
}
#film-unskinned.unskinned-refresh #synopsis-cast .cast .cast-header {
  margin-top: 40px;
}
#film-unskinned.unskinned-refresh #synopsis-cast .about-the-film {
  color: #2b2c31;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #film-unskinned.unskinned-refresh #synopsis-cast .about-the-film {
    width: 60%;
  }
}
#film-unskinned.unskinned-refresh #synopsis-cast .about-the-film .header {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  font-size: 34px;
  margin: 40px 0 20px;
}

.video-player-modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.video-player-modal.active {
  display: block;
}
.video-player-modal .modal-bg {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-player-modal .video-player-modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-player-modal .video-player-modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 40px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .video-player-modal .video-player-modal-content .close {
    right: 30px;
  }
}
.video-player-modal .video-player-modal-content .close:hover {
  transform: scale(1.1);
}
.video-player-modal .video-player-modal-content .video-player-modal-video {
  width: 96%;
  aspect-ratio: 16/9;
  position: absolute;
  top: 25%;
}
@media only screen and (min-width: 768px) {
  .video-player-modal .video-player-modal-content .video-player-modal-video {
    position: unset;
  }
}
.video-player-modal .video-player-modal-content .video-player-modal-video iframe {
  width: 100%;
  height: 100%;
}
.video-player-modal .video-player-modal-content .video-player-modal-video iframe.hidden {
  display: none;
}

#remind-me-sidebar {
  background-color: #000;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 430px;
  z-index: 1000;
  overflow: visible;
  height: 100vh;
  transition: all 350ms ease-in-out;
}
#remind-me-sidebar.hidden {
  transform: translateX(100%);
}
#remind-me-sidebar .content {
  overflow: auto;
  padding: 20px;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "proxima-nova", sans-serif;
  color: #fff;
}
#remind-me-sidebar .content .top {
  margin-bottom: 10px;
  border-bottom: 1px solid #4e4e4e;
  padding-bottom: 10px;
}
#remind-me-sidebar .content .top h1 {
  font-family: "proxima-nova", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  margin: 10px 0;
}
#remind-me-sidebar .content .top h2 {
  max-width: 220px;
}
#remind-me-sidebar .content .top .btn-close-outer {
  text-align: right;
  margin-bottom: 0;
  display: block;
  width: 100%;
  position: absolute;
  top: 10px;
  right: 20px;
}
#remind-me-sidebar .content .top .btn-close-outer .btn-close {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url(../img/global/nav/close.png);
  background-size: 55px 55px;
  background-repeat: no-repeat;
  cursor: pointer;
}
#remind-me-sidebar .content #mc_embed_signup {
  background-color: transparent;
  width: 100%;
}
#remind-me-sidebar .content #mc_embed_signup h2, #remind-me-sidebar .content #mc_embed_signup .indicates-required {
  display: none;
}
#remind-me-sidebar .content #mc_embed_signup .mc-field-group {
  padding-bottom: 0;
  width: 100%;
}
#remind-me-sidebar .content #mc_embed_signup .mc-field-group.input-group ul li {
  display: flex;
  align-items: center;
}
#remind-me-sidebar .content #mc_embed_signup .mc-field-group.input-group ul li label {
  margin-left: 5px;
  margin-bottom: 0;
}
#remind-me-sidebar .content #mc_embed_signup .mc-field-group.input-group ul li label.error {
  color: #d3281c;
}
#remind-me-sidebar .content #mc_embed_signup input {
  height: 50px;
}
#remind-me-sidebar .content #mc_embed_signup input[type=checkbox] {
  accent-color: #d3281c;
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.18);
  border-radius: 0;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
}
#remind-me-sidebar .content #mc_embed_signup input[type=checkbox].checked {
  -webkit-appearance: auto;
}
#remind-me-sidebar .content #mc_embed_signup input[type=submit] {
  background-color: transparent;
  border: 1px solid #d3281c;
  font-weight: bold;
  border-radius: 0;
  margin-top: 20px;
  max-width: 250px;
  display: block;
  color: white;
  font-size: 14px;
  width: 100%;
  text-transform: uppercase;
}
#remind-me-sidebar .content #mc_embed_signup input[type=submit]:hover {
  background-color: #d3281c;
}
#remind-me-sidebar .content #mc_embed_signup input.error {
  border: 1px solid #d3281c;
}
#remind-me-sidebar .content #mc_embed_signup .mc-field-group label {
  display: none;
}
#remind-me-sidebar .content #mc_embed_signup .input-group strong {
  display: none;
}
#remind-me-sidebar .content #mc_embed_signup .input-group label {
  display: block;
}
#remind-me-sidebar .content form {
  width: 100%;
  margin: 20px 0;
}
#remind-me-sidebar .content form #mce-FNAME, #remind-me-sidebar .content form #mce-LNAME, #remind-me-sidebar .content form #mce-EMAIL, #remind-me-sidebar .content form .btn, #remind-me-sidebar .content form .checkbox-group {
  width: 100%;
  margin: 10px 0;
  color: white;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.18);
}
#remind-me-sidebar .content form .checkbox-group {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  background-color: transparent;
  /* The container */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
#remind-me-sidebar .content form .checkbox-group.error {
  color: #d3281c;
}
#remind-me-sidebar .content form .checkbox-group label {
  margin-right: 10px;
}
#remind-me-sidebar .content form .checkbox-group .container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  /* Hide the browser's default checkbox */
}
#remind-me-sidebar .content form .checkbox-group .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#remind-me-sidebar .content form .checkbox-group .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(255, 255, 255, 0.18);
}
#remind-me-sidebar .content form .checkbox-group .container:hover input ~ .checkmark {
  background-color: #d3281c;
}
#remind-me-sidebar .content form .checkbox-group .container input:checked ~ .checkmark {
  background-color: #d3281c;
}
#remind-me-sidebar .content form .checkbox-group .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#remind-me-sidebar .content form .checkbox-group .container input:checked ~ .checkmark:after {
  display: block;
}
#remind-me-sidebar .content form .checkbox-group .container .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#remind-me-sidebar .content .btn {
  max-width: 250px;
  display: block;
  margin: 20px auto;
  color: white;
  font-size: 14px;
}

/*overrides the nav hover state since we took this template from our-movies*/
#our-movies.rental #nav .lockout #nav-links li.our-movies {
  background-color: transparent;
}
#our-movies.rental #nav .lockout #nav-links li.our-movies:hover {
  background-color: #000;
}

#nav .lockout #nav-links li.rent {
  background-color: transparent;
  height: 105px;
}
#nav .lockout #nav-links li.rent:hover {
  background-color: #000;
}

#our-movies.rental #nav .lockout #nav-links li.rent {
  background-color: #000;
}
#our-movies.rental #nav .lockout #nav-links li.rent:hover {
  background-color: #000;
}

.message {
  line-height: 1.5em;
  margin: 0 auto;
  font-size: 1.125em;
  text-align: left;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  margin-top: -20px;
}
@media screen and (min-width: 701px) {
  .message {
    text-align: justify;
    width: 82%;
    max-width: 755px;
    margin-top: 0;
  }
}

.rentals .rental {
  margin: 90px 0;
}
.rentals .film-image {
  margin-bottom: 50px;
  line-height: 1.5em;
  margin: 0 auto;
  font-size: 1.125em;
  margin-bottom: 40px;
  margin-top: -20px;
}
@media screen and (min-width: 701px) {
  .rentals .film-image {
    width: 82%;
    max-width: 755px;
    margin-top: 0;
  }
}
.rentals .film-image img {
  width: 100%;
}
.rentals .film-blurb {
  line-height: 1.5em;
  margin: 0 auto;
  font-size: 1.125em;
  text-align: left;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
  margin-top: -20px;
}
@media screen and (min-width: 701px) {
  .rentals .film-blurb {
    text-align: justify;
    width: 82%;
    max-width: 755px;
    margin-top: 0;
  }
}
.rentals .rentPrime, .rentals .rentApple {
  position: relative;
  position: relative;
  margin: 0 15px;
  padding-right: 130px;
  min-width: 271px;
}
.rentals .rentPrime img, .rentals .rentApple img {
  position: absolute;
  top: 12px;
  right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  display: none;
}
.rentals .rentPrime .defaultLogo, .rentals .rentApple .defaultLogo {
  display: inline;
}
.rentals .rentPrime .hoverLogo, .rentals .rentApple .hoverLogo {
  display: none;
}
.rentals .rentPrime:hover .defaultLogo, .rentals .rentApple:hover .defaultLogo {
  display: none;
}
.rentals .rentPrime:hover .hoverLogo, .rentals .rentApple:hover .hoverLogo {
  display: inline;
}
.rentals .rentalDefault {
  margin: 30px 15px;
  min-width: 271px;
}

.sweepstakes {
  background-color: #efeeec;
}
.sweepstakes .header-image img {
  width: 100%;
}
.sweepstakes #skin-wrap #skinned-header {
  margin: 0;
  width: 100%;
}
@media (min-width: 701px) {
  .sweepstakes #skin-wrap #skinned-header {
    margin: 0;
  }
}
.sweepstakes .message {
  text-align: initial;
  max-width: 902px;
  padding-top: 20px;
  margin-bottom: 50px;
}
.sweepstakes .header {
  text-align: initial;
  text-transform: uppercase;
  margin-bottom: 110px;
  font-size: 28px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .sweepstakes .header {
    margin-bottom: 40px;
  }
}
.sweepstakes .header span {
  font-weight: bold;
}
.sweepstakes .message p {
  text-align: initial;
  font-size: 18px;
}
.sweepstakes h4.subhead {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px;
}
.sweepstakes .text-block ul {
  list-style: inside;
  font-weight: bold;
  font-size: 18px;
  margin-left: 2px;
}
.sweepstakes .text-block ul li {
  margin-bottom: 10px;
}
.sweepstakes .gallery {
  margin-top: 20px;
}
.sweepstakes .read-rules p {
  display: inline;
}
.sweepstakes ul.details {
  font-weight: normal;
  list-style: inside;
  font-size: 18px;
  margin-left: 20px;
}
.sweepstakes a.hotel-link {
  font-size: 18px;
  margin-top: 20px;
  display: block;
}
.sweepstakes .form {
  margin-top: 50px;
}
.sweepstakes .form form .heading {
  margin: 30px 0 10px;
}
.sweepstakes .form form input {
  width: 100%;
  max-width: 300px;
  color: black;
  margin: 0 auto;
  border-radius: 0;
}
.sweepstakes .form form .submit button,
.sweepstakes .form form .fui-submit {
  width: 200px;
  display: block;
  margin: 30px auto;
  border: 1px solid #d3281c;
  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;
  margin-bottom: 80px;
  background-color: transparent;
  color: black;
  border-radius: 0;
}
.sweepstakes .form form .submit button:hover,
.sweepstakes .form form .fui-submit:hover {
  background-color: #d3281c;
  cursor: pointer;
}
.sweepstakes .form form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: darkgray;
  opacity: 1;
  /* Firefox */
}
.sweepstakes .form form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: darkgray;
}
.sweepstakes .form form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: darkgray;
}
.sweepstakes .form form label {
  display: none;
}
.sweepstakes .form form .errors {
  margin-top: 5px;
  font-weight: bold;
  color: #d3281c;
}
.sweepstakes .rules-link {
  /* display: block; */
  /* margin-top: 10px; */
  /* max-width: 902px;
  width: 82%;
  text-align: center;
  margin: 0 auto 120px; */
}
.sweepstakes #read-rules {
  appearance: checkbox;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox !important;
  width: unset;
}
.sweepstakes form.read-rules {
  margin-top: 20px;
  margin-left: -3px;
}
.sweepstakes form.read-rules label {
  display: inline;
}
.sweepstakes .unchecked-error {
  color: #d3281c;
  font-weight: bold;
  margin-top: 10px;
}
.sweepstakes .unchecked-error.hidden {
  display: none;
}
.sweepstakes .fine-print {
  max-width: 902px;
  margin: 20px auto;
  text-align: left;
}
.sweepstakes .gallery .inner h3 {
  font-size: 1.25em !important;
  margin-bottom: 10px !important;
  color: #324434 !important;
}
.sweepstakes .gallery .inner p {
  color: #324434;
}
.sweepstakes .gallery .inner .credit {
  color: #324434;
  font-size: 0.75em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}

#our-movies.sweepstakes section.thanks-header#movies {
  padding: 80px 0 0;
}
@media (min-width: 701px) {
  #our-movies.sweepstakes section.thanks-header#movies {
    padding: 105px 0 0;
  }
}
#our-movies.sweepstakes .message {
  margin-top: 20px;
}
@media (min-width: 701px) {
  #our-movies.sweepstakes .message {
    margin-top: 40px;
  }
}
#our-movies.sweepstakes .message h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.25;
}
#our-movies.sweepstakes .message h2 span {
  font-weight: bold;
}

body.signup #page-wrap .form.group {
  margin: 40px 0;
}
body.signup #page-wrap .form.group .form-message {
  width: 100%;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2em;
  margin: 40px 0;
}
body.signup #page-wrap .form.group form {
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
  margin: 40px auto;
}
body.signup #page-wrap .form.group form input {
  border: 1px solid #181818;
  color: #181818;
  width: 100%;
  margin: 10px 0;
  background: transparent;
}
body.signup #page-wrap .form.group form input::placeholder {
  color: #707070;
}
body.signup #page-wrap .form.group form .btn {
  margin: 10px 0;
}

html {
  display: block;
}
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;
  max-width: 100vw;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
  position: unset;
}

#page-wrap {
  position: relative;
}

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

.lockout {
  max-width: 1260px;
  position: relative;
  margin: 0 4%;
}
.lockout.full-width {
  max-width: 100%;
}
@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: rgb(161.4723849372, 30.6108786611, 21.4276150628);
}

.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 rgba(0, 0, 0, 0);
  -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.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.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;
  }
}
@media screen and (max-width: 500px) {
  .thumb-slider li .image,
  .cast-slider li .image {
    height: 75px;
  }
}
.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%;
}
.gallery-slider.preserve-aspect-ratio {
  height: auto;
  padding: 40px 0;
}
.gallery-slider.preserve-aspect-ratio li img {
  width: 100%;
}

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: 0 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;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }
}
.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.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.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.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.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.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.png");
    background-size: 139px 49px;
  }
}

.with-also-iframe {
  height: 6400px;
}
@media (max-width: 958px) {
  .with-also-iframe {
    height: 15000px;
  }
}

#press form {
  margin: 0;
}
#press form h3 {
  margin: 30px 0 5px;
}
#press form h3 span {
  color: #d3281c;
}
#press form input {
  width: 100%;
  max-width: 300px;
  color: black;
}
#press form textarea {
  width: 100%;
  color: black;
}
#press form input[type=submit] {
  width: 200px;
  display: block;
  margin: 30px auto 30px 0;
  border: 1px solid #d3281c;
}
#press form input[type=submit]:hover {
  background-color: #d3281c;
  cursor: pointer;
}

span.caret {
  position: relative;
  bottom: 1.5px;
}

#press form .heading {
  margin: 30px 0 10px;
}
#press form .submit button {
  width: 200px;
  display: block;
  margin: 30px auto 30px 0;
  border: 1px solid #d3281c;
  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;
}
#press form .submit button:hover {
  background-color: #d3281c;
  cursor: pointer;
}

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