.inv-pricing .p-supertext {
    font-size: 13px;
    padding: 3px 5px 3px 5px;
    display: block;
}

.inv-pricing .p-callout .p-price {
    font-size: 35px;
    font-weight: 700;
}

.inv-pricing .p-callout .p-subtext {
    font-weight: bold;
    line-height: 16px;
    max-width: 40px;
    display: inline-block;
    padding-left: 5px;
    text-align: left;
}

.table-availability td, .table-availability th{
    border: none;
    /*padding: 2px 0 0;*/
    border-bottom: 1px dashed #d9d9d9;
    /*font-size: 15px;*/
    overflow: hidden;
}

ul,
ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.amenities li  {
    font-size: 14px;
    font-weight: 400;
    color: #4a4a4a;
    padding: 5px 8px;
    margin: 0 0 5px;
    border: 1px solid #eee;
}

ul.amenities li::before{
    content: "\f046";
    color: #cacaca;
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 18px;
    margin-right: 7px;
    height: auto;
    vertical-align: middle;
}

h5.bold {
    font-weight: 500;
}


.availability-row {
    cursor: pointer;
}

.with-drop-shadow {
    filter: drop-shadow(1px 2px 4px hsl(0deg 0% 90%));
}

.box {
    background-color: white;
    border-radius: 8px;
    padding: 8px;
}

