/* Text Elements */

h1.h1-main {
  margin-top: 0;
  margin-bottom: 0;
  color: #006375;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

h1.h1-centre.h1-main {
  text-align: center;
}

h2.h2-main {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #52a1ab;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

h2.h2-centre.h2-main {
  text-align: center;
}

h2.h2-top-photo {
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0;
  padding-top: 200px;
  padding-bottom: 10px;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  text-shadow: #000 2px 2px 5px;
  font-weight: 700;
  font-size: 22px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

h3.h3-main {
  margin: 10px 10px 10px 0;
  color: #52a1ab;
  font-size: 20px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

h3.h3-main.h3-upppercase {
  text-transform: uppercase;
}

p.paragraph.par-text-main {
  color: #5e5e5e;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

p.paragraph.text-sitemap {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #5e5e5e;
  text-align: center;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

p.paragraph span.text-bold {
  font-weight: 700;
}

p.paragraph.text-rates {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #5e5e5e;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

p.paragraph.text-rates-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

p.paragraph.par-text-main.text-large {
  font-size: 22px;
}

p.paragraph.par-text-main.text-hide {
  display: none;
}

span.text-element.nav-text-main {
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  font-family: Raleway-Regular, Arial, sans-serif;
  line-height: 1.1;
}

span.text-element.nav-text-dropdown {
  width: 100%;
  text-align: left;
  text-transform: none;
  font-weight: 400;
  font-size: 18px;
  font-family: Raleway-Regular, Arial, sans-serif;
  line-height: 1.1;

  -webkit-text-stroke-color: transparent;
}

span.text-element.btn-text {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-family: Raleway-Regular, Arial, sans-serif;
}

/* Layout Elements */

body.airdelmar {
  background-color: #006375;
}

.link-container.link-cont-main {
  padding: 0 15px 0 10px;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.link-container.link-cont-social {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  min-width: 50px;
  max-width: 50px;
}

.link-container.nav-link-main {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  padding: 16px;
  width: 100%;
  border-bottom: .0625rem solid transparent;
  background-color: transparent;
  color: #fff;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.link-container.nav-link-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  padding: 16px 16px 16px 35px;
  border-bottom: .0625rem solid transparent;
  background-color: #5a9aa6;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.link-container.line-bottom.nav-link-main {
  border-bottom-color: #338291;
}

.link-container.line-bottom.nav-link-dropdown {
  border-bottom-color: #338291;
}

.link-container.btn-bottom.nav-link-dropdown {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.link-container.btn-top {
  position: relative;
  z-index: 110;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: -50px;
  margin-left: 16px;
  width: 150px;
  height: 38px;
  border: .0625rem solid #52a1ab;
  border-radius: 7px;
  background-color: #338291;
  color: #fff;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.link-container.link-cont-main:hover {
  box-shadow: rgba(0, 0, 0, .5) 3px 3px 10px 0;
}

.link-container.nav-link-main:hover {
  color: #52a1ab;
}

.link-container.nav-link-dropdown:hover {
  color: #006375;
}

.link-container.btn-top:hover {
  background-color: #5a9aa6;
}

.container-grid.cont-menu {
  position: fixed;
  z-index: 995;
  min-height: auto;
  width: 100%;
  height: 60px;
  background-color: #006375;
  box-shadow: rgba(0, 0, 0, .5) 0 5px 10px 0;
}

.container-grid.cont-slideshow {
  float: none;
  padding-top: 0;
  min-height: 250px;
  width: 100%;
  background-color: #006375;
}

a.responsive-picture.image-logo {
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  max-width: 500px;
}

.html-element.html-element-1 {
  min-height: 100px;
  height: auto;
}

.container-grid.cont-logo {
  position: relative;
  z-index: 990;
  float: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 15px 15px;
  width: 100%;
  background-color: #fff;
}

.container-grid.cont-row-2-col {
  display: grid;

  grid-row-gap: 10px;
  grid-column-gap: 20px;
  grid-template-columns: auto;
  grid-template-rows: auto;
}

div.responsive-picture.pict-full-width {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

div.responsive-picture {
  max-width: none;
}

.container-grid.parallax-container {
  z-index: -1;
  height: 300px;
}

.container-grid.cont-row-4-col {
  display: grid;

  grid-row-gap: 10px;
  grid-column-gap: 15px;
  grid-template-columns: auto;
  grid-template-rows: auto;
}

div.responsive-picture.pict-icon {
  position: static;
  float: none;
  margin: 0 10px 10px;
  max-width: 40px;
}

button.btn {
  float: none;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  background-color: #52a1ab;
}

.container-grid.cont-1600p {
  margin-right: auto;
  margin-left: auto;
  padding: 10px 15px;
  max-width: 1600px;
  background-color: #fff;
}

button.btn.btn-margin {
  margin-top: 15px;
  margin-right: 0;
  margin-left: 0;
}

.rule.rule-main hr {
  border-top-color: #52a1ab;
}

.container-grid.cont-row-7-col {
  display: grid;

  grid-template-columns: auto;
  grid-template-rows: auto;
}

.container-grid.cont-photo-02 {
  float: none;
  padding-top: 0;
  min-height: 50px;
  width: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/480-aire-del-mar-12.jpg');
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/480-aire-del-mar-12.jpg');
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/480-aire-del-mar-12.jpg');
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/480-aire-del-mar-12.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container-grid.cont-bot-margin {
  padding-top: 0;
  padding-bottom: 15px;
}

li.list-item.list-item-main {
  color: #5e5e5e;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

.container-grid.cont-photo-03 {
  float: none;
  padding-top: 0;
  min-height: 50px;
  width: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/480-aire-del-mar-16.jpg');
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/480-aire-del-mar-16.jpg');
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/480-aire-del-mar-16.jpg');
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/480-aire-del-mar-16.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container-grid.cont-enquiry {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  max-width: 1200px;
  background-color: #fff;
}

.html-element.html-map {
  margin-right: auto;
  margin-left: auto;
  max-width: 95%;
}

.container-grid.cont-photo-04 {
  float: none;
  padding-top: 0;
  min-height: 50px;
  width: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/480-aire-del-mar-28.jpg');
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/480-aire-del-mar-28.jpg');
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/480-aire-del-mar-28.jpg');
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/480-aire-del-mar-28.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: normal, normal;
}

li.list-item span.text-bold {
  font-weight: 700;
}

.container-grid.cont-photo-05 {
  float: none;
  padding-top: 0;
  min-height: 50px;
  width: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/480-aire-del-mar-34.jpg');
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/480-aire-del-mar-34.jpg');
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/480-aire-del-mar-34.jpg');
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/480-aire-del-mar-34.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container-grid.cont-photo-06 {
  float: none;
  padding-top: 0;
  min-height: 50px;
  width: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/480-aire-del-mar-63.jpg');
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/480-aire-del-mar-63.jpg');
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/480-aire-del-mar-63.jpg');
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/480-aire-del-mar-63.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container-grid.cont-gallery-row {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 15px;
  max-width: 1600px;
  background-color: #fff;

  grid-template-columns: auto;
  grid-template-rows: repeat(45 , auto);
}

.container-grid.cont-gallery-col {
  display: block;
  margin: 5px;
}

.container-grid.cont-rates {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
}

.container-grid.cont-rates-left {
  margin-right: 0;
  padding-right: 20px;
  width: 280px;
}

.container-grid.cont-rates-old {
  display: none;
}

.container-grid.cont-rows {
  padding-top: 5px;
  padding-bottom: 5px;
}

a.responsive-picture.picture-link-specials {
  margin-right: 0;
  margin-left: 0;
  opacity: .75;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

.container-grid.cont-specials-buttons {
  display: grid;

  grid-template-columns: auto;
  grid-template-rows: repeat(2 , auto);
  grid-column-gap: normal;
}

.container-grid.cont-left.cont-rows {
  padding-right: 3px;
}

.container-grid.cont-right.cont-rows {
  padding-left: 3px;
}

a.responsive-picture.image-right.picture-link-specials {
  margin-right: auto;
  margin-left: auto;
}

.container-grid.cont-buttons-top {
  margin-top: -110px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 15px;
  max-width: 1600px;
  height: 110px;
  background-color: transparent;
}

.container-grid.cont-continue-tab {
  margin-top: -75px;
  margin-bottom: 10px;
  height: 65px;
}

.container-grid.cont-hide.cont-left.cont-rows {
  display: none;
}

.container-grid {
  position: relative;
}

.container-grid.cont-navigation {
  height: 60px;
  background-color: transparent;
  box-shadow: none;
}

.container-grid.nav-wrapper {
  height: 60px;
}

.container-grid.nav-links {
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.container-grid.nav-list {
  position: fixed;
  top: 0;
  z-index: 100;
  overflow: auto;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  height: 100%;
  background-color: #006375;
}

.html-element.navigation-code {
  display: none;
}

div.responsive-picture.menu-btn {
  max-width: 35px;
}

.container-grid.mobile-nav-btn {
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
  height: 60px;
  background-color: #006375;
  cursor: pointer;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

ul.list-container.collapsible {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  border-top-width: 0;
  border-top-color: transparent;
  border-right-width: 0;
  border-right-color: transparent;
  border-left-width: 0;
  border-left-color: transparent;
  box-shadow: none;
}

ul.list-container.collapsible.pad-mobile {
  padding-top: 65px;
  padding-right: 16px;
  padding-left: 16px;
}

li.list-item-container.nav-item {
  width: 100%;
  background-color: transparent;
}

.container-grid.collapsible-header {
  -ms-flex-align: center;
  padding: 16px;
  width: 100%;
  border-bottom-color: transparent;
  background-color: transparent;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

div.responsive-picture.dropdown-icon {
  margin-top: 0;
  margin-left: 0;
  max-width: 30px;
}

.container-grid.collapsible-body {
  padding: 0;
  border-bottom-width: 0;
  border-bottom-color: transparent;
}

.container-grid.collapsible-header.line-bottom {
  border-bottom-color: #338291;
}

li.list-item-container.desktop.nav-item {
  display: none;
}

li.list-item-container.nav-item.pad-bottom {
  padding-bottom: 60px;
}

div.responsive-picture.pict-special {
  margin-right: auto;
  margin-left: auto;
  max-width: 620px;
}

.container-grid.cont-bottom {
  height: 40px;
}

li.list-item-container.indicator {
  display: none;
  min-height: auto;
  background-color: #3741c3;
}

.container-grid.nav-links.show-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

a.responsive-picture.picture-link-specials:hover {
  opacity: .9;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

@supports (display: grid) {
  .container-grid {
    position: relative;
  }
}

@media screen and (min-width: 26.25rem) {
  div.responsive-picture.pict-discount-02 {
    margin-right: auto;
    margin-left: auto;
    max-width: 250px;
  }
}

@media screen and (min-width: 30rem) {
  /* Text Elements */

  h2.h2-top-photo {
    padding-top: 290px;
  }

  /* Layout Elements */

  .link-container.link-cont-main {
    background-image: -webkit-radial-gradient(rgba(0, 0, 0, .65) 0%, rgba(0, 99, 117, .4) 100%), url('../photos/768-aire-del-mar-7.jpg');
    background-image:    -moz-radial-gradient(rgba(0, 0, 0, .65) 0%, rgba(0, 99, 117, .4) 100%), url('../photos/768-aire-del-mar-7.jpg');
    background-image:      -o-radial-gradient(rgba(0, 0, 0, .65) 0%, rgba(0, 99, 117, .4) 100%), url('../photos/768-aire-del-mar-7.jpg');
    background-image:         radial-gradient(rgba(0, 0, 0, .65) 0%, rgba(0, 99, 117, .4) 100%), url('../photos/768-aire-del-mar-7.jpg');
  }

  .container-grid.cont-slideshow {
    min-height: 440px;
  }

  .container-grid.cont-photo-02 {
    min-height: 50px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/768-aire-del-mar-12.jpg');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/768-aire-del-mar-12.jpg');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/768-aire-del-mar-12.jpg');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/768-aire-del-mar-12.jpg');
  }

  .container-grid.cont-photo-03 {
    min-height: 50px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/768-aire-del-mar-16.jpg');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/768-aire-del-mar-16.jpg');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/768-aire-del-mar-16.jpg');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/768-aire-del-mar-16.jpg');
  }

  .container-grid.cont-photo-04 {
    min-height: 50px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/768-aire-del-mar-28.jpg');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/768-aire-del-mar-28.jpg');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/768-aire-del-mar-28.jpg');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/768-aire-del-mar-28.jpg');
  }

  .container-grid.cont-photo-05 {
    min-height: 50px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/768-aire-del-mar-34.jpg');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/768-aire-del-mar-34.jpg');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/768-aire-del-mar-34.jpg');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/768-aire-del-mar-34.jpg');
  }

  .container-grid.cont-photo-06 {
    min-height: 50px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/768-aire-del-mar-63.jpg');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/768-aire-del-mar-63.jpg');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/768-aire-del-mar-63.jpg');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/768-aire-del-mar-63.jpg');
  }

  .container-grid.cont-rates-left {
    padding-right: 0;
    min-width: 10px;
    max-width: none;
    width: 280px;
  }

  .container-grid.cont-buttons-top {
    margin-top: -125px;
    height: 125px;
  }
}

@media screen and (min-width: 37.5625rem) {
  /* Text Elements */

  h2.h2-main {
    font-size: 22px;
  }

  h3.h3-main {
    font-size: 22px;
  }

  .container-grid.cont-row-4-col {
    grid-template-columns: repeat(2 , auto);
  }

  .container-grid.cont-row-7-col {
    grid-template-columns: repeat(3 , auto);
  }

  div.responsive-picture.pict-discount-02 {
    max-width: 320px;
  }

  .container-grid.nav-links {
    visibility: hidden;
    opacity: 0;
  }
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  h2.h2-top-photo {
    padding-top: 500px;
    font-size: 25px;
  }

  /* Layout Elements */

  .link-container.link-cont-main {
    min-height: 260px;
  }

  .container-grid.cont-slideshow {
    min-height: 440px;
  }

  .container-grid.cont-row-2-col {
    grid-template-columns: repeat(2 , auto);
  }

  .container-grid.parallax-container {
    height: 500px;
  }

  .container-grid.cont-photo-02 {
    min-height: 50px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/1280-aire-del-mar-9.jpg');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/1280-aire-del-mar-9.jpg');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/1280-aire-del-mar-9.jpg');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/1280-aire-del-mar-9.jpg');
  }

  .container-grid.cont-photo-03 {
    min-height: 50px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/1280-aire-del-mar-11.jpg');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/1280-aire-del-mar-11.jpg');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/1280-aire-del-mar-11.jpg');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/1280-aire-del-mar-11.jpg');
  }

  .container-grid.cont-options {
    min-height: 300px;
  }

  .container-grid.cont-photo-04 {
    min-height: 50px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/1280-aire-del-mar-18.jpg');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/1280-aire-del-mar-18.jpg');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/1280-aire-del-mar-18.jpg');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/1280-aire-del-mar-18.jpg');
  }

  .container-grid.cont-photo-05 {
    min-height: 50px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/1280-aire-del-mar-20.jpg');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/1280-aire-del-mar-20.jpg');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/1280-aire-del-mar-20.jpg');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/1280-aire-del-mar-20.jpg');
  }

  .container-grid.cont-photo-06 {
    min-height: 50px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/1280-aire-del-mar-28.jpg');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/1280-aire-del-mar-28.jpg');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/1280-aire-del-mar-28.jpg');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/1280-aire-del-mar-28.jpg');
  }

  .container-grid.cont-gallery-row {
    grid-template-columns: repeat(2 , auto);
    grid-template-rows: auto;
  }

  a.responsive-picture.image-right.picture-link-specials {
    margin-right: 0;
  }
}

