﻿body {
    padding: 0px;
    margin: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}*/

/* FONTS */
@font-face {
    font-family: 'Marck Script';
    src: url('Fonts/MarckScript-Regular.ttf');
    src: url('Fonts/MarckScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed Black';
    src: url('Fonts/BarlowCondensed-Black.ttf');
    src: url('Fonts/BarlowCondensed-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed Bold';
    src: url('Fonts/BarlowCondensed-Bold.ttf');
    src: url('Fonts/BarlowCondensed-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed ExtraLight';
    src: url('Fonts/BarlowCondensed-ExtraLight.ttf');
    src: url('Fonts/BarlowCondensed-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed Light';
    src: url('Fonts/BarlowCondensed-Light.ttf');
    src: url('Fonts/BarlowCondensed-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed Medium';
    src: url('Fonts/BarlowCondensed-Medium.ttf');
    src: url('Fonts/BarlowCondensed-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: 'Barlow Condensed Regular';
    src: url('Fonts/BarlowCondensed-Regular.ttf');
    src: url('Fonts/BarlowCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Arial_Narrow';
    src: url('Fonts/ArialNarrow.TTF');
    src: url('Fonts/ArialNarrow.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/**********************************************************
***********************************************************/
body {
     font-family: 'Barlow Condensed Regular';
}
body.ru {
    font-family: 'Arial_Narrow' !important;
}
.font-arial-narrow {
    font-family: 'Arial_Narrow' !important;
}
p {
    font-size: 18px;
    color: #464646;
    line-height: 24px;
}

.menu-desktop {
    display: block;
}

.menu-mobile {
    display: none;
}

small {
    font-size: 16px;
    color: #656565;
    margin: 0px;
    padding: 0px;
    display: block;
}

a {
    color: #656565;
    text-decoration: none;
    transition: all 0.55s ease;
}

    a:hover {
        color: #000000;
        text-decoration: none;
    }

.underlined, .underlined:hover {
    text-decoration: underline;
}

strong {
    font-weight: normal;
    /*font-family: 'Barlow Condensed Regular';*/
    font-weight: bold;
    color: #636363;
}

h1, h2 {
    text-transform: uppercase;
     /*font-family: 'Barlow Condensed Regular';*/
    font-weight: bold;
    color: #464646;
}

h1 {
    font-size: 4.5rem;
    line-height: 5rem;
    margin-bottom: 20px;
}

    h1.title_internal {
        text-transform: none;
         /*font-family: 'Barlow Condensed Regular';*/
        font-size: 3rem;
        line-height: 3.5rem;
    }
    h1.title_internal.codice {
        font-family: 'Arial_Narrow';
    }

        h1.title_internal span {
             /*font-family: 'Barlow Condensed Regular';*/
            color: #464646;
            font-size: 2.5rem;
        }

            h1.title_internal span a {
                 /*font-family: 'Barlow Condensed Regular';*/
                color: #464646;
                font-size: 2rem;
                line-height: 3.5rem;
            }

                h1.title_internal span a:hover {
                    color: #636363;
                }

h2 {
    font-size: 3rem;
    line-height: 3.5rem;
}

    h2.title_internal {
        text-transform: none;
         /*font-family: 'Barlow Condensed Regular';*/
        font-weight: bold;
        font-size: 2.2rem;
        line-height: 2.2rem;
        color: #c2c2c2;
        margin: auto;
        display: table;
        background-color: #ffffff;
        margin-bottom: -5px;
    }

h3 {
    font-size: 42px;
    line-height: 2.5rem;
    color: #656565;
     /*font-family: 'Barlow Condensed Regular';*/
    margin-bottom: 1.5rem;
    margin-top: 15px;
}

    h3.title_internal {
        text-transform: none;
         /*font-family: 'Barlow Condensed Regular';*/
        font-size: 2.5rem;
        line-height: 3rem;
    }

        h3.title_internal span {
             /*font-family: 'Barlow Condensed Regular';*/
            color: rgb(206,206,206);
        }


h4 {
    text-transform: uppercase;
    font-size: 26px;
    color: #656565;
    font-family: 'Barlow Condensed Medium';
    /*font-weight: bold;*/
}

    h4 span {
        text-transform: none;
        font-size: 1rem;
        line-height: 1.4rem;
        color: #989696;
         /*font-family: 'Barlow Condensed Regular';*/
    }

    h4.title_internal {
        text-transform: none;
         /*font-family: 'Barlow Condensed Regular';*/
        font-size: 1.5rem;
        line-height: 0rem;
        color: #c2c2c2;
        margin: 2rem 0;
    }

    h4.regular {
        font-size: 1.4rem;
        margin-top: 0.5rem;
         /*font-family: 'Barlow Condensed Regular';*/
    }

.card-body h4 {
    text-transform: none;
}

h5 {
    margin-top: 15px;
    font-size: 22px;
    line-height: 24px;
    color: #656565;
    font-family: 'Barlow Condensed Medium';
}

h6 {
    font-size: 1.2rem;
    line-height: 1rem;
    color: #656565;
    font-family: 'Barlow Condensed Medium';
}

span.green, strong.green, p.green {
    color: #3d9543 !important;
}

span.ItalyGreen {
    color: #3d9543 !important;
}

span.ItalyWhite {
    color: #ffffff !important;
}

span.ItalyRed {
    color: red !important;
}

blockquote {
     /*font-family: 'Barlow Condensed Regular';*/
    color: #989696;
    font-size: 18px;
    margin: 2px 0px;
}

.coursive, .coursive span {
    font-family: 'Marck Script' !important;
    text-shadow: 1px -1px 2px rgba(255,255,255,1);
    filter: drop-shadow(-1px 1px 1px rgba(125,125,125,0.7));
}

.relative {
    position: relative;
}

.block {
    display: block;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.light-grey {
    color: rgb(206,206,206);
}

.nopadding {
    padding: 0px !important;
}

.nomargin {
    margin: 0px !important;
}

.img-thumbnail {
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 0px;
}

.thumb-gallery a {
    height: 160px;
    overflow: hidden;
    margin-top: 1rem;
    display: block;
}

.noborder {
    border: 0px !important;
    border: none;
}

.fullwidth {
    width: 100% !important;
}

.jumbotron {
    height: 700px;
    margin-bottom: 0px;
}

.searchbar {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    margin: 9px 23px;
    outline: none;
    box-sizing: border-box;
}

.search__wrapper {
    position: relative;
}

.search__field {
    width: 50px;
    height: 30px;
    color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
}

    .search__field::placeholder {
        color: transparent;
    }

    .search__field:focus {
        border-bottom-color: #ccc;
        width: 250px;
        color: #eeeeee;
        cursor: default;
        border-bottom: 2px solid rgba(125,125,125,1);
        outline: none;
    }

/*.search__field:focus ~ .search__icon {
            background-color: transparent;
            cursor: pointer;
            pointer-events: auto;
        }*/

.search__icon {
    position: absolute;
    top: 0px;
    border: 0px;
    background-color: transparent;
    right: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    pointer-events: none;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
    color: #ffffff;
}

/*.search__field::-webkit-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-ms-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-webkit-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field::-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-ms-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}*/


.middleCentered {
    display: table;
    margin: auto;
}

    .middleCentered p, .middleCentered img, .middleCentered div {
        display: table-cell;
        vertical-align: middle;
    }

.separator {
    border-bottom: 1px solid #c2c2c2;
    margin-top: -10px;
}

.separatorleft {
    border-left: 1px solid rgb(215,215,215);
}

.title_separator {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #c2c2c2;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}

.btnAction {
    padding: 0.27rem 1.15rem;
    border: 5px solid rgb(215,215,215);
    transition: all 0.55s ease;
}

    .btnAction:hover {
        color: #FFFFFF;
        background-color: rgb(215,215,215);
    }


.col-lg-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col-lg-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-lg-80 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}

.col-sm-1of8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
}
.col-sm-1of9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    max-width: 11%;
}

.top-internal-page {
    padding: 0px;
    margin: 0px;
    position: relative;
    max-height: 420px;
}

    .top-internal-page img {
        width: 100%;
    }

    .top-internal-page > span {
        position: absolute;
        left: calc(20% + 60px);
        bottom: 1rem;
        text-transform: uppercase;
        font-size: 4.5rem;
        margin-bottom: 0px;
        line-height: 5rem;
        color: #ffffff;
    }

    .top-internal-page.collection-cover {
        max-height: 570px;
        overflow: hidden;
    }

.button-remer {
    background-color: #989696;
    border-color: #7d7d7d;
    color: #ffffff;
    text-transform: uppercase;
}

    .button-remer:hover {
        background-color: #7d7d7d;
        border-color: #7d7d7d;
        color: #ffffff;
        text-transform: uppercase;
    }

/*#carouselSlider {
    height: 700px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}*/

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 60px;
    height: 60px;
}

#carouselSlider img {
    width: 100%;
}

.blank-separator {
    height: 47px;
}

    .blank-separator.thin {
        height: 14px;
    }

    .blank-separator.prefooter {
        height: 119px;
    }
/*.fixed-top {
    position: fixed;
    top: 0;
    right: auto;
    left: 0;
    z-index: 1030;
}*/
.container {
    position: relative;
    /*margin-left:0px;
    margin-right:0px;*/
}

/*.container .slide-content {
        margin-top: 38%;
        padding: 1rem 5rem;
    }*/

.title-slide, .lead {
    color: #ffffff;
    text-shadow: -2px 3px 2px rgba(125,125,125,1);
}

.title-slide {
    text-transform: uppercase;
    font-size: 4.5rem;
    margin-bottom: 0px;
    line-height: 5rem;
}

.lead {
    font-size: 30px;
    margin-left: 5px;
}

.carousel-caption {
    bottom: 60px;
    text-align: left;
    left: calc(20% + 60px);
}

.carousel-indicators li {
    height: 6px;
    background-color: #555;
    margin-right: 6px;
    margin-left: 6px;
}

.navbar {
    padding: 0px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
    padding: 0px 10px;
    border-left: 1px solid #5a5a5a;
    border-right: 1px solid #000000;
}

    .navbar-dark .navbar-nav .nav-link.list-item {
        padding: 0 0 0 12px;
    }
/*.nav-pills .nav-link {
}*/

.nav-pills .nav-link {
    border: 0px !important;
    font-size: 17px !important;
    color: #656565 !important;
    text-transform: capitalize !important;
    position: relative !important;
}

    .nav-pills .nav-link:hover {
        color: #000000 !important;
    }

    .nav-pills .nav-link.active {
        color: #000000;
        background-color: transparent;
    }

        .nav-pills .nav-link.active:after {
            /*font-family: "Font Awesome 5 Pro";*/
            position: absolute;
            right: -15px;
            top: 9px;
            content: '';
            /* content: "\f0da"; */
            font-size: 10px;
            background-image: url(Images/Layout/arrow_icon.png);
            width: 10px;
            height: 11px;
            background-position: center;
            background-repeat: no-repeat;
        }

    .nav-pills .nav-link.medium {
        font-size: 16px !important;
        border-top: 1px solid #656565;
        margin-top: .3rem;
        padding-top: .2rem;
        border-top: 1px solid #656565 !important;
        border-radius: 0px;
    }

.navbar-brand {
    display: inline-block;
    padding-top: .8rem;
    padding-bottom: .8rem;
    margin-left: 0.4rem;
}

.navbar-dark .navbar-brand {
    float: left;
}
/*
.row {
    width: 100%;
}*/

.menu-container {
    padding: 5px 13px;
    background-color: rgba(58,58,58,0.8);
    width: 100%;
    height: 88px;
}

    .menu-container div#remerNavbar {
        float: right;
        margin-top: 45px;
        text-transform: uppercase;
    }

        .menu-container div#remerNavbar ul li a, .menu-container div#remerNavbar ul li a span {
            font-size: 22px;
             /*font-family: 'Barlow Condensed Regular';*/
        }
            .menu-container.ru div#remerNavbar ul li a, .menu-container.ru div#remerNavbar ul li a span {
                font-size: 17px;
            }
        .menu-container div#remerNavbar ul li:first-child a {
            border-left: 0px;
        }

        .menu-container div#remerNavbar ul li:last-child a {
            border-right: 0px;
            padding-right: 0px;
        }

.nav-item.dropdown {
    position: unset;
}

.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu {
    padding: 32px 24px;
}

.navbar .dropdown-menu.show {
    top: 98% !important;
}

.megamenu .dropdown-menu {
    left: 24px;
    right: 24px;
}

.navbar .dropdown-menu {
    position: absolute;
    top: 98%;
    left: 0;
    z-index: 1000;
    float: left;
    width: calc(100% - 30px);
    padding: .5rem 0;
    margin: .125rem 0 0 15px;
    font-size: 1rem;
    color: #19191a;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 20px 30px 5px rgba(0,0,0,.05);
    box-shadow: 0 20px 30px 5px rgba(0,0,0,.05);
}

.navbar .menu-container div#remerNavbar ul li .dropdown-menu a.list-item span {
    font-size: 20px;
}
.navbar .menu-container.ru div#remerNavbar ul li .dropdown-menu a.list-item span {
    font-size: 17px;
}
.dropdown-toggle::after {
    border-top: .2em solid !important;
    border-right: .2em solid transparent !important;
    border-left: .2em solid transparent !important;
}

