body {
	color: #666666;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	/*color: #203b7c;*/
	color: #797979;
}
a {
	color: #666666;
}
a:hover {
	color: #383b3e;
}

.bg-gradient-dark {
	/*background-image: linear-gradient(310deg, #0c1026 0%, #1a266b 100%) !important;*/
	background-image: linear-gradient(310deg, #383b3e 0%, #0f0f14 100%) !important;
}
.bg-gradient-dark.bg-gradient-dark-grey {
	background-image: linear-gradient(310deg, #111111 0%, #1d1f25 50%, #111111 100%) !important;
}
.bg-gradient-warning {
	/*background-image: linear-gradient(310deg, #e82913 0%, #cf0000 50%, #ab0000 100%) !important;*/
	background-image: linear-gradient(310deg, #949a9a 0%, #838c90 50%, #bebebe 100%) !important;
}
.text-gradient.text-warning {
	/*background-image: linear-gradient(310deg, #ab0000 0%, #cf0000 50%, #e82913 100%) !important;*/
	background-image: linear-gradient(310deg, #949a9a 0%, #7a8083 50%, #585e63 100%) !important;
}

.btn {
	transform: none !important;
	border-radius: 8px !important;
}

.btn.bg-gradient-warning {
	color: #ffffff !important;
	background-image: linear-gradient(310deg, #949a9a 0%, #7a8083 50%, #585e63 100%) !important;
	border: 2px solid rgba(0,0,0,0)!important;
	/* border-radius: 0 !important; */
	box-shadow: none !important;
	transform: none !important;
}
.btn.bg-gradient-warning:hover {
	color: #ffffff !important;
	/* background-image: linear-gradient(310deg, #0f0f14 0%, #383b3e 100%) !important; */
	background-image: linear-gradient(310deg, #383b3e 0%, #0f0f14 100%) !important;
	border: 2px solid rgba(0,0,0,0)!important;
}
.btn.bg-gradient-warning.bg-gradient-warning-2 {
	color: #ffffff !important;
	background-image: linear-gradient(310deg, #0f0f14 0%, #383b3e 100%) !important;
	border: none !important;
}
.btn.bg-gradient-warning.bg-gradient-warning-2:hover {
	background-image: linear-gradient(45deg, #0f0f14 0%, #383b3e 100%) !important;
}

.btn.bg-gradient-warning.bg-gradient-warning-rosso {
	background: #9b0c0c !important;
}
.btn.bg-gradient-warning.bg-gradient-warning-nero {
	background: #1d1d1d !important;
}
.btn.bg-gradient-warning.bg-gradient-warning-grigio {
	background: #5d6163 !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Open Sans';
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0;
}

.text-grey {
	color: #999999 !important;
}

html, body {
	-ms-overflow-style: none !important;
	scrollbar-width: none !important;
}
html::-webkit-scrollbar, body::-webkit-scrollbar {
	display: none !important;
	width: 0px !important;
	background: transparent !important;
}

.min-h-100 {
	min-height: 100% !important;
}

.btn.btn-hero {
	color: #fff;
	/* background: rgba(255, 255, 255, 0); */
	background: rgba(255, 255, 255, 0.2);
	border: 0;
	border-radius: 0;
	box-shadow: #fff 0px 0px 0px 1px !important;
	transform: none !important;
}
.btn.btn-hero:hover {
	/* background: rgba(255, 255, 255, 0.2); */
	box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px !important;
}
.gallery-wuel .el-gallery-wuel {
	height: 280px;
	margin-bottom: var(--bs-gutter-x);
}
.gallery-wuel .el-gallery-wuel .el-gallery-wuel-img-bg {
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.gallery-wuel .el-gallery-wuel .el-gallery-wuel-img-bg:hover {
	box-shadow: rgba(0, 0, 0, 0.6) 0px 12px 28px 0px, rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
}
.gallery-wuel .el-gallery-wuel .el-gallery-wuel-info {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
}
.gallery-wuel .el-gallery-wuel .el-gallery-wuel-info:hover {
	opacity: 1;
}
.gallery-wuel .el-gallery-wuel .el-gallery-wuel-info .p-testo2 {
	text-transform: uppercase;
}
.gallery-wuel .el-gallery-wuel .el-gallery-wuel-info .p-testo3 {
	
}

@media (max-width: 1399px) {
	.gallery-wuel .el-gallery-wuel {
		height: 210px;
	}
}
@media (max-width: 1199px) {
	.gallery-wuel .el-gallery-wuel {
		height: 250px;
	}
}
@media (max-width: 991px) {
	.gallery-wuel .el-gallery-wuel {
		height: 180px;
	}
	.gallery-wuel .el-gallery-wuel .el-gallery-wuel-info {
		opacity: 1;
		max-height: 63px;
	}
	.gallery-wuel .el-gallery-wuel .el-gallery-wuel-info p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
	}
	.gallery-wuel .el-gallery-wuel .el-gallery-wuel-info p.p-testo2 {
		padding-bottom: 0 !important;
	}
	.gallery-wuel .el-gallery-wuel .el-gallery-wuel-info p.p-testo3 {
		display: none;
	}
}
@media (max-width: 767px) {
	.gallery-wuel .el-gallery-wuel {
		height: 240px;
	}
}
@media (max-width: 575px) {
	.gallery-wuel .el-gallery-wuel {
		height: 48vw;
	}
}

#modale {
	background: rgba(0, 0, 0, 0.65);
}
#modale .modal-dialog {
	max-width: 90vw;
	max-height: 90vh;
	width: auto;
	height: auto;
	border: 0 !important;
	box-shadow: none !important;
}
#modale .modal-dialog .modal-content {
	display: flex;
	align-items: center;
	justify-content: center;
	background: none !important;
	border-radius: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
	position: relative;
}
#modale .modal-dialog .modal-content .modal-body {
	padding: 0 !important;
	z-index: 8;
}
#modale .modal-dialog .modal-content .modal-body .video-element {
	max-width: 1280px;
	max-height: 720px;
	width: 100%;
	max-height: 90vh;
	height: auto;
	aspect-ratio: 16 / 9;
}
#modale .modal-dialog .modal-content .modal-body .video-container video {
	width: 100%;
	height: 100%;
}
#modale .modal-dialog .modal-content .modal-body .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 12px;
	font-size: 32px;
	z-index: 9;
}
#modale .modal-dialog .modal-content .modal-body > img {
	width: 10vw;
	max-width: 120px;
	min-width: 80px;
	position: absolute;
	z-index: 980;
	left: 13px;
	top: 12px;
}
@media (max-width: 575px) {
	#modale .modal-dialog {
		max-width: 100vw;
	}
	#modale .modal-dialog .modal-content .modal-body .btn-close {
		font-size: 24px;
	}
}

