/*!
	Theme Name: goEast
	Theme URI: 
	Description: Theme for goEasts
	Version: 1.0.0
	Author: Nicholas Seiler
*/
/*------------------------------------*\
	Normalize
\*------------------------------------*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&&family=Roboto+Slab:wght@300&family=Roboto:wght@300;500&display=swap");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------------------------------------*\
	Settings
\*------------------------------------*/
/*------------------------------------*\
	MIXIN
\*------------------------------------*/
/*------------------------------------*\
	GRID (Neat)
\*------------------------------------*/
.row::after {
  clear: both;
  content: "";
  display: block; }
.row.flex {
  display: flex; }
.row.block {
  display: block; }
.row.none {
  display: none; }
.row.collapse {
  margin-left: -28px;
  margin-right: -28px;
  width: calc(100% + 56px); }

.col.flex {
  display: flex; }
.col.block {
  display: block; }
.col.none {
  display: none; }

.col_no-shift {
  left: calc(0% - 28px + 28px);
  position: relative; }

.col.flex_1 {
  order: 1; }

.col_1 {
  width: calc(8.3333333333% - 30.3333333333px);
  float: left;
  margin-left: 28px; }

.col_shift_1 {
  left: calc(8.3333333333% - 30.3333333333px + 28px);
  position: relative; }

.col_shift_1-5 {
  left: calc(12.5% - 31.5px + 28px);
  position: relative; }

.col.flex_2 {
  order: 2; }

.col_2 {
  width: calc(16.6666666667% - 32.6666666667px);
  float: left;
  margin-left: 28px; }

.col_shift_2 {
  left: calc(16.6666666667% - 32.6666666667px + 28px);
  position: relative; }

.col_shift_2-5 {
  left: calc(20.8333333333% - 33.8333333333px + 28px);
  position: relative; }

.col.flex_3 {
  order: 3; }

.col_3 {
  width: calc(25% - 35px);
  float: left;
  margin-left: 28px; }

.col_shift_3 {
  left: calc(25% - 35px + 28px);
  position: relative; }

.col_shift_3-5 {
  left: calc(29.1666666667% - 36.1666666667px + 28px);
  position: relative; }

.col.flex_4 {
  order: 4; }

.col_4 {
  width: calc(33.3333333333% - 37.3333333333px);
  float: left;
  margin-left: 28px; }

.col_shift_4 {
  left: calc(33.3333333333% - 37.3333333333px + 28px);
  position: relative; }

.col_shift_4-5 {
  left: calc(37.5% - 38.5px + 28px);
  position: relative; }

.col.flex_5 {
  order: 5; }

.col_5 {
  width: calc(41.6666666667% - 39.6666666667px);
  float: left;
  margin-left: 28px; }

.col_shift_5 {
  left: calc(41.6666666667% - 39.6666666667px + 28px);
  position: relative; }

.col_shift_5-5 {
  left: calc(45.8333333333% - 40.8333333333px + 28px);
  position: relative; }

.col.flex_6 {
  order: 6; }

.col_6 {
  width: calc(50% - 42px);
  float: left;
  margin-left: 28px; }

.col_shift_6 {
  left: calc(50% - 42px + 28px);
  position: relative; }

.col_shift_6-5 {
  left: calc(54.1666666667% - 43.1666666667px + 28px);
  position: relative; }

.col.flex_7 {
  order: 7; }

.col_7 {
  width: calc(58.3333333333% - 44.3333333333px);
  float: left;
  margin-left: 28px; }

.col_shift_7 {
  left: calc(58.3333333333% - 44.3333333333px + 28px);
  position: relative; }

.col_shift_7-5 {
  left: calc(62.5% - 45.5px + 28px);
  position: relative; }

.col.flex_8 {
  order: 8; }

.col_8 {
  width: calc(66.6666666667% - 46.6666666667px);
  float: left;
  margin-left: 28px; }

.col_shift_8 {
  left: calc(66.6666666667% - 46.6666666667px + 28px);
  position: relative; }

.col_shift_8-5 {
  left: calc(70.8333333333% - 47.8333333333px + 28px);
  position: relative; }

.col.flex_9 {
  order: 9; }

.col_9 {
  width: calc(75% - 49px);
  float: left;
  margin-left: 28px; }

.col_shift_9 {
  left: calc(75% - 49px + 28px);
  position: relative; }

.col_shift_9-5 {
  left: calc(79.1666666667% - 50.1666666667px + 28px);
  position: relative; }

.col.flex_10 {
  order: 10; }

.col_10 {
  width: calc(83.3333333333% - 51.3333333333px);
  float: left;
  margin-left: 28px; }

.col_shift_10 {
  left: calc(83.3333333333% - 51.3333333333px + 28px);
  position: relative; }

.col_shift_10-5 {
  left: calc(87.5% - 52.5px + 28px);
  position: relative; }

.col.flex_11 {
  order: 11; }

.col_11 {
  width: calc(91.6666666667% - 53.6666666667px);
  float: left;
  margin-left: 28px; }

.col_shift_11 {
  left: calc(91.6666666667% - 53.6666666667px + 28px);
  position: relative; }

.col_shift_11-5 {
  left: calc(95.8333333333% - 54.8333333333px + 28px);
  position: relative; }

.col.flex_12 {
  order: 12; }

.col_12 {
  width: calc(100% - 56px);
  float: left;
  margin-left: 28px; }

.col_shift_12 {
  left: calc(100% - 56px + 28px);
  position: relative; }

.col_shift_12-5 {
  left: calc(104.1666666667% - 57.1666666667px + 28px);
  position: relative; }

@media (max-width: "500px" (-1)) {
  .row::after {
    clear: both;
    content: "";
    display: block; }
  .row.flex_xs {
    display: flex; }
  .row.block_xs {
    display: block; }
  .row.none_xs {
    display: none; }
  .row.collapse_xs {
    margin-left: -28px;
    margin-right: -28px;
    width: calc(100% + 56px); }

  .col.flex_xs {
    display: flex; }
  .col.block_xs {
    display: block; }
  .col.none_xs {
    display: none; }

  .col_no-shift_xs {
    left: calc(0% - 28px + 28px);
    position: relative; }

  .col.flex_1_xs {
    order: 1; }

  .col_1_xs {
    width: calc(8.3333333333% - 30.3333333333px);
    float: left;
    margin-left: 28px; }

  .col_shift_1_xs {
    left: calc(8.3333333333% - 30.3333333333px + 28px);
    position: relative; }

  .col_shift_1-5_xs {
    left: calc(12.5% - 31.5px + 28px);
    position: relative; }

  .col.flex_2_xs {
    order: 2; }

  .col_2_xs {
    width: calc(16.6666666667% - 32.6666666667px);
    float: left;
    margin-left: 28px; }

  .col_shift_2_xs {
    left: calc(16.6666666667% - 32.6666666667px + 28px);
    position: relative; }

  .col_shift_2-5_xs {
    left: calc(20.8333333333% - 33.8333333333px + 28px);
    position: relative; }

  .col.flex_3_xs {
    order: 3; }

  .col_3_xs {
    width: calc(25% - 35px);
    float: left;
    margin-left: 28px; }

  .col_shift_3_xs {
    left: calc(25% - 35px + 28px);
    position: relative; }

  .col_shift_3-5_xs {
    left: calc(29.1666666667% - 36.1666666667px + 28px);
    position: relative; }

  .col.flex_4_xs {
    order: 4; }

  .col_4_xs {
    width: calc(33.3333333333% - 37.3333333333px);
    float: left;
    margin-left: 28px; }

  .col_shift_4_xs {
    left: calc(33.3333333333% - 37.3333333333px + 28px);
    position: relative; }

  .col_shift_4-5_xs {
    left: calc(37.5% - 38.5px + 28px);
    position: relative; }

  .col.flex_5_xs {
    order: 5; }

  .col_5_xs {
    width: calc(41.6666666667% - 39.6666666667px);
    float: left;
    margin-left: 28px; }

  .col_shift_5_xs {
    left: calc(41.6666666667% - 39.6666666667px + 28px);
    position: relative; }

  .col_shift_5-5_xs {
    left: calc(45.8333333333% - 40.8333333333px + 28px);
    position: relative; }

  .col.flex_6_xs {
    order: 6; }

  .col_6_xs {
    width: calc(50% - 42px);
    float: left;
    margin-left: 28px; }

  .col_shift_6_xs {
    left: calc(50% - 42px + 28px);
    position: relative; }

  .col_shift_6-5_xs {
    left: calc(54.1666666667% - 43.1666666667px + 28px);
    position: relative; }

  .col.flex_7_xs {
    order: 7; }

  .col_7_xs {
    width: calc(58.3333333333% - 44.3333333333px);
    float: left;
    margin-left: 28px; }

  .col_shift_7_xs {
    left: calc(58.3333333333% - 44.3333333333px + 28px);
    position: relative; }

  .col_shift_7-5_xs {
    left: calc(62.5% - 45.5px + 28px);
    position: relative; }

  .col.flex_8_xs {
    order: 8; }

  .col_8_xs {
    width: calc(66.6666666667% - 46.6666666667px);
    float: left;
    margin-left: 28px; }

  .col_shift_8_xs {
    left: calc(66.6666666667% - 46.6666666667px + 28px);
    position: relative; }

  .col_shift_8-5_xs {
    left: calc(70.8333333333% - 47.8333333333px + 28px);
    position: relative; }

  .col.flex_9_xs {
    order: 9; }

  .col_9_xs {
    width: calc(75% - 49px);
    float: left;
    margin-left: 28px; }

  .col_shift_9_xs {
    left: calc(75% - 49px + 28px);
    position: relative; }

  .col_shift_9-5_xs {
    left: calc(79.1666666667% - 50.1666666667px + 28px);
    position: relative; }

  .col.flex_10_xs {
    order: 10; }

  .col_10_xs {
    width: calc(83.3333333333% - 51.3333333333px);
    float: left;
    margin-left: 28px; }

  .col_shift_10_xs {
    left: calc(83.3333333333% - 51.3333333333px + 28px);
    position: relative; }

  .col_shift_10-5_xs {
    left: calc(87.5% - 52.5px + 28px);
    position: relative; }

  .col.flex_11_xs {
    order: 11; }

  .col_11_xs {
    width: calc(91.6666666667% - 53.6666666667px);
    float: left;
    margin-left: 28px; }

  .col_shift_11_xs {
    left: calc(91.6666666667% - 53.6666666667px + 28px);
    position: relative; }

  .col_shift_11-5_xs {
    left: calc(95.8333333333% - 54.8333333333px + 28px);
    position: relative; }

  .col.flex_12_xs {
    order: 12; }

  .col_12_xs {
    width: calc(100% - 56px);
    float: left;
    margin-left: 28px; }

  .col_shift_12_xs {
    left: calc(100% - 56px + 28px);
    position: relative; }

  .col_shift_12-5_xs {
    left: calc(104.1666666667% - 57.1666666667px + 28px);
    position: relative; } }
