/* SCSS Document */
@import url("http://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("http://fonts.googleapis.com/css?family=PT+Serif:400,700");
@font-face {
  font-family: 'mm-basic';
  src: url("../eot/mm-basic264c.eot");
  src: url("../eot/mm-basic264c.eot#iefix") format("embedded-opentype"), url("../ttf/mm-basic264c.ttf") format("truetype"), url("../woff/mm-basic264c.woff") format("woff"), url("../svg/mm-basic264c.svg#mm-basic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mm-basic' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-close:before {
  content: "\e900"; }

.icon-search-plus:before {
  content: "\f00e"; }

.icon-search-minus:before {
  content: "\f010"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-chevron-left:before {
  content: "\f104"; }

.icon-chevron-right:before {
  content: "\f105"; }

.icon-chevron-up:before {
  content: "\f106"; }

.icon-chevron-down:before {
  content: "\f107"; }

.icon-hamburger-three:before {
  content: "\e905"; }

.icon-x-twitter:before {
  content: "\e901"; }

.icon-tiktok:before {
  content: "\e904"; }

.icon-music:before {
  content: "\e911"; }

.icon-quotes-left:before {
  content: "\e977"; }

.icon-quotes-right:before {
  content: "\e978"; }

.icon-search:before {
  content: "\e986"; }

.icon-equalizer:before {
  content: "\e992"; }

.icon-star-empty:before {
  content: "\e9d7"; }

.icon-star-half:before {
  content: "\e9d8"; }

.icon-star-full:before {
  content: "\e9d9"; }

.icon-heart:before {
  content: "\e9da"; }

.icon-info:before {
  content: "\ea0c"; }

.icon-cancel-circle:before {
  content: "\ea0d"; }

.icon-tick:before {
  content: "\ea10"; }

.icon-play:before {
  content: "\ea1c"; }

.icon-pause:before {
  content: "\ea1d"; }

.icon-stop:before {
  content: "\ea1e"; }

.icon-backward:before {
  content: "\ea1f"; }

.icon-forward:before {
  content: "\ea20"; }

.icon-first:before {
  content: "\ea21"; }

.icon-last:before {
  content: "\ea22"; }

.icon-arrow-up-left:before {
  content: "\ea39"; }

.icon-arrow-up:before {
  content: "\ea3a"; }

.icon-arrow-up-right:before {
  content: "\ea3b"; }

.icon-arrow-right:before {
  content: "\ea3c"; }

.icon-arrow-down-right:before {
  content: "\ea3d"; }

.icon-arrow-down:before {
  content: "\ea3e"; }

.icon-arrow-down-left:before {
  content: "\ea3f"; }

.icon-arrow-left:before {
  content: "\ea40"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-youtube:before {
  content: "\ea9d"; }

.icon-linkedin:before {
  content: "\eac9"; }

.icon-linkedin2:before {
  content: "\eaca"; }

/* CSS Document */
/* CSS Document */
/* CSS Document */
/* CSS Document */
h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700; }
  h1 strong, h2 strong, h3 strong, h4 strong {
    font-weight: 900; }

h1 {
  font-size: 44px; }

h2 {
  font-size: 24px;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    h2 {
      letter-spacing: 2px; } }

h3 {
  font-size: 24px;
  font-weight: 700; }

p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px; }

a {
  text-decoration: none; }

/* CSS Document */
.btn {
  display: inline-block;
  outline: none;
  border: none; }
  .btn.cta {
    padding: 12px 28px;
    -webkit-transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -khtml-transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px; }
    @media screen and (min-width: 540px) {
      .btn.cta {
        padding: 16px 40px;
        font-size: 20px; }
        .btn.cta:hover {
          padding: 16px 48px;
          -webkit-transition: padding 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -khtml-transition: padding 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -moz-transition: padding 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -ms-transition: padding 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -o-transition: padding 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition: padding 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); } }
  .btn.small {
    padding: 8px 18px;
    font-size: 15px; }
    .btn.small:hover {
      padding: 8px 28px; }
  .btn.black {
    color: white;
    background-color: black; }
  .btn.white {
    color: black;
    background-color: white; }
  .btn.docplay {
    color: white;
    background-color: #258E4B; }
  .btn.garage {
    color: black;
    background-color: #FFB800; }
  .btn.madman {
    color: black;
    background-color: #ffffff; }
  .btn.red {
    color: white;
    background-color: #c10b27; }
  .btn.subscribe-button {
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    cursor: pointer; }

/* CSS Document */
@keyframes color-me-in {
  0% {
    background: white; }
  100% {
    background: #111111; } }
/* ----------------------------------------------
 * Generated by Animista on 2017-6-14 12:5:37
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slit-in-vertical
 * ----------------------------------------
 */
@-webkit-keyframes slit-in-vertical {
  0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
    transform: translateZ(-800px) rotateY(90deg);
    opacity: 0; }
  54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
    transform: translateZ(-160px) rotateY(87deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0); } }
@keyframes slit-in-vertical {
  0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
    transform: translateZ(-800px) rotateY(90deg);
    opacity: 0; }
  54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
    transform: translateZ(-160px) rotateY(87deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0); } }
/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
/**
 * ----------------------------------------
 * animation slide-in-blurred-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }
@keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }
/**
 * ----------------------------------------
 * animation color-change-4x
 * ----------------------------------------
 */
@-webkit-keyframes color-change-4x {
  0% {
    background: #19dcea; }
  33.3333% {
    background: #b22cff; }
  66.666% {
    background: #ea2222; }
  100% {
    background: #f5be10; } }
@keyframes color-change-4x {
  0% {
    background: #19dcea; }
  33.3333% {
    background: #b22cff; }
  66.666% {
    background: #ea2222; }
  100% {
    background: #f5be10; } }
/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  80% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  90% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px); } }
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  80% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  90% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px); } }
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
/**
 * ----------------------------------------
 * animation text-blur-out
 * ----------------------------------------
 */
@-webkit-keyframes text-blur-out {
  0% {
    -webkit-filter: blur(0.01);
    filter: blur(0.01); }
  100% {
    -webkit-filter: blur(40px) opacity(0%);
    filter: blur(40px) opacity(0%); } }
@keyframes text-blur-out {
  0% {
    -webkit-filter: blur(0.01);
    filter: blur(0.01); }
  100% {
    -webkit-filter: blur(40px) opacity(0%);
    filter: blur(40px) opacity(0%); } }
/**
 * ----------------------------------------
 * animation fade-in-bck
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bck {
  0% {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes fade-in-bck {
  0% {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
/**
 * ----------------------------------------
 * animation fade-in-fwd
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
/**
 * ----------------------------------------
 * animation rotate-45-cw
 * ----------------------------------------
 */
@-webkit-keyframes rotate-45-cw {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }
@keyframes rotate-45-cw {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }
/**
 * ----------------------------------------
 * animation rotate-45-ccw
 * ----------------------------------------
 */
@-webkit-keyframes rotate-45-ccw {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
@keyframes rotate-45-ccw {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }
.key-art-panel {
  width: 100%;
  position: relative;
  color: white; }
  .key-art-panel.video-bg-panel {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 580px;
    max-height: 800px;
    z-index: 0; }
    .key-art-panel.video-bg-panel.short {
      height: 50vh;
      max-height: 600px; }
    @media screen and (min-width: 540px) {
      .key-art-panel.video-bg-panel {
        min-height: 680px; } }
    @media screen and (min-width: 768px) {
      .key-art-panel.video-bg-panel {
        height: 90vh;
        min-height: 700px;
        max-height: 1200px; }
        .key-art-panel.video-bg-panel.short {
          height: 70vh;
          max-height: 800px; } }
  .key-art-panel .video-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-animation: fade-in-fwd 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s both;
    animation: fade-in-fwd 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s both;
    background-size: cover;
    background-position: center center; }
    .key-art-panel .video-bg video {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
    .key-art-panel .video-bg .video-info-panel {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      z-index: 200;
      padding: 80px 20px; }
      @media screen and (min-width: 540px) {
        .key-art-panel .video-bg .video-info-panel {
          padding: 80px 40px; } }
      .key-art-panel .video-bg .video-info-panel .video-title-treatment img {
        width: 100%;
        max-width: 680px; }
        @media screen and (min-width: 768px) {
          .key-art-panel .video-bg .video-info-panel .video-title-treatment img {
            max-width: 800px; } }
      .key-art-panel .video-bg .video-info-panel .video-quote-panel {
        width: 96%;
        max-width: 680px;
        text-align: center;
        margin: 20px 0 30px 0;
        position: relative;
        pointer-events: none; }
        .key-art-panel .video-bg .video-info-panel .video-quote-panel > .quote {
          position: absolute;
          opacity: 0;
          width: 100%; }
        .key-art-panel .video-bg .video-info-panel .video-quote-panel.num-3 .quote:first-child {
          animation: loop3 20s infinite;
          -webkit-animation: loop3 20s infinite; }
        .key-art-panel .video-bg .video-info-panel .video-quote-panel.num-3 .quote:nth-child(2) {
          animation: opsecond3 20s infinite;
          -webkit-animation: opsecond3 20s infinite; }
        .key-art-panel .video-bg .video-info-panel .video-quote-panel.num-3 .quote:last-child {
          animation: oplast3 20s infinite;
          -webkit-animation: oplast3 20s infinite; }
        .key-art-panel .video-bg .video-info-panel .video-quote-panel.num-2 .quote:first-child {
          animation: loop2 12s infinite;
          -webkit-animation: loop2 12s infinite; }
        .key-art-panel .video-bg .video-info-panel .video-quote-panel.num-2 .quote:last-child {
          animation: opsecond2 12s infinite;
          -webkit-animation: opsecond2 12s infinite; }
        .key-art-panel .video-bg .video-info-panel .video-quote-panel.num-1 .quote {
          opacity: 1; }
        .key-art-panel .video-bg .video-info-panel .video-quote-panel .quote h3 {
          margin: 0;
          padding: 0;
          font-weight: 100;
          font-style: italic;
          line-height: 120%;
          font-size: 16px; }
          @media screen and (min-width: 540px) {
            .key-art-panel .video-bg .video-info-panel .video-quote-panel .quote h3 {
              font-size: 18px; } }
          @media screen and (min-width: 768px) {
            .key-art-panel .video-bg .video-info-panel .video-quote-panel .quote h3 {
              font-size: 22px; } }
        .key-art-panel .video-bg .video-info-panel .video-quote-panel .quote p {
          margin: 0;
          padding: 0;
          font-size: 11px;
          line-height: 140%;
          margin-top: 4px; }
@-webkit-keyframes loop3 {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  33% {
    opacity: 1; }
  44% {
    opacity: 0; } }
@-webkit-keyframes opsecond3 {
  33% {
    opacity: 0; }
  44% {
    opacity: 1; }
  66% {
    opacity: 1; }
  77% {
    opacity: 0; } }
@-webkit-keyframes oplast3 {
  66% {
    opacity: 0; }
  77% {
    opacity: 1; }
  100% {
    opacity: 1; }
  0% {
    opacity: 1; }
  10% {
    opacity: 0; } }
@-webkit-keyframes loop2 {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; } }
@-webkit-keyframes opsecond2 {
  50% {
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    opacity: 1; }
  0% {
    opacity: 1; }
  10% {
    opacity: 0; } }
    .key-art-panel .video-bg .videobg-buttons-panel {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 60px; }
      .key-art-panel .video-bg .videobg-buttons-panel .videobg-panel-button {
        margin: 0 5px;
        margin-bottom: 10px;
        display: block;
        padding: 10px 18px;
        background-color: rgba(255, 255, 255, 0.8);
        -webkit-transition: all 0.4s ease-in-out 0s;
        -khtml-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
        color: black;
        border-radius: 25px;
        font-size: 13px;
        font-weight: 700;
        cursor: pointer; }
        @media screen and (min-width: 540px) {
          .key-art-panel .video-bg .videobg-buttons-panel .videobg-panel-button {
            padding: 12px 24px;
            font-size: 16px; } }
        .key-art-panel .video-bg .videobg-buttons-panel .videobg-panel-button:hover {
          background-color: white;
          padding: 10px 24px;
          -webkit-transition: all 0.4s ease-in-out 0s;
          -khtml-transition: all 0.4s ease-in-out 0s;
          -moz-transition: all 0.4s ease-in-out 0s;
          -ms-transition: all 0.4s ease-in-out 0s;
          -o-transition: all 0.4s ease-in-out 0s;
          transition: all 0.4s ease-in-out 0s; }
          @media screen and (min-width: 540px) {
            .key-art-panel .video-bg .videobg-buttons-panel .videobg-panel-button:hover {
              padding: 12px 32px; } }
        .key-art-panel .video-bg .videobg-buttons-panel .videobg-panel-button.ticket-button, .key-art-panel .video-bg .videobg-buttons-panel .videobg-panel-button.home-ent-button {
          background-color: #96091e;
          color: #f8f8f8; }
          .key-art-panel .video-bg .videobg-buttons-panel .videobg-panel-button.ticket-button:hover, .key-art-panel .video-bg .videobg-buttons-panel .videobg-panel-button.home-ent-button:hover {
            background-color: #c10b27; }
    .key-art-panel .video-bg .video-still {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      background-image: url(../index.html);
      background-size: cover;
      background-position: center center;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
    .key-art-panel .video-bg.hide video, .key-art-panel .video-bg.hide .video-still {
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -webkit-opacity: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      -khtml-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      -moz-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      -ms-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      -o-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
  .key-art-panel .key-art {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; }
    .key-art-panel .key-art.desktop {
      display: none;
      position: relative; }
      .key-art-panel .key-art.desktop:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 62.5%; }
      .key-art-panel .key-art.desktop > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .key-art-panel .key-art.mobile {
      display: block;
      position: relative; }
      .key-art-panel .key-art.mobile:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 160%; }
      .key-art-panel .key-art.mobile > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
  .key-art-panel .film-info-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    pointer-events: none; }
    .key-art-panel .film-info-panel .film-extras-panel {
      width: 100%;
      padding: 16px 20px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between; }
      .key-art-panel .film-info-panel .film-extras-panel .rating-panel {
        padding-left: 10px;
        padding-bottom: 10px;
        z-index: 200; }
        .key-art-panel .film-info-panel .film-extras-panel .rating-panel img {
          height: 24px;
          float: left; }
        @media screen and (min-width: 540px) {
          .key-art-panel .film-info-panel .film-extras-panel .rating-panel img {
            height: 30px; } }
        @media screen and (min-width: 992px) {
          .key-art-panel .film-info-panel .film-extras-panel .rating-panel {
            padding-left: 20px;
            padding-bottom: 20px; }
            .key-art-panel .film-info-panel .film-extras-panel .rating-panel img {
              height: 36px; } }
      .key-art-panel .film-info-panel .film-extras-panel .in-cinemas-date {
        text-transform: uppercase;
        padding: 0;
        text-align: left;
        left: 0;
        z-index: 200;
        margin-right: 20px; }
        .key-art-panel .film-info-panel .film-extras-panel .in-cinemas-date.active {
          display: block; }
        .key-art-panel .film-info-panel .film-extras-panel .in-cinemas-date h2 {
          font-size: 16px;
          margin-bottom: 0; }
          @media screen and (min-width: 540px) {
            .key-art-panel .film-info-panel .film-extras-panel .in-cinemas-date h2 {
              font-size: 20px; } }
          @media screen and (min-width: 768px) {
            .key-art-panel .film-info-panel .film-extras-panel .in-cinemas-date h2 {
              font-size: 24px; } }
      .key-art-panel .film-info-panel .film-extras-panel .extra-logos-panel {
        z-index: 200;
        pointer-events: all;
        display: flex; }
        .key-art-panel .film-info-panel .film-extras-panel .extra-logos-panel .affiliate-logo {
          display: inline-block;
          margin-left: 10px; }
          .key-art-panel .film-info-panel .film-extras-panel .extra-logos-panel .affiliate-logo img {
            height: 24px; }
        @media screen and (min-width: 540px) {
          .key-art-panel .film-info-panel .film-extras-panel .extra-logos-panel .affiliate-logo img {
            height: 30px; } }
        @media screen and (min-width: 992px) {
          .key-art-panel .film-info-panel .film-extras-panel .extra-logos-panel .affiliate-logo img {
            height: 36px; } }
  @media screen and (min-width: 768px) {
    .key-art-panel .key-art.desktop {
      display: block; }
    .key-art-panel .key-art.mobile {
      display: none; } }

.top-panel {
  width: 100%;
  height: 40px;
  left: 0;
  position: fixed;
  z-index: 400;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }
  .top-panel .left-menu-panel {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .top-panel .left-menu-panel .madman-logo {
      border-right: 1px solid #393939; }
      .top-panel .left-menu-panel .madman-logo a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        height: 40px;
        padding: 0 10px; }
        .top-panel .left-menu-panel .madman-logo a img {
          width: 28px; }
  .top-panel .mobile-menu {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start; }
    @media screen and (min-width: 768px) {
      .top-panel .mobile-menu {
        display: none; } }
    .top-panel .mobile-menu .mobile-menu-link {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      border-right: 1px solid #393939;
      color: #d4d4d4;
      font-size: 13px;
      height: 40px;
      padding-left: 10px;
      padding-right: 10px; }
      .top-panel .mobile-menu .mobile-menu-link .glyphicon {
        font-size: 16px; }
      .top-panel .mobile-menu .mobile-menu-link .menu-text {
        font-size: 13px;
        margin: 0;
        padding: 0;
        margin-left: 4px; }
  .top-panel .menu-panel {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start; }
    .top-panel .menu-panel ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .top-panel .menu-panel ul li a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: center;
        -moz-flex-direction: center;
        -ms-flex-direction: center;
        flex-direction: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        position: relative;
        font-size: 12px;
        padding: 0 10px;
        color: #d4d4d4;
        height: 40px; }
        @media screen and (min-width: 540px) {
          .top-panel .menu-panel ul li a {
            padding: 0 12px; } }
        .top-panel .menu-panel ul li a::after {
          content: '';
          display: block;
          position: absolute;
          background-color: #393939;
          width: 1px;
          height: 40px;
          left: auto;
          top: 0;
          right: 0; }
    .top-panel .menu-panel.mobile-enabled ul {
      list-style: none;
      margin: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      position: absolute;
      top: 40px;
      left: 0;
      background-color: rgba(13, 13, 13, 0.9);
      max-width: 0;
      overflow-x: hidden; }
      .top-panel .menu-panel.mobile-enabled ul.active {
        max-width: 600px;
        -webkit-transition: max-width 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -khtml-transition: max-width 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -moz-transition: max-width 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -ms-transition: max-width 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -o-transition: max-width 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition: max-width 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
      .top-panel .menu-panel.mobile-enabled ul li a {
        min-width: 200px;
        font-size: 12px;
        color: #d4d4d4; }
        .top-panel .menu-panel.mobile-enabled ul li a:hover {
          color: white; }
        .top-panel .menu-panel.mobile-enabled ul li a::after {
          content: '';
          display: block;
          position: absolute;
          background-color: #393939;
          width: 100%;
          height: 1px;
          bottom: 1px;
          top: auto;
          left: 0;
          right: auto; }
        @media screen and (min-width: 768px) {
          .top-panel .menu-panel.mobile-enabled ul li a::after {
            width: 1px;
            height: 40px;
            left: auto;
            top: 0;
            right: 0; } }
      .top-panel .menu-panel.mobile-enabled ul li:last-child a::after {
        display: none; }
      @media screen and (min-width: 768px) {
        .top-panel .menu-panel.mobile-enabled ul li:last-child a::after {
          display: block; } }
      @media screen and (min-width: 768px) {
        .top-panel .menu-panel.mobile-enabled ul {
          max-width: 3000px;
          list-style: none;
          padding: 0;
          margin: 0;
          position: relative;
          top: auto;
          left: auto;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          background-color: transparent; }
          .top-panel .menu-panel.mobile-enabled ul li a {
            min-width: 0; } }
  .top-panel .social-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .top-panel .social-panel ul li a {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      margin-left: 20px; }
      .top-panel .social-panel ul li a .glyphicon {
        color: #d4d4d4;
        font-size: 13px; }
  .top-panel .ticket-button, .top-panel .home-ent-button {
    background-color: #0b70c1;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    height: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }

.light-theme {
  background-color: #d4d4d4; }
  .light-theme h1, .light-theme h2, .light-theme h3, .light-theme h4, .light-theme p, .light-theme ul, .light-theme li {
    color: #0d0d0d; }
  .light-theme .cta {
    background-color: #0d0d0d;
    color: #d4d4d4;
    -webkit-transition: all 0.3s 0s;
    -khtml-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    -ms-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s; }
    .light-theme .cta:hover, .light-theme .cta.active {
      background-color: #393939;
      -webkit-transition: all 0.3s 0s;
      -khtml-transition: all 0.3s 0s;
      -moz-transition: all 0.3s 0s;
      -ms-transition: all 0.3s 0s;
      -o-transition: all 0.3s 0s;
      transition: all 0.3s 0s; }
  .light-theme .state {
    background-color: #393939;
    color: #d4d4d4;
    -webkit-transition: all 0.3s 0s;
    -khtml-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    -ms-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s; }
    .light-theme .state:hover, .light-theme .state.active {
      background-color: #0d0d0d;
      -webkit-transition: all 0.3s 0s;
      -khtml-transition: all 0.3s 0s;
      -moz-transition: all 0.3s 0s;
      -ms-transition: all 0.3s 0s;
      -o-transition: all 0.3s 0s;
      transition: all 0.3s 0s; }
  .light-theme .cinema {
    background-color: #393939;
    color: #d4d4d4;
    -webkit-transition: all 0.3s 0s;
    -khtml-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    -ms-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s; }
    .light-theme .cinema:hover {
      background-color: #0d0d0d;
      -webkit-transition: all 0.3s 0s;
      -khtml-transition: all 0.3s 0s;
      -moz-transition: all 0.3s 0s;
      -ms-transition: all 0.3s 0s;
      -o-transition: all 0.3s 0s;
      transition: all 0.3s 0s; }
  .light-theme .form-input {
    color: #0d0d0d;
    background-color: rgba(13, 13, 13, 0.16); }

.dark-theme {
  background-color: #393939; }
  .dark-theme h1, .dark-theme h2, .dark-theme h3, .dark-theme h4, .dark-theme p, .dark-theme ul, .dark-theme li {
    color: #d4d4d4; }
  .dark-theme .cta {
    background-color: #d4d4d4;
    color: #0d0d0d;
    -webkit-transition: all 0.3s 0s;
    -khtml-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    -ms-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s; }
    .dark-theme .cta:hover, .dark-theme .cta.active {
      background-color: rgba(13, 13, 13, 0.8);
      color: #d4d4d4;
      -webkit-transition: all 0.3s 0s;
      -khtml-transition: all 0.3s 0s;
      -moz-transition: all 0.3s 0s;
      -ms-transition: all 0.3s 0s;
      -o-transition: all 0.3s 0s;
      transition: all 0.3s 0s; }
  .dark-theme .state {
    background-color: #0d0d0d;
    color: #d4d4d4;
    -webkit-transition: all 0.3s 0s;
    -khtml-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    -ms-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s; }
    .dark-theme .state:hover, .dark-theme .state.active {
      color: #0d0d0d;
      background-color: #d4d4d4;
      -webkit-transition: all 0.3s 0s;
      -khtml-transition: all 0.3s 0s;
      -moz-transition: all 0.3s 0s;
      -ms-transition: all 0.3s 0s;
      -o-transition: all 0.3s 0s;
      transition: all 0.3s 0s; }
  .dark-theme .cinema {
    background-color: #0d0d0d;
    color: #d4d4d4;
    -webkit-transition: all 0.3s 0s;
    -khtml-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    -ms-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s; }
    .dark-theme .cinema:hover {
      color: #0d0d0d;
      background-color: #d4d4d4;
      -webkit-transition: all 0.3s 0s;
      -khtml-transition: all 0.3s 0s;
      -moz-transition: all 0.3s 0s;
      -ms-transition: all 0.3s 0s;
      -o-transition: all 0.3s 0s;
      transition: all 0.3s 0s; }
  .dark-theme .form-input {
    color: #0d0d0d;
    background-color: #d4d4d4; }
  .dark-theme.top-panel, .dark-theme.subscribe-panel {
    background-color: #0d0d0d; }

.animelab-theme {
  background-color: #3e2d7d; }
  .animelab-theme h1, .animelab-theme h2, .animelab-theme h3, .animelab-theme h4, .animelab-theme p, .animelab-theme ul, .animelab-theme li {
    color: white; }
  .animelab-theme .cta {
    background-color: #da4c31;
    color: white;
    -webkit-transition: all 0.3s 0s;
    -khtml-transition: all 0.3s 0s;
    -moz-transition: all 0.3s 0s;
    -ms-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s; }
    .animelab-theme .cta:hover, .animelab-theme .cta.active {
      background-color: rgba(218, 76, 49, 0.8);
      color: white;
      -webkit-transition: all 0.3s 0s;
      -khtml-transition: all 0.3s 0s;
      -moz-transition: all 0.3s 0s;
      -ms-transition: all 0.3s 0s;
      -o-transition: all 0.3s 0s;
      transition: all 0.3s 0s; }

.overlayPanel {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: width 0s ease-in-out 1.2s, opacity 0.4s ease-in-out 0.6s;
  -khtml-transition: width 0s ease-in-out 1.2s, opacity 0.4s ease-in-out 0.6s;
  -moz-transition: width 0s ease-in-out 1.2s, opacity 0.4s ease-in-out 0.6s;
  -ms-transition: width 0s ease-in-out 1.2s, opacity 0.4s ease-in-out 0.6s;
  -o-transition: width 0s ease-in-out 1.2s, opacity 0.4s ease-in-out 0.6s;
  transition: width 0s ease-in-out 1.2s, opacity 0.4s ease-in-out 0.6s;
  overflow: hidden;
  z-index: 3000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  .overlayPanel .overlayCloseButton {
    background-color: #d4d4d4;
    position: fixed;
    top: 20px;
    right: -100px;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -khtml-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -ms-transition: right 0.4s ease-in-out 0s;
    -o-transition: right 0.4s ease-in-out 0s;
    transition: right 0.4s ease-in-out 0s;
    width: 50px;
    text-align: center;
    cursor: pointer; }
    .overlayPanel .overlayCloseButton span {
      line-height: 50px;
      font-size: 40px;
      color: #0d0d0d;
      display: inline-block;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -webkit-transition: opacity 0.3s 0s;
      -khtml-transition: opacity 0.3s 0s;
      -moz-transition: opacity 0.3s 0s;
      -ms-transition: opacity 0.3s 0s;
      -o-transition: opacity 0.3s 0s;
      transition: opacity 0.3s 0s; }
    .overlayPanel .overlayCloseButton:hover span {
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      -webkit-opacity: 0.8;
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      -webkit-transition: opacity 0.3s 0s;
      -khtml-transition: opacity 0.3s 0s;
      -moz-transition: opacity 0.3s 0s;
      -ms-transition: opacity 0.3s 0s;
      -o-transition: opacity 0.3s 0s;
      transition: opacity 0.3s 0s; }
  .overlayPanel #videoHolder {
    position: relative;
    position: relative;
    width: 96%;
    top: -3000px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s ease-in-out 0s, top 0s ease-in-out 0.2s;
    -khtml-transition: opacity 0.2s ease-in-out 0s, top 0s ease-in-out 0.2s;
    -moz-transition: opacity 0.2s ease-in-out 0s, top 0s ease-in-out 0.2s;
    -ms-transition: opacity 0.2s ease-in-out 0s, top 0s ease-in-out 0.2s;
    -o-transition: opacity 0.2s ease-in-out 0s, top 0s ease-in-out 0.2s;
    transition: opacity 0.2s ease-in-out 0s, top 0s ease-in-out 0.2s; }
    .overlayPanel #videoHolder:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    .overlayPanel #videoHolder > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .overlayPanel #videoHolder iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -webkit-opacity: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
    .overlayPanel #videoHolder.active {
      top: 0;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -webkit-transition: opacity 0.4s ease-in-out 0.4s, top 0s ease-in-out 0s;
      -khtml-transition: opacity 0.4s ease-in-out 0.4s, top 0s ease-in-out 0s;
      -moz-transition: opacity 0.4s ease-in-out 0.4s, top 0s ease-in-out 0s;
      -ms-transition: opacity 0.4s ease-in-out 0.4s, top 0s ease-in-out 0s;
      -o-transition: opacity 0.4s ease-in-out 0.4s, top 0s ease-in-out 0s;
      transition: opacity 0.4s ease-in-out 0.4s, top 0s ease-in-out 0s; }
      .overlayPanel #videoHolder.active iframe {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -webkit-transition: opacity 0.4s ease-in-out 0.4s;
        -khtml-transition: opacity 0.4s ease-in-out 0.4s;
        -moz-transition: opacity 0.4s ease-in-out 0.4s;
        -ms-transition: opacity 0.4s ease-in-out 0.4s;
        -o-transition: opacity 0.4s ease-in-out 0.4s;
        transition: opacity 0.4s ease-in-out 0.4s; }
    @media screen and (min-width: 540px) {
      .overlayPanel #videoHolder {
        width: 70%; } }
  .overlayPanel.active {
    width: 100%;
    -moz-opacity: 100;
    -khtml-opacity: 100;
    -webkit-opacity: 100;
    opacity: 100;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10000)";
    filter: alpha(opacity=10000);
    -webkit-transition: width 0s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
    -khtml-transition: width 0s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
    -moz-transition: width 0s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
    -ms-transition: width 0s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
    -o-transition: width 0s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
    transition: width 0s ease-in-out 0s, opacity 0.4s ease-in-out 0s; }
    .overlayPanel.active .overlayCloseButton {
      right: 20px;
      -webkit-transition: right 0.4s ease-in-out 0.4s;
      -khtml-transition: right 0.4s ease-in-out 0.4s;
      -moz-transition: right 0.4s ease-in-out 0.4s;
      -ms-transition: right 0.4s ease-in-out 0.4s;
      -o-transition: right 0.4s ease-in-out 0.4s;
      transition: right 0.4s ease-in-out 0.4s; }
  .overlayPanel#posterOverlay .film-poster {
    padding: 30px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s ease-in-out 0s, top 0s ease-in-out 0.2s;
    -khtml-transition: opacity 0.2s ease-in-out 0s, top 0s ease-in-out 0.2s;
    -moz-transition: opacity 0.2s ease-in-out 0s, top 0s ease-in-out 0.2s;
    -ms-transition: opacity 0.2s ease-in-out 0s, top 0s ease-in-out 0.2s;
    -o-transition: opacity 0.2s ease-in-out 0s, top 0s ease-in-out 0.2s;
    transition: opacity 0.2s ease-in-out 0s, top 0s ease-in-out 0.2s; }
    .overlayPanel#posterOverlay .film-poster img {
      width: 100%;
      max-width: 100%; }
  .overlayPanel#posterOverlay.active .film-poster {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out 0s, top 0s ease-in-out 1s;
    -khtml-transition: opacity 0.2s ease-in-out 0s, top 0s ease-in-out 1s;
    -moz-transition: opacity 0.2s ease-in-out 0s, top 0s ease-in-out 1s;
    -ms-transition: opacity 0.2s ease-in-out 0s, top 0s ease-in-out 1s;
    -o-transition: opacity 0.2s ease-in-out 0s, top 0s ease-in-out 1s;
    transition: opacity 0.2s ease-in-out 0s, top 0s ease-in-out 1s; }

.cinemas-panel .content {
  padding-top: 60px;
  padding-bottom: 60px; }
.cinemas-panel .cinema-panels {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .cinemas-panel .cinema-panels .cinema-states, .cinemas-panel .cinema-panels .cinema-dates {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 20px 0; }
    .cinemas-panel .cinema-panels .cinema-states .state, .cinemas-panel .cinema-panels .cinema-states .cinema-date, .cinemas-panel .cinema-panels .cinema-dates .state, .cinemas-panel .cinema-panels .cinema-dates .cinema-date {
      padding: 12px 18px;
      font-size: 13px;
      margin-bottom: 1px;
      margin-right: 1px; }
  .cinemas-panel .cinema-panels .all-cinemas {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 20px 0;
    width: 100%; }
    .cinemas-panel .cinema-panels .all-cinemas .cinema {
      display: none;
      width: 48%;
      padding: 16px 22px;
      font-size: 13px;
      margin-bottom: 1px;
      margin-right: 1px;
      -webkit-transition: all 0.3s 0s;
      -khtml-transition: all 0.3s 0s;
      -moz-transition: all 0.3s 0s;
      -ms-transition: all 0.3s 0s;
      -o-transition: all 0.3s 0s;
      transition: all 0.3s 0s; }
      .cinemas-panel .cinema-panels .all-cinemas .cinema.active {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center; }
      .cinemas-panel .cinema-panels .all-cinemas .cinema.has-image {
        padding: 0;
        padding-bottom: 14px; }
        .cinemas-panel .cinema-panels .all-cinemas .cinema.has-image img {
          width: 100%;
          margin-bottom: 14px; }
        .cinemas-panel .cinema-panels .all-cinemas .cinema.has-image span {
          padding-left: 20px;
          padding-right: 20px; }
      .cinemas-panel .cinema-panels .all-cinemas .cinema span {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 1px;
        position: relative;
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        -webkit-opacity: 0.8;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80); }
      @media screen and (min-width: 540px) {
        .cinemas-panel .cinema-panels .all-cinemas .cinema {
          width: 48%;
          text-align: center; } }
      @media screen and (min-width: 768px) {
        .cinemas-panel .cinema-panels .all-cinemas .cinema {
          width: 31%;
          font-size: 16px; }
          .cinemas-panel .cinema-panels .all-cinemas .cinema span {
            font-size: 13px; } }
      @media screen and (min-width: 992px) {
        .cinemas-panel .cinema-panels .all-cinemas .cinema {
          width: 24%;
          font-size: 18px; } }

#stills-slideshow {
  width: 100%;
  position: relative; }
  #stills-slideshow .slide {
    width: 100%;
    position: relative;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat; }
    #stills-slideshow .slide:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    #stills-slideshow .slide > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.swiper {
  width: 100%; }
  .swiper .swiper-wrapper {
    width: 100%; }
    .swiper .swiper-wrapper .swiper-slide {
      width: 33.33%;
      background-size: cover;
      padding-top: 56.25%; }
      @media screen and (min-width: 768px) {
        .swiper .swiper-wrapper .swiper-slide {
          padding-top: 27.75%; } }
      @media screen and (min-width: 992px) {
        .swiper .swiper-wrapper .swiper-slide {
          padding-top: 18.75%; } }
  .swiper .swiper-button {
    color: white;
    background-image: none;
    outline: none;
    opacity: 0.6;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -khtml-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
    .swiper .swiper-button:hover {
      opacity: 1;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -khtml-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s;
      -o-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }
    .swiper .swiper-button.swiper-button-prev {
      left: 30px; }
    .swiper .swiper-button.swiper-button-next {
      right: 30px; }
  .swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: rgba(255, 255, 255, 0.6); }
  .swiper.num-stills-1 .swiper-wrapper .swiper-slide {
    width: 100%;
    padding-top: 56.25%; }
  .swiper.num-stills-1 .swiper-button, .swiper.num-stills-1 .swiper-pagination {
    display: none; }
  .swiper.num-stills-2 .swiper-wrapper .swiper-slide {
    width: 100%;
    padding-top: 56.25%; }
    @media screen and (min-width: 768px) {
      .swiper.num-stills-2 .swiper-wrapper .swiper-slide {
        width: 50%;
        padding-top: 27.75%; } }

#rogue-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  background-color: black;
  height: 75px;
  z-index: 5;
  box-sizing: border-box;
  padding: 0 10px;
  position: relative; }
  #rogue-header.fixed {
    position: fixed;
    left: 0; }
  #rogue-header .mm-logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background-image: url(../png/mm-logo.png);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 55px;
    -webkit-transition: all 0.25s ease-out;
    -khtml-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0; }
    #rogue-header .mm-logo h1 {
      color: #ffffff;
      font-size: 16px;
      font-weight: 700;
      margin: 0;
      letter-spacing: normal;
      display: none;
      -webkit-transition: all 0.25s ease-out;
      -khtml-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
      #rogue-header .mm-logo h1 .extra {
        font-weight: 400;
        display: none; }
        @media screen and (min-width: 768px) {
          #rogue-header .mm-logo h1 .extra {
            display: inline-block; } }
      @media screen and (min-width: 540px) {
        #rogue-header .mm-logo h1 {
          display: inline-block; } }
  #rogue-header .primary-navigation-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; }
    #rogue-header .primary-navigation-wrapper .primary-navigation {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
      list-style-type: none;
      padding: 0;
      margin: 0;
      padding-right: 8px; }
      @media screen and (min-width: 540px) {
        #rogue-header .primary-navigation-wrapper .primary-navigation {
          padding-right: 0; } }
      #rogue-header .primary-navigation-wrapper .primary-navigation li {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        padding: 3px 0; }
        #rogue-header .primary-navigation-wrapper .primary-navigation li.secondary-item a {
          color: #888888; }
        #rogue-header .primary-navigation-wrapper .primary-navigation li.secondary-item.first {
          padding-left: 14px;
          margin-left: 14px;
          position: relative; }
          @media screen and (min-width: 540px) {
            #rogue-header .primary-navigation-wrapper .primary-navigation li.secondary-item.first {
              margin-left: 10px; } }
          #rogue-header .primary-navigation-wrapper .primary-navigation li.secondary-item.first::before {
            position: absolute;
            content: '';
            width: 1px;
            height: 74%;
            background-color: #393939;
            left: 0; }
        #rogue-header .primary-navigation-wrapper .primary-navigation li a {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          color: #d4d4d4;
          padding: 3px 5px;
          border-radius: 10px;
          cursor: pointer;
          position: relative;
          -webkit-transition: all 0.15s ease-out;
          -khtml-transition: all 0.15s ease-out;
          -moz-transition: all 0.15s ease-out;
          -ms-transition: all 0.15s ease-out;
          -o-transition: all 0.15s ease-out;
          transition: all 0.15s ease-out;
          font-size: 13px; }
        @media screen and (min-width: 540px) {
          #rogue-header .primary-navigation-wrapper .primary-navigation li {
            padding: 3px 5px; }
            #rogue-header .primary-navigation-wrapper .primary-navigation li a {
              padding: 3px 10px;
              font-size: 13px; } }
        #rogue-header .primary-navigation-wrapper .primary-navigation li.selected {
          padding: 3px 5px; }
          #rogue-header .primary-navigation-wrapper .primary-navigation li.selected a {
            background-color: #d2d2d2;
            color: #323232; }
          #rogue-header .primary-navigation-wrapper .primary-navigation li.selected:hover a {
            background-color: #d2d2d2;
            color: #323232; }
        #rogue-header .primary-navigation-wrapper .primary-navigation li:hover a {
          background-color: #919191;
          color: #ffffff; }
  #rogue-header .hamburgers {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0; }
    #rogue-header .hamburgers:after {
      content: "";
      position: absolute;
      top: 10px;
      bottom: 10px;
      left: 0;
      width: 1px;
      background-color: #393939; }
    #rogue-header .hamburgers .hamburger {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      margin: 17px 0 auto 12px;
      background-color: #171717;
      font-size: 20px;
      border: none;
      height: 40px;
      width: 40px;
      border-radius: 40px;
      cursor: pointer;
      color: #d4d4d4;
      text-align: center;
      padding: 0;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-transition: 0.3s cubic-bezier(0, 1.07, 0.63, 0.99);
      -khtml-transition: 0.3s cubic-bezier(0, 1.07, 0.63, 0.99);
      -moz-transition: 0.3s cubic-bezier(0, 1.07, 0.63, 0.99);
      -ms-transition: 0.3s cubic-bezier(0, 1.07, 0.63, 0.99);
      -o-transition: 0.3s cubic-bezier(0, 1.07, 0.63, 0.99);
      transition: 0.3s cubic-bezier(0, 1.07, 0.63, 0.99); }
      #rogue-header .hamburgers .hamburger.nav-hamburger {
        display: none; }
      #rogue-header .hamburgers .hamburger:hover {
        background-color: #0d0d0d;
        color: white;
        -webkit-transition: 0.3s cubic-bezier(0, 1.07, 0.63, 0.99);
        -khtml-transition: 0.3s cubic-bezier(0, 1.07, 0.63, 0.99);
        -moz-transition: 0.3s cubic-bezier(0, 1.07, 0.63, 0.99);
        -ms-transition: 0.3s cubic-bezier(0, 1.07, 0.63, 0.99);
        -o-transition: 0.3s cubic-bezier(0, 1.07, 0.63, 0.99);
        transition: 0.3s cubic-bezier(0, 1.07, 0.63, 0.99); }
    @media screen and (min-width: 768px) {
      #rogue-header .hamburgers {
        margin-left: 10px;
        padding-left: 10px;
        padding-right: 10px; } }
    @media screen and (min-width: 992px) {
      #rogue-header .hamburgers {
        margin-left: 20px;
        padding-left: 20px;
        padding-right: 20px; } }

