/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Tangerine&display=swap|Montserrat:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
/* Non rimuovere il corsivo!! Eventualmente sostituirlo 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: 6px;
	/*font-weight: 300;*/
}
.all-right{
	font-size: 14px;
	color: #666666;
}
.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: 20px 25px;
	font-size: 13px;
	white-space: normal;
}
.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:hover, .btn-brd:active,
a.btn-brd:hover , a.btn-brd:active{
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
}
.btn-brd, a.btn-brd{/* bottone con bordo */
	border: 2px solid #333333;
	border-radius: 0;
	padding: 8px 20px;
	color: #333333;
}
.btn-brd:hover, .btn-brd:active{
	/*background-color: rgba(255, 215, 0, 1.0);*/
	background-color: yellow;
	transition: all 0.3s ease-in-out;
}

.btn.scroll-top{
	padding: 6px 12px;
}
/*.btn-primary{    PER RIDEFINIRE IL BTN DI BOOTSTRAP
   background-color: #ee3535;
   border-color: #bb0000;
}
.btn-primary:hover,
.btn-primary:focus{
    background-color: #bb0000;
    border-color: #bb0000;
}*/
.btn-default {
  text-shadow: 0 1px 0 #4f5151;
  background-image: -webkit-linear-gradient(top, #4f5151 0%, #333333 100%);
  background-image: -o-linear-gradient(top, #4f5151 0%, #333333 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#333333));
  background-image: linear-gradient(to bottom, #4f5151 0%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #4f5151;
  color: white;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #333333;
  background-position: 0 -15px;
  color:white;
}
.btn-default:active,
.btn-default.active {
  background-color: #333333;
  border-color: #4f5151;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #4f5151;
  background-image: none;
}
a.btn-primary, a.btn-danger, a.btn-info,a.btn-success,
.btn-danger a, .btn-info a{
	color: white !important;
}
.apice{
	font-size: 11px;
	vertical-align: super;
}
.barrato{
	color: #666666;
	text-decoration: line-through;
}
.bianco{
	color: white;
}
.grande{
	font-size: larger;
}
.rosso{
	color: #bb0000;
}
.grigio {
	color: #DADADA!important;
}
.grigioscuro{
	color: #333333;
}
.info{
	color: #666666;
	font-size: .85em;
	line-height: 125%;
}
.nascondi, .hidden{
	display: none;
}
.break-word{
   word-wrap: break-word;
}
.clear{
	clear: both; 
}
.clearcont:after{
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
}
.piccolo{
	font-size: smaller;
}
.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;
}

.vertical-middle{
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%);	
}
.foto-scheda{
	float:right;
	margin: 0 0 20px 20px;
	width:200px;
	
}
.lazy{/* sfondo predefinito per il caricamento immagini "lazy" */
	background-image: url(../../easyAdmin/images/grey.gif);
	overflow: hidden;
}
.tooltip > .tooltip-inner{
   background-color: #f5f5f5;
   color: black;
   border: none;
   font-size: 12px;
  /* min-width: 160px;*/
}

/* @group BULLET PERSONALIZZATI  */
li{
	position: relative;
}
ul.bullet{
	margin: 0;
   padding: 0 30px;
   /*list-style-image: url(../Sfondi/bulletul.png);*/
	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: 0px;
   left: -30px;
   font-size: 26px;
   content: "\f14a"; /* freccia in basso */
   position: absolute;
   font-weight: normal;
   line-height: initial;
   display: inline-block;
   font-family: FontAwesome;
   color: #0057aa;
}
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: "\f087"; /* LIKE */
}
ul.bullet.bullet-ingranaggio li:before{
	content: "\f013"; /* INGRANAGGIO */
}
/* @end */

ul.ul-square{
	list-style: square;
}
ul.ul-square li a{
	color: #333333;
}
ul.list-4col li{
	float: left;
	width: 25%;
}
ul.nav-orizz li a{
	display: block;
}
ul.nav-orizz{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.nav-orizz li{
	display: inline-block;
	padding: 4px 20px 4px 0;
}
ul.nav-orizz li.sel{
	font-weight: bold;
}

/* @group form */
.form-control,
.form-control-static{
	display: inline-block;
}

.form-2colonne .form-group{
	width:50%;
}
.form-nolabel .form-control{
	width: calc(100% - 15px);
}
.form-group label{
	display: block;
}
label{
	color: #666666;
	position: relative;
	text-align: left;
	font-weight: normal;  /*ridefinisco quello di bootstrap - RICHIESTA DI SERGIO*/
	padding: 2px 20px;
	border-bottom: none;
}
.fullrow label, 
.fullrow .campo{
	min-height: 34px;
	line-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
}
legend{
	color: #999999;
	font-weight: bold;
	font-size: 16px;
	padding: 2px 20px;
	text-transform: uppercase;
}
textarea{
	min-height: 60px;
}
.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: #093c69;
	position: relative;
}
.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 #093c69;
}
.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: 10px;
}
.icon-help, .icon-required{
	cursor: help;
}
.icon-help{
	color: #2592c7;
}

.required-message{
	display: block !important;
	display: none; /* IE6 e inferiori */
	font-size: 12px;
	color: #bb0000;
}
.required-message:hover em{
	white-space: nowrap;
}
.form-legenda{
   position: relative;
   width: 200px;
   background-color: #f5f5f5;
   padding: 4px;
   -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; 	/* future proofing */
}
.captcha-cont{
	display: inline-block;
}
/* @end */

/* @group CHECKBOX */
 /* Customize the label (the container) */
