@charset "UTF-8";
body.front .content {
  padding-bottom: 20px;
}
body.front .min {
  white-space: nowrap;
  width: 1% !important;
}
body.front .kv-panel-pager {
  height: inherit;
}
body.front .breadcrumb {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0;
  color: rgba(0, 0, 0, 0.6);
  font-variant: small-caps;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0.15rem 1rem;
}
body.front .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "▸";
}
body.front .breadcrumb a,
body.front .breadcrumb > li + li:before {
  color: rgba(0, 0, 0, 0.6);
}
body.front .card .card:last-child {
  margin-bottom: 0;
}
body.front .card .card-body p:last-child {
  margin-bottom: 0;
}
body.front .card .card-footer .pagination {
  margin-bottom: 0;
}
body.front .jumbotron {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  position: relative;
}
body.front .jumbotron:before {
  background-color: #efffe4b3;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.front .jumbotron > div {
  position: relative;
}

/*# sourceMappingURL=servizi.css.map */
