/* normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url(../css/animate.css);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0.7em 16px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 4px;
    background-color: #000;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

a {
  outline: none !important; }

.bloccato {
  overflow: hidden !important; }

b,
strong {
  font-weight: 400; }

.clear {
  clear: both; }

.disattiva {
  pointer-events: none !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300; }

h6 {
  display: none; }

h1 {
  font-family: 'Modern No_20 W01 Roman', serif;
  font-weight: lighter; }

body {
  font-family: "Akagi Pro W00 Thin", sans-serif;
  font-weight: 300;
  overflow-x: hidden; }

strong {
  font-family: 'Akagi Pro W00 Bold', sans-serif;
  font-weight: bold; }

_::-webkit-full-page-media,
_:future,
:root body {
  -webkit-font-smoothing: antialiased; }

.corsivo {
  font-style: italic; }

.disabilita {
  pointer-events: none !important; }

.main-container-white .followtitleinner {
  background-color: rgba(255, 255, 255, 0.8) !important; }

.main-container-black .followtitleinner {
  background-color: rgba(29, 30, 42, 0.8) !important;
  color: #fff !important; }

.mostra {
  opacity: 1 !important; }

.nascondi {
  display: none !important; }

.verticale {
  min-height: auto !important;
  height: 100% !important; }

.webpage svg .cls-1 {
  stroke: #fff; }

.white {
  background-color: white; }

.yellow {
  background-color: #f9cf03; }

.black {
  background-color: #1d1e2a;
  color: #fff; }

.yellow.scratch {
  background-image: url("../img/scratch-bg.png");
  background-position: top center;
  background-repeat: no-repeat; }

.container-fluid {
  width: 100%;
  /*min-height: 100vh;*/
  padding-left: 0px;
  padding-right: 0px;
  position: relative; }
  .container-fluid .arrow-down {
    bottom: 30px;
    height: 15px;
    position: absolute;
    text-align: center;
    width: 100px;
    z-index: 999;
    left: 0;
    right: 0;
    margin: auto; }
    @media screen and (max-width: 520px) {
      .container-fluid .arrow-down {
        bottom: 20px !important; } }
    .container-fluid .arrow-down.ios p {
      line-height: 30px; }
    @media screen and (max-width: 520px) {
      .container-fluid .arrow-down.ios {
        bottom: 95px !important; } }
    .container-fluid .arrow-down.iPad {
      bottom: 65px !important; }
    .container-fluid .arrow-down img {
      cursor: pointer; }
      @media screen and (max-width: 520px) {
        .container-fluid .arrow-down img {
          width: 50px; } }
  .container-fluid .slider {
    height: 100vh;
    margin-bottom: 0; }
    @media screen and (max-width: 520px) {
      .container-fluid .slider .slick-list,
      .container-fluid .slider .slick-track {
        height: 100%; } }
    .container-fluid .slider .slick-slide {
      height: 100vh;
      overflow: hidden;
      padding: 0 5vw;
      position: relative; }
      @media screen and (max-width: 520px) {
        .container-fluid .slider .slick-slide {
          height: 100%;
          position: relative; } }
      .container-fluid .slider .slick-slide .bg-responsive {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.2;
        background-position: center;
        background-repeat: no-repeat; }
        @media screen and (max-width: 520px) {
          .container-fluid .slider .slick-slide .bg-responsive {
            display: block; } }
      .container-fluid .slider .slick-slide .slide-main-cont {
        width: 940px;
        margin: auto;
        height: 100vh;
        position: relative; }
        @media screen and (max-width: 999px) {
          .container-fluid .slider .slick-slide .slide-main-cont {
            width: 470px; } }
        @media screen and (max-width: 749px) {
          .container-fluid .slider .slick-slide .slide-main-cont {
            width: 470px; } }
        @media screen and (max-width: 520px) {
          .container-fluid .slider .slick-slide .slide-main-cont {
            width: 100%;
            height: 100%; } }
        @media screen and (max-width: 999px) {
          .container-fluid .slider .slick-slide .slide-main-cont h2 {
            font-size: 24px !important; } }
        @media (min-width: 481px) and (max-width: 668px) {
          .container-fluid .slider .slick-slide .slide-main-cont h2 {
            font-size: 20px !important; } }
        @media (min-width: 481px) and (max-width: 570px) {
          .container-fluid .slider .slick-slide .slide-main-cont h2 {
            font-size: 18px !important; } }
      .container-fluid .slider .slick-slide .left,
      .container-fluid .slider .slick-slide .right {
        width: 470px;
        float: left; }
        @media screen and (max-width: 999px) {
          .container-fluid .slider .slick-slide .left,
          .container-fluid .slider .slick-slide .right {
            width: 470px; } }
        @media screen and (max-width: 749px) {
          .container-fluid .slider .slick-slide .left,
          .container-fluid .slider .slick-slide .right {
            width: 470px; } }
        @media screen and (max-width: 520px) {
          .container-fluid .slider .slick-slide .left,
          .container-fluid .slider .slick-slide .right {
            width: 100%; } }
      .container-fluid .slider .slick-slide .right {
        height: 100vh; }
        @media screen and (max-width: 999px) {
          .container-fluid .slider .slick-slide .right {
            height: auto !important; } }
        .container-fluid .slider .slick-slide .right p {
          height: 100vh;
          margin: 0;
          line-height: 100vh; }
          @media screen and (max-width: 999px) {
            .container-fluid .slider .slick-slide .right p {
              height: auto !important;
              line-height: normal !important; } }
        .container-fluid .slider .slick-slide .right .big-img {
          width: 470px;
          height: auto;
          vertical-align: middle;
          display: inline-block; }
          @media screen and (max-width: 520px) {
            .container-fluid .slider .slick-slide .right .big-img {
              display: none; } }
      .container-fluid .slider .slick-slide .footer-slide {
        position: absolute;
        bottom: 30px; }
        .container-fluid .slider .slick-slide .footer-slide p {
          line-height: 30px; }
        @media screen and (max-width: 999px) {
          .container-fluid .slider .slick-slide .footer-slide {
            bottom: 10px !important;
            left: -23%; } }
        @media screen and (max-width: 520px) {
          .container-fluid .slider .slick-slide .footer-slide {
            bottom: 45px !important;
            left: 0; } }
        @media screen and (max-width: 520px) {
          .container-fluid .slider .slick-slide .footer-slide.ios {
            bottom: 110px !important; } }
        .container-fluid .slider .slick-slide .footer-slide.iPad {
          bottom: 40px !important; }
        .container-fluid .slider .slick-slide .footer-slide img {
          position: relative;
          float: left; }
          @media screen and (max-width: 520px) {
            .container-fluid .slider .slick-slide .footer-slide img {
              width: 50px; } }
        .container-fluid .slider .slick-slide .footer-slide p {
          display: inline-block;
          float: left;
          font-size: 24px;
          margin: 0 0 0 20px !important; }
          @media screen and (max-width: 520px) {
            .container-fluid .slider .slick-slide .footer-slide p {
              font-size: 15px; } }
          .container-fluid .slider .slick-slide .footer-slide p strong {
            font-family: "Akagi Pro W00 Bold", sans-serif;
            font-weight: 300; }
    .container-fluid .slider .slick-dots {
      bottom: 50px !important;
      display: block;
      list-style: outside none none;
      padding: 0;
      position: relative;
      text-align: right;
      width: 940px;
      margin: auto;
      z-index: 999; }
      @media screen and (max-width: 999px) {
        .container-fluid .slider .slick-dots {
          width: 470px; } }
      @media screen and (max-width: 749px) {
        .container-fluid .slider .slick-dots {
          width: 470px; } }
      @media screen and (max-width: 520px) {
        .container-fluid .slider .slick-dots {
          width: 90%;
          bottom: 35px !important; } }
      @media screen and (max-width: 520px) {
        .container-fluid .slider .slick-dots.ios {
          bottom: 110px !important; } }
      .container-fluid .slider .slick-dots.iPad {
        bottom: 60px !important; }
      @media screen and (max-width: 520px) {
        .container-fluid .slider .slick-dots li {
          width: 10px;
          height: 10px; } }
      .container-fluid .slider .slick-dots li button::before {
        content: '';
        width: 15px;
        height: 15px;
        border: 1px solid #000;
        border-radius: 100px;
        opacity: 1; }
        @media screen and (max-width: 520px) {
          .container-fluid .slider .slick-dots li button::before {
            width: 7px;
            height: 7px; } }
      .container-fluid .slider .slick-dots li.slick-active button::before {
        background-color: #000; }
    .container-fluid .slider h1 {
      color: #1d1f29;
      font-size: 90px;
      line-height: 85px;
      margin: 90px 0 0 0;
      z-index: 100;
      position: relative; }
      @media screen and (max-width: 520px) {
        .container-fluid .slider h1 {
          font-size: 70px !important;
          line-height: 60px; } }
      @media screen and (max-width: 520px) {
        .container-fluid .slider h1 {
          margin-top: 85px; } }
    .container-fluid .slider h2 {
      color: #f9cf03;
      z-index: 100;
      position: relative;
      font-size: 34px; }
      @media screen and (max-width: 520px) {
        .container-fluid .slider h2 {
          font-size: 20px !important;
          color: #1d1f29 !important; } }
    .container-fluid .slider img {
      position: relative;
      z-index: 100; }
    .container-fluid .slider .yellow h2 {
      color: #fff; }
    .container-fluid .slider .slide1 .left {
      float: none;
      margin: auto; }
      .container-fluid .slider .slide1 .left img {
        margin: auto;
        width: 70%;
        margin-top: 35%; }
        @media screen and (max-width: 749px) {
          .container-fluid .slider .slide1 .left img {
            margin-top: 25%;
            width: 90%; } }
        @media screen and (max-width: 520px) {
          .container-fluid .slider .slide1 .left img {
            width: 100%; } }
    @media screen and (max-width: 520px) {
      .container-fluid .slider .polygon {
        display: none !important; } }
    .container-fluid .slider .slide2 .polygon {
      width: 200%;
      left: -50%;
      height: 100%;
      -ms-transform: rotate(7deg);
      /* IE 9 */
      -webkit-transform: rotate(7deg);
      /* Chrome, Safari, Opera */
      transform: rotate(7deg);
      background: rgba(128, 128, 128, 0.3);
      position: absolute;
      top: 50%;
      z-index: 0; }
    .container-fluid .slider .slide3 .polygon {
      width: 100%;
      height: 30%;
      background: rgba(128, 128, 128, 0.3);
      position: absolute;
      top: 70%;
      left: 0;
      right: 0;
      z-index: 0; }
    .container-fluid .slider .slide4 .polygon {
      border-bottom: 12vw solid transparent;
      border-left: 60vw solid rgba(128, 128, 128, 0.3);
      border-top: 12vw solid transparent;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 0;
      z-index: 0; }
      @media screen and (max-width: 999px) {
        .container-fluid .slider .slide4 .polygon {
          top: 42% !important; } }
    .container-fluid .slider .slide4 h2 {
      color: #000 !important;
      font-size: 20px; }
    @media screen and (max-width: 999px) {
      .container-fluid .slider .slide4 img.bg-img {
        position: absolute;
        margin-left: 32%;
        top: 41%; } }
    .container-fluid .slider .slide4 .right {
      position: relative; }
    .container-fluid .slider .slide4 .back-image {
      background-image: url("../img/slide4/speakers-corner-2.png");
      background-repeat: no-repeat;
      background-position: center right;
      height: 560px;
      width: 500%;
      position: absolute;
      right: 50px;
      height: 100vh; }
      @media screen and (max-width: 520px) {
        .container-fluid .slider .slide4 .back-image {
          display: none; } }
      @media screen and (min-width: 520px) and (max-width: 999px) {
        .container-fluid .slider .slide4 .back-image {
          margin-top: -46% !important; } }
    .container-fluid .slider .slide5 h1 {
      font-size: 85px; }
    .container-fluid .slider .slide5 .polygon {
      width: 100%;
      height: 20%;
      background: rgba(128, 128, 128, 0.3);
      position: absolute;
      top: 60%;
      left: 0;
      right: 0;
      z-index: 0; }
    .container-fluid .slider .slide5 h1,
    .container-fluid .slider .slide5 h2 {
      text-align: left; }
  .container-fluid .container-slider-home {
    background-color: #EEEEEE; }
    .container-fluid .container-slider-home .slick-slider-home {
      background-color: #fff;
      margin: 0 auto;
      max-width: 1440px; }
  .container-fluid .cooming-soon {
    text-align: center;
    padding-bottom: 30px; }
    @media screen and (max-width: 520px) {
      .container-fluid .cooming-soon img {
        width: 100%; } }
    .container-fluid .cooming-soon h1 {
      font-size: 60px;
      margin: 10px 0; }
    .container-fluid .cooming-soon p {
      margin: 0;
      font-size: 18px; }
    .container-fluid .cooming-soon .logotype-content::before {
      content: '';
      display: block;
      width: 30px;
      height: 2px;
      background-image: url("../img/dotted.png");
      background-repeat: repeat-x;
      margin-top: 50px;
      margin-left: auto;
      margin-right: auto;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .container-fluid .cooming-soon .logotype-content .logotype {
      width: 80vw;
      margin: 17px auto 0 auto;
      height: auto;
      display: inline-block; }
      .container-fluid .cooming-soon .logotype-content .logotype::before {
        content: '';
        display: block;
        width: 74%;
        height: 2px;
        background-image: url("../img/dotted.png");
        background-repeat: repeat-x;
        margin: 0 13%; }
      .container-fluid .cooming-soon .logotype-content .logotype .logo {
        position: relative;
        width: 25%;
        float: left;
        display: inline-block;
        margin: 2px 0 20px 0; }
        @media screen and (max-width: 999px) {
          .container-fluid .cooming-soon .logotype-content .logotype .logo {
            width: 50%; } }
        @media screen and (max-width: 520px) {
          .container-fluid .cooming-soon .logotype-content .logotype .logo {
            width: 100%; } }
        .container-fluid .cooming-soon .logotype-content .logotype .logo:before {
          content: '';
          display: inline-block;
          width: 30px;
          height: 2px;
          background-image: url("../img/dotted.png");
          background-repeat: repeat-x;
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
          @media screen and (max-width: 999px) {
            .container-fluid .cooming-soon .logotype-content .logotype .logo:before {
              display: none; } }
        .container-fluid .cooming-soon .logotype-content .logotype .logo a {
          display: block;
          margin: auto;
          max-width: 100%;
          background-position: center top;
          background-repeat: no-repeat; }
        .container-fluid .cooming-soon .logotype-content .logotype .logo a.logo1 {
          margin-top: 40px;
          height: 70px;
          background-size: auto 70px;
          background-image: url("../img/greylab_architettura.png"); }
        .container-fluid .cooming-soon .logotype-content .logotype .logo a.logo2 {
          margin-top: 40px;
          height: 70px;
          background-size: auto 70px;
          background-image: url("../img/greylab_industria.png"); }
        .container-fluid .cooming-soon .logotype-content .logotype .logo a.logo3 {
          margin-top: 60px;
          height: 30px;
          background-size: auto 30px;
          background-image: url("../img/sanfermosette.png"); }
        .container-fluid .cooming-soon .logotype-content .logotype .logo a.logo4 {
          margin-top: 30px;
          height: 80px;
          background-size: auto 80px;
          background-image: url("../img/the_brandist.png"); }
        .container-fluid .cooming-soon .logotype-content .logotype .logo img {
          display: block;
          margin: auto;
          margin-top: 40px;
          max-width: 100%; }
          @media screen and (max-width: 749px) {
            .container-fluid .cooming-soon .logotype-content .logotype .logo img {
              max-width: 60%; } }
        .container-fluid .cooming-soon .logotype-content .logotype .logo:nth-child(3) img {
          margin-top: 60px; }
        @media screen and (max-width: 749px) {
          .container-fluid .cooming-soon .logotype-content .logotype .logo:nth-child(4) img {
            max-width: 40%; } }
  .container-fluid .cont-footer {
    display: block; }
    @media (min-width: 768px) {
      .container-fluid .cont-footer {
        padding: 0 32px 0 0; } }
    @media (min-width: 1200px) {
      .container-fluid .cont-footer {
        padding: 0 24px 0 0; } }
  .container-fluid .footer {
    color: #fff;
    padding: 6em 40px 5em; }
    @media screen and (max-width: 520px) {
      .container-fluid .footer {
        padding-bottom: 20px; } }
    .container-fluid .footer h1 {
      font-size: 42px;
      margin: 0; }
      @media screen and (max-width: 999px) {
        .container-fluid .footer h1 {
          font-size: 41px; } }
    .container-fluid .footer .left,
    .container-fluid .footer .right {
      float: left;
      display: inline-block; }
      @media screen and (max-width: 749px) {
        .container-fluid .footer .left,
        .container-fluid .footer .right {
          float: none;
          width: 100% !important; } }
      @media screen and (max-width: 520px) {
        .container-fluid .footer .left,
        .container-fluid .footer .right {
          width: 100%; } }
    .container-fluid .footer .left {
      padding: 0 12px 0 16px;
      width: 65%; }
      @media screen and (max-width: 520px) {
        .container-fluid .footer .left h1 {
          font-size: 30px; } }
      .container-fluid .footer .left p {
        font-size: 24px;
        margin: 0; }
        @media screen and (max-width: 520px) {
          .container-fluid .footer .left p {
            font-size: 16px; } }
      .container-fluid .footer .left .arrow {
        height: 20px;
        background-image: url("../img/arrow.png");
        background-repeat: no-repeat;
        background-position: center right; }
        @media screen and (max-width: 520px) {
          .container-fluid .footer .left .arrow {
            display: none; } }
      .container-fluid .footer .left .logo {
        margin-top: 30px; }
        @media screen and (max-width: 520px) {
          .container-fluid .footer .left .logo {
            display: none; } }
    .container-fluid .footer .link-project {
      position: relative; }
      .container-fluid .footer .link-project span {
        z-index: 1000;
        transition: all .3s ease-in-out; }
      .container-fluid .footer .link-project::after {
        content: '';
        position: absolute;
        width: 0;
        height: 100%;
        background-color: #ffd200;
        top: 0;
        left: 0;
        line-height: 10.5rem;
        transition: all .3s ease-in-out; }
        @media (min-width: 1200px) {
          .container-fluid .footer .link-project::after {
            line-height: 9.5rem; } }
      .container-fluid .footer .link-project:hover::after {
        content: 'New Project';
        color: #1d1e2a;
        width: 100%; }
      .container-fluid .footer .link-project:hover span {
        opacity: 0; }
    .container-fluid .footer .right {
      width: 35%; }
      @media screen and (max-width: 520px) {
        .container-fluid .footer .right {
          text-align: center; } }
      .container-fluid .footer .right .logo-responsive {
        display: none;
        margin-top: 30px; }
        @media screen and (max-width: 520px) {
          .container-fluid .footer .right .logo-responsive {
            display: inline-block; } }
      .container-fluid .footer .right .btn {
        padding: .9em 60px;
        border: 1px solid #f9cf03;
        font-family: 'Modern No_20 W01 Roman', serif;
        font-size: 30px;
        display: block;
        color: #fff;
        text-align: center;
        text-decoration: none; }
        @media screen and (max-width: 999px) {
          .container-fluid .footer .right .btn {
            font-size: 31px;
            padding: 30px; } }
        @media screen and (max-width: 749px) {
          .container-fluid .footer .right .btn {
            margin-top: 30px; } }
        @media screen and (max-width: 520px) {
          .container-fluid .footer .right .btn {
            width: 80%; } }
        @media screen and (max-width: 480px) {
          .container-fluid .footer .right .btn {
            width: auto; } }
      .container-fluid .footer .right .copy {
        font-size: 14px;
        margin-top: 10em;
        padding: 0 16px 0 0;
        text-align: right; }
        @media screen and (max-width: 999px) {
          .container-fluid .footer .right .copy {
            margin-top: 40px; } }
        @media screen and (max-width: 480px) {
          .container-fluid .footer .right .copy {
            text-align: center; } }
    .container-fluid .footer .top-border {
      border-top: 1px solid #717271; }
  .container-fluid .footer-bottom #footer-logo {
    display: block;
    margin: .5em 0 2em 24px;
    width: 200px;
    height: 70px;
    background-image: url("../img/footer-logo.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 200px 70px; }
    @media screen and (max-width: 740px) {
      .container-fluid .footer-bottom #footer-logo {
        display: inline; } }
  .container-fluid .footer-bottom h3 {
    color: #BDBDBD;
    font-family: "Akagi Pro W00 Light";
    font-size: 24px;
    margin: 0 0 1em; }
    .container-fluid .footer-bottom h3 span {
      border-bottom: 1px solid #f9cf03;
      display: inline-block;
      padding-bottom: 2px;
      margin: 2em 0 0; }
      @media (min-width: 768px) {
        .container-fluid .footer-bottom h3 span {
          margin: 0; } }
  .container-fluid .footer-bottom p {
    font-family: "Akagi Pro W00 Light";
    font-size: 18px;
    line-height: 3rem; }
  .container-fluid .footer-bottom .social a {
    text-decoration: none; }
    .container-fluid .footer-bottom .social a:first-child i {
      margin: 0 6px 0 0; }
    .container-fluid .footer-bottom .social a:last-child i {
      margin: 0 0 0 6px; }
    .container-fluid .footer-bottom .social a i {
      font-size: 3rem;
      margin: 0 6px; }
  .container-fluid .footer-bottom ul {
    padding-left: 0px; }
    .container-fluid .footer-bottom ul li {
      /*margin-top: 15px;
                margin-bottom: 15px;*/
      font-size: 18px;
      margin: .7em 0 .8em;
      list-style: none; }
      .container-fluid .footer-bottom ul li a {
        color: #fff; }
  .container-fluid .footer-info {
    background-color: #fff; }
    .container-fluid .footer-info ul {
      list-style-type: none;
      padding: 0 !important; }
      @media screen and (max-width: 520px) {
        .container-fluid .footer-info ul {
          text-align: center; } }
      .container-fluid .footer-info ul li {
        display: inline-block;
        padding: 3px 20px;
        color: #1d1e2a;
        font-size: 13px;
        font-weight: lighter;
        border-right: 1px solid #1d1e2a;
        position: relative; }
        @media screen and (max-width: 999px) {
          .container-fluid .footer-info ul li {
            font-size: 14px; } }
        @media screen and (max-width: 520px) {
          .container-fluid .footer-info ul li {
            padding: 0px 13px;
            border-right: 0px solid #1d1e2a;
            display: block; } }
        @media screen and (max-width: 520px) {
          .container-fluid .footer-info ul li:after {
            /*content: '-';
                        position: absolute;
                        right: -4px;*/ } }
        .container-fluid .footer-info ul li a {
          color: #1d1e2a;
          text-decoration: none; }
          .container-fluid .footer-info ul li a:hover {
            text-decoration: none; }
        .container-fluid .footer-info ul li:first-child {
          padding-left: 0; }
      .container-fluid .footer-info ul li:last-child {
        border: 0; }
  .container-fluid #sfondo-servizi {
    background-attachment: scroll;
    background-color: #ffd200;
    background-image: url("../img/sfondo-servizi.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: auto;
    height: 0;
    position: absolute;
    top: 0;
    transition: all 2s ease-out;
    width: 100%;
    z-index: -1; }

.effect {
  position: relative;
  padding: 30px;
  /*&.reduced-left{
        @media screen and (max-width: 480px) {
            padding-left:45px;
        }
        @media screen and (max-width: 769px) {
            padding-left:60px;
        }
    }
    &.reduced-right{
        @media screen and (max-width: 480px) {
            padding-right:45px;
        }
        @media screen and (max-width: 769px) {
            padding-right:60px;
        }
    }*/ }
  .effect .list-container {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.50s; }
    .effect .list-container ul {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      list-style: none;
      margin: 0px;
      color: #1d1e2a; }
    .effect .list-container ul li {
      font-family: "Akagi Pro W00 Bold";
      font-size: 21;
      position: relative;
      padding-left: 20px; }
    .effect .list-container ul li:before {
      content: '';
      background: #fff;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      width: 5px;
      height: 5px;
      position: absolute;
      top: 40%;
      transform: translateY(-40%);
      left: 5px; }
  .effect:hover .list-container {
    opacity: 1; }

.effect.large .svg-container svg {
  height: auto; }
  @media (min-width: 480px) {
    .effect.large .svg-container svg {
      max-width: 175px; } }
  @media screen and (max-width: 481px) {
    .effect.large .svg-container svg {
      height: auto;
      min-height: 95px;
      width: auto; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .effect.large .svg-container svg {
      height: auto;
      min-height: 155px;
      width: auto; } }

.effect.small .svg-container svg {
  height: 90px;
  max-width: 90px; }
  @media screen and (max-width: 480px) {
    .effect.small .svg-container svg {
      height: 70px;
      max-width: 70px; } }

.effect-over-grey {
  background: rgba(29, 30, 42, 0);
  padding: 2em 16px;
  margin: 0 0 3em;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out; }
  @media (min-width: 480px) {
    .effect-over-grey {
      margin: 0 0 6em; } }
  @media (min-width: 768px) {
    .effect-over-grey {
      padding: 2em 16px;
      margin: 0; } }
  .effect-over-grey a {
    text-decoration: none; }
  .effect-over-grey [data-target="#service-logo-1"] h2,
  .effect-over-grey [data-target="#service-logo-2"] h2,
  .effect-over-grey [data-target="#service-logo-3"] h2,
  .effect-over-grey [data-target="#service-logo-4"] h2 {
    top: 6.1em; }
    @media (min-width: 375px) {
      .effect-over-grey [data-target="#service-logo-1"] h2,
      .effect-over-grey [data-target="#service-logo-2"] h2,
      .effect-over-grey [data-target="#service-logo-3"] h2,
      .effect-over-grey [data-target="#service-logo-4"] h2 {
        top: 7.2em; } }
    @media (min-width: 480px) {
      .effect-over-grey [data-target="#service-logo-1"] h2,
      .effect-over-grey [data-target="#service-logo-2"] h2,
      .effect-over-grey [data-target="#service-logo-3"] h2,
      .effect-over-grey [data-target="#service-logo-4"] h2 {
        top: 8.3em; } }
    @media (min-width: 768px) {
      .effect-over-grey [data-target="#service-logo-1"] h2,
      .effect-over-grey [data-target="#service-logo-2"] h2,
      .effect-over-grey [data-target="#service-logo-3"] h2,
      .effect-over-grey [data-target="#service-logo-4"] h2 {
        top: 6.1em; } }
  .effect-over-grey .svg-container {
    text-align: center; }
    .effect-over-grey .svg-container #papera-rollover,
    .effect-over-grey .svg-container #cardboard-rollover,
    .effect-over-grey .svg-container #teiera-rollover,
    .effect-over-grey .svg-container #cappellino-rollover {
      display: none;
      margin: 0 auto; }
    .effect-over-grey .svg-container svg path {
      stroke: #000;
      -webkit-transition: all 0.50s ease-in-out;
      /* Safari 3.1 to 6.0 */
      transition: all 0.50s; }
  .effect-over-grey h2 {
    text-align: center;
    color: #1d1e2a;
    font-family: 'Modern No_20 W01 Roman', serif;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all 0.50s ease-in-out;
    /* Safari 3.1 to 6.0 */
    transition: all 0.50s; }
    @media screen and (max-width: 481px) {
      .effect-over-grey h2 {
        font-size: 25px; } }
  .effect-over-grey p {
    opacity: 0;
    color: #fff;
    font-family: 'Akagi Pro W00 Thin', sans-serif;
    font-size: 2rem;
    font-weight: lighter;
    padding-top: .5em;
    text-align: justify;
    -webkit-transition: all 0.50s ease-in-out;
    /* Safari 3.1 to 6.0 */
    transition: all 0.50s;
    /*@media screen and (max-width: 769px) {
            opacity: 1;
            color:$black;
        }*/ }
    @media screen and (max-width: 481px) {
      .effect-over-grey p {
        display: none; } }
    @media (min-width: 768px) {
      .effect-over-grey p {
        font-size: 1.3rem; } }
    @media (min-width: 992px) {
      .effect-over-grey p {
        font-size: 2rem; } }
  .effect-over-grey:hover {
    background: #1d1e2a; }
    .effect-over-grey:hover .svg-container #papera,
    .effect-over-grey:hover .svg-container #cardboard,
    .effect-over-grey:hover .svg-container #teiera,
    .effect-over-grey:hover .svg-container #cappellino {
      display: none; }
    .effect-over-grey:hover .svg-container #papera-rollover,
    .effect-over-grey:hover .svg-container #cardboard-rollover,
    .effect-over-grey:hover .svg-container #teiera-rollover,
    .effect-over-grey:hover .svg-container #cappellino-rollover {
      display: block; }
    .effect-over-grey:hover .svg-container svg {
      max-width: 175px; }
      .effect-over-grey:hover .svg-container svg path {
        stroke: #fff; }
    .effect-over-grey:hover h2 {
      color: #f9cf03;
      position: relative;
      top: auto; }
    .effect-over-grey:hover p {
      opacity: 1; }

.effect-over-yellow {
  /*background: rgba(29, 30, 42, 0);*/
  padding: 0 !important;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out; }
  .effect-over-yellow a {
    text-decoration: none; }
  .effect-over-yellow .svg-container {
    text-align: center; }
    .effect-over-yellow .svg-container svg {
      opacity: 1;
      -webkit-transition: all 0.50s ease-in-out;
      /* Safari 3.1 to 6.0 */
      transition: all 0.50s; }
      .effect-over-yellow .svg-container svg path {
        stroke: #000;
        -webkit-transition: all 0.50s ease-in-out;
        /* Safari 3.1 to 6.0 */
        transition: all 0.50s; }
  .effect-over-yellow:hover {
    background: #f9cf03; }
    .effect-over-yellow:hover .svg-container svg {
      opacity: 0.01; }

.bg-covered {
  background-size: cover;
  background-position: center; }

.followtitleinner {
  z-index: 1000; }

#generatore-container {
  background-color: #EEEEEE; }
  #generatore-container #generatore {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 16px; }
    @media (min-width: 768px) {
      #generatore-container #generatore {
        padding: 0 30px 30px 30px; } }
    #generatore-container #generatore .container {
      height: auto;
      padding: 100px 0 50px; }
      @media (min-width: 992px) {
        #generatore-container #generatore .container {
          height: 630px;
          padding: 100px 16px; } }
      @media (min-width: 1200px) {
        #generatore-container #generatore .container {
          padding: 100px 0; } }
      #generatore-container #generatore .container .moods {
        float: none;
        margin: 0 auto;
        width: 100%; }
        @media (min-width: 768px) {
          #generatore-container #generatore .container .moods {
            float: left;
            margin: 0 80px 0 25px;
            width: 45%; } }
        #generatore-container #generatore .container .moods .mood {
          margin: 0 auto; }
          @media (min-width: 768px) {
            #generatore-container #generatore .container .moods .mood {
              margin: 0 0 0 -20px; } }
        #generatore-container #generatore .container .moods.random {
          text-align: center; }
          @media (min-width: 768px) {
            #generatore-container #generatore .container .moods.random {
              text-align: left; } }
      #generatore-container #generatore .container .stile {
        float: none;
        width: 100%; }
        @media (min-width: 768px) {
          #generatore-container #generatore .container .stile {
            float: left;
            width: 30%; } }
        #generatore-container #generatore .container .stile.genera {
          text-align: center; }
          @media (min-width: 768px) {
            #generatore-container #generatore .container .stile.genera {
              text-align: left; } }
        #generatore-container #generatore .container .stile label {
          margin: 3em auto 5px; }
          @media (min-width: 768px) {
            #generatore-container #generatore .container .stile label {
              margin: 0 auto 5px; } }
        #generatore-container #generatore .container .stile .style {
          height: 9em;
          margin: 0 auto;
          width: 50%; }
          @media (min-width: 768px) {
            #generatore-container #generatore .container .stile .style {
              height: auto;
              margin: 0 0 0 -10px;
              width: auto; } }
    #generatore-container #generatore .container-fluid {
      transform-style: preserve-3d; }
      #generatore-container #generatore .container-fluid.vh100 {
        height: auto; }
        @media (min-width: 992px) {
          #generatore-container #generatore .container-fluid.vh100 {
            height: 100vh; } }
      #generatore-container #generatore .container-fluid .container {
        width: 100%; }
        @media (min-width: 992px) {
          #generatore-container #generatore .container-fluid .container {
            position: relative;
            top: 50%;
            transform: perspective(1px) translateY(-50%);
            width: 900px; } }
        #generatore-container #generatore .container-fluid .container .col1,
        #generatore-container #generatore .container-fluid .container .col2 {
          display: block;
          float: none;
          margin: 0 auto;
          width: 100%; }
          @media (min-width: 992px) {
            #generatore-container #generatore .container-fluid .container .col1,
            #generatore-container #generatore .container-fluid .container .col2 {
              display: inline-block; } }
        @media (min-width: 768px) {
          #generatore-container #generatore .container-fluid .container .col1 {
            width: 540px; } }
        @media (min-width: 992px) {
          #generatore-container #generatore .container-fluid .container .col1 {
            float: left;
            padding: 0 0 0 16px; } }
        @media (min-width: 1200px) {
          #generatore-container #generatore .container-fluid .container .col1 {
            padding: 0; } }
        #generatore-container #generatore .container-fluid .container .col1 .row, #generatore-container #generatore .container-fluid .container .col1 .row:first-child, #generatore-container #generatore .container-fluid .container .col1 .row:nth-child(2) {
          margin: 5px auto 15px; }
          @media (min-width: 992px) {
            #generatore-container #generatore .container-fluid .container .col1 .row, #generatore-container #generatore .container-fluid .container .col1 .row:first-child, #generatore-container #generatore .container-fluid .container .col1 .row:nth-child(2) {
              margin: 5px -25px 15px; } }
        #generatore-container #generatore .container-fluid .container .col2 {
          height: 273px; }
          @media (min-width: 375px) {
            #generatore-container #generatore .container-fluid .container .col2 {
              height: 310px;
              width: 310px; } }
          @media (min-width: 992px) {
            #generatore-container #generatore .container-fluid .container .col2 {
              float: right; } }
          #generatore-container #generatore .container-fluid .container .col2 .share i,
          #generatore-container #generatore .container-fluid .container .col2 .share i.genericon-download {
            font-size: 17px; }
          @media (min-width: 375px) {
            #generatore-container #generatore .container-fluid .container .col2 .share i {
              font-size: 20px; } }
          @media (min-width: 375px) {
            #generatore-container #generatore .container-fluid .container .col2 .share i.genericon-download {
              font-size: 22px; } }
    #generatore-container #generatore .generated-logo, #generatore-container #generatore .generated-logo:before,
    #generatore-container #generatore .generated-logo img {
      height: 273px;
      width: 100%; }
      @media (min-width: 375px) {
        #generatore-container #generatore .generated-logo, #generatore-container #generatore .generated-logo:before,
        #generatore-container #generatore .generated-logo img {
          height: 300px;
          width: 300px; } }
    #generatore-container #generatore input {
      margin: 0 auto; }
    #generatore-container #generatore label[for="selettore-occupazione"] {
      margin: 0; }
    #generatore-container #generatore .logo-1 {
      display: block;
      margin: 0 auto 1em; }
    #generatore-container #generatore .row, #generatore-container #generatore .row:last-child {
      margin: 5px auto 15px; }
      @media (min-width: 992px) {
        #generatore-container #generatore .row, #generatore-container #generatore .row:last-child {
          margin: 5px -25px 15px; } }
    #generatore-container #generatore select {
      border-radius: 0;
      margin: 0 auto;
      -webkit-box-shadow: inset 0 0 7px #aeb1b1;
      -moz-box-shadow: inset 0 0 7px #aeb1b1;
      box-shadow: inset 0 0 3px #aeb1b1;
      background-color: #edf3f3;
      border: 0;
      position: relative;
      padding: 0px 15px;
      top: 0px;
      width: 250px;
      height: 30px;
      font-size: 18px;
      color: rgba(0, 0, 0, 0.6); }
      #generatore-container #generatore select option, #generatore-container #generatore select option:checked {
        color: rgba(0, 0, 0, 0.6); }
    #generatore-container #generatore #slider-contain {
      background-image: url("../img/0006_Binario-300-+-label.png") !important;
      /*background-position: -10px;*/
      background-repeat: no-repeat !important;
      /*background-size: 104%;*/
      margin: 10px auto 0; }
      @media (min-width: 768px) {
        #generatore-container #generatore #slider-contain {
          background-image: url("/generatore/assets/generatore/img/0006_Binario-+-label.png") !important;
          background-position: center;
          background-size: contain;
          margin: 10px 0 0 -5px; } }
      #generatore-container #generatore #slider-contain,
      #generatore-container #generatore #slider-contain #slider {
        width: 100%; }
      @media (min-width: 768px) {
        #generatore-container #generatore #slider-contain {
          width: 553px; } }
      #generatore-container #generatore #slider-contain #slider {
        /*.ui-slider-handle.ui-corner-all.ui-state-default {
                    margin: 0 0 0 10px;
                }*/ }
        @media (min-width: 768px) {
          #generatore-container #generatore #slider-contain #slider {
            width: 500px; } }