@media (min-width: 500px) {
  .row::after {
    clear: both;
    content: "";
    display: block; }
  .row.flex_s {
    display: flex; }
  .row.block_s {
    display: block; }
  .row.none_s {
    display: none; }
  .row.collapse_s {
    margin-left: -28px;
    margin-right: -28px;
    width: calc(100% + 56px); }

  .col.flex_s {
    display: flex; }
  .col.block_s {
    display: block; }
  .col.none_s {
    display: none; }

  .col_no-shift_s {
    left: calc(0% - 28px + 28px);
    position: relative; }

  .col.flex_1_s {
    order: 1; }

  .col_1_s {
    width: calc(8.3333333333% - 30.3333333333px);
    float: left;
    margin-left: 28px; }

  .col_shift_1_s {
    left: calc(8.3333333333% - 30.3333333333px + 28px);
    position: relative; }

  .col_shift_1-5_s {
    left: calc(12.5% - 31.5px + 28px);
    position: relative; }

  .col.flex_2_s {
    order: 2; }

  .col_2_s {
    width: calc(16.6666666667% - 32.6666666667px);
    float: left;
    margin-left: 28px; }

  .col_shift_2_s {
    left: calc(16.6666666667% - 32.6666666667px + 28px);
    position: relative; }

  .col_shift_2-5_s {
    left: calc(20.8333333333% - 33.8333333333px + 28px);
    position: relative; }

  .col.flex_3_s {
    order: 3; }

  .col_3_s {
    width: calc(25% - 35px);
    float: left;
    margin-left: 28px; }

  .col_shift_3_s {
    left: calc(25% - 35px + 28px);
    position: relative; }

  .col_shift_3-5_s {
    left: calc(29.1666666667% - 36.1666666667px + 28px);
    position: relative; }

  .col.flex_4_s {
    order: 4; }

  .col_4_s {
    width: calc(33.3333333333% - 37.3333333333px);
    float: left;
    margin-left: 28px; }

  .col_shift_4_s {
    left: calc(33.3333333333% - 37.3333333333px + 28px);
    position: relative; }

  .col_shift_4-5_s {
    left: calc(37.5% - 38.5px + 28px);
    position: relative; }

  .col.flex_5_s {
    order: 5; }

  .col_5_s {
    width: calc(41.6666666667% - 39.6666666667px);
    float: left;
    margin-left: 28px; }

  .col_shift_5_s {
    left: calc(41.6666666667% - 39.6666666667px + 28px);
    position: relative; }

  .col_shift_5-5_s {
    left: calc(45.8333333333% - 40.8333333333px + 28px);
    position: relative; }

  .col.flex_6_s {
    order: 6; }

  .col_6_s {
    width: calc(50% - 42px);
    float: left;
    margin-left: 28px; }

  .col_shift_6_s {
    left: calc(50% - 42px + 28px);
    position: relative; }

  .col_shift_6-5_s {
    left: calc(54.1666666667% - 43.1666666667px + 28px);
    position: relative; }

  .col.flex_7_s {
    order: 7; }

  .col_7_s {
    width: calc(58.3333333333% - 44.3333333333px);
    float: left;
    margin-left: 28px; }

  .col_shift_7_s {
    left: calc(58.3333333333% - 44.3333333333px + 28px);
    position: relative; }

  .col_shift_7-5_s {
    left: calc(62.5% - 45.5px + 28px);
    position: relative; }

  .col.flex_8_s {
    order: 8; }

  .col_8_s {
    width: calc(66.6666666667% - 46.6666666667px);
    float: left;
    margin-left: 28px; }

  .col_shift_8_s {
    left: calc(66.6666666667% - 46.6666666667px + 28px);
    position: relative; }

  .col_shift_8-5_s {
    left: calc(70.8333333333% - 47.8333333333px + 28px);
    position: relative; }

  .col.flex_9_s {
    order: 9; }

  .col_9_s {
    width: calc(75% - 49px);
    float: left;
    margin-left: 28px; }

  .col_shift_9_s {
    left: calc(75% - 49px + 28px);
    position: relative; }

  .col_shift_9-5_s {
    left: calc(79.1666666667% - 50.1666666667px + 28px);
    position: relative; }

  .col.flex_10_s {
    order: 10; }

  .col_10_s {
    width: calc(83.3333333333% - 51.3333333333px);
    float: left;
    margin-left: 28px; }

  .col_shift_10_s {
    left: calc(83.3333333333% - 51.3333333333px + 28px);
    position: relative; }

  .col_shift_10-5_s {
    left: calc(87.5% - 52.5px + 28px);
    position: relative; }

  .col.flex_11_s {
    order: 11; }

  .col_11_s {
    width: calc(91.6666666667% - 53.6666666667px);
    float: left;
    margin-left: 28px; }

  .col_shift_11_s {
    left: calc(91.6666666667% - 53.6666666667px + 28px);
    position: relative; }

  .col_shift_11-5_s {
    left: calc(95.8333333333% - 54.8333333333px + 28px);
    position: relative; }

  .col.flex_12_s {
    order: 12; }

  .col_12_s {
    width: calc(100% - 56px);
    float: left;
    margin-left: 28px; }

  .col_shift_12_s {
    left: calc(100% - 56px + 28px);
    position: relative; }

  .col_shift_12-5_s {
    left: calc(104.1666666667% - 57.1666666667px + 28px);
    position: relative; } }
@media (min-width: 768px) {
  .row::after {
    clear: both;
    content: "";
    display: block; }
  .row.flex_sm {
    display: flex; }
  .row.block_sm {
    display: block; }
  .row.none_sm {
    display: none; }
  .row.collapse_sm {
    margin-left: -28px;
    margin-right: -28px;
    width: calc(100% + 56px); }

  .col.flex_sm {
    display: flex; }
  .col.block_sm {
    display: block; }
  .col.none_sm {
    display: none; }

  .col_no-shift_sm {
    left: calc(0% - 28px + 28px);
    position: relative; }

  .col.flex_1_sm {
    order: 1; }

  .col_1_sm {
    width: calc(8.3333333333% - 30.3333333333px);
    float: left;
    margin-left: 28px; }

  .col_shift_1_sm {
    left: calc(8.3333333333% - 30.3333333333px + 28px);
    position: relative; }

  .col_shift_1-5_sm {
    left: calc(12.5% - 31.5px + 28px);
    position: relative; }

  .col.flex_2_sm {
    order: 2; }

  .col_2_sm {
    width: calc(16.6666666667% - 32.6666666667px);
    float: left;
    margin-left: 28px; }

  .col_shift_2_sm {
    left: calc(16.6666666667% - 32.6666666667px + 28px);
    position: relative; }

  .col_shift_2-5_sm {
    left: calc(20.8333333333% - 33.8333333333px + 28px);
    position: relative; }

  .col.flex_3_sm {
    order: 3; }

  .col_3_sm {
    width: calc(25% - 35px);
    float: left;
    margin-left: 28px; }

  .col_shift_3_sm {
    left: calc(25% - 35px + 28px);
    position: relative; }

  .col_shift_3-5_sm {
    left: calc(29.1666666667% - 36.1666666667px + 28px);
    position: relative; }

  .col.flex_4_sm {
    order: 4; }

  .col_4_sm {
    width: calc(33.3333333333% - 37.3333333333px);
    float: left;
    margin-left: 28px; }

  .col_shift_4_sm {
    left: calc(33.3333333333% - 37.3333333333px + 28px);
    position: relative; }

  .col_shift_4-5_sm {
    left: calc(37.5% - 38.5px + 28px);
    position: relative; }

  .col.flex_5_sm {
    order: 5; }

  .col_5_sm {
    width: calc(41.6666666667% - 39.6666666667px);
    float: left;
    margin-left: 28px; }

  .col_shift_5_sm {
    left: calc(41.6666666667% - 39.6666666667px + 28px);
    position: relative; }

  .col_shift_5-5_sm {
    left: calc(45.8333333333% - 40.8333333333px + 28px);
    position: relative; }

  .col.flex_6_sm {
    order: 6; }

  .col_6_sm {
    width: calc(50% - 42px);
    float: left;
    margin-left: 28px; }

  .col_shift_6_sm {
    left: calc(50% - 42px + 28px);
    position: relative; }

  .col_shift_6-5_sm {
    left: calc(54.1666666667% - 43.1666666667px + 28px);
    position: relative; }

  .col.flex_7_sm {
    order: 7; }

  .col_7_sm {
    width: calc(58.3333333333% - 44.3333333333px);
    float: left;
    margin-left: 28px; }

  .col_shift_7_sm {
    left: calc(58.3333333333% - 44.3333333333px + 28px);
    position: relative; }

  .col_shift_7-5_sm {
    left: calc(62.5% - 45.5px + 28px);
    position: relative; }

  .col.flex_8_sm {
    order: 8; }

  .col_8_sm {
    width: calc(66.6666666667% - 46.6666666667px);
    float: left;
    margin-left: 28px; }

  .col_shift_8_sm {
    left: calc(66.6666666667% - 46.6666666667px + 28px);
    position: relative; }

  .col_shift_8-5_sm {
    left: calc(70.8333333333% - 47.8333333333px + 28px);
    position: relative; }

  .col.flex_9_sm {
    order: 9; }

  .col_9_sm {
    width: calc(75% - 49px);
    float: left;
    margin-left: 28px; }

  .col_shift_9_sm {
    left: calc(75% - 49px + 28px);
    position: relative; }

  .col_shift_9-5_sm {
    left: calc(79.1666666667% - 50.1666666667px + 28px);
    position: relative; }

  .col.flex_10_sm {
    order: 10; }

  .col_10_sm {
    width: calc(83.3333333333% - 51.3333333333px);
    float: left;
    margin-left: 28px; }

  .col_shift_10_sm {
    left: calc(83.3333333333% - 51.3333333333px + 28px);
    position: relative; }

  .col_shift_10-5_sm {
    left: calc(87.5% - 52.5px + 28px);
    position: relative; }

  .col.flex_11_sm {
    order: 11; }

  .col_11_sm {
    width: calc(91.6666666667% - 53.6666666667px);
    float: left;
    margin-left: 28px; }

  .col_shift_11_sm {
    left: calc(91.6666666667% - 53.6666666667px + 28px);
    position: relative; }

  .col_shift_11-5_sm {
    left: calc(95.8333333333% - 54.8333333333px + 28px);
    position: relative; }

  .col.flex_12_sm {
    order: 12; }

  .col_12_sm {
    width: calc(100% - 56px);
    float: left;
    margin-left: 28px; }

  .col_shift_12_sm {
    left: calc(100% - 56px + 28px);
    position: relative; }

  .col_shift_12-5_sm {
    left: calc(104.1666666667% - 57.1666666667px + 28px);
    position: relative; } }
