/*------------------------------------
 Stili default del documento.
------------------------------------*/
svg path,
svg circle {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    text-rendering: geometricPrecision;
}

body {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 1.3;
    background: #fff;
    color: #000;
    min-height: 100vh !important;
    display: flex;
    flex-direction: column;
}

* {
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
    display: block;
}

strong, b {
    font-weight: 700;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

img {
    max-width: 100%;
    height: auto;
}

.img-responsive {
    width: 100%
}

a {
    color: #cf1126;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #a10d13;
    transition: all 0.3s ease-in-out;
}

a:focus {
    color: #a10d13;
    outline: none;
}


p {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #000;
}

h1, h2, h3, h4, h5, h6, .title, .big-text {
    line-height: 1.1;
    margin: 0px 0px 20px 0px;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    color: #000;
}

h1 {
    font-size: 40px;
}

h2, .title {
    font-size: 34px;
}

h3 {
    font-size: 30px;
}

h4, .big-text {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}


.big-title,
.big-title2,
.big-title3 {
    font-size: 70px;
    line-height: 0.9;
    font-family: 'Manrope', sans-serif;
    font-weight: 400
}

.big-title2 {
    font-size: 58px;
}

.big-title3 {
    font-size: 90px;
}

.big-text {
    font-size: 24px;
}

.big-text2 {
    font-size: 22px;
}

.two_columns {
    column-count: 2;
    column-gap: 40px;
}


.white, .white * {
    color: #fff !important;
}

.red {
    color: #d2091e !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.light {
    font-weight: 300 !important;
}

.medium {
    font-weight: 600;
}

.relative {
    position: relative;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.bg-lightbeige {
    background-color: #e1dad1;
}

.bg-beige {
    background-color: #a89b8c !important;
}

.bg-white {
    background-color: #fff;
}

.minus_margin {
    margin-top: -120px
}

.bg-image {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-image.bg-home {
    /*background: linear-gradient(90deg, rgba(137,121,114,1.0) 0%, rgba(137,121,114,0.2) 100%);*/
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    height: 80vh
}

.contenitore_slideHome {
    height: 80vh;
    position: relative;
}

.bg-image.bg-home.dettaglio_lavorazione {
    height: 64vh
}

.bg-image.bg-home.meno-alto {
    height: 50vh
}

.bg-image.bg-home.no-gradient {
    background: transparent;
}

.bg-image.scroll {
    background-attachment: inherit;
    position: relative;
}

.bg-image.scroll:after {
    content: "";
    display: block;
    padding-top: 80%;
}

.bg-image.scroll.minus:after {
    content: "";
    display: block;
    padding-top: 65%;
}


.bg-image.scroll.no-min-height:after {
    content: none;
}

.bg-image .overlay {
    padding: 80px 0;
    width: 100%;
    height: 100%;
}

.bg-image.bg-home .overlay {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.into_page {
    width: 55%;
}

.into_page_big {
    width: 70%;
}

.into_page_big2 {
    width: 90%;
}

.into_page_full {
    width: 100%;
}

.into_page_medium {
    width: 65%;
}

.bg-image.bg-home .overlay .container {
    padding-top: 110px;
}

.contenitore_slideHome .bg-image.bg-home .overlay .container {
    padding-top: 0
}

.container-slider {
    width: 60%;
}

.bg-image.bg-home .overlay .big-title {
    font-family: 'Manrope', sans-serif;
    font-size: 65px;
    line-height: 1
}

.bg-image.bg-home .overlay .sub-title {
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
}

.bg-image.bg-home .overlay .link-slider {
    background-color: #d2091e;
    padding: 15px 20px;
    margin-top: 25px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: bold;
}

.bg-image .overlay p {
    padding: 20px 50px;
}

.contenitore_slideHome .link_social,
.bg-image.bg-home .overlay .link_social {
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 0;
    background-color: #d2091e;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contenitore_slideHome .link_social a,
.bg-image.bg-home .overlay .link_social a {
    width: 15px;
    margin: 0 10px;
    display: block;
    cursor: pointer;
}

.contenitore_slideHome .link_social a img,
.bg-image.bg-home .overlay .link_social a img {
    width: 13px;
    height: auto;
    margin: 0px;
}

.form_ricerca_slider {
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.bg-image.banner {
    background-attachment: inherit;
}

.bg-image.banner .overlay {
    padding: 15% 20% 15% 7%;
    background-color: rgba(0,0,0,0.25);
}

.bg-image.banner .overlay.zeroimpact {
    padding: 5% 7% 25% 7%;
    background-color: transparent;
}

.bg-image.banner .overlay.zeroimpact p {
    padding: 0;
}

.bg-image.banner .overlay.zeroimpact ul {
    padding-left: 20px;
}

.bg-image.min-height {
    /*min-height:800px;*/
    position: relative;
}

.bg-image.min-height:after {
    content: "";
    display: block;
    padding-top: 75%;
}


.link_contatti {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #d2091e;
    padding: 25px;
    max-width: 170px;
}

.link_contatti p {
    color: #fff !important;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    font-size: 13px !important;
    line-height: 1 !important;
    margin-bottom: 15px !important;
    padding: 0px !important
}

.link_contatti p:last-child {
    margin-bottom: 0px !important;
}

.big_link {
    color: #000;
    text-decoration: underline;
    font-size: 26px;
    font-weight: 700
}

.big_link:hover {
    color: #d2091e;
}


.white .svg path,
.white .svg rect,
.white .svg circle,
.white .svg polygon {
    fill: #fff;
}

.btn-default,
.btn-primary,
.btn-secondary {
    width: auto;
    border: 0px;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 3px;
    border: 2px solid #d2091e;
    background-color: #d2091e;
    padding: 15px 40px;
    min-width: 220px;
    font-weight: 700;
    display: inline-block;
}

.btn-primary {
    color: #000;
    background-color: transparent;
    border: 2px solid #000
}

.btn-secondary {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff
}

.btn-default:hover {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}

.btn-secondary:hover {
    border: 2px solid #d2091e;
    color: #d2091e !important;
}

.btn-primary:hover {
    border: 2px solid #d2091e;
    background-color: #d2091e;
    color: #fff !important;
}


.btn-default .svg,
.btn-primary .svg,
.btn-secondary .svg {
    width: 25px !important;
    height: auto !important;
    margin-left: 5px;
    float: right;
}

.btn-secondary .svg path,
.btn-secondary .svg rect,
.btn-secondary .svg circle,
.btn-secondary .svg polygon {
    fill: #000;
    transition: all 0.3s ease-out;
}

.btn-primary .svg path,
.btn-primary .svg rect,
.btn-primary .svg circle,
.btn-primary .svg polygon,
.btn-default .svg path,
.btn-default .svg rect,
.btn-default .svg circle,
.btn-default .svg polygon {
    fill: #fff;
    transition: all 0.3s ease-out;
}

.btn-primary:hover .svg path,
.btn-primary:hover .svg rect,
.btn-primary:hover .svg circle,
.btn-primary:hover .svg polygon,
.btn-secondary:hover .svg path,
.btn-secondary:hover .svg rect,
.btn-secondary:hover .svg circle,
.btn-secondary:hover .svg polygon {
    fill: #fff;
    transition: all 0.3s ease-out;
}

.btn-default:hover .svg path,
.btn-default:hover .svg rect,
.btn-default:hover .svg circle,
.btn-default:hover .svg polygon {
    fill: #fff;
    transition: all 0.3s ease-out;
}

a:hover img {
    opacity: 0.8;
}

header ul, footer ul, .menu-collezioni ul.sottomenu, .breadcrumbs ul, .galleria ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0px;
}

/*------------------------------------
 Container e Header
------------------------------------*/

#contenitore-globale {
    padding-top: 145px;
    display: block;
}

#contenitore-globale.introfoto {
    padding-top: 0px;
    margin-bottom: 40px;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1390px;
    padding: 0;
}

.container.big {
    max-width: 1540px;
}

.container.ridotto {
    max-width: 980px;
}

header {
    width: 100%;
    position: fixed;
    z-index: 999;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

header.color-cipria {
    background-color: #e1dad1;
    transition: all 0.3s ease-in-out;
}


a.logo {
    justify-content: flex-start;
}

a.logo .svg {
    width: auto;
    height: 94px;
    display: block;
    margin: 0px;
    float: left;
}

header ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0px;
}

.menu-area {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}

#navigation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#navigation .main-menu {
    margin: 0 auto
}


ul.menu-istituzionale {
    display: flex;
    align-items: center;
    justify-content: stretch;
    list-style: none;
    list-style-image: none;
    padding: 0px 10px;
    margin-top: 20px;
    transition: all .4s ease;
    height: 30px;
}


ul.menu-istituzionale li {
    height: 98px;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    font-size: 13px;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

ul.menu-istituzionale li a {
    color: #fff;
    display: block;
    height: 30px;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}

ul.menu-istituzionale li a.main-menu {
    height: 120px;
}


ul.menu-istituzionale li a:hover {
    color: #fff;
}

ul.menu-istituzionale li.active a.primo-livello {
    font-weight: 800;
}

ul.menu-istituzionale li a span.link-menu {
    position: relative;
}

ul.menu-istituzionale li a span.link-menu:after {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 0;
    height: 2px;
    bottom: -5px;
    transition: all 0.4s ease-in-out;
    left: 50%;
}

ul.menu-istituzionale li a:hover span.link-menu:after,
ul.menu-istituzionale li.active a.primo-livello span.link-menu:after {
    width: 100%;
    margin-left: -50%;
}

.elenco_icone {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 60px 0 90px;
    flex-wrap: wrap;
}

.elenco_icone .item {
    text-align: left;
    width: 23%;
}

.elenco_icone .item .icona {
    width: 45px;
    height: 45px;
    margin-bottom: 40px;
}

.elenco_icone3 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding-top: 60px;
    flex-wrap: wrap;
}

.elenco_icone3 .item {
    text-align: left;
    width: 33%;
    margin-bottom: 40px;
}

.elenco_icone3 .item .icona {
    width: 125px;
    height: 125px;
}

.elenco_icone3 .item-valori a:hover p {
    color: #d2091e;
    transition: all 0.3s ease-in-out;
}

.elenco_icone3 .item-valori .arrow {
    width: 44px;
    height: 44px;
    border-radius: 44px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.elenco_icone3 .item-valori a:hover .arrow {
    border: 2px solid #d2091e;
    background-color: #d2091e;
    transition: all 0.3s ease-in-out;
}

.elenco_icone3 .item-valori a:hover .arrow .svg polygon {
    fill: #fff;
    transition: all 0.3s ease-in-out;
}

.elenco_icone3 .item-valori span {
    color: #000;
    font-size: 23px;
    line-height: 1;
    font-family: 'Manrope';
    font-weight: 300;
}

.elenco_icone3 .item-valori span .svg {
    height: 15px;
    margin-right: -2px;
    width: auto;
}


header.color-cipria ul.menu-istituzionale li a,
header.color-cipria ul.changelanguage li a {
    color: #000;
    transition: all .3s ease;
}

header.color-cipria ul.menu-istituzionale li a span.link-menu:after {
    background-color: #d2091e;
}

header.color-cipria ul.menu-istituzionale li.active a.primo-livello {
    color: #d2091e;
    transition: all .3s ease;
}

header.color-cipria ul.menu-istituzionale li.active a.primo-livello span.link-menu:after {
    color: #d2091e;
    transition: all .3s ease;
}


header.color-cipria input[type="button"].sb-search-submit {
    background-image: url(../images/cerca-black.svg);
    transition: all .3s ease;
}

.container-menu {
    width: 100%;
    margin: 0 auto;
}

.cont-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px 0px
}

.dropdown {
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
    top: 122px;
    left: 0px;
    width: 100%;
    height: 0px;
    z-index: 99;
    background-color: #e1dad1;
    overflow: visible;
    -webkit-box-shadow: 0px 16px 20px -6px rgba(0,0,0,0.2);
    box-shadow: 0px 16px 20px -6px rgba(0,0,0,0.2);
    transition: all .1s ease-in-out;
}

.dropdown.open {
    opacity: 1;
    visibility: visible;
    height: auto;
    min-height: 100px;
    transition: all .4s ease-in-out;
}

.dropdown .container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 60px 0
}

.dropdown .sottomenu {
    padding: 0px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    border-left: 1px solid #000;
    list-style: none;
    margin: 0px;
}

.categorie_sottomenu.active a {
    font-weight: bold !important;
}

.dropdown .sottomenu li {
    height: auto;
    font-size: 17px;
    padding: 0px;
    margin: 0 0 3px 0;
    text-transform: initial;
    font-family: 'Manrope', sans-serif;
    font-weight: 400 !important;
}

.dropdown .sottomenu li.first-child {
    padding: 0px 0 30px 0;
    margin: 0;
}

.dropdown .sottomenu li a {
    height: auto;
    padding: 0px;
    color: #000;
    letter-spacing: normal !important;
    list-style: none;
}

.dropdown .sottomenu li a:hover {
    color: #d2091e;
}


/* Lingue */

.content_changelanguage {
    position: relative;
    width: 60px;
    height: 25px;
}

ul.changelanguage {
    position: absolute;
    top: -2px;
    right: 0;
    padding: 0px 25px 0 0;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    margin: 0px;
    width: auto;
    height: 22px;
    overflow: hidden;
    vertical-align: top;
    z-index: 9;
    transition: all 0.5s ease-in-out !important;
}

ul.changelanguage:hover {
    height: 200px;
    color: #fff;
    transition: all 0.5s ease-in-out !important
}

ul.changelanguage li {
    display: block;
    padding: 0px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

ul.changelanguage li a {
    font-size: 13px;
    padding: 0 0 0 7px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

ul.changelanguage li a:hover {
    color: #d2091e;
}


/* HEADER PAGINE INTERNE */

.header_int header {
    background: #fff;
}

.header_int .changelanguage li a:hover, .header_int .changelanguage li.active a, #myHeader.bianco.sticky .changelanguage li.active a {
    color: #000;
}

.header_int ul.menu-istituzionale li a {
    color: #000;
}

.header_int ul.menu-istituzionale li a span.link-menu:after {
    background-color: #d2091e;
}

.header_int input[type="button"].sb-search-submit, #myHeader.bianco.sticky input[type="button"].sb-search-submit {
    background-color: #d2091e;
    border-radius: 5px;
}

.header_int #form-find.cerca input[type="search"].sb-search-input, #myHeader.bianco.sticky #form-find.cerca input[type="search"].sb-search-input {
    background-color: #f4f4f6;
    border: 1px solid #000;
}