.home-clients-cnt {
  margin-top: 20px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .home-clients-cnt {
      margin-top: 40px; } }
  @media screen and (min-width: 992px) {
    .home-clients-cnt {
      margin-top: 40px; } }

#chisiamo-homepage {
  min-height: 300px;
  overflow: hidden;
  font-family: "Akagi Pro W00 Light";
  font-size: 16px;
  text-align: center; }
  @media (min-width: 1200px) {
    #chisiamo-homepage {
      text-align: left; } }
  @media (min-width: 1200px) {
    #chisiamo-homepage > div:nth-child(2) {
      height: 100%;
      position: relative;
      transform-style: preserve-3d; } }
  @media (min-width: 1200px) {
    #chisiamo-homepage > div:nth-child(2) > .row {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      height: auto; } }
  @media (min-width: 1200px) {
    #chisiamo-homepage > div:nth-child(2) > .row > div {
      padding: 0 0 0 48px; } }
  #chisiamo-homepage #bohost-who,
  #chisiamo-homepage #container-bohost p,
  #chisiamo-homepage #logo-who,
  #chisiamo-homepage #logo-who + p {
    opacity: 0; }
  #chisiamo-homepage #bohost-who {
    animation-delay: 1.5s; }
  #chisiamo-homepage #container-bohost {
    margin: 4em 0 0; }
    @media (min-width: 1200px) {
      #chisiamo-homepage #container-bohost {
        margin: 1em 0 0; } }
    #chisiamo-homepage #container-bohost p {
      animation-delay: 1.7s;
      margin-bottom: 0;
      margin-top: 2em; }
      @media (min-width: 992px) {
        #chisiamo-homepage #container-bohost p {
          margin-top: 4.5em;
          max-width: 84%; } }
      @media (min-width: 1200px) {
        #chisiamo-homepage #container-bohost p {
          margin-top: 2em;
          max-width: 84%; } }
  #chisiamo-homepage .first-row {
    padding: 0 0 4em; }
    @media (min-width: 1200px) {
      #chisiamo-homepage .first-row {
        padding: 0; } }
  #chisiamo-homepage p {
    font-size: 16px;
    margin-top: 2em; }
    @media (min-width: 768px) {
      #chisiamo-homepage p {
        margin-left: auto;
        margin-right: auto;
        max-width: 82%; } }
    @media (min-width: 992px) {
      #chisiamo-homepage p {
        max-width: none; } }
    @media (min-width: 1200px) {
      #chisiamo-homepage p {
        margin-bottom: 6em;
        margin-left: 0;
        max-width: 84%; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    #chisiamo-homepage .last-row {
      padding-top: 25px;
      padding-right: 25px; } }
  @media screen and (max-width: 480px) {
    #chisiamo-homepage .last-row .col-xs-6 {
      padding: 0; } }
  @media screen and (max-width: 991px) {
    #chisiamo-homepage .last-row .col-sm-6 {
      padding: 0; } }
  #chisiamo-homepage #logo-who {
    margin: 3em 0 0; }
    @media (min-width: 1200px) {
      #chisiamo-homepage #logo-who {
        margin: 0; } }
    #chisiamo-homepage #logo-who + p {
      animation-delay: .5s;
      margin-top: 2em;
      padding: 0 16px; }
      @media (min-width: 992px) {
        #chisiamo-homepage #logo-who + p {
          margin-top: 3.2em; } }
      @media (min-width: 1200px) {
        #chisiamo-homepage #logo-who + p {
          margin-top: 2em;
          padding: 0; } }

