@charset "UTF-8";
/* Lato Fonts*/
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Black.ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
/* Titillium Fonts*/
@font-face {
  font-family: "TitilliumWeb";
  src: url("../fonts/vendor/Titillium_Web/TitilliumWeb-ExtraLight.ttf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "TitilliumWeb";
  src: url("../fonts/vendor/Titillium_Web/TitilliumWeb-ExtraLightItalic.ttf");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "TitilliumWeb";
  src: url("../fonts/vendor/Titillium_Web/TitilliumWeb-Light.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "TitilliumWeb";
  src: url("../fonts/vendor/Titillium_Web/TitilliumWeb-LightItalic.ttf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "TitilliumWeb";
  src: url("../fonts/vendor/Titillium_Web/TitilliumWeb-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TitilliumWeb";
  src: url("../fonts/vendor/Titillium_Web/TitilliumWeb-Italic.ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "TitilliumWeb";
  src: url("../fonts/vendor/Titillium_Web/TitilliumWeb-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "TitilliumWeb";
  src: url("../fonts/vendor/Titillium_Web/TitilliumWeb-SemiBoldItalic.ttf");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "TitilliumWeb";
  src: url("../fonts/vendor/Titillium_Web/TitilliumWeb-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "TitilliumWeb";
  src: url("../fonts/vendor/Titillium_Web/TitilliumWeb-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic;
}
.bootstrap-italia {
  /* Bootstrap Italia */
  /* @import "bootstrap-italia/bootstrap-italia"; */
  /*
   *  Owl Carousel - Core
   */
  /* No Js */
  /*
   *  Owl Carousel - Animate Plugin
   */
  /*
   * 	Owl Carousel - Auto Height Plugin
   */
  /***************************** 1 ****************************************/
  /***************************** 2 ****************************************/
  /***************************** 1 ****************************************/
  /***************************** 2 ****************************************/
  /***************************** 1 ****************************************/
  /***************************** 2 ****************************************/
  /***************************** 3 ****************************************/
  /***************************** 1 ****************************************/
  /***************************** 2 ****************************************/
  /***************************** 3 ****************************************/
  /***************************** NEUTRAL 1 ****************************************/
  /***************************** NEUTRAL 2 ****************************************/
  /***************************** NEUTRAL 2 / 3 ****************************************/
  /* TODO vedere di spostarlo */
  /* INPUT FILE */
  /*back to top*/
  /*
  ++++++++++++++++++++++++++++++Desktop light Theme+++++++++++++++++++++++++++++++++++++++++++++++++
  */
  /*SPINNER*/
  /*
  ++++++++++++++++++++++++++++++Desktop light Theme+++++++++++++++++++++++++++++++++++++++++++++++++
  */
  /*
  ++++++++++++++++++++++++++++++Desktop light Theme+++++++++++++++++++++++++++++++++++++++++++++++++
  */
}
.bootstrap-italia .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.bootstrap-italia .owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.bootstrap-italia .owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.bootstrap-italia .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.bootstrap-italia .owl-carousel .owl-wrapper,
.bootstrap-italia .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.bootstrap-italia .owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.bootstrap-italia .owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.bootstrap-italia .owl-carousel .owl-nav.disabled,
.bootstrap-italia .owl-carousel .owl-dots.disabled {
  display: none;
}
.bootstrap-italia .owl-carousel .owl-nav .owl-prev,
.bootstrap-italia .owl-carousel .owl-nav .owl-next,
.bootstrap-italia .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-italia .owl-carousel .owl-nav button.owl-prev,
.bootstrap-italia .owl-carousel .owl-nav button.owl-next,
.bootstrap-italia .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.bootstrap-italia .owl-carousel.owl-loaded {
  display: block;
}
.bootstrap-italia .owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.bootstrap-italia .owl-carousel.owl-hidden {
  opacity: 0;
}
.bootstrap-italia .owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.bootstrap-italia .owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-italia .owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.bootstrap-italia .owl-carousel.owl-rtl {
  direction: rtl;
}
.bootstrap-italia .owl-carousel.owl-rtl .owl-item {
  float: right;
}
.bootstrap-italia .no-js .owl-carousel {
  display: block;
}
.bootstrap-italia .owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.bootstrap-italia .owl-carousel .owl-animated-in {
  z-index: 0;
}
.bootstrap-italia .owl-carousel .owl-animated-out {
  z-index: 1;
}
.bootstrap-italia .owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.bootstrap-italia .owl-height {
  transition: height 500ms ease-in-out;
}
.bootstrap-italia .primary-bg {
  background-color: hsl(210, 100%, 40%);
}
.bootstrap-italia .primary-color {
  color: hsl(210, 100%, 40%);
}
.bootstrap-italia .primary-border-color {
  border-color: hsl(210, 100%, 40%) !important;
}
.bootstrap-italia .primary-border-color.border {
  border-color: hsl(210, 100%, 40%) !important;
}
.bootstrap-italia .white-bg {
  background-color: hsl(0, 0%, 100%);
}
.bootstrap-italia .white-color {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .white-border-color- {
  border-color: hsl(0, 0%, 100%) !important;
}
.bootstrap-italia .white-border-color-.border {
  border-color: hsl(0, 0%, 100%) !important;
}
.bootstrap-italia .primary-bg-a1 {
  background-color: hsl(210, 100%, 87.5%);
}
.bootstrap-italia .primary-color-a1 {
  color: hsl(210, 100%, 87.5%);
}
.bootstrap-italia .primary-border-color-a1 {
  border-color: hsl(210, 100%, 87.5%) !important;
}
.bootstrap-italia .primary-border-color-a1.border {
  border-color: hsl(210, 100%, 87.5%) !important;
}
.bootstrap-italia .primary-bg-a2 {
  background-color: hsl(210, 82.7586206897%, 76.8%);
}
.bootstrap-italia .primary-color-a2 {
  color: hsl(210, 82.7586206897%, 76.8%);
}
.bootstrap-italia .primary-border-color-a2 {
  border-color: hsl(210, 82.7586206897%, 76.8%) !important;
}
.bootstrap-italia .primary-border-color-a2.border {
  border-color: hsl(210, 82.7586206897%, 76.8%) !important;
}
.bootstrap-italia .primary-bg-a3 {
  background-color: hsl(210, 75.975975976%, 66.7%);
}
.bootstrap-italia .primary-color-a3 {
  color: hsl(210, 75.975975976%, 66.7%);
}
.bootstrap-italia .primary-border-color-a3 {
  border-color: hsl(210, 75.975975976%, 66.7%) !important;
}
.bootstrap-italia .primary-border-color-a3.border {
  border-color: hsl(210, 75.975975976%, 66.7%) !important;
}
.bootstrap-italia .primary-bg-a4 {
  background-color: hsl(210, 71.9626168224%, 57.2%);
}
.bootstrap-italia .primary-color-a4 {
  color: hsl(210, 71.9626168224%, 57.2%);
}
.bootstrap-italia .primary-border-color-a4 {
  border-color: hsl(210, 71.9626168224%, 57.2%) !important;
}
.bootstrap-italia .primary-border-color-a4.border {
  border-color: hsl(210, 71.9626168224%, 57.2%) !important;
}
.bootstrap-italia .primary-bg-a5 {
  background-color: hsl(210, 73.9130434783%, 48.3%);
}
.bootstrap-italia .primary-color-a5 {
  color: hsl(210, 73.9130434783%, 48.3%);
}
.bootstrap-italia .primary-border-color-a5 {
  border-color: hsl(210, 73.9130434783%, 48.3%) !important;
}
.bootstrap-italia .primary-border-color-a5.border {
  border-color: hsl(210, 73.9130434783%, 48.3%) !important;
}
.bootstrap-italia .primary-bg-a6 {
  background-color: hsl(210, 100%, 40%);
}
.bootstrap-italia .primary-color-a6 {
  color: hsl(210, 100%, 40%);
}
.bootstrap-italia .primary-border-color-a6 {
  border-color: hsl(210, 100%, 40%) !important;
}
.bootstrap-italia .primary-border-color-a6.border {
  border-color: hsl(210, 100%, 40%) !important;
}
.bootstrap-italia .primary-bg-a7 {
  background-color: hsl(210, 100%, 35%);
}
.bootstrap-italia .primary-color-a7 {
  color: hsl(210, 100%, 35%);
}
.bootstrap-italia .primary-border-color-a7 {
  border-color: hsl(210, 100%, 35%) !important;
}
.bootstrap-italia .primary-border-color-a7.border {
  border-color: hsl(210, 100%, 35%) !important;
}
.bootstrap-italia .primary-bg-a8 {
  background-color: hsl(210, 100%, 30%);
}
.bootstrap-italia .primary-color-a8 {
  color: hsl(210, 100%, 30%);
}
.bootstrap-italia .primary-border-color-a8 {
  border-color: hsl(210, 100%, 30%) !important;
}
.bootstrap-italia .primary-border-color-a8.border {
  border-color: hsl(210, 100%, 30%) !important;
}
.bootstrap-italia .primary-bg-a9 {
  background-color: hsl(210, 100%, 25%);
}
.bootstrap-italia .primary-color-a9 {
  color: hsl(210, 100%, 25%);
}
.bootstrap-italia .primary-border-color-a9 {
  border-color: hsl(210, 100%, 25%) !important;
}
.bootstrap-italia .primary-border-color-a9.border {
  border-color: hsl(210, 100%, 25%) !important;
}
.bootstrap-italia .primary-bg-a10 {
  background-color: hsl(210, 100%, 20%);
}
.bootstrap-italia .primary-color-a10 {
  color: hsl(210, 100%, 20%);
}
.bootstrap-italia .primary-border-color-a10 {
  border-color: hsl(210, 100%, 20%) !important;
}
.bootstrap-italia .primary-border-color-a10.border {
  border-color: hsl(210, 100%, 20%) !important;
}
.bootstrap-italia .primary-bg-a11 {
  background-color: hsl(210, 100%, 15%);
}
.bootstrap-italia .primary-color-a11 {
  color: hsl(210, 100%, 15%);
}
.bootstrap-italia .primary-border-color-a11 {
  border-color: hsl(210, 100%, 15%) !important;
}
.bootstrap-italia .primary-border-color-a11.border {
  border-color: hsl(210, 100%, 15%) !important;
}
.bootstrap-italia .primary-bg-a12 {
  background-color: hsl(210, 100%, 10%);
}
.bootstrap-italia .primary-color-a12 {
  color: hsl(210, 100%, 10%);
}
.bootstrap-italia .primary-border-color-a12 {
  border-color: hsl(210, 100%, 10%) !important;
}
.bootstrap-italia .primary-border-color-a12.border {
  border-color: hsl(210, 100%, 10%) !important;
}
.bootstrap-italia .primary-bg-b1 {
  background-color: hsl(210, 100%, 40%);
}
.bootstrap-italia .primary-color-b1 {
  color: hsl(210, 100%, 40%);
}
.bootstrap-italia .primary-border-color-b1 {
  border-color: hsl(210, 100%, 40%) !important;
}
.bootstrap-italia .primary-border-color-b1.border {
  border-color: hsl(210, 100%, 40%) !important;
}
.bootstrap-italia .primary-bg-b2 {
  background-color: hsl(210, 81.8181818182%, 38.5%);
}
.bootstrap-italia .primary-color-b2 {
  color: hsl(210, 81.8181818182%, 38.5%);
}
.bootstrap-italia .primary-border-color-b2 {
  border-color: hsl(210, 81.8181818182%, 38.5%) !important;
}
.bootstrap-italia .primary-border-color-b2.border {
  border-color: hsl(210, 81.8181818182%, 38.5%) !important;
}
.bootstrap-italia .primary-bg-b3 {
  background-color: hsl(210, 66.6666666667%, 36%);
}
.bootstrap-italia .primary-color-b3 {
  color: hsl(210, 66.6666666667%, 36%);
}
.bootstrap-italia .primary-border-color-b3 {
  border-color: hsl(210, 66.6666666667%, 36%) !important;
}
.bootstrap-italia .primary-border-color-b3.border {
  border-color: hsl(210, 66.6666666667%, 36%) !important;
}
.bootstrap-italia .primary-bg-b4 {
  background-color: hsl(210, 53.8461538462%, 32.5%);
}
.bootstrap-italia .primary-color-b4 {
  color: hsl(210, 53.8461538462%, 32.5%);
}
.bootstrap-italia .primary-border-color-b4 {
  border-color: hsl(210, 53.8461538462%, 32.5%) !important;
}
.bootstrap-italia .primary-border-color-b4.border {
  border-color: hsl(210, 53.8461538462%, 32.5%) !important;
}
.bootstrap-italia .primary-bg-b5 {
  background-color: hsl(210, 42.8571428571%, 28%);
}
.bootstrap-italia .primary-color-b5 {
  color: hsl(210, 42.8571428571%, 28%);
}
.bootstrap-italia .primary-border-color-b5 {
  border-color: hsl(210, 42.8571428571%, 28%) !important;
}
.bootstrap-italia .primary-border-color-b5.border {
  border-color: hsl(210, 42.8571428571%, 28%) !important;
}
.bootstrap-italia .primary-bg-b6 {
  background-color: hsl(210, 33.3333333333%, 22.5%);
}
.bootstrap-italia .primary-color-b6 {
  color: hsl(210, 33.3333333333%, 22.5%);
}
.bootstrap-italia .primary-border-color-b6 {
  border-color: hsl(210, 33.3333333333%, 22.5%) !important;
}
.bootstrap-italia .primary-border-color-b6.border {
  border-color: hsl(210, 33.3333333333%, 22.5%) !important;
}
.bootstrap-italia .primary-bg-b7 {
  background-color: hsl(210, 25%, 16%);
}
.bootstrap-italia .primary-color-b7 {
  color: hsl(210, 25%, 16%);
}
.bootstrap-italia .primary-border-color-b7 {
  border-color: hsl(210, 25%, 16%) !important;
}
.bootstrap-italia .primary-border-color-b7.border {
  border-color: hsl(210, 25%, 16%) !important;
}
.bootstrap-italia .primary-bg-b8 {
  background-color: hsl(210, 17.6470588235%, 8.5%);
}
.bootstrap-italia .primary-color-b8 {
  color: hsl(210, 17.6470588235%, 8.5%);
}
.bootstrap-italia .primary-border-color-b8 {
  border-color: hsl(210, 17.6470588235%, 8.5%) !important;
}
.bootstrap-italia .primary-border-color-b8.border {
  border-color: hsl(210, 17.6470588235%, 8.5%) !important;
}
.bootstrap-italia .primary-bg-c1 {
  background-color: hsl(210, 54.5454545455%, 91.2%);
}
.bootstrap-italia .primary-color-c1 {
  color: hsl(210, 54.5454545455%, 91.2%);
}
.bootstrap-italia .primary-border-color-c1 {
  border-color: hsl(210, 54.5454545455%, 91.2%) !important;
}
.bootstrap-italia .primary-border-color-c1.border {
  border-color: hsl(210, 54.5454545455%, 91.2%) !important;
}
.bootstrap-italia .primary-bg-c2 {
  background-color: hsl(210, 70.5882352941%, 86.4%);
}
.bootstrap-italia .primary-color-c2 {
  color: hsl(210, 70.5882352941%, 86.4%);
}
.bootstrap-italia .primary-border-color-c2 {
  border-color: hsl(210, 70.5882352941%, 86.4%) !important;
}
.bootstrap-italia .primary-border-color-c2.border {
  border-color: hsl(210, 70.5882352941%, 86.4%) !important;
}
.bootstrap-italia .primary-bg-c3 {
  background-color: hsl(210, 78.2608695652%, 81.6%);
}
.bootstrap-italia .primary-color-c3 {
  color: hsl(210, 78.2608695652%, 81.6%);
}
.bootstrap-italia .primary-border-color-c3 {
  border-color: hsl(210, 78.2608695652%, 81.6%) !important;
}
.bootstrap-italia .primary-border-color-c3.border {
  border-color: hsl(210, 78.2608695652%, 81.6%) !important;
}
.bootstrap-italia .primary-bg-c4 {
  background-color: hsl(210, 82.7586206897%, 76.8%);
}
.bootstrap-italia .primary-color-c4 {
  color: hsl(210, 82.7586206897%, 76.8%);
}
.bootstrap-italia .primary-border-color-c4 {
  border-color: hsl(210, 82.7586206897%, 76.8%) !important;
}
.bootstrap-italia .primary-border-color-c4.border {
  border-color: hsl(210, 82.7586206897%, 76.8%) !important;
}
.bootstrap-italia .primary-bg-c5 {
  background-color: hsl(210, 85.7142857143%, 72%);
}
.bootstrap-italia .primary-color-c5 {
  color: hsl(210, 85.7142857143%, 72%);
}
.bootstrap-italia .primary-border-color-c5 {
  border-color: hsl(210, 85.7142857143%, 72%) !important;
}
.bootstrap-italia .primary-border-color-c5.border {
  border-color: hsl(210, 85.7142857143%, 72%) !important;
}
.bootstrap-italia .primary-bg-c6 {
  background-color: hsl(210, 87.8048780488%, 67.2%);
}
.bootstrap-italia .primary-color-c6 {
  color: hsl(210, 87.8048780488%, 67.2%);
}
.bootstrap-italia .primary-border-color-c6 {
  border-color: hsl(210, 87.8048780488%, 67.2%) !important;
}
.bootstrap-italia .primary-border-color-c6.border {
  border-color: hsl(210, 87.8048780488%, 67.2%) !important;
}
.bootstrap-italia .primary-bg-c7 {
  background-color: hsl(210, 89.3617021277%, 62.4%);
}
.bootstrap-italia .primary-color-c7 {
  color: hsl(210, 89.3617021277%, 62.4%);
}
.bootstrap-italia .primary-border-color-c7 {
  border-color: hsl(210, 89.3617021277%, 62.4%) !important;
}
.bootstrap-italia .primary-border-color-c7.border {
  border-color: hsl(210, 89.3617021277%, 62.4%) !important;
}
.bootstrap-italia .primary-bg-c8 {
  background-color: hsl(210, 90.5660377358%, 57.6%);
}
.bootstrap-italia .primary-color-c8 {
  color: hsl(210, 90.5660377358%, 57.6%);
}
.bootstrap-italia .primary-border-color-c8 {
  border-color: hsl(210, 90.5660377358%, 57.6%) !important;
}
.bootstrap-italia .primary-border-color-c8.border {
  border-color: hsl(210, 90.5660377358%, 57.6%) !important;
}
.bootstrap-italia .primary-bg-c9 {
  background-color: hsl(210, 91.5254237288%, 52.8%);
}
.bootstrap-italia .primary-color-c9 {
  color: hsl(210, 91.5254237288%, 52.8%);
}
.bootstrap-italia .primary-border-color-c9 {
  border-color: hsl(210, 91.5254237288%, 52.8%) !important;
}
.bootstrap-italia .primary-border-color-c9.border {
  border-color: hsl(210, 91.5254237288%, 52.8%) !important;
}
.bootstrap-italia .primary-bg-c10 {
  background-color: hsl(210, 100%, 48%);
}
.bootstrap-italia .primary-color-c10 {
  color: hsl(210, 100%, 48%);
}
.bootstrap-italia .primary-border-color-c10 {
  border-color: hsl(210, 100%, 48%) !important;
}
.bootstrap-italia .primary-border-color-c10.border {
  border-color: hsl(210, 100%, 48%) !important;
}
.bootstrap-italia .primary-bg-c11 {
  background-color: hsl(210, 100%, 44%);
}
.bootstrap-italia .primary-color-c11 {
  color: hsl(210, 100%, 44%);
}
.bootstrap-italia .primary-border-color-c11 {
  border-color: hsl(210, 100%, 44%) !important;
}
.bootstrap-italia .primary-border-color-c11.border {
  border-color: hsl(210, 100%, 44%) !important;
}
.bootstrap-italia .primary-bg-c12 {
  background-color: hsl(210, 100%, 40%);
}
.bootstrap-italia .primary-color-c12 {
  color: hsl(210, 100%, 40%);
}
.bootstrap-italia .primary-border-color-c12 {
  border-color: hsl(210, 100%, 40%) !important;
}
.bootstrap-italia .primary-border-color-c12.border {
  border-color: hsl(210, 100%, 40%) !important;
}
.bootstrap-italia .analogue-1-bg {
  background-color: hsl(243, 100%, 57.5%);
}
.bootstrap-italia .analogue-1-color {
  color: hsl(243, 100%, 57.5%);
}
.bootstrap-italia .analogue-1-border-color- {
  border-color: hsl(243, 100%, 57.5%) !important;
}
.bootstrap-italia .analogue-1-border-color-.border {
  border-color: hsl(243, 100%, 57.5%) !important;
}
.bootstrap-italia .analogue-1-bg-a1 {
  background-color: hsl(243, 100%, 95%);
}
.bootstrap-italia .analogue-1-color-a1 {
  color: hsl(243, 100%, 95%);
}
.bootstrap-italia .analogue-1-border-color-a1 {
  border-color: hsl(243, 100%, 95%) !important;
}
.bootstrap-italia .analogue-1-border-color-a1.border {
  border-color: hsl(243, 100%, 95%) !important;
}
.bootstrap-italia .analogue-1-bg-a2 {
  background-color: hsl(243, 75%, 84%);
}
.bootstrap-italia .analogue-1-color-a2 {
  color: hsl(243, 75%, 84%);
}
.bootstrap-italia .analogue-1-border-color-a2 {
  border-color: hsl(243, 75%, 84%) !important;
}
.bootstrap-italia .analogue-1-border-color-a2.border {
  border-color: hsl(243, 75%, 84%) !important;
}
.bootstrap-italia .analogue-1-bg-a3 {
  background-color: hsl(243, 69.696969697%, 73.6%);
}
.bootstrap-italia .analogue-1-color-a3 {
  color: hsl(243, 69.696969697%, 73.6%);
}
.bootstrap-italia .analogue-1-border-color-a3 {
  border-color: hsl(243, 69.696969697%, 73.6%) !important;
}
.bootstrap-italia .analogue-1-border-color-a3.border {
  border-color: hsl(243, 69.696969697%, 73.6%) !important;
}
.bootstrap-italia .analogue-1-bg-a4 {
  background-color: hsl(243, 66.8508287293%, 63.8%);
}
.bootstrap-italia .analogue-1-color-a4 {
  color: hsl(243, 66.8508287293%, 63.8%);
}
.bootstrap-italia .analogue-1-border-color-a4 {
  border-color: hsl(243, 66.8508287293%, 63.8%) !important;
}
.bootstrap-italia .analogue-1-border-color-a4.border {
  border-color: hsl(243, 66.8508287293%, 63.8%) !important;
}
.bootstrap-italia .analogue-1-bg-a5 {
  background-color: hsl(243, 64.7577092511%, 54.6%);
}
.bootstrap-italia .analogue-1-color-a5 {
  color: hsl(243, 64.7577092511%, 54.6%);
}
.bootstrap-italia .analogue-1-border-color-a5 {
  border-color: hsl(243, 64.7577092511%, 54.6%) !important;
}
.bootstrap-italia .analogue-1-border-color-a5.border {
  border-color: hsl(243, 64.7577092511%, 54.6%) !important;
}
.bootstrap-italia .analogue-1-bg-a6 {
  background-color: hsl(243, 73.9130434783%, 46%);
}
.bootstrap-italia .analogue-1-color-a6 {
  color: hsl(243, 73.9130434783%, 46%);
}
.bootstrap-italia .analogue-1-border-color-a6 {
  border-color: hsl(243, 73.9130434783%, 46%) !important;
}
.bootstrap-italia .analogue-1-border-color-a6.border {
  border-color: hsl(243, 73.9130434783%, 46%) !important;
}
.bootstrap-italia .analogue-1-bg-a7 {
  background-color: hsl(243, 73.9130434783%, 40.25%);
}
.bootstrap-italia .analogue-1-color-a7 {
  color: hsl(243, 73.9130434783%, 40.25%);
}
.bootstrap-italia .analogue-1-border-color-a7 {
  border-color: hsl(243, 73.9130434783%, 40.25%) !important;
}
.bootstrap-italia .analogue-1-border-color-a7.border {
  border-color: hsl(243, 73.9130434783%, 40.25%) !important;
}
.bootstrap-italia .analogue-1-bg-a8 {
  background-color: hsl(243, 73.9130434783%, 34.5%);
}
.bootstrap-italia .analogue-1-color-a8 {
  color: hsl(243, 73.9130434783%, 34.5%);
}
.bootstrap-italia .analogue-1-border-color-a8 {
  border-color: hsl(243, 73.9130434783%, 34.5%) !important;
}
.bootstrap-italia .analogue-1-border-color-a8.border {
  border-color: hsl(243, 73.9130434783%, 34.5%) !important;
}
.bootstrap-italia .analogue-1-bg-a9 {
  background-color: hsl(243, 73.9130434783%, 28.75%);
}
.bootstrap-italia .analogue-1-color-a9 {
  color: hsl(243, 73.9130434783%, 28.75%);
}
.bootstrap-italia .analogue-1-border-color-a9 {
  border-color: hsl(243, 73.9130434783%, 28.75%) !important;
}
.bootstrap-italia .analogue-1-border-color-a9.border {
  border-color: hsl(243, 73.9130434783%, 28.75%) !important;
}
.bootstrap-italia .analogue-1-bg-a10 {
  background-color: hsl(243, 73.9130434783%, 23%);
}
.bootstrap-italia .analogue-1-color-a10 {
  color: hsl(243, 73.9130434783%, 23%);
}
.bootstrap-italia .analogue-1-border-color-a10 {
  border-color: hsl(243, 73.9130434783%, 23%) !important;
}
.bootstrap-italia .analogue-1-border-color-a10.border {
  border-color: hsl(243, 73.9130434783%, 23%) !important;
}
.bootstrap-italia .analogue-1-bg-a11 {
  background-color: hsl(243, 73.9130434783%, 17.25%);
}
.bootstrap-italia .analogue-1-color-a11 {
  color: hsl(243, 73.9130434783%, 17.25%);
}
.bootstrap-italia .analogue-1-border-color-a11 {
  border-color: hsl(243, 73.9130434783%, 17.25%) !important;
}
.bootstrap-italia .analogue-1-border-color-a11.border {
  border-color: hsl(243, 73.9130434783%, 17.25%) !important;
}
.bootstrap-italia .analogue-1-bg-a12 {
  background-color: hsl(243, 73.9130434783%, 11.5%);
}
.bootstrap-italia .analogue-1-color-a12 {
  color: hsl(243, 73.9130434783%, 11.5%);
}
.bootstrap-italia .analogue-1-border-color-a12 {
  border-color: hsl(243, 73.9130434783%, 11.5%) !important;
}
.bootstrap-italia .analogue-1-border-color-a12.border {
  border-color: hsl(243, 73.9130434783%, 11.5%) !important;
}
.bootstrap-italia .analogue-2-bg {
  background-color: hsl(178, 90.4761904762%, 44.625%);
}
.bootstrap-italia .analogue-2-color {
  color: hsl(178, 90.4761904762%, 44.625%);
}
.bootstrap-italia .analogue-2-border-color- {
  border-color: hsl(178, 90.4761904762%, 44.625%) !important;
}
.bootstrap-italia .analogue-2-border-color-.border {
  border-color: hsl(178, 90.4761904762%, 44.625%) !important;
}
.bootstrap-italia .analogue-2-bg-a1 {
  background-color: hsl(178, 100%, 90%);
}
.bootstrap-italia .analogue-2-color-a1 {
  color: hsl(178, 100%, 90%);
}
.bootstrap-italia .analogue-2-border-color-a1 {
  border-color: hsl(178, 100%, 90%) !important;
}
.bootstrap-italia .analogue-2-border-color-a1.border {
  border-color: hsl(178, 100%, 90%) !important;
}
.bootstrap-italia .analogue-2-bg-a2 {
  background-color: hsl(178, 80.7692307692%, 79.2%);
}
.bootstrap-italia .analogue-2-color-a2 {
  color: hsl(178, 80.7692307692%, 79.2%);
}
.bootstrap-italia .analogue-2-border-color-a2 {
  border-color: hsl(178, 80.7692307692%, 79.2%) !important;
}
.bootstrap-italia .analogue-2-border-color-a2.border {
  border-color: hsl(178, 80.7692307692%, 79.2%) !important;
}
.bootstrap-italia .analogue-2-bg-a3 {
  background-color: hsl(178, 74.1935483871%, 69%);
}
.bootstrap-italia .analogue-2-color-a3 {
  color: hsl(178, 74.1935483871%, 69%);
}
.bootstrap-italia .analogue-2-border-color-a3 {
  border-color: hsl(178, 74.1935483871%, 69%) !important;
}
.bootstrap-italia .analogue-2-border-color-a3.border {
  border-color: hsl(178, 74.1935483871%, 69%) !important;
}
.bootstrap-italia .analogue-2-bg-a4 {
  background-color: hsl(178, 70.4433497537%, 59.4%);
}
.bootstrap-italia .analogue-2-color-a4 {
  color: hsl(178, 70.4433497537%, 59.4%);
}
.bootstrap-italia .analogue-2-border-color-a4 {
  border-color: hsl(178, 70.4433497537%, 59.4%) !important;
}
.bootstrap-italia .analogue-2-border-color-a4.border {
  border-color: hsl(178, 70.4433497537%, 59.4%) !important;
}
.bootstrap-italia .analogue-2-bg-a5 {
  background-color: hsl(178, 67.7419354839%, 50.4%);
}
.bootstrap-italia .analogue-2-color-a5 {
  color: hsl(178, 67.7419354839%, 50.4%);
}
.bootstrap-italia .analogue-2-border-color-a5 {
  border-color: hsl(178, 67.7419354839%, 50.4%) !important;
}
.bootstrap-italia .analogue-2-border-color-a5.border {
  border-color: hsl(178, 67.7419354839%, 50.4%) !important;
}
.bootstrap-italia .analogue-2-bg-a6 {
  background-color: hsl(178, 90.4761904762%, 42%);
}
.bootstrap-italia .analogue-2-color-a6 {
  color: hsl(178, 90.4761904762%, 42%);
}
.bootstrap-italia .analogue-2-border-color-a6 {
  border-color: hsl(178, 90.4761904762%, 42%) !important;
}
.bootstrap-italia .analogue-2-border-color-a6.border {
  border-color: hsl(178, 90.4761904762%, 42%) !important;
}
.bootstrap-italia .analogue-2-bg-a7 {
  background-color: hsl(178, 90.4761904762%, 36.75%);
}
.bootstrap-italia .analogue-2-color-a7 {
  color: hsl(178, 90.4761904762%, 36.75%);
}
.bootstrap-italia .analogue-2-border-color-a7 {
  border-color: hsl(178, 90.4761904762%, 36.75%) !important;
}
.bootstrap-italia .analogue-2-border-color-a7.border {
  border-color: hsl(178, 90.4761904762%, 36.75%) !important;
}
.bootstrap-italia .analogue-2-bg-a8 {
  background-color: hsl(178, 90.4761904762%, 31.5%);
}
.bootstrap-italia .analogue-2-color-a8 {
  color: hsl(178, 90.4761904762%, 31.5%);
}
.bootstrap-italia .analogue-2-border-color-a8 {
  border-color: hsl(178, 90.4761904762%, 31.5%) !important;
}
.bootstrap-italia .analogue-2-border-color-a8.border {
  border-color: hsl(178, 90.4761904762%, 31.5%) !important;
}
.bootstrap-italia .analogue-2-bg-a9 {
  background-color: hsl(178, 90.4761904762%, 26.25%);
}
.bootstrap-italia .analogue-2-color-a9 {
  color: hsl(178, 90.4761904762%, 26.25%);
}
.bootstrap-italia .analogue-2-border-color-a9 {
  border-color: hsl(178, 90.4761904762%, 26.25%) !important;
}
.bootstrap-italia .analogue-2-border-color-a9.border {
  border-color: hsl(178, 90.4761904762%, 26.25%) !important;
}
.bootstrap-italia .analogue-2-bg-a10 {
  background-color: hsl(178, 90.4761904762%, 21%);
}
.bootstrap-italia .analogue-2-color-a10 {
  color: hsl(178, 90.4761904762%, 21%);
}
.bootstrap-italia .analogue-2-border-color-a10 {
  border-color: hsl(178, 90.4761904762%, 21%) !important;
}
.bootstrap-italia .analogue-2-border-color-a10.border {
  border-color: hsl(178, 90.4761904762%, 21%) !important;
}
.bootstrap-italia .analogue-2-bg-a11 {
  background-color: hsl(178, 90.4761904762%, 15.75%);
}
.bootstrap-italia .analogue-2-color-a11 {
  color: hsl(178, 90.4761904762%, 15.75%);
}
.bootstrap-italia .analogue-2-border-color-a11 {
  border-color: hsl(178, 90.4761904762%, 15.75%) !important;
}
.bootstrap-italia .analogue-2-border-color-a11.border {
  border-color: hsl(178, 90.4761904762%, 15.75%) !important;
}
.bootstrap-italia .analogue-2-bg-a12 {
  background-color: hsl(178, 90.4761904762%, 10.5%);
}
.bootstrap-italia .analogue-2-color-a12 {
  color: hsl(178, 90.4761904762%, 10.5%);
}
.bootstrap-italia .analogue-2-border-color-a12 {
  border-color: hsl(178, 90.4761904762%, 10.5%) !important;
}
.bootstrap-italia .analogue-2-border-color-a12.border {
  border-color: hsl(178, 90.4761904762%, 10.5%) !important;
}
.bootstrap-italia .complementary-1-bg {
  background-color: hsl(351, 92.380952381%, 60.625%);
}
.bootstrap-italia .complementary-1-color {
  color: hsl(36, 100%, 50%);
}
.bootstrap-italia .complementary-1-border-color- {
  border-color: hsl(351, 92.380952381%, 60.625%) !important;
}
.bootstrap-italia .complementary-1-border-color-.border {
  border-color: hsl(351, 92.380952381%, 60.625%) !important;
}
.bootstrap-italia .complementary-1-bg-a1 {
  background-color: hsl(351, 100%, 99.5%);
}
.bootstrap-italia .complementary-1-color-a1 {
  color: hsl(351, 100%, 99.5%);
}
.bootstrap-italia .complementary-1-border-color-a1 {
  border-color: hsl(351, 100%, 99.5%) !important;
}
.bootstrap-italia .complementary-1-border-color-a1.border {
  border-color: hsl(351, 100%, 99.5%) !important;
}
.bootstrap-italia .complementary-1-bg-a2 {
  background-color: hsl(351, 64.2857142857%, 88.8%);
}
.bootstrap-italia .complementary-1-color-a2 {
  color: hsl(351, 64.2857142857%, 88.8%);
}
.bootstrap-italia .complementary-1-border-color-a2 {
  border-color: hsl(351, 64.2857142857%, 88.8%) !important;
}
.bootstrap-italia .complementary-1-border-color-a2.border {
  border-color: hsl(351, 64.2857142857%, 88.8%) !important;
}
.bootstrap-italia .complementary-1-bg-a3 {
  background-color: hsl(351, 63.3027522936%, 78.2%);
}
.bootstrap-italia .complementary-1-color-a3 {
  color: hsl(351, 63.3027522936%, 78.2%);
}
.bootstrap-italia .complementary-1-border-color-a3 {
  border-color: hsl(351, 63.3027522936%, 78.2%) !important;
}
.bootstrap-italia .complementary-1-border-color-a3.border {
  border-color: hsl(351, 63.3027522936%, 78.2%) !important;
}
.bootstrap-italia .complementary-1-bg-a4 {
  background-color: hsl(351, 62.2641509434%, 68.2%);
}
.bootstrap-italia .complementary-1-color-a4 {
  color: hsl(351, 62.2641509434%, 68.2%);
}
.bootstrap-italia .complementary-1-border-color-a4 {
  border-color: hsl(351, 62.2641509434%, 68.2%) !important;
}
.bootstrap-italia .complementary-1-border-color-a4.border {
  border-color: hsl(351, 62.2641509434%, 68.2%) !important;
}
.bootstrap-italia .complementary-1-bg-a5 {
  background-color: hsl(351, 61.1650485437%, 58.8%);
}
.bootstrap-italia .complementary-1-color-a5 {
  color: hsl(351, 61.1650485437%, 58.8%);
}
.bootstrap-italia .complementary-1-border-color-a5 {
  border-color: hsl(351, 61.1650485437%, 58.8%) !important;
}
.bootstrap-italia .complementary-1-border-color-a5.border {
  border-color: hsl(351, 61.1650485437%, 58.8%) !important;
}
.bootstrap-italia .complementary-1-bg-a6 {
  background-color: hsl(351, 60%, 50%);
}
.bootstrap-italia .complementary-1-color-a6 {
  color: hsl(351, 60%, 50%);
}
.bootstrap-italia .complementary-1-border-color-a6 {
  border-color: hsl(351, 60%, 50%) !important;
}
.bootstrap-italia .complementary-1-border-color-a6.border {
  border-color: hsl(351, 60%, 50%) !important;
}
.bootstrap-italia .complementary-1-bg-a7 {
  background-color: hsl(351, 60%, 43.75%);
}
.bootstrap-italia .complementary-1-color-a7 {
  color: hsl(351, 60%, 43.75%);
}
.bootstrap-italia .complementary-1-border-color-a7 {
  border-color: hsl(351, 60%, 43.75%) !important;
}
.bootstrap-italia .complementary-1-border-color-a7.border {
  border-color: hsl(351, 60%, 43.75%) !important;
}
.bootstrap-italia .complementary-1-bg-a8 {
  background-color: hsl(351, 60%, 37.5%);
}
.bootstrap-italia .complementary-1-color-a8 {
  color: hsl(351, 60%, 37.5%);
}
.bootstrap-italia .complementary-1-border-color-a8 {
  border-color: hsl(351, 60%, 37.5%) !important;
}
.bootstrap-italia .complementary-1-border-color-a8.border {
  border-color: hsl(351, 60%, 37.5%) !important;
}
.bootstrap-italia .complementary-1-bg-a9 {
  background-color: hsl(351, 60%, 31.25%);
}
.bootstrap-italia .complementary-1-color-a9 {
  color: hsl(351, 60%, 31.25%);
}
.bootstrap-italia .complementary-1-border-color-a9 {
  border-color: hsl(351, 60%, 31.25%) !important;
}
.bootstrap-italia .complementary-1-border-color-a9.border {
  border-color: hsl(351, 60%, 31.25%) !important;
}
.bootstrap-italia .complementary-1-bg-a10 {
  background-color: hsl(351, 60%, 25%);
}
.bootstrap-italia .complementary-1-color-a10 {
  color: hsl(351, 60%, 25%);
}
.bootstrap-italia .complementary-1-border-color-a10 {
  border-color: hsl(351, 60%, 25%) !important;
}
.bootstrap-italia .complementary-1-border-color-a10.border {
  border-color: hsl(351, 60%, 25%) !important;
}
.bootstrap-italia .complementary-1-bg-a11 {
  background-color: hsl(351, 60%, 18.75%);
}
.bootstrap-italia .complementary-1-color-a11 {
  color: hsl(351, 60%, 18.75%);
}
.bootstrap-italia .complementary-1-border-color-a11 {
  border-color: hsl(351, 60%, 18.75%) !important;
}
.bootstrap-italia .complementary-1-border-color-a11.border {
  border-color: hsl(351, 60%, 18.75%) !important;
}
.bootstrap-italia .complementary-1-bg-a12 {
  background-color: hsl(351, 60%, 12.5%);
}
.bootstrap-italia .complementary-1-color-a12 {
  color: hsl(351, 60%, 12.5%);
}
.bootstrap-italia .complementary-1-border-color-a12 {
  border-color: hsl(351, 60%, 12.5%) !important;
}
.bootstrap-italia .complementary-1-border-color-a12.border {
  border-color: hsl(351, 60%, 12.5%) !important;
}
.bootstrap-italia .complementary-2-bg {
  background-color: hsl(36, 100%, 50%);
}
.bootstrap-italia .complementary-2-color {
  color: hsl(36, 100%, 50%);
}
.bootstrap-italia .complementary-2-border-color- {
  border-color: hsl(36, 100%, 50%) !important;
}
.bootstrap-italia .complementary-2-border-color-.border {
  border-color: hsl(36, 100%, 50%) !important;
}
.bootstrap-italia .complementary-2-bg-a1 {
  background-color: hsl(36, 100%, 87.5%);
}
.bootstrap-italia .complementary-2-color-a1 {
  color: hsl(36, 100%, 87.5%);
}
.bootstrap-italia .complementary-2-border-color-a1 {
  border-color: hsl(36, 100%, 87.5%) !important;
}
.bootstrap-italia .complementary-2-border-color-a1.border {
  border-color: hsl(36, 100%, 87.5%) !important;
}
.bootstrap-italia .complementary-2-bg-a2 {
  background-color: hsl(36, 82.7586206897%, 76.8%);
}
.bootstrap-italia .complementary-2-color-a2 {
  color: hsl(36, 82.7586206897%, 76.8%);
}
.bootstrap-italia .complementary-2-border-color-a2 {
  border-color: hsl(36, 82.7586206897%, 76.8%) !important;
}
.bootstrap-italia .complementary-2-border-color-a2.border {
  border-color: hsl(36, 82.7586206897%, 76.8%) !important;
}
.bootstrap-italia .complementary-2-bg-a3 {
  background-color: hsl(36, 75.975975976%, 66.7%);
}
.bootstrap-italia .complementary-2-color-a3 {
  color: hsl(36, 75.975975976%, 66.7%);
}
.bootstrap-italia .complementary-2-border-color-a3 {
  border-color: hsl(36, 75.975975976%, 66.7%) !important;
}
.bootstrap-italia .complementary-2-border-color-a3.border {
  border-color: hsl(36, 75.975975976%, 66.7%) !important;
}
.bootstrap-italia .complementary-2-bg-a4 {
  background-color: hsl(36, 71.9626168224%, 57.2%);
}
.bootstrap-italia .complementary-2-color-a4 {
  color: hsl(36, 71.9626168224%, 57.2%);
}
.bootstrap-italia .complementary-2-border-color-a4 {
  border-color: hsl(36, 71.9626168224%, 57.2%) !important;
}
.bootstrap-italia .complementary-2-border-color-a4.border {
  border-color: hsl(36, 71.9626168224%, 57.2%) !important;
}
.bootstrap-italia .complementary-2-bg-a5 {
  background-color: hsl(36, 73.9130434783%, 48.3%);
}
.bootstrap-italia .complementary-2-color-a5 {
  color: hsl(36, 73.9130434783%, 48.3%);
}
.bootstrap-italia .complementary-2-border-color-a5 {
  border-color: hsl(36, 73.9130434783%, 48.3%) !important;
}
.bootstrap-italia .complementary-2-border-color-a5.border {
  border-color: hsl(36, 73.9130434783%, 48.3%) !important;
}
.bootstrap-italia .complementary-2-bg-a6 {
  background-color: hsl(36, 100%, 40%);
}
.bootstrap-italia .complementary-2-color-a6 {
  color: hsl(36, 100%, 40%);
}
.bootstrap-italia .complementary-2-border-color-a6 {
  border-color: hsl(36, 100%, 40%) !important;
}
.bootstrap-italia .complementary-2-border-color-a6.border {
  border-color: hsl(36, 100%, 40%) !important;
}
.bootstrap-italia .complementary-2-bg-a7 {
  background-color: hsl(36, 100%, 35%);
}
.bootstrap-italia .complementary-2-color-a7 {
  color: hsl(36, 100%, 35%);
}
.bootstrap-italia .complementary-2-border-color-a7 {
  border-color: hsl(36, 100%, 35%) !important;
}
.bootstrap-italia .complementary-2-border-color-a7.border {
  border-color: hsl(36, 100%, 35%) !important;
}
.bootstrap-italia .complementary-2-bg-a8 {
  background-color: hsl(36, 100%, 30%);
}
.bootstrap-italia .complementary-2-color-a8 {
  color: hsl(36, 100%, 30%);
}
.bootstrap-italia .complementary-2-border-color-a8 {
  border-color: hsl(36, 100%, 30%) !important;
}
.bootstrap-italia .complementary-2-border-color-a8.border {
  border-color: hsl(36, 100%, 30%) !important;
}
.bootstrap-italia .complementary-2-bg-a9 {
  background-color: hsl(36, 100%, 25%);
}
.bootstrap-italia .complementary-2-color-a9 {
  color: hsl(36, 100%, 25%);
}
.bootstrap-italia .complementary-2-border-color-a9 {
  border-color: hsl(36, 100%, 25%) !important;
}
.bootstrap-italia .complementary-2-border-color-a9.border {
  border-color: hsl(36, 100%, 25%) !important;
}
.bootstrap-italia .complementary-2-bg-a10 {
  background-color: hsl(36, 100%, 20%);
}
.bootstrap-italia .complementary-2-color-a10 {
  color: hsl(36, 100%, 20%);
}
.bootstrap-italia .complementary-2-border-color-a10 {
  border-color: hsl(36, 100%, 20%) !important;
}
.bootstrap-italia .complementary-2-border-color-a10.border {
  border-color: hsl(36, 100%, 20%) !important;
}
.bootstrap-italia .complementary-2-bg-a11 {
  background-color: hsl(36, 100%, 15%);
}
.bootstrap-italia .complementary-2-color-a11 {
  color: hsl(36, 100%, 15%);
}
.bootstrap-italia .complementary-2-border-color-a11 {
  border-color: hsl(36, 100%, 15%) !important;
}
.bootstrap-italia .complementary-2-border-color-a11.border {
  border-color: hsl(36, 100%, 15%) !important;
}
.bootstrap-italia .complementary-2-bg-a12 {
  background-color: hsl(36, 100%, 10%);
}
.bootstrap-italia .complementary-2-color-a12 {
  color: hsl(36, 100%, 10%);
}
.bootstrap-italia .complementary-2-border-color-a12 {
  border-color: hsl(36, 100%, 10%) !important;
}
.bootstrap-italia .complementary-2-border-color-a12.border {
  border-color: hsl(36, 100%, 10%) !important;
}
.bootstrap-italia .complementary-3-bg {
  background-color: hsl(159, 100%, 40.5%);
}
.bootstrap-italia .complementary-3-color {
  color: hsl(159, 100%, 40.5%);
}
.bootstrap-italia .complementary-3-border-color- {
  border-color: hsl(159, 100%, 40.5%) !important;
}
.bootstrap-italia .complementary-3-border-color-.border {
  border-color: hsl(159, 100%, 40.5%) !important;
}
.bootstrap-italia .complementary-3-bg-a1 {
  background-color: hsl(159, 100%, 87.5%);
}
.bootstrap-italia .complementary-3-color-a1 {
  color: hsl(159, 100%, 87.5%);
}
.bootstrap-italia .complementary-3-border-color-a1 {
  border-color: hsl(159, 100%, 87.5%) !important;
}
.bootstrap-italia .complementary-3-border-color-a1.border {
  border-color: hsl(159, 100%, 87.5%) !important;
}
.bootstrap-italia .complementary-3-bg-a2 {
  background-color: hsl(159, 82.7586206897%, 76.8%);
}
.bootstrap-italia .complementary-3-color-a2 {
  color: hsl(159, 82.7586206897%, 76.8%);
}
.bootstrap-italia .complementary-3-border-color-a2 {
  border-color: hsl(159, 82.7586206897%, 76.8%) !important;
}
.bootstrap-italia .complementary-3-border-color-a2.border {
  border-color: hsl(159, 82.7586206897%, 76.8%) !important;
}
.bootstrap-italia .complementary-3-bg-a3 {
  background-color: hsl(159, 75.975975976%, 66.7%);
}
.bootstrap-italia .complementary-3-color-a3 {
  color: hsl(159, 75.975975976%, 66.7%);
}
.bootstrap-italia .complementary-3-border-color-a3 {
  border-color: hsl(159, 75.975975976%, 66.7%) !important;
}
.bootstrap-italia .complementary-3-border-color-a3.border {
  border-color: hsl(159, 75.975975976%, 66.7%) !important;
}
.bootstrap-italia .complementary-3-bg-a4 {
  background-color: hsl(159, 71.9626168224%, 57.2%);
}
.bootstrap-italia .complementary-3-color-a4 {
  color: hsl(159, 71.9626168224%, 57.2%);
}
.bootstrap-italia .complementary-3-border-color-a4 {
  border-color: hsl(159, 71.9626168224%, 57.2%) !important;
}
.bootstrap-italia .complementary-3-border-color-a4.border {
  border-color: hsl(159, 71.9626168224%, 57.2%) !important;
}
.bootstrap-italia .complementary-3-bg-a5 {
  background-color: hsl(159, 73.9130434783%, 48.3%);
}
.bootstrap-italia .complementary-3-color-a5 {
  color: hsl(159, 73.9130434783%, 48.3%);
}
.bootstrap-italia .complementary-3-border-color-a5 {
  border-color: hsl(159, 73.9130434783%, 48.3%) !important;
}
.bootstrap-italia .complementary-3-border-color-a5.border {
  border-color: hsl(159, 73.9130434783%, 48.3%) !important;
}
.bootstrap-italia .complementary-3-bg-a6 {
  background-color: hsl(159, 100%, 40%);
}
.bootstrap-italia .complementary-3-color-a6 {
  color: hsl(159, 100%, 40%);
}
.bootstrap-italia .complementary-3-border-color-a6 {
  border-color: hsl(159, 100%, 40%) !important;
}
.bootstrap-italia .complementary-3-border-color-a6.border {
  border-color: hsl(159, 100%, 40%) !important;
}
.bootstrap-italia .complementary-3-bg-a7 {
  background-color: hsl(159, 100%, 35%);
}
.bootstrap-italia .complementary-3-color-a7 {
  color: hsl(159, 100%, 35%);
}
.bootstrap-italia .complementary-3-border-color-a7 {
  border-color: hsl(159, 100%, 35%) !important;
}
.bootstrap-italia .complementary-3-border-color-a7.border {
  border-color: hsl(159, 100%, 35%) !important;
}
.bootstrap-italia .complementary-3-bg-a8 {
  background-color: hsl(159, 100%, 30%);
}
.bootstrap-italia .complementary-3-color-a8 {
  color: hsl(159, 100%, 30%);
}
.bootstrap-italia .complementary-3-border-color-a8 {
  border-color: hsl(159, 100%, 30%) !important;
}
.bootstrap-italia .complementary-3-border-color-a8.border {
  border-color: hsl(159, 100%, 30%) !important;
}
.bootstrap-italia .complementary-3-bg-a9 {
  background-color: hsl(159, 100%, 25%);
}
.bootstrap-italia .complementary-3-color-a9 {
  color: hsl(159, 100%, 25%);
}
.bootstrap-italia .complementary-3-border-color-a9 {
  border-color: hsl(159, 100%, 25%) !important;
}
.bootstrap-italia .complementary-3-border-color-a9.border {
  border-color: hsl(159, 100%, 25%) !important;
}
.bootstrap-italia .complementary-3-bg-a10 {
  background-color: hsl(159, 100%, 20%);
}
.bootstrap-italia .complementary-3-color-a10 {
  color: hsl(159, 100%, 20%);
}
.bootstrap-italia .complementary-3-border-color-a10 {
  border-color: hsl(159, 100%, 20%) !important;
}
.bootstrap-italia .complementary-3-border-color-a10.border {
  border-color: hsl(159, 100%, 20%) !important;
}
.bootstrap-italia .complementary-3-bg-a11 {
  background-color: hsl(159, 100%, 15%);
}
.bootstrap-italia .complementary-3-color-a11 {
  color: hsl(159, 100%, 15%);
}
.bootstrap-italia .complementary-3-border-color-a11 {
  border-color: hsl(159, 100%, 15%) !important;
}
.bootstrap-italia .complementary-3-border-color-a11.border {
  border-color: hsl(159, 100%, 15%) !important;
}
.bootstrap-italia .complementary-3-bg-a12 {
  background-color: hsl(159, 100%, 10%);
}
.bootstrap-italia .complementary-3-color-a12 {
  color: hsl(159, 100%, 10%);
}
.bootstrap-italia .complementary-3-border-color-a12 {
  border-color: hsl(159, 100%, 10%) !important;
}
.bootstrap-italia .complementary-3-border-color-a12.border {
  border-color: hsl(159, 100%, 10%) !important;
}
.bootstrap-italia .analogue-1-bg {
  background-color: hsl(243, 100%, 57.5%);
}
.bootstrap-italia .analogue-1-color {
  color: hsl(243, 100%, 57.5%);
}
.bootstrap-italia .analogue-1-border-color- {
  border-color: hsl(243, 100%, 57.5%) !important;
}
.bootstrap-italia .analogue-1-border-color-.border {
  border-color: hsl(243, 100%, 57.5%) !important;
}
.bootstrap-italia .analogue-1-bg-b1 {
  background-color: hsl(243, 100%, 57.5%);
}
.bootstrap-italia .analogue-1-color-b1 {
  color: hsl(243, 100%, 57.5%);
}
.bootstrap-italia .analogue-1-border-color-b1 {
  border-color: hsl(243, 100%, 57.5%) !important;
}
.bootstrap-italia .analogue-1-border-color-b1.border {
  border-color: hsl(243, 100%, 57.5%) !important;
}
.bootstrap-italia .analogue-1-bg-b2 {
  background-color: hsl(243, 77.1428571429%, 56.25%);
}
.bootstrap-italia .analogue-1-color-b2 {
  color: hsl(243, 77.1428571429%, 56.25%);
}
.bootstrap-italia .analogue-1-border-color-b2 {
  border-color: hsl(243, 77.1428571429%, 56.25%) !important;
}
.bootstrap-italia .analogue-1-border-color-b2.border {
  border-color: hsl(243, 77.1428571429%, 56.25%) !important;
}
.bootstrap-italia .analogue-1-bg-b3 {
  background-color: hsl(243, 56.5217391304%, 54%);
}
.bootstrap-italia .analogue-1-color-b3 {
  color: hsl(243, 56.5217391304%, 54%);
}
.bootstrap-italia .analogue-1-border-color-b3 {
  border-color: hsl(243, 56.5217391304%, 54%) !important;
}
.bootstrap-italia .analogue-1-border-color-b3.border {
  border-color: hsl(243, 56.5217391304%, 54%) !important;
}
.bootstrap-italia .analogue-1-bg-b4 {
  background-color: hsl(243, 39.0862944162%, 50.75%);
}
.bootstrap-italia .analogue-1-color-b4 {
  color: hsl(243, 39.0862944162%, 50.75%);
}
.bootstrap-italia .analogue-1-border-color-b4 {
  border-color: hsl(243, 39.0862944162%, 50.75%) !important;
}
.bootstrap-italia .analogue-1-border-color-b4.border {
  border-color: hsl(243, 39.0862944162%, 50.75%) !important;
}
.bootstrap-italia .analogue-1-bg-b5 {
  background-color: hsl(243, 29.0322580645%, 46.5%);
}
.bootstrap-italia .analogue-1-color-b5 {
  color: hsl(243, 29.0322580645%, 46.5%);
}
.bootstrap-italia .analogue-1-border-color-b5 {
  border-color: hsl(243, 29.0322580645%, 46.5%) !important;
}
.bootstrap-italia .analogue-1-border-color-b5.border {
  border-color: hsl(243, 29.0322580645%, 46.5%) !important;
}
.bootstrap-italia .analogue-1-bg-b6 {
  background-color: hsl(243, 21.2121212121%, 41.25%);
}
.bootstrap-italia .analogue-1-color-b6 {
  color: hsl(243, 21.2121212121%, 41.25%);
}
.bootstrap-italia .analogue-1-border-color-b6 {
  border-color: hsl(243, 21.2121212121%, 41.25%) !important;
}
.bootstrap-italia .analogue-1-border-color-b6.border {
  border-color: hsl(243, 21.2121212121%, 41.25%) !important;
}
.bootstrap-italia .analogue-1-bg-b7 {
  background-color: hsl(243, 14.2857142857%, 35%);
}
.bootstrap-italia .analogue-1-color-b7 {
  color: hsl(243, 14.2857142857%, 35%);
}
.bootstrap-italia .analogue-1-border-color-b7 {
  border-color: hsl(243, 14.2857142857%, 35%) !important;
}
.bootstrap-italia .analogue-1-border-color-b7.border {
  border-color: hsl(243, 14.2857142857%, 35%) !important;
}
.bootstrap-italia .analogue-1-bg-b8 {
  background-color: hsl(243, 8.1081081081%, 27.75%);
}
.bootstrap-italia .analogue-1-color-b8 {
  color: hsl(243, 8.1081081081%, 27.75%);
}
.bootstrap-italia .analogue-1-border-color-b8 {
  border-color: hsl(243, 8.1081081081%, 27.75%) !important;
}
.bootstrap-italia .analogue-1-border-color-b8.border {
  border-color: hsl(243, 8.1081081081%, 27.75%) !important;
}
.bootstrap-italia .analogue-2-bg {
  background-color: hsl(178, 90.4761904762%, 44.625%);
}
.bootstrap-italia .analogue-2-color {
  color: hsl(178, 90.4761904762%, 44.625%);
}
.bootstrap-italia .analogue-2-border-color- {
  border-color: hsl(178, 90.4761904762%, 44.625%) !important;
}
.bootstrap-italia .analogue-2-border-color-.border {
  border-color: hsl(178, 90.4761904762%, 44.625%) !important;
}
.bootstrap-italia .analogue-2-bg-b1 {
  background-color: hsl(178, 90.4761904762%, 44.625%);
}
.bootstrap-italia .analogue-2-color-b1 {
  color: hsl(178, 90.4761904762%, 44.625%);
}
.bootstrap-italia .analogue-2-border-color-b1 {
  border-color: hsl(178, 90.4761904762%, 44.625%) !important;
}
.bootstrap-italia .analogue-2-border-color-b1.border {
  border-color: hsl(178, 90.4761904762%, 44.625%) !important;
}
.bootstrap-italia .analogue-2-bg-b2 {
  background-color: hsl(178, 73.9130434783%, 43.125%);
}
.bootstrap-italia .analogue-2-color-b2 {
  color: hsl(178, 73.9130434783%, 43.125%);
}
.bootstrap-italia .analogue-2-border-color-b2 {
  border-color: hsl(178, 73.9130434783%, 43.125%) !important;
}
.bootstrap-italia .analogue-2-border-color-b2.border {
  border-color: hsl(178, 73.9130434783%, 43.125%) !important;
}
.bootstrap-italia .analogue-2-bg-b3 {
  background-color: hsl(178, 60%, 40.625%);
}
.bootstrap-italia .analogue-2-color-b3 {
  color: hsl(178, 60%, 40.625%);
}
.bootstrap-italia .analogue-2-border-color-b3 {
  border-color: hsl(178, 60%, 40.625%) !important;
}
.bootstrap-italia .analogue-2-border-color-b3.border {
  border-color: hsl(178, 60%, 40.625%) !important;
}
.bootstrap-italia .analogue-2-bg-b4 {
  background-color: hsl(178, 48.1481481481%, 37.125%);
}
.bootstrap-italia .analogue-2-color-b4 {
  color: hsl(178, 48.1481481481%, 37.125%);
}
.bootstrap-italia .analogue-2-border-color-b4 {
  border-color: hsl(178, 48.1481481481%, 37.125%) !important;
}
.bootstrap-italia .analogue-2-border-color-b4.border {
  border-color: hsl(178, 48.1481481481%, 37.125%) !important;
}
.bootstrap-italia .analogue-2-bg-b5 {
  background-color: hsl(178, 37.9310344828%, 32.625%);
}
.bootstrap-italia .analogue-2-color-b5 {
  color: hsl(178, 37.9310344828%, 32.625%);
}
.bootstrap-italia .analogue-2-border-color-b5 {
  border-color: hsl(178, 37.9310344828%, 32.625%) !important;
}
.bootstrap-italia .analogue-2-border-color-b5.border {
  border-color: hsl(178, 37.9310344828%, 32.625%) !important;
}
.bootstrap-italia .analogue-2-bg-b6 {
  background-color: hsl(178, 29.0322580645%, 27.125%);
}
.bootstrap-italia .analogue-2-color-b6 {
  color: hsl(178, 29.0322580645%, 27.125%);
}
.bootstrap-italia .analogue-2-border-color-b6 {
  border-color: hsl(178, 29.0322580645%, 27.125%) !important;
}
.bootstrap-italia .analogue-2-border-color-b6.border {
  border-color: hsl(178, 29.0322580645%, 27.125%) !important;
}
.bootstrap-italia .analogue-2-bg-b7 {
  background-color: hsl(178, 21.2121212121%, 20.625%);
}
.bootstrap-italia .analogue-2-color-b7 {
  color: hsl(178, 21.2121212121%, 20.625%);
}
.bootstrap-italia .analogue-2-border-color-b7 {
  border-color: hsl(178, 21.2121212121%, 20.625%) !important;
}
.bootstrap-italia .analogue-2-border-color-b7.border {
  border-color: hsl(178, 21.2121212121%, 20.625%) !important;
}
.bootstrap-italia .analogue-2-bg-b8 {
  background-color: hsl(178, 14.2857142857%, 13.125%);
}
.bootstrap-italia .analogue-2-color-b8 {
  color: hsl(178, 14.2857142857%, 13.125%);
}
.bootstrap-italia .analogue-2-border-color-b8 {
  border-color: hsl(178, 14.2857142857%, 13.125%) !important;
}
.bootstrap-italia .analogue-2-border-color-b8.border {
  border-color: hsl(178, 14.2857142857%, 13.125%) !important;
}
.bootstrap-italia .complementary-1-bg-b1 {
  background-color: hsl(351, 92.380952381%, 60.625%);
}
.bootstrap-italia .complementary-1-color-b1 {
  color: hsl(351, 92.380952381%, 60.625%);
}
.bootstrap-italia .complementary-1-border-color-b1 {
  border-color: hsl(351, 92.380952381%, 60.625%) !important;
}
.bootstrap-italia .complementary-1-border-color-b1.border {
  border-color: hsl(351, 92.380952381%, 60.625%) !important;
}
.bootstrap-italia .complementary-1-bg-b2 {
  background-color: hsl(351, 68.5039370079%, 58.725%);
}
.bootstrap-italia .complementary-1-color-b2 {
  color: hsl(351, 68.5039370079%, 58.725%);
}
.bootstrap-italia .complementary-1-border-color-b2 {
  border-color: hsl(351, 68.5039370079%, 58.725%) !important;
}
.bootstrap-italia .complementary-1-border-color-b2.border {
  border-color: hsl(351, 68.5039370079%, 58.725%) !important;
}
.bootstrap-italia .complementary-1-bg-b3 {
  background-color: hsl(351, 47.9343520091%, 55.825%);
}
.bootstrap-italia .complementary-1-color-b3 {
  color: hsl(351, 47.9343520091%, 55.825%);
}
.bootstrap-italia .complementary-1-border-color-b3 {
  border-color: hsl(351, 47.9343520091%, 55.825%) !important;
}
.bootstrap-italia .complementary-1-border-color-b3.border {
  border-color: hsl(351, 47.9343520091%, 55.825%) !important;
}
.bootstrap-italia .complementary-1-bg-b4 {
  background-color: hsl(351, 31.3572542902%, 51.925%);
}
.bootstrap-italia .complementary-1-color-b4 {
  color: hsl(351, 31.3572542902%, 51.925%);
}
.bootstrap-italia .complementary-1-border-color-b4 {
  border-color: hsl(351, 31.3572542902%, 51.925%) !important;
}
.bootstrap-italia .complementary-1-border-color-b4.border {
  border-color: hsl(351, 31.3572542902%, 51.925%) !important;
}
.bootstrap-italia .complementary-1-bg-b5 {
  background-color: hsl(351, 21.2121212121%, 47.025%);
}
.bootstrap-italia .complementary-1-color-b5 {
  color: hsl(351, 21.2121212121%, 47.025%);
}
.bootstrap-italia .complementary-1-border-color-b5 {
  border-color: hsl(351, 21.2121212121%, 47.025%) !important;
}
.bootstrap-italia .complementary-1-border-color-b5.border {
  border-color: hsl(351, 21.2121212121%, 47.025%) !important;
}
.bootstrap-italia .complementary-1-bg-b6 {
  background-color: hsl(351, 14.2857142857%, 41.125%);
}
.bootstrap-italia .complementary-1-color-b6 {
  color: hsl(351, 14.2857142857%, 41.125%);
}
.bootstrap-italia .complementary-1-border-color-b6 {
  border-color: hsl(351, 14.2857142857%, 41.125%) !important;
}
.bootstrap-italia .complementary-1-border-color-b6.border {
  border-color: hsl(351, 14.2857142857%, 41.125%) !important;
}
.bootstrap-italia .complementary-1-bg-b7 {
  background-color: hsl(351, 8.1081081081%, 34.225%);
}
.bootstrap-italia .complementary-1-color-b7 {
  color: hsl(351, 8.1081081081%, 34.225%);
}
.bootstrap-italia .complementary-1-border-color-b7 {
  border-color: hsl(351, 8.1081081081%, 34.225%) !important;
}
.bootstrap-italia .complementary-1-border-color-b7.border {
  border-color: hsl(351, 8.1081081081%, 34.225%) !important;
}
.bootstrap-italia .complementary-1-bg-b8 {
  background-color: hsl(351, 2.5641025641%, 26.325%);
}
.bootstrap-italia .complementary-1-color-b8 {
  color: hsl(351, 2.5641025641%, 26.325%);
}
.bootstrap-italia .complementary-1-border-color-b8 {
  border-color: hsl(351, 2.5641025641%, 26.325%) !important;
}
.bootstrap-italia .complementary-1-border-color-b8.border {
  border-color: hsl(351, 2.5641025641%, 26.325%) !important;
}
.bootstrap-italia .complementary-2-bg-b1 {
  background-color: hsl(36, 100%, 50%);
}
.bootstrap-italia .complementary-2-color-b1 {
  color: hsl(36, 100%, 50%);
}
.bootstrap-italia .complementary-2-border-color-b1 {
  border-color: hsl(36, 100%, 50%) !important;
}
.bootstrap-italia .complementary-2-border-color-b1.border {
  border-color: hsl(36, 100%, 50%) !important;
}
.bootstrap-italia .complementary-2-bg-b2 {
  background-color: hsl(36, 81.8181818182%, 49.5%);
}
.bootstrap-italia .complementary-2-color-b2 {
  color: hsl(36, 81.8181818182%, 49.5%);
}
.bootstrap-italia .complementary-2-border-color-b2 {
  border-color: hsl(36, 81.8181818182%, 49.5%) !important;
}
.bootstrap-italia .complementary-2-border-color-b2.border {
  border-color: hsl(36, 81.8181818182%, 49.5%) !important;
}
.bootstrap-italia .complementary-2-bg-b3 {
  background-color: hsl(36, 66.6666666667%, 48%);
}
.bootstrap-italia .complementary-2-color-b3 {
  color: hsl(36, 66.6666666667%, 48%);
}
.bootstrap-italia .complementary-2-border-color-b3 {
  border-color: hsl(36, 66.6666666667%, 48%) !important;
}
.bootstrap-italia .complementary-2-border-color-b3.border {
  border-color: hsl(36, 66.6666666667%, 48%) !important;
}
.bootstrap-italia .complementary-2-bg-b4 {
  background-color: hsl(36, 53.8461538462%, 45.5%);
}
.bootstrap-italia .complementary-2-color-b4 {
  color: hsl(36, 53.8461538462%, 45.5%);
}
.bootstrap-italia .complementary-2-border-color-b4 {
  border-color: hsl(36, 53.8461538462%, 45.5%) !important;
}
.bootstrap-italia .complementary-2-border-color-b4.border {
  border-color: hsl(36, 53.8461538462%, 45.5%) !important;
}
.bootstrap-italia .complementary-2-bg-b5 {
  background-color: hsl(36, 42.8571428571%, 42%);
}
.bootstrap-italia .complementary-2-color-b5 {
  color: hsl(36, 42.8571428571%, 42%);
}
.bootstrap-italia .complementary-2-border-color-b5 {
  border-color: hsl(36, 42.8571428571%, 42%) !important;
}
.bootstrap-italia .complementary-2-border-color-b5.border {
  border-color: hsl(36, 42.8571428571%, 42%) !important;
}
.bootstrap-italia .complementary-2-bg-b6 {
  background-color: hsl(36, 33.3333333333%, 37.5%);
}
.bootstrap-italia .complementary-2-color-b6 {
  color: hsl(36, 33.3333333333%, 37.5%);
}
.bootstrap-italia .complementary-2-border-color-b6 {
  border-color: hsl(36, 33.3333333333%, 37.5%) !important;
}
.bootstrap-italia .complementary-2-border-color-b6.border {
  border-color: hsl(36, 33.3333333333%, 37.5%) !important;
}
.bootstrap-italia .complementary-2-bg-b7 {
  background-color: hsl(36, 25%, 32%);
}
.bootstrap-italia .complementary-2-color-b7 {
  color: hsl(36, 25%, 32%);
}
.bootstrap-italia .complementary-2-border-color-b7 {
  border-color: hsl(36, 25%, 32%) !important;
}
.bootstrap-italia .complementary-2-border-color-b7.border {
  border-color: hsl(36, 25%, 32%) !important;
}
.bootstrap-italia .complementary-2-bg-b8 {
  background-color: hsl(36, 17.6470588235%, 25.5%);
}
.bootstrap-italia .complementary-2-color-b8 {
  color: hsl(36, 17.6470588235%, 25.5%);
}
.bootstrap-italia .complementary-2-border-color-b8 {
  border-color: hsl(36, 17.6470588235%, 25.5%) !important;
}
.bootstrap-italia .complementary-2-border-color-b8.border {
  border-color: hsl(36, 17.6470588235%, 25.5%) !important;
}
.bootstrap-italia .complementary-3-bg-b1 {
  background-color: hsl(159, 100%, 40.5%);
}
.bootstrap-italia .complementary-3-color-b1 {
  color: hsl(159, 100%, 40.5%);
}
.bootstrap-italia .complementary-3-border-color-b1 {
  border-color: hsl(159, 100%, 40.5%) !important;
}
.bootstrap-italia .complementary-3-border-color-b1.border {
  border-color: hsl(159, 100%, 40.5%) !important;
}
.bootstrap-italia .complementary-3-bg-b2 {
  background-color: hsl(159, 81.8181818182%, 39.05%);
}
.bootstrap-italia .complementary-3-color-b2 {
  color: hsl(159, 81.8181818182%, 39.05%);
}
.bootstrap-italia .complementary-3-border-color-b2 {
  border-color: hsl(159, 81.8181818182%, 39.05%) !important;
}
.bootstrap-italia .complementary-3-border-color-b2.border {
  border-color: hsl(159, 81.8181818182%, 39.05%) !important;
}
.bootstrap-italia .complementary-3-bg-b3 {
  background-color: hsl(159, 66.6666666667%, 36.6%);
}
.bootstrap-italia .complementary-3-color-b3 {
  color: hsl(159, 66.6666666667%, 36.6%);
}
.bootstrap-italia .complementary-3-border-color-b3 {
  border-color: hsl(159, 66.6666666667%, 36.6%) !important;
}
.bootstrap-italia .complementary-3-border-color-b3.border {
  border-color: hsl(159, 66.6666666667%, 36.6%) !important;
}
.bootstrap-italia .complementary-3-bg-b4 {
  background-color: hsl(159, 53.8461538462%, 33.15%);
}
.bootstrap-italia .complementary-3-color-b4 {
  color: hsl(159, 53.8461538462%, 33.15%);
}
.bootstrap-italia .complementary-3-border-color-b4 {
  border-color: hsl(159, 53.8461538462%, 33.15%) !important;
}
.bootstrap-italia .complementary-3-border-color-b4.border {
  border-color: hsl(159, 53.8461538462%, 33.15%) !important;
}
.bootstrap-italia .complementary-3-bg-b5 {
  background-color: hsl(159, 42.8571428571%, 28.7%);
}
.bootstrap-italia .complementary-3-color-b5 {
  color: hsl(159, 42.8571428571%, 28.7%);
}
.bootstrap-italia .complementary-3-border-color-b5 {
  border-color: hsl(159, 42.8571428571%, 28.7%) !important;
}
.bootstrap-italia .complementary-3-border-color-b5.border {
  border-color: hsl(159, 42.8571428571%, 28.7%) !important;
}
.bootstrap-italia .complementary-3-bg-b6 {
  background-color: hsl(159, 33.3333333333%, 23.25%);
}
.bootstrap-italia .complementary-3-color-b6 {
  color: hsl(159, 33.3333333333%, 23.25%);
}
.bootstrap-italia .complementary-3-border-color-b6 {
  border-color: hsl(159, 33.3333333333%, 23.25%) !important;
}
.bootstrap-italia .complementary-3-border-color-b6.border {
  border-color: hsl(159, 33.3333333333%, 23.25%) !important;
}
.bootstrap-italia .complementary-3-bg-b7 {
  background-color: hsl(159, 25%, 16.8%);
}
.bootstrap-italia .complementary-3-color-b7 {
  color: hsl(159, 25%, 16.8%);
}
.bootstrap-italia .complementary-3-border-color-b7 {
  border-color: hsl(159, 25%, 16.8%) !important;
}
.bootstrap-italia .complementary-3-border-color-b7.border {
  border-color: hsl(159, 25%, 16.8%) !important;
}
.bootstrap-italia .complementary-3-bg-b8 {
  background-color: hsl(159, 17.6470588235%, 9.35%);
}
.bootstrap-italia .complementary-3-color-b8 {
  color: hsl(159, 17.6470588235%, 9.35%);
}
.bootstrap-italia .complementary-3-border-color-b8 {
  border-color: hsl(159, 17.6470588235%, 9.35%) !important;
}
.bootstrap-italia .complementary-3-border-color-b8.border {
  border-color: hsl(159, 17.6470588235%, 9.35%) !important;
}
.bootstrap-italia .neutral-1-bg {
  background-color: hsl(210, 53.8461538462%, 19.5%);
}
.bootstrap-italia .neutral-1-color {
  color: hsl(210, 53.8461538462%, 19.5%);
}
.bootstrap-italia .neutral-1-border-color- {
  border-color: hsl(210, 53.8461538462%, 19.5%) !important;
}
.bootstrap-italia .neutral-1-border-color-.border {
  border-color: hsl(210, 53.8461538462%, 19.5%) !important;
}
.bootstrap-italia .neutral-1-bg-a1 {
  background-color: hsl(210, 6.2290689886%, 92.535%);
}
.bootstrap-italia .neutral-1-color-a1 {
  color: hsl(210, 6.2290689886%, 92.535%);
}
.bootstrap-italia .neutral-1-border-color-a1 {
  border-color: hsl(210, 6.2290689886%, 92.535%) !important;
}
.bootstrap-italia .neutral-1-border-color-a1.border {
  border-color: hsl(210, 6.2290689886%, 92.535%) !important;
}
.bootstrap-italia .neutral-1-bg-a2 {
  background-color: hsl(210, 2.9799029799%, 85.57%);
}
.bootstrap-italia .neutral-1-color-a2 {
  color: hsl(210, 2.9799029799%, 85.57%);
}
.bootstrap-italia .neutral-1-border-color-a2 {
  border-color: hsl(210, 2.9799029799%, 85.57%) !important;
}
.bootstrap-italia .neutral-1-border-color-a2.border {
  border-color: hsl(210, 2.9799029799%, 85.57%) !important;
}
.bootstrap-italia .neutral-1-bg-a3 {
  background-color: hsl(210, 3.6255162919%, 78.21%);
}
.bootstrap-italia .neutral-1-color-a3 {
  color: hsl(210, 3.6255162919%, 78.21%);
}
.bootstrap-italia .neutral-1-border-color-a3 {
  border-color: hsl(210, 3.6255162919%, 78.21%) !important;
}
.bootstrap-italia .neutral-1-border-color-a3.border {
  border-color: hsl(210, 3.6255162919%, 78.21%) !important;
}
.bootstrap-italia .neutral-1-bg-a4 {
  background-color: hsl(210, 7.1618037135%, 69.84%);
}
.bootstrap-italia .neutral-1-color-a4 {
  color: hsl(210, 7.1618037135%, 69.84%);
}
.bootstrap-italia .neutral-1-border-color-a4 {
  border-color: hsl(210, 7.1618037135%, 69.84%) !important;
}
.bootstrap-italia .neutral-1-border-color-a4.border {
  border-color: hsl(210, 7.1618037135%, 69.84%) !important;
}
.bootstrap-italia .neutral-1-bg-a5 {
  background-color: hsl(210, 8.4967320261%, 61.75%);
}
.bootstrap-italia .neutral-1-color-a5 {
  color: hsl(210, 8.4967320261%, 61.75%);
}
.bootstrap-italia .neutral-1-border-color-a5 {
  border-color: hsl(210, 8.4967320261%, 61.75%) !important;
}
.bootstrap-italia .neutral-1-border-color-a5.border {
  border-color: hsl(210, 8.4967320261%, 61.75%) !important;
}
.bootstrap-italia .neutral-1-bg-a6 {
  background-color: hsl(210, 12.1338912134%, 52.2%);
}
.bootstrap-italia .neutral-1-color-a6 {
  color: hsl(210, 12.1338912134%, 52.2%);
}
.bootstrap-italia .neutral-1-border-color-a6 {
  border-color: hsl(210, 12.1338912134%, 52.2%) !important;
}
.bootstrap-italia .neutral-1-border-color-a6.border {
  border-color: hsl(210, 12.1338912134%, 52.2%) !important;
}
.bootstrap-italia .neutral-1-bg-a7 {
  background-color: hsl(210, 17.6470588235%, 43.35%);
}
.bootstrap-italia .neutral-1-color-a7 {
  color: hsl(210, 17.6470588235%, 43.35%);
}
.bootstrap-italia .neutral-1-border-color-a7 {
  border-color: hsl(210, 17.6470588235%, 43.35%) !important;
}
.bootstrap-italia .neutral-1-border-color-a7.border {
  border-color: hsl(210, 17.6470588235%, 43.35%) !important;
}
.bootstrap-italia .neutral-1-bg-a8 {
  background-color: hsl(210, 25%, 35.2%);
}
.bootstrap-italia .neutral-1-color-a8 {
  color: hsl(210, 25%, 35.2%);
}
.bootstrap-italia .neutral-1-border-color-a8 {
  border-color: hsl(210, 25%, 35.2%) !important;
}
.bootstrap-italia .neutral-1-border-color-a8.border {
  border-color: hsl(210, 25%, 35.2%) !important;
}
.bootstrap-italia .neutral-1-bg-a9 {
  background-color: hsl(210, 33.3333333333%, 27.75%);
}
.bootstrap-italia .neutral-1-color-a9 {
  color: hsl(210, 33.3333333333%, 27.75%);
}
.bootstrap-italia .neutral-1-border-color-a9 {
  border-color: hsl(210, 33.3333333333%, 27.75%) !important;
}
.bootstrap-italia .neutral-1-border-color-a9.border {
  border-color: hsl(210, 33.3333333333%, 27.75%) !important;
}
.bootstrap-italia .neutral-1-bg-a10 {
  background-color: hsl(210, 53.8461538462%, 19.5%);
}
.bootstrap-italia .neutral-1-color-a10 {
  color: hsl(210, 53.8461538462%, 19.5%);
}
.bootstrap-italia .neutral-1-border-color-a10 {
  border-color: hsl(210, 53.8461538462%, 19.5%) !important;
}
.bootstrap-italia .neutral-1-border-color-a10.border {
  border-color: hsl(210, 53.8461538462%, 19.5%) !important;
}
.bootstrap-italia .neutral-2-bg {
  background-color: hsl(210, 32.2033898305%, 92.625%);
}
.bootstrap-italia .neutral-2-color {
  color: hsl(210, 32.2033898305%, 92.625%);
}
.bootstrap-italia .neutral-2-border-color- {
  border-color: hsl(210, 32.2033898305%, 92.625%);
}
.bootstrap-italia .neutral-2-bg-b1 {
  background-color: hsl(210, 32.2033898305%, 92.625%);
}
.bootstrap-italia .neutral-2-color-b1 {
  color: hsl(210, 32.2033898305%, 92.625%);
}
.bootstrap-italia .neutral-2-border-color-b1 {
  border-color: hsl(210, 32.2033898305%, 92.625%) !important;
}
.bootstrap-italia .neutral-2-border-color-b1.border {
  border-color: hsl(210, 32.2033898305%, 92.625%) !important;
}
.bootstrap-italia .neutral-2-bg-b2 {
  background-color: hsl(210, 9.0909090909%, 78%);
}
.bootstrap-italia .neutral-2-color-b2 {
  color: hsl(210, 9.0909090909%, 78%);
}
.bootstrap-italia .neutral-2-border-color-b2 {
  border-color: hsl(210, 9.0909090909%, 78%) !important;
}
.bootstrap-italia .neutral-2-border-color-b2.border {
  border-color: hsl(210, 9.0909090909%, 78%) !important;
}
.bootstrap-italia .neutral-2-bg-b3 {
  background-color: hsl(210, 4.4368600683%, 63.375%);
}
.bootstrap-italia .neutral-2-color-b3 {
  color: hsl(210, 4.4368600683%, 63.375%);
}
.bootstrap-italia .neutral-2-border-color-b3 {
  border-color: hsl(210, 4.4368600683%, 63.375%) !important;
}
.bootstrap-italia .neutral-2-border-color-b3.border {
  border-color: hsl(210, 4.4368600683%, 63.375%) !important;
}
.bootstrap-italia .neutral-2-bg-b4 {
  background-color: hsl(210, 2.5641025641%, 48.75%);
}
.bootstrap-italia .neutral-2-color-b4 {
  color: hsl(210, 2.5641025641%, 48.75%);
}
.bootstrap-italia .neutral-2-border-color-b4 {
  border-color: hsl(210, 2.5641025641%, 48.75%) !important;
}
.bootstrap-italia .neutral-2-border-color-b4.border {
  border-color: hsl(210, 2.5641025641%, 48.75%) !important;
}
.bootstrap-italia .neutral-2-bg-b5 {
  background-color: hsl(210, 2.0408163265%, 34.3%);
}
.bootstrap-italia .neutral-2-color-b5 {
  color: hsl(210, 2.0408163265%, 34.3%);
}
.bootstrap-italia .neutral-2-border-color-b5 {
  border-color: hsl(210, 2.0408163265%, 34.3%) !important;
}
.bootstrap-italia .neutral-2-border-color-b5.border {
  border-color: hsl(210, 2.0408163265%, 34.3%) !important;
}
.bootstrap-italia .neutral-2-bg-b6 {
  background-color: hsl(210, 3.6269430052%, 19.3%);
}
.bootstrap-italia .neutral-2-color-b6 {
  color: hsl(210, 3.6269430052%, 19.3%);
}
.bootstrap-italia .neutral-2-border-color-b6 {
  border-color: hsl(210, 3.6269430052%, 19.3%) !important;
}
.bootstrap-italia .neutral-2-border-color-b6.border {
  border-color: hsl(210, 3.6269430052%, 19.3%) !important;
}
.bootstrap-italia .neutral-2-bg-b7 {
  background-color: hsl(210, 4.7120418848%, 4.775%);
}
.bootstrap-italia .neutral-2-color-b7 {
  color: hsl(210, 4.7120418848%, 4.775%);
}
.bootstrap-italia .neutral-2-border-color-b7 {
  border-color: hsl(210, 4.7120418848%, 4.775%) !important;
}
.bootstrap-italia .neutral-2-border-color-b7.border {
  border-color: hsl(210, 4.7120418848%, 4.775%) !important;
}
.bootstrap-italia .neutral-2-bg-a1 {
  background-color: hsl(210, 32.2033898305%, 92.625%);
}
.bootstrap-italia .neutral-2-color-a1 {
  color: hsl(210, 32.2033898305%, 92.625%);
}
.bootstrap-italia .neutral-2-border-color-a1 {
  border-color: hsl(210, 32.2033898305%, 92.625%) !important;
}
.bootstrap-italia .neutral-2-border-color-a1.border {
  border-color: hsl(210, 32.2033898305%, 92.625%) !important;
}
.bootstrap-italia .neutral-2-bg-a2 {
  background-color: hsl(210, 13.7931034483%, 76.8%);
}
.bootstrap-italia .neutral-2-color-a2 {
  color: hsl(210, 13.7931034483%, 76.8%);
}
.bootstrap-italia .neutral-2-border-color-a2 {
  border-color: hsl(210, 13.7931034483%, 76.8%) !important;
}
.bootstrap-italia .neutral-2-border-color-a2.border {
  border-color: hsl(210, 13.7931034483%, 76.8%) !important;
}
.bootstrap-italia .neutral-2-bg-a3 {
  background-color: hsl(210, 6.103286385%, 62.725%);
}
.bootstrap-italia .neutral-2-color-a3 {
  color: hsl(210, 6.103286385%, 62.725%);
}
.bootstrap-italia .neutral-2-border-color-a3 {
  border-color: hsl(210, 6.103286385%, 62.725%) !important;
}
.bootstrap-italia .neutral-2-border-color-a3.border {
  border-color: hsl(210, 6.103286385%, 62.725%) !important;
}
.bootstrap-italia .neutral-2-bg-a4 {
  background-color: hsl(210, 3.6269430052%, 48.25%);
}
.bootstrap-italia .neutral-2-color-a4 {
  color: hsl(210, 3.6269430052%, 48.25%);
}
.bootstrap-italia .neutral-2-border-color-a4 {
  border-color: hsl(210, 3.6269430052%, 48.25%) !important;
}
.bootstrap-italia .neutral-2-border-color-a4.border {
  border-color: hsl(210, 3.6269430052%, 48.25%) !important;
}
.bootstrap-italia .neutral-2-bg-a5 {
  background-color: hsl(210, 3.6269430052%, 33.775%);
}
.bootstrap-italia .neutral-2-color-a5 {
  color: hsl(210, 3.6269430052%, 33.775%);
}
.bootstrap-italia .neutral-2-border-color-a5 {
  border-color: hsl(210, 3.6269430052%, 33.775%) !important;
}
.bootstrap-italia .neutral-2-border-color-a5.border {
  border-color: hsl(210, 3.6269430052%, 33.775%) !important;
}
.bootstrap-italia .neutral-2-bg-a6 {
  background-color: hsl(210, 3.6269430052%, 19.3%);
}
.bootstrap-italia .neutral-2-color-a6 {
  color: hsl(210, 3.6269430052%, 19.3%);
}
.bootstrap-italia .neutral-2-border-color-a6 {
  border-color: hsl(210, 3.6269430052%, 19.3%) !important;
}
.bootstrap-italia .neutral-2-border-color-a6.border {
  border-color: hsl(210, 3.6269430052%, 19.3%) !important;
}
.bootstrap-italia .neutral-2-bg-a7 {
  background-color: hsl(210, 4.7120418848%, 9.55%);
}
.bootstrap-italia .neutral-2-color-a7 {
  color: hsl(210, 4.7120418848%, 9.55%);
}
.bootstrap-italia .neutral-2-border-color-a7 {
  border-color: hsl(210, 4.7120418848%, 9.55%) !important;
}
.bootstrap-italia .neutral-2-border-color-a7.border {
  border-color: hsl(210, 4.7120418848%, 9.55%) !important;
}
.bootstrap-italia .lightgrey-bg-a1 {
  background-color: #e8f2fc;
}
.bootstrap-italia .lightgrey-color-a1 {
  color: #e8f2fc;
}
.bootstrap-italia .lightgrey-border-color-a1 {
  border-color: #e8f2fc !important;
}
.bootstrap-italia .lightgrey-border-color-a1.border {
  border-color: #e8f2fc !important;
}
.bootstrap-italia .lightgrey-bg-a2 {
  background-color: #edf5fc;
}
.bootstrap-italia .lightgrey-color-a2 {
  color: #edf5fc;
}
.bootstrap-italia .lightgrey-border-color-a2 {
  border-color: #edf5fc !important;
}
.bootstrap-italia .lightgrey-border-color-a2.border {
  border-color: #edf5fc !important;
}
.bootstrap-italia .lightgrey-bg-a3 {
  background-color: #f2f7fc;
}
.bootstrap-italia .lightgrey-color-a3 {
  color: #f2f7fc;
}
.bootstrap-italia .lightgrey-border-color-a3 {
  border-color: #f2f7fc !important;
}
.bootstrap-italia .lightgrey-border-color-a3.border {
  border-color: #f2f7fc !important;
}
.bootstrap-italia .lightgrey-bg-a4 {
  background-color: #f5f9fc;
}
.bootstrap-italia .lightgrey-color-a4 {
  color: #f5f9fc;
}
.bootstrap-italia .lightgrey-border-color-a4 {
  border-color: #f5f9fc !important;
}
.bootstrap-italia .lightgrey-border-color-a4.border {
  border-color: #f5f9fc !important;
}
.bootstrap-italia .lightgrey-bg-b1 {
  background-color: #e6f0fa;
}
.bootstrap-italia .lightgrey-color-b1 {
  color: #e6f0fa;
}
.bootstrap-italia .lightgrey-border-color-b1 {
  border-color: #e6f0fa !important;
}
.bootstrap-italia .lightgrey-border-color-b1.border {
  border-color: #e6f0fa !important;
}
.bootstrap-italia .lightgrey-bg-b2 {
  background-color: #ebf2fa;
}
.bootstrap-italia .lightgrey-color-b2 {
  color: #ebf2fa;
}
.bootstrap-italia .lightgrey-border-color-b2 {
  border-color: #ebf2fa !important;
}
.bootstrap-italia .lightgrey-border-color-b2.border {
  border-color: #ebf2fa !important;
}
.bootstrap-italia .lightgrey-bg-b3 {
  background-color: #edf4fa;
}
.bootstrap-italia .lightgrey-color-b3 {
  color: #edf4fa;
}
.bootstrap-italia .lightgrey-border-color-b3 {
  border-color: #edf4fa !important;
}
.bootstrap-italia .lightgrey-border-color-b3.border {
  border-color: #edf4fa !important;
}
.bootstrap-italia .lightgrey-bg-b4 {
  background-color: #f2f6fa;
}
.bootstrap-italia .lightgrey-color-b4 {
  color: #f2f6fa;
}
.bootstrap-italia .lightgrey-border-color-b4 {
  border-color: #f2f6fa !important;
}
.bootstrap-italia .lightgrey-border-color-b4.border {
  border-color: #f2f6fa !important;
}
.bootstrap-italia .lightgrey-bg-c1 {
  background-color: #f7f9fa;
}
.bootstrap-italia .lightgrey-color-c1 {
  color: #f7f9fa;
}
.bootstrap-italia .lightgrey-border-color-c1 {
  border-color: #f7f9fa !important;
}
.bootstrap-italia .lightgrey-border-color-c1.border {
  border-color: #f7f9fa !important;
}
.bootstrap-italia .lightgrey-bg-c2 {
  background-color: #f5f6f7;
}
.bootstrap-italia .lightgrey-color-c2 {
  color: #f5f6f7;
}
.bootstrap-italia .lightgrey-border-color-c2 {
  border-color: #f5f6f7 !important;
}
.bootstrap-italia .lightgrey-border-color-c2.border {
  border-color: #f5f6f7 !important;
}
.bootstrap-italia html,
.bootstrap-italia body {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .bootstrap-italia html,
  .bootstrap-italia body {
    font-size: 18px;
    line-height: 1.555;
  }
}
.bootstrap-italia h1,
.bootstrap-italia .h1 {
  letter-spacing: -1px;
}
@media (min-width: 576px) {
  .bootstrap-italia h1,
  .bootstrap-italia .h1 {
    font-size: 2.666rem;
    letter-spacing: -1.2px;
    line-height: 1.25;
  }
}
.bootstrap-italia h2,
.bootstrap-italia .h2 {
  line-height: 1.25;
  letter-spacing: normal;
}
@media (min-width: 576px) {
  .bootstrap-italia h2,
  .bootstrap-italia .h2 {
    font-size: 2.222rem;
    line-height: 1.2;
  }
}
.bootstrap-italia h3,
.bootstrap-italia .h3 {
  line-height: 1.1428;
  letter-spacing: normal;
}
@media (min-width: 576px) {
  .bootstrap-italia h3,
  .bootstrap-italia .h3 {
    font-size: 1.777rem;
    line-height: 1.25;
  }
}
.bootstrap-italia h4,
.bootstrap-italia .h4 {
  line-height: 1.1666;
  letter-spacing: normal;
}
@media (min-width: 576px) {
  .bootstrap-italia h4,
  .bootstrap-italia .h4 {
    font-size: 1.555rem;
    line-height: 1.428;
    font-weight: 600;
  }
}
.bootstrap-italia h5,
.bootstrap-italia .h5 {
  font-weight: 400;
  letter-spacing: normal;
}
@media (min-width: 576px) {
  .bootstrap-italia h5,
  .bootstrap-italia .h5 {
    font-size: 1.333rem;
  }
}
.bootstrap-italia h6,
.bootstrap-italia .h6 {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
}
.bootstrap-italia .display-1 {
  font-size: 3.111rem;
}
@media (min-width: 576px) {
  .bootstrap-italia .display-1 {
    font-size: 3.111rem;
    line-height: 1.428;
  }
}
.bootstrap-italia blockquote,
.bootstrap-italia .blockquote {
  font-family: Lora, Georgia, serif;
  margin: 1.5rem 0;
}
.bootstrap-italia caption {
  font-size: 0.777rem;
  line-height: 1.4285;
}
.bootstrap-italia b,
.bootstrap-italia strong {
  font-weight: 600;
}
.bootstrap-italia small,
.bootstrap-italia .small {
  font-size: 0.9375rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  .bootstrap-italia small,
  .bootstrap-italia .small {
    font-size: 0.8888rem;
  }
}
.bootstrap-italia .x-small {
  font-size: 0.875rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  .bootstrap-italia .x-small {
    font-size: 0.7777rem;
  }
}
.bootstrap-italia .blockquote-footer {
  color: hsl(225, 0.5025125628%, 39.8%);
}
.bg-dark .bootstrap-italia .blockquote-footer {
  color: hsl(225, 0.7444168734%, 59.7%);
}
.bootstrap-italia .text-serif {
  font-family: Lora, Georgia, serif !important;
}
.bootstrap-italia .text-sans-serif {
  font-family: "Titillium Web", Geneva, Tahoma, sans-serif !important;
}
.bootstrap-italia .text-monospace {
  font-family: "Roboto Mono", monospace !important;
}
.bootstrap-italia .row.variable-gutters {
  margin-right: -6px;
  margin-left: -6px;
}
.bootstrap-italia .row.variable-gutters > .col,
.bootstrap-italia .row.variable-gutters > [class*=col-] {
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 576px) {
  .bootstrap-italia .row.variable-gutters {
    margin-right: -6px;
    margin-left: -6px;
  }
  .bootstrap-italia .row.variable-gutters > .col,
  .bootstrap-italia .row.variable-gutters > [class*=col-] {
    padding-right: 6px;
    padding-left: 6px;
  }
}
@media (min-width: 768px) {
  .bootstrap-italia .row.variable-gutters {
    margin-right: -10px;
    margin-left: -10px;
  }
  .bootstrap-italia .row.variable-gutters > .col,
  .bootstrap-italia .row.variable-gutters > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .bootstrap-italia .row.variable-gutters {
    margin-right: -10px;
    margin-left: -10px;
  }
  .bootstrap-italia .row.variable-gutters > .col,
  .bootstrap-italia .row.variable-gutters > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-italia .row.variable-gutters {
    margin-right: -14px;
    margin-left: -14px;
  }
  .bootstrap-italia .row.variable-gutters > .col,
  .bootstrap-italia .row.variable-gutters > [class*=col-] {
    padding-right: 14px;
    padding-left: 14px;
  }
}
.bootstrap-italia .row.row-column-border {
  border-top: 1px solid hsl(240, 1.1532125206%, 69.65%);
}
.bootstrap-italia .row.row-column-border > [class^=col-] {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid hsl(240, 1.1532125206%, 69.65%);
}
.bootstrap-italia .row.row-column-border > [class^=col-]:first-child {
  border: none;
}
.bootstrap-italia .row.row-column-border > [class^=col-] .navbar {
  padding: 0;
}
.bootstrap-italia .row.row-column-border > [class^=col-] .navbar .menu-wrapper .nav-link {
  padding-right: 0;
}
.bootstrap-italia .row.row-column-menu-left > [class^=col-]:first-child {
  padding: 1rem 0;
}
.bootstrap-italia .row.row-column-menu-right > [class^=col-]:last-child {
  padding: 1rem 0;
}
.bootstrap-italia .row.row-card {
  background-color: hsl(0, 0%, 100%);
}
@media (min-width: 992px) {
  .bootstrap-italia .row.row-column-border {
    margin-top: 1rem;
  }
  .bootstrap-italia .row.row-column-border > [class^=col-] {
    padding: 3rem 3rem;
    border-top: none;
    border-left: 1px solid hsl(240, 1.1532125206%, 69.65%);
  }
  .bootstrap-italia .row.row-column-border > [class^=col-]:first-child {
    border: none;
    padding-left: 0;
  }
  .bootstrap-italia .row.row-column-border > [class^=col-] .navbar .menu-wrapper {
    padding: 0;
  }
  .bootstrap-italia .row.row-column-menu-left > [class^=col-]:first-child {
    padding: 0;
  }
  .bootstrap-italia .row.row-column-menu-right > [class^=col-]:last-child {
    padding: 0;
  }
}
.bootstrap-italia .row.row-full-width {
  max-width: 100vw;
  margin: 0 calc(-50vw + 50%);
}
.bootstrap-italia .row.row-full-width > * {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.bootstrap-italia .row.row-full-width > * img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: cover;
}
.bootstrap-italia .row.row-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .bootstrap-italia .row.row-title {
    flex-direction: row;
    align-items: flex-start;
  }
}
.bootstrap-italia .row.row-border h1 {
  border-bottom: 1px solid hsl(240, 1.1532125206%, 69.65%);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.bootstrap-italia .row.row-border h2 {
  border-bottom: 1px solid hsl(240, 1.1532125206%, 69.65%);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.bootstrap-italia .row.row-border h3 {
  border-bottom: 1px solid hsl(240, 1.1532125206%, 69.65%);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.bootstrap-italia .row.row-border h4 {
  border-bottom: 1px solid hsl(240, 1.1532125206%, 69.65%);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.bootstrap-italia .row.row-border h5 {
  border-bottom: 1px solid hsl(240, 1.1532125206%, 69.65%);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.bootstrap-italia .row.row-border h6 {
  border-bottom: 1px solid hsl(240, 1.1532125206%, 69.65%);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .bootstrap-italia .row.row-border {
    border-bottom: 1px solid hsl(240, 1.1532125206%, 69.65%);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .bootstrap-italia .row.row-border h1 {
    border: none;
    margin: 0;
    padding: 0;
  }
  .bootstrap-italia .row.row-border h2 {
    border: none;
    margin: 0;
    padding: 0;
  }
  .bootstrap-italia .row.row-border h3 {
    border: none;
    margin: 0;
    padding: 0;
  }
  .bootstrap-italia .row.row-border h4 {
    border: none;
    margin: 0;
    padding: 0;
  }
  .bootstrap-italia .row.row-border h5 {
    border: none;
    margin: 0;
    padding: 0;
  }
  .bootstrap-italia .row.row-border h6 {
    border: none;
    margin: 0;
    padding: 0;
  }
}
.bootstrap-italia .row.row-calendar {
  display: block;
}
.bootstrap-italia .sticky-wrapper.is-sticky {
  position: fixed;
}
.bootstrap-italia .sticky-wrapper.is-sticky.navbar-wrapper {
  z-index: 1;
  left: 0;
  right: 0;
  width: auto;
}
.bootstrap-italia .sticky-wrapper.is-sticky.navbar-wrapper .navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid hsl(240, 1.1532125206%, 69.65%);
}
.bootstrap-italia .sticky-wrapper.is-sticky.navbar-wrapper.sticky-expanded {
  z-index: auto;
}
@media (min-width: 992px) {
  .bootstrap-italia .sticky-wrapper.is-sticky.navbar-wrapper {
    z-index: auto;
    left: auto;
    right: auto;
    width: unset;
  }
  .bootstrap-italia .sticky-wrapper.is-sticky.navbar-wrapper .navbar {
    border: none;
    background-color: transparent;
    padding: 0;
  }
  .bootstrap-italia .sticky-wrapper.is-sticky.navbar-wrapper .navbar .menu-wrapper {
    padding: 0;
  }
  .bootstrap-italia .sticky-wrapper.is-sticky.navbar-wrapper .navbar .menu-wrapper .nav-link {
    padding-right: 0;
  }
  .bootstrap-italia .sticky-wrapper.is-sticky.navbar-wrapper .navbar.it-bottom-navscroll {
    border: none;
  }
  .bootstrap-italia .sticky-wrapper.is-sticky.navbar-wrapper.at-bottom {
    position: absolute;
    top: auto !important;
    bottom: 0;
  }
}
.bootstrap-italia .sticky-wrapper.navbar-wrapper .navbar.it-top-navscroll, .bootstrap-italia .sticky-wrapper.navbar-wrapper .navbar.it-bottom-navscroll {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.bootstrap-italia .table th,
.bootstrap-italia .table td {
  text-align: left;
  border-bottom: 1px solid #d6dce3;
  border-top: none;
}
.bootstrap-italia .breadcrumb-container .breadcrumb {
  padding: 0.5em 0;
  border-radius: 0;
}
.bootstrap-italia .breadcrumb-container .breadcrumb .breadcrumb-item {
  padding-left: 0;
}
.bootstrap-italia .breadcrumb-container .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  display: none;
}
.bootstrap-italia .breadcrumb-container .breadcrumb .breadcrumb-item i {
  padding-right: 0.5em;
}
.bootstrap-italia .breadcrumb-container .breadcrumb .breadcrumb-item a {
  color: hsl(210, 17.6470588235%, 43.35%);
  font-weight: 600;
}
.bootstrap-italia .breadcrumb-container .breadcrumb .breadcrumb-item.active a {
  font-weight: normal;
  pointer-events: none;
}
.bootstrap-italia .breadcrumb-container .breadcrumb .breadcrumb-item span.separator {
  display: inline-block;
  font-weight: 600;
  padding: 0 0.5em;
}
.bootstrap-italia .breadcrumb-container .breadcrumb.dark {
  background: hsl(210, 25%, 35.2%);
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .breadcrumb-container .breadcrumb.dark .breadcrumb-item a {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .breadcrumb-container .breadcrumb.dark .breadcrumb-item span.separator {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .breadcrumb-container .breadcrumb.dark .breadcrumb-item i {
  color: hsl(178, 90.4761904762%, 44.625%);
}
.bootstrap-italia .breadcrumb-container .breadcrumb.dark .breadcrumb-item.active {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .modal-content,
.bootstrap-italia .modal-header {
  border-radius: 0;
}
.bootstrap-italia *[data-toggle=collapse] .collapse-icon::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.5rem solid;
  border-right: 0.5rem solid transparent;
  border-bottom: 0;
  border-left: 0.5rem solid transparent;
  vertical-align: 0.1875rem;
}
.bootstrap-italia *[data-toggle=collapse].collapsed .collapse-icon::before {
  transform: rotate(180deg);
}
.bootstrap-italia .collapse-div {
  border-bottom: 1px solid hsl(225, 4.3062200957%, 89.55%);
}
.bootstrap-italia .collapse-div .collapse-div {
  border: 1px solid hsl(225, 4.3062200957%, 89.55%);
  border-top: 0;
}
.bootstrap-italia .collapse-div.collapse-background-active .collapse-header *[data-toggle=collapse][aria-expanded=true] {
  background-color: #706f6f;
  color: hsl(0, 0%, 100%);
  border-color: #706f6f;
}
.bootstrap-italia .collapse-div.collapse-background-active .collapse-header *[data-toggle=collapse][aria-expanded=true]:before {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .collapse-div.collapse-background-hover .collapse-header *[data-toggle=collapse]:hover {
  background-color: #706f6f;
  color: hsl(0, 0%, 100%);
  border-color: #706f6f;
}
.bootstrap-italia .collapse-div.collapse-background-hover .collapse-header *[data-toggle=collapse]:hover:before {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .collapse-div.collapse-left-icon .collapse-header *[data-toggle=collapse]:before {
  content: "-";
  float: left;
  margin: 0 1rem 0 0;
  font-size: 1.5rem;
  line-height: 1.2rem;
  font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
  transform: none;
}
.bootstrap-italia .collapse-div.collapse-left-icon .collapse-header *[data-toggle=collapse][aria-expanded=false]:before {
  content: "+";
}
.bootstrap-italia .collapse-header {
  position: relative;
}
.bootstrap-italia .collapse-header *[data-toggle=collapse] {
  width: 100%;
  text-align: left;
  border: 0;
  background-color: transparent;
  border-top: 1px solid hsl(225, 4.3062200957%, 89.55%);
  padding: 14px 24px;
  cursor: pointer;
  color: hsl(210, 16.9590643275%, 43.605%);
  font-weight: 600;
}
.bootstrap-italia .collapse-header *[data-toggle=collapse][aria-expanded=false] {
  color: #706f6f;
}
.bootstrap-italia .collapse-header *[data-toggle=collapse][aria-expanded=false]:before {
  transform: scaleY(-1);
}
.bootstrap-italia .collapse-header *[data-toggle=collapse][aria-expanded=false]:hover:before, .bootstrap-italia .collapse-header *[data-toggle=collapse][aria-expanded=true]:hover:before {
  text-decoration: none;
}
.bootstrap-italia .collapse-header *[data-toggle=collapse]:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHRpdGxlPml0LWNvbGxhcHNlPC90aXRsZT48ZyBpZD0iTGl2ZWxsb18xMyIgZGF0YS1uYW1lPSJMaXZlbGxvIDEzIj48cGF0aCBmaWxsPSIjN0ZCMkU1IiBkPSJNMTIsMTAuMjUsMTYuNzcsMTVhLjc1Ljc1LDAsMCwwLDEuMDYsMCwuNzQuNzQsMCwwLDAsMC0xLjA2TDEzLjA2LDkuMTlhMS41MSwxLjUxLDAsMCwwLTIuMTIsMEw2LjE3LDE0YS43NC43NCwwLDAsMCwwLDEuMDYuNzUuNzUsMCwwLDAsMS4wNiwwWiIvPjwvZz48L3N2Zz4K");
  float: right;
  width: 1.5rem;
  line-height: 0.1rem;
  color: hsl(210, 85.7142857143%, 72%);
  transition: transform 0.3s;
}
.bootstrap-italia .collapse-header *[data-toggle=collapse]:hover {
  background: none;
  text-decoration: underline;
}
.bootstrap-italia .collapse-body {
  padding: 12px 24px 42px;
}
.bootstrap-italia .collapse-body .collapse-header button[aria-expanded=true]:before {
  height: 0;
  width: 0;
}
.bootstrap-italia .it-carousel-wrapper {
  margin: 0 auto;
}
.bootstrap-italia .it-carousel-wrapper .it-special-card h5.card-title {
  margin-bottom: 0;
}
.bootstrap-italia .it-carousel-wrapper .it-header-block h2 {
  font-size: 1.75rem;
  border-bottom: 1px solid hsl(210, 2.9799029799%, 85.57%);
  padding-bottom: 8px;
  margin-bottom: 0;
  letter-spacing: unset;
}
.bootstrap-italia .it-carousel-wrapper .owl-stage-outer {
  padding-top: 24px;
  padding-bottom: 0;
}
.bootstrap-italia .it-carousel-wrapper .card-wrapper {
  padding-bottom: 16px;
}
.bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper > a {
  position: relative;
  display: block;
  position: relative;
}
.bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card {
  border-right: none;
  margin-right: 0;
}
.bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card:after {
  display: none;
}
.bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .card-signature {
  float: left;
  margin-bottom: 0;
  width: 60%;
}
.bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a.read-more {
  float: right;
  position: inherit;
  bottom: inherit;
  margin-bottom: 0;
  width: 35%;
  justify-content: flex-end;
  line-height: 21px;
}
.bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3 {
  margin: 0 auto;
}
.bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-header-block {
  padding: 0 24px;
}
.bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel .it-img-card .owl-stage {
  left: unset;
}
.bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3 .owl-stage {
  left: -40px;
}
.bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel .owl-stage {
  left: unset;
}
.bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel .owl-dots {
  text-align: center;
}
.bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-img-card .owl-stage {
  left: -16px;
}
.bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3 .card.card-img {
  margin-left: 0;
  margin-right: 0;
}
.bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .card.card-bg {
  margin-left: 0;
  margin-right: 0;
}
.bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .owl-stage-outer {
  border-right: none;
}
.bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .owl-stage {
  left: -16px;
}
.bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .owl-dots {
  text-align: center;
  margin-top: 0;
}
.bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3 .owl-dots {
  text-align: center;
  margin-top: 16px;
  margin-left: 38px;
  margin-right: 38px;
}
.bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-img-card .owl-dots {
  text-align: center;
}
.bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-img-card .it-img-card .owl-stage {
  left: -16px;
}
.bootstrap-italia .it-carousel-wrapper .owl-dots {
  text-align: center;
}
.bootstrap-italia .it-carousel-wrapper .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: hsl(210, 100%, 35%);
  display: inline-block;
  opacity: 0.3;
  transition: all 0.3s;
  border-radius: 50px;
  margin: 0 8px;
}
.bootstrap-italia .it-carousel-wrapper .owl-dots .owl-dot.active {
  opacity: 1;
}
@media (min-width: 768px) {
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer {
    border-right: 3px solid #fff;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-img-card .owl-stage {
    left: -16px;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel .it-img-card .owl-stage {
    left: unset;
  }
}
@media (min-width: 992px) {
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract {
    max-width: 960px;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage {
    display: flex;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage .owl-item {
    display: flex;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage .owl-item .it-single-slide-wrapper {
    height: 100%;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper {
    display: flex;
    flex-basis: 100%;
    width: 100%;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper > a {
    flex-basis: 50%;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper > a .img-responsive-wrapper .img-responsive {
    padding-bottom: inherit;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside {
    flex-basis: 50%;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card {
    border-right: none;
    margin-right: 0;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card:after {
    display: none;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body {
    padding-left: 48px;
    padding-bottom: 48px;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .card-signature {
    float: left;
    width: 60%;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a.read-more {
    float: right;
    position: inherit;
    bottom: inherit;
    margin-bottom: 0;
    width: 35%;
    justify-content: flex-end;
    line-height: 26px;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract .owl-dots {
    position: absolute;
    left: 50%;
    margin-left: 40px;
    right: 0;
    bottom: 5px;
    text-align: left;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3 {
    max-width: 960px;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel {
    max-width: unset;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-header-block {
    padding: 0 12px;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3 .owl-stage-outer {
    border-right: 1px solid #fff;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3 .owl-stage {
    left: inherit;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .owl-stage {
    left: unset;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .owl-stage-outer {
    border-right: none;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3 .owl-dots {
    text-align: left;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract {
    max-width: 1184px;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3 {
    max-width: 1184px;
  }
  .bootstrap-italia .it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel {
    max-width: unset;
  }
}
.bootstrap-italia .it-calendar-wrapper .it-header-block-title {
  background-color: #706f6f;
  color: hsl(0, 0%, 100%);
  padding: 0.5em 0;
  border-radius: 4px 4px 0 0;
}
.bootstrap-italia .it-calendar-wrapper .card-wrapper {
  padding: 0;
}
.bootstrap-italia .it-calendar-wrapper .owl-stage-outer {
  padding-top: 0;
  margin-bottom: 12px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.bootstrap-italia .it-calendar-wrapper .owl-item .card-bg {
  box-shadow: none;
}
.bootstrap-italia .it-calendar-wrapper .owl-item.active + .active .card-bg {
  border-bottom-left-radius: 0;
  box-shadow: inset 1rem 0 1rem -1rem rgba(0, 0, 0, 0.3);
}
.bootstrap-italia .it-calendar-wrapper .card .card-title,
.bootstrap-italia .it-calendar-wrapper .card .card-text {
  border-bottom: 1px solid hsl(240, 1.1532125206%, 69.65%);
  padding-bottom: 16px;
}
.bootstrap-italia .it-calendar-wrapper .card .card-body .card-title {
  font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
  font-size: 3em;
  font-weight: 300;
  padding-top: 16px;
}
.bootstrap-italia .it-calendar-wrapper .card .card-body .card-title span {
  font-size: 0.3em;
  display: block;
  padding-top: 1em;
  padding-left: 1em;
  font-family: "Roboto Mono", monospace;
}
.bootstrap-italia .it-calendar-wrapper .card .card-text a {
  text-decoration: none;
  color: hsl(225, 0.5025125628%, 29.85%);
  font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
  font-size: 1em;
}
.bootstrap-italia .it-calendar-wrapper .card .card-text a:hover {
  text-decoration: underline;
  color: hsl(210, 100%, 40%);
}
.bootstrap-italia .alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid hsl(225, 1.1532125206%, 69.65%);
  padding-left: 4em;
}
.bootstrap-italia .alert-heading {
  color: inherit;
  line-height: 1;
}
.bootstrap-italia .alert-link {
  font-weight: 700;
  text-decoration: none;
}
.bootstrap-italia .alert-dismissible {
  padding-right: 3.5rem;
}
.bootstrap-italia .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.8rem 1rem;
  color: inherit;
}
.bootstrap-italia .alert-success {
  background-position: 20px 16px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border-left: 8px solid hsl(159, 100%, 26.5%);
}
.bootstrap-italia .alert-info {
  background-position: 20px 16px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border-left: 8px solid hsl(225, 0.7444168734%, 59.7%);
}
.bootstrap-italia .alert-warning {
  background-position: 20px 16px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border-left: 8px solid hsl(36, 100%, 32.5%);
}
.bootstrap-italia .alert-danger {
  background-position: 20px 16px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border-left: 8px solid hsl(351, 68%, 53.125%);
}
.bootstrap-italia .alert-danger {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11.5 14.2V5.7h1.2v8.5zm-.1 4.1h1.2v-1.8h-1.2zM22 7.9v8.3L16.1 22H7.9L2 16.2V7.9L7.9 2h8.2zm-1 .4L15.7 3H8.3L3 8.3v7.5L8.3 21h7.4l5.3-5.2z'%3E%3C/path%3E%3C/svg%3E");
}
.bootstrap-italia .alert-warning {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 19a9 9 0 1 1 9-9 9 9 0 0 1-9 9zm-.5-6.8V5.7h1.2v8.5zm-.1 2.3h1.2v1.8h-1.2z'%3E%3C/path%3E%3C/svg%3E");
}
.bootstrap-italia .alert-success {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.1 7.9l.7.7-7.8 7.6-4.7-4.6.7-.7 4 3.9zM22 12A10 10 0 1 1 12 2a10 10 0 0 1 10 10zm-1 0a9 9 0 1 0-9 9 9 9 0 0 0 9-9z'%3E%3C/path%3E%3C/svg%3E");
}
.bootstrap-italia .alert-info {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 19a9 9 0 1 1 9-9 9 9 0 0 1-9 9zm-.7-15h1.5v2h-1.5zm0 3h1.5v9h-1.5z'%3E%3C/path%3E%3C/svg%3E");
}
.bootstrap-italia .btn {
  padding: 12px 24px;
  font-size: 16px;
  white-space: initial;
  text-decoration: none;
}
.bootstrap-italia .btn-xs,
.bootstrap-italia .btn-sm,
.bootstrap-italia .btn-lg {
  border-radius: 4px;
  line-height: 1.5;
}
.bootstrap-italia .btn-xs {
  padding: 8px 8px;
  font-size: 14px;
  line-height: 1.45;
}
.bootstrap-italia .btn-sm {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.45;
}
.bootstrap-italia .btn-lg {
  padding: 14px 28px;
  font-size: 18px;
  line-height: 1.6;
}
.bootstrap-italia .btn-block {
  border-radius: 0;
}
.bootstrap-italia .btn-progress {
  position: relative;
}
.bootstrap-italia .btn-icon {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.bootstrap-italia .btn-icon .rounded-icon {
  width: 1.5em;
  height: 1.5em;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: hsl(0, 0%, 100%);
}
.bootstrap-italia .btn-icon .rounded-icon .icon {
  margin-right: 0;
}
.bootstrap-italia .btn-icon .rounded-icon.rounded-primary {
  background-color: hsl(210, 100%, 40%);
}
.bootstrap-italia .btn-icon .rounded-icon.rounded-secondary {
  background-color: hsl(210, 16.9590643275%, 43.605%);
}
.bootstrap-italia .btn-icon .rounded-icon.rounded-success {
  background-color: hsl(159, 100%, 26.5%);
}
.bootstrap-italia .btn-icon .rounded-icon.rounded-info {
  background-color: hsl(225, 0.7444168734%, 59.7%);
}
.bootstrap-italia .btn-icon .rounded-icon.rounded-warning {
  background-color: hsl(36, 100%, 32.5%);
}
.bootstrap-italia .btn-icon .rounded-icon.rounded-danger {
  background-color: hsl(351, 68%, 53.125%);
}
.bootstrap-italia .btn-icon .rounded-icon.rounded-light {
  background-color: hsl(255, 32.2033898305%, 92.625%);
}
.bootstrap-italia .btn-icon .rounded-icon.rounded-dark {
  background-color: hsl(210, 53.8461538462%, 19.5%);
}
.bootstrap-italia .btn-icon .rounded-icon.rounded-black {
  background-color: hsl(0, 0%, 0%);
}
.bootstrap-italia .btn-icon .rounded-icon.rounded-white {
  background-color: hsl(0, 0%, 100%);
}
.bootstrap-italia .btn-icon .rounded-icon.rounded-100 {
  background-color: hsl(225, 4.3062200957%, 89.55%);
}
.bootstrap-italia .btn-icon .rounded-icon.rounded-200 {
  background-color: hsl(225, 1.9607843137%, 79.6%);
}
.bootstrap-italia .btn-icon .rounded-icon.rounded-300 {
  background-color: hsl(225, 1.1532125206%, 69.65%);
}
.bootstrap-italia .btn-icon .rounded-icon.rounded-400 {
  background-color: hsl(225, 0.7444168734%, 59.7%);
}
.bootstrap-italia .btn-icon .rounded-icon.rounded-500 {
  background-color: hsl(225, 0.5025125628%, 49.75%);
}
.bootstrap-italia .btn-icon .rounded-icon.rounded-600 {
  background-color: hsl(225, 0.5025125628%, 39.8%);
}
.bootstrap-italia .btn-icon .rounded-icon.rounded-700 {
  background-color: hsl(225, 0.5025125628%, 29.85%);
}
.bootstrap-italia .btn-icon .rounded-icon.rounded-800 {
  background-color: hsl(225, 0.5025125628%, 19.9%);
}
.bootstrap-italia .btn-icon .rounded-icon.rounded-900 {
  background-color: hsl(225, 0.5025125628%, 9.95%);
}
.bootstrap-italia .btn-icon .rounded-icon + * {
  margin-left: 0.5em;
}
.bootstrap-italia .btn-icon .icon {
  border: none;
  width: 1.2em;
  height: 1.2em;
}
.bootstrap-italia .btn-icon .icon + * {
  margin-left: 0.25em;
}
.bootstrap-italia .btn-full {
  border: none;
  box-shadow: none;
  line-height: 1.555;
  border-radius: 0;
  align-self: stretch;
  width: inherit;
  margin-top: -7.5px;
  margin-bottom: -7.5px;
  margin-right: -7.5px;
  padding-left: 8px;
  padding-right: 8px;
}
.bootstrap-italia .btn-full:hover {
  text-decoration: none !important;
}
@media (min-width: 576px) {
  .bootstrap-italia .btn-full {
    padding: 16px;
  }
}
@media (min-width: 992px) {
  .bootstrap-italia .btn-full {
    padding: 12px 24px !important;
    margin: 0;
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.bootstrap-italia .btn-primary:disabled, .bootstrap-italia .btn-primary.disabled {
  color: hsl(222, 8.5963003264%, 77.025%);
  background-color: hsl(225, 32.2033898305%, 92.625%);
  border-color: hsl(224, 43.1818181818%, 91.2%);
}
.bootstrap-italia .btn-primary:disabled.btn-progress, .bootstrap-italia .btn-primary.disabled.btn-progress {
  background-color: hsl(210, 75.975975976%, 66.7%);
  border-color: hsl(210, 75.975975976%, 66.7%);
  color: hsl(0, 0%, 100%);
  opacity: 1;
}
.bootstrap-italia .btn-secondary:disabled.btn-progress, .bootstrap-italia .btn-secondary.disabled.btn-progress {
  background-color: #75899d;
  border-color: #75899d;
  opacity: 1;
}
.bootstrap-italia .btn-outline-secondary {
  background: #fcfdff;
  box-shadow: inset 0 0 0 1px #e6e9f2;
}
.bootstrap-italia .btn-outline-secondary:hover {
  box-shadow: inset 0 0 0 1px #c9cedc;
}
.bootstrap-italia .bg-dark .btn-link {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .bg-dark .btn-primary {
  color: hsl(0, 0%, 0%);
  background-color: hsl(0, 0%, 100%);
  border-color: #706f6f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #706f6f;
}
.bootstrap-italia .bg-dark .btn-primary:hover {
  color: hsl(0, 0%, 0%);
  background-color: white;
  border-color: #565656;
}
.bootstrap-italia .bg-dark .btn-primary:focus, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + .btn-primary.lever, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + .btn-primary.lever, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-primary,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-primary,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-primary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-primary, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .btn-primary.lever, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + .btn-primary.lever, .bootstrap-italia .bg-dark .form-check [type=checkbox]:focus + label.btn-primary, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-primary, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-primary, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-primary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-primary,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-primary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-primary, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-primary, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-primary, .bootstrap-italia .form-check .bg-dark [type=checkbox]:focus + label.btn-primary, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-primary, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-primary, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-primary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-primary,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-primary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-primary, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-primary, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-primary,
.bootstrap-italia .bg-dark .form-check [type=radio]:focus + label.btn-primary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-primary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-primary,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-primary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-primary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-primary,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-primary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-primary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-primary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-primary,
.bootstrap-italia .form-check .bg-dark [type=radio]:focus + label.btn-primary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-primary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-primary,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-primary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-primary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-primary,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-primary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-primary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-primary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-primary, .bootstrap-italia .bg-dark .btn-primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(112, 111, 111, 0.5);
}
.bootstrap-italia .bg-dark .btn-primary.disabled, .bootstrap-italia .bg-dark .btn-primary:disabled {
  color: hsl(0, 0%, 0%);
  background-color: hsl(0, 0%, 100%);
  border-color: #706f6f;
}
.bootstrap-italia .bg-dark .btn-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .btn-primary:not(:disabled):not(.disabled).active, .show > .bootstrap-italia .bg-dark .btn-primary.dropdown-toggle {
  color: hsl(0, 0%, 0%);
  background-color: white;
  border-color: #504f4f;
}
.bootstrap-italia .bg-dark .btn-primary:not(:disabled):not(.disabled):active:focus, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + .btn-primary.lever:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + .btn-primary.lever:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .btn-primary.lever:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + .btn-primary.lever:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .form-check [type=checkbox]:focus + label.btn-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .form-check .bg-dark [type=checkbox]:focus + label.btn-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check [type=radio]:focus + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .bg-dark [type=radio]:focus + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .btn-primary:not(:disabled):not(.disabled).active:focus, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + .btn-primary.lever:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + .btn-primary.lever:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .btn-primary.lever:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + .btn-primary.lever:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .form-check [type=checkbox]:focus + label.btn-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .form-check .bg-dark [type=checkbox]:focus + label.btn-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check [type=radio]:focus + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .bg-dark [type=radio]:focus + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-primary:not(:disabled):not(.disabled).active, .show > .bootstrap-italia .bg-dark .btn-primary.dropdown-toggle:focus, .show > .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + .btn-primary.dropdown-toggle.lever, .show > .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + .btn-primary.dropdown-toggle.lever, .show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary.dropdown-toggle, .show > .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary.dropdown-toggle, .show > .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary.dropdown-toggle, .show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-primary.dropdown-toggle, .show > .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .btn-primary.dropdown-toggle.lever, .show > .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + .btn-primary.dropdown-toggle.lever, .show > .bootstrap-italia .bg-dark .form-check [type=checkbox]:focus + label.btn-primary.dropdown-toggle, .show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary.dropdown-toggle, .show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary.dropdown-toggle, .show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-primary.dropdown-toggle, .show > .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-primary.dropdown-toggle, .show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-primary.dropdown-toggle, .show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-primary.dropdown-toggle, .show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-primary.dropdown-toggle, .show > .bootstrap-italia .form-check .bg-dark [type=checkbox]:focus + label.btn-primary.dropdown-toggle, .show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary.dropdown-toggle, .show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-primary.dropdown-toggle, .show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-primary.dropdown-toggle, .show > .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-primary.dropdown-toggle, .show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-primary.dropdown-toggle, .show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-primary.dropdown-toggle, .show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check [type=radio]:focus + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .form-check .bg-dark [type=radio]:focus + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-primary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-primary.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(112, 111, 111, 0.5);
}
.bootstrap-italia .bg-dark .btn-primary:hover {
  color: #565656;
}
.bootstrap-italia .bg-dark .btn-primary.disabled, .bootstrap-italia .bg-dark .btn-primary:disabled {
  color: #565656;
}
.bootstrap-italia .bg-dark .btn-outline-primary {
  color: hsl(0, 0%, 100%);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px hsl(0, 0%, 100%);
  box-shadow: inset 0 0 0 2px hsl(0, 0%, 100%);
}
.bootstrap-italia .bg-dark .btn-outline-primary:hover {
  color: #e6e6e6;
  box-shadow: inset 0 0 0 1px #e6e6e6;
}
.bootstrap-italia .bg-dark .btn-outline-primary:focus, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + .btn-outline-primary.lever, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + .btn-outline-primary.lever, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .btn-outline-primary.lever, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + .btn-outline-primary.lever, .bootstrap-italia .bg-dark .form-check [type=checkbox]:focus + label.btn-outline-primary, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-primary, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-primary, .bootstrap-italia .form-check .bg-dark [type=checkbox]:focus + label.btn-outline-primary, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-primary, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-primary,
.bootstrap-italia .bg-dark .form-check [type=radio]:focus + label.btn-outline-primary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-primary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-primary,
.bootstrap-italia .form-check .bg-dark [type=radio]:focus + label.btn-outline-primary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-primary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-primary, .bootstrap-italia .bg-dark .btn-outline-primary.focus {
  box-shadow: inset 0 0 0 1px #e6e6e6, 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bootstrap-italia .bg-dark .btn-outline-primary.disabled, .bootstrap-italia .bg-dark .btn-outline-primary:disabled {
  color: hsl(0, 0%, 100%);
  background-color: transparent;
}
.bootstrap-italia .bg-dark .btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bootstrap-italia .bg-dark .btn-outline-primary.dropdown-toggle {
  color: #e6e6e6;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #e6e6e6;
}
.bootstrap-italia .bg-dark .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + .btn-outline-primary.lever:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + .btn-outline-primary.lever:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .btn-outline-primary.lever:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + .btn-outline-primary.lever:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .form-check [type=checkbox]:focus + label.btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .form-check .bg-dark [type=checkbox]:focus + label.btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check [type=radio]:focus + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .bg-dark [type=radio]:focus + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + .btn-outline-primary.lever:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + .btn-outline-primary.lever:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .btn-outline-primary.lever:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + .btn-outline-primary.lever:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .form-check [type=checkbox]:focus + label.btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .form-check .bg-dark [type=checkbox]:focus + label.btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check [type=radio]:focus + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .bg-dark [type=radio]:focus + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bootstrap-italia .bg-dark .btn-outline-primary.dropdown-toggle:focus, .show > .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + .btn-outline-primary.dropdown-toggle.lever, .show > .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + .btn-outline-primary.dropdown-toggle.lever, .show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary.dropdown-toggle, .show > .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary.dropdown-toggle, .show > .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary.dropdown-toggle, .show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary.dropdown-toggle, .show > .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .btn-outline-primary.dropdown-toggle.lever, .show > .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + .btn-outline-primary.dropdown-toggle.lever, .show > .bootstrap-italia .bg-dark .form-check [type=checkbox]:focus + label.btn-outline-primary.dropdown-toggle, .show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary.dropdown-toggle, .show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary.dropdown-toggle, .show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary.dropdown-toggle, .show > .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary.dropdown-toggle, .show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary.dropdown-toggle, .show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-primary.dropdown-toggle, .show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-primary.dropdown-toggle, .show > .bootstrap-italia .form-check .bg-dark [type=checkbox]:focus + label.btn-outline-primary.dropdown-toggle, .show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary.dropdown-toggle, .show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary.dropdown-toggle, .show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary.dropdown-toggle, .show > .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary.dropdown-toggle, .show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary.dropdown-toggle, .show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-primary.dropdown-toggle, .show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check [type=radio]:focus + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .form-check .bg-dark [type=radio]:focus + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-primary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-primary.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bootstrap-italia .bg-dark .btn-outline-primary:hover {
  box-shadow: inset 0 0 0 2px #e6e6e6;
}
.bootstrap-italia .bg-dark .btn-outline-primary:focus, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + .btn-outline-primary.lever, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + .btn-outline-primary.lever, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .btn-outline-primary.lever, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + .btn-outline-primary.lever, .bootstrap-italia .bg-dark .form-check [type=checkbox]:focus + label.btn-outline-primary, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-primary, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-primary, .bootstrap-italia .form-check .bg-dark [type=checkbox]:focus + label.btn-outline-primary, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-primary, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-primary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-primary, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-primary, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-primary,
.bootstrap-italia .bg-dark .form-check [type=radio]:focus + label.btn-outline-primary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-primary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-primary,
.bootstrap-italia .form-check .bg-dark [type=radio]:focus + label.btn-outline-primary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-primary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-primary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-primary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-primary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-primary, .bootstrap-italia .bg-dark .btn-outline-primary.focus {
  box-shadow: inset 0 0 0 2px hsl(0, 0%, 100%), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bootstrap-italia .bg-dark .btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .bootstrap-italia .bg-dark .btn-outline-primary.dropdown-toggle {
  box-shadow: inset 0 0 0 2px hsl(0, 0%, 100%);
}
.bootstrap-italia .bg-dark .btn-secondary {
  color: hsl(0, 0%, 100%);
  background-color: #706f6f;
  border-color: hsl(0, 0%, 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .bg-dark .btn-secondary:hover {
  color: hsl(0, 0%, 0%);
  background-color: #838282;
  border-color: #e6e6e6;
}
.bootstrap-italia .bg-dark .btn-secondary:focus, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + .btn-secondary.lever, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + .btn-secondary.lever, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .btn-secondary.lever, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + .btn-secondary.lever, .bootstrap-italia .bg-dark .form-check [type=checkbox]:focus + label.btn-secondary, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-secondary, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-secondary, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-secondary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-secondary,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-secondary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-secondary, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-secondary, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-secondary, .bootstrap-italia .form-check .bg-dark [type=checkbox]:focus + label.btn-secondary, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-secondary, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-secondary, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-secondary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-secondary,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-secondary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-secondary, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-secondary, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-secondary,
.bootstrap-italia .bg-dark .form-check [type=radio]:focus + label.btn-secondary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-secondary,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-secondary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-secondary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-secondary,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-secondary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-secondary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-secondary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-secondary,
.bootstrap-italia .form-check .bg-dark [type=radio]:focus + label.btn-secondary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-secondary,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-secondary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-secondary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-secondary,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-secondary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-secondary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-secondary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-secondary, .bootstrap-italia .bg-dark .btn-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bootstrap-italia .bg-dark .btn-secondary.disabled, .bootstrap-italia .bg-dark .btn-secondary:disabled {
  color: hsl(0, 0%, 100%);
  background-color: #706f6f;
  border-color: hsl(0, 0%, 100%);
}
.bootstrap-italia .bg-dark .btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .btn-secondary:not(:disabled):not(.disabled).active, .show > .bootstrap-italia .bg-dark .btn-secondary.dropdown-toggle {
  color: hsl(0, 0%, 0%);
  background-color: #8a8888;
  border-color: #dfdfdf;
}
.bootstrap-italia .bg-dark .btn-secondary:not(:disabled):not(.disabled):active:focus, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + .btn-secondary.lever:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + .btn-secondary.lever:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .btn-secondary.lever:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + .btn-secondary.lever:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .form-check [type=checkbox]:focus + label.btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .form-check .bg-dark [type=checkbox]:focus + label.btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check [type=radio]:focus + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .bg-dark [type=radio]:focus + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .btn-secondary:not(:disabled):not(.disabled).active:focus, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + .btn-secondary.lever:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + .btn-secondary.lever:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .btn-secondary.lever:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + .btn-secondary.lever:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .form-check [type=checkbox]:focus + label.btn-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .form-check .bg-dark [type=checkbox]:focus + label.btn-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check [type=radio]:focus + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .bg-dark [type=radio]:focus + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-secondary:not(:disabled):not(.disabled).active, .show > .bootstrap-italia .bg-dark .btn-secondary.dropdown-toggle:focus, .show > .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + .btn-secondary.dropdown-toggle.lever, .show > .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + .btn-secondary.dropdown-toggle.lever, .show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary.dropdown-toggle, .show > .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary.dropdown-toggle, .show > .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary.dropdown-toggle, .show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary.dropdown-toggle, .show > .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .btn-secondary.dropdown-toggle.lever, .show > .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + .btn-secondary.dropdown-toggle.lever, .show > .bootstrap-italia .bg-dark .form-check [type=checkbox]:focus + label.btn-secondary.dropdown-toggle, .show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary.dropdown-toggle, .show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary.dropdown-toggle, .show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-secondary.dropdown-toggle, .show > .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-secondary.dropdown-toggle, .show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-secondary.dropdown-toggle, .show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-secondary.dropdown-toggle, .show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-secondary.dropdown-toggle, .show > .bootstrap-italia .form-check .bg-dark [type=checkbox]:focus + label.btn-secondary.dropdown-toggle, .show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary.dropdown-toggle, .show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-secondary.dropdown-toggle, .show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-secondary.dropdown-toggle, .show > .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-secondary.dropdown-toggle, .show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-secondary.dropdown-toggle, .show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-secondary.dropdown-toggle, .show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check [type=radio]:focus + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .form-check .bg-dark [type=radio]:focus + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-secondary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-secondary.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bootstrap-italia .bg-dark .btn-outline-secondary {
  color: hsl(0, 0%, 100%);
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px hsl(0, 0%, 100%);
  box-shadow: none;
}
.bootstrap-italia .bg-dark .btn-outline-secondary:hover {
  color: #e6e6e6;
  box-shadow: inset 0 0 0 1px #e6e6e6;
}
.bootstrap-italia .bg-dark .btn-outline-secondary:focus, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + .btn-outline-secondary.lever, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + .btn-outline-secondary.lever, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .btn-outline-secondary.lever, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + .btn-outline-secondary.lever, .bootstrap-italia .bg-dark .form-check [type=checkbox]:focus + label.btn-outline-secondary, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-secondary, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-secondary, .bootstrap-italia .form-check .bg-dark [type=checkbox]:focus + label.btn-outline-secondary, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-secondary, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-secondary,
.bootstrap-italia .bg-dark .form-check [type=radio]:focus + label.btn-outline-secondary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-secondary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-secondary,
.bootstrap-italia .form-check .bg-dark [type=radio]:focus + label.btn-outline-secondary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-secondary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-secondary, .bootstrap-italia .bg-dark .btn-outline-secondary.focus {
  box-shadow: inset 0 0 0 1px #e6e6e6, 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bootstrap-italia .bg-dark .btn-outline-secondary.disabled, .bootstrap-italia .bg-dark .btn-outline-secondary:disabled {
  color: hsl(0, 0%, 100%);
  background-color: transparent;
}
.bootstrap-italia .bg-dark .btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bootstrap-italia .bg-dark .btn-outline-secondary.dropdown-toggle {
  color: #e6e6e6;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #e6e6e6;
}
.bootstrap-italia .bg-dark .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + .btn-outline-secondary.lever:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + .btn-outline-secondary.lever:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .btn-outline-secondary.lever:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + .btn-outline-secondary.lever:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .form-check [type=checkbox]:focus + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .form-check .bg-dark [type=checkbox]:focus + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check [type=radio]:focus + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .bg-dark [type=radio]:focus + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-italia .bg-dark .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + .btn-outline-secondary.lever:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + .btn-outline-secondary.lever:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .btn-outline-secondary.lever:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + .btn-outline-secondary.lever:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .form-check [type=checkbox]:focus + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .form-check .bg-dark [type=checkbox]:focus + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check [type=radio]:focus + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .bg-dark [type=radio]:focus + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bootstrap-italia .bg-dark .btn-outline-secondary.dropdown-toggle:focus, .show > .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + .btn-outline-secondary.dropdown-toggle.lever, .show > .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + .btn-outline-secondary.dropdown-toggle.lever, .show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary.dropdown-toggle, .show > .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary.dropdown-toggle, .show > .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary.dropdown-toggle, .show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary.dropdown-toggle, .show > .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .btn-outline-secondary.dropdown-toggle.lever, .show > .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + .btn-outline-secondary.dropdown-toggle.lever, .show > .bootstrap-italia .bg-dark .form-check [type=checkbox]:focus + label.btn-outline-secondary.dropdown-toggle, .show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary.dropdown-toggle, .show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary.dropdown-toggle, .show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary.dropdown-toggle, .show > .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary.dropdown-toggle, .show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary.dropdown-toggle, .show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-secondary.dropdown-toggle, .show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-secondary.dropdown-toggle, .show > .bootstrap-italia .form-check .bg-dark [type=checkbox]:focus + label.btn-outline-secondary.dropdown-toggle, .show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary.dropdown-toggle, .show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary.dropdown-toggle, .show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary.dropdown-toggle, .show > .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary.dropdown-toggle, .show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary.dropdown-toggle, .show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-secondary.dropdown-toggle, .show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check [type=radio]:focus + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .form-check .bg-dark [type=radio]:focus + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-secondary.dropdown-toggle,
.show > .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-secondary.dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bootstrap-italia .bg-dark .btn-outline-secondary:hover {
  box-shadow: none;
}
.bootstrap-italia .bg-dark .btn-outline-secondary:focus, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + .btn-outline-secondary.lever, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + .btn-outline-secondary.lever, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary, .bootstrap-italia .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .btn-outline-secondary.lever, .bootstrap-italia .toggles label .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + .btn-outline-secondary.lever, .bootstrap-italia .bg-dark .form-check [type=checkbox]:focus + label.btn-outline-secondary, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary, .bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary, .bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-secondary, .bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-secondary, .bootstrap-italia .form-check .bg-dark [type=checkbox]:focus + label.btn-outline-secondary, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-outline-secondary, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary, .bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.btn-outline-secondary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.btn-outline-secondary, .bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-secondary, .bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.btn-outline-secondary,
.bootstrap-italia .bg-dark .form-check [type=radio]:focus + label.btn-outline-secondary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary,
.bootstrap-italia .bg-dark .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary,
.bootstrap-italia .bg-dark .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-secondary,
.bootstrap-italia .toggles label .bg-dark .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-secondary,
.bootstrap-italia .form-check .bg-dark [type=radio]:focus + label.btn-outline-secondary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-outline-secondary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.btn-outline-secondary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary,
.bootstrap-italia .form-check .toggles label .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.btn-outline-secondary,
.bootstrap-italia .form-check .bg-dark .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-secondary,
.bootstrap-italia .toggles label .form-check .bg-dark input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.btn-outline-secondary, .bootstrap-italia .bg-dark .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bootstrap-italia .bg-dark .btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-italia .bg-dark .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .bootstrap-italia .bg-dark .btn-outline-secondary.dropdown-toggle {
  box-shadow: none;
}
.bootstrap-italia .font-weight-semibold {
  font-weight: 600 !important;
}
.bootstrap-italia label {
  color: hsl(210, 25%, 35.2%);
}
.bootstrap-italia .form-group {
  position: relative;
  margin-bottom: 3rem;
  margin-top: 0;
}
.bootstrap-italia .form-group input,
.bootstrap-italia .form-group optgroup,
.bootstrap-italia .form-group textarea {
  color: hsl(210, 53.8461538462%, 19.5%);
}
.bootstrap-italia .form-group label {
  background-color: transparent;
  position: absolute;
  font-weight: 600;
  line-height: calc(2.5rem - 1px);
  transition: 0.2s ease-out;
  top: 0;
  font-size: 1rem;
  cursor: text;
  display: block;
  max-width: 100%;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.5rem;
}
.bootstrap-italia .form-group label.active {
  transform: translateY(-75%);
  font-size: 0.777rem;
}
.bootstrap-italia .form-group small.form-text {
  position: absolute;
  margin: 0;
  padding: 0.25rem 0.5rem;
  font-size: 0.777rem;
}
.bootstrap-italia .form-group input[type=time] ~ label {
  transform: translateY(-75%);
  font-size: 0.777rem;
}
.bootstrap-italia ::placeholder {
  font-weight: normal;
}
.bootstrap-italia input[type=date],
.bootstrap-italia input[type=datetime-local],
.bootstrap-italia input[type=email],
.bootstrap-italia input[type=number],
.bootstrap-italia input[type=password],
.bootstrap-italia input[type=search],
.bootstrap-italia input[type=tel],
.bootstrap-italia input[type=text],
.bootstrap-italia input[type=time],
.bootstrap-italia input[type=url],
.bootstrap-italia textarea {
  border: none;
  border-bottom: 1px solid hsl(210, 16.9590643275%, 43.605%);
  border-radius: 0;
  padding: 0.375rem 0.5rem;
  outline: 0;
  height: 2.5rem;
  width: 100%;
  box-shadow: none;
  transition: 0.2s ease-out;
  font-weight: 700;
}
.bootstrap-italia textarea {
  border: 1px solid hsl(210, 16.9590643275%, 43.605%);
  height: auto;
}
.bootstrap-italia .form-control:disabled, .bootstrap-italia .form-control[readonly] {
  cursor: not-allowed;
}
.bootstrap-italia .form-control:disabled + label, .bootstrap-italia .form-control[readonly] + label {
  background-color: transparent;
  cursor: not-allowed;
}
.bootstrap-italia .form-group.active .form-file-name {
  padding-bottom: 1.95rem;
}
.bootstrap-italia .form-control-plaintext {
  padding: 0.375rem 0.5rem;
  background-color: hsl(0, 0%, 100%) !important;
  cursor: not-allowed;
}
.bootstrap-italia .form-control-plaintext + label {
  cursor: not-allowed;
}
.bootstrap-italia .form-control {
  background-position: center right !important;
  background-repeat: no-repeat !important;
  background-size: 45px 45% !important;
}
.bootstrap-italia .form-control:focus, .bootstrap-italia .toggles label input[type=checkbox]:focus + .form-control.lever, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.form-control, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.form-control,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.form-control,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.form-control, .bootstrap-italia .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .form-control.lever, .bootstrap-italia .form-check [type=checkbox]:focus + label.form-control, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.form-control, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.form-control,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.form-control,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.form-control, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.form-control, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.form-control,
.bootstrap-italia .form-check [type=radio]:focus + label.form-control,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.form-control,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.form-control,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.form-control,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.form-control,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.form-control,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.form-control, .bootstrap-italia .form-control:active {
  box-shadow: none !important;
}
.was-validated .bootstrap-italia .form-control:valid, .bootstrap-italia .form-control.is-valid {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300cc85' viewBox='0 0 192 512'%3E%3Cpath d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E");
}
.was-validated .bootstrap-italia .form-control:invalid, .bootstrap-italia .form-control.is-invalid {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f73e5a' viewBox='0 0 384 512'%3E%3Cpath d='M231.6 256l130.1-130.1c4.7-4.7 4.7-12.3 0-17l-22.6-22.6c-4.7-4.7-12.3-4.7-17 0L192 216.4 61.9 86.3c-4.7-4.7-12.3-4.7-17 0l-22.6 22.6c-4.7 4.7-4.7 12.3 0 17L152.4 256 22.3 386.1c-4.7 4.7-4.7 12.3 0 17l22.6 22.6c4.7 4.7 12.3 4.7 17 0L192 295.6l130.1 130.1c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17L231.6 256z'/%3E%3C/svg%3E");
}
.bootstrap-italia .form-control.warning {
  background-size: 25px 45% !important;
  border-color: hsl(36, 100%, 32.5%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff9900' viewBox='0 0 192 512'%3E%3Cpath d='M176 432c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zM25.26 25.199l13.6 272C39.499 309.972 50.041 320 62.83 320h66.34c12.789 0 23.331-10.028 23.97-22.801l13.6-272C167.425 11.49 156.496 0 142.77 0H49.23C35.504 0 24.575 11.49 25.26 25.199z'/%3E%3C/svg%3E");
}
.bootstrap-italia .form-control.is-valid ~ .warning-feedback {
  display: block;
}
.bootstrap-italia .warning-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.777rem;
  color: hsl(36, 100%, 32.5%);
}
.bootstrap-italia .valid-feedback,
.bootstrap-italia .invalid-feedback,
.bootstrap-italia .warning-feedback {
  margin-left: 0.5rem;
}
.bootstrap-italia .input-group .input-group-text {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid hsl(210, 16.9590643275%, 43.605%);
}
.bootstrap-italia .input-group .input-group-prepend {
  margin-right: 0;
}
.bootstrap-italia .input-group .input-group-prepend ~ label {
  left: 2.25rem;
  max-width: calc(100% - 2.25rem);
}
.bootstrap-italia .input-group .input-group-prepend .btn {
  border-radius: 4px 0 0 4px;
}
.bootstrap-italia .input-group .input-group-append {
  margin-left: 0;
}
.bootstrap-italia .input-group .input-group-append .btn {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #5c6f82;
  border-radius: 0 4px 4px 0;
  box-shadow: none;
}
.bootstrap-italia .input-group-lg > .form-control, .bootstrap-italia .input-group-lg > .input-group-prepend > .input-group-text, .bootstrap-italia .input-group-lg > .input-group-append > .input-group-text, .bootstrap-italia .input-group-lg > .input-group-prepend > .btn, .bootstrap-italia .input-group-lg > .input-group-append > .btn {
  padding: 0 1rem;
  border-radius: 0;
}
.bootstrap-italia .form-check {
  padding-left: 0;
  margin-top: 0.5rem;
}
.bootstrap-italia .form-check [type=checkbox],
.bootstrap-italia .form-check [type=radio] {
  position: absolute;
  left: -9999px;
}
.bootstrap-italia .form-check [type=checkbox] + label,
.bootstrap-italia .form-check [type=radio] + label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 1rem;
  user-select: none;
}
.bootstrap-italia .form-check [type=checkbox] + label::after,
.bootstrap-italia .form-check [type=checkbox] + label::before {
  content: "";
  left: 0;
  position: absolute;
  transition: 0.2s ease-out;
  z-index: 1;
  border-style: solid;
  border-width: 2px;
}
.bootstrap-italia .form-check [type=checkbox] + label::before {
  top: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #e6e9f2;
  border-radius: 1px;
  margin: 2px 5px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
.bootstrap-italia .form-check [type=checkbox] + label::after {
  border-radius: 4px;
  height: 20px;
  width: 20px;
  margin: 6px 5px;
  top: 0;
}
.bootstrap-italia .form-check [type=checkbox]:checked + label::before {
  top: 6px;
  left: 1px;
  width: 8px;
  height: 13px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent #fff #fff transparent;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
  opacity: 0.8;
}
.bootstrap-italia .form-check [type=checkbox]:checked + label::after {
  border-color: #706f6f;
  background-color: #706f6f;
  z-index: 0;
}
.bootstrap-italia .form-check [type=checkbox]:not(:checked) + label::after {
  background-color: transparent;
  border-color: #5c6f82;
  z-index: 0;
}
.bootstrap-italia .form-check [type=checkbox]:not(:checked) + label::before {
  width: 0;
  height: 0;
  border-color: transparent;
  left: 6px;
  top: 10px;
}
.bootstrap-italia .form-check [type=checkbox]:disabled + label {
  cursor: not-allowed;
}
.bootstrap-italia .form-check [type=checkbox]:disabled:not(:checked) + label::after {
  border-color: #e6e9f2;
  background-color: #fff;
}
.bootstrap-italia .form-check [type=checkbox]:disabled:checked + label::after {
  background-color: #e6e9f2;
  border-color: #e6e9f2;
}
.bootstrap-italia .form-check [type=radio] + label {
  transition: 0.2s ease-out;
}
.bootstrap-italia .form-check [type=radio] + label::after, .bootstrap-italia .form-check [type=radio] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 5px;
  width: 22px;
  height: 22px;
  z-index: 0;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  transition: 0.2s ease-out;
}
.bootstrap-italia .form-check [type=radio]:not(:checked) + label::after, .bootstrap-italia .form-check [type=radio]:not(:checked) + label::before {
  border-color: #5c6f82;
}
.bootstrap-italia .form-check [type=radio]:not(:checked) + label:after {
  z-index: -1;
  transform: scale(0);
}
.bootstrap-italia .form-check [type=radio]:checked + label::after {
  border-color: #706f6f;
  background-color: #706f6f;
  z-index: 0;
  transform: scale(0.64);
}
.bootstrap-italia .form-check [type=radio]:checked + label::before {
  border-color: #706f6f;
}
.bootstrap-italia .form-check [type=radio]:disabled + label {
  cursor: not-allowed;
}
.bootstrap-italia .form-check [type=radio]:disabled:not(:checked) + label::after, .bootstrap-italia .form-check [type=radio]:disabled:not(:checked) + label::before {
  border-color: #e6e9f2;
}
.bootstrap-italia .form-check [type=radio]:disabled:checked + label::after {
  border-color: #e6e9f2;
  background-color: #e6e9f2;
}
.bootstrap-italia .form-check [type=radio]:disabled:checked + label::before {
  border-color: #e6e9f2;
}
.bootstrap-italia .form-check.form-check-group {
  padding: 0 0 8px 0;
  margin-bottom: 16px;
  box-shadow: inset 0 -1px 0 0 rgba(1, 1, 1, 0.1);
}
.bootstrap-italia .form-check.form-check-group [type=checkbox] + label,
.bootstrap-italia .form-check.form-check-group [type=radio] + label {
  position: static;
  padding-left: 8px;
  padding-right: 52px;
}
.bootstrap-italia .form-check.form-check-group [type=checkbox] + label::after, .bootstrap-italia .form-check.form-check-group [type=checkbox] + label::before,
.bootstrap-italia .form-check.form-check-group [type=radio] + label::after,
.bootstrap-italia .form-check.form-check-group [type=radio] + label::before {
  right: 15px;
  left: auto;
}
.bootstrap-italia .form-check.form-check-group [type=checkbox]:checked + label::before {
  right: 26px;
}
.bootstrap-italia .form-check.form-check-group [type=radio]:checked + label::before {
  right: 15px;
}
.bootstrap-italia .form-check.form-check-group .form-text {
  opacity: 0.6;
  margin: 0;
  padding-left: 8px;
  padding-right: 52px;
}
.bootstrap-italia input[type=file] + label {
  background-color: transparent;
}
.bootstrap-italia .form-file input[type=file] {
  filter: alpha(opacity=0);
  margin: 0;
  max-width: 100%;
  opacity: 0;
}
.bootstrap-italia .form-file .form-file-name {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  color: #464a4c;
  left: 0;
  line-height: 1.7;
  overflow: hidden;
  padding: 0.5rem 0.6rem 2rem;
  max-height: 2rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  user-select: none;
  z-index: 5;
}
.bootstrap-italia .form-file .form-file-name::before {
  background-color: hsl(0, 0%, 100%);
  border-color: #706f6f;
  bottom: -1px;
  color: #706f6f;
  content: "Sfoglia";
  display: block;
  height: 2.5rem;
  line-height: 1.7;
  padding: 0.4rem 1rem 1.5rem;
  border: 1px solid #706f6f;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
  border-top-right-radius: 4px;
}
.bootstrap-italia .input-number {
  position: relative;
  width: 100%;
}
.bootstrap-italia .input-number.input-number-adaptive {
  width: auto;
  display: inline;
}
.bootstrap-italia .input-number.input-number-adaptive input[type=number] {
  width: auto;
}
.bootstrap-italia .input-number input[type=number] {
  appearance: textfield;
  color: hsl(210, 16.9590643275%, 43.605%);
  padding-right: 32px;
  padding-left: 12px;
  min-width: 86px !important;
  width: 100%;
}
.bootstrap-italia .input-number input[type=number]::-webkit-inner-spin-button, .bootstrap-italia .input-number input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.bootstrap-italia .input-number input[type=number]::-ms-clear {
  display: none;
}
.bootstrap-italia .input-number input[type=number]:focus, .bootstrap-italia .input-number .toggles label input[type=checkbox]:focus + input[type=number].lever, .bootstrap-italia .toggles label .input-number input[type=checkbox]:focus + input[type=number].lever, .bootstrap-italia .input-number .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + input[type=number].lever, .bootstrap-italia .toggles label .input-number input[type=checkbox]:focus + input[type=checkbox].lever + input[type=number].lever {
  color: hsl(210, 53.8461538462%, 19.5%);
}
.bootstrap-italia .input-number.input-number-currency:before, .bootstrap-italia .input-number.input-number-percentage:before {
  position: absolute;
  left: 14px;
  top: 0;
  color: hsl(210, 16.9590643275%, 43.605%);
  font-weight: bold;
  font-size: 1rem;
}
.bootstrap-italia .input-number.input-number-currency input[type=number], .bootstrap-italia .input-number.input-number-percentage input[type=number] {
  padding-left: 40px;
}
.bootstrap-italia .input-number.input-number-currency:before {
  content: "€";
}
.bootstrap-italia .input-number.input-number-percentage:before {
  content: "%";
}
.bootstrap-italia .input-number.disabled input[type=number] {
  background-color: transparent;
  color: hsl(210, 7.1618037135%, 69.84%);
  border-bottom-color: hsl(210, 7.1618037135%, 69.84%);
}
.bootstrap-italia .input-number.disabled input[type=number]:hover {
  cursor: not-allowed;
  color: hsl(210, 7.1618037135%, 69.84%);
}
.bootstrap-italia .input-number.disabled button {
  pointer-events: none;
}
.bootstrap-italia .input-number.disabled button:hover {
  cursor: not-allowed;
}
.bootstrap-italia .input-number.disabled button.input-number-add:after {
  border-color: transparent transparent hsl(210, 7.1618037135%, 69.84%) transparent;
}
.bootstrap-italia .input-number.disabled button.input-number-sub:after {
  border-color: hsl(210, 7.1618037135%, 69.84%) transparent transparent transparent;
}
.bootstrap-italia .input-number button {
  position: absolute;
  right: 2px;
  transition: opacity 0.1s;
  padding: 0;
  border: none;
  height: 20px;
  width: 24px;
  background: transparent;
}
.bootstrap-italia .input-number button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
.bootstrap-italia .input-number button:focus.input-number-add:after, .bootstrap-italia .input-number .toggles label input[type=checkbox]:focus + button.input-number-add.lever:after, .bootstrap-italia .toggles label .input-number input[type=checkbox]:focus + button.input-number-add.lever:after, .bootstrap-italia .input-number .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + button.input-number-add.lever:after, .bootstrap-italia .toggles label .input-number input[type=checkbox]:focus + input[type=checkbox].lever + button.input-number-add.lever:after, .bootstrap-italia .input-number button:hover.input-number-add:after {
  border-color: transparent transparent hsl(210, 53.8461538462%, 19.5%) transparent;
}
.bootstrap-italia .input-number button:focus.input-number-sub:after, .bootstrap-italia .input-number .toggles label input[type=checkbox]:focus + button.input-number-sub.lever:after, .bootstrap-italia .toggles label .input-number input[type=checkbox]:focus + button.input-number-sub.lever:after, .bootstrap-italia .input-number .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + button.input-number-sub.lever:after, .bootstrap-italia .toggles label .input-number input[type=checkbox]:focus + input[type=checkbox].lever + button.input-number-sub.lever:after, .bootstrap-italia .input-number button:hover.input-number-sub:after {
  border-color: hsl(210, 53.8461538462%, 19.5%) transparent transparent transparent;
}
.bootstrap-italia .input-number button:focus:not(.focus--mouse), .bootstrap-italia .input-number .toggles label input[type=checkbox]:focus + button.lever:not(.focus--mouse), .bootstrap-italia .toggles label .input-number input[type=checkbox]:focus + button.lever:not(.focus--mouse), .bootstrap-italia .input-number .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + button.lever:not(.focus--mouse), .bootstrap-italia .toggles label .input-number input[type=checkbox]:focus + input[type=checkbox].lever + button.lever:not(.focus--mouse) {
  opacity: 1;
}
.bootstrap-italia .input-number button.input-number-add {
  top: -6px;
}
.bootstrap-italia .input-number button.input-number-add:after {
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent hsl(210, 16.9590643275%, 43.605%) transparent;
}
.bootstrap-italia .input-number button.input-number-sub {
  bottom: -6px;
}
.bootstrap-italia .input-number button.input-number-sub:after {
  border-width: 6px 5px 0 5px;
  border-color: hsl(210, 16.9590643275%, 43.605%) transparent transparent transparent;
}
.bootstrap-italia .input-number button:hover {
  cursor: pointer;
}
.bootstrap-italia label.input-number-label {
  display: block;
  color: hsl(210, 16.9590643275%, 43.605%);
  font-weight: 600;
  line-height: 1em;
  font-size: 0.777rem;
  cursor: text;
  display: block;
  width: 100%;
  padding: 0 0.5rem;
}
@media (min-width: 1200px) {
  .bootstrap-italia .input-number button {
    opacity: 0;
  }
  .bootstrap-italia .input-number:hover button {
    opacity: 1;
  }
}
.bootstrap-italia .upload,
.bootstrap-italia .upload-avatar {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.bootstrap-italia .upload[type=file] + label {
  max-width: 80%;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 7px 24px;
  border-radius: 4px;
  color: hsl(0, 0%, 100%);
  background-color: #706f6f;
  transition: background-color 0.15s;
}
.bootstrap-italia .upload[type=file] + label:hover {
  background-color: #565656;
}
.bootstrap-italia .upload[type=file] + label svg {
  fill: hsl(0, 0%, 100%);
  margin-right: 10px;
}
.bootstrap-italia .upload:focus + label, .bootstrap-italia .toggles label input[type=checkbox]:focus + .upload.lever + label, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.upload + label, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.upload + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.upload + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.upload + label, .bootstrap-italia .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .upload.lever + label, .bootstrap-italia .form-check [type=checkbox]:focus + label.upload + label, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.upload + label, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.upload + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.upload + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.upload + label, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.upload + label, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.upload + label,
.bootstrap-italia .form-check [type=radio]:focus + label.upload + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.upload + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.upload + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.upload + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.upload + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.upload + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.upload + label {
  background-color: #565656;
  outline: auto 5px -webkit-focus-ring-color;
}
.bootstrap-italia .upload-pictures-wall {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.bootstrap-italia .upload-pictures-wall > li {
  list-style-type: none;
  margin-right: 8px;
  margin-bottom: 8px;
}
.bootstrap-italia .upload-pictures-wall > li:last-child {
  margin-right: 0;
}
.bootstrap-italia .upload-pictures-wall .upload[type=file] + label {
  height: 128px;
  width: 128px;
  border-radius: 0;
  padding: 0;
  border: 2px dashed hsl(210, 100%, 87.5%);
  background-color: #f2f9ff;
  color: #30373d;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  transition: border-color 0.2s;
}
.bootstrap-italia .upload-pictures-wall .upload[type=file] + label .icon {
  display: block;
  fill: #30373d;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.bootstrap-italia .upload-pictures-wall .upload[type=file] + label:hover {
  border: 2px dashed #30373d;
}
.bootstrap-italia .upload-pictures-wall .upload:focus[type=file] + label, .bootstrap-italia .upload-pictures-wall .toggles label input[type=checkbox]:focus + .upload[type=file].lever + label, .bootstrap-italia .toggles label .upload-pictures-wall input[type=checkbox]:focus + .upload[type=file].lever + label, .bootstrap-italia .upload-pictures-wall .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.upload[type=file] + label, .bootstrap-italia .form-check .toggles label .upload-pictures-wall input[type=checkbox]:focus + [type=checkbox].lever + label.upload[type=file] + label, .bootstrap-italia .upload-pictures-wall .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.upload[type=file] + label, .bootstrap-italia .toggles label .form-check .upload-pictures-wall input[type=checkbox]:focus + [type=checkbox].lever + label.upload[type=file] + label,
.bootstrap-italia .upload-pictures-wall .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.upload[type=file] + label,
.bootstrap-italia .form-check .toggles label .upload-pictures-wall input[type=checkbox]:focus + [type=radio].lever + label.upload[type=file] + label,
.bootstrap-italia .upload-pictures-wall .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.upload[type=file] + label,
.bootstrap-italia .toggles label .form-check .upload-pictures-wall input[type=checkbox]:focus + [type=radio].lever + label.upload[type=file] + label, .bootstrap-italia .upload-pictures-wall .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .upload[type=file].lever + label, .bootstrap-italia .toggles label .upload-pictures-wall input[type=checkbox]:focus + input[type=checkbox].lever + .upload[type=file].lever + label, .bootstrap-italia .upload-pictures-wall .form-check [type=checkbox]:focus + label.upload[type=file] + label, .bootstrap-italia .toggles label .upload-pictures-wall .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.upload[type=file] + label, .bootstrap-italia .upload-pictures-wall .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.upload[type=file] + label, .bootstrap-italia .upload-pictures-wall .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.upload[type=file] + label, .bootstrap-italia .toggles label .upload-pictures-wall .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.upload[type=file] + label,
.bootstrap-italia .upload-pictures-wall .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.upload[type=file] + label,
.bootstrap-italia .upload-pictures-wall .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.upload[type=file] + label,
.bootstrap-italia .toggles label .upload-pictures-wall .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.upload[type=file] + label, .bootstrap-italia .upload-pictures-wall .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.upload[type=file] + label, .bootstrap-italia .toggles label .upload-pictures-wall .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.upload[type=file] + label, .bootstrap-italia .form-check .upload-pictures-wall [type=checkbox]:focus + label.upload[type=file] + label, .bootstrap-italia .form-check .upload-pictures-wall .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.upload[type=file] + label, .bootstrap-italia .form-check .upload-pictures-wall .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.upload[type=file] + label, .bootstrap-italia .form-check .toggles label .upload-pictures-wall input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.upload[type=file] + label, .bootstrap-italia .toggles label .form-check .upload-pictures-wall input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.upload[type=file] + label,
.bootstrap-italia .form-check .upload-pictures-wall .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.upload[type=file] + label,
.bootstrap-italia .form-check .toggles label .upload-pictures-wall input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.upload[type=file] + label,
.bootstrap-italia .toggles label .form-check .upload-pictures-wall input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.upload[type=file] + label, .bootstrap-italia .form-check .upload-pictures-wall .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.upload[type=file] + label, .bootstrap-italia .toggles label .form-check .upload-pictures-wall input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.upload[type=file] + label,
.bootstrap-italia .upload-pictures-wall .form-check [type=radio]:focus + label.upload[type=file] + label,
.bootstrap-italia .toggles label .upload-pictures-wall .form-check input[type=checkbox]:focus + [type=radio].lever + label.upload[type=file] + label,
.bootstrap-italia .upload-pictures-wall .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.upload[type=file] + label,
.bootstrap-italia .upload-pictures-wall .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.upload[type=file] + label,
.bootstrap-italia .toggles label .upload-pictures-wall .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.upload[type=file] + label,
.bootstrap-italia .upload-pictures-wall .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.upload[type=file] + label,
.bootstrap-italia .upload-pictures-wall .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.upload[type=file] + label,
.bootstrap-italia .toggles label .upload-pictures-wall .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.upload[type=file] + label,
.bootstrap-italia .upload-pictures-wall .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.upload[type=file] + label,
.bootstrap-italia .toggles label .upload-pictures-wall .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.upload[type=file] + label,
.bootstrap-italia .form-check .upload-pictures-wall [type=radio]:focus + label.upload[type=file] + label,
.bootstrap-italia .form-check .upload-pictures-wall .toggles label input[type=checkbox]:focus + [type=radio].lever + label.upload[type=file] + label,
.bootstrap-italia .form-check .upload-pictures-wall .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.upload[type=file] + label,
.bootstrap-italia .form-check .toggles label .upload-pictures-wall input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.upload[type=file] + label,
.bootstrap-italia .toggles label .form-check .upload-pictures-wall input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.upload[type=file] + label,
.bootstrap-italia .form-check .upload-pictures-wall .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.upload[type=file] + label,
.bootstrap-italia .form-check .toggles label .upload-pictures-wall input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.upload[type=file] + label,
.bootstrap-italia .toggles label .form-check .upload-pictures-wall input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.upload[type=file] + label,
.bootstrap-italia .form-check .upload-pictures-wall .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.upload[type=file] + label,
.bootstrap-italia .toggles label .form-check .upload-pictures-wall input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.upload[type=file] + label, .bootstrap-italia .upload-pictures-wall .upload:active[type=file] + label {
  border: 2px dashed hsl(210, 75.975975976%, 66.7%);
}
.bootstrap-italia .upload-pictures-wall .upload-image {
  flex-shrink: 0;
  width: 128px;
  height: 128px;
}
.bootstrap-italia .upload-pictures-wall .upload-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bootstrap-italia .upload-file-list {
  margin-top: 5px;
  padding: 0;
}
.bootstrap-italia .upload-file-list.upload-file-list-image .progress {
  left: 52px;
}
.bootstrap-italia .upload-file-list .upload-file {
  list-style-type: none;
  display: flex;
  align-items: center;
  max-width: 375px;
  margin-bottom: 16px;
  position: relative;
}
.bootstrap-italia .upload-file-list .upload-file.uploading .icon {
  fill: hsl(210, 17.6470588235%, 43.35%);
}
.bootstrap-italia .upload-file-list .upload-file.uploading p {
  color: hsl(210, 17.6470588235%, 43.35%);
}
.bootstrap-italia .upload-file-list .upload-file.success svg {
  fill: #706f6f;
}
.bootstrap-italia .upload-file-list .upload-file.success p {
  color: #706f6f;
}
.bootstrap-italia .upload-file-list .upload-file.success p .upload-file-weight {
  display: inline-block;
}
.bootstrap-italia .upload-file-list .upload-file.error svg {
  fill: hsl(351, 68%, 53.125%);
}
.bootstrap-italia .upload-file-list .upload-file.error p {
  color: hsl(351, 68%, 53.125%);
}
.bootstrap-italia .upload-file-list .upload-file svg {
  flex-shrink: 0;
}
.bootstrap-italia .upload-file-list .upload-file .upload-image {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.bootstrap-italia .upload-file-list .upload-file .upload-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bootstrap-italia .upload-file-list .upload-file p {
  margin: 0;
  font-size: 0.889rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 12px;
  overflow: hidden;
}
.bootstrap-italia .upload-file-list .upload-file p .upload-file-weight {
  color: hsl(210, 17.6470588235%, 43.35%);
  font-size: 0.75em;
  margin-left: 10px;
  display: none;
}
.bootstrap-italia .upload-file-list .upload-file button {
  background: transparent;
  border: 0;
  padding: 0px;
  margin-left: auto;
}
.bootstrap-italia .upload-file-list .upload-file button:hover {
  cursor: pointer;
}
.bootstrap-italia .upload-file-list .upload-file button:hover svg {
  fill: #706f6f;
}
.bootstrap-italia .upload-file-list .progress {
  position: absolute;
  bottom: -10px;
  left: 36px;
  width: calc(100% - 45px);
  height: 4px;
  background-color: #e8f2fc;
  box-shadow: none;
}
.bootstrap-italia .upload-file-list .progress.progress-image {
  width: calc(100% - 60px);
}
.bootstrap-italia .upload-avatar-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bootstrap-italia .upload-avatar-container .upload-avatar[type=file] + label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bootstrap-italia .upload-avatar-container .upload-avatar[type=file] + label svg {
  display: none;
}
.bootstrap-italia .upload-avatar-container .upload-avatar[type=file] + label span {
  display: none;
}
.bootstrap-italia .avatar-upload-wrapper {
  position: relative;
  display: inline-block;
}
.bootstrap-italia .avatar-upload-wrapper .avatar.avatar-upload {
  position: relative;
}
.bootstrap-italia .avatar-upload-wrapper .avatar-upload-icon {
  position: absolute;
  bottom: 16px;
  right: 4px;
  width: 26px;
  height: 26px;
  background: hsl(210, 6.2290689886%, 92.535%);
  border-radius: 50%;
  border: 2px solid hsl(0, 0%, 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.bootstrap-italia .avatar-upload-wrapper .avatar-upload-icon > svg {
  width: 16px;
  height: 16px;
}
.bootstrap-italia .avatar-upload-wrapper.size-sm .avatar {
  width: 80px;
  height: 80px;
}
.bootstrap-italia .avatar-upload-wrapper.size-sm .avatar-upload-icon {
  bottom: 6px;
  right: 4px;
  width: 18px;
  height: 18px;
}
.bootstrap-italia .avatar-upload-wrapper.size-sm .avatar-upload-icon > svg {
  width: 12px;
  height: 12px;
}
.bootstrap-italia .upload-dragdrop {
  display: inline-flex;
  align-items: center;
}
.bootstrap-italia .upload-dragdrop.dragover .upload-dragdrop-image img, .bootstrap-italia .upload-dragdrop.loading .upload-dragdrop-image img {
  transform: translateX(-50%) translateY(-50%) scale(0.85);
}
.bootstrap-italia .upload-dragdrop.loading p:not(.upload-dragdrop-weight) {
  font-style: italic;
}
.bootstrap-italia .upload-dragdrop.loading .upload-dragdrop-loading {
  opacity: 1;
}
.bootstrap-italia .upload-dragdrop.loading .upload-dragdrop-text .upload-dragdrop-weight, .bootstrap-italia .upload-dragdrop.success .upload-dragdrop-text .upload-dragdrop-weight {
  visibility: visible;
}
.bootstrap-italia .upload-dragdrop.success .upload-dragdrop-success {
  opacity: 1;
  transform: scale(1);
}
.bootstrap-italia .upload-dragdrop-text p {
  margin: 0;
  font-size: 0.889rem;
  color: hsl(210, 16.9590643275%, 43.605%);
}
.bootstrap-italia .upload-dragdrop-text p.upload-dragdrop-weight {
  color: hsl(210, 17.6470588235%, 43.35%);
  font-size: 0.778rem;
  visibility: hidden;
}
.bootstrap-italia .upload-dragdrop-text p.upload-dragdrop-weight svg {
  fill: hsl(210, 17.6470588235%, 43.35%);
}
.bootstrap-italia .upload-dragdrop-text h5 {
  margin: 0;
  font-size: 1.333rem;
  font-weight: 700;
  color: hsl(210, 53.8461538462%, 19.5%);
}
.bootstrap-italia .upload-dragdrop-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.bootstrap-italia .upload-dragdrop-input[type=file] + label {
  text-decoration: underline;
  color: #706f6f;
  cursor: pointer;
}
.bootstrap-italia .upload-dragdrop-input:focus[type=file] + label, .bootstrap-italia .toggles label input[type=checkbox]:focus + .upload-dragdrop-input[type=file].lever + label, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.upload-dragdrop-input[type=file] + label, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.upload-dragdrop-input[type=file] + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.upload-dragdrop-input[type=file] + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.upload-dragdrop-input[type=file] + label, .bootstrap-italia .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .upload-dragdrop-input[type=file].lever + label, .bootstrap-italia .form-check [type=checkbox]:focus + label.upload-dragdrop-input[type=file] + label, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.upload-dragdrop-input[type=file] + label, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.upload-dragdrop-input[type=file] + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.upload-dragdrop-input[type=file] + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.upload-dragdrop-input[type=file] + label, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.upload-dragdrop-input[type=file] + label, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.upload-dragdrop-input[type=file] + label,
.bootstrap-italia .form-check [type=radio]:focus + label.upload-dragdrop-input[type=file] + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.upload-dragdrop-input[type=file] + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.upload-dragdrop-input[type=file] + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.upload-dragdrop-input[type=file] + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.upload-dragdrop-input[type=file] + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.upload-dragdrop-input[type=file] + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.upload-dragdrop-input[type=file] + label {
  outline: auto 5px -webkit-focus-ring-color;
}
.bootstrap-italia .upload-dragdrop-loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}
.bootstrap-italia .upload-dragdrop-loading .upload-progress {
  transform: scale(0.355);
  position: absolute;
  top: -162px;
  left: -162px;
}
.bootstrap-italia .upload-dragdrop-loading .upload-progress .clProg {
  font-weight: 700;
}
.bootstrap-italia .upload-dragdrop-image {
  width: 128px;
  height: 128px;
  flex-shrink: 0;
  position: relative;
  margin-right: 16px;
}
.bootstrap-italia .upload-dragdrop-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.4s cubic-bezier(0.33, 1.07, 0.54, 1);
  transform: translateX(-50%) translateY(-50%);
}
.bootstrap-italia .upload-dragdrop-image .upload-dragdrop-success {
  width: 36px;
  height: 36px;
  position: absolute;
  top: calc(50% - 18px);
  left: 20px;
  background: #706f6f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.2s, transform 0.5s cubic-bezier(0.75, -0.5, 0, 1.75);
}
.bootstrap-italia .upload-dragdrop-image .upload-dragdrop-success svg {
  fill: hsl(0, 0%, 100%);
  width: 30px;
  height: 30px;
}
@media (min-width: 576px) {
  .bootstrap-italia .upload[type=file] + label {
    font-size: 0.889rem;
  }
}
@media (min-width: 768px) {
  .bootstrap-italia .upload-dragdrop-image {
    width: 180px;
    height: 180px;
    margin-right: 32px;
  }
  .bootstrap-italia .upload-dragdrop-image .upload-dragdrop-success {
    left: 28px;
  }
  .bootstrap-italia .upload-dragdrop-loading .upload-progress {
    transform: scale(0.5);
    top: -136px;
    left: -136px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-italia .avatar-upload:hover .upload-avatar-container,
  .bootstrap-italia .avatar-upload:focus-within .upload-avatar-container {
    opacity: 1;
    transition: opacity 0.25s;
  }
  .bootstrap-italia .upload-avatar-container {
    bottom: -10%;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
    height: 60%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity 0.15s;
    opacity: 0;
  }
  .bootstrap-italia .upload-avatar-container .upload-avatar[type=file] + label {
    margin: 0;
    padding-top: 10px;
    color: hsl(0, 0%, 100%);
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
  }
  .bootstrap-italia .upload-avatar-container .upload-avatar[type=file] + label span {
    display: block;
  }
  .bootstrap-italia .upload-avatar-container .upload-avatar[type=file] + label svg {
    display: block;
    fill: hsl(0, 0%, 100%);
    width: 20px;
    height: 20px;
    display: block;
  }
  .bootstrap-italia .upload-avatar-container .upload-avatar:focus:not(.focus--mouse)[type=file] + label, .bootstrap-italia .upload-avatar-container .toggles label input[type=checkbox]:focus + .upload-avatar.lever:not(.focus--mouse)[type=file] + label, .bootstrap-italia .toggles label .upload-avatar-container input[type=checkbox]:focus + .upload-avatar.lever:not(.focus--mouse)[type=file] + label, .bootstrap-italia .upload-avatar-container .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.upload-avatar:not(.focus--mouse)[type=file] + label, .bootstrap-italia .form-check .toggles label .upload-avatar-container input[type=checkbox]:focus + [type=checkbox].lever + label.upload-avatar:not(.focus--mouse)[type=file] + label, .bootstrap-italia .upload-avatar-container .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.upload-avatar:not(.focus--mouse)[type=file] + label, .bootstrap-italia .toggles label .form-check .upload-avatar-container input[type=checkbox]:focus + [type=checkbox].lever + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .upload-avatar-container .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .form-check .toggles label .upload-avatar-container input[type=checkbox]:focus + [type=radio].lever + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .upload-avatar-container .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .toggles label .form-check .upload-avatar-container input[type=checkbox]:focus + [type=radio].lever + label.upload-avatar:not(.focus--mouse)[type=file] + label, .bootstrap-italia .upload-avatar-container .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .upload-avatar.lever:not(.focus--mouse)[type=file] + label, .bootstrap-italia .toggles label .upload-avatar-container input[type=checkbox]:focus + input[type=checkbox].lever + .upload-avatar.lever:not(.focus--mouse)[type=file] + label, .bootstrap-italia .upload-avatar-container .form-check [type=checkbox]:focus + label.upload-avatar:not(.focus--mouse)[type=file] + label, .bootstrap-italia .toggles label .upload-avatar-container .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.upload-avatar:not(.focus--mouse)[type=file] + label, .bootstrap-italia .upload-avatar-container .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.upload-avatar:not(.focus--mouse)[type=file] + label, .bootstrap-italia .upload-avatar-container .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.upload-avatar:not(.focus--mouse)[type=file] + label, .bootstrap-italia .toggles label .upload-avatar-container .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .upload-avatar-container .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .upload-avatar-container .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .toggles label .upload-avatar-container .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.upload-avatar:not(.focus--mouse)[type=file] + label, .bootstrap-italia .upload-avatar-container .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.upload-avatar:not(.focus--mouse)[type=file] + label, .bootstrap-italia .toggles label .upload-avatar-container .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.upload-avatar:not(.focus--mouse)[type=file] + label, .bootstrap-italia .form-check .upload-avatar-container [type=checkbox]:focus + label.upload-avatar:not(.focus--mouse)[type=file] + label, .bootstrap-italia .form-check .upload-avatar-container .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.upload-avatar:not(.focus--mouse)[type=file] + label, .bootstrap-italia .form-check .upload-avatar-container .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.upload-avatar:not(.focus--mouse)[type=file] + label, .bootstrap-italia .form-check .toggles label .upload-avatar-container input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.upload-avatar:not(.focus--mouse)[type=file] + label, .bootstrap-italia .toggles label .form-check .upload-avatar-container input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox] + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .form-check .upload-avatar-container .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .form-check .toggles label .upload-avatar-container input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .toggles label .form-check .upload-avatar-container input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox] + label.upload-avatar:not(.focus--mouse)[type=file] + label, .bootstrap-italia .form-check .upload-avatar-container .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.upload-avatar:not(.focus--mouse)[type=file] + label, .bootstrap-italia .toggles label .form-check .upload-avatar-container input[type=checkbox]:focus + input[type=checkbox].lever + [type=checkbox].lever + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .upload-avatar-container .form-check [type=radio]:focus + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .toggles label .upload-avatar-container .form-check input[type=checkbox]:focus + [type=radio].lever + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .upload-avatar-container .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .upload-avatar-container .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .toggles label .upload-avatar-container .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .upload-avatar-container .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .upload-avatar-container .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .toggles label .upload-avatar-container .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .upload-avatar-container .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .toggles label .upload-avatar-container .form-check input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .form-check .upload-avatar-container [type=radio]:focus + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .form-check .upload-avatar-container .toggles label input[type=checkbox]:focus + [type=radio].lever + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .form-check .upload-avatar-container .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .form-check .toggles label .upload-avatar-container input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .toggles label .form-check .upload-avatar-container input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio] + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .form-check .upload-avatar-container .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .form-check .toggles label .upload-avatar-container input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .toggles label .form-check .upload-avatar-container input[type=checkbox]:focus + [type=radio].lever + label[type=radio] + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .form-check .upload-avatar-container .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.upload-avatar:not(.focus--mouse)[type=file] + label,
  .bootstrap-italia .toggles label .form-check .upload-avatar-container input[type=checkbox]:focus + input[type=checkbox].lever + [type=radio].lever + label.upload-avatar:not(.focus--mouse)[type=file] + label {
    outline: auto 5px -webkit-focus-ring-color;
  }
  .bootstrap-italia .avatar-upload-wrapper .avatar-upload-icon {
    display: none;
  }
  .bootstrap-italia .avatar-upload-wrapper.size-sm .upload-avatar[type=file] + label span {
    display: none;
  }
}
.bootstrap-italia .toggles,
.bootstrap-italia .toggles * {
  appearance: none;
  user-select: none;
}
.bootstrap-italia .toggles label {
  cursor: pointer;
  width: 100%;
  margin-bottom: 8px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
}
.bootstrap-italia .toggles label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.bootstrap-italia .toggles label input[type=checkbox] + .lever {
  content: "";
  position: relative;
  width: 46px;
  height: 16px;
  background-color: #e6e9f2;
  border-radius: 10px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
  float: right;
  margin-top: 8px;
}
.bootstrap-italia .toggles label input[type=checkbox] + .lever:before, .bootstrap-italia .toggles label input[type=checkbox] + .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: 0;
  top: -5px;
  left: -3px;
  transition: left 0.3s ease, background 0.1s ease, transform 0.1s ease;
}
.bootstrap-italia .toggles label input[type=checkbox] + .lever:before {
  background-color: rgba(112, 111, 111, 0.15);
}
.bootstrap-italia .toggles label input[type=checkbox] + .lever:after {
  background-color: #5c6f82;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='10px' height='10px' viewBox='0 0 10 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.8'%3e%3cg id='Data-entry/toggle/Light_bg/disabledOff' transform='translate(-8.000000, -11.000000)' fill='%23FFFFFF'%3e%3cpath d='M14.363961,15.9497475 L17.8994949,19.4852814 L16.4852814,20.8994949 L12.9497475,17.363961 L9.41421356,20.8994949 L8,19.4852814 L11.5355339,15.9497475 L8,12.4142136 L9.41421356,11 L12.9497475,14.5355339 L16.4852814,11 L17.8994949,12.4142136 L14.363961,15.9497475 Z' id='Combined-Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  border: 2px solid #fff;
}
.bootstrap-italia .toggles label input[type=checkbox]:checked + .lever {
  background-color: #e6e9f2;
}
.bootstrap-italia .toggles label input[type=checkbox]:checked + .lever:before, .bootstrap-italia .toggles label input[type=checkbox]:checked + .lever:after {
  left: 23px;
}
.bootstrap-italia .toggles label input[type=checkbox]:checked + .lever:after {
  background-color: #706f6f;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='11px' viewBox='0 0 14 11'%3E%3Cg stroke='none' fill='none' opacity='0.5'%3E%3Cg transform='translate(-28.000000, -11.000000)' fill='%23FFF'%3E%3Cg transform='translate(24.000000, 16.000000) scale(-1, 1) translate(-24.000000, -16.000000) translate(1.000000, 4.000000)'%3E%3Cpath d='M13,15 L13,5 L15,5 L15,15 L15,17 L9,17 L9,15 L13,15 Z' transform='translate(12.000000, 11.000000) scale(-1, 1) rotate(45.000000) translate(-12.000000, -11.000000) '/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.bootstrap-italia .toggles label input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: #e6e9f2;
}
.bootstrap-italia .toggles label input[type=checkbox][disabled] + .lever:after {
  background-color: #e6e9f2;
}
.bootstrap-italia .toggles label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #e6e9f2;
}
.bootstrap-italia .password-icon {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 8;
  padding: 0 8px;
  background-color: hsl(0, 0%, 100%);
}
.bootstrap-italia .password-icon .icon {
  fill: hsl(210, 16.9590643275%, 43.605%);
}
.bootstrap-italia .password-meter {
  height: 4px;
  left: 10px;
  bottom: -6px;
  width: 100%;
  max-width: 180px;
}
.bootstrap-italia .password-meter .col-3 {
  height: 4px;
}
@keyframes selectDropdownFadeIn {
  0% {
    opacity: 0;
    margin-top: 0;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes selectDropdownFadeInTop {
  0% {
    opacity: 0;
    margin-top: 0;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.bootstrap-italia .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-italia .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-italia .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-italia .show > .btn-light.dropdown-toggle {
  background: transparent;
  color: inherit;
}
.bootstrap-italia .bootstrap-select.form-control {
  box-shadow: none;
}
.bootstrap-italia .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-italia .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-italia .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-italia .form-check .bootstrap-select > [type=checkbox]:focus + label.dropdown-toggle.bs-placeholder,
.bootstrap-italia .form-check .bootstrap-select > [type=radio]:focus + label.dropdown-toggle.bs-placeholder, .bootstrap-italia .toggles label .bootstrap-select > input[type=checkbox]:focus + .dropdown-toggle.bs-placeholder.lever, .bootstrap-italia .form-check .toggles label .bootstrap-select > input[type=checkbox]:focus + [type=checkbox].lever + label.dropdown-toggle.bs-placeholder, .bootstrap-italia .toggles label .form-check .bootstrap-select > input[type=checkbox]:focus + [type=checkbox].lever + label.dropdown-toggle.bs-placeholder,
.bootstrap-italia .form-check .toggles label .bootstrap-select > input[type=checkbox]:focus + [type=radio].lever + label.dropdown-toggle.bs-placeholder,
.bootstrap-italia .toggles label .form-check .bootstrap-select > input[type=checkbox]:focus + [type=radio].lever + label.dropdown-toggle.bs-placeholder, .bootstrap-italia .toggles label .bootstrap-select > input[type=checkbox]:focus + input[type=checkbox].lever + .dropdown-toggle.bs-placeholder.lever, .bootstrap-italia .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: hsl(210, 25%, 35.2%);
  font-weight: normal;
}
.bootstrap-italia .bootstrap-select-wrapper {
  position: relative;
  padding-top: 0;
}
.bootstrap-italia .bootstrap-select-wrapper.no-tick .dropdown.bootstrap-select .dropdown-menu li a.selected span.check-mark {
  display: none;
}
.bootstrap-italia .bootstrap-select-wrapper.disabled {
  opacity: 0.3;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown-menu {
  padding: 0;
  margin: 0;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.show .dropdown-menu[x-placement=bottom-start],
.bootstrap-italia .bootstrap-select-wrapper .btn-group.show .dropdown-menu[x-placement=bottom-start] {
  animation: selectDropdownFadeIn forwards 0.3s;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.show .dropdown-menu[x-placement=top-start],
.bootstrap-italia .bootstrap-select-wrapper .btn-group.show .dropdown-menu[x-placement=top-start] {
  animation: selectDropdownFadeInTop forwards 0.3s;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown-menu:before {
  display: none;
}
.bootstrap-italia .bootstrap-select-wrapper > label {
  position: absolute;
  color: hsl(210, 25%, 35.2%);
  font-size: 0.7777777778rem;
  display: block;
  font-weight: 600;
  padding: 0 0.5rem;
  line-height: calc(2.5rem - 1px);
  top: 0;
  transform: translateY(-75%);
}
.bootstrap-italia .bootstrap-select-wrapper button {
  background: transparent;
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: hsl(210, 25%, 35.2%);
  padding: 8px;
  font-size: 1rem;
  font-weight: bold;
}
.bootstrap-italia .bootstrap-select-wrapper button.disabled {
  background: transparent;
}
.bootstrap-italia .bootstrap-select-wrapper button.disabled.btn-light {
  box-shadow: none;
}
.bootstrap-italia .bootstrap-select-wrapper button .filter-option {
  position: relative;
}
.bootstrap-italia .bootstrap-select-wrapper button .filter-option .filter-option-inner {
  display: flex;
}
.bootstrap-italia .bootstrap-select-wrapper button .filter-option .filter-option-inner-inner {
  display: flex;
  align-items: center;
}
.bootstrap-italia .bootstrap-select-wrapper button .filter-option .filter-option-inner-inner .icon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.bootstrap-italia .bootstrap-select-wrapper button .filter-option:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  background: hsl(210, 25%, 35.2%);
  bottom: 0;
  transition: all 0.3s;
  transform-origin: bottom;
}
.bootstrap-italia .bootstrap-select-wrapper button:hover:not(.disabled) .filter-option:after {
  transform: scaleY(2);
}
.bootstrap-italia .bootstrap-select-wrapper button:hover {
  background: transparent;
}
.bootstrap-italia .bootstrap-select-wrapper button.dropdown-toggle:after {
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: static;
  top: 0;
  transform: translateY(50%);
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-searchbox {
  padding: 8px 24px;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-searchbox input[type=text] {
  padding: 0;
  border-bottom: 1px solid hsl(210, 6.2290689886%, 92.535%);
  font-size: 0.8888888889rem;
  font-weight: 600;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-searchbox input[type=text]::placeholder {
  font-weight: 600;
  opacity: 0.5;
  font-size: 0.8888888889rem;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .no-results {
  padding: 8px 24px;
  background: transparent;
  margin: 0;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-header .text {
  font-size: 0.8333333333rem;
  text-transform: uppercase;
  color: hsl(210, 25%, 35.2%);
  font-weight: 600;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-divider {
  border: none;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .form-check {
  margin-top: 0;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .form-check [type=checkbox] + label,
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .form-check [type=radio] + label {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 0.8888888889rem;
  height: 30px;
  line-height: 30px;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .btn {
  height: 2.5rem;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox {
  position: relative;
  padding: 0;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block {
  display: block;
  padding: 8px 24px;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .btn {
  padding: 0;
  display: inline-block;
  font-size: 0.8888888889rem;
  color: hsl(210, 100%, 40%);
  font-weight: normal;
  width: auto;
  margin-right: 24px;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .btn:active, .bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .btn:focus, .bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .form-check [type=checkbox]:focus + label.btn, .bootstrap-italia .form-check .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block [type=checkbox]:focus + label.btn,
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .form-check [type=radio]:focus + label.btn,
.bootstrap-italia .form-check .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block [type=radio]:focus + label.btn, .bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .toggles label input[type=checkbox]:focus + .btn.lever, .bootstrap-italia .toggles label .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block input[type=checkbox]:focus + .btn.lever, .bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn, .bootstrap-italia .form-check .toggles label .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block input[type=checkbox]:focus + [type=checkbox].lever + label.btn, .bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn, .bootstrap-italia .toggles label .form-check .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block input[type=checkbox]:focus + [type=checkbox].lever + label.btn,
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn,
.bootstrap-italia .form-check .toggles label .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block input[type=checkbox]:focus + [type=radio].lever + label.btn,
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn,
.bootstrap-italia .toggles label .form-check .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block input[type=checkbox]:focus + [type=radio].lever + label.btn, .bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .btn.lever, .bootstrap-italia .toggles label .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block input[type=checkbox]:focus + input[type=checkbox].lever + .btn.lever {
  box-shadow: none;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .btn:hover {
  text-decoration: underline;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox:after {
  content: "";
  display: block;
  height: 1px;
  width: 65px;
  background: hsl(210, 6.2290689886%, 92.535%);
  position: absolute;
  bottom: -8px;
  left: 24px;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .select-pill {
  font-size: 0.7777777778rem;
  padding: 4px 8px;
  border: 1px solid hsl(210, 25%, 35.2%);
  color: hsl(210, 25%, 35.2%);
  line-height: 1;
  border-radius: 24px;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .select-pill svg {
  fill: hsl(210, 25%, 35.2%);
  margin-right: 0;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .icon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .form-check [type=checkbox] + label,
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .form-check [type=radio] + label {
  font-size: 0.7777777778rem;
  padding: 4px 8px;
  border: 1px solid hsl(210, 25%, 35.2%);
  color: hsl(210, 25%, 35.2%);
  line-height: 1;
  border-radius: 24px;
  display: flex;
  align-items: center;
  margin-right: 8px;
  height: auto;
  font-weight: 700;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .form-check [type=checkbox] + label:before, .bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .form-check [type=checkbox] + label:after,
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .form-check [type=radio] + label:before,
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .form-check [type=radio] + label:after {
  display: none;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu {
  top: calc(-100% - 8px) !important;
  padding: 8px 0;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu[x-placement=top-start] {
  top: auto !important;
  bottom: -8px !important;
  transform: none !important;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a {
  font-size: 0.8888888889rem;
  padding: 8px 24px;
  color: hsl(210, 100%, 40%);
  white-space: inherit;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.icon-options-li span.text {
  display: flex;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.selected {
  color: hsl(210, 53.8461538462%, 19.5%);
  text-decoration: underline;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.selected span.select-pill-text {
  text-decoration: underline;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.selected span.check-mark {
  color: hsl(210, 100%, 40%);
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a:focus, .bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li .toggles label input[type=checkbox]:focus + a.lever, .bootstrap-italia .toggles label .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li input[type=checkbox]:focus + a.lever, .bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + a.lever, .bootstrap-italia .toggles label .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li input[type=checkbox]:focus + input[type=checkbox].lever + a.lever, .bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a:active {
  background: transparent;
  outline: none;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.check-mark {
  top: 10px;
  right: 24px;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.check-mark:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.text {
  position: relative;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.text .select-pill .icon {
  display: none;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.text .icon {
  fill: hsl(210, 100%, 40%);
  margin-right: 8px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.text .reset-label {
  display: block;
  height: 1px;
  width: 65px;
  background: hsl(210, 6.2290689886%, 92.535%);
  position: absolute;
  bottom: -8px;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a:hover {
  background: transparent;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a:hover span.text {
  text-decoration: underline;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.active {
  background: transparent;
  color: hsl(210, 53.8461538462%, 19.5%);
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.active span.text {
  text-decoration: underline;
}
.bootstrap-italia .bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li.disabled a {
  color: hsl(225, 32.2033898305%, 92.625%);
}
.bootstrap-italia fieldset.disabled .bootstrap-select-wrapper {
  opacity: 0.3;
}
.bootstrap-italia fieldset.disabled .bootstrap-select-wrapper button {
  background: transparent;
}
.bootstrap-italia fieldset.disabled .bootstrap-select-wrapper button.btn-light {
  box-shadow: none;
}
.bootstrap-italia .it-transfer-wrapper {
  border: 1px solid hsl(210, 3.6255162919%, 78.21%);
  border-radius: 4px;
}
.bootstrap-italia .it-transfer-wrapper .transfer-scroll {
  height: 240px;
  overflow-x: hidden;
  margin-bottom: 24px;
}
.bootstrap-italia .it-transfer-wrapper .form-check {
  padding: 0 24px;
  position: relative;
}
.bootstrap-italia .it-transfer-wrapper .transfer-header {
  font-weight: bold;
}
.bootstrap-italia .it-transfer-wrapper .transfer-header:after {
  height: 1px;
  background: hsl(210, 3.6255162919%, 78.21%);
  width: 65px;
  content: "";
  display: block;
  margin-left: 62px;
}
.bootstrap-italia .it-transfer-wrapper .transfer-header .form-check {
  padding: 24px 24px 8px;
  margin-top: 0;
}
.bootstrap-italia .it-transfer-wrapper .transfer-header .form-check [type=checkbox] + label {
  display: flex;
  justify-content: space-between;
}
.bootstrap-italia .it-transfer-wrapper .transfer-header .form-check .descr {
  display: block;
  font-size: 12px;
  color: hsl(210, 25%, 35.2%);
  font-weight: normal;
}
.bootstrap-italia .it-transfer-wrapper .form-check input.semi-checked:not(:checked) + label::before {
  top: 13px;
  left: 4px;
  width: 12px;
  height: 2px;
  border-style: none;
  border-width: 0;
  border-color: transparent;
  transform: none;
  backface-visibility: hidden;
  opacity: 1;
  background: #fff;
}
.bootstrap-italia .it-transfer-wrapper .form-check input.semi-checked:not(:checked) + label::after {
  border-color: hsl(210, 73.9130434783%, 48.3%);
  background-color: hsl(210, 73.9130434783%, 48.3%);
  z-index: 0;
}
.bootstrap-italia .it-transfer-buttons {
  display: flex;
  justify-content: center;
}
.bootstrap-italia .it-transfer-buttons a {
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid hsl(210, 3.6255162919%, 78.21%);
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  margin: 24px 8px;
  cursor: default;
  pointer-events: none;
}
.bootstrap-italia .it-transfer-buttons a svg {
  width: 16px;
  height: 16px;
  fill: hsl(210, 3.6255162919%, 78.21%);
}
.bootstrap-italia .it-transfer-buttons a.transfer, .bootstrap-italia .it-transfer-buttons a.backtransfer {
  transform: rotate(90deg);
}
.bootstrap-italia .it-transfer-buttons a.active {
  border-color: hsl(210, 73.9130434783%, 48.3%);
  cursor: pointer;
  pointer-events: all;
}
.bootstrap-italia .it-transfer-buttons a.active svg {
  fill: hsl(210, 73.9130434783%, 48.3%);
}
@media (min-width: 768px) {
  .bootstrap-italia .it-transfer-buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .bootstrap-italia .it-transfer-buttons a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border: 1px solid hsl(210, 3.6255162919%, 78.21%);
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    margin: 8px 8px;
    align-self: center;
  }
  .bootstrap-italia .it-transfer-buttons a.transfer, .bootstrap-italia .it-transfer-buttons a.backtransfer {
    transform: none;
  }
}
@keyframes dropdownFadeIn {
  0% {
    opacity: 0;
    margin-top: 0;
  }
  100% {
    opacity: 1;
    margin-top: 16px;
  }
}
@keyframes dropdownFadeInTop {
  0% {
    opacity: 0;
    margin-top: 0;
  }
  100% {
    opacity: 1;
    margin-top: -16px;
  }
}
.bootstrap-italia .dropdown.show .dropdown-menu[x-placement=bottom-start],
.bootstrap-italia .btn-group.show .dropdown-menu[x-placement=bottom-start] {
  animation: dropdownFadeIn forwards 0.3s;
}
.bootstrap-italia .dropdown.show .dropdown-menu[x-placement=top-start],
.bootstrap-italia .btn-group.show .dropdown-menu[x-placement=top-start] {
  animation: dropdownFadeInTop forwards 0.3s;
}
.bootstrap-italia .btn-dropdown {
  color: hsl(210, 100%, 40%);
  padding: 0 4px;
  background-color: transparent;
  font-size: 1rem;
  border-radius: 0;
}
.bootstrap-italia .btn-dropdown:not(:disabled):not(.disabled):active {
  box-shadow: none;
}
.bootstrap-italia .btn-dropdown:after,
.bootstrap-italia .dropdown-toggle:after {
  content: "";
  speak: none;
  border: none;
  display: inline;
  margin: 0;
  vertical-align: bottom;
  width: auto;
  height: auto;
}
.bootstrap-italia .btn-dropdown .icon-expand,
.bootstrap-italia .dropdown-toggle .icon-expand {
  transition: transform 0.3s;
}
.bootstrap-italia .btn-dropdown .icon.icon-xs,
.bootstrap-italia .dropdown-toggle .icon.icon-xs {
  transition: transform 0.3s;
  width: 18px;
  height: 18px;
  transform: translateY(-1px);
}
.bootstrap-italia .btn-dropdown[aria-expanded=true] .icon-expand,
.bootstrap-italia .dropdown-toggle[aria-expanded=true] .icon-expand {
  transform: scaleY(-1);
}
.bootstrap-italia .dropdown-menu {
  border-radius: 0 0 4px 4px;
  z-index: 8;
}
.bootstrap-italia .dropdown-menu.full-width {
  width: 100%;
}
.bootstrap-italia .dropdown-menu.full-width .link-list li {
  display: inline-block;
  width: auto;
}
.bootstrap-italia .dropdown-menu.full-width .link-list li:hover, .bootstrap-italia .dropdown-menu.full-width .link-list li:focus, .bootstrap-italia .dropdown-menu.full-width .link-list .toggles label input[type=checkbox]:focus + li.lever, .bootstrap-italia .toggles label .dropdown-menu.full-width .link-list input[type=checkbox]:focus + li.lever, .bootstrap-italia .dropdown-menu.full-width .link-list .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + li.lever, .bootstrap-italia .toggles label .dropdown-menu.full-width .link-list input[type=checkbox]:focus + input[type=checkbox].lever + li.lever {
  background: none;
  text-decoration: underline;
}
.bootstrap-italia .dropdown-menu .link-list {
  margin-bottom: 0;
}
.bootstrap-italia .dropdown-menu .link-list h3 {
  line-height: 2.3em;
  margin-bottom: 0;
}
.bootstrap-italia .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 24px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: hsl(0, 0%, 100%);
  transform: rotate(45deg);
}
.bootstrap-italia .dropdown-menu[x-placement=top-start] {
  border-radius: 4px 4px 0 0;
}
.bootstrap-italia .dropdown-menu[x-placement=top-start]:before {
  bottom: -6px;
  top: auto;
}
.bootstrap-italia .dropdown-menu.dark {
  background-color: hsl(210, 25%, 35.2%);
}
.bootstrap-italia .dropdown-menu.dark .link-list-wrapper ul span.divider {
  background: #2e465e;
}
.bootstrap-italia .dropdown-menu.dark .link-list-wrapper ul li a span,
.bootstrap-italia .dropdown-menu.dark .link-list-wrapper ul li a:hover span,
.bootstrap-italia .dropdown-menu.dark .link-list-wrapper ul li h3,
.bootstrap-italia .dropdown-menu.dark .link-list-wrapper ul li i {
  color: #fff;
}
.bootstrap-italia .dropdown-menu.dark .link-list-wrapper ul li a:not(.active):not(.disabled):hover i {
  color: hsl(178, 70.4433497537%, 59.4%);
}
.bootstrap-italia .dropdown-menu.dark .link-list-wrapper ul li a.disabled span {
  color: hsl(210, 7.1618037135%, 69.84%);
}
.bootstrap-italia .dropdown-menu.dark .link-list-wrapper ul li a.active span {
  color: hsl(178, 100%, 50%);
}
.bootstrap-italia .dropdown-menu.dark:before {
  background-color: hsl(210, 25%, 35.2%);
}
.bootstrap-italia nav.pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bootstrap-italia nav.pagination-wrapper a {
  text-decoration: none;
}
.bootstrap-italia nav.pagination-wrapper.pagination-total {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.bootstrap-italia nav.pagination-wrapper.pagination-total ul {
  margin-bottom: 0.5rem;
}
.bootstrap-italia nav.pagination-wrapper.pagination-total p {
  font-size: 0.8888888889rem;
  color: hsl(210, 17.6470588235%, 43.35%);
  margin-bottom: 1rem;
  font-weight: 600;
  text-align: center;
}
.bootstrap-italia nav.pagination-wrapper .form-group {
  margin-left: 2.5rem;
  width: 4.5rem;
  margin-top: 0;
}
.bootstrap-italia nav.pagination-wrapper .form-group label {
  font-size: 0.8888888889rem;
  color: hsl(210, 4.4368600683%, 63.375%);
}
.bootstrap-italia nav.pagination-wrapper .form-group.active label {
  font-size: 0.8rem;
}
.bootstrap-italia nav.pagination-wrapper .btn.dropdown-toggle {
  font-size: 0.8888888889rem;
  color: hsl(210, 17.6470588235%, 43.35%);
  font-weight: 600;
  padding: 12px;
  border-bottom: 1px solid hsl(210, 16.9590643275%, 43.605%);
  height: 2.5rem;
  border: none;
  width: 100%;
}
.bootstrap-italia nav.pagination-wrapper .btn.dropdown-toggle:after {
  color: hsl(210, 100%, 40%);
  margin-left: 0.5rem;
}
.bootstrap-italia .pagination {
  flex-wrap: wrap;
}
.bootstrap-italia .pagination .page-item {
  margin-right: 5px;
}
.bootstrap-italia .pagination .page-item.disabled a.page-link {
  color: hsl(210, 9.0909090909%, 78%);
}
.bootstrap-italia .pagination .page-item.disabled a.page-link .icon {
  fill: hsl(210, 9.0909090909%, 78%);
}
.bootstrap-italia .pagination .page-item span.page-link {
  pointer-events: none;
}
.bootstrap-italia .pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  min-width: 2.5rem;
  border-radius: 4px;
  border: none;
  font-size: 0.8888888889rem;
  font-weight: 600;
  color: hsl(210, 17.6470588235%, 43.35%);
  background-color: transparent;
}
.bootstrap-italia .pagination .page-item .page-link[aria-current] {
  border: 1px solid hsl(210, 100%, 40%);
  color: hsl(210, 100%, 40%);
  pointer-events: none;
}
.bootstrap-italia .pagination .page-item .page-link.text {
  color: hsl(210, 100%, 40%);
}
.bootstrap-italia .pagination .page-item .page-link span.d-inline-block {
  margin-right: 0.5rem;
}
.bootstrap-italia .pagination .page-item .page-link:hover {
  color: hsl(210, 100%, 40%);
  background-color: transparent;
}
.bootstrap-italia .pagination .page-item .page-link:hover .icon {
  fill: hsl(210, 100%, 40%);
}
@media (min-width: 576px) {
  .bootstrap-italia .pagination .page-item .page-link {
    height: 2.6666666667rem;
    min-width: 2.6666666667rem;
  }
  .bootstrap-italia nav.pagination-wrapper .btn.dropdown-toggle {
    height: 2.6666666667rem;
  }
}
@media (min-width: 768px) {
  .bootstrap-italia nav.pagination-wrapper {
    justify-content: flex-start;
  }
  .bootstrap-italia nav.pagination-wrapper .dropdown {
    margin-left: 2.6666666667rem;
  }
}
.bootstrap-italia .nav-tabs {
  position: relative;
  background-color: hsl(0, 0%, 100%);
  border-bottom-color: hsl(224, 43.1818181818%, 91.2%);
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
}
.bootstrap-italia .nav-tabs a {
  text-decoration: none;
}
.bootstrap-italia .nav-tabs .it-ico:before,
.bootstrap-italia .nav-tabs .it-ico-lg:before {
  margin-right: 0;
}
.bootstrap-italia .nav-tabs.auto .nav-link {
  flex: 1;
}
.bootstrap-italia .nav-tabs.auto .nav-item {
  flex: 1;
  text-align: center;
}
.bootstrap-italia .nav-tabs.no-border {
  border: none !important;
}
.bootstrap-italia .nav-tabs.no-background {
  background-color: transparent;
}
.bootstrap-italia .nav-tabs.no-background .nav-item .nav-link.active {
  background-color: transparent;
}
.bootstrap-italia .nav-tabs.nav-tabs-icon-text .icon {
  margin-right: 0.889rem;
}
.bootstrap-italia .nav-tabs.nav-tabs-icon-lg .nav-link {
  padding: 0.778rem 1.778em;
}
.bootstrap-italia .nav-tabs.nav-tabs-vertical {
  flex-direction: column;
  border-bottom: none;
  border-right: 1px solid hsl(224, 43.1818181818%, 91.2%);
}
.bootstrap-italia .nav-tabs.nav-tabs-vertical .nav-link {
  justify-content: space-between;
  border-bottom: none;
  border-right: 2px solid transparent;
  white-space: normal;
}
.bootstrap-italia .nav-tabs.nav-tabs-vertical .nav-link:hover {
  border-bottom: none;
}
.bootstrap-italia .nav-tabs.nav-tabs-vertical .nav-link.justify-content-end .it-ico:before,
.bootstrap-italia .nav-tabs.nav-tabs-vertical .nav-link.justify-content-end .it-ico-lg:before {
  margin-right: 0;
}
.bootstrap-italia .nav-tabs.nav-tabs-vertical .nav-link.active,
.bootstrap-italia .nav-tabs.nav-tabs-vertical .nav-item.show .nav-link {
  border-bottom: none;
  border-right-color: #706f6f;
}
.bootstrap-italia .nav-tabs.nav-tabs-vertical.nav-tabs-vertical-background .nav-link.active,
.bootstrap-italia .nav-tabs.nav-tabs-vertical.nav-tabs-vertical-background .nav-item.show .nav-link {
  background-color: hsl(210, 32.2033898305%, 92.625%);
}
.bootstrap-italia .nav-tabs .nav-link {
  border-radius: 0;
  font-weight: 600;
  color: hsl(210, 17.6470588235%, 43.35%);
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0.778rem 1.333em;
  flex: 1 0 auto;
  white-space: nowrap;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bootstrap-italia .nav-tabs .nav-link:hover {
  color: #706f6f;
  border-bottom-color: transparent;
}
.bootstrap-italia .nav-tabs .nav-link:focus, .bootstrap-italia .nav-tabs .form-check [type=checkbox]:focus + label.nav-link, .bootstrap-italia .form-check .nav-tabs [type=checkbox]:focus + label.nav-link,
.bootstrap-italia .nav-tabs .form-check [type=radio]:focus + label.nav-link,
.bootstrap-italia .form-check .nav-tabs [type=radio]:focus + label.nav-link, .bootstrap-italia .nav-tabs .toggles label input[type=checkbox]:focus + .nav-link.lever, .bootstrap-italia .toggles label .nav-tabs input[type=checkbox]:focus + .nav-link.lever, .bootstrap-italia .nav-tabs .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.nav-link, .bootstrap-italia .form-check .toggles label .nav-tabs input[type=checkbox]:focus + [type=checkbox].lever + label.nav-link, .bootstrap-italia .nav-tabs .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.nav-link, .bootstrap-italia .toggles label .form-check .nav-tabs input[type=checkbox]:focus + [type=checkbox].lever + label.nav-link,
.bootstrap-italia .nav-tabs .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.nav-link,
.bootstrap-italia .form-check .toggles label .nav-tabs input[type=checkbox]:focus + [type=radio].lever + label.nav-link,
.bootstrap-italia .nav-tabs .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.nav-link,
.bootstrap-italia .toggles label .form-check .nav-tabs input[type=checkbox]:focus + [type=radio].lever + label.nav-link, .bootstrap-italia .nav-tabs .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .nav-link.lever, .bootstrap-italia .toggles label .nav-tabs input[type=checkbox]:focus + input[type=checkbox].lever + .nav-link.lever {
  border-bottom-color: transparent;
}
.bootstrap-italia .nav-tabs .nav-link.disabled {
  color: hsl(225, 1.1532125206%, 69.65%);
  cursor: default;
}
.bootstrap-italia .nav-tabs .nav-link.disabled .icon {
  fill: hsl(225, 1.1532125206%, 69.65%);
}
.bootstrap-italia .nav-tabs .nav-link .it-ico:before {
  font-size: 1.333rem;
}
.bootstrap-italia .nav-tabs .nav-link .it-ico-lg:before {
  font-size: 1.778rem;
}
.bootstrap-italia .nav-tabs .nav-link .icon {
  fill: hsl(210, 16.9590643275%, 43.605%);
}
.bootstrap-italia .nav-tabs .nav-link.active .icon {
  fill: #706f6f;
}
.bootstrap-italia .nav-tabs .nav-link.active,
.bootstrap-italia .nav-tabs .nav-item.show .nav-link {
  border-bottom-color: #706f6f;
  color: #706f6f;
  cursor: inherit;
}
.bootstrap-italia .nav-tabs .nav-item {
  margin-bottom: 0;
  display: flex;
}
.bootstrap-italia .nav-tabs.nav-dark {
  background-color: hsl(210, 24.1464928616%, 35.68365%);
  border-bottom: none;
}
.bootstrap-italia .nav-tabs.nav-dark .nav-link {
  color: hsl(210, 2.9799029799%, 85.57%);
}
.bootstrap-italia .nav-tabs.nav-dark .nav-link .icon {
  fill: hsl(210, 2.9799029799%, 85.57%);
}
.bootstrap-italia .nav-tabs.nav-dark .nav-link:hover {
  color: hsl(178, 100%, 50%);
}
.bootstrap-italia .nav-tabs.nav-dark .nav-link:hover .icon {
  fill: hsl(178, 100%, 50%);
}
.bootstrap-italia .nav-tabs.nav-dark .nav-link.disabled {
  color: hsl(210, 12.1338912134%, 52.2%);
}
.bootstrap-italia .nav-tabs.nav-dark .nav-link.disabled .icon {
  fill: hsl(210, 12.1338912134%, 52.2%);
}
.bootstrap-italia .nav-tabs.nav-dark .nav-link.active,
.bootstrap-italia .nav-tabs.nav-dark .nav-item.show .nav-link {
  background-color: hsl(210, 24.1464928616%, 35.68365%);
  color: hsl(178, 100%, 50%);
  border-bottom: 2px solid hsl(178, 100%, 50%);
}
.bootstrap-italia .nav-tabs.nav-dark .nav-link.active .icon,
.bootstrap-italia .nav-tabs.nav-dark .nav-item.show .nav-link .icon {
  fill: hsl(178, 100%, 50%);
}
.bootstrap-italia .nav-tabs.nav-dark.nav-tabs-vertical .nav-link.active,
.bootstrap-italia .nav-tabs.nav-dark.nav-tabs-vertical .nav-item.show .nav-link {
  border-right-color: hsl(178, 100%, 50%);
  border-bottom: none;
}
.bootstrap-italia .nav-tabs.nav-tabs-cards {
  border-bottom: none;
}
.bootstrap-italia .nav-tabs.nav-tabs-cards .nav-item-filler {
  flex-grow: 1;
}
.bootstrap-italia .nav-tabs.nav-tabs-cards .nav-link {
  border: 1px solid transparent;
}
.bootstrap-italia .nav-tabs.nav-tabs-cards .nav-link.active,
.bootstrap-italia .nav-tabs.nav-tabs-cards .nav-item.show .nav-link {
  border: 1px solid hsl(224, 43.1818181818%, 91.2%);
  border-bottom-color: #fff;
  border-radius: 4px 4px 0 0;
}
.bootstrap-italia .nav-tabs.nav-tabs-editable .nav-item {
  position: relative;
}
.bootstrap-italia .nav-tabs.nav-tabs-editable .nav-item-filler {
  width: 2em;
}
.bootstrap-italia .nav-tabs.nav-tabs-editable .nav-tab-add {
  margin: -0.2em 1em 0;
  position: relative;
  width: 1.444rem;
  height: 1.444rem;
  top: 0.8rem;
  border: 1px solid hsl(224, 43.1818181818%, 91.2%);
  border-radius: 50%;
  right: 0;
}
.bootstrap-italia .nav-tabs.nav-tabs-editable .nav-tab-add:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0.778rem;
  left: 0.611rem;
  top: 0.278rem;
  background-color: #706f6f;
}
.bootstrap-italia .nav-tabs.nav-tabs-editable .nav-tab-add:before {
  content: "";
  position: absolute;
  width: 0.778rem;
  height: 2px;
  left: 0.278rem;
  top: 0.611rem;
  background-color: #706f6f;
}
.bootstrap-italia .nav-tabs.nav-tabs-editable .nav-link {
  padding-right: 2.888em;
}
.bootstrap-italia .nav-tabs.nav-tabs-editable .nav-link-close {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 0.9rem);
  right: 0.889rem;
  color: hsl(210, 17.6470588235%, 43.35%);
  transition: color 0.2s;
}
.bootstrap-italia .nav-tabs.nav-tabs-editable .nav-link-close .icon {
  fill: hsl(210, 17.6470588235%, 43.35%);
}
.bootstrap-italia .nav-tabs.nav-tabs-editable .nav-link-close.disabled {
  color: hsl(225, 1.1532125206%, 69.65%);
  cursor: pointer;
}
.bootstrap-italia .nav-tabs.nav-tabs-editable .nav-link-close.disabled .icon {
  fill: hsl(225, 1.1532125206%, 69.65%);
}
.bootstrap-italia .nav-tabs.nav-tabs-editable .nav-link-close:hover {
  color: #565656;
}
.bootstrap-italia .nav-tabs.nav-tabs-editable .nav-link-close:hover .icon {
  fill: #565656;
}
.bootstrap-italia .nav-tabs.nav-tabs-editable .nav-link-close .it-ico {
  font-size: 0.6rem;
}
.bootstrap-italia .nav-tabs.nav-tabs-editable .nav-link-close .it-ico:before {
  margin-right: 0;
}
.bootstrap-italia .nav-tabs.nav-tabs-editable .nav-link.active .nav-link-close,
.bootstrap-italia .nav-tabs.nav-tabs-editable .nav-item.show .nav-link .nav-link-close {
  color: #706f6f;
}
.bootstrap-italia .nav-tabs.nav-tabs-editable .nav-link.active .nav-link-close .icon,
.bootstrap-italia .nav-tabs.nav-tabs-editable .nav-item.show .nav-link .nav-link-close .icon {
  fill: #706f6f;
}
.bootstrap-italia .flex-column-reverse .nav-tabs {
  border-bottom: none;
  border-top: 1px solid hsl(224, 43.1818181818%, 91.2%);
}
.bootstrap-italia .flex-column-reverse .nav-tabs .nav-link {
  border-bottom: none;
  border-top: 2px solid transparent;
}
.bootstrap-italia .flex-column-reverse .nav-tabs .nav-link.active,
.bootstrap-italia .flex-column-reverse .nav-tabs .nav-item.show .nav-link {
  border-top-color: #706f6f;
}
.bootstrap-italia .flex-row-reverse .nav-tabs.nav-tabs-vertical {
  border-right: none;
  border-left: 1px solid hsl(224, 43.1818181818%, 91.2%);
}
.bootstrap-italia .flex-row-reverse .nav-tabs.nav-tabs-vertical .nav-link {
  justify-content: flex-start;
  border-bottom: none;
  border-right: none;
  border-left: 2px solid transparent;
}
.bootstrap-italia .flex-row-reverse .nav-tabs.nav-tabs-vertical .nav-link:hover {
  border-bottom: none;
}
.bootstrap-italia .flex-row-reverse .nav-tabs.nav-tabs-vertical .nav-link .icon {
  margin-right: 0.889rem;
}
.bootstrap-italia .flex-row-reverse .nav-tabs.nav-tabs-vertical .nav-link.active,
.bootstrap-italia .flex-row-reverse .nav-tabs.nav-tabs-vertical .nav-item.show .nav-link {
  border-left-color: #706f6f;
}
.bootstrap-italia .flex-row-reverse .nav-tabs.nav-dark.nav-tabs-vertical .nav-link.active,
.bootstrap-italia .flex-row-reverse .nav-tabs.nav-dark.nav-tabs-vertical .nav-item.show .nav-link {
  border-left-color: hsl(178, 100%, 50%);
}
.bootstrap-italia .nav-tabs-hidescroll {
  height: 2.667rem;
  overflow: hidden;
}
.bootstrap-italia .nav-tabs-hidescroll.hidescroll-ico {
  height: 2.944rem;
}
.bootstrap-italia .nav-tabs-hidescroll.hidescroll-ico-lg {
  height: 3.444rem;
}
.bootstrap-italia .nav-tabs-hidescroll .nav-tabs {
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .bootstrap-italia .nav-tabs {
    overflow-x: hidden;
    flex-wrap: wrap;
  }
  .bootstrap-italia .nav-tabs.auto {
    flex-wrap: nowrap;
  }
  .bootstrap-italia .nav-tabs-hidescroll {
    height: auto;
    overflow: initial;
  }
  .bootstrap-italia .nav-tabs-hidescroll.hidescroll-ico, .bootstrap-italia .nav-tabs-hidescroll.hidescroll-ico-lg {
    height: auto;
  }
  .bootstrap-italia .nav-tabs-hidescroll .nav-tabs {
    padding-bottom: 0;
  }
}
.bootstrap-italia .cookiebar {
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 1100;
  background-color: hsl(210, 25%, 35.2%);
  padding: 24px 32px;
}
.bootstrap-italia .cookiebar.cookiebar-top {
  bottom: auto;
  top: 0;
}
.bootstrap-italia .cookiebar.show {
  display: block;
}
.bootstrap-italia .cookiebar p {
  font-size: 1rem;
  line-height: 1.25em;
  color: hsl(0, 0%, 100%);
  margin-bottom: 0;
}
.bootstrap-italia .cookiebar p br {
  display: none;
}
.bootstrap-italia .cookiebar .cookiebar-buttons {
  text-align: right;
  margin-top: 32px;
  padding: 0;
  line-height: 1.25em;
}
.bootstrap-italia .cookiebar .cookiebar-btn {
  background: transparent;
  border: none;
  padding: 0;
  color: hsl(0, 0%, 100%);
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
  display: inline-block;
  line-height: 1em;
}
.bootstrap-italia .cookiebar .cookiebar-btn:hover {
  text-decoration: underline;
  cursor: pointer;
}
.bootstrap-italia .cookiebar .cookiebar-btn:last-child {
  margin-left: 32px;
}
.bootstrap-italia .cookiebar .cookiebar-btn:not(.cookiebar-confirm) {
  color: hsl(210, 32.2033898305%, 92.625%);
}
@media (min-width: 576px) {
  .bootstrap-italia .cookiebar p {
    font-size: 0.889rem;
  }
  .bootstrap-italia .cookiebar .cookiebar-btn {
    font-size: 0.778rem;
  }
}
@media (min-width: 768px) {
  .bootstrap-italia .cookiebar {
    padding: 32px 48px;
  }
  .bootstrap-italia .cookiebar.show {
    display: flex;
    justify-content: space-between;
  }
  .bootstrap-italia .cookiebar p {
    width: 60%;
    margin-right: 24px;
  }
  .bootstrap-italia .cookiebar p br {
    display: block;
  }
  .bootstrap-italia .cookiebar .cookiebar-buttons {
    margin-top: 0;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .bootstrap-italia .cookiebar {
    max-width: 832px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 4px 4px 0 0;
  }
  .bootstrap-italia .cookiebar p {
    width: 66%;
  }
  .bootstrap-italia .cookiebar .cookiebar-buttons {
    width: 33%;
  }
}
.bootstrap-italia .it-hero-wrapper {
  min-height: 380px;
  position: relative;
  background-color: hsl(210, 100%, 40%);
  display: flex;
  align-items: flex-end;
}
.bootstrap-italia .it-hero-wrapper .img-responsive-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.bootstrap-italia .it-hero-wrapper .img-responsive-wrapper .img-responsive {
  padding-bottom: inherit;
  height: 100%;
  position: initial;
}
.bootstrap-italia .it-hero-wrapper.it-hero-small-size {
  min-height: 230px;
}
.bootstrap-italia .it-hero-wrapper .it-hero-text-wrapper {
  padding: 48px 34px;
  background: transparent !important;
  position: relative;
}
.bootstrap-italia .it-hero-wrapper .it-hero-text-wrapper :last-child {
  margin-bottom: 0;
}
.bootstrap-italia .it-hero-wrapper .it-hero-text-wrapper span,
.bootstrap-italia .it-hero-wrapper .it-hero-text-wrapper h1,
.bootstrap-italia .it-hero-wrapper .it-hero-text-wrapper p {
  color: hsl(0, 0%, 100%);
  margin-bottom: 24px;
}
.bootstrap-italia .it-hero-wrapper .it-hero-text-wrapper span.it-category {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.9px;
}
.bootstrap-italia .it-hero-wrapper .it-hero-text-wrapper h1 {
  font-size: 2rem;
  letter-spacing: unset;
}
.bootstrap-italia .it-hero-wrapper .it-hero-text-wrapper p {
  font-size: 1rem;
  font-family: Lora, Georgia, serif;
}
.bootstrap-italia .it-hero-wrapper .it-hero-text-wrapper .it-btn-container {
  margin-top: 8px;
}
.bootstrap-italia .it-hero-wrapper.it-text-centered .it-hero-text-wrapper {
  text-align: center;
}
.bootstrap-italia .it-hero-wrapper.it-overlay .img-responsive-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bootstrap-italia .it-hero-wrapper.it-overlay.it-dark .img-responsive-wrapper:after {
  background: rgba(23, 50, 77, 0.54);
}
.bootstrap-italia .it-hero-wrapper.it-overlay.it-primary .img-responsive-wrapper:after {
  background: rgba(0, 102, 204, 0.85);
}
.bootstrap-italia .it-hero-wrapper.it-overlay.it-filter .img-responsive-wrapper img {
  mix-blend-mode: screen;
}
.bootstrap-italia .it-hero-wrapper.it-overlay.it-filter .img-responsive-wrapper:after {
  display: none;
}
.bootstrap-italia .it-hero-wrapper.it-bottom-overlapping-content {
  margin-bottom: -80px;
}
.bootstrap-italia .it-hero-wrapper.it-bottom-overlapping-content .it-hero-text-wrapper {
  padding-bottom: 136px;
}
.bootstrap-italia .it-hero-wrapper.it-wrapped-container {
  min-height: 0 !important;
  align-items: flex-end;
}
.bootstrap-italia .it-hero-wrapper .it-hero-card {
  background-color: hsl(0, 0%, 100%);
}
.bootstrap-italia .it-hero-wrapper .it-hero-card.it-hero-bottom-overlapping {
  margin-top: 80px;
  margin-bottom: -80px;
}
@media (max-width: 575px) {
  .bootstrap-italia .it-hero-wrapper.it-wrapped-container {
    display: flex;
    flex-direction: column;
  }
  .bootstrap-italia .it-hero-wrapper.it-wrapped-container .container {
    background-color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-hero-wrapper.it-wrapped-container .img-responsive-wrapper {
    position: relative;
  }
  .bootstrap-italia .it-hero-wrapper.it-wrapped-container .img-responsive-wrapper .img-wrapper {
    position: relative;
  }
  .bootstrap-italia .it-hero-wrapper.it-wrapped-container .img-responsive-wrapper:after {
    content: none;
  }
  .bootstrap-italia .it-hero-wrapper.it-wrapped-container .it-hero-card {
    background-color: hsl(0, 0%, 100%);
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .bootstrap-italia .it-hero-wrapper .it-hero-card.it-hero-bottom-overlapping {
    margin: 0;
  }
}
@media (min-width: 576px) {
  .bootstrap-italia .it-hero-wrapper.it-wrapped-container {
    min-height: 0 !important;
    align-items: flex-end;
  }
  .bootstrap-italia .it-hero-wrapper .it-hero-card {
    background-color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-hero-wrapper .it-hero-card.it-hero-bottom-overlapping {
    margin-top: 80px;
    margin-bottom: -80px;
  }
}
@media (min-width: 768px) {
  .bootstrap-italia .it-hero-wrapper.it-hero-small-size {
    min-height: 300px;
  }
  .bootstrap-italia .it-hero-wrapper .it-hero-text-wrapper {
    padding: 48px 40% 48px 34px;
  }
  .bootstrap-italia .it-hero-wrapper.it-text-centered .it-hero-text-wrapper {
    padding: 48px 20% 48px 20%;
  }
}
@media (min-width: 992px) {
  .bootstrap-italia .it-hero-wrapper {
    position: relative;
    min-height: 620px;
    align-items: center;
  }
  .bootstrap-italia .it-hero-wrapper.it-hero-small-size {
    min-height: 400px;
  }
  .bootstrap-italia .it-hero-wrapper .it-hero-text-wrapper {
    padding: 120px 40% 168px 26px;
  }
  .bootstrap-italia .it-hero-wrapper .it-hero-text-wrapper span.it-category {
    position: absolute;
    margin-top: -56px;
  }
  .bootstrap-italia .it-hero-wrapper .it-hero-text-wrapper h1 {
    font-size: 2.6666666667rem;
  }
  .bootstrap-italia .it-hero-wrapper .it-hero-text-wrapper p {
    margin-bottom: 0;
  }
  .bootstrap-italia .it-hero-wrapper .it-hero-text-wrapper .it-btn-container {
    position: absolute;
    margin-top: 48px;
  }
  .bootstrap-italia .it-hero-wrapper.it-text-centered .it-hero-text-wrapper {
    padding: 120px 20% 144px 20%;
  }
  .bootstrap-italia .it-hero-wrapper.it-text-centered .it-hero-text-wrapper span.it-category {
    left: 20%;
    right: 20%;
  }
  .bootstrap-italia .it-hero-wrapper.it-text-centered .it-hero-text-wrapper .it-btn-container {
    left: 20%;
    right: 20%;
  }
  .bootstrap-italia .it-hero-wrapper.it-bottom-overlapping-content {
    margin-bottom: -80px;
  }
  .bootstrap-italia .it-hero-wrapper.it-bottom-overlapping-content .it-hero-text-wrapper {
    padding-bottom: 240px;
    padding-top: 160px;
  }
}
.bootstrap-italia .forward {
  display: block;
  text-align: center;
  font-size: 3rem;
  transition: all 0.2s ease-in-out;
}
.bootstrap-italia .forward:hover {
  text-decoration: none;
}
.bootstrap-italia .back-to-top {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background: #706f6f;
  width: 40px;
  height: 40px;
  text-decoration: none;
  border-radius: 50%;
  display: block;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.2s ease-in-out, transform 0.25s cubic-bezier(0.75, -0.5, 0, 1.75), visibility 0.3s linear, opacity 0.3s ease-in-out;
  z-index: 1;
  transform: scale(0.7);
  transform-origin: center center;
}
.bootstrap-italia .back-to-top.back-to-top-show {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in-out, transform 0.05s ease-out, visibility 0s linear, opacity 0.1s ease-in-out;
  transform: scale(1);
}
.bootstrap-italia .back-to-top:hover {
  background: #565656;
  text-decoration: none;
}
.bootstrap-italia .back-to-top .icon {
  margin: 0;
  position: relative;
  transform: scale(0.75);
  top: 4px;
}
.bootstrap-italia .back-to-top .icon:before {
  margin: 0;
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .back-to-top.shadow:hover {
  box-shadow: 0 0.3rem 0.75rem rgba(0, 0, 0, 0.3) !important;
}
.bootstrap-italia .back-to-top.dark {
  background: #fff;
}
.bootstrap-italia .back-to-top.dark:hover {
  background: hsl(210, 6.2290689886%, 92.535%);
}
.bootstrap-italia .back-to-top.dark .icon:before {
  color: hsl(210, 25%, 35.2%);
}
@media (min-width: 768px) {
  .bootstrap-italia {
    /*back to top*/
  }
  .bootstrap-italia .back-to-top {
    width: 56px;
    height: 56px;
  }
  .bootstrap-italia .back-to-top .icon {
    transform: scale(1);
    top: 10px;
  }
  .bootstrap-italia .back-to-top.back-to-top-small {
    width: 40px;
    height: 40px;
  }
  .bootstrap-italia .back-to-top.back-to-top-small .icon {
    transform: scale(0.75);
    top: 4px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-italia .back-to-top {
    bottom: 32px;
    right: 32px;
  }
}
.bootstrap-italia .autocomplete {
  padding: 0.375rem 48px 0.375rem 24px;
}
.bootstrap-italia .autocomplete::placeholder {
  color: hsl(210, 7.1618037135%, 69.84%);
}
.bootstrap-italia .autocomplete:disabled {
  background-color: #cacacc;
}
.bootstrap-italia .autocomplete:disabled::placeholder {
  color: hsl(210, 16.9590643275%, 43.605%);
}
.bootstrap-italia .autocomplete-icon {
  position: absolute;
  right: 0;
  top: 0.5rem;
  padding: 0 8px;
  background-color: hsl(0, 0%, 100%);
}
.bootstrap-italia .autocomplete-icon .icon {
  fill: hsl(210, 16.9590643275%, 43.605%);
}
.bootstrap-italia .autocomplete-list {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background-color: hsl(0, 0%, 100%);
  padding: 8px 0;
  box-shadow: 0 20px 30px 5px rgba(0, 0, 0, 0.05);
  border-top: 1px solid hsl(210, 16.9590643275%, 43.605%);
  transition: opacity 0.3s;
  display: none;
}
.bootstrap-italia .autocomplete-list.autocomplete-list-show {
  display: block;
  z-index: 10;
}
.bootstrap-italia .autocomplete-list li {
  list-style-type: none;
  padding: 0;
}
.bootstrap-italia .autocomplete-list a {
  padding: 12px 24px;
  display: block;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: hsl(210, 24.1464928616%, 35.68365%);
  line-height: 1.2;
  font-size: 1rem;
}
.bootstrap-italia .autocomplete-list a:hover {
  color: #706f6f;
  text-decoration: none;
}
.bootstrap-italia .autocomplete-list a:hover .icon {
  fill: #706f6f;
}
.bootstrap-italia .autocomplete-list a:hover .autocomplete-list-text span {
  text-decoration: underline;
}
.bootstrap-italia .autocomplete-list a:hover .autocomplete-list-text em {
  color: #706f6f;
}
.bootstrap-italia .autocomplete-list a:hover mark {
  color: #706f6f;
}
.bootstrap-italia .autocomplete-list a .icon,
.bootstrap-italia .autocomplete-list a .avatar {
  margin-right: 16px;
  flex-shrink: 0;
}
.bootstrap-italia .autocomplete-list a .icon {
  fill: hsl(210, 24.1464928616%, 35.68365%);
}
.bootstrap-italia .autocomplete-list a .autocomplete-list-text {
  margin-top: 2px;
}
.bootstrap-italia .autocomplete-list a .autocomplete-list-text em {
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: hsl(210, 25%, 35.2%);
  font-weight: 600;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 4px;
}
.bootstrap-italia .autocomplete-list mark {
  padding: 0;
  background: transparent;
  font-weight: bold;
}
.bootstrap-italia .autocomplete-wrapper-big .autocomplete {
  height: 56px;
  font-size: 1.5rem;
  font-weight: normal;
  padding-left: 64px;
  padding-right: 24px;
}
.bootstrap-italia .autocomplete-wrapper-big .autocomplete-icon {
  position: absolute;
  left: 0.5rem;
  right: auto;
  top: 1rem;
}
.bootstrap-italia .autocomplete-wrapper-big .autocomplete-icon .icon {
  fill: #706f6f;
  width: 24px;
  height: 24px;
}
.bootstrap-italia .autocomplete-wrapper-big .autocomplete-list a {
  font-size: 1.125rem;
}
.bootstrap-italia .autocomplete-wrapper-big .autocomplete-list a .autocomplete-list-text {
  margin-top: 0;
}
@media (min-width: 576px) {
  .bootstrap-italia .autocomplete-list a {
    font-size: 0.889rem;
    align-items: flex-start;
  }
  .bootstrap-italia .autocomplete-list a .autocomplete-list-text span {
    margin-right: 8px;
  }
  .bootstrap-italia .autocomplete-list a .autocomplete-list-text em {
    display: inline-block;
    font-size: 0.667rem;
    margin-top: 0;
  }
  .bootstrap-italia .autocomplete-wrapper-big .autocomplete {
    height: 72px;
    font-size: 2.222rem;
    padding-left: 64px;
  }
  .bootstrap-italia .autocomplete-wrapper-big .autocomplete-icon .icon {
    width: 40px;
    height: 40px;
  }
  .bootstrap-italia .autocomplete-wrapper-big .autocomplete-list a {
    font-size: 1.111rem;
  }
  .bootstrap-italia .autocomplete-wrapper-big .autocomplete-list a .autocomplete-list-text span {
    margin-right: 16px;
  }
}
.bootstrap-italia .link-list-wrapper ul {
  padding: 0;
  list-style-type: none;
}
.bootstrap-italia .link-list-wrapper ul.link-sublist {
  padding-left: 24px;
}
.bootstrap-italia .link-list-wrapper ul li a {
  font-size: 0.889em;
  line-height: 2.3em;
  display: block;
  padding: 0 24px;
  position: relative;
  text-decoration: none;
}
.bootstrap-italia .link-list-wrapper ul li a:hover:not(.disabled) {
  text-decoration: none;
}
.bootstrap-italia .link-list-wrapper ul li a:hover:not(.disabled) span {
  color: #706f6f;
  text-decoration: underline;
}
.bootstrap-italia .link-list-wrapper ul li a:hover:not(.disabled) p {
  color: #706f6f;
  text-decoration: none;
}
.bootstrap-italia .link-list-wrapper ul li a:hover:not(.disabled) .icon {
  fill: #706f6f;
}
.bootstrap-italia .link-list-wrapper ul li a.disabled:hover {
  text-decoration: none;
}
.bootstrap-italia .link-list-wrapper ul li a.medium {
  font-weight: 600;
}
.bootstrap-italia .link-list-wrapper ul li a span {
  color: #706f6f;
  display: inline-block;
  margin-right: 24px;
}
.bootstrap-italia .link-list-wrapper ul li a .icon {
  display: inline-block;
  margin: 8px 0;
}
.bootstrap-italia .link-list-wrapper ul li a .icon.icon-right {
  position: absolute;
  right: 0;
}
.bootstrap-italia .link-list-wrapper ul li a .icon.right {
  margin-left: 8px;
}
.bootstrap-italia .link-list-wrapper ul li a .icon.left {
  margin-right: 8px;
}
.bootstrap-italia .link-list-wrapper ul li a.right-icon .icon.right {
  position: absolute;
  top: 0;
  right: 24px;
  transition: transform 0.3s;
}
.bootstrap-italia .link-list-wrapper ul li a.right-icon .icon.right.secondary {
  color: hsl(210, 4.4368600683%, 63.375%);
}
.bootstrap-italia .link-list-wrapper ul li a.right-icon[aria-expanded=true] .icon.right {
  transform: scaleY(-1);
}
.bootstrap-italia .link-list-wrapper ul li a.active span {
  color: hsl(210, 53.8461538462%, 19.5%);
  text-decoration: underline;
}
.bootstrap-italia .link-list-wrapper ul li a.active .icon {
  color: hsl(210, 53.8461538462%, 19.5%);
}
.bootstrap-italia .link-list-wrapper ul li a.disabled {
  cursor: not-allowed;
}
.bootstrap-italia .link-list-wrapper ul li a.disabled span {
  color: hsl(210, 7.1618037135%, 69.84%);
}
.bootstrap-italia .link-list-wrapper ul li a.disabled svg {
  fill: hsl(210, 7.1618037135%, 69.84%);
}
.bootstrap-italia .link-list-wrapper ul li a.disabled svg.secondary {
  fill: hsl(210, 7.1618037135%, 69.84%);
}
.bootstrap-italia .link-list-wrapper ul li a.large {
  font-size: 1em;
}
.bootstrap-italia .link-list-wrapper ul li a p {
  font-size: 0.778em;
  line-height: initial;
  color: hsl(210, 17.6470588235%, 43.35%);
}
.bootstrap-italia .link-list-wrapper ul li a.avatar {
  display: flex;
  margin-bottom: 8px;
}
.bootstrap-italia .link-list-wrapper ul li a.avatar .avatar {
  display: block;
  border-radius: 50px;
  margin-right: 8px;
}
.bootstrap-italia .link-list-wrapper ul li a.list-item.icon-left {
  position: relative;
  padding-left: 32px;
}
.bootstrap-italia .link-list-wrapper ul li a.list-item.icon-left span {
  margin-top: 4px;
}
.bootstrap-italia .link-list-wrapper ul li a.list-item.icon-left .icon {
  position: absolute;
  left: 0;
}
.bootstrap-italia .link-list-wrapper ul li a.list-item.active {
  color: hsl(210, 66.6666666667%, 36%);
  text-decoration: underline;
}
.bootstrap-italia .link-list-wrapper ul li a.list-item.active span {
  color: hsl(210, 66.6666666667%, 36%);
}
.bootstrap-italia .link-list-wrapper ul li h3 {
  font-size: 1em;
  color: hsl(210, 53.8461538462%, 19.5%);
  padding: 0 24px;
}
.bootstrap-italia .link-list-wrapper ul li h3 a {
  line-height: inherit;
  font-size: 1em;
  padding: 0;
}
.bootstrap-italia .link-list-wrapper ul .divider {
  display: block;
  height: 1px;
  background: hsl(210, 6.2290689886%, 92.535%);
  margin: 8px 0;
}
.bootstrap-italia .link-list-wrapper ul .toggles label {
  padding: 0 24px;
  font-size: 0.889em;
  line-height: 2.3em;
  justify-content: space-between;
  height: auto;
  font-weight: inherit;
  margin: 0;
}
.bootstrap-italia .link-list-wrapper ul .toggles input[type=checkbox] + .lever {
  margin: 8px 0 0;
}
.bootstrap-italia .link-list-wrapper ul .form-check.form-check-group {
  padding: 0 24px;
  box-shadow: none;
}
.bootstrap-italia .link-list-wrapper ul .form-check.form-check-group [type=checkbox] + label {
  padding-left: 0;
  font-size: 0.889em;
  line-height: 2.3em;
  height: inherit;
  margin-bottom: 0;
}
.bootstrap-italia .link-list-wrapper ul .form-check.form-check-group [type=checkbox] + label:after {
  right: 24px;
}
.bootstrap-italia .link-list-wrapper ul .form-check.form-check-group [type=checkbox] + label:before {
  right: 35px;
}
.bootstrap-italia .link-list-wrapper ul .form-check.form-check-group [type=checkbox][disabled] + label {
  color: hsl(210, 7.1618037135%, 69.84%);
}
@media (min-width: 576px) {
  .bootstrap-italia .link-list-wrapper ul li a.large {
    font-size: 1em;
    line-height: 2.7em;
  }
}
@media (min-width: 768px) {
  .bootstrap-italia .link-list-wrapper ul li a.large {
    line-height: 2.7em;
  }
}
@media (min-width: 992px) {
  .bootstrap-italia .link-list-wrapper.menu-link-list {
    position: relative;
  }
  .bootstrap-italia .link-list-wrapper.menu-link-list h3,
  .bootstrap-italia .link-list-wrapper.menu-link-list h4 {
    position: relative;
    padding: 1rem;
    margin-top: 0;
    border-bottom: 4px solid hsl(240, 1.1532125206%, 69.65%);
  }
  .bootstrap-italia .link-list-wrapper.menu-link-list h3:after,
  .bootstrap-italia .link-list-wrapper.menu-link-list h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 40px;
    height: 4px;
    background-color: hsl(36, 100%, 32.5%);
  }
}
@keyframes megamenuFadeIn {
  0% {
    opacity: 0;
    margin-top: 16px;
  }
  100% {
    opacity: 1;
    margin-top: 16px;
  }
}
.bootstrap-italia .navbar {
  background: hsl(210, 100%, 40%);
}
.bootstrap-italia .navbar .overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.bootstrap-italia .navbar .navbar-collapsable {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: none;
  width: 100%;
  /*lista menu*/
}
.bootstrap-italia .navbar .navbar-collapsable .menu-wrapper {
  background: hsl(0, 0%, 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 48px;
  left: 0;
  pointer-events: all;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: all 0.2s cubic-bezier(0.29, 0.85, 0.5, 0.99);
}
.bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .navbar-nav {
  padding: 24px 0 0;
  overflow: hidden;
}
.bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu {
  padding-bottom: 0;
}
.bootstrap-italia .navbar .navbar-collapsable .navbar-nav {
  padding: 24px 0;
}
.bootstrap-italia .navbar .navbar-collapsable .navbar-nav li a.nav-link {
  color: hsl(210, 100%, 40%);
  font-weight: 600;
  padding: 13px 24px;
  position: relative;
}
.bootstrap-italia .navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle svg {
  fill: hsl(210, 100%, 40%);
  transition: all 0.3s;
}
.bootstrap-italia .navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle[aria-expanded=true] .icon {
  transform: scaleY(-1);
}
.bootstrap-italia .navbar .navbar-collapsable .navbar-nav li a.nav-link.active {
  border-left: 3px solid hsl(210, 100%, 40%);
}
.bootstrap-italia .navbar .navbar-collapsable .navbar-nav li a.nav-link:hover:not(.active) {
  text-decoration: underline;
}
.bootstrap-italia .navbar .navbar-collapsable.expanded .menu-wrapper {
  transform: translateX(0);
  transition: all 0.3s cubic-bezier(0.29, 0.85, 0.5, 0.99);
}
.bootstrap-italia .navbar .navbar-collapsable.expanded .close-div {
  transform: translateX(0);
}
.bootstrap-italia .navbar .close-div {
  transform: translateX(-100%);
  padding: 24px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: hsl(0, 0%, 100%);
  z-index: 10;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.1, 0.57, 0.4, 0.97);
}
.bootstrap-italia .navbar .close-div .close-menu {
  background: transparent;
  pointer-events: all;
  color: hsl(210, 100%, 40%);
  text-align: center;
  font-size: 0.75em;
  text-transform: uppercase;
  padding: 0;
  float: right;
}
.bootstrap-italia .navbar .close-div .close-menu span {
  display: block;
  text-align: center;
  font-size: 2em;
}
.bootstrap-italia .navbar .close-div .close-menu span:before {
  margin-right: 0;
}
.bootstrap-italia .navbar .dropdown-menu {
  background: transparent;
  box-shadow: none;
  padding-top: 0;
}
.bootstrap-italia .navbar .dropdown-menu:before {
  display: none;
}
.bootstrap-italia .navbar .dropdown-menu .link-list-wrapper {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 24px;
}
.bootstrap-italia .navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active {
  color: hsl(210, 66.6666666667%, 36%);
  text-decoration: underline;
}
.bootstrap-italia .navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active span {
  color: hsl(210, 66.6666666667%, 36%);
}
.bootstrap-italia .navbar .dropdown-menu .link-list-wrapper ul li a span {
  color: hsl(210, 100%, 40%);
}
.bootstrap-italia .navbar .dropdown-menu .link-list-wrapper ul li a i {
  color: hsl(210, 100%, 40%);
}
.bootstrap-italia .navbar .dropdown-menu .link-list-wrapper ul li h3 {
  text-transform: uppercase;
  font-size: 0.833em;
  font-weight: 600;
  letter-spacing: 1px;
}
.bootstrap-italia .navbar .dropdown-menu .link-list-wrapper ul li .divider {
  width: 65px;
  background: hsl(210, 32.2033898305%, 92.625%);
  margin-left: 24px;
}
.bootstrap-italia .custom-navbar-toggler {
  background: none;
  border: none;
  cursor: pointer;
}
.bootstrap-italia .custom-navbar-toggler span {
  color: hsl(0, 0%, 100%);
  font-size: 1.625em;
}
.bootstrap-italia .custom-navbar-toggler svg {
  fill: hsl(0, 0%, 100%);
  width: 24px;
  height: 24px;
  display: block;
}
.bootstrap-italia .nav-item.megamenu > a:before {
  display: none;
}
.bootstrap-italia .inline-menu .link-list-wrapper .link-list {
  position: relative;
}
.bootstrap-italia .inline-menu .link-list-wrapper .link-list li a {
  position: relative;
}
.bootstrap-italia .inline-menu .link-list-wrapper .link-list li a i {
  color: hsl(210, 75.975975976%, 66.7%);
}
.bootstrap-italia .inline-menu .link-list-wrapper .link-list li a:after {
  content: "";
  display: block;
  width: 2px;
  background: #706f6f;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  transform-origin: center;
  transform: scaleY(0);
  transition: all 0.3s;
  z-index: 1;
}
.bootstrap-italia .inline-menu .link-list-wrapper .link-list li a.active span {
  color: #706f6f;
  text-decoration: none;
}
.bootstrap-italia .inline-menu .link-list-wrapper .link-list li a[aria-expanded=true]:after {
  transform: scaleY(1);
}
.bootstrap-italia .inline-menu .link-list-wrapper .link-list:after {
  content: "";
  display: block;
  width: 2px;
  background: linear-gradient(to bottom, #e6ecf2 0%, rgba(230, 236, 242, 0.3) 100%);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media (min-width: 992px) {
  .bootstrap-italia .navbar {
    background: hsl(210, 100%, 40%);
    padding: 0;
  }
  .bootstrap-italia .navbar .navbar-collapsable {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: auto;
    background: none;
    display: block !important;
    transition: none;
    /*lista menu*/
  }
  .bootstrap-italia .navbar .navbar-collapsable .overlay {
    display: none !important;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper {
    position: inherit;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    background: hsl(210, 100%, 40%);
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .navbar-nav {
    margin-top: 0;
    padding: 0 24px;
    overflow: inherit;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu {
    padding-bottom: 0.5rem;
  }
  .bootstrap-italia .navbar .navbar-collapsable .navbar-nav {
    margin-top: 0;
    padding: 0 24px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .bootstrap-italia .navbar .navbar-collapsable .navbar-nav li.nav-item {
    display: flex;
  }
  .bootstrap-italia .navbar .navbar-collapsable .navbar-nav li.nav-item .nav-link {
    display: flex;
    align-self: flex-end;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .bootstrap-italia .navbar .navbar-collapsable .navbar-nav li a.nav-link {
    font-weight: 400;
    padding: 13px 24px;
    color: hsl(0, 0%, 100%);
    border-bottom: 3px solid transparent;
  }
  .bootstrap-italia .navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle svg {
    fill: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar .navbar-collapsable .navbar-nav li a.nav-link.active {
    border-left: 0;
    border-color: hsl(0, 0%, 100%);
    background: transparent;
  }
  .bootstrap-italia .navbar .navbar-collapsable .navbar-nav li a.nav-link.disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .bootstrap-italia .navbar .close-div {
    display: none;
  }
  .bootstrap-italia .navbar .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: hsl(225, 0.5025125628%, 9.95%);
    text-align: left;
    list-style: none;
    background-color: hsl(0, 0%, 100%);
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 20px 30px 5px rgba(0, 0, 0, 0.05);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .bootstrap-italia .navbar .dropdown-menu.show {
    animation: dropdownFadeIn forwards 0.3s;
    top: calc(100% - 16px);
  }
  .bootstrap-italia .navbar .dropdown-menu:before {
    display: block;
  }
  .bootstrap-italia .navbar .dropdown-menu .link-list-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .bootstrap-italia .navbar .dropdown-menu .link-list-wrapper ul li a span,
  .bootstrap-italia .navbar .dropdown-menu .link-list-wrapper ul li a i,
  .bootstrap-italia .navbar .dropdown-menu .link-list-wrapper ul li a h3 {
    color: #706f6f;
  }
  .bootstrap-italia .navbar .dropdown-menu .link-list-wrapper ul li h3 {
    color: hsl(225, 0.5025125628%, 9.95%);
  }
  .bootstrap-italia .navbar .dropdown-toggle {
    display: block;
    justify-content: inherit;
  }
  .bootstrap-italia .custom-navbar-toggler {
    display: none;
  }
  .bootstrap-italia .has-megamenu .navbar-collapsable {
    width: 100%;
  }
  .bootstrap-italia .nav-item.megamenu {
    position: static;
  }
  .bootstrap-italia .nav-item.megamenu > a.dropdown-toggle {
    position: relative;
  }
  .bootstrap-italia .nav-item.megamenu > a.dropdown-toggle:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: -12px;
    left: 24px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-color: hsl(0, 0%, 100%);
    transform: rotate(45deg);
    opacity: 0;
    display: block;
    transition: opacity 0.15s cubic-bezier(0.1, 0.57, 0.36, 0.99);
  }
  .bootstrap-italia .nav-item.megamenu.show a.dropdown-toggle:before {
    opacity: 1;
  }
  .bootstrap-italia .megamenu .dropdown-menu {
    min-width: auto;
    left: 24px;
    right: 24px;
    animation-timing-function: cubic-bezier(0.1, 0.57, 0.36, 0.99);
  }
  .bootstrap-italia .megamenu .dropdown-menu:before {
    display: none;
  }
  .bootstrap-italia .megamenu .dropdown-menu.show {
    animation: megamenuFadeIn forwards 0.15s;
  }
}
.bootstrap-italia .skiplinks {
  background-color: hsl(178, 90.4761904762%, 44.625%);
  text-align: center;
}
.bootstrap-italia .skiplinks a {
  display: inline-block;
  padding: 0.5rem 0.5rem;
  display: block;
  font-weight: 600;
  color: hsl(210, 17.6470588235%, 43.35%);
  text-decoration: underline;
}
.bootstrap-italia .affix-top {
  position: sticky;
  top: 0;
}
.bootstrap-italia .affix-bottom {
  position: sticky;
  bottom: 0;
}
.bootstrap-italia .affix-parent {
  position: relative;
}
.bootstrap-italia .sidebar-wrapper {
  padding: 24px 0;
}
.bootstrap-italia .sidebar-wrapper h3 {
  font-weight: 600;
  margin-bottom: 0.8rem;
  font-size: 0.833em;
  margin-top: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px;
}
.bootstrap-italia .sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper h3 {
  font-weight: 600;
  margin-bottom: 0.8rem;
  font-size: 0.833em;
  margin-top: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.bootstrap-italia .sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a {
  line-height: 1em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  font-size: 1em;
}
.bootstrap-italia .sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a i.it-expand {
  font-size: 0.8em;
  top: 50%;
  transform: translateY(-50%);
}
.bootstrap-italia .sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a[aria-expanded=true] i {
  transform: translateY(-50%) scaleY(-1);
}
.bootstrap-italia .sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle=collapse].active {
  border-left: 2px solid hsl(210, 100%, 40%);
}
.bootstrap-italia .sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle=collapse].active span,
.bootstrap-italia .sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle=collapse].active i {
  color: #706f6f;
  text-decoration: none;
}
.bootstrap-italia .sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul.link-sublist li a {
  font-size: 0.889em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.bootstrap-italia .sidebar-wrapper .sidebar-linklist-wrapper.linklist-secondary:before {
  content: "";
  width: 65px;
  height: 1px;
  background: hsl(210, 32.2033898305%, 92.625%);
  display: block;
  margin-left: 24px;
  margin-top: 24px;
}
.bootstrap-italia .sidebar-wrapper.it-line-right-side {
  border-right: 1px solid hsl(210, 2.9799029799%, 85.57%);
}
.bootstrap-italia .sidebar-wrapper.it-line-right-side .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle=collapse].active {
  border-right: 2px solid hsl(210, 100%, 40%);
  border-left: none;
}
.bootstrap-italia .sidebar-wrapper.it-line-left-side {
  border-left: 1px solid hsl(210, 2.9799029799%, 85.57%);
}
.bootstrap-italia .sidebar-wrapper.theme-dark {
  background: hsl(210, 25%, 35.2%);
}
.bootstrap-italia .sidebar-wrapper.theme-dark h3 {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper h3 {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a.left-icon i.left {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a span {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a i.it-expand {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a[aria-expanded=true] i {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle=collapse] {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle=collapse].active {
  border-left: 2px solid hsl(0, 0%, 100%);
}
.bootstrap-italia .sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle=collapse].active span,
.bootstrap-italia .sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle=collapse].active i {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul.link-sublist li a {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul.link-sublist li a span {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .sidebar-wrapper.theme-dark .sidebar-linklist-wrapper.linklist-secondary:before {
  background: rgba(229, 229, 229, 0.3);
}
.bootstrap-italia .sidebar-wrapper.theme-dark.it-line-right-side {
  border-right-color: rgba(229, 229, 229, 0.3);
}
.bootstrap-italia .sidebar-wrapper.theme-dark.it-line-right-side .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle=collapse].active {
  border-left: none;
  border-right-color: hsl(0, 0%, 100%);
}
.bootstrap-italia .sidebar-wrapper.theme-dark.it-line-left-side {
  border-left-color: rgba(229, 229, 229, 0.3);
}
.bootstrap-italia .sidebar-wrapper.theme-dark.it-line-left-side .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle=collapse].active {
  border-left-color: hsl(0, 0%, 100%);
}
.bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .it-heading-megacolumn {
  margin-top: 24px;
  line-height: 2.3em;
}
.bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .it-heading-megacolumn:before {
  content: "";
  display: block;
  height: 1px;
  width: 65px;
  background: hsl(210, 32.2033898305%, 92.625%);
  margin-bottom: 8px;
}
.bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .link-list-wrapper h3 {
  margin-top: 24px;
}
.bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .link-list-wrapper h3:before {
  content: "";
  display: block;
  height: 1px;
  width: 65px;
  background: hsl(210, 32.2033898305%, 92.625%);
  margin-bottom: 8px;
}
.bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu h3.it-heading-megacolumn {
  margin: 0.5em 48px;
  line-height: 1.2em;
  font-size: 0.833em;
  text-transform: uppercase;
  padding-bottom: 0.5em;
}
.bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper {
  margin-bottom: 0;
}
.bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li.it-more a {
  margin-top: 0;
}
.bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li.it-more a i {
  margin-left: 6px;
}
.bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li:last-child.it-more a {
  margin-top: 8px;
}
.bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical {
  width: 100%;
  background: #f5f6f7;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 16px;
}
.bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list {
  width: 100%;
}
.bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list li a {
  display: flex;
  justify-content: space-between;
}
.bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list li a span {
  font-weight: 600;
}
.bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list li .divider {
  display: none;
}
.bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description {
  background: transparent;
}
.bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content {
  padding-left: 42px;
  padding-right: 42px;
}
.bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content:before {
  content: "";
  display: block;
  height: 1px;
  width: 65px;
  background: hsl(210, 32.2033898305%, 92.625%);
  margin-bottom: 16px;
}
.bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content img {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
.bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content p {
  font-size: 0.889em;
}
.bootstrap-italia .navbar .dropdown-menu > .it-external {
  padding: 0;
}
.bootstrap-italia .navbar .dropdown-menu .margin-right-col .it-external {
  padding: 0 6px;
}
.bootstrap-italia .navbar .dropdown-menu .it-external {
  width: 100%;
}
.bootstrap-italia .navbar .dropdown-menu .it-external .link-list-wrapper .link-list li.it-more a:before {
  content: "";
  display: block;
  height: 1px;
  width: 65px;
  background: hsl(210, 32.2033898305%, 92.625%);
  margin-bottom: 8px;
}
.bootstrap-italia .navbar .dropdown-menu .it-megamenu-footer {
  background: #f5f6f7;
  padding: 16px 0;
  margin-top: 16px;
}
.bootstrap-italia .navbar .dropdown-menu .it-megamenu-footer .link-list-wrapper {
  margin-bottom: 0;
}
.bootstrap-italia .navbar .dropdown-menu .it-megamenu-footer .link-list-wrapper .link-list li a.list-item span {
  display: inline;
  font-weight: 600;
}
@media (min-width: 992px) {
  .bootstrap-italia .navbar .dropdown-menu .it-megamenu-footer {
    margin-top: 32px;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: -32px;
    padding: 12px 24px;
  }
  .bootstrap-italia .navbar .dropdown-menu .it-megamenu-footer .link-list-wrapper .link-list li a.list-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .bootstrap-italia .navbar .dropdown-menu .it-megamenu-footer .link-list-wrapper .link-list li a.list-item span {
    display: inline;
    font-weight: 600;
  }
  .bootstrap-italia .navbar .dropdown-menu .it-external {
    width: 100%;
    padding: 0;
  }
  .bootstrap-italia .navbar .dropdown-menu .it-external .link-list-wrapper .link-list li.it-more a:before {
    content: "";
    display: block;
    height: 1px;
    width: 65px;
    background: hsl(210, 32.2033898305%, 92.625%);
    margin-bottom: 8px;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col {
    min-height: 100%;
    margin-right: -31px;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col .row.max-height-col {
    margin-right: -6px;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col .margin-right-col {
    margin-right: 24px;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical {
    background: #f5f6f7;
    padding-top: 32px;
    margin-top: -32px;
    margin-bottom: -32px;
    margin-right: -24px;
    margin-left: -6px;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list {
    width: 100%;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list li a {
    display: flex;
    justify-content: space-between;
    padding-left: 36px;
    padding-right: 36px;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list li a span {
    font-weight: 600;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list li .divider {
    height: 1px;
    display: block;
    background: hsl(210, 2.9799029799%, 85.57%);
    margin: 0 0 0 36px;
    width: 65px;
    margin-top: 25px;
    margin-bottom: 16px;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description {
    background: transparent;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content {
    padding-left: 36px;
    padding-right: 36px;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content:before {
    display: none;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content img {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content p {
    font-size: 0.889em;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu {
    padding: 32px 24px;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .link-list-wrapper h3 {
    margin-top: 5px;
    line-height: 1.2em;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .link-list-wrapper h3:before {
    display: none;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .it-heading-megacolumn {
    margin: 0.5em 24px;
    line-height: 1.2em;
    font-size: 0.833em;
    text-transform: uppercase;
    border-bottom: 1px solid hsl(210, 32.2033898305%, 92.625%);
    padding-bottom: 0.5em;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .it-heading-megacolumn:before {
    content: "";
    display: none;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:first-child .link-list-wrapper {
    margin-bottom: 0;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu h3.it-heading-megacolumn {
    margin: 0.5em 24px;
    line-height: 1.2em;
    font-size: 0.833em;
    text-transform: uppercase;
    border-bottom: 1px solid hsl(210, 32.2033898305%, 92.625%);
    padding-bottom: 0.5em;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper {
    display: flex;
    min-height: 100%;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list {
    display: flex;
    flex-direction: column;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li {
    width: 100%;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li a,
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li h3 {
    padding: 0.5em 24px;
    line-height: inherit;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li h3 {
    line-height: 1.2em;
    font-size: 0.833em;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li.it-more {
    margin-top: auto;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li.it-more a {
    margin-top: 12px;
  }
  .bootstrap-italia .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li.it-more a i {
    font-size: 0.8em;
    transform: translateY(-1px);
  }
}
.bootstrap-italia .bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 96px;
}
.bootstrap-italia .bottom-nav:before {
  content: "";
  position: absolute;
  height: 360px;
  width: 100%;
  top: 32px;
  z-index: 10;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 60%);
  border-radius: 50%;
  transform: translateY(-50%) scalex(1.4) scaleY(0.12);
  opacity: 0.18;
}
.bootstrap-italia .bottom-nav ul {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20;
  background-color: hsl(0, 0%, 100%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 64px;
}
.bootstrap-italia .bottom-nav ul li {
  list-style-type: none;
  margin: 8px;
  text-align: center;
}
.bootstrap-italia .bottom-nav a {
  display: block;
  color: hsl(210, 17.6470588235%, 43.35%);
  text-decoration: none;
}
.bootstrap-italia .bottom-nav a .icon {
  fill: hsl(210, 17.6470588235%, 43.35%);
}
.bootstrap-italia .bottom-nav a.active {
  color: #706f6f;
}
.bootstrap-italia .bottom-nav a.active .icon {
  fill: #706f6f;
}
.bootstrap-italia .bottom-nav a:hover {
  text-decoration: none;
  color: #706f6f;
}
.bootstrap-italia .bottom-nav a:hover .icon {
  fill: #706f6f;
}
.bootstrap-italia .bottom-nav .it-ico {
  position: relative;
  font-size: 1.35rem;
  display: block;
  height: 32px;
}
.bootstrap-italia .bottom-nav .it-ico:before {
  margin-right: 0;
}
.bootstrap-italia .bottom-nav .badge-wrapper {
  position: relative;
}
.bootstrap-italia .bottom-nav .bottom-nav-badge,
.bootstrap-italia .bottom-nav .bottom-nav-alert {
  display: block;
  position: absolute;
  background-color: #706f6f;
  border: 1px solid hsl(0, 0%, 100%);
}
.bootstrap-italia .bottom-nav .bottom-nav-badge {
  top: 0;
  right: 0;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  color: hsl(0, 0%, 100%);
  font-size: 0.563rem;
  border-radius: 50%;
  font-style: normal;
}
.bootstrap-italia .bottom-nav .bottom-nav-alert {
  top: 4px;
  right: 8px;
  min-width: 10px;
  height: 10px;
  font-size: 0.563rem;
  border-radius: 50%;
}
.bootstrap-italia .bottom-nav .bottom-nav-label {
  margin-top: 6px;
  font-size: 0.688rem;
  line-height: 1;
  display: block;
  font-weight: 600;
}
.bootstrap-italia .navbar.it-navscroll-wrapper {
  background: hsl(0, 0%, 100%);
}
.bootstrap-italia .navbar.it-navscroll-wrapper .it-back-button {
  display: block;
  padding: 16px 24px;
  font-weight: 600;
  box-shadow: 0 0px 30px 5px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: hsl(0, 0%, 100%);
  z-index: 10;
  display: none;
}
.bootstrap-italia .navbar.it-navscroll-wrapper .it-back-button i {
  transform: scale(0.8);
  transform-origin: center;
  display: inline-block;
  margin-right: 8px;
}
.bootstrap-italia .navbar.it-navscroll-wrapper .link-list-wrapper ul li a {
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.bootstrap-italia .navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active {
  border-left: 2px solid hsl(210, 100%, 40%);
}
.bootstrap-italia .navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active span {
  color: #706f6f;
  text-decoration: none;
}
.bootstrap-italia .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li {
  padding-top: 0;
  padding-bottom: 0;
}
.bootstrap-italia .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a {
  font-weight: 400;
}
.bootstrap-italia .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active {
  font-weight: normal;
  border-left: none;
}
.bootstrap-italia .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active span {
  text-decoration: underline;
  color: hsl(210, 53.8461538462%, 19.5%);
}
.bootstrap-italia .navbar.it-navscroll-wrapper h3 {
  font-weight: 600;
  margin-bottom: 0.8rem;
  font-size: 0.833em;
  margin-top: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px;
}
.bootstrap-italia .navbar.it-navscroll-wrapper .custom-navbar-toggler {
  display: flex;
  color: hsl(210, 100%, 40%);
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}
.bootstrap-italia .navbar.it-navscroll-wrapper .custom-navbar-toggler span.it-list {
  color: hsl(210, 100%, 40%);
  margin-right: 8px;
}
.bootstrap-italia .navbar.it-navscroll-wrapper .menu-wrapper {
  padding: 80px 0 24px;
  right: 0;
}
.bootstrap-italia .navbar.it-bottom-navscroll {
  box-shadow: 0 0px 30px 5px rgba(0, 0, 0, 0.05);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.bootstrap-italia .navbar.it-top-navscroll {
  box-shadow: 0 0px 30px 5px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
}
@media (min-width: 992px) {
  .bootstrap-italia .navbar.it-navscroll-wrapper {
    background: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper .it-back-button {
    display: none !important;
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper .link-list-wrapper ul li a {
    font-size: 1em;
    font-weight: 600;
    line-height: 1em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active {
    border-left: 2px solid hsl(210, 100%, 40%);
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active span {
    color: #706f6f;
    text-decoration: none;
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a {
    font-weight: 400;
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active {
    font-weight: normal;
    border-left: none;
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active span {
    text-decoration: underline;
    color: hsl(210, 53.8461538462%, 19.5%);
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper h3 {
    font-weight: 600;
    margin-bottom: 0.8rem;
    font-size: 0.833em;
    margin-top: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 24px;
    padding-right: 24px;
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper .custom-navbar-toggler {
    display: none;
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper .menu-wrapper {
    padding: 16px 0 24px;
    background: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.it-bottom-navscroll {
    box-shadow: none;
    position: inherit;
  }
  .bootstrap-italia .navbar.it-bottom-navscroll.affix-top {
    position: sticky;
    top: 0;
    left: inherit;
    right: inherit;
  }
  .bootstrap-italia .navbar.it-top-navscroll {
    box-shadow: none;
    position: inherit;
  }
  .bootstrap-italia .navbar.it-top-navscroll.affix-top {
    position: sticky;
    top: 0;
    left: inherit;
    right: inherit;
  }
  .bootstrap-italia .navbar.it-left-side {
    border-left: 1px solid hsl(210, 2.9799029799%, 85.57%);
  }
  .bootstrap-italia .navbar.it-right-side {
    border-right: 1px solid hsl(210, 2.9799029799%, 85.57%);
  }
}
@media (max-width: 992px) {
  .bootstrap-italia .navbar.it-navscroll-wrapper.theme-dark-mobile {
    background: hsl(210, 25%, 35.2%);
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper.theme-dark-mobile .custom-navbar-toggler {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper.theme-dark-mobile .custom-navbar-toggler span.it-list {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper.theme-dark-mobile .it-back-button {
    background: hsl(210, 25%, 35.2%);
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper.theme-dark-mobile .navbar-collapsable .menu-wrapper {
    background: hsl(210, 25%, 35.2%);
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper.theme-dark-mobile .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper.theme-dark-mobile .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a span {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper.theme-dark-mobile .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a.active {
    border-left-color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper.theme-dark-mobile.it-left-side {
    border-left-color: rgba(229, 229, 229, 0.3);
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper.theme-dark-mobile.it-right-side {
    border-right-color: rgba(229, 229, 229, 0.3);
  }
}
@media (min-width: 992px) {
  .bootstrap-italia .navbar.it-navscroll-wrapper.theme-dark-desk {
    background: hsl(210, 25%, 35.2%);
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper.theme-dark-desk .custom-navbar-toggler {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper.theme-dark-desk .custom-navbar-toggler span.it-list {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper.theme-dark-desk .it-back-button {
    background: hsl(210, 25%, 35.2%);
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper.theme-dark-desk .navbar-collapsable .menu-wrapper {
    background: hsl(210, 25%, 35.2%);
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper.theme-dark-desk .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper.theme-dark-desk .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a span {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper.theme-dark-desk .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a.active {
    border-left-color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper.theme-dark-desk.it-left-side {
    border-left-color: rgba(229, 229, 229, 0.3);
  }
  .bootstrap-italia .navbar.it-navscroll-wrapper.theme-dark-desk.it-right-side {
    border-right-color: rgba(229, 229, 229, 0.3);
  }
}
.bootstrap-italia .callout {
  padding: 2.5rem 2.222rem;
  border: 1px solid hsl(210, 17.6470588235%, 43.35%);
  position: relative;
  max-width: 60ch;
  margin: 1.75rem 0 1rem;
  border-radius: 8px;
}
.bootstrap-italia .callout.callout-highlight {
  border: none;
  border-left: 2px solid rgba(223, 228, 242, 0.3);
  border-radius: 0;
  padding: 0 2.222rem;
}
.bootstrap-italia .callout.callout-highlight .callout-title {
  margin-bottom: 1.556rem;
}
.bootstrap-italia .callout.callout-highlight.success {
  border-color: rgba(0, 135, 88, 0.2);
}
.bootstrap-italia .callout.callout-highlight.warning {
  border-color: rgba(166, 99, 0, 0.2);
}
.bootstrap-italia .callout.callout-highlight.danger {
  border-color: rgba(217, 54, 79, 0.2);
}
.bootstrap-italia .callout.callout-highlight.important {
  border-color: rgba(0, 128, 83, 0.2);
}
.bootstrap-italia .callout.callout-highlight.note {
  border-color: rgba(0, 64, 128, 0.2);
}
.bootstrap-italia .callout.callout-more {
  background: #fafaf7;
  border: none;
  border-radius: 0;
  padding: 2.222rem 2.222rem;
  position: relative;
}
.bootstrap-italia .callout.callout-more:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 48px 48px 0;
  border-color: transparent hsl(0, 0%, 100%) transparent transparent;
}
.bootstrap-italia .callout.callout-more:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 48px 0 0 48px;
  border-color: transparent transparent transparent #e4e4db;
}
.bootstrap-italia .callout.callout-more p {
  font-size: 0.778rem;
  line-height: 1.333rem;
  color: hsl(210, 53.8461538462%, 19.5%);
}
.bootstrap-italia .callout.callout-more .callout-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.222rem;
}
.bootstrap-italia .callout.callout-more .callout-title i {
  font-size: 1.25rem;
}
.bootstrap-italia .callout.callout-more .callout-title span {
  border-bottom: 2px solid hsl(225, 0.5025125628%, 9.95%);
  padding-bottom: 0.1rem;
  display: inline-block;
  margin-top: -0.111rem;
}
.bootstrap-italia .callout.success {
  border-color: hsl(159, 100%, 26.5%);
}
.bootstrap-italia .callout.success .callout-title {
  color: hsl(159, 100%, 26.5%);
}
.bootstrap-italia .callout.success .callout-title .icon {
  fill: hsl(159, 100%, 26.5%);
}
.bootstrap-italia .callout.success .callout-title span {
  border-color: hsl(159, 100%, 26.5%);
}
.bootstrap-italia .callout.warning {
  border-color: hsl(36, 100%, 32.5%);
}
.bootstrap-italia .callout.warning .callout-title {
  color: hsl(36, 100%, 32.5%);
}
.bootstrap-italia .callout.warning .callout-title .icon {
  fill: hsl(36, 100%, 32.5%);
}
.bootstrap-italia .callout.warning .callout-title span {
  border-color: hsl(36, 100%, 32.5%);
}
.bootstrap-italia .callout.danger {
  border-color: hsl(351, 68%, 53.125%);
}
.bootstrap-italia .callout.danger .callout-title {
  color: hsl(351, 68%, 53.125%);
}
.bootstrap-italia .callout.danger .callout-title .icon {
  fill: hsl(351, 68%, 53.125%);
}
.bootstrap-italia .callout.danger .callout-title span {
  border-color: hsl(351, 68%, 53.125%);
}
.bootstrap-italia .callout.important {
  border-color: hsl(159, 100%, 25%);
}
.bootstrap-italia .callout.important .callout-title {
  color: hsl(159, 100%, 25%);
}
.bootstrap-italia .callout.important .callout-title .icon {
  fill: hsl(159, 100%, 25%);
}
.bootstrap-italia .callout.important .callout-title span {
  border-color: hsl(159, 100%, 25%);
}
.bootstrap-italia .callout.note {
  border-color: hsl(210, 100%, 25%);
}
.bootstrap-italia .callout.note .callout-title {
  color: hsl(210, 100%, 25%);
}
.bootstrap-italia .callout.note .callout-title .icon {
  fill: hsl(210, 100%, 25%);
}
.bootstrap-italia .callout.note .callout-title span {
  border-color: hsl(210, 100%, 25%);
}
.bootstrap-italia .callout.note .collapse-div .collapse-header .callout-more-toggle {
  color: hsl(210, 100%, 25%);
}
.bootstrap-italia .callout.note .collapse-div .collapse-header .callout-more-toggle:active, .bootstrap-italia .callout.note .collapse-div .collapse-header .callout-more-toggle:hover {
  color: hsl(210, 100%, 25%);
}
.bootstrap-italia .callout.note .collapse-div .collapse-header .callout-more-toggle span {
  border-color: hsl(210, 100%, 25%);
}
.bootstrap-italia .callout.note .collapse-div .collapse-header .callout-more-toggle span:before, .bootstrap-italia .callout.note .collapse-div .collapse-header .callout-more-toggle span:after {
  background: hsl(210, 100%, 25%);
}
.bootstrap-italia .callout.note a {
  color: hsl(210, 100%, 25%);
}
.bootstrap-italia .callout.note .icon {
  fill: hsl(210, 100%, 25%);
}
.bootstrap-italia .callout .callout-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  margin-right: 2.222rem;
  letter-spacing: 0.06rem;
  color: hsl(210, 17.6470588235%, 43.35%);
}
.bootstrap-italia .callout .callout-title .icon {
  fill: hsl(210, 17.6470588235%, 43.35%);
  margin-right: 0.444rem;
}
.bootstrap-italia .callout:not(.callout-highlight):not(.callout-more) .callout-title {
  position: absolute;
  font-size: 1rem;
  padding: 0 1.389rem;
  background: hsl(0, 0%, 100%);
  top: -0.78em;
}
.bootstrap-italia .callout p {
  font-family: Lora, Georgia, serif;
  font-size: 0.889rem;
  color: hsl(210, 17.6470588235%, 43.35%);
}
.bootstrap-italia .callout p:last-child {
  margin: 0;
}
.bootstrap-italia .callout p.callout-big-text {
  font-weight: bold;
  font-size: 1.111rem;
}
.bootstrap-italia .callout .collapse-div {
  display: flex;
  flex-direction: column-reverse;
  border-bottom: none;
}
.bootstrap-italia .callout .collapse-div .collapse-header {
  margin-top: 1.333rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid hsl(224, 43.1818181818%, 91.2%);
  padding: 1.333rem 0 0;
  margin-top: 0;
}
.bootstrap-italia .callout .collapse-div .collapse-header .callout-more-toggle {
  padding: 0;
  border: none;
  width: auto;
  font-weight: normal;
  display: flex;
  align-items: center;
  color: #706f6f;
}
.bootstrap-italia .callout .collapse-div .collapse-header .callout-more-toggle:hover, .bootstrap-italia .callout .collapse-div .collapse-header .callout-more-toggle:focus, .bootstrap-italia .callout .collapse-div .collapse-header .form-check [type=checkbox]:focus + label.callout-more-toggle, .bootstrap-italia .form-check .callout .collapse-div .collapse-header [type=checkbox]:focus + label.callout-more-toggle,
.bootstrap-italia .callout .collapse-div .collapse-header .form-check [type=radio]:focus + label.callout-more-toggle,
.bootstrap-italia .form-check .callout .collapse-div .collapse-header [type=radio]:focus + label.callout-more-toggle, .bootstrap-italia .callout .collapse-div .collapse-header .toggles label input[type=checkbox]:focus + .callout-more-toggle.lever, .bootstrap-italia .toggles label .callout .collapse-div .collapse-header input[type=checkbox]:focus + .callout-more-toggle.lever, .bootstrap-italia .callout .collapse-div .collapse-header .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.callout-more-toggle, .bootstrap-italia .form-check .toggles label .callout .collapse-div .collapse-header input[type=checkbox]:focus + [type=checkbox].lever + label.callout-more-toggle, .bootstrap-italia .callout .collapse-div .collapse-header .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.callout-more-toggle, .bootstrap-italia .toggles label .form-check .callout .collapse-div .collapse-header input[type=checkbox]:focus + [type=checkbox].lever + label.callout-more-toggle,
.bootstrap-italia .callout .collapse-div .collapse-header .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.callout-more-toggle,
.bootstrap-italia .form-check .toggles label .callout .collapse-div .collapse-header input[type=checkbox]:focus + [type=radio].lever + label.callout-more-toggle,
.bootstrap-italia .callout .collapse-div .collapse-header .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.callout-more-toggle,
.bootstrap-italia .toggles label .form-check .callout .collapse-div .collapse-header input[type=checkbox]:focus + [type=radio].lever + label.callout-more-toggle, .bootstrap-italia .callout .collapse-div .collapse-header .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .callout-more-toggle.lever, .bootstrap-italia .toggles label .callout .collapse-div .collapse-header input[type=checkbox]:focus + input[type=checkbox].lever + .callout-more-toggle.lever, .bootstrap-italia .callout .collapse-div .collapse-header .callout-more-toggle:active {
  background: none;
}
.bootstrap-italia .callout .collapse-div .collapse-header .callout-more-toggle:hover {
  color: #004080;
}
.bootstrap-italia .callout .collapse-div .collapse-header .callout-more-toggle:hover span {
  border-color: #004080;
}
.bootstrap-italia .callout .collapse-div .collapse-header .callout-more-toggle:hover span:before, .bootstrap-italia .callout .collapse-div .collapse-header .callout-more-toggle:hover span:after {
  background: #004080;
}
.bootstrap-italia .callout .collapse-div .collapse-header .callout-more-toggle:active {
  color: #706f6f;
}
.bootstrap-italia .callout .collapse-div .collapse-header .callout-more-toggle:before, .bootstrap-italia .callout .collapse-div .collapse-header .callout-more-toggle:after {
  display: none;
}
.bootstrap-italia .callout .collapse-div .collapse-header .callout-more-toggle span {
  position: relative;
  height: 15px;
  width: 15px;
  margin-left: 0.444rem;
  margin-top: 0.111rem;
  border: 1px solid #706f6f;
  border-radius: 50%;
  display: inline-block;
}
.bootstrap-italia .callout .collapse-div .collapse-header .callout-more-toggle span:before, .bootstrap-italia .callout .collapse-div .collapse-header .callout-more-toggle span:after {
  content: "";
  position: absolute;
  background: #706f6f;
}
.bootstrap-italia .callout .collapse-div .collapse-header .callout-more-toggle span:before {
  width: 9px;
  height: 1px;
  top: 6px;
  left: 2px;
}
.bootstrap-italia .callout .collapse-div .collapse-header .callout-more-toggle span:after {
  height: 9px;
  width: 1px;
  top: 0;
  left: 6px;
  transform: translateY(2px);
  transition: transform 0.2s;
}
.bootstrap-italia .callout .collapse-div .collapse-header .callout-more-toggle[aria-expanded=true] span:after {
  transform: translateY(2px) rotate(90deg);
}
.bootstrap-italia .callout .collapse-div .collapse-header .callout-more-download {
  margin-left: auto;
  font-weight: normal;
}
.bootstrap-italia .callout .collapse-div .collapse-body {
  padding: 0;
}
.bootstrap-italia .callout .collapse-div .collapse-body p:last-child {
  margin-bottom: 1rem;
}
.bootstrap-italia _:-ms-fullscreen,
.bootstrap-italia .callout {
  max-width: 32rem;
}
@media (min-width: 768px) {
  .bootstrap-italia .callout.callout-highlight {
    padding: 0 0 0 2.222rem;
  }
  .bootstrap-italia .callout.callout-more p {
    font-size: 0.722rem;
  }
}
.bootstrap-italia .toolbar {
  width: 100%;
  height: 96px;
  position: relative;
}
.bootstrap-italia .toolbar a {
  text-decoration: none;
}
.bootstrap-italia .toolbar.toolbar-vertical {
  height: 100%;
  width: 96px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.bootstrap-italia .toolbar.toolbar-vertical > ul {
  height: 100%;
  flex-direction: column;
  width: 64px;
}
.bootstrap-italia .toolbar.toolbar-vertical > ul > li {
  margin: 8px 0;
  display: flex;
  align-items: center;
}
.bootstrap-italia .toolbar.toolbar-vertical > ul > li.toolbar-divider {
  margin: 0;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  width: calc(100% - 16px);
  max-width: inherit;
}
.bootstrap-italia .toolbar.toolbar-vertical.toolbar-medium, .bootstrap-italia .toolbar.toolbar-vertical.toolbar-small {
  height: 100%;
}
.bootstrap-italia .toolbar.toolbar-vertical.toolbar-medium > ul, .bootstrap-italia .toolbar.toolbar-vertical.toolbar-small > ul {
  height: 100%;
}
.bootstrap-italia .toolbar.toolbar-vertical.toolbar-medium {
  width: 84px;
}
.bootstrap-italia .toolbar.toolbar-vertical.toolbar-medium > ul {
  width: 48px;
}
.bootstrap-italia .toolbar.toolbar-vertical.toolbar-medium .toolbar-badge {
  right: -4px;
}
.bootstrap-italia .toolbar.toolbar-vertical.toolbar-medium .btn-dropdown:after {
  right: -10px;
  top: 13px;
  font-size: 0.39rem;
}
.bootstrap-italia .toolbar.toolbar-vertical.toolbar-medium .dropdown-menu {
  top: calc(-100% - 25px) !important;
}
.bootstrap-italia .toolbar.toolbar-vertical.toolbar-small {
  width: 72px;
}
.bootstrap-italia .toolbar.toolbar-vertical.toolbar-small > ul {
  width: 40px;
}
.bootstrap-italia .toolbar.toolbar-vertical.toolbar-small .toolbar-badge {
  right: -4px;
}
.bootstrap-italia .toolbar.toolbar-vertical.toolbar-small .btn-dropdown:after {
  right: -9px;
  top: 11px;
  font-size: 0.33rem;
}
.bootstrap-italia .toolbar.toolbar-vertical.toolbar-small .dropdown-menu {
  top: calc(-100% - 35px) !important;
}
.bootstrap-italia .toolbar.toolbar-vertical .btn-dropdown:after {
  right: -12px;
  transform: rotate(-90deg);
}
.bootstrap-italia .toolbar.toolbar-vertical .btn-dropdown[aria-expanded=true]:after {
  transform: rotate(90deg) scaleX(-1);
}
.bootstrap-italia .toolbar.toolbar-vertical .dropdown-menu {
  top: calc(-100% - 28px) !important;
  left: calc(100% + 24px) !important;
  margin: 0;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
}
.bootstrap-italia .toolbar.toolbar-vertical .dropdown-menu:before {
  left: -6px;
  top: 24px;
}
.bootstrap-italia .toolbar.toolbar-vertical:before {
  width: 360px;
  height: 100%;
  left: auto;
  top: 0;
  bottom: auto;
  right: 32px;
  z-index: 6;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 60%);
  border-radius: 50%;
  transform: translateX(50%) scalex(0.12) scaleY(1.25);
  opacity: 0.18;
}
.bootstrap-italia .toolbar.toolbar-vertical .toolbar-badge {
  right: -10px;
}
.bootstrap-italia .toolbar.toolbar-medium {
  height: 80px;
}
.bootstrap-italia .toolbar.toolbar-medium > ul {
  height: 48px;
}
.bootstrap-italia .toolbar.toolbar-medium a,
.bootstrap-italia .toolbar.toolbar-medium .btn-dropdown {
  margin-bottom: 6px;
}
.bootstrap-italia .toolbar.toolbar-medium .btn-dropdown:after {
  top: 12px;
  right: 1px;
}
.bootstrap-italia .toolbar.toolbar-medium .it-ico {
  font-size: 1.35rem;
}
.bootstrap-italia .toolbar.toolbar-medium .it-ico.it-more-actions:before {
  top: 33%;
}
.bootstrap-italia .toolbar.toolbar-medium .toolbar-badge {
  height: 10px;
  width: 10px;
  min-width: 10px;
  right: 8px;
  top: 4px;
  padding: 0;
}
.bootstrap-italia .toolbar.toolbar-small {
  height: 72px;
}
.bootstrap-italia .toolbar.toolbar-small > ul {
  height: 40px;
}
.bootstrap-italia .toolbar.toolbar-small .btn-dropdown:after {
  top: 12px;
  right: 2px;
}
.bootstrap-italia .toolbar.toolbar-small .it-ico {
  font-size: 1.15rem;
}
.bootstrap-italia .toolbar.toolbar-small .it-ico.it-more-actions:before {
  top: 25%;
}
.bootstrap-italia .toolbar.toolbar-small .toolbar-badge {
  height: 8px;
  width: 8px;
  min-width: 8px;
  right: 10px;
  top: 2px;
  padding: 0;
}
.bootstrap-italia .toolbar:before {
  content: "";
  position: absolute;
  height: 360px;
  width: 100%;
  top: auto;
  bottom: 32px;
  z-index: 6;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 60%);
  border-radius: 50%;
  transform: translateY(50%) scalex(1.4) scaleY(0.12);
  opacity: 0.18;
}
.bootstrap-italia .toolbar > ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 7;
  background-color: hsl(0, 0%, 100%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 64px;
}
.bootstrap-italia .toolbar > ul > li {
  list-style-type: none;
  margin: 0 8px;
  text-align: center;
  flex: 1 100%;
}
.bootstrap-italia .toolbar > ul > li.toolbar-divider {
  margin: 0;
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  height: calc(100% - 16px);
  background: hsl(224, 43.1818181818%, 91.2%);
}
.bootstrap-italia .toolbar a,
.bootstrap-italia .toolbar .btn-dropdown {
  display: block;
  color: hsl(210, 53.8461538462%, 19.5%);
}
.bootstrap-italia .toolbar a .icon,
.bootstrap-italia .toolbar .btn-dropdown .icon {
  fill: hsl(210, 53.8461538462%, 19.5%);
}
.bootstrap-italia .toolbar a.active,
.bootstrap-italia .toolbar .btn-dropdown.active {
  color: #706f6f;
}
.bootstrap-italia .toolbar a.active .icon,
.bootstrap-italia .toolbar .btn-dropdown.active .icon {
  fill: #706f6f;
}
.bootstrap-italia .toolbar a.disabled,
.bootstrap-italia .toolbar .btn-dropdown.disabled {
  cursor: not-allowed;
  color: hsl(210, 2.9799029799%, 85.57%);
}
.bootstrap-italia .toolbar a.disabled .icon,
.bootstrap-italia .toolbar .btn-dropdown.disabled .icon {
  fill: hsl(210, 2.9799029799%, 85.57%);
}
.bootstrap-italia .toolbar a.disabled:hover,
.bootstrap-italia .toolbar .btn-dropdown.disabled:hover {
  text-decoration: none;
  color: hsl(210, 2.9799029799%, 85.57%);
}
.bootstrap-italia .toolbar a.disabled:hover .icon,
.bootstrap-italia .toolbar .btn-dropdown.disabled:hover .icon {
  fill: hsl(210, 2.9799029799%, 85.57%);
}
.bootstrap-italia .toolbar a.disabled:after,
.bootstrap-italia .toolbar .btn-dropdown.disabled:after {
  color: hsl(210, 2.9799029799%, 85.57%);
}
.bootstrap-italia .toolbar a.disabled:after .icon,
.bootstrap-italia .toolbar .btn-dropdown.disabled:after .icon {
  fill: hsl(210, 2.9799029799%, 85.57%);
}
.bootstrap-italia .toolbar a:not(.disabled):hover,
.bootstrap-italia .toolbar .btn-dropdown:not(.disabled):hover {
  text-decoration: underline;
  color: #706f6f;
}
.bootstrap-italia .toolbar a:not(.disabled):hover .icon,
.bootstrap-italia .toolbar .btn-dropdown:not(.disabled):hover .icon {
  fill: #706f6f;
}
.bootstrap-italia .toolbar a _:-ms-fullscreen, .bootstrap-italia .toolbar a:not(.disabled):hover,
.bootstrap-italia .toolbar .btn-dropdown _:-ms-fullscreen,
.bootstrap-italia .toolbar .btn-dropdown:not(.disabled):hover {
  text-decoration: none;
}
.bootstrap-italia .toolbar .btn-dropdown {
  padding: 0;
  width: 100%;
  position: relative;
}
.bootstrap-italia .toolbar .btn-dropdown.toolbar-more:after {
  display: none;
}
.bootstrap-italia .toolbar .btn-dropdown:not(.disabled).active {
  box-shadow: none;
}
.bootstrap-italia .toolbar .btn-dropdown:not(.disabled).active:focus, .bootstrap-italia .toolbar .form-check [type=checkbox]:focus + label.btn-dropdown:not(.disabled).active, .bootstrap-italia .form-check .toolbar [type=checkbox]:focus + label.btn-dropdown:not(.disabled).active,
.bootstrap-italia .toolbar .form-check [type=radio]:focus + label.btn-dropdown:not(.disabled).active,
.bootstrap-italia .form-check .toolbar [type=radio]:focus + label.btn-dropdown:not(.disabled).active, .bootstrap-italia .toolbar .toggles label input[type=checkbox]:focus + .btn-dropdown.lever:not(.disabled).active, .bootstrap-italia .toggles label .toolbar input[type=checkbox]:focus + .btn-dropdown.lever:not(.disabled).active, .bootstrap-italia .toolbar .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-dropdown:not(.disabled).active, .bootstrap-italia .form-check .toggles label .toolbar input[type=checkbox]:focus + [type=checkbox].lever + label.btn-dropdown:not(.disabled).active, .bootstrap-italia .toolbar .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-dropdown:not(.disabled).active, .bootstrap-italia .toggles label .form-check .toolbar input[type=checkbox]:focus + [type=checkbox].lever + label.btn-dropdown:not(.disabled).active,
.bootstrap-italia .toolbar .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-dropdown:not(.disabled).active,
.bootstrap-italia .form-check .toggles label .toolbar input[type=checkbox]:focus + [type=radio].lever + label.btn-dropdown:not(.disabled).active,
.bootstrap-italia .toolbar .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-dropdown:not(.disabled).active,
.bootstrap-italia .toggles label .form-check .toolbar input[type=checkbox]:focus + [type=radio].lever + label.btn-dropdown:not(.disabled).active, .bootstrap-italia .toolbar .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .btn-dropdown.lever:not(.disabled).active, .bootstrap-italia .toggles label .toolbar input[type=checkbox]:focus + input[type=checkbox].lever + .btn-dropdown.lever:not(.disabled).active {
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.25);
}
.bootstrap-italia .toolbar .btn-dropdown:focus, .bootstrap-italia .toolbar .form-check [type=checkbox]:focus + label.btn-dropdown, .bootstrap-italia .form-check .toolbar [type=checkbox]:focus + label.btn-dropdown,
.bootstrap-italia .toolbar .form-check [type=radio]:focus + label.btn-dropdown,
.bootstrap-italia .form-check .toolbar [type=radio]:focus + label.btn-dropdown, .bootstrap-italia .toolbar .toggles label input[type=checkbox]:focus + .btn-dropdown.lever, .bootstrap-italia .toggles label .toolbar input[type=checkbox]:focus + .btn-dropdown.lever, .bootstrap-italia .toolbar .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-dropdown, .bootstrap-italia .form-check .toggles label .toolbar input[type=checkbox]:focus + [type=checkbox].lever + label.btn-dropdown, .bootstrap-italia .toolbar .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-dropdown, .bootstrap-italia .toggles label .form-check .toolbar input[type=checkbox]:focus + [type=checkbox].lever + label.btn-dropdown,
.bootstrap-italia .toolbar .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-dropdown,
.bootstrap-italia .form-check .toggles label .toolbar input[type=checkbox]:focus + [type=radio].lever + label.btn-dropdown,
.bootstrap-italia .toolbar .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-dropdown,
.bootstrap-italia .toggles label .form-check .toolbar input[type=checkbox]:focus + [type=radio].lever + label.btn-dropdown, .bootstrap-italia .toolbar .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .btn-dropdown.lever, .bootstrap-italia .toggles label .toolbar input[type=checkbox]:focus + input[type=checkbox].lever + .btn-dropdown.lever {
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.25);
}
.bootstrap-italia .toolbar .btn-dropdown:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: hsl(210, 53.8461538462%, 19.5%) transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 2px;
  margin-left: 0;
}
.bootstrap-italia .toolbar .it-ico {
  position: relative;
  font-size: 1.6rem;
  display: block;
  height: 32px;
}
.bootstrap-italia .toolbar .it-ico:before {
  margin-right: 0;
}
.bootstrap-italia .toolbar .it-ico.it-more-actions {
  font-size: 0.6rem;
}
.bootstrap-italia .toolbar .it-ico.it-more-actions:before {
  position: relative;
  top: 50%;
}
.bootstrap-italia .toolbar .badge-wrapper {
  position: relative;
}
.bootstrap-italia .toolbar .toolbar-badge,
.bootstrap-italia .toolbar .toolbar-alert {
  display: block;
  position: absolute;
  background-color: #706f6f;
  border: 1px solid hsl(0, 0%, 100%);
}
.bootstrap-italia .toolbar .toolbar-badge {
  top: 0;
  right: 6px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  color: hsl(0, 0%, 100%);
  font-size: 0.563rem;
  border-radius: 50%;
  font-style: normal;
}
.bootstrap-italia .toolbar .toolbar-label {
  margin-top: 8px;
  font-size: 0.688rem;
  line-height: 1;
  display: block;
  font-weight: 600;
}
.bootstrap-italia .section {
  padding: 48px 24px;
}
.bootstrap-italia .section .section-content {
  margin: 0 auto;
}
.bootstrap-italia .section.section-muted {
  background: #f2f7fc;
}
.bootstrap-italia .section.section-primary {
  background: #706f6f;
}
.bootstrap-italia .section.section-neutral {
  background: hsl(210, 53.8461538462%, 19.5%);
}
.bootstrap-italia .section.section-image {
  background-size: cover;
  background-position: center center;
}
.bootstrap-italia .section.section-inset-shadow {
  box-shadow: inset 0 1rem 1rem -1rem rgba(0, 0, 0, 0.3);
}
.bootstrap-italia .section.section-background-header {
  position: relative;
  background-size: cover;
}
.bootstrap-italia .section.section-background-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: hsl(210, 100%, 35%);
}
.bootstrap-italia .section.section-background-header.section-user-header::before {
  content: "";
  min-height: 450px;
  background-color: hsl(210, 100%, 87.5%);
}
.bootstrap-italia .section.section-background-header.section-user-header .user-settings {
  font-size: 12px;
}
.bootstrap-italia .section.section-background-header.section-user-header .user-settings a {
  text-decoration: none;
}
.bootstrap-italia .section.section-background-header.section-user-header .user-settings a:hover {
  text-decoration: underline;
}
.bootstrap-italia .section.section-background-header.section-user-header .user-settings a span {
  margin-left: 4px;
}
@media (min-width: 768px) {
  .bootstrap-italia .section {
    padding: 80px 40px;
  }
}
@media (min-width: 992px) {
  .bootstrap-italia .section {
    padding: 80px;
  }
  .bootstrap-italia .section.section-background-header.section-user-header::before {
    content: "";
    min-height: 550px;
  }
  .bootstrap-italia .section.section-background-header.section-user-header .user-settings {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-italia .section {
    padding: 112px;
  }
  .bootstrap-italia .section.section-background-header.section-user-header .user-settings {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
  }
}
.bootstrap-italia .modal {
  padding-right: 0 !important;
}
.bootstrap-italia .modal .modal-dialog {
  margin: 48px;
}
.bootstrap-italia .modal .modal-dialog .modal-content {
  border: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.bootstrap-italia .modal .modal-dialog .modal-content .modal-header {
  padding: 24px;
  padding-bottom: 0;
}
.bootstrap-italia .modal .modal-dialog .modal-content .modal-header .close {
  padding: 16px;
}
.bootstrap-italia .modal .modal-dialog .modal-content .modal-header h5 {
  font-size: 0.8333333333rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: hsl(210, 53.8461538462%, 19.5%);
}
.bootstrap-italia .modal .modal-dialog .modal-content .modal-body {
  padding: 24px;
  padding-bottom: 0;
}
.bootstrap-italia .modal .modal-dialog .modal-content .modal-body p {
  font-size: 0.8888888889rem;
  margin-bottom: 0;
  line-height: 1.3333333333rem;
}
.bootstrap-italia .modal .modal-dialog .modal-content .modal-footer {
  padding: 12px 24px;
}
.bootstrap-italia .modal.alert-modal .modal-dialog .modal-content .modal-header {
  justify-content: left;
  align-items: start;
}
.bootstrap-italia .modal.alert-modal .modal-dialog .modal-content .modal-header .icon {
  fill: hsl(210, 100%, 40%);
  margin-right: 16px;
  flex-shrink: 0;
}
.bootstrap-italia .modal.it-dialog-link-list .modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 24px;
}
.bootstrap-italia .modal.it-dialog-link-list .modal-dialog .modal-content .modal-header h5 {
  text-transform: none;
  font-weight: 700;
  letter-spacing: inherit;
}
.bootstrap-italia .modal.it-dialog-link-list .modal-dialog .modal-content .modal-header h5 span {
  color: #30373d;
  margin-right: 4px;
}
.bootstrap-italia .modal.it-dialog-link-list .modal-dialog .modal-content .modal-body .link-list-wrapper .link-list {
  margin-bottom: 0;
  padding-bottom: 24px;
}
.bootstrap-italia .modal.popconfirm-modal .modal-dialog {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.bootstrap-italia .modal.popconfirm-modal .modal-dialog .modal-content {
  border-radius: 4px;
}
.bootstrap-italia .modal.popconfirm-modal .modal-dialog .modal-header {
  padding-top: 16px;
  margin-bottom: -4px;
}
.bootstrap-italia .modal.popconfirm-modal .modal-dialog .modal-body {
  padding-top: 16px;
}
.bootstrap-italia .modal.popconfirm-modal .modal-dialog .modal-body p {
  font-size: 0.875rem;
  margin-bottom: 12px;
}
.bootstrap-italia .modal.popconfirm-modal .modal-dialog .modal-footer {
  padding-bottom: 24px;
}
.bootstrap-italia .modal.it-dialog-scrollable .modal-dialog {
  margin: 104px 48px;
}
.bootstrap-italia .modal.it-dialog-scrollable .modal-dialog .modal-content {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 208px);
}
.bootstrap-italia .modal.it-dialog-scrollable .modal-dialog .modal-content .modal-header {
  padding-bottom: 24px;
  background: hsl(0, 0%, 100%);
  flex-shrink: 0;
}
.bootstrap-italia .modal.it-dialog-scrollable .modal-dialog .modal-content .modal-body {
  padding-top: 0;
  padding-bottom: 24px;
  overflow-y: auto;
}
.bootstrap-italia .modal.it-dialog-scrollable .modal-dialog .modal-content .modal-footer {
  flex-shrink: 0;
  background: hsl(0, 0%, 100%);
}
.bootstrap-italia .modal .modal-dialog.modal-dialog-left {
  height: 100vh;
  margin: 0 24px 0 0;
}
.bootstrap-italia .modal .modal-dialog.modal-dialog-left .modal-content {
  height: 100vh;
}
.bootstrap-italia .modal .modal-dialog.modal-dialog-right {
  height: 100vh;
  margin: 0 0 0 24px;
  float: right;
}
.bootstrap-italia .modal .modal-dialog.modal-dialog-right .modal-content {
  height: 100vh;
}
.bootstrap-italia .modal.fade .modal-dialog.modal-dialog-left {
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}
.bootstrap-italia .modal.fade.show .modal-dialog.modal-dialog-left {
  transform: translateX(0);
}
.bootstrap-italia .modal.fade .modal-dialog.modal-dialog-right {
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.bootstrap-italia .modal.fade.show .modal-dialog.modal-dialog-right {
  transform: translateX(0);
}
.bootstrap-italia .modal.fade .modal-dialog.modal-dialog-centered {
  transform: translate(0, -5%);
}
.bootstrap-italia .modal.fade.show .modal-dialog.modal-dialog-centered {
  transform: translate(0, 0);
}
@media (min-width: 576px) {
  .bootstrap-italia .modal.popconfirm-modal .modal-dialog .modal-body p {
    font-size: 0.778rem;
  }
}
@media (min-width: 768px) {
  .bootstrap-italia .modal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
  .bootstrap-italia .modal.it-dialog-scrollable .modal-dialog {
    margin: 64px auto;
  }
  .bootstrap-italia .modal.it-dialog-scrollable .modal-dialog .modal-content {
    height: calc(100vh - 128px);
  }
  .bootstrap-italia .modal .modal-dialog.modal-dialog-left {
    margin: 0;
  }
  .bootstrap-italia .modal .modal-dialog.modal-dialog-left .modal-content {
    height: 100vh;
  }
  .bootstrap-italia .modal .modal-dialog.modal-dialog-right {
    margin: 0;
    float: right;
  }
  .bootstrap-italia .modal .modal-dialog.modal-dialog-right .modal-content {
    height: 100vh;
  }
}
@media (min-width: 992px) {
  .bootstrap-italia .alert-modal .modal-dialog .modal-content .modal-body p {
    padding-left: 48px;
  }
}
.bootstrap-italia .notification {
  width: 100%;
  padding: 1.5rem;
  padding-right: 4rem;
  box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.15);
  background: hsl(0, 0%, 100%);
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  border-top: 4px solid hsl(210, 16.9590643275%, 43.605%);
}
.bootstrap-italia .notification h5 {
  font-size: 0.938rem;
  text-transform: uppercase;
  color: hsl(210, 53.8461538462%, 19.5%);
  letter-spacing: 0;
  margin: 0;
  position: relative;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.bootstrap-italia .notification p {
  font-size: 0.875rem;
  margin: 1.5rem 0 0 0;
  color: hsl(210, 16.9590643275%, 43.605%);
}
.bootstrap-italia .notification.with-icon {
  border-top: 4px solid hsl(210, 16.9590643275%, 43.605%);
}
.bootstrap-italia .notification.with-icon h5 .icon {
  position: absolute;
  top: -8px;
  left: -38px;
}
.bootstrap-italia .notification.with-icon h5,
.bootstrap-italia .notification.with-icon p {
  margin-left: 2rem;
}
.bootstrap-italia .notification.with-icon.success {
  border-color: hsl(159, 100%, 26.5%);
}
.bootstrap-italia .notification.with-icon.success .icon {
  fill: hsl(159, 100%, 26.5%);
}
.bootstrap-italia .notification.with-icon.error {
  border-color: hsl(351, 68%, 53.125%);
}
.bootstrap-italia .notification.with-icon.error .icon {
  fill: hsl(351, 68%, 53.125%);
}
.bootstrap-italia .notification.with-icon.info {
  border-color: #706f6f;
}
.bootstrap-italia .notification.with-icon.info .icon {
  fill: #706f6f;
}
.bootstrap-italia .notification.with-icon.warning {
  border-color: hsl(36, 100%, 32.5%);
}
.bootstrap-italia .notification.with-icon.warning .icon {
  fill: hsl(36, 100%, 32.5%);
}
.bootstrap-italia .notification.dismissable .notification-close {
  position: absolute;
  right: 20px;
  top: 15px;
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  background: none;
}
.bootstrap-italia .notification.dismissable .notification-close .icon {
  fill: hsl(210, 53.8461538462%, 19.5%);
}
.bootstrap-italia .notification.dismissable .notification-close:hover .icon {
  fill: #706f6f;
}
.bootstrap-italia .notification.dismissable .notification-close:active {
  box-shadow: none;
}
@media (min-width: 576px) {
  .bootstrap-italia .notification {
    padding: 1.333rem;
    padding-right: 3.556rem;
  }
  .bootstrap-italia .notification h5 {
    font-size: 0.833rem;
  }
  .bootstrap-italia .notification p {
    font-size: 0.778rem;
    margin: 1.333rem 0 0 0;
  }
  .bootstrap-italia .notification.with-icon h5,
  .bootstrap-italia .notification.with-icon p {
    margin-left: 1.778rem;
  }
}
@media (min-width: 768px) {
  .bootstrap-italia .notification {
    width: 376px;
    bottom: 16px;
    right: 16px;
    border-radius: 4px;
    border-top: none;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  }
  .bootstrap-italia .notification.with-icon {
    border-left: 4px solid hsl(210, 16.9590643275%, 43.605%);
    border-top: none;
  }
  .bootstrap-italia .notification.top-fix {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    right: auto;
  }
  .bootstrap-italia .notification.bottom-fix {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    right: auto;
  }
  .bootstrap-italia .notification.left-fix {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    border-right-style: solid;
    border-right-width: 4px;
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .bootstrap-italia .notification.right-fix {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.bootstrap-italia .avatar {
  display: inline-flex;
  overflow: hidden;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  background: hsl(210, 6.2290689886%, 92.535%);
  color: #5c6f82;
  box-sizing: content-box;
  transition: background-color 0.2s;
}
.bootstrap-italia .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: filter 0.2s;
  border-radius: 50%;
}
.bootstrap-italia .avatar p {
  font-size: 16px;
  margin: 0;
  text-align: center;
  line-height: 1em;
  position: absolute;
}
.bootstrap-italia .avatar _:-ms-fullscreen,
.bootstrap-italia .avatar p {
  transform: translateX(-50%) translateY(-50%);
}
.bootstrap-italia .avatar .icon {
  height: 16px;
  width: 16px;
}
.bootstrap-italia .avatar.avatar-primary {
  background: #706f6f;
}
.bootstrap-italia .avatar.avatar-secondary {
  background: hsl(210, 16.9590643275%, 43.605%);
}
.bootstrap-italia .avatar.avatar-green {
  background: hsl(159, 100%, 40%);
}
.bootstrap-italia .avatar.avatar-orange {
  background: #ffb200;
}
.bootstrap-italia .avatar.avatar-red {
  background: #a80021;
}
.bootstrap-italia .avatar.avatar-primary, .bootstrap-italia .avatar.avatar-secondary, .bootstrap-italia .avatar.avatar-green, .bootstrap-italia .avatar.avatar-orange, .bootstrap-italia .avatar.avatar-red {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .avatar.avatar-dropdown {
  overflow: visible;
  position: relative;
}
.bootstrap-italia .avatar.avatar-dropdown .dropdown {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.bootstrap-italia .avatar.avatar-dropdown .btn-dropdown {
  color: inherit;
  padding: 0;
  line-height: 0;
  font-size: 11px;
}
.bootstrap-italia .avatar.avatar-dropdown .list-item {
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-size: 0.889rem;
}
.bootstrap-italia .avatar.avatar-dropdown .link-list {
  white-space: nowrap;
}
.bootstrap-italia .avatar.avatar-dropdown .link-list span {
  line-height: 1em;
}
.bootstrap-italia .avatar.avatar-dropdown .link-list li {
  margin-bottom: 16px;
}
.bootstrap-italia .avatar.avatar-dropdown .link-list li:last-child {
  margin-bottom: 0;
}
.bootstrap-italia .avatar.avatar-dropdown .link-list .avatar {
  margin-right: 16px;
}
.bootstrap-italia .avatar.avatar-dropdown .link-list .avatar.size-sm {
  margin-right: 12px;
}
.bootstrap-italia .avatar.avatar-dropdown .link-list .avatar p {
  color: hsl(0, 0%, 100%) !important;
}
.bootstrap-italia .avatar.avatar-dropdown .dropdown-menu {
  margin: -25px;
}
.bootstrap-italia .avatar.avatar-dropdown.size-sm .dropdown-menu {
  margin: -27px;
}
.bootstrap-italia .avatar.size-xs {
  width: 16px;
  height: 16px;
}
.bootstrap-italia .avatar.size-xs p {
  font-size: 10px;
}
.bootstrap-italia .avatar.size-xs .icon {
  height: 10px;
  width: 10px;
}
.bootstrap-italia .avatar.size-sm {
  width: 24px;
  height: 24px;
}
.bootstrap-italia .avatar.size-sm p {
  font-size: 14px;
}
.bootstrap-italia .avatar.size-sm .icon {
  height: 12px;
  width: 12px;
}
.bootstrap-italia .avatar.size-md {
  width: 32px;
  height: 32px;
}
.bootstrap-italia .avatar.size-md p {
  font-size: 16px;
}
.bootstrap-italia .avatar.size-md .icon {
  height: 16px;
  width: 16px;
}
.bootstrap-italia .avatar.size-md .avatar-presence,
.bootstrap-italia .avatar.size-md .avatar-status {
  border-width: 1px;
}
.bootstrap-italia .avatar.size-md .avatar-presence .icon,
.bootstrap-italia .avatar.size-md .avatar-status .icon {
  display: none;
}
.bootstrap-italia .avatar.size-lg {
  width: 40px;
  height: 40px;
}
.bootstrap-italia .avatar.size-lg p {
  font-size: 18px;
}
.bootstrap-italia .avatar.size-lg .icon {
  height: 20px;
  width: 20px;
}
.bootstrap-italia .avatar.size-lg .avatar-presence,
.bootstrap-italia .avatar.size-lg .avatar-status {
  right: -2px;
  width: 15px;
  height: 15px;
}
.bootstrap-italia .avatar.size-lg .avatar-status {
  top: 0.1666666667px;
}
.bootstrap-italia .avatar.size-xl {
  width: 80px;
  height: 80px;
}
.bootstrap-italia .avatar.size-xl p {
  font-size: 36px;
}
.bootstrap-italia .avatar.size-xl .icon {
  height: 40px;
  width: 40px;
}
.bootstrap-italia .avatar.size-xl .avatar-presence,
.bootstrap-italia .avatar.size-xl .avatar-status {
  right: 6px;
  width: 18px;
  height: 18px;
}
.bootstrap-italia .avatar.size-xl .avatar-presence {
  bottom: 8px;
}
.bootstrap-italia .avatar.size-xl .avatar-status {
  top: 2px;
}
.bootstrap-italia .avatar.size-xxl {
  width: 128px;
  height: 128px;
}
.bootstrap-italia .avatar.size-xxl p {
  font-size: 58px;
}
.bootstrap-italia .avatar.size-xxl .icon {
  height: 62px;
  width: 62px;
}
.bootstrap-italia .avatar.size-xxl .avatar-presence,
.bootstrap-italia .avatar.size-xxl .avatar-status {
  right: 4px;
  width: 24px;
  height: 24px;
}
.bootstrap-italia .avatar.size-xxl .avatar-presence .icon,
.bootstrap-italia .avatar.size-xxl .avatar-status .icon {
  width: 20px;
  height: 20px;
}
.bootstrap-italia .avatar.size-xxl .avatar-presence {
  bottom: 16px;
}
.bootstrap-italia .avatar.size-xxl .avatar-status {
  top: 8px;
}
.bootstrap-italia a.avatar {
  filter: brightness(100%);
}
.bootstrap-italia a.avatar:hover {
  background: #dddfe1;
}
.bootstrap-italia a.avatar:hover img {
  filter: brightness(90%);
}
.bootstrap-italia a.avatar:hover.avatar-primary {
  background: #636262;
}
.bootstrap-italia a.avatar:hover.avatar-secondary {
  background: #526273;
}
.bootstrap-italia a.avatar:hover.avatar-green {
  background: #00b374;
}
.bootstrap-italia a.avatar:hover.avatar-orange {
  background: #e6a000;
}
.bootstrap-italia a.avatar:hover.avatar-red {
  background: #6b0015;
}
.bootstrap-italia .avatar-dropdown:hover, .bootstrap-italia .avatar-dropdown:focus-within {
  background: #dddfe1;
}
.bootstrap-italia .avatar-dropdown .btn-dropdown:focus, .bootstrap-italia .avatar-dropdown .form-check [type=checkbox]:focus + label.btn-dropdown, .bootstrap-italia .form-check .avatar-dropdown [type=checkbox]:focus + label.btn-dropdown,
.bootstrap-italia .avatar-dropdown .form-check [type=radio]:focus + label.btn-dropdown,
.bootstrap-italia .form-check .avatar-dropdown [type=radio]:focus + label.btn-dropdown, .bootstrap-italia .avatar-dropdown .toggles label input[type=checkbox]:focus + .btn-dropdown.lever, .bootstrap-italia .toggles label .avatar-dropdown input[type=checkbox]:focus + .btn-dropdown.lever, .bootstrap-italia .avatar-dropdown .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.btn-dropdown, .bootstrap-italia .form-check .toggles label .avatar-dropdown input[type=checkbox]:focus + [type=checkbox].lever + label.btn-dropdown, .bootstrap-italia .avatar-dropdown .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.btn-dropdown, .bootstrap-italia .toggles label .form-check .avatar-dropdown input[type=checkbox]:focus + [type=checkbox].lever + label.btn-dropdown,
.bootstrap-italia .avatar-dropdown .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.btn-dropdown,
.bootstrap-italia .form-check .toggles label .avatar-dropdown input[type=checkbox]:focus + [type=radio].lever + label.btn-dropdown,
.bootstrap-italia .avatar-dropdown .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.btn-dropdown,
.bootstrap-italia .toggles label .form-check .avatar-dropdown input[type=checkbox]:focus + [type=radio].lever + label.btn-dropdown, .bootstrap-italia .avatar-dropdown .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .btn-dropdown.lever, .bootstrap-italia .toggles label .avatar-dropdown input[type=checkbox]:focus + input[type=checkbox].lever + .btn-dropdown.lever {
  box-shadow: none;
}
.bootstrap-italia .avatar-wrapper {
  position: relative;
}
.bootstrap-italia .avatar-wrapper .avatar-presence,
.bootstrap-italia .avatar-wrapper .avatar-status {
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  border: 2px solid hsl(0, 0%, 100%);
  background: hsl(210, 3.6255162919%, 78.21%);
  color: hsl(0, 0%, 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bootstrap-italia .avatar-wrapper .avatar-presence .icon,
.bootstrap-italia .avatar-wrapper .avatar-status .icon {
  width: 18px;
  height: 18px;
}
.bootstrap-italia .avatar-wrapper .avatar-presence {
  bottom: 8px;
}
.bootstrap-italia .avatar-wrapper .avatar-presence.active {
  background: hsl(159, 100%, 40%);
}
.bootstrap-italia .avatar-wrapper .avatar-presence.busy {
  background: #a80021;
}
.bootstrap-italia .avatar-wrapper .avatar-presence.hidden:after {
  content: "";
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: hsl(0, 0%, 100%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  border-radius: 50%;
}
.bootstrap-italia .avatar-wrapper .avatar-status {
  top: 0;
}
.bootstrap-italia .avatar-wrapper .avatar-status.approved {
  background: hsl(159, 100%, 40%);
}
.bootstrap-italia .avatar-wrapper .avatar-status.declined {
  background: #a80021;
}
.bootstrap-italia .avatar-wrapper .avatar-status.notify {
  background: hsl(210, 100%, 40%);
}
.bootstrap-italia .avatar-wrapper.avatar-extra-text {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
.bootstrap-italia .avatar-wrapper.avatar-extra-text .avatar {
  flex-shrink: 0;
}
.bootstrap-italia .avatar-wrapper.avatar-extra-text .extra-text {
  line-height: 1.2em;
  margin-left: 16px;
}
.bootstrap-italia .avatar-wrapper.avatar-extra-text .extra-text h3,
.bootstrap-italia .avatar-wrapper.avatar-extra-text .extra-text h4 {
  font-weight: 600;
  margin: 0;
  font-size: 1.111rem;
}
.bootstrap-italia .avatar-wrapper.avatar-extra-text .extra-text h3 a,
.bootstrap-italia .avatar-wrapper.avatar-extra-text .extra-text h4 a {
  display: inline-block;
}
.bootstrap-italia .avatar-wrapper.avatar-extra-text .extra-text p,
.bootstrap-italia .avatar-wrapper.avatar-extra-text .extra-text time {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.778rem;
}
.bootstrap-italia .avatar-group > li {
  margin-bottom: 16px;
  line-height: 1;
}
.bootstrap-italia .avatar-group > li:last-child {
  margin-bottom: 0;
}
.bootstrap-italia .avatar-group > li .list-item {
  display: inline-flex;
  align-items: center;
  padding: 0;
  line-height: 1em;
}
.bootstrap-italia .avatar-group > li .list-item .avatar {
  margin-right: 12px;
}
.bootstrap-italia .avatar-group > li .list-item .avatar p {
  font-size: 16px;
}
.bootstrap-italia .avatar-group > li .list-item .avatar.avatar-primary p, .bootstrap-italia .avatar-group > li .list-item .avatar.avatar-secondary p, .bootstrap-italia .avatar-group > li .list-item .avatar.avatar-green p, .bootstrap-italia .avatar-group > li .list-item .avatar.avatar-orange p, .bootstrap-italia .avatar-group > li .list-item .avatar.avatar-red p {
  color: hsl(0, 0%, 100%);
  line-height: 0;
}
.bootstrap-italia .avatar-group > li .list-item span {
  margin: 0;
  font-size: 0.889rem;
}
.bootstrap-italia .avatar-group-stacked {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  flex-direction: row;
}
.bootstrap-italia .avatar-group-stacked li {
  list-style-type: none;
  line-height: 0;
}
.bootstrap-italia .avatar-group-stacked li > .avatar {
  margin-left: -6px;
  border: 2px solid hsl(0, 0%, 100%);
}
.bootstrap-italia .thumb-nav {
  padding: 0;
  margin: 0 -8px;
  display: flex;
  justify-content: center;
}
.bootstrap-italia .thumb-nav.thumb-nav-vertical {
  flex-direction: column;
  align-items: baseline;
}
.bootstrap-italia .thumb-nav.thumb-nav-fixed {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bootstrap-italia .thumb-nav.thumb-nav-fixed li {
  flex-basis: 240px;
}
.bootstrap-italia .thumb-nav.thumb-nav-fixed.thumb-nav-small li {
  flex-basis: 120px;
}
.bootstrap-italia .thumb-nav.thumb-nav-auto {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bootstrap-italia .thumb-nav.thumb-nav-auto li .thumb-nav-resizer {
  max-width: 100%;
  max-height: 100%;
}
.bootstrap-italia .thumb-nav.thumb-nav-auto.thumb-nav-auto-2 li {
  flex-basis: calc(50% - 16px);
}
.bootstrap-italia .thumb-nav.thumb-nav-auto.thumb-nav-auto-3 li {
  flex-basis: calc(33.3333% - 16px);
}
.bootstrap-italia .thumb-nav.thumb-nav-auto.thumb-nav-auto-4 li {
  flex-basis: calc(25% - 16px);
}
.bootstrap-italia .thumb-nav.thumb-nav-auto.thumb-nav-auto-5 li {
  flex-basis: calc(20% - 16px);
}
.bootstrap-italia .thumb-nav.thumb-nav-nozoom a:hover img {
  transform: none;
}
.bootstrap-italia .thumb-nav.thumb-nav-black a:hover:after, .bootstrap-italia .thumb-nav.thumb-nav-primary a:hover:after {
  opacity: 1;
}
.bootstrap-italia .thumb-nav.thumb-nav-black a:after {
  background: rgba(0, 0, 0, 0.8);
}
.bootstrap-italia .thumb-nav.thumb-nav-primary a:after {
  background: rgba(112, 111, 111, 0.8);
}
.bootstrap-italia .thumb-nav.thumb-nav-bottom, .bootstrap-italia .thumb-nav.thumb-nav-top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
.bootstrap-italia .thumb-nav.thumb-nav-bottom {
  bottom: 0;
  margin-bottom: 16px;
}
.bootstrap-italia .thumb-nav.thumb-nav-top {
  top: 0;
  margin-top: 16px;
}
.bootstrap-italia .thumb-nav.thumb-nav-left, .bootstrap-italia .thumb-nav.thumb-nav-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 90%;
}
.bootstrap-italia .thumb-nav.thumb-nav-left {
  left: 0;
  margin-left: 16px;
}
.bootstrap-italia .thumb-nav.thumb-nav-right {
  right: 0;
  margin-right: 16px;
}
.bootstrap-italia .thumb-nav li {
  position: relative;
  list-style-type: none;
  margin: 8px;
}
.bootstrap-italia .thumb-nav .thumb-nav-resizer {
  width: 100%;
  height: auto;
  max-width: 240px;
  max-height: 160px;
  visibility: hidden;
}
.bootstrap-italia .thumb-nav.thumb-nav-small .thumb-nav-resizer {
  max-width: 120px;
  max-height: 80px;
}
.bootstrap-italia .thumb-nav a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.bootstrap-italia .thumb-nav a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.15, 0.7, 0.36, 0.99);
}
.bootstrap-italia .thumb-nav a.active {
  pointer-events: none;
}
.bootstrap-italia .thumb-nav a.active:after {
  opacity: 1;
  background: rgba(112, 111, 111, 0.6);
}
.bootstrap-italia .thumb-nav a:hover img {
  transform: scale(1.05);
  transition-duration: 1s;
}
.bootstrap-italia .thumb-nav a:hover:after {
  transition-duration: 1s;
}
.bootstrap-italia .thumb-nav a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.15, 0.7, 0.36, 0.99);
}
.bootstrap-italia .steppers .steppers-header {
  padding: 0 24px;
  height: 64px;
  background: hsl(0, 0%, 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.bootstrap-italia .steppers .steppers-header li {
  font-size: 1.125rem;
  color: hsl(210, 16.9590643275%, 43.605%);
  list-style-type: none;
  display: none;
}
.bootstrap-italia .steppers .steppers-header li .icon {
  fill: hsl(210, 16.9590643275%, 43.605%);
}
.bootstrap-italia .steppers .steppers-header li.active, .bootstrap-italia .steppers .steppers-header li.confirmed {
  color: #706f6f;
  font-weight: 600;
}
.bootstrap-italia .steppers .steppers-header li.active .icon, .bootstrap-italia .steppers .steppers-header li.confirmed .icon {
  fill: #706f6f;
}
.bootstrap-italia .steppers .steppers-header li.active, .bootstrap-italia .steppers .steppers-header li.steppers-index {
  display: block;
}
.bootstrap-italia .steppers .steppers-header li.steppers-index {
  margin-left: auto;
  font-size: 0.875rem;
  font-weight: 600;
}
.bootstrap-italia .steppers .steppers-header li.steppers-index span {
  margin-left: 0.25rem;
}
.bootstrap-italia .steppers .steppers-header li.steppers-index span.active {
  color: #706f6f;
  text-decoration: underline;
}
.bootstrap-italia .steppers .steppers-header li .icon {
  margin-right: 0.667rem;
  width: 24px;
  height: 24px;
}
.bootstrap-italia .steppers .steppers-header li .steppers-number .icon {
  margin: 0;
}
.bootstrap-italia .steppers .steppers-header li .steppers-number:after {
  content: ". ";
}
.bootstrap-italia .steppers.bg-dark .steppers-header {
  background: none;
}
.bootstrap-italia .steppers.bg-dark .steppers-header li {
  color: hsl(210, 2.9799029799%, 85.57%);
}
.bootstrap-italia .steppers.bg-dark .steppers-header li .icon {
  fill: hsl(210, 2.9799029799%, 85.57%);
}
.bootstrap-italia .steppers.bg-dark .steppers-header li.active {
  font-weight: 600;
  color: hsl(178, 90.4761904762%, 42%);
}
.bootstrap-italia .steppers.bg-dark .steppers-header li.active .icon {
  fill: hsl(178, 90.4761904762%, 42%);
}
.bootstrap-italia .steppers.bg-dark .steppers-header li.confirmed {
  font-weight: 600;
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .steppers.bg-dark .steppers-header li.confirmed .icon {
  fill: hsl(0, 0%, 100%);
}
.bootstrap-italia .steppers.bg-dark .steppers-header li.steppers-index span.active {
  color: hsl(178, 90.4761904762%, 42%);
}
.bootstrap-italia .steppers.bg-dark .steppers-nav {
  background: none;
}
.bootstrap-italia .steppers.bg-dark .steppers-nav .progress-bar {
  background: hsl(178, 90.4761904762%, 42%);
}
.bootstrap-italia .steppers.bg-dark .steppers-nav .steppers-dots li.done {
  background: hsl(178, 90.4761904762%, 42%);
}
.bootstrap-italia .steppers .steppers-nav {
  display: flex;
  height: 64px;
  padding: 0 24px;
  box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.1);
  background: hsl(0, 0%, 100%);
  align-items: center;
  justify-content: space-between;
}
.bootstrap-italia .steppers .steppers-nav .steppers-progress,
.bootstrap-italia .steppers .steppers-nav .steppers-dots {
  width: 20%;
}
.bootstrap-italia .steppers .steppers-nav .steppers-progress .progress,
.bootstrap-italia .steppers .steppers-nav .steppers-dots .progress {
  height: 2px;
}
.bootstrap-italia .steppers .steppers-nav .steppers-progress .progress {
  height: 2px;
}
.bootstrap-italia .steppers .steppers-nav .steppers-dots {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bootstrap-italia .steppers .steppers-nav .steppers-dots li {
  list-style-type: none;
  padding: 0;
  height: 4px;
  width: 4px;
  min-width: 4px;
  background: hsl(225, 1.9607843137%, 79.6%);
  margin-right: 8px;
  border-radius: 50%;
}
.bootstrap-italia .steppers .steppers-nav .steppers-dots li.done {
  background: hsl(210, 100%, 40%);
}
@media (min-width: 576px) {
  .bootstrap-italia .steppers .steppers-header li {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .bootstrap-italia .steppers .steppers-header {
    padding: 0;
    box-shadow: none;
    height: auto;
    display: flex;
    justify-content: space-between;
    background: transparent;
  }
  .bootstrap-italia .steppers .steppers-header:before {
    display: none;
  }
  .bootstrap-italia .steppers .steppers-header li {
    text-transform: uppercase;
    padding: 1.778rem 1.111rem;
    flex-grow: 1;
    border-left: 1px solid hsl(224, 43.1818181818%, 91.2%);
    display: block;
    position: relative;
    display: flex;
    align-items: center;
  }
  .bootstrap-italia .steppers .steppers-header li:nth-last-child(2) {
    border-right: 1px solid hsl(224, 43.1818181818%, 91.2%);
  }
  .bootstrap-italia .steppers .steppers-header li.steppers-index {
    display: none;
  }
  .bootstrap-italia .steppers .steppers-header li.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% - 2.222rem);
    height: 2px;
    background: #706f6f;
    left: 50%;
    transform: translateX(-50%);
  }
  .bootstrap-italia .steppers .steppers-header li.active .steppers-number {
    color: hsl(0, 0%, 100%);
    background: #706f6f;
    border-color: #706f6f;
  }
  .bootstrap-italia .steppers .steppers-header li.active.no-line:after {
    display: none;
  }
  .bootstrap-italia .steppers .steppers-header li .steppers-success {
    margin-left: auto;
  }
  .bootstrap-italia .steppers .steppers-header li .steppers-number {
    display: inline-block;
    width: 1.778rem;
    height: 1.778rem;
    border: 1px solid hsl(224, 43.1818181818%, 91.2%);
    border-radius: 50%;
    text-align: center;
    margin-right: 0.667rem;
  }
  .bootstrap-italia .steppers .steppers-header li .steppers-number:after {
    display: none;
  }
  .bootstrap-italia .steppers .steppers-header li .steppers-number .icon:before {
    margin-right: 0;
    margin-top: 0.333rem;
  }
  .bootstrap-italia .steppers.bg-dark .steppers-header li {
    border-color: hsl(210, 25%, 35.2%);
  }
  .bootstrap-italia .steppers.bg-dark .steppers-header li.active:after {
    background: hsl(178, 90.4761904762%, 42%);
  }
  .bootstrap-italia .steppers.bg-dark .steppers-header li.active .steppers-number {
    background: hsl(178, 90.4761904762%, 42%);
    border-color: hsl(178, 90.4761904762%, 42%);
    color: hsl(210, 53.8461538462%, 19.5%);
  }
  .bootstrap-italia .steppers.bg-dark .steppers-header li .steppers-number {
    border-color: hsl(210, 12.1338912134%, 52.2%);
  }
  .bootstrap-italia .steppers .steppers-nav {
    box-shadow: none;
    margin-top: 0.889rem;
    align-items: center;
    background: none;
  }
  .bootstrap-italia .steppers .steppers-nav .steppers-progress,
  .bootstrap-italia .steppers .steppers-nav .steppers-dots {
    display: none;
  }
  .bootstrap-italia .steppers .steppers-nav button .icon {
    display: none;
  }
  .bootstrap-italia .steppers .steppers-nav button:not(.steppers-btn-confirm) {
    margin-right: 0.889rem;
  }
  .bootstrap-italia .steppers .steppers-nav .steppers-btn-confirm {
    display: block;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .bootstrap-italia .steppers .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm) {
    font-size: 1rem;
    background: transparent;
    color: #706f6f;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
  .bootstrap-italia .steppers .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):hover, .bootstrap-italia .steppers .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):focus, .bootstrap-italia .steppers .steppers-nav .toggles label input[type=checkbox]:focus + button.lever:not(.steppers-btn-save):not(.steppers-btn-confirm), .bootstrap-italia .toggles label .steppers .steppers-nav input[type=checkbox]:focus + button.lever:not(.steppers-btn-save):not(.steppers-btn-confirm), .bootstrap-italia .steppers .steppers-nav .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + button.lever:not(.steppers-btn-save):not(.steppers-btn-confirm), .bootstrap-italia .toggles label .steppers .steppers-nav input[type=checkbox]:focus + input[type=checkbox].lever + button.lever:not(.steppers-btn-save):not(.steppers-btn-confirm), .bootstrap-italia .steppers .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):active {
    background: transparent !important;
    color: #706f6f !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.25) !important;
  }
  .bootstrap-italia .steppers .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm) .icon {
    margin: 0 0.333rem;
    height: 24px;
    width: 24px;
  }
  .bootstrap-italia .steppers.bg-dark .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm) {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .steppers.bg-dark .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm) .icon {
    fill: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .steppers.bg-dark .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):hover, .bootstrap-italia .steppers.bg-dark .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):focus, .bootstrap-italia .steppers.bg-dark .steppers-nav .toggles label input[type=checkbox]:focus + button.lever:not(.steppers-btn-save):not(.steppers-btn-confirm), .bootstrap-italia .toggles label .steppers.bg-dark .steppers-nav input[type=checkbox]:focus + button.lever:not(.steppers-btn-save):not(.steppers-btn-confirm), .bootstrap-italia .steppers.bg-dark .steppers-nav .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + button.lever:not(.steppers-btn-save):not(.steppers-btn-confirm), .bootstrap-italia .toggles label .steppers.bg-dark .steppers-nav input[type=checkbox]:focus + input[type=checkbox].lever + button.lever:not(.steppers-btn-save):not(.steppers-btn-confirm), .bootstrap-italia .steppers.bg-dark .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):active {
    color: hsl(178, 90.4761904762%, 42%) !important;
  }
}
.bootstrap-italia .card-wrapper {
  padding-bottom: 24px;
  display: flex;
}
.bootstrap-italia .card-wrapper.card-column {
  flex-direction: column;
}
.bootstrap-italia .card-wrapper.card-column .card {
  height: auto !important;
}
.bootstrap-italia .card-wrapper.card-column .card + .card {
  margin-top: 1rem;
}
.bootstrap-italia .card-wrapper.card-teaser-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.bootstrap-italia .card-wrapper.card-teaser-wrapper.card-teaser-wrapper-equal {
  align-items: stretch;
}
.bootstrap-italia .card-wrapper.card-teaser-wrapper > .card-teaser {
  flex: 0 0 100%;
  margin: 16px 0;
  display: flex;
  flex-wrap: wrap;
}
.bootstrap-italia .card-wrapper.card-teaser-wrapper > .card-teaser.border {
  border-color: hsl(240, 1.1532125206%, 69.65%);
}
.bootstrap-italia .card-wrapper.card-teaser-wrapper > .card-teaser.card-teaser-image {
  padding: 0 !important;
}
.bootstrap-italia .card-wrapper.card-teaser-wrapper > .card-teaser.card-teaser-image > .card-image-wrapper {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.bootstrap-italia .card-wrapper.card-teaser-wrapper > .card-teaser.card-teaser-image > .card-image-wrapper.with-read-more .card-image-rounded img {
  border-bottom-right-radius: 0 !important;
}
.bootstrap-italia .card-wrapper.card-teaser-wrapper .card-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.bootstrap-italia .card-wrapper.card-teaser-wrapper .card-flex .card-image {
  position: relative;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bootstrap-italia .card-wrapper.card-teaser-wrapper .card-flex .card-image.card-image-rounded {
  border-radius: 0 4px 4px 0;
}
.bootstrap-italia .card-wrapper.card-teaser-wrapper .card-flex .card-image.card-image-rounded img {
  border-radius: 0 4px 4px 0;
}
.bootstrap-italia .card-wrapper.card-teaser-wrapper .card-flex .card-image .card-date {
  background-color: hsl(0, 0%, 100%);
  padding: 0.5em 1em;
  z-index: 1;
}
.bootstrap-italia .card-wrapper.card-teaser-wrapper .card-flex .card-image .card-date > *:first-child {
  font-size: 120%;
}
.bootstrap-italia .card-wrapper.card-teaser-wrapper .card-flex .card-image .card-date > *:last-child {
  font-size: 80%;
}
.bootstrap-italia .card-wrapper.card-teaser-wrapper .card-flex .card-image img {
  z-index: auto;
  object-fit: cover;
}
@media (min-width: 768px) {
  .bootstrap-italia .card-wrapper.card-teaser-wrapper .card-teaser {
    flex: 0 0 49%;
  }
  .bootstrap-italia .card-wrapper.card-teaser-wrapper.card-teaser-block-2 {
    width: 100%;
    justify-content: space-between;
  }
  .bootstrap-italia .card-wrapper.card-teaser-wrapper.card-teaser-block-2 > .card-teaser {
    flex: 0 0 49%;
  }
  .bootstrap-italia .card-wrapper.card-teaser-wrapper.card-teaser-block-3 {
    width: 100%;
    justify-content: space-between;
  }
  .bootstrap-italia .card-wrapper.card-teaser-wrapper.card-teaser-block-3 > .card-teaser {
    flex: 0 0 32%;
  }
  .bootstrap-italia .card-wrapper.card-teaser-wrapper.card-teaser-start {
    justify-content: flex-start !important;
  }
  .bootstrap-italia .card-wrapper.card-teaser-wrapper.card-teaser-start .card-teaser + .card-teaser {
    margin-left: 1.35rem;
  }
  .bootstrap-italia .card-wrapper.card-teaser-wrapper.card-teaser-end {
    justify-content: flex-end !important;
  }
  .bootstrap-italia .card-wrapper.card-teaser-wrapper.card-teaser-end .card-teaser + .card-teaser {
    margin-left: 1.35rem;
  }
}
@media (min-width: 1200px) {
  .bootstrap-italia .card-wrapper.card-teaser-block-4 {
    width: 100%;
    justify-content: space-between;
  }
  .bootstrap-italia .card-wrapper.card-teaser-block-4 > .card-teaser {
    flex: 0 0 24%;
  }
  .bootstrap-italia .card-wrapper.card-overlapping {
    margin-top: -32px;
  }
}
.bootstrap-italia .card {
  border: none;
  padding: 0;
  position: relative;
  width: 100%;
}
.bootstrap-italia .card.card-bg-primary {
  background-color: hsl(210, 100%, 40%);
}
.bootstrap-italia .card.card-bg-primary .card-body .card-title,
.bootstrap-italia .card.card-bg-primary .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .card.card-bg-secondary {
  background-color: hsl(210, 16.9590643275%, 43.605%);
}
.bootstrap-italia .card.card-bg-secondary .card-body .card-title,
.bootstrap-italia .card.card-bg-secondary .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .card.card-bg-success {
  background-color: hsl(159, 100%, 26.5%);
}
.bootstrap-italia .card.card-bg-success .card-body .card-title,
.bootstrap-italia .card.card-bg-success .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .card.card-bg-info {
  background-color: hsl(225, 0.7444168734%, 59.7%);
}
.bootstrap-italia .card.card-bg-info .card-body .card-title,
.bootstrap-italia .card.card-bg-info .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .card.card-bg-warning {
  background-color: hsl(36, 100%, 32.5%);
}
.bootstrap-italia .card.card-bg-warning .card-body .card-title,
.bootstrap-italia .card.card-bg-warning .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .card.card-bg-danger {
  background-color: hsl(351, 68%, 53.125%);
}
.bootstrap-italia .card.card-bg-danger .card-body .card-title,
.bootstrap-italia .card.card-bg-danger .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .card.card-bg-light {
  background-color: hsl(255, 32.2033898305%, 92.625%);
}
.bootstrap-italia .card.card-bg-light .card-body .card-title,
.bootstrap-italia .card.card-bg-light .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .card.card-bg-dark {
  background-color: hsl(210, 53.8461538462%, 19.5%);
}
.bootstrap-italia .card.card-bg-dark .card-body .card-title,
.bootstrap-italia .card.card-bg-dark .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .card.card-bg-black {
  background-color: hsl(0, 0%, 0%);
}
.bootstrap-italia .card.card-bg-black .card-body .card-title,
.bootstrap-italia .card.card-bg-black .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .card.card-bg-white {
  background-color: hsl(0, 0%, 100%);
}
.bootstrap-italia .card.card-bg-white .card-body .card-title,
.bootstrap-italia .card.card-bg-white .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .card.card-bg-100 {
  background-color: hsl(225, 4.3062200957%, 89.55%);
}
.bootstrap-italia .card.card-bg-100 .card-body .card-title,
.bootstrap-italia .card.card-bg-100 .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .card.card-bg-200 {
  background-color: hsl(225, 1.9607843137%, 79.6%);
}
.bootstrap-italia .card.card-bg-200 .card-body .card-title,
.bootstrap-italia .card.card-bg-200 .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .card.card-bg-300 {
  background-color: hsl(225, 1.1532125206%, 69.65%);
}
.bootstrap-italia .card.card-bg-300 .card-body .card-title,
.bootstrap-italia .card.card-bg-300 .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .card.card-bg-400 {
  background-color: hsl(225, 0.7444168734%, 59.7%);
}
.bootstrap-italia .card.card-bg-400 .card-body .card-title,
.bootstrap-italia .card.card-bg-400 .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .card.card-bg-500 {
  background-color: hsl(225, 0.5025125628%, 49.75%);
}
.bootstrap-italia .card.card-bg-500 .card-body .card-title,
.bootstrap-italia .card.card-bg-500 .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .card.card-bg-600 {
  background-color: hsl(225, 0.5025125628%, 39.8%);
}
.bootstrap-italia .card.card-bg-600 .card-body .card-title,
.bootstrap-italia .card.card-bg-600 .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .card.card-bg-700 {
  background-color: hsl(225, 0.5025125628%, 29.85%);
}
.bootstrap-italia .card.card-bg-700 .card-body .card-title,
.bootstrap-italia .card.card-bg-700 .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .card.card-bg-800 {
  background-color: hsl(225, 0.5025125628%, 19.9%);
}
.bootstrap-italia .card.card-bg-800 .card-body .card-title,
.bootstrap-italia .card.card-bg-800 .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .card.card-bg-900 {
  background-color: hsl(225, 0.5025125628%, 9.95%);
}
.bootstrap-italia .card.card-bg-900 .card-body .card-title,
.bootstrap-italia .card.card-bg-900 .card-body .card-text {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .card .card-body {
  padding: 24px;
}
.bootstrap-italia .card .card-body h4.card-title + .card-text {
  padding-top: 16px;
}
.bootstrap-italia .card .card-body h5.card-title {
  font-size: 1.125rem;
  line-height: 1.4444444444rem;
  font-weight: 700;
  color: hsl(210, 53.8461538462%, 19.5%);
  margin-bottom: 16px;
  transition: all 0.3s;
}
.bootstrap-italia .card .card-body h5.card-title.big-heading {
  font-size: 1.5555555556rem;
  line-height: 1.7777777778rem;
}
.bootstrap-italia .card .card-body h5.card-title.card-title-icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.bootstrap-italia .card .card-body h5.card-title.card-title-icon .icon {
  margin-right: 0.5em;
}
.bootstrap-italia .card .card-body h6.card-subtitle {
  font-weight: normal;
  margin-bottom: 16px;
  margin-top: -16px;
}
.bootstrap-italia .card .card-body a h5.card-title {
  color: #8e001c;
}
.bootstrap-italia .card .card-body .card-text {
  font-family: Lora, Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.2rem;
  color: hsl(210, 25%, 35.2%);
}
.bootstrap-italia .card .card-body .card-signature {
  font-style: italic;
  font-family: Lora, Georgia, serif;
  color: hsl(210, 25%, 35.2%);
  font-weight: 700;
  font-size: 0.8888888889rem;
  margin-bottom: 24px;
  display: block;
}
.bootstrap-italia .card .card-body .category-top {
  font-size: 0.7777777778rem;
  text-transform: uppercase;
  color: hsl(210, 25%, 35.2%);
  margin-bottom: 16px;
}
.bootstrap-italia .card .card-body .category-top a.category {
  color: hsl(210, 25%, 35.2%);
}
.bootstrap-italia .card .card-body .category-top a.category:hover {
  text-decoration: underline;
}
.bootstrap-italia .card .card-body .category-top .category {
  font-weight: bold;
  letter-spacing: 0.9px;
}
.bootstrap-italia .card .card-body .category-top .data:before {
  content: "—";
  display: inline-block;
  margin: 0 8px;
}
.bootstrap-italia .card:after {
  content: "";
  display: block;
  margin-top: 48px;
  margin-left: 24px;
}
.bootstrap-italia .card.no-after {
  content: none;
}
.bootstrap-italia .card a.read-more {
  position: absolute;
  bottom: 24px;
}
.bootstrap-italia .card .categoryicon-top {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.bootstrap-italia .card .categoryicon-top .text {
  font-size: 0.7777777778rem;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: hsl(210, 25%, 35.2%);
  line-height: 1rem;
}
.bootstrap-italia .card .categoryicon-top .icon {
  width: 40px;
  height: 40px;
  fill: #8e001c;
  margin-right: 8px;
  flex-shrink: 0;
}
.bootstrap-italia .card .simple-link {
  font-weight: 600;
  font-size: 0.8888888889rem;
  margin-top: 32px;
  display: block;
}
.bootstrap-italia .card.card-bg {
  margin-left: 8px;
  margin-right: 8px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  background: hsl(0, 0%, 100%);
  border-right: none;
}
.bootstrap-italia .card.card-bg:after {
  background: transparent;
}
.bootstrap-italia .card.card-img {
  border-right: none;
}
.bootstrap-italia .card.card-img h5.card-title {
  font-size: 1.1111111111rem;
  line-height: 1.5555555556rem;
}
.bootstrap-italia .card.card-img .img-responsive-wrapper .img-responsive {
  padding-bottom: 61.29%; /* image proportion 310 x 190 */
}
.bootstrap-italia .card.card-img .img-responsive-wrapper .img-responsive.img-responsive-panoramic {
  padding-bottom: 30.645%; /* image proportion 310 x 95 */
}
.bootstrap-italia .card.card-img.rounded .img-responsive-wrapper {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.bootstrap-italia .card .card-calendar {
  height: 80%;
  max-height: 80px;
  width: 80px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 32px;
  top: 10%;
  color: #455a64;
  text-align: center;
  font-size: 0.889em;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
}
.bootstrap-italia .card .card-calendar .card-date {
  font-size: 1.667em;
  font-weight: 700;
  display: block;
}
.bootstrap-italia .card.no-after {
  position: relative;
}
.bootstrap-italia .card.no-after:after {
  display: none;
}
.bootstrap-italia .card.no-after > .read-more {
  padding-top: 16px;
}
.bootstrap-italia .card.no-after > .read-more::before {
  content: "";
  height: 24px;
  display: block;
}
.bootstrap-italia .card.special-card .img-responsive-wrapper {
  overflow: visible;
  position: relative;
  width: 174px;
  margin-bottom: 24px;
}
.bootstrap-italia .card.special-card .img-responsive-wrapper::before, .bootstrap-italia .card.special-card .img-responsive-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.bootstrap-italia .card.special-card .img-responsive-wrapper:before {
  background: hsl(210, 75.975975976%, 66.7%);
  left: 24px;
  top: 24px;
  opacity: 0.3;
  transition: all 0.3s;
}
.bootstrap-italia .card.special-card .img-responsive-wrapper:after {
  background: hsl(210, 75.975975976%, 66.7%);
  left: 12px;
  top: 12px;
  transition: all 0.3s;
}
.bootstrap-italia .card.special-card .img-responsive-wrapper .img-responsive {
  padding-bottom: 122.98%; /* image proportion 214 x 174 */
  z-index: 1;
}
.bootstrap-italia .card.special-card .head-tags {
  margin-bottom: 24px;
}
.bootstrap-italia .card.special-card .head-tags span.data {
  font-weight: normal;
}
.bootstrap-italia .card.special-card:hover {
  text-decoration: none;
}
.bootstrap-italia .card.special-card:hover h5 {
  text-decoration: underline;
  color: #30373d;
}
.bootstrap-italia .card.special-card:hover .img-responsive-wrapper:before {
  background: #30373d;
  opacity: 0.3;
}
.bootstrap-italia .card.special-card:hover .img-responsive-wrapper:after {
  background: #30373d;
}
.bootstrap-italia .card.card-big .card-body {
  padding: 48px;
}
.bootstrap-italia .card.card-big .card-body .top-icon {
  margin-bottom: 24px;
}
.bootstrap-italia .card.card-big .card-body .top-icon .icon {
  width: 80px;
  height: 80px;
  fill: #30373d;
}
.bootstrap-italia .card.card-big .card-body h5.card-title {
  font-size: 1.3333333333rem;
  line-height: 1.5555555556rem;
}
.bootstrap-italia .card.card-big .card-body .card-text {
  font-size: 0.8888888889rem;
  line-height: 1.3333333333rem;
}
.bootstrap-italia .card.card-big .flag-icon {
  margin-left: 48px;
}
.bootstrap-italia .card.card-big .etichetta {
  position: absolute;
  right: 48px;
  top: 32px;
  justify-content: flex-end;
}
.bootstrap-italia .card.border-bottom-card::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  bottom: 0;
  background: #30373d;
}
.bootstrap-italia .card .head-tags {
  justify-content: space-between;
  display: flex;
  margin-bottom: 48px;
}
.bootstrap-italia .card .head-tags .data {
  font-size: 0.7777777778rem;
  text-transform: uppercase;
  color: hsl(210, 25%, 35.2%);
}
.bootstrap-italia .card .card-tag {
  color: #30373d;
  font-size: 0.7777777778rem;
  font-weight: bold;
  letter-spacing: 0.9px;
  padding: 0 32px;
  border-radius: 50px;
  border: 1px solid #30373d;
}
.bootstrap-italia .card .it-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
}
.bootstrap-italia .card .it-card-footer .card-signature {
  font-style: italic;
  font-family: Lora, Georgia, serif;
  color: hsl(210, 25%, 35.2%);
  font-weight: 700;
  font-size: 0.8888888889rem;
  display: block;
  margin-bottom: 0;
}
.bootstrap-italia .card.card-teaser {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 24px;
}
.bootstrap-italia .card.card-teaser:after {
  content: none;
}
.bootstrap-italia .card.card-teaser.card-column {
  flex-direction: column;
}
.bootstrap-italia .card.card-teaser .card-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1em;
  width: 100%;
}
.bootstrap-italia .card.card-teaser .card-header .icon {
  margin-right: 0.5rem;
}
.bootstrap-italia .card.card-teaser .card-header h1 {
  line-height: 1.5;
  margin-bottom: 0;
}
.bootstrap-italia .card.card-teaser .card-header h2 {
  line-height: 1.5;
  margin-bottom: 0;
}
.bootstrap-italia .card.card-teaser .card-header h3 {
  line-height: 1.5;
  margin-bottom: 0;
}
.bootstrap-italia .card.card-teaser .card-header h4 {
  line-height: 1.5;
  margin-bottom: 0;
}
.bootstrap-italia .card.card-teaser .card-header h5 {
  line-height: 1.5;
  margin-bottom: 0;
}
.bootstrap-italia .card.card-teaser .card-header h6 {
  line-height: 1.5;
  margin-bottom: 0;
}
.bootstrap-italia .card.card-teaser .card-body {
  padding: 0;
  flex: auto;
}
.bootstrap-italia .card.card-teaser .card-body .card-title {
  margin: 0;
}
.bootstrap-italia .card.card-teaser .card-body .card-text,
.bootstrap-italia .card.card-teaser .card-body .card-text > p {
  font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
  font-size: 0.8888888889rem;
  margin: 0;
}
.bootstrap-italia .card.card-teaser .card-body .card-text + .card-text,
.bootstrap-italia .card.card-teaser .card-body .card-text > p + .card-text {
  margin-top: 16px;
}
.bootstrap-italia .card.card-teaser .icon {
  min-width: 32px;
}
.bootstrap-italia .card.card-teaser .icon + .card-body {
  margin-left: 1em;
}
.bootstrap-italia .card.card-teaser .avatar.size-xs {
  min-width: 16px;
}
.bootstrap-italia .card.card-teaser .avatar.size-sm {
  min-width: 24px;
}
.bootstrap-italia .card.card-teaser .avatar.size-md {
  min-width: 32px;
}
.bootstrap-italia .card.card-teaser .avatar.size-lg {
  min-width: 40px;
}
.bootstrap-italia .card.card-teaser .avatar.size-xl {
  min-width: 80px;
}
.bootstrap-italia .card.card-teaser .avatar + .card-body {
  flex: 1;
}
.bootstrap-italia .card.card-teaser-primary {
  border-left: 8px solid hsl(210, 100%, 40%);
}
.bootstrap-italia .card.card-teaser-secondary {
  border-left: 8px solid hsl(210, 16.9590643275%, 43.605%);
}
.bootstrap-italia .card.card-teaser-success {
  border-left: 8px solid hsl(159, 100%, 26.5%);
}
.bootstrap-italia .card.card-teaser-info {
  border-left: 8px solid hsl(225, 0.7444168734%, 59.7%);
}
.bootstrap-italia .card.card-teaser-warning {
  border-left: 8px solid hsl(36, 100%, 32.5%);
}
.bootstrap-italia .card.card-teaser-danger {
  border-left: 8px solid hsl(351, 68%, 53.125%);
}
.bootstrap-italia .card.card-teaser-light {
  border-left: 8px solid hsl(255, 32.2033898305%, 92.625%);
}
.bootstrap-italia .card.card-teaser-dark {
  border-left: 8px solid hsl(210, 53.8461538462%, 19.5%);
}
.bootstrap-italia .card.card-teaser-black {
  border-left: 8px solid hsl(0, 0%, 0%);
}
.bootstrap-italia .card.card-teaser-white {
  border-left: 8px solid hsl(0, 0%, 100%);
}
.bootstrap-italia .card.card-teaser-100 {
  border-left: 8px solid hsl(225, 4.3062200957%, 89.55%);
}
.bootstrap-italia .card.card-teaser-200 {
  border-left: 8px solid hsl(225, 1.9607843137%, 79.6%);
}
.bootstrap-italia .card.card-teaser-300 {
  border-left: 8px solid hsl(225, 1.1532125206%, 69.65%);
}
.bootstrap-italia .card.card-teaser-400 {
  border-left: 8px solid hsl(225, 0.7444168734%, 59.7%);
}
.bootstrap-italia .card.card-teaser-500 {
  border-left: 8px solid hsl(225, 0.5025125628%, 49.75%);
}
.bootstrap-italia .card.card-teaser-600 {
  border-left: 8px solid hsl(225, 0.5025125628%, 39.8%);
}
.bootstrap-italia .card.card-teaser-700 {
  border-left: 8px solid hsl(225, 0.5025125628%, 29.85%);
}
.bootstrap-italia .card.card-teaser-800 {
  border-left: 8px solid hsl(225, 0.5025125628%, 19.9%);
}
.bootstrap-italia .card.card-teaser-900 {
  border-left: 8px solid hsl(225, 0.5025125628%, 9.95%);
}
.bootstrap-italia .flag-icon {
  width: 32px;
  height: 48px;
  box-sizing: content-box;
  position: relative;
  background: hsl(210, 100%, 40%);
  color: hsl(0, 0%, 100%);
  text-align: center;
  text-transform: uppercase;
}
.bootstrap-italia .flag-icon:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 13px solid hsl(0, 0%, 100%);
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}
.bootstrap-italia a.read-more {
  display: flex;
  align-items: center;
  color: #8e001c;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.9px;
  font-size: 0.7777777778rem;
}
.bootstrap-italia a.read-more .icon {
  margin-left: 8px;
  fill: #8e001c;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.bootstrap-italia .etichetta {
  display: flex;
  align-items: center;
  font-size: 0.7777777778rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.9px;
  color: hsl(210, 25%, 35.2%);
}
.bootstrap-italia .etichetta .icon {
  fill: hsl(210, 25%, 35.2%);
  width: 24px;
  height: 24px;
  margin-right: 8px;
  flex-shrink: 0;
}
.bootstrap-italia .row [class*=col-] > .card-wrapper {
  height: 100%;
}
.bootstrap-italia .row [class*=col-] > .card-wrapper > .card {
  height: 100%;
}
@media (min-width: 992px) {
  .bootstrap-italia .card-wrapper {
    padding-bottom: 0;
  }
  .bootstrap-italia .card-wrapper.card-space {
    padding-bottom: 12px;
  }
  .bootstrap-italia .card-wrapper.card-offset {
    margin-top: 90px;
  }
  .bootstrap-italia .card {
    border: none;
    margin-right: -6px;
  }
  .bootstrap-italia .card.card-bg, .bootstrap-italia .card.card-img {
    margin: 0;
  }
  .bootstrap-italia .card .card-body .card-text {
    font-size: 0.7777777778rem;
  }
  .bootstrap-italia .card .card-body h5.card-title {
    font-size: 1rem;
  }
}
.bootstrap-italia .img-responsive-wrapper {
  overflow: hidden;
}
.bootstrap-italia .img-responsive-wrapper .img-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.bootstrap-italia .img-responsive-wrapper .img-responsive .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bootstrap-italia .img-responsive-wrapper .img-responsive .img-wrapper.custom-object-fit {
  background-size: cover;
  background-position: center;
  background-color: hsl(210, 6.2290689886%, 92.535%);
}
.bootstrap-italia .img-responsive-wrapper .img-responsive .img-wrapper.custom-object-fit img {
  visibility: hidden;
}
.bootstrap-italia .img-responsive-wrapper .img-responsive .img-wrapper img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.bootstrap-italia .overlay-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.bootstrap-italia .overlay-wrapper.overlay-hover .overlay-panel {
  opacity: 0;
  transition: opacity 0.1s;
}
.bootstrap-italia .overlay-wrapper.overlay-hover:hover .overlay-panel {
  opacity: 1;
  transition: opacity 0.2s;
}
.bootstrap-italia .overlay-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 16px 24px;
  background-color: rgba(112, 111, 111, 0.85);
  color: hsl(0, 0%, 100%);
  font-weight: 600;
  font-size: 1rem;
  max-height: 56px;
}
.bootstrap-italia .overlay-panel span {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.bootstrap-italia .overlay-panel.overlay-panel-fullheight, .bootstrap-italia .overlay-panel.overlay-icon {
  top: 0;
  height: 100%;
  max-height: 100%;
  display: flex;
}
.bootstrap-italia .overlay-panel.overlay-panel-fullheight {
  align-items: flex-end;
}
.bootstrap-italia .overlay-panel.overlay-icon {
  justify-content: center;
  align-items: center;
}
.bootstrap-italia .overlay-panel.overlay-icon .icon {
  fill: hsl(0, 0%, 100%);
}
.bootstrap-italia .overlay-panel.overlay-black {
  background-color: rgba(0, 0, 0, 0.54);
}
@media (min-width: 576px) {
  .bootstrap-italia .overlay-panel {
    font-size: 0.889rem;
  }
}
.bootstrap-italia .progress-donut-wrapper {
  width: 128px;
  height: 128px;
  position: relative;
}
.bootstrap-italia .progress-donut-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.85);
  background: #d4e9ff;
  border-radius: 50%;
}
.bootstrap-italia .progress-donut {
  transform: scale(0.355);
  position: absolute;
  top: -162px;
  left: -162px;
}
.bootstrap-italia .progress-donut .clProg {
  font-weight: 700;
}
@media (min-width: 768px) {
  .bootstrap-italia .progress-donut-wrapper {
    width: 180px;
    height: 180px;
  }
  .bootstrap-italia .progress-donut {
    transform: scale(0.5);
    top: -136px;
    left: -136px;
  }
}
@keyframes progressBarIndeterminate {
  0% {
    left: -5%;
  }
  50% {
    width: 66%;
  }
  100% {
    left: 100%;
    width: 33%;
  }
}
.bootstrap-italia .progress {
  height: 4px;
  box-shadow: none;
  background-color: #d4e9ff;
}
.bootstrap-italia .progress.progress-color {
  background-color: hsl(210, 32.2033898305%, 92.625%);
}
.bootstrap-italia .progress.progress-indeterminate {
  position: relative;
}
.bootstrap-italia .progress.progress-indeterminate .progress-bar {
  width: 0;
  animation: progressBarIndeterminate 1.4s cubic-bezier(0.77, 0, 0.175, 1) infinite forwards;
  position: absolute;
  top: 0;
  bottom: 0;
}
.bootstrap-italia .progress-bar {
  background-color: #706f6f;
}
.bootstrap-italia .progress-bar-label {
  text-align: right;
  font-size: 0.75rem;
  color: hsl(210, 53.8461538462%, 19.5%);
  font-weight: 500;
}
.bootstrap-italia .btn-progress .progress {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  border-radius: 0 0 4px 4px;
}
.bootstrap-italia .btn-progress .progress-bar {
  height: 4px;
}
@media (min-width: 576px) {
  .bootstrap-italia .progress-bar-label {
    font-size: 0.667rem;
  }
}
@keyframes spinnerAnim {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinnerAnimInner1 {
  0% {
    transform: rotate(60deg);
  }
  100% {
    transform: rotate(205deg);
  }
}
@keyframes spinnerAnimInner2 {
  0% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(-105deg);
  }
}
.bootstrap-italia .progress-spinner {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 4px solid #d4e9ff;
}
.bootstrap-italia .progress-spinner.progress-spinner-active {
  animation: spinnerAnim 0.75s linear infinite;
}
.bootstrap-italia .progress-spinner.progress-spinner-active:not(.progress-spinner-double) {
  border-color: #706f6f;
  border-bottom-color: #d4e9ff;
}
.bootstrap-italia .progress-spinner.size-sm {
  width: 32px;
  height: 32px;
}
.bootstrap-italia .progress-spinner.progress-spinner-double {
  display: inline-block;
}
.bootstrap-italia .progress-spinner.progress-spinner-double.size-sm {
  width: 32px;
  height: 32px;
}
.bootstrap-italia .progress-spinner.progress-spinner-double.size-sm .progress-spinner-inner {
  width: 32px;
  height: 16px;
}
.bootstrap-italia .progress-spinner.progress-spinner-double.progress-spinner-active .progress-spinner-inner {
  opacity: 1;
}
.bootstrap-italia .progress-spinner.progress-spinner-double .progress-spinner-inner {
  width: 48px;
  height: 24px;
  overflow: hidden;
  margin-left: -4px;
  opacity: 0;
  transition: opacity 0.3s;
}
.bootstrap-italia .progress-spinner.progress-spinner-double .progress-spinner-inner:nth-child(1) {
  margin-top: -4px;
}
.bootstrap-italia .progress-spinner.progress-spinner-double .progress-spinner-inner:nth-child(2) {
  transform: rotate(180deg);
}
.bootstrap-italia .progress-spinner.progress-spinner-double .progress-spinner-inner:nth-child(2):after {
  animation-name: spinnerAnimInner2;
}
.bootstrap-italia .progress-spinner.progress-spinner-double .progress-spinner-inner:after {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  border-radius: 50%;
  border: 4px solid #706f6f;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  width: 100%;
  height: 200%;
  animation: spinnerAnimInner1 0.75s cubic-bezier(0.25, 0.1, 0.5, 1) infinite alternate;
}
.bootstrap-italia .it-grid-item-wrapper {
  position: relative;
}
.bootstrap-italia .it-grid-item-wrapper .img-responsive-wrapper {
  border-radius: 4px;
}
.bootstrap-italia .it-grid-item-wrapper .img-responsive-wrapper .img-responsive {
  padding-bottom: 66.8122270742%;
}
.bootstrap-italia .it-grid-item-wrapper .it-griditem-text-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 16px 8px;
  align-items: center;
}
.bootstrap-italia .it-grid-item-wrapper .it-griditem-text-wrapper .it-griditem-text {
  font-size: 0.8rem;
  color: hsl(210, 25%, 35.2%);
  font-weight: 600;
}
.bootstrap-italia .it-grid-item-wrapper .it-griditem-text-wrapper .icon {
  flex-shrink: 0;
  position: relative;
  right: -8px;
  fill: #30373d;
  width: 24px;
  height: 24px;
}
.bootstrap-italia .it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(23, 50, 77, 0.85);
  padding: 8px 16px;
}
.bootstrap-italia .it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper .it-griditem-text {
  color: #fff;
}
.bootstrap-italia .it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper .icon {
  fill: #fff;
}
.bootstrap-italia .it-grid-item-wrapper a:hover .it-griditem-text {
  text-decoration: underline;
}
.bootstrap-italia .it-grid-item-wrapper.it-grid-item-double-w .img-responsive-wrapper .img-responsive {
  padding-bottom: calc(
          33.4061135371% - 2px
        );
}
.bootstrap-italia .it-grid-item-wrapper.it-grid-item-overlay {
  position: relative;
}
.bootstrap-italia .it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: hsl(0, 0%, 100%);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  background-color: transparent;
}
.bootstrap-italia .it-grid-list-wrapper {
  padding-left: 4px;
  padding-right: 4px;
}
.bootstrap-italia .it-grid-list-wrapper div[class^=col-] {
  padding: 0 2px 4px 2px;
}
.bootstrap-italia .it-grid-list-wrapper .grid-row {
  display: flex;
  margin-left: -2px;
  margin-right: -2px;
  flex-wrap: wrap;
}
.bootstrap-italia .it-grid-list-wrapper.it-image-label-grid {
  padding-left: 16px;
  padding-right: 16px;
}
.bootstrap-italia .it-grid-list-wrapper.it-image-label-grid div[class^=col-] {
  padding: 0 8px 16px 8px;
}
.bootstrap-italia .it-grid-list-wrapper.it-image-label-grid .grid-row {
  margin-left: -20px;
  margin-right: -20px;
}
.bootstrap-italia .it-grid-list-wrapper.it-masonry .card-columns {
  margin-left: -20px;
  margin-right: -20px;
  column-gap: 0;
}
.bootstrap-italia .it-grid-list-wrapper.it-masonry .card-columns .it-grid-item-wrapper {
  break-inside: avoid-column;
}
.bootstrap-italia .it-grid-list-wrapper.it-masonry .card-columns .it-grid-item-wrapper .img-responsive {
  padding-bottom: initial;
  height: auto;
}
.bootstrap-italia .it-grid-list-wrapper.it-masonry .card-columns .it-grid-item-wrapper .img-responsive .img-wrapper {
  position: inherit;
  left: initial;
  right: initial;
  width: initial;
  height: initial;
}
.bootstrap-italia .it-grid-list-wrapper.it-masonry .card-columns .it-grid-item-wrapper .img-responsive .img-wrapper img {
  height: auto;
  object-fit: initial;
}
@media (min-width: 992px) {
  .bootstrap-italia .it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper {
    padding: 16px 24px;
  }
  .bootstrap-italia .it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper .it-griditem-text {
    font-size: 1rem;
  }
  .bootstrap-italia .it-grid-item-wrapper .it-griditem-text-wrapper .it-griditem-text {
    font-size: 1rem;
  }
  .bootstrap-italia .it-grid-item-wrapper .it-griditem-text-wrapper .icon {
    width: 32px;
    height: 32px;
  }
}
.bootstrap-italia .popover {
  border: none;
  border-radius: 4px;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1);
}
.bootstrap-italia .popover.bs-popover-top {
  margin-bottom: 16px;
}
.bootstrap-italia .popover.bs-popover-top .arrow:after {
  bottom: 2px;
}
.bootstrap-italia .popover.bs-popover-bottom {
  margin-top: 16px;
}
.bootstrap-italia .popover.bs-popover-bottom .arrow:after {
  top: 2px;
}
.bootstrap-italia .popover.bs-popover-left {
  margin-right: 16px;
}
.bootstrap-italia .popover.bs-popover-left .arrow:after {
  right: 2px;
}
.bootstrap-italia .popover.bs-popover-right {
  margin-left: 16px;
}
.bootstrap-italia .popover.bs-popover-right .arrow:after {
  left: 2px;
}
.bootstrap-italia .popover .arrow:before {
  display: none;
}
.bootstrap-italia .popover .popover-header {
  background: none;
  border: none;
  text-transform: uppercase;
  color: hsl(210, 53.8461538462%, 19.5%);
  font-size: 0.938rem;
  padding: 16px 24px 0;
  letter-spacing: 0.05em;
}
.bootstrap-italia .popover .popover-header .icon {
  fill: #706f6f;
  margin-right: 8px;
  height: 24px;
  width: 24px;
}
.bootstrap-italia .popover .popover-body {
  font-size: 0.875rem;
  line-height: 1.5em;
  color: hsl(205, 21.2121212121%, 44.55%);
  padding: 16px 24px;
}
.bootstrap-italia .popover .popover-body a.popover-inner-link {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 16px;
  font-size: 0.857em;
  text-align: right;
  font-weight: 600;
}
.bootstrap-italia .popover .popover-body a.popover-inner-link:hover {
  color: #706f6f;
}
.bootstrap-italia .popover .popover-body a.popover-inner-link .icon {
  fill: #706f6f;
  height: 16px;
  width: 16px;
  margin-left: 4px;
  margin-bottom: 4px;
}
@media (min-width: 576px) {
  .bootstrap-italia .popover .popover-header {
    font-size: 0.833rem;
  }
  .bootstrap-italia .popover .popover-body {
    font-size: 0.778rem;
  }
}
.bootstrap-italia .tooltip {
  border-radius: 4px;
  font-size: 0.75rem;
}
.bootstrap-italia .tooltip .arrow {
  display: none;
}
.bootstrap-italia .tooltip .tooltip-inner {
  padding: 7px 16px;
  background-color: hsl(210, 24.1464928616%, 35.68365%);
}
.bootstrap-italia .tooltip .tooltip-inner a {
  color: hsl(0, 0%, 100%);
  text-decoration: underline;
}
.bootstrap-italia .tooltip.bs-tooltip-top, .bootstrap-italia .tooltip.bs-tooltip-bottom {
  padding: 8px 0;
}
.bootstrap-italia .tooltip.bs-tooltip-left, .bootstrap-italia .tooltip.bs-tooltip-right {
  padding: 0 8px;
}
@media (min-width: 576px) {
  .bootstrap-italia .tooltip {
    font-size: 0.667rem;
  }
}
@media (min-width: 768px) {
  .bootstrap-italia .tooltip {
    font-size: 0.556rem;
  }
  .bootstrap-italia .tooltip .tooltip-inner {
    padding: 4.5px 8px;
  }
}
.bootstrap-italia .it-list-wrapper .it-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bootstrap-italia .it-list-wrapper .it-list a {
  display: block;
  transition: all 0.3s;
  margin-top: -1px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.bootstrap-italia .it-list-wrapper .it-list a .avatar,
.bootstrap-italia .it-list-wrapper .it-list a .it-rounded-icon,
.bootstrap-italia .it-list-wrapper .it-list a .it-thumb {
  flex-shrink: 0;
  margin-left: 24px;
}
.bootstrap-italia .it-list-wrapper .it-list a .it-rounded-icon {
  width: 40px;
}
.bootstrap-italia .it-list-wrapper .it-list a .it-rounded-icon svg {
  fill: hsl(210, 73.9130434783%, 48.3%);
}
.bootstrap-italia .it-list-wrapper .it-list a .form-check {
  margin: 0;
  width: 40px;
  height: 32px;
  text-align: center;
}
.bootstrap-italia .it-list-wrapper .it-list a .form-check label {
  padding-left: 0;
  margin-bottom: 0;
}
.bootstrap-italia .it-list-wrapper .it-list a .it-thumb {
  width: 40px;
  height: 40px;
}
.bootstrap-italia .it-list-wrapper .it-list a .it-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bootstrap-italia .it-list-wrapper .it-list a .it-right-zone {
  padding: 16px 0 16px 0;
  border-bottom: 1px solid hsl(210, 3.6255162919%, 78.21%);
  margin-left: 24px;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bootstrap-italia .it-list-wrapper .it-list a .it-right-zone svg {
  fill: hsl(210, 73.9130434783%, 48.3%);
  margin-right: 24px;
  width: 24px;
  height: 24px;
}
.bootstrap-italia .it-list-wrapper .it-list a .it-right-zone span.it-multiple {
  margin-right: 24px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.bootstrap-italia .it-list-wrapper .it-list a .it-right-zone span.it-multiple span.metadata {
  margin-right: 0;
  width: 100%;
  text-align: right;
}
.bootstrap-italia .it-list-wrapper .it-list a .it-right-zone span.it-multiple svg {
  margin-left: 8px;
  margin-right: 0;
}
.bootstrap-italia .it-list-wrapper .it-list a .it-right-zone .toggles {
  height: 32px;
  margin-right: 24px;
}
.bootstrap-italia .it-list-wrapper .it-list a .it-right-zone span.metadata {
  color: hsl(210, 17.6470588235%, 43.35%);
  margin-right: 24px;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.bootstrap-italia .it-list-wrapper .it-list a span.text {
  font-size: 1rem;
  font-weight: 600;
  display: block;
}
.bootstrap-italia .it-list-wrapper .it-list a span.text em {
  display: block;
  font-size: 14px;
  color: hsl(210, 25%, 35.2%);
  font-style: normal;
  font-weight: normal;
}
.bootstrap-italia .it-list-wrapper .it-list a.active {
  color: hsl(210, 53.8461538462%, 19.5%);
}
.bootstrap-italia .it-list-wrapper .it-list li:last-child a span.text {
  border-bottom: 1px solid transparent;
}
@media (min-width: 1200px) {
  .bootstrap-italia .it-list-wrapper .it-list a:hover {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    color: hsl(210, 73.9130434783%, 48.3%);
    text-decoration: none;
    background: #fff;
    position: relative;
    z-index: 1;
    transition: none;
  }
  .bootstrap-italia .it-list-wrapper .it-list a:hover .it-right-zone {
    border-bottom: 1px solid transparent;
  }
  .bootstrap-italia .it-list-wrapper .it-list a:hover span.text {
    text-decoration: underline;
  }
}
.bootstrap-italia .chip {
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  background: #fcfdff;
  border: 1px solid hsl(224, 43.1818181818%, 91.2%);
  border-radius: 12px;
  height: 24px;
  min-width: 100px;
  padding: 0 16px 2px 8px;
  transition: all 0.05s;
  margin-right: 4px;
}
.bootstrap-italia .chip .chip-label {
  font-size: 0.875rem;
  height: 16px;
  font-weight: 600;
  color: hsl(210, 16.9590643275%, 43.605%);
  margin-bottom: 0;
  transform: translateY(-2px);
  transition: color 0.05s;
  text-decoration: none;
}
.bootstrap-italia .chip .chip-label:hover {
  text-decoration: none;
}
.bootstrap-italia .chip button {
  padding: 0;
  background: transparent;
  border: none;
  margin-left: auto;
  width: 8px;
  height: 8px;
  position: relative;
}
.bootstrap-italia .chip button:hover:not([disabled]) {
  cursor: pointer;
}
.bootstrap-italia .chip button:hover[disabled] {
  cursor: not-allowed;
}
.bootstrap-italia .chip button .icon {
  width: 22px;
  height: 22px;
  fill: hsl(210, 16.9590643275%, 43.605%);
  position: absolute;
  top: -6px;
  left: 0;
  transition: fill 0.05s;
}
.bootstrap-italia .chip > .icon {
  fill: #706f6f;
  transform: translateX(-5px) translateY(1px);
  transition: fill 0.05s;
}
.bootstrap-italia .chip .avatar {
  transform: translateX(-5px) translateY(1px);
}
.bootstrap-italia .chip.chip-lg {
  height: 32px;
  min-width: 120px;
  border-radius: 16px;
  padding: 2px 24px 0 16px;
  margin: 4px 8px 4px auto;
}
.bootstrap-italia .chip.chip-lg .chip-label {
  font-size: 1rem;
  height: 12px;
  transform: translateY(-8px);
}
.bootstrap-italia .chip.chip-lg button .icon {
  width: 28px;
  height: 28px;
  top: -12px;
  left: 0;
}
.bootstrap-italia .chip.chip-lg > .icon {
  height: 24px;
  width: 24px;
  margin-right: -8px;
  fill: #706f6f;
  transform: translateX(-13px) translateY(-1px);
}
.bootstrap-italia .chip.chip-lg .avatar {
  width: 24px;
  height: 24px;
  margin-right: -4px;
  transform: translateX(-12px) translateY(-1px);
}
.bootstrap-italia .chip.chip-lg.chip-simple {
  padding-right: 16px;
}
.bootstrap-italia .chip.chip-simple {
  padding-right: 8px;
  margin: 4px auto;
}
.bootstrap-italia .chip:hover:not(.chip-disabled) {
  background: #8b98a6;
  border-color: #8b98a6;
  transition: background-color 0.1s;
}
.bootstrap-italia .chip:hover:not(.chip-disabled) .chip-label {
  color: hsl(0, 0%, 100%);
  transition: color 0.1s;
}
.bootstrap-italia .chip:hover:not(.chip-disabled) button .icon {
  fill: hsl(0, 0%, 100%);
  transition: fill 0.1s;
}
.bootstrap-italia .chip:hover:not(.chip-disabled) > .icon {
  fill: hsl(0, 0%, 100%);
  transition: fill 0.1s;
}
.bootstrap-italia .chip.chip-disabled {
  background: hsl(0, 0%, 100%);
}
.bootstrap-italia .chip.chip-disabled:hover {
  cursor: not-allowed;
}
.bootstrap-italia .chip.chip-disabled .chip-label {
  color: hsl(210, 17.6470588235%, 43.35%);
}
.bootstrap-italia .chip.chip-disabled button .icon {
  fill: hsl(210, 6.2290689886%, 92.535%);
}
.bootstrap-italia .chip.chip-disabled > .icon {
  fill: hsl(210, 6.2290689886%, 92.535%);
}
.bootstrap-italia .chip.chip-disabled .avatar img {
  filter: grayscale(100%);
}
.bootstrap-italia .chip.chip-primary {
  background-color: transparent;
  border-color: #706f6f;
  color: #706f6f;
}
.bootstrap-italia .chip.chip-primary > .chip-label {
  color: #706f6f;
}
.bootstrap-italia .chip.chip-primary:hover {
  background-color: #706f6f;
  border-color: #706f6f;
}
.bootstrap-italia .chip.chip-primary:hover > .chip-label {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .chip.chip-secondary {
  background-color: transparent;
  border-color: hsl(210, 16.9590643275%, 43.605%);
  color: #706f6f;
}
.bootstrap-italia .chip.chip-secondary > .chip-label {
  color: hsl(210, 16.9590643275%, 43.605%);
}
.bootstrap-italia .chip.chip-secondary:hover {
  background-color: hsl(210, 16.9590643275%, 43.605%);
  border-color: hsl(210, 16.9590643275%, 43.605%);
}
.bootstrap-italia .chip.chip-secondary:hover > .chip-label {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .chip.chip-success {
  background-color: transparent;
  border-color: hsl(159, 100%, 26.5%);
  color: hsl(159, 100%, 26.5%);
}
.bootstrap-italia .chip.chip-success > .chip-label {
  color: hsl(159, 100%, 26.5%);
}
.bootstrap-italia .chip.chip-success:hover {
  background-color: hsl(159, 100%, 26.5%);
  border-color: hsl(159, 100%, 26.5%);
}
.bootstrap-italia .chip.chip-success:hover > .chip-label {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .chip.chip-danger {
  background-color: transparent;
  border-color: hsl(351, 68%, 53.125%);
  color: hsl(351, 68%, 53.125%);
}
.bootstrap-italia .chip.chip-danger > .chip-label {
  color: hsl(351, 68%, 53.125%);
}
.bootstrap-italia .chip.chip-danger:hover {
  background-color: hsl(351, 68%, 53.125%);
  border-color: hsl(351, 68%, 53.125%);
}
.bootstrap-italia .chip.chip-danger:hover > .chip-label {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .chip.chip-info {
  background-color: transparent;
  border-color: hsl(225, 0.7444168734%, 59.7%);
  color: hsl(225, 0.7444168734%, 59.7%);
}
.bootstrap-italia .chip.chip-info > .chip-label {
  color: hsl(225, 0.7444168734%, 59.7%);
}
.bootstrap-italia .chip.chip-info:hover {
  background-color: hsl(225, 0.7444168734%, 59.7%);
  border-color: hsl(225, 0.7444168734%, 59.7%);
}
.bootstrap-italia .chip.chip-info:hover > .chip-label {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .chip.chip-warning {
  background-color: transparent;
  border-color: hsl(36, 100%, 32.5%);
  color: hsl(36, 100%, 32.5%);
}
.bootstrap-italia .chip.chip-warning > .chip-label {
  color: hsl(36, 100%, 32.5%);
}
.bootstrap-italia .chip.chip-warning:hover {
  background-color: hsl(36, 100%, 32.5%);
  border-color: hsl(36, 100%, 32.5%);
}
.bootstrap-italia .chip.chip-warning:hover > .chip-label {
  color: hsl(0, 0%, 100%);
}
@media (min-width: 576px) {
  .bootstrap-italia .chip .chip-label {
    font-size: 0.778rem;
  }
  .bootstrap-italia .chip.chip-lg .chip-label {
    font-size: 0.889rem;
  }
}
.bootstrap-italia .rating {
  border: none;
  float: left;
}
.bootstrap-italia .rating > input {
  position: absolute;
  left: -9999px;
}
.bootstrap-italia .rating > label {
  float: right;
  margin: 0;
  padding-right: 2px;
}
.bootstrap-italia .rating > label:first-of-type {
  margin-right: 0;
}
.bootstrap-italia .rating > label svg {
  fill: #c3cfdb;
  position: relative;
  transform-origin: center center;
  transition: transform 0.1s;
}
.bootstrap-italia .rating > label:hover {
  cursor: pointer;
}
.bootstrap-italia .rating > label:hover svg {
  transform: scale(1.1);
}
.bootstrap-italia .rating > legend {
  display: inline-block;
  color: hsl(210, 53.8461538462%, 19.5%);
  font-size: 0.875rem;
  float: right;
  width: auto;
  margin: 4px 0 0 16px;
  font-weight: 500;
}
.bootstrap-italia .rating.rating-read-only > input, .bootstrap-italia .rating.rating-read-only > label {
  pointer-events: none;
}
.bootstrap-italia .rating > input:checked ~ label svg,
.bootstrap-italia .rating:not(:checked) > label:hover svg,
.bootstrap-italia .rating:not(:checked) > label:hover ~ label svg {
  fill: #706f6f;
}
.bootstrap-italia .rating > input:checked + label:hover + svg,
.bootstrap-italia .rating > input:checked ~ label:hover + svg,
.bootstrap-italia .rating > label:hover ~ input:checked ~ label + svg,
.bootstrap-italia .rating > input:checked ~ label:hover ~ label + svg {
  fill: #706f6f;
}
@media (min-width: 576px) {
  .bootstrap-italia .rating > legend {
    font-size: 0.778rem;
  }
}
.bootstrap-italia .dimmable {
  position: relative;
}
.bootstrap-italia .dimmer {
  display: none;
  background-color: #1f2933;
  opacity: 0.92;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 32px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.bootstrap-italia .dimmer.dimmer-primary {
  background-color: #706f6f;
  opacity: 0.95;
}
.bootstrap-italia .dimmer h1,
.bootstrap-italia .dimmer h2,
.bootstrap-italia .dimmer h3,
.bootstrap-italia .dimmer h4,
.bootstrap-italia .dimmer h5,
.bootstrap-italia .dimmer h6,
.bootstrap-italia .dimmer p {
  color: hsl(0, 0%, 100%);
  margin-bottom: 0;
}
.bootstrap-italia .dimmer h4 {
  text-align: center;
  font-size: 2.222rem;
}
.bootstrap-italia .dimmer p {
  text-align: justify;
  font-family: Lora, Georgia, serif;
  font-size: 1rem;
}
.bootstrap-italia .dimmer .dimmer-inner {
  width: 100%;
  max-width: 480px;
}
.bootstrap-italia .dimmer .dimmer-icon {
  text-align: center;
  margin-bottom: 24px;
}
.bootstrap-italia .dimmer .dimmer-icon .icon {
  fill: hsl(0, 0%, 100%);
}
.bootstrap-italia .dimmer .dimmer-buttons {
  background-color: transparent !important;
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bootstrap-italia .dimmer .dimmer-buttons button {
  width: 100%;
}
.bootstrap-italia .dimmer .dimmer-buttons button:last-child {
  margin-top: 16px;
}
.bootstrap-italia .dimmer .dimmer-buttons.single-button button {
  margin-top: 0;
}
@media (min-width: 768px) {
  .bootstrap-italia .dimmer {
    padding: 24px;
  }
  .bootstrap-italia .dimmer .dimmer-icon {
    margin-bottom: 48px;
  }
  .bootstrap-italia .dimmer .dimmer-buttons {
    flex-wrap: nowrap;
  }
  .bootstrap-italia .dimmer .dimmer-buttons button {
    width: 50%;
    margin-top: 0 !important;
  }
  .bootstrap-italia .dimmer .dimmer-buttons button:last-child {
    margin-left: 24px;
  }
  .bootstrap-italia .dimmer .dimmer-buttons.single-button button {
    width: auto;
    min-width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .bootstrap-italia .dimmer {
    align-items: center;
  }
}
.bootstrap-italia .it-timeline-wrapper .it-now-label {
  position: absolute;
  top: 50%;
  z-index: 10;
  font-size: 1rem;
  font-family: "Roboto Mono", monospace;
  color: #30373d;
  font-weight: 600;
}
.bootstrap-italia .it-timeline-wrapper .row {
  position: relative;
  padding-top: 48px;
}
.bootstrap-italia .it-timeline-wrapper .row:after {
  content: "";
  width: 4px;
  background: linear-gradient(0deg, hsl(210, 100%, 40%) 0%, #004080 100%);
  position: absolute;
  left: 40px;
  top: -16px;
  bottom: -16px;
}
.bootstrap-italia .it-timeline-wrapper .timeline-element {
  padding: 18px 0 18px 40px;
}
.bootstrap-italia .it-timeline-wrapper .it-pin-wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: -24px;
  z-index: 5;
  left: 18px;
}
.bootstrap-italia .it-timeline-wrapper .it-pin-wrapper .pin-icon {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  border: 8px solid hsl(0, 0%, 100%);
  margin-right: 16px;
  background: #fff;
}
.bootstrap-italia .it-timeline-wrapper .it-pin-wrapper svg {
  width: 24px;
  height: 24px;
  fill: #30373d;
}
.bootstrap-italia .it-timeline-wrapper .it-pin-wrapper .pin-text {
  color: hsl(210, 25%, 35.2%);
  font-weight: 600;
  text-transform: uppercase;
  background: hsl(210, 54.5454545455%, 91.2%);
  border-radius: 4px;
  font-family: "Roboto Mono", monospace;
}
.bootstrap-italia .it-timeline-wrapper .it-pin-wrapper .pin-text span {
  padding: 4px 16px;
  display: block;
  position: relative;
}
.bootstrap-italia .it-timeline-wrapper .it-pin-wrapper .pin-text span:after {
  content: "";
  width: 10px;
  height: 10px;
  background: hsl(210, 54.5454545455%, 91.2%);
  border-radius: 3px;
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.bootstrap-italia .it-timeline-wrapper .it-pin-wrapper.it-now .pin-icon {
  background: #30373d;
}
.bootstrap-italia .it-timeline-wrapper .it-pin-wrapper.it-now svg {
  fill: #fff;
}
.bootstrap-italia .it-timeline-wrapper .it-pin-wrapper.it-now .pin-text {
  color: #fff;
  background: #30373d;
}
.bootstrap-italia .it-timeline-wrapper .it-pin-wrapper.it-now .pin-text span:after {
  background: #30373d;
}
.bootstrap-italia .it-timeline-wrapper .it-pin-wrapper.it-evidence .pin-icon {
  background: hsl(210, 100%, 20%);
}
.bootstrap-italia .it-timeline-wrapper .it-pin-wrapper.it-evidence svg {
  fill: #fff;
}
.bootstrap-italia .it-timeline-wrapper .it-pin-wrapper.it-evidence .pin-text {
  color: #fff;
  background: hsl(210, 100%, 20%);
}
.bootstrap-italia .it-timeline-wrapper .it-pin-wrapper.it-evidence .pin-text span:after {
  background: hsl(210, 100%, 20%);
}
@media (min-width: 992px) {
  .bootstrap-italia .it-timeline-wrapper .row:after {
    content: "";
    left: calc(50% - 4px);
  }
  .bootstrap-italia .it-timeline-wrapper .timeline-element {
    padding: 18px 0 18px 40px;
    width: 50%;
  }
  .bootstrap-italia .it-timeline-wrapper .col-12 .card-wrapper .card {
    border: none;
  }
  .bootstrap-italia .it-timeline-wrapper .col-12:nth-child(odd) .it-now-label {
    right: 50%;
    transform: translateX(100%);
    display: flex;
    align-items: center;
  }
  .bootstrap-italia .it-timeline-wrapper .col-12:nth-child(odd) .it-now-label:before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 16px;
    background: #30373d;
    margin-right: 16px;
  }
  .bootstrap-italia .it-timeline-wrapper .col-12:nth-child(odd) .timeline-element {
    padding: 18px 40px 18px 18px;
  }
  .bootstrap-italia .it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper .card {
    text-align: right;
  }
  .bootstrap-italia .it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper .card:after {
    margin-left: auto;
    display: inline-block;
    margin-right: 24px;
  }
  .bootstrap-italia .it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper .card a.read-more {
    right: 24px;
  }
  .bootstrap-italia .it-timeline-wrapper .col-12:nth-child(odd) .it-pin-wrapper {
    flex-direction: row-reverse;
    left: auto;
    right: -62px;
  }
  .bootstrap-italia .it-timeline-wrapper .col-12:nth-child(odd) .it-pin-wrapper .pin-icon {
    margin-right: 0;
    margin-left: 16px;
  }
  .bootstrap-italia .it-timeline-wrapper .col-12:nth-child(odd) .it-pin-wrapper .pin-text span:after {
    left: auto;
    right: -4px;
  }
  .bootstrap-italia .it-timeline-wrapper .col-12:nth-child(odd) .it-pin-wrapper.it-evidence .pin-text span:after {
    border-color: transparent transparent transparent #30373d;
  }
  .bootstrap-italia .it-timeline-wrapper .col-12:nth-child(even) .it-now-label {
    left: 0;
    transform: translateX(-100%);
    display: flex;
    align-items: center;
  }
  .bootstrap-italia .it-timeline-wrapper .col-12:nth-child(even) .it-now-label:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 16px;
    background: #30373d;
    margin-left: 16px;
  }
  .bootstrap-italia .it-timeline-wrapper .col-12:nth-child(even) .timeline-element {
    position: relative;
    left: 50%;
  }
  .bootstrap-italia .it-timeline-wrapper .col-12:nth-child(even) .timeline-element .it-pin-wrapper {
    left: -66px;
  }
  .bootstrap-italia .it-timeline-wrapper .it-pin-wrapper {
    position: relative;
  }
  .bootstrap-italia .it-timeline-wrapper .it-pin-wrapper .pin-text {
    font-size: 16px;
  }
}
.bootstrap-italia .anchor-offset:before {
  content: "";
  display: block;
  height: 96px;
  margin-top: -96px;
}
@media (min-width: 992px) {
  .bootstrap-italia .anchor-offset:before {
    height: 72px;
    margin-top: -72px;
  }
}
.bootstrap-italia .map-wrapper {
  min-height: 280px;
}
.bootstrap-italia .map-wrapper.map-column {
  margin: 0 -24px;
}
@media (min-width: 992px) {
  .bootstrap-italia .map-wrapper.map-column {
    margin-left: -3rem;
    margin-right: 0;
  }
}
.bootstrap-italia .point-list-wrapper .point-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  color: #706f6f;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: #706f6f;
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  right: -5px;
  transform: translateY(-5px);
  border-radius: 50%;
  background-color: #706f6f;
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside .point-date {
  flex: 1;
  font-size: 2.75rem;
  line-height: 1.1;
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside .point-month {
  flex: 1;
  font-size: 1rem;
  text-transform: uppercase;
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-primary {
  color: hsl(210, 100%, 40%);
  border-color: hsl(210, 100%, 40%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-primary:after {
  background-color: hsl(210, 100%, 40%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-secondary {
  color: hsl(210, 16.9590643275%, 43.605%);
  border-color: hsl(210, 16.9590643275%, 43.605%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-secondary:after {
  background-color: hsl(210, 16.9590643275%, 43.605%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-success {
  color: hsl(159, 100%, 26.5%);
  border-color: hsl(159, 100%, 26.5%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-success:after {
  background-color: hsl(159, 100%, 26.5%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-info {
  color: hsl(225, 0.7444168734%, 59.7%);
  border-color: hsl(225, 0.7444168734%, 59.7%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-info:after {
  background-color: hsl(225, 0.7444168734%, 59.7%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-warning {
  color: hsl(36, 100%, 32.5%);
  border-color: hsl(36, 100%, 32.5%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-warning:after {
  background-color: hsl(36, 100%, 32.5%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-danger {
  color: hsl(351, 68%, 53.125%);
  border-color: hsl(351, 68%, 53.125%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-danger:after {
  background-color: hsl(351, 68%, 53.125%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-light {
  color: hsl(255, 32.2033898305%, 92.625%);
  border-color: hsl(255, 32.2033898305%, 92.625%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-light:after {
  background-color: hsl(255, 32.2033898305%, 92.625%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-dark {
  color: hsl(210, 53.8461538462%, 19.5%);
  border-color: hsl(210, 53.8461538462%, 19.5%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-dark:after {
  background-color: hsl(210, 53.8461538462%, 19.5%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-black {
  color: hsl(0, 0%, 0%);
  border-color: hsl(0, 0%, 0%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-black:after {
  background-color: hsl(0, 0%, 0%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-white {
  color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-white:after {
  background-color: hsl(0, 0%, 100%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-100 {
  color: hsl(225, 4.3062200957%, 89.55%);
  border-color: hsl(225, 4.3062200957%, 89.55%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-100:after {
  background-color: hsl(225, 4.3062200957%, 89.55%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-200 {
  color: hsl(225, 1.9607843137%, 79.6%);
  border-color: hsl(225, 1.9607843137%, 79.6%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-200:after {
  background-color: hsl(225, 1.9607843137%, 79.6%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-300 {
  color: hsl(225, 1.1532125206%, 69.65%);
  border-color: hsl(225, 1.1532125206%, 69.65%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-300:after {
  background-color: hsl(225, 1.1532125206%, 69.65%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-400 {
  color: hsl(225, 0.7444168734%, 59.7%);
  border-color: hsl(225, 0.7444168734%, 59.7%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-400:after {
  background-color: hsl(225, 0.7444168734%, 59.7%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-500 {
  color: hsl(225, 0.5025125628%, 49.75%);
  border-color: hsl(225, 0.5025125628%, 49.75%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-500:after {
  background-color: hsl(225, 0.5025125628%, 49.75%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-600 {
  color: hsl(225, 0.5025125628%, 39.8%);
  border-color: hsl(225, 0.5025125628%, 39.8%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-600:after {
  background-color: hsl(225, 0.5025125628%, 39.8%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-700 {
  color: hsl(225, 0.5025125628%, 29.85%);
  border-color: hsl(225, 0.5025125628%, 29.85%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-700:after {
  background-color: hsl(225, 0.5025125628%, 29.85%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-800 {
  color: hsl(225, 0.5025125628%, 19.9%);
  border-color: hsl(225, 0.5025125628%, 19.9%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-800:after {
  background-color: hsl(225, 0.5025125628%, 19.9%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-900 {
  color: hsl(225, 0.5025125628%, 9.95%);
  border-color: hsl(225, 0.5025125628%, 9.95%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-aside.point-list-900:after {
  background-color: hsl(225, 0.5025125628%, 9.95%);
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-content {
  flex: 1;
  margin-left: 2em;
  align-self: center;
}
.bootstrap-italia .point-list-wrapper .point-list .point-list-content > * {
  width: 100%;
}
.bootstrap-italia .point-list-wrapper .point-list.point-list-step .point-list-aside {
  min-width: 54px;
  padding: 0.3rem 1rem 0.3rem 0;
}
.bootstrap-italia .point-list-wrapper .point-list.point-list-step .point-list-aside .point-date {
  flex: 0;
  font-size: 1.6rem;
  line-height: 1;
  min-width: 32px;
}
.bootstrap-italia .point-list-wrapper .point-list.point-list-step .point-list-aside .point-month {
  flex: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.bootstrap-italia .point-list-wrapper .point-list.point-list-step .point-list-content {
  margin-left: 1em;
}
@media (min-width: 992px) {
  .bootstrap-italia .point-list-wrapper.point-list-step-wrapper {
    display: flex;
    flex-direction: row;
  }
  .bootstrap-italia .point-list-wrapper.point-list-step-wrapper .point-list-step {
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .bootstrap-italia .point-list-wrapper.point-list-step-wrapper .point-list-step .point-list-aside {
    padding: 16px 0;
    min-height: 65px;
    width: 100%;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
  .bootstrap-italia .point-list-wrapper.point-list-step-wrapper .point-list-step .point-list-aside .point-month {
    margin-left: 8px;
    margin-bottom: -2px;
  }
  .bootstrap-italia .point-list-wrapper.point-list-step-wrapper .point-list-step .point-list-aside:after {
    top: 100%;
    right: 50%;
    transform: translate(2px, -4px);
  }
  .bootstrap-italia .point-list-wrapper.point-list-step-wrapper .point-list-step .point-list-content {
    margin: 0;
    text-align: center;
  }
}
.bootstrap-italia .rating-list-wrapper .rating-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-aside {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0.5rem 1rem;
  color: #706f6f;
  border-right: 1px solid #706f6f;
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-aside .rating-value {
  display: flex;
  flex: 1.2;
  font-size: 2.75rem;
  line-height: 1;
  align-items: flex-end;
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-aside .rating-total {
  display: flex;
  flex: 0.8;
  font-size: 1rem;
  line-height: 1;
  text-transform: lowercase;
  align-items: flex-start;
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-aside.rating-list-primary {
  color: hsl(210, 100%, 40%);
  border-right: 1px solid hsl(210, 100%, 40%);
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-aside.rating-list-secondary {
  color: hsl(210, 16.9590643275%, 43.605%);
  border-right: 1px solid hsl(210, 16.9590643275%, 43.605%);
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-aside.rating-list-success {
  color: hsl(159, 100%, 26.5%);
  border-right: 1px solid hsl(159, 100%, 26.5%);
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-aside.rating-list-info {
  color: hsl(225, 0.7444168734%, 59.7%);
  border-right: 1px solid hsl(225, 0.7444168734%, 59.7%);
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-aside.rating-list-warning {
  color: hsl(36, 100%, 32.5%);
  border-right: 1px solid hsl(36, 100%, 32.5%);
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-aside.rating-list-danger {
  color: hsl(351, 68%, 53.125%);
  border-right: 1px solid hsl(351, 68%, 53.125%);
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-aside.rating-list-light {
  color: hsl(255, 32.2033898305%, 92.625%);
  border-right: 1px solid hsl(255, 32.2033898305%, 92.625%);
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-aside.rating-list-dark {
  color: hsl(210, 53.8461538462%, 19.5%);
  border-right: 1px solid hsl(210, 53.8461538462%, 19.5%);
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-aside.rating-list-black {
  color: hsl(0, 0%, 0%);
  border-right: 1px solid hsl(0, 0%, 0%);
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-aside.rating-list-white {
  color: hsl(0, 0%, 100%);
  border-right: 1px solid hsl(0, 0%, 100%);
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-aside.rating-list-100 {
  color: hsl(225, 4.3062200957%, 89.55%);
  border-right: 1px solid hsl(225, 4.3062200957%, 89.55%);
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-aside.rating-list-200 {
  color: hsl(225, 1.9607843137%, 79.6%);
  border-right: 1px solid hsl(225, 1.9607843137%, 79.6%);
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-aside.rating-list-300 {
  color: hsl(225, 1.1532125206%, 69.65%);
  border-right: 1px solid hsl(225, 1.1532125206%, 69.65%);
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-aside.rating-list-400 {
  color: hsl(225, 0.7444168734%, 59.7%);
  border-right: 1px solid hsl(225, 0.7444168734%, 59.7%);
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-aside.rating-list-500 {
  color: hsl(225, 0.5025125628%, 49.75%);
  border-right: 1px solid hsl(225, 0.5025125628%, 49.75%);
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-aside.rating-list-600 {
  color: hsl(225, 0.5025125628%, 39.8%);
  border-right: 1px solid hsl(225, 0.5025125628%, 39.8%);
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-aside.rating-list-700 {
  color: hsl(225, 0.5025125628%, 29.85%);
  border-right: 1px solid hsl(225, 0.5025125628%, 29.85%);
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-aside.rating-list-800 {
  color: hsl(225, 0.5025125628%, 19.9%);
  border-right: 1px solid hsl(225, 0.5025125628%, 19.9%);
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-aside.rating-list-900 {
  color: hsl(225, 0.5025125628%, 9.95%);
  border-right: 1px solid hsl(225, 0.5025125628%, 9.95%);
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-content {
  flex: 1;
  align-self: center;
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-content .rating-list-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars {
  flex: 0.3;
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars > .rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  float: none !important;
  height: 0.7em;
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars > .rating .icon {
  width: 0.7em;
  height: 0.7em;
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-progress {
  flex: 0.65;
  display: flex;
  height: 3.5em;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
.bootstrap-italia .rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-progress > .progress {
  width: 100%;
}
@media (min-width: 576px) {
  .bootstrap-italia .rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars {
    flex: 0.2;
  }
  .bootstrap-italia .rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars > .rating {
    height: 1em;
  }
  .bootstrap-italia .rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars > .rating .icon {
    width: 1em;
    height: 1em;
  }
  .bootstrap-italia .rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-progress {
    flex: 0.75;
    height: 5em;
  }
}
@media (min-width: 992px) {
  .bootstrap-italia .rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars {
    flex: 0.25;
  }
  .bootstrap-italia .rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-progress {
    flex: 0.7;
  }
}
.bootstrap-italia .badge.badge-outline-primary {
  color: hsl(210, 100%, 40%);
  border: 1px solid hsl(210, 100%, 40%);
  background-color: transparent !important;
}
.bootstrap-italia .badge.badge-outline-secondary {
  color: hsl(210, 16.9590643275%, 43.605%);
  border: 1px solid hsl(210, 16.9590643275%, 43.605%);
  background-color: transparent !important;
}
.bootstrap-italia .badge.badge-outline-success {
  color: hsl(159, 100%, 26.5%);
  border: 1px solid hsl(159, 100%, 26.5%);
  background-color: transparent !important;
}
.bootstrap-italia .badge.badge-outline-info {
  color: hsl(225, 0.7444168734%, 59.7%);
  border: 1px solid hsl(225, 0.7444168734%, 59.7%);
  background-color: transparent !important;
}
.bootstrap-italia .badge.badge-outline-warning {
  color: hsl(36, 100%, 32.5%);
  border: 1px solid hsl(36, 100%, 32.5%);
  background-color: transparent !important;
}
.bootstrap-italia .badge.badge-outline-danger {
  color: hsl(351, 68%, 53.125%);
  border: 1px solid hsl(351, 68%, 53.125%);
  background-color: transparent !important;
}
.bootstrap-italia .badge.badge-outline-light {
  color: hsl(255, 32.2033898305%, 92.625%);
  border: 1px solid hsl(255, 32.2033898305%, 92.625%);
  background-color: transparent !important;
}
.bootstrap-italia .badge.badge-outline-dark {
  color: hsl(210, 53.8461538462%, 19.5%);
  border: 1px solid hsl(210, 53.8461538462%, 19.5%);
  background-color: transparent !important;
}
.bootstrap-italia .badge.badge-outline-black {
  color: hsl(0, 0%, 0%);
  border: 1px solid hsl(0, 0%, 0%);
  background-color: transparent !important;
}
.bootstrap-italia .badge.badge-outline-white {
  color: hsl(0, 0%, 100%);
  border: 1px solid hsl(0, 0%, 100%);
  background-color: transparent !important;
}
.bootstrap-italia .badge.badge-outline-100 {
  color: hsl(225, 4.3062200957%, 89.55%);
  border: 1px solid hsl(225, 4.3062200957%, 89.55%);
  background-color: transparent !important;
}
.bootstrap-italia .badge.badge-outline-200 {
  color: hsl(225, 1.9607843137%, 79.6%);
  border: 1px solid hsl(225, 1.9607843137%, 79.6%);
  background-color: transparent !important;
}
.bootstrap-italia .badge.badge-outline-300 {
  color: hsl(225, 1.1532125206%, 69.65%);
  border: 1px solid hsl(225, 1.1532125206%, 69.65%);
  background-color: transparent !important;
}
.bootstrap-italia .badge.badge-outline-400 {
  color: hsl(225, 0.7444168734%, 59.7%);
  border: 1px solid hsl(225, 0.7444168734%, 59.7%);
  background-color: transparent !important;
}
.bootstrap-italia .badge.badge-outline-500 {
  color: hsl(225, 0.5025125628%, 49.75%);
  border: 1px solid hsl(225, 0.5025125628%, 49.75%);
  background-color: transparent !important;
}
.bootstrap-italia .badge.badge-outline-600 {
  color: hsl(225, 0.5025125628%, 39.8%);
  border: 1px solid hsl(225, 0.5025125628%, 39.8%);
  background-color: transparent !important;
}
.bootstrap-italia .badge.badge-outline-700 {
  color: hsl(225, 0.5025125628%, 29.85%);
  border: 1px solid hsl(225, 0.5025125628%, 29.85%);
  background-color: transparent !important;
}
.bootstrap-italia .badge.badge-outline-800 {
  color: hsl(225, 0.5025125628%, 19.9%);
  border: 1px solid hsl(225, 0.5025125628%, 19.9%);
  background-color: transparent !important;
}
.bootstrap-italia .badge.badge-outline-900 {
  color: hsl(225, 0.5025125628%, 9.95%);
  border: 1px solid hsl(225, 0.5025125628%, 9.95%);
  background-color: transparent !important;
}
.bootstrap-italia a.datepicker-button {
  cursor: pointer;
}
.bootstrap-italia a.datepicker-button.default:hover, .bootstrap-italia a.datepicker-button.default:focus, .bootstrap-italia .toggles label input[type=checkbox]:focus + a.datepicker-button.default.lever, .bootstrap-italia .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + a.datepicker-button.default.lever {
  background-color: #ddd;
}
.bootstrap-italia .datepicker-calendar {
  margin: 0 10px 10px 0;
  font-size: 0.9em;
  padding: 2px;
  position: absolute;
  width: 261px;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 50;
}
.bootstrap-italia .datepicker-calendar .datepicker-month-wrap {
  margin: 0;
  padding-top: 1px;
  text-align: center;
  height: 30px;
}
.bootstrap-italia .datepicker-calendar .datepicker-month-fast-prev.disabled,
.bootstrap-italia .datepicker-calendar .datepicker-month-fast-next.disabled,
.bootstrap-italia .datepicker-calendar .datepicker-month-prev.disabled,
.bootstrap-italia .datepicker-calendar .datepicker-month-next.disabled {
  border: none;
  cursor: default;
  color: #999;
}
.bootstrap-italia .datepicker-calendar .datepicker-month-fast-prev,
.bootstrap-italia .datepicker-calendar .datepicker-month-fast-next,
.bootstrap-italia .datepicker-calendar .datepicker-month-prev,
.bootstrap-italia .datepicker-calendar .datepicker-month-next {
  cursor: pointer;
  margin: 3px;
  width: 24px;
  height: 24px;
  padding-top: 3px;
}
.bootstrap-italia .datepicker-calendar .datepicker-month-fast-prev {
  padding-right: 2px;
}
.bootstrap-italia .datepicker-calendar .datepicker-month-fast-next {
  padding-left: 2px;
}
.bootstrap-italia .datepicker-calendar .datepicker-month-fast-prev.enabled:hover,
.bootstrap-italia .datepicker-calendar .datepicker-month-fast-prev.enabled:focus,
.bootstrap-italia .datepicker-calendar .form-check [type=checkbox]:focus + label.datepicker-month-fast-prev.enabled,
.bootstrap-italia .form-check .datepicker-calendar [type=checkbox]:focus + label.datepicker-month-fast-prev.enabled,
.bootstrap-italia .datepicker-calendar .form-check [type=radio]:focus + label.datepicker-month-fast-prev.enabled,
.bootstrap-italia .form-check .datepicker-calendar [type=radio]:focus + label.datepicker-month-fast-prev.enabled,
.bootstrap-italia .datepicker-calendar .toggles label input[type=checkbox]:focus + .datepicker-month-fast-prev.enabled.lever,
.bootstrap-italia .toggles label .datepicker-calendar input[type=checkbox]:focus + .datepicker-month-fast-prev.enabled.lever,
.bootstrap-italia .datepicker-calendar .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-fast-prev.enabled,
.bootstrap-italia .form-check .toggles label .datepicker-calendar input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-fast-prev.enabled,
.bootstrap-italia .datepicker-calendar .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-fast-prev.enabled,
.bootstrap-italia .toggles label .form-check .datepicker-calendar input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-fast-prev.enabled,
.bootstrap-italia .datepicker-calendar .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-fast-prev.enabled,
.bootstrap-italia .form-check .toggles label .datepicker-calendar input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-fast-prev.enabled,
.bootstrap-italia .datepicker-calendar .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-fast-prev.enabled,
.bootstrap-italia .toggles label .form-check .datepicker-calendar input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-fast-prev.enabled,
.bootstrap-italia .datepicker-calendar .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .datepicker-month-fast-prev.enabled.lever,
.bootstrap-italia .toggles label .datepicker-calendar input[type=checkbox]:focus + input[type=checkbox].lever + .datepicker-month-fast-prev.enabled.lever,
.bootstrap-italia .datepicker-calendar .datepicker-month-fast-next.enabled:hover,
.bootstrap-italia .datepicker-calendar .datepicker-month-fast-next.enabled:focus,
.bootstrap-italia .datepicker-calendar .form-check [type=checkbox]:focus + label.datepicker-month-fast-next.enabled,
.bootstrap-italia .form-check .datepicker-calendar [type=checkbox]:focus + label.datepicker-month-fast-next.enabled,
.bootstrap-italia .datepicker-calendar .form-check [type=radio]:focus + label.datepicker-month-fast-next.enabled,
.bootstrap-italia .form-check .datepicker-calendar [type=radio]:focus + label.datepicker-month-fast-next.enabled,
.bootstrap-italia .datepicker-calendar .toggles label input[type=checkbox]:focus + .datepicker-month-fast-next.enabled.lever,
.bootstrap-italia .toggles label .datepicker-calendar input[type=checkbox]:focus + .datepicker-month-fast-next.enabled.lever,
.bootstrap-italia .datepicker-calendar .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-fast-next.enabled,
.bootstrap-italia .form-check .toggles label .datepicker-calendar input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-fast-next.enabled,
.bootstrap-italia .datepicker-calendar .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-fast-next.enabled,
.bootstrap-italia .toggles label .form-check .datepicker-calendar input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-fast-next.enabled,
.bootstrap-italia .datepicker-calendar .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-fast-next.enabled,
.bootstrap-italia .form-check .toggles label .datepicker-calendar input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-fast-next.enabled,
.bootstrap-italia .datepicker-calendar .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-fast-next.enabled,
.bootstrap-italia .toggles label .form-check .datepicker-calendar input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-fast-next.enabled,
.bootstrap-italia .datepicker-calendar .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .datepicker-month-fast-next.enabled.lever,
.bootstrap-italia .toggles label .datepicker-calendar input[type=checkbox]:focus + input[type=checkbox].lever + .datepicker-month-fast-next.enabled.lever,
.bootstrap-italia .datepicker-calendar .datepicker-month-prev.enabled:hover,
.bootstrap-italia .datepicker-calendar .datepicker-month-prev.enabled:focus,
.bootstrap-italia .datepicker-calendar .form-check [type=checkbox]:focus + label.datepicker-month-prev.enabled,
.bootstrap-italia .form-check .datepicker-calendar [type=checkbox]:focus + label.datepicker-month-prev.enabled,
.bootstrap-italia .datepicker-calendar .form-check [type=radio]:focus + label.datepicker-month-prev.enabled,
.bootstrap-italia .form-check .datepicker-calendar [type=radio]:focus + label.datepicker-month-prev.enabled,
.bootstrap-italia .datepicker-calendar .toggles label input[type=checkbox]:focus + .datepicker-month-prev.enabled.lever,
.bootstrap-italia .toggles label .datepicker-calendar input[type=checkbox]:focus + .datepicker-month-prev.enabled.lever,
.bootstrap-italia .datepicker-calendar .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-prev.enabled,
.bootstrap-italia .form-check .toggles label .datepicker-calendar input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-prev.enabled,
.bootstrap-italia .datepicker-calendar .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-prev.enabled,
.bootstrap-italia .toggles label .form-check .datepicker-calendar input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-prev.enabled,
.bootstrap-italia .datepicker-calendar .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-prev.enabled,
.bootstrap-italia .form-check .toggles label .datepicker-calendar input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-prev.enabled,
.bootstrap-italia .datepicker-calendar .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-prev.enabled,
.bootstrap-italia .toggles label .form-check .datepicker-calendar input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-prev.enabled,
.bootstrap-italia .datepicker-calendar .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .datepicker-month-prev.enabled.lever,
.bootstrap-italia .toggles label .datepicker-calendar input[type=checkbox]:focus + input[type=checkbox].lever + .datepicker-month-prev.enabled.lever,
.bootstrap-italia .datepicker-calendar .datepicker-month-next.enabled:hover,
.bootstrap-italia .datepicker-calendar .datepicker-month-next.enabled:focus,
.bootstrap-italia .datepicker-calendar .form-check [type=checkbox]:focus + label.datepicker-month-next.enabled,
.bootstrap-italia .form-check .datepicker-calendar [type=checkbox]:focus + label.datepicker-month-next.enabled,
.bootstrap-italia .datepicker-calendar .form-check [type=radio]:focus + label.datepicker-month-next.enabled,
.bootstrap-italia .form-check .datepicker-calendar [type=radio]:focus + label.datepicker-month-next.enabled,
.bootstrap-italia .datepicker-calendar .toggles label input[type=checkbox]:focus + .datepicker-month-next.enabled.lever,
.bootstrap-italia .toggles label .datepicker-calendar input[type=checkbox]:focus + .datepicker-month-next.enabled.lever,
.bootstrap-italia .datepicker-calendar .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-next.enabled,
.bootstrap-italia .form-check .toggles label .datepicker-calendar input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-next.enabled,
.bootstrap-italia .datepicker-calendar .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-next.enabled,
.bootstrap-italia .toggles label .form-check .datepicker-calendar input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-next.enabled,
.bootstrap-italia .datepicker-calendar .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-next.enabled,
.bootstrap-italia .form-check .toggles label .datepicker-calendar input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-next.enabled,
.bootstrap-italia .datepicker-calendar .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-next.enabled,
.bootstrap-italia .toggles label .form-check .datepicker-calendar input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-next.enabled,
.bootstrap-italia .datepicker-calendar .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .datepicker-month-next.enabled.lever,
.bootstrap-italia .toggles label .datepicker-calendar input[type=checkbox]:focus + input[type=checkbox].lever + .datepicker-month-next.enabled.lever {
  margin-top: 2px;
  border: 1px solid #800;
  border-radius: 4px;
}
.bootstrap-italia .datepicker-calendar .datepicker-month {
  margin: 3px 56px 2px 56px;
  height: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  cursor: pointer;
  padding-top: 1px;
}
.bootstrap-italia .datepicker-calendar .datepicker-month:after {
  font-family: "Glyphicons Halflings";
  font-size: 0.6em;
  display: inline-block;
  content: "\e252";
}
.bootstrap-italia .datepicker-calendar .datepicker-month:hover, .bootstrap-italia .datepicker-calendar .datepicker-month:focus, .bootstrap-italia .datepicker-calendar .form-check [type=checkbox]:focus + label.datepicker-month, .bootstrap-italia .form-check .datepicker-calendar [type=checkbox]:focus + label.datepicker-month,
.bootstrap-italia .datepicker-calendar .form-check [type=radio]:focus + label.datepicker-month,
.bootstrap-italia .form-check .datepicker-calendar [type=radio]:focus + label.datepicker-month, .bootstrap-italia .datepicker-calendar .toggles label input[type=checkbox]:focus + .datepicker-month.lever, .bootstrap-italia .toggles label .datepicker-calendar input[type=checkbox]:focus + .datepicker-month.lever, .bootstrap-italia .datepicker-calendar .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month, .bootstrap-italia .form-check .toggles label .datepicker-calendar input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month, .bootstrap-italia .datepicker-calendar .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month, .bootstrap-italia .toggles label .form-check .datepicker-calendar input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month,
.bootstrap-italia .datepicker-calendar .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month,
.bootstrap-italia .form-check .toggles label .datepicker-calendar input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month,
.bootstrap-italia .datepicker-calendar .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month,
.bootstrap-italia .toggles label .form-check .datepicker-calendar input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month, .bootstrap-italia .datepicker-calendar .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .datepicker-month.lever, .bootstrap-italia .toggles label .datepicker-calendar input[type=checkbox]:focus + input[type=checkbox].lever + .datepicker-month.lever {
  padding-top: 0;
  border: 1px solid #800;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bootstrap-italia .datepicker-calendar table.datepicker-grid {
  width: 100%;
  font-size: 1.2em;
  text-align: center;
}
.bootstrap-italia .datepicker-calendar table.datepicker-grid.rtl {
  direction: rtl;
}
.bootstrap-italia .datepicker-calendar table.datepicker-grid:focus, .bootstrap-italia .datepicker-calendar .toggles label input[type=checkbox]:focus + table.datepicker-grid.lever, .bootstrap-italia .toggles label .datepicker-calendar input[type=checkbox]:focus + table.datepicker-grid.lever, .bootstrap-italia .datepicker-calendar .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + table.datepicker-grid.lever, .bootstrap-italia .toggles label .datepicker-calendar input[type=checkbox]:focus + input[type=checkbox].lever + table.datepicker-grid.lever {
  outline: none;
}
.bootstrap-italia .datepicker-calendar table.datepicker-grid th,
.bootstrap-italia .datepicker-calendar table.datepicker-grid td {
  text-align: center;
  padding: 0;
}
.bootstrap-italia .datepicker-calendar table.datepicker-grid th {
  height: 30px;
}
.bootstrap-italia .datepicker-calendar table.datepicker-grid th abbr {
  border: none;
}
.bootstrap-italia .datepicker-calendar table.datepicker-grid td {
  border: 1px solid #999;
  cursor: pointer;
}
.bootstrap-italia .datepicker-calendar table.datepicker-grid td.unselectable {
  cursor: default;
}
.bootstrap-italia .datepicker-calendar table.datepicker-grid td.day {
  height: 30px;
}
.bootstrap-italia .datepicker-calendar table.datepicker-grid td.month {
  height: 60px;
}
.bootstrap-italia .datepicker-calendar table.datepicker-grid td.year {
  height: 45px;
}
.bootstrap-italia .datepicker-calendar table.datepicker-grid td.curDay, .bootstrap-italia .datepicker-calendar table.datepicker-grid td.curMonth, .bootstrap-italia .datepicker-calendar table.datepicker-grid td.curYear {
  border: 1px solid #999;
}
.bootstrap-italia .datepicker-calendar table.datepicker-grid td.empty {
  border: 1px solid #999;
  cursor: default;
}
.bootstrap-italia .datepicker-calendar .offscreen {
  position: absolute;
  left: -200em;
  top: -100em;
}
.bootstrap-italia .datepicker-calendar button.datepicker-close {
  height: 30px;
  width: 100%;
  font-weight: bold;
  margin-top: 1px;
  border: 1px solid #eee;
  border-radius: 2px;
}
.bootstrap-italia .datepicker-calendar.default {
  background-color: #fff;
}
.bootstrap-italia .datepicker-calendar.default button.datepicker-close:focus, .bootstrap-italia .datepicker-calendar.default .toggles label input[type=checkbox]:focus + button.datepicker-close.lever, .bootstrap-italia .toggles label .datepicker-calendar.default input[type=checkbox]:focus + button.datepicker-close.lever, .bootstrap-italia .datepicker-calendar.default .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + button.datepicker-close.lever, .bootstrap-italia .toggles label .datepicker-calendar.default input[type=checkbox]:focus + input[type=checkbox].lever + button.datepicker-close.lever,
.bootstrap-italia .datepicker-calendar.default button.datepicker-close:hover,
.bootstrap-italia .datepicker-calendar.default .datepicker-month-fast-next.enabled:focus,
.bootstrap-italia .datepicker-calendar.default .form-check [type=checkbox]:focus + label.datepicker-month-fast-next.enabled,
.bootstrap-italia .form-check .datepicker-calendar.default [type=checkbox]:focus + label.datepicker-month-fast-next.enabled,
.bootstrap-italia .datepicker-calendar.default .form-check [type=radio]:focus + label.datepicker-month-fast-next.enabled,
.bootstrap-italia .form-check .datepicker-calendar.default [type=radio]:focus + label.datepicker-month-fast-next.enabled,
.bootstrap-italia .datepicker-calendar.default .toggles label input[type=checkbox]:focus + .datepicker-month-fast-next.enabled.lever,
.bootstrap-italia .toggles label .datepicker-calendar.default input[type=checkbox]:focus + .datepicker-month-fast-next.enabled.lever,
.bootstrap-italia .datepicker-calendar.default .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-fast-next.enabled,
.bootstrap-italia .form-check .toggles label .datepicker-calendar.default input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-fast-next.enabled,
.bootstrap-italia .datepicker-calendar.default .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-fast-next.enabled,
.bootstrap-italia .toggles label .form-check .datepicker-calendar.default input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-fast-next.enabled,
.bootstrap-italia .datepicker-calendar.default .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-fast-next.enabled,
.bootstrap-italia .form-check .toggles label .datepicker-calendar.default input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-fast-next.enabled,
.bootstrap-italia .datepicker-calendar.default .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-fast-next.enabled,
.bootstrap-italia .toggles label .form-check .datepicker-calendar.default input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-fast-next.enabled,
.bootstrap-italia .datepicker-calendar.default .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .datepicker-month-fast-next.enabled.lever,
.bootstrap-italia .toggles label .datepicker-calendar.default input[type=checkbox]:focus + input[type=checkbox].lever + .datepicker-month-fast-next.enabled.lever,
.bootstrap-italia .datepicker-calendar.default .datepicker-month-fast-next.enabled:hover,
.bootstrap-italia .datepicker-calendar.default .datepicker-month-fast-prev.enabled:focus,
.bootstrap-italia .datepicker-calendar.default .form-check [type=checkbox]:focus + label.datepicker-month-fast-prev.enabled,
.bootstrap-italia .form-check .datepicker-calendar.default [type=checkbox]:focus + label.datepicker-month-fast-prev.enabled,
.bootstrap-italia .datepicker-calendar.default .form-check [type=radio]:focus + label.datepicker-month-fast-prev.enabled,
.bootstrap-italia .form-check .datepicker-calendar.default [type=radio]:focus + label.datepicker-month-fast-prev.enabled,
.bootstrap-italia .datepicker-calendar.default .toggles label input[type=checkbox]:focus + .datepicker-month-fast-prev.enabled.lever,
.bootstrap-italia .toggles label .datepicker-calendar.default input[type=checkbox]:focus + .datepicker-month-fast-prev.enabled.lever,
.bootstrap-italia .datepicker-calendar.default .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-fast-prev.enabled,
.bootstrap-italia .form-check .toggles label .datepicker-calendar.default input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-fast-prev.enabled,
.bootstrap-italia .datepicker-calendar.default .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-fast-prev.enabled,
.bootstrap-italia .toggles label .form-check .datepicker-calendar.default input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-fast-prev.enabled,
.bootstrap-italia .datepicker-calendar.default .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-fast-prev.enabled,
.bootstrap-italia .form-check .toggles label .datepicker-calendar.default input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-fast-prev.enabled,
.bootstrap-italia .datepicker-calendar.default .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-fast-prev.enabled,
.bootstrap-italia .toggles label .form-check .datepicker-calendar.default input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-fast-prev.enabled,
.bootstrap-italia .datepicker-calendar.default .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .datepicker-month-fast-prev.enabled.lever,
.bootstrap-italia .toggles label .datepicker-calendar.default input[type=checkbox]:focus + input[type=checkbox].lever + .datepicker-month-fast-prev.enabled.lever,
.bootstrap-italia .datepicker-calendar.default .datepicker-month-fast-prev.enabled:hover,
.bootstrap-italia .datepicker-calendar.default .datepicker-month-next.enabled:focus,
.bootstrap-italia .datepicker-calendar.default .form-check [type=checkbox]:focus + label.datepicker-month-next.enabled,
.bootstrap-italia .form-check .datepicker-calendar.default [type=checkbox]:focus + label.datepicker-month-next.enabled,
.bootstrap-italia .datepicker-calendar.default .form-check [type=radio]:focus + label.datepicker-month-next.enabled,
.bootstrap-italia .form-check .datepicker-calendar.default [type=radio]:focus + label.datepicker-month-next.enabled,
.bootstrap-italia .datepicker-calendar.default .toggles label input[type=checkbox]:focus + .datepicker-month-next.enabled.lever,
.bootstrap-italia .toggles label .datepicker-calendar.default input[type=checkbox]:focus + .datepicker-month-next.enabled.lever,
.bootstrap-italia .datepicker-calendar.default .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-next.enabled,
.bootstrap-italia .form-check .toggles label .datepicker-calendar.default input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-next.enabled,
.bootstrap-italia .datepicker-calendar.default .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-next.enabled,
.bootstrap-italia .toggles label .form-check .datepicker-calendar.default input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-next.enabled,
.bootstrap-italia .datepicker-calendar.default .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-next.enabled,
.bootstrap-italia .form-check .toggles label .datepicker-calendar.default input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-next.enabled,
.bootstrap-italia .datepicker-calendar.default .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-next.enabled,
.bootstrap-italia .toggles label .form-check .datepicker-calendar.default input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-next.enabled,
.bootstrap-italia .datepicker-calendar.default .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .datepicker-month-next.enabled.lever,
.bootstrap-italia .toggles label .datepicker-calendar.default input[type=checkbox]:focus + input[type=checkbox].lever + .datepicker-month-next.enabled.lever,
.bootstrap-italia .datepicker-calendar.default .datepicker-month-next.enabled:hover,
.bootstrap-italia .datepicker-calendar.default .datepicker-month-prev.enabled:focus,
.bootstrap-italia .datepicker-calendar.default .form-check [type=checkbox]:focus + label.datepicker-month-prev.enabled,
.bootstrap-italia .form-check .datepicker-calendar.default [type=checkbox]:focus + label.datepicker-month-prev.enabled,
.bootstrap-italia .datepicker-calendar.default .form-check [type=radio]:focus + label.datepicker-month-prev.enabled,
.bootstrap-italia .form-check .datepicker-calendar.default [type=radio]:focus + label.datepicker-month-prev.enabled,
.bootstrap-italia .datepicker-calendar.default .toggles label input[type=checkbox]:focus + .datepicker-month-prev.enabled.lever,
.bootstrap-italia .toggles label .datepicker-calendar.default input[type=checkbox]:focus + .datepicker-month-prev.enabled.lever,
.bootstrap-italia .datepicker-calendar.default .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-prev.enabled,
.bootstrap-italia .form-check .toggles label .datepicker-calendar.default input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-prev.enabled,
.bootstrap-italia .datepicker-calendar.default .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-prev.enabled,
.bootstrap-italia .toggles label .form-check .datepicker-calendar.default input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month-prev.enabled,
.bootstrap-italia .datepicker-calendar.default .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-prev.enabled,
.bootstrap-italia .form-check .toggles label .datepicker-calendar.default input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-prev.enabled,
.bootstrap-italia .datepicker-calendar.default .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-prev.enabled,
.bootstrap-italia .toggles label .form-check .datepicker-calendar.default input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month-prev.enabled,
.bootstrap-italia .datepicker-calendar.default .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .datepicker-month-prev.enabled.lever,
.bootstrap-italia .toggles label .datepicker-calendar.default input[type=checkbox]:focus + input[type=checkbox].lever + .datepicker-month-prev.enabled.lever,
.bootstrap-italia .datepicker-calendar.default .datepicker-month-prev.enabled:hover,
.bootstrap-italia .datepicker-calendar.default .datepicker-month:focus,
.bootstrap-italia .datepicker-calendar.default .form-check [type=checkbox]:focus + label.datepicker-month,
.bootstrap-italia .form-check .datepicker-calendar.default [type=checkbox]:focus + label.datepicker-month,
.bootstrap-italia .datepicker-calendar.default .form-check [type=radio]:focus + label.datepicker-month,
.bootstrap-italia .form-check .datepicker-calendar.default [type=radio]:focus + label.datepicker-month,
.bootstrap-italia .datepicker-calendar.default .toggles label input[type=checkbox]:focus + .datepicker-month.lever,
.bootstrap-italia .toggles label .datepicker-calendar.default input[type=checkbox]:focus + .datepicker-month.lever,
.bootstrap-italia .datepicker-calendar.default .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month,
.bootstrap-italia .form-check .toggles label .datepicker-calendar.default input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month,
.bootstrap-italia .datepicker-calendar.default .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month,
.bootstrap-italia .toggles label .form-check .datepicker-calendar.default input[type=checkbox]:focus + [type=checkbox].lever + label.datepicker-month,
.bootstrap-italia .datepicker-calendar.default .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month,
.bootstrap-italia .form-check .toggles label .datepicker-calendar.default input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month,
.bootstrap-italia .datepicker-calendar.default .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month,
.bootstrap-italia .toggles label .form-check .datepicker-calendar.default input[type=checkbox]:focus + [type=radio].lever + label.datepicker-month,
.bootstrap-italia .datepicker-calendar.default .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .datepicker-month.lever,
.bootstrap-italia .toggles label .datepicker-calendar.default input[type=checkbox]:focus + input[type=checkbox].lever + .datepicker-month.lever,
.bootstrap-italia .datepicker-calendar.default .datepicker-month:hover {
  background-color: #eee;
  border-color: #999;
  border: none;
  margin: 0;
  padding: 0;
}
.bootstrap-italia .datepicker-calendar.default .datepicker-month-fast-next,
.bootstrap-italia .datepicker-calendar.default .datepicker-month-fast-prev,
.bootstrap-italia .datepicker-calendar.default .datepicker-month-next,
.bootstrap-italia .datepicker-calendar.default .datepicker-month-prev {
  margin: 0;
  padding: 0;
}
.bootstrap-italia .datepicker-calendar.default table.datepicker-grid {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}
.bootstrap-italia .datepicker-calendar.default table.datepicker-grid:focus, .bootstrap-italia .datepicker-calendar.default .toggles label input[type=checkbox]:focus + table.datepicker-grid.lever, .bootstrap-italia .toggles label .datepicker-calendar.default input[type=checkbox]:focus + table.datepicker-grid.lever, .bootstrap-italia .datepicker-calendar.default .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + table.datepicker-grid.lever, .bootstrap-italia .toggles label .datepicker-calendar.default input[type=checkbox]:focus + input[type=checkbox].lever + table.datepicker-grid.lever {
  outline: none;
}
.bootstrap-italia .datepicker-calendar.default table.datepicker-grid th {
  background-color: transparent;
  border: none;
}
.bootstrap-italia .datepicker-calendar.default table.datepicker-grid td {
  border: none;
  color: #000;
  background: transparent;
}
.bootstrap-italia .datepicker-calendar.default table.datepicker-grid td span {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50px;
  text-align: center;
  transition: all 0.3s;
}
.bootstrap-italia .datepicker-calendar.default table.datepicker-grid td:hover {
  background: transparent;
}
.bootstrap-italia .datepicker-calendar.default table.datepicker-grid td:hover span {
  background: hsl(210, 6.2290689886%, 92.535%);
}
.bootstrap-italia .datepicker-calendar.default table.datepicker-grid td.unselectable {
  color: #999;
}
.bootstrap-italia .datepicker-calendar.default table.datepicker-grid td.curDay, .bootstrap-italia .datepicker-calendar.default table.datepicker-grid td.curMonth, .bootstrap-italia .datepicker-calendar.default table.datepicker-grid td.curYear {
  background: transparent;
}
.bootstrap-italia .datepicker-calendar.default table.datepicker-grid td.curDay span, .bootstrap-italia .datepicker-calendar.default table.datepicker-grid td.curMonth span, .bootstrap-italia .datepicker-calendar.default table.datepicker-grid td.curYear span {
  background: #e6f0fa;
}
.bootstrap-italia .datepicker-calendar.default table.datepicker-grid td.empty {
  border: none;
  color: #ccc;
}
.bootstrap-italia .datepicker-calendar.default table.datepicker-grid td.empty:hover {
  background: transparent;
}
.bootstrap-italia .datepicker-calendar.default table.datepicker-grid td.empty:hover span {
  background: #30373d;
  color: #fff;
}
.bootstrap-italia .datepicker-calendar.default table.datepicker-grid td.selectable:hover, .bootstrap-italia .datepicker-calendar.default table.datepicker-grid td.selectable.focus {
  background-color: transparent;
}
.bootstrap-italia .datepicker-calendar.default table.datepicker-grid td.selectable.focus span {
  background: #30373d;
  color: #fff;
}
.bootstrap-italia .datepicker-calendar.default tr.datepicker-weekdays {
  border: none;
}
.bootstrap-italia .datepicker-calendar.default button.datepicker-close {
  background-color: #ddd;
  border-color: #999;
  color: #000;
}
.bootstrap-italia .datepicker-overlay {
  background: #777;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  height: 100%;
  min-height: 100%;
  z-index: 40;
}
.bootstrap-italia abbr[data-original-title],
.bootstrap-italia abbr[title] {
  text-decoration: none;
  cursor: default;
}
.bootstrap-italia .it-datepicker-wrapper {
  position: relative;
}
.bootstrap-italia .it-datepicker-wrapper .form-group > label {
  background-color: rgba(255, 255, 255, 0);
  transform: translateY(-75%);
  font-size: 0.777rem;
}
.bootstrap-italia .it-datepicker-wrapper input[type=time] {
  color: hsl(210, 25%, 35.2%);
}
.bootstrap-italia .it-datepicker-wrapper label.pickerlabel {
  color: hsl(210, 16.9590643275%, 43.605%);
  font-weight: 600;
  line-height: 2.5rem;
  transition: 0.2s ease-out;
  top: 1rem;
  font-size: 0.777rem;
  cursor: text;
  display: block;
  width: 100%;
  padding: 0 0.5rem;
  z-index: 6;
}
.bootstrap-italia .it-datepicker-wrapper .datepicker-calendar {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border: none;
  width: 100%;
  border-top: 2px solid hsl(210, 25%, 35.2%);
  margin-top: -8px;
  color: hsl(210, 25%, 35.2%);
  padding: 24px;
}
.bootstrap-italia .it-datepicker-wrapper .datepicker-calendar[aria-hidden=true] {
  display: inherit;
}
.bootstrap-italia .it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap {
  padding: 0;
  color: hsl(210, 25%, 35.2%);
  margin-bottom: 16px;
}
.bootstrap-italia .it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month {
  font-size: 0.8333333333rem;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}
.bootstrap-italia .it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month:after {
  display: none;
}
.bootstrap-italia .it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .icon-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #000;
  display: inline-block;
  transform: translateY(-3px);
}
.bootstrap-italia .it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .icon-left {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 6px 3px 0;
  border-color: transparent #000 transparent transparent;
  display: inline-block;
  transform: translateY(-3px);
}
.bootstrap-italia .it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month-fast-next {
  float: right;
  display: inline-block;
  min-width: 32px;
}
.bootstrap-italia .it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month-fast-next svg:first-child {
  margin-right: -8px;
}
.bootstrap-italia .it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month-next {
  float: right;
}
.bootstrap-italia .it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month-fast-prev {
  float: left;
  display: inline-block;
  min-width: 32px;
}
.bootstrap-italia .it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month-fast-prev svg:last-child {
  margin-left: -8px;
}
.bootstrap-italia .it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month-prev {
  float: left;
}
.bootstrap-italia .it-datepicker-wrapper .datepicker-calendar .datepicker-month {
  margin: 0;
  padding: 0;
}
.bootstrap-italia .it-datepicker-wrapper .input-group {
  position: relative;
}
.bootstrap-italia .it-datepicker-wrapper .input-group:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: hsl(210, 25%, 35.2%);
  transform-origin: bottom;
  transition: all 0.3s;
  left: 0;
}
.bootstrap-italia .it-datepicker-wrapper .input-group .it-date-datepicker {
  border-bottom: none;
  background: transparent;
}
.bootstrap-italia .it-datepicker-wrapper .input-group .it-date-datepicker::placeholder {
  color: hsl(210, 25%, 35.2%);
}
.bootstrap-italia .it-datepicker-wrapper .input-group .datepicker-button {
  padding: 0;
  all: unset;
  margin-right: 16px;
  position: relative;
  height: 40px;
  cursor: pointer;
}
.bootstrap-italia .it-datepicker-wrapper .input-group .datepicker-button:hover {
  all: unset;
  margin-right: 16px;
  height: 40px;
}
.bootstrap-italia .it-datepicker-wrapper .input-group .datepicker-button:hover .icon {
  fill: #30373d;
}
.bootstrap-italia .it-datepicker-wrapper .input-group .datepicker-button .icon {
  fill: hsl(210, 25%, 35.2%);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default button.datepicker-close:focus, .bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default .toggles label input[type=checkbox]:focus + button.datepicker-close.lever, .bootstrap-italia .toggles label .it-datepicker-wrapper.theme-dark .datepicker-calendar.default input[type=checkbox]:focus + button.datepicker-close.lever, .bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + button.datepicker-close.lever, .bootstrap-italia .toggles label .it-datepicker-wrapper.theme-dark .datepicker-calendar.default input[type=checkbox]:focus + input[type=checkbox].lever + button.datepicker-close.lever,
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default button.datepicker-close:hover,
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month-fast-next.enabled:focus,
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default .toggles label input[type=checkbox]:focus + div.datepicker-month-fast-next.enabled.lever,
.bootstrap-italia .toggles label .it-datepicker-wrapper.theme-dark .datepicker-calendar.default input[type=checkbox]:focus + div.datepicker-month-fast-next.enabled.lever,
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + div.datepicker-month-fast-next.enabled.lever,
.bootstrap-italia .toggles label .it-datepicker-wrapper.theme-dark .datepicker-calendar.default input[type=checkbox]:focus + input[type=checkbox].lever + div.datepicker-month-fast-next.enabled.lever,
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month-fast-next.enabled:hover,
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month-fast-prev.enabled:focus,
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default .toggles label input[type=checkbox]:focus + div.datepicker-month-fast-prev.enabled.lever,
.bootstrap-italia .toggles label .it-datepicker-wrapper.theme-dark .datepicker-calendar.default input[type=checkbox]:focus + div.datepicker-month-fast-prev.enabled.lever,
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + div.datepicker-month-fast-prev.enabled.lever,
.bootstrap-italia .toggles label .it-datepicker-wrapper.theme-dark .datepicker-calendar.default input[type=checkbox]:focus + input[type=checkbox].lever + div.datepicker-month-fast-prev.enabled.lever,
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month-fast-prev.enabled:hover,
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month-next.enabled:focus,
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default .toggles label input[type=checkbox]:focus + div.datepicker-month-next.enabled.lever,
.bootstrap-italia .toggles label .it-datepicker-wrapper.theme-dark .datepicker-calendar.default input[type=checkbox]:focus + div.datepicker-month-next.enabled.lever,
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + div.datepicker-month-next.enabled.lever,
.bootstrap-italia .toggles label .it-datepicker-wrapper.theme-dark .datepicker-calendar.default input[type=checkbox]:focus + input[type=checkbox].lever + div.datepicker-month-next.enabled.lever,
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month-next.enabled:hover,
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month-prev.enabled:focus,
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default .toggles label input[type=checkbox]:focus + div.datepicker-month-prev.enabled.lever,
.bootstrap-italia .toggles label .it-datepicker-wrapper.theme-dark .datepicker-calendar.default input[type=checkbox]:focus + div.datepicker-month-prev.enabled.lever,
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + div.datepicker-month-prev.enabled.lever,
.bootstrap-italia .toggles label .it-datepicker-wrapper.theme-dark .datepicker-calendar.default input[type=checkbox]:focus + input[type=checkbox].lever + div.datepicker-month-prev.enabled.lever,
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month-prev.enabled:hover,
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month:focus,
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default .toggles label input[type=checkbox]:focus + div.datepicker-month.lever,
.bootstrap-italia .toggles label .it-datepicker-wrapper.theme-dark .datepicker-calendar.default input[type=checkbox]:focus + div.datepicker-month.lever,
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + div.datepicker-month.lever,
.bootstrap-italia .toggles label .it-datepicker-wrapper.theme-dark .datepicker-calendar.default input[type=checkbox]:focus + input[type=checkbox].lever + div.datepicker-month.lever,
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month:hover {
  background: transparent;
  border-color: transparent;
}
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td {
  background: transparent;
  color: #fff;
}
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td:hover {
  background: transparent;
}
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td:hover span {
  background: rgba(255, 255, 255, 0.1);
}
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.empty:hover {
  background: transparent;
}
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.empty:hover span {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.selectable.focus, .bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.selectable:hover {
  background-color: transparent;
}
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.selectable.focus {
  background: transparent;
}
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.selectable.focus span {
  background: #fff;
  color: #30373d;
}
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.curDay, .bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.curMonth, .bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.curYear {
  background: transparent;
}
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.curDay span, .bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.curMonth span, .bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.curYear span {
  background: rgba(255, 255, 255, 0.1);
}
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.empty {
  opacity: 0.3;
}
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td,
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid th {
  background: transparent;
}
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar {
  border-top: 2px solid hsl(210, 25%, 35.2%);
  color: #fff;
  background-color: #30373d;
}
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar .datepicker-month-wrap {
  color: #fff;
}
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar .datepicker-month-wrap svg {
  fill: #fff;
}
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar .datepicker-month-wrap .icon-right {
  border-color: transparent transparent transparent #fff;
}
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar .datepicker-month-wrap .icon-left {
  border-color: transparent #fff transparent transparent;
}
.bootstrap-italia .it-datepicker-wrapper.theme-dark .datepicker-calendar .datepicker-month-wrap .datepicker-month-next {
  float: right;
}
.bootstrap-italia .it-datepicker-wrapper.theme-dark .input-group:after {
  background: hsl(210, 25%, 35.2%);
}
.bootstrap-italia .it-datepicker-wrapper.theme-dark .input-group .it-date-datepicker {
  background: transparent;
}
.bootstrap-italia .it-datepicker-wrapper.theme-dark .input-group .it-date-datepicker::placeholder {
  color: hsl(210, 25%, 35.2%);
}
.bootstrap-italia .calendar-input-container {
  z-index: 1;
}
.bootstrap-italia #error_container {
  color: #8b0000;
  font-weight: bold;
}
.bootstrap-italia .off-screen {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  z-index: 0;
}
.bootstrap-italia .error_container {
  color: #8b0000;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  margin-top: -12px;
}
.bootstrap-italia .error-label {
  color: #8b0000;
}
.bootstrap-italia .spinner-control > div .ui-spinner {
  display: block;
  text-align: center;
}
.bootstrap-italia .spinner-control > div button {
  background-color: transparent;
  border: 1px solid transparent;
}
.bootstrap-italia .spinner-control > div button:hover {
  border: 1px solid #777;
  cursor: pointer;
}
.bootstrap-italia .it-timepicker-wrapper .form-group label {
  left: 0;
}
.bootstrap-italia .it-timepicker-wrapper label.pickerlabel {
  color: hsl(210, 16.9590643275%, 43.605%);
  font-weight: 600;
  line-height: 2.5rem;
  transition: 0.2s ease-out;
  top: 1rem;
  font-size: 0.777rem;
  cursor: text;
  display: block;
  width: 100%;
  padding: 0 0.5rem;
  z-index: 6;
}
.bootstrap-italia .it-timepicker-wrapper .calendar-input-container {
  position: relative;
  display: flex;
}
.bootstrap-italia .it-timepicker-wrapper .calendar-input-container .form-group {
  padding-bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
.bootstrap-italia .it-timepicker-wrapper .calendar-input-container:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: hsl(210, 25%, 35.2%);
  transform-origin: bottom;
  transition: all 0.3s;
  left: 0;
}
.bootstrap-italia .it-timepicker-wrapper .calendar-input-container input.form-control {
  border-bottom: none;
  background: transparent;
  color: hsl(210, 25%, 35.2%);
  flex: 1;
}
.bootstrap-italia .it-timepicker-wrapper .calendar-input-container input.form-control::placeholder {
  color: hsl(210, 25%, 35.2%);
}
.bootstrap-italia .it-timepicker-wrapper .calendar-input-container .btn-time {
  border: none;
  background: transparent;
}
.bootstrap-italia .it-timepicker-wrapper .calendar-input-container .btn-time:hover svg {
  fill: #30373d;
}
.bootstrap-italia .it-timepicker-wrapper .calendar-input-container .btn-time svg {
  fill: hsl(210, 25%, 35.2%);
  transition: all 0.3s;
}
.bootstrap-italia .it-timepicker-wrapper .time-spinner {
  position: relative;
}
.bootstrap-italia .it-timepicker-wrapper .spinner-control {
  position: absolute;
  padding: 24px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-top: 1px solid hsl(210, 25%, 35.2%);
  display: none;
  margin-top: -2px;
}
.bootstrap-italia .it-timepicker-wrapper .spinner-control .spinner {
  float: left;
  position: relative;
}
.bootstrap-italia .it-timepicker-wrapper .spinner-control .spinner:not(:last-child) {
  margin-right: 24px;
}
.bootstrap-italia .it-timepicker-wrapper .spinner-control .spinner .button-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  bottom: 0;
  flex-direction: column;
}
.bootstrap-italia .it-timepicker-wrapper .spinner-control .spinner .button-wrapper button {
  position: relative;
  flex-basis: 50%;
}
.bootstrap-italia .it-timepicker-wrapper .spinner-control .spinner .button-wrapper button .icon-up {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  left: 1px;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #000000 transparent;
  display: block;
}
.bootstrap-italia .it-timepicker-wrapper .spinner-control .spinner .button-wrapper button .icon-down {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  left: 1px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  display: block;
}
.bootstrap-italia .it-timepicker-wrapper .spinner-control input {
  color: hsl(210, 25%, 35.2%);
  max-width: 80px;
  border: none;
  border-bottom: 1px solid hsl(210, 25%, 35.2%);
  background: transparent;
  border-radius: 0;
  font-weight: 600;
  box-shadow: none;
}
.bootstrap-italia .it-timepicker-wrapper .spinner-control input[type=number] {
  -moz-appearance: textfield;
}
.bootstrap-italia .it-timepicker-wrapper .spinner-control input::-webkit-outer-spin-button,
.bootstrap-italia .it-timepicker-wrapper .spinner-control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.bootstrap-italia .it-timepicker-wrapper.theme-dark .calendar-input-container:after {
  content: "";
  background: hsl(210, 25%, 35.2%);
}
.bootstrap-italia .it-timepicker-wrapper.theme-dark .calendar-input-container input.form-control {
  background: transparent;
}
.bootstrap-italia .it-timepicker-wrapper.theme-dark .calendar-input-container input.form-control::placeholder {
  color: hsl(210, 25%, 35.2%);
}
.bootstrap-italia .it-timepicker-wrapper.theme-dark .calendar-input-container .btn-time {
  background: transparent;
}
.bootstrap-italia .it-timepicker-wrapper.theme-dark .spinner-control {
  background: #30373d;
}
.bootstrap-italia .it-timepicker-wrapper.theme-dark .spinner-control .spinner .button-wrapper button .icon-up {
  border-color: transparent transparent #fff transparent;
}
.bootstrap-italia .it-timepicker-wrapper.theme-dark .spinner-control .spinner .button-wrapper button .icon-down {
  border-color: #fff transparent transparent transparent;
}
.bootstrap-italia .it-timepicker-wrapper.theme-dark .spinner-control input {
  color: #fff;
  border-bottom: 1px solid #fff;
  background: transparent;
}
.bootstrap-italia .it-header-slim-wrapper {
  background: hsl(210, 100%, 35%);
  padding: 6.5px 18px;
}
.bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content .dropdown-menu {
  top: -9px !important;
}
.bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}
.bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content a:hover:not(.active) {
  text-decoration: underline;
}
.bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content a .icon {
  width: 18px;
  height: 18px;
  transition: all 0.3s;
  transform-origin: center;
  fill: hsl(0, 0%, 100%);
}
.bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle {
  text-transform: uppercase;
  font-size: 0.778em;
  text-decoration: underline;
  display: flex;
  align-items: center;
}
.bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle[aria-expanded=true] .icon {
  transform: scaleY(-1);
}
.bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content a.it-opener {
  font-size: 0.778em;
  padding: 0.5rem 0;
  display: block;
  text-decoration: none;
}
.bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content a.it-opener[aria-expanded=true] .icon {
  transform: scaleY(-1);
}
.bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content .navbar-brand {
  color: hsl(0, 0%, 100%);
  font-size: 0.778em;
  padding: 0;
}
.bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone,
.bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone {
  display: flex;
  align-items: center;
  align-self: flex-start;
}
.bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone button,
.bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone .it-access-top-wrapper > a,
.bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone button,
.bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone .it-access-top-wrapper > a {
  background: hsl(210, 100%, 25%);
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone button:hover,
.bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone .it-access-top-wrapper > a:hover,
.bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone button:hover,
.bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone .it-access-top-wrapper > a:hover {
  background: hsl(210, 100%, 30%);
}
.bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list {
  margin-top: 16px;
  margin-bottom: 24px;
}
.bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list a.list-item.active {
  color: hsl(0, 0%, 100%);
  cursor: default;
  text-decoration: none;
}
.bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list a.list-item:hover:not(.active) {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .bootstrap-italia .it-header-slim-wrapper {
    height: 48px;
    padding: 0;
  }
  .bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content {
    padding: 0 18px;
    height: 48px;
  }
  .bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content .dropdown-menu {
    top: -14px !important;
  }
  .bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile {
    flex-grow: 2;
  }
  .bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list {
    margin: 0;
    display: flex;
    padding: 0 24px;
    margin-right: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    height: 48px;
  }
  .bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list a.active {
    border-bottom: 2px solid hsl(0, 0%, 100%);
    text-decoration: none;
  }
  .bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none;
  }
  .bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle .icon {
    margin-left: 4px;
  }
  .bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content a.navbar-brand {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone,
  .bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone {
    height: 48px;
  }
  .bootstrap-italia .it-header-slim-wrapper .it-header-slim-wrapper-content {
    align-items: center;
  }
  .bootstrap-italia .it-header-slim-wrapper .collapse:not(.show) {
    display: flex;
    justify-content: flex-end;
  }
}
.bootstrap-italia .it-header-slim-wrapper.theme-light {
  background: hsl(0, 0%, 100%);
  border-bottom: 1px solid rgba(0, 89, 179, 0.2);
}
.bootstrap-italia .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu:before,
.bootstrap-italia .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone .dropdown-menu:before {
  background: hsl(210, 100%, 35%);
}
.bootstrap-italia .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu,
.bootstrap-italia .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone .dropdown-menu {
  background-color: hsl(210, 100%, 35%);
}
.bootstrap-italia .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu a,
.bootstrap-italia .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone .dropdown-menu a span,
.bootstrap-italia .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone .dropdown-menu a,
.bootstrap-italia .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone .dropdown-menu a span {
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone button,
.bootstrap-italia .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone button {
  background: hsl(210, 100%, 40%);
}
.bootstrap-italia .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .it-header-slim-right-zone button:hover,
.bootstrap-italia .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone button:hover {
  background: hsl(210, 100%, 40%);
}
.bootstrap-italia .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content a {
  color: hsl(210, 100%, 35%);
}
.bootstrap-italia .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content a .icon {
  fill: hsl(210, 100%, 35%);
}
.bootstrap-italia .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content a.it-opener[aria-expanded=true] .icon {
  fill: hsl(210, 100%, 35%);
}
.bootstrap-italia .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .navbar-brand {
  color: hsl(210, 100%, 35%);
}
.bootstrap-italia .it-header-slim-wrapper.theme-light .btn-full.btn-info, .bootstrap-italia .it-header-slim-wrapper.theme-light .btn-full.btn-danger, .bootstrap-italia .it-header-slim-wrapper.theme-light .btn-full.btn-success, .bootstrap-italia .it-header-slim-wrapper.theme-light .btn-full.btn-warning, .bootstrap-italia .it-header-slim-wrapper.theme-light .btn-full.btn-secondary, .bootstrap-italia .it-header-slim-wrapper.theme-light .btn-full.btn-primary {
  color: hsl(0, 0%, 100%) !important;
}
@media (min-width: 992px) {
  .bootstrap-italia .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .nav-mobile ul.link-list {
    border-left: 1px solid rgba(0, 89, 179, 0.2);
    border-right: 1px solid rgba(0, 89, 179, 0.2);
  }
  .bootstrap-italia .it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .nav-mobile ul.link-list a.list-item.active {
    color: #706f6f;
    border-bottom: 2px solid hsl(210, 100%, 35%);
  }
}
.bootstrap-italia .it-user-wrapper .dropdown-menu.show {
  transform: translate3d(-120px, 42px, 0) !important;
}
.bootstrap-italia .it-user-wrapper .dropdown-menu.show::before {
  right: 12px;
  left: auto !important;
}
.bootstrap-italia .it-user-wrapper.cloned {
  margin-left: 1em;
  align-self: center;
}
.bootstrap-italia .it-user-wrapper .link-list-wrapper > ul > li > a {
  line-height: 3em;
}
@media (min-width: 576px) {
  .bootstrap-italia .it-user-wrapper .dropdown-menu.show {
    transform: translate3d(-132px, 50px, 0) !important;
  }
  .bootstrap-italia .it-user-wrapper .dropdown-menu.show::before {
    right: 12px;
    left: auto !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-italia .it-user-wrapper .dropdown-menu.show {
    transform: translate3d(0, 56px, 0) !important;
  }
  .bootstrap-italia .it-user-wrapper .dropdown-menu.show::before {
    right: auto;
    left: 27px !important;
  }
  .bootstrap-italia .it-user-wrapper.dropdown .icon {
    margin-left: 4px;
  }
  .bootstrap-italia .it-user-wrapper.dropdown.cloned .btn-full {
    height: 56px;
  }
}
.bootstrap-italia .it-header-center-wrapper {
  background: hsl(210, 100%, 40%);
  height: 80px;
  display: flex;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
}
.bootstrap-italia .it-header-center-wrapper.it-small-header {
  height: 64px;
}
.bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 100%;
}
.bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text {
  padding-right: 24px;
}
.bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a {
  display: flex;
  color: hsl(0, 0%, 100%);
  align-items: center;
  text-decoration: none;
}
.bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h2 {
  font-size: 1.25em;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: unset;
  line-height: 1.1;
}
.bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h3 {
  font-size: 0.889em;
  font-weight: normal;
  margin-bottom: 0;
}
.bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a:hover {
  text-decoration: none;
}
.bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .icon {
  fill: hsl(0, 0%, 100%);
  width: 48px;
  height: 48px;
  margin-right: 8px;
  flex-shrink: 0;
}
.bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone {
  color: hsl(0, 0%, 100%);
  display: flex;
  align-items: center;
}
.bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials {
  align-items: center;
  font-size: 0.889em;
}
.bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul .icon {
  fill: hsl(0, 0%, 100%);
  width: 24px;
  height: 24px;
  margin-left: 16px;
}
.bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper {
  display: flex;
  align-items: center;
  font-size: 0.889em;
}
.bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon {
  width: 24px;
  height: 24px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg {
  fill: hsl(0, 0%, 100%);
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper {
    margin-left: 40px;
  }
  .bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon {
    margin-left: 8px;
  }
}
@media (min-width: 992px) {
  .bootstrap-italia .it-header-center-wrapper {
    height: 120px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px;
  }
  .bootstrap-italia .it-header-center-wrapper.it-small-header {
    height: 104px;
  }
  .bootstrap-italia .it-header-center-wrapper.it-small-header .it-header-center-content-wrapper .it-brand-wrapper a h2 {
    font-size: 1.333em;
  }
  .bootstrap-italia .it-header-center-wrapper.it-small-header .it-header-center-content-wrapper .it-brand-wrapper a h3 {
    font-size: 0.778em;
    margin-top: 4px;
  }
  .bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper {
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-basis: 100%;
  }
  .bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper {
    margin-left: 0;
  }
  .bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a {
    display: flex;
    align-items: center;
  }
  .bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h2 {
    font-size: 1.778em;
    margin-bottom: 0;
    font-weight: 600;
  }
  .bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h3 {
    font-size: 0.889em;
    font-weight: normal;
    margin-bottom: 0;
  }
  .bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a:hover {
    text-decoration: none;
  }
  .bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .icon {
    width: 82px;
    height: 82px;
    margin-right: 16px;
  }
  .bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone {
    display: flex;
    align-items: center;
  }
  .bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials {
    align-items: center;
    font-size: 0.889em;
  }
  .bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  .bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul .icon {
    width: 24px;
    height: 24px;
    margin-left: 16px;
  }
  .bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul a:hover svg {
    fill: #f2f2f2;
  }
  .bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper {
    display: flex;
    align-items: center;
    margin-left: 80px;
    font-size: 0.889em;
  }
  .bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    display: block;
    background: hsl(0, 0%, 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    transition: all 0.3s;
  }
  .bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon:hover {
    background: #f2f2f2;
  }
  .bootstrap-italia .it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg {
    fill: hsl(210, 100%, 40%);
    width: 24px;
    height: 24px;
  }
}
.bootstrap-italia .it-header-center-wrapper.theme-light {
  background: hsl(0, 0%, 100%);
}
.bootstrap-italia .it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-brand-wrapper a {
  color: hsl(210, 100%, 40%);
}
.bootstrap-italia .it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-brand-wrapper a .icon {
  fill: hsl(210, 100%, 40%);
}
.bootstrap-italia .it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-right-zone {
  color: hsl(210, 100%, 40%);
}
.bootstrap-italia .it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-right-zone .it-socials ul .icon {
  fill: hsl(210, 100%, 40%);
}
.bootstrap-italia .it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg {
  fill: hsl(210, 100%, 40%);
}
@media (min-width: 992px) {
  .bootstrap-italia .it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-right-zone .it-socials ul a:hover svg {
    fill: #0059b3;
  }
  .bootstrap-italia .it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper a {
    background: hsl(210, 100%, 40%);
  }
  .bootstrap-italia .it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg {
    fill: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon:hover {
    background: #0059b3;
  }
}
.bootstrap-italia .it-header-navbar-wrapper nav {
  background: transparent;
}
@media (min-width: 992px) {
  .bootstrap-italia .it-header-navbar-wrapper {
    background: hsl(210, 100%, 40%);
  }
  .bootstrap-italia .it-header-navbar-wrapper .nav-item.megamenu > a.dropdown-toggle:before {
    bottom: -14px;
  }
  .bootstrap-italia .it-header-navbar-wrapper nav a {
    text-decoration: none;
  }
  .bootstrap-italia .it-header-navbar-wrapper nav .navbar-collapsable .menu-wrapper {
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .bootstrap-italia .it-header-navbar-wrapper nav .navbar-collapsable .menu-wrapper .navbar-nav {
    padding: 0;
  }
  .bootstrap-italia .it-header-navbar-wrapper nav .navbar-collapsable .menu-wrapper .navbar-nav.navbar-secondary {
    display: flex;
    justify-content: flex-end;
  }
  .bootstrap-italia .it-header-navbar-wrapper nav .navbar-collapsable .menu-wrapper .navbar-nav.navbar-secondary a {
    font-size: 0.85em;
    line-height: 1.6;
  }
}
@media (max-width: 992px) {
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .custom-navbar-toggler .icon {
    fill: hsl(210, 100%, 40%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable {
    /*lista menu*/
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .menu-wrapper {
    background: hsl(210, 100%, 40%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .it-heading-megacolumn:before {
    background: hsl(210, 85.7142857143%, 72%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu .link-list h3 {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu .col-12:not(:first-child) .link-list-wrapper h3:before {
    background: hsl(210, 85.7142857143%, 72%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav .it-external .link-list-wrapper .link-list li.it-more a:before {
    background: hsl(210, 85.7142857143%, 72%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li.megamenu .it-megamenu-footer {
    background: hsl(210, 100%, 35%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical {
    background: hsl(210, 100%, 35%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical .link-list-wrapper .link-list li .divider {
    background: hsl(210, 85.7142857143%, 72%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical.it-description p {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical.it-description .description-content:before {
    background: hsl(210, 85.7142857143%, 72%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li a.nav-link {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li a.nav-link.active {
    border-left-color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-dark-mobile .navbar .close-div .close-menu {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu h3 {
    font-weight: 600;
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu h3.it-heading-megacolumn {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active span {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li a span {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li a i {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li a h3 {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li h3 {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li .divider {
    background: hsl(210, 85.7142857143%, 72%);
  }
}
@media (min-width: 992px) {
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk {
    background: hsl(0, 0%, 100%);
    box-shadow: 0 20px 30px 5px rgba(0, 0, 0, 0.05);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle svg {
    fill: hsl(210, 100%, 40%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .navbar {
    background: transparent;
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable {
    /*lista menu*/
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .menu-wrapper {
    background: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu .link-list h3 {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu .it-external .link-list-wrapper .link-list li.it-more a:before {
    background: hsl(210, 85.7142857143%, 72%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu a.nav-link:before {
    background-color: hsl(210, 100%, 40%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu .it-megamenu-footer {
    background: hsl(210, 100%, 35%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical {
    background: hsl(210, 100%, 35%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical .link-list-wrapper .link-list li .divider {
    background: hsl(210, 85.7142857143%, 72%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu .it-description p {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li a.nav-link {
    color: hsl(210, 100%, 40%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li a.nav-link.active {
    border-bottom-color: hsl(210, 100%, 40%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu {
    background: hsl(210, 100%, 40%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu h3 {
    font-weight: 600;
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu h3.it-heading-megacolumn {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu:before {
    background: hsl(210, 100%, 40%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active span {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li a span {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li a i {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li a h3 {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li h3 {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li .divider {
    background: hsl(210, 2.9799029799%, 85.57%);
  }
}
.bootstrap-italia .it-header-wrapper .it-nav-wrapper {
  position: relative;
}
.bootstrap-italia .it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
  padding-left: 32px;
}
.bootstrap-italia .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
  transition: padding-top 0.3s ease;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -22px;
}
.bootstrap-italia .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
  padding-left: 18px;
  padding-right: 18px;
}
.bootstrap-italia .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav .custom-navbar-toggler {
  padding: 0;
  transform: translateX(-2px);
  cursor: pointer;
}
.bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-nav-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media (min-width: 992px) {
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-slim-wrapper,
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-center-wrapper {
    display: none;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper {
    align-self: center;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper.cloned .it-brand-text {
    display: none;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper.cloned a {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper.cloned a:hover {
    text-decoration: none;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper.cloned a .icon {
    fill: hsl(0, 0%, 100%);
    width: 41px;
    height: 41px;
    margin-right: 16px;
    flex-shrink: 0;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper {
    display: flex;
    align-items: center;
    align-self: center;
    margin-left: 26.6666666667px;
    font-size: 0.889em;
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper a.rounded-icon {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    display: block;
    background: hsl(0, 0%, 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    transition: all 0.3s;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper a.rounded-icon:hover {
    background: #f2f2f2;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper a.rounded-icon svg {
    fill: hsl(210, 100%, 40%);
    width: 24px;
    height: 24px;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.cloned a {
    width: 35px;
    height: 35px;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.cloned a svg {
    width: 20px;
    height: 20px;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .navbar-nav {
    flex: 1;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .navbar-nav.navbar-secondary {
    display: none;
  }
}
.bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky ~ * .owl-carousel {
  z-index: auto;
}
@media (min-width: 992px) {
  .bootstrap-italia .it-header-wrapper .it-nav-wrapper {
    position: relative;
  }
  .bootstrap-italia .it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
    padding-left: 0;
  }
  .bootstrap-italia .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
    position: inherit;
    left: auto;
    top: inherit;
    margin-top: 0;
  }
  .bootstrap-italia .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
    padding-left: 18px;
    padding-right: 18px;
  }
  .bootstrap-italia .it-header-wrapper .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu {
    left: 0;
    right: 0;
  }
}
.bootstrap-italia .it-footer-main {
  background-color: hsl(210, 100%, 20%);
  color: hsl(0, 0%, 100%);
  font-size: 16px;
}
.bootstrap-italia .it-footer-main h4 a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}
.bootstrap-italia .it-footer-main .link-list-wrapper ul li a {
  padding: 0;
  font-size: 1em;
  line-height: 2em;
  color: hsl(0, 0%, 100%);
}
.bootstrap-italia .it-footer-main .link-list-wrapper ul li a:hover:not(.disabled) {
  text-decoration: underline;
}
.bootstrap-italia .it-footer-main .it-brand-wrapper {
  padding: 32px 0;
}
.bootstrap-italia .it-footer-main .it-brand-wrapper .it-brand-text {
  padding-right: 24px;
}
.bootstrap-italia .it-footer-main .it-brand-wrapper a {
  display: flex;
  color: hsl(0, 0%, 100%);
  align-items: center;
  text-decoration: none;
}
.bootstrap-italia .it-footer-main .it-brand-wrapper a h2 {
  font-size: 1.25em;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: unset;
  line-height: 1.1;
}
.bootstrap-italia .it-footer-main .it-brand-wrapper a h3 {
  font-size: 0.889em;
  font-weight: normal;
  margin-bottom: 0;
}
.bootstrap-italia .it-footer-main .it-brand-wrapper a:hover {
  text-decoration: none;
}
.bootstrap-italia .it-footer-main .it-brand-wrapper a .icon {
  fill: hsl(0, 0%, 100%);
  width: 48px;
  height: 48px;
  margin-right: 8px;
  flex-shrink: 0;
}
.bootstrap-italia .it-footer-main section {
  padding: 0 16px;
}
.bootstrap-italia .it-footer-main label {
  font-weight: 600;
}
.bootstrap-italia .it-footer-small-prints {
  background-color: hsl(210, 100%, 10%);
}
.bootstrap-italia .it-footer-small-prints ul.it-footer-small-prints-list {
  padding: 1.5rem 1rem;
}
.bootstrap-italia .it-footer-small-prints ul.it-footer-small-prints-list li {
  padding: 0.5rem 0;
}
.bootstrap-italia .it-footer-small-prints ul.it-footer-small-prints-list li:first-child {
  padding-top: 0;
}
.bootstrap-italia .it-footer-small-prints ul.it-footer-small-prints-list li:last-child {
  padding-bottom: 0;
}
.bootstrap-italia .it-footer-small-prints a,
.bootstrap-italia .it-footer-small-prints a:hover:not(.disabled) {
  color: hsl(0, 0%, 100%);
  font-size: 15px;
  text-decoration: none;
}
.bootstrap-italia .form-newsletter input[type=email] {
  font-size: 1em;
}
.bootstrap-italia .form-newsletter input[type=email] ~ * {
  margin-top: 1em;
}
.bootstrap-italia .form-newsletter button {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .bootstrap-italia .form-newsletter button {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 768px) {
  .bootstrap-italia .it-footer-small-prints ul.it-footer-small-prints-list li {
    padding: 0 1rem;
  }
  .bootstrap-italia .it-footer-small-prints ul.it-footer-small-prints-list li:first-child {
    padding-left: 0;
  }
  .bootstrap-italia .it-footer-small-prints ul.it-footer-small-prints-list li:last-child {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .bootstrap-italia .navbar.theme-dark-mobile .navbar-collapsable {
    /*lista menu*/
  }
  .bootstrap-italia .navbar.theme-dark-mobile .navbar-collapsable .menu-wrapper {
    background: hsl(210, 100%, 40%);
  }
  .bootstrap-italia .navbar.theme-dark-mobile .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .it-heading-megacolumn:before {
    background: hsl(210, 85.7142857143%, 72%);
  }
  .bootstrap-italia .navbar.theme-dark-mobile .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu .link-list h3 {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.theme-dark-mobile .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu .col-12:not(:first-child) .link-list-wrapper h3:before {
    background: hsl(210, 85.7142857143%, 72%);
  }
  .bootstrap-italia .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav .it-external .link-list-wrapper .link-list li.it-more a:before {
    background: hsl(210, 85.7142857143%, 72%);
  }
  .bootstrap-italia .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li.megamenu .it-megamenu-footer {
    background: hsl(210, 100%, 35%);
  }
  .bootstrap-italia .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical {
    background: hsl(210, 100%, 35%);
  }
  .bootstrap-italia .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical .link-list-wrapper .link-list li .divider {
    background: hsl(210, 85.7142857143%, 72%);
  }
  .bootstrap-italia .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical.it-description p {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical.it-description .description-content:before {
    background: hsl(210, 85.7142857143%, 72%);
  }
  .bootstrap-italia .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li a.nav-link {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li a.nav-link.active {
    border-left-color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.theme-dark-mobile .close-div .close-menu {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.theme-dark-mobile .dropdown-menu h3 {
    font-weight: 600;
  }
  .bootstrap-italia .navbar.theme-dark-mobile .dropdown-menu h3.it-heading-megacolumn {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li a.list-item.active {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li a.list-item.active span {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li a span {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li a i {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li a h3 {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li h3 {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li .divider {
    background: hsl(210, 85.7142857143%, 72%);
  }
}
@media (min-width: 992px) {
  .bootstrap-italia .navbar.theme-light-desk {
    background: hsl(0, 0%, 100%);
    box-shadow: 0 20px 30px 5px rgba(0, 0, 0, 0.05);
  }
  .bootstrap-italia .navbar.theme-light-desk .navbar-collapsable {
    /*lista menu*/
  }
  .bootstrap-italia .navbar.theme-light-desk .navbar-collapsable .menu-wrapper {
    background: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.theme-light-desk .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu .link-list h3 {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu .it-external .link-list-wrapper .link-list li.it-more a:before {
    background: hsl(210, 85.7142857143%, 72%);
  }
  .bootstrap-italia .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu a.nav-link:before {
    background-color: hsl(210, 100%, 40%);
  }
  .bootstrap-italia .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu .it-megamenu-footer {
    background: hsl(210, 100%, 35%);
  }
  .bootstrap-italia .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical {
    background: hsl(210, 100%, 35%);
  }
  .bootstrap-italia .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical .link-list-wrapper .link-list li .divider {
    background: hsl(210, 85.7142857143%, 72%);
  }
  .bootstrap-italia .navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu .it-description p {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.theme-light-desk .navbar-collapsable .navbar-nav li a.nav-link {
    color: hsl(210, 100%, 40%);
  }
  .bootstrap-italia .navbar.theme-light-desk .navbar-collapsable .navbar-nav li a.nav-link.active {
    border-bottom-color: hsl(210, 100%, 40%);
  }
  .bootstrap-italia .navbar.theme-light-desk .dropdown-menu {
    background: hsl(210, 100%, 40%);
  }
  .bootstrap-italia .navbar.theme-light-desk .dropdown-menu h3 {
    font-weight: 600;
  }
  .bootstrap-italia .navbar.theme-light-desk .dropdown-menu h3.it-heading-megacolumn {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.theme-light-desk .dropdown-menu:before {
    background: hsl(210, 100%, 40%);
  }
  .bootstrap-italia .navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li a.list-item.active {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li a.list-item.active span {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li a span {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li a i {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li a h3 {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li h3 {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li .divider {
    background: hsl(210, 2.9799029799%, 85.57%);
  }
}
.bootstrap-italia :focus, .bootstrap-italia .form-check [type=checkbox]:focus + label,
.bootstrap-italia .form-check [type=radio]:focus + label, .bootstrap-italia .toggles label input[type=checkbox]:focus + .lever, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label, .bootstrap-italia .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .lever {
  border-color: #ffb200;
  box-shadow: 0 0 0 2px #ffb200;
  outline: none;
}
.bootstrap-italia [tabindex="-1"]:focus:not(:focus-visible), .bootstrap-italia .form-check [type=checkbox]:focus + label[tabindex="-1"]:not(:focus-visible),
.bootstrap-italia .form-check [type=radio]:focus + label[tabindex="-1"]:not(:focus-visible), .bootstrap-italia .toggles label input[type=checkbox]:focus + [tabindex="-1"].lever:not(:focus-visible), .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[tabindex="-1"]:not(:focus-visible), .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[tabindex="-1"]:not(:focus-visible),
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[tabindex="-1"]:not(:focus-visible),
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[tabindex="-1"]:not(:focus-visible), .bootstrap-italia .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + [tabindex="-1"].lever:not(:focus-visible) {
  box-shadow: none;
}
.bootstrap-italia .focus--mouse, .bootstrap-italia .form-check [type=checkbox]:focus.focus--mouse + label, .bootstrap-italia .form-check [type=checkbox]:focus + label[type=checkbox].focus--mouse + label,
.bootstrap-italia .form-check [type=radio]:focus + label[type=checkbox].focus--mouse + label,
.bootstrap-italia .form-check [type=radio]:focus.focus--mouse + label,
.bootstrap-italia .form-check [type=checkbox]:focus + label[type=radio].focus--mouse + label,
.bootstrap-italia .form-check [type=radio]:focus + label[type=radio].focus--mouse + label, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].focus--mouse.lever + label, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].focus--mouse.lever + label, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox].focus--mouse + label, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=checkbox].focus--mouse + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox].focus--mouse + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=checkbox].focus--mouse + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=radio].focus--mouse.lever + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=radio].focus--mouse.lever + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio].focus--mouse + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label[type=radio].focus--mouse + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label[type=radio].focus--mouse + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label[type=radio].focus--mouse + label, .bootstrap-italia .toggles label input[type=checkbox]:focus.focus--mouse + .lever, .bootstrap-italia .toggles label input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever + .lever, .bootstrap-italia .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + input[type=checkbox].focus--mouse.lever + .lever, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus.focus--mouse + [type=checkbox].lever:focus + label, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus.focus--mouse + [type=checkbox].lever:focus + label, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever + [type=checkbox].lever:focus + label, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever + [type=checkbox].lever:focus + label, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + input[type=checkbox].focus--mouse.lever + [type=checkbox].lever:focus + label, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].lever + input[type=checkbox].focus--mouse.lever + [type=checkbox].lever:focus + label, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus.focus--mouse + label[type=checkbox].lever + label, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus.focus--mouse + label[type=checkbox].lever + label, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever:focus + label[type=checkbox].lever + label, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever:focus + label[type=checkbox].lever + label, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + input[type=checkbox].focus--mouse.lever:focus + label[type=checkbox].lever + label, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].lever + input[type=checkbox].focus--mouse.lever:focus + label[type=checkbox].lever + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox][type=radio]:focus.focus--mouse + label[type=checkbox].lever + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox][type=radio]:focus.focus--mouse + label[type=checkbox].lever + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever[type=radio]:focus + label[type=checkbox].lever + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever[type=radio]:focus + label[type=checkbox].lever + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + input[type=checkbox].focus--mouse.lever[type=radio]:focus + label[type=checkbox].lever + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].lever + input[type=checkbox].focus--mouse.lever[type=radio]:focus + label[type=checkbox].lever + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus.focus--mouse + [type=radio].lever:focus + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus.focus--mouse + [type=radio].lever:focus + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever + [type=radio].lever:focus + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever + [type=radio].lever:focus + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + input[type=checkbox].focus--mouse.lever + [type=radio].lever:focus + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].lever + input[type=checkbox].focus--mouse.lever + [type=radio].lever:focus + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus.focus--mouse + label[type=radio].lever + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus.focus--mouse + label[type=radio].lever + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever:focus + label[type=radio].lever + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever:focus + label[type=radio].lever + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + input[type=checkbox].focus--mouse.lever:focus + label[type=radio].lever + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].lever + input[type=checkbox].focus--mouse.lever:focus + label[type=radio].lever + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox][type=radio]:focus.focus--mouse + label[type=radio].lever + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox][type=radio]:focus.focus--mouse + label[type=radio].lever + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever[type=radio]:focus + label[type=radio].lever + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever[type=radio]:focus + label[type=radio].lever + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + input[type=checkbox].focus--mouse.lever[type=radio]:focus + label[type=radio].lever + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].lever + input[type=checkbox].focus--mouse.lever[type=radio]:focus + label[type=radio].lever + label, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus.focus--mouse + [type=checkbox].lever + label, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever:focus + [type=checkbox].lever + label, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + input[type=checkbox].focus--mouse.lever:focus + [type=checkbox].lever + label, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus.focus--mouse + [type=checkbox].lever + label, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever:focus + [type=checkbox].lever + label, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].lever + input[type=checkbox].focus--mouse.lever:focus + [type=checkbox].lever + label, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever:focus.focus--mouse + label[type=checkbox].lever + label, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever + label[type=checkbox].lever + label, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever:focus + input[type=checkbox].focus--mouse.lever + label[type=checkbox].lever + label, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].lever:focus.focus--mouse + label[type=checkbox].lever + label, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever + label[type=checkbox].lever + label, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].lever:focus + input[type=checkbox].focus--mouse.lever + label[type=checkbox].lever + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox][type=radio].lever:focus.focus--mouse + label[type=checkbox].lever + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever[type=radio] + label[type=checkbox].lever + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever:focus + input[type=checkbox].focus--mouse.lever[type=radio] + label[type=checkbox].lever + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox][type=radio].lever:focus.focus--mouse + label[type=checkbox].lever + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever[type=radio] + label[type=checkbox].lever + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].lever:focus + input[type=checkbox].focus--mouse.lever[type=radio] + label[type=checkbox].lever + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus.focus--mouse + [type=radio].lever + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever:focus + [type=radio].lever + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + input[type=checkbox].focus--mouse.lever:focus + [type=radio].lever + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus.focus--mouse + [type=radio].lever + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever:focus + [type=radio].lever + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].lever + input[type=checkbox].focus--mouse.lever:focus + [type=radio].lever + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever:focus.focus--mouse + label[type=radio].lever + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever + label[type=radio].lever + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever:focus + input[type=checkbox].focus--mouse.lever + label[type=radio].lever + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].lever:focus.focus--mouse + label[type=radio].lever + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever + label[type=radio].lever + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].lever:focus + input[type=checkbox].focus--mouse.lever + label[type=radio].lever + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox][type=radio].lever:focus.focus--mouse + label[type=radio].lever + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever[type=radio] + label[type=radio].lever + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + input[type=checkbox].lever:focus + input[type=checkbox].focus--mouse.lever[type=radio] + label[type=radio].lever + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox][type=radio].lever:focus.focus--mouse + label[type=radio].lever + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever[type=radio] + label[type=radio].lever + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + input[type=checkbox].lever:focus + input[type=checkbox].focus--mouse.lever[type=radio] + label[type=radio].lever + label, .bootstrap-italia .toggles label input[type=checkbox]:focus.focus--mouse + input[type=checkbox].lever:focus + .lever, .bootstrap-italia .toggles label input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever + input[type=checkbox].lever:focus + .lever, .bootstrap-italia .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + input[type=checkbox].focus--mouse.lever + input[type=checkbox].lever:focus + .lever, .bootstrap-italia .toggles label input[type=checkbox]:focus.focus--mouse + input[type=checkbox].lever + .lever, .bootstrap-italia .toggles label input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever:focus + input[type=checkbox].lever + .lever, .bootstrap-italia .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + input[type=checkbox].focus--mouse.lever:focus + input[type=checkbox].lever + .lever, .bootstrap-italia .toggles label input[type=checkbox]:focus + input[type=checkbox].lever:focus.focus--mouse + input[type=checkbox].lever + .lever, .bootstrap-italia .toggles label input[type=checkbox]:focus + input[type=checkbox].focus--mouse.lever + input[type=checkbox].lever + .lever, .bootstrap-italia .toggles label input[type=checkbox]:focus + input[type=checkbox].lever:focus + input[type=checkbox].focus--mouse.lever + input[type=checkbox].lever + .lever {
  border-color: inherit;
  box-shadow: none;
  outline: none;
}
.bootstrap-italia .icon {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.bootstrap-italia .icon.icon-padded {
  padding: 8px;
}
.bootstrap-italia .icon.icon-xs {
  width: 16px;
  height: 16px;
}
.bootstrap-italia .icon.icon-xs.icon-padded {
  padding: 4px;
}
.bootstrap-italia .icon.icon-sm {
  width: 24px;
  height: 24px;
}
.bootstrap-italia .icon.icon-sm.icon-padded {
  padding: 6px;
}
.bootstrap-italia .icon.icon-lg {
  width: 48px;
  height: 48px;
}
.bootstrap-italia .icon.icon-lg.icon-padded {
  padding: 12px;
}
.bootstrap-italia .icon.icon-xl {
  width: 64px;
  height: 64px;
}
.bootstrap-italia .icon.icon-xl.icon-padded {
  padding: 16px;
}
.bootstrap-italia .icon-primary {
  fill: hsl(210, 100%, 40%) !important;
}
.bootstrap-italia .icon-secondary {
  fill: hsl(210, 16.9590643275%, 43.605%) !important;
}
.bootstrap-italia .icon-success {
  fill: hsl(159, 100%, 26.5%) !important;
}
.bootstrap-italia .icon-info {
  fill: hsl(225, 0.7444168734%, 59.7%) !important;
}
.bootstrap-italia .icon-warning {
  fill: hsl(36, 100%, 32.5%) !important;
}
.bootstrap-italia .icon-danger {
  fill: hsl(351, 68%, 53.125%) !important;
}
.bootstrap-italia .icon-light {
  fill: hsl(255, 32.2033898305%, 92.625%) !important;
}
.bootstrap-italia .icon-dark {
  fill: hsl(210, 53.8461538462%, 19.5%) !important;
}
.bootstrap-italia .icon-black {
  fill: hsl(0, 0%, 0%) !important;
}
.bootstrap-italia .icon-white {
  fill: hsl(0, 0%, 100%) !important;
}
.bootstrap-italia .icon-100 {
  fill: hsl(225, 4.3062200957%, 89.55%) !important;
}
.bootstrap-italia .icon-200 {
  fill: hsl(225, 1.9607843137%, 79.6%) !important;
}
.bootstrap-italia .icon-300 {
  fill: hsl(225, 1.1532125206%, 69.65%) !important;
}
.bootstrap-italia .icon-400 {
  fill: hsl(225, 0.7444168734%, 59.7%) !important;
}
.bootstrap-italia .icon-500 {
  fill: hsl(225, 0.5025125628%, 49.75%) !important;
}
.bootstrap-italia .icon-600 {
  fill: hsl(225, 0.5025125628%, 39.8%) !important;
}
.bootstrap-italia .icon-700 {
  fill: hsl(225, 0.5025125628%, 29.85%) !important;
}
.bootstrap-italia .icon-800 {
  fill: hsl(225, 0.5025125628%, 19.9%) !important;
}
.bootstrap-italia .icon-900 {
  fill: hsl(225, 0.5025125628%, 9.95%) !important;
}
.bootstrap-italia .card {
  display: flex;
}
.bootstrap-italia .card-wrapper.card-teaser-wrapper > .card-teaser.card-teaser-image > .journal-content-article > .card-image-wrapper {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.bootstrap-italia .input-group-item {
  flex-wrap: unset;
}
.bootstrap-italia .input-group-inset-item {
  align-items: unset;
  border-style: unset;
  border-radius: unset;
}
.bootstrap-italia .input-group-item .input-group-inset-after.form-control {
  height: 100%;
  border-bottom: unset;
}
.bootstrap-italia .bootstrap-italia input[type=search] {
  border-bottom: unset;
}
.bootstrap-italia a.read-more .icon {
  margin-left: 8px;
  transition: all 0.4s;
}
.bootstrap-italia a.read-more:hover .icon {
  margin-left: 13px;
}
.bootstrap-italia .portlet-asset-publisher.inherit section.portlet {
  position: inherit;
}
.bootstrap-italia .portlet-asset-publisher.inherit .portlet > .portlet-topper {
  top: 100%;
}
.bootstrap-italia .card-full-height .journal-content-article, .bootstrap-italia .card-full-height .card-wrapper {
  height: 100%;
}
.bootstrap-italia .card-wrapper.card-space {
  height: 100%;
}
.bootstrap-italia .card.card-bg img {
  transition: transform 0.33s ease-in-out;
}
.bootstrap-italia .card.card-bg:hover img {
  transition: transform 0.33s ease-in-out;
  transform: scale(1.2);
}
.bootstrap-italia a .chip-label:hover {
  text-decoration: none;
}
.bootstrap-italia .chip {
  margin-bottom: 8px;
}
.bootstrap-italia :focus, .bootstrap-italia .form-check [type=checkbox]:focus + label,
.bootstrap-italia .form-check [type=radio]:focus + label, .bootstrap-italia .toggles label input[type=checkbox]:focus + .lever, .bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=checkbox].lever + label, .bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=checkbox].lever + label,
.bootstrap-italia .form-check .toggles label input[type=checkbox]:focus + [type=radio].lever + label,
.bootstrap-italia .toggles label .form-check input[type=checkbox]:focus + [type=radio].lever + label, .bootstrap-italia .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + .lever {
  border-color: transparent;
  box-shadow: none;
}
.bootstrap-italia .flag-rosso {
  background: #8e001c !important;
}
.bootstrap-italia .card.border-bottom-card::before {
  background: #8e001c !important;
}
.bootstrap-italia .bootstrap-italia .card.card-big .card-body {
  padding: 20px 48px 48px 48px !important;
}
.bootstrap-italia button.owl-prev,
.bootstrap-italia button.owl-next {
  font-size: 50px !important;
}
.bootstrap-italia .owl-prev,
.bootstrap-italia .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.bootstrap-italia .owl-prev {
  left: -2rem;
}
.bootstrap-italia .owl-next {
  right: -2rem;
}
.bootstrap-italia .marco-aurelio .ma-lower-header {
  z-index: 500 !important;
}
.bootstrap-italia .cardIgeaCarousel {
  min-height: 293px !important;
}
@media only screen and (min-device-width: 960px) and (max-device-width: 1280px) {
  .bootstrap-italia .cardIgeaCarousel {
    min-height: 325px !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .bootstrap-italia #senna_surface1 {
    overflow-x: hidden !important;
  }
  .bootstrap-italia .cardIgeaCarousel {
    min-height: 315px !important;
  }
}
@media only screen and (min-width: 768px) {
  .bootstrap-italia .bootstrap-italia .it-hero-wrapper .it-hero-text-wrapper {
    padding: 60px 40% 40px 26px !important;
  }
  .bootstrap-italia .altezza_card {
    min-height: 680px !important;
  }
  .bootstrap-italia #portlet_com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_oaw1d5cAeN85 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}
.bootstrap-italia .marco-aurelio #block__card-img .card-bg-custom {
  border: 1px solid #706f6f !important;
}
.bootstrap-italia #logo_item {
  display: none;
}
.bootstrap-italia .card-wrapper .card-space {
  height: 100%;
  min-height: 350px !important;
}
.bootstrap-italia .it-header-wrapper .it-nav-wrapper {
  position: relative;
}
.bootstrap-italia .it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
  padding-left: 32px;
}
.bootstrap-italia .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
  transition: padding-top 0.3s ease;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -22px;
}
.bootstrap-italia .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
  padding-left: 18px;
  padding-right: 18px;
}
.bootstrap-italia .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav .custom-navbar-toggler {
  padding: 0;
  transform: translateX(-2px);
  cursor: pointer;
}
.bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-nav-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500000;
}
.bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky #logo_item {
  color: #ffff00;
  display: block;
}
@media (min-width: 992px) {
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-slim-wrapper,
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-center-wrapper,
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .ma-central-header {
    display: none;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper {
    align-self: center;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper.cloned .it-brand-text {
    display: none;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper.cloned a {
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper.cloned a:hover {
    text-decoration: none;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper.cloned a .icon {
    fill: hsl(0, 0%, 100%);
    width: 41px;
    height: 41px;
    margin-right: 16px;
    flex-shrink: 0;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper {
    display: flex;
    align-items: center;
    align-self: center;
    margin-left: 26.6666666667px;
    font-size: 0.889em;
    color: hsl(0, 0%, 100%);
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper a.rounded-icon {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    display: block;
    background: hsl(0, 0%, 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    transition: all 0.3s;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper a.rounded-icon:hover {
    background: #f2f2f2;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper a.rounded-icon svg {
    fill: hsl(210, 100%, 40%);
    width: 24px;
    height: 24px;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.cloned a {
    width: 35px;
    height: 35px;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.cloned a svg {
    width: 20px;
    height: 20px;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .navbar-nav {
    flex: 1;
  }
  .bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .navbar-nav.navbar-secondary {
    display: none;
  }
}
.bootstrap-italia .it-header-wrapper.it-header-sticky.is-sticky ~ * .owl-carousel {
  z-index: auto;
}
@media (min-width: 992px) {
  .bootstrap-italia .it-header-wrapper .it-nav-wrapper {
    position: relative;
  }
  .bootstrap-italia .it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
    padding-left: 0;
  }
  .bootstrap-italia .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
    position: inherit;
    left: auto;
    top: inherit;
    margin-top: 0;
  }
  .bootstrap-italia .it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
    padding-left: 18px;
    padding-right: 18px;
  }
  .bootstrap-italia .it-header-wrapper .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu {
    left: 0;
    right: 0;
  }
}
.bootstrap-italia .label.label-marcoaurelio-category {
  background: transparent;
  border: 1px solid #706f6f;
  border-radius: 12px;
  color: #706f6f;
  font-size: 0.778rem;
  padding: 5px 8px 5px 8px;
  font-weight: 600;
}
.bootstrap-italia .label-marcoaurelio-category:hover {
  background: #706f6f;
  border-color: #706f6f;
  transition: background-color 0.1s;
  color: white;
}
/* COMMON */
/* GRID MIXIN */
/* COLOR CONVERTER */
body {
  margin: 0;
  padding: 0;
}

#wrapper {
  padding: 0;
  overflow: hidden;
}

section.portlet {
  margin: 0;
}

.ma-container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.ma-full-width {
  width: 100%;
}

.no-underline:hover {
  text-decoration: none;
}

.txt-white {
  color: #fff !important;
}

.txt-bold {
  font-weight: bold !important;
}

.txt-undeline_hover:hover {
  text-decoration: underline !important;
}

.bg-orange {
  background-color: #ffb200;
}
.bg-brown {
  background-color: #786051;
}
.bg-dark-gray {
  background-color: #706f6f;
}
.bg-warm-gray {
  background-color: #e5e5e5;
}
.bg-red {
  background-color: #a80021;
}

.flexed, .flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.direction-column {
  flex-direction: column;
}

.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
@media screen and (max-width: 48em) {
  .justify-center--sm {
    justify-content: center;
  }
}
.justify-end {
  justify-content: flex-end;
}
@media screen and (max-width: 48em) {
  .justify-end--sm {
    justify-content: flex-end;
  }
}

.wrapped {
  flex-wrap: wrap;
}

.portlet-content-editable {
  border: none;
}

@media screen and (max-width: 48em) {
  .not-mobile {
    display: none !important;
  }
}

.mt_0 {
  margin-top: 0 px;
}

.mr_0 {
  margin-right: 0 px;
}

.mb_0 {
  margin-bottom: 0 px;
}

.ml_0 {
  margin-left: 0 px;
}

.mt_mobile_0 {
  margin-top: 0 px;
}
@media screen and (max-width: 48em) {
  .mt_mobile_0 {
    margin-top: 0;
  }
}

.mb_mobile_0 {
  margin-bottom: 0 px;
}
@media screen and (max-width: 48em) {
  .mb_mobile_0 {
    margin-bottom: 0;
  }
}

.pt_0 {
  padding-top: 0 px;
}

.pr_0 {
  padding-right: 0 px;
}

.pb_0 {
  padding-bottom: 0 px;
}

.pl_0 {
  padding-left: 0 px;
}

.mt_5 {
  margin-top: 5 px;
}

.mr_5 {
  margin-right: 5 px;
}

.mb_5 {
  margin-bottom: 5 px;
}

.ml_5 {
  margin-left: 5 px;
}

.mt_mobile_5 {
  margin-top: 5 px;
}
@media screen and (max-width: 48em) {
  .mt_mobile_5 {
    margin-top: 0;
  }
}

.mb_mobile_5 {
  margin-bottom: 5 px;
}
@media screen and (max-width: 48em) {
  .mb_mobile_5 {
    margin-bottom: 0;
  }
}

.pt_5 {
  padding-top: 5 px;
}

.pr_5 {
  padding-right: 5 px;
}

.pb_5 {
  padding-bottom: 5 px;
}

.pl_5 {
  padding-left: 5 px;
}

.mt_10 {
  margin-top: 10 px;
}

.mr_10 {
  margin-right: 10 px;
}

.mb_10 {
  margin-bottom: 10 px;
}

.ml_10 {
  margin-left: 10 px;
}

.mt_mobile_10 {
  margin-top: 10 px;
}
@media screen and (max-width: 48em) {
  .mt_mobile_10 {
    margin-top: 0;
  }
}

.mb_mobile_10 {
  margin-bottom: 10 px;
}
@media screen and (max-width: 48em) {
  .mb_mobile_10 {
    margin-bottom: 0;
  }
}

.pt_10 {
  padding-top: 10 px;
}

.pr_10 {
  padding-right: 10 px;
}

.pb_10 {
  padding-bottom: 10 px;
}

.pl_10 {
  padding-left: 10 px;
}

.mt_15 {
  margin-top: 15 px;
}

.mr_15 {
  margin-right: 15 px;
}

.mb_15 {
  margin-bottom: 15 px;
}

.ml_15 {
  margin-left: 15 px;
}

.mt_mobile_15 {
  margin-top: 15 px;
}
@media screen and (max-width: 48em) {
  .mt_mobile_15 {
    margin-top: 0;
  }
}

.mb_mobile_15 {
  margin-bottom: 15 px;
}
@media screen and (max-width: 48em) {
  .mb_mobile_15 {
    margin-bottom: 0;
  }
}

.pt_15 {
  padding-top: 15 px;
}

.pr_15 {
  padding-right: 15 px;
}

.pb_15 {
  padding-bottom: 15 px;
}

.pl_15 {
  padding-left: 15 px;
}

.mt_20 {
  margin-top: 20 px;
}

.mr_20 {
  margin-right: 20 px;
}

.mb_20 {
  margin-bottom: 20 px;
}

.ml_20 {
  margin-left: 20 px;
}

.mt_mobile_20 {
  margin-top: 20 px;
}
@media screen and (max-width: 48em) {
  .mt_mobile_20 {
    margin-top: 0;
  }
}

.mb_mobile_20 {
  margin-bottom: 20 px;
}
@media screen and (max-width: 48em) {
  .mb_mobile_20 {
    margin-bottom: 0;
  }
}

.pt_20 {
  padding-top: 20 px;
}

.pr_20 {
  padding-right: 20 px;
}

.pb_20 {
  padding-bottom: 20 px;
}

.pl_20 {
  padding-left: 20 px;
}

.mt_25 {
  margin-top: 25 px;
}

.mr_25 {
  margin-right: 25 px;
}

.mb_25 {
  margin-bottom: 25 px;
}

.ml_25 {
  margin-left: 25 px;
}

.mt_mobile_25 {
  margin-top: 25 px;
}
@media screen and (max-width: 48em) {
  .mt_mobile_25 {
    margin-top: 0;
  }
}

.mb_mobile_25 {
  margin-bottom: 25 px;
}
@media screen and (max-width: 48em) {
  .mb_mobile_25 {
    margin-bottom: 0;
  }
}

.pt_25 {
  padding-top: 25 px;
}

.pr_25 {
  padding-right: 25 px;
}

.pb_25 {
  padding-bottom: 25 px;
}

.pl_25 {
  padding-left: 25 px;
}

.mt_30 {
  margin-top: 30 px;
}

.mr_30 {
  margin-right: 30 px;
}

.mb_30 {
  margin-bottom: 30 px;
}

.ml_30 {
  margin-left: 30 px;
}

.mt_mobile_30 {
  margin-top: 30 px;
}
@media screen and (max-width: 48em) {
  .mt_mobile_30 {
    margin-top: 0;
  }
}

.mb_mobile_30 {
  margin-bottom: 30 px;
}
@media screen and (max-width: 48em) {
  .mb_mobile_30 {
    margin-bottom: 0;
  }
}

.pt_30 {
  padding-top: 30 px;
}

.pr_30 {
  padding-right: 30 px;
}

.pb_30 {
  padding-bottom: 30 px;
}

.pl_30 {
  padding-left: 30 px;
}

.mt_35 {
  margin-top: 35 px;
}

.mr_35 {
  margin-right: 35 px;
}

.mb_35 {
  margin-bottom: 35 px;
}

.ml_35 {
  margin-left: 35 px;
}

.mt_mobile_35 {
  margin-top: 35 px;
}
@media screen and (max-width: 48em) {
  .mt_mobile_35 {
    margin-top: 0;
  }
}

.mb_mobile_35 {
  margin-bottom: 35 px;
}
@media screen and (max-width: 48em) {
  .mb_mobile_35 {
    margin-bottom: 0;
  }
}

.pt_35 {
  padding-top: 35 px;
}

.pr_35 {
  padding-right: 35 px;
}

.pb_35 {
  padding-bottom: 35 px;
}

.pl_35 {
  padding-left: 35 px;
}

.mt_40 {
  margin-top: 40 px;
}

.mr_40 {
  margin-right: 40 px;
}

.mb_40 {
  margin-bottom: 40 px;
}

.ml_40 {
  margin-left: 40 px;
}

.mt_mobile_40 {
  margin-top: 40 px;
}
@media screen and (max-width: 48em) {
  .mt_mobile_40 {
    margin-top: 0;
  }
}

.mb_mobile_40 {
  margin-bottom: 40 px;
}
@media screen and (max-width: 48em) {
  .mb_mobile_40 {
    margin-bottom: 0;
  }
}

.pt_40 {
  padding-top: 40 px;
}

.pr_40 {
  padding-right: 40 px;
}

.pb_40 {
  padding-bottom: 40 px;
}

.pl_40 {
  padding-left: 40 px;
}

.mt_45 {
  margin-top: 45 px;
}

.mr_45 {
  margin-right: 45 px;
}

.mb_45 {
  margin-bottom: 45 px;
}

.ml_45 {
  margin-left: 45 px;
}

.mt_mobile_45 {
  margin-top: 45 px;
}
@media screen and (max-width: 48em) {
  .mt_mobile_45 {
    margin-top: 0;
  }
}

.mb_mobile_45 {
  margin-bottom: 45 px;
}
@media screen and (max-width: 48em) {
  .mb_mobile_45 {
    margin-bottom: 0;
  }
}

.pt_45 {
  padding-top: 45 px;
}

.pr_45 {
  padding-right: 45 px;
}

.pb_45 {
  padding-bottom: 45 px;
}

.pl_45 {
  padding-left: 45 px;
}

.mt_50 {
  margin-top: 50 px;
}

.mr_50 {
  margin-right: 50 px;
}

.mb_50 {
  margin-bottom: 50 px;
}

.ml_50 {
  margin-left: 50 px;
}

.mt_mobile_50 {
  margin-top: 50 px;
}
@media screen and (max-width: 48em) {
  .mt_mobile_50 {
    margin-top: 0;
  }
}

.mb_mobile_50 {
  margin-bottom: 50 px;
}
@media screen and (max-width: 48em) {
  .mb_mobile_50 {
    margin-bottom: 0;
  }
}

.pt_50 {
  padding-top: 50 px;
}

.pr_50 {
  padding-right: 50 px;
}

.pb_50 {
  padding-bottom: 50 px;
}

.pl_50 {
  padding-left: 50 px;
}

.mt_55 {
  margin-top: 55 px;
}

.mr_55 {
  margin-right: 55 px;
}

.mb_55 {
  margin-bottom: 55 px;
}

.ml_55 {
  margin-left: 55 px;
}

.mt_mobile_55 {
  margin-top: 55 px;
}
@media screen and (max-width: 48em) {
  .mt_mobile_55 {
    margin-top: 0;
  }
}

.mb_mobile_55 {
  margin-bottom: 55 px;
}
@media screen and (max-width: 48em) {
  .mb_mobile_55 {
    margin-bottom: 0;
  }
}

.pt_55 {
  padding-top: 55 px;
}

.pr_55 {
  padding-right: 55 px;
}

.pb_55 {
  padding-bottom: 55 px;
}

.pl_55 {
  padding-left: 55 px;
}

.mt_60 {
  margin-top: 60 px;
}

.mr_60 {
  margin-right: 60 px;
}

.mb_60 {
  margin-bottom: 60 px;
}

.ml_60 {
  margin-left: 60 px;
}

.mt_mobile_60 {
  margin-top: 60 px;
}
@media screen and (max-width: 48em) {
  .mt_mobile_60 {
    margin-top: 0;
  }
}

.mb_mobile_60 {
  margin-bottom: 60 px;
}
@media screen and (max-width: 48em) {
  .mb_mobile_60 {
    margin-bottom: 0;
  }
}

.pt_60 {
  padding-top: 60 px;
}

.pr_60 {
  padding-right: 60 px;
}

.pb_60 {
  padding-bottom: 60 px;
}

.pl_60 {
  padding-left: 60 px;
}

.mt_65 {
  margin-top: 65 px;
}

.mr_65 {
  margin-right: 65 px;
}

.mb_65 {
  margin-bottom: 65 px;
}

.ml_65 {
  margin-left: 65 px;
}

.mt_mobile_65 {
  margin-top: 65 px;
}
@media screen and (max-width: 48em) {
  .mt_mobile_65 {
    margin-top: 0;
  }
}

.mb_mobile_65 {
  margin-bottom: 65 px;
}
@media screen and (max-width: 48em) {
  .mb_mobile_65 {
    margin-bottom: 0;
  }
}

.pt_65 {
  padding-top: 65 px;
}

.pr_65 {
  padding-right: 65 px;
}

.pb_65 {
  padding-bottom: 65 px;
}

.pl_65 {
  padding-left: 65 px;
}

.mt_70 {
  margin-top: 70 px;
}

.mr_70 {
  margin-right: 70 px;
}

.mb_70 {
  margin-bottom: 70 px;
}

.ml_70 {
  margin-left: 70 px;
}

.mt_mobile_70 {
  margin-top: 70 px;
}
@media screen and (max-width: 48em) {
  .mt_mobile_70 {
    margin-top: 0;
  }
}

.mb_mobile_70 {
  margin-bottom: 70 px;
}
@media screen and (max-width: 48em) {
  .mb_mobile_70 {
    margin-bottom: 0;
  }
}

.pt_70 {
  padding-top: 70 px;
}

.pr_70 {
  padding-right: 70 px;
}

.pb_70 {
  padding-bottom: 70 px;
}

.pl_70 {
  padding-left: 70 px;
}

.mt_75 {
  margin-top: 75 px;
}

.mr_75 {
  margin-right: 75 px;
}

.mb_75 {
  margin-bottom: 75 px;
}

.ml_75 {
  margin-left: 75 px;
}

.mt_mobile_75 {
  margin-top: 75 px;
}
@media screen and (max-width: 48em) {
  .mt_mobile_75 {
    margin-top: 0;
  }
}

.mb_mobile_75 {
  margin-bottom: 75 px;
}
@media screen and (max-width: 48em) {
  .mb_mobile_75 {
    margin-bottom: 0;
  }
}

.pt_75 {
  padding-top: 75 px;
}

.pr_75 {
  padding-right: 75 px;
}

.pb_75 {
  padding-bottom: 75 px;
}

.pl_75 {
  padding-left: 75 px;
}

.mt_80 {
  margin-top: 80 px;
}

.mr_80 {
  margin-right: 80 px;
}

.mb_80 {
  margin-bottom: 80 px;
}

.ml_80 {
  margin-left: 80 px;
}

.mt_mobile_80 {
  margin-top: 80 px;
}
@media screen and (max-width: 48em) {
  .mt_mobile_80 {
    margin-top: 0;
  }
}

.mb_mobile_80 {
  margin-bottom: 80 px;
}
@media screen and (max-width: 48em) {
  .mb_mobile_80 {
    margin-bottom: 0;
  }
}

.pt_80 {
  padding-top: 80 px;
}

.pr_80 {
  padding-right: 80 px;
}

.pb_80 {
  padding-bottom: 80 px;
}

.pl_80 {
  padding-left: 80 px;
}

.mt_85 {
  margin-top: 85 px;
}

.mr_85 {
  margin-right: 85 px;
}

.mb_85 {
  margin-bottom: 85 px;
}

.ml_85 {
  margin-left: 85 px;
}

.mt_mobile_85 {
  margin-top: 85 px;
}
@media screen and (max-width: 48em) {
  .mt_mobile_85 {
    margin-top: 0;
  }
}

.mb_mobile_85 {
  margin-bottom: 85 px;
}
@media screen and (max-width: 48em) {
  .mb_mobile_85 {
    margin-bottom: 0;
  }
}

.pt_85 {
  padding-top: 85 px;
}

.pr_85 {
  padding-right: 85 px;
}

.pb_85 {
  padding-bottom: 85 px;
}

.pl_85 {
  padding-left: 85 px;
}

.mt_90 {
  margin-top: 90 px;
}

.mr_90 {
  margin-right: 90 px;
}

.mb_90 {
  margin-bottom: 90 px;
}

.ml_90 {
  margin-left: 90 px;
}

.mt_mobile_90 {
  margin-top: 90 px;
}
@media screen and (max-width: 48em) {
  .mt_mobile_90 {
    margin-top: 0;
  }
}

.mb_mobile_90 {
  margin-bottom: 90 px;
}
@media screen and (max-width: 48em) {
  .mb_mobile_90 {
    margin-bottom: 0;
  }
}

.pt_90 {
  padding-top: 90 px;
}

.pr_90 {
  padding-right: 90 px;
}

.pb_90 {
  padding-bottom: 90 px;
}

.pl_90 {
  padding-left: 90 px;
}

.mt_95 {
  margin-top: 95 px;
}

.mr_95 {
  margin-right: 95 px;
}

.mb_95 {
  margin-bottom: 95 px;
}

.ml_95 {
  margin-left: 95 px;
}

.mt_mobile_95 {
  margin-top: 95 px;
}
@media screen and (max-width: 48em) {
  .mt_mobile_95 {
    margin-top: 0;
  }
}

.mb_mobile_95 {
  margin-bottom: 95 px;
}
@media screen and (max-width: 48em) {
  .mb_mobile_95 {
    margin-bottom: 0;
  }
}

.pt_95 {
  padding-top: 95 px;
}

.pr_95 {
  padding-right: 95 px;
}

.pb_95 {
  padding-bottom: 95 px;
}

.pl_95 {
  padding-left: 95 px;
}

.mt_100 {
  margin-top: 100 px;
}

.mr_100 {
  margin-right: 100 px;
}

.mb_100 {
  margin-bottom: 100 px;
}

.ml_100 {
  margin-left: 100 px;
}

.mt_mobile_100 {
  margin-top: 100 px;
}
@media screen and (max-width: 48em) {
  .mt_mobile_100 {
    margin-top: 0;
  }
}

.mb_mobile_100 {
  margin-bottom: 100 px;
}
@media screen and (max-width: 48em) {
  .mb_mobile_100 {
    margin-bottom: 0;
  }
}

.pt_100 {
  padding-top: 100 px;
}

.pr_100 {
  padding-right: 100 px;
}

.pb_100 {
  padding-bottom: 100 px;
}

.pl_100 {
  padding-left: 100 px;
}

.mt_125 {
  margin-top: 125 px;
}

.mr_125 {
  margin-right: 125 px;
}

.mb_125 {
  margin-bottom: 125 px;
}

.ml_125 {
  margin-left: 125 px;
}

.mt_mobile_125 {
  margin-top: 125 px;
}
@media screen and (max-width: 48em) {
  .mt_mobile_125 {
    margin-top: 0;
  }
}

.mb_mobile_125 {
  margin-bottom: 125 px;
}
@media screen and (max-width: 48em) {
  .mb_mobile_125 {
    margin-bottom: 0;
  }
}

.pt_125 {
  padding-top: 125 px;
}

.pr_125 {
  padding-right: 125 px;
}

.pb_125 {
  padding-bottom: 125 px;
}

.pl_125 {
  padding-left: 125 px;
}

.mt_150 {
  margin-top: 150 px;
}

.mr_150 {
  margin-right: 150 px;
}

.mb_150 {
  margin-bottom: 150 px;
}

.ml_150 {
  margin-left: 150 px;
}

.mt_mobile_150 {
  margin-top: 150 px;
}
@media screen and (max-width: 48em) {
  .mt_mobile_150 {
    margin-top: 0;
  }
}

.mb_mobile_150 {
  margin-bottom: 150 px;
}
@media screen and (max-width: 48em) {
  .mb_mobile_150 {
    margin-bottom: 0;
  }
}

.pt_150 {
  padding-top: 150 px;
}

.pr_150 {
  padding-right: 150 px;
}

.pb_150 {
  padding-bottom: 150 px;
}

.pl_150 {
  padding-left: 150 px;
}

html,
body {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 576px) {
  html,
  body {
    font-size: 18px;
    line-height: 1.555;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
figure,
label {
  color: #30373d;
}

a {
  transition: color 0.4s;
}
a:hover, a:focus, .bootstrap-italia .toggles label input[type=checkbox]:focus + a.lever, .bootstrap-italia .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + a.lever {
  outline: 0;
  transition: color 0.4s;
}
a:not([href]):hover, a:not([href]):focus, .bootstrap-italia .toggles label input[type=checkbox]:focus + a.lever:not([href]), .bootstrap-italia .toggles label input[type=checkbox]:focus + input[type=checkbox].lever + a.lever:not([href]) {
  text-decoration: none !important;
  cursor: text !important;
}

ul {
  padding-left: 0px;
  list-style: none;
  margin: 0px;
}

.bold {
  font-weight: 600;
}

.section-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.bootstrap-italia .card.card-bg-brown {
  background: #786051;
}

.bootstrap-italia .card.card-bg-primary {
  background: #706f6f;
}

.portlet-asset-publisher .portlet-content .portlet-header {
  margin-bottom: 0;
}

lfr-editable#image {
  display: block;
  height: 100px;
  width: 100px;
  background: red;
  margin: 0 auto;
}
lfr-editable#image:after {
  content: "selezione-immagine";
  position: relative;
  left: 50%;
}

.ma-event-detail h4.py-2 div {
  display: inline-block;
}

img[src="..."] {
  display: none;
}

.has-edit-mode-menu img[src="..."] {
  display: block;
}

@font-face {
  font-family: "icomoon";
  src: url("./../fonts/icomoon/icomoon.eot?gdpzsz");
  src: url("./../fonts/icomoon/icomoon.eot?gdpzsz#iefix") format("embedded-opentype"), url("./../fonts/icomoon/icomoon.ttf?gdpzsz") format("truetype"), url("./../fonts/icomoon/icomoon.woff?gdpzsz") format("woff"), url("./../fonts/icomoon/icomoon.svg?gdpzsz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icom-], [class*=" icom-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icom-document:before {
  content: "\e900";
}

.icom-privacy:before {
  content: "\e901";
}

.icom-newsletter:before {
  content: "\e902";
}

.marco-aurelio {
  /* COMPONENTS */
  /*
  .ma-hero-news {
  	display: flex;
      align-items: flex-start;
      justify-content: space-between;
  }

  .ma-hero-news--left-col {
  	width: 50%;
  	padding-right: 100px;
  }

  .ma-hero-news--right-col {
  	width: 50%;
  }

  .ma-hero-news--image {
      padding-bottom: 75%;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;	
  }

  .ma-hero-news--title {
  	padding-top: 40px;

  	h2 {
  	    font-size: 28px;
  	    line-height: 1.428;
  	    font-weight: 600;
  	    margin-bottom: 18px;	
  	}
  }

  .ma-hero-news--subtitle {


  	&-extract {
  		font-size: 14px;
  	    line-height: 21px;
  	    margin-bottom: 18px;	
  	}

  }

  .ma-hero-news--full-news {
      padding-top: 36px;
      text-transform: uppercase;

      a {
  		font-size: 15px;
  		font-weight: 700;
      }	
  }

  */
}
.marco-aurelio .ma-upper-header {
  position: relative;
}
.marco-aurelio .ma-upper-header {
  height: 50px;
}
.marco-aurelio .ma-upper-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.marco-aurelio .ma-upper-header-side {
  flex: 0 0 auto;
}
.marco-aurelio .ma-upper-header-middle {
  width: 100%;
}
.marco-aurelio .ma-central-header {
  padding: 15px 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 48em) {
  .marco-aurelio .ma-central-header {
    padding: 10px 0px;
  }
}
.marco-aurelio .ma-central-header-middle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 48em) {
  .marco-aurelio .ma-central-header-side {
    order: 1;
  }
}
.marco-aurelio .bg-brown-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.marco-aurelio .ma-left-header-wrapper {
  display: none;
}
@media screen and (max-width: 48em) {
  .marco-aurelio .ma-left-header-wrapper {
    order: 2;
    display: flex;
  }
}
@media screen and (max-width: 48em) {
  .marco-aurelio .hamburger-container {
    padding-left: 15px;
  }
}
.marco-aurelio .search-icon-wrapper {
  padding-right: 15px;
}
@media screen and (min-width: 48em) {
  .marco-aurelio .search-icon-wrapper {
    display: none;
  }
}
.marco-aurelio .search-icon-wrapper i::before {
  font-size: 25px;
  color: #fff;
}
@media screen and (max-width: 48em) {
  .marco-aurelio .ma-header-search {
    order: 3;
    display: block;
    width: 100%;
    padding-top: 25px;
    display: none;
  }
  .marco-aurelio .ma-header-search.visible {
    display: block;
  }
}
.marco-aurelio .ma-header-search section {
  margin: 0;
}
.marco-aurelio .ma-header-search .portlet-header {
  display: none;
}
.marco-aurelio .ma-logo-container {
  display: flex;
  align-items: center;
}
.marco-aurelio .ma-logo-container .main-logo {
  padding-right: 85px;
}
@media screen and (max-width: 61.875em) {
  .marco-aurelio .ma-logo-container .main-logo {
    padding-right: 25px;
  }
}
@media screen and (max-width: 48em) {
  .marco-aurelio .ma-logo-container .main-logo {
    margin-right: 0px;
  }
}
.marco-aurelio .ma-logo-container .main-logo .logo-figure img {
  width: 350px;
  height: auto;
}
@media screen and (max-width: 48em) {
  .marco-aurelio .ma-logo-container .main-logo .logo-figure img {
    width: 150px;
  }
}
.marco-aurelio .ma-logo-container figure {
  margin-bottom: 0;
}
.marco-aurelio .container-logo {
  display: flex;
  align-items: center;
}
.marco-aurelio .ma-logo-text {
  color: white;
  padding-left: 25px;
  display: flex;
  flex-direction: column;
}
.marco-aurelio .municipality-logo {
  position: relative;
  padding-left: 50px;
}
.marco-aurelio .municipality-logo img {
  width: 150px;
  height: auto;
}
@media screen and (max-width: 61.875em) {
  .marco-aurelio .municipality-logo {
    padding-left: 30px;
  }
}
@media screen and (max-width: 48em) {
  .marco-aurelio .municipality-logo {
    display: none;
  }
}
.marco-aurelio .municipality-logo:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 105px;
  transform: translate(0, -50%);
  background-color: #fff;
}
@media screen and (max-width: 48em) {
  .marco-aurelio .municipality-logo:after {
    height: 60px;
  }
}
.marco-aurelio .ma-lower-header {
  height: 50px;
}
.marco-aurelio .ma-lower-header ma-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.marco-aurelio .ma-reserved-area {
  flex: 1 0 auto;
  text-align: right;
}
.marco-aurelio .ma-reserved-area i {
  font-size: 22px;
  padding-left: 10px;
}
.marco-aurelio #footer {
  padding: 50px 0;
}
@media screen and (max-width: 48em) {
  .marco-aurelio #footer {
    padding: 25px 0;
  }
}
.marco-aurelio #footer .footer-section {
  padding-top: 20px;
}
.marco-aurelio #footer .footer-section .footer-address {
  margin: 0;
  padding: 0;
}
.marco-aurelio #footer .footer-section.left-col {
  width: 30%;
}
@media screen and (max-width: 48em) {
  .marco-aurelio #footer .footer-section.left-col {
    width: 100%;
  }
}
.marco-aurelio #footer .footer-section.right-col {
  width: 70%;
  margin-left: 10px;
}
@media screen and (max-width: 48em) {
  .marco-aurelio #footer .footer-section.right-col {
    width: 100%;
    margin-left: 0px;
  }
}
.marco-aurelio #footer .footer-section.right-col .footer-section {
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  flex-wrap: wrap;
}
.marco-aurelio #footer .footer-section-name {
  padding-bottom: 30px;
  border-bottom: solid 2px white;
}
.marco-aurelio #footer .footer-section-name h4 {
  color: #fff;
}
.marco-aurelio #footer .ma-footer-head {
  padding-bottom: 50px;
}
@media screen and (max-width: 48em) {
  .marco-aurelio #footer .ma-footer-head {
    padding-bottom: 25px;
  }
}
.marco-aurelio #footer .ma-footer-head h2.footer-head-text {
  color: #fff;
  font-size: 48px;
  font-family: "TitilliumWeb";
  font-weight: 700;
  text-transform: uppercase;
}
.marco-aurelio #footer .ma-footer-head h5.footer-head-text {
  color: #fff;
  font-size: 25px;
  font-family: "TitilliumWeb";
  font-weight: 400;
}
.marco-aurelio #footer .ma-footer-bottom {
  display: flex;
}
@media screen and (max-width: 48em) {
  .marco-aurelio #footer .ma-footer-bottom {
    flex-wrap: wrap;
  }
}
.marco-aurelio #footer .ma-footer-bottom .footer-section label {
  color: #fff;
  font-size: 21px;
  font-family: "TitilliumWeb";
  font-weight: 700;
}
.marco-aurelio #footer .ma-footer-bottom .footer-section .footer-address p {
  color: #fff;
  font-size: 17px;
  font-family: "TitilliumWeb";
  font-weight: 400;
  padding-bottom: 10px;
}
.marco-aurelio #footer .ma-footer-bottom .first-menu-col .lfr-nav-item,
.marco-aurelio #footer .ma-footer-bottom .second-menu-col .lfr-nav-item,
.marco-aurelio #footer .ma-footer-bottom .third-menu-col .lfr-nav-item {
  color: #fff;
  font-size: 15px;
  font-family: "TitilliumWeb";
  font-weight: 400;
  padding-bottom: 10px;
}
@media screen and (max-width: 48em) {
  .marco-aurelio #footer .ma-footer-bottom .first-menu-col,
  .marco-aurelio #footer .ma-footer-bottom .second-menu-col,
  .marco-aurelio #footer .ma-footer-bottom .third-menu-col {
    width: 100%;
  }
}
.marco-aurelio #footer .bottom-menu {
  border-bottom: solid 2px white;
}
.marco-aurelio #footer .bottom-menu .layouts {
  display: flex;
}
.marco-aurelio #footer .bottom-menu .layouts .lfr-nav-item {
  color: #fff;
  font-size: 15px;
  font-family: "TitilliumWeb";
  font-weight: 700;
  padding-bottom: 10px;
  text-transform: uppercase;
  padding-right: 50px;
  padding-bottom: 0px;
}
@media screen and (max-width: 48em) {
  .marco-aurelio #footer .bottom-menu .layouts .lfr-nav-item {
    padding-right: 25px;
  }
}
.marco-aurelio #footer .bottom-menu .layouts .lfr-nav-item:last-child {
  padding-right: 0px;
}
.marco-aurelio #footer .bottom-text p {
  color: #fff;
  font-size: 13px;
  font-family: "TitilliumWeb";
  font-weight: 700;
  padding-bottom: 10px;
}
.marco-aurelio #footer .bottom-social {
  display: flex;
  justify-content: flex-end;
}
.marco-aurelio #footer .bottom-social .bottom-social-title label {
  color: #fff;
  font-size: 21px;
  font-family: "TitilliumWeb";
  font-weight: 700;
}
.marco-aurelio #footer .bottom-social .social-icon {
  padding-right: 20px;
}
.marco-aurelio #footer .bottom-social .social-icon:last-child {
  padding-right: 0px;
}
.marco-aurelio #footer .bottom-social .social-icon i:before {
  font-size: 30px;
  color: #fff;
}
.marco-aurelio .newsletter_submit--wrapper .email-field {
  max-width: 450px;
  width: 100%;
  border-bottom: unset;
  min-height: 50px;
}
.marco-aurelio .newsletter_submit--wrapper .submit-button {
  margin-left: 20px;
  border: none;
  background: #424040;
  min-height: 50px;
  padding: 0 35px;
  color: #fff;
}
.marco-aurelio .newsletter_submit--wrapper .newsletter_title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
}
.marco-aurelio .newsletter_submit--wrapper .newsletter_label {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}
.marco-aurelio .hamburger-container {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.marco-aurelio .hamburger-container .hamburger-label {
  color: #fff;
  padding-top: 8px;
}
.marco-aurelio .hamburger-container .hamburger-button {
  display: block;
}
.marco-aurelio .hamburger-container .hamburger-button span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  transition: all 0.4s;
}
.marco-aurelio .hamburger-container .hamburger-button span:last-child {
  margin-bottom: 0;
}
.marco-aurelio .hamburger-container .hamburger-button span:nth-child(2) {
  transform: scale(1);
}
.open-menu .marco-aurelio .hamburger-container span:nth-child(1) {
  transform: rotate(45deg) translate(0px, 10px);
}
.open-menu .marco-aurelio .hamburger-container span:nth-child(2) {
  transform: scale(0);
}
.open-menu .marco-aurelio .hamburger-container span:nth-child(3) {
  transform: rotate(-45deg) translate(2px, -13px);
}
@media screen and (min-width: 48em) {
  .marco-aurelio .hamburger-container {
    display: none;
  }
}
.marco-aurelio .h4.card-title {
  margin-bottom: 18px;
}
@media screen and (max-width: 48em) {
  .marco-aurelio .ma-lower-header {
    position: fixed;
    height: 100vh;
    width: 80%;
    top: 0px;
    z-index: 1;
    padding-top: 100px;
    overflow: scroll;
    transform: translate3d(125%, 0px, 0px);
    transition: transform 0.4s;
  }
  .has-control-menu .marco-aurelio .ma-lower-header {
    top: 56px;
    height: calc(100vh - 56px);
  }
  .marco-aurelio .ma-lower-header.visible {
    transform: translate3d(25%, 0px, 0px);
    transition: transform 0.4s;
  }
}
.marco-aurelio .close-button-mobile {
  display: none;
}
@media screen and (max-width: 48em) {
  .marco-aurelio .close-button-mobile {
    display: block;
  }
}
@media screen and (max-width: 48em) {
  .marco-aurelio .close-button-mobile i {
    position: absolute;
    top: 20px;
    left: 15px;
    font-size: 30px;
    color: #fff;
  }
}
.marco-aurelio .ma-navigation-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 48em) {
  .marco-aurelio .ma-navigation-wrapper {
    flex-direction: column;
    justify-content: unset;
  }
}
@media screen and (max-width: 48em) {
  .marco-aurelio .ma-navigation {
    width: 100%;
  }
}
.marco-aurelio .ma-navigation .layouts {
  display: flex;
  align-self: center;
}
@media screen and (max-width: 48em) {
  .marco-aurelio .ma-navigation .layouts {
    flex-direction: column;
  }
}
@media screen and (max-width: 48em) {
  .marco-aurelio .ma-navigation .layouts.level-1 .nav_item-li {
    padding-bottom: 0px;
  }
}
.marco-aurelio .ma-navigation .layouts.level-1 .nav_item-li .lfr-nav-item {
  background: transparent;
  transition: color 0.4s, background 0.4s;
}
@media screen and (min-width: 48em) {
  .marco-aurelio .ma-navigation .layouts.level-1 .nav_item-li .lfr-nav-item.has_children:hover {
    background: #fff;
    color: #7d6354;
    transition: color 0.4s, background 0.4s;
  }
}
.marco-aurelio .ma-navigation .layouts.level-1 .nav_item-li .lfr-nav-item.has_children.overed {
  background: #fff;
  color: #7d6354;
}
@media screen and (max-width: 48em) {
  .marco-aurelio .ma-navigation .layouts.level-2 .nav_item-li {
    padding-bottom: 0px;
  }
}
.marco-aurelio .ma-navigation .layouts.level-2 .nav_item-li .lfr-nav-item:hover {
  text-decoration: underline;
}
@media screen and (min-width: 48em) {
  .marco-aurelio .ma-navigation .layouts.level-2 .nav_item-li .lfr-nav-item {
    font-size: 15px;
  }
}
@media screen and (max-width: 48em) {
  .marco-aurelio .ma-navigation .layouts.level-3 .nav_item-li {
    padding-bottom: 0px;
    padding-left: 15px;
  }
}
.marco-aurelio .ma-navigation .layouts.level-3 .nav_item-li .lfr-nav-item:hover {
  text-decoration: underline;
}
.marco-aurelio .ma-navigation .layouts .nav_item-li {
  cursor: pointer;
}
@media screen and (max-width: 48em) {
  .marco-aurelio .ma-navigation .layouts .nav_item-li {
    padding-bottom: 20px;
  }
}
.marco-aurelio .ma-navigation .layouts .lfr-nav-item {
  font-family: "TitilliumWeb";
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  transition: color 0.4s;
  text-transform: uppercase;
  padding: 10px 10px;
}
@media screen and (min-width: 48em) {
  .marco-aurelio .ma-navigation .layouts .lfr-nav-item {
    line-height: 30px;
  }
  .marco-aurelio .ma-navigation .layouts .lfr-nav-item.overed span i::before {
    transform: scale(-1);
    transition: transform 0.4s;
  }
  .marco-aurelio .ma-navigation .layouts .lfr-nav-item span i::before {
    transform: scale(1);
    transition: transform 0.4s;
  }
  .marco-aurelio .ma-navigation .layouts .lfr-nav-item:hover span i::before {
    transform: scale(-1);
    transition: transform 0.4s;
  }
}
@media screen and (max-width: 48em) {
  .marco-aurelio .ma-navigation .layouts .lfr-nav-item {
    margin-top: 0px;
  }
  .marco-aurelio .ma-navigation .layouts .lfr-nav-item span {
    padding-left: 30px;
  }
  .marco-aurelio .ma-navigation .layouts .lfr-nav-item span i::before {
    transform: scale(1);
    transition: transform 0.4s;
  }
  .marco-aurelio .ma-navigation .layouts .lfr-nav-item.opened i::before {
    transform: scale(-1);
    transition: transform 0.4s;
  }
}
.marco-aurelio .ma-navigation .layouts .lfr-nav-item .nav_item-li {
  cursor: pointer;
}
@media screen and (max-width: 48em) {
  .marco-aurelio .ma-navigation .layouts .lfr-nav-item {
    padding: 6px;
    display: flex;
    justify-content: space-between;
  }
}
.marco-aurelio .ma-navigation .layouts.level-2 {
  position: absolute;
  left: auto;
  top: 100%;
  background-color: #F6F5F5;
  display: none;
  padding: 10px 20px;
  z-index: 100;
}
@media screen and (max-width: 48em) {
  .marco-aurelio .ma-navigation .layouts.level-2 {
    position: relative;
    padding: 0px 0px 0px 15px;
    background: transparent;
  }
}
.marco-aurelio .ma-navigation .layouts.level-2:hover {
  display: flex;
}
.marco-aurelio .ma-navigation .layouts.level-2.visible {
  display: flex;
}
.marco-aurelio .ma-navigation .layouts.level-2 .nav_item-li .lfr-nav-item {
  color: #7d6354;
  margin-top: 3px;
}
@media screen and (max-width: 48em) {
  .marco-aurelio .ma-navigation .layouts.level-2 .nav_item-li .lfr-nav-item {
    color: #fff;
    font-size: 18px;
  }
}
.marco-aurelio .ma-navigation .layouts.level-2 i {
  display: none;
}
.marco-aurelio .ma-navigation .layouts.level-3 .nav_item-li .lfr-nav-item {
  color: #30373d;
}
@media screen and (max-width: 48em) {
  .marco-aurelio .ma-navigation .layouts.level-3 .nav_item-li .lfr-nav-item {
    color: #fff;
    font-size: 14px;
  }
}
.marco-aurelio .ma-navigation .layouts.level-3 .nav_item-li .lfr-nav-item.overed {
  color: #30373d;
}
@media screen and (max-width: 48em) {
  .marco-aurelio .ma-reserved-area {
    width: 100%;
  }
}
.marco-aurelio .ma-reserved-area #sign-in {
  font-family: "TitilliumWeb";
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}
.marco-aurelio #block__card-img .card-bg-custom {
  padding-bottom: 21%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border: 5px solid #dfe0e1;
}
@media screen and (min-width: 64em) {
  .marco-aurelio #block__card-img .card-bg-custom {
    transform: translateY(0px);
    transition: transform 0.4s;
  }
}
@media screen and (max-width: 48em) {
  .marco-aurelio #block__card-img .card-bg-custom {
    padding-bottom: 60%;
  }
}
.marco-aurelio #block__card-img .card-bg-custom .card-title {
  color: #fff;
}
.marco-aurelio #block__card-img .card-bg-custom a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 64em) {
  .marco-aurelio #block__card-img .card-bg-custom:hover {
    transform: translateY(-30px);
    transition: transform 0.4s;
  }
}
.marco-aurelio #block__card-img .card-bg-custom .card-title {
  font-size: 33px;
  font-family: "TitilliumWeb";
  color: #000;
  font-weight: 700;
}
.marco-aurelio #evidence__card .card.card-img .img-responsive-wrapper .img-responsive.img-responsive-panoramic {
  padding-bottom: 60%;
}
.marco-aurelio #evidence__card .evidence__card-wrapper .journal-content-article, .marco-aurelio #evidence__card .evidence__card-wrapper .evidence-card {
  height: 100%;
}
.marco-aurelio #card__menu-link .card.card-teaser {
  position: relative;
  min-height: 100px;
}
.marco-aurelio #card__menu-link .card.card-teaser a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 30px;
}
.marco-aurelio .cards-staff .card {
  display: flex;
  justify-content: center;
  align-items: center;
}
.marco-aurelio .cards-staff .staff-email:hover {
  text-decoration: underline;
}
.marco-aurelio .cards-staff .download-custom-btn .icon {
  opacity: 1;
  transition: opacity 0.4s;
}
.marco-aurelio .cards-staff .download-custom-btn .icon:hover {
  opacity: 0.5;
  transition: opacity 0.4s;
}
.marco-aurelio .cards-staff .card-head-wrapper {
  width: 100%;
}
.marco-aurelio .language-entry-short-text {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 300;
  font-family: "TitilliumWeb";
  position: relative;
}
.marco-aurelio .language-entry-short-text:last-child {
  padding-right: 0px;
}
.marco-aurelio .language-entry-short-text:last-child:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  background: #414042;
  transform: translateY(-50%);
}
.marco-aurelio .related-categories .portlet-header {
  margin-bottom: 0;
}
.marco-aurelio .portlet-search-bar.search-page {
  padding: 35px 20px 15px;
  margin-bottom: 50px;
}
.marco-aurelio .portlet-search-bar.search-page .portlet {
  margin: 0;
}
.marco-aurelio .portlet-search-bar.search-page .portlet .search-bar-keywords-input-wrapper {
  margin-left: 0;
}
.marco-aurelio .portlet-search-bar.search-page .portlet .search-bar-keywords-input-wrapper:before {
  content: "Hai cercato:";
  position: absolute;
  left: 20px;
  top: 8px;
  z-index: 5;
  font-weight: 300;
  font-size: 16px;
}
.marco-aurelio .portlet-search-bar.search-page .portlet .search-bar-keywords-input-wrapper .input-group-inset-item {
  padding-right: 20px;
}
.marco-aurelio .portlet-search-bar.search-page .portlet .search-bar-keywords-input-wrapper .input-group-inset-item .search-bar-search-button {
  padding-right: 0;
}
.marco-aurelio .portlet-search-bar.search-page .portlet .search-bar-keywords-input-wrapper .search-bar-keywords-input {
  padding-left: 110px;
  font-weight: 300;
  font-size: 16px;
}
.marco-aurelio .portlet-search-bar.search-page .portlet .custom-control.custom-radio.custom-control-inline {
  margin-top: 20px;
  font-weight: 300;
  font-size: 16px;
}
.marco-aurelio .header-red .panel-heading .panel-title {
  background-color: #fff;
}
.marco-aurelio .header-red .panel-group .panel-default .panel-body {
  border: 0;
}
.marco-aurelio .header-red .panel-group .panel-default .panel-body .btn-secondary:hover {
  background-color: transparent;
}
.marco-aurelio .header-red .panel-group .panel-default .panel-body .btn-secondary:hover span {
  text-decoration: underline;
}
.marco-aurelio .portlet-site-facet, .marco-aurelio .portlet-folder-facet, .marco-aurelio .portlet-user-facet {
  display: none;
}
.marco-aurelio .panel-group .search-facet.panel:last-child {
  border: 0;
}
.marco-aurelio .search-facet .panel-title .collapse-icon {
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  color: #706f6f;
}
.marco-aurelio .search-facet .panel-body {
  padding-left: 18px;
  padding-bottom: 30px;
}
.marco-aurelio .search-facet .panel-body .btn {
  padding: 12px 16px;
}
.marco-aurelio .search-facet .panel-body .facet-clear-btn {
  padding-left: 8px;
}
.marco-aurelio .search-facet .panel-body .facet-value {
  border: 0;
  padding-bottom: 0;
  padding-top: 10px;
}
.marco-aurelio .search-facet .panel-body .facet-value:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.marco-aurelio .search-facet .panel-body .facet-value .term-name {
  font-size: 16px;
  color: #435a70;
}
.marco-aurelio .search-facet .panel-body .facet-value .term-name:facet-term-selected .custom-control-label:before {
  border: solid 2px #007BFF;
}
.marco-aurelio .search-facet .panel-body .facet-value .custom-control-label:after {
  left: 5px;
}
.marco-aurelio .search-facet .panel-body .facet-value .custom-control-label:before {
  border: solid 2px #5c6f82;
}
.marco-aurelio .search-facet .panel-body .facet-value .custom-control-label.term-name .custom-control-label-text {
  font-size: 18px;
  font-weight: 300;
}
.marco-aurelio .search-facet .panel-body .facet-value .custom-control-label.term-name.facet-term-selected:before {
  border: solid 2px #007BFF;
}
.marco-aurelio .search-facet .panel-body .facet-value .custom-control-label.term-name.facet-term-selected .custom-control-label-text {
  font-weight: 600;
}
.marco-aurelio .search-facet .panel-body .facet-value label {
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 500;
  font-size: 14px;
}
.marco-aurelio .search-facet .panel-body .facet-value label .term-name {
  padding-left: 5px;
}
.marco-aurelio .search-facet .panel-body .facet-value label .term-count {
  font-size: 12px;
  padding-left: 2px;
}
.marco-aurelio .portlet-search-results .search-total-label {
  display: none;
}
.marco-aurelio .portlet-search-results .autofit-col {
  display: none;
}
.marco-aurelio .portlet-search-results .autofit-col.autofit-col-expand {
  display: block;
}
.marco-aurelio .portlet-search-results #search-results-display-list li {
  border: solid 1px #eceff1;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.marco-aurelio .portlet-search-results #search-results-display-list li:last-child {
  border-bottom: 0;
}
.marco-aurelio .portlet-search-results #search-results-display-list li .list-group-title a {
  text-decoration: underline;
  color: #a80021;
  font-size: 28px;
  font-weight: 600;
}
.marco-aurelio #ma-calendario .owl-stage {
  display: flex;
}
.marco-aurelio #ma-calendario .it-single-slide-wrapper, .marco-aurelio #ma-calendario .card-wrapper, .marco-aurelio #ma-calendario .card {
  height: 100%;
}
.marco-aurelio #ma-calendario .card-wrapper {
  min-height: 365px;
}
.marco-aurelio .leaflet-popup-content {
  position: relative;
}
@media screen and (max-width: 48em) {
  .marco-aurelio .leaflet-popup-content {
    width: auto !important;
  }
}
.marco-aurelio .leaflet-popup h3 {
  display: none;
}
.marco-aurelio .ma-map-modal .ma-map-modal--subtitle {
  font-size: 16px;
  margin: 0 0 20px;
}
.marco-aurelio .ma-map-modal--address {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.marco-aurelio .ma-map-modal--address address {
  width: 48%;
}
@media screen and (max-width: 48em) {
  .marco-aurelio .ma-map-modal--address address {
    width: 100%;
  }
}
.marco-aurelio .ma-map-modal address, .marco-aurelio .ma-map-modal p {
  margin: 0;
}
.marco-aurelio .ma-map-modal a {
  color: #a80021;
  text-decoration: underline;
}
.marco-aurelio .ma-map-modal img {
  width: 60%;
}
@media screen and (max-width: 48em) {
  .marco-aurelio .asset-entry-abstract {
    min-width: auto;
  }
}
.marco-aurelio .ma-course-detail {
  position: relative;
}
.marco-aurelio .ma-course-detail .link-list {
  padding-right: 15px;
}
.marco-aurelio .ma-course-detail .nav-item {
  padding-right: 15px;
  flex-direction: column;
  align-items: baseline;
}
.marco-aurelio .ma-course-detail .nav-item .description-title {
  display: block;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  color: #a80021;
  margin: 0;
}
.marco-aurelio #course-description:before {
  display: none;
}
.marco-aurelio .ma-dettaglio-corso-container .it-page-sections-container {
  padding-top: 0 !important;
}
.marco-aurelio .ma-dettaglio-corso-container .it-page-sections-container ul {
  list-style-type: disc;
  padding-left: 20px;
}
.marco-aurelio .portlet-forms-display .ddm-form-name {
  display: none;
}
.marco-aurelio .portlet-forms-display .lfr-ddm-form-container {
  max-width: 600px;
  margin: 0 auto;
}
.marco-aurelio .portlet-forms-display .ddm-form-page-container {
  border: solid 2px #e5e5e5;
  border-radius: 5px;
  padding: 30px 0;
}
.marco-aurelio .portlet-forms-display .ddm-form-page-container .lfr-ddm-form-page-title {
  text-align: center;
  font-weight: 600;
  color: #706f6f;
}
.marco-aurelio .portlet-forms-display .lfr-ddm-form-pagination-controls {
  display: flex;
  justify-content: center;
}
.marco-aurelio #portlet_com_liferay_login_web_portlet_LoginPortlet {
  max-width: 400px;
  max-height: 400px;
  margin: 10vh auto;
  border-width: 2px;
  border-style: solid;
  border-color: #e5e5e5;
  border-image: initial;
  border-radius: 5px;
  padding: 25px;
  /*.portlet-icon-back, .navigation {
  	display: none;
  }*/
}
.marco-aurelio #portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-content {
  padding: 0;
}
.marco-aurelio #portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-title-text {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
.marco-aurelio #portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-icon-back, .marco-aurelio #portlet_com_liferay_login_web_portlet_LoginPortlet .navigation {
  display: block !important;
  text-align: right;
  font-size: smaller;
  margin-top: 5px;
}
.marco-aurelio #portlet_com_liferay_login_web_portlet_LoginPortlet .form-group {
  margin-bottom: 30px;
}
.marco-aurelio #portlet_com_liferay_login_web_portlet_LoginPortlet .form-group label {
  font-size: 16px;
  font-weight: 400;
  color: #706f6f;
}
.marco-aurelio #portlet_com_liferay_login_web_portlet_LoginPortlet .form-control {
  display: block;
  width: 100%;
  height: 2.375rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #FFF;
  background-clip: padding-box;
  border: 0.0625rem solid #ced4da;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.marco-aurelio #portlet_com_liferay_login_web_portlet_LoginPortlet .button-holder {
  margin-bottom: 0;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.marco-aurelio #portlet_com_liferay_login_web_portlet_LoginPortlet .button-holder button {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marco-aurelio #portlet_new-password {
  max-width: 600px;
  margin: 10vh auto;
  border-width: 0px;
  border-style: solid;
  border-color: #e5e5e5;
  border-image: initial;
  border-radius: 5px;
  padding: 25px;
  /*.portlet-icon-back, .navigation {
  	display: none;
  }*/
}
.marco-aurelio #portlet_new-password .portlet-content {
  padding: 0;
}
.marco-aurelio #portlet_new-password .portlet-title-text {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
.marco-aurelio #portlet_new-password .portlet-header {
  display: none;
}
.marco-aurelio #portlet_new-password .portlet-icon-back, .marco-aurelio #portlet_new-password .navigation {
  display: block !important;
  text-align: right;
  font-size: smaller;
  margin-top: 5px;
}
.marco-aurelio #portlet_new-password .text-truncate {
  display: none;
}
.marco-aurelio #portlet_new-password .form-group {
  margin-bottom: 30px;
}
.marco-aurelio #portlet_new-password .form-group label {
  font-size: 16px;
  font-weight: 400;
  color: #706f6f;
}
.marco-aurelio #portlet_new-password .form-control {
  display: block;
  width: 100%;
  height: 2.375rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #FFF;
  background-clip: padding-box;
  border: 0.0625rem solid #ced4da;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.marco-aurelio #portlet_new-password .button-holder {
  margin-bottom: 0;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.marco-aurelio #portlet_new-password .button-holder button {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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