@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(../images/collapse.png) center center no-repeat;
    background-size: 60%;
    width: 100%;
    height: 100%;
}

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

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.c-800 {
    max-width: 800px;
}

.text-grigio4 {
    color: #AAA !important;
}

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

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

@font-face {
    font-family: 'Futura-Book';
    src: url("../fonts/Futura-Book.woff2") format("woff2"), url("../fonts/Futura-Book.woff") format("woff"), url("../fonts/Futura-Book.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Neutra Text';
    src: url("../fonts/NeutraText-Bold.woff2") format("woff2"), url("../fonts/NeutraText-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Neutra Text';
    src: url("../fonts/NeutraText-Light.woff2") format("woff2"), url("../fonts/NeutraText-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Neutra Text';
    src: url("../fonts/NeutraText-Book.woff2") format("woff2"), url("../fonts/NeutraText-Book.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

.neutra-l {
    font-family: 'Neutra Text';
    font-weight: 300;
    font-style: normal;
}

.neutra {
    font-family: 'Neutra Text';
    font-weight: 500;
    font-style: normal;
}

.neutra-b {
    font-family: 'Neutra Text';
    font-weight: bold;
    font-style: normal;
}

.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;
}

.aqua {
    font-family: 'aqua_grotesqueregular';
    font-weight: 400;
}

.aqua-l {
    font-family: 'aqua_grotesqueregular';
    font-weight: 300;
}

.aqua-m {
    font-family: 'aqua_grotesqueregular';
    font-weight: 500;
}

.aqua-sb {
    font-family: 'aqua_grotesqueregular';
    font-weight: 600;
}

.aqua-b {
    font-family: 'aqua_grotesqueregular';
    font-weight: 700;
}

.futura {
    font-family: 'Futura-Book';
    font-weight: 400;
}

.futura-light {
    font-family: 'Futura-Light';
}

.futura-m {
    font-family: 'Futura-Book';
    font-weight: 500;
}

.futura-sb {
    font-family: 'Futura-Book';
    font-weight: 600;
}

.futura-b {
    font-family: 'Futura-Book';
    font-weight: 700;
}

.futura-xb {
    font-family: 'Futura-Book';
    font-weight: 900;
}

.jost-elight {
    font-family: 'Jost';
    font-weight: 200;
}

.jost-light {
    font-family: 'Jost';
    font-weight: 300;
}

.jost-r {
    font-family: 'Jost';
    font-weight: 400;
}

.jost-m {
    font-family: 'Jost';
    font-weight: 500;
}

.jost-b {
    font-family: 'Jost';
    font-weight: 600;
}

@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("../fonts/slick.eot");
    src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}

@media (min-width: 1200px) {
    .c-1900 {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
}


/* 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: 'Futura-Book';
    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;
}

html {
    overflow-x: hidden;
}

body {
    background-color: #000;
    font-family: 'Futura-Book';
    font-weight: 400;
    padding-top: 69px;
    color: white;
    overflow-x: hidden;
}

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

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;
}

.btn22 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: rgb(53, 53, 53);
    border-width: 0;
    color: white;
}

.btn22:hover {
    color: white;
    text-decoration: none;
}

.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: 'aqua_grotesqueregular';
    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;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    height: 1px;
    background-color: #838487;
}

.hamburger:not(.collapsed) .hamburger-inner,
.hamburger:not(.collapsed) .hamburger-inner::before,
.hamburger:not(.collapsed) .hamburger-inner::after {
    height: 1px;
    background-color: #838487;
}

.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;
    }
    .section-splash .btn-mute {
        bottom: 100px;
    }
}

.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 input:-webkit-autofill,
.container-newsletter input:-webkit-autofill:hover,
.container-newsletter input:-webkit-autofill:focus,
.container-newsletter input:-internal-autofill-selected,
.container-newsletter input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px black inset !important;
    -webkit-text-fill-color: #FFFFFF !important;
}

.container-newsletter .form-control {
    height: 50px;
    display: inline-block;
    width: 450px;
    border-width: 0;
    background: transparent;
    color: #FFFFFF;
    border: 1px solid #fff;
}

@media (max-width: 991px) {
    .container-newsletter .form-control {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .container-newsletter .form-control {
        width: 100%;
        margin-bottom: 5px;
    }
}

.container-newsletter .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.container-newsletter .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.container-newsletter .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

@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-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;
    }
}

.container-social a {
    color: white;
    font-size: 27px;
}

@media (max-width: 767px) {
    .container-social a {
        font-size: 22px;
    }
}

.container-footer {
    font-size: 16px;
    color: #AAA;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .container-footer {
        padding-bottom: 15px;
        font-size: 12px;
    }
}

.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: #000;
    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: 30px 120px;
}

@media (max-width: 991px) {
    .container-cercaMaps {
        padding: 30px 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: 30px 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;
    }
}

.box-rivenditori select.form-control:not([size]):not([multiple]),
.box-rivenditore select.form-control:not([size]):not([multiple]) {
    height: 50px;
}

.box-rivenditori input:-webkit-autofill,
.box-rivenditori input:-webkit-autofill:hover,
.box-rivenditori input:-webkit-autofill:focus,
.box-rivenditori input:-internal-autofill-selected,
.box-rivenditori input:-webkit-autofill:active,
.box-rivenditore input:-webkit-autofill,
.box-rivenditore input:-webkit-autofill:hover,
.box-rivenditore input:-webkit-autofill:focus,
.box-rivenditore input:-internal-autofill-selected,
.box-rivenditore input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #222 inset !important;
    -webkit-text-fill-color: #FFFFFF !important;
}

.box-rivenditori::placeholder,
.box-rivenditore::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */
}

.box-rivenditori:-ms-input-placeholder,
.box-rivenditore:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

.box-rivenditori::-ms-input-placeholder,
.box-rivenditore::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

.box-rivenditori .form-control,
.box-rivenditore .form-control {
    margin-bottom: 15px;
    height: 50px;
    background: #222;
    color: #FFFFFF;
    border: 1px solid #666;
}

.box-rivenditori textarea.form-control,
.box-rivenditore textarea.form-control {
    height: 200px;
    margin-bottom: 30px;
}

.box-rivenditori .box-checkbox,
.box-rivenditore .box-checkbox {
    font-size: 14px;
    margin-bottom: 15px;
}

.box-rivenditori .box-checkbox label,
.box-rivenditore .box-checkbox label {
    color: white;
}

.box-rivenditori .box-checkbox label a,
.box-rivenditore .box-checkbox label a {
    color: white;
    text-decoration: underline;
}

.box-rivenditori .box-checkbox label a:hover,
.box-rivenditore .box-checkbox label a:hover {
    text-decoration: none;
}

.box-rivenditori input[type="checkbox"]+label:before,
.box-rivenditore input[type="checkbox"]+label:before {
    height: 20px;
    width: 20px;
    padding-top: 2px;
}

.box-rivenditori .btn,
.box-rivenditore .btn {
    background-color: transparent;
    line-height: 40px;
    border: 1px solid #666;
    padding: 3px 15px;
    display: block;
    margin: 30px auto 0;
}

@media (max-width: 767px) {
    .box-rivenditori .btn,
    .box-rivenditore .btn {
        margin: 15px auto;
    }
}

.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 {
    max-width: 1600px;
    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-anteprime-v2 .box-titolo-news {
    color: #666;
}

.container-outdoor {
    text-align: center;
    margin-bottom: 120px;
}

@media (max-width: 767px) {
    .container-outdoor {
        padding: 15px;
        margin-bottom: 60px;
    }
}

.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%;
}

.container-outdoor.home .box-video {
    width: 1140px;
}

.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-showroom-v2 .box-titolo {
    margin: 30px 0px 30px;
    color: #aaa;
    font-size: 40px;
}

@media (max-width: 991px) {
    .container-showroom-v2 .box-titolo {
        margin-bottom: 15px;
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .container-showroom-v2 .box-titolo {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 25px;
    }
}

.container-showroom-v2 .box-testo {
    color: #999;
}

@media (min-width: 1540px) {
    .container-showroom-v3 {
        max-width: 1600px;
    }
}

.container-showroom-v3 .box-titolo {
    margin: 30px 0px 30px;
    color: #888;
    font-size: 40px;
}

@media (max-width: 991px) {
    .container-showroom-v3 .box-titolo {
        margin-bottom: 15px;
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .container-showroom-v3 .box-titolo {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 25px;
    }
}

.container-showroom-v3 .box-testo {
    color: #999;
}

.container-homepage-home-project {
    max-width: 1600px;
    margin-bottom: 120px;
}

@media (max-width: 991px) {
    .container-homepage-home-project {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .container-homepage-home-project {
        margin-bottom: 30px;
    }
}

.container-homepage-home-project .box {
    padding-left: 15px;
    color: #666;
    line-height: 1.5;
    max-width: 400px;
}

.container-homepage-home-project .btn-custom {
    color: #666;
}

.container-cucine {
    overflow: hidden;
    padding: 30px 0 120px;
}

@media (max-width: 767px) {
    .container-cucine {
        padding: 30px 0;
    }
}

.container-cucine .box-titolo {
    text-align: center;
    font-size: 20px;
    margin-bottom: 60px;
    margin-top: 10px;
}

@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: 'aqua_grotesqueregular';
    font-size: 50px;
    line-height: 35px;
    font-weight: 300;
}

@media (max-width: 767px) {
    .container-banner-cucine .box-nome {
        font-size: 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;
}

.animation2 .box-img-hover-arrow {
    position: relative;
}

.animation2 .slick-arrow {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    -moz-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    -o-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}

.animation2 .slick-arrow:before {
    content: "";
}

.animation2 .slick-next {
    left: 50%;
    cursor: url("../img/next.png"), auto;
}

.animation2 .slick-prev {
    right: 50%;
    cursor: url("../img/prev.png"), auto;
}

.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;
    }
}

.animation15 {
    margin: 0 auto 0;
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .animation15 {
        padding-bottom: 90px;
    }
}

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

.animation15 .animation15-title {
    font-size: 40px;
    line-height: 55px;
}

@media (max-width: 767px) {
    .animation15 .animation15-title {
        font-size: 25px;
        line-height: 35px;
    }
}

.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%;
    }
}

@media (max-width: 767px) {
    .container-news .row-news-evidenza .img {
        margin-top: 0px;
        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;
    }
}

.container-news .img-background-O {
    padding-bottom: 56.2%;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-news .img-background-V {
    padding-bottom: calc(((100% * 2) + 30px) * 0.562);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 1199px) {
    .container-news .img-background-V {
        padding-bottom: calc(((100% * 2) + 50px) * 0.562);
    }
}

@media (max-width: 767px) {
    .container-news .box-img-hover {
        margin-bottom: 5px;
    }
}

@media (min-width: 1199px) {
    .container-news .project-box {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@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 a {
    color: #999;
}

.container-news-dettaglio a:hover {
    text-decoration: none;
    opacity: 0.7;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.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-news-dettaglio .titolo {
    font-size: 24px;
}

.container-news-dettaglio .testo {
    font-size: 22px;
}

.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-flagshipstore {
    padding-bottom: 120px;
}

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

.container-flagshipstore .box-img-hover {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .container-flagshipstore .box-img-hover {
        margin-bottom: 15px;
    }
}

.container-flagshipstore .box-titolo {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .container-flagshipstore .box-titolo {
        font-size: 16px;
        margin-bottom: 0;
    }
}

.container-flagshipstore .box-testo {
    font-size: 14px;
    color: #888;
}

.container-flagshipstore .splash-flagshipstore {
    width: 100%;
}

@media (max-width: 767px) {
    .container-flagshipstore-dettaglio {
        padding-bottom: 30px;
    }
}

.container-flagshipstore-dettaglio .box-titolo {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .container-flagshipstore-dettaglio .box-titolo {
        font-size: 16px;
        margin-bottom: 0;
    }
}

.container-flagshipstore-dettaglio .box-testo {
    font-size: 16px;
}

.container-flagshipstore-dettaglio .splash-flagshipstore {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-flagshipstore-dettaglio .box-sottotitolo {
    font-size: 14px;
}

.container-flagshipstore-dettaglio .box-sottotesto {
    font-size: 14px;
    color: #888;
}

.container-flagshipstore-dettaglio .box-sottotesto a {
    color: #888;
}

.container-flagshipstore-dettaglio .pulsante-visita {
    border: 1px solid #504041;
    font-weight: 700;
    padding: 12px 35px;
    font-size: 16px;
    color: #888;
    background-color: transparent;
}

.container-flagshipstore-dettaglio .form-control {
    background-color: transparent !important;
    border-color: #666 !important;
    border-radius: 0 !important;
    padding: .375rem .75rem !important;
    color: #FFF;
    margin-bottom: 15px;
}

.container-flagshipstore-dettaglio .custom-select.is-invalid,
.container-flagshipstore-dettaglio .form-control.is-invalid,
.container-flagshipstore-dettaglio .was-validated .custom-select:invalid,
.container-flagshipstore-dettaglio .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
}

.container-flagshipstore-dettaglio textarea {
    height: 120px;
}

.container-flagshipstore-dettaglio a {
    color: white;
}

.container-flagshipstore-dettaglio .select2-container--default .select2-selection--single {
    background: #151515;
}

.container-flagshipstore-dettaglio .select2-dropdown {
    background-color: #151515 !important;
}

.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%);
}

.container-aziendav2 .box-img-splash {
    position: absolute;
}

.container-aziendav2 .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%, #141414 89%, #111111 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #141414 89%, #111111 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #141414 89%, #111111 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);
}

@media (max-width: 991px) {
    .section-azienda1.v2 {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .section-azienda1.v2 .box-testo {
        text-align: justify;
    }
}

.section-azienda7 {
    margin-bottom: 90px;
    color: white;
    position: relative;
    z-index: 10;
}

@media (max-width: 991px) {
    .section-azienda7 {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .section-azienda7 {
        margin-bottom: 30px;
    }
}

.section-azienda7 h2 {
    color: white;
}

@media (max-width: 767px) {
    .section-azienda7 h4 {
        font-size: 30px;
    }
}

.section-azienda7 .box:focus {
    outline: -webkit-focus-ring-color auto 0px;
    outline-width: 0px;
}

@media (min-width: 768px) {
    .section-azienda7 .box {
        max-width: 500px;
    }
}

@media (max-width: 767px) {
    .section-azienda7 .box {
        text-align: center;
    }
}

.section-azienda7 p {
    font-size: 14px;
    margin-bottom: 0;
}

.section-azienda7 .testo {
    height: 300px;
    padding: 15px;
}

@media (max-width: 767px) {
    .section-azienda7 .testo {
        height: auto;
    }
}

.section-azienda7 .linea {
    width: 100%;
}

@media (max-width: 767px) {
    .section-azienda7 .linea {
        display: none;
    }
}

.section-azienda7 .slick-next {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    border-right: 2px solid white;
    border-top: 2px solid white;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1000;
}

@media (min-width: 1199px) {
    .section-azienda7 .slick-next {
        right: 10px;
    }
}

@media (max-width: 767px) {
    .section-azienda7 .slick-next {
        top: 22px;
        right: 30px;
        width: 20px;
        height: 20px;
    }
}

.section-azienda7 .slick-prev {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    border-left: 2px solid white;
    border-top: 2px solid white;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1000;
}

@media (min-width: 1199px) {
    .section-azienda7 .slick-prev {
        left: 10px;
    }
}

@media (max-width: 767px) {
    .section-azienda7 .slick-prev {
        top: 22px;
        left: 30px;
        width: 20px;
        height: 20px;
    }
}

.section-azienda7 .slick-next:before,
.section-azienda7 .slick-prev:before {
    content: '';
    padding: 30px;
}

.section-azienda7.v2 .testo {
    height: 566px;
}

@media (max-width: 991px) {
    .section-azienda7.v2 .testo {
        height: 460px;
    }
}

@media (max-width: 767px) {
    .section-azienda7.v2 .testo {
        height: auto;
    }
}

@media (max-width: 767px) {
    .section-azienda7.v2 .slick-prev,
    .section-azienda7.v2 .slick-next {
        top: -53px;
    }
}

@media (max-width: 767px) {
    .section-azienda7.v2 .slick-prev {
        left: 20px;
    }
}

@media (max-width: 767px) {
    .section-azienda7.v2 .slick-next {
        right: 20px;
    }
}

.section-azienda7.v2 .play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.section-azienda7.v2 .stop-video {
    position: absolute;
    opacity: 0;
    z-index: 2;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-azienda7.v2 .fullscreen-video {
    opacity: 0;
    position: absolute;
    z-index: 2;
    bottom: 8px;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-azienda7.v2 .box-video:hover .fullscreen-video {
    opacity: 1;
}

.section-azienda7.v2 .box-video:hover .stop-video {
    opacity: 1;
}

.section-azienda7.v2 .box {
    max-width: 100%;
}

.section-azienda7.v2 .box-img {
    margin-left: -80%;
}

.section-azienda8 {
    margin-bottom: 90px;
}

@media (max-width: 991px) {
    .section-azienda8 {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .section-azienda8 p {
        text-align: justify;
    }
}

.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: black;
}

@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 input:-webkit-autofill,
.section-form-contratti input:-webkit-autofill:hover,
.section-form-contratti input:-webkit-autofill:focus,
.section-form-contratti input:-internal-autofill-selected,
.section-form-contratti input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px black inset !important;
    -webkit-text-fill-color: #FFFFFF !important;
}

.section-form-contratti .form-control {
    margin-bottom: 15px;
    height: 50px;
    background: black;
    color: #FFFFFF;
    border: 1px solid #666;
}

.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;
    }
}

.form-fancy {
    background-color: black;
    color: white;
}

.form-fancy .box-titolo {
    color: white;
}

.form-fancy select.form-control:not([size]):not([multiple]) {
    height: 50px;
}

.form-fancy input:-webkit-autofill,
.form-fancy input:-webkit-autofill:hover,
.form-fancy input:-webkit-autofill:focus,
.form-fancy input:-internal-autofill-selected,
.form-fancy input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px black inset !important;
    -webkit-text-fill-color: #FFFFFF !important;
}

.form-fancy::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */
}

.form-fancy:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

.form-fancy::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

.form-fancy .form-control {
    margin-bottom: 15px;
    height: 50px;
    background: black;
    color: #FFFFFF;
    border: 1px solid #666;
}

.form-fancy textarea.form-control {
    height: 200px;
    margin-bottom: 30px;
}

.form-fancy .box-checkbox {
    font-size: 14px;
    margin-bottom: 15px;
}

.form-fancy .box-checkbox label {
    color: white;
}

.form-fancy .box-checkbox label a {
    color: white;
    text-decoration: underline;
}

.form-fancy .box-checkbox label a:hover {
    text-decoration: none;
}

.form-fancy .testo-recupera-pw a {
    color: white;
}

.form-fancy input[type="checkbox"]+label:before {
    height: 20px;
    width: 20px;
    padding-top: 2px;
}

.form-fancy .btn {
    background-color: transparent;
    line-height: 40px;
    border: 1px solid #666;
    padding: 3px 60px;
    display: block;
    margin: 30px auto 0;
}

@media (max-width: 767px) {
    .form-fancy .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: black;
    color: white;
    margin: 120px 0 180px;
    padding: 15px 30px;
}

@media (max-width: 767px) {
    .ar-box {
        margin: 60px 0 60px;
    }
}

.ar-box .box-titolo {
    color: white;
}

.ar-box select.form-control:not([size]):not([multiple]) {
    height: 50px;
}

.ar-box input:-webkit-autofill,
.ar-box input:-webkit-autofill:hover,
.ar-box input:-webkit-autofill:focus,
.ar-box input:-internal-autofill-selected,
.ar-box input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px black inset !important;
    -webkit-text-fill-color: #FFFFFF !important;
}

.ar-box::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */
}