#clients-container {
  padding: 1.5em 0 3em; }
  @media (min-width: 768px) {
    #clients-container {
      padding: 1.5em 0 3.5em; } }
  #clients-container .effect-over-yellow {
    margin: 0 8%; }
    @media (min-width: 768px) {
      #clients-container .effect-over-yellow {
        margin: 0 4%; } }
    #clients-container .effect-over-yellow:hover {
      background-color: transparent; }

.no-gutter {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

.top-border {
  border-top: 1px solid #fff; }

#crafting-container-tp {
  position: absolute;
  background: transparent;
  z-index: 100;
  width: 100%; }
  #crafting-container-tp .title {
    position: absolute; }
    #crafting-container-tp .title h2 {
      font-family: "Akagi Pro W00 Light";
      font-size: 88px;
      margin: 0; }
      @media screen and (max-width: 480px) {
        #crafting-container-tp .title h2 {
          font-size: 45px; } }
    #crafting-container-tp .title h3 {
      font-family: "Akagi Pro W00 Bold";
      font-size: 88px;
      margin: 0; }
      @media screen and (max-width: 480px) {
        #crafting-container-tp .title h3 {
          font-size: 45px; } }
  #crafting-container-tp .paragraph {
    position: absolute;
    font-family: "Akagi Pro W00 Light";
    font-size: 24px;
    margin: 0; }
    @media screen and (max-width: 480px) {
      #crafting-container-tp .paragraph {
        font-size: 18px; } }
  @media (min-width: 481px) and (max-width: 740px) {
    #crafting-container-tp .title h2 {
      font-size: 55px; }
    #crafting-container-tp .title h3 {
      font-size: 55px; }
    #crafting-container-tp .paragraph {
      font-size: 18px; } }

