body {
    font-family: "Poppins", sans-serif !important;
}

.placeholder {
    color: #717171 !important;
}

.ar-label {
    color: #717171 !important;
}

.size-label {
    color: #717171 !important;
}

.room-label {
    color: #717171 !important;
}

.howmany {
    top: 5px !important;
    padding-top: 14px !important;
    right: 4px !important;
}

.teaser {
    font-family: "Poppins", sans-serif !important;
    color: #717171 !important;
    background-color: rgba(255,255,255,0.9) !important;
}

#propmap {
    border-radius: 8px;
}

.gdpr-container {
    width: 1180px;
    margin: 0 auto;
    text-align: left;
    padding-left: 48px;
    padding-top: 24px;

    .btn-accept {
        width: auto;
        height: auto;
        padding: 4px;
        padding-left: 24px;
        padding-top: 8px;
        padding-right: 24px;
        padding-bottom: 8px;
        font-size: 14px;
        margin-bottom: 4px;
        margin-top: 16px;
        font-family: 'Poppins';
    }

    .btn-unaccept {
        width: auto;
        height: auto;
        padding: 4px;
        padding-left: 24px;
        padding-top: 8px;
        padding-right: 24px;
        padding-bottom: 8px;
        font-size: 14px;
        margin-bottom: 4px;
        margin-top: 16px;
        font-family: 'Poppins';
        background-color: transparent;
        color: var(--partner-color);
        cursor: pointer;
        border: solid 1px var(--partner-color);
    }      
}

.realla-menu {
    height: 72px !important;
    width: 100% !important;
    background-color: var(--schema-bg-color) !important;
    position: fixed !important;
    top: 0px !important;
    display: block;
    flex-flow: row wrap;
    align-content: left;
    justify-content: center;
    vertical-align: middle;
    z-index: 999;
    border-bottom: solid 1px #ddd;

    .realla-logo {
        width: 320px;
        cursor: pointer;
        margin-left: 16px;
        margin-top: 16px;
        float: left;

        img {
            height: 36px;
        }
    }

    .realla-logo-wide {
        width: 320px;
        cursor: pointer;
        margin-left: 16px;
        margin-top: 16px;
        float: left;

        img {
            height: 36px;
        }
    }

    .realla-menuitems {
        padding-top: 0.5rem;
        text-align: right;
        margin-left: 0px;
        margin-top: 16px;
        margin-right: 16px;
        float: right;
        width: auto;

        a {
            color: var(--schema-text-color);
            font-size: 16px;
            padding-left: 16px;
            padding-right: 16px;
            text-decoration: none;
        }

        a:last-of-type {
            padding-left: 0px;
            padding-right: 0px;
        }
    }

    .realla-menuitems-wide {
        padding-top: 0.5rem;
        text-align: right;
        margin-left: 0px;
        margin-top: 16px;
        margin-right: 16px;
        float: right;
        width: auto;

        a {
            color: white;
            font-size: 16px;
            padding-left: 16px;
            padding-right: 16px;
            text-decoration: none;
        }

        a:last-of-type {
            padding-left: 0px;
            padding-right: 0px;
        }
    }
}

.slide {
    margin-top: 72px !important;
}

.ar-label {
    color: #717171 !important;
}

.currency-label {
    color: #222 !important;
}

.realla-main-title {
    font-size: 32px !important;
    font-weight: 500 !important;
    text-align: left !important;
    margin-top: 72px;
    margin-bottom: 24px;
    color: #222;
}

.realla-results-block {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 90px;
}

.realla-result-list {
    width: 1136px;
}

.realla-lead-text {
    font-size: 16px !important;
    font-weight: 400;
    margin-bottom: 32px;
    margin-top: 0px;
    color: #222;
}

.realla-agents-frame {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0px;
    padding: 0px;
    gap: 24px;
}

.realla-agent-item {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    border: none;
    cursor: pointer;

    figure {
        display: block;
        width: 100%;
        aspect-ratio: 1/1;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        margin: 0px;
        padding: 0px;
        border-radius: 8px;
    }

    .agent-namecard {
        margin: 16px;
        margin-left: 0px;

        h4 {
            font-weight: 500;
            margin: 0px;
            padding: 0px;
            color: #222;
        }

        small {
            display: block;
            margin-bottom: 8px;
            color: #717171;
        }

        span {
            display: block;
            font-size: 14px;
            font-weight: 500;

            a {
                text-decoration: none;
                color: #222;
            }
        }
    }
}

.realla-textpage-frame {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 72px;

    .realla-textpage-content {
        width: 1140px;
        margin-top: 90px;

        h2 {
            font-size: 32px;
            font-weight: 500;
            margin: 0px;
            padding: 0px;
            margin-bottom: 24px;
            margin-left: 0px;
            color: #222;
        }

        .realla-textpage-text {
            color: #222;
            font-size: 14px;
            line-height: 24px;
            margin-left: 24px;
            margin-right: 40px;

            img {
                width: 50%;
                float: right;
                margin-left: 40px;
                margin-bottom: 40px;
                border-radius: 8px;
            }
        }
    }
}

.realla-contact-block {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 40px;
    margin: 0px;
    padding: 0px;
    width: 100%;

    .realla-contact-details {
        width: 100%;
        margin: 0px;
        padding: 0px;

        p {
            margin: 0px;
            padding: 0px;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 40px;
            line-height: 24px;
        }

        div {
            margin-top: 8px;
            font-size: 16px;
            font-weight: 400;
            color: #222;
        
            a {
                font-size: 16px;
                font-weight: 400;
                color: #222;
                text-decoration: none;
            }
        }
    }

    .realla-contact-form {
        width: 100%;

        .editor {
            width: 90%;
        }

        .check-label {
            font-size: 12px;
            font-weight: 400;
            color: #222;
            line-height: 1.2em !important;
        }

        .textbox, .editor {
            margin-bottom: 8px !important;
            font-size: 14px !important;
            height: auto !important;
            padding: 8px !important;
            color: #222 !important;
            background-color: #f4f4f6 !important;
            box-shadow: none !important;
            border: solid 1px #ddd !important;
            font-family: 'Poppins' !important;
        }
    }
}

.realla-contact-map {
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-top: 72px;
}

