.fig-image {
  max-width: 100%;
  display: inline-block; }

.section {
  text-align: center;
  z-index: 80;
  width: 100%; }

#fullpage {
  display: block;
  margin: 0 auto;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }

.prev-project,
.next-project {
  display: none;
  width: 100%;
  z-index: 89; }

.prev-project div {
  left: 20px;
  width: 12px !important;
  height: 12px !important;
  border-width: 0;
  background: black !important;
  z-index: 90;
  border-style: none;
  position: absolute;
  border-radius: 50%; }
  @media screen and (max-width: 768px) {
    .prev-project div {
      top: 20px; } }
  @media screen and (min-width: 768px) {
    .prev-project div {
      top: 15px; } }

.prev-project:hover div {
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  transform: scale(1.3, 1.3); }

.next-project div {
  left: 20px;
  width: 12px !important;
  height: 12px !important;
  border-width: 0;
  background: black !important;
  z-index: 70;
  border-style: none;
  position: absolute;
  border-radius: 50%; }
  @media screen and (max-width: 768px) {
    .next-project div {
      top: 20px; } }
  @media screen and (min-width: 768px) {
    .next-project div {
      top: 15px; } }

.next-project:hover div {
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  transform: scale(1.3, 1.3); }

.fp-controlArrow.fp-prev {
  border: none;
  width: 50px;
  cursor: pointer;
  width: 12px !important;
  height: 12px !important;
  background: black;
  border-radius: 50%;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }
  @media screen and (max-width: 768px) {
    .fp-controlArrow.fp-prev {
      left: -15px; } }
  @media screen and (min-width: 768px) {
    .fp-controlArrow.fp-prev {
      left: 0; } }

.fp-controlArrow.fp-next {
  border: none;
  width: 12px !important;
  height: 12px !important;
  background: black;
  border-radius: 50%;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }
  @media screen and (max-width: 768px) {
    .fp-controlArrow.fp-next {
      right: -15px; } }
  @media screen and (min-width: 768px) {
    .fp-controlArrow.fp-next {
      right: 0; } }

.fp-controlArrow.fp-prev:hover {
  transform: scale(1.3, 1.3); }

.fp-controlArrow.fp-next:hover {
  transform: scale(1.3, 1.3); }

.close-detail {
  position: absolute;
  top: 0px;
  right: 30px;
  font-size: 1.1rem;
  line-height: 0;
  font-weight: 500;
  color: black;
  z-index: 100;
  cursor: pointer; }

#detail-information {
  position: fixed;
  z-index: 91;
  height: 50%;
  top: -50%;
  left: 0;
  width: 100%;
  background: white;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.preview-detail-orrizontale {
  margin: 0 auto; }
  .preview-detail-orrizontale img {
    width: 100%; }
  @media screen and (max-width: 768px) {
    .preview-detail-orrizontale {
      padding: 5px;
      width: 100%;
      margin-top: 0%; } }
  @media screen and (min-width: 768px) {
    .preview-detail-orrizontale {
      padding: 15px;
      width: 60%;
      margin-top: 10%; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .preview-detail-orrizontale {
      padding: 15px;
      width: 60%; } }
  @media screen and (min-width: 992px) {
    .preview-detail-orrizontale {
      padding: 30px;
      width: 60%; } }
  @media screen and (min-width: 1200px) {
    .preview-detail-orrizontale {
      padding: 0px;
      width: 43%; } }

.preview-detail {
  margin: 0 auto; }
  .preview-detail img {
    width: 100%; }
  @media screen and (max-width: 768px) {
    .preview-detail {
      padding: 5px;
      width: 100%;
      margin-top: 0%; } }
  @media screen and (min-width: 768px) {
    .preview-detail {
      padding: 15px;
      width: 50%;
      margin-top: 10%; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .preview-detail {
      padding: 15px;
      width: 50%; } }
  @media screen and (min-width: 992px) {
    .preview-detail {
      padding: 30px;
      max-width: 50%; } }
  @media screen and (min-width: 1200px) {
    .preview-detail {
      padding: 0px;
      max-width: 33%; } }

.content-prev {
  width: 50px;
  height: 40px;
  position: fixed;
  left: 50%;
  margin-left: -25px;
  top: 0%;
  z-index: 90; }

.content-next {
  width: 50px;
  height: 40px;
  position: fixed;
  left: 50%;
  margin-left: -25px;
  bottom: 0%;
  z-index: 90; }

.slide {
  z-index: 100;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .slide {
      margin-top: -10px !important; } }
  @media screen and (min-width: 768px) {
    .slide {
      margin-top: -100px !important; } }

#nav {
  position: fixed;
  z-index: 90;
  top: 0px;
  right: 0;
  width: 100%;
  transition: 0.5s ease-in-out;
  background: #ffffff; }
  @media screen and (max-width: 768px) {
    #nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      padding-top: 15px; } }
  @media screen and (min-width: 768px) {
    #nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      padding-top: 05px; } }
  #nav li:first {
    margin-left: 5px; }
  #nav li {
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    line-height: 0; }
    #nav li p {
      cursor: pointer;
      padding: 0;
      line-height: 0; }
    #nav li p:hover {
      cursor: pointer;
      border-bottom: 1px solid black; }

