body {
  height: 100%;
  padding-left: 329px;
  background-color: #edeff2;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, .74);
  font-size: 16px;
  line-height: 20px;
}

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

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

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

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

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

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

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

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  border: 2px none #30ad64;
  background-color: #30ad64;
  color: #fff;
}

.button.full-width:hover {
  border-style: none;
  border-color: #30ad64;
  background-color: #1a964d;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 1px;
}

.section {
  position: relative;
  padding: 50px 40px;
  background-color: #fff;
}

.section.section-gray {
  padding-bottom: 20px;
  background-color: #eee;
}

.section.section-image {
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/Entrada-Hotel.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/Entrada-Hotel.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.section-image.section-building {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/West-Facade-sea.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/West-Facade-sea.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, cover;
}

.section.section-map {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #3b486b;
}

.section.secitionvideo {
  padding: 0px;
}

.section.section-embed {
  width: 100%;
  padding: 0px;
}

.call-to-action-section {
  padding: 44px 40px;
  background-color: #f2a719;
  color: #fff;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0px;
}

.align-right {
  text-align: right;
}

.hero-heading {
  margin-bottom: 19px;
  font-family: 'Great Vibes', cursive;
  color: #fff;
  font-size: 90px;
  line-height: 80px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: none;
}

.hero-subheading {
  margin-bottom: 25px;
  padding-right: 250px;
  padding-left: 250px;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
  text-transform: uppercase;
}

.hollow-button.white:hover {
  border-color: #fff;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
}

.hollow-button.red {
  margin-top: 20px;
  border-style: solid;
  border-color: #fff;
  background-color: rgba(206, 25, 25, 0);
  color: #fff;
  text-transform: uppercase;
}

.hollow-button.red:hover {
  border-color: #fff;
  background-color: #162240;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #4e4e4e;
  font-size: 34px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #9c9c9c;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
}

.section-subheading.center.black {
  margin-bottom: 40px;
  color: #000;
}

.section-subheading.center.white {
  color: hsla(0, 0%, 100%, .8);
}

.section-subheading.center.betweenphotos {
  margin-top: 30px;
  margin-bottom: 30px;
  color: grey;
}

.section-subheading.center.betweenphotos.whitetext {
  color: #fff;
}

.section-subheading.author {
  margin-top: -20px;
  color: #bbb;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.section-title-group {
  margin-bottom: 30px;
}

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .79), hsla(0, 0%, 100%, .79));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .79), hsla(0, 0%, 100%, .79));
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.social-icon-link {
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: #221e1f;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: hsla(0, 0%, 100%, .74);
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #cf404d;
  text-decoration: none;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  display: inline-block;
}

.hero-title-wrapper {
  position: relative;
  top: 40%;
  margin-bottom: 0px;
  text-align: center;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 329px;
  height: 100%;
  background-color: #162240;
}

.nav-link {
  display: block;
  padding: 10px 0px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, .8);
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #fff;
}

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

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 130px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 16px;
  text-align: center;
}