.error-page {
  width: 100%;
  min-height: 70vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center; }
  .error-page img {
    width: 280px;
    height: 280px;
    padding: 40px; }
    @media screen and (min-width: 540px) {
      .error-page img {
        width: 440px;
        height: 440px; } }
  .error-page p a {
    color: black; }

/* CSS Document */
.feature-panels {
  background-color: #d4d4d4;
  max-height: 0;
  overflow: hidden;
  opacity: 0; }
  .feature-panels.initialised {
    max-height: 3000px;
    overflow: visible;
    padding-bottom: 30px;
    opacity: 1;
    -webkit-transition: max-height 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -khtml-transition: max-height 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: max-height 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: max-height 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: max-height 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: max-height 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .feature-panels .content {
    padding: 10px 0 0 0; }
    .feature-panels .content .title-panel {
      position: relative;
      padding: 30px 20px 0 20px;
      text-align: left;
      -webkit-animation: text-blur-out 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both;
      animation: text-blur-out 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both; }
      .feature-panels .content .title-panel h1 {
        position: relative;
        font-size: 20px;
        color: white;
        margin: 0;
        font-weight: 300;
        z-index: 200; }
    @media screen and (min-width: 540px) {
      .feature-panels .content .title-panel h1 {
        font-size: 24px; }
        .feature-panels .content .title-panel h1 strong {
          font-size: 32px; } }
    @media screen and (min-width: 768px) {
      .feature-panels .content .title-panel h1 {
        font-size: 32px; }
        .feature-panels .content .title-panel h1 strong {
          font-size: 44px; } }
    @media screen and (min-width: 992px) {
      .feature-panels .content .title-panel {
        padding: 30px 0 0 0; } }
    .feature-panels .content .cycle-slideshow {
      -webkit-animation: text-blur-out 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse 0.4s both;
      animation: text-blur-out 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse 0.4s both; }
      .feature-panels .content .cycle-slideshow .feature-panel-holder {
        width: 100%; }
        .feature-panels .content .cycle-slideshow .feature-panel-holder .secondary-title {
          width: 100%;
          text-align: left;
          margin-top: -4px;
          margin-bottom: 10px;
          font-size: 24px;
          padding: 0 20px 0 20px; }
          @media screen and (min-width: 540px) {
            .feature-panels .content .cycle-slideshow .feature-panel-holder .secondary-title {
              font-size: 32px; } }
          @media screen and (min-width: 768px) {
            .feature-panels .content .cycle-slideshow .feature-panel-holder .secondary-title {
              font-size: 44px; } }
          @media screen and (min-width: 992px) {
            .feature-panels .content .cycle-slideshow .feature-panel-holder .secondary-title {
              padding: 0 0 0 0; } }
        .feature-panels .content .cycle-slideshow .feature-panel-holder.cycle-sentinel {
          opacity: 0 !important; }
        .feature-panels .content .cycle-slideshow .feature-panel-holder.cycle-slide-active .feature-panel {
          -moz-opacity: 1;
          -khtml-opacity: 1;
          -webkit-opacity: 1;
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          filter: alpha(opacity=100);
          -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -khtml-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -moz-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -ms-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -o-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          pointer-events: all; }
          .feature-panels .content .cycle-slideshow .feature-panel-holder.cycle-slide-active .feature-panel .feature-content {
            -webkit-animation: text-focus-in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
            animation: text-focus-in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both; }
        .feature-panels .content .cycle-slideshow .feature-panel-holder .feature-panel {
          position: relative;
          width: 100%;
          min-height: 280px;
          position: relative;
          background-position: bottom center;
          background-size: cover;
          background-repeat: no-repeat;
          visibility: visible !important;
          -moz-opacity: 0;
          -khtml-opacity: 0;
          -webkit-opacity: 0;
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          filter: alpha(opacity=0);
          -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -khtml-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -moz-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -ms-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -o-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          pointer-events: none;
          display: block; }
          .feature-panels .content .cycle-slideshow .feature-panel-holder .feature-panel:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 56.25%; }
          .feature-panels .content .cycle-slideshow .feature-panel-holder .feature-panel > .content {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
          .feature-panels .content .cycle-slideshow .feature-panel-holder .feature-panel::after {
            content: '';
            position: absolute;
            top: 50%;
            bottom: -1px;
            left: 0;
            right: 0;
            width: 100%;
            background: rgba(13, 13, 13, 0);
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(13, 13, 13, 0.9)), color-stop(1, rgba(13, 13, 13, 0)));
            background: -ms-linear-gradient(bottom, rgba(13, 13, 13, 0.9), rgba(13, 13, 13, 0));
            background: -moz-linear-gradient(center bottom, rgba(13, 13, 13, 0.9) 0%, rgba(13, 13, 13, 0) 100%);
            background: -o-linear-gradient(rgba(13, 13, 13, 0), rgba(13, 13, 13, 0.9));
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(13, 13, 13, 0.9)', EndColorStr='rgba(13, 13, 13, 0)')";
            z-index: 0; }
          .feature-panels .content .cycle-slideshow .feature-panel-holder .feature-panel .feature-content {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            max-width: 900px;
            text-align: left;
            color: white;
            padding: 30px 20px;
            z-index: 200; }
            .feature-panels .content .cycle-slideshow .feature-panel-holder .feature-panel .feature-content .feature-tag {
              font-size: 8px;
              border: 1px solid white;
              text-transform: uppercase;
              display: inline-block;
              padding: 2px 8px; }
            .feature-panels .content .cycle-slideshow .feature-panel-holder .feature-panel .feature-content h2 {
              font-size: 24px;
              margin-bottom: 2px;
              color: white; }
            .feature-panels .content .cycle-slideshow .feature-panel-holder .feature-panel .feature-content h3 {
              font-size: 16px;
              font-weight: 300;
              color: white;
              margin-bottom: 0; }
            .feature-panels .content .cycle-slideshow .feature-panel-holder .feature-panel .feature-content .short-synopsis {
              padding-bottom: 0;
              margin-bottom: 0;
              font-size: 13px;
              line-height: 20px;
              display: none; }
              @media screen and (min-width: 768px) {
                .feature-panels .content .cycle-slideshow .feature-panel-holder .feature-panel .feature-content .short-synopsis {
                  display: block; } }
            @media screen and (min-width: 540px) {
              .feature-panels .content .cycle-slideshow .feature-panel-holder .feature-panel .feature-content .feature-tag {
                font-size: 13px;
                padding: 4px 8px; }
              .feature-panels .content .cycle-slideshow .feature-panel-holder .feature-panel .feature-content h2 {
                font-size: 32px; }
              .feature-panels .content .cycle-slideshow .feature-panel-holder .feature-panel .feature-content h3 {
                font-size: 20px; } }
            @media screen and (min-width: 992px) {
              .feature-panels .content .cycle-slideshow .feature-panel-holder .feature-panel .feature-content {
                padding: 30px; }
                .feature-panels .content .cycle-slideshow .feature-panel-holder .feature-panel .feature-content h2 {
                  font-size: 44px; } }
      .feature-panels .content .cycle-slideshow .feature-panel-pager {
        position: absolute;
        right: 5px;
        top: 0;
        bottom: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-animation: text-blur-out 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse 0.8s both;
        animation: text-blur-out 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse 0.8s both;
        z-index: 200; }
        .feature-panels .content .cycle-slideshow .feature-panel-pager .pager-icon {
          display: block;
          width: 10px;
          height: 10px;
          background-color: rgba(255, 255, 255, 0.2);
          -webkit-border-top-right-radius: 5px;
          -webkit-border-bottom-right-radius: 5px;
          -webkit-border-bottom-left-radius: 5px;
          -webkit-border-top-left-radius: 5px;
          -moz-border-radius-topright: 5px;
          -moz-border-radius-bottomright: 5px;
          -moz-border-radius-bottomleft: 5px;
          -moz-border-radius-topleft: 5px;
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px;
          border-bottom-left-radius: 5px;
          border-top-left-radius: 5px;
          cursor: pointer;
          margin: 4px 5px; }
          .feature-panels .content .cycle-slideshow .feature-panel-pager .pager-icon.cycle-pager-active, .feature-panels .content .cycle-slideshow .feature-panel-pager .pager-icon:hover {
            background-color: rgba(255, 255, 255, 0.4); }
        @media screen and (min-width: 1065px) {
          .feature-panels .content .cycle-slideshow .feature-panel-pager {
            right: -25px; } }
  .feature-panels .blurred-bgs {
    position: absolute;
    top: -40px;
    bottom: -40px;
    left: -40px;
    right: -40px;
    background-color: #0d0d0d; }
    .feature-panels .blurred-bgs .blurred-bg {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-position: center center;
      background-size: 160%;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -webkit-opacity: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -webkit-transition: opacity 1.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
      -khtml-transition: opacity 1.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
      -moz-transition: opacity 1.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
      -ms-transition: opacity 1.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
      -o-transition: opacity 1.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
      transition: opacity 1.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
      -webkit-filter: blur(40px);
      -moz-filter: blur(40px);
      -o-filter: blur(40px);
      -ms-filter: blur(40px);
      filter: blur(40px); }
      .feature-panels .blurred-bgs .blurred-bg.active {
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
        -webkit-opacity: 0.6;
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60); }
  .feature-panels.simple-slideshow {
    padding-top: 40px;
    padding-bottom: 120px; }
    .feature-panels.simple-slideshow .content {
      padding: 0; }
      .feature-panels.simple-slideshow .content .cycle-slideshow .page-title-panel {
        position: absolute;
        bottom: 20px;
        left: 20px;
        z-index: 1000;
        text-align: left;
        padding-right: 30px; }
        .feature-panels.simple-slideshow .content .cycle-slideshow .page-title-panel h1 {
          padding: 0;
          margin: 0;
          font-size: 32px; }
        .feature-panels.simple-slideshow .content .cycle-slideshow .page-title-panel h4 {
          padding: 0;
          font-weight: 100; }
        @media screen and (min-width: 768px) {
          .feature-panels.simple-slideshow .content .cycle-slideshow .page-title-panel {
            bottom: 40px;
            left: 40px;
            padding-right: 60px; }
            .feature-panels.simple-slideshow .content .cycle-slideshow .page-title-panel h1 {
              font-size: 44px; } }
      .feature-panels.simple-slideshow .content .cycle-slideshow .feature-panel-holder::after {
        content: '';
        position: absolute;
        top: 50%;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: rgba(13, 13, 13, 0);
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(13, 13, 13, 0.6)), color-stop(1, rgba(13, 13, 13, 0)));
        background: -ms-linear-gradient(bottom, rgba(13, 13, 13, 0.6), rgba(13, 13, 13, 0));
        background: -moz-linear-gradient(center bottom, rgba(13, 13, 13, 0.6) 0%, rgba(13, 13, 13, 0) 100%);
        background: -o-linear-gradient(rgba(13, 13, 13, 0), rgba(13, 13, 13, 0.6));
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(13, 13, 13, 0.6)', EndColorStr='rgba(13, 13, 13, 0)')";
        z-index: 800; }
      .feature-panels.simple-slideshow .content .cycle-slideshow .feature-panel-holder .feature-panel .feature-content {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: auto;
        max-width: none;
        padding: 0;
        background: radial-gradient(ellipse at top right, rgba(7, 7, 7, 0.59), rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0)); }
        .feature-panels.simple-slideshow .content .cycle-slideshow .feature-panel-holder .feature-panel .feature-content p {
          font-size: 11px;
          font-weight: 100;
          border: 1px solid white;
          text-transform: uppercase;
          display: inline-block;
          padding: 2px 8px 1px;
          position: absolute;
          margin: 0;
          top: 20px;
          right: 20px; }
    .feature-panels.simple-slideshow .blurred-bgs {
      overflow: hidden; }

