/*!
  * 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 .abe {
  color: #000;
  font-weight: 400;
  line-height: 32px;

}

.abe-bg {
  background-color: #f3e7db;
}

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

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

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

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

.abe .button,
button,
.abe input[type='button'],
.abe input[type='reset'],
.abe input[type='submit'] {
  background-color: #9cb8a8;
  border: 1px solid #9cb8a8;
  border-radius: 0 !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  height: 2.6rem;
  line-height: 2.5rem;
  letter-spacing: 0 !important;
  padding: 0 1.0rem;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}

.abe .button:focus,
.abe .button:hover,
button:focus,
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: rgba(255, 255, 255, 0) !important;
  border: 2px solid rgba(255, 255, 255, 0) !important;
  color: #fff !important;
  outline: 0;
}

.abe .button[disabled],
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,
button[disabled]:focus,
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: #f0af8d;
  border-color: #f0af8d;
}

.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: #fff;
  color: #f0af8d;
  border: 2px solid #f0af8d;
}

.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: #4f6169;
  border-color: #4f6169;
  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: #f0af8d;
}

.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: #f0af8d;
}

.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: #f0af8d;
}

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 #f0af8d;
  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;
  background-color: #fff;
  /* border: 2px solid #f0af8d; */
  border: 2px solid rgba(255, 255, 255, 0);
  box-shadow: none;
  box-sizing: inherit;
  height: 2.6rem;
  /* font-size: 24px; */
  font-size: 18px;
  padding: .2rem .5rem;
  width: 100%;
}

.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: #f0af8d;
  outline: 0;
  background-color: #becdca;
}

.abe textarea:focus {
  border-color: rgba(255, 255, 255, 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="%238ca5b2" 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="%568295" d="M0,0l6,8l6-8"/></svg>');
}

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

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

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

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;
}

.abe-container {
  margin: 0 5%;
  padding: 0;
  position: relative;
  width: 90%;
  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;
}

@media (min-width: 961px) {
  .abe-row {
    flex-direction: row;
    width: calc(100%);
  }

  .abe.abe-unit>.abe-container>.abe-row {
    flex-direction: column;
  }

  .abe-row .abe-column {
    margin-bottom: inherit;
  }

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

.abe-container.no-results .abe-row {
  justify-content: center;
  margin: 70px 0px;
  text-align: center;
}

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

.abe a:focus,
.abe a:hover {
  color: #000;
}

.abe .fas {
  font-size: 1.25rem;
  color: #555;
}

.abe dl,
.abe ol,
.abe ul {
  list-style: none;
  margin-top: 0;
  padding-left: 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 {
  margin-bottom: 1.0rem;
}

.abe li {
  margin-bottom: 0;
}

/*
 .abe fieldset,
 .abe input,
 .abe select,
 .abe textarea {
   margin-bottom: 0.5rem;
 }*/

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

.abe ul {
  margin-bottom: 0;
}

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

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

@media (min-width: 961px) {
  .abe table {
    display: table;
    overflow-x: initial;
  }
}

.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.2rem;
  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 {
  position: relative;
}

.abe-image-container img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  transition: all 0.4s ease-out;
}

.abe-image a:hover img {
  transform: scale(1.1);
}

.abe-image {
  display: flex;
  overflow: hidden;
}

.abe-image a {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.abe-item-info {
  margin: 16px 12px;
}


.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 {
  margin-left: 10px;
  margin-bottom: 0;
  display: inline;
  font-size: 1em;
}

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

/* Filter */
.vrpsearcher .abe-filters-wrapper.abe-row #clear-filters,
.abe-filters-wrapper.abe-row #clear-filters {
  background-color: #f0af8d !important;
  border: 1px solid #f0af8d !important;
  border-radius: 100px !important;
  margin-bottom: 0 !important;
  text-transform: unset !important;
}

.vrpsearcher .abe-filters-wrapper.abe-row #clear-filters:hover,
.abe-filters-wrapper.abe-row #clear-filters:hover {
  background-color: #fff !important;
  color: #9cb8a8 !important;
  border: 1px solid #9cb8a8 !important;
}

.vrpsearcher .abe .abe-filters-wrapper.abe-row .button#clear-filters,
.abe-filters-wrapper.abe-row .button.button-outline {
  color: #fff !important;
  min-height: unset !important;
  text-transform: unset !important;
}

.vrpsearcher .abe .abe-filters-wrapper.abe-row .button#clear-filters:hover {
  color: #9cb8a8 !important;
}

.vrpsearcher .abe .abe-filters-wrapper.abe-row .button.button-outline {
  border: 1px solid #9cb8a8 !important;
  min-width: unset !important;
}

.abe .abe-row .button.button-outline:hover {
  border: 1px solid #f0af8d !important;
}

.vrpsearcher .abe .abe-filters-wrapper.abe-row .abe-column.search-column {
  max-width: unset !important;
}

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

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

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

/* 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: #f3e7db;
  -webkit-transition: .4s;
  transition: .4s;
}

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

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

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

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

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

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

.abe-map-activator .heading {
  display: block;
  float: left;
  font-size: 14px;
  padding: 11px 8px 0 0;
}

/* end of toggle map */


/* CUSTOM */
.vrpsearcher form {
  padding: 10px;
  border-radius: 35px;
  background-color: #fff;
}

.vrpsearcher form .abe-column {
  display: flex;
  align-items: center;
}

.vrpsearcher .abe-row {

  flex-wrap: wrap;
}

.vrpsearcher .abe-row .abe-column {
  padding: 0;
  flex: 1 0 48%;
}

.vrpsearcher-holder .abe-row.abe-results.map-active {
  flex-wrap: nowrap;
}

.abe-column.search-column {
  max-width: 100%;
}

.vrpsearcher .abe input,
.vrpsearcher .abe select,
.abe .vrpsearcher input,
.abe .vrpsearcher select {
  padding: 15px 8px;
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid #687b75;
  height: auto;
  /* min-height: 65px; */
  /* font-size: 1.1em; */
  font-size: 18px;
}

.vrpsearcher .abe select,
.abe .vrpsearcher select {
  border-bottom: 0;
}

