.blocks {
  width: 100%;
  padding: 3vh 10%;
  color: #fff;
  box-shadow: inset 0 0 15px 6px #66666666, 2px 2px 5px #66666666;
  background-color: #0f5b73;
  border-radius: 0.2em;
  margin: 0 0 3vh;
}
.blocks.orange {
  background-color: #f7931e;
}
.blocks.blue {
  background-color: #3e80c4;
}
.blocks.red {
  background-color: #c41702;
}
.blocks.green {
  background-color: #60904c;
}
.blocks.violet {
  background-color: #B63D97;
}
.blocks a {
  color: white;
  font-weight: bold;
}
.sponsor {
  display: flex;
  flex-wrap: wrap;
}
.sponsor > div {
  width: 100%;
  display: flex;
  margin: 15px 0;
  justify-content: center;
  align-items: center;
}
.sponsor > div img {
  max-height: 120px;
  max-width: 100%;
}
#sp-header {
  position: absolute;
  background: transparent;
  border: none;
  height: 0;
  box-shadow: unset;
  overflow: visible;
}
#sp-header > .container {
  height: 100%;
  width: 100%;
}
#sp-header > .container > .row {
  height: 100%;
}
#sp-header > .container > .row .col-sm-2 {
  padding-right: 0;
  padding-left: 0;
}
#sp-header > .container > .row .col-sm-10 {
  padding-right: 0;
  padding-left: 0;
}
#sp-header > .container > .row > #sp-logo {
  height: 100%;
  width: 100%;
}
#sp-header > .container > .row > #sp-logo > .sp-column {
  height: 100%;
}
#sp-header > .container > .row > #sp-logo > .sp-column > .logo {
  position: absolute;
  width: 100%;
  display: flex;
  height: 30vh;
  height: calc(var(--vh,1vh) * 30);
  top: 70vh;
  top: calc(var(--vh,1vh) * 70);
}
@media screen and (min-width: 768px) {
  #sp-header > .container > .row > #sp-logo > .sp-column > .logo {
    top: 60vh;
    height: 10vh;
  }
}
#sp-header > .container > .row > #sp-logo > .sp-column > .logo > a {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #5180ca;
  box-shadow: inset 0 0 15px 6px #66666666, 2px 2px 5px #66666666;
}
#sp-header > .container > .row > #sp-logo > .sp-column > .logo > a > img {
  height: 22vh;
  height: calc(var(--vh,1vh) * 22);
  background-color: #5180ca;
  border-radius: 99em;
  border-width: 0;
  align-self: flex-end;
  margin: 0 0 20px 15px;
}
@media screen and (min-width: 768px) {
  #sp-header > .container > .row > #sp-logo > .sp-column > .logo > a > img {
    height: 16vh;
    margin: unset;
  }
}
#sp-header > .container > .row > #sp-logo > .sp-column > .logo > a > p {
  color: #FFFFFF;
  font-size: 110%;
}
@media screen and (min-width: 1200px) {
  #sp-header > .container > .row > #sp-logo > .sp-column > .logo > a > p {
    font-size: 200%;
  }
}
#sp-header > .container > .row > #sp-menu {
  width: 100%;
}
#sp-header > .container > .row > #sp-menu .sp-column #offcanvas-toggler {
  font-weight: bold;
  text-transform: uppercase;
  background-color: #5180ca;
  border: 2px solid white;
  border-right-width: 0;
  color: white;
  border-radius: 0.2em 0 0 0.2em;
  position: fixed;
  right: 0;
  top: 30px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  line-height: unset;
  font-size: 20px;
}
#sp-header > .container > .row > #sp-menu .sp-column #offcanvas-toggler > i {
  color: white;
  margin-left: 15px;
  font-size: 40px;
}
@media screen and (min-width: 1200px) {
  #sp-header > .container > .row > #sp-menu .sp-column #offcanvas-toggler {
    font-size: 30px;
  }
  #sp-header > .container > .row > #sp-menu .sp-column #offcanvas-toggler > i {
    font-size: 50px;
  }
}
@media (max-device-width: 780px) and (orientation: portrait) {
  #sp-header > .container > .row > #sp-menu .sp-column .sp-megamenu-wrapper .sp-megamenu-parent {
    display: none !important;
  }
}
#sp-header.giu > .container > .row > #sp-logo > .sp-column > .logo {
  top: 0;
  position: fixed;
  height: 11.7vh;
}
@media screen and (min-width: 768px) {
  #sp-header.giu > .container > .row > #sp-logo > .sp-column > .logo {
    height: 7.5vh;
  }
}
#sp-header.giu > .container > .row > #sp-logo > .sp-column > .logo > a {
  top: 0;
  justify-content: left;
  padding-left: 15px;
}
@media screen and (min-width: 1200px) {
  #sp-header.giu > .container > .row > #sp-logo > .sp-column > .logo > a {
    justify-content: center;
    padding-left: 0;
  }
}
#sp-header.giu > .container > .row > #sp-logo > .sp-column > .logo > a > img {
  align-self: flex-start;
  height: 18vh;
}
@media screen and (min-width: 768px) {
  #sp-header.giu > .container > .row > #sp-logo > .sp-column > .logo > a > img {
    height: 13vh;
  }
}
#sp-header.giu > .container > .row > #sp-logo > .sp-column > .logo > a > p {
  font-size: 150%;
  display: none;
}
@media screen and (min-width: 768px) {
  #sp-header.giu > .container > .row > #sp-logo > .sp-column > .logo > a > p {
    font-size: 110%;
    display: inline-block;
  }
}
#sp-main-body {
  padding: 30px 0;
}
#sp-main-body > .row {
  padding: 0 15px;
}
@media (min-width: 480px) {
  #sp-main-body > .row {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  #sp-main-body > .row {
    padding: 0 50px;
  }
}
@media (min-width: 1600px) {
  #sp-main-body > .row {
    padding: 0 80px;
  }
}
#sp-main-body .blog > .articles,
#sp-main-body .blog-featured > .articles {
  margin-bottom: 30px;
  width: 100%;
  column-count: 1;
}
@media (min-width: 992px) {
  #sp-main-body .blog > .articles,
  #sp-main-body .blog-featured > .articles {
    column-count: 2;
    column-gap: 15px;
    column-fill: balance;
  }
}
@media (min-width: 1940px) {
  #sp-main-body .blog > .articles,
  #sp-main-body .blog-featured > .articles {
    column-count: 3;
  }
}
#sp-main-body .blog > .articles > div,
#sp-main-body .blog-featured > .articles > div {
  width: 100%;
  border: 2px solid #0f5b73;
  border-radius: 0.2em;
  margin: 0 0 10px;
  padding: 0 10px;
  break-inside: avoid;
  box-sizing: border-box;
}
#sp-main-body .blog > .articles > div article,
#sp-main-body .blog-featured > .articles > div article {
  width: 100%;
  margin: 10px 0;
}
@media (max-width: 480px) {
  #sp-main-body .blog > .articles .post-format,
  #sp-main-body .blog-featured > .articles .post-format {
    width: 24px;
    height: 48px;
    left: -30px;
  }
  #sp-main-body .blog > .articles .entry-header.has-post-format,
  #sp-main-body .blog-featured > .articles .entry-header.has-post-format {
    margin-left: 26px;
  }
}
#sp-main-body .blog > .page-header,
#sp-main-body .blog-featured > .page-header {
  width: 100%;
  border: none;
}
#sp-main-body .blog > .pagination-wrapper,
#sp-main-body .blog-featured > .pagination-wrapper {
  width: 100%;
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#sp-main-body .blog > .pagination-wrapper > p,
#sp-main-body .blog-featured > .pagination-wrapper > p {
  text-align: center;
  width: 100%;
}
.sp-pre-loader .sp-loader-with-logo {
  height: 50vh;
}
.sp-pre-loader .sp-loader-with-logo .line {
  background: #5180ca;
}
.sp-pre-loader .sp-loader-with-logo > .logo {
  height: 100%;
}
.sp-pre-loader .sp-loader-with-logo > .logo > img {
  max-height: 100%;
}
#sp-page-title > .row {
  margin: 0;
}
#sp-main-body > .row {
  margin: 0;
  padding: 0;
}
.sp-page-title {
  padding: 16px 0;
}
#sp-contenttop {
  width: 92%;
  margin: 30px 4% 0;
  padding: 3vh 4%;
}
#sp-contenttop .sp-module {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#sp-contenttop .sp-module > * {
  width: 100%;
}
#sp-contenttop .sp-module .sp-module-title {
  text-align: center;
}
#sp-contenttop .sp-module ul.category-module {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#sp-contenttop .sp-module ul.category-module > li {
  display: flex;
  flex-wrap: wrap;
  width: 98%;
  justify-content: flex-start;
  border: 1px solid #fff;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #sp-contenttop .sp-module ul.category-module > li {
    width: 46%;
    margin: 0 2% 10px;
  }
}
#sp-contenttop .sp-module ul.category-module > li > * {
  margin: 0 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 0;
}
#sp-contenttop .sp-module ul.category-module > li > * > * {
  width: 100%;
}
#sp-contenttop .sp-module ul.category-module > li > div.important_info {
  width: 36%;
  order: 1;
}
#sp-contenttop .sp-module ul.category-module > li > div.important_info > a.mod-articles-category-title {
  color: #fff;
  font-weight: bolder;
  font-size: 20px;
}
#sp-contenttop .sp-module ul.category-module > li div.important_stuff {
  width: 56%;
  margin: 0 2%;
  order: 2;
}
#sp-contenttop .sp-module ul.category-module > li div.important_stuff > p.mod-articles-category-introtext {
  font-size: 18px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: -15px;
  padding: 30px;
}
#sp-title {
  padding: 0;
}
#sp-title .bx-wrapper .bx-viewport {
  border: none !important;
  left: 0 !important;
  bottom: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
}
#sp-title .bx-wrapper ul.bxslider > li > div {
  display: block;
  min-height: 30vh;
  background-size: cover;
  background-position: center;
  padding: 5vh 20vw;
}
#sp-title .bx-wrapper ul.bxslider > li > div > h4 {
  font-size: 4vh;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
