@charset "UTF-8";
/* CSS Document */

html {
    height: 100%;
    position: relative;
    background: #000;
}

html>* {
    opacity: 1;
    transition: opacity .5s;
}

html.loading>* {
    opacity: 0;
}

.submenu-wrapper {
    position: relative;
}

.submenu-wrapper:hover .about-me {
    display: block;
}

.header__item--big a {
    max-width: 245px;
    display: block;
    margin: auto;
}

.header__item--big img {
    width: 100%;
}

.about-me {
    position: absolute;
    list-style: none;
    text-transform: capitalize;
    background: #000;
    z-index: 99;
    padding: 10px 15px;
    left: -15px;
    display: none;
}

.about-me a {
    cursor: pointer;
    display: block;
    padding: 5px 0px;
}

body {
    min-height: 100%;
    padding: 1px 0 0 0;
    margin: -1px 0 0 0;
    line-height: 1.5;
    position: relative;
    text-align: left;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #FFF;
    background: #000;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.about-me-img {
    display: block;
    margin: 50px auto;
    width: 60%;
    max-width: 450px;
}

.gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0 65px;
}

.gallery-wrap .gallery-child {
    display: block;
    height: fit-content;
    width: 29%;
    margin-bottom: 30px;
    position: relative;
}

.gallery-wrap a.gallery-child:hover {
    opacity: 1;
}

.gallery-wrap a.gallery-child:hover::after {
    content: '';
    display: flex;
    background: #000;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    opacity: .5;
    transition: all .3s ease;
}

.gallery-wrap .gallery-child::before {
    content: 'Zobacz więcej';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 20px;
    color: #fff;
    opacity: 0;
    transition: all .3s ease;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
}

.gallery-wrap .gallery-child:nth-child(3n+2) {
    position: relative;
    top: -40px;
}

.gallery-wrap .gallery-child:hover::before {
    opacity: 1;
    transition: all .3s ease;
    z-index: 100;
}

table {
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
}

strong {
    font-weight: 500;
}

a {
    text-decoration: none;
    color: #666666;
    outline: none;
}

.no-touch a:hover,
a.attivo {
    text-decoration: none;
    outline: none;
    opacity: .6;
}

a span {
    cursor: pointer;
}

.opacity_hover {
    transition: opacity .5s;
}

.no-touch .opacity_hover:hover {
    opacity: .6;
}

img {
    border: 0px;
}

form {
    margin: 0px;
    padding: 0px;
}

input,
textarea {
    background: White;
    color: Black;
    border: 1px solid black;
    margin: 0px;
    padding: 2px;
}

abbr {
    border: none;
    text-decoration: none;
    cursor: help;
}

address {
    font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}
.address {
    padding: 80px 0;
}

.address a {
    display: block;
    font-weight: 400;
    color: #fff;
}

button {
    padding: 0;
    border: none;
    border-spacing: 0;
    font-family: Helvetica, Arial, sans-serif;
    background: none;
    cursor: pointer;
}

#contenitore.contact-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 90px 0;
}

.center {
    text-align: center;
}

.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.reset {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
    font-size: inherit;
}

button.reset {
    border: none;
    border-spacing: 0;
    background: none;
}

.hidden {
    visibility: hidden;
}

.visibile {
    display: block;
}

.invisibile {
    display: none;
}

.clear {
    clear: both;
}

.clear_left {
    clear: left;
}

.clear_right {
    clear: right;
}

.clearfix:after {
    content: '';
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.loading {
    background: #000 url(/imgs/layout/loading.svg) center center no-repeat;
}

.no-svg .loading {
    background-image: url(/imgs/layout/svg_fallback/loading.gif);
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.relative {
    position: relative;
}

.center_width {
    width: 88%;
    padding-left: 6%;
    padding-right: 6%;
    margin-left: auto;
    margin-right: auto;
}

.center_width.xs {
    max-width: 600px;
}

.center_width.s {
    max-width: 690px;
}

.center_width.m {
    max-width: 990px;
}

.center_width.w {
    max-width: 1300px;
}

.format_title_1 {
    line-height: 1.2;
    font-size: 26px;
    font-weight: 200;
}

.format_title_2 {
    line-height: 1.2;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.title_set {
    text-align: center;
}

.title_set .format_title_2+.format_title_1 {
    margin-top: 10px;
}

.format_title_3 {
    line-height: 1.2;
    font-size: 30px;
    font-weight: 200;
}

/* =====================================================*/

/* ===	Pagina totale	================================*/

#alert_noscript {
    padding: 10px;
    position: relative;
    z-index: 10;
    font-weight: bold;
    text-align: center;
    letter-spacing: .1em;
    background: #ED7B7B;
}

.js #alert_noscript {
    display: none;
}

#alert_cookies {
    width: 100%;
    min-height: 34px;
    padding: 15px 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    background: #343434;
}