.crafting-container {
  background-color: #EEEEEE;
  position: relative; }
  .crafting-container .crafting {
    background-color: #fff;
    height: 100vh;
    margin: 0 auto;
    max-width: 1440px;
    padding: 1em 0; }
    @media (min-width: 768px) {
      .crafting-container .crafting {
        padding: 8em 0; } }
    .crafting-container .crafting.crafting-1 {
      height: 76em !important; }
      @media (min-width: 480px) {
        .crafting-container .crafting.crafting-1 {
          height: 74em !important; } }
      @media (min-width: 768px) {
        .crafting-container .crafting.crafting-1 {
          height: 100vh !important; } }
      .crafting-container .crafting.crafting-1 > div:first-child {
        z-index: 1000; }
        .crafting-container .crafting.crafting-1 > div:first-child h1,
        .crafting-container .crafting.crafting-1 > div:first-child h2 {
          opacity: 0;
          padding: 0 16px;
          text-align: center; }
          @media (min-width: 768px) {
            .crafting-container .crafting.crafting-1 > div:first-child h1,
            .crafting-container .crafting.crafting-1 > div:first-child h2 {
              padding: 0;
              text-align: left; } }
        .crafting-container .crafting.crafting-1 > div:first-child h1 {
          animation-delay: .2s;
          color: #ffd200;
          font-family: 'Akagi Pro W00 Bold', sans-serif;
          font-size: 9rem;
          font-weight: bold;
          margin: .7em auto .3em; }
          @media (min-width: 480px) {
            .crafting-container .crafting.crafting-1 > div:first-child h1 {
              font-size: 11rem; } }
        .crafting-container .crafting.crafting-1 > div:first-child h2 {
          animation-delay: .5s;
          color: #1d1e2a;
          font-family: 'Modern No_20 W01 Roman', serif;
          font-size: 3rem;
          line-height: 4.5rem;
          margin: 0; }
          @media (min-width: 992px) {
            .crafting-container .crafting.crafting-1 > div:first-child h2 {
              font-size: 4rem;
              line-height: 5.5rem; } }
    .crafting-container .crafting.crafting-2 {
      height: 65em !important;
      padding: 1em 16px; }
      @media (min-width: 480px) {
        .crafting-container .crafting.crafting-2 {
          height: 74em !important; } }
      @media (min-width: 768px) {
        .crafting-container .crafting.crafting-2 {
          height: 100vh !important; } }
      @media (min-width: 768px) {
        .crafting-container .crafting.crafting-2 {
          padding: 8em 0; } }
      @media (min-width: 992px) {
        .crafting-container .crafting.crafting-2 {
          padding: 3em 0; } }
      @media (min-width: 1200px) {
        .crafting-container .crafting.crafting-2 {
          padding: 8em 0; } }
      .crafting-container .crafting.crafting-2 > div:first-child h2,
      .crafting-container .crafting.crafting-2 > div:first-child h3 {
        color: #1d1e2a; }
      .crafting-container .crafting.crafting-2 > div:first-child h2,
      .crafting-container .crafting.crafting-2 > div:first-child h3,
      .crafting-container .crafting.crafting-2 > div:first-child p {
        opacity: 0; }
      .crafting-container .crafting.crafting-2 > div:first-child h2 {
        font-family: 'Akagi Pro W00 Thin', sans-serif;
        font-size: 5.2rem;
        font-weight: lighter;
        margin: .7em 0 0; }
        @media (min-width: 480px) {
          .crafting-container .crafting.crafting-2 > div:first-child h2 {
            font-size: 8.2rem; } }
        @media (min-width: 768px) {
          .crafting-container .crafting.crafting-2 > div:first-child h2 {
            font-size: 5.2rem; } }
        @media (min-width: 992px) {
          .crafting-container .crafting.crafting-2 > div:first-child h2 {
            font-size: 7.2rem; } }
        @media (min-width: 1200px) {
          .crafting-container .crafting.crafting-2 > div:first-child h2 {
            font-size: 8.2rem; } }
      .crafting-container .crafting.crafting-2 > div:first-child h3 {
        animation-delay: .2s;
        font-family: 'Akagi Pro W00 Bold', sans-serif;
        font-size: 5rem;
        font-weight: bold;
        margin: 0 0 .5em; }
        @media (min-width: 480px) {
          .crafting-container .crafting.crafting-2 > div:first-child h3 {
            font-size: 8rem; } }
        @media (min-width: 768px) {
          .crafting-container .crafting.crafting-2 > div:first-child h3 {
            font-size: 6rem; } }
        @media (min-width: 992px) {
          .crafting-container .crafting.crafting-2 > div:first-child h3 {
            font-size: 8rem; } }
        @media (min-width: 1200px) {
          .crafting-container .crafting.crafting-2 > div:first-child h3 {
            font-size: 9rem; } }
      .crafting-container .crafting.crafting-2 > div:first-child p {
        animation-delay: .7s;
        font-family: 'Akagi Pro W00 Thin', sans-serif;
        font-size: 2.2rem;
        font-weight: lighter; }
        .crafting-container .crafting.crafting-2 > div:first-child p a {
          border: 1px solid #ffd200;
          display: block;
          font-family: 'Modern No_20 W01 Roman', serif;
          margin: 2em auto 0;
          padding: 1em 16px;
          text-align: center;
          text-decoration: none;
          transition: all .3s ease-in-out;
          width: 62%; }
          @media (min-width: 1200px) {
            .crafting-container .crafting.crafting-2 > div:first-child p a {
              width: 38%; } }
          .crafting-container .crafting.crafting-2 > div:first-child p a:hover {
            background-color: #1d1e2a;
            color: #fff; }
  .crafting-container .crafting-1-sfondo {
    /*background-size: 67%;
        background-position: 0 0;*/
    animation-delay: .5s;
    background-repeat: no-repeat;
    min-height: 44em;
    opacity: 0;
    position: absolute;
    margin: 3em 0 0;
    width: 100%; }
    @media (min-width: 768px) {
      .crafting-container .crafting-1-sfondo {
        margin: 0 0 0 42%; } }
    @media (min-width: 992px) {
      .crafting-container .crafting-1-sfondo {
        margin: 0 0 0 32%; } }
    @media (min-width: 1200px) {
      .crafting-container .crafting-1-sfondo {
        margin: 0 0 0 22%; } }
  .crafting-container .crafting-2-sfondo {
    animation-delay: .5s;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 63%;
    min-height: 16em;
    opacity: 0; }
    @media (min-width: 375px) {
      .crafting-container .crafting-2-sfondo {
        min-height: 21em; } }
    @media (min-width: 480px) {
      .crafting-container .crafting-2-sfondo {
        min-height: 25em; } }
    @media (min-width: 568px) {
      .crafting-container .crafting-2-sfondo {
        min-height: 30em; } }
    @media (min-width: 768px) {
      .crafting-container .crafting-2-sfondo {
        min-height: 34em; } }

.emotional .title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;
  background-color: rgba(250, 208, 0, 0.8); }
  .emotional .title h1 {
    font-family: "Akagi Pro W00 Bold";
    font-size: 88px;
    margin: 0; }
  .emotional .title p {
    font-family: "AkagiProW00-LightItalic";
    font-size: 24px;
    margin: 0;
    position: relative;
    top: -8px; }

.content-spot h1 {
  font-family: "Akagi Pro W00 Bold";
  font-size: 88px;
  margin: 25px 0 10px 0; }

.content-spot h2 {
  font-family: "Modern No_20 W01 Roman";
  font-size: 45px;
  margin: 15px 0 5px 0; }

.content-spot h3 {
  font-family: "AkagiProW00-BoldItalic";
  font-size: 24px;
  margin: 5px 0; }

.content-spot p {
  font-family: "Akagi Pro W00 Light";
  font-size: 24px;
  margin: 5px 0; }

.content-spot .svg-container {
  padding: 10px 50px;
  text-align: center; }
  .content-spot .svg-container svg {
    height: auto; }
    @media (max-width: 767px) {
      .content-spot .svg-container svg {
        width: 62%; } }
    @media (min-width: 768px) {
      .content-spot .svg-container svg {
        width: 100%; } }

.bg-footer {
  background-color: #1d1e2a; }

.vh100 {
  height: 100vh; }
  .vh100.no-sx {
    /*@media (max-width: 480px) {*/ }
    @media (max-width: 740px) {
      .vh100.no-sx {
        height: auto; } }
  @media (max-height: 550px) {
    .vh100 {
      height: auto; } }

.relative {
  position: relative; }

@media screen and (max-width: 740px) {
  .footer {
    text-align: center; } }

.sectionspacer {
  margin-top: 40px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .sectionspacer {
      margin-top: 80px; } }
  @media screen and (min-width: 992px) {
    .sectionspacer {
      margin-top: 150px; } }

.card-content {
  overflow: hidden;
  height: 400px;
  position: relative;
  padding: 0; }
  .card-content.black {
    color: #fff; }
  .card-content .crb-vertical-align {
    position: absolute;
    top: 50%;
    transform: translateY(-45%);
    padding: 0 40px; }
    .card-content .crb-vertical-align h3 {
      font-size: 36px;
      line-height: 38px; }
    .card-content .crb-vertical-align p {
      font-size: 24px;
      line-height: 26px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .card-content {
      height: 420px; } }
  @media screen and (min-width: 992px) {
    .card-content {
      height: 480px; } }

#header {
  position: fixed;
  z-index: 2000;
  top: 0;
  width: 100%;
  height: 40px;
  -webkit-transition: all 0.50s ease-in-out;
  /* Safari 3.1 to 6.0 */
  transition: all 0.50s; }
  #header.headerInner.off {
    top: -40px;
    opacity: 0; }
  #header div {
    left: 0;
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
    right: 0; }
  #header #logo-container #logo-h {
    height: 80px;
    width: 80px;
    background-image: url("../svg/own-logo/gl-stroke-grigio.svg");
    background-position: 0px -2px;
    background-repeat: no-repeat;
    background-size: 75px 75px;
    display: block;
    -webkit-transition: all 0.50s ease-in-out;
    /* Safari 3.1 to 6.0 */
    transition: all 0.50s; }
  #header #main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    height: 40px; }
    #header #main-navigation ul li {
      margin-left: 15px;
      margin-right: 15px;
      margin-top: 10px;
      display: inline-block;
      position: relative;
      font-size: 14px; }
      #header #main-navigation ul li:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        background: #f9cf03;
        opacity: 0;
        -webkit-transition: all 0.50s ease-in-out;
        /* Safari 3.1 to 6.0 */
        transition: all 0.50s; }
      #header #main-navigation ul li a:hover {
        text-decoration: none; }
      #header #main-navigation ul li:hover:after {
        opacity: 1;
        width: 100%; }
      #header #main-navigation ul li.active a {
        font-family: "Akagi Pro W00 Bold", serif; }
  #header.headerHome {
    opacity: 0;
    top: -40px;
    background: transparent;
    border-bottom: 0px solid #dedede; }
    #header.headerHome.show {
      top: 0px;
      opacity: 1; }
    #header.headerHome #logo-h {
      background-image: url("../svg/own-logo/gl-stroke-bianco.svg") !important;
      background-position: 0px -9px !important; }
      #header.headerHome #logo-h:hover, #header.headerHome #logo-h:active {
        background-image: url("../svg/own-logo/gl-stroke-blu.svg") !important; }
    #header.headerHome #main-navigation {
      text-align: right; }
      #header.headerHome #main-navigation ul {
        background: #fff;
        display: inline-block;
        border-bottom: 2px solid #dedede; }

