﻿/* SEARCH CONTROL */

@media only screen and (min-width:801px) {
    .search-control-vertical .search-control-item.span-2 {
        width: 100%;
        margin-left: 0;
    }
}

body#aspects_search-book #findForm .pets {
    display: none;
}

.search-control-item.ajax-show {
    display: none;
}

.ajax .search-control-item.ajax-show {
    display: block;
}

.ajax .search-control-item.ajax-hide {
    display: none;
}

.view-properties-mobile {
    display: none !important;
}

.search-control-item fieldset {
    background: #FFF;
    line-height: 4rem;
    font-weight: bold;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    position: relative;
    color: #000;
}

    .search-control-item fieldset.icon {
        background-image: url(/assets/img/search-sprite-v.png);
        background-position: right 50px;
        background-repeat: no-repeat;
    }

        .search-control-item fieldset.icon.within {
            background-image: none;
        }

        .search-control-item fieldset.icon.select {
            background-position: right 5px
        }

        .search-control-item fieldset.icon.calendar {
            background-position: right -31px
        }

        .search-control-item fieldset.icon.map {
            background-position: right -65px
        }

        .search-control-item fieldset.icon.tick {
            background-position: right -143px
        }


            .search-control-item fieldset.icon.tick input:checked + label:after {
                content: '';
                position: absolute;
                right: 0;
                top: 4px;
                width: 40px;
                height: 32px;
                background: url(/assets/img/search-sprite-v.png) no-repeat right -107px;
            }


    .search-control-item fieldset label,
    .search-control-item fieldset select,
    .search-control-item fieldset input,
    .search-control-item fieldset .date-input {
        height: 4rem;
        border: none;
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        box-sizing: border-box;
        padding-left: 1em;
        font-family: ChevinPro, ChevinPro-fallback-font;
        font-weight: bold;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
    }

.search-control-item select::-ms-expand {
    display: none;
}

.date-input-set {
    display: none;
    text-align: center;
}

.date-input.set .date-input-set {
    display: block;
}

.search-control-item fieldset .date-input.set {
    padding: 0;
}

.date-input.set .date-input-blank {
    display: none;
}

.search-control-item fieldset.icon.calendar .date-input .date-val {
    display: block;
    float: left;
    background: #CFC8C7;
    padding: 0;
    color: #000;
    font-weight: normal;
    font-size: 1.2rem;
}

.search-control-item fieldset.icon.calendar .date-input span {
    position: relative;
}

.search-control-item fieldset.icon.calendar .date-input .date-val.date-range {
    width: 50%;
    z-index: 1;
}

    .search-control-item fieldset.icon.calendar .date-input .date-val.date-range.date-from {
        background: #FFFFFF;
    }

    .search-control-item fieldset.icon.calendar .date-input .date-val.date-range.date-to {
        background: #D9D3D3;
    }

.search-control-item fieldset.icon.calendar .date-input .date-range-to {
    color: #000;
    display: block;
    width: 16%;
    margin: 0 -8.1%;
    float: left;
    height: auto;
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
    background: url(/assets/img/date-range-separator.png?1) center;
    z-index: 2;
}

.search-control-item fieldset input[type="checkbox"] {
    display: none;
}

.search-control-item fieldset input[type="submit"] {
    background: #5DBDCB;
    color: #FFF;
    padding-left: 0em;
}


.sb-day-list {
    overflow: hidden;
    padding-bottom: 2px;
    padding-top: 2px;
}

.sb-days {
    width: 18%;
    box-sizing: border-box;
    display: block;
    background: #FFF;
    font-size: 2rem;
    text-align: center;
    float: left;
    margin: 0 1%;
    padding: 8px 0 8px 0;
    color: #000;
}

    .sb-days.selected {
        outline: 2px solid #5DBDCB;
        font-weight: bold;
    }

    .sb-days span {
        display: block;
        font-size: 1.2rem;
    }

        .sb-days span.sb-day-in {
            display: inline;
        }



.search-control-date-picker, .search-control-location-picker {
    width: 550px;
}

.datepicker-col {
    width: 275px;
    float: left;
    padding: 6rem 1em 1em;
    box-sizing: border-box;
}

.location-picker-list {
    width: 200px;
    float: left;
    font-size: 1.4rem;
}