/* Ricerca veloce in menu */

input[type="button"].sb-search-submit {
    border: 0px;
    border-radius: 0px;
    padding: 0;
    width: 30px;
    height: 25px;
    background-image: url(../images/cerca-black.svg);
    background-position: 50%;
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-color: transparent;
}

#form-find.cerca {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out;
    width: 0px;
    position: absolute;
    z-index: 99;
    right: 30px;
    margin-top: -3px;
}

#form-find.cerca.open {
    opacity: 1;
    visibility: visible;
    width: 400px;
    transition: all .4s ease-out;
}

#form-find.cerca input[type="search"].sb-search-input {
    background-color: #fff;
    border: 1px solid #fff;
    width: 0px;
    opacity: 0;
    height: 30px !important;
    padding: 5px 10px !important;
    font-size: 14px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    color: #000;
    -webkit-appearance: textfield; /* per stilare in Safari */
    transition: all .4s ease-out;
}

#form-find.cerca.open input[type="search"].sb-search-input {
    width: 300px;
    opacity: 1;
    transition: all .4s ease-out;
}

#form-find.cerca input[type="submit"] {
    font-weight: bold;
    width: 0px;
    opacity: 0;
    height: 30px;
    border: 1px solid #cf1126;
    padding: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    background-color: #cf1126;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    transition: all .1s ease-out;
}

#form-find.cerca input[type="submit"]:hover {
    background-color: #000;
    border: 1px solid #000;
}

#form-find.cerca.open input[type="submit"] {
    width: 80px;
    opacity: 1;
    transition: all .5s ease-out;
}

input[type="search"].sb-search-input:placeholder {
    color: #888;
    font-style: italic;
    font-size: 14px;
}

input[type="submit"].sb-search-submit:focus,
input[type="search"].sb-search-input:focus,
.second-menu .area-riservata:focus,
input[type="button"].sb-search-submit:focus,
.cerca input[type="submit"]:focus,
input[type="search"]#search:focus,
input[type="search"].sb-search-input:focus {
    outline: none;
}