.crb-vertical-align {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  padding: 0 25px;
  width: 100%;
  left: 0; }

.flip-container:hover .svg-container {
  background-color: #f9cf03; }
  .flip-container:hover .svg-container img {
    opacity: .1; }

.flip-container .list-container ul {
  margin: 0 auto;
  padding: 0 8px; }
  @media (min-width: 480px) {
    .flip-container .list-container ul {
      padding: 0 24px; } }
  .flip-container .list-container ul li {
    font-family: 'Akagi Pro W00 Book', sans-serif;
    font-size: .9rem; }
    @media (min-width: 480px) {
      .flip-container .list-container ul li {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .flip-container .list-container ul li {
        font-size: 1.5rem; } }
    @media (min-width: 1200px) {
      .flip-container .list-container ul li {
        font-size: 1.7rem; } }

#offcuts {
  background-color: #EEEEEE;
  padding: 2em 32px; }
  @media (min-width: 992px) {
    #offcuts {
      padding: 5em 32px; } }
  @media (min-width: 1920px) {
    #offcuts {
      padding: 5em 0; } }
  #offcuts .headline,
  #offcuts .mosaico {
    max-width: 1120px; }
  #offcuts .headline {
    color: #1d1e2a;
    margin: 0 auto; }
    #offcuts .headline article aside {
      margin: 5em 0 0;
      text-align: center; }
      @media (min-width: 768px) {
        #offcuts .headline article aside {
          margin: 0; } }
      #offcuts .headline article aside img {
        height: auto;
        max-width: 237px;
        width: 100%; }
        @media (min-width: 768px) {
          #offcuts .headline article aside img {
            max-width: none; } }
    #offcuts .headline article h2,
    #offcuts .headline article h3,
    #offcuts .headline article p {
      font-size: 24px; }
    #offcuts .headline article h1 {
      font-family: "Akagi Pro W00 Bold", sans-serif;
      font-size: 88px;
      margin: .3em 0 0; }
    #offcuts .headline article h2 {
      font-family: "AkagiProW00-LightItalic", sans-serif;
      margin: 0; }
    #offcuts .headline article h3 {
      font-family: "AkagiProW00-BoldItalic", sans-serif;
      margin: 2em 0 0; }
    #offcuts .headline article p {
      font-family: "Akagi Pro W00 Light", sans-serif;
      margin: 0; }
  #offcuts .mosaico {
    background-color: #fff;
    padding: 1em 0 0 16px;
    margin: 5em auto 0; }
    #offcuts .mosaico .caricamento {
      background-attachment: scroll;
      background-image: url("../../img/spinner.gif");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 100%;
      display: none;
      height: 42px;
      margin: 2em auto;
      width: 42px; }
    #offcuts .mosaico .grid {
      margin: 0 auto; }
    #offcuts .mosaico .grid::after {
      content: '';
      display: block;
      clear: both; }
    #offcuts .mosaico .grid-item,
    #offcuts .mosaico .grid-sizer {
      width: calc(100% - 16px); }
      @media (min-width: 480px) {
        #offcuts .mosaico .grid-item,
        #offcuts .mosaico .grid-sizer {
          width: 47%; } }
      @media (min-width: 768px) {
        #offcuts .mosaico .grid-item,
        #offcuts .mosaico .grid-sizer {
          width: 31.5%; } }
      @media (min-width: 992px) {
        #offcuts .mosaico .grid-item,
        #offcuts .mosaico .grid-sizer {
          width: 24%; } }
    #offcuts .mosaico .grid-item {
      float: left;
      margin: 0 0 16px;
      text-align: center; }
      @media (min-width: 768px) {
        #offcuts .mosaico .grid-item.due {
          width: calc(50% - 16px); } }
      @media (min-width: 768px) {
        #offcuts .mosaico .grid-item.tre {
          width: calc(75% - 16px); } }
      @media (min-width: 768px) {
        #offcuts .mosaico .grid-item.quattro {
          width: calc(100% - 16px); } }
      #offcuts .mosaico .grid-item img,
      #offcuts .mosaico .grid-item video {
        height: auto;
        width: 100%; }
    #offcuts .mosaico .gutter-sizer {
      width: 0; }
      @media (min-width: 480px) {
        #offcuts .mosaico .gutter-sizer {
          width: 3%; } }
      @media (min-width: 768px) {
        #offcuts .mosaico .gutter-sizer {
          width: 1.5%; } }
      @media (min-width: 992px) {
        #offcuts .mosaico .gutter-sizer {
          width: 1%; } }

