@charset "UTF-8";
/* layout */
html, body {
	/*height: 100%;*/
	width: 100%;
	line-height: normal; /* sovrascrive default bootstrap */
}

body {
	background-size: 100% 100%;
	background-color: #28130a;
}

#barra_menu_alto {
	/* background-color: #56332a; */
	
}

#contenitore_menu {
	min-height: 108px;
}

#contenitore_menu li.testonormale.bandiera a {
	padding-left: 0px;
	padding-right: 0px;
}

#contenitore_menu .nav-item .active {
	text-decoration: underline;
}

.testo_menu {
	font-family: "Raleway-Regular", sans-serif !important;
	/* font-weight: 400 !important; */
	color: #f9e79f !important;
	font-size: 24px;
	/* font-size: 28px; */
	text-transform: lowercase;
	white-space: nowrap;
}

.testo_menu_logo {
	/* font-family: "ZapfinoExtraLT-One", sans-serif !important; */
	font-family: "ZapfinoLinotypeOne", sans-serif !important;
	/* font-weight: 400 !important; */
	color: #ffffff !important;
	font-size: 67px;
	/* font-size: 6vw; */
	/* text-transform: lowercase; */
	white-space: nowrap;
}

.testo_menu_logo_piccolo {
	/* font-family: "ZapfinoExtraLT-One", sans-serif !important; */
	font-family: "ZapfinoExtraLT-One", sans-serif !important;
	/* font-weight: 400 !important; */
	color: #ffffff !important;
	font-size: 45px;
	/* text-transform: lowercase; */
	white-space: nowrap;
}

.testo_menu_logo_foglie {
	font-family: "ZapfinoExtraLT-One", sans-serif !important;
	/* font-weight: 400 !important; */
	color: #ffffff !important;
	font-size: 40px;
	/* text-transform: lowercase; */
	white-space: nowrap;
	line-height: 76px;
	/* line-height: 116px; */
}

.titolo_bianco {
	font-family: "raleway_extralight", sans-serif !important;
	/* font-weight: 400 !important; */
	color: #ffffff !important;
	font-size: 30px;
	text-transform: lowercase;
/* 	white-space: nowrap; */
}

.testo_bianco {
	font-family: "raleway_extralight", sans-serif !important;
	/* font-weight: 400 !important; */
	color: #ffffff !important;
	font-size: 20px;
/* 	white-space: nowrap; */
	word-wrap: anywhere;
}

.testo_footer {
	font-family: "raleway_regular", sans-serif !important;
	/* font-weight: 400 !important; */
	color: #ffffff !important;
	font-size: 15px;
	/* white-space: nowrap; */
	line-height: 3em;
}

.contenitore_principale {
	padding: 0px;
}

.bordino_oro {
	border: 1px solid #f9e79f;
}

.bordo_oro {
	border: 7px solid #f9e79f !important;
}

.bordo_oro:hover {
	border: 7px solid #b5930b !important;
}

.bordo_oro_selezionato {
	border: 7px solid #b5930b !important;
}

#contenitore_footer {
	
}

#contenitore_footer .card {
	background-color: transparent;
	padding-left: 20px;
}

#contenitore_footer .card a {
	
}

footer {
	background-color: #3c1505;
	width: 100%;
}

.righefooter .card {
	padding-top: 90px;
	padding-bottom: 15px;
}

#logo_piccolo_footer {
	font-family: "ZapfinoExtraLT-One", sans-serif !important;
	/* font-weight: 400 !important; */
	color: #ffffff !important;
	font-size: 31px;
	/* text-transform: lowercase; */
	white-space: nowrap;
}

#firma {
	text-align: right;
	padding-right: 3%;
	padding-bottom: 3%;
	color: #f9e79f;
}

#firma a {
	color: #f9e79f;
	font-weight: bold;
}

#payoff {
		text-align: center;
	}

@media ( min-width : 768px) {
	.righefooter {
		width: 100%;
		margin: 0 auto;
	}
	
	#payoff {
		text-align: center;
	}
}

@media ( min-width : 992px) {
	#contenitore_menu li.testonormale {
		line-height: 71px;
	}
	
	#payoff {
		margin-left: 57px;
		text-align: left;
	}
	
}

@media ( min-width : 1200px) {
	.righefooter {
		width: 90%;
		margin: 0 auto;
	}
	.testo_menu_logo_foglie {
		font-family: "ZapfinoExtraLT-One", sans-serif !important;
		/* font-weight: 400 !important; */
		color: #ffffff !important;
		font-size: 41px;
		/* font-size: 55px; */
		/* text-transform: lowercase; */
		white-space: nowrap;
		line-height: 76px;
		/* line-height: 116px; */
	}
	
	#payoff {
		margin-left: 57px;
		text-align: left;
	}
	
	.testo_footer {
		line-height: 2em;
	}
	
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(249, 231, 159, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggle {
	border-color: rgba(249, 231, 159,.1) !important;
}

.dropdown-item {
	line-height: normal;
}

a {
	color: #ffffff;
}

a:hover {
	color: #ffffff;
}

.dropdown-item.active, .dropdown-item:active {
	background: #28130a;
}

.foto_galleria {
	cursor: pointer;
}

.test {
	border: 1px solid red;
}