<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Header + menu */

body {
    overflow-x: hidden;
}

label {
    font-size: 16px;
}


.link-list a {
    text-decoration: none;
}


.button_lingue span, .a-my-arteco span {
    display: inline-block;
    float: right;
    margin-left: 8px;
    margin-right: 12px;
}

.button-abc:hover {
    color: #ffffff;
}

.button-abc {
    background: #ae0f0a;
    color: #fff;
    padding: 11px 60px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

span.button-abc {
    background: #ae0f0a;
    color: #fff;
    padding: 0px 15px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
}

.button-abc.button-abc-small {
    font-size: 16px;
    padding: 5px 10px;
    display: inline-block;
    line-height: 26px;
    margin-top: 9px;
}

.min-width-75 {
    min-width: 75px;
}

#grid-item-menu ul li {
    display: inline;
}

#grid-item-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

#grid-item-menu .sub-menu .sub-menu .sub-menu {
    padding-left: 12px;
}

div#header-spacing {
    height: 108px;
}

#grid-item-secondary-menu a {
    color: #262626;
    text-decoration: none;
}

.tablepress tfoot th, .tablepress thead th {
    background-color: #d3d3d3;
    font-weight: 700;
    vertical-align: middle;
}

.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
    background-color: #a9a9a9;
}

iframe {
    max-width: 100%;
}

.button-go-mappa {
    vertical-align: top;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
    line-height: 40px;
}

#header-login a#login {
    background: #ae0f0a;
    color: #fff;
    padding: 7px 13px;
    line-height: 40px;
    border-radius: 5px;
    margin-left: 10px;
}
#header-login a#logout {
    margin-left: 20px;
}
#grid-item-primary-menu a {
    color: #262626;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}

/*#header.black a {
    color: #fff;
}
#menu-header-primary-menu .sub-menu a {
    color: #262626;
}*/

.header-lang {
    position: relative;
    display: inline;
}

#lang-dropdown, #my-arteco-dropdown {
    display: none;
    position: absolute;
    right: 0;
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
    z-index: 100;
    top: 35px;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 40%), 0 6px 20px 0 rgb(0 0 0 / 39%);
}

#my-arteco-dropdown li
{
    display: flex !important;
}
#my-arteco-dropdown li a
{
    color:#262626 !important;
    flex-grow: 100;
}

div#header-secondary-menu li a {
    display: inline-block;
    padding: 10px;
}

#grid-item-secondary-menu, #grid-item-primary-menu {
    float: right;
}

.header-lang, #header-secondary-menu, .header-search, #header-login {
    float: right;
}

div#grid-item-menu {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 2fr;
}

div#grid-item-secondary-menu {
    position: relative;
    padding-right: 50px;
}

a.button_lingue, a.a-my-arteco {
    padding: 10px;
    display: block;
    cursor: pointer;
}

#menu-primary {
    float: right;
}


#menu-primary &gt; div &gt; ul &gt; li &gt; a {
    padding: 5px 10px 5px 10px;
    position: relative;
    cursor: pointer;
}

div#menu-primary &gt; div &gt; ul &gt; li.menu-item-has-children &gt; a {
    padding-right: 22px;
    cursor: pointer;
}

#menu-primary &gt; div &gt; ul &gt; li &gt; ul.sub-menu {
    position: absolute;
    background-color: transparent;
    width: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
    background: #fff;
    width: 50%;
    /* margin-left: auto; */
    margin-right: 5%;
    /* left: 0; */
    right: 0;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(238, 238, 238);
    padding: 30px;
    margin-top: 5px;
}

#menu-primary &gt; div &gt; ul &gt; li:first-child &gt; ul.sub-menu { /* solution */
    position: absolute;
    background-color: transparent;
    width: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
    background: #fff;
    width: 70%;
    /*margin-left: auto;*/
    margin-right: 5%;
    /*left: 0;*/
    right: 0;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(238, 238, 238);
    padding: 30px;
    margin-top: 5px;
}


#menu-primary &gt; div &gt; ul &gt; li &gt; ul.sub-menu &gt; li {
    /*width: 23%;
    float: left;
    margin-right: 2%;*/
    width: 98%;
    float: left;
    margin-right: 1%;
}

#menu-primary &gt; div &gt; ul &gt; li:first-child &gt; ul.sub-menu &gt; li {
    width: 24%;
    float: left;
    margin-right: 1%;
}

