.visually-hidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.flex-box {
  display: block;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .flex-box {
      table-layout: fixed;
      display: table; } }
  .flex-box > div {
    display: block; }
    @media screen and (min-width: 992px) {
      .flex-box > div {
        display: table-cell;
        position: relative;
        vertical-align: top; } }

.plus-minus {
  position: relative;
  width: 22px;
  height: 22px;
  display: inline-block;
  float: right;
  /* Vertical line */
  /* horizontal line */ }
  .plus-minus:before, .plus-minus:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .plus-minus:before {
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    margin-left: -2px; }
  .plus-minus:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    margin-top: -2px; }
  .plus-minus.dark:before, .plus-minus.dark:after {
    background-color: #555555; }

.active .plus-minus {
  cursor: pointer; }
  .active .plus-minus:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .active .plus-minus:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

@media screen and (min-width: 768px) {
  .border-gradient-right:after {
    content: "";
    background: url(../img/gradient-border-right.png) repeat-y;
    width: 8px;
    height: 100%;
    position: absolute;
    right: -8px;
    top: 0;
    z-index: 999; } }

.node-type-blog .node-blog {
  padding: 34px 20px 0; }
  @media only screen and (min-width: 768px) {
    .node-type-blog .node-blog {
      padding: 34px 0; } }

@media only screen and (min-width: 768px) {
  .no-padding {
    padding: 0 !important; } }

.page-page-not-found #main,
.page-access-denied #main {
  padding: 20px; }
  @media only screen and (min-width: 768px) {
    .page-page-not-found #main,
    .page-access-denied #main {
      padding: 40px; } }
  @media only screen and (min-width: 980px) {
    .page-page-not-found #main,
    .page-access-denied #main {
      padding: 80px; } }
  @media only screen and (min-width: 1180px) {
    .page-page-not-found #main,
    .page-access-denied #main {
      padding: 120px; } }

