/* common */

.letter-spacing-5 {
    letter-spacing: 10px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

/* FOOTER */

.bg-grey-gradient-bottom-custom {
    background-image: linear-gradient(-66deg, rgba(0, 0, 0, 0.2) 0%, rgba(176, 176, 176, 0.5) 0%, rgba(188, 188, 188, 0.43) 0%, rgba(255, 255, 255, 0) 100%);
}

.heading-uppercase {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.menu-footer-item {
    color: #3d3d3d;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
}

.social-icon-dim {
    width: 40px;
    height: 40px;
}

.social-icon-dim:hover {
    transform: scale(1.3);
    background: rgb(0, 0, 0, 0.1);
    border: 0ch;
}

.social-icon-dim-int {
    margin-left: 12px;
    margin-top: 12px;
}

/* menu */

.fullscreen-toggle-btn {
    right: 4.6875%;
}

.fullscreen-menu {
    background: #fafafa;
    cursor: url(../images/lisotti/cursor-black.png), auto;
}

.fullscreen-menu .fullscreen-menu-wrapper {
    color: rgba(3, 3, 3, 1);
    z-index: 1000;
    background-color: white;
    opacity: 0.5;
}

ul.list-horizontal-unstyled li {
    margin: 0px 0px 0;
}

ul.list-horizontal-unstyled li:first-child {
    margin: 0px 0px 0;
}

.fullscreen-menu .fullscreen-menu-wrapper .position-middle ul li a h1:hover, .fullscreen-menu .fullscreen-menu-wrapper .position-middle ul li a h2:hover, .fullscreen-menu .fullscreen-menu-wrapper .position-middle ul li a h3:hover, .fullscreen-menu .fullscreen-menu-wrapper .position-middle ul li a h4:hover, .fullscreen-menu .fullscreen-menu-wrapper .position-middle ul li a h5:hover, .fullscreen-menu .fullscreen-menu-wrapper .position-middle ul li a h6:hover, .fullscreen-menu a {
    color: rgba(3, 3, 3, 1);
}

.fullscreen-menu .fullscreen-menu-wrapper .position-middle ul li a {
    color: #030303;
}

.fullscreen-menu .fullscreen-menu-wrapper h4 {
    color: #010101;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 18px;
    font-weight: 400;
}

.fullscreen-menu .fullscreen-menu-wrapper .position-middle ul li a h2 {
    color: #010101;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 30px;
}

/* HOME */

.logo {
    width: 100px;
    height: 100px;
}

.hidden {
    overflow: hidden;
    display: none;
    visibility: hidden;
}

.title_lisotti {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    width: fit-content;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
    white-space: nowrap;
}

@media screen and (max-width: 1550px) {
    .title_lisotti {
        font-size: 18px;
    }
}

@media screen and (max-width: 1290px) {
    .title_lisotti {
        font-size: 18px;
    }
}

@media screen and (max-width: 1090px) {
    .title_lisotti {
        font-size: 18px;
    }
}

@media screen and (max-width: 1000px) {
    .title_lisotti {
        font-size: 12px;
    }
}

.sub_lisotti {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 80px;
}

.home_cta {
    width: 275px;
    height: 36px;
    border: 1px solid #000000;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 20%;
}

.owl-carousel .owl-dots .owl-dot:before {
    width: 8px;
    height: 8px;
    border-radius: 0%;
}

@media only screen and (min-width: 400px) {
    .owl-carousel .owl-dots .owl-dot {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 1024px) {
    .owl-carousel .owl-dots .owl-dot {
        margin-right: 30px;
    }
    .owl-carousel.owl-dots-overlay .owl-dots {
        background: rgba(0, 0, 0, .0);
    }
}

@media only screen and (max-width: 1024px) {
    .owl-carousel.owl-dots-overlay .owl-dots {
        background: rgba(0, 0, 0, .0);
        position: fixed;
        top: 88%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
    }
    .pippo .owl-carousel .owl-dots .owl-dot {
        margin-right: 30px;
    }
    
}
@media only screen and (max-width: 550px) { 
        .pippo .owl-carousel .owl-dots .owl-dot {
        margin-right: 15px;
    }
}

/*header*/

.absolute-title-pos {
    position: absolute;
    font-family: 'Lato', sans-serif;
    left: 60px;
    bottom: 40px;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* ABOUT */

.centraMenu {
    margin: auto;
}

/*MOBILE*/

.title_ABOUT {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    letter-spacing: 3px;
}

.about_cta {
    border: 1px solid #000000;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.container-fluid {
    width: 100vw;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

/*MOBILE*/

@media only screen and (max-width: 1052px) {
    .fullscreen-menu .fullscreen-menu-wrapper .position-middle ul li {
        list-style-type: none;
        /* margin: 5px 0; */
        display: inherit;
    }
}

@media only screen and (max-width: 460px) {
    .fullscreen-toggle-btn {}
    .container-fluid .portfolio-wrapper.spacing-30 {
        margin: 0px 0px 0px;
    }
}

.black_card {
    height: 100%;
    background-color: #1e1e1e;
    background-image: linear-gradient(-73deg, rgba(0, 0, 0, 0.2) 0%, rgba(176, 176, 176, 0.5) 0%, rgba(188, 188, 188, 0.43) 0%, rgba(255, 255, 255, 0) 100%);
}

#more {
    display: none;
}

.square {
    background: #000;
    width: 50vw;
    height: 50vw;
}

.square h1 {
    color: #fff;
}

.heroGradient {
    background: linear-gradient(180deg, #3d3d3d -20%, rgba(255, 255, 255, 0) 50%, #3d3d3d 120%);
}

.white {
    border-color: white;
    color: white;
}

.black {
    border-color: black;
    color: black;
}

@media only screen and (max-width: 1024px) {

    hr{
        margin-left: 0px;

    }
    .hamburgerIndex{
        padding-bottom: 3px;
    }

    .displayOnSize{
        display: block;
    }
    #other{
        text-transform: uppercase; 
        letter-spacing: 1.5px; 
        font-size: 14px;
    }
    hr{
        width: calc( 100% - 40px) !important; 
        margin-left: 20px !important;  
    }
    .padding-60{
        padding: 60px;
    }

    .centraMob{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }


    #slide4mob {
        background-image: url(../images/lisotti/home/slider-4-mob.jpg) !important;
    }
    .footerInColumn {
        width: 100%;
        margin-top: 60px;
    }
    #projectsLabel {
        font-size: 14px;
        line-height: normal;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        

    }
    .footerInColumnMenu {
        width: 100%;
    }
    .footerFitContent {
        max-width: 1280;
        min-height: 565px;
        min-width: 1280;
        height: fit-content;
        height: -moz-fit-content;
    }
    #copyright {
        margin-bottom: 40px;
    }
    #newLine {
        display: block;
    }
    #policies {
        line-height: 30px;
        font-family: Roboto, sans-serif !important;
        font-size: 14px !important;
    }
    #testonav {
        width: 100%;
        text-align: center;
    }
    #testonav2 {
        padding-top: 1px;
        font-size: 16px;
        text-align: center;
    }
    #nameSingleProject {
        font-size: 18px;
        line-height: normal;
    }
    #divSP {
        position: absolute;
        bottom: 20px;
        left: 30px;
        z-index: 2;
    }
    .lsa {
        width: 100%;
        margin: auto;
        text-align: center;
        height: 200px;
        position: relative;
        top: 100px;
    }
    #textSP {
        position: relative;
        top: 200px;
    }
    .cardResponsive {
        height: 66vw;
        width: 100vw;
    }
    .portfolio-item .portfolio-box .portfolio-img {
        position: relative;
        overflow: hidden;
        height: 66vw;
        padding-left: 0px;
        padding-right: 0px;
    }
    .padding-right {
        padding-right: 0px;
    }
    .padding-left {
        padding-left: 0px;
    }
    #slidesTwo {
        display: none;
    }
    #slideOne {
        display: block;
    }
}

