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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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; }

/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.controls-nav .flex-disabled,
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
  background: lime; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

@font-face {
  font-family: FreightNeoBoldIt;
  src: url("../fonts/FreightNeoProBoldItWeb.eot"); }

@font-face {
  font-family: FreightNeoBoldIt;
  src: url("../fonts/FreightNeoProBoldItWeb.woff") format("woff"); }

@font-face {
  font-family: FreightNeoBold;
  src: url("../fonts/FreightNeoProBoldWeb.eot"); }

@font-face {
  font-family: FreightNeoBold;
  src: url("../fonts/FreightNeoProBoldWeb.woff") format("woff"); }

@font-face {
  font-family: FreightNeoProMed;
  src: url("../fonts/FreightNeoProMedWeb.eot"); }

@font-face {
  font-family: FreightNeoProMed;
  src: url("../fonts/FreightNeoProMedWeb.woff") format("woff"); }

@font-face {
  font-family: FreightNeoProSemiIt;
  src: url("../fonts/FreightNeoProSemiItWeb.eot"); }

@font-face {
  font-family: FreightNeoProSemiIt;
  src: url("../fonts/FreightNeoProSemiItWeb.woff") format("woff"); }

@font-face {
  font-family: FreightNeoProSemi;
  src: url("../fonts/FreightNeoProSemiWeb.eot"); }

@font-face {
  font-family: FreightNeoProSemi;
  src: url("../fonts/FreightNeoProSemiWeb.woff") format("woff"); }

@font-face {
  font-family: FreightTextProBookIt;
  src: url("../fonts/FreigTexProBookItWeb.eot"); }

@font-face {
  font-family: FreightTextProBookIt;
  src: url("../fonts/FreigTexProBookItWeb.woff") format("woff"); }

@font-face {
  font-family: FreightTextProBook;
  src: url("../fonts/FreigTexProBookWeb.eot"); }

@font-face {
  font-family: FreightTextProBook;
  src: url("../fonts/FreigTexProBookWeb.woff") format("woff"); }

@font-face {
  font-family: FreightTextProSemIt;
  src: url("../fonts/FreigTexProSemItWeb.eot"); }

@font-face {
  font-family: FreightTextProSemIt;
  src: url("../fonts/FreigTexProSemItWeb.woff") format("woff"); }

@font-face {
  font-family: FreightTextProSem;
  src: url("../fonts/FreigTexProSemWeb.eot"); }

@font-face {
  font-family: FreightTextProSem;
  src: url("../fonts/FreigTexProSemWeb.woff") format("woff"); }

/* Base styles */
body {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased; }

input:active,
input:focus,
button:active,
button:focus {
  outline: 0; }

.colors {
  color: black;
  color: #a85b38;
  color: #272727;
  color: #a19890;
  color: #504d4a;
  color: #ebebeb;
  color: white; }

body, p, div, ol, ul, h1, h2, h3, h4, h5, h6, a {
  margin: 0;
  padding: 0; }

p, div {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.2em; }

p {
  line-height: 1.5em; }

body {
  background: white;
  font-family: FreightTextProBook;
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  font-family: FreightNeoProMed;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0; }

a, a:visited, .director a, .director a:visited {
  color: #a85b38;
  text-decoration: none;
  transition: all 0.2s linear; }

a:hover {
  color: #a85b38;
  text-decoration: none; }

a.disabled {
  color: #504d4a !important; }

a.disabled:hover {
  cursor: default; }

h2 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 3em;
  font-family: FreightNeoProSemi;
  line-height: 1.0; }

h3 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 2em;
  font-family: FreightNeoProSemi;
  padding: 0.5em; }

h4 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.125em;
  line-height: 1.16em; }

h5 {
  font-family: FreightTextProBook;
  font-size: 1.125em; }

.parag p, p.parag {
  font-size: 1em;
  letter-spacing: 0;
  font-family: FreightTextProBook;
  line-height: 1.1875em; }

.details p, p.details {
  font-family: FreightNeoBold;
  font-size: .75em;
  line-height: 1.4em; }

.buttonish {
  font-family: FreightNeoProMed;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: #a85b38;
  transition: all 0.2s linear;
  line-height: 1em;
  display: inline-block;
  padding: 1.33em 32px 1em; }

.buttonish, .buttonish:visited {
  color: white; }

.buttonish:hover {
  background-color: #504d4a; }

@media only screen and (min-width: 768px) {
  .buttonish {
    width: 472px; }
  .mobile {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .desktop {
    display: none !important; }
  h2 {
    font-size: 1.875em;
    line-height: 1.0; }
  h3 {
    font-size: 1.5em; }
  .buttonish {
    padding: 2em 32px 2em;
    height: 72px;
    width: 312px; } }

@media only screen and (max-width: 320px) {
  h2 {
    font-size: 26px; }
  h5 {
    font-size: 16px; } }

a.director {
  border-bottom: 1px solid #EBDED8; }

a.director:hover {
  border-bottom: 1px solid #a85b38; }

.list-inline li, .container, .list-inline {
  padding: 0;
  margin: 0; }

/* Index */
.front-page-main {
  text-align: center; }

.about {
  padding: 2em;
  padding-top: 22px;
  margin-bottom: 2em;
  background: white; }

@media screen and (min-width: 768px) {
  .about h3 {
    position: relative;
    top: 20px;
    padding: 0; } }

.about p {
  max-width: 767px;
  margin: 0 auto;
  margin-top: 32px; }

.about img {
  margin: 0;
  padding: 0;
  max-width: 767px;
  width: 100%; }

/* Contact */
#contact-page h2 {
  margin-top: 88px; }

#contact-page {
  max-width: 567px;
  margin: 0 auto 2em;
  text-align: center; }
  @media screen and (max-width: 640px) {
    #contact-page {
      padding: 15px; } }

#contact-page p {
  margin: 1em auto;
  line-height: 1.5em; }

#contact-page hr {
  width: 50px;
  height: 1px;
  color: black; }

#contact-page .contact-type {
  color: #a19890; }

#contact-page .email-button {
  width: 100%;
  margin: 32px 0; }

/* Footer*/
footer {
  margin-top: 0;
  padding: 1em;
  background: #272727;
  color: white;
  text-align: center;
  font-family: FreightNeoProMed;
  clear: both; }

footer .janus-logo {
  margin: 1em auto 2em; }

footer hr {
  width: 50%;
  max-width: 767px;
  color: transparent;
  border: none;
  height: 1px;
  background-color: black; }

footer li, footer ul {
  list-style: none;
  display: inline;
  margin: 0;
  padding: .5em;
  font-family: FreightNeoProMed; }

footer .contact a:link {
  border-bottom: 1px solid #a85b38;
  display: inline-block;
  line-height: .9em; }