.realla-agent-frame {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 90px;

    .realla-adatlap-keret {
        width: 1120px;
        display: grid;
        grid-template-columns: 70% 30%;
        margin-top: 56px;
        margin-bottom: 72px;
        gap: 0px;

        .realla-nevjegy-keret {
            display: block;
            width: 90%;

            .realla-bemutatkozas {
                margin-top: 32px;

                h3 {
                    font-weight: 500;
                    margin: 0px;
                    padding: 0px;
                    margin-bottom: 16px;
                    font-size: 20px;
                    color: #222;
                }

                p {
                    padding: 0px;
                    margin: 0px;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 24px;
                    color: #222;
                }
            }

            .realla-nevjegy {
                display: grid;
                grid-template-columns: 30% 70%;
                gap: 40px;

                figure {
                    display: block;
                    width: 253px;
                    aspect-ratio: 1/1;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center center;
                    margin: 0px;
                    padding: 0px;
                    border-radius: 6px;
                }

                .realla-agent-data {
                    margin-left: 32px;

                    h2 {
                        font-weight: 500;
                        margin: 0px;
                        padding: 0px;
                        margin-bottom: 0px;
                        color: #222;
                    }

                    h4 {
                        font-size: 16px;
                        font-weight: 400;
                        margin: 0px;
                        padding: 0px;
                        margin-top: 0px;
                        color: #717171 !important;
                    }

                    .agent-namecard-iroda {
                        color: #222 !important;
                    }

                    .agent-namecard-titulus {
                        color: #717171 !important;
                    }

                    div:first-of-type {
                        margin-top: 24px;
                    }

                    div {
                        margin-top: 4px;
                        
                        a {
                            font-size: 16px;
                            font-weight: 500;
                            color: #222;
                            text-decoration: none;
                        }
                    }

                    .vcard-button {
                        width: auto;
                        height: 36px;
                        font-size: 16px;
                        font-weight: 400;
                        color: #222;
                        background-color: #f4f4f6;
                        border: solid 1px #ddd;
                        border-radius: 90px;
                        text-align: center;
                        padding: 8px;
                        padding-left: 24px;
                        padding-right: 24px;
                        margin: 0px;
                        margin-top: 24px;
                        cursor: pointer;
                    }
                }
            }
        }

        .realla-urlap {
            border: solid 1px #ddd;
            padding: 16px;
            border-radius: 8px;
            height: 480px;
            max-height: 480px;


            .row {
                width: 94% !important;
                margin-bottom: 12px;
    
                .col-1 {
                    line-height: 1.2em;
                    width: 108%;
                }
    
                .col1 {
                    .textbox {
                        margin-bottom: 8px;
                        font-size: 14px;
                        height: auto;
                        padding: 8px;
                        color: #222 !important;
                        background-color: #f4f4f6 !important;
                        box-shadow: none !important;
    
                        ::placeholder {
                            color: #717171;
                            opacity: 1; /* Firefox */
                        }
                    }
    
                    .editor {
                        margin-bottom: 8px;
                        font-size: 14px;
                        height: auto;
                        padding: 8px;
                        color: #222 !important;
                        background-color: #f4f4f6 !important;
                        box-shadow: none !important;
    
                        ::placeholder {
                            color: #717171;
                            opacity: 1; /* Firefox */
                        }
                    }
    
                    input[type="checkbox"] {
                        border: solid 1px #ddd !important;
                    }
    
                    .btn-submit {
                        width: 106%;
                        height: auto;
                        padding: 4px;
                        padding-left: 24px;
                        padding-top: 8px;
                        padding-right: 24px;
                        padding-bottom: 8px;
                        font-size: 14px;
                        margin-bottom: 4px;
                        margin-top: 16px;
                        font-family: 'Poppins';
                    }
                }
            }
    
            form {
                margin-bottom: -16px;
            }

            h3 {
                margin: 0px;
                padding: 0px;
                font-weight: 500;
                margin-bottom: 16px;
                color: #222;
            }

            p {
                font-weight: 400;
                font-size: 14px;
                padding: 0px;
                margin: 0px;
                margin-bottom: 16px;
            }

            .editor {
                width: 100%;
            }

            .textbox {
                width: 100%;
            }

            .check-label {
                font-size: 12px;
                font-weight: 400;
                color: #222;
            }
        }
    }
}

.realla-title {
    color: white;
    text-align: center;
    width: 100%;
    font-size: 40px;
    font-weight: 500;
    text-decoration: none;
    top: 214px;
    margin-top: 90px;
    height: 44px;
}

.mainSearchWrap {
    margin-top: -96px;
}

.realla-search {
    margin-top: 72px !important;
    display: block;
    width: 100%;
    height: 60%;
    min-height: 60%;
    max-height: 60%;
    /*background-image: url('../../static/uploads/thumbs/Realla_demo_hero.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

    .realla-main-content {
        padding-top: 12%;
        padding-bottom: 12%;
    }

    .sugessionWrap {
        border: none;
        margin-top: 132px;
        border-radius: 30px;
        height: 64px;
        min-height: 64px;
        max-height: 64px;
    }

    .hidden-overlow {
        width: 200px;
        min-width: 200px;
        max-width: 200px;
    }

    .show-maximized {
        width: 200px;
    }

    .sugessionTags {
        width: 200px;
    }

    .modal-input {
        box-shadow: none !important;
    }

    .selectize-input {
        box-shadow: none !important;
        overflow-y: hidden !important;
    }

    #tipus {
        padding: 0px;
        padding-top: 0px;
        background-position-x: 92%;
        background-position-y: center;
        color: #222 !important;
        font-family: "Poppins", sans-serif !important;
        font-weight: 400 !important;
    }

    #ertekesites {
        background-position-x: 85%;
        color: #222 !important;
        font-family: "Poppins", sans-serif !important;
        font-weight: 400 !important;
    }

    .suggestSubmit {
        border-radius: 30px;
        margin-top: 12px;
        margin-right: 12px;
        width: 40px !important;
        height: 40px !important;
    }
}

#properties {
    margin-top: 0px !important;
    padding-bottom: 72px;

    .content-wrap-main {
        padding-top: 72px !important;
    }

    ul {
        padding-bottom: 32px !important;
        text-align: left;
        padding-left: 4px;

        li {
            h3 {
                font-size: 28px;
                font-weight: 500;
            }
        }
    }

    .result-item {
        border-radius: 6px;
        float: none;
        background-color: #fff;
        /*border: solid 1px #ddd;*/
        height: 285px;

        figure {
            border-radius: 8px;
            height: auto;
            aspect-ratio: 4 / 3;
        }

        .teaser {
            border-radius: 12px;
            line-height: normal;
            padding-top: 4px;
            padding-bottom: 4px;
            padding-left: 8px;
            padding-right: 8px;
            margin-top: -181px;
            margin-left: 12px;
            color: #222 !important;

            small {
                font-size: 12px;
                font-weight: 600;
            }
        }

        .price {
            font-size: 18px;
            font-weight: 600;
            padding-top: 8px;
            padding-left: 0px;
            font-family: "Poppins", sans-serif !important;
            color: #222 !important;
        }

        .size {
            padding-left: 0px;
            padding-right: 6px;
            padding-top: 0px;
            font-size: 14px;
            font-weight: 600;
            font-family: "Poppins", sans-serif !important;
            color: #222 !important;

            small {
                font-family: "Poppins", sans-serif !important;
                font-size: 14px;
                font-weight: 400;
                color: #222 !important;
            }
        }

        .site {
            padding-left: 0px;
            padding-right: 6px;
            padding-top: 0px;
            font-size: 14px;
            font-weight: 600;
            font-family: "Poppins", sans-serif !important;
            color: #222 !important;

            small {
                font-family: "Poppins", sans-serif !important;
                font-size: 14px;
                font-weight: 400;
                color: #222 !important;
            }
        }

        .rooms {
            padding-left: 0px;
            padding-right: 6px;
            padding-top: 0px;
            font-size: 14px;
            font-weight: 600;
            font-family: "Poppins", sans-serif !important;
            color: #222 !important;

            small {
                font-family: "Poppins", sans-serif !important;
                font-size: 14px;
                font-weight: 400;
                color: #222 !important;
            }
        }

        .address {
            font-family: "Poppins", sans-serif !important;
            font-size: 14px;
            font-weight: 400;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 6px;
            color: #717171;
            padding-top: 0px !important;
            line-height: 1.5 !important;
        }

        .employee {
            display: none !important;
            width: 94%;
            /*border-top: solid 1px #ddd;*/
            border-top: none;
            font-family: "Poppins", sans-serif !important;
            font-size: 12px;
            font-weight: 400;
            margin-left: 0px;
            padding-top: 8px;
            margin-top: 8px;
        }
    }
}

