@charset "UTF-8";
/** test Desktop Reset SASS File **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

:focus {
  outline: 0; }


/** test Colors SASS File **/
.relative {
  position: relative;
  height: 100%;
  width: 100%; }

.centering {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.clear, .clearfix:after, .studio-contact .content:after, .studio-contact .block-form .form:after {
  clear: both;
  width: 100%;
  height: 0px;
  float: none; }

a {
  text-decoration: none;
  color: inherit; }

::-moz-selection {
  color: #FFFFFF;
  background: #1d1d1b; }

::selection {
  color: #FFFFFF;
  background: #1d1d1b; }

body {
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: center center;
          transform-origin: center center; }

body.no-scroll {
  overflow: hidden;
  color: white; }

html {
  width: 100%;
  height: 100%;
  overflow: hidden; }

body {
  width: 100%;
  height: 100%;
  font-style: normal;
  overflow: hidden !important;
  -webkit-transition: all 250ms cubic-bezier(0, 0.74, 1, 0.61);
  transition: all 250ms cubic-bezier(0, 0.74, 1, 0.61);
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  position: relative; }
  body.loading {
    pointer-events: none; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.main-container {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1; }
  .main-container:after {
    content: '';
    position: fixed;
    height: 40px;
    width: 3px;
    background: #fff;
    top: 0;
    height: 100%;
    left: 50%;
    margin-left: -1.5px;
    z-index: 10; }

.main-wrapper {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-top: 110px;
  padding-bottom: 52px;
  box-sizing: border-box;
  position: absolute;
  overflow-y: scroll;
  background: #FFFFFF;
  z-index: 60; }
  .main-wrapper:nth-child(2) {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh); }
  .main-wrapper.strict-hide {
    display: none; }
  .main-wrapper.hide {
    z-index: 70;
    -webkit-animation: disparition 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
            animation: disparition 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards; }

@-webkit-keyframes disparition {
  0% {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0); }
  100% {
    -webkit-transform: translate3d(0, -100vh, 0);
            transform: translate3d(0, -100vh, 0); } }

@keyframes disparition {
  0% {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0); }
  100% {
    -webkit-transform: translate3d(0, -100vh, 0);
            transform: translate3d(0, -100vh, 0); } }
  .main-wrapper.show {
    -webkit-animation: apparition 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: apparition 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; }
    .main-wrapper.show .to-slide {
      -webkit-transform: translate3d(0, 150px, 1px);
              transform: translate3d(0, 150px, 1px);
      opacity: 0;
      -webkit-animation: MoveBlock 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
              animation: MoveBlock 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; }
      .main-wrapper.show .to-slide:nth-child(1) {
        -webkit-animation-delay: 0.3s;
                animation-delay: 0.3s; }
      .main-wrapper.show .to-slide:nth-child(2) {
        -webkit-animation-delay: 0.6s;
                animation-delay: 0.6s; }
      .main-wrapper.show .to-slide:nth-child(3) {
        -webkit-animation-delay: 0.9s;
                animation-delay: 0.9s; }
      .main-wrapper.show .to-slide:nth-child(4) {
        -webkit-animation-delay: 1.2s;
                animation-delay: 1.2s; }
      .main-wrapper.show .to-slide:nth-child(5) {
        -webkit-animation-delay: 1.5s;
                animation-delay: 1.5s; }
      .main-wrapper.show .to-slide:nth-child(6) {
        -webkit-animation-delay: 1.8s;
                animation-delay: 1.8s; }

@-webkit-keyframes MoveBlock {
  from {
    -webkit-transform: translate3d(0, 150px, 1px);
            transform: translate3d(0, 150px, 1px);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 1px);
            transform: translate3d(0, 0, 1px);
    opacity: 1; } }

@keyframes MoveBlock {
  from {
    -webkit-transform: translate3d(0, 150px, 1px);
            transform: translate3d(0, 150px, 1px);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 1px);
            transform: translate3d(0, 0, 1px);
    opacity: 1; } }

@-webkit-keyframes apparition {
  0% {
    -webkit-transform: translate3d(0, 100vh, 1px);
            transform: translate3d(0, 100vh, 1px); }
  99% {
    -webkit-transform: translate3d(0, 0%, 1px);
            transform: translate3d(0, 0%, 1px); }
  100% {
    -webkit-transform: none;
            transform: none; } }

@keyframes apparition {
  0% {
    -webkit-transform: translate3d(0, 100vh, 1px);
            transform: translate3d(0, 100vh, 1px); }
  99% {
    -webkit-transform: translate3d(0, 0%, 1px);
            transform: translate3d(0, 0%, 1px); }
  100% {
    -webkit-transform: none;
            transform: none; } }
  .main-wrapper.no-scroll {
    overflow: hidden !important; }

.main-wrapper .main-title {
  font-size: 15px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 80px; }

.main-wrapper.press-article .main-title {
  margin-bottom: 0;
  padding-bottom: 30px; }

img {
  image-rendering: optimizeQuality; }

.is-tablet .smooth {
  -webkit-animation: none;
          animation: none;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: scroll; }

.is-tablet .home-index.smooth {
  overflow: hidden; }

.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 700ms;
  transition: all 700ms; }
  .loader .centering {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    z-index: 150;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 500ms;
    transition: all 500ms; }
    .loader .centering .loader {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: #000000;
      -webkit-animation: mymove 2s ease-in-out;
              animation: mymove 2s ease-in-out;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-transform-origin: center;
              transform-origin: center;
      opacity: 1; }
    .loader .centering .mask {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      display: block;
      z-index: 2;
      background: url("/") center center no-repeat;
      background-size: 48px auto; }



body.loading .centering {
  opacity: 1; }

body.loading .main-container {
  opacity: 0.3; }

body.loading .loader {
  visibility: visible;
  opacity: 1; }


