body {
    font-family: 'Quicksand', sans-serif;
}

a {
    color: #212529;
}

a:hover {
    color: unset;
    text-decoration: none;
}

.mt-50 {
    /* 20 on mobile */
    margin-top: 50px !important;
}

.mt-20 {
    /* 20 on mobile */
    margin-top: 20px !important;
}

.mt-100 {
    /* on mobile */
    margin-top: 100px !important;
}

.form-control {
    border-radius: 0%;
}

#myBtn {
    font-weight: bold;
    font-size: 15px;
}

.spinner {
    color: #f2f2f2;
}

iframe {
    border: 0;
}

.go-back {
    font-weight: 600;
    font-size: 15px;
}


/* ------------------------------
/ Hide lightGallery arrows
-------------------------------*/
#scheda-prodotto .lSNext,
#scheda-prodotto .lSPrev,
#salone-sld-detail .lSNext,
#salone-sld-detail .lSPrev {
    display: none;
}

/* ------------------------------
/ Password checker
-------------------------------*/
#register label {
    margin-right: 5px;
}

#register .short {
    font-weight: bold;
    color: #FF0000;
    font-size: larger;
}

#register .weak {
    font-weight: bold;
    color: orange;
    font-size: larger;
}

#register .good {
    font-weight: bold;
    color: #2D98F3;
    font-size: larger;
}

#register .strong {
    font-weight: bold;
    color: limegreen;
    font-size: larger;
}

/* ------------------------------
/ Cookies alert
-------------------------------*/
#alertsArea {
    position: fixed;
    z-index: 9990;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

#alertsArea>* {
    pointer-events: auto;
    /* restore normal click behaviour */
}

@media (min-width: 576px) {
    #alertsArea {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }
}

/* ------------------------------
/ Header and container dimensions
-------------------------------*/
header,
.dk-mainbox {
    max-width: 1227px;
    margin: auto;
    text-align: center;
}

.grey-box {
    background-color: #8080801a;
    padding: 20px 0px;
}

/* ------------------------------
/ Top nav layout
-------------------------------*/
.social i {
    border: 1px solid black;
    border-radius: 50%;
}

.social i.instagram {
    padding: 6px 7px;
}

.social i.facebook {
    padding: 6px 9.88px;
}

.social i.youtube {
    padding: 6px 5px;
}

.social .nav-link {
    padding: 25px 8px;
}

.top-nav {
    float: right;
}

.top-nav a {
    padding-top: 40px;
    font-size: 12px;
    font-weight: 700;
}

.top-nav a:last-child {
    font-weight: 500;
    color: grey;
}

.top-nav a.dropdown-item:last-child {
    color: #212529;
    font-weight: 700;
}

.top-nav i {
    font-size: 10px;
    margin-left: 8px;
}

.top-nav a.dropdown-item {
    padding-top: 0px;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
    margin-bottom: 5px;
}

.navbar-nav .nav-link {
    cursor: pointer;
}

/* ------------------------------
/ Main nav layout
-------------------------------*/

#menusticky {
    background-color: #ffffff;
    transition: background-color 600ms;
}

#siteNav ul.navbar-nav li a.nav-link.mb-20 {
    transition: margin-bottom 250ms;
}

@media only screen and (min-width: 992px) {

    #menusticky.sticky {
        top: 0;
        left: 0;
        width: 100%;
        position: fixed;
        background-color: rgb(255 255 255 / 0.9);
        z-index: 99999;
        max-width: none;
    }

    .sticky #topnav {
        display: none;
    }

    .sticky #siteNav ul.navbar-nav {
        margin: auto;
        max-width: 1227px;
    }

    .sticky #siteNav ul.navbar-nav li a.nav-link.mb-20 {
        margin-bottom: 5px;
    }

}




nav.navbar {
    font-weight: 700;
    width: 100%;
    padding: 0px;
}

.nav-item a {
    display: block !important;
    color: black !important;
    text-align: left !important;
    text-transform: uppercase;
}

.nav-item i {
    font-size: 13px;
    margin-left: 10px;
}

