
body.nopadding {
    padding: 0px;
}

a, p, li, span, h1, h2, h3, h4 {
    text-decoration: none;
    margin: 0
}

a:hover, a:focus, a:active {
    text-decoration: none
}


.hide {
    display: none;
}


.video {
    text-align: center;
    margin: 0 auto;
}

ul.distrib-elenco, ul.pages, .elenco-news-list ul, ul.tabs{
    list-style:none;
}

.button-flex {
    display: flex;
    clear: both;
    margin-top: 20px;
    justify-content: center;
}

.tg-btn {
    background-color: #41a580;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.6px;
    font-size: 15px;
    padding: 0 20px;
    height: 55px;
    line-height: 55px;
    display: block;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.tg-btn:hover {
    background-color: #1b3745
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.1);
    padding: 5px 0;
    overflow: visible;
    z-index: 100
}

header .container {
    overflow: visible
}

header #logo {
    float: left
}

header #logo img {
    vertical-align: top;
    height: 60px
}

header nav {
    float: right
}

header nav .main-menu {
    text-align: right;
    overflow: hidden;
    padding: 0px
}

header nav .main-menu > li {
    float: left;
    padding-left: 6px
}

header nav .main-menu > li:first-child > a {
    color: #215ab0;
    border-bottom: 5px solid #215ab0;
    box-sizing: border-box;
    background: #fff
}

header nav .main-menu > li:first-child:hover > a {
    background-color: #215ab0;
    color: #fff
}

header nav .main-menu > li:nth-child(2) > a {
    color: #41a580;
    border-bottom: 5px solid #41a580;
    box-sizing: border-box;
    background: #fff
}

header nav .main-menu > li:nth-child(2):hover > a {
    background-color: #41a580;
    color: #fff
}

header nav .main-menu > li:nth-child(3) > a {
    color: #43a3b1;
    border-bottom: 5px solid #43a3b1;
    box-sizing: border-box;
    background: #fff;
}

header nav .main-menu > li:nth-child(3):hover > a {
    background-color: #43a3b1;
    color: #fff
}

header nav .main-menu > li:nth-child(3) > a.active {
    background-color: #43a3b1 !important;
    color: #fff !important;
}


header nav .main-menu > li:nth-child(4) > a {
    color: #1b3745;
    border-bottom: 5px solid #2a404a;
    box-sizing: border-box;
    background: #fff;
}

header nav .main-menu > li:nth-child(4):hover > a {
    background-color: #1b3745;
    color: #fff
}

header nav .main-menu > li:nth-child(4) > a.active {
    background-color: #1b3745 !important;
    color: #fff !important;
}

header nav .main-menu > li:nth-child(5) > a {
    color: #809dc0;
    border-bottom: 5px solid #809dc0;
    box-sizing: border-box;
    background: #fff
}

header nav .main-menu > li:nth-child(5) > a.active {
    background-color: #809dc0 !important;
    color: #fff !important;
}

header nav .main-menu > li:nth-child(5):hover > a {
    background-color: #809dc0;
    color: #fff
}

a.active, header nav .main-menu > li:nth-child(6) > a.active {
    background-color: #23685e !important;
    color: #fff !important;
}

header nav .main-menu > li:nth-child(6) {
    color: #23685e;
    box-sizing: border-box;
    background: #fff
}

header nav .main-menu > li:nth-child(6) > a {
    color: #23685e;
    border-bottom: 5px solid #23685e;
    box-sizing: border-box;
    background: #fff
}

header nav .main-menu > li:nth-child(6):hover > a {
    background-color: #23685e;
    color: #fff
}


.mobile-ui-new > a {
    background-image: url("../images/ico-ar.png");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 45px
}

.mobile-ui-new > a {
    background-color: #eceff1;
    padding: 7px 40px 7px 10px;
    margin-right: 15px;
}

.mobile-ui-new > a {
    background-position: right 10px center;
}
/*
 header nav .main-menu > li:nth-child(6) > a,
.mobile-ui-new > a {
    background-image: url("../images/ico-ar.png");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 45px
}

header nav .main-menu > li:nth-child(6) > a:hover {
    background-color: #1b3745
}

header nav .main-menu > li:nth-child(6) > a:hover span {
    color: #fff
}*/

header nav .main-menu > li:nth-child(7) > a,
header nav .main-menu > li.last > a {
    background-image: url("../images/ico-menu.png");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 45px
}

header nav .main-menu > li:nth-child(7) > a:hover {
    background-color: #1b3745
}

header nav .main-menu > li:nth-child(7) > a:hover span {
    color: #fff
}

header nav .main-menu > li > a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0px 10px;
    background-color: #eceff1;
    font-weight: 600;
    letter-spacing: 0.2px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s
}

header .dropdown {
    display: none;
    position: fixed;
    top: 115px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    padding: 30px 0
}

header .dropdown .submenu {
    overflow: hidden;
    margin: 0 -15px
}

header .dropdown .submenu > li.col1 {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: flex
}

header .dropdown .submenu > li.col1 .menu-printers {
    padding: 0 15px;
    flex: 1
}

header .dropdown .submenu > li.col1 .menu-printers .categories li {
    width: 25%;
    padding: 10px;
    float: left;
    box-sizing: border-box;
    text-align: center
}

header .dropdown .submenu > li.col1 .menu-printers .categories li .item {
    box-sizing: border-box;
    position: relative;
    background-size: auto;
    background-position: center;
    overflow: hidden;
    background-color: #fff;
    padding: 0 20px
}

header .dropdown .submenu > li.col1 .menu-printers .categories li .item > img {
    max-width: 90% !important;
    vertical-align: top;
    margin-top: 0px
}

header .dropdown .submenu > li.col1 .menu-printers .categories li .item .txt {
    border-bottom: 3px solid #eceff1;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    text-align: center
}

header .dropdown .submenu > li.col1 .menu-printers .categories li .item .txt .name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2
}

header .dropdown .submenu > li.col1 .menu-printers .categories li .item .txt .name span {
    font-size: 36px;
    color: #215ab0;
    line-height: 1.2
}

header .dropdown .submenu > li.col1 .menu-printers .categories li > p {
    padding: 15px 0;
    line-height: 1;
    font-size: 15px;
}

header .dropdown .submenu > li.col1 .menu-printers .categories li > a {
    background-color: #1b3745;
    color: #fff;
    display: block;
    padding: 12px 16px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-style: italic;
    width: 100%;
    box-sizing: border-box
}

header .dropdown .submenu > li.col1 .menu-printers .categories li > a:hover {
    background-color: #215ab0
}

header .dropdown .submenu > li.col1 .menu2.menu-27 {
    padding: 0 15px;
    flex: 1
}

header .dropdown .submenu > li.col1 .menu2.menu-27 .title-cont {
    background-color: #43a3b1
}

header .dropdown .submenu > li.col1 .menu2.menu-27 .categories li {
    width: 100%
}

header .dropdown .submenu > li.col1 .menu2.menu-28 {
    padding: 0 15px;
    flex: 1
}

header .dropdown .submenu > li.col1 .menu2.menu-28 .title-cont {
    background-color: #7bcfce
}

header .dropdown .submenu > li.col1 .menu2.menu-28 .categories li {
    width: 100%
}

header .dropdown .submenu > li.col1 .menu2.menu-24 {
    padding: 0 15px;
    flex: 1
}

header .dropdown .submenu > li.col1 .menu2.menu-24 .title-cont {
    background-color: #41a580
}

header .dropdown .submenu > li.col1 .menu2 .cat-single {
    overflow: hidden;
    margin: 0 0px 15px
}

header .dropdown .submenu > li.col1 .menu2 .cat-single li {
    border: 2px solid #eceff1;
    padding: 0px;
    box-sizing: border-box;
    margin-bottom: 5px
}

header .dropdown .submenu > li.col1 .menu2 .cat-single li .item {
    display: flex;
    align-items: center;
    justify-content: center
}

header .dropdown .submenu > li.col1 .menu2 .cat-single li .item .dot {
    font-size: 50px;
    line-height: 1;
    color: #41a580
}

header .dropdown .submenu > li.col1 .menu2 .cat-single li .item .subcat {
    padding: 10px 0 10px 6px;
    display: block;
    text-align: center;
    font-size: 18px
}

header .dropdown .submenu > li.col1 .menu2 .cat-single li .item:hover {
    background-color: #eceff1
}

header .dropdown .submenu > li.col1 .title-cont {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background-color: #215ab0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

header .dropdown .submenu .all-printers a:hover {
    background-color: #1b3745;
}

header .dropdown .submenu > li.col1 .title-cont i {
    color: #fff;
    margin-right: 8px;
    font-size: 24px
}

header .dropdown .submenu > li.col1 .title-cont .title {
    color: #fff;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 600;
    line-height: 1
}

header .dropdown .submenu > li.col1 .menu2 .title-cont:hover {
    background-color: #1b3745
}

header .menu-right {
    position: fixed;
    top: 109px;
    background-color: #eceff1;
    padding: 25px 30px;
    border: 0;
    display: none;
    border-top: 5px solid #fff
}

header .menu-right ul li a {
    display: block;
    padding: 5px 0;
    color: #1b3745;
    font-size: 18px
}

header .menu-right ul li a:hover {
    color: #41a580
}

.breadcrumbs {
    width: 100%;
}

.breadcrumbs .ul-breadcrumb {
    float: left
}

.breadcrumbs ul {
    overflow: hidden
}

.breadcrumbs ul li {
    float: left;
    padding-right: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #1b3745
}

.breadcrumbs ul li span {
    color: #1b3745
}

.breadcrumbs ul li a {
    display: block
}

.breadcrumbs ul li a:hover span {
    color: #41a580
}

.breadcrumbs ul li a:after {
    content: ">";
    padding-left: 6px
}

.home {
    padding-top: 117px
}

.banner-home #slider-home .item {
    height: 600px;
    position: relative;
    background-size: cover;
    background-position: center
}

.banner-home #slider-home .item .txt {
    position: absolute;
    bottom: 50px;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.banner-home #slider-home .item .txt .serif {
    font-size: 50px;
    color: #fff
}

.banner-home #slider-home .item .txt .sub {
    background-color: #fff;
    padding: 16px 24px;
    color: #1c3745;
    text-transform: none;
    font-weight: 500;
    letter-spacing: -0.3px;
    font-size: 20px
}

.banner-home #slider-home .slick-dots,
.slider-home-overview .slick-dots {
    bottom: -17px
}

.banner-home #slider-home .slick-dots li,
.slider-home-overview .slick-dots li {
    height: auto;
    width: auto;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 8px
}

.banner-home #slider-home .slick-dots li button,
.slider-home-overview .slick-dots li button {
    height: 13px;
    width: 13px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    margin: 0;
    padding: 0
}

.banner-home #slider-home .slick-dots li button:before,
.slider-home-overview .slick-dots li button:before {
    display: none
}

.banner-home #slider-home .slick-dots li.slick-active button,
.slider-home-overview .slick-dots li.slick-active button {
    background-color: #41a580
}

.slider-home-overview {
    margin-bottom: 70px !important;
}

.banner-home #slider-home .slick-dots li button,
.slider-home-overview .slick-dots li button {
    background-color: #a4d0c0
}

.intro-home {
    padding: 60px 0 80px
}

