* {
  outline: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  border-radius: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* GRID ======================================================================== */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
body {
  width: 100%;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* EXTRA ======================================================================= */
img {
  image-rendering: -webkit-optimize-contrast;
}
html,
html a {
  -webkit-font-smoothing: Subpixel-rendering;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  -webkit-font-smoothing: subpixel-antialiased;
}
::-moz-selection {
  background: #b87333;
  color: #000;
}
::selection {
  background: #b87333;
  color: #000;
}
::-moz-selection {
  background: #b87333;
  color: #000;
}
/* CMS ========================================================================= */
.uniform__potty {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.erroneous {
  border-color: crimson !important;
}
.error {
  color: crimson;
}
/* PLUGINS ===================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*!
 * Datepicker v0.5.2
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-04-08T12:04:53.399Z
 */
.datepicker-container {
  font-size: 12px;
  line-height: 30px;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 210px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  direction: ltr !important;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.datepicker-container:before,
.datepicker-container:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: ' ';
  border: 5px solid transparent;
}
.datepicker-dropdown {
  position: absolute;
  z-index: 1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
}
.datepicker-inline {
  position: static;
}
.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #b87333;
}
.datepicker-top-left:before,
.datepicker-top-left:after,
.datepicker-top-right:before,
.datepicker-top-right:after {
  top: -5px;
  left: 10px;
  border-top: 0;
}
.datepicker-top-left:before,
.datepicker-top-right:before {
  border-bottom-color: #b87333;
}
.datepicker-top-left:after,
.datepicker-top-right:after {
  top: -4px;
  border-bottom-color: #fff;
}
.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #b87333;
}
.datepicker-bottom-left:before,
.datepicker-bottom-left:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  bottom: -5px;
  left: 10px;
  border-bottom: 0;
}
.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
  border-top-color: #b87333;
}
.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
  bottom: -4px;
  border-top-color: #fff;
}
.datepicker-top-right:before,
.datepicker-top-right:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  right: 10px;
  left: auto;
}
.datepicker-panel > ul:before,
.datepicker-panel > ul:after {
  display: table;
  content: ' ';
}
.datepicker-panel > ul:after {
  clear: both;
}
.datepicker-panel > ul {
  width: 102%;
  margin: 0;
  padding: 0;
}
.datepicker-panel > ul > li {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
}
.datepicker-panel > ul > li:hover {
  background-color: #eee;
}
.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}
.datepicker-panel > ul > li.highlighted {
  background-color: #eee;
}
.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce6ff;
}
.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #b87333;
}
.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  cursor: default;
  color: #ccc;
  background-color: #fff;
}
.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #eee;
}
.datepicker-panel > ul > li[data-view='years prev'],
.datepicker-panel > ul > li[data-view='year prev'],
.datepicker-panel > ul > li[data-view='month prev'],
.datepicker-panel > ul > li[data-view='years next'],
.datepicker-panel > ul > li[data-view='year next'],
.datepicker-panel > ul > li[data-view='month next'],
.datepicker-panel > ul > li[data-view='next'] {
  font-size: 18px;
}
.datepicker-panel > ul > li[data-view='years current'],
.datepicker-panel > ul > li[data-view='year current'],
.datepicker-panel > ul > li[data-view='month current'] {
  width: 150px;
}
.datepicker-panel > ul[data-view='years'] > li,
.datepicker-panel > ul[data-view='months'] > li {
  line-height: 52.5px;
  width: 52.5px;
  height: 52.5px;
}
.datepicker-panel > ul[data-view='week'] > li,
.datepicker-panel > ul[data-view='week'] > li:hover {
  cursor: default;
  background-color: #fff;
}
.datepicker-hide {
  display: none;
}
/* VARIABLES =================================================================== */
/* JUICER FEED ====================================================================== */
.juicer-feed h1 {
  display: none!important;
}
.juicer-feed .j-poster {
  display: none!important;
}
.juicer-feed .j-stacker {
  margin-top: 50px;
}
.juicer-feed li.juicer {
  display: none!important;
}
.juicer-feed .feed-item {
  display: block!important;
  border: none!important;
  height: 380px;
}
.juicer-feed .j-text .j-message p {
  font-size: 12px;
  font-family: "proxima-nova", sans-serif;
  height: 50px;
}
.juicer-feed .j-text .j-message a {
  font-weight: 600!important;
  text-transform: uppercase;
  color: black!important;
  font-size: 12px;
  cursor: pointer;
}
.juicer-feed .j-text .j-message a:hover {
  color: black!important;
}
.juicer-feed .j-image img {
  height: 207px!important;
  width: 307px!important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.juicer-feed .j-image::after {
  display: none!important;
}
.juicer-feed .j-meta {
  margin-top: -22px !important;
}
.juicer-feed .j-meta ul li {
  display: none;
}
.juicer-feed .j-facebook-text-hover:hover::before {
  color: #915d2d !important;
}
.juicer-feed .j-facebook-text-hover:hover::after {
  display: none!important;
}
.juicer-feed .j-instagram-text-hover:hover::before {
  color: #915d2d !important;
}
.juicer-feed .j-instagram-text-hover:hover::after {
  display: none!important;
}
.juicer-feed .juicer-button {
  background: #b87333 !important;
  border: none!important;
  color: white!important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  font-weight: 500!important;
  font-size: 10px!important;
}
.juicer-feed .juicer-button:hover {
  background: #915d2d !important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
  border: none!important;
}
.juicer-feed .j-loading {
  border-color: #915d2d !important;
}
.juicer-feed .j-loading:before {
  background-color: #915d2d !important;
}
.juicer-feed .j-read-more {
  font-weight: 600!important;
  display: none!important;
}
.container-social .wrap .button {
  display: block;
  width: 90px;
  margin: 10px auto 40px;
}
.container-social .wrap h3 {
  margin: 60px 15px 20px;
}
.container-social .wrap .juicer-button {
  display: none;
}
/* STYLES ====================================================================== */
.scene .scene_element {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: relative;
}
.scene .fadein {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
.scene.is-exiting .scene_element {
  animation-direction: alternate-reverse;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: -40px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    top: -40px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #000000;
  letter-spacing: 0.04em;
  overflow-y: scroll;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
body.loaded {
  opacity: 1;
}
header {
  padding: 30px 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #b87333;
}
header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
header .headvideo {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
header .headvideo video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100vw;
  min-height: 790px;
  width: auto;
  height: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 960px) {
  header .headvideo {
    display: none;
  }
}
header .head {
  max-width: 1400px;
  padding: 0 30px;
  margin: 0 auto;
}
header .head .logo {
  width: 174px;
  height: 69px;
  display: block;
  background-image: url('../images/logo.svg');
  background-repeat: no-repeat;
  float: left;
  position: relative;
}
header .head .nav {
  float: right;
  margin: 18px 0;
}
header .head .nav nav {
  display: inline-block;
}
header .head .nav nav a {
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  padding: 4px 0;
  margin-left: 25px;
}
header .head .nav nav a:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 1px;
  background: white;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .head .nav nav a:hover:after,
header .head .nav nav a.active:after {
  left: 0;
  right: 0;
  opacity: 1;
}
header .head .nav .lang {
  cursor: pointer;
  position: relative;
}
header .head .nav .lang .placeholder {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  position: relative;
  padding: 4px 0;
  margin-left: 20px;
  color: white;
}
header .head .nav .lang .placeholder a {
  margin-left: 0;
}
header .head .nav .lang .placeholder a:after {
  display: none;
}
header .head .nav .lang .placeholder:before {
  content: '';
  width: 1px;
  height: 10px;
  background: white;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: 2px;
}
header .head .nav .lang .placeholder:after {
  content: '';
  background-image: url('../images/white-down.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 9px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  top: 1px;
}
header .head .nav .lang .drop {
  display: none;
  position: absolute;
  right: 0;
  width: 40px;
}
header .head .nav .lang .drop a {
  padding: 4px;
  margin: 0;
}
header .head .nav .social {
  position: relative;
  top: 6px;
  margin-left: 15px;
}
header .head .nav .social:before {
  content: '';
  width: 1px;
  height: 10px;
  background: white;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: -4px;
}
header .head .nav .social a {
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  padding: 0;
  margin: 0;
}
header .head .nav .social a:after {
  display: none;
}
header .head .nav .social .instagram {
  background-image: url('../images/instagram-top.svg');
}
header .head .nav .social .facebook {
  background-image: url('../images/facebook-top.svg');
}
header .head .nav .social .linkedin {
  background-image: url('../images/linkedin-top.svg');
}
header .head .mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #000000;
  padding: 0;
  list-style: none;
  margin: 0;
  z-index: 1;
}
header .head .mobile-nav li {
  margin: 0;
  color: white;
  text-transform: uppercase;
  width: 50%;
  display: inline-block;
  float: left;
  text-align: center;
  padding: 0;
}
header .head .mobile-nav li a {
  display: block;
  text-decoration: none;
  background: #b87333;
  margin: 0;
  color: white;
  padding: 5px 0;
}
header .head .mobile-nav li .toggle {
  padding: 5px 0;
  cursor: pointer;
}
header .head .mobile-nav li .toggle span {
  display: inline-block;
  background-image: url('../images/toggle.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
header .head .mobile-nav:before,
header .head .mobile-nav:after {
  content: "";
  display: table;
}
header .head .mobile-nav:after {
  clear: both;
}
header .head .mobile-nav:before,
header .head .mobile-nav:after {
  content: "";
  display: table;
}
header .head .mobile-nav:after {
  clear: both;
}
header .head:before,
header .head:after {
  content: "";
  display: table;
}
header .head:after {
  clear: both;
}
header .head:before,
header .head:after {
  content: "";
  display: table;
}
header .head:after {
  clear: both;
}
@media only screen and (max-width: 960px) {
  header .head .logo {
    float: none;
    margin: auto;
    margin-top: 50px;
    padding-bottom: 20px;
  }
  header .head .nav {
    float: none;
    margin: 18px auto;
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  header .head .nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b87333;
    text-align: center;
    z-index: 99999;
    margin: 0;
    padding: 40px;
    -webkit-box-shadow: inset 0 0 0 10px #000000;
            box-shadow: inset 0 0 0 10px #000000;
  }
  header .head .nav nav {
    display: block;
  }
  header .head .nav nav a {
    text-transform: inherit;
    font-family: "aw-conqueror-didot", serif;
    color: #000000;
    text-decoration: none;
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 2px;
    position: relative;
    display: block;
    padding: 20px 0;
    margin-left: 0;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  header .head .nav nav a:after {
    display: none;
  }
  header .head .nav nav a:hover,
  header .head .nav nav a.active {
    color: white;
  }
  header .head .nav .lang {
    padding-top: 10px;
  }
  header .head .nav .lang:before {
    content: '';
    height: 1px;
    background: #000000;
    width: 30px;
    margin: 0 auto;
    display: block;
  }
  header .head .nav .lang .placeholder {
    display: inline-block;
    margin-top: 20px;
    margin-left: 0;
  }
  header .head .nav .lang .placeholder a {
    font-size: 14px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    padding: 4px;
    margin-right: 4px;
  }
  header .head .nav .lang .placeholder:before,
  header .head .nav .lang .placeholder:after {
    display: none;
  }
  header .head .nav .lang .drop {
    display: inline-block;
    position: relative;
    right: inherit;
    width: inherit;
    text-align: center;
  }
  header .head .nav .lang .drop a {
    display: inline-block;
    font-size: 14px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
  }
  header .head .nav .social {
    position: relative;
    top: 20px;
    margin-left: 0;
  }
  header .head .nav .social:before {
    display: none;
  }
  header .head .mobile-nav {
    display: block;
  }
}
header .home-loc-wrap {
  padding: 0 30px;
}
header .home-locs {
  position: relative;
  width: 100%;
  max-width: 1400px;
  z-index: 99;
  margin: 40px auto;
  display: table;
  table-layout: fixed;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .home-locs a {
  display: table-cell;
  text-align: center;
  height: 340px;
  vertical-align: middle;
  text-decoration: none;
  color: white;
  font-size: 21px;
  font-family: "aw-conqueror-didot", serif;
  position: relative;
  text-transform: uppercase;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.2);
}
header .home-locs a:hover {
  opacity: 1;
  -webkit-box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.2);
}
header .home-locs a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  display: block;
}
header .home-locs a:last-child:after {
  display: none;
}
header .home-locs a .soon {
  font-family: "proxima-nova", sans-serif;
  font-size: 10px;
  display: block;
  margin-top: 10px;
}
header .home-locs a.other-lineheight {
  line-height: 1.3;
}
header h1 {
  text-align: center;
  color: white;
  font-family: "aw-conqueror-didot", serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 140px 0 120px;
  position: relative;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 960px) {
  header h1 {
    margin: 40px 0 60px;
  }
}
header .bookspacer {
  height: 310px;
}
header .container.small .book {
  max-width: 400px;
  margin: 0 auto;
}
header .container.small .book .select {
  width: 68%;
}
header .container.small .book .form-submit {
  width: 28%;
}
header .book {
  background: white;
  padding: 30px 20px;
  margin-bottom: 100px;
  margin-top: 110px;
  position: relative;
}
header .book.homebook {
  margin-top: 60px;
  margin-bottom: 40px;
}
header .book select {
  background: transparent;
  border: 1px solid #dddddd;
  padding: 10px;
  text-transform: uppercase;
  color: #000000;
  font-family: "proxima-nova", sans-serif;
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
  width: 100%;
  font-size: 10px;
  background-image: url('../images/select-pin.svg');
  background-position: 8px center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
header .book select.required {
  border: 1px solid #b87333;
}
header .book .select {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 18%;
  float: left;
  margin: 0 1%;
  position: relative;
}
header .book .select:after {
  content: '';
  background-image: url('../images/down.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 11px;
  cursor: pointer;
  pointer-events: none;
}
header .book input,
header .book .form-submit {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border: 1px solid #dddddd;
  width: 18%;
  float: left;
  padding: 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: #000000;
  font-family: "proxima-nova", sans-serif;
  height: 40px;
  margin: 0 1%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
header .book input::-webkit-input-placeholder, header .book .form-submit::-webkit-input-placeholder {
  font-size: 10px;
  color: #000000;
}
header .book input::-moz-placeholder, header .book .form-submit::-moz-placeholder {
  font-size: 10px;
  color: #000000;
}
header .book input:-ms-input-placeholder, header .book .form-submit:-ms-input-placeholder {
  font-size: 10px;
  color: #000000;
}
header .book input::-ms-input-placeholder, header .book .form-submit::-ms-input-placeholder {
  font-size: 10px;
  color: #000000;
}
header .book input::placeholder,
header .book .form-submit::placeholder {
  font-size: 10px;
  color: #000000;
}
header .book .form-submit {
  border: none;
  background-color: #b87333;
  color: white;
  padding-left: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  text-align: left;
  background-image: url('../images/white-right.svg');
  background-position: right 14px center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  cursor: pointer;
}
header .book .form-submit:hover {
  background-color: #905a28;
}
@media only screen and (max-width: 800px) {
  header .book .form-submit {
    background-image: none;
    text-align: center;
  }
}
header .book .datefield {
  padding-left: 35px;
  position: relative;
  cursor: pointer;
  font-size: 11px;
  background-image: url('../images/date.svg');
  background-position: 8px center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
header .book .bed {
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  font-size: 11px;
  background-image: url('../images/bed.svg');
  background-position: 8px center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}
header .book .peoplefield {
  padding-left: 45px;
  position: relative;
  cursor: pointer;
  font-size: 11px;
  background-image: url('../images/people.svg');
  background-position: 8px center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}
header .book:before,
header .book:after {
  content: "";
  display: table;
}
header .book:after {
  clear: both;
}
header .book:before,
header .book:after {
  content: "";
  display: table;
}
header .book:after {
  clear: both;
}
.template-location header {
  min-height: 50vh;
}
.frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}
.frame .frame-back {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.frame #frame {
  position: absolute;
  top: 8%;
  left: 8%;
  right: 8%;
  bottom: 8%;
  width: 84%;
  height: 84%;
  max-width: 780px;
  margin: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white;
  border: none;
}
.framespacer {
  height: 40px;
  display: block;
  width: 100%;
}
.scrollbook {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 99;
  display: none;
  padding: 30px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.scrollbook .wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.scrollbook .wrap:before,
.scrollbook .wrap:after {
  content: "";
  display: table;
}
.scrollbook .wrap:after {
  clear: both;
}
.scrollbook .wrap:before,
.scrollbook .wrap:after {
  content: "";
  display: table;
}
.scrollbook .wrap:after {
  clear: both;
}
.scrollbook select {
  background: transparent;
  border: 1px solid #dddddd;
  padding: 10px;
  text-transform: uppercase;
  color: #000000;
  font-family: "proxima-nova", sans-serif;
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
  width: 100%;
  font-size: 10px;
  background-image: url('../images/select-pin.svg');
  background-position: 8px center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.scrollbook select.required {
  border: 1px solid #b87333;
}
.scrollbook .select {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 18%;
  float: left;
  margin: 0 1%;
  position: relative;
}
.scrollbook .select:after {
  content: '';
  background-image: url('../images/down.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 11px;
  cursor: pointer;
  pointer-events: none;
}
.scrollbook .select {
  width: 68%;
}
.scrollbook input,
.scrollbook .form-submit {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border: 1px solid #dddddd;
  width: 18%;
  float: left;
  padding: 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: #000000;
  font-family: "proxima-nova", sans-serif;
  height: 40px;
  margin: 0 1%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.scrollbook input::-webkit-input-placeholder, .scrollbook .form-submit::-webkit-input-placeholder {
  font-size: 10px;
  color: #000000;
}
.scrollbook input::-moz-placeholder, .scrollbook .form-submit::-moz-placeholder {
  font-size: 10px;
  color: #000000;
}
.scrollbook input:-ms-input-placeholder, .scrollbook .form-submit:-ms-input-placeholder {
  font-size: 10px;
  color: #000000;
}
.scrollbook input::-ms-input-placeholder, .scrollbook .form-submit::-ms-input-placeholder {
  font-size: 10px;
  color: #000000;
}
.scrollbook input::placeholder,
.scrollbook .form-submit::placeholder {
  font-size: 10px;
  color: #000000;
}
.scrollbook .form-submit {
  width: 28%;
}
.scrollbook .datefield {
  padding-left: 35px;
  position: relative;
  cursor: pointer;
  font-size: 11px;
  background-image: url('../images/date.svg');
  background-position: 8px center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.scrollbook .bed {
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  font-size: 11px;
  background-image: url('../images/bed.svg');
  background-position: 8px center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}
.scrollbook .peoplefield {
  padding-left: 45px;
  position: relative;
  cursor: pointer;
  font-size: 11px;
  background-image: url('../images/people.svg');
  background-position: 8px center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}
.scrollbook .form-submit {
  border: none;
  background-color: #b87333;
  color: white;
  padding-left: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  text-align: left;
  background-image: url('../images/white-right.svg');
  background-position: right 14px center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.scrollbook .form-submit:hover {
  background-color: #905a28;
}
@media only screen and (max-width: 630px) {
  .scrollbook {
    display: none !important;
  }
}
.container {
  max-width: 940px;
  padding: 0 30px;
  margin: 0 auto;
}
.locations-bar {
  background: #b87333;
  width: 100%;
  text-align: center;
}
.locations-bar a {
  padding: 10px 40px 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.locations-bar a:before {
  content: '';
  background-image: url('../images/white-right.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 20px;
  display: block;
}
.locations-bar a:after {
  display: none;
}
.locations-bar a:hover {
  background: #905a28;
}
main {
  background: white;
}
main h3 {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}
main h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #000000;
}
main h2 {
  font-family: "aw-conqueror-didot", serif;
  color: #b87333;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.2;
}
main h2 .soon {
  font-size: 10px;
  line-height: 26px;
  font-family: "proxima-nova", sans-serif;
  color: #000000;
  padding-left: 10px;
}
main .columns {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
main .columns p:first-child {
  margin-top: 0;
}
main a {
  color: #000000;
  text-decoration: none;
  position: relative;
}
main a:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 1px;
  background: #000000;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main a:hover:after {
  left: 0;
  right: 0;
  opacity: 1;
}
main a.reverse:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  right: 0;
  opacity: 1;
}
main a.reverse:hover:after {
  left: 50%;
  right: 50%;
  opacity: 0;
}
main ul {
  padding-left: 17px;
}
main .button {
  border: 1px solid #b87333;
  text-decoration: none;
  color: #b87333;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 25px;
  margin: 15px 0 0 0;
  display: inline-block;
  -webkit-box-shadow: inset 0 0 0 0 white;
          box-shadow: inset 0 0 0 0 white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
main .button:hover,
main .button:focus {
  -webkit-box-shadow: inset 0 0 0 3px #b87333;
          box-shadow: inset 0 0 0 3px #b87333;
}
main .button:after {
  display: none;
}
main .studentbanner {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #b87333;
  width: 100%;
  padding: 30px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}
main .studentbanner:hover,
main .studentbanner:focus {
  -webkit-box-shadow: inset 0 0 0 3px #b87333;
          box-shadow: inset 0 0 0 3px #b87333;
}
main .studentbanner:hover:after,
main .studentbanner:focus:after {
  display: none;
  border: none;
}
main .more {
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  letter-spacing: 0;
  position: relative;
}
main .more:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 1px;
  background: #000000;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .more:hover:after {
  left: 0;
  right: 0;
  opacity: 1;
}
main .subnav {
  background: #fafafa;
  text-align: center;
}
main .subnav a {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  color: #b87333;
  font-weight: 600;
  padding: 15px 25px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .subnav a:after {
  display: none;
}
main .subnav a:hover {
  background: #dddddd;
}
main .content {
  padding: 80px 0;
}
main .content .half-wrap {
  margin: 0 -2%;
}
main .content .half {
  width: 46%;
  display: inline-block;
  float: left;
  margin: 0 2%;
}
main .content:before,
main .content:after {
  content: "";
  display: table;
}
main .content:after {
  clear: both;
}
main .content:before,
main .content:after {
  content: "";
  display: table;
}
main .content:after {
  clear: both;
}
main .contact-details {
  margin-top: 124px;
}
main .contact-details .details section {
  display: none;
}
main .contact-details .select {
  position: relative;
  width: 260px;
}
main .contact-details .select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #dddddd;
  border-radius: 0px;
  background: transparent;
  padding: 6px 10px;
  width: 260px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
}
main .contact-details .select:after {
  content: '';
  background-image: url('../images/down.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 9px;
  cursor: pointer;
  pointer-events: none;
}
main form input[type="text"],
main form input[type="email"],
main form input[type="tel"],
main form textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dddddd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px;
  resize: none;
  margin: 10px 0;
}
main form .select {
  position: relative;
}
main form .select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #dddddd;
  border-radius: 0px;
  background: transparent;
  padding: 6px 10px;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
}
main form .select:after {
  content: '';
  background-image: url('../images/down.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 9px;
  cursor: pointer;
  pointer-events: none;
}
main form ::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #000000;
}
main form ::-moz-placeholder {
  text-transform: uppercase;
  color: #000000;
}
main form :-ms-input-placeholder {
  text-transform: uppercase;
  color: #000000;
}
main form ::-ms-input-placeholder {
  text-transform: uppercase;
  color: #000000;
}
main form ::placeholder {
  text-transform: uppercase;
  color: #000000;
}
main form #form-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  float: right;
  border: 1px solid #b87333;
  text-decoration: none;
  color: #b87333;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 30px;
  margin: 0;
  display: inline-block;
  -webkit-box-shadow: inset 0 0 0 0 white;
          box-shadow: inset 0 0 0 0 white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
}
main form #form-submit:hover,
main form #form-submit:focus {
  -webkit-box-shadow: inset 0 0 0 3px #b87333;
          box-shadow: inset 0 0 0 3px #b87333;
}
main form:before,
main form:after {
  content: "";
  display: table;
}
main form:after {
  clear: both;
}
main form:before,
main form:after {
  content: "";
  display: table;
}
main form:after {
  clear: both;
}
main .extra-contact {
  margin-top: 50px;
}
main .extra-contact section {
  border-top: 1px solid #dddddd;
  padding-top: 10px;
  padding-bottom: 10px;
}
main .faq {
  background: #fafafa;
}
main .faq .answer a {
  text-decoration: underline;
}
main .faq h2 {
  color: #b87333;
  font-family: "aw-conqueror-didot", serif;
  font-weight: 400;
  margin-top: 0;
}
main .faq .faq-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main .faq .faq-grid .faq-item {
  width: 50%;
}
main .faq .faq-images {
  padding: 0 100px;
}
main .faq .faq-container {
  padding: 100px 0;
  max-width: 1800px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .faq .faq-container .questions {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: auto;
  margin: 0 auto;
}
main .faq .faq-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .faq .slick-prev,
main .faq .slick-next {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  font-size: 0;
  width: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .faq .slick-prev {
  background-image: url('../images/left-gold.svg');
  left: -20px;
}
main .faq .slick-prev:hover {
  left: -23px;
}
main .faq .slick-next {
  background-image: url('../images/right-gold.svg');
  right: -20px;
}
main .faq .slick-next:hover {
  right: -23px;
}
main .mainfaq h4 {
  margin-top: 70px;
  font-weight: normal;
}
main .mainfaq .select {
  display: block;
  margin: 10px 0 0 0;
  position: relative;
  width: 230px;
}
main .mainfaq .select:after {
  content: '';
  background-image: url('../images/down.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 9px;
  cursor: pointer;
  pointer-events: none;
}
main .mainfaq select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #dddddd;
  border-radius: 0px;
  background: transparent;
  padding: 6px 10px 6px 10px;
  width: 230px;
  color: #000000;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
}
main .mainfaq a {
  text-decoration: underline;
}
main .mainfaq section {
  display: none;
}
main .mainfaq section:first-child {
  display: block;
}
main .questions {
  margin-top: 40px;
}
main .questions .question {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  color: #000000;
  margin: 10px 0;
  position: relative;
  display: inline-block;
}
main .questions .question:after {
  content: '';
  position: absolute;
  left: 100%;
  right: 0%;
  opacity: 0;
  bottom: 0;
  height: 2px;
  background: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .questions .question.active:after,
main .questions .question:hover:after {
  left: 0;
  right: 0;
  opacity: 1;
}
main .questions .answer {
  display: none;
}
main .wrap {
  max-width: 1400px;
  padding: 0 30px;
  margin: 0 auto;
}
main .wrap.small {
  max-width: 1100px;
}
main .img-block {
  padding: 180px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
main .img-block .white,
main .img-block .colored {
  background: white;
  width: 42%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px;
}
main .img-block .white h2,
main .img-block .colored h2 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 15px;
}
main .img-block .white.right,
main .img-block .colored.right {
  float: right;
}
main .img-block .colored {
  background-color: rgba(184, 115, 51, 0.85);
  color: white !important;
}
main .img-block .colored * {
  color: white !important;
}
main .img-block .colored a:after {
  background-color: white !important;
}
main .img-block.right {
  float: right;
}
main .img-block .center {
  float: unset;
  display: block;
  text-align: center;
  margin: 0 auto;
}
main .img-block a:after {
  left: 0;
  right: 0;
  opacity: 1;
}
main .img-block a:hover:after {
  left: 50%;
  right: 50%;
  opacity: 0;
}
main .img-block:before,
main .img-block:after {
  content: "";
  display: table;
}
main .img-block:after {
  clear: both;
}
main .img-block:before,
main .img-block:after {
  content: "";
  display: table;
}
main .img-block:after {
  clear: both;
}
main .doubletext-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
main .doubletext-block * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .doubletext-block .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
main .doubletext-block .grid-item {
  width: 50%;
  padding: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  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;
}
main .doubletext-block .grid-item h2 {
  font-size: 32px;
}
main .doubletext-block .grid-item .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-top: 100px;
}
main .doubletext-block .grid-item .icons img {
  width: auto;
  height: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .doubletext-block .grid-item:first-child {
  background-color: black;
  color: white;
}
main .doubletext-block .grid-item:first-child * {
  color: white !important;
}
main .doubletext-block .grid-item:nth-child(2) {
  background-color: #F1E3D6;
  color: #b87333;
}
main .doubletext-block .grid-item:nth-child(2) * {
  color: #b87333 !important;
}
main .doubletext-block.smallpd .grid-item {
  padding: 100px 100px;
}
main .news {
  padding: 80px 0;
}
main .news figure {
  width: 38%;
  display: inline-block;
  float: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 200px;
  background-image: url('../images/getaway.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
main .news figure.noback {
  background-image: none;
}
main .news figure .attachment {
  display: block !important;
}
main .news figure a {
  min-height: 200px;
  display: inline-block;
  width: 100%;
}
main .news figure a:after {
  display: none;
}
main .news figure a img {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
main .news figure a img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
main .news figcaption {
  display: inline-block;
  width: 40%;
  margin-left: 6%;
  float: left;
  margin-top: 20px;
}
main .news figcaption .city {
  text-transform: uppercase;
  position: relative;
}
main .news figcaption .city:before {
  content: '';
  position: absolute;
  left: -110px;
  width: 100px;
  height: 1px;
  background: #000000;
  top: 10px;
}
main .news .social-feed {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
main .news .social-feed.loaded {
  opacity: 1;
}
main .news .social-feed-element {
  padding: 20px 0;
}
main .news .social-feed-element:nth-child(odd) {
  margin: 30px 0;
}
main .news .social-feed-element:nth-child(odd):before,
main .news .social-feed-element:nth-child(odd):after {
  content: "";
  display: table;
}
main .news .social-feed-element:nth-child(odd):after {
  clear: both;
}
main .news .social-feed-element:nth-child(odd):before,
main .news .social-feed-element:nth-child(odd):after {
  content: "";
  display: table;
}
main .news .social-feed-element:nth-child(odd):after {
  clear: both;
}
main .news .social-feed-element:nth-child(even) {
  margin: 30px 0;
}
main .news .social-feed-element:nth-child(even) figure {
  float: right;
}
main .news .social-feed-element:nth-child(even) figure img {
  width: 100%;
  height: auto;
}
main .news .social-feed-element:nth-child(even) figcaption {
  margin-right: 6%;
  float: right;
  text-align: right;
}
main .news .social-feed-element:nth-child(even) figcaption .city:before {
  left: inherit;
  right: -110px;
}
main .news .social-feed-element:nth-child(even):before,
main .news .social-feed-element:nth-child(even):after {
  content: "";
  display: table;
}
main .news .social-feed-element:nth-child(even):after {
  clear: both;
}
main .news .social-feed-element:nth-child(even):before,
main .news .social-feed-element:nth-child(even):after {
  content: "";
  display: table;
}
main .news .social-feed-element:nth-child(even):after {
  clear: both;
}
main .news .odd {
  margin: 30px 0;
}
main .news .odd:before,
main .news .odd:after {
  content: "";
  display: table;
}
main .news .odd:after {
  clear: both;
}
main .news .odd:before,
main .news .odd:after {
  content: "";
  display: table;
}
main .news .odd:after {
  clear: both;
}
main .news .even {
  margin: 30px 0;
}
main .news .even figure {
  float: right;
}
main .news .even figcaption {
  margin-right: 6%;
  float: right;
  text-align: right;
}
main .news .even figcaption .city:before {
  left: inherit;
  right: -110px;
}
main .news .even:before,
main .news .even:after {
  content: "";
  display: table;
}
main .news .even:after {
  clear: both;
}
main .news .even:before,
main .news .even:after {
  content: "";
  display: table;
}
main .news .even:after {
  clear: both;
}
main .news .button {
  display: block;
  width: 90px;
  margin: 60px auto 0;
}
main .pagination .button {
  width: 100px;
}
main .pagination .left {
  float: left;
}
main .pagination .right {
  float: right;
}
main .pagination:before,
main .pagination:after {
  content: "";
  display: table;
}
main .pagination:after {
  clear: both;
}
main .pagination:before,
main .pagination:after {
  content: "";
  display: table;
}
main .pagination:after {
  clear: both;
}
main .article {
  padding: 80px 0;
}
main .article .fullimg {
  padding-bottom: 20px;
}
main .article .fullimg img {
  max-width: 100%;
  height: auto;
  display: block;
}
main .article .halfimg {
  margin: 0 -2%;
  padding-bottom: 20px;
}
main .article .halfimg figure {
  float: left;
  width: 46%;
  display: inline-block;
  margin: 0 2%;
}
main .article .halfimg figure img {
  max-width: 100%;
  height: auto;
  display: block;
}
main .article .fulltext {
  padding-bottom: 20px;
}
main .testimonials {
  padding: 80px 0 60px 0;
  background: black;
  color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
main .testimonials article {
  text-align: center;
  margin: 0 20px;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0;
}
main .testimonials article .location {
  font-size: 14px;
  text-transform: capitalize;
  margin-top: 4px;
}
main .testimonials article .name {
  font-weight: bold;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
  padding: 0 0 4px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
}
main .testimonials article .name:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: white;
}
main .testimonials article .company {
  text-transform: uppercase;
  font-family: "aw-conqueror-didot", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: -10px;
}
main .testimonials article .stars {
  background-image: url('../images/star.svg');
  background-repeat: repeat-x;
  background-position: left center;
  background-size: contain;
  height: 16px;
  width: 19px;
  margin: 10px auto 20px auto;
}
main .testimonials article .stars.five {
  width: 95px;
}
main .testimonials article .stars.four {
  width: 76px;
}
main .testimonials article .stars.three {
  width: 57px;
}
main .testimonials article .stars.two {
  width: 38px;
}
main .testimonials article .icon {
  width: 200px;
  height: 24px;
  margin: auto;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
main .testimonials article .icon.tripadvisor {
  background-image: url('../images/tripadvisor-full.svg');
}
main .testimonials article .icon.booking {
  background-image: url('../images/booking.svg');
}
main .testimonials article .icon.expedia {
  background-image: url('../images/expedia.svg');
}
main .testimonials article .icon:after {
  display: none;
}
main .testimonials article .score {
  color: #b87333;
}
main .testimonials .slick-dots {
  list-style: none;
  padding: 0;
  text-align: center;
}
main .testimonials .slick-dots li {
  display: inline-block;
  margin: 0 6px;
  padding: 10px 0;
  cursor: pointer;
}
main .testimonials .slick-dots li button {
  font-size: 0px;
  border: none;
  width: 26px;
  height: 1px;
  padding: 0;
  background: white;
  display: block;
  line-height: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .testimonials .slick-dots li:hover button,
main .testimonials .slick-dots li.slick-active button {
  background: #b87333;
}
main .testimonials .slick-prev,
main .testimonials .slick-next {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  font-size: 0;
  width: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .testimonials .slick-prev {
  background-image: url('../images/left.svg');
  left: -20px;
}
main .testimonials .slick-prev:hover {
  left: -23px;
}
main .testimonials .slick-next {
  background-image: url('../images/right.svg');
  right: -20px;
}
main .testimonials .slick-next:hover {
  right: -23px;
}
main .latest-locations {
  padding: 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .latest-locations * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .latest-locations .sectiontitle {
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 80px;
}
main .latest-locations .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -120px;
}
main .latest-locations section {
  display: inline-block;
  width: calc(25% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 120px;
}
main .latest-locations section figure {
  overflow: hidden;
}
main .latest-locations section h2 {
  text-align: left;
}
main .latest-locations section h2 span {
  display: block;
  padding-left: 0;
  margin-bottom: -10px;
}
main .latest-locations section img {
  width: 100%;
  display: block;
  height: auto;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
main .latest-locations section img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
main .latest-locations .button {
  width: 80px;
  display: block;
  margin: 60px auto 0;
}
main .comfort {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 0;
  text-align: center;
}
main .comfort h2 {
  color: white;
  text-align: center;
  margin-top: 0;
}
main .comfort h3 {
  color: white;
  text-align: center;
  cursor: pointer;
}
main .comfort h3:after {
  background: white;
}
main .comfort .select {
  display: block;
  margin: 20px auto 0;
  position: relative;
  width: 230px;
}
main .comfort .select:after {
  content: '';
  background-image: url('../images/down.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 9px;
  cursor: pointer;
  pointer-events: none;
}
main .comfort select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid white;
  border-radius: 0px;
  background: transparent;
  padding: 6px 10px 6px 10px;
  width: 230px;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
}
main .comfort .hide-comf {
  display: none;
}
main .comfort .comfort-slider {
  margin-top: 30px;
}
main .comfort .comfort-slider section {
  color: white;
  margin: 20px 0;
}
main .comfort .comfort-slider section .icon {
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 10px auto 20px;
  cursor: pointer;
}
main .comfort .comfort-slider .slick-prev,
main .comfort .comfort-slider .slick-next {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  font-size: 0;
  width: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .comfort .comfort-slider .slick-prev {
  background-image: url('../images/left.svg');
  left: -20px;
}
main .comfort .comfort-slider .slick-prev:hover {
  left: -23px;
}
main .comfort .comfort-slider .slick-next {
  background-image: url('../images/right.svg');
  right: -20px;
}
main .comfort .comfort-slider .slick-next:hover {
  right: -23px;
}
main .comfort .comfort-slider .slick-dots {
  list-style: none;
  padding: 0;
  text-align: center;
}
main .comfort .comfort-slider .slick-dots li {
  display: inline-block;
  margin: 0 6px;
  padding: 10px 0;
  cursor: pointer;
}
main .comfort .comfort-slider .slick-dots li button {
  font-size: 0px;
  border: none;
  width: 26px;
  height: 1px;
  padding: 0;
  background: white;
  display: block;
  line-height: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .comfort .comfort-slider .slick-dots li:hover button,
main .comfort .comfort-slider .slick-dots li.slick-active button {
  background: #b87333;
}
main .comfort .comfort-slider:before,
main .comfort .comfort-slider:after {
  content: "";
  display: table;
}
main .comfort .comfort-slider:after {
  clear: both;
}
main .comfort .comfort-slider:before,
main .comfort .comfort-slider:after {
  content: "";
  display: table;
}
main .comfort .comfort-slider:after {
  clear: both;
}
main .comfort.lightbg {
  background-color: #F1E3D6;
  color: #b87333;
}
main .comfort.lightbg h3:after {
  background: #b87333 !important;
}
main .comfort.lightbg * {
  color: #b87333 !important;
}
main .comfort.lightbg path {
  fill: #b87333 !important;
}
main .comfort.lightbg .comfort-slider .slick-next {
  background-image: url('../images/right-gold.svg');
}
main .comfort.lightbg .comfort-slider .slick-prev {
  background-image: url('../images/left-gold.svg');
}
main .comfort.lightbg .comfort-slider .slick-dots li button {
  background-color: rgba(184, 115, 51, 0.34);
}
main .comfort.lightbg .comfort-slider .slick-dots li.slick-active button {
  background-color: #b87333;
}
main .comfort.lightbg select {
  border-color: #b87333;
}
main .extra {
  text-align: center;
  padding: 80px 0;
}
main .extra .hide-ex {
  display: none;
}
main .extra .select {
  display: block;
  margin: 20px auto 0;
  position: relative;
  width: 230px;
}
main .extra .select:after {
  content: '';
  background-image: url('../images/down.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 9px;
  cursor: pointer;
  pointer-events: none;
}
main .extra select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #dddddd;
  border-radius: 0px;
  background: transparent;
  padding: 6px 10px 6px 10px;
  width: 230px;
  color: #000000;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
}
main .extra h2 {
  margin-bottom: 0;
}
main .extra .extra-slider section,
main .extra .promo-slider section {
  margin: 40px 20px 20px;
  text-align: left;
}
main .extra .extra-slider img,
main .extra .promo-slider img {
  width: 100%;
  height: auto;
  display: block;
}
main .extra .extra-slider .promoslide .plg-imagecontainer,
main .extra .promo-slider .promoslide .plg-imagecontainer {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 0;
  padding-bottom: 66.666%;
}
main .extra .extra-slider .promoslide .plg-imagecontainer img,
main .extra .promo-slider .promoslide .plg-imagecontainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .extra .extra-slider h2,
main .extra .promo-slider h2 {
  font-size: 20px;
  line-height: 30px;
}
main .extra .extra-slider .slick-dots,
main .extra .promo-slider .slick-dots {
  list-style: none;
  padding: 0;
  text-align: center;
}
main .extra .extra-slider .slick-dots li,
main .extra .promo-slider .slick-dots li {
  display: inline-block;
  margin: 0 6px;
  padding: 10px 0;
  cursor: pointer;
}
main .extra .extra-slider .slick-dots li button,
main .extra .promo-slider .slick-dots li button {
  font-size: 0px;
  border: none;
  width: 26px;
  height: 1px;
  padding: 0;
  background: #b87333;
  display: block;
  line-height: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .extra .extra-slider .slick-dots li:hover button,
main .extra .promo-slider .slick-dots li:hover button,
main .extra .extra-slider .slick-dots li.slick-active button,
main .extra .promo-slider .slick-dots li.slick-active button {
  background: #000000;
}
main .extra .extra-slider .slick-prev,
main .extra .promo-slider .slick-prev,
main .extra .extra-slider .slick-next,
main .extra .promo-slider .slick-next {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  font-size: 0;
  width: 15px;
  position: absolute;
  top: 0;
  bottom: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
main .extra .extra-slider .slick-prev.slick-disabled,
main .extra .promo-slider .slick-prev.slick-disabled,
main .extra .extra-slider .slick-next.slick-disabled,
main .extra .promo-slider .slick-next.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
}
main .extra .extra-slider .slick-prev,
main .extra .promo-slider .slick-prev {
  background-image: url('../images/left-gold.svg');
  left: -20px;
}
main .extra .extra-slider .slick-prev:hover,
main .extra .promo-slider .slick-prev:hover {
  left: -23px;
}
main .extra .extra-slider .slick-next,
main .extra .promo-slider .slick-next {
  background-image: url('../images/right-gold.svg');
  right: -20px;
}
main .extra .extra-slider .slick-next:hover,
main .extra .promo-slider .slick-next:hover {
  right: -23px;
}
main .locations {
  padding: 100px 0;
  text-align: center;
}
main .locations .grid {
  margin: 50px -2%;
}
main .locations section {
  width: 21%;
  display: inline-block;
  margin: 0 2% 20px 2%;
  float: left;
  text-align: left;
}
main .locations section a {
  text-decoration: none;
}
main .locations section figure {
  overflow: hidden;
}
main .locations section img {
  width: 100%;
  display: block;
  height: auto;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
main .locations section img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
main .locations:before,
main .locations:after {
  content: "";
  display: table;
}
main .locations:after {
  clear: both;
}
main .locations:before,
main .locations:after {
  content: "";
  display: table;
}
main .locations:after {
  clear: both;
}
main #map {
  height: 500px;
  width: 100%;
}
main .maplabel {
  text-transform: uppercase;
  background: #b87333;
  color: white;
  padding: 6px 4px;
  font-size: 8px;
  letter-spacing: 0.2em;
  width: 60px;
  text-align: center;
}
main .gallery {
  width: 100%;
}
main .gallery figure {
  margin: 0 4px;
  opacity: 0.3;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
main .gallery figure.slick-current {
  opacity: 1;
}
main .gallery figure img {
  height: 600px;
}
@media only screen and (max-width: 1100px) {
  main .gallery figure img {
    height: 400px;
  }
}
@media only screen and (max-width: 800px) {
  main .gallery figure img {
    height: auto;
    width: 100%;
  }
}
main .gallery .slick-prev,
main .gallery .slick-next {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  font-size: 0;
  width: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
main .gallery .slick-prev:before,
main .gallery .slick-next:before {
  content: '';
}
main .gallery .slick-prev {
  background-image: url('../images/left-gold.svg');
  left: 20px;
}
main .gallery .slick-prev:hover {
  left: 23px;
}
main .gallery .slick-next {
  background-image: url('../images/right-gold.svg');
  right: 20px;
}
main .gallery .slick-next:hover {
  right: 23px;
}
main .buildings {
  padding: 80px 0;
}
main .buildings .building {
  margin: 0 -2% 50px -2%;
  padding: 0 0 40px 0;
  position: relative;
}
main .buildings .building:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 2%;
  right: 2%;
  height: 1px;
  background: #dddddd;
}
main .buildings .building:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
main .buildings .building:last-child:after {
  display: none;
}
main .buildings .global {
  width: 46%;
  float: left;
  margin: 0 2%;
  display: inline-block;
}
main .buildings .global img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
main .buildings .global figure {
  overflow: hidden;
}
main .buildings .global .slick-prev,
main .buildings .global .slick-next {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  font-size: 0;
  width: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}
main .buildings .global .slick-prev {
  background-image: url('../images/left.svg');
  left: 20px;
}
main .buildings .global .slick-prev:hover {
  left: 23px;
}
main .buildings .global .slick-next {
  background-image: url('../images/right.svg');
  right: 20px;
}
main .buildings .global .slick-next:hover {
  right: 23px;
}
main .buildings .rooms {
  width: 46%;
  float: left;
  margin: 0 2%;
  display: inline-block;
}
main .buildings .rooms section {
  margin-bottom: 40px;
}
main .buildings .rooms section figure {
  width: 30%;
  display: inline-block;
  float: left;
  overflow: hidden;
}
main .buildings .rooms section figure img {
  width: 100%;
  display: block;
  height: auto;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
main .buildings .rooms section figure img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
main .buildings .rooms section figcaption {
  width: 68%;
  margin-left: 2%;
  display: inline-block;
  float: left;
}
main .buildings .rooms section figcaption h4 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
main .buildings .rooms section:before,
main .buildings .rooms section:after {
  content: "";
  display: table;
}
main .buildings .rooms section:after {
  clear: both;
}
main .buildings .rooms section:before,
main .buildings .rooms section:after {
  content: "";
  display: table;
}
main .buildings .rooms section:after {
  clear: both;
}
main .buildings:before,
main .buildings:after {
  content: "";
  display: table;
}
main .buildings:after {
  clear: both;
}
main .buildings:before,
main .buildings:after {
  content: "";
  display: table;
}
main .buildings:after {
  clear: both;
}
main .project-price {
  padding: 80px 0;
  text-align: center;
}
main .project-price table {
  width: 100%;
  table-layout: fixed;
  margin-top: 20px;
}
main .project-price table tr {
  border-bottom: 1px solid #b87333;
}
main .project-price table tr:last-child {
  border-bottom: none;
}
main .project-price table tr th,
main .project-price table tr td {
  padding: 10px 20px;
  text-transform: uppercase;
}
main .flats {
  padding: 80px 0;
  text-align: center;
}
main .flats .extra-slider section {
  margin: 40px 20px 20px;
  text-align: left;
}
main .flats .extra-slider figure {
  overflow: hidden;
}
main .flats .extra-slider img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
main .flats .extra-slider img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
main .flats .extra-slider h2 {
  font-size: 26px;
  line-height: 34px;
}
main .flats .extra-slider .slick-dots {
  list-style: none;
  padding: 0;
  text-align: center;
}
main .flats .extra-slider .slick-dots li {
  display: inline-block;
  margin: 0 6px;
  padding: 10px 0;
  cursor: pointer;
}
main .flats .extra-slider .slick-dots li button {
  font-size: 0px;
  border: none;
  width: 26px;
  height: 1px;
  padding: 0;
  background: #b87333;
  display: block;
  line-height: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .flats .extra-slider .slick-dots li:hover button,
main .flats .extra-slider .slick-dots li.slick-active button {
  background: #000000;
}
main .flats .extra-slider .slick-prev,
main .flats .extra-slider .slick-next {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  font-size: 0;
  width: 15px;
  position: absolute;
  top: 0;
  bottom: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
main .flats .extra-slider .slick-prev {
  background-image: url('../images/left-gold.svg');
  left: -20px;
}
main .flats .extra-slider .slick-prev:hover {
  left: -23px;
}
main .flats .extra-slider .slick-next {
  background-image: url('../images/right-gold.svg');
  right: -20px;
}
main .flats .extra-slider .slick-next:hover {
  right: -23px;
}
main .pricing {
  background: #fafafa;
  padding: 80px 0;
}
main .pricing h3 {
  margin-bottom: 20px;
}
main .pricing .select {
  display: inline-block;
  margin: 0 10px 40px 0;
  position: relative;
}
main .pricing .select:after {
  content: '';
  background-image: url('../images/down.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 9px;
  cursor: pointer;
  pointer-events: none;
}
main .pricing select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #dddddd;
  border-radius: 0px;
  background: transparent;
  padding: 6px 10px 6px 40px;
  width: 250px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
  background-image: url('../images/select-pin.svg');
  background-position: 10px center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
main .pricing .detail-drop select {
  display: none;
}
main .pricing .price-wrap {
  max-width: 810px;
  display: none;
  margin: 0 auto;
}
main .pricing .price-wrap table {
  max-width: 810px;
  table-layout: fixed;
}
main .pricing .price-wrap table:nth-of-type(1n + 2) {
  margin-top: 40px;
}
main .pricing .price-wrap table th {
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #b87333;
  padding: 10px;
  width: 20px;
}
main .pricing .price-wrap table th:first-child {
  width: 30px;
}
main .pricing .price-wrap table tr td {
  border-bottom: 1px solid #b87333;
}
main .pricing .price-wrap table tr:last-child td {
  border-bottom: 0px;
}
main .pricing .price-wrap table td {
  text-align: center;
  padding: 10px 20px;
  width: 200px;
}
main .pricing .price-wrap table td:first-child {
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  width: 50px;
}
main .pricing .price-wrap table td.notfat {
  font-weight: normal;
}
main .pricing .price-wrap .info {
  position: relative;
  margin-left: 10px;
}
main .pricing .price-wrap .info:before {
  content: '*';
  position: absolute;
  left: -10px;
}
main .clients {
  margin: 80px 0;
  text-align: center;
}
main .clients h3 {
  cursor: pointer;
}
main .client-slider {
  margin-top: 20px;
}
main .client-slider .client-logo {
  padding: 30px;
  cursor: pointer;
}
main .client-slider img {
  width: 100%;
  height: auto;
  display: block;
}
main .client-slider h2 {
  font-size: 26px;
  line-height: 34px;
}
main .client-slider .slick-dots {
  list-style: none;
  padding: 0;
  text-align: center;
}
main .client-slider .slick-dots li {
  display: inline-block;
  margin: 0 6px;
  padding: 10px 0;
  cursor: pointer;
}
main .client-slider .slick-dots li button {
  font-size: 0px;
  border: none;
  width: 26px;
  height: 1px;
  padding: 0;
  background: #b87333;
  display: block;
  line-height: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .client-slider .slick-dots li:hover button,
main .client-slider .slick-dots li.slick-active button {
  background: #000000;
}
main .client-slider .slick-prev,
main .client-slider .slick-next {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  font-size: 0;
  width: 15px;
  position: absolute;
  top: 0;
  bottom: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
main .client-slider .slick-prev {
  background-image: url('../images/left-gold.svg');
  left: -20px;
}
main .client-slider .slick-prev:hover {
  left: -23px;
}
main .client-slider .slick-next {
  background-image: url('../images/right-gold.svg');
  right: -20px;
}
main .client-slider .slick-next:hover {
  right: -23px;
}
main .promonav {
  margin: 40px auto 0;
  width: 100%;
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .promonav li {
  margin: 0 30px 0 0;
  padding: 0;
}
main .promonav li:last-child {
  margin: 0;
}
main .promonav li h3:after {
  display: none;
}
main .promonav .button.active {
  background-color: #b87333;
  color: #fff;
}
main .promonav .button:focus {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
main .promoitems-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -60px;
}
main .promoitems-grid .promoitem {
  width: calc(33.3333% - 30px);
  margin: 60px 15px 0;
  text-align: left;
}
main .promoitems-grid .promoitem h2 {
  font-size: 18px;
}
main .promoitems-grid .promoitem .txt ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
main .promoitems-grid .promoitem .txt ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 10px;
}
main .promoitems-grid .promoitem .txt ul li::before {
  content: "- ";
  position: absolute;
  left: 0;
}
main .promoitems-grid .promoitem .plg-imagecontainer {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 0;
  padding-bottom: 66.666%;
}
main .promoitems-grid .promoitem .plg-imagecontainer img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .promoitems-grid .promoitem .plg-imagecontainer .labels {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  padding: 15px 0 0;
  font-size: 12px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main .promoitems-grid .promoitem .plg-imagecontainer .labels .label {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
}
main .promoitems-grid .promoitem .plg-imagecontainer .labels .citylabel {
  background-color: #B87333;
}
main .promoitems-grid .promoitem .plg-imagecontainer .labels .discountlabel {
  background-color: #28A056;
}
main .promoitems-grid .promoitem .slick-dots {
  bottom: 5px;
}
main .promoitems-grid .promoitem .slick-dots li {
  margin: 0;
}
main .promoitems-grid .promoitem .slick-dots li button {
  padding: 0;
}
main .promoitems-grid .promoitem .slick-dots li button:before {
  color: #fff;
  font-size: 12px;
}
main .promoitems-grid .promoitem .slick-dots li.slick-active button:before {
  opacity: 1;
}
main .promoitems-grid .promoitem .promoprice {
  color: #b87333;
}
main .promoitems-grid .promoitem .promoprice strong {
  font-weight: 600;
  font-size: 16px;
}
.show-comfort-pop {
  display: none;
}
.comfort-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  display: table;
  z-index: 99;
}
.comfort-popup .comfort-back {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.comfort-popup .popup-content {
  display: table-cell;
  height: 100vh;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.comfort-popup .popup-content .popup-wrap {
  background: #433326;
  max-width: 740px;
  margin: auto;
  -webkit-box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  max-height: 90vh;
  pointer-events: all;
}
.comfort-popup .popup-content .popup-wrap article {
  padding: 60px;
}
.comfort-popup .popup-content .popup-wrap article:before,
.comfort-popup .popup-content .popup-wrap article:after {
  content: "";
  display: table;
}
.comfort-popup .popup-content .popup-wrap article:after {
  clear: both;
}
.comfort-popup .popup-content .popup-wrap article:before,
.comfort-popup .popup-content .popup-wrap article:after {
  content: "";
  display: table;
}
.comfort-popup .popup-content .popup-wrap article:after {
  clear: both;
}
.comfort-popup .popup-content .popup-wrap section {
  color: white;
  margin: 20px 1%;
  display: inline-block;
  float: left;
  width: 23%;
  text-align: center;
}
.comfort-popup .popup-content .popup-wrap section .icon {
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 10px auto 20px auto;
}
.show-client-pop {
  display: none;
  position: relative;
}
.client-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  display: table;
  z-index: 99;
}
.client-popup .client-back {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.client-popup .popup-content {
  display: table-cell;
  height: 100vh;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.client-popup .popup-content .popup-wrap {
  background: white;
  max-width: 740px;
  margin: auto;
  -webkit-box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  max-height: 90vh;
  pointer-events: all;
}
.client-popup .popup-content .popup-wrap article {
  padding: 60px;
}
.client-popup .popup-content .popup-wrap article:before,
.client-popup .popup-content .popup-wrap article:after {
  content: "";
  display: table;
}
.client-popup .popup-content .popup-wrap article:after {
  clear: both;
}
.client-popup .popup-content .popup-wrap article:before,
.client-popup .popup-content .popup-wrap article:after {
  content: "";
  display: table;
}
.client-popup .popup-content .popup-wrap article:after {
  clear: both;
}
.client-popup .popup-content .popup-wrap section {
  color: white;
  margin: 20px 2%;
  display: inline-block;
  float: left;
  width: 21%;
  text-align: center;
}
.client-popup .popup-content .popup-wrap section img {
  max-width: 100%;
  height: auto;
  display: block;
}
.show-discount-pop {
  display: none;
  position: relative;
}
.discount-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  /*display: table;*/
  z-index: 99;
}
.discount-popup .discount-back {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.discount-popup .discount-content {
  /*display: table-cell;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  /*vertical-align: middle;*/
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.discount-popup .discount-content .popup-wrap {
  /*background: white;*/
  /*max-width: 740px;*/
  margin: auto;
  -webkit-box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.5);
  overflow-y: none;
  max-height: 90vh;
  pointer-events: all;
  display: inline-block;
  margin: 0;
}
.discount-popup .discount-content .popup-wrap article {
  /*padding: 60px;*/
  position: relative;
  width: auto;
  height: auto;
  min-height: 100%;
  height: 70vh;
  margin: 0 auto;
}
.discount-popup .discount-content .popup-wrap article .close {
  position: absolute;
  right: 1%;
  top: 1%;
  z-index: 100;
  /* background: black; */
  width: 5%;
  height: 5%;
  pointer-events: all;
  cursor: pointer;
}
.discount-popup .discount-content .popup-wrap article .book-link {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(50%);
  top: 63%;
  /* background: black; */
  width: 30%;
  height: 9%;
  pointer-events: all;
  cursor: pointer;
  text-decoration: none;
  border: none !important;
}
.discount-popup .discount-content .popup-wrap article .book-link:hover {
  text-decoration: none;
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
.discount-popup .discount-content .popup-wrap article .book-link:hover:after {
  content: none;
}
.discount-popup .discount-content .popup-wrap article .background-img {
  width: auto;
  height: 70vh;
  margin: 0 auto;
  max-width: 90vw;
}
.discount-popup .discount-content .popup-wrap article.horizontal {
  height: 60vh;
  max-width: 90vw;
}
.discount-popup .discount-content .popup-wrap article.horizontal .background-img {
  height: 60vh;
}
.discount-popup .discount-content .popup-wrap article:before,
.discount-popup .discount-content .popup-wrap article:after {
  content: "";
  display: table;
}
.discount-popup .discount-content .popup-wrap article:after {
  clear: both;
}
.discount-popup .discount-content .popup-wrap article:before,
.discount-popup .discount-content .popup-wrap article:after {
  content: "";
  display: table;
}
.discount-popup .discount-content .popup-wrap article:after {
  clear: both;
}
.discount-popup .discount-content .popup-wrap section {
  color: white;
  margin: 20px 2%;
  display: inline-block;
  float: left;
  width: 21%;
  text-align: center;
}
.discount-popup .discount-content .popup-wrap section img {
  max-width: 100%;
  height: auto;
  display: block;
}
.offers-grid .offers-item .offers-innergrid {
  margin: 0 -2% 75px -2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offers-grid .offers-item .offers-innergrid .offers-inneritem {
  width: 46%;
  margin: 0 2%;
}
.offers-grid .offers-item .offers-innergrid .offers-inneritem.image {
  display: inline-block;
}
.offers-grid .offers-item .offers-innergrid .offers-inneritem.image .plg-imagecontainer {
  width: 100%;
  height: 0;
  padding-bottom: 64%;
  position: relative;
  overflow: hidden;
}
.offers-grid .offers-item .offers-innergrid .offers-inneritem.image .plg-imagecontainer img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
footer {
  background-color: #000000;
  padding: 60px 0;
  color: #b87333;
  font-size: 13px;
  background-image: url('../images/map.png');
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}
footer .wrap {
  max-width: 1400px;
  padding: 0 30px;
  margin: 0 auto;
}
footer .left,
footer .newsletter,
footer .right {
  float: left;
  display: inline-block;
  width: 29.333333%;
  margin: 0 2%;
}
footer .right {
  text-align: right;
}
footer h4 {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
footer a {
  text-decoration: none;
  color: #68411d;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer a:hover {
  color: #b87333;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul.social {
  margin-bottom: 6px;
}
footer ul.social li {
  display: inline-block;
  padding-right: 6px;
}
footer ul.social li a {
  width: 26px;
  height: 26px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
footer .linkedin {
  background-image: url('../images/linkedin.svg');
}
footer .instagram {
  background-image: url('../images/instagram.svg');
}
footer .facebook {
  background-image: url('../images/facebook.svg');
}
footer .tripadvisor {
  background-image: url('../images/tripadvisor.svg');
}
footer .plug {
  color: #b87333;
}
footer .eco {
  background-image: url('../images/eco.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 40px;
  height: 30px;
  float: right;
}
footer form input[type="email"],
footer form input[type="text"] {
  border: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #68411d;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 0;
  color: white;
}
footer form input[type="email"]::-webkit-input-placeholder, footer form input[type="text"]::-webkit-input-placeholder {
  color: #68411d;
  text-transform: uppercase;
}
footer form input[type="email"]::-moz-placeholder, footer form input[type="text"]::-moz-placeholder {
  color: #68411d;
  text-transform: uppercase;
}
footer form input[type="email"]:-ms-input-placeholder, footer form input[type="text"]:-ms-input-placeholder {
  color: #68411d;
  text-transform: uppercase;
}
footer form input[type="email"]::-ms-input-placeholder, footer form input[type="text"]::-ms-input-placeholder {
  color: #68411d;
  text-transform: uppercase;
}
footer form input[type="email"]::placeholder,
footer form input[type="text"]::placeholder {
  color: #68411d;
  text-transform: uppercase;
}
footer form .form-button {
  border: 1px solid #68411d;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  margin-top: 20px;
  padding: 10px;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0 0 0 0 #000000;
          box-shadow: inset 0 0 0 0 #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #b87333;
}
footer form .form-button:hover,
footer form .form-button:focus {
  -webkit-box-shadow: inset 0 0 0 3px #68411d;
          box-shadow: inset 0 0 0 3px #68411d;
}
footer .aceinvest {
  background-image: url('../images/aceinvest.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 26px;
  margin-top: 20px;
  display: block;
}
footer:before,
footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
footer:before,
footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
#privacypolicy {
  position: fixed;
  bottom: -150px;
  left: 0;
  right: 0;
  background: #000000;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#privacypolicy.active {
  bottom: 0;
}
#privacypolicy .privacy-block {
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 12px;
  line-height: 20px;
}
#privacypolicy .privacy-block .privacy-link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 5px;
  display: inline-block;
}
#privacypolicy .privacy-block .privacy-link:hover {
  color: #999;
}
#privacypolicy .privacy-block .privacy-btn {
  display: inline-block;
  cursor: pointer;
  background: white;
  color: black;
  line-height: 12px;
  padding: 3px 10px;
  margin-left: 10px;
  font-size: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#privacypolicy .privacy-block .privacy-btn:hover {
  background: #999;
}
#privacypolicy .privacy-block a {
  color: white;
}
/* MEDIA QUERY'S =============================================================== */
@media only screen and (max-width: 960px) {
  header .home-locs {
    display: none;
  }
  .discount-popup .discount-content .popup-wrap {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .discount-popup .discount-content .popup-wrap article {
    /*max-width: 90%;*/
    height: auto;
    max-height: 60vh;
  }
  .discount-popup .discount-content .popup-wrap article .background-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 60vh;
  }
  .discount-popup .discount-content .popup-wrap article.horizontal {
    height: auto;
    max-height: unset;
  }
  .discount-popup .discount-content .popup-wrap article.horizontal .background-img {
    width: 100%;
    height: auto;
    max-height: unset;
  }
  main .latest-locations .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .latest-locations section {
    width: 29%;
  }
}
@media only screen and (max-width: 800px) {
  main .subnav a {
    font-size: 10px;
    padding: 10px 10px;
  }
  main .columns {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  main .img-block {
    padding: 40px 0;
  }
  main .img-block .white {
    width: 100%;
    float: none;
    display: block;
  }
  main .content .half-wrap {
    margin: 0;
  }
  main .content .half {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
  }
  main .latest-locations .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .latest-locations section {
    width: 46%;
  }
  main .news figure {
    width: 47%;
  }
  main .news figcaption {
    width: 47%;
    margin-left: 6%;
  }
  main .news .even figcaption {
    margin-right: 6%;
    margin-left: 0;
    width: 47%;
  }
  main .buildings .building {
    padding-bottom: 0;
    margin: 0 0 40px 0;
  }
  main .buildings .building:after {
    left: 0;
    right: 0;
  }
  main .buildings .global {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
    display: block;
  }
  main .buildings .rooms {
    width: 100%;
    float: none;
    margin: 0;
    display: block;
  }
  main .buildings .rooms section {
    margin-bottom: 40px;
  }
  main .buildings .rooms section figure {
    width: 30%;
    display: inline-block;
    float: left;
  }
  main .buildings .rooms section figure img {
    width: 100%;
    display: block;
    height: auto;
  }
  main .buildings .rooms section figcaption {
    width: 68%;
    margin-left: 2%;
    display: inline-block;
    float: left;
  }
  main .buildings .rooms section figcaption h4 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
  }
  main .buildings .rooms section:before,
  main .buildings .rooms section:after {
    content: "";
    display: table;
  }
  main .buildings .rooms section:after {
    clear: both;
  }
  main .buildings .rooms section:before,
  main .buildings .rooms section:after {
    content: "";
    display: table;
  }
  main .buildings .rooms section:after {
    clear: both;
  }
  main .buildings:before,
  main .buildings:after {
    content: "";
    display: table;
  }
  main .buildings:after {
    clear: both;
  }
  main .buildings:before,
  main .buildings:after {
    content: "";
    display: table;
  }
  main .buildings:after {
    clear: both;
  }
  main .comfort .comfort-slider section {
    color: white;
    width: 33.333333%;
  }
  main .locations section {
    width: 46%;
  }
  /*.offers-grid{
		.offers-item{
			.offers-innergrid{
				margin: 0 0 75px 0;
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: flex-start;
				.offers-inneritem{
					width: 100%;
					margin: 0;
					&.text{
						margin-top: 25px;
					}
				}
			}
		}
	}*/
  main .promoitems-grid .promoitem {
    width: calc(50% - 30px);
  }
  footer .left,
  footer .newsletter,
  footer .right {
    float: none;
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px auto;
    text-align: center;
  }
}
@media only screen and (max-width: 720px) {
  .frame {
    display: none !important;
  }
}
@media only screen and (max-width: 660px) {
  main form .select select {
    font-size: 16px;
  }
  input,
  textarea {
    font-size: 16px !important;
  }
  input:placeholder,
  textarea:placeholder {
    font-size: 16px !important;
  }
  .container {
    padding: 0 20px;
  }
  header h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 20px 0 40px 0;
  }
  header .bookspacer {
    height: auto;
  }
  header .container.small .book {
    max-width: 100%;
  }
  header .container.small .book .select {
    width: 100%;
  }
  header .container.small .book .form-submit {
    width: 100%;
  }
  header .book {
    padding: 10px 20px;
    margin: 0;
  }
  header .book .select {
    float: none;
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  header .book .datefield,
  header .book .peoplefield {
    display: none;
  }
  header .book input,
  header .book .form-submit {
    float: none;
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .locations-bar a {
    padding: 10px 40px 10px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    width: 50%;
    float: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
  }
  .locations-bar:before,
  .locations-bar:after {
    content: "";
    display: table;
  }
  .locations-bar:after {
    clear: both;
  }
  .locations-bar:before,
  .locations-bar:after {
    content: "";
    display: table;
  }
  .locations-bar:after {
    clear: both;
  }
  main h2 {
    font-size: 30px;
    line-height: 40px;
  }
  main .content {
    padding: 40px 0;
  }
  main .wrap {
    padding: 0 20px;
  }
  main .img-block .white {
    padding: 30px;
  }
  main .latest-locations {
    padding: 40px 0;
  }
  main .latest-locations section {
    width: 100%;
    display: block;
    margin: 40px 0 0 0;
  }
  main .article .halfimg {
    margin: 0;
    padding-bottom: 0px;
  }
  main .article .halfimg figure {
    float: none;
    width: 100%;
    display: block;
    margin: 0;
    padding-bottom: 20px;
  }
  main .news {
    padding: 40px 0;
  }
  main .news .social-feed-element:nth-child(2n) figcaption {
    padding: 20px 0;
    margin-right: 0;
    float: none;
    text-align: left;
  }
  main .news .social-feed-element:nth-child(2n) figure {
    float: none;
  }
  main .news figure {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
  }
  main .news figcaption {
    width: 100%;
    display: block;
    float: none;
    padding: 20px 0;
    margin: 0;
  }
  main .news figcaption .city:before {
    display: none;
  }
  main .news .even figure {
    float: none;
  }
  main .news .even figcaption {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
    text-align: left;
    padding: 20px 0;
  }
  main .news .even figcaption .city:before {
    display: none;
  }
  main .news .button {
    margin-top: 0px;
  }
  main .testimonials {
    padding: 40px 0 30px 0;
  }
  main .latest-locations .button {
    margin-top: 10px;
  }
  main .comfort {
    padding: 50px 0;
  }
  main .comfort .comfort-slider section {
    color: white;
    width: 50%;
  }
  main .extra {
    padding: 40px 0;
  }
  main .locations {
    padding: 40px 0;
    text-align: center;
  }
  main .locations .grid {
    margin: 50px 0;
  }
  main .locations section {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
    float: none;
    text-align: left;
  }
  main .locations:before,
  main .locations:after {
    content: "";
    display: table;
  }
  main .locations:after {
    clear: both;
  }
  main .locations:before,
  main .locations:after {
    content: "";
    display: table;
  }
  main .locations:after {
    clear: both;
  }
  main .buildings {
    padding: 40px 0;
  }
  main .buildings .rooms {
    display: none;
  }
  main .pricing .select {
    display: block;
    margin: 20px 0;
  }
  main .pricing .select select {
    width: 100%;
    font-size: 16px;
  }
  main .comfort-popup .popup-content .popup-wrap {
    max-height: 100vh;
  }
  main .comfort-popup .popup-content .popup-wrap article {
    padding: 30px;
  }
  main .comfort-popup .popup-content .popup-wrap article:before,
  main .comfort-popup .popup-content .popup-wrap article:after {
    content: "";
    display: table;
  }
  main .comfort-popup .popup-content .popup-wrap article:after {
    clear: both;
  }
  main .comfort-popup .popup-content .popup-wrap article:before,
  main .comfort-popup .popup-content .popup-wrap article:after {
    content: "";
    display: table;
  }
  main .comfort-popup .popup-content .popup-wrap article:after {
    clear: both;
  }
  main .comfort-popup .popup-content .popup-wrap section {
    margin: 20px 1%;
    width: 48%;
  }
  main .promoitems-grid .promoitem {
    width: calc(100% - 30px);
  }
}
