@import url("https://use.typekit.net/qai4bbv.css");

/* ========== GENERAL ========== */

:root{

    /*fonts*/
    --font-sans: futura-pt, sans-serif;
    --font-serif:meno-banner, serif;
    --font-light: 300;
    --font-regular:400;
    --font-italic:italic;
    --font-semi-bold:600;
    --font-bold:700;

    --letter-spacing:0.1em;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
    font-family: var(--font-sans);
    font-weight: var(--font-regular);
    overflow-x:hidden;
    font-size: 1.05rem;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

body:not(.full-color-bg){
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
body.split-page-open{
    overflow: hidden;
}


/* ========== CONTAINER WIDTH ========== */


@media screen and (min-width: 1440px){
    .container {
        max-width: 1400px;
    }
}

.pxp-services-c-content{
    padding-left:calc((100% - 1400px) / 2 + 15px);
}



.pxp-content{
    overflow-x:hidden !important;
    max-width: 100vw;
}



/* ========== COLORS ========== */

.bg-light{
    background-color:var(--color-light) !important;
}
.bg-dark{
    background-color:var(--color-dark) !important;
}

/* check the theme */



/* ========== TYPO ========== */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: var(--font-serif);
    margin-bottom:1rem;
    font-weight: var(--font-regular);
    /*text-transform: uppercase;*/
}
.pxp-hero-props-carousel-1 .pxp-caption-prop-title,
.pxp-blog-post-block h2, .pxp-blog-post-block h3, .pxp-blog-post-block h4, .pxp-blog-post-block h5, .pxp-blog-post-block h6, .pxp-agent-block h2, .pxp-agent-block h3, .pxp-agent-block h4, .pxp-agent-block h5, .pxp-agent-block h6{
    font-family: var(--font-serif);
    font-weight: var(--font-regular);
    /*text-transform: uppercase;*/
}
.pxp-results-card-1-details-price,
.pxp-hero-props-carousel-1-prices .carousel-item .pxp-price,
.counter .counter-number,
.pxp-prop-card-1-details-price,
.pxp-hero-props-carousel-2-left .pxp-caption-prop-title,
.pxp-posts-1-item-details-title{
    font-family: var(--font-serif);
    font-weight: var(--font-bold);
}
.pxp-section-h2, .pxp-footer-header,
.pxp-single-property-section > h3,
.modal-title,
.pxp-nav > li > a, .pxp-nav > li > a:hover,
.pxp-sp-kd-item-label,
.pxp-nav > li > .pxp-nav-sub > li > a,
.pxp-prop-card-1-details-features,
.pxp-prop-card-1-details-title,
svg.mappa-quartieri g text,
.pxp-footer .pxp-text-light,
.pxp-footer .pxp-footer-bottom,
.pxp-footer-links a{
    font-weight: var(--font-regular);
}

.h1, h1{
    font-size:3.5rem;
}
.h2, h2{
    font-size:3rem;
}
.h3, h3{
    font-size:2.5rem;
}
.h4, h4{
    font-size:2rem;
}
.h5, h5{
    font-size:1.5rem;
}
.h6, h6{
    font-size:1rem;
}

a{
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover{
    text-decoration: none;
}

label{
    font-weight: var(--font-regular);
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: var(--letter-spacing);
}

.small, small{
    font-weight: inherit;
}

.pxp-text-light{
    opacity: 1;
}
.w-overlay .pxp-text-light,
.pxp-dark-mode .pxp-services-item .pxp-text-light{
    color:#eee;
}

.xl-title{
    font-size: 4rem;
    position: relative;
    line-height: 1;
    max-width: 440px;
}
.xl-title.right span:before{
    right:auto;
    left:100%;
    margin-left:30px;
    margin-right:0px;
}
.xl-title span{
    font-size: 2.5rem;
    position: relative;
    display: inline-block;
}
.xl-title span:before{
    content:'';
    position: absolute;
    top: 50%;
    height: 2px;
    background-color: #666;
    width: 300px;
    right: 100%;
    margin-right: 30px;
}
.xl-title em{
    font-size: 1rem;
    color:#666;
    font-family: var(--font-serif);
}

/* ========== ANIMATION ========== */

.delay-0_25s{
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
}
.delay-0_5s{
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
}
.delay-0_75s{
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
}
.delay-1_25s{
    -webkit-animation-delay: 1.25s;
            animation-delay: 1.25s;
}
.delay-1_5s{
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
}

/* ========== SECTIONS ========== */

.mtn-200{
    margin-top:-200px;
}

.mtn-150{
    margin-top:-150px;
}

.mtn-100{
    margin-top:-100px;
}

.overlay{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
}
.overlay.black{
    background-color:rgba(0,0,0,0.6);
}

.fixed-bg{
    background-attachment: fixed;
}

.pxp-agents-hero-search{
    border-radius:0;
}

.w-overlay{
    position: relative;
}
.w-overlay:after{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background-color:var(--color-black);
    opacity:.6;
    content:'';
}
.w-overlay > *{
    position: relative;
    z-index: 1;
}
.w-overlay.o-09:after{
    opacity:.9;
}
.w-overlay.o-08:after{
    opacity:.8;
}
.w-overlay.o-07:after{
    opacity:.7;
}
.w-overlay.o-06:after{
    opacity:.6;
}
.w-overlay.o-05:after{
    opacity:.5;
}
.w-overlay.o-04:after{
    opacity:.4;
}
.w-overlay.o-03:after{
    opacity:.3;
}
.w-overlay.o-02:after{
    opacity:.2;
}
.w-overlay.o-01:after{
    opacity:.1;
}

/* ========== BUTTONS ========== */

button.pxp-primary-cta, .pxp-primary-cta{
    background: transparent;
}

.pxp-primary-cta{
    border:1px solid;
    padding:20px 30px;
    position: relative;
    font-size: 0.9em;
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
}
.pxp-primary-cta:after{
    position: absolute;
    top:50%;
    height:1px;
    margin-top:-1px;
    width:40px;
    border:0px;
}


.pxp-primary-cta.pxp-negative-cta:after{
    width:30px;
    margin-left:0px;
    left:100%;
}
.pxp-primary-cta.pxp-negative-cta:before{
    content: '';
    position: absolute;
    display: inline-block;
    top:50%;
    right:0px;
    height:1px;
    margin-top:-1px;
    width:10px;
    border:0px;
    background-color:#fff;
}

.pxp-primary-cta.white{
    padding:20px 30px;
    border:1px solid #fff;
    position: relative;
    color:#fff;
    font-size: 0.85em;
    letter-spacing: 0.025em;
    background:transparent;
}
.pxp-primary-cta.white:after{
    background-color: #fff;
}

.pxp-primary-cta.only-link{
    padding:0px;
    border:0px;
}

.pxp-primary-cta-sm{
    padding:10px 15px;
    font-size: 80%;
}

.pxp-sp-top-btn{
    border-radius:0;
}

a.pxp-map-toggle, a.pxp-adv-toggle, .custom-select{
    border-radius:0;
}

.pxp-prop-card-1-details-cta{
    font-size: 0.85rem;
}

.pxp-btn-full{
    background-color:var(--color-primary);
    border-color:var(--color-primary);
    color:var(--color-light);
}
.pxp-btn-full:after{
    content:none;
}


/* ========== HEADER ========== */

.pxp-header.fixed-top:not(.pxp-is-sticky){
    background: rgb(0,0,0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.3981967787114846)), to(rgba(255,255,255,0)));
    background: linear-gradient(180deg, rgba(0,0,0,0.3981967787114846) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
.pxp-header.fixed-top:not(.pxp-is-sticky) .logo-black{
    display: none;
}

.logo{
    max-width: 100%;
}
.pxp-logo svg{
    width: 80px;
}
.pxp-logo:hover{
    opacity: 1;
}
.pxp-logo svg path{
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.pxp-logo:hover svg path,
.pxp-header.pxp-is-sticky .pxp-logo:hover svg path{
    fill:#D4AF37;
}
body:not(.pxp-dark-mode) .pxp-header:not(.pxp-no-bg) .logo-black{
    display: none;
}
.pxp-header.pxp-no-bg .logo-white{
    display: none;
}
.pxp-header.pxp-no-bg .pxp-nav > li > a:after{
    background-color:#333;
}
.pxp-nav > li.list-inline-item{
    padding:0 20px;
}
.pxp-nav > li.list-inline-item:not(.pxp-is-last){
    margin:0px;
    border-right:1px solid #fff;
}
.pxp-header.pxp-no-bg .pxp-nav > li.list-inline-item:not(.pxp-is-last){
    border-right-color:#333;
}
.pxp-nav > li.list-inline-item{
    padding:5px 20px;
}
.pxp-nav > li > .pxp-nav-sub > li > a{
    padding:12px 20px;
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing);
}
.pxp-nav > li > a{
    letter-spacing: var(--letter-spacing)
}
body:not(.pxp-dark-mode) .pxp-header.pxp-is-sticky .logo-black{
    display: block;
}
body:not(.pxp-dark-mode) .pxp-header.pxp-is-sticky .logo-white{
    display: none;
}
body:not(.pxp-dark-mode) .pxp-header.pxp-is-sticky .pxp-nav > li.list-inline-item:not(.pxp-is-last){
    border-color:rgba(0,0,0,0.3);
}

.pxp-nav > li > .pxp-nav-sub > li > a:hover{
    opacity: 1;
    /*color:#fff;*/
}

.pxp-header-user{
    border-radius:0;
}

.pxp-header.pxp-mobile:after{
    height: 130px;
}



/* ========== SPLIT PAGE ========== */

.pxp-content.split-page{
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 100vh;
}
@supports (-webkit-touch-callout: none) {
    .pxp-content.split-page{
        height: calc(100vh - 60px);
    }
  }

.pxp-content.split-page .split-page-link img{
    max-width: 100px;
}
.pxp-content.split-page a{
    height: 100%;
}
.pxp-content.split-page a.split-page-link.dark,
.pxp-content.split-page a.split-page-link.dark h2{
    color:#fff;
}
.pxp-content.split-page a.split-page-link.light,
.pxp-content.split-page a.split-page-link.light h2{
    color:#000;
}
.pxp-content.split-page a h2{
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-content.split-page a.split-page-link{
    position: relative;
    cursor: pointer;
    overflow:hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1;
}


.pxp-content.split-page a.split-page-link:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100vw;
    min-width: 100%;
    opacity: .6;
    z-index: 0;
}
.pxp-content.split-page a.split-page-link > *{
    position: relative;
    z-index: 1;
}
.pxp-content.split-page a.split-page-link span{
    text-transform: uppercase;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    opacity: 0;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    letter-spacing: var(--letter-spacing);
    font-weight: var(--font-regular);
}
.pxp-content.split-page a.split-page-link span:after{
    content:'';
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    height: 1px;
}
.pxp-content.split-page a.split-page-link.dark:after,
.pxp-content.split-page a.split-page-link.light span:after{
    background-color:#000;
}
.pxp-content.split-page a.split-page-link.light:after,
.pxp-content.split-page a.split-page-link.dark span:after{
    background-color:#fff;
}
.pxp-content.split-page a.split-page-link .bg-video{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.pxp-content.split-page a.split-page-link .bg-video video{
    position: absolute;
    top:0;
    left:-50%;
    height:100%;
}
/*.pxp-content.split-page a.split-page-link .bg-video:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color:rgba(0,0,0,0.5);
}*/
.pxp-content.split-page a.split-page-link:hover{
    text-decoration: none;
    max-width: 70%;
    -webkit-box-flex:70%;
        -ms-flex:70%;
            flex:70%;
}

@media (max-width:600px)  { .pxp-content.split-page a.split-page-link:hover{
    text-decoration: none;
    max-width: 70%;
    -webkit-box-flex:00%;
    -ms-flex:0%;
        flex:0%;
} }


.pxp-content.split-page a.split-page-link:hover span{
    opacity: 1;
}
.pxp-content.split-page .hover-img{
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    will-change: transform;
    position: fixed;
    top:0;
    z-index: -2;
    background-size: cover;
    background-position: center;
}
/*.pxp-content.split-page .hover-img:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color:rgba(0,0,0,0.5);
}*/
.pxp-content.split-page .hover-img img, .pxp-content.split-page .hover-img video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
}
.pxp-content.split-page .hover-img img{
    z-index: -1;
}
.pxp-content.split-page .hover-img video{
    z-index: 0;
}


/* ========== SLIDER & CAROUSELS ========== */

.pxp-hero-props-carousel-1-prices{
    height: 100px;
    opacity:.85;
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls,
.pxp-hero-props-carousel-1 .pxp-carousel-controls a{
    height: 100px;
    opacity:.85;
}
.pxp-hero-props-carousel-1 .carousel-item .pxp-caption{
    -webkit-transform:translateY(-50%);
            transform:translateY(-50%);
}
.pxp-hero-props-carousel-1 .pxp-hero-bg:after{
    background-color:rgba(0,0,0,0.6);
}
.pxp-hero-props-carousel-1-prices .pxp-carousel-ticker{
    font-weight: 600;
}
.pxp-hero-props-carousel-1-prices .pxp-carousel-ticker .pxp-carousel-ticker-counter{
    height: 13px;
}
.pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta{
    font-weight: 600;
}

.pxp-hero-props-carousel-1 .carousel-item.active .pxp-caption-prop-features{
    opacity:.9;
    font-weight: 600;
}

.slider-logo-wrapper{
    position: absolute;
    top:50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left:50%;
    z-index: 2;
    text-align: center;
}
.slider-logo-wrapper img{
    width: 350px;
    height: auto;
    margin-bottom:30px;
    display: block;
}
.scroll-down{
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom:30px;
    z-index: 2;
}
.scroll-down a{
    color:#fff;
    width:40px;
    height: 40px;
    border-radius: 50%;
    border:1px solid rgba(255,255,255,0.7);
    text-align: center;
    line-height: 40px;
    display: block;
}


.pxp-hero-props-carousel-1.renovate-carousel .carousel-item .pxp-caption{
    -webkit-transform:none;
            transform:none;
    top:auto;
    bottom:60px;
}
.pxp-hero-props-carousel-1.renovate-carousel .carousel-item .pxp-caption-desc p{
    margin-bottom: 0px;
}
.pxp-hero-props-carousel-1.renovate-carousel .carousel-item .pxp-caption-desc a{
    display: inline-block;
    margin-top:20px;
    color:var(--color-white);
    font-weight: 600;
    position: relative;
}
.pxp-hero-props-carousel-1.renovate-carousel .carousel-item .pxp-caption-desc a:after{
    content: " ";
    border-top: 2px solid #fff;
    width: 36px;
    height: 7px;
    display: inline-block;
    margin-left: 20px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform-origin: top left;
            transform-origin: top left;
}
.pxp-hero-props-carousel-1.renovate-carousel .carousel-item .pxp-caption-desc a:hover:after{
    -webkit-transform: scale(2,1);
            transform: scale(2,1);
}
.pxp-hero-props-carousel-1.renovate-carousel ~ .pxp-hero-props-carousel-1-prices{
    height: auto;
    bottom:130px;
    width: 100%;
}
.pxp-hero-props-carousel-1.renovate-carousel ~ .pxp-hero-props-carousel-1-prices .pxp-carousel-ticker{
    position: static;
    -webkit-transform: none;
            transform: none;
}

.pxp-hero-props-carousel-1.renovate-carousel .pxp-carousel-controls a{
    background:none;
}
.pxp-hero-props-carousel-1.renovate-carousel .pxp-carousel-controls{
    top:50%;
    -webkit-transform:translateY(-50%);
            transform:translateY(-50%);
    width: 100%;
    background: none;
    opacity: 0;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.pxp-hero-props-carousel-1.renovate-carousel:hover .pxp-carousel-controls{
    opacity: 1;
}


.pxp-prop-card-1-gradient{
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.8)));
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
}
.pxp-prop-card-1-details-features{
    font-size: 80%;
    opacity: 1;
}
.pxp-prop-card-1-details-features > span{
    opacity: 1;
    padding:0;
}

.pxp-props-carousel-right-intro{
    margin-right: 60px;
}

.pxp-hero-props-carousel-1 .pxp-caption-prop-title,
.pxp-hero-props-carousel-2-left .pxp-caption-prop-title{
    font-size: 3.5rem;
}
.pxp-props-carousel-left-arrow,
.pxp-props-carousel-right-arrow,
.pxp-posts-1-item-details,
.pxp-posts-1-item-fig-container{
    border-radius:0;
}
.pxp-hero-props-carousel-2-left .pxp-caption-prop-features,
.pxp-blog-posts-carousel-1-caption-category,
.pxp-posts-1-item-details-category{
    text-transform: uppercase;
    font-weight: var(--font-regular)
}

.pxp-posts-1-item-details-title{
    font-size: 1.5rem;
}
.pxp-blog-posts-carousel-1-caption-category,
.pxp-posts-1-item-details-category{
    letter-spacing: var(--letter-spacing);
    font-size: 0.9rem;
}

.pxp-posts-1-item-cta{
    font-size: 1rem;
    font-weight: var(--font-bold);
}

.pxp-posts-1-item-details{
    padding: 30px;
}

.pxp-posts-1-item-cta{
    left:30px;
    bottom:15px;
}

.pxp-posts-1-item-fig-container{
    height: 400px;
}

.pxp-blog-posts-carousel-1-img{
    height: 600px;
}

.pxp-real-carousel .carousel-item{
    height: 80vh;
}
.pxp-real-before-after .pxp-hero-props-carousel-2-left .carousel-item,
.pxp-real-before-after .pxp-hero-props-carousel-2-right .carousel-item{
    min-height: 450px;
}
.pxp-real-before-after.pxp-hero-props-carousel-2 .pxp-carousel-controls{
    bottom:0;
    -webkit-transform:translate(-50%, 50%);
            transform:translate(-50%, 50%);
}


/* ========== CONTENT ========== */
.js-bg{
    background-position: center;
    background-size: cover;
}
.img-wrapper{
    position: relative;
    overflow: hidden;
}
.img-wrapper img{
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    -o-object-position: center;
       object-position: center;
}

.pxp-services-c-item{
    border-radius:0px;
}
.pxp-services-item-fig{
    position: static;
    -webkit-transform:none;
            transform:none;
    margin:20px auto;
}
.pxp-services-item-text{
    position: static;
    padding:0 15px;
    padding-bottom:30px;
}
.pxp-services-item:hover .pxp-services-item-fig{
    -webkit-animation:none;
            animation:none;
}
.pxp-services-item:hover .pxp-services-item-text{
    -webkit-transform:none;
            transform:none;
}
.pxp-contact-hero .hero-logo{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width:200px;
}
.pxp-contact-hero-fig, .pxp-agents-hero-fig{
    height: 350px;
    min-height: 1px;
    position: relative;
}
.pxp-contact-hero-fig:not(.color), .pxp-agents-hero-fig:not(.color){
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
.pxp-contact-hero-fig:after, .pxp-agents-hero-fig:after{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,0.3);
    content:'';
}

.breadcrumbs{
    padding:10px 0;
    position: absolute;
    width: 100%;
    bottom:0;
}
.breadcrumbs ul{
    padding:0px;
    margin:0px;
}
.breadcrumbs ul li{
    display: inline-block;
    padding-right:15px;
    margin-right:10px;
    color:#fff;
    position: relative;
}
.breadcrumbs ul li:not(:last-of-type):after{
    content:">";
    position: absolute;
    right:0px;
    top:0%;
}

.local-nav ul{
    padding:0px;
    margin:0px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.local-nav ul li{
    position: relative;
    list-style-type: none;
}
.local-nav ul li a{
    padding:30px 20px;
    display: block;
    font-size: 80%;
    text-transform: uppercase;
    font-weight: var(--font-regular);
    letter-spacing: var(--letter-spacing)
}
.local-nav ul li a:hover{
    border-bottom-color:var(--color-primary);
}

.pxp-services-container{
    height:auto;
}

.pxp-services-item{
    min-height: 300px;
    border-radius:0px !important;
}

.pxp-services-item .service-logo{
    max-width: 100px;
    display: block;
    margin:0 auto;
    -webkit-filter: brightness(10);
            filter: brightness(10);
}

.pxp-agents-1-item{
    height: 400px;
    margin-bottom:0px;
}
.pxp-agents-1-item-details{
    -webkit-transform: none;
            transform: none;
    bottom:20px;
    opacity:0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pxp-agents-1-item:hover .pxp-agents-1-item-details{
    opacity:1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.pxp-services-c{
    z-index: -1;
}
.pxp-services-c-intro{
    margin-top:0px;
}

a.pxp-results-card-1, .w-margin-1{
    margin: 1px;
}
a.pxp-results-card-1.card-lg, a.pxp-results-card-1.card-lg .carousel-inner > .carousel-item{
    height: 450px;
}
a.pxp-results-card-1 .carousel-inner > .carousel-item.b-n{
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
a.pxp-results-card-1 .carousel-inner > .carousel-item.zoom{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transition: all .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -webkit-transform:scale(1);
            transform:scale(1);
}
a.pxp-results-card-1:hover .carousel-inner > .carousel-item.zoom{
    -webkit-transform:scale(1.1);
            transform:scale(1.1);
}
a.pxp-results-card-1:hover .carousel-inner > .carousel-item.b-n{
    -webkit-filter:none;
            filter:none;
}
.pxp-results-card-1-features{
    border-radius:0;
    font-size: .8rem;
    left: 15px;
    font-weight: var(--font-regular);
}

.attivita-section{
    border-top:1px solid #f2f2f2;
}
.attivita-section .col-xl:not(:last-of-type) .quartieri-attivita{
    border-right:1px solid #f2f2f2;
}

.attivita-section .quartieri-attivita{
    height:100%;
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
}
.attivita-section .quartieri-attivita:after{
    content:'';
    background-color:rgba(255,255,255,1);
    opacity:1;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.attivita-section .quartieri-attivita:before{
    content:'';
    background-color:rgba(0,0,0,0.5);
    opacity:0;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.attivita-section .quartieri-attivita:hover:after{
    opacity:0;
}
.attivita-section .quartieri-attivita:hover:before{
    opacity:1;
}
.attivita-section .quartieri-attivita h4{
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    text-align: center;
}
.attivita-section .quartieri-attivita ul li a,
.attivita-section .quartieri-attivita ul li{
    color:var(--color-black);
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.attivita-section .quartieri-attivita:hover h4, .attivita-section .quartieri-attivita:hover ul li a,
.attivita-section .quartieri-attivita:hover ul li{
    color:#fff;
}
.attivita-section .quartieri-attivita .text-container{
    position: relative;
    z-index: 2;
}
.attivita-section .quartieri-attivita .list-wrapper{
    max-height: 0;
    width:100%;
    -webkit-transition:max-height .3s ease-in-out;
    transition:max-height .3s ease-in-out;
    overflow:hidden;
}
.attivita-section .quartieri-attivita:hover .list-wrapper{
    max-height: 1000px;
}
.attivita-section .quartieri-attivita ul{
    padding:0px;
    margin:0px;
    text-align: center;
    list-style: none;
}
.attivita-section .quartieri-attivita ul li{
    font-size: 80%;
    padding:3px 0;
}
.attivita-section .quartieri-attivita ul li a{
    position: relative;
}
.attivita-section .quartieri-attivita ul li a:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0%;
    height: 1px;
    width:0px;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    background-color:#fff;
}
.attivita-section .quartieri-attivita ul li a:hover{
    opacity:.7;
    text-decoration: none;
}
.attivita-section .quartieri-attivita ul li a:hover:after{
    width: 100%;
}

.pxp-dark-mode .pxp-services-item a{
    color:#fff;
}

.pxp-services-c-item-text{
    top:50%;
    -webkit-transform:translateY(-50%);
            transform:translateY(-50%);
}
.pxp-services-c-item:after{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width:40%;
    height:25%;
    content:'';
    border:1px solid rgba(255,255,255,.8);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-services-c-item:hover:after{
    width:calc(100% - 60px);
    height:calc(100% - 60px);
}
.pxp-services-c-item:hover .pxp-services-c-item-text{
    -webkit-transform:translateY(-50%);
            transform:translateY(-50%);
}
.pxp-services-c-item-text-title, .pxp-services-c-item-text-title h3{
    margin-bottom:0px;
}

.group-image{
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}

.pxp-cta-1-caption h2, .pxp-cta-1-caption p, .pxp-cta-1-caption a{
    opacity:1;
}

.pagination{
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
}
.pagination a, .pagination span{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin:0 5px;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}

.pagination .next, .pagination .prev {
    width:auto;
    padding:0 15px;
}
.pagination a:hover{
    background-color:var(--color-black);
    color:#fff;
}
.pagination span.page_disabled{
    /*background-color:#ccc;*/
    cursor:not-allowed;
}

.servizi-flexbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.servizi-flexbox p{
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1;
}

.pxp-sp-kd-item-label,
.pxp-services-item-text-sub,
.pxp-services-item-cta{
    font-size: 1rem;
}

/* svg image */
#gruppo-img{
    /*position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;*/
}
#gruppo-img #Livello_2 > g{
    position: relative;
}
#gruppo-img #Livello_2 > g g{
    font-family: var(--font-sans);
    opacity:0;
    -webkit-transition:.3s opacity ease-in-out;
    transition:.3s opacity ease-in-out;
}
#gruppo-img #Livello_2 > g image{
    opacity:0;
    -webkit-transition:.3s opacity ease-in-out;
    transition:.3s opacity ease-in-out;
}
#gruppo-img #Livello_2 > g:hover image, 
#gruppo-img #Livello_2 > g:hover g{
    opacity:1;
}
#gruppo-img text{
    font-family: var(--font-sans);
    font-size: 18px;
}


.pxp-blog-posts-carousel-1-caption-container,
.pxp-blog-posts-carousel-1-img{
    border-radius:0;
}

.pxp-blog-post-hero{
    padding-left:calc((100% - 1400px) / 2 + 15px);
}


/* lightbox */
html.lb-disable-scrolling {
  overflow: hidden;
  position: static;
  height: 100vh;
  width: 100vw;
}
.lightbox .lb-container{
    /*position: relative;
    height: 100%;*/
}
.lightbox .lb-image{
    border:0px;
    border-radius:0px;
    /*position: absolute;
    width: 100vw !important;
    height: auto !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);*/
}
.lightbox .lb-dataContainer{
    /*position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    padding: 15px;
    padding-bottom: 5px;
    left:50%;
    transform:translateX(-50%);*/
}


/* counter */

.counter{
    text-align: center;
}
.counter .counter-number{
    font-size: 72px;
    line-height: 72px;
    font-weight: var(--font-bold);
    letter-spacing: 3px;
    color: #fff;
    display: block;
    margin-bottom: 16px;
    font-family: var(--font-serif);
}
.counter .counter-desc{
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 3px;
    color: #b2b2b2;
}

.boxed-services{
    padding: 50px 70px 40px 90px;
    position: relative;
}
.boxed-services .pxp-section-h2{
    position: absolute;
    top: -24px;
    display: inline-block;
    text-align: center;
    left: 50%;
    -webkit-transform:translateX(-50%);
            transform:translateX(-50%);
    width: auto;
    padding:0 30px;
}
.boxed-services .boxed-services-list{
    margin-bottom:10px;
    padding-left:24px;
    position: relative;
}
.boxed-services .boxed-services-list span{
    position: absolute;
    left:0;
    top:0;
}


/* immobili page */

a.pxp-results-card-1.immobili-slider, a.pxp-results-card-1.immobili-slider .carousel-inner > .carousel-item{
    height: 80vh;
}

.immobile-venduto{
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    padding: 10px;
    background-color: #e80000;
    border-radius: 20px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.immobili-info{
    padding: 30px 15px;
    margin-left:43px;
}
.immobili-info-wrapper{
    position: absolute;
    z-index: 4;
    bottom: 130px;
    right:0;
    background: var(--color-dark);
    width: 390px;
    overflow-y: hidden;
    -webkit-transition:right .3s ease-in-out;
    transition:right .3s ease-in-out;
}
.immobili-info-wrapper .show-hide-btn{
    display: block;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    left: -45%;
    top: 50%;
    right: 0;
    padding: 10px;
    font-size: 15px;
    -webkit-transform-origin: center;
            transform-origin: center;
    text-align: center;
    cursor: pointer;
    background-color: rgba(27, 27, 27, 1);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -webkit-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
    border-bottom: 1px solid rgba(27, 27, 27, 1);
}
.immobili-info-wrapper.hidden{
    right:calc(-100% + 48px) !important;
}

/*.immobili-slider .carousel-item{
    height: 100vh;
    background-size: cover;
    background-position: center;
}*/
.immobili-slider .carousel-item img{
    height: 100vh;
    width:100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.pxp-results-card-1-details-title{
    font-size: 1rem;
    white-space: initial;
    line-height: 1.2;
    margin-bottom:10px;
}
.pxp-results-card-1-details-price{
    font-size: 1.75rem;
}

.pxp-single-property-gallery > figure{
    height:40vh;
}

.pxp-single-property-gallery > figure.pxp-sp-gallery-main-img{
    height:80vh;
}
.pxp-sp-top-price{
    font-size: 2.5rem;
}

.pxp-single-property-gallery.b-n > figure > a{
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}


.pxp-single-property-gallery > figure > a{
    -webkit-transform:scale(1);
            transform:scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transition: all .3s ease-in-out,-webkit-transform .3s ease-in-out;
}
.pxp-single-property-gallery > figure:hover > a{
    -webkit-filter:none;
            filter:none;
    -webkit-transform:scale(1.1);
            transform:scale(1.1);
}

.pxp-blog-post-share{
    width: 100%;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #dcdcdc;
    text-align: left;
}
.pxp-blog-post-share > ul > li{
    display: inline-block;
    margin-right: 10px;
}



.pxp-agents-hero-search{
    background-image:url('../images/cucina-sala-pranzo-nera-blu.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding:50px 60px;
}
.pxp-agents-hero-search:after{
    opacity:.8;
}


#results-map{
    min-height:600px;
    width:100%;
}

.black-plus{
    background-color: #1d1d1d;
    float: left;
    width:50%;
    display: inline-block;
    position: relative;
}
.black-plus:before{
    position: absolute;
    height:50px;
    left:50%;
    top:50%;
    margin-top:-25px;
    width:1px;
    background:#fff;
    content:'';
}
.black-plus:after{
    position: absolute;
    width:50px;
    left:50%;
    top:50%;
    margin-left:-25px;
    height:1px;
    background:#fff;
    content:'';
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:0;
}



/* form */
.form-control{
    border-radius: 0px;
}
.custom-select.dropdown-toggle{
    text-align: left;
    background-image:none;
}
.custom-select.dropdown-toggle:after{
    position: absolute;
    top:50%;
    right:1rem;
}
.custom-select.dropdown-toggle ~ .dropdown-menu{
    width:100%;
    border-radius: 0px;
    border:1px solid #E2E2E2;
}
.dropdown-menu .dropdown-search-header{
    padding:0 15px;
}
.dropdown-menu .dropdown-list{
    overflow-y: auto;
    min-height: 200px;
    position: relative;
}
.dropdown-menu .dropdown-list .inner-list{
    position: absolute;
    top:0;
    left:0;
    right:0;
    background-color:#fff;
}
.dropdown-menu .dropdown-list #listRight{
    text-align: right;
}
.dropdown-menu .dropdown-list.right{
    text-align: right;
}

.dropdown-menu .dropdown-list .inner-list.right{
    text-align: right;
}

.form-control.pxp-is-address + span {
    position: absolute;
    display: block;
    top: 50%;
    right: 1.2rem;
    color: #333;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.transparent-form ::-webkit-input-placeholder{
    color:rgba(255,255,255,0.7);
}
.transparent-form ::-moz-placeholder{
    color:rgba(255,255,255,0.7);
}
.transparent-form :-ms-input-placeholder{
    color:rgba(255,255,255,0.7);
}
.transparent-form ::-ms-input-placeholder{
    color:rgba(255,255,255,0.7);
}
.transparent-form ::placeholder{
    color:rgba(255,255,255,0.7);
}
.transparent-form a{
    color:#fff;
}
.transparent-input, .transparent-input:focus{
    background-color:transparent;
}
.transparent-input option{
    color:#333;
}
.pxp-agents-hero-search-form .custom-select:not(.border){
    border:0px;
    border-bottom:1px solid;
    background-color:transparent;
}
.stay-update-form label{
    color:#fff;
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing);
}

label[for^="contact-privacy"]{
    display: inline;
}

.form-group.text-center div[id^="recaptcha_"]{
    display: inline-block;
}


/* mappa quartieri */
svg.mappa-quartieri g path, svg.mappa-quartieri g polygon{
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
svg.mappa-quartieri g a text{
    -webkit-transition:.3s all ease-in-out;
    transition:.3s all ease-in-out;
}
svg.mappa-quartieri g a:hover path, svg.mappa-quartieri g a:hover polygon{
    fill:var(--color-primary);
}
svg.mappa-quartieri g:not(#valverde) a:hover text{
    fill:#fff;
}
svg.mappa-quartieri g a{
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
svg.mappa-quartieri g a:hover{
    text-decoration: none;
    color:#fff;
}



#pxp-contact-map{
    height: 500px;
}


/* pop up */

.modal-content{
    border-radius:0px;
}
#nuovoImmobile .modal-title{
    padding-bottom: 15px;
    margin-bottom: 20px;
}
#nuovoImmobile .close{
    font-size: 3rem;
}
#nuovoImmobile .modal-title:after{
    height:3px;
    content:'';
    width:50px;
    left:50%;
    margin-left:-25px;
    position: absolute;
    bottom:0px;
}