#sp-bottom .sp-module .sp-module-title {
  text-align: center;
}
#sp-bottom .sp-module .sp-module-title:after {
  width: 100%;
}
#sp-bottom {
  padding: 35px 0 !important;
}
#sp-bottom3 .contacts {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#sp-bottom3 .contacts > * {
  margin: 0 2% 10px;
  width: 96%;
}
@media (min-width: 768px) {
  #sp-bottom3 .contacts > * {
    width: 46%;
  }
}
#sp-bottom3 .contacts article {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 3px;
}
#sp-bottom3 .contacts article > * {
  width: 100%;
  text-align: center;
}
#sp-bottom3 .contacts article p.subject {
  font-size: 20px;
  font-weight: bold;
}
#sp-bottom3 .contacts article a.mail,
#sp-bottom3 .contacts article span.phone {
  font-size: 18px;
  color: #333;
}
#sp-bottom3 .contacts article a.mail:hover,
#sp-bottom3 .contacts article span.phone:hover {
  color: #333;
  text-decoration: underline;
}
#sp-bottom3 .contacts article.other {
  width: 100%;
  margin-top: 10px;
  padding: 0;
}
#sp-bottom3 .contacts article.other > a {
  font-size: 16px;
}
#sp-bottom3 .contacts .card {
  background-color: #3e80c4;
  border-radius: 4px;
  color: #fff;
  box-shadow: inset #000 0 0 30px -5px;
}
#sp-bottom3 .contacts .card.sos {
  background-color: #c41702;
}
#sp-bottom3 .contacts .card a.mail,
#sp-bottom3 .contacts .card span.phone {
  color: #fff;
}
#sp-bottom3 .contacts .card a.mail:hover,
#sp-bottom3 .contacts .card span.phone:hover {
  color: #fff;
}
#sp-footer .credits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media (min-width: 1000px) {
  #sp-footer .credits {
    justify-content: space-evenly;
  }
}
#sp-footer .credits img {
  max-width: 100%;
}
#sp-footer .credits > * {
  display: flex;
  padding: 0 3%;
  font-size: 18px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  #sp-footer .credits > * {
    padding: 0;
  }
}
#sp-footer .credits .developer,
#sp-footer .credits .client {
  flex-wrap: wrap;
  align-items: center;
}
#sp-footer .credits .developer > *,
#sp-footer .credits .client > * {
  margin: 0;
  padding: 0;
  justify-content: right;
}
#sp-footer .credits .developer > div,
#sp-footer .credits .client > div {
  justify-content: left;
  margin: 0 10px;
}
@media (min-width: 768px) {
  #sp-footer .credits .developer > div,
  #sp-footer .credits .client > div {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  #sp-footer .credits .client {
    flex-wrap: nowrap;
  }
}
#sp-footer .credits .client p {
  width: 100%;
  margin: 5px 0;
}
#sp-footer .credits .client img {
  max-height: 150px;
}
#sp-footer .credits .client .descrizione {
  font-size: 20px;
}
#sp-footer .credits .client .cf {
  font-size: 15px;
}
#sp-footer .credits .developer {
  margin-top: 0;
}
@media (min-width: 768px) {
  #sp-footer .credits .developer {
    flex-wrap: wrap;
  }
}
#sp-footer .credits .developer a {
  display: flex;
  align-items: center;
}
@media only screen and (orientation: landscape) {
  #sp-footer .credits .developer a {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 960px) {
  #sp-footer .credits .developer a {
    flex-wrap: wrap;
  }
}
#sp-footer .credits .developer img {
  max-height: 60px;
}
#sp-footer .credits .developer .alternative {
  margin: 0 10px;
}
@media (min-width: 1000px) {
  #sp-footer .credits .developer .alternative {
    width: 50%;
  }
}
#sp-footer .credits .developer p {
  font-size: 14px;
}
@media (min-width: 1000px) {
  #sp-footer .credits .developer div {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
div > article > p > img {
  margin: auto;
}
#text-logo {
  margin: 5px 0 0 5px !important;
  font-size: 20px;
  text-align: center;
  color: #5180ca;
}
.sp-pre-loader .sp-loader-with-logo .logo-centrale {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-pre-loader .sp-loader-with-logo .logo-centrale .logo-centrato {
  width: 30%;
  z-index: 9998;
}
.sp-pre-loader .sp-loader-with-logo .logo {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
}
.sp-pre-loader .sp-loader-with-logo .logo .sfondo {
  width: 100%;
  height: 33.3vh;
  z-index: 9997;
}
@media (max-width: 330px) {
  .sp-pre-loader .sp-loader-with-logo .logo #sf {
    display: none;
  }
}
@media (orientation: landscape) {
  .sp-pre-loader .sp-loader-with-logo .logo .sfondo {
    width: 50%;
    height: 50vh;
  }
}
@media (min-width: 768px) {
  .sp-pre-loader .sp-loader-with-logo .logo .sfondo {
    width: 50%;
    height: 50vh;
  }
}
.sp-pre-loader .sp-loader-with-logo .line {
  z-index: 9999;
}
#sp-top-bar {
  display: none;
}
.slide-top-menu .offcanvas-menu {
  background-color: rgba(0,0,0,0.8);
}
.asd-groupmap {
  width: 100%;
  height: 75vh;
  min-height: 400px;
  margin: 0 0 20px 0;
  overflow: hidden;
  position: relative;
}
.asd-groupmap > .map {
  width: 100%;
  height: 100%;
  z-index: 1;
  animation-name: slideFromRight;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  animation-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  .asd-groupmap > .map .geojson-list {
    display: none;
  }
}
.asd-groupmap > .details {
  width: 100%;
  left: 0;
  transform: translate3d(-100%,0,0);
  background: #0f5b73 -webkit-linear-gradient(top left,#0f5b73,#60904c);
  background: #0f5b73 linear-gradient(top left,#0f5b73,#60904c);
  box-shadow: inset 0px -50px 110px -40px #666;
  position: fixed;
  padding: 0;
  top: 11.7vh;
  min-height: calc(100% - 11.7vh);
}
@media screen and (min-width: 768px) {
  .asd-groupmap > .details {
    top: 6.5vh;
    min-height: calc(100% - 6.5vh);
  }
}
@media (min-width: 1200px) {
  .asd-groupmap > .details {
    position: absolute;
    top: 0;
    min-height: 100%;
  }
}
.asd-groupmap > .details.slided {
  transform: translate3d(0,0,0);
  animation-name: slideFromRight;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  z-index: 11;
}
.asd-groupmap > .details.closed {
  animation-name: slideRight;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.asd-groupmap > .details > .items {
  border: 2px solid white;
  position: absolute;
  width: calc(100% - 44px);
  height: calc(100% - 44px);
  overflow: hidden;
  top: 20px;
  left: 20px;
  margin: 0;
  padding: 0;
}
.asd-groupmap > .details > .items > .item {
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s;
  position: absolute;
  box-sizing: border-box;
  padding: 20px;
  overflow-y: auto;
  max-height: 100%;
  z-index: 10;
}
.asd-groupmap > .details > .items > .item.opened {
  opacity: 1;
  z-index: 12;
}
.asd-groupmap > .details > .items > .item > .closer {
  position: fixed;
  right: 45px;
  top: 45px;
  width: 32px;
  height: 32px;
  opacity: 0.5;
  z-index: 13;
}
.asd-groupmap > .details > .items > .item > .closer:hover {
  opacity: 1;
  cursor: pointer;
}
.asd-groupmap > .details > .items > .item > .closer:before,
.asd-groupmap > .details > .items > .item > .closer:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 4px;
  background-color: #f00;
}
.asd-groupmap > .details > .items > .item > .closer:before {
  transform: rotate(45deg);
}
.asd-groupmap > .details > .items > .item > .closer:after {
  transform: rotate(-45deg);
}
.asd-groupmap > .details > .items > .item h3 {
  color: white;
  text-align: center;
  margin: 0 0 10px 0;
}
.asd-groupmap > .details > .items > .item span {
  color: white;
}
.asd-groupmap .leaflet-container .geojson-list {
  position: relative;
  float: left;
  color: #1978cf;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 0;
  background-color: rgba(255,255,255,0.6);
  z-index: 1000;
  box-shadow: 0 1px 7px rgba(0,0,0,0.65);
  margin: 0;
  min-width: 50px;
  min-height: 26px;
  overflow-y: scroll;
}
.asd-groupmap .geojson-list-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.asd-groupmap .geojson-list-item {
  padding: 0;
  margin: 0;
  clear: both;
  cursor: pointer;
  display: block;
  overflow: hidden;
  line-height: 18px;
  vertical-align: middle;
  font-size: 14px;
  min-width: 120px;
  color: #666;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.5);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-transform: capitalize;
}
.asd-groupmap .geojson-list-item.active,
.asd-groupmap .geojson-list-item:hover {
  display: block;
  color: #666;
  text-decoration: none;
  background-color: rgba(255,204,0,0.6);
}
.asd-groupmap .geojson-list-item.selected {
  color: #666;
  background-color: rgba(255,136,0,0.8);
}
.asd-groupmap .geojson-list-item input {
  line-height: 18px;
  margin: 4px;
}
.asd-groupmap .geojson-list-item label {
  display: block;
  cursor: pointer;
  vertical-align: middle;
}
.asd-groupmap .leaflet-control.geojson-list .geojson-list-group {
  display: block;
}
body.com-contact.view-category .items {
  column-count: 1;
  column-fill: balance;
  column-gap: 20px;
}
@media screen and (min-width: 920px) {
  body.com-contact.view-category .items {
    column-count: 2;
  }
}
@media screen and (min-width: 1380px) {
  body.com-contact.view-category .items {
    column-count: 3;
  }
}
body.com-contact.view-category .items > .panel {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
article.contact > div {
  margin-bottom: 10px;
}
article.contact > div > .icon {
  display: flex;
}
article.contact > div > .icon > * {
  display: inline-flex;
  height: 20px;
  padding-left: 30px;
}
article.contact > div > .icon span,
article.contact > div > .icon a {
  font-weight: bold;
}
@keyframes slideRight {
  0% {
    transform: translate3d(0,0,0);
  }
  100% {
    transform: translate3d(-100%,0,0);
  }
}
@keyframes slideFromRight {
  0% {
    transform: translate3d(-100%,0,0);
  }
  100% {
    transform: translate3d(0%,0,0);
  }
}
.asd-groupmap > .details > .items > .item h3.gruppi {
  color: black;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a.offcanvas-menu-toggler {
  display: block;
  position: unset;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a.offcanvas-menu-toggler > i {
  display: inline-block;
  position: absolute;
  top: 17px;
  right: 20px;
}