/*MENU STRUTTURA PROGETTI*/
.menu-btn {
  height: 20px;
  width: 30px;
  display: inline-block;
  cursor: default;
  top: 30px;
  right: 30px;
  position: absolute;
  z-index: 999999;
  -webkit-transform: translate3d(0, 0, 20px);
          transform: translate3d(0, 0, 20px);
  cursor: pointer; 
  border-radius: 100%;
  border: 2px solid #957f67;
  padding: 20px 20px 20px 10px;
  background: #fff;
  }
  /*.menu-btn:before {
    content: 'Menu';
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    color: #957f67;
    position: absolute;
    left: -44px;
    top: 4px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }*/
  .menu-btn svg {
    cursor: pointer;
    height: 20px;
    width: 34px; }
    .menu-btn svg rect {
      -webkit-transition: fill 0.4s, -webkit-transform 0.6s;
      transition: fill 0.4s, -webkit-transform 0.6s;
      transition: transform 0.6s, fill 0.4s;
      -webkit-transition: -webkit-transform 0.6s, fill 0.4s, -webkit-transform 0.6s;
              transition: transform 0.6s, fill 0.4s, -webkit-transform 0.6s;
      fill: #957f67; }
  .menu-btn:hover svg rect {
    fill: #957f67; }
    .menu-btn:hover svg rect#one {
      -webkit-transition: fill 0.8s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: fill 0.8s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), fill 0.8s;
      -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), fill 0.8s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
              transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), fill 0.8s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transform: translateX(-0.2px);
              transform: translateX(-0.2px); }
    .menu-btn:hover svg rect#two {
      -webkit-transition: fill 0.8s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: fill 0.8s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), fill 0.8s;
      -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), fill 0.8s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
              transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), fill 0.8s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transform: translateX(0.7px);
              transform: translateX(0.7px); }
    .menu-btn:hover svg rect#three {
      -webkit-transition: fill 0.8s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: fill 0.8s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), fill 0.8s;
      -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), fill 0.8s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
              transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), fill 0.8s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transform: translateX(-0.8px);
              transform: translateX(-0.8px); }

/*FINE MENU STRUTTURA*/

/*MENU BIANCO CHIUSO*/
.menu-white-bar {
  display: none;
}