/*
#menu-primary &gt; div &gt; ul &gt; li:first-child &gt; ul.sub-menu  &gt; li:first-child { /* software solution * /
    width: 51%;
    float: left;
    margin-right: 1%;
}
#menu-primary &gt; div &gt; ul &gt; li:first-child &gt; ul.sub-menu  &gt; li:first-child &gt; ul.sub-menu  &gt; li{
    width: 40%;
    float: left;
    margin-right: 1%;
}*/

#menu-primary &gt; div &gt; ul &gt; li &gt; ul.sub-menu &gt; li a {
    font-weight: 400;
    text-transform: none;
    display: block;
    margin-bottom: 4px;
    color: #000 !important;
}

div#lang-dropdown li, div#my-arteco-dropdown li {
    display: block;
    margin: 12px 8px;
}

#lang-dropdown li img {
    margin-right: 9px;
}

#menu-primary &gt; div &gt; ul &gt; li:first-child &gt; ul.sub-menu &gt; li &gt; a {
    text-transform: uppercase;
    font-weight: 600;
    color: #ae0f0a;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 8px;
}

/*
    #menu-primary &gt; div &gt; ul &gt; li:first-child &gt; ul.sub-menu &gt; li:first-child &gt; a{ /* software solution * /
        width: 190%;
    }*/
#logo-header {
    width: 200px;
    height: 80px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

.button-abc-2 {
    background: transparent;
    color: #000;
    border: 1px solid #333;
    padding: 3px 30px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;

}

.button-abc-fff {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 60px;
    line-height: 40px;
    display: block;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}

.button-abc-fff:hover {
    color: #e6e6e6;
    text-decoration: none;
    border: 1px solid #e6e6e6;
}

a.link-position-absolute {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.position-relative {
    position: relative;
}

header {
    padding: 15px 0;
    /* background: #fff;  inserito nello script theme in header*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
}


.fancybox-hidden {
    display: none;
}

/* pagine dowload link */
/*.border-top-1{
    border-top: 1px solid #ddd;
}*/
.product_pdf ul.accua_forms_download_link_list {
    padding-left: 0;
}

.product_pdf ul.accua_forms_download_link_list li {
    background: url(https://arteco-global.com/wp-content/themes/2020-abc-grid/i/download-link-pdf.svg) no-repeat;
    list-style-type: none;
    padding: 10px;
    border: 1px solid #ddd;
    background-size: 20px;
    background-position-x: 15px;
    background-position-y: center;
}

.product_pdf ul.accua_forms_download_link_list li a {
    padding-left: 40px;
}

#banner-page {
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 100px;
    background-size: cover;
    background-attachment: fixed;
    background-color: #000;
    padding-bottom: 250px;
}
#banner-page-news {
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 50px;
    background-size: cover;
    background-attachment: fixed;
    background-color: #000;
    padding-bottom: 50px;
}

input[type='text'], input[type='email'], input[type='password'], select, textarea {
    background: #fff;
    border: 1px solid #e6e6e6 !important;
    border-radius: 9px;
    padding: 7px !important;
    font-size: 16px;
    color: #000;
    margin-right: 10px;
}


/*
.fa-angle-down, #menu-primary &gt; div &gt; ul &gt; li.menu-item-has-children &gt; a:after {
    border-top-color: inherit;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    color: #333333;
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px;
    border-width: 4px 3px;
    border-style: solid;
} */

.fa-angle-down, #menu-primary &gt; div &gt; ul &gt; li.menu-item-has-children &gt; a:after {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 12px;
    right: 0px;
    background-image: url(../i/freccia-giu.svg);
    content: "";
    background-size: 7px 7px;
    background-repeat: no-repeat;
}

i.fal.fa-angle-down {
    margin-top: 3px;
}

/* banner CYCLE
.wave-container {
    margin-top: -299px;
    z-index: 10;
    position: relative;
    height: 300px;
    margin-bottom: 100px;
	/ *background:url(../i/onda3.svg);
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;* /
}

div#nav-banner img {
    width: 100% !important;
    max-width: none;
    height: auto;
}

#nav-banner a {
	display:none;
	width:100%;
}
#nav-banner a:first-child {
	display:block;
	
}

#nav-banner-and-pager {
    margin-top: -100px;
	position:relative;
}

#nav-banner-pager {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
    z-index: 10;
}

*/