.ar-box:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

.ar-box::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

.ar-box .form-control {
    margin-bottom: 15px;
    height: 50px;
    background: black;
    color: #FFFFFF;
    border: 1px solid #666;
}

.ar-box textarea.form-control {
    height: 200px;
    margin-bottom: 30px;
}

.ar-box .box-checkbox {
    font-size: 14px;
    margin-bottom: 15px;
}

.ar-box .box-checkbox label {
    color: white;
}

.ar-box .box-checkbox label a {
    color: white;
    text-decoration: underline;
}

.ar-box .box-checkbox label a:hover {
    text-decoration: none;
}

.ar-box .testo-recupera-pw a {
    color: white;
}

.ar-box input[type="checkbox"]+label:before {
    height: 20px;
    width: 20px;
    padding-top: 2px;
}

.ar-box .btn {
    background-color: transparent;
    line-height: 40px;
    border: 1px solid #666;
    padding: 3px 60px;
    display: block;
    margin: 30px auto 0;
}

@media (max-width: 767px) {
    .ar-box .btn {
        margin: 15px auto;
    }
}

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

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

.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: 60px;
    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 .ovrly-download {
    background: black url("../img/download.png") center center no-repeat;
    width: 50%;
    left: 50%;
    opacity: 0.3;
}

.container-texture .ovrly-play {
    background: black url("../img/play.png") center center no-repeat;
    width: 50%;
    right: 50%;
    opacity: 0.3;
}