/* HACK PER HOVER */
.dropdown > .dropdown-menu {
    top: 200%;
    transition: 0.3s all ease-in-out;
    line-height: 28px;
}

.dropdown:hover > .dropdown-menu {
    display: block;
    top: 100%;
    overflow-y: auto;
    height: 480px;
    overflow-x: hidden;
}

}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

/* FINE HACK HOVER DROPDOwN*/



.link-list {
    list-style-type: none;
    padding-inline-start: 15px;
}

    .link-list.nopad {
        list-style-type: none;
        padding-inline-start: 5px;
    }

    .link-list li h3.no_toc {
        font-size: 18px;
        line-height: 24px;
        color: #656565;
        border-bottom: 1px solid #656565;
        padding-bottom: 0.2rem;
        margin-bottom: 0.3rem;
        margin-top: 3px;
    }

    .link-list li a.list-item {
        font-size: 17px !important;
        color: #656565;
        text-transform: capitalize;
        position: relative;
    }

        .link-list li a.list-item:hover {
            color: #000000;
        }

        .link-list li a.list-item.selected {
            color: #000000;
        }

            .link-list li a.list-item.selected:after {
                font-family: "Font Awesome 5 Pro";
                position: absolute;
                right: -15px;
                content: "\f0da";
                font-size: 10px;
                top: 25%;
            }

    .link-list li.it-more {
        border-top: 1px solid #656565;
        margin-top: .5rem;
        padding-top: .5rem;
    }

        .link-list li.it-more a.list-item {
            font-size: 16px !important;
        }
