/*------------------ resetter ------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	margin: 0;
	padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

/*------------------ tag ------------------*/

:root {
	--swiper-pagination-color: #007dfa;
	--swiper-navigation-color: #fff;
}

body, input, textarea, select {
	font-family: 'Titillium Web', Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #19191a;
}

body {
	background: #fff;
	line-height: 1.4;
}

p, ul, ol {
	line-height: 1.555;
	margin: 0 0 20px;
}

ul, ol {
	margin-left: 35px;
}

strong {
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 7px;
	line-height: 1.4;
}

h1 {
	font-size: 29px;
	font-weight: 700;
}

h2 {
	font-size: 22px;
	font-weight: 600;
}

h3 {
	font-size: 20px;
	font-weight: 600;
}

h4, h5, h6 {
	font-size: 1rem;
	font-weight: 400;
}

h1.titolo-evidenza,
h2.titolo-evidenza,
h3.titolo-evidenza {
    color: #007dfa;
}

h2 + p, h3 + p, h4 + p {
    margin-top: 0;
}

a {
	color: #0066cc;
	text-decoration: none;
	outline: none;
}

a:focus-visible {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: 0;
	background: #e8ebed;
	height: 1px;
	margin: 20px 0;
}

img {
	vertical-align: middle;
}

/*------------------ form/pulsanti ------------------*/

textarea {
    line-height: 1.5;
    resize: vertical;
}

input[type=text],
input[type=password],
textarea,
select {
    padding: 8px 12px;
    background: #fff;
    color: #000;
    border: 1px solid #b0bdc6;
	border-radius: 8px;
	width: 200px;
	box-sizing: border-box;
}

input[type=text]:disabled,
input[type=password]:disabled,
textarea:disabled {
    color: #999;
}

input:focus, textarea:focus, select:focus, button:focus {
	box-shadow: inset 0 1px 2px rgba(255, 159, 67, 0.4), 0 0 0 0.2em rgba(255, 159, 67, 0.7);
	outline: none;
}

input[type=text][readonly],
input[type=password][readonly],
textarea[readonly] {
    background: #f0f0f2;
    cursor: default;
}

input[type=submit],
input[type=button],
button {
	background: #007dfa;
	border: 1px solid #007dfa;
	font-weight: 600;
	border-radius: 8px;
    color: #FFF;
    cursor: pointer;
    height: 45px;
    padding: 0 16px;
}

input[type=submit]:hover,
input[type=button]:hover,
button:hover {
    background: #3ba1ec;
}

.pulsanti {
	margin: 0 0 15px;
}