.container-texture .box-img-hover2:hover .ovrly {
    opacity: 0.3;
}

.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;
}

.container-appuntamento-degitale2 {
    background-color: #000;
    padding-bottom: 90px;
    color: #888;
}

.container-appuntamento-degitale2 h3 {
    color: #ccc;
}

@media (min-width: 900px) {
    .container-appuntamento-degitale2 .container {
        max-width: 840px;
    }
}

.container-appuntamento-degitale2 input:-webkit-autofill,
.container-appuntamento-degitale2 input:-webkit-autofill:hover,
.container-appuntamento-degitale2 input:-webkit-autofill:focus,
.container-appuntamento-degitale2 input:-internal-autofill-selected,
.container-appuntamento-degitale2 input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px black inset !important;
    -webkit-text-fill-color: #666 !important;
}

.container-appuntamento-degitale2 .form-control,
.container-appuntamento-degitale2 .form-control:focus {
    background-color: transparent;
    border-color: #666;
    color: #FFF;
    margin-bottom: 15px;
}

.container-appuntamento-degitale2 .form-control::placeholder,
.container-appuntamento-degitale2 .form-control:focus::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666;
    opacity: 1;
    /* Firefox */
}

.container-appuntamento-degitale2 .form-control:-ms-input-placeholder,
.container-appuntamento-degitale2 .form-control:focus:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666;
}