.intro-home .intro-flex {
    display: flex;
    align-items: flex-end
}

.intro-home .intro-flex .txt {
    padding-right: 80px
}

.intro-home .intro-flex .txt .serif {
    color: #afbec9;
    font-size: 32px
}

.intro-home .intro-flex .txt h2 {
    color: #41a580;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1
}

.intro-home .intro-flex .btn {
    flex: 1
}

.intro-home .intro-flex .btn .tg-btn {
    width: 220px
}

.design-home {
    background-image: url("../images/banner-design.jpg");
    background-size: cover;
    background-position: center;
    position: relative
}

.design-home .txt-box {
    width: 600px;
    height: 500px;
    float: right;
    background-color: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    padding: 0 80px;
    box-sizing: border-box
}

.design-home .txt-box .serif {
    font-size: 26px;
    color: #1b3745;
    margin-bottom: 5px
}

.design-home .txt-box h2 {
    font-size: 40px;
    color: #41a580;
    margin-bottom: 20px;
    line-height: 1
}

.design-home .txt-box a {
    border: 2px solid #41a580;
    color: #41a580;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 15px;
    padding: 0 18px;
    height: 55px;
    line-height: 55px;
    display: block;
    text-align: center;
    width: 235px;
    margin-top: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.design-home .txt-box a:hover {
    background-color: #41a580;
    color: #fff
}

.products-home {
    padding: 80px 0
}

.products-home h2 {
    font-size: 40px;
    color: #41a580;
    margin-bottom: 50px;
    text-align: center
}

.products-home .prod {
    overflow: hidden;
    margin: 0 -10px
}

.products-home .prod li {
    width: 33%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center
}

.products-home .prod li a {
    display: block
}

.products-home .prod li a > img {
    max-width: 90%;
    display: block;
    margin: 0 auto 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.products-home .prod li a .txt {
    position: relative;
    padding: 15px;
    margin-bottom: 10px;
    border: 3px solid #eceff1;
    box-sizing: border-box;
    border-radius: 7px
}

.products-home .prod li a .txt .name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #215ab0
}

.products-home .prod li a .txt .desc {
    color: #1b3745;
    font-size: 15px
}

.products-home .prod li a .txt .info {
    color: #41a580;
    font-size: 20px
}

.products-home .prod li a .txt span.btn {
    height: 50px;
    border: 0;
    width: 50px;
    border-radius: 50%;
    background-color: #41a580;
    text-align: center;
    box-shadow: 0px 4px 2px rgba(0,0,0,0.1);
    padding: 5px 0;
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0
}

.products-home .prod li a .txt span.btn:hover {
    background-color: #1b3745
}

.products-home .prod li a:hover > img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06)
}

.benefit-home {
    background-image: url("../images/banner-benefit.jpg");
    background-size: cover;
    background-position: center;
    position: relative
}

.benefit-home .txt-box {
    width: 600px;
    height: 500px;
    float: left;
    background-color: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    padding: 0 80px;
    box-sizing: border-box
}

.benefit-home .txt-box .serif {
    font-size: 26px;
    color: #1b3745;
    margin-bottom: 15px
}

.benefit-home .txt-box h2 {
    font-size: 40px;
    color: #41a580;
    margin-bottom: 20px;
    line-height: 1
}

.benefit-home .txt-box a {
    border: 2px solid #41a580;
    color: #41a580;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 15px;
    padding: 0 20px;
    height: 55px;
    line-height: 55px;
    display: block;
    text-align: center;
    width: 180px;
    margin-top: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.benefit-home .txt-box a:hover {
    background-color: #41a580;
    color: #fff
}

.services-home {
    background-color: #1b3745;
    padding: 80px 0
}

.services-home h2 {
    color: #41a580;
    font-size: 40px;
    font-style: italic;
    margin-bottom: 40px;
    text-align: center
}

.services-home .services {
    display: flex;
    align-items: center;
    justify-content: center
}

.services-home .services li {
    text-align: center;
    padding: 20px 100px
}

.services-home .services li a {
    display: block
}

.services-home .services li a:hover p {
    color: #41a580
}

.services-home .services li p {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 15px
}

.news-home {
    background: #ffffff;
    background: -moz-linear-gradient(left, #fff 63%, #f6f8f9 64%);
    background: -webkit-linear-gradient(left, #fff 63%, #f6f8f9 64%);
    background: linear-gradient(to right, #fff 63%, #f6f8f9 64%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f8f9',GradientType=0 )
}

.news-home .container .latest-news {
    width: 50%;
    float: left;
    padding: 80px;
    box-sizing: border-box
}

.news-home .container .latest-news h2 {
    color: #41a580;
    font-size: 40px;
    margin-bottom: 20px
}

.news-home .container .latest-news a {
    display: block;
    height: 280px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center
}

.news-home .container .latest-news a .txt {
    background-color: rgba(0,0,0,0.7);
    padding: 20px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.news-home .container .latest-news a .txt p {
    color: #fff;
    font-size: 15px
}

.news-home .container .latest-news a .txt .btn {
    height: 55px;
    border: 0;
    min-width: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: #41a580;
    text-align: center;
    box-shadow: 0px 4px 2px rgba(0,0,0,0.1);
    padding: 7px 0;
    display: block;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.news-home .container .latest-news a:hover button {
    background-color: #afbec9
}

.news-home .container .newsletter {
    width: 50%;
    float: left;
    background-color: #f6f8f9;
    padding: 80px;
    box-sizing: border-box
}

.news-home .container .newsletter h2 {
    color: #41a580;
    font-size: 40px;
    margin-bottom: 20px
}

.news-home .container .newsletter #home-newsletter {
    width: 360px;
    max-width: 100%
}

.news-home .container .newsletter #home-newsletter button span {
    color: #fff
}

.newsletter_su_elenco {
    padding: 30px 0px 60px;
    background-color: #eceff1
}

.newsletter_su_elenco h2 {
    text-align: center;
    margin: 20px 0
}

.newsletter_su_elenco #pg-newsletter {
    overflow: hidden
}

.newsletter_su_elenco #pg-newsletter .form-div {
    width: 33.33%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box
}

.newsletter_su_elenco #pg-newsletter .form-div.check {
    width: 100%;
    margin-top: 10px
}

.newsletter_su_elenco #pg-newsletter .form-div button[type=submit] {
    width: 100%
}

.form-div {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden
}

.form-div.col2 {
    width: 50%;
    float: left
}

.form-div.col3 {
    width: 33.33%;
    float: left
}

.form-div.div-check {
    margin-bottom: 20px
}

.form-div label {
    display: block;
    width: 100%;
    font-style: italic;
    font-size: 14px;
    color: #41a580
}

.form-div input {
    background-color: #fff;
    border: 3px solid #eceff1;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 15px
}

.form-div input.error {
    border-color: #e66969
}

.form-div input[type="checkbox"] {
    height: 16px;
    width: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    margin-right: 6px;
    padding: 0;
    margin-bottom: 5px
}

.form-div input[type="checkbox"]:checked {
    background-color: #1b3745;
    border-color: #1b3745
}

.form-div input[type="checkbox"].error + p {
    color: #e66969
}

.form-div button[type="submit"], .form-div input[type="submit"] {
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    border: 0;
    background-color: #1b3745;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
    width: 100%;
    max-width: 300px
}

.form-div button[type="submit"] span, .form-div input[type="submit"] span {
    color: #fff
}

.form-div button[type="submit"]:hover, .form-div input[type="submit"]:hover {
    background-color: #41a580
}

.form-div textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    border: 3px solid #eceff1;
    height: 100px;
    border-radius: 3px;
    font-size: 15px;
    resize: none;
    margin-bottom: 20px
}

.form-div textarea.error {
    border-color: red
}

.form-div #captchaText {
    width: 50%;
    max-width: 250px;
    float: left
}

.form-div #captcha {
    max-width: 50%;
    height: 45px;
    float: left
}

.form-div .box-file .inputfile {
    align-items: baseline;
    color: inherit;
    text-align: start;
    width: 0.1px;
    height: 0.1px;
    padding: 0px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.form-div .box-file label {
    width: 100%;
    font-size: 1em;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    border: 2px solid #eceff1;
    background-color: #ffffff;
    padding: 0;
    border-radius: 4px
}

.form-div .box-file label span {
    width: 200px;
    min-height: 1em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    color: #1b3745;
    padding: 10px 20px;
    float: left;
    font-style: normal
}

.form-div .box-file label strong {
    height: 100%;
    color: #ffffff;
    background-color: #1b3745;
    display: inline-block;
    padding: 10px 20px;
    float: right
}

.form-div.check input {
    height: 16px;
    width: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    margin-right: 6px;
    padding: 0
}

.form-div.check input:checked {
    background-color: #1b3745;
    border-color: #1b3745
}

.form-div.check input.error + p {
    color: #e66969
}

.app-home {
    background-image: url("../images/bg-app.jpg");
    background-position: center;
    background-size: cover;
    position: relative
}

.app-home .container {
    overflow: visible;
    height: 500px
}

.app-home .mock01 {
    position: absolute;
    top: 0;
    left: -80px
}

.app-home .mock02 {
    position: absolute;
    bottom: 0;
    right: 0px
}

.app-home .txt {
    position: absolute;
    top: 50%;
    left: 40%;
    width: 600px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.app-home .txt .serif {
    color: #fff;
    font-size: 35px
}

.app-home .txt h2 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600
}

.app-home .txt .btns {
    margin-top: 20px
}

.app-home .txt .btns a {
    display: block;
    float: left;
    margin-right: 10px
}

.panorama {
    width: 100%;
    height: 75vh;
}

.pnlm-load-button p, .panorama p {
    color: #fff !important;
}

.head-configuratore {
    background-color: #1b3745;
    padding: 130px 0 0
}

.head-configuratore .intro {
    margin-bottom: 50px;
    text-align: center
}

.head-configuratore .intro h1 {
    color: #41a580;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.1
}

.head-configuratore .intro h2 {
    color: #fff;
    font-size: 30px;
    font-weight: lighter
}

.head-configuratore .intro .htmlcontent, .head-configuratore .intro .htmlcontent p {
    color: #fff;
    margin-top: 10px;
    font-weight: 300
}

#table-layout .htmlcontent table {
    width: 100%;
    margin-top: 20px;
}

.head-configuratore .tabs {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.head-configuratore .tabs li {
    text-align: center
}

.head-configuratore .tabs li:hover {
    background-color: rgba(255,255,255,0.1)
}

.head-configuratore .tabs li a {
    display: flex;
    padding: 20px 25px 20px 15px;
    justify-content: center;
    align-items: center
}

.head-configuratore .tabs li a i {
    display: block;
    color: #fff;
    font-size: 42px;
    margin-right: 5px
}

.head-configuratore .tabs li a img {
    height: 50px;
    margin-right: 4px
}

.head-configuratore .tabs li a p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin:0;
}

.head-configuratore .tabs li.active {
    background-color: #fff
}

.head-configuratore .tabs li.active a i {
    color: #1b3745
}

.head-configuratore .tabs li.active a p {
    color: #41a580
}

.head-configuratore .tabs li#cat_168 {
    background: #41a580;
}

.head-configuratore .tabs li#cat_168 a p {
    color: #fff !important;
}

.head-configuratore .tabs li#cat_168.active {
    background-color: #fff
}