@media only screen and (min-width: 992px) {
    .navbar ul {
        margin: 0 0;
        padding: 0px;
        justify-content: space-between;
        width: 100%;
    }

    .navbar li {
        padding: 2px;
    }

    .mb-20 {
        margin-bottom: 20px;
    }

    .mbl-top-nav {
        display: none;
    }

    .mbl-categ,
    a.mbl-categ {
        display: none !important;
    }

    .social-icons-mbl {
        display: none;
    }

}

@media (min-width: 992px) {
    #siteNav .dropdown-menu {
        margin-top: 0;
    }

    #siteNav .dropdown-menu.hovershow {
        display: block;
    }

    .scheda-dettaglio {
        text-align: left;
    }

    .container-colori-sx {
        border-right: 1px solid grey;
        padding-right: 50px;
        text-align: left;
    }

    .container-colori-dx {
        padding-left: 50px;
        text-align: left;
    }

    .sidebarvideo {
        padding-left: 40px;
    }
}

/* ------------------------------
   Main navigation - Dropdowns and mega dropdowns widths
 ------------------------------ */
.dropdown .dropdown-menu {
    max-width: none;
}

@media (min-width: 768px) {
    .dropdown .dropdown-menu {
        max-width: 18rem;
    }

    .mega-dropdown .dropdown-menu {
        max-width: 36rem;
    }

    .mega-dropdown .px-md-2,
    .sottocat-box {
        padding-left: 6rem !important;
    }

    .mega-dropdown .border-r {
        border-right: 1px solid grey;
    }

    .row.px-md-2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .sottocat-box {
        /* margin-top: -9px!important;
        margin-bottom: -9px;
        */
        margin-top: -38px !important;
        margin-bottom: -38px;
        padding-top: 38px;
        margin-right: auto;
        border: none;
        background-color: #353535;
        overflow: hidden;
    }

    .navbar-light .nav-item .dropdown-menu.sottocat-box a,
    .sottocat-box a {
        color: #fff !important;
    }

    .dropdown-menu {
        border-radius: 0%;
    }

    i.dsk-arrow {
        margin-left: 30px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(-90deg);
    }
}

@media (min-width: 992px) {
    .dropdown .dropdown-menu {
        max-width: none;
    }

    .mega-dropdown .dropdown-menu {
        max-width: none;
        min-width: 100%;
        left: 0;
    }

    .site-header .mega-dropdown .dropdown-menu {
        padding: 1.3rem 0.5rem;
    }

    #siteNav .dropdown {
        position: static;
    }

    #siteNav .dropdown.normal {
        position: relative;
    }

    .inner-dropdown .dropdown-menu {
        left: 100%;
        top: 0;
        bottom: 0;
    }

    .bordertop {
        border-top: 1px solid #b0b0b0;
    }

    .misure {
        border-right: 1px solid #d9d9d9;
    }
}

.dark-dropdown {
    background-color: #232323;
}

.navbar-light .dropdown-item:focus,
.navbar-light .dropdown-item:hover,
.navbar-light .dropdown-item.active,
.navbar-light .dropdown-item:active {
    /*background-color: #2a2a2a;*/
    background-color: #232323;
}

.navbar-light .nav-item a.dropdown-item,
.sottocat {
    color: #a4a4a4 !important;
    font-weight: 500;
    font-size: 18px;
}

.navbar-light .sottocat {
    padding: 0px !important;
}

#maincontent {
    min-height: 600px;
}

/* ------------------------------
/ Slider layout
-------------------------------*/
@media only screen and (min-width: 992px) {
    #carouselHomeSlider .carousel-indicators {
        margin: 0px;
        left: 95%;
        top: 95%;
    }

    #carouselProductsSlider .carousel-indicators {
        margin: 0px;
        left: 80%;
        top: 85%;
    }

    .carousel-caption {
        font-size: 20px;
    }

}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
}

.slider-btn {
    text-transform: uppercase;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 20px;
}

.carousel-caption {
    bottom: 40%;
}

.carousel-caption h1 {
    font-size: 3.0rem;
    font-weight: 300;
}

