@import "font-awesome.min.css";
.testo_grigio {
  color: #3d3b3d;
}
.testo_grigio_chiaro {
  color: #a0a0a0;
}
.testo_verde {
  color: #01a89e;
}
.testo_azzurro {
  color: #00a1cd;
}
.testo_arancione {
  color: #f27620;
}
.testo_rosso {
  color: #ed1d24;
}
.testo_bianco {
  color: white;
}
.testo_giallo {
  color: #FFB700;
}
.articolo_online {
  color: #00b411;
}
.articolo_offline {
  color: black;
}
.articolo_deleted {
  color: #a0a0a0;
  text-decoration: line-through;
}
.articolo_da_validare {
  color: #0E24EF;
}
.bg_grigio_scuro {
  background-color: #3d3b3d;
}
.bg_grigio_chiaro {
  background-color: #dcddde;
}
.bg_rosso {
  background-color: #ed1d24;
}
.bg_theme {
  background-color: #ed1d24 !important;
}
.theme_color {
  color: #ed1d24 !important;
}
video {
  max-width: 100%;
}
audio {
  width: 100%;
}
.small {
  font-size: 0.7em;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
@media print {
  .noprint {
    display: none !important;
  }
}
.liftup {
  position: relative;
  top: -2px;
  left: -2px;
  box-shadow: 5px 5px 5px #888888;
}
.liftup-low {
  position: relative;
  top: -1px;
  left: -1px;
  box-shadow: 3px 3px 3px #888888;
}
.cookietbl {
  border-collapse: collapse;
  font-size: 0.8em;
}
.cookietbl th,
.cookietbl td {
  padding: 5px;
  border: 1px solid #dcddde;
}
.cookietbl th {
  background-color: #dcddde;
}
.sharer_icon {
  background-color: #757575;
  color: white;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  margin-right: 2px;
  min-width: 25px;
  margin-bottom: 2px;
  padding: 4px 6px;
  text-decoration: none;
  transition: background-color 0.1s;
  -webkit-transition: background-color 0.1s;
  text-align: center;
}
.sharer_icon-facebook {
  padding-left: 10px;
  background-color: #3B5998;
}
.sharer_icon-facebook:before {
  text-indent: 4px;
  font-family: "FontAwesome";
  content: "\f09a";
}
.sharer_icon-twitter {
  background-color: #1DA1F2;
}
.sharer_icon-twitter:before {
  font-family: "FontAwesome";
  content: "\f099";
}
.sharer_icon-pinterest {
  background-color: #BD081C;
}
.sharer_icon-pinterest:before {
  font-family: "FontAwesome";
  content: "\f231";
}
.sharer_icon-whatsapp {
  background-color: #34AF23;
}
.sharer_icon-whatsapp:before {
  font-family: "FontAwesome";
  content: "\f232";
}
.ui-navbar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ui-navbar .ui-navbar_rightbuttons {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.ui-navbar .ui-navbar_rightbuttons > * {
  margin-left: 2px;
}
.ui-navbar .ui-navbar_leftbuttons {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}
.ui-navbar .ui-navbar_leftbuttons > * {
  margin-right: 2px;
}
.ui-navbar .ui-navbar_titlebox {
  flex-grow: 1;
}
.ui-navbar .ui-navbar_title {
  text-align: center;
  font-size: 2em;
  font-variant: small-caps;
  font-weight: bold;
  line-height: 60;
}
.ui-navbar .ui-navbar_subtitle {
  text-align: center;
  font-size: 1.1em;
  color: #3d3b3d;
  line-height: 25;
  position: relative;
}
.ui-modal_overlay {
  background-color: rgba(0, 0, 0, 0.45);
  padding: 10px;
  z-index: 9999;
  padding: 30px;
}
.ui-modal {
  background-color: white;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 11px -3px #000000;
  -moz-box-shadow: 2px 2px 11px -3px #000000;
  -o-box-shadow: 2px 2px 11px -3px #000000;
  box-shadow: 2px 2px 11px -3px #000000;
  transition: all 0.5s ease-out;
}
.ui-uploader .uploadprogress {
  height: 20px;
  text-align: center;
  position: relative;
  line-height: 20px;
}
.ui-uploader .uploaderror {
  border: 3px solid red;
  text-align: center;
  justify-content: center;
  padding: 10px;
}
.ui-uploader .uploadprogress .bar {
  height: 100%;
  background-color: #ed1d24;
}
.ui-uploader .uploadprogress .progresslbl {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  padding: 4px;
}
.ui-uploader #input {
  display: inline;
}
.ui-uploader .uploadeditems {
  padding: 20px 0px;
  min-height: 100px;
}
.ui-uploader .uploadeditem {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 25px;
}
.ui-uploader .uploadeditem_actions {
  margin: 0px 20px;
}
.ui-uploader .uploadeditems.dragover {
  background-color: #ECECEC;
}
.ui-searchfield {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.ui-searchfield input {
  padding-right: 20px;
  width: 100%;
}
.ui-searchfield .ui-searchfield__clear-icon {
  position: absolute;
  margin-right: 5px;
  display: none;
}
.ui-popup_animstart {
  height: 0px;
  width: 0px;
  opacity: 0;
}
.opereclosebutton {
  position: absolute;
  right: -25px;
  top: -25px;
  text-decoration: none;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: black;
  display: flex;
  z-index: 999;
  align-items: center;
  justify-content: center;
  background-color: white;
  -webkit-box-shadow: 2px 2px 11px -3px #000000;
  -moz-box-shadow: 2px 2px 11px -3px #000000;
  -o-box-shadow: 2px 2px 11px -3px #000000;
  box-shadow: 2px 2px 11px -3px #000000;
}
.opereclosebutton:hover {
  text-decoration: none;
}
.operemap_tooltip__logo {
  width: 120px;
}
@media (max-width: 767px) {
  .operemap_tooltip__logo {
    width: 100px;
  }
}
.operemap_tooltip__caption {
  margin: 0px 30px;
}
@media (max-width: 767px) {
  .operemap_tooltip__caption {
    max-width: 200px;
    margin: 0px 20px;
  }
}
.operepopup {
  background-color: #dcddde;
  padding: 10px;
  font-size: 18px;
  position: relative;
}
.operepopup .operepopup_content {
  overflow: auto;
  flex-basis: 800px;
}
.operepopup .operepopup_box {
  border-radius: 5px;
  background-color: white;
  margin-bottom: 10px;
  color: #3d3b3d;
  overflow: hidden;
}
.operepopup .operepopup_imgbox {
  height: 400px;
}
.operepopup .operepopup_imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.operepopup .operepopup_box-padding {
  padding: 20px;
}
.operepopup .operepopup_operatitlebox {
  display: flex;
  padding: 10px;
  flex-direction: row;
  align-items: center;
}
.operepopup .operepopup_operatitlebox .operatitlebox__title {
  flex-grow: 1;
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
}
@media (max-width: 767px) {
  .operepopup .operepopup_operatitlebox {
    display: block;
  }
  .operepopup .operepopup_operatitlebox .operatitlebox__title {
    font-size: 1.2em;
    text-align: center;
    margin-top: 10px;
  }
}
.operepopup .operepopup_closebutton {
  position: absolute;
  right: -25px;
  top: -25px;
  text-decoration: none;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: black;
  display: flex;
  z-index: 999;
  align-items: center;
  justify-content: center;
  background-color: white;
  -webkit-box-shadow: 2px 2px 11px -3px #000000;
  -moz-box-shadow: 2px 2px 11px -3px #000000;
  -o-box-shadow: 2px 2px 11px -3px #000000;
  box-shadow: 2px 2px 11px -3px #000000;
}
.operepopup .operepopup_closebutton:hover {
  text-decoration: none;
}
.operepopup .operepopup_operafield {
  margin-bottom: 10px;
  min-height: 50px;
}
.operepopup .operepopup_operafieldsbox * {
  /*display: grid;grid-template-columns: 1fr 1fr;gap: 10px 10px;
    @media(max-width: @screen-xs-max){
      display: block;
    }*/
  color: white !important;
}
@media only print {
  .operepopup .operepopup_content {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .operepopup {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }
  .operepopup .operepopup_closebutton {
    right: 0px;
    top: 0px;
  }
}
.operemap_sidecolumn {
  background-color: white;
  padding: 12px;
  width: 120px;
  text-align: center;
}
.operemap_sidecolumn .operemapbtn {
  display: inline-block;
  margin-bottom: 10px;
}
.operemap_sidecolumn .operemapbtn__icon {
  background-color: #d43437;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 2px #aaa;
  margin: 10px auto;
  font-size: 25px;
  color: white;
  transition-timing-function: ease-out;
  transition: 0.5s;
}
.operemap_sidecolumn .operemapbtn__caption {
  color: #d43437;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .operemap_sidecolumn .operemapbtn__caption {
    font-size: 12px;
  }
}
.operemap_sidecolumn .operemapbtn:hover .operemapbtn__icon {
  box-shadow: none;
  background-color: #ff3b41;
}
@media (max-width: 767px) {
  .operemap_sidecolumn {
    width: 90px;
    padding: 10px;
  }
}
.operemap_sidecolumn-h {
  background-color: white;
  padding: 0px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 5px;
}
.operemap_sidecolumn-h .operemapbtn {
  display: inline-block;
  margin-bottom: 10px;
}
.operemap_sidecolumn-h .operemapbtn__icon {
  background-color: #d43437;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 2px #aaa;
  margin: 5px auto;
  font-size: 25px;
  color: white;
  transition-timing-function: ease-out;
  transition: 0.5s;
}
.operemap_sidecolumn-h .operemapbtn__caption {
  color: #d43437;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .operemap_sidecolumn-h .operemapbtn__caption {
    font-size: 12px;
  }
}
.operemap_sidecolumn-h .operemapbtn:hover .operemapbtn__icon {
  box-shadow: none;
  background-color: #ff3b41;
}
@media (max-width: 767px) {
  .operemap_sidecolumn-h .operemapbtn {
    width: 90px;
  }
}
.swiper-button-next,
.swiper-button-prev {
  color: white;
}
.galleryview_closebutton {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 50px;
  text-decoration: none;
  height: 50px;
  border-radius: 25px;
  color: white;
  font-size: 22px;
  display: flex;
  z-index: 999;
  align-items: center;
  justify-content: center;
  background-color: #3d3b3d;
  -webkit-box-shadow: 2px 2px 11px -3px #000000;
  -moz-box-shadow: 2px 2px 11px -3px #000000;
  -o-box-shadow: 2px 2px 11px -3px #000000;
  box-shadow: 2px 2px 11px -3px #000000;
}
.galleryview_closebutton:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .operemap_citymap {
    display: none;
    position: relative;
    top: -2px;
    left: -2px;
    box-shadow: 5px 5px 5px #888888;
    position: absolute;
    left: 70px;
    top: 0px;
    width: 200px;
    height: 200px;
    border: 4px solid #ed1d24;
    z-index: 500;
  }
}
@media (max-width: 767px) {
  .operemap_citymap {
    flex-grow: 1;
    position: relative;
  }
}
@media (min-width: 768px) {
  .operemap_switchmapbtn {
    position: relative;
    top: -2px;
    left: -2px;
    box-shadow: 5px 5px 5px #888888;
    position: absolute;
    left: 12px;
    top: 100px;
    width: 200px;
    height: 200px;
    border: 4px solid #ed1d24;
    z-index: 500;
  }
}
@media (max-width: 767px) {
  .operemap_switchmapbtn {
    display: none;
  }
}
.operemap-sidepane {
  width: 330px;
  color: black;
  background-color: #f3f4f5;
  z-index: 1000;
  position: absolute;
  top: 0px;
  height: 100%;
  overflow: scroll;
  padding: 20px;
  transition-timing-function: ease-out;
  transition: 0.3s;
  left: -330px;
}
.operemap-sidepane .operemap_sidepane_closebutton {
  margin-bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ed1d24;
  -webkit-box-shadow: 2px 2px 11px -3px #000000;
  -moz-box-shadow: 2px 2px 11px -3px #000000;
  -o-box-shadow: 2px 2px 11px -3px #000000;
  box-shadow: 2px 2px 11px -3px #000000;
}
.operemap-sidepane .operemap_sidepane_closebutton:hover {
  text-decoration: none;
}
.operemap-sidepane.open {
  transform: none;
  left: 0px;
}
.operelist__opera {
  top: -1px;
  left: -1px;
  box-shadow: 3px 3px 3px #888888;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.operelist__opera .img_opera {
  position: relative;
  padding-top: 60%;
}
.operelist__opera .img_opera img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.operelist__opera .titolo_opera {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding: 20px;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.opereinfodlg {
  width: 500px;
  padding: 20px;
  max-width: 100%;
  position: relative;
  color: #3d3b3d;
  background-color: white;
  font-size: 16px;
}
@media (max-width: 767px) {
  .opereinfodlg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 100%;
    border-radius: 0px;
  }
  .opereinfodlg .opereclosebutton {
    right: 0px;
    top: 0px;
  }
}
.finanziamentidlg {
  width: 900px;
  display: flex;
  max-width: 100%;
  position: relative;
  color: black;
  background-color: white;
}
.finanziamentidlg .finanziamentidlg_searchbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.finanziamentidlg .finanziamentidlg_searchbox .ui-searchfield {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.finanziamentidlg .finanziamentidlg_closebutton {
  position: absolute;
  right: -25px;
  top: -25px;
  text-decoration: none;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: black;
  display: flex;
  z-index: 999;
  align-items: center;
  justify-content: center;
  background-color: white;
  -webkit-box-shadow: 2px 2px 11px -3px #000000;
  -moz-box-shadow: 2px 2px 11px -3px #000000;
  -o-box-shadow: 2px 2px 11px -3px #000000;
  box-shadow: 2px 2px 11px -3px #000000;
}
.finanziamentidlg .finanziamentidlg_closebutton:hover {
  text-decoration: none;
}
.finanziamentidlg .finanziamentidlg_totale {
  color: white;
  background-color: #ed1d24;
  padding: 20px;
  font-size: 18px;
  text-align: center;
}
.finanziamentidlg .finanziamentidlg_totale .finanziamentidlg_totale_count {
  font-size: 70px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .finanziamentidlg .finanziamentidlg_totale {
    font-size: 14px;
  }
  .finanziamentidlg .finanziamentidlg_totale .finanziamentidlg_totale_count {
    font-size: 30px;
  }
}
.finanziamentidlg .finanziamentidlg_perstato {
  background-color: #f3f4f5;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  color: #3d3b3d;
}
.finanziamentidlg .finanziamentidlg_perstato_item {
  text-align: center;
}
.finanziamentidlg .finanziamentidlg_perstato_item_counter {
  font-size: 50px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .finanziamentidlg .finanziamentidlg_perstato_item_counter {
    font-size: 30px;
  }
}
.finanziamentidlg .finanziamentidlg_perstato_item_caption {
  font-size: 16px;
}
@media (max-width: 767px) {
  .finanziamentidlg .finanziamentidlg_perstato_item_caption {
    font-size: 12px;
  }
}
.finanziamentidlg .finanziamentidlg_dettaglio ul {
  list-style: none;
  padding: 20px;
  margin: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px 10px;
}
@media (max-width: 767px) {
  .finanziamentidlg .finanziamentidlg_dettaglio ul {
    display: block;
  }
}
.finanziamentidlg .finanziamentidlg_dettaglio li {
  padding: 0px 15px;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
}
.finanziamentidlg .finanziamentidlg_dettaglio li:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ed1d24;
  position: absolute;
  top: 6px;
  left: 0px;
}
@media (max-width: 767px) {
  .finanziamentidlg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 100%;
    border-radius: 0px;
  }
  .finanziamentidlg .finanziamentidlg_closebutton {
    right: 2px;
    top: 2px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  .finanziamentidlg .finanziamentidlg_searchbox {
    padding: 0px;
    display: block;
  }
  .finanziamentidlg .finanziamentidlg_searchbox .finanziamentidlg_searchfield {
    padding: 4px;
    text-align: center;
  }
  .finanziamentidlg .finanziamentidlg_searchbox .ui-searchfield {
    width: initial;
    margin-top: 5px;
  }
}
.videopopup {
  background-color: #dcddde;
  padding: 10px;
  font-size: 18px;
  position: relative;
  width: 900px;
  max-width: 100%;
}
.videopopup .videopoup_closebutton {
  position: absolute;
  right: -25px;
  top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: black;
  display: flex;
  z-index: 999;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  background-color: white;
  -webkit-box-shadow: 2px 2px 11px -3px #000000;
  -moz-box-shadow: 2px 2px 11px -3px #000000;
  -o-box-shadow: 2px 2px 11px -3px #000000;
  box-shadow: 2px 2px 11px -3px #000000;
}
.videopopup .videopoup_closebutton:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .videopopup {
    border-radius: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100%;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .videopopup .videopoup_closebutton {
    right: 1px;
    top: 1px;
    width: 26px;
    height: 26px;
    border-radius: 13px;
  }
}
.maincontent__body .btn.rosso {
  padding: 0.4em 1em;
}
.maincontent__body a.link_highlight:hover,
.maincontent__body a.link_highlight:active {
  font-size: 1.2em;
  font-weight: bold;
  color: #ed1d24;
}
#operemap_locations_menu {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.8s cubic-bezier(0, 1, 0, 1);
  transition-delay: 0s;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
