/* main: ../common.scss*/
[class^="icon-"], [class*=" icon-"], .icomoon, .selectric:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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;
}

.icon-logolibre:before {
  content: "\e914";
}

.icon-close:before {
  content: "\e913";
}

.icon-minus:before {
  content: '';
  color: #ffe700;
  width: 13px;
  height: 2px;
  background: #ffe700;
  display: block;
}

.icon-plus:before {
  content: "\e912";
  color: #ffe700;
}

.icon-about-identikit:before {
  content: "\e901";
  font-size: 308px;
}

.icon-about-ribbon:before {
  content: "\e902";
  font-size: 465px;
}

.icon-accoglienza:before {
  content: "\e903";
  color: #48c34e;
}

.icon-appartenenza:before {
  content: "\e904";
  color: #48c34e;
}

.icon-arrow-right.rotate {
  display: inline-block;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.icon-arrow-right:before {
  content: "\e905";
}

.icon-arrow-up:before {
  content: "\e906";
}

.icon-certification-checkpaper:before {
  content: "\e907";
  font-size: 361px;
}

.icon-certifications-helmet:before {
  content: "\e908";
  font-size: 308px;
}

.icon-contacts-phone:before {
  content: "\e909";
  font-size: 411px;
}

.icon-corresponsabilita:before {
  content: "\e90a";
  color: #ffe700;
}

.icon-innovazione:before {
  content: "\e90b";
  color: #ffe700;
}

.icon-instagram-comment:before {
  content: "\e90c";
  color: #fff;
}

.icon-instagram-heart:before {
  content: "\e90d";
  color: #fff;
}

.icon-places-house:before {
  content: "\e90e";
  font-size: 360px;
}

.icon-social-facebook:before {
  content: "\e90f";
  color: #fff;
}

.icon-social-flickr:before {
  content: "\e900";
  color: #fff;
}

.icon-social-youtube:before {
  content: "\e910";
  color: #fff;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: 0 solid transparent;
  border-radius: 0px;
  background: #FFE700;
  position: relative;
  overflow: hidden;
}

.selectric:before {
  content: "\e906";
  position: absolute;
  top: 50%;
  right: 2.5em;
  font-size: 0.8em;
  color: #0E182E;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 2.13333em 0 1.2em;
  font-size: 1.5em;
  line-height: 2.13333em;
  color: #0E182E;
  height: 2.13333em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: none;
}

.selectric-focus .selectric {
  border-color: rgba(0, 0, 0, 0);
}

.selectric-hover .selectric {
  border-color: rgba(0, 0, 0, 0);
}

.selectric-hover .selectric .button {
  color: #35a33b;
}

.selectric-hover .selectric .button:after {
  border-top-color: #35a33b;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFE700;
  border: 1px solid rgba(0, 0, 0, 0);
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.15385em;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 0.5em 0.5em 0.5em 1.35201em !important;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.page-contatti .selectric, .page-contatti .selectric-items {
  background: #48C34E;
}

.page-contatti .selectric-items li.highlighted {
  background: #FFE700;
}

.page-sedi .selectric-items li.highlighted {
  background: #48C34E;
}

.sede__container {
  background: #F5F5F5;
  padding: 5em 0;
}

.sede__container a:not(.in-button) {
  color: #0E182E;
}

.sede__container h3 {
  font-weight: 400;
  font-size: 1.5em;
}

.sede__container h2 {
  font-size: 2em;
  line-height: 1.05em;
  padding-bottom: .5em;
}

.sede__container .searchandfilter > ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
}

.sede__container .searchandfilter > ul > li {
  padding: 0 25px;
}

@media (max-width: 991px) {
  .sede__container .searchandfilter > ul > li {
    width: 100%;
    margin-bottom: 2em;
  }
}

@media (min-width: 992px) {
  .sede__container .searchandfilter > ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .sede__container .searchandfilter > ul > li {
    padding: 0 15px;
  }
}

.sede__container .searchandfilter > ul > li label {
  width: 100%;
}

.sede__img {
  width: 100%;
  padding-bottom: 45.8%;
  background-size: cover;
  background-position: contain;
  display: block;
}

.sede__outer {
  margin-bottom: 3em;
}

.sede__inner {
  background: #fff;
  width: 100%;
  padding-bottom: 2em;
}

.sede__inner .in-button {
  position: absolute;
  bottom: 1em;
}

.sede__text {
  padding: 2em;
}

@media (max-width: 575px) {
  .sede__text {
    padding: 1em;
  }
}

.sede h2 {
  font-size: 2em;
  line-height: 1.125em;
  padding-bottom: .5em;
  min-height: 2.75em;
}

.searchandfilter {
  padding-bottom: 2em;
}