.location-picker-map {
    width: 350px;
    height: 300px;
    float: left;
}

.datepicker-toggle {
    display: none;
}

.search-control-date-picker {
    width: 300px;
    max-width: 100%;
}

.datepicker-col {
    width: 100%;
    float: none;
}

.datepicker-col {
    display: none;
}

    .datepicker-col.active {
        display: block;
    }

    .datepicker-col h3 {
        display: none;
    }

    .datepicker-col p {
        font-size: 1.4rem;
        text-align: center;
    }

.datepicker-toggle {
    display: block;
    overflow: hidden;
    padding: 1rem 1rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

    .datepicker-toggle span {
        display: block;
        background: #D9D3D3;
        color: #222;
        font-size: 1.4rem;
        line-height: 4rem;
        padding: 0 2em;
        box-sizing: border-box;
        width: 50%;
        float: left;
        text-align: center;
    }

        .datepicker-toggle span.active {
            background: #5DBDCB;
            color: #FFF;
        }


.plus-minus-controls, #property-code {
    background: url(/assets/img/black-dotted-line.png) top center no-repeat;
    margin-top: 2.7rem;
    line-height: 2.7rem;
    padding-top: 2.7rem;
}

    .plus-minus-controls p {
        font-size: 1.5rem;
    }

.search-control-plus-minus {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

button.minus, button.plus {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: #5DBDCB 1px solid;
    background: #fff;
    color: #5DBDCB;
    margin-right: 10px;
    position: relative;
}

    button.minus:hover, button.plus:hover {
        background: #5DBDCB;
        color: #fff;
    }

    button.minus:focus, button.plus:focus {
        outline: none;
    }

    button.minus::before {
        content: '-';
        width: 100%;
        display: inline-block;
        font-size: 21px;
        font-weight: bold;
        position: absolute;
        top: 1px;
        left: 0;
    }

    button.plus::before {
        content: '+';
        width: 100%;
        display: inline-block;
        font-size: 21px;
        font-weight: bold;
        position: absolute;
        top: 3px;
        left: 0;
    }

@media only screen and (min-width:601px) {

    .search-control-location-picker.no-map, .search-control-location-picker.no-map .location-picker-list {
        width: 250px;
    }

        .search-control-location-picker.no-map .location-picker-map {
            display: none;
        }
}


@media only screen and (max-width: 600px) {
    .qtip {
        max-width: 90% !important;
    }

    button.plus::before, button.minus::before {
        top: 0px;
    }
    /*button.minus, button.plus, button.plus::before, button.minus::before {
        position:static
    }*/
    .search-control-location-picker {
        width: 300px;
        max-width: 100%;
    }

    .location-picker-list {
        width: 100%;
        float: none;
    }


    .location-picker-map {
        display: none;
    }
}

h2 .search-control-title {
    padding-top: 4.5rem;
}

.search-control-title {
    display: block;
    font-family: DearJoe, DearJoe-fallback-font;
    color: #5DBDCB;
    font-size: 3rem;
    background: url(/assets/img/black-dotted-line.png) bottom center no-repeat;
    margin-bottom: 1rem;
    line-height: 2.7em;
}

.search-control-refine ul {
    list-style: none;
    margin: 0;
    padding-top: 30px;
}

    .search-control-refine ul li {
        display: block;
        width: 90%;
        float: left;
        margin-bottom: 1rem;
        background: url(/assets/img/search-sprite-v.png) 0 -147px no-repeat;
    }

        .search-control-refine ul li input {
            display: none;
        }

        .search-control-refine ul li label {
            display: block;
            line-height: 2em;
            font-size: 1.4rem;
            padding-left: 34px;
            white-space: nowrap;
        }

        .search-control-refine ul li input:checked + label {
            background: url(/assets/img/search-sprite-v.png) 0 -107px no-repeat;
        }

.search-control-refine p {
    font-size: 1.4rem;
}

.search-control-refine input {
    border-radius: 0;
    -webkit-appearance: none;
}

.search-control-refine .property-search {
    margin-right: 60px;
}

.search-control-refine .property-search-submit {
    width: 4rem;
    padding: 0;
    font-size: 0;
    height: 4rem;
}

.search-control-refine .property-search input {
    box-sizing: border-box;
    width: 100%;
    padding: 0 1em;
    /*line-height: 4rem;*/
    border: 1px solid #222;
    font-size: 1.2rem;
    height: 4rem;
}

.search-control-contact {
    margin: 3rem 0;
}


    .search-control-contact p {
        font-size: 1.4rem;
        padding: 3rem 0;
        margin: 0;
    }

        .search-control-contact p:first-child {
            padding-bottom: 0;
            margin-bottom: 0.5em;
        }

        .search-control-contact p + p {
            padding-top: 0;
        }

        .search-control-contact p:last-child {
            padding-bottom: 3rem;
            margin-bottom: 0;
        }

    .search-control-contact:before,
    .search-control-contact:after {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background: url(/assets/img/black-dotted-line.png) repeat-x center;
    }

    .search-control-contact p a {
        font-size: 2rem;
    }



@media only screen and (max-width: 1060px) {
    .search-control-refine ul li {
        width: auto;
        float: none;
    }
}

@media only screen and (max-width: 800px) {
    /*to help with Font FOUT and FOIT*/
    .header-intro-text {
        line-height: 3rem;
    }

        .wf-loading .header-intro-text p,
        .header-intro-text p {
            letter-spacing: -0.7px;
            word-spacing: 0.7px;
            font-family: sans-serif;
        }

    .wf-inactive .header-intro-text p,
    .wf-active .header-intro-text p {
        font-family: ChevinPro, ChevinPro-fallback-font;
        letter-spacing: 0;
        word-spacing: 0;
    }

    .header-intro-text h1 {
        font-size: 3.5rem;
        line-height: 2rem;
    }




    .search-control-plus-minus {
        width: 25%;
        float: left;
        min-width: 100px;
    }


    .search-control-refine {
        padding-top: 1rem;
    }

        .search-control-refine ul li {
            float: left;
            padding-right: 0.5em;
        }

        /*.search-control-item fieldset.icon.calendar .date-input span,
    .search-control-item fieldset select,
    .search-control-item fieldset label,
    .search-control-plus-minus,
    .search-control-refine ul li label {
           font-family: 'Helvetica', sans-serif;
           line-height: 2.05;
           font-weight: 400;
           letter-spacing: -0.75px;
           word-spacing: 0.55px
           }*/


        .search-control-refine .property-search {
            margin-right: 40px;
        }

            .search-control-refine .property-search input {
                border: none;
            }

        .search-control-refine #feature {
            margin-top: 10px;
        }
}

