@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin,latin-ext);
@font-face {
  font-family: 'AvenirNextLTPro-Cn';
  src: url("../fonts/avenir/2DB997_0_0.eot");
  src: url("../fonts/avenir/2DB997_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir/2DB997_0_0.woff2") format("woff2"), url("../fonts/avenir/2DB997_0_0.woff") format("woff"), url("../fonts/avenir/2DB997_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNextLTPro-BoldCn';
  src: url("../fonts/avenir/2DB997_1_0.eot");
  src: url("../fonts/avenir/2DB997_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir/2DB997_1_0.woff2") format("woff2"), url("../fonts/avenir/2DB997_1_0.woff") format("woff"), url("../fonts/avenir/2DB997_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
    font-family: 'RalewayRegular';
    src: url('../fonts/raleway/raleway-regular-webfont.eot');
    src: url('../fonts/raleway/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/fonts/raleway/raleway-regular-webfont.woff') format('woff'),
         url('../fonts/raleway/raleway-regular-webfont.ttf') format('truetype'),
         url('../fonts/raleway/raleway-regular-webfont.svg#ralewayregular') format('svg');
     font-weight: normal;
     font-style: normal;
}

@font-face {
    font-family: 'RalewayLight';
    src: url('../fonts/raleway/raleway-light-webfont.eot');
    src: url('../fonts/raleway/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway/raleway-light-webfont.woff2') format('woff2'),
         url('../fonts/raleway/raleway-light-webfont.woff') format('woff'),
         url('../fonts/raleway/raleway-light-webfont.ttf') format('truetype'),
         url('../fonts/raleway/raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/* line 51, ../sass/_fonts.scss */
.AvenirNextLTPro-Cn, .header-outer-wrap .header-wrap #menu, .image-wrap .image-content h1, .image-wrap .image-content a.big-link, .news-block .news-wrap .read-more-share .read-more, .news-page-wrap .created-wrap, .film-list-page-wrap .created-wrap, .locations-wrap .created-wrap, .news-page-wrap .lead-wrap p, .film-list-page-wrap .lead-wrap p, .locations-wrap .lead-wrap p, .locations-body-wrap .category-buttons a, .locations-body-wrap .photos-wrap .photo-wrap .photo-overlay, .film-list-page-wrap .film .film-about-wrap .date, .film-list-page-wrap .film .film-about-wrap .read-more, .share-article-wrap h4, footer, footer .site-tree ul li ul li, .about-buttons a, .home-icons a, .info-window, .contact-wrap form .form-control label, .contact-wrap form button.submit, .contact-wrap .company-info p, .sibling-articles a {
  font-family: 'AvenirNextLTPro-Cn', sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* line 57, ../sass/_fonts.scss */
.AvenirNextLTPro-BoldCn, h2.headline, .news-page-wrap .body-wrap h2, .film-list-page-wrap .body-wrap h2, .locations-wrap .body-wrap h2, .news-block .news-wrap h3, .news-page-wrap .page-title, .film-list-page-wrap .page-title, .locations-wrap .page-title, .film-list-page-wrap .film .film-about-wrap h3, .person-wrap h2, footer .logo-address .address b, footer .site-tree ul li {
  font-family: 'AvenirNextLTPro-Cn', sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* line 63, ../sass/_fonts.scss */
.Raleway, .image-wrap .image-content p, .news-block .news-wrap .category-and-date, .news-page-wrap, .film-list-page-wrap, .locations-wrap, .about-part .about-text, .contact-wrap .legal {
  font-family: 'PT Sans', sans-serif;
}

/* line 66, ../sass/_fonts.scss */
.RalewayLight {
  font-family: 'PT Sans', sans-serif;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, ../sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../sass/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../sass/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

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

/* line 18, ../javascripts/slick/slick/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 25, ../javascripts/slick/slick/slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 29, ../javascripts/slick/slick/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 34, ../javascripts/slick/slick/slick.scss */
.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);
}

/* line 43, ../javascripts/slick/slick/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 49, ../javascripts/slick/slick/slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 55, ../javascripts/slick/slick/slick.scss */
.slick-track:after {
  clear: both;
}
/* line 59, ../javascripts/slick/slick/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 63, ../javascripts/slick/slick/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 67, ../javascripts/slick/slick/slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 70, ../javascripts/slick/slick/slick.scss */
.slick-slide img {
  display: block;
}
/* line 73, ../javascripts/slick/slick/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 79, ../javascripts/slick/slick/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 83, ../javascripts/slick/slick/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 87, ../javascripts/slick/slick/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 91, ../javascripts/slick/slick/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
/* line 40, ../javascripts/slick/slick/slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url('/images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('/fonts/slick.eot');
  src: url('/fonts/slick.eot?#iefix') format("embedded-opentype"), url('/fonts/slick.woff') format("woff"), url('/fonts/slick.ttf') format("truetype"), url('/fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 58, ../javascripts/slick/slick/slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
/* line 74, ../javascripts/slick/slick/slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 78, ../javascripts/slick/slick/slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 82, ../javascripts/slick/slick/slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 87, ../javascripts/slick/slick/slick-theme.scss */
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 97, ../javascripts/slick/slick/slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 99, ../javascripts/slick/slick/slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 103, ../javascripts/slick/slick/slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 105, ../javascripts/slick/slick/slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 111, ../javascripts/slick/slick/slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 113, ../javascripts/slick/slick/slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 117, ../javascripts/slick/slick/slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 119, ../javascripts/slick/slick/slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 127, ../javascripts/slick/slick/slick-theme.scss */
.slick-slider {
  margin-bottom: 30px;
}

/* line 131, ../javascripts/slick/slick/slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
/* line 139, ../javascripts/slick/slick/slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 147, ../javascripts/slick/slick/slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 159, ../javascripts/slick/slick/slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 161, ../javascripts/slick/slick/slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 165, ../javascripts/slick/slick/slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 182, ../javascripts/slick/slick/slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/* line 42, ../sass/styles.scss */
.rotating, .image-wrap--404 svg {
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;
}

/* apply a natural box layout model to all elements, but allowing components to change */
/* line 52, ../sass/styles.scss */
html {
  box-sizing: border-box;
}

/* line 55, ../sass/styles.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 59, ../sass/styles.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* line 80, ../sass/styles.scss */
.full-width, .container, .header-outer-wrap .header-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 320px) {
  /* line 80, ../sass/styles.scss */
  .full-width, .container, .header-outer-wrap .header-wrap {
    padding: 0 15px;
  }
}
@media (min-width: 480px) {
  /* line 80, ../sass/styles.scss */
  .full-width, .container, .header-outer-wrap .header-wrap {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  /* line 80, ../sass/styles.scss */
  .full-width, .container, .header-outer-wrap .header-wrap {
    padding: 0 50px;
  }
}

/* line 96, ../sass/styles.scss */
.button-with-hover, .image-wrap .image-content a.big-link, .news-block .news-wrap .read-more-share .read-more, .news-block .news-wrap .read-more-share .share, .news-block .news-wrap .read-more-share .share-network, .locations-body-wrap .category-buttons a, .film-list-page-wrap .film .film-about-wrap .read-more, .person-wrap .person-networks a, .social-networks .share-network-button, .about-buttons a, .contact-wrap form button.submit, .sibling-articles a {
  position: relative;
}
/* line 98, ../sass/styles.scss */
.button-with-hover:after, .image-wrap .image-content a.big-link:after, .news-block .news-wrap .read-more-share .read-more:after, .news-block .news-wrap .read-more-share .share:after, .news-block .news-wrap .read-more-share .share-network:after, .locations-body-wrap .category-buttons a:after, .film-list-page-wrap .film .film-about-wrap .read-more:after, .person-wrap .person-networks a:after, .social-networks .share-network-button:after, .about-buttons a:after, .contact-wrap form button.submit:after, .sibling-articles a:after {
  -moz-transition: width 0.1s ease-in-out;
  -o-transition: width 0.1s ease-in-out;
  -webkit-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #FAB94D;
  z-index: -1;
}
/* line 110, ../sass/styles.scss */
.button-with-hover:hover:after, .image-wrap .image-content a.big-link:hover:after, .news-block .news-wrap .read-more-share .read-more:hover:after, .news-block .news-wrap .read-more-share .share:hover:after, .news-block .news-wrap .read-more-share .share-network:hover:after, .locations-body-wrap .category-buttons a:hover:after, .film-list-page-wrap .film .film-about-wrap .read-more:hover:after, .person-wrap .person-networks a:hover:after, .social-networks .share-network-button:hover:after, .about-buttons a:hover:after, .contact-wrap form button.submit:hover:after, .sibling-articles a:hover:after {
  width: 100%;
}

/* line 120, ../sass/styles.scss */
.preloader {
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
/* line 128, ../sass/styles.scss */
.preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (min-width: 320px) {
  /* line 128, ../sass/styles.scss */
  .preloader img {
    width: 300px;
    margin-left: -150px;
    margin-top: -35px;
  }
}
@media (min-width: 780px) {
  /* line 128, ../sass/styles.scss */
  .preloader img {
    width: auto;
    height: auto;
    margin-left: -300px;
    margin-top: -69px;
  }
}

/* line 146, ../sass/styles.scss */
.header-outer-wrap {
  height: 72px;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  z-index: 1000;
}
@include-breakpoint ($sz-md) {
  /* line 146, ../sass/styles.scss */
  .header-outer-wrap {
    top: 30px;
  }
}
/* line 158, ../sass/styles.scss */
.header-outer-wrap .header-wrap #logo-link {
  float: left;
}
@media (min-width: 320px) {
  /* line 158, ../sass/styles.scss */
  .header-outer-wrap .header-wrap #logo-link {
    margin-left: -9px;
    width: 200px;
  }
}
@media (min-width: 780px) {
  /* line 158, ../sass/styles.scss */
  .header-outer-wrap .header-wrap #logo-link {
    margin-left: -34px;
    width: 280px;
  }
}
@media (min-width: 1100px) {
  /* line 158, ../sass/styles.scss */
  .header-outer-wrap .header-wrap #logo-link {
    width: auto;
  }
}
/* line 171, ../sass/styles.scss */
.header-outer-wrap .header-wrap #logo-link img {
  display: block;
  max-width: 100%;
}
/* line 176, ../sass/styles.scss */
.header-outer-wrap .header-wrap .menu-open, .header-outer-wrap .header-wrap .menu-close {
  float: right;
  margin-top: 7px;
  margin-right: -10px;
}
/* line 180, ../sass/styles.scss */
.header-outer-wrap .header-wrap .menu-open svg, .header-outer-wrap .header-wrap .menu-close svg {
  height: 24px;
}
/* line 185, ../sass/styles.scss */
.header-outer-wrap .header-wrap .menu-close {
  display: none;
}
@media (min-width: 780px) {
  /* line 189, ../sass/styles.scss */
  .header-outer-wrap .header-wrap .menu-close, .header-outer-wrap .header-wrap .menu-open {
    display: none;
  }
}
/* line 193, ../sass/styles.scss */
.header-outer-wrap .header-wrap #menu {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  display: none;
  list-style: none;
  text-transform: uppercase;
}
/* line 194, ../sass/styles.scss */
.header-outer-wrap .header-wrap #menu .dropit-open > a {
  color: #FAB94D;
}
@media (min-width: 320px) {
  /* line 193, ../sass/styles.scss */
  .header-outer-wrap .header-wrap #menu {
    clear: both;
    text-align: center;
    font-size: 30px;
    padding-top: 50px;
  }
  /* line 210, ../sass/styles.scss */
  .header-outer-wrap .header-wrap #menu a {
    color: white;
    text-decoration: none;
  }
  /* line 215, ../sass/styles.scss */
  .header-outer-wrap .header-wrap #menu li:after {
    content: "";
    width: 105px;
    height: 1px;
    background: #FAB94D;
    display: block;
    margin: 10px auto;
  }
  /* line 224, ../sass/styles.scss */
  .header-outer-wrap .header-wrap #menu li:last-child:after {
    display: none;
  }
  /* line 228, ../sass/styles.scss */
  .header-outer-wrap .header-wrap #menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
    display: block;
  }
  /* line 234, ../sass/styles.scss */
  .header-outer-wrap .header-wrap #menu ul li {
    padding: 5px;
  }
  /* line 236, ../sass/styles.scss */
  .header-outer-wrap .header-wrap #menu ul li:last-child {
    padding-bottom: 0;
  }
  /* line 240, ../sass/styles.scss */
  .header-outer-wrap .header-wrap #menu ul li:after {
    display: none;
  }
}
@media (min-width: 780px) {
  /* line 193, ../sass/styles.scss */
  .header-outer-wrap .header-wrap #menu {
    font-size: 20px;
    clear: none;
    display: block;
    text-align: right;
    float: right;
    padding-top: 7px;
  }
  /* line 253, ../sass/styles.scss */
  .header-outer-wrap .header-wrap #menu li {
    display: inline-block;
  }
  /* line 256, ../sass/styles.scss */
  .header-outer-wrap .header-wrap #menu li a {
    color: white;
    font-weight: normal;
    text-decoration: none;
  }
  /* line 260, ../sass/styles.scss */
  .header-outer-wrap .header-wrap #menu li a:hover {
    text-decoration: none;
    border-bottom: 3px solid #FAB94D;
    padding-bottom: 5px;
    color: #FAB94D;
  }
  /* line 268, ../sass/styles.scss */
  .header-outer-wrap .header-wrap #menu li:hover > a {
    text-decoration: none;
    border-bottom: 3px solid #FAB94D;
    padding-bottom: 5px;
    color: #FAB94D;
  }
  /* line 274, ../sass/styles.scss */
  .header-outer-wrap .header-wrap #menu li:after {
    content: "/";
    font-weight: bold;
    color: #FAB94D;
    display: inline;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
    position: relative;
    top: 0px;
    width: auto;
    background: transparent;
  }
  /* line 288, ../sass/styles.scss */
  .header-outer-wrap .header-wrap #menu li:last-child:after {
    content: "";
    display: none;
  }
  /* line 294, ../sass/styles.scss */
  .header-outer-wrap .header-wrap #menu li.hover ul, .header-outer-wrap .header-wrap #menu li.active ul {
    display: block;
  }
  /* line 298, ../sass/styles.scss */
  .header-outer-wrap .header-wrap #menu li ul {
    position: absolute;
    padding: 0;
    padding-top: 10px;
    display: none;
    margin: 0 -5px 0;
  }
  /* line 304, ../sass/styles.scss */
  .header-outer-wrap .header-wrap #menu li ul li {
    font-size: 16px;
    margin-right: 35px;
  }
  /* line 307, ../sass/styles.scss */
  .header-outer-wrap .header-wrap #menu li ul li:after {
    content: "";
    display: none;
  }
  /* line 312, ../sass/styles.scss */
  .header-outer-wrap .header-wrap #menu li ul li a:hover {
    border-bottom-width: 2px;
    padding-bottom: 3px;
  }
}
/* line 327, ../sass/styles.scss */
.header-outer-wrap.fixed {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
}
@media (min-width: 320px) {
  /* line 327, ../sass/styles.scss */
  .header-outer-wrap.fixed {
    height: 72px;
    padding: 15px 0;
  }
}
@media (min-width: 780px) {
  /* line 327, ../sass/styles.scss */
  .header-outer-wrap.fixed {
    height: 110px;
    padding: 30px 0;
  }
  /* line 338, ../sass/styles.scss */
  .header-outer-wrap.fixed #logo-link img {
    height: 50px;
  }
}
/* line 345, ../sass/styles.scss */
.header-outer-wrap.open-nav .menu-open {
  display: none;
}
/* line 348, ../sass/styles.scss */
.header-outer-wrap.open-nav .menu-close {
  display: block;
}
@media (min-width: 320px) {
  /* line 344, ../sass/styles.scss */
  .header-outer-wrap.open-nav {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding: 15px 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
  }
  /* line 359, ../sass/styles.scss */
  .header-outer-wrap.open-nav #menu {
    display: block;
  }
}