/* ========== FOOTER ========== */


.pxp-dark-mode .pxp-footer,
.pxp-light-mode .pxp-footer{
    background-image:url('../images/giardino-villa-2.jpg');
    color:#666;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.pxp-dark-mode .pxp-footer:after,
.pxp-light-mode .pxp-footer:after{
    position: absolute;
    content:'';
    left:0;
    right:0;
    top:0;
    bottom:0;
    opacity: .9;
    z-index: 0;
}
.pxp-footer > *{
    position: relative;
    z-index: 1;
}
.pxp-footer .pxp-footer-bottom{
    font-size: 80%;
}
.pxp-footer-links a{
    font-size: 1rem;
    color:#777;
}
.pxp-dark-mode .pxp-footer .logo-white,
.pxp-light-mode .pxp-footer .logo-black{
    display: block;
}
.pxp-dark-mode .pxp-footer .logo-black,
.pxp-light-mode .pxp-footer .logo-white{
    display: none;
}
.pxp-footer-address{
    opacity: 1;
    font-size: 1rem;
}
/*.pxp-dark-mode .pxp-footer-header{
    color:var(--color-black);
}*/
/*.pxp-dark-mode .pxp-footer-address,
.pxp-dark-mode .pxp-footer-bottom{
    color:#666;
}*/
/*.pxp-dark-mode .pxp-footer .pxp-footer-links a{
    color:#333;
}*/
.pxp-footer-bottom a{
    color:var(--color-primary);
}

.footer-logo{
    max-width: 200px;
}


@media screen and (max-width: 1199.98px){
    .pxp-services-item{
        height: auto;
    }
    .pxp-services-c-intro{
        width: 50%;
    }
}

.outside-link-li
{
    display: none;
}
@media screen and (max-width: 991.98px){
    .outside-link-li
    {
        display: block;
    }
    .pxp-nav{
        padding-top: 150px;
    }

    .pxp-services-c{
        right:0 !important;
    }
    .counter{
        margin-bottom:30px;
    }
    .pxp-nav > li.list-inline-item{
        border-right:0px;
    }
    .mtn-150{
        margin-top:0px;
    }
    .immobili-info-wrapper{
        display: none;
    }
    .immobili-slider .carousel-item img{
        height: 70vh;
    }
    .pxp-dark-mode .pxp-services-h{
        background:#1d1d1d;
    }

    .pxp-content.split-page .row{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .pxp-content.split-page a{
        height: 33.333%;
        -webkit-box-flex:33.333%;
            -ms-flex:33.333%;
                flex:33.333%;
    }

    .pxp-services-c-intro{
        width: 100%;
    }
    .pxp-header-user {
        display: inline-block;
    }
    .pxp-blog-post-share > ul > li,
    .pxp-blog-post-share-label{
        float: none;
    }
    .pxp-nav > li > a.pxp-primary-cta{
        text-transform: uppercase;
        font-size: 1rem;
    }
    .pxp-content.split-page a.split-page-link:hover{
        max-width: 100%;
        width: 100vw;
    }
    .pxp-content.split-page a.split-page-link span{
        opacity: 1;
    }
}

@media screen and (max-width: 767.98px){
    .pxp-services{
        height: auto!important;
        
    }
    .pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev svg{
        width:20px;
        right:20px;
    }
    .pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next svg{
        width:20px;
        left:20px;
    }
    .immobili-slider .carousel-item img{
        height: 50vh;
    }
    .pxp-hero-props-carousel-1 .pxp-carousel-controls, .pxp-hero-props-carousel-1 .pxp-carousel-controls a{
        height: 60px;
    }
    .pxp-hero-props-carousel-1 .pxp-carousel-controls{
        width: 120px;
    }
    .pxp-hero-props-carousel-1 .pxp-carousel-controls a{
        width: 60px;
    }
    /*.lightbox{
        top:10px !important;
    }*/
    .mtn-200{
        margin-top: 0;
    }
    .custom-select.dropdown-toggle ~ .dropdown-menu{
        width: calc(100vw - 90px);
    }
}

@media screen and (max-width:576.98px){
    .xl-title{
        font-size: 3.5rem;
        text-align: right;
    }
    .xl-title span{
        font-size: 1.75rem;
    }
    .local-nav{
        display: none;
    }
    .pxp-services-c-content{
        padding-right:0px;
    }
    .bg-xs-light{
        background-color:#f7f7f7;
    }
    .boxed-services .pxp-section-h2{
        width:90%;
        padding-left: 15px;
        padding-right: 15px;
        top:-55px;
    }
    .pxp-single-property-gallery > figure{
        width:100%;
    }
    a.pxp-results-card-1 .carousel-inner > .carousel-item.b-n{
        -webkit-filter:grayscale(0);
                filter:grayscale(0);
    }
    .modal .modal-body{
        padding-left:20px;
        padding-right:20px;
        padding-bottom:20px;
    }
    #nuovoImmobile .modal-dialog{
        margin-top:70px;
    }
    .pxp-dark-mode .pxp-agents-hero-search{
        padding:30px;
    }
    .pxp-hero-props-carousel-1 .pxp-caption-prop-title, .pxp-hero-props-carousel-2-left .pxp-caption-prop-title{
        font-size: 2.5rem;
    }
    .pxp-header-nav-trigger.pxp-active, .pxp-is-sticky .pxp-header-nav-trigger.pxp-active{
        position: relative;
        top: 0;
        right: 0;
    }
    .pxp-logo.pxp-logo-nav, .pxp-is-sticky .pxp-logo.pxp-logo-nav{
        position: relative;
        top: 0;
        left: 0;
    }
    .pxp-real-carousel .carousel-item{
        height: 220px;
    }

    .pxp-hero-props-carousel-2{
        flex-direction: column;
    }
    .pxp-real-before-after .pxp-hero-props-carousel-2-left .carousel-item,
    .pxp-real-before-after .pxp-hero-props-carousel-2-right .carousel-item{
        min-height: 250px;
    }
    .pxp-real-before-after.pxp-hero-props-carousel-2 .pxp-carousel-controls{
        top: 50%;
        transform: rotate(90deg);
        margin-top: -10px;
    }
    .pxp-content.split-page .split-page-link img{
        max-width: 80px;
    }
    .pxp-content.split-page a h2{
        font-size: 2rem;
    }
    .pxp-content.split-page a.split-page-link h5{
        font-size: 1.25rem;
    }
}


/* PDF */

#PDFModal .modal-lg {
    max-width: 1200px !important;
} 

