/* SCSS Document */
/* CSS Document */
/* CSS Document */
/* CSS Document */
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i");
body {
  font-family: 'Lora', serif;
  font-weight: 400;
  color: #716844;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 1px; }

h1, h2, h3, h4 {
  font-weight: 400;
  letter-spacing: 0px;
  margin-top: 0; }
  h1 strong, h2 strong, h3 strong, h4 strong {
    font-weight: 700; }

h1 {
  font-size: 30px;
  display: inline-block;
  border-bottom: 2px solid #716844;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 14px; }

strong {
  font-weight: 700; }

p {
  font-size: 14px;
  line-height: 20px; }

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

@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 */
.btn {
  -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;
  padding: 14px 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  border: 0;
  outline: 0; }
  .btn:hover {
    -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;
    text-decoration: none; }
  .btn.white {
    color: #2b2510;
    background-color: white; }
    .btn.white:hover, .btn.white.active {
      color: white;
      background-color: #716844; }
  .btn.gold-dark {
    color: #ada277;
    background-color: #2b2510; }
    .btn.gold-dark:hover, .btn.gold-dark.active {
      background-color: #100e04; }
  .btn.gold-light {
    color: #2b2510;
    background-color: #ede6cb; }
    .btn.gold-light:hover, .btn.gold-light.active {
      background-color: white; }
  .btn.gold {
    color: white;
    background-color: #716844; }
    .btn.gold:hover, .btn.gold.active {
      color: #2b2510;
      background-color: white; }

.container {
  position: relative;
  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-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; }

.content-fixed {
  position: relative;
  width: 100%;
  max-width: 1200px;
  text-align: center;
  padding: 40px 30px; }
  @media screen and (min-width: 768px) {
    .content-fixed {
      padding: 50px; } }

.content-full {
  position: relative;
  width: 100%;
  text-align: center; }

/* CSS Document */
.nav-icon {
  width: 40px;
  height: 26px;
  position: relative;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -khtml-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }

.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out 0.25s;
  -khtml-transition: 0.25s ease-in-out 0.25s;
  -moz-transition: 0.25s ease-in-out 0.25s;
  -ms-transition: 0.25s ease-in-out 0.25s;
  -o-transition: 0.25s ease-in-out 0.25s;
  transition: 0.25s ease-in-out 0.25s; }

.nav-icon span:nth-child(1) {
  top: 0px; }

.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
  top: 12px; }

.nav-icon span:nth-child(4) {
  top: 24px;
  width: 60%; }

.nav-icon.open span {
  background-color: black; }

.nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

.nav-icon.open span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.nav-icon.open span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

/* 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 slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes slide-in-left {
  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; } }
.cycle-slideshow {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }
  .cycle-slideshow:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .cycle-slideshow > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .cycle-slideshow.in-view {
    -webkit-animation: text-blur-out 1.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) reverse both;
    animation: text-blur-out 1.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) reverse both;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  .cycle-slideshow .slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .cycle-slideshow .slide.cycle-sentinel {
      position: absolute !important; }
    .cycle-slideshow .slide .slide-title {
      position: absolute;
      -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;
      top: 20px;
      left: 0;
      -webkit-animation: fade-in-left 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s both;
      animation: fade-in-left 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s both; }
      .cycle-slideshow .slide .slide-title h4 {
        background-color: #2b2510;
        padding: 14px 14px 14px 30px;
        margin: 0;
        color: #ede6cb;
        font-size: 12px;
        letter-spacing: 1px;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -khtml-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s; }
      @media screen and (min-width: 768px) {
        .cycle-slideshow .slide .slide-title {
          top: 30px; }
          .cycle-slideshow .slide .slide-title h4 {
            padding: 14px 20px 14px 50px;
            font-size: 14px; } }
    .cycle-slideshow .slide .slide-copyright {
      position: absolute;
      top: 0;
      right: 0;
      -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); }
      .cycle-slideshow .slide .slide-copyright p {
        padding: 2px 6px;
        margin: 0;
        color: white;
        font-size: 8px; }
      @media screen and (min-width: 768px) {
        .cycle-slideshow .slide .slide-copyright p {
          padding: 10px 14px; } }

.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);
  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 {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: white;
    cursor: pointer;
    z-index: 200; }
    .overlayPanel .overlayCloseButton span {
      position: absolute;
      left: 10px;
      right: 10px;
      top: 50%;
      margin-top: -2px;
      height: 4px;
      background-color: black; }
      .overlayPanel .overlayCloseButton span:first-child {
        -webkit-animation: rotate-45-cw 0s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s both;
        animation: rotate-45-cw 0s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s both; }
      .overlayPanel .overlayCloseButton span:nth-child(2) {
        -webkit-animation: rotate-45-cw 0s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s reverse both;
        animation: rotate-45-cw 0s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s reverse both; }
  .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 #posterHolder {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 40px;
    right: 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: zoom-out; }
    .overlayPanel #posterHolder.active {
      top: 40px;
      bottom: 40px;
      -webkit-transition: top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
      -khtml-transition: top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
      -moz-transition: top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
      -ms-transition: top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
      -o-transition: top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
      transition: top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s; }
  .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 {
      -webkit-animation: fade-in-top 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s both;
      animation: fade-in-top 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s both; }

.container.bg-gold {
  background-color: #716844;
  color: #ede6cb; }
  .container.bg-gold h1, .container.bg-gold h2 {
    color: white;
    border-color: white; }
.container.bg-gold-light {
  background-color: #ede6cb;
  color: #2b2510; }
  .container.bg-gold-light h1, .container.bg-gold-light h2 {
    color: #2b2510;
    border-color: #2b2510; }
.container.bg-white {
  background-color: white;
  color: #716844; }
.container.bg-gold-dark {
  background-color: #2b2510;
  color: #ede6cb; }
  .container.bg-gold-dark h1 {
    border-color: #ede6cb; }
  .container.bg-gold-dark .state {
    -webkit-animation: fade-in-fwd 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.08s both;
    animation: fade-in-fwd 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.08s both; }
  .container.bg-gold-dark .cinema {
    -webkit-animation: fade-in-fwd 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.04s both;
    animation: fade-in-fwd 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.04s both; }
    .container.bg-gold-dark .cinema.active {
      color: white;
      background-color: #716844; }
      .container.bg-gold-dark .cinema.active:hover {
        color: #2b2510;
        background-color: white; }

.top-panel {
  max-width: 100%;
  padding: 0; }
  .top-panel::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 60%;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.8)), color-stop(1, rgba(0, 0, 0, 0)));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0.8)', EndColorStr='rgba(0, 0, 0, 0)')";
    z-index: 2; }
  .top-panel .cycle-slideshow {
    max-height: 800px;
    min-height: 300px; }
  .top-panel .title-treatment {
    background-color: white;
    padding: 14px 30px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -20px;
    z-index: 100;
    -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;
    -webkit-animation: slide-in-right 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s both;
    animation: slide-in-right 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s both; }
    .top-panel .title-treatment img {
      width: 200px;
      -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;
      fill: #716844; }
    @media screen and (min-width: 768px) {
      .top-panel .title-treatment {
        padding: 30px 50px; }
        .top-panel .title-treatment img {
          width: 360px; } }
  .top-panel .menu-panel-holder {
    width: 100%;
    background-color: #716844;
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    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;
    padding: 0 20px 0 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; }
    .top-panel .menu-panel-holder ul {
      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;
      list-style: none;
      margin: 0;
      padding: 0; }
      .top-panel .menu-panel-holder ul.menu-panel {
        -webkit-animation: fade-in-left 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s both;
        animation: fade-in-left 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s both; }
        .top-panel .menu-panel-holder ul.menu-panel li a {
          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;
          height: 60px;
          padding: 0 10px;
          letter-spacing: 0;
          font-size: 12px;
          text-decoration: none;
          background-color: #716844;
          -webkit-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          -khtml-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          -moz-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          -ms-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          -o-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
          .top-panel .menu-panel-holder ul.menu-panel li a span {
            display: none;
            margin-right: 4px; }
          .top-panel .menu-panel-holder ul.menu-panel li a.active {
            background-color: #2b2510;
            -webkit-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            -khtml-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            -moz-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            -ms-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            -o-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
          .top-panel .menu-panel-holder ul.menu-panel li a:hover {
            background-color: #100e04;
            -webkit-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            -khtml-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            -moz-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            -ms-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            -o-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
        .top-panel .menu-panel-holder ul.menu-panel li:first-child a {
          margin-left: 10px; }
        @media screen and (min-width: 540px) {
          .top-panel .menu-panel-holder ul.menu-panel li a {
            padding: 0 20px; }
          .top-panel .menu-panel-holder ul.menu-panel li:first-child a {
            margin-left: 0; } }
      .top-panel .menu-panel-holder ul.social-links {
        -webkit-animation: slide-in-right 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s both;
        animation: slide-in-right 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s both; }
        .top-panel .menu-panel-holder ul.social-links li a {
          margin-left: 14px;
          text-decoration: none; }
    @media screen and (min-width: 768px) {
      .top-panel .menu-panel-holder {
        padding: 0 330px 0 0; }
        .top-panel .menu-panel-holder ul.menu-panel li a {
          letter-spacing: 1px; }
          .top-panel .menu-panel-holder ul.menu-panel li a span {
            display: inherit; } }
  .top-panel .org-panel {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    z-index: 100;
    -webkit-animation: fade-in-fwd 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s both;
    animation: fade-in-fwd 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s both;
    display: none; }
    .top-panel .org-panel p {
      color: rgba(255, 255, 255, 0.6);
      font-size: 8px;
      text-align: left; }
    .top-panel .org-panel .org-logos a {
      display: inline-block;
      margin-right: 4px; }
      .top-panel .org-panel .org-logos a img {
        height: 30px; }
    @media screen and (min-width: 768px) {
      .top-panel .org-panel {
        padding: 30px; }
        .top-panel .org-panel p {
          font-size: 10px;
          margin-bottom: 10px; }
        .top-panel .org-panel .org-logos a {
          margin-right: 10px; }
          .top-panel .org-panel .org-logos a img {
            height: 60px; } }
  .top-panel.page .title-treatment, .top-panel.cinema .title-treatment {
    top: 80px;
    bottom: auto;
    padding: 14px 26px; }
    .top-panel.page .title-treatment img, .top-panel.cinema .title-treatment img {
      width: 180px; }
    @media screen and (min-width: 768px) {
      .top-panel.page .title-treatment, .top-panel.cinema .title-treatment {
        top: 0;
        padding: 18px 34px; }
        .top-panel.page .title-treatment img, .top-panel.cinema .title-treatment img {
          width: 240px; } }
  .top-panel.page .cycle-slideshow, .top-panel.cinema .cycle-slideshow {
    min-height: 600px; }
  .top-panel.page .cycle-slideshow .slide, .top-panel.cinema .cycle-slideshow .slide {
    margin-top: 60px; }
  .top-panel.page .cycle-slideshow .slide .slide-copyright, .top-panel.cinema .cycle-slideshow .slide .slide-copyright {
    top: 100px;
    -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: 768px) {
      .top-panel.page .cycle-slideshow .slide .slide-copyright, .top-panel.cinema .cycle-slideshow .slide .slide-copyright {
        top: 40px; } }
  .top-panel.cinema .cycle-slideshow {
    max-height: 600px;
    min-height: 500px; }
  @media screen and (min-width: 420px) {
    .top-panel.home .org-panel {
      display: block; } }
  .top-panel.home .menu-panel-holder {
    display: none; }

.film-title {
  z-index: 200;
  width: 100%;
  position: absolute;
  bottom: 0;
  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; }
  .film-title h1 {
    padding: 30px;
    background-color: #716844;
    color: white;
    border-bottom: 0px solid transparent;
    -webkit-animation: slide-in-left 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s both;
    animation: slide-in-left 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s both;
    margin-bottom: 10px;
    display: inline-table;
    text-align: left; }
  .film-title .title-img {
    -webkit-animation: slide-in-left 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s both;
    animation: slide-in-left 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s both;
    margin-bottom: 10px;
    display: inline-table; }
    .film-title .title-img img {
      width: 100%;
      max-width: 240px;
      padding: 30px;
      background-color: #716844;
      display: block; }
  .film-title .film-cta-buttons {
    -webkit-animation: slide-in-right 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s both;
    animation: slide-in-right 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s both;
    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-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
    .film-title .film-cta-buttons a {
      margin-right: 10px;
      margin-bottom: 10px;
      padding: 14px 30px;
      font-size: 12px; }
      .film-title .film-cta-buttons a.nolink {
        pointer-events: none; }
      .film-title .film-cta-buttons a.active {
        background-color: #ada277;
        color: white; }
      .film-title .film-cta-buttons a.filters {
        padding: 14px 20px;
        font-size: 10px; }
  @media screen and (min-width: 380px) {
    .film-title .film-cta-buttons a {
      font-size: 14px; }
    .film-title .film-cta-buttons.filters {
      font-size: 12px; } }
  @media screen and (min-width: 540px) {
    .film-title .film-cta-buttons a {
      padding: 18px 50px;
      font-size: 18px; }
      .film-title .film-cta-buttons a.filters {
        padding: 18px 30px;
        font-size: 14px; } }
  @media screen and (min-width: 768px) {
    .film-title .title-img img {
      max-width: 380px;
      padding: 40px 50px; } }
  @media screen and (min-width: 992px) {
    .film-title {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end;
      height: 0;
      padding-right: 50px;
      position: relative;
      bottom: auto;
      margin-bottom: 0; }
      .film-title h1 {
        margin-bottom: -20px; }
      .film-title .title-img {
        margin-bottom: -20px;
        display: inline-block; }
      .film-title .film-cta-buttons a {
        margin-bottom: -20px;
        margin-left: 10px;
        margin-right: 0; } }

.film-info {
  min-height: 300px;
  margin-top: 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; }
  .film-info .film-info-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-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%; }
    .film-info .film-info-left .film-poster {
      width: 100%;
      position: relative;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: #ede6cb; }
      .film-info .film-info-left .film-poster:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 150%; }
      .film-info .film-info-left .film-poster > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .film-info .film-info-left .film-poster.zoomable {
        cursor: zoom-in;
        pointer-events: none; }
        @media screen and (min-width: 540px) {
          .film-info .film-info-left .film-poster.zoomable {
            pointer-events: all; } }
    .film-info .film-info-left .film-rating-info {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      margin-top: 10px;
      margin-bottom: 20px; }
      .film-info .film-info-left .film-rating-info .rating-icon img {
        width: 30px;
        margin-right: 10px;
        float: left; }
      .film-info .film-info-left .film-rating-info .rating-text p {
        font-size: 10px;
        padding: 0;
        margin: 0;
        letter-spacing: 0;
        color: #2b2510;
        text-align: left;
        line-height: 11px; }
  .film-info .film-info-right {
    text-align: left;
    padding-top: 10px; }
    .film-info .film-info-right h1 {
      border-bottom: 0px solid transparent;
      padding: 0;
      margin-bottom: 4px; }
    .film-info .film-info-right h4 {
      width: 100%;
      border-bottom: 1px solid #ada277;
      margin-bottom: 20px;
      margin-top: 4px;
      padding-bottom: 14px; }
    .film-info .film-info-right .film-specs {
      font-size: 11px;
      color: #2b2510; }
  @media screen and (min-width: 540px) {
    .film-info {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      .film-info .film-info-left {
        width: 160px; }
      .film-info .film-info-right {
        padding-left: 20px;
        padding-top: 10px; } }
  @media screen and (min-width: 768px) {
    .film-info .film-info-left {
      width: 220px; }
    .film-info .film-info-right {
      padding-left: 30px;
      padding-top: 20px; } }

.film-list-panel {
  min-height: 400px;
  padding: 25px 15px; }
  .film-list-panel .btn.all-films-btn {
    margin-top: 30px; }
  .film-list-panel.relevant-films-list .film-list .poster-holder:nth-child(5) {
    display: none; }
  .film-list-panel .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-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 0; }
    .film-list-panel .film-list .poster-holder {
      padding: 5px;
      width: 50%;
      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: 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; }
      .film-list-panel .film-list .poster-holder .film-poster {
        width: 100%;
        display: block;
        position: relative;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #ede6cb; }
        .film-list-panel .film-list .poster-holder .film-poster:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 150%; }
        .film-list-panel .film-list .poster-holder .film-poster > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      .film-list-panel .film-list .poster-holder .btn {
        font-size: 12px; }
      .film-list-panel .film-list .poster-holder .film-date {
        background-color: #716844;
        color: #ede6cb;
        padding: 10px; }
        .film-list-panel .film-list .poster-holder .film-date p {
          margin: 0;
          font-size: 10px;
          line-height: 14px; }
      .film-list-panel .film-list .poster-holder .film-lang {
        background-color: #ede6cb;
        color: #2b2510;
        padding: 10px; }
        .film-list-panel .film-list .poster-holder .film-lang p {
          margin: 0;
          font-size: 10px;
          line-height: 14px; }
  @media screen and (min-width: 540px) {
    .film-list-panel .film-list .poster-holder {
      width: 33.33%; }
    .film-list-panel.relevant-films-list .film-list .poster-holder:nth-child(4), .film-list-panel.relevant-films-list .film-list .poster-holder:nth-child(5) {
      display: none; } }
  @media screen and (min-width: 768px) {
    .film-list-panel {
      padding: 25px 25px; }
      .film-list-panel .film-list {
        margin-top: 10px; }
        .film-list-panel .film-list .poster-holder {
          padding: 10px;
          width: 25%; }
      .film-list-panel.relevant-films-list .film-list .poster-holder:nth-child(4) {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex; } }
  @media screen and (min-width: 992px) {
    .film-list-panel {
      padding: 40px 30px; }
      .film-list-panel .film-list .poster-holder {
        padding: 15px;
        width: 20%; }
      .film-list-panel.relevant-films-list .film-list .poster-holder:nth-child(5) {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex; } }
  .film-list-panel .film-list .poster-holder:nth-child(1) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(2) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(3) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(4) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(5) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(6) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(7) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(8) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(9) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(10) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(11) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(12) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(13) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(14) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(15) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(16) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(17) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(18) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(19) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(20) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(21) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(22) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(23) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(24) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(25) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(26) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(27) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(28) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(29) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(30) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(31) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(32) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(33) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(34) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(35) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(36) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(37) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(38) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel .film-list .poster-holder:nth-child(39) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(1) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.08s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.08s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(2) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.16s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.16s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(3) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(4) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.32s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.32s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(5) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(6) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(7) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.56s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.56s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(8) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.64s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.64s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(9) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(10) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(11) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.88s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.88s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(12) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(13) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.04s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.04s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(14) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.12s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.12s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(15) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(16) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.28s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.28s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(17) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.36s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.36s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(18) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(19) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.52s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.52s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(20) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(21) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(22) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.76s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.76s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(23) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.84s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.84s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(24) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(25) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(26) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.08s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.08s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(27) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(28) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.24s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.24s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(29) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.32s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.32s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(30) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(31) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.48s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.48s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(32) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.56s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.56s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(33) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.64s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.64s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(34) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.72s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.72s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(35) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(36) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(37) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.96s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.96s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(38) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.04s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.04s both; }
  .film-list-panel.in-view .film-list .poster-holder:nth-child(39) {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.12s both;
    animation: fade-in-top 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.12s both; }

.footer-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: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100px;
  padding: 30px;
  max-width: 100%; }
  .footer-panel a {
    display: block; }
    .footer-panel a img.mm-logo {
      height: 28px; }
    .footer-panel a img.ghibli-logo {
      height: 40px;
      margin-bottom: 10px; }
  @media screen and (min-width: 540px) {
    .footer-panel a img.mm-logo {
      height: 34px; }
    .footer-panel a img.ghibli-logo {
      height: 50px; } }

.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 .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: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch;
    margin-top: 20px; }
    .subscribe-panel #subscribe-form .inline-form .form-input {
      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;
      font-family: 'Lora', serif; }
    .subscribe-panel #subscribe-form .inline-form .subscribe {
      font-family: 'Lora', serif;
      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; }

.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: 12px;
      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: 18px;
      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: 12px;
        font-weight: 400;
        letter-spacing: 1px;
        position: relative;
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        -webkit-opacity: 0.8;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80); }
      @media screen and (min-width: 540px) {
        .cinemas-panel .cinema-panels .all-cinemas .cinema {
          width: 48%;
          text-align: 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; } }

body, html {
  width: 100%;
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #100e04; }

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

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

.bb-panel {
  padding: 0;
  background-color: black; }

@media screen and (min-width: 540px) {
  .bb-panel {
    padding: 30px; } }
.bb-panel iframe {
  width: 100%;
  max-width: 970px;
  height: 250px; }

.home-info {
  padding-top: 70px; }
  .home-info h1 {
    margin-bottom: 0;
    border-bottom: 0px; }
  .home-info .btn {
    margin-top: 20px; }

.gallery-panel .cycle-slideshow {
  min-height: 400px; }

.cinema-info-panel .btn {
  margin-top: 30px;
  font-size: 22px; }

.map-panel {
  min-height: 400px; }
  .map-panel .mapScrollWheelOverlay {
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100; }

.error-panel {
  min-height: 400px;
  position: relative;
  background-size: cover;
  position: relative; }
  .error-panel:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .error-panel > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .error-panel .content-fixed {
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    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; }

.google-tag iframe {
  display: none; }

.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%; }
  .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;
    background-color: rgba(0, 0, 0, 0.6); }
    .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) {
      .retailer-list .retailer {
        width: 31%;
        min-height: 80px; } }
    .retailer-list .retailer:hover {
      background-color: black; }
      .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; }

.release-panels {
  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: 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; }

.release-panels .release-panel {
  width: 100%;
  padding: 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: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  text-decoration: none;
  position: relative; }

@media screen and (min-width: 768px) {
  .release-panels .release-panel {
    width: 50%; } }
.release-panels .release-panel:hover .release-info {
  background-color: #40381d;
  -webkit-transition: background-color 0.2s ease-in-out 0s;
  -khtml-transition: background-color 0.2s ease-in-out 0s;
  -moz-transition: background-color 0.2s ease-in-out 0s;
  -ms-transition: background-color 0.2s ease-in-out 0s;
  -o-transition: background-color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s; }

.release-panels .release-panel:hover .release-graphic {
  padding-top: 12px;
  padding-bottom: 28px;
  background-color: #40381d;
  -webkit-transition: padding 0.4s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
  -khtml-transition: padding 0.4s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
  -moz-transition: padding 0.4s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
  -ms-transition: padding 0.4s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
  -o-transition: padding 0.4s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
  transition: padding 0.4s ease-in-out 0s, background-color 0.2s ease-in-out 0s; }

.release-panels .release-panel .release-graphic {
  padding: 20px;
  background-color: #39321a;
  -webkit-transition: padding 0.4s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
  -khtml-transition: padding 0.4s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
  -moz-transition: padding 0.4s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
  -ms-transition: padding 0.4s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
  -o-transition: padding 0.4s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
  transition: padding 0.4s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
  width: 200px; }

.release-panels .release-panel .release-graphic img {
  width: 100%; }

.release-panels .release-panel .release-info {
  width: 100%;
  padding: 20px;
  padding-left: 0;
  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-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  background-color: #39321a;
  -webkit-transition: background-color 0.2s ease-in-out 0s;
  -khtml-transition: background-color 0.2s ease-in-out 0s;
  -moz-transition: background-color 0.2s ease-in-out 0s;
  -ms-transition: background-color 0.2s ease-in-out 0s;
  -o-transition: background-color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s; }

.release-panels .release-panel .release-info h3 {
  display: inline-block;
  margin-top: 8px;
  margin-right: 40px;
  margin-bottom: 0;
  padding-bottom: 4px; }

.release-panels .release-panel .release-info .btn {
  margin-top: 20px; }

.release-panels .release-panel .release-info .release-type {
  display: none;
  margin: 0;
  margin-top: 10px;
  border: rgba(237, 230, 203, 0.6) 1px solid;
  color: rgba(237, 230, 203, 0.6);
  padding: 2px 8px 1px 8px;
  font-size: 11px;
  display: inline-block; }

.release-panels .release-panel .release-info .special-features {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #ada277;
  letter-spacing: 0px; }

.release-panels .release-panel .release-info .special-features li {
  line-height: 18px;
  padding: 0 8px; }

.release-panels .release-panel .release-info .special-features span {
  font-size: 13px;
  color: white;
  padding: 8px 0 6px 0;
  display: block; }
