/*!
  * Milligram v1.4.1
  * https://milligram.io
  *
  * Copyright (c) 2020 CJ Patoilo
  * Licensed under the MIT license
 */

*,
*:after,
*:before {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

body {
    overflow-x: visible;
}

/* sr: Screen Reader only */
.sr-only {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

body .abe {
    color: #444444;
    font-weight: 400;
    line-height: 1.6;
    font-family: "Work Sans", Sans-serif;
}

.abe blockquote {
    border-left: 0.3rem solid #d1d1d1;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1.5rem;
}

blockquote *:last-child {
    margin-bottom: 0;
}

.hiddeninputscc {
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.abe-flex-form {
    display: flex;
    flex-direction: column;
}

.abe-form-wrapper {
    justify-content: center;
}

.abe .button,
.abe-button,
#featured-units .button,
button.abe-button,
.abe input[type='button'],
.abe input[type='reset'],
.abe input[type='submit'] {
    background-color: #c7ffd9;
    border: 1px solid #c7ffd9;
    border-radius: 0px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    height: 2.6rem !important;
    line-height: 100% !important;
    letter-spacing: 0 ;
    padding: 15px 15px 10px 15px !important;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
    font-family: 'Work Sans';
    font-style: normal;
}

.abe .button:focus,
.abe .button:hover,
.abe-button:hover,
.abe-button:focus,
button.abe-button:focus,
button.abe-button:hover,
#featured-units .button:focus,
#featured-units .button:hover,
.abe input[type='button']:focus,
.abe input[type='button']:hover,
.abe input[type='reset']:focus,
.abe input[type='reset']:hover,
.abe input[type='submit']:focus,
.abe input[type='submit']:hover {
    background-color: #fff !important;
    border: 1px solid #c7ffd9 !important;
    color: #000 !important;
    outline: 0;
}

.abe .button[disabled],
.abe input[type='button'][disabled],
.abe input[type='reset'][disabled],
.abe input[type='submit'][disabled] {
    cursor: default;
    opacity: .5;
}

.abe .button[disabled]:focus, .abe .button[disabled]:hover,
.abe input[type='button'][disabled]:focus,
.abe input[type='button'][disabled]:hover,
.abe input[type='reset'][disabled]:focus,
.abe input[type='reset'][disabled]:hover,
.abe input[type='submit'][disabled]:focus,
.abe input[type='submit'][disabled]:hover {
    background-color: #002c2f;
    border-color: #002c2f;
}

.abe .button.button-outline,
.abe button.button-outline,
.abe input[type='button'].button-outline,
.abe input[type='reset'].button-outline,
.abe input[type='submit'].button-outline {
    background-color: #c7ffd9;
    color: #000;
}

.abe .button.button-outline:focus, .abe .button.button-outline:hover,
.abe button.button-outline:focus,
.abe button.button-outline:hover,
.abe input[type='button'].button-outline:focus,
.abe input[type='button'].button-outline:hover,
.abe input[type='reset'].button-outline:focus,
.abe input[type='reset'].button-outline:hover,
.abe input[type='submit'].button-outline:focus,
.abe input[type='submit'].button-outline:hover {
    background-color: #1e646e;
    border-color: #1e646e;
    color: #fff;
}

.abe .button.button-outline[disabled]:focus, .abe .button.button-outline[disabled]:hover,
.abe button.button-outline[disabled]:focus,
.abe button.button-outline[disabled]:hover,
.abe input[type='button'].button-outline[disabled]:focus,
.abe input[type='button'].button-outline[disabled]:hover,
.abe input[type='reset'].button-outline[disabled]:focus,
.abe input[type='reset'].button-outline[disabled]:hover,
.abe input[type='submit'].button-outline[disabled]:focus,
.abe input[type='submit'].button-outline[disabled]:hover {
    border-color: inherit;
    color: #002c2f;
}

.abe .button.button-clear,
.abe button.button-clear,
.abe input[type='button'].button-clear,
.abe input[type='reset'].button-clear,
.abe input[type='submit'].button-clear {
    background-color: transparent;
    border-color: transparent;
    color: #002c2f;
}

.abe .button.button-clear:focus, .abe .button.button-clear:hover,
.abe button.button-clear:focus,
.abe button.button-clear:hover,
.abe input[type='button'].button-clear:focus,
.abe input[type='button'].button-clear:hover,
.abe input[type='reset'].button-clear:focus,
.abe input[type='reset'].button-clear:hover,
.abe input[type='submit'].button-clear:focus,
.abe input[type='submit'].button-clear:hover {
    background-color: transparent;
    border-color: transparent;
    color: #4f6169;
}

.abe .button .abe .button-clear[disabled]:focus, .abe .button .abe .button-clear[disabled]:hover,
button .abe .button-clear[disabled]:focus,
button .abe .button-clear[disabled]:hover,
.abe input[type='button'] .abe .button-clear[disabled]:focus,
.abe input[type='button'] .abe .button-clear[disabled]:hover,
.abe input[type='reset'] .abe .button-clear[disabled]:focus,
.abe input[type='reset'] .abe .button-clear[disabled]:hover,
.abe input[type='submit'] .abe .button-clear[disabled]:focus,
.abe input[type='submit'] .abe .button-clear[disabled]:hover {
    color: #002c2f;
}

.abe-sort-wrapper .abe-share, .abe-sort-wrapper .abe-favorite-show a {
    font-size: 0.9rem;
    color: #444444;
    font-weight: 400;
}

.vrpsorter option[value*="search[sort]=Rate"] {
    display: none !important;   /* the !important keeps other styles from overriding */
}

code {
    background: #f4f5f6;
    border-radius: .2rem;
    font-size: 86%;
    margin: 0 .2rem;
    padding: .2rem .5rem;
    white-space: nowrap;
}

pre {
    background: #f4f5f6;
    border-left: 0.3rem solid #002c2f;
    overflow-y: hidden;
}

pre > code {
    border-radius: 0;
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}

hr {
    border: 0;
    border-top: 1px solid #f4f5f6;
    margin: 3.0rem 0;
}

.abe input[type='color'],
.abe input[type='date'],
.abe input[type='datetime'],
.abe input[type='datetime-local'],
.abe input[type='email'],
.abe input[type='month'],
.abe input[type='number'],
.abe input[type='password'],
.abe input[type='search'],
.abe input[type='tel'],
.abe input[type='text'],
.abe input[type='url'],
.abe input[type='week'],
.abe input:not([type]),
.abe textarea,
.abe select {
    -webkit-appearance: none;
    border: 1px solid #444444;
    color: #444444;
    border-radius: 0px;
    box-shadow: none;
    box-sizing: inherit;
    height: 2.6rem;
    font-size: 1rem;
    padding: .2rem 0.25rem;
    width: 100%;
    background-color: #fff;
}

.abe input[type='color']:focus,
.abe input[type='date']:focus,
.abe input[type='datetime']:focus,
.abe input[type='datetime-local']:focus,
.abe input[type='email']:focus,
.abe input[type='month']:focus,
.abe input[type='number']:focus,
.abe input[type='password']:focus,
.abe input[type='search']:focus,
.abe input[type='tel']:focus,
.abe input[type='text']:focus,
.abe input[type='url']:focus,
.abe input[type='week']:focus,
.abe input:not([type]):focus,
.abe textarea:focus,
.abe select:focus {
    border-color: #002c2f;
    outline: 0;
}

.abe select {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 8" width="18"><path fill="%23023459" d="M0,0l6,8l6-8"/></svg>') center right no-repeat;
    padding-right: 1.4rem;
    background-color: #fff;
}

.abe select:focus {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 8" width="18"><path fill="%23444444" d="M0,0l6,8l6-8"/></svg>');
}

::placeholder {color:#444444;}

.abe select[multiple] {
    background: none;
    height: auto;
}

.abe textarea {
    min-height: 6.5rem;
}

label,
legend {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

fieldset {
    border-width: 0;
    padding: 0;
}

.abe input[type='checkbox'],
.abe input[type='radio'] {
    display: inline;
}

.label-inline {
    display: inline-block;
    font-weight: normal;
    margin-left: .5rem;
}

input:required, textarea:required, select:required {
    position: relative;
}
input:required, textarea:required, select:required {
    vertical-align: top;
    background: url('../images/asterisk.svg') no-repeat 99% center;
    background-size: 12px 12px;
}

.abe-container {
    margin: 0 auto;
    padding: 1.5rem;
    position: relative;
    width: 100%;
    max-width: 1920px;
}

.abe-row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
}

.abe-row.abe-row-no-padding {
    padding: 0;
}

.abe-row.abe-row-no-padding > .abe-column {
    padding: 0;
}

.abe-row.abe-row-wrap {
    flex-wrap: wrap;
}

.abe-row.abe-row-top {
    align-items: flex-start;
}

.abe-row.abe-row-bottom {
    align-items: flex-end;
}

.abe-row.abe-row-center {
    align-items: center;
}

.abe-row.abe-row-stretch {
    align-items: stretch;
}

.abe-row.abe-row-baseline {
    align-items: baseline;
}

.abe-row .abe-column {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    padding: 0 0.2rem;
    width: 100%;
}

.abe-row .abe-column.abe-column-offset-10 {
    margin-left: 10%;
}

.abe-row .abe-column.abe-column-offset-20 {
    margin-left: 20%;
}

.abe-row .abe-column.abe-column-offset-25 {
    margin-left: 25%;
}

.abe-row .abe-column.abe-column-offset-33, .abe-row .abe-column.abe-column-offset-34 {
    margin-left: 33.3333%;
}

.abe-row .abe-column.abe-column-offset-40 {
    margin-left: 40%;
}

.abe-row .abe-column.abe-column-offset-50 {
    margin-left: 50%;
}

.abe-row .abe-column.abe-column-offset-60 {
    margin-left: 60%;
}

.abe-row .abe-column.abe-column-offset-66, .abe-row .abe-column.abe-column-offset-67 {
    margin-left: 66.6666%;
}

.abe-row .abe-column.abe-column-offset-75 {
    margin-left: 75%;
}

.abe-row .abe-column.abe-column-offset-80 {
    margin-left: 80%;
}

.abe-row .abe-column.abe-column-offset-90 {
    margin-left: 90%;
}

.abe-row .abe-column.abe-column-10 {
    flex: 0 0 10%;
    max-width: 10%;
}

.abe-row .abe-column.abe-column-20 {
    flex: 0 0 20%;
    max-width: 20%;
}

.abe-row .abe-column.abe-column-25 {
    flex: 0 0 25%;
    max-width: 25%;
}

.abe-row .abe-column.abe-column-33, .abe-row .abe-column.abe-column-34 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.abe-row .abe-column.abe-column-40 {
    flex: 0 0 40%;
    max-width: 40%;
}

.abe-row .abe-column.abe-column-50 {
    flex: 0 0 50%;
    max-width: 50%;
}

.abe-row .abe-column.abe-column-60 {
    flex: 0 0 60%;
    max-width: 60%;
}

.abe-row .abe-column.abe-column-66, .abe-row .abe-column.abe-column-67 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
}

.abe-row .abe-column.abe-column-75 {
    flex: 0 0 75%;
    max-width: 75%;
}

.abe-row .abe-column.abe-column-80 {
    flex: 0 0 80%;
    max-width: 80%;
}

.abe-row .abe-column.abe-column-90 {
    flex: 0 0 90%;
    max-width: 90%;
}

.abe-row .abe-column .abe-column-top {
    align-self: flex-start;
}

.abe-row .abe-column .abe-column-bottom {
    align-self: flex-end;
}

.abe-row .abe-column .abe-column-center {
    align-self: center;
}

.abe a {
    color: #000;
    text-decoration: none;
}

.abe a:focus, .abe a:hover {
    color: #444444;
}
.abe .fas { font-size: 1.1rem; color: #6e818a; }

.abe .fas, .abe .fa-solid, .abe .fa-brands { font-size: 1.1rem; color: #444444; }
.guests-count-book div:not(:last-of-type)::after {
    content: '|';
    margin: 0 10px;
}
.abe .fa-solid.fa-magnifying-glass {color: #ffffff;}
.guests-count-book {
    display: flex;
}

.abe dl,
.abe ol,
.abe ul {
    list-style: none;
    margin-top: 0;
    padding-left: 0;
}

.abe-unit {margin-bottom: 2rem;}

.abe-unit .lSSlideOuter {
    margin: 0;
}

.abe dl dl,
.abe dl ol,
.abe dl ul,
.abe ol dl,
.abe ol ol,
.abe ol ul,
.abe ul dl,
.abe ul ol,
.abe ul ul {
    font-size: 90%;
    margin: 1.5rem 0 1.5rem 3.0rem;
}

.abe ol {
    list-style: decimal inside;
}

.abe ul {
    list-style: circle inside;
}

/* .abe .button,
.abe button,
.abe dd,
.abe dt,
.abe li {
    margin-bottom: 1.0rem;
} */

.abe fieldset,
.abe input,
.abe select,
.abe textarea {
    margin-bottom: 0.75rem;
}

.abe blockquote,
.abe dl,
.abe figure,
.abe form,
.abe ol,
.abe p,
.abe pre,
.abe table,
.abe ul {
    margin-bottom: 1.5rem;
}

.abe table {
    border-spacing: 0;
    overflow-x: auto;
    text-align: left;
    width: 100%;
}

.abe td,
.abe th {
    border-bottom: 1px solid #e1e1e1;
    padding: 0.4rem 1.2rem 0.2rem;
}

.abe b,
.abe strong {
    font-weight: bold;
}

.abe p {
    margin-top: 0;
}

.abe h1,
.abe h2,
.abe h3,
.abe h4,
.abe h5,
.abe h6 {
    font-weight: 400 !important;
    margin-bottom: 2.0rem;
    margin-top: 0;
}

.abe h1 {
    font-size: 2.625rem;
    line-height: 1.2;
}

.abe h2 {
    font-size: 1.6rem;
    line-height: 1.25;
}

.abe h3 {
    font-size: 1.4rem;
    line-height: 1.3;
}

.abe h4 {
    font-size: 1rem;
    letter-spacing: -.08rem;
    line-height: 1.35;
}

.abe h5 {
    font-size: 0.8rem;
    letter-spacing: -.05rem;
    line-height: 1.5;
}

.abe h6 {
    font-size: 0.6rem;
    letter-spacing: 0;
    line-height: 1.4;
}

.abe img {
    max-width: 100%;
}

/*.abe-image-container img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}*/

.abe-column.unit-image {
    width:100%;
    max-width: 100%;
     align-items: center;
     justify-content: center;
     padding: 0;
}

.abe-column.unit-image .lSAction>a {
    opacity: 0.75;
}

.abe-column.unit-image .lSSlideOuter {margin-bottom: 0;}

.abe-image-container img {
    width: 100%;
    height: 100%;
    min-height: 275px;
    object-fit: cover;
}

.gallery-wrapper .lSSlideOuter .lSPager.lSGallery {
    display: none;
}
.gallery-wrapper, .mobile-gallery-wrapper {
    position: relative;
}
.gallery-wrapper #fullscreen-cta, .mobile-gallery-wrapper #fullscreen-cta {
    position: absolute;
    bottom: 12px;
    right: 10px;
    z-index: 10;
    background: #000000a6;
    padding: 6px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-wrapper .lSNext {
    right: 0;
}
.gallery-wrapper #fullscreen-cta i, .mobile-gallery-wrapper #fullscreen-cta i {
    color: #fff;
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    text-align: center;
}

.abe .clearfix:after {
    clear: both;
    content: ' ';
    display: table;
}

.abe .float-left {
    float: left;
}

.abe .float-right {
    float: right;
}

#search-wrap .abe-container form { max-width: 1200px !important; margin: 0 auto; }

.attr-item label,
.type-item label {
    display: inline;
    font-size: 14px;
}

.abe-filters-wrapper .attr-item, .abe-filters-wrapper .type-item { display: flex; width: 200px; margin: 0 12px 2px 0; }

.abe-filters-wrapper .attr-item input, .abe-filters-wrapper .type-item input {margin-right: 0.25rem;}

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

.abe-filter-title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #444444;
    border-bottom: 1px dashed #495c65;
}

.abe .abe-jumbo .abe-button#clear-dates,
.abe .abe-jumbo .abe-button#reset-filters {
    width: auto;
    font-size: initial;
    padding: 0 1rem !important;
    margin-bottom: 0;
    margin-right: 0.5rem;
}

.abe-row .abe-column.num-results-column {
    display: flex;
    align-items: center;
    width: auto;
}

.num-results-container {
    padding: 0 0.5rem 0.5rem;
}

.num-results-container p {
    margin-bottom: 0;
    text-wrap: nowrap;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #44444470;
    font-size: 0.82rem;
    line-height: 15px;
}

#num-results {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
}

.ellipsis {
    display: inline-block;
    animation-name: ellipsisBounce;
    animation-duration: 750ms;
    animation-iteration-count: infinite;
    /*animation-timing-function: ease-out;*/
    &:nth-child(2) {
        animation-delay: 75ms;
    }
    &:nth-child(3) {
        animation-delay: 200ms;
    }
}

@keyframes ellipsisBounce {
    0% {
        transform: none;
    }

    33% {
        transform: translate(0,-0.5em);
    }

    66% {
        transform: none;
    }
}

.abe-row .abe-column.clear-buttons {
    display: flex;
    align-items: flex-end;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 10px;
}

.clear-buttons button {
    padding-right: 1rem;
}

/* Toggle Map */
.switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 30px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d3dee4;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #c7ffd9;
}

input:focus + .slider {
    box-shadow: 0 0 1px #002c2f;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    border: 1px solid #444444;
}

.slider.round:before {
    border-radius: 50%;
}

.abe-map-activator .heading {
    font-size: 14px;
    padding: 0 0.6rem 0.5rem;
}
/* end of toggle map */

/* Results page */
.abe-results > div {
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.abe-results {
    justify-content: center;
    padding: 0 1rem;

}
.abe-results.map-active { padding: 0; }

#abe-map-results {
    background: #19334626;
     border-radius: 12px;
     min-height: 75vh;
     height: auto;
 }

 #map-container {position:relative;}

 #map-controls {
     padding: 0.33rem 0.66rem;
     position: absolute;
     top: 6px;
     left: 12px;
     z-index: 10;
 }