@media screen and (min-width: 62.0625rem) {
  /* Text Elements */

  h2.h2-top-photo {
    padding-top: 650px;
    font-size: 28px;
  }

  h2.h2-main {
    font-size: 25px;
  }

  h3.h3-main {
    font-size: 25px;
  }

  .container-grid.cont-slideshow {
    margin-top: -255px;
  }

  .container-grid.cont-logo {
    min-height: 250px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .65) 0%, rgba(33, 29, 29, 0) 100%);
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .65) 0%, rgba(33, 29, 29, 0) 100%);
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .65) 0%, rgba(33, 29, 29, 0) 100%);
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, .65) 0%, rgba(33, 29, 29, 0) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .html-element.html-element-1 {
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  button.btn {
    margin-top: 20px;
  }

  a.responsive-picture.image-logo {
    max-width: 550px;
  }

  .container-grid.cont-photo-02 {
    margin-top: -255px;
  }

  .container-grid.cont-photo-03 {
    margin-top: -255px;
  }

  .container-grid.cont-options {
    min-height: 230px;
  }

  .container-grid.cont-photo-04 {
    margin-top: -255px;
  }

  .container-grid.cont-photo-05 {
    margin-top: -255px;
  }

  .container-grid.cont-photo-06 {
    margin-top: -255px;
    background-position: left top, center top;
  }

  div.responsive-picture.dropdown-icon {
    margin-top: -2px;
    margin-left: 10px;
    max-width: 19px;
  }
}