/* override accordion in megamenu*/
.list-group-item {
    border: 0px;
}

.accordion-list > li {
    text-indent: -5px;
}

    .accordion-list > li:before {
        content: "-";
    }

.accordion-list li a.list-item {
    font-size: 16px !important;
}



.menu-collezione-repeat {
    width: 20%;
    height: auto;
    position: relative;
    float: left;
    margin: 1% 1% 5% 4%;
}

    .menu-collezione-repeat:before {
        content: '';
        position: absolute;
        /*height: 525px;*/
        left: 0px;
        right: 0px;
        background: -moz-linear-gradient(75deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) calc(70% - 1px), rgba(255,255,255,0.9) 70%, rgba(255,255,255,0) 90%);
        background: -webkit-linear-gradient(75deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) calc(70% - 1px),rgba(255,255,255,0.9) 70%,rgba(255,255,255,0) 90%);
        background: linear-gradient(75deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) calc(70% - 1px),rgba(255,255,255,0.9) 70%,rgba(255,255,255,0) 90%);
        opacity: 0.2;
    }

    .menu-collezione-repeat img {
        width: 100%;
    }

    .menu-collezione-repeat .collezione-title {
        padding: 2px;
        background-color: rgba(0, 0, 0, 0.55);
        color: #ffffff;
        position: absolute;
        bottom: 2%;
        min-height: 35px;
        width: 96%;
        left: 2%;
        text-align: center;
        font-family: 'Barlow Condensed Light';
        transition: all 0.55s ease;
        font-size: 22px;
        line-height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.menu-container.ru .menu-collezione-repeat .collezione-title {

    font-size: 17px;
}
#v-pills-finiture .menu-collezione-repeat .collezione-title, .menu-azienda-repeat .collezione-title {
    font-size: 18px;
}

.menu-collezione-repeat:hover .collezione-title {
    background-color: rgba(0, 0, 0, 0.90);
}

.menu-collezione-repeat .collezione-title a, .menu-collezione-repeat .collezione-title a:hover {
    color: #ffffff;
}

.menu-collezione-repeat a .collezione-title, .menu-collezione-repeat a .collezione-title:hover {
    color: #ffffff;
}


