﻿.table__pager {
    max-width: 1364px;
    margin: auto;
    text-align: center;
    padding: 25px 0;
    line-height: 50px;
}

.view-button.active {
    font-weight: bold;
}

.description__column p {
    font-family: 'Roboto-Light';
    font-size: 15px;
    padding-right: 64px;
}

.no-results {
    text-align: center;
    line-height: 50px;
    margin: 100px auto 10px auto;
}

.header__menu-item, .footer__column.footer__column-menu {
    text-transform: uppercase;
}

.phases__map-container {
    cursor: pointer;
}



.contact-dialog {
    display: none;
    transform: translateY(-10%) translateX(-50%);
}

@media (min-height: 800px) {
    .contact-dialog {
       /* background: #FFF;
        display: block;
        transform: translateY(-100%) translateX(-50%);*/
    }
}

@media (max-width: 767px){
    .contact-dialog {
        transform: translateY(0) translateX(-50%);
    }
} 

.header {
    background: #FFF;
}

    .header a, .header {
        color: #333;
    }

.news__button {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.latest__projects {
    color: #333;
    background: #FFF;
    margin-top: 50px;
}

    .latest__projects h2, .latest__projects .news__article a, .latest__projects .news__article h3 {
        color: #333;
    }

    .latest__projects .news__article, .property__card-image {
        max-width: 309px;
    }

        .property__card-image img {
            max-width: 280px;
        }

.page-hero__image {
    width: 100%;
}

.header__social-icons, .footer__social-icons {
    list-style-type: none;
}

.projects__card-image {
    height: unset;
}

.news__container {
    max-width: 1364px;
    margin: auto;
}

.news__presentation {
    width: auto;
}

.section-generic {
    background: none;
    padding: 0;
}


/*START HEADER MEDIA*/
.header-media {
    position: relative;
}

/*START HOUZEZ MAP MODULE*/
#houzez-gmap-main {
    position: relative;
    width: 100%;
    height: calc(100vh - 70px);
    min-height: 450px;
}

    #houzez-gmap-main .map-arrows-actions {
        font-size: 0;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 4;
    }

    #houzez-gmap-main .map-next-prev-actions {
        font-size: 0;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 4;
    }

    #houzez-gmap-main .map-zoom-actions {
        font-size: 0;
        position: absolute;
        bottom: 20px;
        right: 20px;
        z-index: 4;
    }

    #houzez-gmap-main .map-btn {
        cursor: pointer;
        display: inline-block;
        line-height: 29px;
        color: #fff;
        height: 30px;
        border: none;
        background: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.75);
        padding: 0 10px;
        font-weight: 500;
        font-size: 12px;
        vertical-align: middle;
    }

        #houzez-gmap-main .map-btn:hover {
            background-color: rgba(76, 198, 244, 0.75);
        }

        #houzez-gmap-main .map-btn + .map-btn {
            margin-left: 3px;
        }

@media (max-width: 481px) {
    #houzez-gmap-main .map-btn span {
        display: none;
    }
}

#houzez-gmap-main .map-search {
    height: 30px;
    width: 188px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.75);
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 0 8px;
    top: 20px !important;
    left: 82px !important;
}

#houzez-gmap-main .open .dropdown-toggle {
    background-color: rgba(0, 0, 0, 0.75);
}

#houzez-gmap-main .dropdown-menu {
    min-width: 74px;
    width: 74px;
    background-color: rgba(0, 0, 0, 0.75);
    border: none;
}

    #houzez-gmap-main .dropdown-menu a {
        padding: 3px 10px;
        color: #fff;
        font-size: 12px;
    }

#houzez-gmap-main .map-info-box {
    z-index: 4;
}

.mapfull {
    position: fixed !important;
    height: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}

    .mapfull #houzez-listing-map {
        height: 100% !important;
    }

#houzez-listing-map-vc {
    height: 550px;
    position: relative;
}

#listing-map {
    height: 550px;
    position: relative;
}

#houzez-listing-map {
    height: 100%;
    width: 100%;
    position: relative;
}

.mapPlaceholder, .slider-placeholder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
}

    .mapPlaceholder .loader-inner, .slider-placeholder .loader-inner {
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .mapPlaceholder .loader-ripple, .slider-placeholder .loader-ripple {
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%) scale(0.4);
        -o-transform: translate(-50%, -50%) scale(0.4);
        -ms-transform: translate(-50%, -50%) scale(0.4);
        -webkit-transform: translate(-50%, -50%) scale(0.4);
        transform: translate(-50%, -50%) scale(0.4);
    }


/*START MAP AND MAP LOADER STYLE*/
#map-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#map {
    width: 100%;
    height: 100%;
}

