/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   global     (end reset)
   ========================================================================== */
body {
  font-family: "klavika-web", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.green,
a.green {
  color: #69b700;
  /* === verde chiaro per evidenziare === */
}

body a.no-style:hover,
body a.no-style:hover .green {
  text-decoration: underline;
  color: #4e7767;
}

em, i {}

strong, b {
  font-weight: 600;
}

input, textarea {
  color: #fff;
  background: #ccc;
}

/* sistemare secondo bozze */
.placeholder {
  color: #FFF;
}

/* sistemare secondo bozze */
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #FFF;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFF;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFF;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #FFF;
}

.center {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 980px;
  color: #999999;
  font-size: 11px;
}

article,
section,
header,
nav,
main,
aside,
footer {
  position: relative;
  display: block;
}

/***** HEADER.CSS ******/
/* ==========================================================================
   main    (end nav)
   ========================================================================== */
main {
  background: url(../img/motivo-verde.jpg) repeat-x center top #fff;
  padding-top: 40px;
}

section {}

article {}

/* ==========================================================================
   aside    (end main)
   ========================================================================== */
aside {}

/* ==========================================================================
   footer     (end aside)
   ========================================================================== */
footer {}

#footer1 {}

#footer2 {}

#footer3 {}

#footer4 {}

#footer5 {}

#foot {}

/* ==========================================================================
   other     (end footer)
   ========================================================================== */
.arrow {
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  position: absolute;
  bottom: -1px;
  right: -1px;
  border: 1px solid #7fc330;
  display: block;
}

span.time {
  background: #dee7e4;
  padding: 0 6px;
}

.barra a:hover {
  text-decoration: underline !important;
}

#select2-sel-reparto-header-results {
  width: 350px !important;
  background: #2e6d50;
  /*background: url(../img/bginput.png);*/
}

#search .select2-container .select2-choice>.select2-chosen {
  text-align: left;
}

#search .select2-container .select2-choice .select2-arrow b {
  background-position: 2px -2px;
}

.select2-results__option strong {
  border-bottom: 1px solid #82c331;
}

.doc-richiesta li {
  padding-bottom: 5px;
}

.doc-richiesta input {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*  skim lean */
.skim .accedi {
  overflow: hidden;
  background-color: #eaeaea;
  padding: 20px 30px;
}

.skim .accedi h3 {
  color: #4e7767;
}

.skim .accedi .form-group {
  /*border:1px solid #ccc;*/
  float: left;
  padding-left: 0px;
}

.skim .accedi .form-group.mail input {
  background: #ffffff url(../img/mail.png) no-repeat 10px center;
  margin-right: 10px;
}

.skim .accedi .form-group.psw input {
  background: #ffffff url(../img/psw.png) no-repeat 10px center;
  margin-right: 10px;
}

.skim .accedi input {
  border: 0px;
  border-radius: 0;
  box-shadow: none;
}

.skim .accedi button {
  border-radius: 0;
  background-color: #82c331;
  color: #fff;
}

.skim .accedi button.top {
  margin-top: 25px;
}

.skim label {
  font-weight: 500;
}

.skim .accedi .checkbox {
  margin-top: 20px;
  color: #acbdb6;
  float: left;
}

.skim .accedi .checkbox label {
  margin-right: 18px;
  color: #333;
}

.skim .accedi .checkbox a {
  text-decoration: none;
  margin: 0 14px;
}

.skim .tab {
  overflow: hidden;
}

.skim .tab a {
  /*background:#cbd3d3; */
  background: #eaeaea;
  display: block;
  padding: 10px 20px;
  text-transform: uppercase;
  border-right: 1px solid #fff;
  width: 33.3%;
  float: left;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  color: #4e7767;
}

.skim .tab a:hover, .skim .tab a.active, .skim .tab a.d:hover {
  background-color: #cbd3d3;
  color: inherit;
}

.skim .tab a.d {
  background-color: #23514f;
  color: #fff;
}

.skim .contenuto {
  border: 1px solid #eaeaea;
  padding: 30px 20px;
  border-top: 0px;
}

.skim .contenuto .singolo {
  display: none;
}

.skim .contenuto .singolo#a {
  display: block;
}

/*  skim lean registrazione */
.skim.reg .accedi .form-group {
  /*border:1px solid #ccc;*/
  float: left;
  padding-left: 0px;
}

