@charset "UTF-8";
/*------------------------------------*\
:    Project:       Paradox
:    Project URI:   http://site.com
:    Author:        Parkers - Thomas van der Meer
:    Author URI:    http://studioparkers.nl
:    Description:   Theme developed for Paradox
:    Version:       1.0
\*------------------------------------*/
/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins
\*------------------------------------*/
/*------------------------------------*\
:    Media Queries
\*------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=87719d61-40d2-48f4-8973-cbdd75c763b1");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0; }

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

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

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

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

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

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

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

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

td,
th {
  padding: 0; }

/*------------------------------------*\
:    Swiper
\*------------------------------------*/
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 40px;
  font-size: 4rem;
  color: #ffea35; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 30px;
  right: auto; }
  @media (min-width: 0px) and (max-width: 800px) {
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
      left: 15px; } }
  @media (min-width: 0px) and (max-width: 500px) {
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
      left: 5px; } }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 30px;
  left: auto; }
  @media (min-width: 0px) and (max-width: 800px) {
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
      right: 15px; } }
  @media (min-width: 0px) and (max-width: 500px) {
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
      right: 5px; } }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px;
  left: 0;
  width: 100%; }
  @media (min-width: 0px) and (max-width: 500px) {
    .swiper-pagination-fraction,
    .swiper-pagination-custom,
    .swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: 10px; } }

/* Bullets */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #ffffff; }
  @media (min-width: 0px) and (max-width: 500px) {
    .swiper-pagination-bullet {
      width: 7px;
      height: 7px; } }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffea35; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
.img-cover {
  overflow: hidden;
  /*position: relative;  Edgar: weggehaald, zorgte ervoor dat plaatje niet werd getoond */
  text-align: center; }
  .img-cover img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .img-cover img.portrait {
      height: 100%;
      width: auto;
      left: 50%;
      -moz-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
    .img-cover img.landscape {
      width: 100%;
      height: auto;
      top: 50%;
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none; }

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1; }

.pswp__button:active {
  outline: none;
  opacity: 0.9; }

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/photoswipe/default-skin.svg); }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }
.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