.pickgradient {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.38)), color-stop(100%, rgba(0, 0, 0, 0.38)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.pickgradient img {
    position: relative;
    z-index: -1;
    display: block;
}

.link-lista img {
    margin-bottom: 3px;
}

/* ------------------------------
/ Slider articoli layout
-------------------------------*/
.post-slide {
    background: #fff;
    margin: 0 15px;
    height: 450px;
}

.post-slide .post-img {
    position: relative;
    /* float: left; */
    height: auto;
    cursor: pointer;
}

.post-slide .over-layer {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.30s ease 0s;
}

.post-slide .over-layer:after {
    color: #fff;
    content: "+";
    font-size: 52px;
    position: absolute;
    top: 31%;
    left: 42%;
}

.post-slide .post-img:hover .over-layer {
    opacity: 1;
}

.post-slide .post-img img {
    /* width:100%;*/
    max-width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 300px;
}

.post-slide .post-title {
    margin: 0 0 5px 0;
}

.post-slide .post-title a {
    color: #3498db;
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
    transition: color 0.30s ease;
}

.post-title>a:hover {
    text-decoration: none;
    color: #333;
}

.post-slide .post-date {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 17px;
}

.post-description {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

.owl-pagination {
    margin-top: 40px;
}

@media only screen and (max-width: 990px) {
    .post-slide .over-layer:after {
        top: 39%;
        left: 45%;
    }
}

@media only screen and (max-width: 640px) {
    .post-slide .post-img {
        width: 100%;
    }
}

.owl-theme .owl-controls .owl-page span {
    border: 1px solid black;
    background: transparent;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: black;
}

.owl-theme .owl-controls {
    text-align: right;
}

.owl-item {
    max-height: 450px;
}

/* ------------------------------
/ Slider prodotti elements
-------------------------------*/
.art-sld-btn {
    text-transform: uppercase;
    border: 1px solid grey;
    color: grey;
    padding: 5px 50px;
}

.art-sld-btn.bottomcnt {
    position: absolute;
    bottom: 25px;
    left: 30%;
    color: black;
    font-weight: 600;
    font-size: 15px;
}

#news-slider h5 {
    text-align: left;
    padding: 20px;
}

.section-title {
    color: #80808096;
    text-align: left;
    font-weight: 300;
    margin-bottom: 20px;
    padding-left: 30px;
}

.link-lista {
    text-transform: uppercase;
    float: right;
    padding-right: 15px;
    font-size: smaller;
    font-weight: 700;
    padding-top: 10px;
}

/* ------------------------------
/ Focus azienda
-------------------------------*/
.vision {
    background: url(../img/img_performance.jpg) no-repeat center center;
    background-size: cover;
    height: 500px;
    position: relative;
}

.mission {
    background: url(../img/img_mission.jpg) no-repeat center center;
    background-size: cover;
    height: 500px;
    position: relative;
}

.focus {
    background: url(../img/focus.jpg) no-repeat center center;
    background-size: cover;
    height: 580px;
    position: relative;
}

.focus-content {
    background-color: #1a1a1b;
    padding: 20px;
    color: #fff;
    width: 70%;
    margin: auto;
    max-height: 425px;
    overflow: hidden;
}

.pos-focus-content {
    position: absolute;
    width: 100%;
    bottom: -10%;
}

.focus-content h1 {
    font-weight: 300;
}


/* ------------------------------
/ Distributori
-------------------------------*/
#geoloc {
    border: 1px solid black;
    border-right: none;
}

.input-group-prepend {
    border: 1px solid black;
}

.input-group-prepend .input-group-text {
    background-color: #fff;
}

.box-results {
    background-color: #f0f0f0;
}

.list-distributori {
    padding: 30px 25px;
}

.line-single-result {
    border-bottom: 1px solid #e5e5e5;
}

.light-bg {
    background-color: #fff;
    padding: 20px;
}

.list-distributori-mobile .filter-title {
    padding: 0px;
}

/* ------------------------------
/ Storia
-------------------------------*/
.storia div {
    margin-top: 20px;
    margin-bottom: 20px;
}

.scopri-voce {
    position: relative;
    bottom: 59px;
    left: 33%;
    color: #fff;
}

