/* Add your CSS @import rules after this line */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability 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 {
  -moz-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"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 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;
}
body {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  color: #5e5e5e;
}
body.site {
  padding-top: 150px;
}
.extra-margins {
  margin-left: 10px;
  margin-right: 10px;
}
.container1 {
  margin: 0px auto;
  max-width: 2340px;
}
.container2 {
  margin: 0px auto;
  max-width: 1640px;
}
.no-padding {
  padding: 0;
}
body.home .main-content {
  padding-top: 0px;
  padding-bottom: 0px;
}
ul.breadcrumb {
  background: none;
  padding: 0;
}
ul.breadcrumb a {
  color: #002b7c;
}
span.divider img {
  display: none;
}
span.divider::after {
  content: '>';
  color: #000;
  diplay: block;
  opacity: 1;
  margin-right: 5px;
}
.custom-button {
  font-size: 22px;
  font-weight: 700;
  padding: 15px 20px;
  display: inline-block;
  background-color: #ff6022;
  text-decoration: none;
  color: #fff;
}
.custom-button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ff7764;
}
.cc-color-override-2061942361 .cc-link {
  color: #ff6022 !important;
  text-decoration: none;
}
.form-check-inline .form-check-input[type="checkbox"] {
  float: left;
  width: auto;
  margin-top: 3px;
}
@media only screen and (max-width: 991px) {
  body.site {
    padding-top: 90px;
  }
}
.font-13 {
  font-size: 13px;
  line-height: 20px;
}
.font-14 {
  font-size: 14px;
  line-height: 20px;
}
.font-15 {
  font-size: 15px;
  line-height: 20px;
}
.font-18 {
  font-size: 18px;
  line-height: 24px;
}
.font-21 {
  font-size: 21px;
  line-height: 24px;
}
.font-30 {
  font-size: 30px;
  line-height: 34px;
}
.font-36 {
  font-size: 36px;
  line-height: 46px;
}
.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-semi-bold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.dropdown-menu {
  margin: 0;
  max-width: 350px;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
}
.dropdown-toggle::after {
  display: none;
}
.main-navigation {
  padding-top: 15px;
  background: #fff;
}
.main-navigation .navbar-toggler {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.main-navigation .navbar-toggler-icon {
  color: #000;
}
.main-navigation .navbar {
  width: 100%;
  padding: 0;
}
.main-navigation .navbar .nav-link {
  padding-bottom: 9px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 4px solid transparent;
  color: #515252;
  font-size: 22px;
  cursor: pointer;
  margin-bottom: 25px;
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 1400px) {
  .main-navigation .navbar .nav-link {
    font-size: 17px;
  }
}
.main-navigation .navbar .nav-link:after {
  background-color: transparent;
}
.main-navigation .navbar .nav-link:hover:after {
  position: absolute;
  content: '';
  display: block;
  background-color: #515252;
  border: 0px solid transparent;
  width: calc(100% - 40px);
  height: 2px;
  left: 50%;
  top: calc(100% - 25px);
  transform: translateX(-50%);
}
.main-navigation .navbar .nav-item .dropdown-menu {
  border-radius: 0;
  border: 0;
  position: absolute;
  max-width: 350px;
}
.main-navigation .navbar .nav-item .dropdown-menu a {
  margin: 0;
  color: #515252;
  padding: 10px;
}
.main-navigation .navbar .nav-item .dropdown-menu .dropdown-item {
  max-width: 350px;
  width: 100%;
  margin-right: 20px;
}
.main-navigation .navbar .nav-item .dropdown-menu .dropdown-item:focus,
.main-navigation .navbar .nav-item .dropdown-menu .dropdown-item:hover {
  text-decoration: none;
  background-color: transparent;
}
.main-navigation .navbar .nav-item .dropdown-menu .nav-item {
  margin-right: 0px;
}
.main-navigation .navbar .nav-item .dropdown-menu .nav-item:after {
  display: none;
}
.main-navigation .navbar .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: #ff6022;
}
.main-navigation .navbar .nav-item .dropdown-menu .nav-item .nav-link:hover:after {
  display: none;
}
.main-navigation .navbar .nav-item.active > .nav-link {
  color: #ff6022;
  font-weight: 700;
}
.main-navigation .navbar .nav-item.active > .nav-link:after {
  background-color: #515252;
}
.main-navigation .navbar .nav-item {
  position: relative;
  margin-right: 10px;
}
.main-navigation .navbar .nav-item:not(:last-child):after {
  position: absolute;
  content: '•';
  display: block;
  color: #515252;
  font-size: 26px;
  right: -10px;
  top: calc(50% - 8px);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  .main-navigation .navbar .nav-item {
    margin-right: 0px;
  }
  .main-navigation .navbar .nav-item:after {
    display: none !important;
  }
}
.main-navigation .navbar .navbar-nav ul {
  padding: 0;
}
.main-navigation .navbar .navbar-nav ul .nav-link {
  padding-bottom: 14px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 0px solid transparent;
}
.main-navigation .navbar .navbar-nav ul .nav-link:hover {
  border-top: 0px solid #fff;
}
.main-navigation .navbar .navbar-nav ul .nav-item.active .nav-link {
  border-top: 0px solid #fff !important;
}
.main-navigation .navbar .navbar-nav ul ul {
  left: 100%;
  top: 0;
}
.main-navigation .navbar-brand {
  margin-right: 0;
  max-width: 250px;
}
.main-navigation .navbar-brand-container {
  padding: 0 0 20px;
  display: inline-block;
  position: relative;
  width: 100%;
}
.main-navigation .navbar-brand-container:after {
  position: absolute;
  content: '';
  display: none;
  width: 2px;
  height: 70%;
  background-color: #282828;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  .main-navigation .navbar-brand {
    max-width: 150px;
  }
  .main-navigation .navbar-brand-container:after {
    display: none;
  }
}
.main-navigation .header-telephone {
  font-size: 18px;
  margin-right: 10px;
}
.main-navigation .header-telephone i {
  display: inline-block;
  margin-right: 10px;
}
.main-navigation .header-telephone a {
  color: #ff6022;
}
@media only screen and (max-width: 1199px) {
  .main-navigation .header-telephone {
    margin-right: 0px;
  }
}
.main-navigation .custom-button {
  outline: 0;
  font-size: 18px;
  padding: 10px 15px;
}
@media only screen and (max-width: 991px) {
  .main-navigation {
    padding-top: 0px;
  }
  .main-navigation .navbar-collapse {
    padding-bottom: 50px;
  }
  .main-navigation .navbar-brand-container {
    padding: 0 0 10px;
  }
  .main-navigation .navbar .nav-link {
    padding-bottom: 12px;
    padding-top: 8px;
    margin-bottom: 0;
  }
  .main-navigation .navbar .navbar-nav ul .nav-link {
    padding-bottom: 12px;
    padding-top: 8px;
  }
  .main-navigation .navbar .nav-item {
    text-align: center;
  }
  .main-navigation .navbar .nav-item .dropdown-toggle {
    width: auto;
  }
  .main-navigation .navbar .nav-item .dropdown-toggle:after {
    content: '';
    display: block;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .main-navigation .navbar .nav-item .dropdown-menu {
    position: relative;
    background: transparent;
    padding: 0 !important;
    border: 1px solid;
    width: auto;
    margin: 0px auto;
    display: inline-block;
    max-width: 350px;
  }
  .main-navigation .navbar .nav-item.active > .nav-link {
    border-top: 4px solid transparent !important;
    color: #ff6022;
  }
  .main-navigation .navbar .navbar-nav ul {
    display: block;
    padding-left: 20px !important;
  }
}
@media only screen and (max-width: 991px) {
  .main-navigation.fixed-top {
    max-height: 100%;
    overflow-y: auto;
  }
  .main-navigation .custom-button {
    font-size: 18px;
    padding: 15px 20px;
    margin-top: 20px;
  }
  .main-navigation .header-telephone {
    margin-left: 0px;
    margin-top: 20px;
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-custom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
}
.main-navigation .navbar .nav-item:last-child {
  margin-right: 0;
}
.main-navigation .navbar .nav-item:last-child .nav-link {
  padding-right: 0;
}
.navbar-toggler:focus {
  outline: 0 !important;
}
.language_selector__outer {
  border: 1px solid #2f2f2f;
  border-radius: 5px;
}
.language_selector {
  padding: 5px 15px;
  font-size: 18px;
  width: 90px;
}
.language_selector .dropdown-toggle {
  color: #2f2f2f;
  text-decoration: none;
}
.language_selector img {
  display: inline-block;
  margin-bottom: 2px;
}
.language_selector .dropdown-menu {
  min-width: 100%;
  padding: 5px 15px;
  font-size: 18px;
  width: 90px;
  text-align: center;
}
.language_selector .dropdown-item {
  padding: 0;
  text-decoration: none;
}
.mobile_language {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-60%);
}
@media only screen and (max-width: 1199px) {
  .main-navigation .navbar-brand {
    margin-left: -15px;
  }
}
.full-height-block {
  min-height: 100vh;
  width: 100%;
}
.full-height-block-1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.full-height-block-1__title {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  text-align: center;
}
.full-height-block-1__title div {
  font-size: 50px;
  line-height: 50px;
  display: block;
}
.full-height-block-1__title a {
  color: #fff;
  text-decoration: none;
}
.full-height-block-1__title .full-height-block-1__title-link {
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  font-weight: 700;
}
.full-height-block-1__title .full-height-block-1__title-link:after {
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
  width: 100%;
  height: 2px;
  top: 140%;
  left: 0;
}
.full-height-block-1__text {
  font-size: 23px !important;
  line-height: 29px !important;
  display: block;
  margin: 30px 0;
}
.full-height-block-2 {
  position: relative;
}
.full-height-block-2__content {
  position: absolute;
  top: 45%;
  left: 30%;
  transform: translate(-100%,-50%);
  color: #fff;
  text-align: left;
  z-index: 1;
  max-width: 400px;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.full-height-block-2__content.js-vp-class {
  opacity: 1;
  transform: translate(-50%,-50%);
}
.full-height-block-2__content a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
.full-height-block-2__content a::after {
  position: absolute;
  content: '';
  display: block;
  width: 20%;
  height: 2px;
  bottom: -10px;
  left: 0;
  background-color: #fff;
  transition: all .3s ease-in-out;
}
.full-height-block-2__content a::before {
  position: absolute;
  content: '\2192';
  display: block;
  width: auto;
  height: 2px;
  top: 0;
  font-size: 38px;
  right: -50px;
  transition: all .3s ease-in-out;
}
.full-height-block-2__content a:hover::after {
  width: 100%;
}
.full-height-block-2__content a:hover::before {
  right: -70px;
}
.full-height-block-2__headline {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
.full-height-block-2__title {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 20px;
}
.full-height-block-2__text {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 15px;
}
.full-height-block-2__link {
  font-size: 26px;
  line-height: 26px;
  text-decoration: none;
}
.full-height-block-2__svg-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.full-height-block-2 svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .full-height-block-2__content {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    color: #fff;
    text-align: center;
    max-width: initial;
    background-color: gray;
    padding: 30px;
  }
  .full-height-block-2__content.js-vp-class {
    opacity: 1;
    transform: none;
  }
  .full-height-block-2__svg-holder {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 500px;
  }
  .full-height-block-2__headline {
    font-size: 22px;
    line-height: 22px;
  }
  .full-height-block-2__title {
    font-size: 36px;
    line-height: 36px;
  }
  .full-height-block-2__text {
    font-size: 18px;
    line-height: 18px;
  }
  .full-height-block-2__link {
    font-size: 18px;
    line-height: 18px;
  }
}
.full-height-block-3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.full-height-block-3__title {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  text-align: center;
}
.full-height-block-3__title div {
  font-size: 40px;
  line-height: 40px;
  display: block;
}
.full-height-block-3__title a {
  color: #fff;
  text-decoration: none;
}
.full-height-block-3__title .full-height-block-3__title-link {
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  font-weight: 700;
}
.full-height-block-3__title .full-height-block-3__title-link i {
  transform: translateX(0);
  transition: all .3s ease-in-out;
}
.full-height-block-3__title .full-height-block-3__title-link:after {
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
  width: 20%;
  height: 2px;
  top: 140%;
  left: 0;
  transition: all .3s ease-in-out;
}
.full-height-block-3__title .full-height-block-3__title-link:hover i {
  transform: translateX(40%);
}
.full-height-block-3__title .full-height-block-3__title-link:hover::after {
  width: 100%;
}
.full-height-block-3__border-top {
  opacity: 0;
  transition: all .6s ease-in-out;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
}
.full-height-block-3__border-left {
  opacity: 0;
  transition: all .6s ease-in-out;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0;
  width: 0px;
  height: calc(100%);
}
.full-height-block-3__border-right {
  opacity: 0;
  transition: all .6s ease-in-out;
  background-color: #fff;
  position: absolute;
  top: 0px;
  right: 0;
  width: 0px;
  height: calc(100%);
}
.full-height-block-3__border-bottom {
  opacity: 0;
  transition: all .6s ease-in-out;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
}
.full-height-block-3.js-vp-class .full-height-block-3__border-top {
  height: 80px;
  opacity: .6;
}
.full-height-block-3.js-vp-class .full-height-block-3__border-left {
  width: 80px;
  opacity: .6;
  top: 80px;
  height: calc(100% - 80px - 80px);
}
.full-height-block-3.js-vp-class .full-height-block-3__border-right {
  width: 80px;
  opacity: .6;
  top: 80px;
  height: calc(100% - 80px - 80px);
}
.full-height-block-3.js-vp-class .full-height-block-3__border-bottom {
  height: 80px;
  opacity: .6;
}
@media only screen and (max-width: 991px) {
  .full-height-block-3.js-vp-class .full-height-block-3__border-top {
    height: 35px;
  }
  .full-height-block-3.js-vp-class .full-height-block-3__border-left {
    width: 35px;
    top: 35px;
    height: calc(100% - 35px - 35px);
  }
  .full-height-block-3.js-vp-class .full-height-block-3__border-right {
    width: 35px;
    top: 35px;
    height: calc(100% - 35px - 35px);
  }
  .full-height-block-3.js-vp-class .full-height-block-3__border-bottom {
    height: 35px;
  }
}
.full-height-block-4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.full-height-block-4__content-holder {
  color: #515252;
  position: absolute;
  top: 0;
  right: 8%;
  background-color: #fff;
  text-align: left;
  z-index: 1;
  min-width: 600px;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.full-height-block-4__content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(100%,-50%);
  opacity: 0;
  transition: all 1s ease-in-out .3s;
}
.full-height-block-4__content a {
  color: #515252;
  text-decoration: none;
  position: relative;
}
.full-height-block-4__content a::after {
  position: absolute;
  content: '';
  display: block;
  width: 20%;
  height: 2px;
  bottom: -10px;
  left: 0;
  background-color: #515252;
  transition: all .3s ease-in-out;
}
.full-height-block-4__content a::before {
  position: absolute;
  content: '\2192';
  display: block;
  width: auto;
  height: 2px;
  top: 0;
  font-size: 38px;
  right: -50px;
  transition: all .3s ease-in-out;
}
.full-height-block-4__content a:hover::after {
  width: 100%;
}
.full-height-block-4__content a:hover::before {
  right: -70px;
}
.full-height-block-4.js-vp-class .full-height-block-4__content-holder {
  opacity: 1;
}
.full-height-block-4.js-vp-class .full-height-block-4__content {
  opacity: 1;
  transform: translate(-50%,-50%);
}
.full-height-block-4__image-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.full-height-block-4__headline {
  font-size: 23px;
  line-height: 23px;
  font-weight: 700;
  margin-bottom: 15px;
}
.full-height-block-4__title {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
.full-height-block-4__text {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 15px;
}
.full-height-block-4__link {
  font-size: 22px;
  line-height: 22px;
}
@media only screen and (max-width: 991px) {
  .full-height-block-4__content-holder {
    position: relative;
    top: 0;
    right: 0;
    min-width: 0;
    width: 100%;
    height: 100%;
  }
  .full-height-block-4__content {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    text-align: center;
    padding: 50px;
  }
  .full-height-block-4.js-vp-class .full-height-block-4__content {
    transform: none;
  }
  .full-height-block-4__image-holder {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .full-height-block-4__headline {
    font-size: 22px;
    line-height: 22px;
  }
  .full-height-block-4__title {
    font-size: 30px;
    line-height: 30px;
  }
  .full-height-block-4__text {
    font-size: 18px;
    line-height: 18px;
  }
  .full-height-block-4__link {
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .full-height-block-4__content {
    padding: 50px 20px;
  }
}
.full-height-block-5 {
  position: relative;
}
.full-height-block-5__content {
  position: absolute;
  top: 45%;
  left: 30%;
  transform: translate(-50%,0);
  color: #fff;
  text-align: left;
  z-index: 1;
  max-width: 500px;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.full-height-block-5__content.js-vp-class {
  opacity: 1;
  transform: translate(-50%,-50%);
}
.full-height-block-5__headline {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
.full-height-block-5__title {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 20px;
}
.full-height-block-5__svg-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.full-height-block-5 svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .full-height-block-5__content {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    color: #fff;
    text-align: center;
    max-width: initial;
    background-color: gray;
    padding: 30px;
  }
  .full-height-block-5__content.js-vp-class {
    transform: none;
  }
  .full-height-block-5__svg-holder {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 500px;
  }
  .full-height-block-5__headline {
    font-size: 22px;
    line-height: 22px;
  }
  .full-height-block-5__title {
    font-size: 36px;
    line-height: 36px;
  }
}
.full-height-block-1__title-title {
  transition: all .6s ease-in-out .3s;
  opacity: 0;
  transform: translateY(30%);
}
.full-height-block-1__text {
  transition: all .6s ease-in-out 1.1s;
  opacity: 0;
  transform: translateY(30%);
}
.full-height-block-1__title a {
  transition: all .6s ease-in-out 1.8s;
  opacity: 0;
  transform: translateY(30%);
}
.full-height-block-1__title .full-height-block-1__title-link:after {
  transition: all .6s ease-in-out 1.8s;
  width: 0px;
  opacity: 0;
}
.swiper-slide-active .full-height-block-1__title-title {
  opacity: 1;
  transform: translateY(0);
}
.swiper-slide-active .full-height-block-1__text {
  opacity: 1;
  transform: translateY(0);
}
.swiper-slide-active .full-height-block-1__title a {
  opacity: 1;
  transform: translateY(0);
}
.swiper-slide-active .full-height-block-1__title .full-height-block-1__title-link:after {
  width: 100%;
  opacity: 1;
}
.location-holder {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ebebeb;
}
.location .headline {
  color: #ff6022;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.location .title {
  color: #515252;
  font-size: 40px;
  line-height: 40px;
}
.location .text {
  color: #515252;
  font-size: 18px;
  line-height: 18px;
}
.location .header {
  color: #515252;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.location .bullets {
  color: #515252;
  font-size: 18px;
  line-height: 18px;
}
.contact-holder {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #ebebeb;
}
.contact-holder a {
  color: #ff6022;
}
.contact-content {
  background-color: #fff;
  padding: 8% 12%;
  font-size: 18px;
  line-height: 20px;
}
.contact .text {
  color: #515252;
  font-size: 18px;
  line-height: 25px;
}
.contact .header {
  color: #515252;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.contact input {
  width: 100%;
  outline: none;
  border-color: #515253;
  border-radius: 0;
}
.contact input:focus {
  box-shadow: none;
  border-color: #515253;
}
.contact textarea {
  width: 100%;
  outline: none;
  box-shadow: none;
  border-color: #515253;
  border-radius: 0;
}
.contact textarea:focus {
  box-shadow: none;
  border-color: #515253;
}
.contact button {
  border: 0;
  outline: none;
  box-shadow: none;
  border-color: #515253;
}
@media only screen and (max-width: 991px) {
  .contact-holder {
    padding-top: 30px;
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ebebeb;
  }
  .contact-sidebar {
    text-align: center;
  }
}
.experience-block {
  min-height: 100vh;
  width: 100%;
}
.experience-block-1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.experience-block-1__title {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  text-align: center;
}
.experience-block-1__title div {
  font-size: 50px;
  line-height: 50px;
  display: block;
}
.experience-block-1__title a {
  color: #fff;
  text-decoration: none;
}
.experience-block-1__title-link {
  font-size: 22px !important;
  line-height: 22px !important;
  display: inline-block !important;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  font-weight: 700;
}
.experience-block-1__title-link:after {
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
  width: 100%;
  height: 2px;
  top: 140%;
  left: 0;
}
.experience-block-1__title:after {
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
  width: 2px;
  height: 80px;
  top: 130%;
  left: 50%;
}
.experience-content-block .carousel {
  box-shadow: 0 0 20px 5px rgba(0,0,0,0.5);
}
.experience-content-block .carousel-item {
  height: 100%;
  min-height: 300px;
  background: no-repeat center center scroll;
  background-size: cover;
}
.experience-content-block .carousel-inner {
  height: calc(50vh);
}
.experience-content-block__content {
  max-width: 350px;
}
.experience-content-block__headline {
  font-size: 18px;
  line-height: 18px;
  color: #ff6022;
  margin-bottom: 15px;
}
.experience-content-block__title {
  font-size: 36px;
  line-height: 36px;
  color: #515252;
  margin-bottom: 20px;
}
.experience-content-block__text {
  font-size: 18px;
  line-height: 18px;
  color: #515252;
}
.experience-light-block {
  background-color: #ebebeb;
  padding: 80px;
}
.experience-light-block__headline {
  color: #ff6022;
}
.experience-light-block__title {
  color: #515252;
}
.experience-light-block__text {
  color: #515252;
}
.experience-dark-block {
  background-color: #515252;
  padding: 80px;
}
.experience-dark-block .experience-content-block__headline {
  color: #fff;
}
.experience-dark-block .experience-content-block__title {
  color: #fff;
}
.experience-dark-block .experience-content-block__text {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .experience .carousel-inner {
    height: 100%;
    max-height: 400px;
  }
  .experience-light-block {
    padding: 30px;
  }
  .experience-dark-block {
    padding: 30px;
  }
  .experience-content-block__content {
    max-width: 100%;
  }
}
body.experience {
  padding-top: 0px;
}
@media only screen and (max-width: 991px) {
  body.experience {
    padding-top: 0px;
  }
}
.room-block {
  min-height: 100vh;
  width: 100%;
}
.room-block-1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.room-block-1__title {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-20%);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 1s ease-in-out .3s;
}
.room-block-1__title.js-vp-class {
  opacity: 1;
  transform: translate(-50%,-50%);
}
.room-block-1__title div {
  font-size: 50px;
  line-height: 50px;
  display: block;
}
.room-block-1__title a {
  color: #fff;
  text-decoration: none;
}
.room-block-1__title-link {
  font-size: 22px !important;
  line-height: 22px !important;
  display: inline-block !important;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  font-weight: 700;
}
.room-block-1__title-link:after {
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
  width: 100%;
  height: 2px;
  top: 140%;
  left: 0;
}
.room-block-1__title:after {
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
  width: 2px;
  height: 80px;
  top: 130%;
  left: 50%;
}
.room-content-block .carousel-item {
  height: 100%;
  min-height: 300px;
  background: no-repeat center center scroll;
  background-size: cover;
}
.room-content-block .carousel-inner {
  height: calc(70vh);
}
.room-content-block__content {
  max-width: 850px;
}
.room-content-block__headline {
  font-size: 18px;
  line-height: 18px;
  color: #ff6022;
  margin-bottom: 15px;
}
.room-content-block__title {
  font-size: 36px;
  line-height: 36px;
  color: #515252;
  margin-bottom: 20px;
}
.room-content-block__text {
  font-size: 18px;
  line-height: 18px;
  color: #515252;
}
.room-content-block__facilities {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.room-content-block__facilities img {
  max-width: 25px;
}
.room-facilities-block {
  background-color: #ebebeb;
  padding: 0 80px;
}
.room-facilities-block__headline {
  color: #ff6022;
}
.room-facilities-block__title {
  color: #515252;
}
.room-facilities-block .room-content-block__text {
  color: #515252;
  font-size: 18px;
  line-height: 24px;
}
.room-facilities-block__content {
  max-width: 100%;
  background-color: #fff;
  padding: 80px;
}
.room-facilities-block li {
  margin-bottom: 5px;
}
.room-light-block {
  background-color: #ebebeb;
  padding: 50px 140px;
}
.room-light-block__headline {
  color: #ff6022;
}
.room-light-block__title {
  color: #515252;
}
.room-light-block__text {
  color: #515252;
}
.room-dark-block {
  background-color: #515252;
  padding: 50px 140px;
}
.room-dark-block .experience-content-block__headline {
  color: #fff;
}
.room-dark-block .experience-content-block__title {
  color: #fff;
}
.room-dark-block .experience-content-block__text {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .room .carousel-inner {
    height: 100%;
    max-height: 400px;
  }
  .room-facilities-block {
    padding: 0 10px;
  }
  .room-facilities-block__content {
    padding: 10px;
  }
  .room-light-block {
    padding: 30px;
  }
  .room-dark-block {
    padding: 30px;
  }
  .room-content-block__content {
    max-width: 100%;
  }
}
body.room {
  padding-top: 0px;
}
@media only screen and (max-width: 991px) {
  body.room {
    padding-top: 0px;
  }
}
.rooms-block {
  min-height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #515252;
  color: #fff;
  padding: 5% 4%;
  max-width: 600px;
}
.rooms-block__bird-mark-orange {
  text-align: right;
  margin-bottom: 30px;
}
.rooms-block__category-title {
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 40px;
  clear: both;
}
.rooms-block__room-title {
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 30px;
}
.rooms-block__room-title a {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .rooms-block {
    text-align: center;
  }
  .rooms-block__bird-mark-orange {
    text-align: center;
  }
  .rooms-block__category-title {
    font-size: 35px;
    line-height: 35px;
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .rooms-block__room-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
.photos-carousel-block__container {
  background-color: #ebebeb;
}
.photos-carousel-block__title {
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}
.photos-carousel-block__cover {
  cursor: pointer;
}
.photos-carousel-block__cover-title {
  font-size: 30px;
  line-height: 30px;
  margin-top: 15px;
}
.photos-carousel-block .photos-carousel {
  display: none;
}
.photos-carousel-block .photos-carousel.active {
  display: block;
}
@media only screen and (max-width: 991px) {
  .photos-carousel-block__title {
    font-size: 30px;
    line-height: 30px;
  }
  .photos-carousel-block__cover-title {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
  }
}
.photos-carousel-block .swiper-container {
  width: 100%;
  max-height: auto;
  height: 100%;
  height: auto;
}
.photos-carousel-block .swiper-slide {
  background-position: center;
  background-size: cover;
}
.photos-carousel-block .swiper-slide p {
  position: absolute;
  top: 50px;
  right: 60px;
  width: 100%;
  max-width: 450px;
  background-color: rgba(255,255,255,0.8);
  padding: 30px;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
}
.photos-carousel-block .swiper-button-arrow {
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-image: none;
  font-size: 30px;
  text-align: center;
}
.photos-carousel-block .swiper-button-next {
  padding: 15px 15px 15px 20px;
}
.photos-carousel-block .swiper-button-prev {
  padding: 15px 20px 15px 15px;
}
@media only screen and (max-width: 991px) {
  .photos-carousel-block .swiper-container {
    max-height: auto;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .photos-carousel-block .swiper-slide p {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    max-width: initial;
    display: none;
  }
}
.footer {
  font-size: 17px;
  line-height: 17px;
  padding: 20px 0;
  color: #515252;
}
.footer p {
  margin: 0;
}
.footer a {
  color: #515252;
}
.footer .footer-social ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.footer .footer-social ul li {
  display: inline-block;
}
.footer .footer-social ul li a {
  color: #515252;
}
.footer .footer-social ul li a:hover {
  color: #ff6022;
}
body.home .swiper-container {
  width: 100%;
  max-height: 850px;
  margin-top: 150px;
  height: 100%;
  height: 850px;
  min-height: 850px;
}
body.home .swiper-slide {
  background-position: center;
  background-size: cover;
}
body.home .swiper-button-arrow {
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-image: none;
  font-size: 30px;
  text-align: center;
}
body.home .swiper-button-next {
  padding: 15px 15px 15px 20px;
}
body.home .swiper-button-prev {
  padding: 15px 20px 15px 15px;
}
@media only screen and (max-width: 991px) {
  body.home .swiper-container {
    max-height: 500px;
    margin-top: 80px;
    overflow: hidden;
  }
}