@media only screen and (min-width: 1024px) {

    hr{
        margin-left: 20px;
        max-width: 1080px; 
        width: 90%; 
        margin-top: 40px !important; 
        margin-bottom:20px !important;
        
    }

    .hamburgerIndex{
        padding-bottom: 0px;
    }
    .displayOnSize{
        display: none;
    }

    #other{
        text-transform: uppercase; 
        letter-spacing: 1.5px; 
        font-size: 16px;
    }
    


    #slide4mob {
        background-image: url(../images/lisotti/home/slider-4.jpg );
    }
    .footerInColumn {
        width: 33%;
    }
    .portfolio-title-block .h5 {
        font-size: 20px;
    }
    #projectsLabel {
        font-size: 16px;
        line-height: 36px;
        text-transform: uppercase;
        letter-spacing: 1.5px;

    }
    .footerInColumnMenu {
        width: 33%;
    }
    .footerFitContent {
        max-width: 1280;
        min-height: 565px;
        min-width: 1280;
        max-height: 565px;
    }
    #copyright {
        margin-bottom: 0px;
    }
    #newLine {
        display: none;
    }
    #policies {
        line-height: normal;
        line-height: 30px;
        font-family: Roboto, sans-serif !important;
        font-size: 14px !important;
    }
    #testonav2 {
        padding-top: 1px;
        font-size: 18px;
        text-align: center;
    }
    #nameSingleProject {
        font-size: 30px;
        line-height: 48px;
    }
    #divSP {
        position: absolute;
        bottom: 20px;
        left: 60px;
        z-index: 2;
    }
    .lsa {
        margin: auto;
    }
    .cardResponsive {
        height: 33vw;
        width: 50vw;
    }
    /*PROJECT*/
    .portfolio-item .portfolio-box .portfolio-img {
        position: relative;
        overflow: hidden;
        height: 33vw;
    }
    .padding-right {
        padding-right: 10px;
    }
    .padding-left {
        padding-left: 10px;
    }
    #slidesTwo {
        display: block;
    }
    #slideOne {
        display: none;
    }
    #vap {
        position: absolute;
        left: 42%;
        top: 43%;
        width: 230px;
        height: 50px;
    }
}

