/* SCSS Document */
@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("//fonts.googleapis.com/css?family=PT+Serif:400,700");
@font-face {
  font-family: 'mm-basic';
  src: url("fonts/mm-basic.eot?fta1gm");
  src: url("fonts/mm-basic.eot?fta1gm#iefix") format("embedded-opentype"), url("fonts/mm-basic.ttf?fta1gm") format("truetype"), url("fonts/mm-basic.woff?fta1gm") format("woff"), url("fonts/mm-basic.svg?fta1gm#mm-basic") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mm-basic' !important;
  speak: none;
  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-google-plus:before {
  content: "\ea8b"; }

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

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

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

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

.icon-tumblr:before {
  content: "\eab9"; }

.icon-skype:before {
  content: "\eac5"; }

.icon-pinterest:before {
  content: "\ead1"; }

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

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

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

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

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

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

.icon-tab:before {
  content: "\e63c"; }

.icon-tab-outline:before {
  content: "\e63d"; }

.icon-person:before {
  content: "\e650"; }

.icon-hamburger-four:before {
  content: "\e65b"; }

.icon-location:before {
  content: "\e65e"; }

.icon-clock:before {
  content: "\e65f"; }

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

.icon-thumb-down:before {
  content: "\e684"; }

.icon-thumb-up:before {
  content: "\e685"; }

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

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

.icon-reload:before {
  content: "\e6c6"; }

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

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

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

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

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

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

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

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

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

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

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

.icon-star-solid:before {
  content: "\e8f2"; }

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

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

/* 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;
  color: #0b70c1; }
  a:hover {
    color: #0784e8; }

/* CSS Document */
.btn {
  display: inline-block; }
  .btn.cta {
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px; }
    @media screen and (min-width: 540px) {
      .btn.cta {
        padding: 16px 40px;
        font-size: 20px; } }

/* CSS Document */
/* 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 {
    height: 100vh;
    min-height: 600px;
    max-height: 1200px;
    overflow: hidden; }
  .key-art-panel .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    min-height: 600px;
    max-height: 1200px;
    -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-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 40px; }
      .key-art-panel .video-bg .video-info-panel .video-title-treatment img {
        width: 100%;
        max-width: 800px; }
      .key-art-panel .video-bg .video-info-panel .video-quote-panel {
        width: 80%;
        max-width: 680px;
        text-align: center;
        margin: 30px 0;
        position: relative; }
        .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 {
          -webkit-animation: loop3 20s infinite; }
        .key-art-panel .video-bg .video-info-panel .video-quote-panel.num-3 .quote:nth-child(2) {
          -webkit-animation: opsecond3 20s infinite; }
        .key-art-panel .video-bg .video-info-panel .video-quote-panel.num-3 .quote:last-child {
          -webkit-animation: oplast3 20s infinite; }
        .key-art-panel .video-bg .video-info-panel .video-quote-panel.num-2 .quote:first-child {
          -webkit-animation: loop2 12s infinite; }
        .key-art-panel .video-bg .video-info-panel .video-quote-panel.num-2 .quote:last-child {
          -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%; }
        .key-art-panel .video-bg .video-info-panel .video-quote-panel .quote p {
          margin: 0;
          padding: 0;
          font-size: 11px; }
@-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 .video-still {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      background-image: url(../images/video_still_01.jpg);
      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 video {
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      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); }
    @media screen and (max-aspect-ratio: 1920 / 1080) {
      .key-art-panel .video-bg video {
        height: 100%; } }
    @media screen and (min-aspect-ratio: 1920 / 1080) {
      .key-art-panel .video-bg video {
        width: 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;
    margin-top: 40px; }
    .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; }
    .key-art-panel .film-info-panel .film-extras-panel {
      width: 100%;
      padding: 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: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end;
      -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: center;
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 200; }
        .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: 12%; }
          @media screen and (min-width: 540px) {
            .key-art-panel .film-info-panel .film-extras-panel .in-cinemas-date h2 {
              font-size: 20px;
              margin-bottom: 10%; } }
          @media screen and (min-width: 768px) {
            .key-art-panel .film-info-panel .film-extras-panel .in-cinemas-date h2 {
              font-size: 24px;
              margin-bottom: 3.2%; } }
          @media screen and (min-width: 992px) {
            .key-art-panel .film-info-panel .film-extras-panel .in-cinemas-date h2 {
              font-size: 32px;
              margin-bottom: 3.4%; } }
      .key-art-panel .film-info-panel .film-extras-panel .extra-logos-panel {
        padding-right: 10px;
        padding-bottom: 10px;
        z-index: 200; }
        .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 {
            padding-right: 20px;
            padding-bottom: 20px; }
            .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: 13px;
        padding: 0 20px;
        color: #d4d4d4;
        height: 40px; }
        .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: 13px;
        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; }

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

.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 {
    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 {
      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: 100%;
      padding: 16px 22px;
      font-size: 20px;
      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: block; }
      .cinemas-panel .cinema-panels .all-cinemas .cinema span {
        font-size: 16px;
        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: left; }
          .cinemas-panel .cinema-panels .all-cinemas .cinema span {
            top: -4px; } }
      @media screen and (min-width: 768px) {
        .cinemas-panel .cinema-panels .all-cinemas .cinema {
          width: 31%;
          text-align: left; } }

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

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

#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(images/logos/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.primary-light-bg {
  background: radial-gradient(ellipse at top, #ffffff, #c7c7c7 80%, #bdbdbd); }
.news-panel .content {
  max-width: 1000px;
  padding: 40px 0; }
  .news-panel .content .btn.cta {
    background-color: #0d0d0d;
    color: #d4d4d4; }
  .news-panel .content .news-holder {
    text-align: left;
    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;
    padding: 0 10px; }
    .news-panel .content .news-holder .news-item {
      padding: 10px;
      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-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 .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 {
          display: block;
          content: "";
          width: 100%;
          padding-top: 56.25%; }
        .news-panel .content .news-holder .news-item .news-graphic > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      .news-panel .content .news-holder .news-item .news-info {
        width: 100%;
        color: #0d0d0d;
        padding: 20px 20px 90px 20px;
        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 {
          margin-bottom: 10px;
          margin-top: 0;
          font-size: 20px;
          line-height: 24px;
          width: 100%; }
        .news-panel .content .news-holder .news-item .news-info p {
          font-size: 13px;
          margin-top: 0;
          line-height: 16px;
          padding: 0; }
        .news-panel .content .news-holder .news-item .news-info button {
          border: #0d0d0d 1px solid;
          background-color: white;
          color: #0d0d0d;
          font-size: 16px;
          padding: 8px 8px 8px 18px;
          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;
          position: absolute;
          bottom: 20px;
          right: 20px;
          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; }
          .news-panel .content .news-holder .news-item .news-info button span {
            font-size: 24px; }
      .news-panel .content .news-holder .news-item:hover .news-info button {
        background-color: #272727;
        color: white;
        bottom: 30px;
        -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) {
    .news-panel .content .news-holder .news-item {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media screen and (min-width: 768px) {
    .news-panel .content .news-holder {
      -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; }
      .news-panel .content .news-holder .news-item {
        width: 33.33%;
        padding: 10px;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .news-panel .content .news-holder .news-item.latest-article {
          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: 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.latest-article .news-graphic {
            -webkit-flex-shrink: 1;
            -moz-flex-shrink: 1;
            -ms-flex-shrink: 1;
            flex-shrink: 1; } }
  @media screen and (min-width: 992px) {
    .news-panel .content .news-holder {
      padding: 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 {
  background-color: #ededed;
  max-height: 0;
  overflow: hidden; }
  .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 .session-info {
    width: 100%;
    margin-bottom: 20px;
    opacity: 0;
    -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;
    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; }
    .session-times-panel.content-panel .session-info .selectdiv {
      position: relative; }
      .session-times-panel.content-panel .session-info .selectdiv select {
        border: none;
        padding: 16px 40px 16px 16px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
        background-color: white;
        font-size: 16px; }
      .session-times-panel.content-panel .session-info .selectdiv .glyphicon {
        content: '';
        position: absolute;
        width: 40px;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: white;
        pointer-events: none;
        font-size: 28px;
        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; }
  .session-times-panel.content-panel #session-times-controls {
    padding: 0 40px;
    position: relative;
    width: 96%;
    margin: 0 auto;
    opacity: 0; }
    .session-times-panel.content-panel #session-times-controls .session-dates-nav {
      position: absolute;
      width: 40px;
      height: 100px;
      top: 0;
      left: 0;
      background-color: #cdcdcd;
      outline: none;
      cursor: pointer;
      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;
      -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); }
      .session-times-panel.content-panel #session-times-controls .session-dates-nav .glyphicon {
        font-size: 28px;
        color: black;
        -webkit-transition: color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -khtml-transition: color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -moz-transition: color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -ms-transition: color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -o-transition: color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition: color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
      .session-times-panel.content-panel #session-times-controls .session-dates-nav.nav-next {
        right: 0;
        left: auto; }
      .session-times-panel.content-panel #session-times-controls .session-dates-nav.swiper-button-disabled {
        background-color: #e4e4e4;
        pointer-events: none; }
        .session-times-panel.content-panel #session-times-controls .session-dates-nav.swiper-button-disabled .glyphicon {
          color: #cccccc; }
      .session-times-panel.content-panel #session-times-controls .session-dates-nav:hover {
        background-color: #cdcdcd;
        -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); }
        .session-times-panel.content-panel #session-times-controls .session-dates-nav:hover .glyphicon {
          color: white;
          -webkit-transition: color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -khtml-transition: color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -moz-transition: color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -ms-transition: color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          -o-transition: color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition: color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
    .session-times-panel.content-panel #session-times-controls #session-dates-control-wrapper {
      width: 100%;
      height: 120px;
      padding-bottom: 20px; }
      .session-times-panel.content-panel #session-times-controls #session-dates-control-wrapper #session-dates {
        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;
        position: relative; }
        .session-times-panel.content-panel #session-times-controls #session-dates-control-wrapper #session-dates .session-date-wrapper {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-align-items: baseline;
          -moz-align-items: baseline;
          -ms-align-items: baseline;
          align-items: baseline;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          border-right: 1px solid transparent;
          width: 20%; }
          @media screen and (min-width: 768px) {
            .session-times-panel.content-panel #session-times-controls #session-dates-control-wrapper #session-dates .session-date-wrapper {
              width: 14.3%; } }
          .session-times-panel.content-panel #session-times-controls #session-dates-control-wrapper #session-dates .session-date-wrapper label {
            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;
            padding: 20px 10px;
            color: #b9b9b9;
            text-transform: uppercase;
            background-color: #dadada;
            font-size: 10px;
            width: 100%;
            height: 100px; }
            .session-times-panel.content-panel #session-times-controls #session-dates-control-wrapper #session-dates .session-date-wrapper label .session-date-date {
              font-size: 20px;
              font-weight: 900; }
            @media screen and (min-width: 380px) {
              .session-times-panel.content-panel #session-times-controls #session-dates-control-wrapper #session-dates .session-date-wrapper label {
                font-size: 14px; }
                .session-times-panel.content-panel #session-times-controls #session-dates-control-wrapper #session-dates .session-date-wrapper label .session-date-date {
                  font-size: 24px; } }
            .session-times-panel.content-panel #session-times-controls #session-dates-control-wrapper #session-dates .session-date-wrapper label.active {
              background-color: #585858;
              -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: white;
              cursor: pointer;
              position: relative; }
              .session-times-panel.content-panel #session-times-controls #session-dates-control-wrapper #session-dates .session-date-wrapper label.active::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 50%;
                margin-left: -10px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 10px 0 10px;
                border-color: black transparent transparent transparent;
                -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; }
              .session-times-panel.content-panel #session-times-controls #session-dates-control-wrapper #session-dates .session-date-wrapper label.active:hover {
                background-color: black;
                -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); }
          .session-times-panel.content-panel #session-times-controls #session-dates-control-wrapper #session-dates .session-date-wrapper .date-radio:checked ~ label.active {
            background-color: black;
            -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);
            pointer-events: none; }
            .session-times-panel.content-panel #session-times-controls #session-dates-control-wrapper #session-dates .session-date-wrapper .date-radio:checked ~ label.active::after {
              bottom: -10px;
              border-width: 10px 10px 0 10px;
              border-color: black transparent transparent transparent;
              -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; }
        .session-times-panel.content-panel #session-times-controls #session-dates-control-wrapper #session-dates .date-radio {
          display: none;
          pointer-events: none; }
          .session-times-panel.content-panel #session-times-controls #session-dates-control-wrapper #session-dates .date-radio.active {
            pointer-events: auto; }
  .session-times-panel.content-panel #session-times-container {
    width: 100%;
    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-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transition: opacity 0.05s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -khtml-transition: opacity 0.05s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: opacity 0.05s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -ms-transition: opacity 0.05s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: opacity 0.05s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: opacity 0.05s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
    .session-times-panel.content-panel #session-times-container.transition {
      opacity: 0;
      -webkit-transition: opacity 0.05s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -khtml-transition: opacity 0.05s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: opacity 0.05s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: opacity 0.05s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: opacity 0.05s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.05s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .session-times-panel.content-panel #session-times-container .cinema, .session-times-panel.content-panel #session-times-container .session, .session-times-panel.content-panel #session-times-container .date-radio {
      display: none; }
      .session-times-panel.content-panel #session-times-container .cinema.active, .session-times-panel.content-panel #session-times-container .session.active, .session-times-panel.content-panel #session-times-container .date-radio.active {
        display: block; }
    .session-times-panel.content-panel #session-times-container .cinema {
      width: 96%;
      background-color: #cdcdcd;
      margin-right: 1px;
      margin-bottom: 1px;
      padding: 10px 14px;
      font-size: 16px;
      text-align: left;
      color: #111111; }
      .session-times-panel.content-panel #session-times-container .cinema strong {
        font-weight: 400; }
      @media screen and (min-width: 540px) {
        .session-times-panel.content-panel #session-times-container .cinema {
          width: 48%; } }
      @media screen and (min-width: 768px) {
        .session-times-panel.content-panel #session-times-container .cinema {
          width: 32%;
          font-size: 20px; } }
      .session-times-panel.content-panel #session-times-container .cinema .cinema-sessions {
        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-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 4px;
        margin-top: 4px; }
        .session-times-panel.content-panel #session-times-container .cinema .cinema-sessions a span {
          display: none;
          font-size: 13px;
          padding: 12px;
          min-width: 76px;
          text-align: center;
          background-color: rgba(0, 0, 0, 0.6);
          -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: #cccccc;
          margin: 1px 1px 0px 0px; }
          .session-times-panel.content-panel #session-times-container .cinema .cinema-sessions a span.active {
            display: block; }
        .session-times-panel.content-panel #session-times-container .cinema .cinema-sessions a:hover span {
          background-color: black;
          -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); }

.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%; }
.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); }

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

.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 {
    border: 0;
    outline: none;
    width: 100%;
    height: 50px;
    max-width: 480px;
    color: #0d0d0d;
    background-color: white;
    padding: 8px; }
  .wpcf7-form p label .wpcf7-form-control-wrap textarea {
    height: 140px; }
.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-weight: 700; }
.wpcf7-form .wpcf7-response-output {
  display: none; }

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

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

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

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

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  overflow-x: hidden;
  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; }

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

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

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

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

.std-page-content {
  padding: 0;
  text-align: left; }
  .std-page-content h2 {
    margin-top: 40px;
    padding: 0; }
  .std-page-content .intro-para-panel {
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.4)), color-stop(1, rgba(0, 0, 0, 0.1)));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
    background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0.4)', EndColorStr='rgba(0, 0, 0, 0.1)')";
    padding: 20px;
    position: relative;
    top: -100px;
    margin-bottom: -100px; }
    .std-page-content .intro-para-panel p {
      padding: 0;
      margin: 0;
      line-height: 26px;
      font-size: 20px;
      font-weight: 300; }
  .std-page-content .std-page-panel {
    padding: 20px; }
    .std-page-content .std-page-panel p {
      font-size: 16px;
      font-weight: 300; }
  @media screen and (min-width: 768px) {
    .std-page-content .intro-para-panel {
      padding: 40px; }
      .std-page-content .intro-para-panel p {
        line-height: 28px;
        font-size: 22px; }
    .std-page-content .std-page-panel {
      padding: 20px 40px; } }

.std-form-content {
  padding: 0 40px; }
  .std-form-content form {
    margin-bottom: 60px;
    background-color: white;
    padding: 30px 20px;
    color: #0d0d0d;
    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; }
        .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: 40px;
        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 + 2px), calc(100% - 12px) calc(1em + 2px), 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: 80px; }
      .std-form-content form .form-item.button {
        width: 100%;
        text-align: right; }
        .std-form-content form .form-item.button button {
          background-color: #0d0d0d;
          color: white;
          font-size: 16px;
          font-weight: 400;
          border: 0;
          outline: none;
          padding: 12px 18px;
          cursor: pointer; }
        .std-form-content form .form-item.button .btn-form-process {
          cursor: default;
          pointer-events: none; }

.promo-bar {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 200;
  top: 40px; }
  .promo-bar img {
    width: 100%;
    max-width: 600px;
    padding: 0 30px; }

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

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

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

.film-list-panel.primary-light-bg {
  background: radial-gradient(ellipse at top, #ffffff, #c7c7c7 80%, #bdbdbd); }
.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 .content {
  padding: 40px 0 20px 0;
  max-width: 1000px; }
  .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: 100%;
      padding: 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-size: 14px;
            line-height: 1.4;
            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; }
            .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); }
  @media screen and (min-width: 380px) {
    .film-list-panel .content .film-list .poster-holder {
      width: 50%; } }
  @media screen and (min-width: 540px) {
    .film-list-panel .content .film-list .poster-holder {
      width: 33.33%; } }
  @media screen and (min-width: 768px) {
    .film-list-panel .content .film-list .poster-holder {
      width: 25%; } }
  @media screen and (min-width: 992px) {
    .film-list-panel .content .film-list {
      padding: 0; }
      .film-list-panel .content .film-list .poster-holder {
        width: 20%; } }

.synopsis-panel.dark-theme {
  background: #393939;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2a2a2a), color-stop(1, #393939));
  background: -ms-linear-gradient(bottom, #2a2a2a, #393939);
  background: -moz-linear-gradient(center bottom, #2a2a2a 0%, #393939 100%);
  background: -o-linear-gradient(#393939, #2a2a2a);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#2a2a2a', EndColorStr='#393939')"; }
.synopsis-panel.bg-image {
  background-size: cover !important;
  background-position: bottom center; }
.synopsis-panel .content img {
  width: 100%;
  max-width: 300px;
  height: auto; }
  .synopsis-panel .content img.noresize {
    width: auto; }
.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%; }

.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); }

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