.menu-azienda-repeat {
    position: relative;
    width: 15%;
    height: auto;
    float: left;
    margin: 1% 2% 4% 3%;
}

    .menu-azienda-repeat:before {
        content: '';
        position: absolute;
        /*height: 525px;*/
        left: 0px;
        right: 0px;
        background: -moz-linear-gradient(75deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) calc(70% - 1px), rgba(255,255,255,0.9) 70%, rgba(255,255,255,0) 90%);
        background: -webkit-linear-gradient(75deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) calc(70% - 1px),rgba(255,255,255,0.9) 70%,rgba(255,255,255,0) 90%);
        background: linear-gradient(75deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) calc(70% - 1px),rgba(255,255,255,0.9) 70%,rgba(255,255,255,0) 90%);
        opacity: 0.2;
    }

    .menu-azienda-repeat img {
        width: 100%;
    }

    .menu-azienda-repeat .collezione-title {
        padding: 2px;
        background-color: rgba(0, 0, 0, 0.55);
        color: #ffffff;
        position: absolute;
        bottom: 2%;
        min-height: 35px;
        width: 96%;
        left: 2%;
        text-align: center;
        font-family: 'Barlow Condensed Light';
        transition: all 0.55s ease;
        font-size: 22px;
        line-height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.menu-container.ru .menu-azienda-repeat .collezione-title {
    font-size: 17px;
}
    .menu-azienda-repeat:hover .collezione-title {
        background-color: rgba(0, 0, 0, 0.90);
    }




.sezione-interna img {
    width: 100%;
}

.sezione-interna a {
    position: relative;
    display: block;
}

.sezione-interna .sezione-interna-title {
    background-color: rgba(0, 0, 0, 0.55);
    color: #d0d0cc;
    font-size: 22px;
    position: absolute;
    bottom: 2%;
    height: 35px;
    width: 96%;
    left: 2%;
    text-align: center;
     /*font-family: 'Barlow Condensed Regular';*/
    padding-top: 2px;
    transition: all 0.55s ease;
}

    .sezione-interna .sezione-interna-title.green {
        background-color: rgba(61,149,67, 0.55);
    }

.sezione-interna:hover .sezione-interna-title {
    background-color: rgba(0, 0, 0, 0.90);
}

    .sezione-interna:hover .sezione-interna-title.green {
        background-color: rgba(61,149,67, 0.90);
    }

.sezione-interna .sezione-interna-title a, .sezione-interna .sezione-interna-title a:hover {
    color: #ffffff;
}


/* BODY */
.bg-pattern {
    width: 100%;
    min-height: 150px;
    display: inline-block;
    position: relative;
    padding: 1rem;
}

    .bg-pattern::after {
        content: "";
        background-image: url('Images/Layout/texture_originale.png');
        background-position: top left;
        background-repeat: repeat;
        opacity: 0.2;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

.col-one-five {
    margin: 1%;
    width: 18%;
    float: left;
    text-align: center;
    padding: 1rem;
}

.aree-tematiche {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
}

    .aree-tematiche img {
        margin-bottom: 12px;
    }

.col-one-five.area-ematica {
    height: 250px;
    width: 215px;
    padding: 10px;
    margin: 5px 7px 5px 0px;
    background-color: #ffffff;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .col-one-five.area-ematica:hover {
        -webkit-transform: rotate3d(0,1,0,-180deg);
        -moz-transform: rotate3d(0,1,0,-180deg);
        -o-transform: rotate3d(0,1,0,-180deg);
        -ms-transform: rotate3d(0,1,0,-180deg);
        transform: rotate3d(0,1,0,-180deg);
    }

.col-one-five .col-one-five-content {
    border: 1px solid #999999;
    background-color: #ffffff;
    padding: 2rem 1rem;
    text-align: center;
    min-height: 195px;
}

.col-one-five.area-ematica .flip-card-front {
    position: absolute;
    left: 7px;
    bottom: 7px;
    top: 7px;
    right: 7px;
    height: 230px;
}

.col-one-five.area-ematica .flip-card-back {
    position: absolute;
    left: 7px;
    bottom: 7px;
    top: 7px;
    right: 7px;
    height: 230px;
    -webkit-transform: rotate3d(0,1,0,180deg);
    -moz-transform: rotate3d(0,1,0,180deg);
    -o-transform: rotate3d(0,1,0,180deg);
    -ms-transform: rotate3d(0,1,0,180deg);
    transform: rotate3d(0,1,0,180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.col-one-five .col-one-five-content img {
    max-height: 50px;
}

.col-one-five .col-one-five-content p {
    text-transform: uppercase;
    font-size: 24px;
    color: #656565;
     /*font-family: 'Barlow Condensed Regular';*/
    padding: 10px 0px;
}
/*.area-tematica:first-child {
    margin-left:0px !important; 
}*/
/* carousel */
.image-slider-lines {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 525px;
}

    .image-slider-lines.product {
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        height: 526px;
    }
    .image-slider-lines.news {
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        height:373px;
    }

    .image-slider-lines:before {
        content: '';
        position: absolute;
        height: 525px;
        left: 0px;
        right: 0px;
        background: -moz-linear-gradient(75deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) calc(70% - 1px), rgba(255,255,255,0.9) 70%, rgba(255,255,255,0) 90%);
        background: -webkit-linear-gradient(75deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) calc(70% - 1px),rgba(255,255,255,0.9) 70%,rgba(255,255,255,0) 90%);
        background: linear-gradient(75deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) calc(70% - 1px),rgba(255,255,255,0.9) 70%,rgba(255,255,255,0) 90%);
        opacity: 0.2;
    }

    .image-slider-lines h3 {
        position: absolute;
        bottom: 4px;
        width: 100%;
        font-size: 55px;
        line-height: 48px;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
         /*font-family: 'Barlow Condensed Regular';*/
    }


.ombra {
    margin-top: 0px;
    background-image: url('Images/Layout/ombre.png');
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    height: 12px;
    width: 100%;
}

/* NEWS */

/* homepage */
#container-news img, #container-events img {
    width: 100%;
}

#container-news h4, #container-events h4 {
    border-bottom: 1px solid rgb(152,150,150);
    padding-bottom: 7px;
    margin-bottom: 0px;
    margin-top: -5px;
}

#container-news .row, #container-events .row {
    height: 167px;
    overflow: hidden;
}

.news-image-container {
    width: 100%;
}

#container-news .row .col, #container-events .row .col {
    padding-left: 19px;
}

    #container-news .row .col p, #container-events .row .col p {
        line-height: 21px;
    }
/*overrides per pagina news e eventi */
#newseventi #container-news h4, #newseventi #container-events h4 {
    font-size: 20px;
}