.container-appuntamento-degitale2 .form-control::-ms-input-placeholder,
.container-appuntamento-degitale2 .form-control:focus::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #666;
}

.container-appuntamento-degitale2 select {
    position: relative;
    margin-bottom: 15px;
    /*background-image: url('../img/arrows_form_progetta.png');
    background-position: right;
    background-repeat: no-repeat;*/
}

.container-appuntamento-degitale2 select.form-control:not([size]):not([multiple]) {
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.container-appuntamento-degitale2 select.form-control:not([size]):not([multiple])::-ms-expand {
    display: none;
}

.container-appuntamento-degitale2 .datepicker {
    padding: 6px 12px;
    border-radius: 0;
}

.container-appuntamento-degitale2 textarea {
    height: 200px;
}

.container-appuntamento-degitale2 .box-file {
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 30px 30px;
    background-color: #111;
}

@media (max-width: 767px) {
    .container-appuntamento-degitale2 .box-file {
        margin-top: 15px;
        margin-bottom: 0px;
    }
}

.container-appuntamento-degitale2 .box-file p {
    margin-bottom: 0;
}

.container-appuntamento-degitale2 .file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 34px;
    margin-bottom: 15px;
    background-color: transparent;
}

.container-appuntamento-degitale2 .file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 34px;
    background: transparent;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 34px);
    pointer-events: none;
    z-index: 20;
    line-height: 50px -20px;
    color: #999;
    font-weight: 300;
    height: 50px;
    border: 1px solid #666;
}

