    /* Main
    ================================================== */
    .body-root
    {
        position: relative;
        overflow-x: hidden;
        
        min-height: 100vh;
    }



    /* #Header - Logoarea
    ================================================== */
    .header-root
    {
        display: block; 

        width: 100%;
    }

    .header-root .header-logoarea
    {
        width: 100%;
    }

    .header-root .header-logoarea .row
    {
        display: flex;
        align-items: center;

        margin-bottom: 0rem;
    }

    .header-root .header-logoarea .logoarea-main
    {
        margin: var(--theme-lh-x0-5) 0rem var(--theme-lh-x0-5) 0rem;
    }

    .header-root .header-logoarea .logoarea-main img
    {
        max-height: 18.0rem;
    }

    .header-root .header-logoarea .logoarea-side
    {
        display: flex;
        justify-content: flex-end;
    }



    /* #Header - Navigation
    ================================================== */
    .header-root .header-navigation
    {
        width: 100%; 
    }

    .header-root .header-navigation .row
    {
        display: flex; 

        margin-bottom: 0rem;
    }

    .header-root .header-navigation .navigation-main
    {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-root .header-navigation .navigation-main .navigation-logo
    {

    }

    .header-root .header-navigation .navigation-main .navigation-logo img
    {
        max-height: 6.75rem;
    }

    .header-root .header-navigation .navigation-main .navigation-button
    {

    }

    .header-root .header-navigation .navigation-main .navigation-content
    {

    }

    .header-root .header-navigation .navigation-main .navigation-content-lang
    {

    }

    .header-root .header-navigation-mobile
    {
        width: 100%;
    }

    .header-root .header-navigation-mobile .row
    {
        margin-bottom: 0rem;
    }

    .header-root .header-navigation-mobile .navigation-mobile-main
    {

    }

    .header-root .header-navigation-mobile .navigation-mobile-main .navigation-mobile-content
    {

    }

    /* color settings */
    .header-root .header-navigation                         { background-color: var(--theme-color-2-2); }
    .header-root .header-navigation-mobile                  { background-color: var(--theme-color-2-2); border-top: 0.1rem solid var(--theme-color-2-3); }



    /* #Header - Slayt
    ================================================== */
    .header-root .header-slayt
    {
        position: relative;
        display: block;

        width: 100%;
        height: auto;
    }

    .header-root .header-slayt::after { clear: both; display: block; visibility: hidden; content: ""; font-size: 0; width: 0; height: 0; line-height: 0; }



    /* LAYOUT FOR LARGE
    ================================================== */
    @media only screen and (max-width: 1199px)
    {
        
    }



    /* LAYOUT FOR TABLET
    ================================================== */
    @media only screen and (max-width: 991px)
    {
        .header-root .header-navigation .navigation-main .navigation-logo img
        {
            max-height: 5.25rem;
        }
    }



    /* LAYOUT FOR MOBILE
    ================================================== */
    @media handheld, only screen and (max-width: 767px)
    {

    }



    /* #Footer
    ================================================== */
    .footer-root
    {
        display: block; 

        width: 100%;
    }

    .footer-root .footer-top
    {
        width: 100%;

        padding: 0rem 0rem 0rem 0rem;
        
        animation: footer-top-colorchange 4s;
        animation-iteration-count: infinite;
    }

    .footer-root > .footer-top > .container > .row
    {
        margin-bottom: 0rem;
    }

    .footer-root .footer-top .footer-top-exchange
    {
        
    }

    .footer-root .footer-top .footer-top-exchange .footer-exchange
    {
        padding: var(--theme-lh-x0-75) 0rem var(--theme-lh-x0-25) 0rem;
    }

    .footer-root .footer-top .footer-top-social-share
    {
        
    }

    .footer-root .footer-top .footer-top-social-share .footer-social-share
    {
        padding: var(--theme-lh-x0-75) 0rem var(--theme-lh-x0-25) 0rem;
    }

    .footer-root .footer-top .footer-top-social-share .footer-social-share ul
    {
        float: right;
    }

    .footer-root .footer
    {
        width: 100%;

        padding: var(--theme-lh-x3) 0rem 0rem 0rem;;
    }

    .footer-root > .footer > .container > .row
    {
        margin-bottom: 0rem;
    }

    .footer-root .footer .footer-logo
    {

    }

    .footer-root .footer .footer-logo .footer-logo-img
    {
        /*margin-bottom: 0rem;*/
    }

    .footer-root .footer .footer-logo .footer-logo-img .logo
    {
        margin: 0rem 0rem var(--theme-lh) 0rem;
    }

    .footer-root .footer .footer-logo .footer-logo-img .logo img
    {
        max-height: 10.0rem;
    }

    .footer-root .footer .footer-logo .footer-logo-content
    {
        font-size: 93.75%;
    }

    .footer-root .footer .footer-logo .footer-logo-social
    {

    }

    .footer-root .footer .footer-links .footer-links-title
    {
        /*margin-bottom: 0rem;*/
    }

    .footer-root .footer .footer-links .footer-links-content
    {

    }

    .footer-root .footer .footer-address .footer-address-title
    {
        /*margin-bottom: 0rem;*/
    }

    .footer-root .footer .footer-address .footer-address-content
    {

    }

    .footer-root .footer .footer-space .footer-space-content
    {
        margin-top: var(--theme-lh);
        margin-bottom: 0rem;
    }

    .footer-root .footer .footer-stats .footer-stats-content
    {
        margin-bottom: 0rem;
    }

    .footer-root .footer .footer-emlakweb-site .footer-emlakweb-site-content
    {
        float: right;
        
        margin-bottom: 0rem;
    }

    .footer-root .footer .footer-emlakweb-site .footer-emlakweb-site-content .col
    {
        display: flex;
    }

    .footer-root .footer .footer-emlakweb-site .footer-emlakweb-site-content .col .footer-login
    {
        flex: inherit;
    }

    .footer-root .footer .footer-emlakweb-site .footer-emlakweb-site-content .col .footer-copyright
    {
        flex: 1;
    }

    /* color settings */
    .footer-root .footer-top                                { border-bottom: var(--theme-lh-x0-5) solid var(--theme-color-2-2); box-shadow: var(--theme-box-shadow); }
    .footer-root .footer                                    { background-color: var(--theme-color-4-2); box-shadow: var(--theme-box-shadow); }

    @keyframes footer-top-colorchange
    {
        0%    { border-bottom: var(--theme-lh-x0-5) solid var(--theme-color-2-2); }
        50%   { border-bottom: var(--theme-lh-x0-5) solid var(--theme-color-2-4); }
        100%  { border-bottom: var(--theme-lh-x0-5) solid var(--theme-color-2-2); }
    }



    /* LAYOUT FOR LARGE
    ================================================== */
    @media only screen and (max-width: 1199px)
    {
        
    }



    /* LAYOUT FOR TABLET
    ================================================== */
    @media only screen and (max-width: 991px)
    {
        .footer-root .footer .footer-logo .footer-logo-img .logo img
        {
            max-width: 50%;
            max-height: 10.0rem;
        }
    }



    /* LAYOUT FOR MOBILE
    ================================================== */
    @media handheld, only screen and (max-width: 767px)
    {
        .footer-root .footer-top .footer-top-exchange
        {
            display: none;
        }
        
        .footer-root .footer .footer-logo .footer-logo-img .logo img
        {
            max-width: 50%;
        }

        .footer-root .footer .footer-emlakweb-site .footer-emlakweb-site-content
        {
            float: left;
        }
    }



    /* #index
    ================================================== */
    .index-homepage
    {
        display: block; 

        width: 100%;
    }

    .index-homepage.first
    {
        margin-top: 12rem;
    }

    .index-homepage > .container > .row
    {
        /* margin-bottom: 0rem; */
    }

    .index-homepage .homepage-main
    {

    }

    .index-homepage .homepage-main .homepage-title
    {
        /*margin-bottom: 0rem;*/
    }

    .index-homepage .homepage-main .homepage-title h1.title
    {
        /*font-size: 125%;*/
    }

    .index-homepage .homepage-main .homepage-content
    {
        margin-bottom: var(--theme-lh-x2);
    }

    .index-homepage .homepage-main .homepage-content .col > div
    {
        overflow: auto;

        /* max-height: 60.0rem; */
    }

    .index-homepage .homepage-main .homepage-content .col > div::-webkit-scrollbar
    {
        width: 0.5rem;
        height: 0.5rem;
    }

    .index-homepage .homepage-main .homepage-content p:last-child
    {
        margin-bottom: 0rem;
    }

    .index-homepage .homepage-main .homepage-photos-content
    {
        margin-bottom: var(--theme-lh-x2);
    }
    
    

    .index-homepage .homepage-side .page-map-content .content-box .box-map
    {
        position: relative;
        overflow: hidden;

        height: 0;

        padding-bottom: 106.25%;
        padding-top: var(--theme-lh);
    }

    .index-homepage .homepage-side .homepage-accounts-title
    {
        /*margin-bottom: 0rem;*/
    }

    .index-homepage .homepage-side .homepage-accounts-content
    {
        overflow: hidden;

        margin-bottom: var(--theme-lh-x2);
    }

    .index-homepage .homepage-side .homepage-accounts-content .content-box
    {
        margin-bottom: 0rem;
    }

    .index-list-accounts 
    {
        position: relative;
    }

    .index-list-accounts .owl-nav-custom 
    {
        top: -0.7rem;
        right: 0rem;
    }

    .index-homepage .homepage-main .homepage-latest-blog-title
    {
        /*margin-bottom: 0rem;*/
    }

    .index-homepage .homepage-main .homepage-latest-blog-content
    {
        margin-bottom: var(--theme-lh-x2);
    }

    .index-homepage .homepage-main .homepage-latest-property-title
    {
        /*margin-bottom: 0rem;*/
    }

    .index-homepage .homepage-main .homepage-latest-property-content
    {
        margin-bottom: var(--theme-lh-x2);
    }

    .index-homepage .homepage-main .homepage-read-property-title
    {
        /*margin-bottom: 0rem;*/
    }

    .index-homepage .homepage-main .homepage-read-property-content
    {
        margin-bottom: var(--theme-lh-x2);
    }

    .index-homepage-search
    {
        display: block; 

        width: 100%;

        /*margin-bottom: var(--theme-lh-x3);*/
    }

    .index-homepage-search.homepage-search-image-load
    {
        background-size: cover;
        background-position: center center;
        
        padding: 30.0rem 0rem;
    }

    .index-homepage-search > .container > .row
    {
        margin-bottom: 0rem;
    }

    .index-homepage-search .homepage-search-main
    {

    }

    .index-homepage-search .homepage-search-main .homepage-search-title
    {
        margin-top: var(--theme-lh-x3);
        margin-bottom: var(--theme-lh);
    }

    .index-homepage-search .homepage-search-main .homepage-search-title h1
    {
        font-size: 281.25%;
        line-height: var(--theme-lh-x2);
    }

    .index-homepage-search .homepage-search-side
    {

    }

    .index-homepage-search .homepage-search-side input[type="submit"]
    {
        position: absolute;
        visibility: hidden;
    }

    .index-homepage-search .homepage-search-side .homepage-search-form
    {
        margin-top: var(--theme-lh-x3);
        margin-bottom: var(--theme-lh-x3);
    }

    .index-homepage-search .homepage-search-side .homepage-search-form > .col > div
    {
        padding: var(--theme-lh-x0-5) 1.5rem;
    }

    .index-homepage-search .homepage-search-side .homepage-search-form > .col > div > select,
    .index-homepage-search .homepage-search-side .homepage-search-form > .col > div > input[type="number"]
    {
        width: 100%;

        margin-bottom: var(--theme-lh-x0-5);
    }

    .index-homepage-search .homepage-search-side .homepage-search-form > .col > div > a
    {
        width: 100%;
    }

    /* color settings */
    .index-homepage .homepage-main .homepage-content .col div::-webkit-scrollbar-track     { background-color: var(--theme-color-4-2); }
    .index-homepage .homepage-main .homepage-content .col div::-webkit-scrollbar-thumb     { background-color: var(--theme-color-2-2); }

    .index-homepage-search
    {
        background-color: var(--theme-color-2-4);
        background-repeat: no-repeat;
        background-position: bottom center;
        
        box-shadow: var(--theme-box-shadow);
    }

    .index-homepage-search .homepage-search-main .homepage-search-title h1,
    .index-homepage-search .homepage-search-main .homepage-search-title h2,
    .index-homepage-search .homepage-search-main .homepage-search-title h3,
    .index-homepage-search .homepage-search-main .homepage-search-title h4,
    .index-homepage-search .homepage-search-main .homepage-search-title h5
    {
        color: var(--theme-color-1-2);
        text-shadow: var(--theme-color-home-search-1);
    }

    .index-homepage-search .homepage-search-side .homepage-search-form > .col > div
    {
        background-color: var(--theme-color-home-search-2);
        
        box-shadow: var(--theme-box-shadow);
    }



    /* LAYOUT FOR LARGE
    ================================================== */
    @media only screen and (max-width: 1199px)
    {
        
    }



    /* LAYOUT FOR TABLET
    ================================================== */
    @media only screen and (max-width: 991px)
    {
        .index-homepage .homepage-main .homepage-content .col > div
        {
            /* max-height: 40.0rem; */
        }
    }



    /* LAYOUT FOR MOBILE
    ================================================== */
    @media handheld, only screen and (max-width: 767px)
    {
        .index-homepage .homepage-main .homepage-content .col > div
        {
            /* max-height: 30.0rem; */
        }
        
        .index-homepage-search.homepage-search-image-load
        {
            padding: 15.0rem 0rem;
        }
    }



    /* #index-list-label-1
    ================================================== */
    .index-list-label-1
    {
        display: block; 

        width: 100%;

        margin: 0rem 0rem var(--theme-lh-x3) 0rem;
    }

    .index-list-label-1::before
    {
        clear: both; display: block; visibility: hidden; content: ""; font-size: 0; width: 0; height: 0; line-height: 0;
    }

    .index-list-label-1 > .container
    {
        position: relative;
    }

    .index-list-label-1 > .container > .row
    {
        overflow: hidden;

        margin-bottom: 0rem;
    }

    .index-list-label-1 .list-label-main
    {

    }

    .index-list-label-1 .list-label-main .list-label-title
    {
        margin-top: var(--theme-lh);
        /*margin-bottom: 0rem;*/
    }

    .index-list-label-1 .list-label-main .list-label-content
    {
        display: flex;
        flex-wrap: wrap;

        margin-bottom: 0rem;
    }

    .index-list-label-1 .list-label-main .list-label-content .content-box
    {
        margin-bottom: 0rem;
    }

    .index-list-label-1 .list-label-main .list-label-content .content-box .box-title h1,
    .index-list-label-1 .list-label-main .list-label-content .content-box .box-title h2,
    .index-list-label-1 .list-label-main .list-label-content .content-box .box-title h3,
    .index-list-label-1 .list-label-main .list-label-content .content-box .box-title h4,
    .index-list-label-1 .list-label-main .list-label-content .content-box .box-title h5
    {
        overflow: hidden;

        max-height: var(--theme-lh);
    }

    .index-list-label-1 .list-label-main .list-label-content .content-box .box-title .subtitle
    {
        overflow: hidden;

        max-height: var(--theme-lh);
    }

    .index-list-label-1 .list-label-main .list-label-content .content-box .box-title .subtitle span
    {
        margin-right: 0rem;
    }

    .index-list-label-1 .list-label-main .list-label-content .content-box .box-desc
    {
        overflow: hidden;

        min-height: var(--theme-lh-x2);
        max-height: var(--theme-lh-x3);
    }

    .index-list-label-1 .list-label-main .list-label-content .content-box .box-link
    {
        max-height: var(--theme-lh);
    }

    .index-list-label-1 .list-label-main .list-label-content .content-box .box-info
    {
        max-height: var(--theme-lh);
    }

    .index-list-label-1 .owl-nav-custom 
    {
        top: 2.4rem;
        right: 0rem;
    }

    /* color settings */
    .index-list-label-1                                         { background: var(--theme-color-list-label-1-1); }



    /* #index-list-label-2
    ================================================== */
    .index-list-label-2
    {
        display: block; 

        width: 100%;

        margin: 0rem 0rem var(--theme-lh-x2) 0rem;
    }

    .index-list-label-2::before
    {
        clear: both; display: block; visibility: hidden; content: ""; font-size: 0; width: 0; height: 0; line-height: 0;
    }

    .index-list-label-2 > .container
    {
        position: relative;
    }

    .index-list-label-2 > .container > .row
    {
        overflow: hidden;

        margin-bottom: 0rem;
    }

    .index-list-label-2 .list-label-main
    {

    }

    .index-list-label-2 .list-label-main .list-label-title
    {
        /*margin-bottom: 0rem;*/
    }

    .index-list-label-2 .list-label-main .list-label-content
    {
        display: flex;
        flex-wrap: wrap;

        margin-bottom: 0rem;
    }

    .index-list-label-2 .list-label-main .list-label-content .content-box
    {
        margin-bottom: 0rem;
    }

    .index-list-label-2 .list-label-main .list-label-content .content-box .box-title h1,
    .index-list-label-2 .list-label-main .list-label-content .content-box .box-title h2,
    .index-list-label-2 .list-label-main .list-label-content .content-box .box-title h3,
    .index-list-label-2 .list-label-main .list-label-content .content-box .box-title h4,
    .index-list-label-2 .list-label-main .list-label-content .content-box .box-title h5
    {
        overflow: hidden;

        max-height: var(--theme-lh);
    }

    .index-list-label-2 .list-label-main .list-label-content .content-box .box-title .subtitle
    {
        overflow: hidden;

        max-height: var(--theme-lh);
    }

    .index-list-label-2 .list-label-main .list-label-content .content-box .box-title .subtitle span
    {
        margin-right: 0rem;
    }

    .index-list-label-2 .list-label-main .list-label-content .content-box .box-desc
    {
        overflow: hidden;

        min-height: var(--theme-lh-x2);
        max-height: var(--theme-lh-x3);
    }

    .index-list-label-2 .list-label-main .list-label-content .content-box .box-link
    {
        max-height: var(--theme-lh);
    }

    .index-list-label-2 .list-label-main .list-label-content .content-box .box-info
    {
        max-height: var(--theme-lh);
    }

    .index-list-label-2 .owl-nav-custom 
    {
        top: -0.7rem;
        right: 0rem;
    }



    /* #Page
    ================================================== */
    .page-info
    {
        display: block; 

        width: 100%;
    }

    .page-info > .container > .row
    {
        margin-bottom: 0rem;
    }

    .page-info .page-header
    {

    }

    .page-info .page-header .page-dir-nav
    {
        margin-top: var(--theme-lh);
        margin-bottom: var(--theme-lh-x3);
    }

    .page-info .page-header .page-social-share
    {
        margin-top: var(--theme-lh);
        margin-bottom: var(--theme-lh-x3);
    }

    .page-info .page-header .page-social-share .social-share ul
    {
        float: right;
    }

    .page-info .page-footer
    {

    }

    .page-info .page-404
    {

    }

    .page-info .page-404 .page-404-title
    {
        /*margin-bottom: 0rem;*/
    }

    .page-info .page-404 .page-404-content
    {
        margin-bottom: var(--theme-lh-x2);
    }

    .page-info .page-404 .page-404-content .content-main
    {
        margin-bottom: var(--theme-lh);
    }

    .page-info .page-404 .page-404-content .content-main h2
    {
        font-weight: var(--theme-fw-bold);
    }

    .page-info .page-404 .page-404-content .content-image
    {
        margin-bottom: var(--theme-lh);

        text-align: right;
    }

    .page-info .page-main
    {

    }

    .page-info .page-main .page-title
    {
        /*margin-bottom: 0rem;*/
    }

    .page-info .page-main .page-content
    {
        margin-bottom: var(--theme-lh-x2);
    }

    .page-info .page-main .page-message-title
    {
        /*margin-bottom: 0rem;*/
    }

    .page-info .page-main .page-message-content
    {
        margin-bottom: var(--theme-lh-x2);
    }

    .page-info .page-main .page-map-title
    {
        /*margin-bottom: 0rem;*/
    }

    .page-info .page-main .page-map-content
    {
        margin-bottom: var(--theme-lh-x2);
    }

    .page-info .page-main .page-map-content .content-box .box-map
    {
        position: relative;
        overflow: hidden;

        height: 0;

        padding-bottom: 56.25%;
        padding-top: var(--theme-lh);
    }

    .page-info .page-main .page-photos-title
    {
        /*margin-bottom: 0rem;*/
    }

    .page-info .page-main .page-photos-content
    {
        display: flex;
        flex-wrap: wrap;

        margin-bottom: var(--theme-lh-x2);
    }

    .page-info .page-main .page-stats
    {
        margin-bottom: var(--theme-lh-x2);
    }

    .page-info .page-main .page-stats .stats
    {
        text-align: center;
    }

    .page-info .page-main .page-stats .stats .stats-read
    {
        margin: 0rem 0rem var(--theme-lh) 0rem;

        text-align: center;
        vertical-align: middle;
    }

    /* #page-info-list-label-2
    ================================================== */
    .page-info .page-info-list-label-2
    {
        position: relative;
        display: block; 

        width: 100%;

        margin: 0rem 0rem var(--theme-lh-x2) 0rem;
    }

    .page-info .page-info-list-label-2::before
    {
        clear: both; display: block; visibility: hidden; content: ""; font-size: 0; width: 0; height: 0; line-height: 0;
    }

    .page-info .page-info-list-label-2 > .row
    {
        overflow: hidden;

        margin-bottom: 0rem;
    }

    .page-info .page-info-list-label-2 .list-label-main
    {

    }

    .page-info .page-info-list-label-2 .list-label-main .list-label-title
    {
        /*margin-bottom: 0rem;*/
    }

    .page-info .page-info-list-label-2 .list-label-main .list-label-content
    {
        display: flex;
        flex-wrap: wrap;

        margin-bottom: 0rem;
    }

    .page-info .page-info-list-label-2 .list-label-main .list-label-content .content-box
    {
        margin-bottom: 0rem;
    }

    .page-info .page-info-list-label-2 .list-label-main .list-label-content .content-box .box-title h1,
    .page-info .page-info-list-label-2 .list-label-main .list-label-content .content-box .box-title h2,
    .page-info .page-info-list-label-2 .list-label-main .list-label-content .content-box .box-title h3,
    .page-info .page-info-list-label-2 .list-label-main .list-label-content .content-box .box-title h4,
    .page-info .page-info-list-label-2 .list-label-main .list-label-content .content-box .box-title h5
    {
        overflow: hidden;

        max-height: var(--theme-lh);
    }

    .page-info .page-info-list-label-2 .list-label-main .list-label-content .content-box .box-title .subtitle
    {
        overflow: hidden;

        max-height: var(--theme-lh);
    }

    .page-info .page-info-list-label-2 .list-label-main .list-label-content .content-box .box-title .subtitle span
    {
        margin-right: 0rem;
    }

    .page-info .page-info-list-label-2 .list-label-main .list-label-content .content-box .box-desc
    {
        overflow: hidden;

        min-height: var(--theme-lh-x2);
        max-height: var(--theme-lh-x3);
    }

    .page-info .page-info-list-label-2 .list-label-main .list-label-content .content-box .box-link
    {
        max-height: var(--theme-lh);
    }

    .page-info .page-info-list-label-2 .list-label-main .list-label-content .content-box .box-info
    {
        max-height: var(--theme-lh);
    }

    .page-info .page-info-list-label-2 .owl-nav-custom 
    {
        top: -0.7rem;
        right: 0rem;
    }

    /****/

    .page-info .page-side
    {

    }

    .page-info .page-side .side-title
    {
        /*margin-bottom: 0rem;*/
    }

    .page-info .page-side .side-menu
    {
        margin-bottom: var(--theme-lh-x2);
    }

    /****/

    .page-list .page-list-sort 
    {
        margin-bottom: var(--theme-lh-x0-5);
    }

    .page-list .page-list-sort > .col > .col 
    {
        padding: 0rem;
    }

    .page-list .page-list-sort .sort-info 
    {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;

        padding: var(--theme-lh-x0-5) 1.5rem;
    }

    .page-list .page-list-sort .sort-select 
    {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;

        padding: var(--theme-lh-x0-5) 1.5rem;
    }

    .page-list .page-list-sort .sort-select label
    {
        display: inline-block;

        margin-right: 1.5rem;
    }

    .page-list .page-list-title
    {
        /*margin-bottom: 0rem;*/
    }

    .page-list .page-list-content
    {
        display: flex;
        flex-wrap: wrap;
    }

    .page-list .page-list-content .content-box .box-title h1,
    .page-list .page-list-content .content-box .box-title h2,
    .page-list .page-list-content .content-box .box-title h3,
    .page-list .page-list-content .content-box .box-title h4,
    .page-list .page-list-content .content-box .box-title h5
    {
        overflow: hidden;

        max-height: var(--theme-lh-x2);
    }

    .page-list .page-list-content .content-box.details .box-title h1,
    .page-list .page-list-content .content-box.details .box-title h2,
    .page-list .page-list-content .content-box.details .box-title h3,
    .page-list .page-list-content .content-box.details .box-title h4,
    .page-list .page-list-content .content-box.details .box-title h5
    {
        max-height: var(--theme-lh);
    }

    .page-list .page-list-content .content-box .box-desc
    {
        overflow: hidden;

        min-height: var(--theme-lh-x2);
        max-height: var(--theme-lh-x3);
    }

    .page-list .page-list-content .content-box.details .box-desc
    {
        min-height: var(--theme-lh-x3);
        max-height: var(--theme-lh-x3);
    }

    .page-list .page-list-content .content-box.blog .box-desc
    {
        min-height: var(--theme-lh-x2);
        max-height: var(--theme-lh-x3);
    }

    .page-list .page-list-pages
    {
        margin-bottom: var(--theme-lh-x2);
    }

    /* color settings */
    .page-info .page-main .page-stats .stats .stats-read                                    { color: var(--theme-color-3-2); }

    .page-list .page-list-sort > .col > .col                                                { background-color: var(--theme-color-4-1); }
    .page-list .page-list-sort .sort-info                                                   { color: var(--theme-color-3-2); }
    .page-list .page-list-sort .sort-select label                                           { color: var(--theme-color-3-2); }
    .page-list .page-list-content .content-box:hover .box-link span:first-child::before,
    .page-list .page-list-content .content-box:hover .box-link span:first-child a           { color: var(--theme-color-2-1); }



    /* LAYOUT FOR LARGE
    ================================================== */
    @media only screen and (max-width: 1199px)
    {
        
    }



    /* LAYOUT FOR TABLET
    ================================================== */
    @media only screen and (max-width: 991px)
    {

    }



    /* LAYOUT FOR MOBILE
    ================================================== */
    @media handheld, only screen and (max-width: 767px)
    {
        .page-info .page-header .page-social-share
        {
            display: none;
        }
        
        .page-list .page-list-sort .sort-info
        {
            display: none;
        }

        .page-list .page-list-sort .sort-select label
        {
            display: none;
        }

        .page-list .page-list-content .content-box.details .box-title h1,
        .page-list .page-list-content .content-box.details .box-title h2,
        .page-list .page-list-content .content-box.details .box-title h3,
        .page-list .page-list-content .content-box.details .box-title h4,
        .page-list .page-list-content .content-box.details .box-title h5
        {
            max-height: var(--theme-lh-x2);
        }

        .page-list .page-list-content .content-box.details .box-desc
        {
            max-height: var(--theme-lh-x3);
        }

        .page-list .page-list-content .content-box.blog .box-desc
        {
            max-height: var(--theme-lh-x3);
        }

        .page-list .page-list-pages .pages a
        {
            display: none;
        }

        .page-list .page-list-pages .pages a.back,
        .page-list .page-list-pages .pages a.current,
        .page-list .page-list-pages .pages a.next
        {
            display: inline-block;
        }
    }



    /* #Property
    ================================================== */
    .property-info
    {
        display: block; 

        width: 100%;
    }

    .property-info > .container > .row
    {
        margin-bottom: 0rem;
    }

    .property-info .property-header
    {

    }

    .property-info .property-header .property-dir-nav
    {
        margin-top: var(--theme-lh);
        margin-bottom: var(--theme-lh-x3);
    }

    .property-info .property-header .property-social-share
    {
        margin-top: var(--theme-lh);
        margin-bottom: var(--theme-lh-x3);
    }

    .property-info .property-header .property-social-share .social-share ul
    {
        float: right;
    }

    .property-info .property-footer
    {

    }

    .property-info .property-404 .property-404-title
    {
        /*margin-bottom: 0rem;*/
    }

    .property-info .property-404 .property-404-content
    {
        margin-bottom: var(--theme-lh-x2);
    }

    .property-info .property-404 .property-404-content .content-main
    {
        margin-bottom: var(--theme-lh);
    }

    .property-info .property-404 .property-404-content .content-main h2
    {
        font-weight: var(--theme-fw-bold);
    }

    .property-info .property-404 .property-404-content .content-image
    {
        margin-bottom: var(--theme-lh);

        text-align: right;
    }

    .property-info .property-main
    {

    }

    .property-info.property-caption
    {
        margin-bottom: var(--theme-lh-x3);
    }

    .property-info .property-main .property-title
    {
        margin-top: var(--theme-lh);
        /*margin-bottom: 0rem;*/
    }

    .property-info .property-main .property-photos-content
    {
        display: flex;
        flex-wrap: wrap;

        margin-bottom: 0rem;
    }

    .property-info .property-main .property-price
    {
        margin-top: var(--theme-lh);
        /*margin-bottom: 0rem;*/
    }

    .property-info .property-main .property-information
    {
        margin-bottom: 0rem;
    }

    .property-info .property-main .property-content-title
    {
        /*margin-bottom: 0rem;*/
    }

    .property-info .property-main .property-content
    {
        margin-bottom: var(--theme-lh-x2);
    }

    .property-info .property-main .property-feature-title
    {
        /*margin-bottom: 0rem;*/
    }

    .property-info .property-main .property-feature-content
    {
        margin-bottom: var(--theme-lh-x2);
    }

    .property-info .property-main .property-feature-content .toggle .row
    {
        margin-bottom: 0rem;
    }

    .property-info .property-main .property-feature-content .toggle input[type="checkbox"]
    {
        pointer-events: none;
    }

    .property-info .property-main .property-map-title
    {
        /*margin-bottom: 0rem;*/
    }

    .property-info .property-main .property-map-content
    {
        margin-bottom: var(--theme-lh-x2);
    }

    .property-info .property-main .property-map-content .content-box .box-map
    {
        position: relative;
        overflow: hidden;

        height: 0;

        padding-bottom: 56.25%;
        padding-top: var(--theme-lh);
    }

    .property-info .property-main .property-stats
    {
        margin-bottom: var(--theme-lh-x2);
    }

    .property-info .property-main .property-stats .stats
    {
        text-align: center;
    }

    .property-info .property-main .property-stats .stats .stats-read
    {
        margin: 0rem 0rem var(--theme-lh) 0rem;

        text-align: center;
        vertical-align: middle;
    }

    /****/

    .property-info .property-side
    {

    }

    .property-info .property-side .side-account-row
    {
        margin-bottom: 0rem;
    }

    .property-info .property-side .side-account-title
    {
        /*margin-bottom: 0rem;*/
    }

    .property-info .property-side .side-account-content
    {
        margin-bottom: var(--theme-lh-x2);
    }

    .property-info .property-side .side-message-title
    {
        /*margin-bottom: 0rem;*/
    }

    .property-info .property-side .side-message-content
    {
        margin-bottom: var(--theme-lh-x2);
    }

    .property-info .property-side .side-exchange-title
    {
        /*margin-bottom: 0rem;*/
    }

    .property-info .property-side .side-exchange-content
    {
        margin-bottom: var(--theme-lh-x2);
    }

    /* #property-info-list-label-2
    ================================================== */
    .property-info .property-info-list-label-2
    {
        position: relative;
        display: block; 

        width: 100%;

        margin: 0rem 0rem var(--theme-lh-x2) 0rem;
    }

    .property-info .property-info-list-label-2::before
    {
        clear: both; display: block; visibility: hidden; content: ""; font-size: 0; width: 0; height: 0; line-height: 0;
    }

    .property-info .property-info-list-label-2 > .row
    {
        overflow: hidden;

        margin-bottom: 0rem;
    }

    .property-info .property-info-list-label-2 .list-label-main
    {

    }

    .property-info .property-info-list-label-2 .list-label-main .list-label-title
    {
        /*margin-bottom: 0rem;*/
    }

    .property-info .property-info-list-label-2 .list-label-main .list-label-content
    {
        display: flex;
        flex-wrap: wrap;

        margin-bottom: 0rem;
    }

    .property-info .property-info-list-label-2 .list-label-main .list-label-content .content-box
    {
        margin-bottom: 0rem;
    }

    .property-info .property-info-list-label-2 .list-label-main .list-label-content .content-box .box-title h1,
    .property-info .property-info-list-label-2 .list-label-main .list-label-content .content-box .box-title h2,
    .property-info .property-info-list-label-2 .list-label-main .list-label-content .content-box .box-title h3,
    .property-info .property-info-list-label-2 .list-label-main .list-label-content .content-box .box-title h4,
    .property-info .property-info-list-label-2 .list-label-main .list-label-content .content-box .box-title h5
    {
        overflow: hidden;

        max-height: var(--theme-lh);
    }

    .property-info .property-info-list-label-2 .list-label-main .list-label-content .content-box .box-title .subtitle
    {
        overflow: hidden;

        max-height: var(--theme-lh);
    }

    .property-info .property-info-list-label-2 .list-label-main .list-label-content .content-box .box-title .subtitle span
    {
        margin-right: 0rem;
    }

    .property-info .property-info-list-label-2 .list-label-main .list-label-content .content-box .box-desc
    {
        overflow: hidden;

        min-height: var(--theme-lh-x2);
        max-height: var(--theme-lh-x3);
    }

    .property-info .property-info-list-label-2 .list-label-main .list-label-content .content-box .box-link
    {
        max-height: var(--theme-lh);
    }

    .property-info .property-info-list-label-2 .list-label-main .list-label-content .content-box .box-info
    {
        max-height: var(--theme-lh);
    }

    .property-info .property-info-list-label-2 .owl-nav-custom 
    {
        top: -0.7rem;
        right: 0rem;
    }

    /****/

    .property-list
    {
        display: block; 

        width: 100%;
    }

    .property-list > .container > .row
    {
        margin-bottom: 0rem;
    }

    .property-list .property-header
    {

    }

    .property-list .property-header .property-dir-nav
    {
        margin-top: var(--theme-lh);
        margin-bottom: var(--theme-lh-x3);
    }

    .property-list .property-header .property-social-share
    {
        margin-top: var(--theme-lh);
        margin-bottom: var(--theme-lh-x3);
    }

    .property-list .property-header .property-social-share .social-share ul
    {
        float: right;
    }

    .property-list .property-footer
    {

    }

    .property-list .property-main
    {

    }

    .property-list .property-main .property-list-sort 
    {
        margin-bottom: var(--theme-lh-x0-5);
    }

    .property-list .property-main .property-list-sort > .col > .col 
    {
        padding: 0rem;
    }

    .property-list .property-main .property-list-sort .sort-info 
    {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;

        padding: var(--theme-lh-x0-5) 1.5rem;
    }

    .property-list .property-main .property-list-sort .sort-info .sort-total
    {
        display: block;
    }

    .property-list .property-main .property-list-sort .sort-info .sort-filter-button
    {
        display: none;
    }

    .property-list .property-main .property-list-sort .sort-select 
    {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;

        padding: var(--theme-lh-x0-5) 1.5rem;
    }

    .property-list .property-main .property-list-sort .sort-select label
    {
        display: inline-block;

        margin-right: 1.5rem;
    }

    .property-list .property-main .property-list-title
    {
        /*margin-bottom: 0rem;*/
    }

    .property-list .property-main .property-list-content
    {
        display: flex;
        flex-wrap: wrap;
    }

    .property-list .property-main .property-list-content .content-box .box-title h1,
    .property-list .property-main .property-list-content .content-box .box-title h2,
    .property-list .property-main .property-list-content .content-box .box-title h3,
    .property-list .property-main .property-list-content .content-box .box-title h4,
    .property-list .property-main .property-list-content .content-box .box-title h5
    {
        overflow: hidden;

        max-height: var(--theme-lh-x2);
    }

    .property-list .property-main .property-list-content .content-box.details .box-title h1,
    .property-list .property-main .property-list-content .content-box.details .box-title h2,
    .property-list .property-main .property-list-content .content-box.details .box-title h3,
    .property-list .property-main .property-list-content .content-box.details .box-title h4,
    .property-list .property-main .property-list-content .content-box.details .box-title h5
    { 
        max-height: var(--theme-lh);
    }

    .property-list .property-main .property-list-content .content-box .box-title .subtitle span
    {
        margin-right: 0rem;
    }

    .property-list .property-main .property-list-content .content-box .box-desc
    {
        overflow: hidden;

        min-height: var(--theme-lh-x2);
        max-height: var(--theme-lh-x3);
    }

    .property-list .property-main .property-list-content .content-box.details .box-desc
    {
        min-height: var(--theme-lh-x2);
        max-height: var(--theme-lh-x3);
    }

    .property-list .property-main .property-list-pages
    {
        margin-bottom: var(--theme-lh-x2);
    }

    /****/

    .property-list .property-side
    {

    }

    .property-list .property-side .side-title
    {
        /*margin-bottom: 0rem;*/
    }

    .property-list .property-side .side-menu
    {
        margin-bottom: var(--theme-lh-x0-5);
    }

    .property-list .property-side .side-menu .navigation-side
    {
        margin-bottom: 0rem;
    }

    .property-list .property-side .side-filter
    {
        margin-bottom: var(--theme-lh-x2);
    }

    .property-list .property-side .side-filter input[type="submit"]
    {
        position: absolute;
        visibility: hidden;
    }

    .property-list .property-side .side-filter .col .col
    {
        padding: 0rem;
    }

    /****/

    /* color settings */
    .property-info.property-caption                                         { background: var(--theme-color-property-info-1); }
    .property-info .property-main .property-stats .stats .stats-read        { color: var(--theme-color-3-2); }

    .property-list .property-main .property-list-sort > .col > .col         { background-color: var(--theme-color-4-1); }
    .property-list .property-main .property-list-sort .sort-info            { color: var(--theme-color-3-2); }
    .property-list .property-main .property-list-sort .sort-select label    { color: var(--theme-color-3-2); }



    /* LAYOUT FOR LARGE
    ================================================== */
    @media only screen and (max-width: 1199px)
    {
        
    }



    /* LAYOUT FOR TABLET
    ================================================== */
    @media only screen and (max-width: 991px)
    {
        .property-info .property-main .property-price
        {
            margin-top: var(--theme-lh-x2);
        }

        .property-list .property-main .property-list-sort .sort-info .sort-total
        {
            display: none;
        }
        .property-list .property-main .property-list-sort .sort-info .sort-filter-button
        {
            display: inline-flex;
        }
    }



    /* LAYOUT FOR MOBILE
    ================================================== */
    @media handheld, only screen and (max-width: 767px)
    {
        .property-info .property-header .property-social-share
        {
            display: none;
        }
        
        .property-list .property-header .property-social-share
        {
            display: none;
        }
        
        .property-list .property-main .property-list-sort .sort-select label
        {
            display: none;
        }

        .property-list .property-main .property-list-content .content-box.details .box-title h1,
        .property-list .property-main .property-list-content .content-box.details .box-title h2,
        .property-list .property-main .property-list-content .content-box.details .box-title h3,
        .property-list .property-main .property-list-content .content-box.details .box-title h4,
        .property-list .property-main .property-list-content .content-box.details .box-title h5
        { 
            max-height: var(--theme-lh-x2);
        }

        .property-list .property-main .property-list-content .content-box.details .box-desc
        {
            max-height: var(--theme-lh-x3);
        }

        .property-list .property-main .property-list-pages .pages a
        {
            display: none;
        }

        .property-list .property-main .property-list-pages .pages a.back,
        .property-list .property-main .property-list-pages .pages a.current,
        .property-list .property-main .property-list-pages .pages a.next
        {
            display: inline-block;
        }
    }