@media screen and (max-width: 1440px) {
    .page-header .height-100p > .flex-container, .page-header nav {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        flex: 1;
    }

    .page-header .links {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        padding-left: 10px;
        padding-right: 10px;
    }

    .page-header .main-header .links li {
        white-space: nowrap;
        margin-left: 10px;
        margin-right: 10px;
    }

    .page-header .search-container {
        max-width: 240px;
    }

    .page-header .logo-container, .page-header .search-container {
        min-width: 200px;
    }

    .brands-listing .brand-title {
        height: 90px;
        font-size: 18px;
        padding-left: 60px;
    }

    .brands-listing .accordion-item .hidden-section > div {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .page-header .main-header .links li {
        font-size: 16px;
    }

    .flex-heading .heading-block {
        padding-right: 20px;
    }

    .flex-heading .title {
        font-size: 40px;
    }

    .product-lines-section {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .three-actions {
        margin-bottom: 80px;
    }

        .three-actions .discover-block { /*max-width: 1200px*/
            position: relative;
            overflow: hidden;
        }

            .three-actions .discover-block .block-icon {
                position: absolute;
                z-index: -1;
                color: #f7f7f7;
                right: -20px;
                font-size: 140px;
                bottom: -10px;
            }

            .three-actions .discover-block .block-title {
                line-height: 1.2;
                margin-bottom: 15px;
                font-size: 20px;
            }

        .three-actions .discover-block-bgimg { /*max-width: 1200px*/
            position: relative;
            overflow: hidden;
            width: 361px;
            height: 216px;
            background-size: contain;
            background-repeat: no-repeat;
        }

            .three-actions .discover-block-bgimg .block-icon {
                position: absolute;
                z-index: -1;
                color: #f7f7f7;
                right: -20px;
                font-size: 140px;
                bottom: -10px;
            }

            .three-actions .discover-block-bgimg .block-title {
                line-height: 1.2;
                margin-bottom: 15px;
                font-size: 20px;
            }

    .yb-grid.brands-listing {
        margin-bottom: 45px;
    }

    .dkc-group-section .text-col {
        padding: 30px;
    }

    .customers-slider-section {
        padding: 80px 0;
    }

    .single-article-block {
        width: 30%;
        margin-right: 50px;
    }

    .contact-form {
        padding: 90px 0;
    }

        .contact-form .unflex-tablet {
            display: block;
            max-width: 640px;
            margin: auto;
        }

        .contact-form header {
            max-width: none;
        }
}

@media screen and (max-width: 991px) {
    .page-header .grey-header, .page-header nav, .page-header .search-container {
        display: none;
    }

    .page-header .main-header {
        height: 55px;
    }

    .page-header .logo-container {
        -ms-grid-column-align: center;
        justify-self: center;
        padding: 0;
    }

        .page-header .logo-container:before {
            content: none;
        }

    .page-header .height-100p > .flex-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        position: relative;
    }
}

@media (max-width: 1230px) {
    .icon-filters {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .icon-filters .filter-single {
            width: 95px;
            text-align: center;
        }
}

@media (max-width: 1200px) {
    .contact-form .form-item.width-100p .form-control {
        max-width: 500px;
    }

    .contact-form .form-control {
        max-width: 100%;
    }

    .contact-form .form-item {
        max-width: 100%;
    }

        .contact-form .form-item.width-100p .form-control, .contact-form .form-item.width-100p {
            max-width: 100% !important;
        }

    .contact-form .checkbox-container .form-label {
        max-width: 100%;
    }

    .contact-form .flex-container {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contact-form header {
        width: 100%;
        max-width: 100%;
    }

    .contact-form .form-column {
        max-width: 100%;
    }

    section.download {
        margin-bottom: 35px;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        section.download .main-download {
            width: 100%;
            max-width: 100%;
        }

    .sidebar-download {
        max-width: 100%;
        width: 100%;
    }

        .sidebar-download .content {
            overflow: hidden;
            -webkit-transition: all .6s;
            -o-transition: all .6s;
            -moz-transition: all .6s;
            transition: all .6s;
        }

        .sidebar-download .sidebar-single.active .heading:after {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .sidebar-download .sidebar-single:not(.active) .heading {
            border-bottom: none;
        }

        .sidebar-download .sidebar-single .heading {
            position: relative;
        }

            .sidebar-download .sidebar-single .heading:after {
                font-size: 17px;
                content: "\e91a";
                position: absolute;
                right: 14px;
                top: 16px;
                font-family: 'icomoon' !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                -webkit-transition: all .6s;
                -o-transition: all .6s;
                -moz-transition: all .6s;
                transition: all .6s;
            }
}

@media (max-width: 800px) {
    .sliders-container .title {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .main-download .title {
        margin-top: 28px;
    }

    .sidebar-single {
        margin-bottom: 8px;
    }

        .sidebar-single .content .pad-div {
            padding-bottom: 20px;
        }

    .contact-form > .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .page-footer {
        padding-top: 30px;
    }

        .page-footer .margin-right {
            position: absolute;
            left: 22px;
            top: -30px;
        }

        .page-footer .container {
            padding-right: 20px;
            padding-left: 20px;
        }

    .second-footer {
        margin-top: 80px;
    }

        .second-footer .container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: -moz-box;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            -webkit-flex-direction: column-reverse;
            -moz-box-orient: vertical;
            -moz-box-direction: reverse;
            flex-direction: column-reverse;
        }

            .second-footer .container .col-sm-8 {
                margin-bottom: 36px;
            }

        .second-footer .col-sm-4 {
            max-width: 200px;
            text-align: center;
            margin: 0 auto;
        }

            .second-footer .col-sm-4 .separator {
                display: none;
            }

    .contact-form {
        padding: 35px 0;
    }

        .contact-form .title {
            font-size: 35px;
            font-weight: 300;
            margin-bottom: 15px;
        }

        .contact-form .subtitle {
            font-size: 20px;
            margin-bottom: 30px;
        }
    /*.contact-form .form-item:nth-child(odd) {
    margin-right: 0;
  }*/
    .form-column .width-100p:not(.form-item) {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .page-header .search-container {
        display: block;
        min-width: 0px;
        width: 0px;
    }


        .page-header .search-container .form-control {
            padding: 0;
            border: 0;
            position: absolute;
            opacity: 0;
            -webkit-transition: opacity .4s;
            -o-transition: opacity .4s;
            -moz-transition: opacity .4s;
            transition: opacity .4s;
        }

        .page-header .search-container .search-icon-box {
            position: absolute;
            height: 38px;
            right: 10px;
            bottom: -20px;
            top: auto;
        }

            .page-header .search-container .search-icon-box input {
                display: none;
            }

        .page-header .search-container.active .form-control {
            opacity: 1;
            width: -webkit-calc(100vw - 30px);
            width: -moz-calc(100vw - 30px);
            width: calc(100vw - 30px);
            min-width: -webkit-calc(100vw - 30px);
            min-width: -moz-calc(100vw - 30px);
            min-width: calc(100vw - 30px);
            height: 40px;
            border: 1px solid #ccc;
            right: 5px;
            bottom: -80px;
            padding: 0 15px;
            line-height: 40px;
        }
}

@media (max-width: 767px) {
    .first-footer-block {
        margin-bottom: 60px;
    }

    .page-footer a.black {
        margin: 0 6px;
        font-size: 14px;
    }

    .search-helper .tab:not(.active) .tab-title {
        border-bottom: 0;
    }

        .search-helper .tab:not(.active) .tab-title:after {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .search-helper .hidden-section {
        overflow: hidden;
        -webkit-transition: all .6s;
        -o-transition: all .6s;
        -moz-transition: all .6s;
        transition: all .6s;
    }

    .search-helper {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .search-helper .tab {
            width: 100%;
        }

            .search-helper .tab .tab-list {
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                -moz-transition: all .4s;
                transition: all .4s;
            }

            .search-helper .tab .tab-title {
                position: relative;
            }

                .search-helper .tab .tab-title:after {
                    font-size: 17px;
                    content: "\e91a";
                    position: absolute;
                    right: 14px;
                    top: 16px;
                    font-family: 'icomoon' !important;
                    speak: none;
                    font-style: normal;
                    font-weight: normal;
                    font-variant: normal;
                    text-transform: none;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    -webkit-transition: all .6s;
                    -o-transition: all .6s;
                    -moz-transition: all .6s;
                    transition: all .6s;
                }
}

@media (max-width: 700px) {
    .icon-filters .filter-single {
        margin: 0 6px;
        margin-bottom: 16px;
    }
}

@media (max-width: 1400px) {
    .dettaglio-blog-structure-container .main-container {
        margin-right: 0;
    }

    .dettaglio-blog-structure-container .sidebar-container {
        margin-right: 40px;
    }
}

@media (max-width: 1350px) {
    .contact-page .btn {
        margin-bottom: 10px;
    }

        .contact-page .btn:last-child {
            margin: 0;
        }

    .contact-page .office .btns-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start;
    }

    .contact-page .office:hover .btns-container {
        height: 105px;
    }
}

@media (max-width: 992px) {
    .page-footer .separator {
        display: none !important;
    }

    .dettaglio-brand .container-overflow-auto {
        overflow: auto;
    }

    .testate-slider {
        margin-bottom: 17px;
    }

    body.dettaglio-brand .breadcrumb {
        margin-bottom: 0;
    }

    body.dettaglio-brand .desktop-breadcrumb {
        display: none;
    }

    .hamburger-header {
        display: block;
    }

    .blog-articles-container .single-article-block {
        max-width: 365px;
        margin: 0 auto;
    }

    .istituzionale-page .heading-row {
        display: none;
    }

    .istituzionale-section {
        margin: 0 auto;
        margin-top: -15px;
    }

    body.search .breadcrumb:not(.result) {
        margin-bottom: 23px;
    }

    .search-page-container .grey-container {
        padding: 14px;
    }

        .search-page-container .grey-container .label {
            display: none;
        }

    .search-page-container .search-container {
        margin-top: 0;
    }

    body.search .results-container {
        padding: 40px 0;
    }

    body .breadcrumb {
        margin-bottom: 24px;
    }

    .text-content img {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .istituzionale-page main.container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        flex-direction: column;
    }

    body.contact-page main.container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        flex-direction: column-reverse;
    }

    .contact-page .btn {
        margin-bottom: 0;
    }

        .contact-page .btn:last-child {
            margin-left: 25px;
        }

    .contact-page .office .btns-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start;
    }

    .contact-page .office:hover .btns-container {
        height: 52px;
    }

    .contact-page .office {
        margin-left: auto;
        margin-right: auto;
    }

    .rich-select .rs-current {
        max-width: -webkit-calc(100% - 25px);
        max-width: -moz-calc(100% - 25px);
        max-width: calc(100% - 25px);
    }

    .jobs-accordion .item-opener > div {
        max-width: -webkit-calc(100% - 25px);
        max-width: -moz-calc(100% - 25px);
        max-width: calc(100% - 25px);
    }

    .carreers-page .job-location {
        width: 100%;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .carreers-page .description {
        margin-bottom: 35px;
    }

    .carreers-row {
        padding-bottom: 47px;
    }

    .carreers-section {
        margin-top: 20px;
    }

        .carreers-section .request-title {
            font-size: 25px;
            margin-bottom: 18px;
        }

        .carreers-section .accordion {
            margin-bottom: 35px;
        }

        .carreers-section .flex-wrap .form-item {
            width: 100%;
        }

            .carreers-section .flex-wrap .form-item:nth-child(odd) {
                margin-right: 30px;
            }

    .accordion-opener {
        position: absolute;
        left: 7px;
        top: 50%;
        -webkit-transform: translateY(-40%);
        -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        -o-transform: translateY(-40%);
        transform: translateY(-40%);
        z-index: 9;
    }

        .accordion-opener .icon-minum2 {
            display: none;
        }

    .result-single.active:hover {
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
    }

    .result-single.active .accordion-opener {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 7px;
    }

        .result-single.active .accordion-opener .icon-minum2 {
            display: block;
        }

        .result-single.active .accordion-opener .icon-plus3 {
            display: none;
        }

    .results-container .results-list .result-single .icons {
        max-height: 0;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        overflow: hidden;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start;
    }

    .results-container .results-list .result-single a {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start;
        padding-left: 50px;
    }

        .results-container .results-list .result-single a .icon-download2 {
            position: absolute;
            right: 5px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    body.blog main.container, body.dettaglio-blog main.container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        flex-direction: column-reverse;
    }

    .single-article-container .img-article {
        margin: 0 -25px;
        margin-bottom: 14px;
    }

    .single-article-container .content-title {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 17px;
    }

    .single-article-container .data {
        margin-bottom: 14px;
    }

        .single-article-container .data span.icon {
            font-size: 24px;
        }

    .searchbar-mobile-container {
        margin: 0 23px;
        margin-bottom: 20px;
    }

        .searchbar-mobile-container .search-container {
            max-width: 100%;
            margin: 0 auto;
        }

            .searchbar-mobile-container .search-container .search-icon-box {
                background-color: #333;
            }

    .two-col-layout {
        margin-top: 24px;
        margin-bottom: 25px;
    }

    .categories-mobile-container.side-container.sidebar {
        margin-left: 23px;
        margin-right: 23px;
    }

        .categories-mobile-container.side-container.sidebar .banners-container {
            max-width: 100%;
            width: 100%;
            margin: 0 auto;
            margin-bottom: 40px;
        }

        .categories-mobile-container.side-container.sidebar .main-category .category-link {
            margin-top: 3px;
        }

        .categories-mobile-container.side-container.sidebar .categories-accordion {
            margin-bottom: 8px;
        }

        .categories-mobile-container.side-container.sidebar nav {
            margin-bottom: 30px;
        }

    .tag-container .tag-cloud {
        margin-bottom: 0px;
    }

    .banners-container .sidebar-block {
        position: relative;
        background-color: #1b1b1b !important;
        overflow: hidden;
    }

        .banners-container .sidebar-block div {
            z-index: 9;
        }

        .banners-container .sidebar-block .arrow-btn {
            background-color: #ee3224;
            border: none;
            position: absolute;
            right: 0;
            top: 0;
            -webkit-border-top-left-radius: 5px;
            -moz-border-radius-topleft: 5px;
            border-top-left-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-bottom-left-radius: 5px;
            width: 25px;
            height: 25px;
        }

            .banners-container .sidebar-block .arrow-btn .icon:before {
                content: "\e910";
            }

        .banners-container .sidebar-block .block-icon {
            position: absolute;
            right: -10px;
            bottom: -53px;
            font-size: 130px;
            color: #242424;
            z-index: 7;
        }

    .page-footer .second-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        flex-direction: column-reverse;
        /*margin-top: 80px;*/
    }

        .page-footer .second-footer .col-sm-8 {
            margin-bottom: 40px;
        }

    .dettaglio-blog-structure-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        flex-direction: column-reverse;
        padding: 0 20px;
    }

        .dettaglio-blog-structure-container .sidebar-container {
            max-width: 100%;
            margin-right: 0;
            margin-top: 28px;
            display: none;
        }

            .dettaglio-blog-structure-container .sidebar-container .banners-container {
                margin-bottom: 45px;
            }

        .dettaglio-blog-structure-container .main-container {
            margin: 0 auto;
            width: 100%;
        }

            .dettaglio-blog-structure-container .main-container .blog-title {
                font-size: 25px;
                line-height: 28px;
                margin-bottom: 20px;
            }

        .dettaglio-blog-structure-container .info-blog {
            margin-bottom: 15px;
        }

            .dettaglio-blog-structure-container .info-blog .icon {
                font-size: 24px;
            }

    .testata-blog {
        display: none;
    }
}

@media (max-width: 767px) {
    .single-article-block .article-img img {
        margin: 0 auto;
    }

    .search-helper {
        margin-bottom: 60px;
    }

    .tab-last {
        margin-bottom: 10px;
    }

    .hidden-section {
        max-height: 0;
    }

    .contact-page .ist-sidebar nav {
        margin-bottom: 0;
    }

    .contact-page .office {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        flex-direction: row-reverse;
        margin-bottom: 0;
        position: relative;
        height: 185px;
    }

        .contact-page .office .text-container {
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            -moz-transition: all .4s;
            transition: all .4s;
        }

        .contact-page .office .view-maps {
            display: block;
        }

        .contact-page .office .img-wrapper {
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            -moz-transition: all .4s;
            transition: all .4s;
            height: 185px;
            text-align: right;
            position: absolute;
            left: 0;
            right: 0;
        }

            .contact-page .office .img-wrapper img {
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                -moz-transition: all .4s;
                transition: all .4s;
            }

        .contact-page .office:hover {
            max-width: 100%;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            margin-bottom: auto;
        }

            .contact-page .office:hover .office-title {
                color: #000;
            }

            .contact-page .office:hover .btns-container {
                height: auto;
                opacity: 0;
            }

        .contact-page .office.active {
            max-height: 100%;
            display: block;
        }

            .contact-page .office.active .text-container {
                -webkit-transform: translateX(-100%);
                -moz-transform: translateX(-100%);
                -ms-transform: translateX(-100%);
                -o-transform: translateX(-100%);
                transform: translateX(-100%);
            }

                .contact-page .office.active .text-container.show-down {
                    position: static;
                    -webkit-transform: translateX(0);
                    -moz-transform: translateX(0);
                    -ms-transform: translateX(0);
                    -o-transform: translateX(0);
                    transform: translateX(0);
                    max-width: 100%;
                }

                    .contact-page .office.active .text-container.show-down .view-maps {
                        display: none;
                    }

                    .contact-page .office.active .text-container.show-down .btns-container {
                        opacity: 1;
                        height: auto;
                        -webkit-box-align: end;
                        -ms-flex-align: end;
                        -webkit-align-items: flex-end;
                        -moz-box-align: end;
                        align-items: flex-end;
                    }

            .contact-page .office.active .img-wrapper {
                width: 100%;
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                -moz-transition: all .4s;
                transition: all .4s;
            }

                .contact-page .office.active .img-wrapper.show-down {
                    position: static;
                }

            .contact-page .office.active img {
                width: 100% !important;
            }

        .contact-page .office .text-container {
            padding: 20px;
            position: absolute;
            background-color: #fff;
            top: 0;
            bottom: 0;
            left: 0;
            max-width: 210px;
            padding: 10px;
        }

            .contact-page .office .text-container .view-maps {
                max-width: 40px;
            }
}

@media (max-width: 500px) {
    .carreers-section .flex-wrap .form-item:nth-child(odd) {
        margin-right: 0;
    }
}

@media (max-width: 1500px) {
    .testata-product {
        height: 648px;
        width: 1500px;
    }
}

@media (max-width: 767px) {
    .testata-product {
        height: 605px;
        width: 1400px;
    }
}

@media (max-width: 1700px) {
    .testata-product .testata-testo {
        left: 35px;
        bottom: 35px;
    }

        .testata-product .testata-testo .title-product {
            margin-bottom: 0;
        }

        .testata-product .testata-testo .subtitle-product {
            font-size: 42px;
        }

    .discover-block .text-block {
        max-width: 80%;
    }

    .list-of-actions-container.flex-container {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .discover-block { /*max-width: 1700px*/
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: calc(50% - 10px);
    }
}

.list-of-actions-container .discover-block .little-arrow {
    display: none;
    background-color: #ee3224;
    border: none;
    position: absolute;
    right: 0;
    top: 10px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    width: 25px;
    height: 25px;
}

    .list-of-actions-container .discover-block .little-arrow .icon {
        font-size: 13px;
        color: #e3e3e3;
        position: absolute;
        left: 10px;
        top: 5px;
    }

.modal-reserved-area {
    max-height: 80vh;
    overflow: auto;
    max-width: 90%;
}


@media (max-width: 992px) {
    .modal-reserved-area .heading span {
        font-size: 18px;
    }

    .mobile-download-catalogues {
        display: block;
    }

    .download-catalogues-small {
        display: none;
    }

    .results-container .results-list .result-single {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }

        .results-container .results-list .result-single a {
            padding: 5.4px 50px;
        }

    .discover-block-bgimg:not(:last-child) { /*max-width: 992px*/
        margin: 0;
    }

    .discover-block-bgimg:not(:first-child) {
        margin: 0;
    }



    .discover-block:not(:last-child) { /*max-width: 992px*/
        margin: 0;
    }

    .discover-block:not(:first-child) {
        margin: 0;
    }

    .testata-product .testata-testo {
        max-width: 600px;
        left: 50px;
        bottom: 35px;
    }

        .testata-product .testata-testo .title-product {
            padding: 6px 12px;
        }

        .testata-product .testata-testo .subtitle-product {
            font-size: 30px;
        }

    .list-of-actions-container {
        width: 600px;
        margin: 0 auto;
    }

        .list-of-actions-container.flex-container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            flex-direction: column;
        }

            .list-of-actions-container.flex-container .discover-block { /*max-width: 992px*/
                width: 100%;
                max-width: 100%;
                margin-bottom: 10px;
                position: relative;
                overflow: hidden;
            }

                .list-of-actions-container.flex-container .discover-block .text-block {
                    max-width: 100%;
                    z-index: 1;
                }

                .list-of-actions-container.flex-container .discover-block .block-icon {
                    position: absolute;
                    color: #f7f7f7;
                    right: -10px;
                    bottom: -30px;
                    font-size: 130px;
                    z-index: 0;
                }

                .list-of-actions-container.flex-container .discover-block .btn {
                    display: none;
                }

                .list-of-actions-container.flex-container .discover-block .little-arrow {
                    display: block;
                }

            .list-of-actions-container.flex-container .discover-block-bgimg { /*max-width: 992px*/
                width: 294px;
                height: 324px;
                max-width: 100%;
                margin-bottom: 10px;
                position: relative;
                overflow: hidden;
            }

                .list-of-actions-container.flex-container .discover-block-bgimg .text-block {
                    max-width: 100%;
                    z-index: 1;
                }

                .list-of-actions-container.flex-container .discover-block-bgimg .block-icon {
                    position: absolute;
                    color: #f7f7f7;
                    right: -10px;
                    bottom: -30px;
                    font-size: 130px;
                    z-index: 0;
                }

                .list-of-actions-container.flex-container .discover-block-bgimg .btn {
                    display: none;
                }

                .list-of-actions-container.flex-container .discover-block-bgimg .little-arrow {
                    display: block;
                }

    .prevArrow {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        top: auto;
        bottom: 15px;
    }

    .nextArrow {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        top: auto;
        bottom: 15px;
        right: 25px;
    }

    .sidebar .main-category .category-link {
        position: relative;
    }

        .sidebar .main-category .category-link .icon {
            position: absolute;
            top: 4px;
        }

        .sidebar .main-category .category-link a {
            display: block;
            margin-left: 30px;
        }

    ul.main-category.no-style {
        max-width: 100%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        ul.main-category.no-style li {
            width: 50%;
        }

    .dettaglio-blog .categories-block, .blog .categories-block {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }

    .dettaglio-blog .searchbar-mobile-container, .blog .searchbar-mobile-container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .dettaglio-blog .searchbar-mobile-container, .dettaglio-blog .types-mobile-container {
        display: none;
    }
}

@media (max-width: 767px) {
    .store-locator .results-container {
        height: auto;
    }

    .store-locator .checkbox-container label {
        text-transform: lowercase;
    }

    .istituzionale-page main.container {
        padding: 0;
        padding-top: 10px;
    }

    .testata-product .testata-testo {
        max-width: 100%;
        width: 400px;
    }

        .testata-product .testata-testo .subtitle-product {
            font-size: 24px;
        }
}

@media (max-width: 576px) {
    .testata-product .testata-testo {
        max-width: 100%;
        width: 90vw;
        left: 10px;
        bottom: 75px;
    }

        .testata-product .testata-testo .subtitle-product {
            font-size: 24px;
        }

    .prevArrow {
        -webkit-transform: translate(-50%) rotate(180deg);
        -moz-transform: translate(-50%) rotate(180deg);
        -ms-transform: translate(-50%) rotate(180deg);
        -o-transform: translate(-50%) rotate(180deg);
        transform: translate(-50%) rotate(180deg);
        top: auto;
        bottom: 25px;
        left: -webkit-calc(50% - 30px);
        left: -moz-calc(50% - 30px);
        left: calc(50% - 30px);
        right: auto;
    }

    .nextArrow {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%);
        top: auto;
        bottom: 25px;
        right: auto;
        left: -webkit-calc(50% + 30px);
        left: -moz-calc(50% + 30px);
        left: calc(50% + 30px);
    }
}

@media (max-width: 992px) {
    .istituzionale-section {
        padding-top: 0px;
    }
}

@media (max-width: 992px) {
    .list-of-actions-container.flex-container .discover-block-bgimg {
        /* max-width: 992px; */
        width: 100%;
        height: 298px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media (max-width: 992px) {
    .col-md-3 {
        order: 1;
    }
}
