/* Minification failed. Returning unminified contents.
(327,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(683,22): run-time error CSS1039: Token not allowed after unary operator: '-inner-viewport-height'
(731,22): run-time error CSS1039: Token not allowed after unary operator: '-inner-viewport-height'
(759,18): run-time error CSS1039: Token not allowed after unary operator: '-inner-viewport-height'
 */
/*
 * Boxer [Formstone Library]
 * @author Ben Plum
 * @version 1.5.7
 *
 * Copyright © 2012 Ben Plum <mr@benplum.com>
 * Released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
 */

#boxer,
#boxer .boxer-container,
#boxer .boxer-content,
#boxer-overlay {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#boxer-overlay {
  background: #d1004d;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 105;
}
#boxer {
  background: #fff url(img/fs-boxer-loading.gif) no-repeat center;
  padding: 10px;
  position: absolute;
  z-index: 105;
}
#boxer.inline {
  padding: 30px;
}
#boxer .boxer-close,
.modal-close {
  background: #fff;
  cursor: pointer;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  padding: 0;
  right: -12px;
  top: -12px;
  text-indent: -99999px;
  z-index: 106;
  border: 11px solid #3d3d3d;
  border-radius: 100%;
}
#boxer .boxer-close:hover,
.modal-close:hover {
  border-color: #000;
}
#boxer .boxer-container {
  background: #fff;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 105;
  zoom: 1;
}
#boxer .boxer-content {
  background: #fff;
  overflow: hidden;
  padding: 0;
  width: 10000px;
}
#boxer .boxer-image {
  float: left;
}
#boxer .boxer-iframe {
  float: left;
  height: 100%;
  overflow: auto;
  width: 100%;
}
#boxer .boxer-meta {
  clear: both;
}
#boxer .boxer-arrow {
  background: #fff url(img/fs-boxer-icons.png) no-repeat 0 0;
  border-radius: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: block;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  position: absolute;
  text-indent: -99999px;
  top: 0;
  width: 40px;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
#boxer .boxer-arrow.previous {
  left: 20px;
}
#boxer .boxer-arrow.next {
  background-position: -40px 0;
  right: 20px;
}
#boxer .boxer-content:hover .boxer-arrow {
  opacity: 0.75;
}
#boxer .boxer-content .boxer-arrow:hover {
  opacity: 1;
}
#boxer .boxer-content:hover .boxer-arrow.disabled {
  opacity: 0.3;
  cursor: default !important;
}
#boxer .boxer-position {
  color: #999;
  font-size: 11px;
  margin: 0;
  padding: 15px 10px 5px;
}
#boxer .boxer-caption p {
  margin: 0;
  padding: 15px 10px 10px 10px;
}
#boxer .boxer-caption.gallery p {
  padding-top: 0;
}
*,
::before,
::after {
  margin: 0;
  padding: 0;
}
html {
  color: #000;
  background: #FFF;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: unset;
  font-weight: unset;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
legend {
  color: #000;
}
#yui3-css-stamp.cssreset {
  display: none;
}
/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: tstar;
  font-weight: 400;
  font-style: normal;
  src: url('fonts/tstar-regular-webfont.eot');
  src: url('fonts/tstar-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/tstar-regular-webfont.woff') format('woff'), url('fonts/tstar-regular-webfont.ttf') format('truetype');
}
@font-face {
  font-family: tstar;
  font-weight: 500;
  font-style: normal;
  src: url('fonts/tstar-medium-webfont.eot') format('embedded-opentype'), url('fonts/tstar-medium-webfont.woff') format('woff'), url('fonts/tstar-medium-webfont.ttf') format('truetype');
}
@font-face {
  font-family: tstar;
  font-weight: 600;
  font-style: normal;
  src: url('fonts/tstar-bold-webfont.eot');
  src: url('fonts/tstar-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/tstar-bold-webfont.woff') format('woff'), url('fonts/tstar-bold-webfont.ttf') format('truetype');
}
@font-face {
  font-family: tstar;
  font-weight: 700;
  font-style: normal;
  src: url('fonts/tstar-headline.otf') format('opentype');
}
root {
  --inner-viewport-height: 100vh;
}
html {
  height: 100%;
  font-size: 16px;
}
body {
  background: url(img/bg.gif) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  font-family: tstar, Arial, sans-serif;
  line-height: 1.4em;
  color: #666;
  min-height: 100%;
}
a {
  text-decoration: none;
  color: #d1004d;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3 {
  font-weight: 600;
}
h1 {
  color: #d1004d;
  font-size: 20px;
}
h1,
p {
  margin-bottom: 13px;
}
em,
strong {
  font-weight: 600;
}
img {
  max-width: 100%;
}
.program em,
.modal em {
  text-transform: uppercase;
}
#frw {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
}
#slides {
  position: relative;
  display: block;
}
#slides img {
  display: block;
}
#slides .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 42px;
  z-index: 100;
}
#slides .slick-dots li {
  float: left;
}
#slides .slick-dots button {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #98c9a4;
  border-radius: 50%;
  margin: 0 10px 0 0;
  color: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