@media only screen and (max-width: 480px) {
    .header-intro-text h1 {
        line-height: 1.6em;
        margin-top: 0.5em;
    }

    .search-control-refine ul li {
        padding-right: 0;
        width: 46%;
        margin-left: 4%;
    }
}

@media only screen and (max-width: 480px) {
    .search-control-plus-minus {
        width: 40%;
        padding: 0 5%;
    }
}
/*DATEPICKER*/
.ui-datepicker-inline {
    margin-top: 20px;
    height: 275px;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    display: block;
}

a.ui-datepicker-prev, a.ui-datepicker-next {
    display: block;
    text-indent: 100%;
    overflow: hidden;
    background: url(/assets/img/swiper-nav.png) 0 0 no-repeat;
    cursor: pointer;
    width: 26px;
    height: 18px;
}

    a.ui-datepicker-prev span, a.ui-datepicker-next span {
        display: none;
    }

a.ui-datepicker-prev {
    float: left;
    background-position: 0 0;
}

a.ui-datepicker-next {
    float: right;
    background-position: -34px 0;
}

table.ui-datepicker-calendar {
    width: 100%;
}

.ui-datepicker-calendar th {
    text-align: center;
    /* text-transform: uppercase; */
    font-weight: normal;
    padding: 20px 0 7px;
}

.ui-datepicker-calendar td {
    line-height: 35px;
    border: 1px solid #999;
    text-align: center;
    width: 14.29%;
    background: #FFF;
    padding: 0;
}

    .ui-datepicker-calendar td a {
        color: #000;
        display: block;
    }

        .ui-datepicker-calendar td a.ui-state-active {
            background: #5DBDCB;
            color: #FFF;
        }

td.ui-datepicker-other-month {
    border: none !important;
    background: none !important;
}

td.ui-datepicker-unselectable {
    color: #AAA;
    background: #EEE;
}