.slick-slide,
.slick-slide:focus,
.slick-slide:active {
    outline: none;
}

.slick-prev,
.slick-next {
    z-index: 4;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #646464;
}

.slick-prev:before {
    content: "\f053";
}

.slick-next:before {
    content: "\f054";
}


#texts-slider-story>div,
#imgs-slider-story>div {
    display: none;
}

#texts-slider-story>div.active,
#imgs-slider-story>div.active {
    display: block;
}

#story-slider-list li {
    cursor: pointer;
    color: #a8a09e;
    font-weight: bold;
}

#story-slider-list li.slick-current {
    color: #fff;
}

#story-slider-list {
    margin: 0px 50px;
    margin-bottom: 50px;
    background-image: url('../img/line.png');
    background-position: center 68%;
    background-repeat: repeat-x;
}

.slick-next {
    position: relative;
    bottom: -25px;
    left: 97%;
}

.slick-prev {
    position: relative;
    bottom: -93px;
    left: 92%;
}


/* ------------------------------
/ Latest
-------------------------------*/
.card-latest.fb-post,
.card-latest.distributori,
.card-latest.news {
    width: 100%;
    background-size: cover !important;
    height: 350px;
}

.latest.card-body {
    background-color: #f2f2f2;
    text-align: left;
    height: 250px;
}

.latest.card-body a.link-lista {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.latest small {
    color: grey;
}

@media only screen and (min-width: 992px) {

    /*.dsk-height-latest {
        height: 350px;
        background-size:cover;
    }
    .dsk-height-latest {
        height: 300px;
        background-size:cover;
    }*/
    .card-body.latest {
        height: 220px;
    }
}

/* ------------------------------
/ Newsletter box
-------------------------------*/
.subtitle {
    color: grey;
}

.sumbmit-btn {
    background: transparent;
    text-transform: uppercase;
    border: 1px solid black;
    color: black;
    padding: 6px 20px;
    width: 100%;
    height: 38px;
    font-weight: 500;
}

.newsletter-form {
    width: 80%;
    margin: auto;
}

.custum-icon {
    margin-bottom: 20px;
}

.newsletter-form .form-check-input {
    padding-left: 15px;
    margin-left: 0;
}

.newsletter-form .form-check-label {
    padding-left: 15px;
    color: grey;
    font-size: smaller;
}

/* ------------------------------
/ Footer
-------------------------------*/
footer {
    background-color: #f0f0f0;
    border-top: 1px solid grey;
}

.footer {
    padding-top: 50px;
    padding-bottom: 70px;
}

footer .social .nav-link {
    padding: 0px 2px;
}

.ar-link {
    font-weight: 600;
    font-size: 14px;
}

.footer-title {
    font-size: 13px;
    font-weight: 500;
}

.footer-title p {
    margin-top: 20px;
    color: grey;
}

/* ------------------------------
/ Default page
-------------------------------*/
.title-sec {
    background-color: #f0f0f0;
}

.title-sec h1 {
    font-weight: 300;
    text-align: left;
    padding: 20px 60px;
    text-transform: uppercase;
}

.title-sec h2 {
    font-weight: 300;
    text-align: left;
    padding: 20px 60px;
    text-transform: uppercase;
}

.title-sec h1 span {
    color: grey;
}

.title-sec h2 span {
    color: grey;
}

/* ------------------------------
/ Catalogo page
-------------------------------*/
.arrow-style i {
    border-radius: 50%;
    background-color: white;
    padding: 5px 15px;
    font-size: 35px;
}

.title-scheda {
    color: grey;
    font-weight: 400;
}

.text-box {
    background-color: #f0f0f0;
    height: 300px;
    margin-bottom: 20px;
}

.text-box div {
    padding: 30px;
    text-align: left;
}

.img-box {
    margin-bottom: 20px;
}

.immagine-slider {
    background: url(../img/img_distributori.jpg) no-repeat center center;
    background-size: cover;
    height: 300px;
}

#scheda-prodotto .text-box,
#scheda-prodotto .immagine-slider {
    height: 518px;
}

