
body {
    font-size: 15px;
  color: #7a7a7a;
    font-family: 'Lato', sans-serif;
}
  
#sottopagine {
  display: none;
  padding-bottom: 40px;
  }

.text-center {
    text-align: center;
}

.text-justify {
  text-align:justify;
  }

.text-left {  
 text-align:left;
}

.text-right {  
 text-align:right;
}


.breadcrumb {  
 display:none;
}
    
html {
    overflow-x: hidden;
}
  
.img-center {
    display: block;
    margin: 0 auto;
}
  
.img-border {
    border: 1px solid #ec7d23;
}

/** LOADER **/
#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    background-color: white;
}


/** CORPO PAGINA **/
#main-container {
    padding-right: 0px;
    padding-left: 0px;
}

/** SOTTOPAGINE **/
.sottopagina a {
    color: #333;
}

/** REGISTRAZIONE **/

#registration_container #email {
    width:250px; 
    margin: 0 auto;
}

/** LOGIN **/

#login_page .form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
#login_page .form-signin .form-signin-heading, #login_page .form-signin .checkbox
{
    margin-bottom: 10px;
}
#login_page .form-signin .checkbox
{
    font-weight: normal;
}
#login_page .form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#login_page .form-signin .form-control:focus
{
    z-index: 2;
}
#login_page .form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#login_page .form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#login_page .account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
#login_page .login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
#login_page .need-help
{
    margin-top: 10px;
}
#login_page .new-account
{
    display: block;
    margin-top: 10px;
}


/** TORNA SU **/
#back-to-top {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 48px;
    color: #fff;
    background: #ccc;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    position: fixed;
    right: 66px;
    bottom: 66px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#back-to-top:before {
    font-family: "FontAwesome";
    content: "\f106";
}

#back-to-top:hover {
    color: #fff;
    background: #ec7d23;
    text-decoration: none;
}

@media (max-width: 768px) { 
    #back-to-top {
        right: 10px;
        bottom: 10px;
    }
}

/** HEADER **/ 
  
#w4u-logo-type1 {
    padding: 5px;
}      

#header {
    position: fixed;
    background: white;
    z-index: 1000;
    width: 100%;
    padding-bottom: 15px;
    top: 0px;
    left: 0;
    box-shadow: 0 2px 20px rgba(0,0,0,.15);
}
  
/** MENU **/   

.navbar-brand {
    display: none;
}     

.navbar .navbar-nav {
    display: inline-block;
    float: right;
}

 #intestazione  {
    height: 15px;
} 

#menu_top{
    padding:0;
    margin-top: 5px;
}

.navbar-default{
    border:none;
    background:none;
}


.navbar .navbar-collapse {
    text-align: center;
}

.navbar{
    margin-bottom:0;
}

.navbar-brand, .menu_li_3, .menu_li_logout, .menu_li_Area, .welcome_user, .menu_li_login{
    display:none!important;
}

#intestazione_pagina{
    display:none!important;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
    font-weight: bold;
    font-size: 16px;
    border-bottom: transparent 3px solid!important;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ec7d23!important;
    border-bottom: transparent 3px solid!important;
}
  
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #ec7d23;
    background-color: white;
}  

 /** NAVIGAZIONE RESPONSIVE **/
  
@media(max-width:767px){
     .navbar-header{
         background-color:transparent;
     }
  
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
  
  .navbar .navbar-nav {
    background: white;
}
  
  .navbar-default .navbar-nav>li>a {
    margin-left: 0px;
}

  .navbar .navbar-nav {
    padding: 20px 0 0 0;
    float:none;
}
  
  .nav>li {
    text-align: center;
    padding: 0px;
}
  
    .navbar-toggle{
        border-color: #ec7d23!important;
        border: 2px solid transparent;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #ec7d23;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #fff;
    }
  
  .navbar .navbar-nav {
    display: block;
    padding-left: 0; 
}
  
}