.checkbox-cont{
	display: block;
   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;
}
/* 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: 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;
}
h1{
	font-size: 28px;
}
h1 .piccolo{
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	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;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 5px;
}
/* FORMATTAZIONE AFTER BORDER CON LARGHEZZA FISSA SOTTO AL TITOLO */
/*h4{
	font-size: 22px;
	font-weight: normal;
	color: #999999;
	position: relative;
	padding-bottom: 8px;
	margin: 5px 0 15px 0;
}
h4::after{
	content: "";
	width: 100px;
	height: 1px;
	background-color: #2592c7;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;	***right 0 e margin auto per titolo centrato!***
}*/
/* FORMATTAZIONE AFTER BORDER CON LARGHEZZA FISSA SOTTO AL TITOLO */
h5{
	font-size: 18px;
}
h6{
	font-size: 16px;
}

.sottotitolo{
	font-size: smaller;
	font-style: italic;
	margin-bottom: 20px;
	color: #666666;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

/* @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{
	font-weight: normal;
}
.bg1{
	background-color: #f5f5f5;
	background-color: rgba(0,0,0,0.2);
}
.bg2{
	background-color: transparent;
}
.bordo{
	border: 1px solid #e1e1e1;
}

.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 */


/* @group BOX BASE  */
/* modificare solo dimensioni, bordi e colori, le altre impostazioni hanno valenza pressoch� "universale" */
.box{
	padding: 0;
	width: 100%;
	position: relative;
}
.boxico{
	position: relative;
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.boxautore{
	text-transform: none;
	font-weight: 600;
	font-family: 'Times New Roman', Times, serif;
}
.boxico img{
 	margin-left: auto;
 	margin-right: auto;
}
h3.boxtitolo{
	font-size: 18px;
	line-height: 1.3;
	text-transform: uppercase;
	text-align: left;
	position: relative;
	padding-bottom: 10px;
	margin-top: 10px;
}
h3.boxtitolo::after{
	content: "";
	width: 90px;
	height: 6px;
	background-color: #0057aa;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
}
a:link .boxtitolo, a:visited .boxtitolo,
.boxtitolo a:link, .boxtitolo a:visited{
	color: #333333;
	text-decoration: none;
}
a:hover .boxtitolo, a:active .boxtitolo,
.boxtitolo a:hover, .boxtitolo a:active{
	color: #333333;
	text-decoration: none;
}
.boxtesto{
	line-height: 1.3;
	font-size: 0.9rem;
	text-align: justify;
}
.boxdata{
	padding-top:5px;
	font-size: 0.9rem;
	font-weight: 200;
}

a .boxdata{
	color: #666666;
}
.home .boxdata{
	display: 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: black;
}
/* @end */


#boxcont-evid1{
	margin-top: 40px;
}
#home-cont .boxtesto{
	display: none;
}
#boxcont-evid1 .boxcontent{
	padding-bottom: 5px;
}

#boxcont-evid2 h3.boxtitolo{
	text-align: center;
	font-size: 20px;
	text-transform: none;
	color:#2592c7;
}
#boxcont-evid2 h3.boxtitolo::after{
   width: 0;
   height: 0;
   background-color: transparent;
}


#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, .2);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.boxoverlay:hover .boxico::after{
	background: rgba(0, 0, 0, .5);
}
.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: 0 15px;
}
.boxoverlay .boxcontent a{
   width: 100%;
   height: 100%;
   display: flex;
   justify-content: center;
   flex-direction: column;
   display: block;
   position: relative;
}
.boxoverlay .boxtitolo{
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 60px;
	text-shadow: 1px 1px 1px black;
}
.boxoverlay h3.boxtitolo::after{
	background-color: white;
}
.boxoverlay a .boxtitolo,
.boxoverlay a .boxtesto,
.boxoverlay .boxtitolo a,
.boxoverlay .boxtesto a{
	color: white;
}
.boxoverlay .boxtesto{
	display: none;
}
.boxoverlay:hover .boxtesto{
	display: block;
}
.boxoverlay .boxtesto{
	text-shadow: 1px 1px 1px #999999;
	line-height: 1.3;
	text-align: center;
	margin: 0;
}
/* @end */

.cat002 h3.boxtitolo::after{
/* Teoretica */
	background-color: yellow;
}
.cat002 .boxico{
/* Teoretica */
	border: 6px solid yellow;
}


.cat003 h3.boxtitolo::after{
/* Etica */
	background-color: red;
}
.cat003 .boxico{
/* Etica */
	border: 6px solid red;
}



.cat004 h3.boxtitolo::after{
/* Estetica */
	background-color: #228b22;
}
.cat004 .boxico{
/* Estetica */
	border: 6px solid #228b22;
}



.cat005 h3.boxtitolo::after{
/* Storia & Futuro */
	background-color: #6495ed;
}

.cat005 .boxico{
/* Storia & Futuro */
	border: 6px solid #6495ed;
}


.boxnoimage .boxico,			/* NON CANCELLARE!!! */
.boxnotesto .boxtesto{
	/* non rimuovere, non modificare */
	display: none;
}

.boxnoimage a{
	display: block;
	height: 100%;
}
.boxnoimage .boxcontent{
	/* allineamento in basso del testo */
	display: flex;
	align-items: flex-end;
	flex-flow: column wrap;
	height: 100%;
	padding: 0 15px 15px 15px;
}
#boxcont-users .boxico{
	max-width:200px;
}
/* BOXICONA - font awesome che "sostituisce" la classica img di anteprima */
.boxicona .boxico .fa{
	font-size: 40px;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	border-radius: 50%;
	padding: 40px;
}
.boxicona .boxico a .fa{
	color: black;
}
.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;
}
.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: "Times New Roman", Times, serif;
}
/* @group Documenti */
#documenti-cont{
	padding-top: 20px;
	padding-bottom: 20px;
}
#documenti-cont .boxhorizontal{
	padding: 10px 5px;
	border-radius: 0;
	border: 1px solid #e1e1e1;
}
#documenti-cont .boxhorizontal .boxico{
	margin: 0 10px 0 0;
	position: relative;
	text-align: center;
	width: 30%;
}
#documenti-cont .boxhorizontal .boxcontent,
#documenti-cont .boxhorizontal .boxtesto{
	text-align: left;
	flex-direction: column;
	justify-content: center;
	display: flex;
	height: 100%;
	overflow: hidden;
}
#documenti-cont .boxico a:link{
	color: #bb0000;
}
/* @end */

