.color-detail .prod-name,
.color-detail .color-name{

    font-family: "AndesCndW04-Lt", sans-serif;
}

.color-filter {
    border: 0;
    background: transparent;
    color: #000;
    cursor: pointer;
    -webkit-transition: all 0.2s cubic-bezier(0.33, 0, 0, 1);
    -o-transition: all 0.2s cubic-bezier(0.33, 0, 0, 1);
    transition: all 0.2s cubic-bezier(0.33, 0, 0, 1);
    padding: 0;
    margin: 0 5%;
    position: relative;
    font-family: "AndesCndW04-Lt", sans-serif;
    font-size: 24px;
}

.color-filter:focus {
    outline: none;
}

.color-filter:hover {
    color: #000;
}

.color-filter.active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.color-filter.active:before {
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
}

.color-filter.active:after {
    opacity: 1;
}

.color-filter:before,
.color-filter:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.color-filter:before {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.color-filter:after {
    z-index: -1;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 0;
}

.color-filter img {
    width: 80px;
    position: relative;
    z-index: 2;
}

.color-filter .fake-radio {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    left: 50%;
    bottom: -30px;
    border: 1px solid #bcbec0;
    background-color: #dee2e6;
    margin-left: -10px;
}

.color-filter.active .fake-radio:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 12px;
    background-color: #000;
    left: 50%;
    margin-left: -5px;
    bottom: 4px;
}

.color-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 100%;
    margin-left: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

@media screen and (min-width: 768px) {
    .color-grid {
        max-width: 83.33333%;
        margin-left: 8.33333%;
    }
}

.color-tile {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    cursor: pointer;
    position: relative;
    color: #000;
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.2);
}

.color-tile.selected .thumb {
    opacity: 1;
}

.color-tile.unselected .thumb {
    opacity: 0.5;
}