@media (min-width: 1024px) {
  .row::after {
    clear: both;
    content: "";
    display: block; }
  .row.flex_m {
    display: flex; }
  .row.block_m {
    display: block; }
  .row.none_m {
    display: none; }
  .row.collapse_m {
    margin-left: -28px;
    margin-right: -28px;
    width: calc(100% + 56px); }

  .col.flex_m {
    display: flex; }
  .col.block_m {
    display: block; }
  .col.none_m {
    display: none; }

  .col_no-shift_m {
    left: calc(0% - 28px + 28px);
    position: relative; }

  .col.flex_1_m {
    order: 1; }

  .col_1_m {
    width: calc(8.3333333333% - 30.3333333333px);
    float: left;
    margin-left: 28px; }

  .col_shift_1_m {
    left: calc(8.3333333333% - 30.3333333333px + 28px);
    position: relative; }

  .col_shift_1-5_m {
    left: calc(12.5% - 31.5px + 28px);
    position: relative; }

  .col.flex_2_m {
    order: 2; }

  .col_2_m {
    width: calc(16.6666666667% - 32.6666666667px);
    float: left;
    margin-left: 28px; }

  .col_shift_2_m {
    left: calc(16.6666666667% - 32.6666666667px + 28px);
    position: relative; }

  .col_shift_2-5_m {
    left: calc(20.8333333333% - 33.8333333333px + 28px);
    position: relative; }

  .col.flex_3_m {
    order: 3; }

  .col_3_m {
    width: calc(25% - 35px);
    float: left;
    margin-left: 28px; }

  .col_shift_3_m {
    left: calc(25% - 35px + 28px);
    position: relative; }

  .col_shift_3-5_m {
    left: calc(29.1666666667% - 36.1666666667px + 28px);
    position: relative; }

  .col.flex_4_m {
    order: 4; }

  .col_4_m {
    width: calc(33.3333333333% - 37.3333333333px);
    float: left;
    margin-left: 28px; }

  .col_shift_4_m {
    left: calc(33.3333333333% - 37.3333333333px + 28px);
    position: relative; }

  .col_shift_4-5_m {
    left: calc(37.5% - 38.5px + 28px);
    position: relative; }

  .col.flex_5_m {
    order: 5; }

  .col_5_m {
    width: calc(41.6666666667% - 39.6666666667px);
    float: left;
    margin-left: 28px; }

  .col_shift_5_m {
    left: calc(41.6666666667% - 39.6666666667px + 28px);
    position: relative; }

  .col_shift_5-5_m {
    left: calc(45.8333333333% - 40.8333333333px + 28px);
    position: relative; }

  .col.flex_6_m {
    order: 6; }

  .col_6_m {
    width: calc(50% - 42px);
    float: left;
    margin-left: 28px; }

  .col_shift_6_m {
    left: calc(50% - 42px + 28px);
    position: relative; }

  .col_shift_6-5_m {
    left: calc(54.1666666667% - 43.1666666667px + 28px);
    position: relative; }

  .col.flex_7_m {
    order: 7; }

  .col_7_m {
    width: calc(58.3333333333% - 44.3333333333px);
    float: left;
    margin-left: 28px; }

  .col_shift_7_m {
    left: calc(58.3333333333% - 44.3333333333px + 28px);
    position: relative; }

  .col_shift_7-5_m {
    left: calc(62.5% - 45.5px + 28px);
    position: relative; }

  .col.flex_8_m {
    order: 8; }

  .col_8_m {
    width: calc(66.6666666667% - 46.6666666667px);
    float: left;
    margin-left: 28px; }

  .col_shift_8_m {
    left: calc(66.6666666667% - 46.6666666667px + 28px);
    position: relative; }

  .col_shift_8-5_m {
    left: calc(70.8333333333% - 47.8333333333px + 28px);
    position: relative; }

  .col.flex_9_m {
    order: 9; }

  .col_9_m {
    width: calc(75% - 49px);
    float: left;
    margin-left: 28px; }

  .col_shift_9_m {
    left: calc(75% - 49px + 28px);
    position: relative; }

  .col_shift_9-5_m {
    left: calc(79.1666666667% - 50.1666666667px + 28px);
    position: relative; }

  .col.flex_10_m {
    order: 10; }

  .col_10_m {
    width: calc(83.3333333333% - 51.3333333333px);
    float: left;
    margin-left: 28px; }

  .col_shift_10_m {
    left: calc(83.3333333333% - 51.3333333333px + 28px);
    position: relative; }

  .col_shift_10-5_m {
    left: calc(87.5% - 52.5px + 28px);
    position: relative; }

  .col.flex_11_m {
    order: 11; }

  .col_11_m {
    width: calc(91.6666666667% - 53.6666666667px);
    float: left;
    margin-left: 28px; }

  .col_shift_11_m {
    left: calc(91.6666666667% - 53.6666666667px + 28px);
    position: relative; }

  .col_shift_11-5_m {
    left: calc(95.8333333333% - 54.8333333333px + 28px);
    position: relative; }

  .col.flex_12_m {
    order: 12; }

  .col_12_m {
    width: calc(100% - 56px);
    float: left;
    margin-left: 28px; }

  .col_shift_12_m {
    left: calc(100% - 56px + 28px);
    position: relative; }

  .col_shift_12-5_m {
    left: calc(104.1666666667% - 57.1666666667px + 28px);
    position: relative; } }
@media (min-width: 1400px) {
  .row::after {
    clear: both;
    content: "";
    display: block; }
  .row.flex_l {
    display: flex; }
  .row.block_l {
    display: block; }
  .row.none_l {
    display: none; }
  .row.collapse_l {
    margin-left: -28px;
    margin-right: -28px;
    width: calc(100% + 56px); }

  .col.flex_l {
    display: flex; }
  .col.block_l {
    display: block; }
  .col.none_l {
    display: none; }

  .col_no-shift_l {
    left: calc(0% - 28px + 28px);
    position: relative; }

  .col.flex_1_l {
    order: 1; }

  .col_1_l {
    width: calc(8.3333333333% - 30.3333333333px);
    float: left;
    margin-left: 28px; }

  .col_shift_1_l {
    left: calc(8.3333333333% - 30.3333333333px + 28px);
    position: relative; }

  .col_shift_1-5_l {
    left: calc(12.5% - 31.5px + 28px);
    position: relative; }

  .col.flex_2_l {
    order: 2; }

  .col_2_l {
    width: calc(16.6666666667% - 32.6666666667px);
    float: left;
    margin-left: 28px; }

  .col_shift_2_l {
    left: calc(16.6666666667% - 32.6666666667px + 28px);
    position: relative; }

  .col_shift_2-5_l {
    left: calc(20.8333333333% - 33.8333333333px + 28px);
    position: relative; }

  .col.flex_3_l {
    order: 3; }

  .col_3_l {
    width: calc(25% - 35px);
    float: left;
    margin-left: 28px; }

  .col_shift_3_l {
    left: calc(25% - 35px + 28px);
    position: relative; }

  .col_shift_3-5_l {
    left: calc(29.1666666667% - 36.1666666667px + 28px);
    position: relative; }

  .col.flex_4_l {
    order: 4; }

  .col_4_l {
    width: calc(33.3333333333% - 37.3333333333px);
    float: left;
    margin-left: 28px; }

  .col_shift_4_l {
    left: calc(33.3333333333% - 37.3333333333px + 28px);
    position: relative; }

  .col_shift_4-5_l {
    left: calc(37.5% - 38.5px + 28px);
    position: relative; }

  .col.flex_5_l {
    order: 5; }

  .col_5_l {
    width: calc(41.6666666667% - 39.6666666667px);
    float: left;
    margin-left: 28px; }

  .col_shift_5_l {
    left: calc(41.6666666667% - 39.6666666667px + 28px);
    position: relative; }

  .col_shift_5-5_l {
    left: calc(45.8333333333% - 40.8333333333px + 28px);
    position: relative; }

  .col.flex_6_l {
    order: 6; }

  .col_6_l {
    width: calc(50% - 42px);
    float: left;
    margin-left: 28px; }

  .col_shift_6_l {
    left: calc(50% - 42px + 28px);
    position: relative; }

  .col_shift_6-5_l {
    left: calc(54.1666666667% - 43.1666666667px + 28px);
    position: relative; }

  .col.flex_7_l {
    order: 7; }

  .col_7_l {
    width: calc(58.3333333333% - 44.3333333333px);
    float: left;
    margin-left: 28px; }

  .col_shift_7_l {
    left: calc(58.3333333333% - 44.3333333333px + 28px);
    position: relative; }

  .col_shift_7-5_l {
    left: calc(62.5% - 45.5px + 28px);
    position: relative; }

  .col.flex_8_l {
    order: 8; }

  .col_8_l {
    width: calc(66.6666666667% - 46.6666666667px);
    float: left;
    margin-left: 28px; }

  .col_shift_8_l {
    left: calc(66.6666666667% - 46.6666666667px + 28px);
    position: relative; }

  .col_shift_8-5_l {
    left: calc(70.8333333333% - 47.8333333333px + 28px);
    position: relative; }

  .col.flex_9_l {
    order: 9; }

  .col_9_l {
    width: calc(75% - 49px);
    float: left;
    margin-left: 28px; }

  .col_shift_9_l {
    left: calc(75% - 49px + 28px);
    position: relative; }

  .col_shift_9-5_l {
    left: calc(79.1666666667% - 50.1666666667px + 28px);
    position: relative; }

  .col.flex_10_l {
    order: 10; }

  .col_10_l {
    width: calc(83.3333333333% - 51.3333333333px);
    float: left;
    margin-left: 28px; }

  .col_shift_10_l {
    left: calc(83.3333333333% - 51.3333333333px + 28px);
    position: relative; }

  .col_shift_10-5_l {
    left: calc(87.5% - 52.5px + 28px);
    position: relative; }

  .col.flex_11_l {
    order: 11; }

  .col_11_l {
    width: calc(91.6666666667% - 53.6666666667px);
    float: left;
    margin-left: 28px; }

  .col_shift_11_l {
    left: calc(91.6666666667% - 53.6666666667px + 28px);
    position: relative; }

  .col_shift_11-5_l {
    left: calc(95.8333333333% - 54.8333333333px + 28px);
    position: relative; }

  .col.flex_12_l {
    order: 12; }

  .col_12_l {
    width: calc(100% - 56px);
    float: left;
    margin-left: 28px; }

  .col_shift_12_l {
    left: calc(100% - 56px + 28px);
    position: relative; }

  .col_shift_12-5_l {
    left: calc(104.1666666667% - 57.1666666667px + 28px);
    position: relative; } }