.no-padding {
    padding: 0px !important;
}

.font-st-item {
    color: grey;
    font-weight: 600;
    font-size: 11px;
}

.content-sec {
    max-width: 800px;
    margin: auto;
}


/* ------------------------------
/ Categoria page
-------------------------------*/
#myTab a.b-right {
    border-right: 1px solid grey;
}

#myTab .nav-item a {
    padding: 0 30px;
    color: grey !important;
    font-weight: 600;
    font-size: 13px;
}

#myTab .nav-item .active p,
.active .font-st-item {
    color: black !important;
}

.filter-title {
    padding: 0px 50px 0px 0px;
    margin-bottom: 3px;
    color: #bbb5b5;
    font-weight: 600;
    font-size: 13px;
}

.detail-prod,
.detail-saloni {
    height: 200px;
    background-color: #f0f0f0;
    color: grey;
    padding: 0px 1.5em;
    font-weight: 500;
    padding-top: 10px;
}

.detail-saloni {
    height: 150px;
    padding-top: 20px;
}

.info-saloni-mbl {
    padding: 10px 30px;
    font-size: 13px;
}

.salone-desc {
    margin: 0px;
    line-height: 28px;
}

.detail-prod.related-prod {
    height: 180px;
}

.img-prod {
    background-color: #f0f0f0;
    height: 200px;
    cursor: pointer;
}

#containerResultsSaloni .img-prod,
#saloni-ambienti .img-prod {
    height: 300px;
}

.mbott-20 {
    margin-bottom: 20px;
}

.mbott-40 {
    margin-bottom: 40px;
}

.scopri-btn {
    text-transform: uppercase;
    color: black;
    font-weight: 600;
}

.stringa-scopri {
    font-weight: bold;
    color: #212529;
    text-transform: uppercase;
}

.banner-img {
    width: 100%;
    background: url(../img/banner_colori.jpg) no-repeat center center;
    background-size: 100% auto;
    min-height: 320px;
    position: relative;
    cursor: pointer;
}

.testo-banner {
    color: #fff;
    position: absolute;
    top: 25%;
}

.upper-text a {
    color: grey !important;
    font-weight: 600;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
}

.load-more-act button {
    width: auto;
}

/* ------------------------------
/ Vision mission
-------------------------------*/
.header-sec {
    padding: 80px;
    color: #fff;
}

.header-sec h1 {
    font-size: 2.5rem;
}

.header-sec h2 {
    font-size: 2.5rem;
}

/* BOX AND CONTENT LAYOUT */
.vision-image-box div {
    height: 350px;
}

.vision-text-box {
    display: table;
    height: 350px;
    overflow: hidden;
}

.vision-image-box,
.test-box {
    padding: 0px;
}

.vision-text-box p {
    display: table-cell;
    vertical-align: middle;
    padding: 50px;
    font-size: 18px;
}

/* MOBILE OPTIONS */
@media only screen and (max-width: 600px) {

    .vision-image-box div,
    .vision-text-box {
        height: 200px;
    }

    .vision-text-box p {
        padding: 10px;
        font-size: 12px;
    }
}





/* ------------------------------
/ Scheda famiglia e prodotto
-------------------------------*/
.lSPager {
    display: none;
}

.carousel-indicators .mini-immagine-slider,
.mini-immagine-slider div {
    width: 50px;
    height: 50px;
    border-radius: 0%;
    border: 1px solid grey;
    opacity: unset;
}

.immagine-modello {
    width: 130px;
    height: 150px;
    border: 1px solid #f0f0f0;
    margin: auto;
}

.immagine-accordion-scheda {
    width: 112px;
    height: 112px;
    border: 1px solid #f0f0f0;
    margin: auto;
}

ul.modelli {
    justify-content: center;
}

.dettagli {
    text-align: left;
    padding: 20px;
    /*min-height: 350px;*/
}

.dettagli p {
    font-size: 13px;
}

.moreinfo-btn {
    border: 2px solid #888888;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
    background-color: #a7bdbf;
}

.at-icon {
    border: 1px solid black !important;
    border-radius: 50% !important;
    padding: 2px !important;
    height: 25px !important;
    width: 25px !important;
}