.pulsante {
	display: inline-block;
	border: 1px solid #e8ebed;
	color: #000;
	padding: 8px 14px;
	margin-right: 5px;
	border-radius: 8px;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.pulsante:hover {
	text-decoration: none;
	background: rgba(0, 114, 228, 0.03);
	border-color: #007dfa;
	color: #0066cc;
}

.pulsante.evidenziato {
	color: #0066cc;
	font-weight: 600;
}

.pulsante.on {
	background: #e8ebed;
	border-color: #e8ebed;
	color: #000;
	font-weight: 600;
}

input[type=checkbox],
input[type=radio] {
    margin: 0 5px 0 0;
}

select {
    height: 45px;
}

option {
    padding: 2px 8px;
}

/*------------------ clearfix ------------------*/

.cfix:before,
.cfix:after {
	content: "";
	display: table;
}

.cfix:after {
	clear: both;
}

.cfix {
	zoom: 1;
}

/*------------------ tabelle ------------------*/

table {
	border: 0;
	border-collapse: collapse;
}

table td {
	border: 0;
	padding: 0;
	vertical-align: middle;
}

.tab-lista {
	margin: 0 0 20px;
	width: 100%;
	border: 1px solid #e8ebed;
}

.tab-lista td {
	padding: 7px;
}

.tab-lista .titolo {
	font-weight: 600;
	text-align: center;
	font-size: 21px;
}

.tab-lista .titolo td {
	padding: 7px 14px;
}

.tab-lista .campi {
	color: #19191a;
	background: #f4f8fb;
}

.tab-lista tbody td {
	border-bottom: 1px solid #e8ebed;
	background: #FFF;
}

.tab-contenuto {
	width: 100%;
	margin: 0 0 20px;
	border-bottom: 1px solid #e8ebed;
}

.tab-contenuto:first-child {
	margin-top: 0;
}

.tab-contenuto .tsin {
	width: 40px;
	text-align: center;
	padding: 20px 5px;
}

.tab-contenuto .tsin img {
	max-width: 100px;
}

.tab-contenuto .tdes {
	padding: 15px 20px;
}

.tab-contenuto .tdes > *:last-child {
	margin-bottom: 0;
}

.tab-contenuto td {
	vertical-align: top;
}

/*------------------ margini ------------------*/

.mt0 {
	margin-top: 0 !important;
}

.mt1 {
	margin-top: 5px;
}

.mt2 {
	margin-top: 10px;
}

.mt3 {
	margin-top: 20px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb1 {
	margin-bottom: 5px;
}

.mb2 {
	margin-bottom: 10px;
}

.mb3 {
	margin-bottom: 20px;
}

/*------------------ icone ------------------*/

.ico-align-testo {
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.ico-small {
	font-size: 14px;
}

.ico-grigia {
	color: #555;
}

.ico-arancione {
	color: #f39c12;
}

.ico-viola {
	color: #8e44ad;
}

.ico-rosso {
	color: #e74c3c;
}

.ico-fuxia {
	color: #f93851;
}

.ico-blu {
	color: #0072e4;
}

.ico-turchese {
	color: #16a085;
}

.ico-circle {
	font-size: 14px;
	line-height: 1;
	border-radius: 100%;
	padding: 6px;
}

.ico-circle-arancione {
	background: #f39c12;
	color: #fff;
}

.ico-circle-viola {
	background: #8e44ad;
	color: #fff;
}

.ico-circle-fuxia {
	background: #f93851;
	color: #fff;
}

.ico-circle-turchese {
	background: #16a085;
	color: #fff;
}

.ico-circle-blu {
	background: #0072e4;
	color: #fff;
}

.ico-circle-rosso {
	background: #e74c3c;
	color: #fff;
}

.ico-grande {
	font-size: 26px;
}

.ico-mr-1 {
	margin-right: 5px !important;
}

.ico-mr-2 {
	margin-right: 10px !important;
}

/*------------------ remodal ------------------*/

.remodal {
	border-radius: 8px;
}

.remodal *:last-child {
	margin-bottom: 0;
}

/*------------------ chip tag ------------------*/

.chip-tag {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    padding: 0 8px;
    font-size: 16px;
    font-weight: 400;
	color: #333;
	border: 1px solid rgba(84, 142, 200, 0.7);
	border-left-width: 10px;
	color: #10457b;
    background: #fff;
    border-radius: 8px;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
	box-sizing: border-box;
	cursor: default;
}

.chip-tag.card-tag-arancione {
	color: #975d00;
	border-color: rgba(243, 156, 18, 0.5);
}

.chip-tag.card-tag-viola {
	color: #8e44ad;
	border-color: rgba(142, 68, 173, 0.5);
}

.chip-tag.card-tag-fuxia {
	color: #c02035;
	border-color: rgba(249, 56, 81, 0.5);
}

.chip-tag.card-tag-turchese {
	color: #0c8069;
	border-color: rgba(22, 160, 133, 0.5);
}

.chip-tag.card-tag-blu {
	color: #1a6ca2;
	border-color: rgba(52, 152, 219, 0.5);
}

.chip-tag.card-tag-rosso {
	color: #e74c3c;
	border-color: rgba(231, 76, 60, 0.5);
}

/*------------------ card ------------------*/

.card {
	margin-bottom: 20px;
	padding: 15px 0;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid #e8ebed;
	word-break: break-word;
	position: relative;
}

.card-tag-space {
	height: 20px;
}

.card-tag-fixed {
	position: absolute;
	left: 15px;
	top: -5px;
	max-width: 90%;
}

.card.h100 {
	height: 100%;
}

.card-arancione {
	border-color: rgba(243, 156, 18, 0.3);
	background: rgba(243, 156, 18, 0.02);
}

.card-arancione.in-rilievo {
	border-bottom-width: 4px;
	border-bottom-color: #f39c12;
}

.card-viola {
	border-color: rgba(142, 68, 173, 0.2);
	background: rgba(142, 68, 173, 0.02);
}

.card-viola.in-rilievo {
	border-bottom-width: 4px;
	border-bottom-color: #8e44ad;
}

.card-fuxia {
	border-color: rgba(249, 56, 81, 0.2);
	background: rgba(249, 56, 81, 0.02);
}

.card-fuxia.in-rilievo {
	border-bottom-width: 4px;
	border-bottom-color: #f93851;
}

.card-turchese {
	border-color: rgba(22, 160, 133, 0.2);
	background: rgba(22, 160, 133, 0.02);
}

.card-turchese.in-rilievo {
	border-bottom-width: 4px;
	border-bottom-color: #16a085;
}

.card-blu {
	border-color: rgba(0, 114, 228, 0.2);
	background: rgba(0, 114, 228, 0.03);
}

.card-blu.in-rilievo {
	border-bottom-width: 4px;
	border-bottom-color: #0072e4;
}

.card-rosso {
	border-color: rgba(231, 76, 60, 0.2);
	background: rgba(231, 76, 60, 0.02);
}

.card-rosso.in-rilievo {
	border-bottom-width: 4px;
	border-bottom-color: #e74c3c;
}

.card > *:last-child, .card-contenuto-p > *:last-child {
	margin-bottom: 0;
}

.card-titolo a {
	color: inherit;
}

.card-titolo, .card-testo, .card-contenuto-p {
	padding: 0 20px;
	margin: 0 0 10px;
}

.card-background {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 6px;
    z-index: 1;
}

.card-background-hover {
    position: relative;
    z-index: 2;
}

.card-titolo-op {
    color: #fff;
    background: rgba(255, 255, 255, 0.75);
    display: inline-block;
    border-radius: 0 6px 6px 0;
}

.card-titolo-op.card-titolo-op-blu {
    background: rgba(0, 114, 228, 0.7);
}

.card-testo-op {
    margin: 16px 20px 0;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 6px;
    padding: 4px 10px;
}

.card-img {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 33%;
}

a.card-img {
    text-decoration: none;
}

.card-img-top {
	margin-bottom: 15px;
	padding-bottom: 44%;
}

.card-corpo-flex {
	display: flex;
}

.card-corpo-img-sin {
	flex-shrink: 0;
	width: 120px;
	height: 140px;
	margin: 7px 0 0 20px;
}

.card-corpo-img-sin .card-img {
	width: 100%;
	height: 100%;
}

.card-lista {
	list-style: none;
	margin: 0 0 10px;
}

.card-lista > li {
	display: block;
	padding: 6px 20px;
	box-sizing: border-box;
}

.card-lista.hr {
	display: flex;
	flex-wrap: wrap;
}

.card-lista.hr > li {
	width: 50%;
}

.card-lista.hr > li.w33  {
	width: 33.3%;
}

.card-lista.hr > li.w50  {
	width: 50%;
}

.card-leggi-tutto {
	font-weight: 600;
	white-space: nowrap;
}

.card-riga {
	margin-top: 15px;
	border-top: 1px solid #e8ebed;
	padding-top: 15px;
}

.card-riga:first-child {
	margin-top: 0;
	border-top: 0;
	padding-top: 0;
}

.card-riga .sinistra {
	float: left;
	width: 100px;
	text-align: center;
	margin-top: 10px;
}

.card-riga .contenuto {
	overflow: hidden;
}

.card-riga .contenuto p:last-child {
	margin-bottom: 0;
}

.griglia {
	display: flex;
	margin-left: -20px;
}

.griglia-el.w66 {
	width: 66.6%;
}

.griglia-el.w50 {
	width: 50%;
}

.griglia-el.w33 {
	width: 33.3%;
}

.griglia-el.w25 {
	width: 25%;
}

.griglia-el.w20 {
	width: 20%;
}

.griglia-el.w15 {
	width: 15%;
}

.griglia-el.w10 {
	width: 10%;
}

.griglia-el-spacing {
	margin-left: 20px;
	margin-bottom: 20px;
	height: 100%;
}

/*------------------ struttura ------------------*/

.fullscreen-width {
	min-width: 1240px;
}

.fluid-width {
	width: 1240px;
	margin: 0 auto;
}

.header {
	background: #007dfa;
	font-size: 16px;
	font-weight: 400;
}

.header-middle {
	height: 135px;
}

.header a {
	color: #fff;
	text-decoration: none;
}

.header-logo-ssr {
	float: left;
	display: block;
	width: 190px;
	margin-top: 25px;
	text-align: center;
}

.header-logo-ssr img {
	height: 50px;
}

.header-logo-regione {
	float: left;
	display: block;
	width: 100px;
	margin-top: 32px;
	text-align: center;
}

.header-logo-regione img {
	height: 50px;
}

.header-logo-ssr, .header-logo-regione, .header-titolo {
	border-radius: 6px;
}

.header-logo-ssr:focus, .header-logo-regione:focus, .header-titolo:focus {
	background: rgba(255, 255, 255, 0.17);
}

.header-sottotitolo {
	display: block;
	font-size: 11px;
	text-align: center;
	margin-top: 5px;
	opacity: 0.8;
}

.header-titolo {
	float: left;
	display: block;
	font-size: 32px;
	line-height: 35px;
	width: 560px;
	text-align: center;
	margin-top: 32px;
	font-weight: 700;
}

.header-titolo .asp,
.header-titolo .cs {
	display: block;
}

.header .ricerca {
	float: right;
	margin-top: 55px;
}

.header .ricerca input[type="text"] {
	width: 250px;
	vertical-align: top;
}

.header .ricerca button {
	vertical-align: top;
	font-size: 22px;
}

.header button.opacizzato {
	background: rgba(0, 0, 0, 0.1);
	border-color: rgba(0, 0, 0, 0.1);
}

.header button.opacizzato:hover {
	background: rgba(0, 0, 0, 0.05);
}

.header-top {
	background: #0072e4;
}

.header-menu-nav {
	margin: 0;
	position: relative;
	list-style: none;
}

.header-menu-nav > li {
	float: left;
}

.header-menu-nav > li > a {
	position: relative;
	display: block;
	padding: 0 16px;
	line-height: 44px;
	border-radius: 8px;
	font-weight: 300;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	transition: background-color 0.2s;
	cursor: pointer;
}

.header-menu-nav.menu-grande > li > a {
	line-height: 54px;
	font-weight: 400;
	font-size: 18px;
}

.header-menu-nav > li > a[aria-haspopup="true"] {
	padding-right: 37px;
}

.header-menu-nav > li > a[aria-haspopup="true"]:after {
	content: " ";
	width: 16px;
	height: 16px;
	position: absolute;
	right: 13px;
	top: 50%;
	margin-top: -7px;
	background-image: url('freccia_bianca.png');
	background-repeat: no-repeat;
	opacity: 0.8;
	transition: opacity 0.3s ease-in-out, transform 0.15s ease-in-out;
}

.header-menu-nav > li:hover > a,
.header-menu-nav > li > a:focus {
	background: rgba(255, 255, 255, 0.17);
}

.header-menu-nav > li:hover > a:after,
.header-menu-nav > li > a:focus:after {
	opacity: 1;
	transform: rotate(90deg);
}

.header-menu-nav ul {
	display: flex;
	margin: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
	z-index: 999;
	background: #FFF;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.4) 0 1px 4px 0;
	list-style: none;
	flex-wrap: wrap;
	position: absolute;
	top: 52px;
	overflow: hidden;
	left: -9999px;
	max-height: 0;
	opacity: 0.1;
	transition: max-height 0.25s ease-in-out, opacity 0.2s ease-in-out;
}

.header-menu-nav > li:hover ul { /** 2 regole separate (:hover e :focus-within) come fallback per IE11 **/
	left: 0;
	max-height: 500px;
	opacity: 1;
}

.header-menu-nav > li:focus-within > ul {
	left: 0;
	max-height: 500px;
	opacity: 1;
}

.header-menu-nav ul li {
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: 33.33%;
}

.header-menu-nav ul li a {
	display: block;
	position: relative;
	text-decoration: none;
	padding: 3px 15px 3px 41px;
	line-height: 32px;
	color: #000;
	border-radius: 8px;
	transition: background-color 0.2s;
	cursor: pointer;
}

.header-menu-nav ul li a:before {
	content: " ";
	width: 16px;
	height: 16px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -8px;
	background-image: url('freccia_destra.png');
	background-repeat: no-repeat;
	opacity: 0.5;
	transition: opacity 0.2s ease-in-out, left 0.2s ease-in-out;
}

.header-menu-nav ul li a:hover,
.header-menu-nav ul li a:focus {
	background-color: #e7eef3;
}

.header-menu-nav ul li a:hover:before,
.header-menu-nav ul li a:focus:before {
	opacity: 1;
	left: 15px;
}

.header-menu-nav.menu-align-right > li {
	float: right;
}

.header-switch-ipovedenti .testo-ver-pred {
	display: none;
}

.albero-navigazione {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
	line-height: 2;
	font-weight: 400;
}

.albero-navigazione li {
	display: inline;
}

.albero-navigazione li .separatore {
	margin: 0 3px 0 5px;
	font-size: 14px;
	color: #333;
}

.contenuto-col {
	min-height: 40vh;
}

.contenuto-titolo {
	margin: 0 0 20px;
}

.menu-col-p {
	padding-left: 20px;
}

.contenuto-con-menu {
	margin-top: 20px;
}

.contenuto-con-menu.menuXL .menu-col {
	float: right;
	width: 30%;
}

.contenuto-con-menu.menuXL .contenuto-col {
	float: left;
	width: 70%;
}

.contenuto-con-menu.menuXXL .menu-col {
	float: right;
	width: 22%;
}

.contenuto-con-menu.menuXXL .contenuto-col {
	float: left;
	width: 78%;
}

.menu-laterale-box {
	border: 1px solid #e8ebed;
	border-radius: 8px;
	margin-bottom: 15px;
}

.menu-laterale-titolo {
	padding: 15px 15px 0;
	margin-bottom: 10px;
}

.menu-laterale-titolo a {
	color: inherit;
}

.menu-laterale {
	list-style: none;
	margin: 0 0 20px;
}

.menu-laterale a {
	display: block;
	position: relative;
	cursor: pointer;
	padding: 6px 15px;
	color: #000;
	transition: background 0.2s, border-color 0.2s;
	border-radius: 8px;
}

.menu-laterale a:hover {
	background: #e7eef3;
	text-decoration: none;
}

.menu-laterale a:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 20px;
	bottom: 20px;
	width: 3px;
	transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out;
}

.menu-laterale a:hover:before {
	background: #007dfa;
	top: 4px;
	bottom: 4px;
}

.menu-laterale > li > a[aria-haspopup="true"] {
	padding-right: 26px;
}

.menu-laterale > li > a[aria-haspopup="true"]:after {
	content: " ";
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	background-image: url('freccia_destra.png');
	background-repeat: no-repeat;
	transition: transform 0.1s ease-out;
}

.menu-laterale ul {
	list-style: none;
	max-height: 0;
	opacity: 0;
	margin: 0;
	transition: opacity 0.15s ease-in-out, max-height 0.35s ease-in-out;
}

.menu-laterale > li.attivo ul {
	max-height: 700px;
	opacity: 1;
}

.menu-laterale > li.attivo > a[aria-haspopup="true"]:after {
	transform: rotate(90deg);
}

.menu-laterale ul a {
	padding-left: 24px;
	background: transparent;
}

.menu-laterale ul a:hover:before {
	background: #cccccd;
}

.menu-laterale ul li:first-child {
	border-top: 2px solid #e8ebed;
}

.menu-laterale ul li:last-child {
	border-bottom: 2px solid #e8ebed;
}

.menu-laterale.w50 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.menu-laterale.w50 li {
	flex-grow: 1;
	width: 50%;
	box-sizing: border-box;
}

.menu-laterale.w50 li:nth-child(even) {
	border-left: 1px solid #e8ebed;
}

.menu-laterale.w50 li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.pulsanti-con-icona-lista {
	margin: 0;
	list-style: none;
}

.pulsante-con-icona {
	position: relative;
	border: 1px solid #e8ebed;
	padding: 12px;
	border-radius: 8px;
	box-sizing: border-box;
	overflow: hidden;
	background: #fff;
	display: flex;
	align-items: center;
	transition: background 0.2s, border-color 0.2s;
	margin-bottom: 20px;
}

.pulsante-con-icona div {
	margin-right: 16px;
	flex-grow: 0;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: filter 0.2s;
}

.pulsante-con-icona:hover div {
	filter: brightness(1.1);
}

.pulsante-con-icona span {
	flex-grow: 0;
	color: #000;
	font-weight: 400;
}

.pulsante-con-icona:hover  {
	text-decoration: none;
	background: rgba(0, 114, 228, 0.03);
	border-color: #007dfa;
}

.pulsante-con-icona:hover span {
	color: #0066cc;
}

.footer {
	background: #405668;
	padding: 60px 0 80px;
	margin-top: 50px;
	font-size: 16px;
	color: #fff;
}

.footer-top {
	display: flex;
	align-items: center;
}

.footer-top-sin {
	width: 40px;
	padding-right: 25px;
	flex-shrink: 0;
}

.footer-logo {
	width: 40px;
}

.footer-top-des {
	flex-grow: 1;
}

.footer-titolo {
	font-size: 28px;
	font-weight: 700;
	margin: 0;
}

.footer-sottotitolo {
	font-size: 18px;
	margin: 0;
}

.footer-sottotitolo span {
	display: inline-block;
	margin: 0 8px;
}

.footer-sottotitolo span:first-child {
	margin-left: 0;
}

.footer-top-disclaimer {
	margin-left: 25px;
	padding-left: 25px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	width: 38%;
}

.footer-links {
	margin: 25px 0 0;
	font-weight: 400;
}

.footer-links a {
	color: #fff;
	margin-right: 25px;
	padding-right: 25px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-links a:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.footer table {
	margin: 0 auto;
}

.footer table td {
	padding: 0 5px;
}

.pulsante-torna-su {
	position: fixed;
	z-index: 998;
	bottom: 20px;
	right: -150px;
	width: 32px;
	height: 32px;
	padding: 6px;
	transition: right 0.3s ease-in-out, transform 0.3s ease-in-out, width 0.15s ease-in-out, background-color 0.3s ease-in-out;
	transform: scale(0.5);
	background-color: #0072e4;
	background-image: url('freccia_torna_su.png');
	background-repeat: no-repeat;
	background-position: 6px center;
	background-size: 32px;
	border-radius: 8px;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px 0;
	text-decoration: none !important;
}

.pulsante-torna-su span {
	opacity: 0;
	display: block;
	line-height: 32px;
	padding-left: 44px;
	transition: opacity 0.3s ease-in-out;
}

.pulsante-torna-su.attivo {
	right: 20px;
	transform: scale(1);
}

.pulsante-torna-su.attivo:hover {
	width: 150px;
	background-color: #3ba1ec;
}

.pulsante-torna-su.attivo:hover span {
	opacity: 1;
}

/*------------------ form filtro ------------------*/

.form-filtro table {
	width: 100%;
}

.form-filtro td {
	padding: 5px 0;
}

.form-filtro label {
	margin-right: 20px;
	padding: 8px 0;
	display: inline-block;
	vertical-align: middle;
}

.form-filtro input[type=text], .form-filtro select {
	width: 60%;
}

/*------------------ tendina ------------------*/

.tendina {
	margin-bottom: 15px;
}

.tendina > .titolo {
	font-size: 18px;
	font-weight: 600;
	border-radius: 4px;
	border: 1px solid #e8ebed;
	margin: 0;
	cursor: pointer;
	padding: 8px 12px;
	position: relative;
}

.tendina > .titolo:after {
	content: " ";
	width: 16px;
	height: 16px;
	position: absolute;
	right: 13px;
	top: 50%;
	margin-top: -7px;
	background-image: url('freccia_destra.png');
	background-repeat: no-repeat;
	transition: transform 0.15s ease-in-out;
}

.tendina.aperta > .titolo:after {
	transform: rotate(90deg);
}

.tendina > .titolo:hover,
.tendina.aperta > .titolo {
	border-color: #007dfa;
	background: #e7eef3;
}

.tendina > .titolo,
.tendina > .titolo a {
	color: #000;
	text-decoration: none;
}

.tendina > .titolo .ds {
	display: none; /* classe deprecata */
}

.tendina > .contenuto-nascosto {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}

.tendina.aperta > .contenuto-nascosto {
	max-height: 500px;
	overflow: auto;
}

.tendina > .contenuto-nascosto > .contenuto {
	padding: 20px;
	border: 1px solid #e8ebed;
	border-radius: 4px;
}

.tendina > .contenuto-nascosto > .contenuto *:last-child {
	margin-bottom: 0;
}

/*------------------ slider ------------------*/

.slider {
	margin-bottom: 15px;
}

.slider-before-load {
	margin-bottom: 22px; /* buttons */
	min-height: 55vh;
}

.slider-bg {
	display: block;
	width: 100%;
	background-color: #e8ebed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.slider-bg-img {
	height: 55vh;
}

.slider-bg.desaturate {
	filter: saturate(0);
}

.slider-bg-video video {
	width: 100%;
}

.slider-fade {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(0,125,250,0.41), rgba(0,125,250,0.68), #007dfa);*/
    background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(0,125,250,0.2), rgba(0,125,250,0.4), #007dfa);
}

.slider-separator {
    height: 25rem;
    left: 0;
    margin-bottom: -10rem !important;
    bottom: -12rem;
    width: 99.999999%;
    position: absolute;
    z-index: 2;
}

.slider-separator.slider-separator-up {
    transform: skewX(0) skewY(-1.5deg);
    background-color: #fff;
}

html.ie11 .slider-bg {
	background-size: 100%;
}

.slider-didascalia {
	position: absolute;
	z-index: 2;
	left: 140px;
	right: 40px;
	bottom: 140px;
	max-width: 600px;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	max-height: 320px;
	overflow: hidden;
}

.slider.con-paginazione {
	margin-bottom: 0;
}

.slider.con-paginazione .swiper-pagination {
	position: relative;
}

.slider.con-paginazione .swiper-button-next,
.slider.con-paginazione .swiper-button-prev {
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2 - 15px) !important;
}

/*------------------ articolo ------------------*/

.articolo-contenuto-html {
	min-height: 20vh;
}

.articolo-footer {
	color: #444;
	display: flex;
}

.articolo-footer-sin {
	width: 70px;
	text-align: center;
	flex-shrink: 0;
	font-size: 22px;
}

.articolo-footer-des p {
	margin-bottom: 0;
}

/*------------------ form invio email ------------------*/

.form-invio-email table {
	width: 100%;
	border: 1px solid #e8ebed;
}

.form-invio-email td {
	padding: 10px 20px;
}

.form-invio-email textarea,
.form-invio-email input[type=text],
.form-invio-email select {
	width: 70%;
}

.form-invio-email textarea {
	height: 200px;
}

.form-invio-email td:first-child {
	width: 210px;
}

.form-invio-email .errori li {
	color: #e74c3c;
	font-weight: 600;
}

.form-invio-email .successo {
	color: #27ae60;
	font-weight: 600;
}

/*------------------ contatti ------------------*/

.contatti-lista {
	list-style: none;
	margin: 0;
}

.contatti-lista li {
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 1px solid #e8ebed;
}

.contatti-lista .nome {
	font-weight: 600;
	font-size: 20px;
}

/*------------------ medici ------------------*/

.medici-totali {
	text-align: right;
	margin: 0;
}

.medici-lista {
	list-style: none;
	margin: 0;
}

.medici-lista li {
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 1px solid #ebebed;
}

.medici-lista .ico-categoria-medico {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	margin-right: 8px;
	opacity: .9;
}

.medici-lista .ico-categoria-medico.c1 {
	background: #f93851;
}

.medici-lista .ico-categoria-medico.c2 {
	background: #16a085;
}

.medici-lista .nome-cognome {
	vertical-align: middle;
	font-weight: 600;
	font-size: 20px;
}

.medici-lista .categoria {
	color: #555;
}

.remodal-medico {
	text-align: left;
}

.remodal-medico .nome-cognome {
	font-size: 29px;
	font-weight: 700;
}

.remodal-medico .codice-categoria {
	margin: 0;
}

/*------------------ delibere ------------------*/

.delibere-lista {
	list-style: none;
	margin: 0;
}

.delibere-lista li {
	margin-bottom: 20px;
	border-radius: 8px;
	border: 1px solid #e8ebed;
}

.delibere-lista .oggetto {
	color: #000;
	overflow: hidden;
	display: block;
	padding: 10px 15px;
	letter-spacing: 1px;
}

.delibere-lista .info {
	padding: 10px 15px;
	border-bottom: 1px solid #e8ebed;
}

.delibere-lista .colonna {
	float: left;
	width: 25%;
}

.delibere-lista .titolo {
	color: #666;
	display: block;
}

.delibere-lista .txt {
	display: block;
}

/*------------------ ricerca ------------------*/

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
	font-family: 'Titillium Web', Arial, sans-serif !important;
	font-size: 18px !important;
}

.gsib_a {
	padding: 10px 12px 11px !important;
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
	font-size: 18px !important;
}

.gs-title {
	font-weight: 400 !important;
}

.gsc-input-box, .gsc-search-button-v2 {
	border-radius: 6px !important;
}

/*------------------ ipovedenti ------------------*/

html.ipovedenti .header-switch-ipovedenti .testo-ver-ipo {
	display: none;
}

html.ipovedenti .header-switch-ipovedenti .testo-ver-pred {
	display: inline;
}

html.ipovedenti input::placeholder, textarea::placeholder {
	color: #ffff00;
}

html.ipovedenti input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #ffff00;
	opacity: 1 !important;
}