#content {
    margin-top: -19px !important;
    padding-bottom: 72px;

    .justdesktop {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 16px;
    }

    .justmobile {
        display: none !important;
    }

    .justdesktop-agent {
        width: 1120px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 16px;
        margin-bottom: -32px;
    }

    .justmobile-agent {
        display: none !important;
    }

    .result-list {
        padding-left: 0px !important;
    }

    .result-list-thin {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        gap: 16px;
    }

    .content-wrap-main {
        padding-top: 96px !important;
    }

    .realla-textpage-text {
        ul {
            text-align: left !important;
        }
    }

    ul {
        padding-bottom: 40px !important;
        text-align: center;

        li {
            h3 {
                font-size: 32px;
                font-weight: 500;
            }
        }
    }

    .result-item {
        border-radius: 6px;
        float: none;
        background-color: #fff;
        border: none;
        height: 325px;
        width: auto !important;
        margin-right: 0px !important;
        margin-bottom: 0px !important;

        figure {
            border-radius: 8px;
            height: auto;
            aspect-ratio: 4 / 3;
        }

        .teaser {
            border-radius: 12px;
            line-height: normal;
            padding-top: 4px;
            padding-bottom: 4px;
            padding-left: 8px;
            padding-right: 8px;
            margin-top: -182px;
            margin-left: 12px;
            color: #222 !important;

            small {
                font-size: 12px;
                font-weight: 600;
            }
        }

        .price {
            font-size: 18px;
            font-weight: 600;
            padding-top: 8px;
            padding-left: 0px;
            font-family: "Poppins", sans-serif !important;
            color: #222 !important;
        }

        .size {
            padding-left: 0px;
            padding-right: 6px;
            padding-top: 0px;
            font-size: 14px;
            font-weight: 600;
            font-family: "Poppins", sans-serif !important;
            color: #222 !important;

            small {
                font-family: "Poppins", sans-serif !important;
                font-size: 14px;
                font-weight: 400;
                color: #222 !important;
            }
        }

        .site {
            padding-left: 0px;
            padding-right: 6px;
            padding-top: 0px;
            font-size: 14px;
            font-weight: 600;
            font-family: "Poppins", sans-serif !important;
            color: #222 !important;

            small {
                font-family: "Poppins", sans-serif !important;
                font-size: 14px;
                font-weight: 400;
                color: #222 !important;
            }
        }

        .rooms {
            padding-left: 0px;
            padding-right: 6px;
            padding-top: 0px;
            font-size: 14px;
            font-weight: 600;
            font-family: "Poppins", sans-serif !important;
            color: #222 !important;

            small {
                font-family: "Poppins", sans-serif !important;
                font-size: 14px;
                font-weight: 400;
                color: #222 !important;
            }
        }

        .address {
            font-family: "Poppins", sans-serif !important;
            font-size: 14px;
            font-weight: 400;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 6px;
            color: #717171;
            padding-top: 0px !important;
            line-height: 1.5 !important;
        }

        .employee {
            display: none !important;
            width: 94%;
            border-top: solid 1px #ddd;
            font-family: "Poppins", sans-serif !important;
            font-size: 12px;
            font-weight: 400;
            display: block;
            margin-left: 8px;
            padding-top: 8px;
            margin-top: 8px;
        }
    }
}

.content-wrap-main .result-item {
    /*margin-right: 24px !important;*/
    margin-bottom: 40px;
}

.props-container {
    padding-left: 0px !important;
    width: 96%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.blog-block {
    padding-left: 24px !important;
}

.rolunk-page {
    .realla-textpage-text {
        margin-left: 0px !important;
    }

    .helps-container {
        margin-left: 0px !important;
    }
}

.we-help-you {
    margin-top: 72px;

    h3 {
        font-size: 28px;
        font-weight: 500;
        text-align: center;
        color: #222;
    }

    .helps-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 32px;
        margin-left: 24px;
        margin-right: 45px;
        margin-bottom: 20px;
        gap: 24px;


        .helps-box {
            /*border: solid 1px #ddd;*/
            background-color: #f4f4f6;
            border-radius: 16px;
            min-height: 350px;
            padding-left: 40px;
            padding-right: 40px;

            figure {
                display: block;
                margin: 0 auto;
                margin-top: 40px;
                margin-bottom: 24px;
                width: 70px;
                height: 70px;
                font-size: 32px;
                border-radius: 90px;
                background-color: var(--partner-color);
                color: #fff;
                text-align: center;

                i {
                    margin-top: 18px;
                }
            }

            h4 {
                margin-bottom: 16px;
                text-align: center;
                font-size: 18px;
                font-weight: 600;
                color: #222;
            }

            p {
                font-size: 14px;
                font-weight: 400;
                text-align: center;
                margin-bottom: 40px;
                line-height: 24px;
                color: #222 !important;
            }
        }
    }
}

.blog {
    margin-top: 72px;

    h3 {
        font-size: 28px;
        font-weight: 500;
        text-align: left;
        margin-left: 24px;
        color: #222;
    }

    .blog-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin-top: 32px;
        margin-left: 25px;
        margin-right: 45px;
        gap: 24px;


        .blog-box {
            border: none;
            border-radius: 8px;
            min-height: 350px;
            padding: 0px;
            padding-bottom: 0px;

            figure {
                display: block;
                margin: 0px;
                padding: 0px;
                width: 100%;
                height: auto;

                img {
                    width: 100%;
                    height: 100%;
                    aspect-ratio: 4 / 3;
                    border-radius: 8px;
                }
            }

            h4 {
                margin-bottom: 16px;
                margin-top: 16px;
                text-align: left;
                font-size: 18px;
                font-weight: 600;
                margin-left: 0px;
                margin-right: 0px;
                color: #222;
            }

            p {
                font-size: 14px;
                font-weight: 400;
                text-align: left;
                margin-bottom: 8px;
                margin-left: 0px;
                margin-right: 0px;
                line-height: 24px;
                color: #222;
            }

            a {
                font-size: 14px;
                font-weight: 400;
                text-decoration: none;
                color: var(--partner-color);
                padding-left: 0px;
            }
        }
    }
}