.vrpsearcher .abe button,
.vrpsearcher .abe-row .abe-column:nth-of-type(5)>* {
  border: 0;
  /* min-height: 65px; */
  min-height: 55px;
  /* min-width: 65px; */
  min-width: 55px;
}

.vrpsearcher .abe button:hover {
  border: 0;
}

.vrpsearcher .abe .gmnoprint button {
  min-height: 40px;
  min-width: 40px;
}

.vrpsearcher .abe input:hover,
.vrpsearcher .abe select:hover {
  border: 0;
  border-bottom: 1px solid red;
}

.abe .abe-column.search-column button {
  margin-bottom: 0;
  background-color: #9cb8a8;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border: 1px solid #9cb8a8;
  border-radius: 100px !important;
}

.abe .abe-column.search-column button:hover,
.abe .abe-column.search-column button:active,
.abe .abe-column.search-column button:focus {
  background-color: #f0af8d !important;
}

.abe .abe-column.search-column button img {
  padding: 10px;
  width: 55px;
  height: 55px;
  max-width: initial;
  /* font-size: 31em; */
}







/* Results page */

.hero-photo {
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}

.hero-opacity {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.hero-photo h1 {
  color: #fff;
  font-size: 2em;
}

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

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

}

.abe-sort .abe-column>* {
  margin-bottom: 10px;
}


#abe-map-results {
  background: #19334626;
}



.abe .button#abe-filters-activator {
  line-height: 2.5rem;
  margin-bottom: 0;
  border-radius: 30px;
  /* height: 60px; */
  height: 50px;
  display: flex;
  border-radius: 40px !important;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  font-size: 18px;
  color: #fff;
  background-color: #becdca;
}

.abe div#abe-filters-activator .fas {
  color: #fff;
}

.abe .button#abe-filters-activator:hover {
  background: #eef4f7 !important;
  border-color: #eef4f7 !important;
  color: #000 !important
}

.hasDatepicker {
  background: #fff url(/wp-content/themes/altitude-pro/vrp/images/cal.png) right no-repeat;
}

.abe div#abe-filters-activator:hover .fas {
  color: #000;
}

.abe-results.map-active .abe-item {
  position: relative;
  flex-basis: 100%;
  margin: 0 1% 3.5%;
}

.abe-item {
  position: relative;
  flex-basis: 100%;
  margin: 0 0.5% 1.5%;
  background-color: #fff;
}


.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;
  right: 14px;
  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 4px 4px;
  line-height: 1;
  letter-spacing: -1px;
}

.abe-item .featured-units-icons h2 {
/*   height: 60px; */
}

.featured-units-icons {
  padding: 7px 15px 15px;
}

.featured-units-icons h2 a {
  font-weight: bold;
  color: #000;
  font-size: 24px;
}

.featured-units-icons>strong {
  display: flex;
  align-items: center;
  font-size: 24px;
}

.entry-content .featured-units-icons ul>li {
  margin: 0;
  list-style: none;
  line-height: 1.3em;
}

.abe-item strong {
  color: #262626;
}

.icons-info {
  font-size: 16px;
  margin-left: 6px
}

.icons-info span {
  display: inline-block;
  line-height: 1.4rem;
  color: #262626;
  padding: 0 6px 0 2px;
  margin-right: 1px;
  border-right: 1px solid #98a6ad;
}

.icons-info span:nth-of-type(4) {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.icons-info span .fas {
  font-size: 1rem;
}

.abe-item .abe-rate {
  color: #000;
  padding-left: 1px;
  margin: 0 0 2px 0px;
}

.abe-item .abe-rate .button {
  width: auto;
  font-size: 16px;
  height: 1.6rem;
  line-height: 1.4;

}

.abe-item .abe-rate .button:hover {
  background-color: transparent !important;
  color: #9cb8a8 !important;
  border: 1px solid #9cb8a8 !important;
}

.abe-item .stars {
  margin: 13px 0;
}

.abe-rate strong {
  font-size: 1.2em;
}

.stars.stars-onimg {
  padding: 9px 10px 21px;
  margin: 0;
  position: absolute;
  top: 5px;
  left: 5px;
  /* border-radius: 25px; */
  background-color: #fefefe;
}

/* Featured units end */
#featured-units button {
  border: none !important;
  height: 0px !important;
}

#featured-units .slick-slide {
  padding: 0 20px;
}

#featured-units button.slick-prev.slick-arrow {
  left: -80px;
  z-index: 9;
}

#featured-units button.slick-next.slick-arrow {
  right: -80px;
  z-index: 9;
}

#featured-units button img {
  rotate: 90deg;
}

#featured-units .check-unit-button {
  font-family: 'Futura-PT-Light', sans-serif;
  font-size: 24px;
}

/* Featured units end */

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

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

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

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

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

.map-icon {
  width: 40px;
  height: 40px;

}

.check-unit-button {
  margin-top: 10px;
}

.check-unit-button a {
  padding: 10px;
  display: block;
  text-align: center;
  background-color: #f0af8d;
  color: #fff;
  border: 1px solid #f0af8d;
  transition: all 0.3 ease-out;
}

.check-unit-button a:hover {
  color: #f0af8d;
  background-color: transparent;
}

span.petfriendly-res {
  padding: 8px 15px;
  position: absolute;
  left: 5px;
  bottom: 5px;
  border-radius: 25px;
  background-color: #fff;
}

.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: #f0af8d;
}

.abe-cd-pagination li a:hover {
  color: #000;
  background: #fff;
}

.abe-cd-pagination li a.current {
  font-weight: 600;
  color: #262626;
  background: #fff;
}

.abe-pagination-btn a.disabled {
  color: #000;
  pointer-events: none;
  background: #f4dac1;
}

.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 {
  margin: 0 !important;
}

button.gm-ui-hover-effect span {
  margin: 0 !important;
}

.abe-container.abe-sort-wrapper .abe-sort select,
.abe-container.abe-sort-wrapper .abe-favorite-show,
.abe-container.abe-sort-wrapper .abe-share,
.abe-container.abe-sort-wrapper .abe-favorite-show a,
.abe-container.abe-sort-wrapper .abe-share a {
  background: #f0af8d;
  color: #fff;
}

.abe-container.abe-sort-wrapper .abe-favorite-show i,
.abe-container.abe-sort-wrapper .abe-share i {
  color: #fff;
}

