#slide-tit{
    background: #003E6B;
background: linear-gradient(0deg,rgba(0, 62, 107, 1) 15%, rgba(255, 255, 255, 0) 100%);
	display: block;
	width: 100%;
    margin: 0 auto;
	position: absolute;
    z-index: 130;
	margin-top: -280px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 1.5em;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#slide-tit .tit-slide{
    font-family: "Cormorant", serif;
    font-size: 2.8em;
    font-weight: 500;
    line-height: 36px;
    margin-top: 110px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#slide-tit .line-slide{
    width: 100%;
    max-width: 150px;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
	}

#slide-tit .desc-slide{
    font-family: "Comic Neue", cursive;
    padding: 0 6px;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 1.1em;
    line-height: 36px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#sotto-menu{
    background: transparent;
	display: block;
    margin: 0 auto;
	max-width: 1500px;
	position: relative;
    z-index: 150;
    margin-top: -35px;
    margin-bottom: 0px;
    font-size: 1.1em;
    }

#sotto-menu a{
    color: var(--blu);
    }

#sotto-menu a:hover{
    color: var(--ciano2);
    }

#sotto-menu-priv{
    background: transparent;
	display: block;
    margin: 0 auto;
	max-width: 1500px;
	position: relative;
    z-index: 150;
    margin-top: 25px;
    margin-bottom: 0px;
    font-size: 1.1em;
    }

#sotto-menu-priv a{
    color: var(--blu);
    }

#sotto-menu-priv a:hover{
    color: var(--ciano2);
    }

#title-foto{
	display: block;
	margin: 0 auto;
	width: 100%;
	position: relative;
    background-color: var(--blu); 
	font-family: "Cormorant", serif;
    font-size: 3.5em;
    line-height: 46px;
    font-weight: 500;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 15px 6px;
    }

#title-foto p{
	display: block;
	margin: 0 auto;
	position: relative; 
	padding: 0;
    }

#privacy {
	max-width: 1500px;
	margin: 0 auto;
	margin-top: 50px;
    margin-bottom: 90px;
    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: 1600px) and (max-width: 1799px) {
    
#slide-tit{
	margin-top: -270px;
	}
   

	
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
    
#slide-tit{
	margin-top: -180px;
	}

#slide-tit .tit-slide{
    margin-top: 40px;
    margin-bottom: 30px;
	}

#slide-tit .desc-slide{
    margin-top: 20px;
    margin-bottom: 20px;
	}
    

	
}

@media screen and (min-width: 1220px) and (max-width: 1399px) {
    
#slide-tit{
	margin-top: -170px;
	}

#slide-tit .tit-slide{
    margin-top: 40px;
    margin-bottom: 30px;
	}

#slide-tit .desc-slide{
    margin-top: 20px;
    margin-bottom: 20px;
	}
    


	
}

@media screen and (min-width: 1001px) and (max-width: 1219px) {
    
#slide-tit{
    background-color: var(--blu);
	margin-top: -1px;
	}

#slide-tit .tit-slide{
    margin-top: 40px;
    margin-bottom: 30px;
	}

#slide-tit .desc-slide{
    margin-top: 20px;
    margin-bottom: 20px;
	}
    
#sotto-menu{
    margin-top: 190px;
    }

	
}


@media screen and (min-width: 851px) and (max-width: 1000px) {
	
#slide-tit{
    background-color: var(--blu);
	margin-top: -1px;
	}

#slide-tit .tit-slide{
    margin-top: 40px;
    margin-bottom: 30px;
	}

#slide-tit .desc-slide{
    margin-top: 20px;
    margin-bottom: 20px;
	}

#sotto-menu{
    margin-top: 210px;
    }



}


@media screen and (min-width: 651px) and (max-width: 850px) {

#slide-tit{
    background-color: var(--blu);
	margin-top: -1px;
	}

#slide-tit .tit-slide{
    margin-top: 40px;
    margin-bottom: 30px;
	}

#slide-tit .desc-slide{
    margin-top: 20px;
    margin-bottom: 20px;
	}

#sotto-menu{
    margin-top: 210px;
    }


    
    
	
}

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

#slide-tit{
    background-color: var(--blu);
	margin-top: -1px;
	}

#slide-tit .tit-slide{
    margin-top: 40px;
    margin-bottom: 30px;
	}

#slide-tit .desc-slide{
    margin-top: 20px;
    margin-bottom: 20px;
	}

#sotto-menu{
    margin-top: 230px;
    }


    
    

}


@media screen and (min-width: 291px) and (max-width: 450px) {
    
#slide-tit{
    background-color: var(--blu);
	margin-top: -1px;
	}

#slide-tit .tit-slide{
    margin-top: 40px;
    margin-bottom: 30px;
	}

#slide-tit .desc-slide{
    margin-top: 20px;
    margin-bottom: 20px;
	}

#sotto-menu{
    margin-top: 230px;
    }


    
	
}

@media screen and (max-width: 290px) {
    
#slide-tit{
    background-color: var(--blu);
	margin-top: -1px;
	}

#slide-tit .tit-slide{
    margin-top: 40px;
    margin-bottom: 30px;
	}

#slide-tit .desc-slide{
    margin-top: 20px;
    margin-bottom: 20px;
	}

#sotto-menu{
    margin-top: 270px;
    }


	
}