html.ipovedenti input::-moz-placeholder, textarea::-moz-placeholder {
	color: #ffff00;
	opacity: 1 !important;
}

html.ipovedenti input:-ms-input-placeholder, html.ipovedenti textarea:-ms-input-placeholder {
	color: #ffff00;
}

html.ipovedenti a {
	color: #ffff00;
}

html.ipovedenti body {
	background: #000;
	color: #fff;
}

html.ipovedenti hr {
	background-color: #333;
}

html.ipovedenti input,
html.ipovedenti button,
html.ipovedenti textarea,
html.ipovedenti select {
	background: #333;
	border: 1px solid #999;
	color: #fff;
}

html.ipovedenti input[type="submit"],
html.ipovedenti input[type="button"],
html.ipovedenti button {
	color: #ffff00;
}

html.ipovedenti input[type="submit"]:hover,
html.ipovedenti input[type="button"]:hover,
html.ipovedenti button:hover {
	background: #333;
}

html.ipovedenti .footer-titolo,
html.ipovedenti .footer-sottotitolo,
html.ipovedenti .footer-links a {
	color: #fff;
}

html.ipovedenti .header,
html.ipovedenti .footer,
html.ipovedenti .header-top {
	background: transparent;
}

html.ipovedenti .header-menu-nav > li > a:hover,
html.ipovedenti .header-menu-nav > li:hover > a {
	background: #333;
}

