/* 2.8 */
* { 
	color: #1d1d1b; 
	font-family: "Work Sans", sans-serif, "Lucida Bright", "DejaVu Serif", Georgia, "serif"; 
	box-sizing: border-box !important; 
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
html{ font-size: 100%; overflow-x: hidden; -ms-text-size-adjust: 100%; height: 100%; width: 100%; }
body{ background-color:#f3eedf; /*background-color:#f8f7f3; */ overflow-x: hidden; margin: 0; font-size: 14px; line-height: 1.4; 
	width: 100%; min-height: 100%; height: auto; position: relative; 
}
header, section, footer, aside, nav, main, article, figure, figcaption{ display: block; }
header{ margin: 0; width: 100%; position: relative; }
header, footer, .contenuto{ margin: 0 auto; }
article, article *{ vertical-align: top; }
[hidden] { display: none; }
a:link, a:visited, a:active{ color:#1d1d1b; } 
a:hover{ color:#4a4a4a; } 
a:link, a:active, a:hover { text-decoration: underline; } 
a:focus{ outline: thin dotted; }
a:hover, a:active { outline:0; }
b, strong{ font-weight: bold; }
blockquote{ margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border-top: 1px solid #4a4a4a; margin: 1em 0; border-color: #4a4a4a; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: "courier new", monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes:none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul { list-style-type:square; }
ul, ol { margin: 1em 0; padding: 0 0 0 20px; list-style-position:inside !important; }
.corpo ul, .corpo ol { overflow:hidden; list-style-position: outside !important; }
.corpo p{ padding: 0px !important; margin: 0px !important; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; list-style-type:none; }
img, figure, form, nav ul, nav ol{ margin:0px; }
div { text-align:left; }
div, form, legend, nav ul, nav ol, hr, input[type="checkbox"]{ padding:0px; }
img, hr{ border:0px; }
label{ cursor:pointer; display:block; }
select{ font-size:100%; vertical-align:middle;  }
input[type="text"], input[type="number"], input[type="email"], input[type="password"], input[type="file"], select, textarea{ 
	display:inline-block; padding:10px 15px 10px 15px; border: solid; border-width: 1px; margin: 0px; 
	background-color:#ffffff; border-color: #222222; font-size: 16px; 
}
input[type="text"], input[type="email"], input[type="password"]{ width: 99%; }
input:hover, textarea:hover, select:hover, textarea:hover{ border-color:#333333; }
input[type="submit"], button{ background-color:#dedede; color: #007388; }
input:focus, textarea:focus, select:focus, textarea:focus{ border-color:#58a362; background-color:#ffffff; }
input:disabled{ background-color:#b0b0b0; }
textarea{ width:100%; resize: vertical; background-position:5px 5px!important; height:120px; font-size:100%; vertical-align:middle; }
button, input[type="button"], input[type="reset"], input[type="submit"]{ font-size:11px; }
.form-control {
	font-family: system-ui, sans-serif; font-size: 2rem; font-weight: bold; line-height: 1.1; display: grid; grid-template-columns: 1em auto; gap: 0.5em; width: 35px; margin: 0 auto;
}
input[type="checkbox"] {
	appearance: none; background-color: var(--form-background); margin: 0px; font: inherit; color: currentColor; width: 1.15em; height: 1.15em; border: 4px solid;
	border-color: #c3c3c3; border-radius: 50px; transform: translateY(-0.075em); display: grid; place-content: center; cursor: pointer;
}
input[type="checkbox"]::before {
	content: ""; width: 0.65em; height: 0.65em; clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); background-color: CanvasText;
	transform: scale(0); transform-origin: bottom left; transition: 120ms transform ease-in-out; box-shadow: inset 1em 1em #3ccf29;
}
input[type="checkbox"]:checked::before { transform: scale(1); }
fieldset{ display: block; border: solid; border-width: 1px; margin-bottom: 10px; background-color:#fafafa; border-color: #c7c7c7 !important; border-radius: 10px; }
fieldset legend{ padding: 10px 20px 10px 20px; font-weight: bold; display: block; background-color:#dedede; font-size: 18px; }
fieldset fieldset{ background-color:#ffffff; }
legend{ white-space:normal; border:0; }
table{ border-collapse:separate; border-spacing:0px; width:100%; }
th{ padding:10px; vertical-align: bottom; border-bottom: solid; border-bottom-width: 1px; border-bottom-color: #d6d6d6; margin: 0px; }
td{ padding:10px; vertical-align:top; border-bottom: solid; border-bottom-width: 1px; border-bottom-color: #d6d6d6; margin: 0px; }
th, th *{ text-decoration: none !important; font-weight: bold; font-size:13px !important; color:#8B8B8B; }
td, td *{ font-size:13px !important; color: #333333; }
td a{ text-decoration: none !important; }
td a:hover{ text-decoration: underline !important; }
td a, td a:visited, td a:focus, td a:active{ color: #333333; }
tfoot td{ border-bottom: none; border-bottom-width: 0px; }
@media screen and (max-width: 850px){ 
	form label{ font-size:11px; }
}
@media screen and (min-width: 851px) {
	form label{ font-size:16px; font-weight: normal; margin-bottom: 5px; padding-left: 0px; }
}
@media screen and (max-width: 1024px){ 
	td{ display: block; width: 100% !important; padding:2px; background-color: transparent !important; border-bottom:none; text-align: left !important; }
	th{ display: inline-block; padding:5px; border-bottom:none; text-align: left; background-color: #efefef; width: auto !important; margin-bottom: 5px; margin-top: 5px; }
	th, th *{ font-size: 15px !important; }
	tr{ border: solid; border-width: 1px; border-color: #d6d6d6; margin-bottom: 10px !important; padding:10px !important; display: block; }
}
@media screen and (max-width: 1024px){ .vis_desktop { display: none; } }
@media screen and (min-width: 1025px){ .vis_mobile { display: none; } }
.box_1, input[type="text"], input[type="number"], input[type="email"], input[type="password"], input[type="file"], select, textarea, fieldset legend{ 
	border-radius: 10px;
}
.pul_link_1, .pul_link_2, .pul_link_3, .pul_link_1_min, .pul_link_2_min, .pul_link_3_min, button, input[type="button"], input[type="reset"], input[type="submit"]{
	border-radius: 100px; 
}
@media screen and (min-width: 1025px){ .pulsantiera_int_cont{ border-radius: 10px; } }
/* TESTATA */
@media screen and (max-width: 1024px){ 
	body{ padding-top: 60px; }
}
@media screen and (min-width: 1025px){ 
	body{ padding-top: 70px; }
}
.head_art{ 
	position:fixed; top:0px; left:0px; right:0px; width: 100%; z-index:100;
	background-color: #f3eedf;
	/*background-color: #f8f7f3;*/
	/*background-color: #E4FF4F;*/ 
}
.head_art > nav{ 
	display: block; position: relative; 
	margin: 0 auto; width: 100%; max-width: 1420px; 
}
.pul_menu{ position:absolute; top:0px; right:0px; z-index:200; cursor:pointer; }
.logo > img{ height: 20px; width: auto; margin-top: 25px; }
.logo_pan{ padding: 20px; }
.logo_pan img{ height: 20px; width: auto; margin-bottom: 10px; }
@media screen and (max-width: 1024px){ 
	.head_art{ height:60px; } 
	.logo > img{ height: 20px; width: auto; margin-top: 20px; margin-left: 20px; }
}
@media screen and (min-width: 1025px){ 
	.head_art{ height:70px; } 
}
/* FOOTER */
.foot_art{ /*background-color:#282727; */padding:50px 0px 50px 0px; }
.foot_art *{ color:#1d1d1b; font-size:13px; }
.foot_art a{ text-decoration:none; }
.foot_art a:hover{ text-decoration:underline !important; }
.foot_art_123{ margin-bottom: 30px; }
.foot_art_1, .foot_art_2, .foot_art_3{ width: 33%; display: inline-block; }
.foot_art_1{ text-align: left; font-size:15px; }
.foot_art_2{ }
.foot_art_2_1{ text-align: center; }
.foot_art_2_1 img{ width: 180px; height: auto; margin-bottom: 30px; }
.foot_art_2_2{ text-align: center; color: #efefef; font-weight: bold; font-size: 30px; }
.foot_art_3{ text-align: right; font-size:15px; }
.foot_art_4{ text-align: center; margin-bottom: 20px; }
.foot_art_5{ text-align: center; margin-bottom: 10px; }
.foot_art_5 a{ font-size:13px; color:#1d1d1b; display:inline-block; border-right:solid; border-right-width:1px; margin:0px; padding:0px 10px 0px 10px; border-right-color:#1d1d1b; }
.foot_art_5 a:last-child{ border-right:none; padding-right:0px; }
.foot_art_6{ text-align: center; margin-bottom: 10px; }
.foot_art_6 a{ color:#1d1d1b; }
@media screen and (max-width: 640px){
	.foot_art *{ font-size:11px; } 
}
@media screen and (min-width: 641px) and (max-width: 1279px) {
	.foot_art_1{ padding-left: 20px !important; }
	.foot_art_3{ padding-right: 20px !important; }
}
@media screen and (max-width: 800px){
	.foot_art_123 > div{ width: 100%; margin-bottom: 20px; }
	.foot_art_123 div{ text-align: center; }
	.foot_art_5{ display: none; }
	.foot_art_2_2{ font-size: 22px; }
}
@media screen and (min-width: 1280px){
	.foot_art > div{ margin:0 auto; position:relative; }
}
@media screen and (min-width: 1280px) and (max-width: 1499px){ 
	.foot_art > div{ width:1200px; }
}
@media screen and (min-width: 1500px){ 
	.foot_art > div{ width:1420px; }
}
.foot_art{ margin: 0 auto; max-width: 1920px; }
/* PULSANTIERA */
.cssmenu2{ 
	display: none; 
	width:100%; position: fixed; z-index:300; top:0px; overflow-y:auto; overflow-x:hidden; left:0px; right:0; margin:0;
	background-color: #222222;
}
.cssmenu2 div{ text-align:center; padding: 20px; }
.cssmenu2 ul { margin: 0px; padding: 0; list-style: none; display: block; }
.cssmenu2 ul li { margin: 0; padding: 0; }
.cssmenu2 ul > li > a { 
	display: block; padding:10px; font-size:24px; font-weight: bold; color: #fafaf8; text-align: center; 
	text-decoration: none; cursor: pointer 
}
#chiudi_menu_pul{ color: #fafaf8; }
/* STRUTTURE PAGINA */
.contenuto{ overflow:auto; clear: both; width: 100%; max-width: 1920px; margin: 0 auto; }
.corpo{ overflow:auto; clear: both; margin:0 auto; }
/*.corpo > div{ width: 100%; }*/
@media screen and (max-width: 1024px){ 
	.corpo_padd{ padding:40px 0px 40px 0px !important; } 
}
@media screen and (min-width: 1025px){
	.corpo_padd{ padding:40px 0px 40px 0px !important; } 
	.corpo_50{ width: 50% !important; }
	.corpo_25{ width: 25% !important; }
}
@media screen and (min-width: 1280px) and (max-width: 1499px){ 
	.corpo{ width:1200px; } 
}
@media screen and (max-width: 1499px){ 
	.corpo{ padding-left:20px; padding-right:20px; } 
}
@media screen and (min-width: 1500px){ 
	.corpo{ width:1420px; padding:0px; } 
}
/*@media screen and (min-width: 1920px){ 
	.corpo{ width:1620px; padding:0px; } 
}*/
.struct_01_sin{ overflow:auto; }
.struct_03 > div{ margin-bottom: 20px; }
@media screen and (max-width: 1200px) { 
	.struct_05{ width: 100% !important; margin: 0; } 
}
@media screen and (min-width: 1201px) { 
	.struct_05{ width: 50% !important; margin: 0 auto; } 
}
@media screen and (max-width: 1499px){ 
	.struct_05{ padding-left:10px; padding-right:10px; } 
}
@media screen and (max-width: 1024px) { 
	.struct_03 > div{ width: 100%; } 
	.struct_01_sin, .struct_02_des, .struct_01_des, .struct_02_des, .struct_03_cen, .struct_03_des{ width:100%; }
	.struct_03_cen{ margin-bottom: 10px; }
	.struct_02_sin{ display: none; }
}
@media screen and (min-width: 1025px){ 
	.struct_03 > div{ width: 49%; margin-right: 2%; } 
	.struct_03 > div:nth-of-type(2n+0){ margin-right:0 !important; } 
	.struct_04_sin{ width: 48%; float: left; } 
	.struct_04_des{ width: 48%; float: right; } 
	.struct_01_sin, .struct_02_sin{ float:left; overflow:auto; } 
	.struct_01_des, .struct_02_des{ float:right; overflow:auto; } 
}
@media screen and (min-width: 1025px) and (max-width: 1279px){ 
	.struct_01_sin, .struct_02_des{ width:70%; } 
	.struct_01_des, .struct_02_sin{ width:28%; }
	.struct_03_sin{ display: none; } 
	.struct_03_cen{ width:75%; margin-right: 1%; } 
	.struct_03_des{ width:24%; } 
}
@media screen and (min-width: 1280px) and (max-width: 1499px){ 
	.struct_01_sin, .struct_02_des{ width:820px; } 
	.struct_01_des, .struct_02_sin{ width:250px; }
	.struct_02_sin{ margin-right: 20px; } 
	.struct_03_sin{ width:200px; margin-right: 10px; } 
	.struct_03_cen{ width:740px; margin-right: 10px; } 
	.struct_03_des{ width:200px; } 
}
@media screen and (min-width: 1500px) and (max-width: 1919px){ 
	.struct_01_sin, .struct_02_des{ width:1090px; } 
	.struct_01_des, .struct_02_sin{ width:250px; } 
	.struct_02_sin{ margin-right: 20px; } 
	.struct_03_sin{ width:250px; margin-right: 10px; } 
	.struct_03_cen{ width:860px; margin-right: 10px; } 
	.struct_03_des{ width:250px; } 
}
@media screen and (min-width: 1920px){ 
	.struct_01_sin, .struct_02_des{ width:1150px; } 
	.struct_01_des, .struct_02_sin{ width:250px; } 
	.struct_02_sin{ margin-right: 20px; } 
	.struct_03_sin{ width:250px; margin-right: 20px; } 
	.struct_03_cen{ width:1140px; margin-right: 20px; } 
	.struct_03_des{ width:250px; } 
}
@media screen and (min-width: 1400px) {
	#scrollUp { bottom: 20px; right: 20px; }
	#scrollUp:hover { opacity: 0.7; }
}
/* STANDARD */
.bg_col_01{ background-color:#efefef; }
.bg_col_02{ background-color:#2e2e2e; }
.bg_col_03{ background-color:#818181; }
.bg_col_04{ background-color:#FF0000; }
.bg_col_05{ background-color:#067800; }
.txt_col_01{ color:#ff0000; }
.txt_col_02{ color:#006A02; }
.clear{ clear:both; }
.p_5{ padding:5px; }
.p_10{ padding:10px !important; }
.p_20{ padding:20px; }
.h_10{ height:10px; }
.h_20{ height:20px; }
.m_b_5{ margin-bottom:5px; }
.m_b_10{ margin-bottom:10px; }
.m_b_20{ margin-bottom:20px; }
.m_b_30{ margin-bottom:30px; }
.m_b_40{ margin-bottom:40px; }
.m_b_50{ margin-bottom:50px; }
.m_t_5{ margin-top:5px; }
.m_t_10{ margin-top:10px; }
.m_t_20{ margin-top:20px; }
.m_t_30{ margin-top:30px; }
.m_t_40{ margin-top:40px; }
.m_v_5{ margin-top:5px; margin-bottom:5px; }
.m_v_10{ margin-top:10px; margin-bottom:10px; }
.m_v_20{ margin-top:20px; margin-bottom:20px; }
.m_v_30{ margin-top:30px; margin-bottom:30px; }
.m_v_40{ margin-top:40px; margin-bottom:40px; }
.txt_b{ font-weight:bold !important; }
.txt_n{ font-weight:normal !important; }
.txt_em{ font-style: italic; }
.txt_10{ font-size:10px; }
.txt_11{ font-size:11px; }
.txt_12{ font-size:12px; }
.txt_14{ font-size:14px; }
.txt_16{ font-size:16px; }
.txt_18{ font-size:18px; }
.txt_20{ font-size:20px; }
.txt_22{ font-size:22px; }
.txt_24{ font-size:24px; }
.txt_28{ font-size:28px; }
.txt_36{ font-size:36px; }
.txt_48{ font-size:48px; }
.al_cent{ text-align:center; }
.al_des{ text-align:right !important; }
.al_sin{ text-align:left; }
.img_txt_des{ clear:both; float:right !important; margin:5px 0px 15px 15px !important; }
.img_txt_sin{ clear:both; float:left !important; margin:5px 15px 15px 0px !important; }
.img_50{ width:50%; height:auto; }
.img_75{ width:75%; height:auto; }
.img_100{ width:100%; height:auto; }
.w_100{ width:100%; }
.sp_100{ width:100%; }
.no_border{ border:none !important; }
.b_b{ border-bottom: solid; border-bottom-width: 1px; border-bottom-color: #dddddd; padding-bottom: 5px; }
.link_no_u{ text-decoration: none !important; }
.link_no_u:hover{ text-decoration: underline !important; }
.cur_01{ cursor: default; }
.pul_link_1, .pul_link_2, .pul_link_3, .pul_link_1_min, .pul_link_2_min, .pul_link_3_min, button, input[type="button"], input[type="reset"], input[type="submit"]{
	line-height: normal; cursor:pointer; vertical-align:middle; display:inline-block; text-align:center; 
	text-decoration:none !important; 
	font-weight:bold; background-image:none; margin: 0px; 
	
}
.pul_link_1, .pul_link_2, .pul_link_3, .pul_link_1_min, .pul_link_2_min, .pul_link_3_min{ font-size:11px; }
.pul_link_1, .pul_link_1_min{ 
	border: solid; border-width: 1px; border-color: #222222; 
	background-color:#f8f7f3 !important; color:#222222 !important; 
}
.pul_link_1:hover, .pul_link_1_min:hover{ 
	background-color:#222222 !important; color:#f8f7f3 !important; 
}
.pul_link_2, .pul_link_2_min{ background-color:#056400 !important; color:#ffffff !important; }
.pul_link_2:hover, .pul_link_2_min:hover{ background-color:#067c00 !important; }
.pul_link_3, .pul_link_3_min{ background-color:#BD0003 !important; color:#ffffff !important; }
.pul_link_3:hover, .pul_link_3_min:hover{ background-color:#e2393b !important; }
@media screen and (max-width: 1024px) { 
	.pul_link_1, .pul_link_2, .pul_link_3{ padding:10px !important; font-size:18px !important; }
	.pul_link_1_min, .pul_link_2_min, .pul_link_3_min{ padding:5px 10px 5px 10px !important; font-size:15px !important; }
}
@media screen and (min-width: 1025px){ 
	.pul_link_1, .pul_link_2, .pul_link_3{ padding:10px 30px 10px 30px !important; font-size:14px !important; }
	.pul_link_1_min, .pul_link_2_min, .pul_link_3_min{ padding:5px 10px 5px 10px !important; font-size:11px !important; }
}
/* FLEX */
.flex_el_1, .flex_el_2, .flex_el_3, .box_flex, .impag, .flex, .corpo{ 
	display: flex !important; flex-wrap:wrap; flex-direction:row; justify-content:flex-start; align-items: stretch; align-content: flex-start;
}
.impag{ clear: both; }
.impag_gruppi_tit{ color: #787878; font-size:20px !important; }
.impag_gruppi_leg{ font-size:18px; }
.impag > div{ vertical-align: top; }
.impag > div > div{ vertical-align: top; }
.impag > div{ margin-bottom: 10px;}
.impag_gruppi_tit{ padding: 0px; border-bottom: solid; border-bottom-width: 1px; margin-bottom: 5px; }
.impag_5, .impag_10, .impag_15, .impag_20, .impag_25, .impag_30, .impag_33, .impag_35, .impag_40, .impag_45, .impag_50, .impag_55, .impag_60, .impag_65, .impag_70, .impag_75, .impag_80, .impag_85, .impag_90{ padding-right: 5px; }
.impag_5{ width: 5%; }
.impag_10{ width: 10%; }
.impag_15{ width: 15%; }
.impag_20{ width: 20%; }
.impag_25{ width: 25%; }
.impag_30{ width: 30%; }
.impag_33{ width: 33.3%; }
.impag_35{ width: 35%; }
.impag_40{ width: 40%; }
.impag_45{ width: 45%; }
.impag_50{ width: 50%; }
.impag_55{ width: 55%; }
.impag_60{ width: 60%; }
.impag_65{ width: 65%; }
.impag_70{ width: 70%; }
.impag_75{ width: 75%; }
.impag_80{ width: 80%; }
.impag_85{ width: 85%; }
.impag_90{ width: 90%; }
.impag_100{ width: 100% !important; }
.impag_gruppi{ padding-right: 10px; }
.impag_gruppi_tit{ border-bottom-color: #c7c7c7; }
@media screen and (max-width: 600px) { 
	.impag_5, .impag_10, .impag_15, .impag_20, .impag_25, .impag_30, .impag_33, .impag_35, .impag_40, .impag_45, .impag_50, .impag_55, 
	.impag_60, .impag_65, .impag_70, .impag_75, .impag_80, .impag_85, .impag_90{ width: 100% !important; padding-right: 0px; }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
	.impag_5{ display: none; }
	.impag_10, .impag_15, .impag_20, .impag_25, .impag_30, .impag_33, .impag_35, .impag_40, .impag_45, .impag_50, .impag_55, 
	.impag_60, .impag_65, .impag_70, .impag_75, .impag_80, .impag_85, .impag_90{ width:50% !important; }
}
.flex_box_1 > div, .flex_box_2 > div, .flex_box_3 > div, .flex_box_4 > div, .flex_box_5 > div, 
.flex_box_1 > a, .flex_box_2 > a, .flex_box_3 > a, .flex_box_4 > a, .flex_box_5 > a{ display: block; width:100%; }
@media screen and (max-width: 599px) {
	.flex_box_1 > div, .flex_box_2 > div, .flex_box_3 > div, .flex_box_4 > div, .flex_box_5 > div, 
	.flex_box_1 > a, .flex_box_2 > a, .flex_box_3 > a, .flex_box_4 > a, .flex_box_5 > a{ width:100%; }
}
@media screen and (min-width: 600px) {
	.flex_box_2 > div, .flex_box_2 > a{ width:49%; margin-right:2%; }
	.flex_box_2 > div:nth-of-type(2n+0), .flex_box_2 > a:nth-of-type(2n+0){ margin-right:0; }
}
@media screen and (min-width: 800px) and (max-width: 1000px){
	.flex_box_3 > div, .flex_box_3 > a, .flex_box_4 > div, .flex_box_4 > a, .flex_box_5 > div, .flex_box_5 > a{ 
		width:49%; margin-right:2%; 
	}
	.flex_box_3 > div:nth-of-type(2n+0), .flex_box_3 > a:nth-of-type(2n+0), 
	.flex_box_4 > div:nth-of-type(2n+0), .flex_box_4 > a:nth-of-type(2n+0), 
	.flex_box_5 > div:nth-of-type(2n+0), .flex_box_5 > a:nth-of-type(2n+0){ 
		margin-right:0; 
	}
}
@media screen and (min-width: 1001px) {
	.flex_box_3 > div, .flex_box_3 > a{ width:32%; margin-right:2%; }
	.flex_box_4 > div, .flex_box_4 > a{ width:23.5%; margin-right:2%; }
	.flex_box_5 > div, .flex_box_5 > a{ width:18.4%; margin-right:2%; }
	.flex_box_3 > div:nth-of-type(3n+0), .flex_box_3 > a:nth-of-type(3n+0), 
	.flex_box_4 > div:nth-of-type(4n+0), .flex_box_4 > a:nth-of-type(4n+0),
	.flex_box_5 > div:nth-of-type(5n+0), .flex_box_5 > a:nth-of-type(5n+0){ 
		margin-right:0 !important; 
	}
}
/* PULSANTIERA INTERNA */
@media screen and (max-width: 1023px){ 
	.pulsantiera_int{ display:none; }
}
@media screen and (min-width: 1025px){ 
	.pulsantiera_int_cont{ background-color:#efefef; padding: 20px 10px 20px 10px; margin-bottom: 20px; }
	.pulsantiera_int_col{ background-color:#efefef; }
	.pulsantiera_int{ overflow:auto; padding:0px; margin-bottom:5px; }
	.pulsantiera_int > div{ color:#545454; padding:0px; font-size:28px; margin-bottom: 20px; }
	.pulsantiera_int > a{ display:block; text-decoration:none; font-size: 16px; font-weight: normal; padding:0px 10px 0px 10px; margin-bottom: 15px; color:#545454; }
	.pulsantiera_int > a:hover{ color:#cccccc; }
	.pulsantiera_int > a:last-child{ border:none; margin-bottom: 0px; }
}
/* COOKIE */
#box_cookie{ position:fixed; bottom:0px; left:0px; right:0px; background-color: #000000; color:#FFFFFF; padding:10px; text-align:center; z-index:500; font-size:13px; }
#box_cookie a{ padding:3px; font-size:12px; border:none; font-weight:bold; cursor:pointer; margin-left: 5px; text-decoration: none; }
#box_cookie a:hover{ text-decoration: underline; }
/* STAMPA */
@media print {
	* { background-color: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; } 
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (' attr(href) ')"; }
	abbr[title]:after { content: " (' attr(title) ')"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } 
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	h2, h3 { page-break-after: avoid; }
}
.area{ position:relative; /*background-color: #ff5400;*/ }
.area > div{ position:relative; margin: 0 auto; max-width: 1420px; padding: 10px 0px 10px 0px; }
.area_1{ font-size: 20px; /*color: #FFFFFF;*/ }
.area_2{ display: inline-block; position: absolute; right: 0px; top: 10px; }
.area_2 > a{ background-color: #FFFFFF !important; color: #ff5400 !important; }
.area_2 > a:hover{ background-color: #EFEFEF !important; }
.area_3{ font-size: 18px; color: #ffdfd0; }
@media screen and (max-width: 1024px){ 
	.area{ padding-left: 10px; }
}
/* MODULI */
.modulo_action{ overflow:auto; font-size:36px; padding:0px; margin-bottom:10px; }
.modulo_action > div{ font-size:18px; }
.required{ background-image:url(../img/struct/obbl.png) !important; background-repeat: no-repeat; background-position: 5px center; padding-left: 30px !important; }
.modulo_pul{ text-align: center; width: 100% !important; margin-right: 0px !important; margin-bottom: 20px; }
/* SHOP */
.ut_log{ width: 100%; padding: 0px; }
.ut_label, .ut_log_pwd a{ display: inline-block !important; font-size: 13px; font-weight: normal; text-decoration: none; }
.ut_log_pwd a:hover{ text-decoration: underline; }
.ut_log_pwd{ float: right; }
.box_1{ border:solid; border-width:1px; border-color:#9B9B9B; padding:20px 20px 50px 20px; margin-bottom:10px;  position:relative; }
.box_1_no_giu{ padding:20px; }
.box_1_pul:hover{ background-color:#EFEFEF;  }
.box_1, .box_1 *{ text-decoration: none !important; }
.box_1_bottom{ position: absolute; bottom: 10px; left: 0; right: 0; height: 30px; text-align: right; padding-right: 20px; }
.pdc_puls{ margin-bottom: 10px; text-align: right; }
.pdc_puls a{ margin-right: 5px; }
/* MESSAGGI */
.err_msg, .ok_msg{ clear:both; margin-bottom:10px; font-size:22px; }
.err_tit, .err_msg, .err_msg *{ color:#E10000; }
.ok_tit, .ok_msg, .ok_msg *{ color:#3F8D0B; }
.err_msg, .err_msg *, .ok_msg, .ok_msg *{ text-align: left; }
.err_tit, .ok_tit{ font-size:36px; font-weight: bold; }
/* PAGINE */
.sfoglia_pagine{ text-align: center; clear: both; margin-bottom: 20px; margin-top: 10px; }
.sfoglia_pagine, .sfoglia_pagine *{ font-size: 18px !important; font-style: normal; }
.sfoglia_pagine a{ cursor: pointer; }
.sfoglia_pagine div{ display: inline-block; }
@media screen and (max-width: 1024px) { 
	.sfoglia_pagine, .sfoglia_pagine *{ font-weight: normal; }
	.sfoglia_pagine, .sfoglia_pagine *{ font-size: 21px; }
}
.n_risultati{ font-weight: bold; text-align: center;} 
@media screen and (max-width: 1024px){ 
	.n_risultati{ padding:10px; } 
}
@media screen and (min-width: 1025px){ 
	.n_risultati{ padding: 20px 0px 20px 0px; } 
}
.foto_bg_1{ padding:20% 0; 
	background-position:center center; background-size:cover; background-size:100%; transition: background-size 0.3s ease-in-out;
}
.foto_bg_1:hover{ background-size:110%; }
#codice_controllo{ display:block; clear:both; width:100%; text-align:center; }
#codice_controllo input{ float:none; vertical-align:middle; margin:0; width:260px; background-image:url(../img/struct/obbl.png); }
#codice_controllo img{ border:solid; border-width:0px; vertical-align:middle; border-color:#afadad; }
@media screen and (max-width: 599px) { 
	#refr_captcha{ display: block; margin-top: 10px; margin-bottom: 10px; }
}
@media screen and (min-width: 600px) { 
	#refr_captcha{ display: inline-block; margin-top: 35px; }
}
@media screen and (max-width: 640px){
	#codice_controllo div{ width:0; height:0; border-top: 40px solid; border-left: 20px solid transparent; border-right: 20px solid transparent; margin:0 auto; margin-top:5px; margin-bottom:5px; border-top-color: #8C8C8C; }
	#codice_controllo:hover div{ border-top-color:#FF0000; }
}
@media screen and (min-width: 641px){
	#codice_controllo > div{ display:inline-block; vertical-align:middle; width:0; height:0; border-left: 30px solid; border-top: 15px solid transparent; border-bottom: 15px solid transparent; margin:0px 10px 0px 10px; border-left-color:#8C8C8C; }
	#codice_controllo > div{ }
	#codice_controllo:hover div{ border-left-color:#FF0000; }
}
.social_share_group{ display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; width:100%; margin:0px 0px 10px 0px; }
.social_share_group a { display:block; text-align:center; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.flex_a_1 > div, .flex_a_1 > a{ display:block; margin-bottom:10px; width: 100%; }
.flex_a_2 > div, .flex_a_2 > a, .flex_a_3 > div, .flex_a_3 > a, .flex_a_4 > div, .flex_a_4 > a, .flex_a_5 > div, .flex_a_5 > a{ display:block; margin-bottom:10px; }
@media only screen and (max-width: 600px) {
	.flex_a_2 > div, .flex_a_2 > a, .flex_a_3 > div, .flex_a_3 > a, .flex_a_4 > div, .flex_a_4 > a, .flex_a_5 > div, .flex_a_5 > a{ width:100%; }
}
@media only screen and (min-width: 601px){
	.flex_a_2 > div, .flex_a_2 > a{ width:49%; margin-right:2%; }
	.flex_a_2 > div:nth-of-type(2n), .flex_a_2 > a:nth-of-type(2n){ margin-right:0px !important; }
}
@media only screen and (min-width: 601px){
	.flex_a_3 > div, .flex_a_3 > a{ width:32%; margin-right:2%; }
	.flex_a_3 > div:nth-of-type(3n+0), .flex_a_3 > a:nth-of-type(3n+0){ margin-right:0px !important;  }
}
@media only screen and (min-width: 601px) and (max-width: 1023px){
	.flex_a_4 > div, .flex_a_4 > a, .flex_a_5 > div, .flex_a_5 > a{ width:32%; margin-right:2%; }
	.flex_a_4 > div:nth-of-type(3n+0), .flex_a_4 > a:nth-of-type(3n+0),
	.flex_a_5 > div:nth-of-type(3n+0), .flex_a_5 > a:nth-of-type(3n+0){ margin-right:0px !important;  }
}
@media only screen and (min-width: 1024px) {
	.flex_a_4 > div, .flex_a_4 > a{ width:23.5%; margin-right:2%; }
	.flex_a_4 > div:nth-of-type(4n+0), .flex_a_4 > a:nth-of-type(4n+0){ margin-right:0px !important;  }
	.flex_a_5 > div, .flex_a_5 > a{ width:19%; margin-right:1%; }
	.flex_a_5 > div:nth-of-type(5n+0), .flex_a_5 > a:nth-of-type(5n+0){ margin-right:0px !important;  }
}
/* personalizzati */
.gallery_c { position: relative; cursor:pointer; }
@media screen and (max-width: 600px){ 
	.gallery_lista {
		column-count: 2;
		column-gap: 10px;
	}
}
@media screen and (min-width: 601px) and (max-width: 900px){ 
	.gallery_lista {
		column-count: 2;
		column-gap: 20px;
	}
}
@media screen and (min-width: 901px) and (max-width: 1200px){ 
	.gallery_lista {
		column-count: 3;
		column-gap: 20px;
	}
}
@media screen and (min-width: 1201px){ 
	.gallery_lista {
		column-count: 4;
		column-gap: 20px;
	}
}
.gallery_lista_item {
	display: block;
	width: 100%;
	border:none;
	margin-bottom: 20px;
	border-color: #FFFFFF;
}
.gallery_lista_item a {
	text-decoration: none;
}
.gallery_lista_item img {
	display:block;
	width: 100%;
}
.gallery_lista_item img:hover {
	opacity: 0.6;
}
.gallery_lista_descr {
	background-color: #F3F3F3;
	padding: 10px;
}
.gallery_lista_1 {
	font-weight: bold;
}
.gallery_lista_2 {
	font-weight: normal;
}
.gallery_lista_3 {
	font-style: italic;
}
.gallery_lista_4 {
	text-align: right; font-weight: bold;
}
.gallery_lista_a_2 > div{
	width: 50%;
}
.gallery_lista_item_home {
	display: inline-block;
	width: 100%;
	border:solid;
	margin-bottom: 20px;
	border-color: #FFFFFF;
}
.gallery_lista_item_home a {
	text-decoration: none;
}
.gallery_lista_5 {
	text-align: center; background-color: #F3F3F3;
}
@media screen and (min-width: 601px){ 
	/*.gallery_lista_item_home {
		min-height: 300px;
	}*/
	.gallery_lista_5 {
		min-height: 300px;
	}
}
/*.gallery_lista_item_home {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	background-color: #F3F3F3;
}
*/
.gallery_lista_item_home a {
	text-decoration: none; display: block; text-align: center;
}
.gallery_lista_item_home img {
	max-height: 300px; 
	width: auto; 
	max-width: 100%;
}
.gallery_lista_item_home img:hover {
	opacity: 0.6;
}
.ico_ib_1{
	display: inline-block !important; width: 50px !important; height: 50px !important; margin: 5px !important;
}
.ico_ib_2{
	display: inline-block !important; width: 40px !important; height: 40px !important; margin: 5px !important;
}
.social_nav{
	width: 35px !important; height: auto; margin: 3px !important;
}
.menu_gestxxxx img{
	width: 25px; height: auto;
}
@media screen and (max-width: 1024px){ 
	.menu_gest img{
		margin-right: 10px;
	}
}
@media screen and (min-width: 1025px){ 
	.menu_gest img{
		margin-top: 20px;
	}
	.works_testo{ padding-left: 40px; }
}
#chiudi_menu_pul img{ margin-right: 0px !important; }

.container {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 20px 20px; 
  grid-template-areas: 
    ". . . ."; 
  align-content: start; 
}