.skim.reg .accedi .risposta {
  display: block;
  margin-top: 20px;
  padding-left: 40px;
  background: url(../img/ok.png) no-repeat left 10px;
}

.skim.inserisci .accedi {
  background-color: #f0f6ea;
  padding: 20px;
  border: 1px solid #88c840;
}

.skim.inserisci .accedi .form-group {
  padding-left: 0px;
  margin-right: 0;
}

.skim.inserisci .accedi input {
  border: 0px solid #ccc;
}

.skim .accedi button {
  border: 0px;
}

.skim.inserisci .accedi .consenso {
  color: #335752;
}

.skim .accedi .consenso.checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 10px;
}

.mappapad {
  max-width: 500px;
}

/* ==========================================================================
   homepage     (end other)
   ========================================================================== */
.home header {
  overflow: hidden;
}

.home header h1 {
  text-align: right;
  font-size: 45px;
  font-weight: 300;
  color: #fff;
  background: url(../img/homeh1.png) no-repeat right top;
  margin: 0;
  padding-right: 7px;
  line-height: 54px;
  letter-spacing: -0.02em;
}

.home h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  padding-left: 20px;
  margin-top: 50px;
}

#servizi-al-paziente {
  overflow: hidden;
}

#servizi-al-paziente h2 {
  color: #4e7767;
  padding-bottom: 20px;
}

#servizi-al-paziente .bx-wrapper {
  border-left: 1px solid #e0e6e4;
  margin: 0px auto;
}

#servizi-al-paziente .bx-controls-direction {
  bottom: 0;
  right: 15px;
  position: absolute;
}

#servizi-al-paziente .bx-prev,
#servizi-al-paziente .bx-next {
  width: 46px;
  height: 46px;
  display: block;
  text-indent: 100px;
  background: url(../img/nav-servizi.png) no-repeat;
  background-position: left bottom;
  float: left;
  overflow: hidden;
}

#servizi-al-paziente .bx-next {
  background-position: right bottom;
}

#servizi-al-paziente .bx-prev:hover {
  background-position: left top;
}

#servizi-al-paziente .bx-next:hover {
  background-position: right top;
}

#servizi-al-paziente ul {
  margin: 0;
  list-style: none;
  padding: 0;
  overflow: hidden;
  text-align: center;
}

#servizi-al-paziente ul li {
  height: 205px;
}

#servizi-al-paziente ul li a {
  height: 205px;
  color: #2c5243;
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 20px 0;
  float: left;
  border-top: 1px solid #e0e6e4;
  border-right: 1px solid #e0e6e4;
  border-bottom: 1px solid #e0e6e4;
  background: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#servizi-al-paziente ul li a:hover {
  background: #f2f6f2;
}

#servizi-al-paziente .barra {
  background: #e6efed;
  width: 100%;
  border-top: 1px solid #638778;
}

#servizi-al-paziente .vedi-altri {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #426b61;
  padding: 16px 20px;
  display: block;
}

#primo-piano article.altre-news {
  border-right: 1px solid #d9eec5;
  background-color: #fafcf9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#primo-piano article.altre-news:hover {
  background-color: #eaefe7;
}

#primo-piano article.altre-news a {
  color: #6db629;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  padding: 89px 0;
  text-decoration: none;
  z-index: 2;
  position: absolute;
}

#primo-piano article.altre-news img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -49px;
  margin-left: -49px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#primo-piano article.altre-news:hover img {
  -moz-transform: scale(1) rotate(200deg) translateX(0px) translateY(0px);
  -webkit-transform: scale(1) rotate(200deg) translateX(0px) translateY(0px);
  -o-transform: scale(1) rotate(200deg) translateX(0px) translateY(0px);
  -ms-transform: scale(1) rotate(200deg) translateX(0px) translateY(0px);
  transform: scale(1) rotate(200deg) translateX(0px) translateY(0px);
}

#primo-piano .arrow {
  z-index: 2;
  background: url(../img/frecciaverde.png) no-repeat 13px 10px #fff;
}

#primo-piano .arrow:hover {
  background-color: #f0f6ea;
}

#primo-piano .barra {
  background: #f0f6ea;
  border-top: 1px solid #88c840;
  height: 13px;
  padding: 17px 20px;
}

#primo-piano .barra a {
  color: #539f00;
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