.rs-card {
    border-color: #E8E8E8;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.19);
    border-radius: 16px;
    margin-bottom: 30px;
}
.rs-card-top, 
.rs-card-top .rs-card-carousel .carousel-inner {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.rs-card-middle {
    padding: 20px 20px 10px;
}
.rs-card-bottom {
    padding: 10px 20px 20px;
    display: flex;
    flex-wrap: wrap;
}
.rs-card-bottom-l {
    display: inline-block;
    flex-basis: 50%;
}
.rs-card-bottom-r {
    display: inline-block;
    flex-basis: 50%;
    text-align: right;
}
.rs-card-bottom-l-55 {
    display: inline-block;
    flex-basis: 55%;
}
.rs-card-bottom-r-45 {
    display: inline-block;
    flex-basis: 45%;
    text-align: right;
}
.rs-card-img {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 220px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-color: #E8EDF1;
    transition: 0.3s;
}
.ft-rs-card-img {
    min-height: 120px;
}
.rs-card-img-link:hover .rs-card-img {
    background-position: 50% 95%;
}
.rs-card-body {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.rs-card-location {
    margin-bottom: 10px;
    font-size: 12px;
}
.rs-card-name {
    color: #121212;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
}
.rs-card-name a {
    color: #121212;
}
.rs-card-name a:hover {
    color: #242424;
}
.rs-card-tags .tag {
    padding: 4px 8px;
    margin-right: 6px;
    border-radius: 4px;
    background: #E8EDF1;
    color: #4F5E71;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.8;
}
.rs-card-tags .tag-ft {
    border: 1px solid #FC961B;
    color: #FC961B;
    background: #fff;
}
.rs-card-tags .tag-rescape {
    border: 1px solid #4BA7FC;
    color: #4BA7FC;
    background: #fff;
}
.rs-card-price {
    display: inline-block;
}
.rs-card-price-savings span {
    background: #cff4fc;
    color: #055160;
    padding: 6px 4px;
}
.rs-card-price span {
    color: #121212;
    font-size: 16px;
    font-weight: 600;
}
.rs-card-bottom-r .rs-card-cta {
    text-align: right;
    margin-top: -10px;
}
.rs-card-bottom > .rs-card-cta {
    margin-top: 25px; width: 100%
}
.cta-btn,
.rs-card-cta-btn {
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 14px;
    background: #E8EDF1;
    color: #ffffff;
    display: block;
    text-align: center;
    border: none;
    width: 100%;
}
.rs-card-bottom-r .rs-card-cta-btn {
    display: inline-block;
}
.cta-btn:hover,
.rs-card-cta-btn:hover {
    background: #E8EDF1;
    color: #fff;
    opacity: 0.8;
}

.rs-card.rs-card-style2 {
    border-radius: 7px;
}
.rs-card.rs-card-style2 .rs-card-top, 
.rs-card.rs-card-style2 .rs-card-top .rs-card-carousel .carousel-inner {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.rs-card.rs-card-style2 .rs-card-name {
    margin-bottom: 0px;
}

.custom-btn-outline {
    padding: 10px 24px;
    border-radius: 20px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #E8EDF1;
    color: #4F5E71;
    display: inline-block;
}
.custom-btn-outline:hover {
    background: #E8EDF1;
    border: 1px solid #E8EDF1;
    color: #4F5E71;
    opacity: 0.8;
}

.breadcrumbs {
    font-size: 12px;
    margin-bottom: 10px;
}
.breadcrumbs a {
    color: #4F5E71;
}
.breadcrumbs a:hover {
    color: #121212;
}
.breadcrumbs span {
    margin: 0px 4px 0px 4px;
    opacity: 0.8;
}

.page-title {
    color: #121212;
    font-weight: 600;
}
h2.page-title {
    font-size: 40px;
}

.page-subtitle {
    color: #121212;
    font-weight: 600;
    margin-bottom: 30px;
}

.sort-container {
    background: #f2f4f4;
    padding: 16px 29px;
    border-radius: 12px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 16px;
}
.sort-container p {
    margin-bottom: 10px;
}
.sort-description {
    padding-top: 6px;
}

.btn-resort-website {
    padding: 4px 15px;
    border-radius: 6px;
    font-size: 12px;
    background: #fff;
    border: 1px solid #E8EDF1;
    color: #4F5E71;
    display: inline-block;
}
.btn-resort-website:hover {
    background: #E8EDF1;
    border: 1px solid #E8EDF1;
    color: #4F5E71;
    opacity: 0.8;
}

.copy-box {
    padding: 30px 25px;
    border-radius: 15px;
    border: 1px solid #eee;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 25px;
}
.copy-box hr {
    margin: 2rem 0;
}

#availability-list {
    min-height: 40px;
    max-height:250px;
    overflow-x: hidden;
    overflow-y: auto;
}
#availability-list table {
    margin-bottom: 0;
}

.tbl-amenities td {
    width: 250px;
    vertical-align: top;
}

.bo-wrapper {
    margin-top: 40px;
}
.bo-item {
    padding: 20px 15px;
    border-radius: 15px;
    border: 1px solid #eee;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 25px;
    background: #f2f4f4;
}
.bo-item-secondary {
    padding: 20px 15px;
    border-radius: 15px;
    border: 1px solid #eee;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 25px;
    background: #f2f4f4;
}
.bo-top {
    margin-bottom: 20px;
}
.bo-title {
    color: #121212;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.bo-copy {
    margin-bottom: 20px;
}
.bo-price {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 20px;
}
.bo-price .amount {
    font-size: 21px;
    font-weight: 600;
}
.bo-price .currency {
    font-size: 12px;
}
.bo-credit {
    text-align: center;
}
.bo-learn-more {
    text-align: center;
    margin-bottom: 20px;
}
.bo-learn-more a {
    text-decoration: underline !important;
}
.bo-learn-more a:hover {
    text-decoration: none !important;
}
.bo-cta {
    text-align: center;
}

.rs-cat-card {}

.carousel-item .rs-cat-card-wrapper,
.carousel-item .rs-cat-card {
    width: 100%;
}
@media (min-width: 768px) {
    .carousel-item .rs-cat-card-wrapper {
        margin-right: 30px;
    }
    .carousel-item .rs-cat-card-wrapper,
    .carousel-item .rs-cat-card {
        width: 300px;
    }
}

.rs-cat-img {
    background-color: #E8EDF1;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 390px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    position: relative;
}
.rs-cat-img:focus:before,
.rs-cat-img:hover:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.rs-cat-img img {
    display: none;
}
.rs-cat-img a.rs-cat-img-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.rs-cat-hover-link {
    left: 50%;
    top: 50%;
    text-align: center;
    position: absolute;
    overflow: hidden;
    color: #fff;
    transform: translateY(-50%);
    transform: translateX(-50%);
}
.rs-cat-hover-link a.rs-cat-link  {
    display: none;
    color: #fff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 8px;
    padding: 10px 24px;
    min-width: 150px;
}
.rs-cat-img:focus a.rs-cat-link,
.rs-cat-img:hover a.rs-cat-link {
    display: block;
}
.rs-cat-hover-link a.rs-cat-link:focus,
.rs-cat-hover-link a.rs-cat-link:hover {
    background: #999;
    border-color: #999;
    display: block;
}
.rs-cat-heading {
    margin-top: 20px;
}
.rs-cat-title {
    color: #121212;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.2;
    display: inline-block;
}
.rs-cat-heading a:focus .rs-cat-title,
.rs-cat-heading a:hover .rs-cat-title {
    color: #999;
}

.carousel-rs-cat-carousel-control-wrapper {
    margin-top: 10px;
}
.carousel-rs-cat-wrapper .carousel-bs-control {
    background: #F2F4F4;
    border-radius: 100%;
    padding: 5px 12px;
    line-height: 0;
    color: #999 !important;
    font-size: 20px;
}
.carousel-rs-cat-wrapper .carousel-bs-control:focus,
.carousel-rs-cat-wrapper .carousel-bs-control:hover {
    opacity: 0.6;
}

@media (max-width: 768px) {
    .carousel-rs-cat .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-rs-cat .carousel-inner .carousel-item>div:first-child {
        display: block;
    }

    .carousel6-carousel-control-wrapper {
        display: none !important;
    }
}


@media (min-width: 768px) {

    .carousel-rs-cat .carousel-inner .carousel-item {
        display: none;
    }
    .carousel-rs-cat .carousel-inner .carousel-item.active {
        display: flex;
    }

}

@media (max-width: 768px) {

    .carousel-rs-cat .carousel-inner .carousel-item.active,
    .carousel-rs-cat .carousel-inner .carousel-item-start,
    .carousel-rs-cat .carousel-inner .carousel-item-next,
    .carousel-rs-cat .carousel-inner .carousel-item-prev {
        display: flex;
    }

}

.carousel-rs-cat .carousel-indicators {
    position: relative;
    margin-top: 1rem;
}
.carousel-rs-cat .carousel-indicators .carousel-indicator {
    background: #999;
    border-radius: 100%;
    height: 10px;
    width: 10px;
    border: none;
}
.carousel-rs-cat .carousel-indicators .carousel-indicator.active {
    background: #333;
}

.img-rounded-corners {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.ft-underline:after {
    content: '';
    border-bottom: 4px solid #777;
    padding-bottom: 10px;
    width: 100px;
    display: block;
    position: relative;
}

.ft-card-link-wrapper {
    transition: all 0.3s ease;
    overflow: hidden;
    display: block;
}
.ft-card-link-wrapper .ft-card-thumb {
    transition: 0.3s;
}
.ft-card-link-wrapper:hover .ft-card-thumb {
    opacity: 0.8;
    transform: translateY(-10px);
}

@media (min-width: 768px) {

    .carousel-rs-cat .carousel-item-next:not(.carousel-item-start),
    .carousel-rs-cat .active.carousel-item-end {
      transform: translateX(25%);
    }
    .carousel-rs-cat .carousel-item-prev:not(.carousel-item-end),
    .carousel-rs-cat .active.carousel-item-start {
      transform: translateX(-25%);
    }

}

@media (min-width: 768px) {

    .table-mobile-card {
        border: 1px solid #dddddd;
    }

}

@media (max-width: 767px) {

    #availability-list {
        max-height: 550px;
    }

    .sort-container {
        padding: 16px 15px;
    }

    .copy-box {
        padding: 25px 15px;
    }

    .tbl-amenities td {
        width: 100%;
        display: block;
    }

    #frm-booking-options .btn-book-now {
        font-size: 14px;
    }

    .datepicker-carousel {
        margin-bottom: 20px;
    }
    .avil-datepicker-wrapper {
        background-color: #fff !important;
    }
    .avil-datepicker-inner {
        padding: 0 12px 15px;
        background-color: #eeeeee;
    }

    .table-mobile-card thead {
        display: none;
    }
    .table-mobile-card tbody tr {
        display: block;
        width: 100%;
        padding: 15px;
        background: #fff;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .table-mobile-card tbody tr:last-child {
        margin-bottom: 0px;
    }
    .table-mobile-card tbody td {
        display: block;
        width: 100% !important;
    }
    .table-mobile-card tbody tr td:nth-child(4),
    .table-mobile-card tbody tr td:last-child {
        border-bottom: none;
    }
    .table-mobile-card tbody td:before {
        content:attr(data-th);
        display: block;
        font-size: 14px;
        font-weight: bold;
    }

}

