/*---------------------------------
	IMPORTS
-----------------------------------*/
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');*/
@import url('https://fonts.googleapis.com/css?&family=Tillana:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;0,900;1,700;1,800&display=swap');
/* Non rimuovere il corsivo!! Eventualmente sostituirlo (e sostituire tutti i richiami) con altro */

/* @group CSS Reset & Basics  */
a{
	text-decoration: none;
}
a:link, a:visited{
	outline: none;  /* ELIMINA SELEZIONE TRATTEGGIATA */
}
a:hover, a:active, a:focus{
	outline: none;  /* ELIMINA SELEZIONE TRATTEGGIATA */
	text-decoration: none;
}

p{
	margin-bottom: 0.5rem;
}
.label-danger a:link,
.label-danger a:visited{
	color: white;
}
.btgrid .col{
	flex-basis: auto;
}
.button-cont{
	width: 50%;
	float: left;
	text-align: center;
	padding: 10px;
}
.button-cont .btn{
   width: 100%;
   white-space: normal;
}
.btn{
	border-radius: 0;
}
.btn-lg{
	padding: .6rem 2rem;
	min-width: 250px;
}
.btn-half{	/* bottone met� larghezza */
	width: 48%;
	margin: 0 auto;
}
.btn-pill{	/* bottone a "pillola" */
	border-radius: 20px;
	padding-left: 5%;
	padding-right: 5%;
	margin: 0 auto;
}
.btn-circle{
	border-radius: 50%;
   width: 40px;
   height: 40px;
}
.btn-circle:hover, .btn-circle:active,
.btn-pill:hover, .btn-pill:active{
	opacity: 0.75;
}
.btn-brd{
	border: 1px solid #f99500;
	color: black;
	margin: 0 1%;
	text-align: center;
	display: inline-block;
	position: relative;
}
.btn-hover::after{
	top: 0;
   left: 0;
   height: 0;
   width: 100%;
   position: absolute;
	content: "";
	z-index: -1;
	transition: all .3s;
}
.btn-hover:hover::after{
	height: 100%;
}
a.btn-primary, a.btn-danger, a.btn-warning, a.btn-info, a.btn-success,
.btn-primary a, .btn-danger a, .btn-warning a, .btn-info a, .btn-success a{
	color: white;
}
.btn-success{
	background-color: #2e8b57;
}
.btn-warning{
	background-color: #ffcc00;
	border-color: #ffcc00;
}