@media (min-width: 2000px) {
  .row::after {
    clear: both;
    content: "";
    display: block; }
  .row.flex_xl {
    display: flex; }
  .row.block_xl {
    display: block; }
  .row.none_xl {
    display: none; }
  .row.collapse_xl {
    margin-left: -28px;
    margin-right: -28px;
    width: calc(100% + 56px); }

  .col.flex_xl {
    display: flex; }
  .col.block_xl {
    display: block; }
  .col.none_xl {
    display: none; }

  .col_no-shift_xl {
    left: calc(0% - 28px + 28px);
    position: relative; }

  .col.flex_1_xl {
    order: 1; }

  .col_1_xl {
    width: calc(8.3333333333% - 30.3333333333px);
    float: left;
    margin-left: 28px; }

  .col_shift_1_xl {
    left: calc(8.3333333333% - 30.3333333333px + 28px);
    position: relative; }

  .col_shift_1-5_xl {
    left: calc(12.5% - 31.5px + 28px);
    position: relative; }

  .col.flex_2_xl {
    order: 2; }

  .col_2_xl {
    width: calc(16.6666666667% - 32.6666666667px);
    float: left;
    margin-left: 28px; }

  .col_shift_2_xl {
    left: calc(16.6666666667% - 32.6666666667px + 28px);
    position: relative; }

  .col_shift_2-5_xl {
    left: calc(20.8333333333% - 33.8333333333px + 28px);
    position: relative; }

  .col.flex_3_xl {
    order: 3; }

  .col_3_xl {
    width: calc(25% - 35px);
    float: left;
    margin-left: 28px; }

  .col_shift_3_xl {
    left: calc(25% - 35px + 28px);
    position: relative; }

  .col_shift_3-5_xl {
    left: calc(29.1666666667% - 36.1666666667px + 28px);
    position: relative; }

  .col.flex_4_xl {
    order: 4; }

  .col_4_xl {
    width: calc(33.3333333333% - 37.3333333333px);
    float: left;
    margin-left: 28px; }

  .col_shift_4_xl {
    left: calc(33.3333333333% - 37.3333333333px + 28px);
    position: relative; }

  .col_shift_4-5_xl {
    left: calc(37.5% - 38.5px + 28px);
    position: relative; }

  .col.flex_5_xl {
    order: 5; }

  .col_5_xl {
    width: calc(41.6666666667% - 39.6666666667px);
    float: left;
    margin-left: 28px; }

  .col_shift_5_xl {
    left: calc(41.6666666667% - 39.6666666667px + 28px);
    position: relative; }

  .col_shift_5-5_xl {
    left: calc(45.8333333333% - 40.8333333333px + 28px);
    position: relative; }

  .col.flex_6_xl {
    order: 6; }

  .col_6_xl {
    width: calc(50% - 42px);
    float: left;
    margin-left: 28px; }

  .col_shift_6_xl {
    left: calc(50% - 42px + 28px);
    position: relative; }

  .col_shift_6-5_xl {
    left: calc(54.1666666667% - 43.1666666667px + 28px);
    position: relative; }

  .col.flex_7_xl {
    order: 7; }

  .col_7_xl {
    width: calc(58.3333333333% - 44.3333333333px);
    float: left;
    margin-left: 28px; }

  .col_shift_7_xl {
    left: calc(58.3333333333% - 44.3333333333px + 28px);
    position: relative; }

  .col_shift_7-5_xl {
    left: calc(62.5% - 45.5px + 28px);
    position: relative; }

  .col.flex_8_xl {
    order: 8; }

  .col_8_xl {
    width: calc(66.6666666667% - 46.6666666667px);
    float: left;
    margin-left: 28px; }

  .col_shift_8_xl {
    left: calc(66.6666666667% - 46.6666666667px + 28px);
    position: relative; }

  .col_shift_8-5_xl {
    left: calc(70.8333333333% - 47.8333333333px + 28px);
    position: relative; }

  .col.flex_9_xl {
    order: 9; }

  .col_9_xl {
    width: calc(75% - 49px);
    float: left;
    margin-left: 28px; }

  .col_shift_9_xl {
    left: calc(75% - 49px + 28px);
    position: relative; }

  .col_shift_9-5_xl {
    left: calc(79.1666666667% - 50.1666666667px + 28px);
    position: relative; }

  .col.flex_10_xl {
    order: 10; }

  .col_10_xl {
    width: calc(83.3333333333% - 51.3333333333px);
    float: left;
    margin-left: 28px; }

  .col_shift_10_xl {
    left: calc(83.3333333333% - 51.3333333333px + 28px);
    position: relative; }

  .col_shift_10-5_xl {
    left: calc(87.5% - 52.5px + 28px);
    position: relative; }

  .col.flex_11_xl {
    order: 11; }

  .col_11_xl {
    width: calc(91.6666666667% - 53.6666666667px);
    float: left;
    margin-left: 28px; }

  .col_shift_11_xl {
    left: calc(91.6666666667% - 53.6666666667px + 28px);
    position: relative; }

  .col_shift_11-5_xl {
    left: calc(95.8333333333% - 54.8333333333px + 28px);
    position: relative; }

  .col.flex_12_xl {
    order: 12; }

  .col_12_xl {
    width: calc(100% - 56px);
    float: left;
    margin-left: 28px; }

  .col_shift_12_xl {
    left: calc(100% - 56px + 28px);
    position: relative; }

  .col_shift_12-5_xl {
    left: calc(104.1666666667% - 57.1666666667px + 28px);
    position: relative; } }
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
	THEMING
\*------------------------------------*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  background-color: #fff; }

body {
  font: 300 16px "Roboto", Helvetica, Arial, sans-serif;
  color: #444; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #444;
  text-decoration: none; }

a:hover {
  color: #444; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

input,
textarea,
button,
select,
label,
a,
div,
span {
  -webkit-tap-highlight-color: transparent; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  margin: 0 auto; }

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.btn {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.78rem;
  line-height: 1.209rem;
  color: #000000;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  background-color: #000000;
  padding: 0.2rem 2.2rem; }
  @media (min-width: 768px) {
    .btn {
      font-size: 0.78rem;
      line-height: 1.17rem; } }
  @media (min-width: 1024px) {
    .btn {
      font-size: 0.68rem;
      line-height: 0.952rem; } }
  @media (min-width: 500px) {
    .btn {
      padding: 0.2rem 0.75rem 0.2rem; } }

.film_btn, .pm_btn {
  padding: 0.1rem 0.4rem 0.1rem 2rem;
  font-size: 1.4rem;
  line-height: 0.9rem;
  display: inline-block; }
  @media (min-width: 1024px) {
    .film_btn, .pm_btn {
      padding: 0.1rem 0.4rem 0.2rem 2.4rem; } }

@media (min-width: 1024px) {
  .back_btn_ct {
    padding: 0 0 0.75rem; } }

.btn_ct {
  padding: 2rem 0; }

.outline_btn {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.1rem;
  letter-spacing: -0.02rem;
  color: #000000;
  border: 3px solid #000000;
  display: inline-block;
  padding: 0.34rem 1.8rem; }
  @media (min-width: 768px) {
    .outline_btn {
      font-size: 0.8rem;
      line-height: 0.8rem; } }
  @media (min-width: 1024px) {
    .outline_btn {
      font-size: 0.9rem;
      line-height: 0.9rem; } }
  .outline_btn:hover {
    background-color: #000000; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2.select2-container.select2-container--default {
  border-radius: 0;
  border: 3px solid #000000; }

.select2-selection.select2-selection--single {
  background: none;
  border-radius: 0;
  border: 0; }

.select2-selection.select2-selection--single {
  height: 2rem; }
  @media (min-width: 1024px) {
    .select2-selection.select2-selection--single {
      height: 1.6rem; } }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.1rem;
  letter-spacing: -0.02rem;
  color: #000000;
  height: 2rem;
  line-height: 2rem; }
  @media (min-width: 768px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      font-size: 1rem;
      line-height: 1rem; } }
  @media (min-width: 1024px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      font-size: 0.9rem;
      line-height: 0.9rem; } }
  @media (min-width: 768px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      height: 2rem;
      line-height: 2rem; } }
  @media (min-width: 1024px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      height: 1.6rem;
      line-height: 1.6rem; } }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2rem;
  width: 2rem;
  background-image: url(img/arrow_down.png);
  background-size: 60% auto;
  background-position: center;
  background-repeat: no-repeat; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }
  @media (min-width: 1024px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 1.6rem;
      width: 1.6rem; } }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 1.8rem; }
  @media (min-width: 1024px) {
    .select2-container .select2-selection--single .select2-selection__rendered {
      padding-right: 1.4rem; } }

.select2-dropdown.select2-dropdown--below {
  border-bottom: 3px solid #000000;
  border-left: 3px solid #000000;
  border-right: 3px solid #000000;
  border-radius: 0; }

