html {
  box-sizing: border-box;
}

*,*::after,*::before {
  box-sizing: inherit;
}

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
  display: block;
}

audio,canvas,progress,video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,strong {
  font-weight: inherit;
}

b,strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,kbd,pre,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,input,select,textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,input,select {
  overflow: visible;
}

button,input,select,textarea {
  margin: 0;
}

button,select {
  text-transform: none;
}

button,[type="button"],[type="reset"],[type="submit"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button,html [type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#cookie-bar {
  background: #9F2723;
  height: auto;
  line-height: 1.5em;
  color: #eeeeee;
  text-align: center;
  padding: 2em 1em;
  margin-top: 0;
  font-size: .9em;
}

#cookie-bar.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

#cookie-bar p {
  margin: 0;
  padding: 0;
}

#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}

#cookie-bar .cb-enable {
  background: #007700;
}

#cookie-bar .cb-enable:hover {
  background: #009900;
}

#cookie-bar .cb-disable {
  background: #990000;
}

#cookie-bar .cb-disable:hover {
  background: #bb0000;
}

#cookie-bar .cb-policy {
  background: #000;
}

#cookie-bar .cb-policy:hover {
  background: #6f6f6f;
}

.breadcrumb {
	background: #f7f7f7;
	border:1px solid #ececec;
	padding:10px 5px;
	font-size:10px;
}
.breadcrumb span {
	padding:5px 2px;
}
.breadcrumb span:after {
	content: " /";
}
.breadcrumb span a { 
	color: inherit;
}
.breadcrumb span a:hover {
	font-weight: bold;
}

@-webkit-keyframes dropHeader {
  0% {
    -webkit-transform: translatey(-300px);
    transform: translatey(-300px);
  }

  100% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

@keyframes dropHeader {
  0% {
    -webkit-transform: translatey(-300px);
    transform: translatey(-300px);
  }

  100% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

@-webkit-keyframes dropHeaderhome {
  0% {
    -webkit-transform: translatey(-500px);
    transform: translatey(-500px);
  }

  70% {
    -webkit-transform: translatey(40px);
    transform: translatey(40px);
  }

  85% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
  }

  100% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

@keyframes dropHeaderhome {
  0% {
    -webkit-transform: translatey(-500px);
    transform: translatey(-500px);
  }

  70% {
    -webkit-transform: translatey(40px);
    transform: translatey(40px);
  }

  85% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
  }

  100% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

.MaxLarghezza {
  max-width: 1300px;
  max-width: 81.25rem;
  margin: 0 auto;
}

.centopercento {
  min-width: 100%;
}

.TabellaOrarioSettimanale tr td ul li {
  list-style: outside url(../images/raquo.gif);
}

.TabellaOrarioSettimanale td,.TabellaOrarioSettimanale th {
  width: 150px;
  width: 9.375rem;
  text-align: left;
  border: 1px solid #ccc;
  padding: 5px;
}

.TabellaOrarioSettimanale {
  font-size: 80%;
  margin: 0;
  padding: 0;
}

.IntestazioneTabellaOrari {
  margin: 30px 0 0 0 !important;
  padding: 3px;
}

.intestazione-tabella {
  background: #DADADA;
  box-shadow: inset 3px 3px 17px -2px #8c898c;
}

.clear::after {
  clear: both;
  content: "";
  display: block;
}

.hidden,.no-oldie #btnG {
  position: absolute;
  left: -100000px !important;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#ContenitoreContenuto img {
  max-width: 100%;
  height: auto;
  margin: 0.50em;
}

mark {
  background-color: white;
  border-bottom: 2px solid yellow;
  color: black;
}

mark:hover {
  background-color: yellow;
}

blockquote {
  background: #f9f9f9;
  border: 1px solid #D9D9D9;
  border-left: 15px solid #6f6f6f;
  padding: 0.5em 10px;
  font-weight: bold;
  quotes: "\201C" "\201D" "\2018" "\2019";
  transition: all 0.5s ease-in-out;
}

@media only screen and (min-width: 56.938em) {
  blockquote:hover {
    box-shadow: 0 10px 20px #aaa;
  }
}

blockquote:before {
  content: open-quote;
  font-size: 4em;
  line-height: 0;
  margin-right: 0.25em;
  vertical-align: -0.5em;
  color: #6f6f6f;
}

#contenuto-principale a,#contenuto a,#contenuto-principale a:link,#contenuto a:link,.notizia2 a,.notizia2 a:link,.notizia2 a:visited,.notizia3 a,.notizia3 a:link,.notizia3 a:visited,#ElencoBanner a,#ElencoBanner a:link,#ElencoBanner a:visited,#footer a,#footer a:link,#footer a:visited {
  font-weight: 600;
  color: #58595b;
  text-decoration: none;
  border-bottom: 2px solid #ccc;
  transition: all 1s ease-in-out;
}

#contenuto-principale a:hover,#contenuto a:hover,.notizia2 a:hover,.notizia3 a:hover,#ElencoBanner a:hover,#footer a:hover {
  color: #000;
  border-bottom: 2px solid #e73b18;
  background-color: #E6E6E6;
}

.bottone {
  background: #e73b18;
  background-image: linear-gradient(to bottom, #e73b18, #b8472b);
  border: 0;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px;
  text-decoration: none;
}

.bottone:hover {
  background: #6f6f6f;
  background-image: linear-gradient(to bottom, #6f6f6f, #344c5c);
  text-decoration: none;
}

#ContenitoreContenuto img {
  max-width: 100%;
}

#ContenitoreContenuto img.allinea-destra,#ContenitoreContenuto img.destra {
  float: right;
  margin: 0 0 1em 1em;
  box-shadow: 0 0 1px 1px #CACACA;
}

#ContenitoreContenuto img.allinea-sinistra,#ContenitoreContenuto img.sinistra {
  float: left;
  margin: 0 1em 1em 0;
  box-shadow: 0 0 1px 1px #CACACA;
}

#ContenitoreContenuto h1 {
  font-size: 28px;
  font-size: 1.75rem;
}

