﻿img{
	max-width:100%;
}
.swiper-button-next,.swiper-button-prev{
	z-index:999;
}
.reveal-image {
  position: relative;
}
.in-view .reveal-image:after {
  width: 0;
}
.reveal-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #db7d1b;
  transition: width 1s ease;
}
.reveal-image img {
  vertical-align: top;
  max-width: 100%;
}

.reveal_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EEECEA;
  transform: scaleX(0);
  transform-origin: 100% 50% 0px;
}

.parallax-container {
  position: absolute;
  z-index: -1;
  /*@media (max-width: 575.98px) {
    display: none;
  }*/
}
.parallax-container--center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.parallax-container--top-left {
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .parallax-container--top-left {
    left: 50%;
    transform: translateX(-50%);
  }
}
.parallax-container--top-right {
  top: 0;
  right: 0%;
}
@media (max-width: 767px) {
  .parallax-container--top-right {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.parallax-container--center-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.parallax-title {
  position: relative;
  font-family: "Butler";
  font-size: 200px;
  font-weight: 900;
  line-height: 1em;
  color: rgba(238, 236, 234, 0.05);
  white-space: nowrap;
  margin: 0;
}
@media (max-width: 1200px) {
  .parallax-title {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .parallax-title {
    font-size: 60px;
  }
}

.pelement {
  transition: all 260ms ease-out !important;
  will-change: transform;
}

.button {
  position: relative;
  text-align: center;
  color: #db7d1b;
  padding: 15px 35px;
  transition: all 0.15s ease-in-out;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
}
@media (max-width: 992px) {
  .button {
    padding: 15px 25px;
  }
}
.button:hover {
  color: #1A1818;
}
.button:hover:after {
  transition: all 0.3s cubic-bezier(0.67, 0.52, 0, 1.38);
  height: 100%;
}
.button:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  background-color: #db7d1b;
  transition: all 0.15s cubic-bezier(0.67, 0.52, 0, 0);
  z-index: -1;
}

.section__generic {
  position: relative;
  overflow: hidden;
}
.section__generic.in-view .imgPlaceholder {
  width: 0;
}
.section__generic.in-view .image {
  transform: scale(1);
}
.section__generic .imgPlaceholder {
  transition: width 1s ease;
}
.section__generic__imgContainer {
  width: 40%;
  height: 65vh;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  opacity: 0.9;
}
@media (max-width: 992px) {
  .section__generic__imgContainer {
    height: 45vh;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section__generic__imgContainer {
    width: calc(100% - 30px);
    margin: 0 15px;
    min-height: 300px;
  }
}
.section__generic__imgWrapper {
  position: relative;
  width: 116%;
  height: 116%;
  left: -8%;
  top: -8%;
}
@media (max-width: 992px) {
  .section__generic__imgWrapper {
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
  }
}
.section__generic__caption {
  position: absolute;
  left: 65vw;
  width: 60vh;
  top: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #EEECEA;
  transform-origin: top left;
  text-align: right;
  transform: rotate(90deg) translateY(-100%);
  font-weight: 400;
}
@media screen and (min-width: 1800px) {
  .section__generic__caption {
    width: 70vh;
  }
}
@media (max-width: 992px) {
  .section__generic__caption {
    left: 75vw;
    width: 45vh;
  }
}
@media (max-width: 767px) {
  .section__generic__caption {
    position: relative;
    left: 0;
    width: calc(100% - 30px);
    margin: 15px;
    transform: rotate(0deg) translateY(0);
    text-align: left;
  }
}
.section__generic .image {
  position: absolute;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: scale(1.1);
  transition: all 1.5s ease 0.6s;
  background-position: center;
}
.section__generic .image--left {
  background-position: left center;
}
.section__generic--content {
  position: absolute;
  top: 20%;
  left: 45%;
}
@media (max-width: 1200px) {
  .section__generic--content {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 992px) {
  .section__generic--content {
    left: 55%;
  }
}
@media (max-width: 767px) {
  .section__generic--content {
    position: static;
    margin-top: 25px;
    transform: translateY(0);
    padding: 0 15px;
  }
}
.section__generic__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 12px;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.4s ease-in-out 0.6s;
  width: 100%;
  margin-left: -30%;
  margin-bottom: 50px;
  max-width: 600px;
}
@media (max-width: 992px) {
  .section__generic__title {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .section__generic__title {
    margin-left: 0;
    font-size: 25px;
    line-height: 30px;
  }
}
.in-view .section__generic__title {
  opacity: 1;
  transform: translateY(0);
}
.section__generic__text {
  font-size: 13px;
  line-height: 24px;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.4s ease-in-out 0.8s;
  max-width: 450px;
}
.in-view .section__generic__text {
  opacity: 1;
  transform: translateY(0);
}
.section__generic--fullLeft .section__generic__imgContainer {
  width: 65%;
  height: 60vh;
  min-height: 300px;
}
@media screen and (min-width: 1800px) {
  .section__generic--fullLeft .section__generic__imgContainer {
    height: 70vh;
  }
}
@media (max-width: 992px) {
  .section__generic--fullLeft .section__generic__imgContainer {
    height: 45vh;
  }
}
@media (max-width: 767px) {
  .section__generic--fullLeft .section__generic__imgContainer {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}
.section__generic--fullLeft .section__generic--content {
  top: 40%;
  left: 70%;
}
@media (max-width: 1366px) {
  .section__generic--fullLeft .section__generic--content {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .section__generic--fullLeft .section__generic--content {
    position: static;
    margin-top: 25px;
    transform: translateY(0);
    padding: 0 15px;
  }
}
.section__generic--fullLeft .section__generic__title {
  max-width: none;
}
.section__generic--fullLeft .section__generic__text {
  max-width: 260px;
}
@media (max-width: 767px) {
  .section__generic--fullLeft .section__generic__text {
    max-width: none;
  }
}
.section__generic--fullRight .section__generic__imgContainer {
  margin-left: 35%;
  width: 65%;
  height: 60vh;
  min-height: 300px;
}
@media screen and (min-width: 1800px) {
  .section__generic--fullRight .section__generic__imgContainer {
    height: 70vh;
  }
}
@media (max-width: 992px) {
  .section__generic--fullRight .section__generic__imgContainer {
    height: 45vh;
  }
}
@media (max-width: 767px) {
  .section__generic--fullRight .section__generic__imgContainer {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}
.section__generic--fullRight .section__generic--content {
  top: 40%;
  right: 70%;
  left: auto;
  text-align: right;
}
@media (max-width: 1366px) {
  .section__generic--fullRight .section__generic--content {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .section__generic--fullRight .section__generic--content {
    position: static;
    margin-top: 25px;
    transform: translateY(0);
    padding: 0 15px;
    text-align: left;
  }
}
.section__generic--fullRight .section__generic__title {
  max-width: none;
  margin-left: 30%;
  display: inline-block;
}
@media (max-width: 767px) {
  .section__generic--fullRight .section__generic__title {
    margin-left: 0;
  }
}
.section__generic--fullRight .section__generic__text {
  max-width: 260px;
  display: inline-block;
}
@media (max-width: 767px) {
  .section__generic--fullRight .section__generic__text {
    max-width: none;
  }
}

.scroll-hint {
  position: absolute;
  bottom: 0%;
  left: calc(50% - 1px);
  height: 70px;
  color: #EEECEA;
  border-left: 1px solid rgba(238, 236, 234, 0.2);
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 70px;
  color: #EEECEA;
  z-index: 5;
  transform: translateY(50%);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .scroll-hint {
    display: none;
  }
}
.scroll-hint.hidden {
  opacity: 0;
  transform: translateY(0);
  pointer-events: none;
}
.scroll-hint:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #EEECEA;
  transform: scale(1, 0) translate3d(0, 0, 0);
  animation: scroller 3s infinite;
}
.scroll-hint__label {
  font-size: 12px;
  padding-left: 20px;
}


/***ANIMATIONS***/
@keyframes revealtitle {
  0% {
    transform: scaleX(0);
    transform-origin: 0% 50% 0px;
  }
  25% {
    transform: scaleX(1);
    transform-origin: 0% 50% 0px;
  }
  50% {
    transform: scaleX(1);
    transform-origin: 100% 50% 0px;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 50% 0px;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes scroller {
  0% {
    transform-origin: top left;
    transform: scale(1, 0);
    animation-timing-function: cubic-bezier(0.48, 0.02, 0, 0.99);
  }
  30% {
    transform-origin: top left;
    transform: scale(1, 1);
  }
  41% {
    transform-origin: bottom left;
    transform: scale(1, 1);
    animation-timing-function: cubic-bezier(0.48, 0.02, 0, 0.99);
  }
  100% {
    transform-origin: bottom left;
    transform: scale(1, 0);
  }
}
.vs-section {
  width: 100%;
  height: 100%;
  margin: auto;
  transform: none !important;
  overflow:hidden;
}



.is-native-scroll.x-scroll {
  overflow-y: hidden;
  overflow-x: scroll;
}

.vs-scrollbar {
  display: block;
  position: absolute;
  transition: transform 0.6s;
}
.slider__control{
	z-index:999;
}
.vs-scrollbar.vs-vertical {
  top: 0;
  right: -5px;
  bottom: 0;
  width: 15px;
  height: 100%;
  transform: translate3d(5px, 0, 0);
}

.vs-scrollbar.vs-horizontal {
  bottom: -5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 15px;
  transform: translate3d(0, 5px, 0);
}

.is-dragging .vs-scrollbar.vs-horizontal,
.is-dragging .vs-scrollbar.vs-vertical,
.vs-scrollbar.vs-horizontal:hover,
.vs-scrollbar.vs-vertical:hover {
  transform: none;
}

.vs-scrollbar .vs-scrolldrag {
  width: 100%;
  height: auto;
  background: #ccc;
  cursor: pointer;
}

.vs-scroll-view {
  position: relative;
  width: 1px;
  display:none;
}





@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.slider {
  position: relative;
  width: 100%;
  height: 650px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .slider {
    height: 60vh;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .slider {
    height: 80vh;
  }
}
.slider.animating {
  transition: transform 1s;
  will-change: transform;
}
.slider.animating .slide__bg {
  transition: transform 1s;
  will-change: transform;
}
.slider__container {
  position: relative;
}
.slider__container .scroll-hint {
  transform: translateY(0);
}
.slider__control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 48px;
  height: 48px;
  transition: all 0.4s;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .slider__control {
    display: none;
  }
}
.slider__control--right {
  right: 15px;
  left: auto;
}
.slider__control--right .slider__control__inner {
  background-image: url("../../images/arrow-right.svg");
  z-index:999;
}
.slider__control.inactive {
  pointer-events: none;
  opacity: 0.2;
}
.slider__control__inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-image: url("../../images/arrow-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
    z-index:999;

}
.slider__control__inner:hover {
  background-color: #db7d1b;
  border: 1px solid #db7d1b;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide.active .slide__line {
  transform: scaleX(1);
}
.slide.active .imgPlaceholder {
  width: 0;
}
.slide.active .slide__title,
.slide.active .slide__subtitle {
  opacity: 1;
  transform: translate(0);
}
.slide.active .slide__bigtitle {
  left: 50%;
  opacity: 1;
}
.slide.active .reveal_title {
  animation: revealtitle 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
}
.slide.active .reveal_title.two {
  animation-delay: 0.4s;
}
.slide.active .slide__smalltext,
.slide.active .slide__link {
  opacity: 1;
  left: 0;
}
.slide__bg {
  position: relative;
  height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  will-change: transform;
}
.slide__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.slide__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  z-index: 5;
}
@media (max-width: 1200px) {
  .slide__container {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .slide__container {
    height: 100%;
    width: 90%;
  }
}
.slide__container img {
  max-width: 100%;
  vertical-align: top;
}
.slide__left {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  flex-basis: 30%;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 992px) {
  .slide__left {
    width: 40%;
    flex-basis: 40%;
  }
}
@media (max-width: 767px) {
  .slide__left {
    width: 100%;
    flex-basis: 100%;
    order: 2;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.slide__right {
  position: relative;
  width: 75%;
  flex-basis: 75%;
}
@media (max-width: 767px) {
  .slide__right {
    width: 100%;
    flex-basis: 100%;
    order: 1;
    margin-top: 70px;
  }
}
.slide .tilt {
  transform-style: preserve-3d;
}
.slide__line {
  width: 70px;
  height: 1px;
  background-color: #db7d1b;
  margin: 50px 0 35px 0;
  transform: scaleX(0);
  transition: all 0.4s 0.2s;
  transform-origin: left center;
}
@media (max-width: 1200px) {
  .slide__line {
    margin: 35px 0;
  }
}
@media (max-width: 992px) {
  .slide__line {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .slide__line {
    display: none;
  }
}
.slide__title {
  position: relative;
  font-size: 94px;
  font-weight: 900;
  color: #ff0000;
  margin: 0;
  letter-spacing: -1px;
  display: inline-block;
  transform: translate(-20px);
  transition: all 0.4s 0.4s;
  opacity: 0;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .slide__title {
    font-size: 75px;
  }
}
@media (max-width: 992px) {
  .slide__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .slide__title {
    font-size: 50px;
  }
}
.slide__subtitle {
  position: relative;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  color: #EEECEA;
  transform: translate(-20px);
  transition: all 0.4s 0.6s;
  opacity: 0;
  margin-top: 15px;
}
.slide__smalltext {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
  color: #eee;
  margin: 80px 0;
  width: 70%;
  position: relative;
  opacity: 0;
  left: -20px;
  transition: all 0.4s ease-in 0.8s;
}
@media (max-width: 1200px) {
  .slide__smalltext {
    margin: 40px 0;
    width: 80%;
  }
}
@media (max-width: 992px) {
  .slide__smalltext {
    margin: 30px 0;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .slide__smalltext {
    width: 100%;
    margin: 15px 0;
  }
}
.slide__link {
  position: relative;
  text-decoration: none;
  opacity: 0;
  left: -20px;
  transition: left 0.4s ease-in 1s, opacity 0.4s ease-in 1s, background-color 0.4s 0s;
  pointer-events: auto;
}
.slide__bigtitle {
  position: absolute;
  top: 75%;
  left: 45%;
  font-family: "Butler";
  font-weight: 900;
  font-size: 300px;
  line-height: 1em;
  color: #db7d1b;
  opacity: 0;
  transition: all 0.4s 0.2s;
  transform-origin: center right;
  z-index: -1;
  white-space: nowrap;
}

.home__about__buttonWrap {
  margin-top: 15px;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.4s ease-in-out 1s;
}
@media (max-width: 992px) {
  .home__about__buttonWrap {
    display: inline-block;
    margin: 30px auto 0 auto;
  }
}
.in-view .home__about__buttonWrap {
  opacity: 1;
  transform: translateY(0);
}
.home__carousel {
  position: relative;
  padding: 100px 0;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .home__carousel {
    padding: 30px 0 30px 0;
    margin: 50px 0 100px 0;
  }
}
.home__carousel .carousel__item {
  position: relative;
}
.home__carousel .carousel__item:focus {
  outline: none;
}
.home__carousel .carousel__item:hover .carousel__imgContainer:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.home__carousel .carousel__imgContainer {
  position: relative;
  height: 0;
  padding-top: 65%;
  transition: all 0.6s 0.3s;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home__carousel .carousel__imgContainer {
    padding-top: 85%;
  }
}
.home__carousel .carousel__imgContainer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  background-color: rgba(0, 0, 0, 0.3);
}
.home__carousel .carousel__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: all 1.5s ease 0.6s;
}
.home__carousel .carousel__content {
  position: absolute;
  top: 50%;
  left: -70px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .home__carousel .carousel__content {
    left: -20px;
  }
}
.home__carousel .carousel__title {
  margin: 0;
  position: relative;
}
.home__carousel .carousel__title a {
  font-family: "Butler";
  font-size: 80px;
  font-weight: 900;
  color: #db7d1b;
  letter-spacing: -1px;
  display: inline-block;
  transform: translate(-20px);
  transition: all 0.4s 1.2s;
  opacity: 0;
}
@media (max-width: 992px) {
  .home__carousel .carousel__title a {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .home__carousel .carousel__title a {
    font-size: 40px;
  }
}
.home__carousel .carousel__subtitle {
  position: relative;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  color: #EEECEA;
  transform: translate(-20px);
  transition: all 0.4s 1s;
  opacity: 0;
}
.home__carousel .carousel .tns-slide-active .carousel__img {
  transform: scale(1);
}
.home__carousel .carousel .tns-slide-active .carousel__title a,
.home__carousel .carousel .tns-slide-active .carousel__subtitle {
  opacity: 1;
  transform: translate(0);
}
.home__carousel .carousel .tns-slide-active .reveal_title {
  animation: revealtitle 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 0.8s;
}
.home__carousel .carousel .tns-slide-active .reveal_title.two {
  animation-delay: 1s;
}
.home__carousel .tns-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .home__carousel .tns-nav {
    bottom: -25px;
  }
}
.home__carousel .tns-nav button {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 10px 12px;
  border-radius: 50%;
  border: 1px solid #EEECEA;
  background: transparent;
  outline: none;
}
.home__carousel .tns-nav button:focus {
  outline: none;
}
.home__carousel .tns-nav button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  transition: all 0.6s;
  background-color: #EEECEA;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.home__carousel .tns-nav button.tns-nav-active:before {
  transform: translate(-50%, -50%) scale(1);
}
.home__service {
  position: relative;
  padding: 150px 0 50px 0;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .home__service {
    padding: 150px 15px 100px 15px;
  }
}
@media (max-width: 767px) {
  .home__service {
    padding: 30px 0 30px 0;
    margin: 150px 0 100px 0;
  }
}
.home__service__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}
@media (max-width: 767px) {
  .home__service__row {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .home__service__row:nth-child(even) .home__service__col {
    order: 2;
  }
  .home__service__row:nth-child(even) .home__service__col--offset {
    order: 1;
  }
}
.home__service__row:nth-child(odd) .home__service__title,
.home__service__row:nth-child(odd) .home__service__text {
  text-align: right;
}
@media (max-width: 767px) {
  .home__service__row:nth-child(odd) .home__service__title,
.home__service__row:nth-child(odd) .home__service__text {
    text-align: left;
  }
}
.home__service__row:nth-child(odd) .home__service__text {
  margin-left: 0;
  margin-right: 35%;
}
@media (max-width: 992px) {
  .home__service__row:nth-child(odd) .home__service__text {
    margin-right: 25%;
  }
}
@media (max-width: 767px) {
  .home__service__row:nth-child(odd) .home__service__text {
    margin-right: 0;
  }
}
.home__service__row:nth-child(odd) .home__service__col {
  order: 2;
  width: 50%;
  flex-basis: 50%;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 992px) {
  .home__service__row:nth-child(odd) .home__service__col {
    width: 60%;
    flex-basis: 60%;
  }
}
@media (max-width: 767px) {
  .home__service__row:nth-child(odd) .home__service__col {
    width: 100%;
    flex-basis: 100%;
  }
}
.home__service__row:nth-child(odd) .home__service__col--offset {
  order: 1;
  width: 41.6667%;
  flex-basis: 41.6667%;
  margin-right: 0;
  margin-left: 0;
  transform: translateX(45%);
}
@media (max-width: 992px) {
  .home__service__row:nth-child(odd) .home__service__col--offset {
    width: 40%;
    flex-basis: 40%;
    transform: translateX(20%);
  }
}
@media (max-width: 767px) {
  .home__service__row:nth-child(odd) .home__service__col--offset {
    width: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .home__service__row:nth-child(odd) .home__service__col--offset {
    transform: translateX(0);
  }
}
.home__service__row:last-child() {
  margin-bottom: 0;
}
.home__service__row.in-view .reveal-image {
  transform: scale(1);
}
.home__service__imgWrapper {
  position: relative;
  width: 100%;
  min-height: 350px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home__service__imgWrapper {
    min-height: 280px;
    margin-top: 25px;
  }
}
.home__service .reveal-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: all 1.5s ease 0.4s;
  transform: scale(1.15);
}
.home__service .reveal-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.home__service__col {
  width: 50%;
  flex-basis: 50%;
  padding: 0 15px;
  color: #EEECEA;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .home__service__col {
    width: 60%;
    flex-basis: 60%;
  }
}
@media (max-width: 767px) {
  .home__service__col {
    width: 100%;
    flex-basis: 100%;
  }
}
.home__service__col--offset {
  width: 41.6667%;
  flex-basis: 41.6667%;
  margin-left: auto;
  transform: translateX(-45%);
}
@media (max-width: 992px) {
  .home__service__col--offset {
    width: 40%;
    flex-basis: 40%;
    transform: translateX(-20%);
  }
}
@media (max-width: 767px) {
  .home__service__col--offset {
    width: 100%;
    flex-basis: 100%;
    transform: translateX(0);
  }
}
.home__service__title {
  font-weight: 700;
  font-size: 44px;
  line-height: 1em;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 55px;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.4s ease-in-out 0.5s;
  width: 100%;
}
@media (max-width: 992px) {
  .home__service__title {
    font-size: 30px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .home__service__title {
    font-size: 40px;
  }
}
.in-view .home__service__title {
  opacity: 1;
  transform: translateY(0);
}
.home__service__text {
  font-size: 13px;
  line-height: 24px;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.4s ease-in-out 0.7s;
  margin-left: 35%;
}
@media (max-width: 992px) {
  .home__service__text {
    margin-left: 25%;
  }
}
@media (max-width: 767px) {
  .home__service__text {
    margin-left: 0;
  }
}
.in-view .home__service__text {
  opacity: 1;
  transform: translateY(0);
}
.home__service__buttonWrap {
  transition: all 0.4s ease-in-out 0.9s;
  text-align: center;
}
.home__content {
  padding: 100px 0;
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .home__content {
    padding: 30px 0 30px 0;
    margin: 150px 0 100px 0;
  }
}

.partners {
  padding: 50px 0 100px 0;
  position: relative;
}
@media (max-width: 767px) {
  .partners {
    padding: 0 0 30px 0;
    margin: 0;
  }
}
.partners .tns-ovh {
  padding: 25px 0;
}
@media (max-width: 767px) {
  .partners .tns-ovh {
    padding-top: 0;
  }
}
.partners__img {
  width: 270px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.4;
  transition: all 0.4s ease;
  margin: 0 auto;
}
.partners__img:hover {
  opacity: 0.85;
}
.partners__img img {
  width: auto;
  height: 75%;
  transition: all 0.4s ease;
}
.partners a[href="https://www.kadeco.it/it/"] .partners__img:after {
  content: "Unico rivenditore!";
  position: absolute;
  top: 15px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #EEECEA;
  opacity: 0;
  transition: all 0.4s ease;
}
.partners a[href="https://www.kadeco.it/it/"]:hover .partners__img:after {
  opacity: 1;
  top: -25px;
}
.partners a[href="https://www.kadeco.it/it/"] .partners__img {
  position: relative;
}
.partners a[href="https://www.kadeco.it/it/"] .partners__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(238, 236, 234, 0.8);
  transition: all 0.4s ease;
  transform: scale(0.95);
}
.partners a[href="https://www.kadeco.it/it/"] .partners__img:hover:before {
  border: 6px solid #db7d1b;
}

.footer {
  position: relative;
  padding: 50px 15px;
  background-color: #1A1818;
  text-align: center;
}
.footer__logo {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 50px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;

  margin-bottom: 30px;
}
.footer__text {
  font-size: 13px;
  line-height: 24px;
  color: #EEECEA;
}
.footer__text a {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.footer .fb-link {
  display: block;
  width: 30px;
  height: 30px;
  margin: 20px auto 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  text-align: center;
}
.footer .fb-link a {
  display: block;
  height: 100%;
}

.pageTop {
  position: relative;
  width: 100%;
  height: 75vh;
  text-align: right;
  margin-bottom: 50px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .pageTop {
    height: 45vh;
  }
}
@media (max-width: 767px) {
  .pageTop {
    text-align: center;
  }
}
.pageTop.in-view .pageTop__title,
.pageTop.in-view .pageTop__subtitle {
  opacity: 1;
  transform: translate(0);
}
.pageTop.in-view .reveal_title {
  animation: revealtitle 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
}
.pageTop.in-view .reveal_title.two {
  animation-delay: 0.4s;
}
.pageTop__bg {
  position: relative;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  will-change: transform;
}
.pageTop__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.pageTop__container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.pageTop .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .pageTop .container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .pageTop .container {
    align-items: center;
  }
}
.pageTop__title {
  position: relative;
  font-family: "Butler";
  font-size: 94px;
  font-weight: 900;
  color: #db7d1b;
  margin: 0;
  letter-spacing: -1px;
  display: inline-block;
  transform: translate(-20px);
  transition: all 0.4s 0.4s;
  opacity: 0;
}
@media (max-width: 767px) {
  .pageTop__title {
    font-size: 40px;
    line-height: 1em;
  }
}
.pageTop__subtitle {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: right;
  text-transform: uppercase;
  display: inline-block;
  color: #EEECEA;
  transform: translate(-20px);
  transition: all 0.4s 0.6s;
  opacity: 0;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .pageTop__subtitle {
    font-size: 14px;
    text-align: center;
    line-height: 1.2em;
  }
}
.pageTop .overflow-hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pageBottom {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pageBottom {
    padding: 50px 0;
  }
}
.pageBottom:hover .pageBottom__bg__img {
  filter: none;
}
.pageBottom:hover .pageBottom__bg__img:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.pageBottom.in-view .pageBottom__label,
.pageBottom.in-view .pageBottom__title,
.pageBottom.in-view .pageBottom__subtitle,
.pageBottom.in-view .pageBottom__buttonWrap {
  opacity: 1;
  transform: translate(0);
}
.pageBottom.in-view .reveal_title {
  animation: revealtitle 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
}
.pageBottom.in-view .reveal_title.two {
  animation-delay: 0.4s;
}
.pageBottom__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pageBottom__bg__img {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  will-change: transform;
}
.pageBottom__bg__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.4s;
}
.pageBottom__container {
  position: relative;
  z-index: 5;
}
.pageBottom .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.pageBottom__label {
  position: relative;
  font-family: "Butler";
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
  transition: all 0.4s 0.3s;
  opacity: 0;
  transform: translate(-20px);
}
@media (max-width: 767px) {
  .pageBottom__label {
    font-size: 20px;
  }

}
.pageBottom__title {
  position: relative;
  font-family: "Butler";
  font-size: 94px;
  font-weight: 900;
  color: #db7d1b;
  margin: 0;
  letter-spacing: -1px;
  display: inline-block;
  transform: translate(-20px);
  transition: all 0.4s 0.4s;
  opacity: 0;
}
@media (max-width: 767px) {
  .pageBottom__title {
    font-size: 40px;
    text-align: center;
  }
}
.pageBottom__subtitle {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  color: #EEECEA;
  transform: translate(-20px);
  transition: all 0.4s 0.6s;
  opacity: 0;
  padding: 0 15px;
  margin-top: 5px;
}
.pageBottom__buttonWrap {
  margin-top: 35px;
  transform: translateX(-20px);
  transition: all 0.4s 0.8s;
  opacity: 0;
}
@media (max-width: 767px) {
  .pageBottom__buttonWrap {
    margin-top: 20px;
  }
}

.about__personal {
  position: relative;
  padding: 150px 0 100px 0;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .about__personal {
    padding: 50px 0;
    margin-bottom: 80px;
  }
}
.about__personal:first-child {
  margin-top: 100px;
}
.about__personal:last-child {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .about__personal:last-child {
    padding-bottom: 0px;
  }
}

.product {
  position: relative;
  padding: 150px 15px;
  margin: 100px 0 50px 0;
}
@media (max-width: 767px) {
  .product {
    padding: 80px 0 80px 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .product .container {
    padding: 0 15px;
  }
}
.product__row {
  position: relative;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .product__row {
    width: 90%;
    margin-left: 5%;
  }
}
@media (max-width: 767px) {
  .product__row {
    width: 100%;
    margin-left: 0;
    display: block;
    margin-bottom: 100px;
  }
}
.product__row:last-child {
  margin-bottom: 0;
}
.product__row.in-view .imgPlaceholder {
  width: 0;
}
.product__row.in-view .product__img {
  transform: scale(1);
}
.product__row.in-view .product__title a,
.product__row.in-view .product__subtitle {
  opacity: 1;
  transform: translate(0);
}
.product__row.in-view .reveal_title {
  animation: revealtitle 0.6s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 0.6s;
}
.product__row.in-view .reveal_title.two {
  animation-delay: 0.8s;
}
.product__row:nth-child(even) .product__row__left {
  left: 55%;
}
@media (max-width: 992px) {
  .product__row:nth-child(even) .product__row__left {
    left: 50%;
  }
}
@media (max-width: 767px) {
  .product__row:nth-child(even) .product__row__left {
    left: 0;
  }
}
.product__row:nth-child(even) .product__row__right {
  top: 0;
  left: 0;
  transform: translate(0);
}
.product__row__left {
  position: absolute;
  top: 50%;
  left: 0;
  width: 45%;
  flex-basis: 45%;
  z-index: 2;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .product__row__left {
    width: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 992px) {
  .product__row__left {
    width: 55%;
    flex-basis: 55%;
  }
}
@media (max-width: 767px) {
  .product__row__left {
    position: relative;
    width: 100%;
    flex-basis: 100%;
    top: 0;
    transform: translate(0);
    margin-bottom: 25px;
  }
}
.product__row__right {
  position: relative;
  top: 0;
  left: 30%;
  width: 70%;
  flex-basis: 70%;
  height: 400px;
}
@media (max-width: 767px) {
  .product__row__right {
    width: 100%;
    flex-basis: 100%;
    left: 0%;
    height: 250px;
  }
}
.product__imgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1.1);
  transition: all 1s ease 0.4s;
}
.product__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.product__title {
  margin: 0;
  position: relative;
  display: table;
}
.product__title a {
  font-family: "Butler";
  font-size: 80px;
  font-weight: 900;
  color: #db7d1b;
  letter-spacing: -1px;
  line-height: 1em;
  display: inline-block;
  transform: translate(-20px);
  transition: all 0.4s 0.8s;
  opacity: 0;
}
@media (max-width: 767px) {
  .product__title a {
    font-size: 40px;
    line-height: 0.9em;
  }
}
.product__subtitle {
  position: relative;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  color: #EEECEA;
  margin-top: 15px;
  transform: translate(-20px);
  transition: all 0.4s 1s;
  opacity: 0;
}
@media (max-width: 767px) {
  .product__subtitle {
    margin-top: 10px;
    line-height: 1.3em;
  }
}
.product__content {
  position: relative;
}
.product__mainImg {
  position: relative;
  margin-top: 100px;
}
.product__mainImg--first {
  padding-top: 150px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .product__mainImg--first {
    padding-top: 50px;
    padding-bottom: 0;
    margin-top: 100px;
  }
}
.product__mainImg .section__generic__imgContainer:hover:after {
  background-color: transparent;
}
.product__mainImg .section__generic__imgContainer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .product__mainImg .section__generic__imgContainer:after {
    display: none;
  }
}
.product__imgGallery {
  position: relative;
  padding: 100px 0;
  margin: 100px 0;
}
@media (max-width: 767px) {
  .product__imgGallery {
    margin-top: 150px;
    padding-top: 50px;
    margin-bottom: 0;
  }
}
.product__imgGallery .product__mainImg:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .product__imgGallery .section__generic--fullLeft .section__generic__imgContainer {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .product__imgGallery .section__generic--fullLeft .section__generic__imgContainer {
    width: calc(100% - 30px);
  }
}

.backToProduct {
  position: absolute;
  bottom: 35px;
  left: 35px;
  z-index: 1;
  color: #db7d1b;
  padding-left: 60px;
  transition: all 0.4s;
  font-size: 13px;
}
@media (max-width: 767px) {
  .backToProduct {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
.backToProduct:hover {
  color: #f9a549;
}
.backToProduct:hover:before {
  background-color: #f9a549;
}
.backToProduct:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #db7d1b;
  transform: scale(0, 1) translate3d(0, 0, 0);
  animation: scrollerH 3s infinite;
}
.backToProduct:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: rgba(250, 177, 98, 0.2);
}

@keyframes scrollerH {
  0% {
    transform-origin: top left;
    transform: scale(0, 1);
    animation-timing-function: cubic-bezier(0.48, 0.02, 0, 0.99);
  }
  30% {
    transform-origin: top left;
    transform: scale(1, 1);
  }
  41% {
    transform-origin: top right;
    transform: scale(1, 1);
    animation-timing-function: cubic-bezier(0.48, 0.02, 0, 0.99);
  }
  100% {
    transform-origin: top right;
    transform: scale(0, 1);
  }
}
.services {
  position: relative;
}
@media (max-width: 767px) {
  .services .home__service {
    padding: 50px 0;
    margin: 100px 0 80px 0;
  }
}
.services .home__service__row:first-child {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .services .home__service__row:first-child {
    margin-top: 0px;
  }
}
.services .home__service__row:last-child {
  margin-bottom: 0;
}

.contacts__wrap {
  position: relative;
  padding: 150px 0 100px 0;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .contacts__wrap {
    padding-top: 50px;
    padding-bottom: 0;
    margin-top: 50px;
  }
}
.contacts__wrap:first-child {
  margin-top: 100px;
}
.contacts__wrap:last-child {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .contacts__wrap:last-child {
    padding-bottom: 0;
  }
}
.contacts #map {
  position: relative;
  width: 100%;
  height: 100%;
}
.contacts .section__generic__text strong {
  display: block;
  margin-top: 25px;
}
.contacts .section__generic--content .section__generic__title {
  text-shadow: 0px 0px 2px rgba(39, 39, 39, 0.5);
}
.contacts .section__generic--fullRight .section__generic--content {
  text-align: right;
}
@media (max-width: 767px) {
  .contacts .section__generic--fullRight .section__generic--content {
    text-align: left;
  }
}
.contacts .section__generic--fullRight .section__generic__title {
  text-shadow: none;
}
.contacts .section__generic--fullRight .section__generic__text {
  max-width: 350px;
  margin-left: 30%;
}
@media (max-width: 767px) {
  .contacts .section__generic--fullRight .section__generic__text {
    margin-left: 0;
  }
}
.contacts__buttonWrap {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.4s ease-in-out 1s;
}
@media (max-width: 992px) {
  .contacts__buttonWrap {
    display: inline-block;
    margin: 30px auto 0 auto;
  }
}
.in-view .contacts__buttonWrap {
  opacity: 1;
  transform: translateY(0);
}

.error {
  position: relative;
}
.error__wrap {
  height: 100vh;
  background-color: #272727;
}
.error__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(238, 236, 234, 0.05);
  font-family: "Butler";
  font-size: 400px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .error__title {
    font-size: 170px;
  }
}
.error .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.error__subtitle {
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2em;
}
.error .button {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .error .button {
    margin-top: 15px;
  }
}

.privacy__wrap {
  margin-top: 100px;
}
.privacy__title {
  font-weight: 700;
  font-size: 44px;
  line-height: 1em;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 12px;
}
.privacy__text {
  padding-top: 25px;
  padding-bottom: 50px;
  font-size: 13px;
  line-height: 22px;
}
.privacy__text strong {
  font-size: 14px;
  text-transform: uppercase;
}
.privacy__text p {
  margin-bottom: 1em;
}
.privacy__text ul {
  padding-left: 20px;
}
