﻿/* GLOBAL */
BODY, HTML {
  margin: 0;
  padding: 0;
  width: 100%; }

BODY {
  margin: 0; }
  BODY.menu-is-open {
    overflow: hidden; }
    @media (min-width: 768px) {
      BODY.menu-is-open {
        padding-right: 16px; } }

BUTTON {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.rich-editor p, .rich-editor h6, .rich-editor h5, .rich-editor h4, .rich-editor h3, .rich-editor h2, .rich-editor h1 {
  margin-top: 1em; }
  .rich-editor p:first-child, .rich-editor h6:first-child, .rich-editor h5:first-child, .rich-editor h4:first-child, .rich-editor h3:first-child, .rich-editor h2:first-child, .rich-editor h1:first-child {
    margin-top: 0; }

IMG, SVG, VIDEO {
  max-width: 100%; }

.mejs-overlay-button {
  display: none; }

.ff-TTNorms-Light {
  /*font-family: 'TTNorms-Light';*/
  font-family: "Source Sans Pro", "TTNorms-Light", sans-serif;
  font-weight: 300; }

.ff-TTNorms-Regular {
  /*font-family: 'TTNorms-Regular';*/
  font-family: "Source Sans Pro", "TTNorms-Regular", sans-serif;
  font-weight: 400; }

.ff-TTNorms-Medium {
  /*heading*/
  /*font-family: 'TTNorms-Medium';*/
  font-family: "Jost", sans-serif, "Source Sans Pro", "TTNorms-Medium", sans-serif;
  font-weight: 600; }

.lead {
  /*font-family: 'TTNorms-Light';*/
  font-family: "Source Sans Pro", "TTNorms-Light", sans-serif;
  font-weight: 300; }

/* END - GLOBAL */
/* HEADER */
BODY > HEADER {
  position: relative;
  z-index: 3;
  color: #000000; }

BODY.top-page:not([template-alias="SoloTesto"]) > HEADER {
  color: white; }

.-ani-section-fadein {
  opacity: 1;
  -webkit-transition: opacity 0.9s linear 0s;
  -moz-transition: opacity 0.9s linear 0s;
  -o-transition: opacity 0.9s linear 0s;
  transition: opacity 0.9s linear 0s; }
  .-ani-section-fadein.-ani-firstScroll {
    opacity: 0; }

.-ani-intro-up {
  -webkit-transition: transform 0.9s linear 0s;
  -moz-transition: transform 0.9s linear 0s;
  -o-transition: transform 0.9s linear 0s;
  transition: transform 0.9s linear 0s; }
  .-ani-intro-up.-ani-firstScroll {
    -webkit-transform: translate3d(0px, 50px, 0px);
    -moz-transform: translate3d(0px, 50px, 0px);
    -o-transform: translate3d(0px, 50px, 0px);
    transform: translate3d(0px, 50px, 0px); }

.-ani-topleft-nav {
  pointer-events: auto;
  position: fixed;
  top: 20px;
  left: 25px;
  z-index: 1;
  display: flex;
  align-items: center;
  -webkit-transition: all 1s linear 0s;
  -moz-transition: all 1s linear 0s;
  -o-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(-600%);
  -moz-transform: translateY(-600%);
  -o-transform: translateY(-600%);
  transform: translateY(-600%); }
  @media (min-width: 768px) {
    .-ani-topleft-nav {
      top: 35px;
      left: 50px; } }
  .scrolling-up:not(.menu-is-open) .-ani-topleft-nav,
  .top-page .-ani-topleft-nav {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .-ani-topleft-nav .-ani-languages {
    font-size: 12px;
    position: relative;
    display: inline-block;
    perspective: 100px;
    -webkit-transition: color 1s linear 0s;
    -moz-transition: color 1s linear 0s;
    -o-transition: color 1s linear 0s;
    transition: color 1s linear 0s; }
    .-ani-topleft-nav .-ani-languages .current-lang {
      text-transform: uppercase;
      display: flex;
      align-items: center;
      font-size: inherit; }
      .-ani-topleft-nav .-ani-languages .current-lang .caret {
        font-size: 0.7em;
        margin-left: 7.5px;
        -webkit-transition: transform 0.25s ease-out 0s;
        -moz-transition: transform 0.25s ease-out 0s;
        -o-transition: transform 0.25s ease-out 0s;
        transition: transform 0.25s ease-out 0s;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
        .langs-is-open .-ani-topleft-nav .-ani-languages .current-lang .caret {
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg); }
    .-ani-topleft-nav .-ani-languages .other-langs {
      overflow: hidden;
      position: absolute;
      background-color: rgba(125, 125, 125, 0.25);
      top: calc(100% + 5px);
      left: -10px;
      right: -10px;
      -webkit-transition: transform 0.333s ease-out 0s;
      -moz-transition: transform 0.333s ease-out 0s;
      -o-transition: transform 0.333s ease-out 0s;
      transition: transform 0.333s ease-out 0s;
      -webkit-transform: rotate3d(1, 0, 0, -180deg);
      -moz-transform: rotate3d(1, 0, 0, -180deg);
      -o-transform: rotate3d(1, 0, 0, -180deg);
      transform: rotate3d(1, 0, 0, -180deg);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-origin: 50% 0%;
      -moz-transform-origin: 50% 0%;
      -o-transform-origin: 50% 0%;
      transform-origin: 50% 0%; }
      .-ani-topleft-nav .-ani-languages .other-langs .lang {
        padding: 5px 10px;
        text-transform: uppercase;
        font-weight: 500;
        color: currentColor;
        display: block;
        text-align: center; }
      .langs-is-open .-ani-topleft-nav .-ani-languages .other-langs {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        -moz-transform: rotate3d(1, 0, 0, 0deg);
        -o-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg); }

.-ani-logo {
  display: block;
  position: fixed;
  color: currentColor;
  z-index: 4;
  pointer-events: auto;
  top: calc(1rem + 1vw);
  left: 50%;
  -webkit-transform: translate(-50%, -150%);
  -moz-transform: translate(-50%, -150%);
  -o-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
  -webkit-transition: all 1s linear 0s;
  -moz-transition: all 1s linear 0s;
  -o-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
  -webkit-transition-property: color, transform, top, left, font-size;
  -moz-transition: color, transform, top, left, font-size;
  -o-transition: color, transform, top, left, font-size;
  transition-property: color, transform, top, left, font-size;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }
  .scrolling-up:not(.menu-is-open) .-ani-logo,
  .top-page .-ani-logo {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  @media (min-width: 768px) {
    BODY.menu-is-open .-ani-logo {
      padding-right: 16px; } }
  .-ani-logo:hover {
    color: rgba(0, 0, 0, 0.25); }
    .-ani-logo:hover g.group {
      -webkit-transition: transform 1s linear 0s;
      -moz-transition: transform 1s linear 0s;
      -o-transition: transform 1s linear 0s;
      transition: transform 1s linear 0s;
      -webkit-transform: matrix(0.95, 0, 0, 0.95, 0, 0);
      -moz-transform: matrix(0.95, 0, 0, 0.95, 0, 0);
      -o-transform: matrix(0.95, 0, 0, 0.95, 0, 0);
      transform: matrix(0.95, 0, 0, 0.95, 0, 0); }
  BODY.top-page:not([template-alias="SoloTesto"]) .-ani-logo:hover {
    color: rgba(255, 255, 255, 0.25); }

.-ani-btn-hanburger {
  pointer-events: auto;
  display: block;
  position: fixed;
  top: 20px;
  right: 25px;
  width: 24px;
  height: 24px;
  -webkit-transition: all 1s linear 0s;
  -moz-transition: all 1s linear 0s;
  -o-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
  -webkit-transition-property: color, transform, top, left, font-size;
  -moz-transition-property: color, transform, top, left, font-size;
  -o-transition-property: color, transform, top, left, font-size;
  transition-property: color, transform, top, left, font-size;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  z-index: 101;
  /* last 18/05/2020 */
  outline: none !important; }
  @media (min-width: 768px) {
    .-ani-btn-hanburger {
      top: 35px;
      right: 50px; } }
  @media (min-width: 768px) {
    BODY.menu-is-open .-ani-btn-hanburger {
      right: 66px; } }
  .scrolling-down .-ani-btn-hanburger {
    -webkit-transform: translateY(-250%);
    -moz-transform: translateY(-250%);
    -o-transform: translateY(-250%);
    transform: translateY(-250%); }
  .-ani-btn-hanburger .-ani-child-1 {
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: all;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: linear;
    -o-transition-property: all;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: linear;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    width: 100%;
    border-radius: 0;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
    /* last 18/05/2020 */
    height: 2px;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px); }
  .-ani-btn-hanburger .-ani-child-2 {
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: all;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: linear;
    -o-transition-property: all;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: linear;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    width: 100%;
    border-radius: 0;
    /* last 18/05/2020 */
    display: none; }
  .-ani-btn-hanburger .-ani-child-3 {
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: all;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: linear;
    -o-transition-property: all;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: linear;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    width: 100%;
    border-radius: 0;
    -webkit-transform: translateY(7px);
    -moz-transform: translateY(7px);
    -o-transform: translateY(7px);
    transform: translateY(7px);
    /* last 18/05/2020 */
    height: 2px;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px); }
  .-ani-btn-hanburger:hover .-ani-child-1 {
    -webkit-transform: rotate(-33deg) translate(-2px, -6px) scaleX(0.6);
    -moz-transform: rotate(-33deg) translate(-2px, -6px) scaleX(0.6);
    -o-transform: rotate(-33deg) translate(-2px, -6px) scaleX(0.6);
    transform: rotate(-33deg) translate(-2px, -6px) scaleX(0.6);
    /* last 18/05/2020 */
    -webkit-transform: rotate(-45deg) translate(-1px, -7px) scaleX(0.5);
    -moz-transform: rotate(-45deg) translate(-1px, -7px) scaleX(0.5);
    -o-transform: rotate(-45deg) translate(-1px, -7px) scaleX(0.5);
    transform: rotate(-45deg) translate(-1px, -7px) scaleX(0.5); }
  .-ani-btn-hanburger:hover .-ani-child-3 {
    -webkit-transform: rotate(33deg) translate(-2px, 6px) scaleX(0.6);
    -moz-transform: rotate(33deg) translate(-2px, 6px) scaleX(0.6);
    -o-transform: rotate(33deg) translate(-2px, 6px) scaleX(0.6);
    transform: rotate(33deg) translate(-2px, 6px) scaleX(0.6);
    /* last 18/05/2020 */
    -webkit-transform: rotate(45deg) translate(-1px, 7px) scaleX(0.5);
    -moz-transform: rotate(45deg) translate(-1px, 7px) scaleX(0.5);
    -o-transform: rotate(45deg) translate(-1px, 7px) scaleX(0.5);
    transform: rotate(45deg) translate(-1px, 7px) scaleX(0.5); }
  BODY.menu-is-open .-ani-btn-hanburger .-ani-child-1 {
    -webkit-transform: rotate(-45deg) translate(1px, -1px) scale(1.2) !important;
    -moz-transform: rotate(-45deg) translate(1px, -1px) scale(1.2) !important;
    -o-transform: rotate(-45deg) translate(1px, -1px) scale(1.2) !important;
    transform: rotate(-45deg) translate(1px, -1px) scale(1.2) !important; }
  BODY.menu-is-open .-ani-btn-hanburger .-ani-child-2 {
    -webkit-transform: scaleX(0) !important;
    -moz-transform: scaleX(0) !important;
    -o-transform: scaleX(0) !important;
    transform: scaleX(0) !important; }
  BODY.menu-is-open .-ani-btn-hanburger .-ani-child-3 {
    -webkit-transform: rotate(45deg) translate(-1px, -1px) scale(1.2) !important;
    -moz-transform: rotate(45deg) translate(-1px, -1px) scale(1.2) !important;
    -o-transform: rotate(45deg) translate(-1px, -1px) scale(1.2) !important;
    transform: rotate(45deg) translate(-1px, -1px) scale(1.2) !important; }
  .-ani-btn-hanburger .-ani-child-1,
  .-ani-btn-hanburger .-ani-child-2,
  .-ani-btn-hanburger .-ani-child-3 {
    background-color: #000000; }
    BODY.top-page:not([template-alias="SoloTesto"]) .-ani-btn-hanburger .-ani-child-1, BODY.top-page:not([template-alias="SoloTesto"])
    .-ani-btn-hanburger .-ani-child-2, BODY.top-page:not([template-alias="SoloTesto"])
    .-ani-btn-hanburger .-ani-child-3 {
      background-color: white; }
    BODY.menu-is-open .-ani-btn-hanburger .-ani-child-1, BODY.menu-is-open
    .-ani-btn-hanburger .-ani-child-2, BODY.menu-is-open
    .-ani-btn-hanburger .-ani-child-3 {
      background-color: white; }

.-ani-primary-nav {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -100vh;
  left: 0;
  right: 0;
  z-index: 70;
  width: 0;
  max-width: 1920px;
  margin: auto;
  -webkit-transition: transform .001s linear;
  -moz-transition: transform .001s linear;
  -o-transition: transform .001s linear;
  transition: transform .001s linear;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  /* last 18/05/2020 */
  max-width: none; }
  .-ani-primary-nav:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    opacity: 0;
    background: linear-gradient(to right, transparent, black);
    -webkit-transition: opacity 2s ease-in-out .001s;
    -moz-transition: opacity 2s ease-in-out .001s;
    -o-transition: opacity 2s ease-in-out .001s;
    transition: opacity 2s ease-in-out .001s;
    z-index: 99; }
    @media (max-width: 767px) {
      .-ani-primary-nav:before {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.75), black); } }
  .menu-is-sticky .-ani-primary-nav {
    position: fixed; }
  .-ani-primary-nav.menu-is-open {
    position: fixed;
    opacity: 1;
    visibility: visible;
    top: 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
    .-ani-primary-nav.menu-is-open:before {
      opacity: 1; }
  .-ani-primary-nav_list {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 25px;
    right: 25px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 768px) {
      .-ani-primary-nav_list {
        right: 66px; } }
    .-ani-primary-nav_list li {
      line-height: 1;
      -webkit-animation-duration: .3s;
      animation-duration: .3s;
      margin: calc(1vh + .5vw) 0; }
      .-ani-primary-nav_list li:nth-child(1) {
        -webkit-animation-delay: .1s;
        animation-delay: .1s; }
      .-ani-primary-nav_list li:nth-child(2) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s; }
      .-ani-primary-nav_list li:nth-child(3) {
        -webkit-animation-delay: .3s;
        animation-delay: .3s; }
      .-ani-primary-nav_list li:nth-child(4) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s; }
      .-ani-primary-nav_list li:nth-child(5) {
        -webkit-animation-delay: .5s;
        animation-delay: .5s; }
      .-ani-primary-nav_list li:nth-child(6) {
        -webkit-animation-delay: .6s;
        animation-delay: .6s; }
      .-ani-primary-nav_list li:nth-child(7) {
        -webkit-animation-delay: .7s;
        animation-delay: .7s; }
    .-ani-primary-nav_list li > a {
      color: white;
      display: inline-block;
      overflow: hidden;
      font-size: 1.8rem;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 2px;
      text-decoration: none; }
      @media (max-width: 767px) {
        .-ani-primary-nav_list li > a {
          font-size: 1.4rem; } }
      .-ani-primary-nav_list li > a:hover span:after {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
  .-ani-primary-nav_item {
    position: relative;
    overflow: hidden; }
    .-ani-primary-nav_item:after {
      content: '';
      position: absolute;
      bottom: 1rem;
      left: 0;
      width: 102%;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-transition: transform .25s;
      -moz-transition: transform .25s;
      -o-transition: transform .25s;
      transition: transform .25s;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%); }
      @media (max-width: 767px) {
        .-ani-primary-nav_item:after {
          bottom: .8rem; } }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.-ani-header-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 105px;
  transform-origin: 50% 0%;
  -webkit-transition: all 1s linear 0s;
  -moz-transition: all 1s linear 0s;
  -o-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 48px;
  border-bottom: 2px solid #e9e9e9; }
  @media (min-width: 586px) {
    .-ani-header-bg {
      height: 105px; } }
  @media (min-width: 768px) {
    .-ani-header-bg {
      height: 110px; } }
  @media (min-width: 992px) {
    .-ani-header-bg {
      height: 120px; } }
  @media (min-width: 1200px) {
    .-ani-header-bg {
      height: 135px; } }
  .-ani-header-bg .-ani-child-1 {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: white;
    opacity: 0.9; }
  .scrolling-down .-ani-header-bg {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0.95; }
  .scrolling-up .-ani-header-bg {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0.95; }
  .scrolling-up.menu-is-open:not(.top-page) .-ani-header-bg {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0.95; }
  .top-page .-ani-header-bg {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 0; }