.gragienteToBottom {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(to bottom, #3d3d3d -20%, rgba(255, 255, 255, 0) 50%);
    z-index: 2;
}

@media only screen and (min-width: 1024px) {

    #divSP p{
        font-size: 20px;
        font-weight: 400;
    }
    .portfolio-item .portfolio-box .portfolio-title-block div p{
        color: #ffffff;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 2px;
        /* text-transform: uppercase; */
        margin-top: 0px;
    
    }

    .portfolio-item .portfolio-box .portfolio-title-block div {
        position: absolute;
        left:30px;
        bottom:20px;
    
    }

    .portfolio-item .portfolio-box .portfolio-title-block div h5{
        color: #ffffff;
        font-family: 'Lato', sans-serif;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 0px;
    
    }

    .marginGalleryB{
        margin-top: 87.5px;
        margin-bottom:87.5px;
    }

    .hideBC{
        display: block;
    }
    .footerCityP{
        top: 20px;
    }
    .padding-form{
        padding: 0px 60px;
    }
    .heightExp{
        height: fit-content;
    }

    .gragienteToTop {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background: linear-gradient(to top, #3d3d3d -20%, rgba(255, 255, 255, 0) 50%);
        z-index: 2;
    }
    .gragienteToTopExpertiseSx {
        height: 100%;
        width: calc(100% - 10px);
        position: absolute;
        top: 0px;
        left: 0px;
        background: linear-gradient(to top, #3d3d3d -20%, rgba(255, 255, 255, 0) 50%);
        z-index: 2;
        
    }

    .gragienteToTopExpertiseSx:hover    {
        -webkit-filter: brightness(0.3);
filter: brightness(0.3);
    }

    .gragienteToTopExpertiseDx {
        height: 100%;
        width: calc(100% - 10px);
        left: 10px;
        position: absolute;
        top: 0px;
        background: linear-gradient(to top, #3d3d3d -20%, rgba(255, 255, 255, 0) 50%);
        z-index: 2;
    }
    .gragienteToTopProg {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background: linear-gradient(to top, #3d3d3d -20%, rgba(255, 255, 255, 0) 50%);
        z-index: 2;
    }
    .proprioImg {
        height: 33vw;
        width: 50vw;
    }
    .centraAllProg {
        height: 100%;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        left: 0%;
        bottom: 0%
    }
    .allP {
        margin-top: 10px;
    }
    .gestioneItem1 {
        padding-right: 10px !important;
        padding-bottom: 10px !important;
        position: relative !important;
        left: 0px !important;
    }
    .gestioneItem2 {
        padding-left: 10px !important;
        padding-bottom: 10px !important;
    }
    .gestioneItem3 {
        padding-right: 10px !important;
        padding-top: 10px !important;
    }
    .gestioneItem4 {
       
        padding-top: 10px !important;
        padding-left: 10px !important;
    }
    #mobileVap {
        height: 100%;
    }
}

footer {
    position: relative;
}

@media only screen and (max-width: 1024px) {

    .portfolio-item .portfolio-box .portfolio-title-block div p{
        color: #ffffff;
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 2px;
        /* text-transform: uppercase; */
        margin-top: 0px;
    
    }

    .portfolio-item .portfolio-box .portfolio-title-block div {
        position: absolute;
        left:20px;
        bottom:10px;
    
    }

    .portfolio-item .portfolio-box .portfolio-title-block div h5{
        color: #ffffff;
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 0px;
    
    }

    .hideBC{
        display: none;
    }
    .footerCityP{
        top: 10px;
    }
    .heightExp{
        height: calc( 264vw + 40px);
    }
    .adaptExpertiseTop{
        padding-top: 10px;
    }

    .adaptExpertiseBottom{
        padding-bottom: 10px;
    }
    .btn-galleryMob{
        margin-top: 98px !important;
    }

    .marginGalleryB{
        margin-top: 87.5px;
        margin-bottom:269.5px;
    }

    .gragienteToTopExpertiseSx {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background: linear-gradient(to top, #3d3d3d -20%, rgba(255, 255, 255, 0) 50%);
        z-index: 2;
    }
    .gragienteToTopExpertiseDx {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background: linear-gradient(to top, #3d3d3d -20%, rgba(255, 255, 255, 0) 50%);
        z-index: 2;
    }
    .gragienteToTop {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background: linear-gradient(to top, #3d3d3d -20%, rgba(255, 255, 255, 0) 50%);
        z-index: 2;
    }
    .hover-style-2 .portfolio-item .portfolio-box .portfolio-img .gragienteToTopExpertiseSx:hover, 
    .gragienteToTopExpertiseDx:hover {
        -webkit-filter: brightness(0.3);
        filter: brightness(0.3);
   }
    #mobileVap {
        height: unset;
    }
    .gragienteToTopProg {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background: linear-gradient(to top, #3d3d3d -20%, rgba(255, 255, 255, 0) 50%);
        z-index: 2;
    }
    .proprioImg {
        height: 66vw;
        width: 100vw;
    }
    .centraAllProg {
        height: 100%;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        left: 0%;
        bottom: 0%;
    }
    .allP {
        margin-top: 0px;
    }
    .gestioneItem1 {
        padding: 0px 0px 10px 0px !important;
    }
    .gestioneItem2 {
        padding: 10px 0px 10px 0px !important;
    }
    .gestioneItem3 {
        padding: 10px 0px 10px 0px !important;
    }
    .gestioneItem4 {
        padding: 10px 0px 10px 0px !important;
    }
}

.portfolio-item .portfolio-box .portfolio-title-block div {
    z-index: 200;
}





#slidesTwo h5{
font-family: 'Lato',sans-serif;
font-weight: 400;
}

#slideOne h5{
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    }

.owl-dots {
  display: none;
}