#slides .slick-dots button:hover,
#slides .slick-dots li.slick-active button {
  background: #d1004d;
}
.menu {
  font-weight: 600;
  background: #d1004d url(img/accented.png) no-repeat 0 -320px;
  padding: 0 0 0 30px;
  overflow: hidden;
}
.menu-inner {
  width: 100%;
  display: flex;
}
.menu-links {
  display: flex;
}
.menu-links a {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  font-size: 19px;
  color: #fff;
  padding: 0 10px;
}
.menu-links a:hover,
.menu-links a.selected {
  color: #98c9a4;
  background: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.spacer {
  flex-grow: 1;
}
.social-links {
  display: flex;
  align-items: center;
}
.social-links .social-link {
  padding: 0 1rem 0 0;
}
.social-links .social-link a:hover {
  background: none;
}
.social-links .social-link img,
.social-links .social-link svg {
  vertical-align: middle;
}
.menu-address {
  display: none;
}
.menu-close {
  display: none;
}
section {
  width: 630px;
  float: left;
  margin: 0 80px 0 40px;
  padding: 15px 0;
}
aside {
  width: 222px;
  padding: 15px 14px 165px;
  float: right;
  color: #fff;
  background: url(img/accented.png) no-repeat -224px -100px;
  min-height: 450px;
  font-size: 14px;
}
aside h1,
aside h2,
aside h3,
aside a {
  color: #fff;
}
aside img {
  display: block;
  margin-bottom: 13px;
}
aside .text h1,
aside .text h2,
aside .text h3 {
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 0.8em;
}
.main {
  margin: 17px 0 0;
  background: url(img/fc.gif) repeat-y top right;
  overflow: hidden;
  position: relative;
}
.main .main-contact,
.main .main-contact a {
  color: #fff;
}
.main .main-contact p {
  white-space: pre-line;
}
.main .main-contact {
  font-size: 15px;
  width: 222px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 15px 14px;
}
.main .privacy-link {
  padding-top: 1rem;
}
.main .privacy-link a {
  text-decoration: underline;
}
.thumbs {
  overflow: hidden;
}
.thumbs a {
  margin-left: 14px;
  float: left;
}
.thumbs a:first-child {
  margin-left: 0;
}
.thumbs img {
  display: block;
}
.doc:before {
  content: '> ';
}
.modal {
  color: #d1004d;
  width: 770px;
  background: #fff;
  line-height: 1.6em;
}
.modal h1 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: normal;
}
.modal a {
  color: #d1004d;
}
.modal section,
.modal aside {
  margin: 0;
  padding: 0;
}
.modal section {
  width: 470px;
  float: left;
}
.modal aside {
  color: #d1004d;
  width: 185px;
  float: right;
  background: none;
  min-height: 0;
}
.modal img {
  display: block;
  width: 770px;
  height: 218px;
}
.modal .content {
  padding: 25px 45px;
  overflow: hidden;
}
.modal .description {
  color: #666;
  line-height: 1.4em;
}
.modal-overlay {
  z-index: 300;
  background: rgba(209, 0, 77, 0.75);
}
.modal-wrapper {
  z-index: 310;
}
.filmclub a {
  color: #666;
  font-weight: 600;
}
.filmclub .shows em {
  display: inline-block;
  width: 150px;
}
.filmclub .shows span {
  line-height: 2em;
}
.filmclub .thumbs {
  padding-top: 15px;
}
.program {
  margin: 0 10px 0 0;
  width: 740px;
  padding-top: 0;
}
table.program-time-table {
  table-layout: fixed;
  width: 740px;
}
table.program-time-table .accented,
table.program-time-table a,
table.program-time-table td:first-child {
  color: #666;
  font-weight: 600;
}
table.program-time-table .accented td {
  font-size: 16px;
  color: #d1004d !important;
}
table.program-time-table .special,
table.program-time-table .special a {
  color: #d1004d;
}
table.program-time-table tbody {
  font-size: 14px;
}
table.program-time-table tbody tr:nth-child(even) {
  background: #f5f6f6;
}
table.program-time-table tr:first-child td {
  padding-top: 0;
}
table.program-time-table td {
  width: 120px;
  padding: 15px;
  min-height: 55px;
  vertical-align: top;
}
table.program-time-table td:first-child {
  width: 60px;
  padding-left: 40px;
  font-size: 16px;
}
table.program-time-table td:last-child {
  padding-right: 40px;
}
table.program-time-table td span {
  display: block;
}
.pm-list {
  display: none;
}
.header-mobile {
  display: none;
}
.partners {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.partners .partners-logos {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
}
.partners .partner-link {
  border: 1px solid #DDDDDD;
}
.partners .partner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 768px) {
  * {
    box-sizing: border-box;
  }
  body {
    color: black;
    letter-spacing: 0.033rem;
    line-height: 27px;
    line-height: 1.6875rem;
    min-height: var(--inner-viewport-height);
  }
  h1 {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 35px;
    line-height: 2.1875rem;
  }
  h2 {
    font-weight: 700;
  }
  img {
    display: block;
  }
  #frw {
    width: 100%;
  }
  section {
    width: 100%;
    margin: 0;
    padding: 3rem 2.25rem 1.3rem 2.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
  }
  .header-mobile {
    display: block;
    background: url('img/mobile-header.png') no-repeat center center;
    background-size: cover;
    height: 6.44rem;
    padding: 0.5rem 2.25rem;
    position: relative;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-mobile-logo {
    width: 7.5rem;
    height: 7.5rem;
    align-self: flex-start;
  }
  #slides {
    display: none;
  }
  .main {
    background: none;
    margin: 0;
    min-height: var(--inner-viewport-height);
  }
  .program {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
  }
  .program-time-table,
  .main-aside,
  .main-contact,
  .menu {
    display: none;
  }
  .menu-inner {
    flex-flow: column nowrap;
  }
  .menu-inner .privacy-link {
    padding-top: 1rem;
  }
  .menu-inner .privacy-link a {
    text-decoration: underline;
  }
  .menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: var(--inner-viewport-height);
    bottom: 0;
    z-index: 30;
    background-image: none;
    padding: 2.25rem;
    overflow-y: auto;
  }
  .menu li {
    margin-bottom: 1.2rem;
  }
  .menu-links {
    margin-top: 2rem;
    flex-flow: column;
    margin-bottom: 1rem;
  }
  .menu-links a {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: 0.056rem;
    padding: 0;
    margin-bottom: 1rem;
  }
  .menu-links a.selected {
    color: #fff;
    background: none;
  }
  .spacer {
    display: none;
  }
  .menu-close {
    display: block;
    position: absolute;
    right: 0;
    top: 0rem;
  }
  .menu-inner {
    height: 100%;
    position: relative;
  }
  .social-links .social-link {
    padding: 0 1rem 0 0;
  }
  .menu-address {
    margin-bottom: 1rem;
    display: block;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;
  }
  .menu-address-title {
    font-weight: 600;
    color: inherit;
  }
  .menu-address a {
    color: inherit;
    font-weight: 400;
  }
  .pm-list {
    display: block;
    background-color: #000;
  }
  .pm {
    padding-top: 0.3125rem;
    width: 100vw;
    display: block;
    position: relative;
  }
  .pm-header {
    position: relative;
  }
  .pm-img {
    width: 100vw;
    height: 43vw;
    object-fit: cover;
    object-position: center center;
  }
  .pm-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.3rem 2.25rem;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .pm-today {
    display: flex;
    align-items: center;
    padding: 0.3rem 0.7rem 0.1rem 0.7rem;
    color: #fff;
    background-color: #cd134f;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .pm-title {
    color: #fff;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 25px;
    line-height: 1.5625rem;
    letter-spacing: 0.045rem;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #969696;
  }
  .pm-lang {
    font-size: 12.5px;
    font-size: 0.78125rem;
    position: relative;
    bottom: 8.333333333px;
  }
  .pm-details {
    padding: 1.3rem 2.25rem;
    background-color: white;
    display: none;
  }
  .pm-details iframe {
    height: 48vw;
  }
  .pm-details-shows {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 600;
    color: #E64E6C;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .pm-details-shows strong {
    font-weight: 700;
  }
  .pm-details-meta {
    display: grid;
    grid-auto-columns: 1fr 1fr;
    grid-auto-flow: column;
  }
  .thumbs a {
    clear: both;
    float: none;
  }
  .thumbs img {
    width: 100%;
  }
  .filmclub h1 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.6875rem;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  .filmclub .shows {
    margin-top: 2rem;
  }
  .filmclub .shows em {
    width: unset;
  }
  .filmclub .shows span {
    color: #d1004d;
    line-height: 27px;
    line-height: 1.6875rem;
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 600;
  }
  .filmclub .shows a {
    color: #d1004d;
    pointer-events: none;
  }
  .partners .partners-logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