body.is-home .menu-white-bar {
  -webkit-transform: translate3d(0, 0, 9px);
          transform: translate3d(0, 0, 9px);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body.is-home .menu-white-bar.intro {
    -webkit-transition-delay: 8.8s;
            transition-delay: 8.8s; }

/*FINE MENU CHIUSO*/
/*MENU*/
.menu-container {
  width: 100%;
  height: 100vh;
  overflow-x: hidden !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 10px);
          transform: translate3d(0, 0, 10px); }
  .menu-container .menu {
    width: 100%;
    background-color: #fff;
    z-index: 9999999;
    position: absolute;
    top: 0;
    right: -100%;
    height: 33.33333vh;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
    .menu-container .menu .wrapper {
      position: relative;
      width: 1100px;
      margin: 0 auto;
      padding-top: 29px;
      box-sizing: border-box; }
    .menu-container .menu .column {
      float: left;
      width: 33%; }
      .menu-container .menu .column .libelle {
        text-transform: uppercase;
        color: #1d1d1b;
        font-size: 15px;
        float: left;
        margin-right: 20px;
        position: relative; }
        .menu-container .menu .column .libelle:before {
          content: "";
          position: absolute;
          height: 2px;
          width: 15px;
          background-color: #957f67;
          top: 50%;
          margin-top: -1.5px;
          left: 200%;
          opacity: 0;
          z-index: 2;
          -webkit-transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .menu-container .menu .column .libelle span:after {
          content: "";
          position: absolute;
          background: #FFFFFF;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          -webkit-transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .menu-container .menu .column ul {
        float: left;
        margin: 4px 0 0 0; 
       }
        .menu-container .menu .column ul li {
          text-transform: uppercase;
          font-size: 12px;
          color: #878787;
          margin-bottom: 15px;
          opacity: 0;
          -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s; }
          .menu-container .menu .column ul li a {
            -webkit-transition: color 0.4s;
            transition: color 0.4s; }
            .menu-container .menu .column ul li a:hover {
              -webkit-transition: color 0.4s;
              transition: color 0.4s;
              color: #444444; }
        @media screen and (max-height: 600px) {
          .menu-container .menu .column ul li {
            margin-bottom: 10px; } }
        @media screen and (min-height: 600px) and (max-height: 680px) {
          .menu-container .menu .column ul li {
            margin-bottom: 15px; } }
  .menu-container .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(149, 127, 103, 0.03);
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
  .menu-container.normal .header .logo svg path, .menu-container.normal .header .logo svg rect {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    fill: #FFFFFF; }
  .menu-container.normal .header .menu {
    width: 123px;
    height: 80px;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s; }
    .menu-container.normal .header .menu svg rect {
      -webkit-animation: showMenu 0.8s linear forwards;
              animation: showMenu 0.8s linear forwards;
      -webkit-animation-delay: 1.2s;
              animation-delay: 1.2s; }
/*FINE MENU*/

/*APERTURA MENU*/

.menu-container.open .header .menu svg rect {
-webkit-transition: -webkit-transform 0.6s;
   transition: -webkit-transform 0.6s;
transition: transform 0.6s;
-webkit-transition: -webkit-transform 0.6s, -webkit-transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    fill: #a7a7a7; 
}
    .menu-container.open .header .menu svg rect#one {
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      transition: transform 1s;
      -webkit-transition: -webkit-transform 1s, -webkit-transform 1s;
              transition: transform 1s, -webkit-transform 1s;
      -webkit-transform: translateX(-0.2px);
              transform: translateX(-0.2px); }
    .menu-container.open .header .menu svg rect#two {
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      transition: transform 1s;
      -webkit-transition: -webkit-transform 1s, -webkit-transform 1s;
              transition: transform 1s, -webkit-transform 1s;
      -webkit-transform: translateX(0px);
              transform: translateX(0px); }
    .menu-container.open .header .menu svg rect#three {
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      transition: transform 1s;
      -webkit-transition: -webkit-transform 1s, -webkit-transform 1s;
              transition: transform 1s, -webkit-transform 1s;
      -webkit-transform: translateX(-0.8px);
              transform: translateX(-0.8px); }
  .menu-container.open .menu {
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: -webkit-transform 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: transform 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
            transition: transform 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
    .menu-container.open .menu .column .libelle:before {
      -webkit-animation: showLine 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
              animation: showLine 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
      -webkit-animation-delay: 0.6s;
              animation-delay: 0.6s; }

@-webkit-keyframes showLine {
  0% {
    opacity: 0;
    left: 200%; }
  100% {
    opacity: 1;
    left: -25px; } }

@keyframes showLine {
  0% {
    opacity: 0;
    left: 200%; }
  100% {
    opacity: 1;
    left: -25px; } }
    .menu-container.open .menu .column .libelle span:after {
      -webkit-animation: showSpan 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
              animation: showSpan 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
      -webkit-animation-delay: 0.8s;
              animation-delay: 0.8s; }

@-webkit-keyframes showSpan {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

@keyframes showSpan {
  0% {
    width: 100%; }
  100% {
    width: 0; } }
  
  /*MENU APERTO COLONNE*/
    
    .menu-container.open .menu .column li:nth-child(1) {
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-transition-delay: 1.18s;
              transition-delay: 1.18s;
      opacity: 1; }
    .menu-container.open .menu .column li:nth-child(2) {
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-transition-delay: 1.26s;
              transition-delay: 1.26s;
      opacity: 1; }
    .menu-container.open .menu .column li:nth-child(3) {
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-transition-delay: 1.34s;
              transition-delay: 1.34s;
      opacity: 1; }
    .menu-container.open .menu .column li:nth-child(4) {
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-transition-delay: 1.42s;
              transition-delay: 1.42s;
      opacity: 1; }
    .menu-container.open .menu .column li:nth-child(5) {
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-transition-delay: 1.5s;
              transition-delay: 1.5s;
      opacity: 1; }
    .menu-container.open .menu .column li:nth-child(6) {
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-transition-delay: 1.58s;
              transition-delay: 1.58s;
      opacity: 1; }
     .menu-container.open .menu .column li:nth-child(7) {
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-transition-delay: 1.66s;
              transition-delay: 1.66s;
      opacity: 1; }
    .menu-container.open .menu .column li:nth-child(8) {
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-transition-delay: 1.74s;
              transition-delay: 1.74s;
      opacity: 1; }           
  .menu-container.open .mask {
    opacity: 1;
    visibility: visible; }
  .menu-container.open .menu-news {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s; }

/*FINE MENU APERTO COLONNE*/

/*STRUTTURA PROGETTI*/
.projects-list {
  /** Local VARS **/
  /** / Local VARS **/
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 50;
  display: none;
  /** Generic main line styles **/
  /** / Generic main line styles **/ }
  .projects-list .line {
    position: absolute;
    left: 0;
    height: 33.33vh;
    width: 100%;
    -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: -webkit-transform 1200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: transform 1200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 1200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
            transition: transform 1200ms cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 1200ms cubic-bezier(0.55, 0.085, 0.68, 0.53); }
    .projects-list .line.top {
      top: 0;
      background: #FFFFFF;
      -webkit-transform: translate3d(-100vw, 0, 0);
              transform: translate3d(-100vw, 0, 0);
      z-index: 1; }
    .projects-list .line.middle {
      top: 33.33vh;
      height: 33.35vh;
      background: #FFFFFF;
      -webkit-transform: translate3d(100vw, 0, 0);
              transform: translate3d(100vw, 0, 0);
      z-index: 2; }
    .projects-list .line.bottom {
      bottom: 0;
      height: 33.5vh;
      background: #FFFFFF;
      -webkit-transform: translate3d(-100vw, 0, 0);
              transform: translate3d(-100vw, 0, 0);
      z-index: 1; }
  .projects-list.open .line {
    -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: transform 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .projects-list.close {
    -webkit-transition: -webkit-transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: -webkit-transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -webkit-transition: -webkit-transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
            transition: transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -webkit-transform: translate3d(0, -100vh, 0);
            transform: translate3d(0, -100vh, 0); }
  .projects-list .line.top {
    color: #000000;
    text-align: center; }
    .projects-list .line.top .project-category {
      position: absolute;
      top: 50%;
      width: 100%;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translate(0, -65%);
              transform: translate(0, -65%);
      -webkit-transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .projects-list .line.top .project-category h2 {
        font-size: 15px;
        text-transform: uppercase;
        font-family: 'Lato', sans-serif; }
      .projects-list .line.top .project-category ul {
        padding-top: 35px;
        font-family: 'Lato', sans-serif; }
        .projects-list .line.top .project-category ul li {
          text-transform: uppercase;
          color: #878787;
          font-size: 12px;
          display: inline-block;
          margin: 0 25px;
          position: relative;
          letter-spacing: 1px;
          -webkit-transition: color 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition: color 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
          .projects-list .line.top .project-category ul li:hover {
            color: #000000; }
        .projects-list .line.top .project-category ul a.active {
          color: #000000; }
      .projects-list .line.top .project-category:first-child {
        display: block; }
      .projects-list .line.top .project-category.open {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
      .projects-list .line.top .project-category.close {
        opacity: 0;
        -webkit-transform: translate(0, -35%);
                transform: translate(0, -35%); }


/*ANIMAZIONE LOGO*/
.prehome {
  height: 100vh;
  width: 100vw;
  position: absolute;
  z-index: 300;
  -webkit-transform: translate3d(0, 0, 30px);
          transform: translate3d(0, 0, 30px); }
 
  .prehome .mask {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    position: absolute; }
  .prehome .main-picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5; }
    .prehome .main-picture .project {
      width: 100%;
      height: 100%;
      position: absolute; }
  .prehome .container {
    width: 100%;
    height: 33.33333%;
    position: absolute;
    left: 0;
    top: 33.33333%;
    z-index: 10; }
    .prehome .container img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .prehome.intro {
    -webkit-animation: fadePrehome 0.8s linear forwards;
            animation: fadePrehome 0.8s linear forwards;
    -webkit-animation-delay: 6s;
            animation-delay: 6s; }





@-webkit-keyframes fadePrehome {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadePrehome {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
    .prehome.intro .mask {
      -webkit-animation: fadeBackground 1.2s linear forwards;
              animation: fadeBackground 1.2s linear forwards;
      -webkit-animation-delay: 4.2s;
              animation-delay: 4.2s; }

@-webkit-keyframes fadeBackground {
  0% {
    background-color: rgba(0, 0, 0, 0.5); }
  100% {
    background-color: transparent; } }

@keyframes fadeBackground {
  0% {
    background-color: rgba(0, 0, 0, 0.5); }
  100% {
    background-color: transparent; } }
    .prehome.intro .container:before {
      -webkit-animation: lineTop 3.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
              animation: lineTop 3.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
      -webkit-animation-delay: 2.6s;
              animation-delay: 2.6s; }
    .prehome.intro .container:after {
      -webkit-animation: lineBottom 3.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
              animation: lineBottom 3.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
      -webkit-animation-delay: 2.6s;
              animation-delay: 2.6s; }
    .prehome.intro .container .sprite {
      -webkit-animation: spriteEnd steps(100) 4s forwards;
              animation: spriteEnd steps(100) 4s forwards;
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }

@-webkit-keyframes spriteEnd {
  from {
    background-position: center 0%; }
  to {
    background-position: center 100%; } }

@keyframes spriteEnd {
  from {
    background-position: center 0%; }
  to {
    background-position: center 100%; } }

@-webkit-keyframes lineTop {
  0% {
    top: 50%;
    margin-top: -68px;
    left: 50%;
    margin-left: 61px;
    width: 0px; }
  35% {
    top: 50%;
    margin-top: -68px;
    left: 50%;
    margin-left: 61px;
    width: 50px; }
  65% {
    top: 0;
    margin-top: 0;
    left: 50%;
    margin-left: 61px;
    width: 50px; }
  100% {
    top: 0;
    margin-top: 0;
    left: 0;
    margin-left: 0px;
    width: 100%; } }

@keyframes lineTop {
  0% {
    top: 50%;
    margin-top: -68px;
    left: 50%;
    margin-left: 61px;
    width: 0px; }
  35% {
    top: 50%;
    margin-top: -68px;
    left: 50%;
    margin-left: 61px;
    width: 50px; }
  65% {
    top: 0;
    margin-top: 0;
    left: 50%;
    margin-left: 61px;
    width: 50px; }
  100% {
    top: 0;
    margin-top: 0;
    left: 0;
    margin-left: 0px;
    width: 100%; } }

@-webkit-keyframes lineBottom {
  0% {
    bottom: 50%;
    margin-bottom: 21px;
    left: 50%;
    margin-left: -140px;
    width: 0px; }
  35% {
    bottom: 50%;
    margin-bottom: 21px;
    left: 50%;
    margin-left: -140px;
    width: 30px; }
  65% {
    bottom: 0;
    margin-bottom: 1px;
    left: 50%;
    margin-left: -140px;
    width: 30px; }
  100% {
    bottom: 0;
    margin-bottom: 1px;
    left: 0%;
    margin-left: 0px;
    width: 100%; } }

@keyframes lineBottom {
  0% {
    bottom: 50%;
    margin-bottom: 21px;
    left: 50%;
    margin-left: -140px;
    width: 0px; }
  35% {
    bottom: 50%;
    margin-bottom: 21px;
    left: 50%;
    margin-left: -140px;
    width: 30px; }
  65% {
    bottom: 0;
    margin-bottom: 1px;
    left: 50%;
    margin-left: -140px;
    width: 30px; }
  100% {
    bottom: 0;
    margin-bottom: 1px;
    left: 0%;
    margin-left: 0px;
    width: 100%; } }

body.is-home .prehome.intro {
  -webkit-animation: fadePrehome 1s linear forwards;
          animation: fadePrehome 1s linear forwards;
  -webkit-animation-delay: 6s;
          animation-delay: 6s; }




/*FINE ANIMAZIONE LOGO*/




/*SLIDER HOME PAGE*/
.home-index {
  max-width: inherit;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden; }
  .home-index .projects-slider {
    width: 100%;
    height: 100%;
    position: absolute; }
    .home-index .projects-slider .project {
      position: absolute;
      width: 100%;
      height: 100vh; }
      .home-index .projects-slider .project:first-of-type,
      .home-index .projects-slider .project .first {
        z-index: 30; }
      .home-index .projects-slider .project .column {
        position: absolute;
        height: 33.33333vh;
        width: 100%;
        background-color: #FFFFFF; }
      .home-index .projects-slider .project .top {
        top: 0;
        -webkit-transition: all 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition: all 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
        .home-index .projects-slider .project .top .img-container .center {
          background-size: cover;
          background-position: center 0; }
        .home-index .projects-slider .project .top.close-all {
          width: 0; }
      .home-index .projects-slider .project.first .top {
        height: 200%; }
      .home-index .projects-slider .project.first .middle {
        -webkit-transform: translateX(150vw);
                transform: translateX(150vw); }
        .home-index .projects-slider .project.first .middle:before {
          content: "";
          position: absolute;
          background-color: #FFFFFF;
          z-index: 2;
          height: 3px;
          top: 0;
          margin-top: 0;
          left: -200vw;
          margin-left: 0px;
          width: 200%;
          opacity: 1; }
        .home-index .projects-slider .project.first .middle:after {
          content: "";
          position: absolute;
          background-color: #FFFFFF;
          z-index: 2;
          height: 3px;
          bottom: 0;
          margin-bottom: 1px;
          left: -200vw;
          margin-left: 0px;
          width: 200%;
          opacity: 1; }
        .home-index .projects-slider .project.first .middle .description {
          opacity: 0; }
      .home-index .projects-slider .project .bottom {
        bottom: 0;
        height: calc(100vh / 3 + 1px);
        -webkit-transition: all 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition: all 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -webkit-transition-delay: 100ms;
                transition-delay: 100ms; }
        .home-index .projects-slider .project .bottom .img-container .center {
          background-size: cover;
          background-position: center; }
        .home-index .projects-slider .project .bottom.main .img-container .center {
          background-position-x: center;
          background-position-y: calc(-66.5vh + 0px);
          background-position: center calc(-66.5vh + 0px); }
        .home-index .projects-slider .project .bottom.close-all {
          width: 0; }
      .home-index .projects-slider .project .top, .home-index .projects-slider .project .bottom {
        overflow: hidden;
        will-change: width; }
        .home-index .projects-slider .project .top .img-container, .home-index .projects-slider .project .bottom .img-container {
          overflow: hidden;
          background-color: #FFFFFF;
          position: absolute;
          left: 0;
          height: 100%;
          width: 100vw; }
          .home-index .projects-slider .project .top .img-container .center, .home-index .projects-slider .project .bottom .img-container .center {
            height: 100%;
            width: 100%;
            position: absolute;
            background-repeat: no-repeat; }
        .home-index .projects-slider .project .top.main .img-container, .home-index .projects-slider .project .bottom.main .img-container {
          height: 100vh;
          width: 100vw; }
          .home-index .projects-slider .project .top.main .img-container .center, .home-index .projects-slider .project .bottom.main .img-container .center {
            height: 100vh;
            width: 100vw; }
      .home-index .projects-slider .project .middle {
        top: 33.33333vh;
        display: table;
        z-index: 4;
        -webkit-transition: all 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition: all 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
        .home-index .projects-slider .project .middle:before {
          content: '';
          position: absolute;
          background-color: #fff;
          top: 0;
          z-index: 2;
          height: 3px;
          width: 100%;
          opacity: 0;
           }
        .home-index .projects-slider .project .middle:after {
          content: '';
          position: absolute;
          background-color: #FFFFFF;
          bottom: 0;
          z-index: 2;
          height: 3px;
          width: 100%;
          opacity: 0; }
        .home-index .projects-slider .project .middle a {
          height: 100%;
          width: 100%;
          display: block;
          z-index: 1;
          position: absolute;
          -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
          .home-index .projects-slider .project .middle a:hover .description:before {
            -webkit-transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            height: 15%; }
        .home-index .projects-slider .project .middle .description {
          text-align: center;
          width: 40%;
          left: 30%;
          position: absolute;
          height: 100%;
          background-color: #fff;
          z-index: 9999;
          -webkit-transform: translate3d(-100%, 0, 0);
                  transform: translate3d(-100%, 0, 0); }
          .home-index .projects-slider .project .middle .description:before {
            content: "";
            position: absolute;
            bottom: 2px;
            left: 50%;
            height: 0;
            margin: -1.5px;
            width: 3px;
            background-color: #FFF;
            -webkit-transition: height 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
            transition: height 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
            z-index: 3; }
          .home-index .projects-slider .project .middle .description .wrapper {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate3d(-50%, -50%, 0);
                    transform: translate3d(-50%, -50%, 0);
            -webkit-backface-visibility: hidden;
                    backface-visibility: hidden; }
          .home-index .projects-slider .project .middle .description .title {
            color: #1d1d1b;
            font-size: 30px;
            letter-spacing: 2px;
            font-weight: normal;
            margin-top: 5px;
            margin-bottom: 10px; }
          .home-index .projects-slider .project .middle .description .category {
            color: #957f67;
            line-height:16px;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 2px;
            display: block;
            font-weight: normal; }
          .home-index .projects-slider .project .middle .description .subtitle {
            color: #957f67;
            font-size: 13px;
            letter-spacing: 4px;
            text-transform: uppercase;            
            font-weight: normal; }
        .home-index .projects-slider .project .middle .img-container {
          width: 0%;
          will-change: width;
          position: absolute;
          right: 0;
          height: 100%;
          overflow: hidden; }
          .home-index .projects-slider .project .middle .img-container .center {
            height: 100%;
            width: 100%;
            right: 0;
            position: absolute;
            background-position: center center;
            /*background-repeat: no-repeat;
            background-attachment: fixed;*/  }
        .home-index .projects-slider .project .middle.open-all {
          height: 100vh;
          top: 0;
          -webkit-transition-delay: 800ms;
                  transition-delay: 800ms; }
          .home-index .projects-slider .project .middle.open-all .description, .home-index .projects-slider .project .middle.open-all .img-container {
            width: 100%;
            -webkit-transition-delay: 0ms !important;
                    transition-delay: 0ms !important; }
          .home-index .projects-slider .project .middle.open-all .img-container {
            width: 0 !important; }
          .home-index .projects-slider .project .middle.open-all a {
            width: 100% !important; }
          .home-index .projects-slider .project .middle.open-all .description:before {
            -webkit-transition-delay: 1.2s;
                    transition-delay: 1.2s;
            height: 40%; } 
      .home-index .projects-slider .project:not(.first) .middle .description .wrapper .category, .home-index .projects-slider .project:not(.first) .middle .description .wrapper .title, .home-index .projects-slider .project:not(.first) .middle .description .wrapper .subtitle {
        -webkit-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        opacity: 0;
        -webkit-transform: translateX(-100px);
                transform: translateX(-100px); }
      .home-index .projects-slider .project.hide .middle {
        background: transparent; }
        .home-index .projects-slider .project.hide .middle .img-container {
          -webkit-transition: width 1.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition: width 1.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
          -webkit-transition-delay: 0.4s !important;
                  transition-delay: 0.4s !important;
          width: 0 !important; }
        .home-index .projects-slider .project.hide .middle .description .wrapper .category, .home-index .projects-slider .project.hide .middle .description .wrapper .title, .home-index .projects-slider .project.hide .middle .description .wrapper .subtitle {
          -webkit-transition: all 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition: all 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          opacity: 0;
          -webkit-transform: translateX(100px);
                  transform: translateX(100px); }
          .home-index .projects-slider .project.hide .middle .description .wrapper .category.category, .home-index .projects-slider .project.hide .middle .description .wrapper .title.category, .home-index .projects-slider .project.hide .middle .description .wrapper .subtitle.category {
            -webkit-transition-delay: 0.4s;
                    transition-delay: 0.4s; }
          .home-index .projects-slider .project.hide .middle .description .wrapper .category.title, .home-index .projects-slider .project.hide .middle .description .wrapper .title.title, .home-index .projects-slider .project.hide .middle .description .wrapper .subtitle.title {
            -webkit-transition-delay: 0.2s;
                    transition-delay: 0.2s; }
          .home-index .projects-slider .project.hide .middle .description .wrapper .category.subtitle, .home-index .projects-slider .project.hide .middle .description .wrapper .title.subtitle, .home-index .projects-slider .project.hide .middle .description .wrapper .subtitle.subtitle {
            -webkit-transition-delay: 0s;
                    transition-delay: 0s; }       
      .home-index .projects-slider .project.hide .top, .home-index .projects-slider .project.hide .bottom {
        -webkit-transition: all 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: all 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        width: 0%;
        -webkit-transform: translate3d(0, 0, 0.01px);
                transform: translate3d(0, 0, 0.01px); }
      .home-index .projects-slider .project.hide .bottom {
        -webkit-transition: all 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: all 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transition-delay: 0.2s !important;
                transition-delay: 0.2s !important;
        width: 0%; }

      .home-index .projects-slider .project.next .middle {
        background: transparent; }
        .home-index .projects-slider .project.next .middle .description .wrapper .category, .home-index .projects-slider .project.next .middle .description .wrapper .title, .home-index .projects-slider .project.next .middle .description .wrapper .subtitle {
          -webkit-transition: all 0.7s;
          transition: all 0.7s;
          opacity: 1;
          -webkit-transform: translateX(0px);
                  transform: translateX(0px); }
          .home-index .projects-slider .project.next .middle .description .wrapper .category.category, .home-index .projects-slider .project.next .middle .description .wrapper .title.category, .home-index .projects-slider .project.next .middle .description .wrapper .subtitle.category {
            -webkit-transition-delay: 0.4s;
                    transition-delay: 0.4s; }
          .home-index .projects-slider .project.next .middle .description .wrapper .category.title, .home-index .projects-slider .project.next .middle .description .wrapper .title.title, .home-index .projects-slider .project.next .middle .description .wrapper .subtitle.title {
            -webkit-transition-delay: 0.2s;
                    transition-delay: 0.2s; }
          .home-index .projects-slider .project.next .middle .description .wrapper .category.subtitle, .home-index .projects-slider .project.next .middle .description .wrapper .title.subtitle, .home-index .projects-slider .project.next .middle .description .wrapper .subtitle.subtitle {
            -webkit-transition-delay: 0s;
                    transition-delay: 0s; }
    .home-index .projects-slider .bullets {
      position: absolute;
      bottom: 36vh;
      left: 50%;
      z-index: 120;
      -webkit-transform: translate3d(-50%, 0, 5px);
              transform: translate3d(-50%, 0, 5px); }
      .home-index .projects-slider .bullets .background {
        height: 2px;
        background-color: rgba(237, 237, 237, 1);
        width: 100%;
        position: relative; }
      .home-index .projects-slider .bullets .bullet {
        height: 2px;
        float: left;
        margin: 0 2.5px;
        width: 0px;
        opacity: 0;
        padding: 10px 0;
        position: relative;
        cursor: pointer; }
        .home-index .projects-slider .bullets .bullet span {
          display: inline-block; }
        .home-index .projects-slider .bullets .bullet .knob {
          height: 100%;
          width: 0;
          background: #957f67;
          position: absolute;
          left: 0;
          top: 12px;
          -webkit-transition: width linear;
          transition: width linear; }
        .home-index .projects-slider .bullets .bullet.current .knob {
          width: 100%;
          -webkit-transition: width 4.5s linear;
          transition: width 4.5s linear; }
        .home-index .projects-slider .bullets .bullet.pause .knob {
          -webkit-animation-play-state: paused;
                  animation-play-state: paused; }
      .home-index .projects-slider .bullets .arrow {
        float: left;
        cursor: pointer;
        opacity: 0;
        padding: 5px;
        width: 12px; }
        .home-index .projects-slider .bullets .arrow:hover.previous {
          -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
                  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -webkit-transform: translate3d(-5px, 0, 0);
                  transform: translate3d(-5px, 0, 0); }
        .home-index .projects-slider .bullets .arrow:hover.next {
          -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
                  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -webkit-transform: translate3d(5px, 0, 0);
                  transform: translate3d(5px, 0, 0); }
        .home-index .projects-slider .bullets .arrow svg {
          height: 12px;
          padding: 2px; }
          .home-index .projects-slider .bullets .arrow svg polygon {
            stroke: #fff;
            fill: #fff;
            stroke-width: 0.5;
            stroke-miterlimit: 10; }
        .home-index .projects-slider .bullets .arrow.previous {
          -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          margin-right: 0px;
          margin-top: -2.5px; }
        .home-index .projects-slider .bullets .arrow.next {
          -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          margin-left: 0;
          margin-top: -2.5px; }
          .home-index .projects-slider .bullets .arrow.next svg {
            height: 11px; }
  .home-index.animated .projects-slider .project .middle:after {
    opacity: 1; }
  .home-index.animated .projects-slider .project .middle:before {
    opacity: 1; }
  .home-index.animated .projects-slider .project .middle .description {
    -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 1.9s;
            transition-delay: 1.9s;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .home-index.animated .projects-slider .project .middle .img-container {
    width: 100%;
    -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 1.9s;
            transition-delay: 1.9s; }
  .home-index.animated .projects-slider .project.first .top {
    height: 33.33333vh;
    -webkit-transition: height 0s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: height 0s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -webkit-transition-delay: 1s;
            transition-delay: 1s; }
  .home-index.animated .projects-slider .project.first .middle {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.9s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.9s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
    .home-index.animated .projects-slider .project.first .middle:before, .home-index.animated .projects-slider .project.first .middle:after {
      left: 0;
      -webkit-transition: all 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: all 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; }
    .home-index.animated .projects-slider .project.first .middle .description {
      -webkit-transition-delay: 0.9s;
              transition-delay: 0.9s; }
    .home-index.animated .projects-slider .project.first .middle .img-container {
      -webkit-transition-delay: 0.9s;
              transition-delay: 0.9s; }
    .home-index.animated .projects-slider .project.first .middle .description {
      opacity: 1;
      -webkit-transition-delay: 0.8s;
              transition-delay: 0.8s; }
  .home-index.animated .projects-slider .bullets .bullet:nth-child(1) {
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    opacity: 1;
    width: 66px; }
  .home-index.animated .projects-slider .bullets .bullet:nth-child(2) {
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
    opacity: 1;
    width: 66px; }
  .home-index.animated .projects-slider .bullets .bullet:nth-child(3) {
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    opacity: 1;
    width: 66px; }
  .home-index.animated .projects-slider .bullets .bullet:nth-child(4) {
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
    opacity: 1;
    width: 66px; }
  .home-index.animated .projects-slider .bullets .bullet:nth-child(5) {
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
    opacity: 1;
    width: 66px; }
  .home-index.animated .projects-slider .bullets .bullet:nth-child(6) {
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
    opacity: 1;
    width: 66px; }
  /*.home-index.animated .projects-slider .bullets .bullet:nth-child(7) {
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
    opacity: 1;
    width: 66px; }  */  
  .home-index.animated .projects-slider .bullets .arrow {
    -webkit-animation: fadeArrow 0.4s ease forwards;
            animation: fadeArrow 0.4s ease forwards;
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s; }
 /*CSS ANIMAZIONE HP*/
    
   .prehome .container .sprite {
      position: absolute;
      width: 400px;
      height: 300px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-image: url(../Img/desktop/logo-sprite.png);
      background-repeat: no-repeat;
      background-size: 400px 30300px;
      background-position: center 0%; }
    /*.prehome .container:before {
      content: "";
      position: absolute;
      background-color: #000;
      z-index: 2;
      height: 3px;
      width: 0px;
      top: 50%;
      left: 550%;
      margin-left: 661px;
      margin-top: -68px; }*/
    .prehome .container:after {
      content: "";
      position: absolute;
      background-color: #957f67;
      z-index: 2;
      height: 3px;
      width: 0px;
      bottom: 50%;
      left: 550%;
      margin-left: -640px;
      margin-bottom: 21px; } 


html,

.gwd-page-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.gwd-page-content {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    perspective: 1400px;
    -webkit-perspective: 1400px;
    -moz-perspective: 1400px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    position: absolute;
    background-color: transparent;
}
.gwd-page-wrapper {
    position: absolute;
    transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    background-color: rgb(255, 255, 255);
}
.gwd-page-size {
    width: 400px;
    height: 300px;
}
.gwd-div-1swo {
    background-image: none;
    background-color: rgba(255, 255, 255, 0);
}
.gwd-img-pe5x {
    position: absolute;
    width: 178px;
    height: 262px;
    left: 111px;
    top: 19px;
    opacity: 0;
}
.gwd-img-1rp0 {
    position: absolute;
    width: 178px;
    height: 262px;
    left: 111px;
    top: 19px;
    opacity: 0;
}
.gwd-img-tpjb {
    position: absolute;
    width: 178px;
    height: 262px;
    left: 111px;
    top: 19px;
    opacity: 0;
}
.gwd-img-1l8d {
    position: absolute;
    width: 178px;
    height: 262px;
    left: 111px;
    top: 19px;
    opacity: 0;
}
.gwd-img-8feg {
    position: absolute;
    width: 178px;
    height: 262px;
    left: 111px;
    top: 19px;
    opacity: 0;
}
.gwd-img-67h4 {
    position: absolute;
    width: 178px;
    height: 262px;
    left: 111px;
    top: 19px;
    opacity: 0;
}
.gwd-img-17wa {
    position: absolute;
    width: 178px;
    height: 262px;
    left: 111px;
    top: 19px;
    opacity: 0;
}
@keyframes gwd-gen-zmtggwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    8.33% {
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    16.67% {
        opacity: 1;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    83.33% {
        opacity: 1;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
}
@-webkit-keyframes gwd-gen-zmtggwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
    }
    8.33% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
    }
    16.67% {
        opacity: 1;
        -webkit-animation-timing-function: linear;
    }
    83.33% {
        opacity: 1;
        -webkit-animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
    }
}
@-moz-keyframes gwd-gen-zmtggwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        -moz-animation-timing-function: linear;
    }
    8.33% {
        opacity: 0;
        -moz-animation-timing-function: linear;
    }
    16.67% {
        opacity: 1;
        -moz-animation-timing-function: linear;
    }
    83.33% {
        opacity: 1;
        -moz-animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -moz-animation-timing-function: linear;
    }
}
#page1.gwd-play-animation .gwd-gen-zmtggwdanimation {
    animation: gwd-gen-zmtggwdanimation_gwd-keyframes 6s linear 0s 1 normal forwards;
    -webkit-animation: gwd-gen-zmtggwdanimation_gwd-keyframes 6s linear 0s 1 normal forwards;
    -moz-animation: gwd-gen-zmtggwdanimation_gwd-keyframes 6s linear 0s 1 normal forwards;
}
@keyframes gwd-gen-17n6gwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    16.67% {
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    25% {
        opacity: 1;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    83.33% {
        opacity: 1;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
}
@-webkit-keyframes gwd-gen-17n6gwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
    }
    16.67% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
    }
    25% {
        opacity: 1;
        -webkit-animation-timing-function: linear;
    }
    83.33% {
        opacity: 1;
        -webkit-animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
    }
}
@-moz-keyframes gwd-gen-17n6gwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        -moz-animation-timing-function: linear;
    }
    16.67% {
        opacity: 0;
        -moz-animation-timing-function: linear;
    }
    25% {
        opacity: 1;
        -moz-animation-timing-function: linear;
    }
    83.33% {
        opacity: 1;
        -moz-animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -moz-animation-timing-function: linear;
    }
}
#page1.gwd-play-animation .gwd-gen-17n6gwdanimation {
    animation: gwd-gen-17n6gwdanimation_gwd-keyframes 6s linear 0s 1 normal forwards;
    -webkit-animation: gwd-gen-17n6gwdanimation_gwd-keyframes 6s linear 0s 1 normal forwards;
    -moz-animation: gwd-gen-17n6gwdanimation_gwd-keyframes 6s linear 0s 1 normal forwards;
}
@keyframes gwd-gen-ytgdgwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    25% {
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    33.33% {
        opacity: 1;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    83.33% {
        opacity: 1;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
}
@-webkit-keyframes gwd-gen-ytgdgwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
    }
    25% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
    }
    33.33% {
        opacity: 1;
        -webkit-animation-timing-function: linear;
    }
    83.33% {
        opacity: 1;
        -webkit-animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
    }
}
@-moz-keyframes gwd-gen-ytgdgwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        -moz-animation-timing-function: linear;
    }
    25% {
        opacity: 0;
        -moz-animation-timing-function: linear;
    }
    33.33% {
        opacity: 1;
        -moz-animation-timing-function: linear;
    }
    83.33% {
        opacity: 1;
        -moz-animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -moz-animation-timing-function: linear;
    }
}
#page1.gwd-play-animation .gwd-gen-ytgdgwdanimation {
    animation: gwd-gen-ytgdgwdanimation_gwd-keyframes 6s linear 0s 1 normal forwards;
    -webkit-animation: gwd-gen-ytgdgwdanimation_gwd-keyframes 6s linear 0s 1 normal forwards;
    -moz-animation: gwd-gen-ytgdgwdanimation_gwd-keyframes 6s linear 0s 1 normal forwards;
}
@keyframes gwd-gen-1cv9gwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    33.33% {
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    41.67% {
        opacity: 1;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    83.33% {
        opacity: 1;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
}
@-webkit-keyframes gwd-gen-1cv9gwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
    }
    33.33% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
    }
    41.67% {
        opacity: 1;
        -webkit-animation-timing-function: linear;
    }
    83.33% {
        opacity: 1;
        -webkit-animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
    }
}
@-moz-keyframes gwd-gen-1cv9gwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        -moz-animation-timing-function: linear;
    }
    33.33% {
        opacity: 0;
        -moz-animation-timing-function: linear;
    }
    41.67% {
        opacity: 1;
        -moz-animation-timing-function: linear;
    }
    83.33% {
        opacity: 1;
        -moz-animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -moz-animation-timing-function: linear;
    }
}
#page1.gwd-play-animation .gwd-gen-1cv9gwdanimation {
    animation: gwd-gen-1cv9gwdanimation_gwd-keyframes 6s linear 0s 1 normal forwards;
    -webkit-animation: gwd-gen-1cv9gwdanimation_gwd-keyframes 6s linear 0s 1 normal forwards;
    -moz-animation: gwd-gen-1cv9gwdanimation_gwd-keyframes 6s linear 0s 1 normal forwards;
}
@keyframes gwd-gen-wj3vgwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    41.67% {
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    50% {
        opacity: 1;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    83.33% {
        opacity: 1;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
}
@-webkit-keyframes gwd-gen-wj3vgwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
    }
    41.67% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
    }
    50% {
        opacity: 1;
        -webkit-animation-timing-function: linear;
    }
    83.33% {
        opacity: 1;
        -webkit-animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
    }
}
@-moz-keyframes gwd-gen-wj3vgwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        -moz-animation-timing-function: linear;
    }
    41.67% {
        opacity: 0;
        -moz-animation-timing-function: linear;
    }
    50% {
        opacity: 1;
        -moz-animation-timing-function: linear;
    }
    83.33% {
        opacity: 1;
        -moz-animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -moz-animation-timing-function: linear;
    }
}
#page1.gwd-play-animation .gwd-gen-wj3vgwdanimation {
    animation: gwd-gen-wj3vgwdanimation_gwd-keyframes 6s linear 0s 1 normal forwards;
    -webkit-animation: gwd-gen-wj3vgwdanimation_gwd-keyframes 6s linear 0s 1 normal forwards;
    -moz-animation: gwd-gen-wj3vgwdanimation_gwd-keyframes 6s linear 0s 1 normal forwards;
}
@keyframes gwd-gen-t3b1gwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    50% {
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    58.33% {
        opacity: 1;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    83.33% {
        opacity: 1;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
}
@-webkit-keyframes gwd-gen-t3b1gwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
    }
    50% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
    }
    58.33% {
        opacity: 1;
        -webkit-animation-timing-function: linear;
    }
    83.33% {
        opacity: 1;
        -webkit-animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
    }
}
@-moz-keyframes gwd-gen-t3b1gwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        -moz-animation-timing-function: linear;
    }
    50% {
        opacity: 0;
        -moz-animation-timing-function: linear;
    }
    58.33% {
        opacity: 1;
        -moz-animation-timing-function: linear;
    }
    83.33% {
        opacity: 1;
        -moz-animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -moz-animation-timing-function: linear;
    }
}
#page1.gwd-play-animation .gwd-gen-t3b1gwdanimation {
    animation: gwd-gen-t3b1gwdanimation_gwd-keyframes 6s linear 0s 1 normal forwards;
    -webkit-animation: gwd-gen-t3b1gwdanimation_gwd-keyframes 6s linear 0s 1 normal forwards;
    -moz-animation: gwd-gen-t3b1gwdanimation_gwd-keyframes 6s linear 0s 1 normal forwards;
}
@keyframes gwd-gen-1qi6gwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    58.33% {
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    66.67% {
        opacity: 1;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    83.33% {
        opacity: 1;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
}
@-webkit-keyframes gwd-gen-1qi6gwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
    }
    58.33% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
    }
    66.67% {
        opacity: 1;
        -webkit-animation-timing-function: linear;
    }
    83.33% {
        opacity: 1;
        -webkit-animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
    }
}
@-moz-keyframes gwd-gen-1qi6gwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        -moz-animation-timing-function: linear;
    }
    58.33% {
        opacity: 0;
        -moz-animation-timing-function: linear;
    }
    66.67% {
        opacity: 1;
        -moz-animation-timing-function: linear;
    }
    83.33% {
        opacity: 1;
        -moz-animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -moz-animation-timing-function: linear;
    }
}
#page1.gwd-play-animation .gwd-gen-1qi6gwdanimation {
    animation: gwd-gen-1qi6gwdanimation_gwd-keyframes 6s linear 0s 1 normal forwards;
    -webkit-animation: gwd-gen-1qi6gwdanimation_gwd-keyframes 6s linear 0s 1 normal forwards;
    -moz-animation: gwd-gen-1qi6gwdanimation_gwd-keyframes 6s linear 0s 1 normal forwards;
}