input[type="submit"].sb-search-submit:focus,
.second-menu .area-riservata:focus,
input[type="submit"].sb-search-submit:hover,
.second-menu .area-riservata:hover,
input[type="button"].sb-search-submit:focus,
input[type="button"].sb-search-submit:hover,
.cerca input[type="submit"]:focus,
.cerca input[type="submit"]:hover {
    opacity: 0.7
}

/*------------------------------------
 PAGINE
------------------------------------*/

.row {
    padding: 80px 0;
}

.row-100 {
    width: 100%;
}

.no-padding-top {
    padding-top: 0px !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.mar-bot-40 {
    margin-bottom: 40px
}

.mar-bot-20 {
    margin-bottom: 20px
}

.mar-top-40 {
    margin-top: 40px
}

.padding-0-20 {
    padding: 0px 20px !important;
}

.padding-0-40 {
    padding: 0px 40px !important;
}

.pad20-0 {
    padding: 20px 0px !important;
}

.pad-50 {
    padding: 50px !important;
}

.pad-7 {
    padding: 7% !important;
}

.pad-0-50 {
    padding: 0 50px !important;
}

.pad-bot-220 {
    padding-bottom: 220px;
}

.pad-left-20 {
    padding-left: 20px;
}

.content-20 {
    width: 20%;
}

.content-30 {
    width: 30%;
}

.content-35 {
    width: 35%;
}

.content-40 {
    width: 40%;
}

.content-45 {
    width: 45%;
}

.content-50 {
    width: 50%;
}

.content-55 {
    width: 55%;
}

.content-60 {
    width: 60%;
}

.content-65 {
    width: 65%;
}

.content-70 {
    width: 70%;
}

.content-75 {
    width: 75%;
}

.content-80 {
    width: 80%;
}

.content-85 {
    width: 85%;
}

/* FOOTER */

footer {
    background-color: #413220;
    color: #fff
}

.footer-style {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    padding: 130px 0 45px 0;
}

.footer-style .widget {
    flex-grow: 1;
    font-size: 15px;
    line-height: 18px;
    position: relative;
}

.footer-style .widget:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: -15px;
    top: 0;
    background-color: #fff
}

.footer-style .widget.first:before,
.footer-style .widget.last:before {
    content: none;
}

.footer-style .widget.last {
    padding-top: 0px;
    padding-left: 30px;
    border-top: 0px;
}

.footer-style .widget .logo-footer {
    width: 110px;
    height: auto;
    position: absolute;
    top: -90px;
    left: 0px;
}

.footer-style .widget .logo-footer.furniture-plant {
    width: 150px;
    top: -65px;
    left: 0px
}

.footer-style .widget .logo-footer.ivyco {
    width: 100px;
    top: -75px;
    left: 0px
}

.footer-style .widget .logo-footer.iso9001 {
    width: 70px;
    top: -83px;
    left: 50px
}

.contatti_footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 10px;
}

.contatti_footer:last-child {
    padding-bottom: 0px;
}

.contatti_footer .svg {
    width: 27px;
    height: auto;
    margin-right: 10px;
}

.widget a {
    color: #000;
}

.widget a:hover {
    color: #d2091e;
}

.footer-style-bottom {
    padding: 15px 0px;
    background-color: #000
}

.footer-style-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-style-bottom .widget_footer-style-bottom {
    flex-grow: 1;
    color: #c8c8c8;
    font-size: 13px;
}

.footer-style-bottom .widget_footer-style-bottom a {
    color: #c8c8c8;
}

.footer-style-bottom .widget_footer-style-bottom a:hover {
    color: #d2091e;
}

.footer-style-bottom .widget_footer-style-bottom:last-child {
    text-align: right;
}

/*------------------------------------
 Personalizzazioni
------------------------------------*/

.elenco_voci {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-right: -150px;
}

.elenco_voci li {
    width: 33.3%;
    margin: 0px 0 50px 0;
    padding: 0px;
    position: relative;
}

.elenco_voci li + .elenco_voci li {
    margin-left: 150px;
}

.elenco_voci li a {
    width: 70%;
    color: #000;
    font-size: 21px;
    line-height: 1;
    font-family: 'Manrope';
    font-weight: 300;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
}


.elenco_voci li a .titolo_voce {
    width: 80%;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.elenco_voci li a:hover .titolo_voce, .elenco_voci li.active a .titolo_voce {
    color: #d2091e;
    transition: all 0.3s ease-in-out;
}

.elenco_voci li a .arrow {
    width: 44px;
    height: 44px;
    border-radius: 44px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.elenco_voci li a.active {
}

.elenco_voci li a .arrow .svg {
    height: 15px;
    margin-right: -2px;
    width: auto;
}

.elenco_voci li a .arrow .svg path,
.elenco_voci li a .arrow .svg rect,
.elenco_voci li a .arrow .svg circle,
.elenco_voci li a .arrow .svg polygon {
    fill: #000;
    transition: all 0.3s ease-in-out;
}

.elenco_voci li a:hover .arrow, .elenco_voci li.active a .arrow {
    border: 2px solid #d2091e;
    background-color: #d2091e;
    transition: all 0.3s ease-in-out;
}

.elenco_voci li a:hover .arrow .svg path,
.elenco_voci li a:hover .arrow .svg rect,
.elenco_voci li a:hover .arrow .svg circle,
.elenco_voci li a:hover .arrow .svg polygon,
.elenco_voci li.active a .arrow .svg polygon {
    fill: #fff;
    transition: all 0.3s ease-in-out;
}

.elenco_voci li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 70%;
    height: 2px;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}

.elenco_voci li:hover:after, .elenco_voci li.active::after {
    background-color: #d2091e;
    transition: all 0.3s ease-in-out;
}

#map {
    width: 100%;
    height: 540px;
}

/*------------------------------------
 Masonry Gallery
------------------------------------*/

/* ---- grid ---- */
/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
    width: 20%;
}

.grid.large .grid-sizer,
.grid.large .grid-item {
    width: 16.666%;
}

.grid.small .grid-sizer,
.grid.small .grid-item {
    width: 33%;
}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    width: 90%;
    margin: 5% 5% 15px 5%;
}


/*------------------------------------
 Stili Flex
------------------------------------*/

.h-flex,
.v-flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.h-flex {
    flex-direction: row !important;
}

.v-flex {
    flex-direction: column !important;
}

.j-around {
    justify-content: space-around !important;
}

.j-end {
    justify-content: flex-end !important;
}

.j-start {
    justify-content: flex-start !important;
}

.j-center {
    justify-content: center !important;
}

.j-between {
    justify-content: space-between !important;
}

.item-center {
    align-items: center !important;
}

.item-start {
    align-items: start !important;
}

.item-end {
    align-items: flex-end !important;
}

.item-stretch {
    align-items: stretch !important;
}

.nowrap {
    flex-wrap: nowrap !important;
}

.block {
    display: block !important;
}


@media screen and (min-width: 768px) {

    .div_centro {
        position: relative;
    }

    .div_centro:before {
        content: '';
        position: absolute;
        width: 2px;
        height: 50%;
        background-color: #f4f4f6;
        left: 50%;
        bottom: 0;
        margin-left: -1px
    }
}


@media screen and (min-width: 991px) {

    .no-desktop {
        display: none;
    }

    #navigation .menu-icon,
    #navigation .menu-btn,
    .no-desktop,
    .drop-mobile {
        display: none !important;
    }

    #myHeader,
    .cont-header,
    .container-menu a.logo,
    .menu-settori,
    .menu-settori ul li a,
    .dropdown,
    #myHeader.sticky ul.menu-login li a,
    ul.menu-login li a,
    #myHeader.sticky #contenitore-globale,
    #myHeader #contenitore-globale,
    #myHeader.sticky ul.menu-istituzionale li,
    ul.menu-istituzionale li,
    .header_int #myHeader.sticky ul.menu-istituzionale li a {
        transition: all 0.3s ease-in-out;
    }

    .header_int #myHeader.sticky ul.menu-istituzionale li a {
        color: #fff;
    }

    #myHeader.sticky {
        background-color: #e1dad1;
    }

    #myHeader.sticky ul.menu-istituzionale li a {
        color: #000
    }

    #myHeader.sticky ul.menu-istituzionale li.active a.primo-livello {
        color: #d2091e
    }

    #myHeader.sticky ul.menu-istituzionale li a span.link-menu:after {
        background-color: #d2091e;
    }

    #myHeader.sticky ul.changelanguage li a {
        color: #000;
    }

    #myHeader.sticky input[type="button"].sb-search-submit {
        background-image: url(../images/cerca-black.svg);
    }

    #myHeader.sticky .cont-header {
        padding: 10px 0px;
    }

    #myHeader.sticky a.logo .svg {
        height: 78px;
    }


    #myHeader.sticky .dropdown {
        top: 98px;
    }

    #myHeader.sticky ul.menu-login li a {
        color: #fff;
        background-color: #165c41;
    }

    #myHeader.sticky ul.menu-login li a:hover {
        color: #fff;
        background-color: rgba(0,0,0,0.3);
    }

    #myHeader.sticky ul.menu-login li a .svg path,
    #myHeader.sticky ul.menu-login li a .svg rect,
    #myHeader.sticky ul.menu-login li a .svg circle,
    #myHeader.sticky ul.menu-login li a .svg polygon {
        fill: #fff;
        transition: all 0.3s ease-out;
    }

    #myHeader.sticky #contenitore-globale {
        padding-top: 75px;
        transition: all 0.3s ease-out;
    }

    /* sticky header bianco */

    #myHeader.bianco.sticky {
        background-color: #fff;
    }

    .header_int #myHeader.bianco.sticky ul.menu-istituzionale li a {
        color: #000;
    }

    #myHeader.bianco.sticky {
        color: #000;
        background: #fff;
    }

    #myHeader.bianco.sticky ul.menu-istituzionale li a {
        color: #000;
    }
}