.social-footer.mobile {
  position: static;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.banner {
  height: 100%;
  background-color: #000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hero-background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hero-background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content {
  height: 100%;
}

.success-message {
  background-color: #30ad64;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

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

.lightbox {
  display: block;
  margin: 5px auto;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.lightbox:hover {
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .25);
}

.listitem {
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, .8);
  font-size: 20px;
  line-height: 24px;
}

.list {
  margin-top: 0px;
}

.smalltext {
  font-size: 14px;
}

.itenstext {
  font-size: 15px;
  line-height: 23px;
}

.map {
  height: 600px;
}

.body {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.embed {
  display: block;
  width: 100%;
  height: 100%;
}

.box-title {
  margin-top: 10px;
  margin-bottom: 0px;
  border-bottom: 1px solid #999;
  font-family: 'Great Vibes', cursive;
  font-size: 40px;
  line-height: 40px;
  text-transform: none;
}

.box-subtitle {
  margin-bottom: 5px;
  border-bottom: 1px solid #999;
  color: #fff;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.box-text {
  margin-bottom: 10px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #999;
  color: hsla(0, 0%, 100%, .74);
  font-weight: 700;
  text-align: center;
}

.logo-slogan {
  margin-top: -10px;
  color: #d69f35;
}

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

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

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

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

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

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

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

@media (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }
  .hamburger-button {
    padding-top: 19px;
    padding-bottom: 19px;
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #0b1631;
  }
  .section.section-embed {
    background-color: #221e1f;
  }
  .call-to-action-heading {
    font-size: 28px;
    line-height: 32px;
  }
  .hero-subheading {
    padding-right: 100px;
    padding-left: 100px;
    letter-spacing: 0px;
  }
  .hollow-button.red {
    margin-top: 25px;
  }
  .section-heading.centered {
    font-size: 30px;
    line-height: 34px;
  }
  .section-subheading.center {
    padding-right: 50px;
    padding-left: 50px;
  }
  .form-wrapper.squeezed {
    padding-right: 8%;
    padding-left: 8%;
  }
  .hero-title-wrapper {
    top: 20%;
    padding-top: 0px;
  }
  .left-navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    float: none;
    background-color: #162240;
  }
  .nav-link {
    padding-left: 13px;
    text-align: left;
  }
  .nav-menu {
    background-color: rgba(11, 22, 49, .95);
  }
  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .social-footer {
    position: absolute;
    display: inline-block;
  }
  .social-footer.mobile {
    position: static;
  }
  .banner {
    height: 500px;
  }
  .brand-logo {
    height: 40px;
    margin-top: -5px;
    margin-bottom: 0px;
  }
  .itenstext {
    font-size: 14px;
    line-height: 21px;
  }
  .footer-row {
    margin-bottom: 15px;
  }
  .social-image {
    margin-right: 5px;
    margin-left: 5px;
  }
  .html-embed {
    border-style: none;
  }
  .box-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section.section-image {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/Living-Room.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Living-Room.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .section.section-image.section-building {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/West-Facade-sea.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/West-Facade-sea.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .call-to-action-heading {
    margin-bottom: 13px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .hero-heading {
    padding-right: 20px;
    font-size: 70px;
    line-height: 74px;
  }
  .hero-subheading {
    padding-right: 60px;
    padding-left: 60px;
  }
  .hollow-button.red {
    margin-top: 15px;
  }
  .section-heading.centered {
    font-size: 24px;
    line-height: 28px;
  }
  .section-subheading.center {
    font-size: 18px;
    line-height: 22px;
  }
  .hero-title-wrapper {
    top: 20%;
  }
  .grid-fours {
    width: 33.333%;
  }
  .banner {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hero-background.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hero-background.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .column-0-padding {
    margin-bottom: 15px;
    text-align: center;
  }
  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .listitem {
    font-size: 18px;
    line-height: 22px;
  }
  .itenstext {
    font-size: 17px;
    line-height: 24px;
  }
  .html-embed {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .box-text {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 479px) {
  .section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section.section-image {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/Living-Room.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Living-Room.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .section.section-image.section-building {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/West-Facade-sea.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/West-Facade-sea.jpg');
    background-position: 0px 0px, 60% 50%;
  }
  .call-to-action-heading {
    font-size: 22px;
    line-height: 26px;
  }
  .hero-heading {
    padding-left: 20px;
    font-size: 60px;
    line-height: 60px;
  }
  .hero-subheading {
    margin-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .section-heading.centered {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 20px;
    line-height: 24px;
  }
  .section-subheading.center {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-subheading.center.black {
    font-size: 18px;
    line-height: 22px;
  }
  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }
  .hero-title-wrapper {
    top: 10%;
  }
  .banner {
    height: 450px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/hero-background.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/hero-background.jpg');
    background-position: 0px 0px, 0px 50%;
  }
  .box-text {
    margin-bottom: 5px;
  }
}