#ContenitoreContenuto h2 {
  font-size: 21px;
  font-size: 1.3125rem;
}

#ContenitoreContenuto h3 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 2em;
}

#ContenitoreContenuto p {
  font-size: 14px;
  font-size: 0.875rem;
}

#ContenitoreContenuto ul li {
  line-height: 1.4;
  margin-bottom: .50em;
  padding: 0.25em;
}

#ContenitoreContenuto ol li {
  line-height: 1.4;
  padding: 0;
  margin-bottom: 0.80em;
}

#ContenitoreContenuto ul.lista-generica {
  margin: 1.5em;
}

#ContenitoreContenuto ul.lista-generica ul {
  margin: 0;
  padding-left: 0.70em;
}

#ContenitoreContenuto ul.lista-generica ul ul {
  margin: 0;
  padding-left: 0.70em;
}

#ContenitoreContenuto ul.lista-generica li {
  margin: .50em;
  list-style: outside url(../images/raquo.gif) !important;
}

#ContenitoreContenuto ol {
  margin: 1em;
}

#ContenitoreContenuto ol ol {
  margin: 0;
  padding-left: 0.70em;
}

#ContenitoreContenuto ol li {
  margin: .50em;
}

dd {
  margin-bottom: 1em;
  margin-top: 1em;
  line-height: 1.4em;
}

#ContenutoPrincipaleHome ul li {
  list-style: none;
  line-height: 1.4;
  margin-bottom: .50em;
  padding: 0.25em;
}

#ContenutoPrincipaleHome ol li {
  line-height: 1.4;
  padding: 0;
  margin-bottom: 0.80em;
}

.contenitore {
  position: relative;
}

.contenitore>img {
  max-width: 100%;
}

.contenitore>article {
  margin: 0 auto;
  width: 100%;
  background: #404040;
  background: rgba(0,0,0,0.7);
  padding: 0.1em 0.6em;
  box-sizing: border-box;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}

.contenitore>article>span {
  font-size: 90%;
}

.lista-articolo {
  border-top: 2px solid #ccc;
  padding: 10px 20px 5px 5px;
  margin: 20px;
  clear: right;
}

.lista-articolo img {
  float: right;
  width: 10%;
  margin: -10px -20px 10px 10px !important;
}

@media only screen and (max-width: 30em) {
  .lista-articolo img {
    visibility: hidden;
  }
}

.tabella-responsiva {
  width: auto;
  margin-top: 2em;
  margin-bottom: 1.5em;
}

.tabella-responsiva thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media (min-width: 48em) {
  .tabella-responsiva thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}

.tabella-responsiva thead th {
  background-color: #6f6f6f;
  font-weight: 600;
  text-align: center;
  color: white;
}

.tabella-responsiva--verticale th {
  background-color: #DCDBDB;
}

.tabella-responsiva thead th:first-of-type {
  text-align: left;
}

.tabella-responsiva tbody,.tabella-responsiva tr,.tabella-responsiva th,.tabella-responsiva td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}

@media (min-width: 48em) {
  .tabella-responsiva tr {
    display: table-row;
  }
}

.tabella-responsiva th,.tabella-responsiva td {
  padding: .5em;
  vertical-align: middle;
  border: 1px solid #ccc;
}

@media (min-width: 30em) {
  .tabella-responsiva th,.tabella-responsiva td {
    padding: .75em .5em;
  }
}

@media (min-width: 48em) {
  .tabella-responsiva th,.tabella-responsiva td {
    display: table-cell;
    padding: .5em;
  }
}

@media (min-width: 62em) {
  .tabella-responsiva th,.tabella-responsiva td {
    padding: .75em .5em;
  }
}

@media (min-width: 75em) {
  .tabella-responsiva th,.tabella-responsiva td {
    padding: .75em;
  }
}

.tabella-responsiva caption {
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 48em) {
  .tabella-responsiva caption {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .tabella-responsiva tbody {
    display: table-row-group;
  }
}

.tabella-responsiva tbody tr {
  margin-bottom: 1em;
}

@media (min-width: 48em) {
  .tabella-responsiva tbody tr {
    display: table-row;
    border-width: 1px;
  }
}

.tabella-responsiva tbody tr:last-of-type {
  margin-bottom: 0;
}

.tabella-responsiva tbody th[scope="row"] {
  background-color: #6f6f6f;
  color: white;
  border-bottom: 1px solid #ccc;
}

@media (min-width: 48em) {
  .tabella-responsiva tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
  }
}

.tabella-responsiva tbody td {
  text-align: left;
  border-bottom: 1px solid #ccc;
}

@media (min-width: 48em) {
  .tabella-responsiva tbody td {
    text-align: left;
  }
}

.tabella-responsiva tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  color: rgba(94,93,82,0.75);
}

@media (min-width: 48em) {
  .tabella-responsiva tbody td[data-title]:before {
    content: none;
  }
}

.oldie .tabella-responsiva tbody td[data-title]:before {
  content: none;
}

.oldie .tabella-responsiva thead {
  position: inherit;
}

.oldie .tabella-responsiva tbody th {
  position: inherit;
  background-color: #fff;
  color: #6f6f6f;
}

.cellaProfili {
  display: inline-block;
  padding: 0 5px 5px 5px;
  margin: 20px 10px;
  vertical-align: top;
  border: 1px solid #D9D9D9;
  box-shadow: 2px 2px 5px 2px #F2F2F2;
  width: 90%;
}

@media only screen and (min-width: 56.938em) {
  .cellaProfili {
    min-width: 350px;
    min-width: 21.875rem;
    max-width: 450px;
    max-width: 28.125rem;
    min-height: 300px;
    min-height: 18.75rem;
    transition: box-shadow .5s ease-in-out;
  }

  .cellaProfili:hover {
    box-shadow: 0 10px 20px #aaa;
  }
}

.cellaProfili h2 {
  background-color: #F2F2F2;
  border-bottom: 1px solid #D9D9D9;
  padding: 5px 10px;
  margin: 0 -5px 15px -5px;
}

.cellaProfili p {
  padding: 10px;
}