/* FINITURE */
.sfondo-finitura {
    height: 210px;
    position: relative;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

.testata-finitura {
    height: 410px;
    position: relative;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 17%;
}

.bianco-opaco {
    background-image: url('Images/Finishing/BiancoOpaco/BO-titolo.jpg');
}

.nero-opaco {
    background-image: url('Images/Finishing/NeroOpaco/NO-titolo.jpg');
}

.nickel-sp-lucido {
    background-image: url('Images/Finishing/NichelSpazzolatoLucido/NP-titolo.jpg');
}

.nickel-sp-opaco {
    background-image: url('Images/Finishing/NichelSpazzolatoOpaco/NPO-titolo.jpg');
}

.oro-lucido {
    background-image: url('Images/Finishing/OroLucido/DO-titolo.jpg');
}

.oro-spazzolato {
    background-image: url('Images/Finishing/OroSpazzolato/BG-titolo.jpg');
}

.cromo-opaco {
    background-image: url('Images/Finishing/CromoNeroSpazzolato/CFP-titolo.jpg');
}

.rame-lucido {
    background-image: url('Images/Finishing/RameLucido/RL-titolo.jpg');
}

.visual-inox {
    background-image: url('Images/Finishing/VisualInox/visual-inox-titolo.jpg');
}
.rame-spazzolato {
    background-image: url('Images/Finishing/RameSpazzolato/rame-spazzolato-titolo.jpg');
}
.oil_bronze {
    background-image: url('Images/Finishing/OilBronze/BR-titolo.jpg');
}

.sfondo-finitura p {
    font-family: 'Barlow Condensed Light';
    font-size: 34px;
    text-transform: capitalize;
    position: absolute;
    top: 95px;
    left: 0;
    right: 0;
    min-height: 36px;
    line-height:30px;
}

.bianco-opaco p {
    color: #a4a4a4;
}

.nero-opaco p {
    color: #0e1315;
}

.nickel-sp-lucido p {
    color: #9d9d9d;
}

.nickel-sp-opaco p {
    color: #979687;
}

.oro-lucido p {
    color: #f8cf5f;
}

.oro-spazzolato p {
    color: #c3aa45;
}

.cromo-opaco p {
    color: #444444;
}

.rame-lucido p {
    color: #a47245;
}

.testata-finitura p {
     /*font-family: 'Barlow Condensed Regular';*/
    font-size: 18px;
    color: #464646;
    line-height: 24px;
}

/* STATISTICS */
#statistics {
    background-color: rgb(206,206,206);
    position: relative;
    min-height: 150px;
    padding: 10px 0px;
}

    #statistics::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: url('Images/Layout/stats.png');
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        z-index: 0;
    }



    #statistics .stats div {
        text-align: center;
        font-size: 18px;
        border-left: 1px solid rgba(255,255,255,0.7);
        border-right: 1px solid rgba(160,160,160, 0.7);
        color: #656565;
    }

        #statistics .stats div:first-child {
            border-left: 0px;
        }

        #statistics .stats div:last-child {
            border-right: 0px;
        }

        #statistics .stats div span {
            text-align: center;
            text-transform: uppercase;
            font-size: 46px;
            /*line-height: 4rem;*/
            color: #656565;
             /*font-family: 'Barlow Condensed Regular';*/
            font-weight: bold;
            text-shadow: -1px 1px 0px rgba(255,255,255,1);
        }

/*CATEGORIE HOME */
.categoria-container {
    padding-right: 10px;
}

.categoria-content {
    width: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    height: 391px;
}

    .categoria-content .category-title {
        background-color: rgba(0, 0, 0, 0.55);
        position: absolute;
        bottom: 5px;
        height: auto;
        width: calc(100% - 10px);
        left: 5px;
        transition: all 0.75s ease;
    }

a:hover .categoria-content .category-title {
    background-color: rgba(0, 0, 0, 1);
}

.categoria-content .category-title img {
    width: 44px;
    height: 44px;
    margin: 3px 4px;
}

.categoria-content .category-title h4 {
    text-align: right;
    position: absolute;
    bottom: 4px;
    right: 7px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: 'Barlow Condensed Light';
    font-size: 25px;
    line-height: 25px;
    font-weight: normal;
    margin-left:50px;
}
.categoriesSlider.ru .categoria-content .category-title h4 {
    font-size: 19px;
    line-height: 17px;
}
#carousel_categories {
    height: 350px;
    overflow: hidden;
}

/* PRODUZIONE CONSUMI ENERGIA */
.container-energy {
    background-color: rgb(215,215,215);
    padding: 20px;
    position: relative;
    height: 391px;
}

    .container-energy .content-energy {
        background-color: #FFFFFF;
        padding: 20px 10px;
        height: 100%;
    }

.content-energy p, .content-energy .green {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 33px;
    color: #656565;
     /*font-family: 'Barlow Condensed Regular';*/
    text-align: center;
}

.content-energy .green {
    text-transform: uppercase;
    line-height: 40px;
    font-size: 36px;
     /*font-family: 'Barlow Condensed Regular';*/
    text-align: center;
    margin-bottom: 0px;
}

.flag-energy-kw, .flag-energy-co2 {
    position: absolute;
    z-index: 1;
    width: 104%;
    left: -2%;
    height: 88px;
    font-family: 'Barlow Condensed ExtraLight';
    /*background-color: rgba(101,101,101, 0.8);*/
    background: linear-gradient(30deg, rgba(101, 101, 101, 0.8) 0%,rgba(101, 101, 101, 0.8) 50%,rgba(101, 101, 101, 0.6) 50%,rgba(101, 101, 101, 0.6) 100% );
    color: #ffffff;
    padding: 5px;
    border: 1px solid #656565;
    transition: all 0.35s ease;
}

    .flag-energy-kw:hover, .flag-energy-co2:hover {
        left: 0%;
    }

    .flag-energy-kw p, .flag-energy-co2 p {
         /*font-family: 'Barlow Condensed Regular';*/
        color: #ffffff;
        font-size: 18px;
        margin-bottom: 0px;
    }

    .flag-energy-kw .data, .flag-energy-co2 .data {
         /*font-family: 'Barlow Condensed Regular';*/
        color: #ffffff;
        font-size: 1.5rem;
    }

    .flag-energy-kw a, .flag-energy-co2 a {
        color: #FFFFFF !important;
    }

        .flag-energy-kw a svg, .flag-energy-co2 a svg {
            height: 100%;
        }

    .flag-energy-kw .data span, .flag-energy-co2 .data span {
         /*font-family: 'Barlow Condensed Regular';*/
        color: #ffffff;
        font-size: 38px;
        line-height: 48px;
    }

.flag-energy-kw {
    bottom: 136px;
}

.flag-energy-co2 {
    bottom: 35px;
}


.energiaPulita {
    background-image: url('Images/Layout/bg_boxverde_trasparenza.png');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    padding: 15px 20px 15px 10px;
    min-height: 125px;
}

    .energiaPulita p {
         /*font-family: 'Barlow Condensed Regular';*/
        font-size: 24px;
        color: #ffffff;
        line-height: 30px;
    }

        .energiaPulita p span {
             /*font-family: 'Barlow Condensed Regular';*/
            font-size: 16px;
            color: #96d290;
            line-height: 16px !important;
        }

    .energiaPulita .numbers p {
        font-family: 'Barlow Condensed Light';
        font-size: 48px;
        color: #ffffff;
        text-align: right;
    }

        .energiaPulita .numbers p span {
            font-family: 'Barlow Condensed Light';
            font-size: 24px;
            color: #ffffff;
            text-align: right;
        }

/* VALORI */
div#valori {
    position: relative;
}

    div#valori:before {
        position: absolute;
        background-image: url('Images/Layout/img_quote2.jpg');
        background-position: bottom right;
        background-repeat: no-repeat;
        bottom: 0;
        right: 15px;
        left: 0;
        top: 0;
        content: '';
        z-index: 0;
    }

    div#valori .valori_quoted {
        position: relative;
        background-image: url('Images/Layout/img_quote.jpg');
        background-position: top left;
        background-repeat: no-repeat;
    }