html.ipovedenti .header-menu-nav ul {
	background: #333;
	border: 1px solid #333;
}

html.ipovedenti .header-menu-nav ul li a {
	color: #ffff00;;
}

html.ipovedenti .header-menu-nav ul li a:hover,
html.ipovedenti .header-menu-nav ul li a:focus {
	background-color: #000;
	text-decoration: underline;
}

html.ipovedenti .footer-links a {
	color: #ffff00;;
}

html.ipovedenti .pulsante-torna-su,
html.ipovedenti .pulsante-torna-su:hover {
	background-color: #333;
}

html.ipovedenti .menu-laterale-box {
	border-color: #333;
}

html.ipovedenti .menu-laterale a {
	background: none;
}

html.ipovedenti .menu-laterale a:hover {
	text-decoration: underline;
}

html.ipovedenti .menu-laterale a:hover:before {
	background: #999;
}

html.ipovedenti .menu-laterale > li ul {
	background: #333;
}

html.ipovedenti .menu-laterale ul li:first-child {
	border-top: 2px solid #999;
}

html.ipovedenti .menu-laterale ul li:last-child {
	border-bottom: 2px solid #999;
}

html.ipovedenti .menu-laterale.w50 li:nth-child(2n) {
	border-left: 1px solid #333;
}