.list-styled {
    margin-left: 20px;
}
.list-styled li {
    list-style: disc;
}


.pt-2rem {
    padding-top: 2rem;
}

.call-center-circle {overflow: hidden;
    height: 160px;
    width: 160px;
    margin: 20px auto 0;
    background-image: url(https://s3.us-east-1.amazonaws.com/sfx.static/members/assets/signup/thumb-vacation-specialist-2.jpeg);
    background-size: cover; 
    background-position: 50% 0; 
    display: block; 
    position: relative; 
    display: inline-block;
}

#sticky-contacy-bubble-btn span.img-bubble-wrapper {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #AD41BB;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
    cursor: pointer;
    overflow: hidden;
    opacity: 0.8;
    /*z-index: 1998;*/
    z-index: 1048;
}

#sticky-contacy-bubble-btn span.img-bubble {
    border-radius: 100%;
    border: 4px solid #fff;
    display: inline-block;
    width: 66px;
    height: 66px;
    background-image: url('https://s3.us-east-1.amazonaws.com/sfx.static/members/assets/signup/thumb-vacation-specialist-2.jpeg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

#sticky-contacy-bubble-btn span.text-bubble-wrapper {
    position: fixed;
    bottom: 90px;
    right: 10px;
    display: inline-block;
    min-width: 70px;
    height: auto;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.4);
    cursor: pointer;
    overflow: visible;
    opacity: 0.8;
    padding: 10px;
    text-align: center;
    /*z-index: 1998;*/
    z-index: 1048;
    line-height: 120%;
}