.container-appuntamento-degitale2 .file-upload-wrapper:before {
    content: 'Seleziona un file';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 50px;
    color: #fff;
    z-index: 25;
    font-size: 16px;
    line-height: 50px;
    padding: 0 15px;
    pointer-events: none;
    border: 1px solid #666;
}

.container-appuntamento-degitale2 .file-upload-wrapper:hover:before {
    background: black;
}

.container-appuntamento-degitale2 .file-upload-wrapper input {
    opacity: 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 34px;
    z-index: 99;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: calc(100% - 34px);
}

.container-appuntamento-degitale2 .btn-add-file {
    text-decoration: underline;
    margin-bottom: 5px;
    display: inline-block;
    color: #666;
}

.container-appuntamento-degitale2 .btn-add-file:hover {
    color: #888;
}

.container-appuntamento-degitale2 .btn-add-ambiente {
    text-decoration: underline;
    margin-bottom: 5px;
    display: inline-block;
    color: #666;
}

.container-appuntamento-degitale2 .btn-add-ambiente:hover {
    color: #888;
}

.container-appuntamento-degitale2 .btn-remove-ambiente {
    text-decoration: underline;
    margin-bottom: 5px;
    display: inline-block;
    color: #666;
}

.container-appuntamento-degitale2 .btn-remove-ambiente:hover {
    color: #888;
}

.container-appuntamento-degitale2 .btn-elimina-file {
    color: white;
    background-color: transparent;
    font-weight: 900;
    height: 50px;
    line-height: 37px;
    border-radius: 0;
    border-left: 1px solid #666;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

.container-appuntamento-degitale2 .box-checkbox a {
    color: inherit;
}

.container-appuntamento-degitale2 input[type="checkbox"]+label:before {
    margin-top: 5px;
    margin-right: 3px;
}

.container-appuntamento-degitale2 .btn[type="submit"] {
    border: 1px solid white;
    font-weight: 700;
    padding: 12px 45px;
    font-size: 18px;
    color: white;
    background-color: transparent;
}

.form-control:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
    -ms-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
    -o-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
}

.pac-container {
    border: 1px solid #666666;
    font-family: 'Futura-Book';
    font-weight: 400;
    z-index: 100000;
}

.pac-container:after {
    display: none;
}

.pac-icon {
    display: none;
}

.pac-item {
    font-size: 16px;
    background: #000000;
}

.pac-item:hover {
    background: #333333;
}

.pac-item-query {
    font-size: 16px;
    color: #FFFFFF;
}

.pac-matched {
    font-size: 16px;
}

.select2-dropdown {
    z-index: 100000;
}

.hamburger2 {
    padding: 0px 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger2:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.hamburger2:hover {
    opacity: 0.7;
}

.hamburger2.is-active:hover {
    opacity: 0.7;
}

.hamburger2.is-active .hamburger2-inner,
.hamburger2.is-active .hamburger2-inner::before,
.hamburger2.is-active .hamburger2-inner::after {
    background-color: white;
}

.hamburger2-box {
    width: 30px;
    height: 20px;
    display: inline-block;
    position: relative;
}

.hamburger2-inner {
    display: block;
    top: 50%;
}

.hamburger2-inner,
.hamburger2-inner::before,
.hamburger2-inner::after {
    width: 30px;
    height: 1px;
    background-color: white;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger2-inner::before,
.hamburger2-inner::after {
    content: "";
    display: block;
}

.hamburger2-inner::before {
    top: -8px;
}

.hamburger2-inner::after {
    bottom: -10px;
}

.hamburger2--slider .hamburger2-inner {
    top: 5px;
}

.hamburger2--slider .hamburger2-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}

.hamburger2--slider .hamburger2-inner::after {
    top: 16px;
}

.hamburger2--slider.is-active .hamburger2-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger2--slider.is-active .hamburger2-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger2--slider.is-active .hamburger2-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}

html:not(.menu-active) .section-menu-laterale {
    display: none;
}

.navbar-new {
    background-color: #00000000;
    margin-top: 10px;
}

.navbar-new .nav-link {
    color: white !important;
}

.navbar-new .nav-link:hover,
.navbar-new .nav-link.active {
    opacity: 0.5;
    text-decoration: none;
}

@media (min-width: 1199px) {
    .navbar-new .box-brand {
        width: 280px;
    }
}

.menu-active .navbar-new .menu-voci {
    display: none !important;
}

.menu-active {
    overflow: hidden;
}