html.ipovedenti .pulsante-con-icona {
	background: transparent;
	border-color: #333;
}

html.ipovedenti .pulsante-con-icona:hover {
	text-decoration: underline;
}

html.ipovedenti .pulsante-con-icona span {
	color: #ffff00;
}

html.ipovedenti .remodal {
	background: #000;
	color: #FFF;
}

html.ipovedenti .slider-bg {
	background-color: #333;
}

html.ipovedenti .slider-didascalia {
	color: #ffff00;
}

html.ipovedenti .slider-separator.slider-separator-up {
	background: #000;
}

html.ipovedenti .card {
	background: transparent;
	border-color: #333;
}

html.ipovedenti .card-riga {
	border-color: #333;
}

html.ipovedenti .card-testo-op {
	background: transparent;
}

html.ipovedenti .chip-tag {
	color: #fff;
	background: #000;
	border-color: #333;
}

html.ipovedenti .tab-lista,
html.ipovedenti .tab-contenuto {
	border-color: #333;
}

html.ipovedenti .tab-lista tbody td,
html.ipovedenti .tab-lista .campi,
html.ipovedenti .tab-lista .titolo,
html.ipovedenti .tab-contenuto .tsin {
	background: none;
	border-color: #333;
	color: #fff;
}

html.ipovedenti .pulsante {
	border: 1px solid #333;
	background: transparent;
	color: #ffff00;
}

html.ipovedenti .pulsante:hover {
	text-decoration: underline;
}

html.ipovedenti .pulsante.evidenziato {
	font-weight: 600;
}

html.ipovedenti .pulsante.on {
	color: #fff;
}

html.ipovedenti .delibere-lista li,
html.ipovedenti .delibere-lista .info {
	border-color: #333;
}

html.ipovedenti .delibere-lista .oggetto,
html.ipovedenti .delibere-lista .titolo {
	color: #fff;
}

html.ipovedenti .medici-lista .categoria {
	color: #fff;
}

html.ipovedenti .medici-lista li {
	border-color: #333;
}

html.ipovedenti .contatti-lista li  {
	border-color: #333;
}

html.ipovedenti .articolo-footer {
	color: #fff;
}