.footer-menu-container {
    width: 100%;
    height: auto;
    background-color: #f4f4f6;
    padding-top: 72px;
    padding-bottom: 56px;

    .footer-wrap-main {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 24px;
        margin-top: 0px;
        padding-top: 0px;

        .footer-menu-block-container {
    
            .footer-menu-block {
                list-style: none;
                padding: 0px;

                li {
                    font-size: 14px;
                    font-weight: 400;
                    padding-bottom: 8px;
                    color: #717171;

                    a {
                        text-decoration: none;
                        color: #717171;
                    }
                }
            }

            h5 {
                padding: 0px;
                margin: 0px;
                margin-bottom: 16px;
                font-size: 18px;
                font-weight: 500;
            }
        }
    }
}

.realla-menu-mobile {
    display: none;
}

.popular-searches {
    margin-left: 25px;
}

.pages-footer-container {
    margin-left: 8px;
}

.support-footer-container {
    margin-left: -9px;
}

.contact-footer-container {
    margin-left: -26px;
}

.footer-social-container {
    padding-top: 0px;
}

.social-links-container {
    margin-right: 55px;
    margin-top: 45px;
}

.filter-input-wrap {
    padding-top: 0px !important;
    margin-right: 14px;
}

.filter-bar {
    height: 40px !important;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    justify-content: center;
    margin-top: 90px;
}

.first-filter-item {
    margin-left: 0px;
    padding-left: 0px !important;
}

.hide-maximized {
    margin-left: -126px;
    width: 215px !important;
}

.selectize-input {
    margin-top: 0px;
    padding: 10px !important;
    border-radius: 0px !important;
    scrollbar-width: thin;
    border-radius: 0%;
    border: none;
    width: 220px !important;
    min-width: 220px !important;
    box-shadow: none !important;
    overflow-y: auto !important;
    scrollbar-color: transparent transparent !important;
}

.showmore {
    border: solid 1px #ddd !important;
    border-radius: 90px !important;
    padding: 8px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    font-size: 14px !important;
    height: 38px !important;
    color: #222 !important;
    background-color: #f4f4f6 !important;
}

#jelleg {
    border-radius: 90px;
}

.property-search-jelleg {
    font-size: 14px !important;
}

#ertekesites {
    border-radius: 90px;
    background-position-x: 90%;
}

.search-ar-label {
    float: left;
    margin-left: 8px;
}

.search-size-label {
    float: left;
    margin-left: 8px;
}

.property-search-tipus {
    font-size: 14px !important;
    width: 100px !important;
}

.minmaxval {
    width: 137px !important;
}

.results-block {
    padding-top: 167px !important;
    padding-left: 0px !important;

    h3 {
        margin-bottom: 0px !important;
    }

    h4.results-counter {
        color: #717171;
        font-size: 14px;
        font-weight: 500;
        margin: 0px;
        margin-bottom: 16px;
        padding: 0px;
    }
}

.sgSizeBoxSearch {
    margin-left: 16px !important;
    border-radius: 90px;
}

.sgPriceBoxSearch {
    border-radius: 90px;
}

.sgRoomsBoxSearch {
    border-radius: 90px;
}

.miniSearch {
    margin-left: 16px !important;
    border-radius: 90px;
}

.detailed-search-btn {
    margin-left: 16px !important;
    border: solid 1px #ddd;
    border-radius: 90px;
    padding: 8px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    font-size: 14px;
    height: 20px;
    color: #222;
    background-color: #f4f4f6;
    
    i {
        font-size: 11px;
        padding-right: 8px;
        color: #222;
    }
}

.selectize-control {
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 90px;
    padding-right: 14px;
}

.search-row {
    background-color: #fff;
    width: 100%;
    height: 60px;
    float: right;
    margin-top: -22px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start;
    padding-top: 24px;
}

.col-lg-3 {
    margin-bottom: 0px;
    padding-bottom: 0px;

    small {
        color: #666666;
    }
}

.col-lg-12 {
    margin-bottom: 0px;
    padding-bottom: 0px;

    small {
        color: #666666;
    }
}

.grid-item {
    width: inherit;
    height: inherit;
}

.showhideDetailSearch {
    border-radius: 90px;
}

.realestate-wrap {
    width: 1120px !important;
    padding-top: 24px;

    .realestate-social-shareing {
        margin-bottom: 18px;
        a {
            font-size: 14px;
            font-weight: 400;
            color: #222;
            text-decoration: none;
            padding-right: 18px;

            i {
                padding-right: 8px;
            }
        }
    }

    .realestate-pictures {
        width: 70%;
        display: grid;
        grid-template-columns: 70% 30%;
        gap: 8px;

        .realestate-pri-image {
            aspect-ratio: 4 / 3;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            margin: 0px;
            padding: 0px;
        }

        label {
            display: block;
            position: absolute;
            margin-top: -56px;
            margin-left: 16px;
            background-color: rgba(0,0,0,0.8);
            border-radius: 4px;
            color: white;
            text-align: center;
            padding-top: 8px;
            padding-bottom: 8px;
            padding-left: 16px;
            padding-right: 16px;
            font-size: 16px;
            cursor: pointer;
        }

        .realestate-sec-image {
            display: block;
            aspect-ratio: 4 / 3;
            border-top-right-radius: 8px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            margin: 0px;
            padding: 0px;
            margin-bottom: 8px;
            min-height: 49%;
        }

        .realestate-thr-image {
            display: block;
            aspect-ratio: 4 / 3;
            border-bottom-right-radius: 8px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            margin: 0px;
            padding: 0px;
            min-height: 49%;
        }
    }

    .realestate-price {
        font-size: 32px;
        font-weight: 500;
        margin-top: 40px;
        margin-bottom: 0px;
        color: #222 !important;
    }
    
    .realestate-data {
        margin-top: 8px;
        color: #717171;
        font-size: 18px;
        margin-right: 24px;

        strong {
            font-weight: 600;
        }
    }

    .realestate-address {
        font-size: 18px;
        font-weight: 400;
        margin-top: 4px;
        color: #222 !important;
    }

    .realestate-features {
        width: 70%;
        margin: 0px;
        padding: 0px;
        margin-top: 32px;

        h3 {
            font-size: 20px;
            font-weight: 500;
            margin: 0px;
            padding: 0px;
            margin-bottom: 16px;
            color: #222;
        }

        .realestate-row {
            display: grid;
            grid-template-columns: 50% 50%;

            .realestate-col {
                padding: 0px;
                margin: 0px;
                font-weight: 500;
                font-size: 14px;
                line-height: 28px;
                color: #222;

                strong {
                    font-weight: 400;
                    padding-right: 4px;
                    color: #222;
                }
            }
        }
    }

    .realestate-description {
        width: 70%;
        margin-top: 32px;

        h3 {
            font-size: 20px;
            font-weight: 500;
            margin: 0px;
            padding: 0px;
            margin-bottom: 16px;
            color: #222;
        }

        p {
            margin: 0px;
            padding: 0px;
            padding-bottom: 0px;
            font-weight: 400;
            font-size: 14px;
            line-height: 24px;
            color: #222;
        }
    }

    .realestate-map {
        width: 70%;
        margin-top: 32px;
        margin-bottom: 68px;

        h2 {
            font-size: 20px;
            font-weight: 500;
            margin: 0px;
            padding: 0px;
            margin-bottom: 16px;
            color: #222;
        }
    }
}