#references h2 {
  font-size: 3rem;
  text-align: center; }
  @media (min-width: 480px) {
    #references h2 {
      font-size: 4rem; } }
  @media (min-width: 768px) {
    #references h2 {
      font-size: 6rem;
      text-align: left;
      text-indent: 32px; } }
  @media (min-width: 992px) {
    #references h2 {
      text-indent: 72px; } }

.slik-xs-slider .slick-dots {
  bottom: 0 !important; }

#social-cnt li {
  margin: 1.1em 0; }
  #social-cnt li a {
    text-decoration: none; }

.title.move-to-anchor {
  position: fixed;
  bottom: 0px;
  height: 145px; }
  .title.move-to-anchor h1 {
    font-family: "Akagi Pro W00 Bold";
    font-size: 88px;
    margin: 0; }
    .title.move-to-anchor h1.produzione {
      font-size: 52px; }
      @media (min-width: 375px) {
        .title.move-to-anchor h1.produzione {
          font-size: 62px; } }
      @media (min-width: 480px) {
        .title.move-to-anchor h1.produzione {
          font-size: 84px; } }
      @media (min-width: 768px) {
        .title.move-to-anchor h1.produzione {
          font-size: 88px; } }
    .title.move-to-anchor h1.strategy {
      font-size: 70px; }
      @media (min-width: 375px) {
        .title.move-to-anchor h1.strategy {
          font-size: 84px; } }
      @media (min-width: 480px) {
        .title.move-to-anchor h1.strategy {
          font-size: 88px; } }
  .title.move-to-anchor.placed {
    position: absolute;
    bottom: -150px; }