/* @group VIDEO */
.boxmedia .boxico{
	overflow: hidden;
	position: relative;
}
.boxmedia .boxico img.youtube{
    margin: -9.5% auto; /*ELIMINA BANDE NERE ICONA YOUTUBE */
}
.boxmedia .boxico::before{
	font-size: 80px;
	position: absolute;
	font-family: FontAwesome;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -40px;
	color: white;
	content: "\f144";
	opacity: 0.7;
}
.boxmedia:hover .boxico::before{
	opacity: 1;
}
.boxmedia .boxico a{
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}
#video-cont{
	clear: both;
	margin-bottom: 15px;
	margin-top: 15px;
}
/* @end */


/* @group BOX e ELEMENTI - sezioni varie */
.boxcontent{
	padding-bottom: 20px;
	/* serve per boxlink; se boxlink invisibile non serve */
}

.boxlink{
	/*font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	display: inline-block;
	position: absolute;
	bottom: 0;*/
	display: none;
}
/*.boxlink > div{
	display: none;
}
a:hover .boxlink > div{
	display: block;
}
a .boxlink, .boxlink a{
	display: block;
	color: #666666;
	padding: 5px 0;
}*/

.titolo24{
	color: black;
	/*font-family: "Times New Roman",Times,serif;*/
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}

.elenco{
	line-height: 140%;
	margin: 10px 0;
	text-align: left;
}
.elenco li{
   margin-bottom: 5px;
}
.elenco .img-thumbnail{
	float: left;
	margin-right: 20px;
}
.elenco a:link span,
.elenco a:visited span{
	color: #bb0000;
}
.elenco a:link,.elenco a:visited,
.elencografico a:link, .elencografico a:visited{
	color: #333333;
}
.elenco a:hover,.elenco a:active,
.elencografico a:hover, .elencografico a:active{
	color: black;
	text-decoration: none;
}
.evidenza{
	background-color: #f5f5f5;
	color: #0057aa;
	font-size: 16px; /*DEVE essere un formato VISIBILE */
	text-align: left;
}
.evidenza b, .evidenza strong{
	color: #2592c7;
}
.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: #bb0000;
}
.evidword, .evidword2{
	font-size: larger;
	letter-spacing: 0.03em;
	font-weight: bold;
}
.evidword2{
	color: #093c69;
}

/* @group MODAL WINDOW */
/* Non rimuovere,  modificare rispettando i colori "di sistema"*/
/* verde:conferma, rosso: cancellazione, azzurro: info */
.modal-confirm{		
	color: #666666;
	width: 400px;
}
.modal-confirm .modal-content{
	padding: 20px;
	border-radius: 5px;
	border: none;
	text-align: center;
	font-size: 14px;
}
.modal-confirm .modal-header{
	border-bottom: none;   
	  position: relative;
}
.modal-confirm h4{
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -10px;
}
.modal-confirm .close{
	position: absolute;
	top: -5px;
	right: -2px;
}
.modal-confirm .modal-body{
	color: #999999;
}
.modal-confirm .modal-footer{
	border: none;
	text-align: center;		
	border-radius: 5px;
	font-size: 13px;
	padding: 10px 15px 25px;
}
.modal-confirm .modal-footer a{
	color: #999999;
}		
.modal-confirm .icon-box{
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 9;
	text-align: center;
	border: 3px solid #0057aa;
}
.modal-confirm .icon-box i{
	font-size: 46px;
	display: inline-block;
	margin-top: 13px;
	color: #0057aa;
}
.modal-delete .icon-box{
	border: 3px solid #bb0000;
}
.modal-delete .icon-box i{
	color: #bb0000;
}
.modal-confirm .btn{
	color: white;
	border-radius: 4px;
	background: #0057aa;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	min-width: 120px;
	border: none;
	min-height: 40px;
	border-radius: 3px;
	margin: 0 5px;
	outline: none !important;
}
.modal-confirm .btn-default{
	background: #cccccc;
}
.modal-confirm .btn-default:hover, .modal-confirm .btn-default:focus{
	background: #999999;
}
.modal-confirm .btn-danger{
	background: #bb0000;
}
.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus{
	background: #ee3535;
}

 /****** LOGIN MODAL ******/
.loginmodal-container{
	padding: 30px;
   max-width: 350px;
   width: 100% !important;
   background-color: #f5f5f5;
   margin: 0 auto;
   border-radius: 2px;
   box-shadow: 0px 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;
   background: white;
   border: 1px solid #cccccc;
   border-top: 1px solid #999999;
   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;
	/* border-radius: 3px; */
	/* -webkit-user-select: none;
   user-select: none; */
}
.loginmodal-submit{
   border: 0px;
   color: white;
   text-shadow: 0 1px rgba(0,0,0,0.1); 
   background-color: #2592c7;
   padding: 17px 0px;
   /*font-family: roboto;*/
   font-size: 14px;
   /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}
.loginmodal-submit:hover{
   border: 0px;
   text-shadow: 0 1px rgba(0,0,0,0.3);
   background-color: #093c69;
   /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}
.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;
}
/* popupsito */
#myModal .modal-content{
	background: #093c69 url(/Pagine/Sfondi/parallaxbg.jpg) no-repeat;
	background-size: cover;
	padding: 80px 50px 50px;
	line-height: 1.5;
	font-size: 22px;
	color: white;
}
#myModal .modal-dialog::before{
   content: " ";
   display: block;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   background-color: rgba(0, 0, 0, .5);
   z-index: 1;
}
#myModal .modal-body{
   z-index: 5;
}
/* @end */