.realestate-contact-wrapper {
    position: absolute;
    top: 90px;
    height: 200vh;
    margin-left: 816px;
}

.realestate-form {
    width: 30%;
    position: sticky;
    top: 136px;

    .namecard {
        display: grid;
        grid-template-columns: 30% 70%;
        border: solid 1px #ddd;
        border-radius: 8px;
        width: 290px;
        padding: 16px;
        margin-left: 24px;

        img {
            width: 75px;
            height: 75px;
            border-radius: 90px;
        }

        .realestate-name {
            padding-left: 0px;
            font-size: 16px;
            font-weight: 500;
            color: #222;
        }

        .realestate-title {
            display: block;
            font-size: 14px;
            font-weight: 400;
            padding-top: 8px;
            padding-left: 0px;
            font-style: normal !important;
            min-height: 44px;
            color: #222;
        }

        .contact-classic {
            margin-top: 24px;
            margin-left: -84px;
            padding-right: 0px !important;

            a {
                display: block;
                font-size: 14px;
                font-weight: 500;
                text-decoration: none;
                color: #222;
                padding-bottom: 4px;
            }
        }
    }

    .agent-contact-frm {
        border: solid 1px #ddd;
        border-radius: 8px;
        width: 290px;
        padding: 16px;
        margin-left: 24px;
        margin-top: 16px;

        h2 {
            font-size: 16px;
            font-weight: 500;
            margin: 0px;
            padding: 0px;
            margin-bottom: 16px;
            color: #222 !important;
        }

        .row {
            width: 94% !important;
            margin-bottom: 8px;

            .col-1 {
                line-height: 1.2em;
                width: 108%;
            }

            .col1 {
                .textbox {
                    margin-bottom: 8px;
                    font-size: 14px;
                    height: auto;
                    padding: 8px;
                    color: #222 !important;
                    background-color: #f4f4f6 !important;
                    box-shadow: none !important;

                    ::placeholder {
                        color: #717171;
                        opacity: 1; /* Firefox */
                    }
                }

                .editor {
                    margin-bottom: 8px;
                    font-size: 14px;
                    height: auto;
                    padding: 8px;
                    color: #222 !important;
                    background-color: #f4f4f6 !important;
                    box-shadow: none !important;

                    ::placeholder {
                        color: #717171;
                        opacity: 1; /* Firefox */
                    }
                }

                input[type="checkbox"] {
                    border: solid 1px #ddd !important;
                }

                .btn-submit {
                    height: auto;
                    padding: 4px;
                    padding-left: 24px;
                    padding-top: 8px;
                    padding-right: 24px;
                    padding-bottom: 8px;
                    font-size: 14px;
                    margin-bottom: 4px;
                    margin-top: 16px;
                    width: 106%;
                    font-family: 'Poppins';
                }
            }
        }
    }

    .check-label {
        font-size: 12px;
        font-weight: 400;
        color: #222 !important;
        line-height: 1.2em;
    }

    .editor {
        width: 100% !important;
    }

    .textbox {
        width: 100% !important;
    }
}

.contact-classic {
    border-right: none !important;
}


#location_search {
    top: 16% !important;
}

.blog-wrap {
    padding-top: 0px !important;
    h1 {
        margin-top: 96px;
        margin-left: 40px;
        margin-bottom: 0px;
        font-size: 40px;
        font-weight: 400;
    }
}

.blog-container {
    margin-top: 0px;
}

.detailed-filter {
    margin-top: 162px;
    box-shadow: 0px 36px 40px 0px rgba(57, 57, 57, 0.05) !important;
    padding: 8px;
    margin-left: 16px;

    input[type="checkbox"] {
        width: 16px;
        height: 16px;
        border: solid 1px #ddd !important;
        float: left;
    }

    small {
        display: block;
        float: left;
        margin-top: 2px;
        margin-left: 4px;
        font-size: 14px;
        color: #717171;
    }
}

.modal-input {
    box-shadow: none !important;
}

.sgPriceBox, .sgPriceBoxSearch, .sgRoomsBoxSearch, .sgSizeBox, .sgSizeBoxSearch, .sgRoomBox {
    box-shadow: none !important;
}


