@charset "UTF-8";
label[obbligatorio]::before {
  content: '\002A';
  color: red;
  padding-right: 5px; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label:before {
  background: #FFF;
  border: 1px solid #222;
  content: "\00a0";
  display: inline-block;
  height: 16px;
  font: 16px/1em sans-serif;
  margin: 0 0 0 0;
  padding: 0;
  vertical-align: top;
  margin-right: 15px;
  width: 16px; }

input[type="checkbox"]:checked + label:before {
  background: #FFF;
  color: #333;
  content: "\2713";
  text-align: center;
  padding-bottom: 2px; }

input[type="checkbox"]:checked + label:after {
  font-weight: bold; }

input[type="checkbox"]:focus + label::before {
  outline: #3b99fc auto 5px; }

input[type="checkbox"] + label[obbligatorio]:after {
  content: '\002A';
  color: red;
  position: absolute;
  left: 35px; }

.fa-facebook:hover {
  color: #3b5998; }

.fa-facebook-f:hover {
  color: #3b5998; }

.fa-pinterest-p:hover {
  color: #cb2027; }

.fa-twitter:hover {
  color: #00aced; }

.fa-instagram:hover {
  color: #bc2a8d; }

.fa-youtube:hover {
  color: #bb0000; }

.fa-flickr:hover {
  color: #ff0084; }

.fa-linkedin-in:hover {
  color: #007bb6; }

.arrows {
  cursor: pointer;
  width: 36px;
  height: 43px;
  margin-left: -18px;
  position: absolute;
  left: 50%;
  top: -43px; }

.arrows path {
  stroke: white;
  fill: transparent;
  stroke-width: 1.6px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; }

@keyframes arrow {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  /* Safari 和 Chrome */ }

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
  /* Safari 和 Chrome */ }

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  /* Safari 和 Chrome */ }

.box-img-hover {
  width: 100%;
  overflow: hidden;
  position: relative;
  justify-content: center;
  margin-bottom: 30px; }

.box-img-hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  -ms-transition: -ms-transform 0.7s;
  -o-transition: -o-transform 0.7s;
  transition: transform 0.7s; }

.box-img-hover .ovrly {
  /*background: url(../img/image-hover.png) center center no-repeat, rgba(0, 0, 0, 0.5);*/
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s; }

.box-img-hover:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.box-img-hover:hover .ovrly {
  opacity: 1; }

#toTopButton {
  background: rgba(200, 200, 200, 0.7);
  color: #FFF;
  position: fixed;
  width: 2rem;
  height: 2rem;
  bottom: 2rem;
  right: 2rem;
  display: none;
  z-index: 10;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  border-radius: 2rem; }

#toTopButton:hover {
  background: rgba(255, 255, 255, 0.3); }

.collapse-img {
  background: url(../img/collapse.png) center center no-repeat;
  background-size: 60%;
  width: 100%;
  height: 100%; }

.z-index2 {
  position: relative;
  z-index: 2; }

.sans {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400; }

.sans-l {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300; }

.sans-m {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500; }

.sans-sb {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600; }

.sans-b {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700; }

div:has(> div.aos-init) {
  overflow: hidden; }

@font-face {
  font-family: 'broadwayregular';
  src: url("../font/broadw-webfont.woff2") format("woff2"), url("../font/broadw-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Eurostile-LT';
  src: url("../font/Eurostile-LT-Extended.eot");
  src: url("../font/Eurostile-LT-Extended.eot?#iefix") format("embedded-opentype"), url("../font/Eurostile-LT-Extended.woff2") format("woff2"), url("../font/Eurostile-LT-Extended.woff") format("woff"), url("../font/Eurostile-LT-Extended.svg#Eurostile LT Extended #2") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE; }
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../font/slick.eot");
  src: url("../font/slick.eot?#iefix") format("embedded-opentype"), url("../font/slick.woff") format("woff"), url("../font/slick.ttf") format("truetype"), url("../font/slick.svg#slick") format("svg"); }
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -15px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -15px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

.slick-slide img {
  margin-right: auto;
  margin-left: auto; }

.swal2-container {
  z-index: 199992; }

.sweet-alert {
  background: #151515;
  color: white; }
  .sweet-alert h2, .sweet-alert p {
    color: white;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300; }
  .sweet-alert h2 {
    font-size: 18px;
    margin-bottom: 0; }
  .sweet-alert .confirm {
    background: #838487 !important;
    color: black;
    font-size: 16px;
    margin-top: 15px;
    padding: 7px 30px; }
  .sweet-alert .sa-icon.sa-success, .sweet-alert .sa-icon.sa-error {
    border-color: #838487; }
  .sweet-alert .sa-icon.sa-success .sa-line, .sweet-alert .sa-icon.sa-error .sa-line {
    background-color: #838487; }
  .sweet-alert .sa-icon.sa-success .sa-placeholder, .sweet-alert .sa-icon.sa-error .sa-placeholder {
    border-color: #838487; }
  .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
    background-color: transparent; }
  .sweet-alert .sa-fix {
    background-color: transparent !important; }

body {
  background-color: #111;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  padding-top: 60px;
  color: white;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    body {
      padding-top: 50px; } }

body.area-tecnica {
  padding-top: 0; }
  @media (max-width: 767px) {
    body.area-tecnica {
      padding-top: 50px; } }

.zIndex1 {
  position: relative;
  z-index: 1; }

.zIndex2 {
  position: relative;
  z-index: 2; }

.img-responsive {
  max-width: 100%; }

.bg-black {
  background-color: #000; }

.bg-nero15 {
  background-color: #151515; }

.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-color: #444; }

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #444;
  border-width: 0;
  color: white; }

.linea {
  width: 60px;
  border-bottom: 1px solid #838487; }

.bootstrap-select button {
  background-color: white;
  color: #777;
  position: relative; }
  .bootstrap-select button .filter-option {
    line-height: 38px; }
  .bootstrap-select button:after {
    vertical-align: middle;
    display: inline;
    font-size: 18px;
    border-top: 0.6em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
    margin-left: -10px; }
  .bootstrap-select button:before {
    content: "";
    height: 25px;
    border-right: 1px solid #AAA;
    position: absolute;
    right: 50px;
    top: 12px; }

.box-indicator {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  flex-wrap: wrap; }

.box-indicator li {
  list-style: none;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0; }

.box-indicator button {
  cursor: pointer;
  background-color: transparent;
  color: #888;
  border-width: 0;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px; }
  @media (max-width: 767px) {
    .box-indicator button {
      padding: 0; } }

.box-indicator .slick-active button {
  color: white; }

.box-indicator button:hover {
  color: white; }

.box-indicator button:after {
  content: "/";
  line-height: 30px;
  font-size: 30px;
  color: #838487;
  margin-left: 10px; }
  @media (max-width: 1199px) {
    .box-indicator button:after {
      margin-left: 5px; } }
  @media (max-width: 767px) {
    .box-indicator button:after {
      margin-left: 5px; } }

#menuScomparsa {
  height: 60px; }

.navbar-large {
  background: rgba(0, 0, 0, 0.5); }
  .navbar-large .dropdown-menu {
    background-color: #222;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .navbar-large .dd-serch {
    min-width: 300px; }
  .navbar-large .menu-flex li {
    flex-grow: 1;
    justify-content: center; }
  .navbar-large .menu-flex li a.nav-link {
    color: white;
    font-size: 14px; }
    @media (max-width: 991px) {
      .navbar-large .menu-flex li a.nav-link {
        font-size: 12px; } }
  .navbar-large .menu-flex li a.nav-link:hover {
    opacity: 1;
    color: #838487; }
  .navbar-large .menu-flex > li.active > a.nav-link {
    color: #838487; }
  .navbar-large .menu-flex li.active li.nav-item-submenu a.nav-link {
    color: #FFF; }
  .navbar-large .menu-flex li.active li.active a.nav-link {
    color: #838487; }
  .navbar-large .menu-top li a.nav-link {
    color: white;
    font-size: 15px; }
  .navbar-large .menu-top li a.nav-link:hover {
    opacity: 1;
    color: #838487; }
  .navbar-large .menu-top li.active a.nav-link {
    color: #838487; }
  .navbar-large .menu-top li.active li.nav-item-submenu a.nav-link {
    color: #FFF; }
  .navbar-large .menu-top li.active li.active a.nav-link {
    color: #838487; }
  .navbar-large .menu-lingue {
    min-width: 100px; }
  .navbar-large .menu-lingue li {
    flex-grow: 1;
    justify-content: center;
    text-align: center; }
  .navbar-large .menu-lingue img {
    width: 30px; }
  .navbar-large .navbar-brand {
    position: relative; }
  .navbar-large .navbar-brand:after {
    content: none;
    background-color: black;
    position: absolute;
    width: 2000px;
    height: calc(100% + 16px);
    top: -9px;
    right: -20px;
    z-index: -1; }

.navbar-small {
  background-color: black;
  text-align: center;
  overflow-y: scroll; }
  .navbar-small .dropdown-menu {
    background-color: #333;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .navbar-small .dropdown.show {
    background-color: #333; }
  .navbar-small .menu-aree li {
    font-size: 12px; }
  .navbar-small .menu-aree li a {
    text-align: center; }
  .navbar-small .menu-aree .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap; }
  .navbar-small .nav-item .nav-link {
    color: white; }
  .navbar-small .nav-item .active .nav-link {
    color: #838487; }
  .navbar-small .menu-lingue ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
  .navbar-small .menu-lingue img {
    width: 30px; }

.banner-pagina {
  background-color: #151515; }
  .banner-pagina .box-titolo {
    margin-top: 60px;
    padding-top: 45px;
    font-size: 45px;
    color: #555; }
    @media (max-width: 767px) {
      .banner-pagina .box-titolo {
        width: 100%;
        text-align: center;
        font-size: 25px;
        font-weight: 500;
        padding-top: 0;
        padding-bottom: 15px;
        margin-top: 0; } }
  .banner-pagina .box-breadcrumbs {
    margin-bottom: 10px;
    font-size: 20px; }
    @media (max-width: 767px) {
      .banner-pagina .box-breadcrumbs {
        margin-top: 15px;
        width: 100%;
        text-align: center;
        font-size: 16px; } }
    .banner-pagina .box-breadcrumbs a {
      color: #FFF; }

.container-newsletter {
  text-align: center;
  padding: 60px 0 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (max-width: 767px) {
    .container-newsletter {
      padding: 30px 0; } }
  .container-newsletter .box-title {
    font-size: 30px; }
    @media (max-width: 767px) {
      .container-newsletter .box-title {
        font-size: 20px; } }
  .container-newsletter .box-subtitle {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .container-newsletter .box-subtitle {
        margin-bottom: 15px;
        font-size: 12px; } }
  .container-newsletter .linea {
    margin: 0 auto 30px; }
    @media (max-width: 767px) {
      .container-newsletter .linea {
        margin: 0 auto 15px; } }
  .container-newsletter .box-form {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .container-newsletter .box-form {
        margin-bottom: 0px; } }
  .container-newsletter .form-control {
    height: 50px;
    display: inline-block;
    width: 450px;
    border-width: 0; }
    @media (max-width: 991px) {
      .container-newsletter .form-control {
        width: 300px; } }
    @media (max-width: 767px) {
      .container-newsletter .form-control {
        width: 100%;
        margin-bottom: 5px; } }
  @media (max-width: 767px) {
    .container-newsletter .box-checkbox {
      text-align: left; } }
  .container-newsletter .privacy {
    font-size: 14px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .container-newsletter .privacy {
        font-size: 10px;
        margin-bottom: 20px; } }
  .container-newsletter .privacy:before {
    margin-top: 1px;
    border-width: 0; }
    @media (max-width: 767px) {
      .container-newsletter .privacy:before {
        margin-top: 0;
        margin-right: 5px; } }
  .container-newsletter .privacy a {
    color: white; }
  .container-newsletter .btn {
    display: block;
    margin: 0 auto;
    background-color: transparent;
    border: 1px solid white;
    width: 420px;
    height: 50px;
    line-height: 38px; }
    @media (max-width: 767px) {
      .container-newsletter .btn {
        width: 100%; } }

.container-social {
  text-align: center;
  padding: 60px 0; }
  @media (max-width: 767px) {
    .container-social {
      padding: 30px 0; } }
  .container-social .box-social {
    display: inline-block; }
  .container-social span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 15px;
    border: 2px solid white;
    border-radius: 50%;
    display: inline-block;
    text-align: center; }
    @media (max-width: 767px) {
      .container-social span {
        width: 42px;
        height: 42px;
        line-height: 42px;
        margin: 0 5px;
        border: 1px solid white; } }
  .container-social a {
    color: white;
    font-size: 27px; }
    @media (max-width: 767px) {
      .container-social a {
        font-size: 22px; } }

.container-footer {
  font-size: 12px;
  color: #AAA;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .container-footer {
      padding-bottom: 15px;
      font-size: 9px; } }
  .container-footer .box-sx {
    text-align: right;
    border-right: 1px solid white;
    padding-right: 60px; }
    @media (max-width: 767px) {
      .container-footer .box-sx {
        border-right-width: 0;
        text-align: center;
        padding-right: 15px; } }
  .container-footer .box-dx {
    padding-left: 60px; }
    @media (max-width: 767px) {
      .container-footer .box-dx {
        text-align: center;
        padding-left: 15px; } }
  .container-footer .sez-1 {
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .container-footer .sez-1 {
        margin-bottom: 10px; } }
  .container-footer .sez-2 {
    margin-bottom: 15px; }

.banner-footer {
  height: 80px;
  background: #222;
  font-size: 14px;
  color: #AAA;
  padding-top: 30px; }
  @media (max-width: 767px) {
    .banner-footer {
      height: 45px;
      padding-top: 15px; } }
  .banner-footer a {
    color: #888; }

.porfesr-footer {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .porfesr-footer {
      margin-top: 0px; } }

#map {
  height: 700px;
  width: 100%; }
  @media (max-width: 767px) {
    #map {
      height: 400px; } }

.container-infowindows {
  color: black; }
  .container-infowindows .box-titolo {
    font-size: 16px;
    padding: 0  0 0 15px; }
  .container-infowindows .box-flagship {
    font-size: 15px;
    color: #838487;
    padding: 0  0 0 15px;
    margin-bottom: 0; }
  .container-infowindows .box-testo {
    line-height: 22px;
    font-size: 15px;
    padding: 0 0 0 15px; }
  .container-infowindows .box-link {
    margin-top: 15px;
    margin-bottom: 0px;
    text-align: center; }
  .container-infowindows a {
    color: black; }
  .container-infowindows .box-imgs {
    min-width: 200px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 15px; }

.container-cercaMaps {
  padding: 90px 120px; }
  @media (max-width: 991px) {
    .container-cercaMaps {
      padding: 60px 15px; } }
  @media (max-width: 767px) {
    .container-cercaMaps {
      padding: 15px; } }
  .container-cercaMaps .box-titolo {
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px; }
  .container-cercaMaps .form-control {
    height: 50px; }
  .container-cercaMaps .btn {
    height: 50px; }

.container-agenzie {
  padding: 90px 0; }
  .container-agenzie .box-titolo {
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px; }
  .container-agenzie #agenzie {
    margin-top: 30px; }
  .container-agenzie .agenzie {
    margin: 25px 0;
    padding: 25px;
    background: #FFF;
    color: #000; }
    .container-agenzie .agenzie .agenzie-regione {
      margin-bottom: 10px;
      font-weight: 700;
      font-size: 18px;
      border-bottom: 1px solid #000;
      color: #222; }
    .container-agenzie .agenzie .agenzie-dati {
      font-size: 14px;
      color: #222; }
      .container-agenzie .agenzie .agenzie-dati a {
        color: #666; }
    .container-agenzie .agenzie > a:hover {
      text-decoration: none; }
    .container-agenzie .agenzie .agenzie-email {
      font-size: 14px; }
      .container-agenzie .agenzie .agenzie-email a {
        color: #666; }

.form-agenzie {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  color: black; }
  .form-agenzie .box-form {
    padding-top: 30px; }
    @media (max-width: 767px) {
      .form-agenzie .box-form {
        padding-bottom: 0px; } }
  .form-agenzie .box-titolo {
    font-size: 22px;
    margin-bottom: 10px; }
  .form-agenzie .form-control {
    margin-bottom: 30px; }
  .form-agenzie textarea.form-control {
    height: 100px;
    margin-bottom: 10px; }
  .form-agenzie em {
    font-size: 14px; }
    @media (max-width: 767px) {
      .form-agenzie em {
        font-size: 11px; } }
  .form-agenzie .box-checkbox {
    margin-top: 15px; }
    .form-agenzie .box-checkbox label {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 18px; }
      @media (max-width: 767px) {
        .form-agenzie .box-checkbox label {
          font-size: 11px; } }
  .form-agenzie .btn {
    margin-bottom: 4px; }
    @media (max-width: 767px) {
      .form-agenzie .btn {
        margin-top: 15px; } }
  .form-agenzie select.form-control:not([size]):not([multiple]) {
    height: 50px; }

.row-rivenditori {
  background-color: #222; }
  @media (max-width: 767px) {
    .row-rivenditori {
      margin-bottom: 60px; } }
  .row-rivenditori .fade-left {
    -webkit-transition: opacity 1s ease 0.5s, flex-basis 1s ease, max-width 1s ease;
    -moz-transition: opacity 1s ease 0.5s, flex-basis 1s ease, max-width 1s ease;
    -o-transition: opacity 1s ease 0.5s, flex-basis 1s ease, max-width 1s ease;
    transition: opacity 1s ease 0.5s, flex-basis 1s ease, max-width 1s ease;
    opacity: 1; }
  .row-rivenditori .width-0 {
    flex: 0 0 auto;
    max-width: 0px;
    opacity: 0; }
  .row-rivenditori .fade-left .d-none {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1;
    transition: opacity 1s;
    opacity: 0; }
  .row-rivenditori .fade-left > div {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1;
    transition: opacity 1s;
    opacity: 1; }

.box-rivenditori, .box-rivenditore {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 600px;
  margin: 50px 30px; }
  @media (max-width: 1700px) {
    .box-rivenditori, .box-rivenditore {
      padding-left: 0px; } }
  @media (max-width: 1199px) {
    .box-rivenditori, .box-rivenditore {
      height: 300px; } }
  .box-rivenditori::-webkit-scrollbar, .box-rivenditore::-webkit-scrollbar {
    width: 10px; }
  .box-rivenditori::-webkit-scrollbar-track, .box-rivenditore::-webkit-scrollbar-track {
    background: white;
    border: 8px solid transparent;
    background-clip: content-box; }
  .box-rivenditori::-webkit-scrollbar-thumb, .box-rivenditore::-webkit-scrollbar-thumb {
    background: #888; }
  .box-rivenditori .box-cont, .box-rivenditore .box-cont {
    border-right: 1px solid white;
    margin-top: 20px; }
    @media (max-width: 767px) {
      .box-rivenditori .box-cont, .box-rivenditore .box-cont {
        border-right: 0px solid white; } }
  .box-rivenditori .box-flag, .box-rivenditore .box-flag {
    color: #838487;
    line-height: 15px; }
  .box-rivenditori .box-testo, .box-rivenditore .box-testo {
    color: #AAA;
    font-size: 14px;
    line-height: 20px; }
  .box-rivenditori .box-img, .box-rivenditore .box-img {
    padding-top: 28px; }
    .box-rivenditori .box-img img, .box-rivenditore .box-img img {
      margin-right: 15px; }
    @media (max-width: 1550px) and (min-width: 1199px) {
      .box-rivenditori .box-img, .box-rivenditore .box-img {
        max-width: 41.666666666666%;
        flex: 0 0 41.666666666666%;
        -ms-flex: 0 0 41.666666666666%;
        -webkit-box-flex: 0 0 41.666666666666%; } }
  .box-rivenditori .box-marker, .box-rivenditore .box-marker {
    margin-top: 10px; }
    .box-rivenditori .box-marker img, .box-rivenditore .box-marker img {
      margin-top: 15px;
      margin-left: calc(100% - 38px); }
    @media (max-width: 1550px) and (min-width: 1199px) {
      .box-rivenditori .box-marker, .box-rivenditore .box-marker {
        display: none; } }
    @media (max-width: 575px) {
      .box-rivenditori .box-marker, .box-rivenditore .box-marker {
        display: none; } }
  .box-rivenditori a, .box-rivenditore a {
    color: inherit; }
  .box-rivenditori a:hover, .box-rivenditore a:hover {
    text-decoration: none; }
  @media (max-width: 767px) {
    .box-rivenditori .row, .box-rivenditore .row {
      padding-bottom: 30px; } }

.container-legenda {
  padding: 60px 0 180px;
  text-align: center; }
  @media (max-width: 991px) {
    .container-legenda {
      padding: 30px 15px 60px; } }
  @media (max-width: 767px) {
    .container-legenda {
      padding-top: 0;
      text-align: initial; } }
  .container-legenda .box-titolo {
    margin-right: 30px; }
  .container-legenda .btn {
    background-color: transparent; }

.box-rivenditori .row {
  cursor: pointer; }

.box-rivenditore {
  overflow: visible;
  margin-top: 30px;
  margin-bottom: 30px;
  height: auto;
  position: relative;
  cursor: initial; }
  .box-rivenditore .box-form {
    padding-top: 30px; }
    @media (max-width: 767px) {
      .box-rivenditore .box-form {
        padding-bottom: 0px; } }
  .box-rivenditore .form-control {
    margin-bottom: 30px; }
  .box-rivenditore textarea.form-control {
    height: 100px;
    margin-bottom: 10px; }
  .box-rivenditore em {
    font-size: 14px; }
    @media (max-width: 767px) {
      .box-rivenditore em {
        font-size: 11px; } }
  .box-rivenditore .box-checkbox {
    margin-top: 15px; }
    .box-rivenditore .box-checkbox label {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 18px; }
      @media (max-width: 767px) {
        .box-rivenditore .box-checkbox label {
          font-size: 11px; } }
  .box-rivenditore .btn {
    margin-bottom: 4px; }
    @media (max-width: 767px) {
      .box-rivenditore .btn {
        margin-top: 15px; } }
  .box-rivenditore select.form-control:not([size]):not([multiple]) {
    height: 50px; }

.btn-ritorna a {
  color: white; }

.container-gallery-rivenditore {
  margin-top: 90px;
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    .container-gallery-rivenditore {
      margin-top: 0px;
      padding-bottom: 60px; } }
  .container-gallery-rivenditore .box-titolo {
    font-size: 36px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .container-gallery-rivenditore .box-titolo {
        font-size: 25px; } }
  .container-gallery-rivenditore .linea {
    border-bottom: 1px solid white;
    margin-bottom: 45px; }
  @media (max-width: 767px) {
    .container-gallery-rivenditore .video {
      margin-bottom: 10px; } }
  .container-gallery-rivenditore .video .ovrly {
    background: black url("../img/play.png") center center no-repeat;
    opacity: 0.5; }
  .container-gallery-rivenditore .video .ovrly:hover {
    opacity: 0.7; }

.spazio-footer-punti-vendita {
  padding-bottom: 180px; }
  @media (max-width: 991px) {
    .spazio-footer-punti-vendita {
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .spazio-footer-punti-vendita {
      padding-bottom: 60px; } }

#carouselHome .carousel-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
#carouselHome .carousel-item:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5); }
  @media (max-width: 767px) {
    #carouselHome .carousel-item:after {
      background: none; } }
#carouselHome .carousel-item > div {
  position: relative;
  z-index: 2;
  text-align: center; }
#carouselHome .box-testo .box-titolo {
  font-size: 40px; }
#carouselHome .box-testo .box-sottotitolo {
  margin-bottom: 60px; }
#carouselHome .box-testo .box-link {
  margin-bottom: 5px; }
#carouselHome .box-testo .linea {
  border-bottom: 2px solid white;
  margin: 0 auto;
  width: 180px; }
#carouselHome .box-testo a {
  color: inherit; }
#carouselHome .box-modello {
  position: relative; }
  #carouselHome .box-modello .box-nome {
    font-size: 80px;
    line-height: 80px;
    position: relative;
    z-index: 4;
    font-family: 'Eurostile-LT'; }
    @media (max-width: 767px) {
      #carouselHome .box-modello .box-nome {
        font-size: 40px; } }
  #carouselHome .box-modello .box-numero {
    position: absolute;
    z-index: 3;
    opacity: 0.3;
    font-size: 230px;
    bottom: 0;
    line-height: 155px;
    font-family: 'broadwayregular'; }

.container-citazione {
  text-align: center;
  font-size: 34px;
  padding: 90px 0 0; }
  @media (max-width: 767px) {
    .container-citazione {
      padding: 0 15px 45px;
      font-size: 20px; }
      .container-citazione img {
        margin-top: 15px; } }

.container-cucina {
  max-width: 1600px;
  position: relative;
  margin: 0 auto 120px; }
  @media (max-width: 767px) {
    .container-cucina {
      margin-bottom: 0;
      padding: 0 15px; } }
  .container-cucina img {
    max-width: 100%; }
  .container-cucina a {
    color: inherit; }
  .container-cucina .box-cucina {
    position: absolute;
    bottom: 0;
    padding: 45px 60px;
    z-index: 10; }
    @media (max-width: 767px) {
      .container-cucina .box-cucina {
        padding: 15px 0 45px;
        position: static;
        text-align: center; } }
    .container-cucina .box-cucina .box-titolo {
      display: inline-block;
      font-size: 20px; }
    .container-cucina .box-cucina .linea {
      margin-left: 15px;
      margin-bottom: 7px;
      display: inline-block;
      vertical-align: middle; }
    @media (max-width: 767px) {
      .container-cucina .box-cucina .box-testo {
        font-size: 14px; } }
  .container-cucina .ovrly {
    opacity: 0.6; }
  .container-cucina .box-img-hover {
    margin-bottom: 0; }

.container-livin-bagni {
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .container-livin-bagni {
      padding-bottom: 0px; } }
  .container-livin-bagni img {
    max-width: 100%; }
  .container-livin-bagni a {
    color: inherit; }
  .container-livin-bagni a:hover {
    text-decoration: none; }
  .container-livin-bagni .box-living {
    padding: 0 60px 45px; }
    @media (max-width: 767px) {
      .container-livin-bagni .box-living {
        padding: 15px 0 45px;
        position: static;
        text-align: center; } }
    .container-livin-bagni .box-living .box-titolo {
      display: inline-block;
      font-size: 20px; }
    .container-livin-bagni .box-living .linea {
      margin-left: 15px;
      margin-bottom: 7px;
      display: inline-block;
      vertical-align: middle; }
    @media (max-width: 767px) {
      .container-livin-bagni .box-living .box-testo {
        font-size: 14px; } }
  .container-livin-bagni .box-bagni {
    padding: 45px 60px 0;
    text-align: right; }
    @media (max-width: 767px) {
      .container-livin-bagni .box-bagni {
        padding: 15px 0 30px;
        position: static;
        text-align: center; } }
    .container-livin-bagni .box-bagni .box-titolo {
      display: inline-block;
      font-size: 20px; }
    .container-livin-bagni .box-bagni .linea {
      margin-right: 15px;
      margin-bottom: 7px;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .container-livin-bagni .box-bagni .linea {
          margin-left: 15px;
          margin-right: 0px; } }
    @media (max-width: 767px) {
      .container-livin-bagni .box-bagni .box-testo {
        font-size: 14px; } }
  .container-livin-bagni .box-img-hover {
    margin-bottom: 0; }

.row-evidenza {
  background-color: white;
  color: black;
  margin-bottom: 90px; }
  @media (max-width: 767px) {
    .row-evidenza {
      margin-bottom: 30px; } }
  .row-evidenza .box-descrizione {
    padding: 60px 150px 30px; }
    @media (max-width: 1650px) {
      .row-evidenza .box-descrizione {
        padding: 30px 30px;
        margin-bottom: 0; } }
  .row-evidenza .box-titolo {
    font-size: 40px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .row-evidenza .box-titolo {
        margin-bottom: 0px; } }
  .row-evidenza .box-sottotitolo {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 30px; }
    @media (max-width: 767px) {
      .row-evidenza .box-sottotitolo {
        font-size: 20px;
        margin-bottom: 15px; } }
  .row-evidenza .box-testo {
    padding-bottom: 15px; }
    @media (max-width: 767px) {
      .row-evidenza .box-testo {
        font-size: 14px; } }
  .row-evidenza .box-link a {
    color: #838487; }
  .row-evidenza .linea {
    margin-bottom: 15px;
    border-bottom: 2px solid #838487; }
  .row-evidenza .box-img {
    overflow: hidden; }
    .row-evidenza .box-img img {
      max-width: 100%; }

.container-anteprime {
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .container-anteprime {
      padding-bottom: 30px; } }
  .container-anteprime .box-titolo {
    font-size: 40px;
    text-align: center; }
    @media (max-width: 767px) {
      .container-anteprime .box-titolo {
        font-size: 25px;
        padding-bottom: 10px; } }
  .container-anteprime .linea {
    margin: 0 auto 90px; }
    @media (max-width: 767px) {
      .container-anteprime .linea {
        margin-bottom: 20px; } }
  .container-anteprime .box-data {
    margin-top: 30px;
    color: #666; }
    @media (max-width: 991px) {
      .container-anteprime .box-data {
        margin-top: 15px;
        margin-bottom: 15px; } }
  .container-anteprime .box-titolo-news {
    font-size: 32px; }
    @media (max-width: 767px) {
      .container-anteprime .box-titolo-news {
        font-size: 20px;
        margin-bottom: 15px; } }
  .container-anteprime .box-link a {
    color: #838487; }
  .container-anteprime .linea-news {
    width: 100%;
    border-bottom: 1px solid white;
    margin-top: 78px;
    position: relative;
    z-index: 2; }
  .container-anteprime .cont-img-ombra {
    margin-top: -60px; }
    @media (max-width: 991px) {
      .container-anteprime .cont-img-ombra {
        margin-top: 0; } }
    @media (max-width: 767px) {
      .container-anteprime .cont-img-ombra {
        margin-bottom: 15px; } }
  .container-anteprime .img-ombra {
    float: right; }
    @media (min-width: 991px) {
      .container-anteprime .img-ombra {
        -webkit-box-shadow: -27px -27px 0 0 rgba(255, 255, 255, 0.2);
        -moz-box-shadow: -27px -27px 0 0 rgba(255, 255, 255, 0.2);
        -ms-box-shadow: -27px -27px 0 0 rgba(255, 255, 255, 0.2);
        -o-box-shadow: -27px -27px 0 0 rgba(255, 255, 255, 0.2);
        box-shadow: -27px -27px 0 0 rgba(255, 255, 255, 0.2); } }
  .container-anteprime .ombra {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-top: -30px;
    margin-left: -30px; }
  .container-anteprime .row2 {
    text-align: right;
    margin-bottom: 120px; }
    @media (max-width: 991px) {
      .container-anteprime .row2 {
        margin-top: 30px;
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .container-anteprime .row2 {
        margin-bottom: 0px; } }
  .container-anteprime .box-btn {
    text-align: center; }
    @media (max-width: 767px) {
      .container-anteprime .box-btn {
        margin-top: 30px; } }
  .container-anteprime .btn:hover {
    color: white; }
  .container-anteprime .btn {
    background-color: transparent;
    line-height: 40px;
    border: 1px solid #666;
    padding: 0 30px;
    margin: 0 auto; }
  @media (max-width: 1199px) {
    .container-anteprime .img-news-home {
      max-width: 100%; } }

.container-outdoor {
  text-align: center;
  margin-bottom: 120px; }
  @media (max-width: 767px) {
    .container-outdoor {
      padding: 15px;
      margin-bottom: 0px;
      background: #222 !important; } }
  .container-outdoor .box-titolo {
    font-size: 30px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .container-outdoor .box-titolo {
        font-size: 25px; } }
  .container-outdoor .linea {
    margin: 0 auto;
    margin-bottom: 15px; }
  .container-outdoor .box-sottotitolo {
    margin-bottom: 30px; }
  .container-outdoor .box-video {
    width: 1920px;
    margin: 0 auto; }
    @media (max-width: 1920px) {
      .container-outdoor .box-video {
        max-width: 100%; } }
  .container-outdoor .box-video2 {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
  .container-outdoor .box-video2 iframe {
    border: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.row-showroom .img-2 {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .row-showroom .img-2 {
      margin-top: 45px; } }

.container-showroom {
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    .container-showroom {
      padding-bottom: 30px; } }
  .container-showroom .box-titolo {
    margin: 30px -200px 60px;
    font-size: 50px; }
    @media (max-width: 1199px) {
      .container-showroom .box-titolo {
        margin-right: 0; } }
    @media (max-width: 991px) {
      .container-showroom .box-titolo {
        margin-bottom: 15px;
        margin-left: -100px;
        font-size: 35px; } }
    @media (max-width: 767px) {
      .container-showroom .box-titolo {
        font-size: 25px;
        margin-left: 0px;
        margin-top: 0; } }
  .container-showroom .linea {
    margin-bottom: 15px; }
  .container-showroom .box-link a {
    color: #838487; }
  .container-showroom .btn {
    background-color: transparent;
    line-height: 40px;
    border: 1px solid #666;
    padding: 0 60px;
    display: block;
    margin: 90px auto 0; }
    @media (max-width: 767px) {
      .container-showroom .btn {
        margin: 15px auto 0; } }

.container-cucine {
  overflow: hidden;
  padding: 90px 0 120px; }
  @media (max-width: 767px) {
    .container-cucine {
      padding: 30px 0; } }
  .container-cucine .box-titolo {
    text-align: center;
    font-size: 20px;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .container-cucine .box-titolo {
        margin-bottom: 30px; } }
  .container-cucine .box-titolo span {
    color: #838487;
    font-size: 30px;
    font-weight: 100;
    margin-left: 15px; }
  .container-cucine .box-img-hover {
    margin-bottom: 0; }
  .container-cucine a {
    color: inherit; }
  .container-cucine a:hover {
    text-decoration: none; }

#carouselCucineDettaglio .carousel-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.container-banner-cucine {
  padding: 30px 0;
  margin-bottom: 90px; }
  @media (max-width: 991px) {
    .container-banner-cucine {
      padding: 15px 0; } }
  @media (max-width: 767px) {
    .container-banner-cucine {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .container-banner-cucine .box-nome-designer {
      margin-bottom: 15px;
      padding-left: 10px; } }
  .container-banner-cucine .box-nome {
    font-family: 'Eurostile-LT';
    font-size: 50px;
    line-height: 35px; }
  .container-banner-cucine .box-designer {
    font-size: 12px;
    float: right; }
    @media (max-width: 767px) {
      .container-banner-cucine .box-designer {
        float: none; } }
  @media (max-width: 991px) {
    .container-banner-cucine .nav {
      margin-top: 20px; } }
  .container-banner-cucine .nav-link {
    color: white;
    display: inline-block;
    padding: 0 15px;
    line-height: 34px;
    line-height: 40px; }
  .container-banner-cucine .nav-link.heart {
    padding-left: 0; }
    @media (max-width: 767px) {
      .container-banner-cucine .nav-link.heart {
        border-right: 1px solid #838487; } }
  .container-banner-cucine .box-social {
    padding-left: 15px; }
  .container-banner-cucine .box-social a {
    color: #666;
    font-size: 27px; }
  .container-banner-cucine .nav-item {
    border-right: 1px solid #838487; }
    @media (max-width: 767px) {
      .container-banner-cucine .nav-item {
        border-width: 0; } }
  .container-banner-cucine .nav-item:last-of-type {
    border-width: 0; }
  @media (max-width: 767px) {
    .container-banner-cucine .nav-item:nth-last-of-type(2) {
      border-width: 0; } }

.animation1 {
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .animation1 {
      padding-bottom: 30px; } }
  .animation1 .animation1-title {
    width: 80%;
    font-size: 40px;
    line-height: 55px; }
    @media (max-width: 991px) {
      .animation1 .animation1-title {
        font-size: 30px;
        line-height: 35px; } }
    @media (max-width: 767px) {
      .animation1 .animation1-title {
        font-size: 25px;
        line-height: 35px; } }
  .animation1 .animation1-text {
    margin-top: 45px;
    width: 90%;
    line-height: 25px; }
    @media (max-width: 991px) {
      .animation1 .animation1-text {
        margin-top: 30px; } }
    @media (max-width: 767px) {
      .animation1 .animation1-text {
        margin-top: 15px;
        line-height: 25px; } }

.animation2 {
  margin: 0 auto;
  padding-bottom: 120px;
  max-width: 1400px; }
  @media (max-width: 991px) {
    .animation2 {
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .animation2 {
      padding-bottom: 30px; } }
  .animation2 .slider > div {
    margin-bottom: 30px; }
  .animation2 .box-img-hover {
    margin-bottom: 0; }

.animation3 {
  margin: 0 auto 0;
  padding-bottom: 180px;
  max-width: 1400px; }
  @media (max-width: 991px) {
    .animation3 {
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .animation3 {
      padding-bottom: 30px; } }
  .animation3 .animation3-img-bottom {
    margin-top: 40px; }
  .animation3 .animation3-title {
    width: 80%;
    font-size: 40px;
    line-height: 55px; }
    @media (max-width: 767px) {
      .animation3 .animation3-title {
        font-size: 25px;
        line-height: 35px; } }
  .animation3 .animation3-text {
    margin-top: 55px;
    width: 80%;
    line-height: 25px; }
    @media (max-width: 991px) {
      .animation3 .animation3-text {
        width: 100%; } }
    @media (max-width: 767px) {
      .animation3 .animation3-text {
        margin-top: 15px; } }
  .animation3 .animation3-img-bottom2 {
    margin-top: 30px; }
  .animation3 .box-img {
    padding: 0 15px; }

.animation4 {
  padding-bottom: 220px; }
  @media (max-width: 991px) {
    .animation4 {
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .animation4 {
      padding-bottom: 30px; } }
  .animation4 .animation4-text {
    margin-bottom: 45px;
    line-height: 25px; }
    @media (max-width: 767px) {
      .animation4 .animation4-text {
        margin-bottom: 15px; } }

.animation5 {
  margin: 0 auto;
  max-width: 1400px;
  margin-bottom: -120px; }

.animation5-2 {
  margin: 0 auto;
  max-width: 1400px;
  margin-top: -150px;
  padding-bottom: 200px; }
  @media (max-width: 991px) {
    .animation5-2 {
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .animation5-2 {
      padding-bottom: 30px; } }

.animation5-3 {
  margin: 0 auto;
  max-width: 1400px;
  padding-bottom: 90px; }
  @media (max-width: 991px) {
    .animation5-3 {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .animation5-3 {
      padding-bottom: 30px; } }

.animation6 {
  padding: 150px 0; }
  .animation6 hr {
    margin: 0 auto 30px;
    width: 45px;
    border: 1px solid #838487; }
  .animation6 p {
    margin: 0 auto 30px;
    width: 70%; }
    @media (max-width: 991px) {
      .animation6 p {
        width: 100%; } }

.animation6-2 {
  padding: 150px 0 0; }
  .animation6-2 hr {
    margin: 0 auto 30px;
    width: 45px;
    border: 1px solid #838487; }
  .animation6-2 p {
    margin: 0 auto 30px;
    width: 70%; }
    @media (max-width: 991px) {
      .animation6-2 p {
        width: 100%; } }

.animation7 {
  padding-bottom: 200px; }
  @media (max-width: 991px) {
    .animation7 {
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .animation7 {
      padding-bottom: 30px; } }
  .animation7 .animation7-title {
    margin-top: 120px;
    width: 100%;
    font-size: 55px;
    line-height: 65px;
    margin-left: -150px; }
    @media (max-width: 991px) {
      .animation7 .animation7-title {
        margin-top: 60px; } }
    @media (max-width: 767px) {
      .animation7 .animation7-title {
        line-height: 40px;
        text-align: center;
        font-size: 30px;
        margin-top: 0px;
        margin-left: 0px; } }
  .animation7 hr {
    width: 45px;
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #838487; }
    @media (max-width: 767px) {
      .animation7 hr {
        margin: 0 auto 15px; } }
  .animation7 .animation7-text {
    margin-bottom: 40px;
    line-height: 25px; }
    @media (max-width: 767px) {
      .animation7 .animation7-text {
        text-align: center;
        margin-bottom: 10px; } }

.animation8 {
  padding-bottom: 90px;
  padding-top: 60px;
  text-align: center; }
  @media (max-width: 767px) {
    .animation8 {
      padding-bottom: 30px;
      padding-top: 15px; } }
  .animation8 .box-numero {
    position: absolute;
    left: 100%;
    bottom: 0;
    font-size: 120px;
    line-height: 90px;
    opacity: 0.3;
    font-family: 'broadwayregular';
    color: white; }
    @media (max-width: 767px) {
      .animation8 .box-numero {
        position: static;
        font-size: 30px;
        line-height: 30px;
        display: inline;
        margin-left: 15px;
        opacity: 0.7; } }
  .animation8 .box-nome {
    position: relative;
    font-size: 30px;
    font-family: 'Eurostile-LT';
    margin-right: 120px;
    color: white; }
    @media (max-width: 767px) {
      .animation8 .box-nome {
        margin-right: 0; } }
  .animation8 .slider2 > div {
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .animation8 .slider2 > div {
        margin-bottom: 30px; } }
  .animation8 .box-titolo {
    font-size: 30px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .animation8 .box-titolo {
        font-size: 25px;
        margin-bottom: 15px; } }
  .animation8 .linea {
    color: #AAA;
    margin: 0 auto 90px;
    border-bottom: 1px solid #AAA; }
    @media (max-width: 767px) {
      .animation8 .linea {
        margin-bottom: 15px; } }
  .animation8 .box-img-hover {
    margin-bottom: 0; }

.animation9 {
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    .animation9 {
      padding-bottom: 30px; } }

.animation10 {
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    .animation10 {
      padding-bottom: 30px; } }
  .animation10 .box-testo {
    min-height: 200px;
    padding-bottom: 30px;
    width: 70%; }
    @media (max-width: 767px) {
      .animation10 .box-testo {
        min-height: 0px;
        padding-bottom: 0;
        width: 100%; } }

.animation11 {
  padding: 60px 0 240px; }
  @media (max-width: 767px) {
    .animation11 {
      padding: 30px 0; } }
  .animation11 .box-testo {
    text-align: center;
    padding: 30px 15px; }
    @media (max-width: 767px) {
      .animation11 .box-testo {
        padding: 15px; } }
  .animation11 .box-titolo {
    text-align: center;
    font-size: 40px;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .animation11 .box-titolo {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 35px;
        line-height: 45px; } }

.animation11-2 {
  margin-top: -180px;
  padding-bottom: 180px; }
  @media (max-width: 991px) {
    .animation11-2 {
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .animation11-2 {
      margin-top: 0px;
      padding-bottom: 30px; } }

.animation12 {
  padding-bottom: 180px; }
  @media (max-width: 991px) {
    .animation12 {
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .animation12 {
      padding-bottom: 30px; } }
  .animation12 .box-titolo {
    font-size: 40px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .animation12 .box-titolo {
        margin-bottom: 15px;
        font-size: 35px;
        line-height: 45px; } }
  .animation12 .box-testo {
    margin-bottom: 30px;
    width: 80%; }
    @media (max-width: 767px) {
      .animation12 .box-testo {
        width: 100%;
        margin-bottom: 15px; } }
  .animation12 .box-testo2 {
    margin-bottom: 60px;
    width: 80%; }
    @media (max-width: 767px) {
      .animation12 .box-testo2 {
        width: 100%;
        margin-bottom: 15px; } }

.animation13 {
  padding-bottom: 180px; }
  @media (max-width: 991px) {
    .animation13 {
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .animation13 {
      padding-bottom: 30px; } }
  @media (min-width: 1199px) {
    .animation13 .container {
      max-width: 1400px; } }
  .animation13 .box-testo {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .animation13 .box-testo {
        margin-bottom: 15px; } }
  @media (max-width: 991px) {
    .animation13 .img1 {
      margin-bottom: 30px; } }

.animation14 {
  padding-bottom: 180px; }
  @media (max-width: 991px) {
    .animation14 {
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .animation14 {
      padding-bottom: 30px; } }
  .animation14 .animation4-text {
    margin-bottom: 45px;
    line-height: 25px;
    padding: 0 150px;
    text-align: center; }
    @media (max-width: 1199px) {
      .animation14 .animation4-text {
        padding: 0 50px; } }
    @media (max-width: 991px) {
      .animation14 .animation4-text {
        padding: 0;
        text-align: left; } }
    @media (max-width: 767px) {
      .animation14 .animation4-text {
        margin-bottom: 15px; } }

.container-news {
  padding-bottom: 180px; }
  @media (max-width: 991px) {
    .container-news {
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .container-news {
      padding-bottom: 60px; } }
  .container-news .row-news-evidenza {
    max-width: 1600px;
    margin: -200px auto 0; }
    @media (max-width: 1600px) {
      .container-news .row-news-evidenza {
        max-width: 1400px; } }
    @media (max-width: 1200px) {
      .container-news .row-news-evidenza {
        background-color: #151515;
        margin-top: 0; } }
    .container-news .row-news-evidenza > div > img {
      position: relative;
      z-index: 3; }
      @media (max-width: 1600px) {
        .container-news .row-news-evidenza > div > img {
          width: 140%; } }
      @media (max-width: 1200px) {
        .container-news .row-news-evidenza > div > img {
          width: 100%;
          padding-top: 60px; } }
      @media (max-width: 991px) {
        .container-news .row-news-evidenza > div > img {
          padding-top: 70px; } }
      @media (max-width: 767px) {
        .container-news .row-news-evidenza > div > img {
          padding-top: 15px; } }
    @media (max-width: 1600px) {
      .container-news .row-news-evidenza .img {
        margin-top: 120px;
        max-width: 140%; } }
    @media (max-width: 1199px) {
      .container-news .row-news-evidenza .img {
        margin-top: 60px;
        max-width: 100%; } }
  .container-news .box-img-splash {
    position: relative; }
  .container-news .box-img-splash:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #030303 89%, black 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #030303 89%, black 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #030303 89%, black 100%); }
  .container-news .row-news {
    padding: 60px 0 90px;
    margin-top: 150px;
    background-color: #151515; }
    @media (max-width: 1200px) {
      .container-news .row-news {
        margin-top: 0px; } }
    @media (max-width: 991px) {
      .container-news .row-news {
        padding: 30px 0 60px; } }
  .container-news .linea {
    margin: 50px 0 auto auto;
    border-bottom: 1px solid white;
    width: 120px;
    position: relative;
    z-index: 4; }
  .container-news .box-news {
    padding-right: 180px; }
    @media (max-width: 1600px) {
      .container-news .box-news {
        padding-right: 90px; } }
    @media (max-width: 1199px) {
      .container-news .box-news {
        padding-right: 60px; } }
    @media (max-width: 991px) {
      .container-news .box-news {
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .container-news .box-news {
        padding-right: 0px; } }
  .container-news .box-data {
    color: #999;
    margin-bottom: 10px; }
  .container-news .box-titolo {
    font-size: 35px;
    line-height: 37px;
    margin-bottom: 15px; }
  .container-news .box-testo {
    margin-bottom: 15px;
    line-height: 27px; }
  .container-news .box-link a {
    color: #838487; }
  .container-news .linea-verticale {
    margin-top: -30px; }
    .container-news .linea-verticale div {
      border-right: 1px solid #666;
      height: 120px;
      position: relative;
      z-index: 5;
      margin-bottom: 60px; }
      @media (max-width: 767px) {
        .container-news .linea-verticale div {
          height: 60px;
          margin-bottom: 30px; } }

@media (min-width: 1199px) {
  .container-card-news {
    max-width: 1600px;
    margin: 0 auto; } }
.container-card-news .box-img-hover {
  margin-bottom: 0;
  display: block; }
.container-card-news .card-news {
  background-color: white;
  margin-bottom: 120px;
  padding: 30px 0 60px 30px;
  min-height: 300px;
  position: relative; }
  @media (max-width: 767px) {
    .container-card-news .card-news {
      margin-bottom: 30px; } }
.container-card-news .box-testo {
  color: black;
  font-size: 22px;
  line-height: 27px;
  padding-right: 30px; }
.container-card-news .box-data {
  color: #666; }
.container-card-news .box-link {
  position: absolute;
  bottom: 15px;
  color: #838487;
  font-size: 14px; }
.container-card-news .box-link img {
  width: 35px; }
.container-card-news .btn {
  display: block;
  margin: 0 auto;
  background-color: transparent;
  border: 1px solid #666;
  padding: 10px 40px; }
  @media (max-width: 767px) {
    .container-card-news .btn {
      width: 100%; } }
.container-card-news a:hover {
  text-decoration: none; }

.container-news-dettaglio .box-img-splash {
  position: relative; }
.container-news-dettaglio .box-img-splash:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6); }
.container-news-dettaglio .container-titolo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }
.container-news-dettaglio .box-testo {
  position: relative;
  z-index: 2; }
.container-news-dettaglio .linea {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  border-bottom: 1px solid white;
  margin-right: 15px; }
.container-news-dettaglio .box-data {
  color: #AAA; }
.container-news-dettaglio .box-titolo {
  margin-top: 30px;
  font-size: 40px;
  line-height: 45px;
  max-width: 500px; }
  @media (max-width: 767px) {
    .container-news-dettaglio .box-titolo {
      margin-top: 15px;
      font-size: 22px;
      line-height: 32px; } }
.container-news-dettaglio .box-col-sx {
  margin-top: -90px; }
  @media (max-width: 991px) {
    .container-news-dettaglio .box-col-sx {
      margin-top: 0; } }
@media (max-width: 991px) {
  .container-news-dettaglio .img-col-sx {
    margin-top: 30px; } }
.container-news-dettaglio .box-social {
  padding: 60px 0; }
  @media (max-width: 767px) {
    .container-news-dettaglio .box-social {
      padding: 15px 0; } }
.container-news-dettaglio .box-social a {
  color: white;
  font-size: 22px;
  padding: 10px; }
.container-news-dettaglio .linea {
  width: 90px; }
.container-news-dettaglio .box-testo {
  margin-bottom: 90px; }
  @media (max-width: 767px) {
    .container-news-dettaglio .box-testo {
      margin-bottom: 15px;
      font-size: 14px; } }
.container-news-dettaglio .ovrly {
  z-index: 3; }
.container-news-dettaglio .video {
  display: block;
  margin: 0 auto; }
.container-news-dettaglio .box-video {
  background: url("../img/play.png") center center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3; }
.container-news-dettaglio .box-img-hover {
  overflow: hidden;
  display: block;
  margin-bottom: 15px; }
.container-news-dettaglio .box-testo-video {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .container-news-dettaglio .box-testo-video {
      margin-bottom: 15px;
      font-size: 14px; } }
.container-news-dettaglio .box-citazione {
  margin-top: 15px;
  text-align: center; }
.container-news-dettaglio .virgolette {
  font-size: 40px;
  line-height: 30px;
  margin-top: 30px; }
.container-news-dettaglio .box-citazione p {
  font-size: 30px;
  line-height: 35px;
  color: #DDD;
  padding: 0 40px; }
  @media (max-width: 767px) {
    .container-news-dettaglio .box-citazione p {
      font-size: 18px;
      line-height: 25px; } }
.container-news-dettaglio .box-gallery {
  margin-bottom: 180px; }
  @media (max-width: 991px) {
    .container-news-dettaglio .box-gallery {
      margin-bottom: 90px; } }
  @media (max-width: 767px) {
    .container-news-dettaglio .box-gallery {
      margin-bottom: 15px; } }

.container-mediagallery {
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    .container-mediagallery {
      padding-bottom: 30px; } }
  .container-mediagallery .box-social {
    margin-bottom: 90px; }
    @media (max-width: 767px) {
      .container-mediagallery .box-social {
        margin-bottom: 30px; } }
  .container-mediagallery .box-social a {
    color: white;
    font-size: 22px;
    padding: 10px; }
  .container-mediagallery .linea {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    border-bottom: 1px solid white;
    margin-right: 15px;
    margin-bottom: 7px; }
  .container-mediagallery .box-titolo {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .container-mediagallery .box-titolo {
        font-size: 16px;
        margin-bottom: 10px; } }
  .container-mediagallery .row-video {
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 90px; }
    @media (max-width: 767px) {
      .container-mediagallery .row-video {
        padding-top: 15px; } }
  .container-mediagallery .ovrly {
    background: black url("../img/play.png") center center no-repeat;
    opacity: 0.3; }
  .container-mediagallery .ovrly:hover {
    opacity: 0.7; }
  @media (max-width: 767px) {
    .container-mediagallery .box-img-hover {
      margin-bottom: 10px; } }
  .container-mediagallery .btn {
    display: block;
    margin: 0 auto;
    background-color: transparent;
    border: 1px solid #666;
    padding: 10px 40px; }
    @media (max-width: 767px) {
      .container-mediagallery .btn {
        margin-left: 15px;
        width: calc( 100% - 30px); } }

.container-info-tecniche {
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    .container-info-tecniche {
      padding-bottom: 30px; } }
  .container-info-tecniche .box-titolo {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .container-info-tecniche .box-titolo {
        font-size: 16px;
        margin-bottom: 10px; } }
  .container-info-tecniche .row-video {
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 50px; }
    @media (max-width: 767px) {
      .container-info-tecniche .row-video {
        padding-top: 15px; } }
  .container-info-tecniche .ovrly {
    background: black url("../img/play.png") center center no-repeat;
    opacity: 0.3; }
  .container-info-tecniche .ovrly:hover {
    opacity: 0.7; }
  .container-info-tecniche .box-img-hover {
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .container-info-tecniche .box-img-hover {
        margin-bottom: 10px; } }
  .container-info-tecniche .col-scheda {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 20px; }
  .container-info-tecniche .col-video {
    margin-top: 30px;
    font-size: 20px; }
  .container-info-tecniche .btn {
    display: block;
    margin: 0 auto;
    background-color: transparent;
    border: 1px solid #666;
    padding: 10px 40px; }
    @media (max-width: 767px) {
      .container-info-tecniche .btn {
        margin-left: 15px;
        width: calc( 100% - 30px); } }

.container-azienda .box-img-splash {
  position: absolute; }
.container-azienda .box-img-splash:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #030303 89%, black 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #030303 89%, black 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #030303 89%, black 100%); }

.section-azienda1 {
  padding-top: 90px;
  padding-bottom: 120px; }
  @media (max-width: 991px) {
    .section-azienda1 {
      padding-bottom: 0px; } }
  @media (max-width: 767px) {
    .section-azienda1 {
      padding-top: 30px; } }
  .section-azienda1 .box-titolo {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .section-azienda1 .box-titolo {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 15px; } }
  .section-azienda1 .box-testo {
    font-size: 16px;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .section-azienda1 .box-testo {
        margin-bottom: 30px; } }
  .section-azienda1 .img {
    margin-top: 120px; }

.section-azienda2 {
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .section-azienda2 {
      padding-bottom: 0px; } }
  .section-azienda2 .container {
    max-width: 1400px; }

.section-azienda3 {
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .section-azienda3 {
      padding-bottom: 30px; } }
  .section-azienda3 .virgolette {
    text-align: center;
    font-size: 40px;
    line-height: 30px;
    margin-top: 30px; }
  .section-azienda3 .box-citazione {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #CCC;
    padding: 0 40px; }
    @media (max-width: 767px) {
      .section-azienda3 .box-citazione {
        font-size: 18px;
        line-height: 25px; } }

.section-azienda4 {
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .section-azienda4 {
      padding-bottom: 30px; } }
  .section-azienda4 .img-sx {
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      .section-azienda4 .img-sx {
        padding-bottom: 30px; } }
  .section-azienda4 .img-dx {
    margin-top: 150px; }

.section-azienda5 {
  padding-bottom: 180px; }
  @media (max-width: 767px) {
    .section-azienda5 {
      padding-bottom: 60px; } }
  .section-azienda5 .container.big {
    max-width: 1400px;
    margin-bottom: 90px; }
    @media (max-width: 767px) {
      .section-azienda5 .container.big {
        margin-bottom: 30px; } }

.section-azienda6 {
  position: relative;
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .section-azienda6 {
      padding-bottom: 30px; } }
  .section-azienda6 .big {
    max-width: 1400px; }
  .section-azienda6 #showroom {
    position: absolute;
    top: -100px; }
  .section-azienda6 .box-titolo {
    font-size: 55px;
    line-height: 60px;
    margin-right: -400px;
    position: relative;
    z-index: 2;
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      .section-azienda6 .box-titolo {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .section-azienda6 .box-titolo {
        line-height: 35px;
        font-size: 25px;
        margin-right: 0; } }
  .section-azienda6 .linea {
    border-bottom: 2px solid #838487;
    margin-bottom: 30px; }
  .section-azienda6 .box-testo {
    color: #EEE;
    margin-bottom: 30px; }
  .section-azienda6 .box-testo2 {
    color: #EEE;
    margin-bottom: 40px; }
  .section-azienda6 .box-testo span {
    color: #AAA; }
  .section-azienda6 .box-icon {
    margin-bottom: 30px; }
  .section-azienda6 .box-link a {
    color: #838487;
    font-size: 14px; }
  .section-azienda6 .img-dx {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .section-azienda6 .img-dx {
        margin-bottom: 0px; } }
  @media (max-width: 767px) {
    .section-azienda6 .img-sx {
      margin-bottom: 30px; } }

.gallery-shoroom {
  padding-bottom: 120px; }
  @media (max-width: 991px) {
    .gallery-shoroom {
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .gallery-shoroom {
      padding-bottom: 30px; } }
  .gallery-shoroom .box-titolo {
    font-size: 40px; }
    @media (max-width: 767px) {
      .gallery-shoroom .box-titolo {
        font-size: 25px; } }
  .gallery-shoroom .linea {
    margin-bottom: 90px; }
    @media (max-width: 767px) {
      .gallery-shoroom .linea {
        margin-bottom: 15px; } }
  .gallery-shoroom .ovrly {
    background: url(../img/zoom-ico.png) center center no-repeat, rgba(0, 0, 0, 0.5); }

.container-download {
  overflow: hidden; }
  .container-download .container1 {
    padding-bottom: 90px; }
    @media (max-width: 767px) {
      .container-download .container1 {
        padding-bottom: 30px; } }
  .container-download .box-img-splash {
    position: absolute; }
  .container-download .box-img-splash:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 60%, black 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 60%, black 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 60%, black 100%); }
  .container-download .box-background {
    padding: 120px 120px 0 0;
    margin-bottom: 30px;
    background-size: 100% 85%;
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 767px) {
      .container-download .box-background {
        margin-bottom: 0px;
        margin-right: -30px;
        margin-left: 30px; } }
  .container-download a {
    color: inherit; }
  .container-download a:hover {
    text-decoration: none; }
  .container-download .container {
    padding-top: 200px; }
    @media (max-width: 767px) {
      .container-download .container {
        padding-top: 30px;
        padding-bottom: 60px; } }
  .container-download .box-titolo {
    font-size: 16px;
    margin-bottom: 5px; }
  .container-download .box-link {
    font-size: 12px;
    color: #888; }
  .container-download .linea {
    width: 45px;
    display: inline-block;
    border-bottom: 1px solid #888;
    vertical-align: middle;
    margin-left: 15px; }
  .container-download .box-img-hover {
    margin-bottom: 15px;
    border: 1px solid #888; }
  .container-download .ovrly .fa-download {
    position: absolute;
    color: #CCC;
    top: 50%;
    left: 50%;
    font-size: 40px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .container-download .row1 .box-titolo {
    font-size: 35px;
    color: #CCC;
    padding-bottom: 15px; }
  .container-download .row1 .box-sottotitolo {
    color: #CCC;
    padding-bottom: 15px; }

.download-form .box-titolo {
  color: black;
  font-size: 25px;
  margin-bottom: 15px; }
.download-form em {
  color: black;
  font-size: 14px; }
  @media (max-width: 767px) {
    .download-form em {
      font-size: 12px;
      line-height: 16px; } }
.download-form .form-control {
  margin-bottom: 15px; }
.download-form .box-checkbox label:before {
  margin-top: 1px; }
.download-form .box-checkbox label {
  color: black;
  font-size: 14px; }
  @media (max-width: 767px) {
    .download-form .box-checkbox label {
      font-size: 12px;
      margin-top: 15px; } }
.download-form .box-checkbox label a {
  color: #444; }
.download-form .testo-recupera-pw {
  text-align: right;
  font-size: 14px;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .download-form .testo-recupera-pw {
      text-align: left; } }
.download-form .testo-recupera-pw a {
  color: #444; }
.download-form.accedi {
  margin-bottom: 30px; }

.section-app {
  padding-bottom: 270px;
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .section-app {
      padding-bottom: 15px; } }
  .section-app .box-titolo {
    font-size: 35px;
    color: #CCC;
    padding-bottom: 15px; }
  .section-app .box-sottotitolo {
    color: #CCC;
    padding-bottom: 15px; }
  .section-app .spazio {
    padding-bottom: 120px; }
    @media (max-width: 767px) {
      .section-app .spazio {
        padding-bottom: 15px; } }

.section-app2 .container {
  margin-top: -210px;
  position: relative;
  z-index: 3; }
  @media (max-width: 767px) {
    .section-app2 .container {
      margin-top: 0px; } }
.section-app2 .screenshot {
  margin: 0 30px;
  border: 1px solid #333; }
  @media (max-width: 767px) {
    .section-app2 .screenshot {
      margin: 0 0 15px; } }
.section-app2 .row1 {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .section-app2 .row1 {
      margin-bottom: 0px; } }
.section-app2 .row2 {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .section-app2 .row2 {
      margin-bottom: 30px; } }
.section-app2 .box-nome {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .section-app2 .box-nome {
      margin-bottom: 15px;
      margin-top: 15px; } }
.section-app2 .link-sx {
  border-right: 1px solid #CCC;
  padding-top: 30px; }
  @media (max-width: 767px) {
    .section-app2 .link-sx {
      border-right: 0px solid #CCC; } }
.section-app2 .link-dx {
  padding-top: 30px; }
.section-app2 .link-dx img, .section-app2 .link-sx img {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .section-app2 .link-dx img, .section-app2 .link-sx img {
      margin-bottom: 15px; } }
.section-app2 .box-versione {
  color: #838487; }
.section-app2 .box-aggiornamento {
  color: #AAA;
  font-size: 14px; }

.container-project {
  padding-top: 90px;
  padding-bottom: 180px; }
  @media (max-width: 991px) {
    .container-project {
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .container-project {
      padding-bottom: 30px;
      padding-top: 30px; } }

.row-project {
  max-width: 1400px;
  margin: 0 auto;
  background: #151515; }
  @media (max-width: 767px) {
    .row-project {
      padding-top: 30px; } }
  .row-project .box-titolo {
    font-size: 40px;
    margin-bottom: 15px; }
    @media (max-width: 991px) {
      .row-project .box-titolo {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .row-project .box-titolo {
        font-size: 25px; } }
  .row-project .linea {
    margin-bottom: 20px; }
  .row-project .box-testo {
    color: #999;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .row-project .box-testo {
        margin-bottom: 15px; } }
  .row-project .box-link a {
    color: #838487; }
  .row-project a:hover {
    text-decoration: none; }
  .row-project .box-link img {
    vertical-align: middle; }
  @media (max-width: 991px) {
    .row-project .box-link {
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .row-project .box-link {
      padding-bottom: 15px; } }
  .row-project .box-project {
    padding: 0 60px; }
    @media (max-width: 991px) {
      .row-project .box-project {
        padding: 0 30px; } }
    @media (max-width: 767px) {
      .row-project .box-project {
        padding: 0; } }

.container-project-dettaglio {
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .container-project-dettaglio {
      padding-bottom: 30px; } }
  .container-project-dettaglio .box-img-splash {
    position: absolute; }
  .container-project-dettaglio .box-img-splash:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, black 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, black 100%); }
  .container-project-dettaglio .box-background {
    padding: 120px 120px 0 0;
    margin-bottom: 200px;
    background-size: 100% 85%;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .container-project-dettaglio .box-background {
        margin-bottom: 30px; } }

.section-project-dettaglio1 {
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .section-project-dettaglio1 {
      padding-bottom: 30px; } }
  .section-project-dettaglio1 .row {
    max-width: 1400px;
    padding-top: 90px; }
  .section-project-dettaglio1 .box-titolo {
    font-size: 40px;
    padding-bottom: 15px; }
    @media (max-width: 991px) {
      .section-project-dettaglio1 .box-titolo {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .section-project-dettaglio1 .box-titolo {
        font-size: 27px; } }
  .section-project-dettaglio1 .linea {
    margin-bottom: 60px;
    border: 1.5px solid #838487; }
    @media (max-width: 767px) {
      .section-project-dettaglio1 .linea {
        margin-bottom: 15px; } }
  .section-project-dettaglio1 ul {
    list-style-type: none;
    margin-top: 60px;
    position: relative; }
    @media (max-width: 991px) and (min-width: 767px) {
      .section-project-dettaglio1 ul {
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .section-project-dettaglio1 ul {
        margin-top: 15px; } }
    .section-project-dettaglio1 ul span {
      vertical-align: middle;
      color: #AAA; }
      @media (max-width: 767px) {
        .section-project-dettaglio1 ul span {
          font-size: 14px; } }
    .section-project-dettaglio1 ul .numero {
      font-size: 40px;
      line-height: 40px;
      margin-right: 15px;
      color: #444;
      position: absolute;
      left: 0; }
    .section-project-dettaglio1 ul li {
      min-height: 40px;
      margin: 10px 0; }
  .section-project-dettaglio1 .box-testo {
    padding: 60px 60px 0 150px;
    color: #AAA; }
    @media (max-width: 991px) {
      .section-project-dettaglio1 .box-testo {
        text-align: center;
        padding: 60px 25% 0 25%; } }
    @media (max-width: 767px) {
      .section-project-dettaglio1 .box-testo {
        padding: 15px; } }

.section-project-dettaglio2 {
  padding-bottom: 90px; }
  @media (max-width: 991px) {
    .section-project-dettaglio2 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (max-width: 767px) {
    .section-project-dettaglio2 {
      padding-bottom: 30px; } }
  .section-project-dettaglio2 .box-testo {
    padding: 60px 25%;
    color: #AAA; }
    @media (max-width: 991px) {
      .section-project-dettaglio2 .box-testo {
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      .section-project-dettaglio2 .box-testo {
        padding: 15px; } }

.section-project-dettaglio3 {
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .section-project-dettaglio3 {
      padding-bottom: 30px; } }
  .section-project-dettaglio3 .row {
    max-width: 1400px; }
  .section-project-dettaglio3 .box-testo {
    padding: 60px 25%;
    color: #AAA; }
    @media (max-width: 991px) {
      .section-project-dettaglio3 .box-testo {
        text-align: center;
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      .section-project-dettaglio3 .box-testo {
        padding: 15px; } }
  .section-project-dettaglio3 .img-sx {
    padding-top: 90px; }

.section-project-dettaglio4 {
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .section-project-dettaglio4 {
      padding-bottom: 30px; } }

.section-project-dettaglio5 {
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .section-project-dettaglio5 {
      padding: 0 15px 30px 15px; } }
  .section-project-dettaglio5 .row {
    max-width: 1400px;
    margin: 0 auto; }
  .section-project-dettaglio5 .box-testo {
    padding: 60px 25%;
    color: #AAA; }
    @media (max-width: 991px) {
      .section-project-dettaglio5 .box-testo {
        padding-top: 0; } }
    @media (max-width: 767px) {
      .section-project-dettaglio5 .box-testo {
        padding: 15px; } }
  .section-project-dettaglio5 .img-sx {
    padding-top: 90px; }

.section-project-dettaglio6 {
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .section-project-dettaglio6 {
      padding-bottom: 30px; } }
  .section-project-dettaglio6 .row1 {
    padding-bottom: 90px; }
    @media (max-width: 767px) {
      .section-project-dettaglio6 .row1 {
        padding-bottom: 30px; } }
  .section-project-dettaglio6 .img-dx {
    padding-top: 90px;
    padding-bottom: 60px; }
    @media (max-width: 1400px) {
      .section-project-dettaglio6 .img-dx {
        max-width: 100%;
        height: auto; } }
    @media (max-width: 767px) {
      .section-project-dettaglio6 .img-dx {
        padding: 15px 0; } }

.section-project-dettaglio7 {
  padding-bottom: 90px; }
  @media (max-width: 991px) {
    .section-project-dettaglio7 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (max-width: 767px) {
    .section-project-dettaglio7 {
      padding-bottom: 30px; } }
  .section-project-dettaglio7 img {
    display: block;
    margin: 0 auto; }
  .section-project-dettaglio7 .img1 {
    padding-bottom: 90px; }
    @media (max-width: 767px) {
      .section-project-dettaglio7 .img1 {
        padding-bottom: 30px; } }

.section-project-dettaglio8 {
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .section-project-dettaglio8 {
      padding-bottom: 30px; } }
  .section-project-dettaglio8 .box-testo {
    color: #AAA; }
    @media (max-width: 767px) {
      .section-project-dettaglio8 .box-testo {
        padding-top: 15px;
        text-align: center; } }

.section-project-dettaglio9 {
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .section-project-dettaglio9 {
      padding-bottom: 30px; } }
  .section-project-dettaglio9 .box-testo {
    color: #AAA; }
    @media (max-width: 767px) {
      .section-project-dettaglio9 .box-testo {
        padding-bottom: 15px;
        text-align: center; } }

.section-project-dettaglio10 {
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .section-project-dettaglio10 {
      padding-bottom: 30px; } }
  .section-project-dettaglio10 .box-testo {
    color: #AAA;
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      .section-project-dettaglio10 .box-testo {
        padding-bottom: 15px;
        padding-top: 15px;
        text-align: center; } }

.section-project-dettaglio11 {
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .section-project-dettaglio11 {
      padding-bottom: 30px; } }
  .section-project-dettaglio11 .box-testo {
    color: #AAA;
    padding-bottom: 60px;
    padding-top: 180px; }
    @media (max-width: 767px) {
      .section-project-dettaglio11 .box-testo {
        padding-bottom: 15px;
        padding-top: 15px;
        text-align: center; } }

.container-contatti .container-info {
  min-height: 550px;
  position: relative; }
  @media (max-width: 767px) {
    .container-contatti .container-info {
      padding-bottom: 15px;
      padding-top: 15px; } }
.container-contatti .container-info:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7); }
.container-contatti .box-info {
  background: #151515;
  padding: 60px 30px;
  margin: -90px 15px 0;
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .container-contatti .box-info {
      margin: 0 15px;
      padding: 60px 15px; } }
@media (max-width: 767px) {
  .container-contatti .box-info.box1 {
    margin-bottom: 15px; } }
.container-contatti .box-testo {
  padding-bottom: 45px; }
.container-contatti .box-testo2 {
  font-size: 14px; }
  @media (max-width: 767px) {
    .container-contatti .box-testo2 {
      font-size: 12px; } }
.container-contatti span {
  color: #888; }
.container-contatti #map {
  margin-bottom: 180px; }
  @media (max-width: 767px) {
    .container-contatti #map {
      margin-bottom: 60px; } }

.section-form-contratti {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #222; }
  @media (max-width: 767px) {
    .section-form-contratti {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .section-form-contratti .box-titolo {
    text-align: center;
    font-size: 35px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .section-form-contratti .box-titolo {
        font-size: 25px; } }
  .section-form-contratti .box-sottotitolo {
    text-align: center;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .section-form-contratti .box-sottotitolo {
        font-size: 12px;
        margin-bottom: 30px; } }
  .section-form-contratti label {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .section-form-contratti label {
        font-size: 12px; } }
    .section-form-contratti label span {
      color: #838487; }
  .section-form-contratti select.form-control:not([size]):not([multiple]) {
    height: 50px; }
  .section-form-contratti .form-control {
    margin-bottom: 15px;
    height: 50px; }
  .section-form-contratti textarea.form-control {
    height: 200px;
    margin-bottom: 30px; }
  .section-form-contratti .box-checkbox {
    font-size: 14px;
    margin-bottom: 15px; }
    .section-form-contratti .box-checkbox a {
      color: #AAA;
      text-decoration: underline; }
    .section-form-contratti .box-checkbox a:hover {
      text-decoration: none; }
  .section-form-contratti input[type="checkbox"] + label:before {
    height: 20px;
    width: 20px;
    padding-top: 2px; }
  .section-form-contratti .btn {
    background-color: transparent;
    line-height: 40px;
    border: 1px solid #666;
    padding: 3px 60px;
    display: block;
    margin: 60px auto 0; }
    @media (max-width: 767px) {
      .section-form-contratti .btn {
        margin: 15px auto; } }

.container-press {
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .container-press {
      padding-bottom: 15px; } }
  .container-press .box-img-splash {
    position: absolute; }
  .container-press .box-img-splash:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 60%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 60%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 60%); }
  .container-press .box-background {
    padding: 120px 120px 0 0;
    margin-bottom: 200px;
    background-size: 100% 85%;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .container-press .box-background {
        margin-bottom: 30px; } }
  .container-press a {
    color: inherit; }
  .container-press a:hover {
    text-decoration: none; }
  .container-press .container {
    padding-top: 300px; }
    @media (max-width: 767px) {
      .container-press .container {
        padding-top: 30px;
        padding-bottom: 60px; } }
  .container-press .box-titolo {
    font-size: 16px;
    margin-bottom: 5px; }
  .container-press .box-data {
    color: #AAA; }
  .container-press .box-testo {
    font-size: 12px; }
  .container-press .box-link {
    font-size: 12px;
    color: #888;
    margin-bottom: 30px; }
  .container-press .linea {
    width: 45px;
    display: inline-block;
    border-bottom: 1px solid #888;
    vertical-align: middle;
    margin-left: 15px; }
  .container-press .box-img-hover {
    margin-bottom: 15px; }
  .container-press .ovrly .fa-download {
    position: absolute;
    color: #CCC;
    top: 50%;
    left: 50%;
    font-size: 40px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .container-press .box-press {
    padding-bottom: 60px; }
  .container-press .btn {
    display: block;
    margin: 0 auto;
    background-color: transparent;
    border: 1px solid #666;
    padding: 10px 40px; }
    @media (max-width: 767px) {
      .container-press .btn {
        width: 100%; } }

.ar-box {
  background-color: #FFF;
  color: #000;
  margin: 120px 0 180px;
  padding: 15px 30px; }
  @media (max-width: 767px) {
    .ar-box {
      margin: 60px 0 60px; } }

.ar-box-titolo {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 15px; }

.ar-box-sottotitolo {
  padding-bottom: 15px; }

.ar-field {
  background: #F5F5F5; }

.ar-btn-accedi {
  margin-top: 15px;
  padding: 6px 55px;
  background-color: #FFF;
  color: #838487;
  font-weight: 700;
  border: 1px solid #CCCCCC; }

.form-control {
  height: 50px; }

.ard-container {
  padding: 60px 0 180px; }
  @media (max-width: 767px) {
    .ard-container {
      padding: 0; } }
  .ard-container .container {
    background-color: #333;
    padding-top: 30px;
    padding-bottom: 60px; }
  .ard-container .ard-titolo {
    font-size: 20px; }
  .ard-container .arear-badge {
    font-size: 85%;
    font-weight: 400; }
  .ard-container .arear-divisione-box {
    padding: 30px 0;
    margin-top: 30px;
    border: 1px solid #CCC; }
    .ard-container .arear-divisione-box a {
      color: #FFFFFF; }
    .ard-container .arear-divisione-box a:hover {
      color: #AAA;
      text-decoration: none; }
    .ard-container .arear-divisione-box .arear-divisione-box-dati {
      color: #CCC; }
  .ard-container .btn:hover {
    color: #CCC; }
  .ard-container .btn:hover {
    background-color: #151515; }
  .ard-container .ard-logout {
    margin-top: 30px; }
    .ard-container .ard-logout a {
      color: #CCC; }
  .ard-container .btn-logout {
    font-size: 14px;
    background: none; }
  .ard-container .ard-bg {
    background-color: #666; }
  .ard-container .ard-cartella {
    padding: 5px 15px;
    margin-right: 15px; }
  .ard-container .ard-lista-item-titolo {
    padding: 0 30px;
    line-height: 50px; }
    .ard-container .ard-lista-item-titolo a {
      color: white; }
  .ard-container .ard-lista-down {
    margin-top: 15px; }

.mediadesign {
  padding-top: 90px;
  padding-bottom: 180px; }
  @media (max-width: 767px) {
    .mediadesign {
      padding-top: 30px;
      padding-bottom: 60px; } }
  @media (min-width: 1199px) {
    .mediadesign .container {
      max-width: 1600px; } }
  .mediadesign .row1 {
    padding-bottom: 90px; }
    @media (max-width: 767px) {
      .mediadesign .row1 {
        padding-bottom: 30px; } }
  .mediadesign .box-titolo {
    color: #CCC;
    font-size: 35px;
    padding-bottom: 60px;
    padding-right: 120px; }
    @media (max-width: 991px) {
      .mediadesign .box-titolo {
        padding-right: 0px; } }
    @media (max-width: 767px) {
      .mediadesign .box-titolo {
        padding-bottom: 15px; } }
  .mediadesign .box-testo {
    font-size: 16px;
    color: #CCC;
    padding-right: 180px;
    line-height: 27px; }
    @media (max-width: 991px) {
      .mediadesign .box-testo {
        padding-right: 0px; } }
    @media (max-width: 767px) {
      .mediadesign .box-testo {
        margin-bottom: 30px; } }
  .mediadesign .box-testo2 {
    font-size: 16px;
    color: #CCC;
    padding-left: 120px;
    line-height: 27px; }
    @media (max-width: 991px) {
      .mediadesign .box-testo2 {
        padding-left: 0px; } }
    @media (max-width: 767px) {
      .mediadesign .box-testo2 {
        margin-bottom: 30px; } }

@media (max-width: 767px) {
  .mediadesign2.ultimo {
    padding-bottom: 30px; } }

.mediadesign2 {
  padding-top: 30px;
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .mediadesign2 {
      padding-bottom: 30px; } }
  @media (min-width: 1199px) {
    .mediadesign2 .container {
      max-width: 1600px; } }
  .mediadesign2 .row1 {
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      .mediadesign2 .row1 {
        padding-bottom: 30px; } }
  .mediadesign2 .box-titolo {
    color: #CCC;
    font-size: 35px;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      .mediadesign2 .box-titolo {
        padding-bottom: 15px; } }
  .mediadesign2 .box-testo {
    font-size: 16px;
    color: #CCC; }
  .mediadesign2 .box-img-hover {
    margin: 0px 7px 30px; }

.wishlist {
  padding: 90px 0; }
  @media (max-width: 767px) {
    .wishlist {
      padding: 30px 0; } }
  @media (min-width: 1200px) {
    .wishlist .container {
      max-width: 1400px; } }
  .wishlist .box-wish {
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      .wishlist .box-wish {
        padding-bottom: 30px; } }
  .wishlist .box-img-hover {
    margin-bottom: 0; }
  .wishlist .link {
    background: transparent;
    color: white;
    border-width: 0px; }
  .wishlist .textarea {
    width: 100%;
    max-width: 1200px; }
  .wishlist .box-titolo {
    text-align: center; }
  .wishlist .box-titolo span {
    vertical-align: middle; }
  .wishlist .box-titolo .rosso {
    color: #838487;
    font-size: 30px;
    margin-left: 5px; }
  .wishlist .linea {
    margin-bottom: 30px; }
  .wishlist .box-link {
    background-color: #444;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .wishlist .box-link {
        margin-bottom: 15px; } }
  .wishlist .ovrly {
    opacity: 1;
    background-color: transparent; }

@media (min-width: 1199px) {
  .wish-fancy .textarea {
    width: 1150px;
    height: 150px; } }
@media (max-width: 1199px) {
  .wish-fancy .textarea {
    width: 950px;
    height: 100px; } }
@media (max-width: 991px) {
  .wish-fancy .textarea {
    width: 715px;
    height: 100px; } }
@media (max-width: 767px) {
  .wish-fancy .textarea {
    width: 320px;
    height: 100px; } }
@media (max-width: 374px) {
  .wish-fancy .textarea {
    width: 100%;
    height: 100px; } }
.wish-fancy .box-titolo {
  font-size: 30px;
  padding-bottom: 15px;
  color: black; }
  @media (max-width: 767px) {
    .wish-fancy .box-titolo {
      font-size: 20px; } }

.wishlist-vuota {
  padding: 90px 0; }
  .wishlist-vuota .box-titolo {
    font-size: 25px; }

.wish-form {
  color: black; }
  .wish-form .box-testo {
    padding: 15px 0 30px;
    font-size: 25px; }
    @media (max-width: 767px) {
      .wish-form .box-testo {
        font-size: 20px; } }
  .wish-form .form-control {
    margin-bottom: 15px; }
  .wish-form .privacy {
    font-size: 14px; }
  .wish-form textarea {
    height: 100px; }

.box-wishlist {
  position: relative; }
  .box-wishlist .box {
    position: absolute;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    background-color: #838487;
    color: white;
    top: 5px;
    right: 0; }

span.box-wishlist {
  display: inline-block; }
  span.box-wishlist .box {
    top: 9px;
    right: -23px; }

.container-texture {
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    .container-texture {
      padding-bottom: 30px; } }
  .container-texture .row-video {
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 50px; }
    @media (max-width: 767px) {
      .container-texture .row-video {
        padding-top: 15px; } }
  .container-texture .ovrly {
    background: black url("../img/download.png") center center no-repeat;
    opacity: 0.3; }
  .container-texture .ovrly:hover {
    opacity: 0.7; }
  .container-texture .box-img-hover {
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .container-texture .box-img-hover {
        margin-bottom: 10px; } }
  .container-texture .col-scheda {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px; }
    @media (max-width: 767px) {
      .container-texture .col-scheda {
        margin-top: 15px;
        margin-bottom: px; } }
    .container-texture .col-scheda .arear-divisione-box-dati {
      color: #CCC; }
  @media (max-width: 767px) {
    .container-texture h4 {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .container-texture small {
      font-size: 14px; } }

.container-privacy li {
  padding: 0; }
.container-privacy ul {
  padding-top: 10px; }
.container-privacy ul.ul-lettere {
  list-style-type: lower-alpha; }
.container-privacy ul.ul-numeri {
  list-style-type: decimal; }
.container-privacy ul.ul-none {
  list-style-type: none; }
.container-privacy .c-400 {
  max-width: 400px; }
.container-privacy .c-500 {
  max-width: 500px; }
.container-privacy .c-600 {
  max-width: 600px; }
.container-privacy button:hover {
  background-color: #666; }

.outdoor {
  font-size: 18px; }
  .outdoor .titolo {
    font-size: 32px;
    line-height: 45px; }
  .outdoor .animation11 .box-testo {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto; }
  .outdoor .animation11 .box2 {
    max-width: 100%; }
  .outdoor .box1 {
    padding-bottom: 30px; }
  .outdoor .animation13 .box-testo {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto; }
  .outdoor .container-outdoor.animation13 {
    padding-bottom: 0px;
    margin-bottom: 0px; }

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