/*CSS FEDE*/

#header {
    width: 270px; 		
    height: 33.33333vh;
    top: 0;
    left: 0;
	position:fixed; 
	z-index: 999999; 
	display: none; 
	-webkit-transform:translateZ(10px); 
}
.logo { 
	padding: 40px 20px 20px 20px;
    width: 100px;
    background: #fff;
    margin-left: 20px;
    -webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border: 2px solid #957f67;
	border-top: none;
}

/*MONITOR PICCOLI*/
@media only screen and (min-width: 1170px) and (max-width: 1699px){
	.menu-container .menu .wrapper {
		padding-left: 100px;	
	}
	#header {
	    background: transparent!important;
	}	
}
/*Ipad Landscape*/
@media only screen and (min-width: 1000px) and (max-width: 1169px){
	#header {
		width: 100px!important;
	    background: transparent!important;
		-webkit-transform:translateZ(0px); 	    
	}
	.logo { 
		padding: 20px 10px 20px 20px;
	}
	#header img {
		width: 100%;
	}
	.menu-container .menu .column {
	    float: left;
	    width: 28%;
	    padding-left: 30px;
	}
	.home-index .projects-slider .bullets {
		display: none;
	}	
}

/*Ipad Portrait*/
@media only screen and (min-width: 768px) and (max-width: 999px){
	#header {
		width: 100px!important;
	    background: transparent!important;
		-webkit-transform:translateZ(0px); 	        
	}
	.logo { 
		padding: 20px 10px 20px 20px;
	}	
	#header img {
		width: 100%;
	}
	.menu-container .menu {
		height: auto;
		padding-bottom: 20px;
	}
	.menu-container .menu .column {
	    width: 100%;
	    padding-left: 30px;
	}
	.menu-container .menu .column .libelle {
		width: 100%;
   		margin: 15px 0;
	}
	.home-index .projects-slider .bullets {
		display: none;
	}
	
}