.popup-header {
    background-color: #fff;
    font-size: 18px;
    color: #222;
    font-weight: 600;
    width: 360px !important;
    font-family: "Poppins", sans-serif !important;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.popup-content-small {
    width: 340px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.eapps-social-share-buttons-item-pinterest {
    display: none !important;
}

#revalidate {
    margin-left: -20px;
    text-align: left;
    font-family: "Poppins", sans-serif !important;
}

.form-group-full .input-text {
    font-family: "Poppins", sans-serif !important;
}

.form-group-full label {
    font-family: "Poppins", sans-serif !important;
}

.btn-black {
    font-family: "Poppins", sans-serif !important;
}

@media screen and (max-width: 700px) {
    .realla-menuitems-wide {
        display: none !important;
    }

    .realla-logo {
        margin-left: 12px !important;
    }

    .grid-item {
        width: 90% !important;
        height: 400px !important;
        margin-left: 16px;
    }
    
    .realla-search {
        display: none;
    }

    .realla-menu {
        justify-content: flex-start;
    }

    .realla-logo {
        margin-top: 12px;
        margin-left: 12px;
    }

    .realla-menuitems {
        display: none;
    }

    .realla-menu-mobile {
        display: block;
        position: absolute;
        top: 12px;
        right: 12px;
        
        a {
            color: white;
            text-decoration: none;
            font-size: 36px;
        }

        .rella-mobile-menuitems {
            display: none;
            width: 100%;
            position: fixed;
            top: 65px;
            left: 0px;
            background-color: #222;
            padding-top: 8px;

            a {
                font-size: 18px;
                font-weight: 400;
                display: block;
                padding: 16px;
                padding-top: 8px;
                padding-bottom: 8px;
            }

            .realla-social-link {
                display: inline-block;
            }
        }
    }

    #properties {
        .content-wrap-main {
            padding-top: 48px !important;
        }

        .result-item {
            height: 378px !important;
            margin-bottom: 60px !important;

            .teaser {
                margin-top: -248px !important;
            }
        }
    }

    #content {
        margin-top: 0px !important;
        padding-bottom: 24px;
    
        .justmobile {
            display: grid !important;
            grid-template-columns: 1fr !important;
            gap: 16px !important;
        }

        .justdesktop {
            display: none !important;
        }

        .justmobile-agent {
            display: grid !important;
            grid-template-columns: 1fr !important;
            gap: 16px !important;
            margin-bottom: 48px !important;
        }

        .justdesktop-agent {
            display: none !important;
        }

        .result-item {
            width: 93% !important;

            .teaser {
                margin-top: -248px !important;
            }
        }
    }

    .content-wrap-main .result-item {
        margin-right: 0px !important;
    }

    .footer-wrap-main {
        padding-top: 24px !important;
        grid-template-columns: 1fr !important;
    }

    .we-help-you {
        margin-top: 0px;
    }

    .helps-container {
        grid-template-columns: 1fr !important;
        margin-left: 16px !important;
        margin-right: 16px !important;
        width: 100%;
    }

    .main-helps {
        width: 93% !important;
    }

    #main-blog {
        margin-left: 16px !important;
        width: 93%;
    }

    .helps-box {
        padding-left: 24px !important;
        padding-right: 24px !important;
        min-height: 314px !important;

        figure {
            margin-top: 24px !important;
        }

        p {
            margin-bottom: 24px !important;
        }
    }

    .blog-wrap {
        h1 {
            margin-top: 60px !important;
            margin-left: 16px !important;
            margin-bottom: 40px !important;
        }
    }

    .blog-block {
        padding-left: 6px !important;
        margin-bottom: 0px !important;
    }

    .blog-head h1 {
        padding-top: 40px !important;
        padding-left: 8px;
        width: 95% !important;
    }

    .blog-container {
        width: 97%;
        grid-template-columns: 1fr !important;
        margin-left: 0px !important;
        margin-right: 16px !important;

        .blog-box {
            padding-bottom: 24px !important;

            h4 {
                margin-left: 0px !important;
                margin-right: 0px !important;
            }

            p {
                margin-left: 0px !important;
                margin-right: 0px !important;
            }

            a {
                padding-left: 0px !important;
                float: left;
            }
        }
    }

    .main-blog-container {
        width: 97%;
        grid-template-columns: 1fr !important;
        margin-left: 16px !important;
        margin-right: 16px !important;

        .blog-box {
            padding-bottom: 24px !important;

            h4 {
                margin-left: 0px !important;
                margin-right: 0px !important;
            }

            p {
                margin-left: 0px !important;
                margin-right: 0px !important;
            }

            a {
                padding-left: 0px !important;
                float: left;
            }
        }
    }

    .text-wrap {
        .blog-container {
            width: 99%;
            margin-top: 48px;

            .blog-box {
                padding-left: 4px !important;
            }
        }
    }

    .popular-searches {
        margin-left: 24px;
    }

    .contact-footer-container {
        margin-left: 24px;
    }

    .footer-menu-container {
        padding-bottom: 0px !important;
        padding-top: 24px !important;
    }

    .footer-social-container {
        padding-top: 24px !important;
    }

    footer .copyright {
        margin-top: 4px !important;
    }

    .social-links-container {
        margin-right: 140px !important;
        margin-top: 4px !important;
        padding-bottom: 24px !important;
    }

    .mobile-block h3 {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }

    h4.results-counter {
        margin-left: 16px !important;
        margin-right: 16px !important;
        margin-bottom: 24px !important;
    }

    .results-block {
        padding-top: 0px !important;
    }

    .realla-logo-wide {
        margin-left: 16px;
        margin-top: 8px;
    }

    .filter-bar {
        display: none;
        height: 200px !important;
        border: none;
        padding-top: 0px;
        margin-top: 0px !important;
    }

    .detailed-filter {
        position: absolute;
        margin-top: 0px;
        box-shadow: none;
        border-bottom: solid 1px #717171;
        z-index: 99;
        margin-top: -28px;
        padding-top: 0px;
    }

    .search-frame {
        width: 100% !important;
    }

    .search-row {
        background-color: transparent;
        height: auto;
        margin-top: -8px;
        padding-top: 0px;
        gap: 8px !important;
    }

    .first-filter-item {
        margin-left: 0px;
    }

    .filter-input-wrap {
        padding-left: 3px;
        line-height: 0px;
        margin-left: 2px;
    }

    .selectize-wrap {
        width: 93.5% !important;
    }

    .sgPriceBoxSearch {
        margin-left: 6px !important;
        width: 170px;
    }

    .sgRoomsBoxSearch {
        margin-left: 1px !important;
        width: 100%;
    }

    .sgSizeBoxSearch {
        margin-left: 16px !important;
        width: 170px;
    }

    .selectize-input {
        width: 100% !important;
    }

    .modal-input {
        width: 160px;
    }

    .col-lg-3 {
        padding-left: 4px;
    }

    .col-md-12 {
        width: 93%;
    }

    .col-lg-12 {
        padding-left: 4px;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 93%;
    }

    .mobile-top-padding {
        padding-top: 16px;
    }

    .w50percent {
        width: 160px !important;
    }

    .realestate-wrap {
        width: 100% !important;
        margin-left: 16px;
        padding-top: 48px !important;
    }

    .realestate-pictures {
        width: 92% !important;
        grid-template-columns: 100% !important;
    }

    .realestate-pri-image {
        border-radius: 8px !important;
    }

    .realestate-sec-image {
        display: none !important;
    }

    .realestate-thr-image {
        display: none !important;
    }

    .realestate-row {
        gap: 24px;
        grid-template-columns: 100% !important;
    }

    .realestate-map {
        width: 92% !important;
        margin-bottom: 48px !important;
    }

    #propmap {
        margin-bottom: 0px !important;
    }

    .realestate-contact-wrapper {
        height: auto !important;
        position: relative !important;
        margin-left: 0px !important;
        margin-bottom: 40px !important;
        top: unset !important;
    }

    .realestate-form {
        width: 100% !important;
    }

    .realestate-features {
        width: 91% !important;
        margin-top: 48px !important;

        .realestate-col {
            font-size: 12px !important;
        }

        h3 {
            font-size: 28px !important;
        }
    }

    .namecard {
        margin-left: 0px !important;
        width: 84% !important;
    }

    .realestate-description {
        width: 91% !important;
        margin-top: 48px !important;

        h3 {
            font-size: 28px !important;
        }
    }

    .agent-contact-frm {
        margin-left: 0px !important;
        width: 84% !important;
        margin-top: 48px !important;

        .col1 {
            margin-left: 0px !important;
        }
    
        .textbox {
            margin-left: 0px !important;
        }

        .editor {
            margin-left: 0px !important;
        }

        .contact-button {
            margin-left: 0px !important;
            width: 100% !important;
        }
    }

    .realla-textpage-frame {
        margin-top: 0px !important;
    }

    .realla-textpage-content {
        margin-top: 0px !important;
        margin-left: 16px;
        margin-right: 16px;

        .realla-textpage-text {
            img {
                display: block !important;
                float: none !important;
                width: 100% !important;
                margin-left: 0px !important;
            }
        }
    }

    .realla-nevjegy-keret {
        width: 100% !important;

        figure {
            width: 100% !important;
        }

        .realla-agent-data {
            margin-left: 0px !important;

            h2 {
                font-size: 28px !important;
            }
        }

        .realla-bemutatkozas {
            margin-top: 48px !important;
        }

        h3 {
            font-size: 28px !important;
        }
    }

    .realla-main-title {
        margin-top: 0px !important;
        font-size: 28px !important;
    }

    .realla-results-mobile {
        margin-top: 0px !important;
    }

    .realla-agents-frame {
        grid-template-columns: 98% !important;
    }

    .realla-agent-frame {
        margin-top: 0px !important;
    }

    .realla-adatlap-keret {
        grid-template-columns: 100% !important;
        margin-top: 0px !important;
        margin-left: 16px;
        margin-right: 16px;

        .realla-nevjegy {
            grid-template-columns: 100% !important;
        }
    }

    .realla-contact-map {
        margin-top: 48px !important;
        margin-bottom: 24px !important;
    }

    .realla-contact-block {
        grid-template-columns: 100% !important;

        .textbox {
            /*margin-left: -6px !important;*/
            width: 97% !important;
        }

        .editor {
            width: 97% !important;
        }

        .office-contact-send {
            width: 102% !important;
        }
    }

    .realla-textpage-text {
        width: 100%;
    }

    .realla-textpage-frame {
        h2 {
            font-size: 28px !important;
        }
    }

    .realla-agent-frame {
        .realla-adatlap-keret {
            margin-bottom: 48px !important;

            .realla-urlap {
                margin-top: 48px;
                height: 530px !important;
                max-height: 530px !important;

                form {
                    margin-bottom: 0px !important;
                }    

                h3 {
                    font-size: 28px !important;
                }

                .row {
                    width: 100%;
                    .col-1 {
                        margin-left: -4px;
                    }
                }
            }
        }
    }
}