.head-configuratore .tabs li#cat_168.active a p {
    color: #41a580 !important;
}

.configuratore-wrap {
    width: 100%;
    padding: 50px 0
}

.configuratore-wrap .left-col {
    width: 25%;
    float: left;
    padding-right: 40px;
    box-sizing: border-box;
    overflow-x: hidden
}

.configuratore-wrap .left-col .design-mob {
    display: none
}

.configuratore-wrap .left-col .design-mob label {
    color: #41a580;
    font-size: 20px;
    margin-bottom: 5px;
    display: block
}

.configuratore-wrap .left-col .design-mob #choose-des {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    height: auto;
    min-height: 50px;
    line-height: 45px;
    border: 2px solid #eceff1;
    background-color: #fff;
    border-radius: 0px;
    font-size: 15px;
    text-transform: uppercase;
    background-image: url("../images/select.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    margin-bottom: 10px
}

.configuratore-wrap .left-col .design-mob #choose-des .cat-list {
    display: none;
    border-top: 1px solid #eceff1
}

.configuratore-wrap .left-col .choose {
    margin: 0px;
    box-sizing: border-box
}

.configuratore-wrap .left-col .choose label {
    color: #41a580;
    font-size: 20px;
    margin-bottom: 5px;
    display: block
}

.configuratore-wrap .left-col .choose select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    height: 50px;
    line-height: 45px;
    border: 2px solid #eceff1;
    background-color: #fff;
    border-radius: 0px;
    font-size: 15px;
    text-transform: uppercase;
    background-image: url("../images/select.jpg");
    background-repeat: no-repeat;
    background-position: right center
}

.configuratore-wrap .left-col .choose button {
    height: 50px;
    line-height: 50px;
    background-color: #41a580;
    color: #fff;
    text-align: center;
    width: 100%;
    border: 0;
    border-radius: 0px;
    font-size: 15px;
    margin: 10px 0 10px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.configuratore-wrap .left-col .choose button:hover {
    background-color: #1b3745
}

.configuratore-wrap .left-col .patterns {
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 30px;
    box-sizing: border-box
}

.configuratore-wrap .left-col .patterns ul {
    overflow: hidden;
    margin: 0 -1%
}

.configuratore-wrap .left-col .patterns ul li {
    float: left;
    width: 30.33%;
    margin: 0 1.5% 10px;
    box-sizing: border-box;
    border: 1px solid #afbec9;
    overflow: hidden;
    opacity: 0.7
}

.configuratore-wrap .left-col .patterns ul li:hover {
    opacity: 1;
    border-color: #1b3745
}

.configuratore-wrap .left-col .patterns ul li:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.configuratore-wrap .left-col .patterns ul li.active {
    border: 3px solid #1b3745;
    opacity: 1
}

.configuratore-wrap .left-col .patterns ul li.active img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.configuratore-wrap .left-col .patterns ul li img {
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.configuratore-wrap .right-col {
    width: 75%;
    float: left;
    position: relative
}

.configuratore-wrap .right-col #main-img {
    width: 100%
}

.configuratore-wrap .right-col .second-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.configuratore-wrap .right-col .loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background-image: url("../images/loader.gif");
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff
}

.configuratore-wrap .right-col .loader.loading {
    opacity: 1
}

.zoomPattern {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: #41a580;
    padding: 10px;
    color: #fff !important;
}

a#area-riservata {
    width: 262px;
    margin-left: 10px;
}

.zoomPattern a, .zoomPattern a i {
    color: #fff !important;
}

.zoomPattern a i {
    font-size: 15px;
}

.fr-caption {
    color: #fff;
}

.codicePattern {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: #41a580;
    padding: 10px;
    color: #fff !important;
    text-transform: uppercase;
}

.pop-info {
    position: fixed;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px -3px 5px rgba(0,0,0,0.1);
    z-index: 10;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.pop-info .close {
    position: absolute;
    top: -15px;
    left: 100px;
    background: #1b3745;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    text-align: center;
    cursor: pointer
}

.pop-info .close:hover {
    background-color: #afbec9
}

.pop-info .close img {
    vertical-align: middle
}

.pop-info #form-ric-info {
    margin: 0 -10px;
    overflow: hidden;
    padding: 50px 0
}

.pop-info #form-ric-info .per {
    margin-bottom: 25px;
    font-size: 25px;
    color: #1b3745;
    text-align: center
}

.pop-info #form-ric-info .per span {
    color: #41a580;
    font-weight: 600
}

.pop-info #form-ric-info button[type=submit] {
    float: right;
    background-color: #41a580
}

.pop-info #form-ric-info button[type=submit]:hover {
    background-color: #1b3745
}

.pop-info #form-ric-info button[type=submit] span {
    color: #fff;
    font-weight: 400
}

#pop-promo-printers.pop-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,10,30,0.3);
    z-index: 1000;
}

#pop-promo-printers .pop-cont {
    padding: 0px;
    width: auto;
    max-width: 96%;
    background: none;
}

#pop-promo-printers.pop-overlay .pop-cont {
    box-sizing: border-box;
    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%);
    position: absolute;
    width: 700px;
    max-width: 96%;
    max-height: 96%;
    overflow-y: auto;
}

#pop-promo-printers .close-popup {
    border: 2px solid #fff;
    color: #fff;
}

#pop-promo-printers.pop-overlay .pop-cont .close-popup {
    position: absolute;
    top: 15px;
    font-size: 18px;
    right: 15px;
    color: #FFF;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #FFF;
    border-radius: 50%;
    cursor: pointer;
}

#pop-promo-printers .pop-cont .image {
    display: block;
}

#pop-promo-printers .pop-cont .image a {
    display: block;
}

#pop-promo-printers .pop-cont .image img {
    vertical-align: top;
}

#banner_printer_printer-img {
    background-image: url('../images/banner-print-print.jpg');
    background-size: contain;
    min-height: 105px;
    background-repeat: no-repeat;
    margin-top: -2%;
    display: block;
}


a#banner_printer-img {
    background-image: url('../images/banner-print.jpg');
    background-size: contain;
    min-height: 105px;
    background-repeat: no-repeat;
    margin-top: 1%;
    display: block;
}

#banner_printer {
    display: block;
    margin-top: -40px;
    margin-bottom: 40px;
}

#banner_printer.no-top {
    margin-top: 80px;
    margin-bottom: -40px;
}

#banner_printer-img.in-footer {
    margin-top: 20px;
    margin-bottom: 20px;
}

#banner_printer img {
    display: block;
    max-width: 100%;
    height: auto;
}

#banner_printer .no-top-full {
    margin-top: 0px;
    margin-bottom: 10px;
}

.elenco-intro {
    padding: 100px 0;
    text-align: center
}

.elenco-intro .htmlcontent {
    text-align: center
}

.elenco-intro .htmlcontent p {
    font-size: 20px
}

.elenco-intro h1 {
    font-size: 50px;
    color: #41a580
}

.news-intro {
    padding: 0px 0px 80px;
    text-align: center
}

.news-intro h1 {
    font-size: 50px;
    color: #41a580;
    text-transform: uppercase
}

.news a#banner_printer-img {
    margin-top: 3%;
}

#banner_printer-img.in-footer {
    margin-top: 30px;
    margin-bottom: 30px;
}

/*.elenco-list {
    background-color: #fff
}*/

.elenco-list ul {
    overflow: hidden;
}

.elenco-list ul li {
    width: 100%;
    padding: 50px 0px 50px;
    box-sizing: border-box;
}

.elenco-list ul li a {
    display: flex;
    align-items: center
}

.elenco-list ul li a > img {
    max-width: 560px;
    display: block;
    vertical-align: top;
    margin-right: 100px;
    flex: 1
}

.elenco-list ul li a .txt {
    flex: 1;
    position: relative;
    padding: 50px 60px;
    border: 3px solid #eceff1;
    background-color: #fff;
    overflow: visible;
    margin-right: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.elenco-list ul li a .txt .name, .elenco-list ul li .txt .name {
    font-size: 38px;
    color: #1b3745;
    margin-bottom: 4px
}

.elenco-list ul li a .txt .sub, .elenco-list ul li .txt .sub {
    font-size: 20px;
    color: #afbec9;
    margin-bottom: 4px
}

.elenco-list ul li a .txt .info, .elenco-list ul li .txt .info {
    font-size: 26px;
    color: #41a580;
    margin-bottom: 12px
}

.elenco-list ul li a .txt .desc {
    color: #1b3745;
    font-size: 15px
}

.elenco-list ul li a .txt .btn {
    height: 55px;
    border: 0;
    min-width: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: #41a580;
    text-align: center;
    box-shadow: 0px 4px 2px rgba(0,0,0,0.1);
    padding: 7px 0;
    display: block;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin-left: 12px;
    position: absolute;
    right: -30px;
    bottom: 50px
}

.elenco-list ul li a:hover .txt {
    border-color: #1b3745
}

.elenco-list ul li a:hover .btn {
    background-color: #1b3745
}

.dettaglio {
    padding: 100px 0px 0px
}

.video-cont {
    position: fixed;
    z-index: -1;
    left: 10px;
    right: 10px;
    width: auto;
    top: 100px;
    height: 600px;
    overflow: hidden
}

.video-cont > img {
    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%)
}

.video-cont .scroller {
    position: absolute;
    bottom: 60px;
    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)
}

.video-cont .scroller p {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px;
    border: 2px solid #fff;
    text-shadow: #222 -1px -1px 2px;
}

.video-cont .scroller .arrow {
    margin: 20px auto 0;
    display: block
}

.dett-content {
    padding: 80px 0;
    background: #fff;
    margin-top: 600px
}

.dett-content .main-cont {
    display: flex;
    align-items: center
}

.dett-content .main-cont .txt {
    flex: 1
}

.dett-content .main-cont .txt h1 {
    font-size: 50px;
    color: #1b3745
}

.dett-content .main-cont .txt h2 {
    color: #afbec9;
    margin-bottom: 15px;
    font-weight: 400
}

.dett-content .main-cont .txt .buttons a, .dett-content .main-cont .txt .buttons button {
    height: 55px;
    line-height: 55px;
    width: 280px;
    color: #fff;
    margin-top: 15px;
    border: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    text-align: center
}

.dett-content .main-cont .txt .buttons a#btn-dwl, .dett-content .main-cont .txt .buttons button#btn-dwl {
    background-color: #41a580
}

.dett-content .main-cont .txt .buttons a#btn-dwl:hover, .dett-content .main-cont .txt .buttons button#btn-dwl:hover {
    background-color: #1b3745
}

.dett-content .main-cont .txt .buttons a#btn-info, .dett-content .main-cont .txt .buttons button#btn-info {
    background-color: #afbec9
}

.dett-content .main-cont .txt .buttons a#btn-info:hover, .dett-content .main-cont .txt .buttons button#btn-info:hover {
    background-color: #1b3745
}

.dett-content .main-cont .main-img {
    flex: 1.6;
    padding: 0px 50px 0px 0px;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.dett-content .main-cont .main-img .loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background-image: url("../images/loader.gif");
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff
}

.dett-content .main-cont .main-img .loader.loading {
    opacity: 1
}

.dett-content .main-cont .main-img img {
    max-width: 100%;
    vertical-align: top;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 1
}