#PDFModal .modal-body{
    padding:0px;
}

#stampare{
    background:#fff;
    max-width:1200px;
    /*padding:20px;*/
}

#stampare .left-table
{
    min-height: 100vh;
}

#stampare .pdf_logo-wrapper{
    padding:30px 0;
}
#stampare h2{
    font-size:18pt;
}

#stampare table td{
    font-size:10pt;
}

#stampare .pdf_logo{
    width:100px;
    height: auto;
    display: block;
    margin:0 auto;
}
/*
#stampare .pdf_img-desc-wrapper{
    display: flex;
    flex-direction: column;
    height: 100%;
}*/

#stampare .pdf_images-grid{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#stampare .pdf_image-main{
    -webkit-box-flex:40%;
        -ms-flex:40%;
            flex:40%;
    width:100%;
    padding:10px;
    padding-top:0px;
    position: relative;
    overflow: hidden;
}
#stampare .pdf_image-main .pdf_image-bg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    height: 100%;
    min-width: 100%;
}
#stampare .pdf_image-main img{
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    /*min-width:100%;*/
    width: 100%;
    height: 100%;
    /*position: absolute;
    top:0;
    left:0;*/
}

#stampare .pdf_images{
    -webkit-box-flex:50%;
        -ms-flex:50%;
            flex:50%;
    width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#stampare .pdf_images .pdf_image-sm{
    /*height:33.3333%;*/
    -webkit-box-flex:50%;
        -ms-flex:50%;
            flex:50%;
    max-width:50%;
    position: relative;
    overflow: hidden;
    padding:10px;
}
#stampare .pdf_images .pdf_image-sm img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
#stampare .pdf_images .pdf_image-sm .pdf_image-bg{
    background-position: 0% 75%;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    min-width: 100%;
}
#stampare .pdf_desc p{
    line-height: 28px;
    margin-bottom:0px;
    font-size:10pt;
}