.news-panel .content {
  padding: 40px 0;
  max-width: 1100px; }
  .news-panel .content .news-holder, .news-panel .content .crp_related {
    text-align: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 0 10px;
    margin-bottom: 20px; }
    .news-panel .content .news-holder .news-item, .news-panel .content .crp_related .news-item {
      padding: 10px;
      width: 100%;
      max-width: 360px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start; }
      .news-panel .content .news-holder .news-item.film-item, .news-panel .content .crp_related .news-item.film-item {
        max-width: 180px; }
        .news-panel .content .news-holder .news-item.film-item .news-graphic, .news-panel .content .crp_related .news-item.film-item .news-graphic {
          position: relative; }
          .news-panel .content .news-holder .news-item.film-item .news-graphic:before, .news-panel .content .crp_related .news-item.film-item .news-graphic:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 150%; }
          .news-panel .content .news-holder .news-item.film-item .news-graphic > .content, .news-panel .content .crp_related .news-item.film-item .news-graphic > .content {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
      .news-panel .content .news-holder .news-item .news-graphic, .news-panel .content .crp_related .news-item .news-graphic {
        width: 100%;
        position: relative;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-flex-shrink: 1;
        -moz-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .news-panel .content .news-holder .news-item .news-graphic:before, .news-panel .content .crp_related .news-item .news-graphic:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 56.25%; }
        .news-panel .content .news-holder .news-item .news-graphic > .content, .news-panel .content .crp_related .news-item .news-graphic > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        .news-panel .content .news-holder .news-item .news-graphic .article-info, .news-panel .content .crp_related .news-item .news-graphic .article-info {
          position: absolute;
          bottom: 0;
          left: 0;
          display: flex;
          flex-direction: row;
          align-items: flex-start; }
          .news-panel .content .news-holder .news-item .news-graphic .article-info span, .news-panel .content .crp_related .news-item .news-graphic .article-info span {
            color: white;
            background-color: rgba(0, 0, 0, 0.8);
            font-size: 13px;
            padding: 4px 20px;
            opacity: 1;
            -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
            -khtml-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
            -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
            -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
            -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
            transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s; }
        .news-panel .content .news-holder .news-item .news-graphic button, .news-panel .content .crp_related .news-item .news-graphic button {
          position: absolute;
          width: 100%;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          color: white;
          font-size: 13px;
          pointer-events: none;
          -webkit-transition: all 0.4s ease-in-out 0s;
          -khtml-transition: all 0.4s ease-in-out 0s;
          -moz-transition: all 0.4s ease-in-out 0s;
          -ms-transition: all 0.4s ease-in-out 0s;
          -o-transition: all 0.4s ease-in-out 0s;
          transition: all 0.4s ease-in-out 0s;
          background-color: rgba(0, 0, 0, 0.6);
          opacity: 0; }
      .news-panel .content .news-holder .news-item .news-info, .news-panel .content .crp_related .news-item .news-info {
        width: 100%;
        color: #0d0d0d;
        background-color: white;
        position: relative;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1; }
        .news-panel .content .news-holder .news-item .news-info h3, .news-panel .content .crp_related .news-item .news-info h3 {
          font-family: 'Roboto', sans-serif;
          margin-bottom: 0;
          margin-top: 10px;
          font-size: 16px;
          line-height: 18px;
          width: 100%;
          font-weight: 500; }
        .news-panel .content .news-holder .news-item .news-info p, .news-panel .content .crp_related .news-item .news-info p {
          font-size: 13px;
          margin-top: 0;
          line-height: 16px;
          padding: 0; }
      .news-panel .content .news-holder .news-item:hover .news-graphic .article-info span, .news-panel .content .crp_related .news-item:hover .news-graphic .article-info span {
        opacity: 0;
        -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
        -khtml-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
        -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
        -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
        -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
        transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s; }
      .news-panel .content .news-holder .news-item:hover .news-graphic button, .news-panel .content .crp_related .news-item:hover .news-graphic button {
        opacity: 1;
        -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
        -khtml-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
        -moz-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
        -ms-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
        -o-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
        transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s; }
      .news-panel .content .news-holder .news-item .crp_link, .news-panel .content .crp_related .news-item .crp_link {
        display: block; }
        .news-panel .content .news-holder .news-item .crp_link img, .news-panel .content .crp_related .news-item .crp_link img {
          width: 100%;
          height: auto; }
        .news-panel .content .news-holder .news-item .crp_link .crp_title, .news-panel .content .crp_related .news-item .crp_link .crp_title {
          display: block;
          color: white;
          font-family: 'Roboto', sans-serif;
          margin-bottom: 0;
          margin-top: 10px;
          font-size: 16px;
          line-height: 18px;
          width: 100%;
          font-weight: 500; }
  .news-panel .content .navigation.pagination {
    margin: 60px 0px;
    width: 100%;
    display: flex;
    justify-content: center; }
    .news-panel .content .navigation.pagination .screen-reader-text {
      display: none; }
    .news-panel .content .navigation.pagination .nav-links {
      display: flex;
      flex-direction: row; }
      .news-panel .content .navigation.pagination .nav-links .page-numbers {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: white;
        color: black;
        margin: 4px;
        font-size: 13px; }
        .news-panel .content .navigation.pagination .nav-links .page-numbers.current {
          background-color: #393939;
          color: #a1a1a1; }
        .news-panel .content .navigation.pagination .nav-links .page-numbers.next, .news-panel .content .navigation.pagination .nav-links .page-numbers.prev {
          background-color: transparent;
          color: white;
          width: 20px; }
        .news-panel .content .navigation.pagination .nav-links .page-numbers .glyphicon {
          font-size: 28px;
          font-weight: 700; }
.news-panel.primary-dark-bg .content .news-holder .news-item .news-info {
  background-color: transparent;
  color: white; }
.news-panel.primary-dark-bg .content .news-holder .news-item .news-graphic .article-info span {
  color: black;
  background-color: rgba(255, 255, 255, 0.8); }

.news-header {
  width: 100%;
  min-height: 200px;
  max-height: 740px;
  position: relative;
  background-size: cover;
  background-position: center center; }
  .news-header:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .news-header > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .news-header.has-graphic {
    margin-top: 80px; }
  .news-header.no-graphic {
    margin-top: 80px;
    height: 0px;
    min-height: 0px; }
    @media screen and (min-width: 1025px) {
      .news-header.no-graphic {
        height: 120px; } }

.news-content-holder article.content {
  width: 100%;
  max-width: 980px;
  min-height: 440px;
  background-color: white;
  padding: 20px;
  margin-bottom: 60px;
  text-align: left; }
  @media screen and (min-width: 540px) {
    .news-content-holder article.content {
      text-align: center; } }
  .news-content-holder article.content img {
    max-width: 100%;
    height: auto; }
  .news-content-holder article.content p a, .news-content-holder article.content li a {
    color: black;
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0.2);
    font-weight: 500; }
    .news-content-holder article.content p a:hover, .news-content-holder article.content li a:hover {
      color: #0784e8; }
  .news-content-holder article.content p .btn {
    display: inline-block;
    outline: none;
    border: none; }
    .news-content-holder article.content p .btn.cta {
      padding: 12px 28px;
      -webkit-transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -khtml-transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      font-size: 16px;
      font-weight: 500;
      margin-top: 20px; }
      @media screen and (min-width: 540px) {
        .news-content-holder article.content p .btn.cta {
          padding: 16px 40px;
          font-size: 20px; }
          .news-content-holder article.content p .btn.cta:hover {
            padding: 16px 48px;
            -webkit-transition: padding 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
            -khtml-transition: padding 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
            -moz-transition: padding 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
            -ms-transition: padding 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
            -o-transition: padding 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
            transition: padding 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); } }
    .news-content-holder article.content p .btn.small {
      padding: 8px 18px;
      font-size: 15px; }
      .news-content-holder article.content p .btn.small:hover {
        padding: 8px 28px; }
    .news-content-holder article.content p .btn.black {
      color: white;
      background-color: black; }
    .news-content-holder article.content p .btn.white {
      color: black;
      background-color: white; }
  @media screen and (min-width: 1025px) {
    .news-content-holder article.content {
      margin-top: -60px; } }
  .news-content-holder article.content .article-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    .news-content-holder article.content .article-info p {
      padding: 0;
      margin: 0;
      font-size: 12px; }
  .news-content-holder article.content .article-title {
    margin-top: 20px; }
  .news-content-holder article.content .component-wrap {
    width: 100%;
    margin-bottom: 40px; }
    .news-content-holder article.content .component-wrap.hor-line {
      width: 100%;
      height: 1px;
      background-color: #0d0d0d;
      margin: 20px 0; }
    .news-content-holder article.content .component-wrap.panel-heading {
      margin-bottom: 0; }
      .news-content-holder article.content .component-wrap.panel-heading .heading-inline {
        overflow: hidden;
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        text-align: center; }
        .news-content-holder article.content .component-wrap.panel-heading .heading-inline.align-left {
          text-align: left; }
          .news-content-holder article.content .component-wrap.panel-heading .heading-inline.align-left h3 {
            padding-left: 0; }
        .news-content-holder article.content .component-wrap.panel-heading .heading-inline.align-right {
          text-align: right; }
          .news-content-holder article.content .component-wrap.panel-heading .heading-inline.align-right h3 {
            padding-right: 0; }
        .news-content-holder article.content .component-wrap.panel-heading .heading-inline h3 {
          position: relative;
          display: inline-block;
          background-color: white;
          z-index: 1;
          margin-bottom: 0;
          padding: 0 10px; }
        .news-content-holder article.content .component-wrap.panel-heading .heading-inline::before {
          content: '';
          position: absolute;
          width: 100%;
          left: 0;
          right: 0;
          height: 1px;
          background-color: #0d0d0d;
          top: 50%;
          z-index: 0; }
    .news-content-holder article.content .component-wrap.pull-quote-group {
      width: 80%;
      position: relative;
      margin: 60px auto; }
      .news-content-holder article.content .component-wrap.pull-quote-group .quote {
        font-size: 24px;
        line-height: 150%;
        margin-bottom: 0;
        display: inline-block;
        position: relative;
        z-index: 1;
        padding: 0 30px; }
      .news-content-holder article.content .component-wrap.pull-quote-group .source {
        margin-top: 0;
        position: relative;
        z-index: 1; }
      .news-content-holder article.content .component-wrap.pull-quote-group.highlighter .quote .quotation-left, .news-content-holder article.content .component-wrap.pull-quote-group.highlighter .quote .quotation-right {
        font-size: 36px;
        vertical-align: middle; }
      .news-content-holder article.content .component-wrap.pull-quote-group.highlighter .quote::after {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        height: 68%;
        background-color: #FFE600;
        top: 36%;
        z-index: -1; }
      .news-content-holder article.content .component-wrap.pull-quote-group.black-block {
        padding: 30px 30px 10px 30px;
        background-color: black;
        position: relative; }
        .news-content-holder article.content .component-wrap.pull-quote-group.black-block .quote {
          color: white; }
          .news-content-holder article.content .component-wrap.pull-quote-group.black-block .quote .quotation-left, .news-content-holder article.content .component-wrap.pull-quote-group.black-block .quote .quotation-right {
            font-size: 46px;
            vertical-align: middle; }
        .news-content-holder article.content .component-wrap.pull-quote-group.black-block .source {
          color: rgba(255, 255, 255, 0.6); }
    .news-content-holder article.content .component-wrap.release-column-layout {
      width: 100%;
      position: relative;
      display: flex;
      flex-wrap: wrap; }
      .news-content-holder article.content .component-wrap.release-column-layout .column-content-item {
        width: 100%;
        padding: 10px;
        margin-bottom: 20px; }
        .news-content-holder article.content .component-wrap.release-column-layout .column-content-item img {
          width: 100%;
          height: auto; }
          .news-content-holder article.content .component-wrap.release-column-layout .column-content-item img .column-item-inner {
            padding: 10px 0px; }
        .news-content-holder article.content .component-wrap.release-column-layout .column-content-item .column-item-inner h3 {
          font-size: 24px;
          margin-top: 4px;
          margin-bottom: 4px; }
        .news-content-holder article.content .component-wrap.release-column-layout .column-content-item .column-item-inner p {
          font-size: 15px;
          line-height: 20px;
          margin-top: 0; }
        @media screen and (min-width: 540px) {
          .news-content-holder article.content .component-wrap.release-column-layout .column-content-item {
            width: 50%; } }
        @media screen and (min-width: 768px) {
          .news-content-holder article.content .component-wrap.release-column-layout .column-content-item {
            width: 33.33%; } }
    .news-content-holder article.content .component-wrap.inline-show {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap;
      position: relative; }
      @media screen and (min-width: 540px) {
        .news-content-holder article.content .component-wrap.inline-show {
          flex-wrap: nowrap; } }
      .news-content-holder article.content .component-wrap.inline-show.black-bg {
        margin-top: 20px;
        margin-bottom: 60px;
        top: 20px; }
        .news-content-holder article.content .component-wrap.inline-show.black-bg::after {
          content: '';
          position: absolute;
          width: 6000px;
          left: 0;
          top: 0;
          bottom: 20px;
          margin-left: -2000px;
          margin-top: -20px;
          background-color: #0d0d0d;
          z-index: -1; }
        .news-content-holder article.content .component-wrap.inline-show.black-bg .show-content {
          color: white; }
      .news-content-holder article.content .component-wrap.inline-show .show-keyart {
        width: 100%;
        min-width: 148px;
        max-width: 320px;
        margin: 0 auto;
        z-index: 1; }
        .news-content-holder article.content .component-wrap.inline-show .show-keyart img {
          width: 100%;
          height: auto;
          display: block; }
        @media screen and (min-width: 540px) {
          .news-content-holder article.content .component-wrap.inline-show .show-keyart {
            margin-left: 0;
            max-width: 240px; } }
      .news-content-holder article.content .component-wrap.inline-show .show-content {
        width: 100%;
        padding: 10px 20px 20px 20px;
        text-align: center;
        z-index: 1;
        margin-bottom: 20px; }
        @media screen and (min-width: 540px) {
          .news-content-holder article.content .component-wrap.inline-show .show-content {
            text-align: left; } }
        .news-content-holder article.content .component-wrap.inline-show .show-content p {
          padding: 0; }
        .news-content-holder article.content .component-wrap.inline-show .show-content .btn.cta {
          margin-top: 0;
          margin-bottom: 20px; }
    .news-content-holder article.content .component-wrap.image-copy-component {
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      @media screen and (min-width: 540px) {
        .news-content-holder article.content .component-wrap.image-copy-component {
          flex-wrap: nowrap; }
          .news-content-holder article.content .component-wrap.image-copy-component .image-copy-block {
            width: 50%; }
            .news-content-holder article.content .component-wrap.image-copy-component .image-copy-block .panel-graphic {
              width: 100%; }
              .news-content-holder article.content .component-wrap.image-copy-component .image-copy-block .panel-graphic img {
                width: 100%;
                display: block; } }
      .news-content-holder article.content .component-wrap.image-copy-component .image-copy-block {
        width: 100%; }
        .news-content-holder article.content .component-wrap.image-copy-component .image-copy-block .image-caption {
          width: 100%;
          text-align: left;
          background-color: #f8f8f8;
          font-size: 13px;
          color: #393939;
          padding: 8px 16px;
          display: inline-block; }
        .news-content-holder article.content .component-wrap.image-copy-component .image-copy-block:nth-child(2) {
          text-align: left;
          padding: 20px; }
          @media screen and (min-width: 540px) {
            .news-content-holder article.content .component-wrap.image-copy-component .image-copy-block:nth-child(2) {
              padding-top: 0px; } }
          .news-content-holder article.content .component-wrap.image-copy-component .image-copy-block:nth-child(2) p {
            padding: 0;
            margin: 0;
            margin-bottom: 20px; }
          .news-content-holder article.content .component-wrap.image-copy-component .image-copy-block:nth-child(2) .btn {
            margin-top: 0; }
    .news-content-holder article.content .component-wrap.gallery-component {
      width: 100%;
      position: relative; }
      .news-content-holder article.content .component-wrap.gallery-component .gallery-image .gallery-image-download-link {
        position: absolute;
        top: 0px;
        right: 0px;
        background-color: rgba(13, 13, 13, 0.4);
        -webkit-transition: background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -khtml-transition: background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -moz-transition: background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -ms-transition: background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -o-transition: background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition: background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        color: #d4d4d4;
        font-size: 13px;
        padding: 8px 16px;
        display: block;
        z-index: 2;
        opacity: 0; }
        .news-content-holder article.content .component-wrap.gallery-component .gallery-image .gallery-image-download-link:hover {
          background-color: #0d0d0d;
          -webkit-transition: background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -khtml-transition: background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -moz-transition: background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -ms-transition: background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -o-transition: background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition: background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
      .news-content-holder article.content .component-wrap.gallery-component.tiling-gallery {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: auto auto; }
        .news-content-holder article.content .component-wrap.gallery-component.tiling-gallery .gallery-image .gallery-image-download-link {
          opacity: 1;
          top: 10px;
          right: 10px; }
      .news-content-holder article.content .component-wrap.gallery-component.slideshow-gallery .slide-control {
        position: absolute;
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        z-index: 400;
        display: flex;
        align-items: center;
        cursor: pointer; }
        .news-content-holder article.content .component-wrap.gallery-component.slideshow-gallery .slide-control .glyphicon {
          width: 40px;
          height: 40px;
          background-color: rgba(0, 0, 0, 0.2);
          display: flex;
          align-items: center;
          justify-content: center;
          color: rgba(255, 255, 255, 0.6);
          -webkit-transition: background-color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -khtml-transition: background-color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -moz-transition: background-color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -ms-transition: background-color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -o-transition: background-color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition: background-color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          font-size: 44px; }
        .news-content-holder article.content .component-wrap.gallery-component.slideshow-gallery .slide-control:hover .glyphicon {
          background-color: rgba(0, 0, 0, 0.4);
          color: rgba(255, 255, 255, 0.9);
          -webkit-transition: background-color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -khtml-transition: background-color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -moz-transition: background-color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -ms-transition: background-color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -o-transition: background-color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition: background-color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
        .news-content-holder article.content .component-wrap.gallery-component.slideshow-gallery .slide-control.slide-prev {
          left: 20px; }
        .news-content-holder article.content .component-wrap.gallery-component.slideshow-gallery .slide-control.slide-next {
          right: 20px; }
      .news-content-holder article.content .component-wrap.gallery-component .gallery-image {
        display: block;
        width: 100%;
        position: relative;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: rgba(248, 248, 248, 0.8); }
        .news-content-holder article.content .component-wrap.gallery-component .gallery-image:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 56.25%; }
        .news-content-holder article.content .component-wrap.gallery-component .gallery-image > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        .news-content-holder article.content .component-wrap.gallery-component .gallery-image .img-caption {
          position: absolute;
          bottom: 0;
          left: 0;
          background-color: rgba(13, 13, 13, 0.8);
          color: #f8f8f8;
          font-size: 13px;
          width: 100%;
          text-align: left;
          padding: 8px 16px;
          display: inline-block;
          z-index: 1; }
        .news-content-holder article.content .component-wrap.gallery-component .gallery-image.cycle-slide-active .gallery-image-download-link {
          top: 10px;
          right: 10px;
          opacity: 1;
          -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
          -khtml-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
          -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
          -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
          -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s; }
.news-content-holder .tag-group {
  width: 100%;
  max-width: 980px;
  border-top: #e4e4e4 1px solid;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 5px 10px 5px 10px; }
  @media screen and (min-width: 1025px) {
    .news-content-holder .tag-group {
      padding: 5px 0 5px 0; } }
  .news-content-holder .tag-group .tag a {
    display: block;
    padding: 10px;
    background-color: #f8f8f8;
    color: #393939;
    font-size: 13px;
    margin: 5px;
    -webkit-transition: 0.2s all cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -khtml-transition: 0.2s all cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: 0.2s all cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -ms-transition: 0.2s all cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: 0.2s all cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: 0.2s all cubic-bezier(0.55, 0.085, 0.68, 0.53);
    text-transform: capitalize; }
    .news-content-holder .tag-group .tag a:hover {
      background-color: #393939;
      color: #f8f8f8;
      -webkit-transition: 0.2s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -khtml-transition: 0.2s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: 0.2s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: 0.2s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: 0.2s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: 0.2s all cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.related-gallery {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap; }
  .related-gallery .gallery-item {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0;
    padding: 5px; }
    .related-gallery .gallery-item .gallery-icon {
      width: 100%;
      position: relative;
      overflow: hidden; }
      .related-gallery .gallery-item .gallery-icon:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
      .related-gallery .gallery-item .gallery-icon > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .related-gallery .gallery-item .gallery-icon a {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block; }
        .related-gallery .gallery-item .gallery-icon a img {
          width: 100%;
          height: auto; }
    .related-gallery .gallery-item .gallery-caption {
      width: 100%;
      text-align: left;
      font-size: 16px;
      font-weight: 700;
      padding: 8px 0; }

.bb-panel {
  background: radial-gradient(ellipse at top, #222222, #000000 80%, #000000); }
  .bb-panel > a {
    margin: 30px 0; }
    @media screen and (min-width: 768px) {
      .bb-panel > a {
        margin: 40px 30px; } }
  .bb-panel .bb-video-container {
    margin: 30px 0; }
    @media screen and (min-width: 768px) {
      .bb-panel .bb-video-container {
        margin: 40px 30px; } }

.session-times-panel.content-panel {
  max-height: 0;
  overflow: hidden; }
  .session-times-panel.content-panel .content {
    text-align: left; }
  .session-times-panel.content-panel.active {
    max-height: 4000px;
    -webkit-transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -khtml-transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .session-times-panel.content-panel.active .session-info, .session-times-panel.content-panel.active #session-times-controls, .session-times-panel.content-panel.active #session-times-container {
      opacity: 1;
      -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
      -khtml-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
      -moz-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
      -ms-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
      -o-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
      transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s; }
  .session-times-panel.content-panel #loading-session-times {
    background-color: black;
    font-size: 13px;
    color: #d4d4d4;
    padding: 20px 28px;
    margin-bottom: 10px;
    display: none; }
    .session-times-panel.content-panel #loading-session-times.active {
      display: inline-block; }
  .session-times-panel.content-panel #date-buttons-container {
    margin-bottom: 20px; }
    .session-times-panel.content-panel #date-buttons-container button {
      background-color: rgba(0, 0, 0, 0.2);
      color: #d4d4d4;
      padding: 12px 20px;
      border: 0;
      margin-right: 1px;
      cursor: pointer; }
      .session-times-panel.content-panel #date-buttons-container button.active {
        background-color: rgba(0, 0, 0, 0.4); }
  @media screen and (min-width: 540px) {
    .session-times-panel.content-panel #movie-showtimes-container {
      border-right: 1px solid rgba(0, 0, 0, 0.2);
      padding-right: 40px; } }
  .session-times-panel.content-panel #movie-showtimes-container ul {
    width: 100%;
    list-style: none;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    padding-bottom: 4px; }
    .session-times-panel.content-panel #movie-showtimes-container ul li {
      margin-right: 1px;
      margin-bottom: 1px; }
      .session-times-panel.content-panel #movie-showtimes-container ul li > a {
        background-color: rgba(0, 0, 0, 0.6);
        font-size: 11px;
        padding: 12px 20px;
        color: #d4d4d4;
        display: block; }
      .session-times-panel.content-panel #movie-showtimes-container ul li.cinema-info > a {
        background-color: rgba(0, 0, 0, 0.8); }