.btn-primary { /*PER RIDEFINIRE IL BTN DI BOOTSTRAP*/
	color: white;
	background-color: #F99500;
	border-color: #F99500;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,  
.btn-primary:active:focus,.btn-primary:active:hover {
	color: white;
	background-color: #ffa824;
	border-color: #F99500;
}

blockquote{
   font-size: 18px;
   border: none;
}
.apice{
	font-size: 11px;
	vertical-align: super;
}
.barrato{
	text-decoration: line-through;
}
.bianco{
	color: white;
}
.ellipses{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.grande{
	font-size: larger;
}
.rosso{
	color: #bb0000;
}
.info{
	color: #666666;
	font-size: .85em;
	line-height: 1.2;
}
.nascondi, .hidden{
	display: none;
}
.break-word{
   word-wrap: break-word;
}
.clear{
	clear: both; 
}
.clearfix:after{
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
}
/*.anchor{
	position: absolute;
}*/
.preload{
	text-align: center;
	padding: 20px;
}
.text-center{
	text-align: center !important;
}
.text-left{
	text-align: left !important;
}
.text-right{
	text-align: right !important;
}
.text-justify{
	text-align: justify !important;
}
.margin-bottom-20{
	margin-bottom: 20px;
}

hr{
	border: 1px solid #e1e1e1;
	clear: both;
	height: 0;
	margin: 10px 0 30px;
}
img{
	border: 0;
	margin: auto;
}
img.img-fluid{
	height: auto !important;
	max-width: 100% !important;
}
.vertical-middle{
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%);	
}
.lazy{
	background-image: url(../../easyAdmin/images/gray.gif); /* sfondo predefinito per il caricamento immagini "lazy" */
}
img.lazy{
   opacity: 1;
   transition: opacity 0.3s;
}
img.lazy[data-src]{
   opacity: 0;
}
.tooltip > .tooltip-inner{
   background-color: #f5f5f5;
   color: black;
   border: none;
   font-size: 12px;
}
.tooltip.top > .tooltip-arrow{
   border-top: 5px solid #f5f5f5;
}
.page-video{
	text-align: center;
	position: relative;
	max-width: 640px;
	margin: 0 auto;
}
/* @group BULLET PERSONALIZZATI  */
ul.bullet{
	margin: 0 30px;
	list-style-type: none;
}
ul.bullet li{
   position: relative;
   list-style-type: none;
   line-height: 2;
   margin: 3px 0;
}
ul.bullet li:before{
   /* Per il codice dei simboli: https://fontawesome.com/v4.7.0/cheatsheet/  */
	top: 0;
   left: -30px;
   font-size: 26px;
   content: "\f14a"; /* freccia in basso */
   position: absolute;
   line-height: initial;
   display: inline-block;
   font-weight: 900;
   font-family: "Font Awesome 5 Free", FontAwesome;
   color: #f99500;
}
ul.bullet.bullet-sole li:before,
ul.bullet.bullet-stella li:before,
ul.bullet.bullet-like li:before,
ul.bullet.bullet-ingranaggio li:before{
	font-size: 18px;
}
ul.bullet.bullet-sole li,
ul.bullet.bullet-stella li,
ul.bullet.bullet-like li,
ul.bullet.bullet-ingranaggio li{
	line-height: 1.4;
	margin: 10px 0;
}
ul.bullet.bullet-sole li:before{
	content: "\f185"; /* SOLE */
}
ul.bullet.bullet-stella li:before{
	content: "\f005"; /* STELLA */
}
ul.bullet.bullet-like li:before{
	content: "\f164"; /* LIKE */
}
ul.bullet.bullet-ingranaggio li:before{
	content: "\f013"; /* INGRANAGGIO */
}
li{
	position: relative;
	line-height: 1.2;
	margin-bottom: 5px;
}
ul.ul-square{
	list-style: square;
}
ul.list-4col li{
	float: left;
	width: 25%;
}
/* @end */

/* @group form */
.form-default{
	max-width: 960px;
	margin: 0 auto;
}
.form-control,
.form-control-static{
	display: inline-block;
}
.form-2colonne .form-group{
	width: 50%;
}
.form-nolabel .form-control{
	width: calc(100% - 15px);
}
label, label.control-label{
	font-weight: 400;
	position: relative;
	padding-right: 30px;  /* seve per help etc. */
}
.fullrow label,
.fullrow .campo{
	min-height: 34px;
	line-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.frmlabel, .frmcampo{
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left !important;
}
.frmlabel{
	width: 100%;
	font-size: 14px;
}
.frmcampo{
	width: 100%;
}
fieldset.bordo,
.form-sezioni fieldset{
	margin: 20px 0 10px 0;
	padding: 1em 1em;
	border: 1px solid #e1e1e1;
}
legend{
	border-bottom: none;
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0;
	padding: 0 20px;
	text-transform: uppercase;
}
textarea{
	min-height: 60px;
}
.checkbox, .radio{
	display: inline-block;
   margin-right: 50px;
}
#login_admin input.form-control[type="text"],
#login_admin input.form-control[type="password"]{
	height: 44px;
}
.listcheck{
	line-height: 1.4;
	margin-left: 20px;
}
.form-horizontal .control-label{
	padding-right: 45px;
   text-align: right;
}
.help-message{
	display: block !important;
	display: none; 	/* IE6 e inferiori */
	font-size: 1em;
	right: 18px !important;
	color: #f99500;
	left: 10px;
}
.help-message em,
.required-message em{
	border-radius: 3px;
	color: black;
	font: 11px/normal Arial,sans-serif;
	left: -9999px;
	padding: 4px;
	position: absolute;
	text-transform: none;
	z-index: 10;
}
.help-message em{
	background: #d8e5f5;
	border: 1px solid #f99500;
}
.required-message em{
	background: #ffbfbf;
	border: 1px solid #bb0000;
}
.help-message:hover em,
.required-message:hover em{
	left: 30px;
	top: -5px;
}
.no-required,
.required-message,
.help-message{
	position: absolute;
	height: 24px;
	width: 24px;
	right: 0;
   top: 5px;
}
.icon-help, .icon-required{
	cursor: help;
}
.icon-help{
	color: #1b95e0;
}
.img-icon{
	margin-right: 5px;
	max-width: 60px;
}
.required-message{
	display: block !important;
	display: none;  /* IE6 e inferiori */
	font-size: 12px;
	color: #bb0000;
}
.required-message:hover em{
	white-space: nowrap;
}
.captcha-cont{
	display: inline-block;
}
.input-group-text{
	padding: 10px;
}
input[type=number]{
	-moz-appearance: textfield;
}
.grecaptcha-badge{
	visibility: hidden;
}
/* @end */

/* @group CHECKBOX */
 /* Customize the label (the container) */
.checkbox-cont{
	display: block;
	font-size: 11px;
   position: relative;
   padding-left: 35px;
   margin-bottom: 12px;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox-cont input{
	position: absolute;
   opacity: 0;
   cursor: pointer;
   height: 0;
   width: 0;
}
/* Create a custom checkbox */
.checkmark{
   position: absolute;
   top: 0;
   left: 0;
   height: 25px;
   width: 25px;
   background-color: #eeeeee;
   border: 1px solid #cccccc;
}
.checkmark-radio{
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.checkbox-cont:hover input ~ .checkmark{
   background-color: #cccccc;
}
/* When the checkbox is checked, add a blue background */
.checkbox-cont input:checked ~ .checkmark{
	background-color: #1877f2;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after{
	content: "";
   position: absolute;
   display: none;
}
/* Show the checkmark when checked */
.checkbox-cont input:checked ~ .checkmark:after{
   display: inline-block;
}
/* Style the checkmark/indicator */
.checkbox-cont .checkmark:after{
	left: 9px;
   top: 5px;
   width: 5px;
   height: 10px;
   border: solid white;
   border-width: 0 3px 3px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
} 
/* @end */

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	line-height: 1.2;
}
h1{
	font-size: 34px;
	color:#fff;
	font-weight:300;
}
h1 .piccolo{
	font-size: 14px;
	text-transform: none;
}
h2{
	font-size: 26px;
}
/*.no-home h2{	CENTRATURA ORIZZONTALE TITOLO display-inline (es. elbalife)
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}*/
h3{
	font-size: 24px;
}
h4{
	font-size: 22px;
}
h5{
	font-size: 18px;
}
/*h6{
}*/

.sottotitolo{
	text-transform: none;
	font-style: italic;
	margin-bottom: 15px;
	font-size: 15px;
}

/* @FORMATTAZIONE TITOLO CON AFTER!!! */
.heading{
	position: relative;
}
.heading > h2, .heading > h4{
	padding-bottom: 30px;
	margin: 15px 0;
	text-align: center;
}
.heading > h2::after,
.heading > h4::after{
	content: "";
	width: 1px;
	height: 22px;
	background-color: #f99500;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;	/**right 0 e margin auto per titolo centrato!**/
}
/* FINE FORMATTAZIONE TITOLO CON AFTER!!!!!! */

/* @group table, righe etc.*/
table{
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100% !important;
}
table tr .btn{
	padding: 6px 12px;
}
.table > thead > tr > th{
	border-bottom: none;
}
td, th{
	vertical-align: top;
}
th{
	background-color: #f99500;
	color: white;
	font-weight: normal;
}
.bg1{
	background-color: #f5f5f5;
}
.bg2{
	background-color: transparent;
}
.bordo{
	border: 1px solid #666666;
}
.fullrow{
	clear: both;
	position: relative;
	vertical-align: top;
	margin-bottom: 5px;
}
.halfrow{
	position: relative;
   float: left;
   width: 49%;
}
.halfrow + .halfrow{
   margin-right: 2%;
}
.fullrow, .halfrow{
	margin-bottom: 5px;
}
.resptable-cont{
	/*table responsive*/
	overflow-x: auto;
}
/* @end */

/* https://blog.polarbits.co/2014/02/16/quick-tips-5-column-layout-with-twitter-bootstrap/ */
/* @group 5 columns layout with Twitter Bootstrap */
.col-xs-5col,
.col-sm-5col,
.col-md-5col,
.col-lg-5col{
	position: relative;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
}
.col-xs-5col{
   width: 20%;
   -ms-flex: 0 0 20%;
   flex: 0 0 20%;
   float: left;
}
@media (min-width: 768px){
   .col-sm-5col{
       width: 20%;
       -ms-flex: 0 0 20%;
   	 flex: 0 0 20%;
       float: left;
   }
}
@media (min-width: 992px){
   .col-md-5col{
      width: 20%;
      -ms-flex: 0 0 20%;
   	flex: 0 0 20%;
      float: left;
   }
}
@media (min-width: 1200px){
	.col-lg-5col{
      width: 20%;
      -ms-flex: 0 0 20%;
   	flex: 0 0 20%;
      float: left;
   }
}
/* @end */


/* @group BOX BASE  */
/* modificare solo dimensioni, bordi e colori, le altre impostazioni hanno valenza pressoch� "universale" */
.doubleview{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}

.box{
	padding: 0;
	width: 100%;
	position: relative;
}
.boxico{
	position: relative;
	overflow: hidden;
	/*border: 1px solid #eeeeee;*/
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.boxico img{
 	margin-left: auto;
 	margin-right: auto;
}
.boxtitolo{
	font-size: 24px;
	line-height: 1.6;
	text-align: left;
	margin-top: 10px;
}
.boxtimer{
	font-size: smaller;	
	position: absolute;
	width: 100%;
   bottom: 0;
	padding: 5px;
	z-index: 10;
	color: white;
	background-color: rgba(187,0,0,0.5);
}
.boxtitolo span, .boxdata, data{
	text-transform: uppercase;
	font-size: 12px;
	color: #999999;
}
.piccolo{
	padding-bottom: 8px;
	letter-spacing: 1px;
	position: relative;
}
.piccolo::after{
	content: "";
	width: 20px;
	height: 1px;
	background-color: #f99500;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
}
#titolopagina.titolohover .piccolo::after{
   display:none;
}
a:link .boxtitolo, a:visited .boxtitolo,
.boxtitolo a:link, .boxtitolo a:visited{
	text-decoration: none;
	color: #e1e1e1;
}
a:hover .boxtitolo, a:active .boxtitolo,
.boxtitolo a:hover, .boxtitolo a:active{
	text-decoration: none;
}
a:link .boxtesto, a:visited .boxtesto,
.boxtesto a:link, .boxtesto a:visited{
	color: #666666;
}
a:hover .boxtesto, a:active .boxtesto,
.boxtesto a:hover, .boxtesto a:active{
	color: #999999;
}
.boxtesto ul.ul-inline{
	margin: 0;
	padding: 0;
	list-style: square inside;
}
.boxtesto ul.ul-inline li{  
	float: left;
	margin-left: 0;
	margin-right: 15px;
	padding-left: 0;
	width: 30%;
	text-align: left;
	line-height: 1.6;
	font-size: 16px;
}
/* @end */

.container-fluid.evid-1{
	background-color: black;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
}
#boxcont-evid1{
	max-width: 1170px;
	/*Roby su rchiesta cliente..*/
	margin: auto;
}

.container #boxcont-evid2 {
/*Temp Roby: richiesta del cliente...*/
    width: 1170px;
    margin: 0 auto;
}

#boxcont-evid2{
	padding-bottom: 30px;
}
#boxcont-evid2 h2{
	display: none;
}

#sezione-cont{
	margin-top: 15px;
}
#anteprima-cont{
	margin: 20px 0 0 0;
}
#anteprima-cont .box{
	margin-top: 20px;
}

/* @group BOXOVERLAY - box con testo sovrapposto*/
.boxoverlay{
	position: relative;
	overflow: hidden;
}
.boxoverlay .boxico::after{
	content: ' ';
	background: rgba(0, 0, 0, .1);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.boxoverlay:hover .boxico::after{
	background: rgba(0, 0, 0, .2);
}
.boxoverlay .boxico{
	width: 100%;
	height: auto;
	border: none;
}
.boxoverlay .boxico img{
	width: 100%;
}
.boxoverlay .boxcontent{
	position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   padding-left: 0;
   padding-right: 0;		/* ATTENZIONE: padding-bottom serve x boxlink quando presente */
}
.boxoverlay .boxcontent a{
   width: 100%;
   height: 100%;
   display: flex;
   justify-content: center;
   flex-direction: column;
   position: relative;
}
.boxoverlay h3.boxtitolo{
	text-align: center;
	padding: 60px 15px 0 15px;
	text-shadow: 1px 1px 1px black;
}
.boxoverlay h3.boxtitolo::after{
	background-color: white;
}
.boxoverlay:hover .boxtesto{
	display: block;
}
.boxoverlay .boxtesto{
	text-shadow: 1px 1px 1px #999999;
	line-height: 1.3;
	text-align: center;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	display: none;
}
/* @end */

.boxnotext .boxtesto{
	display: none;
}
.box.boxnoimage{
   background-color: #f5f5f5;
}
.box.boxnoimage:focus,
.box.boxnoimage:hover{
	background-color: #f99500;
}
.box.boxnoimage:hover .boxtitolo,
.box.boxnoimage:hover .boxtesto{
   color: white;
   text-align: left;
}
.boxnoimage .boxlink{
	text-align: left;
	margin-left: 15px;
	bottom: 10px;
}
.boxnoimage .boxico,			/* NON CANCELLARE!!! */
.boxnotesto .boxtesto{
	/* non rimuovere, non modificare */
	display: none;
}
.boxnoimage a{
	display: block;
	height: 100%;
	width: 100%;
}
.boxnoimage .boxcontent{
	/* allineamento in basso del testo */
	display: flex;
	align-items: flex-end;
	flex-flow: column wrap;
	height: 100%;
	padding: 0 15px 80px 15px;	
}

/* BOXICONA - font awesome che "sostituisce" la classica img di anteprima */
.boxicona .boxico{
	max-width: 100px;
	margin: 0 auto;
}
.boxicona .boxico .fas{
	font-size: 40px;
	background-color: white;
	border: 1px solid #cccccc;
	border-radius: 50%;
	padding: 40px;
}
.boxicona .boxico a .fas{
	color: #cccccc;
}
.boxicona .boxtitolo,
.boxicona .boxtesto{
	text-align: center;
}
/* BOXICONA */

/* SIDEBAR */
#menusx .boxico:hover img{
	opacity: 0.8;
   filter: alpha(opacity=90); /* For IE8 and earlier */
}
#menusx .boxtesto{
	display: none;
}