.cellaProfili ul {
  margin: 2px 8px 2px 15px !important;
  padding: 0 !important;
}

.cellaProfili ul li {
  line-height: 1.5 !important;
}

@media only screen and (max-width: 30em) {
  .cellaProfili ul li {
    font-size: 120%;
  }
}

.cella-evidenziata {
  padding: 10px;
  margin: 30px 0;
  vertical-align: top;
  border: 1px solid #D9D9D9;
  box-shadow: 2px 2px 5px 2px #F2F2F2;
  font-weight: 600;
  background-color: #F2F2F2;
  line-height: 1.5;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-out 1;
  animation: fadeIn ease-out 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.oldie .fade-in,.ie9 .fade-in {
  opacity: 1;
}

#ContenitoreContenuto .puntina {
  text-shadow: 1px 1px 1px #fff;
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #D9D9D9;
  padding: 25px;
  float: right;
  margin-left: 10px;
  border-radius: 5px;
  background-image: url(../images/puntina.png);
  background-position: 97% 15%;
  background-repeat: no-repeat;
  box-shadow: -4px 4px 3px #BFBFBF;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

@media only screen and (max-width: 30em) {
  #ContenitoreContenuto .puntina {
    width: 100%;
  }
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: white;
  background-image: url("../_images/halftone.png");
}

body ::-moz-selection {
  color: #fff;
  background: #000;
}

body ::selection {
  color: #fff;
  background: #000;
}

#ContenitoreSito {
  width: 100%;
  margin: 0 auto;
  padding: 0 0.30em;
}

.oldie #ContenitoreSito {
  width: 97%;
  font-size: 80%;
  background-color: white;
}

@media only screen and (min-width: 56.938em) {
  .slicknav_menu {
    display: none;
  }
}

.oldie .slicknav_menu {
  display: none;
}

#Logo {
  background-color: white;
  border-bottom: 10px solid #fff;
  z-index: 0;
  max-width: 1300px;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1px;
  position: relative;
  height: auto;
  /*padding: 15px;
  padding: 0.9375rem;*/
}

@media only screen and (min-width: 56.938em) {
  #Logo {
    /*margin-top: 60px;
    margin-top: 3.75rem;*/
  }

  #Logo img[class*="svg"] {
    width: 27%;
  }
}

#Logo img {
  padding: 0.5em 0.3em;
  max-width: 100%;
}

@media only screen and (min-width: 30.063em) and (max-width: 56.875em) {
  #Logo img {
    width: 50%;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    margin-top: -10px;
    margin-top: -0.625rem;
  }
}

@media only screen and (min-width: 56.938em) {
  #Logo form#search {
    position: absolute;
    top: 55px;
    top: 3.4375rem;
    right: 15px;
    right: 0.9375rem;
  }
}

@media only screen and (min-width: 30.063em) and (max-width: 56.875em) {
  #Logo form#search {
    position: absolute;
    top: 55px;
    top: 3.4375rem;
    right: 15px;
    right: 0.9375rem;
  }
}

#Logo input {
  outline: none;
}

#Logo input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  font-family: inherit;
  box-sizing: border-box;
  font-size: 85%;
  height: 36px;
  height: 2.25rem;
  margin: 10px 3px 10px 5px;
}

#Logo input::-webkit-search-decoration,#Logo input::-webkit-search-cancel-button {
  display: none;
}

#Logo input[type=search] {
  background: #F2F2F2 url("../images/search-icon.png") no-repeat 7px center;
  padding: 5px 5px 5px 40px;
  border: 0;
  width: 190px;
  width: 11.875rem;
  transition: all 1s;
}

@media only screen and (max-width: 30em) {
  #Logo input[type=search] {
    margin-bottom: 15px;
  }
}

#Logo input[type=search]:focus {
  width: 190px;
  width: 11.875rem;
  background-color: #F2F2F2;
}

#Logo input:-moz-placeholder {
  color: #999;
}

#Logo input::-webkit-input-placeholder {
  color: #999;
}

#btnG {
  padding: 11px;
  padding: 0.6875rem;
  font-size: 12px;
  font-size: 0.75rem;
  width: 48px;
  width: 3rem;
  background-color: white;
  border: none;
  margin: 0 !important;
  background-image: url("../images/search-icon.png");
  background-position: center;
  background-repeat: no-repeat;
}

.oldie #q,.ie9 #q {
  background-color: #d9d9d9;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-top: 10px;
  border: 0;
}

.oldie #btnG {
  background-image: url("../images/search-icon.gif");
  background-repeat: no-repeat;
  margin-top: 10px;
}

.oldie #search,.ie9 #search {
  float: none;
  position: absolute;
  right: 1%;
  top: 2%;
}

#Lingua {
  width: 190px;
  width: 11.875rem;
  margin: 0px 10px 5px 5px;
  background-color: #6f6f6f;
  color: white;
  border: 0;
  background-repeat: no-repeat;
  background-image: url(../images/blue-and-white-earth.svg),url(../images/dropdown_arw_white.svg);
  background-position: 2% 50%, 96% 50%;
  background-size: 1.4em, 1em;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-overflow: "";
  padding: 8px 15px 8px 2.2em;
}

#Lingua:hover {
  cursor: pointer;
}

#Lingua::-ms-expand {
  display: none;
}

@media only screen and (min-width: 56.938em) {
  #Lingua {
    position: absolute;
    top: 15px;
    top: 0.9375rem;
    right: 9px;
    right: 0.5625rem;
    font-size: 90%;
    font-weight: bold;
  }
}

@media only screen and (min-width: 30.063em) and (max-width: 56.875em) {
  #Lingua {
    position: absolute;
    top: 15px;
    top: 0.9375rem;
    right: 10px;
    right: 0.625rem;
  }
}

.oldie #Lingua {
  position: absolute;
  background-color: #D9D9D9;
  color: black;
  top: 65px;
  top: 4.0625rem;
  right: 10px;
  right: 0.625rem;
}