.at-icon-wrapper {
    line-height: 20px !important;
    height: 25px !important;
    width: 25px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0px !important;
}

.set-bottom {
    margin-top: 20px;
    bottom: 0px;
}

#accordionDownloads .card-header,
#accordionImages .card-header {
    background-color: black;
    border-radius: 0%;
    padding: 0px;
    margin-bottom: 0px;
    text-align: left;
}

#myTabContent .accordion>.card {
    overflow: visible;
}

.open-accordion {
    position: absolute;
    right: 15px;
    top: 10px;
    background-color: #fff;
    color: black;
    padding: 4px 5px;
    border-radius: 50%;
}

.cll-btn {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
}

.cll-btn:hover {
    color: #fff;
}

#accordionDownloads,
.caratteristiche,
#accordionImages {
    max-width: 90%;
    margin: auto;
}

.width-80-perc {
    width: 80%;
    margin: auto;
}

.width-90-perc {
    width: 90%;
    margin: auto;
}

.p-small {
    font-weight: 600;
    font-size: 13px;
}

.box-colore {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid grey;
}

.color-row {
    margin-bottom: 15px;
    padding: 5px;
}

.mobile-slider-filter {
    margin-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
}

.mobile-slider-filter .bordered {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 10px 5px;
}

.active-title {
    color: black;
}

.title-mobile-fam h3 {
    color: #fff;
    margin-bottom: 0px;
    font-weight: 400;
    padding: 10px;
}

.dark-bg {
    background-color: #303030;
}

.black-bg {
    background-color: #1a1a1b;
}

.immagine-modello.fam {
    border: none;
}

.light {
    font-weight: 300;
    color: grey;
}

.fam-title {
    color: #fff;
    position: relative;
    top: 40%;
}

.text-box div.fam-title {
    padding-left: 50px;
}

.fam-title h1 {
    font-weight: 400;
}

.fam-title h2 {
    font-weight: 400;
}

.breadcrumbs {
    color: #fff;
}

.zoom,
.zoom-img {
    transition: transform .2s;
    /* Animation */
}

.zoom:hover {
    transform: scale(5.0);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    position: relative;
    z-index: 100;
}

#more,
.morescai {
    display: none;
}


/*
News & press
*/
.element-detail {
    font-size: 14px;
    font-weight: 600;
}

.element-detail i {
    float: right;
    margin-top: 3px;

}

#saloni-ambienti .element-detail i {
    float: unset;
    margin-top: 7px;
}

#news-press .img-prod {
    height: 320px;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.news-title {
    color: black;
    font-size: 30px;
}

.data-format {
    font-weight: 600;
}

#map {
    height: 600px;
    width: 100%;
    margin-bottom: 20px
}

@media only screen and (min-width: 992px) {
    .zoom-img:hover {
        transform: scale(2.5);
        /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

    #myTab .nav-item a.active {
        color: black !important;
    }

    .detail-prod .news-title {
        color: black;
        margin-left: -40px;
    }

    .detail-prod .data-format {
        font-weight: 600;
        margin-left: -40px;
    }

    .detail-prod .instro-format {
        margin-left: -40px;
    }

    #containerResultsNews .detail-prod,
    .news .title-sec,
    #containerResultsAll .detail-prod,
    #containerResultsPress .detail-prod {
        background-color: #fff;
    }

    .detail-prod.all-prod {
        background-color: #f0f0f0 !important;
    }

    .padding-right {
        padding-right: 50px !important;
    }

    .desk-padd-80 {
        padding: 80px;
    }

    .abs-marg {
        margin-top: 200px;
    }

    .hgt.abs-marg {
        margin-top: 80px;
    }
}

/* ------------------------------
/ Contact us
-------------------------------*/

.contact-box {
    width: 33.33%;
    float: left;
    padding: 30px;
    height: 200px;
}

.contact-box-mobile {
    margin-top: 20px;
    padding: 30px;
}

.grey {
    background-color: #f0f0f0;
}

.dark-grey {
    background-color: #c3c3c3;
}