.page-page-not-found h1,
.page-access-denied h1 {
  color: #fff; }

article.node-page, article.node-property {
  text-align: center; }
  .text-align-style-left article.node-page, .text-align-style-left article.node-property {
    text-align: left; }
    .text-align-style-left article.node-page table td, .text-align-style-left article.node-property table td {
      padding-left: 10px;
      padding-right: 10px; }
  article.node-page .field-name-body, article.node-property .field-name-body {
    margin: auto;
    max-width: 600px; }

@media only screen and (min-width: 1280px) {
  .page.wide-content .node-page .field-name-body {
    max-width: 1200px; } }

@media screen and (min-width: 992px) {
  .half-hero .slide__media > div {
    height: 403px !important; } }

.booking-main-content .booking-results .booking-result .accordion-tabs > .content.reviews-block {
  display: block !important;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  @media only screen and (min-width: 768px) {
    .booking-main-content .booking-results .booking-result .accordion-tabs > .content.reviews-block {
      padding: 30px 0; } }
  .booking-main-content .booking-results .booking-result .accordion-tabs > .content.reviews-block.active {
    height: auto;
    visibility: visible;
    padding: 20px 0; }
    @media only screen and (min-width: 768px) {
      .booking-main-content .booking-results .booking-result .accordion-tabs > .content.reviews-block.active {
        padding: 30px 0; } }
  @media only screen and (min-width: 768px) {
    .booking-main-content .booking-results .booking-result .accordion-tabs > .content.reviews-block .slick-list {
      min-height: 300px; } }

.booking-main-content .edit-reservation {
  display: inline-block;
  line-height: 1.3; }
  @media only screen and (min-width: 768px) {
    .booking-main-content .edit-reservation {
      position: absolute;
      right: 40px; } }
  @media only screen and (min-width: 960px) {
    .booking-main-content .edit-reservation {
      display: block;
      margin-top: 20px;
      position: static; } }
  @media only screen and (min-width: 1060px) {
    .booking-main-content .edit-reservation {
      display: inline-block;
      margin-top: 0;
      position: absolute;
      right: 30px; } }
  .booking-main-content .edit-reservation a {
    border-bottom: 1px solid #dadadb;
    font-family: "Agenda", Arial, Helvetica, sans-serif;
    text-decoration: none; }
    .booking-main-content .edit-reservation a:hover {
      border-bottom: 0; }

.loading-gif {
  background-image: url("../img/icons/spinner.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 30px auto !important;
  text-indent: -9999px;
  -webkit-transition: none !important;
  transition: none !important; }

.loading-gif-red:before, .loading-gif-red::before {
  background-image: url("../img/icons/blue-spinner.svg") !important; }

.page-booking-payment-thanks {
  text-align: center; }

.fancy-jay-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 90; }

.fancy-jay-box {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #fff;
  box-sizing: border-box;
  max-width: 560px;
  padding: 40px 10px 10px;
  position: fixed;
  width: 100%;
  z-index: 99; }
  @media only screen and (min-width: 768px) {
    .fancy-jay-box {
      padding: 40px 20px 20px; } }
  @media only screen and (min-width: 1060px) {
    .fancy-jay-box {
      max-width: 800px; } }
  @media only screen and (min-width: 1280px) {
    .fancy-jay-box {
      max-width: 900px; } }
  .fancy-jay-box iframe {
    width: 100%; }
    @media only screen and (min-width: 1060px) {
      .fancy-jay-box iframe {
        height: 415px; } }
    @media only screen and (min-width: 1280px) {
      .fancy-jay-box iframe {
        height: 515px; } }

.close-jay-box-btn {
  color: #000;
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 10px; }

.gm-style-iw h3 {
  font-size: 24px;
  margin: 0; }

.gmap-marker-infobox {
  padding: 10px; }

/*
.field-name-body {

  li {
    list-style-position: inside;
    list-style-type: disc;
    padding: 0;

    &:before,
    &::before {
      display: none;
    }
  }
}
*/
.page-company-registration article.node-page {
  max-width: none; }

.responsive-table {
  display: block;
  margin: 20px 0;
  text-align: center;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .responsive-table {
      display: table;
      margin: 0 0 40px 0; } }
  .responsive-table thead {
    display: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .responsive-table thead {
        display: table-header-group; } }
    .responsive-table thead.cloned-header {
      position: fixed;
      top: 0;
      transform: translateY(-100%);
      transition: 0.2s transform cubic-bezier(0.3, 0.73, 0.3, 0.74);
      z-index: 13; }
  .responsive-table th {
    display: block;
    font-size: 21px;
    padding: 0 0 20px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .responsive-table th {
        display: table-cell; } }
  .responsive-table tr {
    display: block; }
    @media only screen and (min-width: 768px) {
      .responsive-table tr {
        display: table-row; } }
  .responsive-table tbody {
    display: block;
    padding: 20px 0 0; }
    @media only screen and (min-width: 768px) {
      .responsive-table tbody {
        display: table-row-group; } }
    .responsive-table tbody tr {
      border-bottom: 1px solid #fff; }
  .responsive-table td {
    box-sizing: border-box;
    display: inline-block;
    font-size: 13px;
    margin: 10px 0;
    min-height: 35px;
    padding: 0 0 0 50%;
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .responsive-table td {
        display: table-cell;
        font-size: 19px;
        margin: 0;
        padding: 10px 0;
        width: auto; } }
    .responsive-table td:before, .responsive-table td::before {
      content: attr(data-table-header);
      display: inline-block;
      left: 5px;
      padding-right: 10px;
      position: absolute;
      text-align: left;
      top: 0;
      width: 45%; }
      @media only screen and (min-width: 768px) {
        .responsive-table td:before, .responsive-table td::before {
          display: none; } }

@media only screen and (min-width: 768px) {
  body.down .responsive-table .cloned-header {
    display: block;
    transform: translateY(0); } }

@media only screen and (min-width: 1060px) {
  body.down .responsive-table .cloned-header {
    transform: translateY(45px); } }

.page-cookie-policy .field-name-body a {
  word-wrap: break-word; }

.maintenance-page #name-and-slogan {
  margin: 40px 0 0;
  padding: 0 20px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .maintenance-page #name-and-slogan img {
      max-width: 20%; } }

.maintenance-page #main {
  text-align: center; }
  .maintenance-page #main #content {
    padding: 0 20px; }

.suit-your-needs {
  text-align: center; }
  .suit-your-needs h3 {
    font-size: 44px; }

.section-principal .responsive-table thead,
.section-principal .responsive-table tbody tr {
  border-bottom: 1px solid #000; }

/*# sourceMappingURL=updates.css.map */