.ui-datepicker-calendar td:hover {
    background: #BDE4E9;
    cursor: pointer;
}

.ui-datepicker-calendar td.ui-datepicker-other-month:hover {
    background: transparent;
    cursor: default;
}

#ui-datepicker-div {
    background: #FFF;
    width: 240px;
    padding: 10px;
    border: 2px solid #CECBCA;
    display: none;
}


/* QTIP */
.qtip {
    max-width: none;
}

.qtip-nopad .qtip-content {
    padding: 0;
}

/* SEARCH */
#search-wrapper {
    padding-top: 0.5rem;
}
/* Search Header */
.search-header {
    padding: 0 0 50px 0;
}

.search-actions {
    overflow: hidden;
    min-height: 6rem;
}

.search-result-info {
    float: left;
    margin: 0;
}

@media only screen and (max-width:480px) {
    .search-results-info {
        margin-top: 3rem;
    }

    .search-action-buttons {
        margin: 20px 1%;
        text-align: center;
    }

    .search-results-action {
        float: none !important;
    }

    .search-action-buttons span {
        width: 32%;
        display: inline-block;
        float: none;
    }
}

/* Search Map */

#overlays {
    display: none;
}

#results-with-pagination {
    clear: both;
}

/* Search Pagination */
.search-pagination {
    padding: 1rem 0;
    margin: 0 0 2rem;
    background: url(/assets/img/black-dotted-line.png) bottom center no-repeat;
}

    .search-pagination.bottom {
        margin: 2rem 0 1rem;
        background-position: top center;
    }

    .search-pagination ul.ShowSort {
        width: 445px;
    }

@media only screen and (max-width:1250px) {
    .search-pagination ul.ShowSort {
        width: 55%;
    }
}

.SortTitle {
    float: left;
    font-size: 2em;
    margin-right: 25px;
    display: inline-block;
    line-height: 2em;
}

@media only screen and (max-width: 700px) {
    .search-pagination ul.ShowSort {
        width: 100%;
        margin-bottom: 10px;
    }
}
/*@media only screen and (max-width:1090px) 
{
.SortTitle{margin-right:5px;}

}*/
.search-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.6rem;
    width: 100%;
    float: left;
    /*padding-top:12px;*/
}

    .search-pagination ul li {
        margin: 0;
        padding: 0;
        display: inline-block;
        height: 3.5rem;
        line-height: 3.5rem;
        position: relative;
    }

        .search-pagination ul li a, .search-pagination ul li span {
            position: relative;
            display: block;
            color: #222;
            z-index: 2;
        }

        .search-pagination ul li.back-to-first, .search-pagination ul li.forward-to-last {
            margin-left: 20px;
        }

            .search-pagination ul li.back-to-first span, .search-pagination ul li.back-to-first a {
                padding-left: 38px;
            }


            .search-pagination ul li.forward-to-last span, .search-pagination ul li.forward-to-last a {
                padding-right: 38px;
            }

            .search-pagination ul li.back-to-first:before, .search-pagination ul li.forward-to-last:after {
                content: '';
                position: absolute;
                display: block;
                top: 10px;
                width: 28px;
                height: 18px;
                background: url(/assets/img/pagination-sprite.png) center no-repeat;
            }

            .search-pagination ul li.back-to-first:before {
                left: 0;
                background-position: 0 center;
            }

            .search-pagination ul li.forward-to-last:after {
                right: 0;
                background-position: -33px center;
            }

        .search-pagination ul li.disabled {
            opacity: 0.5;
        }


.expand-property-search {
    text-align: center;
}

    .expand-property-search p {
        padding: 1em;
        margin: 0;
    }

@media only screen and (max-width: 768px) {
    .expand-property-search button {
        display: block;
        margin: auto;
    }

        .expand-property-search button + button {
            margin-top: 10px;
        }
}

.show-more {
    text-align: center;
}

    .show-more a {
        display: inline-block;
        margin: 0 auto;
        padding: 0 2em;
        line-height: 4rem;
        font-size: 1.4rem;
        background: #5DBDCB;
        color: #FFF;
    }

/* Search Results */

.properties-loading {
    padding: 100px 0;
    text-align: center;
}

.search-result-info .count {
    color: #5DBDCB;
    /*font-family: DearJoe;
    font-size:1.7em;*/
    font-weight: bold;
    padding: 0 0.25em;
    line-height: 0;
}