footer .page-link, footer .page-link:visited {
  color: #a85b38;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

footer .page-link:hover {
  color: white; }

footer button {
  margin: 1em auto;
  display: block;
  padding: 1em 2.75em .75em;
  border: 1px gray solid;
  font-family: FreightNeoProMed;
  color: #a19890;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.social-media a:link, a:visited {
  color: #a19890; }

.fa-facebook, .fa-twitter, .fa-instagram, .fa-google, .fa-pinterest {
  transition: all 0.2s linear; }

.fa-facebook:hover {
  color: #3b5998; }

.fa-twitter:hover {
  color: #00aced; }

.fa-instagram:hover {
  color: #517fa4; }

.criterion-link p {
  font-family: FreightNeoProMed;
  max-width: 767px;
  margin: 1em auto; }

.criterion-link a:link, .criterion-link a:visited {
  color: #a85b38;
  font-family: FreightNeoProMed;
  border-bottom: 1px solid #a85b38; }

.criterion-link a:hover {
  color: white;
  border-bottom: 1px solid white; }

.copyright {
  font-family: FreightNeoProMed;
  font-size: .9em;
  margin: 2.5em auto 3em; }

.co-name {
  text-transform: uppercase;
  letter-spacing: 0.1em; }

address {
  line-height: 1.2; }

input::-ms-clear {
  display: none; }

/* Film Browser */
#films .box {
  background: #F3F3F1; }

#films .no-results {
  font-family: FreightNeoProMed;
  margin: 0;
  padding: 0; }

#films #search-bar {
  background-color: white;
  text-align: center;
  padding: 1em 0;
  position: fixed;
  z-index: 1000;
  width: 100%;
  transition: all 100ms ease-out; }
  #films #search-bar.is-out {
    transform: translate3d(0, -151%, 0); }

#films input.search {
  font-size: 1em;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: FreightNeoProMed;
  padding: 0.5em 41px 0 10px;
  border: 1px solid #ebebeb; }

#search-bar .search-icon {
  right: 2em;
  top: 2px;
  color: #a85b38;
  cursor: pointer; }

#search-bar .filter-button {
  padding: 13px 5%;
  font-family: FreightNeoProMed;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: white;
  background-color: #a85b38;
  transition: all 0.2s linear;
  position: relative;
  top: -4px; }
  #search-bar .filter-button:active, #search-bar .filter-button:focus {
    outline: 0; }

#search-bar .filter-button:hover {
  background-color: #504d4a; }

.filmbrowser-nextpage {
  padding-top: 1em; }

#film-browser {
  margin-top: 118px;
  width: 100%;
  background: #F3F3F1; }

#film-browser .films-list {
  overflow: hidden;
  position: relative;
  margin: 44px auto; }

.filmbrowser-nextpage {
  clear: both;
  text-align: center;
  width: 100%; }

.filmbrowser-nextpage .filmbrowser-loader {
  display: inline-block;
  margin: 4px;
  margin-bottom: 20px;
  text-align: center; }

@media only screen and (max-width: 767px) {
  #films #pushdown {
    display: none; }
  #film-browser {
    margin: auto;
    padding-top: 151px;
    text-align: center; }
  #film-browser .films-list {
    margin-top: 16px; }
  #film-browser .list .film-still img {
    display: none; }
  #films #search-bar {
    height: 4em;
    top: 86px;
    background: white;
    padding: 1em 0;
    display: block; }
  #films input.search {
    line-height: 24px; }
  #search-bar .search-icon {
    right: 56px; }
  #search-bar .filter-button {
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
    padding: 0 5%;
    line-height: 4.3; } }

@media only screen and (min-width: 1080px) {
  #film-browser .films-list > * {
    left: 14px;
    /*Scoot it over so that the film grid is centered without the alphabet options*/ }
  #film-browser .films-list {
    width: 988px; }
  #films input.search {
    width: 75%; } }

@media only screen and (max-width: 985px) {
  #film-browser .films-list > * {
    left: 14px;
    /*Scoot it over so that the film grid is centered without the alphabet options*/ }
  #film-browser .films-list {
    width: 668px; }
  #films input.search {
    width: 75%; } }

@media only screen and (max-width: 740px) {
  #film-browser .films-list > * {
    left: 8px;
    /*Scoot it over so that the film grid is centered without the alphabet options*/ }
  #film-browser .films-list {
    width: 336px; }
  #films input.search {
    position: relative;
    right: 29px; } }

@media screen and (max-width: 640px) {
  #films input.search {
    width: 262px; } }

/* current filters */
@media only screen and (max-width: 767px) {
  .current-filters {
    font-size: .9em; } }

img.close-current-filters {
  width: 14px;
  height: 14px;
  margin-left: 0.5em; }

.current-filters {
  padding-left: 4px;
  line-height: 1.6em;
  margin-bottom: 12px;
  margin-right: 30px;
  margin-top: -2px; }

.current-filters .clear {
  color: #777;
  margin-left: 0.5em; }

.current-filters {
  font-family: FreightNeoProMed;
  text-align: left; }

/* alphabet and browser options */
#alphabet-options {
  float: right;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0); }
  #alphabet-options li a {
    font-family: FreightNeoProSemi;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.05; }

#alphabet-options.is_stuck {
  transform: translateY(110px); }
  #alphabet-options.is_stuck.is-out {
    transform: translateY(0px); }

@media only screen and (max-width: 358px) {
  #alphabet-options li {
    position: relative;
    right: 8px; }
  #film-browser .films-list {
    width: 100%;
    left: 0; } }

@media only screen and (max-width: 336px) {
  #alphabet-options li {
    position: relative;
    right: 16px; }
  #film-browser .films-list {
    width: 345px;
    left: 0;
    margin: 0;
    padding: 0; } }

input {
  -webkit-appearance: none;
  border-radius: 0; }

#alphabet-options li {
  display: block;
  list-style: none;
  width: 1em;
  height: 2vh;
  max-height: 26px;
  min-height: 16px; }

#alphabet-options li.option {
  height: 3vh;
  max-height: 32px;
  min-height: 20px; }

.filter-options span {
  font-size: 1.1em;
  color: #a85b38; }

#alphabet-options span:hover {
  color: black; }

#alphabet-options {
  font-family: FreightNeoProMed;
  text-transform: uppercase; }

#alphabet-options li a, #alphabet-options li a:visited {
  color: #a85b38;
  font-size: 12px; }

#alphabet-options li a:hover {
  color: black;
  text-decoration: none; }