/*Banner + Homepage */
.banner-home-desktop {
    /*background-image: linear-gradient(#00000094, #00000054),url(../i/2020-11-banner-home.jpg);* /
    background-color: #000;
    background-image: url(../i/2020-11-banner-home.jpg);
    background-repeat: no-repeat;
    /*margin-top: -100px;* /
    color: #fff;
    padding-top: 100px;
    background-size: cover;
    background-attachment: fixed;
	padding-bottom: 250px;
	width: 100%;
	height:250px;*/

    position: relative;
    width: 100% !important;
}

#banner-home {
    width: 100% !important;
}

.banner-home-desktop img {
    width: 100% !important;
    height: auto !important;
}

.scritta_centrale {
    position: absolute;
    text-align: center;
    bottom: 30px;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 10px;
    z-index: 45;
}

.banner-page-desktop img {
    width: 100% !important;
    height: auto !important;
    display: grid;
    grid-column: 1/1;
    grid-row: 1/1;
}

.banner-page-desktop {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.scritta_centrale h1, .scritta_centrale_ h1 {
    font-size: 80px;
    text-align: center;
    font-weight: bold;
    color: #fff !important;
    letter-spacing: 1px;
    line-height: 125px;
    text-shadow: 2px 1px 4px #000;
    text-transform: uppercase;
}

.display_none {
    display: none;
}

#container-header-banner {
    position: relative;
    overflow: hidden;
}
.grid-item_{
    position: relative;
}
.grid-item_ img {
    border: 1px solid #dddddda8;
}

video#bgVideo {
    width: 100%;
}

.layer-over-banner-home {
    background: linear-gradient(#0000003d, #0000003d);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

#gallery-scroll {
    /*height:600px;
    overflow:hidden;*/
    height: auto !important;
    width: 100% !important;
}

/*
#nav-gallery {
	min-height:145px;
}*/

/*
.single-nav.activeLI .banner-small-image {
	opacity:1;
}*/
#sotto-banner .single-nav {
    /*min-height: 100px;*/
    display: block;
    cursor: pointer;
}

#sotto-banner .single-nav.activeLI {
    color: #262626;
    border: 2px solid #ae0f0a;
}

.banner-small-text {
    margin-top: 15px;
}

/*
.single-nav .banner-small-image {
	opacity:0.7;
}*/

.banner-small-button-text {
    display: inline-block;
    margin-top: 10px;
}

.single-nav.grid-container-1-2 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 10px;
    padding: 20px;
}

#banner-home h1, #banner-page h1, .bg-red h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
}

#banner-home p, #banner-page p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 50px;
}

#sotto-banner {
    position: relative;
    z-index: 10;
}

#sotto-banner .grid-item h2, #area-post .grid-item h2{
    /*font-size: 20px;*/
    font-weight: 600;
    margin-top: 20px;
    /*text-align: center;*/
}

.dashboard2 h2, .grid-item-slick h2, #area-post h2, .boxpartner h2, .single_partner h2 {
    font-size: 20px; text-align: center;
}
.single_partner h2 {
    text-align: left;
}
#sotto-banner .grid-item.content-section h2 {
    font-size: 1.7em;
}


/*#sotto-banner .grid-item p*/
#area-post .grid-item p {
    margin-bottom: 0;
}

#sotto-banner .grid-item.content-section p {
    margin-bottom: 20px;
}

#sotto-banner .grid-item, #area-post .grid-item {
    background: #fff;
    padding: 5%;
    border-radius: 4px;
}

.grid-container-banner-right {
    align-items: center;
    text-align: center;
    display: grid;
}

div#home-find-reseller {
    margin-top: 30px;
    display: block;
    padding: 30px;
    background: #ae0f0a;
}

div#home-find-reseller h2 {
    color: #fff;
}

#sotto-banner .grid-container-6 {
    margin-top: 35px;
}

#sotto-banner .grid-container-6 h2 {
    margin-top: 0;
}

#home-find-reseller input {
    width: 100%;
    line-height: 35px;
}

.grid-item-4.grid-item-markets {
    background: #fff;
}


.grid-item-4.grid-item-markets .content {
    padding: 35px;
}