/* UFFICI E SEDE*/
div.ufficiesede {
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
}

    div.ufficiesede img {
        width: 100%;
    }

    div.ufficiesede p {
        font-size: 24px;
         /*font-family: 'Barlow Condensed Regular';*/
        color: #464646;
        padding-top: 1rem;
        margin-left: 1rem;
    }

        div.ufficiesede p span {
            font-size: 24px;
            font-family: 'Barlow Condensed Medium';
            color: #464646;
            margin-right: 10px;
        }

.ufficiesede .image-caption {
    width: 100%;
    height: calc(100% - 2rem - 24px);
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    bottom: calc(-100% - 1rem);
    transition: all 0.5s;
}

    .ufficiesede .image-caption p {
        color: #ffffff;
        position: absolute;
        bottom: 20%;
        left: 0;
        right: 0;
    }

.ufficiesede:hover .image-caption {
    bottom: 0;
    transition: all 0.5s;
}
/* CONTATTI */
.ThinBorderBox {
    border: 1px solid #989696;
    padding: 1rem;
    margin-bottom: 2rem;
    min-height: 147px;
}

#contacts p {
    font-size: 18px;
    color: #464646;
}

    #contacts p span {
        font-size: 20px;
        color: #464646;
    }
/* FOOTER */
.pre-footer {
    background-color: #656565;
    padding: 20px;
}

    .pre-footer p {
        text-align: center;
        color: #ffffff;
         /*font-family: 'Barlow Condensed Regular';*/
        font-size: 22px;
        margin-bottom: 0;
        line-height: 26px;
    }

        .pre-footer p a {
            color: #ffffff;
             /*font-family: 'Barlow Condensed Regular';*/
            text-decoration: underline;
        }

            .pre-footer p a:hover {
                color: #d7d7d7 !important;
            }

footer {
    background-color: rgb(215,215,215);
    border-top: 1px solid #FFFFFF;
    padding: 20px 0px 30px 0px;
    text-align: center;
}

    footer p {
        font-size: 22px;
        text-align: center;
        margin-bottom: 5px;
        color: #636363;
    }

    footer h5 {
         /*font-family: 'Barlow Condensed Regular';*/
        font-weight: bold;
        text-align: center;
        font-size: 20px;
        color: #636363;
        margin-top: 8px;
    }

    footer a {
        font-size: 18px;
        color: #636363;
        text-decoration: none;
    }

        footer a:hover {
            text-decoration: underline;
        }

    footer img {
        margin: auto;
        max-width: 100%;
    }
    footer .social {
        position:relative;
    }
    footer .logo {
        text-align: center;
        position: relative;
        margin-top: 50px;
        border-right: 0 !important;
        height: 80px;
    }
    footer .container .row div {
        border-right: 1px solid #656565;
        border-left: 1px solid #ffffff;
    }

        footer .container .row div:first-child {
            border-right: 1px solid #656565;
            border-left: 0px;
        }

        footer .container .row div:last-child {
            border-right: 0px;
            border-left: 1px solid #ffffff;
        }

.social {
    border-width: 0px;
    border: none !important;
    margin-top: 25px;
}

    .social ul {
        list-style-type: none;
        display: flex;
        padding-inline-start: 0px;
        width: max-content;
        margin: auto;
    }

        .social ul li {
            padding: 2px;
        }

            .social ul li a img {
                -webkit-filter: hue-rotate(90deg) contrast(3) grayscale(100);
                filter: hue-rotate(90deg) contrast(3) grayscale(100);
            }

#internalPage .social ul li a img {
    width: 60%;
}

.social ul li a:hover img {
    -webkit-filter: none;
    filter: none;
}

/* CAROUSEL OVERRIDE */
/*.carousel-inner-top-home, .carousel-inner-product {
    display: table;
}*/

/*BREADCRUMBS OVERRIDES Bootstrap*/
.breadcrumb {
    background-color: rgb(215,215,215);
    padding: 5px 10px;
    border-radius: 0px;
}

    .breadcrumb li a {
        color: #656565;
    }

        .breadcrumb li a:hover {
            color: #000000;
        }
/*ACCORDION OVERRIDES Bootstrap*/
.card {
    border-radius: 0px;
    border: none;
}

.card-header {
    padding: 0.5rem;
    margin-bottom: 5px;
    background-color: rgb(245,245,245);
    border-bottom: 0px;
}

    .card-header .btn-link {
        text-decoration: none !important;
        color: #656565;
        background-color: transparent;
        font-size: 36px;
        line-height: 36px;
         /*font-family: 'Barlow Condensed Regular';*/
    }

        .card-header .btn-link:hover {
            text-decoration: none !important;
        }

    .card-header a {
        cursor: pointer;
        display: block;
    }

        .card-header a:before {
            font-family: "Font Awesome 5 Pro";
            content: "\f068";
            float: right;
            transition: all 0.5s;
        }

        .card-header a.collapsed:before {
            font-family: "Font Awesome 5 Pro";
            content: "\f067";
            float: right;
            transition: all 0.5s;
        }
/* SIDEBAR */

.side .yellow.selected div, .side .yellow:hover div {
    color: #b0cb3d;
}

.side .red.selected div, .side .red:hover div {
    color: #ea2582;
}

.side .blue.selected div, .side .blue:hover div {
    color: #6195c5;
}

.side .black.selected div, .side .black:hover div {
    color: #000000;
}

.bottom-shadow {
    position: relative;
    background-color: #ffffff;
    padding: 0.75rem 0.5rem;
    border: 1px solid rgb(215,215,215);
    display: inline-table;
    margin-bottom: 2rem;
}

    .bottom-shadow:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 20px;
        background-image: url('Images/Layout/top-shadow.png');
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        bottom: -12px;
        left: 0px;
        right: 0px;
        z-index: -1;
        opacity: 0.5;
    }

.top-shadow {
    position: relative;
    background-color: #ffffff;
    padding: 0.75rem 0.5rem;
    border: 1px solid rgb(215,215,215);
    display: inline-table;
    margin-bottom: 2rem;
}

    .top-shadow:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 20px;
        background-image: url('Images/Layout/top-shadow.png');
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        top: -9px;
        left: 0px;
        right: 0px;
        z-index: -1;
        opacity: 0.5;
    }

    .top-shadow img {
        float: left;
        width: 38%;
        margin-right: 0rem;
    }

    .top-shadow div {
        padding-left: 4px;
        font-size: 1.1rem;
        line-height: 1.5rem;
        float: left;
        width: 60%;
    }

