body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Texta alt';
  color: #585858;
  font-size: 66px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway;
  color: #4e4e4e;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 3px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.nav-link {
  color: #d2d2d2;
}

.nav-link:active {
  color: #dd8b67;
}

.nav-link.w--current {
  color: #c99b74;
}

.nav-link.main-style {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8vw;
  margin-right: 0.5vw;
  margin-left: 0.5vw;
  padding: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms ease, -webkit-transform 350ms ease;
  transition: color 300ms ease, -webkit-transform 350ms ease;
  transition: color 300ms ease, transform 350ms ease;
  transition: color 300ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #676767;
  font-size: 0.95vw;
  line-height: 10px;
  font-weight: 400;
  letter-spacing: 0.1vw;
  text-transform: uppercase;
}

.nav-link.main-style:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #c99b74;
}

.nav-link.main-style.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #c99b74;
}

.nav-link.main-style.home.w--current {
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
  color: #b88a64;
  font-size: 0.98vw;
}

.nav-link.mobile {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.navbar {
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.nav-menu {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: transparent;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  color: #fff;
}

.btn-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  line-height: 0em;
}

.btn-filter.highlight-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 11vw;
  height: 2.8vw;
  margin-left: 2vw;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #c99b74;
  background-color: transparent;
  -webkit-transition: background-color 450ms ease, color 500ms ease;
  transition: background-color 450ms ease, color 500ms ease;
  font-family: Lato, sans-serif;
  color: #c99b74;
  font-size: 0.8vw;
  line-height: 0.5vw;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.btn-filter.highlight-main:hover {
  background-color: #c99b74;
  color: #fff;
}

.btn-filter.highlight-main.form {
  width: 100%;
  margin-top: 7%;
  margin-left: 0vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.btn-filter.display-filter {
  min-height: 2em;
  min-width: 6.5em;
  margin-right: 0.35em;
  border: 1px solid #363636;
  border-radius: 0.4em;
  background-color: #232323;
  text-transform: capitalize;
}

.btn-filter.display-filter.is-checked {
  background-color: #e6513f;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #c99b74;
  font-size: 1vw;
  line-height: 1.5vw;
  font-weight: 500;
}

.body {
  background-color: #333;
  font-family: Sfprodisplay, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}

.primary-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading {
  position: relative;
  z-index: 3;
  margin-top: 0px;
  margin-bottom: 0.7vw;
  font-family: Marcellus;
  color: #555;
  font-size: 2.8vw;
  line-height: 3vw;
  font-weight: 700;
  text-transform: uppercase;
}

.room-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.room-text-main {
  position: relative;
  z-index: 105;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.room-name {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 78px;
  padding-top: 25px;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(115, 99, 87, .87);
  -webkit-transition: background-color 1250ms ease, all 380ms ease;
  transition: background-color 1250ms ease, all 380ms ease;
}

.room-name:hover {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.navigation {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
}

.header-logo {
  position: relative;
  display: none;
  height: 70px;
  margin-top: -22px;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
  background-image: url('../images/logo-dark-Bye5KVv2NM.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.header-logo.mobile {
  display: none;
}

.header-top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-top: 1%;
  padding-top: 25px;
  padding-bottom: 50px;
}

.header-top.bg-header {
  position: relative;
  margin-top: 0%;
  padding-top: 4vw;
  padding-bottom: 4vw;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.header-top.bg-header.clear-sticky {
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0vw;
  padding-bottom: 0vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.header-top.block-sticky {
  position: relative;
  height: 10.85vw;
  margin-top: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.top-header-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8.5vw;
  padding-left: 6vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.info-block {
  display: none;
  margin-right: 40px;
  float: right;
  font-family: Raleway;
  color: #a2a2a2;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
}

.info-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5.3vw;
  height: 100%;
  margin-right: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.top-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5.3vw;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.top-block:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.top-block.separator-copy {
  border-right: 1px solid #ededed;
  cursor: pointer;
}

.top-block.separate {
  border-right: 1px solid #ededed;
  cursor: pointer;
}

.top-block.separate.home {
  border-right-color: hsla(0, 0%, 93%, .31);
}

.booking-button-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.menu-block {
  height: 2vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-icons {
  font-family: Fontawesome, sans-serif;
  color: #ca8e51;
  font-size: 1.18vw;
}

.top-icons.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease, -webkit-transform 300ms ease;
  transition: color 250ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 250ms ease;
  transition: transform 300ms ease, color 250ms ease, -webkit-transform 300ms ease;
  color: #d7a377;
  line-height: 1.1vw;
}

.top-icons.home:hover {
  -webkit-transform: scale(1.14);
  -ms-transform: scale(1.14);
  transform: scale(1.14);
  color: #a1a1a1;
}

.menu-header.hidden {
  display: block;
}

.cabana-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 36vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.heading2 {
  display: none;
  margin-top: 0px;
  margin-left: 75px;
  opacity: 0;
}

.text-span-4 {
  letter-spacing: 0.3px;
}

.room-text-cabana {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: hsla(60, 14%, 99%, .95);
  opacity: 1;
}

.social-icons {
  font-family: Fontawesome, sans-serif;
}

.div-block-72 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36vw;
  margin-right: 0.8%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 6%;
  -ms-flex: 1 0 6%;
  flex: 1 0 6%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transition: -webkit-transform 800ms ease;
  transition: -webkit-transform 800ms ease;
  transition: transform 800ms ease;
  transition: transform 800ms ease, -webkit-transform 800ms ease;
}

.back-card {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 99.5%;
  height: 36vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9b8878), to(#9b8878));
  background-image: linear-gradient(180deg, #9b8878, #9b8878);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.div-block-73 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  margin-right: 0.8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 6%;
  -ms-flex: 1 0 6%;
  flex: 1 0 6%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.div-block-74 {
  position: relative;
  display: block;
  height: 550px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 6%;
  -ms-flex: 1 0 6%;
  flex: 1 0 6%;
}

.room-subtitle {
  position: relative;
  z-index: 10000;
  display: block;
  padding-top: 0.5vw;
  opacity: 0;
  color: #f7f7f7;
  font-size: 0.8vw;
  line-height: 1vw;
}

.div-block-76 {
  position: relative;
  z-index: 8500;
  display: none;
  width: 100%;
  height: 100%;
  padding-bottom: 7%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0;
}

.div-block-78 {
  display: none;
  height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(28, 15%, 53%, .91)), to(hsla(28, 15%, 53%, .91)));
  background-image: linear-gradient(180deg, hsla(28, 15%, 53%, .91), hsla(28, 15%, 53%, .91));
  opacity: 0;
}

.card-icon-container {
  position: relative;
  z-index: 9997;
  display: none;
  width: 100%;
  height: 25.2vw;
  padding-bottom: 12%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: hsla(28, 15%, 53%, .26);
  opacity: 0;
  cursor: pointer;
}

.room-name-junior {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5.5vw;
  padding-top: 6%;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(115, 99, 87, .93);
}

.bar-and-restaurants {
  display: none;
  -webkit-flex-basis: 30.2%;
  -ms-flex-preferred-size: 30.2%;
  flex-basis: 30.2%;
  opacity: 0;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.key-features {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: 30.2%;
  -ms-flex-preferred-size: 30.2%;
  flex-basis: 30.2%;
}

.room-subtitle-junior {
  position: relative;
  z-index: 10000;
  padding-top: 0.5vw;
  opacity: 0;
  color: #f7f7f7;
  font-size: 0.8vw;
  line-height: 1vw;
}

.card-icon-container-junior {
  position: relative;
  z-index: 9997;
  display: none;
  width: 100%;
  height: 25.2vw;
  padding-bottom: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(28, 15%, 53%, .26);
  cursor: pointer;
}

.div-block-78-junior-1 {
  display: none;
  height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(28, 15%, 53%, .91);
  opacity: 0;
}

.div-block-76-junior {
  position: relative;
  z-index: 8500;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 7%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0;
}

.image-11 {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 5.3vw;
  margin-top: 2.5vw;
  margin-left: 5vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post {
  width: 33.3%;
  min-height: 0px;
  float: left;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.grid {
  width: 100%;
  height: 100%;
  min-height: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-131 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2.7vw;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  padding-top: 0vw;
  padding-bottom: 3.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-25 {
  font-family: Marcellus;
  font-size: 1.3vw;
  line-height: 2.5vw;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block-34 {
  font-family: 'Adobe Caslon Pro';
  color: #7a7a7a;
  font-size: 1vw;
  line-height: 1.4vw;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.18vw;
}

.image-13 {
  margin-bottom: 4%;
}

.div-block-141 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.room-subtitle-deluxe {
  position: relative;
  z-index: 10000;
  display: block;
  padding-top: 0.5vw;
  opacity: 0;
  color: #f7f7f7;
  font-size: 0.8vw;
  line-height: 1vw;
}

.card-icon-container-deluxe {
  position: relative;
  z-index: 9997;
  display: none;
  width: 100%;
  height: 25.2vw;
  padding-bottom: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: hsla(28, 15%, 53%, .26);
  opacity: 0;
  cursor: pointer;
}

.div-block-76-deluxe {
  position: relative;
  z-index: 8500;
  display: none;
  width: 100%;
  height: 100%;
  padding-bottom: 7%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0;
}

.room-name-deluxes {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5.5vw;
  padding-top: 6%;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(115, 99, 87, .87);
  -webkit-transition: background-color 1250ms ease, all 380ms ease;
  transition: background-color 1250ms ease, all 380ms ease;
}

.lightbox {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .89);
  opacity: 0;
}

.lightbox-image {
  width: 70vw;
  height: 78vh;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: scale(0.77);
  -ms-transform: scale(0.77);
  transform: scale(0.77);
}

.lightbox-close {
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  opacity: 1;
  -webkit-transform: scale(0.51);
  -ms-transform: scale(0.51);
  transform: scale(0.51);
  -webkit-transition: color 450ms ease;
  transition: color 450ms ease;
  font-family: Fontawesome, sans-serif;
  color: #cbcbcb;
  font-size: 2.5vw;
  line-height: 5vw;
}

.lightbox-close:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #c99b74;
}

.lightbox-close.form {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
}

.lightbox-text {
  margin-top: 2.5vw;
  opacity: 0;
  font-family: Montserrat, sans-serif;
  color: #989898;
  font-size: 0.9vw;
  line-height: 1.1vw;
  font-weight: 300;
}

.thumbnail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.13em;
  margin-bottom: 0.26em;
  margin-left: 0.13em;
  padding: 0.9em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 0.1vw solid #b2692e;
  border-radius: 4px;
  background-color: #e18030;
}

.contact-lightbox {
  position: fixed;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .58);
  opacity: 0;
  color: #c99b74;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28vw;
  height: 37.5vw;
  padding: 2% 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f8f8f8;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, .08);
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.heading-26 {
  margin-bottom: 11%;
  font-size: 2vw;
  line-height: 2vw;
}

.text-field-2 {
  margin-bottom: 1vw;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.textarea {
  min-height: 9vw;
}

.success-message {
  min-height: 26vw;
  padding-top: 6vw;
  background-color: hsla(0, 0%, 100%, 0);
}

.text-block-42 {
  font-size: 1.3vw;
  line-height: 1.3vw;
}

.error-message {
  margin-top: 0.9%;
}

.collection-list-wrapper-3 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 35vw;
  height: 70vh;
  padding-top: 10.65vw;
  padding-left: 3.8vw;
}

.full-wrapper {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 35vw;
  height: 70vh;
  padding-top: 10.65vw;
  padding-left: 3.8vw;
}

.item-block-date {
  margin-left: 0.2vw;
  font-family: Marcellus;
  color: #fff;
  font-size: 1.3vw;
}

.event-name {
  width: 20vw;
  margin-left: 0.7vw;
  font-family: Marcellus;
  color: #f4f4f4;
  font-size: 1vw;
}

.link-block-2 {
  color: #424242;
  text-decoration: none;
}

.imagecontainer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/logo-dark-Bye5KVv2NM.svg');
  background-position: 50% 50%;
  background-size: 87%;
  background-repeat: no-repeat;
}

.maincontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  height: 28vh;
  padding: 1vw 0vw 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .14);
}

.maincontainer.full {
  width: auto;
}

.maincontainer.textcontainer {
  padding-top: 0vw;
}

.description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid rgba(0, 0, 0, .19);
  font-size: 1vw;
  line-height: 2.5vw;
}

.description.longdescription {
  margin-top: 0vw;
  font-size: 0.8vw;
}

.text-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Lato, sans-serif;
  font-size: 1.7vw;
  line-height: 2vw;
  font-weight: 300;
  text-align: center;
}

.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8vw;
  padding-bottom: 4vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title.font {
  padding-top: 6vw;
  padding-bottom: 4vw;
}

.title.hidden {
  display: none;
}

.separator {
  width: 25vw;
  height: 1px;
  background-color: #d3d3d3;
}

.logomin {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/logo-dark-h-BJxcbHvh4f.svg');
  background-position: 50% 50%;
  background-size: 85%;
  background-repeat: no-repeat;
}

.logoinverted {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #434343;
  background-image: url('../images/logo-light--.svg');
  background-position: 50% 50%;
  background-size: 87%;
  background-repeat: no-repeat;
}

.logominimalinverted {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #434343;
  background-image: url('../images/logo-min-light-r1xVBrv3VG.svg');
  background-position: 50% 50%;
  background-size: 87%;
  background-repeat: no-repeat;
}

.primary1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e6a840;
}

.bg2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f9f9f9;
}