.destination-box {
    position: relative;
    font-size: 1.6rem;
    color: #222;
    background: #fff;
}

.destination-inner {
    padding: 8px;
}

.property-box {
    position: relative;
    background: #FFF;
    /*padding:8px;*/
    clear: both;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #222;
}

.property-box-inner {
    padding: 8px;
    overflow: hidden;
}

    .property-box-inner .swiper-container {
        width: 40%;
        margin-right: 2%;
        float: left;
    }

.property-box .property-image {
    position: relative;
    width: 100% !important;
}

.property-box-inner .swiper-container {
    max-width: 350px;
}

@media only screen and (max-width: 480px) {
    .property-box-inner .swiper-container {
        margin-left: auto;
        margin-right: auto;
    }
}

.property-image:hover {
    cursor: pointer;
}

.property-box .property-image[data-imageCount]::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    background: #5DBDCB;
    z-index: 999999999;
    opacity: 0.8;
    text-align: center;
    color: #fff;
    font-size: 50px;
}

.property-box .property-image[data-imageCount]::after {
    content: "View " attr(data-imageCount) " \A more photos";
    white-space: pre;
    width: 100%;
    position: absolute;
    display: block;
    z-index: 999999999;
    text-align: center;
    color: #fff;
    font-size: 32px;
    top: 50%;
    transform: translateY(-50%);
}

.property-box .property-image a {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 68.7%;
    overflow: hidden;
}

.property-box .property-image img {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    display: block;
}

.property-box .property-badge {
    position: absolute;
    top: -10px;
    left: -10px;
    display: block;
    width: 101px;
    height: 101px;
    background: url(/assets/img/special-offer-disc.png) center no-repeat;
    color: #FFF;
    font-size: 2rem;
    text-align: center;
    z-index: 10;
}

.property-box.boutique .property-badge {
    top: 50px !important;
}

.property-box .property-badge span {
    display: block;
    margin-top: 2.5rem;
    font-size: 3rem;
    line-height: 1em;
}

.property-box .property-badge.property-badge--gift {
    background: url(/assets/img/free-gift-disc.png?v2) center no-repeat;
    z-index: 10;
}

.property-box .property {
    float: left;
    width: 58%;
}

.property-box .property-name {
    font-family: ChevinPro, ChevinPro-fallback-font;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5em;
    margin-right: 3rem;
}

    .property-box .property-name span.property-location {
        display: block;
        font-weight: normal;
        color: #222;
        font-size: 0.8em;
    }

.property-box .property-toptrumps {
    font-size: 1.4rem;
}

.property-box .property-intro {
    font-size: 1.4rem;
    margin: 1em 0 0;
    min-height: 5em;
}

.property-box .offers {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #CA695C;
    min-height: 1.5em;
}

.property-box .search-shortlist {
    margin: 0;
}

.property-box .property-cta {
    overflow: hidden;
    padding: 1em 0 0;
    margin: 0;
}

.property-box .property-price {
    color: #5DBDCB;
    font-size: 2.5rem;
    line-height: 4rem;
}

    .property-box .property-price span {
        font-size: 0.6em;
    }

.property-box .property-pricemodifiers {
    clear: both;
    font-size: 1.4rem;
    padding: 1em 0 0;
}

.special-offer-results .property-box .property-price {
    display: none;
}

.property-list-ad {
    padding: 1em;
    background-color: #5DBDCB;
    margin-bottom: 1rem;
}


    .property-list-ad.trustpilot {
        background-color: #fff;
    }

        .property-list-ad.trustpilot .wrap.trustpilot-wrapper {
            margin: 0;
            padding: 1em;
        }

    .property-list-ad.newsletter .property-list-ad-content {
        display: flex;
    }

    .property-list-ad button {
        font-family: 'ChevinPro';
        font-weight: bold;
        font-size: 1.6rem;
        padding:0 0 0 1rem;
    }

.property-list-ad-content {
    color: #fff;
    display: flex;
    align-items: center;
}

.property-list-ad-title {
    display: flex;
}

.property-list-ad-title, .property-list-ad-message {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
}

@media only screen and (min-width: 1025px) {
    .property-list-ad-title {
        margin-right: 1rem;
    }
}