@media screen and (max-width: 320px) {
  #film-browser .films-list {
    width: 320px; }
  #films input.search {
    width: 215px;
    right: 31px; }
  #film-browser .grid .film-card-container {
    margin-left: 8px; }
  #film-browser .grid .film-card {
    width: 280px; }
  #film-browser .grid .film-card .film-still {
    height: auto; }
  #film-browser .grid .film-card .film-still img {
    width: 216px; }
  #film-browser .grid .film-card .excerpt {
    height: 86px; }
  #alphabet-options li {
    right: 6px; }
  #film-browser {
    padding-top: 16px;
    padding-bottom: 16px; } }

/* Film Page */
@media screen and (max-width: 767px) {
  div.film-page .xxx {
    padding: 4px 16px 0; } }

.film-page .body.container {
  padding: 44px 8px 20px;
  max-width: 800px;
  margin: 0 auto; }

.film-page .stills .still-wrapper img {
  width: 100%;
  max-width: 800px; }

.film-page .stills.SixGrid .still-wrapper img {
  width: 312px; }

.film-page .stills.SixGrid .still-wrapper {
  padding: 4px; }

.film-set-social a {
  color: #a19890; }

.film-set-film-title {
  font-family: FreightTextProSem;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0;
  color: #a85b38;
  text-align: left;
  margin-bottom: 5px; }

.film-set-item {
  margin-bottom: 20px; }

.film-set-item hr {
  display: block !important; }

.row, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8,
.col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7,
.col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5,
.col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding: 0;
  margin: 0; }

@media only screen and (min-width: 768px) {
  .film-page .container.stills {
    margin: 32px auto 0; }
  .film-page .container.stills.SixGrid {
    width: 960px; }
  .film-page .container.stills.HiFiSingle {
    width: 800px; }
  .film-page .container.stills.HiFiMulti {
    margin: 0px auto -8px;
    width: 100%;
    border-bottom: 8px solid #272727; }
  .film-page .stills.SixGrid .still-wrapper {
    margin: 0;
    float: left; } }

@media only screen and (max-width: 767px) {
  .film-page .body.container {
    margin: 0 24px;
    padding: 16px 0 20px; }
  .film-page .container.stills {
    margin: 16px auto;
    background: #272727; }
  .film-page .container.stills.HiFiSingle {
    width: 90vw; }
  .film-page .container.stills.SixGrid,
  .film-page .container.stills.HiFiMulti {
    margin: 0 auto 34px;
    width: 100vw; }
  .film-page .stills .still-wrapper img {
    width: 90vw; } }

.film-page a.book-now {
  display: block;
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: #a85b38;
  font-family: "FreightNeoBold";
  font-size: 18px;
  letter-spacing: 0.05em; }

.film-page a.book-now:hover {
  background-color: #504d4a; }

.film-page a.learn-more {
  display: block;
  color: #a85b38;
  border: 1px solid #A19890;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.film-page .film-set-item a.learn-more {
  display: block;
  color: #a85b38;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a85b38;
  font-family: "FreightNeoBold";
  font-size: 18px;
  letter-spacing: 0.05em;
  padding: 1em 0;
  width: 275px; }
  @media screen and (max-width: 768px) {
    .film-page .film-set-item a.learn-more {
      width: 100%;
      margin: 10px 0; } }
  .film-page .film-set-item a.learn-more:hover {
    border-color: #504d4a; }

.film-page .film-set-item .film-set-film-image {
  width: 100%;
  height: auto;
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .film-page .film-set-item .film-set-film-image {
      margin-top: 36px; } }

@media screen and (max-width: 768px) {
  .film-page .film-set-item .info {
    padding: 0; } }

@media only screen and (min-width: 768px) {
  .film-page a.book-now {
    padding: 1em 0;
    margin-bottom: 30px; }
  .film-page a.learn-more {
    width: 200px;
    margin: 20px 0;
    padding: 8px 20px 5px; } }

@media only screen and (max-width: 767px) {
  .film-page .buttons {
    margin-top: 32px;
    margin-bottom: 32px;
    overflow: auto; }
  .film-page .buttons a {
    padding: 1em 0;
    height: 48px;
    width: 100%;
    float: left; }
  .film-page .buttons a.no-microsite {
    width: 98%; } }

.film-page .summary {
  text-align: center;
  font-weight: bold;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 28px;
  font-family: FreightNeoProMed; }

.film-page .summary h2 {
  margin-top: 0;
  padding-bottom: 2px; }

.film-page .description .excerpt {
  font-family: FreightNeoProMed; }

.film-page .info {
  font-family: FreightNeoProMed; }

.film-page .info > .row * {
  font-size: 12px;
  line-height: 18px; }

.film-page .info h4 {
  text-align: left;
  font-weight: bold;
  margin: 0;
  padding: 0;
  letter-spacing: 0.09em; }

.film-page .info ul {
  margin: 0 0 0 15px;
  padding: 0; }

.film-page .info li {
  color: #A19890;
  font-family: "FreightNeoBold"; }

.film-page .info a.download {
  display: block;
  margin-top: 5px;
  width: 80px;
  height: 80px;
  background-image: url("/assets/img/download-button.png");
  background-size: 80px 80px; }

@media only screen and (min-width: 768px) {
  .film-page .body .description {
    padding-top: 16px;
    padding-right: 16px; }
  .film-page .body .info {
    padding-top: 16px;
    padding-left: 16px; } }

#film .latest-releases {
  margin: 0;
  padding: 24px 0;
  width: 100%; }

.film-page hr {
  margin: 26px 0; }

.film-page .social {
  margin: auto;
  margin-top: 32px;
  margin-bottom: 48px; }
  @media screen and (max-width: 768px) {
    .film-page .social {
      width: 100%;
      text-align: center; }
      .film-page .social a {
        color: #978d85; } }

.film-page hr {
  display: none; }

.film-page .social li {
  padding: 6px; }

.detail-icon {
  font-size: 25px; }

.film-page .HiFiMulti-arrow-container .spotlight-counter {
  top: 0; }

/* Film card -- grid style */
.film-cards .film-card-container {
  display: inline-block;
  float: left; }

.grid .film-card {
  background: white;
  display: inline-block;
  outline: none;
  text-align: center;
  margin: 3px;
  cursor: pointer; }
  .grid .film-card:hover .view-button {
    background: url("/assets/img/double-circle-view-hover.svg");
    background-size: 40px; }

.grid .is-film-set .film-card {
  background: #a19890;
  color: #fff; }
  .grid .is-film-set .film-card a {
    color: #000; }
    .grid .is-film-set .film-card a .view-button {
      background: url("/assets/img/double-circle-view-alt.svg");
      background-size: 40px; }
      .grid .is-film-set .film-card a .view-button:hover {
        background: url("/assets/img/double-circle-view-hover.svg");
        background-size: 40px; }

.grid .film-card {
  height: 454px;
  width: 312px;
  padding: 32px; }

.grid .film-card .film-still {
  height: 140px;
  margin-bottom: 32px;
  overflow: hidden; }

.grid .film-card .title {
  height: 36px;
  overflow: hidden; }

.grid .film-card .excerpt p {
  font-size: 0.9em;
  line-height: 1.3em; }

.grid .film-card .excerpt {
  height: 71px;
  margin: 16px 0; }

.grid .film-card .info {
  height: 30px;
  margin: 16px 0; }

.grid .film-card .view-button-container {
  height: 40px;
  margin-top: 16px; }

.grid .film-card .view-button {
  width: 40px;
  height: 40px;
  margin: 0 auto; }

.film-still img {
  width: 248px; }

.grid .film-card .title a {
  color: #333; }

.film-link, .film-link:visited {
  color: black; }

.film-card .view-button {
  background: url("/assets/img/double-circle-view.svg") no-repeat center;
  background-size: 40px; }

.film-card .view-button:hover {
  background: url("/assets/img/double-circle-view-hover.svg") no-repeat center;
  background-size: 40px; }

@media only screen and (max-width: 767px) {
  .latest-releases .film-card-container {
    width: 100vw; } }

.film-cards .controls-nav .spotlight-counter {
  display: none !important;
  top: 40px;
  color: #a85b38;
  border-color: #a85b38; }

/* Film card -- list style */
.list .film-card * {
  font-size: 12px !important; }

.list .film-card {
  margin-bottom: 6px; }

@media only screen and (min-width: 1200px) {
  .list .film-card-container {
    width: calc(100% - 2em); }
  .list .film-card {
    background-color: white;
    text-align: left;
    position: relative;
    height: 88px;
    font-family: FreightNeoBold;
    font-size: 12px; }
  .list .film-still a img {
    height: auto;
    width: 100%; }
  .list h4 {
    text-align: left;
    margin-left: 22px; }
  .list .film-title,
  .list .film-card .director,
  .list .film-card .country,
  .list .film-card .year,
  .list .film-card .formats {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 88px;
    padding-right: 8px; }
  .list .film-card .country {
    width: 108px; }
  .list .film-card .year {
    width: 50px; }
  .list .view-button-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 88px; }
  .list .view-button {
    margin: auto; } }

@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .list .film-card-container {
    width: 90%; }
  .list .film-card {
    background-color: white;
    overflow: auto;
    width: 100%;
    text-align: left;
    position: relative; }
  .list .film-card h4 {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px; }
  .list .leftside {
    float: left;
    width: calc(100% - 70px);
    margin-left: 8px; }
  .list .view-button-container {
    height: 40px;
    position: absolute;
    top: 50%;
    right: 22px;
    margin-top: -22px; }
  .list .country,
  .list .director,
  .list .year {
    display: inline; }
  .list .year::after {
    content: ","; }
  .list .formats {
    margin-bottom: 15px; } }

@media only screen and (max-width: 767px) {
  .list .film-card-container {
    width: 90%; }
  .list .film-card {
    background-color: white;
    overflow: auto;
    width: 100%;
    text-align: left;
    font-size: 8px;
    font-family: FreightNeoBold;
    position: relative; }
  .list .film-card .film-title h4 {
    text-align: left;
    margin-top: 12px;
    margin-bottom: 10px;
    font-family: FreightNeoBold; }
  .list .leftside {
    float: left;
    width: calc(100% - 70px);
    margin-left: 12px; }
  .list .view-button-container {
    height: 40px;
    position: absolute;
    top: 50%;
    right: 22px;
    margin-top: -22px; }
  .list .country,
  .list .director,
  .list .year {
    display: inline; }
  .list .year::after {
    content: ","; }
  .list .formats {
    margin-bottom: 15px; } }

.film-card .view-button {
  width: 40px;
  height: 40px; }

.list .film-card .film-title a {
  color: black; }

.list .film-card h4 {
  font-family: FreightNeoBold; }

.filter-button {
  cursor: pointer; }

#filter-modal {
  font-family: FreightNeoProMed;
  overflow: hidden; }

#filter-modal .decade {
  text-transform: lowercase; }

#filter-modal {
  z-index: 20000; }

#filter-modal hr {
  margin: 0; }

#filter-modal .modal-dialog {
  margin-top: 100px;
  margin-bottom: 0; }
  #filter-modal .modal-dialog .modal-content {
    box-shadow: none; }

.modal-backdrop.in {
  opacity: 0.8; }

#filter-modal.fade {
  opacity: 1; }