@media (min-width: 992px) {
.vcenter {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
}

/** FASCIA 2 **/   
  
  .w4u-alternata-grigia {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #edebec;
}
       
.w4u-alternata-bianca {
    padding-top: 50px;
    padding-bottom: 50px;
    background: white;
}    
  
.w4u-alternata-bianca2 {
    padding-top: 0px;
    padding-bottom: 50px;
    background: white;
} 
    
  .w4u-subline-testo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 90px;
    background: #ffb100;
}  
  .w4u-subline-testo {
    position: relative;
    height: 1px;
    padding: 0;
    background: transparent;
    margin-bottom: 22px;
    border: none;
	margin-top: 48px;
}



/** BOTTONE 1 (DEFAULT) **/ 

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #ec7d23;
    border-color: #777;
    font-weight: bold;
    border-radius: 20px;
}  
  
.btn-default:hover {
    color: #000;
    background-color: #d4d4d4;
    border-color: #777;
    font-weight: bold;
}  
  
.btn-default {
    color: #fff;
    background-color: #ec7d23;
    border-color: #777;
    font-weight: bold;
    border-radius: 20px;
    padding: 6px 40px;
}


/** RESPONSIVE **/ 

 @media (min-width: 1px) AND (max-width: 330px) {
    
    /** FASCIA 1 **/ 
  
  .img-center-xs {
    display: block;
    margin: 0 auto;
}
       
 }

@media (min-width: 331px) AND (max-width: 450px) {
    
  
    .img-center-xs {
    display: block;
    margin: 0 auto;
}
  
  
}


  @media (min-width: 451px) AND (max-width: 767px) {

    .img-center-xs {
    display: block;
    margin: 0 auto;
}
     

}

.well, #sottopagine {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
  
@media (min-width: 768px) {
.well, #sottopagine {
    width: 750px;
}
  }
  
  @media (min-width: 992px){
.well, #sottopagine {
    width: 970px;
}
}

@media (min-width: 1200px){
.well, #sottopagine {
    width: 1170px;
}
}

  /** LOGO RESPONSIVE **/ 

    
#w4u-logo-type1 {
    padding: 20px 0;
    max-width: 150%!important;
        margin-left: 60px;
}  
 
.navbar-nav.sm-collapsible a.has-submenu {
    padding-right: 15px;
}


.btn-primary {
    color: #ec7d23;
    background-color: #fff;
    border-color: #2e6da4;
}


.btn-primary:hover, .btn-primary:active {
    color: #fff;
    background-color: #67839e;
    border-color: #2e6da4;
}

a {
  color: #ec7d23;
  }
  
  a:hover {
  color: #67839e;
  }
  

  
.sottopagina_row_logo img {
  margin: 0 auto;
  display: block;
  }

.sottopagina_row_testi {
  text-align:center;
  }

@media (max-width: 767px) {
#w4u-logo-type1 {
    max-width: 80%!important;
    padding: 10px 0;
}

  
  .sottopagina {
  padding-bottom: 30px;
  }
}



div#colonna_centrale {
    margin-top: 86px;
}
.arancio {color: #ec7d23}
.riga-bread {padding: 23px 60px;
    height: 80px;}
.riga-bread h2 {margin-top: 0px;
    margin-bottom: 0px;
    color: #a7a7a5;
    font-weight: 300;}
.riga-bread .left {float: left;}
.riga-bread .right {float: right;}

.footer-riga {border-top: 10px solid #edebec; padding: 40px 0 40px 0;}

.navbar-default .navbar-nav>li>a {
    color: #7a7a7a;
    font-weight:300;
    font-size: 16px;
    border-bottom: transparent 3px solid!important;
  text-transform: uppercase;
}

footer ul {
    list-style: none;
    padding-inline-start: 13px;
    font-weight: 300;
}

footer .social {
   display: flex;
}

.lato-r {
  font-weight: 500;
  letter-spacing: 1.5px;}

.footer-instagram {margin-left: 6px;}

.menu_li_1 a:after, .menu_li_30>a:after, .menu_li_29>a:after {
    content: "/";
    padding: 0 15px;
    color: #ec7d23;
}

  .nav>li>a {
    padding: 10px 0px;
}

ul#menu_alto_ul {
    margin-right: 60px;
}

.caret {display: none;}



.dropdown-menu {
    min-width: 85%!important;
    max-width: 100%!important;
    top: 65px!important;
    border: 0;
    BACKGROUND: #ec7d23;
    color: white;
}

.dropdown-menu>li>a {
    font-weight: 300;
    color: white;
    letter-spacing: 0.5px;
}

  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: white;
    text-decoration: none;
    FONT-WEIGHT: 500;
    background-color: transparent;
}

  .dropdown-menu>li>a:before {
    content: ">";
    color: #ec7d23;
    margin-right: 5px;
    margin-left: -5px;
}
  
