.form-search-container * {
    font-family: 'Montserrat', sans-serif;
}

.form-search-container .search-filter {
    width: 90%;
    max-width: 1022px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    margin-top: -56px;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #111;
    color: #aaa;
}

.form-search-container .container {
    padding: 12px 20px;
    max-width: 100%;
}

.form-search-container  .member-search-result-wrapper.container {
    padding: 12px 0;
    min-height: 300px;
}

.form-search-container .search-filter fieldset {
    margin-bottom: 10px;
}

.form-search-container .search-filter label {
    font-weight: normal;
    display: block;
}

.form-search-container select, .form-search-container input {
    border: 1px solid #4a4a4a;
    height: 40px;
    width: 100%;
    background-color: #090909;
    padding: 5px 10px;
}

.custom-button {
    background-color: #8d7249;
    cursor: pointer;
    color: #fff;
    border: 1px solid #8d7249;
    transition: all 0.25s ease-in-out;
    width: 100%;
    height: 40px;
}

.custom-button:hover {
    background: transparent;
}
  
.custom-button:disabled {
    cursor: not-allowed;
}

.custom-button:disabled:hover {
    background-color: #8d7249;
}

.form-search-container .search-loading {
    display: none;
    margin-bottom: 5px;
}

.form-search-container .in-progress .search-loading {
    display: block;
  }

.form-search-container .search-loading-item {
    border: 1px solid #4a4a4a;
    padding: 4px 18px;
    text-align: center;
}

.form-search-container .search-loading-item .loading-image {
    border-radius: 50%;
    transform-origin: 13px 13px;
    width: 26px;
    height: 26px;
    border: 3px solid #fff;
    background-color: transparent;
    border-color: transparent transparent #fff transparent;
    top: 43%;
    left: 50%;
    margin-left: 0;
    display: inline-block;
    animation-name: spin;
    animation-duration: 500ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    vertical-align: middle;
}

.form-search-container .search-loading-item .stop-request {
    color: #c7a269;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.pr-12-only {
    padding: 0 12px 0 0;
}

.ppp-search-result-container {
    text-align: center;
}

.ppp-search-result {
    /* display: inline-grid; */
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    margin-top: 50px;
}

.ppp-search-result > div:last-child {
    border-bottom: 0;
}

.resort_card {
    display: flex;
    align-items: flex-start;
    /* background-color: #191919; */
    width: 100%;
    /* max-width: 320px; */
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    /* padding: 15px; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.resort_card .resort_name{
    text-align: left;
}

.resort_card .resort_units{
    margin-left: auto;
    /* background: #333; */
    /* max-width: 610px; */
    max-width: 640px;
}

.resort_card .resort_units > div:last-child {
    border-bottom: 0;
}

.resort_card .resort_unit_offer{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255, 0.2);
    margin-bottom: 15px;
}

.resort_card .resort_unit_info{
    text-align: left;
    color: #ccc;
}

.resort_card .resort_unit_prices{
    text-align: right;
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    color: #ccc;
}

.resort_card .resort_unit_price {
    /* display: flex; */
    margin-bottom: 6px;
}

.resort_card .price_public {
    text-decoration: line-through;
}

.resort_card .resort_unit_price_cta {
    /* min-width: 83px; */
    min-width: 110px;
    display: inline-block;
}

.resort_card .resort_unit_offerXX{}

.resort_card .resort_unit_offerXX{}

.resort_images_container {
    width: 100%;
    /* height: 180px; */
    position: relative;
    max-width: 400px;
}

.resort_images_container > a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.resort_images_container > a:hover + .resort_images .resort_image  {
    opacity: 0.8;
  }

.resort_images {
    width: 100%;
}

.resort_image {
    /* height: 180px !important; */
    background-position: center;
    background-size: cover;
    /* padding-top: 100%; */
}

.resort_image:before {
    content: " ";
    display: block;
    padding-top: 70%;
}

.resort_images .slick-prev::before {
    content: "\f32e";
    color: #fff;
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    display: block;
    transform: translateX(5px);
}

.resort_images .slick-next::before {
    content: "\f330";
    color: #fff;
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    display: block;
    transform: translateX(-25px);
}


.resort_images .slick-prev, .resort_images .slick-next {
    z-index: 1;
}

