@charset "UTF-8";
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("../fonts/fontastic/styles.css");
@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/museo/museosans_700-webfont.woff2") format("woff2"), url("../fonts/museo/museosans_700-webfont.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/museo/museosans_900-webfont.woff2") format("woff2"), url("../fonts/museo/museosans_900-webfont.woff") format("woff");
  font-weight: 900;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans';
  src: url("../fonts/museo/museosans_500-webfont.woff2") format("woff2"), url("../fonts/museo/museosans_500-webfont.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }

.primary-bg {
  background-color: #ff9966; }

.seconday-bg {
  background-color: #778f8d; }

.tertiary-bg {
  background-color: #ba9e40; }

.red-bg {
  background-color: #ab323b; }

.txt-primary {
  color: #ff9966 !important; }

.txt-secondary {
  color: #778f8d !important; }

.txt-tertiary {
  color: #ba9e40 !important; }

.txt-red {
  color: #ab323b !important; }

#wp-admin-bar-my-account {
  display: none !important; }

/* HEADER */
.admin-bar {
  /*nav,
	.nav-placeholder,
	header.main-header {
		top: 32px;	
	}*/ }
  @media only screen and (min-width: 992px) {
    .admin-bar nav + header.main-header {
      top: 77px; } }

nav + header.main-header {
  border-bottom: 1px solid #D8D8D8; }
  @media only screen and (min-width: 992px) {
    nav + header.main-header {
      top: 45px; } }

.nav-placeholder {
  min-height: 45px; }
  @media only screen and (max-width: 992px) {
    .nav-placeholder {
      display: none; } }

.header-placeholder {
  min-height: 70px; }
  @media only screen and (max-width: 992px) {
    body:not(.post-template-default) .header-placeholder {
      display: none; } }

.video-container {
  position: relative;
  max-width: 100%;
  /* &:after {
    	content: '';
    	display: block;
    	padding-top: 56.25%;
    } */ }
  .video-container iframe,
  .video-container object,
  .video-container embed,
  .video-container .fb-video,
  .video-container span {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important; }

.mobile-menu-icon {
  background-color: #FFF;
  width: 44px;
  height: 44px;
  position: fixed;
  border-radius: 50%;
  overflow: hidden;
  top: 0;
  right: 0;
  padding: 15px;
  margin: 6px;
  z-index: 152; }
  @media only screen and (min-width: 992px) {
    .mobile-menu-icon {
      display: none; } }
  .mobile-menu-icon .line {
    background-color: #212529;
    width: 60%;
    height: 2px;
    border-radius: 1px; }
  body.main-menu-opened .mobile-menu-icon .open {
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(180deg);
    -ms-transform: scale(0.5) rotate(180deg);
    transform: scale(0.5) rotate(180deg); }
  body.main-menu-opened .mobile-menu-icon .close {
    opacity: 1;
    -webkit-transform: scale(1) rotate(180deg);
    -ms-transform: scale(1) rotate(180deg);
    transform: scale(1) rotate(180deg); }
  .mobile-menu-icon .open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition: all 0.5s cubic-bezier(0.25, 1.01, 0.47, 0.99);
    -o-transition: all 0.5s cubic-bezier(0.25, 1.01, 0.47, 0.99);
    transition: all 0.5s cubic-bezier(0.25, 1.01, 0.47, 0.99); }
    .mobile-menu-icon .open .line {
      margin: 2px 0; }
    .mobile-menu-icon .open .line:nth-child(1) {
      top: 0; }
    .mobile-menu-icon .open .line:nth-child(2) {
      top: 10px; }
    .mobile-menu-icon .open .line:nth-child(3) {
      top: 20px; }
  .mobile-menu-icon .close {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(0deg);
    -ms-transform: scale(0.5) rotate(0deg);
    transform: scale(0.5) rotate(0deg);
    -webkit-transition: all 0.5s cubic-bezier(0.25, 1.01, 0.47, 0.99);
    -o-transition: all 0.5s cubic-bezier(0.25, 1.01, 0.47, 0.99);
    transition: all 0.5s cubic-bezier(0.25, 1.01, 0.47, 0.99); }
    .mobile-menu-icon .close .line {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
    .mobile-menu-icon .close .line:nth-child(1) {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .mobile-menu-icon .close .line:nth-child(2) {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }

#carousel .pane h2:after,
#searchBox .close,
#searchform div:before {
  font-family: Fontello; }

/* checkout countdown */
.checkout-countdown-bar {
  font-family: 'Museo Sans', sans-serif !important;
  line-height: 1em;
  padding: 10px 0 !important; }
  @media screen and (max-width: 320px) {
    .checkout-countdown-bar {
      font-size: 0.8em; } }

nav {
  background-color: #222;
  z-index: 1000;
  padding: 0;
  color: #FFF;
  width: 100%;
  height: 45px;
  font-size: 1.2rem;
  position: fixed;
  z-index: 151; }
  @media only screen and (max-width: 992px) {
    nav {
      background-color: #FFF;
      width: 100vw;
      height: 100vh;
      padding: 40px 0 180px;
      top: 0;
      overflow: auto;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: all 0.5s cubic-bezier(0.25, 1.01, 0.47, 0.99);
      -o-transition: all 0.5s cubic-bezier(0.25, 1.01, 0.47, 0.99);
      transition: all 0.5s cubic-bezier(0.25, 1.01, 0.47, 0.99);
      -webkit-overflow-scrolling: touch; }
      body.main-menu-opened nav {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
        body.main-menu-opened nav .main-menu-container {
          opacity: 1; } }
  @media only screen and (max-width: 320px) {
    nav {
      font-size: 1rem; } }
  nav a {
    color: #FFF;
    -webkit-transition: color .1s linear, background-color .1s linear, border-color .1s linear;
    -o-transition: color .1s linear, background-color .1s linear, border-color .1s linear;
    transition: color .1s linear, background-color .1s linear, border-color .1s linear; }
  nav .main-menu-container {
    font-family: 'Museo', Tahoma, Arial, sans-serif;
    font-size: .9rem;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 992px) {
      nav .main-menu-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 1em;
        opacity: 0;
        -webkit-transition: all 0.5s 0.1s cubic-bezier(0.25, 1.01, 0.47, 0.99);
        -o-transition: all 0.5s 0.1s cubic-bezier(0.25, 1.01, 0.47, 0.99);
        transition: all 0.5s 0.1s cubic-bezier(0.25, 1.01, 0.47, 0.99); } }
    nav .main-menu-container ul {
      background-color: #222222;
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: center; }
      @media only screen and (max-width: 992px) {
        nav .main-menu-container ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          background-color: #FFF;
          color: #212529; } }
      nav .main-menu-container ul li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        -webkit-transition: border-color .2s linear;
        -o-transition: border-color .2s linear;
        transition: border-color .2s linear;
        text-align: left; }
        nav .main-menu-container ul li.highlight > a {
          color: #ff9966; }
        @media only screen and (min-width: 992px) {
          nav .main-menu-container ul li:hover {
            background-color: #778f8d; }
            nav .main-menu-container ul li:hover a {
              color: #FFF !important; }
            nav .main-menu-container ul li:hover ul {
              display: block;
              -webkit-animation: dropdown-menu .2s forwards;
              animation: dropdown-menu .2s forwards; } }
        nav .main-menu-container ul li.current-menu-item a {
          color: #ff9966; }
        nav .main-menu-container ul li ul {
          position: absolute;
          z-index: 1150;
          top: 100%;
          left: 0;
          margin: 0 0 20px 0;
          padding: 15px 0 5px 0;
          background-color: #71908D;
          -webkit-box-shadow: 0 5px 8px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 8px -5px rgba(0, 0, 0, 0.5);
          font-size: .9rem;
          min-width: 100%;
          display: none;
          -webkit-transition: all .2s ease-out;
          -o-transition: all .2s ease-out;
          transition: all .2s ease-out;
          border-radius: 0 0 1px 1px;
          z-index: -1; }
          @media only screen and (max-width: 992px) {
            nav .main-menu-container ul li ul {
              position: relative;
              display: block;
              background-color: #efefef;
              color: #212529;
              -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
              transform: translateY(0);
              -webkit-box-shadow: none;
              box-shadow: none;
              padding: 20px 10px 20px 30px;
              font-size: 1em;
              z-index: 0;
              opacity: .75; } }
          @media only screen and (max-width: 480px) {
            nav .main-menu-container ul li ul {
              padding: 0; } }
          nav .main-menu-container ul li ul li {
            display: block;
            margin: 0;
            padding: 0;
            border: 0 !important; }
            @media only screen and (min-width: 992px) {
              nav .main-menu-container ul li ul li:hover a {
                background-color: #222; } }
            nav .main-menu-container ul li ul li.current-menu-item a,
            nav .main-menu-container ul li ul li.current-menu-ancestor a {
              color: #fff; }
            nav .main-menu-container ul li ul li a {
              display: block;
              padding: 8px 20px;
              color: #fff;
              border: 0; }
              @media only screen and (max-width: 992px) {
                nav .main-menu-container ul li ul li a {
                  color: #212529; } }
            @media only screen and (min-width: 992px) {
              nav .main-menu-container ul li ul li:hover a {
                color: #fff;
                border: 0; } }
            nav .main-menu-container ul li ul li ul {
              left: 100%;
              top: 0;
              display: none;
              background-color: #E09940;
              padding: 0; }
    nav .main-menu-container a {
      height: 44px;
      padding: 10px 20px;
      display: inline-block;
      color: #FFF;
      white-space: nowrap;
      text-transform: uppercase; }
      @media only screen and (max-width: 1200px) {
        nav .main-menu-container a {
          padding: 10px 6px; } }
      @media only screen and (max-width: 992px) {
        nav .main-menu-container a {
          padding: 20px 6px;
          height: auto;
          color: #212529;
          white-space: normal; } }
      @media only screen and (max-width: 320px) {
        nav .main-menu-container a {
          padding: 8px 7px; } }
    nav .main-menu-container a.cart .label {
      display: none; }
    nav .main-menu-container a.cart .count {
      position: absolute;
      top: 8px;
      right: 5px;
      font-size: .7em;
      background-color: #fff;
      color: #000;
      padding: 3px 5px;
      line-height: 1em;
      border-radius: 50%; }

.language-selector-container {
  display: inline; }
  @media only screen and (max-width: 992px) {
    .language-selector-container {
      display: none; } }
  .language-selector-container.mobile {
    display: inline; }
    @media only screen and (min-width: 992px) {
      .language-selector-container.mobile {
        display: none; } }
  .language-selector-container p {
    color: #212529;
    margin: 15px; }
  .language-selector-container ul.language-selector {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    list-style-type: none; }
    .main-header .language-selector-container ul.language-selector > li {
      padding: 18px 0; }
      @media only screen and (max-width: 992px) {
        .main-header .language-selector-container ul.language-selector > li {
          padding: 0; } }
      .main-header .language-selector-container ul.language-selector > li:hover ul {
        display: block;
        -webkit-animation: dropdown-menu .2s forwards;
        animation: dropdown-menu .2s forwards; }
        @media only screen and (max-width: 992px) {
          .main-header .language-selector-container ul.language-selector > li:hover ul {
            opacity: 1 !important; } }
      @media only screen and (max-width: 992px) {
        .main-header .language-selector-container ul.language-selector > li .flag {
          width: 25px;
          height: 25px; } }
      .main-header .language-selector-container ul.language-selector > li ul {
        list-style-type: none;
        top: 90%;
        left: -50%;
        border-radius: 3px;
        padding: 0; }
        @media only screen and (max-width: 992px) {
          .main-header .language-selector-container ul.language-selector > li ul {
            position: absolute;
            top: auto;
            bottom: 100%;
            background-color: #fff;
            margin-left: 7px; } }
        .main-header .language-selector-container ul.language-selector > li ul:after {
          content: '';
          border-style: solid;
          border-width: 0 10px 10px 10px;
          border-color: transparent transparent #222 transparent;
          width: 0;
          left: 0;
          position: absolute;
          top: -8px;
          left: 50%;
          -webkit-transform: translate(-10px, 0);
          -ms-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
          z-index: -1; }
          @media only screen and (max-width: 992px) {
            .main-header .language-selector-container ul.language-selector > li ul:after {
              border-style: solid;
              border-width: 10px 10px 0 10px;
              border-color: #fff transparent transparent transparent;
              bottom: auto;
              top: calc(100% - 1px); } }
        .main-header .language-selector-container ul.language-selector > li ul li {
          z-index: 1; }
          .main-header .language-selector-container ul.language-selector > li ul li:first-child a {
            border-radius: 3px 3px 0 0; }
          .main-header .language-selector-container ul.language-selector > li ul li:last-child a {
            border-radius: 0 0 3px 3px; }
          @media only screen and (max-width: 992px) {
            .main-header .language-selector-container ul.language-selector > li ul li .flag {
              width: 15px;
              height: 15px; } }
    .language-selector-container ul.language-selector li a {
      display: block;
      padding: 9px 20px;
      color: #fff;
      border: 0; }
      @media only screen and (max-width: 992px) {
        .language-selector-container ul.language-selector li a {
          color: #212529;
          padding: 25px 20px; } }
      @media only screen and (max-width: 768px) {
        .language-selector-container ul.language-selector li a {
          padding: 15px 20px; } }
    .language-selector-container ul.language-selector li ul li a:hover {
      background-color: #778f8d !important; }
      @media only screen and (max-width: 992px) {
        .language-selector-container ul.language-selector li ul li a:hover {
          background-color: #222 !important;
          color: #FFF !important; } }
    .language-selector-container ul.language-selector ul {
      position: absolute;
      z-index: 1001;
      white-space: nowrap;
      top: 100%;
      left: 0;
      margin: 10px 0 20px 0;
      padding: 0 0 5px 0;
      background-color: #222;
      -webkit-box-shadow: 0 5px 8px -5px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 8px -5px rgba(0, 0, 0, 0.5);
      font-size: .9rem;
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px);
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out;
      border-radius: 0 0 1px 1px;
      display: none; }
      @media only screen and (max-width: 992px) {
        .language-selector-container ul.language-selector ul {
          position: relative;
          background-color: #efefef;
          color: #212529;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          -webkit-box-shadow: none;
          box-shadow: none;
          padding: 20px 10px 20px 30px;
          font-size: 1em;
          z-index: 0;
          opacity: .75; } }
      .language-selector-container ul.language-selector ul a {
        text-transform: none;
        padding-right: 1.8em; }
    .language-selector-container ul.language-selector .flag {
      vertical-align: middle;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      margin: 0 .2em;
      display: inline-block;
      background-size: auto 100%;
      background-position: center center;
      position: relative;
      top: -2px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

#searchBox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
  overflow: hidden;
  z-index: 2000; }
  #searchBox.inline {
    position: relative;
    height: auto !important;
    overflow: visible;
    z-index: 2; }
    #searchBox.inline .close {
      display: none; }
    #searchBox.inline .container {
      padding: 30px 0; }
  #searchBox.opened {
    height: 100%; }
  #searchBox .container {
    padding: 100px;
    padding-bottom: 0; }
  #searchBox .close {
    position: relative;
    top: 20px;
    right: 20px;
    font-family: 'Fontello';
    font-size: 1.5em;
    line-height: 1em;
    cursor: pointer;
    color: #ccc; }
    #searchBox .close:hover {
      color: #0071AF; }

#searchform {
  text-align: center; }
  #searchform div {
    position: relative; }
    #searchform div:before {
      position: absolute;
      top: 0;
      left: 0;
      font-family: 'Fontello';
      content: '';
      font-size: 2em;
      line-height: 1.4em;
      color: #ccc; }
  #searchform label,
  #searchform #searchsubmit {
    display: none; }
  #searchform #s {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    font-size: 2em;
    width: 100%;
    text-align: center;
    border: 0;
    border-bottom: 2px solid #71908D; }
    #searchform #s:focus {
      border-color: #E09940; }

#searchResults {
  padding: 50px;
  overflow: auto; }
  #searchResults ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #searchResults ul li {
      margin: 5px 0;
      padding: 5px;
      border-bottom: 1px solid #eee; }
      #searchResults ul li a {
        display: block; }
        #searchResults ul li a a:hover {
          color: #0071AF; }

/* ACCORDIONS */
ul.accordion {
  margin: 0;
  padding-left: 1em;
  font-size: 1.2em;
  line-height: 1.7em;
  list-style-type: none; }
  @media screen and (max-width: 768px) {
    ul.accordion {
      font-size: 0.9em; } }
  ul.accordion > li {
    font-weight: normal;
    margin: 0 0 1em 0;
    cursor: pointer;
    color: #778f8d;
    font-size: 1.4rem;
    line-height: 1.2em; }
    ul.accordion > li:hover {
      color: #ff9966; }
    ul.accordion > li:before {
      content: '- ';
      color: #212529;
      margin-left: -.7em; }
    ul.accordion > li a:hover {
      color: #ff9966; }
    ul.accordion > li > ul {
      font-weight: normal;
      display: none;
      margin: 0;
      padding-left: 1.2em;
      cursor: default;
      list-style-type: none; }
      ul.accordion > li > ul > li {
        margin: 0;
        padding: 1em 0 2em;
        color: #212529;
        font-size: 1rem;
        line-height: 1.4em; }

/* SLIDESHOWS */
.flickity-page-dots {
  bottom: 5px; }
  .flickity-page-dots .dot {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    background-color: transparent;
    opacity: 1;
    border: 1px solid #FFF; }
    .flickity-page-dots .dot.is-selected {
      background-color: #fff;
      opacity: 1; }

.hp-slideshow .flickity-page-dots {
  bottom: 5px; }

.inpage-slideshow .flickity-page-dots {
  bottom: 90px; }

/* CTA BOX */
.link-box {
  width: 100%;
  max-width: 860px;
  position: relative;
  margin: 20px 0 30px; }
  .link-box.simple .link-box-cover .text {
    padding: 40% 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .link-box.simple .link-box-cover .text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding: 50% 15px 15px; } }
    .link-box.simple .link-box-cover .text .cell:first-child {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .link-box.simple .link-box-cover .text p {
      margin: .2em 0 0; }
      @media screen and (max-width: 768px) {
        .link-box.simple .link-box-cover .text p {
          margin: .2em 0 0.4em; } }
  .link-box.segnalazioni .link-box-cover {
    background-position: center left; }
    @media screen and (max-width: 768px) {
      .link-box.segnalazioni .link-box-cover {
        background-position: center bottom; } }
    .link-box.segnalazioni .link-box-cover:after {
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
      /* IE6-9 */ }
    .link-box.segnalazioni .link-box-cover .text {
      padding: 30% 30px 45px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media screen and (max-width: 768px) {
        .link-box.segnalazioni .link-box-cover .text {
          padding: 30% 15px 45px; }
          .link-box.segnalazioni .link-box-cover .text br {
            display: none; } }
      .link-box.segnalazioni .link-box-cover .text .title {
        margin-bottom: 0.2em;
        font-size: 1.3em; }
  .link-box.segnalazioni .details {
    position: relative !important;
    margin: -30px 30px 15px;
    padding: 15px;
    text-align: center;
    color: #212529;
    background-color: #FFF;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 768px) {
      .link-box.segnalazioni .details {
        margin: -30px 15px 15px; } }
    .link-box.segnalazioni .details ul, .link-box.segnalazioni .details ol {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        .link-box.segnalazioni .details ul, .link-box.segnalazioni .details ol {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
      .link-box.segnalazioni .details ul li, .link-box.segnalazioni .details ol li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: .8em;
        line-height: 1em;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        margin: 10px 1% 10px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media screen and (max-width: 768px) {
          .link-box.segnalazioni .details ul li, .link-box.segnalazioni .details ol li {
            font-size: .9em;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 0 0 .5em 0; } }
        .link-box.segnalazioni .details ul li img, .link-box.segnalazioni .details ol li img {
          max-width: 50px;
          margin-bottom: .2em; }
          @media screen and (max-width: 768px) {
            .link-box.segnalazioni .details ul li img, .link-box.segnalazioni .details ol li img {
              max-width: 32px;
              margin-bottom: 0;
              margin-right: .5em; } }
        .link-box.segnalazioni .details ul li:last-child, .link-box.segnalazioni .details ol li:last-child {
          margin-right: 0; }
  .link-box .link-box-cover {
    position: relative;
    width: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-size: cover;
    background-position: center center; }
    .link-box .link-box-cover:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      -webkit-transition: all 1s ease-out;
      -o-transition: all 1s ease-out;
      transition: all 1s ease-out;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
      /* IE6-9 */ }
    .link-box .link-box-cover .video-container {
      background: #000;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -2;
      /* &:after {
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-color: rgba(0,0,0,0.1);
				opacity: .5;
				background-image: url('../img/animals-pages/video-pattern.png');
			} */ }
      .link-box .link-box-cover .video-container video {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .link-box .link-box-cover .text {
      position: relative;
      padding: 60px 30px;
      color: #FFF;
      line-height: 1em;
      z-index: 1; }
      .link-box .link-box-cover .text .title {
        font-family: 'Museo Sans',Tahoma,Arial,sans-serif;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 1.4em;
        line-height: 1em;
        max-width: 530px; }
        @media screen and (max-width: 768px) {
          .link-box .link-box-cover .text .title {
            font-size: 1.3em;
            margin-bottom: 0.2em; } }
      .link-box .link-box-cover .text p {
        max-width: 400px;
        font-size: 1.1em;
        line-height: 1.2em;
        margin: .2em 0 1.2em; }
  .link-box:hover .btn {
    background-color: #ff7733 !important; }
  .link-box:hover .link-box-cover:after {
    height: 75%; }
  .link-box .link-box-data-boxes {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -40px 0 20px 0;
    padding: 0 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .link-box .link-box-data-boxes {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100vw;
        overflow-x: auto;
        left: -5vw;
        position: relative;
        padding-bottom: 30px; } }
    .link-box .link-box-data-boxes > .flickity-viewport {
      width: 100%;
      height: auto !important;
      overflow: visible; }
      .link-box .link-box-data-boxes > .flickity-viewport > .flickity-slider {
        position: relative !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        left: auto !important; }
    .link-box .link-box-data-boxes .data-box {
      position: relative !important;
      left: auto !important;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
      flex: 0 0 24%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin: 0;
      padding: 10px 15px 10px;
      text-align: center;
      color: #212529;
      background-color: #FFF;
      border-top: 5px solid #778f8d;
      -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        .link-box .link-box-data-boxes .data-box {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 31%;
          flex: 0 0 31%; }
          .link-box .link-box-data-boxes .data-box:nth-child(n+4) {
            display: none; } }
      @media screen and (max-width: 768px) {
        .link-box .link-box-data-boxes .data-box {
          min-width: 200px;
          margin: 0 20px 0 0; } }
      .link-box .link-box-data-boxes .data-box .icon {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        margin: 0 auto 10px; }
      .link-box .link-box-data-boxes .data-box .description {
        margin: auto;
        font-size: 0.8em; }
      .link-box .link-box-data-boxes .data-box p {
        margin-bottom: 0;
        line-height: 1.2em; }
        .link-box .link-box-data-boxes .data-box p strong, .link-box .link-box-data-boxes .data-box p b {
          font-weight: 700; }
        .link-box .link-box-data-boxes .data-box p big {
          font-family: 'Museo Slab', Tahoma, Arial, sans-serif;
          font-size: 1.5em;
          letter-spacing: -0.05em; }

.isv-box {
  position: relative;
  padding: .5em 0 .5em 1em;
  border-left: 8px solid #4d9ebd;
  font-family: 'Museo Sans';
  line-height: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .isv-box {
      padding: .5em 0 .5em 15px; } }
  .isv-box img {
    float: right;
    max-width: 160px;
    padding: 0 0 0 20px; }
  .isv-box strong, .isv-box b {
    color: #4d9ebd; }

.banner {
  font-size: 20px;
  text-align: left;
  width: 100%;
  max-width: 700px;
  position: relative;
  background-color: #fff;
  padding: 1em 1em;
  margin: 1.5em auto 2em !important;
  border-radius: 5px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
  .banner.no-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1em !important; }
    @media screen and (max-width: 992px) {
      .banner.no-image {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .banner.no-image p {
      margin: 0 1em 0 0 !important; }
      @media screen and (max-width: 992px) {
        .banner.no-image p {
          margin: 0 1em 0.3em 0 !important; } }
  @media screen and (max-width: 992px) {
    .banner {
      padding: 45% 1em 1em 1em;
      background-position: top right;
      background-size: cover; } }
  .banner p {
    font-family: 'Museo Sans';
    line-height: 1.1em;
    color: #212529 !important;
    font-size: 1em !important;
    margin: 0 1em 0.3em 0 !important;
    position: relative !important;
    z-index: 1 !important; }
  .banner img.fg-img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%; }
    @media screen and (max-width: 992px) {
      .banner img.fg-img {
        width: 100%;
        height: auto; } }
  .banner .btn {
    font-family: 'Museo Sans';
    background-color: #ff9966 !important;
    position: relative;
    z-index: 1;
    color: #FFF;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-weight: normal !important;
    line-height: 1.2em !important; }

.shipment-info {
  background: #f7f7f7;
  border-radius: 6px;
  padding: 15px 30px 30px 30px;
  font-size: 1.1em;
  margin: 30px 0; }

.link-box .text:after {
  content: '';
  display: block;
  clear: both; }

.related-posts-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 0; }
  .related-posts-list .related-post {
    width: 32%;
    margin: 0 0 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .related-posts-list .related-post .image {
      width: 100%;
      max-width: none; }
      .related-posts-list .related-post .image:after {
        padding-top: 56%; }
    .related-posts-list .related-post .description .title {
      font-weight: normal;
      font-size: 1em; }
      @media only screen and (max-width: 992px) and (min-width: 768px) {
        .related-posts-list .related-post .description .title {
          font-size: .9em; } }
  @media screen and (max-width: 768px) {
    .related-posts-list .related-post {
      width: 49%; } }
  @media screen and (max-width: 480px) {
    .related-posts-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .related-posts-list .related-post {
        width: 100%; } }

.related-posts-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 19px; }
  .related-posts-column .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 0; }
  .related-posts-column .related-post {
    margin: 0 0 15px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .related-posts-column .related-post:last-child {
      margin: 0; }
    @media only screen and (max-width: 992px) and (min-width: 768px) {
      .related-posts-column .related-post .image {
        width: 30%; }
        .related-posts-column .related-post .image:after {
          padding-top: 100%; } }
    .related-posts-column .related-post .description {
      padding-left: .8em; }
      .related-posts-column .related-post .description .title {
        font-weight: normal;
        font-size: 1em; }
        @media only screen and (max-width: 992px) and (min-width: 768px) {
          .related-posts-column .related-post .description .title {
            font-size: .9em; } }

.related-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: .8em 0;
  width: 100%; }
  .related-post .image {
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #D8D8D8;
    background-size: cover;
    background-position: center;
    width: 40%;
    max-width: 200px;
    border-top: 1px solid #D8D8D8; }
    .related-post .image:after {
      content: '';
      display: block;
      padding-top: 56.25%; }
    @media only screen and (max-width: 480px) {
      .related-post .image {
        width: 30%; }
        .related-post .image:after {
          padding-top: 100%; } }
  .related-post .description {
    font-family: 'Noto Serif', serif;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: .2em 1em;
    line-height: 1.5em;
    border-top: 1px solid #D8D8D8; }
    @media only screen and (max-width: 1200px) {
      .related-post .description {
        padding: .5em 1em; } }
    @media only screen and (max-width: 480px) {
      .related-post .description {
        padding: .2em 1em; } }
    .related-post .description .date {
      display: inline-block;
      font-family: 'Fira Sans', sans-serif;
      text-transform: uppercase;
      font-size: .7em;
      margin: 0;
      line-height: 1em;
      border-radius: 1px;
      padding: .3em 0 .15em;
      color: #212529;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .related-post .description .title {
      font-size: 1em;
      line-height: 1.2em; }
      @media only screen and (max-width: 992px) {
        .related-post .description .title {
          font-size: 1em;
          font-weight: bold; } }

.related-label {
  display: inline-block;
  font-family: 'Fira Sans', sans-serif;
  text-transform: uppercase;
  font-size: .7em;
  margin: 0;
  line-height: 1em;
  border-radius: 1px;
  padding: .3em .6em .15em;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .related-label.article {
    background: #ff9966; }
  .related-label.investigation, .related-label.essereanimali {
    background: #778f8d; }
  .related-label.campaign {
    background: #ab323b; }
  .related-label.ioscelgoveg {
    background: #4E9EBD; }
  .related-label.story, .related-label.video-label {
    padding: .3em 0;
    color: #212529; }
  .related-label span[class*="icon-"] {
    margin: 0 .5em -.1em 0; }

.microdonation-box {
  background-color: #d6dddc;
  text-align: center;
  color: rgba(33, 37, 41, 0.8); }
  .microdonation-box *:not(.btn) {
    font-family: 'Georgia', serif !important; }
  .microdonation-box h3 {
    font-size: 2.3em;
    line-height: 1em;
    text-align: center; }
  .microdonation-box p {
    font-size: 1.2em;
    margin: 0; }
  .microdonation-box .btn {
    min-width: 200px;
    margin: 15px 0;
    line-height: .7em; }
    .microdonation-box .btn em, .microdonation-box .btn i {
      font-family: inherit !important;
      font-size: 0.6em;
      line-height: 1em;
      font-style: normal; }

.newsletter-box *:not(.btn) {
  font-family: 'Georgia', serif !important; }

.newsletter-box h3 {
  font-weight: normal;
  font-size: 2.3em;
  line-height: 1em;
  text-align: center;
  text-transform: none; }
  @media screen and (max-width: 480px) {
    .newsletter-box h3 {
      text-align: left; } }

.newsletter-box .description p {
  font-size: 1.2em;
  margin: 0 0 1em 0; }
  @media screen and (max-width: 992px) {
    .newsletter-box .description p {
      font-size: 1em; } }

.newsletter-box form .input-container input {
  font-family: 'Georgia', serif;
  background-color: #F9F9F9 !important;
  font-size: 25px; }

.newsletter-box form .input-container label {
  font-family: 'Georgia', serif; }
  .newsletter-box form .input-container label a {
    color: inherit;
    text-decoration: underline;
    display: contents; }
    .newsletter-box form .input-container label a:hover {
      color: #778f8d; }

.newsletter-box form .input-container input[type='checkbox'] + label:before {
  background-color: #F9F9F9 !important;
  border-radius: 0 !important; }

@-webkit-keyframes dropdown-menu {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px 0);
    transform: translate(-10px 0);
    @media only screen and (max-width: 992px) {
      -webkit-transform: translate(-10px 10px);
      transform: translate(-10px 10px); } }
  70% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0 0);
    transform: translate(0 0);
    @media only screen and (max-width: 992px) {
      -webkit-transform: translate(0 10px);
      transform: translate(0 10px); } } }

@keyframes dropdown-menu {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px 0);
    transform: translate(-10px 0);
    @media only screen and (max-width: 992px) {
      -webkit-transform: translate(-10px 10px);
      transform: translate(-10px 10px); } }
  70% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0 0);
    transform: translate(0 0);
    @media only screen and (max-width: 992px) {
      -webkit-transform: translate(0 10px);
      transform: translate(0 10px); } } }

/* CHARTS */
.highcharts-container {
  margin: 0 auto;
  overflow: visible !important; }

.chart-title {
  font-family: 'Museo Sans';
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: center; }
  .chart-title small {
    font-weight: 400; }

.chart-source {
  font-size: .9em;
  text-align: center;
  font-style: italic; }

.chart-grafico-uscite-container {
  text-align: center;
  margin: 60px 0 30px 0;
  overflow: visible !important; }
  .chart-grafico-uscite-container .year-btn-set {
    display: none; }
  .chart-grafico-uscite-container .chart-grafico-uscite {
    overflow: visible !important;
    position: relative;
    max-width: 1500px;
    margin: auto;
    height: 400px;
    margin: 30px auto 60px; }
    @media only screen and (max-width: 992px) {
      .chart-grafico-uscite-container .chart-grafico-uscite {
        height: 320px; } }
  .chart-grafico-uscite-container ul.legend {
    padding: 15px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none; }
    @media only screen and (max-width: 992px) {
      .chart-grafico-uscite-container ul.legend {
        display: inline-block; } }
    .chart-grafico-uscite-container ul.legend .title {
      font-family: 'Museo Sans';
      text-transform: uppercase; }
    .chart-grafico-uscite-container ul.legend li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      font-weight: 500; }
      .chart-grafico-uscite-container ul.legend li .value {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
        padding: 0 0 10px; }
        .chart-grafico-uscite-container ul.legend li .value.value-1 .color {
          background-color: #2f2f2f; }
        .chart-grafico-uscite-container ul.legend li .value.value-2 .color {
          background-color: #718f8c; }
        .chart-grafico-uscite-container ul.legend li .value.value-3 .color {
          background-color: #f9b773; }
        .chart-grafico-uscite-container ul.legend li .value.hidden {
          display: none; }
        .chart-grafico-uscite-container ul.legend li .value .color {
          background: black;
          display: inline-block;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          border-radius: 50%;
          margin: 0 .5em 0 0;
          width: 35px;
          height: 35px; }
      .chart-grafico-uscite-container ul.legend li p {
        font-size: 1rem;
        line-height: 1em;
        font-weight: 500;
        margin: 0; }
      .chart-grafico-uscite-container ul.legend li ul {
        margin-left: 4px;
        font-size: .95em; }
        .chart-grafico-uscite-container ul.legend li ul p {
          opacity: .8; }

#chart-ambiti-animali {
  width: 100%;
  position: relative;
  margin: 60px 0 30px 0;
  overflow: visible !important; }
  #chart-ambiti-animali:after {
    content: '';
    position: relative;
    padding-top: 90vh;
    display: block; }
    @media only screen and (max-width: 768px) {
      #chart-ambiti-animali:after {
        padding-top: 150%; } }
  #chart-ambiti-animali .chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    #chart-ambiti-animali .chart.step-0 .value {
      opacity: 0;
      -ms-flex-preferred-size: 0%;
      flex-basis: 0%; }
      #chart-ambiti-animali .chart.step-0 .value .bar {
        height: 0; }
    #chart-ambiti-animali .chart.step-0 .number {
      opacity: 0; }
    #chart-ambiti-animali .chart.step-1 .value-1 {
      -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%; }
    #chart-ambiti-animali .chart.step-1 .value-2 {
      -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
      opacity: 1; }
      #chart-ambiti-animali .chart.step-1 .value-2 .number {
        opacity: 1; }
      #chart-ambiti-animali .chart.step-1 .value-2 .bar {
        height: 5px;
        /*height: 98%;*/ }
    #chart-ambiti-animali .chart.step-1 .value-3 {
      -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
      opacity: 1; }
      #chart-ambiti-animali .chart.step-1 .value-3 .number {
        opacity: 1; }
      #chart-ambiti-animali .chart.step-1 .value-3 .bar {
        height: 4px;
        /*height: 93%;*/ }
    #chart-ambiti-animali .chart.step-2 .value-1 {
      -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
      opacity: 1; }
      #chart-ambiti-animali .chart.step-2 .value-1 .number {
        opacity: 1; }
      #chart-ambiti-animali .chart.step-2 .value-1 .bar {
        height: 99.88% !important; }
    #chart-ambiti-animali .chart.step-2 .value-2 {
      -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%; }
      #chart-ambiti-animali .chart.step-2 .value-2 .bar {
        height: 5px !important; }
    #chart-ambiti-animali .chart.step-2 .value-3 {
      -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%; }
      #chart-ambiti-animali .chart.step-2 .value-3 .bar {
        height: 4px !important; }
    #chart-ambiti-animali .chart .values {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding-top: 40px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      #chart-ambiti-animali .chart .values .value {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        -webkit-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out; }
        #chart-ambiti-animali .chart .values .value.value-1 .bar {
          background-color: #f9b773; }
        #chart-ambiti-animali .chart .values .value.value-2 .bar {
          background-color: #718f8c; }
        #chart-ambiti-animali .chart .values .value.value-3 .bar {
          background-color: #c73838; }
        #chart-ambiti-animali .chart .values .value .bar {
          background: black;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          -webkit-transition: all 3s ease-out;
          -o-transition: all 3s ease-out;
          transition: all 3s ease-out; }
          #chart-ambiti-animali .chart .values .value .bar .number {
            width: 100%;
            line-height: 1em;
            text-align: center;
            padding: .2em 0;
            font-size: 1.4em;
            font-weight: 500;
            letter-spacing: -0.01em;
            position: absolute;
            bottom: 100%;
            left: 0;
            -webkit-transition: all 1s ease-out;
            -o-transition: all 1s ease-out;
            transition: all 1s ease-out; }
            @media only screen and (max-width: 768px) {
              #chart-ambiti-animali .chart .values .value .bar .number {
                font-size: .9em; } }
  #chart-ambiti-animali .legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media only screen and (max-width: 768px) {
      #chart-ambiti-animali .legend {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    #chart-ambiti-animali .legend .value {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: all 1s ease-out;
      -o-transition: all 1s ease-out;
      transition: all 1s ease-out;
      margin-bottom: 15px;
      padding: 15px 0;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        #chart-ambiti-animali .legend .value {
          margin-bottom: 0;
          padding: 15px 0 0 0; } }
      #chart-ambiti-animali .legend .value.value-1 .color {
        background-color: #f9b773; }
      #chart-ambiti-animali .legend .value.value-2 .color {
        background-color: #718f8c; }
      #chart-ambiti-animali .legend .value.value-3 .color {
        background-color: #c73838; }
      #chart-ambiti-animali .legend .value .color {
        background: black;
        display: inline-block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 .5em 0 0;
        width: 35px;
        height: 35px; }
      #chart-ambiti-animali .legend .value p {
        font-size: 1.2rem;
        line-height: 1em;
        font-weight: 500;
        margin: 0; }
        @media only screen and (max-width: 992px) {
          #chart-ambiti-animali .legend .value p {
            font-size: .9em; } }