.dropdown-menu>li>a:focus:before, .dropdown-menu>li>a:hover:before {
    content: ">";
    color: #fff;
     margin-right: 5px;
    margin-left: -5px;
}


.home-1 {
    margin-bottom: -1px;
}

.riga-top-prodotti h2 {
    font-weight: 300;
    font-size: 60px;
}
  
.riga-top-prodotti p {
    font-weight: 300;
    font-size: 28px;
    padding-left: 48px;
    line-height: 33px;
}

.riga-top-prodotti {
    position: absolute;
 /*   background: url(/db_object/www_gandadesign_it/usr/image/home/bg-spike.png) no-repeat; */
    width: 100%;
    height: 350px;
    background-position-y: 108%;
    padding: 20px 30px;
    z-index: 3;
}

  .testo-foto-prodotto {
  position: absolute;
  bottom: 22px;
    width: 100%;
        z-index: 2;
  }
  
  .home-1 {
  position:relative;}
  
.testo-foto-prodotto h3 {
        color: #ec7d23;
        font-size: 28px;
    margin-bottom: 0px;
  }

.testo-foto-prodotto p {      
      font-weight: 300;
        font-size: 24px;
  }

.m-b-fisso {margin-bottom: 8px;}

.body_1 #footer {display: none;}


.testo-home h2 {
font-weight: 300;
    font-size: 44px;
    letter-spacing: -1.1px;
    margin-bottom: 0px;
    line-height: 50px;
}

.testo-home h1 {
    font-size: 73px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: -1.5px;
}

.testo-home h3 {
    font-weight: 300;
    font-size: 41px;
    margin-top: 39px;
    letter-spacing: 0.2px;
	line-height: 50px;
}

.testo-home p  {
    margin-left: -30px;
    font-size: 39px;
    letter-spacing: 1px;
    line-height: 50px;
    font-weight: 300;
}

.home-links a {
  color: #7a7a7a;
  }

.home-links a:hover {
  color: #7a7a7a;
    text-decoration: none;
    font-weight: 400;
  }

.testo-home {
    position: absolute;
 /*   background: url(/db_object/www_gandadesign_it/usr/image/home/home-bg.png) no-repeat; */
    z-index: 3;
    height: 100%;
    width: 100%;
    top: 0;
}

    .img-prodotto img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
  
@media (min-width: 992px) AND (max-width: 1300px) {
  .img-prodotto img {
    width: 200%;
    margin: 0 auto;
    display: block;
    margin-left: -43%;
}
  
    .img-prodotto2 img {
    width: 200%;
    margin: 0 auto;
    display: block;
    margin-left: -49%;
}
  
      .img-prodotto3 img {
    width: 200%;
    margin: 0 auto;
    display: block;
    margin-left: -52%;
}
}

@media (min-width: 768px) AND (max-width: 991px) {
  .img-prodotto img {
    width: 200%;
    margin: 0 auto;
    display: block;
    margin-left: -43%;
}
  
    .img-prodotto2 img {
    width: 200%;
    margin: 0 auto;
    display: block;
    margin-left: -49%;
}
  
      .img-prodotto3 img {
    width: 200%;
    margin: 0 auto;
    display: block;
    margin-left: -52%;
}
}


@media (min-width: 1px) AND (max-width: 767px) {
  .img-prodotto img {
    width: 200%;
    margin: 0 auto;
    display: block;
    margin-left: -43%;
}
  
    .img-prodotto2 img {
    width: 200%;
    margin: 0 auto;
    display: block;
    margin-left: -47%;
}
  
      .img-prodotto3 img {
    width: 200%;
    margin: 0 auto;
    display: block;
    margin-left: -52%;
}
}

#w4u-logo-type1 {
    padding: 18px 0;
    max-width: 200%!important;
    width: 492px;
}
  
  
@media (min-width: 992px) AND (max-width: 1199px) {
#w4u-logo-type1 {
    padding: 20px 0;
    margin-left: 30px;
    width: 450px;
}
  
  ul#menu_alto_ul {
    margin-right: 30px;
}
}