#filter-modal .modal-dialog {
  transform: translate(0, 150%); }

#filter-modal.in .modal-dialog {
  transform: translate(0, 0); }

#filter-modal .modal-content {
  border-radius: 0; }

#filter-modal .modal-content .close {
  position: absolute;
  top: -55px;
  right: 0px;
  opacity: 1; }

#filter-modal .modal-content .close button {
  border: 0;
  width: 42px;
  height: 42px;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/assets/img/close-button-double-border.png"); }

#filter-modal .modal-body {
  padding: 0; }

#filter-modal .tab-content {
  height: 500px;
  overflow-y: auto;
  padding: 20px 15px;
  margin: 0 0 0 35px; }

#filter-modal label {
  display: block;
  border-bottom: 1px solid #EBEBEB;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
  #filter-modal label .amount {
    color: #a19890; }

#filter-modal label:last-child {
  border-bottom: 0;
  margin-bottom: 0px;
  padding-bottom: 0px; }

#filter-modal label input {
  display: inline-block;
  margin-right: 20px;
  width: 12px;
  height: 12px;
  border: 1px solid #a85b38;
  cursor: pointer;
  position: relative;
  top: 1px; }
  #filter-modal label input:checked {
    background-color: transparent; }
    #filter-modal label input:checked:before {
      position: absolute;
      width: 12px;
      height: 10px;
      content: '';
      background: url("/assets/img/checkmark.svg");
      background-size: 100% 100%;
      top: -3px;
      left: 2px; }
  #filter-modal label input:active, #filter-modal label input:focus {
    outline: 0; }

#filter-modal .nav-tabs > li > a {
  border-radius: 0;
  border: 0;
  margin: 10px 20px;
  text-align: center;
  position: relative;
  top: 4px; }

#filter-modal .nav-tabs > li.active > a {
  color: #A19890; }

#filter-modal .nav-tabs > li > a:hover {
  background-color: transparent; }

#filter-modal .nav-tabs > li {
  border-bottom: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: 25%; }

#filter-modal .nav-tabs > li:last-child {
  border-right: 0; }

#filter-modal .buttons {
  padding: 10px 0;
  border-top: 1px solid #EBEBEB;
  margin: 0 10px; }

