h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 25px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 16px;
  line-height: 25px;
}

.navigation {
  position: static;
  height: auto;
  margin: 0px auto;
  background-color: #fff;
  text-align: center;
}

.nav-style {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #343c46;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-style:hover {
  color: #7db756;
}

.nav-style.w--current {
  color: #7db756;
}

.home-hero {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 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;
  background-color: #dadada;
  background-image: url('../images/Hero_el-lugar.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.navigation-section {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.nav-menu {
  position: static;
  margin-top: 40px;
  float: none;
}

.brand {
  position: static;
  display: block;
  width: 270px;
  height: 160px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  float: none;
  background-image: url('../images/El-LugarLogo-FINAL.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 60px;
  padding-bottom: 10px;
  -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: #fff;
}

.intro-text {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  line-height: 26px;
  text-align: center;
}

.heading {
  color: #727272;
  line-height: 31px;
}

.header-sticky {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.navbar {
  position: static;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.nav-menu-2 {
  position: static;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-color: #fff;
}

.hero-block {
  position: absolute;
  width: 70%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button01 {
  display: block;
  width: 200px;
  height: auto;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(49, 58, 99, 0.81);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  line-height: 30px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button01:hover {
  background-color: #7db756;
}

.hero-h2 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 40px;
  line-height: 39px;
  font-weight: 300;
  letter-spacing: 1px;
}

.section-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -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: #f1f1f1;
  line-height: 300px;
}

.section-hero.visit {
  height: 400px;
  background-image: url('../images/EL-visit_0001_El_lugar_06_2020-266.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.section-hero.about {
  height: 400px;
  background-image: url('../images/about_0001_El_lugar_06_2020-319.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-hero.contact {
  background-image: url('../images/hero-contact.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.section-hero.experience {
  background-image: url('../images/el-lugar_0000_El_lugar_06_2020-334.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.section-hero.resort {
  background-image: url('../images/EL-visit_0002_El_lugar_06_2020-169.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-hero.invest {
  background-image: url('../images/el-lugar_0004_El_lugar_06_2020-194.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.contact-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-columns {
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.contact-col-01 {
  padding-right: 40px;
}

.contact-col02 {
  height: 500px;
  padding: 10px 0px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #e6e6e6;
  background-color: #fff;
}

.footer {
  height: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #eee;
}

.text-block {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.link {
  display: inline;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.footer-text {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #4e4e4e;
  text-decoration: none;
}

.field-label {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #797979;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.field-label.white {
  color: #ebebeb;
}

.text-field {
  margin-bottom: 29px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.form-button {
  margin-top: 20px;
  background-color: #030714;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-button:hover {
  background-color: #7db756;
}

.textarea {
  overflow: auto;
  width: 100%;
  height: 100%;
  max-height: 600px;
  min-height: 140px;
  min-width: 100%;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  -o-object-fit: none;
  object-fit: none;
}

.map {
  height: auto;
  background-color: #cec1c1;
}

.paragraph {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #797979;
  font-weight: 400;
}

.paragraph.column {
  margin-bottom: 40px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 49px;
  column-gap: 49px;
}

.h4 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #313a63;
  line-height: 33px;
  font-weight: 400;
  letter-spacing: 0px;
}

.h6 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 16px;
  font-weight: 400;
}

.h6-link {
  color: #333;
  text-decoration: none;
}

.google-map {
  height: 100%;
}

.feature-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.feature-image-mask {
  width: 50%;
  margin-right: 0px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.feature-image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

._2-col-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

._2-col-div.rl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.div-block {
  width: 50%;
  padding: 40px 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading-3 {
  margin-bottom: 1px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #313a63;
  font-size: 40px;
  line-height: 46px;
  font-weight: 400;
  text-align: center;
}

.heading-3.white {
  color: #fff;
}

.subheading {
  margin-top: 9px;
  font-family: Montserrat, sans-serif;
  color: #313a63;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subheading.white {
  color: #f1f1f1;
}

.subheading.quote {
  color: rgba(49, 58, 99, 0.6);
}

.subheading.hero {
  margin-top: -1px;
  margin-bottom: 5px;
  padding-left: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #f1f1f1;
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 8px;
}

.subheading.lh {
  margin-top: 29px;
  text-align: left;
}

.div-block-2 {
  width: 50px;
  height: 4px;
  margin: 20px auto 50px;
  background-color: rgba(49, 58, 99, 0.18);
}

.div-block-2.white {
  background-color: rgba(255, 255, 255, 0.18);
}

.newsletter-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #313a63;
}

.newletter-form {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.image {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-3 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ident-footer {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  text-align: center;
}

.video-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.video {
  overflow: visible;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.quote-section {
  height: auto;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(153, 182, 134, 0.35);
}

.quote-text {
  margin-bottom: 20px;
  color: rgba(49, 58, 99, 0.74);
}

.quote-div {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  display: block;
  width: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-visit {
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 100px;
}

.button-clear {
  display: block;
  width: 180px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e8f6;
  background-color: hsla(0, 0%, 94.7%, 0);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #313a63;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-clear:hover {
  background-color: #ecebeb;
}

.feature2-section {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
}

._2-pic-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._2colpicdiv {
  width: 49%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-4 {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.fullpic {
  height: 500px;
  margin-top: 0px;
}

.fullpic.experience {
  background-image: url('../images/el-lugar_0001_El_lugar_06_2020-331.jpg');
  background-position: 50% 44%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.fullpic.about {
  background-image: url('../images/EL-home_0000_El_lugar_06_2020-313.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section {
  margin-bottom: 0px;
  padding-bottom: 100px;
}

.social-media-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: auto;
  margin-right: auto;
  margin-bottom: 51px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.sm-icon {
  width: 32%;
}

.sm-icon.fb {
  width: 15%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: url('../images/iconmonstr-facebook.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.sm-icon.tw {
  width: 15%;
  background-image: url('../images/iconmonstr-twitter.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sm-icon.insta {
  width: 15%;
  background-image: url('../images/iconmonstr-instagram.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.resortmap {
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 40px;
  text-align: center;
}

.new-header {
  padding-top: 20px;
}

.nav-menu-3 {
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.nav-menu-4 {
  float: none;
  text-align: center;
}

.newnavbar {
  margin-top: 30px;
  background-color: #fff;
}

.new-header-sticky {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2000;
}

.brand-2 {
  width: 50px;
}

.brand-2.w--current {
  width: 60px;
}

.navbar-2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

.link-sm {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.link-sm.fb {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url('../images/iconmonstr-facebook.svg');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.link-sm.pin {
  width: 80px;
  height: 80px;
  background-color: transparent;
  background-image: url('../images/iconmonstr-twitter.svg');
  background-position: 50% 50%;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.link-sm.ins {
  width: 80px;
  height: 80px;
  background-image: url('../images/iconmonstr-instagram.svg');
  background-position: 50% 50%;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.welcome-text {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 47px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: 11px;
  text-transform: uppercase;
}

.div-block-5 {
  width: 100px;
  height: 2px;
  min-width: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(153, 182, 134, 0.71);
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 80px;
  margin-top: 38px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.button---investor {
  width: 240px;
  border-style: solid;
  border-width: 1px;
  border-color: #ecebeb;
  background-color: #fff;
  -webkit-transition: all 675ms ease;
  transition: all 675ms ease;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #313a63;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button---investor:hover {
  background-color: #ecebeb;
}

.gallery {
  padding-top: 40px;
  padding-bottom: 100px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-pic {
  width: 30%;
  height: 300px;
  margin-bottom: 67px;
  background-color: #ecebeb;
}

.gallery-pic._01 {
  width: 30%;
  height: auto;
  background-image: url('../images/el-sq_0000_El_lugar_06_2020-334.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-pic._02 {
  height: auto;
}

.gallery-pic._03 {
  height: auto;
}

.gallery-pic._04 {
  height: auto;
}

.gallery-pic._05 {
  height: auto;
}

.gallery-pic._06 {
  height: auto;
}

.section-2 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}

.div-block-8 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 49px;
}

.link-text {
  color: #050505;
}

.vid-div {
  width: 70%;
  margin: 20px auto 40px;
}

.sm-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  background-color: #b62929;
}

.html-embed {
  height: 100%;
}

.standard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}

.shopift-ticket {
  width: 30%;
  height: auto;
}

.ticket-info-dv {
  width: 70%;
  padding-top: 40px;
  padding-left: 20px;
}

.div-block-9 {
  height: 2px;
  background-color: #797979;
}

.link-2 {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.language {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  text-align: center;
}

.language-link {
  color: #c3bfbf;
  text-decoration: none;
}

.language-link:hover {
  color: #fff;
  text-decoration: underline;
}

.language-link.w--current {
  color: #fff;
  text-decoration: none;
}

html.w-mod-js *[data-ix="nav-display-none"] {
  display: none;
}

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

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

html.w-mod-js *[data-ix="fade-in"] {
  opacity: 0.01;
}

html.w-mod-js *[data-ix="fade-in-2"] {
  opacity: 0.01;
}

@media screen and (max-width: 991px) {
  .navigation {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
  }
  .nav-style {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
    text-decoration: none;
  }
  .nav-style.w--current {
    margin-right: auto;
    margin-left: auto;
  }
  .navigation-section {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .nav-menu {
    position: static;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #fff;
    text-align: center;
  }
  .intro-text {
    width: 90%;
  }
  .header-sticky {
    background-color: #fff;
  }
  .navbar {
    background-color: #fff;
  }
  .hero-block {
    width: 80%;
  }
  .button01 {
    margin-top: 20px;
  }
  .heading-2 {
    font-size: 35px;
  }
  .section-hero {
    height: 300px;
  }
  .section-hero.visit {
    height: 300px;
  }
  .section-hero.about {
    height: 300px;
    background-position: 50% 50%;
  }
  .section-hero.contact {
    height: 300px;
    background-position: 50% 50%;
  }
  .section-hero.resort {
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: fixed;
  }
  .section-hero.invest {
    background-attachment: scroll;
  }
  .contact-col02 {
    padding: 10px 0px 0px;
  }
  .feature-section {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .feature-image-mask {
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .feature-image {
    height: 100%;
  }
  ._2-col-div {
    width: 96%;
  }
  .div-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-3 {
    font-size: 35px;
    line-height: 30px;
  }
  .subheading {
    font-size: 16px;
    line-height: 22px;
  }
  .image {
    width: 80%;
  }
  .video {
    width: auto;
  }
  .quote-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .quote-text {
    font-size: 30px;
    line-height: 38px;
  }
  .quote-div {
    width: 80%;
  }
  ._2-pic-div {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  ._2colpicdiv {
    width: 49%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-4 {
    width: 60%;
  }
  .resortmap {
    padding-right: 40px;
    padding-left: 40px;
  }
  .new-header {
    padding-top: 10px;
  }
  .nav-menu-4 {
    display: block;
    padding-bottom: 24px;
    background-color: #fff;
  }
  .newnavbar {
    margin-top: 21px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .container {
    margin-left: 20px;
  }
  .new-header-sticky {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1000;
  }
  .navbar-2 {
    z-index: auto;
  }
  .gallery-pic._01 {
    height: auto;
  }
  .gallery-pic._02 {
    height: auto;
  }
  .gallery-pic._03 {
    height: auto;
  }
  .gallery-pic._04 {
    height: auto;
  }
  .gallery-pic._05 {
    height: auto;
  }
  .gallery-pic._06 {
    height: auto;
  }
  .vid-div {
    width: 90%;
  }
  .standard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .shopift-ticket {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .ticket-info-dv {
    width: 100%;
    padding-top: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 40px;
  }
  .brand {
    width: 190px;
    height: 110px;
    background-size: contain;
  }
  .intro {
    padding-top: 40px;
  }
  .hero-h2 {
    font-size: 16px;
  }
  .heading-2 {
    font-size: 35px;
    line-height: 60px;
  }
  .section-hero {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .section-hero.visit {
    height: 200px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .section-hero.about {
    height: 200px;
  }
  .section-hero.contact {
    height: 200px;
    background-position: 50% 50%;
  }
  .section-hero.resort {
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .section-hero.invest {
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .contact-col-01 {
    padding-right: 10px;
  }
  .contact-col02 {
    height: auto;
    margin-top: 20px;
    padding-top: 0px;
  }
  .paragraph.column {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .feature-section {
    padding: 40px 20px;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-image-mask {
    width: 100%;
    margin-right: 0px;
  }
  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }
  ._2-col-div {
    width: 98%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  ._2-col-div.lr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
  }
  .heading-3 {
    font-size: 35px;
    line-height: 32px;
  }
  .subheading {
    font-size: 14px;
    line-height: 20px;
  }
  .newletter-form {
    width: 70%;
  }
  .video-section {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .video {
    width: auto;
  }
  .quote-text {
    font-size: 24px;
    line-height: 30px;
  }
  .section-visit {
    -webkit-column-count: 0;
    column-count: 0;
  }
  .feature2-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  ._2-pic-div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._2colpicdiv {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .div-block-4 {
    width: 70%;
  }
  .fullpic.experience {
    height: 300px;
  }
  .fullpic.about {
    height: 300px;
  }
  .resortmap {
    margin-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .newnavbar {
    margin-top: 10px;
  }
  .container {
    margin-left: 0px;
  }
  .image-4 {
    width: auto;
    margin: 5px auto;
  }
  .brand-2.w--current {
    width: 60px;
  }
  .link-sm.fb {
    background-image: url('../images/iconmonstr-facebook.svg');
    background-position: 50% 50%;
    background-size: 50% 50%;
  }
  .welcome-text {
    letter-spacing: 5px;
  }
  .div-block-7 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .gallery-pic._01 {
    width: 45%;
    margin-bottom: 40px;
  }
  .gallery-pic._02 {
    width: 45%;
    margin-bottom: 40px;
  }
  .gallery-pic._03 {
    width: 45%;
    margin-bottom: 40px;
  }
  .gallery-pic._04 {
    width: 45%;
    margin-bottom: 40px;
  }
  .gallery-pic._05 {
    width: 45%;
    margin-bottom: 40px;
  }
  .gallery-pic._06 {
    width: 45%;
    margin-bottom: 40px;
  }
  .section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-8 {
    width: 100%;
  }
  .standard {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .nav-style {
    padding-bottom: 10px;
  }
  .navigation-section {
    display: none;
  }
  .intro {
    padding-top: 20px;
  }
  .heading-2 {
    font-size: 28px;
    line-height: 45px;
  }
  .section-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .section-hero.visit {
    height: 200px;
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: scroll;
  }
  .section-hero.about {
    background-position: 53% 50%;
    background-attachment: scroll;
  }
  .section-hero.contact {
    background-attachment: scroll;
  }
  .section-hero.experience {
    background-position: 50% 0%;
    background-size: cover;
    background-attachment: scroll;
  }
  .section-hero.resort {
    background-attachment: scroll;
  }
  .contact-columns {
    padding-right: 20px;
    padding-left: 20px;
    background-image: none;
  }
  .contact-col-01 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-col02 {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph {
    font-size: 14px;
    line-height: 21px;
  }
  .feature-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .feature-image-mask {
    padding-top: 10px;
  }
  ._2-col-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  ._2-col-div.lr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .heading-3 {
    font-size: 28px;
    line-height: 32px;
  }
  .subheading.hero {
    line-height: 38px;
  }
  .div-block-2 {
    margin-bottom: 40px;
  }
  .newletter-form {
    width: 80%;
  }
  .image {
    width: 100%;
  }
  .video-section {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .quote-section {
    margin-bottom: 0px;
  }
  .quote-text {
    font-size: 22px;
    line-height: 30px;
  }
  .feature2-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .div-block-4 {
    width: 90%;
  }
  .social-media-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .sm-icon.fb {
    width: 100%;
  }
  .menu-button {
    background-color: #ecebeb;
  }
  .menu-button.w--open {
    background-color: #313a63;
  }
  .brand-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .brand-2.w--current {
    margin-top: 0px;
    margin-bottom: 1px;
  }
  .link-sm {
    width: 30%;
  }
  .link-sm.fb {
    padding-top: 0px;
    padding-right: 74px;
    padding-bottom: 0px;
    background-image: url('../images/iconmonstr-facebook.svg');
    background-position: 50% 50%;
    background-size: 50% 50%;
  }
  .welcome-text {
    font-size: 31px;
    line-height: 34px;
    letter-spacing: 3px;
  }
  .div-block-6 {
    width: auto;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .button---investor {
    width: 300px;
    margin-bottom: 25px;
  }
  .link-block-2 {
    width: 100%;
  }
  .div-block-7 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gallery-pic._01 {
    width: 80%;
    height: auto;
  }
  .gallery-pic._02 {
    width: 80%;
    height: auto;
  }
  .gallery-pic._03 {
    width: 80%;
    height: auto;
  }
  .gallery-pic._04 {
    width: 80%;
    height: auto;
  }
  .gallery-pic._05 {
    width: 80%;
    height: auto;
  }
  .gallery-pic._06 {
    width: 80%;
    height: auto;
  }
  .vid-div {
    width: 94%;
  }
}