#map-controls label {
    display: flex;
    align-items: center;
    background: #ffffff33;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0px;
    height: 2.2rem;
    padding: 0 0.33rem;
    cursor: pointer;
}

#moving-search {
    margin-top: 0;
    margin-bottom: 0;
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 0 1px rgba(255,255,255,1);
    box-shadow: 0 0 0 1px rgba(255,255,255,1);
}

#map-controls span {
    display: inline;
    padding: 0 0.33rem;
    font-weight: 600;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.66);
}

#reset-map {
    width: 100%;
    line-height: unset;
    height: 2.2rem;
    padding: 0 1.5rem;
    background-color: #ffffff33;
    color: #ffffff;
    border: 1px solid #ffffff;
    margin-top: 6px;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.66);
    cursor: pointer;
}

.abe-row .abe-column-50 {padding: 0 0.5rem;}

.abe-row .abe-column-50.unit-list {
    flex: 0 0 100%;
    max-width: 100%;
}

.abe-row .abe-column.abe-column-50#abe-map-results {
    flex: 0 0 58.33%;
    max-width: 58.33%;
    margin-left: 0;
}

/*.abe .button#abe-filters-activator { line-height: 2.5rem; margin-bottom: 0.5rem; background:  #f4f9fb !important; }
.abe .button#abe-filters-activator:hover { color: #002c2f !important; background: #eef4f7 !important; border-color: #eef4f7 !important; }*/
.abe .button#abe-filters-activator {
    width: 100%;
    padding: 0.4rem 1.3rem;
    background-color: #fff;
    color: #444444;
    border: 1px solid #444444;
}

.abe .button#abe-filters-activator:hover,
.abe .button#abe-filters-activator:focus,
.abe .button#abe-filters-activator:active {
    background-color: #d7d7d7 !important;
    border-color: #444444 !important;
}

.abe .button#abe-filters-activator img {
    width: auto;
    height: 100%;
}