@media screen and (min-width: 68.75rem) {
  /* Text Elements */

  span.text-element.nav-text-main {
    width: auto;
    font-size: 15px;
  }

  span.text-element.nav-text-dropdown {
    font-size: 15px;
  }

  span.text-element.btn-text {
    font-size: 15px;
  }

  /* Layout Elements */

  .link-container.nav-link-main {
    -ms-flex-pack: center;
    padding: 10px 15px;
    height: 38px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .link-container.nav-link-dropdown {
    padding: 14px 12px;
  }

  .link-container.line-bottom.nav-link-main {
    border-bottom-color: transparent;
  }

  .link-container.line-left.nav-link-main {
    border-left: .0625rem solid #338291;
  }

  .container-grid.nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: end;
    -ms-flex-align: center;
    padding-right: 16px;
    padding-left: 16px;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container-grid.nav-links {
    visibility: visible;
    float: right;
    height: 38px;
    opacity: 1;
  }

  .container-grid.nav-list {
    position: static;
    overflow: visible;
    height: auto;
  }

  .container-grid.mobile-nav-btn {
    display: none;
  }

  li.list-item-container.nav-item {
    min-width: 130px;
    width: auto;
    height: 38px;
  }

  div.responsive-picture.dropdown-icon {
    margin-top: 0;
    margin-left: 8px;
    max-width: 20px;
  }

  li.list-item-container.desktop.nav-item {
    display: list-item;
  }

  li.list-item-container.mobile.nav-item {
    display: none;
  }

  li.list-item-container.nav-item.pad-bottom {
    padding-bottom: 0;
  }

  ul.list-container.collapsible.pad-mobile {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .container-grid.collapsible-header {
    -ms-flex-pack: center;
    padding: 10px 12px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container-grid.collapsible-body {
    padding-top: 11px;
  }
}

@media screen and (min-width: 75.0625rem) {
  /* Text Elements */

  h2.h2-top-photo {
    padding-top: 780px;
  }

  .container-grid.cont-slideshow {
    min-height: 440px;
  }

  .container-grid.cont-row-4-col {
    grid-template-columns: repeat(4 , auto);
  }

  button.btn {
    margin-top: 30px;
  }

  a.responsive-picture.image-logo {
    max-width: 600px;
  }

  .container-grid.parallax-container {
    height: 650px;
  }

  .container-grid.cont-row-7-col {
    grid-template-columns: repeat(8 , auto);
  }

  .container-grid.cont-photo-02 {
    min-height: 50px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/2048-aire-del-mar-8.jpg');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/2048-aire-del-mar-8.jpg');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/2048-aire-del-mar-8.jpg');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/2048-aire-del-mar-8.jpg');
  }

  .container-grid.cont-photo-03 {
    min-height: 50px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/2048-aire-del-mar-10.jpg');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/2048-aire-del-mar-10.jpg');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/2048-aire-del-mar-10.jpg');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/2048-aire-del-mar-10.jpg');
  }

  .container-grid.cont-options {
    min-height: 180px;
  }

  .container-grid.cont-photo-04 {
    min-height: 50px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/2048-aire-del-mar-17.jpg');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/2048-aire-del-mar-17.jpg');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/2048-aire-del-mar-17.jpg');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/2048-aire-del-mar-17.jpg');
  }

  .container-grid.cont-photo-05 {
    min-height: 50px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/2048-aire-del-mar-19.jpg');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/2048-aire-del-mar-19.jpg');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/2048-aire-del-mar-19.jpg');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/2048-aire-del-mar-19.jpg');
  }

  .container-grid.cont-photo-06 {
    min-height: 50px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/2048-aire-del-mar-27.jpg');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/2048-aire-del-mar-27.jpg');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/2048-aire-del-mar-27.jpg');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .65) 100%), url('../backgrounds/2048-aire-del-mar-27.jpg');
    background-position: left top, center center;
  }

  .container-grid.cont-gallery-row {
    grid-template-columns: repeat(3 , auto);
  }

  a.responsive-picture.picture-link-specials {
    max-width: 250px;
  }

  .container-grid.cont-buttons-top {
    margin-top: -160px;
    height: 160px;
  }

  li.list-item-container.nav-item {
    min-width: 150px;
  }
}