.dett-content .main-cont .main-img img.hide {
    opacity: 0
}

.dett-gallery {
    padding: 30px 0;
    background-color: #eceff1
}

.dett-gallery ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.dett-gallery ul li {
    padding: 5px 20px;
    cursor: pointer
}

.dett-gallery ul li img {
    width: 180px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    transform: scale(1)
}

.dett-gallery ul li:hover img {
    transform: scale(1.1)
}

.dett-info {
    padding: 100px 0 80px;
    background-color: #fff
}

.dett-info h2 {
    color: #41a580;
    font-size: 34px;
    margin-bottom: 20px
}

.dett-info .info-cont {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.dett-info .info-cont .desc {
    flex: 1.2;
    padding-right: 50px
}

.dett-info .info-cont .desc p {
    margin-bottom: 15px
}

.dett-info .info-cont .desc ul {
    list-style: disc;
    padding-left: 20px;
    text-align: justify
}

.dett-info .info-cont .desc ul li {
    margin-bottom: 3px;
    font-size: 17px
}

.dett-info .info-cont .variables {
    flex: 1;
    text-align: center
}

.dett-info .info-cont .variables ul {
    overflow: hidden
}

.dett-info .info-cont .variables ul li {
    width: 50%;
    float: left;
    padding: 25px 15px 0;
    box-sizing: border-box;
    text-align: center
}

.dett-info .info-cont .variables ul li img {
    width: 100px
}

.dett-info .info-cont .variables ul li .misure {
    display: block;
    height: 100px;
    width: 100px;
    margin: 0 auto 10PX;
    background: #1b3745;
    border-radius: 50%;
    position: relative
}

.dett-info .info-cont .variables ul li .misure .min {
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 20px;
    left: 20px
}

.dett-info .info-cont .variables ul li .misure .line {
    display: block;
    height: 60px;
    width: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -30px
}

.dett-info .info-cont .variables ul li .misure .max {
    color: #fff;
    font-size: 24px;
    position: absolute;
    bottom: 20px;
    right: 20px
}

.dett-info .info-cont .variables ul li .lab {
    font-size: 15px;
    color: #afbec9;
    font-style: italic
}

.dett-info .info-cont .variables ul li .val {
    color: #41a580;
    font-size: 18px;
    font-weight: 600
}

.dett-info .info-cont .variables ul.fk-print li .misure {
    display: block;
    height: 120px;
    width: 120px;
    text-align: center
}

.dett-info .info-cont .variables ul.fk-print li .misure .min {
    font-size: 15px;
    top: 25px;
    left: 0px;
    width: 100%
}

.dett-info .info-cont .variables ul.fk-print li .misure .line {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.dett-info .info-cont .variables ul.fk-print li .misure .max {
    font-size: 20px;
    bottom: 20px;
    right: 0;
    width: 100%
}

.dett-boxes {
    background-color: #eceff1;
    padding: 60px 0
}

.dett-boxes .dett-components, .dett-boxes .dett-benefit {
    width: 50%;
    float: left;
    padding: 0 40px;
    box-sizing: border-box
}

.dett-boxes .dett-components a, .dett-boxes .dett-benefit a {
    display: block;
    height: 280px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center
}

.dett-boxes .dett-components a .txt, .dett-boxes .dett-benefit a .txt {
    background-color: rgba(0,0,0,0.7);
    padding: 20px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.dett-boxes .dett-components a .txt p, .dett-boxes .dett-benefit a .txt p {
    color: #fff;
    font-size: 17px
}

.dett-boxes .dett-components a .txt .btn, .dett-boxes .dett-benefit a .txt .btn {
    height: 55px;
    border: 0;
    min-width: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: #41a580;
    text-align: center;
    box-shadow: 0px 4px 2px rgba(0,0,0,0.1);
    padding: 7px 0;
    display: block;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin-left: 12px
}

.dett-boxes .dett-components a:hover button, .dett-boxes .dett-benefit a:hover button {
    background-color: #afbec9
}


.elenco-icons .pages {
    overflow: hidden;
    padding: 50px 0 100px;
    box-sizing: border-box
}

.elenco-icons .pages li {
    width: 50%;
    float: left;
    padding: 0 40px;
    text-align: center;
    box-sizing: border-box
}

.elenco-icons .pages li .title {
    font-size: 30px;
    color: #1b3745;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.elenco-icons .pages li .tg-btn {
    width: 250px;
    margin: 0 auto
}


.components-page h1 {
    font-size: 55px;
    color: #41a580;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 500
}

.components-page h2.subtitle {
    text-align: center;
    font-size: 34px;
    font-style: italic;
    font-family: 'Volkorn';
    letter-spacing: -1px;
    color: #afbec9;
    margin-bottom: 30px;
    font-weight: 400
}


.components-page .components-list .item-benefit ul {
    list-style: disc;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 14px;
}

.components-page .components-list .item-benefit ul li {
    margin-bottom: 5px !important;
}

.components-page .components-list .item-benefit .img-box {
    position: relative;
}

.components-page .components-list .item-benefit .img-box img.plus {
    position: absolute;
    bottom: 6px;
    width: 40px !important;
    height: 40px;
}

.components-page .item-benefit:nth-child(odd) .img-box img.plus {
    left: 0;
}

.components-page .item-benefit:nth-child(even) .img-box img.plus {
    right: 0;
}

.job_list {
    margin-top: 0px;
    text-align: left;
    background: #eceff1;
    padding: 30px 20px;
    box-sizing: border-box
}

.job_list .tit-job {
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px
}

.job_list ul {
    overflow: hidden
}

.job_list ul li {
    padding: 0px 10px 20px;
    float: left;
    width: 50%;
    box-sizing: border-box
}

.job_list ul li > div {
    display: inline-block;
    padding: 50px 50px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #dee3e7;
    text-align: center;
    background: #fff;
    width: 100%;
    box-sizing: border-box
}

.job_list ul li > div .title {
    font-size: 14px;
    color: #41a580
}

.job_list ul li > div .desc {
    font-size: 18px;
    margin-bottom: 10px
}

.job_list ul li > div .tg-btn {
    width: 200px;
    height: 45px;
    line-height: 45px;
    display: inline-block
}

.dett-work-desc {
    border-bottom: 2px solid #eceff1
}

.dett-work-desc h1 {
    font-size: 45px;
    color: #41a580;
    text-align: center
}

.dett-work-desc .htmlcontent {
    max-width: 800px;
    margin: 50px auto
}


.elenco-news .about-txt h2 {
    margin: 0;
    text-align: center
}

.elenco-news-list ul {
    overflow: hidden
}

.elenco-news-list ul li {
    width: 33.33%;
    float: left;
    padding: 0 30px 60px;
    box-sizing: border-box
}

.elenco-news-list ul li a {
    display: block
}

.elenco-news-list ul li a > img {
    vertical-align: top;
    width: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.elenco-news-list ul li a .txt {
    padding-top: 0px;
    position: relative
}

.elenco-news-list ul li a .txt .name {
    color: #41a580;
    font-size: 20px;
    margin-bottom: 10px
}

.elenco-news-list ul li a .txt .date {
    font-size: 14px;
    background-color: #afbec9;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    padding: 6px;
    text-align: center;
    color: #fff
}

.elenco-news-list ul li a .txt .desc {
    font-size: 14px
}

.elenco-news-list ul li a .txt .btn {
    height: 55px;
    border: 0;
    min-width: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: #41a580;
    text-align: center;
    box-shadow: 0px 4px 2px rgba(0,0,0,0.1);
    padding: 7px 0;
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: -40px;
    right: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.elenco-news-list ul li a:hover .btn {
    background-color: #1b3745
}

.elenco-news-list ul li a:hover > img {
    opacity: 0.8
}

.elenco-news-list.riservata-list ul li {
    width: 25%;
    padding: 0 10px 20px
}

.riservata-list .choose {
    margin: 0px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px 0;
    border-bottom: 3px solid #eceff1;
    margin-bottom: 30px
}

.riservata-list .choose label {
    color: #41a580;
    font-size: 20px;
    display: block;
    margin-right: 15px
}

.riservata-list .choose select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 300px;
    box-sizing: border-box;
    padding: 0 15px;
    height: 50px;
    line-height: 45px;
    border: 2px solid #eceff1;
    background-color: #fff;
    border-radius: 0px;
    font-size: 15px;
    text-transform: uppercase;
    background-image: url("../images/select.jpg");
    background-repeat: no-repeat;
    background-position: right center
}

.riservata-list .design-mob {
    display: none
}

.riservata-list .design-mob label {
    color: #41a580;
    font-size: 20px;
    margin-bottom: 5px;
    display: block
}

.riservata-list .design-mob #choose-des {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    height: auto;
    min-height: 50px;
    line-height: 45px;
    border: 2px solid #eceff1;
    background-color: #fff;
    border-radius: 0px;
    font-size: 15px;
    text-transform: uppercase;
    background-image: url("../images/select.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    margin-bottom: 10px
}

.riservata-list .design-mob #choose-des .cat-list {
    display: none;
    border-top: 1px solid #eceff1
}

.news-box {
    margin-top: 50px;
    background-color: #eceff1
}

.news-box .container {
    overflow: visible
}

.news-box .news-content {
    overflow: visible;
    display: flex;
    margin-bottom: 20px;
}

.news-box .news-content .news-gallery {
    margin-top: -60px;
    flex: 1;
    max-width: 600px;
    text-align: center
}

#dettaglio-gallery {
    margin-top: -60px;
    margin-bottom: 20px;
    flex: 1;
    max-width: 650px;
    text-align: center
}

.news-box .news-content .news-gallery .back {
    display: block;
    padding: 16px 24px;
    background-color: #afbec9;
    color: #fff;
    margin: 60px auto 0;
    width: 220px
}

.news-box .news-content .news-gallery .back:hover {
    background-color: #1b3745
}

.news-box .news-content .slider-news img {
    max-width: 100%
}

.news-box .news-content .slider-news .slick-dots {
    bottom: -30px
}

.news-box .news-content .slider-news .slick-dots li {
    margin: 0 2px
}

.news-box .news-content .slider-news .slick-dots li button:before {
    font-size: 12px;
    color: #1b3745
}

.news-box .news-content .txt {
    padding: 0px 0 80px 60px;
    box-sizing: border-box;
    flex: 1.3;
    margin-top: -35px
}

.news-box .news-content .txt .date {
    font-size: 20px;
    color: #afbec9;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 60px;
    letter-spacing: 0.5px
}

.news-box .news-content .txt h1 {
    color: #41a580;
    margin-bottom: 20px;
    line-height: 1.3
}

.news-box .news-content .txt .htmlcontent, .news-box .news-content .txt .htmlcontent p {
    font-size: 15px
}


.banner-about, .banner {
    width: 100%;
    position: relative;
}

.banner-about img, .banner img {
    width: 100%
}

#banner_printer {
    display: block;
    margin-top: -50px;
    margin-bottom: 50px;
}

#banner_printer.no-top {
    margin-top: 80px;
    margin-bottom: -40px;
}


.generic, .about-txt {
    margin-bottom: 50px
}


.generic h3, .generic h2, .about-txt h3, .about-txt h2 {
    font-size: 34px;
    margin-bottom: 15px;
    font-family: 'Volkhov', serif;
    font-style: italic;
    color: #afbec9;
    font-weight: 400
}