/* @group MAIN NOTIFY */
/* Non rimuovere,  modificare rispettando i colori "di sistema"*/
/* verde:conferma, rosso: cancellazione, azzurro: info */
.msgconfirm, .msgerror,
.msginfo, .msgwarning{
	clear: both;
	margin: 20px 0;
	padding: 20px 30px;
}
.msgconfirm p, .msgerror p,
.msginfo p, .msgwarning p{
	text-align: justify;
	color: black;
	font-size:larger;
}
.msgconfirm{
	background: #dff0d8;
}
.msgconfirm a{
	color: #3c763d;
	font-weight: bold;
}
.msginfo a{
	color: #0057aa;
	font-weight: bold;
}
.msgerror{
	background: #ffbfbf;
}
.msgerror a{
	color: #bb0000;
	font-weight: bold;
}
.msgwarning{
	background: #fcf8e3;
}
.msgwarning a{
	color: #aa6708;
	font-weight: bold;
}
/* @end */

/* @group Social bar */
.boxsegnala{
	margin: 4px;
	text-align: center;
	display: inline-block;
	position: relative;
	color: white;
	font-family: Arial, Helvetica, sans-serif!important;
	font-size: 11px;
	font-weight: normal!important;
}
.boxsegnala:hover{
	opacity: 0.8;
}
.boxsegnala > div{
	width: 120px;
	height: 32px;
	overflow: hidden;
	padding-top: 5px;
}
.boxsegnala a{
	color: white !important;
}
.boxsegnala.facebook{
   background: #1877f2;
}
.boxsegnala.twitter{
  background: #1b95e0;
}
.boxsegnala.linkedin{
	background: #007bb5;
}
.boxsegnala.whatsapp{
	background: #3cb82a;
}
.boxsegnala.whatsapp .fa{
	font-size:22px;
	float: left;
	margin-left:15px;
}
.boxsegnala.whatsapp span{
	float: left;
   padding-top: 2px
}
.socialbar{
	clear: both;
	margin: 40px 0 20px;
}
/* @end */


#counter{
	color: #0057aa; 
	text-align: center;
	margin:20px 0;
}

/* - ACCESSO AREA RISERVATA - */
.reg-page{
	background: rgba(255, 255, 255, 0.3);
	padding: 30px;
}
.reg-page h2{
	text-align: center;
	margin-bottom: 25px;
}
/* @group EDITING BAR */

body.editing{
	padding-top: 30px;
}
#editing-bar{
	position: fixed;
	width:100%;
	left: 0;
	top: 0;
	/*z-index: 500;*/
	background-color: #093c69;
   /*background-repeat: repeat-x;
 	background-image: linear-gradient(225deg, #429edc, #00629e);*/
 	background-image: radial-gradient(circle farthest-side at 50% 50%, #2294d7, #275296);
	background-repeat: no-repeat;
 	color: white;
 	line-height: 1.8rem;
 	z-index: 161;
}
#editing-bar a{
	color: white;
}
/* @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.*/
	background: white;
	color: #333333;
	/*font-family:"Times New Roman", Times, serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	/*font-family: 'Montserrat', sans-serif;*/
}
html{
	/* serve per il posizionamento del footer */
	position: relative;
}
html, body{
	font-size: 16px;
	height: auto !important;
	min-height: 100%;
	min-height: 100vh;
}
.container{
	margin: 0 auto;
	position: relative;
}
/*#newscont, .newscont{
	max-width:960px;
	margin:0 auto;
}*/
#contenuto{
	position: relative;
}
#pagewrap{
	width: 100%;
	overflow: hidden;
}
#sfondo{
	height: 100%;
	height: auto !important;
	min-height: 100% !important;
}
.anchor:before{
/* spaziatore per ancoraggio: necessario in caso di header fixed */
	content: " ";
	display: block; 
	padding-top: 130px; /* header height + empty space */
	margin-top: -130px; /* header height to degrees padding�s space */
	/* versione alternativa */
	/*	height: 130px; 
	margin-top: -130px; 
	visibility: hidden;*/
}
.editing .anchor:before{
/* ancoraggio in caso di edidting: + 50px */
	padding-top: 180px; /* header height + empty space */
	margin-top: -180px; /* header height to degrees padding�s space */
}
section{
	position: relative;
}
iframe{
	border: none;
}
.page-video{
	text-align: center;
	position: relative;
	max-width: 640px;
	margin: 0 auto;
}
#titolopagina{
	margin: 0;
	padding: 0;
}
#titolopagina .titoloh1{
	position: relative;
	color: #666666;
	font-size: 26px;
	margin: 15px auto 30px;
	padding: 2px 0 8px 0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;

}
#titolopagina h1{
	display: none; /* serve solo per indicizzazione; non va mostrato al pubblico */
}
#titolopaginahidden{
	display: none;
}
.segnapagine{
/* Pagine modulari - segnaposto per admin */
	position: absolute;
	right: 0;
	top: 0;
}
/* @end */

/* @group PAGINATION */
.pagination{
	margin: 0;
}
.pagination > li > a{
	color: black;
}
.pagination > .active > a{
	background-color: black;
	border-color: black;
}
.pagination > .active > a:hover{
	background-color: #666666;
	border-color: #666666;
}
.pagination > li > a:hover{
	color: #666666;
}

.breadcrumb + #titolopagina .titoloh1{
	/* spazio tra bricione e titolo : non rimuore istruzione, non azzerare */
 	margin-top: -10px;
}
.breadcrumb{
	background-color: transparent;
	padding: 15px 0;
	margin-bottom: 5px;
}
.breadcrumb li a:link, .breadcrumb li a:visited{
	color: #666666;
}
.breadcrumb > .active{
    color: black;
}
.breadcrumb > li + li::before{
    color: #bb0000;
    content: "/\00a0";
}
.breadcrumb-right{
	background-color: white;
	padding: 2px 0 6px 10px;
}

