﻿
* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}
/* THESE CLASSES NEED TO GO BACK IN WHEN THE NEW PROPERTY PANELS GO LIVE */
.property-panel-wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 64px 0 0px 0;
    justify-content: center;
}

    .property-panel-wrapper + div {
        clear: both;
        text-align: center;
    }

        .property-panel-wrapper + div input[type=submit] {
            width: auto;
            text-transform: none;
            letter-spacing: normal !important;
            background: var(--erBlue);
            color: #FFF;
            text-align: center;
            padding: 15px 20px;
            font-size: 0.9rem !important;
            font-family: var(--erMainBodyCopy) !important;
            transition: 1s all;
            line-height: 1.2rem;
            font-weight: 600;
            cursor: pointer;
        }

            .property-panel-wrapper + div input[type=submit]:hover {
                background: var(--erCallToAction);
                color: #FFF;
            }

.propertyTitleLocationContainer {
    text-align: left !important;
}

/* END THESE CLASSES NEED TO GO BACK IN WHEN THE NEW PROPERTY PANELS GO LIVE */


/* THIS SECTION IS TAKEN FROM THE MSS.CSS IT CONTROLS THE LAYOUT OF THE PROPERTY PANELS 
    ---- WHEN MSS.CSS WORKS ACROSS ALL THESE PAGES IT CAN BE TAKEN OUT -----*/

/* END THIS SECTION IS TAKEN FROM THE MSS.CSS IT CONTROLS THE LAYOUT OF THE PROPERTY PANELS 
    ---- WHEN MSS.CSS WORKS ACROSS ALL THESE PAGES IT CAN BE TAKEN OUT -----*/

.flex-justify-center {
    justify-content: center;
    display: flex;
}

.padding-x-small {
    padding: 22px !important;
}

.txt-bold {
    font-weight: 900;
}

.margin-right-left-small {
    margin: 0 5px 0 5px !important;
}

.wrapper-div {
    width: 800px;
    margin: 0px auto;
    display: flex;
    padding: 64px 0px;
}

    .wrapper-div.wrapper-div-large {
        width: 1200px;
        margin: 0px auto;
        display: flex;
        padding: 64px 0px;
    }

.flex-wrap {
    flex-wrap: wrap;
}

.padding-top-small {
    padding: 20px 0 0 0 !important;
}

.body-copy {
    color: var(--erBlue);
}

@media screen and (max-width: 1200px) {
    .wrapper-div.wrapper-div-large {
        width: calc(100% - 10px);
    }
}


/* END THIS SECTION IS TAKEN FROM THE MSS.CSS IT CONTROLS THE LAYOUT OF THE PROPERTY PANELS */


.property-panel {
    background: #FFF;
    padding: 10px;
    width: 33.3%;
    display: flex;
    flex-direction: column;
    background-clip: content-box;
    color: var(--erBlue);
    position: relative;
}

    .property-panel.offer-property {
        background: #FFF;
        padding: 10px;
        /*width: 25%;*/
        display: flex;
        flex-direction: column;
        background-clip: content-box;
        color: var(--erBlue);
        position: relative;
    }

        .property-panel.offer-property.featured-offer-property {
            background: #FFF;
            padding: 10px;
            width: 33.3%;
            display: flex;
            flex-direction: column;
            background-clip: content-box;
            color: var(--erBlue);
            position: relative;
            /*transition:0.1s width ease-in;*/
        }

            .property-panel.offer-property.featured-offer-property.offer-panel-scale-up {
                width: 66.6%;
            }

        .property-panel.offer-property.standard-offer-property {
            background: #FFF;
            padding: 10px;
            width: 33.3%;
            display: flex;
            flex-direction: column;
            background-clip: content-box;
            color: var(--erBlue);
            position: relative;
            /*transition:0.1s width ease-in;*/
        }

            .property-panel.offer-property.standard-offer-property:hover .offer-panel-image img {
                opacity: 0.6;
            }

        .property-panel.offer-property.width-100-percent-center:hover .offer-panel-image img {
            opacity: 0.2;
        }

        .property-panel.offer-property.standard-offer-property.offer-panel-scale-up {
            width: 66.6%;
        }

        .property-panel.offer-property.width-100-percent-center {
            background: none;
            width: 1200px;
            display: flex;
            flex-direction: column;
            background-clip: content-box;
            color: var(--erBlue);
            z-index: 500;
            justify-content: center;
        }

    .property-panel.property-panel-video {
        padding: 10px;
        width: 33.3%;
        display: flex;
        flex-direction: column;
        background-clip: content-box;
        color: var(--erBlue);
        position: relative;
    }