/*Iphone Landscape*/

@media only screen and (min-width: 480px) and (max-width: 767px){
	.home-index .projects-slider .project .middle .description {
		width: 100%;
		left: 0;
	}
	.home-index .projects-slider .project .middle .description .title {
		font-size: 16px;
		margin-top: 10px;
	}
	.home-index .projects-slider .project .middle .description .category {
		font-size:9px;
	}
	.home-index .projects-slider .project .middle .description .subtitle {
		font-size:10px;
	}
	.logo { 
		padding: 20px 10px 20px 20px;
	}
	#header {
		-webkit-transform:translateZ(0px); 	    		
	}
	#header img {
		width: 100%;
		height: auto;
	}
	.menu-container .menu {
		height: 100%;
	}
	.menu-container .menu .column {
		width: 100%;
		padding-left: 30px;
	}
	.menu-container .menu .column .libelle {
		width: 100%;
		margin-bottom: 5px;
	}
	.home-index .projects-slider .bullets {
		display: none;
	}
}


/*Iphone Portrait*/

@media only screen and (max-width: 479px){
	#header {
		width: 70px;
		-webkit-transform:translateZ(0px); 	    
	}

	.logo { 
		padding: 20px 10px 20px 20px;
	}
	#header img {
		width: 100%;
	}
	.home-index.animated .projects-slider .project .middle .img-container {
		display: none;
	}
	.home-index.animated .projects-slider .project .middle .description {
		width: 100%;
		left: 0;
	}
	.home-index .projects-slider .project .middle .description {
		width: 100%;
		left: 0;
	}
	.home-index .projects-slider .project .middle .description .wrapper {
		width: 100%;
	}
	.home-index .projects-slider .project .middle .description .title {
		font-size: 20px;
	}
	.menu-btn {
		top: 10px;
		right: 10px;
		z-index: 9999999;
	}
	.menu-container .menu {
		height: 100%;
	}
	.menu-container .menu .column {
		float: none;
		padding-left: 35px;
	}
	.menu-container .menu .column .libelle {
		width: 100%;
		margin-bottom: 5px;
	}
	.menu-container {
		z-index: 999999;
	}
	.home-index .projects-slider .bullets {
		display: none;
	}		
}