@media (min-width: 768px) AND (max-width: 991px) {
#w4u-logo-type1 {
    padding: 22px 0;
    margin-left: 10px;
    width: 400px;
}
  
  ul#menu_alto_ul {
    margin-right: 10px;
}

.navbar-default .navbar-nav>li>a {
    font-size: 14px;
}
  
  .menu_li_1 a:after, .menu_li_30>a:after, .menu_li_29>a:after {
    padding: 0 7px;
}
  
  #header {
    padding-bottom: 10px;
}
  
  div#colonna_centrale {
    margin-top: 80px;
}
  }



@media (min-width: 1550px) AND (max-width: 1799px) {
    .testo-home {
    background-position-x: -12vw;
}
  
  .testo-home h2 {
    font-size: 40px;
}
  
  .testo-home h1 {
    font-size: 66px;
}
  
  .testo-home h3 {
    font-size: 37px;
}
  
  .testo-home p {
    font-size: 36px;
}
    }

@media (min-width: 1200px) AND (max-width: 1549px) {
    .testo-home {
    background-position-x: -17vw;
}
  
  .testo-home h2 {
    font-size: 40px;
}
  
  .testo-home h1 {
    font-size: 66px;
}
  
  .testo-home h3 {
    font-size: 37px;
}
  
  .testo-home p {
    font-size: 36px;
}
    }



@media (min-width: 992px) AND (max-width: 1199px) {
    .testo-home {
    background-position-x: -21vw;
}
  
  .testo-home h2 {
    font-size: 35px;
    line-height: 43px;
}
  
  .testo-home h1 {
    font-size: 55px;
    margin-top: 6px;
}
  
  .testo-home h3 {
    font-size: 30px;
    margin-top: 21px;
}
  
.testo-home p {
    margin-left: -25px;
    font-size: 39px;
    line-height: 38px;
}
  
  .blocco-testo-h {
    padding: 30px 60px;
}
    }

.testo-home {
    position: absolute;
  /*  background: url(/db_object/www_gandadesign_it/usr/image/home/home-bg.png) no-repeat; */
    z-index: 3;
    height: 100%;
    width: 65%;
	background-size: cover;
    top: 0;
}

@media (max-width: 767px) {
#w4u-logo-type1 {
    max-width: 100%!important;
    padding: 19px 0;
	width: auto;
}

.navbar-toggle {
    margin-right: 30px;
}
}


@media (min-width: 1500px) AND (max-width: 1650px) {
	.testo-home {
 /*   background: url(/db_object/www_gandadesign_it/usr/image/home/home-bg2.png) no-repeat; */
	background-size: cover;
}
}


@media (min-width: 1300px) AND (max-width: 1499px) {
	.testo-home {
  /*  background: url(/db_object/www_gandadesign_it/usr/image/home/home-bg2.png) no-repeat; */
	background-size: cover;
    width: 55%;
}

.testo-home h1 {
    font-size: 50px;
}

.testo-home h3 {
    font-size: 32px;
}

.testo-home p {
    font-size: 31px;
}

.testo-home h2 {
    font-size: 36px;
}
}


@media (min-width: 1200px) AND (max-width: 1299px) {
	.testo-home {
 /* background: url(/db_object/www_gandadesign_it/usr/image/home/home-bg2.png) no-repeat; */
	background-size: cover;
    width: 50%;
}

.testo-home h1 {
    font-size: 50px;
}

.testo-home h3 {
    font-size: 32px;
}

.testo-home p {
    font-size: 31px;
}

.testo-home h2 {
    font-size: 36px;
}
}


@media (min-width: 992px) AND (max-width: 1199px) {
	.testo-home {
  /*  background: url(/db_object/www_gandadesign_it/usr/image/home/home-bg2.png) no-repeat; */
	background-size: cover;
    width: 50%;
}

.testo-home h1 {
    font-size: 50px;
}

.testo-home h3 {
    font-size: 27px;
}

.testo-home p {
    font-size: 24px;
}

.testo-home h2 {
    font-size: 27px;
	line-height: 31px;
}
}