.js #alert_cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100000;
}

#alert_cookies>div {
    position: relative;
    text-align: center;
    color: #CDCCCC;
}

#alert_cookies a {
    text-transform: uppercase;
    color: #CDCCCC;
    cursor: pointer;
}

#main_wrapper {
    min-height: 100%;
    padding: 0;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

#alert_cookies+#main_wrapper {
    /* creo un sistema di riferimento per gli elementi in position fixed */
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* fascia per avvisi/eventi speciali */

.special_event {
    padding: 15px;
    font-size: 16px;
    text-align: center;
    color: #000;
    background: #FFF;
}

.table-link {
    display: block;
    height: fit-content;
    width: 29%;
    margin-bottom: 30px;
    position: relative;
    
}

.table-link img {
    width: 100%;
}

/* aggiunto in homepage pagine per ovviare a scroll orizzontale
dovuto a pseudoelemento nel box news, usato per avere sfondo a 100%.
Se serve, aggiungerlo anche in altre pagine */

#main_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #000;
}

#intestazione {
    padding-top: 34px;
    padding-bottom: 34px;
}

#logo {
    margin: 0;
    float: left;
    font-size: 25px;
    color: #FFFFFF;
}

#logo a {
    margin: 0;
    display: block;
    z-index: 20;
}

#logo a img {
    height: 28px;
}

/* PULSANTE APRI/CHIUDI MENU */

#main_menu_toggler {
    display: none;
    position: absolute;
    top: -500px;
    opacity: 0;
    visibility: hidden;
}

#main_menu_toggler_label {
    min-width: 40px;
    height: 40px;
    margin-right: -10px;
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 6%;
    z-index: 60;
    cursor: pointer;
}

#main_menu_toggler_label>* {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#main_menu_toggler_label>*>* {
    width: 17px;
    display: block;
    transition: all .5s;
}

#main_menu_toggler_label>*.close>* {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main_menu_toggler:checked+#main_menu_toggler_label>*.open>* {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#main_menu_toggler:checked+#main_menu_toggler_label>*.close>* {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

#navigazione {
    margin-top: 8px;
    margin-left: 300px;
    position: relative;
    z-index: 100;
    text-align: right;
}

#main_menu_toggler:checked~#navigazione {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    background-size: 52.22% 100%;
}

.mainpic img {
    max-width: 100%;
}

.mainpic img:hover {
    opacity: .6;
}

.desc-container {
    margin: 40px auto 0;
    font-size: 18px;  
}

.desc-container p {
    margin: 0 0;
}

.desc-container p:nth-child(2) {
    margin: 20px 0 0;
}

.tables-gallery img {
    max-width: 45%;
}

.tables-gallery {
    display: flex;
    justify-content: space-evenly;
    margin: auto;
}

.mainpic {
    width: 70%;
    margin: auto;
}

#pages_menu>li {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#pages_menu>li+li {
    margin-left: 60px;
}

#pages_menu>.social {
    top: 2px;
}

#pages_menu>.social+.social {
    margin-left: 30px;
}

#pages_menu a,
#pages_menu .menu_toggler_label {
    font-size: 15px;
    white-space: nowrap;
    color: #FFF;
    transition: opacity .5s;
}

#pages_menu>li>a,
#pages_menu .menu_toggler_label {
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}

.no-touch #navigazione a:hover,
.no-touch #pages_menu .menu_toggler_label:hover {
    opacity: .6;
}

#pages_menu>li>a.active,
.homepage #homepage,
.azienda #azienda,
.prodotto #products_menu_toggler_label,
.dettaglio_prodotti #products_menu_toggler_label,
.contatti #contatti {
    border-bottom: 2px solid #FFF;
}