#filter-modal .buttons button {
  display: inline-block;
  padding: 5px 20px;
  width: 49%;
  width: calc(50% - 3px);
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
  #filter-modal .buttons button a {
    position: relative;
    top: 2px; }

#filter-modal .buttons button.red {
  background-color: #a85b38;
  border: 1px solid #a85b38;
  color: white; }

#filter-modal .buttons button.gray {
  border: 1px solid #A19890;
  color: #a85b38;
  background-color: transparent; }

#filter-modal {
  position: fixed; }

#filter-modal .directors-alpha {
  background: transparent;
  padding-top: 10px; }

#filter-modal .directors-alpha .list-inline {
  position: fixed;
  left: 88.8%;
  width: 2em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
  #filter-modal .directors-alpha .list-inline li {
    display: block;
    margin-bottom: -2px; }

#filter-modal .directors-alpha a {
  color: #a85b38;
  display: block;
  width: 1.5em;
  height: 1.5em;
  padding: 1px 2px 0px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ffffff; }

#filter-modal .directors-alpha a:visited {
  color: #a85b38;
  text-decoration: none; }

#filter-modal .directors-alpha a:hover {
  color: #a85b38;
  text-decoration: none;
  border: 1px solid #a85b38; }

#filter-modal .directors-alpha .selected-filter {
  border: 1px solid #777;
  color: #777; }

@media all and (max-width: 500px) {
  #filter-modal .modal_in {
    height: 480px; }
  #filter-modal .modal-dialog {
    height: 100%;
    margin: 0;
    margin-top: 86px; }
  #filter-modal .modal-content {
    height: 100%;
    border: none; }
  #filter-modal .modal-body {
    height: 365px; }
  #filter-modal .modal-content .close {
    top: -66px;
    right: 16px; }
  #filter-modal .filter {
    height: 365px; }
  #filter-modal li a {
    margin: 0;
    padding: 0;
    font-size: 75%; }
  #filter-modal .directors-alpha .list-inline {
    top: 100px;
    z-index: 3000;
    transform: translate3d(0, 0, 0); }
  #filter-modal .director-alpha-remove {
    display: none !important; }
  #filter-modal .directors-alpha a {
    font-size: 100%;
    padding: 0; }
  #filter-modal .tab-content {
    height: 275px; } }

/* Common Header */
header {
  width: 100%;
  position: fixed;
  top: 0; }

.global-header {
  z-index: 1001;
  transition: all 100ms ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .global-header.is-out {
    transform: translate3d(0, -100%, 0); }

#pushdown {
  height: 112px;
  z-index: 1; }

.navbar {
  border: none;
  font-family: FreightNeoProMed;
  font-weight: bold;
  color: white;
  height: 112px;
  background-color: #272727;
  border-radius: 0;
  text-align: center;
  z-index: 10;
  margin-bottom: 0;
  position: relative; }

.navbar .container-fluid {
  background-color: #272727; }

.janus-logo {
  height: 3.5em;
  height: 70px;
  margin: .5em 2em; }

.navbar-brand {
  height: 4.5em; }

#bs-navbar-collapse .navbar-nav {
  margin: 2em 4em 0em 2em; }

.page-link {
  background: transparent;
  color: white;
  text-align: center;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

#bs-navbar-collapse {
  float: right;
  font-weight: normal; }

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
  margin: 2.5em 2.25em 3em 0em; }

.navbar-toggle {
  transition: all 333ms linear; }

.modal-open .navbar-toggle {
  opacity: 0; }

.navbar-default .navbar-toggle .icon-bar {
  background: #a85b38; }

.navbar .navbar-header {
  background-color: #272727; }

.navbar-default .navbar-toggle,
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
  box-shadow: none; }

.social-media {
  margin: 1em;
  color: #a19890; }

@media screen and (min-width: 769px) {
  body.is-desktop-search-in {
    width: 100%;
    height: 100%;
    overflow: hidden; } }

.desktop-search-modal {
  display: none;
  width: 0;
  height: 0;
  visibility: hidden; }
  @media screen and (min-width: 768px) {
    .desktop-search-modal {
      position: absolute;
      width: 100%;
      height: 100%;
      visibility: visible;
      background: rgba(0, 0, 0, 0.8);
      top: 0;
      left: 0;
      z-index: 20000; }
      .desktop-search-modal .search-box {
        margin-top: 20px;
        width: calc(100% - 324px - 120px);
        left: 324px;
        top: 0;
        margin-top: 36px;
        position: absolute;
        z-index: 20; }
        .desktop-search-modal .search-box input {
          position: static;
          display: inline-block;
          width: 100%;
          color: white; }
        .desktop-search-modal .search-box .search-icon {
          right: auto;
          left: 2px;
          top: 2px;
          position: absolute; }
        .desktop-search-modal .search-box .search-close-button {
          right: 10px; } }

#in-navbar-search {
  width: 0; }

.search-box input {
  top: 0em;
  right: -2em;
  height: 3em;
  width: 20em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: #272727;
  padding: 1em 0 1em 3em;
  border: 1px solid #a19890;
  outline: none; }
  .search-box input:focus, .search-box input:active {
    outline: none; }

.search-box .search-icon {
  margin: 0.9em;
  z-index: 20;
  cursor: pointer;
  top: 1px; }
  .search-box .search-icon.expanded-search {
    cursor: default; }

.search-input {
  position: relative; }

.search-box .search-close-button {
  position: absolute;
  height: 1.5em;
  top: .75em;
  right: -1.25em;
  z-index: 20;
  cursor: pointer; }

.search-box span.expanded-search {
  color: #a19890;
  right: 15em; }

.search-box .search-autocomplete {
  width: 100%;
  background: white;
  list-style: none;
  padding: 1.25em 0 0.625em 0; }
  .search-box .search-autocomplete .search-autocomplete-item .autocomplete-no-results {
    padding: 0.625em 1.25em 0.625em;
    display: block;
    width: 100%;
    height: 100%;
    font-family: FreightNeoProSemiIt;
    color: #a19890; }
  .search-box .search-autocomplete .search-autocomplete-item a {
    padding: 0.625em 1.25em 0.625em;
    display: block;
    width: 100%;
    height: 100%;
    font-family: FreightNeoProSemi; }
    .search-box .search-autocomplete .search-autocomplete-item a .txt {
      position: relative;
      top: 2px; }
    .search-box .search-autocomplete .search-autocomplete-item a .search-autocomplete-year {
      color: #a19890; }
    .search-box .search-autocomplete .search-autocomplete-item a:hover {
      background: #272727; }

#bs-navbar-collapse .in-navbar a {
  color: #a85b38; }

#bs-navbar-collapse .in-navbar a:hover {
  color: white; }

/* Home Header */
#home header {
  position: absolute; }

#home #bs-navbar-collapse .in-navbar a {
  color: white; }

#home #bs-navbar-collapse .in-navbar a:hover {
  color: #272727; }

#home #pushdown {
  height: 0; }