.hasDatepicker { background: #fff url(../images/calendar.svg) 92% no-repeat; }

.abe-results.map-active .abe-item {
    position: relative;
    flex-basis: 48%;
}

.abe-item {
    position: relative;
    flex-basis: 100%;
    align-self: flex-start;
    width: 100%;
    padding: 10px;
    margin: 0 0 1.5%;
    border-bottom: 1.5px solid  #000;
    border-radius: 0;
    transition: border 0.7s;
    transition: all 0.4s;
}

.abe-item .star-rating {
    justify-content: right;
}
/*
.abe-item .abe-row {
    display: flex;
    flex-direction: row;
}

.abe-item .unit-info {
    display: flex;
    flex-direction: column;
    padding: 0.75rem;
}

.abe-item .rate-container {
    height: 100%;
    align-items: flex-end;
}*/

.abe-item .abe-row {
    display: flex;
    flex-direction: column;
}

.abe-item .unit-info {
    display: flex;
    flex-direction: column;
    padding: 0.75rem;
    margin-top: 40px;
}

.abe-item .rate-container {
    height: auto;
    align-items: flex-end;
    flex-direction: row;
    margin-top: 1rem;
}

.abe-item .rate-container .abe-column {
    width: 48%;
}

.unit-button a.button {
    font-size: 0.8rem;
    height: 2rem;
    line-height: 1.9rem;
    margin-bottom: 0;
}

.unit-location p {
    color: #444444ab;
    margin-bottom:1.25rem;
    font-size: 16px;
}

.abe-fixed-w-500-700 {
    min-width: 500px;
    max-width: 700px;
}

.abe-image-container .abe-favorite {
    transition: 0.3s;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 10px;
    padding: 13px 5px 0 5px;
    z-index: 1;
}

.abe-image-container .abe-favorite i{
    color: #f5eded;
    font-size: 2rem;
}

.abe-favorite.active i, .abe-favorite.active:hover .fa-heart {
    color: #f50000 !important;
}

.abe-item h2 {
    font-size: 1.4rem;
    margin: 2px 0 1.25rem 4px;
    line-height: 1;
    letter-spacing: -1px;
}
.abe-item h2 a { font-weight: 500; color: #000;
    font-family: "Poppins";
    letter-spacing: 0px; }
.abe-item strong {
    color: #000;
}
.gallery-wrapper .fa-chevron-right, .gallery-wrapper .fa-chevron-left {
    color: #fff;
    font-size: 1.6rem;
}
.gallery-wrapper .lSPrev, .gallery-wrapper .lSNext {
    opacity: 1;
    cursor: pointer;
}

.abe-item .abe-row.above-unit-title {
    flex-direction: row;
}

.icons-info { font-size: 16px; margin-left: 6px }
.icons-info span { display: inline-block; line-height: 1.4rem; color: #000; padding: 0 6px 0 2px; margin-right: 1px; border-right: 1px solid #98a6ad; }
.icons-info span:last-child { padding-right: 0; margin-right: 0; border-right: none; }
.icons-info span .fas { font-size: 1rem; }

.abe-item .abe-rate {
    font-size: 16px;
    color: #757575;
    padding-left: 1px;
    line-height: 1;
}

.abe-item .abe-rate span,
.taxes-fees-text span {
    font-size: 12px;
    font-weight: 700;
}

.abe-item .stars { margin-left: 5px; }

.abe-row .abe-column.stars-column {
    width: auto;
}

.fa-star.checked {
    color: orange;
}

.star-rating, .back-stars, .front-stars {
    display: flex;
}

#featured-units .star-rating, #featured-units .back-stars, #featured-units .front-stars {
    justify-content: center;
}

.star-rating {
    font-size: 1em;
    height: 18px;
}

.back-stars {
    color: #DFE7EF;
    position: relative;
}

.front-stars {
    color: #ffb200;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.5s;
}

.abe-cd-pagination {
    text-align: center;
    margin: 3% auto 0 !important;
    display: block;
}

.abe-cd-pagination li {
    display: inline-block;
    margin: 0 4px 8px;
}
.abe-cd-pagination li a { display: inline-block; font-weight: 400; color: #000; padding: 0.25rem 1rem 0.2rem; background: #fff; border: 1px solid #444444; border-radius: 0px; }
.abe-cd-pagination li a:hover { color: #000; background: #fff; }

.abe-cd-pagination li a.current { font-weight: 700; color: #fff; background: #1E646E; }
.abe-pagination-btn a.disabled {
    color: #99a2a9;
    pointer-events: none;
    background: #f4f6f7;
}

.abe-pagination-btn:hover a, .abe-cd-pagination li:hover a {
    background: #000;
    color: #fff;
}
 /*.marker-infobox img { max-width: 160px; }
.marker-infobox h5 { font-size: 1.1em; font-weight: 500; line-height: 1rem; letter-spacing: 0; width: 160px; margin-top: 2px; margin-bottom: 5px; }
.icons-map { margin-left: 1px; }
.icons-map span { display: inline-block; padding-right: 6px; margin-right: 5px; border-right: 1px solid #98a6ad; }
.icons-map span:nth-of-type(3) { padding-right: 0; margin-right: 0; border: none; }
.icons-map .fas { font-size: 13px; }
#abe-map-results .gm-ui-hover-effect { top: 2px !important; right: 2px !important; width: 18px !important; height: 18px !important; background: #fff !important; border: 2px solid #b2bcc3 !important; border-radius: 8px !important; opacity: 1 !important; }
#abe-map-results .gm-ui-hover-effect:hover { border: 2px solid #bd0707 !important; }
 #abe-map-results .gm-ui-hover-effect img, .gm-ui-hover-effect span { margin: 0 !important; }*/

/* Results Map Pins */
.abe-map-pin {
    width: 30px;
    height: 30px;
    border: 1px solid #005485;
    border-radius: 50% 50% 50% 0;
    background: #009dff;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg) !important;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -15px;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
}

.abe-map-pin::after {
    content: '';
    width: 14px;
    height: 14px;
    margin: 7px 0 0 7px;
    background: #005485;
    position: absolute;
    border-radius: 50%;
}

.abe-map-pin.pin-highlight {
    background: #ff0008;
    z-index: 99;
}

.abe-map-pin.pin-highlight::after {
    background: #810006;
    z-index: 99;
}

.pin-pulse {
    background: rgba(162, 0, 44, 0.65);
    border-radius: 50%;
    height: 12px;
    width: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 1px 0 0 -6px;
    -webkit-transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: -2;
}
.pin-pulse:after {
    content: "";
    border-radius: 50%;
    height: 60px;
    width: 60px;
    position: absolute;
    margin: -24px 0 0 -24px;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 0 2px 4px #ff0053;
    box-shadow: 0 0 2px 4px #ff0053;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-o-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-moz-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@-o-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

/* Results Map Pins with Prices */
.abe-map-pricePin {
    background-color: #2eafc1;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 3px 4px;
    position: relative;
}

.abe-map-pricePin::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #2eafc1;
}

.abe-map-pricePin.pin-highlight {
    background-color: #c7ffd9;
    z-index: 99;
}

.abe-map-pricePin.pin-highlight::after {
    border-top: 8px solid #c7ffd9;
    z-index: 99;
}

.pin-bounce {
    animation: pin-bounce 3s infinite;
    -webkit-animation: pin-bounce 3s infinite;
    -moz-animation: pin-bounce 3s infinite;
    -o-animation: pin-bounce 3s infinite;
}

@-webkit-keyframes pin-bounce {
    0%, 10%, 30%, 75%, 100% {-webkit-transform: translateY(0);}
    20% {-webkit-transform: translateY(-30px);}
    50% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes pin-bounce {
    0%, 10%, 30%, 75%, 100% {-moz-transform: translateY(0);}
    20% {-moz-transform: translateY(-30px);}
    50% {-moz-transform: translateY(-15px);}
}

@-o-keyframes pin-bounce {
    0%, 10%, 30%, 75%, 100% {-o-transform: translateY(0);}
    20% {-o-transform: translateY(-30px);}
    50% {-o-transform: translateY(-15px);}
}
@keyframes pin-bounce {
    0%, 10%, 30%, 75%, 100% {transform: translateY(0);}
    20% {transform: translateY(-30px);}
    50% {transform: translateY(-15px);}
}

/* ----- Map Pin Popup ----- */
.gm-style .gm-style-iw-c {
    top: 4px;
    border: 3px solid #6493f9;
    max-width: 400px !important;
    padding: 0;
    opacity: 0;
    transition: all 0.6s;
}

.gm-style .gm-style-iw-tc {
    opacity: 0;
    transition: all 0.6s;
}

.gm-style-iw-chr {
    margin-bottom: -14px;
}

.gm-style-iw-ch {
    padding-top: 0;
}

button.gm-ui-hover-effect {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 2px !important;
    right: 2px !important;
    width: 26px !important;
    height: 26px !important;
    background: #ff0e63 !important;
    border: 2px solid #950042 !important;
    border-radius: 0px !important;
    opacity: 1 !important;
}

#abe-map-results .gm-ui-hover-effect:hover {
    border: 2px solid #bd0707 !important;
    background-color: #ff4a9e !important;
}

#abe-map-results .gm-ui-hover-effect img,
.gm-ui-hover-effect span {
    width: 26px !important;
    height: 26px !important;
    background-color: #c40000 !important;
    margin: 0.2rem 0 0 0 !important;
}

.gm-style-iw .abe-row {
    align-items: stretch;
    flex-direction: row;
}

.gm-style-iw .abe-row .abe-column.popup-img {
    width: 50%;
    max-width: 50%;
    align-self: center;
    justify-items: center;
}

.gm-style-iw .img-container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.popup-img img {
    max-width: 100%;
    border-radius: 12px;
}

.gm-style-iw .details {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    padding-right: 1rem;
    padding-left: 1.25rem;
    padding-bottom: 0.25rem;
}

.gm-style-iw .unit-name {
    color: #324f82;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 8px;
    margin-top: 4px;
}

.gm-style-iw .city {
    color: #787878;
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: 4px;
}

.gm-style-iw .features {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.gm-style-iw .unit-feature {
    align-items: center;
    background: #F5F5F5;
    color: #324f82;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: flex !important;
    font-size: 10px;
    font-weight: 700;
    gap: 3px;
    padding: 4px;
}

.gm-style-iw.highlight .details {
    display: flex;
}

.gm-style-iw .bed {
    color: #FFA000;
}

.gm-style-iw .bath {
    color: #03A9F4;
}

.gm-style-iw .sleeps {
    color: #388E3C;
}

@media all and (max-width: 600px) {
    .gm-style-iw .abe-row {
        flex-direction: column;
    }

    .gm-style .gm-style-iw-c {
        max-width: 220px !important;
    }

    .gm-style-iw .abe-row .abe-column.popup-img {
        width: 85%;
        max-width: 85%;
    }

    .gm-style .gm-style-iw-d {
        margin-bottom: 3px;
    }
    #loadingicons.results-loader {
        width: 95%;
        margin: 0 auto;
    }
}

/* End Unit Popup */

/*#abe-map-results .gm-style-iw-chr {
    position: absolute;
    top: 4px;
    right: 4px;
}

#abe-map-results .gm-ui-hover-effect {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 3px !important;
    right: 3px !important;
    width: 30px !important;
    height: 30px !important;
    background: #ff0e63 !important;
    border: 2px solid #950042 !important;
    border-radius: 0px !important;
    opacity: 1 !important;
}

#abe-map-results .gm-ui-hover-effect:hover {
    border: 2px solid #bd0707 !important;
    background-color: #ff4a9e !important;
}

#abe-map-results .gm-ui-hover-effect img,
.gm-ui-hover-effect span {
    width: 30px !important;
    height: 30px !important;
    background-color: #c40000 !important;
    margin: 0.2rem 0 0 0 !important;
}

#abe-map-results .gm-style .gm-style-iw-tc,
#abe-map-results .gm-style .gm-style-iw-tc:after {
    height: 47px !important;
    width: 170px !important;
    filter: drop-shadow(0px 7px 1px rgba(51, 51, 51, 0.5));
}*/

.abe-results .abe-row.abe-column-50  .abe-image {
    position: relative;
    height: 100%;
    min-height: 275px;
    background-color: #9898986b;
    /* border-radius: 12px; */
}

.abe-results .abe-row.abe-column-50 .lSSlideOuter .lSPager,
.abe-results .abe-row.abe-column-50 .lSSlideOuter .lightSlider {
    margin: 0 !important;
}

.abe-results .abe-row.abe-column-50 .abe-image ul li {
    list-style-type: none !important;
}

.abe-results .abe-row.abe-column-50 .lSAction>a {
    background-image: url(../assets/icons/controls.png);
}

.abe-results .abe-row.abe-column-50  .abe-image {
    position: relative;
}

.abe-results .abe-row.abe-column-50 .lSSlideOuter .lSPager,
.abe-results .abe-row.abe-column-50 .lSSlideOuter .lightSlider {
    margin: 0 !important;
}

.abe-results .abe-row.abe-column-50 .abe-image ul li {
    list-style-type: none !important;
}

.abe-results .abe-row.abe-column-50 .lSAction>a {
    background-image: url(../images/controls.png);
}

/* end of Results page */

/* Unit page */
.abe-row .abe-column.abe-unit-info {
    padding: 0;
}

.abe-unit .abe-container {
    padding: 0.8rem;
}

.abe-unit-twosides-wrapper {
    width: 100%;
    justify-content: center;
}
.unit-details {
    padding: 0 2rem;
}

.unit-section-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.unit-section-container .abe-container {
    padding: 0;
}

.unit-section-container h2 {
    font-size: 2rem;
    font-weight: 600 !important;
    font-family: "Poppins";
    color: #000;
}

.amenities-preview {
    height: 625px;
    overflow: hidden;
    --mask: linear-gradient(to bottom, rgba(0,0,0, 1) 0, rgba(0,0,0, 1) 90%, rgba(0,0,0, 0) 100%, rgba(0,0,0, 0) 0 ) 100% 50% / 100% 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}

.amenities-full {
    height: unset;
    overflow: unset;
    mask: unset;
}

.section-separator {
    height: 1.5px;
    background-color: #4444441f;
    border-radius: 12px;
    margin-bottom: 2rem;
}

.abe-title-wrapper span, .abe-title-wrapper .fas {
    color: #444444ab;
    font-size: 18px;
}
.abe-title-wrapper .abe-icons span, .abe-title-wrapper .abe-icons .fas {
    color: #000;
}
.abe i.fas.slick-arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border: 1.5px solid #ffffff00;
    border-radius: 0px;
    z-index: 10;
    font-size: 2.25rem;
    cursor: pointer;
    text-shadow: 0 1px 2px rgba(0,0,0,0.8);
    transition: all 0.4s;
}
.abe i.fas.slick-arrow:hover, .abe i.fas.slick-arrow:focus, .abe i.fas.slick-arrow:active {
    color: #fff;
    border-color: #ffffff;
    background-color: #ffffff10;
    box-shadow: 0 0 3px #002c2f;
}
i.fas.fa-chevron-left.slick-arrow {
    left: 20px;
}
i.fas.fa-chevron-right.slick-arrow {
    right: 20px;
}

.unit-section-container .slick-arrow {
    position: absolute;
    top: 16px;
    border: none !important;
    padding: 0.25rem 0.5rem;
    z-index: 8;
}

.unit-section-container .slick-arrow .fas {
    font-size: 1.3rem;
    color: #023459;
}

.unit-section-container .slick-arrow:hover,
.unit-section-container .slick-arrow:active,
.unit-section-container .slick-arrow:focus {
    background-color: #fbfbfb26;
    border: none !important;
}

.unit-section-container .slick-arrow:hover .fas,
.unit-section-container .slick-arrow:active .fas,
.unit-section-container .slick-arrow:focus .fas {
    background-color: #fbfbfb;
    color: #000;
    border: none !important;
}

.unit-section-container .slick-prev {
    left: 22%;
}

.unit-section-container .slick-next {
    right: 22%;
}

.gallery-wrapper {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    max-width: 1500px;
    padding: 2rem;
    margin: 0 auto;
}

 #all-reviews-container{
    z-index: 1;
 }

#abe-gallery-preview {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
    grid-gap: 12px;
    grid-auto-rows: minmax(auto, auto);
     /* height: 60vh;
     max-height: 750px; */
     height: 600px;
    grid-auto-flow: dense;
    border-radius: 12px;
}

#abe-gallery-preview .grid-item-1 {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

#abe-gallery-preview .grid-item img{
    height: 100%;
    object-fit: cover;
     width: 100%;
}

#abe-gallery-preview .grid-item-1 img,
#abe-gallery-preview .grid-item-1 .img-overlay {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

#abe-gallery-preview .grid-item-3 img,
#abe-gallery-preview .grid-item-3 .img-overlay {
    border-top-right-radius: 12px;
}

#abe-gallery-preview .grid-item-5 img,
#abe-gallery-preview .grid-item-5 .img-overlay {
    border-bottom-right-radius: 12px;
}

#open-gallery-btn, #open-mobile-gallery-btn {
    position: absolute;
    width: auto;
    text-transform: capitalize;
}

#open-gallery-btn i, #open-mobile-gallery-btn i {
    color: #000;
    margin-right: 8px;
}

#open-gallery-btn {
    right: 3.5rem;
    bottom: 2.5rem;
    padding: 15px 25px 10px 25px !important;
    height: 48px !important;
}

#open-mobile-gallery-btn {
    right: 0.25rem;
    bottom: -0.75rem;
}

#abe-gallery-modal {
    display: none;
    top: 160px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: fixed;
    overflow: overlay;
    min-height: 100%;
}

#abe-gallery-modal .modal-img-container {
    position: relative;
    background-color: #fff;
    color: #444444;
    width: 100%;
    min-height: 100%;
    transition: all .3s ease-out;
    bottom: 0;
    overflow: hidden;
}

.define-gallery-spacing {
    max-width: 1440px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 4rem 0;
}

.modal-header .gallery-unit-title {
    text-align: center;
    font-weight: 600 !important;
    clear: both;
}

.modal-header .gallery-close-btn {
    width: fit-content;
    position: absolute;
    top: 3rem;
    right: 1.25rem;
    padding: 5px 20px;
    margin-right: 2rem;
    background-color: #ff1668;
    border: 1.5px solid #d4004b;
    color: #fff;
    font-weight: 600;
    border-radius: 0px;
    z-index: 100;
}

.modal-header .gallery-close-btn span {
    margin: 0 3px;
}

.modal-header .gallery-close-btn:hover {
    background-color: #d4004b;
    border-color: #ff1668;
    cursor: pointer;
}

#abe-gallery-modal .modal-img-grid {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.75rem;
    column-gap: 4%;
}

#abe-gallery-modal .img-grid-item {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
}

#abe-gallery-modal .img-grid-item img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgb(61 82 97 / 50%);
}

#abe-gallery-modal .img-grid-item .img-overlay,
#abe-gallery-preview .grid-item .img-overlay {
    display: inline-block;
    background: #c7ffd9;
    padding: 0;
    width: 100%;
    height: 100%;
}

#abe-gallery-modal .img-grid-item .img-overlay {
    border-radius: 12px;
}

.img-overlay img {
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.img-overlay:hover img {
    opacity: 0.5;
}

 .no-scroll {
     overflow-y: hidden;
 }

#abe-mobile-slider {
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 !important;
}

#abe-mobile-slider li {
    list-style: none;
    margin: 0;
}

#abe-mobile-slider, #abe-mobile-slider li, #abe-mobile-slider img {
    min-height: 45vh;
}
.lSSlideWrapper {
    height: 81%;
}

.lSPager.lSGallery { margin-top: 0 !important; }

.lSPager.lSGallery li { list-style-type: none; height: 84px; margin-bottom: 0; }

.abe-image-container ul {
    margin-bottom: 0;
}
.abe-image-container ul li {
    margin-bottom: 0;
    display: flex;
    width: 100%;
}
.abe-image-container ul li a {
    width: 100%;
}
.abe-unit .slick-track {
    display: flex;
    height: 100%;
}
#abe-mobile-slider li {
    list-style: none;
    margin-bottom: 0;
    position: relative;
    display: flex;
    height: 100%;
}
#abe-mobile-slider li a {
    width: 100%;
    height: 100%;
}
#abe-mobile-slider img {
    width: 100%;
    /*height: 100%;
    min-height: 750px;*/
    object-fit: cover;
    border-radius: 0;
}
ul#abe-mobile-slider-thumb {
    margin-bottom: 0;
}
ul#abe-mobile-slider-thumb li {
    margin: 6px 3px !important;
    height: 110px;
    border: 1px solid #444444;
    border-radius: 0px;
    box-shadow: 0 2px 5px rgb(61 82 97 / 30%);
}
ul#abe-mobile-slider-thumb li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 0px;
}
.caption {
    position: absolute;
    bottom: 0;
    padding: 2px 20px 2px 20px;
    color: #000;
    font-size: 14px;
    background-color: #c7ffd9;
    font-weight: 500;
    border-radius: 0 12px 0 12px;
    max-width: 90%;
}
#abe-mobile-slider li.slick-slide {
    opacity: 1;
    transition: all 0.4s ease-out;
}
#abe-mobile-slider li.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
}

#abe-tabs .ui-widget-header {
    border: none;
    background: initial;
    padding: 0;
}
.abe-unit #abe-tabs .ui-widget-header {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    border: 0;
    justify-content: center;
}
.abe-unit #abe-tabs .ui-helper-clearfix:before, .abe-unit #abe-tabs .ui-helper-clearfix:after {
    display: none;
}

.unit-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    column-gap: 0;
    row-gap: 0.5rem;
    margin: 1.5rem 0 0.25rem !important;
    position: sticky;
    top: 100px;
    background-color: #fff;
    border-radius: 0px;
    z-index: 111;
}