@media screen and (min-width: 120rem) {
  /* Text Elements */

  h2.h2-top-photo {
    padding-top: 850px;
    font-size: 35px;
  }

  h3.h3-main {
    font-size: 25px;
  }

  .container-grid.parallax-container {
    height: 680px;
  }

  .container-grid.cont-options {
    min-height: 120px;
  }

  li.list-item-container.nav-item {
    min-width: 200px;
  }
}

@media screen and (min-width: 128rem) {
  /* Text Elements */

  h2.h2-top-photo {
    padding-top: 1000px;
  }

  p.paragraph a.paragraph-text-1 {
    text-decoration: underline;
  }

  p.paragraph span.text-bold {
    font-weight: 700;
  }

  p.paragraph a.paragraph-text-2 {
    text-decoration: underline;
  }

  /* Layout Elements */

  body.airdelmar {
    background-color: #006375;
  }

  .container-grid.cont-slideshow {
    min-height: 440px;
  }

  .container-grid.cont-photo-02 {
    min-height: 50px;
  }

  .container-grid.cont-photo-03 {
    min-height: 50px;
  }

  .container-grid.cont-photo-04 {
    min-height: 50px;
  }

  .container-grid.cont-photo-05 {
    min-height: 50px;
  }

  .container-grid.cont-photo-06 {
    min-height: 50px;
  }
}


/*Custom Fonts Definitions*/

@font-face {
	font-family: Raleway-Regular;
	src: url('../custom_fonts/Raleway-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