.ie9 #Lingua {
  position: absolute;
  background-color: #ccc;
  color: black;
  top: 15px;
  top: 0.9375rem;
  right: 10px;
  right: 0.625rem;
  background-image: none;
}

.menu-header ul {
  margin: 0 12px 0 0;
  padding: 0;
}

.menu-header ul li {
  margin: 0.3em;
  list-style: none;
  border: 1px solid #D9D9D9;
  text-transform: uppercase;
  background-color: white;
  box-shadow: 1px 1px 3px 1px #F1F1F1;
}

.menu-header ul li a {
  color: #6f6f6f;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  transition: all 0.5s linear;
}

.menu-header ul li a:hover {
  background-color: #58595b !important;
  color: white !important;
  text-shadow: none;
  box-shadow: 0 10px 12px #aaa;
}

@media only screen and (min-width: 30.063em) and (max-width: 56.875em) {
  .menu-header ul {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 30em) {
  .menu-header ul {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 56.938em) {
  .menu-header ul {
    position: absolute;
    font-weight: 600;
    bottom: 5px;
    right: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .menu-header ul li {
    display: inline-block;
    float: left;
  }
}

.oldie .menu-header {
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 120%;
}

.oldie .menu-header ul li,.oldie .menu-header ul li a {
  display: inline;
}

.intestazione-interna {
  max-width: 1300px;
  max-width: 81.25rem;
  border: none !important;
  margin: 0 auto;
  position: relative;
  display: block;
  min-height: 300px;
  min-height: 18.75rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  background: #6f6f6f;
  z-index: 0 !important;
}

.intestazione-interna span {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 300px;
  min-height: 18.75rem;
  z-index: 0 !important;
}

.intestazione-interna h1 {
  font-size: 25px;
  font-size: 1.5625rem;
  width: 675px;
  background: #575757;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  background: rgba(0,0,0,0.6);
  padding: 0.3em;
  font-weight: normal;
  line-height: 1.1;
  text-shadow: 1px 1px 0 #575757;
  color: white;
  position: absolute;
  margin-left: 0;
  bottom: 0;
  left: 0;
  max-width: 675px;
  /*max-width: 31.25rem;*/
  max-height: 270px;
  max-height: 16.875rem;
}

@media only screen and (min-width: 56.938em) {
  .intestazione-interna h1 {
    font-size: 35px;
    font-size: 2.1875rem;
    left: 5px;
    left: 0.3125rem;
    font-weight: 200;
    -webkit-animation-name: dropHeader;
    animation-name: dropHeader;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
  }
}

#contenuto-principale,#contenuto {
  z-index: 1000 !important;
  color: #3B3B3B;
  margin-left: 230px;
  margin-left: 14.375rem;
  margin-bottom: 1em;
  padding: 10px;
  padding: 0.625rem;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
}

@media only screen and (min-width: 56.938em) {
  #contenuto-principale,#contenuto {
    padding: 30px;
    padding: 1.875rem;
  }
}

.oldie #contenuto-principale,.oldie #contenuto {
  margin-left: 220px;
}

#ContenitoreContenuto {
  background-color: white;
  margin-top: 0px;
  margin-top: 0rem;
  box-shadow: 0 3px 15px 1px #dedede;
}

#ContenitoreContenuto::after {
  clear: both;
  content: "";
  display: block;
}

#contenuto-principale>img,#contenuto>img,#ContenitoreContenutoUnico>img {
  max-width: 100%;
}

#contenuto {
  margin-left: 0;
}

@media only screen and (min-width: 56.938em) {
  #contenuto {
    padding-left: 5em;
    padding-right: 5em;
  }
}

@media only screen and (min-width: 56.938em) {
  #percorso {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    margin-top: -10px;
    margin-top: -0.625rem;
    margin-right: 220px;
    margin-right: 13.75rem;
  }
}

.oldie #contenuto {
  margin-left: 0;
}

#contenuto-secondario {
  background-image: url("../_images/halftone.png");
  border-right: 1px solid #CECECE;
  box-shadow: -1px 1px 1px 1px #B6B6B6;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 1em 0.80em;
}

@media only screen and (min-width: 56.938em) {
  #contenuto-secondario {
    width: 220px;
    width: 13.75rem;
    float: right;
    margin: -72px -25px 10px 20px;
    margin: -4.5rem -1.5625rem 0.625rem 1.25rem;
  }

  #contenuto-secondario p,#contenuto-secondario h3 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 30.063em) and (max-width: 56.875em) {
  #contenuto-secondario {
    width: 170px;
    width: 10.625rem;
    float: right;
    font-size: 12px;
    font-size: 0.75rem;
    transition: all;
    margin-left: 1em;
  }
}

#contenuto-secondario h1,#contenuto-secondario h2,#contenuto-secondario h3,#contenuto-secondario h4 {
  margin: 0 0 0.40em;
  padding-top: 0.50em;
  padding-bottom: 0.50em;
  font-weight: bold;
}

#contenuto-secondario ul {
  margin: 0.5em 0 0;
  padding: 0;
  line-height: 1.2em;
}

#contenuto-secondario img {
  border: 0;
}

#contenuto-secondario li {
  margin: 0 0 0.50em;
  list-style: none;
}

.oldie #contenuto-secondario {
  width: 200px;
  float: right;
  margin: 0 0 10px 15px;
}

#SezioniOrizzontale {
  background-color: #fff;
  background-color: rgba(255,255,255,0.95);
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: 60px;
  height: 3.75rem;
  z-index: 10000000 !important;
  font-weight: bold !important;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
  position: fixed !important;
  margin-top: -60px;
  margin-top: -3.75rem;
}

#SezioniOrizzontale a {
  text-transform: uppercase;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

#SezioniOrizzontale a:link,#SezioniOrizzontale a:visited {
  color: #6f6f6f;
}

#SezioniOrizzontale a:active {
  background-color: #F2F2F2;
}

#SezioniOrizzontale li {
  transition: all 0.5s ease-in-out;
}

#SezioniOrizzontale li:hover {
  border-bottom: 5px solid #F2F2F2;
  background-color: #F2F2F2 !important;
  text-shadow: none;
}