.primary4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #9b8878;
}

.primary5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #c99b74;
}

.text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1.3vw;
  font-weight: 300;
}

.text.inverted {
  color: #494949;
}

.text.inverted.sized {
  font-family: Marcellus;
  font-size: 3.5vw;
  line-height: 3.3vw;
}

.text.inverted.sized.sc {
  text-transform: uppercase;
}

.text.inverted.sized.bold {
  font-weight: 700;
}

.text.inverted.sized.caslon {
  font-family: 'Adobe Caslon Pro';
}

.text.inverted.sized.caslon.semibold {
  font-weight: 600;
}

.text.inverted.sized.raleway {
  font-family: Lato, sans-serif;
}

.bg1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f9f9f9;
}

.text2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #585858;
}

.text3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #acacac;
}

.text4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e6a840;
}

.text1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #333;
}

.primary2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #736357;
}

.textbg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fbfbfb;
}

.fullrow {
  padding-right: 10vw;
  padding-left: 10vw;
}

.text-block-47 {
  padding: 1vw 2vw;
  font-size: 0.9vw;
}

.text-block-48 {
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 2vw;
  font-family: Marcellus;
  color: #585858;
  font-size: 26pt;
  line-height: 27pt;
  text-transform: uppercase;
}

.subheader {
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 2vw;
  font-family: 'Adobe Caslon Pro';
  color: #e6a840;
  font-size: 16pt;
  line-height: 19pt;
  font-weight: 700;
}