.deleteWishList-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
}

button.deleteWishList-button {
    background: var(--erBlue);
    border: none;
    padding: 10px 20px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    font-size: 13px !important;
    position: relative;
}

.property-panel:hover .cruise-panel-top-section img {
    opacity: 0.7;
    transition: 1s all;
    transform: scale(1.3);
}

.property-panel#featuredPropertyWrapper a {
    border: 3px solid var(--erBlue);
    position: relative;
}

/* If we need more capacity to add additional 
		actions at the bottom of the property panels */
input[type=submit].actions, .actions {
    background: none;
    font-size: 0.7rem;
    border: none !important;
    transition: all 1s;
    padding: 5px;
}

/* If we need more capacity to add additional 
		actions at the bottom of the property panels */

.property-panel-flex {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 5;
    display: flex;
}

.property-panel-flex-exclusive {
    position: absolute;
    bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    z-index: 5;
}

    .property-panel-flex-exclusive span {
        position: relative;
        z-index: 50;
        font-size: 1.1rem;
        font-style: italic;
        font-family: var(--erMainHeaderCopy);
    }

.property-tags.property-tag-exclusive {
    bottom: 0px;
    display: flex;
    left: 20px;
    flex-wrap: wrap;
    z-index: 5;
    border-radius: 0 6px 0px 0px;
    background: var(--erBlue);
    padding: 8px 12px;
}

    .property-tags.property-tag-exclusive span {
        color: #FFF;
        font-weight: 200 !important;
    }

.property-panel-top-section {
    position: relative;
    max-height: 190px;
    background: var(--erBlue);
}

.property-panel h3 {
    font-family: var(--erMainBodyCopy) !important;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4rem;
    padding-bottom: 0.4rem;
    margin-bottom: 0px !important;
    text-align: left;
}

p.property-location {
    font-family: var(--erMainBodyCopy) !important;
    font-weight: 700;
    opacity: 0.6;
    margin-bottom: 0.8rem;
    font-size: 16px;
    padding: 0px;
    text-align: left;
    line-height: 1.2rem;
}

span.property-panel-gold-arrow-center {
    display: flex !important;
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -20px;
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--erCallToAction);
    background: var(--erCallToAction);
    z-index: 500;
    transition: all 0.5s;
    transform: rotate(45deg);
}

.property-panel-video .property-panel-a {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 1px 1px 7px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    background: var(--erBlue);
}

    .property-panel-video .property-panel-a i {
        border: 4px solid rgba(255,255,255,0.3);
        border-radius: 100%;
        transition: 1s all;
    }

    .property-panel-video .property-panel-a:hover i {
        border: 4px solid var(--erCallToAction);
        border-radius: 100%;
    }

.property-panel-a {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 1px 1px 7px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
}

.property-panel:after {
    content: "";
    clear: both;
    display: flex;
}

.property-panel-a:hover .property-panel-overlay {
    right: 0px;
}

.property-panel-a:hover .property-video img {
    opacity: 0.5;
}

.property-panel-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -800px;
    display: flex;
    background: var(--erBlue);
    z-index: 15;
    justify-content: center;
    align-items: center;
    color: rgba(255,255,255,0.9);
    width: 100%;
    transition: all 0.5s;
    overflow:hidden;
}

    .property-panel-overlay ul {
        width: 65%;
        padding: 0;
    }

        .property-panel-overlay ul li {
            padding: 5px 0;
            font-weight: 500;
            font-size: 0.8rem;
            font-family: Muli,sans-serif !important;
            line-height: 1.1rem;
            text-align: left;
            list-style: none;
        }

.property-panel-top-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: all 1s;
}

.property-panel-bottom-section {
    padding: 35px 25px 75px 25px;
    position: relative;
    height: 100%;
    background: #FFF;
}

.property-panel-bottom-section-no-icons {
    padding: 35px;
    position: relative;
    height: 100%;
    background: #FFF;
}

.property-bullets li {
    padding: 0 0 7px 0;
}