.select2-results__option {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.78rem;
  line-height: 1.209rem;
  color: #000000;
  border-top: 1px solid #000000; }
  @media (min-width: 768px) {
    .select2-results__option {
      font-size: 0.78rem;
      line-height: 1.17rem; } }
  @media (min-width: 1024px) {
    .select2-results__option {
      font-size: 0.68rem;
      line-height: 0.952rem; } }
  .select2-results__option.select2-results__option--selected {
    background: none;
    color: #000000; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #000000; }

html, body {
  font-weight: 400;
  font-size: 5vw;
  line-height: 6vw;
  overflow-x: hidden;
  width: 100%;
  transition: background 0.5s;
  background: #ffffff;
  position: absolute; }
  @media (min-width: 500px) {
    html, body {
      font-size: 3.5vw;
      line-height: 4.2vw; } }
  @media (min-width: 768px) {
    html, body {
      font-size: 3vw;
      line-height: 3.6vw; } }
  @media (min-width: 1024px) {
    html, body {
      font-size: 2.2vw;
      line-height: 2.64vw; } }
  @media (min-width: 1400px) {
    html, body {
      font-size: 1.9vw;
      line-height: 2.28vw; } }
  @media (min-width: 2000px) {
    html, body {
      font-size: 1.6vw;
      line-height: 1.92vw; } }
  html.stop, body.stop {
    height: 100%;
    overflow: hidden; }

main {
  z-index: 10;
  width: 100%;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.78rem;
  line-height: 1.209rem;
  color: #000000; }
  @media (min-width: 768px) {
    main {
      font-size: 0.78rem;
      line-height: 1.17rem; } }
  @media (min-width: 1024px) {
    main {
      font-size: 0.68rem;
      line-height: 0.952rem; } }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.center {
  text-align: center; }

@media (min-width: 500px) {
  .center_s {
    text-align: center; } }

@media (min-width: 768px) {
  .center_sm {
    text-align: center; } }

@media (min-width: 1024px) {
  .center_m {
    text-align: center; } }

.hide {
  display: none; }

@media (min-width: 500px) {
  .hide_s {
    display: none; } }

@media (min-width: 768px) {
  .hide_sm {
    display: none; } }

@media (min-width: 1024px) {
  .hide_m {
    display: none; } }

.show {
  display: block; }

@media (min-width: 500px) {
  .show_s {
    display: block; } }

@media (min-width: 768px) {
  .show_sm {
    display: block; } }

@media (min-width: 1024px) {
  .show_m {
    display: block; } }

.db {
  display: block; }

.dib {
  display: inline-block; }

.df {
  display: flex;
  float: none;
  flex-wrap: wrap; }

.row.content_row .hl2_ct .hl2, .row.film_row .hl2_ct .hl2, .row.foldable_row .hl2_ct .hl2 {
  width: 85%;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
  line-height: 2.6rem;
  letter-spacing: -0.04rem;
  color: #000000;
  text-transform: uppercase;
  padding: 1.2rem 0 1rem; }
  @media (min-width: 768px) {
    .row.content_row .hl2_ct .hl2, .row.film_row .hl2_ct .hl2, .row.foldable_row .hl2_ct .hl2 {
      font-size: 2.35rem;
      line-height: 2.35rem; } }
  @media (min-width: 1024px) {
    .row.content_row .hl2_ct .hl2, .row.film_row .hl2_ct .hl2, .row.foldable_row .hl2_ct .hl2 {
      font-size: 3rem;
      line-height: 3rem; } }
  @media (min-width: 1024px) {
    .row.content_row .hl2_ct .hl2, .row.film_row .hl2_ct .hl2, .row.foldable_row .hl2_ct .hl2 {
      padding: 1.2rem 0 2.3rem; } }
.row.content_row .hl2_spacer, .row.film_row .hl2_spacer, .row.foldable_row .hl2_spacer {
  height: 1px;
  width: 100%;
  padding: 1.2rem 0 0; }
.row.content_row .text, .row.film_row .text, .row.foldable_row .text {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.78rem;
  line-height: 1.209rem;
  color: #000000; }
  @media (min-width: 768px) {
    .row.content_row .text, .row.film_row .text, .row.foldable_row .text {
      font-size: 0.78rem;
      line-height: 1.17rem; } }
  @media (min-width: 1024px) {
    .row.content_row .text, .row.film_row .text, .row.foldable_row .text {
      font-size: 0.68rem;
      line-height: 0.952rem; } }
  .row.content_row .text.text_left, .row.film_row .text.text_left, .row.foldable_row .text.text_left {
    padding-bottom: 1rem; }
    @media (min-width: 1024px) {
      .row.content_row .text.text_left, .row.film_row .text.text_left, .row.foldable_row .text.text_left {
        padding-bottom: 0; } }
  .row.content_row .text p, .row.content_row .text h2, .row.content_row .text h3, .row.content_row .text h4, .row.content_row .text h5, .row.content_row .text h6, .row.film_row .text p, .row.film_row .text h2, .row.film_row .text h3, .row.film_row .text h4, .row.film_row .text h5, .row.film_row .text h6, .row.foldable_row .text p, .row.foldable_row .text h2, .row.foldable_row .text h3, .row.foldable_row .text h4, .row.foldable_row .text h5, .row.foldable_row .text h6 {
    margin: 0;
    padding-top: 1rem; }
    .row.content_row .text p:first-child, .row.content_row .text h2:first-child, .row.content_row .text h3:first-child, .row.content_row .text h4:first-child, .row.content_row .text h5:first-child, .row.content_row .text h6:first-child, .row.film_row .text p:first-child, .row.film_row .text h2:first-child, .row.film_row .text h3:first-child, .row.film_row .text h4:first-child, .row.film_row .text h5:first-child, .row.film_row .text h6:first-child, .row.foldable_row .text p:first-child, .row.foldable_row .text h2:first-child, .row.foldable_row .text h3:first-child, .row.foldable_row .text h4:first-child, .row.foldable_row .text h5:first-child, .row.foldable_row .text h6:first-child {
      padding-top: 0; }
    .row.content_row .text p a, .row.content_row .text h2 a, .row.content_row .text h3 a, .row.content_row .text h4 a, .row.content_row .text h5 a, .row.content_row .text h6 a, .row.film_row .text p a, .row.film_row .text h2 a, .row.film_row .text h3 a, .row.film_row .text h4 a, .row.film_row .text h5 a, .row.film_row .text h6 a, .row.foldable_row .text p a, .row.foldable_row .text h2 a, .row.foldable_row .text h3 a, .row.foldable_row .text h4 a, .row.foldable_row .text h5 a, .row.foldable_row .text h6 a {
      text-decoration: underline; }
  .row.content_row .text h1, .row.film_row .text h1, .row.foldable_row .text h1 {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: 0.00rem;
    color: #000000; }
    @media (min-width: 768px) {
      .row.content_row .text h1, .row.film_row .text h1, .row.foldable_row .text h1 {
        font-size: 2.7rem;
        line-height: 2.7rem; } }
    @media (min-width: 1024px) {
      .row.content_row .text h1, .row.film_row .text h1, .row.foldable_row .text h1 {
        font-size: 3.4rem;
        line-height: 3.4rem; } }
  .row.content_row .text h2, .row.film_row .text h2, .row.foldable_row .text h2 {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 1.1rem;
    letter-spacing: -0.02rem;
    color: #000000; }
    @media (min-width: 768px) {
      .row.content_row .text h2, .row.film_row .text h2, .row.foldable_row .text h2 {
        font-size: 1.1rem;
        line-height: 1.1rem; } }
    @media (min-width: 1024px) {
      .row.content_row .text h2, .row.film_row .text h2, .row.foldable_row .text h2 {
        font-size: 1.2rem;
        line-height: 1.2rem; } }
  .row.content_row .text h3, .row.content_row .text h4, .row.content_row .text h5, .row.content_row .text h6, .row.film_row .text h3, .row.film_row .text h4, .row.film_row .text h5, .row.film_row .text h6, .row.foldable_row .text h3, .row.foldable_row .text h4, .row.foldable_row .text h5, .row.foldable_row .text h6 {
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.78rem;
    line-height: 1.209rem;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .row.content_row .text h3, .row.content_row .text h4, .row.content_row .text h5, .row.content_row .text h6, .row.film_row .text h3, .row.film_row .text h4, .row.film_row .text h5, .row.film_row .text h6, .row.foldable_row .text h3, .row.foldable_row .text h4, .row.foldable_row .text h5, .row.foldable_row .text h6 {
        font-size: 0.78rem;
        line-height: 1.17rem; } }
    @media (min-width: 1024px) {
      .row.content_row .text h3, .row.content_row .text h4, .row.content_row .text h5, .row.content_row .text h6, .row.film_row .text h3, .row.film_row .text h4, .row.film_row .text h5, .row.film_row .text h6, .row.foldable_row .text h3, .row.foldable_row .text h4, .row.foldable_row .text h5, .row.foldable_row .text h6 {
        font-size: 0.68rem;
        line-height: 0.952rem; } }
  .row.content_row .text iframe, .row.film_row .text iframe, .row.foldable_row .text iframe {
    width: 100%; }
  .row.content_row .text .hl_ct .hl, .row.film_row .text .hl_ct .hl, .row.foldable_row .text .hl_ct .hl {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: 0.00rem;
    color: #000000;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .row.content_row .text .hl_ct .hl, .row.film_row .text .hl_ct .hl, .row.foldable_row .text .hl_ct .hl {
        font-size: 2.7rem;
        line-height: 2.7rem; } }
    @media (min-width: 1024px) {
      .row.content_row .text .hl_ct .hl, .row.film_row .text .hl_ct .hl, .row.foldable_row .text .hl_ct .hl {
        font-size: 3.4rem;
        line-height: 3.4rem; } }
    @media (min-width: 1024px) {
      .row.content_row .text .hl_ct .hl.right_m, .row.film_row .text .hl_ct .hl.right_m, .row.foldable_row .text .hl_ct .hl.right_m {
        text-align: right; } }
  .row.content_row .text img, .row.film_row .text img, .row.foldable_row .text img {
    width: 100%;
    height: auto;
    margin: 0 0 1rem; }
.row.content_row .col .text, .row.film_row .col .text, .row.foldable_row .col .text {
  padding: 2rem 0 0; }
.row.content_row .col:nth-child(-n+3) .text, .row.film_row .col:nth-child(-n+3) .text, .row.foldable_row .col:nth-child(-n+3) .text {
  padding: 0; }
.row.content_row.right .col, .row.film_row.right .col, .row.foldable_row.right .col {
  float: right;
  margin-right: 28px;
  margin-left: 0; }
.row.content_row img {
  mix-blend-mode: multiply; }
  .row.content_row img.blend-normal {
    mix-blend-mode: normal; }
.row.film_row {
  padding: 1rem 0; }
.row.foldable_row {
  position: relative;
  padding: 0 0 1rem;
  overflow: hidden; }
  .row.foldable_row:last-child {
    padding: 0 0 1rem; }
.row.filmssuche_row {
  padding: 1.25rem 0; }

.seperator_line {
  height: 1px;
  width: 100%;
  border-top: 3px solid #000000; }
  @media (min-width: 1024px) {
    .seperator_line {
      border-top: 5px solid #000000; } }

.foldable_spacer {
  width: 100%;
  height: 3rem; }
  @media (min-width: 1024px) {
    .foldable_spacer {
      height: 5rem; } }

.foldable_btn_ct {
  line-height: 0;
  position: absolute;
  bottom: 1rem;
  padding-bottom: 0.2rem;
  right: 28px; }
  @media (min-width: 1024px) {
    .foldable_btn_ct {
      padding-bottom: 0;
      bottom: 0.5rem; } }
  .foldable_btn_ct .foldable_btn {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-image: url("img/foldable_close.png");
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 1024px) {
      .foldable_btn_ct .foldable_btn {
        background-position: center bottom;
        background-size: 75% auto; } }
  @media (min-width: 1024px) {
    .foldable_btn_ct {
      text-align: center;
      right: 30%;
      left: 30%; } }

.closed .foldable_btn_ct .foldable_btn {
  background-image: url("img/foldable_open.png"); }

.filmssuche_seperator {
  border-bottom: 2px solid #000000;
  height: 1px;
  padding: 1rem 0 0; }
  .filmssuche_seperator.no_padding {
    padding: 0; }
  @media (min-width: 1024px) {
    .filmssuche_seperator {
      padding: 2rem 0 0; } }

.film_filter_tl {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.62rem;
  line-height: 0.961rem;
  color: #000000;
  padding: 0.8rem 0 0.4rem; }
  @media (min-width: 768px) {
    .film_filter_tl {
      font-size: 0.62rem;
      line-height: 0.93rem; } }
  @media (min-width: 1024px) {
    .film_filter_tl {
      font-size: 0.7rem;
      line-height: 0.98rem; } }

.film_filter_col {
  margin-top: 0.7rem; }
  .film_filter_col:first-child {
    margin-top: 0; }
  @media (min-width: 1024px) {
    .film_filter_col {
      margin-top: 0; } }

.spacer.small {
  height: 1.5rem; }
.spacer.small_mobile {
  height: 1.5rem; }
  @media (min-width: 1024px) {
    .spacer.small_mobile {
      display: none; } }
.spacer.small_desktop {
  display: none; }
  @media (min-width: 1024px) {
    .spacer.small_desktop {
      height: 1.5rem;
      display: block; } }
.spacer.medium {
  height: 3rem; }
.spacer.medium_mobile {
  height: 3rem; }
  @media (min-width: 1024px) {
    .spacer.medium_mobile {
      display: none; } }
.spacer.medium_desktop {
  display: none; }
  @media (min-width: 1024px) {
    .spacer.medium_desktop {
      height: 3rem;
      display: block; } }
.spacer.large {
  height: 3rem; }
.spacer.large_mobile {
  height: 3rem; }
  @media (min-width: 1024px) {
    .spacer.large_mobile {
      display: none; } }
.spacer.large_desktop {
  display: none; }
  @media (min-width: 1024px) {
    .spacer.large_desktop {
      height: 3rem;
      display: block; } }

.partner_hl {
  padding: 0.2rem 0 1rem;
  padding-top: 0.2rem !important; }

.partner_col {
  padding: 0 0 1rem; }
  .partner_col img {
    mix-blend-mode: multiply; }

.mj-popin-header {
  font-family: "Oswald", Helvetica, Arial, sans-serif !important; }

.pm_row .col:nth-last-child(-n+2) .pm_ct {
  border-bottom: 2px solid #000000; }

.pm_ct {
  display: block;
  border-top: 2px solid #000000;
  position: relative; }
  @media (min-width: 1024px) {
    .pm_ct {
      height: 14rem; } }
  .pm_ct .pm_date {
    padding: 0.5rem 0; }
  .pm_ct .pm_hl {
    display: block;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0.00rem;
    color: #000000;
    text-transform: uppercase;
    padding: 0 0 0.5rem; }
    @media (min-width: 768px) {
      .pm_ct .pm_hl {
        font-size: 1.4rem;
        line-height: 1.4rem; } }
    @media (min-width: 1024px) {
      .pm_ct .pm_hl {
        font-size: 1.1rem;
        line-height: 1.1rem; } }
  .pm_ct .pm_text {
    text-overflow: ellipsis;
    height: 3.7rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    margin: 0 0 0.25rem; }
    @media (min-width: 1024px) {
      .pm_ct .pm_text {
        height: 3rem;
        margin: 0 0 0.4rem; } }
  .pm_ct .pm_btn {
    right: 0;
    position: absolute; }

.downloads_col {
  border-top: 2px solid #000000;
  padding: 0.5rem 0 0;
  margin-top: 0.5rem; }
  .downloads_col .download_cat_hl {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 1.1rem;
    letter-spacing: -0.02rem;
    color: #000000; }
    @media (min-width: 768px) {
      .downloads_col .download_cat_hl {
        font-size: 1.1rem;
        line-height: 1.1rem; } }
    @media (min-width: 1024px) {
      .downloads_col .download_cat_hl {
        font-size: 1.2rem;
        line-height: 1.2rem; } }

.download {
  display: block;
  margin-top: 1.2rem; }
  .download .download_img {
    height: 5rem; }
    @media (min-width: 1024px) {
      .download .download_img {
        height: 6rem; } }
    .download .download_img img {
      height: 100%; }
  .download .download_hl {
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.78rem;
    line-height: 1.209rem;
    color: #000000;
    font-weight: 700;
    padding: 0.25rem 0 0;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .download .download_hl {
        font-size: 0.78rem;
        line-height: 1.17rem; } }
    @media (min-width: 1024px) {
      .download .download_hl {
        font-size: 0.68rem;
        line-height: 0.952rem; } }
  .download .download_sl {
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.78rem;
    line-height: 1.209rem;
    color: #000000;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .download .download_sl {
        font-size: 0.78rem;
        line-height: 1.17rem; } }
    @media (min-width: 1024px) {
      .download .download_sl {
        font-size: 0.68rem;
        line-height: 0.952rem; } }
  .download img {
    mix-blend-mode: normal !important; }

.post-password-form {
  min-height: 10rem;
  padding: 1.5rem 0 0.5rem; }
  .post-password-form p {
    margin: 0;
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.78rem;
    line-height: 1.209rem;
    color: #000000; }
    @media (min-width: 768px) {
      .post-password-form p {
        font-size: 0.78rem;
        line-height: 1.17rem; } }
    @media (min-width: 1024px) {
      .post-password-form p {
        font-size: 0.68rem;
        line-height: 0.952rem; } }
    .post-password-form p:first-child {
      display: none; }
    .post-password-form p label {
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-style: normal;
      text-transform: uppercase;
      font-size: 1.1rem;
      line-height: 1.1rem;
      letter-spacing: -0.02rem;
      color: #000000;
      display: block; }
      @media (min-width: 768px) {
        .post-password-form p label {
          font-size: 0.8rem;
          line-height: 0.8rem; } }
      @media (min-width: 1024px) {
        .post-password-form p label {
          font-size: 0.9rem;
          line-height: 0.9rem; } }
      .post-password-form p label input {
        border-radius: 0;
        border: 3px solid #000000;
        background: none;
        padding: 0 0.5rem;
        font-family: "Oswald", Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        text-transform: uppercase;
        font-size: 1.1rem;
        line-height: 1.1rem;
        letter-spacing: -0.02rem;
        color: #000000; }
        @media (min-width: 768px) {
          .post-password-form p label input {
            font-size: 0.8rem;
            line-height: 0.8rem; } }
        @media (min-width: 1024px) {
          .post-password-form p label input {
            font-size: 0.9rem;
            line-height: 0.9rem; } }
    .post-password-form p > input {
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-style: normal;
      text-transform: uppercase;
      font-size: 1.1rem;
      line-height: 1.1rem;
      letter-spacing: -0.02rem;
      color: #000000;
      border: 3px solid #000000;
      display: inline-block;
      padding: 0.34rem 1.8rem;
      background-color: #000000;
      color: #fff;
      margin: 1rem 0 0; }
      @media (min-width: 768px) {
        .post-password-form p > input {
          font-size: 0.8rem;
          line-height: 0.8rem; } }
      @media (min-width: 1024px) {
        .post-password-form p > input {
          font-size: 0.9rem;
          line-height: 0.9rem; } }

header {
  position: relative;
  padding: 0 0 0.6rem; }

#logo_wrapper {
  border-bottom: 3px solid #000000; }
  @media (min-width: 1024px) {
    #logo_wrapper {
      border-bottom: 5px solid #000000; } }

#logo {
  height: 3.2rem;
  padding: 0.7rem 0 0.6rem;
  float: left; }
  #logo img {
    height: 100%; }
  @media (min-width: 768px) {
    #logo {
      padding: 1rem 0 0.9rem;
      width: 5rem; } }
  @media (min-width: 1024px) {
    #logo {
      padding: 0.6rem 0 0.5rem;
      width: 5rem; } }

.desk_nav_search_ct {
  display: none;
  top: 0.2rem;
  position: absolute;
  right: calc(28px + 11rem);
  padding: 0.6rem 0 0; }
  @media (min-width: 1024px) {
    .desk_nav_search_ct {
      transition: transform 0.3s;
      display: block; } }
  .desk_nav_search_ct label {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    color: #000000;
    font-size: 1.15rem;
    line-height: 1.84rem;
    letter-spacing: 0.00rem;
    display: block;
    float: left;
    padding: 0.1rem 0.4rem 0 0; }
    @media (min-width: 768px) {
      .desk_nav_search_ct label {
        font-size: 0.95rem;
        line-height: 1.52rem; } }
    @media (min-width: 1024px) {
      .desk_nav_search_ct label {
        font-size: 0.82rem;
        line-height: 1.312rem; } }
  .desk_nav_search_ct .input_search {
    background: none;
    border: 0;
    border-bottom: 2px solid #000000;
    width: 0;
    overflow: hidden;
    padding: 0;
    transition: width 0.3s;
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.78rem;
    line-height: 1.209rem;
    color: #000000; }
    @media (min-width: 768px) {
      .desk_nav_search_ct .input_search {
        font-size: 0.78rem;
        line-height: 1.17rem; } }
    @media (min-width: 1024px) {
      .desk_nav_search_ct .input_search {
        font-size: 0.68rem;
        line-height: 0.952rem; } }
    .desk_nav_search_ct .input_search::placeholder {
      font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.78rem;
      line-height: 1.209rem;
      color: #000000; }
      @media (min-width: 768px) {
        .desk_nav_search_ct .input_search::placeholder {
          font-size: 0.78rem;
          line-height: 1.17rem; } }
      @media (min-width: 1024px) {
        .desk_nav_search_ct .input_search::placeholder {
          font-size: 0.68rem;
          line-height: 0.952rem; } }
  .desk_nav_search_ct .input_search_submit {
    background: none;
    border: 0;
    background-image: url("img/search.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    font-size: 0;
    width: 1rem;
    height: 1rem; }
  .desk_nav_search_ct .input_search:focus {
    width: 16rem; }

#logo_wrapper.open .desk_nav_search_ct {
  transform: translate3d(-2rem, 0, 0); }

.desk_nav_lang_ct {
  display: none; }
  @media (min-width: 1024px) {
    .desk_nav_lang_ct {
      transition: transform 0.3s;
      display: block;
      position: absolute;
      right: calc(28px + 6rem);
      padding: 0.9rem 0 0; }
      .desk_nav_lang_ct .lang_switch a {
        font-family: "Oswald", Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        text-transform: uppercase;
        color: #000000;
        font-size: 1.15rem;
        line-height: 1.84rem;
        letter-spacing: 0.00rem;
        opacity: 1; } }
    @media (min-width: 1024px) and (min-width: 768px) {
      .desk_nav_lang_ct .lang_switch a {
        font-size: 0.95rem;
        line-height: 1.52rem; } }
    @media (min-width: 1024px) and (min-width: 1024px) {
      .desk_nav_lang_ct .lang_switch a {
        font-size: 0.82rem;
        line-height: 1.312rem; } }
  @media (min-width: 1024px) {
        .desk_nav_lang_ct .lang_switch a.active {
          opacity: 0.5; } }

#logo_wrapper.open .desk_nav_lang_ct {
  transform: translate3d(-2rem, 0, 0); }

#nav_ct {
  display: none; }
  @media (min-width: 1024px) {
    #nav_ct {
      padding: 0.75rem 0 0; } }
  #nav_ct.open {
    display: block; }
  #nav_ct > ul {
    margin: 0;
    padding: 0;
    border-top: 3px solid #000000; }
    @media (min-width: 1024px) {
      #nav_ct > ul {
        border-top: 0; } }
    #nav_ct > ul > li {
      list-style: none;
      border-bottom: 3px solid #000000; }
      #nav_ct > ul > li a {
        font-family: "Oswald", Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        text-transform: uppercase;
        color: #000000;
        font-size: 1.15rem;
        line-height: 1.84rem;
        letter-spacing: 0.00rem;
        padding: 0.2rem 0;
        display: block; }
        @media (min-width: 768px) {
          #nav_ct > ul > li a {
            font-size: 0.95rem;
            line-height: 1.52rem; } }
        @media (min-width: 1024px) {
          #nav_ct > ul > li a {
            font-size: 0.82rem;
            line-height: 1.312rem; } }
      #nav_ct > ul > li.menu-item-has-children {
        background-image: url("img/arrow_down.png");
        background-size: 1.1rem auto;
        background-position: right 0.7rem;
        background-repeat: no-repeat; }
      #nav_ct > ul > li.menu-item-has-children.open {
        background-image: url("img/arrow_up.png"); }
        #nav_ct > ul > li.menu-item-has-children.open .sub-menu {
          height: auto; }
      #nav_ct > ul > li .sub-menu {
        height: 0;
        overflow: hidden;
        list-style: none;
        margin: 0;
        padding: 0; }
        #nav_ct > ul > li .sub-menu li {
          list-style: none;
          margin: 0;
          padding: 0;
          border-top: 1px solid #000000; }
          #nav_ct > ul > li .sub-menu li:first-child {
            border-top: 3px solid #000000; }
    @media (min-width: 1024px) {
      #nav_ct > ul > li {
        width: 23.5%;
        float: left;
        margin: 0 0 0 2%;
        border-top: 5px solid #000000; }
        #nav_ct > ul > li:first-child {
          margin: 0; }
        #nav_ct > ul > li.menu-item-has-children {
          background: none; }
          #nav_ct > ul > li.menu-item-has-children > a {
            cursor: default; }
        #nav_ct > ul > li.menu-item-has-children.open {
          background: none; }
        #nav_ct > ul > li .sub-menu {
          height: auto !important; }
          #nav_ct > ul > li .sub-menu li a {
            text-transform: none; } }
  #nav_ct .nav_footer_nav > ul {
    margin: 0;
    padding: 0;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000; }
    #nav_ct .nav_footer_nav > ul > li {
      list-style: none;
      padding: 0 1.5rem 0 0;
      border-top: 1px solid #000000; }
      #nav_ct .nav_footer_nav > ul > li:first-child {
        border-top: 0; }
      #nav_ct .nav_footer_nav > ul > li a {
        font-family: "Oswald", Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        text-transform: uppercase;
        color: #000000;
        font-size: 1.15rem;
        line-height: 1.84rem;
        letter-spacing: 0.00rem; }
        @media (min-width: 768px) {
          #nav_ct .nav_footer_nav > ul > li a {
            font-size: 0.95rem;
            line-height: 1.52rem; } }
        @media (min-width: 1024px) {
          #nav_ct .nav_footer_nav > ul > li a {
            font-size: 0.82rem;
            line-height: 1.312rem; } }
  #nav_ct .nav_lang_ct {
    padding: 0 0 2rem; }
    #nav_ct .nav_lang_ct > .lang_switch {
      border-bottom: 3px solid #000000; }
      #nav_ct .nav_lang_ct > .lang_switch a {
        font-family: "Oswald", Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        text-transform: uppercase;
        color: #000000;
        font-size: 1.15rem;
        line-height: 1.84rem;
        letter-spacing: 0.00rem;
        opacity: 0.5; }
        @media (min-width: 768px) {
          #nav_ct .nav_lang_ct > .lang_switch a {
            font-size: 0.95rem;
            line-height: 1.52rem; } }
        @media (min-width: 1024px) {
          #nav_ct .nav_lang_ct > .lang_switch a {
            font-size: 0.82rem;
            line-height: 1.312rem; } }
        #nav_ct .nav_lang_ct > .lang_switch a.active {
          opacity: 1; }
    @media (min-width: 1024px) {
      #nav_ct .nav_lang_ct {
        display: none; } }
  @media (min-width: 1024px) {
    #nav_ct .nav_footer_nav_ct {
      border-top: 5px solid #000000;
      margin-top: 5rem;
      padding: 0 0 0.75rem; }
      #nav_ct .nav_footer_nav_ct .nav_footer_nav {
        padding: 0.5rem 0 0;
        float: right; }
        #nav_ct .nav_footer_nav_ct .nav_footer_nav ul {
          border-top: 0;
          border-bottom: 0; }
          #nav_ct .nav_footer_nav_ct .nav_footer_nav ul li {
            float: left;
            border-top: 0;
            padding: 0 0 0 1.5rem; }
      #nav_ct .nav_footer_nav_ct .social_links_ct {
        float: left; }
        #nav_ct .nav_footer_nav_ct .social_links_ct ul li {
          float: left;
          border-top: 0; } }
  #nav_ct .nav_footer_nav {
    padding: 2rem 0 0; }

