/*$blue:      #C7DDF3;*/
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

p {
  margin-top: 0;
  margin-bottom: 0; }

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 0; }

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0; }

blockquote {
  margin: 0; }

b, strong {
  font-weight: 700; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #182865;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #B58D49; }
  a.active {
    color: #B58D49; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

th {
  text-align: inherit; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"], input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

[hidden] {
  display: none !important; }

html, body {
  height: 100%; }

body {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-size: calc(14px + 2 * ( (100vw - 600px) / 600));
  background: url(../img/pattern.svg);
  overflow-x: hidden; }
  @media screen and (max-width: 600px) {
    body {
      font-size: 14px; } }
  @media screen and (min-width: 1200px) {
    body {
      font-size: 16px; } }

.stickypad {
  padding-top: 85px; }

h1 {
  font-size: calc(24px + 12 * ( (100vw - 600px) / 600));
  font-weight: 400;
  color: #182865;
  line-height: 1.1;
  text-transform: uppercase; }
  @media screen and (max-width: 600px) {
    h1 {
      font-size: 24px; } }
  @media screen and (min-width: 1200px) {
    h1 {
      font-size: 36px; } }

.h1 {
  font-size: calc(24px + 12 * ( (100vw - 600px) / 600));
  font-weight: 300;
  color: #182865;
  line-height: 1.6; }
  @media screen and (max-width: 600px) {
    .h1 {
      font-size: 24px; } }
  @media screen and (min-width: 1200px) {
    .h1 {
      font-size: 36px; } }

h2 {
  font-size: calc(20px + 10 * ( (100vw - 600px) / 600));
  font-weight: 400;
  color: #182865;
  line-height: 1.6; }
  @media screen and (max-width: 600px) {
    h2 {
      font-size: 20px; } }
  @media screen and (min-width: 1200px) {
    h2 {
      font-size: 30px; } }

h3 {
  font-size: calc(18px + 5 * ( (100vw - 600px) / 600));
  font-weight: 400;
  color: #fff;
  line-height: 1; }
  @media screen and (max-width: 600px) {
    h3 {
      font-size: 18px; } }
  @media screen and (min-width: 1200px) {
    h3 {
      font-size: 23px; } }

p {
  font-size: calc(14px + 2 * ( (100vw - 600px) / 600));
  font-weight: 300;
  color: #000;
  line-height: 1.8125; }
  @media screen and (max-width: 600px) {
    p {
      font-size: 14px; } }
  @media screen and (min-width: 1200px) {
    p {
      font-size: 16px; } }

small, .small {
  font-size: calc(12px + 2 * ( (100vw - 600px) / 600));
  font-weight: 300;
  color: #000;
  line-height: 1.5; }
  @media screen and (max-width: 600px) {
    small, .small {
      font-size: 12px; } }
  @media screen and (min-width: 1200px) {
    small, .small {
      font-size: 14px; } }

input[type="text"] {
  display: block;
  width: 100%;
  padding: 0 26px;
  line-height: 56px;
  height: 56px;
  border: 1px solid #182865;
  outline: 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-size: calc(14px + 2 * ( (100vw - 600px) / 600)); }
  @media screen and (max-width: 600px) {
    input[type="text"] {
      font-size: 14px; } }
  @media screen and (min-width: 1200px) {
    input[type="text"] {
      font-size: 16px; } }

textarea {
  display: block;
  width: 100%;
  padding: 10px 26px;
  line-height: 1.8125;
  height: 224px;
  border: 1px solid #182865;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  font-size: calc(14px + 2 * ( (100vw - 600px) / 600)); }
  @media screen and (max-width: 600px) {
    textarea {
      font-size: 14px; } }
  @media screen and (min-width: 1200px) {
    textarea {
      font-size: 16px; } }

::-webkit-input-placeholder {
  color: #182865;
  opacity: 1; }

:-ms-input-placeholder {
  color: #182865;
  opacity: 1; }

::-ms-input-placeholder {
  color: #182865;
  opacity: 1; }

::placeholder {
  color: #182865;
  opacity: 1; }

:-ms-input-placeholder {
  color: #182865; }

::-ms-input-placeholder {
  color: #182865; }

.button {
  display: block;
  width: 100%;
  padding: 0 26px;
  line-height: 56px;
  cursor: pointer;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
  font-size: calc(14px + 2 * ( (100vw - 600px) / 600));
  text-transform: uppercase;
  letter-spacing: 0.2em; }
  @media screen and (max-width: 600px) {
    .button {
      font-size: 14px; } }
  @media screen and (min-width: 1200px) {
    .button {
      font-size: 16px; } }

.button-blue {
  background: #182865;
  border: 1px solid #182865;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .button-blue:hover {
    background: #B58D49;
    border: 1px solid #B58D49;
    color: #182865;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

button:focus {
  outline: 0; }

.learn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: calc(10px + 2 * ( (100vw - 600px) / 600));
  color: #182865;
  letter-spacing: 0.2rem; }
  @media screen and (max-width: 600px) {
    .learn-more {
      font-size: 10px; } }
  @media screen and (min-width: 1200px) {
    .learn-more {
      font-size: 12px; } }
  .learn-more:before {
    content: "";
    display: block;
    height: 1px;
    width: calc(1/5 * 100% - 15px);
    margin-right: 15px;
    background: #182865;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .learn-more:hover {
    color: #B58D49; }
  .learn-more:hover:before {
    background: #B58D49;
    width: calc(1/5 * 100% - 30px);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

.tag {
  display: block;
  margin-bottom: 28px;
  font-size: calc(10px + 2 * ( (100vw - 600px) / 600));
  color: #182865;
  letter-spacing: 0.2rem; }
  @media screen and (max-width: 600px) {
    .tag {
      font-size: 10px; } }
  @media screen and (min-width: 1200px) {
    .tag {
      font-size: 12px; } }
  .tag:hover {
    color: #B58D49; }

@media only screen and (max-width: 1200px) {
  body {
    padding-top: 168px; }
  .is-open {
    overflow: hidden; }
  .stickypad {
    padding-top: 0; } }

@media only screen and (max-width: 900px) {
  body {
    padding-top: 116px; } }

/**************
HEADER
**************/
header {
  background: #fff;
  padding-top: 28px; }

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 calc((100% - (23/27 * 100%))/2); }

.logo {
  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;
  margin-bottom: 28px; }

.logo a {
  display: block; }

.logo img {
  display: block;
  height: 112px;
  width: auto; }

.hamburger {
  display: block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  overflow: visible; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #182865;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  -o-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.header-description {
  padding-top: 15px;
  margin-left: 42px; }
  .header-description h1 {
    font-weight: 300;
    line-height: 1;
    text-transform: none;
    letter-spacing: -0.04em;
    margin-bottom: 25px;
    text-indent: -4px; }
  .header-description p {
    font-size: calc(14px + 2.5 * ( (100vw - 600px) / 600));
    color: #182865;
    line-height: 1;
    text-indent: -1px; }
    @media screen and (max-width: 600px) {
      .header-description p {
        font-size: 14px; } }
    @media screen and (min-width: 1200px) {
      .header-description p {
        font-size: 16.5px; } }

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 48px;
  margin-left: 28px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: calc(12px + 2 * ( (100vw - 600px) / 600));
  line-height: 1;
  color: #182865; }
  @media screen and (max-width: 600px) {
    .header-contacts {
      font-size: 12px; } }
  @media screen and (min-width: 1200px) {
    .header-contacts {
      font-size: 14px; } }
  .header-contacts div {
    white-space: nowrap; }
  .header-contacts .header-phones {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 28px;
    cursor: pointer; }
    .header-contacts .header-phones em {
      display: inline-block;
      width: 19px;
      height: 10px;
      margin-left: 9px;
      background: url(../img/arrow-nav.svg) center center no-repeat; }
    .header-contacts .header-phones .header-phones-wrapper {
      padding: 33px 28px 42px 28px; }
      .header-contacts .header-phones .header-phones-wrapper div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .header-contacts .header-phones .header-phones-wrapper div span, .header-contacts .header-phones .header-phones-wrapper div a {
          display: block;
          margin: 0 28px 14px; }

.header-phones-dropdown {
  position: absolute;
  z-index: 999999;
  right: -56px;
  top: 28px;
  background: #fff;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.15s ease-in-out;
  -o-transition: height 0.15s ease-in-out;
  transition: height 0.15s ease-in-out; }

.header-phones-dropdown.open {
  height: 215px;
  -webkit-transition: height 0.15s ease-in-out;
  -o-transition: height 0.15s ease-in-out;
  transition: height 0.15s ease-in-out; }

.lang {
  position: absolute;
  top: 0;
  right: calc((100% - (23/27 * 100%))/2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.lang a {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  margin-left: 10px; }

.lang a:hover, .lang a.active {
  color: #182865; }

@media screen and (max-width: 1200px) {
  header {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%; }
  .header-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header-top:before {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .header-description, .header-contacts {
    display: none; }
  .lang {
    position: static;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

@media screen and (max-width: 900px) {
  .logo {
    margin-bottom: 28px; }
  .logo img {
    height: 60px; } }

/**************
HERO
**************/
.hero {
  width: 100%;
  height: calc(100vh - 225px);
  padding-bottom: 72px;
  background: #fff; }

.hero-img {
  position: relative;
  height: 100%; }

.hero-img img, .hero-img iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover"; }

.vt360 {
  position: absolute;
  top: 53px;
  right: calc((100% - (23/27 * 100%))/2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 112px;
  height: 112px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background: #182865;
  border-radius: 50%;
  font-size: calc(10px + 2 * ( (100vw - 600px) / 600));
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s; }
  @media screen and (max-width: 600px) {
    .vt360 {
      font-size: 10px; } }
  @media screen and (min-width: 1200px) {
    .vt360 {
      font-size: 12px; } }

.vt360:hover {
  background: #B58D49;
  color: #182865;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s; }

.open-gallery {
  position: absolute;
  z-index: 99;
  right: calc(2/27 * 100%);
  bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: calc(12px + 2 * ( (100vw - 600px) / 600));
  font-weight: 400;
  color: #182865;
  letter-spacing: 0.2em;
  text-transform: uppercase; }
  @media screen and (max-width: 600px) {
    .open-gallery {
      font-size: 12px; } }
  @media screen and (min-width: 1200px) {
    .open-gallery {
      font-size: 14px; } }
  .open-gallery svg {
    margin-left: 14px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .open-gallery:hover {
    color: #B58D49; }
    .open-gallery:hover svg {
      margin-left: 7px;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    .open-gallery:hover svg path {
      fill: #B58D49; }

@media screen and (max-width: 1200px) {
  .hero {
    height: calc(100vh - 169px); } }

@media screen and (max-width: 900px) {
  .hero {
    height: auto;
    padding: 0; }
  .hero-img {
    height: calc(100vh - 116px); }
  .vt360 {
    top: 28px;
    width: 69px;
    height: 69px; } }

/**************
LIGHTBOX
**************/
.images-set {
  display: none; }

#lightboxOverlay {
  position: fixed !important;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important; }

#lightbox {
  position: fixed !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/**************
COLUMNS
**************/
.narrow {
  width: calc(23/27 * 100%);
  margin: 112px auto;
  background: #fff; }

.narrow-paded {
  padding: 112px calc(4/27 * 100%); }

.wide {
  width: 100%;
  margin: 112px auto;
  padding: 56px 0;
  background: #fff; }

.wide-padded {
  padding: 112px calc(6/27 * 100%); }

@media screen and (max-width: 1200px) {
  .narrow, .wide {
    width: 100%;
    margin: 56px auto; }
  .narrow-paded {
    padding: 56px calc(2/27 * 100%); }
  .wide-padded {
    padding: 56px calc(2/27 * 100%); } }

@media screen and (max-width: 900px) {
  .headline-box span img {
    height: 26px;
    width: auto; } }

/**************
CONTENT
**************/
.content h1 {
  text-align: center;
  margin-bottom: 112px; }

.content > p {
  margin-bottom: 112px;
  -webkit-columns: 2;
  columns: 2;
  -webkit-column-gap: 56px;
  column-gap: 56px; }

.content > h2 {
  margin-bottom: 56px; }

.content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 112px; }
  .content div figure {
    display: block;
    width: calc(50% - 28px);
    margin: 0;
    padding: 0;
    position: relative; }
    .content div figure:before {
      content: '';
      padding-top: 100%;
      display: block; }
    .content div figure img {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover"; }
  .content div span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 28px); }
    .content div span h2 {
      margin-bottom: 56px; }
    .content div span p {
      margin-bottom: 28px; }
    .content div span ul {
      padding-left: 20px;
      margin-bottom: 28px; }
    .content div span ul p {
      margin-bottom: 0; }
    .content div span a:last-child {
      margin-top: auto; }
    .content div span a:first-child {
      margin-top: 0; }
    .content div span em {
      display: block;
      font-style: normal;
      font-size: calc(12px + 2 * ( (100vw - 600px) / 600)); }
      @media screen and (max-width: 600px) {
        .content div span em {
          font-size: 12px; } }
      @media screen and (min-width: 1200px) {
        .content div span em {
          font-size: 14px; } }

.content div:nth-child(odd) figure {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.content div:nth-child(odd) span {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.content div:last-child {
  margin-bottom: 0; }

.content .load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .content .load-more a {
    display: block;
    width: 50%;
    height: 56px;
    line-height: 56px;
    padding: 0 28px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border: 1px solid #182865;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2em; }
    .content .load-more a:hover {
      background: #182865;
      color: #fff;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }

@media screen and (max-width: 900px) {
  .content h1 {
    text-align: left;
    margin-bottom: 56px; }
  .content > p {
    -webkit-columns: 1;
    columns: 1;
    margin-bottom: 56px; }
  .content div {
    display: block;
    margin-bottom: 56px; }
    .content div figure {
      display: block;
      width: 100%;
      margin-bottom: 28px; }
    .content div span {
      width: 100%;
      display: block; }
      .content div span h2, .content div span p {
        margin-bottom: 28px; }
  .content div:last-child {
    margin-bottom: 0; } }

@media screen and (max-width: 600px) {
  .content .load-more a {
    width: 100%; } }

/**************
DROPDOWN
**************/
.dropdown-el {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 56px;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  outline: none; }
  .dropdown-el input {
    display: none; }
  .dropdown-el label {
    border: 1px solid #182865;
    background: #fff;
    cursor: pointer;
    position: relative;
    -webkit-transition: .25s background ease-in-out, .25s color ease-in-out;
    -o-transition: .25s background ease-in-out, .25s color ease-in-out;
    transition: .25s background ease-in-out, .25s color ease-in-out;
    display: block;
    height: 56px;
    line-height: 56px;
    padding-left: 28px;
    padding-right: 28px;
    margin: 0 28px 28px; }
    .dropdown-el label:hover {
      background: #182865;
      color: #fff;
      -webkit-transition: .25s background ease-in-out, .25s color ease-in-out;
      -o-transition: .25s background ease-in-out, .25s color ease-in-out;
      transition: .25s background ease-in-out, .25s color ease-in-out; }
  .dropdown-el input:checked + label {
    background: #182865;
    color: #fff; }
  .dropdown-el.expanded {
    max-height: 56px; }

@media screen and (max-width: 900px) {
  .dropdown-el {
    display: block;
    border: 1px solid #182865;
    min-height: 56px;
    max-height: 56px;
    overflow: hidden; }
    .dropdown-el label {
      margin: 0;
      border: 0; }
      .dropdown-el label:hover, .dropdown-el label .active {
        background: #fff;
        color: #182865; }
      .dropdown-el label:nth-child(2) {
        margin-top: 56px; }
    .dropdown-el input:checked + label {
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      background: #fff;
      color: #182865; }
      .dropdown-el input:checked + label:nth-child(2) {
        margin-top: 0;
        position: relative; }
    .dropdown-el:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 56px;
      height: 56px;
      background: url(../img/arrow-nav.svg) center no-repeat; }
    .dropdown-el.expanded {
      background: #fff;
      padding: 0;
      max-height: 500px; }
      .dropdown-el.expanded:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); } }

/**************
SLIDER
**************/
.slider-other {
  margin: 0 auto; }
  .slider-other h2 {
    margin-bottom: 56px;
    text-align: center; }

.slider-text p {
  margin-bottom: 28px; }
  .slider-text p strong {
    font-weight: 500; }

.tns-ovh {
  margin-bottom: 56px; }

.tns-item {
  display: block; }
  .tns-item figure {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 28px;
    overflow: hidden; }
    .tns-item figure:before {
      content: '';
      display: block;
      padding-top: 100%; }
    .tns-item figure img {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover"; }
  .tns-item h3 {
    color: #182865; }
  .tns-item span {
    display: block;
    margin-bottom: 14px;
    font-size: calc(12px + 2 * ( (100vw - 600px) / 600));
    color: #182865 !important; }
    @media screen and (max-width: 600px) {
      .tns-item span {
        font-size: 12px; } }
    @media screen and (min-width: 1200px) {
      .tns-item span {
        font-size: 14px; } }
    .tns-item span em {
      font-style: normal;
      letter-spacing: 0.2em; }

.tns-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .tns-nav button {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 7px;
    outline: 0;
    cursor: pointer;
    border: 1px solid #182865;
    background: #fff;
    border-radius: 50%; }
    .tns-nav button.tns-nav-active {
      background: #182865; }

@media screen and (max-width: 900px) {
  .slider-other h2 {
    margin-bottom: 28px;
    text-align: left; }
  .tns-nav {
    display: none; } }

/**************
ARTICLE
**************/
.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .article h1 {
    width: 100%;
    margin-bottom: 56px;
    text-align: center; }
  .article figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 28px 56px; }
    .article figure span {
      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;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-bottom: 14px; }
    .article figure em {
      display: block;
      font-style: normal;
      font-size: calc(12px + 2 * ( (100vw - 600px) / 600));
      font-weight: 300;
      color: #182865;
      margin-top: auto; }
      @media screen and (max-width: 600px) {
        .article figure em {
          font-size: 12px; } }
      @media screen and (min-width: 1200px) {
        .article figure em {
          font-size: 14px; } }
  .article div {
    width: 100%;
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 56px;
    column-gap: 56px; }
  .article ul, .article ol, .article p {
    padding-bottom: 14px; }
  .article h1 + em {
    font-style: normal;
    font-size: calc(12px + 2 * ( (100vw - 600px) / 600));
    display: block;
    margin-top: 0;
    margin-bottom: 56px; }
    @media screen and (max-width: 600px) {
      .article h1 + em {
        font-size: 12px; } }
    @media screen and (min-width: 1200px) {
      .article h1 + em {
        font-size: 14px; } }

@media screen and (max-width: 900px) {
  .article {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .article figure {
      margin: 0 0 28px 0; }
    .article div {
      -webkit-columns: 1;
      columns: 1; } }

/**************
MAP
**************/
.map {
  position: relative;
  width: 100%;
  margin: 56px auto 0;
  height: 600px;
  overflow: hidden; }

.map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.map-text {
  position: absolute;
  z-index: 2;
  background: #fff;
  padding: 56px;
  /*left: calc(2/27 * 100%);*/
  right: calc(2/27 * 100%);
  top: 56px;
  bottom: 56px;
  width: calc(7/27 * 100%);
  min-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.map-text h1 {
  margin-bottom: 56px; }

.map-text p {
  margin-bottom: 56px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

@media screen and (max-width: 1200px) {
  .map-text {
    width: calc(11.5/27 * 100%);
    min-width: 0; } }

@media screen and (max-width: 900px) {
  .map {
    padding: 28px 0;
    margin: 28px auto 0;
    height: auto; }
  .map-text {
    position: relative;
    display: block;
    width: calc(23/27 * 100%);
    margin: 0 auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    padding: 28px; }
  .map-text h1, .map-text p {
    margin-bottom: 28px; } }

/**************
FOOTER
**************/
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 112px calc( 2/27 * 100%) 56px;
  background: #182865;
  color: #fff; }

footer h3, footer p {
  color: #fff; }

footer h3 {
  margin-bottom: 56px; }

footer span {
  display: block; }

footer a {
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  footer a path {
    fill: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  footer a:hover {
    fill: #B58D49;
    color: #B58D49;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  footer a:hover svg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  footer a:hover path {
    fill: #B58D49;
    color: #B58D49;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

footer div {
  margin-bottom: 56px; }

.contact {
  width: calc(4/23 * 100%); }

.sitemap {
  width: calc(6/23 * 100%); }

.sitemap span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.sitemap a {
  display: block;
  width: calc(50% - 14px);
  line-height: 1.8125; }

.newsletter {
  width: calc(6/23 * 100%); }

.newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.newsletter input {
  width: calc(100% - 56px);
  border: 0; }

.newsletter button {
  width: 56px;
  border: 0;
  background: #B58D49 url(../img/arrow-right.svg) center center no-repeat;
  background-size: 7px 14px; }

.newsletter span {
  width: 100%;
  margin-top: 28px;
  font-size: calc(10px + 1 * ( (100vw - 600px) / 600));
  line-height: 1.5; }
  @media screen and (max-width: 600px) {
    .newsletter span {
      font-size: 10px; } }
  @media screen and (min-width: 1200px) {
    .newsletter span {
      font-size: 11px; } }

.connect {
  width: calc(3/23 * 100%); }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 28px; }

.social a {
  display: block;
  margin-bottom: 28px; }

.weather {
  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; }

.date {
  width: 100%;
  font-size: calc(12px + 2 * ( (100vw - 600px) / 600));
  margin-bottom: 28px; }
  @media screen and (max-width: 600px) {
    .date {
      font-size: 12px; } }
  @media screen and (min-width: 1200px) {
    .date {
      font-size: 14px; } }

.weathertemp {
  width: 100%;
  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; }

.weathertemp img {
  display: block;
  width: calc(50% - 14px); }

.temp {
  display: block;
  width: calc(50% - 14px);
  font-style: normal; }

.copyright {
  width: 100%;
  font-size: calc(12px + 2 * ( (100vw - 600px) / 600));
  font-weight: 300; }
  @media screen and (max-width: 600px) {
    .copyright {
      font-size: 12px; } }
  @media screen and (min-width: 1200px) {
    .copyright {
      font-size: 14px; } }

@media screen and (max-width: 1200px) {
  footer {
    padding: 56px calc( 2/27 * 100%); }
  .contact, .sitemap, .newsletter, .connect {
    width: calc((100% - 56px) / 2); }
  .contact {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .sitemap {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .newsletter {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .connect {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .copyright {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .connect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .connect h3 {
    width: 100%; }
  .social, .weather {
    width: calc(50% - 14px); }
  .social {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0; }
  .social a {
    width: 50%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .date {
    margin-bottom: 0; }
  .weathertemp {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 14px; }
  .date {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

@media screen and (max-width: 900px) {
  .contact, .sitemap, .newsletter, .connect {
    width: 100%; }
  footer div {
    margin-bottom: 28px; }
  footer h3 {
    margin-bottom: 28px; }
  .social {
    margin-bottom: 0; }
  .social, .weather, .sitemap a {
    width: 50%; } }

.lightpick {
  position: absolute;
  z-index: 99999;
  width: 100%;
  background-color: #fff;
  color: #000;
  font-size: calc(12px + 2 * ( (100vw - 600px) / 600)); }
  @media screen and (max-width: 600px) {
    .lightpick {
      font-size: 12px; } }
  @media screen and (min-width: 1200px) {
    .lightpick {
      font-size: 14px; } }

.lightpick--inlined {
  position: static; }

.lightpick__inner {
  position: relative; }

.lightpick, .lightpick *, .lightpick::after, .lightpick::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lightpick.is-hidden {
  display: none; }

.lightpick__months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff; }

.lightpick--2-columns .lightpick__months,
.lightpick--3-columns .lightpick__months,
.lightpick--4-columns .lightpick__months,
.lightpick--5-columns .lightpick__months {
  width: 100%; }

.lightpick__month {
  width: 50%;
  background-color: #fff; }

.lightpick__month-title-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.lightpick__month-title {
  text-transform: lowercase;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: calc(14px + 2 * ( (100vw - 600px) / 600));
  font-weight: 300;
  line-height: 24px; }
  @media screen and (max-width: 600px) {
    .lightpick__month-title {
      font-size: 14px; } }
  @media screen and (min-width: 1200px) {
    .lightpick__month-title {
      font-size: 16px; } }

.lightpick__month-title::first-letter {
  text-transform: uppercase; }

.lightpick__toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.lightpick__previous-action,
.lightpick__next-action,
.lightpick__close-action {
  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;
  margin-left: 6px;
  width: 28px;
  height: 28px;
  outline: none;
  border: none;
  border-radius: 50%;
  background-color: rgba(24, 40, 101, 0.1); }

.lightpick__previous-action, .lightpick__next-action {
  font-size: calc(10px + 2 * ( (100vw - 600px) / 600)); }
  @media screen and (max-width: 600px) {
    .lightpick__previous-action, .lightpick__next-action {
      font-size: 10px; } }
  @media screen and (min-width: 1200px) {
    .lightpick__previous-action, .lightpick__next-action {
      font-size: 12px; } }

.lightpick__close-action {
  font-size: calc(16px + 2 * ( (100vw - 600px) / 600)); }
  @media screen and (max-width: 600px) {
    .lightpick__close-action {
      font-size: 16px; } }
  @media screen and (min-width: 1200px) {
    .lightpick__close-action {
      font-size: 18px; } }

.lightpick__close-action:hover, .lightpick__previous-action:hover, .lightpick__next-action:hover {
  cursor: pointer; }

.lightpick__previous-action:active, .lightpick__next-action:active, .lightpick__close-action:active {
  color: inherit; }

.lightpick__days-of-the-week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.lightpick__day-of-the-week {
  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-preferred-size: calc(1/7.01 * 100%);
  flex-basis: calc(1/7.01 * 100%);
  font-size: calc(10px + 1 * ( (100vw - 600px) / 600));
  font-weight: 300; }
  @media screen and (max-width: 600px) {
    .lightpick__day-of-the-week {
      font-size: 10px; } }
  @media screen and (min-width: 1200px) {
    .lightpick__day-of-the-week {
      font-size: 11px; } }

.lightpick__days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.lightpick__day {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: calc(1/7.01 * 100%);
  flex-basis: calc(1/7.01 * 100%);
  border-radius: 50%;
  font-size: calc(10px + 3 * ( (100vw - 600px) / 600));
  font-weight: 300; }
  @media screen and (max-width: 600px) {
    .lightpick__day {
      font-size: 10px; } }
  @media screen and (min-width: 1200px) {
    .lightpick__day {
      font-size: 13px; } }

.lightpick__day:before {
  content: '';
  display: block;
  padding-top: 100%; }

.lightpick__day:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 250;
  background-color: white;
  opacity: 0; }

.lightpick__day em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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-style: normal;
  font-size: calc(12px + 2 * ( (100vw - 600px) / 600)); }
  @media screen and (max-width: 600px) {
    .lightpick__day em {
      font-size: 12px; } }
  @media screen and (min-width: 1200px) {
    .lightpick__day em {
      font-size: 14px; } }

.lightpick__day.is-today {
  background-image: -webkit-radial-gradient(center, circle closest-side, rgba(181, 141, 73, 0.06) 68.1%, #fff 68.1%);
  background-image: -o-radial-gradient(center, circle closest-side, rgba(181, 141, 73, 0.06) 68.1%, #fff 68.1%);
  background-image: radial-gradient(circle closest-side at center, rgba(181, 141, 73, 0.06) 68.1%, #fff 68.1%);
  color: #B58D49; }

.lightpick__day:hover {
  background-color: rgba(24, 40, 101, 0.1);
  background-image: none;
  cursor: pointer; }

.lightpick__day.is-disabled, .lightpick__day.is-previous-month, .lightpick__day.is-next-month {
  opacity: 0.25; }

.lightpick__day.is-in-range {
  border-radius: 0;
  background-color: rgba(24, 40, 101, 0.1);
  background-image: none; }

.lightpick__day.is-start-date.is-in-range, .lightpick__day.is-end-date.is-in-range.is-flipped {
  border-top-left-radius: 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 50%; }

.lightpick__day.is-end-date.is-in-range, .lightpick__day.is-start-date.is-in-range.is-flipped {
  border-top-left-radius: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 0; }

.lightpick__day.is-start-date.is-end-date {
  border-radius: 50%; }

.lightpick__day.is-start-date, .lightpick__day.is-end-date, .lightpick__day.is-start-date:hover, .lightpick__day.is-end-date:hover {
  background-color: #182865;
  background-image: none;
  color: #fff;
  font-weight: 300; }

.lightpick__tooltip {
  position: absolute;
  margin-top: -4px;
  padding: 4px 8px;
  background-color: #fff;
  white-space: nowrap;
  font-size: calc(10px + 1 * ( (100vw - 600px) / 600));
  pointer-events: none; }
  @media screen and (max-width: 600px) {
    .lightpick__tooltip {
      font-size: 10px; } }
  @media screen and (min-width: 1200px) {
    .lightpick__tooltip {
      font-size: 11px; } }

.lightpick__tooltip::before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  border-top: 5px solid rgba(0, 0, 0, 0.12);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: ''; }

.lightpick__tooltip::after {
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ''; }

/**************
DATEPICKER
**************/
.calendar {
  position: absolute;
  z-index: 99;
  width: calc(15/27 * 100%);
  min-width: 840px;
  padding: 28px 0;
  top: calc(100% - 186px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff; }

.calendar-inner {
  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;
  /*width: calc(14/15 * 100%);*/
  width: calc(100% - 56px);
  margin: 0 auto; }

.calendar label {
  display: block;
  /*width: calc(4/14 * 100%); margin: 0 calc(0.99/3 / 14 * 100%);*/
  width: calc((100% - 56px * 3) / 3);
  margin: 0 28px; }

.calendar label.calendar-submit span:before {
  content: "\00a0"; }

.calendar span {
  display: block;
  margin-bottom: 10px;
  font-size: calc(10px + 2 * ( (100vw - 600px) / 600));
  color: #182865; }
  @media screen and (max-width: 600px) {
    .calendar span {
      font-size: 10px; } }
  @media screen and (min-width: 1200px) {
    .calendar span {
      font-size: 12px; } }

.calendar input[type="text"] {
  background-image: url(../img/icon-calendar.svg);
  background-position: calc(100% - 23px) 12px;
  background-repeat: no-repeat;
  background-size: auto 28px; }

.calendar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  font-size: calc(10px + 2 * ( (100vw - 600px) / 600));
  color: #182865; }
  @media screen and (max-width: 600px) {
    .calendar a {
      font-size: 10px; } }
  @media screen and (min-width: 1200px) {
    .calendar a {
      font-size: 12px; } }
  .calendar a:before {
    content: "";
    display: block;
    height: 1px;
    width: calc(1/5 * 100% - 15px);
    margin-right: 15px;
    background: #182865;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .calendar a:hover {
    color: #B58D49; }
  .calendar a:hover:before {
    background: #B58D49;
    width: calc(1/5 * 100% - 30px);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

.datepicker, .datepicker1 {
  /*width: calc(100% - (1/3 / 14 * 100%)); margin: 0 calc(0.99/3 / 14 * 100%);*/
  width: calc(100% - 56px);
  margin: 0 28px; }

@media screen and (max-width: 1200px) {
  .calendar {
    width: 100%;
    min-width: 0; }
  .calendar-inner {
    /*width: calc(24/27 * 100%);*/
    width: calc(23/27 * 100% + 56px); }
  .calendar label {
    /*width: calc(7/24 * 100%); margin: 0 calc(0.5/24 * 100%);*/ } }

@media screen and (max-width: 900px) {
  .calendar {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .calendar-inner {
    display: block;
    width: calc(23/27 * 100%); }
  .calendar label {
    width: 100%;
    margin: 0;
    margin-bottom: 28px; }
  .calendar label:nth-child(3) span:before {
    display: none; }
  .lightpick {
    width: 100%;
    margin: 0; }
  .datepicker, .datepicker1 {
    width: 100%;
    margin: 0; }
  .lightpick__month {
    width: 100%; } }

/*
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .lightpick__days-of-the-week { display: flex; justify-content: flex-start; }

    .lightpick__day-of-the-week { width: 40px; }

    .lightpick .days { display: flex; flex-flow: row wrap; justify-content: flex-start; }

    .lightpick .day { width: 40px; }
}
*/
/**************
WHY BOOK DIRECT
**************/
.whybookdirect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 56px);
  margin: 0 28px;
  padding: 56px 0 28px 0; }
  .whybookdirect h1 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 56px; }
  .whybookdirect ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .whybookdirect ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-bottom: 7px; }
      .whybookdirect ul li:before {
        content: "";
        display: block;
        width: 28px;
        height: 1px;
        margin-top: 10px;
        margin-right: 14px;
        background: #182865; }
    /*.whybookdirect ul li:last-child {
      margin-bottom: 0;
      margin-top: 56px; }
      .whybookdirect ul li:last-child:before {
        display: none; }*/

@media screen and (max-width: 900px) {
  .whybookdirect {
    width: 100%;
    margin: 0;
    padding: 28px 0; }
    .whybookdirect h1 {
      margin-bottom: 28px; }
    .whybookdirect ul {
      width: 100%; }
      /*.whybookdirect ul li:last-child {
        margin-top: 28px; }*/ }

html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #182865;
  opacity: 0.9;
  display: none; }

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

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto; }

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

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

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

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

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

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

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

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.svg) left 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.svg) right 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%; }

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

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

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

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

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

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

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.svg) top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1; }

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  -o-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: unset !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.loaded {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -o-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: calc(100% / 70);
  height: 10px;
  float: left; }

/*
 * Stellarnav.js 2.3.0
 * Responsive, lightweight, multi-level dropdown menu.
 * Copyright (c) 2018 Vinny Moreira - http://vinnymoreira.com
 * Released under the MIT license
 */
/* all nav */
.stellarnav {
  position: relative;
  width: 100%;
  z-index: 9900;
  line-height: normal;
  padding: 0 calc((100% - (23/27 * 100%))/2); }

.stellarnav.desktop.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff; }
  .stellarnav.desktop.sticky > ul {
    border-top-color: transparent; }

.stellarnav ul {
  margin: 0;
  padding: 0; }

.stellarnav li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle; }

.stellarnav li a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  text-decoration: none;
  color: #182865;
  border-top: 1px solid transparent;
  margin-top: -1px; }

.stellarnav li a:hover, .stellarnav li a.active {
  border-top: 1px solid #B58D49;
  color: #B58D49; }

/* main level */
.stellarnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(24, 40, 101, 0.1); }

.stellarnav > ul > li {
  display: block; }

.stellarnav > ul > li > a {
  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;
  padding: 34px 0; }

/* first level dd */
.stellarnav ul ul {
  top: auto;
  left: -56px;
  position: absolute;
  z-index: 9900;
  text-align: left;
  display: none;
  background: #fff;
  padding: 23px 56px; }

.stellarnav ul ul a {
  font-weight: 300;
  border-top: 0;
  margin-top: 0; }
  .stellarnav ul ul a:hover, .stellarnav ul ul a.active {
    border-top: 0;
    margin-top: 0; }

.stellarnav li li {
  display: block;
  margin-bottom: 10px; }

/* second level dd */
.stellarnav ul ul ul {
  top: 0;
  left: 220px; }

.stellarnav > ul > li:hover > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 0; }

/* .drop-left */
.stellarnav > ul > li.drop-left > ul {
  right: 0; }

.stellarnav li.drop-left ul ul {
  left: auto;
  right: 220px; }

/* light theme */
.stellarnav.light {
  background: white; }

.stellarnav.light ul ul {
  background: white; }

.stellarnav.light li a {
  color: #000; }

.stellarnav.light .menu-toggle, .stellarnav.light .call-btn-mobile, .stellarnav.light .location-btn-mobile, .stellarnav.light .close-menu {
  color: black; }

/* dark theme */
.stellarnav.dark {
  background: black; }

.stellarnav.dark ul ul {
  background: black; }

.stellarnav.dark li a {
  color: #FFF; }

.stellarnav.dark .menu-toggle, .stellarnav.dark .call-btn-mobile, .stellarnav.dark .location-btn-mobile, .stellarnav.dark .close-menu {
  color: white; }

/* sticky nav */
.stellarnav.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999; }

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.stellarnav-noscroll-x {
  overflow-x: hidden; }

/* general styling */
.stellarnav li.has-sub > a:after {
  display: none;
  content: '';
  width: 19px;
  height: 10px;
  margin-left: 10px;
  background: url(../img/arrow-nav.svg) no-repeat; }

.stellarnav li li.has-sub > a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-left: 10px; }

.stellarnav li.drop-left li.has-sub > a:after {
  float: left;
  content: '\f104';
  font-family: 'FontAwesome';
  margin-right: 10px; }

.stellarnav.hide-arrows li.has-sub > a:after, .stellarnav.hide-arrows li li.has-sub > a:after, .stellarnav.hide-arrows li.drop-left li.has-sub > a:after {
  display: none; }

.stellarnav .menu-toggle, .stellarnav .close-menu, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
  display: none;
  text-transform: uppercase;
  text-decoration: none; }

.stellarnav .dd-toggle {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  z-index: 9999;
  border: 0; }

.stellarnav .dd-toggle i {
  position: absolute;
  margin: auto;
  top: 33%;
  left: 0;
  right: 0;
  -webkit-transition: transform .3s ease-out;
  -moz-transition: transform .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out; }

.stellarnav.mobile > ul > li > a.dd-toggle {
  padding: 0; }

.stellarnav li.call-btn-mobile, .stellarnav li.location-btn-mobile {
  display: none; }

.stellarnav li.open > a.dd-toggle i {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

/* mobile nav */
.stellarnav .half {
  width: 50%; }

.stellarnav .third {
  width: 33%;
  text-align: center; }

.stellarnav .location-btn-mobile.third {
  text-align: center; }

.stellarnav .location-btn-mobile.half {
  text-align: right; }

.stellarnav.light .third, .stellarnav.light .half {
  border-left: 1px solid rgba(0, 0, 0, 0.15); }

.stellarnav.light.left .third, .stellarnav.light.left .half {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.stellarnav.light.right .third, .stellarnav.light.right .half {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.stellarnav.light .third:first-child, .stellarnav.light .half:first-child {
  border-left: 0; }

.stellarnav.dark .third, .stellarnav.dark .half {
  border-left: 1px solid rgba(255, 255, 255, 0.15); }

.stellarnav.dark.left .third, .stellarnav.dark.left .half {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

.stellarnav.dark.right .third, .stellarnav.dark.right .half {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

.stellarnav.light.left .menu-toggle, .stellarnav.light.right .menu-toggle {
  border-bottom: 0; }

.stellarnav.dark.left .menu-toggle, .stellarnav.dark.right .menu-toggle {
  border-bottom: 0; }

.stellarnav.dark .third:first-child, .stellarnav.dark .half:first-child {
  border-left: 0; }

.stellarnav.mobile {
  position: static;
  overflow-y: auto;
  max-height: calc(100vh - 169px); }

.stellarnav.mobile.fixed {
  position: static; }

.stellarnav.mobile ul {
  position: relative;
  display: none; }

.stellarnav.mobile.active {
  padding-bottom: 0; }

.stellarnav.mobile.active > ul {
  display: block; }

.stellarnav.mobile ul {
  text-align: left; }

.stellarnav.mobile > ul > li {
  display: block; }

.stellarnav.mobile ul ul {
  position: relative;
  opacity: 1;
  visibility: visible;
  width: auto;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  left: 0;
  padding: 0; }

.stellarnav.mobile ul ul ul {
  left: auto;
  top: auto; }

.stellarnav.mobile li.drop-left ul ul {
  right: auto; }

.stellarnav.mobile li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

.stellarnav.mobile li.has-sub a {
  padding-right: 50px; }

.stellarnav.mobile.light li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.stellarnav.mobile.light > ul {
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.stellarnav.mobile li a.dd-toggle {
  border: 0;
  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; }

.stellarnav.mobile.light li a.dd-toggle {
  border: 0; }

.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile {
  display: inline-block; }

.stellarnav.mobile .menu-toggle {
  position: absolute;
  left: calc((100% - (23/27 * 100%))/2);
  top: 28px; }

.stellarnav.mobile li.call-btn-mobile {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.stellarnav.mobile li.call-btn-mobile, .stellarnav.mobile li.location-btn-mobile {
  display: inline-block;
  width: 50%;
  text-transform: uppercase;
  text-align: center; }

.stellarnav.mobile li.call-btn-mobile.full, .stellarnav.mobile li.location-btn-mobile.full {
  display: block;
  width: 100%;
  text-transform: uppercase;
  border-right: 0;
  text-align: left; }

.stellarnav.mobile li.call-btn-mobile i, .stellarnav.mobile li.location-btn-mobile i {
  margin-right: 5px; }

.stellarnav.mobile.light ul {
  background: white; }

.stellarnav.mobile.dark ul {
  background: black; }

.stellarnav.mobile.dark ul ul {
  background: rgba(255, 255, 255, 0.08); }

.stellarnav.mobile.light li.call-btn-mobile {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.stellarnav.mobile.top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999; }

.stellarnav.mobile li.has-sub > a:after, .stellarnav.mobile li li.has-sub > a:after, .stellarnav.mobile li.drop-left li.has-sub > a:after {
  display: none; }

/* left and right positions */
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.stellarnav.mobile.right > ul {
  right: 0; }

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
  display: inline-block;
  text-align: right; }

.stellarnav.mobile.left > ul {
  left: 0; }

.stellarnav.mobile.right .location-btn-mobile.half, .stellarnav.mobile.right .call-btn-mobile.half, .stellarnav.mobile.right .close-menu.half {
  text-align: center; }

.stellarnav.mobile.right .location-btn-mobile.third, .stellarnav.mobile.right .call-btn-mobile.third, .stellarnav.mobile.right .close-menu.third {
  text-align: center; }

.stellarnav.mobile.left .location-btn-mobile.half, .stellarnav.mobile.left .call-btn-mobile.half, .stellarnav.mobile.left .close-menu.half {
  text-align: center; }

.stellarnav.mobile.left .location-btn-mobile.third, .stellarnav.mobile.left .call-btn-mobile.third, .stellarnav.mobile.left .close-menu.third {
  text-align: center; }

.stellarnav.mobile.left .menu-toggle.half, .stellarnav.mobile.left .menu-toggle.third, .stellarnav.mobile.right .menu-toggle.half, .stellarnav.mobile.right .menu-toggle.third {
  text-align: left; }

.stellarnav.mobile.left .close-menu.third span, .stellarnav.mobile.right .close-menu.third span {
  display: none; }

/* left and right positions */
/* mega dd */
.stellarnav.desktop > ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.stellarnav.desktop li.mega li {
  display: inline-block;
  vertical-align: top;
  margin-left: -4px; }

.stellarnav.desktop li.mega li li {
  display: block;
  margin-left: 0; }

.stellarnav.desktop li.mega ul ul {
  width: auto; }

.stellarnav.desktop > ul > li.mega {
  position: inherit; }

.stellarnav.desktop > ul > li.mega > ul {
  width: 100%; }

.stellarnav.desktop > ul > li.mega > ul li.has-sub ul {
  display: block;
  position: relative;
  left: auto; }

.stellarnav.desktop > ul > li.mega > ul > li {
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.stellarnav.desktop li.mega li li a {
  padding: 5px 15px; }

.stellarnav.desktop li.mega li.has-sub a:after {
  display: none; }

.stellarnav.desktop > ul > li.mega > ul > li > a {
  color: yellow; }

/* mega dd */
.stellarnav .title {
  text-transform: uppercase; }

.last .button {
  color: #fff;
  line-height: 1;
  margin: 14px 0;
  padding: 20px 26px; }
  .last .button:hover {
    color: #182865; }

/* Fallback for slow javascript load */
@media only screen and (max-width: 1200px) {
  .stellarnav {
    overflow: hidden;
    display: block; }
  .stellarnav ul {
    position: relative;
    display: none; }
  .last .button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .stellarnav li a:hover, .stellarnav li a.active {
    border-top-color: transparent; } }

/* mobile nav */
@media only screen and (max-width: 900px) {
  .stellarnav.mobile .call-btn-mobile.third span, .stellarnav.mobile .location-btn-mobile.third span {
    display: none; }
  .stellarnav.mobile {
    max-height: calc(100vh - 116px); } }

/**************
HOME COLUMNS
**************/
.home-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 56px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .home-intro div {
    width: calc(50% - 28px); }
  .home-intro img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }
  .home-intro h1 {
    margin-bottom: 69px; }

.home-highlights {
  background: #F4F4F4;
  padding: 112px calc(2/27 *100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .home-highlights div {
    width: calc((100% - 56px * 2) / 3); }
  .home-highlights h1 {
    min-height: 95px; }
  .home-highlights img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 28px; }
  .home-highlights p {
    margin-bottom: 28px; }

.review-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px; }
  .review-stars span {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/icon-star.svg) center center no-repeat; }
  .review-stars span.starhalf {
    background: url(../img/icon-star-half.svg) center center no-repeat; }

.home-reviews {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 calc(2/27 *100%); }
  .home-reviews div {
    width: calc((100% - 56px * 2) / 3);
    background: #F4F4F4;
    padding: 56px; }
  .home-reviews h1 {
    width: 100%;
    margin-bottom: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .home-reviews h1 span {
      display: block;
      margin-right: 14px; }
      .home-reviews h1 span img {
        display: block;
        height: 39px;
        width: auto; }
  .home-reviews h3 {
    color: #182865;
    margin-bottom: 28px; }
  .home-reviews p {
    margin-bottom: 28px; }
  .home-reviews p, .home-reviews em {
    font-size: calc(12px + 2 * ( (100vw - 600px) / 600)); }
    @media screen and (max-width: 600px) {
      .home-reviews p, .home-reviews em {
        font-size: 12px; } }
    @media screen and (min-width: 1200px) {
      .home-reviews p, .home-reviews em {
        font-size: 14px; } }

.home-memories {
  padding: 56px calc(2/27 * 100%);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .home-memories h1 {
    width: 100%;
    margin-bottom: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .home-memories h1 span {
      display: block;
      margin-right: 14px; }
      .home-memories h1 span img {
        display: block;
        height: 39px;
        width: auto; }
  .home-memories div {
    width: calc((100% - 56px * 2) / 3); }
    .home-memories div p {
      margin-bottom: 28px; }
    .home-memories div .terms {
      position: relative;
      display: inline-block;
      padding-bottom: 7px;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      .home-memories div .terms:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #182865;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
      .home-memories div .terms:hover {
        color: #B58D49;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
      .home-memories div .terms:hover:after {
        bottom: 5px;
        background: #B58D49;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
  .home-memories div:last-child {
    width: calc( 100% - ((100% - 56px * 2) / 3) - 56px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .home-memories div:last-child figure {
      display: block;
      margin: 0;
      padding: 0; }
    .home-memories div:last-child figure:nth-child(1) {
      width: calc(446/826 * 100%); }
    .home-memories div:last-child figure:nth-child(2) {
      width: calc(142/826 * 100%); }
    .home-memories div:last-child figure:nth-child(3) {
      width: calc(218/826 * 100%); }
    .home-memories div:last-child figure a {
      display: block;
      margin-bottom: 10px; }
    .home-memories div:last-child figure a:last-child {
      margin-bottom: 0; }

.memories-image {
  display: block;
  position: relative; }

.memories-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%; }

.memories-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover"; }

@media screen and (max-width: 1200px) {
  .home-intro {
    display: block;
    padding: 56px calc(2/27 * 100%); }
    .home-intro div {
      width: 100%; }
    .home-intro div:first-child {
      margin-bottom: 56px; }
    .home-intro h1 {
      margin-bottom: 56px; }
  .home-highlights {
    padding: 56px calc(2/27 *100%);
    display: block; }
    .home-highlights div {
      width: 100%;
      margin-bottom: 56px; }
    .home-highlights div:last-child {
      margin-bottom: 0; }
    .home-highlights h1 {
      min-height: 95px; }
  .home-reviews {
    display: block; }
    .home-reviews div {
      width: 100%;
      margin-bottom: 56px;
      padding: 28px calc(2/27 * 100%); }
    .home-reviews div:last-child {
      margin-bottom: 0; }
  .home-memories {
    display: block; }
    .home-memories div {
      width: 100%;
      margin-bottom: 56px; }
    .home-memories div:last-child {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      margin-bottom: 0; }
      .home-memories div:last-child figure:nth-child(1) {
        width: 100%;
        margin-bottom: 10px; }
      .home-memories div:last-child figure:nth-child(2) {
        width: calc(142/370 * 100%); }
      .home-memories div:last-child figure:nth-child(3) {
        width: calc(218/370 * 100%); } }

@media screen and (max-width: 900px) {
  .home-intro {
    padding: 56px calc(2/27 * 100%); }
    .home-intro div:first-child {
      margin-bottom: 28px; }
    .home-intro h1 {
      margin-bottom: 28px; }
  .home-highlights h1 {
    min-height: 0;
    margin-bottom: 28px; }
  .home-reviews {
    padding: 0; }
    .home-reviews h1 {
      padding: 0 calc(2/27 * 100%);
      margin-bottom: 56px; }
  .home-memories h1 {
    margin-bottom: 28px; }
  .home-memories div {
    margin-bottom: 28px; }
  .home-memories div:last-child {
    display: block;
    width: 100%; }
    .home-memories div:last-child figure:nth-child(1), .home-memories div:last-child figure:nth-child(2), .home-memories div:last-child figure:nth-child(3) {
      width: 100%; }
    .home-memories div:last-child figure:nth-child(1), .home-memories div:last-child figure:nth-child(2) {
      margin-bottom: 10px; } }

.overview {
  text-align: center; }
  .overview h1 {
    margin-bottom: 56px; }
  .overview p {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 56px;
    column-gap: 56px;
    margin-bottom: 56px;
    text-align: left; }
  .overview h1 + p {
    -webkit-columns: 1;
    columns: 1;
    text-align: center;
    font-size: calc(24px + 12 * ( (100vw - 600px) / 600));
    font-weight: 300;
    color: #182865;
    line-height: 1.6; }
    @media screen and (max-width: 600px) {
      .overview h1 + p {
        font-size: 24px; } }
    @media screen and (min-width: 1200px) {
      .overview h1 + p {
        font-size: 36px; } }

.overview-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(9/15 * 100%);
  margin: 0 auto; }
  .overview-reviews div {
    margin-bottom: 0; }
  .overview-reviews .overview-reviews-txt {
    padding: 0 56px;
    color: #00A680; }

@media screen and (max-width: 1200px) {
  .overview p {
    -webkit-columns: 1;
    columns: 1;
    margin-bottom: 28px; }
  .overview-reviews {
    width: 100%;
    display: block; }
    .overview-reviews div {
      margin-bottom: 28px; }
    .overview-reviews .overview-reviews-txt {
      margin: 0 0 28px 0; }
    .overview-reviews .review-stars {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

@media screen and (max-width: 900px) {
  .overview {
    padding-bottom: 28px; }
    .overview h1, .overview h1 + p {
      margin-bottom: 28px;
      text-align: left; }
  .overview-reviews .overview-reviews-txt {
    margin: 0 0 28px 0;
    padding: 0; } }

.overview-fa {
  background: #F4F4F4;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-columns: 2;
  columns: 2;
  -webkit-column-gap: 56px;
  column-gap: 56px; }
  .overview-fa h1 {
    margin-bottom: 56px;
    -webkit-column-span: all;
    column-span: all; }
  .overview-fa p {
    text-align: left;
    margin-bottom: 28px; }
  .overview-fa img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 28px; }

@media screen and (max-width: 1200px) {
  .overview-fa {
    -webkit-columns: 1;
    columns: 1; } }

@media screen and (max-width: 900px) {
  .overview-fa h1 {
    margin-bottom: 28px; } }

.overview-hp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 56px;
  margin-top: 0;
  margin-bottom: 0; }
  .overview-hp h1 {
    width: 100%;
    margin-bottom: 56px; }
  .overview-hp div {
    width: calc(50% - 28px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 56px; }
    .overview-hp div img, .overview-hp div strong {
      margin-bottom: 28px; }
    .overview-hp div strong {
      font-weight: 400; }

.overview-gs {
  background: #F4F4F4;
  margin-top: 0;
  margin-bottom: 0; }
  .overview-gs h1 {
    margin-bottom: 56px; }
  .overview-gs ul {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 56px;
    column-gap: 56px;
    padding-left: 20px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid; }
  .overview-gs ul li {
    -webkit-column-break-inside: avoid;
    break-inside: avoid; }

@media screen and (max-width: 900px) {
  .overview-hp {
    padding-bottom: 28px; }
    .overview-hp h1 {
      text-align: center; }
    .overview-hp div {
      width: 100%; }
      .overview-hp div img {
        margin-bottom: 28px; }
      .overview-hp div strong {
        margin-bottom: 14px; }
  .overview-gs ul {
    -webkit-columns: 1;
    columns: 1; }
  .overview-gs h1 {
    margin-bottom: 28px; } }

.mapsdirections * {
  text-align: center; }

.mapsdirections h1 {
  margin-bottom: 56px; }

.mapsdirections h1 + p {
  font-size: calc(20px + 10 * ( (100vw - 600px) / 600));
  font-weight: 400;
  color: #182865;
  line-height: 1.6;
  margin-bottom: 56px; }
  @media screen and (max-width: 600px) {
    .mapsdirections h1 + p {
      font-size: 20px; } }
  @media screen and (min-width: 1200px) {
    .mapsdirections h1 + p {
      font-size: 30px; } }

.mapsdirections-distances {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .mapsdirections-distances div {
    width: calc((100% - 112px) / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .mapsdirections-distances figure {
    display: block;
    width: 100%;
    padding-top: 45%;
    position: relative;
    margin: 0;
    margin-bottom: 28px; }
  .mapsdirections-distances img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%; }

@media screen and (max-width: 900px) {
  .mapsdirections h1 {
    margin-bottom: 28px; }
  .mapsdirections h1 + p {
    margin-bottom: 28px; }
  .mapsdirections-distances {
    display: block; }
    .mapsdirections-distances div {
      width: 100%;
      display: block;
      margin-bottom: 56px; }
    .mapsdirections-distances div:last-child {
      margin-bottom: 0; }
    .mapsdirections-distances figure {
      padding-top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .mapsdirections-distances img {
      position: static;
      left: auto;
      top: auto;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }

.mapsdirections-arrival h1 {
  width: calc(15/27 * 100%);
  margin: 0 auto 56px auto;
  text-align: center; }

.mapsdirections-arrival .wide {
  margin: 0 auto; }

.mapsdirections-arrival div {
  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; }

.mapsdirections-arrival div:nth-child(even) {
  background: #F4F4F4; }

.mapsdirections-arrival h2, .mapsdirections-arrival figure {
  width: 50%;
  margin: 0;
  padding: 0;
  margin-bottom: 56px; }

.mapsdirections-arrival figure {
  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; }

.mapsdirections-arrival img {
  display: block; }

.mapsdirections-arrival p {
  width: 100%;
  -webkit-columns: 2;
  columns: 2;
  -webkit-column-gap: 56px;
  column-gap: 56px; }

@media screen and (max-width: 900px) {
  .mapsdirections-arrival h2, .mapsdirections-arrival figure {
    width: 100%;
    text-align: center;
    margin-bottom: 28px; }
  .mapsdirections-arrival p {
    -webkit-columns: 1;
    columns: 1; }
  .mapsdirections-arrival img {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); } }

.mapsdirections-parking {
  margin: 0 auto;
  background: #F4F4F4;
  -webkit-columns: 2;
  columns: 2;
  -webkit-column-gap: 56px;
  column-gap: 56px; }
  .mapsdirections-parking h2 {
    margin-bottom: 56px;
    text-align: center;
    -webkit-column-span: all;
    column-span: all; }
  .mapsdirections-parking p {
    margin-bottom: 28px; }
  .mapsdirections-parking img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 28px; }

@media screen and (max-width: 900px) {
  .mapsdirections-parking {
    -webkit-columns: 1;
    columns: 1; }
    .mapsdirections-parking h2 {
      margin-bottom: 28px;
      text-align: left; } }

.hotelhistory h1 {
  text-align: center; }

.hotelhistory h1, .hotelhistory h2 {
  margin-bottom: 56px;
  -webkit-column-span: all;
  column-span: all; }

.hotelhistory div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 112px; }

.hotelhistory div:first-of-type {
  display: block;
  -webkit-columns: 2;
  columns: 2;
  -webkit-column-gap: 56px;
  column-gap: 56px; }

.hotelhistory div:last-of-type {
  margin-bottom: 0; }

.hotelhistory span {
  display: block;
  width: calc(50% - 28px); }

.hotelhistory span img {
  display: block;
  width: 100%;
  height: auto; }

.hotelhistory div:nth-child(even) span:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.hotelhistory div:nth-child(even) span:last-child {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.hotelhistory-nums {
  margin-bottom: 0;
  background: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .hotelhistory-nums h1 {
    width: 100%;
    margin-bottom: 56px;
    text-align: center; }
  .hotelhistory-nums div {
    width: calc((100% - 56px * 3) / 4);
    text-align: center; }
  .hotelhistory-nums strong {
    display: block;
    font-weight: 500;
    margin-bottom: 28px; }

@media screen and (max-width: 900px) {
  .hotelhistory {
    padding-bottom: 28px; }
    .hotelhistory h1, .hotelhistory h2 {
      text-align: left;
      margin-bottom: 28px; }
    .hotelhistory div {
      display: block;
      margin-bottom: 28px; }
    .hotelhistory div:first-of-type {
      -webkit-columns: 1;
      columns: 1; }
    .hotelhistory span {
      width: 100%;
      margin-bottom: 28px; }
  .hotelhistory-nums {
    padding-bottom: 28px; }
    .hotelhistory-nums h1 {
      margin-bottom: 28px; }
    .hotelhistory-nums strong {
      margin-bottom: 7px; }
    .hotelhistory-nums div {
      width: calc(50% - 28px);
      margin-bottom: 28px; } }

@media screen and (max-width: 600px) {
  .hotelhistory-nums div {
    width: 100%; } }

.hotelcontact-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .hotelcontact-data h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 56px; }
  .hotelcontact-data p {
    width: 100%;
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 56px;
    column-gap: 56px;
    margin-bottom: 56px; }
  .hotelcontact-data h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 56px; }
  .hotelcontact-data span {
    display: block;
    text-align: center;
    width: calc((100% - 56px * 5) / 6); }

.hotelcontect-form {
  background: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0; }
  .hotelcontect-form h2 {
    width: 100%;
    margin-bottom: 56px; }
  .hotelcontect-form input[type="text"] {
    width: calc(50% - 28px);
    margin-bottom: 56px; }
  .hotelcontect-form textarea {
    margin-bottom: 56px; }

.hotelcontact-contacts {
  margin-top: 0;
  margin-bottom: 0; }
  .hotelcontact-contacts div {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 56px;
    column-gap: 56px; }
  .hotelcontact-contacts h2 {
    margin-bottom: 28px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid; }
  .hotelcontact-contacts p {
    margin-bottom: 56px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid; }

@media screen and (max-width: 900px) {
  .hotelcontact-data {
    padding-bottom: 28px; }
    .hotelcontact-data p {
      -webkit-columns: 1;
      columns: 1;
      margin-bottom: 28px; }
    .hotelcontact-data h1 {
      text-align: left;
      margin-bottom: 28px; }
    .hotelcontact-data h2 {
      margin-bottom: 28px; }
    .hotelcontact-data span {
      width: calc(1/3 * 100%);
      margin-bottom: 28px; }
  .hotelcontect-form h2 {
    margin-bottom: 28px; }
  .hotelcontect-form input[type="text"] {
    width: 100%;
    margin-bottom: 28px; }
  .hotelcontect-form textarea {
    margin-bottom: 28px; }
  .hotelcontact-contacts {
    padding-bottom: 28px; }
    .hotelcontact-contacts div {
      -webkit-columns: 1;
      columns: 1; }
    .hotelcontact-contacts p {
      margin-bottom: 28px; } }

@media screen and (max-width: 600px) {
  .hotelcontact-data h2 {
    text-align: left; }
  .hotelcontact-data span {
    width: 100%;
    text-align: left;
    margin-bottom: 7px; } }

.roomssuites-includes {
  margin-bottom: 0;
  background: #F4F4F4; }
  .roomssuites-includes h2 {
    margin-bottom: 56px; }
  .roomssuites-includes ul {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 56px;
    column-gap: 56px;
    padding-left: 20px; }

@media screen and (max-width: 900px) {
  .roomssuites-includes h2 {
    margin-bottom: 28px; }
  .roomssuites-includes ul {
    -webkit-columns: 1;
    columns: 1; } }

.room-amenities {
  background: #F4F4F4;
  -webkit-columns: 2;
  columns: 2;
  -webkit-column-gap: 56px;
  column-gap: 56px;
  margin-bottom: 0; }
  .room-amenities h2 {
    margin-bottom: 56px;
    -webkit-column-span: all;
    column-span: all; }
  .room-amenities ul + h2 {
    margin-top: 56px; }
  .room-amenities ul {
    -webkit-column-break-inside: avoid;
    break-inside: avoid; }
  .room-amenities ul {
    padding-left: 20px;
    margin-bottom: 28px; }
  .room-amenities ul li:first-child {
    list-style: none; }

@media screen and (max-width: 900px) {
  .room-amenities {
    -webkit-columns: 1;
    columns: 1; }
    .room-amenities h2 {
      margin-bottom: 28px; }
    .room-amenities ul + h2 {
      margin-top: 28px; }
    .room-amenities ul {
      margin-bottom: 28px; } }

.dining-place h1 {
  margin-bottom: 112px;
  text-align: center; }

.dining-place div {
  -webkit-columns: 2;
  columns: 2;
  -webkit-column-gap: 56px;
  column-gap: 56px; }

.dining-place p {
  margin-bottom: 14px; }

.dining-menu {
  background: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0; }
  .dining-menu div {
    width: calc(50% - 28px); }
    .dining-menu div h2 {
      margin-bottom: 56px; }
    .dining-menu div p {
      margin-bottom: 7px; }

@media screen and (max-width: 900px) {
  .dining-place h1 {
    margin-bottom: 56px;
    text-align: left; }
  .dining-place div {
    -webkit-columns: 1;
    columns: 1; }
  .dining-menu {
    display: block; }
    .dining-menu div {
      width: 100%;
      margin-bottom: 56px; }
      .dining-menu div h2 {
        margin-bottom: 28px; }
    .dining-menu div:last-child {
      margin-bottom: 0; } }

.meetings-amenities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #F4F4F4;
  margin-bottom: 0; }
  .meetings-amenities div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-bottom: 28px; }
    .meetings-amenities div figure {
      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;
      margin: 0;
      padding: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-bottom: 28px; }
    .meetings-amenities div span {
      font-size: calc(12px + 2 * ( (100vw - 600px) / 600));
      display: block;
      margin-bottom: 7px; }
      @media screen and (max-width: 600px) {
        .meetings-amenities div span {
          font-size: 12px; } }
      @media screen and (min-width: 1200px) {
        .meetings-amenities div span {
          font-size: 14px; } }
    .meetings-amenities div em {
      font-style: normal;
      font-size: calc(14px + 2 * ( (100vw - 600px) / 600)); }
      @media screen and (max-width: 600px) {
        .meetings-amenities div em {
          font-size: 14px; } }
      @media screen and (min-width: 1200px) {
        .meetings-amenities div em {
          font-size: 16px; } }
  .meetings-amenities p {
    width: 100%;
    font-size: calc(12px + 2 * ( (100vw - 600px) / 600)); }
    @media screen and (max-width: 600px) {
      .meetings-amenities p {
        font-size: 12px; } }
    @media screen and (min-width: 1200px) {
      .meetings-amenities p {
        font-size: 14px; } }

.meetings-techref {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0; }
  .meetings-techref div {
    width: calc(50% - 28px); }
    .meetings-techref div h2 {
      margin-bottom: 56px; }

@media screen and (max-width: 900px) {
  .meetings-amenities {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .meetings-amenities div {
      width: 50%; }
  .meetings-techref {
    display: block; }
    .meetings-techref div {
      width: 100%;
      margin-bottom: 28px; }
      .meetings-techref div h2 {
        margin-bottom: 28px; }
    .meetings-techref div:last-child {
      margin-bottom: 0; } }

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(1/3 * 100%);
  margin: 0 auto 56px; }
  .search input[type="text"] {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 1px solid transparent;
    border-bottom: 1px solid #182865;
    padding-left: 0; }
  .search input[type="submit"] {
    display: block;
    width: 56px;
    height: 56px;
    background: #fff;
    border: 1px solid #fff;
    background: url(../img/icon-search.svg) center no-repeat;
    cursor: pointer; }

@media screen and (max-width: 600px) {
  .search {
    width: 100%; } }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important; }

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

/* ==========================================================================
   Print styles.
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

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