#abe-tabs .ui-state-default, .unit-nav li {
    width: 32%;
    font-size: 12px;
    text-align: center;
    margin: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 0px;
    list-style-type: none;
}

.unit-nav li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2px 0;
    color: #000;
}

#abe-tabs {
    padding: 0;
    border: none;
}

#abe-tabs .ui-widget.ui-widget-content {
    border: none;
    padding: 0;
}

#abe-tabs .ui-tabs, #abe-tabs .ui-tabs-nav, .unit-nav {
    border: 1px solid #44444457;
    padding: 0.5rem 0.25rem !important;
    box-shadow: 0 4px 20px rgb(61 82 97 / 25%);
}

#abe-tabs .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active, .unit-nav li {
    border: 1px solid #c7ffd9;
    background: #fff;
    font-weight: 500;
}

#abe-tabs .ui-state-default:hover, .unit-nav li:hover {
    background: #c7ffd9;
}

#abe-tabs .ui-state-default:hover a, .unit-nav li:hover a {
    color: #000;
}

#abe-tabs ul li:focus,
#abe-tabs ul li a:focus,
.unit-nav.ul li:focus,
.unit-nav.ul li a:focus {
    outline: none;
}

#abe-tabs .ui-state-active.ui-state-default,
.unit-nav li.active {
    background: #c7ffd9;
    border: 2px solid #c7ffd9;
    border-bottom: none;
}

#abe-tabs .ui-state-active a,
.unit-nav li.active a{
    color: #000;
}

.abe h1 {
    font-size: 2.625rem;
    line-height: 1;
    margin-bottom: 8px;
    font-family: "Poppins";
    color: #000;
}

#rates { max-width: 900px; }
#rates tbody tr:nth-child(even) { background: #f3f7fa; }
#rates tr th:nth-child(3), #rates tr td:nth-child(3) { text-align: right; }
#rates tr th:nth-child(4), #rates tr td:nth-child(4) { text-align: center; }
#rates th, #rates td { border-bottom: none; }
#rates td { font-size: 16px; }

.abe-icons {
    margin: 0 0 1rem;
}
.abesearcher .searcher-button-wrap button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.abe-icons span {
    margin: 0 6px 2px 0;
    padding-right: 10px;
    display: inline-block;
    line-height: 1.4;
    border-right: 2px solid #444444ab;
    font-size: 18px;
}
.abe-icons span:last-of-type { padding-right: 0; margin-right: 0; border-right: none; }
.abe-checkavail .buttons-wrap .abe-column {
    padding: 0;
}

.abe-unit h1 {
    font-size: 2.15rem;
    text-align: left;
}

.abe-unit .abe-share,
.abe-unit .abe-favorite,
.abe-print, .abe-inquiry {
    padding: 0.4rem 0.5rem;
    cursor: pointer;
}
.abe-favorite-show a { display: block; padding: 0.4rem 0.5rem; }
.abe-favorite .fas.fa-plus { font-size: 0.6rem; }
.abe-favorite.active .fas.fa-plus { display: none; }

.abe-unit .abe-share,
.abe-unit .abe-favorite,
.abe-unit .abe-favorite-show,
.abe-sort-wrapper .abe-favorite-show,
.abe-sort-wrapper .abe-share,
.abe-inquiry, .abe-print {
    background: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    border: 1px solid #44444470;
    border-radius: 0px;
}
.first-filter-ac-wrapper, .second-filter-ac-wrapper {
    display: flex;
}
.type-checkboxes .abe-column{
    /*grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));*/
    display: flex;
    flex-basis: 32.5%;
    max-width: 32.5%;
}
.amenities-checkboxes .abe-column {
    display: flex;
    flex-direction: column;
}
.abe-unit .abe-share:hover,
.abe-unit .abe-favorite:hover,
.abe-unit .abe-favorite-show:hover,
.abe-unit .abe-favorite-show:hover a,
.abe-sort-wrapper .abe-favorite-show a:hover,
.abe-sort-wrapper .abe-share:hover,
.abe-print:hover, .abe-inquiry:hover {
    background: #1E646E;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.abe-unit .abe-share:hover .fas,
.abe-unit .abe-favorite:hover .fas,
.abe-unit .abe-favorite-show:hover .fas,
.abe-sort-wrapper .abe-favorite-show:hover .fas,
.abe-sort-wrapper .abe-share:hover .fas,
.abe-print:hover .fas, .abe-inquiry:hover .fas {
    color: #ffffff;
}

.abe-unit .abe-share:active,
.abe-unit .abe-favorite:active,
.abe-unit .abe-favorite-show:active,
.abe-sort-wrapper .abe-favorite-show:active,
.abe-sort-wrapper .abe-share:active,
.abe-print:active, .abe-inquiry:active {
    border-color: #444444 !important;
}

.abe-sort-wrapper .abe-share,
.abe-print, .abe-inquiry {
    padding: 0.4rem 0.5rem;
    cursor: pointer;
    display: block;
    text-align: center;
    color: #444444;
    font-size: 16px;
    border: 1px solid #44444470;
}

.abe-sort-wrapper .abe-favorite-show { display: block; font-size: 16px; text-align: center; }
.abe-sort-wrapper .abe-favorite-show a { color: #444444; padding: 0.5rem; border-radius: 0px;}

.abe-unit #description {
    text-align: justify;
}

.abe-amen-group h3 {
    margin: 0 0 5px 0;
    border-bottom: 1px solid #54595F;
    color: #000;
    font-size: 24px;
    font-weight: 800;
}

li.abe-amen-name {
    font-size: 16px;
    margin: 0 10px 10px 0;
    padding: 5px 15px;
    color: #54595F;
    list-style-type: none !important;
}
ul.abe-amen-list {
    display: flex;
    flex-wrap: wrap;
}

#abe-review-activator {
    width: auto;
    padding: 20px 25px 16px 25px !important;
    height: 50px !important;
}

#abe-review {
    display: none;
}

/* Review form styling block */
#abe-tabs #reviews .review.abe-container { width: 100%; margin: 0 0 20px; }
#rating {
    float: left;
    padding: 0.5rem 2rem;
}
.rating {
    /*width:100%;
    display: inline-block;
    height: 50px;
    padding: 5px;
    margin: 0px 0px 0px 0px;*/
    left: 0px;
    margin-left: 0px;
    margin: 0;
    position: relative;
}
.rating span { float:right; right: 80% !important; position:relative; padding-left: 2px;}
.rating span input {
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
}
.rating span label {
    display:inline-block;
    width:30px;
    height:30px;
    text-align:center;
    color: #bdbdbd;
    /* background:#999999; */
    font-size:30px;
    margin-right:2px;
    line-height:30px;
    border-radius:50%;
    -webkit-border-radius:50%;
}
.rating span:hover ~ span label,
.rating span:hover label,
.rating span.checked label,
.rating span.checked ~ span label {
    color:#F90;
}

#reviews label.fa {
    font-size: 30px !important;
}

.checked{
    color: #F90;
}



#abeSubmitReviewForm {
    padding: 10px;
    background: #002c2f05;
}

.review.abe-container {
    padding: 1rem;
    background: #fbfbfb;
    border-radius: 12px;
    margin: 3.5rem 1rem 1rem 1rem;
    box-shadow: 0 4px 20px rgb(61 82 97 / 20%);
}

.review-title h3{
    display: inline-block;
    font-weight: 500 !important;
    margin: 10px 0 20px;
}

.review-date {
    color: #002c2f;
    font-size: 16px;
}

.review-response {
    margin-left: 30px;
    padding: 20px;
    background: #fdfdfd;
    margin-top: 20px;
    border-radius: 0.2rem;
    border-left: 2px solid #002c2f;
}

.review .star-rating {
    margin-top: 12px;
}

#availability-calendars {
    width: 100%;
}

.calendars-container {
    margin-bottom: 1rem !important;
    display: flex !important;
    padding: 0 !important;
    column-gap: 2rem;
    row-gap: 1rem;
    flex-wrap: wrap;
    max-width: 100%;
}

.single-cal-container {
    margin: 1rem;
}

.abe #calendar .abe-container { width: 100%; margin: 0; }

 #calendar .easepick-wrapper{
     z-index: 1;
 }

.abe #calendar table {
    width: 100%;
    float: left;
    height: 320px;
    text-align: center;
    margin: 0 2% 2% 0;
    order:1 !important;
}

#calendar table td {
    font-size: 16px;
    font-weight: 500;
    color: #002c2f;
    border: 1px solid #444444c9 !important;
}

#calendar table td .cal-rate {
    color: #333;
    font-size: 12px;
    font-weight: 400;
}

#calendar table thead {
    background: #f5fafc;
    border-bottom: 4px solid #002c2f;
    font-size: 14px;
}

.calkey {display: none;}

.abe-calendar .dDate, .abe-calendar .highlighted.dDate, .calkey .isavailable.dDate {
    background: #fff0f5;
    background: -moz-linear-gradient(to left bottom, #fff 50%, #d6d6d6 50%);
    background: -webkit-gradient(linear,left bottom, color-stop(50%,#fff), color-stop(50%,#d6d6d6));
    background: -webkit-linear-gradient(to left bottom, #fff 50%, #d6d6d6 50%);
    background: -o-linear-gradient(to left bottom, #fff 50%, #d6d6d6 50%);
    background: -ms-linear-gradient(to left bottom, #fff 50%, #d6d6d6 50%);
    background: linear-gradient(to left bottom, #fff 50%, #d6d6d6 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f5',endColorstr='#7fffd4',GradientType=1);
}

.abe-calendar .aDate, .abe-calendar .highlighted.aDate, .calkey .isavailable.aDate {
    background: #7fffd4;
    background: -moz-linear-gradient(to right top, #fff 50%, #d6d6d6 50%);
    background: -webkit-gradient(linear,right top, color-stop(50%,#fff), color-stop(50%,#d6d6d6));
    background: -webkit-linear-gradient(to right top, #fff 50%, #d6d6d6 50%);
    background: -o-linear-gradient(to right top, #fff 50%, #d6d6d6 50%);
    background: -ms-linear-gradient(to right top, #fff 50%, #d6d6d6 50%);
    background: linear-gradient(to right top, #fff 50%, #d6d6d6 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fffd4',endColorstr='#fff0f5',GradientType=1);
}

.calendar > .days-grid > .day.dDate {
    background: #fff0f5;
    background: -moz-linear-gradient(to left bottom, #fff 50%, #d6d6d6 50%);
    background: -webkit-gradient(linear,left bottom, color-stop(50%,#fff), color-stop(50%,#d6d6d6));
    background: -webkit-linear-gradient(to left bottom, #fff 50%, #d6d6d6 50%);
    background: -o-linear-gradient(to left bottom, #fff 50%, #d6d6d6 50%);
    background: -ms-linear-gradient(to left bottom, #fff 50%, #d6d6d6 50%);
    background: linear-gradient(to left bottom, #fff 50%, #d6d6d6 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f5',endColorstr='#7fffd4',GradientType=1);
}

.calendar > .days-grid > .day.aDate {
    background: #7fffd4;
    background: -moz-linear-gradient(to right top, #fff 50%, #d6d6d6 50%);
    background: -webkit-gradient(linear,right top, color-stop(50%,#fff), color-stop(50%,#d6d6d6));
    background: -webkit-linear-gradient(to right top, #fff 50%, #d6d6d6 50%);
    background: -o-linear-gradient(to right top, #fff 50%, #d6d6d6 50%);
    background: -ms-linear-gradient(to right top, #fff 50%, #d6d6d6 50%);
    background: linear-gradient(to right top, #fff 50%, #d6d6d6 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fffd4',endColorstr='#fff0f5',GradientType=1);
}

/* #calendar .calendar .highlighted, #calendar .calendar .aDate.dDate, #calendar .calkey .highlighted {
  background: rgb(155 77 202);
  color: rgb(255 255 255 / 25%);
} */

.abe-calendar .highlighted, .abe-calendar .aDate.dDate, .calkey .highlighted {
    background: #d6d6d6;
    color: #838383;
}

#calendar td.passed, #calendar td.today.highlighted.aDate {
    background: #DADADA;
    color: #ABABAB;
}

#calendar td.today {
    -webkit-box-shadow: inset 0 0 0 2px rgba(30, 100, 110,1);
    -moz-box-shadow: inset 0 0 0 2px rgba(30, 100, 110,1);
    box-shadow: inset 0 0 0 2px rgba(30, 100, 110,1);
}

.abe #calendar td, .abe #calendar th {
    border: none;
    padding: 0;
    vertical-align: middle;
    height: 65px;
}

.abe #calendar th {
    height: 40px;
    background-color: #1E646E;
    color: #fff;
}

.abe #calendar .calendar {
    width: 32%;
    display: inline-block;
    vertical-align: text-top;
}

.abe-calendar caption {
    margin: 2.5rem 0 0.5rem;
    color: #444444ab;
    font-weight: 600;
    font-size: 20px;
}

.calkey {
    clear:both;
    order:0 !important;
    font-size: 16px;
    padding-top: 0;
    width: 100%;
    text-align: center;
}
.calkey .key-item, .calkey .key, .calkey span { display: inline-block; }
.calkey .key-item { margin: 0 16px 2px 0; }
.calkey .key { width: 15px; height: 15px; border: 1px solid #404040; }

.abe #calendar table {
    order: 1 !important;
    box-shadow: 0 4px 20px rgb(61 82 97 / 30%);
}

.abe-column.custom-calendar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.abe-jumbo form select {
    border: none;
    border-bottom: 1px solid #000;
}
#bookingform {
    display: block;
    background: #fbfbfb;
    border-radius: 0;
    padding: 0.8em 0.8em 0.6em;
    margin: 0 auto 1em;
    box-shadow: 0 4px 20px rgb(61 82 97 / 50%);
}

#bookingform .abe-row {
    flex-direction: row;
    border-bottom: 1px solid #0c1d3f33;
}

#bookingform .abe-column {
    padding: 0.35rem 0.5rem;
    margin: 0.75rem 0;
}

#bookingform .checkin-col {
    border-right: 1px solid #0c1d3f33;
}

#bookingform input, #bookingform select {
    border: none;
    line-height: 40px;
    background-color: #fbfbfb;
}

#bookingform input[type="submit"] {
    background-color: #c7ffd9;
}

#bookingform h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.65rem;
    color: #000;
    font-weight: 600 !important;}
#bookingform .abe-column.no-margin { margin-bottom: 0; }

.abe-checkavail-wrapper.fixed {
    position: sticky;
    top: 100px;
    z-index: 100;
}

div#featured-units .slick-prev.slick-arrow {
    left: 5px !important;
    z-index:2;
}
div#featured-units .slick-next.slick-arrow {
    right: 5px !important;
    z-index:2;
}
.abe-row.abe-confirmation-page b {
    color: #000;
    font-weight: 700;
}
.confirmation-bold-text {
    color: #000;
    font-weight: 600;
}
input.payment-proceed-btn {
    margin-bottom: 0.5rem !important;
    background-color: #002c2f !important;
    color: #fff !important;
    border: 2px solid #002c2f !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    height: 2.6rem !important;
    line-height: 2.5rem !important;
    padding:0 1rem !important;
    border-radius: 0 !important;
}
input.payment-proceed-btn:hover {
    background-color: #4f6169 !important;
    color: #fff !important;
    border: 2px solid #4f6169 !important;
}
span#countdown {
    color: #000;
    font-weight: 800;
}
.abe-confirmation-page {
    margin: 0 auto 40px auto;
    padding: 5px;
    max-width: 1440px;
    flex-direction: column !important;
}

.abe-confirmation-page .abe-booking-details {
    order: 0;
}

.abe-booking-details .night-details {
    display:flex;
    flex-direction: column;
    margin-top: 1rem;
}
.abe-booking-details .night-details .abe-column {
    display: flex;
    flex-direction: column;
}
.abe-confirmation-page .payment-column {
    padding-top: 3rem;
    order: 1;
}

#confirmation-message {
    display: none;
    flex-direction: column;
    justify-content: center;
    border: 1.5px solid #444444;
    border-radius: 12px;
    align-items: center;
    text-align: center;
    padding: 1rem 2rem;
    min-height: 350px;
    box-shadow: 0 4px 20px rgb(61 82 97 / 50%);
}

#confirmation-message p {font-size: 1.2rem;}

.cart {visibility: hidden;}

#track-payment-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 550px;
    padding-bottom: 100%;
    overflow: hidden;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
#track-payment-container iframe {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#track-payment-container::-webkit-scrollbar {
    display: none;
}

.abe-unit-features span {
    display: inline-block;
    width: 100%;
    margin-top: 0.4rem;
    margin-right: 2%;
}
#bookingform input#checkbutton { float: none !important; line-height: 1.5; }
.abe-checkavail form label {
    font-family: "Work Sans", Sans-serif;
    font-size: 15px;
    color: #000;
}
div#abe-guests-activator {
    font-size: 15px;
    color: #000;
}
.guests-container {border-radius: 0px;}

#checkavailbox input, #checkavailbox select, .guests-container {
    background-color: #fbfbfb;
    border: 1px solid #fbfbfb;
    transition: all 0.4s;
}

#checkavailbox input:hover, #checkavailbox select:hover, .guests-container:hover {
    cursor: pointer;
    background-color: #f3f3f3;
    border: 1px solid #e5e5e5;
}

.lSAction > a {
    background-image: none;
    cursor: pointer;
    color: #fff;
    font-size: 3rem;
}
#vrpinquire { margin-bottom: 0; }
#vrpinquire label {
    font-size: 1rem;
    color: #7a7a7a;
}

#vrpinquire h2 {
    margin: 30px 0px;
}

#vrpinquire input[type="submit"] {
    width: auto;
}

#rates thead {
    border-bottom: 2px solid #c7ffd9;
    background: #44444429;
    font-size: 14px;
}

.ui-datepicker .ui-datepicker-header {
    background-color: #fff;
    color: #444444;
}

.ui-widget-header {
    border: none;
    border-bottom: 3px solid #002c2f;
    border-radius: 0;
}

.ui-widget.ui-widget-content {
    border: 1px solid #444444;
    border-radius: 0px;
}

.ui-datepicker-calendar td a,
.ui-datepicker-calendar td .ui-state-default{
    font-family: "Work Sans", Sans-serif;
    border: 2px solid #002c2fa1 !important;
    border-radius: 0px;
    padding: 7px 5px 0 5px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background-color: #1e646e91 !important;
    color: #fff;
}

.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-default {border-radius: 0px !important;}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {cursor: pointer;}

.ui-datepicker-calendar td a:hover {
    background: #1e646e;
    color: #fff;
}

.ui-datepicker-calendar .ui-state-active {
    color: #000 !important;
    background: #c5d4dd !important;
}

#ratebreakdown {
    display: none;
    margin-bottom: 16px;
}

#ratebreakdown th, #ratebreakdown td {
    border: none;
}

#ratebreakdown td {
    padding: 2px;
}

#ratebreakdown td:last-child {
    text-align: right;
}

