@font-face {
  font-family: 'tex_gyre_herosbold';
  src: url('../../fonts/texgyreheros-bold-webfont.woff2') format('woff2'),
       url('../../fonts/texgyreheros-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'tex_gyre_herosregular';
  src: url('../../fonts/texgyreheros-regular-webfont.woff2') format('woff2'),
       url('../../fonts/texgyreheros-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'instrument_serifitalic';
  src: url('../../fonts/instrumentserif-italic-webfont.woff2') format('woff2'),
       url('../../fonts/instrumentserif-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'instrument_serifregular';
  src: url('../../fonts/instrumentserif-regular-webfont.woff2') format('woff2'),
       url('../../fonts/instrumentserif-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* utilità */
:root {
  --violet: #BD8EFF;
  --violet-light: #C4BCCF;
  --black: #000;
  --light-gray: #ccc;
  --dark: #000;
  --background: #FFF;
  --font-size: 18px;
  --line-height: 28px;
  --green-dark: #073C3B;
  --yellow: #BB9F06;
}

.rumble {
  font-family: 'tex_gyre_herosregular' !important;
}

.color-gold {
  color: var(--violet) !important;
}

.color-gray {
  color: var(--black) !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

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

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.w-auto {
  width: auto !important;
}

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

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

body,
html {
  -webkit-text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'tex_gyre_herosregular';
  text-rendering: optimizeLegibility;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: var(--black);
  letter-spacing: normal;
  line-height: normal;
  -webkit-font-kerning: none;
  font-kerning: none;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: var(--font-size);
  line-height: var(--line-height);
  background-color: var(--background);
}


body.ismenu,
body.is_age_popup {
  overflow: hidden;
}

.disabled_text {}

.menu.disabled_text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
  text-decoration: inherit;
}

a:hover {
  color: var(--violet);
}

a.link-gold,
a.link-gold:link,
a.link-gold:visited {
  color: var(--violet);
}

a.link-gold:hover {
  text-decoration: underline;
}

a:focus,
object,
a:visited,
input,
select,
textarea {
  outline: 0px;
}

img {
  border: 0px !important;
}

input,
textarea,
select {
  font-size: 12px;
  color: var(--black);
  font-family: 'tex_gyre_herosregular';
  font-weight: 400;
  outline: none;
  outline: 0px;
}

select option {
  color: var(--black);
  font-family: 'tex_gyre_herosregular';
  font-weight: 400;
}

input,
input:focus,
select,
select:focus {
  outline: none;
  outline: 0px;
}


h1,
h2,
h3,
h4,
h5,
h6,
ul {
  padding: 0px;
  margin: 0px;
}

p {
  margin-bottom: 0px;
}


form {
  padding: 0px;
  margin: 0px;
}

.disabled {
  -moz-opacity: .5;
  opacity: 0.50;
  filter: alpha(opacity=50);
  cursor: default;
}

.font-family-main {
  font-family: 'tex_gyre_herosregular';
}


.text-uppercase {
  text-transform: uppercase;
}

/* OPACITY LAYER*/
.opacity_layer {
  z-index: 4000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  filter: alpha(opacity=80);
  -moz-opacity: .80;
  opacity: .80;
  display: none;
  float: left;
  background-color: #000;
}

.opacity_layer.wait {
  background-color: #FFF;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

.opacity_layer.minimal {
  background-color: #1A1A1A;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
}

#loading_layer {
  position: absolute;
  z-index: 4020;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-left: -64px;
  margin-top: -64px;
  background-image: url(../../img/loading_white.svg);
  background-position: top left;
  background-repeat: no-repeat;
  display: none;
  background-size: 100%;
}

#loading_layer.logo {
  background-image: url(../../img/logo-white.png);
  width: 212px;
  height: 137px;
  margin-left: -106px;
  margin-top: -68px;
}

/* FINE OPACITY LAYER */

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none
}

.transition {
  transition: all .3s;
  -webkit-transition: all .3s;
}

/* DINAMIC ALERT */
.dinamic_alert {
  position: fixed;
  z-index: 4030;
  height: auto;
  border-radius: 10px;
  width: 545px;
  top: 50%;
  left: 50%;
  margin-left: -272px;
  display: none;
  padding: 0px;
  background-color: #fff;
}

.dinamic_alert .bkg_dinamic_alert {
  float: left;
  height: auto;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.dinamic_alert .bkg_dinamic_alert p.btn {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.dinamic_alert .bkg_dinamic_alert p.btn a.chiudi {
  float: none;
  display: inline-block;
  border-radius: 5px;
  padding: 0px 25px;
  position: static;
  text-align: center;
  color: #FFF !important;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500 !important;
  border-color: var(--violet) !important;
  background-color: var(--violet) !important;
}

.dinamic_alert .bkg_dinamic_alert p.btn a.chiudi:hover {
  border-color: var(--black) !important;
  background-color: var(--black) !important;
}

.dinamic_alert .bkg_dinamic_alert p.btn a.chiudi.nok {
  background-color: var(--black) !important;
  margin-right: 10px;
}

.dinamic_alert .bkg_dinamic_alert p.btn a.chiudi.ok {
  margin-left: 10px;
}

.dinamic_alert_container {
  float: left;
  padding: 25px 50px;
  height: auto;
  width: calc(100% - 100px);
  background-color: #FFF;
  border-radius: 3px;
}

.dinamic_alert_container h1 {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  color: #ad1a2b;
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 600;
}

.dinamic_alert_container span {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  font-weight: 300px;
  margin-top: 15px;
  font-size: 22px;
  color: #333;
  line-height: 28px;
  font-weight: 400;
  padding-bottom: 10px;
  text-align: center;
}

/* FINE DINAMIC ALERT */

/* COOKIE POLICY */
.cookie_popup {
  float: left;
  position: fixed;
  left: 0px;
  bottom: 0px;
  background-color: #FFF;
  width: calc(100% - 40px);
  height: auto;
  padding: 20px 20px;
  z-index: 300;
}

.cookie_popup .center_container {
  width: 94%;
  margin: 0px auto;
}

.cookie_popup .align {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}

.cookie_popup .testo {
  float: left;
  width: calc(100% - 160px);
}

.cookie_popup p {
  float: left;
  width: 100%;
  font-family: 'tex_gyre_herosregular';
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--black);
  margin-top: 0px;
}

.cookie_popup p a {
  text-decoration: underline;
  font-family: 'tex_gyre_herosregular';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--violet);
}

.cookie_popup p.link {
  float: right;
  width: 150px;
}

.cookie_popup p.link a {
  float: right;
  background-color: var(--green-dark);
  text-decoration: none;
  padding: 0px 15px;
  border-radius: 6px;
  color: #FFF;
  font-size: 14px;
  text-transform: none;
  line-height: 40px;
  height: 40px;
}

.cookie_popup p.link a:hover {

}

/* FINE COOKIE POLICY */

.total_container {
  float: left;
  width: 100%;
  /*visibility: hidden;*/
}

/*.notmobile .total_container { min-width: 1100px; }*/

.site_content {
  float: left;
  width: 100%;
  margin-top: 73px;
  height: auto;
  min-height: 300px;
}

.site_content.share { margin-top: 0px !important; }

.site_content.with_header {
  margin-top: 0px;
}

.site_content.notfound {
  height: calc(100% - 130px);
}

.center_container {
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  max-width: 100%;
}

.load_source {
  overflow: hidden;
  position: relative;
}

.load_source .loading_content {
  float: left;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../img/loading.svg);
  background-size: 60px;
}

.load_source .loading_content.black {
  background-image: url(../../img/loading_b.svg);
}

.load_source img {
  float: left;
  width: auto;
  height: auto;
  display: none;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.header_box_content {
  float: left;
  width: 100%;
}

.header_box {
  float: left;
  width: 100%;
  position: relative;
  background-color: transparent;
  height: 500px;
}

.header_box.page {
  height: 400px;
}

.header_box.small {
  height: 300px;
}

.header_box .loading_content {
  float: left;
  width: 100%;
  height: 100%;
  background-image: url(../../img/loading.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 50px;
}

.header_box .image_content {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body.ishome .header_box .image_content {
  width: 100%;
}

.header_box .opacity_element {
  transition: background-color 1s;
  display: none;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}

.header_box.loaded .opacity_element {
  background-color: rgba(0, 0, 0, .5);
}

.header_box.nosource .opacity_element.overlayer,
.header_box.loaded .opacity_element.overlayer {
  background-position: top left;
  background-repeat: repeat;
  background-image: url(../../img/overlayer.jpg);
  opacity: 0.65;
}

.header_box.loaded .opacity_element.white {
  background-color: rgba(255, 255, 255, .8);
}

.header_box .over_box {
  position: absolute;
  z-index: 50;
  left: 10%;
  bottom: 80px;
  height: calc(100% - 180px);
  width: 80%;
  color: #fff;
  display: none;
}

.header_box .over_box.auto {
  height: auto;
}

.header_box .over_box .vertical_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.header_box .over_box h1 {
  float: left;
  width: 100%;
  line-height: 34px;
  font-size: 30px;
  text-align: center;
  font-style: italic;
  font-weight: 700;
  margin-top: 0px;
  font-family: 'tex_gyre_herosregular';
}

.header_box .over_box h1.green {
  color: #ceff00;
}

.header_box .over_box h2 {
  float: left;
  width: 100%;
  line-height: 32px;
  font-weight: 500;
  font-weight: 400;
  font-size: 24px;
  margin: 0px;
}

.header_box .over_box.center h1,
.header_box .over_box.center h2 {
  text-align: center;
}

.header_box .over_box p.didascalia {
  float: left;
  color: #FFF;
  width: 100%;
  margin-top: 55px;
}

.header_box .over_box p.didascalia.mt {
  margin-top: 0px;
}

.header_box .over_box p.didascalia b {
  font-weight: 700;
}

.header_box .over_box .logo {
  float: left;
  width: 100%;
  background-image: url(../../img/logo_english_white-lila.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 150px;
  margin-bottom: 30px;
}

.header_box .over_box span {
  float: left;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.header_box .over_box.full {
  left: 10%;
  display: none;
  width: 80%;
  float: left;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}

.header_box .over_box.full h1,
.header_box .over_box.full h2.center {
  text-align: center !important;
}

.header_box .over_box.working {
  left: 25%;
  display: none;
  width: 50%;
  height: auto;
  float: left;
  transform: translateY(-70%);
  position: absolute;
  top: 50%;
}

.header_box .over_box.working h2.center {
  text-align: center !important;
}

.header_box.page .over_box,
.header_box.small .over_box {
  top: unset;
  bottom: 25px;
  left: 5%;
  width: 90%;
  padding: 0px;
  height: auto;
}

.header_box.page .over_box h1,
.header_box.small h1 {
  font-size: 100px;
  line-height: 80px;
  text-align: left;
  font-style: normal;
}

.header_box.isslider .sliders_box {
  float: left;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
  position: relative;
}

.header_box.isslider .slider_box_element {
  float: left;
  width: 100%;
  height: 100%;
}

.header_box.isslider .slider_box_element.hide {
  display: none;
}

.header_box.isslider .slider_box_element .image_content {
  height: 100%;
  overflow: hidden;
}

.header_box.isslider .slider_box_element .image_content.hide {
  display: none;
}

.header_box.isslider .balls {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-right: auto;
}

.header_box.isslider .balls .ball {
  box-sizing: border-box;
  transition: all .3s;
  margin-right: 10px;
  -webkit-transition: all .3s;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.15rem;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, .5);
}

.header_box.isslider .balls .ball:last-child {
  margin-right: 0px;
}

.header_box.isslider .balls .ball:hover,
.header_box.isslider .balls .ball.active {
  background-color: var(--violet);
}

.header_box .ombra_top {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../../img/ombra-top.png);
  background-repeat: repeat-x;
  height: 180px;
  width: 100%;
  background-position: top left;
  z-index: 30;
}

.header_box .ombra_bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 70%);
  height: 180px;
  width: 100%;
  z-index: 30;
}

.header_box.isslider .assoluto {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 32;
  bottom: 16px;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.header_box.isslider .scroll_down {
  display: none;
}

.header_box.isslider .scroll_down_mouse {
  position: relative;
  right: 0px;
  bottom: 0px;
  padding: 0px;
  background-image: url(../../img/icone/mouse_base.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 32px;
  height: 48px;
}

.header_box.isslider .scroll_down_mouse .track {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 100%;
  height: 10px;
  background-image: url(../../img/icone/mouse_track.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.header_box.isslider .scroll_down_mouse .track.moved {
  animation: trackmove 1s infinite;
}

@keyframes trackmove {

  0%,
  100% {
    transform: translateY(0);
  }

  33% {
    transform: translateY(-2px);
  }

  66% {
    transform: translateY(6px);
  }
}

.header_box.isslider .languages {
  float: left;
  width: auto;
  margin-left: 10px;
    min-width: 36px;
}

.header_box.isslider .languages span {
  float: left;
  width: auto;
  color: #FFF;
  margin-right: 10px;
}

.header_box.isslider .languages a {
  float: left;
  width: auto;
  color: #FFF;
  font-size: 16px;
  line-height: 28px;
}

.header_box.isslider .languages a:hover {
  color: var(--violet);
}

.header_box.isslider .slider_menu {
  position: absolute;
  bottom: 30px;
  left: 50px;
  width: calc(100% - 100px);
  display: flex;
  justify-content: center;
}

.header_box.isslider .slider_menu a,
.header_box.isslider .slider_menu span {
  text-transform: uppercase;
  font-size: 24px;
  float: left;
  color: #fff;
  font-weight: 400;
}

.header_box.isslider .slider_menu span {
  margin: 0px 30px;
}

/* LIGHTBOX */
a.close_lightbox {
  display: none;
  z-index: 6020;
  position: fixed;
  top: 25px;
  right: 25px;
  width: 22px;
  height: 22px;
}

#gallery-lightbox-cnt {
  position: fixed;
  display: none;
  float: left;
  width: 476px;
  z-index: 6010;
  height: 308px;
  top: 50%;
  left: 50%;
  padding: 0px;
}

.gallery-lightbox-cnt-multimedia {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.loading-multimedia {
  float: left;
  width: 100%;
  height: 100%;
  background-image: url(../../img/loading.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

#gallery_lightbox_zoom {
  float: left;
}

.gallery-lightbox-cnt-multimedia a.arrow {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -22px;
  z-index: 7000;
  width: 45px;
  height: 45px;
}

.gallery-lightbox-cnt-multimedia a.arrow.prev {
  left: -60px;
}

.gallery-lightbox-cnt-multimedia a.arrow.prev svg {
  transform: rotate(-180deg);
}

.gallery-lightbox-cnt-multimedia a.arrow.next {
  right: -50px;
}

.gallery-lightbox-cnt-multimedia .gallery-lightbox-cnt-didascalia {
  float: left;
  width: 100%;
  height: auto;
  position: absolute;
  padding: 10px 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
}

.gallery-lightbox-cnt-multimedia .gallery-lightbox-cnt-didascalia p {
  float: left;
  width: calc(100% - 30px);
  padding: 0px 15px;
  margin: 0px;
  text-indent: 0px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: none;
}

/* FINE LIGHTBOX */

/* FOOTER */
.footer {
  float: left;
  width: 100%;
  clear: both;
  position: relative;
  background-color: var(--green-dark);
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 0px;
}

.footer .row {
  float: left; width: 100%; display: flex;
}

.footer .row .col { flex: 1; }
.footer .row .col.flex-end { align-items: flex-end; display: flex; justify-content: flex-end; flex-direction: column; }

.footer .row .col .icon { float: left; width: 100%; background-position: left center; background-size: auto 100%; margin-right: 0px; background-repeat: no-repeat; }
.footer .row .col .icon.eui { height: 70px; background-image: url(../../img/eui-white.png); margin-bottom: 30px; }
.footer .row .col .icon.society { height: 40px; background-image: url(../../img/open-society-white.png); }
.footer .row .col .icon.europe { height: 65px; background-image: url(../../img/europe-white.png); margin-bottom: 30px; }

.footer .row .col .icon_text { float: left; width: 100%; height: 40px; display: flex; justify-content: center; align-items: center; }
.footer .row .col .icon_text .icon { width: 138px; }
.footer .row .col .icon_text p { flex: 1; margin-left: 15px; font-size: 13px; line-height: 20px; color: #FFF; margin-top: 0px; }

.footer .row .col.flex-end a { float: right; color: #C4BCCF; font-size: 16px; line-height: 20px; text-decoration: none; margin-right: 15px; }
.footer .row .col.flex-end a:last-child { margin-right: 0px; }

.footer .ballot_buddy { float: left; width: 100%; margin-bottom: 20px; margin-top: 15px; }
.footer .ballot_buddy svg { float: right; }

.footer .footer-menu { float: left; width: 100%;  align-items: flex-end; display: flex; justify-content: flex-end; }

.footer .social { margin-top: 20px; align-items: center; display: flex; justify-content: flex-end; }
.footer .social a { margin-right: 0px !important; margin-left:  15px !important; }
.footer .social a:first-child { margin-left: 0px !important; }
.footer .social a.fb { background-image: url(../../img/icone/Facebook-w.png); }
.footer .social a.instagram { background-image: url(../../img/icone/Instagram-w.png); }
.footer .social a.twitter { background-image: url(../../img/icone/Twitter-w.png); }
.footer .social a.linkedin { background-image: url(../../img/icone/Linkedin-w.png); }
.footer .social a.youtube { color: #FFF !important; }
.footer .social a.bluesky { filter: none; }

.about-16 .about-menu,
.about-18 .about-menu,
.page-id-6 .about-menu,
.page-id-40 .about-menu {
	position: fixed;
}

.about-16 .about-content,
.about-18 .about-content,
.page-id-6 .about-content,
.page-id-40 .about-content {
	float: right;
}

.page-id-40 .about-content .block_content {
    padding-top: 0px !important;
}

#toTop {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 54px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: #BD8EFF;
  color: white;
  cursor: pointer;
  padding: 18px 20px 12px;
  border-radius: 4px;
}

#toTop .arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
}

#toTop .up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}



/* FINE FOOTER */

/* HEADER */
.header {
  background-color: white;
  float: left;
  width: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 200;
  padding: 0px 0px;
  border-bottom: 1px solid #073C3B;
  height: 72px;
}

.header .center_container,
.footer .center_container {
  width: calc(100% - 110px);
  align-items: center;
  display: flex;
  flex-direction: row;
}

.header .logo {
  flex: 1;
  background-image: url(../../img/logo-eui.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto 30px;
  height: 72px;
}

.header .header_right {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.header .header_right a.link {
  float: right;
  font-size: var(--font-size);
  line-height: 72px;
  font-weight: 700;
  margin-right: 20px;
}

.header .header_right a.link.last { margin-right: 40px; }

.header .header_right a.hamburgher {
  float: right;
  width: 24px;
  height: 72px;
  background-image: url(../../img/icone/menu.png);
  background-position: center left;
  background-repeat: no-repeat;
}

.header.menu_open .header_right a.hamburgher {
  background-image: url(../../img/icone/close.png);
}

.header .header_right .language {
  float: right;
  margin-left: 15px;
  height: 46px;
  margin-top: 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .header_right .language .sep {
  float: left;
  width: 1px;
  height: 20px;
  background-color: #FFF;
  margin-right: 15px;
}

.header .header_right .language a {
  float: left;
  color: #FFF;
  line-height: 46px;
  font-size: 16px;
}

.header .header_right .language a:hover {
  color: var(--black);
}

.header .menu {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  transition: all .3s;
  -webkit-transition: all .3s;
  margin-top: 0px;
  cursor: pointer;
  height: 50px;
}

.header .menu .element {
  float: left;
  width: auto;
  position: relative;
}

.header .menu .element a {
  float: left;
  width: auto;
  color: #FFF;
  line-height: 100px;
  font-family: 'tex_gyre_herosregular';
  font-weight: 500;
  font-size: 18px;
  margin-right: 35px;
  text-transform: uppercase;
  text-decoration: none;
}

.header .menu .element a:hover,
.header .menu .element a.active {
  color: var(--violet) !important;
}

.header .menu .element a.hassubmenu:hover,
.header .menu .element a.hassubmenu.active {
  background-image: url(../../img/icone/arrow-down-hover.png) !important;
}

.header .menu .element:last-child a {
  margin-right: 0px;
}

.header .menu .element .submenu_element {
  position: absolute;
  display: none;
  top: 70px;
  left: 0px;
  width: 250px;
  border-top: 5px solid #345073;
  background-color: var(--background);
}

.header .menu .element:hover .submenu_element {
  display: block;
}

.header .menu .element .submenu_element p {
  float: left;
  width: 100%;
  border-bottom: 1px solid #E8E7E7;
}

.header .menu .element .submenu_element p a {
  float: left;
  width: calc(100% - 50px);
  padding: 12px 15px;
  padding-left: 35px;
  color: var(--black);
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  margin-right: 0px;
}

.header .menu .element .submenu_element p a::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 6px;
  top: 50%;
  margin-top: -3px;
  background-color: var(--background);
  left: 10px;
}

.header .menu .element .submenu_element p a:hover,
.header .menu .element .submenu_element p a.active {
  background-color: #FFF;
  color: #345073 !important;
}

.header .menu .element .submenu_element p a:hover::before,
.header .menu .element .submenu_element p a.active::before {
  background-color: var(--violet);
}

.header.move {
  padding: 0px 0px;
}
/* FINE HEADER */

.fullheight {
  height: 100%;
}

.total_container.working .site_content {
  margin-top: 0px;
  height: 100%;
}

.total_container.working .header_box {
  height: 100%;
}

.total_container.working .header_box .over_box h1 {
  font-size: 42px;
  line-height: 46px;
}

.total_container.working .header_box .over_box h2 {
  font-size: 18px;
  line-height: 26px;
  margin-top: -50px;
}

.header_box.feedback .image_content,
.total_container.working .header_box .image_content {
  width: 100%;
}

.total_container.working .social {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-left: 0px;
}

.total_container.working .social a:first-child {
  margin-left: 0px;
}

/* FORM */
.form {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0px;
}

.form p {
  float: left;
  width: 100%;
}

.form .row {
  float: left;
  width: 100%;
}

.form .row.mt25 {
  margin-top: 25px;
}

.form .row.mt50 {
  margin-top: 30px;
}

.form .row.half {
  width: calc(50% - 15px);
  margin-right: 30px;
}

.form .row.third {
  width: calc(33.33333333% - 20px);
  margin-right: 30px;
}

.form .row.hidden {
  display: none;
}

.form .row.three {
  width: calc(33.333333333% - 20px);
  margin-right: 30px;
}

.form .row.indirizzo {
  width: calc(80% - 15px);
  margin-right: 30px;
}

.form .row.civico {
  width: calc(20% - 15px);
  margin-right: 0px;
}

.form .row.civico input {
  text-align: center;
}

.form .row.citta {
  width: calc(70% - 15px);
  margin-right: 30px;
}

.form .row.cap {
  width: calc(30% - 15px);
  margin-right: 0px;
}

.form .row.cap input {
  text-align: center;
}

.form .row.last {
  margin-right: 0px;
}

.form .row.privacy {
  margin-top: 25px;
}

.form .row .input_label {
  float: left;
  width: 100%;
  height: auto;
}

.form .row .input_label.all {
  width: 100%;
}

.form .row label.field_label {
  float: left;
  margin-left: 0px;
  width: 100%;
  padding: 0px 0px;
  text-transform: none;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 16px;
  color: var(--black);
  line-height: auto;
  padding-bottom: 8px;
}

.form .row label.field_label font {
  float: left;
  font-weight: 300;
  font-style: italic;
  font-size: 13px;
  text-transform: none;
  color: var(--black);
  clear: both;
}

.form .row label.field_label.all {
  width: calc(100% - 30px);
}

.form .row .input,
.form .row .select {
  float: left;
  width: calc(100% - 2px);
  border: 1px solid #C4BCCF;
  border-radius: 10px;
  height: 42px;
  margin-top: 0px;
  position: relative;
  background-color: #FFF;
}

.form .row.box_regalo .input {
  border: 1px solid var(--violet);
  height: auto;
  padding: 15px 15px;
  width: calc(100% - 32px);
}

.form .row .input input,
.form .row .input textarea {
  float: left;
  width: calc(100% - 20px);
  padding: 7px 10px;
  border: 0px;
  background: none;
  color: var(--black);
  font-size: 16px;
  line-height: 28px;
  height: 28px;
  resize: none;
}

.form .row .input input::-webkit-input-placeholder,
.form .row .input input:-ms-input-placeholder,
.form .row .input input::placeholder {
  font-weight: 400;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  font-style: normal;
  color: var(--black);
  text-transform: none !important;
}

.form .row .input input[type=email] {
  text-transform: lowercase;
}

.form .row .input.textarea {
  border: 1px solid #DCDCDC;
  width: calc(100% - 2px);
  margin-top: 0px;
  height: auto;
}

.form .row .input.textarea textarea {
  height: 144px;
  width: calc(100% - 30px);
  padding: 15px 15px;
  line-height: 24px;
}

.form .row .input.textarea textarea::-webkit-input-placeholder,
.form .row .input.textarea textarea:-ms-input-placeholder,
.form .row .input.textarea textarea::placeholder {
  font-weight: 400;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  font-style: italic;
  color: var(--black);
  text-transform: none !important;
}

.form .row .checkbox {
  float: left;
  margin-left: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid #DCDCDC;
  position: relative;
  margin-top: 2px;
  background-color: #FFF;
}

.form .row .checkbox.shadow {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}

.form .row .checkbox input {
  -moz-opacity: 0;
  opacity: 0;
  margin: 0px;
  filter: alpha(opacity=0);
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 10;
  width: 18px;
  height: 18px;
  float: left;
  cursor: pointer;
}

.form .row .checkbox span {
  float: left;
  opacity: 0;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-top: 3px;
  background-color: var(--violet);
  transition: transform .3s cubic-bezier(.25, .46, .45, .94), opacity .2s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
  -webkit-transform: scale(.5);
  transform: scale(.5);
  border-radius: 10px;
}

.form .row .checkbox span.checked {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.form .row label {
  float: left;
  cursor: pointer;
  width: calc(100% - 26px);
  margin-left: 8px;
  color: var(--black);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: 'tex_gyre_herosregular';
}

.form .row label a {
  color: var(--violet);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
}

.form .row .input.radio {
  border: 0px;
  height: auto;
  margin-bottom: 10px;
}

.radio_row { float: left; width: 100%; margin-bottom: 10px; }
.radio_row:last-child { margin-bottom: 0px; }

.form .row .input.radio label {
  width: auto;
}

.form .row .input.radio .checkbox,
.form .row .input.radio .checkbox span.checked {
  border-radius: 20px;
}

.form .row .input.radio .checkbox:nth-child(3) {
  margin-left: 20px;
}

.form p.btn, .carre div.btn {
  margin-top: 10px;
}

.form p.btn a, .form div.btn a {
  float: right !important;
  padding: 0px !important;
  display: inline-block !important;
  width: 200px;
  height: 46px;
  text-decoration: none;
  line-height: 46px !important;
  text-align: center !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #fff !important;
  background-color: var(--violet) !important;
}

.form p.btn a:hover, .form div.btn a:hover {
  background-color: var(--black) !important;
  border-color: var(--black) !important;
  color: #fff !important;
}

.form font.error {
  float: left;
  width: 100%;
  color: #991122;
  display: none;
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.form p.btn a.loading {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../img/loading_white.svg);
  background-size: auto 24px;
}

/* FINE FORM */

/* CUSTOM SELECT */
.select {
  border: 0px;
}

.select .custom-select {
  float: left;
  width: 100%;
}

.select select {
  float: left;
  width: 100%;
  padding: 0px 0px;
  text-indent: 5px;
  border: 0px;
  background: none;
  color: var(--black);
  font-size: 16px;
  line-height: 18px;
  height: 100%;
  resize: none;
}

.form .row .select { width: calc(100% - 12px); padding-right: 10px; }
.form .row .select.with_icon { display: flex; justify-content: center; align-items: center; height: 70px; width: calc(100% - 12px); padding-right: 10px; }
.form .row .select.with_icon .icon { float: left; width:70px; height: 70px; background-image: url(../../img/icone/svg/search.svg); background-position: center center; background-repeat: no-repeat; background-size: auto 26px; }
.form .row .select.with_icon select { text-indent: 0px; }

.select span {
  width: calc(100% - 220px);
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  color: #383838;
  font-size: 16px;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: white;
  outline: 0px;
  outline: none;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 19px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: var(--violet) transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent var(--violet) transparent;
  top: 12px;
}

.select-items div,
.select-selected {
  width: calc(100% - 20px);
  color: var(--black);
  font-size: 20px;
  padding: 7px 10px;
  cursor: pointer;
  line-height: 28px;
  font-size: 16px;
  background-color: transparent;
}

.select-items div {
  border-bottom: 1px solid #EDEDED;
  padding: 7px 10px;
  font-size: 16px;
  line-height: 22px;
}

.select-items div:last-child {
  border-bottom: 1px solid #EDEDED;
}

.select-items {
  position: absolute;
  background-color: white;
  top: 42px;
  left: -1px;
  width: calc(100% + 2px);
  right: 0;
  z-index: 99;
  max-height: 247px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #EDEDED;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* FINE CUSTOM SELECT */

/* BLOCCHI */
.blocks_page {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 30px;
}

.blocks_page.nomb {
  margin-bottom: 0px;
}

.blocks_page.nomt {
  margin-top: 0px;
}

.simple-page {
  float: left;
  width: 100%;
  margin-bottom: 80px;
}

.block_content {
  float: left;
  width: 100%;
  padding: 0px;
  padding-top: 40px;
  background-color: var(--background);
}

.block_content .logo {
  float: left;
  width: 100%;
  background-image: url(../../img/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 125px;
  margin-bottom: 15px;
}

.block_content.mt { margin-top: 60px; }
.block_content.mb-60 { margin-bottom: 60px; }
.block_content.mb-100 { margin-bottom: 100px; }

.block_content.np {
  padding: 0px !important;
}

.block_content.grey_bkg {
  background-color: var(--background);
  margin-top: 40px;
  padding-bottom: 50px !important;
  padding-top: 70px !important;
}

body:not(.ishome) .blocks_page .block_content {
  padding-bottom: 0px;
}

body:not(.ishome) .blocks_page {
  margin-top: 0px !important;
}

body:not(.ishome) .blocks_page .block_content.with_bkg,
.block_content.with_bkg {
  padding: 50px 0px !important;
  margin-top: 50px !important;
}

body:not(.ishome) .blocks_page .block_content.with_bkg.nopt,
.block_content.with_bkg.nopt {
  margin-top: 0px !important;
}

.block_content.bgpt {
  padding-top: 60px;
}

.block_content.nopb {
  padding-bottom: 0px;
}

.block_content.nopt {
  padding-top: 0px !important;
}

.block_content.smpb {
  padding-bottom: 20px;
}

.block_content .black_bkg {
  float: left;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0px 0px;
  position: relative;
}

.archiveBlog .block_content .black_bkg.detail,
.singlePost .block_content .black_bkg.detail {
	height: 90vh;
}

.block_content .black_bkg.no-flex { display: inline-block; }
.block_content .black_bkg.justify-start { justify-content: flex-start; }

.block_content .black_bkg.cols {
  flex-direction: column;
}

.block_content .black_bkg .left {
  float: left;
  width: 30%;
}

.block_content .black_bkg .right {
  float: left;
  width: calc(70% - 40px);
  margin-left: 40px;
}

#form_spedizione {
  float: left;
  width: 100%;
  display: none;
}

#form_spedizione.show {
  display: block;
}

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

.block_content .black_bkg.mt {
  margin-top: 40px;
}

.block_content .black_bkg.mtbig {
  margin-top: 80px;
  margin-bottom: 40px;
}

.block_content .black_bkg.padding {
  padding-top: 45px;
  padding-bottom: 45px;
}

.block_content .black_bkg.white {
  background-color: #FFF;
  height: 300px;
}

.block_content .black_bkg div.title_assoluto {
  position: absolute;
  left: -7%;
  top: -70px;
  color: #F1EBDF;
  font-size: 120px;
}

.block_content .black_bkg .column {
  flex: 1;
  max-width: calc(50% - 100px);
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0px 50px;
}


/*.block_content .black_bkg .column.mask {
  background-image: url(../../img/mask.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}*/

.block_content.map_block { background-color:#FBFAF2; }
.block_content.map_block .black_bkg .column.map {
  height: 740px;
}

.block_content.map_block .black_bkg .column.map .map_box {
  float: left;width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;
}

.block_content.map_block .black_bkg .column.map .map_view {
  float: left; width: calc(100% - 2px); height: 640px; border: 1px solid var(--violet-light); position: relative;
}

.block_content.map_block .black_bkg .column.map .map_view .loading { float:left; width:100%; height:100%; background-image:url(../../img/loading.svg); background-position:center 60px;
  background-size: auto 50px; background-repeat:no-repeat; height:auto; width:100%; text-align:center;
padding-top: 120px; font-size: 18px; color: var(--violet-light); }
.block_content.map_block .black_bkg .column.map .map_view .country { position: absolute; top: 0px; left: 0px; display: none; }

.block_content.check_text_height .black_bkg .column.ptb {
  padding: 40px 50px;
}

.block_content .black_bkg .column.nopadding {
  padding: 0px;
  max-width: 48%;
  margin-right: 4%;
}

.block_content .black_bkg .column.nopadding:last-child {
  margin-right: 0px;
}

.block_content .black_bkg .column.image {
  max-width: 50%;
  padding: 0px;
}

.block_content .black_bkg .column.mx {
  margin-left: 25px;
  margin-right: 25px;
}

.block_content .black_bkg .column.my {
  margin-top: 25px;
  margin-bottom: 25px;
}

.block_content .black_bkg .column.paddingLeft {
  padding-left: 10%;
  width: 90%;
}

.block_content .black_bkg .column.all,
.blocks_page .block_content.all .black_bkg .column {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0px !important;
}

.block_content .black_bkg .column.all.pl {
  padding: 60px 0px 60px 30px !important;
  width: calc(100% - 30px) !important;
}

.block_content .black_bkg .column.all.plr {
  padding: 60px 0px 60px 30px !important;
  width: calc(100% - 30px) !important;
}

.block_content .black_bkg .column.all.ptb {
  padding: 60px 0px 60px 0px !important;
}

.block_content .black_bkg .column.all.violet { background-color: var(--violet); }
.block_content .black_bkg .column.all.violet-light { background-color: var(--violet-light); }
.block_content .black_bkg .column.all.off-white { background-color: #FBFAF2; }

.block_content .black_bkg .column.all.dir-row {
  flex-direction: row;
}

.block_content .black_bkg .column.all.flex-start {
  align-items: flex-start;
}

.block_content .black_bkg .column.all .sub-column-row {
  float: left; width: 100%; display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start;
}

.block_content .black_bkg .column.all .sub-column {
  flex: 1;
  margin-right: 30px;
}

.block_content .black_bkg .column.all .sub-column.mr-0 { margin-right: 0px; }

.block_content .black_bkg .column.all .sub-column div.logo { float: left; width: 100%; height: 200px; background-size: auto 400px; background-position: center;
  background-repeat: no-repeat; background-image: url(../../img/logo_english_black-lila.svg);
}

.block_content .black_bkg .column.all .sub-column p {
  float: left; width: 100%; font-family: 'tex_gyre_herosbold'; font-size: 48px; line-height: 52px; color: var(--black); margin-top: 0px;
}
.block_content .black_bkg .column.all .sub-column p.btn { margin-top: 10px; }

.block_content .black_bkg .column.all .sub-column p.white { color: #FFF; }
.block_content .black_bkg .column.all .sub-column p.white a { color: var(--black); text-decoration: underline; }

.block_content .black_bkg .column.all .sub-column p font {
  color: var(--violet);
}

.block_content .black_bkg .column.all .sub-column p.italic {
  font-family: 'instrument_serifitalic';  font-size:56px; line-height: 56px;
}

.block_content .black_bkg .column.all .sub-column p.mt-35 { margin-top: 35px; }

.block_content .black_bkg .column.all .sub-column p.center { text-align: center; }
.block_content .black_bkg .column.all .sub-column p.regular a { font-family: 'tex_gyre_herosregular'; text-decoration: underline; font-size: 20px; }

.block_content .black_bkg .column.all .sub-column p.arrow {
  font-size: 24px; line-height: 36px;  font-family: 'tex_gyre_herosregular';
  background-position: center left; background-repeat: no-repeat; background-image: url(../../img/icone/arrow-list.png);
  padding-left: 56px;width: calc(100% - 56px); background-size: auto 40px; margin-top: 20px;
}
.block_content .black_bkg .column.all .sub-column p.arrow:first-child { margin-top: 0px; }

.block_content .black_bkg .column.all .sub-column-row.grid { align-items: center; }
.block_content .black_bkg .column.all .sub-column-row.grid .sub-column:nth-child(2) { margin-right: 0px; }
.block_content .black_bkg .column.all .sub-column .loghi_partner { float: left; width: 100%; flex-direction: row; flex-wrap: wrap; display: flex; }
.block_content .black_bkg .column.all .sub-column p.logo_partner { flex: 1; min-width: 33.3333333333%; max-width: 33.3333333333%; margin-bottom: 15px; text-align: center; }
.block_content .black_bkg .column.all .sub-column p.logo_partner img { max-width: calc(100% - 15px); }

.block_content .black_bkg .column.all .sub-column.center { justify-content: center; align-items: center; display: flex;flex-direction: column;}
.block_content .black_bkg .column.all .sub-column.center p { text-align: center; }
.block_content .black_bkg .column.all .sub-column .form.small { max-width: 400px; margin-top: 30px; }
.block_content .black_bkg .column.all .sub-column .form.small .input { width: calc(100% - 112px); }
a#btn_newsletter { float: right; height: 44px; line-height: 44px;
  width: auto; padding: 0px 15px; text-align: center; background-color: var(--green-dark); border-radius: 10px; color: #FFF; margin-top: 30px; }

.block_content .black_bkg .column.mt {
  margin-top: 0px;
}

.block_content.brown .loading_content,
.block_content .black_bkg.brown .loading_content,
.block_content .black_bkg .column.brown .loading_content {
  background-image: url(../../img/loading_b.svg);
}

.block_content .black_bkg.news .column {
  width: 100%;
  margin-right: 0px;
}

.block_content .black_bkg .column:last-child {
  float: right;
  margin-right: 0px;
}

.block_content .black_bkg .column .head {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block_content .black_bkg .column .head p {
  flex: 1;
  color: #000;
  font-size: 42px;
  line-height: 48px;
  font-weight: 900;
  font-family: 'tex_gyre_herosregular';
}

.block_content .black_bkg .column .head p span {
  color: var(--violet);
}

.block_content .black_bkg .column .head p.small {
  color: #ad1a2b;
  font-style: italic;
  font-size: 50px;
  line-height: 54px;
}

.block_content .black_bkg .column .head.white p {
  color: #fff;
}

.block_content .black_bkg .column .head.white .line {
  background-color: #fff;
}

.block_content .black_bkg .column .head.black p {
  color: #1d1d1d;
}

.block_content .black_bkg .column .head.black .line {
  background-color: #1d1d1d;
}

.block_content .black_bkg .column .block_text {
  float: left;
  width: 100%;
}

.block_content .black_bkg .column .block_text.mt {
  margin-top: 30px;
}

.block_content .black_bkg .column h1 {
  float: left;
  width: 100%;
  font-size: 32px;
  line-height: 38px;
  color: var(--black);
  margin-top: 10px;
}

.block_content.simple .black_bkg .column h1 {
  margin-bottom: 15px;
}

.block_content .title_block_center {
  float: left;
  width: 100%;
}

.block_content .title_block {
  float: left;
  width: 100%;
  position: relative;
}

.block_content .title_block.mt-40 { margin-top: 40px; }

.block_content.center_title .title_block {
  width: auto;
  padding: 0px 130px;
}

.block_content .title_block .section {
  float: left; width: 100%; margin-bottom: 15px;
}

.block_content .title_block .section .square {
  float: left; width: 16px; height: 16px; background-color: var(--violet);
}

.block_content .title_block .section .square.blu {
  background-color: #D1FFEB;
}

.block_content .title_block .section p {
  float: left; width: auto; margin: 0px; line-height: 16px; margin-left: 5px; color: var(--black); font-size: 14px; text-transform:uppercase;
}

.block_content .title_block h2 {
  float: left;
  width: 100%;
  font-size: 66px;
  line-height: 66px;
  font-family: 'instrument_serifregular';
  position: relative;
  z-index: 5;
  color: var(--black);
  font-weight: 400;
  padding: 0px 0px;
}

.block_content .title_block h2.bold {
  font-family: 'tex_gyre_herosbold';
  font-size: 48px;
  line-height: 52px;
}

.block_content .title_block h2.violet-light {
  color: var(--violet-light);
}

.block_content.center_title .black_bkg .column .block_text h2 {
  text-align: center !important;
}

.block_content h2.block {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'tex_gyre_herosregular';
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
  color: var(--black);
  margin-top: 10px;
}

.block_content p {
  float: left;
  width: 100%;
  color: var(--black);
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.block_content p.back { margin-bottom: 20px; margin-top: 10px; }
.block_content p.back a { color: var(--violet-light); text-decoration: underline; }

.block_content p.big { font-size: 32px; line-height: 40px; }
.block_content p.mt-25 { margin-top: 25px; }
.block_content p.mt-50 { margin-top: 50px; }
.block_content p.mt-0 { margin-top: 0px; }
.block_content p.mb-25 { margin-bottom: 25px; }

.block_content p.center { text-align: center; }

.block_content p.link {
  text-align: center;
  margin-top: 25px;
}

.block_content p.link.mt {
  margin-top: 35px;
}

.block_content p.link a {
  color: var(--violet);
  font-size: 16px;
}

.block_content p span {
  color: var(--violet) !important;
}

.block_content h2 p {
  color: #000;
}

.block_content p.date {
  margin-bottom: 0px;margin-top: 0px;
}

.block_content h3 {
  float: left;
  width: 100%;
  font-size: 1.42rem;
  /* line-height: 24px; */
  margin-top: 10px;
}

.block_content h3 span,
.block_content h2 span {
  color: var(--violet);
}


.block_content.simple {
  padding-top: 30px;
}

.block_content.simple .black_bkg .column h2 {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 30px;
  font-size: 28px;
  line-height: 32px;
  text-align: left !important;
}

.block_content.simple .black_bkg .column h3 {
  margin-top: 25px;
  text-align: left !important;
  font-size: 22px;
  line-height: 28px;
}

.block_content .black_bkg.aree_intervento .column .head p {
  font-size: 38px;
  line-height: 42px;
}

.block_content .black_bkg.aree_intervento .column h2 {
  margin-bottom: 3px;
  margin-top: 0px;
}

.block_content .black_bkg.aree_intervento .column div.testo {
  margin-top: 0px;
}

.block_content .black_bkg .column .testo_citazione_box {
  float: left;
  width: 100%;
  position: relative;
}

.block_content .black_bkg .column .over_box_bkg .head {
  display: inline-block;
}

.block_content .black_bkg .column .over_box_bkg .head p {
  text-align: right !important;
}

.block_content .black_bkg .column .testo_citazione_box .apice {
  position: absolute;
  float: left;
  width: 50px;
  font-size: 90px;
  color: #ad1a2b;
  line-height: 30px;
}

.block_content .black_bkg .column .testo_citazione_box .apice.left {
  left: 0px;
  top: -10px;
}

.block_content .black_bkg .column .testo_citazione_box .apice.right {
  text-align: right;
  margin-top: 10px;
  right: 0px;
  bottom: -30px;
}

.block_content .black_bkg .column .testo,
.block_content .black_bkg .column .testo p {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: var(--black);
  margin-top: 30px;
  font-family: 'tex_gyre_herosregular';
  font-weight: 300;
}

.block_content .black_bkg .column .testo p.medium { font-size: 18px; line-height: 28px; }
.block_content .black_bkg .column .testo p.small { font-size: 16px; line-height: 24px; margin-top: 20px; }

.block_content .black_bkg .column .testo p.big {
  font-size: 42px;
  line-height: 48px;
  margin-top: 40px;
  font-family: 'tex_gyre_herosbold';
}

.block_content .black_bkg .column .testo .form { margin-top: 20px; }

.block_content .black_bkg .column .testo p img {
  float: left;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.block_content .black_bkg .column .testo b,
.block_content .black_bkg .column .testo strong {
  font-family: 'tex_gyre_herosbold';
}

.block_content .black_bkg .column .testo_columns {
  float: left;
  width: calc(100% + 30px);
  display: flex;
  flex-direction: row;
}

.block_content .black_bkg .column .testo_columns .testo {
  flex: 1;
  margin-right: 30px;
}

.block_content .black_bkg .column .testo p:first-child {
  margin-top: 0px !important;
}

.block_content .black_bkg .column .testo p {
  margin-top: 5px;
}

.block_content .black_bkg .column .testo font {
  color: var(--violet) !important;
}

.block_content .black_bkg .column .testo.identita p {
  border-bottom: 1px solid var(--violet);
  padding-bottom: 15px;
}

.block_content .black_bkg .column .testo.citazione {
  text-align: center;
  width: calc(100% - 100px) !important;
  font-style: italic;
  margin-left: 50px !important;
  margin-right: 50px !important;
  margin-top: -25px;
  font-family: 'tex_gyre_herosregular';
  font-style: italic;
}

.block_content .black_bkg .column .launching {
  float: left; width: 100%; margin-top: 70px;
}

.block_content .black_bkg .column .launching .arrow {
  float: left; height: 60px; width: 100%; background-position: left center; background-repeat: no-repeat;
  background-image: url(../../img/freccia.png); background-size: auto 100%;
}

.block_content .black_bkg .column .launching p {
  float: left; width: calc(100% - 50px); margin: 0px; padding: 0px;
  font-size:22px; line-height: 26px; margin-left: 50px; margin-top: 25px;
  font-family: 'tex_gyre_herosbold'; text-transform: uppercase;
}

.block_content .black_bkg .column .testo .col {
  float: left;
  margin-right: 20px;
  width: calc(50% - 10px);
}

.block_content .black_bkg .column .testo .col:last-child {
  margin-right: 0px;
}

.block_content .black_bkg .column .testo.mt {
  margin-top: 25px;
}


.block_content .black_bkg .column .testo.nomt {
  margin-top: 0px;
}

.block_content .black_bkg .column .testo ul, .block_content .black_bkg .column .testo ol {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 5px;
}

.block_content .black_bkg .column .testo ul li {
  float: left;
  width: calc(100% - 30px);
  margin-left: 30px;
  margin-top: 5px;
}

.block_content .black_bkg .column .testo strong,
.block_content .black_bkg .column .testo b {
  font-weight: 700;
}

.block_content .black_bkg .column .testo a {
  color: var(--violet) !important;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  font-family: 'tex_gyre_herosregular';
}

.block_content .black_bkg .column .testo a:hover {
  text-decoration: underline;
}

p.btn {
  float: left;
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

p.btn.mt-0 { margin-top: 0px; }
p.btn.mt-60 { margin-top: 60px; }
p.btn.mb-40 { margin-bottom: 40px; }

p.btn.flex-start {
  justify-content: flex-start;
}

p.btn.flex-end {
  justify-content: flex-end;
}

p.btn.left a {
  float: left;
}

p.btn a,
.survey-results-content .accordion .item p.btn a {
  float: right;
  width: auto;
  font-size: 16px;
  margin-right: 15px;
/*   height: 44px; */
  line-height: 44px;
  padding: 0px 20px;
  transition: all .3s;
  -webkit-transition: all .3s;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  color: #FFF !important;
  background-color: var(--green-dark);
  font-family: 'tex_gyre_herosregular';
  text-transform: none;
  text-align: center;
  border-radius: 6px;
}

p.btn a.ml {
  margin-left: 16px;
}

p.btn a:hover {
  background-color: var(--violet) !important;
}

p.btn a.lower { text-transform: none; }

p.btn a.violet { background-color: var(--violet) !important; }
p.btn a.violet-light { background-color: var(--violet-light) !important; }

p.btn a.violet:hover { background-color: var(--green-dark) !important; }
p.btn a.violet.loading { background-image: url(../../img/loading_white.svg); background-position: center; background-repeat: no-repeat; background-size: auto 26px; }

.block_content .black_bkg .column p.btn a.nomr,
p.btn a.nomr, p.btn a:last-child {
  margin-right: 0px;
}

/* Acquista */

.block_content.acquista_bkg {
  background-image: url(../../img/white-marble-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 80px 0px;
  margin: 140px 0 80px 0;
}

.block_content.acquista .row {
  align-items: stretch;
  display: flex;
  width: 100%;
}

.block_content.acquista .row .column {
  position: relative;
  width: 50%;
}

.block_content.acquista .row .column:first-child {}


.block_content.acquista .row .column.ishome img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  display: block;
  height: calc(150% + 120px);
}

.block_content.acquista .row .column:nth-child(2) {
  text-align: right;
}

.block_content.acquista .row input[type=number] {
  padding: 14px 12px;
  outline: 0;
  border: 1px solid var(--light-gray);
  border-radius: 8px;
  font-size: 18px;
  width: 100px;
}

.block_content.acquista .price {
  align-items: baseline;
  display: flex;
  width: 100%;
  margin: 1rem 0;
}

.block_content.acquista .price>div {
  width: 50%;
}

.block_content.acquista .price>div:nth-child(2) {
  font-weight: bold;
}

.block_content.acquista .price>div:nth-child(2) span {
  font-family: 'tex_gyre_herosregular';
  font-size: 2.25rem;
}

/* Cocktails (Home) */
.block_content.cocktails_home {
  text-align: center;
}

.block_content.cocktails_home .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.block_content.cocktails_home .row .cocktail_home {
  color: inherit;
  text-decoration: none;
  width: 33.33%;
  margin: 1.5rem 0;
}

.block_content.cocktails_home .row .cocktail_home img {
  display: block;
  margin: auto;
  width: 80%;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center center;
}

.block_content.cocktails_home .row .cocktail_home .cocktail_info {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.block_content.cocktails_home .row .cocktail_home h3 {
  line-height: initial;
}

.block_content.cocktails_home .row .cocktail_home:hover .cocktail_info {
  border-bottom-color: var(--violet);
}

.block_content.grey .black_bkg {
  align-items: center;
}

.block_content.grey .black_bkg .column.testual {
  flex: 1;
  width: auto;
}

.block_content.grey .black_bkg .column.image {
  width: 35%;
}

.block_content.grey .black_bkg .column .image_content {
  height: auto;
}

.block_content .black_bkg .column .image_content {
  float: left;
  width: 100%;
  height: calc(100% + 60px);
  position: absolute;
  top: 0px;
  left: 0px;
}

.block_content .black_bkg .column .image_content a.zoom {
  cursor: zoom-in;
}

.block_content .black_bkg .column .image_content.bottom {
  top: unset;
  bottom: 0px;
}

.block_content .black_bkg .column .image_content.static {
  position: static;
  height: auto;
}

.block_content .black_bkg .column .image_content.static img { width: 100%; }

.block_content .black_bkg .column .image_content.static.mtb {
  margin-top: 0px;
  margin-bottom: 20px;
}

.block_content .black_bkg .column .image_content.static.full {
  margin-top: 35px;
  border-top: 1px solid #C4BFB9;
  border-bottom: 1px solid #C4BFB9;
}

.block_content .black_bkg .column.bkg_back_image {
  margin-right: 40px;
  width: calc(47% - 40px);
}

.block_content .black_bkg .column.bkg_back_image.left_image {
  margin-right: calc(6% + 40px);
}

.block_content .black_bkg .column.bkg_back_image .image_content {
  position: relative;
  z-index: 20;
}

.block_content .black_bkg .column.bkg_back_image .bkg_image_block {
  position: absolute;
  z-index: 10;
  top: 40px;
  right: -40px;
  width: 100%;
  height: calc(100% + 60px);
  background-color: #E3DFDF;
}

.blocks_page.intro {
  margin-top: 30px;
}

.block_content.intro {
  padding-top: 50px;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}

.block_content.intro .center_container {
  width: calc(100% - 340px);
}

.block_content.intro .black_bkg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.block_content.intro .black_bkg .column .testo p {
  margin-top: 15px;
}

.block_content.intro .black_bkg .column .testo p:first-child {
  margin-top: 0px;
}

.block_content.intro .logo-gold {
  float: left;
  position: absolute;
  top: -20px;
  right: 0px;
  background-image: url(../../img/logo-gold.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 150px;
  height: 160px;
}

.blocks_page .block_content.all .black_bkg .column .head p,
.block_content .black_bkg .column.all .head p {
  text-align: center;
}

.blocks_page .block_content.all .black_bkg .column h2,
.block_content .black_bkg .column.all h2,
.block_content .black_bkg .column.all h3 {
  text-align: center;
}

.block_content .black_bkg .column.all h2.partner { margin-bottom: 25px; }
.block_content .black_bkg .column.all h2.partner.mt40 { margin-top: 60px; }

.block_content .title_block h2.page_title {
  text-align: left !important;
  font-size: 76px !important; line-height: 80px !important; color: var(--violet-light) !important;
  font-family: 'instrument_serifregular' !important;
}

.block_content .black_bkg .column.all h2.align-left {
  text-align: left !important;
}


.blocks_page .block_content.all .black_bkg .column .testo,
.block_content .black_bkg .column.all .testo {
  margin-left: 15%;
  width: 70%;
  text-align: center;
}

.block_content .black_bkg .column.all .testo.full { width: 100%; margin-left: 0px; }

.block_content .black_bkg.detail .column.all .head p,
.block_content .black_bkg.detail .column.all h2,
.block_content .black_bkg.detail .column.all .testo {
  margin-left: 0px;
  width: 100%;
  text-align: left;
}

.blocks_page .block_content.textleft .black_bkg .column.all .testo,
.blocks_page .block_content.textleft .black_bkg .column .head p,
.blocks_page .block_content.textleft .black_bkg .column h2 {
  text-align: left;
}

.blocks_page .block_content.textright .black_bkg .column .head p,
.blocks_page .block_content.textright .black_bkg .column h2 {
  text-align: left;
}

.blocks_page .block_content.nopb {
  padding-bottom: 0px;
}

.blocks_page .block_content.nopt {
  padding-top: 0px;
}

.block_content.simple .black_bkg .column .testo {
  text-align: left !important;
  margin-left: 0px;
  width: 100%;
}

.block_content .black_bkg.padding.cucina {
  padding-bottom: 250px;
}

.block_content .black_bkg.white .piatto {
  position: absolute;
  top: -80px;
  width: 20%;
  height: 360px;
  background-color: #FFF;
  border-radius: 1000px;
}

.block_content .black_bkg.white .piatto.uno {
  left: 5%;
}

.block_content .black_bkg.white .piatto.due {
  left: 30%;
  width: 40%;
  top: -200px;
}

.block_content .black_bkg.white .piatto.tre {
  right: 5%;
}

.block_content .black_bkg.white .piatto .piatto_source {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.block_gallery {
  float: left;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.block_gallery_gold {
  float: left;
  width: 100%;
  background-color: var(--violet-light);
  padding: 40px 0px 10px 0px;
}

.block_gallery_gold .block_content { padding-top: 0px !important; }

.block_gallery_gold .block_content, .block_gallery_gold .block_content .title_block h2 {
  background-color: #E8DECB;
}

.block_gallery_gold .block_content.center_title {
  margin-top: 0px; margin-bottom: 10px;
}

.block_gallery .image {
  float: left;
  width: calc(33.33333333% - 30px);
  margin-right: 30px;
  height: 300px;
  margin-top: 30px;
  position: relative;
}

.elenco_news .block_content .black_bkg .column h2 {
  float: left;
  width: 100%; margin: 0px; text-align: left; margin-top:10px;
  margin-bottom: 0px; font-size: 46px; font-size: 50px; color: var(--violet); font-family: 'tex_gyre_herosregular';
}

.elenco_news .block_content .black_bkg .column h2 a {
  font-size: 46px; line-height: 50px; color: var(--violet); font-family: 'tex_gyre_herosregular';
}

.elenco_news .block_content .black_bkg .column div.testo,
.block_content .black_bkg.isnews_detail div.testo { margin-top: 15px; }

.block_content .black_bkg.isnews_detail .column h1 { font-size: 46px; line-height: 50px; color: var(--violet); font-family: 'tex_gyre_herosregular'; margin-top: 10px; }

.elenco_news.blocks_page .block_content .black_bkg.detail .column .image_content a,
.elenco_news.blocks_page .block_content .black_bkg .image a,
.blocks_page .column .block_gallery .image a {
  cursor: zoom-in;
}

.block_content .black_bkg .column .image_content.iszoom {
  position: relative !important;
}

.block_content .black_bkg .column .image_content a.over,
.block_gallery .image a.over {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all .3s;
  -webkit-transition: all .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.block_content .black_bkg .column .image_content:hover a.over,
.block_gallery .image:hover a.over {
  opacity: 1;
}

.block_content .black_bkg .column .image_content a.over i,
.block_gallery .image a.over i {
  font-size: 30px;
  color: #FFF;
}

.block_gallery .gallery-column {
  float: left;
  width: calc(33.33333333% - 30px);
  margin-right: 30px;
}

.block_gallery.no_load_image .image {
  height: auto;
  float: left;
  margin-right: 0px;
  width: 100%;
}

.block_gallery.no_load_image .image img {
  float: left;
  width: 100%;
  height: auto;
}

.blocks_content .column .block_gallery {
  margin: 0px;
  width: calc(100% + 15px);
  margin-top: 10px;
}

.blocks_content .column .block_gallery .image {
  width: calc(33.33333333% - 15px);
  margin-top: 15px;
  margin-right: 15px;
  height: 150px;
}

.block_gallery_slider {
  float: left;
  width: 100%;
  position: relative;
  height: 300px;
  overflow: hidden;
}

.block_gallery_slider_row {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}

.block_gallery_slider_row.current {
  left: 0px;
}

.block_gallery_slider_row.next {
  left: 100%;
}

.block_gallery_slider_element {
  float: left;
  width: calc(33.33333333% - 20px);
  height: 100%;
  margin-right: 30px;
}

.block_gallery_slider_element:last-child {
  margin-right: 0px;
}

.block_gallery_slider_element .image {
  position: relative !important;
  height: 100%;
  width: 100%;
  margin: 0px;
}

.block_gallery_slider_element .image a.over {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all .3s;
  -webkit-transition: all .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.block_gallery_slider_element .image:hover a.over {
  opacity: 1;
}

.block_gallery_slider_element .image a.over font {
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../img/icone/zoom.png);
}

.block_gallery_slider_pagination {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.block_gallery_slider_pagination .arrow {
  float: left;
  width: 28px;
  height: 28px;
  border: 1px solid var(--violet);
  border-radius: 15px;
}

.block_gallery_slider_pagination .arrow i {
  color: var(--violet);
  font-size: 16px;
  line-height: 28px;
}

.block_gallery_slider_pagination .arrow.left i {
  padding-left: 5px;
}

.block_gallery_slider_pagination .arrow.right i {
  padding-left: 6px;
}

.block_gallery_slider_pagination .arrow:hover {
  background-color: var(--violet);
}

.block_gallery_slider_pagination .arrow:hover i {
  color: #FFF;
}

.block_gallery_slider_pagination .balls {
  float: left;
  width: 100%;
  height: 30px;
  margin: 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.block_gallery_slider_pagination.with_arrow .balls {
  width: calc(100% - 60px);
}

.block_gallery_slider_pagination .balls .ball {
  float: left;
  width: 15px;
  height: 10px;
  border: 1px solid var(--green-dark);
  margin-right: 10px;
}

.notmobile .block_gallery_slider_pagination .balls .ball:hover,
.block_gallery_slider_pagination .balls .ball.active {
  background-color: var(--green-dark);
  border-color: var(--green-dark);
}

.block_gallery_slider_pagination .balls .ball:last-child {
  margin-right: 0px;
}

.block_gallery_slider.circular {
  height: 400px;
}

.block_gallery_slider.circular .block_gallery_slider_element {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-right: 15px;
  width: calc(33.33333333% - 10px);
}

.block_gallery_slider_pagination.all .balls {
  width: 100%;
  margin: 0px;
}

.griglia_gallery {
  float: left;
  width: 100%;
}

.griglia_gallery .col {
  float: left;
  width: calc(50% - 10px);
  margin-right: 20px;
}

.griglia_gallery .col:last-child {
  margin-right: 0px;
}

.griglia_gallery .col .image {
  float: left;
  width: 100%;
  height: 420px;
}

.griglia_gallery .col .row {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.griglia_gallery .col .row.mb {
  margin-top: 0px;
  margin-bottom: 20px;
}

.griglia_gallery .col .row .image {
  float: left;
  width: calc(50% - 10px);
  margin-right: 20px;
  height: 320px;
}

.griglia_gallery .col .row .image:last-child {
  margin-right: 0px;
}

.block_content .black_bkg .column.image .iszoom,
.griglia_gallery .col .image.iszoom {
  position: relative !important;
}

.block_content .black_bkg .column.image .iszoom a.over,
.griglia_gallery .col .image a.over {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all .3s;
  -webkit-transition: all .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.block_content .black_bkg .column.image .iszoom:hover a.over,
.griglia_gallery .col .image:hover a.over {
  opacity: 1;
}

.block_content .black_bkg .column.image .iszoom a.over font,
.griglia_gallery .col .image a.over font {
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../img/icone/zoom.png);
}

.gallery-page {
  float: left;
  width: 100%;
}

.gallery-page .block_content {
  padding: 0px !important;
}

.gallery-page .block_content {
  margin-top: 20px;
}

.gallery-page .block_content:first-child {
  margin-top: 40px !important;
}

.gallery-page .block_content:last-child {
  margin-bottom: 80px !important;
}

.gallery-page .block_content .black_bkg {
  margin-top: 0px !important;
}

/* FINE BLOCCHI */

.social {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.social.cols { flex-direction: column; margin-top: 30px; }
.social p { float: left; width: 100%; color: var(--dark); font-size: 18px; font-weight: 700; }
.social_row { float: left; width: 100%; align-items: center; display: flex; justify-content: flex-start; margin-top: 15px; }

.social a {
  float: left;
  width: 24px;
  margin-left: 15px;
  height: 24px;
  transition: all .3s;
  -webkit-transition: all .3s;
  background-position: center; background-repeat: no-repeat; background-size: auto 100%;
}

.social_row a { background-color: #F4F4F4; border-radius: 20px; width: 32px; height: 32px; background-size: auto 24px; }
.social_row .share_url { display: none;}

.social a:first-child { margin-left: 0px; }
.social a.fb { background-image: url(../../img/icone/Facebook.png); }
.social a.instagram { background-image: url(../../img/icone/Instagram.png); }
.social a.twitter { background-image: url(../../img/icone/Twitter.png); }
.social a.linkedin { background-image: url(../../img/icone/Linkedin.png); }
.social a.link { background-image: url(../../img/icone/link.png); background-size: auto 18px; }
.social a.youtube { background-image: none; color: #000 !important; }
.social a.youtube i { font-size: 24px; }
.social a.bluesky { background-image: url(../../img/icone/Bluesky.svg); background-size: auto 18px; filter: invert(); }
.social a.fb { margin-left: 5px; }
.social_row a.fb { margin-left: 15px; }
.social a:hover svg { fill: var(--violet); }

/* MAPPA */
.gmap_container_box {
  float: left;
  margin-top: 40px;
  margin-bottom: 50px;
  width: 100%;
}

.gmap_container {
  float: left;
  width: 100%;
  height: 560px;
  padding-top: auto;
  background-color: #F3F1EA;
  position: relative;
  overflow: hidden;
}

.gmap_container .gmap_container_content {
  float: left;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 600px;
}

.gmap_container .marker_list {
  position: absolute;
  width: 100%;
  visibility: hidden;
}

.gmap_container .marker_list span {}

a[href^="http://maps.google.com/maps"] {
  display: none !important
}

.gmnoprint a,
.gmnoprint span {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

/* FINE MAPPA */

.block_content.small .center_container,
.simple-page .center_container,
.footer-bottom .center_container,
.gmap_container_box .center_container {
  width: calc(100% - 110px);
  max-width: calc(100% - 110px);
}

.block_content.extra-small .center_container {
  width: 80%;
  max-width: 1100px;
}

.block_gallery .center_container {
  width: 95%;
  max-width: 1500px;
}

/* NEWS SLIDER */
.block_content .black_bkg.reduce {
  width: 90%;
  margin-left: 5%;
}

.block_content .black_bkg.mr {
  width: 95%;
  margin-right: 5%;
}

.block_content .black_bkg.ml {
  width: 95%;
  margin-left: 5%;
}

/*.block_content .black_bkg.mr .image_content { transform: rotate(90deg); }
.block_content .black_bkg.ml .image_content { transform: rotate(-90deg); }*/

.block_content.grey {
  background-color: var(--background);
  position: relative;
}

.block_content .black_bkg .border {
  float: left;
  width: calc(100% - 20px);
  padding-left: 0px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 25px;
  display: flex;
  flex-direction: row;
}

.block_content .black_bkg.news {
  padding: 0px 0px;
  position: relative;
  padding-bottom: 60px;
  margin-top: 50px;
}

.block_content .black_bkg.news h2 {
  text-align: left !important;
}

.block_content .black_bkg.news h2 p {
  margin: 0px;
}

.block_content .black_bkg.news .news-slider {
  flex: 1;
  float: left;
  margin-left: 0%;
  height: 300px;
  overflow: hidden;
  position: relative;
  z-index: 100;
}

.block_content .black_bkg.news .news-slider .element {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.block_content .black_bkg.news .news-slider .element.next {
  left: 100%;
}

.block_content .black_bkg.news .news-slider .element .image_content {
  float: left;
  width: 40%;
  height: 100%;
  position: static;
}

.block_content .black_bkg.news .news-slider .element .info {
  float: right;
  margin-left: 5%;
  width: 55%;
}

.block_content .black_bkg.news .news-slider .element .info h2 {
  color: var(--dark) !important;
  text-align: left !important;
  margin-bottom: 0px !important;
  font-weight: 700;
}

.block_content .black_bkg.news .news-slider .element .info h2 a {
  color: var(--violet) !important;
  text-align: left !important;
  margin-bottom: 0px !important;
  font-weight: 700;
  font-size: 46px;
  line-height: 50px;
  font-family: 'tex_gyre_herosregular';
}

.block_content .black_bkg.news .news-slider .element .info h2 a:hover {
  color: var(--violet) !important;
}

.block_content .black_bkg.news .news-slider .element .info p {
  text-align: left !important;
  margin-left: 0px !important;
  width: 100% !important;
}

.block_content .black_bkg.news .news-slider .element .info p.testo {
  margin-top: 15px;
}

.block_content .black_bkg.news .border { width: 100%; padding: 0px; }

.block_content .black_bkg.news .balls {
  float: left;
  position: absolute;
  bottom: 0px;
  left: 0px;
  justify-content: center;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-left: 0px;
}

.block_content .black_bkg.news .balls .ball {
  float: left;
  transition: all .3s;
  -webkit-transition: all .3s;
  width: 20px;
  height: 10px;
  border: 1px solid var(--violet);
  margin-right: 10px;
}

.block_content .black_bkg.news .balls .ball:last-child { margin-right: 0px; }

.block_content .black_bkg.news .balls .ball:hover,
.block_content .black_bkg.news .balls .ball.active {
  background-color: var(--violet);
}

.block_content .black_bkg.news .balls .ball:last-child {
  margin-right: 0px;
}

/* FINE NEWS SLIDER */

.column.with_box {
  position: relative;
}

.column.with_box .over_box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.column.with_box .center_container {
  display: flex;
  align-items: center;
  height: 100%;
}

.column.with_box .center_container.right {
  justify-content: flex-end;
}

.column.with_box .over_box_bkg {
  float: left;
  width: 40%;
  padding: 25px;
  padding-top: 70px;
  background-color: #E3DFDF;
}

.block_content .black_bkg .column.with_box .image_content.static {
  height: 500px;
}

.column.with_box .over_box_bkg .head {
  margin-top: 25px;
}

.column.with_box .over_box_bkg .head p {
  float: left;
  width: calc(100% - 50px) !important;
  margin-right: 50px !important;
  text-align: right;
  font-size: 24px;
  line-height: 28px;
}

.column.with_box .over_box_bkg h2 {
  font-size: 18px;
  width: calc(100% - 50px) !important;
  margin-right: 50px !important;
  line-height: 22px;
  text-align: right !important;
  margin-bottom: 0px !important;
}

.block_content .black_bkg .column.all .head.red_small_left {
  text-align: left !important;
}

.block_content .black_bkg .column.all .head.red_small_left p {
  color: #ad1a2b;
  font-size: 48px;
  font-style: italic;
}

/* ELENCO NEWS */
.elenco_news {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0px;
}

.elenco_news.mb-100 { margin-bottom: 100px; }

.elenco_news .block_content {
  padding-bottom: 0px;
}

.elenco_news .block_content .black_bkg.detail {
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-bottom: 1px solid #C4BFB9;
  padding-bottom: 50px;
  margin-top: 50px;
}

.elenco_news .block_content .black_bkg.detail.reverse {
  flex-direction: row-reverse;
}

.elenco_news .block_content .black_bkg .column.image {
  width: 45%;
  margin-right: 5%;
}

.elenco_news .block_content .black_bkg .column.mt {
  width: 50%; max-width: 50%;
  margin-right: 0%;
  padding: 0px;
}

.elenco_news .block_content .black_bkg.detail.reverse .image {
  margin-right: 0%;
  margin-left: 5%;
}

.elenco_news .block_content .black_bkg .column.image .image_content,
.block_content .black_bkg.isnews_detail .column .image_content {
  height: 340px;
}
/* FINE ELENCO NEWS */

/* DETTAGLIO NEWS */
.block_content .black_bkg.isnews_detail { margin-bottom: 70px; margin-top: 20px; }
.block_content .black_bkg.isnews_detail .column { padding: 0px; max-width: 50%; }
.block_content .black_bkg.isnews_detail .column.image { width: 50%; margin-left: 5%; }

.block_content .black_bkg.isnews_detail .column { justify-content: flex-start; }
/* FINE DETTAGLIO NEWS */

.elenco_news .block_content {
  padding-top: 0px;
}

.elenco_news .block_content .black_bkg.certificazione {
  border-top: 1px solid #E7E7E7;
  padding: 40px 0px;
}

.elenco_news .block_content .black_bkg.certificazione.bb {
  border-bottom: 1px solid #E7E7E7;
}

.elenco_news .block_content .black_bkg.certificazione .column.image {
  margin-right: 5%;
  width: 35%;
}

.elenco_news .block_content .black_bkg.certificazione .column:last-child {
  width: 60%;
}

.elenco_news .block_content .black_bkg.certificazione .column.image .image_content {
  height: auto;
  display: flex;
  justify-content: center;
}

.elenco_news .block_content .black_bkg.certificazione .column .head p {
  font-size: 28px;
  line-height: 34px;
  color: var(--violet);
}

.elenco_news .block_content .black_bkg.certificazione .column p.btn a {
  float: left;
}

/* PAGINAZIONE */
.pagination {
  float: left;
  width: 100%;
  margin: 100px 0px 80px;
  display: flex;
  justify-content: center;
}

.pagination.mm {
  margin-top: 70px;
  margin-bottom: 100px;
}

.pagination a.arrow {
  float: left;
  width: 20px !important;
  height: 42px;
  background-size: 14px;
}

.pagination a.arrow svg {
  width: 18px;
}

.pagination a.arrow.left {
  margin-right: 20px;
}

.pagination a.arrow.right {
  margin-left: 0px !important;
}

.pagination a.arrow.left svg {
  transform: rotate(-180deg);
}

.pagination span,
.pagination a.page {
  float: left;
  transition: all .3s;
  -webkit-transition: all .3s;
  margin-right: 15px;
  border: 1px solid var(--violet) !important;
  width: 42px;
  border-radius: 0px;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  height: 42px;
  color: var(--violet);
  text-decoration: none;
}

.pagination a.page:hover,
.pagination span {
  background-color: var(--violet) !important;
  border: 1px solid var(--violet) !important;
  color: #FFF;
}

/* FINE PAGINAZIONE */

/* CONTATTI */
.block_content.contatti {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 40px;
}

.block_content.contatti .black_bkg .column {
  width: 30%;
  margin-right: 5%;
}

.block_content.contatti .black_bkg .column:last-child {
  width: 65%;
  margin-right: 0px;
}

.block_content.contatti .black_bkg .column h2 {
  color: #000;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0px;
  font-style: normal;
  font-weight: 900;
  position: relative;
  padding-bottom: 10px;
}

.block_content.contatti .black_bkg .column h2::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--violet) !important;
}

.block_content.contatti .black_bkg .column:last-child h2::after {
  max-width: 250px;
}

.block_content.contatti .column p {
  float: left;
  width: 100%;
  margin-bottom: 0px !important;
  margin-top: 25px;
  height: auto;
  color: var(--black);
  font-size: 18px;
  font-family: 'tex_gyre_herosregular';
  line-height: 28px;
}

.block_content.contatti .column:last-child p {
  margin-top: 0px;
}

.block_content.contatti .column p.mt {
  margin-top: 15px;
}

.block_content.contatti .column p.bmt {
  margin-top: 25px;
}

.block_content.contatti .column p a {
  color: var(--violet);
  font-size: 18px;
  font-family: 'tex_gyre_herosregular';
  line-height: 28px;
}

.block_content .black_bkg.certificazioni .column .head p {
  font-size: 38px;
  line-height: 42px;
}

.block_content .black_bkg.certificazioni .column h2 {
  margin-bottom: 3px;
  margin-top: 0px;
}

.blocks_page .block_content .black_bkg.certificazioni .column:first-child {
  width: 55%;
  margin-right: 5%;
}

.blocks_page .block_content .black_bkg.certificazioni .column:last-child {
  width: 40%;
}

.certificazioni_image {
  float: left;
  width: 100%;
  padding: 35px 0px;
}

.certificazioni_title {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.certificazioni_title p {
  font-weight: 500;
  margin-top: 0px;
}

.certificazioni_row {
  float: left;
  width: calc(100% + 30px);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.certificazioni_image .certificazione {
  flex: 1;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.certificazioni_image .certificazione img {
  max-width: 90%;
}

.certificazioni_row .certificazioni_slider {
  float: left; width: 100%; position: relative; height: 100px; overflow: hidden;
}

.certificazioni_row .certificazioni_slider_row {
  float: left; width: 100%; display: flex; justify-content: center; align-items: center;
  position: absolute; top: 0px; left: 100%; height: 100%;
}

.certificazioni_row .certificazioni_slider_row.current { left: 0px; }

.header.menu_open {
  z-index: 4040;
  padding-bottom: 0px;
}

.layer_menu {
  position: fixed;
  top: 72px;
  right: -100%;
  width: 100%;
  background-color: #D1FFEB;
  z-index: 4020;
  display: none;
}

.layer_menu .content {
  float: left;
  width: calc(100% - 60px);
  height: calc(100% - 50px);
  padding: 25px 30px;
}

.layer_menu .content .bottom { float: left; width: 100%; margin-bottom: 10px; }
.layer_menu .content .bottom a { line-height: 24px; }
.layer_menu .content .social { width: auto; float: right; margin-bottom: 0px; }

.layer_menu .content .menu {
  float: left;
  width: 100%;
  height: calc(100% - 34px);
  margin-bottom: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}

.layer_menu .content .menu .element {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.layer_menu .content .menu .element:first-child {
  margin-top: 0px;
}

.layer_menu .content .menu .element p {
  float: left;
  width: 100%;
  margin: 0px;
}

.layer_menu .content .menu .element p a {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 48px;
  line-height: 54px; font-weight: 700;
}

.layer_menu .content .menu .element a font {
  flex: 1;
  font-family: 'tex_gyre_herosregular',cursive;
  font-size: 46px;
  line-height: 50px;
  color: var(--violet);
}

.layer_menu .content .menu .element a img.arrow {
  float: right;
  width: 14px;
}

.total_container.notmobile .layer_menu .content .menu .element a:hover,
.layer_menu .content .menu .element p a:hover,
.layer_menu .content .menu .element a.active,
.layer_menu .content .menu .element.open_sub>a {
  text-decoration: underline;
}

.layer_menu .content .menu .submenu_element {
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0px;
  display: none;
}

.layer_menu .content .menu .element.open_sub {
  padding-bottom: 0px;
}

.layer_menu .content .menu .element.open_sub .submenu_element {
  display: block;
}

.layer_menu .content .menu .submenu_element p {
  float: left;
  width: 100%;
  margin-top: 0px;
  padding: 15px 0px;
}

.layer_menu .content .menu .submenu_element p a {
  float: left;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  color: var(--black);
  font-weight: 500;
}

.layer_menu .content .menu .submenu_element p a:hover {
  color: var(--violet);
}

.layer_menu.shop {
  right: unset;
  left: calc(-60% - 100px);
  width: 60%;
}

.layer_menu.shop .skew-border {
  transform: skewX(5deg) translateX(5vh);
  position: absolute;
  right:0px;
  top: 0px;
}

.layer_menu.shop .close_btn {
  float: left; width: calc(100% - 40px); margin-top: 20px; padding: 0px 20px;
}

.layer_menu.shop .close_btn .btn_shop {
  float: left;
  height: 46px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.layer_menu.shop .close_btn .btn_shop:hover { color: #FFF !important; }

.layer_menu.shop .close_btn .btn_shop span {
  float: left;
  line-height: 20px;
  font-size: 16px;
  margin-left: 0px;
  margin-right: 0px;
  color: #FFF;
}

.layer_menu.shop .close_btn .btn_shop img.shop {
  height: 30px;
  filter: invert(1);
  margin-right: 3px;
}

.layer_menu.shop .close_btn .btn_shop img.arrow-down {
  margin-left: 6px;
  height: 16px;
  width: auto;
  filter: invert(1);
}

.layer_menu.shop .content {
  padding-left: 8%;
  width: calc(92% - 10vh);
}

.layer_menu.shop .content .menu {
  width: 100%;
  margin-bottom: 0px;
  height: 100%;
}

.layer_menu.shop .content .menu .submenu_element .cols {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 20px);
}

.header.menu_open_shop .header_left .btn_shop {
  background-color: #000;
}

.layer_menu.shop .content .menu .submenu_element p {
  flex: 1;
  padding-right: 20px;
  min-width: calc(33.33333333% - 20px);
  max-width: calc(33.33333333% - 20px);
}

.layer_menu.shop .content .menu .submenu_element p a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.layer_menu.shop .content .menu .submenu_element p a svg {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  fill: var(--black);
}

.layer_menu.shop .content .menu .submenu_element p a:hover svg {
  fill: var(--violet);
}

.total_container.notmobile .layer_menu .content .menu .submenu_element p a:hover,
.layer_menu .content .menu .submenu_element p a.active {
  color: var(--violet);
}

.block_content .block_content_fornitore {
  float: left;
  border: 1px solid var(--violet) !important;
  width: calc(100% - 2px);
}

.block_content .block_content_fornitore .inside {
  float: left;
  border: 1px solid var(--violet) !important;
  padding: 35px;
  width: calc(100% - 80px);
  margin: 4px;
}

.block_content .block_content_fornitore .inside .black_bkg {
  margin-top: 0px !important;
}

.block_content .block_content_fornitore .black_bkg .column:nth-child(2) img {
  max-width: 100%;
}

h3.title_border {
  position: relative;
  padding-bottom: 10px;
}

h3.title_border::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--violet) !important;
  max-width: 300px;
}

.credit_card_form {
  float: left;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.credit_card_test {
  float: left;
  width: 100%;
  margin-left: 0px;
  margin-top: 15px;
}

.credit_card_test p {
  width: 50% !important;
  margin-top: 5px !important;
}

.credit_card_test p.title {
  width: 100% !important;
  font-size: 16px;
  font-weight: 700;
}

#card-element {
  float: left;
  border: 1px solid var(--violet);
  padding: 20px 15px;
  width: calc(100% - 32px);
  margin-top: 25px;
  border-radius: 0px;
}

.right .btn input[type=submit] {
  float: none;
  cursor: pointer;
  border: 0px;
  min-width: 260px;
  display: inline-block;
  width: auto;
  text-align: center;
  height: auto;
  font-size: 16px;
  text-decoration: none;
  background-color: var(--violet) !important;
  height: 46px;
  line-height: 46px;
  color: #FFF;
  font-weight: 700;
}

.right .btn input[type=submit].loading {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../img/loading_b.svg);
  background-size: auto 20px;
}

.block_content.banner { margin-bottom: 30px; }
.block_content.banner .black_bkg { background-color: #121212; padding: 40px; width: calc(100% - 80px); }
.block_content.banner .black_bkg .title_block h2 { background-color: #121212; color: #FFF; }
.block_content.banner .black_bkg h2.block, .block_content.banner .black_bkg .column .testo, .block_content.banner .black_bkg .column .testo p { color: #FFF; }
.block_content.banner .black_bkg .column.image { max-width: 40%; }
.block_content.banner .black_bkg .column:last-child { max-width: unset; padding: 0px; margin-left: 50px; }
.block_content.banner p.btn a { color: var(--violet) !important; border: 1px solid var(--violet) !important; }
.block_content.banner p.btn a:hover { border: 1px solid var(--violet) !important; color: #FFF !important; }

.black_bkg .row .tab { float: left; width: 100%; margin-bottom: 30px; }
.black_bkg .row .tab a { float: left; width: auto; height: 40px; border: var(--black); margin-right: 10px; line-height: 40px;
color: #FFF; padding: 0px 20px; font-size: 16px; border-radius: 0px; text-decoration: none; background-color: var(--black); }
.black_bkg .row .tab a.active, .black_bkg .row .tab a:hover { background-color: var(--violet); border-color: var(--violet); }
.black_bkg .row .tab a.logout { float: right; margin-right: 0px; }

/* FAQS */
.block_content .loghi { float: left; width: 100%; }
.block_content .loghi .icon { float: left; height: 35px; background-position: left center; background-size: auto 35px; margin-right: 20px; background-repeat: no-repeat; }
.block_content .loghi .icon:last-child { margin-right: 0px; }
.block_content .loghi .icon.eui { width: 125px; background-image: url(../../img/eui.png); }
.block_content .loghi .icon.society { width: 140px; background-image: url(../../img/open-society.png); }
.block_content .loghi .icon.europe { width: 185px; background-image: url(../../img/europe.png); }

.block_content .loghi.survey_home .society,
.block_content .loghi.survey_home .europe { float: right; }
.block_content .loghi.survey_home .europe { margin-right: 0px; margin-left: 20px; }

.block_content .faqs_list { float: left; width: 100%; margin-top: 25px; }
.block_content .faqs_list.mt-40 { margin-bottom: 40px; }
.block_content .faqs_list.mb-50 { margin-bottom: 50px; }
.block_content .faqs_list .faq { float: left; width: calc(100% - 20px); border-bottom: 1px solid #C4BCCF; padding: 15px 10px 25px; margin-top: 15px; }
.block_content .faqs_list .faq p { float: left; width: 100%; margin: 0px; }
.block_content .faqs_list .faq p a { float: left; width: 100%; color: var(--black); font-family: 'tex_gyre_herosbold'; font-size: var(--font-size); line-height: 32px; }
.block_content .faqs_list .faq p a font { float: left; width: calc(100% - 40px); color: var(--black); font-family: 'tex_gyre_herosbold'; font-size: var(--font-size); line-height: 32px; }
.block_content .faqs_list .faq p a font.square { float: right; width: 32px; height: 32px; background-color: var(--violet);
background-position: center; background-image: url(../../img/icone/plus.png); background-repeat: no-repeat; }
.block_content .faqs_list .faq .testo { float: left; width: 100%; display: none; margin-top: 20px; }
.block_content .faqs_list .faq .testo p a { color: var(--violet-light) !important; text-decoration: none !important; float: none !important; }
.block_content .faqs_list .faq.open .testo { display: block; }
/*.block_content .faqs_list .faq.open p font.squadre { display: none; }*/
/* END FAQS */

/* ORDINI UTENTE */
.ordini_utente { float: left; width: 100%; }
.ordine_utente { float: left; width: calc(100% - 30px); border: 1px solid var(--violet); padding-bottom: 0px; margin-top: 0px; padding: 15px 15px 0px 15px !important; }

.ordine_utente.intestazione { background-color: var(--violet); margin-bottom: 10px; }

.ordine_utente .row_ordine { float: left; width: 100%; display: flex;flex-direction: row; margin-bottom: 15px; }
.ordine_utente .dettaglio { float: left; display: none; width: 100%; margin-bottom: 5px; margin-top: 15px; }
.ordine_utente .dettaglio.show { display: block; }
.ordine_utente .dettaglio .prodotti_shop { width: calc(100% + 15px); }
.ordine_utente .dettaglio .prodotto_shop { width: calc(25% - 17px); margin-right: 15px; margin-top: 5px; margin-bottom: 10px; }

.ordine_utente .dettaglio .info_utente.nomt { margin-top: 0px; }
.ordine_utente .dettaglio .info_utente .col { border: 1px dotted #FFF; width: 100%; padding: 0px; max-width: 100%; margin-top: 20px; }
.ordine_utente .dettaglio .info_utente.half { width: calc(100% + 15px); }
.ordine_utente .dettaglio .info_utente.half .col { width: calc(50% - 47px); margin-top: 0px; margin-right: 15px; }
.ordine_utente .dettaglio .info_utente .col h3 { margin-bottom: 5px !important; font-size: 18px; line-height: 22px; }

.carrello_box .row .ordine_utente p { margin-top: 0px; }
.carrello_box .row .ordine_utente p.sottotitolo { margin-top: 3px; }
.carrello_box .row .ordine_utente p.prezzo { margin-top: 10px; }
.carrello_box .row .ordine_utente.intestazione p { color: #FFF !important; }

.ordine_utente .dettaglio .info_utente .col p { padding-top: 0px !important; padding-bottom: 0px !important; }
.ordine_utente p.quantita { text-align: center; max-width: 100px; }
.ordine_utente p.download { text-align: center; max-width: 60px; cursor: default; }
.ordine_utente p.download a { color: var(--violet); font-size: 22px; }
.ordine_utente p.download a i { }
.ordine_utente p.date, .ordine_utente p.subtotale, .ordine_utente p.totale { text-align: center; max-width: 130px; }
.ordine_utente p:last-child { margin-right: 0px !important; }
/* END ORDINI UTENTE */

/* CONTATTI */
.form.contatti .row.mt25 { border: 1px solid #EDEDED; width: calc(100% - 32px) !important; display: flex; justify-content: center; align-items: center;
padding: 10px 15px; margin-top: 15px !important; flex-direction: row; }
.form.contatti .row.col { flex-direction: column; }
.form.contatti .row.hidden { display: none; }
.form.contatti .row.half { width: calc(50% - 40px) !important; margin-right: 15px; }
.form.contatti .row.half.last { width: calc(50% - 39px) !important; }
.form.contatti .row.third { width: calc(33.33333333% - 42px) !important; margin-right: 15px; }
.form.contatti .row.last { margin-right: 0px !important; }

.form.contatti .row.indirizzo { width: calc(80% - 37px) !important; margin-right: 10px !important; }
.form.contatti .row.civico { width: calc(20% - 37px) !important; margin-right: 0px !important; }
.form.contatti .row.civico .input_label, .form.contatti .row.civico label.field_label { width: 50px; }
.form.contatti .row.cap .input_label, .form.contatti .row.cap label.field_label { width: 50px; }
.form.contatti .row.citta { width: calc(70% - 37px) !important; margin-right: 10px !important; }
.form.contatti .row.cap { width: calc(30% - 37px) !important; margin-right: 0px !important; }
.form.contatti .row label.field_label, .form .row .input_label { color: var(--violet); font-weight: 600; width: 140px; padding: 0px; }
.form.contatti .row .input, .form.contatti .row .select { border: 0px !important; flex: 1; }
.form.contatti .row .input.textarea textarea { padding: 0px; width: 100%; margin-top: 5px; }
.form.contatti .row .input.radio { margin-bottom: 0px; }
/* END CONTATTI */

/* POSTS */
.posts-categories { float: left; width: 100%; display: flex; justify-content: center; align-items: center; margin-bottom: 40px; margin-top: 20px; }
.posts-categories span, .posts-categories a { float: left; font-family: 'tex_gyre_herosbold'; font-size: 44px; line-height: 48px; padding-bottom: 7px;
color: var(--violet-light); border-bottom: 4px solid #FFF; margin-right: 30px; }
.posts-categories span.last, .posts-categories a.last { margin-right: 0px; }
.posts-categories a:hover { border-bottom: 4px solid var(--violet-light); }
.posts-categories span { border-bottom: 4px solid #000; color: #000; }

.posts-list { float: left; width: calc(100% + 25px); }
.posts-list.in-page { margin-top: 30px; margin-bottom: 100px; }
.posts-list .post { float: left; width: calc(33.3333333333% - 25px); margin-right: 25px; margin-bottom: 25px; }
.posts-list .post-image { height: 300px; }
.posts-list p { float: left; width: 100%; font-size: 16px; color: var(--black); line-height: 22px; }
.posts-list p.link { margin-top: 15px; }
.posts-list p a { float: left; font-size: 14px; border: 1px solid var(--black); padding: 3px 5px; font-size: 14px; line-height: 18px; }
.posts-list p a.category:hover { background-color: var(--violet); border-color: var(--violet); color: #FFF; }
.posts-list p.link a { border: 0px; padding: 0px; text-decoration: underline; font-size: 16px; }
.posts-list h2 { float: left; width: 100%; margin-top: 15px; font-size: 24px; line-height: 28px; font-family: 'tex_gyre_herosbold'; height: 28px;
overflow: hidden; white-space: nowrap; text-overflow: ellipsis "..."; }
.posts-list h2 a { font-size: 24px; line-height: 28px; font-family: 'tex_gyre_herosbold'; }
.posts-list .post-text { float: left; width: 100%; font-size: 16px; color: var(--black); line-height: 22px; margin-top: 15px; }

.home_teams { float: left; width: 100%; margin-left: 0%; }
.home_team { float: left; width: 70%; display: flex; justify-content: center; align-items: flex-end; border-bottom: 1px solid #000; padding: 30px 15%; }
.home_team .home_team_info { flex: 1; margin-right: 25px; }
.block_content .black_bkg .column.all .sub-column .home_team .home_team_info p { text-align: right; font-family: 'instrument_serifregular'; font-size: 56px; line-height: 60px; font-weight: 400; }
.block_content .black_bkg .column.all .sub-column .home_team .home_team_info p.position { font-weight: 700; font-size: 20px; line-height: 24px;
  font-family: 'tex_gyre_herosregular'; color: #D1FFEB; margin-top: 5px; }
.home_team img { height: 200px; margin-top: -60px;}

.home_team.reverse { flex-direction: row-reverse; }
.home_team.reverse .home_team_info { margin-right: 0px; margin-left: 25px; }
.block_content .black_bkg .column.all .sub-column .home_team.reverse .home_team_info p { text-align: left; }

.row_teams { float: left; width:calc(100% + 25px); margin-bottom: 100px; display: flex; flex-wrap: wrap; }
.row_teams.mb-30 { margin-bottom: 30px; }
.row_team { float: left; width: calc(33.333333333% - 82px); min-width: calc(25% - 77px); margin-right: 25px; border: 1px solid var(--violet-light); padding: 30px 25px; margin-top: 25px; }
.row_team_image { float: left; width: 100%; justify-content: center; display: flex; }
.row_team_image.default .empty { float: left; width: 160px; height: 160px; background-color: #F2F2F2; }
.row_team_image img { max-width: 160px; width: 100%; }
.block_content .black_bkg .row_team p { text-align: center; font-family: 'instrument_serifregular'; font-size: 56px; line-height: 60px; font-weight: 400; margin-top: 20px; }
.block_content .black_bkg .row_team p.position { font-weight: 700; font-size: 18px; line-height: 24px;
  font-family: 'tex_gyre_herosregular'; color: var(--violet-light); margin-top: 5px; }

.about-menu { float: left; width: 300px; margin-top: 25px; min-width: 300px; }
.about-menu p { float: left; width: 100%; margin-top: 15px; }
.about-menu p a { text-decoration: none; font-family: 'tex_gyre_herosregular'; font-weight: 700; font-size: 24px; line-height: 28px; color: #C4BCCF; }
.about-menu p a:hover, .about-menu p a.active { text-decoration: underline; color: #000; }
.about-content { float: left; width: calc(100% - 340px); margin-left: 40px; margin-top: 25px; padding-bottom: 60px; }
.about-content .block_content { padding-top: 15px !important; }
.about-content .block_content .center_container { width: 100%; }
.about-content .block_content .black_bkg .column.all { margin-bottom: 30px; }
.about-content .block_content .black_bkg .column .block_text .title_block { padding: 0px; width: 100%; }
.about-content .block_content .black_bkg .column .block_text h2 { text-align: left !important; font-size: 40px !important; line-height: 44px !important; margin-bottom: 10px !important; }
.about-content .block_content .black_bkg .column .block_text div.testo { margin-top: 0px !important; }
.about-content .block_content .black_bkg .column .image_content { margin-top: 25px; }

.block_content.dark_grey { background-color: #073C3B; }
.block_content.dark_grey.yellow { background-color:var(--yellow); }
.block_content.dark_grey .black_bkg .column { justify-content: flex-end; }
.block_content.dark_grey .black_bkg .column .mb-60 { margin-bottom: 60px; }
.block_content.dark_grey .black_bkg .column p.categoria { color: #FFF; margin-bottom: 15px; font-size: 16px; line-height: 20px; }
.block_content.dark_grey .black_bkg .column .testo, .block_content.dark_grey .black_bkg .column .testo p,
.block_content.dark_grey .black_bkg .column .title_block h2 { color: #FFF; }

/* LOADING PAGE */
.loading_page { float: left; width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 200; background-color: var(--violet);
display: flex; flex-direction: column; justify-content: center; align-items: center; }
.loading_page .logo { float: left; width: 100%; background-image: url(../../img/logo_english_white.svg); background-position: center;
background-repeat: no-repeat;background-size: auto 100%; height: 150px; margin-bottom: 30px; }
.loading_page p { float: left; width: 100%; font-size: var(--font-size); line-height: var(--line-height); color: #FFF; text-align: center; text-transform: lowercase;
margin-top: -50px; }
/* END LOADING PAGE */

.press-corner { float: left; width: 60%; margin-left: 20%; margin-top: 40px; }
.press-corner-list { float: left; width: calc(100% + 30px); margin-top: 30px; }
.press-corner-element { float: left; background-color: #FBFAF2; border: 1px solid var(--violet); border-radius: 20px; margin-right: 30px;
  margin-top: 30px; display: flex; justify-content: center; align-items: center; padding: 30px; width: calc(50% - 93px);
min-height: 260px; }
.press-corner-element.blu { background-color: #D1FFEB; }
.press-corner-element span.indicator { float: left; width: 42px; height: 42px; background-image: url(../../img/icone/indicator.png);
background-position: center; background-repeat: no-repeat; background-size: auto 100%;}
.press-corner-element-content { flex: 1; margin: 0px 35px; }
.block_content .press-corner-element-content p { text-align: center; margin-top: 0px;}
.block_content .press-corner-element-content p.small { font-size: 24px; line-height: 28px; font-family: 'tex_gyre_herosbold'; }
.block_content .press-corner-element-content p.extra-small { font-size: 18px; line-height: 24px; font-family: 'tex_gyre_herosbold'; margin-top: 10px; }
.block_content .press-corner-element-content p.value { font-family: 'instrument_serifregular'; font-size: 56px; line-height: 60px;margin-top: 15px; }
.block_content .press-corner-element-content p.value.first { margin-top: 0px; margin-bottom: 15px; }

.press-corner-download { float: left; width: 100%; margin-top: 70px;  display: flex; justify-content: center; align-items: center; flex-direction: column; }
.press-corner-download a.arrow { float: left; background-color: var(--yellow); padding: 10px; height: 115px; width: 88px;
  background-image: url(../../img/icone/download.png);
  background-position: center; background-repeat: no-repeat; background-size: auto 115px;
}
.press-corner-download a.link { float: left; font-size: 20px; line-height: 24px; text-decoration: underline; margin-top: 15px; }

.press-corner-partners { float: left; width: calc(100% + 25px); margin-top: 50px; border-top: 1px solid #C4BCCF; padding-top: 50px;
  display: flex; justify-content: center; align-items: center; margin-bottom: 100px; flex-wrap: wrap; }
.press-corner-partners .press-corner-partners-center { float: left; width: 100%; max-width: 1200px;
  display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.press-corner-partners .press-corner-partner { float: left; margin-right: 25px; min-width: calc(25% - 25px); max-width: calc(25% - 25px);
  margin-top: 40px; }
.press-corner-partners .press-corner-partner:last-child { margin-right: 0px; }
.press-corner-partner-image { display: flex; align-items: flex-end; height: 80px; justify-content: center; }
.press-corner-partner-image img { height: auto; max-height: 80px; }
.block_content .press-corner-partners .press-corner-partner p { font-size: 18px; line-height: 24px; border-top: 1px solid #C4BCCF;
  margin-top: 15px; padding-top: 15px; text-align: center; }

.countries_team { float: left; width: 100%; margin-bottom: 70px; }
.countries_team_col { float: left; width: calc(50% - 60px); margin-right: 30px; }
.countries_team_col:last-child { margin-left: 30px; margin-right: 0px; }
.countries_team_col p { float: left; width: 100%; font-size: 40px; line-height: 48px; font-family: 'instrument_serifregular'; margin-top: 0px; }
.countries_team_col p.country { font-family: 'tex_gyre_herosbold';font-size: 20px; line-height: 24px; margin-top: 30px; }
.countries_team_col p.teams { margin-top: 15px; }

.not-found { float: left; width: calc(100% - 60px); min-height: 300px; background-color: var(--green-dark); padding: 80px 30px; display: flex; justify-content: center; }
.not-found-box { float: left; background-color: #FFF; border-radius: 20px; padding: 80px 30px; width: calc(100% - 60px); max-width: 1000px;
  display: flex; justify-content: center; align-items: flex-end; }
.not-found-box .info { margin-left: 20px; }
.not-found-box .info p { float: left; width: 100%; font-family: 'tex_gyre_herosbold'; font-size: 48px; line-height: 56px; margin: 0px; }
.not-found-box .info p.text { font-size: 20px; line-height: 24px; font-family: 'tex_gyre_herosregular'; margin-top: 15px; }
.not-found-box .info p.text a { text-decoration: underline; }
.not-found-box .info .logo_eui { float: left; width: 100%; background-image: url(../../img/logo-eui-error-page.png);
background-position: center; background-repeat: no-repeat; background-size: auto 100%; height: 80px;}

.not-found.survey .not-found-box { align-items: center; }
.not-found.survey .not-found-box .info { flex: 1; margin-left: 0px; }
.not-found.survey .not-found-box .info p { text-align: center; }

.block_content .black_bkg.is_video .video_content { float: left; width: 100%; }

.faqs_block { float: left; width: 100%; background-color: #FBFAF2; margin-top: 25px; padding: 60px 0px 20px; }
.faq_text { float: left; width: 100%; margin-top: 50px; }
.faq_text p { font-size: 32px; line-height: 40px; margin-top: 0px; }

/* SURVEY */
.survey-page { float: left; width: 100%; border-bottom: 1px solid #FFF; }
.survey-page .block_content { background-color: #073C3B; min-height: 300px; padding-bottom: 120px; }
.survey-head { float: left; width: 100%; margin-top: 0px; }
.survey-head .restart { float: left; height: 16px; }
.survey-head .restart .square { float: left; width: 16px; height: 16px; background-color: var(--yellow); }
.survey-head .restart font.text { float: left; width: auto; margin: 0px; line-height: 16px; margin-left: 5px; color: #FFF; font-size: 14px; text-transform:uppercase; }

.survey-head-languages { float: right; }
.survey-head-languages span, .survey-head-languages a { float: left; color: #FFF; font-size: 14px; line-height: 16px; margin-right: 15px; text-transform: uppercase; }
.survey-head-languages a { color: rgba(255,255,255, 0.5); text-decoration: none; }
.survey-head-languages a:hover { color: rgba(255,255,255, 1); }
.survey-head-languages .mr-0 { margin-right: 0px !important; }

.survey-feedback {  float: left; width: calc(100% - 60px); border-radius: 20px; background-color: var(--violet); margin-top: 40px; padding: 30px 30px;
display: flex; justify-content: center; align-items: center; }
.survey-feedback span.text { font-family: 'instrument_serifregular'; font-size: 40px; line-height: 44px; color: #FFF; min-width: 200px; text-align: center; max-width: 200px; }
.survey-feedback span.sep { height: 50px; width: 1px; background-color: #FFF; margin: 0px 80px 0px 0px; }
.survey-feedback p { flex: 1; margin: 0px; font-size: 25px; line-height: 30px; font-family: 'tex_gyre_herosbold'; color: #FFF; }

.survey-feedback.nocounter { padding: 30px 40px; width: calc(100% - 80px); }

.survey-content { float: left; width: calc(100% - 80px); background-color: #FFF; border-radius: 20px; padding: 40px; }
.survey-content.mt-15 { margin-top: 35px; }

.survey-content-head { float: left; width: 100%; display: flex; }
.survey-content-head h2 { flex: 1; margin-right: 30px; color: var(--dark); font-size: 25px; line-height: 32px; font-family: 'tex_gyre_herosbold';}
.survey-content-head a { background-color: var(--green-dark); padding: 8px 25px; color: var(--yellow); font-size: 20px; border-radius: 10px; text-transform: uppercase; line-height: 34px;}
.survey-content-head a:hover { background-color: var(--yellow); color: var(--green-dark);  }

.survey-content p { margin-top: 30px; }

.survey-questionnarie { float: left; width: 100%; margin-top: 0px; display: flex; justify-content: center; }
.survey-questionnarie-center { float: left; width: 100%; max-width: 1000px; }
.survey-questionnarie .survey-question { float: left; width: 100%; border-radius: 20px; background-color: #FFF; margin-top: 40px; }
.survey-question .survey-question-navigation { float: left; width: calc(100% - 60px); padding: 15px 30px; background-color: #F4F4F4; font-size: 16px; font-family: 'tex_gyre_herosbold';
  cursor: pointer; color: var(--dark); text-transform: uppercase; }
.survey-question .survey-question-navigation.hide { display: none; }
.survey-question .survey-question-navigation.previuos { border-top-left-radius: 20px; border-top-right-radius: 20px; }
.survey-question .survey-question-navigation.next { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; }
.survey-question .survey-question-navigation i { margin-right: 10px; }

.survey-question-btn { float: left; width: 100%; border-radius: 20px; background-color: #FFF; margin-top: 40px; padding: 40px 0px; }

.survey-question .survey-question-counter { float: left; width: 100%; }
.survey-question .survey-question-counter p { margin: 0px; font-size: 18px; color: var(--violet-light); line-height: 24px;}
.survey-question .survey-question-counter p b { font-family: 'tex_gyre_herosbold'; color: var(--dark); }

.survey-question h2 { float: left; width: 100%; margin-top: 20px; font-family: 'tex_gyre_herosbold'; color: var(--dark); font-size: 30px;
  line-height: 36px; }

.survey-question .survey-question-answers { float: left; width: 100%; margin-top: 15px; }
.survey-question .survey-question-answer { float: left; border: 1px solid var(--violet-light); border-radius: 10px; padding: 10px; width: calc(100% - 22px); margin-top: 10px;
  display: flex; justify-content: center; align-items: center; cursor: pointer; }
.survey-question .survey-question-answer-checked { float: left; border: 2px solid var(--violet-light); width: 32px; height: 32px; text-align: center;
display: flex; align-items: center; justify-content: center; background-color: #FFF; }
.survey-question .survey-question-answer-checked svg { display: none; }
.survey-question .survey-question-answer-checked svg path { fill: var(--violet-light); }
.survey-question .survey-question-answer p { flex: 1; margin-left: 20px; margin-top: 0px; color: var(--dark); font-size: 18px; line-height: 24px; }

.survey-question .survey-question-answer.selected, .survey-question .survey-question-answer:hover { background-color: var(--violet-light); }
.survey-question .survey-question-answer.selected p, .survey-question .survey-question-answer:hover p { color: #FFF; }
.survey-question .survey-question-answer.selected .survey-question-answer-checked svg, .survey-question .survey-question-answer:hover .survey-question-answer-checked svg { display: block; }

.survey-question .survey-question-answer.answer_0.selected, .survey-question .survey-question-answer.answer_0:hover { background-color: #737225; }
.survey-question .survey-question-answer.answer_1.selected, .survey-question .survey-question-answer.answer_1:hover { background-color: #A5A352; }
.survey-question .survey-question-answer.answer_3.selected, .survey-question .survey-question-answer.answer_3:hover { background-color: #E08181; }
.survey-question .survey-question-answer.answer_4.selected, .survey-question .survey-question-answer.answer_4:hover { background-color: #C44545; }
.survey-question .survey-question-answer.answer_5.selected, .survey-question .survey-question-answer.answer_5:hover { background-color: #F2F2F2; }

.survey-questionnarie .survey-question.answer-sel-5 h2 { text-decoration: line-through; }

.survey-question .survey-question-answer.last { margin-top: 40px; }
.survey-question .survey-question-answer.last p { color: var(--dark) !important; }

.survey-question .survey-question-padding { float: left; width: calc(100% - 60px); padding: 30px 30px 30px; font-size: 24px; line-height: 30px;  font-family: 'tex_gyre_herosbold';  color: var(--dark); }
/* END SURVEY */

/* WEIGHTS */
.weights-questions { float: left; width: 100%; margin-top: 30px; }
.weights-questions .weights-question { float: left; border: 1px solid var(--violet-light); border-radius: 10px; padding: 10px; width: calc(100% - 22px); margin-top: 15px;
  display: flex; justify-content: center; align-items: center; }
.weights-questions .weights-question span.number { float: left; font-family: 'instrument_serifregular'; font-size: 24px; line-height: 24px; margin-top: 2px; }
.weights-questions .weights-question p { margin: 0px 20px 0px 15px; flex: 1; font-family: 'tex_gyre_herosbold'; color: var(--dark); font-size: 18px; line-height: 24px; }
.weights-questions .weights-question p.line-through { text-decoration: line-through;}
.weights-questions .weights-question-btns { height: 44px; }
.weights-questions .weights-question-btns .weights-question-btn { float: left; width: 42px; height: 42px; border: 1px solid var(--violet-light);
  display: flex; justify-content: center; align-items: center; background-color: #FFF; margin-right: 10px; }
.weights-questions .weights-question-btns .weights-question-btn svg path { fill: var(--violet-light); }
.weights-questions .weights-question-btns .weights-question-btn.selected,
.weights-questions .weights-question-btns .weights-question-btn:hover { background-color: var(--violet-light); }
.weights-questions .weights-question-btns .weights-question-btn.selected svg path,
.weights-questions .weights-question-btns .weights-question-btn:hover svg path { fill: #FFF; }
.weights-questions .weights-question-btns .weights-question-btn:last-child { margin-right: 0px; }
/* END WEIGHTS */

/* USER PARTIES */
.user-parties { float: left; width: 100%; margin-top: 20px; }
.user-parties .user-partie { float: left; width: 100%; display: flex; border-bottom: 1px solid var(--violet-light); padding-bottom: 15px; margin-top: 25px;
  justify-content: center; align-items: center; }
.user-parties .user-partie .user-partie-logo { float: left; max-width: 110px; min-width: 100px; }
.user-parties .user-partie .user-partie-logo img { width: 100%; }
.user-parties .user-partie .user-partie-weight { flex: 1; margin-left: 30px; }
.user-parties .user-partie .user-partie-weight-radio { float: left; width:100%; display: flex;  justify-content: space-between; }
.user-parties .user-partie .user-partie-weight-radio-element { flex: 1; max-width: 26px; min-width: 26px; cursor: pointer; }
.user-parties .user-partie .user-partie-weight-radio-element-check { float: left; width: 100%; display: flex; justify-content: center; }
.user-parties .user-partie .user-partie-weight-radio-element-check .ball { float: left; width: 24px; height: 24px; border: 1px solid var(--violet-light); border-radius: 20px; }
.user-parties .user-partie .user-partie-weight-radio-element-check .ball span { float: left; display: none; width: 16px; height: 16px; background-color: var(--violet-light); margin-left: 4px; margin-top: 4px; border-radius: 10px; }
.user-parties .user-partie .user-partie-weight-radio-element-check .ball.checked span { display: inline-block; }
.user-parties .user-partie .user-partie-weight-radio-element p { float: left; width: 100%; font-size: 16px; color: var(--dark); text-align: center; font-family: 'tex_gyre_herosbold'; margin-top: 10px; }

.user-parties .user-partie .user-partie-weight-label { float: left; width: 100%; margin-top: 10px; display: flex; }
.user-parties .user-partie .user-partie-weight-label span { flex: 1; font-size: 16px; line-height: 20px; color: var(--violet-light); }
.user-parties .user-partie .user-partie-weight-label span:nth-child(1) { text-align: left; }
.user-parties .user-partie .user-partie-weight-label span:nth-child(2) { text-align: center; }
.user-parties .user-partie .user-partie-weight-label span:nth-child(3) { text-align: right; }
/* END USER PARTIES */

/* RESULTS */
.survey-results { float: left; width: 100%; margin-top: 50px; display: flex; justify-content: center; }
.survey-results-menu { float: left; max-width: 280px; min-width:280px; margin-right: 50px; }
.survey-results-menu p { float: left; width: 100%; margin: 0px; margin-bottom: 30px; }
.survey-results-menu p:last-child { margin-bottom: 0px; }
.survey-results-menu p a, .survey-results-menu p span { float: left; width: 100%; color: var(--violet-light); font-size: 24px; font-family: 'tex_gyre_herosbold'; }
.survey-results-menu p span { border-bottom: 5px solid var(--violet); color: var(--violet); padding-bottom: 15px; }
.survey-results-menu p a:hover { color: var(--violet);  }
.survey-results-content { flex: 1; background-color: #FFF; border-radius: 20px; padding: 40px; }
.survey-results-content.nbrt { border-top-left-radius: 0px; border-top-right-radius: 0px; }
.survey-results-content h2 { float: left; width: 100%; text-align: center; font-size: 40px; line-height: 48px; font-family: 'tex_gyre_herosbold'; }
.survey-results-menu p.additional a { color: var(--yellow); }
.survey-results-menu p.additional a:hover { text-decoration: underline; }

.survey-results.cols { flex-direction: column; }
.survey-share-head { float: left; width: calc(100% - 80px); background-color: var(--violet); padding: 40px 40px;
border-top-left-radius: 20px; border-top-right-radius: 20px; }
.survey-share-head img { width: 200px;}

.survey-results-content .accordion { float: left; width: 100%; margin-top: 25px;}
.survey-results-content .accordion .item { float: left; width: calc(100% - 20px); padding: 15px 10px 25px; margin-top: 15px; }
.survey-results-content .accordion .item p { float: left; width: 100%; margin: 0px; }
.survey-results-content .accordion .item p.mt-30, .survey-results-content .accordion .item p.btn { margin-top: 30px; }
.survey-results-content .accordion .item p.accordion { padding-bottom: 15px; border-bottom: 1px solid var(--dark); }
.survey-results-content .accordion .item p a { float: left; width: 100%; color: var(--black); font-family: 'tex_gyre_herosbold'; font-size: var(--font-size); line-height: 32px; }
.survey-results-content .accordion .item p a font { float: left; width: calc(100% - 40px); color: var(--black); font-family: 'tex_gyre_herosbold'; font-size: var(--font-size); line-height: 32px; }
.survey-results-content .accordion .item p a font.square { float: right; width: 32px; height: 32px; background-color: var(--violet);
background-position: center; background-image: url(../../img/icone/plus.png); background-repeat: no-repeat; }
.survey-results-content .accordion .item .box { float: left; width: 100%; display: none; margin-top: 10px; }
.survey-results-content .accordion .item .box.nbt { border: 0px; margin-top: 0px; padding-top: 0px; }
.survey-results-content .accordion .item.open .box { display: block; }
.survey-results-content .accordion .item.open p a font.square { background-image: url(../../img/icone/less.png); }

.survey-results-content .accordion .item.open .box .box_header { float: left; width: 100%; margin-top: 15px; }
.survey-results-content .accordion .item.open .box .box_header p { text-align: left; width: 20%; font-size: 20px; font-weight: 700; color: var(--dark); }
.survey-results-content .accordion .item.open .box .box_header p.pl { padding-left: 30px; width: calc(30% - 30px); }
.survey-results-content .accordion .item.open .box .box_header p.vicinanza { width: calc(80% - 15px); margin-left: 15px; }
.survey-results-content .accordion .item.open .box .box_bar { float: left; width: 100%; position: relative; margin-top: 15px; }
.survey-results-content .accordion .item.open .box .box_bar .dimensioni, .survey-results-content .accordion .item.open .box .box_bar .categorie_data { float: left; width: 100%; position: absolute; display: none; }
.survey-results-content .accordion .item.open .box .box_bar.mb { margin-bottom: 20px; }
.survey-results-content .accordion .item.open .box .box_bar_row { float: left; width: 100%; margin-top: 15px; display: flex; flex-direction: row; justify-content: center; align-items: center;
border-bottom: 1px solid var(--violet-light); padding-bottom: 15px; }
.survey-results-content .accordion .item.open .box .box_bar_row:last-child { border: 0px; }
.survey-results-content .accordion .item.open .box .box_bar_row .partito { float: left; width: 20%; display: flex; flex-direction: row; margin-bottom: 0px;
  justify-content: flex-start; align-items: center; }
.survey-results-content .accordion .item.open .box .box_bar_row .partito a.noflex { flex: 1; width: 100%; height: 64px; display: flex; justify-content: center; align-items: center; }
a.opacity_logo img { -moz-opacity:.5; opacity:0.50; filter:alpha(opacity=50); }
.survey-results-content .accordion .item.open .box .box_bar_row .partito img { float: left; max-width: 100%; max-height: 100%; }
.survey-results-content .accordion .item.open .box .box_bar_row .partito p { float: left; flex: 1; text-transform: none; font-size: 14px; line-height: 18px; color:#33326b; text-align: left; font-weight: 300; word-break: break-word; }
.survey-results-content .accordion .item.open .box .box_bar_row .partito p a { font-size: 13px; line-height: 18px; padding-left: 10px; float: left; width: auto; color:#33326b; text-align: left; font-weight: 300; text-decoration: none; }
.survey-results-content .accordion .item.open .box .box_bar_row .bar { float: left; width: calc(80% - 15px); margin-left: 15px; }
.survey-results-content .accordion .item.open .box .box_bar_row .bar .base { float: left; height: 32px; background-color: var(--violet-light); width: 100%; position: relative; }
.survey-results-content .accordion .item.open .box .box_bar_row .bar .base .perc { display: none; position: absolute; line-height: 30px; left: 10px; top: 0px; color: var(--dark); font-weight: 700; font-size: 16px; z-index: 10; }
.survey-results-content .accordion .item.open .box .box_bar_row .bar .base .line { float: left; height: 32px; position: absolute; left:0px; top:0px; background-color: var(--violet); }
.survey-results-content .accordion .item.open .box .box_bar_row .bar .base .line.grey { background: #AAA; }

.survey-results-content .accordion .item .panoramica_graph { float: left; width: 80%; margin-left: 10%; margin-top: 20px; margin-bottom: 30px; }
.survey-results-content .accordion .item .panoramica_graph p { float: left; width: 100%; font-family: 'tex_gyre_herosbold'; font-size: 18px; text-align: center; color: var(--dark); }
.survey-results-content .accordion .item .panoramica_graph p.mt { margin-top: 20px; }
.survey-results-content .accordion .item .panoramica_graph .content { float: left; width: 100%; margin-top: 15px; position: relative; }
.survey-results-content .accordion .item .panoramica_graph .content p { float: left; width: 300px; text-align: center; height: auto; position: absolute; top: 50%; margin-top: 0px; }
.survey-results-content .accordion .item .panoramica_graph .content p.label_right { transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg);
right: 0px; margin-right: -135px; }
.survey-results-content .accordion .item .panoramica_graph .content p.label_left { transform: rotate(-90deg); left: 0px; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg);
margin-left: -135px; z-index: 1; }

.survey-results-content .accordion .item .panoramica_graph .content .graph { float: left; margin-left: 60px; width: calc(100% - 122px);
  height: 600px; border: 1px solid var(--violet-light); position: relative;}
.survey-results-content .accordion .item .panoramica_graph .content .graph .line { float: left; background-color: var(--dark); position: absolute; }
.survey-results-content .accordion .item .panoramica_graph .content .graph .line.vert { height: 100%; width: 2px; left: 50%; top: 0px; margin-left: -1px; }
.survey-results-content .accordion .item .panoramica_graph .content .graph .line.horiz { height: 2px; width: 100%; left: 0px; top: 50%; margin-top: -1px; }
.survey-results-content .accordion .item .panoramica_graph .content .graph .line.sep { background-color: var(--violet-light); width: 1px; margin-left: -0.5px; }
.survey-results-content .accordion .item .panoramica_graph .content .graph .line.horiz.sep { height: 1px; width: 100%; margin-top: -0.5px; }
.survey-results-content .accordion .item .panoramica_graph .content .graph .ball { position: absolute; width: 64px; height: 64px; z-index: 10; opacity: 1; }
.survey-results-content .accordion .item .panoramica_graph .content .graph .ball:hover { z-index: 20; opacity: 1; }
.survey-results-content .accordion .item .panoramica_graph .content .graph .ball a { float: left; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.survey-results-content .accordion .item .panoramica_graph .content .graph .ball img { max-width: 100%; max-height: 100%; }
.survey-results-content .accordion .item .panoramica_graph .content .graph .ball.you { width: 70px; height: 70px; background-color: var(--violet-light); border: 1px solid rgba(0,0,0,0.2); border-radius: 50%; text-align: center; color: white; line-height: 70px; }

.survey-results-content .accordion .item .other_dimensions { float: left; width: 100%; margin-bottom: 25px; }
.survey-results-content .accordion .item .other_dimension { float: left; width: 100%; margin-top: 25px; margin-bottom: 5px; border-radius: 20px;
  border: 1px solid var(--violet-light); overflow: hidden; padding-bottom: 30px; }
.survey-results-content .accordion .item .other_dimension:last-child { margin-bottom: 0px; }
.survey-results-content .accordion .item .other_dimension p { float: left; width: calc(100% - 30px); font-size: 18px; background-color: #F4F4F4;
  font-family: 'tex_gyre_herosbold'; color: var(--dark); padding: 30px 15px; text-align: center; }
.survey-results-content .accordion .item .other_dimension_graph { float: left; width: calc(100% - 30px); margin-left: 15px; margin-right: 15px; margin-top: 25px; }
.survey-results-content .accordion .item .other_dimension_graph.smt { margin-top: 10px; }
.survey-results-content .accordion .item .other_dimension_graph span { float: left; width: auto; line-height: 16px; font-size: 14px; font-family: 'tex_gyre_herosbold'; color: var(--dark);}
.survey-results-content .accordion .item .other_dimension_graph span.text_right { text-align: right; float: right; }
.survey-results-content .accordion .item .other_dimension_graph_parties { float: left; width: 100%; margin: 0px 0px; position: relative; height: 260px; display: flex; flex-direction: row; justify-content: center; }
.survey-results-content .accordion .item .other_dimension_graph_parties .column { flex:1; height: 100%; margin-top: 0px; }
.survey-results-content .accordion .item .other_dimension_graph_parties .column .bkg { float: left; width: 1px; margin-left: calc(50% - 1px); height: 100%; background-color: rgba(0,0,0,0.2); }
.survey-results-content .accordion .item .other_dimension_graph_parties .column.first, .other_dimension_graph_parties .column.last { max-width: 50px; min-width: 50px; }
.survey-results-content .accordion .item .other_dimension_graph_parties .column.first .bkg { margin-left: 0px; }
.survey-results-content .accordion .item .other_dimension_graph_parties .column.last .bkg { margin-left: calc(100% - 1px); }
.survey-results-content .accordion .item .other_dimension_graph_parties .line { float: left; position: absolute; left: 0px; width: 100%; height: 1px; margin-top: 0px; background-color: rgba(0,0,0,0.2); }
.survey-results-content .accordion .item .other_dimension_graph_parties .line1 { bottom: 0px; }
.survey-results-content .accordion .item .other_dimension_graph_parties .line2 { bottom: 50px; }
.survey-results-content .accordion .item .other_dimension_graph_parties .line3 { bottom: 100px; }
.survey-results-content .accordion .item .other_dimension_graph_parties .line4 { bottom: 150px; }
.survey-results-content .accordion .item .other_dimension_graph_parties .line5 { bottom: 200px; }
.survey-results-content .accordion .item .other_dimension_graph_parties .line6 { bottom: 250px; }
.survey-results-content .accordion .item .other_dimension_graph_parties .line7 { bottom: 300px; }
.survey-results-content .accordion .item .other_dimension_graph_parties .partito { display: none; position: absolute; opacity: 0.8; margin: 0px !important; width: 70px; height: 50px; bottom: 10px; left: 0px; z-index: 5;
display: flex; justify-content: center; align-items: center; }
.survey-results-content .accordion .item .other_dimension_graph_parties .partito:hover { z-index: 20; opacity: 1; }
.survey-results-content .accordion .item .other_dimension_graph_parties .partito.user { width: 50px; background-color: rgba(0,0,0,0.5); border-radius: 50%; text-align: center; color: white; line-height: 40px; }
.survey-results-content .accordion .item .other_dimension_graph_parties .partito img {  max-width: 100%; max-height: 100%; }

.results-map { float: left; width: 100%; }
.results-map .map_box { float: left;width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; margin-top: 25px; }
.results-map .map_view { float: left; width: calc(100% - 2px); height: 640px; border: 1px solid var(--violet-light); position: relative; }
.results-map .map_view .loading { float:left; width:100%; height:100%; background-image:url(../../img/loading.svg); background-position:center 60px;
  background-size: auto 50px; background-repeat:no-repeat; height:auto; width:100%; text-align:center;
padding-top: 120px; font-size: 18px; color: var(--violet-light); }
.results-map .map_view .country { position: absolute; top: 0px; left: 0px; display: none; }
.results-map .current_country { float: left; width: 100%; text-align: center; color: var(--dark); background-color: var(--violet); border-radius: 10px;
  padding: 10px 0px; margin-top: 25px; }
#opt_in_popup { width: 700px; margin-left: -350px; }
#opt_in_popup .dinamic_alert_container { padding: 50px; width: calc(100% - 100px); }
#opt_in_popup .bkg_dinamic_alert p.btn { justify-content: flex-start; }

.alert_panel.country_children h2 { text-align: center; }
.alert_panel.country_children .choose_children { float: left; width: 100%; }
.alert_panel.country_children .choose_children p.btn { margin-top: 15px; }

.clipboard_message { position: fixed; right: 15px; bottom: 15px; background-color: var(--violet); padding: 10px 15px; color: #FFF; font-size: 16px;
  line-height: 20px; border-radius: 5px; display: none; }

.survey-content-head h2.sigla { text-align: center; font-size: 40px; }
.partito-head { float: left; width: 100%; display: flex; justify-content: center; align-items: center; margin-top: 25px;
border-bottom: 1px solid var(--dark); padding-bottom: 15px; }
.partito-head p { flex: 1; margin: 0px; font-family: 'tex_gyre_herosbold'; font-size: 24px; line-height: 28px; margin-right: 15px; }
.partito-head img { height: 50px; }
.survey-content .compilazione { float: left; width: 100%; }
.survey-content .compilazione .domanda { float: left; width: 100%; margin-top: 30px; border-bottom: 1px solid var(--violet-light); padding-bottom: 35px; }
.survey-content .compilazione .domanda p { font-size: 20px; line-height: 28px; font-family: 'tex_gyre_herosbold'; margin: 0px; }
.survey-content .compilazione .domanda .risposte { float: left; width: 100%; margin-top: 15px; }
.survey-content .compilazione .domanda .risposte .column { float: left; width: calc(50% - 2px); margin-right: 4px; }
.survey-content .compilazione .domanda .risposte .column:last-child { margin-right: 0px; }
.survey-content .compilazione .domanda .risposte .column p { font-family: 'tex_gyre_herosregular'; width: calc(100% - 20px); padding: 5px 10px; text-align: center;
color: #FFF; font-size: 16px; }

.survey-content .compilazione .domanda .risposte .column p.risposta { padding: 20px 10px; }

.survey-content .compilazione .domanda .risposte .column p.error { background-color: #C44545; }
.survey-content .compilazione .domanda .risposte .column p.success { background-color: #737225; }
.survey-content .compilazione .domanda .risposte .column p.warning { background-color: #BB9F06; }
.survey-content .compilazione .domanda .risposte .column p.risposta.error { background-color: #E08181; }
.survey-content .compilazione .domanda .risposte .column p.risposta.success { background-color: #A5A352; }
.survey-content .compilazione .domanda .risposte .column p.risposta.warning { background-color: #E4D68A; }

.survey-content .compilazione .domanda .info_box { float: left; width: 100%; margin-top: 10px; }
.survey-content .compilazione .domanda .info { float: left; width: 100%; margin-top: 5px; }
.survey-content .compilazione .domanda .info p { font-size: 14px; line-height: 20px; text-align: left; }
.survey-content .compilazione .domanda .info p a { font-size: 16px; line-height: 22px; color: var(--dark); font-family: 'tex_gyre_herosregular'; text-align: right; text-decoration: underline; }
.survey-content .compilazione .domanda .info .text { float: left; display: none; font-family: 'tex_gyre_herosregular'; width: 100%; font-size: 16px; line-height: 22px; margin-top: 5px; color: var(--dark); text-align: left; }
.survey-content .compilazione .domanda .info .text p { float: left; font-family: 'tex_gyre_herosregular'; width: 100%; font-size: 16px; line-height: 22px; margin-top: 5px; color: var(--dark); text-align: left; }
.survey-content .compilazione .domanda .info .text p a { color: var(--violet-light); font-weight: 300; font-size: 16px; line-height: 22px; text-decoration: underline; }
.survey-content .compilazione .domanda .info.open .text { display: block; }
/* END RESULTS */

html.error_page, body.error_page { height: 100%;}
body.error_page .total_container { visibility: visible; }
body.error_page .total_container .scroll_container { float: left; width: 100%; height: 100%; }
body.error_page .total_container .site_content { margin-top: 0px !important; height: 100%; }
body.error_page .total_container .site_content .not-found { height: calc(100% - 100px); padding: 50px 30px; }
body.error_page .total_container .site_content .not-found .info { display: flex; justify-content: center; align-items: center; flex-direction: column; }
body.error_page .not-found-box .info p.text { margin-top: 40px; max-width: 600px; text-align: center; font-size: 20px; line-height: 32px; font-weight: 300; font-family: 'tex_gyre_herosregular'; }

@media (max-width: 900px) {
  .footer .ballot_buddy { display: flex; justify-content: center; }
  .footer .ballot_buddy svg { float: left; }

  .footer .footer-menu { justify-content: center; align-items: center; flex-direction: column; }
  .footer .social { justify-content: center; }

	.about-16 .about-menu,
	.about-18 .about-menu,
	.page-id-6 .about-menu,
	.page-id-40 .about-menu {
		position: relative;
	}

	.archiveBlog .block_content .black_bkg.detail,
	.singlePost .block_content .black_bkg.detail{
		height: 100%;
	}
}