/* @group Documenti */
#documenti-cont .boxhorizontal{
	padding: 10px 5px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
}
#documenti-cont .boxhorizontal .boxico{
	width: 20%;
	border: none;
	margin-right: 15px;
	float: left;
}
#documenti-cont .boxhorizontal .boxcontent{
	width: 80%;
	padding-bottom: 0;
	background-color: transparent;
}
#documenti-cont .boxtitolo{
	font-size: 16px;
	text-transform: none;
}
#documenti-cont .boxico a{
	color: #bb0000;
}
#documenti-cont .boxhorizontal::after{
	top: 0;
   left: 0;
   height: 0;
   width: 100%;
   position: absolute;
	content: "";
	z-index: -1;
	transition: all .3s;
}
#documenti-cont .boxhorizontal:hover::after{
	height: 100%;
	background-color: #fafafa;
}
/* @end */

/* @group VIDEO */
#video-cont{
	clear: both;
	margin-bottom: 15px;
	margin-top: 15px;
}
.boxmedia .boxico{
	overflow: hidden;
	border: 1px solid #e1e1e1;
	background-color:  #e1e1e1;
}
.boxmedia .boxico::before{
	font-size: 70px;
	position: absolute;
	font-weight: 900;
   font-family: "Font Awesome 5 Free", FontAwesome;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -30px;
	color: white;
	content: "\f144";
	opacity: 0.8;
}
.boxmedia:hover .boxico::before{
	opacity: 1;
}
.boxmedia .boxico a{
	bottom: 0;
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
}
.boxmedia .boxico.youtube img{
   margin: -9.5% auto;
   width: 100%;
}
.boxmedia .boxico.facebook{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.boxmedia .boxico.facebook iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*.boxmedia .boxcontent{
	display: none;
}*/
/* @end */

/* @group BOX e ELEMENTI - sezioni varie */
.boxcontent{
	padding: 0 15px 40px 15px;
	/*serve per boxlink; se boxlink invisibile non serve */
}

.boxlink{
	font-size: 12px;
	position: absolute;
	left: 15px;
	bottom: 0;
	
}
.boxlink > div{
	display: none;
}
a:hover .boxlink > div{
	display: block;
}
a .boxlink, .boxlink a{
	display: inline-block;
	background-color: #f99500;
	color: white;
	border-radius: 12px;
	padding: 5px 20px;
}

/*  - ICONE EVIDENZA -  */
.ribbon-evid1, .ribbon-evid2,
.ribbon-evid3, .ribbon-evid4{
	float: right;
   margin-right: 4px;
   font-size: 12px;
   padding: 5px;
}
/* ICOEVID ROUNDED A SX inizio */
.ribbon-evid1.round, .ribbon-evid2.round,
.ribbon-evid3.round, .ribbon-evid4.round{
	float: left;
  	border-radius: 50%;  	
   width: 3.75em;
   height: 3.75em;
   text-align: center;
   letter-spacing: -1px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
/* ICOEVID ROUNDED A SX fine */
.ribbon-evid1:hover, .ribbon-evid2:hover,
.ribbon-evid3:hover, .ribbon-evid4:hover{
   opacity: 1;
}
.ribbon-evid1{
	background: rgba(255,255,255,1);
	color: black;
}
.ribbon-evid1::after{
	/*content: "Novita'";*/
	content: attr(title);	/* non rimuovere: chiedi a Silvia */
}
.ribbon-evid2{
	background: rgba(29,155,240,0.8);
	color: white;
}
.ribbon-evid2::after{
	content: attr(title);	/* non rimuovere: chiedi a Silvia */
}
.ribbon-evid3{
	background: rgba(187,0,0,0.8);
	color: white;
}
.ribbon-evid3::after{
	content: attr(title);	/* non rimuovere: chiedi a Silvia */
}
.ribbon-evid4{
	background: rgba(60,184,42,0.8);
	color: white;
}
.ribbon-evid4::after{
	content: attr(title);	/* non rimuovere: chiedi a Silvia */
}	
.boxstatus{
	top: 10px;
   right: -4px;
	position: absolute;
	z-index: 20;
	width: 100%;
}

/* SETTORE e CATEGORIE */
#boxsettore-cont,
#boxcategoria-cont,
#boxcorr-cont{
	clear: both;
	position: relative;
}
.boxsettore .boxtitolo,
.boxcategoria .boxtitolo{
	text-align: center;
}
.boxsettore .boxtesto,
.boxcategoria .boxtesto{
	display: none !important;
}
.boxsettore .boxlink,
.boxcategoria .boxlink{
	display: none;
}

#boxcorr-cont{
	position: relative;
	margin: 20px auto;
}
#slide-correlati-prev{
	position: absolute;
	top: 35%;
	left: 0;
}
#slide-correlati-next{
	position: absolute;
	top: 35%;
	right: 0;
}
/* @end */

.claim{
	font-family: "Times New Roman",Times,serif;
	font-size: xx-large;
	font-weight: bold;
	letter-spacing: -0.03em;
	line-height: 1.3;
	margin: 10px 0;
}
.elenco{
	line-height: 140%;
	margin: 10px 0;
	text-align: left;
}
.elenco li{
   margin-bottom: 5px;
}
.elenco .img-thumbnail{
	float: left;
	margin-right: 20px;
}

.evidenza{
	background-color: #f5f5f5;
	font-size: 18px; 	/*DEVE essere un formato VISIBILE */
	padding: 30px 0:
	line-height: 1.8;
}
.evidenza a{
	text-decoration: underline;
}
.evidenza b, .evidenza strong{
	color: #1b95e0;
}
.evidenza,.evidenza2{
	margin: 20px 0;
	padding: 15px 30px;
}
.evidenza2{
	background-color: #f5f5f5; 
	border: 1px solid #e1e1e1;
	box-shadow: 5px 10px 18px #999999;
	padding: 20px 30px;
}
.evidenza2 b, .evidenza2 strong{
	color: #bb0000;
}
.evidword{
	color: #f99500;
}
/*.evidword, .evidword2{
	font-size: larger;
	letter-spacing: 0.03em;
	font-weight: bold;
}*/
.evidword2{
	color: #97867E;
}