#dove-si-trova {
  background: #f4f4f4;
}

#dove-si-trova article {
  width: 25%;
  box-sizing: border-box;
  float: left;
  height: 240px;
}

#centri-multidisciplinari {}

#centri-multidisciplinari .titolo-multidisciplinari .center {
  padding-bottom: 13px;
  background: url(../img/centri.jpg) no-repeat center bottom;
}

#centri-multidisciplinari .fascia-multidisciplinari {
  background: #e4edec;
}

#centri-multidisciplinari .fascia-multidisciplinari a {
  width: 25%;
  box-sizing: border-box;
  float: left;
  text-align: center;
  color: #49be91;
  text-transform: uppercase;
  text-decoration: none;
}

#avvisi {}

#avvisi article {
  width: 25%;
  box-sizing: border-box;
  float: left;
}

#evidenza {}

#evidenza article {
  width: 20%;
  box-sizing: border-box;
  float: left;
}

.bigh2 {
  color: #4e7767;
  font-weight: 300;
  font-size: 36px;
}

.pagina h4.grey {
  font-size: 22px;
  color: #777;
}

.allegati .allegato a span.peraccess {
  display: none;
}

.home #primo-piano article {
  overflow: hidden;
}

.sharebuttons {
  margin-top: 30px;
  margin-bottom: 20px;
}

a.consensolink {
  display: block;
  font-size: 16px;
  margin-top: 16px;
}

.sharebuttons>div, .sharebuttons>iframe {
  vertical-align: top;
  margin-right: 10px;
}

/* ==========================================================================
   homepage video    (end homepage)
   ========================================================================== */
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* overflow: hidden; */
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#home-con-video #toplinks,
#home-con-video main,
#home-con-video footer {
  z-index: 2;
}

#home-con-video footer {
  background: #fff;
}

#home-con-video .copertina {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#home-con-video .copertina.copertinatablet {
  display: none !important;
}

#home-con-video .copertina.copertina1 {
  background-image: url("../img/home/sala-operatoria.jpg");
}

#home-con-video .copertina.copertinatablet_1 {
  background-image: url("../img/home/sala-operatoria1.jpg");
}

#home-con-video .copertina.copertina2 {
  background-image: url("../img/home/provette.jpg");
}

#home-con-video .copertina.copertinatablet_2 {
  background-image: url("../img/home/provette1.jpg");
}

#home-con-video .copertina.copertina3 {
  background-image: url("../img/home/neonato.jpg");
}

#home-con-video .copertina.copertinatablet_3 {
  background-image: url("../img/home/neonato1.jpg");
}

#home-con-video .copertina.copertina4 {
  background-image: url("../img/home/corridoio.jpg");
}

#home-con-video .copertina.copertinatablet_4 {
  background-image: url("../img/home/corridoio1.jpg");
}

#home-con-video .copertina.copertina5 {
  background-image: url("../img/home/bancone.jpg");
}

#home-con-video .copertina.copertinatablet_5 {
  background-image: url("../img/home/bancone1.jpg");
}

#home-con-video #cookie-policy {
  position: absolute;
}

#home-con-video #showcase {
  position: fixed;
  top: 0;
  margin-top: 0;
}

#home-con-video #showcase .dida {
  bottom: 10px;
}

#home-con-video #showcase .dida h1 {
  background: none;
  padding-right: 15px;
}

#home-con-video header #search input[type="text"],
#home-con-video header .default-form input[type="text"] {
  width: 100%;
  padding: 0px 32px 0 10px;
}

#home-con-video header #search button,
#home-con-video header.default-form button {
  position: absolute;
  right: 0;
  top: 0;
}

#home-con-video header #search .select2 {
  width: 100% !important;
}

#home-con-video header #search a.style-btn {
  width: 100%;
  padding: 0px 32px 0 10px;
  top: 1px;
  right: 0;
  top: 0;
}

#bg_header.bg_header_landing {
  height:100%; position:absolute; bottom:0px; left:0;
}
.bg_header_landing_text {
  margin:80px 0;
}

a.landing-box-button,
.pagina a.landing-box-button {
  display:block;
  float:left;
  text-decoration: none;
  padding:30px 20px;
  box-shadow:0 10px 30px 0 rgba(0,0,0,0.15);
  transition: all .3s ease;
}
a.landing-box-button:hover {
  box-shadow:0 20px 35px 0 rgba(0,0,0,0.15);
  transform:scale(1.01);
}
.landing-box-button {
  width:100%;
  margin:0 0 20px;
}