#navigazione .menu_toggler_label {
    display: inline-block;
    cursor: pointer;
}

#pages_menu>li .menu_toggler {
    top: -500px;
    opacity: 0;
}

#pages_menu>li .submenu {
    min-width: 100%;
    padding: 16px 30px 30px 30px;
    margin-top: 5px;
    display: none;
    position: absolute;
    top: 100%;
    left: -30px;
    z-index: 10;
    text-align: left;
    background-color: #000;
}

#pages_menu>li .submenu:before {
    content: '';
    width: 300%;
    width: 200vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 5;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #000;
}

#pages_menu>li .submenu>* {
    position: relative;
    z-index: 10;
}

.no-touch #pages_menu>li:hover .submenu,
.touch #pages_menu>li .menu_toggler:checked~.submenu {
    display: block;
}

.no-touch #pages_menu>li:hover:after {
    content: '';
    width: 130%;
    height: 80px;
    position: absolute;
    top: 99%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: rgba(0, 0, 0, 0);
}

#pages_menu>li .submenu li {
    padding: 12px 0;
}

#pages_menu>li .submenu a.active {
    opacity: .8;
}

/*  SLIDERS 
******************************************************************************************************/

.slider_container {
    overflow: hidden;
    text-align: center;
}

.slider_container .slider {
    padding-bottom: 1px;
    position: relative;
    left: 0;
    top: 0;
}

.slider_container .slider>li {
    width: 100%;
    padding: 0;
    float: left;
    box-sizing: border-box;
}

.slider_container .slider a {
    display: block;
    transition: opacity .5s;
}

.no-touch .slider_container .slider a:hover {
    opacity: .6;
}

.slider_container .slider figure {
    margin: 0;
    position: relative;
}

.slider_container .slider img {
    width: 100%;
    display: block;
}

.nav {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 50;
    text-indent: -9999px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    transition: opacity .5s;
}

.nav.slick-disabled {
    opacity: .2;
}

.no-touch .nav:not(.slick-disabled):hover {
    opacity: .6;
}

.nav.prev {
    margin-right: 8px;
    right: 50%;
    background-image: url(/imgs/layout/freccia-bianca-left.svg);
}

.nav.next {
    margin-left: 8px;
    left: 50%;
    background-image: url(/imgs/layout/freccia-bianca-right.svg);
}

.nav.slick-prev+.slick-list {
    margin-bottom: 110px;
}

.slick-dots {
    padding: 0;
    text-align: right;
    display: flex;
    justify-content: right;
    justify-content: flex-end;
}

.slick-dots li {
    max-width: 70px;
    height: 5px;
    border: 0;
    display: inline-block;
    flex-grow: 1;
    background-color: #1F1F1F;
    transition: background-color .5s;
    cursor: pointer;
}

.slick-dots li+li {
    margin-left: 5px;
}

.no-touch .slick-dots li:hover,
.slick-dots li.slick-active {
    background-color: #333;
}

/* =========================================*/

/* ===  CONTENT ============================*/

#contenitore {
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
    z-index: 10;
    max-width: 1000px;
    margin: auto;
}

.page_title {
    margin-bottom: 27px;
    margin-top: 0;
    position: relative;
}

/* =========================================*/

/* ===  FOOTER  ============================*/

#page_footer .bottom_links {
    overflow: hidden;
}

#page_footer .bottom_links>a {
    width: 100%;
    height: 292px;
    display: block;
    box-sizing: border-box;
    float: left;
    position: relative;
    color: #FFF;
    transition: opacity .5s;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.no-touch #page_footer .bottom_links>a:hover {
    opacity: .4;
}

#page_footer .bottom_links>a.preventivo {
    background-image: url('./../imgs/content/preventivo.webp');
    opacity: .6;
    background-position: 0 -365px;
}

#page_footer .bottom_links>a.catalogo {
    background-image: url('./../imgs/content/catalogo.jpg');
    opacity: .6;
}

#page_footer .bottom_links>a>div {
    width: 624px;
    max-width: 80%;
    height: 232px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url('./../imgs/layout/freccia-bianca-right.svg') 0 100% no-repeat;
}

