/*
// ultima modifica: 31/03/2026

*/


/****** VARIABILI ******/
:root {
	--colore_alpi: #336699;
	--colore_dolomiti: #33CC33;
	--colore_centro: #FF8822;
	--colore_sud: #CCCC09; /*E0E000*/
}


/****** DEFAULT HTML ******/
BODY {
	margin: 0px;
	background-color: #FFFFFF;
	text-align: center;
}
DIV, P, TD {
	font-family: Inter, Poppins, verdana, arial;
	font-size: 15px;
	color: #333333;
}
A, A:hover {
	font-family: Inter, Poppins, verdana, arial;
	font-size: 15px;
	color: #742E00; /* 775033 */
	text-decoration: underline;
}
A:visited, A:visited:hover {
	color: #FF6600;
	text-decoration: underline;
}


.hr1 {
	height: 1px;
	background: #AAAAAA;
	border: 0px;
}







/****** Carattere speciale per i titoli ******/
@font-face {
	font-family: staccato;
	src: url("font/stac222n-webfont.eot") /* EOT file for IE */
}
@font-face {
	font-family: staccato;
	src: url("font/STAC222N.TTF") /* TTF file for CSS3 browsers */
}

@font-face {
	font-family: 'newsgoth_cn_btregular';
	src: url('font/newsgotc-webfont.eot');
	src: url('font/newsgotc-webfont.eot?#iefix') format('embedded-opentype'),
		url('font/newsgotc-webfont.woff') format('woff'),
		url('font/newsgotc-webfont.ttf') format('truetype'),
		url('font/newsgotc-webfont.svg#newsgoth_cn_btregular') format('svg');
	font-weight: normal;
	font-style: normal;
}





@media only screen and (max-width: 980px) {
	.header_logo {width: 60% !important;}
	.header_buttonbar {display: none !important;}
	.img_menu_device {display: block !important;}
	.header_logo IMG {width: 300px !important;}

	.HP_page_sx {width: 50% !important;}
	.HP_page_dx {width: 49% !important;}

	/*.img_par_full {width: 100% !important; height: auto !important;}*/
}


@media only screen and (max-width: 768px) {
	.footerLogo {
		width: 22% !important;
	}
	.footerLogo_img {
		width: 120px !important;
	}
	.footerCredits {
		width: 75% !important;
		margin: 20px 0px 30px 1% !important;
	}
	.footer_fiavet {
		display: none !important;
	}
	.footer_FIAVETicons {
		display: block !important;
		float: right;
		width: 60px;
		height: auto;
	}
}


@media only screen and (max-width: 640px) {
	#bb_device {
		width: 75% !important;
		margin-left: 25% !important;
		-webkit-animation: bb_device_move640 1s !important;
		animation: bb_device_move640 1s !important;
	}
}


@media only screen and (max-width: 580px) {
	.HP_page_sx {
		display: block !important;
		width: 100% !important;
	}
	.HP_page_dx {
		display: block !important;
		width: 100% !important;
		margin-top: 30px;
	}
	.HP_box_area {
		max-width: 100% !important;
		/*margin: 40px auto;*/
	}

	.footerLogo_img {
		width: 160px !important;
	}
	.footerLogo {
		display: block !important;
		width: 240px !important;
		margin: 20px auto !important;
	}
	.footerCredits {
		display: block !important;
		width: 100% !important;
		margin: 10px auto !important;
		line-height: 18px !important;
	}
	.footer_FIAVETicons {
		float: none !important;
		margin: 0px auto 30px auto;
	}

	.HP_bottPP, .HP_bottPP:visited {
		font-size: 16px !important;
		font-weight: normal !important;
		letter-spacing: 0px !important;
	}
}


@media only screen and (max-width: 510px) {
	#bb_device {
		width: 100% !important;
		margin-left: 0% !important;
		-webkit-animation: bb_device_move480 1s !important;
		animation: bb_device_move480 1s !important;
	}
}


@media only screen and (max-width: 440px) {
	.header_top {width: 96% !important;}
	.header_logo IMG {width: 280px !important;}
	.img_menu_device {
		right: 0px !important;
		width: 34px !important;
		height: 31px !important;
		padding: 5px !important;
	}
}


@media only screen and (max-width: 360px) {
	.header_logo IMG {width: 260px !important;}

	.footerCredits {width: 95% !important;}
	.footer_socialicons {margin: 0px 16px 0px 0px !important;}
}





/****** HEADER ******/
HEADER {
	position: relative;
	width: 100%;
	margin: 0px;
}
.header_top {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 92%;
	max-width: 1400px;
	margin: 15px auto 6px auto;
}
.header_logo {
	position: relative;
	vertical-align: top;
	width: 34%;
	text-align: left;
}
.header_logo IMG {
	width: 100%;
	max-width: 380px;
	height: auto;
}
.header_buttonbar {
	position: relative;
	width: 65%;
	margin-top: 32px;
	text-align: left;
}
.header_dx {
	position: relative;
	width: 8%;
	margin-top: 20px;
	text-align: right;
	display: none;
}
.header_img {
	position: relative;
	width: 100%;
	padding: 6px 0px 6px 0px;
	border-top: 1px #303030 solid;
	border-bottom: 1px #303030 solid;
}





