body,
html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 100%;
  line-height: 1.5;
  width: 100%;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
*,
*:after,
*:before {
  box-sizing: inherit;
}
.header__site-name,
h1,
h2,
h3 {
  line-height: 1.25;
}
img {
  max-width: 100%;
}
ul {
  padding: 0;
}
p {
  margin: 0;
}
nav li,
nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* ANIMAZIONE HOMEPAGE */
.animation-home {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 2;
}
.animation-ended .animation-home {
  display: none;
}
.curtain__text #text-1 {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  animation: text-in-left-out-right-1 2.25s forwards;
  /* IE 10+, Fx 29+ */
}
.curtain__text #text-2 {
  font-weight: 400;
  opacity: 0;
  color: rgba(255, 255, 255, 0.7);
  animation: text-in-left-out-right-1 2.25s 0.25s forwards;
  /* IE 10+, Fx 29+ */
}
.curtain__text #text-3 {
  font-weight: 400;
  opacity: 0;
  color: rgba(255, 255, 255, 0.7);
  animation: text-in-left-out-right-1 2.25s 0.5s forwards;
  /* IE 10+, Fx 29+ */
}
.curtain__panel {
  background: #ff7b28;
  width: 50%;
  /* Each panel takes up half the container */
  height: 100vh;
  /* Used for demo purposes */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /* Places the panels in front of the prize */
}
/* Slide the panel to the left out of the container */
.curtain__panel--left {
  animation: slide-left-out 0.5s 2.5s forwards;
  /* IE 10+, Fx 29+ */
}
/* Slide the panel to the right out of the container */
.curtain__panel--right {
  left: 50%;
  animation: slide-right-out 0.5s 2.5s forwards;
  /* IE 10+, Fx 29+ */
}
@keyframes text-in-left-out-right-1 {
  0% {
    opacity: 0;
    transform: translateX(-20vw);
  }
  40% {
    opacity: 1;
    transform: translateX(0);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20vw);
  }
}
@keyframes text-in-left-out-right-2 {
  0% {
    opacity: 0;
    transform: translateX(-15vw);
  }
  40% {
    opacity: 1;
    transform: translateX(150px);
  }
  65% {
    opacity: 1;
    transform: translateX(150px);
  }
  100% {
    opacity: 0;
    transform: translateX(30vw);
  }
}
@keyframes text-in-left-out-right-3 {
  0% {
    opacity: 0;
    transform: translateX(-25vw);
  }
  40% {
    opacity: 1;
    transform: translateX(-20px);
  }
  60% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(15vw);
  }
}
@keyframes slide-left-out {
  /*from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }*/
  0% {
    width: 50%;
  }
  98% {
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes slide-right-out {
  /*from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }*/
  0% {
    width: 50%;
  }
  98% {
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
.main-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.region-content-fullwidth {
  width: 100%;
  overflow-x: hidden;
}
/*
  MENU
*/
.region-header {
  position: absolute;
  right: 50px;
  top: 20px;
}
.region-header > .block {
  display: inline-block;
  vertical-align: top;
}
/*==================================================
  $A11Y Dropdown
  ==================================================*/
.menu-open #block-locale-language {
  display: none;
}
#block-locale-language #select-lingua {
  position: absolute;
  top: 2.2em;
  margin-top: -1px;
  padding: 6px 0 0;
  background: transparent;
  /* sub-navigation panel open state */
  /* list item within sub-navigation panel */
}
#block-locale-language #select-lingua.open {
  display: block;
}
.not-front #block-locale-language #select-lingua.open {
  background: #fff;
}
.not-front.page-stories #block-locale-language #select-lingua.open {
  background: #72c1bf;
}
.not-front .sticky #block-locale-language #select-lingua.open {
  background: transparent;
}
#block-locale-language #select-lingua li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#block-locale-language #select-lingua li + li {
  margin-top: 5px;
}
#block-locale-language #select-lingua a {
  display: inline-block;
  line-height: 1;
  color: #000000;
  text-decoration: none;
  padding: 0.25em 1em;
}
.front #block-locale-language #select-lingua a,
.sticky #block-locale-language #select-lingua a {
  color: #fff;
}
#block-locale-language #select-lingua a:hover,
#block-locale-language #select-lingua a:focus,
#block-locale-language #select-lingua a.active {
  background: #ED813F;
}
#block-locale-language #select-lingua a {
  display: block;
}
#block-locale-language ul {
  margin: -1px 0 0;
  font-size: 0.9375em;
}
#block-locale-language li {
  list-style: none;
}
.dropdown-toggle {
  line-height: 1;
  font-size: 0.9375em;
  padding: 0.5em 1em;
  margin: 0 0;
  border: 0;
  text-decoration: none;
  color: #000000;
  background: transparent;
}
.front .dropdown-toggle,
.sticky .dropdown-toggle {
  color: #fff;
}
.dropdown-toggle:hover {
  text-decoration: underline;
}
.dropdown-toggle[aria-expanded="false"] + #select-lingua {
  display: none;
}
.dropdown-toggle[aria-expanded="true"] + #select-lingua {
  display: block;
}
#short-megamenu {
  /* mega menu list > .accessible-megamenu */
}
.menu-open #short-megamenu {
  display: none;
}
#short-megamenu > ul {
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 15;
  font-size: 0.9375em;
  /* a top level navigation item in the mega menu */
  /* sub-navigation panel */
}
#short-megamenu > ul > .menu__item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  /* first descendant link within a top level navigation item */
}
#short-megamenu > ul > .menu__item > .menu__link {
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0 0;
  border: 0;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  /* focus/open states of first descendant link within a top level
                   navigation item */
  /* open state of first descendant link within a top level
                   navigation item */
}
.front #short-megamenu > ul > .menu__item > .menu__link {
  color: #fff;
}
#short-megamenu > ul > .menu__item > .menu__link:hover,
#short-megamenu > ul > .menu__item > .menu__link:focus,
#short-megamenu > ul > .menu__item > .menu__link.open {
  font-weight: bold;
}
#short-megamenu > ul > .menu__item > .menu__link.open {
  border-bottom: none;
  z-index: 1;
}
#short-megamenu > ul ul.accessible-megamenu-panel,
#short-megamenu > ul ul {
  position: absolute;
  top: 2.2em;
  margin-top: -1px;
  padding: 6px 0 0;
  background: transparent;
  /* sub-navigation panel open state */
  /* list item within sub-navigation panel */
  display: none;
}
#short-megamenu > ul ul.accessible-megamenu-panel.open,
#short-megamenu > ul ul.open {
  display: block;
}
.not-front #short-megamenu > ul ul.accessible-megamenu-panel.open,
.not-front #short-megamenu > ul ul.open {
  background: #fff;
}
.not-front.page-stories #short-megamenu > ul ul.accessible-megamenu-panel.open,
.not-front.page-stories #short-megamenu > ul ul.open {
  background: #72c1bf;
}
.not-front .sticky #short-megamenu > ul ul.accessible-megamenu-panel.open,
.not-front .sticky #short-megamenu > ul ul.open {
  background: transparent;
}
#short-megamenu > ul ul.accessible-megamenu-panel li,
#short-megamenu > ul ul li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#short-megamenu > ul ul.accessible-megamenu-panel li + li,
#short-megamenu > ul ul li + li {
  margin-top: 5px;
}
#short-megamenu > ul ul.accessible-megamenu-panel a,
#short-megamenu > ul ul a {
  display: inline-block;
  line-height: 1;
  color: #000000;
  text-decoration: none;
  padding: 0.25em 1em;
}
.front #short-megamenu > ul ul.accessible-megamenu-panel a,
.front #short-megamenu > ul ul a,
.sticky #short-megamenu > ul ul.accessible-megamenu-panel a,
.sticky #short-megamenu > ul ul a {
  color: #fff;
}
#short-megamenu > ul ul.accessible-megamenu-panel a:hover,
#short-megamenu > ul ul a:hover,
#short-megamenu > ul ul.accessible-megamenu-panel a:focus,
#short-megamenu > ul ul a:focus,
#short-megamenu > ul ul.accessible-megamenu-panel a.active,
#short-megamenu > ul ul a.active {
  background: #ED813F;
}
@media all and (max-width: 768px) {
  #short-megamenu {
    display: none;
  }
}
.no-js #short-megamenu {
  margin: 20px 0;
}
.no-js #short-megamenu > ul {
  /* a top level navigation item in the mega menu */
}
.no-js #short-megamenu > ul > .menu__item {
  display: block;
}
.no-js #short-megamenu > ul ul {
  display: block;
  position: relative;
  margin-top: 0;
  padding: 0 0 0 32px;
  top: auto;
}
/*==================================================
  HAMBURGHER DUE RIGHE
  ==================================================*/
.hamburger {
  padding: 6px 6px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}
.front .hamburger.is-active .hamburger-inner,
.front .hamburger.is-active .hamburger-inner::before,
.front .hamburger.is-active .hamburger-inner::after,
.sticky .hamburger.is-active .hamburger-inner,
.sticky .hamburger.is-active .hamburger-inner::before,
.sticky .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
.hamburger-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 30%;
  margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.not-front .hamburger-inner,
.not-front .hamburger-inner::after {
  background-color: #000;
}
.not-front .sticky .hamburger-inner,
.not-front .sticky .hamburger-inner::after {
  background-color: #fff;
}
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::after {
  bottom: -6px;
}
/* * Squeeze */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*# sourceMappingURL=hamburgers.css.map */
/*==================================================
  $A11Y Dropdown
  ==================================================*/