.popup-s {
  display: none;
  width: 60%;
  padding: 80px;
}

.popup-s h1 {
  color: #4e7767;
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 20px;
  position: relative;
  display: block;
}

.popup-s p {
  font-size: 16px;
  position: relative;
  display: block;
}

.popup-s a {
  color: #6db629;
  font-size: 18px;
  text-decoration: underline;
  margin-top: 20px;
  position: relative;
  display: block;
}

.popup-s button {
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
}

.popup-s svg path {
  background-color: #4e7767;
}

.popup-s a.scopri.last {
  margin-bottom: 40px;
}

.popup-s hr {
  margin-bottom: 36px;
}

.popup-s a.mail-inviti {
  font-size: 16px;
  margin-top: 0;
  color: #4a9e79;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 35em) {}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* ==========================================================================
   Alternative styles per accessibilità: visualizzazione ad alto contrasto
   ========================================================================== */
body.access div#cookie-policy {
  background: #565656;
}

body.access, body.access main, body.access #showcase .flexslider, body.access.home header h1 {
  background-color: #000;
  background-image: none;
}

body.access header, body.access #home_mod_dove, body.access header #search, body.access main .bg_map2 {
  background: #000;
}

body.access #primo-piano .finenews, body.access #head {
  background: none;
}

body.access #head {
  height: auto;
}

body.access #bg_header {
  display: none;
}

body.access #toplinks {
  background-color: #000;
  background-image: none;
  border-bottom: 1px solid #fff;
}

body.access h1, body.access h2, body.access h3, body.access h4, body.access h5, body.access h6, body.access p {
  color: #fff;
}

body.access #servizi-al-paziente h2, body.access #primo-piano h2 {
  color: #fff;
}

body.access.home p {
  color: #000;
}

body.access #toplinks .top-left a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 0;
}

body.access #toplinks .top-right a.access.fontsize {
  background: url(../img/fontsize.png) no-repeat center -50px;
}

body.access #toplinks .top-right a.access.fontsize:hover {
  background: #fff url(../img/fontsize.png) no-repeat center -18px;
}

body.access #toplinks .top-right a.access.contrasto {
  color: #fff;
}

body.access #toplinks .top-right a.access.contrasto:hover {
  background: #fff;
  color: #000;
}

body.access a,
body.access nav ul li ul li a,
body.access nav ul li.active a,
body.access nav ul li.active a:hover,
body.access nav ul li ul li a:hover {
  text-decoration: underline;
  color: #fff;
}

body.access #submenu a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

body.access #submenu {
  top: 130px;
  -ms-transform: none;
  /* IE 9 */
  -ms-transform-origin: none;
  /* IE 9 */
  -webkit-transform: none;
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: none;
  /* Chrome, Safari, Opera */
  transform: none;
  transform-origin: none;
}

body.access.home #submenu {
  top: 170px;
  right: 0;
}

body.access #cosapossiamofare, body.access #primo-piano article.piano1 {
  background: none;
  color: #fff;
}

body.access #cosapossiamofare a, body.access #cosapossiamofare h4 {
  color: #fff;
  background: none;
}

body.access #nav-top, body.access #nav-bottom {
  background-image: none;
  color: #fff;
}

body.access nav ul, body.access nav ul {
  background: none;
}

body.access #search {
  bottom: -40px;
}

body.access.home #search {
  bottom: 0px;
}

body.access #toplinks .top-right a {
  color: #000;
}

body.access #search input[type="text"], body.access #search a.style-btn, .select2-container--default .select2-selection--single {
  background-color: #000;
  background-image: none;
  border: 1px solid #fff;
  height: auto;
}

body.access #servizi-al-paziente ul li a {
  color: #fff;
}

body.access #servizi-al-paziente ul li a:hover {
  text-decoration: none;
  background-color: #000;
}

body.access #showcase .container .dida {
  bottom: 280px;
}

body.access #search .select2-container .select2-selection--single {
  height: auto;
  background: none;
  border: 1px solid #fff;
}

body.access ul#select2-sel-reparto-header-results {
  background: #fff;
  color: #000;
}