.property-panel-bottom-section-video {
    padding: 70px 25px 20px 25px;
    background-image: linear-gradient(var(--erBlueOpacity0), var(--erBlueOpacity50), var(--erBlue));
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

    .property-panel-bottom-section-video h3, .property-panel-bottom-section-video p {
        color: #FFF;
        padding: 0;
        margin: 0;
    }

    .property-panel-bottom-section-video p {
        opacity: 1;
        font-weight: 500;
        font-size: 0.8rem;
    }

.priceFromBox span.fromBox {
    font-family: Muli,sans-serif !important;
    margin: 0px 5px 8px 0px;
    font-size: 0.75rem;
    text-align: left;
    line-height: 1rem;
    display: block;
}

.priceFromBox {
    text-align: left;
    margin-bottom: 10px;
}

    .priceFromBox span {
        vertical-align: unset;
    }

        .priceFromBox span.priceFromBoxNights {
            text-align: left;
            font-size: 0.85rem;
            margin: 0;
            line-height: normal;
        }

span.priceFromBoxPrice {
    font-family: Muli,sans-serif !important;
    font-weight: 800;
    font-size: 1.1rem;
    line-height: normal;
    margin: 0;
}

.priceFromBoxPrice span {
    font-family: Muli,sans-serif !important;
    color: var(--erBlueOpacity50);
    font-size: 0.6rem;
    padding-left: 3px;
    margin: 0;
    font-weight: 700;
}

.propertyIcons {
    position: absolute;
    bottom: 25px;
}

    .propertyIcons div {
        display: flex;
    }

    .propertyIcons p {
        font-family: Muli,sans-serif !important;
        font-weight: 600;
        font-size: 12px;
        opacity: 0.7;
    }

span.property-icon-title {
    font-family: Muli,sans-serif !important;
    font-weight: 600;
    font-size: 9px;
    text-align: left;
    position: initial;
    display: flex;
    margin: 0px;
    line-height: 0.6rem;
}

span.property-icon {
    padding: 0px 8px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin: 5px 2px 0 0;
    text-align: left;
}

    span.property-icon img {
        margin: 0 0 3px 0 !important;
    }

.property-icon:last-child {
    border-right: none;
}

.property-icon img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.description-info {
    padding: 9px 7px;
    color: var(--erBlue);
    /*border: 1px solid var(--erSand);*/
    background: var(--erSand);
    font-size: 0.75rem;
    border-radius: 3px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    line-height: unset;
    text-align: left;
}

    .description-info i {
        margin-right: 5px;
        font-size: 1.1rem;
    }

.property-tags.wellness img {
    width: 25px !important;
    height: 25px !important;
    object-fit: unset;
    border-radius: 100%;
    margin-right: 4px;
    position: relative;
    top: 0px;
}

.property-tags.sustainability img {
    width: 25px !important;
    height: 25px !important;
    object-fit: unset;
    margin-right: -1px;
    border-radius: 100%;
    position:relative;
    top:0px;
}

.property-tags.sustainability {
    margin: 0px;
}

.property-tags {
    padding: 3px 10px;
    color: var(--erBlue);
    font-family: Muli, sans-serif !important;
    font-weight: 200;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    margin-right: 4px;
    position: relative;
    background: var(--erBlue);
    border-radius: 5px 5px 0px 0px;
}

.property-panel.offer-property.width-100-percent-center .property-tag-exclusive {
    padding: 15px 25px;
}
/*.property-tag-exclusive::after {
    content:"";
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(to bottom right, var(--erCallToAction), #facc7d);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    width: 35px;
    height: 35px;
}*/
.property-tags span {
    font-size: 0.7rem;
    color: #FFF;
    padding: 3px 0px 0px 0;
    border-radius: 3px;
}

.featured-property-tag {
    position: absolute;
    top: 0px;
    left: 0px;
    background: var(--erBlue);
    color: #FFF;
    font-family: Muli,sans-serif !important;
    font-weight: 600;
    font-size: 14px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    width: 100px;
    height: 100px;
    z-index: 50000000;
    transition: 0.2s all ease-in-out;
}
/*   .featured-property-tag::after {
        content:"";
        position: absolute;
        top: -5px;
        left: 0px;
        background: var(--erCallToAction);
        color: #FFF;
        font-family: Muli,sans-serif !important;
        font-weight: 600;
        font-size: 14px;
        clip-path: polygon(0 0, 0% 100%, 100% 0);
        width: 100px;
        height: 100px;
        transition: 0.2s all ease-in-out;
    }*/
.property-panel.offer-property.width-100-percent-center .featured-property-tag {
    background: #FFF;
    color: var(--erBlue);
    display: none;
}

    .property-panel.offer-property.width-100-percent-center .featured-property-tag span {
        color: var(--erBlue);
        font-weight: 800;
    }

.featured-property-tag span {
    transform: rotate(-45deg);
    position: absolute;
    display: block;
    top: 25px;
    left: 5px;
    COLOR: #FFF;
    z-index: 50000;
    font-size: 0.9rem;
}

span.property-panel-video-player {
    transition: all 1s;
    opacity: 1;
}

.property-panel-video-player i {
    color: #FFF;
    font-size: 30px;
}


@media screen and (max-width: 1280px) {
    .property-panel.offer-property.standard-offer-property.width-100-percent-center {
        width: 100%;
    }

    .property-panel.offer-property.featured-offer-property.width-100-percent-center {
        width: 100%;
    }
}


@media screen and (max-width: 1050px) {
    .property-panel.property-panel-video {
        width: 50%;
    }

    .property-panel.offer-property.featured-offer-property, .property-panel.offer-property.standard-offer-property {
        width: 50%;
    }
}

@media screen and (max-width: 750px) {
    .property-panel.property-panel-video {
        width: 100%;
    }

    .property-panel.offer-property.featured-offer-property, .property-panel.offer-property.standard-offer-property {
        width: 100%;
    }
    .property-panel-a:hover .property-panel-overlay {
        display:none;
    }
}
/* /////////////////////////////////////////////////////////////////////// HOLIDAY FINDER DATA  */
.holidayFinderClimatePanel-icons {
    position: absolute;
    padding: 10px;
    top: -5px;
    left: 25px;
    font-size: 12.5px;
    background: #fff;
    border-radius: 3px;
    font-family: Muli,sans-serif !important;
    display: flex;
    line-height: 0.8rem;
}

    .holidayFinderClimatePanel-icons span {
        line-height: unset;
    }

        .holidayFinderClimatePanel-icons span:last-child {
            margin: 0px !important;
        }

        .holidayFinderClimatePanel-icons span.climate-panel-month, .holidayFinderClimatePanel-icons span.climate-panel-temp, .holidayFinderClimatePanel-icons span.climate-panel-rainfall {
            display: flex;
            align-items: center;
            margin-right: 8px;
            font-size: 0.7rem;
            margin: 0 8px 0 0;
        }

            .holidayFinderClimatePanel-icons span.climate-panel-month i, .holidayFinderClimatePanel-icons span.climate-panel-temp i, .holidayFinderClimatePanel-icons span.climate-panel-rainfall i {
                font-size: 0.8rem;
                line-height: unset;
            }

            .holidayFinderClimatePanel-icons span.climate-panel-month i {
                padding-right: 2px
            }
/* /////////////////////////////////////////////////////////////////////// HOLIDAY FINDER DATA  */

/* ////////////////////////////////////////////////////////////////////// CRUISE PANELS */
.cruise-panel-top-section {
    position: relative;
    background: var(--erBlue);
}

    .cruise-panel-top-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .cruise-panel-top-section h2 {
        font-size: 0.8rem !important;
        line-height: 0.2rem;
        color: #FFF;
        top: 0px;
        left: 0px;
        font-family: Muli,sans-serif !important;
        width: 100%;
        padding: 1rem !important;
        background: var(--erBlueOpacity50);
        position: absolute;
        z-index: 8;
        max-height: 50px;
        margin: 0 !important;
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
        flex-direction: row !important;
        font-weight: 600;
    }

        .cruise-panel-top-section h2 i {
            line-height: unset;
            font-size: 1rem;
            margin-right: 6px !important;
        }

.cruise-panel-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: flex;
    z-index: 6;
    justify-content: center;
    align-items: center;
    color: #FFF;
    width: 100%;
    transition: all 0.5s;
}
.cruise-panel-top-section .property-panel-flex .property-tags {
    color: #FFF !important;
}
/* ////////////////////////////////////////////////////////////////////// CRUISE PANELS */


.mobile-wrap-column {
    flex-direction: row;
}


@media screen and (max-width: 1230px) {
    /*.property-panel-wrapper {
            width: 95%;
        }*/

    .property-panel-bottom-section {
        padding: 30px 25px 80px 25px;
    }

    .propertyIcons div {
        align-items: flex-start;
    }

    .property-panel-overlay ul {
        width: 70%;
    }
}

@media screen and (max-width: 980px) {
    .property-panel {
        width: 50%;
    }

    .propertyIcons div {
        align-items: unset;
    }
}

@media screen and (max-width: 700px) {
    .property-panel {
        width: 100%;
    }

    .property-panel-overlay ul {
        width: 70%;
    }

    .property-panel-top-section {
        max-height: none;
    }

    .property-panel-bottom-section {
        padding: 30px 25px 80px 25px;
    }

    .mobile-wrap-column {
        flex-direction: column;
    }
}