.property-list-ad-text {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1.6rem;
}

@media only screen and (max-width: 1025px) {
    .property-list-ad-message {
        flex-direction:column;
    }
    /*.property-list-ad button {
        padding: 0 0 0 1rem;
    }*/

    .property-list-ad-icon {
        margin: 0;
    }

    .property-list-ad-title:after {
        content: none;
    }

    .property-list-ad-content {
        flex-direction: column;
        text-align: center;
    }

    .property-list-ad-title {
        align-self: center;
        align-items: center;
    }

    .property-list-ad-text {
        flex-direction: column;
        align-items: center;
    }
}

.property-list-ad-content p {
    margin: 0;
}

@media only screen and (max-width: 480px) {
    .search-pagination ul {
        float: none;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

        .search-pagination ul li.back-to-first {
            order: 1;
            margin-left: 0;
        }

        .search-pagination ul li.page-count {
            order: 2;
        }

        .search-pagination ul li.forward-to-last {
            order: 3;
            margin-left: 0;
        }

            .search-pagination ul li.back-to-first span, .search-pagination ul li.back-to-first a,
            .search-pagination ul li.forward-to-last span, .search-pagination ul li.forward-to-last a {
                padding: 0;
                width: 38px;
                overflow: hidden;
                white-space: nowrap;
                text-indent: 100%;
            }

    .property-box .property-image, .property-box .property, .property-box-inner .swiper-container {
        float: none;
        width: 100%;
    }

    .property-box-inner .swiper-container {
        margin-bottom: 0.5em;
    }

    .property-box .property-price {
        font-size: 2.2rem;
    }
}
/* Search Map */

#map-application {
    padding: 0;
    height: 0;
    overflow: hidden;
    position: relative;
}

#map {
    height: 600px;
}

    #map .osm-copyright {
        position: absolute;
        z-index: 4;
        bottom: 0;
        left: 85px;
        background: #EEE;
        padding: 0 5px 3px;
    }

.search-results-action {
    font-size: 1.8rem;
    color: #000;
    float: right;
    line-height: 3rem;
    background: url(/assets/img/property-pin.png) 2px center no-repeat;
    padding-left: 24px;
    margin: 0 5px;
}

    .search-results-action:hover {
        cursor: pointer;
    }

    .search-results-action.email-property-list {
        background-image: url(/assets/img/email.png);
        padding-left: 30px;
    }

    .search-results-action.save-search-button {
        background-image: url(/assets/img/save-icon.png);
        background-size: 23px 24px;
        padding-left: 30px;
    }

        .search-results-action.save-search-button:hover {
            cursor: pointer;
        }

#map-loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF url(/images/maps/ajax-loader.gif) center no-repeat;
    opacity: 0.5;
    display: none;
}

.shortlist__consent {
    background: #fff;
    padding: 2em;
    margin-bottom: 2em;
    display: flex;
    position: relative;
}

    .shortlist__consent .close {
        right: 10px;
        top: 10px;
        position: absolute;
    }

        .shortlist__consent .close:hover {
            cursor: pointer;
        }

    .shortlist__consent h2 {
        margin-bottom: 1em;
        font-family: ChevinPro, ChevinPro-heading-fallback-font;
    }

.shortlist-aside__dropdown {
    display: none;
}

@media only screen and (max-width: 900px) {
    .shortlist-aside__dropdown {
        display: flex;
        flex-wrap: wrap;
        justify-content: stretch;
        flex: auto 1 1;
        margin-bottom: 20px;
    }

    .shortlist-aside__select {
        margin: 0;
        margin-right: 20px;
        flex: 1;
        overflow: hidden;
    }

    .shortlist-aside__dropdown .button {
    }
}

.shortlist__consent--create {
    margin-bottom: 1em;
}

.shortlist__consent--create, .shortlist__consent--append {
    display: flex;
    justify-content: space-between;
}

.text-and-selector {
    display: flex;
}

    .text-and-selector select {
        margin: 0 1em;
    }

.shortlist__consent button {
    width: 130px;
    margin-left: 2em;
}

.search-shortlist {
    display: block;
    width: 25px;
    height: 25px;
    float: right;
}

.shortlist-popup {
    max-height: 150px;
    min-width: 150px;
    overflow-y: scroll;
}

    .shortlist-popup .qtip-content {
        padding: 15px 10px;
    }