.color-tile:hover .thumb {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.color-tile:hover .feats li {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

@media screen and (min-width: 576px) {
    .color-tile {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media screen and (min-width: 992px) {
    .color-tile {
        -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
    }
}

.color-tile .close {
    position: absolute;
    display: block;
    opacity: 1;
    bottom: 0;
    left: 30px;
    width: 30px;
    height: 38px;
    z-index: 4;
    background: url("../img/ui/x-close.svg") no-repeat center center #272727;
    background-size: 21px 14px;
}

.color-tile .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    height: 100%;
    padding: 30px;
    width: 100%;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.color-tile .feats {
    display: block;
    list-style: none;
    padding: 0;
    font-size: 14px;
    overflow: hidden;
}

.color-tile .feats li {
    display: inline-block;
    margin-right: 15px;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: opacity 0.4s cubic-bezier(0.33, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(0.33, 0, 0, 1);
    transition: opacity 0.4s cubic-bezier(0.33, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(0.33, 0, 0, 1);
    -o-transition: transform 0.4s cubic-bezier(0.33, 0, 0, 1), opacity 0.4s cubic-bezier(0.33, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(0.33, 0, 0, 1), opacity 0.4s cubic-bezier(0.33, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(0.33, 0, 0, 1), opacity 0.4s cubic-bezier(0.33, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(0.33, 0, 0, 1);
    opacity: 0;
}

@media screen and (min-width: 768px) {
    .color-tile .feats {
        font-size: 13px;
    }
}

.color-tile .text-link-line {
    pointer-events: none;
}

.color-tile .thumb {
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.33, 0, 0, 1);
    transition: opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.33, 0, 0, 1);
    -o-transition: opacity 0.4s, transform 0.4s cubic-bezier(0.33, 0, 0, 1);
    transition: opacity 0.4s, transform 0.4s cubic-bezier(0.33, 0, 0, 1);
    transition: opacity 0.4s, transform 0.4s cubic-bezier(0.33, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(0.33, 0, 0, 1);
    width: 100%;
}

.color-detail {
    background: #272727;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    min-height: 300px;
    color: #fff;
    padding-left: 6%;
    padding-right: 6%;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 1200px) {
    .color-detail {
        padding-left: 6%;
        padding-right: 6%;
    }
}

.color-detail .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.color-detail .header-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media screen and (min-width: 992px) {
    .color-detail .header-title {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }
}

.color-detail .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
}

@media screen and (min-width: 992px) {
    .color-detail .intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 180px;
    }
}

@media screen and (min-width: 1600px) {
    .color-detail .intro {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 80px;
    }
}

.color-detail .prod-name,
.color-detail .color-name {
    text-transform: uppercase;
    color: #fff;
}

.color-detail .prod-name {
    font-size: 24px;
}

.color-detail .color-name {
    font-size: 40px;
}

.color-detail .logo {
    width: 70px;
    height: 70px;
    margin: 0 20px 20px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.color-detail .formati-speciali {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.msie11 .color-detail .formati-speciali {
    display: block !important;
}

.msie11 .color-detail .formati-speciali>div {
    width: 100%;
    float: left;
}

.color-detail .formati-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.msie11 .color-detail .formati-list {
    display: block !important;
}

.color-detail .formati-list li {
    list-style: none;
    margin: 0 30px 10px 0;
    max-width: 300px;
}

.msie11 .color-detail .formati-list li {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.color-detail .formati-list img {
    margin-bottom: 10px;
    max-width: 110px;
}

.color-detail .formati-list p {
    max-width: 160px;
}

.color-detail .formati-list strong,
.color-detail .formati-list span {
    display: block;
}

.color-detail .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
}

.color-detail .filetto {
    padding-bottom: 100px;
}

.color-detail .filetto:after {
    content: "";
    display: block;
    position: absolute;
    background: #707070;
    height: 1px;
    left: 0;
    width: 100%;
    bottom: 50px;
}

@media screen and (min-width: 992px) {
    .color-detail .filetto {
        padding-bottom: 0;
        padding-right: 8.3333%;
    }
    .color-detail .filetto:after {
        left: auto;
        bottom: initial;
        height: 100%;
        right: 8.3333%;
        width: 1px;
        top: 0;
    }
}

.color-detail .slider .slick-track {
    padding-bottom: 25px;
}

.color-detail .slider .slick-slide {
    position: relative;
    cursor: pointer;
}

.color-detail .slider img {
    -webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.2);
    max-width: 540px;
    height: auto;
    margin-right: 60px;
    max-height: 350px;
}

.color-detail .slider .slick-arrow {
    bottom: -50px;
    top: auto;
}

.news-preview .title {
    font-family: "AndesCndW04-Md", sans-serif;
}

.news-preview .abstract {
    font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
    letter-spacing: 0.6px;
}

.news-preview {
    color: #000;
}

.news-preview .slick-list {
    padding-bottom: 25px;
}

.news-preview .item {
    position: relative;
    background: #fff;
    -webkit-transition: border 0.4s;
    -o-transition: border 0.4s;
    transition: border 0.4s;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    display: block;
    margin: 0 30px;
}

.news-preview .item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.133);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.133);
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 0;
}

.news-preview .item,
.news-preview .item:hover * {
    text-decoration: none;
    color: #47433f;
}

.news-preview .item:hover {
    z-index: 1;
    border-top: 4px solid #d1d0cf;
    border-bottom: 4px solid #d1d0cf;
    background: #fff;
}

.news-preview .item:hover:after {
    opacity: 1;
}

.news-preview .item:hover .title {
    color: #d1d0cf;
}

.news-preview img {
    max-width: 100%;
    /* height: auto;*/
    width: 100%;
}

.news-preview .info {
    font-size: 13px;
    color: #000;
}

.news-preview .title {
    font-size: 24px;
    color: #000;
}

.news-preview .abstract {
    font-size: 16px;
    line-height: 1.56;
}

.news-preview .text-link-line {
    font-size: 13px;
    color: #000;
}

@media print {
    .news-preview {
        display: none;
    }
}

.scheda__finiture .nav-link {
    font-family: "AndesCndW04-Lt", sans-serif;
}

.scheda__finiture .nav-link.active {
    font-family: "AndesCndW04-Bold", sans-serif;
}

@media print {
    .scheda__intro .row {
        display: none;
    }
}

.scheda__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1;
}

.scheda__features .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    text-align: center;
    padding: 0 10px 40px;
}

@media screen and (min-width: 576px) {
    .scheda__features .item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 10%;
        flex: 1 0 10%;
        padding-bottom: 0;
    }
}

.scheda__features .thumb {
    height: 40px;
    margin: 0 auto 15px;
}

.scheda__features img {
    max-width: 40px;
    max-height: 40px;
}

.scheda__features .title {
    font-size: 18px;
}

.scheda__features .copy {
    color: #000;
    font-size: 13px;
    line-height: 1.2;
}

@media print {
    .scheda__colori header {
        display: none;
    }
}

.scheda__finiture .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.scheda__finiture .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0;
    position: relative;
    display: inline-block;
}

.scheda__finiture .nav-link,
.scheda__finiture .nav-link.active {
    color: #47433f;
    background: none;
}

.scheda__finiture .nav-link:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #d1d0cf;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.33, 0, 0, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.33, 0, 0, 1);
    -o-transition: transform 0.4s cubic-bezier(0.33, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(0.33, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(0.33, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(0.33, 0, 0, 1);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.scheda__finiture .nav-link:hover:after,
.scheda__finiture .nav-link.active:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.scheda__finiture .nav-link:hover:after {
    opacity: 0.5;
}

.scheda__finiture .nav-link.active:after {
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .scheda__finiture .nav-link {
        font-size: 24px;
    }
}

@media print {
    .scheda__finiture {
        display: none;
    }
}

.scheda__download .downloads {
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.scheda__download .downloads li {
    list-style: none;
    width: 33.3333%;
    float: left;
}

@media screen and (max-width: 991px) {
    .scheda__download .downloads li {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .scheda__download .downloads li {
        width: 100%;
    }
}

@media print {
    .scheda__download {
        display: none;
    }
}

.scheda__map .map {
    background: url("../pages/scheda/img/map.png") no-repeat center center;
    background-size: cover;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.2);
}

.scheda__map img {
    width: 42px;
    height: 52px;
}

@media print {
    .scheda__map {
        display: none;
    }
}