
/* 568 px */
@media screen and (min-width: 35.5em) {
    .hero-box {
        padding: 0.3em 2em;
    }
    .swiper-hero .share{
        display: block;  
    }
    .swiper-hero .button-box{
        margin-top: 1em; 
    }
    footer h2 a{
        
        font-size: 1em;
        font-weight: 300;
    }
    .swiper-container a img {
        height:  87px;
    }
    .small-img-client a img{
        height: 47px;
    }


    input[type="search"] {
        padding: 20px 30px;
        min-width:330px;
    }
    input[type="submit"] {
        padding: 20px 30px;
        margin-left: 5px;
        margin-top: 0;
    }

   
}

/* 768 px */
@media screen and (min-width: 48em) {
    
    .swiper-hero p{
        display: block;
    }
    .swiper-hero .go-left {
        width: 240px;
        display: block;
    }
    .swiper-hero .go-right {
        width: 240px;
        display: block;
    }
    
    .swiper-hero .play-button{
        display: block;
    }
    .select-css {
        line-height: 2;
        font-size: 1.8em;
    }

    .news {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 2em;
        height: 100%;
    }

    .news-img{
        position: static;
        z-index: 0;
    }
    
    .maschera  {
        display: none;
    }

    .news-button {
        position: relative;
        height: 0;
        top: -4em;
    }
    footer{
     
        padding-top: 10em;
        padding-bottom: 6em;
    }





      
}

/* 1024 px */
@media screen and (min-width: 64em) {
    
    section{
        margin-top: 5em;
    }
    .single-project{
        margin-top: 6em;
        margin-bottom: 6em;
    }


    


   
    .m-box {
        padding: 2em 2em 2em 2em;
    }
    .album-box {
        margin: 2em 2em 2em 2em;
    }
    .album-box-1 {
        margin: 2em 1em 0 1em;
    }

    
    .news {
        margin-top: 0;
    }
    .news-img img{
        width: auto;
        height: auto;
        object-fit: fill;
    }
    .swiper-hero .hero-button{
        margin-left: 2em;
    }

    .nav-button{
        margin: 4em;
    }
    .nav-button .go-left {
        border-bottom:1px solid white;
        width: 240px;

    }
    .nav-button .go-right {
        border-bottom:1px solid white;
        width: 240px;

    }


    .nav-button .go-left p{
        display: block;
    }
    .nav-button .go-right p{
        display: block;
    }
    .nav-button .share{
        margin-top: 2.2em;
    }
    .nav-button .more-button i{
        font-size: 1em;
        top:9px;
    }

    .img-small{
        width: 33.32%;
        float: left;
    }
    .img-small img{
        padding-right: 8px;
        float: left;
        height: 146px;
    }

   
}

/* 1280 px */
@media screen and (min-width: 80em) {

    header .menu-desktop{
        display: block;
    }
    .menu-wrap{
        display: none;
    }

    .header-scrolled{
        background-color: #222;
        top: -14px;
    }
    header .logo-ctrl{
        float: left;
    }
    header .logo-ctrl a img{
        margin: 15px 20px 0 45px;
    }

    section{
        margin-top: 8em;
    }
    h1{
        font-size: 3.2em;
    }

    h2{
        font-size: 2.7em;
    }

    h3{
        line-height: 1.6;
        font-size: 1.2em;
    }

    h4{
        line-height: 1.6;
        font-size: 1.2em;
    }
    h5{
        line-height: 1.6;
        font-size: 1em;
    }
    h6{
        line-height: 1.6;
    }
    p{
      font-size: 1.2em;
      line-height: 1.6;
    }
    .swiper-hero h1{
        /*font-size: 3.2em;*/
        font-size: 2.8em;
    }
    .swiper-hero h2{
        /*font-size: 3.2em;*/
        font-size: 2.8em;
    }
    .homepage h1{
        font-size: 2.7em;
    }
    .homepage h2{
        line-height: 1.6;
        font-size: 1.2em;
    }
    .more-button{
        font-size: 2.8em;
    }
    .nav-button .share{
        margin-top: 1.5em;
    }
    .nav-button .more-button i{
        top:-3px;
        font-size: 0.75em;
    }
    .contatti .send a{
        font-size: 1.2em;
        line-height: 1.6;
    }

  
}

/* 1480 px */
@media screen and (min-width: 92.5em) {
    .hero-box {
        padding: 2em 2em;
    }
    header{
        height: 80px;
    }

    header .logo-ctrl{
        float: left;
    }
    header .logo-ctrl a img{
        height: 46px;
        margin: 32px 17px 2px 45px;
    }

    header nav ul{
        margin: 54px 120px 6px 0; 
    }

    header nav ul li a{
        margin: 0 28px;
    }

    header .social-links-h ul{ 
        margin: 54px 80px 6px 0;
    }
}