    /* Print
    ================================================== */
    @media print
    {
        .header-root .header-logoarea                                       { display: block; }

        .header-root .navigation-logo                                       { display: none; }
        .header-root .navigation-button                                     { display: none; }
        .header-root .navigation-content                                    { display: none; }
        .header-root .navigation-content        .navigation ul li.lang      { display: none; }
        .header-root .navigation-content-lang                               { display: none; }

        .header-root .header-navigation-mobile                              { display: none; }
        
        
        
        .property-info .property-header                                     { display: none; }
        .property-info .property-title .title-divider                       { margin-bottom: 0rem; }
        .property-info .property-title .subtitle                            { display: none; }
        .property-info .property-photos-content .owl-prev                   { display: none; }
        .property-info .property-photos-content .owl-next                   { display: none; }
        .property-info .property-feature-title                              { display: none; }
        .property-info .property-feature-content                            { display: none; }
        .property-info .property-message-title                              { display: none; }
        .property-info .property-message-content                            { display: none; }
        .property-info .property-stats                                      { display: none; }
        
        .property-side                                                      { display: none; }
        
        .property-footer                                                    { display: none; }
        .footer-root                                                        { display: none; }
        
        
        
        .pagebreak
        {
            clear: both;
            page-break-after: always;
        }
    }





    /* Page setting
    ================================================== */
    @page
    {
        margin: 1cm;
    }