a:hover, a:focus {
  color: #0099E2;
}

.link-list-wrapper ul li a:hover:not(.disabled), .link-list-wrapper ul li a:focus {
  color: #0099E2;
}
.link-list-wrapper ul li a:hover:not(.disabled) span, .link-list-wrapper ul li a:focus span {
  color: #0099E2;
}

.it-carousel-wrapper .owl-dots .owl-dot {
  padding: 15px !important;
  background: #0099E2;
  border: 2px solid white;
  opacity: 0.5;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.it-carousel-wrapper .owl-dots .owl-dot.active {
  opacity: 1;
}

@media (max-width: 768px) {
  .avatar-wrapper.avatar-extra-text {
    flex-direction: column;
  }
}

.it-header-wrapper {
  position: relative;
  z-index: 100;
}
.it-header-wrapper .it-header-slim-wrapper {
  background-color: #30373d;
  border-bottom: 1px solid #46515a;
}
.it-header-wrapper .it-header-slim-wrapper #menu-social a:active, .it-header-wrapper .it-header-slim-wrapper #menu-social a:hover, .it-header-wrapper .it-header-slim-wrapper #menu-social a:focus {
  color: #16b4ff;
}
.it-header-wrapper .it-header-slim-wrapper #menu-social a:active .icon, .it-header-wrapper .it-header-slim-wrapper #menu-social a:hover .icon, .it-header-wrapper .it-header-slim-wrapper #menu-social a:focus .icon {
  fill: #16b4ff;
}
.it-header-wrapper .it-header-center-wrapper {
  background-color: #30373d;
}
@media (min-width: 992px) {
  .it-header-wrapper .it-header-navbar-wrapper {
    background-color: #0099E2;
  }
}

.it-footer .it-footer-main {
  background-color: #30373d;
}
.it-footer .it-footer-small-prints {
  background-color: #0099E2;
}
.it-footer .it-footer-small-prints a:active, .it-footer .it-footer-small-prints a:hover, .it-footer .it-footer-small-prints a:focus {
  text-decoration: underline;
}

.back-to-top {
  background-color: #0099E2;
}
.back-to-top:active, .back-to-top:hover, .back-to-top:focus {
  background-color: #0088c9;
}

section#hero .it-hero-wrapper.it-text-centered .it-hero-text-wrapper {
  padding-left: 10%;
  padding-right: 10%;
}
section#hero .it-hero-wrapper.it-text-centered .it-hero-text-wrapper h1 {
  text-shadow: 1px 1px 2px black;
}

section#iniziativa {
  background-image: url(/landing-infrastrutture/images/bg-iniziativa.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  section#iniziativa {
    background-size: 75%;
  }
}
section#iniziativa .bg-white-50 {
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 1200px) {
  section#iniziativa .bg-white-50 {
    padding: 30px;
  }
}

section#progetto {
  background-image: url(/landing-infrastrutture/images/bg-progetto.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
section#progetto .bg-dark-50 {
  padding: 30px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.75);
}
@media (min-width: 1200px) {
  section#progetto {
    background-size: 33% 100%;
  }
  section#progetto .bg-dark-50 {
    padding: 0;
    background-color: transparent;
  }
}
section#progetto a {
  color: white;
}

section#allegati {
  background-image: url(/landing-infrastrutture/images/bg-allegati.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-color: #0099E2;
  border-bottom: 6rem solid transparent;
}
section#allegati .text-white {
  text-shadow: 1px 1px 2px black;
}
section#allegati a {
  cursor: pointer;
}

@media (max-width: 768px) {
  section#eventi {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  section#eventi .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
section#eventi .it-header-block-title {
  background-color: #0099E2;
}
section#eventi .it-header-block-title h2 {
  border: none;
}
section#eventi .row-calendar {
  margin-top: -6rem;
}
section#eventi .row-calendar .owl-stage-outer {
  background-color: #fff;
}
@media (max-width: 768px) {
  section#eventi .row-calendar .card {
    margin-left: 0;
    margin-right: 0;
  }
  section#eventi .row-calendar .card .card-body {
    padding: 12px;
  }
}
section#eventi .row-calendar .card .card-text {
  min-height: 250px;
}
section#contatti h2 {
  text-shadow: 1px 1px 2px black;
}
section#contatti h3.title {
  margin-top: 1rem;
}
@media (min-width: 1200px) {
  section#contatti h3.title {
    font-size: 0.8rem;
  }
}
@media (min-width: 1300px) {
  section#contatti h3.title {
    font-size: 0.9rem;
  }
}
@media (min-width: 1600px) {
  section#contatti h3.title {
    font-size: 1rem;
  }
}
@media (min-width: 1800px) {
  section#contatti h3.title {
    font-size: 1.3rem;
  }
}
section#contatti:before {
  background-attachment: fixed;
  background-size: cover;
  background-image: url(/landing-infrastrutture/images/bg-contatti.jpg);
  background-color: #0099E2;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  section#contatti .card-teaser {
    min-height: 250px;
  }
}
section#contatti .card-teaser a span {
  word-break: break-word;
}
section#contatti .card-teaser h4 {
  line-height: 1;
}
section#contatti .area1::before {
  background: #0099E2 !important;
}
section#contatti .area1.title {
  color: #0099E2 !important;
}
section#contatti .area2::before {
  background: #db7200 !important;
}
section#contatti .area2.title {
  color: #db7200 !important;
}