#operemap_locations_menu li a {
  border: 1px solid #dcddde;
  white-space: nowrap;
  display: block;
  background-color: #ffffff;
  padding: 10px;
  margin: 0.5px;
  color: black;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
}
#operemap_locations_menu li a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ed1d24;
  position: absolute;
  top: 40%;
  left: 4px;
}
#operemap_locations_menu.open {
  max-height: 800px;
  overflow: auto;
  transition: max-height 1s ease-in-out;
}
@media (max-width: 767px) {
  #operemap_locations_menu {
    grid-template-columns: 1fr 1fr;
  }
  #operemap_locations_menu li a {
    padding: 6px;
    padding-left: 15px;
  }
}
.operemap_overlaybtn {
  display: inline-block;
}
.operemap_overlaybtn .operemap_overlaybtn__icon {
  background-color: #d43437;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 2px #aaa;
  margin: 10px auto;
  font-size: 25px;
  color: white;
  transition-timing-function: ease-out;
  transition: 0.5s;
}
.swiper-slide-content {
  position: absolute;
  bottom: 32px;
  /*
  left: 32px;
  max-width: calc(100% - 64px);

   */
  width: 100%;
  padding: 10px 32px;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: left;
}
.swiper-slide-title {
  font-size: 27px;
  line-height: 1.25;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .swiper-slide-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .swiper-slide-title {
    font-size: 20px;
  }
}
/*
.swiper-button-next,.swiper-button-prev{
  color:white;
}

.galleryview_closebutton{
  text-decoration: none;
  position: absolute;
  right:2px;
  top:2px;
  width:50px;
  height:50px;
  border-radius: 25px;
  color:white;
  font-size:22px;
  display: flex;
  z-index: 999;
  align-items: center;
  justify-content: center;
  background-color: @grigio_scuro;
  -webkit-box-shadow: 2px 2px 11px -3px #000000;
  -moz-box-shadow: 2px 2px 11px -3px #000000;
  -o-box-shadow: 2px 2px 11px -3px #000000;
  box-shadow: 2px 2px 11px -3px #000000;

  &:hover{
    text-decoration: none;
  }
}

 */
