@charset "UTF-8";
/*********************************************************



# Main SCSS Collection 



**********************************************************/
/******************************** 

Vendor / Framework :

*********************************/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import '../vendor/jquery.simplelightbox/simple-lightbox.min.css';
@import '../vendor/datepicker/datepicker.min.css';
@import '../vendor/pace/pace-theme-default.min.css';
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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-box-sizing: border-box;
          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
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
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;
}

/******************************** 

Vendor:

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

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

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/******************************** 

01 Config :

*********************************/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?qew3bn");
  src: url("../fonts/icomoon/icomoon.eot?qew3bn#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?qew3bn") format("truetype"), url("../fonts/icomoon/icomoon.woff?qew3bn") format("woff"), url("../fonts/icomoon/icomoon.svg?qew3bn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/****************************

	# Colors

*****************************/
/****************************

	# URLs

*****************************/
/****************************

	# Font Stacks

*****************************/
/****************************

	# Images

*****************************/
/* Clearfix */
/* This stylesheet generated by Transfonter (http://transfonter.org) on April 21, 2016 10:27 AM */
@font-face {
  font-family: "Caleigh";
  src: url("../fonts/caleigh/hinted-Caleigh.eot");
  src: local("Caleigh"), url("../fonts/caleigh/hinted-Caleigh.eot?#iefix") format("embedded-opentype"), url("../fonts/caleigh/hinted-Caleigh.woff2") format("woff2"), url("../fonts/caleigh/hinted-Caleigh.woff") format("woff"), url("../fonts/caleigh/hinted-Caleigh.ttf") format("truetype"), url("../fonts/caleigh/hinted-Caleigh.svg#Caleigh") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* epilogue-200 - latin */
@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/epilogue/epilogue-v13-latin-200.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/epilogue/epilogue-v13-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/epilogue/epilogue-v13-latin-200.woff2") format("woff2"), url("../fonts/epilogue/epilogue-v13-latin-200.woff") format("woff"), url("../fonts/epilogue/epilogue-v13-latin-200.ttf") format("truetype"), url("../fonts/epilogue/epilogue-v13-latin-200.svg#Epilogue") format("svg"); /* Legacy iOS */
}
/* epilogue-300 - latin */
@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/epilogue/epilogue-v13-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/epilogue/epilogue-v13-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/epilogue/epilogue-v13-latin-300.woff2") format("woff2"), url("../fonts/epilogue/epilogue-v13-latin-300.woff") format("woff"), url("../fonts/epilogue/epilogue-v13-latin-300.ttf") format("truetype"), url("../fonts/epilogue/epilogue-v13-latin-300.svg#Epilogue") format("svg"); /* Legacy iOS */
}
/* epilogue-regular - latin */
@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/epilogue/epilogue-v13-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/epilogue/epilogue-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/epilogue/epilogue-v13-latin-regular.woff2") format("woff2"), url("../fonts/epilogue/epilogue-v13-latin-regular.woff") format("woff"), url("../fonts/epilogue/epilogue-v13-latin-regular.ttf") format("truetype"), url("../fonts/epilogue/epilogue-v13-latin-regular.svg#Epilogue") format("svg"); /* Legacy iOS */
}
/* epilogue-500 - latin */
@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/epilogue/epilogue-v13-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/epilogue/epilogue-v13-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/epilogue/epilogue-v13-latin-500.woff2") format("woff2"), url("../fonts/epilogue/epilogue-v13-latin-500.woff") format("woff"), url("../fonts/epilogue/epilogue-v13-latin-500.ttf") format("truetype"), url("../fonts/epilogue/epilogue-v13-latin-500.svg#Epilogue") format("svg"); /* Legacy iOS */
}
/* epilogue-600 - latin */
@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/epilogue/epilogue-v13-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/epilogue/epilogue-v13-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/epilogue/epilogue-v13-latin-600.woff2") format("woff2"), url("../fonts/epilogue/epilogue-v13-latin-600.woff") format("woff"), url("../fonts/epilogue/epilogue-v13-latin-600.ttf") format("truetype"), url("../fonts/epilogue/epilogue-v13-latin-600.svg#Epilogue") format("svg"); /* Legacy iOS */
}
/* epilogue-700 - latin */
@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/epilogue/epilogue-v13-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/epilogue/epilogue-v13-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/epilogue/epilogue-v13-latin-700.woff2") format("woff2"), url("../fonts/epilogue/epilogue-v13-latin-700.woff") format("woff"), url("../fonts/epilogue/epilogue-v13-latin-700.ttf") format("truetype"), url("../fonts/epilogue/epilogue-v13-latin-700.svg#Epilogue") format("svg"); /* Legacy iOS */
}
/* epilogue-800 - latin */
@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/epilogue/epilogue-v13-latin-800.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/epilogue/epilogue-v13-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/epilogue/epilogue-v13-latin-800.woff2") format("woff2"), url("../fonts/epilogue/epilogue-v13-latin-800.woff") format("woff"), url("../fonts/epilogue/epilogue-v13-latin-800.ttf") format("truetype"), url("../fonts/epilogue/epilogue-v13-latin-800.svg#Epilogue") format("svg"); /* Legacy iOS */
}
/* epilogue-900 - latin */
@font-face {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/epilogue/epilogue-v13-latin-900.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/epilogue/epilogue-v13-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/epilogue/epilogue-v13-latin-900.woff2") format("woff2"), url("../fonts/epilogue/epilogue-v13-latin-900.woff") format("woff"), url("../fonts/epilogue/epilogue-v13-latin-900.ttf") format("truetype"), url("../fonts/epilogue/epilogue-v13-latin-900.svg#Epilogue") format("svg"); /* Legacy iOS */
}
/* epilogue-200italic - latin */
@font-face {
  font-family: "Epilogue";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/epilogue/epilogue-v13-latin-200italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/epilogue/epilogue-v13-latin-200italic.eot?#iefix") format("embedded-opentype"), url("../fonts/epilogue/epilogue-v13-latin-200italic.woff2") format("woff2"), url("../fonts/epilogue/epilogue-v13-latin-200italic.woff") format("woff"), url("../fonts/epilogue/epilogue-v13-latin-200italic.ttf") format("truetype"), url("../fonts/epilogue/epilogue-v13-latin-200italic.svg#Epilogue") format("svg"); /* Legacy iOS */
}
/* epilogue-300italic - latin */
@font-face {
  font-family: "Epilogue";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/epilogue/epilogue-v13-latin-300italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/epilogue/epilogue-v13-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/epilogue/epilogue-v13-latin-300italic.woff2") format("woff2"), url("../fonts/epilogue/epilogue-v13-latin-300italic.woff") format("woff"), url("../fonts/epilogue/epilogue-v13-latin-300italic.ttf") format("truetype"), url("../fonts/epilogue/epilogue-v13-latin-300italic.svg#Epilogue") format("svg"); /* Legacy iOS */
}
/* epilogue-italic - latin */
@font-face {
  font-family: "Epilogue";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/epilogue/epilogue-v13-latin-italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/epilogue/epilogue-v13-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/epilogue/epilogue-v13-latin-italic.woff2") format("woff2"), url("../fonts/epilogue/epilogue-v13-latin-italic.woff") format("woff"), url("../fonts/epilogue/epilogue-v13-latin-italic.ttf") format("truetype"), url("../fonts/epilogue/epilogue-v13-latin-italic.svg#Epilogue") format("svg"); /* Legacy iOS */
}
/* epilogue-500italic - latin */
@font-face {
  font-family: "Epilogue";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/epilogue/epilogue-v13-latin-500italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/epilogue/epilogue-v13-latin-500italic.eot?#iefix") format("embedded-opentype"), url("../fonts/epilogue/epilogue-v13-latin-500italic.woff2") format("woff2"), url("../fonts/epilogue/epilogue-v13-latin-500italic.woff") format("woff"), url("../fonts/epilogue/epilogue-v13-latin-500italic.ttf") format("truetype"), url("../fonts/epilogue/epilogue-v13-latin-500italic.svg#Epilogue") format("svg"); /* Legacy iOS */
}
/* epilogue-600italic - latin */
@font-face {
  font-family: "Epilogue";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/epilogue/epilogue-v13-latin-600italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/epilogue/epilogue-v13-latin-600italic.eot?#iefix") format("embedded-opentype"), url("../fonts/epilogue/epilogue-v13-latin-600italic.woff2") format("woff2"), url("../fonts/epilogue/epilogue-v13-latin-600italic.woff") format("woff"), url("../fonts/epilogue/epilogue-v13-latin-600italic.ttf") format("truetype"), url("../fonts/epilogue/epilogue-v13-latin-600italic.svg#Epilogue") format("svg"); /* Legacy iOS */
}
/* epilogue-700italic - latin */
@font-face {
  font-family: "Epilogue";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/epilogue/epilogue-v13-latin-700italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/epilogue/epilogue-v13-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/epilogue/epilogue-v13-latin-700italic.woff2") format("woff2"), url("../fonts/epilogue/epilogue-v13-latin-700italic.woff") format("woff"), url("../fonts/epilogue/epilogue-v13-latin-700italic.ttf") format("truetype"), url("../fonts/epilogue/epilogue-v13-latin-700italic.svg#Epilogue") format("svg"); /* Legacy iOS */
}
/* epilogue-800italic - latin */
@font-face {
  font-family: "Epilogue";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/epilogue/epilogue-v13-latin-800italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/epilogue/epilogue-v13-latin-800italic.eot?#iefix") format("embedded-opentype"), url("../fonts/epilogue/epilogue-v13-latin-800italic.woff2") format("woff2"), url("../fonts/epilogue/epilogue-v13-latin-800italic.woff") format("woff"), url("../fonts/epilogue/epilogue-v13-latin-800italic.ttf") format("truetype"), url("../fonts/epilogue/epilogue-v13-latin-800italic.svg#Epilogue") format("svg"); /* Legacy iOS */
}
/* epilogue-900italic - latin */
@font-face {
  font-family: "Epilogue";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/epilogue/epilogue-v13-latin-900italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/epilogue/epilogue-v13-latin-900italic.eot?#iefix") format("embedded-opentype"), url("../fonts/epilogue/epilogue-v13-latin-900italic.woff2") format("woff2"), url("../fonts/epilogue/epilogue-v13-latin-900italic.woff") format("woff"), url("../fonts/epilogue/epilogue-v13-latin-900italic.ttf") format("truetype"), url("../fonts/epilogue/epilogue-v13-latin-900italic.svg#Epilogue") format("svg"); /* Legacy iOS */
}
/******************************** 

02 Logic : (Mixins)

*********************************/
/* Media Query, based on Breakpoints in variables.scss  */
/* Set a rem font size with pixel fallback */
/* Cross browser opacity */
/* Block Center */
/* Box Shadow */
/* Border-radius */
/* Gradient */
/* Layout */
/* Overlay */
/* Ornament (Strich) */
/* Circle */
/******************************** 

03 Motion  : 

*********************************/
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loadingbar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes loadingbar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes shake {
  0%, 50%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(0, 2px, 0) rotate(0deg);
            transform: translate3d(0, 2px, 0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes shake {
  0%, 50%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(0, 2px, 0) rotate(0deg);
            transform: translate3d(0, 2px, 0) rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes jump {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -4px);
            transform: translate(0, -4px);
  }
}
@keyframes jump {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -4px);
            transform: translate(0, -4px);
  }
}
@-webkit-keyframes width-grow {
  0% {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes width-grow {
  0% {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoominOnce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes zoominOnce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
/*animations*/
.animated {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
      transform: translateX(400px);
}

/**********
* Clip In *
**********/
@-webkit-keyframes clipInLeft {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0% 0, 0% 101%, 0 101%);
            clip-path: polygon(0 0, 0% 0, 0% 101%, 0 101%);
  }
  100% {
    opacity: 1;
    display: block;
    -webkit-clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
            clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  }
}
@keyframes clipInLeft {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0% 0, 0% 101%, 0 101%);
            clip-path: polygon(0 0, 0% 0, 0% 101%, 0 101%);
  }
  100% {
    opacity: 1;
    display: block;
    -webkit-clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
            clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  }
}
.clipInLeft {
  opacity: 0;
}

.clipInLeft.go {
  -webkit-animation-name: clipInLeft;
          animation-name: clipInLeft;
}

/**********
* Clip In Top *
**********/
@-webkit-keyframes clipInTop {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 101% 0, 101% 0%, 0 0%);
            clip-path: polygon(0 0, 101% 0, 101% 0%, 0 0%);
  }
  100% {
    opacity: 1;
    display: block;
    -webkit-clip-path: polygon(0 0, 101% 0, 100% 101%, 0 101%);
            clip-path: polygon(0 0, 101% 0, 100% 101%, 0 101%);
  }
}
@keyframes clipInTop {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 101% 0, 101% 0%, 0 0%);
            clip-path: polygon(0 0, 101% 0, 101% 0%, 0 0%);
  }
  100% {
    opacity: 1;
    display: block;
    -webkit-clip-path: polygon(0 0, 101% 0, 100% 101%, 0 101%);
            clip-path: polygon(0 0, 101% 0, 100% 101%, 0 101%);
  }
}
.clipInTop {
  opacity: 0;
}

.clipInTop.go {
  -webkit-animation-name: clipInTop;
          animation-name: clipInTop;
}

/**********
* Circle In *
**********/
@-webkit-keyframes circleIn {
  0% {
    opacity: 0;
    -webkit-clip-path: circle(0);
            clip-path: circle(0);
  }
  100% {
    opacity: 1;
    display: block;
    -webkit-clip-path: circle(100%);
            clip-path: circle(100%);
  }
}
@keyframes circleIn {
  0% {
    opacity: 0;
    -webkit-clip-path: circle(0);
            clip-path: circle(0);
  }
  100% {
    opacity: 1;
    display: block;
    -webkit-clip-path: circle(100%);
            clip-path: circle(100%);
  }
}
.circleIn {
  opacity: 0;
}

.circleIn.go {
  -webkit-animation-name: circleIn;
          animation-name: circleIn;
}

/**********
* Fade In *
**********/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.fadeIn {
  opacity: 0;
}

.fadeIn.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*************
* FadeInLeft *
*************/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
            transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
      transform: translateX(-400px);
}

.fadeInLeft.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/*************
* FadeInRight *
*************/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
            transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
      transform: translateX(400px);
}

.fadeInRight.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/*************
* FadeInUp *
*************/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(400px);
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(400px);
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  -ms-transform: translateY(400px);
      transform: translateY(400px);
}

.fadeInUp.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*************
* FadeInDown *
*************/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-400px);
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-400px);
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  -ms-transform: translateY(-400px);
      transform: translateY(-400px);
}

.fadeInDown.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*****************
* Out animations *
*****************/
/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut.go {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
}
.fadeOutUp.go {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
}
.fadeOutDown.go {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
}
.fadeOutLeft.go {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
}
.fadeOutRight.go {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

/*****************
* Short Animations
*******************/
/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
      transform: translateY(15px);
}

.fadeInUpShort.go {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}

/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDownShort {
  opacity: 0;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
      transform: translateY(-15px);
}

.fadeInDownShort.go {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort;
  -moz-animation-name: fadeInDownShort;
}

/*********************
* fadeInRightShort 
*********************/
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
      transform: translateX(15px);
}

.fadeInRightShort.go {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort;
}

/*********************
* fadeInLeftShort 
*********************/
@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
      transform: translateX(-15px);
}

.fadeInLeftShort.go {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort;
}

/*animations*/
/*animations*/
.animation-delay-50 {
  -webkit-animation-delay: 0.05s !important;
          animation-delay: 0.05s !important;
}

.animation-delay-100 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

.animation-delay-150 {
  -webkit-animation-delay: 0.15s !important;
          animation-delay: 0.15s !important;
}

.animation-delay-200 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.animation-delay-250 {
  -webkit-animation-delay: 0.25s !important;
          animation-delay: 0.25s !important;
}

.animation-delay-300 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.animation-delay-350 {
  -webkit-animation-delay: 0.35s !important;
          animation-delay: 0.35s !important;
}

.animation-delay-400 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.animation-delay-450 {
  -webkit-animation-delay: 0.45s !important;
          animation-delay: 0.45s !important;
}

.animation-delay-500 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.animation-delay-550 {
  -webkit-animation-delay: 0.55s !important;
          animation-delay: 0.55s !important;
}

.animation-delay-600 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.animation-delay-650 {
  -webkit-animation-delay: 0.65s !important;
          animation-delay: 0.65s !important;
}

.animation-delay-700 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.animation-delay-750 {
  -webkit-animation-delay: 0.75s !important;
          animation-delay: 0.75s !important;
}

.animation-delay-900 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.animation-delay-1000 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.animation-delay-1250 {
  -webkit-animation-delay: 1.25s !important;
          animation-delay: 1.25s !important;
}

.animation-delay-1500 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.animation-delay-1750 {
  -webkit-animation-delay: 1.75s !important;
          animation-delay: 1.75s !important;
}

.animation-delay-2000 {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

.animation-delay-2250 {
  -webkit-animation-delay: 2.25s !important;
          animation-delay: 2.25s !important;
}

.animation-delay-2500 {
  -webkit-animation-delay: 2.5s !important;
          animation-delay: 2.5s !important;
}

.animation-delay-2750 {
  -webkit-animation-delay: 2.75s !important;
          animation-delay: 2.75s !important;
}

.animation-delay-3000 {
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important;
}

.animation-delay-3250 {
  -webkit-animation-delay: 3.25s !important;
          animation-delay: 3.25s !important;
}

.animation-delay-3500 {
  -webkit-animation-delay: 3.5s !important;
          animation-delay: 3.5s !important;
}

.animation-delay-3750 {
  -webkit-animation-delay: 3.75s !important;
          animation-delay: 3.75s !important;
}

.animation-delay-4000 {
  -webkit-animation-delay: 4s !important;
          animation-delay: 4s !important;
}

/******************************** 

04 Base  : 

*********************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  background-color: #ffffff;
  color: #716565;
}

html {
  font-size: 100%;
  position: relative;
}

body {
  padding: 0;
  height: auto;
  position: relative;
  background-color: #F6F3F1;
}
#page.site {
  max-width: 1700px;
  margin: 0 auto;
  background-color: #ffffff;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}
@media screen and (min-width: 46.25em) {
  #wrapper {
    margin: 0px auto;
  }
}
@media screen and (min-width: 81.25em) {
  #wrapper {
    margin: 0 auto;
  }
}
@media screen and (min-width: 100em) {
  #wrapper {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 131.25em) {
  #wrapper {
    width: 100%;
    max-width: 2800px;
  }
}

.inside,
.mod_article,
.post-single,
.inside-large > .inside,
.inside-large > *,
.inside-hd > .inside,
.inside-hd > *,
.inside-wide > .inside,
.inside-wide > * {
  width: 100%;
  width: calc(100% - 10vw);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /*.container,
  #container,
  .inside {
      width:100%;
      max-width: none;
  }*/
}
@media screen and (min-width: 46.25em) {
  .inside,
  .mod_article,
  .post-single,
  .inside-large > .inside,
  .inside-large > *,
  .inside-hd > .inside,
  .inside-hd > *,
  .inside-wide > .inside,
  .inside-wide > * {
    width: calc(100% - 8vw);
  }
}
@media screen and (min-width: 60em) {
  .inside,
  .mod_article,
  .post-single,
  .inside-large > .inside,
  .inside-large > *,
  .inside-hd > .inside,
  .inside-hd > *,
  .inside-wide > .inside,
  .inside-wide > * {
    width: calc(100% - 10vw);
  }
}
@media screen and (min-width: 81.25em) {
  .inside,
  .mod_article,
  .post-single,
  .inside-large > .inside,
  .inside-large > *,
  .inside-hd > .inside,
  .inside-hd > *,
  .inside-wide > .inside,
  .inside-wide > * {
    width: calc(100% - 12vw);
  }
}
@media screen and (min-width: 100em) {
  .inside,
  .mod_article,
  .post-single,
  .inside-large > .inside,
  .inside-large > *,
  .inside-hd > .inside,
  .inside-hd > *,
  .inside-wide > .inside,
  .inside-wide > * {
    width: calc(100% - 12vw);
  }
}
@media screen and (min-width: 120em) {
  .inside,
  .mod_article,
  .post-single,
  .inside-large > .inside,
  .inside-large > *,
  .inside-hd > .inside,
  .inside-hd > *,
  .inside-wide > .inside,
  .inside-wide > * {
    width: calc(100% - 18vw);
  }
}
@media screen and (min-width: 131.25em) {
  .inside,
  .mod_article,
  .post-single,
  .inside-large > .inside,
  .inside-large > *,
  .inside-hd > .inside,
  .inside-hd > *,
  .inside-wide > .inside,
  .inside-wide > * {
    width: calc(100% - 30vw);
  }
}

.full-width, .fullwidth, .alignfull {
  max-width: 100% !important;
  width: 100% !important;
}