.results-shortlist-list {
    padding: 10px;
}

    .results-shortlist-list p {
        list-style: none;
        font-weight: 700 !important;
        color: #222;
        line-height: 2em;
        font-size: 1.4rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .results-shortlist-list p:hover {
            cursor: pointer;
        }

        .results-shortlist-list p span {
            max-width: 100px;
            white-space: nowrap;
            overflow-x: hidden;
            text-overflow: ellipsis;
        }

        .results-shortlist-list p svg {
            height: 15px;
            fill: #c6c6c6;
            margin: 0 5px;
        }

        .results-shortlist-list p[data-inlist="true"] svg, .results-shortlist-list p:hover svg {
            fill: #ca5b5c;
        }


.search-shortlist svg {
    width: 25px;
    height: 25px;
    text-indent: -999em;
    overflow: hidden;
    background: url(/assets/img/shortlist.png) 0px 0px no-repeat;
    margin-top: 15px;
    margin-right: 1rem;
    fill: #c6c6c6;
}

    .search-shortlist svg:hover {
        cursor: pointer;
    }

.property-header-cta svg {
    margin: 0;
}

.search-shortlist[data-active="true"] svg {
    fill: #ca5b5c;
}

.heart-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-indent: -999em;
    overflow: hidden;
    background: url(/assets/img/shortlist.png) 0px 0px no-repeat;
}

.search-shortlist.remove svg {
    fill: #ca5b5c;
}

.shortlist-actions {
    display: block;
    font-weight: normal;
    color: #222;
    font-size: 1.8em;
    clear: both;
    float: right;
}

    .shortlist-actions span:hover {
        cursor: pointer;
    }

.shortlist-links, .savedsearch-links {
    background: #fff;
    padding: 1em 2em;
}

#aspects_shortlist .search-result-info {
    display: block;
    font-family: ChevinPro, ChevinPro-fallback-font;
    color: #5DBDCB;
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 2.7em;
    float: none;
}

@media only screen and (max-width: 900px) {
    #aspects_shortlist .search-result-info {
        float: left;
    }
}

.shortlist-links-wrapper h2 {
    display: block;
    font-family: ChevinPro, ChevinPro-heading-fallback-font;
    color: #5DBDCB;
    font-size: 3rem;
    background: url(/assets/img/black-dotted-line.png) bottom center no-repeat;
    margin-bottom: 1rem;
    line-height: 2.7em;
}

.shortlist-links-wrapper a.create {
    margin: 2em 0;
}

    .shortlist-links-wrapper a.create:hover {
        cursor: pointer;
    }

.shortlist-links p, .savedsearch-links p {
    margin: .5em 0;
}

    .shortlist-links p a, .savedsearch-links p a {
        color: #222;
    }

        .shortlist-links p a.active, .shortlist-links p a:hover, .savedsearch-links p a:hover {
            color: #5DBDCB;
        }

.save-search-to-cookie .button-wrapper {
    margin: 0 auto;
    width: 80%;
}

.savedSearchDesc::before {
    content: ' |';
}

.savedSearchDesc:first-of-type::before {
    content: none;
}

.savedSearchDesc .property-name {
    text-transform: capitalize;
}

.savedsearchpanel {
    margin-top: 85px;
}

.saved-search-item {
    float: left;
    width: 90%;
    max-width: 600px;
    padding: 20px;
    background: #fff;
    margin-bottom: 25px;
    position: relative;
}

    .saved-search-item .delete::after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 10px;
        width: 1px;
        background-color: #333;
        transform: rotate(-45deg);
    }

    .saved-search-item .delete::before {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 10px;
        width: 1px;
        background-color: #333;
        transform: rotate(45deg);
    }

    .saved-search-item .delete {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 20px;
        width: 20px;
        text-align: center;
        display: block;
        pointer-events: auto;
    }

        .saved-search-item .delete:hover {
            cursor: pointer;
        }

    .saved-search-item p {
        margin-bottom: 0;
    }



.savedSearchDesc[data-plural]::after {
    content: attr(data-plural);
}

@media only screen and (max-height:700px) {
    #map-application, #map {
        max-height: 550px;
    }
}

@media only screen and (max-height:600px) {
    #map-application, #map {
        max-height: 450px;
    }
}