@media screen and (max-width: 1680px) {

    .bg-image.bg-home .overlay .big-title {
        font-size: 65px;
    }

    .big-title {
        font-size: 60px;
    }

    .big-title2 {
        font-size: 42px;
    }

    .big-title3 {
        font-size: 60px;
    }

    h2, .title {
        font-size: 30px;
    }

    .bg-image.banner .overlay {
        padding: 15% 15% 15% 7%;
    }
}

@media screen and (max-width: 1460px) {

    .container {
        max-width: 1280px;
    }
}

@media screen and (max-width: 1280px) {

    .container {
        width: 90%;
    }


    .bg-image.bg-home .overlay .container {
        padding-top: 110px;
    }
}

@media screen and (max-width: 1024px) {

    h1 {
        font-size: 37px;
    }

    h2, .title {
        font-size: 33px;
    }

    h3 {
        font-size: 27px;
    }

    h4, .big-text {
        font-size: 22px;
    }

    .big-title {
        font-size: 50px;
    }

    .big-text {
        font-size: 22px;
    }

    .big-text2 {
        font-size: 20px;
    }

    .pad-0-50 {
        padding: 0 10px !important;
    }
}



/* fade image in after load */
.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}


/* Home */

#form-find-intro {
    margin: 0 0 8% 0;
    width: 580px;
    height: 50px;
    border-radius: 0px;
    border-bottom: 3px solid #d2091e
}

#form-find-intro input[type="search"] {
    height: 48px;
    border: 0px;
    width: 530px;
    background: transparent;
    color: #fff;
    padding: 10px 20px 10px 0px;
    font-size: 18px;
}

#form-find-intro input[type="search"]:focus {
    outline: none;
    box-shadow: none;
}

#form-find-intro input[type="search"]::placeholder {
    font-size: 18px !important;
    font-family: 'Raleway', sans-serif;
    color: #fff !important
}

#form-find-intro input[type="submit"] {
    border: 0px;
    padding: 0;
    width: 50px;
    height: 50px;
    background-image: url(../images/cerca.svg);
    background-position: 100% 50%;
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

/* Elenco settori */

.sectors {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -0.5%;
    margin-right: -0.5%;
}

.sectors.center_align {
    justify-content: center;
}

.dropdown .sectors {
    padding: 20px 0;
}

.content_sector {
    width: 24%;
    margin: 0.5%;
}

.content_sector.full {
    width: 100%;
    margin: 0
}

.content_sector.three {
    width: 32%;
    margin: 0.5%;
}

.content_sector.two {
    width: 49%;
    margin: 0.5%;
}

.content_sector:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.content_box {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.content_box .background_image_sector {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #d2091e;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.content_box .background_image_sector img {
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 1;
    display: block;
    transition: all 0.3s ease-in-out;
}

.content_box:hover .background_image_sector img {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.content_sector article {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.video .content_box .background_image_sector, .video .content_sector article, .video .content_box{
      height: auto !important;
}



.content_sector article .icona,
.bg-image .icona {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #000;
    background-color: #fff;
    margin: 50px auto 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
}

.content_sector article .icona .svg,
.bg-image .icona .svg {
    width: auto;
    height: 50px;
}

.bg-image .icona {
    margin: 0px auto 10px auto;
}

.content_sector article h3, .content_sector article h4 {
    color: #fff;
    font-size: 17px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 4px;
    padding: 0 20px 0px 20px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.content_sector article .button {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    opacity: 0;
    z-index: 4;
    transition: all 0.3s ease-out;
}

.content_sector article .button .btn-secondary {
    padding: 12px 10px;
    min-width: 180px;
}

.content_box:hover .button {
    bottom: 20%;
    opacity: 1;
}

.content_box.three:hover .button {
    bottom: 30%;
}

.content_box:hover article p {
    margin-bottom: 70px;
    transition: all 0.3s ease-out;
}

.content_sector article .btn-secondary .svg {
    width: 20px;
    height: auto;
    margin-left: 7px;
}

.content_box:hover .btn-secondary,
.content_sector article .btn-secondary:hover {
    color: #fff !important;
    border-color: #fff !important
}

.content_sector article p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin: 10px 10% 0 10%;
    height: 0px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.content_sector:hover article p {
    height: auto;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.content_sector article .btn-secondary .svg path,
.content_sector article .btn-secondary .svg rect,
.content_sector article .btn-secondary .svg circle,
.content_sector article .btn-secondary .svg polygon {
    fill: #000 !important;
    transition: all 0.3s ease-out;
}

.content_box:hover article .icona,
.content_box:hover article .icona,
.content_box:hover article .icona,
.content_box:hover article .icona {
    border: 1px solid #fff !important;
    margin: 25px auto 10px auto;
    transition: all 0.3s ease-out;
}

.content_sector article .btn-secondary:hover .svg path,
.content_sector article .btn-secondary:hover .svg rect,
.content_sector article .btn-secondary:hover .svg circle,
.content_sector article .btn-secondary:hover .svg polygon,
.content_box:hover article .icona .svg path,
.content_box:hover article .icona .svg rect,
.content_box:hover article .icona .svg circle,
.content_box:hover article .icona .svg polygon {
    fill: #fff !important;
    transition: all 0.3s ease-out;
}

.content_box:hover article h3, .content_box:hover article p {
    color: #fff !important;
    transition: all 0.4s ease-out;
}

/* icona in settore */

.icona.active {
    border: 1px solid #fff;
    background-color: #000;
}

.icona.active .svg path,
.icona.active .svg rect,
.icona.active .svg circle,
.icona.active .svg polygon {
    fill: #fff !important;
    transition: all 0.3s ease-out;
}

.dropdown .content_box .background_image_sector {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.dropdown .content_box:hover article {
    background-color: rgba(0,0,0,0.4);
}

/*=====
 SETTORI RETTANGOLARI IN DROPDOWN MENU 
=====*/

#rettangolare .content_sector:after {
    content: "";
    display: block;
    padding-top: 55%;
}

#rettangolare .content_sector.in_menu:after {
    padding-top: 60px;
}

#rettangolare .content_sector article .icona, .bg-image .icona,
#rettangolare .content_box:hover article .icona {
    margin-top: 15px
}

#rettangolare .content_sector article .icona {
    width: 65px;
    height: 65px;
}

#rettangolare .content_sector article h3 {
    font-size: 20px;
}

#rettangolare .content_sector article h3 .small {
    font-size: 15px;
}

#rettangolare .content_sector.in_menu article h3 .small {
    display: none;
}

#rettangolare .content_box:hover .btn-secondary {
    bottom: 10px;
}

#rettangolare .btn-secondary .svg {
    width: 15px !important;
}

#rettangolare .content_sector article .icona .svg {
    width: auto;
    height: 40px;
}

#rettangolare .content_sector.in_menu .content_box {
    background-color: #fff;
    opacity: 1 !important
}

#rettangolare .content_sector.in_menu .content_box:hover {
    background-color: #d2091e;
    opacity: 1 !important
}

#rettangolare .content_sector.in_menu article h3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: space-between;
    text-align: left;
    margin-bottom: 0px
}

