h1,
/*h2,*/
h3 {
    text-align: center;
    color: #474747;
    font-weight: normal;
}

h4.white {
    color: #fff;
}

footer {
    min-height: 50px;
    background-color: white;
}

.fs-13x {
    font-size: 13px !important;
    font-size: .8125rem !important
}

/* Color */

.orange-color {
    color: #ff9500 !important;
}

.orange-hover:hover {
    color: #fff !important;
}

.awesomplete ul {
    background: white;
    width: auto;
    line-height: 1.5em;
    max-width: 200px;
    padding: 0;
    margin: .2em 0 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    color: #353535;
    position: absolute;
    /*left: 0;*/
    z-index: 999999;
    min-width: 30%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    border-radius: .3em;
    margin: .2em 0 0;
    background: rgba(255,255,255,.9);
    background: linear-gradient(to bottom right,#fff,rgba(255,255,255,.8));
    border: 1px solid rgba(0,0,0,.3);
    box-shadow: 0.05em 0.2em 0.6em rgb(0 0 0 / 20%);
    text-shadow: none;
}

    .awesomplete ul li {
        text-indent: 10px;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400;
        position: relative;
        padding: .2em .5em;
    }

.awesomplete mark {
    line-height: 1.5em;
    color: white;
    background: orange;
}

.clear-left {
    clear: left;
}

/* Aspect-ratio fallback */

.fixed-ar::before {
    content: "";
    float: left;
    width: 1px;
    margin-left: -1px;
}

.fixed-ar::after {
    content: "";
    display: table;
    clear: both;
}

.fixed-ar-16-9::before {
    padding-top: 56.25%;
}

.fixed-ar-3-2::before {
    padding-top: 66.66%;
}

.fixed-ar-4-3::before {
    padding-top: 75%;
}

.fixed-ar-1-1::before {
    padding-top: 100%;
}

/* FORMS */
.form-success-panel {
    background-color: #4CAF50;
    padding: 10px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 14px !important;
    font-size: .875rem !important;
}

.form-error-panel {
    background-color: #f44336;
    padding: 10px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 14px !important;
    font-size: .875rem !important;
}

#btnPrev {
    color: #ff9500;
    fill: #ff9500;
}

/* Forgotten password form*/
.member-form-container.forgotten-form {
    width: 50%;
}

/* Change password form */

.member-form-container.change-password-form {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .member-form-container.forgotten-form,
    .member-form-container.change-password-form {
        width: 100%;
    }

    .loginForm_container .standard_text {
        min-height: 0;
        margin-top: 20px !important;
    }
}

/* Member edit details*/

.member_form_body {
    min-height: 480px;
}

@media (max-width: 1169px) {
    .member_form_body {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .news-box.checkboxes {
        margin-top: 15px;
    }
}

.member_form_body p {
    color: #474747;
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 20px;
    line-height: 1.5rem;
}

.editDetails_form_error_msg {
    padding: 20px 0 0;
    color: red !important;
    margin: 0;
}

@media all and (max-width: 768px) {
    #svg_form_time {
        display: none;
    }
}

.membersPage main {
    min-height: 450px;
}

.location-image {
    width: 100%;
    padding-top: 100%;
    height: auto;
    position: relative;
}

    .location-image img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
    }

.search-alert {
    background: rgb(62, 69, 91);
    margin-bottom: 20px;
    border: 1px solid #DCDCDC;
    font-size: 14px;
    font-size: .875rem;
    color: white;
    cursor: pointer;
}

.search-alert-title {
    padding: 12px 24px;
    display: block;
    color: white;
}

.alert-desc {
    float: left;
    padding: 15px 0;
}

ul.frequencies {
    padding: 0;
    margin: 0;
    width: 150px;
    font-size: 14px;
    font-size: .875rem;
    display: none;
    border: 0.5px solid #dcdcdc;
    display: none;
    clear: both;
    border-radius: 7px;
    cursor: pointer;
}

    ul.frequencies li {
        padding: 8px 24px;
        border-top: 0.5px solid #dcdcdc;
    }

        ul.frequencies li:first-of-type {
            border-top: 0;
        }

.opened {
    display: block;
}

.alert-title {
    margin-top: 5px;
}

.alert-desc span:first-of-type {
    color: #fff;
    font-weight: bold;
    background: #ff9500;
    width: 70px;
    height: 70px;
    border-radius: 64px;
    border: 2px solid #ff9500;
}

/* The Modal (background) */
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,.6);
    overflow: scroll;
    padding: 20px;
}