.abe-container.abe-sort-wrapper .abe-sort select,
.abe-container.abe-sort-wrapper .abe-favorite-show,
.abe-container.abe-sort-wrapper .abe-share {
  border: 2px solid #f0af8d;
  cursor: pointer;
}

.abe-container.abe-sort-wrapper .abe-sort select:hover,
.abe-container.abe-sort-wrapper .abe-favorite-show:hover,
.abe-container.abe-sort-wrapper .abe-share:hover {
  border: 2px solid #f0af8d;
  background: #f3e7db;
  color: #000;
  transition: all 0.2s ease-in-out;
}

.abe-column.petfriendly-column {
  width: 100%;
}

div#petfriendly-pick {
  width: 100%;
}

.petbox {
  padding: 0 10px;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  min-height: 44px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0af8d;
  border-radius: 5px;
  transition: all 0.3s ease-out;
}


.petbox .input,
.adabox .input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

input#pets,
input#adas {
  display: none;
}

.abe .petbox .fas {
  color: #fff;
}

.petbox label {
  margin-bottom: 0;
  display: flex;
  padding: 7px;
  line-height: 15px;
  justify-content: space-around;
  align-items: center;
  column-gap: 11px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.checkmark {
  position: relative;
  height: 25px;
  max-width: 25px;
  min-width: 25px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #fff;
}

/* On mouse-over, add a grey background color */
.petbox:hover input~.checkmark,
.adabox:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.petbox input:checked~.checkmark,
.adabox input:checked~.checkmark {
  /*background-color: #c89f4a;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.petbox input:checked~.checkmark:after,
.adabox input:checked~.checkmark:after {
  display: block;
}

.petbox.petActive,
.adaActive {
  background-color: #000;
  color: #fff;
  border: none;
}

.petbox.petActive .checkmark,
.adaActive .checkmark {
  border: none;
}

/* Style the checkmark/indicator */
.petbox .checkmark:after,
.adabox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.abe-row.abe-row-filter>.abe-column {
  flex-direction: column;
  align-items: flex-start;
}

.featured-units-icons ul,
.featured-units-icons .check-unit-button a {
  font-size: 18px;
}

.featured-units-icons ul li {
  line-height: 24px;
}

.select2-selection.select2-selection--single {
  height: 38px;
}

/* end of Results page */

/* Unit page */
#abe-slider {
  margin-left: 0;
  margin-bottom: 0;
}

#abe-slider li {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

#abe-slider img {
  width: 100%;
  height: auto;
}

.lSSlideWrapper {
  height: 81%;
}

.lSSlideOuter {
  margin-bottom: 1.4em;
}

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

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

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  display: none !important;
}

#abe-tabs .ui-widget-header {
  border: none;
  background: initial;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 3px;
  row-gap: 3px;
}

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

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


#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 {
  border: 2px solid #f0af8d;
  background: transparent;
  border-radius: 0;
  font-weight: 500;
}


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

#abe-tabs .ui-state-active.ui-state-default {
  background: #f0af8d;
  border: 2px solid #f0af8d;
  border-bottom: 0;
}


#abe-tabs .ui-state-active a {
  color: #fff;
}

#abe-tabs .ui-tabs-panel {
  padding: 2em 1em 1em;
  overflow: auto;
}

.abe h1 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: bold !important;
}

#rates {
  max-width: 900px;
}

#rates tbody tr:nth-child(even) {
  background: #f3e7db;
}

#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: 15px 0 10px;
}

.abe-results-info {
  font-size: 0.8em;
}

.abe-icons span {
  margin: 0 6px 2px 0;
  padding-right: 10px;
  display: inline-block;
  line-height: 1.4;
  border-right: 1px solid #000;
  /* font-size: 24px; */
  font-size: 18px;
}

.abe-icons span:nth-of-type(4) {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.abe-unit {
  font-size: 1.1em;
}

.abe-checkavail .buttons-wrap {
  padding: 0 0.6em;
}

.abe-unit .abe-share,
.abe-unit .abe-favorite,
.abe-print,
.abe-inquiry {
  padding: 0.4rem 0.5rem;
  cursor: pointer;
}

.abe-column.abe-checkavail input,
.abe-column.abe-checkavail select {
  margin-bottom: 7px;
}

.abe-unit .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-weight: 400;
  color: #4f6169;
  border: 2px solid #f0af8d;
}

.abe-unit .abe-share:hover,
.abe-unit .abe-favorite:hover,
.abe-unit .abe-favorite-show:hover,
.abe-sort-wrapper .abe-favorite-show a:hover,
.abe-sort-wrapper .abe-share:hover,
.abe-print:hover,
.abe-inquiry:hover {
  background: #f3e7db;
  color: #000;
  transition: all 0.2s ease-in-out;
}

.abe-container.abe-sort-wrapper .abe-favorite-show:hover i,
.abe-container.abe-sort-wrapper .abe-share:hover i {
  color: #000;
}

.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: #46545b;
}

.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: #465258 !important;
}

.abe-sort-wrapper .abe-share,
.abe-print,
.abe-inquiry {
  padding: 0.4rem 0.5rem;
  cursor: pointer;
  display: block;
  text-align: center;
  color: #517180;
  border: 2px solid #f0af8d;
}

.abe-sort-wrapper .abe-favorite-show {
  display: block;
  text-align: center;
}

.abe-sort-wrapper .abe-favorite-show a {
  display: block;
  color: #517180;
  padding: 0.4rem 0.5rem;
}

body .abe .abe-row .abe-column .abe-column .abe-favorite-show a,
body .abe .abe-row .abe-column .abe-column .abe-share {
  /*line-height:32px;*/
  line-height: 22px;
}

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

.abe-unit #description h3 {
  margin: 20px 0 5px;
  font-size: 32px;
}

.abe-amen-name {
  float: left;
  font-size: 16px;
  min-width: 23%;
  margin-right: 2%;
  border-bottom: 1px dashed #f0af8d6b;
  margin-bottom: 5px !important;
  padding-bottom: 5px;
}

#abe-review-activator {
  width: auto;
  padding: 0 25px;
}

#abe-review {
  display: none;
}