.chart-sfruttamento-galline-1,
.chart-sfruttamento-galline-4 {
  text-align: center;
  margin: 60px 0 30px 0; }
  .chart-sfruttamento-galline-1 .year-btn-set,
  .chart-sfruttamento-galline-4 .year-btn-set {
    display: none; }
  .chart-sfruttamento-galline-1 .bars-chart,
  .chart-sfruttamento-galline-4 .bars-chart {
    position: relative;
    max-width: 1500px;
    margin: auto;
    height: 400px;
    margin: 30px auto 60px; }
    @media only screen and (max-width: 992px) {
      .chart-sfruttamento-galline-1 .bars-chart,
      .chart-sfruttamento-galline-4 .bars-chart {
        height: 340px; } }
    @media only screen and (max-width: 768px) {
      .chart-sfruttamento-galline-1 .bars-chart,
      .chart-sfruttamento-galline-4 .bars-chart {
        margin: 30px auto -80px; } }
  .chart-sfruttamento-galline-1 ul.legend,
  .chart-sfruttamento-galline-4 ul.legend {
    padding: 15px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none; }
    @media only screen and (max-width: 992px) {
      .chart-sfruttamento-galline-1 ul.legend,
      .chart-sfruttamento-galline-4 ul.legend {
        display: inline-block; } }
    .chart-sfruttamento-galline-1 ul.legend .title,
    .chart-sfruttamento-galline-4 ul.legend .title {
      font-family: 'Museo Sans';
      text-transform: uppercase; }
    .chart-sfruttamento-galline-1 ul.legend li,
    .chart-sfruttamento-galline-4 ul.legend li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      font-weight: 500; }
      .chart-sfruttamento-galline-1 ul.legend li .value,
      .chart-sfruttamento-galline-4 ul.legend li .value {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
        padding: 0 0 10px; }
        .chart-sfruttamento-galline-1 ul.legend li .value.value-1 .color,
        .chart-sfruttamento-galline-4 ul.legend li .value.value-1 .color {
          background-color: #c73838; }
        .chart-sfruttamento-galline-1 ul.legend li .value.value-2 .color,
        .chart-sfruttamento-galline-4 ul.legend li .value.value-2 .color {
          background-color: #f9b773; }
        .chart-sfruttamento-galline-1 ul.legend li .value.value-3 .color,
        .chart-sfruttamento-galline-4 ul.legend li .value.value-3 .color {
          background-color: #718f8c; }
        .chart-sfruttamento-galline-1 ul.legend li .value .color,
        .chart-sfruttamento-galline-4 ul.legend li .value .color {
          background: black;
          display: inline-block;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          border-radius: 50%;
          margin: 0 .5em 0 0;
          width: 35px;
          height: 35px; }
      .chart-sfruttamento-galline-1 ul.legend li p,
      .chart-sfruttamento-galline-4 ul.legend li p {
        font-size: 1rem;
        line-height: 1em;
        font-weight: 500;
        margin: 0; }
      .chart-sfruttamento-galline-1 ul.legend li ul,
      .chart-sfruttamento-galline-4 ul.legend li ul {
        margin-left: 4px;
        font-size: .95em; }
        .chart-sfruttamento-galline-1 ul.legend li ul p,
        .chart-sfruttamento-galline-4 ul.legend li ul p {
          opacity: .8; }

#chart-sfruttamento-galline-2,
#chart-sfruttamento-galline-3 {
  width: 100%;
  position: relative;
  margin: 30px 0; }
  #chart-sfruttamento-galline-2:after,
  #chart-sfruttamento-galline-3:after {
    content: '';
    position: relative;
    padding-top: 90%;
    display: block; }
    @media only screen and (max-width: 768px) {
      #chart-sfruttamento-galline-2:after,
      #chart-sfruttamento-galline-3:after {
        padding-top: 70%; } }
  #chart-sfruttamento-galline-2 .chart,
  #chart-sfruttamento-galline-3 .chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    margin: 0 10%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 768px) {
      #chart-sfruttamento-galline-2 .chart,
      #chart-sfruttamento-galline-3 .chart {
        width: 60%;
        margin: 0 20%; } }
    #chart-sfruttamento-galline-2 .chart .values,
    #chart-sfruttamento-galline-3 .chart .values {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding-top: 40px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      #chart-sfruttamento-galline-2 .chart .values .value,
      #chart-sfruttamento-galline-3 .chart .values .value {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        -webkit-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out; }
        #chart-sfruttamento-galline-2 .chart .values .value.value-1 .bar,
        #chart-sfruttamento-galline-3 .chart .values .value.value-1 .bar {
          background-color: #f9b773; }
        #chart-sfruttamento-galline-2 .chart .values .value.value-2 .bar,
        #chart-sfruttamento-galline-3 .chart .values .value.value-2 .bar {
          background-color: #c73838; }
        #chart-sfruttamento-galline-2 .chart .values .value .bar,
        #chart-sfruttamento-galline-3 .chart .values .value .bar {
          background: black;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          -webkit-transition: all 3s ease-out;
          -o-transition: all 3s ease-out;
          transition: all 3s ease-out; }
          #chart-sfruttamento-galline-2 .chart .values .value .bar .number,
          #chart-sfruttamento-galline-3 .chart .values .value .bar .number {
            width: 100%;
            text-align: center;
            padding: .2em 0;
            font-size: 1.2em;
            font-weight: 500;
            letter-spacing: -0.01em;
            position: absolute;
            bottom: 100%;
            left: 0;
            -webkit-transition: all 1s ease-out;
            -o-transition: all 1s ease-out;
            transition: all 1s ease-out; }
            @media only screen and (max-width: 768px) {
              #chart-sfruttamento-galline-2 .chart .values .value .bar .number,
              #chart-sfruttamento-galline-3 .chart .values .value .bar .number {
                font-size: .9em; } }
  #chart-sfruttamento-galline-2 .legend,
  #chart-sfruttamento-galline-3 .legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media only screen and (max-width: 768px) {
      #chart-sfruttamento-galline-2 .legend,
      #chart-sfruttamento-galline-3 .legend {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    #chart-sfruttamento-galline-2 .legend .value,
    #chart-sfruttamento-galline-3 .legend .value {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: all 1s ease-out;
      -o-transition: all 1s ease-out;
      transition: all 1s ease-out;
      margin-bottom: 15px;
      padding: 15px 0;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        #chart-sfruttamento-galline-2 .legend .value,
        #chart-sfruttamento-galline-3 .legend .value {
          margin-bottom: 0;
          padding: 15px 0 0 0; } }
      #chart-sfruttamento-galline-2 .legend .value.value-1 .color,
      #chart-sfruttamento-galline-3 .legend .value.value-1 .color {
        background-color: #f9b773; }
      #chart-sfruttamento-galline-2 .legend .value.value-2 .color,
      #chart-sfruttamento-galline-3 .legend .value.value-2 .color {
        background-color: #c73838; }
      #chart-sfruttamento-galline-2 .legend .value .color,
      #chart-sfruttamento-galline-3 .legend .value .color {
        background: black;
        display: inline-block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 .5em 0 0;
        width: 35px;
        height: 35px; }
      #chart-sfruttamento-galline-2 .legend .value p,
      #chart-sfruttamento-galline-3 .legend .value p {
        font-size: 1.2rem;
        line-height: 1em;
        font-weight: 500;
        margin: 0; }
        @media only screen and (max-width: 992px) {
          #chart-sfruttamento-galline-2 .legend .value p,
          #chart-sfruttamento-galline-3 .legend .value p {
            font-size: .9em; } }