/* line 368, ../sass/styles.scss */
.image-wrap {
  width: 100%;
  background-position: 50% 50%;
  position: relative;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  display: flex;
  display: -webkit-box;
  /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
  display: -moz-box;
  /* OLD: Firefox (buggy) */
  display: -ms-flexbox;
  /* MID: IE 10 */
  display: -webkit-flex;
  /* NEW, Chrome 21?28, Safari 6.1+ */
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
@media (min-width: 320px) {
  /* line 368, ../sass/styles.scss */
  .image-wrap {
    height: 70vh;
  }
}
@media (min-width: 780px) {
  /* line 368, ../sass/styles.scss */
  .image-wrap {
    height: 600px;
    display: block;
    padding-top: 210px;
  }
}
/* line 391, ../sass/styles.scss */
.image-wrap:before, .image-wrap:after {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 70%;
  background-image: url(../images/icons/header_top_overlay_shadow.png);
  background-position: 0 0;
  background-repeat: repeat-x;
}
/* line 404, ../sass/styles.scss */
.image-wrap:after {
  bottom: 0;
  background-image: url(../images/icons/header_bottom_overlay_shadow.png);
  background-position: 0 100%;
}
/* line 409, ../sass/styles.scss */
.image-wrap:before {
  top: 0;
}
/* line 412, ../sass/styles.scss */
.image-wrap .image-content {
  position: relative;
  z-index: 999;
  color: white;
  width: 100%;
}
/* line 417, ../sass/styles.scss */
.image-wrap .image-content h1 {
  margin: 0 auto 20px;
  text-align: center;
  max-width: 1200px;
  font-size: 12vw;
  width: 80%;
  margin-top: 50px;
}
@media (min-width: 780px) {
  /* line 417, ../sass/styles.scss */
  .image-wrap .image-content h1 {
    font-size: 7vw;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  /* line 417, ../sass/styles.scss */
  .image-wrap .image-content h1 {
    font-size: 72px;
  }
}
/* line 433, ../sass/styles.scss */
.image-wrap .image-content hr {
  width: 100px;
  border: none;
  border-top: 1px solid white;
  margin: 0 auto 30px;
}
/* line 439, ../sass/styles.scss */
.image-wrap .image-content p {
  text-align: center;
  font-size: 5vw;
  margin: 0 auto 30px;
  width: 80%;
}
/* line 445, ../sass/styles.scss */
.image-wrap .image-content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 780px) {
  /* line 439, ../sass/styles.scss */
  .image-wrap .image-content p {
    width: 75%;
    max-width: 800px;
    font-size: 30px;
  }
}
/* line 454, ../sass/styles.scss */
.image-wrap .image-content a.big-link {
  text-align: center;
  display: block;
  border: 1px solid white;
  height: 2.5em;
  line-height: 2.5em;
  font-size: 7vw;
  color: white;
  text-decoration: none;
  margin: 0 auto;
  width: 70%;
}
/* line 467, ../sass/styles.scss */
.image-wrap .image-content a.big-link:hover {
  border-color: #FAB94D;
}
@media (min-width: 780px) {
  /* line 454, ../sass/styles.scss */
  .image-wrap .image-content a.big-link {
    font-size: 30px;
    width: 33%;
    max-width: 390px;
  }
}

/* line 478, ../sass/styles.scss */
.image-wrap--frontpage {
  height: 100vh;
  display: flex;
  display: -webkit-box;
  /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
  display: -moz-box;
  /* OLD: Firefox (buggy) */
  display: -ms-flexbox;
  /* MID: IE 10 */
  display: -webkit-flex;
  /* NEW, Chrome 21?28, Safari 6.1+ */
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

/* line 493, ../sass/styles.scss */
.image-wrap--news-list:before {
  height: 100%;
}
/* line 496, ../sass/styles.scss */
.image-wrap--news-list:after {
  display: none;
}
@media (min-width: 320px) {
  /* line 492, ../sass/styles.scss */
  .image-wrap--news-list {
    height: 150px;
  }
}
@media (min-width: 780px) {
  /* line 492, ../sass/styles.scss */
  .image-wrap--news-list {
    height: 300px;
  }
}

/* line 507, ../sass/styles.scss */
.image-wrap--contact {
  display: block;
  padding-top: 0;
}
/* line 510, ../sass/styles.scss */
.image-wrap--contact:before {
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  height: 200px;
  z-index: 5;
}
/* line 516, ../sass/styles.scss */
.image-wrap--contact:after {
  display: none;
  content: "";
}
@media (min-width: 320px) {
  /* line 507, ../sass/styles.scss */
  .image-wrap--contact {
    height: 60vh;
  }
  /* line 522, ../sass/styles.scss */
  .image-wrap--contact #map-location {
    height: 100%;
    z-index: 1;
  }
}
@media (min-width: 780px) {
  /* line 507, ../sass/styles.scss */
  .image-wrap--contact {
    height: 600px;
  }
  /* line 529, ../sass/styles.scss */
  .image-wrap--contact #map-location {
    height: 600px;
  }
}

