/* 1.3 */
html{ font-size: 100%; overflow-x: hidden; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%; width: 100%; }
body{ background-color:#ffffff; overflow-x: hidden; margin: 0; font-size: 1em; line-height: 1.4; width: 100%; min-height: 100%; height: auto; position: relative; }
* { color: #000000; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box !important; 
	font-family: 'Montserrat', sans-serif, "Lucida Bright", "DejaVu Serif", Georgia, "serif"; 
	font-size: 16px;
}
header, section, footer, aside, nav, main, article, figure, figcaption{ display: block; }
header{ background-color:#303030; 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:#303030; } 
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 { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; margin:0px; }
figure, form, nav ul, nav ol{ margin:0; }
div { padding:0px; text-align:left; }
form{ margin:0px; padding:0px; }
legend, nav ul, nav ol, hr{ padding:0; }
hr{ border:0; }
label{ cursor:pointer; display:block; color: #646363; }
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: #d2d2d2; 
	font-size: 16px;  /*-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;*/
}
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[type="checkbox"]{ padding:0; }
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; }
fieldset{ display: block; border: solid; border-width: 1px; margin-bottom: 10px; background-color:#fafafa; border-color: #c7c7c7 !important; 
	/*-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;*/
}
fieldset legend{ padding: 10px 20px 10px 20px; font-weight: bold; display: block; background-color:#dedede; 
	/*-webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; 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: none; 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; }
}
@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 (min-width: 1280px){
	/*
	body{ background-color: #dadada; }
	body{ background-repeat:repeat-x; background-size: 100% 380px; }
	body{ background-image:url(../img/struct/bg_top.gif); }
	*/
}
/* TESTATA */
.logo_scroll{ float: left; display: inline-block; vertical-align: top; } 
.head_art{ position:relative; }
.menu_2 { display:none; } 
@media screen and (min-width: 1024px){ .logo_scroll{ display:none; } }
@media screen and (max-width: 1024px){ 
	.head_art{ top:0px; left:0px; right:0px; height:60px; position: fixed; z-index:100; background-color:#2e3037; } 
	.logo_mobile { display:block; text-align:center; width:100%; } .logo_mobile > img{ margin:0 auto; } 
	.menu_2 { display:none; } 
}
@media screen and (min-width: 1025px){ 
	.head_art{ height:70px; } 
	.menu_2 { position:absolute; top:70px; left:0px; right:0px; /* background-color: #303030; */ background-color: rgba(48, 48, 48, 0.9); } 
	.apri_menu_2 { position:absolute; top:0px; right:0px; cursor: pointer; } 
	.head_art{ position:fixed; top:0px; right:0px; left:0px; z-index:101; height:70px; background-color:#2e3037; }
	body{ padding-top: 70px; }
}
@media screen and (min-width: 1024px) and (max-width: 1279px){ 
	.logo{ position:absolute; top:0px; left:0px; } 
}
@media screen and (min-width: 1280px){
	.logo { position:absolute; top:0px; left:0px; } 
}
@media screen and (min-width: 1600px){ 
	.logo { position:absolute; top:0px; left:0px; } 
}
/* FOOTER */
.foot_art{ background-color:#2e3037;  }
.foot_art_cont{ padding:50px 0px 50px 0px; }
.foot_art *{ color:#ffffff; 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:#ffffff; display:inline-block; border-right:solid; border-right-width:1px; margin:0px; padding:0px 10px 0px 10px; border-right-color:#FFFFFF; }
.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:#ffffff; }
@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_cont{ margin:0 auto; position:relative; }
}
@media screen and (min-width: 1280px) and (max-width: 1499px){ 
	.foot_art_cont{ width:1200px; }
}
@media screen and (min-width: 1500px){ 
	.foot_art_cont{ width:1420px; }
}
/* PULSANTIERA */
@media screen and (max-width: 1024px){ 
	.pul_menu{ position:absolute; top:0px; left:0px; z-index:200; cursor:pointer; }
	.cssmenu_cont_desk{ display:none; }
	.cssmenu_mobi{ width:100%; position: fixed; z-index:300; top:0px; overflow-y:auto; overflow-x:hidden; left:0px; margin:0; bottom:0px; }
	.cssmenu_mobi > div{ text-align:center; }
	.cssmenu_mobi ul { margin: 0px; padding: 0; list-style: none; display: block; }
	.cssmenu_mobi a { text-decoration: none; cursor: pointer; }
	.cssmenu_mobi > ul > li > a{ padding:15px 0px 15px 10px; border-bottom:1px solid; border-bottom-color:#efefef;  }
	.cssmenu_mobi a, .cssmenu_mobi div{ font-size:20px; }
	.cssmenu_mobi > ul > li:last-child > a { border-bottom:none; }
	.cssmenu_mobi ul > li.has-sub > a { padding-right:45px; background-position:right center; background-repeat:no-repeat; background-image:url(../img/struct/puls_fr_mob_01.png); }
	.cssmenu_mobi ul > li.has-sub::after { border-top-color: #CCCCCC !important; }
	.cssmenu_mobi ul > li.has-sub > a::after, .cssmenu_mobi ul > li.has-sub > a::before { border-top-color:#FFFFFF; }
	.cssmenu_mobi ul ul li { background-color:#ffffff; border-bottom-color:#b4b4b4; }
	.cssmenu_mobi ul ul li a { padding: 15px 5px 15px 10px; border-bottom: 1px solid; color:#333333; }
	.cssmenu_mobi > ul { margin: 15px; }
	.cssmenu_mobi ul li { position: relative; margin: 0; padding: 0; }
	.cssmenu_mobi > ul > li > a > div{ color: #ffffff; }
	.cssmenu_mobi > ul > li > a { display: block; -webkit-transition: all 0.25s ease-in; -moz-transition: all 0.25s ease-in; transition: all 0.25s ease-in; position: relative; }
	.cssmenu_mobi ul ul { display: none; }
	.cssmenu_mobi ul ul li a { display: block; position: relative; -webkit-transition: all 0.25s ease-in; -moz-transition: all 0.25s ease-in; transition: all 0.25s ease-in; }
	.cssmenu_mobi ul ul > li.has-sub > a::after { border-top-color:#DDDDDD; }
	.cssmenu_mobi ul ul > li.has-sub > a::before { border-top-color:#f0f0f0; }
	.cssmenu_mobi ul ul > li.has-sub::after { border-top-color: #FFFFFF !important; top: 30px; border-width: 10px; }
	.cssmenu_mobi ul ul li.has-sub > a { background-image:url(../img/struct/puls_fr_mob_02.png); }
	.cssmenu_mobi ul ul li:first-child > a { padding-top: 18px; }
	.cssmenu_mobi ul ul ul li { border: 0; }
	.cssmenu_mobi ul ul ul li a { background-color:#5c869b; color:#FFFFFF; padding: 15px 5px 15px 10px; }
	.cssmenu_mobi .ico_globo { display: none;}
}
@media screen and (min-width: 1025px){ 
	.cssmenu_cont_mobi { display:none; }
	.cssmenu_desk_scroll .lang{ position: static !important; float: right; padding-top: 0px; }
	.cssmenu_desk > ul > li > a { height:55px; }
	.cssmenu_desk * { font-size:16px; }
	.cssmenu_desk > ul > li > a > div{ border-left:none; padding: 0px 16px 0px 16px; }
	.cssmenu_desk > ul > li > a > div { font-size:18px; }
	.cssmenu_desk > ul > li:last-child > a > div{ padding-right: 0px; }
	/* .cssmenu_desk > ul > li:first-child{ border-left:none; }
	.cssmenu_desk_scroll > ul > li{ border:none !important; }
	.cssmenu_desk > ul > li > a { margin-left:0px; margin-right:0px; }*/
	.cssmenu_desk > ul > li:hover > a{ color:#ffffff;  border-bottom-color:#ffffff; height:55px; border-bottom:solid; border-bottom-width:5px; transition: all .2s ease; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; }
	.cssmenu_desk > ul > li > a > div{ color:#efefef; }
	.cssmenu_desk > ul > li:hover > a > div{ color:#b2b2b2; }
	.cssmenu_desk ul ul li:hover{ background-color:#b2b2b2; }
	.cssmenu_desk ul ul li:hover > a{ color:#666666; }
	.cssmenu_desk li li{ background-color:#ffffff; }
	.cssmenu_desk li li a{ color:#333333; }
	.cssmenu_desk ul li li { margin:0 auto; float:none; min-width:300px; }
	/*.cssmenu_desk ul ul > li.has-sub > a, */.cssmenu_desk ul ul > li.has-sub > a:hover { padding-right:20%; }
	/*.cssmenu_desk > ul > li.has-sub > a{ padding-right:15px; }*/
	.cssmenu_desk ul, .cssmenu_desk ul ul { margin: 0px; padding: 0px; }
	.cssmenu_desk ul li { position:relative; float:left; margin:0px; padding:0px; list-style-type:none; }
	.cssmenu_desk li a { display: block; padding:0px; margin: 0px; text-decoration: none; cursor:pointer; transition: all .4s ease; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; }
	.cssmenu_desk > ul > li > a { transition:none; -webkit-transition:none; -moz-transition:none; }
	.cssmenu_desk ul li li a { padding:15px 20px 15px 15px; }
	.cssmenu_desk ul li ul, .cssmenu_desk ul li:hover ul ul{ z-index: 100; position: absolute; display: none; }
	.cssmenu_desk ul li ul{ right:0px; top:55px; }
	.cssmenu_desk ul li:hover ul ul{ right:290px; top:0px; }
	.cssmenu_desk ul li:hover ul { display: block; }
	.cssmenu_desk ul li li:hover ul, .cssmenu_desk ul li li li:hover ul { display: block; margin-left: -100%; }
	.cssmenu_desk ul li:hover ul { margin-left:20px; }
	.cssmenu_desk ul ul ul { top:10px; left:-10px; }
	.cssmenu_desk ul li { top:0px; }
	.cssmenu_desk ul ul li { border-bottom:none; border-bottom-width:1px; }
	.cssmenu_desk li li li{ background-color:#666666; }
	.cssmenu_desk li li li a{ color:#ffffff; }
	.cssmenu_desk li li li a:hover{ background-color:#cccccc; color:#666666; }
	.cssmenu_desk ul ul li{ border-bottom-color:#FFFFFF; }
	.cssmenu_desk ul ul ul li, .cssmenu_desk ul ul ul li:last-child{ border-left-color:#aeaeae; border-left:solid; border-left-width:1px; }
	.cssmenu_desk ul ul li:last-child { border:none; }
	.cssmenu_desk ul, .cssmenu_desk ul{ -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow:0px 15px 15px 0px rgba(0, 0, 0, 0.5); box-shadow:0px 15px 15px 0px rgba(0, 0, 0, 0.5); }
	.cssmenu_desk ul ul li.has-sub:hover > ul > li{ -webkit-box-shadow: 11px 11px 15px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow:11px 11px 15px 0px rgba(0, 0, 0, 0.5); box-shadow:11px 11px 15px 0px rgba(0, 0, 0, 0.5); }
	.cssmenu_desk ul ul li.has-sub{ background-position:right; background-repeat:no-repeat; background-image:url(../img/struct/puls_fr.png) !important; }
	/*.cssmenu_desk > ul > li.has-sub{ background-position:right 12px; background-repeat:no-repeat; background-image:url(../img/struct/puls_fr_top.png) !important; }*/
	.cssmenu_desk_scroll{ position:fixed; top:0px; right:0px; left:0px; z-index:101; height:70px; 
		/*-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; */
	 }
	.cssmenu_desk_scroll .cssmenu_desk{ right:0px; top: 0px; position: absolute; display: inline-block; margin-top: 19px; }
	.cssmenu_desk_scroll .cssmenu_desk > ul > li > a { height:40px; }
	.cssmenu_desk_scroll .cssmenu_desk > ul > li > a > div { font-size:14px; color: #FFFFFF; }
	.cssmenu_desk_scroll{ background-color:#303030 !important; /* background-color: rgba(48, 48, 48, 0.8); */ text-align: right; padding-top: 0px; }
	.cssmenu_desk_scroll .ico_globo{ display: none; }
	.cssmenu_desk_scroll ul li ul{ right:0px; top:40px; }
	
	.cssmenu_desk_scroll .menu_2 { top:70px; left: 0; right: 0; } 
	.cssmenu_desk_scroll .apri_menu_2 { position:absolute; top:0px; right:0px; } 
	.cssmenu_desk_scroll .apri_menu_2 img{ height: 70px; width: auto; } 
}
@media screen and (min-width: 1024px) and (max-width: 1279px){ 
	.cssmenu_desk{ position:absolute; bottom:0px; right:20px; }
	.cssmenu_cont_desk { width:100%; }
	.cssmenu_desk * { font-size:16px; }
	.cssmenu_desk > ul > li > a > div{ border-left:none; padding: 0px 15px 0px 15px; }
	.cssmenu_desk > ul > li > a > div { font-size:16px; }
}
@media screen and (min-width: 1280px){
	.cssmenu_desk_scroll > div{ margin:0 auto; }
	.cssmenu_desk{ position:absolute; bottom:0px; right:0px; }
	.cssmenu_mobi{ position:absolute; bottom:0px; right:0px; }
	.cssmenu_desk_scroll > div{ position:relative; }
}
@media screen and (min-width: 1280px) and (max-width: 1499px){ 
	.cssmenu_desk_scroll > div{ width:1200px; }
}
@media screen and (min-width: 1500px){ 
	.cssmenu_desk_scroll > div{ width:100%; }
	.cssmenu_desk * { font-size:16px; }
	.cssmenu_desk > ul > li > a > div{ border-left:none; padding: 0px 23px 0px 23px; }
	.cssmenu_desk > ul > li > a > div { font-size:20px; }
}
/* PULSANTIERA - PANEL */
.sb-site-container,.sb-slidebar{
	background-color:#2e3037;
}
.sb-site-container, .sb-slidebar { margin: 0; padding: 0; }
.sb-site-container{ width: 100%; min-height: 100vh; position: relative; z-index: 1; }
#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after{ content: ' '; display: table; }
#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after{ clear: both; }
.sb-slidebar{ height: 100%; overflow-y: auto; position: fixed; top: 0; z-index: 0; display: none;  
-webkit-box-shadow: 20px 0px 30px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow:20px 0px 30px 0px rgba(0, 0, 0, 0.75); box-shadow:20px 0px 30px 0px rgba(0, 0, 0, 0.75); }
.sb-left{ left: 0; }
.sb-right{ right: 0;  }
html.sb-static .sb-slidebar, .sb-slidebar.sb-static{ position: absolute; }
.sb-slidebar.sb-active { display: block; }
.sb-style-overlay{ z-index: 500; }
.sb-momentum-scrolling{ -webkit-overflow-scrolling: touch; }
.sb-slidebar { width: 30%; }
.sb-width-thin { width: 15%; }
.sb-width-wide { width: 45%; }
.sb-slide, /*#sb-site, */.sb-site-container, .sb-slidebar {
	-webkit-transform: translate( 0px ); -moz-transform: translate( 0px ); -o-transform: translate( 0px ); transform: translate( 0px );
	-webkit-transition:-webkit-transform 400ms ease; -moz-transition:-moz-transform 400ms ease; -o-transition:-o-transform 400ms ease; transition:transform 400ms ease;
	-webkit-transition-property: -webkit-transform, left, right; /* Add left/right for Android < 4.4. */
	-webkit-backface-visibility: hidden; /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}
.sb-hide { display: none; }
@media screen and (max-width: 480px){
	.sb-slidebar { width: 80%; } 
	.sb-width-thin { width: 55%; } 
	.sb-width-wide { width: 85%; }
}
@media screen and (min-width: 481px){
	.sb-slidebar { width: 55%; } 
	.sb-width-thin { width: 40%; } 
	.sb-width-wide { width: 70%; }
}
html.sb-scroll-lock.sb-active:not(.sb-static){ overflow: hidden; }
/* STRUTTURE PAGINA */
.contenuto{ background-color:#FFFFFF; overflow:auto; clear: both; width: 100%; max-width: 1920px; margin: 0 auto; }
.corpo{ /*background-color:#FFFFFF; */overflow:auto; clear: both; margin:0 auto; }
.corpo > div{ width: 100%; }
@media screen and (max-width: 1023px){ 
	.corpo_padd{ padding:40px 0px 40px 0px !important; } 
	.contenitore{ padding-top:60px; } 
}
@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:10px; padding-right:10px; } 
}
@media screen and (min-width: 1500px){ 
	.corpo{ width:1420px; padding:0px; } 
}
.struct_01_sin{ overflow:auto; }
.struct_03 > div{ margin-bottom: 20px; }
.struct_05{ width: 50%; margin: 0 auto; } 
@media screen and (max-width: 600px) { 
	.struct_05{ width: 100%; margin: 0; } 
}
@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_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_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:1100px; } 
	.struct_01_des, .struct_02_sin{ width:300px; } 
	.struct_02_sin, .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 { background-color:#4a4a4a; bottom: 20px; right: 20px; padding: 20px; /*-webkit-border-radius: 100px; border-radius: 100px;*/ -webkit-transition: background 200ms linear; -moz-transition: background 200ms linear; transition: background 200ms linear; }
	.scroll_indicatore { border-bottom-color:#ffffff !important; width:0px; height:0px; border-bottom: 20px solid; border-left: 10px solid transparent; border-right: 10px solid transparent;  }
	#scrollUp:hover { background-color:#efefef; }
}
/* 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; } 
.bg_col_06{ background-color:#ea5b0c; } 
.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; }
.txt_col_01{ color:#ffffff !important; }
.txt_col_02{ color:#06a239 !important; }
.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; }
.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; }
/* 00001 PULSANTI */
.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;
	border:none; margin: 0px; 
	padding:10px; /*-webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; */
}
.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{ background-color:#06a239 !important; color:#ffffff !important; }
.pul_link_1:hover, .pul_link_1_min:hover{ background-color:#006521 !important; color:#ffffff !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; }
	.pul_link_1_min, .pul_link_2_min, .pul_link_3_min{ padding:5px !important; }
	.pul_link_1, .pul_link_2, .pul_link_3{ font-size:18px !important; }
	.pul_link_1_min, .pul_link_2_min, .pul_link_3_min{ font-size:15px !important; }
}
@media screen and (min-width: 1025px){ 
	.pul_link_1, .pul_link_2, .pul_link_3{ padding:15px !important; }
	.pul_link_1_min, .pul_link_2_min, .pul_link_3_min{ padding:10px !important; }
	.pul_link_1, .pul_link_2, .pul_link_3{ font-size:14px !important; }
	.pul_link_1_min, .pul_link_2_min, .pul_link_3_min{ font-size:11px !important; }
}
/* FLEX */
.flex_el_1, .flex_el_2, .flex_el_3, .box_flex, .impag, .flex, .flex_gallery, .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_gallery > figure:hover{ opacity: 0.6; }
.flex_gallery img{ width: 100% !important; height: auto !important; }
@media screen and (max-width: 640px){
	.flex_gallery_3 > figure{ width:49%; margin-right:2%; margin-bottom:10px; }
	.flex_gallery_3 > figure:nth-of-type(2n+0){ margin-right:0 !important; }
	.flex_gallery_4 > figure, .flex_gallery_5 > figure, .flex_gallery_6 > figure, .flex_gallery_8 > figure, .flex_gallery_10 > figure{ width:48%; margin-right:4%; margin-bottom:10px; }
	.flex_gallery_4 > figure:nth-of-type(2n+0), .flex_gallery_5 > figure:nth-of-type(2n+0), .flex_gallery_6 > figure:nth-of-type(2n+0), .flex_gallery_8 > figure:nth-of-type(2n+0), .flex_gallery_10 > figure:nth-of-type(2n+0){ margin-right:0 !important; }
}
@media screen and (min-width: 641px) and (max-width: 1279px) {
	.flex_gallery_3 > figure, .flex_gallery_4 > figure,.flex_gallery_5 > figure{ margin-right:2%; margin-bottom:10px; }
	.flex_gallery_3 > figure{ width:32%; }
	.flex_gallery_4 > figure{ width:23.5%; }
	.flex_gallery_5 > figure{ width:18.4%; }
	.flex_gallery_6 > figure, .flex_gallery_8 > figure, .flex_gallery_10 > figure{ width:15%; margin-right:2%; margin-bottom:10px; }
	.flex_gallery_3 > figure:nth-of-type(3n+0), .flex_gallery_4 > figure:nth-of-type(4n+0), .flex_gallery_5 > figure:nth-of-type(5n+0), .flex_gallery_6 > figure:nth-of-type(6n+0), 
	.flex_gallery_8 > figure:nth-of-type(6n+0), .flex_gallery_10 > figure:nth-of-type(6n+0){ margin-right:0 !important; }
}
@media screen and (min-width: 1280px){
	.flex_gallery_3 > figure{ width:32%; }
	.flex_gallery_4 > figure{ width:23.5%; }
	.flex_gallery_5 > figure{ width:18.4%; }
	.flex_gallery_6 > figure{ width:15%; }
	.flex_gallery_8 > figure{ width:10.7%; }
	.flex_gallery_10 > figure{ width:8.2%; }
	.flex_gallery_3 > figure, .flex_gallery_4 > figure, .flex_gallery_5 > figure, .flex_gallery_6 > figure, .flex_gallery_8 > figure, .flex_gallery_10 > figure{ margin-bottom:10px; }
	.flex_gallery_3 > figure, .flex_gallery_4 > figure, .flex_gallery_5 > figure, .flex_gallery_6 > figure, .flex_gallery_8 > figure, .flex_gallery_10 > figure{ margin-right:2%; }
	.flex_gallery_3 > figure:nth-of-type(3n+0), .flex_gallery_4 > figure:nth-of-type(4n+0), .flex_gallery_5 > figure:nth-of-type(5n+0), .flex_gallery_8 > figure:nth-of-type(8n+0), .flex_gallery_10 > figure:nth-of-type(10n+0){ margin-right:0 !important; }
	.flex_gallery_6 > figure:nth-of-type(6n+0){ margin-right:0%; }
}
.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: 500px) 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: 1024px){ 
	.pulsantiera_int{ display:none; }
}
@media screen and (min-width: 1025px){ 
	.pulsantiera_int_cont{ background-color:#efefef; /*-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;*/ }
	/*.pulsantiera_int_col{ background-color:#efefef; }*/
	.pulsantiera_int > div{ color:#545454; }
	.pulsantiera_int > a{ color:#545454; }
	.pulsantiera_int > a:hover{ color:#cccccc; }
	.pulsantiera_int_cont{ padding: 10px; margin-bottom: 20px; }
	.pulsantiera_int{ overflow:auto; padding:0px; margin-bottom:5px; }
	.pulsantiera_int > div{ padding:0px; font-size:28px; margin-bottom: 20px; }
	.pulsantiera_int > a{ display:block; text-decoration:none; font-size: 16px; font-weight: normal; padding:0px; margin-bottom: 15px; }
	.pulsantiera_int > a:last-child{ border:none; margin-bottom: 0px; }
}
/* COOKIE */
#box_cookie{ position:fixed; bottom:0px; left:0px; right:0px; 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; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}
/* AREA */
.area{ background-color: #efefef; }
.area_tit, .area_tit *{ color:#666666 !important; text-decoration: none !important; }
@media screen and (max-width: 500px){ 
	.area_tit, .area_tit *{ font-size:20px; text-align: center !important; } 
}
@media screen and (max-width: 1024px){ 
	.area{ padding:10px; margin-top: 60px; } 
	.area_tit, .area_tit *{ font-size:24px; } 
}
@media screen and (min-width: 1025px){ 
	.area{ padding: 10px 0px 10px 0px; } 
	.area_tit, .area_tit *{ font-size:26px; } 
}
@media screen and (min-width: 1280px){
	.area > div{ margin:0 auto; } 
}
@media screen and (min-width: 1280px) and (max-width: 1499px){ 
	.area > div{ width:1200px; } 
}
@media screen and (max-width: 1499px){ 
	.area > div{ padding-left:10px; padding-right:10px; } 
}
@media screen and (min-width: 1500px){ 
	.area > div{ width:1420px; padding:0px; } 
}

/* MODULI */
.modulo_action{ overflow:auto; /*background-color:#efefef; */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; /*-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;*/ }
.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_msg, .err_msg *{ color:#E10000; }
.ok_msg, .ok_msg *{ color:#3F8D0B; }
.err_msg, .err_msg *, .ok_msg, .ok_msg *{ text-align: center; }
.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:50% 0; 
	background-position:center center; background-size:cover; background-size:100%;
	-moz-transition: background-size 0.5s ease-in-out; -ms-transition: background-size 0.5s ease-in-out; -o-transition: background-size 0.5s ease-in-out; -webkit-transition: background-size 0.5s ease-in-out; transition: background-size 0.3s ease-in-out;
}
.foto_bg_1:hover{ background-size:110%; }
/* CAPTCHA */
#codice_controllo{ display:block; clear:both; width:100%; text-align:center; background-color:none; }
#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; }
}

/* personalizzati */
.link_p_t{ color:#ffffff !important; text-decoration: none !important; } 
.corpo_puls{ padding: 50px 0px 50px 0px; } 
.opa_70:hover{ opacity: 0.7; }
.foto_top{ text-align: center; }
@media only screen and (max-width: 1024px) {
	.foto_top{ margin-top: 60px; }
}
@media only screen and (max-width: 1920px) {
	.foto_top img{ width: 100%; height: auto; }
}
@media only screen and (max-width: 800px) {
	.foto_top_desk{ display: none; }
}
@media only screen and (min-width: 801px) {
	.foto_top_mob{ display: none; }
}
@media only screen and (max-width: 640px) {
	.att_desk{ display:none; }
}
@media only screen and (min-width: 641px){
	.att_mob{ display:none; }
}
.prima::first-letter {
	font-size: 60px;
	line-height: 1.0;
	color: #ffffff; 
	font-weight: 700;
	display: inline-block;
	background-color: #7c7c7b;
	vertical-align: text-top;
	margin-right: 10px; 
	margin-bottom: 0px; 
	float: left; 
	padding: 15px;
}
@media screen and (min-width: 1400px) {
	.mappa_1_bg{ 
		background-image: url("../img/generali/mappa_1_bg.jpg");
		background-repeat: no-repeat; 
		background-position: center 100px;
	}
}
.attivita_el{ background-color: #f4f4f4; margin-bottom: 20px; text-decoration: none; }
.attivita_tit{ color: #5b5b5b; font-size: 25px; }
.attivita_cat{ color: #06a239; font-size: 18px; margin-bottom: 20px; }
.attivita_txt{ color: #7c7c7b; font-size: 13px; margin-bottom: 20px; }
.attivita_ind{ color: #646363; font-size: 15px; margin-bottom: 20px; }
.attivita_cont{ padding: 20px 20px 20px 20px; }
.attivita_ico_ser{ display: inline-block; font-size: 11px; color: #646363; text-align: center; padding: 5px; }
.attivita_ico_ser img{ width: 25px; height: auto; margin-bottom: 5px; }
@media screen and (max-width: 500px) {
	.attivita_foto_big{ display: none; }
}
@media screen and (min-width: 501px) {
	.attivita_foto_min{ display: none; }
}
.fascia_social > div{ 
	text-align: center;
}
@media screen and (max-width: 800px) {
	.fascia_social{ 
		background-image: url("../img/fascia_social_mob.jpg"); 
		height: 250px; 
		background-repeat: no-repeat;
		background-position: center; 
	}
	.fascia_social_logo img{ 
		margin-top: 70px;
		margin-bottom: 30px;
		width: 250px;
		height: auto;
	}
	.fascia_social_social img{ 
		height: 40px;
		width: auto;
	}
}
@media screen and (min-width: 801px) {
	.fascia_social{ 
		background-image: url("../img/fascia_social_desk.jpg"); 
		height: 330px; 
		background-repeat: no-repeat;
		background-position: center; 
	}
	.fascia_social_logo img{ 
		margin-top: 90px;
		margin-bottom: 30px;
	}
}
.attivita_1_col > div{ display: block; width:100%; }
.attivita_2_col > div{ display: block; width:100%; }
@media screen and (max-width: 899px) {
	.attivita_1_col > div{ width:100%; }
	.attivita_2_col > div{ width:100%; }
}
@media screen and (min-width: 900px) {
	.attivita_1_col > div{ width:60%; margin-right:5%; }
	.attivita_1_col > div:nth-of-type(2n+0){ width:35%; margin-right:0; }
	.attivita_2_col > div{ width:49%; margin-right:2%; }
	.attivita_2_col > div:nth-of-type(2n+0){ margin-right:0; }
}