.pswp__caption small {
  font-size: 11px;
  color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../img/photoswipe/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/*------------------------------------*\
:    Buttons
\*------------------------------------*/
.btn {
  position: relative;
  display: inline-block;
  padding: 10px;
  line-height: 1;
  border: 1px solid black;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none; }
  .btn:after {
    content: '';
    z-index: -1;
    position: absolute;
    display: block;
    background-color: black;
    visibility: hidden;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none; }
  .btn:hover {
    color: white; }
    .btn:hover:after {
      display: block;
      visibility: visible;
      top: -1px;
      bottom: -1px;
      left: -1px;
      right: -1px;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }

button {
  background: none;
  border: 0;
  padding: 10px;
  cursor: pointer;
  border-radius: 0;
  -moz-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }
  button:focus {
    outline: 0; }

.btn--filled {
  background: #ffea35;
  border: 0;
  color: #aa9c20;
  font-weight: 700;
  text-transform: lowercase;
  padding: 7px 15px; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?lszkdp");
  src: url("../fonts/icomoon.eot?lszkdp#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?lszkdp") format("woff2"), url("../fonts/icomoon.ttf?lszkdp") format("truetype"), url("../fonts/icomoon.woff?lszkdp") format("woff"), url("../fonts/icomoon.svg?lszkdp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-zoom-in:before {
  content: "\e90f"; }

.icon-cart:before {
  content: "\e911"; }

.icon-Main-Fullscreen-Icon:before {
  content: "\e90e"; }

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

.icon-app-web:before {
  content: "\e905"; }

.icon-book:before {
  content: "\e906"; }

.icon-editorial:before {
  content: "\e907"; }

.icon-education:before {
  content: "\e908"; }

.icon-exhibition:before {
  content: "\e909"; }

.icon-film:before {
  content: "\e90a"; }

.icon-arrow-left:before {
  content: "\e90b"; }

.icon-arrow-right:before {
  content: "\e90c"; }

.icon-arrow:before {
  content: "\e900"; }

.icon-cross:before {
  content: "\e901"; }

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

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

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

/*------------------------------------*\
:    Forms
\*------------------------------------*/
input[type="text"]:focus {
  outline: 0; }

.gform_wrapper h3.gform_title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.25;
  margin: 0 0 10px !important; }
  @media (min-width: 0px) and (max-width: 1024px) {
    .gform_wrapper h3.gform_title {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media (min-width: 0px) and (max-width: 800px) {
    .gform_wrapper h3.gform_title {
      font-size: 20px;
      font-size: 2rem; } }
  @media (min-width: 0px) and (max-width: 767px) {
    .gform_wrapper h3.gform_title {
      font-size: 18px;
      font-size: 1.8rem; } }

.gform_wrapper {
  margin: 0 !important; }
  .gform_wrapper input[type="submit"] {
    border: 0;
    background: #aa9c20;
    color: #ffea35;
    padding: 10px;
    display: block;
    font-size: 1.4rem !important;
    width: auto !important;
    line-height: 1 !important; }
    .gform_wrapper input[type="submit"]:hover {
      background: #000000; }
    .gform_wrapper input[type="submit"]:focus {
      outline: 0; }
  .gform_wrapper .gfield_description {
    font-size: 18px !important;
    font-size: 1.8rem !important; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .gform_wrapper .gfield_description {
        font-size: 16px !important;
        font-size: 1.6rem !important; } }
    .gform_wrapper .gfield_description.validation_message {
      font-size: 14px !important;
      font-size: 1.4rem !important; }
  .gform_wrapper .gfield_label {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.35; }
    @media (min-width: 0px) and (max-width: 1280px) {
      .gform_wrapper .gfield_label {
        font-size: 16px;
        font-size: 1.6rem; } }
  .gform_wrapper .gform_footer {
    margin-top: 0 !important; }
  .gform_wrapper .top_label .gfield_label {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.35; }
    @media (min-width: 0px) and (max-width: 1280px) {
      .gform_wrapper .top_label .gfield_label {
        font-size: 16px;
        font-size: 1.6rem; } }

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error select,
.gform_wrapper li.gfield_error textarea {
  border: 0 !important; }

.gform_wrapper li.gfield.gfield_error {
  background: none !important; }

.gform_wrapper .gform_heading,
.gform_wrapper span.gform_description {
  margin-bottom: 20px !important; }

.gform_wrapper div.validation_error {
  font-size: 14px !important;
  font-size: 1.4rem !important;
  background: #aa9c20 !important;
  color: #ffea35 !important;
  border: 0 !important;
  font-weight: normal !important;
  padding: 20px !important;
  text-align: left !important;
  margin-bottom: 0 !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0 !important;
  margin-bottom: 5px !important; }

body .gform_wrapper ul li.gfield {
  margin: 0 0 15px !important; }
  body .gform_wrapper ul li.gfield:last-child {
    margin-bottom: 0 !important; }

form textarea,
form input {
  border: 0;
  min-height: 40px;
  line-height: 40px;
  padding: 0;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.35; }
  @media (min-width: 0px) and (max-width: 1280px) {
    form textarea,
    form input {
      font-size: 16px;
      font-size: 1.6rem; } }

.gform_wrapper .gfield_required {
  color: #000000 !important; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding-left: 10px !important;
  padding-right: 10px !important; }

/*------------------------------------*\
:    Helvetica Neue Webfont
\*------------------------------------*/
@font-face {
  font-family: "Neue Helvetica eText W01_n4";
  src: url("Fonts/706ec8e5-fe4a-4518-91a6-7aba4d3d333f.eot?#iefix") format("eot"); }
@font-face {
  font-family: "Neue Helvetica eText W01";
  src: url("Fonts/706ec8e5-fe4a-4518-91a6-7aba4d3d333f.eot?#iefix");
  src: local("☺"), url("Fonts/706ec8e5-fe4a-4518-91a6-7aba4d3d333f.eot?#iefix") format("eot"), url("Fonts/dc50c02f-3f77-4e75-b89c-e3f9bb4752e6.woff2") format("woff2"), url("Fonts/ce6f5b38-1cb5-4a27-8182-583aa68b2436.woff") format("woff"), url("Fonts/ff06cde7-e06a-4cf0-af4d-5b2f737bf544.ttf") format("truetype"), url("Fonts/958b12cf-2908-4254-8cb9-9b12c3aa151e.svg#958b12cf-2908-4254-8cb9-9b12c3aa151e") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Neue Helvetica eText W01_n7";
  src: url("Fonts/a95d2895-fa71-4ce7-bc1e-631169924be3.eot?#iefix") format("eot"); }
@font-face {
  font-family: "Neue Helvetica eText W01";
  src: url("Fonts/a95d2895-fa71-4ce7-bc1e-631169924be3.eot?#iefix");
  src: local("☺"), url("Fonts/a95d2895-fa71-4ce7-bc1e-631169924be3.eot?#iefix") format("eot"), url("Fonts/6dfa3ef5-ebc5-4d23-a631-b3d746c2ad39.woff2") format("woff2"), url("Fonts/588c9ba8-1d28-4ad6-bf18-7128152d84c4.woff") format("woff"), url("Fonts/55334dfb-9c72-4147-8de0-21239f17ff25.ttf") format("truetype"), url("Fonts/62455047-c81f-44f1-8938-7739fa0f0e8d.svg#62455047-c81f-44f1-8938-7739fa0f0e8d") format("svg");
  font-weight: 700;
  font-style: normal; }
/*------------------------------------*\
:    General Type Settings
\*------------------------------------*/
html {
  font-size: 62.5%; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.35;
  font-family: "Neue Helvetica eText W01", Helvetica, Arial, sans-serif; }
  @media (min-width: 0px) and (max-width: 1024px) {
    body {
      font-size: 16px;
      font-size: 1.6rem; } }

::-moz-selection {
  background: #ffea35;
  text-shadow: none; }

::selection {
  background: #ffea35;
  text-shadow: none; }

a {
  text-decoration: none;
  color: #000000;
  -moz-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }

h1 {
  font-size: 70px;
  font-size: 7rem;
  line-height: 1.08; }
  @media (min-width: 0px) and (max-width: 1024px) {
    h1 {
      font-size: 66px;
      font-size: 6.6rem; } }
  @media (min-width: 0px) and (max-width: 800px) {
    h1 {
      font-size: 56px;
      font-size: 5.6rem; } }
  @media (min-width: 0px) and (max-width: 767px) {
    h1 {
      font-size: 46px;
      font-size: 4.6rem; } }
  @media (min-width: 0px) and (max-width: 500px) {
    h1 {
      font-size: 36px;
      font-size: 3.6rem; } }

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.35;
  margin: 0 0 5px; }
  @media (min-width: 0px) and (max-width: 1024px) {
    h3 {
      font-size: 20px;
      font-size: 2rem; } }
  @media (min-width: 0px) and (max-width: 800px) {
    h3 {
      font-size: 18px;
      font-size: 1.8rem; } }

p {
  margin: 0 0 20px; }
  p:last-child {
    margin: 0; }

blockquote {
  margin: 0; }
  blockquote p {
    margin: 0;
    font-weight: 700;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.17;
    /*&:before {
    	content: '“';
    }
    &:after {
    	content: '”';
    }*/ }
    @media (min-width: 0px) and (max-width: 1024px) {
      blockquote p {
        font-size: 42px;
        font-size: 4.2rem; } }
    @media (min-width: 0px) and (max-width: 800px) {
      blockquote p {
        font-size: 36px;
        font-size: 3.6rem; } }
    @media (min-width: 0px) and (max-width: 767px) {
      blockquote p {
        font-size: 30px;
        font-size: 3rem; } }
    @media (min-width: 0px) and (max-width: 500px) {
      blockquote p {
        font-size: 24px;
        font-size: 2.4rem; } }
  blockquote span.author {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.35;
    font-weight: 700; }
    @media (min-width: 0px) and (max-width: 1024px) {
      blockquote span.author {
        font-size: 20px;
        font-size: 2rem; } }
    @media (min-width: 0px) and (max-width: 800px) {
      blockquote span.author {
        font-size: 18px;
        font-size: 1.8rem; } }

/*------------------------------------*\
:    Header
\*------------------------------------*/
header.main-header {
  background: #000000;
  *zoom: 1; }
  header.main-header:after {
    content: "";
    display: table;
    clear: both; }
  header.main-header.active h1 {
    opacity: 0; }
  header.main-header .site-container {
    background: none; }
  header.main-header .content-container {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -ms-flex-wrap: no-wrap;
    -webkit-flex-flow: row no-wrap;
    flex-flow: row no-wrap; }
    @media (min-width: 0px) and (max-width: 767px) {
      header.main-header .content-container {
        display: block; } }
  header.main-header .logo {
    width: 147px;
    float: left;
    z-index: 101;
    position: relative; }
    header.main-header .logo svg {
      -moz-transform: translateY(-18px);
      -ms-transform: translateY(-18px);
      -webkit-transform: translateY(-18px);
      transform: translateY(-18px); }
      @media (min-width: 0px) and (max-width: 800px) {
        header.main-header .logo svg {
          -moz-transform: translateY(-14px);
          -ms-transform: translateY(-14px);
          -webkit-transform: translateY(-14px);
          transform: translateY(-14px); } }
      @media (min-width: 0px) and (max-width: 500px) {
        header.main-header .logo svg {
          -moz-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          -webkit-transform: translateY(-10px);
          transform: translateY(-10px); } }
    header.main-header .logo path {
      -moz-transition: fill 0.15s ease-in-out;
      -o-transition: fill 0.15s ease-in-out;
      -webkit-transition: fill 0.15s ease-in-out;
      transition: fill 0.15s ease-in-out; }
    @media (min-width: 0px) and (max-width: 800px) {
      header.main-header .logo {
        width: 114px; } }
    @media (min-width: 0px) and (max-width: 767px) {
      header.main-header .logo {
        width: 80px; } }
    @media (min-width: 0px) and (max-width: 320px) {
      header.main-header .logo {
        width: 60px; } }
    header.main-header .logo:hover path {
      fill: #ffea35; }
  header.main-header .meta-wrapper {
    width: calc(100% - 148px);
    padding-left: 67px;
    float: left; }
    @media (min-width: 0px) and (max-width: 800px) {
      header.main-header .meta-wrapper {
        width: calc(100% - 115px); } }
    @media (min-width: 0px) and (max-width: 767px) {
      header.main-header .meta-wrapper {
        width: 100%;
        float: none;
        padding-left: 0; } }
  header.main-header h1 {
    color: #ffffff;
    margin: 20px 0;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    header.main-header h1 a {
      color: #ffffff; }
      header.main-header h1 a:hover {
        color: #ffea35; }
    @media (min-width: 0px) and (max-width: 767px) {
      header.main-header h1 {
        position: absolute;
        left: 200px;
        z-index: 101;
        font-size: 40px;
        font-size: 4rem;
        line-height: 1.17;
        margin: 0;
        top: 10px; } }
  @media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 1024px) {
    header.main-header h1 {
      font-size: 42px;
      font-size: 4.2rem; } }
  @media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 800px) {
    header.main-header h1 {
      font-size: 36px;
      font-size: 3.6rem; } }
  @media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
    header.main-header h1 {
      font-size: 30px;
      font-size: 3rem; } }
  @media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 500px) {
    header.main-header h1 {
      font-size: 24px;
      font-size: 2.4rem; } }

    @media (min-width: 0px) and (max-width: 500px) {
      header.main-header h1 {
        left: 0;
        text-align: center;
        width: calc(100% - 60px);
        padding-left: 60px; } }
  header.main-header .meta-info {
    display: none;
    text-align: left;
    color: #ffffff;
    float: left;
    font-weight: 400;
    padding: 0 70px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.29;
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify;
    -ms-flex-wrap: no-wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 10px;
    margin-left: -1px; }
    @media (min-width: 0px) and (max-width: 500px) {
      header.main-header .meta-info {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media (min-width: 0px) and (max-width: 800px) {
      header.main-header .meta-info {
        margin-left: -3px; } }
    @media (min-width: 0px) and (max-width: 767px) {
      header.main-header .meta-info {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 0;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-direction: row;
        -ms-flex-wrap: wrap;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
    @media (min-width: 0px) and (max-width: 767px) {
      header.main-header .meta-info {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex; } }
    @media (min-width: 0px) and (max-width: 500px) {
      header.main-header .meta-info {
        padding: 0 20px;
        margin-top: 0; } }
    header.main-header .meta-info a {
      color: #ffffff; }
      header.main-header .meta-info a:hover {
        color: #ffea35; }
    header.main-header .meta-info .btn {
      border-color: #ffffff;
      color: #ffffff;
      text-transform: lowercase;
      height: 36px; }
      header.main-header .meta-info .btn:after {
        background-color: #ffffff; }
      header.main-header .meta-info .btn:hover {
        color: #000000; }
      header.main-header .meta-info .btn span {
        font-size: 34px;
        font-size: 3.4rem;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -0.5em;
        margin-top: -0.5em; }
    header.main-header .meta-info .address {
      padding-right: 20px;
      width: 100%; }
      @media (min-width: 0px) and (max-width: 767px) {
        header.main-header .meta-info .address {
          width: 100%;
          margin-bottom: 20px;
          padding-right: 0; } }
      header.main-header .meta-info .address span {
        display: inline-block;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline; }
      header.main-header .meta-info .address span.telephone:after {
        content: '|';
        padding: 0 3px 0 8px; }
    header.main-header .meta-info .share {
      -webkit-flex-shrink: 0;
      flex-shrink: 0;
      margin-right: 32px;
      float: left; }
      header.main-header .meta-info .share .btn {
        width: 36px;
        margin-right: 5px; }
        header.main-header .meta-info .share .btn:last-child {
          margin-right: 0; }
    header.main-header .meta-info .newsletter {
      -webkit-flex-shrink: 0;
      flex-shrink: 0;
      float: left; }
      @media (min-width: 0px) and (max-width: 1024px) {
        header.main-header .meta-info .newsletter {
          margin-right: 12px; } }
      @media (min-width: 0px) and (max-width: 800px) {
        header.main-header .meta-info .newsletter {
          margin-right: 18px; } }

/*------------------------------------*\
:    Header - Nav
\*------------------------------------*/
nav.main-nav {
  font-weight: 700;
  margin-left: -23px;
  position: relative;
  display: flex;
  align-items: center; }
  @media (min-width: 0px) and (max-width: 767px) {
    nav.main-nav {
      position: absolute;
      display: block;
      top: 60px;
      margin: 0;
      width: 100%;
      left: 0;
      padding-top: 108px;
      z-index: -1;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -moz-transition: opacity 0.5s ease-in-out, z-index 10ms ease-in-out 0.3s, -moz-transform 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out, z-index 10ms ease-in-out 0.3s, -o-transform 0.5s ease-in-out;
      -webkit-transition: opacity 0.5s ease-in-out, z-index 10ms ease-in-out, -webkit-transform 0.5s ease-in-out;
      -webkit-transition-delay: 0s, 0.3s, 0s;
      transition: opacity 0.5s ease-in-out, z-index 10ms ease-in-out 0.3s, transform 0.5s ease-in-out;
      pointer-events: none;
      -moz-transform: translateY(100px);
      -ms-transform: translateY(100px);
      -webkit-transform: translateY(100px);
      transform: translateY(100px);
      background: #000000; }
      nav.main-nav.is-active {
        z-index: 99;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        -moz-transition: opacity 0.5s ease-in-out, z-index 10ms ease-in-out, -moz-transform 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out, z-index 10ms ease-in-out, -o-transform 0.5s ease-in-out;
        -webkit-transition: opacity 0.5s ease-in-out, z-index 10ms ease-in-out, -webkit-transform 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out, z-index 10ms ease-in-out, transform 0.5s ease-in-out;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        pointer-events: auto; } }
  @media (min-width: 0px) and (max-width: 767px) {
    nav.main-nav {
      padding-top: 58px; } }
  nav.main-nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    *zoom: 1; }
    nav.main-nav ul:before {
      display: none; }
    nav.main-nav ul:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 0px) and (max-width: 767px) {
      nav.main-nav ul {
        display: block;
        font-size: 21px;
        font-size: 2.1rem;
        font-weight: 400; } }
    nav.main-nav ul li.current-menu-item a, nav.main-nav ul li.current_page_parent a, nav.main-nav ul li:hover a, nav.main-nav ul li:focus a {
      color: #ffea35; }
    @media (min-width: 0px) and (max-width: 767px) {
      nav.main-nav ul li {
        float: none;
        text-align: center;
        border-bottom: 2px solid #ffffff; } }
    nav.main-nav ul a {
      color: #ffffff;
      display: block;
      padding: 23px; }
      @media (min-width: 0px) and (max-width: 1024px) {
        nav.main-nav ul a {
          padding: 23px 21px; } }
      @media (min-width: 0px) and (max-width: 1024px) {
        nav.main-nav ul a {
          padding: 23px 15px; } }
      @media (min-width: 0px) and (max-width: 767px) {
        nav.main-nav ul a {
          padding: 12px 0; } }

/*------------------------------------*\
:    Page Specific Header
\*------------------------------------*/
body.home header.main-header,
body.single-project header.main-header,
body.single-news header.main-header,
body.single-calendar header.main-header,
body.page:not(.woocommerce-page) header.main-header,
body.post-type-archive-person header.main-header,
body.single-events header.main-header {
  background: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0;
  height: 75px; }
  body.home header.main-header .site-container,
  body.single-project header.main-header .site-container,
  body.single-news header.main-header .site-container,
  body.single-calendar header.main-header .site-container,
  body.page:not(.woocommerce-page) header.main-header .site-container,
  body.post-type-archive-person header.main-header .site-container,
  body.single-events header.main-header .site-container {
    height: 100%;
    position: relative; }
    body.home header.main-header .site-container:after,
    body.single-project header.main-header .site-container:after,
    body.single-news header.main-header .site-container:after,
    body.single-calendar header.main-header .site-container:after,
    body.page:not(.woocommerce-page) header.main-header .site-container:after,
    body.post-type-archive-person header.main-header .site-container:after,
    body.single-events header.main-header .site-container:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      z-index: -1;
      width: 100%;
      height: 200px;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODI4MjgiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(40, 40, 40, 0.4)), color-stop(100%, rgba(40, 40, 40, 0)));
      background-image: -moz-linear-gradient(rgba(40, 40, 40, 0.4), rgba(40, 40, 40, 0));
      background-image: -webkit-linear-gradient(rgba(40, 40, 40, 0.4), rgba(40, 40, 40, 0));
      background-image: linear-gradient(rgba(40, 40, 40, 0.4), rgba(40, 40, 40, 0));
      pointer-events: none; }
  body.home header.main-header .content-container,
  body.single-project header.main-header .content-container,
  body.single-news header.main-header .content-container,
  body.single-calendar header.main-header .content-container,
  body.page:not(.woocommerce-page) header.main-header .content-container,
  body.post-type-archive-person header.main-header .content-container,
  body.single-events header.main-header .content-container {
    height: 100%;
    position: relative; }
  body.home header.main-header .meta-wrapper,
  body.single-project header.main-header .meta-wrapper,
  body.single-news header.main-header .meta-wrapper,
  body.single-calendar header.main-header .meta-wrapper,
  body.page:not(.woocommerce-page) header.main-header .meta-wrapper,
  body.post-type-archive-person header.main-header .meta-wrapper,
  body.single-events header.main-header .meta-wrapper {
    height: 100%; }

/*------------------------------------*\
:    Mobile Nav
\*------------------------------------*/
/*------------------------------------*\
:    Header - Menu Toggle
\*------------------------------------*/
.mobile-header {
  position: absolute;
  background: #000000;
  width: 100%;
  z-index: 100;
  height: 60px;
  left: 0;
  top: 0;
  display: none; }
  @media (min-width: 0px) and (max-width: 767px) {
    .mobile-header {
      display: block; } }

.main-menu-toggle {
  width: 60px;
  padding: 0 15px;
  height: 60px;
  position: absolute;
  right: 0;
  z-index: 102;
  background: rgba(0, 0, 0, 0.3); }
  .main-menu-toggle:focus {
    outline: 0; }
  .main-menu-toggle:hover span.line {
    background: #ffffff; }
  .main-menu-toggle.is-active span.line {
    -moz-transition: top 0.15s ease-in-out, -moz-transform 0.15s ease-in-out 0.15s, background 0.15s ease-in-out;
    -o-transition: top 0.15s ease-in-out, -o-transform 0.15s ease-in-out 0.15s, background 0.15s ease-in-out;
    -webkit-transition: top 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, background 0.15s ease-in-out;
    -webkit-transition-delay: 0s, 0.15s, 0s;
    transition: top 0.15s ease-in-out, transform 0.15s ease-in-out 0.15s, background 0.15s ease-in-out; }
    .main-menu-toggle.is-active span.line.line--1 {
      top: 29px;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .main-menu-toggle.is-active span.line.line--2 {
      top: 29px;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -moz-transition: opacity 0.15s ease-in-out;
      -o-transition: opacity 0.15s ease-in-out;
      -webkit-transition: opacity 0.15s ease-in-out;
      transition: opacity 0.15s ease-in-out; }
    .main-menu-toggle.is-active span.line.line--3 {
      top: 29px;
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .main-menu-toggle span.line {
    width: 30px;
    height: 2px;
    background: #ffffff;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 2px;
    -moz-transition: top 0.15s ease-in-out 0.15s, -moz-transform 0.15s ease-in-out, background 0.15s ease-in-out;
    -o-transition: top 0.15s ease-in-out 0.15s, -o-transform 0.15s ease-in-out, background 0.15s ease-in-out;
    -webkit-transition: top 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, background 0.15s ease-in-out;
    -webkit-transition-delay: 0.15s, 0s, 0s;
    transition: top 0.15s ease-in-out 0.15s, transform 0.15s ease-in-out, background 0.15s ease-in-out; }
    .main-menu-toggle span.line.line--1 {
      top: 20px; }
    .main-menu-toggle span.line.line--2 {
      top: 29px;
      -moz-transition: opacity 0.15s ease-in-out 0.15s, background 0.15s ease-in-out;
      -o-transition: opacity 0.15s ease-in-out 0.15s, background 0.15s ease-in-out;
      -webkit-transition: opacity 0.15s ease-in-out, background 0.15s ease-in-out;
      -webkit-transition-delay: 0.15s, 0s;
      transition: opacity 0.15s ease-in-out 0.15s, background 0.15s ease-in-out; }
    .main-menu-toggle span.line.line--3 {
      top: 38px; }

/*------------------------------------*\
:    Layout
\*------------------------------------*/
html,
body {
  height: 100%; }

html {
  box-sizing: border-box; }

body {
  background: #282828;
  -webkit-tap-highlight-color: transparent; }

*,
*:before,
*:after {
  box-sizing: inherit; }

.site-wrapper {
  min-height: 100%;
  margin: 0 auto -180px auto;
  overflow: hidden; }
  @media (min-width: 0px) and (max-width: 767px) {
    .site-wrapper {
      margin: 0 auto; } }

.site-container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  background: #ffffff; }

.content-container {
  width: 100%;
  max-width: 850px;
  padding: 0 30px;
  margin: auto;
  position: relative; }
  @media (min-width: 0px) and (max-width: 500px) {
    .content-container {
      padding: 0 20px; } }
  @media (min-width: 0px) and (max-width: 320px) {
    .content-container {
      padding: 0 15px; } }

.img-container {
  margin: 0; }
  .img-container img {
    display: block;
    width: 100%;
    height: auto; }
  .img-container figcaption {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.29;
    margin: 20px 0;
    max-width: 600px; }
    @media (min-width: 0px) and (max-width: 500px) {
      .img-container figcaption {
        font-size: 12px;
        font-size: 1.2rem; } }

.scroll-wrapper {
  overflow: hidden; }

.scroll-container {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  margin: 0 -20px;
  padding: 0 20px; }
  .scroll-container::-webkit-scrollbar {
    display: none; }

.relative-container {
  position: relative; }

.content-container--padded {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -ms-flex-wrap: no-wrap;
  -webkit-flex-flow: row no-wrap;
  flex-flow: row no-wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  @media (min-width: 0px) and (max-width: 767px) {
    .content-container--padded {
      -ms-flex-wrap: wrap;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap; } }
  .content-container--padded.no-stretch {
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }

.content-container__triple {
  width: 100%; }
  @media (min-width: 0px) and (max-width: 800px) {
    .content-container__triple {
      width: 100%; } }
  @media (min-width: 0px) and (max-width: 767px) {
    .content-container__triple {
      width: 100%; } }
  .content-container__triple .inner {
    width: 100%;
    padding-left: calc(((150% - 1270px) / 3) + 30px);
    padding-right: 30px; }
    @media (min-width: 0px) and (max-width: 870px) {
      .content-container__triple .inner {
        padding-left: 30px; } }
    @media (min-width: 0px) and (max-width: 500px) {
      .content-container__triple .inner {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 0px) and (max-width: 320px) {
      .content-container__triple .inner {
        padding-left: 15px;
        padding-right: 15px; } }
    .content-container__triple .inner:last-child {
      flex: 1; }
    .content-container__triple .inner h2 {
      max-width: 700px; }
      .content-container__triple .inner h2:first-child {
        margin-top: 0; }
    .content-container__triple .inner p {
      max-width: 700px; }
  .content-container__triple.flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch; }
  .content-container__triple.no-stretch {
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .content-container__triple.no-stretch .inner:last-child {
      flex: auto; }

.content-container__double {
  width: 66.66667%;
  width: calc((100% / 3) * 2); }
  @media (min-width: 0px) and (max-width: 800px) {
    .content-container__double {
      width: 50%; } }
  @media (min-width: 0px) and (max-width: 767px) {
    .content-container__double {
      width: 100%; } }
  .content-container__double .inner {
    width: 100%;
    padding-left: calc(((150% - 850px) / 2) + 30px);
    padding-right: 30px; }
    @media (min-width: 0px) and (max-width: 870px) {
      .content-container__double .inner {
        padding-left: 30px; } }
    @media (min-width: 0px) and (max-width: 500px) {
      .content-container__double .inner {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 0px) and (max-width: 320px) {
      .content-container__double .inner {
        padding-left: 15px;
        padding-right: 15px; } }
    .content-container__double .inner:last-child {
      flex: 1; }
    .content-container__double .inner h2:first-child {
      margin-top: 0; }
  .content-container__double.flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch; }
  .content-container__double.no-stretch {
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .content-container__double.no-stretch .inner:last-child {
      flex: auto; }

.content-container__single {
  width: 33.33333%;
  width: calc(100% / 3);
  padding: 0 30px; }
  @media (min-width: 0px) and (max-width: 800px) {
    .content-container__single {
      width: 50%; } }
  @media (min-width: 0px) and (max-width: 767px) {
    .content-container__single {
      width: 100%; } }
  @media (min-width: 0px) and (max-width: 500px) {
    .content-container__single {
      padding: 0 20px; } }
  .content-container__single h2 {
    margin-top: 0; }
  .content-container__single .inner {
    padding: 30px 0; }
    @media (min-width: 0px) and (max-width: 500px) {
      .content-container__single .inner {
        padding: 20px 0; } }
    @media (min-width: 0px) and (max-width: 320px) {
      .content-container__single .inner {
        padding: 15px 0; } }

.img-cover {
  overflow: hidden;
  position: relative;
  text-align: center; }
  .img-cover img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .img-cover img.portrait {
      height: 100%;
      width: auto;
      left: 50%;
      -moz-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
    .img-cover img.landscape {
      height: 100%;
      width: auto;
      left: 50%;
      top: 0;
      -moz-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }

/*------------------------------------*\
:    Layout - Fade Filter
\*------------------------------------*/
.fade-filter {
  position: fixed;
  top: -100px;
  left: -100px;
  right: -100px;
  bottom: -100px;
  background: rgba(0, 0, 0, 0.9);
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out, z-index 10ms ease-in-out 0.3s;
  -o-transition: opacity 0.3s ease-in-out, z-index 10ms ease-in-out 0.3s;
  -webkit-transition: opacity 0.3s ease-in-out, z-index 10ms ease-in-out;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s ease-in-out, z-index 10ms ease-in-out 0.3s;
  pointer-events: none; }
  .fade-filter.is-visible {
    z-index: 90;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out, z-index 10ms ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, z-index 10ms ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out, z-index 10ms ease-in-out;
    transition: opacity 0.3s ease-in-out, z-index 10ms ease-in-out;
    pointer-events: auto; }

/*------------------------------------*\
:    Video Container
\*------------------------------------*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 20px; }
  .video-container:last-child {
    margin-bottom: 0; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*------------------------------------*\
:    Layout - Block List
\*------------------------------------*/
.block-list-container {
  overflow: hidden; }
  .block-list-container .block-list {
    margin: -2px; }
    @media (min-width: 0px) and (max-width: 500px) {
      .block-list-container .block-list {
        margin: -2px -2px; } }
  .block-list-container .block-list--news {
    margin: -2px; }
    @media (min-width: 0px) and (max-width: 500px) {
      .block-list-container .block-list--news {
        margin: -2px; } }

.block-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }
  .block-list:before {
    display: none; }
  .block-list li {
    width: 33.33333%;
    width: calc(100% / 3);
    height: 540px;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-color: #aaaaaa;
    border: 1px solid #ffffff; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .block-list li {
        height: 500px; } }
    @media (min-width: 0px) and (max-width: 800px) {
      .block-list li {
        width: 50%;
        height: 400px; } }
    @media (min-width: 0px) and (max-width: 500px) {
      .block-list li {
        width: 100%;
        height: 500px; } }
  .block-list article {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1;
    width: 100%; }
    .block-list article h1 {
      font-size: 40px;
      font-size: 4rem;
      line-height: 1.15;
      margin: 0 0 5px; }
      @media (min-width: 0px) and (max-width: 1280px) {
        .block-list article h1 {
          font-size: 42px;
          font-size: 4.2rem; } }
      @media (min-width: 0px) and (max-width: 1024px) {
        .block-list article h1 {
          font-size: 36px;
          font-size: 3.6rem; } }
      @media (min-width: 0px) and (max-width: 800px) {
        .block-list article h1 {
          font-size: 32px;
          font-size: 3.2rem; } }
      @media (min-width: 0px) and (max-width: 767px) {
        .block-list article h1 {
          font-size: 28px;
          font-size: 2.8rem; } }
      .block-list article h1:last-child {
        margin: 0; }
    .block-list article h2 {
      margin: 0 0 10px;
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.25; }
      @media (min-width: 0px) and (max-width: 1024px) {
        .block-list article h2 {
          font-size: 24px;
          font-size: 2.4rem; } }
      @media (min-width: 0px) and (max-width: 800px) {
        .block-list article h2 {
          font-size: 20px;
          font-size: 2rem; } }
      @media (min-width: 0px) and (max-width: 767px) {
        .block-list article h2 {
          font-size: 18px;
          font-size: 1.8rem; } }
      .block-list article h2:last-child {
        margin: 0; }
    .block-list article .datetype {
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 1.125;
      padding: 10px 25px;
      font-weight: bold;
      margin-bottom: -10px; }
      @media (min-width: 0px) and (max-width: 1024px) {
        .block-list article .datetype {
          font-size: 28px;
          font-size: 2.8rem; } }
      @media (min-width: 0px) and (max-width: 800px) {
        .block-list article .datetype {
          font-size: 24px;
          font-size: 2.4rem; } }
      @media (min-width: 0px) and (max-width: 800px) {
        .block-list article .datetype {
          font-size: 20px;
          font-size: 2rem; } }
      @media (min-width: 0px) and (max-width: 500px) {
        .block-list article .datetype {
          margin-bottom: 0px; } }
      .block-list article .datetype.Soon {
        background-color: #aaaaaa; }
      .block-list article .datetype.Now {
        color: #000000;
        background-color: #ffea35; }
  .block-list a {
    display: block;
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex: 1;
    overflow: hidden; }
    .block-list a:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      margin: auto;
      width: 100%;
      height: 0%;
      background: #ffea35;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      @media (min-width: 0px) and (max-width: 1024px) {
        .block-list a:after {
          display: none; } }
    .block-list a:hover:after {
      width: 100%;
      height: 100%;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
      @media (min-width: 0px) and (max-width: 1024px) {
        .block-list a:hover:after {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          width: 0;
          height: 0; } }
    .block-list a:hover .info {
      color: #000000;
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }
      @media (min-width: 0px) and (max-width: 1024px) {
        .block-list a:hover .info {
          -moz-transform: translateY(100%);
          -ms-transform: translateY(100%);
          -webkit-transform: translateY(100%);
          transform: translateY(100%);
          color: #ffffff; } }
    .block-list a:hover .title {
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      padding-bottom: 0; }
      @media (min-width: 0px) and (max-width: 1024px) {
        .block-list a:hover .title {
          -moz-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
          -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
          padding-bottom: 25px; } }
      .block-list a:hover .title:after {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -moz-transition: opacity 0.1s ease-in-out;
        -o-transition: opacity 0.1s ease-in-out;
        -webkit-transition: opacity 0.1s ease-in-out;
        transition: opacity 0.1s ease-in-out; }
        @media (min-width: 0px) and (max-width: 1024px) {
          .block-list a:hover .title:after {
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1; } }
      .block-list a:hover .title .meta,
      .block-list a:hover .title .price {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        color: #000000; }
        @media (min-width: 0px) and (max-width: 1024px) {
          .block-list a:hover .title .meta,
          .block-list a:hover .title .price {
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1; } }
        .block-list a:hover .title .meta .btn,
        .block-list a:hover .title .price .btn {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0; }
          @media (min-width: 0px) and (max-width: 1024px) {
            .block-list a:hover .title .meta .btn,
            .block-list a:hover .title .price .btn {
              filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
              opacity: 1; } }
    .block-list a:hover .teaser {
      padding-top: 0; }
    .block-list a:hover .datetype {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -moz-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
      @media (min-width: 0px) and (max-width: 1024px) {
        .block-list a:hover .datetype {
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1; } }
  .block-list .info {
    color: #ffffff;
    width: 100%;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  .block-list .title {
    -moz-transition: -moz-transform 0.5s ease-in-out, margin 0.5s ease-in-out, padding 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out, margin 0.5s ease-in-out, padding 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out, margin 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, margin 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    position: relative;
    padding: 25px; }
    .block-list .title:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 200px;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODI4MjgiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(40, 40, 40, 0)), color-stop(100%, rgba(40, 40, 40, 0.4)));
      background-image: -moz-linear-gradient(rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.4));
      background-image: -webkit-linear-gradient(rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.4));
      background-image: linear-gradient(rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.4));
      -moz-transition: opacity 0.5s ease-in-out 0.3s;
      -o-transition: opacity 0.5s ease-in-out 0.3s;
      -webkit-transition: opacity 0.5s ease-in-out;
      -webkit-transition-delay: 0.3s;
      transition: opacity 0.5s ease-in-out 0.3s; }
    .block-list .title .meta,
    .block-list .title .price {
      -moz-transition: opacity 0.3s ease-in-out 0.3s;
      -o-transition: opacity 0.3s ease-in-out 0.3s;
      -webkit-transition: opacity 0.3s ease-in-out;
      -webkit-transition-delay: 0.3s;
      transition: opacity 0.3s ease-in-out 0.3s; }
    .block-list .title span.contacts {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.25;
      margin: 5px 0 0;
      display: block; }
      @media (min-width: 0px) and (max-width: 1024px) {
        .block-list .title span.contacts {
          font-size: 24px;
          font-size: 2.4rem; } }
      @media (min-width: 0px) and (max-width: 800px) {
        .block-list .title span.contacts {
          font-size: 20px;
          font-size: 2rem; } }
      @media (min-width: 0px) and (max-width: 767px) {
        .block-list .title span.contacts {
          font-size: 18px;
          font-size: 1.8rem; } }
    .block-list .title span.launch {
      font-weight: 700;
      margin: 0;
      display: block; }
  .block-list .teaser {
    padding: 25px;
    -moz-transition: padding 0.5s ease-in-out, margin 0.5s ease-in-out;
    -o-transition: padding 0.5s ease-in-out, margin 0.5s ease-in-out;
    -webkit-transition: padding 0.5s ease-in-out, margin 0.5s ease-in-out;
    transition: padding 0.5s ease-in-out, margin 0.5s ease-in-out; }
    .block-list .teaser span {
      font-weight: 700; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .block-list .teaser {
        display: none; } }

.block-list--people li {
  height: auto;
  background: none; }
  .block-list--people li a {
    display: block; }
    .block-list--people li a:hover:after {
      height: calc(100% - 280px); }
      @media (min-width: 0px) and (max-width: 500px) {
        .block-list--people li a:hover:after {
          height: calc(100% - 180px); } }
    .block-list--people li a:after {
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  .block-list--people li .img-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 280px;
    width: 100%;
    display: block; }
    @media (min-width: 0px) and (max-width: 500px) {
      .block-list--people li .img-container {
        height: 180px; } }
  .block-list--people li .name-container {
    padding: 15px 25px; }
    @media (min-width: 0px) and (max-width: 500px) {
      .block-list--people li .name-container {
        padding: 15px 20px; } }
    @media (min-width: 0px) and (max-width: 320px) {
      .block-list--people li .name-container {
        padding: 10px 15px; } }
    .block-list--people li .name-container h1 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.35;
      margin: 0; }
      @media (min-width: 0px) and (max-width: 1024px) {
        .block-list--people li .name-container h1 {
          font-size: 20px;
          font-size: 2rem; } }
      @media (min-width: 0px) and (max-width: 800px) {
        .block-list--people li .name-container h1 {
          font-size: 18px;
          font-size: 1.8rem; } }
    .block-list--people li .name-container h2 {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.35; }
      @media (min-width: 0px) and (max-width: 1024px) {
        .block-list--people li .name-container h2 {
          font-size: 16px;
          font-size: 1.6rem; } }

.block-list--news li {
  min-height: 460px;
  height: auto;
  background: none;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #aaaaaa; }
  @media (min-width: 0px) and (max-width: 500px) {
    .block-list--news li {
      min-height: 0; } }
.block-list--news a {
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }
  .block-list--news a:hover .excerpt span.read-more {
    color: #aa9c20; }
  .block-list--news a:hover .title {
    padding: 0; }
  .block-list--news a:after {
    bottom: 0;
    margin: auto;
    width: 100%; }
.block-list--news .title-container {
  padding: 30px;
  color: #000000;
  width: 100%;
  position: relative;
  -ms-align-self: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start; }
  @media (min-width: 0px) and (max-width: 1024px) {
    .block-list--news .title-container {
      margin-bottom: 0; } }
  @media (min-width: 0px) and (max-width: 500px) {
    .block-list--news .title-container {
      padding: 20px; } }
  @media (min-width: 0px) and (max-width: 320px) {
    .block-list--news .title-container {
      padding: 15px; } }
.block-list--news .img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
.block-list--news .excerpt {
  color: #000000;
  padding: 0 30px 30px 30px;
  width: 100%;
  -ms-align-self: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end; }
  @media (min-width: 0px) and (max-width: 500px) {
    .block-list--news .excerpt {
      padding: 0 20px 20px 20px; } }
  @media (min-width: 0px) and (max-width: 320px) {
    .block-list--news .excerpt {
      padding: 0 15px 15px 15px; } }
  .block-list--news .excerpt span {
    font-weight: 700; }
  .block-list--news .excerpt span.read-more {
    color: #aaaaaa;
    text-transform: lowercase;
    font-size: 16px;
    font-size: 1.6rem;
    -moz-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
  .block-list--news .excerpt p {
    height: 96px; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .block-list--news .excerpt p {
        height: 84px; } }

.block-list--events li {
  background: none;
  height: 532px; }
  @media (min-width: 0px) and (max-width: 1024px) {
    .block-list--events li {
      height: 500px; } }
  @media (min-width: 0px) and (max-width: 800px) {
    .block-list--events li {
      height: 520px; } }
  @media (min-width: 0px) and (max-width: 500px) {
    .block-list--events li {
      height: 470px; } }
.block-list--events a:hover .title {
  padding: 0; }
.block-list--events article {
  background-size: auto 320px;
  background-position: top center;
  position: relative;
  z-index: 1; }
  @media (min-width: 0px) and (max-width: 1024px) {
    .block-list--events article {
      background-size: auto 250px; } }
  @media (min-width: 0px) and (max-width: 800px) {
    .block-list--events article {
      background-size: auto 270px; } }
  @media (min-width: 0px) and (max-width: 500px) {
    .block-list--events article {
      background-size: cover; } }
.block-list--events .meta {
  color: #000000;
  padding: 25px;
  height: 220px; }
  @media (min-width: 0px) and (max-width: 1024px) {
    .block-list--events .meta {
      height: 250px; } }
  @media (min-width: 0px) and (max-width: 500px) {
    .block-list--events .meta {
      padding: 20px;
      height: 190px;
      background: #ffffff; } }
  @media (min-width: 0px) and (max-width: 320px) {
    .block-list--events .meta {
      padding: 15px; } }
  .block-list--events .meta span {
    font-weight: 700; }
  .block-list--events .meta span.startdate,
  .block-list--events .meta span.location,
  .block-list--events .meta span.category {
    display: block;
    width: 100%; }
  .block-list--events .meta span.startdate {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.35; }
    @media (min-width: 0px) and (max-width: 1280px) {
      .block-list--events .meta span.startdate {
        font-size: 16px;
        font-size: 1.6rem; } }
  .block-list--events .meta span.category {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.25;
    color: #aaaaaa;
    margin-bottom: 7px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .block-list--events .meta span.category {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media (min-width: 0px) and (max-width: 800px) {
      .block-list--events .meta span.category {
        font-size: 20px;
        font-size: 2rem; } }
    @media (min-width: 0px) and (max-width: 767px) {
      .block-list--events .meta span.category {
        font-size: 18px;
        font-size: 1.8rem; } }
  .block-list--events .meta span.location {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.35; }
    @media (min-width: 0px) and (max-width: 1280px) {
      .block-list--events .meta span.location {
        font-size: 16px;
        font-size: 1.6rem; } }
  .block-list--events .meta span.btn {
    position: absolute;
    bottom: 30px;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
.block-list--events h1 {
  padding: 10px 25px; }
  @media (min-width: 0px) and (max-width: 500px) {
    .block-list--events h1 {
      padding: 10px 20px; } }
  @media (min-width: 0px) and (max-width: 320px) {
    .block-list--events h1 {
      padding: 10px 15px; } }
.block-list--events .title {
  padding: 0; }
  .block-list--events .title:after {
    height: 200px;
    bottom: 212px; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .block-list--events .title:after {
        bottom: 250px; } }
    @media (min-width: 0px) and (max-width: 500px) {
      .block-list--events .title:after {
        bottom: 190px; } }
@media (min-width: 0px) and (max-width: 1024px) {
  .block-list--events .teaser {
    display: none; } }
.block-list--events .teaser span.category {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.25;
  width: 100%;
  display: block;
  margin-bottom: 7px; }
  @media (min-width: 0px) and (max-width: 1024px) {
    .block-list--events .teaser span.category {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media (min-width: 0px) and (max-width: 800px) {
    .block-list--events .teaser span.category {
      font-size: 20px;
      font-size: 2rem; } }
  @media (min-width: 0px) and (max-width: 767px) {
    .block-list--events .teaser span.category {
      font-size: 18px;
      font-size: 1.8rem; } }
.block-list--events .teaser p {
  height: 96px; }
  @media (min-width: 0px) and (max-width: 1024px) {
    .block-list--events .teaser p {
      height: 84px; } }

main {
  min-height: calc(100vh - 397px); }
  @media (min-width: 0px) and (max-width: 800px) {
    main {
      min-height: calc(100vh - 348px); } }
  @media (min-width: 0px) and (max-width: 767px) {
    main {
      min-height: 0; } }

/*------------------------------------*\
:    Layout - Bars
\*------------------------------------*/
.bar {
  background: #000000;
  color: #ffffff;
  padding: 20px 0; }
  .bar .content-container {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -ms-flex-wrap: no-wrap;
    -webkit-flex-flow: row no-wrap;
    flex-flow: row no-wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .bar h2 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.125;
    margin: 0; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .bar h2 {
        font-size: 28px;
        font-size: 2.8rem; } }
    @media (min-width: 0px) and (max-width: 800px) {
      .bar h2 {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media (min-width: 0px) and (max-width: 800px) {
      .bar h2 {
        font-size: 20px;
        font-size: 2rem; } }
  .bar a.continue {
    color: #aaaaaa;
    font-weight: 700;
    text-transform: lowercase;
    padding: 8px 30px;
    margin-right: 28px;
    font-size: 16px;
    font-size: 1.6rem; }
    @media (min-width: 0px) and (max-width: 800px) {
      .bar a.continue {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media (min-width: 0px) and (max-width: 767px) {
      .bar a.continue {
        margin-right: -20px; } }
    .bar a.continue:hover {
      color: #ffea35; }
  .bar ul {
    list-style: none;
    padding: 0;
    margin: 0 -20px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.35;
    *zoom: 1; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .bar ul {
        font-size: 20px;
        font-size: 2rem; } }
    @media (min-width: 0px) and (max-width: 800px) {
      .bar ul {
        font-size: 18px;
        font-size: 1.8rem; } }
    .bar ul:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 0px) and (max-width: 800px) {
      .bar ul {
        margin: 0 -15px; } }
    .bar ul li {
      float: left;
      position: relative; }
      .bar ul li:after {
        content: '|';
        display: block;
        position: absolute;
        right: 0;
        top: 0; }
      .bar ul li:last-child:after {
        display: none; }
      .bar ul li a {
        color: #ffffff;
        display: block;
        padding: 0 20px; }
        @media (min-width: 0px) and (max-width: 800px) {
          .bar ul li a {
            padding: 0 15px; } }
        .bar ul li a:hover {
          color: #ffea35; }

.bar--large {
  background: #ffea35;
  color: #000000; }
  .bar--large h2 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.17;
    margin-bottom: 10px; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .bar--large h2 {
        font-size: 42px;
        font-size: 4.2rem; } }
    @media (min-width: 0px) and (max-width: 800px) {
      .bar--large h2 {
        font-size: 36px;
        font-size: 3.6rem; } }
    @media (min-width: 0px) and (max-width: 767px) {
      .bar--large h2 {
        font-size: 30px;
        font-size: 3rem; } }
    @media (min-width: 0px) and (max-width: 500px) {
      .bar--large h2 {
        font-size: 24px;
        font-size: 2.4rem; } }
    .bar--large h2:last-child {
      margin-bottom: 0; }

.bar--grey {
  background: #aaaaaa;
  font-weight: 700;
  color: #ffffff;
  height: auto; }
  .bar--grey .content-container {
    display: block; }
  .bar--grey p {
    margin-bottom: 30px; }
    .bar--grey p:last-child {
      margin-bottom: 5px; }
  .bar--grey a {
    color: #ffea35; }
    .bar--grey a:hover {
      color: #000000; }
  .bar--grey h2 {
    margin-bottom: 20px; }

.bar--black {
  background: #000000;
  color: #ffffff; }

.bar--white {
  background: #ffffff;
  color: #000000; }

.bar--sub {
  background: #aaaaaa; }

/*------------------------------------*\
:    Layout - Share Bar
\*------------------------------------*/
.share-bar {
  padding: 15px 0;
  background: #ffea35; }
  .share-bar h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.35;
    margin: 0 0 10px; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .share-bar h2 {
        font-size: 20px;
        font-size: 2rem; } }
    @media (min-width: 0px) and (max-width: 800px) {
      .share-bar h2 {
        font-size: 18px;
        font-size: 1.8rem; } }
  .share-bar .content-container {
    width: 100%; }
  .share-bar a {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    display: block; }
  .share-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    *zoom: 1; }
    .share-bar ul:before {
      display: none; }
    .share-bar ul:after {
      content: "";
      display: table;
      clear: both; }
  .share-bar li {
    width: 44px;
    margin-right: 5px;
    display: inline-block;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
    .share-bar li:first-child {
      width: auto; }
    .share-bar li:last-child {
      margin-right: 0; }
  .share-bar button {
    padding: 0;
    height: 100%;
    width: 100%;
    font-size: 34px;
    font-size: 3.4rem;
    position: relative;
    height: 36px;
    width: 36px; }
    .share-bar button span {
      position: absolute;
      top: 50%;
      margin-top: -0.5em;
      left: 50%;
      margin-left: -0.5em; }

/*------------------------------------*\
:    Home
\*------------------------------------*/
@media (min-width: 0px) and (max-width: 800px) {
  body.home .block-list li:nth-child(3) {
    display: none; } }

#home-slider {
  height: 640px;
  position: relative; }
  @media (min-width: 0px) and (max-width: 1024px) {
    #home-slider {
      height: 520px; } }
  @media (min-width: 0px) and (max-width: 800px) {
    #home-slider {
      height: 400px; } }
  #home-slider .content-container {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 790px;
    width: calc(100% - 60px); }
    @media (min-width: 0px) and (max-width: 500px) {
      #home-slider .content-container {
        width: calc(100% - 40px);
        bottom: 40px; } }
    @media (min-width: 0px) and (max-width: 320px) {
      #home-slider .content-container {
        width: calc(100% - 30px); } }
  #home-slider .text-container {
    color: #ffffff; }
    #home-slider .text-container h1 {
      font-size: 70px;
      font-size: 7rem;
      line-height: 1.08;
      margin: 0; }
      @media (min-width: 0px) and (max-width: 1024px) {
        #home-slider .text-container h1 {
          font-size: 66px;
          font-size: 6.6rem; } }
      @media (min-width: 0px) and (max-width: 800px) {
        #home-slider .text-container h1 {
          font-size: 56px;
          font-size: 5.6rem; } }
      @media (min-width: 0px) and (max-width: 767px) {
        #home-slider .text-container h1 {
          font-size: 46px;
          font-size: 4.6rem; } }
      @media (min-width: 0px) and (max-width: 500px) {
        #home-slider .text-container h1 {
          font-size: 36px;
          font-size: 3.6rem; } }
      @media (min-width: 0px) and (max-width: 500px) {
        #home-slider .text-container h1 {
          font-size: 30px;
          font-size: 3rem;
          margin: 0 0 5px; } }
    #home-slider .text-container h2 {
      font-size: 40px;
      font-size: 4rem;
      line-height: 1.17;
      margin: 0 0 20px; }
      @media (min-width: 0px) and (max-width: 1024px) {
        #home-slider .text-container h2 {
          font-size: 42px;
          font-size: 4.2rem; } }
      @media (min-width: 0px) and (max-width: 800px) {
        #home-slider .text-container h2 {
          font-size: 36px;
          font-size: 3.6rem; } }
      @media (min-width: 0px) and (max-width: 767px) {
        #home-slider .text-container h2 {
          font-size: 30px;
          font-size: 3rem; } }
      @media (min-width: 0px) and (max-width: 500px) {
        #home-slider .text-container h2 {
          font-size: 24px;
          font-size: 2.4rem; } }
      @media (min-width: 0px) and (max-width: 500px) {
        #home-slider .text-container h2 {
          font-size: 20px;
          font-size: 2rem; } }
  #home-slider .img-container {
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    #home-slider .img-container:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      height: 240px;
      width: 100%;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODI4MjgiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(40, 40, 40, 0)), color-stop(100%, rgba(40, 40, 40, 0.6)));
      background-image: -moz-linear-gradient(rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.6));
      background-image: -webkit-linear-gradient(rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.6));
      background-image: linear-gradient(rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.6));
      pointer-events: none; }
  #home-slider a {
    display: block;
    height: 100%; }
  #home-slider article {
    height: 100%; }

div.upcoming-list ul,
div.upcoming-list ol {
  list-style: none;
  padding: 0;
  margin: 0; }
  div.upcoming-list ul:before,
  div.upcoming-list ol:before {
    display: none; }
  div.upcoming-list ul li,
  div.upcoming-list ol li {
    margin-bottom: 20px; }
    div.upcoming-list ul li:last-child,
    div.upcoming-list ol li:last-child {
      margin-bottom: 0; }
  div.upcoming-list ul h1,
  div.upcoming-list ol h1 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.35;
    font-weight: bold;
    margin: 0; }
    @media (min-width: 0px) and (max-width: 1024px) {
      div.upcoming-list ul h1,
      div.upcoming-list ol h1 {
        font-size: 16px;
        font-size: 1.6rem; } }

/*------------------------------------*\
:    Project Overview - Filter Bar
\*------------------------------------*/
nav.filter-bar ol,
nav.filter-bar .content-container > ul,
nav.filter-bar .filter-wrapper > ul,
nav.sub-nav ol,
nav.sub-nav .content-container > ul,
nav.sub-nav .filter-wrapper > ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: no-wrap;
  -webkit-flex-flow: row no-wrap;
  flex-flow: row no-wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 700; }
  nav.filter-bar ol:before,
  nav.filter-bar .content-container > ul:before,
  nav.filter-bar .filter-wrapper > ul:before,
  nav.sub-nav ol:before,
  nav.sub-nav .content-container > ul:before,
  nav.sub-nav .filter-wrapper > ul:before {
    display: none; }
nav.filter-bar.filter-bar--static ol,
nav.filter-bar.filter-bar--static ul,
nav.sub-nav.filter-bar--static ol,
nav.sub-nav.filter-bar--static ul {
  display: block; }
  nav.filter-bar.filter-bar--static ol li,
  nav.filter-bar.filter-bar--static ul li,
  nav.sub-nav.filter-bar--static ol li,
  nav.sub-nav.filter-bar--static ul li {
    float: left; }
nav.filter-bar.filter-bar--static .sub-filters,
nav.sub-nav.filter-bar--static .sub-filters {
  height: 100px;
  z-index: auto; }
  nav.filter-bar.filter-bar--static .sub-filters ul,
  nav.filter-bar.filter-bar--static .sub-filters ol,
  nav.sub-nav.filter-bar--static .sub-filters ul,
  nav.sub-nav.filter-bar--static .sub-filters ol {
    position: static;
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  nav.filter-bar.filter-bar--static .sub-filters .content-container,
  nav.sub-nav.filter-bar--static .sub-filters .content-container {
    padding: 0 5px;
    display: block; }

nav.filter-bar {
  position: relative;
  z-index: 2; }
  @media (min-width: 0px) and (max-width: 767px) {
    nav.filter-bar .filter-group {
      display: block;
      height: 60px;
      overflow: auto; }
      nav.filter-bar .filter-group li {
        flex-shrink: 0;
        padding: 0 2em 0 0; }
    nav.filter-bar .top-filters {
      height: 60px; }
      nav.filter-bar .top-filters::after {
        display: none;
        content: "\e90c";
        font-family: "Icomoon";
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -moz-linear-gradient(0deg, rgba(170, 170, 170, 0), #aaaaaa 70%);
        background-image: -webkit-linear-gradient(0deg, rgba(170, 170, 170, 0), #aaaaaa 70%);
        background-image: linear-gradient(90deg, rgba(170, 170, 170, 0), #aaaaaa 70%);
        color: #ffffff;
        position: absolute;
        width: 50px;
        text-align: right;
        right: 5px;
        top: 11px;
        font-size: 30px;
        font-size: 3rem; }
      nav.filter-bar .top-filters.has-scroll::after {
        display: block; }
    nav.filter-bar .top-filters button, nav.filter-bar .top-filters a {
      padding: 0; }
    nav.filter-bar .filter-wrapper.filter-wrapper--author ol, nav.filter-bar .filter-wrapper.filter-wrapper--titles ol {
      column-count: 2; }
    nav.filter-bar .filter-wrapper.active {
      height: 300px; }
    nav.filter-bar .filter-wrapper--search.active {
      height: 60px; }
    nav.filter-bar .filter-wrapper--platform,
    nav.filter-bar .filter-wrapper--topic,
    nav.filter-bar .filter-wrapper--geography {
      overflow: scroll; }
      nav.filter-bar .filter-wrapper--platform ul,
      nav.filter-bar .filter-wrapper--topic ul,
      nav.filter-bar .filter-wrapper--geography ul {
        width: 100%;
        flex-wrap: wrap;
        columns: unset;
        display: flex !important; }
      nav.filter-bar .filter-wrapper--platform li,
      nav.filter-bar .filter-wrapper--topic li,
      nav.filter-bar .filter-wrapper--geography li {
        flex: 0 0 50%;
        width: 50%;
        border: none;
        padding: 1em; }
    nav.filter-bar .filter-wrapper.filter-wrapper--geography {
      display: block; }
      nav.filter-bar .filter-wrapper.filter-wrapper--geography .regions,
      nav.filter-bar .filter-wrapper.filter-wrapper--geography .countries {
        flex: 0 0 100%;
        width: 100%; }
        nav.filter-bar .filter-wrapper.filter-wrapper--geography .regions ul,
        nav.filter-bar .filter-wrapper.filter-wrapper--geography .countries ul {
          columns: unset;
          display: flex !important; }
        nav.filter-bar .filter-wrapper.filter-wrapper--geography .regions li,
        nav.filter-bar .filter-wrapper.filter-wrapper--geography .countries li {
          padding: 1em; }
    nav.filter-bar .filter-wrapper.active .scroll-container:after {
      height: 40px; } }
  nav.filter-bar ol,
  nav.filter-bar .filter-wrapper > ul {
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  nav.filter-bar .top-filters .content-container > ul {
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }

nav.sub-nav {
  background-color: #ffea35;
  height: 48px;
  position: relative;
  overflow: hidden;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out; }
  @media (min-width: 0px) and (max-width: 767px) {
    nav.sub-nav {
      padding-top: 48px; } }
  nav.sub-nav a {
    display: block;
    padding: 12px 0;
    color: #aa9c20; }
    nav.sub-nav a:hover {
      color: #000000; }
    nav.sub-nav a span {
      display: inline-block;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline; }
  @media (min-width: 0px) and (max-width: 767px) {
    nav.sub-nav li.current-menu-item {
      position: absolute;
      top: -48px; } }
  nav.sub-nav li.current-menu-item a {
    color: #000000; }
  nav.sub-nav .content-container > ul {
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media (min-width: 0px) and (max-width: 767px) {
      nav.sub-nav .content-container > ul {
        display: block; } }

@media (min-width: 0px) and (max-width: 767px) {
  .sub-page-header {
    display: none; } }

button.sub-nav-toggle {
  display: none;
  position: absolute;
  top: -48px;
  right: 0;
  color: #aa9c20;
  z-index: 10;
  padding-top: 12px;
  font-size: 24px;
  font-size: 2.4rem; }
  @media (min-width: 0px) and (max-width: 767px) {
    button.sub-nav-toggle {
      display: block; } }
  button.sub-nav-toggle.active span {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  button.sub-nav-toggle span {
    display: block;
    -moz-transition: -moz-transform 0.15s ease-in-out;
    -o-transition: -o-transform 0.15s ease-in-out;
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out; }

.top-filters {
  background: #aaaaaa;
  color: #ffffff; }
  .top-filters button, .top-filters a {
    padding: 16px 0; }
    .top-filters button:hover, .top-filters button.active, .top-filters a:hover, .top-filters a.active {
      color: #ffea35; }
      .top-filters button:hover span, .top-filters button.active span, .top-filters a:hover span, .top-filters a.active span {
        color: #ffea35; }
    .top-filters button.search, .top-filters a.search {
      font-size: 30px;
      font-size: 3rem;
      padding: 0 0; }
      .top-filters button.search span, .top-filters a.search span {
        padding-top: 5px;
        display: block; }
      .top-filters button.search:hover, .top-filters button.search:focus, .top-filters a.search:hover, .top-filters a.search:focus {
        color: #ffffff; }

.sub-filters {
  background: #ffea35;
  color: #aa9c20;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  position: relative;
  z-index: -1;
  -moz-transition: z-index 0s linear;
  -o-transition: z-index 0s linear;
  -webkit-transition: z-index 0s linear;
  transition: z-index 0s linear; }
  @media (min-width: 0px) and (max-width: 800px) {
    .sub-filters {
      font-size: 15px;
      font-size: 1.5rem; } }
  .sub-filters.active {
    z-index: 1;
    -moz-transition: z-index 0s linear 0.5s;
    -o-transition: z-index 0s linear 0.5s;
    -webkit-transition: z-index 0s linear;
    -webkit-transition-delay: 0.5s;
    transition: z-index 0s linear 0.5s; }
  .sub-filters .content-container {
    padding: 0 5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap; }
  .sub-filters button {
    padding: 5px 0;
    width: 100%; }
    .sub-filters button.active, .sub-filters button:hover {
      color: #000000; }
    .sub-filters button.disabled {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3;
      cursor: not-allowed;
      pointer-events: none; }
  .sub-filters ul,
  .sub-filters ol {
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #ffea35;
    z-index: 1;
    height: 100%;
    opacity: 0;
    margin: 0; }
  .sub-filters li {
    width: 16.66667%;
    text-align: center;
    border-left: 1px solid #aa9c20;
    border-right: 1px solid #aa9c20;
    list-style: none; }
    .sub-filters li:first-child {
      border-left: 2px solid #aa9c20; }
      @media (min-width: 0px) and (max-width: 800px) {
        .sub-filters li:first-child {
          border-left: 0; } }
    .sub-filters li:last-child {
      border-right: 2px solid #aa9c20; }
      @media (min-width: 0px) and (max-width: 800px) {
        .sub-filters li:last-child {
          border-right: 0; } }
  .sub-filters span {
    display: inline-block;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 50px;
    font-size: 5rem; }
    .sub-filters span.icon-cross {
      font-size: 34px;
      font-size: 3.4rem; }
    .sub-filters span.label {
      width: 100%;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.35;
      line-height: 50px; }
      @media (min-width: 0px) and (max-width: 1280px) {
        .sub-filters span.label {
          font-size: 16px;
          font-size: 1.6rem; } }

.filter-wrapper {
  width: 100%;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  -moz-transition: height 0.5s ease-in-out, order 0s linear;
  -o-transition: height 0.5s ease-in-out, order 0s linear;
  -webkit-transition: height 0.5s ease-in-out, order 0s linear;
  transition: height 0.5s ease-in-out, order 0s linear;
  -webkit-order: 1;
  order: 1; }
  .filter-wrapper.active {
    height: 100px;
    pointer-events: auto;
    -webkit-order: -1;
    order: -1;
    -moz-transition: height 0.5s ease-in-out, order 0s linear 0.5s;
    -o-transition: height 0.5s ease-in-out, order 0s linear 0.5s;
    -webkit-transition: height 0.5s ease-in-out, order 0s linear;
    -webkit-transition-delay: 0s, 0.5s;
    transition: height 0.5s ease-in-out, order 0s linear 0.5s; }
    .filter-wrapper.active ul,
    .filter-wrapper.active ol {
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      z-index: 2;
      opacity: 1; }
    .filter-wrapper.active .scroll-container:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      height: 120px;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWEzNSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2ZmZWEzNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 234, 53, 0)), color-stop(95%, #ffea35));
      background-image: -moz-linear-gradient(rgba(255, 234, 53, 0), #ffea35 95%);
      background-image: -webkit-linear-gradient(rgba(255, 234, 53, 0), #ffea35 95%);
      background-image: linear-gradient(rgba(255, 234, 53, 0), #ffea35 95%);
      pointer-events: none;
      z-index: 2; }
  .filter-wrapper.filter-wrapper--topic ul, .filter-wrapper.filter-wrapper--geography ul {
    display: block !important;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
    height: auto;
    padding: 0;
    position: relative;
    margin-top: 10px;
    border-right: 2px solid #aa9c20; }
  .filter-wrapper.filter-wrapper--topic li, .filter-wrapper.filter-wrapper--geography li {
    width: 100%;
    text-align: left;
    padding: 0 20px;
    border-left: 2px solid #aa9c20;
    border-right: 0;
    padding-bottom: 3px; }
  .filter-wrapper.filter-wrapper--topic button, .filter-wrapper.filter-wrapper--geography button {
    text-align: left;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: normal;
    font-weight: 700; }
  .filter-wrapper.filter-wrapper--topic.active, .filter-wrapper.filter-wrapper--geography.active {
    height: 278px;
    max-height: calc(100vh - 350px); }
  .filter-wrapper.filter-wrapper--topic ul {
    margin-top: 10px !important; }
  .filter-wrapper.filter-wrapper--topic.active {
    height: 100px; }
  .filter-wrapper.filter-wrapper--geography {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: no-wrap;
    -ms-flex-direction: row;
    -webkit-flex-flow: row no-wrap;
    flex-flow: row no-wrap;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch; }
    .filter-wrapper.filter-wrapper--geography ul li span {
      color: #000000;
      font-weight: bold;
      font-size: 16px;
      font-size: 1.6rem; }
    .filter-wrapper.filter-wrapper--geography .regions {
      width: 33.33333%;
      width: calc(100% / 3); }
      .filter-wrapper.filter-wrapper--geography .regions ul {
        border-right: none;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1; }
    .filter-wrapper.filter-wrapper--geography .countries {
      width: 66.66667%;
      width: calc(100%/ 3 * 2); }
      .filter-wrapper.filter-wrapper--geography .countries ul {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2; }
    .filter-wrapper.filter-wrapper--geography.active {
      height: 500px;
      max-height: calc(100vh - 350px); }
  .filter-wrapper.filter-wrapper--author, .filter-wrapper.filter-wrapper--titles {
    position: relative; }
    .filter-wrapper.filter-wrapper--author.active, .filter-wrapper.filter-wrapper--titles.active {
      height: 500px;
      max-height: calc(100vh - 350px); }
    .filter-wrapper.filter-wrapper--author ol, .filter-wrapper.filter-wrapper--titles ol {
      display: block;
      -moz-column-count: 4;
      -webkit-column-count: 4;
      column-count: 4;
      -moz-column-gap: 0;
      -webkit-column-gap: 0;
      column-gap: 0;
      height: auto;
      position: relative;
      margin: 15px 0 100px;
      border-right: 2px solid #aa9c20; }
    .filter-wrapper.filter-wrapper--author li, .filter-wrapper.filter-wrapper--titles li {
      width: 100%;
      text-align: left;
      padding: 0 20px;
      border-left: 2px solid #aa9c20;
      border-right: 0;
      padding-bottom: 3px; }
      .filter-wrapper.filter-wrapper--author li.letter, .filter-wrapper.filter-wrapper--titles li.letter {
        color: #000000;
        padding-top: 20px; }
        .filter-wrapper.filter-wrapper--author li.letter:first-child, .filter-wrapper.filter-wrapper--titles li.letter:first-child {
          padding-top: 0; }
      @media (min-width: 0px) and (max-width: 767px) {
        .filter-wrapper.filter-wrapper--author li, .filter-wrapper.filter-wrapper--titles li {
          padding: 10px 20px; } }
    .filter-wrapper.filter-wrapper--author button, .filter-wrapper.filter-wrapper--titles button {
      text-align: left;
      padding: 0;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.25;
      font-weight: normal; }
  .filter-wrapper.filter-wrapper--search {
    position: relative; }
    .filter-wrapper.filter-wrapper--search.active {
      height: 56px; }
    .filter-wrapper.filter-wrapper--search ul {
      height: 100%;
      padding: 0 23px !important; }
      .filter-wrapper.filter-wrapper--search ul li {
        border: 0;
        width: 100%;
        border: 0; }
    .filter-wrapper.filter-wrapper--search #search_results {
      position: absolute;
      top: 0;
      left: 0; }

.filter-bar--black .sub-filters {
  background: #000000;
  color: #aaaaaa; }
  .filter-bar--black .sub-filters ul {
    background: #000000; }
  .filter-bar--black .sub-filters li {
    border-right: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa; }
    .filter-bar--black .sub-filters li:first-child {
      border-left: 2px solid #aaaaaa; }
      @media (min-width: 0px) and (max-width: 800px) {
        .filter-bar--black .sub-filters li:first-child {
          border-left: 0; } }
    .filter-bar--black .sub-filters li:last-child {
      border-right: 2px solid #aaaaaa; }
      @media (min-width: 0px) and (max-width: 800px) {
        .filter-bar--black .sub-filters li:last-child {
          border-right: 0; } }
  .filter-bar--black .sub-filters button:hover, .filter-bar--black .sub-filters button:focus {
    color: #ffea35; }
.filter-bar--black button:hover, .filter-bar--black button:focus, .filter-bar--black button.active {
  color: #ffea35; }

.filter-search {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -ms-flex-wrap: no-wrap;
  -webkit-flex-flow: row no-wrap;
  flex-flow: row no-wrap; }
  .filter-search input {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: none;
    border: 0;
    color: #000000;
    font-weight: 400; }
    .filter-search input[type="text"] {
      width: 100%; }
  .filter-search button {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    width: 56px;
    text-align: right; }
  .filter-search ::-webkit-input-placeholder {
    color: #aa9c20;
    font-weight: 400; }
  .filter-search :-moz-placeholder {
    color: #aa9c20;
    font-weight: 400; }
  .filter-search ::-moz-placeholder {
    color: #aa9c20;
    font-weight: 400; }
  .filter-search :-ms-input-placeholder {
    color: #aa9c20;
    font-weight: 400; }

/*------------------------------------*\
:    Project List
\*------------------------------------*/
#postfilter {
  z-index: 0;
  background-color: #000000; }
  #postfilter li article {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  #postfilter li article[data-lazy] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  #postfilter li.grid-sizer {
    width: 33.33333%;
    display: none; }

#filterbox {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: yellow;
  z-index: 99;
  display: none; }

#search_results {
  background-color: #ffea35;
  color: #aa9c20;
  max-height: calc(100vh - 350px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 -20px;
  padding: 0 20px; }
  #search_results::-webkit-scrollbar {
    display: none; }
  #search_results .search_result {
    padding: 5px 0;
    line-height: 1.25;
    cursor: pointer;
    color: #aa9c20; }
    #search_results .search_result:last-child {
      padding-bottom: 20px; }
    #search_results .search_result:hover {
      color: #000000; }
  #search_results .content-container > span {
    display: block;
    padding: 0 0 20px 0; }

#postfilter_search.noresults {
  color: red; }

/*------------------------------------*\
:    Project Single
\*------------------------------------*/
@media (min-width: 0px) and (max-width: 800px) {
  body.single-project .block-list li:nth-child(3) {
    display: none; } }
@media (min-width: 0px) and (max-width: 500px) {
  body.single-project .related .block-list {
    margin-bottom: 1px; }
  body.single-project .related li {
    height: auto;
    display: block; }
  body.single-project .related article {
    background-color: #000000 !important;
    background-position: -5000px !important; } }

/*------------------------------------*\
:    Project Single - Authors
\*------------------------------------*/
.author-content {
  overflow: hidden;
  width: 100%;
  height: 0;
  position: relative;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out; }

.author-content__inner {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -webkit-order: 1;
  order: 1;
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out, order 0s linear;
  -o-transition: -o-transform 0.5s ease-in-out, opacity 0.5s ease-in-out, order 0s linear;
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out, order 0s linear;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, order 0s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: 400; }
  .author-content__inner.active {
    -webkit-order: -1;
    order: -1;
    -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out, order 0s linear 0.5s;
    -o-transition: -o-transform 0.5s ease-in-out, opacity 0.5s ease-in-out, order 0s linear 0.5s;
    -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out, order 0s linear;
    -webkit-transition-delay: 0s, 0s, 0.5s;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, order 0s linear 0.5s;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: 1; }
  .author-content__inner img {
    margin: 5px 20px 0 0; }

/*------------------------------------*\
:    Project Single - Banner
\*------------------------------------*/
.banner {
  height: 640px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  @media (min-width: 0px) and (max-width: 1024px) {
    .banner {
      height: 520px; } }
  @media (min-width: 0px) and (max-width: 800px) {
    .banner {
      height: 400px; } }
  .banner:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 240px;
    width: 100%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODI4MjgiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(40, 40, 40, 0)), color-stop(100%, rgba(40, 40, 40, 0.6)));
    background-image: -moz-linear-gradient(rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.6));
    background-image: -webkit-linear-gradient(rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.6));
    background-image: linear-gradient(rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.6));
    pointer-events: none; }
  .banner .content-container {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1; }
    @media (min-width: 0px) and (max-width: 1280px) {
      .banner .content-container {
        bottom: 40px; } }
    @media (min-width: 0px) and (max-width: 800px) {
      .banner .content-container {
        bottom: 30px; } }
  .banner .text-container {
    color: #ffffff; }
    .banner .text-container h1 {
      font-size: 70px;
      font-size: 7rem;
      line-height: 1.08;
      margin: 0 0 5px; }
      @media (min-width: 0px) and (max-width: 1024px) {
        .banner .text-container h1 {
          font-size: 66px;
          font-size: 6.6rem; } }
      @media (min-width: 0px) and (max-width: 800px) {
        .banner .text-container h1 {
          font-size: 56px;
          font-size: 5.6rem; } }
      @media (min-width: 0px) and (max-width: 767px) {
        .banner .text-container h1 {
          font-size: 46px;
          font-size: 4.6rem; } }
      @media (min-width: 0px) and (max-width: 500px) {
        .banner .text-container h1 {
          font-size: 36px;
          font-size: 3.6rem; } }
    .banner .text-container h2 {
      font-size: 40px;
      font-size: 4rem;
      line-height: 1.17;
      margin: 0 0 20px; }
      @media (min-width: 0px) and (max-width: 1024px) {
        .banner .text-container h2 {
          font-size: 42px;
          font-size: 4.2rem; } }
      @media (min-width: 0px) and (max-width: 800px) {
        .banner .text-container h2 {
          font-size: 36px;
          font-size: 3.6rem; } }
      @media (min-width: 0px) and (max-width: 767px) {
        .banner .text-container h2 {
          font-size: 30px;
          font-size: 3rem; } }
      @media (min-width: 0px) and (max-width: 500px) {
        .banner .text-container h2 {
          font-size: 24px;
          font-size: 2.4rem; } }
      .banner .text-container h2:last-child {
        margin: 0; }

.banner--single .content-container {
  bottom: 30px; }

.project-intro,
.single-content {
  padding-top: 30px;
  padding-bottom: 50px; }
  .project-intro p,
  .project-intro h2,
  .project-intro .item_body,
  .single-content p,
  .single-content h2,
  .single-content .item_body {
    max-width: 660px; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .project-intro p,
      .project-intro h2,
      .project-intro .item_body,
      .single-content p,
      .single-content h2,
      .single-content .item_body {
        max-width: 600px; } }
    @media (min-width: 0px) and (max-width: 800px) {
      .project-intro p,
      .project-intro h2,
      .project-intro .item_body,
      .single-content p,
      .single-content h2,
      .single-content .item_body {
        max-width: 600px; } }

@media (min-width: 0px) and (max-width: 767px) {
  .project-intro {
    padding-top: 70px; } }
@media (min-width: 0px) and (max-width: 500px) {
  .project-intro {
    padding-top: 50px; } }
.project-intro p:last-child {
  margin-bottom: 40px; }

/*------------------------------------*\
:    Project Single - Nav
\*------------------------------------*/
nav.project-nav {
  background: #ffea35;
  position: absolute;
  width: 210px;
  font-weight: 700;
  z-index: 10;
  overflow: hidden;
  max-height: 224px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer; }
  @media (min-width: 0px) and (max-width: 1279px) {
    nav.project-nav.collapsed {
      width: 40px;
      max-height: 40px; }
      nav.project-nav.collapsed ul {
        opacity: 0;
        pointer-events: none; } }
  @media (min-width: 0px) and (max-width: 1279px) {
    nav.project-nav.collapsed:after {
      content: '\e900';
      font-family: 'icomoon';
      color: #aa9c20;
      display: block;
      position: absolute;
      top: 0;
      padding: 10px 11px; } }
  @media (min-width: 0px) and (max-width: 1279px) {
    nav.project-nav:after {
      content: '\e901';
      font-family: 'icomoon';
      color: #aa9c20;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      padding: 10px 11px; } }
  nav.project-nav:hover:after {
    color: #000000; }
  nav.project-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 10px 0; }
    nav.project-nav ul:before {
      display: none; }
    @media (min-width: 0px) and (max-width: 1279px) {
      nav.project-nav ul {
        opacity: 1;
        pointer-events: auto;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out; } }
    nav.project-nav ul li a {
      display: block;
      padding: 5px 30px;
      position: relative;
      color: #aa9c20;
      white-space: nowrap; }
      nav.project-nav ul li a span {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -0.5em;
        opacity: 0;
        -moz-transition: opacity 0.15s ease-in-out;
        -o-transition: opacity 0.15s ease-in-out;
        -webkit-transition: opacity 0.15s ease-in-out;
        transition: opacity 0.15s ease-in-out;
        font-size: 26px;
        font-size: 2.6rem; }
      nav.project-nav ul li a:hover {
        color: #000000; }
        nav.project-nav ul li a:hover span {
          opacity: 1; }

/*------------------------------------*\
:    Project Single - Intro Block
\*------------------------------------*/
.project-intro {
  min-height: 270px; }

ul.media-list {
  padding: 0;
  margin: 40px 0 0 0;
  list-style: none;
  *zoom: 1; }
  ul.media-list:after {
    content: "";
    display: table;
    clear: both; }
  ul.media-list li {
    float: left;
    margin: 0; }
  ul.media-list li.video {
    width: 100%; }
  ul.media-list li.gallerycontainer {
    width: auto; }
    ul.media-list li.gallerycontainer figure {
      float: left;
      margin: 0 5px 0 0; }
      ul.media-list li.gallerycontainer figure img {
        width: auto; }
    ul.media-list li.gallerycontainer figcaption {
      display: none; }
  ul.media-list.videoTrue li.gallerycontainer {
    width: 49%; }

.gallery-list {
  list-style: none;
  padding: 0;
  margin: 0;
  *zoom: 1;
  margin: -2px; }
  .gallery-list:before {
    display: none; }
  .gallery-list:after {
    content: "";
    display: table;
    clear: both; }
  .gallery-list figure {
    margin: 0;
    width: 20%;
    float: left;
    padding: 2px; }
    @media (min-width: 0px) and (max-width: 800px) {
      .gallery-list figure {
        width: 25%; } }
    @media (min-width: 0px) and (max-width: 767px) {
      .gallery-list figure {
        width: 33.33333%;
        width: calc(100% / 3); } }
  .gallery-list figcaption {
    display: none; }
  .gallery-list a {
    display: block; }

figure {
  margin: 0; }

figcaption {
  display: none; }

/*------------------------------------*\
:    Project Single - Author Block
\*------------------------------------*/
#authors ul {
  margin-bottom: 20px; }
#authors li {
  float: left;
  position: relative; }
  #authors li:after {
    content: '|';
    display: block;
    position: absolute;
    right: 0;
    top: 0; }
  #authors li:last-child:after {
    display: none; }
  #authors li button {
    color: #ffffff;
    display: block;
    padding: 0 20px; }
    @media (min-width: 0px) and (max-width: 800px) {
      #authors li button {
        padding: 0 15px; } }
    #authors li button:hover, #authors li button.active {
      color: #ffea35; }

/*------------------------------------*\
:    Project Single - Platform Block
\*------------------------------------*/
.platform-block {
  background: #aaaaaa;
  overflow: hidden; }

.platform-block__slider {
  position: relative;
  height: 640px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000000; }
  @media (min-width: 0px) and (max-width: 1024px) {
    .platform-block__slider {
      height: 56.25vw; } }
  .platform-block__slider:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 240px;
    width: 100%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODI4MjgiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(40, 40, 40, 0)), color-stop(100%, rgba(40, 40, 40, 0.6)));
    background-image: -moz-linear-gradient(rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.6));
    background-image: -webkit-linear-gradient(rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.6));
    background-image: linear-gradient(rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.6));
    pointer-events: none; }
  .platform-block__slider .vplayer {
    height: 640px;
    width: 100%; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .platform-block__slider .vplayer {
        height: 56.25vw; } }
  .platform-block__slider .playvideo {
    display: block;
    width: 100%;
    height: 640px; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .platform-block__slider .playvideo {
        height: 56.25vw; } }
  .platform-block__slider .text-container {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ffffff;
    font-weight: 700;
    width: calc(100% / 2);
    z-index: 5;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.29; }
    @media (min-width: 0px) and (max-width: 500px) {
      .platform-block__slider .text-container {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media (min-width: 0px) and (max-width: 767px) {
      .platform-block__slider .text-container {
        width: 100%;
        font-weight: 400; } }
    .platform-block__slider .text-container .text-container__inner {
      padding: 0 70px 20px 0; }
      @media (min-width: 0px) and (max-width: 500px) {
        .platform-block__slider .text-container .text-container__inner {
          padding: 10px 20px; } }
  .platform-block__slider .img-container {
    height: 100%; }
  .platform-block__slider .swiper-slide:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 240px;
    width: 100%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODI4MjgiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(40, 40, 40, 0)), color-stop(100%, rgba(40, 40, 40, 0.6)));
    background-image: -moz-linear-gradient(rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.6));
    background-image: -webkit-linear-gradient(rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.6));
    background-image: linear-gradient(rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.6));
    pointer-events: none; }
  .platform-block__slider figure.video span.icon-arrow {
    display: block;
    color: #ffea35;
    font-size: 46px;
    font-size: 4.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    padding-left: 0px;
    line-height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    border: 0px solid #000000;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    -moz-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
    @media (min-width: 0px) and (max-width: 500px) {
      .platform-block__slider figure.video span.icon-arrow {
        width: 50px;
        height: 50px;
        font-size: 40px;
        font-size: 4rem;
        line-height: 50px; } }
    .platform-block__slider figure.video span.icon-arrow:hover {
      color: #ffffff; }

.platform-block__slider .zoom,
.c-product-media .zoom {
  position: absolute;
  bottom: 10px;
  right: 27px;
  color: #fff;
  font-size: 30px;
  z-index: 1;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.3s; }
  @media (min-width: 0px) and (max-width: 767px) {
    .platform-block__slider .zoom,
    .c-product-media .zoom {
      display: none; } }
.platform-block__slider:hover .zoom,
.c-product-media:hover .zoom {
  opacity: 0.8; }

.tab-content {
  overflow: hidden;
  width: 100%;
  height: 0;
  position: relative;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out; }

.tab-content__inner {
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
  opacity: 0;
  -webkit-order: 1;
  order: 1;
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out, order 0s linear;
  -o-transition: -o-transform 0.5s ease-in-out, opacity 0.5s ease-in-out, order 0s linear;
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out, order 0s linear;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, order 0s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .tab-content__inner.active {
    -webkit-order: -1;
    order: -1;
    -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out, order 0s linear 0.5s;
    -o-transition: -o-transform 0.5s ease-in-out, opacity 0.5s ease-in-out, order 0s linear 0.5s;
    -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out, order 0s linear;
    -webkit-transition-delay: 0s, 0s, 0.5s;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, order 0s linear 0.5s;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: 1; }

@media (min-width: 0px) and (max-width: 767px) {
  .platform-block nav.filter-bar {
    display: block;
    overflow: hidden;
    position: relative; } }
@media (min-width: 0px) and (max-width: 767px) {
  .platform-block nav.filter-bar ul {
    *zoom: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: no-wrap;
    -webkit-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row; }
    .platform-block nav.filter-bar ul:after {
      content: "";
      display: table;
      clear: both; } }
@media (min-width: 0px) and (max-width: 767px) {
  .platform-block nav.filter-bar li {
    width: 130px;
    min-width: 20%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-bottom: 30px; } }
@media (min-width: 0px) and (max-width: 500px) {
  .platform-block nav.filter-bar li {
    min-width: 40%; } }
@media (min-width: 0px) and (max-width: 767px) {
  .platform-block nav.filter-bar .content-container {
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    overflow-y: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch; } }
@media (min-width: 0px) and (max-width: 767px) {
  .platform-block .sub-filters {
    margin-top: -40px;
    height: 120px !important; } }

.platform-block__depth {
  *zoom: 1; }
  .platform-block__depth:after {
    content: "";
    display: table;
    clear: both; }

.platform-block__description {
  padding: 30px 50px; }
  @media (min-width: 0px) and (max-width: 800px) {
    .platform-block__description {
      padding: 30px; } }
  @media (min-width: 0px) and (max-width: 500px) {
    .platform-block__description {
      padding: 20px; } }
  @media (min-width: 0px) and (max-width: 320px) {
    .platform-block__description {
      padding: 15px; } }
  .platform-block__description h2 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.17;
    margin: 0 0 20px; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .platform-block__description h2 {
        font-size: 42px;
        font-size: 4.2rem; } }
    @media (min-width: 0px) and (max-width: 800px) {
      .platform-block__description h2 {
        font-size: 36px;
        font-size: 3.6rem; } }
    @media (min-width: 0px) and (max-width: 767px) {
      .platform-block__description h2 {
        font-size: 30px;
        font-size: 3rem; } }
    @media (min-width: 0px) and (max-width: 500px) {
      .platform-block__description h2 {
        font-size: 24px;
        font-size: 2.4rem; } }

.platform-block__meta {
  color: #ffffff;
  padding: 30px 0; }
  @media (min-width: 0px) and (max-width: 500px) {
    .platform-block__meta {
      padding: 20px 0; } }
  @media (min-width: 0px) and (max-width: 320px) {
    .platform-block__meta {
      padding: 15px 0; } }

span.ex-availability {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
  margin-bottom: 10px; }

span.ex-date {
  font-weight: 700;
  display: inline; }
  span.ex-date:nth-child(2):before {
    content: ' - '; }

span.ex-location {
  font-weight: 400;
  display: block;
  margin-bottom: 15px; }

ul.accordion {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.accordion:before {
    display: none; }
  ul.accordion li {
    border-bottom: 2px solid #ffffff; }
  ul.accordion button {
    padding-left: 0;
    width: 100%;
    text-align: left;
    position: relative;
    font-weight: 700; }
    ul.accordion button:hover {
      color: #ffea35; }
    ul.accordion button span {
      font-size: 24px;
      font-size: 2.4rem;
      -moz-transition: -moz-transform 0.3s ease-in-out;
      -o-transition: -o-transform 0.3s ease-in-out;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      position: absolute;
      right: 0;
      margin: auto; }
    ul.accordion button.active span {
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }

.accordion__content {
  overflow: hidden;
  width: 100%;
  height: 0;
  position: relative;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out; }

.accordion__inner {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -webkit-order: 1;
  order: 1;
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out, order 0s linear;
  -o-transition: -o-transform 0.5s ease-in-out, opacity 0.5s ease-in-out, order 0s linear;
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out, order 0s linear;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, order 0s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .accordion__inner.active {
    -webkit-order: -1;
    order: -1;
    -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out, order 0s linear 0.5s;
    -o-transition: -o-transform 0.5s ease-in-out, opacity 0.5s ease-in-out, order 0s linear 0.5s;
    -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out, order 0s linear;
    -webkit-transition-delay: 0s, 0s, 0.5s;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, order 0s linear 0.5s;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .accordion__inner p {
    margin-bottom: 20px; }
  .accordion__inner a {
    color: #ffffff; }
    .accordion__inner a:hover {
      color: #ffea35; }

/*------------------------------------*\
:    Project Single - Support Block
\*------------------------------------*/
ul.supporter-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -ms-flex-wrap: no-wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 30px 0; }
  ul.supporter-list:before {
    display: none; }
  @media (min-width: 0px) and (max-width: 500px) {
    ul.supporter-list {
      padding: 20px 0; } }
  ul.supporter-list li {
    width: 170px;
    padding: 0 40px 0 0;
    margin-bottom: 30px; }
    @media (min-width: 0px) and (max-width: 500px) {
      ul.supporter-list li {
        width: 130px;
        padding: 0 25px 0 0; } }

/*------------------------------------*\
:    Project Single - Media Block
\*------------------------------------*/
.media-block {
  background: #aaaaaa;
  overflow: hidden;
  position: relative;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out; }
  .media-block.active .media-block__inner li:nth-child(2):after {
    -moz-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    opacity: 1; }
  .media-block h2 {
    color: #ffffff; }
  .media-block a {
    color: #ffffff;
    text-decoration: none; }
    .media-block a:hover {
      color: #ffea35; }
  .media-block .media-block__inner li:nth-child(2):after {
    opacity: 0; }
  .media-block blockquote p {
    padding: 10px 0 20px; }
  .media-block .media_container .media_description {
    float: left;
    width: 60%;
    padding-right: 40px; }
  .media-block .media_container .media_download {
    float: left;
    width: 40%; }
    .media-block .media_container .media_download img {
      max-width: 300px; }
    .media-block .media_container .media_download:after {
      overflow: hidden;
      *zoom: 1; }
  .media-block .media_container .clearboth {
    clear: both; }
  .media-block .translation {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 15px; }

.media-block__inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
  margin: 0 -30px; }
  .media-block__inner ul:before {
    display: none; }
.media-block__inner li {
  position: relative;
  padding: 30px 30px; }
  .media-block__inner li:first-child {
    padding-top: 0; }
  .media-block__inner li:last-child:after {
    display: none; }
  .media-block__inner li:after {
    -moz-transition: opacity 0.15s ease-in-out 0.35s;
    -o-transition: opacity 0.15s ease-in-out 0.35s;
    -webkit-transition: opacity 0.15s ease-in-out;
    -webkit-transition-delay: 0.35s;
    transition: opacity 0.15s ease-in-out 0.35s;
    content: '';
    display: block;
    background: #ffffff;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
.media-block__inner span.author {
  margin-top: 10px; }
  .media-block__inner span.author.head {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700; }

.media-block__extend {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 32px;
  z-index: 2;
  text-align: center;
  display: none; }
  .media-block__extend.active {
    display: block; }
  .media-block__extend button {
    background: #ffea35;
    color: #aa9c20;
    width: 64px;
    height: 100%;
    margin: auto;
    padding: 0;
    cursor: pointer; }
    .media-block__extend button:hover {
      background: #000000; }
    .media-block__extend button:after {
      display: none; }
    .media-block__extend button.active span {
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .media-block__extend span {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: -moz-transform 0.25s ease-in-out;
    -o-transition: -o-transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out; }

.support-block {
  padding-bottom: 30px; }

/*------------------------------------*\
:    Single
\*------------------------------------*/
@media (min-width: 0px) and (max-width: 800px) {
  body.single-news .block-list li:nth-child(3),
  body.single-calendar .block-list li:nth-child(3) {
    display: none; } }

.single-depth {
  background: #aaaaaa;
  color: #ffffff;
  padding: 30px 0;
  position: relative; }
  .single-depth h2 {
    margin: 0 0 20px; }
  .single-depth .side-block {
    float: right;
    margin: -30px 0 30px 30px;
    width: calc(100%/3); }
    .single-depth .side-block .img-container {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 540px;
      width: 100%;
      display: block; }

.single-depth__slider {
  margin-bottom: 20px;
  background: #282828;
  height: 450px; }
  @media (min-width: 0px) and (max-width: 800px) {
    .single-depth__slider {
      height: 52.25vw; } }
  .single-depth__slider:last-child {
    margin-bottom: 0; }
  .single-depth__slider:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 240px;
    width: 100%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODI4MjgiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(40, 40, 40, 0)), color-stop(100%, rgba(40, 40, 40, 0.6)));
    background-image: -moz-linear-gradient(rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.6));
    background-image: -webkit-linear-gradient(rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.6));
    background-image: linear-gradient(rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.6));
    pointer-events: none; }
  .single-depth__slider .img-container {
    width: 100%;
    height: 100%; }
  .single-depth__slider .text-container {
    display: block;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #ffffff;
    width: calc(100% - 140px);
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.29; }
    @media (min-width: 0px) and (max-width: 500px) {
      .single-depth__slider .text-container {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media (min-width: 0px) and (max-width: 767px) {
      .single-depth__slider .text-container {
        width: 100%; } }
    .single-depth__slider .text-container .text-container__inner {
      padding: 15px; }
  .single-depth__slider .swiper-pagination {
    bottom: auto;
    top: 15px; }
    @media (min-width: 0px) and (max-width: 500px) {
      .single-depth__slider .swiper-pagination {
        top: 5px; } }
  .single-depth__slider .swiper-slide {
    overflow: hidden; }
  .single-depth__slider a {
    display: block;
    width: 100%;
    height: 100%; }
    .single-depth__slider a:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      height: 140px;
      width: 100%;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODI4MjgiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(40, 40, 40, 0)), color-stop(100%, rgba(40, 40, 40, 0.6)));
      background-image: -moz-linear-gradient(rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.6));
      background-image: -webkit-linear-gradient(rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.6));
      background-image: linear-gradient(rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.6));
      pointer-events: none; }
  .single-depth__slider figure.video span.icon-arrow {
    display: block;
    color: #ffea35;
    font-size: 46px;
    font-size: 4.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    padding-left: 0px;
    line-height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    border: 0px solid #000000;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    -moz-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
    @media (min-width: 0px) and (max-width: 500px) {
      .single-depth__slider figure.video span.icon-arrow {
        width: 50px;
        height: 50px;
        font-size: 40px;
        font-size: 4rem;
        line-height: 50px; } }
    .single-depth__slider figure.video span.icon-arrow:hover {
      color: #ffffff; }

.swiper-fullscreen {
  position: absolute;
  bottom: 8px;
  right: 30px;
  z-index: 10;
  color: #ffffff;
  pointer-events: none;
  font-size: 32px;
  font-size: 3.2rem; }
  .swiper-fullscreen:hover {
    color: #ffea35; }

.swiper-pagecount {
  position: absolute;
  left: 30px;
  bottom: 17px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  z-index: 20; }

.pswp__container .video-container {
  position: absolute;
  width: 100%;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

/*------------------------------------*\
:    Calendar Single
\*------------------------------------*/
.calendar-meta {
  background: #ffea35;
  padding: 30px; }
  @media (min-width: 0px) and (max-width: 500px) {
    .calendar-meta {
      padding: 20px; } }
  @media (min-width: 0px) and (max-width: 320px) {
    .calendar-meta {
      padding: 15px; } }
  .calendar-meta h2 {
    margin: 0;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.125; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .calendar-meta h2 {
        font-size: 28px;
        font-size: 2.8rem; } }
    @media (min-width: 0px) and (max-width: 800px) {
      .calendar-meta h2 {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media (min-width: 0px) and (max-width: 800px) {
      .calendar-meta h2 {
        font-size: 20px;
        font-size: 2rem; } }
  .calendar-meta span.location {
    color: #aa9c20;
    font-weight: 700;
    display: block;
    margin-bottom: 20px; }
  .calendar-meta .text-container {
    margin-bottom: 20px; }
    .calendar-meta .text-container:last-child {
      margin-bottom: 0; }
  .calendar-meta footer {
    color: #aa9c20; }
    .calendar-meta footer a {
      color: #aa9c20;
      text-decoration: underline; }
      .calendar-meta footer a:hover {
        color: #000000; }
    .calendar-meta footer .btn {
      background: #aa9c20;
      color: #ffea35;
      border: 0;
      text-transform: none;
      text-decoration: none;
      font-weight: 700; }
      .calendar-meta footer .btn:hover {
        color: #ffea35; }

article.page-default .inner {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 0px) and (max-width: 500px) {
    article.page-default .inner {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (min-width: 0px) and (max-width: 320px) {
    article.page-default .inner {
      padding-top: 15px;
      padding-bottom: 15px; } }

/*------------------------------------*\
:    About
\*------------------------------------*/
body.board .menu-item-1045 a,
body.ydoc .menu-item-1045 a,
body.zlab .menu-item-1045 a,
body.annual-report .menu-item-1045 a,
body.contact .menu-item-1045 a {
  color: #ffea35; }

/*------------------------------------*\
:    About - Google Maps
\*------------------------------------*/
#project_map {
  height: 650px; }

.map-legend {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  z-index: 3;
  text-align: center; }
  .map-legend div {
    display: inline-block;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  .map-legend .ico-event, .map-legend .ico-country {
    background: url("../img/map-icons/event1.png");
    width: 53px;
    height: 52px;
    line-height: 45px;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-top: -6px;
    margin-right: -10px; }
  .map-legend .ico-country {
    background: url("../img/map-icons/country1.png");
    color: #000;
    margin-left: 10px; }
  @media (min-width: 0px) and (max-width: 1023px) {
    .map-legend div {
      display: block;
      font-size: 12px;
      font-size: 1.2rem; } }

.map-desc {
  margin-bottom: 20px; }

.gm-style {
  font-family: "Neue Helvetica eText W01", Helvetica, Arial, sans-serif; }
  .gm-style h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0; }
  .gm-style .content,
  .gm-style .address,
  .gm-style .location-name {
    font-size: 14px;
    font-size: 1.4rem; }
  .gm-style .content {
    margin-top: 20px; }
  .gm-style a {
    text-decoration: underline; }
    .gm-style a:hover {
      text-decoration: none; }
  .gm-style ul {
    padding: 0; }

.gm-style-iw {
  padding: 25px 25px 0 25px;
  width: 100% !important;
  min-width: 300px;
  left: 0 !important;
  top: 0 !important;
  background: #ffea35;
  position: relative;
  overflow: visible !important; }
  .gm-style-iw:after {
    position: absolute;
    content: '';
    display: block;
    bottom: -40px;
    height: 40px;
    width: 100%;
    left: 0;
    background: #ffea35; }

/*------------------------------------*\
:    404
\*------------------------------------*/
body.error404 main {
  padding: 60px 0;
  background: #000000;
  color: #ffffff; }
  body.error404 main a {
    color: #ffea35; }

.pswp__ui--idle .pswp__top-bar {
  opacity: 1; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 1; }

.pswp__counter {
  top: 95vh;
  left: 30px;
  z-index: 10; }

.pswp--supports-fs .pswp__button--fs {
  top: 95vh;
  right: 20px;
  position: absolute; }

.pswp__caption {
  bottom: 20px;
  width: calc(100% - 200px);
  left: 0;
  right: 0;
  margin: auto;
  background: none; }

.pswp__caption__center {
  max-width: 600px;
  text-align: center;
  color: #ffffff; }

.pswp__ui--fit .pswp__caption {
  background: none; }

.pswp--zoom-allowed .pswp__img {
  padding: 30px; }

.pswp__button--close {
  position: absolute;
  right: 20px;
  top: 20px; }

.pswp__button--arrow--left {
  background: none;
  font-family: icomoon;
  font-size: 60px;
  font-size: 6rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .pswp__button--arrow--left:before {
    content: "\e90b";
    background: none;
    background-image: none !important;
    color: #ffea35;
    left: 25px; }

.pswp__button--arrow--right {
  background: none !important;
  font-family: 'icomoon';
  font-size: 60px;
  font-size: 6rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .pswp__button--arrow--right:before {
    content: "\e90c";
    background: none;
    background-image: none !important;
    color: #ffea35;
    right: 25px; }

.pswp--zoom-allowed .pswp__button--zoom {
  position: absolute;
  right: 60px;
  top: 20px; }

.pswp:after {
  content: '';
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 100;
  background-image: url("../img/paradox-logo.svg");
  background-position: 0 -12px;
  background-repeat: no-repeat;
  pointer-events: none; }
  @media (min-width: 0px) and (max-width: 700px) {
    .pswp:after {
      width: 80px;
      height: 80px;
      background-position: 0 -6px; } }

/*------------------------------------*\
:    Footer
\*------------------------------------*/
footer.main-footer,
.footer-push {
  height: 180px; }
  @media (min-width: 0px) and (max-width: 767px) {
    footer.main-footer,
    .footer-push {
      height: auto; } }

footer.main-footer {
  width: 100%;
  background: #000000;
  overflow: hidden;
  *zoom: 1; }
  footer.main-footer:after {
    content: "";
    display: table;
    clear: both; }
  footer.main-footer .content-container {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
  footer.main-footer .logo {
    width: 114px;
    float: left; }
    @media (min-width: 0px) and (max-width: 800px) {
      footer.main-footer .logo {
        width: 114px; } }
    @media (min-width: 0px) and (max-width: 500px) {
      footer.main-footer .logo {
        width: 80px; } }
    footer.main-footer .logo svg {
      -moz-transform: translateY(-14px);
      -ms-transform: translateY(-14px);
      -webkit-transform: translateY(-14px);
      transform: translateY(-14px); }
      @media (min-width: 0px) and (max-width: 500px) {
        footer.main-footer .logo svg {
          -moz-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          -webkit-transform: translateY(-10px);
          transform: translateY(-10px); } }
    footer.main-footer .logo path {
      -moz-transition: fill 0.15s ease-in-out;
      -o-transition: fill 0.15s ease-in-out;
      -webkit-transition: fill 0.15s ease-in-out;
      transition: fill 0.15s ease-in-out; }
    footer.main-footer .logo:hover path {
      fill: #ffea35; }
  footer.main-footer .meta-wrapper {
    width: calc(100% - 115px);
    padding-left: 25px;
    float: left; }
    @media (min-width: 0px) and (max-width: 800px) {
      footer.main-footer .meta-wrapper {
        padding-left: 40px; } }
    @media (min-width: 0px) and (max-width: 500px) {
      footer.main-footer .meta-wrapper {
        width: 100%;
        padding-left: 0; } }
  footer.main-footer .secondary {
    color: #ffffff;
    display: flex;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.29;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify;
    -ms-flex-wrap: no-wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 10px;
    margin-left: -1px; }
    @media (min-width: 0px) and (max-width: 500px) {
      footer.main-footer .secondary {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media (min-width: 0px) and (max-width: 800px) {
      footer.main-footer .secondary {
        margin-left: -3px; } }
    @media (min-width: 0px) and (max-width: 767px) {
      footer.main-footer .secondary {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 0;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-direction: row;
        -ms-flex-wrap: wrap;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
  footer.main-footer h2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.35;
    font-weight: bold;
    margin: 0 0 10px; }
    @media (min-width: 0px) and (max-width: 1024px) {
      footer.main-footer h2 {
        font-size: 16px;
        font-size: 1.6rem; } }
  footer.main-footer a {
    color: #ffffff; }
    footer.main-footer a:hover {
      color: #ffea35; }
  footer.main-footer .btn {
    border-color: #ffffff;
    color: #ffffff;
    text-transform: lowercase;
    height: 36px; }
    footer.main-footer .btn:after {
      background-color: #ffffff; }
    footer.main-footer .btn:hover {
      color: #000000; }
    footer.main-footer .btn span {
      font-size: 34px;
      font-size: 3.4rem;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -0.5em;
      margin-top: -0.5em; }
  footer.main-footer .address {
    margin-right: 20px;
    min-width: 260px; }
    @media (min-width: 0px) and (max-width: 800px) {
      footer.main-footer .address {
        margin-right: 12px; } }
    @media (min-width: 0px) and (max-width: 767px) {
      footer.main-footer .address {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0; } }
    footer.main-footer .address span {
      display: inline-block;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline; }
      @media (min-width: 0px) and (max-width: 767px) {
        footer.main-footer .address span {
          display: block; } }
    footer.main-footer .address span.telephone:after {
      content: '|';
      padding: 0 3px 0 8px; }
    @media (min-width: 0px) and (max-width: 800px) {
      footer.main-footer .address {
        min-width: auto; }
        footer.main-footer .address span.telephone::after {
          display: none; } }
  footer.main-footer .share {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 32px; }
    footer.main-footer .share .btn {
      width: 36px;
      margin-right: 5px; }
      footer.main-footer .share .btn:last-child {
        margin-right: 0; }
    @media (min-width: 0px) and (max-width: 800px) {
      footer.main-footer .share {
        margin-right: 12px; } }
    @media (min-width: 0px) and (max-width: 767px) {
      footer.main-footer .share {
        margin-bottom: 20px; } }
  footer.main-footer .newsletter {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 32px; }
    @media (min-width: 0px) and (max-width: 800px) {
      footer.main-footer .newsletter {
        margin-right: 12px; } }
  footer.main-footer .member {
    margin-top: 7px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0; }
    footer.main-footer .member img {
      width: auto;
      height: 61px; }
    footer.main-footer .member a {
      display: block; }
    @media (min-width: 0px) and (max-width: 1023px) {
      footer.main-footer .member {
        margin-top: 26px; }
        footer.main-footer .member img {
          height: 40px; } }
    @media (min-width: 0px) and (max-width: 767px) {
      footer.main-footer .member {
        margin-top: 0; }
        footer.main-footer .member img {
          height: 50px; } }
  @media (min-width: 0px) and (max-width: 767px) {
    footer.main-footer nav.main-nav {
      display: none; } }

#header_cart {
  position: relative;
  left: 18px;
  top: 0;
  font-size: 28px;
  font-size: 2.8rem; }
  @media (min-width: 0px) and (max-width: 1024px) {
    #header_cart {
      margin-right: 0.2em; } }
  @media (min-width: 0px) and (max-width: 767px) {
    #header_cart {
      position: absolute;
      top: 5px;
      right: 10px;
      left: auto; } }

.c-header-cart {
  display: flex;
  align-items: center; }
  .c-header-cart:hover span {
    color: #ffea35; }
  .c-header-cart.hidden {
    display: none; }
  .c-header-cart span {
    color: #ffffff;
    margin-top: -6px; }
  .c-header-cart div {
    margin-left: 5px;
    color: #ffea35;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.35;
    line-height: 1; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .c-header-cart div {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media (min-width: 0px) and (max-width: 767px) {
      .c-header-cart div {
        margin-left: 0;
        position: absolute;
        left: -15px; } }

.woocommerce-cart .c-header-cart:hover span,
.woocommerce-checkout .c-header-cart:hover span {
  color: #ffea35; }
.woocommerce-cart .c-header-cart span,
.woocommerce-checkout .c-header-cart span {
  color: #ffea35; }
.woocommerce-cart .c-header-cart div,
.woocommerce-checkout .c-header-cart div {
  color: #ffffff; }

.filter-bar li a {
  display: block;
  color: #ffffff; }
  .filter-bar li a.my-account {
    font-weight: normal;
    text-transform: lowercase;
    font-size: 14px;
    border: 1px solid #fffe;
    padding: 0.3em 1em; }
    .filter-bar li a.my-account:hover {
      border-color: #ffea35; }
.filter-bar li.active a {
  color: #ffea35; }

.block-list.shop {
  position: relative;
  background-color: #151515 !important;
  border-bottom: 2px solid #fff; }
  .block-list.shop article {
    overflow: hidden;
    position: relative; }
  .block-list.shop .image-scaler {
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 95%; }
  .block-list.shop li {
    background-color: #151515;
    border: 0; }
  .block-list.shop a {
    position: relative; }
    .block-list.shop a .info .authors {
      padding-bottom: 0.5em;
      display: block; }
  .block-list.shop .title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(21, 21, 21, 0.4) 0%, rgba(0, 0, 0, 0) 100%); }
  .block-list.shop .price {
    display: block;
    color: #ffffff;
    font-weight: bold;
    margin-top: 0.2em;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.35; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .block-list.shop .price {
        font-size: 20px;
        font-size: 2rem; } }
    @media (min-width: 0px) and (max-width: 800px) {
      .block-list.shop .price {
        font-size: 18px;
        font-size: 1.8rem; } }

.c-product-media {
  background-color: #000000;
  width: 100%;
  min-height: 300px;
  height: 50vh;
  position: relative; }
  .c-product-media::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 40%;
    width: 100%;
    pointer-events: none;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODI4MjgiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(40, 40, 40, 0)), color-stop(100%, rgba(40, 40, 40, 0.8)));
    background-image: -moz-linear-gradient(rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.8));
    background-image: -webkit-linear-gradient(rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.8));
    background-image: linear-gradient(rgba(40, 40, 40, 0), rgba(40, 40, 40, 0.8)); }
  @media (min-width: 0px) and (max-width: 767px) {
    .c-product-media {
      height: 300px; } }
  .c-product-media .swiper-container {
    height: 100%; }
  .c-product-media .text-container {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ffffff;
    font-weight: 700;
    width: 33.33333%;
    width: calc(100% / 3);
    z-index: 5;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.29; }
    @media (min-width: 0px) and (max-width: 500px) {
      .c-product-media .text-container {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media (min-width: 0px) and (max-width: 800px) {
      .c-product-media .text-container {
        width: 50%;
        width: calc(100% / 2); } }
    @media (min-width: 0px) and (max-width: 767px) {
      .c-product-media .text-container {
        width: 100%;
        font-weight: 400; } }
    .c-product-media .text-container .text-container__inner {
      padding: 30px; }
      @media (min-width: 0px) and (max-width: 500px) {
        .c-product-media .text-container .text-container__inner {
          padding: 10px 20px; } }
  .c-product-media a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    height: 100%; }
    .c-product-media a span {
      position: absolute;
      font-size: 60px;
      top: 50%;
      transform: translateY(-50%); }
  .c-product-media img {
    width: 85%;
    height: 85%;
    object-fit: contain;
    object-position: center; }

.product .summary {
  padding: 30px 60px;
  margin: 0 !important;
  float: none !important;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap; }
  .product .summary .c-product-content-left,
  .product .summary .c-product-content-right {
    width: 50%;
    padding: 0 30px; }
  .product .summary .product_title {
    margin-bottom: 0.2em;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.17; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .product .summary .product_title {
        font-size: 42px;
        font-size: 4.2rem; } }
    @media (min-width: 0px) and (max-width: 800px) {
      .product .summary .product_title {
        font-size: 36px;
        font-size: 3.6rem; } }
    @media (min-width: 0px) and (max-width: 767px) {
      .product .summary .product_title {
        font-size: 30px;
        font-size: 3rem; } }
    @media (min-width: 0px) and (max-width: 500px) {
      .product .summary .product_title {
        font-size: 24px;
        font-size: 2.4rem; } }
  .product .summary h2 {
    margin: 0 0 0.2em; }
  .product .summary h3 {
    font-weight: normal; }
  .product .summary .quantity,
  .product .summary .reset_variations {
    display: none !important; }
  .product .summary .price {
    margin: 0 0 1em;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.35; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .product .summary .price {
        font-size: 20px;
        font-size: 2rem; } }
    @media (min-width: 0px) and (max-width: 800px) {
      .product .summary .price {
        font-size: 18px;
        font-size: 1.8rem; } }
  .product .summary .woocommerce-variation-price {
    margin-bottom: 1em; }
  .product .summary table.variations {
    margin-top: 2em; }
    .product .summary table.variations tr {
      display: flex;
      flex-wrap: wrap; }
      .product .summary table.variations tr td.label {
        width: 100%; }
  @media (min-width: 0px) and (max-width: 767px) {
    .product .summary {
      display: block;
      padding: 30px; }
      .product .summary .c-product-content-left,
      .product .summary .c-product-content-right {
        width: 100%;
        padding: 0; } }
.product .c-share {
  margin-left: 18px;
  font-size: 40px;
  font-size: 4rem; }
  @media (min-width: 0px) and (max-width: 767px) {
    .product .c-share {
      margin-left: -12px;
      margin-top: 20px; } }
.product.product-type-variable p.price {
  display: none; }

.woocommerce ul.products li.product a img {
  height: 400px;
  object-fit: contain; }

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  padding: 0; }

.woocommerce span.onsale {
  display: none; }

.woocommerce ul.products li.product .price {
  color: #000000; }

.c-product-custom-data {
  margin: 1em 0; }
  .c-product-custom-data span::after {
    content: " | "; }
  .c-product-custom-data span:last-child::after {
    display: none; }
  @media (min-width: 0px) and (max-width: 767px) {
    .c-product-custom-data {
      font-size: 90%;
      font-weight: bold; } }

.c-prod-data {
  background-color: #aaaaaa;
  color: #000000;
  display: flex;
  padding: 0 60px 10px; }
  @media (min-width: 0px) and (max-width: 767px) {
    .c-prod-data {
      display: block;
      padding-left: 0;
      padding-right: 0; } }
  .c-prod-data__left, .c-prod-data__right {
    padding: 30px;
    width: 50%; }
    @media (min-width: 0px) and (max-width: 767px) {
      .c-prod-data__left, .c-prod-data__right {
        width: 100%; } }
  .c-prod-data__row {
    display: flex;
    margin-bottom: 0.5em; }
    .c-prod-data__row span {
      margin-right: 20px;
      flex: 0 0 30%; }
      @media (min-width: 0px) and (max-width: 767px) {
        .c-prod-data__row span {
          flex: 0 0 40%;
          font-size: 14px;
          font-size: 1.4rem; } }
  .c-prod-data__wide {
    margin: 1em 0;
    display: block; }
  .c-prod-data ul.accordion li {
    border-color: #000000; }

.c-product-reviews blockquote p {
  font-style: italic;
  font-weight: normal;
  padding: 0.5em 1em 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.35; }
  @media (min-width: 0px) and (max-width: 1024px) {
    .c-product-reviews blockquote p {
      font-size: 16px;
      font-size: 1.6rem; } }

.woocommerce .related.products,
.woocommerce .upsells.products,
.cross-sells {
  padding: 0 50px;
  margin-bottom: 50px; }
  @media (min-width: 0px) and (max-width: 767px) {
    .woocommerce .related.products,
    .woocommerce .upsells.products,
    .cross-sells {
      padding: 0 30px; } }
  .woocommerce .related.products .products,
  .woocommerce .upsells.products .products,
  .cross-sells .products {
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
  .woocommerce .related.products .product,
  .woocommerce .upsells.products .product,
  .cross-sells .product {
    display: flex;
    flex-direction: column;
    float: none !important;
    width: 25%;
    padding: 0 10px;
    margin: 0 0 50px; }
    @media (min-width: 0px) and (max-width: 767px) {
      .woocommerce .related.products .product,
      .woocommerce .upsells.products .product,
      .cross-sells .product {
        padding: 0 5px;
        width: 50% !important; }
        .woocommerce .related.products .product .button,
        .woocommerce .upsells.products .product .button,
        .cross-sells .product .button {
          font-size: 15px;
          font-size: 1.5rem; } }
    .woocommerce .related.products .product .button,
    .woocommerce .upsells.products .product .button,
    .cross-sells .product .button {
      margin-top: auto;
      text-align: center; }
  .woocommerce .related.products ul.products li.product a,
  .woocommerce .upsells.products ul.products li.product a,
  .cross-sells ul.products li.product a {
    display: block; }
    .woocommerce .related.products ul.products li.product a img,
    .woocommerce .upsells.products ul.products li.product a img,
    .cross-sells ul.products li.product a img {
      height: 340px; }
      @media (min-width: 0px) and (max-width: 767px) {
        .woocommerce .related.products ul.products li.product a img,
        .woocommerce .upsells.products ul.products li.product a img,
        .cross-sells ul.products li.product a img {
          height: 150px; } }

.cross-sells {
  padding: 0; }
  .cross-sells ul.products li.product a img {
    height: 150px; }
  .cross-sells .product .button {
    background-color: #aaaaaa;
    color: #ffffff; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #000000; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border: none;
  border-bottom: 4px solid #ffea35;
  background-color: #aaaaaa;
  color: #ffffff;
  margin: 0; }
  .woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    color: #ffffff;
    font-weight: bold;
    margin-left: 0.5em; }
    .woocommerce-error a:hover, .woocommerce-info a:hover, .woocommerce-message a:hover {
      color: #ffea35; }
  .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    color: #ffea35; }

.woocommerce-message {
  display: flex;
  align-items: center;
  padding: 1em; }
  .woocommerce-message .button {
    float: none;
    order: 3;
    margin-left: auto !important;
    flex-shrink: 0; }
  .woocommerce-message::before {
    position: static;
    margin-right: 1em;
    color: #ffea35; }
  @media (min-width: 0px) and (max-width: 767px) {
    .woocommerce-message {
      flex-wrap: wrap;
      padding-left: 3em; }
      .woocommerce-message .button {
        margin-top: 1em !important;
        margin-left: 0 !important; }
      .woocommerce-message::before {
        position: absolute;
        left: 1em; } }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #ffea35;
  color: #000000;
  border-radius: 0; }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
  .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #ffea35;
    color: #000000; }
  .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit.disabled:hover, .woocommerce a.button.disabled, .woocommerce a.button.disabled:hover, .woocommerce button.button.disabled, .woocommerce button.button.disabled:hover, .woocommerce input.button.disabled, .woocommerce input.button.disabled:hover,
  .woocommerce #respond input#submit.alt.disabled,
  .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover {
    background-color: #aaaaaa;
    color: #ffffff; }

.woocommerce table.shop_table,
.woocommerce-checkout,
.woocommerce-EditAccountForm,
.woocommerce-MyAccount-content form,
.woocommerce-form {
  border-radius: 0; }
  .woocommerce table.shop_table button,
  .woocommerce-checkout button,
  .woocommerce-EditAccountForm button,
  .woocommerce-MyAccount-content form button,
  .woocommerce-form button {
    height: 40px; }
  .woocommerce table.shop_table textarea,
  .woocommerce table.shop_table input,
  .woocommerce-checkout textarea,
  .woocommerce-checkout input,
  .woocommerce-EditAccountForm textarea,
  .woocommerce-EditAccountForm input,
  .woocommerce-MyAccount-content form textarea,
  .woocommerce-MyAccount-content form input,
  .woocommerce-form textarea,
  .woocommerce-form input {
    border: 1px solid #000000;
    padding: 6px 6px 5px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.35; }
    @media (min-width: 0px) and (max-width: 1024px) {
      .woocommerce table.shop_table textarea,
      .woocommerce table.shop_table input,
      .woocommerce-checkout textarea,
      .woocommerce-checkout input,
      .woocommerce-EditAccountForm textarea,
      .woocommerce-EditAccountForm input,
      .woocommerce-MyAccount-content form textarea,
      .woocommerce-MyAccount-content form input,
      .woocommerce-form textarea,
      .woocommerce-form input {
        font-size: 16px;
        font-size: 1.6rem; } }
    .woocommerce table.shop_table textarea::placeholder,
    .woocommerce table.shop_table input::placeholder,
    .woocommerce-checkout textarea::placeholder,
    .woocommerce-checkout input::placeholder,
    .woocommerce-EditAccountForm textarea::placeholder,
    .woocommerce-EditAccountForm input::placeholder,
    .woocommerce-MyAccount-content form textarea::placeholder,
    .woocommerce-MyAccount-content form input::placeholder,
    .woocommerce-form textarea::placeholder,
    .woocommerce-form input::placeholder {
      color: #aaaaaa;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.35; }
      @media (min-width: 0px) and (max-width: 1024px) {
        .woocommerce table.shop_table textarea::placeholder,
        .woocommerce table.shop_table input::placeholder,
        .woocommerce-checkout textarea::placeholder,
        .woocommerce-checkout input::placeholder,
        .woocommerce-EditAccountForm textarea::placeholder,
        .woocommerce-EditAccountForm input::placeholder,
        .woocommerce-MyAccount-content form textarea::placeholder,
        .woocommerce-MyAccount-content form input::placeholder,
        .woocommerce-form textarea::placeholder,
        .woocommerce-form input::placeholder {
          font-size: 16px;
          font-size: 1.6rem; } }
  .woocommerce table.shop_table textarea,
  .woocommerce-checkout textarea,
  .woocommerce-EditAccountForm textarea,
  .woocommerce-MyAccount-content form textarea,
  .woocommerce-form textarea {
    min-height: 200px; }
  .woocommerce table.shop_table label,
  .woocommerce-checkout label,
  .woocommerce-EditAccountForm label,
  .woocommerce-MyAccount-content form label,
  .woocommerce-form label {
    color: #aaaaaa;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.29; }
    @media (min-width: 0px) and (max-width: 500px) {
      .woocommerce table.shop_table label,
      .woocommerce-checkout label,
      .woocommerce-EditAccountForm label,
      .woocommerce-MyAccount-content form label,
      .woocommerce-form label {
        font-size: 12px;
        font-size: 1.2rem; } }

.woocommerce-form-login p:nth-child(3) {
  display: flex;
  align-items: center; }
  .woocommerce-form-login p:nth-child(3) label {
    order: 2; }

.woocommerce .woocommerce-cart-form table.cart td.actions .coupon input {
  min-width: 153px; }
  @media (min-width: 0px) and (max-width: 767px) {
    .woocommerce .woocommerce-cart-form table.cart td.actions .coupon input {
      min-width: 100%;
      margin-bottom: 0.5em;
      float: none; } }
@media (min-width: 0px) and (max-width: 767px) {
  .woocommerce .woocommerce-cart-form table.cart td.actions .coupon button {
    width: 100%;
    float: none; } }

.woocommerce a.remove {
  line-height: 0.8em; }

.woocommerce .product-thumbnail a {
  display: block;
  line-height: 0; }

.woocommerce-shipping-calculator input[type="text"] {
  padding: 6px 6px 5px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.35; }
  @media (min-width: 0px) and (max-width: 1024px) {
    .woocommerce-shipping-calculator input[type="text"] {
      font-size: 16px;
      font-size: 1.6rem; } }

.woocommerce-checkout,
#order_review_heading {
  margin-top: 30px; }

.woocommerce .woocommerce-NoticeGroup-checkout {
  margin-bottom: 30px; }

#ship-to-different-address label {
  display: flex;
  align-items: center; }
#ship-to-different-address input {
  margin-right: 1em; }

.woocommerce-form__label-for-checkbox span {
  color: #000000;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.35; }
  @media (min-width: 0px) and (max-width: 1024px) {
    .woocommerce-form__label-for-checkbox span {
      font-size: 16px;
      font-size: 1.6rem; } }

.woocommerce form {
  border-radius: 0 !important; }
  .woocommerce form input[type="checkbox"] {
    min-height: 0; }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background-color: #aaaaaa;
  border-radius: 0; }
  #add_payment_method #payment label, .woocommerce-cart #payment label, .woocommerce-checkout #payment label {
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.35; }
    @media (min-width: 0px) and (max-width: 1024px) {
      #add_payment_method #payment label, .woocommerce-cart #payment label, .woocommerce-checkout #payment label {
        font-size: 16px;
        font-size: 1.6rem; } }
    #add_payment_method #payment label:hover, .woocommerce-cart #payment label:hover, .woocommerce-checkout #payment label:hover {
      color: #ffea35; }
  #add_payment_method #payment li, .woocommerce-cart #payment li, .woocommerce-checkout #payment li {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    #add_payment_method #payment li div, .woocommerce-cart #payment li div, .woocommerce-checkout #payment li div {
      width: 100%; }

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  margin-top: 0; }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  height: auto; }

.woocommerce form.checkout_coupon {
  margin: 0;
  border-top: none; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: inherit; }

.woocommerce form .form-row-first {
  width: 40%; }

.woocommerce form .form-row-last {
  width: 60%; }

.woocommerce-thankyou-order-received {
  background-color: #ffea35;
  padding: 0.2em 1em;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.35; }
  @media (min-width: 0px) and (max-width: 1024px) {
    .woocommerce-thankyou-order-received {
      font-size: 20px;
      font-size: 2rem; } }
  @media (min-width: 0px) and (max-width: 800px) {
    .woocommerce-thankyou-order-received {
      font-size: 18px;
      font-size: 1.8rem; } }

.woocommerce .woocommerce-customer-details address {
  border-radius: 0; }

.woocommerce-MyAccount-navigation {
  background-color: #aaaaaa; }
  .woocommerce-MyAccount-navigation a {
    color: #ffffff;
    font-weight: bold;
    padding: 0.5em 0;
    display: block; }
    .woocommerce-MyAccount-navigation a:hover {
      color: #ffea35; }
  .woocommerce-MyAccount-navigation li {
    list-style: none; }
    .woocommerce-MyAccount-navigation li.is-active a {
      color: #ffea35; }

/*------------------------------------*\
:    Shame (Fix Later)
\*------------------------------------*/
