#imm-top{
	display: block;
	margin: 0 auto;
	width: 100%;
	position: relative;
    padding: 0;
    margin-top: -1px;
    background: rgba(15,94,147,1);
background: -moz-linear-gradient(top, rgba(15,94,147,1) 0%, rgba(0,43,72,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,94,147,1)), color-stop(100%, rgba(0,43,72,1)));
background: -webkit-linear-gradient(top, rgba(15,94,147,1) 0%, rgba(0,43,72,1) 100%);
background: -o-linear-gradient(top, rgba(15,94,147,1) 0%, rgba(0,43,72,1) 100%);
background: -ms-linear-gradient(top, rgba(15,94,147,1) 0%, rgba(0,43,72,1) 100%);
background: linear-gradient(to bottom, rgba(15,94,147,1) 0%, rgba(0,43,72,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5e93', endColorstr='#002b48', GradientType=0 );
       min-height: 100px;
}

#imm-bg{
	display: block;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}

#imm-top .bg{
	display: block;
	margin: 0 auto;
	position: relative;
    text-align: center;
    background: transparent;
   }

#imm-top .bg p{
    display: block;
	margin: 0 auto;
	position: relative;
    color:#fff;
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 2.2em;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
    padding: 28px 0 10px; 0;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
    }

#nome{
	display: block;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
    margin-top: 40px;
    text-align: left;
    font-size: 2em;
    line-height: 30px;
    color:#f5a211;
    font-family: 'Pathway Gothic One', sans-serif;
    padding-left: 4px;
    }

#privacy {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
    margin-bottom: 140px;
    font-size: 1.1em;
	}

#privacy p{;
	text-align: left;
	max-width: 95%;
	margin-left: 5px;
	}

#privacy .par{
	font-size: 0.95em;
	line-height: 23px;
	text-align: left;
	max-width: 95%;
	margin-left: 5px;
	}

#privacy .bigtitle{
	color: #de1f29;
	font-weight: 400;
	font-size: 1.6em;
	line-height: 40px;
	}

#privacy .title{
	font-size: 0.9em;
	font-weight: 600;
	}

#privacy .azienda{
	color: #000;
	font-weight: 600;
	}

#privacy a{
	line-height: 30px;
	font-size: 1.7em;
	
	}

#privacy a:hover{
	
	}

#privacy .sub-intestazione{
	font-size: 1.1em;
	line-height: 40px;
	margin-top: 5px;
	}

#privacy .cookies{
	color: #000;
	font-weight: bold;
	}

#privacy .b{
	font-weight: bold;
	}

#link a{
	font-size: 1.1em;
	text-decoration: underline;
	}





/* responsive rules */
@media screen and (min-width: 1900px) {


	
}

@media screen and (min-width: 1800px) and (max-width: 1899px) {


}

@media screen and (min-width: 1590px) and (max-width: 1799px) {
	

	
}

@media screen and (min-width: 1220px) and (max-width: 1589px) {

#corpo1{
    margin-top: -150px;
    margin-bottom: 56px;
}


	
}

@media screen and (min-width: 1001px) and (max-width: 1219px) {

#corpo1{
    margin-top: -140px;
    margin-bottom: 47px;
}
    

	
}


@media screen and (min-width: 801px) and (max-width: 1000px) {
	
#corpo1{
    margin-top: -120px;
    margin-bottom: 30px;
}

#corpo1 .bg p{
    font-size: 2.6em;
    }
    


}


@media screen and (min-width: 651px) and (max-width: 800px) {
#corpo1{
    margin-top: -100px;
    margin-bottom: 10px;
}

#corpo1 .bg p{
    font-size: 2.4em;
    }
    

	
}

@media screen and (min-width: 451px) and (max-width: 650px) {

#corpo1{
    margin-top: -87px;
    margin-bottom: -10px;
}

#corpo1 .bg p{
    font-size: 2.2em;
    }


    
}


@media screen and (min-width: 291px) and (max-width: 450px) {

#corpo1{
    margin-top: 4px;
    margin-bottom: -16px;
}

#corpo1 .bg p{
    font-size: 2.2em;
    }

	
	
}

@media screen and (max-width: 290px) {
    
#corpo1{
    margin-top: 4px;
    margin-bottom: -18px;
}

#corpo1 .bg p{
    font-size: 2em;
    }
	
	
	
}