.div-block-159 {
  width: 30vw;
}

.div-block-160 {
  width: 30vw;
}

.smalltitles {
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 2vw;
  font-family: Marcellus;
  color: #e6a840;
  font-size: 20pt;
  line-height: 25pt;
  font-weight: 400;
  text-transform: uppercase;
}

.shortpharagraphs {
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 2vw;
  font-family: Marcellus;
  color: #333;
  font-size: 12pt;
  line-height: 21px;
  font-weight: 400;
}

.extendedpharagraphs {
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 2vw;
  font-family: 'Adobe Caslon Pro';
  color: #333;
  font-size: 12pt;
  line-height: 13pt;
  font-weight: 400;
}

.bg3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #434343;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-top: 62px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.div-block-161 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5vw;
  padding-right: 1.5vw;
}

.top-header-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.progress-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -2%;
  display: none;
  width: 100%;
  height: 3px;
  background-color: #ccc;
}

.progress-bar {
  width: 0%;
  height: 3px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #c99b74;
}

.social-feeds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  color: #7a7a7a;
}

.social-feed-icons {
  -webkit-transition: color 280ms ease;
  transition: color 280ms ease;
  font-family: Fontawesome, sans-serif;
  font-size: 1.3vw;
}

.social-feed-icons:hover {
  color: #c99b74;
}

.filters {
  position: relative;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4.2em;
  margin-bottom: -0.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.5px solid rgba(40, 40, 40, .85);
  background-color: #272727;
}

.category {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: none;
  width: 20px;
  height: 20px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 999px;
  background-color: #f06252;
  color: #fff;
  font-size: 0.8vw;
  font-weight: 500;
  text-transform: capitalize;
}

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link-block-3 {
  text-decoration: none;
}

.contact-lightbox-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .58);
  opacity: 0;
}

.contact-form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28vw;
  height: 35vw;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f8f8f8;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, .08);
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  color: #c99b74;
}

.text-block-50 {
  font-family: Awconquerordidot;
  font-size: 1.7vw;
  line-height: 1.8vw;
  font-weight: 600;
}

.text-block-51 {
  font-size: 1.8vw;
  line-height: 2vw;
  font-weight: 500;
}