ul.list-grid li {
  padding: 0; }

#nav.nav-up {
  top: -70px; }

.transparent {
  background: transparent !important; }

.align-right {
  text-align: right; }

.nav--close {
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .nav--close {
      margin-right: 0px;
      padding: 0; } }
  @media screen and (min-width: 768px) {
    .nav--close {
      margin-right: 0px; } }

.nav--information {
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .nav--information {
      margin-left: 0px; } }
  @media screen and (min-width: 768px) {
    .nav--information {
      margin-left: 0px; } }

ul.list-grid {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.list-grid li {
    display: inline-block;
    margin-right: 10px !important;
    margin-left: 0px !important;
    padding: 0;
    line-height: 0; }

a.active {
  border-bottom: 1px solid black; }

@media screen and (max-width: 768px) {
  .arrow {
    max-width: 10px; }
    .arrow img {
      width: 10px; } }

@media screen and (min-width: 768px) {
  .arrow {
    max-width: 14px; }
    .arrow img {
      width: 14px; } }

@media screen and (max-width: 768px) {
  .seconday-menu {
    margin-top: -15px !important;
    padding-bottom: 0px; } }

@media screen and (min-width: 768px) {
  .seconday-menu {
    margin-top: 0px !important;
    padding-bottom: 0px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .list-grid {
    display: none; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .list-grid {
    display: none; } }

#about {
  padding-top: 0px;
  padding-bottom: 0px;
  position: fixed;
  z-index: 90;
  min-height: 100px;
  left: 0;
  width: 100%;
  background: white;
  opacity: 0;
  color: black !important;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  /*border-bottom: 1px solid white;*/ }
  @media screen and (max-width: 768px) {
    #about .about--credits {
      position: relative;
      width: 100%;
      min-height: 10px;
      width: 100%;
      padding: 0;
      margin: 0;
      margin-left: -25px; }
      #about .about--credits span {
        display: none; } }
  @media screen and (min-width: 768px) {
    #about .about--credits {
      position: absolute;
      bottom: 3px;
      left: 0;
      width: auto;
      min-width: 30px;
      min-height: 10px; } }
  #about .about--close {
    top: 15px;
    right: 0px;
    min-width: 20px;
    min-height: 10px;
    position: absolute;
    cursor: pointer;
    z-index: 101; }
  #about .about--close-text {
    text-align: left;
    margin-top: 5px; }
  #about .about--close-cross:hover {
    opacity: 1;
    cursor: pointer; }
  #about .about--contact {
    margin-top: 5px; }
  #about .about--close-cross:before,
  #about .about--close-cross:after {
    position: absolute;
    left: 22px;
    top: 25px;
    content: ' ';
    height: 23px;
    width: 2px;
    background-color: black; }
  #about .about--close-cross:before {
    transform: rotate(45deg); }
  #about .about--close-cross:after {
    transform: rotate(-45deg); }

.credits {
  position: fixed;
  bottom: 15px;
  left: 15px;
  color: white;
  z-index: 85;
  display: none; }

#fullpage {
  max-width: 100% !important; }

#div-overlay {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 75;
  display: none;
  position: fixed;
  cursor: pointer; }