#stampare .pdf_footer{
    border-top:1px solid #dadada;
    padding-top:30px;
    margin-top:30px;
    font-size:10pt;
}

#PDFModal .custom-btn
{
    background: transparent;
    padding:20px 30px;
    border:1px solid var(--color-black);
    position: relative;
    color:var(--color-black);
    font-size: 0.85em;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
}

#PDFModal .custom-btn:hover,#PDFModal .custom-btn:focus,#PDFModal .custom-btn:active
{
    outline: none;
    background: var(--color-black);
    padding:20px 30px;
    border:1px solid var(--color-black);
    position: relative;
    color:white;
    font-size: 0.85em;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}


#panorama {
    width: 100%;
    min-height: 400px;
}

.slider-360
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#card-carousel-360
{
    width: 80%;
}

#card-carousel-360 .item
{
    min-height: 250px;
    background-size: cover;
}


#card-carousel-360  .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: -50px;
    display: block !important;
    border:0px solid black;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

#card-carousel-360  .owl-next {

    height: 100px;
    position: absolute;
    top: 50%;
    right: -50px;
    display: block !important;
    border:0px solid black;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
#card-carousel-360  .owl-prev i, #card-carousel-360  .owl-next i {font-size:4rem; color: #ccc;}


/* ========== SLIDE CHI SIAMO ========== */