/* Review form styling block */
#abe-tabs #reviews .review.abe-container {
  width: 100%;
  margin: 0 0 20px;
}

#rating {
  float: left;
  margin-left: 10em;
  margin-bottom: 15px;
}

.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: #f0af8d05;
}

.review {
  padding: 23px;
  background: #f0af8d3d;
  border-radius: 0.2rem;
  margin-bottom: 30px;
}

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

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

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

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

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

.abe #calendar table {
  width: 100%;
  height: 320px;
  text-align: center;
  margin: 0 0 5% 0;
  background-color: #fff;
}

#calendar table tbody {
  box-shadow: 0 0 4px #0003;
}

#calendar table td {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #f0af8d30 !important;
}

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

#calendar table thead {
  border-bottom: 2px solid #f0af8d;
  font-size: 14px;
}

.abe-calendar .dDate,
.abe-calendar .highlighted.dDate,
.calkey .isavailable.dDate {
  background: #fff0f5;
  background: -moz-linear-gradient(45deg, #d6d6d6 0%, #d6d6d6 51%, #d6d6d6 51%, #fff 51%, #fff 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #d6d6d6), color-stop(51%, #d6d6d6), color-stop(51%, #d6d6d6), color-stop(51%, #fff), color-stop(100%, #fff));
  background: -webkit-linear-gradient(45deg, #d6d6d6 0%, #d6d6d6 51%, #d6d6d6 51%, #fff 51%, #fff 100%);
  background: -o-linear-gradient(45deg, #d6d6d6 0%, #d6d6d6 51%, #d6d6d6 51%, #fff 51%, #fff 100%);
  background: -ms-linear-gradient(45deg, #d6d6d6 0%, #d6d6d6 51%, #d6d6d6 51%, #fff 51%, #fff 100%);
  background: linear-gradient(45deg, #d6d6d6 0%, #d6d6d6 51%, #d6d6d6 51%, #fff 51%, #fff 100%);
  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(45deg, #fff 0%, #fff 49%, #d6d6d6 49%, #d6d6d6 49%, #d6d6d6 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fff), color-stop(49%, #fff), color-stop(49%, #d6d6d6), color-stop(49%, #d6d6d6), color-stop(100%, #d6d6d6));
  background: -webkit-linear-gradient(45deg, #fff 0%, #fff 49%, #d6d6d6 49%, #d6d6d6 49%, #d6d6d6 100%);
  background: -o-linear-gradient(45deg, #fff 0%, #fff 49%, #d6d6d6 49%, #d6d6d6 49%, #d6d6d6 100%);
  background: -ms-linear-gradient(45deg, #fff 0%, #fff 49%, #d6d6d6 49%, #d6d6d6 49%, #d6d6d6 100%);
  background: linear-gradient(45deg, #fff 0%, #fff 49%, #d6d6d6 49%, #d6d6d6 49%, #d6d6d6 100%);
  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 0px 0px 0px 2px rgba(225, 174, 127, 1);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(225, 174, 127, 1);
  box-shadow: inset 0px 0px 0px 2px rgba(225, 174, 127, 1);
}

.abe #calendar td,
.abe #calendar th {
  border: none;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

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

.calkey {
  clear: both;
  font-size: 16px;
  padding-top: 18px;
}

.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;
}

#bookingform {
  display: block;
  background: #f0af8d;
  padding: 0.8em 0.8em 0.6em;
  margin: 0 auto 1em;
}

#bookingform h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

#bookingform .abe-column.no-margin {
  margin-bottom: 0;
}

body .abe .abe-row .abe-column.abe-checkavail .buttons-wrap .abe-column .abe-favorite-show a,
body .abe .abe-row .abe-column.abe-checkavail .buttons-wrap .abe-column .abe-share {
  line-height: 32px;
}

.abe-checkavail-wrapper {
  position: relative;
  top: 0px;
  transition: all 0.5s ease-in-out;
}

.rate h4 {
  margin: 20px 0;
  font-size: 2em;
  color: #fff;
}

.vrp-results-line.rate h4 {
  color: #88b535;
}

.abe-checkavail-wrapper.fixed {
  position: sticky;
  top: 120px;
}

.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-size: 15px;
  display: none;
}

#bookingform #abe-quote-activator,
#bookingform #abe-quote-activator:hover {
  border: 1px solid #fff !important;
}

#bookingform #booklink,
#bookingform #checkbutton {
  border: 1px solid #9cb8a8 !important;
}

#bookingform #booklink:hover,
#bookingform #checkbutton:hover {
  border: 1px solid #fff !important;
}

#bookingform .abe-detailed-quote #booklink:hover {
  color: #9cb8a8 !important;
  border-color: #9cb8a8 !important;
}

.abe-checkavail {
  max-width: 390px;
}

.abe-unit-info {
  flex-basis: 300% !important;

}

.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,
#vrpinquire select,
#vrpinquire textarea,
#shareForm input,
#shareForm textarea {
  background-color: #becdca;
}

#vrpinquire textarea:focus,
#shareForm textarea:focus {
  border-color: #f0af8d;
}

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

.inquiry-form-wrapper #vrpinquire input[type="submit"]:hover {
  color: #9cb8a8 !important;
  border: 1px solid #9cb8a8 !important;
}

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

.ui-datepicker-calendar td a,
.ui-datepicker-calendar td .ui-state-default {
  border: 1px solid #f0af8d2e !important;
  padding: 7px;
}

.ui-datepicker-calendar td a:hover {
  background: #f3e7db;
}

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

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

#ratebreakdown td {
  padding: 2px;
}

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

#booklink {
  display: none;
}

.amenities-category {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  column-gap: 10px;
  row-gap: 10px;
}

.vrp-amen-group h4 {
  margin-bottom: 10px;
  font-size: 1.8em;
  color: #b8734f;
}

ul.vrp-amen-list {
  margin: 0 10px 10px 0px;
  display: grid;
  list-style-position: initial;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

}

li.vrp-amen-name {
  margin-left: 23px;
  font-size: 1em;
  list-style-type: none;
  margin-bottom: 0.2em;
}

/* 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: 120px;
  height: 120px;
  transform: rotate(-90deg);
  stroke-linecap: round;
  stroke-width: 4;
  fill: none;
}

.loader .internal-circle {
  stroke: #fff;
  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.4;
}

@-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;
}

/* End of loading circle */

