/*Questo file è dedicato agli stili invernali, viene caricato dinamicamente se l'impostazione è attiva
 * alternativamente viene caricato summer_style.css*/

.season-background {
	background-color: #0070DD !important;
	border-color: #fff !important;
}

.qodef-menu-item-text::after {
	background-color: #0070DD !important;
}

#qodef-side-area {
  background-color: #003161 !important;

}


#qodef-page-footer-top-area {
	background-color: #00386F;
}

#qodef-page-footer-top-area-inner{
	border-top: #fff !important;
	border-bottom:#fff !important;
}

#qodef-page-footer-bottom-area {
	background-color: #00274D;
}


.search-hero-image {
	background-image: url("../img/winter.jpg");
	background-size: cover;
	background-position:center;
}