#text-why-italy {
	column-count: 1;
}
#logo img {
	/* height: 65px; */
	height: 125px;
	width: auto;
}

#hero-home .page-header {
	background: #000 !important;
	position: relative !important;
	overflow: hidden;
}
#hero-home .page-header .div-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#hero-home .page-header .div-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	object-fit: cover;
	opacity: 0.5;
}

@media (min-width: 768px) {
	#text-why-italy {
		column-count: 2;
		column-gap: 3rem;
	}
}

.content-hidden {
	height: 0;
	overflow: hidden;
	transition: height 0.5s ease-out;
}
.content-visible {
	height: auto;
	overflow: hidden;
	transition: height 0.5s ease-out;
}

#our-reel .filter-button.text-white {
	border-bottom: 1px solid rgba(255,255,255,0);
}
#our-reel .filter-button.text-white.active, #our-reel .filter-button.text-white:hover {
	border-bottom: 1px solid rgba(255,255,255,1);
}

#div_mappa_location {
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
#div_mappa_location #div_img_mappa_location {
	width: 100%;
	height: auto;
	max-height: 100vh;
	aspect-ratio: 2000 / 1248;
}
#div_mappa_location #div_img_mappa_location #div_int_img_mappa_location {
	width: auto;
	max-width: 100vw;
	height: 100%;
	margin: 0 auto;
	position: relative;
	aspect-ratio: 2000 / 1248;
}
#div_mappa_location #div_img_mappa_location #img_mappa_location {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#div_mappa_location #div_img_mappa_location .a_location {
	position: absolute;
	z-index: 8;
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	border: 0 !important;
	text-align: center;
}
#div_mappa_location #div_img_mappa_location .a_location span {
	color: #fff !important;
	background: rgba(0,0,0,0.4);
	padding: 2px 8px;
	font-size: 15px;
}
#div_mappa_location #div_img_mappa_location .a_location img {
	display: block;
	margin: 0 auto 6px auto;
}
#div_mappa_location #div_img_mappa_location .a_location-milan {
	left: 50%;
	top: 29%;
}
#div_mappa_location #div_img_mappa_location .a_location-venice {
	left: 62%;
	top: 30%;
}
#div_mappa_location #div_img_mappa_location .a_location-turin {
	left: 46%;
	top: 34%;
}
#div_mappa_location #div_img_mappa_location .a_location-genoa {
	left: 52%;
	top: 36.5%;
}
#div_mappa_location #div_img_mappa_location .a_location-monaco {
	left: 43.5%;
	top: 43%;
}
#div_mappa_location #div_img_mappa_location .a_location-bologna {
	left: 58%;
	top: 36%;
}
#div_mappa_location #div_img_mappa_location .a_location-florence {
	left: 58%;
	top: 45%;
}
#div_mappa_location #div_img_mappa_location .a_location-rome {
	left: 62%;
	top: 54%;
}
#div_mappa_location #div_img_mappa_location .a_location-naples {
	left: 67%;
	top: 59.5%;
}
#div_mappa_location #div_img_mappa_location .a_location-amalfi {
	left: 71%;
	top: 65%;
}
#div_mappa_location #div_img_mappa_location .a_location-apulia {
	left: 78%;
	top: 62.5%;
}
#div_mappa_location #div_img_mappa_location .a_location-sardinia {
	left: 51%;
	top: 67.5%;
}
#div_mappa_location #div_img_mappa_location .a_location-sicily {
	left: 69%;
	top: 86%;
}
#div_mappa_location #div_img_mappa_location .a_location-barcelona {
	left: 28%;
	top: 56.5%;
}
#div_mappa_location #div_img_mappa_location .a_location-42parallel {
	left: 28%;
	top: 67%;
}

#div_mappa_location #div_btn_mappa_location {
	/* position: fixed; */
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	max-width: 270px;
}
#div_mappa_location #div_btn_mappa_location .btn {
	color: #fff;
	background: rgba(0,0,0,0.5) !important;
	padding: 12px 16px !important;
}
#div_mappa_location #div_btn_mappa_location .btn:hover {
	color: #222;
	background: rgba(255,255,255,0.5) !important;
}

#div_mappa_location #img_chart_mappa_location {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}

.form-control.form-control-2 {
	border: 2px solid #555 !important;
	/* border-radius: 0 !important; */
	border-radius: 8px !important;
	padding: 7px 10px !important;
}

#about-us .about-us-text {
	column-count: 1;
}
@media (min-width: 576px) {
	#about-us .about-us-text {
		column-count: 2;
		column-gap: 3rem;
	}
}

#popup-climate-chart {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.66);
	z-index: 9999;
}
#popup-climate-chart .popup-content {
	width: 1216px;
	height: 1431px;
	max-width: 90%;
	max-height: 90%;
	text-align: center;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#popup-climate-chart .popup-content img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
#popup-climate-chart .btn-close {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 40px;
	z-index: 9999;
}



