.p20{
    width: 20vw;
    height: 380px;
    max-width: 20vw;
    min-width: 19vw;
    padding: 0;
}

.p20 img{
    height: 380px;
    width: 100%;
    padding: 0;
    object-fit: cover;
}

@media(max-width: 1920px) {
    .seemore .row a:nth-child(n+6) {
        display: none;
    }
}

.btn.btn-transparent{
    color: #CFAE77;
}

.btn.btn-transparent:hover {
    color: #3d3d3d;
}

#gallery{
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}


@media(max-width: 1600px) {
    .p20 {
        width: 20vw;
        height: 380px;
        max-width: 20vw;
        min-width: 20vw;
        padding: 0;
    }

    .p20 img {
        height: 380px;
        width: 20vw;
        padding: 0;
        object-fit: cover;
    }
}

@media(max-width: 992px) {
    .p20 {
        width: 100vw!important;
        height: 100vw!important;
        max-width: 100vw!important;
        min-width: 100vw!important;
        padding: 0;
    }

    .p20 img {
        height: 100vw!important;
        width: 100vw!important;
        padding: 0;
        object-fit: cover;
    }
}

@media(max-width: 1600px) {
    .p20 {
        width: 20vw;
        height: 380px;
        max-width: 20vw;
        min-width: 20vw;
        padding: 0;
    }

    .p20 img {
        height: 380px;
        width: 100%;
        padding: 0;
        object-fit: cover;
    }
}

@media(min-width: 1921px) {
    .p20 {
        width: 20%;
        height: 380px;
        max-width: 342px;
        min-width: 320px;
        padding: 0;
    }

    .p20 img {
        height: 380px;
        width: 100%;
        padding: 0;
        object-fit: cover;
    }

    @media(max-width: 2239px) {
        .seemore .row a:nth-child(n+7) {
            display: none !important;
        }
    }
}

@media(min-width: 2053px) {
    .p20 {
        width: 20%;
        height: 380px;
        max-width: 360px;
        min-width: 320px;
        padding: 0;
    }

    .p20 img {
        height: 380px;
        width: 100%;
        padding: 0;
        object-fit: cover;
    }

    @media(max-width: 2239px) {
        .seemore .row a:nth-child(n+7) {
            display: none !important;
        }
    }
}

@media(min-width: 2053px) {
    .p20 {
        width: 20%;
        height: 380px;
        max-width: 380px;
        min-width: 320px;
        padding: 0;
    }

    .p20 img {
        height: 380px;
        width: 100%;
        padding: 0;
        object-fit: cover;
    }

    @media(max-width: 2239px) {
        .seemore .row a:nth-child(n+7) {
            display: none !important;
        }
    }
}

@media(min-width: 2239px) {
    .p20 {
        width: 14.25vw;
        padding: 0;
        max-width: 14.25vw;
        min-width: 14.25vw;
    }

    .seemore .row a:nth-child(n+8) {
        display: none!important;
    }
}
.btnApartment__section2 {
    margin-top: 70px;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
}
.btnApartment.priceHistoryBtn {
    width: 200px !important;
}

body:not(.page-template-page-home) .searchSection {
    margin-top:40px;
}
.icon-storage-room:before {
    content: "\e90f";
}
.descriptionButtons {
    display: flex;
    margin-top:15px;
    margin-bottom:15px;
}
.descriptionButtons a {
    display: inline-block;
    margin-left:15px;
    margin-right: 15px;
}

@media (min-width: 768px) {
    .descriptionButtons a:first-child {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .descriptionButtons {
        flex-direction: column;
        align-items: center;
    }
    .descriptionButtons a {
        margin-top:15px;
    }
}

.moreSection .offerItem .itemToggle .itemDescription .descriptionImages {
    margin-left:-15px;
}

.btn.priceHistoryBtn {
    user-select: auto;
    cursor: pointer;
    cursor: pointer;
}


body:not(.page-template-page-home) .searchSection .resultsWrapper .resultsTable {
    height: auto !important;
}