.abe-filters-wrapper,
.share-form-wrapper,
.inquiry-form-wrapper {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0px 0px 20px rgba(25, 51, 70, 0.3);
  z-index: 100;
  background: #fff;
  padding: 40px 40px 36px;
}

.abe-filters-wrapper {
  position: absolute;
  max-width: 1000px;
}

.share-form-wrapper,
.inquiry-form-wrapper {
  position: fixed;
  top: 19%;
  width: 800px;
}

.abe-share-close,
.abe-inquiry-close,
.abe-quote-close,
.abe-filter-close {
  cursor: pointer;
  display: inline-block;
  float: right;
  color: #fff;
  background: #bd0707;
  margin: -40px -40px 20px 0;
  padding: 4px 8px 0;
}

.abe-share-close:hover,
.abe-inquiry-close:hover,
.abe-quote-close:hover,
.abe-filter-close:hover {
  background: #a40505;
}

.abe-share-close .fas,
.abe-inquiry-close .fas,
.abe-quote-close .fas,
.abe-filter-close .fas {
  color: #fff;
}

.abe-unit-features a {
  color: #4f6169;
}

.abe-detailed-quote,
#abe-quote-activator {
  display: none;
}

#abe-quote-activator {
  margin-bottom: 0.5rem;
}

.abe-detailed-quote {
  position: fixed;
  top: 19%;
  background: rgb(255, 255, 255);
  padding: 40px 40px 36px;
  box-shadow: 0px 0px 20px rgba(25, 51, 70, 0.3);
  border-radius: 0.2rem;
  width: 350px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 99;
}

.abe-quote-info {
  text-align: center;
  margin-bottom: 6px;
  font-size: 1.5rem;
  color: #fff;
}

.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: 0px;
}

.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;
}

.abe .vrpsearcher .abe-filters-wrapper input {
  min-height: initial;
  /* width: 20px; */
  height: 20px;
}

.abe-filters-wrapper.abe-row>.abe-row {
  flex-wrap: wrap;
}

.abe-filters-wrapper .abe-column.search-column button:hover {
  border: 1px solid #f0af8d !important;
}

.gallery-wrapper {
  position: relative;
}

#fullscreen-cta {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #fff;
  z-index: 90;
  font-size: 1.3em;
  padding: 4px 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}

#fullscreen-cta:hover {
  transition-property: color, background-color, border-color;
  transition-duration: .25s;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

img.mfp-img {
  padding: 0;
  background-color: #426258;
}

.mfp-bg {
  opacity: 1;
}

.mfp-preloader {
  color: #fff;
}

.mfp-image-holder .mfp-content {
  min-width: 200px;
}

.mfp-image-holder .mfp-close {
  right: 10px;
}

.mfp-iframe-holder .mfp-content {
  min-width: 200px;
  max-width: 100%;
}

ul#abe-slider .caption {
  /* display: none; */
  position: absolute;
  left: 0;
  line-height: 24px;
  bottom: 0;
  padding: 6px 15px;
  background-color: white;
}

button.mfp-close,
button.mfp-arrow {
  border: none !important;
  background-color: transparent !important;
}

.moreament-container {
  margin-bottom: 7px !important;
  display: flex !important;
  padding: 0 !important;
  column-gap: 5px;
  row-gap: 5px;
  flex-wrap: wrap;
}

.more-amenities-inner {
  padding: 10px;
  /* width: 110px; */
  border: 2px solid #f0af8d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f8f0e8;
  border-radius: 5px;
}

.more-amenities svg {
  width: 35px;
  height: auto;
}

.more-amenities-txt {
  text-align: center;
  font-size: 14px;
}

.more-amenities-txt p {
  margin: 0 !important;
}

#reviewSub {
  border-width: 2px !important;
}

#reviewSub:hover {
  background-color: #f0af8d !important;
}

/* end of unit page */

/* Booking Page */
.booking-page-section p.before-title {
  color: #426258;
  margin-bottom: 10px;
  text-align: center;
}

.booking-page-section h1 {
  color: #426258;
  text-align: center;
}

#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;
}

#vrpbookform input,
#vrpbookform select {
  margin-bottom: 10px;
  border: 2px solid rgba(255, 255, 255, 0) !important;
}

.abe-card-wrapper {
  position: relative;
  min-height: 300px;
}

.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: #f0af8d0d;
  margin-bottom: 20px;
  border-radius: 0.2rem;
}*/
/* TI css new */
.abe-travel-ins {
    text-align: center;
    padding: 20px;
    background: #f0af8d0d;
    margin-bottom: 20px;
    border-radius: 0.2rem;
    position: relative;
    width: 100%;
}
.abe-travel-ins-product-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    position: relative;
    width: 100%;
    gap: 0.5em;
    padding: 0 25px;
}

.abe-travel-ins-product {
    display: inline-flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    position: relative;
    width: 100%;
    gap: 1em;
}

.abe-travel-ins-product > div {
    display: inline-flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 0;
}

.abe-travel-ins-product > div:first-of-type {
    flex: 0;
}

.abe-travel-ins-product > div:last-of-type {
    margin-left: auto;
    align-items: flex-end;
}

.abe-travel-ins-product p {
    font-size: 0.85em;
}

.abe-travel-ins-product input[type="radio"] {
    margin: 5px 0 0 0;
}

.abe-travel-ins-product-details, .abe-travel-ins-product-decline-message {
    display: inline-flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    position: relative;
    width: 100%;
    text-align: left;
}

#travel-insurance-section {
    display: inline-flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;

}

#travel-insurance-loader {
    position: absolute;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 100%;
    top: 0;
}

#travel-insurance-loader > div {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.most-popular {
    color: var(--e-global-color-accent);
}
.first-details span {
    display: inline-block;
}
/* TI css new end */

.abe-travel-ins p {
  margin-bottom: 8px;
}

.abe-travel-ins span {
  font-weight: 500;
}


.abe-booking-details p {
  margin-bottom: 2px;
}

.abe-booking-background {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 3px #10101090;
  padding-top: 15%;
  border-radius: 0.2rem;
  margin-top: 15px;
}