.video-playlist-panel .content .video_iframe_wrapper {
  position: relative;
  border: 5px solid transparent;
  margin: 0 auto; }
  .video-playlist-panel .content .video_iframe_wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .video-playlist-panel .content .video_iframe_wrapper > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .video-playlist-panel .content .video_iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 0; }
.video-playlist-panel .content .video-thumbs-holder {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .video-playlist-panel .content .video-thumbs-holder .video-thumb {
    width: 50%;
    padding: 5px;
    display: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }
    .video-playlist-panel .content .video-thumbs-holder .video-thumb.show {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex; }
    @media screen and (min-width: 540px) {
      .video-playlist-panel .content .video-thumbs-holder .video-thumb {
        width: 33.33%; } }
    @media screen and (min-width: 768px) {
      .video-playlist-panel .content .video-thumbs-holder .video-thumb {
        width: 25%; } }
    .video-playlist-panel .content .video-thumbs-holder .video-thumb .video-thumb-graphic {
      width: 100%;
      position: relative;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0; }
      .video-playlist-panel .content .video-thumbs-holder .video-thumb .video-thumb-graphic:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
      .video-playlist-panel .content .video-thumbs-holder .video-thumb .video-thumb-graphic > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .video-playlist-panel .content .video-thumbs-holder .video-thumb .video-thumb-graphic::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -khtml-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .video-playlist-panel .content .video-thumbs-holder .video-thumb .video-thumb-graphic .youtube-play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 34px;
        margin-left: -17px;
        margin-top: -10px;
        opacity: 0.6;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -khtml-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: 100; }
    .video-playlist-panel .content .video-thumbs-holder .video-thumb .video-thumb-info {
      background-color: black;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -khtml-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      padding: 12px;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1; }
      .video-playlist-panel .content .video-thumbs-holder .video-thumb .video-thumb-info h4, .video-playlist-panel .content .video-thumbs-holder .video-thumb .video-thumb-info p {
        color: rgba(255, 255, 255, 0.8);
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -khtml-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        margin: 0;
        padding: 0;
        text-align: left; }
      .video-playlist-panel .content .video-thumbs-holder .video-thumb .video-thumb-info h4 {
        font-size: 13px; }
      .video-playlist-panel .content .video-thumbs-holder .video-thumb .video-thumb-info p {
        font-size: 11px;
        line-height: 130%; }
    .video-playlist-panel .content .video-thumbs-holder .video-thumb.active .video-thumb-graphic::after {
      background-color: rgba(0, 0, 0, 0.2); }
    .video-playlist-panel .content .video-thumbs-holder .video-thumb.active .video-thumb-graphic .youtube-play-icon {
      opacity: 1; }
    .video-playlist-panel .content .video-thumbs-holder .video-thumb.active .video-thumb-info {
      background-color: white; }
      .video-playlist-panel .content .video-thumbs-holder .video-thumb.active .video-thumb-info h4, .video-playlist-panel .content .video-thumbs-holder .video-thumb.active .video-thumb-info p {
        color: black; }
    .video-playlist-panel .content .video-thumbs-holder .video-thumb.active:hover .video-thumb-graphic::after {
      background-color: rgba(0, 0, 0, 0); }
    .video-playlist-panel .content .video-thumbs-holder .video-thumb:hover .video-thumb-graphic::after {
      background-color: rgba(0, 0, 0, 0.2);
      -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -khtml-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -ms-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
    .video-playlist-panel .content .video-thumbs-holder .video-thumb:hover .video-thumb-graphic .youtube-play-icon {
      opacity: 1;
      -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -khtml-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -ms-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
    .video-playlist-panel .content .video-thumbs-holder .video-thumb:hover .video-thumb-info {
      background-color: white;
      -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -khtml-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -ms-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
      .video-playlist-panel .content .video-thumbs-holder .video-thumb:hover .video-thumb-info h4, .video-playlist-panel .content .video-thumbs-holder .video-thumb:hover .video-thumb-info p {
        color: black;
        -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -khtml-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -ms-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  .video-playlist-panel .content .video-thumbs-holder.hidden {
    display: none; }
  .video-playlist-panel .content .video-thumbs-holder .new-video-thumb {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 50%;
    padding: 5px;
    cursor: pointer;
    opacity: 0.6;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -khtml-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%); }
    @media screen and (min-width: 540px) {
      .video-playlist-panel .content .video-thumbs-holder .new-video-thumb {
        width: 33.33%; } }
    @media screen and (min-width: 768px) {
      .video-playlist-panel .content .video-thumbs-holder .new-video-thumb {
        width: 25%; } }
    .video-playlist-panel .content .video-thumbs-holder .new-video-thumb img {
      width: 100%; }
    .video-playlist-panel .content .video-thumbs-holder .new-video-thumb .youtubePlayIconHolder {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      pointer-events: none; }
      .video-playlist-panel .content .video-thumbs-holder .new-video-thumb .youtubePlayIconHolder .youtubePlayIcon {
        content: '';
        position: relative;
        background-image: url(../png/icon-youtube-play-red.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 38px; }
        .video-playlist-panel .content .video-thumbs-holder .new-video-thumb .youtubePlayIconHolder .youtubePlayIcon:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 56.25%; }
        .video-playlist-panel .content .video-thumbs-holder .new-video-thumb .youtubePlayIconHolder .youtubePlayIcon > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
    .video-playlist-panel .content .video-thumbs-holder .new-video-thumb h3 {
      color: white;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -khtml-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      margin: 0;
      padding: 0;
      text-align: left;
      font-size: 11px;
      padding: 10px;
      background-color: black; }
      @media screen and (min-width: 540px) {
        .video-playlist-panel .content .video-thumbs-holder .new-video-thumb h3 {
          font-size: 13px; } }
    .video-playlist-panel .content .video-thumbs-holder .new-video-thumb.active {
      opacity: 1;
      filter: grayscale(0%);
      -webkit-filter: grayscale(0%);
      filter: none;
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -khtml-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .video-playlist-panel .content .video-thumbs-holder .new-video-thumb:hover {
      opacity: 1;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -khtml-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.grid-items-panel .content .grid-items-holder {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }
  .grid-items-panel .content .grid-items-holder .grid-item-holder {
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start; }
    @media screen and (min-width: 540px) {
      .grid-items-panel .content .grid-items-holder .grid-item-holder {
        width: 50%; } }
    @media screen and (min-width: 768px) {
      .grid-items-panel .content .grid-items-holder .grid-item-holder {
        width: 33.33%; } }
    .grid-items-panel .content .grid-items-holder .grid-item-holder .grid-graphic-holder {
      padding: 20px;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0; }
      .grid-items-panel .content .grid-items-holder .grid-item-holder .grid-graphic-holder a {
        display: block; }
      .grid-items-panel .content .grid-items-holder .grid-item-holder .grid-graphic-holder .grid-graphic {
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 0 auto; }
    .grid-items-panel .content .grid-items-holder .grid-item-holder .grid-text-content {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0; }
      .grid-items-panel .content .grid-items-holder .grid-item-holder .grid-text-content p {
        margin: 0;
        padding: 0 30px 4px 30px;
        font-size: 13px;
        line-height: 15px; }
    .grid-items-panel .content .grid-items-holder .grid-item-holder .grid-links-holder {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      margin-top: 10px; }
      .grid-items-panel .content .grid-items-holder .grid-item-holder .grid-links-holder .item-link {
        display: inline-block;
        margin: 0 2px;
        font-size: 11px;
        color: #d4d4d4;
        background-color: rgba(13, 13, 13, 0.84);
        padding: 4px 12px; }
        .grid-items-panel .content .grid-items-holder .grid-item-holder .grid-links-holder .item-link:hover {
          background-color: #0d0d0d; }

.film-footer-panel {
  width: 100%;
  min-height: 40px;
  padding: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  background-color: #0d0d0d; }
  .film-footer-panel .madman-copyright-panel p {
    font-size: 10px;
    line-height: 12px;
    color: #d4d4d4; }
  .film-footer-panel .social-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .film-footer-panel .social-panel ul li a {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      margin-left: 20px; }
      .film-footer-panel .social-panel ul li a .glyphicon {
        color: #d4d4d4;
        font-size: 13px; }

.billing-block .content {
  max-width: 800px;
  padding: 20px; }
  .billing-block .content img {
    width: 100%; }

.copyright-block .content {
  padding: 0 30px; }
  .copyright-block .content p {
    font-size: 11px;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60); }

.home-ent-panel .content {
  padding-top: 60px;
  padding-bottom: 60px; }
  .home-ent-panel .content .retailer-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 20px 0;
    width: 100%; }
    .home-ent-panel .content .retailer-list .retailer {
      width: 48%;
      cursor: pointer;
      min-height: 70px;
      max-width: 220px;
      padding: 16px 22px;
      margin-bottom: 1px;
      margin-right: 1px;
      -webkit-transition: all 0.3s 0s;
      -khtml-transition: all 0.3s 0s;
      -moz-transition: all 0.3s 0s;
      -ms-transition: all 0.3s 0s;
      -o-transition: all 0.3s 0s;
      transition: all 0.3s 0s;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; }
      .home-ent-panel .content .retailer-list .retailer img {
        width: 100%;
        -webkit-transition: all 0.2s 0s;
        -khtml-transition: all 0.2s 0s;
        -moz-transition: all 0.2s 0s;
        -ms-transition: all 0.2s 0s;
        -o-transition: all 0.2s 0s;
        transition: all 0.2s 0s; }
      @media screen and (min-width: 768px) {
        .home-ent-panel .content .retailer-list .retailer {
          width: 31%;
          min-height: 80px; } }
      .home-ent-panel .content .retailer-list .retailer:hover {
        background-color: black; }
        .home-ent-panel .content .retailer-list .retailer:hover img {
          width: 96%;
          -webkit-transition: all 0.2s 0s;
          -khtml-transition: all 0.2s 0s;
          -moz-transition: all 0.2s 0s;
          -ms-transition: all 0.2s 0s;
          -o-transition: all 0.2s 0s;
          transition: all 0.2s 0s; }
    .home-ent-panel .content .retailer-list .retailer.multi {
      position: relative; }
      .home-ent-panel .content .retailer-list .retailer.multi .retailer-multi-links {
        position: absolute;
        display: none;
        width: 100%;
        top: 0;
        bottom: 0; }
        .home-ent-panel .content .retailer-list .retailer.multi .retailer-multi-links.active {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center; }
          .home-ent-panel .content .retailer-list .retailer.multi .retailer-multi-links.active::after {
            content: '';
            position: absolute;
            width: 100%;
            top: 0;
            bottom: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.9); }
        .home-ent-panel .content .retailer-list .retailer.multi .retailer-multi-links .btn {
          position: relative;
          background-color: #0b70c1;
          color: white;
          z-index: 100;
          min-height: auto;
          font-size: 14px;
          font-weight: 500;
          width: auto;
          padding: 8px 16px; }
          .home-ent-panel .content .retailer-list .retailer.multi .retailer-multi-links .btn:hover {
            background-color: #0784e8; }

.release-slicks {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px; }
  .release-slicks .slick-holder {
    width: 100%;
    padding: 10px; }
    .release-slicks .slick-holder .slick-link {
      width: 100%;
      height: 100%;
      display: block;
      -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      -khtml-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      position: relative; }
      .release-slicks .slick-holder .slick-link .slick-graphic-holder {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 20px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center; }
        .release-slicks .slick-holder .slick-link .slick-graphic-holder .slick-graphic {
          width: 100%;
          max-width: 160px;
          padding-bottom: 8px; }
      .release-slicks .slick-holder .slick-link .film-info {
        width: 100%;
        -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        -khtml-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        padding: 10px 20px 10px 20px;
        text-align: left;
        background-color: rgba(255, 255, 255, 0.6); }
        .release-slicks .slick-holder .slick-link .film-info h2 {
          font-size: 14px;
          line-height: 1.4;
          margin: 0;
          color: rgba(13, 13, 13, 0.8);
          font-weight: 900;
          letter-spacing: 0px;
          text-align: center; }
      .release-slicks .slick-holder .slick-link:hover {
        margin-top: -10px;
        margin-bottom: 10px;
        -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        -khtml-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
        .release-slicks .slick-holder .slick-link:hover .film-info {
          background-color: white;
          position: relative;
          top: -20px;
          -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
          -khtml-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
          -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
          -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
          -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }

@media screen and (min-width: 380px) {
  .release-slicks .slick-holder {
    width: 50%; } }
@media screen and (min-width: 540px) {
  .release-slicks .slick-holder {
    width: 33.33%; } }
@media screen and (min-width: 768px) {
  .release-slicks .slick-holder {
    width: 25%; } }
@media screen and (min-width: 992px) {
  .release-slicks {
    padding: 0; }
    .release-slicks .slick-holder {
      width: 20%; } }
.subscribe-holding-panel.subscribe-2040::before {
  display: none; }
.subscribe-holding-panel.subscribe-2040 .subMessage {
  color: #eedd38; }
.subscribe-holding-panel.subscribe-2040 form {
  width: 100%;
  max-width: 580px;
  padding: 10px 30px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start; }
  .subscribe-holding-panel.subscribe-2040 form .column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
  .subscribe-holding-panel.subscribe-2040 form input {
    height: 50px;
    width: 100%;
    border: 0;
    outline: 0;
    background-color: white;
    padding: 8px 16px;
    color: #3c260d;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    margin-bottom: 10px; }
  .subscribe-holding-panel.subscribe-2040 form textarea {
    min-height: 110px;
    width: 100%;
    margin: 5px;
    border: 0;
    outline: 0;
    background-color: white;
    padding: 16px;
    color: #87a847;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
  .subscribe-holding-panel.subscribe-2040 form .split-inputs {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .subscribe-holding-panel.subscribe-2040 form .split-inputs {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between; }
        .subscribe-holding-panel.subscribe-2040 form .split-inputs input {
          -webkit-flex-grow: 0;
          -moz-flex-grow: 0;
          -ms-flex-grow: 0;
          flex-grow: 0;
          width: 49%; } }
  .subscribe-holding-panel.subscribe-2040 form p {
    width: 100%;
    min-height: 80px;
    margin: 5px;
    font-size: 13px;
    line-height: 17px;
    background-color: rgba(135, 168, 71, 0.6);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
  .subscribe-holding-panel.subscribe-2040 form .activities {
    color: white;
    text-align: left;
    margin: 5px 5px 0 5px;
    font-size: 13px;
    margin-top: 14px; }
  .subscribe-holding-panel.subscribe-2040 form button {
    height: 50px;
    width: 100%;
    min-width: 120px;
    border: 0;
    background-color: #eedd38;
    color: #3c260d;
    font-size: 18px;
    font-weight: 300;
    padding: 0 30px;
    cursor: pointer;
    letter-spacing: -1px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0; }
    @media screen and (min-width: 540px) {
      .subscribe-holding-panel.subscribe-2040 form button {
        font-size: 24px; } }
  .subscribe-holding-panel.subscribe-2040 form.big-form {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .subscribe-holding-panel.subscribe-2040 form.big-form input {
      margin: 5px;
      width: 100%; }
    .subscribe-holding-panel.subscribe-2040 form.big-form button {
      width: 100%;
      margin: 5px; }
  .subscribe-holding-panel.subscribe-2040 form .checkbox {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start; }
    .subscribe-holding-panel.subscribe-2040 form .checkbox input {
      height: auto;
      width: auto;
      border: auto;
      outline: auto;
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0; }
    .subscribe-holding-panel.subscribe-2040 form .checkbox label {
      color: white;
      font-size: 13px; }

.subscribe-aus-dream .subMessage {
  color: #e87c2c; }
.subscribe-aus-dream form {
  width: 100%;
  max-width: 580px;
  padding: 10px 30px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start; }
  .subscribe-aus-dream form .column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
  .subscribe-aus-dream form input {
    height: 50px;
    width: 100%;
    border: 0;
    outline: 0;
    background-color: #d4d4d4;
    padding: 8px 16px;
    color: #111111;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    margin-bottom: 10px; }
  .subscribe-aus-dream form textarea {
    min-height: 110px;
    width: 100%;
    margin: 5px;
    border: 0;
    outline: 0;
    background-color: #d4d4d4;
    padding: 16px;
    color: #111111;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
  .subscribe-aus-dream form p {
    width: 100%;
    min-height: 80px;
    margin: 5px;
    font-size: 13px;
    line-height: 17px;
    background-color: rgba(232, 124, 44, 0.6);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
  .subscribe-aus-dream form button {
    height: 50px;
    width: 100%;
    min-width: 120px;
    border: 0;
    background-color: #e87c2c;
    color: #111111;
    font-size: 18px;
    font-weight: 300;
    padding: 0 30px;
    cursor: pointer;
    letter-spacing: -1px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0; }
    @media screen and (min-width: 540px) {
      .subscribe-aus-dream form button {
        font-size: 24px; } }
  .subscribe-aus-dream form.big-form {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .subscribe-aus-dream form.big-form input {
      margin: 5px;
      width: 100%; }
    .subscribe-aus-dream form.big-form button {
      width: 100%;
      margin: 5px; }
  .subscribe-aus-dream form .checkbox {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start; }
    .subscribe-aus-dream form .checkbox input {
      height: auto;
      width: auto;
      border: auto;
      outline: auto;
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0; }
    .subscribe-aus-dream form .checkbox label {
      color: white;
      font-size: 13px; }

.animelab-promo-panel {
  background: #3b0087;
  background: radial-gradient(circle, #6f0eff 0%, #340082 80%, #1f0051 100%);
  color: white; }
  .animelab-promo-panel .content {
    margin-bottom: 30px; }
    .animelab-promo-panel .content p {
      margin-bottom: 0; }
    .animelab-promo-panel .content .al-promo-still-panel {
      width: 100%;
      display: block;
      position: relative; }
      .animelab-promo-panel .content .al-promo-still-panel:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 48.0769230769%; }
      .animelab-promo-panel .content .al-promo-still-panel > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .animelab-promo-panel .content .al-promo-still-panel .al-promo-overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-size: contain;
        background-repeat: no-repeat; }
      .animelab-promo-panel .content .al-promo-still-panel .al-promo-still-holder {
        position: absolute;
        width: 59%;
        left: 20%;
        top: 14%; }
    .animelab-promo-panel .content .al-button {
      width: 100%;
      padding: 10px 38px 11px 38px;
      font-size: 24px;
      border-radius: 60px;
      background-color: #fff;
      color: #3f4250;
      font-weight: 500;
      margin: 0;
      line-height: 1.428571429;
      position: relative;
      top: 20px;
      border: 1px solid #fff;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -khtml-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s;
      -o-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }
      .animelab-promo-panel .content .al-button:hover {
        background-color: #0fa !important;
        color: #004d33 !important;
        border: 1px solid #0fa !important;
        box-shadow: 0 0 15px 0 #0fa;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -khtml-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s; }

.docplay-promo-panel {
  background: #018900;
  color: white; }
  .docplay-promo-panel .content {
    margin-bottom: 30px; }
    .docplay-promo-panel .content p {
      margin-bottom: 0; }
    .docplay-promo-panel .content .dp-promo-still-panel {
      width: 100%;
      display: block;
      position: relative; }
      .docplay-promo-panel .content .dp-promo-still-panel:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 48.0769230769%; }
      .docplay-promo-panel .content .dp-promo-still-panel > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .docplay-promo-panel .content .dp-promo-still-panel .dp-promo-overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-size: contain;
        background-repeat: no-repeat; }
      .docplay-promo-panel .content .dp-promo-still-panel .dp-promo-still-holder {
        position: absolute;
        width: 60%;
        left: 19.4%;
        top: 13.8%; }
    .docplay-promo-panel .content .dp-button {
      display: inline-block;
      padding: 10px 38px 11px 38px;
      font-size: 22px;
      background-color: #fff;
      color: #3f4250;
      font-weight: 500;
      margin: 0;
      line-height: 1.428571429;
      position: relative;
      top: 20px;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -khtml-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s;
      -o-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }
      .docplay-promo-panel .content .dp-button:hover {
        background-color: #EDAE18 !important;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -khtml-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s; }

.garage-promo-panel {
  background: #213f4b;
  color: white; }
  .garage-promo-panel .content {
    margin-bottom: 30px; }
    .garage-promo-panel .content p {
      margin-bottom: 0; }
    .garage-promo-panel .content .garage-promo-still-panel {
      width: 100%;
      display: block;
      position: relative; }
      .garage-promo-panel .content .garage-promo-still-panel:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 48.0769230769%; }
      .garage-promo-panel .content .garage-promo-still-panel > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .garage-promo-panel .content .garage-promo-still-panel .garage-promo-overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-size: contain;
        background-repeat: no-repeat; }
      .garage-promo-panel .content .garage-promo-still-panel .garage-promo-still-holder {
        position: absolute;
        width: 60%;
        left: 19.4%;
        top: 13.8%; }
    .garage-promo-panel .content .garage-button {
      display: inline-block;
      padding: 10px 38px 11px 38px;
      font-size: 22px;
      background-color: #ffa417;
      color: #3f4250;
      font-weight: 700;
      margin: 0;
      line-height: 1.428571429;
      position: relative;
      top: 20px;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -khtml-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s;
      -o-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }
      .garage-promo-panel .content .garage-button:hover {
        background-color: #ff9c03 !important;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -khtml-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s; }

.promo-panel.primary-dark-bg {
  background: radial-gradient(ellipse at top, #484848, #212121 80%, #212121); }
.promo-panel .content {
  padding: 40px 0;
  max-width: 1000px; }
  .promo-panel .content .promo-image img {
    width: 100%; }
  .promo-panel .content .btn.cta {
    background-color: #0d0d0d;
    color: #d4d4d4; }

.promo-bar {
  width: 100%;
  text-align: center;
  z-index: 200;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0; }
  .promo-bar img {
    max-height: 50px;
    max-width: 100%;
    padding: 0 30px; }

.film-list-panel.dark-theme .content .film-list .poster-holder .film-link .film-info h2 {
  color: rgba(212, 212, 212, 0.6); }
.film-list-panel.dark-theme .content .film-list .poster-holder .film-link .film-info span {
  color: #d4d4d4; }
.film-list-panel.dark-theme .content .film-list .poster-holder .film-link:hover .film-info h2 {
  color: #0d0d0d; }
.film-list-panel.dark-theme .content .film-list .poster-holder .film-link:hover .film-info span {
  color: rgba(13, 13, 13, 0.6); }
.film-list-panel.primary-light-bg {
  background-color: #d4d4d4; }
.film-list-panel.primary-dark-bg {
  background: radial-gradient(ellipse at top, #484848, #212121 80%, #212121); }
  .film-list-panel.primary-dark-bg .content .film-list .poster-holder .film-link .film-info h2 {
    color: #d4d4d4; }
  .film-list-panel.primary-dark-bg .content .film-list .poster-holder .film-link .film-info span {
    color: rgba(212, 212, 212, 0.8); }
  .film-list-panel.primary-dark-bg .content .film-list .poster-holder .film-link:hover .film-info h2 {
    color: #0d0d0d; }
  .film-list-panel.primary-dark-bg .content .film-list .poster-holder .film-link:hover .film-info span {
    color: rgba(13, 13, 13, 0.6); }
.film-list-panel.black-bg .content .film-list .poster-holder .film-link .film-info h2 {
  color: #d4d4d4; }
.film-list-panel.black-bg .content .film-list .poster-holder .film-link .film-info span {
  color: rgba(212, 212, 212, 0.8); }
.film-list-panel.black-bg .content .film-list .poster-holder .film-link:hover .film-info h2 {
  color: #0d0d0d; }
.film-list-panel.black-bg .content .film-list .poster-holder .film-link:hover .film-info span {
  color: rgba(13, 13, 13, 0.6); }
.film-list-panel .content {
  padding: 40px 0 20px 0;
  max-width: 1000px;
  /*
  @include bp-mobile-medium
  {
  	.film-list
  	{
  		.poster-holder
  		{
  			width: 50%;
  		}
  	}
  }
  @include bp-mobile-large
  {
  	.film-list
  	{
  		.poster-holder
  		{
  			width: 33.33%;
  		}
  	}
  }
  @include bp-tablet-portrait
  {
  	.film-list
  	{
  		.poster-holder
  		{
  			width: 25%;
  		}
  	}
  }
  @include bp-tablet-wide
  {
  	.film-list
  	{
  		padding: 0;
  		.poster-holder
  		{
  			width: 20%;
  		}
  	}
  }
  */ }
  .film-list-panel .content .all-films-btn {
    margin-top: 30px;
    margin-bottom: 30px; }
  .film-list-panel .content .film-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px; }
    .film-list-panel .content .film-list .poster-holder {
      width: 50%;
      padding: 0 5px; }
      @media screen and (min-width: 380px) {
        .film-list-panel .content .film-list .poster-holder {
          width: 33.33%; } }
      @media screen and (min-width: 540px) {
        .film-list-panel .content .film-list .poster-holder {
          width: 25%; } }
      @media screen and (min-width: 768px) {
        .film-list-panel .content .film-list .poster-holder {
          width: 100%;
          max-width: 180px;
          padding: 0 10px; } }
      .film-list-panel .content .film-list .poster-holder .film-link {
        width: 100%;
        height: 100%;
        display: block;
        -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        -khtml-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        position: relative; }
        .film-list-panel .content .film-list .poster-holder .film-link .film-poster {
          width: 100%;
          position: relative;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          position: relative;
          background-color: #0d0d0d; }
          .film-list-panel .content .film-list .poster-holder .film-link .film-poster:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 150%; }
          .film-list-panel .content .film-list .poster-holder .film-link .film-poster > .content {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
          .film-list-panel .content .film-list .poster-holder .film-link .film-poster::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-color: rgba(13, 13, 13, 0);
            -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
            -khtml-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
            -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
            -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
            -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
        .film-list-panel .content .film-list .poster-holder .film-link .film-info {
          width: 100%;
          -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
          -khtml-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
          -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
          -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
          -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
          padding: 10px 20px 10px 0;
          text-align: left; }
          .film-list-panel .content .film-list .poster-holder .film-link .film-info h2 {
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            line-height: 1.2;
            margin: 0;
            color: rgba(13, 13, 13, 0.8);
            font-weight: 900;
            letter-spacing: 0px; }
          .film-list-panel .content .film-list .poster-holder .film-link .film-info span {
            font-size: 13px;
            font-weight: 400;
            position: relative;
            color: black; }
            .film-list-panel .content .film-list .poster-holder .film-link .film-info span.rating {
              border: 1px solid rgba(13, 13, 13, 0.8);
              padding: 2px 4px;
              -webkit-border-top-right-radius: 2px;
              -webkit-border-bottom-right-radius: 2px;
              -webkit-border-bottom-left-radius: 2px;
              -webkit-border-top-left-radius: 2px;
              -moz-border-radius-topright: 2px;
              -moz-border-radius-bottomright: 2px;
              -moz-border-radius-bottomleft: 2px;
              -moz-border-radius-topleft: 2px;
              border-top-right-radius: 2px;
              border-bottom-right-radius: 2px;
              border-bottom-left-radius: 2px;
              border-top-left-radius: 2px;
              margin-right: 4px; }
        .film-list-panel .content .film-list .poster-holder .film-link:hover {
          margin-top: -10px;
          margin-bottom: 10px;
          -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
          -khtml-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
          -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
          -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
          -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
          .film-list-panel .content .film-list .poster-holder .film-link:hover .film-poster::after {
            background-color: rgba(13, 13, 13, 0.4);
            -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
            -khtml-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
            -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
            -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
            -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
          .film-list-panel .content .film-list .poster-holder .film-link:hover .film-info {
            background-color: white;
            padding: 10px 10px;
            position: relative;
            top: -20px;
            -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
            -khtml-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
            -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
            -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
            -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .film-list-panel .content.shorten.open .all-films-btn {
    display: inline-block; }
  .film-list-panel .content.shorten.open .film-list {
    max-height: 6000px;
    -webkit-transition: max-height 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -khtml-transition: max-height 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: max-height 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -ms-transition: max-height 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: max-height 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: max-height 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
    .film-list-panel .content.shorten.open .film-list::after {
      opacity: 0;
      -webkit-transition: opacity 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -khtml-transition: opacity 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -moz-transition: opacity 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -ms-transition: opacity 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -o-transition: opacity 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: opacity 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
    .film-list-panel .content.shorten.open .film-list .show-more-btn {
      display: none; }
  .film-list-panel .content.shorten .all-films-btn {
    display: none; }
  .film-list-panel .content.shorten .film-list {
    max-height: 380px;
    overflow: hidden;
    position: relative; }
    .film-list-panel .content.shorten .film-list::after {
      content: '';
      z-index: 0;
      position: absolute;
      width: 100%;
      height: 240px;
      bottom: 0;
      pointer-events: none;
      opacity: 1;
      background: rgba(0, 0, 0, 0);
      background: -webkit-gradient(linear, left bottom, left top, color-stop(0, black), color-stop(1, rgba(0, 0, 0, 0)));
      background: -ms-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
      background: -moz-linear-gradient(center bottom, black 0%, rgba(0, 0, 0, 0) 100%);
      background: -o-linear-gradient(rgba(0, 0, 0, 0), black);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='black', EndColorStr='rgba(0, 0, 0, 0)')"; }
    .film-list-panel .content.shorten .film-list .show-more-btn {
      position: absolute;
      bottom: 30px;
      z-index: 1;
      cursor: pointer; }

.isotope-list-panel .content {
  padding: 30px 20px; }
  .isotope-list-panel .content .modded-title-panel {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
    padding-top: 30px; }
    .isotope-list-panel .content .modded-title-panel h2 {
      margin: 0;
      text-align: left;
      letter-spacing: 0px;
      font-weight: 400; }
    .isotope-list-panel .content .modded-title-panel .isotope-switch {
      border: none;
      background-color: rgba(0, 0, 0, 0.6);
      color: rgba(255, 255, 255, 0.8);
      -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -khtml-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -ms-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      outline: none;
      cursor: pointer;
      font-size: 12px;
      padding: 10px 14px; }
      .isotope-list-panel .content .modded-title-panel .isotope-switch .glyphicon {
        margin-right: 4px;
        font-size: 13px; }
      .isotope-list-panel .content .modded-title-panel .isotope-switch:hover, .isotope-list-panel .content .modded-title-panel .isotope-switch.active {
        background-color: white;
        color: black;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -khtml-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .isotope-list-panel .content .isotope-buttons-panel {
    width: 100%;
    padding-bottom: 0;
    z-index: 200;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end; }
    .isotope-list-panel .content .isotope-buttons-panel .button-rows-holder {
      max-height: 0px;
      -webkit-transition: max-height 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -khtml-transition: max-height 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: max-height 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: max-height 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: max-height 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: max-height 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      overflow: hidden;
      width: 100%;
      max-width: 800px;
      display: flex;
      flex-direction: column;
      background: rgba(0, 0, 0, 0.2);
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
      margin-right: 5px; }
      .isotope-list-panel .content .isotope-buttons-panel .button-rows-holder.active {
        max-height: 3000px;
        -webkit-transition: max-height 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -khtml-transition: max-height 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -moz-transition: max-height 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -ms-transition: max-height 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -o-transition: max-height 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition: max-height 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
      .isotope-list-panel .content .isotope-buttons-panel .button-rows-holder .isotope-buttons {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        padding: 10px 5px;
        padding-bottom: 5px; }
        .isotope-list-panel .content .isotope-buttons-panel .button-rows-holder .isotope-buttons:nth-child(2) {
          padding-top: 0; }
        .isotope-list-panel .content .isotope-buttons-panel .button-rows-holder .isotope-buttons p {
          margin: 0;
          padding: 0;
          font-size: 13px;
          color: rgba(255, 255, 255, 0.8);
          margin-right: 8px; }
        .isotope-list-panel .content .isotope-buttons-panel .button-rows-holder .isotope-buttons button {
          font-size: 13px;
          background-color: rgba(255, 255, 255, 0.4);
          -webkit-transition: background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -khtml-transition: background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -moz-transition: background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -ms-transition: background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -o-transition: background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition: background-color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          border-radius: 0px;
          height: 28px;
          border: none;
          padding: 4px 8px;
          cursor: pointer;
          margin-right: 5px;
          margin-bottom: 5px;
          outline: none; }
          .isotope-list-panel .content .isotope-buttons-panel .button-rows-holder .isotope-buttons button .glyphicon {
            font-size: 15px;
            vertical-align: middle; }
          .isotope-list-panel .content .isotope-buttons-panel .button-rows-holder .isotope-buttons button.is-checked {
            background-color: rgba(255, 255, 255, 0.8); }
          .isotope-list-panel .content .isotope-buttons-panel .button-rows-holder .isotope-buttons button:hover {
            background-color: white;
            -webkit-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -khtml-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -moz-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -ms-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -o-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
          .isotope-list-panel .content .isotope-buttons-panel .button-rows-holder .isotope-buttons button.iso-type {
            width: 60px;
            font-weight: 700;
            background-color: black;
            color: rgba(255, 255, 255, 0.6);
            cursor: none;
            pointer-events: none; }
  .isotope-list-panel .content .isotope-list {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    padding-top: 20px;
    margin: 0 auto; }
    .isotope-list-panel .content .isotope-list .poster-holder {
      width: 33.33%;
      padding: 0; }
      .isotope-list-panel .content .isotope-list .poster-holder data {
        display: none; }
      @media screen and (min-width: 380px) {
        .isotope-list-panel .content .isotope-list .poster-holder {
          width: 33.33%; } }
      @media screen and (min-width: 540px) {
        .isotope-list-panel .content .isotope-list .poster-holder {
          width: 25%; } }
      @media screen and (min-width: 768px) {
        .isotope-list-panel .content .isotope-list .poster-holder {
          width: 20%;
          padding: 0;
          max-width: none; } }
      .isotope-list-panel .content .isotope-list .poster-holder .film-link {
        padding: 5px;
        padding-bottom: 5px; }
      .isotope-list-panel .content .isotope-list .poster-holder .date-info {
        margin: 0;
        padding: 0;
        margin-top: -5px;
        font-size: 11px;
        color: rgba(255, 255, 255, 0.4);
        text-align: right;
        padding: 2px 10px;
        margin-right: 5px;
        text-transform: capitalize;
        background-color: rgba(0, 0, 0, 0.2);
        display: inline-block;
        float: right;
        margin-bottom: 5px; }

.main-container {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.container {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .container.primary-light-bg {
    background-color: #d4d4d4; }
  .container.primary-mid-bg {
    background-color: #393939;
    color: white; }
  .container.primary-dark-bg {
    background-color: #0d0d0d;
    color: white; }
  .container.white-bg {
    background-color: white; }
  .container.black-bg {
    background-color: black;
    color: white; }
  .container .color-bar {
    width: 100%;
    height: 4px;
    display: flex;
    flex-direction: row; }
    .container .color-bar span {
      height: 4px;
      flex-grow: 1; }
  .container .content .ext-logo {
    margin: 0 auto;
    display: inline-block; }
    .container .content .ext-logo img {
      width: 100%;
      max-width: 280px; }
    .container .content .ext-logo.demand-logo img {
      max-width: 362px; }
  .container.split-panel-holder {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch; }
    .container.split-panel-holder .split-panel {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .container.split-panel-holder .split-panel {
          width: 50%; } }

.content {
  z-index: 1;
  max-width: 980px;
  width: 100%;
  padding: 40px 20px 40px 20px;
  text-align: center;
  position: relative;
  margin: 0 auto; }
  .content > h2, .content p {
    letter-spacing: 0;
    padding-left: 30px;
    padding-right: 30px; }
  .content > ul {
    text-align: center;
    list-style: inside;
    padding: 0; }
    .content > ul li {
      line-height: 140%; }

.synopsis-panel.bg-image {
  background-position: bottom center; }
.synopsis-panel .content img {
  width: 100%;
  max-width: 300px;
  height: auto; }
  .synopsis-panel .content img.noresize {
    max-width: none; }
.synopsis-panel .content .video_iframe_wrapper {
  position: relative;
  margin: 20px auto; }
  .synopsis-panel .content .video_iframe_wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .synopsis-panel .content .video_iframe_wrapper > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .synopsis-panel .content .video_iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.footer-panel {
  padding: 20px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }
  .footer-panel .footer-copy {
    padding-right: 40px; }
    .footer-panel .footer-copy p {
      color: #d4d4d4;
      font-size: 8px;
      line-height: 13px; }
  .footer-panel .footer-logos a {
    display: block; }
    .footer-panel .footer-logos a img {
      display: inline-block;
      height: 40px; }

.foot-panel {
  width: 100%;
  border-top: 1px solid #393939; }
  .foot-panel .content {
    padding: 20px;
    text-align: left;
    margin: 0;
    max-width: none; }
    .foot-panel .content.copyright-info {
      padding-bottom: 80px; }
  .foot-panel h3, .foot-panel h4 {
    margin: 0; }
  .foot-panel p {
    font-size: 13px;
    line-height: 16px;
    padding: 0;
    margin: 0; }
  .foot-panel .social-links-panel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-top: 1px solid #393939; }
    @media screen and (min-width: 768px) {
      .foot-panel .social-links-panel {
        border-top: none;
        align-items: flex-end; } }
    .foot-panel .social-links-panel .social-links-holder {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .foot-panel .social-links-panel .social-links-holder .social-button {
        width: 48px;
        height: 48px;
        display: flex;
        margin: 3px;
        align-items: center;
        justify-content: center;
        background-color: white;
        color: black;
        -webkit-border-top-right-radius: 24px;
        -webkit-border-bottom-right-radius: 24px;
        -webkit-border-bottom-left-radius: 24px;
        -webkit-border-top-left-radius: 24px;
        -moz-border-radius-topright: 24px;
        -moz-border-radius-bottomright: 24px;
        -moz-border-radius-bottomleft: 24px;
        -moz-border-radius-topleft: 24px;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
        border-bottom-left-radius: 24px;
        border-top-left-radius: 24px;
        font-size: 20px; }
        .foot-panel .social-links-panel .social-links-holder .social-button:last-child {
          margin-right: 0; }
        .foot-panel .social-links-panel .social-links-holder .social-button.letterboxd {
          background-image: url(../png/letterboxd-icon-black.png);
          background-size: 80%;
          background-repeat: no-repeat;
          background-position: center center; }
        .foot-panel .social-links-panel .social-links-holder .social-button.youtube {
          font-size: 26px; }
  .foot-panel .foot-links-holder {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column; }
    .foot-panel .foot-links-holder li {
      margin: 0;
      padding: 0;
      position: relative;
      border-bottom: 1px solid #393939; }
      .foot-panel .foot-links-holder li a {
        color: white;
        display: inline-block;
        padding: 10px 20px;
        line-height: 20px;
        font-size: 13px; }
      .foot-panel .foot-links-holder li:last-child {
        border-bottom: none; }
    @media screen and (min-width: 768px) {
      .foot-panel .foot-links-holder {
        flex-direction: row;
        flex-wrap: wrap; }
        .foot-panel .foot-links-holder li {
          border-bottom: none; }
          .foot-panel .foot-links-holder li a {
            padding: 10px 14px; }
            .foot-panel .foot-links-holder li a::after {
              content: '';
              position: absolute;
              top: 8px;
              bottom: 8px;
              right: 0;
              width: 1px;
              background-color: #393939; } }
  .foot-panel .copyright-info p {
    font-size: 11px; }

#videoOverlay {
  background-color: rgba(13, 13, 13, 0.9); }
  #videoOverlay .film-info {
    text-align: center; }
    #videoOverlay .film-info h1 {
      margin: 0 auto;
      margin-bottom: 0;
      font-size: 32px;
      padding: 0 40px; }
      @media screen and (min-width: 768px) {
        #videoOverlay .film-info h1 {
          font-size: 44px; } }
  #videoOverlay .tickets-button .btn:hover {
    background-color: #d4d4d4;
    color: #0d0d0d; }

.wpcf7-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }
  .wpcf7-form p {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 0;
    text-align: left; }
    @media screen and (min-width: 540px) {
      .wpcf7-form p {
        width: 50%; } }
    .wpcf7-form p:nth-child(6) {
      width: 100%; }
    .wpcf7-form p label {
      font-size: 13px; }
      .wpcf7-form p label .wpcf7-form-control-wrap input, .wpcf7-form p label .wpcf7-form-control-wrap textarea, .wpcf7-form p label .wpcf7-form-control-wrap select {
        border: 0;
        outline: none;
        width: 100%;
        height: 50px;
        color: #0d0d0d;
        background-color: white;
        padding: 12px; }
      .wpcf7-form p label .wpcf7-form-control-wrap textarea {
        height: 140px;
        width: 100%; }
      .wpcf7-form p label .wpcf7-form-control-wrap select {
        border-right: 8px solid white; }
    .wpcf7-form p .wpcf7-submit {
      border: none;
      width: 180px;
      height: 50px;
      -webkit-border-top-right-radius: 2px;
      -webkit-border-bottom-right-radius: 2px;
      -webkit-border-bottom-left-radius: 2px;
      -webkit-border-top-left-radius: 2px;
      -moz-border-radius-topright: 2px;
      -moz-border-radius-bottomright: 2px;
      -moz-border-radius-bottomleft: 2px;
      -moz-border-radius-topleft: 2px;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px;
      cursor: pointer;
      font-size: 16px;
      font-family: 'Roboto', sans-serif;
      border-radius: 0; }
  .wpcf7-form .wpcf7-response-output {
    display: none; }

.content-panel.light-theme p .wpcf7-submit {
  color: #d4d4d4;
  background-color: #0d0d0d; }

.content-panel.dark-theme p .wpcf7-submit {
  background-color: #d4d4d4; }

.mc-embedded-subscribe-form {
  width: 100%;
  max-width: 680px;
  margin: 0 auto; }
  .mc-embedded-subscribe-form #mc_embed_signup_scroll .form-fields {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .mc-embedded-subscribe-form #mc_embed_signup_scroll .form-fields .indicates-required {
      display: none; }
    .mc-embedded-subscribe-form #mc_embed_signup_scroll .form-fields .mc-field-group {
      width: 100%;
      padding: 0 10px;
      margin-bottom: 20px;
      text-align: left; }
      @media screen and (min-width: 540px) {
        .mc-embedded-subscribe-form #mc_embed_signup_scroll .form-fields .mc-field-group {
          width: 50%; } }
      .mc-embedded-subscribe-form #mc_embed_signup_scroll .form-fields .mc-field-group label {
        width: 100%;
        font-size: 15px;
        margin-bottom: 8px; }
      .mc-embedded-subscribe-form #mc_embed_signup_scroll .form-fields .mc-field-group input, .mc-embedded-subscribe-form #mc_embed_signup_scroll .form-fields .mc-field-group select, .mc-embedded-subscribe-form #mc_embed_signup_scroll .form-fields .mc-field-group textarea {
        width: 100%;
        border: 0px;
        outline: none;
        height: 50px;
        padding: 8px 14px; }
      .mc-embedded-subscribe-form #mc_embed_signup_scroll .form-fields .mc-field-group select {
        border-right: 8px solid white; }
      .mc-embedded-subscribe-form #mc_embed_signup_scroll .form-fields .mc-field-group.input-group {
        margin-bottom: 20px;
        width: 100%; }
        .mc-embedded-subscribe-form #mc_embed_signup_scroll .form-fields .mc-field-group.input-group p {
          padding: 0;
          font-size: 13px; }
        .mc-embedded-subscribe-form #mc_embed_signup_scroll .form-fields .mc-field-group.input-group ul {
          width: 100%;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          margin: 0;
          padding: 0; }
          .mc-embedded-subscribe-form #mc_embed_signup_scroll .form-fields .mc-field-group.input-group ul li {
            list-style: none;
            display: flex;
            text-align: left;
            align-items: center;
            padding: 0 0 10px 0; }
            .mc-embedded-subscribe-form #mc_embed_signup_scroll .form-fields .mc-field-group.input-group ul li input {
              width: 24px;
              height: 24px;
              margin: 0; }
            .mc-embedded-subscribe-form #mc_embed_signup_scroll .form-fields .mc-field-group.input-group ul li label {
              font-size: 11px;
              padding-left: 8px;
              width: 100%;
              margin-bottom: 0;
              display: flex;
              align-items: center; }
      .mc-embedded-subscribe-form #mc_embed_signup_scroll .form-fields .mc-field-group .helper_text {
        font-size: 13px; }
  .mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-submit-btn {
    width: 100%;
    text-align: left; }
    .mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-submit-btn input {
      margin-left: 10px;
      margin-top: 0;
      cursor: pointer; }
  .mc-embedded-subscribe-form #mc_embed_signup_scroll #mce-responses {
    text-align: left;
    margin: 0 10px; }
    .mc-embedded-subscribe-form #mc_embed_signup_scroll #mce-responses .response {
      font-size: 13px;
      color: white;
      padding: 8px 14px;
      border-radius: 12px;
      display: inline-block;
      margin-bottom: 20px; }
      .mc-embedded-subscribe-form #mc_embed_signup_scroll #mce-responses .response#mce-error-response {
        background-color: #ff3333; }
      .mc-embedded-subscribe-form #mc_embed_signup_scroll #mce-responses .response#mce-success-response {
        background-color: #5cb85c; }

/* CSS Document */
.std-page-content h1, .std-page-content h2, .std-page-content h3, .std-page-content h4 {
  font-family: 'PT Serif', serif;
  font-weight: 300; }
.std-page-content h2 {
  font-size: 24px; }
  @media screen and (min-width: 768px) {
    .std-page-content h2 {
      font-size: 28px; } }
.std-page-content ul, .std-page-content ol {
  text-align: center;
  list-style: inside; }

.white-bg .std-page-content, .primary-light-bg .std-page-content, .light-theme .std-page-content {
  color: #0d0d0d; }

.black-bg .std-page-content, .dark-theme .std-page-content {
  color: #f8f8f8; }

/*
{
	padding: 0;
	text-align: left;
	h2
	{
		margin-top: 40px;
		padding: 0;
	}
	.intro-para-panel
	{
		width: 100%;
		@include gradient(rgba(black,0.4),rgba(black,0.1));
		padding: 20px;
		position: relative;
		top: -100px;
		margin-bottom: -100px;
		p
		{
			padding: 0;
			margin: 0;
			line-height: $font-size-larger + 2px;
			font-size: $font-size-large;
			font-weight: $font-weight-light;
		}
	}
	.std-page-panel
	{
		padding: 20px;
		p
		{
			font-size: $font-size-base;
			font-weight: $font-weight-light;
		}
	}
	@include bp-tablet-portrait
	{
		.intro-para-panel
		{
			padding: 40px;
			p
			{
				line-height: $font-size-larger + 4px;
				font-size: $font-size-larger - 2px;
			}
		}
		.std-page-panel
		{
			padding: 20px 40px;
		}
	}
}
*/
.std-form-content form {
  margin-bottom: 20px;
  padding: 30px 20px;
  color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }
  .std-form-content form .formMessage {
    padding: 10px;
    background-color: #d0e5c0;
    color: #2d560d;
    margin: 0 10px;
    margin-bottom: 20px;
    font-size: 14px; }
  .std-form-content form .form-item {
    padding: 0 10px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .std-form-content form .form-item {
        width: 50%; } }
    .std-form-content form .form-item.message {
      width: 100%; }
    .std-form-content form .form-item label {
      font-size: 13px;
      font-weight: 700;
      width: 100%;
      padding: 0;
      padding-bottom: 4px;
      display: block;
      text-align: left; }
      .std-form-content form .form-item label span {
        font-weight: 400;
        font-size: 12px; }
    .std-form-content form .form-item input, .std-form-content form .form-item select, .std-form-content form .form-item textarea {
      width: 100%;
      height: 50px;
      padding: 8px;
      border: 1px solid #0d0d0d;
      outline: none;
      margin-bottom: 20px;
      background-color: white; }
    .std-form-content form .form-item select.minimal {
      margin: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none;
      -webkit-border-top-right-radius: 0px;
      -webkit-border-bottom-right-radius: 0px;
      -webkit-border-bottom-left-radius: 0px;
      -webkit-border-top-left-radius: 0px;
      -moz-border-radius-topright: 0px;
      -moz-border-radius-bottomright: 0px;
      -moz-border-radius-bottomleft: 0px;
      -moz-border-radius-topleft: 0px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px;
      background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%);
      background-position: calc(100% - 17px) calc(1em + 8px), calc(100% - 12px) calc(1em + 8px), calc(100% - 2.5em) 0.5em;
      background-size: 5px 5px, 5px 5px, 1px 1.5em;
      background-repeat: no-repeat;
      margin-bottom: 20px; }
    .std-form-content form .form-item textarea {
      height: 120px; }
    .std-form-content form .form-item.button {
      width: 100%;
      text-align: right; }
      .std-form-content form .form-item.button button {
        background-color: white;
        color: #0d0d0d;
        font-size: 16px;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
        border: 0;
        outline: none;
        padding: 12px 40px;
        cursor: pointer; }
      .std-form-content form .form-item.button .btn-form-process {
        cursor: default;
        pointer-events: none; }

.feature-video-bg-panel {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 780px;
  max-height: 1200px;
  z-index: 0; }
  .feature-video-bg-panel.short {
    height: 50vh;
    min-height: 580px; }
    .feature-video-bg-panel.short .video-bg video {
      height: 50vh; }
  @media screen and (min-width: 768px) {
    .feature-video-bg-panel {
      height: 90vh; }
      .feature-video-bg-panel.short {
        height: 70vh;
        max-height: 800px; }
        .feature-video-bg-panel.short .video-bg video {
          height: 70vh; } }
  .feature-video-bg-panel .video-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .feature-video-bg-panel .video-bg video {
      position: fixed;
      width: 100%;
      height: 100%;
      min-height: 780px;
      object-fit: cover;
      opacity: 0;
      -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -khtml-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      z-index: 0; }
    .feature-video-bg-panel .video-bg .video-info {
      position: absolute;
      bottom: 0;
      left: 60px;
      display: block;
      padding: 20px;
      padding-right: 80px;
      font-size: 18px;
      font-weight: 400;
      text-transform: uppercase;
      color: white;
      opacity: 0;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .feature-video-bg-panel .video-bg .video-info {
          font-size: 22px; } }
    .feature-video-bg-panel .video-bg.cycle-slide-active video {
      opacity: 1;
      -webkit-transition: opacity 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
      -khtml-transition: opacity 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
      -moz-transition: opacity 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
      -ms-transition: opacity 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
      -o-transition: opacity 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
      transition: opacity 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s; }
    .feature-video-bg-panel .video-bg.cycle-slide-active .video-info {
      opacity: 1;
      left: 5px;
      -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s, left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
      -khtml-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s, left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
      -moz-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s, left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
      -ms-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s, left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
      -o-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s, left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
      transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s, left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s; }
  .feature-video-bg-panel .slide-down {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    outline: none;
    border: none;
    cursor: pointer; }
    .feature-video-bg-panel .slide-down .glyphicon {
      color: white;
      font-size: 44px;
      -webkit-animation: heartbeat 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
      animation: heartbeat 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }
  .feature-video-bg-panel .video-bgs-pager {
    display: flex;
    flex-direction: row;
    position: absolute;
    left: 20px;
    bottom: 5px;
    z-index: 1000; }
    .feature-video-bg-panel .video-bgs-pager .pager-icon {
      width: 10px;
      height: 10px;
      -webkit-border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -webkit-border-top-left-radius: 5px;
      -moz-border-radius-topright: 5px;
      -moz-border-radius-bottomright: 5px;
      -moz-border-radius-bottomleft: 5px;
      -moz-border-radius-topleft: 5px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-top-left-radius: 5px;
      background-color: rgba(255, 255, 255, 0.6);
      -webkit-transition: background-color 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -khtml-transition: background-color 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -moz-transition: background-color 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -ms-transition: background-color 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -o-transition: background-color 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: background-color 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      margin: 4px;
      cursor: pointer; }
      .feature-video-bg-panel .video-bgs-pager .pager-icon.cycle-pager-active {
        background-color: white;
        -webkit-transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -khtml-transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.mmf-new-nav {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .mmf-new-nav::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 0; }
  .mmf-new-nav::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100vh;
    z-index: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(20px);
    -webkit-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s, backdrop-filter 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s, width 0s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.6s;
    -khtml-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s, backdrop-filter 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s, width 0s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.6s;
    -moz-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s, backdrop-filter 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s, width 0s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.6s;
    -ms-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s, backdrop-filter 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s, width 0s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.6s;
    -o-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s, backdrop-filter 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s, width 0s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.6s;
    transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s, backdrop-filter 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s, width 0s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.6s; }
  .mmf-new-nav.popup-open::after {
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53), backdrop-filter 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -khtml-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53), backdrop-filter 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53), backdrop-filter 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -ms-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53), backdrop-filter 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53), backdrop-filter 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53), backdrop-filter 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  .mmf-new-nav.feature-panel-present::before {
    height: 0;
    -webkit-transition: height 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -khtml-transition: height 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: height 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -ms-transition: height 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: height 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: height 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  .mmf-new-nav.feature-panel-present.active::before {
    height: 100%;
    -webkit-transition: height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -khtml-transition: height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .mmf-new-nav .mmf-logo-panel {
    display: block;
    width: 60px;
    overflow-x: hidden;
    z-index: 500; }
    .mmf-new-nav .mmf-logo-panel.garage-logo-panel {
      width: auto;
      overflow-x: visible; }
    @media screen and (min-width: 540px) {
      .mmf-new-nav .mmf-logo-panel {
        width: auto;
        overflow-x: visible; } }
    .mmf-new-nav .mmf-logo-panel img {
      height: 80px;
      padding: 20px; }
  .mmf-new-nav .mmf-menu-panel {
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .mmf-new-nav .mmf-menu-panel .mmf-menu-burger {
      width: 80px;
      height: 80px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-size: 48px;
      color: white;
      cursor: pointer; }
      .mmf-new-nav .mmf-menu-panel .mmf-menu-burger:hover {
        font-size: 52px; }
    .mmf-new-nav .mmf-menu-panel .mmf-menu-shop {
      width: 54px;
      height: 80px;
      margin-right: -12px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: white;
      cursor: pointer; }
      .mmf-new-nav .mmf-menu-panel .mmf-menu-shop .mmf-shop-icon {
        width: 32px;
        height: 32px;
        background-image: url(../png/mm-cart-icon.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; }
    .mmf-new-nav .mmf-menu-panel .mmf-menu-popup {
      position: fixed;
      width: 0;
      height: 100vh;
      overflow: hidden;
      right: 100%;
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
      -khtml-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
      -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
      -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
      -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: white;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start; }
      .mmf-new-nav .mmf-menu-panel .mmf-menu-popup.active {
        width: 380px;
        right: 0;
        -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -khtml-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -moz-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -ms-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
        .mmf-new-nav .mmf-menu-panel .mmf-menu-popup.active ul, .mmf-new-nav .mmf-menu-panel .mmf-menu-popup.active h2 {
          margin-top: 0;
          opacity: 1;
          -webkit-transition: opacity 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s, margin-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
          -khtml-transition: opacity 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s, margin-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
          -moz-transition: opacity 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s, margin-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
          -ms-transition: opacity 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s, margin-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
          -o-transition: opacity 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s, margin-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
          transition: opacity 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s, margin-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s; }
        .mmf-new-nav .mmf-menu-panel .mmf-menu-popup.active ul {
          margin-top: 120px; }
        .mmf-new-nav .mmf-menu-panel .mmf-menu-popup.active .mmf-menu-close {
          opacity: 1;
          -webkit-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s;
          -khtml-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s;
          -moz-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s;
          -ms-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s;
          -o-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s;
          transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s; }
      .mmf-new-nav .mmf-menu-panel .mmf-menu-popup h2 {
        opacity: 0;
        margin-top: -40px;
        -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin-top 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -khtml-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin-top 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin-top 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin-top 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin-top 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin-top 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
      .mmf-new-nav .mmf-menu-panel .mmf-menu-popup ul {
        width: 100%;
        margin: 0;
        padding: 0;
        padding-right: 40px;
        list-style: none;
        text-align: right;
        opacity: 0;
        margin-top: 80px;
        -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin-top 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -khtml-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin-top 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin-top 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin-top 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin-top 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin-top 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
        .mmf-new-nav .mmf-menu-panel .mmf-menu-popup ul li a {
          display: inline-block;
          font-size: 24px;
          font-weight: 300;
          color: black;
          padding: 6px 0;
          position: relative; }
          .mmf-new-nav .mmf-menu-panel .mmf-menu-popup ul li a::after {
            content: '';
            position: absolute;
            bottom: 4px;
            left: 0;
            width: 0;
            height: 1px;
            background-color: rgba(0, 0, 0, 0.8);
            -webkit-transition: width 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
            -khtml-transition: width 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
            -moz-transition: width 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
            -ms-transition: width 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
            -o-transition: width 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
            transition: width 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
          .mmf-new-nav .mmf-menu-panel .mmf-menu-popup ul li a:hover::after {
            width: 100%;
            -webkit-transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -khtml-transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -moz-transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -ms-transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -o-transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .mmf-new-nav .mmf-menu-panel .mmf-menu-popup ul li.social-links {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-end;
          margin-top: 24px;
          margin-right: -6px; }
          .mmf-new-nav .mmf-menu-panel .mmf-menu-popup ul li.social-links .social-button {
            width: 44px;
            height: 44px;
            display: flex;
            margin: 2px;
            align-items: center;
            justify-content: center;
            background-color: black;
            color: white;
            -webkit-border-top-right-radius: 22px;
            -webkit-border-bottom-right-radius: 22px;
            -webkit-border-bottom-left-radius: 22px;
            -webkit-border-top-left-radius: 22px;
            -moz-border-radius-topright: 22px;
            -moz-border-radius-bottomright: 22px;
            -moz-border-radius-bottomleft: 22px;
            -moz-border-radius-topleft: 22px;
            border-top-right-radius: 22px;
            border-bottom-right-radius: 22px;
            border-bottom-left-radius: 22px;
            border-top-left-radius: 22px;
            font-size: 20px; }
            .mmf-new-nav .mmf-menu-panel .mmf-menu-popup ul li.social-links .social-button::after {
              display: none; }
            .mmf-new-nav .mmf-menu-panel .mmf-menu-popup ul li.social-links .social-button.letterboxd {
              background-image: url(../png/letterboxd-icon-white.png);
              background-size: 70%;
              background-repeat: no-repeat;
              background-position: center center; }
            .mmf-new-nav .mmf-menu-panel .mmf-menu-popup ul li.social-links .social-button.youtube {
              font-size: 26px; }
      .mmf-new-nav .mmf-menu-panel .mmf-menu-popup .mmf-menu-close {
        width: 80px;
        height: 80px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        color: black;
        font-size: 48px;
        opacity: 0;
        -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -khtml-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .mmf-new-nav .mmf-menu-panel .mmf-menu-popup .mmf-menu-close:hover {
          font-size: 52px; }
  .mmf-new-nav.mmf-minisite-nav .mmf-menu-panel .top-cta-button {
    display: block;
    padding: 10px 18px;
    background-color: #c10b27;
    color: white;
    margin-left: 6px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700; }
    .mmf-new-nav.mmf-minisite-nav .mmf-menu-panel .top-cta-button span {
      display: none; }
    @media screen and (min-width: 540px) {
      .mmf-new-nav.mmf-minisite-nav .mmf-menu-panel .top-cta-button {
        padding: 12px 24px;
        font-size: 16px; }
        .mmf-new-nav.mmf-minisite-nav .mmf-menu-panel .top-cta-button span {
          display: contents; } }
  .mmf-new-nav.mmf-minisite-nav .mmf-menu-panel .mmf-menu-popup.short {
    align-items: flex-start;
    justify-content: flex-start; }
    .mmf-new-nav.mmf-minisite-nav .mmf-menu-panel .mmf-menu-popup.short > ul {
      display: flex;
      flex-direction: column; }
      .mmf-new-nav.mmf-minisite-nav .mmf-menu-panel .mmf-menu-popup.short > ul li a {
        font-size: 20px; }
      .mmf-new-nav.mmf-minisite-nav .mmf-menu-panel .mmf-menu-popup.short > ul.minisite-secondary-menu {
        height: 100%;
        padding-top: 20px;
        background-color: #f3f3f3;
        margin-top: 0px; }
    .mmf-new-nav.mmf-minisite-nav .mmf-menu-panel .mmf-menu-popup.short .minisite-menu-section {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end; }
      .mmf-new-nav.mmf-minisite-nav .mmf-menu-panel .mmf-menu-popup.short .minisite-menu-section h2 {
        padding: 120px 40px 20px 30px;
        font-size: 30px;
        font-weight: 300;
        text-align: right;
        letter-spacing: 0px;
        margin-bottom: 0;
        max-width: 480px; }
      .mmf-new-nav.mmf-minisite-nav .mmf-menu-panel .mmf-menu-popup.short .minisite-menu-section ul {
        background-color: #f8f8f8;
        padding: 10px 40px 20px 0;
        margin-top: 0; }
        .mmf-new-nav.mmf-minisite-nav .mmf-menu-panel .mmf-menu-popup.short .minisite-menu-section ul li a {
          font-size: 24px;
          margin: 8px 0 0 0; }

.subscribe-holding-panel {
  position: relative;
  min-height: 200px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-attachment: fixed;
  background-size: 70%; }
  @media screen and (min-width: 992px) {
    .subscribe-holding-panel .content {
      padding: 40px 0; } }
  .subscribe-holding-panel::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(13, 13, 13, 0); }
  .subscribe-holding-panel::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: radial-gradient(ellipse at top, rgba(11, 112, 193, 0.6), rgba(13, 13, 13, 0.9) 80%, rgba(13, 13, 13, 0.8)); }
  .subscribe-holding-panel.pop-panel::before {
    background: radial-gradient(ellipse at top, rgba(193, 11, 39, 0.6), rgba(13, 13, 13, 0.9) 80%, rgba(13, 13, 13, 0.8)); }
  .subscribe-holding-panel.docplay-theme::before {
    background: radial-gradient(ellipse at top, rgba(204, 204, 204, 0.2), rgba(37, 35, 38, 0.9) 80%, rgba(37, 35, 38, 0.8)); }
  .subscribe-holding-panel.docplay-theme #subscribe-form .inline-form .btn-subscribe {
    background-color: #018900; }
    .subscribe-holding-panel.docplay-theme #subscribe-form .inline-form .btn-subscribe:hover {
      background-color: #04b303; }

.subscribe-panel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-animation: text-blur-out 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse 1s both;
  animation: text-blur-out 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse 1s both; }
  .subscribe-panel.home-subscribe .sub-message-panel {
    width: 100%;
    text-align: left; }
    .subscribe-panel.home-subscribe .sub-message-panel .subMessage {
      display: inline-block;
      font-size: 11px;
      color: white;
      margin: 0;
      letter-spacing: 0.4px;
      color: #d4d4d4;
      line-height: 120%;
      text-align: left;
      background-color: rgba(0, 0, 0, 0.2);
      padding: 8px 14px; }
  .subscribe-panel.home-subscribe #subscribe-form {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .subscribe-panel.home-subscribe .subscribe-block#subscribe-panel-left #subscribe-form .inline-form {
    max-width: none; }
  .subscribe-panel #subscribe-form {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .subscribe-panel #subscribe-form h3 {
      margin-bottom: 0;
      color: white; }
    .subscribe-panel #subscribe-form p {
      font-size: 16px;
      color: white; }
    .subscribe-panel #subscribe-form .inline-form {
      width: 100%;
      max-width: 400px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: stretch;
      -moz-justify-content: stretch;
      -ms-justify-content: stretch;
      justify-content: stretch; }
      .subscribe-panel #subscribe-form .inline-form .form-input {
        height: 50px;
        width: 100%;
        border: 0;
        padding: 0 20px;
        font-size: 13px;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1; }
        .subscribe-panel #subscribe-form .inline-form .form-input.used {
          background-color: #ffffc4; }
        .subscribe-panel #subscribe-form .inline-form .form-input.error {
          border: 2px solid #ffadad; }
      .subscribe-panel #subscribe-form .inline-form select {
        width: 100%;
        height: 50px;
        border: 0;
        margin-bottom: 20px;
        padding: 0 20px; }
      .subscribe-panel #subscribe-form .inline-form .btn-subscribe {
        height: 50px;
        padding: 0 20px;
        color: white;
        font-size: 16px;
        font-weight: 400;
        background-color: #0b70c1;
        -webkit-transition: background-color 0.3s 0s;
        -khtml-transition: background-color 0.3s 0s;
        -moz-transition: background-color 0.3s 0s;
        -ms-transition: background-color 0.3s 0s;
        -o-transition: background-color 0.3s 0s;
        transition: background-color 0.3s 0s;
        border: 0;
        outline: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        cursor: pointer; }
        .subscribe-panel #subscribe-form .inline-form .btn-subscribe span {
          float: right;
          margin-left: 10px;
          margin-right: -5px;
          top: -1px;
          font-size: 20px; }
        .subscribe-panel #subscribe-form .inline-form .btn-subscribe:hover {
          background-color: #0784e8;
          -webkit-transition: background-color 0.3s 0s;
          -khtml-transition: background-color 0.3s 0s;
          -moz-transition: background-color 0.3s 0s;
          -ms-transition: background-color 0.3s 0s;
          -o-transition: background-color 0.3s 0s;
          transition: background-color 0.3s 0s; }
      .subscribe-panel #subscribe-form .inline-form.country-form {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
  .subscribe-panel.pop-panel #subscribe-form .inline-form .btn-subscribe {
    background-color: #c10b27; }
    .subscribe-panel.pop-panel #subscribe-form .inline-form .btn-subscribe:hover {
      background-color: #96091e; }
  .subscribe-panel .subscribe-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .subscribe-panel .subscribe-block#subscribe-panel-left {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1; }
      .subscribe-panel .subscribe-block#subscribe-panel-left #subscribe-form .inline-form {
        max-width: 1000px; }
    .subscribe-panel .subscribe-block#subscribe-panel-right {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      text-align: left;
      background-color: #0b70c1;
      margin-left: 0;
      margin-top: 10px;
      width: 100%; }
      .subscribe-panel .subscribe-block#subscribe-panel-right .social-networks-panel {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .subscribe-panel .subscribe-block#subscribe-panel-right .social-networks-panel a {
          height: 50px;
          display: block;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          position: relative;
          padding: 6px;
          padding-left: 10px; }
          .subscribe-panel .subscribe-block#subscribe-panel-right .social-networks-panel a:hover span {
            color: white; }
          .subscribe-panel .subscribe-block#subscribe-panel-right .social-networks-panel a span {
            color: #d4d4d4;
            -moz-opacity: 0.8;
            -khtml-opacity: 0.8;
            -webkit-opacity: 0.8;
            opacity: 0.8;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            filter: alpha(opacity=80);
            font-size: 17px; }
            .subscribe-panel .subscribe-block#subscribe-panel-right .social-networks-panel a span.icon-youtube {
              font-size: 22px; }
            .subscribe-panel .subscribe-block#subscribe-panel-right .social-networks-panel a span.icon-twitter {
              font-size: 18px; }
          .subscribe-panel .subscribe-block#subscribe-panel-right .social-networks-panel a:last-child {
            padding-right: 18px; }
          .subscribe-panel .subscribe-block#subscribe-panel-right .social-networks-panel a:first-child {
            padding-left: 18px; }
  @media screen and (min-width: 540px) {
    .subscribe-panel .subscribe-block#subscribe-panel-right {
      margin-top: 0;
      width: auto;
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
      margin-left: 20px; } }

.subscribe-popup-holder {
  position: fixed;
  background-color: rgba(248, 248, 248, 0.94);
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 2000;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -khtml-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  .subscribe-popup-holder.active {
    max-height: 3000px;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -khtml-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -ms-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
    .subscribe-popup-holder.active .subscribe-popup-panel {
      opacity: 1;
      -webkit-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s;
      -khtml-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s;
      -moz-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s;
      -ms-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s;
      -o-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s;
      transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s; }
  .subscribe-popup-holder .subscribe-popup-panel {
    position: relative;
    width: 100%;
    max-width: 360px;
    background-color: black;
    opacity: 0;
    margin: 20px;
    -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -khtml-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .subscribe-popup-holder .subscribe-popup-panel .mmf-subscribe-close {
      width: 50px;
      height: 50px;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      right: 0; }
      .subscribe-popup-holder .subscribe-popup-panel .mmf-subscribe-close .glyphicon {
        color: white;
        font-size: 40px; }
    .subscribe-popup-holder .subscribe-popup-panel .subscribe-form-panel {
      color: white;
      padding: 20px; }
      .subscribe-popup-holder .subscribe-popup-panel .subscribe-form-panel h4 {
        margin: 0; }
      .subscribe-popup-holder .subscribe-popup-panel .subscribe-form-panel p {
        margin: 0;
        font-size: 13px;
        line-height: 16px;
        width: 90%; }
      .subscribe-popup-holder .subscribe-popup-panel .subscribe-form-panel form {
        width: 100%;
        margin-top: 20px; }
        .subscribe-popup-holder .subscribe-popup-panel .subscribe-form-panel form .form-item input {
          width: 100%;
          border: none;
          outline: none;
          background-color: white;
          color: black;
          height: 40px;
          padding: 0 10px;
          margin-bottom: 10px; }
        .subscribe-popup-holder .subscribe-popup-panel .subscribe-form-panel form .form-item button {
          padding: 10px 20px;
          background-color: white;
          border: none;
          outline: 0;
          cursor: pointer; }

.feature-subscribe-panel-holder {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  background-color: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
  z-index: 101; }
  .feature-subscribe-panel-holder .feature-subscribe-panel {
    width: 100%;
    max-width: 540px; }
    .feature-subscribe-panel-holder .feature-subscribe-panel .feature-form-info {
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      padding: 30px;
      text-align: center; }
      .feature-subscribe-panel-holder .feature-subscribe-panel .feature-form-info .feature-form-mm-logo img {
        width: 80px; }
      .feature-subscribe-panel-holder .feature-subscribe-panel .feature-form-info .feature-form-info-text {
        width: 100%; }
        .feature-subscribe-panel-holder .feature-subscribe-panel .feature-form-info .feature-form-info-text h2 {
          color: white;
          font-family: 'PT Serif', serif;
          font-weight: 400;
          margin-bottom: 10px; }
        .feature-subscribe-panel-holder .feature-subscribe-panel .feature-form-info .feature-form-info-text p {
          color: white;
          font-size: 11px;
          width: 100%;
          line-height: 140%;
          padding: 0px 10px; }
          .feature-subscribe-panel-holder .feature-subscribe-panel .feature-form-info .feature-form-info-text p#subscribe-text.used {
            color: #d1ff19; }
          .feature-subscribe-panel-holder .feature-subscribe-panel .feature-form-info .feature-form-info-text p#subscribe-text.error {
            color: #ff6319; }
    .feature-subscribe-panel-holder .feature-subscribe-panel form {
      width: 100%;
      margin-top: 20px;
      text-align: left; }
      .feature-subscribe-panel-holder .feature-subscribe-panel form .form-item {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between; }
        .feature-subscribe-panel-holder .feature-subscribe-panel form .form-item input, .feature-subscribe-panel-holder .feature-subscribe-panel form .form-item select {
          width: 100%;
          border: none;
          outline: none;
          background-color: white;
          color: black;
          height: 40px;
          padding: 0 10px;
          margin-bottom: 10px;
          display: inline-block; }
          .feature-subscribe-panel-holder .feature-subscribe-panel form .form-item input.half-width, .feature-subscribe-panel-holder .feature-subscribe-panel form .form-item select.half-width {
            width: calc(50% - 5px); }
        .feature-subscribe-panel-holder .feature-subscribe-panel form .form-item .input-group {
          margin-bottom: 20px; }
          .feature-subscribe-panel-holder .feature-subscribe-panel form .form-item .input-group p {
            padding: 0;
            font-size: 13px; }
          .feature-subscribe-panel-holder .feature-subscribe-panel form .form-item .input-group ul {
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            margin: 0;
            padding: 0; }
            .feature-subscribe-panel-holder .feature-subscribe-panel form .form-item .input-group ul li {
              list-style: none;
              width: 144px;
              display: flex;
              text-align: left;
              align-items: center;
              padding: 0 0 10px 0; }
              .feature-subscribe-panel-holder .feature-subscribe-panel form .form-item .input-group ul li input {
                width: 16px;
                height: 16px;
                margin: 0; }
              .feature-subscribe-panel-holder .feature-subscribe-panel form .form-item .input-group ul li label {
                font-size: 11px;
                padding-left: 8px;
                width: 100%; }
        .feature-subscribe-panel-holder .feature-subscribe-panel form .form-item .button {
          width: 100%;
          color: white;
          padding: 10px 20px;
          background-color: rgba(0, 0, 0, 0.4);
          -webkit-transition: all 0.2s ease-out;
          -khtml-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -ms-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
          border: 1px solid white;
          outline: 0;
          cursor: pointer;
          margin-bottom: 0px; }
          .feature-subscribe-panel-holder .feature-subscribe-panel form .form-item .button:hover {
            background-color: white;
            color: black;
            -webkit-transition: all 0.2s ease-out;
            -khtml-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -ms-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out; }

.search-wrap {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .search-wrap .searchbar {
    width: 40px;
    height: 40px; }
    .search-wrap .searchbar.searchbar-open .searchbar-input {
      width: 120px;
      padding: 0 8px;
      -webkit-transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -khtml-transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      @media screen and (min-width: 540px) {
        .search-wrap .searchbar.searchbar-open .searchbar-input {
          width: 180px; } }
    .search-wrap .searchbar .searchbar-input {
      position: absolute;
      top: 0;
      right: 40px;
      border: none;
      outline: 0;
      background: white;
      width: 0;
      -webkit-transition: width 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -khtml-transition: width 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -moz-transition: width 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -ms-transition: width 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -o-transition: width 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: width 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      height: 40px;
      margin: 0;
      padding: 0;
      font-size: 13px;
      color: black; }
    .search-wrap .searchbar .searchbar-icon, .search-wrap .searchbar .searchbar-submit {
      width: 40px;
      height: 40px;
      background-color: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      right: 0;
      padding: 0;
      margin: 0;
      border: 0;
      outline: 0;
      text-align: center;
      cursor: pointer; }
      .search-wrap .searchbar .searchbar-icon .glyphicon, .search-wrap .searchbar .searchbar-submit .glyphicon {
        font-size: 28px;
        color: white; }

.timeline-panel-holder .content .timeline-panel {
  width: 100%;
  border-top: 1px solid black;
  padding-top: 0px;
  position: relative;
  margin-bottom: 60px; }
  .timeline-panel-holder .content .timeline-panel::before {
    content: '';
    position: absolute;
    width: 10px;
    top: -1px;
    bottom: 0;
    left: 0;
    background-color: black; }
    @media screen and (min-width: 768px) {
      .timeline-panel-holder .content .timeline-panel::before {
        left: 50%;
        margin-left: -5px; } }
  .timeline-panel-holder .content .timeline-panel .timeline-year-panel {
    display: flex;
    flex-direction: column;
    justify-content: start; }
    .timeline-panel-holder .content .timeline-panel .timeline-year-panel p, .timeline-panel-holder .content .timeline-panel .timeline-year-panel ul {
      text-align: left;
      font-size: 14px; }
      .timeline-panel-holder .content .timeline-panel .timeline-year-panel p.timeline-year, .timeline-panel-holder .content .timeline-panel .timeline-year-panel ul.timeline-year {
        width: fit-content; }
      .timeline-panel-holder .content .timeline-panel .timeline-year-panel p.timeline-corp, .timeline-panel-holder .content .timeline-panel .timeline-year-panel ul.timeline-corp {
        color: #6B6B6B; }
    .timeline-panel-holder .content .timeline-panel .timeline-year-panel ul {
      list-style: outside;
      margin-right: 30px; }
      .timeline-panel-holder .content .timeline-panel .timeline-year-panel ul li {
        margin-bottom: 8px; }
    .timeline-panel-holder .content .timeline-panel .timeline-year-panel .timeline-year {
      font-size: 20px;
      font-weight: 700;
      color: white;
      background-color: black;
      padding: 14px 24px;
      display: inline-block; }
    @media screen and (min-width: 768px) {
      .timeline-panel-holder .content .timeline-panel .timeline-year-panel {
        margin-bottom: -60px; }
        .timeline-panel-holder .content .timeline-panel .timeline-year-panel:last-of-type {
          margin-bottom: 30px; }
        .timeline-panel-holder .content .timeline-panel .timeline-year-panel:nth-child(even) {
          margin-left: 50%; }
        .timeline-panel-holder .content .timeline-panel .timeline-year-panel:nth-child(odd) {
          margin-right: 50%; }
          .timeline-panel-holder .content .timeline-panel .timeline-year-panel:nth-child(odd) .timeline-year {
            align-self: flex-end; } }
.timeline-panel-holder .content.shorten.open .timeline-panel {
  max-height: 30000px;
  -webkit-transition: max-height 2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -khtml-transition: max-height 2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: max-height 2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -ms-transition: max-height 2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: max-height 2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: max-height 2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  .timeline-panel-holder .content.shorten.open .timeline-panel::after {
    opacity: 0;
    -webkit-transition: opacity 2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -khtml-transition: opacity 2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: opacity 2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -ms-transition: opacity 2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: opacity 2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: opacity 2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  .timeline-panel-holder .content.shorten.open .timeline-panel .show-timeline-btn {
    display: none; }
.timeline-panel-holder .content.shorten .timeline-panel {
  max-height: 600px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center; }
  .timeline-panel-holder .content.shorten .timeline-panel::after {
    content: '';
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 1;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(1, rgba(255, 255, 255, 0)));
    background: -ms-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(center bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0), white);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='white', EndColorStr='rgba(255, 255, 255, 0)')"; }
  .timeline-panel-holder .content.shorten .timeline-panel .show-timeline-btn {
    position: absolute;
    bottom: 30px;
    z-index: 1;
    cursor: pointer;
    align-self: center; }

.film-info-panel .content .film-info-content {
  width: 100%;
  display: flex;
  padding: 10px 0 10px 10px; }
  @media screen and (min-width: 768px) {
    .film-info-panel .content .film-info-content {
      padding: 30px; } }
  .film-info-panel .content .film-info-content .split-panel.poster-panel {
    display: inline-table;
    position: relative;
    align-self: baseline; }
    .film-info-panel .content .film-info-content .split-panel.poster-panel img {
      width: 120px; }
      @media screen and (min-width: 768px) {
        .film-info-panel .content .film-info-content .split-panel.poster-panel img {
          width: 180px; } }
    .film-info-panel .content .film-info-content .split-panel.poster-panel .icon-search-plus {
      color: white;
      font-size: 22px;
      position: absolute;
      bottom: -24px;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -khtml-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s;
      -o-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s;
      left: 50%;
      margin-left: -14px;
      background-color: black;
      width: 44px;
      height: 44px;
      border-radius: 22px; }
      .film-info-panel .content .film-info-content .split-panel.poster-panel .icon-search-plus::before {
        position: relative;
        top: 10px;
        left: 1px;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -khtml-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s; }
    .film-info-panel .content .film-info-content .split-panel.poster-panel:hover .icon-search-plus {
      width: 54px;
      height: 54px;
      border-radius: 27px;
      margin-left: -18px;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -khtml-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s;
      -o-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }
      .film-info-panel .content .film-info-content .split-panel.poster-panel:hover .icon-search-plus::before {
        top: 16px;
        left: 1px;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -khtml-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s; }
  .film-info-panel .content .film-info-content .split-panel.synopsis-panel {
    text-align: left;
    padding: 0 20px 10px 20px; }
    @media screen and (min-width: 768px) {
      .film-info-panel .content .film-info-content .split-panel.synopsis-panel {
        padding: 0 30px 20px 30px;
        border-right: 1px solid #393939; } }
    .film-info-panel .content .film-info-content .split-panel.synopsis-panel p {
      padding: 0;
      padding-bottom: 16px;
      margin: 0;
      font-size: 14px;
      line-height: 22px; }
      @media screen and (min-width: 768px) {
        .film-info-panel .content .film-info-content .split-panel.synopsis-panel p {
          font-size: 16px;
          line-height: 24px; } }
    .film-info-panel .content .film-info-content .split-panel.synopsis-panel .film-info {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .film-info-panel .content .film-info-content .split-panel.synopsis-panel .film-info .film-rating img {
        width: 30px; }
      .film-info-panel .content .film-info-content .split-panel.synopsis-panel .film-info .film-advice p {
        font-size: 11px;
        padding: 0px;
        padding-left: 8px; }

.madman-watch-panel {
  width: 100%; }

.madman-links-panel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .madman-links-panel {
      padding: 0 25px; } }
  .madman-links-panel .madman-link-panel {
    width: 100%;
    padding: 0 0;
    display: flex;
    flex-direction: row;
    background-color: rgba(0, 0, 0, 0.9); }
    .madman-links-panel .madman-link-panel:nth-child(even) {
      background-color: rgba(0, 0, 0, 0.8); }
    @media screen and (min-width: 768px) {
      .madman-links-panel .madman-link-panel {
        width: 33.33%;
        padding: 10px 5px;
        flex-direction: column;
        background-color: transparent;
        border-top: none; }
        .madman-links-panel .madman-link-panel:nth-child(even) {
          background-color: transparent; } }
    .madman-links-panel .madman-link-panel .madman-logo-panel {
      width: 100%;
      display: block;
      position: relative;
      background-size: auto 56%;
      background-position: 20px center;
      background-repeat: no-repeat; }
      .madman-links-panel .madman-link-panel .madman-logo-panel:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 30%; }
      .madman-links-panel .madman-link-panel .madman-logo-panel > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      @media screen and (min-width: 768px) {
        .madman-links-panel .madman-link-panel .madman-logo-panel {
          width: 100%;
          position: relative;
          background-color: rgba(0, 0, 0, 0.8);
          background-size: auto 50%;
          background-position: center center; }
          .madman-links-panel .madman-link-panel .madman-logo-panel:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 37.5%; }
          .madman-links-panel .madman-link-panel .madman-logo-panel > .content {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; } }
      .madman-links-panel .madman-link-panel .madman-logo-panel.on-demand-logo {
        background-size: auto 56%; }
        @media screen and (min-width: 768px) {
          .madman-links-panel .madman-link-panel .madman-logo-panel.on-demand-logo {
            background-size: auto 44%; } }
      .madman-links-panel .madman-link-panel .madman-logo-panel.docplay-logo {
        background-size: 50%; }
        @media screen and (min-width: 768px) {
          .madman-links-panel .madman-link-panel .madman-logo-panel.docplay-logo {
            background-size: 58%; } }
      .madman-links-panel .madman-link-panel .madman-logo-panel.garage-logo {
        background-size: 44%; }
        @media screen and (min-width: 768px) {
          .madman-links-panel .madman-link-panel .madman-logo-panel.garage-logo {
            background-size: 54%; } }
    .madman-links-panel .madman-link-panel .madman-btns-panel {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      padding-right: 14px; }
      @media screen and (min-width: 768px) {
        .madman-links-panel .madman-link-panel .madman-btns-panel {
          padding-right: 0;
          background-color: transparent; } }
      .madman-links-panel .madman-link-panel .madman-btns-panel .madman-btn {
        color: white;
        background-color: #c10b27;
        padding: 12px 10px;
        font-size: 10px;
        font-weight: 500; }
        .madman-links-panel .madman-link-panel .madman-btns-panel .madman-btn:hover {
          background-color: #e80d2f; }
        .madman-links-panel .madman-link-panel .madman-btns-panel .madman-btn:nth-child(2) {
          margin-left: 10px; }
        @media screen and (min-width: 540px) {
          .madman-links-panel .madman-link-panel .madman-btns-panel .madman-btn {
            padding: 12px 20px;
            font-size: 11px; } }
        @media screen and (min-width: 768px) {
          .madman-links-panel .madman-link-panel .madman-btns-panel .madman-btn {
            flex-grow: 1;
            padding: 12px 0;
            font-size: 12px; }
            .madman-links-panel .madman-link-panel .madman-btns-panel .madman-btn:nth-child(2) {
              margin-left: 0; } }
        .madman-links-panel .madman-link-panel .madman-btns-panel .madman-btn.blu-ray {
          background-color: #0095D5; }
          .madman-links-panel .madman-link-panel .madman-btns-panel .madman-btn.blu-ray:hover {
            background-color: #00b2fe; }
        .madman-links-panel .madman-link-panel .madman-btns-panel .madman-btn.on-demand {
          background-color: #ffffff;
          color: #0d0d0d; }
          .madman-links-panel .madman-link-panel .madman-btns-panel .madman-btn.on-demand:hover {
            background-color: #ebebeb; }
        .madman-links-panel .madman-link-panel .madman-btns-panel .madman-btn.docplay {
          background-color: #258E4B; }
          .madman-links-panel .madman-link-panel .madman-btns-panel .madman-btn.docplay:hover {
            background-color: #2dae5c; }
        .madman-links-panel .madman-link-panel .madman-btns-panel .madman-btn.garage {
          background-color: #ffa417;
          color: #0d0d0d; }
          .madman-links-panel .madman-link-panel .madman-btns-panel .madman-btn.garage:hover {
            background-color: #ffb440; }
  .madman-links-panel.light-theme .madman-link-panel .madman-btns-panel .madman-btn.on-demand {
    background-color: #c10b27;
    color: #f8f8f8; }
    .madman-links-panel.light-theme .madman-link-panel .madman-btns-panel .madman-btn.on-demand:hover {
      background-color: #e80d2f; }

.flicks-session-times-panel .content {
  text-align: left;
  padding: 40px 20px; }
  @media screen and (min-width: 768px) {
    .flicks-session-times-panel .content {
      padding: 40px 50px; } }
  .flicks-session-times-panel .content p {
    font-size: 13px;
    padding: 4px 12px;
    margin: 0;
    display: inline-block;
    margin-bottom: 20px; }
.flicks-session-times-panel .session-times-panel-holder {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .flicks-session-times-panel .session-times-panel-holder .session-times-info {
    font-size: 13px;
    padding: 8px 12px;
    margin: 0;
    max-width: 580px;
    line-height: 18px; }
  .flicks-session-times-panel .session-times-panel-holder .the-states, .flicks-session-times-panel .session-times-panel-holder .the-cities, .flicks-session-times-panel .session-times-panel-holder .the-regions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px; }
    .flicks-session-times-panel .session-times-panel-holder .the-states .cinema-state, .flicks-session-times-panel .session-times-panel-holder .the-states .cinema-city, .flicks-session-times-panel .session-times-panel-holder .the-states .cinema-region, .flicks-session-times-panel .session-times-panel-holder .the-cities .cinema-state, .flicks-session-times-panel .session-times-panel-holder .the-cities .cinema-city, .flicks-session-times-panel .session-times-panel-holder .the-cities .cinema-region, .flicks-session-times-panel .session-times-panel-holder .the-regions .cinema-state, .flicks-session-times-panel .session-times-panel-holder .the-regions .cinema-city, .flicks-session-times-panel .session-times-panel-holder .the-regions .cinema-region {
      padding: 8px 12px;
      font-size: 13px;
      margin-bottom: 1px;
      margin-right: 1px; }
      @media screen and (min-width: 540px) {
        .flicks-session-times-panel .session-times-panel-holder .the-states .cinema-state, .flicks-session-times-panel .session-times-panel-holder .the-states .cinema-city, .flicks-session-times-panel .session-times-panel-holder .the-states .cinema-region, .flicks-session-times-panel .session-times-panel-holder .the-cities .cinema-state, .flicks-session-times-panel .session-times-panel-holder .the-cities .cinema-city, .flicks-session-times-panel .session-times-panel-holder .the-cities .cinema-region, .flicks-session-times-panel .session-times-panel-holder .the-regions .cinema-state, .flicks-session-times-panel .session-times-panel-holder .the-regions .cinema-city, .flicks-session-times-panel .session-times-panel-holder .the-regions .cinema-region {
          padding: 12px 18px; } }
    .flicks-session-times-panel .session-times-panel-holder .the-states .cinema-region, .flicks-session-times-panel .session-times-panel-holder .the-cities .cinema-region, .flicks-session-times-panel .session-times-panel-holder .the-regions .cinema-region {
      display: none;
      padding: 8px;
      font-size: 11px; }
      .flicks-session-times-panel .session-times-panel-holder .the-states .cinema-region.show, .flicks-session-times-panel .session-times-panel-holder .the-cities .cinema-region.show, .flicks-session-times-panel .session-times-panel-holder .the-regions .cinema-region.show {
        display: block; }
  .flicks-session-times-panel .session-times-panel-holder .session-times-cinema-date-slider {
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    height: 48px;
    width: 100%;
    max-width: 359px;
    overflow: hidden; }
    .flicks-session-times-panel .session-times-panel-holder .session-times-cinema-date-slider .the-cinema-dates {
      margin: 0;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      height: 48px;
      position: relative; }
      .flicks-session-times-panel .session-times-panel-holder .session-times-cinema-date-slider .the-cinema-dates .cinema-date {
        font-size: 13px;
        margin-bottom: 1px;
        flex-shrink: 0;
        width: 70px;
        height: 48px;
        font-size: 13px;
        font-weight: 700;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center; }
        .flicks-session-times-panel .session-times-panel-holder .session-times-cinema-date-slider .the-cinema-dates .cinema-date span {
          font-size: 11px;
          font-weight: 400;
          display: block; }
    .flicks-session-times-panel .session-times-panel-holder .session-times-cinema-date-slider .cinema-dates-nav {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      width: 40px;
      top: 0;
      outline: none;
      border: 0;
      z-index: 100; }
      .flicks-session-times-panel .session-times-panel-holder .session-times-cinema-date-slider .cinema-dates-nav.active {
        cursor: pointer; }
      .flicks-session-times-panel .session-times-panel-holder .session-times-cinema-date-slider .cinema-dates-nav .glyphicon {
        font-size: 28px; }
      .flicks-session-times-panel .session-times-panel-holder .session-times-cinema-date-slider .cinema-dates-nav.cinema-dates-prev {
        left: 0;
        border-right: 0; }
      .flicks-session-times-panel .session-times-panel-holder .session-times-cinema-date-slider .cinema-dates-nav.cinema-dates-next {
        right: 0;
        border-left: 0; }
  .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel {
    position: relative;
    width: 100%; }
    .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel .expand-sessions-btn {
      display: none; }
    .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel.expandable {
      padding-bottom: 60px; }
      .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel.expandable .all-the-cinemas {
        max-height: 360px;
        -webkit-transition: 1s max-height cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -khtml-transition: 1s max-height cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: 1s max-height cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transition: 1s max-height cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: 1s max-height cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: 1s max-height cubic-bezier(0.25, 0.46, 0.45, 0.94);
        overflow: hidden; }
      .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel.expandable::before {
        content: '';
        width: 100%;
        height: 80px;
        position: absolute;
        bottom: 60px;
        pointer-events: none;
        z-index: 100;
        opacity: 1;
        -webkit-transition: 1s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -khtml-transition: 1s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: 1s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transition: 1s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: 1s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: 1s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel.expandable .expand-sessions-btn {
        display: flex;
        height: 40px;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 240px;
        outline: none;
        position: absolute;
        bottom: 0;
        cursor: pointer; }
        .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel.expandable .expand-sessions-btn .more-tag {
          display: block; }
        .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel.expandable .expand-sessions-btn .less-tag {
          display: none; }
    .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel.expanded .all-the-cinemas {
      max-height: 8000px;
      -webkit-transition: 1s max-height cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -khtml-transition: 1s max-height cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -moz-transition: 1s max-height cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -ms-transition: 1s max-height cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -o-transition: 1s max-height cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: 1s max-height cubic-bezier(0.55, 0.085, 0.68, 0.53); }
    .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel.expanded::before {
      opacity: 0;
      -webkit-transition: 1s opacity cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -khtml-transition: 1s opacity cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -moz-transition: 1s opacity cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -ms-transition: 1s opacity cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -o-transition: 1s opacity cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: 1s opacity cubic-bezier(0.55, 0.085, 0.68, 0.53); }
    .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel.expanded .expand-sessions-btn .more-tag {
      display: none; }
    .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel.expanded .expand-sessions-btn .less-tag {
      display: block; }
    .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel .all-the-cinemas {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 100%; }
      .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions {
        display: none;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 4px; }
        .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions.active {
          display: flex; }
        @media screen and (min-width: 540px) {
          .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions {
            flex-wrap: nowrap; } }
        .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .cinema-name, .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .cinema-session {
          display: block;
          padding: 12px 8px;
          font-size: 12px;
          margin-bottom: 1px;
          margin-right: 1px; }
          @media screen and (min-width: 540px) {
            .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .cinema-name, .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .cinema-session {
              font-size: 13px; } }
          @media screen and (min-width: 768px) {
            .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .cinema-name, .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .cinema-session {
              padding: 12px 18px; } }
        .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .cinema-name {
          font-weight: 700;
          display: flex;
          flex-direction: row;
          align-items: center;
          margin-right: 0;
          white-space: nowrap;
          padding-left: 8px; }
          @media screen and (min-width: 540px) {
            .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .cinema-name {
              padding-left: 14px; } }
          .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .cinema-name .cinema-logo {
            display: block;
            width: 24px;
            margin-right: 6px; }
        .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .session-times-list {
          display: flex;
          flex-direction: row;
          align-items: center;
          flex-wrap: wrap;
          opacity: 0; }
          .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .session-times-list.active {
            opacity: 1;
            -webkit-transition: all 0.4s ease-in-out 0s;
            -khtml-transition: all 0.4s ease-in-out 0s;
            -moz-transition: all 0.4s ease-in-out 0s;
            -ms-transition: all 0.4s ease-in-out 0s;
            -o-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s; }
          .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .session-times-list .cinema-session {
            display: none;
            align-self: normal;
            font-weight: 500;
            min-height: 50px; }
            .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .session-times-list .cinema-session.active {
              display: flex;
              flex-direction: row;
              align-items: center; }
            .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .session-times-list .cinema-session .session-attribute {
              font-size: 9px;
              padding: 4px 6px;
              background-color: rgba(0, 0, 0, 0.8);
              color: #d4d4d4;
              margin-left: 4px;
              border-radius: 4px; }
              @media screen and (min-width: 540px) {
                .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .session-times-list .cinema-session .session-attribute {
                  font-size: 10px; } }
              .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .session-times-list .cinema-session .session-attribute:first-child {
                margin-left: 8px; }
              .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .session-times-list .cinema-session .session-attribute.premium {
                background-color: #956c04; }
              .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .session-times-list .cinema-session .session-attribute.reel-bubs {
                background-color: #0576ae; }
              .flicks-session-times-panel .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .session-times-list .cinema-session .session-attribute.deckchair {
                background-color: #5d4e2b; }
.flicks-session-times-panel.dark-theme {
  background-color: #0d0d0d; }
  .flicks-session-times-panel.dark-theme .content h3 {
    color: #d4d4d4; }
  @media screen and (min-width: 768px) {
    .flicks-session-times-panel.dark-theme .session-times-panel-holder {
      border-right: 1px solid #393939;
      padding-right: 20px; } }
  .flicks-session-times-panel.dark-theme .session-times-panel-holder .session-times-info {
    color: #6c6c6c;
    background-color: #212121; }
  .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-states .cinema-date, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-states .cinema-state, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-states .cinema-city, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-states .cinema-region, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cinema-dates .cinema-date, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cinema-dates .cinema-state, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cinema-dates .cinema-city, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cinema-dates .cinema-region, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cities .cinema-date, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cities .cinema-state, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cities .cinema-city, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cities .cinema-region, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-regions .cinema-date, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-regions .cinema-state, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-regions .cinema-city, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-regions .cinema-region {
    background-color: #393939;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -khtml-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    color: #cacaca; }
    .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-states .cinema-date.active, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-states .cinema-state.active, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-states .cinema-city.active, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-states .cinema-region.active, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cinema-dates .cinema-date.active, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cinema-dates .cinema-state.active, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cinema-dates .cinema-city.active, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cinema-dates .cinema-region.active, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cities .cinema-date.active, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cities .cinema-state.active, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cities .cinema-city.active, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cities .cinema-region.active, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-regions .cinema-date.active, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-regions .cinema-state.active, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-regions .cinema-city.active, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-regions .cinema-region.active {
      background-color: white;
      color: #0d0d0d; }
    .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-states .cinema-date:hover, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-states .cinema-state:hover, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-states .cinema-city:hover, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-states .cinema-region:hover, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cinema-dates .cinema-date:hover, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cinema-dates .cinema-state:hover, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cinema-dates .cinema-city:hover, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cinema-dates .cinema-region:hover, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cities .cinema-date:hover, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cities .cinema-state:hover, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cities .cinema-city:hover, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cities .cinema-region:hover, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-regions .cinema-date:hover, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-regions .cinema-state:hover, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-regions .cinema-city:hover, .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-regions .cinema-region:hover {
      background-color: white;
      color: #0d0d0d;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -khtml-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s;
      -o-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }
  .flicks-session-times-panel.dark-theme .session-times-panel-holder .session-times-cinema-date-slider .the-cinema-dates .cinema-date {
    border-right: 1px solid #0d0d0d; }
  .flicks-session-times-panel.dark-theme .session-times-panel-holder .session-times-cinema-date-slider .cinema-dates-nav {
    border: 0;
    color: rgba(13, 13, 13, 0.2);
    background-color: #a1a1a1; }
    .flicks-session-times-panel.dark-theme .session-times-panel-holder .session-times-cinema-date-slider .cinema-dates-nav.active {
      color: #0d0d0d; }
  .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cinemas-panel.expandable::before {
    background: rgba(13, 13, 13, 0);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0d0d0d), color-stop(1, rgba(13, 13, 13, 0)));
    background: -ms-linear-gradient(bottom, #0d0d0d, rgba(13, 13, 13, 0));
    background: -moz-linear-gradient(center bottom, #0d0d0d 0%, rgba(13, 13, 13, 0) 100%);
    background: -o-linear-gradient(rgba(13, 13, 13, 0), #0d0d0d);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#0d0d0d', EndColorStr='rgba(13, 13, 13, 0)')"; }
  .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cinemas-panel.expandable .expand-sessions-btn {
    background-color: black;
    border: 1px solid #393939;
    color: #6c6c6c; }
  .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .cinema-name {
    background-color: black;
    color: #d4d4d4;
    border: 1px solid #393939; }
  .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .cinema-session {
    background-color: #393939;
    color: #d4d4d4;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -khtml-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
    .flicks-session-times-panel.dark-theme .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .cinema-session:hover {
      background-color: white;
      color: #0d0d0d;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -khtml-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s;
      -o-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }
.flicks-session-times-panel.light-theme {
  background-color: #f8f8f8; }
  .flicks-session-times-panel.light-theme .content h3 {
    color: #0d0d0d; }
  @media screen and (min-width: 768px) {
    .flicks-session-times-panel.light-theme .session-times-panel-holder {
      border-right: 1px solid #b9b9b9;
      padding-right: 20px; } }
  .flicks-session-times-panel.light-theme .session-times-panel-holder .session-times-info {
    color: #6c6c6c;
    background-color: white; }
  .flicks-session-times-panel.light-theme .session-times-panel-holder .the-states .cinema-date, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-states .cinema-state, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-states .cinema-city, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-states .cinema-region, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cinema-dates .cinema-date, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cinema-dates .cinema-state, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cinema-dates .cinema-city, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cinema-dates .cinema-region, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cities .cinema-date, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cities .cinema-state, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cities .cinema-city, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cities .cinema-region, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-regions .cinema-date, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-regions .cinema-state, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-regions .cinema-city, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-regions .cinema-region {
    background-color: #d4d4d4;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -khtml-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    color: #393939; }
    .flicks-session-times-panel.light-theme .session-times-panel-holder .the-states .cinema-date.active, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-states .cinema-state.active, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-states .cinema-city.active, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-states .cinema-region.active, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cinema-dates .cinema-date.active, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cinema-dates .cinema-state.active, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cinema-dates .cinema-city.active, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cinema-dates .cinema-region.active, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cities .cinema-date.active, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cities .cinema-state.active, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cities .cinema-city.active, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cities .cinema-region.active, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-regions .cinema-date.active, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-regions .cinema-state.active, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-regions .cinema-city.active, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-regions .cinema-region.active {
      background-color: #0d0d0d;
      color: #d4d4d4;
      font-weight: 700; }
    .flicks-session-times-panel.light-theme .session-times-panel-holder .the-states .cinema-date:hover, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-states .cinema-state:hover, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-states .cinema-city:hover, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-states .cinema-region:hover, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cinema-dates .cinema-date:hover, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cinema-dates .cinema-state:hover, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cinema-dates .cinema-city:hover, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cinema-dates .cinema-region:hover, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cities .cinema-date:hover, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cities .cinema-state:hover, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cities .cinema-city:hover, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cities .cinema-region:hover, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-regions .cinema-date:hover, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-regions .cinema-state:hover, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-regions .cinema-city:hover, .flicks-session-times-panel.light-theme .session-times-panel-holder .the-regions .cinema-region:hover {
      background-color: #0d0d0d;
      color: #d4d4d4;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -khtml-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s;
      -o-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }
  .flicks-session-times-panel.light-theme .session-times-panel-holder .session-times-cinema-date-slider .the-cinema-dates .cinema-date {
    border-right: 1px solid #e3e3e3; }
  .flicks-session-times-panel.light-theme .session-times-panel-holder .session-times-cinema-date-slider .cinema-dates-nav {
    border: 1px solid #d4d4d4;
    color: #d4d4d4;
    background-color: #e3e3e3; }
    .flicks-session-times-panel.light-theme .session-times-panel-holder .session-times-cinema-date-slider .cinema-dates-nav.active {
      color: #393939; }
  .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cinemas-panel.expandable::before {
    background: rgba(248, 248, 248, 0);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f8f8f8), color-stop(1, rgba(248, 248, 248, 0)));
    background: -ms-linear-gradient(bottom, #f8f8f8, rgba(248, 248, 248, 0));
    background: -moz-linear-gradient(center bottom, #f8f8f8 0%, rgba(248, 248, 248, 0) 100%);
    background: -o-linear-gradient(rgba(248, 248, 248, 0), #f8f8f8);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8', EndColorStr='rgba(248, 248, 248, 0)')"; }
  .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cinemas-panel.expandable .expand-sessions-btn {
    background-color: white;
    border: 1px solid #d4d4d4;
    color: #6c6c6c; }
  .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .cinema-name {
    background-color: black;
    color: #d4d4d4;
    border: 1px solid #393939; }
  .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .cinema-session {
    background-color: #d4d4d4;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -khtml-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    color: #393939; }
    .flicks-session-times-panel.light-theme .session-times-panel-holder .the-cinemas-panel .all-the-cinemas .cinema-with-sessions .cinema-session:hover {
      background-color: #0d0d0d;
      color: #d4d4d4;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -khtml-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s;
      -o-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }

.rap-banner {
  position: relative;
  width: 100%;
  height: 120px;
  background-image: url(../jpg/rap-bg-blue-tiling.jpg);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px; }
  .rap-banner img {
    height: 160px;
    width: auto;
    position: relative;
    top: -40px;
    margin-left: 20px; }
  .rap-banner a {
    background-color: #c10b27;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 30px;
    padding-left: 80px;
    display: block;
    margin-top: 0;
    margin-left: -60px; }
  @media screen and (min-width: 540px) {
    .rap-banner {
      height: 160px; }
      .rap-banner img {
        height: 180px; }
      .rap-banner a {
        margin-top: 20px; } }
  @media screen and (min-width: 768px) {
    .rap-banner {
      height: 180px; }
      .rap-banner img {
        height: 220px; }
      .rap-banner a {
        margin-top: 40px; } }

.rap-art-panel {
  background-image: url(../jpg/rap-artwork-charlotteallingham-web.jpg);
  background-size: 100%;
  width: 100%;
  height: 800px;
  background-attachment: fixed;
  position: relative;
  height: auto;
  min-height: 0; }
  .rap-art-panel:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 71.2777777778%; }
  .rap-art-panel > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .rap-art-panel::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 160px;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(13, 13, 13, 0.6);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(13, 13, 13, 0)), color-stop(1, rgba(13, 13, 13, 0.6)));
    background: -ms-linear-gradient(bottom, rgba(13, 13, 13, 0), rgba(13, 13, 13, 0.6));
    background: -moz-linear-gradient(center bottom, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.6) 100%);
    background: -o-linear-gradient(rgba(13, 13, 13, 0.6), rgba(13, 13, 13, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(13, 13, 13, 0)', EndColorStr='rgba(13, 13, 13, 0.6)')"; }
  .rap-art-panel .artists-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #c10b27;
    background-color: white;
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 700;
    display: inline-block; }
    @media screen and (min-width: 540px) {
      .rap-art-panel .artists-title {
        bottom: 30px;
        left: 30px;
        padding: 8px 12px; } }
  .rap-art-panel .rap-logos {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex; }
    .rap-art-panel .rap-logos .madman-logo, .rap-art-panel .rap-logos .rap-reflect-logo {
      width: 50px;
      margin-left: 20px; }
      @media screen and (min-width: 540px) {
        .rap-art-panel .rap-logos .madman-logo, .rap-art-panel .rap-logos .rap-reflect-logo {
          width: 80px;
          bottom: 30px;
          right: 30px; } }

.rap-content-panel.sky-bg {
  background-image: url(../jpg/bg-blue-full-dark.jpg);
  background-position: center center;
  background-attachment: fixed; }
.rap-content-panel .std-page-content {
  text-align: left;
  padding: 30px 20px 40px 20px; }
  @media screen and (min-width: 540px) {
    .rap-content-panel .std-page-content {
      padding: 60px 30px 80px 30px; } }
  .rap-content-panel .std-page-content h1, .rap-content-panel .std-page-content h2, .rap-content-panel .std-page-content h3, .rap-content-panel .std-page-content h4, .rap-content-panel .std-page-content p {
    font-family: 'Roboto', sans-serif;
    margin: 0; }
  .rap-content-panel .std-page-content h3 {
    font-size: 20px;
    font-weight: 700; }
  .rap-content-panel .std-page-content h2 {
    font-weight: 300;
    margin-bottom: 20px; }
  .rap-content-panel .std-page-content h1 {
    font-weight: 300;
    margin-bottom: 30px; }
  .rap-content-panel .std-page-content p {
    padding: 0;
    margin-bottom: 30px; }
  .rap-content-panel .std-page-content .rap-info-panel {
    display: inline-flex;
    flex-direction: row; }
    .rap-content-panel .std-page-content .rap-info-panel .info-panel {
      padding: 0 12px;
      margin: 0;
      height: 48px;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 1px;
      display: flex;
      align-items: center; }
      @media screen and (min-width: 768px) {
        .rap-content-panel .std-page-content .rap-info-panel .info-panel {
          padding: 0 28px;
          height: 54px;
          font-size: 16px; } }
    .rap-content-panel .std-page-content .rap-info-panel.white .info-panel {
      background-color: white; }
      .rap-content-panel .std-page-content .rap-info-panel.white .info-panel:last-child {
        background-color: rgba(255, 255, 255, 0.8); }
    .rap-content-panel .std-page-content .rap-info-panel.yellow .info-panel {
      background-color: #FEAF41;
      color: #0d0d0d; }
      .rap-content-panel .std-page-content .rap-info-panel.yellow .info-panel:last-child {
        background-color: rgba(254, 175, 65, 0.8); }
    .rap-content-panel .std-page-content .rap-info-panel.red .info-panel {
      background-color: #c10b27;
      color: #f8f8f8; }
      .rap-content-panel .std-page-content .rap-info-panel.red .info-panel:last-child {
        background-color: rgba(193, 11, 39, 0.8); }
  .rap-content-panel .std-page-content.artist-content {
    padding-top: 70px; }
    .rap-content-panel .std-page-content.artist-content .artist-pic {
      position: absolute;
      right: 30px;
      top: -80px;
      border-radius: 80px;
      overflow: hidden;
      display: inline-flex; }
      .rap-content-panel .std-page-content.artist-content .artist-pic img {
        width: 160px; }
    @media screen and (min-width: 768px) {
      .rap-content-panel .std-page-content.artist-content {
        padding-top: 60px; }
        .rap-content-panel .std-page-content.artist-content .artist-pic {
          top: -80px;
          border-radius: 100px; }
          .rap-content-panel .std-page-content.artist-content .artist-pic img {
            width: 200px; } }
.rap-content-panel.red-bg {
  background-color: #c10b27;
  color: white; }
  .rap-content-panel.red-bg .rap-info-panel .info-panel {
    color: #c10b27; }

.dynamic-ad-panel {
  width: 100%;
  padding: 30px 0;
  background: radial-gradient(ellipse at top, #222222, #000000 80%, #000000); }
  .dynamic-ad-panel .dynamic-ad-video-container {
    width: 100%;
    max-width: 880px;
    max-height: 200px;
    position: relative;
    aspect-ratio: 900 / 380; }
    @media screen and (min-width: 768px) {
      .dynamic-ad-panel .dynamic-ad-video-container {
        aspect-ratio: 900 / 220;
        max-height: 240px; } }
    .dynamic-ad-panel .dynamic-ad-video-container .dynamic-ad-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 1; }
      .dynamic-ad-panel .dynamic-ad-video-container .dynamic-ad-link .video-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: -1; }
        .dynamic-ad-panel .dynamic-ad-video-container .dynamic-ad-link .video-bg video {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          height: 100%;
          min-width: 100%;
          min-height: 100%;
          object-fit: cover;
          transform: translate(-50%, -50%); }
      .dynamic-ad-panel .dynamic-ad-video-container .dynamic-ad-link .bg-cover {
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.2); }
      .dynamic-ad-panel .dynamic-ad-video-container .dynamic-ad-link .banner-content {
        position: relative;
        z-index: 2;
        padding: 20px;
        height: 100%;
        display: flex;
        background-color: rgba(0, 0, 0, 0.4); }
        .dynamic-ad-panel .dynamic-ad-video-container .dynamic-ad-link .banner-content .titleTreatment {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          width: 80%; }
          @media screen and (min-width: 540px) {
            .dynamic-ad-panel .dynamic-ad-video-container .dynamic-ad-link .banner-content .titleTreatment {
              width: 65%; } }
          @media screen and (min-width: 768px) {
            .dynamic-ad-panel .dynamic-ad-video-container .dynamic-ad-link .banner-content .titleTreatment {
              width: 50%; } }
          .dynamic-ad-panel .dynamic-ad-video-container .dynamic-ad-link .banner-content .titleTreatment .banner-title {
            width: auto;
            max-width: 240px;
            max-height: 120px;
            padding-bottom: 10px; }
            @media screen and (min-width: 540px) {
              .dynamic-ad-panel .dynamic-ad-video-container .dynamic-ad-link .banner-content .titleTreatment .banner-title {
                max-width: 340px;
                max-height: 160px; } }
            @media screen and (min-width: 768px) {
              .dynamic-ad-panel .dynamic-ad-video-container .dynamic-ad-link .banner-content .titleTreatment .banner-title {
                padding-bottom: 20px; } }
          .dynamic-ad-panel .dynamic-ad-video-container .dynamic-ad-link .banner-content .titleTreatment .banner-info-text {
            font-size: 14px;
            color: white;
            line-height: 16px;
            margin: 0;
            width: 100%;
            text-align: center; }
            @media screen and (min-width: 768px) {
              .dynamic-ad-panel .dynamic-ad-video-container .dynamic-ad-link .banner-content .titleTreatment .banner-info-text {
                font-size: 16px; } }
        .dynamic-ad-panel .dynamic-ad-video-container .dynamic-ad-link .banner-content .banner-rating {
          width: 24px;
          position: absolute;
          bottom: 10px;
          right: 10px; }
        .dynamic-ad-panel .dynamic-ad-video-container .dynamic-ad-link .banner-content .banner-mm-logo {
          width: 26px;
          position: absolute;
          bottom: 9px;
          right: 42px; }

.comp-prize-panel .content {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .comp-prize-panel .content {
      flex-direction: row;
      flex-wrap: nowrap; } }
  .comp-prize-panel .content .comp-content-panel.comp-prize-graphic {
    width: 100%; }
    .comp-prize-panel .content .comp-content-panel.comp-prize-graphic img {
      border-radius: 20px;
      max-width: 400px;
      height: auto;
      width: 100%; }
    @media screen and (min-width: 768px) {
      .comp-prize-panel .content .comp-content-panel.comp-prize-graphic {
        width: 40%; } }
  .comp-prize-panel .content .comp-content-panel.comp-prize-info {
    padding-top: 30px;
    width: 100%; }
    .comp-prize-panel .content .comp-content-panel.comp-prize-info p {
      font-size: 13px;
      line-height: 18px; }
    @media screen and (min-width: 768px) {
      .comp-prize-panel .content .comp-content-panel.comp-prize-info {
        text-align: left;
        width: 60%; } }

html, body {
  overflow-x: hidden; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  background-color: #0d0d0d; }
  body form input, body form button, body form select {
    font-family: 'Roboto', sans-serif; }
  body.serif {
    font-family: 'PT Serif', serif; }
    body.serif form input, body.serif form button, body.serif form select {
      font-family: 'PT Serif', serif; }

.cr-store-link {
  position: absolute;
  left: 0;
  top: 520px;
  color: white;
  background-color: black;
  padding: 0;
  width: 400px;
  height: 40px;
  line-height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  transform: rotate(-90deg);
  transform-origin: 0 0; }
  .cr-store-link p {
    margin: 0;
    padding: 0;
    font-size: 11px; }
  .cr-store-link img {
    width: 140px;
    height: auto;
    padding: 0 12px; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.no-link {
  pointer-events: none; }

.trailer-cta-bar {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 0;
  padding: 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #d4d4d4; }
  .trailer-cta-bar:hover {
    color: white; }

.twitter-tweet {
  margin: 10px auto; }

#backToTopButton {
  width: 50px;
  height: 50px;
  background-color: #c10b27;
  display: block;
  position: fixed;
  bottom: 80px;
  right: -50px;
  -webkit-transition: right 0.2s ease-in-out 0s;
  -khtml-transition: right 0.2s ease-in-out 0s;
  -moz-transition: right 0.2s ease-in-out 0s;
  -ms-transition: right 0.2s ease-in-out 0s;
  -o-transition: right 0.2s ease-in-out 0s;
  transition: right 0.2s ease-in-out 0s;
  z-index: 999;
  border: none;
  color: white;
  cursor: pointer;
  outline: none; }
  #backToTopButton span {
    font-size: 44px;
    position: relative;
    top: -2px; }
  #backToTopButton.active {
    right: 0px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -khtml-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
  #backToTopButton.isFilmPage {
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.96); }
    #backToTopButton.isFilmPage.active {
      right: 10px;
      -webkit-transition: right 0.2s ease-in-out 0.2s;
      -khtml-transition: right 0.2s ease-in-out 0.2s;
      -moz-transition: right 0.2s ease-in-out 0.2s;
      -ms-transition: right 0.2s ease-in-out 0.2s;
      -o-transition: right 0.2s ease-in-out 0.2s;
      transition: right 0.2s ease-in-out 0.2s; }

.bottom-fixed-buttons-panel {
  position: fixed;
  z-index: 998;
  bottom: -70px;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -khtml-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
  background-color: rgba(0, 0, 0, 0.96);
  background-image: url(../index.html);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 14px;
  align-items: center;
  padding-right: 60px; }
  @media screen and (min-width: 540px) {
    .bottom-fixed-buttons-panel {
      padding: 0 20px; } }
  .bottom-fixed-buttons-panel.active {
    bottom: 0px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -khtml-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
    .bottom-fixed-buttons-panel.active p, .bottom-fixed-buttons-panel.active .fixed-button, .bottom-fixed-buttons-panel.active .top-cta-button {
      opacity: 1;
      -webkit-transition: opacity 0.2s ease-in-out 0.2s;
      -khtml-transition: opacity 0.2s ease-in-out 0.2s;
      -moz-transition: opacity 0.2s ease-in-out 0.2s;
      -ms-transition: opacity 0.2s ease-in-out 0.2s;
      -o-transition: opacity 0.2s ease-in-out 0.2s;
      transition: opacity 0.2s ease-in-out 0.2s; }
    .bottom-fixed-buttons-panel.active::after {
      opacity: 1;
      -webkit-transition: opacity 0.2s ease-in-out 0.2s;
      -khtml-transition: opacity 0.2s ease-in-out 0.2s;
      -moz-transition: opacity 0.2s ease-in-out 0.2s;
      -ms-transition: opacity 0.2s ease-in-out 0.2s;
      -o-transition: opacity 0.2s ease-in-out 0.2s;
      transition: opacity 0.2s ease-in-out 0.2s; }
  .bottom-fixed-buttons-panel p {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    -khtml-transition: opacity 0.2s ease-in-out 0s;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -ms-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
    color: #a3a3a3;
    margin-right: 4px;
    font-size: 12px;
    line-height: 110%;
    text-transform: uppercase;
    font-weight: 700; }
    @media screen and (min-width: 540px) {
      .bottom-fixed-buttons-panel p {
        margin-right: 8px;
        font-size: 13px; } }
  .bottom-fixed-buttons-panel .fixed-button, .bottom-fixed-buttons-panel .top-cta-button {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    -khtml-transition: opacity 0.2s ease-in-out 0s;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -ms-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
    display: block;
    padding: 8px 12px;
    background-color: #0c0c0c;
    border: 2px solid #2b2b2b;
    margin: 0 2px;
    font-size: 12px;
    color: #a3a3a3;
    border-radius: 25px;
    font-weight: 700;
    cursor: pointer;
    flex-shrink: 0; }
    .bottom-fixed-buttons-panel .fixed-button:hover, .bottom-fixed-buttons-panel .top-cta-button:hover {
      background-color: #2b2b2b;
      color: white;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -khtml-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s;
      -o-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }
    .bottom-fixed-buttons-panel .fixed-button span, .bottom-fixed-buttons-panel .top-cta-button span {
      display: none; }
    @media screen and (min-width: 540px) {
      .bottom-fixed-buttons-panel .fixed-button, .bottom-fixed-buttons-panel .top-cta-button {
        padding: 12px 24px;
        margin: 0 3px;
        font-size: 13px; }
        .bottom-fixed-buttons-panel .fixed-button span, .bottom-fixed-buttons-panel .top-cta-button span {
          display: inline; } }
    .bottom-fixed-buttons-panel .fixed-button.ticket-button, .bottom-fixed-buttons-panel .fixed-button.home-ent-button, .bottom-fixed-buttons-panel .top-cta-button.ticket-button, .bottom-fixed-buttons-panel .top-cta-button.home-ent-button {
      background-color: #96091e;
      border: 2px solid #96091e;
      color: #f8f8f8; }
      .bottom-fixed-buttons-panel .fixed-button.ticket-button:hover, .bottom-fixed-buttons-panel .fixed-button.home-ent-button:hover, .bottom-fixed-buttons-panel .top-cta-button.ticket-button:hover, .bottom-fixed-buttons-panel .top-cta-button.home-ent-button:hover {
        background-color: #c10b27; }
  .bottom-fixed-buttons-panel::after {
    content: '';
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out 0.2s;
    -khtml-transition: opacity 0.2s ease-in-out 0.2s;
    -moz-transition: opacity 0.2s ease-in-out 0.2s;
    -ms-transition: opacity 0.2s ease-in-out 0.2s;
    -o-transition: opacity 0.2s ease-in-out 0.2s;
    transition: opacity 0.2s ease-in-out 0.2s;
    left: 0;
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
    height: 80px;
    top: -80px;
    pointer-events: none; }