/****** BUTTON BAR ******/
.header_buttonbar UL {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.header_buttonbar LI {
	display: inline;
	margin: 0px 15px 0px 15px;
	padding: 0px 8px 5px 8px;
}

.header_BB_link, .header_BB_link:visited {
	font-family: newsgoth_cn_btregular, Inter, Poppins, Verdana, Arial;
	font-size: 24px;
	font-weight: bold;
	color: #742E00; /* color: #BFA88E; 775033 */
	text-decoration: none;
	transition: 0.2s;
}
.header_BB_link:hover, .header_BB_link:visited:hover {
	font-family: newsgoth_cn_btregular, Inter, Poppins, Verdana, Arial;
	font-size: 24px;
	color: #BFA88E; /* color: #BFA88E; 775033 */
	text-decoration: none;
	padding-bottom: 6px;
	border-bottom: 3px #742E00 solid;
}
.header_BB_nolink {
	font-family: newsgoth_cn_btregular, Inter, Poppins, Verdana, Arial;
	font-size: 24px;
	font-weight: bold;
	color: #742E00;
}
#BB_tours {
	display: none;
}

.header_BBcascata {
	position: absolute;
	top: 26px;
	left: 16px;
	padding-top: 18px;
	display: none;
	z-index: 1000;
	width: 220px;
	text-align: left;
}
.BB_int {
	border-bottom: 1px #A0A0A0 solid;
	background: rgba(30, 30, 30, 0.9);
	padding: 10px 10px 8px 20px;
	box-sizing: border-box;
	font-family: newsgoth_cn_btregular, Inter, Poppins, Verdana, Arial;
	font-size: 23px;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.BB_int:hover {
	background: rgba(100, 100, 100, 0.9);
}






/****** BUTTON BAR - DEVICE ******/
.img_menu_device {
	position: absolute;
	top: 5px;
	right: 20px;
	width: 60px;
	height: 41px;
	padding: 10px;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #FFFFFF;
	text-align: center;
	cursor: pointer;
	display: none;
	z-index: 1200;
}
.img_menu_device:hover {background: #CCCCCC;}

#bb_device {
	position: absolute;
	margin-top: 0px;
	width: 60%;
	margin-left: 40%;
	text-align: left;
	z-index: 2000;
	/*background: rgba(0, 0, 0, 0.4);*/
    -webkit-animation: bb_device_move 1s;
    animation: bb_device_move 1s;
}
/* Standard syntax */
@keyframes bb_device_move {
	from {width: 0%; margin-left: 100%;}
	to {width: 60%; margin-left: 40%;}
}
/* Chrome, Safari, Opera */
@-webkit-keyframes bb_device_move {
	from {width: 0%; margin-left: 100%;}
	to {width: 60%; margin-left: 40%;}
}
/* Standard syntax */
@keyframes bb_device_move640 {
	from {width: 0% !important; margin-left: 100% !important;}
	to {width: 75% !important; margin-left: 25% !important;}
}
/* Chrome, Safari, Opera */
@-webkit-keyframes bb_device_move640 {
	from {width: 0% !important; margin-left: 100% !important;}
	to {width: 75% !important; margin-left: 25% !important;}
}
/* Standard syntax */
@keyframes bb_device_move480 {
	from {width: 0%; margin-left: 100%;}
	to {width: 100%; margin-left: 0%;}
}
/* Chrome, Safari, Opera */
@-webkit-keyframes bb_device_move480 {
	from {width: 0%; margin-left: 100%;}
	to {width: 100%; margin-left: 0%;}
}

.BB_mobile {
	display: block;
}
.BB_mobile_nodo {
	border-bottom: 1px #A0A0A0 solid;
}
.BB_mobile_ico {
	float: left;
	width: 10%;
	margin-top: 0px;
	padding: 10px 6px 10px 6px;
	box-sizing: border-box;
	text-align: center;
}
.BB_mobile_text, .BB_mobile_text:visited {
	float: left;
	width: 90%;
	margin-top: 0px;
	padding: 10px 10px 8px 12px;
	box-sizing: border-box;
	font-family: newsgoth_cn_btregular, Inter, Poppins, Verdana, Arial;
	font-size: 23px;
	color: #FFFFFF;
	text-decoration: none;
}
.BB_mobile_text:hover, .BB_mobile_text:visited:hover {
	font-family: newsgoth_cn_btregular, Inter, Poppins, Verdana, Arial;
	font-size: 23px;
	color: #FF6600;
	text-decoration: none;
}
.BB_mobile_text_nolink {
	float: left;
	width: 90%;
	margin-top: 0px;
	padding: 10px 10px 8px 12px;
	box-sizing: border-box;
	font-family: newsgoth_cn_btregular, Inter, Poppins, Verdana, Arial;
	font-size: 23px;
	color: #FFFFFF;
}
.BB_mobile_bg1 {background: rgba(20, 20, 20, 0.9);}
.BB_mobile_bg2 {background: rgba(50, 50, 50, 0.9);}
.BB_mobile_bg3 {background: rgba(80, 80, 80, 0.9);}






/****** DEFAULT ELEMENTS ******/
.marginTop8 {margin-top: 8px;}
.marginTop10 {margin-top: 10px;}
.marginTop20 {margin-top: 20px;}
.marginTop40 {margin-top: 40px;}
.marginTop60 {margin-top: 60px;}
.marginBottom30 {margin-bottom: 30px;}
.marginBottom40 {margin-bottom: 40px;}
.marginBottom60 {margin-bottom: 60px;}
.marginBottom80 {margin-bottom: 80px !important;}
.img_responsive {
	width: 100%;
	height: auto;
}

.color_1, .color_1:visited, .color_1:hover, .color_1:visited:hover {color: var(--colore_alpi);}
.color_2, .color_2:visited, .color_2:hover, .color_2:visited:hover {color: var(--colore_dolomiti);}
.color_3, .color_3:visited, .color_3:hover, .color_3:visited:hover {color: var(--colore_sud);}
.color_4, .color_4:visited, .color_4:hover, .color_4:visited:hover {color: var(--colore_centro);}

.bg_1 {background: var(--colore_alpi);}
.bg_2 {background: var(--colore_dolomiti);}
.bg_3 {background: var(--colore_sud);}
.bg_4 {background: var(--colore_centro);}

.bg_1_light {background: #ECF2FF;}
.bg_2_light {background: #EDFBED;}
.bg_3_light {background: #FFFFDB;}
.bg_4_light {background: #FFF3EB;}

/*
.coloreTesto1 {color: #5BAD38;}
.coloreTesto2 {color: #1060E0;}
.coloreTesto3 {color: #E02F2F;}
.coloreTesto4 {color: #77493A;}
.testoArancio {color: #EE7700;}
*/





/****** MAIN CONTENT ******/
.main_page {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 50px auto 50px auto;
}
.main_page2 {
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin: 40px auto 40px auto;
}
.main_text {
	position: relative;
	max-width: 1200px;
	margin: 30px auto 30px auto;
	text-align: justify;
	font-family: newsgoth_cn_btregular, Inter, Poppins, Verdana, Arial;
	font-size: 26px;
	color: #77493A;
}

.main_text A, .main_text A:visited {
	font-family: newsgoth_cn_btregular, Inter, Poppins, Verdana, Arial;
	font-size: 26px;
	color: #FF6600;
}
.main_text A:hover, .main_text A:visited:hover {
	color: #742E00;
	text-decoration: underline;
}





/****** HOME ******/
.HP_page {
	position: relative;
	width: 92%;
	max-width: 1200px;
	margin: 40px auto 40px auto;
}
.HP_page_sx {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 40%;
}
.HP_page_dx {
	position: sticky;
	top: 0;
	display: inline-block;
	vertical-align: top;
	width: 59%;
	padding: 20px;
	box-sizing: border-box;
}
.HP_page_dx_text {
	position: relative;
	max-width: 500px;
	margin: 0px auto;
	font-family: newsgoth_cn_btregular, Inter, Poppins, Verdana, Arial;
	font-size: 26px;
	color: #77493A;
}
.HP_box_area {
	position: relative;
	max-width: 380px;
	margin-top: 50px;
	padding: 8px 10px 0px 36px;
	box-sizing: border-box;
	text-align: left;
	-webkit-border-radius: 0px 12px 0px 12px;
	border-radius: 0px 12px 0px 12px;
}

.HP_box_area_1 {
	border-top: 1px var(--colore_alpi) solid;
	border-bottom: 1px var(--colore_alpi) solid;
}
.HP_box_area_1:before {
	content: "";
	background: var(--colore_alpi);
	position: absolute;
	top: 10px;
	left: 4px;
	height: 24px;
	width: 24px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.HP_box_area_2 {
	border-top: 1px var(--colore_dolomiti) solid;
	border-bottom: 1px var(--colore_dolomiti) solid;
}
.HP_box_area_2:before {
	content: "";
	background: var(--colore_dolomiti);
	position: absolute;
	top: 10px;
	left: 4px;
	height: 24px;
	width: 24px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.HP_box_area_3 {
	border-top: 1px var(--colore_sud) solid;
	border-bottom: 1px var(--colore_sud) solid;
}
.HP_box_area_3:before {
	content: "";
	background: var(--colore_sud);
	position: absolute;
	top: 10px;
	left: 4px;
	height: 24px;
	width: 24px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.HP_box_area_4 {
	border-top: 1px var(--colore_centro) solid;
	border-bottom: 1px var(--colore_centro) solid;
}
.HP_box_area_4:before {
	content: "";
	background: var(--colore_centro);
	position: absolute;
	top: 10px;
	left: 4px;
	height: 24px;
	width: 24px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.HP_box_titolo {
	font-family: newsgoth_cn_btregular, Inter, Poppins, Verdana, Arial;
	font-size: 28px;
}
.HP_box_titolo_link, .HP_box_titolo_link:visited {
	font-family: newsgoth_cn_btregular, Inter, Poppins, Verdana, Arial;
	font-size: 28px;
	text-decoration: none;
}
.HP_box_titolo_link:hover, .HP_box_titolo_link:visited:hover {
	font-family: newsgoth_cn_btregular, Inter, Poppins, Verdana, Arial;
	font-size: 28px;
	text-decoration: none;
}

.HP_box_area UL {
	margin-left: 0px;
	padding-left: 0px;
}
.HP_box_area UL LI {
	padding-bottom: 10px;
}
.HP_box_area_li_1::marker {color: var(--colore_alpi);}
.HP_box_area_li_2::marker {color: var(--colore_dolomiti);}
.HP_box_area_li_3::marker {color: var(--colore_sud);}
.HP_box_area_li_4::marker {color: var(--colore_centro);}

.HP_box_bott, .HP_box_bott:visited {
	position: relative;
	float: right;
	padding: 1px 20px 1px 20px;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-family: newsgoth_cn_btregular, Inter, Poppins, Verdana, Arial;
	font-size: 22px;
	color: #FFFFFF;
	text-decoration: none;
}
.HP_box_bott:hover, .HP_box_bott:visited:hover {
	font-family: newsgoth_cn_btregular, Inter, Poppins, Verdana, Arial;
	font-size: 22px;
	color: #FFFFFF;
	text-decoration: none;
	background: #999999;
}









/****** ELENCO VIAGGI ******/
.elenco_titolo {
	font-family: newsgoth_cn_btregular, Inter, Poppins, Verdana, Arial;
	font-size: 36px;
	padding-left: 40px;
	padding-bottom: 10px;
	box-sizing: border-box;
	text-align: left;
}
.elenco_titolo_1 {
	color: var(--colore_alpi);
	border-bottom: 1px var(--colore_alpi) solid;
}
.elenco_titolo_1:before {
	content: "";
	background: var(--colore_alpi);
	position: absolute;
	top: 6px;
	left: 0;
	height: 28px;
	width: 28px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.elenco_titolo_2 {
	color: var(--colore_dolomiti);
	border-bottom: 1px var(--colore_dolomiti) solid;
}
.elenco_titolo_2:before {
	content: "";
	background: var(--colore_dolomiti);
	position: absolute;
	top: 6px;
	left: 0;
	height: 28px;
	width: 28px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.elenco_titolo_4 {
	color: var(--colore_centro);
	border-bottom: 1px var(--colore_centro) solid;
}
.elenco_titolo_4:before {
	content: "";
	background: var(--colore_centro);
	position: absolute;
	top: 6px;
	left: 0;
	height: 28px;
	width: 28px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.elenco_titolo_3 {
	color: var(--colore_sud);
	border-bottom: 1px var(--colore_sud) solid;
}
.elenco_titolo_3:before {
	content: "";
	background: var(--colore_sud);
	position: absolute;
	top: 6px;
	left: 0;
	height: 28px;
	width: 28px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.viaggio_box {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 50px;
	background: #EEEEEE;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.viaggio_box_img {
	position: relative;
	display: flex;
	width: 45%;
	padding: 18px;
	box-sizing: border-box;
}
.viaggio_box_testo {
	position: relative;
	width: 54%;
}

.viaggio_box_img_int {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	overflow: hidden;
	margin: 0px auto;
}
.viaggio_box_img_int_margin {
	margin: 0px 5% 0px 0px;
}
.img_200px_effect {
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin: 0px auto;
}
.img_200px_effect_int {
	width: 200px;
	height: 200px;
	margin-top: 0px;
	margin-left: 0px;
	transition: 0.3s;
}
.img_200px_effect_int:hover {
	width: 220px;
	height: 220px;
	margin-top: -10px;
	margin-left: -10px;
}

.viaggio_box_testo_int {
	position: relative;
	padding: 12px 18px 12px 16px;
	box-sizing: border-box;
	text-align: left;
}
.viaggio_box_titolo {
	position: relative;
	padding: 16px 18px 10px 16px;
	box-sizing: border-box;
	-webkit-border-radius: 0px 12px 0px 12px;
	border-radius: 0px 12px 0px 12px;
	text-align: left;
}
.viaggio_box_titolo A, .viaggio_box_titolo A:visited {
	font-family: newsgoth_cn_btregular, Inter, Poppins, Verdana, Arial;
	font-size: 28px;
	color: #FFFFFF;
	text-decoration: none;
	transition: 0.3s;
}
.viaggio_box_titolo A:hover, .viaggio_box_titolo A:visited:hover {
	color: #333333;
	text-decoration: none;
}
.viaggio_box_testo_item {
	margin-top: 8px;
	font-size: 16px;
}
.viaggio_box_view, .viaggio_box_view:visited {
	position: absolute;
	display: block;
	bottom: 12px;
	right: 12px;
	padding: 4px 20px 3px 20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-family: newsgoth_cn_btregular, Inter, Poppins, Verdana, Arial;
	font-size: 23px;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 1000;
	transition: 0.3s;
}
.viaggio_box_view:hover, .viaggio_box_view:visited:hover {
	padding: 4px 20px 3px 20px;
	background: #999999;
	font-family: newsgoth_cn_btregular, Inter, Poppins, Verdana, Arial;
	font-size: 23px;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 1000;
}






/****** SCHEDA VIAGGIO ******/
.viaggio_content {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.viaggio_back, .viaggio_back:visited {
	position: relative;
	float: right;
	margin-top: 5px;
	padding: 4px 20px 4px 20px;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/*font-family: newsgoth_cn_btregular, Inter, Poppins, Verdana, Arial;
	font-size: 22px;*/
	color: #FFFFFF;
	text-decoration: none;
}
.viaggio_back:hover, .viaggio_back:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #999999;
}


.viaggio_dati {
	position: relative;
	padding: 0px 50px 0px 0px;
	box-sizing: border-box;
	text-align: left;
}
.viaggio_img {
	position: relative;
	width: 250px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background: #EEEEEE;
}
.viaggio_img_int {
	position: relative;
	width: 200px;
	margin: 25px;
	overflow: hidden;
}
.viaggio_titolini {
	position: relative;
	margin-bottom: 6px;
	font-family: newsgoth_cn_btregular, Inter, Poppins, Verdana, Arial;
	font-size: 28px;
}
.viaggio_HL {
	position: relative;
	margin-bottom: 40px;
	padding: 20px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.viaggio_HL UL {
	margin: 6px 0px 0px 20px;
	padding-left: 0px;
}
.viaggio_HL UL LI {
	margin-bottom: 12px;
	padding-left: 10px;
	font-size: 16px;
	line-height: 1.3em;
}
.viaggio_HL_li_1::marker {color: var(--colore_alpi);}
.viaggio_HL_li_2::marker {color: var(--colore_dolomiti);}
.viaggio_HL_li_3::marker {color: var(--colore_sud);}
.viaggio_HL_li_4::marker {color: var(--colore_centro);}

.viaggio_about {
	position: relative;
	margin-bottom: 40px;
	font-size: 16px;
	text-align: justify;
	line-height: 1.3em;
}
.viaggio_testo {
	position: relative;
	margin-bottom: 40px;
	line-height: 1.3em;
}
/*.viaggio_testo2 {

}*/
.viaggio_day_titolo {
	position: relative;
	margin-bottom: 4px;
	font-weight: bold;
}
.viaggio_day {
	position: relative;
	margin-bottom: 12px;
	line-height: 1.3em;
}








/****** FOOTER ******/
.footer {
	position: relative;
	width: 100%;
	margin: 0px;
	background: #333333;
}
.footer_top {
	position: relative;
	width: 100%;
	margin-top: 50px;
	height: 5px;
	border-top: 2px #FF6600 solid;
}
.footer_int {
	position: relative;
	width: 92%;
	max-width: 1250px;
	margin: 0px auto;
}
.footerLogo {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 22%;
	margin: 20px 1% 20px 0px;
	text-align: center;
}
.footerLogo_img {
	width: 150px;
	height: auto;
}
.footer_socialicons {
	display: inline-block;
	vertical-align: top;
	margin: 10px;
}
.footer_socialicons_img {
	width: 36px;
	height: 36px;
}
.footer_socialicons_img:hover {
	-webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.7);
	-moz-box-shadow: 1px 3px 6px rgba(0,0,0,0.7);
	-o-box-shadow: 1px 3px 6px rgba(0,0,0,0.7);
	box-shadow: 1px 3px 6px rgba(0,0,0,0.7);
}
.footerCredits {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 57%;
	margin: 20px 1% 30px 1%;
	box-sizing: border-box;
	font-family: Inter, Poppins, Verdana, Arial;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: left;
}
.footer_nome {
	margin-bottom: 16px;
	font-family: Inter, Poppins, Verdana, Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.footerLink_nome, .footerLink_nome:visited {
	font-family: Inter, Poppins, Verdana, Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.footerLink_nome:hover, .footerLink_nome:visited:hover {
	font-size: 16px;
	color: #FF6600;
	text-decoration: underline;
}
.footerLink, .footerLink:visited {
	font-family: Inter, Poppins, Verdana, Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
.footerLink:hover, .footerLink:visited:hover {
	font-size: 13px;
	color: #FF6600;
	text-decoration: none;
}
.footer_fiavet {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 15%;
	margin: 20px 0px 20px 1%;
	box-sizing: border-box;
	text-align: center;
}
.footer_FIAVETicons {
	display: none;
}







/****** BOX HOME ******/
/*
#box_home {
	position: relative;
	width: 410px;
	margin-bottom: 26px;
}
#box_home_area {
	position: relative;
	border: #77493A 1px solid;
	background: #FFFFFF;
	padding: 6px;
	cursor: pointer;
}
#box_home_area:hover {
	background: #FFE0D0;
}

.box_home_titolo {
	font-family: newsgoth_cn_btregular;
	font-size: 23pt;
	font-weight: bold;
}
.box_home_titolo1 {
	color: #5BAD38;
	text-decoration: none;
}
.box_home_titolo1:hover {
	color: #5BAD38;
	text-decoration: none;
}
.box_home_titolo2 {
	color: #1060E0;
	text-decoration: none;
}
.box_home_titolo2:hover {
	color: #1060E0;
	text-decoration: none;
}
.box_home_titolo3 {
	color: #E02F2F;
	text-decoration: none;
}
.box_home_titolo3:hover {
	color: #E02F2F;
	text-decoration: none;
}

#box_home_elencoN {
	position: relative;
	width: 19px;
	height: 18px;
	float: left;
	font-family: verdana;
	font-size: 9,5pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
}
.box_home_elencoN1 {background: url(images/ico_point2.png) no-repeat center top;}
.box_home_elencoN2 {background: url(images/ico_point2.png) no-repeat center center;}
.box_home_elencoN3 {background: url(images/ico_point2.png) no-repeat center bottom;}

#box_home_elenco {
	position: relative;
	width: 368px;
	margin-left: 8px;
	margin-bottom: 8px;
	line-height: 18px;
	float: left;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
*/








/****** CONTENT ******/
/*
#main_sottoContent {
	position: relative;
	width: 439px;
	margin: 36px 0px 30px 30px;
	float: left;
}

#main_contentHome {
	position: relative;
	width: 439px;
	margin: 24px 0px 0px 30px;
	float: left;
}

#main_sottoContentSx {
	position: relative;
	width: 600px;
	margin: 30px 0px 30px 30px;
	float: left;
}
#main_sottoContentDx {
	position: relative;
	width: 258px;
	margin: 30px 0px 30px 50px;
	float: left;
}

#main_sottoContentDestSx {
	position: relative;
	width: 700px;
	float: left;
}
#main_sottoContentDestDx {
	position: relative;
	width: 270px;
	float: left;
}
#main_sottoContentDest {
	position: relative;
	width: 625px;
	margin: 30px;
}

#main_sottoContentToursSx {
	position: relative;
	width: 450px;
	margin: 0px 0px 30px 30px;
	float: left;
}
#main_sottoContentToursDx {
	position: relative;
	width: 420px;
	margin: 30px;
	float: left;
}



#destinazione_cat {
	position: relative;
	width: 280px;
	height: 40px;
	margin: 25px 0px 0px 32px;
	float: left;
}

.destinazione_cat_link {
	width: 280px;
	height: 40px;
	padding: 6px;
	box-sizing: border-box;
	float: left;
	font-family: newsgoth_cn_btregular;
	font-size: 23pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.destinazione_cat_link:hover {
	color: #EE7F01;
	text-decoration: none;
}
.destinazione_cat_link:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.destinazione_cat_link:visited:hover {
	color: #EE7F01;
	text-decoration: none;
}

#box_viaggio {
	position: relative;
	width: 460px;
	margin-top: 30px;
	float: left;
	background: #EEEEEE;
}
#box_viaggio_testo {
	width: 220px;
	margin: 5px 10px 5px 5px;
	float: left;
}
#box_viaggio_img {
	width: 200px;
	margin: 5px;
	float: left;
}

.corniceImg1 {
	border: #AAAAAA 1px solid;
	background: #FFFFFF;
	padding: 5px;
}
.corniceImg2 {
	border: #AAAAAA 1px solid;
	background: #FFFFFF;
	padding: 8px;
}

#tours_point {
	position: absolute;
	width: 26px;
	height: 26px;
	margin-left: 226px;
	margin-top: -3px;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 24px;
}
.tours_point1 {background: url(images/ico_point3.png) no-repeat center top;}
.tours_point2 {background: url(images/ico_point3.png) no-repeat center center;}
.tours_point3 {background: url(images/ico_point3.png) no-repeat center bottom;}
*/






/****** elementi ELENCO GUIDE ******/
/*
#guida {
	position: relative;
	margin: 20px 20px 30px 20px;
	background: #EEEEEE;
}
#guida_dati {
	position: relative;
	width: 46%;
	margin: 2%;
	float: left;
}
#guida_dati_1 {
	position: relative;
	width: 18%;
	margin-right: 4%;
	margin-bottom: 10px;
	float: left;
	font-size: 14px;
}
#guida_dati_2 {
	position: relative;
	width: 78%;
	margin-bottom: 10px;
	float: left;
	font-size: 14px;
}
#guida_img {
	position: relative;
	width: 25%;
	margin: 2% 0% 2% 0%;
	float: left;
	text-align: center;
}
.guida_nome {
	font-family: newsgoth_cn_btregular;
	font-size: 16pt !important;
	font-weight: bold;
	color: #EE7700;
}*/







/****** ITALIA HP ******/
/*
#italy_point_green {
	position: absolute;
	width: 26px;
	height: 26px;
	float: left;
	background: url(images/ico_point.png) no-repeat center top;
	text-align: center;
	z-index: 600;
}
#italy_point_blue {
	position: absolute;
	width: 26px;
	height: 26px;
	float: left;
	background: url(images/ico_point.png) no-repeat center center;
	text-align: center;
	z-index: 600;
}
#italy_point_red {
	position: absolute;
	width: 26px;
	height: 26px;
	float: left;
	background: url(images/ico_point.png) no-repeat center bottom;
	text-align: center;
	z-index: 600;
}
.italy_point_link {
	font-family: verdana, arial;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
}
.italy_point_link:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.italy_point_link:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.italy_point_link:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
}
*/






/****** BOTTONI FUNZIONI ******/
/*
#bottoniRichInvio {
	margin-top: 50px;
	width: 600;
	height: 50px;
	line-height: 16px;
}

#bottoniRichInvio1 {
	width: 140px;
	height: 40px;
	float: right;
	background: url(images/bott_01.jpg) no-repeat left top;
	padding-left: 60px;
	cursor: pointer;
}
#bottoniRichInvio1:hover {background:url(images/bott_01.jpg) no-repeat left bottom;}

#bottoniRichInvio2 {
	width: 200px;
	height: 40px;
	float: right;
	background: url(images/bott_02.jpg) no-repeat left top;
	margin-left: 60px;
	padding-left: 16px;
}
#bottoniRichInvio2:hover {background:url(images/bott_02.jpg) no-repeat left bottom;}

#bottoniRichInvio .linkBott {
	width: 200px;
	text-align: center;
}
#bottoniRichInvio a {
	font-family: verdana, arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#bottoniRichInvio a:hover {
	color: #FFFFFF;
}*/









/****** TABELLE-BORDI-SFONDI ******/
/*
.bordo1 {
	border: #D72828 1px solid;
}
.bordo1_alto {
	border-top: #D72828 1px solid;
}
.bordo1_basso {
	border-bottom: #D72828 1px solid;
}
.bordo1_sx {
	border-left: #D72828 1px solid;
}
.bordo1_dx {
	border-right: #D72828 1px solid;
}

.bordo2 {
	border: #333333 1px solid;
}
.bordo2_alto {
	border-top: #333333 1px solid;
}
.bordo2_basso {
	border-bottom: #333333 1px solid;
}
.bordo2_sx {
	border-left: #333333 1px solid;
}
.bordo2_dx {
	border-right: #333333 1px solid;
}

.bordo3_alto {
	border-top: #EE7700 1px solid;
}
.bordo3_basso {
	border-bottom: #EE7700 1px solid;
}

.bordo4_alto {
	border-top: #AAAAAA 1px solid;
}

.bordoT1_basso {
	border-bottom: #5BAD38 4px solid;
}
.bordoT2_basso {
	border-bottom: #1060E0 4px solid;
}
.bordoT3_basso {
	border-bottom: #E02F2F 4px solid;
}

.cellTopHome {
	padding-top: 24px;
}

.cellStyle1 {
	border: #B3B3B3 1px solid;
	background: #C1DCEE;
}

.bgStyle1 {
	background: #C1DCEE;
}
.bgStyle2 {
	background: #FFFF99;
}
.bgStyle3 {
	background: #FFCC88;
}
.bgStyle4 {
	background: #FFFFFF;
}
.bgStyle5 {
	background: #EEEEEE;
}
.bgStyle6 {
	background: transparent;
}
.bgStyle7 {
	background: #5BAD38;
}
.bgStyle8 {
	background: #1060E0;
}
.bgStyle9 {
	background: #E02F2F;
}
.bgStyle10 {
	background: #D0D0D0;
}
.bgStyle11 {
	background: #E0E0E0;
}


.cellLinkDestination1 {
	background: #C1DCEE;
	cursor: pointer;
}
.cellLinkDestination2 {
	background: #FFFF99;
	cursor: pointer;
}
.cellLinkDestination3 {
	background: #FFCC88;
	cursor: pointer;
}
*/








/****** TESTI - LINKS ******/
/*
.text1 {
	margin-bottom: 16px;
	line-height: 1.5em;
}
.titolino1 {
	font-family: verdana, arial;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
}

.textStyle1 {
	font-size: 15px;
	font-weight: bold;
	color: #EE7700;
}
.textStyle2 {
	font-weight: bold;
	color: #EE7700;
}
.textStyle3 {
	font-size: 15px;
	font-weight: bold;
}
.textStyle4 {
	font-size: 14px;
	line-height: 18px;
}

.LI_destinazioni {
	font-size: 14px;
	margin-bottom: 10px;
}



#partenze_garantite_elenco {
	position: relative;
	width: 94%;
	margin-top: 12px;
	padding: 5px 10px 5px 10px;
	background: #EE7700;
	color: #FFFFFF;
}
.partenze_garantite_elencoLink {
	font-family: newsgoth_cn_btregular;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.partenze_garantite_elencoLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.partenze_garantite_elencoLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.partenze_garantite_elencoLink:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.partenze_garantite_viaggio {
	position: relative;
	width: 100%;
	padding: 5px 10px 5px 10px;
	background: #EE7700;
	color: #FFFFFF;
}

.titoloIntro {
	font-family: newsgoth_cn_btregular;
	font-size: 17pt;
}

.titoloIntro2 {
	font-family: newsgoth_cn_btregular;
	font-size: 19pt;
	font-weight: bold;
	color: #77493A;
}

.titoloPage {
	font-family: newsgoth_cn_btregular, arial;
	font-size: 32px;
	font-weight: bold;
	color: #EE7700;
}
.titoloPage2 {
	font-family: newsgoth_cn_btregular, arial;
	font-size: 32px;
	font-weight: bold;
}

.highlights {
	font-family: newsgoth_cn_btregular, arial;
	font-size: 28px;
	color: #EE7700;
}

.titoloCategoria {
	font-family: newsgoth_cn_btregular, arial;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
	border-bottom: #EE7700 1px solid;
	margin-bottom: 3px;
}

.linkBack_categoria {
	position: relative;
	width: 60px;
	height: 22px;
	float: left;
	background-color: #EE7700;
	background-image: url("images/ico_vai20.png");
	background-position: 8px 6px;
	background-repeat: no-repeat;
	padding-left: 34px;
	font-family: newsgoth_cn_btregular, arial;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 22px;
	text-decoration: none;
}
.linkBack_categoria:hover {
	background-color: #FFAA00;
	text-decoration: none;
	color: #FFFFFF;
}
.linkBack_categoria:visited {
	background-color: #EE7700;
	text-decoration: none;
	color: #FFFFFF;
}
.linkBack_categoria:visited:hover {
	background-color: #FFAA00;
	text-decoration: none;
	color: #FFFFFF;
}

.titoliniArancio {
	font-family: newsgoth_cn_btregular, arial;
	font-size: 24px;
	color: #EE7700;
}
.titoliniArancio_link {
	font-family: newsgoth_cn_btregular, arial;
	font-size: 24px;
	color: #EE7700;
	text-decoration: none;
}
.titoliniArancio_link:hover {
	color: #EE7700;
	text-decoration: underline;
}
.titoliniArancio_link:visited {
	color: #EE7700;
	text-decoration: none;
}
.titoliniArancio_link:visited:hover {
	color: #EE7700;
	text-decoration: underline;
}

.titolino {
	font-family: verdana, arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.linkTestoIntro {
	font-family: verdana;
	font-size: 13px;
	color: #000099;
	text-decoration: underline;
}
.linkTestoIntro:hover {
	color: #0000CC;
	text-decoration: none;
}
.linkTestoIntro:visited {
	color: #000099;
	text-decoration: underline;
}
.linkTestoIntro:visited:hover {
	color: #0000CC;
	text-decoration: none;
}

.linkTitoliViaggi {
	font-family: Comic Sans MS, verdana;
	font-size: 20px;
	color: #EE7700;
	text-decoration: none;
	line-height: 22px;
}
.linkTitoliViaggi:hover {
	color: #AAAAAA;
	text-decoration: none;
}
.linkTitoliViaggi:visited {
	color: #EE7700;
	text-decoration: none;
}
.linkTitoliViaggi:visited:hover {
	color: #AAAAAA;
	text-decoration: none;
}

.link2 {
	font-family: verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.link2:hover {
	color: #D72828;
	text-decoration: underline;
}
.link2:visited {
	color: #333333;
	text-decoration: none;
}
.link2:visited:hover {
	color: #D72828;
	text-decoration: underline;
}

.link3 {
	font-family: verdana;
	font-size: 12px;
	color: #EE7700;
	text-decoration: none;
}
.link3:hover {
	color: #D72828;
	text-decoration: underline;
}
.link3:visited {
	color: #EE7700;
	text-decoration: none;
}
.link3:visited:hover {
	color: #D72828;
	text-decoration: underline;
}

.link4 {
	font-family: verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.link4:hover {
	color: #777777;
	text-decoration: none;
}
.link4:visited {
	color: #333333;
	text-decoration: none;
}
.link4:visited:hover {
	color: #777777;
	text-decoration: none;
}
*/








/*----- FLEXSLIDE HEADER -----*/
/*
.flexslider {
	position: relative !important;
	width: 640px !important;
	height: 220px !important;
	margin: 0px auto !important;
 	padding: 0px !important;
	margin-top: 8px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0 !important;
}
/*
.flex-viewport {
    width: 100%;
    height: 100% !important;
    margin: 0;
    padding:0;
}

.flex-caption {
   padding-top: 10vh;
    margin-top: -100px;
}

.flex-direction-nav {
    display: none;
}

.flex-control-nav {

	bottom: 8px !important;
	left: 0px !important;
	text-align: left !important;

}*/

/*.slides {
    height: 100% !important;
}

.slides li {
    width: 640px !important;
    height: 220px !important;
}
*/




/****** FORM ******/
/*
.form_Obbligatorio {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding: 2px;
	background: #FF0000;
	border: 1px #444444 solid;
}
.form_Ok {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	padding: 2px;
	background: #FFFFFF;
	border: 1px #444444 solid;
}
*/




/****** COPYRIGHT - FOOTER ******/
/*
#mainFooter {
	position: relative;
	margin: 0px auto;
	width: 970px;
	text-align: left;
}
#footer_dic {
	position: relative;
	float: left;
	padding: 12px;
	background: #EEEEEE;
	height: 280px;
	margin-bottom: 3px;
}
#footer_dic A {
	font-family: verdana, arial;
	font-size: 11px;
	color: #444444;
	text-decoration: none;
}
#footer_dic A:hover {
	font-family: verdana, arial;
	font-size: 11px;
	color: #888888;
	text-decoration: underline;
}

#footer_sx {
	position: relative;
	width: 770px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
#footer_dx {
	position: relative;
	width: 160px;
	float: left;
	margin-top: 10px;
	text-align: right;
}
.footerText {
	font-family: arial;
	font-size: 11px;
	color: #555555;
	text-decoration: none;
}
.linkFooter {
	font-family: arial;
	font-size: 11px;
	color: #555555;
	text-decoration: none;
}
.linkFooter:hover {
	color: #777777;
	text-decoration: underline;
}
.linkFooter:visited {
	color: #555555;
	text-decoration: none;
}
.linkFooter:visited:hover {
	color: #777777;
	text-decoration: underline;
}
*/