#page_footer .bottom_links>a>div h4 {
    line-height: 1.2;
    margin: 0 0 10px 0;
    font-size: 30px;
}

#page_footer footer {
    line-height: 1.25;
    padding-top: 60px;
    padding-bottom: 40px;
    font-size: 12px;
    letter-spacing: .71px;
    text-align: center;
}

#page_footer footer a {
    color: #FFF;
}

#page_footer footer address {
    font-size: 13px;
    letter-spacing: .76px;
}

#page_footer footer .link_container {
    margin: 12px 0 0 0;
    opacity: .5;
}

/* =========================================*/

/* ===	SEZIONI	============================*/

.section {
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.section+.section {
    margin-top: 100px;
}

.section>* {
    box-sizing: border-box;
    float: left;
}

.section>div {
    width: 49.48%;
    padding: 50px 6%;
}

.section>div.fullwidth {
    width: 100%;
}

.section.intro>div.fullwidth>* {
    max-width: 100%;
}

.section>figure {
    width: 50.52%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.section>figure img {
    min-width: 100%;
    min-height: 100%;
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.section>figure figcaption {
    margin-top: 5px;
    font-size: 13px;
    text-align: right;
    opacity: .5;
}

.section.intro {
    flex-direction: row-reverse;
    background: #1A1A1A;
}

.section.intro>* {
    float: right;
}

.section.intro>div>* {
    max-width: 400px;
}

/* trattino all'inizio del testo */

.section.intro>div>*:not(.page_title):nth-of-type(1):before {
    content: '\2014 ';
}

.section.more>figure {
    width: 56.22%;
}

.section.more>div {
    width: 43.78%;
}

/* =========================================*/

/* ===  PAGINE SERVIZIO ============================*/

.service_pages {
    display: flex;
    flex-direction: column;
}

.service_pages #logo {
    float: none;
}

.service_pages #logo img {
    margin: 0 auto;
}

.service_pages #contenitore {
    padding-top: 100px;
    flex-grow: 1;
}

.text.abouttext {
    width: 95%;
    margin: auto;
    flex-direction: column;
}

.text.abouttext p {
    width: 100%;
}

@media only screen and (max-width: 1280px) {
    .section>figure figcaption {
        margin-right: 6%;
    }
}

@media only screen and (max-width: 1024px) {
    #logo a img {
        height: 24px;
    }
    #pages_menu>li {
        font-size: 14px;
    }
    #pages_menu>li+li {
        margin-left: 30px;
    }
    .format_title {
        font-size: 24px;
    }
    #page_footer .bottom_links>a {
        width: 100%;
        height: 270px;
        float: none;
    }
    #page_footer .bottom_links>a>div {
        height: 180px;
        font-size: 15px;
        background-size: 44px 44px;
    }
    #page_footer .bottom_links>a>div h4 {
        font-size: 24px;
    }
}

.navigation__list {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #fff;
    font-size: 16px;
    border-top: 1px solid #ffffff52;
    margin: 0;
}

.navigation__list li {
    margin-right: 40px;
    font-size: 18px;
    font-weight: 500;
}

.navigation__list a {
    color: #fff;
}

.social-list.social-list--mobile-hide {
    display: flex;
}