#SezioniOrizzontale li a {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

#SezioniOrizzontale li li a {
  text-transform: none;
  letter-spacing: 0em !important;
}

#SezioniOrizzontale ul.topnav {
  z-index: 10000000 !important;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

#SezioniOrizzontale ul.topnav li {
  float: left;
  margin: 0;
  padding: 0.4em 0.8em;
  position: relative;
}

#SezioniOrizzontale ul.topnav li a {
  padding: .7em 0 0.1em 0;
  display: block;
  text-decoration: none;
  float: left;
}

#SezioniOrizzontale ul.topnav li a:hover {
  text-decoration: none;
}

#SezioniOrizzontale ul.topnav li:hover {
  border-left: 0px;
  border-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.oldie #SezioniOrizzontale {
  border-bottom: 1px solid #ccc;
  position: static !important;
  margin-top: 0px;
  margin-top: 0rem;
}

.menuattivo {
  background-color: #dcdbdb;
}

#SezioniOrizzontale ul {
  max-width: 1300px;
  max-width: 81.25rem;
  margin: 0 auto;
}

#SezioniOrizzontale ul.topnav li li:hover {
  border: 0;
  margin: 0;
}

#SezioniOrizzontale ul.topnav li span {
  width: 0.750em;
  height: 50px;
  height: 3.125rem;
  padding-left: 1em;
  float: left;
  background: url(../images/arrow-down.svg) no-repeat;
  background-size: 16px;
  background-size: 1rem;
  background-position: 53% 60%;
}

#SezioniOrizzontale ul.topnav li span.subhover {
  background: url(../images/arrow-down-hover.svg) no-repeat;
  background-size: 16px;
  background-size: 1rem;
  background-position: 53% 60%;
  cursor: pointer;
  z-index: 200 !important;
}

#SezioniOrizzontale ul.topnav li ul.subnav {
  position: absolute;
  top: 3.5em;
  background-color: #fff !important;
  z-index: 10000000 !important;
  margin: 0;
  padding: 0;
  display: none;
  float: left;
  list-style: none;
  width: 15em;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.3);
}

.oldie #SezioniOrizzontale ul.topnav li ul.subnav {
  font-size: 120%;
}

#SezioniOrizzontale ul.topnav li ul.subnav.right {
  left: -1px;
}

#SezioniOrizzontale ul.topnav li ul.subnav.left {
  right: -1px;
}

#SezioniOrizzontale ul.topnav li ul.subnav li {
  margin: 0;
  padding: 5px;
  float: none;
  clear: both;
  border-bottom: 1px solid #E6E6E6;
}

#SezioniOrizzontale ul.topnav li ul.subnav.left li {
  margin: 0;
  clear: none;
}

#SezioniOrizzontale ul.subnav li a:hover {
  text-decoration: none;
}

#SezioniOrizzontale ul.subnav ul {
  float: left;
  width: 15em;
  list-style: disc;
  margin: 0;
  padding: 1em 1em 1em 2.5em;
}

#SezioniOrizzontale ul.subnav.left ul {
  float: none;
}

#SezioniOrizzontale ul.subnav ul:first-child {
  min-height: 8.750em;
  border-right: #ccc 1px solid;
}

.topnav li {
  list-style-type: none;
  list-style-position: outside;
}

.topnav ul {
  position: absolute;
  display: none;
  width: 15em;
  top: 1.5em;
  margin: 0;
  padding: 0;
}

.topnav li ul a {
  width: 15em;
  height: auto;
  float: left;
  margin: 0;
  padding: 0 5px;
}

.topnav li ul ul {
  top: 0em;
  left: 15em;
  margin: 0 !important;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0 !important;
}

.topnav li ul ul li {
  padding: 5px 5px 5px 0 !important;
}

ul.topnav li ul li ul li {
  padding: 5px !important;
}

.topnav li ul ul li a {
  padding: 5px 5px 5px 0 !important;
}

.topnav li:hover ul ul,.topnav li:hover ul ul ul,.topnav li:hover ul ul ul ul {
  display: none;
}

.topnav li:hover ul,.topnav li li:hover ul,.topnav li li li:hover ul,.topnav li li li li:hover ul {
  display: block;
}

.no-svg #SezioniOrizzontale ul li span {
  background: url(../images/arrow-down-hover.gif) no-repeat right center;
  background-size: 10px;
  background-size: 0.625rem;
}

.no-svg #SezioniOrizzontale ul li span.subhover {
  background: url(../images/arrow-down-hover.gif) no-repeat right center;
}

ul.subnavmenu {
  background: #f3f3f3;
}

#SezioniOrizzontale ul.subnav.left ul.subnavmenu {
  float: right;
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
  margin-right: -1px;
  z-index: 300 !important;
}

html #SezioniOrizzontale ul.topnav li ul.subnav li a {
  float: none;
  display: inline;
  padding: 0;
  font-size: .85em;
}

#SezioniOrizzontale ul.topnav li ul.subnav li li {
  padding: 0.4em 0;
}

#SezioniOrizzontale ul.subnav h3 {
  color: #5ea4bd;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.1em;
  font-size: 1.1rem;
  margin: 0;
  padding: 1.25em 0 0 0;
  margin-bottom: -0.5em;
}

.no-js #SezioniOrizzontale {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 10000 !important;
  margin-top: 0px;
}

@media only screen and (min-width: 30.063em) and (max-width: 56.875em) {
  .no-js #Logo {
    margin-top: 80px;
    margin-top: 5rem;
  }
}

@media only screen and (max-width: 30em) {
  .no-js #Logo {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
}

.intestazione {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  min-height: 300px;
  min-height: 18.75rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  max-width: 1300px;
  max-width: 81.25rem;
  background: #6f6f6f;
}

.intestazione article {
  transition: all 0.5s;
  -webkit-animation-name: dropHeaderhome;
  animation-name: dropHeaderhome;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  letter-spacing: 0;
  margin: 0 auto 30px auto;
  width: auto;
  max-width: 98%;
  background: #575757;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  background: rgba(0,0,0,0.6);
  padding: 0.5em;
  line-height: 1;
  box-sizing: border-box;
  text-shadow: 1px 1px 1px #575757;
  color: white;
}