#sticky-contacy-bubble-btn:hover span.text-bubble-wrapper {
    color: #000;
    opacity: 1;
}

#sticky-contacy-bubble-btn span.text-bubble-wrapper:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    background: transparent;
    margin: 0 auto;
    /*right: 50px;*/
    right: 8px;
    bottom: -10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

#sticky-contacy-bubble-btn:hover span.img-bubble-wrapper,
#sticky-contacy-bubble-btn span.img-bubble-wrapper:hover {
    opacity: 1;
    box-shadow: 0px 0px 2px #fff;
}

#sticky-contacy-bubble-pop-up-wrapper {
    transition: opacity .15s linear;
    opacity: 0;
}

#sticky-contacy-bubble-pop-up-wrapper.overlay-black {
    position: fixed;
    display: block !important;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    /*z-index: 1999;*/
    z-index: 1049;
    opacity: 1;
}

#sticky-contacy-bubble-pop-up {
    transition: opacity .15s linear;
    top: 0;
    left: 0;
    opacity: 0;
}

#sticky-contacy-bubble-pop-up.active {
    position: fixed;
    display: block !important;
    top: 50px;
    left: calc(50% - 160px);
    /*z-index: 2000;*/
    z-index: 1050;
    opacity: 1;
}

.mx-wd-50p {
    max-width: 50%;
}
@media (min-width: 768px) {
    .mx-wd-md-100p {
        max-width: 100%;
    }
}