#print, .only4print{
	display: none;
}
.col-nopadding > .row,
.col-nopadding > .row > div[class*="col-"],
.col-nopadding > .row > li[class*="col-"]{	
/* Box attaccati senza spaziatura laterale(da applicare al contenitore esterno)*/
	padding-left: 0;
	padding-right: 0;
}
/* @end */

/* @group SLIDERS */
.cover-top{	
	background-position: center;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#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: 400px;
}
.no-home #slidecont1 > div, #slidetop .slidestage{
	/* centratura immagini nel contenitore  a prescindere dal dimensioni monitor */
	height: 400px;
	left: 50%;
	margin-left: -960px;
	position: absolute;
	width: 1920px;
}
.no-home #slidecont1::before, #slidetop::before{
   content:"";
   display: block;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   background-color: rgba(0, 0, 0, .1);
   z-index: 2;
}

#slidetop-cont .didascalia,
#slidetop .didascalia{
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	padding: 2px 40px;
	left: 0;
	bottom: 0;
}

#news-slidecont{
	margin-bottom: 30px;
}
/*#news-slidecont img{
	border: 1px solid #e1e1e1;
}*/
#cover{
	height: 100%;
	flex-direction: column;
	justify-content: center;
	display: flex;
/*	height: 700px;
	left: 50%;
	margin-left: -480px;
	margin-top: -350px;
	position: absolute;
	width: 960px;*/
}
.cover-top{
   /*background-attachment: fixed !important;*/
   background-attachment: scroll;
   /*position:fixed !important;*/
   z-index: -99;
   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: #2592c7;
   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: 10px;
	line-height: 1.5;
}

footer{
	padding-top: 20px;
	background-color: #f5f5f5;
}
footer a:link, footer a:visited{
	color: #333333;
}
footer a:hover, footer a:active{
	color: #0057aa;
}
footer .form-group{
   margin-bottom: 10px;
   clear: both;
}
footer .liv2, footer .open > .dropdown-menu.liv2{
	display: none;
}
.scroll-top{
	margin-top: -2px;
}
.footer-reference{
	line-height: 2;
	margin-top: 5px;
}

/*------- NO-FOOTER -------*/
.no-footer footer{
	height: 60px;
}
.no-footer #sfondo{
	padding-bottom: 60px;
}
.no-footer #pagewrap{
   margin: 0 auto -60px;
   padding: 0 0 60px;
}
/*------- NO-FOOTER -------*/

#credits{
	font-size: 11px;
   margin: 2px 20px 0 0;
   line-height: 1.5;
   float: right;
}
#credits img{
	margin-bottom: 2px;
}

#navlist{
   margin: 0;
}
#navlist a:link, #navlist a:visited{
	color: #666666;
}
#navlist a:hover, #navlist a:active{
	color: #0057aa;
}
#navlist li{
	display: list-item;
	float: left;
	list-style-type: none;
	padding: 0 10px 10px 0;
}
#navlist li.sel{
	color: #0057aa;
}
#navlist ul{
	color: #666666;
	font-size: 12px;
	margin: 0px;
   padding: 0px;
}
/* @end */

/* @group PARALLAX */
.bg-image-v1{
	padding: 150px 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: url(/Pagine/Sfondi/parallaxbg.jpg) no-repeat fixed 0% 50%;
	background-size: cover;
}	
.bg-image-v1:after{
	background: rgba(0, 0, 0, 0.3);
	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;
	margin-top: 5px;
	text-shadow: none;
	text-transform: uppercase;
	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);
	text-align: center;
	font-size: 32px;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.parallaxBg p{
	color: white;
	text-align: center;
	position: relative;
	text-shadow: 1px 1px 2px black;
	font-size: 24px;	
}
.parallaxBg .btn-brd{
	color: white;
	background: rgba(255, 255, 255, 0.3); 
   border: 3px solid white;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 400;
	padding: 5px 4%;	/* ATTENZIONE AL MOBILE!!! */
	position: relative;
	display: inline-block;
}
.parallaxBg .btn-brd:hover{
	background: rgba(255, 255, 255, 0.8); 
}
/* @end */


/* @group HEADER */
header{
	position: relative;
	z-index: 160;
}
.header-logo{
	display: block;
}
/* @end */