.grid-item-4.grid-item-markets .content h2 {
    margin: 0px 0 10px 0;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
}

.slick-prev {
    left: -25px;
    background-image: url(../i/left.png);
}

.slick-next {
    right: -25px;
    background-image: url(../i/right.png);
}

.grid-item-slick {
    background: whitesmoke;
}

.grid-item-slick .grid-item {
    min-height: 120px;
}

.grid-item:focus, .grid-item-slick:focus {
    outline: none;
}

.textalign-center {
    text-align: center;
}

.textalign-right {
    text-align: right;
}

.width-70 {
    width: 70%;
}

/* partner */
.bg-red {
    padding: 30px;
    background: #ae0f0a;
}

.single_partner iframe {
    width: 100%;
    max-width: 100%;
}

.single_cat_partner img {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    margin-right: 10px;
}

.single_cat_partner.current_cat a {
    font-weight: bold;
    color: #b82617;
}

/* spaziatura */
.slick-slide {
    margin: 0 17px;
}

.slick-list {
    margin: 0 -17px;
}

.grid-item-slick h2 {
    margin-top: 0;
}

.bg-e6e6e6 {
    background: #e6e6e6;
}

.bg-fff {
    background: #fff;
}

.bg-f5f5f5 {
    background: #f5f5f5;
}

/* SINGLE */
span.date {
    font-size: 14px;
    text-transform: uppercase;
}

.text-right {
    text-align: right;
}


/*FOOTER*/
#footer {
    background: #000;
    padding-bottom: 30px;
    padding-top: 30px;
    color: #fff;
    margin-top: 30px;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

.inline-block {
    display: inline-block;
}
.button-abc-fff.button-abc-ticket {
    margin-left: 20px;
    display: inline-block;
}

a.footer-title, .footer-title {
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

#footer div &gt; ul &gt; li &gt; a {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: block;
    width: 100%;
    margin-top: 10px;
}

#footer ul li {
    padding: 2px 0;
}

#footer ul.menu {
    margin-top: -10px;
}

form#iscriviti_alla_newsletter label {
    margin-bottom: 15px !important;
    display: block;
}

form#iscriviti_alla_newsletter input[type="submit"] {
    background: url(../i/next.svg) no-repeat left 4px;
    border: 0 none;
    cursor: pointer;
    height: 33px;
    text-indent: -200px;
    width: 24px;
}

.social a {
    display: inline-block;
    margin-right: 7px;
    margin-left: 7px;
}

/**/

/* switch */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e6e6e6;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #fff;
}

input:focus + .slider {
    box-shadow: 0 0 1px #000;
}

input:checked + .slider:before {
    background-color: #000000;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


span#current_theme_checkbox {
    font-size: 12px;
    line-height: 12px;
    margin-top: 20px;
    display: block;
    text-align: center;
    color: #fff;
}

.box-grid {
    color: #262626 !important;
}

/* mobile menu */
#menu_mobile_open {
    display: none;
    font-size: 25px;
}

.closebtn {
    display: none;
    position: absolute;
    top: 27px;
    right: 29px;
    font-size: 50px;
    margin-left: 50px;
    color: #333;
}

/**/
.m-t--30 {
    margin-top: -30px;
}

.m-t-30 {
    margin-top: 30px;
}


form fieldset {
    border: none;
    /* border-top: 1px solid #ddd; */
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
}

p.accua-qtrans-content-available-languages {
    background: #fdfadc;
    padding: 15px;
}

.tabella_download img {
    width: 30px;
    margin-right: 10px;
}

/*ACCORDION*/
.accordion-academy {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-radius: 0 !important;
    margin-bottom: 0;
}

.active-academy, .accordion-academy:hover {
    background-color: #ccc;
}

.accordion-academy:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active-academy:after {
    content: "\2212";
}

.panel-accordion-academy {
    padding: 0 18px;
    background-color: transparent;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/*.panel-accordion-academy:last-of-type{
   border-bottom: 1px solid #ddd;
}*/

.panel-accordion-academy .parent-page {
    padding: 30px 0;
    display: block;
}

/*where to buy home */
#form-find-home .selectize-input {
    width: 100%;
}

#sotto-banner .wp-video {
    max-width: 100% !important;
    width: 100% !important;
}

#sotto-banner .wp-video-shortcode.mejs-video {
    max-width: 100% !important;
    width: 100% !important;
}