.sidebar-link {
    list-style-type: none;
    padding-inline-start: 0px;
}

    .sidebar-link li {
        color: rgb(215,215,215);
        font-size: 1.15rem;
        margin: .75rem 0;
    }

        .sidebar-link li a {
            color: rgb(195,195,195);
            position: relative;
        }

            .sidebar-link li a:hover {
                color: #636363;
            }

            .sidebar-link li a.selected {
                color: #636363;
            }

                .sidebar-link li a.selected:after {
                    font-family: "Font Awesome 5 Pro";
                    position: absolute;
                    right: -15px;
                    content: "\f0da";
                    font-size: 15px;
                    top: 9%;
                }

.blocco-anno {
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    padding: 12px 20px;
    min-height: 125px;
}

    .blocco-anno.bkg-1960 {
        background-image: url('Images/Layout/bg_1960_trasparenza.png');
    }

    .blocco-anno.bkg-1970 {
        background-image: url('Images/Layout/bg_1970_trasparenza.png');
    }

    .blocco-anno.bkg-1980 {
        background-image: url('Images/Layout/bg_1980_trasparenza.png');
    }

    .blocco-anno.bkg-1990 {
        background-image: url('Images/Layout/bg_1990_trasparenza.png');
    }

    .blocco-anno.bkg-2000 {
        background-image: url('Images/Layout/bg_2000_trasparenza.png');
    }

    .blocco-anno label {
        font-family: 'Barlow Condensed Light';
        font-size: 60px;
        color: #ffffff;
        text-shadow: 0px 2px 1px #757575;
        display: block;
        float: left;
    }


    .blocco-anno .contenuto-anno {
        padding: 20px 0px 20px 15px;
    }

        .blocco-anno .contenuto-anno p {
             /*font-family: 'Barlow Condensed Regular';*/
            font-size: 24px;
            color: #464646;
        }

            .blocco-anno .contenuto-anno p strong {
                 /*font-family: 'Barlow Condensed Regular';*/
                color: #464646;
                font-weight: bold;
            }

.blocco-cert {
    background: #FFFFFF;
    background: linear-gradient(315deg, rgba(215,215,215,1) 0%, rgba(215,215,215,1) 50%, rgba(236,236,236,1) 99%, rgba(215,215,215,1) 100%);
    padding: 12px 5px;
    min-height: 125px;
    display: inline-flex;
}

    .blocco-cert img {
        display: block;
        margin: 15px 15px 5px 10px;
        height: fit-content;
        height: -moz-fit-content;
        min-height: 90px;
    }

    .blocco-cert .contenuto-cert span {
        display: block;
         /*font-family: 'Barlow Condensed Regular';*/
        font-size: 24px;
        color: #464646;
        position: relative;
    }

        .blocco-cert .contenuto-cert span.certificazioni:after {
            position: absolute;
            right: 10px;
            height: 10px;
            width: 10px;
            top: 15px;
            content: '';
            background-image: url('Images/Layout/arrow_icon.png');
            background-repeat: no-repeat;
            background-position: right center;
            transition: all 0.35s ease;
        }

    .blocco-cert:hover .contenuto-cert span.certificazioni:after {
        right: 5px;
    }

    .blocco-cert .contenuto-cert p {
         /*font-family: 'Barlow Condensed Regular';*/
        font-size: 18px;
        color: #7d7d7d;
    }

.blocco-quote {
    position: relative;
    background-color: transparent;
}

    .blocco-quote p {
        font-family: 'Barlow Condensed ExtraLight';
        font-style: italic;
        font-size: 30px;
        color: #464646;
        text-align: center;
        display: block;
        margin: auto;
        position: relative;
        z-index: 1;
        line-height: 50px;
    }

    .blocco-quote:before {
        position: absolute;
        background-color: transparent;
        background-image: url('Images/Layout/quote1.png');
        background-size: cover;
        top: -40px;
        left: 0px;
        right: 0px;
        height: 41px;
        content: '';
    }

    .blocco-quote:after {
        position: absolute;
        background-color: transparent;
        background-image: url('Images/Layout/quote1.png');
        background-size: cover;
        transform: rotate(180deg);
        bottom: -45px;
        left: 0px;
        right: 0px;
        height: 41px;
        content: '';
    }

.custom-list {
    list-style: none;
    padding: 0;
}

    .custom-list li {
        padding-left: 1.3em;
    }

        .custom-list li:before {
            content: "\f0da";
            content: "\f0da"; /* FontAwesome Unicode */
            font-family: "Font Awesome 5 Pro";
            display: inline-block;
            margin-left: -1.3em; /* same as padding-left set on li */
            width: 1.3em; /* same as padding-left set on li */
        }

        .custom-list li.even {
            background-color: #eeeeee;
        }

        .custom-list li.odd {
            background-color: #ffffff;
        }
/* TABLES data */
.table {
    border: 0px;
}

    .table tr td, div.table {
        border: 1px solid rgb(215,215,215);
        padding: 1rem;
    }

div.table {
    margin-bottom: -1px;
    position: relative;
}

    .table tr td img, div.table img {
        max-width: 100%;
    }

.corner-top-right {
    position: absolute;
    top: 5px;
    right: 5px;
    min-width: 10px;
    min-height: 10px;
}
/* REPEATERS PRODOTTI COLLEZIONI CATALOGHI */
.product-repeat.top-shadow, .depliant-repeat.top-shadow {
    position: relative;
    padding: 0px;
}

    .product-repeat.top-shadow:before, .depliant-repeat.top-shadow:before {
        opacity: 0.5;
        top: -1%;
        z-index: 0;
    }

    .depliant-repeat.top-shadow:before {
        width: 98%;
        top: 0;
        left: 1%;
    }

    .product-repeat.top-shadow:hover:before, .depliant-repeat.top-shadow:hover:before {
        opacity: 1;
    }

.product-repeat h4 {
    margin-top: .5rem;
    color: #656565;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: normal;
}

.product-repeat:hover h4, .depliant-repeat:hover p {
    color: #000000;
}