.customer-service {
    background: url(../img/img_customer.jpg) no-repeat center center;
    background-size: cover;
    height: 300px;
    position: relative;
}

.cust-service {
    padding-top: 20px;
    padding-left: 20px;
}

.over-10-perc {
    margin-top: -10%;
}

.sottocat.active-mb {
    color: #fff !important;
}

.entra-div {
    position: absolute;
    bottom: 20px;
    right: 0px;
    width: 75px;
}

.fix-bottom {
    position: absolute;
    bottom: 0px;
}

/* SEARCH */

#search-form.search input[type=text] {
    padding: 10px;
    border: 1px solid grey;
    float: left;
    font-size: 13px;
    color: black;
    font-weight: 800;
    width: 80%;
    height: 30px;
    border-right: none;
    border-radius: 0%;
}

#search-form.search button {
    float: left;
    width: 20%;
    height: 30px;
    background: transparent;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
}

#search-form.search button:hover {
    background: transparent;
}

#search-form i {
    background: transparent;
    margin: 0px;
    color: black;
    font-size: 14px;
}

#search-form.search::after {
    content: "";
    clear: both;
    display: table;
}

#search-form.search {
    margin: auto;
    /* max-width:150px;*/
    max-width: 120px;
    margin-bottom: 0px;
}

.acc-title {
    color: grey;
    font-weight: 600;
    font-size: 14px;
    padding-top: 10px;
}

.video-title {
    float: left;
    padding-right: 15px;
    font-size: 25px;
    font-weight: 500;
    max-width: 85%;
}

.default-content-page img {
    max-width: 100%;
    height: auto;
}

#_cookiesconsent {
    z-index: 100000;
    margin-top: 50px;
}

.answ5 {
    max-height: 0px;
    overflow: hidden;
    transition: 1s;
    width: 100%;
    display: flex;
    padding-top: 10px;
}

.answ6 {
    max-height: 0px;
    width: 100%;
    overflow: hidden;
    transition: 1s;
    display: flex;
    padding-top: 10px;
}

.answTitle {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.txtAnsw {
    text-align: left;
    margin-top: 10px;
    min-height: 32px;
}

.answs {
    margin-top: 10px;
}

#note_manc_sodd {
    width: 85%;
    margin: auto;
    font-size: 15px;
}

#__vtigerWebForm .sumbmit-btn {
    margin-top: 30px;
    width: 25%;
}

.title-sec.mbl {
    display: none;
}

@media screen and (max-width: 767px) {
    .title-sec.mbl {
        display: block;
    }

    .txtAnsw {
        padding-top: 20px;
        min-height: 0px;
        margin-top: 0px;
    }

    .answ5 {
        display: block;
    }

    .answ6 {
        display: block;
    }

    .answ5 .col-12:first-of-type {
        margin-bottom: 15px;
    }

    .answs {
        margin-top: 0px;
    }

    #note_manc_sodd {
        margin-top: 5px;
    }

    #__vtigerWebForm .sumbmit-btn {
        width: 70%;
    }
}

.answ5 .col-12:first-of-type {
    padding-top: 15px;
}


.cstm-loader {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #000000de;
    transition: 1s;
    opacity: 0;
    text-align: center;
}

.cstm-loader .fa {
    font-size: 90px;
    color: white;
    margin-top: 360px;
}

.cstm-loader.active {
    display: block;
    opacity: 1;
    z-index: 1000000;
}

.pkbstory a {
    color: #ffffff !important;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline !important;
}

.pkbstory p a {
    color: #ffffff !important;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
}

.pkbstory strong a {
    color: #ffffff !important;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline !important;
}

@media screen and (max-width: 992px) {

    .storia-elements a {
        color: #212529 !important;
        font-weight: 500;
        cursor: pointer;
        text-decoration: underline !important;
    }

    .storia-elements p a {
        color: #212529 !important;
        font-weight: 500;
        cursor: pointer;
        text-decoration: underline !important;
    }

    .storia-elements strong a {
        color: #212529 !important;
        font-weight: 500;
        cursor: pointer;
        text-decoration: underline !important;
    }
}