.header_home {
opacity:0;
background-color: rgba(255,255,255,0);
z-index: 10;   
-webkit-transition:background-color 1s;
-moz-transition:background-color 1s;
transition:background-color 1s;
}
.header1 {
padding: 60px 50px 80px 50px;
}
#menu {
margin-left:180px !important;
margin-top:-140px !important;
background-color:rgba(240,240,240,.95);
z-index: 11 !important;
}

.header2 {display:none}

.home_x1 {
width:100%;
height:1200px;
background-color:#fff;
background-size: cover;
background-position: 50% 0;
background-repeat: no-repeat;
z-index: 2;
}
.home_logo {
opacity:0;
position:absolute;
z-index: 10;
left:50%;
margin-left:-200px;
width:400px;
-webkit-transition: all 0s;transition: all 0s;
}
.home_logo img {
width:400px;
}

.c_hh {
text-align:center;
padding:2% 40px;
font-size:20px;
}
.c_hh p {
margin:0;
}
.c_hh1 {
padding:4% 40px;
background:#f0f0f0;
}
.c_hh2 {
background:#fff;
}
.c_hh3 {
background:#dadada;
}
.c_hh4 {
background:#000;
color:#fff;
}
.c_hh4 h2 {
font-size:36px;
font-weight:300;
margin:0;
}

.c_hh h1 {
font-size:50px;
line-height:40px;
font-weight:300;
margin:0;margin-bottom:40px;
}
.h_ct {
opacity:0; 
display:inline-block;
height:300px;
width:300px;
    
border-radius:50%;
margin:2%;
font-size:28px;
color:#000;
text-decoration:none;
text-transform:uppercase;
}
.c_hh2 .h_ct:hover {
text-decoration: none;
background:#FFDB00;
color:#000;
}
.c_hh3 .h_ct:hover {
text-decoration: none;
background:green;
color:#fff;
}
.c_hh3 .h_ct:hover img {
filter:invert(100%) sepia(0%) saturate(7459%) hue-rotate(306deg) brightness(100%) contrast(90%);
}

.h_ct1 {
display:table-cell;
vertical-align: middle;
height:290px;
width:300px;
text-align:center;
}
.h_ct img {
height:100px;   
width:100px;   
border:0;
margin-bottom:10px;
}

.servizio_h {
vertical-align: top;
display: inline-block;
width:50%;
padding:2% 4%;
}
.servizio_h .btnX {margin-top:20px;}
.servizio_h .t_2 {margin-bottom:0px;}
.servizio_h h3 {margin:10px 0 20px 0;}
/**********************/
@media (max-width:480px) {
    .home_logo {
    margin-left:-100px;
    width:200px;
    }
    #menu {
    margin-left:0 !important;
    margin-top:-74px !important;
    background-color:rgba(240,240,240,.90);
    }
    #menu .x {display:block;}
    .header1 {padding: 20px;}
    a.menu_h {left:30px;}
    .c_hh {
    padding: 30px 30px;
    font-size: 18px;
    }
    .c_hh1 {
    padding: 30px 30px;
    } 
    .c_hh h1 {
    font-size: 35px;
    line-height:30px;
    margin-bottom: 20px;
    }
    .h_ct {
    height:140px;
    width:140px;
    margin:10px;
    font-size:16px;
    }
    .c_hh2,.c_hh3{padding: 30px 10px !important;}
    .h_ct1 {
    height: 130px;
    width: 140px;
    }
    .h_ct1 img {
    height:50px;
    width: 50px;
    }
    .servizio_h {
    vertical-align: top;
    display: inline-block;
    width:100%;
    padding:0 10px 20px 10px;     
    }
    #footer .f2 {
    height: auto;
    min-height: 30px;
    line-height: 20px;
    padding: 0 20px;
    text-align:center
    }
}
@media (max-width:320px) {
a.menu_h {
left: 20px;
}
.home_logo {margin-left:-60px !important}
}