.social_links_ct ul {
  padding: 0.75rem 0 0;
  margin: 0;
  list-style: none; }
  .social_links_ct ul li {
    display: block;
    padding: 0;
    margin: 0 0.35rem 0 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    float: left;
    height: 1.5rem;
    width: 1.5rem;
    background-size: 100% auto; }
    .social_links_ct ul li.facebook {
      background-image: url("img/facebook_icon.png"); }
    .social_links_ct ul li.instagram {
      background-image: url("img/instagram_icon.png"); }
    .social_links_ct ul li.youtube {
      background-image: url("img/youtube_icon.png"); }
    .social_links_ct ul li.twitter {
      background-image: url("img/twitter_icon.png"); }
@media (min-width: 1024px) {
  .social_links_ct ul li {
    margin: 0 0.35rem 0 0;
    height: 1.15rem;
    width: 1.15rem; } }

.nav_icon_ct #nav_icon_text {
  display: none; }
  @media (min-width: 1024px) {
    .nav_icon_ct #nav_icon_text {
      display: block;
      position: absolute;
      right: calc(28px + 1.5rem);
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-style: normal;
      text-transform: uppercase;
      color: #000000;
      font-size: 1.15rem;
      line-height: 1.84rem;
      letter-spacing: 0.00rem;
      padding: 0.9rem 0 0; } }
  @media (min-width: 1024px) and (min-width: 768px) {
    .nav_icon_ct #nav_icon_text {
      font-size: 0.95rem;
      line-height: 1.52rem; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .nav_icon_ct #nav_icon_text {
      font-size: 0.82rem;
      line-height: 1.312rem; } }