/* Modal Content */
.modal-content {
    position: relative;
    margin: auto;
    width: 768px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 7px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/* The Close Button */

.close {
    /*color: white;*/
    float: right;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

@media (max-width:768px) {
    .modal-content {
        width: 90%;
    }
}

/*new styles*/

#MyAlerts_1_pnlTextSearch h2 {
    margin-top: 50px;
}

.turquoise-color {
    margin-right: 10px;
}

.loginForm_container section.standard_text h2 {
    font-weight: normal;
    color: #474747;
    text-align: left;
}

@media all and (max-width: 768px) {
    .loginForm_container section.standard_text h2,
    .loginForm_container section.standard_text p {
        text-align: center;
    }
}

/*Alerts*/

.select-field {
    padding: 6px;
    border-radius: 7px;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    background: white;
}

.search-alert-bar input,
input::-webkit-input-placeholder,
input:-moz-placeholder, /* Firefox 18- */
input::-moz-placeholder, /* Firefox 19+ */
input:-ms-input-placeholder {
    color: #3E455B99;
}

.other-req-box {
    display: none;
}

    .other-req-box.opened {
        display: block;
    }

@media screen and (max-width: 1069px) {
    .alert-item {
        height: 400px;
    }

    #lblBtnCreate {
        clear: both;
    }
}

@media all and (max-width: 420px) {
    .alert-item {
        width: auto;
        height: auto;
    }
}

/* Emails Preference Centre*/
.title-principal {
    text-transform: uppercase;
    text-align: center;
    line-height: 35px;
}

.h2-preferences {
    font-weight: bold;
    text-align: center;
    margin-top: 35px;
}

.container-email-preferences {
    border: 2px solid #eaeaea;
    box-shadow: #9e9e9e 0 0 5px;
    padding: 20px;
    border-radius: 20px;
    margin-top: 50px;
}

    .container-email-preferences h2 {
        text-align: center;
        text-transform: uppercase;
        font-size: 20px !important;
        font-size: 1.25rem !important;
    }

.chk_main {
    font-weight: bold;
    color: rgb(255,148,0);
}

.terms_address {
    margin-top: 20px;
    text-align: center;
}

    .terms_address a {
        color: #ff9500;
        text-decoration: underline;
    }

.button-preferences {
    text-align: center;
    margin-top: 30px;
}

    .button-preferences input[type="submit"] {
        text-transform: none;
        border-radius: 10px;
        font-size: 16px;
        font-size: 1rem;
        font-weight: bold;
        font-family: arial,helvetiva,sans-serif;
    }

.text-bold {
    font-weight: bold;
    margin-left: -14px;
}

.description-text {
    margin-top: -1px;
    margin-bottom: 20px;
    margin-left: 46px;
    line-height: 22px;
    padding-right: 6px;
}

/*hr {
    border-top: 2px dotted #000;
}*/

@media (min-width: 320px) and (max-width: 768px) {
    .title-principal {
        margin-top: 20px;
    }

    .chk_main {
        margin-left: -34px;
        font-size: 14px !important;
        font-size: .875rem !important;
    }

    .text-bold {
        margin-left: -50px;
        font-size: 14px;
        font-size: .875rem;
    }

    .description-text {
        font-size: 14px;
        font-size: .875rem;
        margin-left: 8px;
    }

    .terms_address {
        font-size: 14px;
        line-height: 20px;
    }
}

.form_msg {
    display: block;
    padding: 20px;
}

    .form_msg.error {
        color: red;
    }

.h-50 {
    height: 50px;
}

.more-articles-sign {
    border-radius: 45px;
    width: 95px;
}

.more-articles-sign-link {
    line-height: 22px;
}

/* TODO: Add to main.min.css -> Welcome Page*/

.progress-profiles {
    width: 37px;
    height: 37px;
    line-height: 37px;
}

.border-full-rounded {
    border-radius: 100%;
}