/* END - HEADER */
.swiper-pagination-bullet {
  opacity: .5 !important;
  border: 1px solid #fff !important; }

/* SECTION FULLSCREEN */
#SectionFullscreen {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: relative;
  perspective: 200px;
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -moz-transition: opacity 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -o-transition: opacity 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: opacity 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }
  #SectionFullscreen #ToggleVideoAudio {
    display: none; }
  #SectionFullscreen #CustomPoster {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("media/horizontal.jpg");
    /*background-image: url('media/poster-video.jpg');*/
    background-position: center center;
    background-size: cover;
    z-index: 3;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: transform 1s linear 0.5s;
    -moz-transition: transform 1s linear 0.5s;
    -o-transition: transform 1s linear 0.5s;
    transition: transform 1s linear 0.5s; }
    #SectionFullscreen #CustomPoster.zoomed {
      -webkit-transform: scale3d(1.5, 1.5, 1);
      -moz-transform: scale3d(1.5, 1.5, 1);
      -o-transform: scale3d(1.5, 1.5, 1);
      transform: scale3d(1.5, 1.5, 1); }
    #SectionFullscreen #CustomPoster.poster-portrait {
      background-image: url("media/vertical.jpg"); }
  #SectionFullscreen #VideoWrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    opacity: 1;
    -webkit-transition: opacity 1s linear 0s;
    -moz-transition: opacity 1s linear 0s;
    -o-transition: opacity 1s linear 0s;
    transition: opacity 1s linear 0s; }

/* END - SECTION FULLSCREEN */
/* SECTION PRODOTTI */
#SectionProdotti {
  /*opacity: 1;
    transition: opacity 0.9s $aniComponents 0s;*/ }

#SwipeProdotti .swiper-slide > A > DIV {
  position: relative;
  color: white;
  perspective: 400px;
  -webkit-transition: transform 0.9s linear 0ms;
  -moz-transition: transform 0.9s linear 0ms;
  -o-transition: transform 0.9s linear 0ms;
  transition: transform 0.9s linear 0ms; }
  .-ani-firstScroll.-ani-section-zoomin #SwipeProdotti .swiper-slide > A > DIV {
    -webkit-transform: scale3d(0, 0, 1);
    -moz-transform: scale3d(0, 0, 1);
    -o-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1); }
  #SwipeProdotti .swiper-slide > A > DIV > H3 {
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13.5px;
    /* last 18/05/2020 */
    z-index: 1; }
  #SwipeProdotti .swiper-slide > A > DIV > DIV {
    overflow: hidden; }
    #SwipeProdotti .swiper-slide > A > DIV > DIV > IMG {
      display: block;
      width: 100%;
      -webkit-transition: transform 0.5s linear 0s;
      -moz-transition: transform 0.5s linear 0s;
      -o-transition: transform 0.5s linear 0s;
      transition: transform 0.5s linear 0s; }

#SwipeProdotti .swiper-slide:hover > A > DIV > DIV > IMG {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

/* END - SECTION PRODOTTI */
/* SECTION PROTOTIPI */
#SectionLavorazioni {
  background-color: #f1f1f1; }

#SwipeLavorazioni .swiper-slide > A {
  text-decoration: none; }
  #SwipeLavorazioni .swiper-slide > A > DIV {
    position: relative;
    perspective: 400px;
    box-shadow: rgba(0, 0, 0, 0.17) 0px 2px 24px;
    -webkit-transition: transform 0.9s linear 0s, opacity;
    -moz-transition: transform 0.9s linear 0s, opacity;
    -o-transition: transform 0.9s linear 0s, opacity;
    transition: transform 0.9s linear 0s, opacity; }
    .-ani-firstScroll.-ani-section-slidein-up #SwipeLavorazioni .swiper-slide > A > DIV {
      -webkit-transform: translate3d(0px, 33.333%, 0px);
      -moz-transform: translate3d(0px, 33.333%, 0px);
      -o-transform: translate3d(0px, 33.333%, 0px);
      transform: translate3d(0px, 33.333%, 0px);
      opacity: 0; }
    #SwipeLavorazioni .swiper-slide > A > DIV > DIV.img {
      overflow: hidden; }
      #SwipeLavorazioni .swiper-slide > A > DIV > DIV.img > IMG {
        display: block;
        width: 100%;
        -webkit-transition: transform 0.7s linear 0s;
        -moz-transition: transform 0.7s linear 0s;
        -o-transition: transform 0.7s linear 0s;
        transition: transform 0.7s linear 0s;
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%; }
    #SwipeLavorazioni .swiper-slide > A > DIV > DIV.text {
      position: relative;
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: center; }
      #SwipeLavorazioni .swiper-slide > A > DIV > DIV.text > DIV {
        z-index: 1;
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center; }
        #SwipeLavorazioni .swiper-slide > A > DIV > DIV.text > DIV > DIV {
          flex-grow: 1; }
          #SwipeLavorazioni .swiper-slide > A > DIV > DIV.text > DIV > DIV > H3 {
            text-align: center;
            text-transform: uppercase;
            font-size: 13.5px;
            line-height: 1.1;
            -webkit-transition: transform 0.5s linear 0s;
            -moz-transition: transform 0.5s linear 0s;
            -o-transition: transform 0.5s linear 0s;
            transition: transform 0.5s linear 0s; }
      #SwipeLavorazioni .swiper-slide > A > DIV > DIV.text > DIV.bg {
        position: absolute;
        z-index: 0;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-color: white;
        -webkit-transition: transform 0.5s linear 0s;
        -moz-transition: transform 0.5s linear 0s;
        -o-transition: transform 0.5s linear 0s;
        transition: transform 0.5s linear 0s;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%; }

#SwipeLavorazioni .swiper-slide:hover > A > DIV > DIV.img > IMG {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1); }

#SwipeLavorazioni .swiper-slide:hover > A > DIV > DIV.text > DIV > DIV > H3 {
  -webkit-transform: translate3d(0, -300%, 0) scale(1.2);
  -moz-transform: translate3d(0, -300%, 0) scale(1.2);
  -o-transform: translate3d(0, -300%, 0) scale(1.2);
  transform: translate3d(0, -300%, 0) scale(1.2); }

#SwipeLavorazioni .swiper-slide:hover > A > DIV > DIV.text > DIV.bg {
  -webkit-transform: scale3d(1, 2, 1);
  -moz-transform: scale3d(1, 2, 1);
  -o-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1); }

/* END - SECTION PROTOTIPI */
/* SWIPER */
:root {
  --swiper-navigation-size: 32px !important;
  --swiper-theme-color: #888 !important; }

.swiper-button-hidden {
  opacity: 0 !important; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 30px !important;
  right: auto !important;
  outline: none !important; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 30px !important;
  left: auto !important;
  outline: none !important; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 25px !important; }

.slider-fullscreen {
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto; }
  .slider-fullscreen .swiper-slide {
    background-size: cover;
    background-position: center; }
  @media (orientation: landscape) {
    .slider-fullscreen.slider-fullscreen-portrait {
      display: none; } }
  @media (orientation: portrait) {
    .slider-fullscreen.slider-fullscreen-landscape {
      display: none; } }

#SectionAltriProdotti {
  position: relative; }
  #SectionAltriProdotti:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6.25rem;
    background-color: white; }

@media (min-width: 586px) {
  #SwipeAltriProdotti {
    max-width: 700px; }
    #SwipeAltriProdotti .swiper-slide {
      padding: 0 100px; } }

@media (min-width: 992px) {
  #SwipeAltriProdotti {
    max-width: 900px; }
    #SwipeAltriProdotti .swiper-slide {
      padding: 0 200px; } }

/* END - SWIPER */
@media (min-width: 992px) {
  .wide-image-list .col {
    min-height: 400px; } }

@media (min-width: 992px) {
  .position-lg-sticky {
    position: sticky !important; } }

.item-ordered-list {
  position: absolute;
  right: 100%;
  white-space: nowrap; }

/* mediaelement-plugins */
.mejs-container {
  width: 100% !important;
  height: 100vh !important; }

.mejs-controls {
  display: none !important; }

/* END - mediaelement-plugins */
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 140px !important; }

/* JUMP TOP */
#JumpTop {
  display: block;
  position: absolute;
  z-index: 5;
  left: 50%;
  margin-left: -9px;
  top: auto;
  bottom: 2.5rem;
  bottom: 70px;
  cursor: pointer;
  /*-webkit-animation: sdb05 2s 5;
    animation: sdb05 2s 5;*/
  -webkit-animation: sdb05 2s infinite;
  -moz-animation: sdb05 2s infinite;
  -o-animation: sdb05 2s infinite;
  animation: sdb05 2s infinite;
  opacity: 0;
  /* last 18/05/2020 */
  bottom: 0;
  padding-bottom: 100px;
  margin-left: -16px; }
  #JumpTop img {
    display: block;
    height: 16px;
    width: 32px; }
  .menu-is-open #JumpTop {
    display: none; }

/*@media only screen and (max-height:1024px) and (max-width:1024px) {
    #JumpTop {
        margin-left: -(64px/2);

        img {
            height: (32px);
            width: (64px);
        }
    }
}*/
@keyframes sdb05 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; } }

/* END - JUMP TOP */
/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  z-index: 1031;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  margin: auto;
  padding: 10px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.85);
  background-color: black;
  color: rgba(255, 255, 255, 0.25);
  font-family: 'TTNorms-Light'; }
  #gdpr-cookie-message:after {
    content: '';
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25); }
  @media (min-width: 768px) {
    #gdpr-cookie-message {
      flex-direction: row; } }
  #gdpr-cookie-message > * {
    width: auto;
    /*max-width: 400px;*/
    background-color: black;
    padding: 5px;
    margin: 0;
    flex-grow: 1; }
  #gdpr-cookie-message h4, #gdpr-cookie-message h5 {
    color: rgba(255, 255, 255, 0.75);
    font-family: 'TTNorms-Medium';
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap; }
    @media (min-width: 768px) {
      #gdpr-cookie-message h4, #gdpr-cookie-message h5 {
        align-self: flex-start;
        padding: 5px 10px; } }
    @media (min-width: 1400px) {
      #gdpr-cookie-message h4, #gdpr-cookie-message h5 {
        align-self: center; } }
  #gdpr-cookie-message h5 {
    font-size: 14px; }
  #gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 13px;
    line-height: 1.5em; }
  #gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right; }
  #gdpr-cookie-message li {
    width: 49%;
    display: inline-block; }
  #gdpr-cookie-message a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 13px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    #gdpr-cookie-message a:hover {
      color: white;
      border-bottom-color: white;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
  #gdpr-cookie-message button,
  #gdpr-cookie-message button#ihavecookiesBtn {
    border: none;
    background: rgba(255, 255, 255, 0.75);
    color: black;
    font-family: 'TTNorms-Medium';
    font-size: 13px;
    padding: 7px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  #gdpr-cookie-message button:hover {
    background: white;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  #gdpr-cookie-message button#gdpr-cookie-advanced {
    display: none;
    background: rgba(255, 255, 255, 0.75);
    color: black; }
  #gdpr-cookie-message button:disabled {
    opacity: 0.3; }
  #gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px; }

/* END - Cookie Dialog */