/* @group MODAL WINDOW */
/* Non rimuovere,  modificare rispettando i colori "di sistema"*/
/* verde:conferma, rosso: cancellazione, azzurro: info */
.modal-confirm{
	width: 400px;
}
.modal-confirm .modal-content{
	padding: 20px;
	border-radius: 5px;
	border: none;
	text-align: center;
	font-size: 14px;
}
.modal-confirm .modal-header, .modal-footer{
	border-bottom: none;   
	position: relative;
	display: block;
}
.modal-confirm h4{
	text-align: center;
	font-size: 26px;
	margin: 15px 0 -10px;
}
.modal-confirm .close{
	position: absolute;
	top: -5px;
	right: -2px;
}
.modal-confirm .modal-footer{
	border: none;
	text-align: center;		
	border-radius: 5px;
	font-size: 13px;
	padding: 10px 15px 25px;
}	
.modal-confirm .icon-box{
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 9;
	text-align: center;
	border: 3px solid #f99500;
}
.modal-confirm .icon-box i{
	font-size: 46px;
	display: inline-block;
	margin-top: 13px;
	color: #f99500;
}
.modal-warning .icon-box{
	border: 3px solid #ffcc00;
}
.modal-warning .icon-box i{
	color: #ffcc00;
}
.modal-delete .icon-box{
	border: 3px solid #f15e5e;
}
.modal-delete .icon-box i{
	color: #f15e5e;
}
.modal-confirm .btn{
	transition: all 0.4s;
	min-width: 120px;
	min-height: 40px;
	margin: 0 5px;
}
.modal-confirm .btn-secondary{
	background: #cccccc;
}
.modal-confirm .btn-secondary:hover,
.modal-confirm .btn-secondary:focus{
   background: #999999;
}
.modal-confirm .btn-danger{
	background: #f15e5e;
}
.modal-confirm .btn-danger:hover,
.modal-confirm .btn-danger:focus{
	background: #bb0000;
}
/****** COOKIE MODAL ******/
#cookieModal .modal-content{
   margin-top: 0rem;
   max-width: 100%;
   background-color: black;
   color: white;
   border-top: 4px solid white;
}
#cookieModal .modal-dialog{
	max-width: 100%;
	width: 100%;
	margin: auto 0 0 0;
	position: fixed;
	top: auto;
	right: 0;
	left: 0;
	bottom: 0;
}
#cookieModal .notice{
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
#cookieModal .cookie-text{
	font-size: 15px;
}
#cookieModal .cookie-text a{
	color: #ffcc00;
}
/****** LOGIN MODAL ******/
.loginmodal-container{
	padding: 30px;
   max-width: 350px;
   width: 100% !important;
   background-color: #f5f5f5;
   margin: 0 auto;
   border-radius: 2px;
   box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
   overflow: hidden;
}
.loginmodal-container h1{
   text-align: center;
   font-size: 1.8em;
}
.loginmodal-container input[type=submit]{
   width: 100%;
   display: block;
   margin-bottom: 10px;
   position: relative;
}
.loginmodal-container input[type=text], 
.loginmodal-container input[type=password]{
   height: 44px;
   font-size: 16px;
   width: 100%;
   margin-bottom: 10px;
   -webkit-appearance: none;
   background: white;
   border: 1px solid #e1e1e1;
   border-top: 1px solid #cccccc;
   padding: 0 8px;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
}
.loginmodal-container input[type=text]:hover, input[type=password]:hover{
   border: 1px solid #cccccc;
   border-top: 1px solid #999999;
   -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
   -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
   box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.loginmodal{
   text-align: center;
   font-size: 14px;
   font-weight: 700;
   height: 36px;
   padding: 0 8px;
}
.loginmodal-submit{
   border: 0;
   color: white;
   text-shadow: 0 1px rgba(0,0,0,0.1); 
   background-color: #1877f2;
   padding: 17px 0;
   font-size: 14px;
}
.loginmodal-submit:hover{
   border: 0;
   text-shadow: 0 1px rgba(0,0,0,0.3);
   background-color: #f99500;
}
.loginmodal-container a{
   text-decoration: none;
   color: #666666;
   font-weight: 400;
   text-align: center;
   display: inline-block;
   opacity: 0.6;
   transition: opacity ease 0.5s;
} 
.login-help{
   font-size: 12px;
}

#myModal .modal-dialog{
	margin: 100px auto 20px auto;
}
#myModal .modal-header,
#myModal .modal-footer{
	padding: 0;
	border: none;
}
#myModal .modal-content{
	background: #333333 url(/Pagine/Sfondi/popupbg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 30px 30px 50px 30px;
	line-height: 1.5;
	font-size: 22px;
	color: white;
}
#myModal .modal-dialog::before{
   content: " ";
   display: block;
   height: 100%;
   border-radius: 3%;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   background-color: rgba(0, 0, 0, .8);
   z-index: 1;
}
#myModal .modal-body{
   z-index: 5;
}
#myModal a:link, #myModal a:visited{
   color: #999999;
}
#myModal .close{
	color: white;
	font-weight: normal;
	font-size: 40px;
	position: relative;
	opacity: .9;
	z-index: 1;
}
/* @end */

/* @group MAIN NOTIFY */
.alert{
	margin: 20px auto;
}
/* @end */

/* @group Social bar */
.boxsegnala{
	text-align: center;
	display: inline-block;
	position: relative;
	color: white;
	font-size: 11px;
	font-weight: normal !important;
	margin: 0 15px 0 0;
}
.boxsegnala:hover{
	opacity: 0.8;
}
.boxsegnala > div{
	width: 120px;
	height: 40px;
	overflow: hidden;
	padding-top: 10px;
}
.boxsegnala a{
	color: white !important;
}
.boxsegnala.facebook iframe{
   /*top: -5px;*/
}
.boxsegnala.facebook{
   background: #1877f2;
}
.boxsegnala.twitter{
  background: #1b95e0;
}
.boxsegnala.whatsapp{
	background: #3cb82a;
}
.boxsegnala.linkedin{
	background: #0073b1;
}
/*.boxsegnala.pinterest{
	background: #e60023;
}*/
.boxsegnala.whatsapp .fab{
	font-size: 22px;
	float: left;
	margin-right: .3em;
	margin-left: 15px;
}
.boxsegnala.whatsapp span{
	float: left;
   padding-top: 2px;
}
.socialbar{
	clear: both;
	margin: 40px 0 20px;
}
/* @end */

#share-left{
	text-align: left;
}
#share-right{
	text-align: right;
}

/* @group BUTTON ICON GRUPPO  */
.btn-gruppo-cont{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;/*space-evenly*/
	position:relative;
	z-index: 10;
}
.btn-gruppo-cont .btn-gruppo{
	margin: 0 15px 0 0;
	border-color: #e1e1e1;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly; /*flex-start*/
	align-items: center;
}
.btn-icon{
  	border-radius: 50%;
   position: relative;
   text-align: center;
   margin-right: 10px;
}
.btn-icon-inner{
   position: relative;
   transition: all .1s ease-in-out;
   border-radius: 50%;
   display: block;
   overflow: hidden;
   width: 30px;
	height: 30px;
}
.btn-icon > a.btn-icon-inner > i,
.btn-icon > span.btn-icon-inner > i{
   position: relative;
   top: 50%;
   display: block;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   z-index: 2;
}
/* @end */

#counter{
   /* visibile solo come gestore */
	color: #cccccc;
 	display: none;
}

/* - ACCESSO AREA RISERVATA - */
#login-cont{
	max-width: 400px;
	margin: 20px auto;
}
/* @group EDITING BAR */
body.editing{
	padding-top: 30px;
}
#editing-bar{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #ffcc00;
 	/*background-image: linear-gradient(225deg, #429edc, #00629e);
 	background-image: radial-gradient(circle farthest-side at 50% 50%, #2294d7, #275296);
	background-repeat: no-repeat;*/
 	color: black;
 	line-height: 1.8rem;
 	z-index: 161;
}
#editing-bar a,
#editing-bar .btn .fa{
	color: black;
	text-transform: uppercase;
	font-weight: 600;
}
#editing-bar .btn{
	background-color: transparent;
	border: none;
	color: black;
}
/* @end */

/* @group Box login */
#boxlogin{
	margin: 0 0 0 20px;
}
#boxlogin a{
	color: #666666;
}
#boxlogin input{
	border: 1px solid #cccccc;
	color: #999999;
	font-size: 11px;
	width: 104px;
}
#boxlogin label{
	clear: left;
	float: left;
	height: 24px;
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: middle;
	width: 190px;
}
#boxlogin ul{
	clear: both;
	font-size: 11px;
	margin: 0;
	padding: 0 0 0 30px;
	text-align: left;
}
/* @end */

/* @group LAYOUT GENERALE */
body{
/* ATTENZIONE!! Non mettere sfondi qui!!! Usare #sfondo, #pagewrap header etc.*/
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Merriweather', serif;*/
	font-family: 'Montserrat', sans-serif;
	line-height: 1.8;
	letter-spacing:0.3px;
}
html{
	/* serve per il posizionamento del footer */
	position: relative;
}
html, body{
	font-size: 16px;
	background-color: #1b1816;
	color: #B3B3B3;	
	height: auto !important;
	min-height: 100%;
	min-height: 100vh;
}
.container{
	margin: 0 auto;
	position: relative;
}
.pagecont{
	margin: 0 auto;
	position: relative;
}
#page-cont{
	padding-top: 44px;
}
#contenuto{
	position: relative;
}
#pagewrap{
	width: 100%;
	overflow: hidden;
}

section{
	position: relative;
	scroll-margin-top: 100px;
}
iframe{
	border: none;
}
.height100{
	height: 100%;
}