.archive {
  padding-bottom: 80px; }
  .archive img {
    width: 100%;
    -webkit-filter: grayscale(100%) !important;
    /* Chrome, Safari, Opera */
    filter: grayscale(100%) !important; }
  @media screen and (max-width: 768px) {
    .archive {
      font-size: 1.2rem !important; }
      .archive .preview {
        text-align: left; }
      .archive .image {
        width: 100%;
        height: auto; }
      .archive .caption:first-child {
        margin-top: 0px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .archive {
      font-size: 1.2rem !important; }
      .archive .caption {
        padding-top: 0px !important; } }
  @media screen and (min-width: 768px) {
    .archive {
      font-size: 1.2rem !important; } }
  @media screen and (min-width: 992px) {
    .archive {
      font-size: 1.3rem !important; } }
  @media screen and (min-width: 1200px) {
    .archive {
      font-size: 1.3rem !important; } }

.category {
  font-size: 1.3rem !important; }

.arrow-right {
  margin-top: 10px; }
  .arrow-right img {
    width: 12%; }

.dark {
  background: #141414 !important;
  color: white !important; }
  .dark a,
  .dark a:hover {
    color: white !important; }
  .dark a.active {
    border-bottom: 1px solid white !important; }
  .dark .main-about a,
  .dark .main-about a:hover {
    color: black !important; }
  .dark .main-about a.active {
    border-bottom: 1px solid black !important; }

.filetto:first-child {
  margin-top: 0px; }

.filetto {
  border-top: 1px solid white;
  width: 100%;
  height: 2px;
  margin-bottom: 2px;
  margin-top: 5px; }

ul.category {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.category li {
    display: inline-block;
    margin-right: 10px; }

.content-category {
  background: #141414 !important;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 100;
  width: 100%;
  width: 100%;
  padding-bottom: 10px; }

@font-face {
  font-family: 'union';
  src: url("../fonts/union_regular-webfont.woff2") format("woff2"), url("../font/union_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.row {
  overflow-x: none; }

.row div[class*='col-'] {
  /*display: flex;
    flex-direction: column;*/ }
  @media screen and (max-width: 768px) {
    .row div[class*='col-'] {
      padding: 5px; } }
  @media screen and (min-width: 768px) {
    .row div[class*='col-'] {
      padding: 15px; } }

.flexthis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flexthis [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 768px) {
    .flexthis [class*='col-'] {
      padding: 5px; } }
  @media screen and (min-width: 768px) {
    .flexthis [class*='col-'] {
      padding: 15px; } }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  padding: 0px 0px;
  margin: 0;
  font-weight: 400;
  overflow-x: none; }

body {
  font-family: "union", "Helvetica", sans-serif;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #141414 !important;
  /*
    @media screen and (max-width: $break-small) {
        font-size: 1.6rem !important;
        .row,
        .col-sm-1 {
            padding: 15 !important;
            margin: 15 !important;
            margin-bottom: 15px !important;
        }
    }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        .col-sm-1 {
            padding: 5px !important;
        }
    }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .col-sm-1 {
            padding: 5px !important;
        }
    }
    @media screen and (min-width: $break-small) {
        .archive {
            .col-sm-1 {
                padding: 15px !important;
            }
        }
    }
    @media screen and (min-width: $break-medium) {
        .archive {
            .col-sm-1 {
                padding: 15px !important;
            }
        }
    }
    @media screen and (min-width: $break-large) {
        .archive {
            .col-sm-1 {
                padding: 15px !important;
            }
        }
    }
    */ }

@media screen and (max-width: 768px) {
  .medium {
    font-family: "union", "Helvetica", sans-serif;
    font-size: 1.6rem;
    line-height: 1.9rem; } }

@media screen and (min-width: 768px) {
  .medium {
    font-family: "union", "Helvetica", sans-serif;
    font-size: 2.5rem !important;
    line-height: 2.9rem !important; } }

@media screen and (max-width: 768px) {
  .medium p {
    font-family: "union", "Helvetica", sans-serif;
    font-size: 1.6rem;
    line-height: 1.9rem; } }

@media screen and (min-width: 768px) {
  .medium p {
    font-family: "union", "Helvetica", sans-serif;
    font-size: 2.5rem !important;
    line-height: 2.9rem !important; } }

.small {
  font-size: 1.1rem;
  line-height: 1.3em; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: black;
  text-decoration: none !important; }

p {
  padding: 0;
  margin: 0; }

p {
  line-height: 1.2em; }

.light {
  font-weight: 300; }

a:hover,
a:active,
a:visited {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid black;
  cursor: pointer; }

a.active {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid black; }

.container-fluid {
  padding: 0 25px;
  margin: 0;
  overflow-x: none; }

.different-type-small {
  font-size: 1.3rem; }

.main-content {
  margin-top: 90px; }

.preview img {
  max-width: 100%;
  max-height: 100%; }

.preview a {
  color: none;
  text-decoration: none; }

.preview a:hover,
.preview a:active,
.preview a:visited {
  color: black;
  text-decoration: none;
  border-bottom: none; }

@media (max-width: 767px) {
  .preview {
    max-width: 90%;
    margin: 0 auto; } }

.big-text {
  font-size: 2.2rem;
  line-height: 1.2em;
  letter-spacing: -0.4px;
  padding: 0;
  margin: 0px 0 15px 0; }

.orrizontale {
  max-width: 75% !important; }

.images a:hover,
.images a:active,
.images a:visited {
  color: black;
  text-decoration: none;
  border-bottom: 0px solid black !important; }

@media screen and (max-width: 768px) {
  .image {
    margin-bottom: 0px; } }

.thumb {
  width: 100%;
  margin-bottom: 30px;
  opacity: 0;
  z-index: 70; }
  .thumb img {
    width: auto !important;
    max-height: 100%; }

/*
div[class*='col-'] {
    @media screen and (max-width: $break-small) {
        padding: 15px;
    }
    @media screen and (min-width: $break-small) {
        padding: 15px;
    }
}
*/
.fig-image.blur-up {
  opacity: 0;
  transition: opacity 400ms;
  min-width: 100%; }

.fig-image.blur-up.lazyloaded {
  opacity: 1;
  width: auto !important; }

.clearfix {
  clear: both; }