#toggleMenu {
  width: 32px;
  height: 32px;
  border: 0;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 10px;
  transition: right .5s;
  z-index: 4;
}
.sticky #toggleMenu,
.not-front .sticky #toggleMenu {
  background: #000;
}
#toggleMenu:focus {
  outline: 0;
}
.menu-open #toggleMenu,
:target #toggleMenu {
  background: transparent !important;
}
.menu-dropdown-a11y {
  background: #353737;
}
.menu-dropdown-a11y .menu {
  padding-top: 50px;
}
.menu-dropdown-a11y .menu__item.is-expanded,
.menu-dropdown-a11y .menu__item {
  list-style: none;
}
.menu-dropdown-a11y .menu__link {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 20px 10px 20px;
  border-bottom: 1px solid #9E9E9E;
  cursor: pointer;
}
.menu-dropdown-a11y .menu__link.back-first-level {
  padding: 7px 20px 7px 50px;
  font-size: 1.25em;
  cursor: pointer;
  background: url(../images/arrow-left.svg) 20px no-repeat;
}
.menu-dropdown-a11y .menu__link.title-menu {
  font-size: 1.25em;
  padding: 7px 20px 7px;
  border-bottom: 1px solid transparent;
}
.menu-dropdown-a11y .menu__link.open,
.menu-dropdown-a11y .menu__link.focus,
.menu-dropdown-a11y .menu__link:not(.title-menu):hover,
.menu-dropdown-a11y .menu__link:focus,
.menu-dropdown-a11y .menu__link.active {
  outline: 0;
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: #fff;
}
.menu-dropdown-a11y .is-expanded > .menu__link {
  background: url(../images/arrow-right.svg) 95% no-repeat;
}
.menu-dropdown-a11y .accessible-megamenu-panel {
  position: fixed;
  z-index: 3;
  width: 80%;
  max-width: 250px;
  right: -250px;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  transition: right .5s;
  background: #353737;
}
.menu-dropdown-a11y .js-accessible-megamenu {
  position: fixed;
  right: -300px;
  top: 0;
  width: 90%;
  max-width: 300px;
  background-color: #353737;
  height: 100vh;
  overflow-y: auto;
  transition: right 0.5s, background-color 0.5s;
}
.main-content {
  margin-left: 0;
  transition: margin-left 0.5s;
}
.menu-open body {
  overflow: hidden;
}
.menu-open .menu-dropdown-a11y .js-accessible-megamenu,
.menu-open .menu-dropdown-a11y .accessible-megamenu-panel.open {
  right: 0 !important;
}
.menu-open .sticky #toggleMenu {
  right: 320px;
}
.menu-open .main-content {
  margin-left: -300px;
}
.menu-open .main-content:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  z-index: 2;
}
.menu-open .subpanel-opened .menu-dropdown-a11y .js-accessible-megamenu {
  background-color: #888;
}
.menu-open .subpanel-opened .menu-dropdown-a11y .js-accessible-megamenu:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
/* ------------------------
HOMEPAGE
---------------------- */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header.header.sticky {
  background: #000;
  position: fixed !important;
  min-height: 0 !important;
  z-index: 5 !important;
  height: 75px;
  top: 0;
  left: 0;
  width: 100%;
  animation: fadeIn 1s;
}
.toolbar header.header.sticky {
  top: 30px;
}
.toolbar-drawer header.header.sticky {
  top: 64px;
}
header.header.sticky .header__logo,
header.header.sticky .short-menu {
  display: none;
}
header.header.sticky #block-locale-language li {
  background: #000;
}
.navigation-header {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  color: #fff;
  display: flex;
  align-items: center;
}
.navigation-header > * {
  flex: 1;
}
.navigation-header a {
  color: #fff;
  text-decoration: none;
}
.menu-short {
  margin-left: 15px;
}
.menu-short > ul {
  display: block;
  width: 250px;
}
.menu-short > ul > li {
  display: inline-block;
  margin: 0 10px;
}
.menu-short ul a,
.menu-short ul span {
  padding: 3px 10px;
}
.menu-short ul ul {
  display: block;
  position: absolute;
  display: none;
  padding-top: 10px;
}
.menu-short ul ul a {
  display: inline-block;
  font-size: .9375em;
}
.menu-short ul ul a:hover {
  background: #ff7b28;
}
.menu-short ul li:hover ul {
  display: block;
}
#toogle-menu {
  border: 0;
  padding: 10px;
  background: none;
  outline: 0;
}
header.header {
  position: relative;
  display: block;
  width: 100%;
}
.header__logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.img_header {
  height: 110%;
  height: 110vh;
  max-height: 110%;
  max-height: 110vh;
  position: relative;
  overflow: hidden;
}
.img_header:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.img_header img {
  display: block;
  max-width: none;
  width: 100%;
}
.objectfit .img_header img {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s;
  object-fit: cover;
}
.animation-started .img_header {
  max-height: 100vh !important;
}
#title-bar {
  position: relative;
}
#home-title {
  position: absolute;
  bottom: 0;
  transform: translateY(0%);
  z-index: 2;
}
.js .fixed #home-title {
  position: fixed;
  bottom: 10%;
  left: 0;
  padding: 20px;
}
#clone-h1 {
  visibility: hidden;
}
.box-home-title {
  font-size: 1.25em;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  position: relative;
  z-index: 1;
  line-height: 1.25;
}
.box-home-title,
.box-home-title h1 {
  font-weight: 400;
  text-transform: none;
}
.box-home-title h1,
.box-home-title h2,
.box-home-title h3 {
  font-size: 1em;
  margin: 0;
}
.box-home-title span {
  display: block;
}
.box-home-title .big {
  font-family: 'EB Garamond', serif;
  font-size: 1.25em;
  font-weight: normal;
}
.box-home-title .big em {
  font-size: 1.1666em;
}
.box-home-title .little {
  font-family: 'Source Sans Pro', sans-serif;
  padding: 8px 29px 12px;
  background: #ff7b28;
  display: inline-block;
  width: auto;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
  font-weight: normal;
  word-break: break-word;
}
#section-top_story {
  background: #eee;
}
#section-top_story .big {
  color: #fff;
  transition: color .5s;
}
#section-top_story.title-positive .big {
  color: #000;
}
.text-center {
  text-align: center;
}
.two-column {
  max-width: 700px;
  margin: 50px auto;
  position: relative;
  z-index: 1;
  text-align: justify;
}
.layout-center {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.wrap-layout-center {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
  margin: 50px auto 30px;
}
.wrap-layout-center p {
  margin: 40px auto;
  font-size: 1.125em;
  max-width: 730px;
}
.filtriBtn,
.resetBtn,
a.btn,
button.btn,
input.webform-submit,
.form-actions input.form-submit,
#sib-form .form-submit {
  text-decoration: none;
  color: #000;
  margin: 5px;
  display: inline-block;
  padding: 3px 12px;
  border: 1px solid #000 !important;
  border-radius: 20px;
  background-color: transparent;
  transition: all .5s !important;
  font-style: normal !important;
}
.filtriBtn:visited,
.resetBtn:visited,
a.btn:visited,
button.btn:visited,
input.webform-submit:visited,
.form-actions input.form-submit:visited,
#sib-form .form-submit:visited {
  color: #000 !important;
}
.filtriBtn:focus,
.resetBtn:focus,
a.btn:focus,
button.btn:focus,
input.webform-submit:focus,
.form-actions input.form-submit:focus,
#sib-form .form-submit:focus,
.filtriBtn:hover,
.resetBtn:hover,
a.btn:hover,
button.btn:hover,
input.webform-submit:hover,
.form-actions input.form-submit:hover,
#sib-form .form-submit:hover {
  color: #000 !important;
  background-color: #ff7b28 !important;
  border: 1px solid #ff7b28 !important;
}
a.btn-positive,
button.btn-positive {
  text-decoration: none;
  color: #000 !important;
  margin: 0 5px;
  display: inline-block;
  padding: 3px 12px;
  border: 1px solid #000 !important;
  border-radius: 20px;
  background-color: transparent;
  transition: all .5s;
}
a.btn-positive:visited,
button.btn-positive:visited {
  color: #000 !important;
}
a.btn-positive:focus,
button.btn-positive:focus,
a.btn-positive:hover,
button.btn-positive:hover {
  background-color: #fff;
  border: 1px solid #fff !important;
}
a.btn-negativo {
  text-decoration: none;
  color: #fff;
  margin: 0 5px;
  display: inline-block;
  padding: 3px 20px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: transparent;
  transition: all .5s;
}
a.btn-negativo:focus,
a.btn-negativo:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
.flex {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-space-around {
  justify-content: space-around;
}
.flex-space-evenly {
  justify-content: space-evenly;
}
.padding-TB {
  padding: 40px 20px;
}
.padding-TB0 {
  padding: 0 20px;
}
.box-center {
  margin: 0 auto;
  padding: 40px 20px;
  max-width: 800px;
  background-color: #EBECEC;
  position: relative;
  transition: all .5s;
  flex: 1;
}
.main-content header.header {
  width: 100%;
  min-height: 150px;
  position: relative;
  z-index: 3;
}
.front .main-content header.header,
.page-stories .main-content header.header {
  position: absolute;
  min-height: 100px;
}
.animation-started .front .main-content {
  max-height: 100vh !important;
  overflow: hidden;
  min-height: 0;
}
.main-content section {
  transition: all .5s;
  background-color: #fff;
  position: relative;
  width: 100%;
}
.main-content section .callToAction {
  font-size: .9375em;
}
.main-content section .two-column {
  margin: 30px auto;
  font-size: 1.125em;
}
.main-content section.highlighted {
  background-color: #ff7b28;
}
.main-content section.highlighted img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.main-content section.highlighted .box-center {
  background-color: #ff7b28;
}
.main-content section.highlighted .img-background:before {
  opacity: 1;
}
.main-content .img-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.main-content .img-background:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff7b28;
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0;
  transition: all .5s;
}
.main-content .img-background img {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
img.img-objectfit {
  object-fit: cover;
  object-position: center;
  height: 100%;
  font-family: 'object-fit: cover; object-position: center;';
}
.circle-hover-box {
  max-width: 250px;
  min-width: 250px;
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 250px;
  position: relative;
  margin: 20px 10px;
  flex: 1;
  flex: 1 0 auto;
  cursor: pointer;
  display: inline-block;
  outline: 0;
}
.circle-hover-box .circle {
  position: relative;
  display: flex;
  width: 250px;
  height: 250px;
  justify-content: center;
  align-items: center;
}
.circle-hover-box .circle img {
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.circle-hover-box .circle span {
  display: inline-block;
  padding: 10px 20px 12px;
  line-height: 1.25;
  background: #000;
  color: #fff;
  z-index: 1;
  font-size: 1.5625em;
  position: relative;
  text-align: center;
  max-width: 220px;
}
.circle-hover-box .hover {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 250px;
  height: 250px;
  border-radius: 250px;
  justify-content: center;
  align-items: center;
  background: #ff7b28;
  z-index: 3;
  opacity: 0;
  transition: all .25s;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.5);
}
.circle-hover-box .hover a {
  margin: 2px 5px;
}
.circle-hover-box:hover .hover,
.circle-hover-box:focus .hover,
.circle-hover-box.hasFocus .hover {
  transform: scale(1);
  opacity: 1;
}
#block-box-stories .layout-center {
  padding: 0;
}
.box-stories {
  width: 100%;
  max-width: 400px;
  position: relative;
  color: #fff;
  height: 600px;
  margin: 20px 0;
  overflow: hidden;
}
.box-stories a.btn {
  color: #fff;
  border-color: #fff;
}
.box-stories::before {
  content: '';
  display: block;
  position: relative;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  z-index: 1;
  transition: opacity .5s;
}
.box-stories .box-stories-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.box-stories .box-stories-title {
  width: 100%;
  padding: 20px;
  left: 0;
  position: absolute;
  top: 100%;
  transform: translateY(-105%);
  transition: all .5s;
}
.box-stories .box-stories-title h3 {
  font-family: 'EB Garamond', serif;
  font-size: 3.125em;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: normal;
}
.box-stories .box-stories-text {
  opacity: 1;
  overflow: hidden;
  max-width: 280px;
  margin: 5px auto;
  transition: all .5s;
  font-size: 1.125em;
}
.box-stories .box-stories-wrap {
  position: relative;
  z-index: 2;
  padding: 20px;
  text-align: center;
  height: 100%;
}
.box-stories .box-stories-links {
  opacity: 0;
  position: absolute;
  width: 100%;
  padding: 0 20px;
  top: 120%;
  left: 0;
  transform: translateY(0%);
  transition: all .5s;
}
.box-stories .box-stories-links a {
  display: block;
  margin: 10px auto;
}
@media all and (min-width: 768px) and (max-width: 850px) {
  .box-stories .box-stories-links a {
    line-height: 1.375;
    padding: 6px 10px;
  }
}
.box-stories .box-stories-all {
  position: absolute;
  opacity: 0;
  left: 0;
  bottom: -40px;
  transition: all .5s;
  width: 100%;
  padding: 20px;
}
.box-stories:hover::before,
.box-stories:focus::before,
.box-stories.hasFocus::before {
  opacity: .8;
}
.box-stories:hover .box-stories-wrap,
.box-stories:focus .box-stories-wrap,
.box-stories.hasFocus .box-stories-wrap {
  margin-top: 0;
}
.box-stories:hover .box-stories-title,
.box-stories:focus .box-stories-title,
.box-stories.hasFocus .box-stories-title {
  top: 20px;
  transform: translateY(0);
}
.box-stories:hover .box-stories-text,
.box-stories:focus .box-stories-text,
.box-stories.hasFocus .box-stories-text {
  bottom: 60px;
  opacity: 0;
}
.box-stories:hover .box-stories-all,
.box-stories:focus .box-stories-all,
.box-stories.hasFocus .box-stories-all {
  bottom: 0;
  opacity: 1;
}
.box-stories:hover .box-stories-links,
.box-stories:focus .box-stories-links,
.box-stories.hasFocus .box-stories-links {
  opacity: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
/* -----------------------------------------
NODE PAGE
-----------------------------------------*/
.block.inline-block {
  display: inline-block;
  text-align: center;
}
.not-front .left-sidebar,
.not-front main {
  padding: 0 25px;
  margin-bottom: 40px;
}
main header .tagline {
  display: inline-block;
  background: #ff7b28;
  color: #fff;
  padding: 6px 11px 8px;
  line-height: 1.25;
  font-size: 1.25em;
}
main header h1 {
  margin-top: 20px;
  font-size: 25px;
  font-size: 8vw;
  font-weight: 500;
  font-family: 'EB Garamond', serif;
}
article.node {
  max-width: 800px;
}
article.node .tagline {
  display: inline-block;
  background: #ff7b28;
  color: #fff;
  padding: 6px 11px 8px;
  line-height: 1.25;
  font-size: 1.25em;
}
article.node h1 {
  margin-top: 20px;
  font-size: 25px;
  font-size: 8vw;
  font-weight: 500;
  font-family: 'EB Garamond', serif;
  word-break: break-word;
}
.node-type-stabilimento article.node h1 {
  margin-bottom: 0;
}
article.node .descriptionPlantWrapper h2,
article.node .view-certificazioni-per-stabilimento h2,
article.node > h2 {
  font-family: 'EB Garamond', serif;
  text-align: left;
  font-weight: 600;
  font-size: 1.5625em;
  margin-top: 2em;
}
article.node .descriptionPlantWrapper h2.underline,
article.node .view-certificazioni-per-stabilimento h2.underline,
article.node > h2.underline {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
article.node > h3 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.125em;
}
article.node a {
  font-style: italic;
  text-decoration: none;
  vertical-align: top;
  border-bottom: 1px solid #ff7b28;
  color: #000;
  position: relative;
  transition: color .15s;
  /*&:before {
                  content: '';
                  position: absolute;
                  width: 100%;
                  height: 100%;
                  background: @highlighted;
                  position: absolute;
                  top: 0;
                  opacity: 0;
                  left: -100%;
                  z-index: -1;
                  transition: left .5s, opacity .5s;
            }*/
}
article.node a:visited {
  color: #000;
}
article.node a:focus,
article.node a:hover {
  color: #ff7b28;
  /*color: #fff;
                  font-style: normal;
                  &:before {
                        left: 0;
                        opacity: 1;
                  }*/
}
article.node p:empty {
  display: none;
}
article.node > p + p,
article.node .body p + p {
  margin-top: 1.5em;
}
article.node .capBody p + p {
  margin-top: 1.5em;
}
article.node.node-brand ul,
article.node .body ul,
article.node .capBody ul,
article.node > ul {
  margin-top: .5em;
}
article.node.node-brand ul li,
article.node .body ul li,
article.node .capBody ul li,
article.node > ul li {
  list-style: none;
  position: relative;
  padding-left: 65px;
}
article.node.node-brand ul li + li,
article.node .body ul li + li,
article.node .capBody ul li + li,
article.node > ul li + li {
  margin-top: 15px;
}
article.node.node-brand ul li:before,
article.node .body ul li:before,
article.node .capBody ul li:before,
article.node > ul li:before {
  content: '';
  width: 50px;
  height: 1px;
  display: block;
  background: #ff7b28;
  position: absolute;
  top: .85em;
  left: 0;
}
article.node p img {
  margin: 3em auto;
  display: block;
  height: auto !important;
}
article.node #mapPlant img {
  margin: auto;
}
article.node .summary {
  font-family: 'EB Garamond', serif;
  font-size: 1.5625em;
  line-height: 1.28em;
  margin: 0 0 1.5em;
}
article.node .body + .link {
  margin-top: 1.5em;
}
article.node div.link .btn {
  vertical-align: middle;
}
article.node .summary + .logo img {
  margin: 1em 0 3em;
}
.titleParagraph {
  font-family: 'EB Garamond', serif;
  text-align: left;
  font-size: 1.5625em;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-top: 70px;
  margin-bottom: 30px;
}
.view-aree-business {
  position: relative;
  overflow: hidden;
}
.view-aree-business .view-header {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 5% 3%;
  background: #fff;
}
.view-aree-business h3 {
  font-family: 'EB Garamond', serif;
  text-align: center;
  font-size: 1.5625em;
}
.view-aree-business .circle-hover-box .circle img {
  mix-blend-mode: inherit;
}
.view-aree-business:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 110px;
  left: 0;
  background: #feca32;
  z-index: -1;
}
.view-aree-business .view-content {
  margin-top: 40px;
}
.view-aree-business .businessAreaWrapper {
  text-align: center;
}
.view-aree-business .otheract,
.view-aree-business .otherprod {
  width: 100%;
  margin: 40px auto;
}
.view-aree-business .businessAreaGroupTitle {
  margin-top: 30px;
  margin-bottom: 20px;
}
.view-aree-business .businessAreaRect {
  display: inline-block;
  max-width: 310px;
  width: 100%;
  margin: 10px 5px;
}
.view-aree-business .businessAreaRect a {
  padding: 5px;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  transition: background .5s, color .5s;
}
.view-aree-business .businessAreaRect a:focus,
.view-aree-business .businessAreaRect a:hover {
  background: #ff7b28;
  color: #000;
}
#block-views-73c1c82b2c24527db41a8e72723f958b h2 {
  font-family: 'EB Garamond', serif;
  margin-bottom: 1.5em;
}
.view-vista-annunci-posizioni-aperte .refJob {
  font-weight: bold;
  margin-bottom: .5em;
}
.view-vista-annunci-posizioni-aperte .jobWrapper + .jobWrapper {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #000;
}
.view-vista-annunci-posizioni-aperte h3 {
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 12px;
}
.view-vista-annunci-posizioni-aperte p + p {
  margin-top: 1.5em;
}
.view-vista-annunci-posizioni-aperte ul {
  margin-top: .5em;
}
.view-vista-annunci-posizioni-aperte ul li {
  list-style: none;
  position: relative;
  padding-left: 65px;
}
.view-vista-annunci-posizioni-aperte ul li + li {
  margin-top: 15px;
}
.view-vista-annunci-posizioni-aperte ul li:before {
  content: '';
  width: 50px;
  height: 1px;
  display: block;
  background: #ff7b28;
  position: absolute;
  top: .85em;
  left: 0;
}
.view-vista-annunci-posizioni-aperte .btn {
  margin-top: 2em;
}
.section-careers .webform-component.webform-component-select select,
.section-download .webform-component.webform-component-select select,
.section-careers .webform-component.webform-component-textfield input,
.section-download .webform-component.webform-component-textfield input,
.section-careers .webform-component.webform-component-email input,
.section-download .webform-component.webform-component-email input {
  width: 100%;
}
.section-careers .webform-component > label,
.section-download .webform-component > label {
  font-weight: normal;
}
.section-careers .webform-component select,
.section-download .webform-component select,
.section-careers .webform-component textarea,
.section-download .webform-component textarea {
  padding: 4px;
}
.section-careers .webform-component a,
.section-download .webform-component a {
  color: #000;
  vertical-align: baseline;
  border-bottom: 0;
  text-decoration: underline;
  font-style: normal;
}
.section-careers .webform-component a:hover,
.section-download .webform-component a:hover,
.section-careers .webform-component a:focus,
.section-download .webform-component a:focus {
  color: #ff7b28;
}
.section-careers .webform-component .description,
.section-download .webform-component .description {
  margin-top: 5px;
}
.section-careers .webform-component input.webform-calendar,
.section-download .webform-component input.webform-calendar {
  vertical-align: middle;
}
.section-careers .webform-component .form-type-checkbox label,
.section-download .webform-component .form-type-checkbox label {
  font-size: 12px;
}
.section-careers .webform-component .form-type-checkbox input,
.section-download .webform-component .form-type-checkbox input {
  vertical-align: middle;
}
.section-careers .webform-component:after,
.section-download .webform-component:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
#edit-submitted-curriculum-vitae-ajax-wrapper .ajax-processed {
  display: none;
}
/* -----------------------------------------
GRAFICI
-----------------------------------------*/
#grafici_business {
  text-align: center;
  padding: 0;
  margin-top: 30px;
}
#grafici_business .wrap {
  position: relative;
  margin: 0 auto;
}
#grafici_business .wrap + .wrap {
  margin-top: 20px;
  padding-top: 40px;
}
#grafici_business .wrap + .wrap:before {
  content: '';
  display: block;
  background: url("../images/divisore-freccia-centro.svg") top;
  width: 100%;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
}
#grafici_business .wrap label {
  color: #9E9E9E;
  font-size: 1.125em;
}
#grafici_business .wrap_infrastrutture .column_title {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: none;
  line-height: 1.25;
}
#grafici_business .column {
  padding: 130px 40px 2px;
  margin: 20px 0 40px;
  display: inline-block;
  width: 100%;
}
#grafici_business .business_carta {
  background: url("../images/ico-carta.svg") top no-repeat;
}
#grafici_business .business_energia {
  background: url("../images/ico-energia.svg") top no-repeat;
}
#grafici_business .business_altre {
  background: url("../images/ico-produzioni.svg") top no-repeat;
}
#grafici_business .capitale_naturale {
  background: url("../images/ico-capitale-naturale.svg") top no-repeat;
}
#grafici_business .capitale_umano {
  background: url("../images/ico-capitale-umano.svg") top no-repeat;
}
#grafici_business .capitale_sociale {
  background: url("../images/ico-capitale-sociale.svg") top no-repeat;
}
#grafici_business .capitale_intellettuale {
  background: url("../images/ico-capitale-intelletuale.svg") top no-repeat;
}
#grafici_business .capitale_finanziario {
  background: url("../images/ico-capitale-finanziario.svg") top no-repeat;
}
#grafici_business .distribuzione,
#grafici_business .factor,
#grafici_business .stabilimenti,
#grafici_business .stabilimento {
  padding-top: 90px;
}
#grafici_business .stabilimento {
  background: url("../images/ico-stabilimento_singolo.svg") top no-repeat;
}
#grafici_business .stabilimenti {
  background: url("../images/ico-stabilimenti.svg") top no-repeat;
}
#grafici_business .factor {
  background: url("../images/ico-burgo_factor.svg") top no-repeat;
}
#grafici_business .distribuzione {
  background: url("../images/ico-burgo_distribuzione.svg") top no-repeat;
}
#grafici_business .separatore {
  width: 100% !important;
}
#grafici_business .column_value {
  color: #ff7b28;
  font-family: 'EB Garamond', serif !important;
  font-size: 1.5em;
  margin-top: 15px;
}
#grafici_business .column_title {
  font-size: 14px;
  font-family: 'EB Garamond', serif;
  font-weight: bold;
  text-transform: uppercase;
}
#grafici_logistics {
  text-align: center;
  padding: 0;
  margin-top: 30px;
}
#grafici_logistics h2 {
  font-family: 'EB Garamond', serif;
  text-align: left;
  font-weight: 600;
  font-size: 1.5625em;
  margin-top: 2em;
}
#grafici_logistics h2.underline {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
#grafici_logistics .column {
  padding: 95px 40px 2px;
  margin: 20px 0 40px;
  display: inline-block;
  width: 100%;
}
#grafici_logistics .column1 {
  background: url("../images/ico-carico.svg") center top no-repeat;
}
#grafici_logistics .column2 {
  background: url("../images/ico-hubs.svg") center top no-repeat;
}
#grafici_logistics .column3 {
  background: url("../images/ico-mezzi.svg") center top no-repeat;
  min-width: 200px;
}
#grafici_logistics .value {
  color: #ff7b28;
  font-family: 'EB Garamond', serif !important;
  font-size: 3.125em;
  line-height: .8;
  font-weight: 600;
}
#grafici_logistics .unit {
  text-transform: uppercase;
  font-size: .9375em;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.25;
}
#grafici_logistics .dida {
  font-size: .9375em;
  line-height: 1.25;
}
#grafici {
  text-align: center;
  padding: 0;
}
#grafici .column {
  border-left: 1px solid;
  padding: 15px 20px 2px;
  margin: 20px 0;
  min-width: 150px;
}
#grafici .column:last-child {
  padding-right: 0;
}
#grafici .value {
  text-align: left;
  color: #ff7b28;
  font-size: 3.125em;
  font-family: 'EB Garamond', serif !important;
  line-height: .8;
  font-weight: 600;
}
#grafici .unit {
  text-align: left;
  font-size: 1.875em;
  margin-bottom: 20px;
}
#grafici .dida {
  text-align: left;
  font-size: 1.25em;
  line-height: 1;
}
.pie-charts-wrap {
  margin-top: 50px;
}
.pie-charts-wrap .chart-wrap {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.chart-wrap h2 {
  font-family: Arial, Helvetica, sans-serif;
  background: #ddd;
  padding: 15px;
}
.chart-wrap .chart-title {
  font-size: 1.125em;
  margin-bottom: 5px;
}
.chart-wrap .apexcharts-canvas {
  margin: 0 auto 15px;
}
.chart-wrap .apexcharts-legend-marker {
  border-radius: 10px !important;
}
.pie-chart .apexcharts-datalabel-value {
  font-family: 'EB Garamond', serif !important;
  fill: #ff7b28 !important;
  font-size: 40px;
  font-weight: 600;
}
.pie-chart .apexcharts-tooltip {
  white-space: normal;
  max-width: 160px;
}
.pie-chart .apexcharts-tooltip span {
  padding: 5px 10px;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}
.legend-chart-mobile {
  padding: 0 10px;
  max-width: 500px;
  margin: 0 auto 30px;
}
.legend-chart-mobile .apexcharts-legend-series {
  display: inline-block;
  margin: 0 5px;
}
.legend-chart-mobile .apexcharts-legend-text {
  vertical-align: middle;
  display: inline-block;
}
.legend-chart-mobile .apexcharts-legend-marker {
  width: 12px;
  height: 12px;
  border: 0;
  vertical-align: middle;
  display: inline-block;
  margin-right: 4px;
}
.legend-chart-mobile .apexcharts-legend-text {
  font-size: 15px;
}
.bar-chart {
  max-width: 480px;
  margin: 0 auto;
}
#info_vendita_prodotti {
  background-color: #ECECEC;
  background-image: url("../images/bg_info_vendita.jpg");
  background-repeat: no-repeat;
  padding: 55px 30px;
  text-align: left;
  font-family: 'EB Garamond', serif;
  font-size: 2em;
}
#info_vendita_prodotti .info_numero {
  color: #ff7b28;
}
#block-block-11 {
  text-align: center;
  margin: 40px 0;
}
#block-block-11 img {
  margin-bottom: 20px;
}
#block-block-11 blockquote {
  font-size: 1.5em;
  color: #ff7b28;
  font-style: normal;
  font-family: 'EB Garamond', serif;
  line-height: 1.25;
}
@media all and (min-width: 768px) {
  #block-block-11 blockquote {
    font-size: 2em;
  }
}
#block-block-11 blockquote + p img {
  margin-top: 40px;
}
/* ----------------------------------
  NEWSLETTER
------------------------------------- */
#block-block-20,
#block-block-21 {
  padding: 60px 20px;
  background: #EAEBEB;
}
#block-block-20 > *,
#block-block-21 > * {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
#block-block-20 .titolo,
#block-block-21 .titolo {
  font-family: 'EB Garamond', serif;
  margin-bottom: 30px;
  font-size: 1.375em;
}
#block-block-20 .form-wrap,
#block-block-21 .form-wrap {
  margin: 15px 0;
  text-align: left;
}
#block-block-20 .form-wrap label,
#block-block-21 .form-wrap label {
  font-size: 0.875em;
  font-weight: 600;
}
#block-block-20 .form-wrap div,
#block-block-21 .form-wrap div {
  font-size: 0.75em;
}
#block-block-20 .form-wrap input[type="text"],
#block-block-21 .form-wrap input[type="text"] {
  width: 100%;
  padding: 2px 5px;
  font-size: 0.875em;
}
#block-block-20 .form-wrap input[type="checkbox"],
#block-block-21 .form-wrap input[type="checkbox"] {
  margin-right: 10px;
}
@media all and (min-width: 600px) {
  .flexbox #block-block-20 .form-wrap,
  .flexbox #block-block-21 .form-wrap {
    display: flex;
    justify-content: flex-start;
  }
  .flexbox #block-block-20 .form-wrap label,
  .flexbox #block-block-21 .form-wrap label {
    flex-basis: 220px;
    text-align: left;
    flex-shrink: 0;
  }
}
#block-block-20 .form-submit,
#block-block-21 .form-submit {
  margin-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
}
#block-block-20 a,
#block-block-21 a {
  color: #000;
}
/* ----------------------------------
  OVERVIEW
------------------------------------- */
#block-block-7 {
  font-family: 'EB Garamond', serif;
  margin-top: 40px;
  background: #EDF1F9;
  padding: 10% 8%;
}
#block-block-7 h2 {
  font-weight: 400;
  margin-top: 0;
}
#block-block-7 p {
  font-size: 1.875em;
  font-style: italic;
  font-weight: 500;
  line-height: 1.25;
}
#block-views-vista-download-bilanci-block {
  padding-top: 1em;
  background: #feca32;
}
#block-views-vista-download-bilanci-block h2 {
  font-family: 'EB Garamond', serif;
}
#block-views-vista-download-bilanci-block .intro-bilanci,
#block-views-vista-download-bilanci-block h2 {
  padding: 0 60px 0 40px;
}
.wrap-bilanci {
  padding: 20px;
  position: relative;
  text-align: center;
  background: #feca32;
  margin-top: 30px;
  /*
      &:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            background: @second-color;
            width: 100%;
            height: 50%;
            z-index: -1;
      }*/
}
.wrap-bilanci .item_bilancio_wrap {
  padding: 30px 15px;
  background: #fff;
}
.wrap-bilanci .item_bilancio {
  width: 98%;
  margin: 0 auto;
  max-width: 380px;
  min-width: 280px;
  display: block;
}
.wrap-bilanci .thumbBilancio {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.wrap-bilanci .titolo_bilancio {
  margin: 20px 0 5px;
  font-size: 1.25em;
  text-transform: uppercase;
  line-height: 1.25em;
  min-height: 2.25em;
}
.wrap-bilanci .link_bilancio {
  margin: 30px auto;
}
.paragraphRisorse .column1,
.paragraphRisorse .column2,
.paragraphRisorse .column3,
.paragraphRisorse .column4 {
  margin-bottom: 20px;
}
.paragraphRisorse .column2,
.paragraphRisorse .column3,
.paragraphRisorse .column4 {
  width: 160px;
  padding-top: 130px;
  padding-left: 20px;
  padding-right: 20px;
  background: url("../images/ico-dirigenti.jpg") top no-repeat;
  text-align: center;
}
.paragraphRisorse .column2 .dida,
.paragraphRisorse .column3 .dida,
.paragraphRisorse .column4 .dida {
  text-transform: uppercase;
  font-size: .9375em !important;
}
.paragraphRisorse .column2 .dida,
.paragraphRisorse .column3 .dida,
.paragraphRisorse .column4 .dida,
.paragraphRisorse .column2 .value,
.paragraphRisorse .column3 .value,
.paragraphRisorse .column4 .value {
  text-align: center !important;
}
.paragraphRisorse .column2 .dida span,
.paragraphRisorse .column3 .dida span,
.paragraphRisorse .column4 .dida span,
.paragraphRisorse .column2 .value span,
.paragraphRisorse .column3 .value span,
.paragraphRisorse .column4 .value span {
  font-size: .7em;
  margin-left: 3px;
  font-weight: normal;
}
.paragraphRisorse .column3 {
  background-image: url("../images/ico-impiegati.jpg");
}
.paragraphRisorse .column4 {
  background-image: url("../images/ico-operai.jpg");
}
/* ----------------------------------
  GALLERY
------------------------------------- */
.grid-gallery {
  margin: 40px auto;
  overflow-y: hidden;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
  position: relative;
}
.grid-item {
  margin-bottom: 3%;
  float: left;
}
.grid-item a {
  display: block !important;
  border: 0 !important;
  width: 100%;
}
.grid-item a:before {
  display: none !important;
}
.grid-item a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5) url("../images/ico-magnify.svg") center no-repeat;
  background-size: 82px;
  opacity: 0;
  transition: opacity .5s;
}
.grid-item a:focus:after,
.grid-item a:hover:after {
  opacity: 1;
}
.grid-item img {
  margin: 0 !important;
  display: block;
  max-width: 100%;
  width: 100% !important;
}
.gutter-sizer {
  width: 2%;
}
.grid-item,
.grid-sizer {
  width: 49%;
}
@media screen and (min-width: 768px) {
  .grid-item {
    margin-bottom: 1.25%;
  }
  .gutter-sizer {
    width: 1.25%;
  }
  .grid-item,
  .grid-sizer {
    width: 32.5%;
  }
}
.video-singolo {
  position: relative;
  width: 100%;
  margin: 40px auto;
}
.video-singolo + br {
  display: none;
}
.video-singolo .inner_video {
  width: 100%;
  padding-top: 56%;
}
.video-singolo .inner_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-link {
  border: 1px solid #000;
  margin: 40px auto;
  padding: 7px 17px;
}
.box-link a {
  margin-top: 1em;
  border: 1px solid #000 !important;
  font-style: normal !important;
}
.box-link a:focus,
.box-link a:hover {
  color: #000 !important;
  background-color: #ff7b28;
  border: 1px solid #ff7b28 !important;
}
.box-link .box-link-title + a {
  margin-top: 0;
}
.box-link + br {
  display: none;
}
.box-link-image,
.box-link-info {
  margin: 10px auto;
}
.link-singolo .box-link-image {
  background-color: #bfeefe;
}
.doc-singolo .box-link-image {
  background-color: #d7d7d7;
}
.box-link-image img {
  margin: 0 auto !important;
}
.box-link-info {
  text-align: center;
  padding: 0 20px;
  align-self: center;
}
.box-link-info p {
  margin-bottom: 1em;
}
.box-link-title {
  font-family: 'EB Garamond', serif;
  display: block;
  line-height: 1.25;
  font-size: 1.5625em;
  margin-bottom: .75em;
}
.legenda-struttura-1,
.legenda-struttura-2,
.legenda-struttura-3,
.legenda-struttura-4,
.legenda-struttura-5 {
  position: relative;
  margin: 10px 0;
}
.legenda-struttura-1:before,
.legenda-struttura-2:before,
.legenda-struttura-3:before,
.legenda-struttura-4:before,
.legenda-struttura-5:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
}
.legenda-struttura-1:before {
  background-color: #F5CB54;
}
.legenda-struttura-2:before {
  background-color: #6dc1c1;
}
.legenda-struttura-3:before {
  background-color: #0179c5;
}
.legenda-struttura-4:before {
  background-color: #bace51;
}
.legenda-struttura-5:before {
  background-color: #ff7b28;
}
/* ----------------------------------
  MAPPE E STABILIMENTI
------------------------------------- */
#block-views-vista-stabilimenti-lista-block {
  text-align: center;
  padding: 0 20px;
  background: #feca32;
}
#block-views-vista-stabilimenti-lista-block .btn-stabilimenti {
  padding: 30px 0;
}
#block-views-vista-stabilimenti-lista-block .btn-stabilimenti .sel {
  display: none;
}
#block-views-vista-stabilimenti-lista-block .plantWrap {
  padding: 20px 40px;
  margin: 0 auto;
  text-align: left;
}
#block-views-vista-stabilimenti-lista-block .touchWrap {
  min-width: 200px;
  width: 48%;
  display: inline-block;
  text-align: left;
  padding: 20px;
}
#block-views-vista-stabilimenti-lista-block .touchWrap .btn {
  margin-left: 0;
}
#block-views-vista-stabilimenti-mappa-block > h2 {
  font-family: 'EB Garamond', serif;
  text-align: center;
  margin-top: 40px;
}
#blockMapAll {
  position: relative;
  z-index: 1;
}
#blockMapAll:after {
  content: '';
  width: 100%;
  height: 50%;
  background: #feca32;
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  z-index: 0;
}
.plantWrap,
.view-vista-stabilimenti-mappa {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 1;
}
.stabilimento-societa {
  font-family: 'EB Garamond', serif;
  font-size: 2em;
  line-height: 1;
  margin-bottom: 40px;
}
.mapPlantWrapper-info {
  position: relative;
  padding: 30px 0;
}
.mapPlantWrapper-info > div {
  z-index: 1;
}
.mapPlantWrapper-info #mapPlant {
  width: 100%;
  padding-top: 45%;
  position: relative;
  overflow: hidden;
}
.mapPlantWrapper-info .addressWrapper {
  padding: 20px;
  background: #feca32;
}
.mapPlantWrapper-info .addressWrapper a.tel {
  border-bottom: 0;
  font-style: normal;
}
.mapPlantWrapper-info .addressWrapper a.tel:focus,
.mapPlantWrapper-info .addressWrapper a.tel:hover {
  color: #000;
  text-decoration: underline;
}
.mapPlantWrapper-info .addressWrapper a.btn-positive {
  margin-top: 10px;
  margin-left: 0;
  border-color: inherit;
}
.descriptionPlantWrapper table {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  border-spacing: 15px;
  margin-left: -15px;
  border-collapse: separate;
}
.descriptionPlantWrapper table td {
  padding: 12px 10px 8px;
}
.descriptionPlantWrapper table td.label {
  background: #C1DFDF;
  border-top-right-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  padding-left: 20px;
}
.descriptionPlantWrapper table td.label div {
  display: inline;
}
.descriptionPlantWrapper table td.descr {
  border-bottom: 1px solid #9E9E9E;
}
.descriptionPlantWrapper #papermachines {
  border-collapse: collapse;
  margin-left: 0;
}
.descriptionPlantWrapper #papermachines tr:not(.t_head) {
  border-bottom: 1px solid #9E9E9E;
}
.descriptionPlantWrapper #papermachines td.spacer {
  width: 15px;
}
.descriptionPlantWrapper #papermachines td.descr {
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  font-size: 1.25em;
}
.view-certificazioni-per-stabilimento {
  margin-top: 70px;
}
.section-burgo-papers .filtriBtn:after,
.section-burgo-containerboard .filtriBtn:after,
.view-certificates .filtriBtn:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../images/ico-cancella.svg") no-repeat;
  margin-left: 10px;
}
.singleCert {
  margin-top: 50px;
  padding-left: 50px;
  background: url("../images/ico-certificazioni.svg") left 2px no-repeat;
}
.singleCert .tooltipCheck {
  display: inline-block;
}
.singleCert .downloadFile {
  margin-top: 8px;
}
.singleCert .nomeFile {
  font-size: 1.125em;
  line-height: 1.25em;
  font-weight: 600;
}
.singleCert a.btn {
  margin-left: 0;
}
@-webkit-keyframes openInfowindow {
  0% {
    opacity: 0;
    max-height: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    max-height: 500px;
  }
}
.gm-style .gm-style-iw-c {
  background: #ff7b28;
  border-radius: 15px;
  padding: 20px !important;
}
.gm-style .gm-style-iw-t::after {
  box-shadow: none;
  background: #ff7b28;
}
.gm-style .gm-style-iw-d {
  overflow: auto !important;
  scrollbar-color: #000000 #ff7b28 !important;
  background: #ff7b28;
}
.gm-style .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}
.gm-style #wrap-content {
  animation: openInfowindow 1s forwards;
  transition: max-height 0.75s;
  position: relative;
  overflow: hidden;
}
.gm-style #wrap-content h2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 14px;
}
.gm-style #wrap-content p {
  line-height: 1.5em;
}
.gm-style #wrap-content a {
  margin: 10px 0 0;
}
/* ----------------------------------
  ASIDE
------------------------------------- */
.autocomplete-suggestion {
  background: #fff;
  padding: 3px 10px;
  color: #000;
}
.node-type-brand .autocomplete-suggestion {
  background: #ececec;
}
aside.left-sidebar > .block {
  margin-bottom: 20px;
  padding-top: 10px;
  position: relative;
  font-family: 'EB Garamond', serif;
  font-size: 1.125em;
  font-weight: 500;
}
aside.left-sidebar > .block:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 50px;
  background: #000;
}
aside.left-sidebar #block-block-10,
aside.left-sidebar .block-facetapi,
.page-burgo-papers aside.left-sidebar .cerca-sidebar,
.page-burgo-containerboard aside.left-sidebar .cerca-sidebar {
  font-family: 'Source Sans Pro', sans-serif;
  background: #353737;
  padding: 10px 10%;
  color: #fff;
  margin-bottom: 0;
}
aside.left-sidebar #block-block-10:before,
aside.left-sidebar .block-facetapi:before,
.page-burgo-papers aside.left-sidebar .cerca-sidebar:before,
.page-burgo-containerboard aside.left-sidebar .cerca-sidebar:before {
  display: none;
}
aside.left-sidebar .allCategoryWrapper {
  margin-top: 20px;
  margin-bottom: 30px;
  max-width: 260px;
}
aside.left-sidebar .allCategoryWrapper + img {
  width: 140px;
}
aside.left-sidebar .allCategoryWrapper .seeAll {
  position: relative;
  margin-top: 30px;
}
aside.left-sidebar .allCategoryWrapper .seeAll:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
}
aside.left-sidebar .cerca-sidebar input {
  max-width: 220px;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #000;
  padding: 8px 30px 8px 10px;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  background: #ffffff url("../images/ico-cerca-nero.svg") 96% no-repeat;
}
aside.left-sidebar .cerca-sidebar h2 {
  font-size: 1em;
  font-weight: 500;
  margin: 0 0 20px;
}
.page-burgo-papers aside.left-sidebar .cerca-sidebar,
.page-burgo-containerboard aside.left-sidebar .cerca-sidebar {
  padding-top: 120px;
}
.page-burgo-papers aside.left-sidebar .cerca-sidebar h2,
.page-burgo-containerboard aside.left-sidebar .cerca-sidebar h2 {
  display: none;
}
.page-burgo-papers aside.left-sidebar .cerca-sidebar input,
.page-burgo-containerboard aside.left-sidebar .cerca-sidebar input {
  max-width: 100%;
  margin: 0;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 30px 12px 10px;
  background: #353737 url("../images/ico-cerca.svg") 96% no-repeat;
}
.page-burgo-papers aside.left-sidebar .cerca-sidebar input::placeholder,
.page-burgo-containerboard aside.left-sidebar .cerca-sidebar input::placeholder {
  color: #fff;
}
.page-burgo-papers aside.left-sidebar .cerca-sidebar {
  background: #353737 url("../images/logo-burgopapers.svg") 14% 50px no-repeat;
}
.page-burgo-containerboard aside.left-sidebar .cerca-sidebar {
  background: #353737 url("../images/logo-bcb.svg") 14% 40px no-repeat;
}
aside.left-sidebar #block-block-10 {
  padding-top: 25px;
}
aside.left-sidebar .block-facetapi {
  border-bottom: 1px solid #ccc;
}
aside.left-sidebar .block-facetapi li {
  list-style: none;
  padding: 5px 0;
}
aside.left-sidebar .block-facetapi ul {
  padding: 0;
  margin: 0;
}
aside.left-sidebar .block-facetapi h2 {
  margin: 0;
  font-size: 1em;
}
aside.left-sidebar .block-facetapi h2 button {
  font-size: 1em;
  padding: 10px 20px 10px 0;
  background: url("../images/arrow-down.svg") right no-repeat;
  background-size: 16px;
  border: 0;
  width: 100%;
  color: #fff;
  text-align: left;
  outline: 0;
}
aside.left-sidebar .block-facetapi h2 button:focus,
aside.left-sidebar .block-facetapi h2 button:hover {
  text-decoration: underline;
}
aside.left-sidebar .block-facetapi h2 button[aria-expanded="false"] {
  background: url("../images/arrow-right.svg") right no-repeat;
  background-size: 10px;
}
aside.left-sidebar .block-facetapi .item-list[aria-hidden="true"] {
  display: none;
}
aside.left-sidebar .block-facetapi a {
  color: #fff;
  text-decoration: none;
  padding-left: 24px;
  position: relative;
}
aside.left-sidebar .block-facetapi a:before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  border: 1px solid #fff;
  border-radius: 16px;
  margin-right: 8px;
  line-height: 10px;
  font-size: 26px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 4px;
}
aside.left-sidebar .block-facetapi li a:hover:before,
aside.left-sidebar .block-facetapi li.active a:before {
  content: "•";
  font-size: 26px;
  border: 1px solid #ff7b28;
  color: #ff7b28;
  text-align: center;
  line-height: 10px;
}
aside.left-sidebar .addthis_inline_share_toolbox {
  margin-top: 20px;
}
aside.left-sidebar time {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: .8333em;
  font-weight: 600;
}
aside.left-sidebar .tag-singolo {
  margin-top: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: .8333em;
}
aside.left-sidebar .tag-singolo + .tag-singolo {
  margin-top: 0;
}
aside.left-sidebar .tag-singolo:last-child {
  margin-top: 20px;
}
aside.left-sidebar .tag-singolo a {
  margin-left: 0;
}
#search-api-ranges-block-slider-view-form-substance {
  margin: 10px 0;
}
#search-api-ranges-block-slider-view-form-substance .form-item-range-from,
#search-api-ranges-block-slider-view-form-substance .form-item-range-to,
#search-api-ranges-block-slider-view-form-substance .form-submit,
#search-api-ranges-block-slider-view-form-substance .search-api-ranges-text {
  display: none;
}
#search-api-ranges-block-slider-view-form-substance .ui-slider-horizontal {
  height: 1px;
}
#search-api-ranges-block-slider-view-form-substance .ui-widget-content {
  border: 0;
  background: #fff;
}
#search-api-ranges-block-slider-view-form-substance .range-slider-box {
  margin-top: 40px;
  margin-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