#immagineufficio .mySlides {display: none}
#immagineufficio img {vertical-align: middle;}

/* Slideshow container */
#immagineufficio .slideshow-container {
/*  max-width: 1000px;
  position: relative;*/
  margin: auto;
}

/* Next & previous buttons */
#immagineufficio  .prev, #immagineufficio .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  /*margin-top: -22px;*/
  margin-top: -60px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
#immagineufficio .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#immagineufficio .prev:hover, #immagineufficio .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
#immagineufficio .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
#immagineufficio .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
#immagineufficio .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: none;
  transition: background-color 0.6s ease;
}

#immagineufficio .active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
#immagineufficio .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

#immagineufficio @keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  #immagineufficio .prev, #immagineufficio .next, #immagineufficio .text {font-size: 11px}
}



.js-height.height-16-9.pxp-agents-1-item.mb-0 {
    height: 600px !important;
}

#immagineufficio img {
    background-size: cover !important;
    height: 100% !important;
}



@media only screen and (min-width: 1200px) and (max-width: 1439px) {
#immagineufficio  .prev, #immagineufficio .next {
  margin-top: -80px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
#immagineufficio  .prev, #immagineufficio .next {
  margin-top: -120px;
}
}

@media only screen and (max-width: 991px) {
div#immagineufficio {
    margin-top: 50px;
}
}


@media only screen and (min-width: 0px) and (max-width: 768px) {
#immagineufficio  .prev, #immagineufficio .next {
  margin-top: -120px;
}
}


/* ========== LA NOSTRA AGENZIA ========== */

.teamjk {
    display: none !important;
}