.abe-booking-background h1 {
  color: #fff;
}

/* .abe-booking-background {
  background: rgb(135,0,218);
  background: linear-gradient(254deg, rgba(135,0,218,1) 0%, rgba(75,0,83,1) 33%, rgba(79,4,88,1) 61%, rgba(217,128,255,0.9668242296918768) 100%);
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  padding: 200px 0;
  margin-top: -190px;
} */

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

.abe-ratebreakdown {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
}

.abe-ratebreakdown table {
  margin-top: 40px;
}

.abe-ratebreakdown thead {
  background: #f0af8d0d;
}

.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-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;
}

.abe-row.vrp-confirm {
  /*min-height: 84vh;*/
  margin-bottom: -20px;
  padding: 100px 30px 30px;
}


/*
.abe-row.vrp-confirm .abe-column {
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
}*/
.abe-row.vrp-confirm h3 {
  font-weight: bold;
}

.abe-row.vrp-confirm img {
  height: 350px;
  width: 100%;
  max-width: 1000px;
  object-fit: cover;
  border-radius: 8px;
}

.confirm-info {
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto 0 auto;
  background-color: #fff;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 10px #0004;
}

#bookingbuttonvrp:hover {
  border: 1px solid #97baa9 !important;
  color: #97baa9 !important;
}

/* End of Booking page */

/* Favorites page */
.abe-favorites {
  flex-wrap: wrap;
}

h5#no-favorites {
  background-color: #f0af8d;
  color: #fff;
  font-size: 30px;
  padding: 50px;
  margin: 50px auto;
  width: 50%;
}

/* End of Favorites page */

/* Multi range slider */
[slider] {
  position: relative;
  height: 14px;
  border-radius: 10px;
  text-align: left;
  margin: 15px 10px 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: #f0af8d;
}

[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;
}

.price-range-wrapper #slider-distance input[type="range"] {
  padding: 20px 0;
}

[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: #f0af8d;
}

.price-range-wrapper p {
  font-size: 18px;
  margin-bottom: 8px;
}

/* end of multi range slider */

.abe-jumbo,
.abe-sort-wrapper {
  width: 97%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.abe-jumbo .abe-form-wrapper,
.abe-sort-wrapper>.abe-row {
  max-width: 1420px;
  margin: 0 auto;
}

.abe-jumbo {
  margin: 0 auto;
  padding: 20px 0;
  background: #f3e7db;
  margin: 0;
  border-bottom: 1px solid #f3f3f3;
}

.abe-sort-wrapper>.abe-row {
  padding: 0 0.7em;
}

.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: 0px;
}

.abe-form-wrapper .abe-column.group {
  display: flex;
  padding: 0;
}

.abe-sort select {
  height: 3.05rem;
  border: 2px solid #fff;
  border-left-color: #f0af8d;
}

.abe-sort select:hover {
  border-color: #f0af8d;
}

.abe-sort select:active,
.abe-sort select:focus {
  border-color: #f0af8d;
}

/* .abe-sort .abe-column:last-child {
  padding-right: 0px;
} */

.abe-row.abe-form-wrapper.vrpsearcher {
  margin-top: -69px;
}


.abe-jumbo input[type="text"],
.abe-jumbo select,
.abe-jumbo #abe-filters-activator,
#bookingform input[type="text"],
#bookingform select {
  border-color: #fff;
}

.abe .abe-jumbo input[type="submit"] {
  background-color: #8aa0ac;
  border-color: #8aa0ac;
}

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

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

.abe-panel-column {
  margin-bottom: 10px;
}

.abe-results-info {
  /* height: 3.05rem;  */
  height: 3rem;
  text-align: center;
  line-height: 1em;
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #fff;
  display: flex;
  font-size: 0.8em;
  justify-content: center;
  align-items: center;
}

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

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

.abe-title-wrapper {
  text-align: center;
}

.full-width .fusion-row {
  max-width: 1920px !important;
  margin: 0 auto;
}

.button.abe-apply-promo {
  margin-top: 27px;
  margin-bottom: 10px;
}

.button.abe-apply-promo:hover {
  border: 2px solid #9cb8a8 !important;
  color: #9cb8a8 !important;
}

.abe-row.vrp-confirm {
  /*min-height: 84vh;*/
  margin-bottom: -20px;
  padding: 30px 30px;
}

.sort-part-1 .abe-row,
.sort-part-2 .abe-row {
  justify-content: center;
  align-items: center;
}

.sort-part-1 .abe-column:last-of-type span.select2 {
  top: -1px;
}

.vrpsearcher .abe .sort-part-1 select {
  padding: 7px 10px;
}

.sort-part-2 .abe-row.flex-switch {
  margin-bottom: 0;
  align-items: flex-end;
}

.sort-part-2 .abe-column {
  margin-bottom: 0;
}

.sort-part-2 .abe-column:last-of-type {
  width: 63%;
}

/*
.abe-row.vrp-confirm .abe-column {
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
}*/
.abe-row.vrp-confirm h3 {
  font-weight: bold;
}

.abe-row.vrp-confirm img {
  height: 350px;
  width: 100%;
  max-width: 1000px;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
}

.confirm-info {
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto 0 auto;
  background-color: #fff;
  position: relative;
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0 0 10px #0004;
}

/* responsive */

@media all and (max-width: 450px) {
  .vrpsearcher .abe-row {
    flex-direction: column;
  }

  div#n2-ss-2 .n2-ss-slide {
    height: 1000px !important;
  }
}

/* responsive to desktop */
@media all and (max-width: 719px) {

  .abe-row.abe-sort .abe-column:nth-of-type(2),
  .abe-row.abe-sort .abe-column:nth-of-type(3),
  .abe-row.flex-switch .abe-column:nth-of-type(1),
  .abe-row.flex-switch .abe-column:nth-of-type(2) {
    flex: 1 0 47%;
  }

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

@media all and (min-width: 320px) {
  #abe-tabs .ui-tabs-panel {
    padding: 1.5em .2 1em;
  }

  .abe-filters-wrapper,
  .share-form-wrapper,
  .inquiry-form-wrapper,
  .abe-detailed-quote {
    left: 1%;
    right: 1%;
    width: 98%;
    padding: 40px 10px 20px;
  }

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

  .lSSlideOuter .lSPager.lSGallery img {
    width: 100% !important;
  }

  .abe-sort-wrapper .flex-switch .abe-column:nth-of-type(3) {
    display: none;
  }

  .abe-sort-wrapper .abe-favorite-show a {
    padding-bottom: 7px;
  }

  .search-page .abe-sort-wrapper .abe-favorite-show a {
    padding-bottom: 6px;
  }

  .abe-payment .abe-book {
    flex-direction: column-reverse;
  }

  .abe-map-activator {
    display: none;
  }

  .abe-row.flex-switch>.abe-column:last-of-type {
    display: none;
  }
}