#booklink {
    display: none;
}
/* End of review styling block */
#errormsg {
    transition: 0.3s;
    display: none;
    padding: 8px 12px;
    font-size: 18px;
    line-height: 1.4em;
    background: #fff9c9;
    margin-bottom: 10px;
}

/* Loading circle */
.loader {
    width: 100px;
    height: 100px;
    transform: rotate(0deg);
    stroke-linecap: round;
    stroke-width: 4;
    fill: none;
}

div#loadingicons p {
    margin: 0;
}

.loader .internal-circle {
    stroke: #000;
    stroke-dashoffset: 0;
    transform-origin: center;
}

.loader .internal-circle {
    stroke-dasharray: 187;
    -webkit-animation: internal 1s ease-in-out infinite;
    animation: internal 1s ease-in-out infinite;
    opacity: 0.6;
}

@-webkit-keyframes internal {
    0% {
        stroke-dashoffset: 187;
    }
    25% {
        stroke-dashoffset: 80;
    }
    100% {
        stroke-dashoffset: 187;
        transform: rotate(360deg);
    }
}

@keyframes internal {
    0% {
        stroke-dashoffset: 187;
    }
    25% {
        stroke-dashoffset: 80;
    }
    100% {
        stroke-dashoffset: 187;
        transform: rotate(360deg);
    }
}

#loadingicons {
    display: none;
    text-align: center;
}

#bookingform #loadingicons {
    margin-top: 1rem;
}
/* End of loading circle */

.abe-filters-wrapper,
.share-form-wrapper,
.inquiry-form-wrapper,
.abe-guests-select{
    display: none;
    top: 68px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(25,51,70,0.3);
    z-index: 99999;
    background: #fff;
    padding: 40px 40px 36px;
}
.abe-filters-wrapper {
    position: fixed;
    max-width: 960px;
    bottom: 0;
    top: 140px;
    height: 90dvh;
    overflow-x: hidden;
    overflow-y: scroll;
}
.abe-row.type-checkboxes {
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.share-form-wrapper,
.inquiry-form-wrapper {
    position: fixed;
    bottom: 0;
    top: initial;
    z-index: 100;
}
.abe-share-heading h3, .abe-inquiry-heading h3 {
    margin: 0;
}
.abe-share-close,
.abe-inquiry-close,
.abe-quote-close,
.abe-filter-close,
.abe-guests-close {
    cursor: pointer;
    display: inline-block;
    float: right;
    color: #fff;
    background: #bd0707;
    font-size: 14px;
    margin: -40px -40px 20px 0;
    padding: 4px 8px 0;
    border-radius: 0px;
}
.abe-share-close:hover, .abe-inquiry-close:hover, .abe-quote-close:hover, .abe-filter-close:hover, .abe-guests-close:hover { background: #a40505; }
.abe-share-close .fas, .abe-inquiry-close .fas, .abe-quote-close .fas, .abe-filter-close .fas, .abe-guests-close .fas { color: #fff; }

#bookingform .abe-row.close-container {
    flex-direction: column;
    align-items: flex-end;
}

.abe-guests-close.okay-btn {
    background: #c7ffd9;
    margin: 1rem !important;
    padding: 8px 20px;
}

.abe-guests-close.okay-btn:hover {
    background: #1e646e !important;
}

.abe-guests-close p {margin: 0; color: #000;}

.abe-unit-features a {
    color: #444444;
}
/*.abe-detailed-quote,
#abe-quote-activator {
    display: none;
}*/

#abe-quote-activator { margin-bottom: 0.5rem; display:none;}
.abe-detailed-quote {
    /*position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 96%;
    background: rgb(255, 255, 255);
    padding: 20px;
    box-shadow: 0 0 20px rgba(25,51,70,0.3);
    border-radius: 0.2rem;
    margin: 0 auto;
    left: 0;
    right: 0;*/
    z-index: 99;
}
.abe-guests-select {display: none;}
#bookingform .abe-guests-select {
    left: unset;
    right: unset;
    z-index: 101;
}
table#ratebreakdown tr td:first-of-type {
    width: 70%;
    word-break: break-word;
}
table#ratebreakdown {
    font-size: 16px;
}
.abe-quote-info {
    text-align: center;
    margin-bottom: 6px;
}
.abe-quote-info span { font-weight: 500; }
.share-form-wrapper #shareForm { margin-bottom: 0; }
.share-form-wrapper label {
    font-size: 1rem;
    text-align: left;
    display: none;
}

#share-response p {
    padding: 10px !important;
    text-align: left;
    margin: 0;
}

.share-form-wrapper .disclaimer span {
    width: 100%;
    display: block;
    font-size: 14px;
    text-align: left;
    line-height: 1;
    margin: 0 0 22px 4px;
}

#share-response.alert.alert-danger {
    background: #ff00000a;
    border-radius: 0.2rem;
    margin-bottom: 20px;
}

/* end of unit page */

/* Booking Page */
#vrpbookform h3 { margin-top: 1rem; margin-bottom: 0.5rem; }
#vrpbookform .abe-terms-input { font-size: 16px; padding-left: 8px; margin-bottom: 20px; }
#vrpbookform label { margin-top: 4px; margin-bottom: 0; }

.abe-card-wrapper {
    position: relative;
    min-height: 300px;
}
.abe-booking-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    background-position: 50% 62% !important;
    background-size: cover !important;
    position: relative;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 6px #000;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.abe-booking-hero h1 {
    color: #fff;
}
.abe-card {
    position: absolute;
    width: 60%;
    margin-left: 20%;
    padding: 20px;
    border-radius: 0.5rem;
    background: rgb(135,0,218);
    background: linear-gradient(313deg, rgba(135,0,218,1) 0%, rgba(75,0,83,1) 37%, rgba(217,128,255,0.9668242296918768) 100%);
    color: #fff;
    box-shadow: 0px 0px 2px 2px #b1b1b159;
}

.abe-card-number {
    padding: 40px 40px 10px 40px;
    text-shadow: 0px 2px 2px black;
    letter-spacing: 0.3rem;
}

.abe-card-dates {
    padding: 0px 40px 0px 70px;
    text-shadow: 0px 2px 2px black;
    letter-spacing: 0.2rem;
}

.abe-card-holder {
    padding: 0px 40px 10px 40px;
    text-shadow: 0px 2px 2px black;
    letter-spacing: 0.2rem;
}

.abe-card-logo {
    text-align: right;
}

.abe-card-logo img {
    width: 150px;
}

.abe-travel-ins {
    text-align: center;
    padding: 20px;
    background: #002c2f0d;
    margin-bottom: 20px;
    border-radius: 0.2rem;
}
.abe-travel-ins p { margin-bottom: 8px; }
.abe-travel-ins span { font-weight: 500; }

.abe .abe-booking-details {
    padding: 0 ;
}
.dep-text-wrapper i {
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.abe-reservation-label-wrapper h3 {
    font-size: 1.1rem;
    margin-bottom: 0px;
}
.abe-reservation-label-wrapper h2 {
    margin-bottom: 1rem;
}
.first-details span:after {
    content: '';
    margin: 0 10px;
}
.first-details span:last-child:after {
    content: '';
}
.abe-ratebreakdown table tr td:first-of-type {
    width: 70%;
    word-break: break-word;
}
.abe-booking-details p { margin-bottom: 2px; }
.ti-radios {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    
}
.ti-radios input {
    margin: 0 5px 0 20px !important;
}
.abe-booking-background {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    width: 100%;
    text-align: center;
    color: #e0e0db;
    text-shadow: 1px 1px 1px #050b3080;
    margin-top: 15px;
    box-shadow:inset 0 0 0 2000px rgba(10, 10, 10, 0.4);
}
.abe-terms-input {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.abe-terms-input input#terms {
    margin: 0 !important;
}
.abe-booking-background h1 {
    color: #fff !important;
    font-size:2rem !important;
    padding: 0 10px;
    font-weight: 600;
}

.abe-booking-background p {
    font-weight: 300;
    color: #fff;
    font-size: 1rem;
    text-shadow: 1px 1px 1px #050b3080;
}

#abe-province-wrapper,
#abe-othercountry-wrapper,
#abe-region-wrapper {
    display: none;
}

.abe-ratebreakdown {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 16px;
}