@media only screen and (max-height:500px) {
    #map-application, #map {
        max-height: 350px;
    }
}

@media only screen and (max-height:400px) {
    #map-application, #map {
        max-height: 250px;
    }
}
/* MAP POPUP */
#property-overlay-clone {
    background-color: #F7F3F0;
    border: 5px solid #FFFFFF;
    height: auto;
    overflow: auto;
    padding: 5px 15px 10px;
    position: absolute;
}

    #property-overlay-clone article {
    }

        #property-overlay-clone article h5 {
            color: #60BFCA;
            font-size: 1.6rem;
            font-weight: bold;
        }

        #property-overlay-clone article strong {
            font-family: Arial,sans-serif;
        }

        #property-overlay-clone article em {
            font-style: italic;
        }

    #property-overlay-clone.single {
        left: 50%;
        margin-left: 30px;
        padding: 5px;
        top: 20px;
        width: 210px;
    }

        #property-overlay-clone.single img {
            width: 100%;
        }

        #property-overlay-clone.single h4 {
            font-weight: normal;
            font-size: 1.4rem;
            background: url(/assets/img/black-dotted-line.png) bottom no-repeat;
            margin-bottom: 5px;
            margin-top: 0;
            padding-bottom: 5px;
        }

    #property-overlay-clone.max-three,
    #property-overlay-clone.max-six,
    #property-overlay-clone.max-twelve,
    #property-overlay-clone.max-eighteen,
    #property-overlay-clone.infinite {
        left: 50%;
        margin: 0 0 0 25px;
        max-height: 465px;
        top: 20px;
        width: 240px;
    }

        #property-overlay-clone.max-three article,
        #property-overlay-clone.max-six article,
        #property-overlay-clone.max-twelve article,
        #property-overlay-clone.max-eighteen article,
        #property-overlay-clone.infinite article {
            clear: both;
            width: 100%;
            padding-bottom: 5px;
            background: url(/assets/img/black-dotted-line.png) bottom no-repeat;
            margin: 0 0 6px;
        }

            #property-overlay-clone.max-three article img,
            #property-overlay-clone.max-six article img,
            #property-overlay-clone.max-twelve article img,
            #property-overlay-clone.max-eighteen article img,
            #property-overlay-clone.infinite article img,
            #property-overlay-clone.max-three article h4,
            #property-overlay-clone.max-six article h4,
            #property-overlay-clone.max-twelve article h4,
            #property-overlay-clone.max-eighteen article h4,
            #property-overlay-clone.infinite article h4 {
                display: none;
            }

section[role="property-page"] #property-overlay-clone.single {
    left: 55%;
    margin-left: 30px;
    padding: 5px;
    top: 25%;
    width: 210px;
}

    section[role="property-page"] #property-overlay-clone.single li.available {
        display: none;
    }

/*Unique and Boutique*/
.uniqueAndBoutiqueHeader {
    background: #859894;
    color: #fff;
    font-size: 20px;
    padding: 10px;
}

    .uniqueAndBoutiqueHeader img {
        width: 226px;
        vertical-align: text-bottom;
    }

.property-box.group.boutique {
    border: 3px solid #859894;
}

    .property-box.group.boutique .button.button-go.right {
        background-color: #859894;
    }

.boutique .property-name a, .boutique .property-price {
    color: #859894;
}




.complex {
    border: 2px solid #5DBDCB;
    border-top: none;
}

.complex-header {
    background: #5DBDCB;
    padding: 10px 8px;
    display: flex;
    align-items: center;
}

    .complex-header h3 {
        font-size: 2rem;
        color: #FFF;
        font-family: ChevinPro, ChevinPro-heading-fallback-font;
    }

    .complex-header span {
        margin-left: auto;
        font-size: 1.4rem;
        color: #FFF;
    }

.complex .property {
    width: 100%
}

.complex .complex-carousel {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0 !important;
}

.complex .property-overview h3 {
    float: left;
}

.complex .property-overview .property-toptrumps {
    float: right;
    line-height: 3rem;
}

.complex .property-price {
    font-size: 1.8rem;
    line-height: 2rem;
}

.complex .complex-carousel {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 400px) {
    .complex .property-overview .property-toptrumps {
        float: left;
        margin-bottom: 0;
    }
}
