/* START colori bootstrap */
/* END colori bootstrap */
#topbar {
  background-color: #00adef;
  color: #fff;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
}
.slideshow {
  margin: 20px auto;
}
@media (min-width: 300px) {
  .slideshow [class*="col-md-"] {
    padding: 0;
  }
}
.slideshow a.carousel-control {
  color: #fff !important;
}
.slideshow a.carousel-control:hover {
  /*color: #009640 !important;*/
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  background: #fff;
  min-height: 100%;
}
html body {
  background-color: #fff;
  color: #333;
  font-family: 'Quicksand', helvetica, arial, 'sans-serif';
  font-weight: 400;
  height: 100vh;
  min-height: 100vh;
  line-height: 140%;
}
@media (min-width: 300px) {
  html body {
    font-size: 19px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  html body {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    font-size: 19px;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  font-weight: 400;
  line-height: 120%;
  margin: 10px auto;
  text-align: left;
}
html body h1 {
  font-size: 28px;
}
html body h2 {
  font-size: 22px;
}
html body h3 {
  font-size: 18px;
}
html body h4 {
  font-size: 14px;
}
html body h5 {
  font-size: 12px;
}
html body h6 {
  font-size: 10px;
}
html body a:link,
html body a:visited {
  color: #00adef;
  text-decoration: none;
}
html body a:hover {
  color: #00adef;
  background-color: transparent;
  text-decoration: underline;
}
html body .float_clear {
  clear: both;
  height: 1px;
  margin: 0;
  padding: 0;
}
html body .row {
  margin-left: 0;
  margin-right: 0;
}
html body #contenitore {
  margin: auto;
}
@media (min-width: 992px) {
  html body #contenitore {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
html body #contenitore.container-fluid {
  padding: 0;
}
html body #contenitore header {
  margin: auto;
  max-width: 1000px;
  padding-top: 25px;
  text-align: center;
}
html body #contenitore header .row {
  margin: auto;
}
html body #contenitore header .row [class*="col-md-"] {
  padding: 0;
}
@media (min-width: 300px) {
  html body #contenitore header .row .logo {
    text-align: center;
  }
  html body #contenitore header .row .logo img {
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  html body #contenitore header .row .logo {
    text-align: center;
  }
  html body #contenitore header .row .logo img {
    max-width: 90%;
  }
}
html body #contenitore header .row h1 {
  margin: 40px auto;
  text-align: center;
}
html body #contenitore #corpo {
  display: block;
  max-width: 1000px;
  margin: auto;
}
@media (min-width: 992px) {
  html body #contenitore #corpo .row [class*="col-md-"] {
    padding: 0;
  }
}
html body #contenitore #corpo .row .contatti {
  text-align: center;
}
html body #contenitore #corpo .row .contatti .info {
  margin: 20px auto;
}
html body footer {
  background-color: #00adef;
  color: #fff;
  display: block;
  width: 100%;
}
@media (min-width: 300px) {
  html body footer {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  html body footer {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 14px;
    margin-top: auto;
  }
}
html body footer .row {
  margin: auto;
  max-width: 1000px;
  padding: 20px 0;
}
html body footer .row a {
  color: #fff;
  text-decoration: none;
}
html body footer .row a:hover {
  text-decoration: underline;
}
html body footer .row a.crediti {
  font-size: 11px;
  padding-left: 15px;
}
html body footer .row .info {
  text-align: center;
}
html body footer .row .social {
  text-align: center;
}
@media (min-width: 300px) {
  html body footer .row .social {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  html body footer .row .social {
    margin: auto;
  }
}
html body footer .row .social a {
  color: #fff;
  margin-right: 6px;
}
html body footer .row .social a:hover {
  color: #00adef;
}
html body footer .row .social a:last-child {
  margin: 0;
}
html body footer .row.dati_fiscali {
  border-top: 1px solid #fff;
  font-size: 10px;
  margin-top: 30px;
  padding: 20px 0;
}
html body footer .row.dati_fiscali [class*="col-md-"] {
  padding: 0;
}