.abe-ratebreakdown table {
    margin-top: 30px;
}
.abe #vrpbookform .flexed-fields {
    flex-direction: row;
}
.abe-ratebreakdown thead { background: #002c2f0d; }
.abe-ratebreakdown tr th,
.abe-ratebreakdown tr td {
    padding: 4px 8px;
}
.abe-ratebreakdown tr th:last-child,
.abe-ratebreakdown tr td:last-child {
    text-align: right;
}

.abe-booking-details .fixed {
    position: sticky;
    top: 112px;
}

.abe-bold {
    font-weight: 700;
}

.abe-book-info i {
    margin-right: 10px;
}

.abe-terms {
    cursor: pointer;
    display: none;
    position: fixed;
    top: 10%;
    width: 50%;
    left: 25%;
    background: white;
    bottom: 10%;
    padding: 10px;
    border-radius: 0.2rem;
    box-shadow: 0px 0px 3px 3px #94949414;
    z-index: 101;
}
/* End of Booking page */

/* Favorites page */
.abe-row.abe-favorites {
    flex-wrap: wrap;
}
.abe-favorites .abe-item {flex-basis: 100%; width: 100%;}

.abe-favorites .abe-item li {
    list-style-type: none;
    margin-bottom: 0;
}

.abe-favorites .unit-image {padding-bottom: 0 !important;}

.favorite-units {margin-top: 4rem;}
/* End of Favorites page */

/* Multi range slider */
[slider] {
    position: relative;
    height: 14px;
    border-radius: 10px;
    text-align: left;
    margin: 15px 0 10px;
}

[slider] > div {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 16px;
    border: 1px solid #eee;
    border-radius: 6px;
}

[slider] > div > [inverse-left] {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 7px;
}

[slider] > div > [inverse-right] {
    position: absolute;
    right: 0;
    height: 14px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 7px;
}

[slider] > div > [range] {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 14px;
    background-color: #c7ffd9;
}

[slider] > div > [thumb] {
    position: absolute;
    top: -7px;
    z-index: 2;
    height: 28px;
    width: 28px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    border-radius: 50%;
    outline: none;
}

[slider] > input[type="range"] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 14px;
    top: -2px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: pointer;
}

div[slider] > input[type="range"]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider] > input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider] > input[type="range"]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

div[slider] > input[type="range"]:focus {
    outline: none;
}

div[slider] > input[type="range"]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider] > input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider] > input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
}

div[slider] > input[type="range"]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

div[slider] > input[type="range"]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

div[slider] > input[type="range"]::-ms-tooltip {
    display: none;
}

[slider] > div > [sign] {
    opacity: 0;
    position: absolute;
    margin-left: -11px;
    top: -39px;
    z-index: 3;
    background-color: #54B3EB;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

[slider] > div > [sign]:after {
    position: absolute;
    content: "";
    left: 0;
    border-radius: 16px;
    top: 19px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top-width: 16px;
    border-top-style: solid;
    border-top-color: #54B3EB;
}

[slider] > div > [sign] > span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
}

[slider]:hover > div > [sign] {
    opacity: 1;
}

.price-range-wrapper {
    font-weight: 700;
    padding: 10px 0;
}
.price-range-wrapper span {
    color: #002c2f;
}
.price-range-wrapper p { font-size: 18px; margin-bottom: 8px; }

/* end of multi range slider */

.abe-jumbo {
    position: sticky;
    top: 100px;
    z-index: 100;
    width: auto;
}
.abe-jumbo #abe-results-search .abe-button {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
#abe-results-search .button,
#abe-results-search .abe-button,
#abe-results-search input,
#abe-results-search select {
    margin-bottom: 0;
}

.abesearcher .button, .abesearcher  input, .abesearcher select {
    margin: 0.3rem 0 !important;
}

.abe-jumbo, .abe-sort-wrapper { width: 100%; padding: 0; margin-left: auto; margin-right: auto; }
.abe-jumbo .abe-form-wrapper, .abe-sort-wrapper > .abe-row { max-width: 1920px; margin: 0 auto; }
.abe-sort-wrapper > .abe-row { padding: 0 0.2em; }
.abe-sort-wrapper { padding-top: 1em; margin-bottom: 1.5em; }
.abe-sort-wrapper .abe-column.no-padding { padding: 0; }
.abe-form-wrapper form {
    width: 100%;
    padding: 0.8em 0.7em 0.4em;
    margin-bottom: 0;
    flex-direction: row;
    flex-wrap: wrap;
    border: 1px solid #000;
}
.abe-jumbo form {padding: 0.5rem;}
.abe-jumbo .abe-button {
    min-width: 75px;
    padding: 0.25rem;
    font-size: 1.2rem;
}
.vrps-sorter-wrapper {
    display: flex;
}

.abe-form-wrapper .abe-column.group { display: flex; padding: 0; flex-direction: row;}
.abe-sort select { font-size: 14px; height: 2.55rem; border: 1px solid #44444470; }
.abe-sort select:hover { border-color: #444444; }
.abe-sort select:active, .abe-sort select:focus { border-color: #002c2f; }
.abe-sort option { font-size: 14px; }
/* .abe-sort .abe-column:last-child {
  padding-right: 0px;
} */

.abe-flex-form {
    background-color: #fff;
    padding: 1.2rem;
}

.abe-flex-form .abe-column, .results-add-filters-wrapper .abe-column {margin: 0 0.15rem;}

.abe-form-wrapper .abe-column.group.date-search-container {padding: 0 0.25rem;}

.date-search-container .abe-column {
    padding: 0;
    margin: 0 !important;
    position: relative;
}

.date-search-container .abe-column:first-child:after {
    content: "";
    background-color: #44444470;
    position: absolute;
    width: 1px;
    height: 20px;
    top: 12px;
    right: 0;
    display: block;
}

.date-search-container #search-arrival {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 0.75rem;
}

.date-search-container #search-departure {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 0.75rem;
}

.abe-flex-form .abe-column.abe-filters-activator, .results-add-filters-wrapper .abe-column.abe-filters-activator {
    order: 1;
    margin-top: 0.5rem;
}

.abe-jumbo .abe-button-res-wrapper {
    order: 2;
    margin-top: 0.5rem;
}

.date-search-container {
    width: 100%;
}

.abe-filters-activator, .abe-button-res-wrapper {
    flex: 1 !important;
}

#bookingform input[type="text"]:focus, #bookingform select:focus { border-color: #002c2f; }

.abe-filters-wrapper select { border-color: #a5bac5; }

.abe-results-info {
    text-align: center;
    line-height: 1em;
    margin-bottom: 0.5rem;
    padding: 4px 6px 10px;
    font-size: 16px;
}

.abe-sort-wrapper .abe-row.flex-switch {
    flex-direction: row;
}

span.abe-favorite {
    width: 100%;
    display: block;
}

.abe-title-wrapper {
    text-align: left;
    margin-top: 1.5rem;
}
.atlas-booking-engine .site-header+.elementor {
    min-height: initial;
}
.atlas-booking-engine .fusion-row{
    max-width: 1920px !important;
    margin: 0 auto;
}

.button.abe-apply-promo {
    margin-top: 16px !important;
}

.lSSlideOuter {
    margin-bottom: 1em;
}

.gallery-wrapper .lSPager.lSGallery li {
    height: 70px;
}
.gallery-wrapper ul.lSPager.lSGallery li a {
    height: inherit;
}
.gallery-wrapper ul.lSPager.lSGallery li a img{
    height: inherit;
    width: 100%;
    object-fit: cover;
}
.abe-amen-name {
    min-width: 100%;
}

.abe-checkavail .flex-switch.promo-pets {
    flex-direction: column;
}


.rating span {
    float: right;
    right: 20% !important;
    position: relative;
    padding-left: 2px;
}

#bookingbuttonvrp {
    padding: 0 1rem;
}
.abe-book {
    flex-direction: column-reverse;
}
.abe-booking-details h1 {
    margin-bottom: 22px;
    font-size: 1.7rem;
    font-weight: 500 !important;
}
.abe-booking-details p {
    margin-bottom: .5rem;
}
.abe-terms-input {
    text-align: center;
    margin-bottom: 30px;
}
.abe-travel-ins {
    padding: 20px 0px;
}
.abe-sort-wrapper .flex-switch .abe-column:nth-of-type(3) { display: none; }
.abe-sort { flex-direction: column; }
.abe-sort-wrapper .abe-favorite-show { margin-bottom: 0.5rem; }
#abe-map-results {
    flex: none;
    max-width: 100%;
    height: 500px;
    border-radius: 16px;
}
.abe-map-activator {
    display: none;
}

.abe-image-container img {
    height: 300px;
}

#rates table th, #rates table td { font-size: 14px; }

#vrpbookform .abe-row { flex-direction: column; }

.abe-item h2 { margin: 0 0 1.25rem 4px; }

#abe-tabs .ui-tabs-panel { padding: 1em 0 1em; }

.abe td, .abe th { padding: 0.3rem; }

#vrpinquire .abe-row { flex-direction: column; }

#shareForm .abe-row { flex-direction: column; }


/* #abe-tabs .ui-tabs-panel { padding: 1.5em 2.1em; } */
.abe-filters-wrapper, .share-form-wrapper, .inquiry-form-wrapper, .abe-guests-select {
    left: 0;
    right: 0;
    width: 100%;
    padding: 15px 15px 20px;
    border: 1px solid #444444;
}

.abe-share-close, .abe-inquiry-close, .abe-quote-close, .abe-filter-close, .abe-guests-close { margin: 0 0 10px 0; }

.vrp-amen-group h3 {
    margin: 0 0 5px 0;
}
.filter-header-wrapper .abe-row {flex-direction: row;}
.filter-header-wrapper h3 {
    margin: 0;
}

.note,
.price-range-wrapper span.note {
    font-family: "Work Sans", Sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #9f9f9f;
}

div#calendar .calkey {
    order: 0;
}
div#calendar .abe-calendar {
    order: 1;
}
div#calendar > .abe-container > .abe-row > .abe-column {
    display: flex;
    flex-direction: column;
}
.abe-row.abe-unit-features.flex-switch {
    display: flex;
    flex-direction: row;
    column-gap: 0.4rem;
}
.date-range-checkavail {
    font-size: 16px;
}
#bookingform .detailed-quote-heading h3 {
    margin: 0;
    font-size: 1.25rem;
    margin-bottom: 4px;
}

#card-element {
    height: 40px;
    width: 100%;
}

#card-element {
    -webkit-appearance: none;
    border: 1px solid #a5bac5;
    box-shadow: none;
    box-sizing: inherit;
    height: 40px;
    font-size: 17px;
    padding: 0.2rem 0.5rem;
    width: 100%;
    background-color: #fff;
    padding-top: 8px
}

.abesearcher {
    background-color: #fff;
}
.abesearcher .abe-container {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    max-width: 1920px;
}

.abesearcher-flex-wrapper {
    display: flex;
    border-bottom: 1px solid #444444;
    border-radius: 0;
    padding: 0;
    width: 100%;
    margin: 0.4rem 0;
}

.abesearcher .abe-row {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 0.25rem;
    column-gap: 0.5rem;
}

.abesearcher .abe-column {
    display: flex;
    margin: 0;
}

.abesearcher .guest-column {
    width: 72%;
    max-height: 44px;
}

.guest-column .abe-column {}



.abesearcher input[type='text'], .abesearcher select {
    border: none;
    border-radius: 0;
    height: 2rem;
}
.abesearcher input[type='text']:hover, .abesearcher select:hover {
    cursor: pointer;
}

.abesearcher form,
.abesearcher fieldset,
.abesearcher input {
    margin: 0.3rem 0;
}

.abesearcher select {
    margin: 0.3rem 0;
}

.abesearcher .searcher-button-wrap {
    width: 15%;
    margin: 0.4rem 0;
}

.abesearcher button {
    line-height: 1;
    width: 100%;
    height: 100%;
    padding: 0.5rem 1rem;
    margin: 0 !important;
}

/* .vrp_main {margin-top: 8rem;} */

.isPetFriendly {
    margin: 1.25rem 0.25rem;
    color: #444444ab;
}

.isPetFriendly .fas {color: #444444ab;}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: 0 !important;
    width: auto !important;
    padding: 0 0.5rem !important;
}

.mfp-arrow {
    width: 75px !important;
    height: 75px !important;
}

.mfp-arrow:before, .mfp-arrow:after {
    top: -8px !important;

}

.mfp-arrow:before {
    margin-top: 26px !important;
}

.mfp-arrow:after {
    margin-left: 25px !important;
}

.mfp-arrow-left:before, .mfp-arrow-right:before {
    margin-left: 20px !important;
}

.loader {
    width: 90px;
    height: 90px;
    stroke-linecap: round;
    stroke-width: 4;
    fill: none;
    border: 4px solid #c7ffd9;
    border-radius: 2000px;
    animation: internal 1s linear infinite;
    -webkit-animation: internal 1s linear infinite;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
}

.abe-jumbo .loader, .searcher-button-wrap .loader {
     width: 22px !important;
     height: 22px !important;
    margin-top: 4px;
    border: 4px solid #000;
    transform: rotate(0deg);
}

.searcher-button-wrap .loader {
    margin-top: 0;
}

.room-type-container {
    margin-bottom: 1rem !important;
    display: flex !important;
    padding: 0 !important;
    column-gap: 2rem;
    row-gap: 1rem;
    flex-wrap: wrap;
     z-index: 1;
}

.room-type.slick-slide {
    margin: 1rem;
}

.room-type-inner {
    padding: 0.3rem;
    margin-top: 3rem;
    width: auto;
    min-width: 14vw;
    min-height: 12vw;
    border: 1.5px solid #44444426;
    display: flex;
    background-color: #fbfbfb;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgb(61 82 97 / 20%);
}

.room-type svg {
    width: 20vw;
    height: auto;
}

.room-type-txt {
    text-align: center;
    font-size: 18px;
}

.room-type-txt p {
    margin: 0 !important;
}

.abe-item .rate-container {
    position: relative;
    bottom: unset;
    width: 100%;
    right: unset;
}

.abe-results-page {
    display: flex;
    flex-direction: column;
    position: relative;
}

#loadingicons.results-loader {
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2.5rem;
    background: #ffffff;
    border: 2px solid #c7ffd9;
    border-radius: 0;
    box-shadow: 4px 6px 9px 4px rgb(0 0 0 / 15%);
    z-index: 9999;
}

.results-loader .loader {
    width: 145px;
    height: 145px;
    margin: 1rem;
    stroke-linecap: round;
    stroke-width: 8;
    fill: none;
    border: 8px solid #c7ffd9;
    border-radius: 2000px;
    animation: internal 1.5s linear infinite;
    -webkit-animation: internal 1.5s linear infinite;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
}