.resort_images .slick-arrow {
    opacity: 0;
}

.resort_images_container:hover .resort_images .slick-arrow {
    opacity: 1;
}

.resort_details {
    width: 100%;
    /* padding: 10px 10px 25px; */
    margin-left: 50px;
}

.resort_name a {
    font-size: 1.1em;
    color: #8d7249;
}

.resort_location {
    padding-bottom: 7px;
    margin-bottom: 14px;
    /* border-bottom: 1px solid #454545; */
    color: #ccc;
}

.resort_location p {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
    text-align: left;
    color: inherit;
}

.resort_card .resort_unit {
    margin-bottom: 5px;
}

.resort_card .resort_unit p {
    text-align: left;
    line-height: 1.2em;
    font-size: inherit !important;
    color: #ccc;
}

.resort_unit > p {
    font-size: 16px;
    line-height: 14px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}

.unit_type > span {
    display: block;
    /* margin-top: 6px; */
    font-size: 12px;
    font-weight: normal;
}

.resort_card .resort_travel {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    text-align: left;
    line-height: 1.2em;
}

.resort_card .resort_extras {
    color: inherit;
}

.resort_card .resort_extras p {
    color: inherit;
}

.resort_card .travel_nights {
    font-size: 11px;
    display: block;
}

.resort_travel p {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

p.travel_label {
    font-size: 12px;
    font-weight: normal;
}

.resort_travel > i {
    margin: 0 14px;
    font-weight: normal;
}

.other_info {
    margin-top: 20px;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
}

.public_price {
    margin-bottom: 0;
    margin-left: 16px;
    font-size: 16px;
    color: #ff0000;
    font-weight: 600;
    text-decoration: line-through;
    text-align: center;
}

.resort_offer {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.resort_offer > p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

.resort_offer.second_offer {
    border-top: 1px solid #454545;
    padding-top: 8px;
    margin-top: 8px;
}

.resort_offer.second_offer:before {
    content: "OR";
    font-size: 10px;
    display: block;
    background: #191919;
    position: absolute;
    top: -14px;
    left: calc(50% - 15px);
    width: 30px;
    text-align: center;
    font-family: sans-serif;
}

.resort_card a.booking-link {
    padding: 3px 6px;
    background-color: #8d7249;
    border: 1px solid #8d7249;
    border-radius: 3px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 10px;
    display: inline-block;
    transition: 0.2s ease;
    width: 95%;
    text-align: center;
}

.resort_card a.booking-link:hover {
    background-color: transparent;
}

@media only screen and (max-width: 991px){
    .small-no-padding {
      padding: 0;
    }
    .search_form_submit {
        clear: both;
    }
    .resort_card {
        width: 100%;
        max-width: unset;
    }
    .resort_card:nth-child(2n+2) {
        margin-left: 0;
    }
  }

@media only screen and (max-width: 991px){
    .resort_images_container{
        max-width: 250px;
    }
    .resort_image:before{}
    .resort_details{
        margin-left: 20px;
    }
}

  @media only screen and (max-width: 767px){
    .resort_card {
        flex-direction: column;
        height: auto;
        padding-bottom: 15px;
    }
    .resort_images_container {
        width: 100%;
        margin-bottom: 20px;
    }
    .resort_images .slick-arrow {
      opacity: 1;
    }  
    .resort_details {
        /* width: 100%; */
        /* padding: 20px 0 0 0; */
        /* text-align: center; */
        margin-left: 0;
    }
    .resort_card a.booking-link {
      margin-bottom: 5px;
    }

    .resort_card .resort_unit_offer{
        display: block;
    }

    .resort_card .resort_extras p{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 479px){
  .resort_images .slick-prev::before {
    transform: translateX(20px);
  }
  .resort_images .slick-next::before {
    transform: translateX(-40px);
  }
  .form-search-container .search-result h4 {
    font-size: 20px;
  }
  .form-search-container .search-result h4 input {
    margin-top: 15px;
  }
  .form-search-container .search-filter {
    margin-top: 15px;
  }
  .form-search-container .search-filter fieldset .element-query {
    width: 100%;
    padding: 0;
  }
  .mt10-xs {
    margin-top: 10px;
  }
    .resort_images_container {
        max-width: 400px !important;
    }
}