.div-block-179 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.7vw;
  margin-bottom: 3vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-180 {
  width: 15vw;
  height: 18vw;
  background-image: url('../images/theinn.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-181 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-span-30 {
  font-family: Raleway;
  color: #d9d9d9;
  font-weight: 300;
}

.lightbox-close-2 {
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  opacity: 1;
  -webkit-transform: scale(0.51);
  -ms-transform: scale(0.51);
  transform: scale(0.51);
  -webkit-transition: color 450ms ease;
  transition: color 450ms ease;
  font-family: Fontawesome, sans-serif;
  color: #cbcbcb;
  font-size: 2.5vw;
  line-height: 5vw;
}

.lightbox-close-2:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #c99b74;
}

.lightbox-close-2.form {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 1;
}

.lightbox-close-2.form.contactcard {
  position: relative;
  margin-right: -14%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0;
}

.link {
  color: #f06252;
}

.form-block-2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headercontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0.8em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainindicator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.5em;
  min-width: 3.5em;
  margin-right: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .08);
}

.smallindicator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 2em;
  margin-right: 0.3em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, .08);
}

.smallindicator.timeindicator {
  min-width: 6em;
  background-color: rgba(0, 0, 0, .09);
}

.smallindicator.guestindicator {
  min-width: 3.9em;
  padding-right: 0.6em;
  padding-left: 0.6em;
  background-color: rgba(0, 0, 0, .08);
}

.smallindicator.guestindicator.inline {
  display: none;
  min-height: 0em;
  margin-right: 0em;
}

.smallindicator.timeindicatordate {
  min-width: 5em;
  background-color: rgba(0, 0, 0, .09);
}

.indicator {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 2em;
  line-height: 1em;
  font-weight: 600;
}

.indicator.qty {
  font-size: 1.4em;
  line-height: 1.46em;
  font-weight: 400;
}

.indicator.check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 999px;
  font-family: Fontawesome, sans-serif;
  font-size: 1.35em;
  font-weight: 400;
}

.indicator.check.big {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.7em;
}

.indicator.tablenumber {
  font-size: 1.85em;
}

.timecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.6000000000000001em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.ordercontainer {
  width: 100%;
  min-height: 0px;
}

.ordercontainer:active {
  background-color: rgba(0, 0, 0, .03);
}

.linecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lineindicator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lineindicator.modifier {
  margin-left: 3.5em;
  padding-right: 5%;
  padding-left: 0.75em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.lineindicator.item {
  margin-right: 1%;
  padding-right: 2%;
  padding-left: 0.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 0, 0, .02);
}

.lineindicator.notefield {
  display: none;
  width: 100%;
  height: auto;
  min-height: 0px;
  margin-right: 0vw;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #d17429;
}

.linedesc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.4em;
  line-height: 1.1em;
  font-weight: 400;
}

.linedescription {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0vw;
  padding-right: 0.5em;
  padding-left: 0.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 0, 0, .02);
}

.modifierdesc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #ff0;
  font-size: 1.1em;
  line-height: 1.6em;
  font-weight: 400;
}

.modifiercontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: rgba(0, 0, 0, .02);
}

.qtyindicator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 3.5em;
  margin-right: 1%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .02);
}

.checkbox {
  display: none;
  min-height: 0px;
  min-width: 4vw;
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #d17429;
}

.itemcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.portion {
  padding-left: 0.2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #ff0;
  font-size: 1.4em;
  line-height: 1.1em;
  font-weight: 400;
}

.tableinfocontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.donecheckbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3em;
  height: 3em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, .08);
  -webkit-transition: background-color 165ms ease, -webkit-transform 165ms ease;
  transition: background-color 165ms ease, -webkit-transform 165ms ease;
  transition: transform 165ms ease, background-color 165ms ease;
  transition: transform 165ms ease, background-color 165ms ease, -webkit-transform 165ms ease;
  cursor: pointer;
}