.no-map-results.abe-item {
    padding: 6rem 2rem;
}

.no-map-results h2 {font-size: 1.7rem;}

.no-map-results .abe-row,
.no-map-results .abe-column,
.no-map-results h2,
.no-map-results h3 {
    align-items: center;
    justify-content: center;
    text-align: center;
}

#abe-result-container, #map-container {
    opacity: 0;
}

.abe-results-page .unit-list {
    order: 1;
}

.abe-results-page .abe-row.abe-results.map-active .abe-column.abe-column-50 {
    flex: 0 0 100%;
    order: 0;
    max-width: 100%;
    margin-bottom: 2rem;
}

.abe-results {
    max-width: 1920px;
    margin: 0 auto;
}

.unit-mobile-scroll-avail {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -200px;
    z-index: 999;
    background-color: #c7ffd9;
    color: #000;
    transition: all .8s ease-out;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cal-icon {
    width: 20px;
    height: 20px;
}

.unit-mobile-scroll-avail-btn.abe-button {
    background: none;
    color: #000;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    padding: 10px;
    border-radius: 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.unit-mobile-scroll-avail-btn.abe-button svg {
    fill: #000;
}
#mobile-checkavail {
    margin-bottom: 6rem;
}

.abe-booking-details .first-details br {display: block;}

@media all and (min-width: 410px) {
    .abesearcher .guest-column {
        width: 80%;
    }
}
/* Everything higher then -> Mobile */
@media all and (min-width: 480px) {
    .abe-amen-name {min-width: 48%;}
    .abe-filters-wrapper .attr-item, .abe-filters-wrapper .type-item { width: unset; }
    .abe-sort-wrapper .flex-switch { margin-bottom: 0.2rem; }
    .abe-sort-wrapper .flex-switch, .abe-sort { flex-direction: row; }
    .abe-sort .wrap { width: 100%; }
    .abe-results.map-active { padding: 0; }
    .abe-results.map-active .abe-item, .abe-item { margin-bottom: 2rem; }
    .abe-row .abe-column.abe-column-50#abe-map-results { /*flex: 1 1 auto;*/ max-width: 100%; height: 400px; margin: 0; }
    .abe-row {
        flex-direction: column;
        width: calc(100%);
    }
    /*.abe-row .abe-column {
        margin-bottom: inherit;
    }*/
    .abe-row.amenities-checkboxes {flex-direction: row;}
    .abe-favorites .abe-item {flex-basis: 100%; width: 100%;}

    .unit-nav {
        top: 155px;
        column-gap: 0.25rem;
         z-index: 2;
    }

    #abe-tabs .ui-state-default, .unit-nav li a {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .abe-booking-details .night-details {
        flex-direction: row;
    }

    .abe-booking-details .first-details span:after {
        content: '|';
    }


}

@media all and (min-width: 540px) {
    .abe-booking-details .first-details br {display: none;}

    .abe-column.unit-image {
        max-width: 49.5%;
    }

    .abe-item .abe-row {
        display: flex;
        flex-direction: row;
    }

    .abe-item .unit-info {
        display: flex;
        flex-direction: column;
        padding: 0.75rem;
    }

    .abe-item .rate-container {
        height: auto;
        align-items: flex-end;
    }
}

@media all and (min-width: 600px) {
    #abe-tabs .ui-state-default, .unit-nav li {
        font-size: 16px;
        width: 16%;
    }
    .room-type svg {
        width: 8vw;
        height: auto;
    }
    #abe-gallery-modal .img-grid-item {
        width: 48%;
    }
}

@media all and (min-width: 768px) {
    .room-type svg {
        width: 12vw;
        height: auto;
    }
    .calkey {display: block;}

    .abesearcher .guest-column {
        width: 90%;
    }

    .abesearcher .searcher-button-wrap {width: 8%;}

    .abe-checkavail {
        max-width: 460px !important;
        padding: 0 !important;
        margin: 0 auto !important;
    }

    .date-search-container .hasDatepicker {
        background-position: 96% center;
    }

    .abe-results .lSSlideOuter {max-height: 275px;}

    .buttons-wrap .abe-row,
    .abe-results > div:first-child,.abe-form-wrapper .abe-column.group {
        flex-direction: row;
    }

    .abe-sort-wrapper span.abe-favorite-show, .abe-sort-wrapper .abe-share{
        height: 2.55rem;
    }

    .results-add-filters-wrapper {
        display: flex;
    }

    .abe-form-wrapper form {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .featured-units-wrapper .slick-list.draggable {
        margin: 0 40px;
    }

    .featured-units-wrapper .abe-item {
        margin: 0 10px !important;
    }

    .abe-image-container .abe-favorite {
        width: auto;
    }
    .abe-terms {
        width: 90%;
        left: 5%;
    }

    .abe-fixed-w-500-700 {
        min-width: auto;
        /*max-width: auto;*/
    }

     #abe-map-results {
         min-height: 55vh;
     }

     .abe-column.unit-image {
         align-items: unset;
         justify-content: unset;
     }

    .abe input[type='color'],
    .abe input[type='date'],
    .abe input[type='datetime'],
    .abe input[type='datetime-local'],
    .abe input[type='email'],
    .abe input[type='month'],
    .abe input[type='number'],
    .abe input[type='password'],
    .abe input[type='search'],
    .abe input[type='tel'],
    .abe input[type='text'],
    .abe input[type='url'],
    .abe input[type='week'],
    .abe input:not([type]),
    .abe textarea,
    .abe select {
        font-size: 1rem;
    }

    .gallery-wrapper .fa-chevron-right, .gallery-wrapper .fa-chevron-left {
        font-size: 2.2rem;
    }
    .share-form-wrapper, .inquiry-form-wrapper {
        position: fixed;
        bottom: initial;
        top: 20%;
        z-index: 100;
        transform: translateY(-20%);
        width: 90%;
        left: 5%;
        right: 5%;
    }
    /*.abe-detailed-quote {
        position: fixed;
        top: 20%;
        transform: translateY(-20%);
        width: 90%;
    }*/
    .abe-guests-select {
        position: fixed;
        top: 20%;
        transform: translateY(-20%);
        width: 90%;
    }
    .abe-book-info {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    .abe-reservation-label-wrapper {
        text-align: center;
    }
    #add-ons > .abe-column {
        width: 50%;
    }
    #add-ons {
        flex-wrap: wrap;
    }

    #abe-tabs { margin-bottom: 2em; border-bottom: 2px solid #758d98; }

    .abe-image-container img { height: 275px; }
    .abe-payment .abe-book { flex-direction: column-reverse; }
    .abe-booking-details { padding: 0 !important; margin-bottom: 2%; border-left: none; border-bottom: 2px solid #002c2f; }
    #vrpbookform .abe-row { flex-direction: row; }
    .abe-share-close, .abe-inquiry-close, .abe-quote-close, .abe-filter-close, .abe-guests-close { margin: 0 5px 10px 0; }
    .abe-icons { font-size: 16px; }

    .abe-flex-form {
        flex-direction: row;
    }
    .abe table {
        display: table;
        overflow-x: initial;
    }
    .abe-amen-name { margin-bottom: 3px !important; padding-bottom: 3px; }
    /*.abe-filters-wrapper {
        left: 2%;
        right: 2%;
        width: 96%;
        top: 50%;
        bottom: initial;
        transform: translateY(-50%);
        height: auto;
    }*/
    .gallery-wrapper .lSSlideOuter .lSPager.lSGallery {
        display: block;
    }
    .gallery-wrapper #fullscreen-cta, .mobile-gallery-wrapper #fullscreen-cta {
        bottom: 10%;
    }
    .ui-tabs .ui-tabs-nav li {
        width: fit-content;
    }
    .abe-row.abe-favorites {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content:center;
        column-gap: 2rem;
        max-width: 1920px;
        margin: 0 auto;
    }
    .abe-favorites .abe-item {width: 100%; max-width: 100%;}
    .abe-item {
        position: relative;
        flex-basis: 100%;
        align-self: flex-start;
        width: 100%;
        padding: 10px;
        margin: 0 0 1.25rem;
        border: 1.5px solid  #1E646E;
        /* border-radius: 16px; */
        transition: border 0.7s;
        transition: all 0.4s;
    }

    .abe-item:hover {
        border: 1.5px solid #c7ffd9;
        box-shadow: 4px 6px 9px 4px rgb(0 0 0 / 15%);
    }
}

@media all and (min-width: 986px) {
    .gallery-wrapper {
        display: flex;
    }

    .mobile-gallery-wrapper {
        display: none;
    }

    .abe-unit .abe-container {
        max-width: 1500px;
        padding: 2rem;
    }
}

@media all and (min-width: 1024px) {
    #abe-gallery-preview {
        min-height: 496px;
        height: auto;
        width: 100%;
    }
    .abe-item .unit-info {
        margin-top: 20px;
    }
    #abe-gallery-modal .modal-img-grid {
        column-gap: 2%;
    }

    #abe-gallery-modal .img-grid-item {
        width: 32%;
        height: 300px;
    }

    .abe-jumbo {
        top: 160px;
        width: 90% !important;
        padding: 0 1rem 1rem 1rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }

    .abe-sort-wrapper {
        width: 100% !important;
        padding: 0 1rem 1rem 1rem;
        margin-left: auto;
        margin-right: auto;
    }

    .abe-flex-form .abe-column.abe-filters-activator, .results-add-filters-wrapper .abe-column.abe-filters-activator, .abe-jumbo .abe-button-res-wrapper {
        order: unset;
        margin: unset;
    }

    .abesearcher > .abe-container > form > .abe-row {
        flex-direction: column;
        flex-wrap: unset;
        gap: 40px;
    }

    .abesearcher-flex-wrapper {
        width: 100%;
        margin: 0;
    }
    .abesearcher .abe-container {
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        max-width: 1920px;
    }
    .abesearcher .searcher-button-wrap {
        width: 45%;
        margin: 0;
    }

    .abesearcher .searcher-button-wrap button {
        margin: 0;
        height: fit-content;
    }

    .abesearcher form, .abesearcher fieldset, .abesearcher input, .abesearcher select, .abesearcher button {
        margin: 0;
    }

    .abesearcher .button, .abesearcher  .abe-button, .abesearcher  input, .abesearcher select {
        margin: 0 !important;
    }

    .abesearcher-flex-wrapper {
        margin: 0 0.25rem !important;
        padding: 0.25rem;
    }

    .gallery-wrapper .lSSlideOuter .lSPager.lSGallery {
        display: block;
    }

    .abe .button#abe-filters-activator {
        width: auto;
        max-width: 75px;
        padding: 10px 20px !important;
    }

    .abe .button#abe-filters-activator img {
        max-width: unset;
    }

    .abe-row .abe-column-50.unit-list {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .abe-row .abe-column-50 {
        padding: 0 0.25rem;
        position:relative;
    }

    .abe-row .abe-column.abe-column-50#abe-map-results {
        flex: 0 0 48%;
        max-width: 48%;
        margin-left: 0;
    }

    .abe-item { flex-basis: 48%; }
    .abe-results > div {
        justify-content: space-between;
    }
    .abe-sort-wrapper {
        margin-bottom: 0.3em;
    }
    div#calendar .calkey {
        width: 100%;
    }
    /*.abe-detailed-quote {
        max-width:50%;
    }*/
    .abe-guests-select {
        max-width:50%;
    }
    .abe-quote-info {
        font-size: 18px;
    }
    /*.abe-detailed-quote {
        top: 50%;
        transform: translateY(-50%);
    }*/
    .abe-guests-select {
        top: 50%;
        transform: translateY(-50%);
    }
    .abe-reservation-label-wrapper h2 {
        font-size: 2rem;
    }
    #bookingform {
        margin-top: 25px;
    }
    #abe-mobile-slider li {
        height: 75vh;
    }
    .abe-title-wrapper {
        text-align: left;
    }
    .abe-unit-twosides-wrapper {
        display: flex;
    }
    .abe-unit-twosides-wrapper .abe-unit-infocol {
        width: 70%;
    }
    .abe-unit-twosides-wrapper #abe-tabs {
        border: 0;
        margin: 0;
    }
    .abe-unit-twosides-wrapper .abe-checkavail {
        width: 30%;
        padding: 0 0 0 2% !important;
    }
    .abe-checkavail-wrapper.fixed {
        top: 155px;
    }
    .abe-unit-info > .abe-container {
        width: 96%;
        margin: 0 auto;
    }
    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        font-size: 17px;
    }
    .abe-unit #abe-tabs .ui-widget-header {
        gap: 0.7%;
        border-bottom: 1px solid #444444;
        box-shadow: 0 15px 25px -19px #444444;
        justify-content: left;
    }
    .amenities-checkboxes .abe-column, .type-checkboxes .abe-column {
        grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    }
    .abe-results.map-active > div {
        justify-content: space-evenly;
    }
    .first-filter-ac-wrapper {
        width: 100%;
    }
    .second-filter-ac-wrapper {
        width: 50%;
    }
    .abe-filters-wrapper > .abe-row {
        flex-direction: row;
    }
    .abe #description-body {
        font-size: 16px;
        line-height: 26px;
    }

    .abe #description .preview {
        --mask: linear-gradient(to bottom,
        rgba(0,0,0, 1) 0,   rgba(0,0,0, 1) 90%,
        rgba(0,0,0, 0) 100%, rgba(0,0,0, 0) 0
        ) 100% 50% / 100% 100% repeat-x;

        -webkit-mask: var(--mask);
        mask: var(--mask);
    }

    .read-more-link.button, .read-less-link.button, #amenities-view-toggle {
        width: auto;
        color: #000 !important;
        text-transform: uppercase !important;
        padding: 20px 25px 16px 25px !important;
        height: 50px !important;
    }

    .unit-mobile-scroll-avail {
        bottom: -200px !important;
    }

    #mobile-checkavail {
        margin-bottom: unset;
    }

    .abe-icons {
        margin: 0 0 20px;
    }
    .abe .abe-icons i {
        font-size: .9em;
    }
    div#calendar > .abe-container > .abe-row > .abe-column {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .abe #calendar table {
        width: 48%;
    }
    .ui-tabs .ui-tabs-nav li {
        margin: 0;
    }
    .abe-filters-wrapper {
        left: 10%;
        right: 10%;
        width: 90%;
        top: 25%;
        bottom: auto;
        height: auto;
        max-width: 900px;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .abe-results.map-active .abe-item {
        position: relative;
        flex-basis: 92%;
    }
    .share-form-wrapper, .inquiry-form-wrapper {
        top: 50%;
        transform: translateY(-50%);
        max-width: 560px;
    }
    #map-container, #abe-map-results {
        position: sticky !important;
        top: 200px !important;
        height: calc(99.25vh - 220px) !important;
        z-index: 9;
    }
    /*#abe-map-results {
        position: sticky !important;
        top: 156px !important;
        height: calc(99.25vh - 156px) !important;
        z-index: 9;
    }*/
    .abe-sort-wrapper .flex-switch .abe-column:nth-of-type(3) {
        display: block;
        width: 60%;
    }
    .abe-map-activator {
        display: flex;
        align-items: center;
        justify-content: center;
        float: none !important;
    }
    .abe-results-info {
        text-align: center;
        line-height: 1em;
        margin-bottom: 0.5rem;
        padding: 4px 0 10px;
        color: #1E646E;
        font-size: 16px;
        font-weight: 600;
    }
    .abe-sort-wrapper > .abe-row {
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
    }
    .abe-sort-wrapper > .abe-row > .abe-column:first-child {
        width: 15%;
        display: flex;
        justify-content: center;
    }
    .results-add-filters-wrapper .abe-column.no-padding:not(:first-child) {
        width: 50%;
    }
    .abe-row.abe-results.map-active {
        flex-direction: row;
        padding: 0;
        margin: 0 auto;
        column-gap: 1.5rem;
        max-width: 1920px;
    }
    .results-add-filters-wrapper {
        width: 85%;
    }
    .results-add-filters-wrapper .abe-column.no-padding:first-child {
        width: 32%;
    }
    .abe-form-wrapper form {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .abe-jumbo .abe-button-res-wrapper, .abe-jumbo .abe-filters-activator {
        width: auto;
    }
    .abe-item .rate-container {
        position: absolute;
        bottom: 20px;
        width: 47%;
        align-items: center;
    }

    .abe-results-page .unit-list {
        order: 0;
    }

    .abe-results-page .abe-row.abe-results.map-active .abe-column.abe-column-50 {
        flex: 0 0 50%;
        order: 1;
        max-width: 50%;
    }

    .room-type svg {
        width: 4vw;
        height: auto;
    }

    .abe-confirmation-page {
        flex-direction: row !important;
        padding: 20px;
    }

    .abe-confirmation-page .abe-booking-details {
        order: 1;
    }

    .abe-confirmation-page .payment-column {
        order: 0;
        padding-top: 1rem;
    }

    #track-payment-container {
        min-height: unset;
    }
}
@media all and (min-width:1024px) and (max-width:1440px) {
    .abe-filters-wrapper {
        overflow-y: scroll;
        max-height: 400px;
    }
}
@media all and (min-width: 1280px) {
     #rooms .slick-list.draggable {
         width: 1000px;
     }
     .room-type-inner{
         min-width: 450px;
         min-height: 180px;
     }
    .abe-jumbo {
        width: 65% !important;
    }
    .abe-sort-wrapper {
        width: 80% !important;
    }
    .abe-checkavail .flex-switch { flex-direction: column; }
    .abe-container { width: 100%; margin-left: auto; margin-right: auto; }
    .abe #calendar table { float: none; width: 100%; margin: 0;}
    .abe-results .abe-item {
        flex-basis: 48%;
        width: 48%;
    }
    .abe-results.map-active .abe-item {
        flex-basis: 100%;
        width: 100%;
        margin: 0 0 1.25rem;
    }

    .abe-payment .abe-book {
        flex-direction: row;
    }
    .abe-row.abe-book > div:first-of-type {
        padding-top: 1rem;
        padding-right: 5px;
    }
    .abe-row.abe-book > div:last-child {
        padding-left: 20px !important;
        border-left: 1px solid #dfe9ef;
        border-bottom: 0;
    }
    .abe.abe-payment {
        margin-top: 20px;
    }
    .abe-book-info {
        flex-direction: column;
        align-items: flex-start;
    }
    .abe-reservation-label-wrapper {
        text-align: left;
    }
    .abe-ratebreakdown {
        margin-top: 20px;
    }
    .abe-reservation-label-wrapper h3 {
        font-size: 1.4rem;
    }
    .abe-reservation-label-wrapper h2 {
        font-size: 2.2rem;
    }
    .abe.abe-payment > .abe-container {
        width: 90%;
        margin: 0 auto;
    }
    .abe-results {
        padding: 0;
    }
    .abe-row.abe-column-50 {
        justify-content: space-evenly;
    }
     .abe-results.map-active .abe-item {
         flex-basis: 100%;
         width: 100%;
         margin: 0 0 1.25rem;
     }
}

