.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

h2 {
  margin: 10px 0px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  line-height: 150%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin: 0px 0px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 150%;
  font-weight: 400;
  text-transform: none;
}

h4 {
  margin: 10px 0px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 180%;
}

a {
  color: snow;
  text-decoration: none;
}

.button {
  display: inline-block;
  padding: 15px 33px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #47474f;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #47474f;
  font-size: 19px;
  font-style: italic;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #fff;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(hsla(0, 0%, 100%, 0))), url('../images/header_001.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), hsla(0, 0%, 100%, 0)), url('../images/header_001.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.header.project-page {
  padding-top: 77px;
  padding-bottom: 77px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 209, 198, 0.55)), to(rgba(100, 209, 198, 0.55))), url('../images/lake.jpg');
  background-image: linear-gradient(180deg, rgba(100, 209, 198, 0.55), rgba(100, 209, 198, 0.55)), url('../images/lake.jpg');
}

.navbar {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #fff;
}

.nav-link {
  margin-top: 20px;
  margin-left: 34px;
  padding: 0px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #cbbba0;
}

.logo-title {
  margin-top: 13px;
  float: left;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.logo-img {
  margin-right: 18px;
  float: left;
}

.main-heading {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 180%;
  font-weight: 700;
  text-transform: uppercase;
}

.divider {
  display: none;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  background-color: #fff;
}

.divider.grey {
  margin-bottom: 43px;
  background-color: rgba(0, 0, 0, 0.09);
}

.main-subtitle {
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 18px;
  font-style: italic;
}

.about {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cbbba0;
  text-align: center;
}

.about-text {
  margin-bottom: 40px;
  color: #f5f5f5;
  font-size: 18px;
  line-height: 25px;
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
  opacity: 0;
}

.content-block {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.content-block.grey {
  background-color: #fff;
}

.content-block.footer {
  background-color: #000;
}

.content-block.golden-bg {
  background-color: #cbbba0;
}

.grey-icon-wrapper {
  min-height: 260px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
  background-image: url('../images/0-el-types_store-sm.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.grey-icon-wrapper.push-top.breakfast {
  min-height: 40%;
  background-image: url('../images/0-el-types_breakfast.jpg');
  background-position: 50% 50%;
}

.grey-icon-wrapper.push-top.dinner {
  background-image: url('../images/0-el-types_salty.jpg');
  background-position: 50% 50%;
}

.grey-icon-wrapper.store {
  background-image: url('../images/0-el-types_store-sm.jpg');
}

.team-image {
  margin-bottom: 21px;
  border-radius: 100%;
}

.footer-logo {
  margin-bottom: 15px;
  opacity: 0.4;
}

.footer-text {
  color: snow;
  text-align: center;
}

.grow-row {
  margin-bottom: 42px;
}

.screenshot {
  margin-bottom: 43px;
}

.face {
  margin-bottom: 10px;
  border-radius: 100%;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.offersbox {
  padding: 13px;
}

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

.heading-2 {
  font-family: 'Varela Round', sans-serif;
  font-size: 50px;
  text-transform: none;
}

.heading-2.inscope {
  padding-bottom: 20px;
}

.section-title {
  margin-bottom: 53px;
}

.full-width-mage {
  min-height: 650px;
  background-image: url('../images/collage_L.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.full-width-mage.collage {
  margin-top: -81px;
  margin-bottom: -50px;
}

.social-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -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;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer {
  background-color: #2b2b2b;
  color: #363636;
}

.text-span {
  font-size: 81px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.social-link {
  max-height: 500px;
  padding: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 13px;
}

.team-grid {
  margin-top: 30px;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.job-title {
  font-size: 16px;
}

.contact-info {
  margin-top: 20px;
}

.link {
  color: #333;
}

.text-span-2 {
  font-weight: 500;
}

.footer-content {
  padding-top: 59px;
  padding-bottom: 59px;
}

.link-3 {
  color: snow;
}

.mapario {
  min-height: 500px;
}

.mapario-mobile {
  display: none;
  min-height: 500px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-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;
}

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

.utility-page-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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.eladia-slider {
  min-height: 70vh;
}

.slide {
  max-width: 100%;
  background-image: url('../images/Eladia-1-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/Eladia-1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/viber_image_2019-07-15_00-18-54.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/viber_image_2019-07-14_23-47-55.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.suites-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 50px;
  -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;
}

.image-caption {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.link-on-white {
  color: #5e8fc0;
}

.new-badge {
  position: relative;
  bottom: 7px;
  padding: 5px;
  border-radius: 8px;
  background-color: #5e8fc0;
  color: #fff;
  font-size: 30px;
}

.new-badge-navi {
  position: relative;
  bottom: 1px;
  margin: -1px 5px -1px -1px;
  padding: 3px;
  border-radius: 4px;
  background-color: #5e8fc0;
  color: snow;
  font-size: 8px;
  text-align: center;
}

.hr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2px;
  margin-right: 739px;
  margin-left: 739px;
  -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: #cbbba0;
}

@media (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
  .header {
    height: 380px;
  }
  .nav-link {
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nav-link:hover {
    border-bottom-color: transparent;
  }
  .main-heading {
    font-size: 24px;
    line-height: 150%;
  }
  .about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .menu-button {
    margin-top: 7px;
    padding: 10px;
    font-size: 32px;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #7ec4bd;
  }
  .nav-menu {
    background-color: #f5f5f5;
  }
  .full-width-mage {
    background-image: url('../images/collage_M.jpg');
    background-size: contain;
  }
  .full-width-mage.collage {
    margin-top: -129px;
    margin-bottom: -130px;
  }
  .text-span {
    font-size: 54px;
  }
  .grid-2 {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .white {
    color: #fff;
  }
  .mapario-mobile {
    display: none;
  }
  .eladia-slider {
    min-height: 78vh;
  }
  .hr {
    margin-right: 300px;
    margin-left: 300px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
  p {
    margin-right: 20px;
    margin-left: 20px;
  }
  .header {
    height: 0vh;
    min-height: 310px;
  }
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
  .logo-title {
    margin-top: 6px;
  }
  .logo-img {
    width: 80px;
  }
  .main-heading {
    font-size: 20px;
  }
  .about {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .x-icon {
    margin-bottom: 21px;
  }
  .content-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .grey-icon-wrapper {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }
  .grey-icon-wrapper.push-top.breakfast {
    width: 100%;
    min-height: 260px;
    margin-top: 0px;
    margin-bottom: 8px;
  }
  .grey-icon-wrapper.push-top.dinner {
    width: 100%;
    min-height: 260px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-size: cover;
  }
  .grey-icon-wrapper.store {
    width: 100%;
    margin-bottom: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .menu-button {
    margin-top: 0px;
  }
  .grow-row {
    margin-bottom: 0px;
  }
  .screenshot {
    width: 90%;
  }
  .heading-2 {
    font-size: 30px;
  }
  .full-width-mage {
    background-image: url('../images/collage_S.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .full-width-mage.collage {
    margin-top: -47px;
    margin-bottom: 1px;
  }
  .social-grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-span {
    font-size: 60px;
    line-height: 90%;
  }
  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .social-link {
    max-height: 300px;
    padding: 15px;
  }
  .team-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .container {
    padding-left: 0px;
  }
  .mapario-mobile {
    display: none;
  }
  .eladia-slider {
    min-height: 50vh;
  }
  .new-badge {
    border-radius: 7px;
    font-size: 14px;
  }
  .hr {
    margin-right: 175px;
    margin-left: 175px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 26px;
  }
  h3 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 140%;
  }
  h4 {
    font-size: 16px;
  }
  p {
    margin-right: 10px;
    margin-left: 10px;
  }
  .header {
    height: 0vh;
    min-height: 400px;
    padding: 30px 0px;
  }
  .nav-link {
    display: block;
  }
  .logo-img {
    width: 80px;
  }
  .main-heading {
    margin-right: 44px;
    margin-left: 44px;
    font-size: 11px;
    line-height: 190%;
  }
  .grey-icon-wrapper {
    display: block;
  }
  .grey-icon-wrapper.push-top.breakfast {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .grey-icon-wrapper.push-top.dinner {
    margin-top: 20px;
    padding-bottom: 34px;
  }
  .grey-icon-wrapper.store {
    margin-bottom: 20px;
    padding-top: 0px;
  }
  .full-width-mage {
    min-height: 280px;
    background-position: 50% 50%;
    background-size: contain;
  }
  .full-width-mage.collage {
    margin-top: -37px;
    margin-bottom: 1px;
  }
  .social-grid {
    padding: 45px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .text-span {
    font-size: 30px;
    line-height: 100%;
  }
  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .social-link {
    padding: 5px;
    border-radius: 14px;
  }
  .team-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .contact-info {
    color: #424242;
    font-size: 16px;
  }
  .link {
    color: #333;
  }
  .mapario {
    display: none;
    min-height: 440px;
  }
  .mapario-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px;
  }
  .eladia-slider {
    min-height: 30vh;
  }
  .new-badge {
    bottom: 5px;
    border-radius: 5px;
    font-size: 10px;
  }
  .hr {
    margin-right: 75px;
    margin-left: 75px;
  }
}

#w-node-162434f9bf83-3c0f6f9b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-162434f9bf83-3c0f6f9b {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#w-node-c061ca57130b-3c0f6f9b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-c061ca57130b-3c0f6f9b {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e95bae73b259-3c0f6f9b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

#w-node-2fee3aac34ed-3c0f6f9b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-2fee3aac34ed-3c0f6f9b {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#w-node-162434f9bf83-c40f6fa2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-162434f9bf83-c40f6fa2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#w-node-c061ca57130b-c40f6fa2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-c061ca57130b-c40f6fa2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e95bae73b259-c40f6fa2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

#w-node-2fee3aac34ed-c40f6fa2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-2fee3aac34ed-c40f6fa2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