@media all and (min-width: 360px) {

  /*.abe-form-wrapper .abe-column.group:nth-of-type(1) { flex-direction: column; }*/
  .abe-item h2 {
    margin: 10px 0 2px 4px;
  }

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

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

  .lSPager.lSGallery li {
    height: 90px;
    display: flex;
  }

  .lSPager.lSGallery li a {
    display: flex;
    width: 100%;
  }

  .lSPager.lSGallery li a img {
    object-fit: cover;
    height: 100%;
  }

  .abe-container {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .abe-form-wrapper form {
    padding: 8px 4px;
  }

  .abe .vrpsearcher-results .abe-form-wrapper form {
    padding: 0;
  }

  .vrpsearcher .abe-row .abe-column {
    padding: 0 0.4rem;
  }

  .abe .lSAction .fas {
    color: #000;
    font-size: 0.8em;
  }

  .ui-tabs .ui-tabs-nav li {
    flex: 1 0 48%;
    max-width: 100%;
  }

  /*.abe-form-wrapper .abe-column.group { flex-direction: column; }*/
  .abe-filters-wrapper,
  .share-form-wrapper,
  .inquiry-form-wrapper,
  .abe-detailed-quote {
    padding: 40px 20px 20px;
  }

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

}

@media all and (min-width: 480px) {

  .share-form-wrapper,
  .inquiry-form-wrapper,
  .abe-detailed-quote {
    top: 22%;
    left: 2%;
    right: 2%;
    width: 96%;
    padding: 40px 30px 30px;
  }

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

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

  #rating {
    float: initial;
    margin-left: initial;
  }

  #bookingbuttonvrp {
    padding: 0 1rem;
  }

  .abe-book {
    flex-direction: column-reverse;
  }

  .abe-booking-details {
    border-left: initial !important;
  }

  .abe-ratebreakdown {
    width: 94%;
  }

  .abe-booking-background {
    height: 260px;
  }

  .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 .abe-favorite-show { margin-bottom: 0.5rem; } */
  .abe-results-info {
    padding: 4px 6px 2px;
  }

  .abe-item,
  .abe-results.map-active .abe-item {
    margin-bottom: 5%;
  }

  #abe-map-results {
    flex: none;
    max-width: 100%;
    height: 500px;
  }

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

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


}

@media all and (min-width: 625px) and (max-width: 960px) {
  .abe-results.map-active {
    padding: 0 0 0 1%;
  }

  .map-active>.abe-row {
    flex-direction: row;
    column-gap: 1%;
  }

  .abe-item,
  .abe-results.map-active .abe-item {
    flex: 1 0 48%;
    margin-bottom: 15px;
  }

}




@media all and (min-width: 720px) {

  .abe-container {
    margin: 0 auto;
    position: relative;
    width: 90%;
    max-width: 1920px;
  }

  .abe-container.abe-sort-wrapper {
    margin-bottom: 15px;
  }

  .abe-container.abe-jumbo {
    margin: 0 auto;
  }

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

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

  .abe-unit-info {
    flex-basis: 300% !important;
  }

  .abe-image-container .abe-favorite {
    width: auto;
  }

  .abe-terms {
    width: 50%;
    left: 25%;
  }

  .abe-sort .abe-column>* {
    margin-bottom: 0px;
  }



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

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

  .abe-filters-wrapper,
  .share-form-wrapper,
  .inquiry-form-wrapper,
  .abe-detailed-quote {
    left: 1%;
    right: 1%;
    width: 98%;
  }

  .lSPager.lSGallery li {
    height: 56px;
  }

  .abe-filters-wrapper {
    width: 98%;
    padding: 40px 30px 30px;
    left: 1%;
    right: 1%;
  }

  .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-sort select {
    border-bottom-color: #bdbdbd;
  }

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

  .abe-results.map-active .abe-item,
  .abe-item {
    margin: 0 0.3% 1.3% 0.3%;
  }

  .abe-booking-details {
    padding: 0 !important;
    margin-bottom: 2%;
    border-left: none;
    border-bottom: 2px solid #f0af8d;
  }

  #vrpbookform {
    margin: 0 2%;
  }

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

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

  .ui-tabs .ui-tabs-nav li {
    margin: 0;
    flex: initial;
  }

  /* Single unit*/

  .abe-detailed-quote {
    width: 400px;
  }

  #abe-tabs .ui-tabs,
  #abe-tabs .ui-tabs-nav {
    border-bottom: 2px solid #f0af8d;
  }





}

@media (min-width: 961px) {
  .abe-row {
    flex-direction: row;
    width: calc(100%);
  }

  .abe-row .abe-column {
    margin-bottom: inherit;
  }

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

  .abe-row.flex-switch>.abe-column:last-of-type {
    display: block;
  }

  .abe-map-activator {
    display: block;
  }

  .abe-sort-wrapper .flex-switch .abe-column:nth-of-type(3) {
    display: block;
  }

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

  #abe-map-results {
    background: #19334626;
    background: #e1edee;
    position: sticky !important;
    top: 66px !important;
    height: calc(100vh - 78px) !important;
    top: 100px !important;
    height: calc(100vh - 115px) !important;
  }

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

  .abe-column.search-column {
    max-width: 72px;
    min-width: 72px;
  }

  .abe-filters-wrapper .abe-column.search-column {
    max-width: unset;
    min-width: unset;
  }

  .abe-row .abe-column.filter-group {
    max-width: 230px;
  }

  .vrpsearcher form>.abe-column:nth-of-type(3)>.abe-column:last-of-type select {
    border-right: 0;
  }

  .vrpsearcher .abe-row .abe-column.search-column {
    margin-top: 0px;
  }

  .vrpsearcher .abe .abe-column.search-column {
    /* max-width: 78px; */
    max-width: 72px;
  }

  .vrpsearcher .abe input,
  .vrpsearcher .abe select,
  .vrpsearcher .abe button {
    padding: 0 30px;
    margin-bottom: 0;
    border-bottom: 0;
    border-right: 1px solid #687b75;
  }

  .vrpsearcher .abe input,
  .vrpsearcher .abe select,
  .abe .vrpsearcher input,
  .abe .vrpsearcher select {
    border-bottom: 0;
    border-right: 1px solid #687b75;
  }

  .vrpsearcher .abe input:hover,
  .vrpsearcher .abe select:hover,
  .vrpsearcher .abe button:hover {
    border: 0;
    border-right: 1px solid #687b75;
  }

}