@media screen and (min-width: 700px) and (max-width: 1024px) {
    #showhideDetailSearch {
        width: 96% !important;
    }

    .realla-title {
        margin-top: 43px;
    }

    .mobileSearchBg {
        height: 475px !important;
    }

    .realla-menuitems-wide {
        display: none !important;
    }

    .realla-logo {
        margin-left: 12px !important;
    }

    .grid-item {
        width: 90% !important;
        height: 400px !important;
        margin-left: 16px;
    }
    
    .realla-search {
        display: none;
    }

    .realla-menu {
        justify-content: flex-start;
    }

    .realla-logo {
        margin-top: 12px;
        margin-left: 12px;
    }

    .realla-menuitems {
        display: none;
    }

    .realla-menu-mobile {
        display: block;
        position: absolute;
        top: 12px;
        right: 12px;
        
        a {
            color: white;
            text-decoration: none;
            font-size: 36px;
        }

        .rella-mobile-menuitems {
            display: none;
            width: 100%;
            position: fixed;
            top: 65px;
            left: 0px;
            background-color: #222;
            padding-top: 8px;

            a {
                font-size: 18px;
                font-weight: 400;
                display: block;
                padding: 16px;
                padding-top: 8px;
                padding-bottom: 8px;
            }

            .realla-social-link {
                display: inline-block;
            }
        }
    }

    #properties {
        .content-wrap-main {
            padding-top: 48px !important;
        }

        .result-item {
            height: 378px !important;

            .teaser {
                margin-top: -216px;
            }
        }
    }

    #content {
        margin-top: 0px !important;
        padding-bottom: 24px;
    
        .justmobile {
            display: grid !important;
            grid-template-columns: 1fr 1fr !important;
            gap: 0px !important;
            width: 101% !important;
        }

        .justdesktop {
            display: none !important;
        }

        .justmobile-agent {
            display: grid !important;
            grid-template-columns: 1fr 1fr !important;
            gap: 16px !important;
            margin-bottom: 48px !important;
        }

        .justdesktop-agent {
            display: none !important;
        }

        .result-item {
            width: 93% !important;

            .teaser {
                margin-top: -250px !important;
            }
        }
    }

    .content-wrap-main .result-item {
        margin-right: 8px !important;
        width: 46%;
    }

    .footer-wrap-main {
        padding-top: 24px !important;
        grid-template-columns: 1fr !important;
    }

    .we-help-you {
        margin-top: 0px;
    }

    .helps-container {
        grid-template-columns: 1fr !important;
        margin-left: 16px !important;
        margin-right: 16px !important;
        width: 100%;
    }

    .main-helps {
        width: 96% !important;
    }

    #main-blog {
        margin-left: 16px !important;
        width: 96%;
    }

    .helps-box {
        padding-left: 24px !important;
        padding-right: 24px !important;
        min-height: 314px !important;

        figure {
            margin-top: 24px !important;
        }

        p {
            margin-bottom: 24px !important;
        }
    }

    .blog-wrap {
        h1 {
            margin-top: 60px !important;
            margin-left: 16px !important;
            margin-bottom: 40px !important;
        }
    }

    .blog-block {
        padding-left: 6px !important;
        margin-bottom: 0px !important;
        width: 100%;
    }

    .blog-head h1 {
        padding-top: 40px !important;
        padding-left: 8px;
        width: 95% !important;
    }

    .blog-head {
        margin-top: 70px !important;
    }

    .blog-container {
        width: 97%;
        grid-template-columns: 1fr !important;
        margin-left: 0px !important;
        margin-right: 16px !important;

        .blog-box {
            padding-bottom: 24px !important;

            h4 {
                margin-left: 0px !important;
                margin-right: 0px !important;
            }

            p {
                margin-left: 0px !important;
                margin-right: 0px !important;
            }

            a {
                padding-left: 0px !important;
                float: left;
            }
        }
    }

    .main-blog-container {
        width: 97%;
        grid-template-columns: 1fr !important;
        margin-left: 16px !important;
        margin-right: 16px !important;

        .blog-box {
            padding-bottom: 24px !important;

            h4 {
                margin-left: 0px !important;
                margin-right: 0px !important;
            }

            p {
                margin-left: 0px !important;
                margin-right: 0px !important;
            }

            a {
                padding-left: 0px !important;
                float: left;
            }
        }
    }

    .text-wrap {
        .blog-container {
            width: 99%;
            margin-top: 48px;

            .blog-box {
                padding-left: 4px !important;
            }
        }
    }

    .popular-searches {
        margin-left: 24px;
    }

    .contact-footer-container {
        margin-left: 24px;
    }

    .footer-menu-container {
        padding-bottom: 0px !important;
        padding-top: 24px !important;
    }

    .footer-social-container {
        padding-top: 24px !important;
    }

    footer .copyright {
        margin-top: 4px !important;
    }

    .social-links-container {
        margin-right: 140px !important;
        margin-top: 4px !important;
        padding-bottom: 24px !important;
    }

    .mobile-block h3 {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }

    h4.results-counter {
        margin-left: 16px !important;
        margin-right: 16px !important;
        margin-bottom: 24px !important;
    }

    .results-block {
        padding-top: 0px !important;
    }

    .realla-logo-wide {
        margin-left: 16px;
        margin-top: 8px;
    }

    .filter-bar {
        display: none;
        height: 200px !important;
        border: none;
        padding-top: 0px;
        margin-top: 0px !important;
    }

    .detailed-filter {
        position: absolute;
        margin-top: 0px;
        box-shadow: none;
        border-bottom: solid 1px #717171;
        z-index: 99;
        margin-top: -28px;
        padding-top: 0px;
    }

    .search-frame {
        width: 100% !important;
    }

    .search-row {
        background-color: transparent;
        height: auto;
        margin-top: -8px;
        padding-top: 0px;
        gap: 8px !important;
    }

    .first-filter-item {
        margin-left: 0px;
    }

    .filter-input-wrap {
        padding-left: 3px;
        line-height: 0px;
        margin-left: 2px;
    }

    .selectize-wrap {
        width: 93.5% !important;
    }

    .sgPriceBoxSearch {
        margin-left: 6px !important;
        width: 170px;
    }

    .sgRoomsBoxSearch {
        margin-left: 1px !important;
        width: 100%;
    }

    .sgSizeBoxSearch {
        margin-left: 16px !important;
        width: 170px;
    }

    .selectize-input {
        width: 100% !important;
    }

    .modal-input {
        width: 160px;
    }

    .col-lg-3 {
        padding-left: 4px;
    }

    .col-md-12 {
        width: 93%;
    }

    .col-lg-12 {
        padding-left: 4px;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 93%;
    }

    .mobile-top-padding {
        padding-top: 16px;
    }

    .w50percent {
        width: 160px !important;
    }

    .realestate-wrap {
        width: 100% !important;
        margin-left: 16px;
        padding-top: 48px !important;
    }

    .realestate-pictures {
        width: 96% !important;
        grid-template-columns: 100% !important;
    }

    .realestate-pri-image {
        border-radius: 8px !important;
    }

    .realestate-sec-image {
        display: none !important;
    }

    .realestate-thr-image {
        display: none !important;
    }

    .realestate-row {
        gap: 24px;
    }

    .realestate-map {
        width: 96% !important;
        margin-bottom: 48px !important;
    }

    #propmap {
        margin-bottom: 0px !important;
    }

    .realestate-contact-wrapper {
        height: auto !important;
        position: relative !important;
        margin-left: 0px !important;
        margin-bottom: 40px !important;
        top: unset !important;
    }

    .realestate-form {
        width: 100% !important;
    }

    .realestate-features {
        width: 96% !important;
        margin-top: 48px !important;

        .realestate-col {
            font-size: 12px !important;
        }

        h3 {
            font-size: 28px !important;
        }
    }

    .namecard {
        margin-left: 0px !important;
        width: 92% !important;
    }

    .realestate-description {
        width: 96% !important;
        margin-top: 48px !important;

        h3 {
            font-size: 28px !important;
        }
    }

    .agent-contact-frm {
        margin-left: 0px !important;
        width: 92% !important;
        margin-top: 48px !important;

        .col1 {
            margin-left: 0px !important;
        }
    
        .textbox {
            margin-left: 0px !important;
        }

        .editor {
            margin-left: 0px !important;
        }

        .contact-button {
            margin-left: 0px !important;
            width: 100% !important;
        }
    }

    .realla-textpage-frame {
        margin-top: 0px !important;
    }

    .realla-textpage-content {
        margin-top: 0px !important;
        margin-left: 16px;
        margin-right: 16px;

        .realla-textpage-text {
            img {
                display: block !important;
                float: none !important;
                width: 100% !important;
                margin-left: 0px !important;
            }
        }
    }

    .realla-nevjegy-keret {
        width: 100% !important;

        figure {
            width: 100% !important;
        }

        .realla-agent-data {
            margin-left: 0px !important;

            h2 {
                font-size: 28px !important;
            }
        }

        .realla-bemutatkozas {
            margin-top: 48px !important;
        }

        h3 {
            font-size: 28px !important;
        }
    }

    .realla-main-title {
        margin-top: 0px !important;
        font-size: 28px !important;
    }

    .realla-results-mobile {
        margin-top: 0px !important;
    }

    .realla-agents-frame {
        grid-template-columns: 98% !important;
    }

    .realla-agent-frame {
        margin-top: 0px !important;
    }

    .realla-adatlap-keret {
        grid-template-columns: 100% !important;
        margin-top: 0px !important;
        margin-left: 16px;
        margin-right: 16px;

        .realla-nevjegy {
            grid-template-columns: 100% !important;
        }
    }

    .realla-contact-map {
        margin-top: 48px !important;
        margin-bottom: 24px !important;
    }

    .realla-contact-block {
        grid-template-columns: 100% !important;

        .textbox {
            /*margin-left: -6px !important;*/
            width: 97% !important;
        }

        .editor {
            width: 97% !important;
        }

        .office-contact-send {
            width: 102% !important;
        }
    }

    .realla-textpage-text {
        width: 100%;
    }

    .realla-textpage-frame {
        h2 {
            font-size: 28px !important;
        }
    }

    .realla-agent-frame {
        .realla-adatlap-keret {
            margin-bottom: 48px !important;

            .realla-urlap {
                margin-top: 48px;
                height: 530px !important;
                max-height: 530px !important;

                form {
                    margin-bottom: 0px !important;
                }    

                h3 {
                    font-size: 28px !important;
                }

                .row {
                    width: 100%;
                    .col-1 {
                        margin-left: -4px;
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 1499px) {
    .topped {
        margin-top: -222px !important;
    }
}

@media screen and (min-width: 1500px) {
    .topped {
        margin-top: -182px !important;
    }
}