.nav_icon_ct #nav_icon {
  cursor: pointer;
  position: absolute;
  z-index: 101;
  opacity: 1;
  top: 1.2rem;
  right: 28px;
  height: 1.1rem;
  width: 1.42rem;
  transition: opacity 0.8s; }
  .nav_icon_ct #nav_icon .nav_icon_string {
    position: absolute;
    height: 1.1rem;
    width: 1.42rem;
    background-image: url("img/nav_icon.svg");
    background-size: 86% auto;
    background-repeat: no-repeat;
    transition: opacity 0.4s; }
    .nav_icon_ct #nav_icon .nav_icon_string.top {
      background-position: center top; }
    .nav_icon_ct #nav_icon .nav_icon_string.middle {
      transition: transform 0.5s;
      background-position: center; }
      .nav_icon_ct #nav_icon .nav_icon_string.middle .nav_icon_string_middle_top {
        width: 2.2rem;
        height: 0.6rem; }
      .nav_icon_ct #nav_icon .nav_icon_string.middle .nav_icon_string_middle_bottom {
        width: 2.2rem;
        height: 0.6rem; }
    .nav_icon_ct #nav_icon .nav_icon_string.bottom {
      background-position: center bottom; }
  .nav_icon_ct #nav_icon.open .nav_icon_string.top, .nav_icon_ct #nav_icon.open .nav_icon_string.bottom {
    opacity: 0; }
  .nav_icon_ct #nav_icon.open .nav_icon_string.middle {
    transform: rotate(45deg); }
  .nav_icon_ct #nav_icon.open .nav_icon_string.middle2 {
    transform: rotate(-45deg); }
  @media (min-width: 1024px) {
    .nav_icon_ct #nav_icon {
      height: 0.7rem;
      width: 1.1rem; }
      .nav_icon_ct #nav_icon .nav_icon_string {
        background-size: 90% auto;
        height: 0.7rem;
        width: 1.1rem; } }

@media (min-width: 1024px) {
  .film_ct_row {
    display: flex;
    flex-flow: row wrap; } }

@media (min-width: 1024px) {
  .film_col {
    display: flex; } }

.film_ct {
  padding: 0 0 2rem; }
  @media (min-width: 1024px) {
    .film_ct {
      width: 100%; } }
  .film_ct .film_img {
    overflow: hidden; }
    .film_ct .film_img img {
      width: 100%; }
  .film_ct .film_hl {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0.00rem;
    color: #000000;
    padding: 0.7rem 0 0.6rem; }
    @media (min-width: 768px) {
      .film_ct .film_hl {
        font-size: 1.4rem;
        line-height: 1.4rem; } }
    @media (min-width: 1024px) {
      .film_ct .film_hl {
        font-size: 1.1rem;
        line-height: 1.1rem; } }
    @media (min-width: 1024px) {
      .film_ct .film_hl {
        padding: 0.8rem 0 0.4rem; } }
  @media (min-width: 1024px) {
    .film_ct .film_text_ct {
      display: flex; } }
  .film_ct .film_right {
    padding: 1rem 0 0; }
    @media (min-width: 1024px) {
      .film_ct .film_right {
        display: flex;
        width: 30%;
        position: relative; }
        .film_ct .film_right .film_btn {
          position: absolute;
          bottom: 0;
          right: 0; } }
  @media (min-width: 1024px) {
    .film_ct .film_left {
      display: flex;
      width: 70%; } }

.film_row .hl_ct {
  text-align: right;
  padding: 1.5rem 0 0.5rem; }
  @media (min-width: 1024px) {
    .film_row .hl_ct {
      padding: 0 0 0.5rem; } }
.film_row .film_section {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0.00rem;
  color: #000000;
  text-transform: uppercase;
  padding: 0 0 0.5rem; }
  @media (min-width: 768px) {
    .film_row .film_section {
      font-size: 1.4rem;
      line-height: 1.4rem; } }
  @media (min-width: 1024px) {
    .film_row .film_section {
      font-size: 1.1rem;
      line-height: 1.1rem; } }
  @media (min-width: 1024px) {
    .film_row .film_section {
      padding: 0 0 1rem; } }
.film_row .film_info_ct {
  padding: 0.6rem 0 1rem; }
  @media (min-width: 1024px) {
    .film_row .film_info_ct {
      padding: 0 0 1rem; } }
.film_row .text {
  padding: 1rem 0 0; }
  @media (min-width: 1024px) {
    .film_row .text {
      padding: 0.5rem 0 0; } }

.film_vorstellung_ct {
  border: 0.2rem solid #000000;
  padding: 0.5rem 0.5rem; }
  .film_vorstellung_ct .film_vorstellung_hl {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0.00rem;
    color: #000000;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .film_vorstellung_ct .film_vorstellung_hl {
        font-size: 1.4rem;
        line-height: 1.4rem; } }
    @media (min-width: 1024px) {
      .film_vorstellung_ct .film_vorstellung_hl {
        font-size: 1.1rem;
        line-height: 1.1rem; } }
  .film_vorstellung_ct .film_vorstellung_list {
    padding: 0.5rem 0 0.6rem;
    margin: 0;
    list-style: none; }
    .film_vorstellung_ct .film_vorstellung_list li {
      padding: 0.05rem 0;
      margin: 0; }
  .film_vorstellung_ct .film_vorstellung_ticket_btn {
    padding: 0.2rem 1.6rem; }
  .film_vorstellung_ct .film_vorstellung_ondemand_btn {
    padding: 0.2rem 1.6rem; }
  @media (min-width: 1024px) {
    .film_vorstellung_ct {
      display: flex; }
      .film_vorstellung_ct .film_vorstellung_left {
        display: flex;
        width: 74%; }
      .film_vorstellung_ct .film_vorstellung_right {
        width: 26%;
        position: relative; }
        .film_vorstellung_ct .film_vorstellung_right > a {
          margin-top: 0.25rem; }
          .film_vorstellung_ct .film_vorstellung_right > a:first-child {
            margin-top: 0; }
      .film_vorstellung_ct .film_vorstellung_ticket_btn {
        display: block;
        text-align: center;
        padding-left: 0;
        padding-right: 0; }
      .film_vorstellung_ct .film_vorstellung_ondemand_btn {
        display: block;
        text-align: center;
        padding-left: 0;
        padding-right: 0; }
      .film_vorstellung_ct .film_vorstellung_list {
        padding: 0.5rem 0 0; } }

.film_moreinfo_ct {
  padding: 1rem 0 0; }
  .film_moreinfo_ct .film_moreinfo_list {
    padding: 0;
    margin: 0;
    list-style: none; }
    .film_moreinfo_ct .film_moreinfo_list li {
      padding: 0.05rem 0;
      margin: 0;
      list-style: none; }