.section-menu-laterale {
    position: fixed;
    z-index: 90000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.95) 60%, black 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.95) 60%, black 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.95) 60%, black 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    color: white;
    animation: linear;
    animation-name: show;
    animation-duration: .2s;
    -webkit-animation: linear;
    -webkit-animation-name: show;
    -webkit-animation-duration: .2s;
}

.section-menu-laterale.hiding {
    animation: linear;
    animation-name: hide;
    animation-duration: .2s;
    -webkit-animation: linear;
    -webkit-animation-name: hide;
    -webkit-animation-duration: .2s;
    opacity: 0;
}

.section-menu-laterale a {
    color: white;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.section-menu-laterale a:hover,
.section-menu-laterale a.active {
    opacity: 0.4;
    text-decoration: none;
}

.section-menu-laterale .container-menu {
    height: calc(100% - 69px);
}

.section-menu-laterale .box1 {
    height: 100%;
    width: 100px;
    position: relative;
    background-color: black;
}

@media (max-width: 767px) {
    .section-menu-laterale .box1 {
        width: 60px;
    }
}

.section-menu-laterale .box1>div {
    position: absolute;
    top: 260px;
    left: -203px;
    width: 500px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transform: translateZ(0) perspective(1px) rotate(90deg);
    -webkit-transform: translateZ(0) perspective(1px) rotate(90deg);
    -o-transform: translateZ(0) perspective(1px) rotate(90deg);
    -ms-transform: translateZ(0) perspective(1px) rotate(90deg);
    transform: translateZ(0) perspective(1px) rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><filter id="gaussian_blur"><feGaussianBlur in="SourceGraphic" stdDeviation="0" /></filter></defs></svg>#gaussian_blur');
}

@media (max-width: 767px) {
    .section-menu-laterale .box1>div {
        left: -220px;
    }
}

.section-menu-laterale .box2 {
    text-align: right;
    height: 100%;
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 15px;
    overflow: auto;
    background-color: black;
}

@media (max-width: 767px) {
    .section-menu-laterale .box2 {
        padding-right: 30px;
        width: calc(100% - 60px);
    }
}

.section-menu-laterale .box2::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.section-menu-laterale .box2::-webkit-scrollbar-button {
    width: 23px;
    height: 23px;
}

.section-menu-laterale .box2::-webkit-scrollbar-thumb {
    background: #b3b3b3;
    border: 3px none #333333;
    border-radius: 50px;
}

.section-menu-laterale .box2::-webkit-scrollbar-thumb:hover {
    background: #b5b5b5;
}

.section-menu-laterale .box2::-webkit-scrollbar-thumb:active {
    background: #636363;
}

.section-menu-laterale .box2::-webkit-scrollbar-track {
    background-color: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.section-menu-laterale .box2::-webkit-scrollbar-track:hover {
    background-color: rgba(50, 50, 50, 0.8);
}

.section-menu-laterale .box2::-webkit-scrollbar-track:active {
    background: #212121;
}

.section-menu-laterale .box2::-webkit-scrollbar-corner {
    background: transparent;
}

.section-menu-laterale .box2 .text1 {
    font-size: 22px;
    padding: 2px 0;
}

@media (max-width: 767px) {
    .section-menu-laterale .box2 .text1 {
        padding: 0;
    }
}

.section-menu-laterale .box2 .text2 {
    color: #aaa;
}

@media (max-width: 1199px) {
    .section-menu-laterale .box2 .text2 {
        padding: 5px 0;
    }
}

.section-menu-laterale .collapse .nav-link,
.section-menu-laterale .collapsing .nav-link {
    padding: .2rem 0rem;
}

@media (max-width: 1199px) {
    .section-menu-laterale .collapse .nav-link,
    .section-menu-laterale .collapsing .nav-link {
        padding: .4rem 0rem;
    }
}

@media (max-width: 1199px) {
    .section-menu-laterale .collapse-menu {
        position: relative;
    }
    .section-menu-laterale .collapse-menu:after {
        content: '';
        position: absolute;
        top: 15px;
        right: -18px;
        width: 7px;
        height: 7px;
        border-right: 1px solid white;
        border-bottom: 1px solid white;
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }
    .section-menu-laterale .collapse-menu.collapsed:after {
        top: 12px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

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

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

@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.breadcrumb {
    font-size: 14px;
}

.breadcrumb a {
    color: white;
}

.breadcrumb .active {
    opacity: 0.5;
}

@media (max-width: 767px) {
    .section-menu-laterale.v2 .container-menu {
        background-color: black;
    }
}

.section-menu-laterale.v2 .box2 {
    text-align: left;
    padding-left: 46px;
}

@media (max-width: 767px) {
    .section-menu-laterale.v2 .box2 {
        padding-right: 0px;
        width: auto;
    }
}

.section-menu-laterale.v2 .collapse-menu:after {
    left: -25px;
    display: none;
}

.section-menu-laterale.v3 .text1 {
    font-size: 18px;
}

.section-menu-laterale.v3 .text2 {
    font-size: 14px;
}

.projects .box-img-hover-arrow {
    position: relative;
}

@media (min-width: 1400px) {
    .projects .slick-arrow {
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 50%;
        height: 100%;
        -moz-transform: translateX(0px) translateY(0px);
        -webkit-transform: translateX(0px) translateY(0px);
        -o-transform: translateX(0px) translateY(0px);
        -ms-transform: translateX(0px) translateY(0px);
        transform: translateX(0px) translateY(0px);
    }
    .projects .slick-arrow:before {
        content: "";
    }
    .projects .slick-next {
        left: 50%;
        cursor: url("../img/next.png"), auto;
    }
    .projects .slick-prev {
        right: 50%;
        cursor: url("../img/prev.png"), auto;
    }
}

@media (max-width: 1399px) {
    .projects .slick-next,
    .projects .slick-prev {
        width: 30px;
        height: 60px;
        border-radius: 0;
        background-color: rgba(255, 255, 255, 0.3);
    }
    .projects .slick-next {
        right: 0;
    }
    .projects .slick-prev {
        left: 0;
    }
    .projects .slick-next:before {
        content: "";
        height: 20px;
        width: 20px;
        top: 20px;
        right: 9px;
        position: absolute;
        border-right: 2px solid black;
        border-top: 2px solid black;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .projects .slick-prev:before {
        content: "";
        height: 20px;
        width: 20px;
        top: 20px;
        left: 9px;
        position: absolute;
        border-left: 2px solid black;
        border-bottom: 2px solid black;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.projects-vert-line {
    margin-bottom: 30px;
}

@media (min-width: 767px) {
    .projects-vert-line {
        width: 50%;
        height: 90px;
        border-right: 1px solid white;
        margin-top: 30px;
    }
}

.progetti-dettaglio-correlati {
    padding-bottom: 120px;
}

@media (max-width: 767px) {
    .progetti-dettaglio-correlati {
        padding-bottom: 30px;
    }
}

.progetti-dettaglio-correlati .titolo {
    font-size: 34px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .progetti-dettaglio-correlati .titolo {
        font-size: 28px;
        margin-bottom: 15px;
    }
}

@media (min-width: 1199px) {
    .progetti-dettaglio-correlati .container {
        max-width: 1920px;
    }
}

.progetti-dettaglio-correlati h5 {
    font-size: 18px;
}

@media (max-width: 767px) {
    .progetti-dettaglio-correlati h5 {
        font-size: 16px;
    }
}

.progetti-dettaglio-correlati {
    padding-bottom: 120px;
}

@media (max-width: 767px) {
    .progetti-dettaglio-correlati {
        padding-bottom: 30px;
    }
}

.section-aziendanew {
    padding-top: 60px;
}

@media (max-width: 767px) {
    .section-aziendanew {
        padding-top: 15px;
        padding-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .section-aziendanew .container {
        max-width: 1400px;
    }
}

.section-aziendanew h1 {
    font-size: 70px;
    padding-bottom: 60px;
    color: #666;
}

@media (max-width: 767px) {
    .section-aziendanew h1 {
        font-size: 40px;
        padding-bottom: 30px;
        margin-bottom: 0;
    }
}

.section-aziendanew img,
.section-aziendanew video {
    margin-bottom: 90px;
}

@media (max-width: 767px) {
    .section-aziendanew img,
    .section-aziendanew video {
        margin-bottom: 30px;
    }
}

.section-aziendanew p {
    margin-bottom: 90px;
}

@media (max-width: 767px) {
    .section-aziendanew p {
        margin-bottom: 30px;
    }
}

.section-aziendanew2 {
    padding-bottom: 90px;
}

@media (max-width: 767px) {
    .section-aziendanew2 {
        padding-bottom: 15px;
    }
}

.section-aziendanew2 .titolo1 {
    font-size: 60px;
    text-align: right;
    line-height: 1;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .section-aziendanew2 .titolo1 {
        font-size: 35px;
        text-align: left;
    }
}

.section-aziendanew2 .titolo2 {
    text-align: right;
    font-size: 60px;
}

@media (max-width: 767px) {
    .section-aziendanew2 .titolo2 {
        font-size: 35px;
        text-align: left;
    }
}

.section-aziendanew2 .titolo3 {
    max-width: 400px;
    padding-left: 30px;
    padding-top: 15px;
}

@media (max-width: 767px) {
    .section-aziendanew2 .titolo3 {
        padding-top: 0;
        padding-left: 0px;
    }
}

.section-aziendanew3 {
    padding-bottom: 120px;
}

@media (max-width: 767px) {
    .section-aziendanew3 {
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .section-aziendanew3 .container {
        max-width: 1400px;
    }
}

@media (min-width: 768px) {
    .section-project-elenco {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        padding-bottom: 47%;
    }
}

@media (max-width: 767px) {
    .section-project-elenco {
        height: auto;
        background-image: none !important;
    }
}

@media (min-width: 768px) {
    .section-project-elenco .background-gradient {
        background: rgba(0, 0, 0, 0.2);
        /* Old browsers */
        background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.2) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.2) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.2) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#7a7a7a', GradientType=1);
        /* IE6-9 */
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
}

@media (min-width: 1200px) {
    .section-project-elenco .container {
        max-width: 1400px;
    }
}

@media (min-width: 768px) {
    .section-project-elenco .container {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
}

.section-project-elenco h1 {
    font-size: 70px;
}

@media (max-width: 767px) {
    .section-project-elenco h1 {
        font-size: 30px;
    }
}

.section-project-elenco p {
    font-size: 22px;
    color: #aaa;
}

@media (max-width: 767px) {
    .section-project-elenco p {
        font-size: 18px;
    }
}

.section-project-elenco2 {
    padding-top: 60px;
}

@media (max-width: 767px) {
    .section-project-elenco2 {
        padding-top: 15px;
    }
}

@media (min-width: 1200px) {
    .section-project-elenco2 .container {
        max-width: 1400px;
    }
}

.section-project-elenco2 .titolo {
    color: white;
}

.section-project-elenco2 .testo {
    color: #aaa;
}

.section-project-elenco2 .box-img-hover .ovrly {
    background: rgba(0, 0, 0, 0.8);
}

.section-project-elenco2 .box-testo {
    -moz-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.section-project-elenco2 .box-img-hover:hover .box-testo {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.section-project-elenco2 a:hover,
.section-project-elenco2 a:visited,
.section-project-elenco2 a:link,
.section-project-elenco2 a:active,
.section-project-elenco2 a:focus {
    text-decoration: none;
}

.section-splash {
    margin-top: -69px;
    height: 100vh;
    /*@media(max-width: 767px){
      height: auto;
  }*/
}

@media (max-width: 767px) {
    .section-splash {
        margin-top: 0;
    }
}

.section-splash .box {
    height: 100vh;
    min-height: 200px;
    position: relative;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

@media (min-width: 1920px) {
    .section-splash .box {
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .section-splash .box {
        background-image: none !important;
        height: calc( 100vh - 69px);
    }
}

.section-splash .box-testo {
    z-index: 1000;
}

.section-splash a:hover {
    text-decoration: none;
}

.section-splash .slick-dots {
    right: 10px;
    top: 50%;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .section-splash .slick-dots {
        right: 5px;
    }
}

.section-splash .slick-dots li {
    display: block;
}

.section-splash .slick-dots li button:before {
    color: #e5e5e5;
    opacity: 1;
    font-size: 15px;
}

@media (max-width: 767px) {
    .section-splash .slick-dots li button:before {
        font-size: 12px;
    }
}

.section-splash .slick-dots li.slick-active button:before {
    color: #3c3c3c;
    opacity: 1;
    font-size: 15px;
}

@media (max-width: 767px) {
    .section-splash .slick-dots li.slick-active button:before {
        font-size: 12px;
    }
}

.section-splash .box-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

.section-splash .box-video video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
}

@media (max-width: 1920px) {
    .section-splash .box-video video {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .section-splash .box-video video {
        width: auto;
        left: 50%;
        right: -50%;
        object-fit: contain;
        max-height: 100%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.section-splash .btn-mute {
    position: absolute;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 2;
}

.section-splash .btn-mute:focus {
    outline: 0;
    outline-offset: 0px;
}

@media (min-width: 991px) {
    .flagshipstore-video-box {
        height: calc(100vh - 118px);
        max-height: calc(100vh - 118px);
        position: relative;
        overflow: hidden;
    }
    .flagshipstore-video-box video {
        position: absolute;
        left: 50%;
        /* % of surrounding element */
        top: 50%;
        transform: translate(-50%, -50%);
        /* % of current element */
    }
}

.box-seo {
    margin-top: 15px;
}

.box-seo h1 {
    font-size: 30px;
    padding-bottom: 0;
    color: white;
}

.box-seo h2 {
    color: #999;
    font-size: 16px;
}


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

.tour img {
    z-index: 1;
}

.bgBlack {
    background-color: #1f1f1f;
    color: #fff;
    text-align: left;
}

.t-xlarge {
    font-size: 30px;
}

.t-xlarge.bebas {
    letter-spacing: .9px;
    line-height: 90%;
}

.tour__box {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 30px;
}

.tour__box__title {
    margin: 0;
}

@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 780px;
    }
    .tour__box {
        left: 50%;
        bottom: 50%;
        right: unset;
        transform: translateY(50%);
        margin-left: 8.333%;
        min-height: 480px;
        min-width: 480px;
        box-sizing: border-box;
        display: flex;
        padding: 60px;
        flex-direction: column;
    }
    .tour__box__pretitle {
        display: block;
        border-bottom: 4px solid #FFF;
        padding: 0 0 0.5em;
        margin: 0 0 0.75em;
        width: max-content;
    }
    .t-xlarge {
        font-size: 40px;
    }
}

.tour__box__link {
    width: max-content;
    margin-top: auto;
    margin-bottom: 0;
}

.uk-position-relative {
    position: relative;
    height: 556px;
}


/*! ========= INFORMATION ============================
	- document:  Float Button
	- author:    Wow-Company
	- url:       https://wow-estore.com/item/floating-button-pro/
==================================================== */

.flBtn {
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 1000
}

.flBtn,
.flBtn ul {
    border: 0;
    outline: 0;
    text-decoration: none
}

.flBtn input {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0
}

.flBtn input:checked~ul {
    visibility: visible
}

.flBtn input:checked~ul li {
    visibility: visible;
    opacity: 1
}

.flBtn a:hover,
.flBtn input:hover+a {
    color: #383838;
    background: #999999
}

.flBtn [data-tooltip]:hover:before,
.flBtn input:hover+a[data-tooltip]:before {
    visibility: visible;
    opacity: 1
}

.flBtn a {
    position: relative;
    z-index: 2;
    display: block;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    cursor: pointer;
    background: #767676;
    color: #fff;
    transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    -moz-transition: background .5s;
    -webkit-transition: background .5s
}

.flBtn ul {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    visibility: hidden
}

.flBtn [data-tooltip]:before,
.flBtn ul li {
    visibility: hidden;
    opacity: 0;
    transition: all .5s
}

.flBtn ul li {
    display: inline-block;
    margin: 5px;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

.flBtn [data-tooltip]:before {
    position: absolute;
    content: attr(data-tooltip);
    padding: 0 10px;
    white-space: nowrap;
    background: rgba(0, 0, 0, .8);
    transition: all .5s;
    color: #fff
}

.flBtn-size-medium a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px
}

.flBtn-size-medium ul a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px
}

.flBtn-size-medium [data-tooltip]:before {
    height: 30px;
    line-height: 30px;
    font-size: 16px
}

.flBtn-shape-circle a {
    border-radius: 50%
}

.flBtn-position-br {
    bottom: 80px;
    right: 20px
}

.flBtn-position-br [data-tooltip][data-role]:before {
    right: 100%;
    bottom: 100%
}

.flBtn-position-br .flBtn-first {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    bottom: 100%
}

.flBtn-position-br .flBtn-first [data-tooltip]:before {
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 5px
}

.flBtn-position-br .flBtn-second {
    display: -webkit-flex;
    display: flex;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%
}

.flBtn-position-br .flBtn-second [data-tooltip]:before {
    right: 100%;
    bottom: 100%;
    margin-bottom: 5px
}

.flBtn-screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

@media print {
    .flBtn {
        display: none
    }
}

.flBtn-screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.tisaa {
    color: #FFF;
}

.tisaa:hover {
    color: #FFF;
    text-decoration: none;
}