.chart-sfruttamento-galline-4 ul.legend li .value.value-1 .color {
  background-color: #f9b773 !important; }

.chart-sfruttamento-galline-4 ul.legend li .value.value-2 .color {
  background-color: #718f8c; }

#chart-sfruttamento-galline-2 .chart.step-0 .value {
  opacity: 0;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%; }
  #chart-sfruttamento-galline-2 .chart.step-0 .value .bar {
    height: 0; }

#chart-sfruttamento-galline-2 .chart.step-0 .number {
  opacity: 0; }

#chart-sfruttamento-galline-2 .chart.step-1 .value-1 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  opacity: 1; }

#chart-sfruttamento-galline-2 .chart.step-1 .value-2 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  opacity: 1; }

#chart-sfruttamento-galline-2 .chart.step-2 .value-1 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }
  #chart-sfruttamento-galline-2 .chart.step-2 .value-1 .number {
    opacity: 1; }
  #chart-sfruttamento-galline-2 .chart.step-2 .value-1 .bar {
    height: 99% !important; }

#chart-sfruttamento-galline-2 .chart.step-2 .value-2 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }
  #chart-sfruttamento-galline-2 .chart.step-2 .value-2 .number {
    opacity: 1; }
  #chart-sfruttamento-galline-2 .chart.step-2 .value-2 .bar {
    height: 20% !important; }

#chart-sfruttamento-galline-3 .chart.step-0 .value {
  opacity: 0;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%; }
  #chart-sfruttamento-galline-3 .chart.step-0 .value .bar {
    height: 0; }

#chart-sfruttamento-galline-3 .chart.step-0 .number {
  opacity: 0; }

#chart-sfruttamento-galline-3 .chart.step-1 .value-1 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  opacity: 1; }

#chart-sfruttamento-galline-3 .chart.step-1 .value-2 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  opacity: 1; }

#chart-sfruttamento-galline-3 .chart.step-2 .value-1 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }
  #chart-sfruttamento-galline-3 .chart.step-2 .value-1 .number {
    opacity: 1; }
  #chart-sfruttamento-galline-3 .chart.step-2 .value-1 .bar {
    height: 100% !important; }

#chart-sfruttamento-galline-3 .chart.step-2 .value-2 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }
  #chart-sfruttamento-galline-3 .chart.step-2 .value-2 .number {
    opacity: 1; }
  #chart-sfruttamento-galline-3 .chart.step-2 .value-2 .bar {
    height: 30% !important; }

.shop-suggestion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 0 1em 0; }
  @media only screen and (max-width: 992px) {
    .shop-suggestion {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .shop-suggestion .btn {
        margin-bottom: .2em;
        text-align: left !important; } }
  .shop-suggestion .image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .shop-suggestion .description {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2; }
    .shop-suggestion .description big {
      font-size: 1.5em; }