body.access #search .campo button {
  color: #000;
  background-color: #b1f360;
}

body.access #servizi-al-paziente ul li a {
  text-decoration: underline;
}

body.access #servizi-al-paziente ul li a>img {
  display: none;
}

body.access input.select2-search__field {
  color: #b1f360;
  background: #000;
}

body.access .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #000;
}

body.access .select2-results__option strong {
  background-color: #b1f360;
}

body.access #servizi-al-paziente .vedi-altri {
  color: #000;
}

body.access .green, body.access #home_art_mod h3 a {
  color: #b1f360;
}

body.access #home_mod_dove .mod1, body.access #home_mod_dove .mod3 {
  background-color: #fff;
  color: #000;
}

body.access #home_mod_dove .mod2 img, body.access #home_mod_dove .mod4 img, body.access #home_centri_mod .container>div>img {
  display: none;
}

body.access #home_centri_mod .lbl, body.access #primo-piano article.altre-news a {
  color: #000;
  border: 1px solid #000;
}

body.access #home_centri_mod .lbl:hover {
  background: #fff;
  text-decoration: none;
  color: #0000FF;
}

body.access #home_centri_mod, body.access #home_deco_2 {
  background: none;
}

body.access #home_art_mod .container {
  border: 1px solid #fff;
}

body.access #home_art_mod .container>div p {
  color: #fff;
}

body.access #home_art_mod .container>div a {
  color: #b1f360;
}

body.access #home_in_evid .container>.mod {
  min-height: 170px;
}

body.access #home_in_evid .container>.mod a, body.access #home_mod_dove a,
body.access #home_centri_mod .lbl {
  color: #0000FF;
  text-decoration: underline;
}

body.access #home_centri_mod .lbl .minus {
  display: none;
}

body.access #home_mod_dove a:hover {
  text-decoration: none;
}

body.access #home_centri_mod a:hover {
  text-decoration: none;
  background: #fff;
}

body.access #home_in_evid .container>.mod a>.fa, body.access #home_mod_dove a>.fa {
  display: none;
}

body.access #primo-piano article.altre-news a {
  text-decoration: underline;
}

body.access #primo-piano article.altre-news a:hover {
  text-decoration: none;
}

body.access #home_in_evid .container>div img, body.access #primo-piano article.altre-news img, body.access .home .img-responsive, body.access #home_in_evid .container>.mod.load img,
body.access .news_prev .load-more img,
.bandi_select_list a span, body.access #home_in_evid .mod a span {
  display: none;
}

body.access a.load-more h4 {
  color: #0000FF;
}

body.access #home_in_evid .mod a.load-more span {
  display: block;
}

body.access #home_in_evid .container>.mod a:hover {
  text-decoration: none;
}

body.access #home_in_evid .mod a:hover {
  background: #fff;
}

body.access #home_in_evid .mod, body.access #news-holder span.time,
body.access .pagina_wrapper .news_prev span.time,
body.access .pagina_wrapper .news_evid span.time,
body.access .pagina span.time,
body.access #home_pazienti #testimonianza .link2 a {
  color: #000;
}

body.access #home_pazienti #testimonianza .link2 a:hover {
  color: #fff;
}

body.access #news-holder {
  border: 1px solid #fff;
}

body.access #primo-piano .barra {
  background-color: #000;
}

body.access #primo-piano .barra a {
  color: #b1f360;
}

body.access #primo-piano .barra a:hover {
  text-decoration: underline;
}

body.access #primo-piano article {
  color: #fff;
}

body.access #home_pazienti #testimonianza {
  background: #000;
}

body.access #home_pazienti {
  border: 1px solid #fff;
  background: #000;
}

body.access #home_pazienti .barra {
  background: #000;
  border-top: 1px solid #fff;
  color: #fff;
}

/** prova colore link default **/
/* body.access a { color:#0000FF !important;} */
body.access .footers {
  color: #fff;
}

body.access .footers strong, body.access footer .footer2 a {
  color: #b1f360;
}

body.access footer .footer2 a.sel {
  color: #000;
}

body.access .sub_footer a:hover {
  text-decoration: none;
}

body.access footer .footer2 a:hover {
  text-decoration: none;
}

body.access #home_pazienti .link {
  background: #000;
  border-left: 1px solid #fff;
  color: #b1f360;
}