.social-list.social-list--mobile-hide li {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.social-list.social-list--mobile-hide li a {
    height: 20px;
}

@media screen and (min-width: 768px) {
    .footer {
        padding: 60px 0;
    }
}

.footer .social-list {
    margin-left: 44%;
}

.header__top .social-list {
    margin-top: 0;
    padding-top: 0;
    position: absolute;
    top: 23px;
}

.footer {
    display: flex;
    background-color: #191919;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 1.42857;
}

.header {
    position: relative;
    box-shadow: none;
    background-color: #000;
    border-color: #191919;
}
.header__top {
    text-align: center;
    float: none;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 0 12px;
}

@media screen and (min-width: 768px) {
    .mobile-btn {
        display: none;
    }
}
@media screen and (max-width: 450px) {
    .header__top {
        position: relative;
    }
    .header__top .social-list {
        width: 100%;
        justify-content: space-between
    }
    .header__top .social-list li {
        margin: 0;
    }
}


.social {
    display: flex;
    justify-content: center;
}

.footer__item {
    float: left;
    width: 50%;
}

.social-list {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
    margin-top: 30px;
}

.social-list__item {
    display: inline-block;
    text-align: center;
    margin: 3px 5px;
}

.social-list__link {
    background-color: #262626;
    border-radius: 50%;
    border: 0;
    display: block;
    color: #4c4c4c;
    text-align: center;
    line-height: 40px;
    padding: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.footer__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 15px;
    }
    .format_title_1 {
        font-size: 24px;
    }
    .format_title_3 {
        font-size: 20px;
    }
    .title_set {
        text-align: left;
    }
    .title_set .format_title_1 {
        font-size: 20px;
    }
    #intestazione {
        padding-top: 18px;
        padding-bottom: 20px;
        position: relative;
        top: 0;
        left: 0;
        z-index: 60;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    #logo {
        float: none;
    }
    #logo a img {
        height: 17px;
    }
    #main_menu_toggler,
    #main_menu_toggler_label {
        display: block;
    }
    #navigazione {
        width: 100%;
        max-width: 100vw;
        height: 100%;
        height: 100vh;
        margin: 0;
        padding: 76px 0 0 0;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 50;
        overflow: auto;
        background-color: #000;
        transition: all .5s;
    }
    #main_menu_toggler:checked~#navigazione {
        -webkit-transform: translate(-100%, 0);
        -moz-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
    #pages_menu {
        padding: 0;
        box-sizing: border-box;
        float: none;
        overflow: hidden;
        text-align: center;
    }
    #pages_menu>li {
        padding: 0;
        margin: 0 auto;
        display: block;
        font-size: 18px;
        text-align: center;
    }
    #pages_menu>li+li {
        margin-left: auto;
    }
    #pages_menu>li.social {
        margin-top: 30px;
        display: inline-block;
    }
    #pages_menu a,
    #pages_menu .menu_toggler_label {
        font-size: 20px;
    }
    #pages_menu>li>a,
    #pages_menu>li .menu_toggler_label {
        padding: 15px 6%;
        display: inline-block;
        position: relative;
    }
    #pages_menu>li .menu_toggler_label:after {
        content: '+';
        display: none;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    #pages_menu>li .menu_toggler:checked+.submenu_labels .menu_toggler_label:after {
        content: '-';
    }
    #pages_menu>li .submenu {
        display: block;
    }
    #pages_menu>li>a.active,
    .homepage #homepage,
    .azienda #azienda,
    .prodotto #products_menu_toggler_label,
    .dettaglio_prodotti #products_menu_toggler_label,
    .contatti #contatti {
        border-bottom: none;
        opacity: .6;
    }
    #pages_menu>li .submenu {
        padding-left: 16%;
        padding-right: 16%;
        margin-left: -16%;
        margin-right: -16%;
        position: relative;
        top: -10px;
        left: 0;
        box-shadow: none;
        text-align: center;
    }
    .section {
        padding-right: 6%;
        padding-left: 6%;
        display: block;
    }
    .section+.section {
        margin-top: 0;
    }
    .section>*,
    .section.intro>* {
        float: none;
    }
    #contenitore .section.intro>figure,
    #contenitore .section.intro>div,
    #contenitore .section.more>figure,
    #contenitore .section.more>div {
        width: 100%;
        height: auto;
        padding: 0;
    }
    #contenitore .section.intro>div,
    #contenitore .section.more>div {
        padding-top: 26px;
        padding-bottom: 10px;
    }
    .section>figure img {
        width: 100%;
        min-width: 0;
        min-height: 0;
    }
    .section.intro .page_title br {
        display: none;
    }
    .section.intro>div>* {
        max-width: 100%;
    }
    .section>figure figcaption {
        margin-right: 0;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .gallery-wrap .gallery-child {
        top: 0!important;
        width: 40%!important;
    }

    .gallery-wrap .gallery-child::before {
        display: none!important;
    }

    .gallery-wrap a.gallery-child::after,
    .gallery-wrap a.gallery-child:hover::after {
        content: '';
        display: block;
        width: 22px;
        min-height: 30px!important;
        height: 30px!important;
        position: absolute;
        top: auto;
        right: 3px!important;
        bottom: 3px!important;
        background: url('./../imgs/content/tap22.png') no-repeat;
        opacity: 1;
        transition: all .4s ease;
    }
}