.intestazione article p,.intestazione article time {
  letter-spacing: 1px;
}

.intestazione article span {
  width: 1px;
  height: 1px;
}

.intestazione article h2 {
  text-align: left;
  padding: .30em 0;
  margin: 0;
  clear: both;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 200;
  line-height: 1.2;
}

@media only screen and (min-width: 56.938em) {
  .intestazione article {
    line-height: 1.2;
    width: 400px;
    width: 25rem;
    position: absolute;
    bottom: 0;
    left: 15px;
  }
}

.oldie .intestazione article {
  width: 400px;
  width: 25rem;
  position: absolute;
  top: 50%;
  left: 15px;
}

@media only screen and (min-width: 30.063em) and (max-width: 56.875em) {
  .intestazione article {
    position: relative;
    top: 1em;
  }
}

@media only screen and (max-width: 30em) {
  .intestazione article {
    position: relative;
    top: 0;
  }
}

.intestazione article a {
  border-bottom: 1px dotted white;
  text-decoration: none;
  color: white;
  transition: all 0.3s;
}

.intestazione article a:hover {
  border-bottom: solid;
  text-shadow: 1px 1px 15px #fff;
}

.intestazione article a:focus {
  background-color: transparent;
  color: white !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-weight: 200;
}

.intestazione span {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 500px;
  min-height: 31.25rem;
}

.intestazione #social {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0;
}

.intestazione #social ul {
  margin: 0;
  padding: 0;
}

.intestazione #social ul li {
  list-style: none;
  display: inline-block;
}

.intestazione #social ul li a {
  width: 32px;
  height: 32px;
  text-indent: -9999999999%;
  font-size: 0px;
  overflow: hidden;
}

.intestazione #social .sprite {
  background-color: white;
  margin: 2px 2px 2px 0;
  width: 35px;
  height: 35px;
  transition: all ease-in-out 0.4s;
  background-image: url("data:image/png;base64,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");
  background-repeat: no-repeat;
  display: block;
}

.intestazione #social .sprite:hover {
  background-color: #F8F8F5;
  -webkit-transform: translatey(-5px);
  -ms-transform: translatey(-5px);
  transform: translatey(-5px);
  box-shadow: 0 0 3px 3px #B8B8B8;
}

.intestazione #social .sprite:focus {
  background-color: yellow;
}

.intestazione #social .sprite-apps {
  background-position: -5px -5px;
}

.intestazione #social .sprite-facebook {
  background-position: -5px -47px;
}

.intestazione #social .sprite-googleplus {
  background-position: -5px -89px;
}

.intestazione #social .sprite-linkedin {
  background-position: -5px -131px;
}

.intestazione #social .sprite-twitter {
  background-position: -5px -173px;
}

.intestazione #social .sprite-u {
  background-position: -5px -215px;
}

.intestazione #social .sprite-youtube {
  background-position: -5px -257px;
}

#ContenutoPrincipaleHome {
  box-shadow: 0 3px 15px 1px #DEDEDE;
}

main[id="ContenutoPrincipaleHome"] {
  background-color: #fff;
  padding: 10px 20px 20px 20px;
  margin-bottom: 10px;
  margin-top: 0px;
}

.notizia2 h2,.notizia3 h2 {
  color: #58595B;
}

.notizia2 img,.notizia3 img {
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 56.938em) {
  .notizia2,.notizia3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 18.76157%;
    margin-right: 2%;
  }
  
  .notizia2list {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .notizia2:last-child,.notizia3:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 30.063em) and (max-width: 56.875em) {
  .notizia2,.notizia3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }

  .notizia2:last-child,.notizia3:last-child {
    margin-right: 0;
  }
}

.notizia2 article {
  padding: 5px;
  padding: 0.3125rem;
  background-color: white;
  transition: box-shadow .5s ease-in-out;
  padding-bottom: .50em;
  margin-bottom: 1em;
}

.notizia2 article time {
  color: #6f6f6f;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0.50em 0 0 .50em;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
  top: -.70em;
  font-weight: 600;
}

.notizia2 h2 {
  margin-top: 0 !important;
  padding-top: 0;
}

.notizia2 h2 span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #828384;
  float: right;
  position: relative;
  top: 5px;
  vertical-align: bottom;
  margin-right: 20px;
}

.notizia2 h3 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0.50em;
  padding: 0;
  line-height: 1.4;
}

.notizia2 p {
  margin: 1em 0.50em;
}

.notizia2 h2,.notizia3 h2,#ElencoBanner h2 {
  text-shadow: 2px 2px 2px #D6D6D6;
}

.notizia3 h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 0.2em;
  line-height: 1.5;
}

@media only screen and (min-width: 30.063em) and (max-width: 56.875em) {
  .notizia3 {
    float: right;
    margin: 0;
  }
}

.notizia3 h2 {
  margin-top: 0;
}

.notizia3 h2:nth-of-type(2) {
  margin-top: 2em;
}

.notizia3 h2 span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #828384;
  float: right;
  position: relative;
  top: 5px;
  margin-right: 20px;
}

.notizia3 .contenitore-notizia {
  transition: all 0.5s ease-in-out;
  padding: .25em;
  margin-bottom: 2em;
}

.notizia3 .contenitore-notizia::after {
  clear: both;
  content: "";
  display: block;
}

.notizia3 .contenitore-notizia p {
  font-size: 14px;
  font-size: 0.875rem;
}

.notizia3 .contenitore-notizia .data {
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #ccc;
  color: #6f6f6f;
  background-color: #FAFAFA;
  float: left;
  box-shadow: 1px 1px 3px 1px #F1F1F1;
  line-height: 1;
  margin-top: 5px;
  margin-right: .70em;
  padding: .7em;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
  width: 3.125rem;
  font-weight: 600;
}

#ElencoBanner {
  font-size: 14px;
  font-size: 0.875rem;
  overflow: hidden;
  margin-bottom: 2em;
  padding: 0 1em;
  line-height: 1.4;
}