#mobile-navigation {
  display: none; }

/* This only works with JavaScript,
if it's not present, don't show loader */
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../svg/own-logo/gl-in-on.svg") center no-repeat #f9cf03;
  background-size: 300px auto;
  opacity: 1;
  -webkit-transition: all 0.65s ease-in-out;
  /* Safari 3.1 to 6.0 */
  transition: all 0.65s; }
  .se-pre-con.loaded {
    height: 0px;
    opacity: 0; }
  .se-pre-con .spinner-loader {
    bottom: 100px;
    opacity: 1;
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.95s ease-in-out;
    /* Safari 3.1 to 6.0 */
    transition: all 0.95s; }
    .se-pre-con .spinner-loader .spinner {
      width: 100px;
      height: 100px;
      margin: 0px auto;
      background-color: #fff;
      border-radius: 100%;
      -webkit-animation: sk-scaleout 0.85s infinite ease-in-out;
      animation: sk-scaleout 0.85s infinite ease-in-out; }
  .se-pre-con.loaded {
    opacity: 0;
    height: 0%; }
    .se-pre-con.loaded .spinner-loader {
      bottom: 300px;
      opacity: 0; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

#home-services-title-content {
  /*
    position: absolute;
    top: 5%;
    padding: 0 25px;
    width: 100%;
    left: 0;
    */
  margin-top: 3em;
  position: relative; }
  @media (min-width: 480px) {
    #home-services-title-content {
      margin-top: 4em; } }
  @media (min-width: 768px) {
    #home-services-title-content {
      margin-top: 12em; } }
  #home-services-title-content #main-service-container {
    margin: 0 auto;
    max-width: 197px;
    width: 100%;
    position: relative; }
    @media (min-width: 480px) {
      #home-services-title-content #main-service-container {
        max-width: 300px; } }
    @media (min-width: 992px) {
      #home-services-title-content #main-service-container {
        max-width: 409px; } }
    #home-services-title-content #main-service-container #main-home-logo {
      animation-delay: .2s;
      display: block;
      margin: 0 auto;
      opacity: 0; }
    #home-services-title-content #main-service-container .service-label {
      position: absolute;
      display: none; }
      @media (max-width: 767px) {
        #home-services-title-content #main-service-container .service-label {
          display: none !important; } }
    #home-services-title-content #main-service-container #service-logo-1 {
      width: 145px;
      right: -126px;
      top: -48px; }
    #home-services-title-content #main-service-container #service-logo-2 {
      width: 95px;
      right: -75px;
      top: -20px; }
    #home-services-title-content #main-service-container #service-logo-3 {
      width: 160px;
      right: -148px;
      top: -52px; }
    #home-services-title-content #main-service-container #service-logo-4 {
      width: 225px;
      right: -206px;
      top: -76px; }

#home-services-btn-content {
  padding: 0 0 2.5em; }
  @media (min-width: 480px) {
    #home-services-btn-content {
      padding: 4em 0 0; } }
  @media (min-width: 768px) {
    #home-services-btn-content {
      padding: 5em 0; } }
  #home-services-btn-content > div:nth-child(3) {
    clear: both; }
    @media (min-width: 992px) {
      #home-services-btn-content > div:nth-child(3) {
        clear: none; } }
  #home-services-btn-content > div:nth-child(odd) h2 {
    animation-delay: 1.5s; }
  #home-services-btn-content > div:nth-child(odd) .svg-container {
    animation-delay: 1s; }
  #home-services-btn-content > div:nth-child(even) h2 {
    animation-delay: 1.7s; }
  #home-services-btn-content > div:nth-child(even) .svg-container {
    animation-delay: 1.2s; }
  #home-services-btn-content h2,
  #home-services-btn-content .svg-container {
    opacity: 0; }

#home-services-btn-content-x {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  padding: 0 25px;
  width: 100%;
  left: 0; }

