* {
  font-family: 'Lato', sans-serif;
}
#top-bar {
  background: #fff;
}
#top-bar ul {
  margin-bottom: 2px;
}
#top-bar ul li {
  color: #000;
  font-size: 12px;
}
#top-bar ul li:after {
  content: '|';
  margin-left: 10px;
}
#top-bar ul li a {
  color: #000;
}
#top-bar h4 {
  font-size: 12px;
  color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0;
  text-align: right;
}
#top-bar h4 a {
  color: #000;
  text-decoration: none;
}
#top-bar p {
  font-size: 12px;
  color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0;
}
#menu-principale {
  background: #F66908;
}
#menu-principale a {
  color: #fff;
  font-weight: bold;
}
#slider h5 {
  font-size: 40px;
  padding: 20px;
  text-align: left;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
}
#top-header {
  padding: 20px 0;
  font-size: 27px;
  color: #015A31;
  font-style: italic;
}
#top-header h3 {
  margin-top: 30px;
}
.mission-image {
  background-image: url(../img/mission-image.webp);
  background-size: cover;
  background-position: center;
  min-height: 50vh;
}
.testo-mission p {
  font-size: 18px;
}
.testo-mission h2 {
  font-size: 40px;
  color: #F66908;
  margin-bottom: 20px;
}
.testo-mission {
  padding: 60px;
}
.btn-interno {
  background: #F66908;
  color: #fff;
  margin: 0 auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 400;
}
#mission {
  border-top: 4px solid #F66908;
  border-bottom: 4px solid #F66908;
}
.servizi {
  background-image: url("../img/servizi.png");
}
#frase {
  background-color: rgb(29, 155, 240);
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  margin-bottom: 40px;
  font-style: italic;
  font-size: 60px !important;
  color: #FFFFFF;
  text-align: center;
}
#news h2 {
  font-size: 40px;
  color: #F66908;
  margin-bottom: 20px;
}
#news .box-offerta {
  border: 1px solid #a74306;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}
#news .box-offerta .data {
  padding: 5px;
  background: #F66908;
}
#news .box-offerta .data p {
  margin: 0;
  color: #fff;
}
#news .box-offerta h3 {
  color: #fff;
  font-size: 20px;
  padding: 5px;
  margin: 0;
}
#news .box-offerta a {
  text-decoration: none;
}
#news .box-offerta a:hover {
  opacity: 0.5;
  text-decoration: none;
}
#news .box-offerta a:hover .data {
  background: #a74306;
}
#news .box-offerta a:hover p {
  opacity: 0.5;
}
#news img {
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#news img:hover {
  opacity: 0.5;
}
#news p {
  margin-top: 10px;
  padding: 0 10px;
  color: #808080;
}
#news .btn-interno {
  width: 300px;
  margin: 40px 0;
}
#social {
  background: #a74306;
  padding: 15px 0;
}
#social ul {
  margin: 0;
}
#social ul li a {
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: #fff;
  font-size: 20px;
}
#social ul li a:hover {
  opacity: 0.5;
}
footer {
  background: #F66908;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .col-md-4 {
  border-left: 4px solid #a74306;
}
footer a {
  color: #fff;
}
.pagine-interne-titolo {
  color: #F66908;
  font-weight: bold;
  margin-top: 20px;
}
.pagina-interna {
  padding-bottom: 20px;
}
footer a:hover {
  color: #933f05;
}
a•[data-fancybox="gallery"] {
  opacity: 1;
}
a•[data-fancybox="gallery"]:hover {
  opacity: 0.5;
}
a•[data-fancybox="gallery"]:hover * {
  opacity: 0.5;
}
.pagina-interna a {
  color: #F66908;
}
.pagina-interna a:hover {
  color: #933f05;
}
.no-padding {
  padding: 0 !important;
}

@media screen and (min-width: 960px) {
  #menu-principale a {
    color: #fff;
    font-weight: bold;
    padding: 10px 40px;
  }
}

/*# sourceMappingURL=general.css.map */