.product-repeat .product-image-content, .depliant-repeat .depliant-image-content {
    min-height: 160px;
    position: relative;
    width: 100%;
    margin-bottom: .5rem;
}

.depliant-repeat .depliant-image-content {
    min-height: 206px;
    margin-bottom: 10px;
}

div#collections .product-repeat .product-image-content {
    min-height: 177px;
}

.product-repeat .product-image-content img {
    width: 92%;
    position: absolute;
    top: 4%;
    left: 4%;
    bottom: 6px;
    object-fit: cover;
    height: 92%;
}

.depliant-repeat .depliant-image-content img {
    width: 100%;
    position: absolute;
    top: 4%;
    left: 0;
    bottom: 6px;
    object-fit: cover;
    height: 96%;
}

.product-repeat .product-image-content:before {
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: "";
    position: absolute;
    width: 100%;
    height: 12%;
    background-color: #eeeeee;
    transition: all 0.55s ease;
}

.product-repeat:hover .product-image-content:before {
    background-color: #515151;
}

.product-repeat .product-image-content:after, .depliant-repeat .depliant-image-content:after {
    content: '';
    position: absolute;
    /*height: 525px;*/
    left: 0px;
    right: 0px;
    background: -moz-linear-gradient(75deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) calc(70% - 1px), rgba(255,255,255,0.9) 70%, rgba(255,255,255,0) 90%);
    background: -webkit-linear-gradient(75deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) calc(70% - 1px),rgba(255,255,255,0.9) 70%,rgba(255,255,255,0) 90%);
    background: linear-gradient(75deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) calc(70% - 1px),rgba(255,255,255,0.9) 70%,rgba(255,255,255,0) 90%);
    opacity: 0.2;
}


/* GALLERY INTERNAL 
.tz-gallery .row div {
    overflow: hidden;
}

    .tz-gallery .row div img {
        width: 100%;
    }
    */
.gallery-list img {
    max-width: 100%;
}

#emotionGallery div img {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#emotionGallery .halfHeight {
    height: calc(50% - 7px);
    overflow: hidden;
}

#emotionGallery .fullfHeight {
    height: calc(100%);
    overflow: hidden;
}
/* PRODUCT */
#carouselProduct {
    /*height: 400px;*/
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.product-functions {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding-inline-start: 0px;
}

    .product-functions li {
        padding: 2px;
        /*border: 1px solid rgb(215,215,215);*/
        margin: 0px 10px 0px 0px;
        text-align: center;
        display: table;
        height: 56px;
        width: 56px;
    }

        .product-functions li a {
            display: table-cell;
            vertical-align: middle;
        }

            .product-functions li a img {
                max-height: 50px;
                max-width: 50px;
            }

.customTooltip .tooltip-inner {
    background-color: #656565;
    color: #ffffff;
    font-family: 'Barlow Condensed Light';
    font-size: 0.75rem;
}

.customTooltip .arrow:before {
    border-top-color: #656565;
}

#product-finishings div a img {
    /*max-height:100%;*/
    max-width: 100%;
}

#product-downloads .filled {
    /*border: 4px solid rgb(215,215,215);
    background-color: rgb(206,206,206);*/
    padding: 0px;
}

    #product-downloads .filled img {
        max-width: 100%;
        height: 50px;
    }

#product-downloads a {
    line-height: 1rem;
}


.background-gradient-grey {
    background-image: url('Images/Layout/fascia_background.jpg');
    background-repeat: repeat-x;
    background-position: left center;
    text-align: center;
    min-height: 250px;
    padding: 1px 0px 50px 0px;
    position: relative;
}

    .background-gradient-grey .centered-flag {
        position: absolute;
        left: calc(50% - 54px);
        top: -6px;
        height: 6px;
        width: 108px;
    }

#filterBox label {
    color: #464646;
    font-size: 20px;
    line-height: 20px;
}
/*    BORDI PER PARENTESI FINTE    */
.bordo-parentesi {
    border-color: #d0d0cc;
    border-style: solid;
    border-width: 0px;
}

    .bordo-parentesi.sx {
        border-left-width: 6px;
    }

    .bordo-parentesi.dx {
        border-right-width: 6px;
    }

    .bordo-parentesi.up {
        border-top-width: 6px;
    }

    .bordo-parentesi.down {
        border-bottom-width: 6px;
    }

.btn-contatti {
    color: #a0a0a0;
    border-right: 1px #a0a0a0 solid;
    padding-right: 10px;
}

    .btn-contatti:hover, btn-contatti:active, btn-contatti:visited {
        color: #fff;
    }

#lang {
    color: #a0a0a0;
    background: transparent;
    border: none;
    font-size: 16px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: 6px;
    width:68px;
}

    #lang:focus {
        outline: none;
    }



label.wrap {
    position: relative;
    margin-right: 36px;
}

    label.wrap:after {
        content: "\f0d7 ";
        font-family: "Font Awesome 5 Pro";
        color: #a0a0a0;
        font-size: 12px;
        position: absolute;
        left: 64px;
        top: 5px;
        z-index: 1;
        width: 10%;
        height: 100%;
        pointer-events: none;
        font-weight: 600;
    }

.search-div {
    float: right;
}

.search-icon {
    position: absolute;
    top: 0px;
    border: 0px;
    background-color: #545454;
    right: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    /*pointer-events: none;*/
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
    color: #ffffff;
    padding: 0;
}

.togglesearch {
    background: #E8E8E4;
    position: absolute;
    top: 44px;
    right: -8px;
    width: 244px;
    height: 53px;
    line-height:2;
    padding:10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-top: 4px solid #fff;
    display: none;
}

    .togglesearch:before {
        content: "";
        position: absolute;
        top: -32px;
        right: 13px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 14px solid transparent;
        border-bottom: 14px solid #fff;
    }

    .togglesearch input[type="text"] {
        width: 160px;
        padding: 5px 8px;
        margin-left: 5px;
        border: 1px solid #545454;
        outline: none;
        height: 30px;
        margin-left:0;
    }

    .togglesearch input[type="submit"] {
        width: 60px;
        padding: 0;
        background: #545454;
        color: #fff;
        margin-left: 0;
        border: 1px solid #545454;
        outline: none;
        cursor: pointer;
        height: 30px;
        line-height:1;
    }
.product-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 0px;
    position: relative;
}


    .product-video iframe,
    .product-video object,
    .product-video embed {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }




a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}