body {
  font-family: 'Poppins', sans-serif;
  /* overflow:hidden; */
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 1.8em;
}
body.home {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}
html {
  margin-left: calc(100vw - 100%);
  margin-right: 0;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
img.align_center {
  margin: auto;
  display: block;
}
.text img {
  max-width: 100%;
}
p,
li {
  font-weight: 300;
}
p {
  margin-bottom: 1.5em;
}
ul {
  padding-left: 1em;
}
li {
  margin-top: 20px;
}
a {
  text-decoration: none;
  color: black;
}
h1 {
  font-size: 4.5em;
  margin: 0.3em 0;
  line-height: 1.1em;
}
h1 + h2 {
  margin-top: -20px;
}
h2 {
  font-size: 2.0em;
  margin: 0.3em 0;
  line-height: 1.2em;
}
h2 + h3 {
  margin-top: 0;
}
h3 {
  font-size: 1.20em;
}
h3,
h5 {
  margin: 1em 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
h2 + p,
h2 + ul {
  margin-top: 1.5em;
}
h2 + h2 {
  margin-top: 0;
}
h5 {
  font-size: 1em;
  text-transform: uppercase;
}
h5 + h2 {
  margin-top: -5px;
}
h5 + h5 {
  margin-top: -5px;
}
.text {
  color: inherit;
  z-index: 1;
  position: relative;
}
.in-transition section#home .text {
  opacity: 0;
  transform: translate(50%, -40%) !important;
}
/* body > section{ */
/* 	width:100%; */
/* 	height:100vh; */
/* 	position:relative; */
/* } */
.barba-container {
  position: absolute;
  right: 0;
  left: 0;
}
.slider {
  visibility: hidden;
}
.slider.slick-initialized {
  visibility: visible;
}
section {
  min-height: 100vh;
  width: 100%;
  position: relative;
}
.title {
  text-align: center;
  margin-top: 0px;
  text-transform: uppercase;
}
.title h1 {
  margin: 0;
  line-height: 1em;
  margin-top: 10px;
}
.section-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* Video */
.html5-video-container {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  transform: none;
}
.html5-video-container .video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.html5-video-container .video-container video {
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact-link a {
  position: absolute;
  top: 0;
  right: 0;
}
.contact-link a:not(.contact-us) {
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
}
.contact-link {
  text-align: center;
}
.contact-link img {
  width: 200px;
}
body:not(.home) .contact-us {
  transform: translateY(-100%);
}
.in-transition .contact-us {
  transform: translateY(-100%);
  display: block;
}
.contact-link .contact-us {
  display: block;
  top: 0;
  right: 80px;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
}
.contact-link .contact-us:before {
  content: '';
  display: block;
  width: 1px;
  border-right: 1px solid;
  height: 20px;
  position: relative;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
}
/* Top Menu */
.logo-dark-right,
.logo-dark,
.logo-light,
.logo-light-right {
  transition: all 800ms cubic-bezier(0, 0.55, 0.45, 1);
}
.logo-dark-right,
.logo-light-right {
  opacity: 0;
  transform: translateY(-130%);
}
.logo-dark-right {
  position: relative;
}
.top-nav {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  z-index: 2;
  color: white;
}
.top-nav > div {
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  width: calc(100% - 100px);
  transition: all 0.2s ease-in-out;
  margin: auto;
}
.top-nav .main-logo .logo-center img {
  max-height: 130px;
}
.top-nav .logo-center > img {
  top: 0;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.top-nav .logo-portrait img {
  max-width: 100px;
  top: 25px;
}
.top-nav .logo-portrait.contact-link img {
  max-height: 90px;
  max-width: auto;
  /* padding: 5px 0; */
  width: auto;
  position: relative;
  top: 0;
}
.top-nav .logo-landscape img {
  max-height: 100px;
  width: auto;
  top: 20px;
}
.top-nav .logo-landscape.contact-link img {
  max-height: 65px;
  top: 0;
}
@keyframes sticky-menu {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.top-nav.sticky {
  position: fixed;
  background: rgba(36, 36, 36, 0.9);
  animation-name: sticky-menu;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0, 0.93, 0.15, 1);
}
.top-nav.sticky .menu-icon {
  color: #fff;
}
.top-nav > div > div {
  width: 33.33%;
  height: 100%;
}
.top-nav > div > div.menu-toggle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.top-nav .menu-icon {
  font-size: 2.5em;
  cursor: pointer;
  left: 50px;
  line-height: 0;
  position: relative;
}
.top-nav a {
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.dark .top-nav.sticky .logo-dark-right {
  opacity: 0;
}
.dark .top-nav.sticky .logo-light-right {
  transform: translateY(0%);
  opacity: 1;
}
.in-transition {
  overflow: hidden;
}
.menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 2;
  background: black;
  transform: translateY(-100%);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 4;
}
.open-menu .menu {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(0);
  opacity: 1;
}
.open-menu .menu .close {
  opacity: 1;
  transform: translateY(0px);
}
.menu-inner {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  text-align: center;
}
.menu .close {
  color: white;
  text-align: center;
  font-size: 2em;
  margin-bottom: 20px;
  transform: translateY(-10px);
  opacity: 0;
  transition: all 0.5s ease-in-out 0.5s;
  transform-origin: 10% 40%;
  display: inline-block;
  cursor: pointer;
}
.menu ul {
  padding: 0;
  z-index: 1;
  background: black;
  display: block;
  margin: auto;
  text-align: center;
  list-style-type: none;
}
.menu ul li {
  transform: translateY(20%);
  opacity: 0;
  padding: 0.3em 0;
  display: block;
  font-family: 'Oswald', sans-serif;
}
.menu ul li a {
  color: white;
  font-size: 2em;
  text-transform: uppercase;
}
.logo-center {
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
body:not(.home) .logo-center img,
.in-transition .logo-center img {
  transform: translateY(-120%) translateX(-50%);
  opacity: 0;
}
/* Color schemes tweaks for menus */
.dark .a {
  color: black;
}
.dark .top-nav {
  color: #000;
}
.dark .top-nav a {
  color: #000;
}
.light {
  color: #fff;
}
.light a {
  color: #fff;
}
/* END Menu */
body section .inner {
  width: calc(100vw - 100px);
  height: calc(100vh - 50px);
  position: relative;
  background: black;
  margin: auto;
  background-position: center;
  background-size: cover;
}
body.dark section .inner:before {
  content: '';
  background: rgba(160, 160, 160, 0.5);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0.8;
  box-shadow: 0px 0px 49px 6px rgba(0, 0, 0, 0.61);
}
body.dark .menu-icon {
  color: #000;
}
body.light section .inner:before {
  content: '';
  background: rgba(6, 6, 6, 0.5);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0.8;
  box-shadow: 0px 0px 49px 6px rgba(0, 0, 0, 0.61);
}
.in-transition .home-navigation {
  opacity: 0;
}
/* Page navigation */
.home-navigation {
  opacity: 1;
  transition: all 0.3s ease-in-out 0.2s;
  /* Right arrow */
  /* Left arrow */
}
.home-navigation .section-name span.name {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.home-navigation .section-name span.arrow {
  top: 50%;
  transform: translateY(-30%);
  position: absolute;
}
.home-navigation .section-name span.arrow {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.home-navigation .page-nav-bottom {
  bottom: 0;
}
.home-navigation .page-nav-bottom .section-name {
  height: 70px;
}
.home-navigation .page-nav-bottom .section-name span.arrow {
  bottom: 10px;
  transform: none;
  top: auto;
}
.home-navigation .page-nav-right .section-name span.name {
  right: 35px;
}
.home-navigation .page-nav-right .section-name span.arrow:after {
  content: '';
  width: 70px;
  border-top: 1px dashed black;
  height: 1px;
  display: block;
  position: absolute;
  right: 0px;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.home-navigation .page-nav-bottom .section-name span.arrow:after {
  content: '';
  height: 70px;
  border-right: 1px dashed black;
  display: block;
  position: absolute;
  top: 100%;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.home-navigation .page-nav-left .section-name span.name {
  left: 35px;
}
.home-navigation .page-nav-left .section-name span.arrow {
  left: 10px;
}
.home-navigation .page-nav-left .section-name span.arrow:after {
  content: '';
  width: 60px;
  border-top: 1px dashed black;
  height: 1px;
  display: block;
  position: absolute;
  right: 0px;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.home-navigation .page-nav-left .section-name span.arrow:after {
  content: '';
  width: 70px;
  border-top: 1px dashed black;
  height: 1px;
  display: block;
  position: absolute;
  right: 0px;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.page-nav {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  display: inline-block;
}
.page-nav-right {
  right: 0px;
  text-align: right;
}
.page-nav-top {
  top: 15px;
  bottom: auto;
  transform: translateX(-50%);
  left: 50%;
  transition: all cubic-bezier(0.13, 0.87, 0.58, 1) 0.8s;
}
body.no-hero .barba-container > section > section:nth-of-type(1) {
  margin-top: 100px;
}
body.no-hero .top-nav {
  background: rgba(36, 36, 36, 0.9);
  position: fixed;
}
body.sticky-menu .page-nav-top {
  top: 22px;
  opacity: 0;
  pointer-events: none;
}
.page-nav-bottom {
  bottom: 0%;
  top: auto;
  transform: translateX(-50%);
  left: 50%;
  text-align: center;
}
.page-navigation .page-nav-top .button,
.page-navigation .page-nav-bottom .button {
  right: 0;
  top: 100%;
  width: 100px;
  border: 3px solid black;
  border-top: 0;
  height: 37px;
  left: 0;
  margin: auto;
  position: relative;
  text-align: center;
}
.page-nav-bottom .section-name span {
  transform: none;
  bottom: 15px;
  width: 100%;
  top: auto;
  right: 0;
  left: 0;
  margin: auto;
}
.page-nav-left .section-name,
.page-nav-bottom .section-name,
.page-nav-right .section-name {
  position: relative;
  width: 120px;
  height: 100px;
  top: 50%;
  font-family: 'Roboto', sans-serif;
  font-weight: lighter;
  /* font-style: italic; */
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: bold;
}
.page-nav-left .section-name {
  padding-left: 15px;
}
.page-nav-left .button {
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  border: 3px solid black;
  width: 37px;
  border-right: 0;
}
.page-nav-right .button {
  position: absolute;
  right: -36px;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  border: 3px solid black;
  width: 37px;
  border-left: 0;
}
.page-nav-bottom .button {
  position: absolute;
  left: 50%;
  bottom: -50%;
  transform: translateX(-50%);
  height: 37px;
  border: 3px solid black;
  width: 100px;
  border-top: 0;
}
.page-nav-right .section-name span {
  right: 15px;
}
/* Overrides for the "whole" site navigation. 
Needs reword backwards, make whole site styles less specific */
.in-transition .page-navigation {
  opacity: 0;
}
.page-navigation {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: calc(100vh - 50px);
  opacity: 1;
  transition: all 0.5s ease-in-out 0.3s;
}
.page-navigation a {
  pointer-events: all;
}
.page-navigation .button span.arrow {
  top: 50%;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  transform-origin: 0% 0%;
}
.page-navigation .page-nav-bottom span.arrow {
  transform: translate(50%, -50%);
  right: 0;
  left: 0;
}
.page-navigation .page-nav-top span.arrow,
.page-navigation .page-nav-bottom span.arrow {
  transform: translateY(-50%);
  right: 0;
  left: 0;
}
.page-navigation .page-nav-right .button span.arrow,
.page-navigation .page-nav-left .button span.arrow {
  right: 0;
  left: 0;
  text-align: center;
}
.page-navigation [class^=page-nav] .button {
  right: -3px;
  color: white;
  border: 3px solid;
  border-color: inherit;
}
.page-navigation .page-nav-left .button {
  left: -3px;
  color: inherit;
  border: 3px solid;
  border-color: inherit;
}
/* Initial page loader */
.page-loader {
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 4;
}
body.loaded .page-loader {
  pointer-events: none;
}
body.loaded .page-loader .right {
  transform: translateX(100%);
}
body.loaded .page-loader .left {
  transform: translateX(-100%);
}
.page-loader .right {
  transition: inherit;
  width: 50%;
  right: 0;
  background: black;
  height: 100vh;
  position: fixed;
}
.page-loader .left {
  transition: inherit;
  width: 50%;
  left: 0;
  right: auto;
  background: black;
  height: 100vh;
  position: fixed;
}
/* END Page loader */
body:not(.home).dark .logo-dark-right {
  transform: translateY(0);
  opacity: 1;
}
body:not(.home).light .logo-light-right {
  transform: translateY(0);
  opacity: 1;
}
body:not(.home) .top-nav > .logo-center > .logo-dark,
body:not(.home) .top-nav > .logo-center > .logo-light {
  visibility: hidden;
}
body:not(.home) .logo-dark {
  opacity: 0;
}
.logo img {
  margin: auto;
  display: block;
}
/* Full width/height sections */
section .content {
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
section .content {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
}
section .content .column-wrapper {
  height: 100%;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 100vh;
}
.full-width-wrapper {
  width: 100% !important;
}
/* Full width/height sections */
.col-1-2 {
  width: 50%;
}
.col-2-3 {
  width: 66.67%;
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.33333%;
}
.col-1-3 {
  width: 33.33333%;
}
.col-1-4 {
  width: 25%;
}
@media screen and (min-width: 768px) {
  .col-1-4 {
    width: 33.33%;
  }
}
/* Tracy Debugger: Don't remove, processwire for debugging */
pre.tracy-dump {
  z-index: 1;
  position: relative;
}
.text-container {
  display: flex;
  align-items: center;
}
.image-container {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.video-container:after,
.image-container:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.37);
  top: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
/* Full width/height sections */
/*Home PAage */
#home .text {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 50%;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.text-column {
  background-color: white;
  color: #444;
  padding: 5% 5%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.text-column:nth-child(2) + .text-column {
  padding-left: 0;
  padding-right: 7.5%;
}
.hero .slider {
  right: 0;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}
.hero .slider .slick-list,
.hero .slider .slick-track {
  height: 100%;
}
.hero .slider .slick-slide {
  height: 100%;
}
/* Hero */
section.hero {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0;
}
section.hero:nth-of-type(1) {
  padding-top: 120px;
}
section.hero .content {
  position: relative;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  right: auto;
  width: 40%;
  bottom: auto;
  height: auto;
}
.in-transition section.hero .content {
  opacity: 0;
  transform: translateY(-40%) !important;
}
/* Side menu */
.side-menu {
  position: fixed;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.in-transition .side-menu {
  opacity: 0;
}
.side-menu ul {
  list-style-type: none;
  padding: 0;
}
.side-menu li {
  padding: 1em 0;
  color: #fff;
  padding-left: 70px;
  position: relative;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
  text-shadow: 0 0 11px rgba(45, 41, 42, 0.43);
  font-size: 15px;
  letter-spacing: 1px;
}
.side-menu ul li a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.side-menu li span {
  display: inline-block;
}
.side-menu li > span:before {
  content: '';
  height: 1px;
  width: 60px;
  border-top: 1px dashed rgba(255, 255, 255, 0.4);
  position: absolute;
  margin-top: 10px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.side-menu.collapsed li > span:before {
  width: 20px;
}
.side-menu li a.active .dot {
  background: #F1B721;
}
.dot {
  opacity: 0;
  height: 20px;
  width: 20px;
  background: rgba(255, 255, 255, 0.4);
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 2em;
  transform: translateX(-10px);
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(8, 8, 8, 0.18039216);
}
.side-menu.collapsed li a span:nth-child(2) {
  opacity: 0;
}
.side-menu.collapsed li.active .dot {
  background: #F1B721;
}
.side-menu.collapsed li .dot {
  opacity: 1;
  transform: translatex(0px);
}
.image-column {
  background-size: cover;
  background-position: center;
}
.filters {
  width: 65%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  margin: 50px auto;
}
.filters > div {
  min-width: 100px;
  width: 30%;
}
.filter-select {
  opacity: 0;
  visibility: hidden;
}
.selectric .filter-select {
  opacity: 1;
  visibility: visible;
}
.hotel-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 85%;
  margin: auto;
}
.hotel-list .hotel {
  text-align: center;
  opacity: 0;
  transform: scale(0.95);
}
.hotel-list .hotel h3 {
  font-weight: normal;
  font-size: 1em;
  margin: 0.5em 1em 2em;
  text-transform: uppercase;
}
.hotel-list .hotel img {
  width: 100%;
}
.no-hotel-match {
  display: none;
  text-align: center;
  border: 1px solid lightgrey;
  width: 70%;
  margin: auto;
  padding: 1em 3em 0;
  margin-bottom: 20px;
}
/* contact page */
#contact-us {
  min-height: 100vh;
  width: 100%;
}
#contact-us .contact-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100vw - 100px);
  min-height: 100vh;
  margin: auto;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
#contact-us .MarkupGoogleMap {
  top: 50%;
  transform: translateY(-50%);
}
#contact-us .contact-wrapper > div {
  width: 50%;
}
@media (min-width: 851px) {
  #contact-us .contact-wrapper > .info-wrapper {
    display: flex;
    width: 80%;
    align-items: flex-start;
    margin: auto;
    justify-content: flex-end;
  }
  #contact-us .contact-wrapper > .info-wrapper > div {
    width: 50%;
  }
}
#contact-us .contact-wrapper > .info-wrapper .slider-container {
  position: relative;
}
.slider-thumbs {
  height: 150px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.slider-container .slick-initialized .slick-slide {
  min-height: 300px;
}
.slider-thumbs .slick-slide {
  padding: 8px 3px;
}
.slider-thumbs {
  z-index: 1;
}
.slider .slick-dots {
  bottom: 10px;
}
.slider .slick-dots li button {
  width: 30px;
  height: 30px;
}
.slider .slick-dots li button:before {
  width: 30px;
  height: 30px;
  font-size: 15px;
}
.slider .slick-dots li.slick-active button:before {
  color: #ffc223;
  opacity: 1;
}
.slider,
.slick-list,
.slick-track,
.slick-slide {
  height: 100%;
  width: 100%;
}
section .content_basic {
  padding: 5% 25%;
  min-height: auto;
  background-size: cover;
}
.content_basic .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.content_basic .text + .row.text {
  margin-top: 2em;
}
.content_basic .border-column {
  position: relative;
}
.content_basic .border-column:after {
  content: "";
  height: 100%;
  position: absolute;
  right: -2em;
  top: 50%;
  border-right: 1px solid #cdcdcd;
  height: 70%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content_basic .row > div {
  margin: 0 2em;
  padding: 0 30px;
}
.content_basic .row > div:first-child {
  margin-left: 0;
}
.content_basic .row > div:last-child {
  margin-right: 0;
}
/* Panel */
.panel {
  min-height: auto;
  color: #444;
  padding: 4% 8%;
}
.panel .body-content {
  padding: 20px 50px 20px;
}
@media (min-width: 768px) {
  .panel.gallery-text > .row > div:first-child {
    order: 2;
  }
  .panel.gallery-text > .row > div:first-child {
    order: 1;
  }
}
.panel .panel-slider .slider-nav {
  position: absolute;
  color: white;
  top: 50%;
  transform: translateY(-50%);
}
.panel .panel-slider .slider-nav.slider-nav-right {
  right: 20px;
}
.panel .panel-slider .slider-nav.slider-nav-left {
  left: 20px;
  z-index: 1;
}
.panel .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.panel .row .panel-slider .slick-slide {
  min-height: 400px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .panel {
    padding: 0;
  }
  .panel .row .panel-slider .slick-slide {
    min-height: 250px;
  }
}
.btn {
  color: #000 !important;
  padding: 10px 20px;
  border: 2px solid black;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.btn:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: black;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease-in-out;
  z-index: -1;
}
.btn:hover {
  color: white !important;
}
.btn:hover:before {
  transform: scaleX(1);
}
.cards {
  min-height: auto;
  color: #444;
  padding: 4% 15%;
  /* the slides */
  /* the parent */
}
.cards .slide {
  min-height: 350px;
  position: relative;
}
.cards .slide img {
  width: 100%;
}
.cards .slider-nav {
  position: absolute;
  color: #444;
  top: 40%;
  transform: translateY(-50%);
}
.cards .slider-nav.slider-nav-right {
  right: 0;
}
.cards .slider-nav.slider-nav-left {
  left: -20px;
  z-index: 1;
}
.cards .slick-slide {
  margin: 0 15px;
}
.cards .slick-list {
  margin: 0 -15px;
}
/* Forms */
/* FormBuilder Tuneups */
body.dark .FormBuilder label {
  display: none;
}
body.dark .FormBuilder input,
body.dark .FormBuilder textarea {
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
}
body.dark .FormBuilder input {
  padding: 10px 10px;
  background: #fff;
  border: 1px solid darkgrey;
  color: #000;
}
body.dark .FormBuilder textarea {
  padding: 10px 10px;
  background: #fff;
  color: #000;
  border: 1px solid darkgrey;
}
body.dark .FormBuilder button {
  font-family: 'Oswald', sans-serif;
  background: #000;
  border: 1px solid white;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 15px;
}
body.dark .FormBuilder InputfieldSubmit {
  text-align: right;
}
body.dark .FormBuilder ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #444;
  text-transform: uppercase;
}
body.dark .FormBuilder :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #444;
  text-transform: uppercase;
}
body.dark .FormBuilder ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #444;
  text-transform: uppercase;
}
body.dark .FormBuilder :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #444;
  text-transform: uppercase;
}
footer {
  background: black;
  color: white;
  padding: 1em 0;
  text-align: center;
}
footer p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  div[class^=' col-'],
  div[class^='col-'] {
    width: 100%;
  }
  .page-nav {
    display: none;
  }
  .content_basic .row > div {
    width: 100%;
  }
  .home .text {
    width: 90%;
  }
  section#home {
    height: 100vh;
  }
  section:not(.hero) {
    min-height: 100%;
  }
  section.columns {
    padding: 50px 0;
  }
  section#home .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  section#home .inner .text {
    max-width: 80%;
  }
  section .content {
    position: relative;
  }
  section.hero .content {
    width: 80%;
    font-size: 14px;
  }
  body section .inner {
    width: 100%;
    height: 100%;
  }
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 1.5em;
  }
  .logo-center {
    display: none;
  }
  .contact-link .contact-us {
    display: none;
  }
  .contact-link a:not(.contact-us) {
    right: 15px;
  }
  body.home .logo-light-right {
    transform: translateY(0);
  }
  body.home.in-transition .logo-light-right {
    opacity: 1;
    transform: translateY(-130%);
  }
  .logo-light-right {
    opacity: 1;
  }
  .nav .logo img {
    visibility: hidden;
  }
  /* Section element dimensions overrides */
  section.content_basic {
    padding: 50px;
  }
  /* Top navigation */
  .top-nav .menu-icon {
    left: 30px;
  }
  .contact-link img {
    width: 150px;
    top: auto;
  }
  .top-nav > div {
    width: 100%;
    height: 80x;
  }
  .top-nav .logo-portrait.contact-link img {
    max-height: 70px;
  }
  /* Menu */
  .menu-inner {
    top: 5%;
    transform: none;
  }
  .open-menu .menu {
    overflow: scroll;
  }
  /* Page navigation */
  body.home .page-nav button {
    display: none;
  }
  .page-navigation {
    position: fixed;
    z-index: 3;
    width: 100%;
    height: calc(100vh);
  }
  .page-nav-bottom {
    bottom: 35px;
  }
  .home [class^=page-nav] .button {
    display: none;
  }
  .home .home-navigation [class^=page-nav] .section-name span.arrow:after {
    display: none;
  }
  .page-navigation .page-nav-top .button {
    width: 100px !important;
  }
  .page-navigation .page-nav-top {
    top: 34px;
  }
  .page-navigation .page-nav-top .button span.arrow {
    transform: scale(1, 0.5) translateY(-50%);
  }
  /* Column layout in sections override */
  section .content .column-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-2-3,
  .col-1-3 {
    width: 100%;
  }
  .column-wrapper .text-column {
    padding: 0 4em;
  }
  .column-wrapper.single-text-column .text-column {
    padding: 4em;
  }
  .text-column:nth-child(2) + .text-column {
    padding: 0 4em;
  }
  .slider-container + .text-column {
    padding-top: 4em;
  }
  /* Text content overrides */
  .row .col-2 {
    width: 100%;
  }
  .content_basic .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content_basic .row div {
    margin: auto;
  }
  .content_basic .border-column:after {
    display: none;
  }
  .content_basic .body-content ul {
    margin: 0;
  }
  /* Side chevron list,  section navigation */
  .side-menu {
    display: none;
  }
  /* Pages */
  .title {
    text-align: center;
    margin-top: 100px;
  }
  .hotel-list .hotel {
    width: 80%;
    margin: auto;
  }
  .filters {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 60%;
  }
  .filters > div {
    margin-top: 10px;
    width: 100%;
  }
  /* Contact info */
  #contact-us .contact-wrapper > .info-wrapper {
    padding: 0;
  }
  #contact-us {
    padding-top: 100px;
  }
  #contact-us .section-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  #contact-us .contact-wrapper > .map-container {
    height: 350px;
    padding-bottom: 50px;
  }
  #contact-us .contact-info,
  #contact-us .contact-form {
    width: 100%;
  }
  #contact-us .contact-wrapper > div {
    width: 100%;
  }
}