#home .navbar, #home .navbar .container-fluid, #home .navbar-header {
  background: transparent;
  border: none; }

#home .navbar-default .navbar-toggle .icon-bar {
  background: white;
  transition: all 100ms ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(1) {
  transform: rotate(-45deg);
  position: relative;
  top: 6px; }

.navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
  transform: rotate(45deg); }

.navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
  opacity: 0;
  transform: translate3d(0, 10px, 0); }

/* Mobile menu */
@media only screen and (max-width: 767px) {
  .search-box .search-icon {
    top: 4px; }
  .navbar {
    height: 86px; }
  #pushdown {
    height: 86px;
    z-index: 1; }
  .navbar .container-fluid {
    margin: 0; }
  .navbar-brand {
    padding: 0;
    margin: .5em 0;
    height: 3.75em; }
  .janus-logo {
    margin: .25em 1em; }
    .global-header .janus-logo {
      height: 3em; }
  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    margin: 1.5em 1em 0em 0em; }
  #bs-navbar-collapse {
    float: none;
    background-color: #272727; }
  #bs-navbar-collapse .navbar-nav {
    margin: -1em 0 0 0;
    margin: 0; }
  #bs-navbar-collapse[aria-expanded="true"] .page-link a:link,
  #bs-navbar-collapse[aria-expanded="true"] .page-link a:visited {
    color: white;
    background-color: #a85b38;
    margin: 0.5em;
    padding: 1em 0; }
  #bs-navbar-collapse .social-media li a:link,
  #bs-navbar-collapse .social-media li a:visited {
    background-color: transparent;
    color: #a19890;
    padding: 1em 0;
    margin: 0; }
  #bs-navbar-collapse #booking-email {
    color: #a85b38;
    background-color: #272727; }
  #bs-navbar-collapse[aria-expanded="true"] a.phone:link,
  #bs-navbar-collapse[aria-expanded="true"] a.phone:visited {
    color: white;
    background-color: transparent;
    margin: 0.5em 1em;
    padding: 1em 0; }
  .search-box .nav-search,
  .search-box .nav-search input {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: 100%;
    background-color: #272727; }
  .search-box .nav-search {
    padding: 1em .5em 0;
    margin: 0; }
  .search-autocomplete-container {
    margin: 0 0.5em; }
  .search-box .nav-search input {
    padding: 1em 1em .75em;
    border: 1px solid #a19890; }
  #bs-navbar-collapse .contact {
    margin: 2em 0 0 0; }
  #bs-navbar-collapse .glyphicon-search {
    float: right;
    margin: -2.25em 1em; }
  #bs-navbar-collapse #booking-email {
    margin: 1em auto;
    padding: 1em;
    text-decoration: underline; } }

/* Spotlight */
#spotlight {
  color: #FEFEFE;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased; }

.spotlight-image-container {
  height: 40vw;
  overflow: hidden;
  position: relative;
  z-index: -1; }

.spotlight-counter {
  position: absolute;
  top: 30vw;
  right: 10.1em;
  width: 55px;
  height: 55px;
  border-radius: 49px;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 1.3em;
  font-family: FreightTextProSemIt;
  letter-spacing: 0;
  line-height: 2.3; }
  .spotlight-counter .spotlight-current-count {
    position: relative;
    left: 3px; }
  .spotlight-counter .spotlight-total-count {
    position: relative;
    left: -3px; }
  @media screen and (max-width: 640px) {
    .spotlight-counter {
      display: none; } }
  @media screen and (max-width: 1024px) {
    .spotlight-counter {
      top: 27vw; } }

#spotlight .slick-prev, #spotlight .slick-next {
  top: 30vw; }
  @media screen and (max-width: 1024px) {
    #spotlight .slick-prev, #spotlight .slick-next {
      top: 27vw; } }

#spotlight img {
  width: 100%; }

.rubric {
  color: #a19890;
  background-color: #272727;
  font-style: italic;
  margin: auto;
  position: relative;
  width: 342px;
  height: 40px;
  top: -40px;
  padding-top: 1em; }

@media only screen and (max-width: 767px) {
  .rubric {
    width: auto;
    margin: 0 55px; } }

#progress-bar {
  display: none; }

#spotlight-progress-bar {
  display: block;
  width: 342px;
  margin: 0 auto;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -171px;
  z-index: 999; }
  #spotlight-progress-bar .bar {
    width: 0;
    height: 100%;
    background: #a19890; }

#spotlight .slick-dots li button:before {
  color: white; }

#spotlight .view-button {
  width: 5em;
  height: 5em;
  margin: 1em auto;
  margin-bottom: 44px;
  background: url("/assets/img/large-view.svg") no-repeat center;
  background-size: 5em; }

#spotlight .view-button:hover {
  background: url("/assets/img/large-view-hover.svg") no-repeat center;
  background-size: 5em; }

#spotlight .subtitle {
  margin-bottom: 4px; }

#spotlight h2 {
  padding: 0 4px; }

/*

// jk: this was in the original janus source but just seems to be screwing up the progress bar. needed?

#spotlight h5 {
  padding: 0 4px;
}

*/
@media only screen and (max-width: 767px) {
  #spotlight .spotlight-image-container {
    height: 90vw; }
  #spotlight .rubric {
    height: 38px;
    top: -38px; }
  #spotlight .after-rubric {
    position: relative;
    top: -14px; }
  #spotlight .title {
    height: 62px; }
  #spotlight .subtitle {
    height: 54px; }
  #spotlight .view-button {
    height: 80px; }
  #spotlight .slick-dots {
    height: 12px; }
  #spotlight .slick-dots {
    margin: 0 0 3em 4px; }
  #spotlight .spotlight-image-container img {
    width: 200%;
    position: relative;
    left: -65vw; }
  #spotlight .spotlight-caption-container {
    padding-bottom: 1em; } }
  @media only screen and (max-width: 767px) and (max-width: 1024px) {
    #spotlight .spotlight-caption-container {
      padding: 10px;
      padding-top: 0; } }

@media only screen and (max-width: 767px) {
  #spotlight .view-button {
    width: 6em;
    margin: 1em auto; } }

.slick-track {
  background-color: #272727;
  outline: none;
  position: relative;
  z-index: -1; }

.latest-releases .slick-prev, .latest-releases .slick-next {
  bottom: -100px; }