.inside-small > *, .inside-small > .inside {
  width: 100%;
  width: calc(100% - 12vw);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 46.25em) {
  .inside-small > *, .inside-small > .inside {
    width: calc(100% - 14vw);
  }
}
@media screen and (min-width: 60em) {
  .inside-small > *, .inside-small > .inside {
    max-width: 500px !important;
    width: 35% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.inside-medium > *, .inside-medium > .inside {
  width: 100%;
  width: calc(100% - 12vw);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 46.25em) {
  .inside-medium > *, .inside-medium > .inside {
    width: calc(100% - 12vw);
  }
}
@media screen and (min-width: 60em) {
  .inside-medium > *, .inside-medium > .inside {
    max-width: 800px !important;
    width: 60% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 81.25em) {
  .inside-medium > *, .inside-medium > .inside {
    width: 60% !important;
  }
}

.inside-hd {
  overflow: hidden;
  overflow: hidden;
}
.inside-hd > *, .inside-hd > .inside {
  max-width: none !important;
  width: 100% !important;
  max-width: 1920px !important;
}

.inside-fullwidth {
  overflow: hidden;
}
.inside-fullwidth > *, .inside-fullwidth > .inside {
  position: relative;
  max-width: none !important;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-columns {
  margin-bottom: 0;
}

.row .row {
  width: 100%;
}

figure {
  margin: 0;
}

/*
.xlarge-3 {
   @media screen and (min-width: 81.25em) {
      width:25%;
   }
}


.xlarge-4 {
   @media screen and (min-width: 81.25em) {
      width:33.3%;
   }
}

.xxlarge-3 {
   @media screen and (min-width: 100em) {
      width:25%;
   }
}


.xxlarge-4 {
   @media screen and (min-width: 81.25em) {
      width:33.3%;
   }
}

*/
/* --------------------------------------------
   #Helper Classes 
   -------------------------------------------- */
.no-nav .main-navigation, .no-nav .mod_customnav, .no-nav .nav-toggle {
  display: none;
}
.no-nav #logo {
  margin: 0 auto;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative;
}

.max-width {
  max-width: 100%;
}

.full-width {
  width: 100%;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clearleft {
  clear: left !important;
}

.clearright {
  clear: right !important;
}

.show {
  opacity: 1;
}

.invisible, .hidden, .hide {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible !important;
}

.zindexUp {
  z-index: 10;
  position: relative;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.block-center, .margin-center {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 46.1875em) {
  .hide-s {
    display: none !important;
  }
}

@media screen and (min-width: 46.25em) and (max-width: 59.9375em) {
  .hide-m {
    display: none !important;
  }
}

@media screen and (min-width: 60em) and (max-width: 81.1875em) {
  .hide-l {
    display: none !important;
  }
}

@media screen and (min-width: 81.25em) {
  .hide-xl {
    display: none !important;
  }
}

/* --------------------------------------------
   # Fonts 
   -------------------------------------------- */
body {
  font-family: "Epilogue", sans-serif;
  color: #716565;
  font-weight: 300;
  margin-bottom: 5em;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.01rem;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 46.25em) {
  body {
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 60em) {
  body {
    font-size: 1rem;
    line-height: 1.65;
  }
}
@media screen and (min-width: 81.25em) {
  body {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 100em) {
  body {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}

.wf-loading h1,
.wf-loading h2,
.wf-loading p, .wf-loading a {
  visibility: hidden;
}

/* --------------------------------------------
   # Paragraphs
   -------------------------------------------- */
p {
  margin: 0;
  line-height: inherit;
}

b, strong {
  font-weight: 600;
}

::-moz-selection {
  background: #62222B; /* WebKit/Blink Browsers */
  color: #ffffff;
}

::selection {
  background: #62222B; /* WebKit/Blink Browsers */
  color: #ffffff;
}

::-moz-selection {
  background: #62222B; /* Gecko Browsers */
  color: #ffffff;
}

blockquote {
  text-align: center;
  font-family: "Epilogue", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  font-style: italic;
  width: 60%;
  margin: 30px auto;
  z-index: 100;
}
blockquote small {
  clear: both;
  display: inline-block;
}
@media (min-width: lg) {
  blockquote small {
    clear: none;
    display: inline;
  }
}
blockquote:before, blockquote:after {
  font-size: 60px;
  font-weight: 900;
  content: "_";
  display: block;
  clear: both;
  height: 20px;
  line-height: 0;
  text-align: center;
  margin-bottom: 40px;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "{";
  font-family: "Caleigh", serif;
  font-weight: 100;
  position: absolute;
  font-style: normal;
  font-size: 80px;
  left: -35%;
  top: 50%;
  padding: 0px 30px;
  opacity: 0.3;
  z-index: 90;
}
blockquote:after {
  content: "}";
  right: -30%;
  left: auto;
}

/* --------------------------------------------
   # Accent Elements
   -------------------------------------------- */
/*
.banderole {
  position:relative;

  z-index:20;


  &:before {

    @include v-center;
    @include h-center;

    top:-20%;

    content:" ";
    background-image:url(../img/banderole-light.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:100%; 
    z-index:-1;
    width:150px;
    height:75px;
    text-align:center;


     @include breakpoint(medium up) {
      width:180px;
      height:90px;
    }


    @include breakpoint(large up) {
      width:200px;
      height:100px;
    }
  }




  &.dark {


     &:before {


       background-image:url(../img/banderole-dark.png);





    }

  }




}


.banderole+h3 {
  z-index:20;
}

*/
.error {
  color: #D92215 !important;
}

.message {
  border: 4px solid #F6F3F1;
  padding: 5vw;
}

.text-normal {
  text-transform: none !important;
}
.text-normal * {
  text-transform: none !important;
}

.text-left {
  text-align: left !important;
}
.text-left * {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}
.text-right * {
  text-align: right !important;
}

.text-center, .has-text-align-center {
  text-align: center;
}
.text-center *, .has-text-align-center * {
  text-align: center;
}

@media screen and (max-width: 46.1875em) {
  .text-center-s {
    text-align: center !important;
  }
  .text-center-s * {
    text-align: center !important;
  }
}

@media screen and (min-width: 46.25em) and (max-width: 59.9375em) {
  .text-center-m {
    text-align: center !important;
  }
  .text-center-m * {
    text-align: center !important;
  }
}

.text-justify {
  text-align: justify;
}
.text-justify * {
  text-align: justify;
}

.text-uppercase {
  text-transform: uppercase;
}
.text-uppercase * {
  text-transform: uppercase;
}

.max-text-width {
  /*@include breakpoint(xlarge up) {
  max-width:700px;
  }*/
}
@media screen and (min-width: 81.25em) {
  .max-text-width > * {
    max-width: 560px;
  }
}

.width-auto {
  display: inline-block;
  width: auto !important;
}

.letter-spacing {
  letter-spacing: 0.1rem;
}
.letter-spacing * {
  letter-spacing: 0.1rem;
}

.font-main {
  font-family: "proxima-nova", sans-serif !important;
}

.font-accent {
  font-family: "Epilogue", sans-serif !important;
}

.script {
  font-family: "Caleigh", serif;
  letter-spacing: 0;
  text-align: center;
  color: #D92215;
  text-transform: none;
  font-weight: 100;
  letter-spacing: 0 !important;
  font-style: normal !important;
  margin: 0;
  font-size: 4.5rem;
  line-height: 1 !important;
}
@media screen and (min-width: 46.25em) {
  .script {
    font-size: 5.3rem !important;
  }
}
@media screen and (min-width: 60em) {
  .script {
    font-size: 5.5rem !important;
  }
}
@media screen and (min-width: 81.25em) {
  .script {
    font-size: 6rem !important;
  }
}
@media screen and (min-width: 100em) {
  .script {
    font-size: 6.3rem !important;
  }
}

@media screen and (max-width: 59.9375em) {
  .script.skew {
    padding-top: 3rem;
  }
}

.intro, .introduction {
  position: relative;
  font-family: "Epilogue", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 60em) {
  .intro, .introduction {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
    padding-left: 0vw;
    padding-right: 0vw;
    max-width: 700px;
  }
}
@media screen and (min-width: 81.25em) {
  .intro, .introduction {
    font-size: 1.5rem;
    max-width: 800px;
  }
}
.text-white {
  color: #ffffff !important;
}
.text-white * {
  color: #ffffff !important;
}

.text-white {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-white * {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.text-brand {
  color: #62222B !important;
}
.text-brand * {
  color: #62222B !important;
}

.text-brand2 {
  color: #D92215 !important;
}
.text-brand2 * {
  color: #D92215 !important;
}

.text-brand3 {
  color: #49647F !important;
}
.text-brand3 * {
  color: #49647F !important;
}

.text-grey-dark {
  color: #716565 !important;
  border-color: #716565 !important;
}
.text-grey-dark * {
  color: #716565 !important;
  border-color: #716565 !important;
}

.text-grey {
  color: #cccccc !important;
  border-color: #cccccc !important;
}
.text-grey * {
  color: #cccccc !important;
  border-color: #cccccc !important;
}

.text-grey-light {
  color: #F6F3F1 !important;
  border-color: #F6F3F1 !important;
}
.text-grey-light * {
  color: #F6F3F1 !important;
  border-color: #F6F3F1 !important;
}

.text-black {
  color: #3b2d2f !important;
  border-color: #3b2d2f !important;
}
.text-black * {
  color: #3b2d2f !important;
  border-color: #3b2d2f !important;
}

.text-xsmall, .text-xsmall * {
  font-size: 0.7rem !important;
}
@media screen and (min-width: 60em) {
  .text-xsmall, .text-xsmall * {
    font-size: 0.7rem !important;
  }
}
@media screen and (min-width: 81.25em) {
  .text-xsmall, .text-xsmall * {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 100em) {
  .text-xsmall, .text-xsmall * {
    font-size: 0.8rem !important;
  }
}

.text-small, .text-small * {
  font-size: 0.8rem !important;
}
@media screen and (min-width: 60em) {
  .text-small, .text-small * {
    font-size: 0.85rem !important;
  }
}
@media screen and (min-width: 81.25em) {
  .text-small, .text-small * {
    font-size: 0.9rem !important;
  }
}
@media screen and (min-width: 100em) {
  .text-small, .text-small * {
    font-size: 0.95rem !important;
  }
}

.text-medium, .text-medium * {
  font-size: 1rem !important;
}
@media screen and (min-width: 81.25em) {
  .text-medium, .text-medium * {
    font-size: 1.1rem !important;
  }
}
@media screen and (min-width: 100em) {
  .text-medium, .text-medium * {
    font-size: 1.2rem !important;
  }
}
@media screen and (min-width: 131.25em) {
  .text-medium, .text-medium * {
    font-size: 1.3rem !important;
  }
}

.text-large, .text-large * {
  font-size: 1.7rem !important;
}
@media screen and (min-width: 60em) {
  .text-large, .text-large * {
    font-size: 1.9rem !important;
  }
}
@media screen and (min-width: 81.25em) {
  .text-large, .text-large * {
    font-size: 2.1rem !important;
  }
}
@media screen and (min-width: 100em) {
  .text-large, .text-large * {
    font-size: 2.2rem !important;
  }
}

.text-xlarge, .text-xlarge * {
  font-size: 2.1rem !important;
}
@media screen and (min-width: 60em) {
  .text-xlarge, .text-xlarge * {
    font-size: 2.3rem !important;
  }
}
@media screen and (min-width: 81.25em) {
  .text-xlarge, .text-xlarge * {
    font-size: 2.6rem !important;
  }
}
@media screen and (min-width: 100em) {
  .text-xlarge, .text-xlarge * {
    font-size: 3rem !important;
  }
}

.text-xxlarge, .text-xxlarge * {
  font-size: 2.3rem !important;
}
@media screen and (min-width: 60em) {
  .text-xxlarge, .text-xxlarge * {
    font-size: 2.6rem !important;
  }
}
@media screen and (min-width: 81.25em) {
  .text-xxlarge, .text-xxlarge * {
    font-size: 3.2rem !important;
  }
}
@media screen and (min-width: 100em) {
  .text-xxlarge, .text-xxlarge * {
    font-size: 3.5rem !important;
  }
}

.text-xxxlarge, .text-xxxlarge * {
  font-size: 2.7rem !important;
}
@media screen and (min-width: 60em) {
  .text-xxxlarge, .text-xxxlarge * {
    font-size: 3.2rem !important;
  }
}
@media screen and (min-width: 81.25em) {
  .text-xxxlarge, .text-xxxlarge * {
    font-size: 3.7rem !important;
  }
}
@media screen and (min-width: 100em) {
  .text-xxxlarge, .text-xxxlarge * {
    font-size: 3.9rem !important;
  }
}

/* --------------------------------------------
   # Headings
   -------------------------------------------- */
h1,
h2,
h3 {
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
  /* border-left: 1px solid #111; */
  color: #716565;
  width: 100%;
}
@media screen and (min-width: 60em) {
  h1,
  h2,
  h3 {
    font-size: 1.6rem;
    text-align: left;
  }
}
@media screen and (min-width: 81.25em) {
  h1,
  h2,
  h3 {
    font-size: 1.8rem;
  }
}

h1 {
  color: #62222B;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  font-size: 2.3rem;
  letter-spacing: 0.08rem;
  line-height: 1.2;
  z-index: 5;
  position: relative;
  overflow: hidden;
  text-align: left;
}
@media screen and (min-width: 46.25em) {
  h1 {
    font-size: 2.9rem;
    margin: 0;
    overflow: visible;
  }
}
@media screen and (min-width: 60em) {
  h1 {
    font-size: 2.8rem;
    text-align: left;
  }
}
@media screen and (min-width: 81.25em) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 100em) {
  h1 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 120em) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  color: #62222B;
  font-weight: 600;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.5rem;
  margin: 20px 0 20px 0;
  z-index: 5;
  position: relative;
  overflow: hidden;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.07rem;
  /* &:after {
       @include ornament;
       display: none;

         @include breakpoint(medium up) {
          margin:0;
          text-align: left;
        }
    }
  */
}
@media screen and (min-width: 46.25em) {
  h2 {
    font-size: 2.1rem;
    margin: 0;
    margin-bottom: 10px;
    overflow: visible;
  }
}
@media screen and (min-width: 60em) {
  h2 {
    font-size: 2.1rem;
    text-align: left;
  }
}
@media screen and (min-width: 81.25em) {
  h2 {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 120em) {
  h2 {
    font-size: 2.6rem;
  }
}

.brand-headline, .brand-type {
  font-style: italic;
  font-weight: 200;
  letter-spacing: 0.2rem;
}

h3 {
  letter-spacing: 0.25rem;
  color: #62222B;
  text-align: left;
  position: relative;
  font-weight: 500;
  font-family: "proxima-nova", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  text-transform: uppercase;
  width: 100%;
}
h3 a {
  color: #3b2d2f;
}
@media screen and (min-width: 46.25em) {
  h3 {
    text-align: left;
    font-size: 1.05rem;
  }
}
@media screen and (min-width: 60em) {
  h3 {
    font-size: 1.05rem;
  }
}
@media screen and (min-width: 81.25em) {
  h3 {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 100em) {
  h3 {
    font-size: 1.2rem;
  }
}
h3 em {
  font-weight: 200;
}

h4 {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15rem;
  margin: 0;
  color: #62222B;
  font-size: 0.9rem;
}
@media screen and (min-width: 81.25em) {
  h4 {
    font-size: 0.95rem;
  }
}
h4 strong {
  color: #716565;
}

h5 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 200;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 60em) {
  h5 {
    padding: 5px 10px;
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 81.25em) {
  h5 {
    font-size: 1.15rem;
  }
}

h6 {
  font-family: "proxima-nova", sans-serif;
  color: #716565;
  font-weight: 300;
  margin: 0;
}

.titlebox {
  position: absolute;
  left: 0%;
  top: 50%;
  background: #ffffff;
  padding: 0.4rem 1.6rem;
  font-family: "Epilogue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08rem;
  text-transform: none;
  font-size: 1rem;
}
@media screen and (min-width: 60em) {
  .titlebox {
    padding: 1rem 2rem;
  }
}

@media screen and (min-width: 60em) {
  .byline-row, .byline-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    text-align: left;
  }
}
.byline-row .line-animation, .byline-flex .line-animation {
  margin-left: 10px !important;
}

.byline {
  font-family: "Epilogue", sans-serif;
  font-size: 0.9rem;
  text-transform: none;
  letter-spacing: 0.05rem;
}

.byline-vertical, .title-vertical {
  /* text-align: right; */
  overflow: hidden;
  z-index: 9999;
  z-index: 0;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.85rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 60em) {
  .byline-vertical, .title-vertical {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    width: 50px;
    height: 160px;
    position: absolute;
  }
}
@media screen and (min-width: 81.25em) {
  .byline-vertical, .title-vertical {
    left: 1vw;
  }
}
@media screen and (min-width: 120em) {
  .byline-vertical, .title-vertical {
    left: 3vw;
  }
}

/*
$grid-row-width: $global-width;
$grid-column-count: 12;
$grid-column-responsive-gutter: (
  small: 20px,
  medium: 50px,
);


$grid-column-align-edge: true;
$block-grid-max: 8;




@import 'grid/_grid.scss';
*/
/******************************** 

05 Sections  : 

*********************************/
#meta-header {
  background-color: #F6F3F1;
  padding: 20px 0 0 0;
  font-size: 0.85rem;
  font-family: "Epilogue", sans-serif;
}
@media screen and (min-width: 46.25em) {
  #meta-header {
    display: block;
    padding: 20px 0 0 0;
  }
}
#meta-header .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 46.1875em) {
  #meta-header .inside {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 33.75em) {
  #meta-header .inside {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 60em) {
  #meta-header .inside {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#header {
  background: #ffffff;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 60em) {
  #header {
    padding-top: 1vw;
    padding-bottom: 1vw;
    width: 100%;
  }
}
#header .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#header.cloned {
  position: fixed;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
  -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.09);
          box-shadow: 0 3px 18px rgba(0, 0, 0, 0.09);
  position: fixed;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  top: -160px;
  z-index: 999;
}
#header.cloned .mod_changelanguage {
  display: none;
}
@media screen and (max-width: 59.9375em) {
  #header.cloned {
    display: none;
  }
}
#header.cloned .main-navigation {
  width: calc(100% - 50px);
}

#header.cloned.sticky {
  top: 0;
  pointer-events: all;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}

@media screen and (min-width: 81.25em) {
  #header.xmas {
    background: url("../img/xmas1.png") no-repeat 25% center #ffffff;
  }
}

.header h1,
.navbar h1 {
  display: block;
  position: absolute;
  left: 50px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 0.9em;
  margin: 0;
}
@media screen and (min-width: 46.25em) {
  .header h1,
  .navbar h1 {
    font-size: 1.1em;
    left: 80px;
  }
}
.header h1 a,
.navbar h1 a {
  color: #ffffff;
  font-weight: 100;
}

/*

#logo {
    //@include transition;
    animation-delay: 0.3s;
    display: block;
    margin: 20px auto 20px auto;
    z-index: 1000;
    width: 200px;

    @include breakpoint(medium up) {
        width: 220px;

        margin: 25px auto 25px auto;
    }

    @include breakpoint(large up) {
        width: 230px;

        margin: 30px auto;
    }


    @include breakpoint(1100px up) {
        width: 190px;
        margin:30px 0;

    }

    @include breakpoint(xlarge up) {
        width: 20%;
        flex-grow: 1;
        flex-shrink: 1;

        max-width: 260px;

        margin-right: 50px;
    }

    /*svg {
        max-height: 100px;
        width: 100%;
        margin-left: -5px;
        @include breakpoint(large up) {
            max-height: 100px;
            margin: 0;
        }
    }*/
/* [data-name=type] polygon, [data-name=type] path {
    fill:$c-brand;
}

*/ /*
    img {
        display: block;
        //@include transition;
        width: 100%;
        margin: 0 auto;

        //@include transition();
        &:hover {
            //@include transition();
        }


        @include breakpoint(xlarge up) {
            max-width: 230px;
            margin: 0;



        }
    }
}*/
/*

.top-stage {
    // background:$c-grey-light;
    padding: 0px;

    position: relative;

    .image_background_container {
        // background-attachment:fixed;
    }

    img {
        width: auto;
        height: auto;
        min-width: 100%;
        //min-height:100%;
        margin: 0 auto;
        display: block;
    }

    @include breakpoint(medium up) {
        margin-bottom: 0px;
    }
}

.start .top-stage {
    min-height: 150px;
    position: relative;
    overflow: hidden;

    @include breakpoint(medium up) {
        min-height: 300px;
    }

    @include breakpoint(large up) {
        min-height: 450px;
    }

    @include breakpoint(xlarge up) {
        min-height: 60vh;
    }

    @include breakpoint(xxlarge up) {}
}


*/
/* --------------------------------------------
   #Global Layout 
   -------------------------------------------- */
/*
.main {
    //padding-top:20px;
    padding-bottom: 20px;
    @include breakpoint(medium up) {
        //padding-top:30px;
        padding-bottom: 30px;
    }
    @include breakpoint(large up) {
        //padding-top:60px;
        padding-bottom: 60px;
        padding-top: 70px;
    }
}

.start .main {
    padding-top: 0;
}

*/
#main .mod_article {
  /*      display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
}

/*
.text-box {
    background-color: $c-white;
    color: $c-brand2;
    padding: 50px;
}

.content-box {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    clear: both;
}
*/
/*
.white-space {
    padding-left: 10px;
    padding-right: 10px;
    @include breakpoint(medium up) {
        padding-left: 35px;
        padding-right: 35px;
    }
    @include breakpoint(large up) {
        padding-left: 60px;
        padding-right: 60px;
    }
    @include breakpoint(xlarge up) {
        padding-left: 70px;
        padding-right: 70px;
    }
    &.large {
        @include breakpoint(medium up) {
            padding-left: 35px;
            padding-right: 35px;
        }
        @include breakpoint(large up) {
            padding-left: 200px;
            padding-right: 200px;
        }
        @include breakpoint(xlarge up) {
            padding-left: 300px;
            padding-right: 300px;
        }
    }
}

*/
/*
.infocolumn {
    //background:$c-grey-lighter;
    font-size: 0.8em;
    line-height: 1.5em;
    @include breakpoint(large up) {
        color: $c-grey-dark;
        padding: 20px;
        margin-bottom: 90px;
    }
}
*/
/*.sidebar {

	font-size:14px;

	color:$c-grey-light;
	background:$c-grey-dark;

	@include min-mq(md) { 		
		border-top:0;



	}



	ul li {
		border-bottom:1px solid $c-grey-light;


		&:before {
			margin-right: 10px;
			font-family:$font-icons;
			content: "\f105";
		}

	}





}*/
#footer {
  letter-spacing: 0.05rem;
  color: #716565;
  text-align: left;
  padding: 30px 0;
  font-weight: 300;
  border-top: 1px solid #F6F3F1;
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 46.25em) {
  #footer {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 60em) {
  #footer {
    padding: 50px 0 0 0;
  }
}
@media screen and (min-width: 81.25em) {
  #footer {
    font-size: 1rem;
  }
}
@media screen and (min-width: 100em) {
  #footer {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 59.9375em) {
  #footer .address {
    text-align: center;
  }
}
#footer .address strong {
  color: #62222B;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
}
@media screen and (min-width: 60em) {
  #footer .address strong {
    width: 100px;
  }
}
#footer a, #footer strong {
  color: #62222B;
}
#footer .notice {
  margin: 10px 0;
  text-align: center;
}
@media screen and (min-width: 60em) {
  #footer .notice {
    text-align: center;
  }
}
#footer .rightrow {
  display: none;
}

/******************************** 

06 Components  : 

*********************************/
.loading-layer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: white;
  -webkit-box-shadow: inset 0 -40px 200px rgba(4, 3, 5, 0.01);
          box-shadow: inset 0 -40px 200px rgba(4, 3, 5, 0.01);
  position: fixed;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 1s ease-in 0s;
  transition: all 1s ease-in 0s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  pointer-events: none;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  /*&.in {

      transition: all 1s ease-in 0s;
      @include transform(translate(-100%, 0));
      display: block;
      opacity: 1
  }*/
}
.loading-layer.out {
  -webkit-transition: all 0.5s cubic-bezier(0.36, 0, 0.69, 0.37) 0s;
  transition: all 0.5s cubic-bezier(0.36, 0, 0.69, 0.37) 0s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  opacity: 0.6;
  visibility: hidden;
}

.loader {
  width: 60px;
  height: 60px;
  margin: 100px auto;
  background-color: #000;
  display: inline;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  display: none;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.pace {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  /*&.pace-inactive {

       transition: all 0.5s cubic-bezier(.36, 0, .69, .37) 1.0s;
      animation-delay:4s;
      @include transform(translate(0,-100%));

      opacity: 0.6;
      visibility: hidden;



  }*/
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #D92215;
  position: fixed;
  z-index: 2000;
  top: 50%;
  right: 100%;
  width: 100%;
  height: 2px;
}

/*
.pace .pace-progress-inner {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px $c-brand2, 0 0 5px $c-brand2;
	opacity: 1.0;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	-moz-transform: rotate(3deg) translate(0px, -4px);
	-ms-transform: rotate(3deg) translate(0px, -4px);
	-o-transform: rotate(3deg) translate(0px, -4px);
	transform: rotate(3deg) translate(0px, -4px);
}*/
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #D92215;
  border-left-color: #D92215;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

/*
.pace .pace-progress {
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 0;
	height: 5rem;
	width: 5rem;

	-webkit-transform: translate3d(0, 0, 0) !important;
	-ms-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}*/
.pace .pace-progress:after {
  display: block;
  position: fixed;
  top: 0;
  right: 0.5rem;
  content: attr(data-progress-text);
  font-family: "proxima-nova", sans-serif;
  font-weight: 100;
  font-size: 4rem;
  line-height: 1;
  text-align: right;
  color: #F6F3F1;
}
@media screen and (min-width: 60em) {
  .pace .pace-progress:after {
    font-size: 8rem;
  }
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Main Image */
figure, img, picture {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.vec {
  display: inline-block;
  fill: currentColor;
}

svg {
  max-width: 100%;
}

.popup-info {
  display: none;
}

#colorbox, .colorbox .popup-info {
  display: block;
}

.jarallax, .rellax {
  position: relative;
  z-index: 0;
  height: 100%;
  width: 100%;
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

figcaption {
  text-align: center;
}

.image_container {
  overflow: hidden;
  /*display: flex;
  align-items: stretch;
  flex-wrap: wrap;*/
  height: 100%;
  width: 100%;
  position: relative;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.image_container img, .image_container picture {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  display: block;
  margin: 0 auto;
  width: 100%;
  /* ios 11 bug */
  max-width: 100%;
  max-height: 100%;
}

.ce_image {
  position: relative;
}

.ce_image .image_container {
  height: auto;
}
.ce_image .image_container img, .ce_image .image_container picture {
  width: auto;
}

.flex-valign-stretch .ce_image .image_container {
  height: 100%;
}

.image_container a:hover img, a:hover .image_container img {
  -webkit-transform: scale(1.03, 1.03);
      -ms-transform: scale(1.03, 1.03);
          transform: scale(1.03, 1.03);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

[data-rellax-container], [data-rellax] {
  position: relative;
  width: 100%;
  height: 100%;
}

.image_background_container {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center right;
  left: 0;
  top: 0;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  min-height: 100%;
  overflow: hidden;
  /*display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: stretch;
  -webkit-align-items: center;
     flex-wrap:wrap;*/
  animation-delay: 0.3s;
  overflow: hidden;
}
.image_background_container img, .image_background_container picture {
  /*
  min-width: 100%;
  min-height:100%;
  width: auto;
  height: auto;
  */
  max-width: none;
  max-height: none;
  min-width: none;
  min-height: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  opacity: 1;
  position: relative;
}
.image_background_container .rellax {
  /*height:120%;
  overflow: hidden;
  margin-top:-2%;*/
}
.addlogo {
  max-width: 70px;
  display: inline-block;
  margin: 1em;
}

.certs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.customer, .customer2 {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 60px;
  z-index: 100;
}
.customer img, .customer2 img {
  width: 100%;
  min-height: none !important;
  min-width: none !important;
}
@media screen and (min-width: 46.25em) {
  .customer, .customer2 {
    width: 90px;
  }
}
@media screen and (min-width: 60em) {
  .customer, .customer2 {
    width: 120px;
    height: 144px;
  }
}

.customer2 {
  position: static;
  top: auto;
  right: auto;
  margin: 0 auto;
}

.flex-gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 46.25em) {
  .flex-gallery ul.cols_2 li {
    width: 50%;
  }
}
.flex-gallery ul.cols_3 {
  width: 50%;
}
@media screen and (min-width: 60em) {
  .flex-gallery ul.cols_3 li {
    width: 33.33%;
  }
}
.flex-gallery ul.cols_4 li {
  width: 50%;
}
@media screen and (min-width: 60em) {
  .flex-gallery ul.cols_4 li {
    width: 25%;
  }
}
.flex-gallery ul.cols_5 {
  width: 50%;
}
@media screen and (min-width: 60em) {
  .flex-gallery ul.cols_5 li {
    width: 20%;
  }
}

.bg-video {
  max-height: 500px;
  overflow: hidden;
}

.video_container video {
  width: 100%;
}

.background-image {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: 0;
  top: 0;
}
.background-image .image_container {
  width: auto !important;
}
.background-image .image_container img, .background-image .image_container picture {
  width: auto !important;
}

.background-image .image_container {
  height: 100%;
}
.background-image .image_container img, .background-image .image_container picture {
  width: 100%;
}

/* Chevrons */
/* --------------------------------------------
   #Icons
   -------------------------------------------- */
[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;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bath:before {
  content: "\e934";
}

.icon-bathtub:before {
  content: "\e934";
}

.icon-s15:before {
  content: "\e934";
}

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

.icon-equalizer:before {
  content: "\e90e";
}

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

.icon-call:before {
  content: "\e92c";
}

.icon-call_split:before {
  content: "\e935";
}

.icon-email:before {
  content: "\e912";
}

.icon-location_on:before {
  content: "\e913";
}

.icon-list_alt:before {
  content: "\e914";
}

.icon-drafts:before {
  content: "\e915";
}

.icon-format_quote:before {
  content: "\e916";
}

.icon-cloud_queue:before {
  content: "\e917";
}

.icon-transform:before {
  content: "\e918";
}

.icon-directions_car:before {
  content: "\e919";
}

.icon-directions_subway:before {
  content: "\e91a";
}

.icon-directions_walk:before {
  content: "\e91b";
}

.icon-local_cafe:before {
  content: "\e92d";
}

.icon-local_florist:before {
  content: "\e91c";
}

.icon-local_mall:before {
  content: "\e91d";
}

.icon-local_parking:before {
  content: "\e91e";
}

.icon-local_restaurant:before {
  content: "\e91f";
}

.icon-pin_drop:before {
  content: "\e920";
}

.icon-near_me:before {
  content: "\e921";
}

.icon-apps:before {
  content: "\e922";
  padding-bottom: 10px !important;
}

.icon-fullscreen_exit:before {
  content: "\e923";
}

.icon-live_tv:before {
  content: "\e92e";
}

.icon-wifi:before {
  content: "\e92f";
}

.icon-group:before {
  content: "\e936";
}

.icon-group_add:before {
  content: "\e937";
}

.icon-person:before {
  content: "\e938";
}

.icon-king_bed:before {
  content: "\e924";
}

.icon-dry_cleaning:before {
  content: "\e930";
}

.icon-child_care:before {
  content: "\e931";
}

.icon-room_service:before {
  content: "\e932";
}

.icon-meeting_room:before {
  content: "\e925";
}

.icon-bedtime:before {
  content: "\e926";
}

.icon-wine_bar:before {
  content: "\e927";
}

.icon-clean_hands:before {
  content: "\e933";
}

.icon-groups:before {
  content: "\e928";
}

.icon-luggage:before {
  content: "\e929";
}

.icon-location_city:before {
  content: "\e92a";
}

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

.icon-eye:before {
  content: "\e000";
}

.icon-mail:before {
  content: "\e002";
}

.icon-bell:before {
  content: "\e006";
}

.icon-ribbon:before {
  content: "\e009";
}

.icon-image:before {
  content: "\e010";
}

.icon-heart:before {
  content: "\e024";
}

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

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

.icon-zoom-out:before {
  content: "\e038";
}

.icon-head:before {
  content: "\e074";
}

.icon-speech-bubble:before {
  content: "\e076";
}

.icon-tag:before {
  content: "\e085";
}

.icon-star:before {
  content: "\e093";
}

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

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

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

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

.icon-bag:before {
  content: "\e106";
}

.icon-ban:before {
  content: "\e107";
}

.icon-expand:before {
  content: "\e110";
}

.icon-contract:before {
  content: "\e111";
}

.icon-plus:before {
  content: "\e114";
}

.icon-minus:before {
  content: "\e115";
}

.icon-check:before {
  content: "\e116";
}

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

.icon-menu:before {
  content: "\e120";
}

.icon-inbox:before {
  content: "\e122";
}

.icon-outbox:before {
  content: "\e123";
}

.icon-file:before {
  content: "\e124";
}

.icon-ellipsis:before {
  content: "\e129";
}

.icon-tiktok:before {
  content: "\e92b";
}

.icon-chevron-thin-up:before {
  content: "\e902";
}

.icon-chevron-thin-right:before {
  content: "\e903";
}

.icon-chevron-thin-left:before {
  content: "\e904";
}

.icon-chevron-thin-down:before {
  content: "\e905";
}

.icon-chevron-small-up:before {
  content: "\e906";
}

.icon-chevron-small-right:before {
  content: "\e907";
}

.icon-chevron-small-left:before {
  content: "\e908";
}

.icon-chevron-small-down:before {
  content: "\e909";
}

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

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

.icon-chevron-down:before {
  content: "\e90c";
}

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

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

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

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

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

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

.icon-pinterest2:before {
  content: "\ead2";
}

.icon-amazon:before {
  content: "\ea87";
}

.icon-clock:before {
  content: "\e94e";
}

.icon-calendar:before {
  content: "\e953";
}

.square-icon {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  border: 2px solid #D92215;
  color: #D92215;
  border-radius: 0;
  padding-top: 0px;
}

.open-icon {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  font-family: "icomoon";
  display: block;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  content: "\f054";
  position: relative;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  overflow: hidden;
  margin: 10px;
  vertical-align: middle;
  border-radius: 0;
  display: inline-block;
}
@media screen and (min-width: 60em) {
  .open-icon {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    font-family: "icomoon";
    display: block;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
    content: "\f054";
    border-radius: 0;
    display: inline-block;
  }
}

.iconshape,
.iconlink {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  font-family: "icomoon";
  display: block;
  font-size: 23px;
  text-align: center;
  line-height: 40px;
  background-color: #F6F3F1;
  color: #ffffff;
  cursor: pointer;
  content: "\f054";
  float: left;
  margin-right: 10px;
}
.iconshape:hover,
.iconlink:hover {
  color: #F6F3F1;
}

.small-icon {
  width: 16px;
  height: 16px;
}

/* Custom Icons Zuweisung */
.binoculars {
  width: 16px;
  height: 10px;
  background: url(../svg/binoculars_dark.svg) no-repeat left center;
}

.site-branding {
  width: auto;
  margin: 0;
  width: 220px;
  height: 100px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  display: block;
  margin: 20px auto 20px auto;
  z-index: 900;
  width: 200px;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 46.25em) {
  .site-branding {
    width: 220px;
    margin: 25px auto 25px auto;
  }
}
@media screen and (min-width: 60em) {
  .site-branding {
    width: 230px;
    margin: 20px auto;
  }
}
@media screen and (min-width: 72.5em) {
  .site-branding {
    width: 200px;
    margin: 20px 0;
  }
}
@media screen and (min-width: 81.25em) {
  .site-branding {
    width: 20%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 240px;
    margin-right: 10px;
  }
}
.site-branding a {
  display: block;
  width: 100%;
  height: 100%;
}

#header .logo {
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  display: block;
  margin: 0px;
  width: 100%;
  height: 100%;
  position: relative;
}
#header .logo img {
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1;
  display: block;
  position: absolute;
}
#header .logo img:hover {
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
#header .logo .logo-mobile {
  display: none;
}
#header .logo .logo-sticky {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
#header .logo .active {
  display: block;
}

#header.cloned .site-branding {
  height: 60px;
  width: 60px;
  position: relative;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (min-width: 60em) {
  #header.cloned .site-branding {
    height: 35px;
    width: 35px;
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#header.cloned .logo {
  margin-bottom: 0;
  width: 100%;
}
#header.cloned .logo img {
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  opacity: 0;
}
#header.cloned .logo .logo-sticky {
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
  display: block;
}