#what .vh100,
#references .vh100 {
  height: auto; }
  @media (min-width: 992px) and (min-height: 768px) {
    #what .vh100,
    #references .vh100 {
      height: 100vh; } }

#who > .container-fluid > .row {
  width: 100%; }
  @media (min-height: 768px) {
    #who > .container-fluid > .row {
      width: auto; } }

#who .vh100 {
  height: auto; }
  @media (min-width: 1200px) {
    #who .vh100 {
      height: 100vh; } }

#menu {
  background-color: #fff;
  bottom: auto;
  top: -1000%;
  height: 100%;
  left: 0;
  min-height: 100%;
  position: fixed;
  right: 0;
  transition: all 1s ease-in-out;
  transform-style: preserve-3d;
  width: 100%;
  z-index: 5000; }
  #menu.aperto {
    top: 0 !important; }
  #menu ul {
    background-attachment: scroll;
    background-position: center;
    background-size: 290px 400px;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    top: 50%;
    transition: all .3s ease-in-out;
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      #menu ul {
        background-size: 349px 480px; } }
    #menu ul.menu-brand {
      background-image: url("../img/papera-1.svg"); }
    #menu ul.menu-web {
      background-image: url("../img/cardboard-1.svg"); }
    #menu ul.menu-strategy {
      background-image: url("../img/teiera-1.svg"); }
    #menu ul.menu-produzione {
      background-image: url("../img/cappellino-1.svg"); }
    #menu ul.menu-offcuts {
      background-image: url("../img/offcuts-1.svg"); }
    @media (min-width: 992px) {
      #menu ul a {
        display: block;
        margin: 0 auto;
        width: 38%; } }
    #menu ul a:link, #menu ul a:active, #menu ul a:visited {
      color: #1d1e2a;
      text-decoration: none; }
    #menu ul a:not(:first-child):hover li {
      transform: rotate(-25deg) !important; }
    #menu ul a.voce-attiva li {
      transform: rotate(-25deg) !important; }
    #menu ul a li {
      list-style: none;
      font-family: "Akagi Pro W00 Bold";
      font-size: 3.8rem;
      font-weight: bold;
      padding: .2em;
      transition: all .3s ease-in-out;
      text-transform: uppercase; }
      @media (min-width: 1440px) {
        #menu ul a li {
          font-size: 4.8rem;
          padding: .5em; } }
      #menu ul a li img {
        height: auto;
        max-height: 65px;
        max-width: 220px;
        width: 100%; }

#pulsante-menu {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  z-index: 6000; }
  #pulsante-menu div:hover {
    cursor: pointer;
    background-color: #ffd200;
    transition: all .3s ease-in-out; }
    #pulsante-menu div:hover .etichetta {
      color: #1d1e2a; }
    #pulsante-menu div:hover .hamburger-inner,
    #pulsante-menu div:hover .hamburger-inner::after,
    #pulsante-menu div:hover .hamburger-inner::before {
      background-color: #1d1e2a;
      opacity: 1; }
  #pulsante-menu div.pulsante-attivo {
    background-color: #ffd200 !important; }
    #pulsante-menu div.pulsante-attivo .etichetta {
      color: #1d1e2a !important; }
    #pulsante-menu div.pulsante-attivo .hamburger-inner,
    #pulsante-menu div.pulsante-attivo .hamburger-inner::after,
    #pulsante-menu div.pulsante-attivo .hamburger-inner::before {
      background-color: #1d1e2a !important;
      opacity: 1 !important; }
  #pulsante-menu,
  #pulsante-menu div {
    max-height: 40px;
    padding: 0 16px 16px 0; }
  #pulsante-menu div {
    background-color: #fff;
    display: inline-block;
    width: auto; }
  #pulsante-menu .etichetta {
    color: #1d1e2a;
    font-family: "Akagi Pro W00 Bold";
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    top: -2px;
    transition: all 1s ease-in-out; }
  #pulsante-menu .hamburger.hamburger--collapse, #pulsante-menu .hamburger.hamburger--collapse:focus {
    outline: none !important; }
  #pulsante-menu .hamburger-inner {
    transition: all .8s ease-in-out; }
  #pulsante-menu .hamburger-inner::after {
    transition: all .4s ease-in-out; }
  #pulsante-menu .hamburger-inner::before {
    transition: all .6s ease-in-out; }

#torna-su aside {
  background-color: #ffd200;
  bottom: 0;
  color: #1d1e2a;
  font-size: 2.4rem;
  opacity: 0;
  padding: .7em 16px .5em;
  position: fixed;
  right: 0;
  top: auto;
  transition: all .3s ease-in-out;
  z-index: 6000; }
  #torna-su aside.visibile {
    opacity: 1 !important; }

#new-logo {
  background-color: #fff;
  left: auto;
  max-width: 1440px;
  max-height: 40px;
  padding: 0 16px 0 14%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6000; }
  @media (min-device-width: 320px) and (max-device-width: 320px) and (min-device-height: 568px) and (max-device-height: 568px) {
    #new-logo {
      padding: 0 16px 0 18%; } }
  @media (min-width: 375px) {
    #new-logo {
      padding: 0 16px 0 28%; } }
  @media (min-device-width: 375px) and (max-device-width: 375px) and (min-device-height: 667px) and (max-device-height: 667px) {
    #new-logo {
      padding: 0 16px 0 30%; } }
  @media (min-width: 480px) {
    #new-logo {
      padding: 0 16px; } }
  #new-logo div {
    background-attachment: scroll;
    background-image: url("../img/menu-logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: auto;
    min-width: 114px;
    padding: 0 0 2.5em; }

.embed-responsive-16by9 {
  padding-bottom: 25em; }
  @media (min-width: 768px) {
    .embed-responsive-16by9 {
      padding-bottom: 26.3em; } }
  @media (min-width: 992px) {
    .embed-responsive-16by9 {
      padding-bottom: 30em; } }

.container-cookies {
  background-color: #1d1e2a;
  bottom: 0;
  color: #fff;
  font-family: "Akagi Pro W00 Bold", "sans-serif";
  font-size: 14px;
  margin: 0 auto;
  padding: 1em 16px;
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 9999; }
  .container-cookies.aperto {
    top: 0; }
  .container-cookies.chiuso {
    background-color: transparent !important;
    max-width: 25%;
    text-align: left !important; }
  .container-cookies.chiuso, .container-cookies__policy, .container-cookies__policy--avviso.chiuso {
    padding: 0 !important; }
  .container-cookies, .container-cookies__policy__corpo__link, .container-cookies__policy__cta, .container-cookies__chiudi-cookies, .container-cookies__chiudi-impostazioni {
    transition: all .3s ease-in-out; }
  .container-cookies__policy__corpo__link, .container-cookies__policy__cta, .container-cookies__chiudi-cookies, .container-cookies__chiudi-impostazioni {
    color: #ffd200; }
  .container-cookies__policy__corpo__link, .container-cookies__policy__cta {
    text-decoration: none !important; }
  .container-cookies__chiudi-cookies, .container-cookies__chiudi-impostazioni {
    position: absolute;
    right: 16px;
    top: 1em; }
    .container-cookies__chiudi-cookies:hover, .container-cookies__chiudi-impostazioni:hover {
      color: #fff;
      cursor: pointer; }
  .container-cookies.aperto, .container-cookies__policy--impostazioni {
    height: 100%; }
  .container-cookies__policy--impostazioni {
    overflow: auto; }
  .container-cookies__policy.chiuso {
    margin: 0; }
  .container-cookies__policy__cta {
    background-color: #fff;
    color: #1d1e2a;
    display: inline-block;
    margin: 1em 16px;
    padding: .5em 16px; }
    .container-cookies__policy__cta:hover {
      background-color: #ffd200; }
    .container-cookies__policy__cta.singolo {
      margin: 0 !important; }
    @media (min-width: 480px) {
      .container-cookies__policy__cta {
        margin: 0 16px; } }
  .container-cookies__policy__corpo__link:hover {
    color: #fff; }
  .container-cookies__policy__form {
    outline: none;
    padding: 0;
    text-align: left; }
    @media (min-width: 480px) {
      .container-cookies__policy__form {
        padding: 2em 24px; } }
    @media (min-width: 749px) {
      .container-cookies__policy__form {
        padding: 2em 0; } }
    @media (min-width: 1920px) {
      .container-cookies__policy__form {
        padding: 2em 72px; } }
    .container-cookies__policy__form__legenda {
      display: none; }
    .container-cookies__policy__form input {
      margin: 0 16px 0 0; }
    .container-cookies__policy__form label {
      max-width: 62%; }
      @media (min-width: 480px) {
        .container-cookies__policy__form label {
          max-width: 100%; } }
  .container-cookies p {
    padding: 0 16px 1em; }

.privacy-policy__container__articolo__link,
ul li a {
  color: #ffd200;
  font-weight: bold;
  text-decoration: none;
  transition: all .3s ease-in-out; }
  .privacy-policy__container__articolo__link:hover,
  ul li a:hover {
    color: #1d1e2a; }

ul {
  margin: 2em 0;
  padding: 0 0 0 16px; }
  ul li {
    font-family: "Akagi Pro W00 Light";
    font-size: 24px;
    list-style: square;
    margin: 5px 0; }

/*# sourceMappingURL=maps/style.css.map */
