@charset "UTF-8";

body.brand.index {
  */
}
body.brand.index #brands_sections {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
body.brand.index #brands_sections .scrollnav {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 50;
  display: none;
}
body.brand.index #brands_sections .scrollnav .item {
  width: 12px;
  height: 12px;
  padding: 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  position: relative;
}
body.brand.index #brands_sections .scrollnav .item span {
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: white;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body.brand.index #brands_sections .scrollnav .item.active span, .no-touch body.brand.index #brands_sections .scrollnav .item:hover span {
  -webkit-transform: scale(3);
          transform: scale(3);
}
body.brand.index section.brand a {
  display: block;
  position: relative;
}
@media (min-width: 960px) {
  body.brand.index section.brand a {
    height: calc(100vh - 80px);
  }
}
body.brand.index section.brand a .txtWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 960px) {
  body.brand.index section.brand a .txtWrapper {
    position: relative;
    top: 50%;
    left: unset;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
body.brand.index section.brand a .txtWrapper .txt {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  max-width: 400px;
}
body.brand.index section.brand a .txtWrapper .txt p {
  color: #fff;
}
@media (min-width: 960px) {
  body.brand.index section.brand a .txtWrapper .txt p {
    color: #1B1B1B;
  }
}
@media (max-width: 960px) {
  body.brand.index section.brand a .txtWrapper .txt .btn-txt {
    color: #fff;
  }
  body.brand.index section.brand a .txtWrapper .txt .btn-txt::before {
    border-color: #fff;
  }
}
@media (min-width: 960px) {
  body.brand.index section.brand a .txtWrapper .txt {
    margin: 0 auto;
    padding: 0;
  }
}
body.brand.index section.brand a .img {
  overflow: hidden;
  background-color: #000;
}
@media (min-width: 960px) {
  body.brand.index section.brand a .img {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 960px) {
  body.brand.index section.brand a .img .img_clipper {
    overflow: hidden;
    height: 100%;
    position: relative;
    top: 0;
    right: 0;
  }
}
body.brand.index section.brand a .img .img_clipper img {
  opacity: 0.3;
  height: calc(100vh - 80px);
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (min-width: 960px) {
  body.brand.index section.brand a .img .img_clipper img {
    width: 100%;
    max-height: none;
    display: block;
    position: absolute;
    left: 0;
    opacity: 1;
    bottom: 0;
  }
}
@media (min-width: 960px) {
  body.brand.index section.brand a:hover .txt span {
    opacity: 0.7;
  }
  body.brand.index section.brand a:hover .img img {
    transform: scale(1.1);
    transform-origin: center center;
    -ms-transform: scale(1.1);
    -ms-transform-origin: center center;
    -moz-transform: scale(1.1);
    -moz-transform-origin: center center;
    -webkit-transform: scale(1.1);
    -webkit-transform-origin: center center;
    -o-transform: scale(1.1);
    -o-transform-origin: center center;
  }
}
body.brand.index section.brand.euromobil {
  background-color: #EBEBEB;
}
body.brand.index section.brand.desiree {
  background-color: #D6DBDE;
}
body.brand.index section.brand.desiree a .img {
  background-color: #fff;
}
@media (max-width: 960px) {
  body.brand.index section.brand.desiree a .txtWrapper .txt img {
    width: 111px;
    height: auto;
  }
}
body.brand.index section.brand.desiree a .txtWrapper .txt p {
  color: #1B1B1B;
}
body.brand.index section.brand.desiree a .txtWrapper .txt .btn-txt {
  color: #1B1B1B;
}
body.brand.index section.brand.desiree a .txtWrapper .txt .btn-txt::before {
  border-color: #1B1B1B;
}
body.brand.index section.brand.zalf {
  background-color: #ffffff;
}
body.brand.detail .page-banner h2 {
  max-width: 85%;
  margin-bottom: 35px;
  margin-top: -5px;
}
body.brand.detail .page-banner .image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(181deg, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0.5) 100%);
  display: inline-block;
  width: 100%;
  height: 380px;
}
body.brand.detail section.gallery .txt {
  padding-bottom: 50px;
}
@media (min-width: 960px) {
  body.brand.detail section.gallery .txt {
    padding-right: 30px;
  }
}
@media (min-width: 1600px) {
  body.brand.detail section.gallery .txt {
    padding-right: 200px;
  }
}
body.brand.detail section.gallery .txt * {
  color: #CAC5BC;
  max-width: 500px;
}
body.brand.detail section.gallery .paginatore {
  margin: 15px 0;
  display: inline-block;
}
body.brand.detail .showroom.componenti.c2 .image img {
  width: 100%;
  max-width: unset;
  right: 0;
}
body.brand.detail.euromobil .page-banner h1 img {
  width: 151px;
  height: auto;
}
@media (min-width: 960px) {
  body.brand.detail.euromobil .page-banner h1 img {
    width: 190px;
  }
}
@media (min-width: 1200px) {
  body.brand.detail.euromobil .page-banner h1 img {
    width: 227px;
  }
}
body.brand.detail.desiree .page-banner h1 img {
  width: 120px;
  height: auto;
}
@media (min-width: 960px) {
  body.brand.detail.desiree .page-banner h1 img {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  body.brand.detail.desiree .page-banner h1 img {
    width: 177px;
  }
}
body.brand.detail.desiree section.gallery .txt * {
  color: #1B1B1B;
}
/*# sourceMappingURL=brand.css.map */