body.access nav ul li.active a:hover, body.access nav ul li ul li a:hover, body.access nav ul li ul li a:hover {
  text-decoration: none;
  color: #fff;
}

body.access .pagina, body.access .pagina .news_prev .txt,
body.access .pagina_wrapper .intro {
  color: #fff;
}

body.access .pagina h2, body.access .pagina h3 {
  color: #b1f360;
}

body.access .ultimo_aggiornamento, body.access .ultimo_aggiornamento span, body.access .sub_footer a,
body.access .news_pag_bar {
  color: #000;
}

body.access .pagina h4.grey, body.access .allegati .allegato, body.access a.no-style:hover,
body.access span.evid2, body.access nav ul li ul li a.active,
body.access nav ul li a.active,
body.access nav ul li a:hover {
  color: #b1f360;
}

body.access .pagina .bando_select {
  color: #b1f360;
  text-decoration: underline;
}

body.access .pagina .bando_select:hover {
  text-decoration: none;
}

body.access .allegati .allegato a {
  width: auto;
  background: none;
}

body.access .allegati .allegato a span.peraccess {
  display: block;
  color: #b1f360;
  font-size: 15px;
  padding: 2px 5px;
}

body.access .pagina .bando_select_ombra {
  background: none;
}

body.access .pagina .form_ricerca .bando_select, body.access .paz_thumb .cont a {
  color: #fff;
}

body.access .pagina .form_ricerca input[type="text"] {
  background-color: #000;
  z-index: 9;
}

body.access .pagina .bando_res:hover {
  background-color: inherit;
  color: #fff;
}

body.access .pagina .bando_res h4, body.access .pagina .allegati h4 {
  color: #000;
}

body.access .pagina .bandi_archivio {
  color: #0000FF;
  text-decoration: underline;
}

body.access .pagination li a, body.access .map_open,
body.access .accordion .panel-title a,
body.access .accordion .panel-title a h3 {
  color: #0000FF;
}

body.access .accordion .panel-body {
  color: #000;
}

.panel-group.accordion .panel-heading+.panel-collapse>.panel-body {
  background: none;
  border: none;
}

body.access .news_prev .arrow, body.access .news_evid .arrow {
  background: none;
  border: none;
}

body.access .news_prev.altrenews a {
  color: #0000FF;
  text-decoration: underline;
}

body.access .news_prev.altrenews a:hover {
  text-decoration: none;
}

body.access .news_evid, body.access .paz_thumb .cont {
  color: #fff;
  background: #000;
  border: 1px solid #fff;
}

body.access .pagina_right .blocco a, body.access .mega_btn_cont a:hover {
  color: #0000FF;
  background: none;
}

body.access .pagina .mega_btn_cont img, body.access .map_open img {
  display: none;
}

body.access .pagina .paz_thumb a.read-more {
  background: #294840;
}

body.access .pagina a.giornale_num:hover {
  background: #000;
}

body.access.informative .sub_title .bg1 {
  background: none;
}

body.access .select2-container--default .select2-selection--single,
body.access .default-form input[type="text"] {
  background: #000;
}

body.access .fasciaverde {
  display: none;
}

body.access .sub_footer {
  background: #000;
}

body.access .sub_footer a, body.access .sub_footer .credits {
  color: #fff;
}

body.access.home #primo-piano .arrow {
  display: none;
}

body.access #home_mod_dove h3 {
  line-height: 38px;
  color: #365348;
}

body.access #home_mod_dove p {
  color: #000;
}

body.access.home #showcase .flexslider .slides li {
  background: #000 !important;
}

body.access .panel .panel-body a {
  color: #0000FF;
}

body.access #toplinks .top-right a.contrasto {
  background: #dadada;
}

body.access #toplinks .top-right a.contrasto .fa {
  color: #353535;
}

/* ==========================================================================
   Alternative styles per accessibilità: ingrandimento font
   ========================================================================== */
body.fontaccess h3, body.fontaccess h4, body.fontaccess h5, body.fontaccess h6 {
  font-size: 26px;
  line-height: 28px;
}