.map-info-box {
    width: 275px !important;
    padding: 6px;
    position: relative;
}

    .map-info-box:after {
        border: solid transparent;
        content: ' ';
        height: 0;
        position: absolute;
        top: inherit;
        right: inherit;
        bottom: -40px;
        left: 50%;
        z-index: 2;
        width: 0;
        border-width: 20px;
        border-top-color: #fff;
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .map-info-box .price h3 {
        font-size: 18px;
        font-weight: 500;
        line-height: 18px;
    }

    .map-info-box .price .rant {
        font-size: 12px;
        font-weight: 500;
        line-height: 12px;
        margin: 5px 0 0;
    }

.infoBox {
    -webkit-animation: boxfadeIn 0.9s;
    /* Chrome, Safari, Opera */
    animation: boxfadeIn 0.9s;
}

.gm-style .infoBox > img {
    max-width: none;
    z-index: 10;
    right: -16px;
}

.loader-ripple {
    background: none;
    position: relative;
    width: 200px;
    height: 200px;
}

    .loader-ripple div {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        width: 0;
        height: 0;
        opacity: 0;
        border-radius: 50%;
        border-width: 6px;
        border-style: solid;
        -ms-animation: uil-ripple 2s ease-out infinite;
        -moz-animation: uil-ripple 2s ease-out infinite;
        -webkit-animation: uil-ripple 2s ease-out infinite;
        -o-animation: uil-ripple 2s ease-out infinite;
        animation: uil-ripple 2s ease-out infinite;
    }

        .loader-ripple div:nth-of-type(1) {
            border-color: #00aeef;
        }

        .loader-ripple div:nth-of-type(2) {
            border-color: #ff6e00;
            -ms-animation-delay: 1s;
            -moz-animation-delay: 1s;
            -webkit-animation-delay: 1s;
            -o-animation-delay: 1s;
            animation-delay: 1s;
        }


.property-item {
    background: #FFF;
}

    .property-item .item-body {
        padding: 0 10px;
    }

    .property-item .item-thumb {
        margin: 0;
        width: 100%;
    }

        .property-item .item-thumb img {
            width: auto !important;
            height: 125px !important;
            display: block;
            margin: 0 auto;
        }

    .property-item .property-title a {
        font-size: 12px;
        text-decoration: none;
        color: #baa48c;
    }

.table__header-names .table__header-name {
    width: 130px;
}

@media (max-width: 767px) {
    .table__header {
        display: none;
    }

    .projects__tab {
        min-width: auto;
        width: fit-content;
        margin: 0 auto;
    }

    .projects__tab-button {
        display: block;
    }
}

.accordion-item {
    border: 1px solid #dbdbdb;
    margin-bottom: 10px;
    position: relative;
}

    .accordion-item .accordion-title {
        background-color: #f7f7f7;
        padding: 25px;
        cursor: pointer;
        position: relative;
    }

    .accordion-item.active .accordion-title .acc_icons {
        background-position: left -49px top -176px;
    }

    .accordion-item .accordion-title .acc_icons {
        top: 51%;
        float: right;
        position: absolute;
        right: 20px;
        width: 20px;
        height: 15px;
        transform: translateY(-50%);
        background-image: url(/static/images/sprite.png);
        background-repeat: no-repeat;
        background-position: left -89px top -176px;
    }

    .accordion-item .accordion-title h3 {
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
        margin: 0;
    }

    .accordion-item .accordion-text {
        padding: 30px 30px 30px 30px;
        border-top: 1px solid #dbdbdb;
        display: none;
    }


.aquisitions__calculator-slider output {
    top: 25px;
}

.aquisitions__calculator-slider output {
    left: 0;
}

#aquisitions__calculator-loan {
    width: 71px;
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .aquisitions__financial {
        padding: 24px 10px 30px 30px;
    }
}

.aquisitions__financial {
    padding: 24px 100px 30px 30px;
}


.scadentar .grid .title {
    grid-area: title;
    align-self: center;
}

.scadentar .grid .content {
    grid-area: content;
}

.scadentar .grid .sumar .bucata {
    border-radius: 12px;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: auto;
}

.text-center {
    text-align: center;
}

.bt-table {
    width: 100%;
    display: table;
}

    .bt-table:not(.bt-table-auto-cell-width) .tr {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 1fr;
    }

    .bt-table.bt-table-scadentar .tr .td {
        padding: 16px;
    }

        .bt-table.bt-table-scadentar .tr .td:first-child {
            border-top-left-radius: 12px;
            border-bottom-left-radius: 12px;
        }

.scadentar .grid .sumar .bucata .bucatica {
    align-self: center;
}

@media (min-width: 992px) {
    .scadentar .grid {
        background-color: #FAFAFA;
        padding: 62px;
        border-radius: 20px;
        grid-template-columns: 60px auto max-content;
        grid-template-areas:
            'logo title download'
            'content content content';
        grid-gap: 32px 28px;
    }

        .scadentar .grid .sumar {
            margin-bottom: 28px;
            grid-template-columns: repeat(2,1fr);
            grid-gap: 16px 24px;
        }

            .scadentar .grid .sumar .bucata {
                background-color: #FFFFFF;
                padding: 24px 32px;
                grid-gap: 12px;
            }
}

@media (max-width: 991px) {

    .scadentar .grid {
        grid-template-columns: 58px auto;
        grid-template-areas:
            'logo title'
            'download download'
            'content content';
        grid-gap: 20px 28px;
        padding: 62px;
    }

        .scadentar .grid .sumar {
            margin-bottom: 16px;
            grid-template-columns: 1fr;
            grid-gap: 4px;
        }

            .scadentar .grid .sumar .bucata {
                background-color: #FAFAFA;
                padding: 8px 24px;
                grid-gap: 8px;
            }
}