.header-intro h2 {
    text-align: center;
}


.generic .subtitle-list, .about-txt .subtitle-list {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-style: normal;
    color: #41a580;
    font-weight: 600
}

.generic p, .about-txt p {
    font-size: 17px;
    line-height: 1.3;
}

.generic .subtitle, .about-txt .subtitle {
    color: #1b3745;
    font-size: 34px;
    text-align: center
}

.generic .divider, .about-txt .divider {
    display: block;
    margin: 50px 0;
    height: 3px;
    width: 100%;
    background-color: #eceff1
}

.generic .image-center, .about-txt .image-center {
    max-width: 100%;
    margin: 20px auto;
    display: block
}

.htmlcontent img {
    max-width: 100%
}

.generic .icon-list {
    padding: 40px 0;
    overflow: hidden
}

.generic .icon-list > li {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 30px 0
}

.generic .icon-list > li .icon {
    width: 200px;
    min-width: 200px
}

.generic .icon-list > li .txt {
    flex: 1 1 auto;
    text-align: justify;
    padding-left: 50px;
    box-sizing: border-box
}

.generic .icon-list > li .txt .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #41a580;
    text-transform: uppercase
}

.generic .icon-list > li .txt ul {
    list-style: disc;
    padding-left: 20px
}

.generic .icon-list > li .txt ul li {
    padding: 3px 0;
    font-size: 17px;
    font-weight: 400
}

.generic .icon-list.type2 > li {
    width: 50%;
    float: left;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 30px
}

.generic .icon-list.type2 > li .txt {
    padding-left: 30px
}

.banner-distrib {
    width: 100%;
    height: 350px;
    position: relative;
    margin-bottom: 60px;
    background-image: url("../images/about.jpg");
    background-position: center;
    background-size: cover
}

.distrBox .serif {
    color: #41a580;
    font-size: 32px;
    border-bottom: 1px solid #41a580;
    padding-left: 5px;
}

.distrib h1 {
    font-size: 55px;
    color: #41a580;
    text-align: center;
    margin-bottom: 30px
}

.distrib-elenco {
    overflow: hidden;
    padding: 30px 0;
    margin: 0 -15px
}

.distrib-elenco li {
    padding: 0 15px 30px;
    width: 33.33%;
    float: left;
    box-sizing: border-box
}

.distrib-elenco li .box {
    background-color: #eceff1;
    padding: 25px
}

.distrib-elenco li .box .note {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px
}

.distrib-elenco li .box .company {
    color: #41a580;
    font-size: 20px
}

.distrib-elenco li .box .address {
    font-style: italic;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #fff
}

.distrib-elenco li .box .state {
    color: #afbec9;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px
}

.distrib-elenco li .box .email {
    font-weight: 600
}

.distrib-elenco li .box .email a:hover {
    color: #41a580
}

.distrib-elenco li .box .tel {
    font-weight: 600
}

.distrib-elenco li .box .fax {
    font-weight: 600
}

.contatti {
    background-color: #eceff1
}

.banner-contatti {
    width: 100%;
    height: 500px;
    position: relative;
    margin-top: 100px;
    background-image: url("../images/contatti.jpg");
    background-position: center;
    background-size: cover
}

.contact-cont1 {
    background-color: #fff;
    padding: 60px 0 80px
}

.contact-cont1 h1 {
    font-size: 55px;
    color: #41a580;
    text-align: center;
    letter-spacing: -1px
}

.contact-cont1 .contact-info {
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-cont1 .contact-info > p {
    width: 350px;
    text-align: center
}

.contact-cont1 .contact-info > p .lab {
    font-size: 16px;
    font-weight: lighter;
    display: block;
    color: #afbec9
}

.contact-cont1 .contact-info > p .val {
    font-weight: 600;
    font-size: 28px;
    color: #1b3745;
    margin-top: 5px
}

.contact-cont1 .contact-info > p a:hover {
    color: #41a580
}

.contact-cont1 .contact-info .line {
    height: 100px;
    background-color: #afbec9;
    width: 2px;
    display: block;
    opacity: 0.3
}

.contact-cont2 .contatta {
    padding: 60px 0;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto
}

.contact-cont2 .contatta h2 {
    text-align: center;
    color: #41a580;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px
}

.contact-cont2 .contatta #form-ric-info button[type=submit] {
    float: right;
    background-color: #41a580
}

.contact-cont2 .contatta #form-ric-info button[type=submit]:hover {
    background-color: #1b3745
}

.contact-cont2 .contatta #form-ric-info button[type=submit] span {
    color: #fff;
    font-weight: 600
}

.contact-map {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff
}

.contact-map .mapp {
    flex: 2
}

.contact-map .mapp iframe {
    vertical-align: top
}

.contact-map .txt {
    flex: 1;
    padding: 0 60px;
    box-sizing: border-box
}

.contact-map .txt h2 {
    color: #41a580;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-bottom: 10px
}

.contact-map .txt p {
    font-size: 20px;
    line-height: 1.4
}

.riservata-txt {
    padding: 120px 0 80px
}

.riservata-txt h1 {
    font-size: 55px;
    color: #41a580;
    text-align: center
}

.riservata-txt h2.subtit {
    font-family: 'Volkhov', serif;
    margin-bottom: 30px;
    text-align: center;
    color: #afbec9;
    font-size: 30px;
    font-style: italic
}

.riservata-txt .title-recupera {
    text-align: center;
    margin: 40px 0 20px
}

.riservata-txt #form-recupera, .riservata-txt #form-riservata {
    margin: 0 -10px;
    overflow: hidden;
    padding: 0 40px
}

.riservata-txt #form-recupera .form-div, .riservata-txt #form-riservata .form-div {
    width: 33.33%;
    float: left
}

.riservata-txt .recupera-click {
    display: block;
    margin: 30px auto;
    width: 250px;
    text-align: center;
    color: #41a580;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer
}

.riservata-txt .recupera-click:hover {
    color: #1b3745
}

.riservata-txt .hide-psw {
    display: none
}

footer {
    padding: 50px 0 0;
    background-color: #fff
}

footer .container .col2 {
    width: 50%;
    padding: 0 30px 20px;
    box-sizing: border-box;
    float: left
}

footer .container .col2 > img {
    height: 70px
}

footer .container .col1 {
    width: 25%;
    padding: 0 30px 20px;
    box-sizing: border-box;
    float: left
}

footer .container .title {
    color: #41a580;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600
}

footer .container .credits {
    width: 100%;
    text-align: center;
    padding: 10px 0 12px;
    border-top: 1px solid #eceff1
}

footer .container .credits p {
    padding-right: 5px;
    font-size: 14px
}

footer .container .credits p a {
    font-size: 16px
}

footer .container .credits p a:hover {
    color: #215ab0;
    text-decoration: underline
}

.logout {
    width: 70px;
    float: right
}

.logout li {
    display: block;
    width: 100%
}

.logout li a {
    display: block;
    text-align: right
}

#customer-area ul li > a {
    position: relative
}

#customer-area ul li div.box_info {
    overflow: hidden;
    padding: 5px 10px;
    background: #41a580;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#customer-area ul li div.box_info p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
}

#customer-area ul li div.box_info a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    text-decoration: underline
}

#customer-area ul li div.box_info .right-info i {
    font-size: 24px;
    color: #fff;
}

#customer-area #style_config option {
    text-transform: uppercase;
}

/*#cookie-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px 90px 20px 20px;
    background: #fff;
    z-index: 1;
    border-top: 1px solid #afbec9;
    box-sizing: border-box
}

#cookie-bar p {
    padding: 15px
}

#cookie-bar .cb-enable {
    display: flex;
    background: #41a580;
    padding: 0;
    color: #fff;
    width: 70px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    align-items: center;
    text-align: center;
    justify-content: center
}*/

.printer-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.printer-item a {
    flex-direction: column;
}

.printer-item a p {
}


.printer-item .txt {
    padding: 60px 50px;
    width: 40%;
    background: #eceff1;
}

.printer-item:nth-child(even) .img-box {
    order: 1;
    margin-right: 20px;
}

.printer-item:nth-child(even) .txt {
    order: 2;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.09);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.09);
}

.printer-item .tg-btn {
    margin-top: 20px;
}

.printer-item .info {
    text-align: center;
    line-height: 30px;
}

.printer-item:nth-child(odd) .img-box {
    order: 2;
    margin-left: 20px;
}

.printer-item:nth-child(odd) .txt {
    order: 1;
    -webkit-box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.09);
    box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.09);
}

#benefits li {
    margin-bottom: 20px;
}


#benefits li .flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #eceff1;
    padding: 20px;
}

#benefits .img-box {
    width: 50%;
}

#benefits .box-txt {
    width: 50%;
}

#benefits .box-txt p {
    padding: 10px;
}

#benefits .img-box img {
    width: 100%;
}

.item-benefit:nth-child(odd) .box-txt {
    order: 1;
    padding-right: 10px;
}

.item-benefit:nth-child(odd) .img-box {
    order: 2;
}

.item-benefit:nth-child(even) .box-txt {
    order: 2;
    padding-left: 10px;
}

.item-benefit:nth-child(even) .img-box {
    order: 1;
}

.item-benefit .title {
    font-size: 24px !important;
    font-weight: 600;
    letter-spacing: 1px;
    color: #41a580;
    text-align: center;
    margin-bottom: 20px;
    line-height: 26px;
}

#benefits .box-txt p {
    font-size: 14px;
}

.flex {
    display: flex;
}

.promo-printers {
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 100;
    text-align: center;
}

.social,
.social_area,
.social-new {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
}

.social-new {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
}

.social_area {
    align-items: center;
    margin-bottom: 5px;
}

.social li a,
.social-new li a {
    font-size: 24px;
    display: block;
    margin-left: 3px;
}

.social li a i.fa-facebook-square,
.social-new li a i.fa-facebook-square {
    color: #34619d;
}

.social li a i.fa-linkedin,
.social-new li a i.fa-linkedin {
    color: #0072ae;
}

.social li a i.fa-youtube-square,
.social-new li a i.fa-youtube-square {
    color: #ff0000;
}

#dettaglio-project #grid {
    margin: 30px 0;
}

#dettaglio-project #grid[data-columns]::before {
    content: '3 .column.size-1of3';
}

#dettaglio-project .container2 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    display: block;
    position: relative;
    overflow: hidden;
}

.project-gallery .htmlcontent a {
    color: #41a580;
}

.project-gallery .htmlcontent a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c1";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}


/* These are the classes that are going to be applied: */
#dettaglio-project .column {
    float: left;
}

#dettaglio-project .column a {
    padding: 5px;
    display: block;
}

#dettaglio-project .size-1of3 {
    width: 33.333%;
}

#dettaglio-project img {
    display: block;
    max-width: 100%;
}




/*=== AGGIUNTE 2021 ===*/

.text-center {
    text-align: center;
}

.evi {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
}

.zoomgallery img {
    width: 100%;
    height: auto;
    -webkit-animation: bummerz 12s;
    animation: bummerz 12s;
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    -webkit-animation-fill-mode: ease;
    animation-fill-mode: ease;
}

@-webkit-keyframes bummerz {
    100% {
        -webkit-transform: scale(1,1);
    }
}

@keyframes bummerz {
    100% {
        transform: scale(1,1);
    }
}