#rettangolare .content_sector.in_menu article {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0px;
    justify-content: center;
}


#rettangolare .content_sector.in_menu article a {
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    padding-left: 10px;
}


#rettangolare .content_sector.in_menu .content_box .background_image_sector {
    display: none
}


.dropdown .content_sector.in_menu .content_box:hover article {
    background-color: transparent;
}


.content_box:hover .background_image_sector {
    opacity: 1;
}

/* Breadcrumbs */

.breadcrumbs {
    width: 100%;
}

.breadcrumbs .container {
    padding-top: 10px !important;
}

.breadcrumbs ul {
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.breadcrumbs ul {
    margin: 0 0;
    padding-bottom: 5px;
}

.breadcrumbs ul li {
    padding: 0px 0 0 5px;
    font-size: 14px;
    color: #000;
}

.breadcrumbs ul li:first-child {
    padding-left: 0px;
}

.breadcrumbs > * {
    text-transform: none
}

.breadcrumbs > *:hover a,
.breadcrumbs > *:focus a {
    text-decoration: none
}

.breadcrumbs > * a {
    color: #000
}

.breadcrumbs > *.current {
    color: #000;
    cursor: pointer
}

.breadcrumbs > *.current a {
    color: #000;
    cursor: pointer
}

.breadcrumbs > *.current:hover,
.breadcrumbs > *.current:hover a,
.breadcrumbs > *.current:focus,
.breadcrumbs > *.current:focus a {
    color: #000;
    text-decoration: none
}


.breadcrumbs a:hover {
    text-decoration: none;
    color: #d2091e !important;
}

.breadcrumbs ul li a {
    color: #000;
}

.breadcrumbs ul li span {
    padding-left: 5px;
}

.breadcrumbs ul li a:hover {
    color: #d2091e;
}

.breadcrumbs ul li:before {
    content: '/';
    font-weight: 300 !important;
    font-size: 17px;
    line-height: 14px;
    color: #fff;
    margin-right: 8x;
}

.breadcrumbs ul li:first-child:before {
    content: none;
}


/* Area con Immagini destra e sinistra */

.space-sx {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-right: 80px;
}

.space-sx.vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-right: 80px;
}

.space-dx-min {
    padding-left: 50px;
}

.space-dx {
    padding-left: 80px;
}

.space-dx.width_border_sx {
    position: relative;
}

.space-dx.width_border_sx:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #000;
    left: 0;
    top: 0;
}

.space-dx-min.width_border_sx {
    position: relative;
}

.space-dx-min.width_border_sx:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #000;
    left: 0;
    top: 0;
}

.content-sx {
    max-width: 830px;
}

.photo_right {
    position: absolute;
    height: 500px;
    left: calc(70% - 80px);
}

.photo_right img {
    width: auto;
    height: 100%;
}

.photo_right .image_contact {
    position: relative;
    height: 100%;
    width: 100%
}

.photo_right .image_contact .contact_anchor {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.photo_right .image_contact .contact_anchor .question {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.photo_right .image_contact .contact_anchor .question .svg {
    width: 50px;
    height: auto;
    margin-right: 15px
}

.photo_right .image_contact .contact_anchor .btn-default {
    margin-top: 15px;
    font-size: 18px;
    padding: 10px 15px;
}

.photo_right .image_contact .contact_anchor .btn-default:hover {
    color: #000;
    background-color: #fff
}

.content-sx.with_line {
    position: relative;
}

.content-sx.with_line:before {
    content: '';
    width: 12px;
    height: 100px;
    background-color: #d2091e;
    position: absolute;
    left: -40px;
    top: -100px;
    z-index: 3;
}

.content-sx.with_line.blackline:before {
    background-color: #000;
}

.row_reverse {
    flex-direction: row-reverse !important;
}

.row_reverse .content-70 .content-sx.with_line:before {
    left: auto;
    right: -40px;
}

.row_reverse .space-sx {
    padding-left: 200px;
    padding-right: 0;
    justify-content: flex-start;
}

.row_reverse .photo_right {
    position: absolute;
    height: 500px;
    left: auto;
    right: calc(70% - 80px);
}


/* TABELLA GAMMA PRODOTTI */

.table-responsive {
    overflow-x: auto;
    width: 100%;
    padding-top: 80px;
}

.scheda_tecnica {
    margin: 0;
}

.scheda_tecnica table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    font-family: 'Manrope', sans-serif;
}

.scheda_tecnica table td.table_dinamica {
    width: 100%;
    border-bottom: 0px;
}

.scheda_tecnica table td.table_dinamica table {
    margin: 0 0 80px 0;
    font-family: 'Manrope', sans-serif;
}

.scheda_tecnica table td {
    border-bottom: 1px solid #000;
    font-size: 22px;
    line-height: 1.2;
    vertical-align: top;
    color: #000;
}

.scheda_tecnica table tr:first-child td {
    font-weight: 700;
    font-size: 26px;
}

.scheda_tecnica table tr:first-child td:first-child a {
    color: #000;
    position: relative;
    padding-right: 50px;
    display: block;
}

.scheda_tecnica table tr:first-child td:first-child a:hover {
    color: #d2091e;
}

.scheda_tecnica table tr:first-child td:first-child a:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 5px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/arrow.svg);
    background-size: 12px auto;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all 0.1s ease-in-out;
}

.scheda_tecnica table tr:first-child td:first-child a:hover:after {
    border: 2px solid #d2091e;
    background-color: #d2091e;
    background-image: url(../images/arrow-white.svg);
    transition: all 0.1s ease-in-out;
}

.scheda_tecnica table tr:first-child td:first-child,
.scheda_tecnica table td.table_dinamica table td:first-child {
    font-weight: 700;
    padding: 15px 40px 25px 0px;
    width: 40%;
}


.scheda_tecnica table td.table_dinamica table td:first-child,
.scheda_tecnica table td.table_dinamica table td:first-child p {
    font-size: 24px !important;
}

.scheda_tecnica table tr:first-child td:nth-child(2),
.scheda_tecnica table td.table_dinamica table td:nth-child(2) {
    padding: 15px 40px 25px 0px;
    width: 30%;
    font-size: 20px !important
}

.scheda_tecnica table tr:first-child td:nth-child(3),
.scheda_tecnica table td.table_dinamica table td:nth-child(3) {
    padding: 15px 0 25px 40px;
    width: 30%;
    font-size: 20px !important
}

.scheda_tecnica table td.table_dinamica table td:nth-child(2),
.scheda_tecnica table td.table_dinamica table td:nth-child(3) {
    font-weight: 400 !important
}

.scheda_tecnica table p {
    font-size: 20px !important;
    margin: 0 !important;
}

.scheda_tecnica table tr:first-child td,
.scheda_tecnica table tr:first-child td:nth-child(2),
.scheda_tecnica table tr:first-child td:nth-child(3) {
    font-weight: 700;
    font-size: 30px !important;
}


/*------------------------------------
 SLIDER e CAROSELLI
------------------------------------*/
.o_hidden {
    overflow: hidden;
}

.slideNews,
.slideProdottiCorrelati {
    padding-top: 80px
}

.slideProdottiCorrelati {
    height: auto;
}

.swiper-button-next.swiper-button-next-1:after, .swiper-button-prev.swiper-button-prev-1:after,
.swiper-button-next.swiper-button-next-2:after, .swiper-button-prev.swiper-button-prev-2:after {
    font-size: 30px;
    font-weight: 800;
    color: #000
}

.slideNews .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
}

.slideNews .swiper-slide img {
    width: 100% !important;
    display: block;
    margin-bottom: 30px;
}

.slideNews .swiper-slide h3 {
    margin-bottom: 20px;
    min-height: 80px;
}

.slideNews .swiper-slide p {
    font-size: 16px
}

.slideNews .swiper-slide .leggi {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3px
}

.slideNews .swiper-slide:hover .leggi {
    color: #d2091e;
}

/*------------------------------------
 Form
------------------------------------*/
.input-div,
.input-div.unterzo {
    width: 50%;
    padding: 10px 10px 0px 0px;
}

.input-div.doppio {
    width: 100%;
}

.input-div.unterzo {
    width: 33%;
}

.input-div.unquarto {
    width: 25%;
}

.input-div input,
.input-div select,
.input-div textarea {
    width: 100%;
    padding: 10px 15px;
    background-color: #aea89d;
    color: #000 !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    border: 0px;
    border-bottom: 2px solid #aea89d;
    outline: none;
    border-radius: 0px;
    margin-bottom: 5px;
    height: auto;
    font-family: 'Manrope', sans-serif !important;
}

