/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 18 2024 | 12:23:53 */
selector {height: 0px;}

/* Desk trasformazione del logo su scroll */
@media (min-width: 768px) {
	.smaller {
		width: 5% !important;
		top: 0% !important;}

	/*  modalità della trasformazione */
	#logo_sito {
		width: 15%;
		position: fixed !important;
		top: 10%;
		-webkit-transition: 1s ease; transition : 1s ease;}
}
	
	
/* desk - aggiunta di sfondo e cambio altezza su scroll  */

@media (min-width: 768px) {
#menu_unico {background-color: transparent;
			transition: 1s ease;}
.sfondo {background-color: #AC2A3A !important; transition: 1s ease;}
.less_height {height: 70px !important;  transition: 1s ease;}
}

/* mob - aggiunta di sfondo su scroll  */

@media (max-width: 767px) {
.sfondo {background-color: #AC2A3A !important; background-image: none !important; height: 60px !important;}
}