.line-components {
    margin-bottom: 80px !important;
}

.line-components .single-component {
    padding: 0;
    margin: 70px 0px 40px 0px;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eceff1;
}

.line-components .single-component .img {
    position: relative;
    text-align: right;
    width: 50%
}

.line-components .single-component .img img {
    width: 100%;
    height: auto;
}

.line-components .single-component .testo {
    position: relative;
    text-align: left;
    margin: 0;
    padding: 15px 10% 15px 50px;
    box-sizing: border-box;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.line-components .single-component .testo .title {
    font-size: 36px;
    color: #41a580;
    font-weight: 400;
    margin-bottom: 10px
}

.line-components .single-component .testo .line {
    display: block;
    width: 80px;
    border-top: 3px solid #acd6c6;
    margin: 0 0 20px 0;
    box-sizing: border-box;
}

.line-components .single-component .testo .desc {
    font-weight: 400;
    bottom: 0;
    font-size: 16px;
}

.line-components .single-component .testo strong {
    font-size: 120%;
    font-weight: 600;
}

.line-components .single-component .testo ul {
    padding-top: 7px;
}

.line-components .single-component .testo ul li {
    padding: 0 0 5px 15px;
    margin: 0px;
    position: relative;
}

.line-components .single-component .testo ul li:before {
    content: '';
    background-color: #41a580;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    top: 9px;
    left: 0;
    position: absolute;
}


.line-components .single-component a.read-more {
    margin: 0;
    margin-top: 30px;
    text-transform: uppercase;
    width: auto !important
}
/*
.line-components .slick-dots {
    bottom: 0px;
    left: 0px;
    position: absolute
}

.line-components .slick-dots li {
    margin: 0px
}

.line-components .slick-dots li {
    width: 60px;
    height: 6px;
}

.line-components .slick-dots li button {
    width: 60px;
    height: 6px;
}

.line-components .slick-dots li button:before {
    color: #41a580;
    font-size: 10px;
    background-color: #41a580;
    width: 60px;
    height: 6px;
    display: block;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: '';
}*/

.line-components .slick-prev {
    width: 50px;
    height: 50px;
    background-image: url(../images/prev.png);
    background-position: center;
    top: 50%;
    bottom: inherit;
    left: 10px;
    z-index: 9;
}

.line-components .slick-prev:before {
    content: ""
}

.line-components .slick-next {
    width: 50px;
    height: 50px;
    background-image: url("../images/next.png");
    background-position: center;
    top: 50%;
    bottom: inherit;
    right: 10px;
    z-index: 9;
}

.line-components .slick-next:before {
    content: ""
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.video-container .big-video {
    width: 60%;
    margin-right: 1px;
}

.video-container .big-video iframe {
    width: 100%;
    height: 480px;
    margin: 0;
    display: block;
}

.video-container .small-video {
    width: 40%;
}

.video-container .big-video,
.video-container .small-video {
    position: relative;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
}

.video-container .big-video a,
.video-container .small-video a {
    background-color: rgba(0,0,0,0.6);
    display: block;
    width: 100%;
    height: 100%;
    padding: 120px 40px;
}


.video-container .big-video .introduction,
.video-container .small-video .introduction {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    width: 100%;
    transition: all 0.3s ease-out;
}

.video-container a:hover {
    background-color: rgba(0,0,0,0.3);
    transition: all 0.4s ease-out;
}

.video-container .introduction .title {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 5px;
    text-shadow: 2px 1px 1px #242424;
}

.video-container .introduction .desc {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 15px;
    text-shadow: 2px 1px 1px #242424;
}


#index-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -100;
    right: 0;
    bottom: 0;
    background: url(../images/esempio-video.jpg) no-repeat center center;
    background-size: cover;
    background-color: #000;
    overflow: hidden;
}

.index-video-wrapper {
    height: 100%;
    background: url(../images/esempio-video.jpg) no-repeat center center;
    background-size: cover;
}

.discover-video {
    display: inline-block;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 50px 15px 15px;
    box-shadow: none !important;
    border: 2px solid #fff;
    cursor: pointer;
    background-image: url(../images/play-video.png);
    background-position: calc(100% - 15px) 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
    transition: all 0.3s ease-out;
    text-shadow: 2px 1px 1px #242424;
}

.discover-video:hover {
    background-position: calc(100% - 10px) 50%;
    border: 2px solid #41a580
}

.foto-evidenza {
    position: relative;
    height: auto;
    overflow: hidden;
}

.foto-evidenza img {
    display: block;
    width: 100%;
    height: auto;
}

.single-component a.gallery-btn {
    border: 2px solid #41a580;
    color: #41a580;
    padding: 10px 15px;
    font-size: 14px;
}

.gallery-div {
    margin-top: 50px;
}

.immagine-evidenza {
    height: auto;
    overflow: hidden;
}

.immagine-evidenza img {
    display: block;
    width: 100%
}

/*------------------------------------
 AOS modifiche
------------------------------------*/

[data-aos=fade-up] {
    transform: translate3d(0, 50px, 0);
}

[data-aos=fade-up].less-y {
    transform: translate3d(0, 15px, 0);
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px,0,0) scale(.8);
}


/*=== FINE AGGIUNTE 2021 ===*/

@media screen and (max-width: 480px) {
    #dettaglio-project #grid[data-columns]::before {
        content: '1 .column.size-1of1';
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    #dettaglio-project #grid[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width: 769px) {
    #dettaglio-project #grid[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

@media screen and (max-width: 1500px) {
    .container {
        width: 1240px
    }
}

@media screen and (max-width: 1370px) {
    header .dropdown .submenu > li.col1 .menu-printers .categories li .item {
        padding: 0 10px
    }

    .products-home h2 {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 1360px) {
    .container {
        width: 1100px
    }

    .head-configuratore .intro h2 {
        font-size: 25px
    }

    .products-home .prod {
        text-align: center
    }

    .products-home .prod li {
        width: 28%;
        float: none;
        display: inline-block;
        vertical-align: top
    }

    .head-configuratore .tabs li a {
        padding: 20px 16px 20px 15px;
    }
}

@media screen and (max-width: 1280px) and (min-width: 1180px) {
    header .dropdown {
        top: 200px !important;
    }

    header .container {
        width: 1200px;
    }

    header nav .main-menu > li > a {
        font-size: 15px;
    }

    header .dropdown {
        top: 115px !important;
    }

    .breadcrumbs {
        padding: 25px 0 8px;
    }

    .news-box {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1180px) {
    .container {
        width: 1000px
    }

    header nav .main-menu > li > a {
        padding: 0 18px
    }

    .elenco-news-list.riservata-list ul li {
        width: 33.33%
    }

    footer .container .col2 {
        padding: 0 15px;
        width: 30%
    }

    footer .container .col1 {
        padding: 0 15px;
        width: 35%
    }

    .dett-gallery ul li img {
        width: 100px
    }

    .head-configuratore .tabs li a {
        padding: 20px 16px 20px 4px;
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 15px
    }

    .container {
        width: 96%
    }

    .banner-home #slider-home .item {
        height: 400px
    }

    .banner-home #slider-home .item .txt {
        bottom: 20px
    }

    .banner-home #slider-home .item .txt .sub {
        font-size: 18px
    }

    .banner-home #slider-home .item .txt .serif {
        font-size: 40px
    }

    header nav .main-menu > li > a {
        padding: 0 18px
    }

    header .dropdown .submenu > li.col1 .menu-printers .categories li {
        padding: 5px
    }

    header .dropdown .submenu > li.col1 .menu-printers .categories li .item .txt {
        padding: 10px;
        width: 100%
    }

    header .dropdown .submenu > li.col1 .menu-printers .categories li .item .txt .name {
        margin: 0
    }

    header .dropdown .submenu > li.col1 .menu-printers .categories li > p {
        display: none
    }

    header .dropdown .submenu > li.col1 .menu-printers .categories li .item .txt {
        height: 90px
    }

    .products-home h2, .design-home .txt-box h2, .news-home .container .latest-news h2, .news-home .container .newsletter h2, .services-home h2, .benefit-home .txt-box h2, .elenco-list ul li a .txt .name, .dett-content .main-cont .txt h1, .head-configuratore .intro h1, .intro-home .intro-flex .txt h2 {
        font-size: 30px
    }

    .intro-home .intro-flex .txt .serif {
        font-size: 22px
    }

    .products-home .prod li a .txt .name {
        font-size: 20px
    }

    .benefit-home .txt-box .serif {
        font-size: 22px;
        margin-bottom: 5px
    }

    .design-home .txt-box {
        width: 500px;
        height: 400px;
        padding: 0 60px
    }

    .benefit-home .txt-box {
        width: 500px;
        height: 400px;
        padding: 0 60px
    }

    .services-home .services li p {
        font-size: 18px
    }

    .services-home .services li i {
        font-size: 60px
    }

    .news-home .container .latest-news {
        padding: 60px 60px 60px 0px
    }

    .news-home .container .newsletter {
        padding: 60px 0px 60px 60px
    }

    .app-home .container {
        height: 400px
    }

    .app-home .mock01 {
        left: 0px;
        width: 250px
    }

    .app-home .mock02 {
        right: 50px;
        width: 150px
    }

    .app-home .txt {
        width: 400px
    }

    .app-home .txt .serif {
        font-size: 22px
    }

    .app-home .txt h2 {
        font-size: 24px
    }

    .products-home h2 {
        margin-bottom: 20px
    }

    .elenco-prod .bg-elenco {
        width: 30%
    }

    .elenco-list ul li {
        padding: 15px 50px
    }

    .elenco-list ul li a .txt .info {
        font-size: 22px
    }

    .elenco-list ul li a > img {
        margin-right: 50px;
        max-width: 350px
    }

    .elenco-list ul li a .txt {
        padding: 40px
    }

    .video-cont {
        height: 450px
    }

    .dett-content {
        margin-top: 450px;
        padding: 80px 30px
    }

    .dett-info h2 {
        font-size: 28px
    }

    .head-configuratore .tabs {
        align-items: flex-end
    }

    .head-configuratore .tabs li a {
        padding: 15px 10px 15px 5px;
    }

    .head-configuratore .tabs li a i {
        font-size: 25px
    }

    .icon-ico-cat154, .icon-ico-cat165 {
        background-size: 25px;
        width: 25px;
        height: 28px;
    }

    .head-configuratore .tabs li a p {
        font-size: 13px
    }

    .configuratore-wrap .left-col .patterns ul li {
        width: 47%
    }

    .head-configuratore .intro h2 {
        font-size: 22px
    }

    .head-configuratore .intro {
        margin-bottom: 30px
    }

    .contact-cont1 h1, .elenco-intro h1, .distrib h1, .dett-work-desc h1, .generic h1, .about-txt h1, .riservata-txt h1, .elenco-intro h1, .about-txt h1 {
        font-size: 40px
    }

    .about-txt {
        text-align: justify
    }

    .about-txt p {
        font-size: 16px
    }

    .elenco-intro {
        padding: 100px 0 50px
    }

    .elenco-news-list ul li {
        width: 50%;
        padding: 0 30px 60px
    }

    .elenco-list ul li a .txt {
        border-width: 8px
    }

    .distrib-elenco {
        margin: 0 -5px
    }

    .distrib-elenco li {
        padding: 0 5px 10px
    }

    .banner-about, .banner-contatti {
        height: 350px
    }

    .contact-cont1 .contact-info > p .val {
        font-size: 22px
    }

    .contact-cont2 {
        margin-bottom: 50px
    }

    .contact-cont2 .contatta {
        padding: 60px 30px
    }

    .contact-cont2 .contatta h2 {
        font-size: 24px
    }

    .riservata-txt #form-recupera .form-div, .riservata-txt #form-riservata .form-div {
        width: 100%
    }
}