.input-div select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(../images/bottom-arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: calc(100% - 10px) calc(0% + 15px);
}

.input-div textarea {
    height: 200px;
}

.input-div input:focus,
.input-div textarea:focus {
    border-bottom: 2px solid #d2091e;
}

.input-div textarea::placeholder,
.input-div input::placeholder,
.input-div select option:first-child {
    font-family: 'Manrope', sans-serif !important;
    ;
    color: #000 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}

.btn-primary .ladda-label .svg {
    width: 45px !important;
}

#form_contatti #privacy, #form_contatti #privacy1, #form_contatti #privacy2, #form_contatti #privacy3, #form_contatti #privacy4 {
    padding-top: 20px;
}

#form_contatti #contatta-btn {
    margin-top: 10px;
    width: auto;
}

#form_contatti #contatta-btn .svg {
    width: 40px !important
}

.div-captcha input {
    width: 50%;
    margin-bottom: 0px;
}

.div-captcha img {
    height: 47px;
    width: 46%;
    margin-right: 10px;
}

.input-div label {
    display: block;
    margin-bottom: 5px;
}

.check-div {
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    text-align: left;
}

.check-div a {
    color: #99caea;
}

#privacy, #privacy1, #privacy2, #privacy3, #privacy4 {
    display: flex;
    color: #6e6e6e;
    font-size: 13px;
    text-align: left;
}

form .error-msg {
    color: #ff0000 !important;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    padding: 10px;
}

.alert-success {
    width: 100%;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success p {
    padding: 10px;
    text-align: center;
    margin: 0;
}


#codice-sicurezza label {
    text-align: left;
}

.input-div input.error, .input-div select.error {
    border-bottom: 2px solid #ff0000;
}


.input-div input[type=checkbox] {
    margin-right: 4px;
    margin-top: 0px;
    align-self: flex-start;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    min-width: 18px;
    height: 18px;
    border-radius: 0px;
    padding: 0px;
    margin-right: 7px;
    background-color: #aea89d;
    border: 2px solid #aea89d;
}

.input-div input:checked {
    background-image: url(../images/check.svg);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid #d2091e;
}

.input-div input[type=checkbox].error {
    border-color: #ff0000;
    border: 2px solid #ff0000;
}

.dichiaro input.error + span {
    color: #ff0000;
}

/* fade image in after load */
.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

#lavorazione .scheda_tecnica {
    align-items: center;
}

#lavorazione .scheda_tecnica table td:first-child {
    padding: 10px 15px;
    border-bottom: 3px solid #f4f4f6;
    font-size: 18px;
    color: #000;
    width: 20%;
    font-weight: bold;
}

#lavorazione .scheda_tecnica table td {
    padding: 10px 15px;
    border-bottom: 3px solid #f4f4f6;
    font-size: 18px;
    color: #000;
    width: auto;
}

.elenco-cerca li {
    border-bottom: 1px solid #e1dad1;
    padding: 10px 0;
}

.elenco-cerca li a {
    display: flex;
    align-items: center;
}

.elenco-cerca li .pre-button {
    width: 50%;
}

.elenco-cerca li .pre-button h3 {
    margin-bottom: 10px;
}

@media screen and (min-width: 991px) {
}

@media screen and (max-width: 1520px) {

    .bg-image.bg-home,
    .contenitore_slideHome {
        height: 90vh;
    }

    .bg-image .overlay p {
        padding: 20px 0px;
    }

    .content-70.bg-image.banner {
        width: 75%
    }

    .space-dx {
        padding-top: 180px;
    }

    .space-dx.no-p-top {
        padding-top: 0px;
    }
}

@media screen and (max-width: 1440px) {
    #form-find-intro {
        margin: 0 0 10% 0;
    }
}

@media screen and (max-width: 1280px) {

    .into_page_medium {
        width: 80%;
    }

    .elenco_voci li a {
        font-size: 20px;
    }

    .elenco_voci li a .arrow {
        width: 40px;
        height: 40px;
        border-radius: 40px;
    }

    .elenco_voci li a .arrow .svg {
        height: 12px;
    }
}