#ElencoBanner h2 {
  margin-top: 0;
  padding-top: 0;
  color: #58595B;
}

@media only screen and (max-width: 30em) {
  #ElencoBanner h2 {
    margin-top: 2em;
  }
}

#ElencoBanner h3 {
  margin: 0 0 .30em 0;
  padding: 0;
}

#ElencoBanner:nth-of-type(1) {
  margin-top: 0;
}

@media only screen and (min-width: 56.938em) {
  #ElencoBanner {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }

  #ElencoBanner:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 30.063em) and (max-width: 56.875em) {
  #ElencoBanner {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }

  #ElencoBanner:last-child {
    margin-right: 0;
  }
}

.oldie #ContenutoPrincipaleHome {
  background: none;
}

.oldie #social {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.oldie #social ul {
  margin: 0;
  width: 100%;
  float: none;
  clear: both;
}

.oldie #social ul li {
  display: block;
  float: right;
}

.oldie .notizia2 {
  width: 30%;
  float: left;
}

.oldie .notizia3 {
  margin-left: 3.5%;
  width: 30%;
  float: left;
}

.oldie #ElencoBanner {
  width: 30%;
  float: right;
}

#SezioniVerticale {
  position: relative;
  box-shadow: 1px 1px 1px 1px #B6B6B6;
  font-size: 14px;
  font-size: 0.875rem;
  width: 220px;
  width: 13.75rem;
  top: -10px;
  top: -0.625rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  background-image: url("../_images/halftone.png");
  border-top: 10px solid #CECECE;
  border-left: 1px solid #CECECE;
  float: left;
  line-height: 1.5;
  z-index: 100000 !important;
}

#SezioniVerticale:hover {
  border-top: 10px solid #e73b18;
}

#SezioniVerticale a {
  padding: 0em;
  color: black;
  width: 100%;
}

#SezioniVerticale a:link,#SezioniVerticale a:visited {
  color: black;
}

#SezioniVerticale a:hover {
  background-color: #58595B !important;
  color: #fff !important;
  transition: all .50s ease-out;
}

#SezioniVerticale ul {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1 !important;
  width: 100%;
}

#SezioniVerticale li {
  margin: 0 0.20em;
  padding: 0.50em;
  width: 100%;
  border-bottom: 1px dashed #ccc;
}

#SezioniVerticale li:last-of-type {
  border-bottom: none;
}

#SezioniVerticale li a {
  text-decoration: none;
}

#SezioniVerticale .CapoSezioneMenu {
  padding: .5em;
  line-height: 1;
  display: block;
  margin-bottom: 1.2em;
  font-size: 120%;
  font-style: italic;
}

.oldie #SezioniVerticale {
  width: 200px;
  margin: 0 20px 10px 0px;
  padding-right: 20px;
}

li.voceattiva {
  list-style: inside url(../images/raquo.gif);
  font-weight: 600;
}

.footerone {
  clear: both;
  position: relative;
  font-weight: bold;
  display: block;
  width: 100%;
  height: auto;
  padding: 35px 5px;
  padding: 2.1875rem 0.3125rem;
}

.footerone::after {
  clear: both;
  content: "";
  display: block;
}

.footerone ul {
  padding: 0 5px;
  padding: 0 0.3125rem;
  margin: 0 auto;
}

.footerone ul::after {
  clear: both;
  content: "";
  display: block;
}

@media only screen and (min-width: 56.938em) {
  .footerone ul {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }

  .footerone ul:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 30.063em) and (max-width: 56.875em) {
  .footerone ul {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .footerone ul:last-child {
    margin-right: 0;
  }
}

.footerone a,.footerone a:link {
  border: none !important;
  display: block;
  width: 100%;
  height: 100%;
  color: #6f6f6f;
  font-size: 90%;
  text-decoration: none;
}

.footerone a:active {
  color: black;
}

.footerone ul li {
  margin-bottom: 1.1em;
  padding: 0.50em;
  background-color: #fff;
  display: block;
  box-shadow: 2px 2px 5px 2px #E0E0E0;
  transition: all 300ms ease-in;
  box-sizing: border-box;
  border-left: 10px solid #fff;
}

@media only screen and (min-width: 56.938em) {
  .footerone ul li {
    margin-bottom: 0.40em;
    font-size: 90%;
  }
}

.footerone ul li:hover {
  background-color: #6f6f6f;
  border-left: 10px solid #e73b18;
}

.footerone ul li:hover a,.footerone ul li:hover a:link {
  color: #fff;
}

.oldie .footerone ul {
  width: 20%;
  float: left;
  margin: 1%;
}

.oldie .footerone ul li {
  border: 1px solid #ccc;
}

#footer {
  clear: both;
  font-size: 14px;
  font-size: 0.675rem;
  line-height: 1.3;
  box-sizing: border-box;
  position: relative;
  border: none !important;
  padding-bottom: 1em;
  margin: 0 auto;
  max-width: 1300px;
}

@media only screen and (max-width: 30em) {
  #footer a {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 20px 5px 5px 5px;
    margin: 1.25rem 0.3125rem 0.3125rem 0.3125rem;
    line-height: 1.7;
  }
}

#footer address,#footer p {
  /*padding-left: 1em !important;*/
  font-style: normal !important;
}

@media only screen and (max-width: 30em) {
  #footer #Validazioni {
    visibility: hidden;
  }
}

.no-oldie a#InAlto {
  position: fixed;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
  background-image: url(../_images/to_top.gif) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: #e73b18 !important;
  width: 33px !important;
  height: 33px !important;
  border: none !important;
  border-radius: 50%;
  display: block;
  box-shadow: 2px 2px 5px 2px #E0E0E0;
}

.no-oldie a#InAlto:hover {
  background-color: #6f6f6f !important;
}

.no-js a#InAlto {
  visibility: hidden;
  display: none;
}