.opacity5 {
  opacity: 0.05 !important;
}

.opacity10 {
  opacity: 0.1 !important;
}

.opacity15 {
  opacity: 0.15 !important;
}

.opacity20 {
  opacity: 0.2 !important;
}

.opacity25 {
  opacity: 0.25 !important;
}

.opacity30 {
  opacity: 0.3 !important;
}

.opacity40 {
  opacity: 0.4 !important;
}

.opacity50 {
  opacity: 0.5 !important;
}

.opacity60 {
  opacity: 0.6 !important;
}

.opacity70 {
  opacity: 0.7 !important;
}

.opacity75 {
  opacity: 0.75 !important;
}

.opacity80 {
  opacity: 0.8 !important;
}

.opacity90 {
  opacity: 0.9 !important;
}

.brand,
.brown {
  background-color: #62222B !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.brand *,
.brown * {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.brand2,
.red {
  background-color: #D92215 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.brand2 *,
.red * {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.brand3,
.blue {
  background-color: #49647F !important;
  border-color: #ffffff !important;
}
.grey-dark {
  background-color: #716565 !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.grey-dark * {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.grey {
  background-color: #cccccc !important;
}

.grey-transparent {
  background-color: rgba(204, 204, 204, 0.5) !important;
  color: #716565 !important;
}
.grey-transparent * {
  color: #716565 !important;
}

.grey-light {
  background-color: #F6F3F1 !important;
  /** {
      color: $c-grey-dark;
  }*/
}

.grey-light-transparent {
  background-color: rgba(242, 242, 242, 0.7) !important;
}
.grey-light-half-top {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f3f1), color-stop(50%, #f6f3f1), color-stop(50%, white), to(white));
  background: linear-gradient(180deg, #f6f3f1 0%, #f6f3f1 50%, white 50%, white 100%);
}
.grey-light-half-bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, white), color-stop(50%, #f6f3f1), to(#f6f3f1));
  background: linear-gradient(180deg, white 0%, white 50%, #f6f3f1 50%, #f6f3f1 100%);
}
.grey-lighter {
  background-color: #f2f2f2 !important;
}

.white {
  background-color: #ffffff !important;
}
.white-transparent {
  background-color: rgba(255, 255, 255, 0.85) !important;
}
.black {
  background-color: #3b2d2f !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.black * {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.black-transparent {
  background-color: rgba(59, 45, 47, 0.5) !important;
  color: #ffffff !important;
}
.black-transparent * {
  color: #ffffff !important;
}

.black-gradient {
  background: rgb(2, 0, 36);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(30%, rgb(0, 0, 0)), color-stop(75%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgba(255, 255, 255, 0) 75%);
}

.black-gradient-left {
  background: linear-gradient(25deg, black 0%, black 41%, rgba(255, 255, 255, 0) 80%);
}

.black-gradient-right {
  background: linear-gradient(-25deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

.menu-bg {
  background: #72979F !important;
}
.menu-bg .inner-content {
  background: #72979F !important;
}

.beige-gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(#f6f3f1), color-stop(30%, #f6f3f1), color-stop(75%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #f6f3f1 0%, #f6f3f1 30%, rgba(255, 255, 255, 0) 75%);
}

.border-grey-light {
  border: 1px solid #F6F3F1;
}

.stoerer {
  background-color: transparent;
  border: 1px solid #F6F3F1;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.09em;
  line-height: 1.3;
  color: #49647F !important;
  opacity: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  height: 110px;
  z-index: 100;
  -webkit-animation: fadeIn2 1.5s ease-in-out 1, shake 1s ease-in-out infinite;
          animation: fadeIn2 1.5s ease-in-out 1, shake 1s ease-in-out infinite;
  -webkit-animation-delay: 3s, 4.5s;
          animation-delay: 3s, 4.5s;
}
@media screen and (min-width: 60em) {
  .stoerer {
    width: 110px;
    height: 110px;
  }
}
.stoerer b,
.stoerer strong {
  font-size: 1.1em;
}
.stoerer * {
  color: #49647F !important;
}

a {
  color: #D92215;
  outline: none;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  text-decoration: none;
  position: relative;
}
a:hover {
  color: #716565;
  text-decoration: none;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
a.active {
  color: #62222B;
  text-decoration: underline;
}
a:focus {
  color: #62222B;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  outline: none;
}

.anchor-down, .anchor-down:link, .anchor-down:visited {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-decoration: none;
  bottom: 0px;
  display: block;
  background-color: #62222B !important;
  color: #ffffff !important;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  font-family: "icomoon";
}
@media screen and (min-width: 60em) {
  .anchor-down, .anchor-down:link, .anchor-down:visited {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.anchor-down:hover, .anchor-down:link:hover, .anchor-down:visited:hover {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
.anchor-down:before, .anchor-down:link:before, .anchor-down:visited:before {
  content: "\f107";
}

ul {
  padding: 0;
  margin: 0;
}

.checklist ul, .marklist ul {
  margin-bottom: 80px;
  text-align: left;
}
.checklist li, .marklist li {
  font-style: italic;
  font-size: 1.1em;
  margin-bottom: 20px;
  font-weight: 100;
  margin-left: 55px;
  position: relative;
}
.checklist li:before, .marklist li:before {
  padding: 4px;
  display: inline-block;
  font-family: "icomoon";
  content: "\f00c";
  font-style: normal;
  margin-right: 20px;
  margin-left: -55px;
  position: absolute;
}

.marklist li:before {
  content: "\f138";
}

@media screen and (min-width: 46.25em) {
  .columns-3 ul,
  ul.columns-3 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (min-width: 60em) {
  .columns-3 ul,
  ul.columns-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

/* Lists */
ul {
  padding: 0;
}
ul li {
  list-style: none;
  padding: 0;
}

.sidebar ul {
  padding-left: 0;
}

.sidebar ul li,
.widget ul li {
  list-style: none;
  padding: 5px 0;
}

.stage ul {
  padding-left: 0;
}

@media screen and (min-width: 60em) {
  .ce_text.large-4 p,
  .ce-text.large-3 p {
    text-align: justify;
  }
}

.room-list ul,
ul.room-list {
  padding-left: 30px;
}
.room-list ul li,
ul.room-list li {
  text-transform: none;
  list-style: disc;
}
.room-list ul li:before,
ul.room-list li:before {
  /*display: inline-block;
  font-family: $font-icons;
  color: $c-brand;
  content: "\f105";
  margin-left: -30px;
  position: absolute;*/
}

dl {
  margin-top: 0;
  line-height: 26px;
  border: 1px solid #F6F3F1;
  border-width: 1px 0;
  padding: 15px 0;
}
dl dt {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 5px;
  color: #D92215;
}
@media (min-width: sm) {
  dl dt {
    float: left;
    width: 30%;
  }
}
dl dd {
  margin: 0;
}
@media (min-width: sm) {
  dl dd {
    float: right;
    width: 70%;
  }
}
dl dd:after {
  display: block;
}
dl code {
  font-size: 13px;
}

@media screen and (max-width: 59.9375em) {
  #nav-stage {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 100vw;
    background: #F6F3F1;
    z-index: 999;
    padding: 5rem 3vw;
    overflow-y: scroll;
    -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
    transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
}
@media screen and (min-width: 60em) {
  #nav-stage {
    display: none;
  }
}
#nav-stage.opened {
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  left: 0;
  opacity: 1;
}

.dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  font-weight: 600;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
}
@media screen and (min-width: 60em) {
  .dropdown-toggle {
    background: #F6F3F1;
    font-size: 30px;
    margin-left: 8px;
    margin-top: -3px;
    position: relative;
    font-weight: 300;
    width: 25px;
    height: 25px;
    line-height: 1;
  }
}
.dropdown-toggle:after {
  content: "+";
}
@media screen and (min-width: 60em) {
  .dropdown-toggle.is-toggled {
    background: #D92215;
    color: #ffffff;
  }
}
.dropdown-toggle.is-toggled:after {
  content: "-";
}

/* --------------------------------------------
   #Nav 
   -------------------------------------------- */
@media screen and (max-width: 59.9375em) {
  #header .main-navigation {
    display: none !important;
  }
}

.main-navigation {
  /*position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100vw;
  background: $c-grey-lighter;
  z-index: 10000;
  padding: 4rem 2rem;
  overflow-y: scroll;

  @include breakpoint(medium down) {
      @include transition;
  }*/
}
@media screen and (min-width: 60em) {
  .main-navigation {
    position: static;
    overflow: visible;
    padding: 0;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    background-color: transparent;
    padding: 1.5rem 1rem;
  }
}
@media screen and (min-width: 72.5em) {
  .main-navigation {
    margin-bottom: 0;
    border: 0;
    padding: 0;
    width: 75%;
  }
}
.main-navigation.main-navigation.opened {
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  left: 0;
}

.main-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  z-index: 999;
  /*li.submenu {

      @include breakpoint(large up) {

          >a:after {
              font-family: $font-icons;
              content: "\e905";
              margin-left: 2px;
              font-size: 8px;
              padding-top: 3px;
          }


      }
  }*/
}
@media screen and (min-width: 60em) {
  .main-navigation ul {
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 72.5em) {
  .main-navigation ul {
    margin-bottom: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.main-navigation ul li {
  position: relative;
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 60em) {
  .main-navigation ul li {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 81.25em) {
  .main-navigation ul li {
    width: auto;
    margin-left: 17px;
    margin-right: 17px;
  }
}
@media screen and (min-width: 81.25em) {
  .main-navigation ul li {
    margin-left: 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 59.9375em) {
  .main-navigation ul li > a,
  .main-navigation ul li > strong,
  .main-navigation ul li > a:active {
    display: block;
    font-family: "Epilogue", sans-serif;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #716565;
    border-bottom: 1px solid #cccccc;
    padding: 0.25rem 0.9rem;
    font-size: 1.1em;
    font-weight: 600;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
  }
}
@media screen and (min-width: 60em) {
  .main-navigation ul li > a,
  .main-navigation ul li > strong,
  .main-navigation ul li > a:active {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    font-size: 0.9rem;
    width: auto;
    border: 0;
    background: transparent;
    font-family: "Epilogue", sans-serif;
    color: #716565;
    padding-left: 0em;
    padding-right: 0em;
    border-radius: 1px;
    font-weight: 500;
    text-decoration: none;
  }
}
@media screen and (min-width: 72.5em) {
  .main-navigation ul li > a,
  .main-navigation ul li > strong,
  .main-navigation ul li > a:active {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 81.25em) {
  .main-navigation ul li > a,
  .main-navigation ul li > strong,
  .main-navigation ul li > a:active {
    padding-left: 0em;
    padding-right: 0em;
    font-size: 0.97rem;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0.03rem;
    border: 0;
    margin-right: 0px;
    text-decoration: none;
  }
}
@media screen and (min-width: 60em) {
  .main-navigation ul li a.home {
    width: 30px;
  }
}
.main-navigation ul li a.home > span {
  display: none;
}
.main-navigation ul li a.home:before {
  font-family: "icomoon";
  content: "\e901";
  font-size: 14px;
}
@media screen and (min-width: 46.25em) {
  .main-navigation ul li a.facebook {
    width: 30px;
  }
}
.main-navigation ul li a.facebook > span {
  display: none;
}
.main-navigation ul li a.facebook:before {
  font-family: "icomoon";
  content: "\ea90";
  font-size: 14px;
}
@media screen and (min-width: 60em) {
  .main-navigation ul li:hover > a {
    color: #D92215;
  }
}
.main-navigation ul li.active > a,
.main-navigation ul li.trail > a {
  color: #D92215;
}

/* --------------------------------------------
   #Nav Submenu
   -------------------------------------------- */
@media screen and (min-width: 60em) {
  .main-navigation li.submenu {
    height: auto;
  }
}
.main-navigation li.submenu ul {
  overflow: hidden;
  display: block;
  width: 100%;
}
@media screen and (max-width: 59.9375em) {
  .main-navigation li.submenu ul {
    height: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
    transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  }
}
@media screen and (min-width: 60em) {
  .main-navigation li.submenu ul {
    max-height: 0px;
    height: auto;
    position: absolute;
    top: 2rem;
    width: 300px;
    background: #ffffff;
    -webkit-box-shadow: 0px 8px 25px rgba(98, 34, 43, 0.2);
            box-shadow: 0px 8px 25px rgba(98, 34, 43, 0.2);
    opacity: 0;
    -webkit-transform: translateX(-8px);
        -ms-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@media screen and (min-width: 60em) {
  .main-navigation li.submenu ul > li {
    width: 100%;
    background: transparent;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
  }
}
.main-navigation li.submenu ul > li > a,
.main-navigation li.submenu ul > li > strong {
  font-weight: 400;
}
@media screen and (min-width: 60em) {
  .main-navigation li.submenu ul > li > a,
  .main-navigation li.submenu ul > li > strong {
    width: 100%;
    font-size: 0.8em;
    line-height: 1.5em;
    background: transparent;
    font-family: "proxima-nova", sans-serif;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #62222B;
    padding: 0.9em 1em;
    text-align: left;
  }
}
.main-navigation li.submenu ul > li > a:before,
.main-navigation li.submenu ul > li > strong:before {
  font-family: "icomoon";
  content: "\e095";
  font-size: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 60em) {
  .main-navigation li.submenu ul > li.active > a,
  .main-navigation li.submenu ul > li.active > strong,
  .main-navigation li.submenu ul > li.trail > a,
  .main-navigation li.submenu ul > li.trail > strong {
    background-color: transparent;
    color: #62222B;
  }
}
@media screen and (min-width: 60em) {
  .main-navigation li.submenu ul > li.submenu > a:after {
    font-family: "icomoon";
    content: "\e905";
    margin-left: 2px;
    font-size: 8px;
    padding-top: 3px;
  }
}
.main-navigation li.submenu ul > li:hover > a,
.main-navigation li.submenu ul > li:hover > strong {
  background-color: #f2f2f2;
  color: #62222B;
}
@media screen and (min-width: 60em) {
  .main-navigation li.submenu.menu-item-396 > ul, .main-navigation li.submenu.menu-item-437 > ul {
    right: 0;
  }
}

/* --------------------------------------------
   #Nav Subsubmenu
   -------------------------------------------- */
@media screen and (min-width: 60em) {
  .main-navigation li.submenu > ul li.submenu ul.level_3 {
    position: absolute;
    width: 250px;
    left: 300px;
    top: 0;
  }
}
.main-navigation li.submenu > ul li.submenu ul.level_3 > li > a,
.main-navigation li.submenu > ul li.submenu ul.level_3 > li > strong {
  padding-left: 5em;
}
@media screen and (min-width: 60em) {
  .main-navigation li.submenu > ul li.submenu ul.level_3 > li > a,
  .main-navigation li.submenu > ul li.submenu ul.level_3 > li > strong {
    padding-left: 1em;
  }
}

/* --------------------------------------------
   #Nav Toglle / Dropdown Interactions
   -------------------------------------------- */
.main-navigation {
  /*li.submenu:hover,
  li.menu-item-has-children:hover {



      >ul {

          @include transition();

          @include breakpoint(large up) {
              height: auto;
              overflow: visible;
              opacity: 1;
              transform: translateX(0);
          }
      }

  }*/
}
.main-navigation li.submenu.is-open > ul,
.main-navigation li.menu-item-has-children.is-open > ul {
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  max-height: 800px;
  height: auto;
  max-height: 1200px;
  overflow: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/* --------------------------------------------
   #Nav Submenu 3rd Level
   -------------------------------------------- */
/* Pagination */
.pagination {
  clear: both;
  float: right;
  margin-bottom: 40px;
  width: auto;
}
.pagination p {
  float: left;
  font-size: 0.8em;
  padding: 3px 5px 3px 10px;
}
.pagination ul {
  float: left;
  margin-bottom: 20px;
}
.pagination ul li {
  background: none repeat scroll 0 0 #F6F3F1;
  float: left;
  margin-right: 2px;
  padding: 0;
  width: auto;
}
.pagination ul li a,
.pagination ul li span {
  font-size: 11px;
  font-weight: normal;
  padding: 3px 8px;
  width: auto;
}

.nav-toggle {
  border: none;
  background: transparent !important;
}

.nav-toggle.active {
  background: transparent !important;
}

.nav-toggle .icon-bar {
  width: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-toggle {
  display: none;
}

/**
  Hamburger
**/
.hamburger {
  position: fixed;
  display: block;
  top: 5px;
  right: 5px;
  z-index: 9999;
  padding: 0;
  width: 55px;
  height: 55px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
@media screen and (min-width: 43.75em) {
  .hamburger {
    right: 20px;
    top: 5px;
  }
}
@media screen and (min-width: 60em) {
  .hamburger {
    display: none !important;
  }
}

.hamburger div {
  position: relative;
  width: 35px;
  height: 2px;
  border-radius: 0px;
  background-color: #62222B;
  margin-top: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger div:first-child {
  margin-top: 0;
}

.hamburger.sticky {
  top: 5px;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
.hamburger.sticky div {
  background-color: #D92215;
}

/**
Animations
**/
.nav-toggle:checked + .hamburger .top {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #62222B;
  margin-top: 20px;
}

.nav-toggle:checked + .hamburger .bottom {
  opacity: 0;
  background-color: #62222B;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-toggle:checked + .hamburger .mid {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #62222B;
  margin-top: -4px;
}

/*.nav-toggle:checked + .hamburger + .nav {
  top: 0;
  transform: scale(1);
}*/
.booking-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.booking-buttons a {
  background: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.12rem;
  font-family: "proxima-nova", sans-serif;
  color: #D92215;
  padding: 10px 16px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
}
.booking-buttons a.b2b {
  margin-right: 0px;
}
@media screen and (min-width: 46.25em) {
  .booking-buttons a {
    padding: 6px 20px;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 60em) {
  .booking-buttons a {
    padding: 6px 20px;
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 25em) {
  .booking-buttons a {
    padding: 6px 8px;
    font-size: 0.72rem;
    margin-right: 3px;
  }
}
.booking-buttons a [class*=icon] {
  margin-right: 5px;
}
@media screen and (min-width: 60em) {
  .booking-buttons a [class*=icon] {
    margin-right: 8px;
  }
}

.support-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
}
@media screen and (min-width: 25em) {
  .support-bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 81.25em) {
  .support-bar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 0;
  }
}
.support-bar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent !important;
  max-height: 50px;
  max-width: 50px;
  width: 32%;
  margin: 10px 10px;
  opacity: 1;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
@media screen and (min-width: 46.25em) {
  .support-bar a {
    max-height: 55px;
    max-width: 70px;
    margin: 10px 15px;
  }
}
@media screen and (min-width: 60em) {
  .support-bar a {
    max-height: 60px;
    max-width: 80px;
    margin: 10px 15px;
  }
}
@media screen and (min-width: 81.25em) {
  .support-bar a {
    max-height: 70px;
    max-width: 90px;
    margin: 10px 15px;
  }
}
.support-bar a:hover {
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  opacity: 1;
}
.support-bar a img {
  max-height: 100%;
  max-width: 100%;
}

/* Language Switcher */
.mod_changelanguage {
  display: none;
  margin-right: 40px;
}
@media screen and (min-width: 46.25em) {
  .mod_changelanguage {
    margin-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mod_changelanguage a {
  font-size: 0.95rem;
  font-weight: 400;
  margin: 0;
  padding: 5px 0;
  font-family: "proxima-nova", sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  color: #3b2d2f;
  background: transparent;
  display: inline-block;
}
@media screen and (min-width: 60em) {
  .mod_changelanguage a {
    font-size: 0.8rem;
  }
}
.mod_changelanguage a.first:after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
.mod_changelanguage a:hover, .mod_changelanguage a.active {
  color: #D92215;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}

#nav-stage .mod_changelanguage {
  background-color: #ffffff;
  padding: 5px 20px;
  padding-left: 7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  top: 15px;
  left: 0;
}

.home .mod_breadcrumb {
  display: none;
}

.mod_breadcrumb {
  width: 100%;
  display: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 46.25em) {
  .mod_breadcrumb {
    display: block;
  }
}
@media screen and (min-width: 60em) {
  .mod_breadcrumb {
    width: 100%;
  }
}
.mod_breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mod_breadcrumb ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
  color: #716565;
  margin: 0;
  max-width: 60%;
  overflow: hidden;
  height: 1.6rem;
}
.mod_breadcrumb ul li:before {
  font-family: "icomoon";
  margin-left: 1em;
  margin-right: 1em;
  content: "\e903";
}
.mod_breadcrumb ul a {
  display: inline-block;
}
.mod_breadcrumb ul li.first {
  overflow: hidden;
}
.mod_breadcrumb ul li.first:before {
  display: none;
}
.mod_breadcrumb ul li.first span {
  display: none;
}
.mod_breadcrumb ul li.first a:before {
  font-family: "icomoon";
  content: "\e901";
  font-size: 12px;
}

#footer .mod_customnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 40px;
}
@media screen and (min-width: 46.25em) {
  #footer .mod_customnav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 60em) {
  #footer .mod_customnav ul {
    margin-top: 0px;
  }
}
#footer .mod_customnav li {
  width: 50%;
}
@media screen and (min-width: 46.25em) {
  #footer .mod_customnav li {
    width: auto;
    margin-right: 4px;
  }
}
#footer .mod_customnav a, #footer .mod_customnav strong {
  font-weight: 400;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0.05em;
  width: auto;
}
@media screen and (min-width: 60em) {
  #footer .mod_customnav a, #footer .mod_customnav strong {
    font-size: 0.85rem;
  }
}

/* Section Menu */
.nav-section {
  margin-top: 2vw;
  margin-bottom: 2vw;
}
@media screen and (min-width: 60em) {
  .nav-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.nav-section h4, .nav-section h5, .nav-section h6 {
  margin-right: 3rem;
  font-weight: 300;
}
.nav-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 60em) {
  .nav-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nav-section ul li {
  list-style: none;
}
@media screen and (min-width: 60em) {
  .nav-section ul li {
    margin-right: 10px;
  }
}
.nav-section .invisible {
  display: none;
}
.nav-section a, .nav-section strong {
  font-size: 0.9rem;
  background: #F6F3F1;
  padding: 0.5rem 1.25rem;
  font-weight: 400;
  display: block;
}
.nav-section .trail, .nav-section .active {
  text-decoration: underline;
  color: #62222B;
}

button:focus {
  color: #ffffff;
}

.btn, a.cta-btn,
.cta-btn a,
a.primary-btn,
.primary-btn a, .btn360, .big-btn {
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  padding: 5px 16px;
  color: #D92215;
  border: 1px solid #cccccc;
  display: inline-block;
  max-width: 280px;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
.btn [class*=fa-], a.cta-btn [class*=fa-],
.cta-btn a [class*=fa-],
a.primary-btn [class*=fa-],
.primary-btn a [class*=fa-], .btn360 [class*=fa-], .big-btn [class*=fa-] {
  font-size: 12px;
}
.btn:hover, a.cta-btn:hover,
.cta-btn a:hover,
a.primary-btn:hover,
.primary-btn a:hover, .btn360:hover, .big-btn:hover, .btn:focus, a.cta-btn:focus,
.cta-btn a:focus,
a.primary-btn:focus,
.primary-btn a:focus, .btn360:focus, .big-btn:focus {
  color: #F6F3F1;
  background-color: #D92215;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}

.back {
  margin-bottom: 20px;
  display: inline-block;
  clear: both;
}

/*
.func {
    @include circle(20px, 10px, $c-white, $c-brand);
    color: $c-white !important;
    font-weight: 300;
    float: right;
    font-size: 12px;
    .fa {
        margin-right: 0;
    }
}

.download {
    margin-bottom: 30px;
    display: inline-block;
    clear: both;
    width: auto;
}

*/
.big-btn {
  font-size: 1em;
  padding: 9px 20px 9px 50px;
  width: 180px;
  display: block;
  border: 0;
  margin: 0 auto;
}
@media screen and (min-width: 60em) {
  .big-btn {
    font-size: 1.2em;
    padding: 8px 30px 8px 80px;
    width: 260px;
  }
}
.big-btn .fa {
  width: 50px !important;
}
.big-btn .binoculars {
  height: 20px;
  margin-left: 10px;
  background-image: url(../svg/binoculars.svg);
}

.btn360 {
  background-color: #ffffff !important;
  display: block;
  border: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #62222B;
}

a.cta-btn,
.cta-btn a,
a.primary-btn,
.primary-btn a {
  background-color: transparent !important;
  padding: 5px 20px 5px 20px;
  position: relative;
  line-height: 2em;
  border: 2px solid #716565;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  color: #716565;
  font-family: "proxima-nova", sans-serif;
  max-width: 360px;
  display: inline-block;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
a.cta-btn [class*=icon],
.cta-btn a [class*=icon],
a.primary-btn [class*=icon],
.primary-btn a [class*=icon] {
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  color: #D92215;
  margin-right: 10px;
}
@media screen and (min-width: 46.25em) {
  a.cta-btn,
  .cta-btn a,
  a.primary-btn,
  .primary-btn a {
    font-size: 0.85rem;
  }
}
a.cta-btn:hover,
.cta-btn a:hover,
a.primary-btn:hover,
.primary-btn a:hover {
  background-color: #D92215 !important;
  color: #ffffff !important;
  border-color: #D92215;
}
a.cta-btn:hover [class*=icon],
.cta-btn a:hover [class*=icon],
a.primary-btn:hover [class*=icon],
.primary-btn a:hover [class*=icon] {
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  padding-left: 10px;
  color: #ffffff;
}

/*


#meta-header {
    .cta-btn {


        border: 0;
        font-size: 0.8em;
        color: $c-brand2;
        margin-left:5px;
        background-color: $c-white !important;

        &:hover {
            color:$c-grey-dark !important;
            background-color:$c-grey !important;
        }








    }




}*/
/*
<a class='arrow-button' href='https://google.com'>
        <span class='the-arrow -left'>
          <span class='shaft'></span>
        </span>
        <span class='arrow-main'>
          <span class='text'>
            Discover the Agency
          </span>
          <span class='the-arrow -right'>
            <span class='shaft'></span>
          </span>
        </span>
      </a>

*/
.the-arrow {
  width: 64px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.the-arrow.-left {
  position: absolute;
  top: 60%;
  left: 0;
}
.the-arrow.-left > .shaft {
  width: 0;
  background-color: #cccccc;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #cccccc;
}
.the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-right {
  top: 3px;
}
.the-arrow.-right > .shaft {
  width: 64px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 8px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.the-arrow > .shaft {
  background-color: #ffffff;
  display: block;
  height: 1px;
  position: relative;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  -webkit-transition-delay: 0;
          transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.the-arrow > .shaft:before {
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}
.the-arrow > .shaft:after {
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}

.arrow-button {
  display: inline-block;
  /*color: $c-grey;
  font-size: 1.25em;
  font-style: italic;
  text-decoration: none;*/
  position: relative;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
.arrow-button:hover > .the-arrow.-left > .shaft {
  width: 64px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #ffffff;
}
.arrow-button:hover > .the-arrow.-left > .shaft:before, .arrow-button:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #ffffff;
}
.arrow-button:hover > .the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}
.arrow-button:hover > .the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.arrow-button:hover > .arrow-main {
  -webkit-transform: translateX(80px);
      -ms-transform: translateX(80px);
          transform: translateX(80px);
}
.arrow-button:hover > .arrow-main > .the-arrow.-right > .shaft {
  width: 0;
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.arrow-button:hover > .arrow-main > .the-arrow.-right > .shaft:before, .arrow-button:hover > .arrow-main > .the-arrow.-right > .shaft:after {
  width: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.arrow-button:hover > .arrow-main > .the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.arrow-button:hover > .arrow-main > .the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.arrow-button > .arrow-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.arrow-button > .arrow-main > .text {
  margin: 0 16px 0 0;
  padding-top: 4px;
  font-weight: 600;
}
.arrow-button > .arrow-main > .the-arrow {
  position: relative;
}

.arrow-brand2 .the-arrow.-left > .shaft, .arrow-text-brand2 .the-arrow.-left > .shaft {
  background-color: #D92215;
}
.arrow-brand2 .the-arrow.-left > .shaft:before, .arrow-brand2 .the-arrow.-left > .shaft:after, .arrow-text-brand2 .the-arrow.-left > .shaft:before, .arrow-text-brand2 .the-arrow.-left > .shaft:after {
  background-color: #D92215;
}
.arrow-brand2 .the-arrow > .shaft, .arrow-text-brand2 .the-arrow > .shaft {
  background-color: #D92215;
}
.arrow-brand2 .the-arrow > .shaft:before, .arrow-brand2 .the-arrow > .shaft:after, .arrow-text-brand2 .the-arrow > .shaft:before, .arrow-text-brand2 .the-arrow > .shaft:after {
  background-color: #D92215;
}

.arrow-brand2:hover > .the-arrow.-left > .shaft, .arrow-text-brand2:hover > .the-arrow.-left > .shaft {
  background-color: #D92215;
}
.arrow-brand2:hover > .the-arrow.-left > .shaft:before, .arrow-brand2:hover > .the-arrow.-left > .shaft:after, .arrow-text-brand2:hover > .the-arrow.-left > .shaft:before, .arrow-text-brand2:hover > .the-arrow.-left > .shaft:after {
  background-color: #D92215;
}

.arrow-brand .the-arrow.-left > .shaft, .arrow-text-black .the-arrow.-left > .shaft, .arrow-text-brand .the-arrow.-left > .shaft {
  background-color: #62222B;
}
.arrow-brand .the-arrow.-left > .shaft:before, .arrow-brand .the-arrow.-left > .shaft:after, .arrow-text-black .the-arrow.-left > .shaft:before, .arrow-text-black .the-arrow.-left > .shaft:after, .arrow-text-brand .the-arrow.-left > .shaft:before, .arrow-text-brand .the-arrow.-left > .shaft:after {
  background-color: #62222B;
}
.arrow-brand .the-arrow > .shaft, .arrow-text-black .the-arrow > .shaft, .arrow-text-brand .the-arrow > .shaft {
  background-color: #D92215;
}
.arrow-brand .the-arrow > .shaft:before, .arrow-brand .the-arrow > .shaft:after, .arrow-text-black .the-arrow > .shaft:before, .arrow-text-black .the-arrow > .shaft:after, .arrow-text-brand .the-arrow > .shaft:before, .arrow-text-brand .the-arrow > .shaft:after {
  background-color: #D92215;
}

.arrow-brand:hover > .the-arrow.-left > .shaft, .arrow-text-black:hover > .the-arrow.-left > .shaft, .arrow-text-brand:hover > .the-arrow.-left > .shaft {
  background-color: #62222B;
}
.arrow-brand:hover > .the-arrow.-left > .shaft:before, .arrow-brand:hover > .the-arrow.-left > .shaft:after, .arrow-text-black:hover > .the-arrow.-left > .shaft:before, .arrow-text-black:hover > .the-arrow.-left > .shaft:after, .arrow-text-brand:hover > .the-arrow.-left > .shaft:before, .arrow-text-brand:hover > .the-arrow.-left > .shaft:after {
  background-color: #62222B;
}

.certs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.certs .seal {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  margin: 0px;
  margin-right: 15px;
  background: #F6F3F1;
  height: 230px;
  overflow: hidden;
}
@media screen and (min-width: 60em) {
  .certs .seal {
    width: 200px;
    margin: 0px;
    padding: 15px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 81.25em) {
  .certs .seal {
    width: 250px;
    padding: 20px;
  }
}
.certs div {
  width: auto;
}
.certs .image_container {
  height: auto;
  width: auto;
}
.certs .image_container img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100px;
  max-width: 120px;
}

#bcom_review_widget_wrapper .hreview a {
  -webkit-transform: scale(0.7, 0.7) !important;
      -ms-transform: scale(0.7, 0.7) !important;
          transform: scale(0.7, 0.7) !important;
  width: auto !important;
}

.certs-hide-image {
  background: #3b2d2f;
}
.certs-hide-image .background-image {
  opacity: 0.05;
}

.ico-list,
.list-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 500;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 46.25em) {
  .ico-list,
  .list-icons {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.ico-list .ico-info,
.ico-list li,
.list-icons .ico-info,
.list-icons li {
  margin-right: 1.5rem;
}
@media screen and (min-width: 46.25em) {
  .ico-list .ico-info,
  .ico-list li,
  .list-icons .ico-info,
  .list-icons li {
    margin-right: 1.5rem;
  }
}
.ico-list .ico-info [class*=icon],
.ico-list li [class*=icon],
.list-icons .ico-info [class*=icon],
.list-icons li [class*=icon] {
  margin-right: 0.5rem;
  color: #D92215;
  font-size: 18px;
}

.start .carousel-half .ico-list .ico-info:nth-child(3),
.start .carousel-half .ico-list li:nth-child(3),
.start .carousel-half .list-icons .ico-info:nth-child(3),
.start .carousel-half .list-icons li:nth-child(3), .start .carousel .ico-list .ico-info:nth-child(3),
.start .carousel .ico-list li:nth-child(3),
.start .carousel .list-icons .ico-info:nth-child(3),
.start .carousel .list-icons li:nth-child(3) {
  display: none;
}

.privacy-policy h1 {
  display: none;
}
.privacy-policy h1, .privacy-policy h2, .privacy-policy h3, .privacy-policy h4 {
  letter-spacing: 0.02rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

#up {
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  left: auto;
  position: fixed;
  top: auto;
  font-family: "icomoon";
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  right: 0em;
  bottom: 0em;
  border-radius: 3px;
  border: 1px solid #cccccc;
  background: transparent;
  color: #cccccc !important;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 46.25em) {
  #up {
    right: 0.5em;
    bottom: 0.5em;
  }
}
@media screen and (min-width: 60em) {
  #up {
    right: 1em;
    bottom: 1em;
  }
}
#up:before {
  content: "\e90d";
}
#up.in {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}

.round-icon {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  font-family: "icomoon";
  display: block;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  background-color: transparent;
  color: #716565;
  cursor: pointer;
  content: "\f054";
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #716565;
}
@media screen and (min-width: 46.25em) {
  .round-icon {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    font-family: "icomoon";
    display: block;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    background-color: transparent;
    color: #716565;
    cursor: pointer;
    content: "\f054";
  }
}
@media screen and (min-width: 60em) {
  .round-icon {
    height: 60px;
    width: 60px;
    border-radius: 60px;
    font-family: "icomoon";
    display: block;
    font-size: 21px;
    text-align: center;
    line-height: 60px;
    background-color: transparent;
    color: #716565;
    cursor: pointer;
    content: "\f054";
  }
}
.round-icon [class*=fa], .round-icon [class*=icon] {
  margin: 0;
}

.square-icon {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  font-family: "icomoon";
  display: block;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  background-color: transparent;
  color: #716565;
  cursor: pointer;
  content: "\f054";
  border-radius: 0;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #716565;
}
@media screen and (min-width: 46.25em) {
  .square-icon {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    font-family: "icomoon";
    display: block;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    background-color: transparent;
    color: #716565;
    cursor: pointer;
    content: "\f054";
    border-radius: 0;
  }
}
@media screen and (min-width: 60em) {
  .square-icon {
    height: 60px;
    width: 60px;
    border-radius: 60px;
    font-family: "icomoon";
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    background-color: transparent;
    color: #716565;
    cursor: pointer;
    content: "\f054";
    border-radius: 0;
  }
}
.square-icon [class*=fa], .square-icon [class*=icon] {
  margin: 0;
}

/* --------------------------------------------
   #Slider
   -------------------------------------------- */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slider {
  clear: both;
  height: auto;
  background-color: transparent;
  position: relative;
  margin: 0;
  padding: 0;
  /*.slick-track {
      display: flex;
      align-items:stretch;
      justify-content: stretch;
  }*/
}
.slider :focus,
.slider :active {
  outline: none;
}
.slider .stage {
  height: 100%;
}
.slider .slide {
  position: relative;
}
.slider .slide > img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .slide .caption {
  position: absolute;
  background-color: #ffffff;
  font-size: 0.85em;
  width: 60%;
  bottom: 10px;
  right: 25px;
  padding: 1em 1em;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.slider .slide-content {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  text-align: center;
  margin-top: -10%;
  color: #ffffff !important;
  text-transform: uppercase;
}
@media screen and (min-width: 60em) {
  .slider .slide-content {
    max-width: 50%;
    font-size: 1.9em;
  }
}
.slider .slide-content p {
  color: #ffffff;
}
.slider .slide-content img {
  max-width: 300px;
  max-height: 200px;
  margin: 0px auto 20px auto;
}

.slick-dots {
  display: none !important;
  bottom: 10px;
}
@media screen and (min-width: 46.25em) {
  .slick-dots {
    bottom: 20px !important;
  }
}
@media screen and (min-width: 60em) {
  .slick-dots {
    bottom: 30px !important;
  }
}
.slick-dots li button {
  border: 0;
  background: #ffffff;
  text-indent: -999em;
  cursor: pointer;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  font-size: 0px;
  color: #fff;
  padding: 5px;
  border: 1px solid #ffffff;
  margin-right: 3px;
  margin-left: 3px;
}
.slick-dots li button:before {
  color: #ffffff !important;
}
.slick-dots .slick-active button {
  background: transparent !important;
  border: 1px solid #ffffff;
}
.slick-dots .slick-active button:before {
  color: #000 !important;
}
.slick-dots .slick-active:first-child:last-child {
  display: none;
}

@media screen and (max-width: 59.9375em) {
  .stage.content-slider .slick-arrow,
  .ce_rsce_stage.content-slider .slick-arrow {
    padding-bottom: 20%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.paging-status {
  font-size: 1.4rem;
  display: none;
  text-align: right;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  color: #ffffff;
}
@media screen and (min-width: 60em) {
  .paging-status {
    display: block;
    font-size: 1.9rem;
    font-family: "Epilogue", sans-serif;
  }
}
@media screen and (min-width: 81.25em) {
  .paging-status {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 100em) {
  .paging-status {
    font-size: 2.7rem;
  }
}

.slider-arrow {
  color: #ffffff;
  border: 1px solid #ffffff;
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 1rem;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  opacity: 1;
}
@media screen and (min-width: 60em) {
  .slider-arrow {
    font-size: 20px;
    padding: 1rem;
    width: 60px;
    height: 60px;
  }
}
.slider-arrow:before {
  font-family: "icomoon";
}
.slider-arrow:hover, .slider-arrow:active {
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  color: #ffffff;
}

.slider-prev {
  right: 0px;
  bottom: 49px;
}
@media screen and (min-width: 60em) {
  .slider-prev {
    bottom: 59px;
  }
}
.slider-prev:before {
  content: "\e90b";
}

.slider-next {
  right: 0;
}
.slider-next:before {
  content: "\e90a";
}

.menu-slider {
  max-width: 800px;
  margin: 0 auto;
}
.menu-slider .slider-arrow {
  color: #716565;
}
@media screen and (min-width: 60em) {
  .menu-slider .slider-arrow {
    border: 1px solid #716565;
  }
}
.menu-slider .slider-prev {
  right: auto;
  left: 0;
  top: 50%;
  bottom: auto;
}
@media screen and (min-width: 60em) {
  .menu-slider .slider-prev {
    bottom: 59px;
  }
}
.menu-slider .slider-prev:before {
  content: "\e90b";
}
.menu-slider .slider-next {
  right: 0;
  top: 50%;
  bottom: auto;
}
.menu-slider .slider-next:before {
  content: "\e90a";
}
.menu-slider .paging-status {
  top: auto;
  right: 0;
  color: #716565;
  bottom: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  font-size: 1.1rem;
}
@media screen and (min-width: 60em) {
  .menu-slider .paging-status {
    font-size: 1.1rem;
  }
}

/* Carousel Version */
.carousel .slick-slide,
.carousel-half .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  /*@include breakpoint(large up) {

      width:400px!important;
  }


   @include breakpoint(xxlarge up) {

      width:500px!important;
  }*/
}
@media screen and (min-width: 60em) {
  .carousel .slick-slide,
  .carousel-half .slick-slide {
    margin-right: 20px;
  }
}
.carousel .slick-slide.slick-current, .carousel .slick-slide:hover,
.carousel-half .slick-slide.slick-current,
.carousel-half .slick-slide:hover {
  z-index: 100;
}
.carousel .slick-slide.slick-current,
.carousel-half .slick-slide.slick-current {
  opacity: 1;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
.carousel .slick-slide a,
.carousel-half .slick-slide a {
  width: 100%;
  height: 100%;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
}
.carousel .slick-slide img,
.carousel-half .slick-slide img {
  width: 100%;
  height: auto;
  max-width: none;
}
.carousel .slick-dots,
.carousel-half .slick-dots {
  bottom: 0px;
}
@media screen and (min-width: 46.25em) {
  .carousel .slick-dots,
  .carousel-half .slick-dots {
    bottom: -5px !important;
  }
}
@media screen and (min-width: 60em) {
  .carousel .slick-dots,
  .carousel-half .slick-dots {
    bottom: -10px !important;
  }
}
.carousel .slick-dots li button,
.carousel-half .slick-dots li button {
  background: #cccccc;
  color: #cccccc;
  border: 1px solid #cccccc;
}
.carousel .slick-dots li button:before,
.carousel-half .slick-dots li button:before {
  color: #cccccc !important;
}
.carousel .slick-dots .slick-active button,
.carousel-half .slick-dots .slick-active button {
  background: transparent !important;
  border: 1px solid #cccccc;
}
.carousel .slick-dots .slick-active button:before,
.carousel-half .slick-dots .slick-active button:before {
  color: transparent !important;
}

.carousel .slider-arrow,
.certs-carousel .slider-arrow {
  color: #cccccc;
  border: 0px solid #cccccc;
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 1rem;
  right: 0;
  top: -50px;
  z-index: 9999;
  display: none;
}
@media screen and (min-width: 60em) {
  .carousel .slider-arrow,
  .certs-carousel .slider-arrow {
    font-size: 20px;
    padding: 1rem;
    width: 40px;
    height: 40px;
    top: -50px;
    display: block;
  }
}
.carousel .slider-prev,
.certs-carousel .slider-prev {
  right: auto;
  left: auto;
}
@media screen and (min-width: 60em) {
  .carousel .slider-prev,
  .certs-carousel .slider-prev {
    left: auto;
    right: 80px;
  }
}
@media screen and (min-width: 60em) {
  .carousel .slider-next,
  .certs-carousel .slider-next {
    right: 20px;
  }
}

.carousel-half {
  /* .slick-slide {

        margin:0;

   }*/
}
.carousel-half .box-multi {
  border: 14px solid #F6F3F1 !important;
  /*@include breakpoint(medium up) {

   margin:0;
  padding:15px;
  background: $c-grey-light;
  //margin-right: 2px;

  }*/
}
.carousel-half .slider-arrow {
  color: #716565;
  border: 1px solid #716565;
  top: 0;
  bottom: auto;
}
.carousel-half .slider-next {
  top: 59px;
}

/* --------------------------------------------
  #Posts (News, Events, etc) 
  -------------------------------------------- */
.item {
  overflow: hidden;
  position: relative;
  background: #fff;
  /*.meta {
      position: absolute;
      bottom: 20px;
      left: 20px;
      text-align: left;
  }*/
}
.item h2 {
  font-size: 1.05rem;
  line-height: 1.3;
  color: #62222B;
  font-weight: 300;
  text-align: center;
  margin: 0;
  text-transform: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 15px 30px;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 60em) {
  .item h2 {
    font-size: 1.2rem;
  }
}
.item h2 a {
  color: #716565 !important;
}
.item time {
  display: inline-block;
  text-align: right;
  border: 1px solid #716565;
  color: #716565;
  margin-left: 20px;
  padding: 3px 7px;
  font-size: 0.7rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  opacity: 0;
}
.item .overlay, .item .note {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  border: 0;
  position: relative;
  position: absolute;
  background: rgba(113, 101, 101, 0.95);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.item:hover .overlay, .item:hover .note {
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.carousel .item {
  width: 100%;
}

.item.full h1 {
  overflow-wrap: break-word;
}
.item.full .item-cats {
  width: calc(50% - 80px);
}
.item.full .item-cats ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 2rem;
}
.item.full .item-cats li {
  display: none;
}
.item.full .item-cats li.news_trail {
  display: block;
}

.newsfilter .level_1 > li a {
  display: none;
}
.newsfilter .level_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.newsfilter .level_2 li {
  width: 100%;
}
@media screen and (min-width: 46.25em) {
  .newsfilter .level_2 li {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
}
.newsfilter .level_2 li a, .newsfilter .level_2 li .active {
  padding: 0.25em 0.7em;
  display: block;
  color: #62222B;
  border: 1px solid #62222B;
}
@media screen and (min-width: 60em) {
  .newsfilter .level_2 li a, .newsfilter .level_2 li .active {
    padding: 1em 1.75em;
  }
}
.newsfilter .level_2 li a.active, .newsfilter .level_2 li .active.active {
  background: #F6F3F1;
  color: #716565;
  text-decoration: none;
}

.start .cta-box {
  display: none;
}
@media screen and (min-width: 60em) {
  .start .cta-box {
    display: block;
    position: absolute;
    top: 46%;
  }
}

.cta-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 46.25em) {
  .cta-box {
    width: 80%;
  }
}
@media screen and (min-width: 60em) {
  .cta-box {
    width: 60%;
  }
}
@media screen and (min-width: 81.25em) {
  .cta-box {
    width: 50%;
  }
}
@media screen and (min-width: 100em) {
  .cta-box {
    width: 50%;
  }
}

.cta-box.left {
  text-align: left;
  left: 3vw;
  top: 3vw;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.cta-box.left h3 {
  text-align: left;
}

.cta-banderole {
  margin: 0;
  margin-top: 0px;
  font-size: 0.8rem !important;
  font-weight: 100;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  color: #F6F3F1;
  text-transform: uppercase;
}
@media screen and (min-width: 46.25em) {
  .cta-banderole {
    font-size: 1.1rem !important;
    margin-top: 0px;
    margin-bottom: 30px;
    letter-spacing: 0.25rem;
  }
}
@media screen and (min-width: 60em) {
  .cta-banderole {
    font-size: 1.2rem !important;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 81.25em) {
  .cta-banderole {
    font-size: 1.3rem !important;
  }
}
.cta-banderole a, .cta-banderole span {
  color: #ffffff;
  background: rgba(217, 34, 21, 0.95);
  padding: 0.5em 1em;
}

.cta-script {
  font-family: "Caleigh", serif;
  text-transform: none;
  font-style: normal !important;
  text-align: center;
  font-size: 3.4rem !important;
  margin: 0;
  padding: 0;
  letter-spacing: 0 !important;
  line-height: 1;
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.05);
  padding-top: 2rem;
  z-index: 2;
}
@media screen and (min-width: 30em) {
  .cta-script {
    font-size: 3.6rem !important;
  }
}
@media screen and (min-width: 46.25em) {
  .cta-script {
    font-size: 4.2rem !important;
    line-height: 1 !important;
  }
}
@media screen and (min-width: 60em) {
  .cta-script {
    font-size: 5.8rem !important;
    line-height: 1 !important;
  }
}
/* Calendar */
.mod_eventlist .empty {
  display: none;
  text-align: center;
}

.em-calendar {
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
}
.em-calendar td {
  padding: 3px;
  text-align: center;
}
.em-calendar td .month_name {
  font-weight: bold;
  color: #62222B;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}

/* Event Item */
.event-item {
  position: relative;
  background-color: #ffffff;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  border: 1px solid #cccccc;
  padding: 10px;
  overflow: hidden;
}
@media screen and (min-width: 60em) {
  .event-item {
    padding: 20px;
  }
}
@media screen and (min-width: 100em) {
  .event-item {
    padding: 40px;
  }
}
.event-item h3 {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.18rem;
  font-weight: 300;
  margin: 0;
  height: 4.2em;
}
.event-item strong {
  font-size: 15px;
}
.event-item img {
  max-width: 100%;
  height: auto;
  padding: 0;
  border: 0px solid #f2f2f2;
  background: #ffffff;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
@media screen and (min-width: 46.25em) {
  .event-item .text {
    padding-left: 0;
  }
}
.event-item .overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: relative;
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
@media screen and (min-width: 81.25em) {
  .event-item .overlay {
    padding: 30px;
  }
}
.event-item h5.placeholder {
  position: absolute;
  bottom: 30px;
  background: transparent;
  width: 90%;
  color: #716565;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  visibility: hidden;
}

.event-item:hover .overlay {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
.event-item:hover img {
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
@media screen and (min-width: 60em) {
  .event-item:hover img {
    padding: 45px;
  }
}
@media screen and (min-width: 81.25em) {
  .event-item:hover img {
    padding: 55px;
  }
}

.event.full time, .event.full .tile.date {
  padding: 0.5rem 1.75rem;
  background: #3b2d2f;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1rem;
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 60em) {
  .event.full time, .event.full .tile.date {
    font-size: 1.2rem;
    margin-right: 2rem;
  }
}
.event.full .image_container {
  border: 1px solid #F6F3F1;
}

/* Event Submit */
#event-form fieldset {
  padding: 20px 30px;
}
#event-form .event-extra-details {
  margin-top: 20px;
}
#event-form h4 {
  border-bottom: 1px solid #716565;
}
#event-form label {
  color: #62222B;
}

.em-time-range {
  background: #ffffff;
  font-size: 13px;
  padding: 10px;
}

#event-date-explanation {
  display: none;
}

.schleife {
  position: absolute;
  left: 0;
  width: 100vw;
  top: -60px;
}
@media screen and (min-width: 25em) {
  .schleife {
    top: -100px;
  }
}
@media screen and (min-width: 46.25em) {
  .schleife {
    width: 80vw;
    top: -120px;
  }
}
@media screen and (min-width: 60em) {
  .schleife {
    width: 60vw;
    top: -180px;
    max-width: 1000px;
  }
}
@media screen and (min-width: 81.25em) {
  .schleife {
    width: 70vw;
    top: -200px;
    max-width: 1000px;
  }
}
@media screen and (min-width: 100em) {
  .schleife {
    top: -250px;
    max-width: 1100px;
  }
}
@media screen and (min-width: 120em) {
  .schleife {
    max-width: 1200px;
  }
}

.top-0 .schleife, .top0 .schleife {
  top: 0 !important;
}

.lines:before {
  display: block;
  content: "";
  border-bottom: 1px solid #716565;
  max-width: 50vw;
  margin: 0.5em auto 0.25em auto;
  height: 1px;
}
.lines:after {
  display: block;
  content: "";
  border-top: 1px solid #716565;
  max-width: 50vw;
  margin: 0.25em auto 0.5em auto;
  height: 1px;
}

#vorhang {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.curtain {
  position: absolute;
  /*background: -moz-linear-gradient(right, rgba(0, 0, 0, 0), #4d4d4d, rgba(51, 51, 51, 0.993), #4d4d4d), -moz-linear-gradient(right, rgba(51, 51, 51, 0.997), rgba(77, 77, 77, 0.999), rgba(51, 51, 51, 0.998));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0), #4d4d4d, rgba(51, 51, 51, 0.993), #4d4d4d), -o-linear-gradient(right, rgba(51, 51, 51, 0.997), rgba(77, 77, 77, 0.999), rgba(51, 51, 51, 0.998));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), #4d4d4d, rgba(51, 51, 51, 0.993), #4d4d4d), -webkit-linear-gradient(right, rgba(51, 51, 51, 0.997), rgba(77, 77, 77, 0.999), rgba(51, 51, 51, 0.998));
  */
  background: -webkit-gradient(linear, right top, left top, from(rgba(38, 13, 18, 0)), color-stop(#62222B), color-stop(rgba(66, 23, 31, 0.993)), to(#62222B)), -webkit-gradient(linear, right top, left top, from(rgba(66, 23, 31, 0.997)), color-stop(rgba(96, 38, 47, 0.999)), to(rgba(66, 23, 31, 0.998)));
  background: linear-gradient(to left, rgba(38, 13, 18, 0), #62222B, rgba(66, 23, 31, 0.993), #62222B), linear-gradient(to left, rgba(66, 23, 31, 0.997), rgba(96, 38, 47, 0.999), rgba(66, 23, 31, 0.998));
  background-size: 67px 67px, 53px 53px;
  width: 70%;
  height: 100%;
  margin-left: -19.9%;
  -webkit-transition: width 2s, -webkit-transform 1s;
  transition: width 2s, -webkit-transform 1s;
  transition: width 2s, transform 1s;
  transition: width 2s, transform 1s, -webkit-transform 1s;
}

.balance {
  position: absolute;
  /*background: -moz-linear-gradient(right, rgba(0, 0, 0, 0), #4d4d4d, rgba(26, 26, 26, 0.993), #4d4d4d), -moz-linear-gradient(right, rgba(26, 26, 26, 0.997), rgba(38, 38, 38, 0.999), rgba(26, 26, 26, 0.998));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0), #4d4d4d, rgba(26, 26, 26, 0.993), #4d4d4d), -o-linear-gradient(right, rgba(26, 26, 26, 0.997), rgba(38, 38, 38, 0.999), rgba(26, 26, 26, 0.998));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), #4d4d4d, rgba(26, 26, 26, 0.993), #4d4d4d), -webkit-linear-gradient(right, rgba(26, 26, 26, 0.997), rgba(38, 38, 38, 0.999), rgba(26, 26, 26, 0.998));
  */
  background: -webkit-gradient(linear, right top, left top, from(rgba(38, 13, 28, 0)), color-stop(#62222B), color-stop(rgba(38, 13, 28, 0.993)), to(#62222B)), -webkit-gradient(linear, right top, left top, from(rgba(38, 13, 28, 0.997)), color-stop(rgba(96, 36, 56, 0.999)), to(rgba(40, 14, 29, 0.998)));
  background: linear-gradient(to left, rgba(38, 13, 28, 0), #62222B, rgba(38, 13, 28, 0.993), #62222B), linear-gradient(to left, rgba(38, 13, 28, 0.997), rgba(96, 36, 56, 0.999), rgba(40, 14, 29, 0.998));
  background-size: 67px 67px, 53px 53px;
  background-size: 79px 79px, 61px 61px;
  width: 100%;
  height: 10%;
  -webkit-transition: height 1s 1s;
  transition: height 1s 1s;
}

#curtain-right {
  right: 0;
  margin-right: -19.9%;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}

.spotlight {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  /*background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 60%), -moz-radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 40%);
  background: -o-radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 60%), -o-radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 40%);
  background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 60%), -webkit-radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 40%);
  */
  background: radial-gradient(circle, rgba(26, 14, 18, 0), rgba(26, 14, 18, 0) 60%), radial-gradient(circle, rgba(26, 14, 18, 0), rgba(26, 14, 18, 0.5) 40%);
  background-attachment: fixed;
  background-position: -220px 0, 80px 0;
  -webkit-animation: spotlight 2s ease-in-out infinite;
          animation: spotlight 2s ease-in-out infinite;
}

@-webkit-keyframes spotlight {
  0%, 100% {
    background-position: -220px 0, 80px 0;
  }
  50% {
    background-position: 260px 0, 150px 0;
  }
}

@keyframes spotlight {
  0%, 100% {
    background-position: -220px 0, 80px 0;
  }
  50% {
    background-position: 260px 0, 150px 0;
  }
}
#vorhang.go {
  pointer-events: none;
}

#vorhang.go #curtain-left {
  width: 0;
  pointer-events: none;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
@media screen and (min-width: 60em) {
  #vorhang.go #curtain-left {
    -webkit-transform: matrix(1, 0, -0.3, 1, 0, 0);
        -ms-transform: matrix(1, 0, -0.3, 1, 0, 0);
            transform: matrix(1, 0, -0.3, 1, 0, 0);
  }
}

#vorhang.go #curtain-right {
  width: 0;
  pointer-events: none;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
@media screen and (min-width: 60em) {
  #vorhang.go #curtain-right {
    -webkit-transform: matrix(-1, 0, 0.3, 1, 0, 0);
        -ms-transform: matrix(-1, 0, 0.3, 1, 0, 0);
            transform: matrix(-1, 0, 0.3, 1, 0, 0);
  }
}

#vorhang.go .balance {
  height: 0;
  pointer-events: none;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

#vorhang.go .spotlight {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

.marx-bg {
  background-image: url(../svg/marx-grey.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 57% center !important;
  background-size: 150% !important;
  color: #3b2d2f;
}

.marx-container {
  width: 130px;
}
.marx-container:hover {
  -webkit-animation: marxwiggle 0.9s ease-in-out infinite;
          animation: marxwiggle 0.9s ease-in-out infinite;
}
.marx-container .marx {
  background: url(../svg/marx.svg) no-repeat left center;
  background-position: 50% 60px;
  background-size: auto 40px;
  height: 60px;
  width: 100%;
  cursor: pointer;
}
.marx-container.go .marx {
  background-position: 50% bottom;
  background-size: auto 60px;
  -webkit-animation: marxjumpup 6s ease-in-out;
          animation: marxjumpup 6s ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.marx-container.marx-dark .marx {
  background-image: url(../svg/marx-dark.svg);
}
.marx-container.marx-dark + .line-animation {
  margin-left: 0;
  margin-right: 0;
}
.marx-container.marx-dark.go .marx {
  background-position: 50% bottom;
  background-size: auto 60px;
  -webkit-animation: marxjumpup 6s ease-in-out;
          animation: marxjumpup 6s ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes marxjumpup {
  0% {
    background-position: 50% 60px;
    background-size: auto 40px;
  }
  50% {
    background-position: 50% 60px;
    background-size: auto 40px;
  }
  60% {
    background-position: 50% bottom;
    background-size: auto 40px;
  }
  65% {
    background-position: 50% bottom;
    background-size: auto 40px;
  }
  70% {
    background-position: 50% bottom;
    background-size: auto 60px;
  }
}

@keyframes marxjumpup {
  0% {
    background-position: 50% 60px;
    background-size: auto 40px;
  }
  50% {
    background-position: 50% 60px;
    background-size: auto 40px;
  }
  60% {
    background-position: 50% bottom;
    background-size: auto 40px;
  }
  65% {
    background-position: 50% bottom;
    background-size: auto 40px;
  }
  70% {
    background-position: 50% bottom;
    background-size: auto 60px;
  }
}
@-webkit-keyframes marxwiggle {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(0px, -4px, 0);
            transform: translate3d(0px, -4px, 0);
    opacity: 1;
  }
}
@keyframes marxwiggle {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(0px, -4px, 0);
            transform: translate3d(0px, -4px, 0);
    opacity: 1;
  }
}
.shadow-hard {
  -webkit-box-shadow: 14px 14px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 14px 14px 0px rgba(0, 0, 0, 0.06);
}

.shadow-soft {
  -webkit-box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.08);
}

.grayscale, .greyscale, .fx-greyscale, .fx-grayscale {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.skew {
  -webkit-transform: rotate(-5deg) skew(-11deg) !important;
      -ms-transform: rotate(-5deg) skew(-11deg) !important;
          transform: rotate(-5deg) skew(-11deg) !important;
}

.margin-center {
  margin-left: auto;
  margin-right: auto;
}

.mt-bug, .margin-bug {
  overflow: auto;
}

.mt-xsmall {
  margin-top: 7px;
}
@media screen and (min-width: 46.25em) {
  .mt-xsmall {
    margin-top: 10px;
  }
}
@media screen and (min-width: 60em) {
  .mt-xsmall {
    margin-top: 15px;
  }
}

.mt-small {
  margin-top: 16px;
}
@media screen and (min-width: 46.25em) {
  .mt-small {
    margin-top: 25px;
  }
}
@media screen and (min-width: 60em) {
  .mt-small {
    margin-top: 35px;
  }
}

.mt-medium {
  margin-top: 30px;
}
@media screen and (min-width: 46.25em) {
  .mt-medium {
    margin-top: 50px;
  }
}
@media screen and (min-width: 60em) {
  .mt-medium {
    margin-top: 70px;
  }
}
@media screen and (min-width: 100em) {
  .mt-medium {
    margin-top: 85px !important;
  }
}

.mt-large {
  margin-top: 40px !important;
}
@media screen and (min-width: 46.25em) {
  .mt-large {
    margin-top: 70px !important;
  }
}
@media screen and (min-width: 60em) {
  .mt-large {
    margin-top: 105px !important;
  }
}
@media screen and (min-width: 100em) {
  .mt-large {
    margin-top: 135px !important;
  }
}

.mt-xlarge {
  margin-top: 75px;
}
@media screen and (min-width: 46.25em) {
  .mt-xlarge {
    margin-top: 100px;
  }
}
@media screen and (min-width: 60em) {
  .mt-xlarge {
    margin-top: 160px !important;
  }
}
@media screen and (min-width: 100em) {
  .mt-xlarge {
    margin-top: 195px !important;
  }
}

.mt-xxlarge {
  margin-top: 125px;
}
@media screen and (min-width: 46.25em) {
  .mt-xxlarge {
    margin-top: 150px;
  }
}
@media screen and (min-width: 60em) {
  .mt-xxlarge {
    margin-top: 235px !important;
  }
}
@media screen and (min-width: 100em) {
  .mt-xxlarge {
    margin-top: 270px !important;
  }
}

.mb-xsmall {
  margin-bottom: 7px;
}
@media screen and (min-width: 46.25em) {
  .mb-xsmall {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 60em) {
  .mb-xsmall {
    margin-bottom: 15px;
  }
}

.mb-small {
  margin-bottom: 16px;
}
@media screen and (min-width: 46.25em) {
  .mb-small {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 60em) {
  .mb-small {
    margin-bottom: 35px;
  }
}

.mb-medium {
  margin-bottom: 30px;
}
@media screen and (min-width: 46.25em) {
  .mb-medium {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 60em) {
  .mb-medium {
    margin-bottom: 70px;
  }
}

.mb-large {
  margin-bottom: 40px;
}
@media screen and (min-width: 46.25em) {
  .mb-large {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 60em) {
  .mb-large {
    margin-bottom: 95px;
  }
}

.mb-xlarge {
  margin-bottom: 75px;
}
@media screen and (min-width: 46.25em) {
  .mb-xlarge {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 60em) {
  .mb-xlarge {
    margin-bottom: 150px;
  }
}

.mb-xxlarge {
  margin-bottom: 125px;
}
@media screen and (min-width: 46.25em) {
  .mb-xxlarge {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 60em) {
  .mb-xxlarge {
    margin-bottom: 275px !important;
  }
}

/*
.large-mb-50 {

  @include breakpoint(large up) {

      margin-bottom: 50px;
  }
}


.large-mb-100 {

  @include breakpoint(large up) {

      margin-bottom: 100px;
  }
}


.large-mb-150 {

  @include breakpoint(large up) {

      margin-bottom: 150px;
  }
}

.large-mb-200 {

  @include breakpoint(large up) {

      margin-bottom: 200px;
  }
}

.large-mb-250 {

  @include breakpoint(large up) {

      margin-bottom: 250px;
  }
}


.large-mb-300 {

  @include breakpoint(large up) {

      margin-bottom: 300px;
  }
}



.large-mb-500 {

  @include breakpoint(large up) {

      margin-bottom: 500px;
  }
}*/
@media screen and (min-width: 60em) {
  .mt-50px-negative {
    margin-top: -50px;
  }
}

@media screen and (min-width: 60em) {
  .mt-100px-negative {
    margin-top: -100px;
  }
}

@media screen and (min-width: 60em) {
  .mt-5-negative {
    margin-top: -5%;
  }
}

@media screen and (min-width: 60em) {
  .mt-10-negative {
    margin-top: -10%;
  }
}

@media screen and (min-width: 60em) {
  .mt-15-negative {
    margin-top: -15%;
  }
}

@media screen and (min-width: 60em) {
  .mt-20-negative {
    margin-top: -20%;
  }
}

.ml-small {
  margin-left: 1rem !important;
}
@media screen and (min-width: 46.25em) {
  .ml-small {
    margin-left: 1rem !important;
  }
}
@media screen and (min-width: 60em) {
  .ml-small {
    margin-left: 1rem !important;
  }
}

.mr-small {
  margin-right: 1rem !important;
}
@media screen and (min-width: 46.25em) {
  .mr-small {
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 60em) {
  .mr-small {
    margin-right: 1rem !important;
  }
}

.no-padding, .p-zero {
  padding: 0 !important;
}
.no-padding *, .p-zero * {
  padding: 0 !important;
}

.p-xxsmall {
  padding: 3px !important;
}
@media screen and (min-width: 46.25em) {
  .p-xxsmall {
    padding: 4px !important;
  }
}
@media screen and (min-width: 60em) {
  .p-xxsmall {
    padding: 5px !important;
  }
}

.p-xsmall {
  padding: 5px !important;
}
@media screen and (min-width: 46.25em) {
  .p-xsmall {
    padding: 10px !important;
  }
}
@media screen and (min-width: 60em) {
  .p-xsmall {
    padding: 15px !important;
  }
}

.p-small {
  padding: 15px !important;
}
@media screen and (min-width: 46.25em) {
  .p-small {
    padding: 20px !important;
  }
}
@media screen and (min-width: 60em) {
  .p-small {
    padding: 30px !important;
  }
}

.pt-small {
  padding-top: 10px !important;
}
@media screen and (min-width: 46.25em) {
  .pt-small {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 60em) {
  .pt-small {
    padding-top: 30px !important;
  }
}

.pr-small {
  padding-right: 10px !important;
}
@media screen and (min-width: 46.25em) {
  .pr-small {
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 60em) {
  .pr-small {
    padding-right: 30px !important;
  }
}

.pb-small {
  padding-bottom: 10px !important;
}
@media screen and (min-width: 46.25em) {
  .pb-small {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 60em) {
  .pb-small {
    padding-bottom: 30px !important;
  }
}

.p-medium {
  padding: 25px !important;
}
@media screen and (min-width: 46.25em) {
  .p-medium {
    padding: 40px !important;
  }
}
@media screen and (min-width: 60em) {
  .p-medium {
    padding: 50px !important;
  }
}

.pt-medium {
  padding-top: 25px !important;
}
@media screen and (min-width: 46.25em) {
  .pt-medium {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 60em) {
  .pt-medium {
    padding-top: 50px !important;
  }
}

.pl-medium {
  padding-left: 25px !important;
}
@media screen and (min-width: 46.25em) {
  .pl-medium {
    padding-left: 40px !important;
  }
}
@media screen and (min-width: 60em) {
  .pl-medium {
    padding-left: 50px !important;
  }
}

.pr-medium {
  padding-right: 25px !important;
}
@media screen and (min-width: 46.25em) {
  .pr-medium {
    padding-right: 40px !important;
  }
}
@media screen and (min-width: 60em) {
  .pr-medium {
    padding-right: 50px !important;
  }
}

.pb-medium {
  padding-bottom: 25px !important;
}
@media screen and (min-width: 46.25em) {
  .pb-medium {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 60em) {
  .pb-medium {
    padding-bottom: 50px !important;
  }
}

.p-large {
  padding: 30px !important;
}
@media screen and (min-width: 46.25em) {
  .p-large {
    padding: 60px !important;
  }
}
@media screen and (min-width: 60em) {
  .p-large {
    padding: 75px !important;
  }
}

.pt-large {
  padding-top: 45px !important;
}
@media screen and (min-width: 46.25em) {
  .pt-large {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 60em) {
  .pt-large {
    padding-top: 75px !important;
  }
}

.pb-large {
  padding-bottom: 45px !important;
}
@media screen and (min-width: 46.25em) {
  .pb-large {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 60em) {
  .pb-large {
    padding-bottom: 75px !important;
  }
}

.p-xlarge {
  padding: 60px !important;
}
@media screen and (min-width: 46.25em) {
  .p-xlarge {
    padding: 85px !important;
  }
}
@media screen and (min-width: 60em) {
  .p-xlarge {
    padding: 125px !important;
  }
}

.pt-xlarge {
  padding-top: 50px !important;
}
@media screen and (min-width: 46.25em) {
  .pt-xlarge {
    padding-top: 75px !important;
  }
}
@media screen and (min-width: 60em) {
  .pt-xlarge {
    padding-top: 125px !important;
  }
}

.pb-xlarge {
  padding-bottom: 50px !important;
}
@media screen and (min-width: 46.25em) {
  .pb-xlarge {
    padding-bottom: 75px !important;
  }
}
@media screen and (min-width: 60em) {
  .pb-xlarge {
    padding-bottom: 125px !important;
  }
}

.p-xxlarge {
  padding: 75px !important;
}
@media screen and (min-width: 46.25em) {
  .p-xxlarge {
    padding: 100px !important;
  }
}
@media screen and (min-width: 60em) {
  .p-xxlarge {
    padding: 225px !important;
  }
}

.pt-xxlarge {
  padding-top: 75px !important;
}
@media screen and (min-width: 46.25em) {
  .pt-xxlarge {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 60em) {
  .pt-xxlarge {
    padding-top: 225px !important;
  }
}

.pb-xxlarge {
  padding-bottom: 75px !important;
}
@media screen and (min-width: 46.25em) {
  .pb-xxlarge {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 60em) {
  .pb-xxlarge {
    padding-bottom: 225px !important;
  }
}

@media screen and (min-width: 60em) {
  .l-spacer-l {
    padding-left: 3rem !important;
  }
}
@media screen and (min-width: 81.25em) {
  .l-spacer-l {
    padding-left: 4rem !important;
  }
}

@media screen and (min-width: 60em) {
  .r-spacer-l {
    padding-right: 3rem !important;
  }
}
@media screen and (min-width: 81.25em) {
  .r-spacer-l {
    padding-right: 4rem !important;
  }
}

.height100, .height-100 {
  height: 100%;
  /*> * {

    height:100%;
  }*/
}

.height-inner-100 > * {
  height: 100%;
}

.height-xsmall {
  height: 4.3rem !important;
  overflow: hidden;
}
.height-xsmall > .box-with-icon {
  height: 100%;
}

.height-small {
  height: 7.3rem !important;
  overflow: hidden;
}
.height-small > .box-with-icon {
  height: 100%;
}

.height-medium {
  height: 23rem !important;
  overflow: hidden;
}
.height-medium > .box-with-icon {
  height: 100%;
}

.height-large {
  min-height: 35rem !important;
  overflow: hidden;
}
.height-large > .box-with-icon {
  height: 100%;
}

.height-100p {
  height: 100% !important;
  overflow: hidden;
}
.height-100p > .box-with-icon {
  height: 100%;
}

@media screen and (max-width: 46.1875em) {
  .pl-viewport {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
  }
}
@media screen and (min-width: 46.25em) and (max-width: 59.9375em) {
  .pl-viewport {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
}
@media screen and (max-width: 59.9375em) {
  .pl-viewport {
    padding-top: 5vw !important;
    padding-bottom: 5vw !important;
  }
}
@media screen and (min-width: 60em) and (max-width: 81.1875em) {
  .pl-viewport {
    padding-left: 5vw !important;
  }
}
@media screen and (min-width: 81.25em) and (max-width: 99.9375em) {
  .pl-viewport {
    padding-left: 6vw !important;
  }
}
@media screen and (min-width: 100em) and (max-width: 119.9375em) {
  .pl-viewport {
    padding-left: 6vw !important;
  }
}
@media screen and (min-width: 120em) and (max-width: 131.1875em) {
  .pl-viewport {
    padding-left: 9vw !important;
  }
}
@media screen and (min-width: 131.25em) {
  .pl-viewport {
    padding-left: 15vw !important;
  }
}

@media screen and (max-width: 46.1875em) {
  .pr-viewport {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
    padding-top: 5vw !important;
    padding-bottom: 5vw !important;
  }
}
@media screen and (min-width: 46.25em) and (max-width: 59.9375em) {
  .pr-viewport {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
    padding-top: 4vw !important;
    padding-bottom: 4vw !important;
  }
}
@media screen and (max-width: 59.9375em) {
  .pr-viewport {
    padding-top: 5vw !important;
    padding-bottom: 5vw !important;
  }
}
@media screen and (min-width: 60em) and (max-width: 81.1875em) {
  .pr-viewport {
    padding-right: 5vw !important;
  }
}
@media screen and (min-width: 81.25em) and (max-width: 99.9375em) {
  .pr-viewport {
    padding-right: 6vw !important;
  }
}
@media screen and (min-width: 100em) and (max-width: 119.9375em) {
  .pr-viewport {
    padding-right: 6vw !important;
  }
}
@media screen and (min-width: 120em) and (max-width: 131.1875em) {
  .pr-viewport {
    padding-right: 9vw !important;
  }
}
@media screen and (min-width: 131.25em) {
  .pr-viewport {
    padding-right: 15vw !important;
  }
}

@media screen and (min-width: 81.25em) {
  .pl-viewport-xl-reset {
    padding-left: 0vw !important;
  }
}

@media screen and (min-width: 81.25em) {
  .pr-viewport-xl-reset {
    padding-right: 0vw !important;
  }
}

@media screen and (min-width: 131.25em) {
  .inside-hd .pl-viewport {
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 131.25em) {
  .inside-hd .pr-viewport {
    padding-right: 0 !important;
  }
}

/*


.pl-viewport-s {
    @include breakpoint(small only) {
        padding-left: 5vw !important;
    }

}

.pl-viewport-m {
    @include breakpoint(medium only) {
        padding-left: 4vw !important;
    }

}

.pl-viewport-l {
    @include breakpoint(large only) {
        padding-left: 5vw !important;
    }

}

.pl-viewport-xl {
    @include breakpoint(xlarge only) {
        padding-left: 6vw !important;
    }

}

.pl-viewport-xxl {
    @include breakpoint(xxlarge only) {
        padding-left: 6vw !important;
    }

}

.pl-viewport-hd {
    @include breakpoint(hd only) {
        padding-left: 9vw !important;
    }

}

.pl-viewport-xxxl {
    @include breakpoint(xxxlarge only) {
        padding-left: 15vw !important;
    }

}








.pr-viewport-s {
    @include breakpoint(small only) {
        padding-right: 5vw !important;
    }

}

.pr-viewport-m {
    @include breakpoint(medium only) {
        padding-right: 4vw !important;
    }

}

.pr-viewport-l {
    @include breakpoint(large only) {
        padding-right: 5vw !important;
    }

}

.pr-viewport-xl {
    @include breakpoint(xlarge only) {
        padding-right: 6vw !important;
    }

}

.pr-viewport-xxl {
    @include breakpoint(xxlarge only) {
        padding-right: 6vw !important;
    }

}

.pr-viewport-hd {
    @include breakpoint(hd only) {
        padding-right: 9vw !important;
    }

}

.pr-viewport-xxxl {
    @include breakpoint(xxxlarge only) {
        padding-right: 15vw !important;
    }

}


*/
@media screen and (min-width: 60em) {
  .translatex-5-negative {
    -webkit-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}

@media screen and (min-width: 60em) {
  .translatex-10-negative {
    -webkit-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}

@media screen and (min-width: 60em) {
  .translatex-15-negative {
    -webkit-transform: translateX(-15%);
        -ms-transform: translateX(-15%);
            transform: translateX(-15%);
  }
}

@media screen and (min-width: 60em) {
  .translatex-20-negative {
    -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}

@media screen and (min-width: 60em) {
  .translatex-25-negative {
    -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}

@media screen and (min-width: 60em) {
  .translatex-50-negative {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 60em) {
  .translatex-75-negative {
    -webkit-transform: translateX(-75%);
        -ms-transform: translateX(-75%);
            transform: translateX(-75%);
  }
}

@media screen and (min-width: 60em) {
  .translatex-100-negative {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@media screen and (min-width: 60em) {
  .translatex-5-positive {
    -webkit-transform: translateX(5%);
        -ms-transform: translateX(5%);
            transform: translateX(5%);
  }
}

@media screen and (min-width: 60em) {
  .translatex-10-positive {
    -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
            transform: translateX(10%);
  }
}

@media screen and (min-width: 60em) {
  .translatex-15-positive {
    -webkit-transform: translateX(15%);
        -ms-transform: translateX(15%);
            transform: translateX(15%);
  }
}

@media screen and (min-width: 60em) {
  .translatex-20-positive {
    -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
            transform: translateX(20%);
  }
}

@media screen and (min-width: 60em) {
  .translatex-25-positive {
    -webkit-transform: translateX(25%);
        -ms-transform: translateX(25%);
            transform: translateX(25%);
  }
}

@media screen and (min-width: 60em) {
  .translatex-50-positive {
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media screen and (min-width: 60em) {
  .translatex-75-positive {
    -webkit-transform: translateX(75%);
        -ms-transform: translateX(75%);
            transform: translateX(75%);
  }
}

@media screen and (min-width: 60em) {
  .translatex-100-positive {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@media screen and (min-width: 60em) {
  .translatey-5-negative {
    -webkit-transform: translateY(-5%);
        -ms-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}

@media screen and (min-width: 60em) {
  .translatey-10-negative {
    -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

@media screen and (min-width: 60em) {
  .translatey-15-negative {
    -webkit-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
            transform: translateY(-15%);
  }
}

@media screen and (min-width: 60em) {
  .translatey-20-negative {
    -webkit-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}

@media screen and (min-width: 60em) {
  .translatey-25-negative {
    -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}

@media screen and (min-width: 60em) {
  .translatey-50-negative {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 60em) {
  .translatey-75-negative {
    -webkit-transform: translateY(-75%);
        -ms-transform: translateY(-75%);
            transform: translateY(-75%);
  }
}

@media screen and (min-width: 60em) {
  .translatey-100-negative {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@media screen and (min-width: 60em) {
  .translatey-5-positive {
    -webkit-transform: translateY(5%);
        -ms-transform: translateY(5%);
            transform: translateY(5%);
  }
}

@media screen and (min-width: 60em) {
  .translatey-10-positive {
    -webkit-transform: translateY(10%);
        -ms-transform: translateY(10%);
            transform: translateY(10%);
  }
}

@media screen and (min-width: 60em) {
  .translatey-15-positive {
    -webkit-transform: translateY(15%);
        -ms-transform: translateY(15%);
            transform: translateY(15%);
  }
}

@media screen and (min-width: 60em) {
  .translatey-20-positive {
    -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
            transform: translateY(20%);
  }
}

@media screen and (min-width: 60em) {
  .translatey-25-positive {
    -webkit-transform: translateY(25%);
        -ms-transform: translateY(25%);
            transform: translateY(25%);
  }
}

@media screen and (min-width: 60em) {
  .translatey-50-positive {
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
  }
}

@media screen and (min-width: 60em) {
  .translatey-75-positive {
    -webkit-transform: translateY(75%);
        -ms-transform: translateY(75%);
            transform: translateY(75%);
  }
}

@media screen and (min-width: 60em) {
  .translatey-100-positive {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
}

/*
$gutter-half-s: 9px;
$gutter-half-m: 12px;
$gutter-half-l: 15px;

*/
@media screen and (max-width: 46.1875em) {
  .w0s {
    display: none !important;
  }
}

@media screen and (min-width: 46.25em) and (max-width: 59.9375em) {
  .w0m {
    display: none !important;
  }
}

@media screen and (min-width: 60em) {
  .w0l,
  .w0 {
    display: none !important;
  }
}

.flex-row,
.flex-grid {
  /*display: flex;
  justify-content: flex-start;
  align-items: flex-start;

  flex-wrap: wrap;
  position: relative;
  //width:100%;
  flex: 0 1 auto;
  //padding-left:...gutter-half-s} !important;
  */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: calc(100% + 10px);
  width: calc(100% + 0px);
  /*> * {
      min-height:100%;
  }*/
  /*> [class*=w] > * {
      min-height:100%;

  }*/
}
@media screen and (min-width: 46.25em) {
  .flex-row,
  .flex-grid {
    width: calc(100% + 15px);
  }
}
@media screen and (min-width: 60em) {
  .flex-row,
  .flex-grid {
    width: calc(100% + 20px);
  }
}
@media screen and (max-width: 59.9375em) {
  .flex-row > .w100s,
  .flex-grid > .w100s {
    width: 100%;
    padding-right: 10px;
    padding-right: 0;
  }
}
@media screen and (max-width: 59.9375em) {
  .flex-row > .w75s,
  .flex-grid > .w75s {
    width: 70%;
    padding-right: 10px;
  }
}
@media screen and (max-width: 59.9375em) {
  .flex-row > .w70s,
  .flex-grid > .w70s {
    width: 70%;
    padding-right: 10px;
  }
}
@media screen and (max-width: 59.9375em) {
  .flex-row > .w60s,
  .flex-grid > .w60s {
    width: 60%;
    padding-right: 10px;
  }
}
@media screen and (max-width: 59.9375em) {
  .flex-row > .w50s,
  .flex-grid > .w50s {
    width: 50%;
    padding-right: 10px;
  }
}
@media screen and (max-width: 59.9375em) {
  .flex-row > .w40s,
  .flex-grid > .w40s {
    width: 40%;
    padding-right: 10px;
  }
}
@media screen and (max-width: 59.9375em) {
  .flex-row > .w30s,
  .flex-grid > .w30s {
    width: 30%;
    padding-right: 10px;
  }
}
@media screen and (max-width: 59.9375em) {
  .flex-row > .w25s,
  .flex-grid > .w25s {
    width: 25%;
    padding-right: 10px;
  }
}
@media screen and (min-width: 46.25em) and (max-width: 59.9375em) {
  .flex-row > .w100m,
  .flex-grid > .w100m {
    width: 100%;
    padding-right: 15px;
  }
}
@media screen and (min-width: 46.25em) and (max-width: 59.9375em) {
  .flex-row > .w70m,
  .flex-grid > .w70m {
    width: 70%;
    padding-right: 15px;
  }
}
@media screen and (min-width: 46.25em) and (max-width: 59.9375em) {
  .flex-row > .w60m,
  .flex-grid > .w60m {
    width: 60%;
    padding-right: 15px;
  }
}
@media screen and (min-width: 46.25em) and (max-width: 59.9375em) {
  .flex-row > .w50m,
  .flex-grid > .w50m {
    width: 50%;
    padding-right: 15px;
  }
}
@media screen and (min-width: 46.25em) and (max-width: 59.9375em) {
  .flex-row > .w40m,
  .flex-grid > .w40m {
    width: 40%;
    padding-right: 15px;
  }
}
@media screen and (min-width: 46.25em) and (max-width: 59.9375em) {
  .flex-row > .w33m,
  .flex-grid > .w33m {
    width: 33%;
    padding-right: 15px;
  }
}
@media screen and (min-width: 46.25em) and (max-width: 59.9375em) {
  .flex-row > .w30m,
  .flex-grid > .w30m {
    width: 30%;
    padding-right: 15px;
  }
}
@media screen and (min-width: 46.25em) and (max-width: 59.9375em) {
  .flex-row > .w25m,
  .flex-grid > .w25m {
    width: 25%;
    padding-right: 15px;
  }
}
@media screen and (min-width: 60em) {
  .flex-row > .w10l,
  .flex-row > .w10,
  .flex-grid > .w10l,
  .flex-grid > .w10 {
    width: 10%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 60em) {
  .flex-row > .w20l,
  .flex-row > .w20,
  .flex-grid > .w20l,
  .flex-grid > .w20 {
    width: 20%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 60em) {
  .flex-row > .w25l,
  .flex-row > .w25,
  .flex-grid > .w25l,
  .flex-grid > .w25 {
    width: 25%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 60em) {
  .flex-row > .w30l,
  .flex-row > .w30,
  .flex-grid > .w30l,
  .flex-grid > .w30 {
    width: 30%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 60em) {
  .flex-row > .w33l,
  .flex-row > .w33,
  .flex-grid > .w33l,
  .flex-grid > .w33 {
    width: 33.33%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 60em) {
  .flex-row > .w40l,
  .flex-row > .w40,
  .flex-grid > .w40l,
  .flex-grid > .w40 {
    width: 40%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 60em) {
  .flex-row > .w45l,
  .flex-row > .w45,
  .flex-grid > .w45l,
  .flex-grid > .w45 {
    width: 45%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 60em) {
  .flex-row > .w50l,
  .flex-row > .w50,
  .flex-grid > .w50l,
  .flex-grid > .w50 {
    width: 50%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 60em) {
  .flex-row > .w60l,
  .flex-row > .w60,
  .flex-grid > .w60l,
  .flex-grid > .w60 {
    width: 60%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 60em) {
  .flex-row > .w66l,
  .flex-row > .w67l,
  .flex-row > .w66,
  .flex-row > .w67,
  .flex-grid > .w66l,
  .flex-grid > .w67l,
  .flex-grid > .w66,
  .flex-grid > .w67 {
    width: 66.66%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 60em) {
  .flex-row > .w70l,
  .flex-row > .w70,
  .flex-grid > .w70l,
  .flex-grid > .w70 {
    width: 70%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 60em) {
  .flex-row > .w75l,
  .flex-row > .w75,
  .flex-grid > .w75l,
  .flex-grid > .w75 {
    width: 75%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 60em) {
  .flex-row > .w90l,
  .flex-row > .w90,
  .flex-grid > .w90l,
  .flex-grid > .w90 {
    width: 90%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 60em) {
  .flex-row > .w100l,
  .flex-row > .w100,
  .flex-grid > .w100l,
  .flex-grid > .w100 {
    width: 100%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 81.25em) {
  .flex-row > .w10xl,
  .flex-grid > .w10xl {
    width: 10%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 81.25em) {
  .flex-row > .w20xl,
  .flex-grid > .w20xl {
    width: 20%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 81.25em) {
  .flex-row > .w25xl,
  .flex-grid > .w25xl {
    width: 25%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 81.25em) {
  .flex-row > .w30xl,
  .flex-grid > .w30xl {
    width: 30%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 81.25em) {
  .flex-row > .w33xl,
  .flex-grid > .w33xl {
    width: 33.33%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 81.25em) {
  .flex-row > .w40xl,
  .flex-grid > .w40xl {
    width: 40%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 81.25em) {
  .flex-row > .w45xl,
  .flex-grid > .w45xl {
    width: 45%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 81.25em) {
  .flex-row > .w50xl,
  .flex-grid > .w50xl {
    width: 50%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 81.25em) {
  .flex-row > .w60xl,
  .flex-grid > .w60xl {
    width: 60%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 81.25em) {
  .flex-row > .w66xl,
  .flex-row > .w67xl,
  .flex-grid > .w66xl,
  .flex-grid > .w67xl {
    width: 66.66%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 81.25em) {
  .flex-row > .w70xl,
  .flex-grid > .w70xl {
    width: 70%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 81.25em) {
  .flex-row > .w75xl,
  .flex-grid > .w75xl {
    width: 75%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 81.25em) {
  .flex-row > .w90xl,
  .flex-grid > .w90xl {
    width: 90%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 81.25em) {
  .flex-row > .w100xl,
  .flex-grid > .w100xl {
    width: 100%;
    padding-right: 20px;
  }
}

.full-width.inside-fullwidth > .flex-row {
  padding-inline: 0;
}

.no-gutter > [class*=w],
.no-gap > [class*=w],
.nogap > [class*=w] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 59.9375em) {
  .no-gutter > .w100s,
  .no-gap > .w100s,
  .nogap > .w100s {
    width: 100%;
  }
}
.no-gutter > .w10s,
.no-gutter > .w20s,
.no-gutter > .w25s,
.no-gutter > .w30s,
.no-gutter > .w33s,
.no-gutter > .w35s,
.no-gutter > .w40s,
.no-gutter > .w50s,
.no-gutter > .w60s,
.no-gutter > .w70s,
.no-gutter > .w75s,
.no-gutter > .w80s,
.no-gutter > .w90s,
.no-gutter > .w100s,
.no-gap > .w10s,
.no-gap > .w20s,
.no-gap > .w25s,
.no-gap > .w30s,
.no-gap > .w33s,
.no-gap > .w35s,
.no-gap > .w40s,
.no-gap > .w50s,
.no-gap > .w60s,
.no-gap > .w70s,
.no-gap > .w75s,
.no-gap > .w80s,
.no-gap > .w90s,
.no-gap > .w100s,
.nogap > .w10s,
.nogap > .w20s,
.nogap > .w25s,
.nogap > .w30s,
.nogap > .w33s,
.nogap > .w35s,
.nogap > .w40s,
.nogap > .w50s,
.nogap > .w60s,
.nogap > .w70s,
.nogap > .w75s,
.nogap > .w80s,
.nogap > .w90s,
.nogap > .w100s {
  padding-right: 0;
}
@media screen and (min-width: 46.25em) and (max-width: 59.9375em) {
  .no-gutter > .w100m,
  .no-gap > .w100m,
  .nogap > .w100m {
    width: 100%;
  }
}
.no-gutter > .w10m,
.no-gutter > .w20m,
.no-gutter > .w25m,
.no-gutter > .w30m,
.no-gutter > .w33m,
.no-gutter > .w35m,
.no-gutter > .w40m,
.no-gutter > .w50m,
.no-gutter > .w60m,
.no-gutter > .w70m,
.no-gutter > .w75m,
.no-gutter > .w80m,
.no-gutter > .w90m,
.no-gutter > .w100m,
.no-gap > .w10m,
.no-gap > .w20m,
.no-gap > .w25m,
.no-gap > .w30m,
.no-gap > .w33m,
.no-gap > .w35m,
.no-gap > .w40m,
.no-gap > .w50m,
.no-gap > .w60m,
.no-gap > .w70m,
.no-gap > .w75m,
.no-gap > .w80m,
.no-gap > .w90m,
.no-gap > .w100m,
.nogap > .w10m,
.nogap > .w20m,
.nogap > .w25m,
.nogap > .w30m,
.nogap > .w33m,
.nogap > .w35m,
.nogap > .w40m,
.nogap > .w50m,
.nogap > .w60m,
.nogap > .w70m,
.nogap > .w75m,
.nogap > .w80m,
.nogap > .w90m,
.nogap > .w100m {
  padding-right: 0;
}
@media screen and (min-width: 60em) {
  .no-gutter > .w100,
  .no-gap > .w100,
  .nogap > .w100 {
    width: 100%;
  }
}
.no-gutter > .w10,
.no-gutter > .w20,
.no-gutter > .w25,
.no-gutter > .w30,
.no-gutter > .w33,
.no-gutter > .w35,
.no-gutter > .w40,
.no-gutter > .w50,
.no-gutter > .w60,
.no-gutter > .w70,
.no-gutter > .w75,
.no-gutter > .w80,
.no-gutter > .w90,
.no-gutter > .w100,
.no-gap > .w10,
.no-gap > .w20,
.no-gap > .w25,
.no-gap > .w30,
.no-gap > .w33,
.no-gap > .w35,
.no-gap > .w40,
.no-gap > .w50,
.no-gap > .w60,
.no-gap > .w70,
.no-gap > .w75,
.no-gap > .w80,
.no-gap > .w90,
.no-gap > .w100,
.nogap > .w10,
.nogap > .w20,
.nogap > .w25,
.nogap > .w30,
.nogap > .w33,
.nogap > .w35,
.nogap > .w40,
.nogap > .w50,
.nogap > .w60,
.nogap > .w70,
.nogap > .w75,
.nogap > .w80,
.nogap > .w90,
.nogap > .w100 {
  padding-right: 0;
}

.flex-it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.flex-direction-reverse,
.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 46.1875em) {
  .flex-reverse-s {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

@media screen and (min-width: 46.25em) and (max-width: 59.9375em) {
  .flex-reverse-m {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.valign-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.valign-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.valign-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.valign-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.flex-valign-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.flex-valign-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.flex-valign-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.flex-valign-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.flex-valign-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
  -webkit-align-items: stretch !important;
}

.flex-halign-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.flex-halign-stretch {
  -webkit-box-pack: stretch !important;
      -ms-flex-pack: stretch !important;
          justify-content: stretch !important;
}

.flex-halign-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.flex-halign-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.flex-halign-space, .flex-halign-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.boxed {
  padding: 0.5em 1em;
}

.flex-box,
.box {
  /*display: flex;
  justify-content: center;
  flex-wrap:wrap;
  align-items: center;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  overflow: hidden;
  /*&.w50:nth-of-type(1) {
  	justify-content: flex-end;


  }


  &.w50:nth-of-type(2) {
  	justify-content: flex-start;


  }*/
  /*&.black {
      background: $c-black;
  }



  &.red {
      background: $c-brand2;
  }*/
}
.flex-box .image_container,
.box .image_container {
  height: auto;
}
.flex-box.image-box .image_container,
.box.image-box .image_container {
  height: 100%;
}
.flex-box .text-content,
.box .text-content {
  width: 100%;
  display: block;
}
.text-box {
  background-color: #ffffff;
  color: #D92215;
  padding: 50px;
}

.content-box {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  clear: both;
}

.teaser-box {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 46.25em) {
  .teaser-box {
    margin: 0;
  }
}
.teaser-box a {
  font-weight: 400;
}
.teaser-box .btn, .teaser-box .big-btn, .teaser-box .btn360, .teaser-box a.cta-btn,
.teaser-box .cta-btn a,
.cta-btn .teaser-box a,
.teaser-box a.primary-btn,
.teaser-box .primary-btn a,
.primary-btn .teaser-box a {
  display: inline-block;
}
.teaser-box h3, .teaser-box h4 {
  font-size: 1.1rem;
  color: #62222B;
}
@media screen and (min-width: 60em) {
  .teaser-box h3, .teaser-box h4 {
    font-size: 1.3rem;
  }
}
.teaser-box .background-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.teaser-box .text-content {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.box-multi {
  /*font-size:0.85rem;
  line-height: 1.6;*/
  border: 1px solid #cccccc;
}
@media screen and (min-width: 60em) {
  .box-multi {
    /*font-size: 0.9rem;
    line-height: 1.6;*/
    margin-bottom: 1rem;
  }
}
.box-multi .image_container {
  height: 120px;
  width: 120px;
  position: relative;
  border-radius: 50%;
  padding: 15px;
  margin: 0 auto 20px auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 60em) {
  .box-multi .image_container {
    padding: 20px;
    height: 150px;
    width: 150px;
  }
}
.box-multi .image_container img,
.box-multi .image_container svg,
.box-multi .image_container picture {
  -o-object-fit: contain;
     object-fit: contain;
}
.box-multi h3 {
  /*font-size: 1.3rem;
  min-height:1.6;*/
  color: #62222B;
  overflow: hidden;
}
.box-multi.small-svg-icon figure {
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 46.25em) {
  .box-multi.small-svg-icon figure {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 81.25em) {
  .box-multi.small-svg-icon figure {
    width: 90px;
    height: 90px;
  }
}
@media screen and (min-width: 120em) {
  .box-multi.small-svg-icon figure {
    width: 100px;
    height: 100px;
  }
}
.box-multi.no-border {
  border: 0;
}

.box-multi.bg-icon-box {
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 60em) {
  .box-multi.bg-icon-box {
    height: 310px;
  }
}
@media screen and (min-width: 81.25em) {
  .box-multi.bg-icon-box {
    height: 300px;
  }
}
.box-multi.bg-icon-box .text-content {
  max-width: 70%;
  padding-top: 2rem;
}
@media screen and (min-width: 60em) {
  .box-multi.bg-icon-box .text-content {
    max-width: 85%;
  }
}
@media screen and (min-width: 81.25em) {
  .box-multi.bg-icon-box .text-content {
    max-width: 75%;
  }
}
.box-multi.bg-icon-box h3 {
  font-size: 0.95rem;
  height: 2.2rem;
  overflow: hidden;
}
.box-multi.bg-icon-box .image_container {
  padding: 0;
  height: 100%;
  width: 60%;
  max-height: 90px;
  max-width: 90px;
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  z-index: -1;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
}
@media screen and (min-width: 60em) {
  .box-multi.bg-icon-box .image_container {
    max-height: 100px;
    max-width: 100px;
  }
}
@media screen and (min-width: 81.25em) {
  .box-multi.bg-icon-box .image_container {
    max-height: 120px;
    max-width: 120px;
  }
}
.box-multi.bg-icon-box .image_container svg,
.box-multi.bg-icon-box .image_container img {
  -o-object-fit: contain;
     object-fit: contain;
}

.box-multi.big-image-icon-box,
.box-multi.bottom-big-image-icon-box {
  border: 0;
}
.box-multi.big-image-icon-box .image_container,
.box-multi.bottom-big-image-icon-box .image_container {
  padding: 0;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  margin-bottom: 2vw;
  max-width: none;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 60em) {
  .box-multi.big-image-icon-box .image_container,
  .box-multi.bottom-big-image-icon-box .image_container {
    font-size: 3rem;
    text-align: center;
  }
}
.box-multi.big-image-icon-box .image_container picture,
.box-multi.big-image-icon-box .image_container img,
.box-multi.big-image-icon-box .image_container svg,
.box-multi.bottom-big-image-icon-box .image_container picture,
.box-multi.bottom-big-image-icon-box .image_container img,
.box-multi.bottom-big-image-icon-box .image_container svg {
  max-width: none;
}
.box-multi.big-image-icon-box .text-content h3,
.box-multi.big-image-icon-box .text-content h2,
.box-multi.bottom-big-image-icon-box .text-content h3,
.box-multi.bottom-big-image-icon-box .text-content h2 {
  margin-bottom: 1vw;
}

.box-multi.bottom-big-image-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 0;
}
.box-multi.bottom-big-image-icon-box .image_container {
  margin-bottom: 0;
}

.box-multi.bg-layer-box {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (min-width: 46.25em) {
  .box-multi.bg-layer-box {
    margin: 0;
  }
}
@media screen and (min-width: 60em) {
  .box-multi.bg-layer-box {
    margin: 0;
  }
}
.box-multi.bg-layer-box a {
  font-weight: 400;
}
.box-multi.bg-layer-box .btn, .box-multi.bg-layer-box .big-btn, .box-multi.bg-layer-box .btn360, .box-multi.bg-layer-box a.cta-btn,
.box-multi.bg-layer-box .cta-btn a,
.cta-btn .box-multi.bg-layer-box a,
.box-multi.bg-layer-box a.primary-btn,
.box-multi.bg-layer-box .primary-btn a,
.primary-btn .box-multi.bg-layer-box a {
  display: inline-block;
}
.box-multi.bg-layer-box h3,
.box-multi.bg-layer-box h4 {
  font-size: 1.1rem;
  color: #62222B;
}
@media screen and (min-width: 60em) {
  .box-multi.bg-layer-box h3,
  .box-multi.bg-layer-box h4 {
    font-size: 1.3rem;
  }
}
.box-multi.bg-layer-box .image_container {
  padding: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-multi.bg-layer-box .image_container picture,
.box-multi.bg-layer-box .image_container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.box-multi.bg-layer-box .background-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box-multi.bg-layer-box .text-content {
  position: absolute;
  width: 100%;
}

.start .box-multi.bg-layer-box .text-content {
  bottom: 0;
}

.box-multi.left-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 0;
  margin-bottom: 0;
  height: 100%;
  line-height: 1.4;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 60em) {
  .box-multi.left-icon-box {
    border-bottom: 0;
    font-size: 0.8rem;
    border-right: 1px solid #cccccc;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 81.25em) {
  .box-multi.left-icon-box {
    border-bottom: 0;
    font-size: 1rem;
    border-right: 1px solid #cccccc;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 120em) {
  .box-multi.left-icon-box {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 60em) and (max-width: 81.1875em) {
  .box-multi.left-icon-box h4 {
    font-size: 0.8rem;
  }
}
.box-multi.left-icon-box .image_container {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  color: #D92215;
  height: auto;
  font-size: 1.2rem;
  border-radius: 0;
  overflow: visible;
}
@media screen and (min-width: 60em) {
  .box-multi.left-icon-box .image_container {
    font-size: 1.3rem;
    width: 45px;
  }
}
@media screen and (min-width: 81.25em) {
  .box-multi.left-icon-box .image_container {
    font-size: 1.7rem;
    width: 70px;
  }
}
.box-multi.left-icon-box .image_container [class*=icon] {
  margin-top: 2px;
}
.box-multi.left-icon-box .text-content {
  text-align: left;
  display: block;
  width: 100%;
  /* @include breakpoint(xlarge up) {
      font-size: 1.2rem;
  }*/
}
.box-multi.left-icon-box a {
  color: #716565;
}

.note {
  border: 1px solid #cccccc;
  padding: 3rem 3rem;
  font-size: 0.9em;
  line-height: 1.5;
  margin-top: 3vw;
  margin-bottom: 3vw;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}

#d21-headline-container h2 {
  font-size: 0.9em;
}

#d21-quickbook {
  z-index: 100 !important;
}

.quickbooking-container.for-page-421,
.quickbooking-container.for-page-432,
.quickbooking-container.for-page-425,
.quickbooking-container.for-page-464,
.quickbooking-container.for-page-469 {
  display: none;
}

#hotelbooking {
  background: #F6F3F1;
  z-index: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 260px;
}
#hotelbooking.pagebooking {
  background: transparent;
}
@media screen and (min-width: 46.25em) {
  #hotelbooking {
    height: 260px;
  }
}
@media screen and (min-width: 60em) {
  #hotelbooking {
    height: 110px;
  }
}
@media screen and (min-width: 81.25em) {
  #hotelbooking {
    height: 120px;
  }
}
#hotelbooking * {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
#hotelbooking #d21-quickbook {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  background: transparent;
  padding: 1rem 0;
  min-height: 0 !important;
}
@media screen and (min-width: 60em) {
  #hotelbooking #d21-quickbook-view {
    height: 60px;
  }
}
#hotelbooking .d21-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#hotelbooking .d21-row #d21-los,
#hotelbooking .d21-row #d21-arrival-input,
#hotelbooking .d21-row #d21-occupancy-container,
#hotelbooking .d21-row #d21-trigger-ibe {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  width: auto;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #3b2d2f;
}
@media screen and (min-width: 60em) {
  #hotelbooking .d21-row #d21-los,
  #hotelbooking .d21-row #d21-arrival-input,
  #hotelbooking .d21-row #d21-occupancy-container,
  #hotelbooking .d21-row #d21-trigger-ibe {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
#hotelbooking #d21-trigger-ibe {
  max-width: none;
  height: 60px;
}
@media screen and (min-width: 60em) {
  #hotelbooking #d21-trigger-ibe {
    max-width: 90px;
  }
}
#hotelbooking #d21-headline-container {
  display: none;
}
#hotelbooking .d21-input {
  border-radius: 0;
  padding: 8px 0 8px 40px;
  height: 60px;
  line-height: 40px;
  margin: 0;
  width: 100%;
  background: #ffffff;
  border: 0;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3b2d2f !important;
  font-weight: 500;
  outline: 0;
}
@media screen and (min-width: 46.25em) {
  #hotelbooking .d21-input {
    padding: 10px 0 10px 80px;
    border: 0;
  }
}
@media screen and (min-width: 60em) {
  #hotelbooking .d21-input {
    padding: 10px 0 10px 80px;
  }
}
#hotelbooking .d21-input:focus, #hotelbooking .d21-input:focus-visible {
  border: 1px solid #cccccc;
  border-width: 1px;
}
#hotelbooking .d21-input-icon {
  height: 58px;
  width: 35px;
  line-height: 53px;
  top: 1px;
  left: 1px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: 0;
  border-left: 0px solid #cccccc;
  color: #D92215;
  border-radius: 0 !important;
}
@media screen and (min-width: 60em) {
  #hotelbooking .d21-input-icon {
    border-left: 1px solid #cccccc;
    height: 58px;
    width: 58px;
    line-height: 58px;
  }
}
#hotelbooking #d21-los .d21-input-icon {
  border-left: 0;
}
#hotelbooking .d21-trigger {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
#hotelbooking .d21-trigger.minus {
  margin-right: 10px;
}
#hotelbooking .d21-trigger.plus {
  margin-left: 10px;
}
#hotelbooking .d21-control-plus-minus div {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: none;
}
#hotelbooking #d21-book-button {
  width: 100% !important;
  max-width: 100% !important;
  border: 0px solid #62222B;
  line-height: 45px;
  height: 45px;
  -webkit-animation: none !important;
          animation: none !important;
}
@media screen and (min-width: 46.25em) {
  #hotelbooking #d21-book-button {
    line-height: 60px;
    height: 60px;
  }
}
#hotelbooking #d21-selected-day-price {
  padding: 0;
  margin: 0;
  border-radius: 0;
  height: 33px;
  position: absolute;
  bottom: -20px;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
@media screen and (min-width: 46.25em) {
  #hotelbooking #d21-selected-day-price {
    position: absolute;
    bottom: -30px;
  }
}
@media screen and (min-width: 60em) {
  #hotelbooking #d21-selected-day-price {
    position: absolute;
    bottom: -50px;
  }
}
#hotelbooking #d21-selected-day-price > * {
  border-radius: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#hotelbooking #d21-selected-day-price .d21-avail {
  height: 100%;
  background: #49647F;
}
#hotelbooking #d21-selected-day-price .d21-bigger {
  font-weight: 800;
}
#hotelbooking .d21-occupancy-select {
  left: 0;
  top: 60px;
  max-width: 100%;
  width: 100%;
  padding: 0.75rem;
}
#hotelbooking .d21-occupancy-selection {
  padding: 1rem;
}
#hotelbooking .d21-primary {
  background: #49647F;
  color: #ffffff;
  font-weight: 500;
  height: auto;
  border: 0;
  border-radius: 0;
}
#hotelbooking #d21-quickbook label {
  letter-spacing: 0.09rem;
  top: 0px;
}

.quickbooking-toggle, .quickbooking:link, .quickbooking-toggle:visited, .quickbooking-toggle:active {
  position: absolute;
  background: #ffffff;
  font-size: 0.8rem;
  color: #3b2d2f;
  width: 140px;
  padding: 0.8rem 1.25rem;
  border: 1px solid #cccccc;
  border-width: 0px 1px 1px 1px;
  font-weight: 800;
  text-align: center;
  left: auto;
  right: 0;
  top: -1px;
  z-index: 500;
}
@media screen and (min-width: 46.25em) {
  .quickbooking-toggle, .quickbooking:link, .quickbooking-toggle:visited, .quickbooking-toggle:active {
    padding: 1.1rem 1.35rem;
  }
}
.quickbooking-toggle [class*=icon], .quickbooking:link [class*=icon], .quickbooking-toggle:visited [class*=icon], .quickbooking-toggle:active [class*=icon] {
  position: absolute;
  bottom: 1px;
  width: 16px;
  height: 16px;
  left: calc(50% - 8px);
  line-height: 16px;
  font-size: 20px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.quickbooking-toggle:hover, .quickbooking:link:hover, .quickbooking-toggle:visited:hover, .quickbooking-toggle:active:hover {
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #F6F3F1;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.quickbooking-toggle.active, .quickbooking:link.active, .quickbooking-toggle:visited.active, .quickbooking-toggle:active.active {
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  background: #F6F3F1;
  text-decoration: none;
}
.quickbooking-toggle.active [class*=icon], .quickbooking:link.active [class*=icon], .quickbooking-toggle:visited.active [class*=icon], .quickbooking-toggle:active.active [class*=icon] {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.quickbooking-container {
  position: relative;
  border-bottom: 1px solid #cccccc;
}
.quickbooking-container #hotelbooking {
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
  height: 0px;
  pointer-events: none;
}
.quickbooking-container #d21-quickbook {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  pointer-events: none;
}

.quickbooking-container.is-opened #hotelbooking {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 260px;
  z-index: 600;
  pointer-events: all;
}
@media screen and (min-width: 46.25em) {
  .quickbooking-container.is-opened #hotelbooking {
    height: 260px;
  }
}
@media screen and (min-width: 60em) {
  .quickbooking-container.is-opened #hotelbooking {
    height: 110px;
  }
}
@media screen and (min-width: 81.25em) {
  .quickbooking-container.is-opened #hotelbooking {
    height: 120px;
  }
}
.quickbooking-container.is-opened #d21-quickbook {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all 0.6s ease-in-out 0.5s;
  transition: all 0.6s ease-in-out 0.5s;
}

#d21-quickbook.consented .cookie-message {
  display: none;
}

/* Separators */
/* Separators */
/*
.separator {




  &.line-bottom {

    border-bottom:1px solid $c-grey;


  }


  &.line-top {

    border-top:1px solid $c-grey;


  }







}*/
/*

.seperator {

  position:relative;
  display: block;
  width:100%;
  margin-left: auto;
  margin-right: auto;


  height:20px;

  @include breakpoint(medium up) {
    height:40px;
  }

  transition-delay: 0.3s;


  .line {
    @include v-center();
    border-bottom:1px solid $c-grey-light;
    height:4px;
    width:40%;

  }


  .line.left {
    left:0;
  }


  .line.right {
    right:0;
    left:auto;
  }


  .ornament {

        position: absolute;
        left: 50%;
        margin-top:0px;
        @include transform(translateX(-50%) rotate(-90deg));
        transform-origin: 50% 50%;
        width: 40px;
        height: 40px;
        background-size: 100%;
        background: url(../img/ornament.png) no-repeat center center;
        background-size: contain;



        &.alternate {

            background-image:url(../img/banderole-light.png);
            width:50px;
            height:50px;
            @include transform(translateX(-50%) rotate(0));

        }


        &.big {

           width: 90px;
           height: 90px;

        }


  }


}

.mission-stage .seperator {
  max-width: 400px;
} 

*/
/* Separators */
.separator {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 40px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (min-width: 46.25em) {
  .separator {
    height: 50px;
  }
}
.separator .line {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-bottom: 1px solid #cccccc;
  height: 4px;
  width: 40%;
}
.separator .line.left {
  left: 0;
}
.separator .line.right {
  right: 0;
  left: auto;
}
.separator .ornament {
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  background-size: 100%;
  background: url(../img/ornament.png) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 46.25em) {
  .separator .ornament {
    width: 50px;
    height: 50px;
  }
}
.separator .ornament.big {
  width: 70px;
  height: 70px;
}
.separator .ornament.center {
  position: absolute;
  left: 50%;
  margin-top: 0;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin-left: -20px;
}
.separator .ornament.big.center {
  margin-left: -35px;
}

/*.line-animation {
    border-top: 1px solid $c-grey-dark;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    width:1px;
    display: block;



    &.go {
        animation-name: width-grow;
        animation-duration: 5s;
        animation-iteration-count: 1;
        animation-delay: 1.2s;
         max-width: 150px;
    }
}*/
.line-animation {
  border-top: 2px solid #716565;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  width: 1px;
  display: block;
}
.line-animation.go {
  -webkit-animation-name: width-grow;
          animation-name: width-grow;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  max-width: 150px;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.line-animation-white {
  border-top: 2px solid #ffffff;
  height: 2px;
  width: 1px;
  display: block;
}
.line-animation-white.go {
  -webkit-animation-name: width-grow;
          animation-name: width-grow;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  max-width: 150px;
}
.hover-line:after, .hover-line:before {
  width: 100%;
  height: 1px;
  position: absolute;
  background: #716565;
  content: "";
  left: 0;
  -webkit-transform: translate(100%);
      -ms-transform: translate(100%);
          transform: translate(100%);
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
.hover-line.is-hovered:after, .hover-line.is-hovered:before {
  -webkit-transform: translate(0%);
      -ms-transform: translate(0%);
          transform: translate(0%);
}

.line-animation.short {
  display: inline-block !important;
  text-align: left;
  width: 100% !important;
  max-width: 85px !important;
  margin: 0;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.lieferant {
  position: relative;
}
.lieferant h2 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 1rem;
}
.lieferant h5 {
  padding-inline: 3vw;
  letter-spacing: 0;
  margin: 0;
}
.lieferant .teaser {
  height: 4.6rem;
}
.lieferant a {
  font-weight: 600;
}
.lieferant .square-icon {
  border: 0;
  color: #D92215;
}
.lieferant .square-icon:hover {
  background: #ffffff;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}

.job.full,
.new_layout {
  /*h1 {
      font-weight: 100;
      text-transform: none;
      border: 0;
      letter-spacing: 0.08em;

      &:after {
          display: none;
      }
  }*/
}
.job.full h1,
.new_layout h1 {
  text-align: center;
}
.job.full .intro,
.new_layout .intro {
  font-weight: 200;
  text-align: center;
}
.job.full .back,
.new_layout .back {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.job.full .back a,
.new_layout .back a {
  padding: 1em;
  padding: 2.5em;
}
.job.full .light-stripe,
.new_layout .light-stripe {
  background: #f2f2f2;
  padding: 5vw 8vw;
  width: 100% !important;
  max-width: none !important;
}
@media screen and (min-width: 60em) {
  .job.full .light-stripe,
  .new_layout .light-stripe {
    padding: 5vw 15vw;
  }
}
.job.full h3,
.new_layout h3 {
  margin-bottom: 1rem;
}
@media screen and (min-width: 60em) {
  .job.full h3,
  .new_layout h3 {
    margin-bottom: 2rem;
  }
}
.job.full h4,
.new_layout h4 {
  font-size: 1rem;
  margin: 0;
}
.job.full .ce_text,
.job.full .ce_headline,
.new_layout .ce_text,
.new_layout .ce_headline {
  padding-left: 14vw;
  padding-right: 14vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 46.25em) {
  .job.full .ce_text,
  .job.full .ce_headline,
  .new_layout .ce_text,
  .new_layout .ce_headline {
    padding-left: 9vw;
    padding-right: 9vw;
  }
}
@media screen and (min-width: 60em) {
  .job.full .ce_text,
  .job.full .ce_headline,
  .new_layout .ce_text,
  .new_layout .ce_headline {
    padding-left: 9vw;
    padding-right: 9vw;
  }
}
@media screen and (min-width: 81.25em) {
  .job.full .ce_text,
  .job.full .ce_headline,
  .new_layout .ce_text,
  .new_layout .ce_headline {
    padding-left: 0vw;
    padding-right: 0vw;
    max-width: 900px;
  }
}
.job.full .ce_text,
.new_layout .ce_text {
  margin-top: 6vw;
}
@media screen and (min-width: 60em) {
  .job.full .ce_text,
  .new_layout .ce_text {
    margin-top: 4vw;
  }
}

#joblist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /*.item {

      display: block;
      @include transition;

      width:100%;
      margin-bottom: 3vw;

      @include breakpoint(medium up) {

          width:49%;
      }


      @include breakpoint(large up) {

          width:32%;
      }


      @include breakpoint(xxlarge up) {

          width:24%;
      }

      .note {
          display: none;
      }
  }*/
}
#joblist .item.inactive, #joblist .item.free-positions-0 {
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
#joblist .item.inactive .image_container, #joblist .item.inactive h2, #joblist .item.inactive h5, #joblist .item.inactive h6, #joblist .item.free-positions-0 .image_container, #joblist .item.free-positions-0 h2, #joblist .item.free-positions-0 h5, #joblist .item.free-positions-0 h6 {
  opacity: 0.2;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.4;
}
#joblist .item.inactive .badge-corner, #joblist .item.inactive .badge-job, #joblist .item.free-positions-0 .badge-corner, #joblist .item.free-positions-0 .badge-job {
  display: none;
}
#joblist .item.inactive .note, #joblist .item.free-positions-0 .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 100%;
  top: 99%;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 3rem 2rem;
  font-size: 0.9rem;
  line-height: 1.4;
  background: #f6f3f1;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  overflow: hidden;
  z-index: 10;
}
#joblist h2 {
  margin: 0;
}
#joblist h6 {
  text-align: center;
  margin: 0;
  font-weight: 300;
}
#joblist .item.inactive:hover, #joblist .item.free-positions-0:hover {
  opacity: 1;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
#joblist .item.inactive:hover .note, #joblist .item.free-positions-0:hover .note {
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.job.full .note {
  display: none;
}
.job.full .initiativbewerbung {
  display: none;
}

.job.full.inactive .initiativbewerbung, .job.full.free-positions-0 .initiativbewerbung {
  display: block;
}
.job.full.inactive .bewerbung, .job.full.free-positions-0 .bewerbung {
  display: none;
}
.job.full.inactive .note, .job.full.free-positions-0 .note {
  display: block;
  margin-left: 8vw;
  margin-right: 8vw;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 5vw);
  max-width: 900px;
}

.jobfilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.jobfilter li {
  width: 100%;
}
@media screen and (min-width: 46.25em) {
  .jobfilter li {
    width: 38%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
}
.jobfilter li a {
  padding: 0.5em 1em;
  display: block;
  color: #62222B;
  border: 1px solid #62222B;
  cursor: pointer;
}
@media screen and (min-width: 60em) {
  .jobfilter li a {
    padding: 1.5em 2em;
  }
}
.jobfilter li a.active {
  background: #D92215;
  color: #ffffff;
  text-decoration: none;
}

.badge-job {
  background: #49647F;
  color: #ffffff;
  text-align: center;
  width: 140px;
  height: 130px;
  padding: 12px 10px 20px 80px;
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
.badge-job.go {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 1;
}
@media screen and (min-width: 60em) {
  .badge-job {
    font-size: 1rem;
  }
}
@media screen and (max-width: 59.9375em) {
  .badge-job {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    margin: 0px auto;
  }
}
.badge-job b {
  font-size: 1.5rem;
  display: inline-block;
  width: 100%;
  font-weight: 700;
}
.badge-job small {
  font-size: 0.7rem;
  line-height: 0.8;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.badge-job a {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  /* vertical-align: middle; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.badge-job p {
  width: 100%;
}
.badge-job:hover {
  color: #f2f2f2;
}

/* --------------------------------------------
   #Forms 
   -------------------------------------------- */
form {
  position: relative;
}

fieldset {
  background-color: rgba(255, 255, 255, 0.7);
}

.formbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.formbody .widget {
  position: relative;
}

.widget.w33 {
  width: 100%;
}
@media screen and (min-width: 46.25em) {
  .widget.w33 {
    width: calc(33.3% - 10px);
  }
}

.widget.w50 {
  width: 100%;
}
@media screen and (min-width: 46.25em) {
  .widget.w50 {
    width: calc(50% - 10px);
  }
}

.widget.w100 {
  width: 100%;
}
@media screen and (min-width: 46.25em) {
  .widget.w100 {
    width: 100%;
  }
}

label {
  font-size: 0.8rem;
  font-weight: 500 !important;
  color: #3b2d2f;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
}
@media screen and (min-width: 46.25em) {
  label {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 60em) {
  label {
    font-size: 0.9rem;
  }
}
label.error {
  background-color: #62222B;
  color: #ffffff !important;
  padding: 3px 5px;
  margin-top: -1px;
}

.widget-text label,
.widget-textarea label,
#contactform label,
.widget-select label {
  display: none;
}

input {
  margin-bottom: 0.6rem;
  width: 100%;
  background: white;
}
input:focus {
  border: 1px solid #3b2d2f !important;
  color: #3b2d2f;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
input.error {
  border: 1px solid rgb(218, 19, 21);
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
input[type=text], input[type=email],
input textarea {
  font-size: 0.9rem;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 1.1rem;
  border-radius: 0px;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
@media screen and (min-width: 46.25em) {
  input[type=text], input[type=email],
  input textarea {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 60em) {
  input[type=text], input[type=email],
  input textarea {
    font-size: 1rem;
  }
}
input[type=checkbox],
input input[type=radio] {
  padding: 0;
  width: auto;
}
input[type=file] {
  float: left;
  margin-bottom: 30px;
}

input[data-toggle=datepicker] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
input[data-toggle=datepicker]:after {
  font-family: "icomoon";
  color: #D92215;
  content: "\e953";
  display: block;
}

[type=submit],
[type=file] {
  width: auto;
  text-transform: none;
  font-weight: 300;
  padding: 0.75rem 1.75rem;
  background-image: none;
  border-radius: 0;
  font-size: 0.85rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: #62222B !important;
  letter-spacing: 0.15rem;
  border: 1px solid #62222B;
  text-transform: uppercase;
  background: transparent;
  margin-bottom: 0.6rem;
}
[type=submit]:before,
[type=file]:before {
  content: "\e095";
  font-family: "icomoon";
  color: #D92215;
  line-height: 1;
  margin-right: 15px;
}

select {
  font-size: 0.9rem;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 1.1rem;
  border-radius: 0px;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  width: 100%;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 46.25em) {
  select {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 60em) {
  select {
    font-size: 1rem;
  }
}

.error {
  color: #D92215;
}

input.error {
  border-color: #D92215;
}

.absolute, .position-absolute {
  position: absolute !important;
}

.relative, .position-relative {
  position: relative;
}

.position-absolute-center, .absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.position-absolute-right-top, .absolute-right-top {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.position-absolute-right-bottom, .absolute-right-center {
  position: absolute;
  right: 0%;
  left: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.position-absolute-right-bottom, .absolute-right-bottom {
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.position-absolute-left-top, .absolute-left-top {
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.position-absolute-left-bottom, .absolute-left-bottom {
  position: absolute;
  right: auto;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

table {
  width: 100%;
  margin: 10px 0;
}
@media (min-width: sm) {
  table {
    margin: 30px 0;
  }
}
table tr {
  border-bottom: 1px solid #716565;
}
table thead {
  background-color: rgba(98, 34, 43, 0.1);
}
table td, table th {
  padding: 10px 5px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #F6F3F1;
  font-size: 11px;
}
@media (min-width: sm) {
  table td, table th {
    font-size: 12px;
  }
}
@media (min-width: md) {
  table td, table th {
    font-size: 14px;
  }
}

.pricetable td, .pricetable th {
  border: 0;
}

.has-tip {
  border: 0;
  cursor: inherit;
}

.tooltip {
  background: #716565;
  z-index: 99999;
  padding: 4px 10px;
  line-height: 1.3em;
}
.tooltip:before {
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-right-width: 5px;
}

/*.main .textwidget {



	font-size: 23px;
    line-height: 34px;
    font-weight: 200;


   &:after {
 	@include ornament(center);
 	margin-bottom:60px;
 }

}



 .module-heading {
	margin-bottom:20px;
	padding:4px 7px;
	font-size:13px;
	text-align:center;
	@include h-center();
	width:200px;
	border:1px solid $c-grey-dark;

}









.widget {
		min-height:200px;
		padding:20px;
		margin: 20px 0;
		@include transparent;


		ul {
			li {
				padding:0;
			}


		}




		h4 {
			margin-bottom:20px;
			padding:4px 7px;
			font-size:13px;
			text-align:center;
			@include h-center();
			width:200px;
			border:1px solid $c-grey-dark;

		}


   		h5 {
   			text-transform:uppercase;
   		}


	}



.main {
	.widget {
		min-height:20px;
		padding:0;
		background-color:transparent;
	}
}




.sidebar {
	.widget {
		@include transparent;
		@include max-mq('sm') { margin:20px 0;}
		padding:20px 0 0 0;



		h4 {
			border:0;
			padding:0;
		}




	}


}


.stage.bottom {
	.widget {

		min-height:320px;

		@include max-mq(sm) { }
	}
}




#footer {

		.widget {

		min-height:10px;

		background-color:transparent;
		padding:0px;
	}

}

*/
.info-bar {
  position: fixed;
  top: auto;
  bottom: 0;
  width: 100%;
  max-width: none;
  text-align: center;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  background: #49647F;
  z-index: 1000;
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 300;
  padding: 0.5rem;
}
@media screen and (min-width: 46.25em) {
  .info-bar {
    font-size: 0.75rem;
    padding: 0.75rem;
  }
}
@media screen and (min-width: 60em) {
  .info-bar {
    font-size: 0.75rem;
    padding: 0.75rem 1rem;
  }
}
@media screen and (min-width: 81.25em) {
  .info-bar {
    font-size: 0.8rem;
  }
}
.info-bar.visible {
  right: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
.info-bar a {
  color: #ffffff !important;
}

.bcom_review_widget, #bcom_review_widget_wrapper .hreview-vertical .url {
  color: #ffffff !important;
}

/*

.landingpage {

	#header {

		background-color:$c-tr;
		z-index:9999;
		position:fixed !important;


		@include breakpoint(small only) {
			width:100%;
		}

		@include breakpoint(medium up) {
			width:200px;
			height:50px;
		}
	}
	.navbar {
		position:fixed !important;
		width:100%;

		.nav {

			@include breakpoint(medium up) {
				text-align: right;
			}
		}
	}


	#logo, #logo img {
		max-height:50px;

	}


	.vp-stage {
		margin-top: 0;

		@include breakpoint(medium up) {

			height:50vh
		}

		img {
			position:absolute;
			left:0;
			top:0;
			width:100%;
			height:auto;
		}


		h2 {
			font-weight: 200;
			letter-spacing: 0;
			margin-bottom: 20px;
			font-size: 2.7em;
			color:$c-white;
			text-shadow:1px 1px 2px rgba($c-black,1);


		}


		p {
			color:$c-grey-light;
		}
	}


	.image_background_container {
		width:100%;
		height:100%;
		position:absolute;
		background-size:cover;
		background-position:center right;
		opacity:0.3;

		@include breakpoint(small only) {
			opacity:0.2;
		}
	}
}



.step {


	text-align:center;

	height:100vh;

	padding:20px;

	border-bottom:1px solid $c-grey-light;

	@include breakpoint(medium up) {
		padding:50px;
	}


	@include breakpoint(large up) {
		padding:70px;
	}


	@include breakpoint(xlarge up) {
		padding:100px;
	}





}







#step2 {
	background-color:$c-grey-light;
}



#step3 {
	background-color:$c-brand;
}


#step4 {
	background-color:$c-grey-dark;
}


#step5 {
	background-color:$c-brand;
}


*/
.stage {
  position: relative;
  overflow: hidden;
}
.stage .row,
.stage .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 59.9375em) {
  .stage .inside {
    width: calc(100% - 0vw) !important;
  }
}
.stage .image_background_container {
  /*  @include breakpoint(small only) {

       position: relative;
       height: 300px;
   }*/
}
@media screen and (max-width: 59.9375em) {
  .stage .image_background_container {
    position: relative;
    height: 50vh;
    min-height: 400px;
  }
}
.stage .background-layer {
  width: 125%;
  height: 125%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 60em) {
  .stage .background-layer {
    z-index: auto;
  }
}
@media screen and (min-width: 60em) {
  .stage.right .row,
  .stage.right .inside {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 60em) {
  .stage.center .row,
  .stage.center .inside {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 60em) {
  .stage.left .row,
  .stage.left .inside {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.stage.left .image_background_container {
  right: 0;
  left: auto;
}
.stage .seperator {
  margin: 0;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  display: none;
}
.stage h1,
.stage h2 {
  font-weight: 200;
  font-style: italic;
  letter-spacing: 0.15rem;
}
.stage h2 {
  font-size: 1.25rem;
}
@media screen and (min-width: 46.25em) {
  .stage h2 {
    font-size: 1.7rem;
  }
}
.stage h2 a {
  color: #ffffff;
}
@media screen and (min-width: 60em) {
  .stage h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 81.25em) {
  .stage h2 {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 100em) {
  .stage h2 {
    font-size: 2.4rem;
  }
}

.stage .panel {
  position: relative;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  background-color: transparent !important;
}
@media screen and (min-width: 46.25em) {
  .stage .panel {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 60em) {
  .stage .panel {
    width: 50%;
  }
}
@media screen and (min-width: 81.25em) {
  .stage .panel {
    width: 40%;
  }
}
@media screen and (min-width: 120em) {
  .stage .panel {
    width: 35%;
  }
}
@media screen and (min-width: 60em) {
  .stage .panel {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 100em) {
  .stage .panel {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.stage.xsmall .panel {
  padding-top: 3vw;
  padding-bottom: 3vw;
}
@media screen and (min-width: 60em) {
  .stage.xsmall .panel {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 100em) {
  .stage.xsmall .panel {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.stage.small .panel {
  padding-top: 4vw;
  padding-bottom: 4vw;
}
@media screen and (min-width: 60em) {
  .stage.small .panel {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 100em) {
  .stage.small .panel {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.stage.large .panel {
  padding-top: 6vw;
  padding-bottom: 6vw;
}
@media screen and (min-width: 60em) {
  .stage.large .panel {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 100em) {
  .stage.large .panel {
    padding-top: 400px;
    padding-bottom: 400px;
  }
}
.stage.xlarge .panel {
  padding-top: 15vw;
  padding-bottom: 15vw;
}
@media screen and (min-width: 60em) {
  .stage.xlarge .panel {
    padding-top: 300px;
    padding-bottom: 300px;
  }
}
@media screen and (min-width: 100em) {
  .stage.xlarge .panel {
    padding-top: 500px;
    padding-bottom: 500px;
  }
}
.stage.xxlarge .panel {
  padding-top: 27vw;
  padding-bottom: 27vw;
}
@media screen and (min-width: 60em) {
  .stage.xxlarge .panel {
    padding-top: 400px;
    padding-bottom: 400px;
  }
}
@media screen and (min-width: 100em) {
  .stage.xxlarge .panel {
    padding-top: 600px;
    padding-bottom: 600px;
  }
}
.stage.full-width-text .panel {
  width: 100% !important;
}
.stage .panel.full-layer .inner-content,
.stage .panel.square .inner-content,
.stage .panel.circle .inner-content {
  background-color: transparent !important;
}
@media screen and (min-width: 60em) {
  .stage .panel.full-layer {
    width: 45%;
  }
}
.stage .panel.mini-square {
  width: 100%;
}
@media screen and (min-width: 60em) {
  .stage .panel.mini-square {
    max-width: 500px;
  }
}
@media screen and (min-width: 81.25em) {
  .stage .panel.mini-square {
    max-width: 560px;
  }
}
@media screen and (min-width: 100em) {
  .stage .panel.mini-square {
    max-width: 620px;
  }
}
.stage .panel.mini-square .inner-content {
  padding: 30px;
  position: relative;
  padding-bottom: 75px;
  text-align: center;
}
@media screen and (min-width: 46.25em) {
  .stage .panel.mini-square .inner-content {
    padding: 50px 15vw 100px 15vw;
  }
}
@media screen and (min-width: 60em) {
  .stage .panel.mini-square .inner-content {
    padding: 60px 60px;
    text-align: left;
  }
}
@media screen and (min-width: 100em) {
  .stage .panel.mini-square .inner-content {
    padding: 70px 70px;
  }
}
@media screen and (min-width: 60em) {
  .stage .panel.mini-square.bordered .inner-content {
    border: 1px solid #cccccc;
  }
}
.stage .big-icon {
  position: absolute;
  left: -15px;
  bottom: -15px;
  display: none;
}
@media screen and (min-width: 60em) {
  .stage .big-icon {
    display: block;
  }
}
.stage .cta-btn {
  margin-left: auto;
  margin-right: auto;
  min-width: 150px;
}
@media screen and (min-width: 60em) {
  .image-split .image_background_container {
    width: 60%;
  }
}
.image-split .panel.mini-square {
  width: 100%;
}
@media screen and (max-width: 59.9375em) {
  .image-split .panel.mini-square {
    padding: 0;
  }
}
@media screen and (min-width: 60em) {
  .image-split .panel.mini-square {
    max-width: 600px;
  }
}
@media screen and (min-width: 81.25em) {
  .image-split .panel.mini-square {
    max-width: 700px;
  }
}
@media screen and (min-width: 100em) {
  .image-split .panel.mini-square {
    max-width: 800px;
  }
}

.vp-stage {
  height: 100vh !important;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 59.9375em) {
  .vp-stage .inside {
    width: 100%;
    background: transparent;
  }
}
@media screen and (max-width: 59.9375em) {
  .vp-stage .image_background_container {
    position: absolute;
  }
}

.stage.nocontent .image_background_container {
  position: absolute;
  z-index: auto;
}
.stage.nocontent .panel {
  display: none;
}
.stage.nocontent.small {
  min-height: 50vh;
}
@media screen and (min-width: 46.25em) {
  .stage.nocontent.small {
    min-height: 50vh;
  }
}
@media screen and (min-width: 60em) {
  .stage.nocontent.small {
    min-height: 350px;
  }
}
@media screen and (min-width: 81.25em) {
  .stage.nocontent.small {
    min-height: 400px;
  }
}
.stage.nocontent.medium {
  min-height: 350px;
}
@media screen and (min-width: 46.25em) {
  .stage.nocontent.medium {
    min-height: 400px;
  }
}
@media screen and (min-width: 60em) {
  .stage.nocontent.medium {
    min-height: 450px;
  }
}
@media screen and (min-width: 81.25em) {
  .stage.nocontent.medium {
    min-height: 550px;
  }
}
.stage.nocontent.large {
  min-height: 400px;
}
@media screen and (min-width: 46.25em) {
  .stage.nocontent.large {
    min-height: 500px;
  }
}
@media screen and (min-width: 60em) {
  .stage.nocontent.large {
    min-height: 600px;
  }
}
@media screen and (min-width: 81.25em) {
  .stage.nocontent.large {
    min-height: 700px;
  }
}
.stage.nocontent.xlarge {
  min-height: 500px;
}
@media screen and (min-width: 46.25em) {
  .stage.nocontent.xlarge {
    min-height: 600px;
  }
}
@media screen and (min-width: 60em) {
  .stage.nocontent.xlarge {
    min-height: 700px;
  }
}
@media screen and (min-width: 81.25em) {
  .stage.nocontent.xlarge {
    min-height: 900px;
  }
}

/*
.welcome-stage {

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    text-align: center;

    @include breakpoint(large up) {
        padding: 8vw 0vw;
        text-align: left;
    }


    @include breakpoint(xlarge up) {
        padding: 10vw 0vw;
    }



    .ce_text {
        position: relative;
        display: flex;
        justify-content: space-between;
        @include breakpoint(large up) {
            padding-right:7vw;
        }
    }


    .ce_text h2,
    .ce_text h1,
    .ce_text h3 {

        width: 100%;
        margin-top: 4vw;
        margin-bottom: 2vw;

        @include breakpoint(large up) {

            margin: 0;

            margin-right: 0;
            width: 56%;
            flex-shrink: 1;
            text-align: right;

        }
    }




    .ce_text p,
    .ce_text div {

        margin-top: 4vw;
        margin-bottom: 4vw;

        @include breakpoint(large up) {
            margin: 0;

            width: 36%;
        }
    }



}*/
@media screen and (max-width: 59.9375em) {
  .wp-block-lazyblock-text-image-combinator .round-icon-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.wp-block-lazyblock-text-image-combinator h2 {
  line-height: 1.3;
}
@media screen and (max-width: 59.9375em) {
  .wp-block-lazyblock-text-image-combinator h4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 59.9375em) {
  .circle.background-layer {
    z-index: -1;
  }
}
@media screen and (min-width: 60em) {
  .circle.background-layer {
    width: 250vw;
    height: 250vw;
    border-radius: 50%;
    max-width: none;
    top: 50%;
    left: -75%;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(-51%, -50%);
        -ms-transform: translate(-51%, -50%);
            transform: translate(-51%, -50%);
  }
}
@media screen and (min-width: 81.25em) {
  .circle.background-layer {
    -webkit-transform: translate(-54%, -50%);
        -ms-transform: translate(-54%, -50%);
            transform: translate(-54%, -50%);
  }
}

@media screen and (min-width: 60em) {
  .right .circle.background-layer {
    right: -75%;
    left: auto;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    -webkit-transform: translate(51%, -50%);
        -ms-transform: translate(51%, -50%);
            transform: translate(51%, -50%);
  }
}
@media screen and (min-width: 81.25em) {
  .right .circle.background-layer {
    -webkit-transform: translate(54%, -50%);
        -ms-transform: translate(54%, -50%);
            transform: translate(54%, -50%);
  }
}

@media screen and (min-width: 60em) {
  .center .circle.background-layer {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 60em) {
  .square.background-layer {
    width: 100%;
    height: 100%;
    border-radius: 0%;
    max-width: none;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

@media screen and (min-width: 60em) {
  .right .square.background-layer {
    right: 0%;
    left: auto;
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    width: 50%;
  }
}

@media screen and (min-width: 60em) {
  .center .square.background-layer {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: 50%;
  }
}

.mini-square.background-layer {
  display: none;
}

#klaro .cm-list-title, #klaro .cm-required {
  letter-spacing: 0.02rem;
  font-size: 1rem;
  text-transform: none;
}
/*#klaro .slider, .klaro .slider {

    margin-top:auto;
    margin-bottom:auto;
    height:auto;
    box-shadow:none;
}


#klaro .cm-list-title, .klaro .cm-list-title {
    color:$c-brand;
}



#klaro .title, .klaro .title {


    letter-spacing: 0;
    text-transform: none;
    font-weight: 300;
    color:$c-brand;

}



#klaro .klaro .cookie-modal a, #klaro .klaro .cookie-notice a {
    color:$c-brand2;
}


#klaro .klaro .cookie-modal .cm-btn.cm-btn-info, 
#klaro .klaro .cookie-notice .cm-btn.cm-btn-info,
#klaro .klaro .cm-btn.cm-btn-success {

    background: $c-brand2;
    //background: var(--blue1, #2581c4);

}

#klaro .klaro .cookie-modal .cm-modal.cm-klaro,
#klaro .klaro .cookie-notice:not(.cookie-modal-notice) {

    background:$c-white;
    box-shadow:0 4px 6px 0 rgba(0,0,0,0.08),5px 5px 10px 0 rgba(0,0,0,0.08)

}



#klaro p, #klaro strong {

    color:$c-brand;
    margin-bottom:0;


}

/*.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 0.5em 0.6em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }
    .cc-window.cc-bottom {
        bottom: 0
    }
    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }
    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1
    }
    .cc-window.cc-floating {
        max-width: none
    }
    .cc-window .cc-message {
        margin-bottom: 1em
    }
    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}

*/
/*
#rl-privacy-notice {
    display: none;
}*/
.sl-overlay {
  background-color: #000;
  opacity: 0.95;
}

.sl-wrapper .sl-close {
  color: #ffffff;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*Colorbox*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -30px;
  background: url(../images/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/*

#cboxPrevious:before {
    content: "\f104";
    font-family: $font-icons;

}
 #cboxNext:before{
    content: "\f105";
    font-family: $font-icons;

}
#cboxClose:before {
    font-family: $font-icons;
    content: "\f00d";
}

*/
#cboxPrevious, #cboxNext, #cboxClose {
  color: transparent;
}

#cboxPrevious:before, #cboxNext:before, #cboxClose:before {
  color: #ffffff;
}

#cboxTitle {
  display: none !important;
}

.cboxPhoto {
  cursor: pointer;
}

.accordion, .single-accordion-item {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.accordion .accordion-title, .single-accordion-item .accordion-title {
  cursor: pointer;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  margin-top: 10px;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  padding: 10px 20px;
}
@media screen and (min-width: 60em) {
  .accordion .accordion-title, .single-accordion-item .accordion-title {
    padding: 20px 40px;
    margin-top: 20px;
  }
}
.accordion .accordion-title:hover, .accordion .accordion-title.active, .single-accordion-item .accordion-title:hover, .single-accordion-item .accordion-title.active {
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  background: #F6F3F1;
}
.accordion .accordion-title .round-icon, .single-accordion-item .accordion-title .round-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  background: #ffffff;
  color: #62222B;
  border: 0;
  margin-right: 1.5rem;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
@media screen and (min-width: 81.25em) {
  .accordion .accordion-title .round-icon, .single-accordion-item .accordion-title .round-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}
.accordion .accordion-title [class*=icon-], .single-accordion-item .accordion-title [class*=icon-] {
  margin: 0;
}
.accordion .accordion-content, .single-accordion-item .accordion-content {
  border: 0px solid #cccccc;
  overflow: hidden;
}
.accordion .inline-gallery, .single-accordion-item .inline-gallery {
  margin-top: 60px;
}
.accordion .inline-gallery img, .single-accordion-item .inline-gallery img {
  margin-bottom: 20px;
}

.single-accordion-item.active .round-icon {
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 56.25em) {
  .vaccordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70vh;
    min-height: 400px;
  }
}

.vaccordion-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  background-color: #F6F3F1;
  background-color: #ffffff;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  min-height: 25vh;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 56.25em) {
  .vaccordion-item {
    margin-top: 0rem;
    margin-bottom: 0rem;
    min-height: none;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
  }
}
.vaccordion-item .title {
  text-align: center;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  display: block;
  padding: 0px 0px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media screen and (min-width: 56.25em) {
  .vaccordion-item .title {
    width: 400px;
    position: absolute;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.vaccordion-item .title a {
  display: block;
}
.vaccordion-item .image_background_container {
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  padding: 0px;
  overflow: hidden;
  position: absolute;
}
.vaccordion-item .image_background_container > a,
.vaccordion-item .image_background_container > span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.vaccordion-item .background-layer {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: rgba(59, 45, 47, 0.69);
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
@media screen and (min-width: 60em) {
  .vaccordion-item .background-layer {
    z-index: auto;
  }
}

.vaccordion-item:hover {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
@media screen and (min-width: 60em) {
  .vaccordion-item:hover .title {
    -webkit-transition: all 0.5s ease-in-out 0.1s;
    transition: all 0.5s ease-in-out 0.1s;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.vaccordion-item:hover .image_background_container {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  padding: 60px;
  -webkit-animation: zoominOnce 20s ease-in-out;
          animation: zoominOnce 20s ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.vaccordion-item:hover .background-layer {
  background: rgba(59, 45, 47, 0.85);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.badge-round {
  background: #ffffff;
  color: #62222B;
  text-align: left;
  border-radius: 200px;
  width: 110px;
  padding: 0px 8px;
  height: 110px;
  font-size: 0.8rem;
  line-height: 22px;
  position: relative;
  /* vertical-align: middle; */
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  margin: -20px auto 20px auto;
  font-family: "Epilogue", sans-serif;
  -ms-transform: rotate(10degdeg);
  -webkit-transform: rotate(10degdeg);
  transform: rotate(10degdeg);
}
@media screen and (min-width: 60em) {
  .badge-round {
    font-size: 1rem;
  }
}
@media screen and (max-width: 59.9375em) {
  .badge-round {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    margin: 0px auto;
  }
}
.badge-round a {
  color: #D92215;
  text-decoration: none;
  width: 100%;
  height: 100%;
  /* vertical-align: middle; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.badge-round:before {
  width: 18px;
  height: 18px;
  border-radius: 50px;
  border: 1px solid #62222B;
  position: absolute;
  left: -10px;
  content: "";
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.badge-round p {
  width: 100%;
}
.badge-round:hover {
  color: #f2f2f2;
}

.start .badge-round,
.badge-round.right-top {
  position: absolute;
  display: none;
}
@media screen and (min-width: 60em) {
  .start .badge-round,
  .badge-round.right-top {
    right: 25px;
    top: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.badge-round.big {
  width: 120px;
  padding: 8px 8px;
  height: 120px;
}
@media screen and (min-width: 60em) {
  .badge-round.big {
    font-size: 1rem;
    width: 140px;
    padding: 10px;
    height: 140px;
  }
}

.ornament-bottom:before {
  width: 18px;
  height: 18px;
  border-radius: 50px;
  border: 1px solid #62222B;
  position: absolute;
  top: auto;
  left: calc(50% - 9px);
  content: "";
  bottom: -9px;
  -webkit-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
          transform: translate(0, 0%);
}

@media screen and (min-width: 60em) {
  .zindex-back {
    z-index: -1 !important;
  }
}

.zindex-100, .zindex100 {
  z-index: 100 !important;
}

.team-item {
  background: #f2f2f2;
  padding: 10px 20px;
  font-size: 1rem;
  height: 100%;
}
@media screen and (min-width: 46.25em) {
  .team-item {
    padding: 15px 35px;
  }
}
.team-item .position {
  font-size: 0.9rem;
  font-weight: 300;
}
.team-item h4 {
  margin: 0;
}
.team-item [class*=icon] {
  font-size: 1.2rem;
  margin-right: 15px;
}

.counter-boxes .box-multi {
  text-align: center;
  color: #716565;
}
.counter-boxes img {
  max-height: 80px;
  display: inline-block;
  margin-left: 10px;
  -webkit-animation-delay: 2.3s !important;
          animation-delay: 2.3s !important;
}
.counter-boxes h3,
.counter-boxes h2,
.counter-boxes h1 {
  font-size: 2.5rem;
  min-height: 2.5rem;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  text-align: center;
  margin: 0 !important;
  word-break: keep-all;
  word-wrap: unset;
  color: #49647F;
  position: relative;
}
@media screen and (min-width: 60em) {
  .counter-boxes h3,
  .counter-boxes h2,
  .counter-boxes h1 {
    font-size: 4rem;
    min-height: 4rem;
    line-height: 1;
  }
}
@media screen and (min-width: 100em) {
  .counter-boxes h3,
  .counter-boxes h2,
  .counter-boxes h1 {
    font-size: 5rem;
    min-height: 5rem;
    line-height: 1;
  }
}
.counter-boxes :nth-of-type(2n+1) .box-multi h3,
.counter-boxes :nth-of-type(2n+1) .box-multi h2,
.counter-boxes :nth-of-type(2n+1) .box-multi h1 {
  color: #cccccc;
}
.counter-boxes :nth-of-type(4n+1) .box-multi h3,
.counter-boxes :nth-of-type(4n+1) .box-multi h2,
.counter-boxes :nth-of-type(4n+1) .box-multi h1 {
  color: #D92215;
}
.counter-boxes :nth-of-type(3n+1) .box-multi h3,
.counter-boxes :nth-of-type(3n+1) .box-multi h2,
.counter-boxes :nth-of-type(3n+1) .box-multi h1 {
  color: #716565;
}
@media screen and (min-width: 60em) {
  .counter-boxes :nth-of-type(3n+1) .box-multi h3,
  .counter-boxes :nth-of-type(3n+1) .box-multi h2,
  .counter-boxes :nth-of-type(3n+1) .box-multi h1 {
    font-size: 8rem;
    min-height: 8rem;
    font-weight: 100;
    line-height: 1;
    font-family: "Epilogue", sans-serif;
  }
}
@media screen and (min-width: 120em) {
  .counter-boxes :nth-of-type(3n+1) .box-multi h3,
  .counter-boxes :nth-of-type(3n+1) .box-multi h2,
  .counter-boxes :nth-of-type(3n+1) .box-multi h1 {
    font-size: 9.5rem;
    min-height: 9.5rem;
    font-weight: 100;
    line-height: 1;
    font-family: "Epilogue", sans-serif;
  }
}

.popup-layer {
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000 !important;
  display: none;
  pointer-events: none;
}
.popup-layer.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
}
.popup-layer .popup-close {
  position: absolute;
  cursor: pointer;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  border: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  background-color: transparent;
  color: #ffffff;
}
.popup-layer .popup-close:before {
  font-family: "icomoon";
  content: "\e117";
}

.popup-info {
  display: block;
  position: relative;
  background: #ffffff;
  padding: 2vw;
  width: 300px;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 37.5em) {
  .popup-info {
    width: 500px !important;
    height: auto !important;
  }
}
@media screen and (min-width: 60em) {
  .popup-info {
    width: 500px !important;
    min-height: 300px !important;
    padding: 1.5vw !important;
  }
}
@media screen and (min-width: 81.25em) {
  .popup-info {
    width: 600px !important;
    min-height: 350px !important;
  }
}
@media screen and (min-width: 81.25em) {
  .popup-info {
    width: 700px !important;
    min-height: 350px !important;
  }
}
.popup-info .image_container img {
  aspect-ratio: 1/1;
  max-height: none;
}
.popup-info .icon {
  width: 50px;
  margin: 0 auto;
  -webkit-animation: rotate 1s ease-in-out 0.5s;
          animation: rotate 1s ease-in-out 0.5s;
}
@media screen and (min-width: 60em) {
  .popup-info .icon {
    width: 70px;
  }
}
@media screen and (min-width: 100em) {
  .popup-info .icon {
    width: 80px;
  }
}
.popup-info h1,
.popup-info h2 {
  margin-top: 0 !important;
  color: #62222B;
  line-height: 1.1;
  text-align: center !important;
}

.onlineticket-popup {
  border-radius: 0%;
  width: 300px;
  min-height: 300px;
  background: #ffffff;
}
@media screen and (min-width: 46.25em) {
  .onlineticket-popup {
    width: 400px;
    min-height: 400px;
  }
}
@media screen and (min-width: 81.25em) {
  .onlineticket-popup {
    width: 600px;
    min-height: 600px;
  }
}
@media screen and (min-width: 46.25em) {
  .onlineticket-popup ol {
    width: 80%;
    margin: 0 auto;
  }
  .onlineticket-popup ol li {
    padding-left: 5px;
  }
  .onlineticket-popup li::marker {
    font-size: 1.5rem;
    margin-right: 20px;
    background: #62222B;
    width: 30px;
    height: 30px;
    display: inline-block;
  }
}

.popup-btn > a, a.pop-btn {
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: 400;
  border: 0px solid #F6F3F1;
  background: #62222B;
  display: block;
  max-width: 180px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}
.popup-btn > a:hover, .popup-btn > a:focus, a.pop-btn:hover, a.pop-btn:focus {
  color: #ffffff;
  background-color: #D92215;
  -webkit-transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
  transition: all 0.35s cubic-bezier(0.5, 0.1, 0.3, 1);
}