/* Slider */
/* 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;
  outline: none !important;
  -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-right: auto;
  margin-left: 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;
  outline: none; }

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

.slick-dots {
  margin: 0;
  padding: 0.6rem 0 0;
  line-height: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    padding: 0 0.25rem; }
    .slick-dots li button {
      padding: 0;
      margin: 0;
      font-size: 0;
      background: none;
      border: 0.08rem solid #000000;
      width: 0.55rem;
      height: 0.55rem;
      border-radius: 50%;
      transition: background 0.2s; }
      .slick-dots li button:focus {
        outline: none; }
    .slick-dots li.slick-active button {
      background: #000000; }

.slideshow_arrows {
  position: absolute;
  width: 100%; }
  .slideshow_arrows button.slick-arrow {
    position: absolute;
    z-index: 4;
    outline: none;
    font-size: 0;
    line-height: 0;
    border: 0;
    right: 0;
    height: 62vw;
    width: 10rem;
    background: none; }
    .slideshow_arrows button.slick-arrow:first-child {
      right: 0;
      left: 0;
      transform: scaleX(-1); }
    @media (min-width: 1024px) {
      .slideshow_arrows button.slick-arrow {
        height: 42vw; } }

.slideshow {
  line-height: 0; }
  .slideshow img {
    font-size: 0;
    line-height: 0; }
  .slideshow.fullwidth img, .slideshow.fullwidth picture {
    width: 100%; }
  .slideshow.variabel .slick-list {
    height: 62vw; }
    .slideshow.variabel .slick-list img {
      height: 62vw !important; }
    @media (min-width: 1024px) {
      .slideshow.variabel .slick-list {
        height: 42vw; }
        .slideshow.variabel .slick-list img {
          height: 42vw !important; } }
  .slideshow.project_variabel .slick-list {
    height: 62vw; }
    .slideshow.project_variabel .slick-list img {
      height: 62vw !important; }
    @media (min-width: 1024px) {
      .slideshow.project_variabel .slick-list {
        height: 60vw; }
        .slideshow.project_variabel .slick-list img {
          height: 60vw !important; } }
  .slideshow.overflow {
    overflow: visible; }
    .slideshow.overflow .slick-list {
      overflow: visible; }

.slider_wrapper {
  margin: 0 0 0.2rem;
  height: 8.4rem; }
  .slider_wrapper .slide {
    width: 200%;
    position: absolute;
    transform: translate3d(-25%, 0, 0);
    display: block; }
    .slider_wrapper .slide img {
      width: 50%;
      float: left;
      opacity: 1;
      mix-blend-mode: multiply; }
  @media (min-width: 500px) {
    .slider_wrapper {
      height: 12.1rem; } }
  @media (min-width: 768px) {
    .slider_wrapper {
      height: 14.1rem; } }
  @media (min-width: 1024px) {
    .slider_wrapper {
      height: 19.2rem; } }
  @media (min-width: 1400px) {
    .slider_wrapper {
      height: 22.2rem; } }
  @media (min-width: 2000px) {
    .slider_wrapper {
      height: 26.5rem; } }

.slider_wrapper_home {
  background-size: cover;
  background-position: right center;
  height: 22.5rem;
  position: relative;
  overflow: hidden; }
  .slider_wrapper_home .slide {
    display: none; }
  @media (min-width: 500px) {
    .slider_wrapper_home {
      height: 23.5rem; } }
  @media (min-width: 768px) {
    .slider_wrapper_home {
      overflow: visible;
      height: 18.8rem; }
      .slider_wrapper_home .slide {
        width: 200%;
        position: absolute;
        transform: translate3d(-25%, 0, 0);
        display: block; }
        .slider_wrapper_home .slide img {
          width: 50%;
          float: left;
          opacity: 1; } }
  @media (min-width: 1024px) {
    .slider_wrapper_home {
      height: 25.6rem; } }
  @media (min-width: 1400px) {
    .slider_wrapper_home {
      height: 29.4rem; } }
  @media (min-width: 2000px) {
    .slider_wrapper_home {
      height: 35.1rem; } }
  .slider_wrapper_home .slide {
    height: 22.5rem; }
    @media (min-width: 500px) {
      .slider_wrapper_home .slide {
        height: 23.5rem; } }
    @media (min-width: 768px) {
      .slider_wrapper_home .slide {
        height: 18.8rem; } }
    @media (min-width: 1024px) {
      .slider_wrapper_home .slide {
        height: 25.6rem; } }
    @media (min-width: 1400px) {
      .slider_wrapper_home .slide {
        height: 29.4rem; } }
    @media (min-width: 2000px) {
      .slider_wrapper_home .slide {
        height: 35.1rem; } }

.slider_wrapper_cinema {
  background-size: cover;
  background-blend-mode: multiply;
  height: 22.5rem;
  position: relative;
  overflow: hidden; }
  .slider_wrapper_cinema .slide {
    display: none; }
  @media (min-width: 500px) {
    .slider_wrapper_cinema {
      height: 23.5rem; } }
  @media (min-width: 768px) {
    .slider_wrapper_cinema {
      height: 13rem; } }
  @media (min-width: 1024px) {
    .slider_wrapper_cinema {
      height: 17rem; }
      .slider_wrapper_cinema .slide {
        width: 200%;
        position: absolute;
        transform: translate3d(-25%, 0, 0);
        display: block; }
        .slider_wrapper_cinema .slide img {
          width: 50%;
          float: left;
          opacity: 1;
          mix-blend-mode: multiply; } }
  @media (min-width: 1400px) {
    .slider_wrapper_cinema {
      height: 18rem; } }
  @media (min-width: 2000px) {
    .slider_wrapper_cinema {
      height: 20rem; } }

.slider_home_overlay {
  padding: 1rem 28px 0; }
  @media (min-width: 500px) {
    .slider_home_overlay {
      padding: 1.5rem 28px 0; } }
  @media (min-width: 768px) {
    .slider_home_overlay {
      position: absolute;
      width: 17.8rem;
      right: 0;
      padding: 1.5rem 1.1rem 0; } }
  @media (min-width: 1024px) {
    .slider_home_overlay {
      width: 24.5rem;
      padding: 2rem 0.9rem 0 1.7rem; } }
  @media (min-width: 1400px) {
    .slider_home_overlay {
      width: 28rem;
      padding: 2.5rem 0.9rem 0 1.7rem; } }
  @media (min-width: 2000px) {
    .slider_home_overlay {
      width: 32.95rem;
      padding: 2.5rem 0.9rem 0 1.7rem; } }
  .slider_home_overlay .slider_overlay_text {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    color: #000000;
    font-size: 1.15rem;
    line-height: 1.15rem;
    letter-spacing: 0.00rem;
    padding: 1rem 0 0; }
    @media (min-width: 768px) {
      .slider_home_overlay .slider_overlay_text {
        font-size: 0.95rem;
        line-height: 0.95rem; } }
    @media (min-width: 1024px) {
      .slider_home_overlay .slider_overlay_text {
        font-size: 1.2rem;
        line-height: 1.2rem; } }
    @media (min-width: 768px) {
      .slider_home_overlay .slider_overlay_text {
        padding: 0; } }
  .slider_home_overlay .slider_overlay_logo {
    height: 5rem;
    width: 100%;
    margin: 1rem 0 0; }
    @media (min-width: 500px) {
      .slider_home_overlay .slider_overlay_logo {
        height: 6.8rem;
        width: 85%; } }
    @media (min-width: 768px) {
      .slider_home_overlay .slider_overlay_logo {
        margin: 0;
        transform: translate3d(-6.9rem, 0, 0);
        width: 152%; } }
    @media (min-width: 1024px) {
      .slider_home_overlay .slider_overlay_logo {
        transform: translate3d(-9.3rem, 0, 0);
        width: 147%;
        height: 9rem; } }
    @media (min-width: 1400px) {
      .slider_home_overlay .slider_overlay_logo {
        transform: translate3d(-10.85rem, 0, 0);
        width: 146.3%;
        height: 10.5rem; } }
    @media (min-width: 2000px) {
      .slider_home_overlay .slider_overlay_logo {
        transform: translate3d(-12.86rem, 0, 0);
        width: 145.5%;
        height: 12rem; } }

.slider_overlay_ct {
  position: absolute;
  z-index: 1000;
  width: 100%;
  padding: 1.5rem 0 0; }
  @media (min-width: 1024px) {
    .slider_overlay_ct {
      padding: 2.5rem 0 0; } }
  .slider_overlay_ct .slider_logo {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 0 1.5rem; }
    @media (min-width: 1024px) {
      .slider_overlay_ct .slider_logo {
        padding: 0 0 2.5rem; } }
    .slider_overlay_ct .slider_logo img {
      width: 62%;
      max-width: 16rem; }
      @media (min-width: 768px) {
        .slider_overlay_ct .slider_logo img {
          width: 40%; } }
      @media (min-width: 1024px) {
        .slider_overlay_ct .slider_logo img {
          width: 34%; } }
  .slider_overlay_ct .slider_nav {
    width: 100%;
    margin: 0 auto; }
    .slider_overlay_ct .slider_nav ul {
      padding: 0 28px;
      margin: 0; }
    .slider_overlay_ct .slider_nav li {
      padding: 0;
      margin: 0.8rem 0 0;
      list-style: none; }
      .slider_overlay_ct .slider_nav li:first-child {
        margin: 0; }
      .slider_overlay_ct .slider_nav li a {
        font-family: "Oswald", Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        text-transform: uppercase;
        font-size: 1.1rem;
        line-height: 1.1rem;
        letter-spacing: -0.02rem;
        color: #000000;
        display: block;
        border: 3px solid #000000;
        text-align: center;
        font-family: "Oswald", Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        text-transform: uppercase;
        font-size: 1.1rem;
        line-height: 1.1rem;
        letter-spacing: -0.02rem;
        color: #000000;
        padding: 0.38rem 0; }
        @media (min-width: 768px) {
          .slider_overlay_ct .slider_nav li a {
            font-size: 1.1rem;
            line-height: 1.1rem; } }
        @media (min-width: 1024px) {
          .slider_overlay_ct .slider_nav li a {
            font-size: 1.2rem;
            line-height: 1.2rem; } }
        @media (min-width: 768px) {
          .slider_overlay_ct .slider_nav li a {
            font-size: 0.8rem;
            line-height: 0.8rem; } }
        @media (min-width: 1024px) {
          .slider_overlay_ct .slider_nav li a {
            font-size: 0.9rem;
            line-height: 0.9rem; } }
    @media (min-width: 768px) {
      .slider_overlay_ct .slider_nav ul {
        text-align: center; }
      .slider_overlay_ct .slider_nav li {
        display: inline-block;
        margin: 0 0.3rem 0.8rem; }
        .slider_overlay_ct .slider_nav li:first-child {
          margin: 0 0.3rem 0.8rem; }
        .slider_overlay_ct .slider_nav li a {
          display: inline-block;
          width: 9rem;
          padding: 0.30rem 0; } }
    @media (min-width: 1024px) {
      .slider_overlay_ct .slider_nav {
        width: 80%; }
        .slider_overlay_ct .slider_nav li {
          margin: 0 0.3rem 1rem; }
          .slider_overlay_ct .slider_nav li:first-child {
            margin: 0 0.3rem 1rem; }
          .slider_overlay_ct .slider_nav li a {
            width: 10rem; } }

footer.footer {
  padding: 0.6rem 0 1.5rem;
  text-align: center; }
  @media (min-width: 768px) {
    footer.footer {
      background-position: right bottom;
      background-size: auto 100%;
      padding: 0.6rem 0 1.5rem; } }
  @media (min-width: 1024px) {
    footer.footer {
      padding: 0.6rem 0 1rem; } }
  footer.footer ul {
    padding: 0;
    margin: 0; }
  footer.footer li {
    display: inline-block; }
  footer.footer p {
    margin: 0; }
  footer.footer a {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    color: #000000;
    font-size: 1.15rem;
    line-height: 1.84rem;
    letter-spacing: 0.00rem;
    padding: 0 0.4rem; }
    @media (min-width: 768px) {
      footer.footer a {
        font-size: 0.95rem;
        line-height: 1.52rem; } }
    @media (min-width: 1024px) {
      footer.footer a {
        font-size: 0.82rem;
        line-height: 1.312rem; } }

.footer_nav_ct {
  border-top: 3px solid #000000;
  padding: 0.5rem 0 0; }
  .footer_nav_ct .footer_nav {
    display: none; }
  @media (min-width: 1024px) {
    .footer_nav_ct {
      border-top: 5px solid #000000; }
      .footer_nav_ct .footer_nav {
        display: block;
        padding: 0;
        float: right; }
        .footer_nav_ct .footer_nav ul {
          border-top: 0;
          border-bottom: 0; }
          .footer_nav_ct .footer_nav ul li {
            float: left;
            border-top: 0;
            padding: 0 0 0 1.3rem; }
            .footer_nav_ct .footer_nav ul li a {
              padding: 0; }
      .footer_nav_ct .social_links_ct {
        float: left; }
        .footer_nav_ct .social_links_ct ul li {
          float: left;
          border-top: 0; } }

.footer_nav {
  padding: 2rem 0 0; }

.hidden_ct {
  visibility: hidden; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(img/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #ff8790;
  color: #fff;
  text-shadow: none; }

::-webkit-selection {
  background: #ff8790;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #ff8790;
  color: #fff;
  text-shadow: none; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=style.css.map */