#titolopagina{
	margin: 0;
	padding: 0;
}
#titolopagina .titoloh1{
	position: relative;
	color: #fff;
	font-size: 26px;
	line-height: 1.3;
	margin: 15px 0;
	padding: 2px 0 8px 0;
	text-align: left;
}
#titolopagina:not(.titolohover) .titoloh1::after{
	content: "";
	width: 50px;
	height: 2px;
	background-color: #f99500;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#titolopagina h1{
	display: none; 	/* serve solo per indicizzazione; non va mostrato al pubblico */
}
#titolopaginahidden{
	display: none;
}
.segnapagine{
/* Pagine modulari - segnaposto per admin */
	position: absolute;
	left: 0;
	top: 30px;  /* alto quanto header fixed */
	z-index: 10;
	padding: 2px 10px;
}
.segnapagine .label{
	background-color: #ffcc00;
	color: black;
	font-size: 12px;
	padding: 2px;
}
/* @end */

/* @group nav-tabs */
.tab-content > .active{
	border-bottom: 1px solid #e1e1e1;
   border-left: 1px solid #e1e1e1;
   border-right: 1px solid #e1e1e1;
   padding: 15px;
}
.nav-tabs > li{
   padding: 10px;
   background-color: #fafafa;
}
.nav-tabs{
	margin-top: 15px;
}
/*.nav-tabs > li > a{
}
.nav-tabs > li.active > a,
.nav-tabs > li a.active{
}*/
/* @end */

/* @group PAGINATION */
.pagination{
	margin: 0;
}
.pagination > li > a{
	background-color: #f5f5f5;
	color: black;
	border: 1px solid #eeeeee;
	padding: 6px 10px;
}
.page-item.active .page-link{
   background-color: #f99500;
   border-color: #f99500;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination li > a:hover,
.pagination li > a:active{
	background-color: #f99500;
	border-color: #f99500;
	color: white;
}
/* @end */

.breadcrumb + #titolopagina .titoloh1{
	/*spazio tra bricione e titolo: non azzerare */
 	margin-top: -10px;
}
.breadcrumb{
	background-color: transparent;
	margin-bottom: 5px;
	padding: .75rem 0;
}
.breadcrumb li{
   padding-right: 4px;
}
.breadcrumb li a{
	color: #666666;
}
.breadcrumb > li + li::before{
   color: #f99500;
   content: "/\00a0";
}

#print, .only4print{
	display: none;
}

.col-nopadding > .row > div[class*="col-"],
.col-nopadding > .row > li[class*="col-"]{	
/* Box attaccati senza spaziatura (da applicare al contenitore esterno)*/
	padding: 0;
}
/* @end */

/* @group SLIDERS */
#slidecont1, .slidetop, #slidecont3{
	margin: 0 auto 15px auto;
	position: relative;
	max-width: 100% !important;
	overflow: hidden;	 /* Silvia: NON RIMUOVERE OVERFLOW!!!!!! */
}
.no-home #slidecont1,
.no-home #slidecont3,
.slidetop{
	height: 650px;
}
/*.no-home #slidecont1 > div:first-child, .slidetop .slidestage{
	 centratura immagini nel contenitore  a prescindere dal dimensioni monitor 
	height: 100vh;
	left: 50%;
	margin-left: -960px;
	position: absolute;
	width: 1920px;
}*/
.slidetop-cont .didascalia, .slidetop .didascalia{
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	padding: 2px 40px;
   right: 0;
   left: 0;
   bottom: 0;
}
.pages-slidecont{
	margin-bottom: 30px;
}
.pages-slidecont > .flex-container > div[class*="col-"]{
	padding-bottom: 0 !important;
}

#cover{
	height: 100%;
	flex-direction: column;
	justify-content: center;
	display: flex;
}
.img-parallax{
	background-attachment: fixed !important;
   width: 100%;
   height: 300px;
   height: 35vh;
   background-size: cover;
   background-position: center center;
   background-repeat:no-repeat;
   overflow: hidden;
}

.loading{
	position: relative;
}
.loading .loader{
   color: #e1e1e1;
   position: absolute;
   left: 0;
   top: 50%;
   width: 100%;
   z-index: -10;
}
.loading .load-bar.animated{
   animation: animLoadBar 1s 1;
   animation-direction: normal;
   animation-direction: alternate;
}
.loading .load-bar{
   background-color: #1b95e0;
   height: 2px;
   width: 0;
}
.loading .load-bar.animated{
	animation: animLoadBar 1s 1;
	animation-direction: alternate;
}

@keyframes animLoadBar{
	0%{
  		width: 0;
	}
	100%{
  		width: 200px;
	}
}
/* @end */

/* @group FOOTER */
address{
	margin-bottom: 20px;
	line-height: 1.5;
}

footer{
	padding-top: 20px;
	line-height: 1.8;
	background-color: black;
}
footer .liv2, footer .nav-link2{
	display: none !important;
}
footer .form-group{
   margin-bottom: 10px;
   clear: both;
}
footer .liv2, footer .open > .dropdown-menu.liv2{
	display: none;
}
.btn.scroll-top{
	display: none;  /* ATTENZIONE!! display DEVE ESSERE none !!!*/
}
.footer-reference{
	line-height: 2;
	margin-top: 5px;
   margin-bottom: 10px;
}
footer h6{
	margin-top: 0;
}

#footer .bg-grigio{
   background-color: #eeeeee;
   height: 100%;
}

#credits{
   float: right;
   font-size:11px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;	
	background-image: url(../../easyAdmin/common/images/CreditsBianco.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#credits span{
	visibility: hidden;
   display: inline-block;
   width: 106px;
}

#legalnotes{
   margin: 0;
}
#legalnotes li{
	display: list-item;
	float: left;
	font-size: smaller;
	list-style-type: none;
}
#legalnotes li a{
	padding: 0 10px 10px 0;
}
#legalnotes li.sel{
	color: #f99500;
}
#legalnotes ul{
	margin: 0;
}
/* @end */

/* @group PARALLAX */
.parallaxBg.bg-image-v1{
	background: url(/Pagine/Sfondi/parallaxbg.jpg) no-repeat fixed 0% 50%;
	background-size: cover;
}	
.parallaxBg{
	padding: 100px 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}	
.parallaxBg:after{
	background: rgba(0, 0, 0, .2);
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.parallaxBg .container,
.parallaxBg .container-fluid{
   z-index: 10;
   position: relative;
}
.parallaxBg h2{
	color: white;
	text-align: center;
	position: relative;
}
.parallaxBg h5{
	color: white;
}
.parallaxBg p{
	color: white;
	text-align: center;
	position: relative;	
}
.parallaxBg .btn{
	position: relative;
	display: inline-block;
}
/* @end */

/* @group HEADER */
header{
	position: relative;
	z-index: 160;
}
.header-logo{
	display: block;
}

.logo{
	width: 100%;
	text-align: center;
}
.navbar-brand{
	margin-right: 0;
}
/* @end */


/* @group TOPBAR (opzionale) */
.topbar .socialmediaicons .fa, 
.topbar .icon > .fa, .topbar .icon.fa{
   width: 2rem;
   height: 2rem;
   display: block;
   overflow: hidden;
}
/* @end */


/*Header Fixed - SHRINK - NON CANCELLARE!!!!!!!!!! SACRO!!!!!!!!!
------------------------------------*/
body.header-fixed-space-default{
/* ATTENZIONE alla posizione di no-home!!!! */
	/*padding-top: 130px;*/
	padding-top: 0; /*HEADER SOVRAPPOSTO ALLO SLIDER*/
}
body.header-fixed-space-default.editing{
	padding-top: 30px;
}
body.noslider-fixed-space-default{
/* con MostraTopSlider=True e .header-fixed-space-default=0 
crea uno spazio per impedire la sovrapposizione dell'header al contenuto */
	padding-top: 170px;
	/* NON ANNULLARE!!!!!!*/
}
body.noslider-fixed-space-default.editing{
	padding-top: 200px;
}
body.editing .header.header-sticky{
	/*top: 30px;*/
	padding-top: 30px;
}
/*-----*/
body.header-fixed .header-fixed-shrink .topbar{
	opacity: 0;
	height: 1px;
	padding: 0;
	min-height: auto;
	width: 100%;
	overflow: hidden;
	transition: all 0.6s ease-in-out;
}
@media (max-width: 767px){
	.header.header-sticky,
	.header.header-fixed-shrink{
		background-color: black;
	 	height: inherit;
	 	position: relative;
	}
	body.header-fixed-space-default,
	body.noslider-fixed-space-default{
		padding-top: 0 !important;
	}
}
@media (min-width: 768px){
	/*Logo*/
	.header-fixed-shrink .navbar-brand{
		max-width: 350px;
		padding-top: 1.3rem;
	}
	/*Navbar Nav*/
	.header-fixed-shrink .navbar-nav > li > a{
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.header.header-sticky{
		margin-top: 0;
		background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));
		transition: all 0.6s ease-in-out;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}
	.header-fixed .header.header-fixed-shrink,
	.noslider-fixed-space-default .header.header-fixed-shrink,
	.noslider-fixed-space-default .header.header-sticky{
    	top: 0;
    	left: 0;
    	width: 100%;
    	position: fixed;
    	border-bottom: none;
    	transition: all 0.6s ease-in-out;
	}
	.header-fixed .header.header-fixed-shrink{
		background: black;
	}
	/*Dropdown*/
	/*.header-fixed-shrink .dropdown > a:after{
		top: 20px;
	}*/
	/*Search*/
	/*	.header-fixed-shrink .nav .search-open{
		top: 60px;
	}*/
}
/* HEADER FIXED - FINE */