@media screen and (max-width: 56.938em) and (min-width: 0) {
  .js #SezioniVerticale {
    margin-right: -20em;
    margin-right: -20rem;
    -webkit-transform: translate(-3333px, 0px);
    -ms-transform: translate(-3333px, 0px);
    transform: translate(-3333px, 0px);
    transition: all .5s ease-in;
  }

  .js .no-csstransforms #SezioniVerticale,.js .ie9 #SezioniVerticale {
    display: none;
    visibility: hidden;
    margin-right: 0em;
    margin-right: 0rem;
  }

  .no-js #SezioniVerticale {
    width: 100%;
  }

  #contenuto-principale,#contenuto {
    margin-left: 0;
  }

  #ContenitoreContenuto {
    background-image: none !important;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }

  html,body {
    margin: .50em .50em 2em .50em;
  }

  #Navigazione {
    margin: 0;
    padding: 0;
    transition: all .5s ease-in;
  }

  #Navigazione ul {
    padding: 0px 2px 2px 2px;
    margin: -10px 0 0 0;
  }

  #Navigazione li {
    float: none;
    margin-bottom: .6em;
    border: 0;
  }

  #Navigazione li:last-child {
    list-style: none !important;
    margin-top: 1em;
    display: block;
  }

  #ContenitoreIntestazione {
    height: 10em;
    height: 10rem;
    background-color: #fff;
  }

  #ContenitoreEventi,#ContenitoreContenutoHome {
    background-image: none;
  }

  #SezioniOrizzontale {
    visibility: hidden;
    height: 0 !important;
  }

  #Sigillo {
    border-bottom: 0;
    background: none;
  }
}

@media screen and (max-width: 63.75em) and (min-width: 0) {
  #Logo {
    margin-top: 0;
  }

  .js #SezioniOrizzontale {
    display: none;
  }

  .js .slicknav_menu {
    display: block;
  }

  .js .slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.6em;
    line-height: 1.125em;
    cursor: pointer;
    width: 95%;
  }

  .js .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
  }

  .js .slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
  }

  .js .slicknav_menu .slicknav_no-text {
    margin: 0;
  }

  .js .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  }

  .js .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 0.188em;
  }

  .js .slicknav_nav {
    clear: both;
    font-size: 1em !important;
  }

  .js .slicknav_nav ul,.js .slicknav_nav li {
    display: block;
  }

  .js .slicknav_nav .slicknav_arrow {
    font-size: 1.1em;
    margin: 0 0 0 0.4em;
    float: right;
  }

  .js .slicknav_nav .slicknav_item {
    cursor: pointer;
  }

  .js .slicknav_nav .slicknav_row,.js .slicknav_nav a {
    display: block;
  }

  .js .slicknav_nav .slicknav_item a,.js .slicknav_nav .slicknav_parent-link a {
    display: inline;
  }

  .js .slicknav_menu {
    font-size: 1.3em;
  }

  .js .slicknav_menu:before {
    content: " ";
    display: table;
  }

  .js .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both;
  }

  .js .slicknav_btn {
    width: 100%;
    margin: 0 0px 6px 0px;
    text-decoration: none;
    box-shadow: 0 3px 5px #ccc;
    background-color: #fff;
    color: #6f6f6f;
  }
}

@media only screen and (max-width: 63.75em) and (min-width: 0) and (max-width: 30em) {
  .js .slicknav_btn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 63.75em) and (min-width: 0) {
  .js .slicknav_menu {
    background: none;
    padding: 5px;
    margin-bottom: .20em;
    margin-top: -.5em;
    border-radius: 4px;
  }

  .js .slicknav_menu .slicknav_menutxt {
    font-weight: bold;
  }

  .js .slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
  }

  .js .slicknav_nav {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden;
  }

  .js .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #fff;
  }

  .js .slicknav_nav ul li {
    border-bottom: 1px dotted #E3E3E3;
  }

  .js .slicknav_nav ul ul {
    margin-left: 2em;
  }

  .js .slicknav_nav .slicknav_row {
    padding: 7px;
    margin: 2px 5px;
  }

  .js .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #000;
  }

  .js .slicknav_nav .slicknav_item a,.js .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
  }

  .js .slicknav_nav .slicknav_row:hover {
    border-radius: 6px;
    background: #ccc;
    color: #222;
  }

  .js .slicknav_nav .slicknav_row:hover a {
    color: #222;
  }

  .js .slicknav_nav a:hover {
    border-radius: 6px;
    background: #ccc;
    color: #222;
  }

  .js .slicknav_nav .slicknav_txtnode {
    margin-left: 15px !important;
  }

  .js .menuattivo {
    background: inherit !important;
  }
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:focus,a.skip-main:active {
  color: #000 !important;
  background-color: yellow;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border: 5px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

a:focus,li:focus {
  background-color: #F2F2F2;
  color: black !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-weight: 600;
}

.no-js #SezioniOrizzontale {
  display: block !important;
  visibility: visible !important;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 10000 !important;
  margin-top: 0px;
}

@media print {
  body {
    width: 100%;
    font: 11pt;
    line-height: 1.3;
    background-image: none;
  }

  #SezioniOrizzontale,#SezioniVerticale,#contenuto-secondario,#search,#profili,#InAlto,#TornaSu,.footerone,.slicknav_menu {
    display: none;
  }

  #Logo {
    box-shadow: none;
  }

  #Logo img {
    width: 7cm;
  }

  #contenuto-principale,#contenuto,#ContenitoreContenuto,#ContenutoPrincipaleHome {
    margin: 0;
    box-shadow: none;
  }

  .notizia2,.notizia3 {
    margin: 0;
    width: 100%;
    border: none;
    box-shadow: none;
    float: none;
    clear: both;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }

  .notizia2 img,.notizia3 img {
    display: none;
  }

  .notizia2:last-child,.notizia3:last-child {
    margin-right: 0;
  }

  .notizia2 article,.notizia3 article {
    border: none;
    box-shadow: none;
    margin: 0;
  }

  #ElencoBanner {
    width: 100%;
    float: none;
    clear: both;
  }

  #ElencoBanner img {
    display: none;
  }

  h2 span {
    display: none;
  }
}

/*# sourceMappingURL=layout_unimore_2016.css.map */