@media screen and (min-width: 1024px) {


  /* CUSTOM */

  .vrpsearcher form {
    padding: 5px 0;
    border-radius: 50px;
    box-shadow: 0 0 8px #0003;
  }

  .vrpsearcher .abe-row {
    flex-direction: row;
  }

  .vrpsearcher .abe-row .abe-column {
    flex: 1 1;
    /* margin-bottom: 0 !important; */
  }



  .abe-checkavail {
    max-width: 390px;
    padding: 0 0 0 1% !important;
  }

  .abe-jumbo {
    margin: 0;
    z-index: 50;
  }

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

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

  .abe-results.map-active .abe-item {
    margin: 0 1% 1.3% 1%;
  }

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

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

  .entry-content .featured-units-icons ul {
    margin-bottom: 0;
  }


  /*
  #featured-units-here .abe-item {
    flex: 1 0 30%;
    max-width: 50%;
  }*/




  /* Single unit*/
  .abe.abe-unit>.abe-container>.abe-row {
    flex-direction: row;
  }

  .abe-unit-info {
    max-width: 75% !important;
  }

  .share-form-wrapper,
  .inquiry-form-wrapper {
    position: fixed;
    top: 19%;
    width: 800px;
  }

  .abe-sort-wrapper .abe-favorite-show {
    margin-bottom: 0;
  }

  .abe-payment .abe-book {
    margin-top: 40px;
    flex-direction: row;
  }

  /*
  .abe-amen-name {
    min-width: 23%;
    margin-bottom: 5px !important;
    padding-bottom: 5px;
  }

  .abe-filters-wrapper,
  .share-form-wrapper,
  .inquiry-form-wrapper {
    top: 0;
  } */


  #vrpbookform {
    margin-right: 3%;
  }

  /* Confirm*/
  .confirm-page .site-header .wrap {
    height: 121px;
    background-color: #97baa9;
  }

  .abe-row.vrp-confirm {
    margin: 170px 0 0;
  }

  #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 {
    border-bottom: 0;
  }

  /* real estate*/

  /* Vrp*/

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

  /* confirm*/
  .confirm-info {
    padding: 15px;
    border-radius: 0;
  }

  .abe-booking-details {
    border-bottom: 0;
    border-left: 2px solid #899faa;
    padding: 2% 0 0 2% !important;
  }

  .abe-booking-details p {
    margin-top: 0;
  }


}

@media screen and (min-width: 1080px) {
  .abe-row.vrp-confirm {
    padding: 80px 30px;
  }

  .abe-row.vrp-confirm img {
    border-radius: 8px 0 0 8px;
  }

}

@media all and (min-width: 1280px) {
  .abe #calendar table {
    margin: 0 1% 2% 0;
    width: 48%;
    float: left;
    min-height: 400px;
  }
}

@media all and (max-width: 1170px) {
  .sort-part-1 .abe-results-info {
    font-size: 18px
  }
}

@media all and (max-width: 720px) {
  .sort-part-1 .abe-column:last-of-type span.select2 {
    width: 100% !important;
  }

  .abe-panel-column {
    margin-bottom: 0;
  }

  .sort-part-2 .abe-row .abe-column {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 480px) {
  #abe-map-results {
    flex: none;
    max-width: 100%;
    height: 500px;
  }

  .abe-row.abe-sort .abe-column {
    margin-bottom: 10px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1359px) {
  .abe-results.map-active .abe-item {
    margin-bottom: 4%;
  }

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


@media screen and (min-width: 1025px) and (max-width: 1360px) {
  .abe.abe-payment {
    margin: 30px auto 0 auto;
    max-width: 95%;
  }

  .confirm-info {
    padding: 15px;
  }
}

@media screen and (min-width: 1360px) {
  .abe.abe-payment {
    margin: 30px auto 0 auto;
  }

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

  .abe-item h2 {
    height: 60px;
  }

  .abe-results.map-active .abe-item {
    flex-basis: 48%;
    margin: 0 0.61% 2.6%;
  }

  .abe-row .abe-column.abe-column-50#abe-map-results {
    margin-left: 0.4%;
  }
}

@media all and (min-width: 1440px) {
  .abe-item {
    flex-basis: 24%;
  }

  .abe-checkavail .flex-switch {
    flex-direction: row;
  }

  .lSSlideOuter {
    margin-bottom: 1.4em;
  }

  .lSPager.lSGallery li {
    height: 84px;
  }

  .abe-container.abe-container-unit {
    max-width: 1500px;
    margin: 0 auto;
  }

}

@media screen and (min-width: 1900px) {
  .abe-container.abe-jumbo {
    max-width: 100%;
  }
}

@media all and (max-width: 1024px) {
  .hero-photo h1 {
    margin-top: 100px;
  }

  .confirm-page .site-header .wrap {
    height: 130px;
    background-color: #97baa9;
  }

  .confirm-page #main .vrp-confirm {
    margin-top: 180px;
  }
}

@media all and (max-width: 800px) {
  .confirm-page .site-header .wrap {
    height: 150px;
  }
}

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

span#countdown {
  color: #262626;
  font-weight: 800;
}

#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%;
}

.abe-row.abe-confirmation-page.abe-book {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 90%;
  padding-top: 180px;
}

#payment-form {
  overflow: hidden;
}

.abe .fa {
  color: #555
}