@media (min-width: 768px) AND (max-width: 991px) {
	.testo-home {
 /*   background: url(/db_object/www_gandadesign_it/usr/image/home/home-bg2.png) no-repeat; */
	background-size: cover;
    width: 50%;
}

.testo-home h1 {
    font-size: 50px;
}

.testo-home h3 {
    font-size: 27px;
}

.testo-home p {
    font-size: 24px;
}

.testo-home h2 {
    font-size: 27px;
	line-height: 31px;
}

.blocco-testo-h {
    padding: 20px 40px;
}

.testo-home p {
    margin-left: 0;
    line-height: 36px;
}
}


@media (max-width: 767px) {

.testo-home h1 {
    font-size: 50px;
}

.testo-home h3 {
    font-size: 27px;
}

.testo-home p {
    font-size: 24px;
}

.testo-home h2 {
    font-size: 27px;
	line-height: 31px;
}

.blocco-testo-h {
    padding: 20px 40px;
}

.testo-home p {
    margin-left: 0;
    line-height: 36px;
}
}

ul#menu_alto_ul {
    margin-right: 60px;
    display: none;
}

.menu-icone  {
    float: right;
    text-align: right;
    color: #7a7a7a;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 22px;
    padding: 25px 50px;
    letter-spacing: 0.2px;
}

.menu-icone img {
    width: 30px;
	margin-bottom: 4px;
    margin-right: 5px;
}

.menu-icone .icona-2 {
	    margin-left: 15px;
}

#menu_top {
    width: 0;
}