/* @group LANG */
.lang-cont{
	float: left;
}
.lang-cont ul{
	flex-direction: row;
}
.lang-cont li{
	padding-right: .8rem;
	font-size: 13px;
	text-transform: uppercase;
}
.lang-cont li.active a{
	color: #f5f5f5;
}
.bandiera.active img{
	opacity: 1;
}
.bandiera img{
	opacity: 0.4;
	max-width: 24px;
	height: auto;
}
.bandiera{
	margin-left: 10px;
}
.hoverSelector .bandiera{
	margin-right: 10px;
	margin-left: 0;
}
.hoverSelector:link,
.hoverSelector:visited{
	display: inline-block;
	cursor: pointer;
}
.hoverSelector:hover ul.languages{
	display: block;
}
ul.languages{
	top: 30px;
	right: 0;
	padding: 0 4px;
	display: none;
	min-width: 90px;
	position: absolute;
	background: #eeeeee;
	z-index: 20;
}
ul.languages:after{
	top: -4px;
	width: 0;
	height: 0;
	right: 14px;
	content: " ";
	display: block;
	position: absolute;
	border-bottom: 6px solid #eeeeee;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}
ul.languages > li > a{
	color: #333333;
	display: block;
	font-size: 11px;
	padding: 4px 12px;
	margin-bottom: 1px;
	text-transform: uppercase;
}
ul.languages li.active a i{
	color: #bb0000;
	float: right;
	margin-top: 2px;
}
ul.languages li a:hover,
ul.languages li.active a{
	color: black;
}
ul.languages li a:hover{
	text-decoration: none;
}
/* @end */

/* @group  - UI WIDGET - */
.ui-widget.ui-widget-content{
	margin-top: 30px;
}
.ui-widget-header{
	border: none;
	background: none;
	text-align: center;
}
.ui-tabs .ui-tabs-nav li{
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	float: none;
}
/* @end */

/* @group didascalia */
.didascalia h3{
	font-size: 18px;
	margin: 10px 0;
}
.didascalia p{
	font-size: 13px;
}
.gallery-img{
	position: relative;
}
.testo-hover .didascalia{
	left: 0;
	right: 0;
	bottom: 0;
	padding: 7px 15px;
	background: rgba(0, 0, 0, 0.6);
	color: white;
	position: absolute;
	margin: 0;
	height: 100%;
	font-size: smaller;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.testo-hover .didascalia h6,
.testo-hover .didascalia p{
	color: white !important;
}
.testo-hover .gallery-img{
	margin-bottom: 30px;
}
.testo-hover .gallery-img .didascalia{
	visibility: hidden;
}
.testo-hover .gallery-img:hover .didascalia{
	visibility: visible;
}
/* @end */

.slidecont .icostatus{	/* contenitore icone evidenza */
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.zoom-overlay{		/* zoom */
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
	z-index: 120;
}
.slidecont, .carouselcont{
	position: relative;
	width: 100%;
	height: auto !important;
	max-width: 100%;
}
.slideimg{
	text-align: center;
}
.slideimg img{
	margin: 0 auto;
}
.slide .zoom{
	display: block;
	float: right;
	height: 40px;
	margin: 0 4px 0 0;
	text-align: right;
	width: 60px;
}
.slidestage{
	text-align: center;
}
.slideico-cont{
	margin: 15px 0;
	text-align: center;
}
.slideico img{
	text-align: center;
	border: 1px solid white;
	border-bottom: 0;
}
.icostage{
	background-color: white;
	display: none;
	width: 90px;
}
.icostage img{
	margin: 5px;
}
.icostagesticky{
	display: none;		/* mettere block se serve */
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.icostagefixed{
	left: auto;
	right: 0;
	position: fixed;
	top: 220px;
}
.carousel-control{
   display: flex;
   justify-content: center;
   flex-direction: column;
}
.carousel-cont{
	display: flex;
	text-align: center;
	align-items: center;
	-webkit-flex-direction: row !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	flex-flow: row wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	/*justify-content: flex-start;*/
}
.carousel-ico{	
	float: left;
	margin: auto;
}   
.ico-cont img:hover{
	opacity: 0.6;
}
/* @end */

/* FRECCE NAVIGAZIONE GALLERY */
.slick-prev::before,
.slick-next::before{
	background-color: transparent;
	color: white !important;
	text-shadow: 1px 1px 6px #666666;
	font-size: 42px !important;
	font-family: FontAwesome !important;
	content: "\f053" !important;
}
.slick-next::before{
	content: "\f054" !important;
}
.slick-prev, .slick-next{
	z-index: 1;
	top: calc(50% - 20px) !important;
}
.slick-prev{
   left: 10px !important;
}
.slick-next{
	right: 10px !important;
}
.slick-slider .slick-prev,
.slick-slider .slick-next{
	top: calc(50% - 10px) !important;
}
/* @end */

/* @group OWL CAROUSEL */
.owl-carousel{
	position: relative;
}
.owl-carousel .item{
	height: 100%;
}
.owl-carousel-fade .owl-item img{
   width: auto !important;
}
.owl-carousel .owl-stage{
	margin: 0 auto;
	display: flex;
	align-items: center;
	-webkit-align-items: stretch; 
	-ms-flex-align-items: stretch; 
	align-items: stretch; 	/* box altezza uguale */
}
.owl-carousel .item, .owl-carousel .item article{
	margin-left: 1px;	 /* NON RIMUOVERE!!!! */
}
.owl-theme .owl-nav{
   width: 100%;
   z-index: 10;
   position: absolute;
   top: 50%;
   margin-top: -30px;
}
.owl-prev, .owl-next{
	position: absolute;
}
.owl-prev{
	left: 0;
}
.owl-next{
	right: 0;
}
.owl-prev.disabled{
	display: none;
}
.owl-theme .owl-nav [class*="owl-"]{
  	padding: 0;
  	height: 30px;
  	width: 30px;
   background: rgba(0,0,0,0.3);
   color: white;
   border-radius: 50%;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
	background: rgba(0,0,0,0.8);
}
.owl-theme .owl-next .fa{
	padding-left: 3px;
}
.owl-theme .owl-prev .fa{
	padding-right: 3px;
}
.owl-carousel:not(.owl-loaded){
   opacity: 0;
}
/* @end */

/* @group EDITOR -nessuna di diqueste voci va rimossa */
.nobackground{
	background-image: none;
	padding: 0;
}
.img-bordo{
	border: 1px solid #e1e1e1;
	padding: 5px;
	height: auto !important;
	max-width: 100%;
}
.img-center{
	text-align: center;
	height: auto !important;
	max-width: 100%;
	margin: auto;
}
.img-floatdx{
	float: right;
	margin: 0 0 0 20px;
	padding: 1px;
	height: auto !important;
	max-width: 100%;
}
.img-floatsx{
	float: left;
	margin: 0 20px 0 0;
	height: auto !important;
	max-width: 100%;
}
.img-center > figure{
   display: inline-block;
}
figure img{
	max-width: 100%;
	height: auto;
}

caption, figcaption{
	text-align: center;
	font-variant: small-caps;
	letter-spacing: 1px;
}
.simplebox{
	background: #eeeeee;
	border: 1px solid #cccccc;
	border-radius: 8px;
	box-shadow: 0 1px 1px white;
	margin: 10px;
	padding: 8px;
}
.simplebox.align-center{
	margin-left: auto;
	margin-right: auto;
}
.simplebox.align-left{
	float: left;
}
.simplebox.align-right{
	float: right;
}
.simplebox-content{
	padding: 0 8px;
}
.simplebox-title{
	margin: 0 0 8px;
	padding: 5px 8px;
}
.simplebox-title, .simplebox-content{
	background: white;
	border: 1px solid #cccccc;
	border-radius: 5px;
	box-shadow: 0 1px 1px #cccccc inset;
}
div.citazione{
	position: relative;
	padding: 30px;
	font-family: "Tillana","Times New Roman", Times, serif;
	padding: 0 30px;
	font-size: 28px;
}
div.citazione::before,
div.citazione::after{
	font-size: 20px;
	position: absolute;
	font-weight: 900;
   font-family: "Font Awesome 5 Free", FontAwesome;
	width: 30px;
	height: 30px;
	color: #e1e1e1;
}
div.citazione::before{
	content: "\f10d";
	top: -5px;
	left: 0;
}
div.citazione::after{
	content: "\f10e";
	bottom: -5px;
	right: 0;
}
.handwriting{
	font-family: 'Tillana';
	font-size: 20px;
}

/* @group CARDS */
.card{
	display: block;
   margin-bottom: 20px;
   line-height: 1.4;
   background-color: white;
   border-radius: 2px;
   box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
   transition: box-shadow .25s;
   padding: 2px 16px;
}
.card-3col{
	width: 31%;
	margin: 0 1%;
	float: left;
}
.card-4col{
	width: 23%;
	margin: 0 1%;
	float: left;
}
.card:hover{
	box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.card-img{
	width: 100%;
	height: 200px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	display: block;
   overflow: hidden;
}
.card-img img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: all .25s ease;
}
.card-content{
	text-align: left;
}
.card-title{
	margin-top: 0;
	font-weight: 700;
}
.card-title a{
	text-decoration: none !important;
}
.card-read-more{
	border-top: 1px solid #cccccc;
}
.card-read-more a{
	text-decoration: none !important;
	font-weight: 600;
	text-transform: uppercase;
}
/* @end */

/* ----------------------------
 * Callouts
 * ---------------------------- */
.blocco{
	padding: 20px;
	background: #f5f5f5;
	border: solid 1px #eeeeee;
   border-left-width: 1px;
   border-left-style: solid;
   border-left-color: rgb(238, 238, 238);
	margin-bottom: 30px;
}
.box-shadow{
	position: relative;
   box-shadow: 0 10px 6px -6px #cccccc;
}
.box-shadow::after, .box-shadow::before{
   top: 80%;
   left: 5px;
   width: 50%;
   z-index: -1;
   content: "";
   bottom: 15px;
   max-width: 300px;
   background: #999999;
   position: absolute;
}
.callout{
	padding: 30px;
	opacity: 1;
}
.dropcap{
   float: left;
   color: #666666;
   padding: 5px 0;
   font-size: 45px;
   font-weight: 200;
   line-height: 30px;
   margin: 0px 5px 0 0;
}
.dropcap-bg{
   float: left;
   color: white;
   padding: 7px 0;
   min-width: 50px;
   font-size: 35px;
   font-weight: 200;
   line-height: 35px;
   text-align: center;
   background: #666666;
   margin: 4px 10px 0 0;
}
.callout:hover{
   opacity: 0.75;
}
.callout-light{
	color: #333333;
	background-color: #f5f5f5;
}
.callout-dark{
	color: white;
	background-color: #333333;
}
.callout-dark p{
	color: #cccccc;
}
.callout-bubble{
	color: #333333;
	background-color: #ffcc00;
}
.callout-block{
	color: white;
	background-color: #3cb82a;
}
.callout-ico{
	float: left;
	margin-right: 30px;
	opacity: 0.7;
}
.callout p{
	font-size: 16px;
}
.callout h1,
.callout h2,
.callout h3,
.callout h4{
	font-weight: 300;
	line-height: 1.4;
}
.callout h1{
	font-size: 36px;
}
/* @end */

/* @group PAGINA CONTATTI / INVITE */
#contatti{
   padding-top: 10px;
}
#contatti{
	padding-bottom:50px;
}
#contatti-indirizzo{
   /*text-align: center;
   font-size: 14px;
   background-color: white;
   box-shadow: 4px 4px 5px #cccccc;
   z-index: 10;
   padding: 10px;
   position: absolute;
   bottom: 32px;
   left: 60px;
   right: 60px;*/
   display: none;
}
#invite-cont{
	background-color: white;
	padding: 0 15px;
	width: 100%;
}
/* @end */