.films-list {
  overflow: hidden; }
  .films-list .latest-releases-carousel-container .flex-viewport {
    transition: all 600ms cubic-bezier(0.02, 0.01, 0.47, 1); }
  .films-list.is-first-page .latest-releases-carousel-container .flex-viewport {
    width: calc(100% - 100px);
    margin-left: 100px; }
    @media screen and (max-width: 640px) {
      .films-list.is-first-page .latest-releases-carousel-container .flex-viewport {
        width: auto;
        margin-left: 0; } }

.latest-releases-carousel-container {
  width: auto;
  background-color: #F3F3F1;
  border: none;
  margin: 0 8px;
  width: calc(100% - 8px);
  border-radius: 0; }
  @media screen and (max-width: 700px) {
    .latest-releases-carousel-container {
      margin: 0; } }

.slick-prev, .slick-next {
  color: transparent;
  background-color: transparent;
  outline: none;
  border: none;
  padding: 1em 6em;
  position: absolute;
  z-index: 99; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slick-prev:before, [dir='rtl'] .slick-next:after {
  content: url(/assets/img/janus_arrow_left.svg); }
  @media screen and (max-width: 640px) {
    .slick-prev:before, [dir='rtl'] .slick-next:after {
      display: none; } }

.slick-next:after, [dir='rtl'] .slick-prev:before {
  content: url(/assets/img/janus_arrow_right.svg); }
  @media screen and (max-width: 640px) {
    .slick-next:after, [dir='rtl'] .slick-prev:before {
      display: none; } }

.slick-prev:before,
.slick-next:after,
[dir='rtl'] .slick-prev:before,
[dir='rtl'] .slick-next:after {
  color: white;
  padding: 1em; }

/* Dots */
.slick-dots,
.flex-control-nav.flex-control-paging {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }

.slick-dots li,
.flex-control-nav.flex-control-paging li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  line-height: 0;
  display: block;
  width: 10px;
  height: 20px;
  padding: 3px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  margin: 0; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:before {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  margin: 0; }

@media screen and (min-width: 768px) {
  .flex-control-nav.flex-control-paging {
    display: none; } }

.flex-control-nav.flex-control-paging li:before {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  margin: 0; }

.flex-control-nav.flex-control-paging li a {
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  box-shadow: none;
  position: relative;
  display: inline-block; }

.flex-control-nav.flex-control-paging li.is-active:before {
  opacity: 0.75; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/* Latest releases */
.browse-films-button {
  margin: 44px auto 1em;
  font-family: "FreightNeoBold";
  font-family: 18px;
  letter-spacing: 0.05em; }

.latest-releases h3 {
  padding-bottom: 18px; }

.latest-releases {
  background: #F3F3F1;
  text-align: center;
  padding: 28px 0 2em; }

.latest-releases .controls-nav {
  position: absolute;
  width: 100%; }
  .latest-releases .controls-nav .flex-prev {
    position: absolute;
    top: 64px;
    left: 112px; }
  .latest-releases .controls-nav .flex-next {
    position: absolute;
    top: 64px;
    right: 112px; }

.latest-releases .flex-prev, .latest-releases .flex-next {
  color: transparent;
  background-color: transparent;
  outline: none;
  border: none; }

.latest-releases .flex-prev:before,
[dir='rtl'] .latest-releases .flex-next:after {
  content: url(/assets/img/latest-releases-arrow-left.png); }

.latest-releases .flex-next:after,
[dir='rtl'] .latest-releases .flex-prev:before {
  content: url(/assets/img/latest-releases-arrow-right.png); }

.latest-releases .flex-prev:hover::before,
[dir='rtl'] .latest-releases .flex-next:hover::after {
  content: url(/assets/img/arrow-left-hover.png); }

.latest-releases .flex-next:hover::after,
[dir='rtl'] .latest-releases .flex-prev:hover::before {
  content: url(/assets/img/arrow-right-hover.png); }

/* Desktop */
@media only screen and (min-width: 768px) {
  .slick-dots, .slick-dots li {
    content: '';
    display: none; } }

/* Mobile */
@media only screen and (max-width: 767px) {
  .flex-prev, .flex-prev:before, .flex-prev:after, [dir='rtl'] .flex-prev:before,
  .flex-next, .flex-next:before, .flex-next:after, [dir='rtl'] .flex-next:after {
    display: none;
    content: '';
    z-index: -10; }
  .latest-releases #slick-slide00 {
    display: none; } }

/* Individual films carousel */
.HiFiMulti {
  background: #272727; }

.HiFiMulti .slick-slide {
  margin: 0em .3em; }

.HiFiMulti-arrow-container {
  height: 0px;
  margin: auto;
  position: relative;
  bottom: 100px;
  max-width: 908px; }

.film-page .HiFiMulti .slick-arrow {
  display: none !important; }

.film-page .HiFiMulti-arrow-container {
  max-width: 100%; }

.next-arrow, .prev-arrow {
  position: absolute;
  z-index: 2;
  cursor: pointer; }

.next-arrow {
  right: 0; }

.prev-arrow {
  left: 0; }

@media only screen and (max-width: 767px) {
  .HiFiMulti .slick-prev, .HiFiMulti .slick-prev:before, .HiFiMulti .slick-prev:after, [dir='rtl'] .slick-prev:before,
  .HiFiMulti .slick-next, .HiFiMulti .slick-next:before, .HiFiMulti .slick-next:after, [dir='rtl'] .slick-next:after {
    display: none;
    content: '';
    z-index: -10; }
  .HiFiMulti .slick-dots li,
  .SixGrid .slick-dots li {
    height: 1em;
    margin: .5em 0; }
  .HiFiMulti .slick-dots,
  .SixGrid .slick-dots {
    background-color: #272727;
    bottom: 0;
    color: white;
    margin-bottom: -1em; }
  .HiFiMulti .slick-dots,
  .SixGrid .slick-dots {
    position: relative;
    margin-top: -4px; }
  .HiFiMulti .slick-dots li.slick-active button:before,
  .SixGrid .slick-dots li.slick-active button:before {
    color: white; }
  .HiFiMulti .slick-dots li button:before,
  .SixGrid .slick-dots li button:before {
    font-size: 20px;
    line-height: 20px;
    top: 0;
    left: 0;
    width: 10px;
    height: 40px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: white;
    margin: 0; }
  .HiFiMulti .slick-dots li.slick-active button:before,
  .SixGrid .slick-dots li.slick-active button:before {
    opacity: .75;
    color: white; } }

.home-divider {
  margin-top: -22px; }

.social-media li {
  padding: 0 7px; }

.global-footer .contact .phone {
  color: white;
  background-color: transparent;
  margin: 0.5em 0;
  border: none;
  text-decoration: none; }

.global-footer .dont-miss {
  font-family: FreightTextProBook;
  /*font-size: 1.2em;*/
  letter-spacing: 0;
  max-width: 466px; }
  @media screen and (min-width: 769px) {
    .global-footer .dont-miss {
      font-size: 16px;
      line-height: 19px; } }

.global-footer .criterion-link .inline-list a {
  font-family: FreightTextProBook;
  font-size: 16px; }
  @media screen and (min-width: 769px) {
    .global-footer .criterion-link .inline-list a {
      font-size: 16px; } }

#news {
  margin-top: 48px;
  background: white;
  padding: 2em; }
  #news h3:not(#latest-news-title) {
    color: #a85b38;
    text-align: left;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 23px;
    text-transform: none;
    font-family: FreightTextProSem; }
    #news h3:not(#latest-news-title).is-film-title {
      font-style: italic; }
  #news .read-more-link {
    color: #a85b38;
    text-decoration: underline; }
    #news .read-more-link:hover, #news .read-more-link:visited {
      color: #a19890; }
  #news p {
    text-align: left; }
  #news #box {
    border: solid 1px #eaeaea;
    max-width: 952px;
    margin: 0 auto;
    margin-top: 20px; }
  #news #news-view-all {
    text-align: center;
    max-width: 952px;
    margin: 0 auto;
    margin-top: 64px;
    margin-bottom: 64px; }
    #news #news-view-all a {
      text-transform: uppercase;
      font-size: 20px;
      font-family: FreightNeoBold;
      margin-right: 12px;
      color: #a85b38; }
      #news #news-view-all a:hover {
        color: #a19890; }
    #news #news-view-all a, #news #news-view-all ul {
      display: inline-block;
      vertical-align: middle; }
    #news #news-view-all ul {
      position: relative; }
      #news #news-view-all ul:before {
        position: absolute;
        width: 2px;
        height: 44px;
        background: #f4f4f4;
        content: '';
        top: -12px; }
      #news #news-view-all ul li:first-child {
        margin-left: 16px; }
      #news #news-view-all ul li a {
        display: inline-block;
        font-size: 12px;
        margin-right: 12px;
        color: #968f87; }
  #news .news-story {
    padding: 32px;
    border-bottom: solid 1px #eaeaea;
    cursor: pointer; }
    #news .news-story:hover .read-more-link,
    #news .news-story:hover h3 a {
      color: #a19890 !important; }
    #news .news-story .story-wrap {
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      @media screen and (max-width: 865px) {
        #news .news-story .story-wrap {
          display: block; } }
    #news .news-story:last-child {
      border: none; }
    #news .news-story .story-content {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      margin-left: 40px;
      margin-right: 72px; }
      @media screen and (max-width: 865px) {
        #news .news-story .story-content {
          margin-left: 0; } }
      #news .news-story .story-content h3 a {
        font-family: "FreightTextProSem";
        font-size: 24px;
        line-height: 27px;
        letter-spacing: 0;
        color: #a85b38; }
        #news .news-story .story-content h3 a:hover {
          color: #a19890; }
      @media screen and (max-width: 865px) {
        #news .news-story .story-content {
          margin-top: 40px; } }
    #news .news-story .story-image {
      display: inline-block;
      vertical-align: top;
      min-width: 248px;
      max-width: 248px; }
      @media screen and (max-width: 865px) {
        #news .news-story .story-image {
          display: block;
          width: 100%;
          min-width: 100%;
          max-width: 100%; } }
      #news .news-story .story-image img {
        max-width: 100%; }
  #news #news-page {
    padding-bottom: 100px; }
  #news.news-page-container {
    margin-top: 0;
    margin-bottom: 50px; }
  #news #latest-news-title.on-news-page {
    font-size: 48px; }
  #news #news-load-more-button {
    display: block;
    background: #a85b38;
    max-width: 472px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px; }
    #news #news-load-more-button p {
      color: #fff;
      padding-top: 30px;
      padding-bottom: 30px;
      text-align: center;
      font-size: 18px;
      font-family: FreightNeoProSemi; }
    #news #news-load-more-button.disabled {
      background: #eaeaea; }