@media screen and (max-width: 993px) {
    header #logo img {
        height: 50px
    }

    header nav .main-menu > li > a {
        height: 50px;
        line-height: 50px
    }

    .products-home .prod li {
        width: 32%
    }

    .services-home {
        padding: 60px 0
    }

    .distrib-elenco li {
        width: 50%
    }

    .generic .icon-list.type2 > li {
        width: 100%
    }

    .flex {
        display: block;
    }

    .news-box .news-content .news-gallery .back {
        margin-top: 10px;
    }

    .line-components .single-component,
    .video-container {
        flex-direction: column;
    }

    .line-components .single-component .img,
    .line-components .single-component .testo {
        width: 100%
    }

    .video-container .big-video,
    .video-container .small-video {
        width: 100%
    }
}

@media screen and (max-width: 800px) {
    header {
        padding: 3px 0
    }

    header #logo {
        float: none;
        display: block
    }

    header nav {
        float: none;
        width: 100%;
        text-align: center
    }


    header nav .main-menu {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .menu-right li {
        text-align: right;
    }

    header nav .main-menu > li > a {
        letter-spacing: 0;
        font-size: 14px;
        height: 40px;
        line-height: 40px
    }

    header nav .main-menu .mobile-ui,
    .mobile-ui-new {
        position: absolute;
        top: 0;
        right: 50px
    }

    .mobile-ui-new {
        z-index: 99
    }

    header nav .main-menu .mobile-ui span,
    .mobile-ui-new span {
        display: none
    }

    header nav .main-menu .mobile-ui > a,
    .mobile-ui-new {
        padding: 0;
        height: 50px;
        width: 50px
    }

    .mobile-ui-new {
        top: 50px;
    }

    .mobile-ui-new > a {
        background-color: transparent;
    }

    header nav .main-menu .mobile-ui#menu-drop,
    .mobile-ui-new#menu-drop {
        right: 0px
    }

    header nav .main-menu > li:nth-child(5) > a, header nav .main-menu > li:nth-child(6) > a {
        padding: 0;
        background-position: center;
        background-color: transparent
    }

    header nav .main-menu > li.last > a {
        background-color: #eceff1;
    }

    header #unione {
        position: absolute;
        left: 195px;
        width: 48px;
    }

    header .dropdown {
        top: 100px
    }

    header .dropdown .submenu > li.col1 .menu2 .cat-single li .item .subcat {
        font-size: 15px
    }

    footer .container .col2 {
        padding: 0 15px 20px;
        width: 100%
    }

    footer .container .col1 {
        padding: 0 15px;
        width: 50%
    }

    header .dropdown .submenu > li.col1 .menu-printers .categories li .item .txt .name {
        font-size: 16px
    }

    header nav .main-menu > li:nth-child(7) > a {
        padding-right: 0px
    }


    #banner_printer {
        display: block;
        margin-top: -30px;
        margin-bottom: 30px;
    }

    #banner_printer.no-top {
        margin-top: 30px;
        margin-bottom: -15px;
    }

    .generic, .about-txt {
        margin-bottom: 50px
    }

    .products-home .prod li a .txt {
        padding: 10px;
        line-height: 1.2
    }

    .head-configuratore .intro h1 {
        color: #fff
    }

    .configuratore-wrap .left-col .choose button, .head-configuratore .tabs, .head-configuratore .intro h2 {
        display: none
    }

    .configuratore-wrap {
        padding: 20px 0
    }

    .configuratore-wrap .left-col {
        width: 100%;
        float: none;
        padding-right: 0
    }

    .configuratore-wrap .left-col .patterns {
        height: auto !important;
        overflow-y: hidden;
        overflow-x: scroll;
        margin-top: 15px;
        width: 100%;
        white-space: nowrap
    }

    .configuratore-wrap .left-col .patterns ul {
        overflow: hidden;
        margin: 0;
        height: 100px;
        white-space: nowrap;
        overflow-x: auto
    }

    .configuratore-wrap .left-col .patterns ul li {
        width: 100px;
        margin: 0;
        margin-right: 8px;
        float: none;
        display: inline-block
    }

    .configuratore-wrap .right-col {
        width: 100%
    }

    .configuratore-wrap .right-col #main-img, .configuratore-wrap .right-col .second-img {
        position: relative;
        margin-top: 15px;
        width: 100%;
        height: auto !important;
        float: none
    }

    .configuratore-wrap .left-col .design-mob {
        display: block
    }

    .elenco-news-list ul li {
        padding: 0 10px 30px
    }

    .elenco-news-list ul li a .txt .name {
        font-size: 16px
    }

    .video-cont {
        height: 350px
    }

    .video-cont > img {
        height: 100%
    }

    .video-cont {
        position: absolute
    }

    .dett-content {
        margin-top: 350px
    }

    .video-cont .scroller {
        display: none
    }

    .elenco-list ul li {
        padding: 0 30px
    }

    .elenco-list ul li a > img {
        max-width: 250px
    }

    .elenco-list ul li a .txt {
        border-width: 5px;
        margin-right: 0;
        padding: 20px;
        margin-bottom: 20px
    }

    .elenco-list ul li a .txt .info {
        font-size: 18px
    }

    .riservata-list .design-mob {
        display: block;
        padding-top: 15px
    }

    .riservata-list .choose {
        display: block;
        padding-top: 5px
    }

    .riservata-list .choose select {
        width: 100%
    }

    .dett-content {
        padding: 50px 10px
    }

    .dett-content .main-cont .main-img {
        padding: 0 0 0 20px
    }

    .generic .icon-list > li .icon {
        width: 150px;
        min-width: 150px
    }

    .generic .icon-list > li .icon img {
        max-width: 100%
    }

    .news-box {
        padding-top: 30px;
        margin-top: 30px
    }

    .news-box .news-content {
        display: block
    }

    .news-box .news-content .news-gallery {
        margin: 30px auto 0;
        width: 500px;
        max-width: 100%
    }

    #dettaglio-gallery {
        margin: 30px auto 0;
        width: 500px;
        max-width: 100%
    }

    .news-box .news-content .txt {
        padding: 20px 20px 60px;
        margin-top: 20px
    }

    .news-box .news-content .txt .date {
        margin-bottom: 15px
    }

    .news-box .news-content .txt .htmlcontent, .news-box .news-content .txt .htmlcontent p {
        text-align: justify
    }

    .dett-gallery ul {
        display: block
    }

    .dett-gallery ul li {
        padding: 10px;
        display: inline-block
    }


    .components-list .component {
        display: block;
    }

    .component .box-img {
        width: 100%;
        display: block;
    }

    .component .box-img img {
        width: 100% !important;
        display: block;
        margin: 0 auto;
        float: none;
    }

    #benefits li .flex-container {
        display: block;
    }

    #benefits .img-box, #benefits .box-txt {
        width: 100%
    }

    .configuratore-wrap .tg-btn {
        font-size: 12px;
        width: 290px !important;
    }

    .elenco-list ul {
    padding: 0 0 60px 0;
    }
}



@media screen and (max-width: 780px) {
    .elenco-icons .pages li {
        width: 100%;
        padding: 0 0 50px
    }

    .elenco-icons .pages li .title {
        font-size: 18px
    }

    .elenco-news-list.riservata-list ul li {
        width: 50%
    }

    .riservata-txt #form-recupera, .riservata-txt #form-riservata {
        padding: 0 20px
    }

    .riservata-txt {
        padding: 60px 0
    }

    .breadcrumbs {
        background-color: #fff
    }

    .breadcrumbs .container {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box
    }

    .riservata-list .design-mob label, .riservata-list .choose label {
        font-size: 15px
    }

    .head-configuratore .intro .htmlcontent, .head-configuratore .intro .htmlcontent p {
        font-size: 15px;
        padding: 0 10px;
        text-align: justify
    }

    .head-configuratore {
        padding: 180px 0 30px
    }

    .head-configuratore .intro {
        margin: 0px
    }

    .elenco-intro .htmlcontent p {
        font-size: 16px;
        text-align: left
    }

    .products-home .prod li {
        width: 49%
    }

    .job_list {
        padding: 20px
    }

    .job_list .tit-job {
        margin-bottom: 20px
    }

    .job_list ul li {
        padding: 0 0 10px;
        width: 100%
    }

    .job_list ul li > div {
        padding: 20px
    }

    .job_list ul li > div .tg-btn {
        width: 100%;
        box-sizing: border-box
    }

    .printer-item {
        display: block;
    }

    .printer-item .txt {
        width: 100%;
        display: block;
    padding: 20px 15px;
    text-align: center;
    }

    .elenco-list ul li.printer-item {
        padding: 0 0 10px 0;
    }

    .elenco-list ul li.printer-item .img-box {
        margin: 20px 0;
    }


    .elenco-list ul li.printer-item img {
        width: 100%;
        height: auto;
    }

    .elenco-list ul li a {
        display: flex;
        padding: 15px 0;
    }

    header nav .main-menu > li > a {
        font-size: 13px;
        padding: 0 1px;
    }
}

@media screen and (max-width: 768px) {
    header .dropdown {
        top: 135px !important;
    }

    header .menu-right {
        top: 92px !important;
    }

    a#banner_printer-img {
        min-height: 40px;
    }

    .news a#banner_printer-img {
        margin-top: 60px;
    }

    header nav .main-menu > li > a {
        font-size: 13px;
        padding: 0 1px;
    }
}