#search-api-ranges-block-slider-view-form-substance .range-slider-box:after,
#search-api-ranges-block-slider-view-form-substance .range-slider-box:before {
  content: 'min';
  position: absolute;
  display: block;
  left: 0;
  color: #fff;
  font-size: 14px;
  top: -12px;
}
#search-api-ranges-block-slider-view-form-substance .range-slider-box:after {
  content: 'max';
  left: auto;
  right: 0;
}
#search-api-ranges-block-slider-view-form-substance .ui-slider-horizontal .ui-slider-handle {
  top: -9px;
  width: 18px;
  height: 18px;
  padding: 0 !important;
  border-radius: 18px;
  border: 1px solid #fff;
  background: #353737;
  display: block;
  position: absolute;
  outline: 0;
}
#search-api-ranges-block-slider-view-form-substance .ui-slider-horizontal .ui-slider-handle:before {
  display: none;
}
#search-api-ranges-block-slider-view-form-substance .info-slider-value {
  position: absolute;
  font-size: 12px;
  display: block;
  width: 35px;
  padding: 2px 5px;
  text-align: center;
  top: -35px;
  left: 50%;
  margin-left: -17px;
  border-radius: 4px;
  color: #fff;
  background: #ff7b28;
  border: 1px solid #fff;
}
#search-api-ranges-block-slider-view-form-substance .info-slider-value:empty {
  display: none;
}
#search-api-ranges-block-slider-view-form-substance .info-slider-value:after,
#search-api-ranges-block-slider-view-form-substance .info-slider-value:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#search-api-ranges-block-slider-view-form-substance .info-slider-value:after {
  border-color: rgba(255, 123, 40, 0);
  border-top-color: #ff7b28;
  border-width: 5px;
  margin-left: -5px;
}
#search-api-ranges-block-slider-view-form-substance .info-slider-value:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
#flippy-block li {
  padding: 0;
  display: block;
}
.flippy {
  margin-top: 0;
  width: 100%;
  overflow: hidden;
}
.flippy a:empty,
.flippy li:before {
  display: none !important;
}
.flippy a {
  margin-left: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: .8333em;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  display: block;
  white-space: break-spaces;
  word-break: break-word;
  width: 100%;
}
.flippy a:focus,
.flippy a:hover {
  text-decoration: underline;
}
.node-type-articolo .flippy .prev {
  display: none;
}
/* ----------------------------------
  VISTA STORIE
---------------------------------- */
.page-stories main {
  padding-left: 0;
  padding-right: 0;
}
.page-stories h1 {
  position: absolute;
  top: 130px;
  text-align: center;
  font-family: 'EB Garamond', serif;
  font-weight: lighter;
  width: 100%;
  font-size: 2em;
}
.firstStoryWrapper {
  padding-top: 225px;
  background: #72c1bf;
}
.firstStoryWrapper .content-firstStory {
  max-width: 720px;
  margin: 0 auto 60px;
  padding: 0 20px;
}
.firstStoryWrapper .content-firstStory .title {
  text-align: left;
}
.firstStoryWrapper .content-firstStory .title a {
  text-decoration: none;
  color: #000;
  font-family: 'EB Garamond', serif;
  font-size: 1.25em;
  line-height: 1;
  display: inline;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.5s;
}
.firstStoryWrapper .content-firstStory .title a:focus,
.firstStoryWrapper .content-firstStory .title a:hover {
  border-bottom: 1px solid #000;
}
.firstStoryWrapper .content-firstStory .data {
  font-size: 1.125em;
  font-weight: bold;
}
.firstStoryWrapper .content-firstStory > a {
  display: block;
  overflow: hidden;
  max-width: 540px;
  position: relative;
}
.firstStoryWrapper .content-firstStory > a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid transparent;
  transition: border .5s;
}
.firstStoryWrapper .content-firstStory > a:focus img,
.firstStoryWrapper .content-firstStory > a:hover img {
  transform: scale(1.15);
}
.firstStoryWrapper .content-firstStory > a:focus:after,
.firstStoryWrapper .content-firstStory > a:hover:after {
  border: 10px solid rgba(255, 255, 255, 0.8);
}
.firstStoryWrapper .content-firstStory img {
  transform: scale(1);
  transition: all .5s;
  display: block;
}
.firstStoryWrapper .content-firstStory .title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.firstStoryWrapper .content-firstStory .title a {
  font-size: 1.5em;
}
.firstStoryWrapper .content-firstStory > a {
  max-width: 720px;
}
.firstStoryWrapper a {
  display: block;
}
.firstStoryWrapper img {
  display: block;
}
.yellowRowStory {
  background: #feca32;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.yellowRowStory .title {
  text-align: left;
}
.yellowRowStory .title a {
  text-decoration: none;
  color: #000;
  font-family: 'EB Garamond', serif;
  font-size: 1.25em;
  line-height: 1;
  display: inline;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.5s;
}
.yellowRowStory .title a:focus,
.yellowRowStory .title a:hover {
  border-bottom: 1px solid #000;
}
.yellowRowStory .data {
  font-size: 1.125em;
  font-weight: bold;
}
.yellowRowStory .title {
  min-height: 140px;
  padding: 40px 40px 20px;
}
.yellowRowStory .data {
  padding: 20px;
}
.yellowStoryWrapper {
  background: #fff;
  text-align: center;
  width: 95%;
  margin: 2%;
  display: inline-block;
  max-width: 350px;
  padding-bottom: 30px;
}
.yellowStoryWrapper > a {
  display: block;
  overflow: hidden;
  max-width: 540px;
  position: relative;
}
.yellowStoryWrapper > a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid transparent;
  transition: border .5s;
}
.yellowStoryWrapper > a:focus img,
.yellowStoryWrapper > a:hover img {
  transform: scale(1.15);
}
.yellowStoryWrapper > a:focus:after,
.yellowStoryWrapper > a:hover:after {
  border: 10px solid rgba(255, 255, 255, 0.8);
}
.yellowStoryWrapper img {
  transform: scale(1);
  transition: all .5s;
  display: block;
}
.center-story {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.defStoryWrapper {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
}
.defStoryWrapper.stories-hidden {
  display: none !important;
}
.defStoryWrapper.show-more {
  animation: fadeIn 1s;
}
.defStoryWrapper .title {
  text-align: left;
}
.defStoryWrapper .title a {
  text-decoration: none;
  color: #000;
  font-family: 'EB Garamond', serif;
  font-size: 1.25em;
  line-height: 1;
  display: inline;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.5s;
}
.defStoryWrapper .title a:focus,
.defStoryWrapper .title a:hover {
  border-bottom: 1px solid #000;
}
.defStoryWrapper .data {
  font-size: 1.125em;
  font-weight: bold;
}
.defStoryWrapper > a {
  display: block;
  overflow: hidden;
  max-width: 540px;
  position: relative;
}
.defStoryWrapper > a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid transparent;
  transition: border .5s;
}
.defStoryWrapper > a:focus img,
.defStoryWrapper > a:hover img {
  transform: scale(1.15);
}
.defStoryWrapper > a:focus:after,
.defStoryWrapper > a:hover:after {
  border: 10px solid rgba(255, 255, 255, 0.8);
}
.defStoryWrapper img {
  transform: scale(1);
  transition: all .5s;
  display: block;
}
.defStoryWrapper .title {
  padding: 0;
  min-height: 0;
  margin-top: 20px;
}
.defStoryWrapper .title a {
  font-size: 1.5em;
}
.defStoryWrapper .data {
  padding: 20px 0;
}
#more-stories {
  display: block;
  margin: 20px auto;
  outline: 0;
}
.page-stories-about .facetapi-limit-link {
  display: none !important;
}
.page-stories-about .facetapi-facetapi-links .leaf {
  display: inline-block !important;
}
#block-facetapi-flwgetyoj7atgoi64yibagtwchfojyqr {
  background: #000;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}