.donecheckbox:active {
  background-color: #ff821d;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.monarch-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 165px;
  height: 35px;
  margin-top: -0.2em;
  margin-left: 1.85em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/monarch-H-light-text-new2.svg');
  background-position: 50% 50%;
  background-size: 150px;
  background-repeat: no-repeat;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.username {
  margin-right: 0.6em;
  margin-left: 0.6em;
  font-size: 1.1em;
  line-height: 1em;
}

.ticketnote {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 1.05em;
  line-height: 2.3em;
  font-weight: 400;
}

.template {
  display: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.guests {
  margin-left: 0.39em;
  font-size: 1.1em;
  line-height: 1em;
}

.voided {
  position: absolute;
  display: none;
  width: 75%;
  height: 2px;
  margin-top: 3.5%;
  margin-left: 2%;
  background-color: red;
}

.fsgrid {
  position: relative;
  z-index: 1001;
  width: 100%;
  height: 100%;
  min-height: 0px;
  margin-top: 0.45em;
  padding-right: 22%;
  padding-left: 22%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #333;
  font-size: 29px;
  line-height: 27px;
}

.offline {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(230, 82, 63, .95);
}

.image-12 {
  position: fixed;
  opacity: 0.85;
}

.indicator-h1 {
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 0.95em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.logo-icon-light {
  position: fixed;
}

.logopulse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 7.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.indicator-span {
  font-size: 0.85em;
  line-height: 0.85em;
  font-weight: 400;
}

.text-span-35 {
  line-height: 2em;
}

.clock {
  margin-right: 0.6em;
  margin-left: 0.6em;
  font-size: 1em;
  line-height: 1em;
  font-weight: 600;
}

.date {
  margin-right: 0.6em;
  margin-left: 0.6em;
  font-size: 1em;
  line-height: 1em;
}

.guesttotal {
  margin-left: 0.42em;
  font-size: 1em;
  line-height: 1em;
}

.guesticon {
  font-family: Fontawesome, sans-serif;
  font-size: 1.1em;
  line-height: 1em;
}

.timeago {
  margin-left: 0.39em;
  font-size: 1.1em;
  line-height: 1em;
}

.div-block-182 {
  min-width: 3.5em;
  margin-right: 1%;
}

.loader {
  display: none;
}

.funny {
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 0.95em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.order-timeago {
  margin-left: 0.39em;
  font-size: 1.1em;
  line-height: 1em;
}

html.w-mod-js *[data-ix="show-menu"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="show-events"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="show-events-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="logo-show"] {
  opacity: 0;
  -webkit-transform: translate(0px, 80px);
  -ms-transform: translate(0px, 80px);
  transform: translate(0px, 80px);
}

html.w-mod-js *[data-ix="show-footer"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="show-welcome-description"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="appear"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="appear-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="room-5"] {
  opacity: 0;
  -webkit-transform: scale(0.6600000000000015, 0.6600000000000015);
  -ms-transform: scale(0.6600000000000015, 0.6600000000000015);
  transform: scale(0.6600000000000015, 0.6600000000000015);
}

html.w-mod-js *[data-ix="room-6"] {
  opacity: 0;
  -webkit-transform: scale(0.6600000000000015, 0.6600000000000015);
  -ms-transform: scale(0.6600000000000015, 0.6600000000000015);
  transform: scale(0.6600000000000015, 0.6600000000000015);
}

html.w-mod-js *[data-ix="room-7"] {
  opacity: 0;
  -webkit-transform: scale(0.6600000000000015, 0.6600000000000015);
  -ms-transform: scale(0.6600000000000015, 0.6600000000000015);
  transform: scale(0.6600000000000015, 0.6600000000000015);
}

html.w-mod-js *[data-ix="room-8"] {
  opacity: 0;
  -webkit-transform: scale(0.6600000000000015, 0.6600000000000015);
  -ms-transform: scale(0.6600000000000015, 0.6600000000000015);
  transform: scale(0.6600000000000015, 0.6600000000000015);
}

html.w-mod-js *[data-ix="room-1"] {
  opacity: 0;
  -webkit-transform: scale(0.6600000000000015, 0.6600000000000015);
  -ms-transform: scale(0.6600000000000015, 0.6600000000000015);
  transform: scale(0.6600000000000015, 0.6600000000000015);
}

html.w-mod-js *[data-ix="room-2"] {
  opacity: 0;
  -webkit-transform: scale(0.6600000000000015, 0.6600000000000015);
  -ms-transform: scale(0.6600000000000015, 0.6600000000000015);
  transform: scale(0.6600000000000015, 0.6600000000000015);
}

html.w-mod-js *[data-ix="room-3"] {
  opacity: 0;
  -webkit-transform: scale(0.6600000000000015, 0.6600000000000015);
  -ms-transform: scale(0.6600000000000015, 0.6600000000000015);
  transform: scale(0.6600000000000015, 0.6600000000000015);
}

html.w-mod-js *[data-ix="room-4"] {
  opacity: 0;
  -webkit-transform: scale(0.6600000000000015, 0.6600000000000015);
  -ms-transform: scale(0.6600000000000015, 0.6600000000000015);
  transform: scale(0.6600000000000015, 0.6600000000000015);
}

html.w-mod-js *[data-ix="room-details-slider"] {
  opacity: 0;
  -webkit-transform: translate(-500px, 0px);
  -ms-transform: translate(-500px, 0px);
  transform: translate(-500px, 0px);
}

html.w-mod-js *[data-ix="show-room-title"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="room-detail-description"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="line-grow"] {
  width: 0px;
  height: 0px;
}

html.w-mod-js *[data-ix="line-grow-large-line"] {
  width: 0px;
  height: 0px;
}

html.w-mod-js *[data-ix="rotate-icons"] {
  opacity: 0;
  -webkit-transform: translate(0px, 0px) scale(1.5, 1.5);
  -ms-transform: translate(0px, 0px) scale(1.5, 1.5);
  transform: translate(0px, 0px) scale(1.5, 1.5);
}

html.w-mod-js *[data-ix="appear-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.9400000000000006, 0.9400000000000006);
  -ms-transform: scale(0.9400000000000006, 0.9400000000000006);
  transform: scale(0.9400000000000006, 0.9400000000000006);
}

html.w-mod-js *[data-ix="event-column-line-appear"] {
  height: 0px;
}

html.w-mod-js *[data-ix="hide-hero-block-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.6600000000000008, 0.6600000000000008);
  -ms-transform: scale(0.6600000000000008, 0.6600000000000008);
  transform: scale(0.6600000000000008, 0.6600000000000008);
}

html.w-mod-js *[data-ix="scroll-appear-1"] {
  opacity: 0;
  -webkit-transform: scale(0.89, 0.89);
  -ms-transform: scale(0.89, 0.89);
  transform: scale(0.89, 0.89);
}

html.w-mod-js *[data-ix="slide-inright-scroll"] {
  -webkit-transform: translate(800px, 0px);
  -ms-transform: translate(800px, 0px);
  transform: translate(800px, 0px);
}

html.w-mod-js *[data-ix="slide-inleft-scroll-2"] {
  -webkit-transform: translate(-1300px, 0px);
  -ms-transform: translate(-1300px, 0px);
  transform: translate(-1300px, 0px);
}

html.w-mod-js *[data-ix="scroll-up-on-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="bounce-loop-animation"] {
  opacity: 1;
}

@media (max-width: 991px) {
  .main.flex {
    height: 1900px;
  }
  .main.flex.light {
    position: relative;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-link {
    right: 33px;
    padding-top: 35px;
    padding-right: 0px;
    padding-bottom: 35px;
    font-family: Cinzel;
    font-size: 12pt;
    font-weight: 400;
    text-align: right;
  }
  .nav-link.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 3%;
    padding-bottom: 3%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #736357;
    text-align: center;
  }
  .nav-link.mobile.w--current {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
  }
  .nav-menu {
    height: 100vh;
    margin-top: -77px;
    padding-top: 111px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7b6b5f), to(#7b6b5f));
    background-image: linear-gradient(180deg, #7b6b5f, #7b6b5f);
  }
  .btn-filter.highlight-main.form {
    height: 40px;
    margin-top: 10%;
    font-size: 14px;
    line-height: 12px;
  }
  .form {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .body {
    font-size: 18px;
    line-height: 22px;
  }
  .primary-title {
    padding-right: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .heading {
    font-size: 40px;
    line-height: 40px;
  }
  .room-text-main {
    height: auto;
    padding: 35px 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-logo {
    width: 25%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: url('../images/logo-dark-h-BJxcbHvh4f.svg');
    background-position: 50% 50%;
    background-size: contain;
  }
  .header-logo.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 22%;
    background-image: none;
  }
  .header-top {
    display: none;
  }
  .top-block.separate.home.mobile {
    width: 50px;
    border-right-color: hsla(0, 0%, 85%, .73);
    background-color: hsla(0, 0%, 100%, .92);
  }
  .top-block.mobile {
    width: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: hsla(0, 0%, 100%, .92);
  }
  .menu-block {
    display: none;
  }
  .top-icons.home.mobile {
    width: 50%;
    height: 40px;
    font-size: 13px;
    line-height: 15px;
  }
  .menu-header {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1006;
    width: 100%;
    height: 60px;
  }
  .menu-header.hidden {
    z-index: 9999;
    display: block;
  }
  .cabana-slider {
    height: 500px;
  }
  .heading2 {
    margin-left: 0px;
  }
  .room-text-cabana {
    height: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .div-block-62 {
    width: 100%;
  }
  .div-block-63 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: -9999;
    display: none;
    overflow: hidden;
    height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(28, 44%, 62%, .99);
    opacity: 0;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .social-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Fontawesome, sans-serif;
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 400;
  }
  .div-block-64 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-right: 25%;
    padding-left: 25%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .menu-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: Fontawesome, sans-serif;
    color: #fff;
    font-size: 3.9vw;
  }
  .mobile-menu-block {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #736357;
    opacity: 0;
    cursor: pointer;
  }
  .div-block-73 {
    height: 400px;
  }
  .div-block-74 {
    height: 400px;
  }
  .room-subtitle {
    height: 120px;
    padding-top: 1%;
    opacity: 1;
    font-size: 10px;
    line-height: 13px;
  }
  .room-name-junior {
    width: 30%;
    height: 100%;
    padding: 2%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .key-features {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .room-subtitle-junior {
    height: 120px;
    margin-top: 0%;
    padding-top: 0vw;
    opacity: 1;
    font-size: 10px;
    line-height: 14px;
    text-align: left;
  }
  .post {
    width: 50%;
  }
  .grid {
    width: auto;
  }
  .heading-25 {
    font-size: 16px;
    line-height: 16px;
  }
  .text-block-34 {
    font-size: 12px;
    line-height: 15px;
  }
  .image-13 {
    max-width: 100px;
    margin-bottom: 15px;
  }
  .room-subtitle-deluxe {
    height: 120px;
    padding-top: 3%;
    opacity: 1;
    font-size: 10px;
    line-height: 14px;
  }
  .room-name-deluxes {
    width: 30%;
    height: 100%;
    padding-top: 2%;
    padding-right: 2%;
    padding-left: 2%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .lightbox {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lightbox-image {
    width: 95vw;
    height: 85vw;
  }
  .lightbox-close {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 40px;
    line-height: 45px;
  }
  .lightbox-text {
    margin-top: 25px;
    font-size: 14px;
    line-height: 16px;
  }
  .contact-lightbox {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .contact-form {
    width: 430px;
    height: 600px;
  }
  .heading-26 {
    font-size: 28px;
    line-height: 30px;
  }
  .textarea {
    min-height: 120px;
  }
  .item-block-date {
    margin-left: 2px;
    font-size: 16px;
  }
  .event-name {
    width: auto;
    margin-left: 10px;
    font-size: 14px;
  }
  .maincontainer.full {
    height: 175px;
  }
  .description {
    font-size: 10px;
    line-height: 20px;
  }
  .description.longdescription {
    height: 35px;
    font-size: 10px;
    line-height: 15px;
  }
  .text-block-46 {
    font-size: 16px;
    line-height: 18px;
  }
  .title {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .separator {
    width: 120px;
  }
  .text {
    font-size: 14px;
  }
  .fullrow {
    padding-right: 15px;
    padding-left: 15px;
  }
  .text-block-47 {
    font-size: 10px;
  }
  .div-block-161.mobile-blocks {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 9997;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 50px;
    margin-right: 0vw;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .social-feeds {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-right: 25%;
    padding-left: 25%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .social-feed-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Fontawesome, sans-serif;
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 400;
  }
  .filters {
    height: 60px;
  }
  .button-group {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .lightbox-close-2 {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 40px;
    line-height: 45px;
  }
  .headercontainer {
    margin-bottom: 1.5vw;
  }
  .smallindicator.timeindicatordate {
    display: none;
  }
  .indicator {
    font-size: 1.45em;
  }
  .indicator.check.big {
    width: 30px;
  }
  .timecontainer {
    line-height: 1em;
  }
  .lineindicator {
    margin-right: 0.8vw;
  }
  .lineindicator.modifier {
    margin-right: 0vw;
  }
  .lineindicator.item {
    margin-right: 0.25em;
    padding-right: 0.5em;
  }
  .lineindicator.notefield {
    padding-right: 10%;
    padding-left: 10%;
  }
  .qtyindicator {
    margin-right: 0.25em;
  }
  .donecheckbox {
    width: 2.5em;
    height: 2.5em;
  }
  .monarch-logo {
    left: -0.2%;
    top: 0.25%;
    right: -1px;
    margin-top: -0.3em;
    margin-left: 1.8em;
  }
  .username {
    font-size: 1em;
    line-height: 1.8em;
  }
  .ticketnote {
    font-size: 0.9em;
    line-height: 1.5em;
  }
  .guests {
    font-size: 1em;
  }
  .fsgrid {
    width: auto;
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
  .clock {
    font-size: 1em;
    line-height: 1.8em;
  }
  .date {
    font-size: 1em;
    line-height: 1.8em;
  }
  .guesttotal {
    font-size: 1em;
    line-height: 1.8em;
  }
  .guesticon {
    font-size: 1em;
    line-height: 1.8em;
  }
  .timeago {
    font-size: 1em;
  }
  .order-timeago {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .main.flex {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/BG.jpg');
    background-image: linear-gradient(180deg, null, null), linear-gradient(180deg, null, null), url('../images/BG.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }
  .btn-filter.highlight-main.form {
    margin-top: 7%;
  }
  .form {
    font-size: 12px;
    line-height: 18px;
  }
  .body {
    font-size: 22px;
    line-height: 22px;
  }
  .primary-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .room-text-main {
    height: auto;
    padding: 35px 0% 36px;
  }
  .top-block.separate.home.mobile {
    border-top-left-radius: 10px;
    background-color: hsla(0, 0%, 100%, .98);
  }
  .top-block.mobile {
    background-color: hsla(0, 0%, 100%, .98);
  }
  .room-text-cabana {
    height: auto;
  }
  .mobile-menu-block {
    width: 50px;
    height: 50px;
  }
  .div-block-72 {
    width: 100%;
    height: 500px;
    margin-bottom: 22px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .back-card {
    height: 100%;
  }
  .div-block-73 {
    width: 100%;
    height: 450px;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-74 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .room-name-junior {
    width: 45%;
    height: 400px;
  }
  .post {
    width: 100%;
    margin-bottom: 0.4%;
  }
  .div-block-131 {
    height: 480px;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer {
    width: 100%;
    padding-bottom: 0vw;
  }
  .footer.logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .heading-25 {
    font-size: 18px;
  }
  .image-13 {
    margin-bottom: 2%;
  }
  .room-name-deluxes {
    width: 45%;
    height: 400px;
  }
  .lightbox-image {
    width: 100vw;
    height: 100vh;
  }
  .lightbox-close.form {
    margin-top: 40px;
    font-size: 80px;
  }
  .lightbox-text {
    position: fixed;
    left: 12px;
    right: 0px;
    bottom: 5px;
    z-index: 99999;
  }
  .contact-lightbox {
    position: absolute;
    z-index: 99999;
    overflow: auto;
    height: auto;
  }
  .contact-form {
    overflow: auto;
    width: 100%;
    height: auto;
    padding: 20px 20px 15px;
  }
  .textarea {
    min-height: 300px;
  }
  .imagecontainer {
    background-size: contain;
  }
  .maincontainer {
    width: auto;
    height: 150px;
  }
  .description {
    font-size: 11px;
  }
  .text-block-46 {
    width: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-size: 18px;
  }
  .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .title.font {
    padding-right: 15px;
    padding-left: 15px;
  }
  .separator {
    width: auto;
    padding-right: 15px;
    background-color: hsla(0, 0%, 83%, 0);
  }
  .logomin {
    background-size: contain;
  }
  .logoinverted {
    background-size: contain;
  }
  .logominimalinverted {
    background-size: contain;
  }
  .text.inverted.sized.caslon {
    font-size: 40px;
  }
  .div-block-159 {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .div-block-160 {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .social-feeds {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button-group {
    display: none;
  }
  .lightbox-close-2.form {
    margin-top: 40px;
    font-size: 80px;
  }
  .smallindicator.timeindicatordate {
    display: none;
  }
  .indicator.check.big {
    font-size: 1.3em;
  }
  .timecontainer {
    margin-right: 0em;
  }
  .monarch-logo {
    margin-left: 1.2em;
  }
  .indicator-span {
    position: relative;
    top: 0.5em;
  }
  .text-span-35 {
    line-height: 1.25em;
  }
}

@media (max-width: 479px) {
  .main {
    height: 1800px;
  }
  .main.flex.light {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-link {
    padding-top: 5%;
    padding-right: 0px;
    padding-bottom: 5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid #949494;
  }
  .nav-link.main-style {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: none;
    font-family: Raleway;
    color: #eee;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  .nav-link.main-style.w--current {
    border-bottom-style: none;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 700;
  }
  .nav-link.mobile {
    display: block;
    width: 100%;
    padding-top: 6%;
    padding-bottom: 6%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom-style: none;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .nav-link.mobile.w--current {
    color: #fff;
  }
  .navbar {
    height: 60px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .nav-menu {
    position: fixed;
    left: 0px;
    top: 60px;
    right: 0px;
    bottom: auto;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .btn-filter.highlight-main {
    padding-right: 55px;
    padding-left: 55px;
  }
  .btn-filter.highlight-main.form {
    margin-top: 15px;
  }
  .btn-filter.display-filter {
    width: 23%;
    min-width: auto;
    margin-right: 1%;
    margin-left: 1%;
  }
  .body {
    font-size: 21px;
    line-height: 21px;
  }
  .primary-title {
    height: 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .heading {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 32px;
  }
  .room-text-main {
    height: auto;
    padding-top: 25px;
    padding-right: 0%;
    padding-bottom: 25px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .room-name {
    height: 65px;
    margin-bottom: 0px;
    background-color: rgba(115, 99, 87, .72);
  }
  .room-name:hover {
    height: 100%;
  }
  .navigation {
    display: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-logo {
    width: 130px;
    height: 100%;
    margin-left: 3.5%;
    background-image: url('../images/logo-min-light-r1xVBrv3VG.svg');
    background-position: 50% 50%;
    background-size: 90px;
  }
  .header-logo.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 80px;
    margin-top: 12%;
    margin-bottom: 0%;
    background-size: 135px;
  }
  .top-block.mobile {
    background-color: hsla(0, 0%, 100%, .98);
  }
  .menu-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-header {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 9999;
    width: 100%;
    height: 60px;
  }
  .menu-header.hidden {
    z-index: 19998;
  }
  .cabana-slider {
    height: 250px;
    margin-top: 0px;
  }
  .heading2 {
    font-size: 30px;
  }
  .room-text-cabana {
    margin-bottom: 20px;
  }
  .icon-3 {
    color: #fffdfc;
    font-size: 35px;
  }
  .menu-button-2.w--open {
    z-index: 2000;
    padding-bottom: 7px;
  }
  .div-block-62 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-63 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(28, 44%, 62%, .99);
  }
  .social-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Fontawesome, sans-serif;
    color: #4c4c4c;
    font-size: 18px;
  }
  .div-block-64 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 30px;
    margin-top: 25%;
    padding-right: 25%;
    padding-bottom: 30px;
    padding-left: 25%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .menu-icon {
    font-family: Fontawesome, sans-serif;
    color: #fff;
    font-size: 25px;
  }
  .mobile-menu-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55px;
    height: 55px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #736357;
  }
  .div-block-72 {
    width: 100%;
    height: 430px;
    margin-right: 0%;
    margin-bottom: 4%;
  }
  .back-card {
    height: 100%;
  }
  .div-block-73 {
    width: 100%;
    height: 430px;
    margin-right: 0%;
    margin-bottom: 4%;
  }
  .room-subtitle {
    height: 120px;
    padding-top: 0%;
    font-size: 14px;
    line-height: 16px;
  }
  .room-name-junior {
    width: 100%;
    height: 500px;
    padding-top: 15%;
    padding-right: 7%;
    padding-left: 7%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: rgba(115, 99, 87, .64);
  }
  .key-features {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .room-subtitle-junior {
    height: 120px;
    padding-top: 0px;
    font-size: 14px;
    line-height: 16px;
  }
  .post {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 8px;
  }
  .grid {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .div-block-131 {
    height: 375px;
    margin-top: 25px;
  }
  .heading-25 {
    font-size: 16px;
  }
  .image-13 {
    margin-bottom: 15px;
  }
  .room-subtitle-deluxe {
    height: 120px;
    padding-top: 0%;
    font-size: 14px;
    line-height: 16px;
  }
  .room-name-deluxes {
    width: 100%;
    height: 500px;
    margin-bottom: 0px;
    padding: 15% 7% 2%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: rgba(115, 99, 87, .72);
  }
  .lightbox-image {
    width: 100vw;
    height: auto;
  }
  .lightbox-close {
    padding-right: 14px;
  }
  .lightbox-close.form {
    margin-top: 30px;
    font-size: 58px;
  }
  .lightbox-text {
    position: static;
  }
  .thumbnail {
    padding: 0.6em;
  }
  .contact-lightbox {
    z-index: 999999;
  }
  .contact-form {
    width: 100%;
    height: 100vh;
    padding: 35px 20px 20px;
  }
  .textarea {
    min-height: 200px;
  }
  .text.inverted.sized {
    font-size: 40px;
    line-height: 40px;
  }
  .text.inverted.sized.bold {
    font-size: 40px;
    line-height: 40px;
  }
  .social-feeds {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 30px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .social-feed-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Fontawesome, sans-serif;
    color: #4c4c4c;
    font-size: 18px;
  }
  .filters {
    width: 100%;
    height: auto;
  }
  .button-group {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .lightbox-close-2 {
    padding-right: 14px;
  }
  .lightbox-close-2.form {
    margin-top: 30px;
    font-size: 58px;
  }
  .headercontainer {
    margin-bottom: 0.45em;
  }
  .mainindicator {
    min-height: 2em;
    min-width: 2em;
    margin-right: 0.3em;
  }
  .smallindicator {
    min-height: 1.5em;
  }
  .smallindicator.timeindicator {
    min-width: 5em;
  }
  .smallindicator.guestindicator {
    min-height: 1.5em;
    padding-right: 0em;
    padding-left: 0em;
  }
  .indicator.qty {
    font-size: 1.1em;
    line-height: 1.5em;
  }
  .indicator.tablenumber {
    font-size: 1.2em;
  }
  .timecontainer {
    height: 50px;
    margin-right: 0em;
    font-size: 22px;
  }
  .lineindicator {
    padding-right: 10px;
    padding-left: 10px;
  }
  .lineindicator.modifier {
    margin-left: 2.5em;
    padding-left: 2%;
  }
  .lineindicator.notefield {
    padding-right: 19%;
    padding-left: 19%;
  }
  .linedesc {
    font-size: 0.9em;
    line-height: 1em;
  }
  .modifierdesc {
    font-size: 0.8em;
  }
  .qtyindicator {
    min-width: 2em;
  }
  .checkbox {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .portion {
    font-size: 0.9em;
  }
  .donecheckbox {
    width: 2em;
    height: 2em;
  }
  .monarch-logo {
    position: static;
    display: block;
    margin-left: 0.3em;
  }
  .username {
    font-size: 0.85em;
    line-height: 1em;
  }
  .ticketnote {
    font-size: 0.8em;
  }
  .guests {
    font-size: 0.85em;
    line-height: 0.95em;
  }
  .fsgrid {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .indicator-h1 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .indicator-span {
    position: relative;
  }
  .text-span-35 {
    font-size: 0.85em;
    line-height: 1.25em;
  }
  .clock {
    font-size: 0.85em;
    line-height: 1em;
  }
  .date {
    font-size: 0.85em;
  }
  .guesttotal {
    font-size: 0.85em;
    line-height: 1em;
  }
  .guesticon {
    font-size: 0.85em;
  }
  .timeago {
    font-size: 0.85em;
    line-height: 0.95em;
  }
  .funny {
    padding-right: 15px;
    padding-left: 15px;
  }
  .order-timeago {
    font-size: 0.85em;
    line-height: 0.95em;
  }
}

@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Black.ttf') format('truetype'), url('../fonts/SFProDisplay-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}