@media screen and (max-width: 1080px) {
    .elenco_voci li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {

    .bg-image .overlay {
        padding: 100px 0;
    }

    .bg-image .overlay.home {
        padding-top: 200px;
    }

    .content_sector article .icona {
        width: 55px;
        height: 55px;
        margin: 20px auto 10px auto;
    }

    .content_sector article .icona .svg {
        height: 35px;
    }

    .content_sector article h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .content_sector article p {
        font-size: 15px;
        padding: 0 10px;
        margin-bottom: 5px;
    }

    .gamma_prodotti.three_columns .content_sector:after {
        padding-top: 90%;
    }

    .gamma_prodotti .content_sector article h3 {
        margin-top: 17px;
    }

    .gamma_prodotti .content_sector article p, .gamma_prodotti .content_box:hover article p {
        margin-bottom: 5px;
    }

    .photo_right,
    .row_reverse .photo_right {
        height: 400px;
    }

    .footer-style .widget.last {
        margin-top: 40px;
        padding-top: 20px;
        padding-left: 0px;
        width: 100%;
        border-top: 2px solid #bebec1;
        display: flex;
    }

    .contatti_footer {
        padding-bottom: 0px;
        padding-right: 25px;
    }

    .space-sx,
    .row_reverse .space-sx {
        width: 100%;
    }

    .photo_right,
    .row_reverse .photo_right {
        position: relative;
        margin: -120px auto 0 auto;
        left: auto;
        right: auto;
    }

    .gamma_prodotti.two_columns .background_image_sector .elenco_colle {
        padding: 15px;
    }

    .gamma_prodotti.two_columns .background_image_sector .elenco_colle ul {
        margin: 10px 0 0 0;
    }

    .gamma_prodotti.two_columns .background_image_sector .elenco_colle ul li a {
        padding-left: 30px;
        min-height: 20px;
        font-size: 16px;
        background-size: 20px auto;
    }


    .correlati .content_sector {
        width: 32%;
    }

    .content-sx {
        max-width: 100%;
    }
}


@media screen and (max-width: 990px) {

    .no-mobile {
        display: none;
    }

    .cont-header {
        flex-wrap: wrap;
        background-color: #e1dad1;
        padding: 0;
        align-items: flex-start;
    }

    .cont_logo {
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: #fff;
        padding: 20px;
    }

    a.logo #logosvg {
        height: 34px;
        margin: 0 auto;
    }

    .changelanguage {
        right: 20px;
        top: 60px;
        position: absolute;
    }

    .changelanguage li a {
        color: #666;
    }

    .changelanguage li a:hover, .changelanguage li.active a {
        color: #000;
    }

    header {
        position: inherit;
    }

    .menu-area {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 15px 0;
        width: 100%;
    }

    #form-find.cerca.open {
        width: 500px;
    }

    #form-find.cerca input[type="search"].sb-search-input {
        height: 40px !important;
    }

    #form-find.cerca.open input[type="search"].sb-search-input {
        width: 400px;
    }

    #form-find.cerca.open input[type="submit"] {
        width: 100px;
        height: 40px;
    }

    #form-find.cerca {
        margin-top: -5px;
    }


    /* AGGIUNTA MENU PER MOBILE */

    /* menu icon */

    #navigation .menu-icon {
        cursor: pointer;
        margin: 0px 0px 0 15px;
        padding: 20px;
        user-select: none;
    }

    #navigation .menu-icon .navicon {
        background: #000;
        display: block;
        height: 3px;
        position: relative;
        transition: background .2s ease-out;
        width: 30px;
    }

    #navigation .menu-icon .navicon:before,
    #navigation .menu-icon .navicon:after {
        background: #000;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%;
    }

    header.menu-int #navigation .menu-icon .navicon,
    header.menu-int #navigation .menu-icon .navicon:before,
    header.menu-int #navigation .menu-icon .navicon:after {
        background: #008b39;
    }


    #navigation .menu-icon .navicon:before {
        top: 10px;
    }

    #navigation .menu-icon .navicon:after {
        top: -10px;
    }

    /* menu btn */

    #navigation .menu-btn {
        display: none;
    }

    #navigation .menu-btn:checked ~ .main-menu {
        max-height: 1500px;
        padding: 0px;
        visibility: visible;
        opacity: 1;
        background-color: #e1dad1;
        -webkit-box-shadow: 0px 16px 20px -6px rgb(0 0 0 / 15%);
        box-shadow: 0px 16px 20px -6px rgb(0 0 0 / 15%);
        transition: all .1s ease-in-out;
    }

    #myHeader #navigation .menu-btn:checked ~ .main-menu {
        top: 200px;
    }

    #navigation .menu-btn:checked ~ .menu-icon .navicon {
        background: transparent;
    }

    #navigation .menu-btn:checked ~ .menu-icon .navicon:before {
        transform: rotate(-45deg);
    }

    #navigation .menu-btn:checked ~ .menu-icon .navicon:after {
        transform: rotate(45deg);
    }

    #navigation .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
    #navigation .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        top: 0;
    }

    ul.menu-istituzionale {
        flex-direction: column;
        height: auto;
        padding: 0px 20px;
        margin-top: 0px;
    }

    ul.menu-istituzionale li {
        padding: 0;
        font-size: 15px;
        border-bottom: 1px solid #aea89d;
        height: 46px;
        width: 100%;
        position: relative;
    }

    ul.menu-istituzionale li:last-child {
        border-bottom: 0px;
    }

    ul.menu-istituzionale li a,
    ul.menu-istituzionale li a.main-menu {
        height: auto;
        padding: 10px;
        color: #000;
        font-size: 18px;
        text-align: center;
    }


    .dropdown ul.sottomenu li {
        width: 100%;
    }

    .main-menu {
        clear: both;
        max-height: 0;
        padding: 0px;
        height: auto;
        background-color: #fff;
        transition: max-height .3s ease-out;
    }

    .main-menu {
        flex-direction: column;
        max-height: 0px;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        width: 100%;
    }


    .dropdown .container {
        padding: 0px 0px;
        flex-direction: column !important;
    }

    .dropdown {
        top: 30px;
        width: 100%;
        height: 0px;
        transition: all .1s ease-in-out;
        -moz-transition: height .1s ease-in-out;
        -webkit-transition: height .1s ease-in-out;
        -o-transition: height .1s ease-in-out;
        transition: height .1s ease-in-out;
    }

    .dropdown.open {
        position: absolute;
        top: 47px;
        left: auto;
        min-height: 100px;
        height: auto;
        width: 100%;
        background-color: #413220
    }

    .dropdown .sottomenu {
        padding: 0;
        width: 100%;
    }


    .dropdown .sottomenu ul {
        width: 100%;
    }

    .dropdown .sottomenu li.first-child {
        display: none;
    }

    .dropdown .sottomenu li a {
        color: #fff;
        padding: 10px 15px;
        width: 100%;
        text-align: left;
        justify-content: flex-start;
        letter-spacing: normal !important;
        list-style: none;
    }

    .dropdown .sottomenu li:hover {
        background-color: rgba(0,0,0,0.3);
    }

    .dropdown ul.sottomenu li:last-child {
        border-bottom: 0px;
    }

    .drop-mobile {
        position: absolute;
        right: 0px;
        top: 1px;
        width: 44px;
        height: 44px !important;
        background-image: url(../images/arrow.svg);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-color: #d0c9bc;
        padding: 0px;
        outline: none;
        border: 0px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: all 0.3ms ease-in-out;
    }

    .drop-mobile:hover,
    .drop-mobile:focus {
        background-color: #fff;
        padding: 0px;
    }


    #navigation {
        justify-content: space-between;
        height: auto;
        position: inherit;
        padding-right: 20px;
    }

    .container,
    .container.ridotto {
        max-width: 90%;
    }

    .container-menu .container {
        max-width: 100% !important;
        width: 100%;
    }

    .dropdown .content_sector {
        width: 49%;
    }

    .dropdown .content_sector article .icon_title {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding: 0;
    }

    .dropdown .content_sector article p {
        display: none;
    }

    .dropdown .content_sector article .icona {
        margin: 10px 20px 10px 30px;
    }

    .dropdown .content_sector article h3 {
        align-items: flex-start;
        text-align: left;
        padding: 0;
        width: 65%;
    }

    .dropdown .content_sector:after {
        padding-top: 120px;
    }

    .dropdown .content_box:hover article .icona {
        margin: 10px auto 10px auto;
    }

    .dropdown .content_sector article .btn-secondary {
        left: 0;
        margin-left: 100px;
        opacity: 1;
        bottom: 10px;
        border-radius: 0px;
    }

    .dropdown .content_box .background_image_sector,
    .dropdown .content_box:hover .background_image_sector {
        display: none;
    }

    .content-50,
    .content-45,
    .content-45.left,
    .content-45.right,
    .content-60.left,
    .content-40.right,
    .content-20.right,
    .content-20.left,
    .content-80.left,
    .content-80.right {
        padding: 30px;
    }

    .solo-desktop {
        display: none !important;
    }

    #newsletter-footer .btn-primary {
        margin: 0 auto;
    }

    .content-20,
    .content-30,
    .content-35,
    .content-40,
    .content-45,
    .content-50,
    .content-55,
    .content-60,
    .content-65,
    .content-80,
    .content-85,
    .content-70,
    .content-75,
    .content-70.bg-image.banner {
        width: 100%
    }

    .row {
        padding: 40px 0;
    }

    #settori .content_sector,
    .content_sector.three {
        width: 49%;
    }

    .content_sector.two {
        width: 100%;
    }

    #settori .content_sector article .icona,
    .settori_correlati .content_sector article .icona {
        width: 85px;
        height: 85px;
        margin: 50px auto 10px auto;
    }

    #settori .content_sector article .icona .svg,
    .settori_correlati .content_sector article .icona .svg {
        height: 55px;
    }

    #settori .content_sector article h3,
    .settori_correlati .content_sector article h3 {
        font-size: 28px;
    }

    #settori .content_sector article p,
    .settori_correlati .content_sector article p {
        font-size: 16px;
        padding: 0 30px;
        margin-bottom: 20px;
    }

    #contenitore-globale {
        padding-top: 0px;
    }

    .pad-0-50 {
        padding: 0 0px !important;
    }

    .menu-area .relative {
        margin-right: 20px;
    }

    .bg-image.bg-home,
    .contenitore_slideHome {
        height: 50vh;
    }

    .bg-image.bg-home .overlay .big-title {
        font-size: 60px;
    }

    .big-title3 {
        font-size: 80px;
    }

    .content_sector {
        width: 49%;
        margin: 0.5%;
    }

    .bg-image .overlay.home {
        padding-top: 80px;
    }

    .gamma_prodotti.three_columns .content_sector {
        width: 49%;
        margin: 0.5%;
    }

    .gamma_prodotti .content_sector article h3 {
        font-size: 28px;
    }

    .gamma_prodotti .content_sector article p {
        font-size: 16px;
    }

    .bg-image .overlay {
        padding: 30px 0;
    }

    .content-sx.with_line:before {
        height: 60px;
        top: -60px;
    }

    .correlati .content_sector {
        width: 49% !important;
    }

    .elenco_voci li a {
        font-size: 22px;
    }

    .pad-bot-220 {
        padding-bottom: 140px;
    }


    .footer-style .widget {
        font-size: 14px;
        line-height: 17px;
    }

    .footer-style .widget.last {
        padding-top: 100px;
        text-align: left;
        display: block;
    }

    .footer-style .widget.last .logo-footer {
        top: 20px;
        left: 0;
    }

    .space-dx,
    .space-sx,
    .space-dx.no-p-top {
        padding: 40px 20px !important;
    }

    .space-dx.width_border_sx:before {
        width: 100%;
        height: 3px;
    }

    .content_sector article .button,
    .content_box.three:hover .button {
        position: static;
        bottom: auto;
        opacity: 1;
        margin-top: 10px;
    }

    .content_sector:hover article p,
    .content_sector article p {
        position: static;
        height: auto !important;
        margin: 10px;
        height: 0px;
        opacity: 1;
    }

    /*  .content_box .background_image_sector img {
        opacity: 0;
    }*/

    .minus_margin {
        margin-top: -70px;
    }

    .elenco_voci {
        margin-right: -70px;
    }

    .elenco_voci li {
        width: 50%;
    }

    .elenco_voci li a,
    .elenco_voci li:after {
        width: 80%;
    }

    .scheda_tecnica table tr:first-child td:first-child a {
        width: 100%;
        display: block;
    }

    .scheda_tecnica table td {
        width: auto !important;
    }

    .breadcrumbs ul {
        justify-content: flex-start;
    }

    #map {
        height: 400px;
    }

    ul.changelanguage {
        top: -2px;
        display: flex;
        padding: 0px 15px 0 0;
    }

    ul.changelanguage {
        top: 0px;
        display: flex;
        padding: 0px 15px 0 0;
    }

    ul.changelanguage:hover {
        height: 22px;
    }

    ul.changelanguage li {
        width: 40px;
        height: auto;
    }
}