/* @group MAPPA */
.tooltip{
	padding: 10px;
	text-align: left;
	width: 300px;
}
.tooltip p, .tooltip img{
	float: left;
	display: inline;
	padding: 0;
	margin: 0 10px 0 0;
}
.tooltip img{
	float: left;
	display: inline;
	padding: 0;
	margin: 0 10px 0 0;
}

.boxmarche{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.boxmap .boxico{
	background-image: url(../../easyUp/NoFoto.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border: 2px solid #cccccc;
	float: left;
	margin: 0 5px 5px 0;
	overflow: hidden;
	max-width: 40%;
}
.boxmap .boxtesto,
.boxmap .boxtesto p{
	text-align: left;
	width: 100%;
}
.boxmap .boxtitolo{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 10px 0 0;
	text-align: left;
}
#map_route label{
	width: 200px;
	float: left;
}
/* @end */

#fade{
	background: rgb(255, 255, 255); /* Fall-back for browsers that don't  support rgba */
   background: rgba(255, 255, 255, .70);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99998;
}
.popup_login{
	background: white;
	border: 2px solid #cccccc;
	color: black;
	display: none;
	float: left;
	font-size: 1.2em;
	left: 50%;
	padding: 30px;
	position: fixed;
	top: 50%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 20px #cccccc;
	-moz-box-shadow: 0 0 20px #cccccc;
	box-shadow: 0 0 20px #cccccc;
	z-index: 99999;
}
.popup_login .close{
	margin: 0 -10px 0 0;
	float: right;
	color: #bb0000;
}
.popup_login p, .popup_login form, .popup_login h1{
	color: black;
}
.popup_login a, .popup_block a{
	color: #1b95e0;
}

.social-lang{
	position: absolute;
	right: 0;
	top: 40px;
}

/* @group Social buttons */
.socialmediaicons{
	float: right;
}
.socialmediaicons ul{
	margin-bottom: 0;
}
.socialmediaicons .fas,
.socialmediaicons .fab,
.icon > .fas, .icon.fas,
.icon > .fab, .icon.fab{
	position: relative;
	z-index: 2;
	padding: 8px 4px;
	width: 2rem;
	text-decoration: none;
	height: 2rem;
	float: left;
	overflow: hidden;
	text-align: center;
	transition: all .2s ease-in-out;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.socialmediaicons.round .fas,
.socialmediaicons.round .fab,
.icon.round .fas,
.icon.round .fab{
	padding: 6px;
   font-size: 20px;
   width: 30px;
   border-radius: 50%;
   text-decoration: none;
   margin: 5px 2px;
}
.socialmediaicons .fa:hover{
  color: rgba(255,255,255,0.7) !important;
}
.socialmediaicons .fa-phone{
	display: none;
}
.socialmediaicons .fa-facebook{
  /*background: #1877f2;*/
  color: white !important;
}
.socialmediaicons .fa-youtube{
  /*background: #bb0000;*/
  color: white !important;
}
.socialmediaicons .fa-instagram{
	/*background: #df337f;
	background-image: url(../Sfondi/bgInstagram.jpg);*/
	background-position: center;
	background-repeat: no-repeat;
	color: white;
}
.socialmediaicons .fa-linkedin{
  /*background: #0073b1;*/
  color: white;
}
.socialmediaicons .fa-twitter{
  /*background: #1b95e0;*/
  color: white;
}
/*.socialmediaicons .fa-pinterest{
	background-color: #e60023;
	color: white;
}
.socialmediaicons .fa-skype{
  background: #00aff0;
  color: white;
}*/
/* @end */


/* Desktop (da Ipad in su) */
@media screen and (min-width: 1200px){
	.boxlarge{
   	/* serve a ridurre un po' la dimensione del contenuto dei box */
   	padding: 10%;
	}
	.home #slidecont1 .arrow-down{
   	background-image: url(../Sfondi/icon_bounce.png);
   	background-repeat: no-repeat;   
   	position: absolute;
   	bottom: 5px;
   	left: 0;
   	right: 0;
   	height: 60px;
   	width: 60px;
   	margin-left: auto;
   	margin-right: auto;
   	opacity: .7;
   	content: " ";
	}
	#slidecont1 .arrow-down{
		display: none;
	}
	.home .bounce{
   	-moz-animation: bounce 2s infinite;
   	-webkit-animation: bounce 2s infinite;
   	animation: bounce 2s infinite;
	}
	.frmlabel, .frmcampo{
		float: left;
	}
	.frmlabel{
		width: 180px;
	}
	.frmcampo{
		width: calc(100% - 180px);
	}
}


@media (min-width: 1921px){
/* allarga l'immagine a tutto schermo per monitor>1920px */
	.no-home #slidecont1 img, .no-home .slidetop img{    
		width: 100%;
	}
	.no-home #slidecont1 > div,
	.slidetop .slidestage{    
		width: 100%;
		left: 0;
		margin-left: 0;
	}
}


/* DESKTOP 1280 */
/*@media (min-width: 1200px) and (max-width: 1599px){
}*/


/* IPAD, Tablet  */
@media (min-width: 800px) and (max-width: 991px){
  	.container{
		width: 98%;
	}
}