@media all and (min-width: 1440px) {
    .abe-row .abe-column-50.unit-list {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .abe-row .abe-column.abe-column-50#abe-map-results {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .abe-amen-name { min-width: 31.3%; }

    .abe-item { flex-basis: 100%; }

    .abe-favorites .abe-item {flex-basis: 48%; width: 48%;}

    .featured-units-wrapper .slick-list.draggable {
        margin: 0 10%;
    }

    div#featured-units .slick-prev.slick-arrow {
        left: 31.5vw !important;
        z-index: 2;
    }

    div#featured-units .slick-next.slick-arrow {
        right: 31.25vw !important;
        z-index: 2;
    }

    .abe-unit-info > .abe-container {
        width: 98%;
    }

    .abe-unit-twosides-wrapper .abe-checkavail {
        width: 33%;
        margin: 0 !important;
    }

    .abe-unit-twosides-wrapper .abe-unit-infocol {
        width: 67%;
    }

    .abe h1 {
        font-size: 2.625rem;
        font-weight: 600 !important;
    }

    .abe #description p {
        font-size: 18px;
    }

    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        font-size: 18px;
    }

    /*.abe-detailed-quote {
        max-width: 40%;
    }*/

    .abe-guests-select {
        max-width: 24%;
    }

    #abe-mobile-slider li.slick-slide {
        opacity: 0.4;
    }

    #abe-mobile-slider img {
        width: 100%;
        height: 100%;
        min-height: 750px;
        object-fit: cover;
        border-radius: 12px;
    }

    .abe i.fas.slick-arrow {
        position: absolute;
        top: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffffd4;
        border: 2px solid #ffffffd4;
        border-radius: 0px;
        z-index: 10;
        font-size: 2.5rem;
        cursor: pointer;
        box-shadow: 0 0 5px #081010d4;
    }
}
@media screen and (min-width:1640px) {
    .abe-jumbo {
        width: 50% !important;
    }
    .abe-sort-wrapper {
        width: 60% !important;
    }
}

div#abe-map-results {
    max-width: 100%;
    width: 100%;
    min-height: 60vh;
}
.abe-container.abe-sort-wrapper > div.abe-row {
    padding-bottom: 0.5rem;
}
.abe-results-view-changer {
    display: flex;
    flex-direction: row;
}
.abe-results-view-changer input {
    opacity: 0;
    visibility: hidden;
    width: 0;
}
.abe-results.map-full-active > div:first-of-type {
    display: none;
}
.abe-results.map-full-active div#abe-map-results {
    min-height: 85vh;
}
form.abe-results-view-changer svg {
    height: 25px;
    width: 35px;
}
form.abe-results-view-changer input.selected-view + label {
    background: #54b9e0;
    transition: all 0.5s ease-in-out;
}
#fullscreen-swiper .swiper-pagination-bullets {
    bottom: -2px;
}

#fullscreen-swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: .5;
}
.abe-sort-wrapper > .abe-row > div:first-of-type {
    display: none;
}
#fullscreen-swiper .swiper-pagination-bullet-active {
    background: #007aff;
}

#fullscreen-swiper {
    display: none;
    height: calc(100% - 110px);
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.abe-unit-info .gallery-thumbs {
    display: none;
    bottom: 10px;
    padding: 0 10px;
    position: fixed;
    left: 0;
    width: 100%;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gallery-thumbs .swiper-arrow-nav, .main-thumbs .swiper-arrow-nav {
    display: none;
}
#fullscreen-swiper .swiper-slide {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#fullscreen-swiper .swiper-slide img {
    height: auto;
    max-width: 95%;
    width: auto;
    max-height: 95%;
    object-fit: contain;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gallery-thumbs img, .main-thumbs img {
    height: 100px !important;
}
.gallery-thumbs a, .main-thumbs a {
    height: 100px !important;
}
.swiper-slide {
    transition: all 0.4s ease-in-out;
}
.swiper-slide.slider-active {
    opacity: 0.5;
    transition: all 0.4s ease-in-out;
}
.gallery-thumbs .caption, .main-thumbs .caption {
    display: none;
}
#fullscreen-swiper .caption {
    position: absolute;
    left: 50%;
    border-radius: 5px;
    transform: translateX(-50%);
    max-width: 80vw;
    width: fit-content;
}
.abe-unit-info .swiper-button-next:after, .abe-unit-info .swiper-button-prev:after{
    font-weight: 600;
    color: #fff;
    font-size: 1.4rem;
}
#fullscreen-swiper-backdrop {
    background: #000000f2;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.mySwiper-results-page .swiper-button-next, .mySwiper-results-page .swiper-button-prev {
    display: block;
    height: 35px;
    width: 35px;
    background: #174A7C;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 3;
}
.abe-row.amenities-checkboxes {
    margin-bottom: 10px;
}
.mySwiper-results-page .swiper-button-next::after, .mySwiper-results-page .swiper-button-prev::after {
    font-size: 1.4rem;
    color: #fff;
    z-index: 3;
}
.mySwiper-results-page .swiper-button-next::after {
    margin-right: -3px;
}
.mySwiper-results-page .swiper-button-prev::after {
    margin-left: -3px;
}
#fullscreen-swiper-close {
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    padding: 1px 6px 0;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10000;
}
.slider-counter {
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 10000;
}
#fullscreen-swiper-close i {
    color: #fff;
    font-size: 1.6rem;
}
.no-scroll {height: 100%; overflow: hidden}
form.abe-results-view-changer label svg path, form.abe-results-view-changer label svg polygon {
    fill: #174A7C;
}
form.abe-results-view-changer input.selected-view + label svg path, form.abe-results-view-changer input.selected-view + label svg polygon {
    fill: #fff;
}
.unitpage-swiper-slide img {
    height: 53vh;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}
.abe-info-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.abe-info-modal .popup-info-imgholder {
    display:flex;
    justify-content: center;
}
.abe-info-modal .popup-info-imgholder img{
    height: 40px;
    margin-bottom: 20px;
}

.abe-info-modal-content p {
    font-size: 20px;
    margin: 0;
    text-align:center;
}
.abe-info-modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.abe-info-close {
    float: right;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
}

.abe-info-close:hover {
    color: red;
}
.unit-pages .inner-container {
    margin-top: 0;
}
.unitpage-swiper-slide .caption {
    position: absolute;
    bottom: 26px;
    left: 0;
    background: #fff;
    padding: 5px 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.unitpage-swiper-slide {
    position: relative;
}
form.abe-results-view-changer label {
    margin: 0;
    display: flex;
    background:#fff;
    padding: 5px;
    border: 1px solid #174A7C;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
form.abe-results-view-changer label:nth-child(5){
    border:none;
    border-top: 1px solid #174A7C;
    border-bottom: 1px solid #174A7C;
}
form.abe-results-view-changer label:nth-child(2) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
form.abe-results-view-changer label:nth-child(8) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.abe-row.abe-favorites .abe-item  {
    margin-bottom: 30px;
    position: relative;
}
.featured-amenities img {
    height: 50px;
    width: 50px;
}
i.fa-solid.fa-circle-info {
    color: #0d3562;
    position: relative;
}
i.fa-solid.fa-circle-info .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #54b9e0;
    color: #fff;
    box-shadow: 0 2pt 7pt #00000080;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 50%;
    left: 150%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}

@media all and (max-width: 1024px) {
    .elementor-261 .elementor-element.elementor-element-4416d185:not(.elementor-motion-effects-element-type-background),
    .elementor-261 .elementor-element.elementor-element-4416d185 > .elementor-motion-effects-container > .elementor-motion-effects-layer,
    .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-wrapper {
        background-color: #ffffff !important;
    }

    #atlas-main-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text,
    .elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current), .elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) a {
        color: #444444 !important;
    }

    .elementor-261 .elementor-element.elementor-element-93be2dc > .elementor-widget-container > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-title:hover:not( .e-current ) {
        border-color: #444444 !important;
    }

    .elementor-261 .elementor-element.elementor-element-93be2dc > .elementor-widget-container > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-title,
    .elementor-261 .elementor-element.elementor-element-93be2dc > .elementor-widget-container > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-title > .e-n-menu-title-text,
    .elementor-261 .elementor-element.elementor-element-93be2dc > .elementor-widget-container > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-title > a.e-n-menu-title-link > .e-n-menu-title-text {
        background-color: transparent;
        color: #444444;
        margin: 12px;
        padding: 0.15rem;
        justify-content: center;
    }
}
@media screen and (min-width: 769px) {
    .abe-form-wrapper form .container.lock-plugin.range-plugin.show {
        transform: translateX(0) !important;
        left: 0 !important;
    }
}
@media screen and (min-width:1024px) {
    .abe-form-wrapper form .container.lock-plugin.range-plugin.show {
        transform: translateX(0) !important;
        left: 0 !important;
    }
}
#search-arrival {
    border-right: 1px solid #444444;
}
.abe-jumbo #search-arrival, .abe-jumbo #search-departure {
    border: none !important;
    border-right: 1px solid #444444;
    border-bottom: 1px solid #444 !important;
    border-radius: 0 !important;
}