/* @group TOPBAR (opzionale) */
.topbar .nav > li > a{
   color: #333333;
   padding-top: 4px;
	padding-bottom: 4px;
}
.topbar{
	text-align: right;
	/*background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #fff 25%, #eee);
	background-repeat: no-repeat;*/
	padding: 4px 0 0 0;
	min-height: 30px;
	font-family: Montserrat, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.topbar > div > div{
	/*display:inline-block;*/
	margin: 0;
}
.topbar .socialmediaicons .fa, 
.topbar .icon > .fa, .topbar .icon.fa{
    padding: 6px 4px;
    width: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
}
/* @end */


/*Header Fixed - SHRINK - NON CANCELLARE
------------------------------------*/
body.header-fixed-space-default{
/* ATTENZIONE alla posizione di no-home!!!! */
	padding-top: 160px;
	/*padding-top: 0;*/ /*HEADER SOVRAPPOSTO ALLO SLIDER*/
}
body.header-fixed-space-default.editing{
	padding-top: 190px;
}
body.noslider-fixed-space-default{
/* con TopPaginaBasso=True e .header-fixed-space-default=0 
crea uno spazio per impedire la sovrapposizione dell'header al contenuto */
	padding-top: 160px;
	/* NON ANNULLARE!!!!!!*/
}
body.editing .header.header-sticky{
	top: 32px;
}
body.editing.noslider-fixed-space-default{
	padding-top: 130px;
}

/*body.header-fixed .header-fixed-shrink .topbar{
	opacity: 0;
	height: 1px;
	width: 100%;
	overflow: hidden;
	transition: all 0.6s ease-in-out;
}*/
@media (max-width: 767px){
	/*.header-fixed .header,
	.header-fixed .header.header-fixed-shrink,*/
	.header.header-sticky,
	.header.header-fixed-shrink{
	 	height: inherit;
	 	position: relative;
	}
	body.header-fixed-space-default,
	body.noslider-fixed-space-default{
		padding-top: 0 !important;
		top: 0 !important;
	}
}
@media (min-width: 768px){
	/*Logo*/
	/*.header-fixed-shrink .logo img{
		max-width: 260px;
		margin: 10px 0 -5px;
	}	*/
	/*Navbar Nav*/
	.header-fixed-shrink .navbar-nav > li > a{
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.header.header-sticky{
		margin-top: 40px; 	/* trduttore Google */
		transition: all 0.6s ease-in-out;
		position: fixed;
		background-color: white;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}
	.header-fixed .header.header-fixed-shrink{
    	top: 0;
    	left: 0;
    	width: 100%;
    	position: fixed;
    	border-bottom: none;
    	box-shadow: 1px 1px 4px #cccccc;
    	background-color: #f5f5f5;
    	transition: all 0.6s ease-in-out;
	}
	/*.noslider-fixed-space-default .header.header-sticky{
		background-color: black;
	}*/
	/*Dropdown*/
	/*.header-fixed-shrink .dropdown > a:after{
		top: 20px;
	}	*/
	/*Search*/
/*	.header-fixed-shrink .nav .search-open{
		top: 60px;
	}*/
}
/* HEADER FIXED - FINE */

/* @group USERBAR */
.userbar-cont{
	float: right;
}
.userbar-cont > div{
	/*float: left;*/
	position: relative;
	margin: 0 0 0 10px;
}
.userbar.list-inline > li {
    padding-top: 4px;
}
.userbar-cont .icon-text{
	display: none;
}
.userbar-cont .icon > .fa,
.userbar-cont .icon.fa{
	/*background-color: rgba(0,0,0,0.7);*/
	color: #286090;
}
.userbar-cont .icon:hover > .fa,
.userbar-cont .icon.fa:hover{
	/*background-color: rgba(0,0,0,0.9);*/
	color: #093c69;
	padding-top:4px;
}
ul.userbar{
	display: inline-block;
}
.userbar-text{
	/*  ATTENZIONE! serve per allineare testo alle icone */
	text-transform: uppercase;
	font-size: 13px;
	color: #666666;
	position: relative;
   z-index: 2;
   padding: 3px 4px;
   text-decoration: none;
   /*height: 2rem;*/
   float: left;
   overflow: hidden;
   text-align: center;
   transition: all .2s ease-in-out;
   display: flex;
   justify-content: initial;
   flex-direction: column;
}
/* @end */

/* @group LANG */
.lang-cont{
	text-transform: uppercase;
	min-width: 80px;
	float: right;
	font-size: 13px;
	padding: 2px 0;
	margin-top: 4px !important;
	text-align: left;
	position: relative;
}
.bandiera.active img{
	opacity: 1;
}
.bandiera img{
	opacity: 0.4;
	max-width: 24px;
	height: auto;
}
.bandiera{
	margin-left: 10px;
}
.hoverSelector{
	padding-bottom: 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: 24px;
	right: 0;
	display: none;
	min-width: 90px;
	position: absolute;
	background: #eeeeee;
	z-index: 10;
}
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: #ee3535;
	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 */

.ui-widget.ui-widget-content{
	margin-top: 30px;
	border-color: #e1e1e1;
}
.ui-widget-header{
	border: none;
	background: none;
	text-align: center;
}
.ui-tabs .ui-tabs-nav li{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
	float: none;
}
.ui-state-default a{
	color: black;
}
.ui-state-active a, .ui-state-active a:link{
	color: #0057aa;
	border-bottom: 2px solid #0057aa;
}
/* @end */

/* @group BUTTON ICON GRUPPO  */
.btn-gruppo-cont{
	margin: 20px -15px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	text-align: center;
   padding: 10px;	
}
.btn-gruppo{
	margin: 0 1%;
	text-align: center;
   width: 110px;
	display: inline-block;	
}
.btn-icon{
	padding: 0.57143rem;
   background: transparent !important;
   border: solid 1px #eeeeee;
   position: relative;
   text-align: center;
   display: inline-block !important;
}
.btn-rounded{
	border-radius: 50%;
}
.btn-rounded:hover{
	border-color: #333333;
}
.btn-icon-inner{
   position: relative;
   transition: all .1s ease-in-out;
   border-radius: 50%;
   display: block;
   overflow: hidden;
   background-color: #e1e1e1;
   width: 60px;
	height: 60px;
	font-size: 12px;
}
.btn-icon > span.btn-icon-inner > i{
	cursor: pointer;
}
.btn-icon > a.btn-icon-inner > i,
.btn-icon > span.btn-icon-inner > i{
   color: #333333;
   position: relative;
   top: 50%;
   display: block;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   z-index: 2;
}
.btn-icon > a.btn-icon-inner:hover,
.btn-icon > span.btn-icon-inner:hover{
	background: #333333;
}
.btn-icon > a.btn-icon-inner:hover > i,
.btn-icon > span.btn-icon-inner:hover > i{
   color: white;
}
.btn-testo{
	text-align: center;
	margin-top: 4px;
}
/* @end */

/* @group slide news e store */
.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 15px;
	font-size: smaller;
	text-align: center;
}
.testo-hover .didascalia h6,
.testo-hover .didascalia p{
	color: white !important;
}
.testo-hover .ico-cont{
	margin-bottom: 30px;
}
.testo-hover .ico-cont .didascalia{
	display: none;
}
.testo-hover .ico-cont:hover .didascalia{
	display: block;
}
.icostagesticky{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 90px;
	padding: 3px;
	position: sticky;
	z-index: 20;
	top: 0;
	background-color: white;
	display: none;
}
.slidecont .icostatus{/* contenitore icone evidenza */
	left: 0; 
	position: absolute;
	top: 0;
	width: 100%;
}
.zoom-overlay{/* zoom */
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 6px;
	color: white;
	cursor: pointer;
	opacity: 0.8;
	background-color: black;
	z-index: 200;
}
.slidecont, .carouselcont{
	margin-bottom: 10px;
	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;
	font-size: 11px;
	height: 40px;
	margin: 0 4px 0 0;
	text-align: right;
	width: 60px;
}
.slidestage{
	text-align: center;
}
.slidestage img{
	margin: 0 auto 20px auto;
}
.slideico-cont{
	margin:15px 0;
	text-align:center;
}
.slideico img{
	text-align:center;
	border: 1px solid white;
	border-bottom: 0;
}
.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-left: 15px;*/
	margin: auto;
}
.icostagefixed{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.icostage img{
	margin: 0 4px 0 0;
}
.ico-cont img:hover{
	opacity: 0.6;
}  
/* @end */

/* @group OWL CAROUSEL */
.owl-carousel{
	position: relative;
}
.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{
	height:100%;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.owl-carousel .item .boxcontent{
	padding-left: 10px;
	padding-right: 10px;
}
/* per non fare allargare l'immagine  */
.owl-theme .owl-nav{
   width: 100%;
   /*height: 30px;*/
   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;
}
/* @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;
	color: #666666;
	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;
	color:#5d5d5d;
	/*font-family: 'Tangerine', cursive;*/
	font-family: "Times New Roman", Times, serif;
	font-style: oblique; 
	padding: 0 30px;
	font-size: 24px;
	margin: 2% 5%;
}
div.citazione::before,
div.citazione::after{
	font-size: 20px;
	position: absolute;
	font-family: 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: 'Tangerine', cursive;
	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{
	padding: 15px;
	text-align: left;
}
.card-title{
	margin-top: 0px;
	font-weight: 700;
	font-size: 1.65em;
}
.card-title a{
	color: black;
	text-decoration: none !important;
}
.card-read-more{
	border-top: 1px solid #cccccc;
}
.card-read-more a{
	text-decoration: none !important;
	padding: 10px;
	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: #ffd700;
}
.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{
   display: none;
}
#invite-cont{
	background-color: white;
	padding: 0 15px;
	width: 100%;
}
/* @end */

/* @group MAPPA */
#tooltip{
/* box predefinito google map */
	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 a:link, .boxmap a:visited{
	color: #333333;
}
.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%;
	overflow: hidden;
}
.boxmap .boxtesto,
.boxmap .boxtesto p{
	color: #333333;
	font-size: 12px;
	line-height: 1.1;
	padding: 0 6px;
	text-align: left;
	width: 100%;
}
.boxmap .boxtitolo{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 10px 0 0;
	padding: 6px 0 0 6px;
	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, .popup_block{
	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, .popup_block .close{
	margin: 0 -10px 0 0;
	float: right;
	color: #bb0000;
}
.popup_login p, .popup_login form, .popup_login h1,
.popup_block p, .popup_block form, .popup_block h1{
	color: black;
}
.popup_login a, .popup_block a{
	color: #2592c7;
}

/* @group Social buttons */
.socialmediaicons{
	float: right;
}
.socialmediaicons .fa,
.icon > .fa, .icon.fa{
	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 .fa,
.icon.round .fa{
  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-facebook{
  background: #3b5998;
  color: white !important;
}
.socialmediaicons .fa-youtube{
  background: #bb0000;
  color: white !important;
}
/*.socialmediaicons .fa-twitter{
  background: #55acee;
  color: white;
}
.socialmediaicons .fa-linkedin{
  background: #007bb5;
  color: white;
}
.socialmediaicons .fa-skype{
  background: #00aff0;
  color: white;
}
.socialmediaicons .fa-rss{
  background: #ff6600;
  color: white;
}*/
/* @end */


/* @group COMMENTI - ATTIVARE QUANDO NECESSARIO */
#commenti-cont h2{
	border-bottom: 1px solid #cccccc;
	color: #093c69;
	margin: 20px 0;
	padding-bottom:10px;
}
#commenti-cont .firma{
	color: #666;
	font-style: italic;
	margin: -10px 0 0 0;
}
.commentiredaz .dropcap{
	color:#c92525	
}
#commenti-cont .data{
	color: #666666;
}
ul.commenti{
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: left;
}
ul.commenti > li{
	border-bottom: 1px dashed #ccc;
	margin: 10px 10px 30px 0px;
	padding: 0 0 15px 0;
}
ul.commenti-risposte{
	margin:20px 0 0 50px;
}
/* @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: 30px;
   	left: 0;
   	right: 0;
   	height: 60px;
   	width: 60px;
   	margin-left: auto;
   	margin-right: auto;
   	opacity: .7;
   	content: " ";
	}
	.bounce{
   	-moz-animation: bounce 2s infinite;
   	-webkit-animation: bounce 2s infinite;
   	animation: bounce 2s infinite;
	}
}


@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;  
	}			
}


/* TABLET - IPAD - VERTICALI */
@media (min-width: 768px) and (max-width: 980px){
	.bg-image-v1{  	/* RISOLVE BUG DELL'IMG PER IOS !!!! */
		background-attachment: scroll;
	}
	.no-home #slidecont1,
	.no-home #slidecont3,
	#slidetop{
		height: 240px;
	}
	.no-home #slidecont1 > div, #slidetop .slidestage{
		height: 240px;
	}
	#titolopagina.titolohover{	 
		height: 220px !important;	
		margin: -230px 0 15px 0 !important;  
	}
	body.header-fixed-space-default{
		padding-top: 140px !important;
	}
	body.header-fixed-space-default.editing{
   	padding-top: 170px !important;
	}
}