body.fontaccess p, body.fontaccess #submenu, body.fontaccess #cosapossiamofare a, body.fontaccess nav, body.fontaccess #primo-piano h3, body.fontaccess #servizi-al-paziente .vedi-altri, body.fontaccess #home_in_evid .mod a, body.fontaccess #home_in_evid .altricentri a span, body.fontaccess #search input[type="text"], body.fontaccess #search a.style-btn,
body.fontaccess .select2-container--default .select2-selection--single .select2-selection__rendered,
body.fontaccess #primo-piano .barra a,
body.fontaccess #toplinks .top-left a,
body.fontaccess .sub_footer,
body.fontaccess .pagina_left .intro,
body.fontaccess #testimonianza .link2 a,
body.fontaccess #primo-piano h3,
body.fontaccess .accordion .panel-title,
body.fontaccess .professionisti .container a.pubblicazioni {
  font-size: 125%;
  line-height: 125%;
}

body.fontaccess #cosapossiamofare a, body.fontaccess #cosapossiamofare h4 {
  font-size: 20px;
}

body.fontaccess #cosapossiamofare {
  padding: 5px;
}

body.fontaccess #servizi-al-paziente ul li a, body.fontaccess #home_mod_dove p,
body.fontaccess .pagina .bando_select, body.fontaccess .pagina .bandi_select_list a {
  font-size: 24px;
  line-height: 26px;
}

body.fontaccess #primo-piano article {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

body.fontaccess #primo-piano article .testo {
  display: none;
}

body.fontaccess footer .footers .footer4 {
  height: 700px !important;
}

body.fontaccess footer .footer1,
body.fontaccess footer .footer2,
body.fontaccess footer .footer3,
body.fontaccess footer .footer4,
body.fontaccess footer .footer5 {
  font-size: 18px;
  height: 700px !important;
  border-top: 0;
  border-bottom: 0;
}

body.fontaccess footer .footer_loghi, body.fontaccess footer #logo_8 span, body.fontaccess #home_mod_dove a, body.fontaccess .pagina .bandi_archivio,
body.fontaccess select2-selection__placeholder {
  font-size: 18px;
  line-height: 22px;
}

body.fontaccess #toplinks .top-right a, body.fontaccess .ultimo_aggiornamento {
  font-size: 18px;
}

body.fontaccess #toplinks .top-right a.contrasto {
  font-size: 11px;
}

body.fontaccess .sub_footer {
  height: auto;
}

body.fontaccess .pagina_left {
  font-size: 1.5em;
}

body.fontaccess .pagina_left>ul {
  height: auto;
}

body.fontaccess .allegati .allegato {
  font-size: 18px;
  height: 150px;
  line-height: 20px;
}

body.fontaccess nav ul li ul li a, body.fontaccess nav ul li.active ul li a {
  display: inline-block;
}

body.fontaccess .news_prev .txt, body.fontaccess .news_prev.no_pic, body.fontaccess .news_prev.no_pic h5, body.fontaccess .news_pag_bar,
body.fontaccess .bandi_select_list,
body.fontaccess .paz_thumb a.read-more,
body.fontaccess .map_open, body.fontaccess .map_close,
body.fontaccess.professionisti .container a.pubblicazioni body.fontaccess .pagina .blocco_tit {
  font-size: 20px;
}

body.fontaccess .news_prev.no_pic {
  overflow: hidden;
}

body.fontaccess .select2-container--default .select2-selection--single .select2-selection__rendered, body.fontaccess .select2-results {
  font-size: 18px;
}

body.fontaccess .sub_title,
body.fontaccess .pagina_right .blocco a {
  font-size: 20px;
}

body.fontaccess #search button, body.fontaccess .default-form button {
  font-size: 20px;
  width: 24px;
  height: 24px;
}

body.fontaccess #home_art_mod p {
  font-size: 26px;
}

body.fontaccess #toplinks .top-right a.access.fontsize {
  background: #dadada url(../img/fontsize.png) no-repeat center -18px;
}

/* ==========================================================================
   Media query per per accessibilità
   ========================================================================== */
@media screen and (max-width: 780px) {
  body.fontaccess footer .footer1, body.fontaccess footer .footer2, body.fontaccess footer .footer3, body.fontaccess footer .footer4, body.fontaccess footer .footer5 {
    height: auto !important;
  }

  body.access.home #submenu {
    top: 80px;
    font-size: 12px;
  }

  body.access #home-cosapossiamofare h4, body.access #home-cosapossiamofare {
    color: #365348;
  }
}

.rosso {
  color: #c22;
}