#block-facetapi-flwgetyoj7atgoi64yibagtwchfojyqr .titolo,
#block-facetapi-flwgetyoj7atgoi64yibagtwchfojyqr h2 {
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 20px;
}
#block-facetapi-flwgetyoj7atgoi64yibagtwchfojyqr .item-list {
  max-width: 700px;
  margin: 0 auto;
}
#block-facetapi-flwgetyoj7atgoi64yibagtwchfojyqr .facetapi-limit-link {
  text-decoration: none;
  color: #fff;
  margin: 5px;
  display: inline-block;
  padding: 3px 12px;
  border: 1px solid #fff !important;
  border-radius: 20px;
  background-color: transparent;
  transition: all .5s !important;
  font-style: normal !important;
  position: relative;
}
#block-facetapi-flwgetyoj7atgoi64yibagtwchfojyqr .facetapi-limit-link:visited {
  color: #fff !important;
}
#block-facetapi-flwgetyoj7atgoi64yibagtwchfojyqr .facetapi-limit-link:focus,
#block-facetapi-flwgetyoj7atgoi64yibagtwchfojyqr .facetapi-limit-link:hover {
  color: #000 !important;
  background-color: #fff !important;
}
#block-facetapi-flwgetyoj7atgoi64yibagtwchfojyqr .facetapi-facetapi-links .leaf {
  display: inline-block;
}
#block-facetapi-flwgetyoj7atgoi64yibagtwchfojyqr .facetapi-facetapi-links a {
  text-decoration: none;
  color: #fff;
  margin: 5px;
  display: inline-block;
  padding: 3px 12px;
  border: 1px solid #fff !important;
  border-radius: 20px;
  background-color: transparent;
  transition: all .5s !important;
  font-style: normal !important;
  position: relative;
}
#block-facetapi-flwgetyoj7atgoi64yibagtwchfojyqr .facetapi-facetapi-links a:visited {
  color: #fff !important;
}
#block-facetapi-flwgetyoj7atgoi64yibagtwchfojyqr .facetapi-facetapi-links a:focus,
#block-facetapi-flwgetyoj7atgoi64yibagtwchfojyqr .facetapi-facetapi-links a:hover {
  color: #000 !important;
  background-color: #fff !important;
}
#block-facetapi-flwgetyoj7atgoi64yibagtwchfojyqr .facetapi-facetapi-links a.facetapi-active:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../images/ico-cancella-white.svg") no-repeat;
  margin-left: 10px;
}
#block-facetapi-flwgetyoj7atgoi64yibagtwchfojyqr .facetapi-facetapi-links a.facetapi-active:focus:after,
#block-facetapi-flwgetyoj7atgoi64yibagtwchfojyqr .facetapi-facetapi-links a.facetapi-active:hover:after {
  background: url("../images/ico-cancella.svg") no-repeat;
}
#facetapi-facet-search-apibrand-block-field-certificates-brand .item-list {
  display: none;
}
@media all and (min-width: 900px) {
  .page-stories h1 {
    font-size: 3.75em;
  }
  .defStoryWrapper {
    max-width: 1200px;
  }
  .flexbox .firstStoryWrapper {
    padding-top: 265px;
  }
  .flexbox .firstStoryWrapper .content-firstStory {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .flexbox .firstStoryWrapper .content-firstStory .info {
    padding-left: 4%;
    padding-right: 2%;
    flex-basis: 35%;
  }
  .flexbox .firstStoryWrapper .content-firstStory .title {
    margin-top: 0;
  }
  .flexbox .firstStoryWrapper .content-firstStory .title a {
    font-size: 3vw;
    line-height: 1.25em;
  }
  .flexbox .firstStoryWrapper .content-firstStory > a {
    flex-basis: 65%;
  }
  .flexbox .defStoryWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .flexbox .defStoryWrapper > * {
    flex-basis: 50%;
  }
  .flexbox .defStoryWrapper .info {
    padding-left: 5%;
    padding-top: 0;
  }
  .flexbox .defStoryWrapper .info .title {
    min-height: 100px;
  }
  .flexbox .center-story {
    display: flex;
    justify-content: space-between;
  }
  .flexbox .center-story.two-stories {
    justify-content: center;
    justify-content: space-evenly;
  }
  .flexbox .yellowStoryWrapper {
    margin-right: 0;
    margin-left: 0;
  }
  .flexbox .yellowStoryWrapper + .yellowStoryWrapper {
    margin-left: 10px;
  }
}
@media all and (min-width: 1220px) {
  .flexbox .firstStoryWrapper .content-firstStory .title a {
    font-size: 2.25em;
  }
}
/* ----------------------------------
  PRODUCT SELECTOR
---------------------------------- */
.categoriaWrap,
.wrapperBrand,
.firstBlockBrandWrapper {
  border: 1px solid #ccc;
  padding: 18px 18px 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
.categoriaWrap .name {
  text-align: center;
  text-transform: uppercase;
  padding: 50px 15px;
  font-size: 1.875em;
  font-family: 'EB Garamond', serif;
  margin-bottom: 30px;
  line-height: 1.25;
}
@media all and (min-width: 768px) and (max-width: 900px) {
  .categoriaWrap .name {
    font-size: 3vw;
  }
}
@media all and (min-width: 901px) and (max-width: 1300px) {
  .categoriaWrap .name {
    font-size: 2.1vw;
  }
}
.categoriaWrap .description {
  margin: 5% auto;
  padding: 0 5%;
  font-size: 1.125em;
  text-align: left;
}
.categoriaWrap .filter,
.categoriaWrap .grade {
  margin: 14px auto;
}
.categoriaWrap .info {
  font-size: .875em;
}
.categoriaWrap .grade a {
  color: #000;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #ff7b28;
  font-style: italic;
}
.categoriaWrap .grade a:focus,
.categoriaWrap .grade a:hover {
  color: #ff7b28;
}
.categoriaWrap.fine-papers .name {
  background: #a3cae6;
}
.categoriaWrap.publication-papers .name {
  background: #feb086;
}
.categoriaWrap.inkjet--laser-papers .name {
  background: #aadad9;
}
.categoriaWrap.thin-papers .name {
  background: #fddf8e;
}
.categoriaWrap.recycled-papers .name {
  background: #d5e29b;
}
.categoriaWrap.office-papers .name {
  background: #f5b6b7;
}
.categoriaWrap.bcb-white .name {
  border: 1px solid #ccc;
}
.categoriaWrap.bcb-liner .name {
  background: #ffc252;
}
.categoriaWrap.bcb-medium .name {
  background: #ffe566;
}
.categoriaWrap.bcb-aqua .name {
  background: #66d0de;
}
.firstBlockBrandWrapper ~ h3 {
  font-family: 'EB Garamond', serif;
  margin-top: 60px;
  text-transform: none !important;
  font-size: 1.5em !important;
}
.firstBlockBrandWrapper + .body {
  margin-top: 3.5em;
}
.firstBlockBrandWrapper + .body h2,
.firstBlockBrandWrapper + .body h3 {
  font-family: 'EB Garamond', serif;
  font-size: 1.5em !important;
}
.firstBlockBrandWrapper + .body img {
  margin-top: 2.25em;
  margin-bottom: 2.25em;
}
.firstBlockBrandWrapper + .body .divider,
.firstBlockBrandWrapper + .body hr {
  margin: 2.5em 0 2.25em;
  border-top: 1px solid #333;
}
.node-brand .firstBlockBrandWrapper {
  max-width: 543px;
}
.firstBlockBrandWrapper .claim {
  font-size: 1.5em;
  font-family: 'EB Garamond', serif;
  text-align: left;
  line-height: 1.125em;
  padding: 8px 10px;
  margin-bottom: 20px;
}
.firstBlockBrandWrapper .description {
  text-align: left;
  width: 95%;
  margin: 0 auto;
}
.firstBlockBrandWrapper .certs img {
  display: inline-block;
  vertical-align: top;
  margin: 10px 8px;
}
.firstBlockBrandWrapper.fine-papers .claim {
  background: #bad7ec;
}
.firstBlockBrandWrapper.publication-papers .claim {
  background: #feb086;
}
.firstBlockBrandWrapper.inkjet--laser-papers .claim {
  background: #aadad9;
}
.firstBlockBrandWrapper.thin-papers .claim {
  background: #fddf8e;
}
.firstBlockBrandWrapper.recycled-papers .claim {
  background: #d5e29b;
}
.firstBlockBrandWrapper.office-papers .claim {
  background: #f5b6b7;
}
.firstBlockBrandWrapper.bcb-white .claim {
  border: 1px solid #ccc;
}
.firstBlockBrandWrapper.bcb-liner .claim {
  background: #ffc252;
}
.firstBlockBrandWrapper.bcb-medium .claim {
  background: #ffe566;
}
.firstBlockBrandWrapper.bcb-aqua .claim {
  background: #66d0de;
}
.wrapperHeadBrand {
  padding: 30px;
  margin-bottom: 30px;
  text-align: left;
}
.wrapperHeadBrand.fine-papers {
  background: #bad7ec;
}
.wrapperHeadBrand.publication-papers {
  background: #feb086;
}
.wrapperHeadBrand.inkjet--laser-papers {
  background: #aadad9;
}
.wrapperHeadBrand.thin-papers {
  background: #fddf8e;
}
.wrapperHeadBrand.recycled-papers {
  background: #d5e29b;
}
.wrapperHeadBrand.office-papers {
  background: #f5b6b7;
}
.wrapperHeadBrand.bcb-white {
  border: 1px solid #ccc;
}
.wrapperHeadBrand.bcb-liner {
  background: #ffc252;
}
.wrapperHeadBrand.bcb-medium {
  background: #ffe566;
}
.wrapperHeadBrand.bcb-aqua {
  background: #66d0de;
}
.wrapperHeadBrand .claimBrand {
  min-height: 50px;
}
.wrapperHeadBrand .nameBrand {
  font-family: 'EB Garamond', serif;
  font-size: 1.25em;
  text-transform: uppercase;
}
.finishBrand,
.printingMethodsBrand,
.substanceBrand {
  max-width: 80%;
  margin: 0 auto;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.substanceBrand {
  margin-bottom: 40px;
}
.node-brand .dataSheets,
.node-brand .contactUs,
.node-brand #block-block-18 {
  background: #ff7b28 url(../images/ico-schede-tecniche.svg) center 30px no-repeat;
  width: 100%;
  padding: 110px 10% 50px;
  text-align: center;
  margin-bottom: 20px;
}
.node-brand .dataSheets h3,
.node-brand .contactUs h3,
.node-brand #block-block-18 h3 {
  font-family: 'EB Garamond', serif;
  font-size: 1.5em;
}
.node-brand .dataSheets .btn,
.node-brand .contactUs .btn,
.node-brand #block-block-18 .btn {
  vertical-align: baseline;
}
.node-brand .dataSheets .btn:hover,
.node-brand .contactUs .btn:hover,
.node-brand #block-block-18 .btn:hover,
.node-brand .dataSheets .btn:focus,
.node-brand .contactUs .btn:focus,
.node-brand #block-block-18 .btn:focus {
  background-color: #fff !important;
  border: 1px solid #fff !important;
}
.node-brand #block-block-18 {
  background-image: url(../images/ico-profili_ICC.svg);
}
.node-brand #block-block-18 h2 {
  font-family: 'EB Garamond', serif;
  font-size: 1.5em;
}
.node-brand #block-block-18 a {
  vertical-align: baseline;
}
.node-brand #block-block-18 a:hover,
.node-brand #block-block-18 a:focus {
  background-color: #fff !important;
  border: 1px solid #fff !important;
}
.node-brand .contactUs {
  background-image: url(../images/ico-info-sales.svg);
}
.node-brand table {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  border-spacing: 15px;
  margin-left: -15px;
  border-collapse: separate;
}
.node-brand table td {
  padding: 12px 10px 8px;
}
.node-brand table td.label {
  background: #C1DFDF;
  border-top-right-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  padding-left: 20px;
  width: 35%;
  min-width: 130px;
  line-height: 1.25;
}
.node-brand table td.label div {
  display: inline;
}
.node-brand table td.descr {
  border-bottom: 1px solid #9E9E9E;
}
/* ----------------------------------
  CONTATTI
---------------------------------- */
.tipCommTab,
.tipSocioTab {
  margin: 30px 0 10px;
  font-family: 'EB Garamond', serif;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  font-size: 1.5em;
}
.regioneTab {
  display: inline-block;
  color: #fff;
  padding: 3px 14px;
  background: #ff7b28;
  margin-bottom: 6px;
  margin-top: 50px;
  font-size: .875em;
}
.regioneTab + .regioneWrap .tipCommTab,
.regioneTab + .regioneWrap .tipSocioTab {
  margin-top: 2px;
}
.contacts-tabpanel {
  outline: 0;
  margin-top: 40px;
}
.contact-btn {
  width: 24.5%;
  display: inline-block;
  text-align: center;
  min-width: 190px;
  border: 0;
  background: #E9EAEA;
  font-size: 1.125em;
  padding: 12px 8px;
  margin-bottom: 4px;
  outline: 0;
}
.contact-btn[aria-selected="true"] {
  background: #000;
  color: #fff;
}
.touchWrap {
  margin-top: 20px;
  margin-bottom: 20px;
}
.touchWrap .titolo {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.125em;
}
.touchWrap .testo a {
  display: block;
  color: #000;
  text-decoration: none;
}
.touchWrap .testo p a {
  display: inline-block;
  vertical-align: middle;
}
.touchWrap .btn {
  margin-top: 20px;
  margin-left: 0;
}
/* ----------------------------------
  MEDIA CENTER
------------------------------------- */
.raccoltaWrapper:first-child {
  margin-top: 0;
}
.raccoltaWrapper + .raccoltaWrapper {
  margin-top: 2em;
}
.raccoltaWrapper .accordion__trigger[aria-expanded="false"]:focus {
  font-weight: 500;
}
.raccoltaWrapper .raccoltaTitle {
  font-family: 'EB Garamond', serif;
  font-size: 1.5625em;
}
.raccoltaWrapper .raccoltaTitle button {
  padding-left: 10px;
}
.raccoltaWrapper .assetWrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.raccoltaWrapper .assetWrapper + .assetWrapper {
  margin-top: 40px;
}
.view-vista-archivio-bilanci .raccoltaWrapper .assetWrapper + .assetWrapper {
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
.raccoltaWrapper .assetWrapper .thumbAsset img {
  display: block;
  transform: scale(1);
  transform-origin: center;
  transition: all .5s;
  margin: 0 auto;
}
.raccoltaWrapper .assetWrapper .thumbAsset a {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 360px;
  overflow: hidden;
  position: relative;
}
.view-vista-archivio-bilanci .raccoltaWrapper .assetWrapper .thumbAsset a {
  max-width: 220px;
}
.raccoltaWrapper .assetWrapper .thumbAsset a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid transparent;
  transition: border .5s;
}
.raccoltaWrapper .assetWrapper .thumbAsset a:hover:after,
.raccoltaWrapper .assetWrapper .thumbAsset a:focus:after {
  border: 10px solid rgba(0, 0, 0, 0.5);
}
.raccoltaWrapper .assetWrapper .infoWrapper {
  margin: 10px 0;
}
.raccoltaWrapper .assetWrapper .infoWrapper > * {
  margin: 4px 0;
}
.raccoltaWrapper .assetWrapper .nomeAsset {
  font-family: 'EB Garamond', serif;
  font-size: 1.5625em;
  line-height: 1.25;
}
.view-vista-archivio-bilanci .raccoltaWrapper .assetWrapper .nomeAsset {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.25em;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
.raccoltaWrapper .assetWrapper .nomeAsset a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid transparent;
  transition: border .5s;
  line-height: 1;
}
.raccoltaWrapper .assetWrapper .nomeAsset a:hover,
.raccoltaWrapper .assetWrapper .nomeAsset a:focus {
  border-bottom: 1px solid #000;
}
.raccoltaWrapper .assetWrapper .copyrightAsset,
.raccoltaWrapper .assetWrapper .filesizeAsset {
  font-size: 1.125em;
}
@media all and (min-width: 700px) {
  .raccoltaWrapper .assetWrapper {
    text-align: left;
    display: flex;
    align-items: center;
  }
  .raccoltaWrapper .assetWrapper .thumbAsset {
    padding-right: 7%;
  }
  .raccoltaWrapper .assetWrapper .thumbAsset,
  .raccoltaWrapper .assetWrapper .infoWrapper {
    max-width: 420px;
    flex: 0 1 50%;
  }
  .view-vista-archivio-bilanci .raccoltaWrapper .assetWrapper .thumbAsset {
    flex-basis: 20%;
  }
  .view-vista-archivio-bilanci .raccoltaWrapper .assetWrapper .infoWrapper {
    flex-basis: 80%;
    max-width: none;
  }
}
.view-comunicati-stampa .raccoltaWrapper .assetWrapper .nomeAsset {
  margin-bottom: 4%;
}
#block-views-press-contact-touch-point-block h2 {
  font-family: 'EB Garamond', serif;
  border-bottom: 1px solid;
  font-weight: 400;
  padding-bottom: 3px;
}
/* ----------------------------------
  FOOTER
------------------------------------- */
.region-bottom,
.region-footer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
.region-bottom a,
.region-footer a {
  text-decoration: none;
  color: #000000;
}
.region-bottom .left a,
.region-footer .left a,
.region-bottom .right a,
.region-footer .right a {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  transition: border-bottom 0.5s;
}
.region-bottom .left a:focus,
.region-footer .left a:focus,
.region-bottom .right a:focus,
.region-footer .right a:focus,
.region-bottom .left a:hover,
.region-footer .left a:hover,
.region-bottom .right a:hover,
.region-footer .right a:hover {
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.region-bottom .block,
.region-footer .block {
  display: block;
  margin: 10px;
}
.region-footer {
  font-size: .9375em;
}
.region-footer a {
  margin: 10px 15px;
}
.region-footer .logo_footer {
  margin: 25px auto;
}
.region-bottom {
  font-size: .8125em;
  position: relative;
  padding-top: 30px;
}
.region-bottom::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #000;
}
#block-block-5 {
  margin-top: 25px;
}
.ico-social {
  display: inline-block;
  margin: 5px;
  width: 36px;
  height: 36px;
  line-height: 100%;
  text-indent: 120%;
  overflow: hidden;
}
.ico-social.ico-facebook {
  background: url("../images/ico-facebook.svg") no-repeat;
}
.ico-social.ico-instagram {
  background: url("../images/ico-instagram.svg") no-repeat;
}
.ico-social.ico-linkedin {
  background: url("../images/ico-linkedin.svg") no-repeat;
}
.ico-social.ico-youtube {
  background: url("../images/ico-youtube.svg") no-repeat;
}
.ico-social.ico-twitter {
  background: url("../images/ico-twitter.svg") no-repeat;
}
.messages--error ul {
  list-style-position: inside;
}
/* ----------------------------------
  PAGINA QUICKLINKS - LANDING INSTAGRAM
------------------------------------- */
.page-node-493 header.header.sticky {
  position: relative !important;
  background: transparent !important;
}
.page-node-493 .main-content .layout {
  display: block !important;
}
.page-node-493 .header__logo {
  position: relative;
  display: block;
  text-align: center;
  float: none;
  left: auto;
  margin: 30px 0 0;
}
.page-node-493 article.node-page {
  text-align: center;
  max-width: 100%;
}
.page-node-493 article.node-page a {
  display: block;
  margin: 23px auto;
  border-radius: 25px;
  padding: 10px 30px;
  font-size: 1.25em;
  line-height: 1.25;
  width: 100%;
  max-width: 500px;
  border: 1px solid #003056;
  background: #003056;
  color: #fff;
  text-decoration: none;
  transition: all .5s;
  font-style: normal;
  text-align: center;
}
.page-node-493 article.node-page a:hover,
.page-node-493 article.node-page a:focus {
  background: #fff;
  color: #003056;
}
.page-node-493 #block-block-5 {
  text-align: center;
  margin: 40px 0;
}
.page-node-493 .ico-social.ico-facebook {
  background: url(../images/ico-facebook-blue.svg) no-repeat;
}
.page-node-493 .ico-social.ico-instagram {
  background: url(../images/ico-instagram-blue.svg) no-repeat;
}
.page-node-493 .ico-social.ico-linkedin {
  background: url(../images/ico-linkedin-blue.svg) no-repeat;
}
.page-node-493 .ico-social.ico-twitter {
  background: url(../images/ico-twitter-blue.svg) no-repeat;
}
.page-node-493 .ico-social.ico-youtube {
  background: url(../images/ico-youtube-blue.svg) no-repeat;
}
/* ----------------------------------
  MEDIA QUERIES
------------------------------------- */
@media all and (max-width: 380px) {
  .wrapperBrand .btn {
    max-width: 400px;
    display: block;
    margin: 5px auto;
  }
  .region-footer a {
    display: block;
  }
}
@media all and (max-width: 550px) {
  /*.pie-chart .apexcharts-datalabels-group {
        display: none;
  }
      .pie-charts-wrap {
            .apexcharts-datalabels-group {
                  display: none;
            }
      }*/
  .pie-chart .apexcharts-datalabel-value {
    font-size: 31px;
  }
  .legend-chart-mobile {
    display: block;
  }
  #block-views-vista-stabilimenti-lista-block .plantWrap {
    padding: 0;
  }
  #block-views-vista-stabilimenti-lista-block .touchWrap {
    width: 100%;
    padding: 0 20px;
    margin-top: 0;
  }
  .node-brand .dataSheets .btn,
  .node-brand .contactUs .btn {
    display: block;
    max-width: 200px;
    margin: 5px auto;
  }
  .singleCert .downloadFile {
    text-align: center;
    width: 100%;
    max-width: 200px;
  }
  .singleCert .downloadFile .btn {
    display: block !important;
    width: 100%;
    margin: 10px 0;
  }
}
@media all and (min-width: 550px) {
  article.node > p,
  article.node .body p,
  article.node .summary,
  .view-vista-annunci-posizioni-aperte p,
  .accordion__panel,
  .view-aree-business .view-header p {
    text-align: justify;
  }
  .chart-wrap .apexcharts-canvas {
    margin: 15px auto;
  }
  .pie-charts-wrap .chart-wrap {
    width: 350px;
    margin: 20px 2%;
  }
  .pie-charts-wrap .chart-wrap .apexcharts-canvas {
    transform: translateX(-50%);
    left: 50%;
  }
  .pie-chart .apexcharts-legend-series {
    justify-content: center;
  }
  .pie-chart .apexcharts-legend.position-bottom.apexcharts-align-center {
    left: 50% !important;
    margin-left: -175px;
    width: 350px;
  }
  .box-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box-link img {
    margin: auto;
  }
  .box-link-image,
  .box-link-info {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    flex: 1 0 50%;
    margin: 10px auto;
  }
  .box-link-image {
    order: 2;
    display: flex;
    align-self: start;
  }
  .box-link-image img {
    margin: auto;
  }
}
@media all and (max-width: 899px) {
  .flexbox.flexwrap .page-certificates aside.left-sidebar {
    order: 1;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0px;
    position: relative;
  }
  .flexbox.flexwrap .page-certificates aside.left-sidebar #block-block-10:after {
    top: 15px;
    content: '';
    background: url(../images/minus-white.svg);
    background-size: 20px;
    height: 20px;
    position: absolute;
    right: 18px;
    width: 20px;
  }
  .flexbox.flexwrap .page-certificates aside.left-sidebar .block {
    padding: 10px 20px !important;
  }
  .flexbox.flexwrap .page-certificates aside.left-sidebar.open-filtri {
    max-height: 47px;
    overflow: hidden;
  }
  .flexbox.flexwrap .page-certificates aside.left-sidebar.open-filtri #block-block-10:after {
    top: 12px;
    content: '';
    background: url(../images/plus-white.svg);
    background-size: 20px;
  }
  .flexbox.flexwrap .page-certificates .main-content .layout {
    display: flex;
    max-width: 1280px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }
  .flexbox.flexwrap .page-certificates main.right-content {
    order: 2;
    padding: 0;
  }
}
@media all and (min-width: 768px) {
  .box-home-title {
    font-size: 1.875em;
  }
  article.node h1,
  main header h1 {
    font-size: 2.6875em;
    text-transform: uppercase;
    font-weight: normal;
  }
  #info_vendita_prodotti {
    background-image: url("../images/arrow_info_vendita.png"), url("../images/bg_info_vendita.jpg");
    background-size: auto, cover;
    background-position: bottom left, 0 0;
    background-repeat: no-repeat;
    padding: 55px 20px 55px 340px;
  }
  #grafici .wrap,
  #grafici_business .wrap,
  #grafici_logistics .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #grafici_business .wrap {
    padding-left: 40px;
  }
  #grafici_business .wrap + .wrap:before {
    background: url("../images/divisore-freccia.svg") center no-repeat;
  }
  #grafici_business .wrap label {
    position: absolute;
    transform-origin: left;
    transform: rotate(-90deg) translate(-50%, -100%);
    left: 35px;
    bottom: 50%;
  }
  #grafici_business .wrap_input label {
    bottom: 70px;
  }
  #grafici_business .wrap_output label {
    top: 90px;
    bottom: auto;
  }
  #grafici_business .wrap_infrastrutture {
    justify-content: space-around;
  }
  #grafici_business .column {
    width: 30%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #grafici_business .wrap_input .column {
    width: 130px;
  }
  #grafici_business .distribuzione {
    width: 150px;
  }
  #grafici_business .factor,
  #grafici_business .stabilimento {
    width: 122px;
  }
  #grafici_business .stabilimenti {
    width: 223px !important;
  }
  #grafici_logistics .column {
    width: auto;
    min-width: 150px;
    max-width: 240px;
    padding: 95px 10px 2px;
  }
  .box-stories {
    width: 32%;
    max-width: 400px;
  }
  .two-column {
    column-count: 2;
    column-gap: 40px;
  }
  #block-block-7 {
    padding: 16% 8%;
    background: #edf1f9 url("../images/bg-vision.jpg") no-repeat;
    background-size: cover;
  }
  #block-block-7 p {
    max-width: 48%;
  }
  .mapPlantWrapper-info {
    display: flex;
    align-items: center;
  }
  .mapPlantWrapper-info:after {
    content: '';
    display: block;
    height: 100%;
    width: 50vw;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    background: #feca32;
  }
  .mapPlantWrapper-info .addressWrapper {
    padding: 0 0 0 30px;
    width: 280px;
  }
  .view-touch-point .touchWrap,
  .view-touch-point-stabilimenti .touchWrap {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    padding: 0 50px 20px 0;
    margin-bottom: 0;
  }
  .flexwrap .view-burgopaper .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flexwrap .view-burgopaper .view-content > * {
    width: 48%;
  }
  .section-careers .webform-component,
  .section-download .webform-component {
    max-width: 560px;
  }
  .section-careers .webform-component > *,
  .section-download .webform-component > * {
    float: left;
  }
  .section-careers .webform-component > label,
  .section-download .webform-component > label {
    padding-right: 10px;
    width: 40%;
  }
  .section-careers .webform-component > label + *,
  .section-download .webform-component > label + * {
    width: 60% !important;
  }
}
@media all and (min-width: 850px) {
  .padding-TB {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .box-home-title .big {
    font-size: 2em;
  }
}
@media all and (min-width: 900px) {
  .main-content .layout {
    position: relative;
  }
  .flexbox .not-front .main-content .layout {
    display: flex;
    max-width: 1280px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }
  .flexbox .not-front .main-content ul.tabs {
    width: 100%;
  }
  .flexbox .left-sidebar {
    order: 1;
    width: 30%;
    padding-right: 4%;
    padding-left: 0;
    margin-top: 200px;
  }
  .flexbox .page-certificates .left-sidebar {
    margin-top: 185px;
  }
  .flexbox .section-user .left-sidebar {
    margin-top: 140px;
  }
  .flexbox .page-burgo-papers main header h1,
  .flexbox .page-burgo-containerboard main header h1 {
    text-transform: uppercase;
  }
  .flexbox .page-burgo-papers .left-sidebar,
  .flexbox .page-burgo-containerboard .left-sidebar {
    margin-top: 72px;
  }
  .flexbox article.right-content,
  .flexbox main.right-content {
    width: 70%;
    order: 2;
    padding-right: 0;
    padding-left: 0;
  }
  .node-type-stabilimento article.node h1 {
    min-height: 0;
  }
  .node-type-stabilimento article.node h1 + .stabilimento-societa {
    margin-bottom: 80px;
    display: block;
  }
  #block-views-vista-download-bilanci-block {
    background: transparent;
    padding-top: 0;
  }
  #block-views-vista-download-bilanci-block .intro-bilanci,
  #block-views-vista-download-bilanci-block h2 {
    width: 70%;
    margin-left: 30%;
    padding-right: 4%;
    padding-left: 0;
  }
  .wrap-bilanci {
    background: transparent;
    margin-top: 10px;
  }
  .wrap-bilanci .item_bilancio {
    width: 50%;
    display: inline-block;
    margin: 0 2%;
  }
  .wrap-bilanci .titolo_bilancio {
    min-height: 2.5em;
  }
  .wrap-bilanci .testo_bilancio {
    min-height: 3.5em;
  }
  .wrap-bilanci:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #feca32;
    width: 100%;
    height: 50%;
    z-index: -1;
  }
  .view-aree-business:after {
    height: 775px;
  }
  .mapPlantWrapper-info:after {
    left: calc((100vw * 70 / 100) / 2);
  }
  .region-footer .logo_footer {
    margin: 5px auto;
  }
  .region-footer .block {
    display: inline-block;
    vertical-align: middle;
  }
  .region-footer .block.left {
    text-align: right;
  }
}
@media all and (min-width: 1150px) {
  .region-footer .logo_footer {
    width: 380px;
  }
}
@media all and (min-width: 1280px) {
  #block-views-vista-download-bilanci-block .intro-bilanci,
  #block-views-vista-download-bilanci-block h2 {
    max-width: 820px;
    width: calc(100vw * 70 / 100 );
    margin-left: calc((1280px * 30 / 100) + ( (100vw - 1280px) / 2 ));
  }
  .mapPlantWrapper-info:after {
    left: 434px;
  }
}