/* TABLET - IPAD - ORIZZONTALI */
@media (min-width: 981px) and (max-width: 1199px){
	.bg-image-v1{  	/* RISOLVE BUG DELL'IMG PER IOS !!!! */
		background-attachment: scroll;
	}
	.no-home #slidecont1, .no-home #slidecont3, #slidetop{
		height: 320px;
	}
	.no-home #slidecont1 > div, #slidetop .slidestage{
		height: 320px;
	}
	#titolopagina.titolohover{
		/* Titolo sovrapposto ad animazione */
		height: 300px !important;
		margin: -320px 0 15px 0 !important; /* height + margin slidecont1 */
	}
	.logo{
		margin-top: -30px !important;
	}
}


/* DESKTOP 1280 */
/*@media (min-width: 1200px) and (max-width: 1599px){
}*/



/* da Tablet in su */
@media (min-width: 768px){
  .positioned{		/* NON CANCELLARE MAI!!! */
  		position: absolute;
  		width: 100%;
  		top: 0;
	}
	.logo{
		float: left;
		max-width: 160px;
		margin-top: -40px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
  	#titolopagina.titolohover{
		/* Titolo sovrapposto ad animazione */
		height: 400px;
		width: 100%;
		display: table;
		margin: -415px 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: 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);
		display: table-cell;
		vertical-align: middle;
		word-spacing: 10px;
		font-weight: 900;
		font-size: 36px;
		line-height: 1;
	}
	#titolopagina.titolohover .sottotitolo{
		color: white;
		text-transform: none;
		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);
		font-size: smaller;
	}
	header .navbar{
    	margin-bottom: 0;
	}
	body.no-footer footer{
		height: 80px;
		padding-top: 15px;
	}
	body.no-footer #sfondo{
		padding-bottom: 80px;
	}
	body.no-footer #pagewrap{
		margin: 0 auto -80px;
		padding: 0 0 80px;
	}
	/* PER MENU NON COLLAPSIBLE - INIZIO */
	#pagewrap{
		margin: 0 auto -170px; 	/* footer height */
		padding: 0 0 170px;
	}
	#sfondo{
		padding-bottom: 170px;
	}
	footer{
		position: absolute;
		bottom: 0;
		height: 170px;
		width: 100%;
	}
	/* PER MENU NON COLLAPSIBLE - FINE */
	.row-eq-height{
	/* ATTENZIONE! Non spostare sotto il 768 o scombina le colonne!!! */
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.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{
		position: relative;
		width: 50%;
	}
	.boxhorizontal .boxico img{
		width: 100%;
	}
	.boxhorizontal .boxcontent{
		width: 50%;
		padding: 0 2% 30px; 	/* padding-bottom x prezzo o boxlink */
		/*height: 100%;*/		/* Non impostare altezza o controllare */		
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.boxhorizontal .boxtitolo{
		text-transform: uppercase;
		font-size: 28px;
	}
	.boxhorizontal .boxlink{
		bottom: 5%;
		left: auto;
		right: 5%;
		width: 20%;
		padding: 0 40px;
		font-weight: normal;
		text-transform: none;
	}
	.boxhorizontal-right .boxlink{
		left: 5%;
		right: auto;
	}	
	.boxhorizontal .didascalia h3{
		text-align: left;
	}
	.boxhorizontal .didascalia h3::after{
		margin: 0;
	}
	.boxhorizontal a:link .didascalia h3,
	.boxhorizontal a:visited .didascalia h3{
		color: black;
	}
	.boxhorizontal a:link .didascalia p,
	.boxhorizontal a:visited .didascalia p{
		color: #666666;
	}
	.boxhorizontal a:hover .didascalia p,
	.boxhorizontal a:active .didascalia p{
		color: black;
	}
	.boxhorizontal-right .didascalia h3,
	.boxhorizontal-right .didascalia p{
		text-align: right;
	}
	.boxhorizontal-right .didascalia h3::after{
		left: auto;
		right: 0;
	}	
	/*#boxcont-evid1 .flex-container > li[class*="col-"], 
	#sezione-cont .flex-container > li[class*="col-"]{
   	padding-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: 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: 20px;
	}
	.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;
	}*/
	/* 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: 40%;
		position: relative;
		z-index: 10;
	}
	.no-required,
	.required-message,
	.help-message{
		top: 2px;
	}
	#home-cont{
		margin-top: 40px;
	}
	#credits{
		text-align: left;
	}
	.box{
		margin-bottom: 20px;
	}
	.boxoverlay{
		margin-bottom: 0;
	}
	.boxtitolo{
		font-size: 22px;
		margin-top: 12px;
	}
	.boxtesto{
    	margin: 10px 0;
	}
	.boxtesto ul.ul-inline li{
		width: 45%;
	}
	.boxmarche{
		height: 60px;
		word-break: break-all;
	}
	.col-xs-6 .box{
   	margin: 0;
	}	
	.col-xs-6 .boxstore .boxcontent{
   	padding: 0;
	}
	.col-xs-6 .boxtitolo{
		font-size: 15px;
		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%;
	}
	li.userbar-icon.icona-logout{
		float: right !important;
	}
	#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: 200px;
	}
	.no-home #slidecont1 > div, #slidetop .slidestage{
		/* centratura immagini nel contenitore  a prescindere dal dimensioni monitor */
		height: 200px;		
		width: 1000px;
		left: 50%;
		margin-left: -500px;
		position: absolute;
	}
	#titolopagina.titolohover{
		 /*Titolo sovrapposto ad animazione*/ 
		height: 200px;
		width: 100%;
		display: table;
		margin: -215px 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: 0px 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);
		display: table-cell;
		vertical-align: middle;
		word-spacing: 10px;
		font-weight: 300;
		font-size: 36px;
		line-height: 1;
	}	
	#titolopagina.titolohover .sottotitolo{
		display: none;
	}
	.no-home #slidecont1::before, #slidetop::before{
		height: 99%;
	}
	#footer-menu .navbar-nav{
		margin: 0;
	}
	.zopim{
		bottom: 1px !important;
		right: 0 !important;
	}
}