/* line 535, ../sass/styles.scss */
h2.headline, .news-page-wrap .body-wrap h2, .film-list-page-wrap .body-wrap h2, .locations-wrap .body-wrap h2 {
  font-size: 36px;
  color: #4A4A4A;
}
/* line 539, ../sass/styles.scss */
h2.headline:after, .news-page-wrap .body-wrap h2:after, .film-list-page-wrap .body-wrap h2:after, .locations-wrap .body-wrap h2:after {
  display: block;
  content: " ";
  background: #FAB94D;
  margin-top: 30px;
  width: 90px;
  height: 3px;
}

/* line 550, ../sass/styles.scss */
.news-block .container {
  overflow: hidden;
  *zoom: 1;
  padding-top: 10px;
}
/* line 554, ../sass/styles.scss */
.news-block .news-wrap {
  background: #00495B;
  float: left;
  margin-bottom: 10px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
@media (min-width: 320px) {
  /* line 554, ../sass/styles.scss */
  .news-block .news-wrap {
    width: 100%;
    padding-bottom: 56.25%;
  }
  /* line 564, ../sass/styles.scss */
  .news-block .news-wrap h3 {
    font-size: 20px;
  }
}
@media (min-width: 780px) {
  /* line 554, ../sass/styles.scss */
  .news-block .news-wrap {
    width: 50%;
    padding-bottom: 28.125%;
  }
  /* line 571, ../sass/styles.scss */
  .news-block .news-wrap:nth-child(even) {
    border-left: 5px solid white;
  }
  /* line 574, ../sass/styles.scss */
  .news-block .news-wrap:nth-child(odd) {
    border-right: 5px solid white;
  }
  /* line 577, ../sass/styles.scss */
  .news-block .news-wrap h3 {
    font-size: 40px;
  }
}
/* line 581, ../sass/styles.scss */
.news-block .news-wrap .news-category-date-title {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
}
/* line 588, ../sass/styles.scss */
.news-block .news-wrap .category-and-date {
  text-transform: uppercase;
}
/* line 592, ../sass/styles.scss */
.news-block .news-wrap h3 {
  margin: 0;
}
/* line 598, ../sass/styles.scss */
.news-block .news-wrap .overlay {
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
/* line 608, ../sass/styles.scss */
.news-block .news-wrap .read-more-share {
  -moz-transition: margin 0.25s ease-in, height 0.2s ease-out;
  -o-transition: margin 0.25s ease-in, height 0.2s ease-out;
  -webkit-transition: margin 0.25s ease-in, height 0.2s ease-out;
  transition: margin 0.25s ease-in, height 0.2s ease-out;
  margin: 0;
  height: 0;
  overflow: hidden;
}
/* line 613, ../sass/styles.scss */
.news-block .news-wrap .read-more-share .read-more, .news-block .news-wrap .read-more-share .share {
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  opacity: 0;
}
/* line 617, ../sass/styles.scss */
.news-block .news-wrap .read-more-share .read-more {
  border: 1px solid white;
  color: white;
  text-transform: uppercase;
  text-align: center;
  float: left;
  position: relative;
  z-index: 1000;
}
/* line 627, ../sass/styles.scss */
.news-block .news-wrap .read-more-share .read-more svg {
  height: 14px;
  display: none;
}
/* line 631, ../sass/styles.scss */
.news-block .news-wrap .read-more-share .read-more:hover {
  border-color: #FAB94D;
  color: white;
}
/* line 634, ../sass/styles.scss */
.news-block .news-wrap .read-more-share .read-more:hover svg {
  display: inline-block;
  margin-left: 2px;
}
/* line 637, ../sass/styles.scss */
.news-block .news-wrap .read-more-share .read-more:hover svg path {
  fill: white;
}
/* line 643, ../sass/styles.scss */
.news-block .news-wrap .read-more-share .share, .news-block .news-wrap .read-more-share .share-network {
  border: 1px solid white;
  width: 60px;
  height: 60px;
  float: right;
  text-align: center;
  line-height: 70px;
  display: none;
  z-index: 100;
}
/* line 653, ../sass/styles.scss */
.news-block .news-wrap .read-more-share .share-network {
  margin-right: 10px;
  display: none;
}
/* line 656, ../sass/styles.scss */
.news-block .news-wrap .read-more-share .share-network svg {
  max-width: 20px;
  max-height: 20px;
}
/* line 659, ../sass/styles.scss */
.news-block .news-wrap .read-more-share .share-network svg path {
  fill: white;
}
/* line 666, ../sass/styles.scss */
.news-block .news-wrap .read-more-share .share:hover, .news-block .news-wrap .read-more-share .share-network:hover {
  border-color: #FAB94D;
}
/* line 668, ../sass/styles.scss */
.news-block .news-wrap .read-more-share .share:hover svg path, .news-block .news-wrap .read-more-share .share-network:hover svg path {
  fill: white;
}
@media (min-width: 320px) {
  /* line 674, ../sass/styles.scss */
  .news-block .news-wrap .read-more-share .read-more {
    height: 30px;
    width: 100%;
    line-height: 30px;
    font-size: 15px;
  }
}
@media (min-width: 780px) {
  /* line 682, ../sass/styles.scss */
  .news-block .news-wrap .read-more-share .read-more {
    height: 55px;
    width: 220px;
    font-size: 20px;
    line-height: 55px;
  }
  /* line 688, ../sass/styles.scss */
  .news-block .news-wrap .read-more-share .share {
    display: block;
  }
}
/* line 694, ../sass/styles.scss */
.news-block .news-wrap .read-more-share--share-open .share-network {
  display: block;
}
/* line 697, ../sass/styles.scss */
.news-block .news-wrap .read-more-share--share-open .share {
  background: #FAB94D;
  border-color: #FAB94D;
}
/* line 700, ../sass/styles.scss */
.news-block .news-wrap .read-more-share--share-open .share svg path {
  fill: white;
}
/* line 706, ../sass/styles.scss */
.news-block .news-wrap:hover .read-more-share {
  margin: 20px 0 10px;
}
@media (min-width: 320px) {
  /* line 706, ../sass/styles.scss */
  .news-block .news-wrap:hover .read-more-share {
    height: 30px;
  }
}
@media (min-width: 780px) {
  /* line 706, ../sass/styles.scss */
  .news-block .news-wrap:hover .read-more-share {
    height: 60px;
  }
}
/* line 714, ../sass/styles.scss */
.news-block .news-wrap:hover .read-more-share .read-more, .news-block .news-wrap:hover .read-more-share .share, .news-block .news-wrap:hover .read-more-share .share-network {
  opacity: 1;
}
/* line 719, ../sass/styles.scss */
.news-block .news-wrap:hover .overlay {
  opacity: 1;
}

/* line 725, ../sass/styles.scss */
.news-block--frontpage {
  background: #181818;
}
/* line 727, ../sass/styles.scss */
.news-block--frontpage .news-wrap:nth-child(odd),
.news-block--frontpage .news-wrap:nth-child(even) {
  border-color: #181818;
}

/* line 734, ../sass/styles.scss */
.news-page-wrap, .film-list-page-wrap, .locations-wrap {
  margin-top: 45px;
  font-size: 18px;
  line-height: 1.5;
  color: #4A4A4A;
}
/* line 740, ../sass/styles.scss */
.news-page-wrap a, .film-list-page-wrap a, .locations-wrap a {
  color: #FAB94D;
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: -0.35em;
}
/* line 747, ../sass/styles.scss */
.news-page-wrap a:hover, .film-list-page-wrap a:hover, .locations-wrap a:hover {
  text-decoration: none;
}
/* line 751, ../sass/styles.scss */
.news-page-wrap .page-title, .news-page-wrap .lead-wrap, .news-page-wrap .main-image-wrap, .news-page-wrap .body-wrap, .news-page-wrap .gallery-wrap, .news-page-wrap .created-wrap, .news-page-wrap .embed-outer-wrap, .news-page-wrap .attachments-wrap, .film-list-page-wrap .page-title, .film-list-page-wrap .lead-wrap, .film-list-page-wrap .main-image-wrap, .film-list-page-wrap .body-wrap, .film-list-page-wrap .gallery-wrap, .film-list-page-wrap .created-wrap, .film-list-page-wrap .embed-outer-wrap, .film-list-page-wrap .attachments-wrap, .locations-wrap .page-title, .locations-wrap .lead-wrap, .locations-wrap .main-image-wrap, .locations-wrap .body-wrap, .locations-wrap .gallery-wrap, .locations-wrap .created-wrap, .locations-wrap .embed-outer-wrap, .locations-wrap .attachments-wrap {
  max-width: 790px;
  margin: 0 auto;
}
/* line 756, ../sass/styles.scss */
.news-page-wrap .page-title, .film-list-page-wrap .page-title, .locations-wrap .page-title {
  font-size: 50px;
  line-height: 1;
}
/* line 761, ../sass/styles.scss */
.news-page-wrap h2.page-title, .film-list-page-wrap h2.page-title, .locations-wrap h2.page-title {
  margin-bottom: 10px;
}
/* line 764, ../sass/styles.scss */
.news-page-wrap .created-wrap, .film-list-page-wrap .created-wrap, .locations-wrap .created-wrap {
  color: #9B9B9B;
  margin-bottom: 10px;
}
/* line 768, ../sass/styles.scss */
.news-page-wrap .created-wrap svg, .film-list-page-wrap .created-wrap svg, .locations-wrap .created-wrap svg {
  display: inline-block;
  margin-bottom: -1px;
}
/* line 773, ../sass/styles.scss */
.news-page-wrap .lead-wrap p, .film-list-page-wrap .lead-wrap p, .locations-wrap .lead-wrap p {
  margin: 0;
  font-size: 25px;
  line-height: 1.2;
}
/* line 780, ../sass/styles.scss */
.news-page-wrap .main-image-wrap, .film-list-page-wrap .main-image-wrap, .locations-wrap .main-image-wrap {
  padding: 35px 0;
  text-align: center;
}
/* line 783, ../sass/styles.scss */
.news-page-wrap .main-image-wrap img, .film-list-page-wrap .main-image-wrap img, .locations-wrap .main-image-wrap img {
  max-width: 100%;
}
/* line 787, ../sass/styles.scss */
.news-page-wrap .body-wrap :first-child, .film-list-page-wrap .body-wrap :first-child, .locations-wrap .body-wrap :first-child {
  margin-top: 0;
}
/* line 790, ../sass/styles.scss */
.news-page-wrap .body-wrap img, .film-list-page-wrap .body-wrap img, .locations-wrap .body-wrap img {
  max-width: 100%;
}
/* line 795, ../sass/styles.scss */
.news-page-wrap .body-wrap h2:after, .film-list-page-wrap .body-wrap h2:after, .locations-wrap .body-wrap h2:after {
  margin-top: 15px;
  margin-bottom: 0;
}
/* line 800, ../sass/styles.scss */
.news-page-wrap .body-wrap ul, .film-list-page-wrap .body-wrap ul, .locations-wrap .body-wrap ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 804, ../sass/styles.scss */
.news-page-wrap .body-wrap ul li, .film-list-page-wrap .body-wrap ul li, .locations-wrap .body-wrap ul li {
  position: relative;
}
/* line 806, ../sass/styles.scss */
.news-page-wrap .body-wrap ul li:before, .film-list-page-wrap .body-wrap ul li:before, .locations-wrap .body-wrap ul li:before {
  content: "";
  display: block;
  position: absolute;
  background: #FAB94D;
  width: 15px;
  height: 3px;
  left: -22px;
  top: 12px;
}
/* line 818, ../sass/styles.scss */
.news-page-wrap .film-festivals-wrap, .news-page-wrap .awards-wrap, .film-list-page-wrap .film-festivals-wrap, .film-list-page-wrap .awards-wrap, .locations-wrap .film-festivals-wrap, .locations-wrap .awards-wrap {
  margin-bottom: 15px;
}
/* line 821, ../sass/styles.scss */
.news-page-wrap .gallery-outer-wrap, .film-list-page-wrap .gallery-outer-wrap, .locations-wrap .gallery-outer-wrap {
  background: #181818;
  padding: 10px 0;
  margin: 40px 0;
}
/* line 825, ../sass/styles.scss */
.news-page-wrap .gallery-outer-wrap .gallery-wrap, .film-list-page-wrap .gallery-outer-wrap .gallery-wrap, .locations-wrap .gallery-outer-wrap .gallery-wrap {
  max-width: 790px;
}
/* line 828, ../sass/styles.scss */
.news-page-wrap .gallery-outer-wrap .slider-nav, .film-list-page-wrap .gallery-outer-wrap .slider-nav, .locations-wrap .gallery-outer-wrap .slider-nav {
  margin-top: 10px;
}
/* line 830, ../sass/styles.scss */
.news-page-wrap .gallery-outer-wrap .slider-nav .image, .film-list-page-wrap .gallery-outer-wrap .slider-nav .image, .locations-wrap .gallery-outer-wrap .slider-nav .image {
  margin-right: 10px;
}
/* line 832, ../sass/styles.scss */
.news-page-wrap .gallery-outer-wrap .slider-nav .image img, .film-list-page-wrap .gallery-outer-wrap .slider-nav .image img, .locations-wrap .gallery-outer-wrap .slider-nav .image img {
  width: 100%;
}
/* line 837, ../sass/styles.scss */
.news-page-wrap .gallery-outer-wrap .slick-slider, .film-list-page-wrap .gallery-outer-wrap .slick-slider, .locations-wrap .gallery-outer-wrap .slick-slider {
  margin-bottom: 0;
}
/* line 842, ../sass/styles.scss */
.news-page-wrap .about-film-wrap ul, .film-list-page-wrap .about-film-wrap ul, .locations-wrap .about-film-wrap ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 35px;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
}
/* line 851, ../sass/styles.scss */
.news-page-wrap .embeds-wrap, .film-list-page-wrap .embeds-wrap, .locations-wrap .embeds-wrap {
  padding-bottom: 30px;
}
/* line 854, ../sass/styles.scss */
.news-page-wrap .embed-outer-wrap, .film-list-page-wrap .embed-outer-wrap, .locations-wrap .embed-outer-wrap {
  padding: 30px 0 0;
}
/* line 856, ../sass/styles.scss */
.news-page-wrap .embed-outer-wrap .embed-inner-wrap, .film-list-page-wrap .embed-outer-wrap .embed-inner-wrap, .locations-wrap .embed-outer-wrap .embed-inner-wrap {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
/* line 860, ../sass/styles.scss */
.news-page-wrap .embed-outer-wrap .embed-inner-wrap iframe, .film-list-page-wrap .embed-outer-wrap .embed-inner-wrap iframe, .locations-wrap .embed-outer-wrap .embed-inner-wrap iframe {
  top: 0;
  left: 0;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 320px) {
  /* line 734, ../sass/styles.scss */
  .news-page-wrap, .film-list-page-wrap, .locations-wrap {
    padding: 0 15px;
  }
  /* line 872, ../sass/styles.scss */
  .news-page-wrap .main-image-wrap, .film-list-page-wrap .main-image-wrap, .locations-wrap .main-image-wrap {
    margin: 0 -15px;
  }
}
@media (min-width: 780px) {
  /* line 734, ../sass/styles.scss */
  .news-page-wrap, .film-list-page-wrap, .locations-wrap {
    padding: 0;
  }
  /* line 878, ../sass/styles.scss */
  .news-page-wrap .main-image-wrap, .film-list-page-wrap .main-image-wrap, .locations-wrap .main-image-wrap {
    margin: 0 auto;
  }
  /* line 881, ../sass/styles.scss */
  .news-page-wrap .locations-body-wrap, .film-list-page-wrap .locations-body-wrap, .locations-wrap .locations-body-wrap {
    margin: 0 50px;
  }
}

/* line 887, ../sass/styles.scss */
.locations-body-wrap .category-buttons {
  margin: 40px 0;
}
@media (min-width: 480px) {
  /* line 887, ../sass/styles.scss */
  .locations-body-wrap .category-buttons {
    display: flex;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
  }
}
/* line 895, ../sass/styles.scss */
.locations-body-wrap .category-buttons a {
  height: 60px;
  border: 1px solid #FAB94D;
  color: #FAB94D;
  text-decoration: none;
  text-align: center;
  line-height: 58px;
}
/* line 905, ../sass/styles.scss */
.locations-body-wrap .category-buttons a:hover {
  color: white;
}
/* line 908, ../sass/styles.scss */
.locations-body-wrap .category-buttons a.active {
  background: #FAB94D;
  color: white;
}
@media (min-width: 320px) {
  /* line 895, ../sass/styles.scss */
  .locations-body-wrap .category-buttons a {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
}
@media (min-width: 480px) {
  /* line 895, ../sass/styles.scss */
  .locations-body-wrap .category-buttons a {
    margin: 0 5px;
  }
}
@media (min-width: 780px) {
  /* line 923, ../sass/styles.scss */
  .locations-body-wrap .photos-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
/* line 929, ../sass/styles.scss */
.locations-body-wrap .photos-wrap .photo-wrap {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 1%;
  position: relative;
}
@media (min-width: 320px) {
  /* line 929, ../sass/styles.scss */
  .locations-body-wrap .photos-wrap .photo-wrap {
    width: 100%;
    padding-bottom: 56.25%;
  }
}
@media (min-width: 780px) {
  /* line 929, ../sass/styles.scss */
  .locations-body-wrap .photos-wrap .photo-wrap {
    /*width: 49.5%;
    padding-bottom: 28.125%;*/
  }
  /* line 942, ../sass/styles.scss */
  .locations-body-wrap .photos-wrap .photo-wrap:nth-child(12n+0) {
    width: 49.5%;
    padding-bottom: 28.125%;
  }
  /* line 946, ../sass/styles.scss */
  .locations-body-wrap .photos-wrap .photo-wrap:nth-child(12n+1) {
    width: 49.5%;
    padding-bottom: 28.125%;
  }
  /* line 951, ../sass/styles.scss */
  .locations-body-wrap .photos-wrap .photo-wrap:nth-child(12n+2) {
    width: 24.25%;
    padding-bottom: 28.125%;
    margin-left: 1%;
  }
  /* line 956, ../sass/styles.scss */
  .locations-body-wrap .photos-wrap .photo-wrap:nth-child(12n+3) {
    width: 24.25%;
    padding-bottom: 28.125%;
    margin-left: 1%;
  }
  /* line 961, ../sass/styles.scss */
  .locations-body-wrap .photos-wrap .photo-wrap:nth-child(12n+4) {
    width: 24.25%;
    padding-bottom: 28.125%;
  }
  /* line 965, ../sass/styles.scss */
  .locations-body-wrap .photos-wrap .photo-wrap:nth-child(12n+5) {
    width: 24.25%;
    padding-bottom: 28.125%;
    margin-left: 1%;
  }
  /* line 970, ../sass/styles.scss */
  .locations-body-wrap .photos-wrap .photo-wrap:nth-child(12n+6) {
    width: 49.5%;
    padding-bottom: 28.125%;
    margin-left: 1%;
  }
  /* line 975, ../sass/styles.scss */
  .locations-body-wrap .photos-wrap .photo-wrap:nth-child(12n+7) {
    width: 49.5%;
    padding-bottom: 28.125%;
  }
  /* line 979, ../sass/styles.scss */
  .locations-body-wrap .photos-wrap .photo-wrap:nth-child(12n+8) {
    width: 49.5%;
    padding-bottom: 28.125%;
    margin-left: 1%;
  }
  /* line 984, ../sass/styles.scss */
  .locations-body-wrap .photos-wrap .photo-wrap:nth-child(12n+9) {
    width: 24.25%;
    padding-bottom: 28.125%;
  }
  /* line 988, ../sass/styles.scss */
  .locations-body-wrap .photos-wrap .photo-wrap:nth-child(12n+10) {
    width: 24.25%;
    padding-bottom: 28.125%;
    margin-left: 1%;
  }
  /* line 993, ../sass/styles.scss */
  .locations-body-wrap .photos-wrap .photo-wrap:nth-child(12n+11) {
    width: 24.25%;
    padding-bottom: 28.125%;
    margin-left: 1%;
  }
  /* line 998, ../sass/styles.scss */
  .locations-body-wrap .photos-wrap .photo-wrap:nth-child(12n+12) {
    width: 24.25%;
    padding-bottom: 28.125%;
    margin-left: 1%;
  }
}
/* line 1006, ../sass/styles.scss */
.locations-body-wrap .photos-wrap .photo-wrap:hover .photo-overlay {
  display: block;
}
/* line 1009, ../sass/styles.scss */
.locations-body-wrap .photos-wrap .photo-wrap .photo-overlay {
  display: none;
  font-size: 25px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
/* line 1021, ../sass/styles.scss */
.locations-body-wrap .photos-wrap .photo-wrap .photo-overlay .description {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1037, ../sass/styles.scss */
.film-list-page-wrap .page-title, .film-list-page-wrap .lead-wrap, .film-list-page-wrap .main-image-wrap, .film-list-page-wrap .body-wrap, .film-list-page-wrap .gallery-wrap, .film-list-page-wrap .film-list-wrap {
  max-width: 1190px;
  margin: 0 auto;
}
/* line 1041, ../sass/styles.scss */
.film-list-page-wrap .film-list-wrap {
  padding-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 1047, ../sass/styles.scss */
.film-list-page-wrap .film {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 10px;
  flex: 0 1 100%;
}
@media (min-width: 780px) {
  /* line 1047, ../sass/styles.scss */
  .film-list-page-wrap .film {
    flex: 0 1 calc(50% - 5px);
  }
}
/* line 1054, ../sass/styles.scss */
.film-list-page-wrap .film:last-child {
  margin-bottom: 0;
}
/* line 1057, ../sass/styles.scss */
.film-list-page-wrap .film .film-image-wrap {
  position: relative;
}
/* line 1062, ../sass/styles.scss */
.film-list-page-wrap .film .film-image-wrap .film-image {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 56.25%;
}
/* line 1069, ../sass/styles.scss */
.film-list-page-wrap .film .film-image-wrap:hover .film-about-wrap {
  opacity: 1;
}
/* line 1074, ../sass/styles.scss */
.film-list-page-wrap .film .film-about-wrap {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  transition: opacity 0.2s ease-in-out;
  padding: 20px;
}
/* line 1085, ../sass/styles.scss */
.film-list-page-wrap .film .film-about-wrap .date {
  color: #9B9B9B;
  font-size: 20px;
}
/* line 1090, ../sass/styles.scss */
.film-list-page-wrap .film .film-about-wrap h3 {
  font-size: 24px;
  line-height: 1.1;
  margin: 0px 0 0;
}
@media (min-width: 480px) {
  /* line 1090, ../sass/styles.scss */
  .film-list-page-wrap .film .film-about-wrap h3 {
    font-size: 30px;
  }
}
@media (min-width: 780px) {
  /* line 1090, ../sass/styles.scss */
  .film-list-page-wrap .film .film-about-wrap h3 {
    font-size: 40px;
  }
}
/* line 1102, ../sass/styles.scss */
.film-list-page-wrap .film .film-about-wrap .read-more {
  border: 1px solid #FAB94D;
  font-size: 20px;
  color: #FAB94D;
  text-transform: uppercase;
  text-align: center;
  height: 55px;
  width: 58px;
  line-height: 58px;
  text-decoration: none;
  position: absolute;
  bottom: 30px;
  right: 20px;
}
/* line 1119, ../sass/styles.scss */
.film-list-page-wrap .film .film-about-wrap .read-more:hover {
  background: #FAB94D;
  color: white;
}
/* line 1123, ../sass/styles.scss */
.film-list-page-wrap .film .film-about-wrap .read-more:hover svg path {
  fill: white !important;
}

/* line 1133, ../sass/styles.scss */
.share-article-wrap {
  text-align: center;
  margin-bottom: 65px;
}
/* line 1137, ../sass/styles.scss */
.share-article-wrap h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 35px 0 20px;
  color: #9B9B9B;
}
/* line 1144, ../sass/styles.scss */
.share-article-wrap a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 1px solid #9B9B9B;
  margin: 0 15px;
  text-align: center;
  padding-top: 10px;
}

/* line 1154, ../sass/styles.scss */
.person-list {
  margin-top: -20px;
}

/* line 1157, ../sass/styles.scss */
.person-wrap {
  overflow: hidden;
  *zoom: 1;
  max-width: 790px;
  margin: 20px auto;
  padding: 40px 0;
  border-bottom: 1px solid #E2E1E2;
  min-height: 280px;
}
/* line 1164, ../sass/styles.scss */
.person-wrap:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 1169, ../sass/styles.scss */
.person-wrap h2 {
  font-size: 36px;
  margin: 0;
  text-align: center;
}
@media (min-width: 780px) {
  /* line 1169, ../sass/styles.scss */
  .person-wrap h2 {
    text-align: left;
    margin-left: 205px;
  }
}
/* line 1179, ../sass/styles.scss */
.person-wrap .person-title {
  color: #FAB94D;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: -10px;
}
/* line 1185, ../sass/styles.scss */
.person-wrap .person-picture {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 100%;
  width: 190px;
  height: 190px;
  margin: 0 auto;
}
@media (min-width: 780px) {
  /* line 1185, ../sass/styles.scss */
  .person-wrap .person-picture {
    position: absolute;
  }
}
/* line 1195, ../sass/styles.scss */
.person-wrap .person-picture--join-team {
  background: #FAB94D;
  background-image: url(../images/icons/team_join_icon.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 1201, ../sass/styles.scss */
.person-wrap .about-wrap {
  text-align: center;
}
@media (min-width: 320px) {
  /* line 1204, ../sass/styles.scss */
  .person-wrap .about-wrap .contact-button {
    width: 100%;
  }
}
@media (min-width: 780px) {
  /* line 1201, ../sass/styles.scss */
  .person-wrap .about-wrap {
    text-align: left;
    margin-left: 205px;
  }
  /* line 1211, ../sass/styles.scss */
  .person-wrap .about-wrap .contact-button {
    width: 50%;
  }
}
/* line 1215, ../sass/styles.scss */
.person-wrap .about-wrap > :first-child {
  margin-top: 0;
}
/* line 1218, ../sass/styles.scss */
.person-wrap .about-wrap > :last-child {
  margin-bottom: 0;
}
/* line 1222, ../sass/styles.scss */
.person-wrap .person-networks {
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 780px) {
  /* line 1222, ../sass/styles.scss */
  .person-wrap .person-networks {
    text-align: left;
  }
}
/* line 1228, ../sass/styles.scss */
.person-wrap .person-networks a {
  border: 1px solid #9B9B9B;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 5px;
}
/* line 1235, ../sass/styles.scss */
.person-wrap .person-networks a svg {
  display: block;
  margin: 0 auto;
  max-width: 30px;
  max-height: 30px;
}
/* line 1241, ../sass/styles.scss */
.person-wrap .person-networks a:hover {
  border-color: #FAB94D;
}
/* line 1243, ../sass/styles.scss */
.person-wrap .person-networks a:hover svg path {
  fill: white;
}

/* line 1251, ../sass/styles.scss */
.social-networks {
  text-align: center;
}
/* line 1253, ../sass/styles.scss */
.social-networks span {
  display: block;
  margin: 20px 0 20px;
  font-size: 20px;
}
/* line 1258, ../sass/styles.scss */
.social-networks .share-network-button {
  display: inline-block;
  border: 1px solid #9B9B9B;
  cursor: pointer;
}
/* line 1263, ../sass/styles.scss */
.social-networks .share-network-button a {
  display: none !important;
}
/* line 1266, ../sass/styles.scss */
.social-networks .share-network-button:hover {
  border-color: #FAB94D;
}
/* line 1268, ../sass/styles.scss */
.social-networks .share-network-button:hover svg path {
  fill: white;
}
/* line 1272, ../sass/styles.scss */
.social-networks .share-network-button svg {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 320px) {
  /* line 1280, ../sass/styles.scss */
  .social-networks .share-network-button {
    padding: 5px;
    width: 40px;
    height: 40px;
    margin: 0 10px;
  }
}
@media (min-width: 780px) {
  /* line 1288, ../sass/styles.scss */
  .social-networks .share-network-button {
    padding: 10px;
    width: 60px;
    height: 60px;
    margin: 0 15px;
  }
}

/* line 1298, ../sass/styles.scss */
footer {
  border-top: 1px solid #E2E1E2;
  border-bottom: 1px solid #E2E1E2;
  color: #9B9B9B;
  margin: 85px auto 0;
  max-width: 1100px;
  overflow: visible;
  padding-top: 30px;
}
/* line 1307, ../sass/styles.scss */
footer .copyright {
  clear: both;
  text-align: center;
  font-size: 14px;
  margin: 15px 0;
}
/* line 1313, ../sass/styles.scss */
footer .logo-address {
  text-align: center;
}
/* line 1316, ../sass/styles.scss */
footer .logo-address .address {
  text-transform: uppercase;
  font-size: 16px;
}
/* line 1326, ../sass/styles.scss */
footer .site-tree {
  display: none;
}
/* line 1328, ../sass/styles.scss */
footer .site-tree ul {
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 35px;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  font-size: 16px;
}
/* line 1339, ../sass/styles.scss */
footer .site-tree ul a {
  color: #9B9B9B;
  text-decoration: none;
}
/* line 1342, ../sass/styles.scss */
footer .site-tree ul a:hover {
  color: #FAB94D;
}
/* line 1345, ../sass/styles.scss */
footer .site-tree ul a.not-link {
  color: #9B9B9B;
  font-weight: bold;
  cursor: default;
}
/* line 1349, ../sass/styles.scss */
footer .site-tree ul a.not-link:hover {
  color: #9B9B9B;
}
/* line 1354, ../sass/styles.scss */
footer .site-tree ul li {
  margin-bottom: 20px;
}
/* line 1357, ../sass/styles.scss */
footer .site-tree ul li:last-child {
  margin-bottom: none;
}
/* line 1360, ../sass/styles.scss */
footer .site-tree ul li ul {
  margin-top: 0;
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
/* line 1365, ../sass/styles.scss */
footer .site-tree ul li ul li {
  margin-bottom: 0;
}
@media (min-width: 780px) {
  /* line 1298, ../sass/styles.scss */
  footer {
    padding-top: 50px;
  }
  /* line 1376, ../sass/styles.scss */
  footer .logo-address {
    float: left;
    width: 20%;
    text-align: left;
  }
  /* line 1380, ../sass/styles.scss */
  footer .logo-address .logo-footer {
    margin: 0 0 35px -13px;
  }
  /* line 1384, ../sass/styles.scss */
  footer .social-networks {
    float: left;
    width: 60%;
  }
  /* line 1388, ../sass/styles.scss */
  footer .site-tree {
    float: right;
    width: 20%;
    display: block;
  }
  /* line 1392, ../sass/styles.scss */
  footer .site-tree ul {
    text-align: right;
  }
}

/* line 1398, ../sass/styles.scss */
.go-to-top {
  padding: 5px;
  max-width: 1100px;
}
/* line 1401, ../sass/styles.scss */
.go-to-top svg {
  margin: 0 auto;
  display: block;
}
/* line 1404, ../sass/styles.scss */
.go-to-top svg path {
  fill: #9B9B9B;
}
/* line 1408, ../sass/styles.scss */
.go-to-top:hover svg path {
  fill: #FAB94D;
}

/* line 1414, ../sass/styles.scss */
.about-buttons a {
  float: left;
  height: 60px;
  border: 1px solid #FAB94D;
  width: 49%;
  color: #FAB94D;
  text-decoration: none;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
}
/* line 1426, ../sass/styles.scss */
.about-buttons a svg {
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 10px;
}
/* line 1431, ../sass/styles.scss */
.about-buttons a.map-button {
  float: right;
}
/* line 1434, ../sass/styles.scss */
.about-buttons a:hover {
  color: white;
}
/* line 1436, ../sass/styles.scss */
.about-buttons a:hover svg path {
  fill: white;
}

/* line 1443, ../sass/styles.scss */
.about-part {
  overflow: hidden;
  *zoom: 1;
  padding-top: 70px;
  position: relative;
}
/* line 1447, ../sass/styles.scss */
.about-part .about-text {
  color: #4A4A4A;
  padding-right: 15px;
  margin-top: -30px;
}
/* line 1453, ../sass/styles.scss */
.about-part .about-text h2.headline:after, .about-part .about-text .news-page-wrap .body-wrap h2:after, .news-page-wrap .body-wrap .about-part .about-text h2:after, .about-part .about-text .film-list-page-wrap .body-wrap h2:after, .film-list-page-wrap .body-wrap .about-part .about-text h2:after, .about-part .about-text .locations-wrap .body-wrap h2:after, .locations-wrap .body-wrap .about-part .about-text h2:after {
  margin-top: 15px;
}
/* line 1458, ../sass/styles.scss */
.about-part .about-image {
  margin-bottom: 20px;
}
/* line 1460, ../sass/styles.scss */
.about-part .about-image img {
  width: 100%;
}
@media (min-width: 780px) {
  /* line 1466, ../sass/styles.scss */
  .about-part .about-text {
    width: 50%;
    float: left;
    margin-bottom: 80px;
  }
  /* line 1470, ../sass/styles.scss */
  .about-part .about-text p {
    line-height: 1.5;
  }
  /* line 1474, ../sass/styles.scss */
  .about-part .about-image {
    float: right;
    width: 50%;
    margin-bottom: 0;
  }
  /* line 1479, ../sass/styles.scss */
  .about-part .about-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
  }
  /* line 1484, ../sass/styles.scss */
  .about-part .about-buttons svg {
    margin-right: 10px;
  }
}

/* line 1490, ../sass/styles.scss */
.home-icons {
  overflow: hidden;
  *zoom: 1;
  padding: 0 0 30px;
}
/* line 1493, ../sass/styles.scss */
.home-icons a {
  color: #4A4A4A;
  float: left;
  text-align: center;
  text-decoration: none;
}
/* line 1499, ../sass/styles.scss */
.home-icons a svg {
  display: block;
}
/* line 1502, ../sass/styles.scss */
.home-icons a:hover {
  color: #FAB94D;
}
/* line 1504, ../sass/styles.scss */
.home-icons a:hover svg path {
  stroke: #FAB94D;
}
@media (min-width: 320px) {
  /* line 1493, ../sass/styles.scss */
  .home-icons a {
    width: 100%;
    margin-bottom: 45px;
  }
  /* line 1511, ../sass/styles.scss */
  .home-icons a svg {
    margin: 0 auto 20px;
  }
}
@media (min-width: 480px) {
  /* line 1493, ../sass/styles.scss */
  .home-icons a {
    width: 33%;
    font-size: 2.5vw;
  }
  /* line 1518, ../sass/styles.scss */
  .home-icons a svg {
    width: 80%;
    margin: 0 auto 20px;
  }
}
@media (min-width: 780px) {
  /* line 1493, ../sass/styles.scss */
  .home-icons a {
    font-size: 30px;
  }
  /* line 1525, ../sass/styles.scss */
  .home-icons a svg {
    width: 150px;
    margin-bottom: 0px;
  }
}

/* line 1534, ../sass/styles.scss */
.dropit .dropit-open .dropit-submenu {
  display: block;
}

/* line 1538, ../sass/styles.scss */
.slider-for .slick-prev {
  width: 48px;
  height: 94px;
  margin-left: -35px;
  margin-top: -47px;
}
/* line 1543, ../sass/styles.scss */
.slider-for .slick-prev:before {
  content: url(../images/icons/gallery_prev_arrow.svg);
}

/* line 1548, ../sass/styles.scss */
.slider-for .slick-next {
  width: 48px;
  height: 94px;
  margin-right: -35px;
  margin-top: -47px;
}
/* line 1553, ../sass/styles.scss */
.slider-for .slick-next:before {
  content: url(../images/icons/gallery_next_arrow.svg);
}

/* line 1558, ../sass/styles.scss */
.slider-nav .slick-prev {
  width: 37px;
  height: 37px;
  margin-left: -24px;
  margin-top: -18px;
  border: 1px solid white;
}
/* line 1564, ../sass/styles.scss */
.slider-nav .slick-prev:before {
  content: url(../images/icons/gallery_all_prev_arrow.svg);
  display: block;
  margin-left: -3px;
  margin-top: 2px;
}

/* line 1572, ../sass/styles.scss */
.slider-nav .slick-next {
  width: 37px;
  height: 37px;
  margin-right: -24px;
  margin-top: -18px;
  border: 1px solid white;
}
/* line 1578, ../sass/styles.scss */
.slider-nav .slick-next:before {
  margin-top: 2px;
  margin-right: -3px;
  display: block;
  content: url(../images/icons/gallery_all_next_arrow.svg);
}

/* line 1587, ../sass/styles.scss */
.slick-slide .active-img {
  -webkit-filter: url("../images/motionblur.svg#blur");
  filter: url("../images/motionblur.svg#blur");
}

/* line 1593, ../sass/styles.scss */
.slider-for .slick-slide img {
  max-width: 100%;
}

/* line 1599, ../sass/styles.scss */
.slider-for .slick-prev,
.slider-for .slick-next,
.slider-for .slick-prev:before,
.slider-for .slick-next:before, .slider-nav .slick-prev,
.slider-nav .slick-next,
.slider-nav .slick-prev:before,
.slider-nav .slick-next:before {
  display: none !important;
}
@media (min-width: 780px) {
  /* line 1606, ../sass/styles.scss */
  .slider-for .slick-prev,
  .slider-for .slick-next,
  .slider-for .slick-prev:before,
  .slider-for .slick-next:before, .slider-nav .slick-prev,
  .slider-nav .slick-next,
  .slider-nav .slick-prev:before,
  .slider-nav .slick-next:before {
    display: inline-block !important;
  }
}

/* line 1615, ../sass/styles.scss */
.info-window {
  background: url(../images/icons/svenk_logo_kontakt.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 30px 0 0 8px;
}

/* line 1622, ../sass/styles.scss */
.contact-wrap {
  margin-bottom: -50px;
}
/* line 1625, ../sass/styles.scss */
.contact-wrap form .form-success {
  background: #FAB94D;
  color: white;
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
  display: none;
}
/* line 1632, ../sass/styles.scss */
.contact-wrap form .form-success a {
  color: white;
  display: block;
  margin-top: 5px;
}
/* line 1639, ../sass/styles.scss */
.contact-wrap form .form-control {
  margin-bottom: 30px;
}
/* line 1641, ../sass/styles.scss */
.contact-wrap form .form-control label {
  font-size: 22px;
  display: block;
  color: #4A4A4A;
  margin-bottom: 10px;
}
/* line 1647, ../sass/styles.scss */
.contact-wrap form .form-control label:after {
  content: "*";
  color: #FAB94D;
}
/* line 1652, ../sass/styles.scss */
.contact-wrap form .form-control input, .contact-wrap form .form-control textarea {
  display: block;
  padding: 15px 15px;
  width: 100%;
  border: 1px solid #9B9B9B;
}
/* line 1657, ../sass/styles.scss */
.contact-wrap form .form-control input:focus, .contact-wrap form .form-control textarea:focus {
  border-color: #FAB94D;
  outline: none;
}
/* line 1662, ../sass/styles.scss */
.contact-wrap form .form-control textarea {
  height: 160px;
  resize: vertical;
}
/* line 1668, ../sass/styles.scss */
.contact-wrap form .has-error input {
  border-color: #F35A3C;
}
/* line 1671, ../sass/styles.scss */
.contact-wrap form .has-error .error {
  background: #F35A3C;
  color: white;
  padding: 15px;
}
/* line 1675, ../sass/styles.scss */
.contact-wrap form .has-error .error ul {
  margin: 0;
  padding: 0 0 0 15px;
}
/* line 1678, ../sass/styles.scss */
.contact-wrap form .has-error .error ul li {
  margin: 0;
}
/* line 1684, ../sass/styles.scss */
.contact-wrap form button.submit {
  font-size: 30px;
  background: white;
  border: 1px solid #FAB94D;
  color: #FAB94D;
  width: 100%;
  height: 75px;
  line-height: 70px;
  z-index: 100;
}
/* line 1695, ../sass/styles.scss */
.contact-wrap form button.submit:hover {
  color: white;
}
/* line 1701, ../sass/styles.scss */
.contact-wrap .company-info p {
  font-size: 18px;
  color: #4A4A4A;
}
/* line 1707, ../sass/styles.scss */
.contact-wrap .company-info a {
  color: #FAB94D;
  text-decoration: none;
}
/* line 1710, ../sass/styles.scss */
.contact-wrap .company-info a:hover {
  text-decoration: underline;
}
/* line 1716, ../sass/styles.scss */
.contact-wrap .legal {
  color: #9B9B9B;
  font-size: 14px;
  clear: both;
  padding-top: 150px;
  text-align: center;
}
@media (min-width: 780px) {
  /* line 1725, ../sass/styles.scss */
  .contact-wrap form {
    float: left;
    width: 60%;
  }
  /* line 1729, ../sass/styles.scss */
  .contact-wrap .company-info {
    float: right;
    width: 35%;
  }
}

/* line 1736, ../sass/styles.scss */
.image-wrap--404 {
  background: url(../images/404_bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
/* line 1740, ../sass/styles.scss */
.image-wrap--404 .svg-404-wrap {
  text-align: center;
  margin: 50px 0;
}
/* line 1744, ../sass/styles.scss */
.image-wrap--404 .image-content a.big-link {
  margin-top: 50px;
}
/* line 1749, ../sass/styles.scss */
.image-wrap--404 svg path {
  stroke: white;
}

/* line 1755, ../sass/styles.scss */
.press-kit-wrap {
  overflow: hidden;
  *zoom: 1;
  margin: 50px 0 100px;
}
/* line 1758, ../sass/styles.scss */
.press-kit-wrap .press-kit-item {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 14px;
  color: #4A4A4A;
  text-decoration: none;
}
/* line 1765, ../sass/styles.scss */
.press-kit-wrap .press-kit-item svg {
  display: block;
  margin: 0 auto 15px;
}
/* line 1769, ../sass/styles.scss */
.press-kit-wrap .press-kit-item:hover {
  color: #FAB94D;
}
/* line 1771, ../sass/styles.scss */
.press-kit-wrap .press-kit-item:hover svg path {
  fill: #FAB94D;
}

/* line 1777, ../sass/styles.scss */
.sibling-articles {
  text-align: center;
}
/* line 1779, ../sass/styles.scss */
.sibling-articles a {
  height: 60px;
  border: 1px solid #FAB94D;
  display: inline-block;
  line-height: 60px;
  font-size: 22px;
  width: 300px;
  text-decoration: none;
  color: #FAB94D;
  text-align: center;
  margin: 0 5px;
}
/* line 1792, ../sass/styles.scss */
.sibling-articles a:hover {
  color: white;
}
/* line 1794, ../sass/styles.scss */
.sibling-articles a:hover svg path {
  fill: white;
}

/* line 1800, ../sass/styles.scss */
.people-pagination {
  padding-top: 60px;
}