.home-1 {
    position: relative;
    height: 100vh;
	    margin-top: -86px;
    background: url(/db_object/www_gandadesign_it/usr/image/home/sfondo-gandini-unico.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
	background-position-x: right;
}

.blocco-testo-h {
    padding-left: 100px;
    padding-top: 85px;
    margin-top: 100px;
}

@media (min-width: 2200px) {

	.testo-home h2 {
    font-size: 5.5em;
    line-height: 1.1em;
}
	
	.testo-home h1 {
    font-size: 6.9em;
}
	
	.testo-home h3 {
    font-size: 3.5em;
    line-height: 1.5em;
}
}

@media (min-width: 2600px) {
.blocco-testo-h {
    font-size: 121%;
}
}

@media (min-width: 3100px) {
.blocco-testo-h {
    font-size: 146%;
}
}


@media (min-width: 1200px) AND (max-width: 1350px) {
	
	.blocco-testo-h {
    margin-top: 80px;
}
	
.testo-home h3 {
    font-size: 31px;
    line-height: 40px;
}

.testo-home h2 {
    font-size: 40px;
}

.blocco-testo-h {
    padding-left: 60px;
}
}

@media (min-width: 1068px) AND (max-width: 1199px) {
	
	.blocco-testo-h {
    margin-top: 50px;
}
	
.testo-home h3 {
font-size: 28px;
    line-height: 38px;
}

.testo-home h2 {
font-size: 41px;
    line-height: 49px;
}

.blocco-testo-h {
    padding-left: 50px;
}

.home-1 {
    background-position-x: 80%;
}
}

@media (min-width: 992px) AND (max-width: 1067px) {
	
	.blocco-testo-h {
    margin-top: 50px;
}
	
.testo-home h3 {
    font-size: 22px;
    line-height: 35px;
}

.testo-home h2 {
    font-size: 36px;
    line-height: 41px;
}

.blocco-testo-h {
    padding-left: 40px;
}

.home-1 {
    background-position-x: 80%;
}
}


@media (min-width: 768px) AND (max-width: 991px) {
.home-1 {
    position: relative;
    height: 92vh;
    margin-top: 0;
    background: url(/db_object/www_gandadesign_it/usr/image/home/sfondo-gandini-unico-tel.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: center;
}


.menu-icone {
    font-size: 15px;
}
	
.testo-home h2 {
    font-size: 39px;
    line-height: 48px;
    padding-right: 40px;
}

.testo-home h1 {
    font-size: 65px;
}
	
	.blocco-testo-h {
    padding-left: 50px;
	margin-top: 10px;
}
	
	
}


@media (width: 1024px) AND (height: 1366px) {
.home-1 {
    position: relative;
    height: 100vh;
    margin-top: -84px;
    background: url(/db_object/www_gandadesign_it/usr/image/home/sfondo-gandini-unico-tel.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 71%;
}

	
.testo-home h2 {
    font-size: 55px;
    line-height: 68px;
    padding-right: 40px;
}

.testo-home h1 {
    font-size: 90px;
}
	
.testo-home h3 {
    font-size: 35px;
    line-height: 60px;
}

.blocco-testo-h {
	margin-top: 120px;
}
}


@media (width: 800px) AND (height: 1280px) {
.home-1 {
    background-position-x: 65%;
	height: 100vh;
	margin-top: -80px;
}

.testo-home h2 {
    font-size: 40px;
    line-height: 53px;
    padding-right: 47px;
}

.testo-home h1 {
    font-size: 80px;
}
	
.testo-home h3 {
    font-size: 26px;
    line-height: 46px;
}

.blocco-testo-h {
	margin-top: 80px;
}
}


@media (width: 810px) AND (height: 1080px) {
	.home-1 {
    height: 100vh;
    margin-top: -80px;
}

.blocco-testo-h {
    padding-left: 50px;
    margin-top: 120px;
}
}



@media (width: 962px) AND (height: 601px) {
	.home-1 {
    height: 87vh;
    margin-top: -3px;
}

.blocco-testo-h {
    padding-left: 50px;
    margin-top: -68px;
}

.testo-home h2 {
    font-size: 34px;
    line-height: 48px;
    padding-right: 40px;
}

.testo-home h1 {
    font-size: 52px;
}

.testo-home h3 {
    font-size: 21px;
	line-height: 42px;
}
}


@media (min-width: 1px) AND (max-width: 767px) {
.home-1 {
    position: relative;
    height: 90vh;
    margin-top: -6px;
    background: url(/db_object/www_gandadesign_it/usr/image/home/sfondo-gandini-unico-tel.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 0;
    background-position-y: center;
}

.menu-icone {
    display: none;
}
	
.testo-home h2 {
    font-size: 23px;
    line-height: 27px;
    padding-right: 40px;
}

.testo-home h1 {
    font-size: 33px;
}

.blocco-testo-h {
    padding-left: 20px;
    margin-top: -50px;
}

.w4u-subline-testo {
    margin-top: 30px;
}

.testo-home h3 {
    font-weight: 300;
    font-size: 18px;
    margin-top: 23px;
    letter-spacing: 0.2px;
    line-height: 25px;
}
	
	.testo-home h4 {
    font-size: 17px;
}

.menu-icone2 img {width: 20px;}
	
	#w4u-logo-type1 {
    margin-left: 20px;
}
}


@media (width: 360px) AND (max-width: 640px) {
.home-1 {
    position: relative;
    height: 87vh;
    margin-top: -6px;
    background: url(/db_object/www_gandadesign_it/usr/image/home/sfondo-gandini-unico-tel.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: center;
}

.menu-icone {
    display: none;
}
	
.testo-home h2 {
    font-size: 27px;
    line-height: 30px;
    padding-right: 40px;
}

.testo-home h1 {
    font-size: 43px;
}

.blocco-testo-h {
    padding-left: 20px;
    margin-top: -50px;
}

.w4u-subline-testo {
    margin-top: 30px;
}

.testo-home h3 {
    font-weight: 300;
    font-size: 14px;
    margin-top: 23px;
    letter-spacing: 0.2px;
    line-height: 24px;
}
	
	.testo-home h4 {
    font-size: 14px;
}

.menu-icone2 img {width: 20px;}
	
}


@media (width: 640px) AND (height: 360px) {
	.home-1 {
    height: 110vh;
}
}



@media (width: 414px) AND (height: 896px) {
.home-1 {
    position: relative;
    height: 91vh;
    margin-top: -6px;
    background: url(/db_object/www_gandadesign_it/usr/image/home/sfondo-gandini-unico-tel.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 0;
    background-position-y: center;
}

.menu-icone {
    display: none;
}
	
.testo-home h2 {
    font-size: 27px;
    line-height: 30px;
    padding-right: 40px;
}

.testo-home h1 {
    font-size: 43px;
}

.blocco-testo-h {
    padding-left: 30px;
    margin-top: -30px;
}

.w4u-subline-testo {
    margin-top: 30px;
}

.testo-home h3 {
    font-weight: 300;
    font-size: 22px;
    margin-top: 23px;
    letter-spacing: 0.2px;
    line-height: 31px;
}
	
.testo-home h4 {
    font-size: 28px;
}

.menu-icone2 img {width: 20px;}
	
}


@media (width: 896px) AND (height: 414px) {
	.home-1 {
    height: 158vh;
    margin-top: -3px;
}

.blocco-testo-h {
    padding-left: 50px;
    margin-top: -68px;
}

.testo-home h2 {
    font-size: 34px;
    line-height: 48px;
    padding-right: 40px;
}

.testo-home h1 {
    font-size: 52px;
}

.testo-home h3 {
    font-size: 21px;
	line-height: 42px;
}
}

@media (min-width: 768px) {
	.menu-icone2 {
    display: none;
}
}

@media (width: 375px) AND (height: 667px) {
.home-1 {
    position: relative;
    height: 88vh;
    margin-top: -7px;
    background: url(/db_object/www_gandadesign_it/usr/image/home/sfondo-gandini-unico-tel.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 0;
    background-position-y: center;
}
}

@media (width: 667px) AND (height: 375px) {
.home-1 {
    position: relative;
    height: 105vh;
    margin-top: -6px;
    background: url(/db_object/www_gandadesign_it/usr/image/home/sfondo-gandini-unico-tel.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 0;
    background-position-y: center;
}
}

@media (width: 360px) AND (height: 780px) {
.home-1 {
    position: relative;
    height: 89vh;
    margin-top: -1px;
    background: url(/db_object/www_gandadesign_it/usr/image/home/sfondo-gandini-unico-tel.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 0;
    background-position-y: center;
}

.testo-home h3 {
    font-weight: 300;
    font-size: 20px;
    margin-top: 23px;
    letter-spacing: 0.2px;
    line-height: 28px;
}

.testo-home h4 {
    font-size: 20px;
}

.menu-icone2 img {
    width: 22px;
}
}

@media (width: 780px) AND (height: 360px) {
	.home-1 {
    position: relative;
    height: 159vh;
    margin-top: 0;
    background: url(/db_object/www_gandadesign_it/usr/image/home/sfondo-gandini-unico-tel.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: center;
}
	
	.blocco-testo-h {
    padding-left: 50px;
    margin-top: -45px;
}

.testo-home h2 {
    font-size: 30px;
    line-height: 40px;
    padding-right: 0px;
}

.testo-home h1 {
    font-size: 56px;
}

.testo-home h3 {
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 0.2px;
    line-height: 35px;
}

.testo-home h4 {
    font-size: 20px;
}
}


@media (width: 360px) AND (height: 760px) {
.home-1 {
    position: relative;
    height: 89vh;
    margin-top: -3px;
    background: url(/db_object/www_gandadesign_it/usr/image/home/sfondo-gandini-unico-tel.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 0;
    background-position-y: center;
}

.testo-home h3 {
    font-weight: 300;
    font-size: 20px;
    margin-top: 23px;
    letter-spacing: 0.2px;
    line-height: 28px;
}

.testo-home h4 {
    font-size: 20px;
}

.menu-icone2 img {
    width: 22px;
}
}

@media (width: 760px) AND (height: 360px) {
	.home-1 {
    position: relative;
    height: 159vh;
    margin-top: 0;
    background: url(/db_object/www_gandadesign_it/usr/image/home/sfondo-gandini-unico-tel.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: center;
}
	
	.blocco-testo-h {
    padding-left: 50px;
    margin-top: -45px;
}

.testo-home h2 {
    font-size: 30px;
    line-height: 40px;
    padding-right: 0px;
}

.testo-home h1 {
    font-size: 56px;
}

.testo-home h3 {
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 0.2px;
    line-height: 35px;
}

.testo-home h4 {
    font-size: 20px;
}
}

.testo-home h4 {
font-weight: 300;
}


@media (max-width: 767px) {
.click-arancio {
	font-weight: bold!important;
}
}

@media (min-width: 768px) {
.click-arancio:hover {
	font-weight: bold!important;
}
}