div#cat_partner_list a {
    text-decoration: none;
}

p#breadcrumbs, p#breadcrumbs a, p#breadcrumbs span {
    color: #fff;
}

.sidebar-supporto &gt; div &gt; ul, .sidebar-supporto li, .sidebar-supporto ul{
    list-style: none;
    padding-left: 0;
}
.sidebar-supporto &gt; div &gt; ul &gt; li &gt; a{
    text-transform: uppercase;
    font-weight: 600;
    color: #262626;
    display: block;
    width: 100%;
    margin-top: 10px;
    text-decoration: none;
    padding: 0px;
}
.sidebar-supporto li a{
    color: #262626;
    text-decoration: none;
    padding: 3px 0px;
    display: block;
}

#sotto-banner &gt; .dashboard img, .dashboard2 img
{
	max-width: 40%;
	display: block;
	margin: auto;
	/*opacity: 80%;*/
}

img#title-icon
{
	width: 18px !important;
	height: 18px !important;
	min-height: 0;
	display: inline;
}

.title-container
{
	display: flex;
}

.title-container &gt; h1
{
	margin: auto 0;
}

/* form salesforce */
.contenitore-salesforce form label {
    width: 20%;
    display: block;
    float: left;
}
.contenitore-salesforce form .pfbc-label label { width: auto; }

.contenitore-salesforce form input[type="text"], .contenitore-salesforce form textarea {
    width: 75%;
    display: block;
}
.contenitore-salesforce form select{
    width: 77%;
    display: block;
}
.thankyou-salesforce{
    background-color: #eee; border: 1px solid #ccc; padding: 20px;
}
#sotto-banner .grid-item .thankyou-salesforce h2{
    font-size: 1.7em;
    text-align: left;
}
.button:disabled, .button[disabled] {
    background: #dddddd;
}
img.aligncenter {
    margin: 0 auto !important;
    display: block;
}

.pfbc-element{
    font-size: 16px;
}

@media (max-width: 1400px) {
    .scritta_centrale h1 {
        font-size: 80px;
        line-height: 100px;
    }
    #menu-primary &gt; div &gt; ul &gt; li:first-child &gt; ul.sub-menu{
        width: 90%;
        margin-right: 2%;
    }
}

@media (max-width: 1200px) {
    .scritta_centrale h1 {
        font-size: 60px;
        line-height: 75px;
    }
}

@media (max-width: 899px) {
    .scritta_centrale h1, .scritta_centrale_ h1, #banner-home h1, #banner-page h1, .bg-red h1 {
        font-size: 40px;
        line-height: 43px;
    }
    .product_pdf ul.accua_forms_download_link_list li {
        padding: 8px;
        background-size: 12px;
        background-position-x: 11px;
        background-position-y: 19px;
    }
    .product_pdf ul.accua_forms_download_link_list li a {
        padding-left: 30px;
    }
    .banner-page-desktop img {
        object-fit: cover;
    }
    .banner-page-desktop img{
        min-height: 310px;
    }
    #banner-home {
        width: 100% !important;
        margin-top: 61px;
    }
    #menu_mobile_open, .closebtn {
        display: block;
    }

    div#header-spacing {
        height: 0;
    }

    #menu_mobile_open {
        color: #fff;
        text-align: right;
    }

    #grid-item-menu {
        height: 100%;
        width: 0%;
        margin-left: 0%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #000000ed;
        overflow-x: hidden;
        padding-top: 60px;
        padding-bottom: 60px;
        transition: 0.5s;
        grid-template-rows: min-content auto !important;
    }

    #grid-item-secondary-menu {
        grid-row: 2;
        margin-top: 25px;
        padding-right: 0 !important;
        /*border-top: 1px solid #ddd;
        padding: 25px;
        padding-right: 30px !important;*/
    }

    #grid-item-primary-menu {
        grid-row: 1;
    }

    #logo-header {
        height: 30px;
        width: auto;
    }

    .header-lang, #header-secondary-menu, .header-search, #header-login, #menu-primary {
        float: none;
    }

    .atr-element-text {
        margin-bottom: 35px;
    }

    #grid-item-menu ul li {
        display: block;
    }

    #button_lingue {
        display: none;
    }

    #header a {
        text-decoration: none;
    }

    #menu-primary &gt; div &gt; ul &gt; li &gt; ul.sub-menu, #lang-dropdown, #my-arteco-dropdown {
        position: static !important;
        background: #fff;
        right: auto;
        left: auto;
        margin-right: 0;
        width: 90% !important;
        display: none;
    }

    #lang-dropdown, #my-arteco-dropdown {
        width: 100% !important;
    }

    #menu-primary &gt; div &gt; ul &gt; li:first-child &gt; ul.sub-menu &gt; li {
        width: 100%;
        float: left;
        margin-right: 1%;
    }

    #menu-primary &gt; div &gt; ul &gt; li:first-child &gt; ul.sub-menu &gt; li &gt; a {
        width: 90%;
    }

    #menu-primary &gt; div &gt; ul &gt; li.menu-item-has-children &gt; a, ul#menu-header-secondary-menu &gt; li &gt; a {
        padding: 10px;
        display: inline-block;
        margin-left: 25px;
        width: 80%;
    }

    a.button_lingue, a.a-my-arteco {
        width: 84%;
        padding-right: 0;
    }

    .button_lingue span, .a-my-arteco span {
        float: none;
    }

    .button_lingue, .a-my-arteco {
        position: relative;
        margin-left: 25px;
    }

    ul#header-login {
        border-top: 1px solid;
        margin-left: 25px;
        background: transparent;
        padding-top: 30px;
    }
    .inside_login .button-abc-2{
        display: inline-block;
        padding: 4px 30px;
    }
    .sottobanner-home{
        margin-top: 70px;
    }
    .scritta_centrale h1 {
        font-size: 50px;
        line-height: 55px;
    }
}

