.qwaxe-layout-section#cover {
    padding-top: 48px;
    padding-bottom: 184px;
    background-color: var(--qwaxe-theme-primary);
}

.qwaxe-layout-section#estate {
    padding-top: 0;
    background-color: rgba(0, 0, 0, 0.04);
}

    .qwaxe-layout-section#estate #estate-code {
        position: absolute;
        right: 0;
        top: 0;
        line-height: 18px;
        font-size: 14px;
        font-weight: 400;
        text-align: right;
        color: rgba(255, 255, 255, 0.4);
        -webkit-transform: translateY(calc(-100.0% + -8px));
        -moz-transform: translateY(calc(-100.0% + -8px));
        -ms-transform: translateY(calc(-100.0% + -8px));
        -o-transform: translateY(calc(-100.0% + -8px));
        transform: translateY(calc(-100.0% + -8px));
    }

    .qwaxe-layout-section#estate .social-buttons {
        position: relative;
    }

    .qwaxe-layout-section#estate .social-buttons.social-buttons_align-left {
        float: left;
    }

    .qwaxe-layout-section#estate .social-buttons.social-buttons_align-center {
        float: left;
        left: 50.0%;
        -webkit-transform: translateX(-50.0%);
        -moz-transform: translateX(-50.0%);
        -ms-transform: translateX(-50.0%);
        -o-transform: translateX(-50.0%);
        transform: translateX(-50.0%);
    }

    .qwaxe-layout-section#estate .social-buttons.social-buttons_align-right {
        float: right;
    }

        .qwaxe-layout-section#estate .social-buttons > .social-button {
            position: relative;
            float: left;
            width: 100.0%;
        }

                    .qwaxe-layout-section#estate .social-buttons > .social-button {
                        position: relative;
                        float: left;
                        padding: 5px;
                        -webkit-border-radius: 50.0%;
                        -moz-border-radius: 50.0%;
                        border-radius: 50.0%;
                        background-color: var(--qwaxe-theme-secondary, #808080);
                    }

                    @media (max-width: 767px) {
                        .qwaxe-layout-section#estate .social-buttons > .social-button {
                            width: 20px;
                            height: 20px;
                        }
                    }

                    @media (min-width: 768px) {
                        .qwaxe-layout-section#estate .social-buttons > .social-button {
                            width: 24px;
                            height: 24px;
                        }
                    }

                    .qwaxe-layout-section#estate .social-buttons > .social-button + .social-button {
                        margin-left: 8px;
                    }

                        .qwaxe-layout-section#estate .social-buttons > .social-button > i {
                            position: relative;
                            float: left;
                            text-align: center;
                            text-decoration: none;
                            color: rgba(255, 255, 255, 1);
                        }

                        @media (max-width: 767px) {
                            .qwaxe-layout-section#estate .social-buttons > .social-button > i {
                                width: 10px;
                                height: 10px;
                                line-height: 10px;
                                font-size: 10px;
                            }
                        }

                        @media (min-width: 768px) {
                            .qwaxe-layout-section#estate .social-buttons > .social-button > i {
                                width: 14px;
                                height: 14px;
                                line-height: 14px;
                                font-size: 14px;
                            }
                        }

    .qwaxe-layout-section#estate #gallery {
        padding: 0;
    }

        .qwaxe-layout-section#estate #gallery .gallery-thumbnail {
            position: relative;
            float: left;
        }

            .qwaxe-layout-section#estate #gallery .gallery-thumbnail > .gallery-thumbnail-media {
                position: relative;
                float: left;
                width: 100.0%;
                padding: 35.0% 0;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
            }

                .qwaxe-layout-section#estate #gallery .gallery-thumbnail > .gallery-thumbnail-media > .gallery-thumbnail-media-image {
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    width: 100.0%;
                    height: 100.0%;
                    -o-object-fit: cover;
                    object-fit: cover;
                }

                .qwaxe-layout-section#estate #gallery .gallery-thumbnail > .gallery-thumbnail-media > .gallery-thumbnail-media-hover {
                    position: absolute;
                    display: none;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    width: 100.0%;
                    height: 100.0%;
                    border: 4px solid rgba(255, 255, 255, 0.6);
                }

                .qwaxe-layout-section#estate #gallery .gallery-thumbnail > .gallery-thumbnail-media:hover > .gallery-thumbnail-media-hover {
                    display: block;
                }

                    .qwaxe-layout-section#estate #gallery .gallery-thumbnail > .gallery-thumbnail-media > .gallery-thumbnail-media-hover > .gallery-thumbnail-media-hover-button {
                        position: absolute;
                        top: 50.0%;
                        left: 50.0%;
                        padding: 8px;
                        border: 0;
                        line-height: 22px;
                        font-size: 16px;
                        font-weight: 600;
                        text-decoration: none;
                        color: var(--qwaxe-theme-primary);
                        background-color: rgba(255, 255, 255, 0.6);
                        -webkit-transform: translate(-50.0%, -50.0%);
                        -moz-transform: translate(-50.0%, -50.0%);
                        -ms-transform: translate(-50.0%, -50.0%);
                        -o-transform: translate(-50.0%, -50.0%);
                        transform: translate(-50.0%, -50.0%);
                        cursor: pointer;
                    }

                    .qwaxe-layout-section#estate #gallery .gallery-thumbnail > .gallery-thumbnail-media > .gallery-thumbnail-media-hover > .gallery-thumbnail-media-hover-button:hover {
                        color: rgba(255, 255, 255, 1);
                        background-color: var(--qwaxe-theme-primary);
                    }

                        .qwaxe-layout-section#estate #gallery .gallery-thumbnail > .gallery-thumbnail-media > .gallery-thumbnail-media-hover > .gallery-thumbnail-media-hover-button > .material-icons {
                            position: relative;
                            float: left;
                            width: 32px;
                            height: 32px;
                            line-height: 32px;
                            font-size: 32px;
                        }

                .qwaxe-layout-section#estate #gallery .gallery-thumbnail > .gallery-thumbnail-media > .gallery-thumbnail-media-more {
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    width: 100.0%;
                    height: 100.0%;
                    background-color: rgba(255, 255, 255, 0.6);
                }

                    .qwaxe-layout-section#estate #gallery .gallery-thumbnail > .gallery-thumbnail-media > .gallery-thumbnail-media-more > .gallery-thumbnail-media-more-button {
                        position: absolute;
                        top: 50.0%;
                        left: 50.0%;
                        padding: 8px 16px;
                        border: 2px solid var(--qwaxe-theme-primary);
                        line-height: 22px;
                        font-size: 16px;
                        font-weight: 600;
                        text-decoration: none;
                        color: var(--qwaxe-theme-primary);
                        background-color: transparent;
                        -webkit-transform: translate(-50.0%, -50.0%);
                        -moz-transform: translate(-50.0%, -50.0%);
                        -ms-transform: translate(-50.0%, -50.0%);
                        -o-transform: translate(-50.0%, -50.0%);
                        transform: translate(-50.0%, -50.0%);
                        cursor: pointer;
                    }

                    .qwaxe-layout-section#estate #gallery .gallery-thumbnail > .gallery-thumbnail-media > .gallery-thumbnail-media-more > .gallery-thumbnail-media-more-button:hover {
                        color: rgba(255, 255, 255, 1);
                        background-color: var(--qwaxe-theme-primary);
                    }

    .qwaxe-layout-section#estate #qualities {}

        .qwaxe-layout-section#estate #qualities .qualities-quality {
            position: relative;
            padding-top: 1px;
            padding-left: 48px;
            padding-bottom: 1px;
        }

            .qwaxe-layout-section#estate #qualities .qualities-quality > .qualities-quality-icon {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 40px;
                height: 18px;
                padding: 0 12px;
            }

                .qwaxe-layout-section#estate #qualities .qualities-quality > .qualities-quality-icon > .material-icons {
                    width: 16px;
                    height: 18px;
                    line-height: 18px;
                    font-size: 16px;
                    color: var(--qwaxe-theme-primary);
                }

            .qwaxe-layout-section#estate #qualities .qualities-quality > .qualities-quality-title {
                position: relative;
                float: left;
                width: 100.0%;
                margin: 0;
                line-height: 18px;
                font-size: 14px;
                font-weight: 400;
                color: rgba(0, 0, 0, 0.6);
            }

    .qwaxe-layout-section#estate #features {}

        .qwaxe-layout-section#estate #features .features-feature {
            position: relative;
            padding-top: 1px;
            padding-left: 48px;
            padding-bottom: 1px;
        }

            .qwaxe-layout-section#estate #features .features-feature > .features-feature-icon {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 40px;
                height: 40px;
                padding: 12px;
                -webkit-border-radius: 50.0%;
                -moz-border-radius: 50.0%;
                border-radius: 50.0%;
                background-color: rgba(0, 0, 0, 0.04);
            }

                .qwaxe-layout-section#estate #features .features-feature > .features-feature-icon > .material-icons {
                    width: 16px;
                    height: 16px;
                    line-height: 16px;
                    font-size: 16px;
                }

            .qwaxe-layout-section#estate #features .features-feature > .features-feature-title {
                position: relative;
                float: left;
                width: 100.0%;
                margin: 0;
                line-height: 14px;
                font-size: 14px;
                font-weight: 400;
            }

            .qwaxe-layout-section#estate #features .features-feature > .features-feature-value {
                position: relative;
                float: left;
                width: 100.0%;
                margin: 8px 0 0;
                line-height: 16px;
                font-size: 16px;
                font-weight: 600;
                color: var(--qwaxe-theme-primary);
            }

.qwaxe-layout-section#estate #contact {}

    .qwaxe-layout-section#estate #contact input[type="text"],
    .qwaxe-layout-section#estate #contact input[type="email"],
    .qwaxe-layout-section#estate #contact textarea {
        position: relative;
        float: left;
        width: 100.0%;
        margin: 0;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        font-size: 13px;
        font-weight: 400;
        color: var(--qwaxe-theme-primary);
        background-color: rgba(0, 0, 0, 0.04);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .qwaxe-layout-section#estate #contact input[type="text"],
    .qwaxe-layout-section#estate #contact input[type="email"] {
        height: 48px;
        padding: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .qwaxe-layout-section#estate #contact textarea {
        height: 144px;
        padding: 20px;
        resize: none;
    }

    .qwaxe-layout-section#estate #contact * + input[type="text"],
    .qwaxe-layout-section#estate #contact * + input[type="email"],
    .qwaxe-layout-section#estate #contact * + textarea {
        margin-top: 8px;
    }