body{
	-moz-font-feature-settings: "liga", "kern";
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga" off;
	-webkit-font-feature-settings: "liga" off;
	-moz-font-feature-settings: "liga" off;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	line-height: 1.3;
	padding-top: 99px;
}
a, a:hover{ color: inherit }
input, textarea{
	outline: none !important;
	box-shadow: none !important;
}
header{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 5px #00559f;
	font-size: 20px;
	margin-bottom: 5px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	transition: all 0.4s;
}
.logo{height: 64px; transition: all .4s}
.tel{height: 20px;}
header strong{font-weight: 900;}
header .row > div > div{
	display: inline-block;
	margin-left: 20px;
	padding-top: 22px;
}
header.little{ padding-top: 5px; padding-bottom: 5px }
header.little .logo{ height: 50px }
header .row > div > div.referente{
	font-size: 14px;
	display: block;
	padding-top: 5px;
}

#owlHome .item{
	background-color: #f29100;
	color: #FFF;
	font-size: 21px;
}
#owlHome .item .small{
	font-size: 12px;
	position: absolute;
	bottom: 30px;
}
#owlHome .item .descrizione{
	position: relative;
	min-height: 460px;
	line-height: 1.3;
	margin: 20px 30px 0 0;
}
#owlHome .item .descrizione .txt{
	font-weight: 600;
	padding-top: 90px;
}
#owlHome .item .big{
	font-size: 42px;
	font-family: 'Roboto Slab', serif;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 2px 5px;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: right;
}
h1{
	margin-top: 15px;
}
h1.nonTrovata{
	margin: 130px 0 30px;
}
h3{
	color: #f39200;
	/*margin-top: 70px;*/
}
h4{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.focus ul{
	font-size: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.focus li {
  background-image: url(/images/icone/bullet.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  line-height: 1.4;
  background-position: 0px 6px;
  margin-bottom: 15px;
}
.table-responsive img{
	border: solid 1px #c7c7c7;
}
.table-responsive table{
	max-width: 740px;
}
.table-responsive td{
	vertical-align: top;
	width:50%;
	padding-right: 10px;
}
.infoForm{
	background-color: #ebebeb;
	border: solid 1px #c7c7c7;
	/*margin-top: 15px;*/
	padding: 15px 15px 20px;
	margin-bottom: 30px;
}
.afterFixed{ left: 15px !important }
.titForm{
	font-size: 24px;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 20px;
}
.form-control{
	height: auto;
	padding: 12px 8px 8px;
}
.bootstrap-select > .dropdown-toggle {
  padding: 10px 8px;
}
.inputWi{ position: relative }
.inputWi span{
	position: absolute;
	pointer-events: none;
	left: 10px;
	color: #636363;
	top: 11px;
	transition: 0.2s ease all;
}
.inputWi span.active{
	top: 2px;
	font-size: 9px;
	opacity: 1;
	color: #515151;
}
.boxFormSup{
	margin-top: 5px;
}
.boxFormBottom{
	margin-top: 5px;
	font-size: 12px;
}
.btn-primary{
	font-size: 18px;
	padding: 13px;
	width: 100%;
}
.gradientLine {
  background: linear-gradient(to right, #00b0e6 0%, #7a6fac 14%, #e75295 28%, #e85036 42%, #f6ab42 56%, #ffef44 70%, #b1cb52 84%, #0aa45a 100%);
  height: 4px;
	margin-top: 100px;
}
footer{
	background-color: #f39200;
	color: #FFF;
	font-size: 12px;
	padding-top: 30px;
}
.indirizzi div:not(:first-child) {
  padding-top: 15px;
	line-height: 1.5;
}
.legalInfo {
  text-align: center;
  margin: 40px 0 10px;
	font-size: 11px;
}
.legalInfo a{text-decoration: underline;}
.pagina{
	padding-top: 30px;
	line-height: 1.4;
	padding-bottom: 50px;
}
.pagina h1{
	margin-bottom: 20px;
}
.pagina a{
	text-decoration: underline;
}
#mappaAssistenza{
	width: 100%;
	height: 500px;
}
.boxMapInfoLocCnt > div:first-child > div:last-child{
	background-color: rgba(0,85,160,0.8) !important;
	color: #fff !important;
}
.boxMapInfoLocCnt > div:first-child > div:nth-last-child(2) > div > div{
	background-color: rgba(0,85,160,0.8) !important;
}
.boxMapInfoLoc{
	color: #fff;
}
.boxMapInfoLoc h3{
	color: #fff;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Open Sans',sans-serif
}
.boxMapInfoLoc a{
	display: inline-block;
	margin-top: 5px;
	padding: 5px;
	background-color: #ddeaf2;
	text-align: center;
	color: rgba(0,85,160);
	font-weight: 500;
	border-radius: 2px;
	width: 100%;
	text-transform: uppercase;
}
.titleCentro{
	position: absolute;
	left: 0;
	font-size: 17px;
	margin-top: 27px;
	margin-bottom: 0;
	font-weight: bold;
}
.topPage{ padding-top: 30px }
.sediBoxHome{
	background-color: #e5eef4;
	padding: 30px 50px;
}
.titleHome{ margin: 0 }
.titleHome + p{
	font-family: 'Roboto Slab';
	font-size: 20px;
	margin: 10px 0;
}
#chooseRegion{
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 5px 7px;
	height: auto;
	line-height: normal;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-image: url('/images/icone/triangle_down.png');
	background-position: right 5px center;
	background-repeat: no-repeat;
	width: 320px;
	font-size: 18px;
	height: 45px;
}
.chooseGoToSede{
	text-align: center;
	margin-bottom: 30px;
	padding: 10px;
}
.chooseGoToSede a{
	display: inline-block;
	background-color: #00559f;
	padding: 10px;
	width: 320px;
	color: #fff;
	border-radius: 3px;
	font-size: 18px;
}
.chooseGoToSede > span{
	padding: 0 15px;
}
.sedeBoxItem{ float: left; }
.sedeBoxItem:first-child{ width: 15%}
.sedeBoxItem:last-child{ width: 85%}
.sedeBoxItem:last-child a{
	font-family: 'Roboto Slab';
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
	display: block;
}
.infoTopHome{ margin: 20px 0 60px }
.boxArancio{
	background-color: #f39200;
	color: #fff;
	text-align: center;
	padding: 30px 10px;
	font-size: 20px;
	font-family: 'Roboto Slab';
}
.boxArancio h1{
	color: #fff;
	font-weight: bold;
}
.listaSediBox{
	margin: 60px 0;
}
.sedeItem{ margin-bottom: 30px; font-size: 12px}
.sedeItem img{ border: 1px solid #ddd }
.sedeItem h4{
	margin: 0 0 5px;
	font-size: 16px;
}
.linkToSede{ margin-top: 10px }
.linkToSede a{ color: #00559f }
.infoSedeBox{
	background-color: #ebebeb;
    border: solid 1px #c7c7c7;
	margin-bottom: 30px;
	padding: 15px 15px 20px;
}
.infoSedeBox h4{ margin-top: 0 }


.snippet{ margin-bottom: 40px }
.snippet h3{ color: #f39200; }
.snippet ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.snippet li{
    background-image: url('/images/icone/bullet.png');
    background-repeat: no-repeat;
    padding-left: 35px;
    line-height: 1.4;
    background-position: 0px 6px;
    margin-bottom: 15px;
	font-size: 18px;
}
.snippet8 img{ border: 1px solid #c7c7c7 }
/* cookie policy
/* ------------------------ */


/* accordion for privacy and cookie policy
/* ------------------------ */
.snippet-accordion{
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: block;
	border-bottom: 1px solid #dedede;
	transition: transform .2s ease-in-out;
	font-size: 16px;
}
.snippet-accordion p{
	font-size: 16px;
	margin-bottom: 10px;
}
.snippet-accordion.active .fa-angle-right{
	transform: rotate(90deg);
	color: #00aff5;
}
.snippet-accordion > h3{
	font-family: 'Roboto Slab',serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	cursor: pointer;
}
.snippet-accordion > h3:before{
	/*font-family:'FontAwesome', sans-serif;*/
	/*content: '\f105';*/
	content: '\025B8'; /* triangolo senza font awesome*/
	display: inline-block;
	margin-right: 5px;
	font-size:16px;
	font-weight:bold;
	transition:transform .2s ease-in-out;
}
.snippet-accordion.active > h3:before{
	transform:rotate(90deg);
}
.snippet-accordion h4{
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	margin: 30px 0 0;
}
.snippet-accordion .accordion-body{
	display: none;
	background: #fafafa;
	padding: 15px 15px 5px;
	margin-top: 15px;
}
.snippet-accordion .accordion-body h4:first-child{
	margin-top: 15px;
}
.snippet-accordion li{
	background-image:none;
	padding-left:0;
}
/* switch
/* ------------------------ */
.switch{
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
}
.switch input[type=checkbox]{
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
}
.switch label{
	cursor: pointer;
	white-space: nowrap;
}
.switch label .lever{
	content: "";
	display: inline-block;
	position: relative;
	width: 40px;
	height: 15px;
	background-color: #818181;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
	vertical-align: middle;
	margin: 0 16px 10px;
}
.switch label .lever:after{
	content: "";
	position: absolute;
	display: inline-block;
	width: 21px;
	height: 21px;
	background-color: #f1f1f1;
	-webkit-border-radius: 21px;
	border-radius: 21px;
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4);
	left: -5px;
	top: -3px;
	-webkit-transition: left .2s ease, background .2s ease, -webkit-box-shadow .1s ease;
	transition: left .2s ease, background .2s ease, -webkit-box-shadow .1s ease;
	-o-transition: left .2s ease, background .2s ease, box-shadow .1s ease;
	transition: left .2s ease, background .2s ease, box-shadow .1s ease;
	transition: left .2s ease, background .2s ease, box-shadow .1s ease, -webkit-box-shadow .1s ease;
}
.switch input[type=checkbox]:checked + label .lever{
	background-color: #dccfe2;
}
.switch input[type=checkbox]:checked + label .lever:after{
	background-color: #00aff5;
	left: 24px;
}
.switch input[type=checkbox]:disabled + label{
	opacity: .6;
}
.switch label .status{
	display:block;
}
/* cookie settings
/* ------------------------ */
.cookie-settings .row{
	margin-left: 0;
	margin-right: 0;
	border-top: 1px solid #ddd;
	padding-top: 30px;
	padding-bottom: 30px;
}
.cookie-settings .row,
.cookie-settings p{
	font-size: 14px;
}
.cookie-settings h3{
	font-size: 16px;
	margin: 0 0 10px;
}
.cookie-settings .btn-cookie-confirm{
	display:none;
	padding: 0 15px;
	font-weight:bold;
	vertical-align:middle;
}
.cookie-settings .btn-cookie-save{
	font-size: 14px;
	border: none;
	background: #00aff5;
	width:auto;
}