.news-box {
  border: solid 1px #eaeaea;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 20px; }

.date {
  color: #a19890;
  font-family: FreightNeoBold;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 7px; }

#article-container {
  position: relative; }
  @media screen and (max-width: 1024px) {
    #article-container {
      padding: 20px; } }

#news-article {
  max-width: 730px;
  margin: 0 auto;
  margin-top: 81px;
  padding-bottom: 80px; }
  #news-article #article-content {
    max-width: 632px; }
    #news-article #article-content img {
      max-width: 100%;
      margin-top: 30px;
      margin-bottom: 15px; }
      #news-article #article-content img.article-image {
        width: 100%;
        margin-top: 0; }
  #news-article #article-title {
    text-align: left;
    font-size: 48px;
    font-family: "FreightTextProSem";
    line-height: 52px;
    letter-spacing: 0; }

.article-tags {
  margin-top: 35px;
  margin-bottom: 35px; }

.news-landing-links {
  text-align: center;
  margin-top: 30px; }
  .news-landing-links li {
    margin-right: 20px; }

#share-article {
  position: fixed;
  z-index: 100;
  background: white;
  right: 8%; }
  @media screen and (max-width: 910px) {
    #share-article {
      margin: 0;
      bottom: 0;
      z-index: 1000000;
      width: 100%;
      right: auto; } }
  #share-article p {
    padding: 10px;
    color: #a19890;
    font-family: FreightNeoBold;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: solid 1px #a19890; }
  #share-article .list-vertical {
    list-style: none;
    text-align: center; }
    #share-article .list-vertical .fa-facebook {
      color: #3b5998; }
    #share-article .list-vertical .fa-twitter {
      color: #55acee; }
    #share-article .list-vertical .fa-google {
      color: #c53627; }
    #share-article .list-vertical .fa-pinterest {
      color: #b2121f; }
    #share-article .list-vertical .fa-facebook, #share-article .list-vertical .fa-twitter, #share-article .list-vertical .fa-instagram, #share-article .list-vertical .fa-google, #share-article .list-vertical .fa-pinterest {
      font-size: 20px;
      margin-bottom: 20px; }
    @media screen and (max-width: 910px) {
      #share-article .list-vertical {
        float: none;
        background: white;
        display: -ms-flexbox;
        display: flex;
        max-width: 500px;
        margin: 0 auto;
        width: 100%;
        padding: 0 75px; }
        #share-article .list-vertical li {
          width: 25%;
          position: relative;
          top: 10px; } }
  @media screen and (max-width: 910px) {
    #share-article p {
      display: none; } }
  @media screen and (max-width: 767px) {
    #share-article p {
      display: none; } }

.real-content p:first-child:first-line {
  font-family: FreightTextProSem; }

#home #news {
  margin-top: 0; }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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; }