.bc-gradient-orange-grey {
    background: linear-gradient(to bottom, #ff9500 50%, #d5d5d5 50%);
}

.grey-bc-color {
    background: #d5d5d5;
}

.padding-15-60 {
    padding: 15px 60px
}

.padding-0-40 {
    padding: 0 40px;
}

.padding-20-10 {
    padding: 20px 10px;
}

.width-32 {
    width: 32%;
}

.mtb-15-lr-0 {
    margin: 15px 0;
}

.border-top-25-radius {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.border-bottom-25-radius {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.line_h_1_2 {
    line-height: 1.2
}

.xs-h-6-rem {
    height: 6rem;
}

.bottom-10 {
    bottom: 10px;
}

.to-ellipsis {
    text-overflow: ellipsis;
}

.max-h-32 {
    max-height: 32px;
}

.border-c-bluegrey-opac {
    border-color: #3e455b80 !important;
}

.xs-margin-10-0 {
    margin: 10px 0;
}

.light-grey-b-color-hover:hover {
    background-color: #f5f5f5;
}

.white-b-color-hover:hover {
    background-color: #fff;
}

.hover-none:hover {
    text-decoration: none;
}

.padding-20-30 {
    padding: 20px 30px;
}

.padding-40-30-50 {
    padding: 40px 30px 70px;
}

.xs-3dots-end-1l {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media(min-width:768px) {
    .sm-flex-direct-row {
        flex-direction: row;
    }

    .sm-flex-direct-column {
        flex-direction: column;
    }

    .col-sm-left-border-rounded {
        border-radius: 30px 0 0 30px;
    }

    .col-sm-right-border-rounded {
        border-radius: 0 30px 30px 0;
    }

    .sm-border-radius-0 {
        border-radius: 0;
    }

    .sm-border-0 {
        border: 0;
    }

    .sm-margin-0 {
        margin: 0;
    }

    .sm-padding-20-10 {
        padding: 20px 10px;
    }

    /* Property Alerts Members Page */

    .location-image {
        width: auto;
        padding-top: 0;
        height: auto;
        position: relative;
    }

        .location-image img {
            position: relative;
            width: 116px;
            height: 116px;
        }
}

@media(min-width:920px) {
    .md-flex-direct-row {
        flex-direction: row;
    }

    .md-flex-direct-column {
        flex-direction: column;
    }

    .col-md-left-border-rounded {
        border-radius: 30px 0 0 30px;
    }

    .md-padding-15 {
        padding: 15px;
    }

    .md-padding-40 {
        padding: 40px;
    }

    .md-height-500 {
        height: 450px;
    }

    .md-border-radius-0 {
        border-radius: 0;
    }

    .md-border-0 {
        border: 0;
    }

    .md-border-solid {
        border-style: solid;
    }

    .md-white-b-color {
        background-color: #fff
    }

    .md-margin-0-10 {
        margin: 0 10px;
    }

    .md-padding-20-10 {
        padding: 20px 10px;
    }

    .location-image img {
        width: 147px;
        height: 147px;
    }
}

@media(min-width:1024px) {

    .ms-h-85 {
        height: 85px;
    }

    .ms-3dots-end-2l {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
/* Profile Page*/
.member-form-container #clPreferredCountries .awesomplete,
.member-form-container #cblPropType .awesomplete {
    width: 32%;
}

.member-form-container .awesomplete li {
    list-style: none;
}

.i-icon {
    padding: 3px 9px
}

@media screen and (max-width: 768px) {
    .member-form-container #clPreferredCountries .awesomplete,
    .member-form-container #cblPropType .awesomplete {
        width: 100%;
    }
}

/* Shortlist */

.shortlist-more:hover,
.view-button:hover,
.create-alert-button:hover {
    background: #fff;
    border: 1px solid #ff9500;
    color: #ff9500
}

.location-box .awesomplete {
    width: 100%;
}

.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: auto;
}

/* 1 */
.grid-view.active,
.list-view.active {
    background-color: #d5d5d5
}

    .grid-view.active:hover,
    .list-view.active:hover {
        background-color: #fff
    }


/**/
.properties-list .mobile-save-item {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 20px;
    margin-right: 20px;
    fill: #3E455B80;
}

    .properties-list .mobile-save-item.saved {
        fill: #F28B01;
    }

.properties-list.grid-view li {
    padding: 0px;
    margin-bottom: 35px;
}

.properties-list li .list-item {
    -webkit-box-shadow: 0px 0px 50px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 50px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 50px 3px rgba(0,0,0,0.1);
}

.properties-list.list-view .list-item {
    border-radius: 25px;
    overflow: hidden
}

.properties-list.grid-view .list-item {
    padding: 30px 25px;
    flex-direction: column;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.properties-list.grid-view .list-item-header {
    margin-bottom: 20px;
}

.properties-list.grid-view .title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    font-weight: 500;
}

.properties-list .photo {
    width: 40%
}

.properties-list.grid-view .photo,
.properties-list.grid-view .content-box {
    width: 100%;
}

.properties-list.grid-view .content-box {
    padding: 20px 0 0;
}

.properties-list .photo_gallery .mySlides {
    height: 265px;
    border-radius: 25px;
    overflow: hidden;
    width: 100%;
}

.properties-list.grid-view .photo_gallery .mySlides {
    height: 100%;
    position: relative;
}

.properties-list .photo_gallery .mySlides img {
    width: 100%;
    display: block;
    height: 265px;
    object-fit: cover
}

.properties-list.grid-view .photo_gallery .mySlides img {
    height: 100%;
}

.properties-list.grid-view .photo {
    width: 100%;
    padding-top: 100%;
    height: auto;
    position: relative;
}

    .properties-list.grid-view .photo .gallery-container {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
    }

.properties-list .premium_photos {
    height: 265px
}

.properties-list.grid-view .premium_photos {
    width: 100%;
}

.properties-list .premiumIcon {
    position: absolute;
    z-index: 10;
    top: 30px;
    left: 9px;
    width: 134px;
    height: 39px;
}

.properties-list .content-box {
    width: 60%;
    padding: 0px 0 0px 15px;
}

.properties-list .prop-description {
    width: 85%
}

.properties-list.grid-view .prop-description {
    width: 100%;
}

.properties-list.grid-view .prop-title {
    flex-direction: column;
    align-items: flex-start;
    display: none;
}

    .properties-list.grid-view .prop-title svg:first-of-type {
        margin: 0;
    }

.properties-list.grid-view .description {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 10px;
    height: 3rem;
}

.properties-list .price span {
    color: #707070;
    font-weight: 400;
}

.properties-list.grid-view .prop-description h2 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    height: auto;
}

.properties-list.grid-view .price {
    font-size: 20px;
    font-size: 1.25rem;
    display: flex;
}

    .properties-list.grid-view .price span {
        display: block;
        font-size: 20px;
        font-size: 1.25rem;
        margin-left: 10px;
        color: #707070
    }

.properties-list .agent {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}

.properties-list.grid-view .agent {
    flex-direction: row-reverse;
    align-items: center;
}

.properties-list.grid-view .rooms {
    margin: 0;
    font-size: 20px;
    font-size: 1.25rem;
}

    .properties-list.grid-view .rooms svg {
        width: 27px;
        height: 24px;
    }

.properties-list .agent .inner-agent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.properties-list.grid-view .agent .inner-agent {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.properties-list.grid-view .agent_icon {
    height: auto;
}

.properties-list .agent .agent_icon img {
    max-width: 80%;
    max-height: 65px
}

.properties-list.list-view .buttons {
    margin-top: 5px;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

    .properties-list.list-view .buttons a,
    .properties-list.list-view .buttons > span {
        padding: 10px 15px;
        font-size: 12px;
        font-size: .75rem;
        flex-grow: 1;
        margin: 0 5px 10px 5px;
    }

.properties-list.grid-view .buttons {
    justify-content: flex-end;
    margin-top: 10px;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: flex-end;
}

    .properties-list.grid-view .buttons a,
    .properties-list.grid-view .buttons > span {
        flex-grow: 1;
        margin: 0 5px 10px 5px;
    }

.properties-list.grid-view .save-item,
.properties-list.grid-view .agent .price {
    display: none;
}

/**/

#alertModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 199;
    overflow: auto;
}

    #alertModal .flex-mobile-header,
    #alertModal .close-enquiry-toggle {
        display: flex;
    }

@media(min-width:768px) {

    #linear-gradient2 {
        display: none;
    }

    .properties-list .premiumIcon {
        top: 56px;
        left: 24px;
    }

    .properties-list.grid-view .mobile-save-item {
        margin-top: 20px;
        margin-right: 20px;
        display: flex;
    }

    .properties-list.grid-view li {
        padding: 0 20px;
    }

    .properties-list.grid-view .premiumIcon {
        left: 9px;
        top: 35px;
    }

        #linear-gradient2,
        .properties-list.grid-view .premiumIcon text {
            display: none;
        }

    .properties-list.grid-view .list-item {
        padding: 0;
        overflow: hidden;
    }

    .properties-list .photo {
        width: 34%;
    }

        .properties-list .photo.premium_photos .gallery {
            justify-content: space-between;
        }

        .properties-list .photo.premium_photos .gallery-main-image {
            height: 65%;
        }

        .properties-list .photo.premium_photos .premium-sec-image {
            height: 34.5%;
            margin-top: 0.5%;
            width: 49.75%;
        }

    .properties-list .photo_gallery .mySlides {
        overflow: visible;
        height: 263px;
    }

    .properties-list .premium_listing .photo_gallery .mySlides {
        height: 100%
    }

    .properties-list .photo_gallery .mySlides img {
        height: 263px;
    }

    .properties-list .premium_listing .photo_gallery .mySlides img {
        height: 100%;
    }

    .properties-list.grid-view .region {
        font-size: 11px;
        font-size: .6875rem;
    }

    .properties-list .content-box {
        width: 66%;
        padding: 25px;
        display: flex;
        flex-direction: column;
    }

    .properties-list.grid-view .content-box {
        padding: 25px;
    }

    .properties-list.grid-view .prop-title {
        display: flex;
    }

    .properties-list.grid-view .description {
        display: none;
    }

    .properties-list .prop-description,
    .properties-list.grid-view .prop-description {
        width: 70%
    }

        .properties-list.grid-view .prop-description h2 {
            height: 3rem;
            margin-bottom: 10px;
        }

    .properties-list.grid-view .price {
        flex-direction: column;
        margin: 0;
        font-size: 18px;
        font-size: 1.125rem;
    }

        .properties-list.grid-view .price span {
            margin: 0;
            font-size: 16px;
            font-size: 1rem;
        }

    .properties-list .rooms {
        display: flex;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }

    .properties-list.grid-view .rooms {
        font-size: 16px;
        font-size: 1rem;
    }

        .properties-list.grid-view .rooms svg {
            width: 24px;
            height: 21px;
        }

    .properties-list .agent,
    .properties-list.grid-view .agent {
        width: 30%;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

        .properties-list .agent .inner-agent {
            justify-content: flex-end;
            -webkit-justify-content: flex-end;
            align-items: flex-start
        }

        .properties-list .agent .agent_icon {
            height: 60px;
        }

    .properties-list.list-view .buttons {
        margin-top: 0px;
        justify-content: normal;
        flex-direction: row;
    }

    .properties-list.grid-view .buttons {
        margin-top: 15px;
    }

    .properties-list.list-view .buttons a,
    .properties-list.list-view .buttons > span {
        padding: 15px 20px;
        flex-grow: 0;
        margin: 0 5px;
    }

        .properties-list.list-view .buttons a.shortlist-more {
            max-width: 33%;
        }

        .properties-list.list-view .buttons a.remove-button {
            margin: 0 15px;
        }

    .properties-list.grid-view .buttons a,
    .properties-list.grid-view .buttons > span {
        line-height: 21px;
        font-size: 11px;
        font-size: .6875rem;
    }

    .properties-list .premium_photos {
        height: 325px
    }
}

@media(min-width:920px) {

    .properties-list.grid-view li {
        margin-bottom: 75px;
        padding: 0 17.5px;
    }

    .properties-list.grid-view .prop-description {
        width: 67%;
    }

    .properties-list.grid-view .agent {
        width: 33%;
    }

    .properties-list.list-view .content-box {
        padding: 30px;
        padding-left: 40px;
    }

    .properties-list.grid-view .prop-description h2 {
        height: auto;
        margin-bottom: 10px;
    }

    .properties-list .agent .agent_icon {
        height: 70px;
    }

    .properties-list.list-view .buttons a {
        font-size: 11px;
        font-size: .6875rem;
    }
}

@media(min-width:1024px) {
    .properties-list.grid-view .buttons {
        margin-top: 10px;
    }

    .properties-list .shortlist-change {
        max-width: 200px;
        margin: 0 5px;
    }

    .properties-list.grid-view .shortlist-change {
        display: none;
    }

    .properties-list .photo {
        width: 32.5%;
    }

    .properties-list .content-box {
        width: 67.5%;
    }
}

@media(min-width:1200px) {
    .properties-list.list-view .buttons a.shortlist-more {
        max-width: 25%;
    }

    .properties-list.grid-view .buttons a,
    .properties-list.grid-view .buttons > span {
        font-size: 13px;
        font-size: .8125rem;
    }

    .properties-list.list-view .buttons a {
        flex-grow: 1;
    }

    .properties-list.grid-view li {
        padding: 0 20px;
    }

    .location-image img {
        width: 165px;
        height: 165px;
    }
}

.map-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 199;
    overflow: auto;
}

    .map-container .map {
        margin: 15% auto;
        background-color: #fefefe;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
        height: 50%;
        position: relative;
        border: 1px solid #ff9500
    }

        .map-container .map span.close-icon {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 9999999;
            font-size: 30px;
            font-size: 1.875rem;
            padding: 5px 6px;
            color: #ff9500;
            border: 1px solid #ff9500;
            background-color: #fff;
            cursor: pointer
        }

        .map-container .map iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }
