body {
  font-family: "Oswald", sans-serif;
  font-weight: lighter;
  font-size: 16px;
  color: #333;
  background-color: #ccccce;
}
.no-padding {
  padding: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-margin {
  margin: 0;
}
.no-margin-right {
  margin-right: 0;
}
.no-margin-left {
  margin-left: 0;
}
.pad-10 {
  padding: 10px;
}
.top-5 {
  margin-top: 5px;
}
.bottom-5 {
  margin-bottom: 5px;
}
.top-10 {
  margin-top: 10px;
}
.bottom-10 {
  margin-bottom: 10px;
}
.top-15 {
  margin-top: 15px;
}
.bottom-15 {
  margin-bottom: 15px;
}
.top-20 {
  margin-top: 20px;
}
.bottom-20 {
  margin-bottom: 20px;
}
.top-30 {
  margin-top: 30px;
}
.bottom-30 {
  margin-bottom: 30px;
}
.top-40 {
  margin-top: 40px;
}
.bottom-40 {
  margin-bottom: 40px;
}
.light-text {
  font-weight: lighter;
}
a {
  cursor: pointer;
  color: #333;
}
.bg-white {
  background-color: #fff;
}
.region-banner h1 {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  font-weight: lighter;
  margin: 0;
  padding: 15px;
  position: absolute;
  width: 100%;
}
div.top.container-fluid {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: #b92217;
  color: #fff;
}
div.top_login {
  margin-bottom: 5px;
}
div.top div.top_search a {
  display: inline-block;
  margin-left: 10px;
}
div.top div.top_search a {
  font-size: 1.6em;
}
div.top div.top_search form {
  display: inline-block;
  position: relative;
  width: 200px;
}
div.top div.top_search label {
  display: inline-block;
  position: relative;
  width: 200px;
}
div.top div.top_search label input {
  display: inline-block;
  padding-right: 25px;
  position: relative;
}
div.top div.top_search label button {
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 0.3em;
  color: #333;
  font-size: 1em;
  background: none;
  border: 0;
  padding: 0 5px 0 0;
}
div.top a,
.top_login a {
  color: #fff;
}
div.top a.brand {
  display: inline-block;
  color: #fff;
  position: relative;
}
div.top a.brand > img {
  height: 80px;
  display: inline-block;
  vertical-align: bottom;
}
div.top a.brand > span {
  display: inline-block;
  font-size: 1.6em;
  margin-left: 5px;
}
.navbar {
  min-height: 40px;
  font-weight: normal;
}
.navbar-inverse {
  background-color: #76777c;
  border: 0;
  border-radius: 0;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:active {
  background-color: #080808;
}
.navbar-inverse .navbar-nav > li > a.active {
  background-color: #b92217;
}
nav.navbar a.navbar-brand {
  padding: 5px 0;
}
nav.navbar a.navbar-brand > img {
  height: 40px;
}
.big-content {
  /*margin-bottom: 20px;*/
}
.big-content div.img-wrapper {
  position: relative;
  background-color: #fff;
  max-height: 400px;
  overflow: hidden;
}
.row.small-box div.img-wrapper {
  /* max-height: 200px; */
  overflow: hidden;
  background-color: #000;
  padding-top: 56%;
  position: relative;
}
.big-content div.img-wrapper img {
  width: 100%;
}
.big-content div.info-wrapper {
  background-color: #fff;
  padding: 15px;
}
.big-content div.info-wrapper a {
  text-decoration: none;
}
.big-content div.info-wrapper h2 {
  font-size: 3em;
}
.big-content div.info-wrapper h3 {
  margin-top: 0;
}
.big-content .small-content div.info-wrapper {
  /*height: 8em;
    text-overflow: ellipsis;
    overflow: hidden;*/
  padding-bottom: 2em;
}
.small-content .small-box .img-wrapper a {
  /* text-align: center;
    width: 100%;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    display: block;
    max-height: 200px; */
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
}
.small-content .small-box .img-wrapper a img {
  width: 100%;
}
.big-content div.info-wrapper h4 {
  font-size: 1.42857em;
  font-weight: lighter;
}
.approfondimenti div.img-wrapper {
  border-bottom: 3px solid #f00;
  display: block;
}
.big-content div.img-wrapper > .title-tag {
  display: inline-block;
  padding: 0 15px;
  font-size: 1.42857em;
  line-height: 1.8em;
  margin-left: 30px;
  /*bottom: -0.9em;*/
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.approfondimenti div.img-wrapper > .title-tag {
  background-color: #f00;
  color: #fff;
}
.big-content div.info-wrapper > a {
  color: #333;
}
.primo-piano div.border-top {
  border-top: 3px solid #ffaf2e;
  display: block;
}
.primo-piano div.border-bottom {
  border-bottom: 3px solid #ffaf2e;
  display: block;
}
.approfondimenti .border-bottom div.img-wrapper {
  border-bottom: 0;
}
.approfondimenti div.border-bottom {
  border-bottom: 3px solid #f00;
  display: block;
}
.primo-piano .border-top div.img-wrapper > .title-tag {
  background-color: #ffaf2e;
  color: #fff;
  top: -0.9em;
  bottom: auto;
}
.primo-piano div.img-wrapper > .title-tag {
  background-color: #ffaf2e;
  color: #fff;
  /*bottom: -0.9em;*/
  bottom: 0;
  top: auto;
}
.right-content > .col-sm-6 > div {
  margin-bottom: 20px;
}
.right-content div.banner {
  padding: 10px;
  text-align: center;
  font-weight: normal;
}
.right-content .editoriale .banner {
  background-color: #005bb1;
  color: #fff;
}
.right-content .news .banner {
  background-color: #00aa4f;
  color: #fff;
}
.right-content div.content-wrapper div.content {
  padding: 10px;
}
.right-content a:not(.blue-link):not(.btn-danger) {
  color: #333;
}
.right-content .news-content {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.right-content .news-content:last-child {
  border-bottom: 0;
}
.right-content .news-content {
  /*font-size: 0.8em;*/
}
.right-content .news-content .news-info a,
a.blue-link {
  color: #337ab7;
}
.right-content .news-content .news-info .text-muted {
  font-weight: normal;
  font-size: 0.7em;
}
.right-content .magazine .banner {
  background-color: #b92217;
  color: #fff;
}
.right-content .personale .banner {
  background-color: #005bb1;
  color: #fff;
}
.right-content .personale ul {
  margin: 0;
  padding-left: 20px;
}
.right-content .personale ul li {
  font-weight: normal;
}
.right-content .silp-risponde .banner {
  background-color: #b92217;
  color: #fff;
}
.right-content .silp-contatti .banner {
  background-color: #00aa4f;
  color: #fff;
}
.right-content .silp-contatti img {
  max-width: 100%;
}
.right-content .silp-contatti > div:not(.banner) {
  font-weight: lighter;
  font-size: 0.8em;
}
.right-content .silp-contatti > div:not(.banner) > div * {
  font-size: 1em !important;
  font-family: "Oswald", sans-serif !important;
}
.right-content .silp-risponde ul {
  margin: 0 0 20px;
  padding-left: 20px;
}
.right-content .documenti .banner {
  background-color: #00b8f1;
  color: #fff;
}
.right-content .documenti a {
  margin-bottom: 15px;
  display: inline-block;
}
.right-content .documenti a img {
  display: inline-block;
}
.right-content .silp-link .banner {
  background-color: #b92217;
  color: #fff;
}
.right-content .silp-link a {
  margin: 0 0 0 10px;
  display: inline-block;
  color: #333;
  float: left;
  clear: both;
}
.right-content .silp-link strong {
  margin: 5px 0;
  display: inline-block;
  float: left;
  clear: both;
}
.right-content .silp-contatti .banner {
  background-color: #005bb1;
  color: #fff;
}
.right-content .silp-contatti p {
  margin: 0;
}
.det_title {
  margin-top: 0px;
  line-height: 1.42857em;
}
footer.container-fluid {
  padding: 10px 0 10px;
  background-color: #b92217;
}
footer.container-fluid > div.container-fluid {
  padding-top: 30px;
  border-top: 2px solid #fff;
}
footer.container-fluid > div.container-fluid div.footer-content {
  border-left: 5px solid #fff;
  padding-left: 10px;
  color: #fff;
  margin-bottom: 20px;
}
footer .footer_social {
  display: inline-block;
  font-size: 2em;
  margin-left: 10px;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1em;
}
footer .social-footer {
  text-align: right;
}
.yamm-content > div.row > div > div {
  margin: 0 0 15px;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.yamm-content > div.row > div > div,
.yamm-content > div.row > div > div > a {
  color: #333;
}
.yamm-content > div.row > div > div > a {
  font-size: 1.2em;
  text-transform: uppercase;
}
.yamm-content > div.row > div > div div,
.yamm-content > div.row > div > div div a {
  color: #666;
  margin-top: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.yamm-content > div.row > div > div div a:hover {
  margin-left: 10px;
}
.yamm .yamm-content {
  padding: 20px 0px;
}
.navbar-right {
  margin-right: 0px;
}
.link-funzionari {
  font-style: italic;
  background-color: #0153b8;
}
.menu-regionali .yamm-content .row > div {
  margin: 5px 0;
}
.menu-regionali .yamm-content .row > div,
.menu-regionali .yamm-content .row > div > a {
  color: #333;
  text-transform: uppercase;
}
.menu-regionali .yamm-content .row > div > a,
.menu-regionali .yamm-content .row > div > a img {
  display: inline-block;
}
.regione-banner {
  margin-bottom: 20px;
}
.regione-banner h1 {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  width: 100%;
  padding: 15px;
  font-weight: lighter;
  margin: 0;
}
#map-container {
  display: block;
  width: 100%;
  height: 400px;
  padding: 0;
}
#contactForm .btn,
#contactForm .form-control {
  border-radius: 0;
}
#contactForm label {
  font-weight: normal;
}
.cat-list .btn {
  border-radius: 0;
}
.news-details-content {
  font-weight: lighter;
  color: #333;
}
.news-details-content * {
  font-size: 1em !important;
  line-height: 1.42857;
}
.news-details-content img {
  max-width: 100% !important;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #666;
  border-color: #666;
}
.pagination > li > a,
.pagination > li > span {
  color: #333;
  min-width: 2.6em;
}
#cookieBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 15px;
  display: none;
}
#cookieBanner a {
  color: #fff;
}
#cookieBanner .btn {
  border-radius: 0;
}
a.fileUrl {
  margin: 8px 0;
  color: #005bb1;
  text-align: center;
  display: block;
  overflow-x: hidden;
}
a.fileUrl i {
  display: inline-block;
}
a.fileUrl span {
  display: block;
  margin: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.silp_links {
  margin: 0;
  padding-left: 20px;
}
ul.silp_links li {
  margin: 5px 0;
  text-transform: uppercase;
  font-size: 16px;
}
#ma_div #ma_3 {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
#ma_div #ma_3 label {
  font-weight: lighter;
}
#ma_div #ma_4 input,
#ma_div #ma_5 input {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
#ma_div #ma_4 input,
#ma_div #ma_5 input {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}
#ma_div #ma_4 input:hover,
#ma_div #ma_5 input:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
  color: #333;
}
.monthly a {
  text-decoration: none;
}
.monthly .monthly-event-indicator {
  font-weight: normal;
}
.monthly-day-event > .monthly-day-number {
  color: #444;
  font-size: 13px;
  font-weight: normal;
  left: 4px;
  line-height: 1em;
  position: absolute;
  top: 4px;
}
.monthly-today .monthly-day-number {
  background: #ea6565 none repeat scroll 0 0;
  border-radius: 16px;
  color: #fff;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 0;
  width: 22px;
}
.monthly-next::after {
  border-right: 3px solid #222;
  border-top: 3px solid #222;
  content: "";
  height: 8px;
  left: 50%;
  margin: -3px 0 0 -5px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
.monthly-prev::after {
  border-bottom: 3px solid #222;
  border-left: 3px solid #222;
  content: "";
  height: 8px;
  left: 50%;
  margin: -3px 0 0 -5px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
.right-content .ricerca-avanzata .banner {
  background-color: #005bb1;
  color: #fff;
}
.right-content .eventi .banner {
  background-color: #ffcc00;
  color: #fff;
}
.right-content .ricerca-avanzata form {
  font-size: 14px;
}
.right-content .ricerca-avanzata .form-group {
  margin-bottom: 0;
}
.right-content .ricerca-avanzata label {
  font-weight: normal;
}
label.select {
  font-weight: lighter;
  position: relative;
  width: 100%;
}
select {
  font-weight: lighter;
  -moz-appearance: none;
  padding-right: 15px;
}
label.select i {
  color: #666;
  pointer-events: none;
  position: absolute;
  right: 5px;
  top: 9px;
}
.input-group-addon,
.form-control,
.btn {
  border-radius: 0;
}
.monthly-header-title a:link,
.monthly-header-title a:visited {
  line-height: 22px;
}
.bottom-content > div {
  padding-bottom: 20px;
}
.bottom-content ul li {
  padding-top: 10px;
  border-top: 1px dotted #666;
  font-size: 0.8em;
}
.bottom-content ul li img.media-object {
  width: 64px;
  max-height: 64px;
}
.info-wrapper .title-link {
  font-weight: 400;
}
.right-content .no-padding-left {
  padding: 0;
}
.galleryWrapper .row {
  margin-right: -10px;
  margin-left: 0;
}
#gallery a {
  margin-bottom: 10px;
  padding: 0 10px 0 0;
}
#gallery a > img {
  width: 100%;
}
.news-item h4 {
  line-height: 1.42857em;
}
.news-item.lazyload {
  opacity: 0;
  transform: scale(0.8);
}

.news-item.lazyloaded {
  opacity: 1;
  transform: scale(1);
  transition: all 700ms;
}
.hidden-item {
  opacity: 0;
}
.visible-item {
  opacity: 1;
}
.shadow-box {
  box-shadow: 5px 5px 10px #888;
}
.shadow-box-2 {
  box-shadow: 5px -5px 10px #999;
}
.title-box {
  background: #005bb1;
  color: #fff;
}
.news-separator {
  border-bottom: 1px dotted #888;
}
.region-banner {
  max-height: 300px;
  overflow: hidden;
}
.region-banner img {
  width: 100%;
}
.not-found h1 {
  font-size: 150px;
}
@media (min-width: 768px) {
  div.top a.brand {
    margin-top: 20px;
  }
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-inverse .navbar-nav {
    /*display: table;*/
    /*width: 100%;*/
  }
  .navbar-inverse .navbar-nav > li {
    border-left: 2px solid #fff;
    /*display: table-cell;*/
    /*float: none;*/
  }
  .navbar-inverse .navbar-nav > li:last-child {
    border-right: 2px solid #fff;
  }
  .navbar-inverse .navbar-nav > li > a {
    display: block;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu {
    left: 15px;
    right: 15px;
    border: 0;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 991px) {
  .primo-piano div.border-top {
    border-top: 0;
  }
  .primo-piano div.border-bottom {
    /*border-bottom: 0;*/
  }
  .approfondimenti div.border-bottom {
    border-bottom: 0;
  }
  .primo-piano .border-top div.img-wrapper {
    border-top: 3px solid #ffaf2e;
  }
  .primo-piano .border-bottom div.img-wrapper {
    border-bottom: 3px solid #ffaf2e;
  }

  .approfondimenti .border-bottom div.img-wrapper {
    border-bottom: 3px solid #f00;
  }

  .primo-piano .border-top div.info-wrapper {
    padding-bottom: 2em;
  }
  .primo-piano .border-bottom div.info-wrapper {
    padding-top: 2em;
  }
  footer .social-footer {
    text-align: left;
  }
  footer .social-footer a.footer_social {
    margin-left: 0;
    margin-right: 20px;
  }
  .big-content div.info-wrapper h2 {
    font-size: 2em;
  }
  .right-content {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  nav.navbar a.navbar-brand {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar a.navbar-brand img {
    display: inline-block;
    vertical-align: top;
  }
  nav.navbar a.navbar-brand span {
    display: inline-block;
    margin-left: 5px;
    font-size: 0.7em;
    color: #fff;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .yamm-content > div.row div,
  .yamm-content > div.row div a {
    color: #fff !important;
    text-align: left !important;
  }
  .yamm-content > div.row > div > div {
    border-bottom: 1px solid #aaa;
  }
  .yamm-content > div.row > div > div div,
  .yamm-content > div.row > div > div div a {
    color: #ddd;
  }
  .navbar-right .yamm-content .row > div,
  .navbar-right .yamm-content .row > div > a {
    color: #eee;
  }
  footer .container {
    margin-bottom: 50px;
  }
  #cookieBanner {
    padding: 15px 15px 50px 15px;
  }
  .row.small-box div.img-wrapper,
  .small-content .small-box .img-wrapper a {
    height: auto !important;
    max-height: none !important;
  }
  .small-content .small-box .img-wrapper a img {
    min-width: 100%;
    height: auto !important;
  }
}
#eventCalendar {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}
#eventCalendar p {
  margin-bottom: 10px;
}
.eventCalendar-list li a.eventCalendar-eventTitle {
  color: #333;
}
@media (min-width: 768px) and (max-width: 991px) {
  .right-content .no-padding-left {
    padding-right: 15px;
  }
}
.facebook-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.facebook-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
#mc_embed_signup form {
  padding-left: 0 !important;
}
#mc_embed_signup form input {
  border-radius: 0 !important;
}

.big-content .senza-contratto {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.8em;
}

.big-content .senza-contratto .wrapper {
  display: table;
}

.big-content .senza-contratto .img-wrapper,
.big-content .senza-contratto .text-wrapper {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}
.big-content .senza-contratto .img-wrapper img {
  max-height: 64px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}

.big-content .senza-contratto .text-wrapper span {
  color: #d84150;
}

a.link-contatore:hover,
a.link-contatore:active,
a.link-contatore:visited {
  color: inherit;
  text-decoration: none;
}