/* TABLET - IPAD - VERTICALI */
@media (min-width: 768px) and (max-width: 980px){
	.parallaxBg{  	/* RISOLVE BUG DELL'IMG PER IOS !!!! */
		background-attachment: scroll;
	}
	.boxsegnala-cont{
		float: left;
		margin-top: 15px;
	}
	#header-logo{
		max-width: 70% !important;
	}
	.boxtesto{
		font-size: 13px;
	}
}


/* TABLET - IPAD - ORIZZONTALI */
@media (min-width: 981px) and (max-width: 1199px){
	.parallaxBg{  	/* RISOLVE BUG DELL'IMG PER IOS !!!! */
		background-attachment: scroll;
	}
}


/* da Tablet in su */
@media (min-width: 768px){
	.positioned{		/* NON CANCELLARE MAI!!! */
  		position: absolute;
  		width: 100%;
  		top: 0;
	}
	.topbar{
		/*min-height: 30px;*/
		padding-top: 36px;
	}
  	#titolopagina.titolohover{
		/* Titolo sovrapposto ad animazione */
		position: absolute;
		width: 100%;
		bottom: 50px;
		z-index: 150;
		overflow: hidden;
	}
	#titolopagina.titolohover .titoloh1{
		color: white;
		/*text-transform: uppercase;*/
		font-weight: normal;
		text-align: center;
		text-shadow: 0px 4px 3px rgba(0,0,0,0.8),
		0px 8px 13px rgba(0,0,0,0.1),
		0px 18px 23px rgba(0,0,0,0.1),
		-3px -3px 5px rgba(0,0,0,0.5);
		word-spacing: 10px;
		font-weight: bolder;
		font-size: 44px;
		line-height: 1.3;
	}
	#titolopagina.titolohover .sottotitolo{
		color: white;
		text-transform: none;
		font-weight: normal;
		text-align: center;
		text-shadow: 0 4px 3px rgba(0,0,0,0.8),
		0px 8px 13px rgba(0,0,0,0.1),
		0px 18px 23px rgba(0,0,0,0.1),
		-3px -3px 5px rgba(0,0,0,0.5);
		font-size: smaller;
	}
	header .navbar{
    	margin-bottom: 0;
    	padding: 0;
	}
	.row-eq-height{
	/* ATTENZIONE! Non spostare sotto il 768 o scombina le colonne!!! */
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.vertical-center{
		height: 100%;
		position: relative;
		text-align: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.boxhorizontal{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.boxhorizontal-right{
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
   	flex-direction: row-reverse !important;
	}
	.boxhorizontal .boxico{
		width: 50%;
	}
	.boxhorizontal .boxico img{
		width: 100%;
	}
	.boxhorizontal .boxcontent{
		background-color: black;
		width: 50%;
		padding: 0 2% 30px; 	/* padding-bottom x prezzo o boxlink */		
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.boxhorizontal .boxlink{
		width: 50%;		/* DEFAULT: DEVE ESSERE LARGO COME BOXCONTENT */
		padding: 0 2%;
		right: 0;
		left: auto;
		bottom: 15%;
	}
	/*---horizontal-right---*/
	.boxhorizontal-right .boxcontent{
		background-color: white;
	}
	.boxhorizontal-right a .boxtitolo{
		color: black;
	}
	.boxhorizontal-right .boxlink{
		left: 0;
		right: auto;
	}	
	.boxhorizontal .didascalia h3{
		text-align: left;
	}
	.boxhorizontal .didascalia h3::after{
		margin: 0;
	}
	#boxcont-evid2 .flex-container > li[class*="col-"] 
	/*#sezione-cont .flex-container > li[class*="col-"]*/{
   	padding-bottom: 0;
   	margin-bottom: 0;
	}
	/* @group FLEXBOX */
	/* ATTENZIONE!!! Nessuna voce di questo gruppo va rimossa!!!  */
	.flex-container,
	.flex-container .row{
		display: -webkit-flex;
		display: -ms-flexbox; 
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-align-items: stretch; 
		-ms-flex-align-items: stretch; 
		align-items: stretch; 	/* box altezza uguale */
	}	
	.flex-container .row:before,
	.row.flex-container:before{
		display: -webkit-flex;
		display: -ms-flexbox; 
		display: flex;
	}
	.flex-container > .row > div[class*="col-"],
	.flex-container > .row > li[class*="col-"],
	.flex-container > li[class*="col-"],
	.flex-container > div[class*="col-"]{
		padding-bottom: 40px;
	}
	.pages-slidecont .flex-container > div[class*="col-"]{
		padding-bottom: 0px;
	}
	/*.gallery-cont > .flex-container > div[class*="col-"]{
		padding-bottom: 0px;
	}*/
	.flex-container .box,
	.flex-container .panel{
		height: 100%;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.flex-container > .row.list-unstyled{
   	padding-left: 0;
	}
	.justify-content-center{
		justify-content: center;
	}
	.gallery-cont{
		display: -webkit-flex;
		display: -ms-flexbox; 
		display: flex;
	}
	/* MASONRY - fluid 5 columns */
	.grid-sizer,
	.grid-item{
		width: 20%;
	}
	/* MASONRY -  2 columns */
	.grid-item--width2{
		width: 40%;
	}
}
/* @end */
	

/* Smartphone */
@media (max-width: 767px){
	.logo{
		/*float: left;*/
		max-width: 90%;
		margin: auto;
		position: relative;
		z-index: 10;
	}
	.navbar-brand{
		padding-top: .8rem;
		padding-bottom: .8rem;
	}
	.img-parallax{
    	background-attachment: scroll;
	}
	.no-required,
	.required-message,
	.help-message{
		top: 2px;
	}
	#editing-bar{
		font-size: 11px;
	}
	.flex-container > .row > div[class*="col-"],
	.flex-container > .row > li[class*="col-"],
	.flex-container > li[class*="col-"],
	.flex-container > div[class*="col-"]{
		padding-bottom: 20px;
	}
	.box{
		margin-bottom: 20px;
	}
	.boxtitolo{
		font-size: 22px;
		margin-top: 12px;
	}
	.boxtesto{
    	margin: 10px 0;
	}
	/*.boxoverlay{
		margin-bottom: 0;
	}*/
	.boxmarche{
		/*height: 60px;*/ 	/* VERIFICARE - NON FA VEDERE LE IMMAGINI!!!! */
		word-break: break-all;
	}
	/*.boxmedia .boxtitolo{
		display: none;
	}*/
	.boxsegnala{
		margin-top: 15px;
	}
	.col-6 .boxtitolo{
		font-size: 16px;
		min-height: 42px;
		/* ATTENZIONE!! Non cancellare le 3 righe sotto; remare se necessario */	
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
 		/* ATTENZIONE!! Non cancellare le 3 righe sopra; remare se necessario */   
	}
	ul.list-4col li{
		float: left;
		width: 50%;
	}
	#recaptcha_response_field{
		float: none;
	}
	.grid-item{
		width: 100%;
	}
	.no-home #slidecont1,
	.no-home #slidecont3, .slidetop{
		position: relative;
		max-width: 100% !important;
		overflow: hidden;	/* Silvia: NON RIMUOVERE OVERFLOW!!!!!! */
		height: 250px;
	}
	#titolopagina.titolohover{
		/*Titolo sovrapposto ad animazione*/ 
		height: 250px;
		width: 100%;
		display: table;
		margin: -260px 0 15px 0;  /*height + margin slidecont1 */
		position: relative;
		z-index: 150;	 	 /*serve per non essere disturbato da cycle*/ 
		overflow: hidden;	 /*NON rimuovere!!! */
	}
	#titolopagina.titolohover .titoloh1{
		color: white;
		text-transform: uppercase;
		font-weight: normal;
		text-align: center;
		text-shadow: 0 4px 3px rgba(0,0,0,0.2),
		0px 8px 13px rgba(0,0,0,0.1),
		0px 18px 23px rgba(0,0,0,0.1),
		-3px -3px 5px rgba(0,0,0,0.2);
		word-spacing: 10px;
		font-weight: 500;
		font-size: 24px;
		line-height: 1.3;
	}	
	#titolopagina.titolohover .sottotitolo{
		display: none;
	}
	.no-home #slidecont1::before, .slidetop::before{
		height: 99%;
	}
	.parallaxBg.bg-image-v1{
		background: url(/Pagine/Sfondi/parallaxbgMobile.jpg) no-repeat fixed 0% 50%;
		background-attachment: scroll;	/* RISOLVE BUG DELL'IMG PER IOS !!!! */
	}
	#footer-menu .navbar-nav{
		margin: 0;
	}
	.button-cont{
		width: 100%;
	}
	.social-lang{
		top: 90px;
	}
	.zopim{
		bottom: 1px !important;
		right: 0 !important;
	}
	.boxsegnala-cont{
		display: inline-block;
		margin: auto;
		text-align: center;
	}
	.boxsegnala{
		float: none;
	}
}
