@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: 200;
	overflow-x: hidden;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #FFFFFF;
}
header,
.hero,
.about,
.gallery,
.banner,
.copyright {
	filter: grayscale(100%);
}

/* Banner Sito in Costruzione */
.construction_banner {
	position: fixed;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	background-color: rgba(28, 57, 106, 0.92);
	color: #FFFFFF;
	font-family: 'Arial Black', 'Arial Black', Gadget, sans-serif;
	font-weight: 900;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	padding: 35px 20px;
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
	font-size: 48px;
	z-index: 500;
	pointer-events: none;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.construction_banner {
		font-size: 26px;
		padding: 20px 15px;
	}
}
/* Navigation */
header {
	width: 100%;
	height: 65px;
	background-color: #1c396a;
	border-bottom: 1px solid #1c396a;
}
.logo_link {
	float: left;
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	margin-left: 15px;
}
.logo_img {
	height: 55px;
	width: auto;
	margin-top: 0px;
}
.logo {
	color: #fff;
	font-weight: 900;
	font-size: 22px;
	letter-spacing: 5px;
	white-space: nowrap;
	font-family: 'Arial Black', 'Arial Black', Gadget, sans-serif;
}
nav {
	float: right;
	width: auto;
	text-align: right;
	margin-right: 40px;
	margin-top: 8px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #004274;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	letter-spacing: 4px;
	font-size: 80px;
	font-family: 'Arial Black', 'Arial Black', Gadget, sans-serif;
	font-weight: 900;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #004274;
}
.hero_info {
	display: flex;
	justify-content: center;
	gap: 80px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 30px;
}
.hero_info_left,
.hero_info_right {
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: lighter;
}
.hero_slogan {
	color: #FFFFFF;
	text-align: center;
	margin-top: 30px;
	font-size: 22px;
	font-weight: bold;
}
/* Hero Section */
.hero {
	background-color: #004274;
	padding-top: 150px;
	padding-bottom: 150px;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: block;
	background-color: #FFFFFF;
	margin-top: 0px;
	text-align: center;
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: block;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.carousel_wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel_track_container {
	width: 100%;
	overflow: hidden;
}
.carousel_track {
	display: flex;
	transition: transform 0.4s ease;
}
.thumbnail {
	width: 100%;
	text-align: center;
}
.carousel_slide {
	width: 100%;
	flex-shrink: 0;
	box-sizing: border-box;
	margin-top: 35px;
	padding-left: 80px;
	padding-right: 80px;
}
.carousel_slide_double {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0px;
}
.thumbnail_pair {
	display: flex;
	flex-direction: row;
	gap: 50px;
	align-items: flex-start;
	width: 100%;
}
.thumbnail_half {
	width: 50%;
}
.rivenditori_col_half {
	text-align: center;
}
.carousel_arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #004274;
	color: #FFFFFF;
	border: none;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 10;
	font-size: 16px;
	transition: background-color 0.3s linear;
}
.carousel_arrow:hover {
	background-color: #717070;
}
.carousel_arrow_left {
	left: 15px;
}
.carousel_arrow_right {
	right: 15px;
}
.carousel_dots {
	text-align: center;
	margin-top: 20px;
}
.carousel_dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #D9D9D9;
	margin: 0 5px;
	cursor: pointer;
	transition: background-color 0.3s linear;
}
.carousel_dot.active {
	background-color: #004274;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #004274;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
	background-color: #004274;
	background-image: url(../images/parallax.png);
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner_inner {
	display: flex;
	align-items: center;
	padding-left: 60px;
	gap: 40px;
}
.supremo_link {
	flex-shrink: 0;
}
.supremo_img {
	height: 80px;
	width: auto;
	border-radius: 6px;
	transition: opacity 0.3s linear;
}
.supremo_img:hover {
	opacity: 0.8;
	cursor: pointer;
}
.banner_text {
	display: flex;
	flex-direction: column;
}
.parallax {
	color: #FFFFFF;
	text-align: left;
	padding-right: 0px;
	padding-top: 0px;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-bottom: 8px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: left;
	padding-right: 40px;
	width: 100%;
	float: none;
	font-weight: lighter;
	line-height: 23px;
	margin: 0px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.image-container {
	width: 250px;
	height: 250px;
	margin: 10px auto;
	display: block;
}
.product_img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.rivenditori_title {
	margin-top: 15px;
	margin-bottom: 25px;
	color: #004274;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.brand_logo {
	width: 80%;
	max-width: 200px;
	height: auto;
}

/* Footer More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.copyright_small {
	font-size: 10px;
	letter-spacing: 1px;
}
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.carousel_slide {
	padding-left: 20px;
	padding-right: 20px;
}
.carousel_slide_double {
	flex-direction: column;
	gap: 20px;
}
.thumbnail_pair {
	flex-direction: column;
	gap: 20px;
}
.thumbnail_half {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #004274;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #004274;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}

/* ===== VOCE DI MENU ATTIVA ===== */
ul li a.active {
	font-weight: bold;
	font-size: 16px; /* 2pt più grande rispetto ai 14px standard */
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

/* ===== PAGINA CONTATTI ===== */

/* Sezione info contatti */
.contact_info {
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contact_intro {
	text-align: center;
	color: #004274;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 50px;
	width: 60%;
}
.contact_card {
	width: 60%;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.contact_item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 25px;
	gap: 20px;
}
.contact_label {
	font-weight: bold;
	color: #004274;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 13px;
	width: 160px;
	flex-shrink: 0;

}
.contact_value {
	color: #717070;
	font-size: 15px;
}
.contact_value a {
	color: #717070;
	text-decoration: none;
	transition: color 0.3s linear;
}
.contact_value a:hover {
	color: #004274;
}

/* Sezione mappa */
.map_section {
	width: 100%;
	line-height: 0;
	display: block;
}
.map_section iframe {
	display: block;
	width: 100%;
}

/* Mobile - contatti */
@media (max-width: 767px) {
	.contact_card {
		width: 90%;
	}
	.contact_intro {
		width: 90%;
	}
	.contact_item {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}
	.contact_label {
		width: auto;
	}
}

/* ===== POPUP AVVISO ===== */
.popup_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}
.popup_overlay.show {
	display: flex;
}
.popup_box {
	position: relative;
	background-color: #FFFFFF;
	width: 90%;
	max-width: 420px;
	padding: 35px 30px;
	border-radius: 6px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	text-align: center;
}
.popup_box_large {
	max-width: 700px;
	width: 92%;
	padding: 45px 40px;
}
.popup_close {
	position: absolute;
	top: 12px;
	right: 18px;
	font-size: 26px;
	color: #B3B3B3;
	cursor: pointer;
	line-height: 1;
	transition: color 0.3s linear;
}
.popup_close:hover {
	color: #004274;
}
.popup_title {
	color: #004274;
	margin-top: 0px;
	margin-bottom: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 34px;
}
.popup_text {
	color: #000000;
	font-size: 21px;
	line-height: 30px;
	margin: 0px;
	margin-bottom: 25px;
}
.popup_map {
	position: relative;
	width: 100%;
	height: 350px;
	border-radius: 4px;
	overflow: hidden;
}
.popup_map iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.popup_map_lock {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	cursor: default;
}