@media screen and (max-width: 600px) {
    .generic .icon-list.type2 > li {
        padding: 20px 0;
        display: block;
        text-align: center
    }

    .generic .icon-list.type2 > li .icon {
        margin-bottom: 20px;
        width: 100%
    }

    .generic .icon-list.type2 > li .icon img {
        display: inline-block
    }

    .generic .icon-list.type2 > li .txt {
        padding: 0;
        text-align: center
    }

    header .dropdown {
        padding: 0px 0px 10px;
        top: 110px;
        max-height: 450px;
        overflow-y: auto
    }

    header .dropdown .submenu > li.col1 {
        display: block
    }

    header .dropdown .submenu > li.col1 .menu-printers .categories li {
        width: 100%;
        padding: 15px;
        margin-bottom: 10px;
        border: 2px solid #eceff1
    }

    header .dropdown .submenu > li.col1 .menu-printers .categories li > p {
        margin-top: 0px
    }

    header .dropdown .submenu > li.col1 .menu-printers .categories li .item {
        height: auto;
        background-image: none !important;
        border: 0px
    }

    header .dropdown .submenu > li.col1 .menu-printers .categories li .item .txt {
        position: relative
    }

    header .dropdown .submenu > li.col1 .menu2 .cat-single li .item .dot {
        font-size: 27px
    }

    header .dropdown .submenu > li.col1 .menu2 .cat-single li .item .subcat {
        padding: 5px
    }

    header nav .main-menu .mobile-ui .menu-right,
    .mobile-ui-new .menu-right {
        position: fixed;
        top: 92px;
        width: 150px;
        padding: 15px;
        text-align: right
    }

    header nav .main-menu .mobile-ui .menu-right ul li a {
        width: 100%;
        height: auto;
        padding: 5px 0
    }

    header nav .main-menu > li > a {
        padding: 0 1px
    }

    .banner-home #slider-home .item .txt {
        bottom: 30px;
        width: 90%
    }

    .banner-home #slider-home .item .txt .serif {
        font-size: 24px
    }

    .banner-home #slider-home .item .txt .sub {
        padding: 10px 15px;
        font-size: 15px
    }

    #banner_printer {
        display: block;
        margin-top: -20px;
        margin-bottom: 20px;
    }

    #banner_printer.no-top {
        margin-top: 30px;
        margin-bottom: -15px;
    }

    #banner_printer_printer-img {
        background-image: url('../images/banner-print-print-mob.jpg');
        background-size: contain;
        min-height: 200px;
        background-repeat: no-repeat;
        margin-top: 0;
    }

    a#banner_printer-img {
        background-image: url('../images/banner-print-mob.jpg');
        background-size: contain;
        min-height: 200px;
        background-repeat: no-repeat;
        margin-top: 0;
    }


    .elenco-icons .pages {
        padding: 0px
    }

    .elenco-icons h1 {
        font-size: 24px;
        margin-bottom: 30px
    }

    .app-home .txt {
        width: 90%;
        left: 50%
    }

    .intro-home .intro-flex .txt {
        padding: 0px 0px 20px
    }

    .banner-home #slider-home .item {
        height: 250px
    }

    .configuratore-wrap .left-col .choose label, .configuratore-wrap .left-col .design-mob label {
        font-size: 16px
    }

    .app-home .mock02 {
        display: none
    }

    .head-configuratore .intro h1 {
        font-size: 24px
    }

    .intro-home .intro-flex {
        display: block
    }

    .intro-home {
        padding: 20px 0 40px
    }

    .products-home h2, .design-home .txt-box h2, .news-home .container .latest-news h2, .news-home .container .newsletter h2, .services-home h2, .benefit-home .txt-box h2, .dett-work-desc h1, .elenco-list ul li a .txt .name, .dett-content .main-cont .txt h1, .head-configuratore .intro h1, .distrib h1, .news-intro h1, .generic h1, .elenco-intro h1, .contact-cont1 h1, .about-txt h1, .components-page h1,  .intro-home .intro-flex .txt h2 {
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 0px
    }

    .components-page h2.subtitle {
        font-size: 24px
    }

    .design-home {
        background-image: none
    }

    .design-home .txt-box {
        width: auto;
        height: auto;
        padding: 10px 0
    }

    .elenco-prod .htmlcontent {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1
    }

    .products-home {
        padding: 40px 0
    }

    .products-home .prod {
        margin: 0px
    }

    .products-home .prod li {
        padding: 0px;
        width: 100%
    }

    .benefit-home {
        background-image: none
    }

    .benefit-home .txt-box {
        width: auto;
        height: auto;
        padding: 20px 0
    }

    .benefit-home .txt-box a {
        margin-top: 20px
    }

    .services-home {
        padding: 30px 0
    }

    .services-home h2 {
        margin-bottom: 20px
    }

    .services-home .services {
        display: block
    }

    .services-home .services li {
        padding: 10px 0
    }

    .services-home .services li a img {
        width: 150px
    }

    .news-home {
        background: #fff !important
    }

    .news-home .container .newsletter, .news-home .container .latest-news {
        padding: 20px 0;
        width: 100%;
        height: auto !important;
        background-color: #fff
    }

    .dett-content {
        margin-top: 250px;
        padding: 30px 0
    }

    .video-cont {
        height: 250px
    }

    .video-cont > img {
        height: 110%
    }

    .video-cont .scroller {
        display: none
    }

    .dett-content .main-cont {
        display: block
    }

    .dett-content .main-cont .txt .buttons a, .dett-content .main-cont .txt .buttons button {
        width: 100%
    }

    .dett-content .main-cont .main-img {
        padding: 20px 0
    }

    .dett-gallery ul li img {
        width: 80px
    }

    .dett-gallery {
        padding: 15px 0
    }

    .dett-info {
        padding: 30px 0 30px
    }

    .dett-info .info-cont {
        display: block
    }

    .dett-info .info-cont .desc {
        padding: 0px
    }

    .dett-info .info-cont .desc ul li, .dett-info .info-cont .desc p {
        font-size: 15px
    }


    .dett-boxes {
        padding: 40px 0
    }

    .generic p, .about-txt p {
        font-size: 14px;
        line-height: 1.4;
        text-align: justify
    }

    .generic .icon-list {
        padding: 10px 0
    }

    .generic .icon-list > li {
        padding: 15px 0;
        display: block
    }

    .generic .icon-list > li .icon {
        width: 100%;
        text-align: center
    }

    .generic .icon-list > li .icon img {
        width: 150px
    }

    .elenco-intro .htmlcontent {
        padding: 0px;
        border: 0
    }

    .elenco-prod .htmlcontent .columns {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1
    }

    .generic .icon-list > li .txt {
        padding: 10px 0
    }

    .generic, .about-txt {
        margin-bottom: 30px
    }

    .elenco-intro {
    padding: 30px 0;
    }

    .elenco-intro .htmlcontent {
        font-size: 14px;
        padding-top: 20px
    }

    .elenco-list ul li {
        padding: 0px
    }

    .elenco-list ul li a {
        display: flex;
    }

    .elenco-list ul li a > img {
        width: 100%;
        margin: 10px 0px 0px
    }

    .elenco-list ul li a .txt {
        border-width: 3px;
        padding: 20px;
        width: 100%;
        box-sizing: border-box
    }

    .elenco-list ul li a .txt .sub {
        font-size: 16px
    }

    .elenco-list ul li a .txt .info {
        font-size: 18px;
        margin-top: 5px
    }

    .elenco-list ul li a .txt .btn {
        position: relative;
        right: 0;
        bottom: 0;
        margin: 0
    }

    .elenco-prod .bg-elenco {
        display: none
    }

    .dett-boxes .dett-components, .dett-boxes .dett-benefit {
        width: 100%;
        padding: 0 0px
    }

   

    .banner-about, .banner-contatti, .banner-distrib {
        height: 200px;
        margin-bottom: 20px
    }

    #banner_printer {
        display: block;
        margin-top: -15px;
        margin-bottom: 20px;
    }

    #banner_printer.no-top {
        margin-top: 30px;
        margin-bottom: -15px;
    }

    #banner_printer.no-top-full {
        display: block;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .distrib-elenco {
        margin: 0px;
        padding: 0px
    }

    .distrib-elenco li {
        width: 100%
    }

    .app-home .txt h2 {
        font-size: 20px
    }

    .contact-cont1 {
        padding: 20px 0
    }

    .contact-cont1 .contact-info {
        display: block
    }

    .contact-cont1 .contact-info > p {
        width: 100%
    }

    .contact-cont1 .contact-info .line {
        display: none
    }

    .contact-cont2 .contatta {
        padding: 20px 0
    }

    .contact-map {
        display: block
    }

    .contact-map .txt {
        padding: 20px;
        text-align: center
    }

    .contact-map .txt p {
        font-size: 20px
    }

    .form-div.col2 {
        width: 100%
    }

    footer {
        padding: 30px 0
    }

    footer .container .col2, footer .container .col1 {
        width: 100%;
        padding: 6px 0px
    }

    .elenco-news-list.riservata-list ul li {
        padding: 10px 5px;
        text-align: center
    }

    #customer-area ul li div.box_info {
        padding: 10px
    }

    #customer-area ul li div.box_info p, #customer-area ul li div.box_info a {
        float: none;
        display: block;
        width: 100%;
        text-align: left;
    }

    .components-page .components-list ul .component .title {
        font-size: 20px
    }

    .news-intro {
        padding: 0 0 40px
    }

    .elenco-news-list ul li {
        width: 100%;
        padding: 0 0px 30px
    }

    .news-box .news-content .txt h1 {
        font-size: 20px
    }

    .elenco-icons .htmlcontent {
        text-align: justify
    }

    .news a#banner_printer-img {
        margin-top: 100px;
    }

    .no-mob {
        display: none !important;
    }

    .no-desk {
        display: block;
    }
}

@media screen and (max-width:500px) {
    .no-mob-375 {
        display: none;
    }
    header nav .main-menu > li > a{
        font-size:16px;
    }
    header .menu-right ul li a{
        font-size:16px;
    }
}


@media screen and (max-width: 380px) {
    header #unione {
        display: none;
    }

    .printer-item img {
        max-width: 100%;
        display: block;
    }

    .printer-item .txt {
        padding: 5px;
        box-shadow: none;
    }

    .printer-item .txt {
        width: 100%;
    }

    .printer-item:nth-child(odd) .txt, .printer-item:nth-child(even) .txt {
        box-shadow: none;
        margin: 0;
    }

    .printer-item:nth-child(even) .img-box, .printer-item:nth-child(odd) .img-box {
        margin: 0;
    }

    .elenco-list ul li a .txt .info, .elenco-list ul li .txt .info {
        font-size: 20px;
        line-height: 22px;
    }

    .elenco-list ul li a .txt .name, .elenco-list ul li .txt .name {
        font-size: 24px;
        text-align: center;
    }

    .elenco-list ul li a {
        display: flex;
    }

    .printer-item .tg-btn {
        margin-bottom: 15px;
    }

    .dett-boxes .dett-components, .dett-boxes .dett-benefit {
        margin-bottom: 20px;
    }

    .logo_eu {
        float: none !important;
    }

    .elenco-news-list.riservata-list ul li {
        width: 100%;
    }

    #banner_printer.no-top-full {
        margin-top: 20px;
        margin-bottom: 5px;
    }

    #banner_printer_printer-img {
        background-image: url('../images/banner-print-print-mob.jpg');
        background-size: contain;
        min-height: 130px;
        background-repeat: no-repeat;
        margin-top: 18px;
        background-position: center;
    }

    a#banner_printer-img {
        background-image: url('../images/banner-print-mob.jpg');
        background-size: contain;
        min-height: 130px;
        background-repeat: no-repeat;
        margin-top: 18px;
        background-position: center;
    }


}


@media screen and (max-width: 375px) {
    header .dropdown {
        top: 125px !important;
    }

    header #logo img {
        width: 150px;
        height: 39px;
    }

    .second_header .logo_eu img {
        display: none;
    }

    .mobile_top_header .logo_eu {
        display: flex !important;
    }

    .mobile_top_header {
        display: flex;
        justify-content: space-between;
    }

    .mobile_top_header .logo_eu {
        width: 47px;
        height: 39px;
    }

    .news a#banner_printer-img {
        margin-top: 30px;
    }

    header nav .main-menu > li > a{
        font-size:14px;
    }
   
    header .menu-right ul li a{
        font-size:14px;
        padding:3px 0;
    }
}
/*.no-mob{
    display:none;
}*/


@media screen and (min-width: 601px) {
    .no-desk {
        display: none !important;
    }
}

@media screen and (min-width: 501px) {
    .no-desk-375 {
        display: none !important;
    }
}