@media screen and (max-width:800px) {


    #form_contatti #privacy, #form_contatti #privacy1, #form_contatti #privacy2, #form_contatti #privacy3, #form_contatti #privacy4 {
        padding-top: 10px;
    }

    #form_contatti #contatta-btn {
        width: 100%;
    }

    .input-div,
    .input-div.doppio,
    .input-div.triplo {
        width: 100%;
        padding: 10px 0 0 0;
    }

    .div-captcha input {
        width: 50%;
    }

    .div-captcha img {
        height: auto;
        width: 50%;
        margin-right: 0px;
    }
}



@media screen and (max-width: 767px) {

    .footer-style {
        display: flex;
        flex-flow: column wrap;
        padding-top: 70px;
    }

    .footer-style .widget {
        width: calc(100% - 50px);
        margin-top: 100px;
    }

    .footer-style .widget.last {
        flex-direction: column;
    }

    .contatti_footer {
        padding-bottom: 15px !important;
    }

    .footer-style-bottom .container {
        justify-content: center;
        flex-direction: column;
    }

    .footer-style-bottom .widget_footer-style-bottom {
        text-align: center;
        margin: 5px;
    }

    .row {
        padding: 40px 0
    }

    .space-dx,
    .space-dx.no-p-top {
        padding: 40px 20px;
    }

    .pad-50 {
        padding: 15px !important;
    }

    .content-20, .content-40, .content-45, .content-50, .content-60, .content-80 {
        padding: 0px;
    }

    .cont_logo {
        padding: 5px 19px;
    }

    .changelanguage {
        top: 40px;
    }

    a.logo .svg {
        height: 68px;
    }

    #navigation .menu-btn:checked ~ .main-menu {
        padding: 0px;
    }

    ul.menu-istituzionale {
        margin-top: 0px;
    }

    .dropdown .content_sector {
        width: 100%;
        margin: 0 0 2% 0;
    }

    .big-title {
        font-size: 30px;
    }

    .btn-default, .btn-primary, .btn-secondary {
        font-size: 20px;
        padding: 15px 15px;
    }

    .btn-default .svg, .btn-primary .svg, .btn-secondary .svg {
        width: 20px !important;
    }

    h2, .title {
        font-size: 28px;
    }

    .menu-area {
        padding: 5px 0;
    }

    #myHeader #navigation .menu-btn:checked ~ .main-menu {
        top: 130px;
    }

    .bg-image.bg-home,
    .contenitore_slideHome {
        height: 80vh;
        background-position: center !important;
    }


    .breadcrumbs {
        padding: 30px 0 0 0;
    }

    .bg-image .overlay.home {
        padding-top: 50px;
    }

    .bg-image .overlay p {
        padding: 20px 0px;
    }

    .big-text {
        font-size: 18px;
    }

    #form-find.cerca.open {
        width: 300px;
    }

    #form-find.cerca.open input[type="submit"] {
        width: 70px;
    }

    #form-find.cerca.open input[type="search"].sb-search-input {
        width: 230px;
    }

    #form-find-intro {
        width: 300px;
    }

    #form-find-intro input[type="search"] {
        width: 260px;
        padding: 10px 10px;
    }

    #form-find-intro input[type="submit"] {
        width: 40px;
    }

    .bg-image .overlay {
        padding: 50px 0;
    }


    #settori .content_sector,
    .settori_correlati .content_sector,
    .gamma_prodotti.three_columns .content_sector {
        width: 100%;
        margin: 0 0 2% 0;
    }

    #settori .content_sector article p {
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .row_reverse .space-sx {
        padding-right: 20px;
        padding-left: 20px;
    }

    #contatta-btn {
        width: 100%;
    }

    .gamma_prodotti.two_columns .content_sector {
        margin: 0 0 25px 0;
    }

    .gamma_prodotti.two_columns .content_sector {
        flex-wrap: wrap;
    }

    .gamma_prodotti.two_columns .content_sector:after {
        padding-top: 200%;
    }

    .gamma_prodotti.two_columns .content_sector .content_box,
    .gamma_prodotti.two_columns .background_image_sector {
        width: 100%;
        height: 50%;
    }

    .correlati .content_sector {
        width: 100% !important;
        margin: 0 0 2% 0 !important;
    }
}

@media screen and (max-width: 680px) {

    h1 {
        font-size: 24px;
    }

    .big-title3 {
        font-size: 40px;
    }

    h2, .titolo,
    .big-title2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4, .big-text {
        font-size: 18px;
    }

    .mar-bot-40 {
        margin-bottom: 20px;
    }

    p {
        font-size: 16px;
        line-height: 1.3;
        margin-top: 0px;
        margin-bottom: 20px;
        color: #000;
    }

    .for_table {
        margin-top: 0px;
    }

    .for_table .bg-white {
        padding: 30px 0px;
    }

    .for_table .scheda_tecnica table .big-text {
        font-size: 18px;
    }

    .elenco_voci li a {
        font-size: 18px;
    }

    .bg-image .overlay {
        padding: 20px 0;
    }

    .bg-image.bg-home .overlay .big-title {
        font-size: 27px;
        line-height: 1.2;
    }

    #contenitore-globale .breadcrumbs {
        padding: 0 !important;
    }

    .two_columns {
        column-count: 1;
        column-gap: 0px;
    }

    #settori .content_sector,
    .content_sector.three,
    .content_sector {
        width: 100%;
        margin: 1.5% 0;
    }

    .space-dx.width_border_sx {
        margin-top: 30px
    }

    .btn-default, .btn-primary, .btn-secondary {
        font-size: 16px;
        padding: 15px 15px;
    }

    .footer-style .widget.first {
        margin-top: 0px;
    }

    .footer-style .widget:before {
        content: none;
    }

    .bg-image.bg-home,
    .contenitore_slideHome {
        height: 50vh;
    }

    .bg-image.bg-home.no-gradient {
        height: auto;
    }

    .into_page, .into_page_medium {
        width: 100%;
    }

    .breadcrumbs {
        padding: 20px 0 0 0 !important;
        width: 100%;
        position: inherit;
        bottom: auto;
    }

    .breadcrumbs ul li {
        font-size: 13px;
    }

    .minus_margin {
        margin-top: -30px;
    }

    .elenco_voci li {
        width: 100%;
    }

    .link_contatti {
        padding: 25px;
        max-width: 100%;
        width: 100%;
        text-align: center;
        display: block;
        position: inherit;
    }

    .link_contatti p {
        margin-bottom: 5px !important;
    }

    .table-responsive {
        padding-top: 20px;
    }

    .bg-home .link_contatti {
        position: absolute;
        max-width: 200px;
        text-align: left;
        padding: 10px 20px;
    }

    .bg-image.banner .overlay.zeroimpact {
        padding: 5% 7% 90% 7%;
        background-color: rgba(255,255,255,0.3);
    }

    #form-find-intro {
        margin: 0 0 20% 0;
    }

    .elenco-cerca li a {
        display: block;
    }

    .contenitore_slideHome .link_social, .bg-image.bg-home .overlay .link_social {
        padding: 15px;
    }
}

@media screen and (max-width: 600px) {
    .space-dx-min {
        padding-left: 20px;
    }

    .verticalslideNews {
        height: 30vh !important;
    }

    .elenco_icone3 .item {
        text-align: left;
        width: 100%;
        margin-bottom: 40px;
    }

    .elenco_icone3 .padding-0-40 {
        padding: 0 !important;
    }

    .verticalslideNews .pad-left-20 {
        padding: 0;
    }

    .verticalslideNews .item-center {
        align-items: flex-start !important;
    }
}

.flex-alternate:nth-child(even) {
    flex-direction: row-reverse !important;
}

.meno-alto .breadcrumbs {
    position: relative !important;
    padding: 0 !important;
    bottom: auto !important;
}

.meno-alto .breadcrumbs .container {
    padding: 0 !important;
}

.is-invalid {
    border-bottom: 2px solid red !important;
}