@media (max-width: 700px) {
    .scritta_centrale {
        bottom: 10px;
    }
    .scritta_centrale h1 {
        font-size: 30px;
        line-height: 35px;
    }
}
@media (max-width: 600px) {


    .banner-page-desktop{
        overflow: hidden;
    }
    .banner-page-desktop img {
        min-height: 360px;
        height: 360px !important;
        width: auto !important;
        object-fit: cover;
    }
    .inside_login .button-abc-2{
        margin-top: 15px;
    }
    .form-field input[type="text"]{
        width: 70%;
    }
}
@media (max-width: 450px) {
    .scritta_centrale {
        bottom: -40px;
    }
}



@media (min-width: 900px) {
    /* MENU */
    /* MAPPA */
    #area_mappa_2019 {
        background: url(../i/2019-where-to-buy/mappa-web-1920.jpg);
        min-height: 70vh;
        background-position: top;
        background-repeat: no-repeat;
        padding-top: 0px;
        background-size: contain;
    }

    .area-contenuto-mappa {
        margin-top: -200px;
    }
}

#btn-my-account
{
    background: #ae0f0a;
    border-radius: 4px;
    margin-top: 4px;
    margin-left: 32px;
}

#btn-my-account &gt; a
{
    padding: 6px;
    padding-right: 18px;
    padding-left: 12px;
}

#btn-my-account i.fa-angle-down
{
    right: 6px;
}

#my-arteco-dropdown hr
{
    margin: 0;
}

.banner-page-desktop-dashboard
{
    width: 1040px;
    margin: 0 auto;
}

#link-to-dashboard span{
    font-size: 22px;
    padding: 0px 10px;
    border: 1px solid;
    height: 25px;
    display: inline-block;
    margin-right: 6px;
    border-radius: 4px;
}
#link-to-dashboard{
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1499px)
{
    .banner-page-desktop-dashboard
    {
        width: 70%;
    }
}

@media (max-width: 1199px)
{
    .banner-page-desktop-dashboard
    {
        width: 90%;
    }
}

@media (max-width: 899px)
{
    #grid-item-menu ul {
        white-space: normal;
        margin-left: 2%;
    }
}

@media (max-width: 999px)
{
    .banner-page-desktop-dashboard
    {
        width: 70%;
    }
}

@media (max-width: 799px)
{
    .banner-page-desktop-dashboard
    {
        width: 90%;
    }
}

@media (max-width: 499px)
{
    .banner-page-desktop-dashboard
    {
        width: 70%;
    }
}

@media (max-width: 399px)
{
    .banner-page-desktop-dashboard
    {
        width: 90%;
    }
}</pre></body></html>