@font-face {
    font-family: 'Goty_BIG';
    src: url('font/GtmBlack.eot');
    src: url('font/GtmBlack.eot?#iefix') format('embedded-opentype'), url('font/GtmBlack.woff2') format('woff2'), url('font/GtmBlack.woff') format('woff'), url('font/GtmBlack.ttf') format('truetype'), url('font/GtmBlack.svg#GtmBlack') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Goty';
    src: url('font/Gtm-Book.eot');
    src: url('font/Gtm-Book.eot?#iefix') format('embedded-opentype'), url('font/Gtm-Book.woff2') format('woff2'), url('font/Gtm-Book.woff') format('woff'), url('font/Gtm-Book.ttf') format('truetype'), url('font/Gtm-Book.svg#Gtm-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Goty_light';
    src: url('font/GtmRounded-Light.eot');
    src: url('font/GtmRounded-Light.eot?#iefix') format('embedded-opentype'), url('font/GtmRounded-Light.woff') format('woff'), url('font/GtmRounded-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Goty_UltraLight';
    src: url('font/GtmThin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Goty_bold';
    src: url('font/GtmRounded-Bold.eot');
    src: url('font/GtmRounded-Bold.eot?#iefix') format('embedded-opentype'), url('font/GtmRounded-Bold.woff') format('woff'), url('font/GtmRounded-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* GENERAL */
body {
    margin: 0px;
    font-size: .9em;
    font-family: 'Goty', serif;
    color: #000;
    background-color: #f7f7f7;
}

a {
    text-decoration: none;
    color: #97141C;
}

    a:hover {
        text-decoration: none;
        color: #333;
    }

strong {
    font-family: 'Goty_bold';
}

h1 {
    line-height: 100%;
    font-size: 140%;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 4px;
    color: #000;
    background-color: #eee;
    padding: 0.5%;
    border-radius: 5px;
}

h2 {
    line-height: 110%;
    font-size: 130%;
    margin: 0 0 4px;
    color: #333;
}

h3 {
    line-height: 110%;
    font-size: 90%;
    margin: 0 0 4px;
    color: #666;
    font-weight: normal;
}


.lazy_gallery {
    padding: 0px;
    margin: 0px;
    border: 0px;
    vertical-align: top;
    width: 100%;
    border: solid 0px #fff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
}

.lazy {
    padding: 0px;
    margin: 0px;
    border: 0px;
    vertical-align: top;
}



.absolute_center_img {
    max-height: 90%;
    max-width: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.clouder {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #000;
    opacity: 0.8;
    filter: Alpha(Opacity=80);
}







/* variables */
:root {
    --containerPadding: 40px;
    --insidePadding: 200px;
    --altezzaVideo: 380px; /* altezza video su VIDEO e private areas (la metà) */
}




/* STRUCTURE */

.header {
    display: flex;
    width: calc(100% - (var(--containerPadding)*2));
    height: 26px;
    padding: 10px var(--containerPadding);
    background-color: #3c3c3b;
    font-size: 14px;
    font-weight: 400;
}

    .header div {
        flex: 1;
        color: #fff;
    }

    .header #headerLeft {
        flex: 1;
        text-align: left;
        margin: 5px 0 0 0;
    }

        .header #headerLeft a {
            color: #fff;
        }

            .header #headerLeft a:hover {
                color: #eee;
            }

    .header #headerCenter {
        flex: 1;
        position: relative;
        margin: 0 auto;
        text-align: center;
        font-size: 22px;
        font-family: Goty_bold;
    }

        .header #headerCenter p { /* animazione su Header titolo */
            position: absolute;
            top: -23px;
            left: -80px;
            width: 100px;
            height: 30px;
            display: inline-block;
            background-color: transparent;
            content: "";
            animation: ombreggia 1.5s ease-in-out 1;
            animation-delay: 3s;
            animation-fill-mode: forwards;
            opacity: 0;
        }

        .header #headerCenter span a { /* titolo eureka 1920 */
            color: #fff;
        }

            .header #headerCenter span a:hover {
                color: #ffe4e4;
            }

        .header #headerCenter span[mode~=eureka_oro] a { /* titolo eureka oro */
            color: #a0823e;
        }

            .header #headerCenter span[mode~=eureka_oro] a:hover {
                color: #b59754;
            }

        .header #headerCenter span[mode~=accessory] a:hover { /* titolo accessory */
            color: #e3ffde;
        }

        .header #headerCenter span[mode~=black_diamond_burrs] a:hover { /* titolo black diamond burrs */
            color: lightyellow;
        }

        .header #headerCenter span[mode~=eureka_home] a:hover { /* titolo eureka home */
            color: #e6fcff;
        }

@keyframes ombreggia {
    0% {
        left: -80px;
        opacity: 0;
        display: inline-block;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        left: 100%;
        opacity: 0;
        display: none;
    }
}

.header #headerRight {
    flex: 1;
    position: relative;
    text-align: right;
    margin: 5px 0 0 0;
}

    .header #headerRight img {
        max-height: 16px;
        margin: 0 8px 0 20px;
        vertical-align: top;
    }

    .header #headerRight span {
        margin: 0 20px 0 0;
    }

        .header #headerRight span a {
            color: #eee;
        }

            .header #headerRight span a:hover {
                color: #fff;
            }



        .header #headerRight span:nth-of-type(4) { /* apre languages list*/
            cursor: pointer;
        }

    .header #headerRight img:nth-of-type(3) {
        margin: 0 0 0 0;
        padding: 0 8px 0 0;
        cursor: pointer;
    }

    .header #headerRight span:nth-of-type(4):hover {
        color: #ddd;
    }

    .header #headerRight #languages {
        position: absolute;
        display: none;
        top: 20px;
        right: -10px;
        background-color: #3c3c3b;
        z-index: 99;
        box-shadow: #16161669 3px 3px 3px;
        border-radius: 0 0px 4px 0;
    }

        .header #headerRight #languages p {
            margin: 10px 10px;
            text-align: left;
            color: #ddd;
            font-size: 13px;
            cursor: pointer;
        }

            .header #headerRight #languages p img {
                margin: 2px 6px 0 0;
                vertical-align: top;
            }

            .header #headerRight #languages p:hover {
                color: #fff;
            }

                .header #headerRight #languages p:hover > img {
                    opacity: 0.8;
                }



.inside {
    display: block;
    width: calc(100% - (var(--insidePadding)*2));
    padding: 10px var(--insidePadding);
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
}

    .inside .tagsList {
        display: table;
        margin: 20px auto 45px auto;
        height: auto;
    }

        .inside .tagsList span {
            display: inline-block;
            margin: 0 0;
            text-transform: capitalize;
        }



            .inside .tagsList span a {
                background-color: transparent;
                border-radius: 0;
                padding: 5px 20px;
                font-size: 13px;
                text-transform: uppercase;
                font-family: 'Goty_bold';
                color: #333;
                transition: all ease 0.5s;
                border: solid 1px transparent;
                border-right: solid 1px #aaa;
                white-space: nowrap;
            }

            .inside .tagsList span:last-of-type a {
                border-right: solid 1px transparent;
            }

            .inside .tagsList span a:hover {
                border-left: solid 1px #aaa;
                border-top: solid 1px #aaa;
                border-bottom: solid 1px #aaa;
                background-color: #f8f8f8;
            }

            .inside .tagsList span:nth-of-type(2) a:hover, .inside .tagsList span:nth-of-type(3) a:hover, .inside .tagsList span:last-of-type a:hover {
                border-left: solid 1px transparent;
                border-right: solid 1px #aaa;
                border-top: solid 1px #aaa;
                border-bottom: solid 1px #aaa;
                background-color: #f8f8f8;
            }


    .inside .macroBoxes {
        display: block;
    }

        .inside .macroBoxes div {
            display: inline-block;
            width: calc((100% - 45px) / 4);
            vertical-align: top;
            margin: 0 15px 0 0;
            height: 415px;
            background-color: #f2f2f2;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            border-radius: 15px;
            color: white;
            box-shadow: #cbcbcb 0px 0px 9px 2px;
            transition: all ease 0.4s;
        }

            .inside .macroBoxes div:nth-of-type(1) {
                background-image: url(/images/1.jpg);
            }

            .inside .macroBoxes div:nth-of-type(2) {
                background-image: url(/images/2.png);
            }

            .inside .macroBoxes div:nth-of-type(3) {
                background-image: url(/images/4.jpg); /* metti 4.png quando ripristina Eureka Home*/
                margin: 0 0 0 0; /*togli "margin" quando ripristina Eureka Home*/
            }
            /*ripristina Eureka Home*/
            /*
            .inside .macroBoxes div:nth-of-type(4) { 
                background-image: url(/images/4.jpg);
                margin: 0 0 0 0;
            }*/

            .inside .macroBoxes div img {
                max-height: 126px;
                margin: 5px 0 12px 0;
            }

            .inside .macroBoxes div p.macroText {
                max-width: 90%;
                height: 58px;
                min-height: 58px;
                overflow: hidden;
                line-height: 20px;
                margin: 0 auto;
            }

            .inside .macroBoxes div p.discover {
                font-size: 15px;
                font-family: 'Goty_bold';
                padding-left: 20px;
                cursor: pointer;
                transition: all ease 0.8s;
                animation: 2s showSomething ease-out 1;
                animation-delay: 0.5s;
            }

            .inside .macroBoxes div:nth-child(2) > p.discover {
                animation-delay: 1.2s;
            }

            .inside .macroBoxes div:nth-child(3) > p.discover {
                animation-delay: 1.8s;
            }

            .inside .macroBoxes div:nth-child(4) > p.discover {
                animation-delay: 2.6s;
            }

            .inside .macroBoxes div p.discover span {
                font-size: 25px;
                font-family: Goty_light;
                display: inline-block;
                vertical-align: middle;
                margin: 0 0 0 5px;
            }

            .inside .macroBoxes div p.discover:hover {
                background-color: #ffffff42;
            }

            .inside .macroBoxes div p.item {
                width: 80%;
                margin: 0 auto;
                padding: 6px 0;
                cursor: pointer;
                border-bottom: solid 1px #ffffff38;
                transition: all ease 0.8s;
                text-transform: capitalize;
            }

                .inside .macroBoxes div p.item:hover {
                    border-bottom: solid 1px #ffffff7a;
                    color: #fbd3a8;
                }

            .inside .macroBoxes div:nth-of-type(2) p.item:hover {
                color: #a4832b;
            }

            .inside .macroBoxes div:nth-of-type(3) p.item:hover {
                color: #eeff10;
            }



        .inside .macroBoxes p.item[mod~=first] {
            border-top: solid 1px #ffffff38;
        }

        .inside .macroBoxes div:hover { /* hover sul box con shadow */
            box-shadow: #777 0px 0px 15px 2px;
        }

    .inside .whatsNewTitle {
        margin: 70px 0 10px 0;
        font-size: 26px;
        font-family: 'Goty_light';
        font-weight: normal;
        background: #fff;
        animation: 2s anim-lineUp ease-out 1;
        animation-delay: 0.5s;
        animation-fill-mode: forwards;
        opacity: 0;
        display: inline-block;
        border-radius: 4px;
        padding: 2px 10px;
        line-height: normal;
    }

@keyframes anim-lineUp {
    0% {
        opacity: 0;
        transform: translateY(80%);
    }

    20% {
        opacity: 0;
    }

    50% {
        opacity: 1;
        transform: translateY(0%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes showSomething {
    0% {
        background-color: transparent;
    }

    50% {
        background-color: #ffffff42;
        /*color: orange;*/
    }

    100% {
        background-color: transparent;
    }
}



.inside .whatsNew {
    width: 100%;
    margin: 0 auto 70px auto;
    display: block;
}

    .inside .whatsNew .newsBox { /* box per ogni news */
        display: inline-block;
        vertical-align: top;
        width: 160px;
        margin: 0 5px;
        background-color: #fff;
        cursor: pointer;
        padding: 0 0 5px 0;
        border-bottom: solid 1px transparent;
        transition: all ease 1s;
    }

        .inside .whatsNew .newsBox .imgBox {
            display: block;
            position: relative;
            margin: 0 auto;
            width: 100px;
            height: 100px;
            border-radius: 70px;
            background-repeat: no-repeat;
            background-size: cover;
            border: solid 12px #f5f5f5;
            transition: all ease 1.2s;
        }

            .inside .whatsNew .newsBox .imgBox span {
                position: absolute;
                display: block;
                background-color: #fff;
                text-align: center;
                vertical-align: middle;
                line-height: 20px;
                font-size: 20px;
                font-family: Goty_light;
                color: #333;
                bottom: -18px;
                right: -20px;
                width: 20px;
                height: 20px;
                border-radius: 20px;
                border: solid 8px #ebebeb;
                transition: all ease 0.5s;
            }

        .inside .whatsNew .newsBox span {
            display: block;
            font-size: 11px;
            line-height: 16px;
        }

        .inside .whatsNew .newsBox .catNews {
            font-family: Goty_bold;
            font-size: 15px;
            margin: 16px 0 2px 0;
        }

        .inside .whatsNew .newsBox:hover > .imgBox {
            border-color: #ccc;
        }

            .inside .whatsNew .newsBox:hover > .imgBox span {
                border-color: #aaa;
            }

        .inside .whatsNew .newsBox:hover {
            border-bottom: solid 1px #f2f2f2;
        }

#accessoriesSelection {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    width: 480px;
    height: 290px;
    margin-top: -145px;
    margin-left: -240px;
    z-index: 9999991;
    background-image: url(/images/4.jpg);
    background-size: cover;
    background-position: center center;
    border-radius: 15px;
    text-align: center;
}

    #accessoriesSelection p {
        font-size: 13px;
        font-family: 'Goty_bold';
        margin: 20px 0 20px 0;
    }

    #accessoriesSelection .box {
        display: flex;
        width: 100%;
        padding: 0;
        margin: 0;
    }

        #accessoriesSelection .box div {
            flex: 1;
            /*background-color: #c6c6c65e;*/
            width: calc(50% - 40px - 20px);
            padding: 10px 20px;
            margin: 0 10px;
            font-size: 14px;
            font-family: Goty;
            cursor: pointer;
            color: #fff;
        }

            #accessoriesSelection .box div img {
                width: 150px;
                max-width: 100%;
                border-radius: 100%;
                margin: 10px 0 0 0;
                opacity: 0.9;
            }

            #accessoriesSelection .box div:hover {
                color: #eeff10;
            }

                #accessoriesSelection .box div:hover > img {
                    opacity: 1;
                }

/* menu sezioni (macro) */
.menuSezione {
    width: calc(100% - (var(--insidePadding)*2));
    padding: 20px var(--insidePadding);
    height: 400px;
    background-color: #282828;
    background-image: url(/images/presentazione.jpg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    position: relative;
    /*background-size: cover;*/
}

    /*
.menuGradientMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 440px;
    background: linear-gradient(90deg, rgba(40,40,40,1) 39%, rgba(0,0,0,0) 91%);
}*/

    .menuSezione .menuContainer {
        min-height: 160px;
    }

    .menuSezione .burgerBox {
        position: relative;
        margin: 0 0 12px 1px;
        width: 25px;
        height: 20px;
        background-color: transparent;
        cursor: pointer;
    }

    .menuSezione #burger {
        z-index: 200;
        position: absolute;
        left: 2px;
        top: 9px;
        background: #aaa;
        height: 2px;
        width: 25px;
        cursor: pointer;
        transition: all 0.5s;
    }

        .menuSezione #burger:before {
            transition: all 0.5s;
            content: '';
            position: absolute;
            right: 0px;
            left: 0;
            top: -7px;
            background: #aaa;
            height: 2px;
            width: 25px;
        }

        .menuSezione #burger:after {
            transition: all 0.5s inline;
            content: '';
            position: absolute;
            right: 0px;
            left: 0;
            top: 7px;
            background: #aaa;
            height: 2px;
            width: 25px;
        }

        .menuSezione #burger.opened {
            background: #999;
            z-index: 200;
            transform: rotate(45deg);
            left: -3px;
        }

            .menuSezione #burger.opened:before {
                background: #999;
                transform: rotate(90deg);
                top: 0;
            }

            .menuSezione #burger.opened:after {
                display: none;
            }

    .menuSezione #menu_mobile {
        padding: 0 0 0 0;
        display: none;
    }



    .menuSezione .item {
        font-size: 14px;
        color: #ccc;
        display: block;
        width: 240px;
        margin: 0 0 0 0;
        padding: 5px 0;
        border-bottom: solid 1px #4d4d4d;
        cursor: pointer;
        font-family: Goty_light;
        text-transform: capitalize;
    }

        .menuSezione .item a {
            color: #ddd;
        }

            .menuSezione .item a:hover {
                color: #fff;
            }

        .menuSezione .item img {
            max-width: 20px;
            vertical-align: top;
            margin: 0 10px 0 0;
            top: -3px;
            position: relative;
            opacity: 0.7;
        }

        .menuSezione .item:hover > a {
            color: white;
        }

        .menuSezione .item:hover > img {
            opacity: 1;
        }

    .menuSezione .itemCat {
        width: 265px; /* era 240, aumentata per traduzione tedesco */
        font-size: 18px;
        font-family: Goty_light;
        color: #ffffff8f;
        display: table;
        background-color: transparent;
        border-radius: 4px;
        padding: 3px 0;
        margin: 0 0 0 0px;
        transition: all ease 0.3s;
        cursor: pointer;
    }

        .menuSezione .itemCat:nth-of-type(1) {
            margin-top: 50px;
        }

        .menuSezione .itemCat:hover {
            color: white;
        }

        .menuSezione .itemCat[mod~=active] {
            width: 230px;
            padding: 5px 10px;
            margin-left: -10px;
            color: #fff;
            font-family: Goty_bold;
            cursor: default;
        }

    .menuSezione .extraText {
        margin: 30px 0 0 0;
        color: #ffffff8f;
        font-size: 14px;
        font-family: Goty;
        line-height: 28px;
    }

        .menuSezione .extraText a {
            color: #9ac593;
            font-size: 18px;
        }

            .menuSezione .extraText a:hover {
                color: #6aad5f;
            }



.pageTitle {
    padding: 0;
    margin: 30px 0 18px 0;
    text-align: left;
    display: block;
    font-family: Goty_UltraLight;
    font-size: 40px;
    color: #000;
}

    .pageTitle h1 {
        padding: 0;
        margin: 30px 0 18px 0;
        text-align: left;
        display: block;
        font-family: Goty_UltraLight;
        font-size: 40px;
        font-weight: normal;
        color: #000;
        line-height: normal;
        background-color: transparent;
    }

    .pageTitle a {
        color: #fff;
    }

        .pageTitle a:hover {
            color: #fff;
            text-decoration: underline;
        }


#up_arrow {
    position: fixed;
    bottom: 70px;
    right: calc(var(--containerPadding) - 5px);
    max-width: 48px;
    display: none;
    z-index: 1986;
    cursor: pointer;
}

.lab_social, #social {
    display: none;
}



/* footer */

.pagewrap_footer {
    background-color: #292929;
    margin: 0px auto 0;
    padding: 0;
    max-width: 1920px;
}

#footer {
    display: block;
    width: calc(100% - (var(--insidePadding)*2));
    padding: 30px var(--insidePadding);
    margin: 0 auto;
    text-align: center;
    color: #fff;
    text-align: left;
    font-size: 0;
}

    #footer #one, #footer #two, #footer #three {
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 3);
        margin: 0;
        padding: 0;
        font-size: 12px;
        line-height: 18px;
    }

    #footer #one {
        margin-top: -3px;
    }

    #footer #two {
        text-align: center;
        margin: 6px 0 0 0;
    }

    #footer #three {
        text-align: right;
    }

    #footer a {
        color: #fff;
    }

        #footer a:hover {
            color: #ccc;
        }


    #footer .head {
        font-size: 14px;
        font-family: 'Goty_bold';
        line-height: 24px;
        margin: 0 0 20px 0;
    }

    #footer #one .extraLinks {
        display: none;
        margin: 0;
    }

    #footer #one span {
        display: block;
        text-transform: uppercase;
        padding: 5px 0;
    }

    #footer #two a img {
        max-height: 68px;
        margin: 0 3px 6px 3px;
        padding: 14px 7px;
        vertical-align: top;
        border: solid 1px #433a3a;
        border-radius: 6px;
        transition: all ease 0.6s;
    }

        #footer #two a img[mod~=active] {
            border: solid 1px #6b6b6b;
            background-color: #212020;
        }

    /* ripristina con Eureka Home */
    /*
    #footer #two a:nth-child(4) > img {
        padding: 8px 1px;
    }*/
    /* CANCELLA con Eureka Home */
    #footer #two a:nth-child(3) > img {
        padding: 14px 2px;
    }

    #footer #two img:hover {
        /*opacity: 0.8;*/
        border: solid 1px #6b6b6b;
    }

    #footer #one #footer_social {
        width: 100%;
        margin: 40px 0 0 0;
    }

        #footer #one #footer_social .social { /*social img */
            width: 100%;
            max-width: 24px;
            vertical-align: middle;
            margin: 0 4px 0 0;
            border: 0;
            cursor: pointer;
            opacity: 0.8;
        }

            #footer #one #footer_social .social:hover {
                opacity: 1;
            }

        #footer #one #footer_social .footerCertification {
            margin: 15px 0;
        }

            #footer #one #footer_social .footerCertification img {
                margin: 0 10px 0 0;
            }

#footer_social > a:nth-child(3) > img {
    margin: 0 12px 0 9px !important;
}

#div_copy {
}

#my_bottom_copy {
    width: 100%;
    text-align: right;
    font-size: 12px;
    padding: 5px 0 0 0;
    color: #aaa;
}

    #my_bottom_copy a {
        color: #aaa;
    }

        #my_bottom_copy a:hover {
            color: #eee;
        }

    #my_bottom_copy span {
        display: inline-block;
        margin: 0 0 0 10px;
    }



/* SCHEDE comune a tutte (news, plus, ecc.) */
#ctl07_content {
    margin: 35px 0 0 0;
}

.schedaTitle {
    text-align: left;
    margin: 70px 0 10px 0;
    font-family: Goty_UltraLight;
    font-size: 46px;
    font-weight: normal;
    color: #000;
    text-transform: capitalize;
    background-color: transparent;
    padding: 0;
    line-height: normal;
}

.schede_left {
    float: left;
    width: 70%;
    padding: 0px 0;
    text-align: left;
}

.schede_right {
    float: left;
    width: calc(30% - 40px);
    padding: 80px 0 80px 40px;
}


.schede_left .scheda_date {
    font-size: 10px;
    font-family: 'Goty_bold';
}

.schede_left .scheda_title {
    font-size: 18px;
    margin: 5px 0 10px 0;
    color: #000;
    line-height: 24px;
    font-weight: normal;
    font-family: 'Goty_bold';
    position: relative;
}

    .schede_left .scheda_title img { /*solo per plus*/
        position: absolute;
        top: -30px;
        right: 0;
    }

.schede_left .scheda_s_title {
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-family: Goty;
    margin: 0 0 10px 0;
}

.schede_left .desc {
    font-size: 16px;
    font-family: Goty_light;
    margin: 0 0 100px 0;
}

.schede_left .schedaMore {
    display: flex;
    margin: 30px 0 0 -10px;
    border-left: solid 0px #eee;
    border-bottom: solid 0px #eee;
    box-shadow: #f9f9f9 -8px 11px 10px 0px;
}

    .schede_left .schedaMore p { /* titolo more */
        flex: 1;
        display: inline-block;
        margin: 0px 10px 10px 10px;
        background-color: transparent;
        font-family: Goty_light;
        font-size: 16px;
        text-transform: capitalize;
    }

    .schede_left .schedaMore div { /* contenuto more */
        flex: 4;
        display: inline-block;
        margin: 0px 10px 10px 10px;
        background-color: transparent;
        font-family: Goty_bold;
        font-size: 15px;
        text-transform: capitalize;
        cursor: pointer;
    }

        .schede_left .schedaMore div span {
            display: inline-block;
            margin: 0 10px 10px 0;
            padding: 1px 8px;
            background-color: #f4f4f4;
            color: #555;
            border-radius: 2px;
        }

            .schede_left .schedaMore div span:hover {
                background-color: #eee;
                color: #111;
            }

.schede_left .grafici {
    width: 100%;
    display: flex;
    margin: 0 0 30px 0;
}

.schede_left .graficoTitle {
    font-weight: 700;
}

.schede_left .grafici div:nth-of-type(1) { /* foto grafico a sinistra */
    flex: 2;
}

.schede_left .grafici div:nth-of-type(2) { /* didascalie a destra */
    flex: 1;
    background-color: #f7f7f7;
    padding: 10px;
    display: block;
    font-size: 0;
}

    .schede_left .grafici div:nth-of-type(2) p { /* tutti i P didascalie  */
        font-size: 12px;
        line-height: 14px;
        margin: 0 0 15px 0;
    }

        .schede_left .grafici div:nth-of-type(2) p:nth-child(odd) { /* colonna per pallino (P odd) */
            display: inline-block;
            vertical-align: top;
            width: 20px;
        }

            .schede_left .grafici div:nth-of-type(2) p:nth-child(odd) pallino {
                width: 10px;
                height: 10px;
                display: inline-block;
                background-color: red;
                border-radius: 10px;
                margin-left: 3px;
            }

        .schede_left .grafici div:nth-of-type(2) p:nth-child(even) { /* colonna per testi (P even) */
            width: calc(100% - 20px);
            display: inline-block;
            vertical-align: top;
        }

            .schede_left .grafici div:nth-of-type(2) p:nth-child(even) span {
                font-weight: 700;
                display: block;
                margin: 0 0 5px 0;
            }

        .schede_left .grafici div:nth-of-type(2) p t {
        }

.schede_left .grafici div img {
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.schede_left .halfSchedaGallery {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

    .schede_left .halfSchedaGallery:nth-of-type(2) {
        float: right;
        text-align: right;
        padding: 38px 0 0 0;
    }

    .schede_left .halfSchedaGallery div {
        margin: 20px 0 0 0;
        font-family: Goty_bold;
        font-size: 14px;
        color: #6bbe6b;
    }

    .schede_left .halfSchedaGallery span {
        display: block;
        font-style: italic;
        color: #5f5f5f;
        font-size: 14px;
    }

.schede_left .PlusMacineTitle {
    font-family: Goty_bold;
    font-size: 15px;
    color: #333;
    line-height: 15px;
    display: table;
    margin: 30px 0 0 0;
    background-color: #ebebeb;
    padding: 8px 14px;
}

.schede_left .PlusMacineDesc {
    margin: 0 0 0 0;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-family: Goty;
}

    .schede_left .PlusMacineDesc p {
        margin: 0 0 10px 0;
    }

.schede_left .Plus_hr {
    margin: 30px 0;
    height: 1px;
    border: 0;
    background-color: #e1e1e1;
}

.schede_right .allNews {
    position: sticky;
    top: 0px;
    width: calc(100% - 20px);
    padding: 10px;
    background-color: #f7f7f7;
    text-align: left;
    box-shadow: #ededed -8px 11px 10px 0px;
}

    .schede_right .allNews .striscia {
        margin: 0 0 20px 0;
        font-family: Goty_light;
        font-size: 18px;
        color: #000;
        text-align: center;
    }

.schede_right .othersBlock {
    width: 100%;
    padding: 10px 0;
    border-bottom: solid 1px #fff;
    cursor: pointer;
}

    .schede_right .othersBlock:last-child {
        border-bottom: solid 0px #ddd;
    }

    .schede_right .othersBlock .div_cat_img {
        float: left;
        width: 30%;
        margin: 0 0 0 0;
        position: relative;
    }

        .schede_right .othersBlock .div_cat_img img {
            display: block;
            position: relative;
            margin: 0 auto;
            width: 60px;
            height: 60px;
            border-radius: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            border: solid 8px #ffffff;
            transition: all ease 0.6s;
        }

            .schede_right .othersBlock .div_cat_img img[mod~=accessori] {
                border-radius: 0;
            }

            .schede_right .othersBlock .div_cat_img img[mod~=black_diamond_burrs] {
                border-radius: 0;
                height: auto;
            }

        .schede_right .othersBlock .div_cat_img .video_icon {
            position: absolute;
            display: unset;
            margin: 0 0;
            border-radius: 0;
            border: 0;
            z-index: 10;
            top: 50%;
            left: 50%;
            width: 32px;
            height: 32px;
            margin-top: -16px;
            margin-left: -16px;
            cursor: pointer;
        }

    .schede_right .othersBlock .div_cat_title {
        float: left;
        width: 66%;
        margin: 0 0 0 2%;
    }

        .schede_right .othersBlock .div_cat_title span { /* date */
            display: block;
            margin: 0 0 0 0;
            font-family: Goty_light;
            font-size: 10px;
            color: #000;
        }

        .schede_right .othersBlock .div_cat_title a { /* title*/
            font-family: Goty_bold;
            font-size: 15px;
            color: #333;
            line-height: 15px;
            transition: all ease 0.4s;
        }

            .schede_right .othersBlock .div_cat_title a t { /* title per accessori*/
                text-transform: capitalize;
            }

        .schede_right .othersBlock .div_cat_title p { /* subtitle */
            margin: 3px 0 0 0;
            font-family: Goty;
            font-size: 11px;
            line-height: 13px;
        }

    .schede_right .othersBlock:hover > .div_cat_img img {
        border-color: #e5e5e5;
    }

    .schede_right .othersBlock:hover > .div_cat_title a {
        color: #000;
    }

.stickyNeeded {
    height: 800px;
    clear: both;
}


.div_cat_img:hover .video_icon {
    opacity: 0.7;
}



/* CATALOGO LISTING ------------------------------------------ */

#listingContainer {
    width: 100%;
    display: flex;
}

.all_filters {
    width: calc(100% - 10px);
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 52px 0 0px 0px;
    /*background-color: #f2f2f2;*/
    font-family: Goty_light;
    font-size: 18px;
    color: #000;
    flex: 1;
}

    .all_filters .filteringTitle {
        margin: 30px 0 5px 0;
        font-family: Goty_bold;
        font-size: 16px;
    }


    .all_filters p {
        display: block;
        margin: 3px 0;
    }

    .all_filters input[type=radio] {
        position: absolute;
        opacity: 0;
    }

    .all_filters label {
        font-family: Goty;
        font-size: 14px;
    }

        .all_filters label:before {
            content: "";
            background: white;
            border-radius: 100%;
            border: 1px solid #8b8b8b;
            display: inline-block;
            width: 13px;
            height: 13px;
            position: relative;
            margin-right: 6px;
            vertical-align: top;
            top: 4px;
            cursor: pointer;
            text-align: center;
            transition: all 250ms ease;
        }

    .all_filters input[type="radio"]:checked + label:before {
        background: url(/images/buttons/radioInside.png);
    }

    .all_filters input[type="radio"]:checked + label {
        font-family: Goty_bold;
    }

    .all_filters p.macineDiametro { /* eccezioni per macineDiametro */
        margin: 3px 0 0 17px;
    }

        .all_filters p.macineDiametro label {
            font-family: Goty;
            font-size: 14px;
            cursor: pointer;
            padding: 2px 4px;
        }

            .all_filters p.macineDiametro label:hover {
                background-color: #f2f2f2;
            }

            .all_filters p.macineDiametro label:before {
                display: none;
            }

        .all_filters p.macineDiametro input[type="radio"]:checked + label {
            background-color: #ddd;
            font-family: Goty;
        }




    .all_filters input[type=button] { /* tasto reset */
        background-color: transparent;
        color: #000;
        font-weight: normal;
        font-size: 16px;
        padding: 5px 0;
        cursor: pointer;
        margin: 40px 0;
        border: 0;
        border-top: solid 1px #555;
        border-bottom: solid 1px transparent;
        appearance: none;
        outline: none;
        font-family: Goty_light;
        transition: all ease 0.4s;
    }

        .all_filters input[type=button]:hover {
            padding: 5px 5px;
            border: solid 1px #555;
            background-color: #f8f8f8;
        }



.all_products {
    width: calc(100% - 40px);
    padding: 30px 0 0 40px;
    margin: 0 auto;
    text-align: left;
    font-family: Goty_light;
    flex: 5;
}


    .all_products ul {
        width: 100%;
        margin: 0 0 50px 0;
        padding: 0;
    }

        .all_products ul li {
            position: relative;
            /*width: calc(((100% - 30px) / 3) - 10px);*/
            width: calc((100% - 30px - 30px) / 3);
            display: inline-block;
            vertical-align: top;
            padding: 0 0 0 0;
            background-color: #fff;
            margin: 10px 15px 5px 0;
            border: solid 5px #fff;
            border-radius: 15px;
            box-shadow: #f1f1f1 0px 0px 9px 2px;
            transition: all ease-in 0.3s;
            transition-delay: 0.2s;
        }

            .all_products ul li:nth-child(3n) {
                margin: 10px 0px 5px 0;
            }

            .all_products ul li:hover {
                border: solid 5px #e7e7e7;
            }



        .all_products ul .liCategoriaAccessori {
            margin: 0 0 18px 0;
            font-family: Goty_UltraLight;
            font-size: 40px;
            color: #000;
        }

            .all_products ul .liCategoriaAccessori:hover {
                background-color: transparent;
            }

    .all_products .categoriaTitle {
        margin: 0 0 18px 0;
        font-family: Goty_UltraLight;
        font-size: 40px;
        font-weight: normal;
        color: #000;
        text-align: left;
        background-color: transparent;
        padding: 0;
        line-height: normal;
    }

    .all_products .divImg {
        width: 70%;
        max-width: 150px;
        /*height: 250px;*/
        margin: 20px auto;
        text-align: center;
        padding: 0;
        vertical-align: top;
        /*position: relative;*/
    }

        .all_products .divImg[mod~=accessori] {
            height: unset;
        }

        .all_products .divImg img {
            width: 100%;
            padding: 0 0 0 0;
        }

    .all_products .gamma {
        width: 100%;
        text-align: center;
        font-family: Goty_bold;
        font-size: 14px;
        text-transform: capitalize;
    }

        .all_products .gamma hr {
            display: block;
            width: 30px;
            height: 2px;
            background-color: #aaa;
            border: 0;
            border-radius: 2px;
            transition: all ease 0.4s;
        }

    .all_products ul li:hover > .gamma hr {
        width: 45px;
        background-color: #555;
    }

    .all_products .divTitle {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        font-size: 18px;
        line-height: 20px;
        font-family: 'Goty_bold';
        text-transform: capitalize;
    }

        .all_products .divTitle[mod~=accessori] {
            width: calc(100% - 20px);
            padding: 0 10px;
            height: 50px;
            line-height: 22px;
        }

        .all_products .divTitle a {
            color: black;
        }

    .all_products .divDescrizione {
        width: 80%;
        margin: 10px auto 30px auto;
        height: 30px;
        line-height: 15px;
        overflow: hidden;
        text-align: center;
    }

    .all_products .divComparatore {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-family: 'Goty';
    }

        .all_products .divComparatore .addAndCompare {
            display: flex;
            margin: 10px 0 20px 0;
        }

            .all_products .divComparatore .addAndCompare p {
                display: inline-block;
                margin: 0;
                padding: 0;
                font-size: 11px;
                flex: 4;
            }

                .all_products .divComparatore .addAndCompare p:nth-child(1) { /* aggiungi a comparatore */
                    text-align: right;
                    cursor: pointer;
                    white-space: nowrap;
                }

                .all_products .divComparatore .addAndCompare p:nth-child(2) { /* barretta | */
                    flex: 1;
                    color: #9ea9aa;
                }

                .all_products .divComparatore .addAndCompare p:nth-child(3) { /* compara */
                    text-align: left;
                    white-space: nowrap;
                }

                .all_products .divComparatore .addAndCompare p span.addTo, .all_products .divComparatore .addAndCompare p span.compare { /* tastini */
                    display: inline-block;
                    margin: 0 0 0 5px;
                    text-align: center;
                    padding: 3px 0 0 0;
                    vertical-align: top;
                    position: relative;
                    top: -3px;
                    width: 20px;
                    height: 17px;
                    background-color: #9ea9aa;
                    color: #fff;
                    font-size: 13px;
                    border-radius: 100%;
                }

                .all_products .divComparatore .addAndCompare p span.compare {
                    margin: 0 5px 0 0;
                }

                .all_products .divComparatore .addAndCompare p:nth-child(1):hover > span.addTo {
                    background-color: #666;
                }

    .all_products .novita {
        position: absolute;
        top: 15px;
        right: 15px;
        padding: 3px 6px;
        /* background-color: gold; */
        border: solid 1px #d5d5d5;
        display: inline-block;
        font-size: 9px;
        font-family: 'Goty_bold';
        color: #adadad;
        border-radius: 14px;
    }

    .all_products .hot {
        position: absolute;
        top: 15px;
        left: 15px;
        width: 50px;
        height: 50px;
        /*padding: 8px 0 0 0;*/
        /*background-color: orange;*/
        display: inline-block;
        font-size: 9px;
        font-family: 'Goty_bold';
        color: #fff;
        /*border-radius: 14px;*/
        /*box-shadow: #737373 0px 0px 11px;*/
        background-repeat: no-repeat;
        background-size: contain;
    }

/* comparatore */
.comparator {
    position: fixed;
    max-width: unset;
    width: calc(100% - 20px);
    background-color: #f3f3f3;
    color: #000;
    font-size: 14px;
    font-family: Goty;
    padding: 10px;
    border-radius: 15px 4px 4px 4px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: default;
    max-height: 90%;
    overflow-y: scroll;
    z-index: 9999999;
    scrollbar-color: #b7b7b7 transparent; /*scrollbars for firefox*/
    scrollbar-width: auto;
}

    .comparator::-webkit-scrollbar { /* scrollbars for Chrome/Edge/Safari */
        width: 8px;
        padding: 3px;
    }

    .comparator::-webkit-scrollbar-track {
        background: transparent;
    }

    .comparator::-webkit-scrollbar-thumb {
        background-color: #b7b7b7;
        border-radius: 20px;
        border: 1px solid #ffffff;
    }

    .comparator .closing {
        position: absolute;
        top: 15px;
        left: 15px;
        cursor: pointer;
        z-index: 99999991;
    }

        .comparator .closing:hover {
            opacity: 0.8;
        }

.flex_table {
    display: flex;
    width: 100%;
    position: relative;
}

    .flex_table > div {
        background-color: #fff;
        margin: 5px;
        padding: 10px;
        flex: 1;
    }

        .flex_table > div p {
            display: block;
            vertical-align: top;
            margin: 0;
            padding: 0 0 0 0;
            border-bottom: dotted 1px #f1f1f1;
            height: 34px; /* height e line height servono per lo span con vertical-align:middle e line-height più piccolo */
            max-height: 34px;
            line-height: 34px;
            overflow: hidden;
        }

            .flex_table > div p span {
                display: inline-block;
                vertical-align: middle; /* (***) */
                line-height: 14px;
            }

        .flex_table > div.intestazioni {
            background-color: transparent;
            font-family: Goty_bold;
            text-align: right;
            flex: 1;
        }

            .flex_table > div.intestazioni p {
                border-bottom: dotted 1px transparent;
            }



        .flex_table > div p.compTitolo {
            border-bottom: dotted 1px transparent;
            font-size: 18px;
            line-height: 20px;
            font-family: 'Goty_bold';
            text-transform: capitalize;
        }

        .flex_table > div p.immagine {
            height: 130px;
            max-height: 130px;
            border-bottom: dotted 1px transparent;
        }

            .flex_table > div p.immagine img {
                max-height: 120px;
                vertical-align: top;
            }

        .flex_table > div p.gamma {
            width: 100%;
            text-align: center;
            font-family: Goty_bold;
            font-size: 14px;
            text-transform: capitalize;
        }



/* CATALOGO SCHEDA*/
.intro_title {
    text-align: left;
}

    .intro_title span {
        color: #000;
        font-family: Goty_bold;
        font-size: 18px;
        text-transform: capitalize;
        cursor: pointer;
    }

        .intro_title span:hover {
            color: #555;
        }

.product {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 0;
    font-size: 0;
}

    .product .left, .product .right, .product .left2, .product .right2 {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        text-align: left;
        min-height: 200px;
        font-family: Goty;
        font-size: 14px;
        color: #000;
    }

    .product .left {
        position: relative;
    }

        .product .left .title {
            position:relative;
            z-index:11;
            margin: 30px 0 10px 0;
            font-family: Goty_UltraLight;
            font-size: 46px;
            font-weight: normal;
            color: #000;
            text-transform: capitalize;
            text-align: left;
            background-color: transparent;
            padding: 0;
            line-height: normal;
        }

        .product .left .modalita {
            font-family: Goty_light;
            font-size: 16px;
            text-transform: uppercase;
        }

        .product .left .imgForMobile {
            display: none;
        }

        .product .left .intesta {
            margin: 40px 0 10px 0;
            font-family: Goty_bold;
            font-size: 18px;
            text-transform: capitalize;
        }

        .product .left p {
            margin: 5px 0;
        }

            .product .left p a {
                color: black;
                font-weight:600;
            }

                .product .left p a:hover {
                    color: #555;
                }
            /*
                .product .left p a img {
                    vertical-align: middle;
                    margin:0 5px 0 0;
                    width:20px;
                }*/

        .product .left .divPlus {
            width: auto;
            max-width:90%;
            border-bottom: dashed 1px #efefef;
        }

        .product .left .divPlusMore {
            max-width: 90%;
            border-bottom: dashed 1px #efefef;
        }

        .product .left p.imgPlus {
            width: calc(50px - 2px - 2px);
            margin-left: -4px;
            padding: 0 0 0 2px;
            display: inline-block;
            text-align: left;
            vertical-align: top;
            border-left: solid 2px #fff;
            transition: all ease-in 0.4s;
        }

                .product .left p.imgPlus img {
                    vertical-align: middle;
                    width: 40px;
                }

            .product .left p.textPlus {
                max-width: 80%;
                display: inline-block;
                vertical-align: top;
                color: #666;
                padding-top:4px;
            }

                .product .left p.textPlus a {
                    display: block;
                }

                .product .left p.textPlus[mod~=morePlus] {
                    color: black;
                }

        .product .left .certificazioni img {
            margin: 0 10px 0 0;
        }

        .product .left .utilitiesLinks {
            margin: 30px 0 0 0;
            width: auto;
            display: table;
            font-family: Goty_light;
        }

            .product .left .utilitiesLinks div {
                width: 100%;
                border-top: solid 2px #eee;
                padding: 7px 0;
                text-transform: capitalize;
                cursor: pointer;
                transition: all ease 0.4s;
            }

                .product .left .utilitiesLinks div:last-of-type {
                    border-bottom: solid 2px #eee;
                }

                .product .left .utilitiesLinks div:hover {
                    background-color: #f8f8f8;
                }

        .product .left .configura {
            background-color: #000;
            color: white;
            padding: 7px 25px;
            margin: 20px 0 0 0;
            display: inline-block;
            font-family: Goty_bold;
            font-size: 18px;
            text-transform: capitalize;
            transition: all 0.3s;
            cursor: pointer;
        }

            .product .left .configura:hover {
                background-color: #333;
                padding: 7px 30px;
            }

        .product .left .warrantyMobile {
            display:none;
        }


    .product .right {
        border-bottom: solid 0px #eee;
        position: relative;
    }

        .product .right .warrantyDesktop {
            position: absolute;
            top: 30px;
            right: -60px;
            z-index: 10;
            width: auto;
        }

        .product .right .photos {
            width: 100%;
        }

            .product .right .photos img {
                max-width: 100%;
            }


    /* secondo blocco scheda (schede tecniche + colori) */

    .product .left2, .product .right2 {
        width: calc((100% - 30px) / 2);
    }

    .product .left2 {
        margin-right: 15px;
    }

    .product .right2 {
        margin-left: 15px;
    }

        .product .left2 .intesta, .product .right2 .intesta {
            width: 100%;
            margin: 40px 0 10px 0;
            padding: 8px 0;
            border-bottom: solid 1px #ccc;
            font-family: Goty_bold;
            font-size: 18px;
            text-transform: capitalize;
        }

        .product .left2 .column, .product .right2 .column {
            display: inline-block;
            width: 50%;
            vertical-align: top;
        }

    .product .left2 .item {
        margin: 8px 0 40px 0;
        line-height: 22px;
    }

        .product .left2 .item .head {
            margin: 0 0 8px 0;
            font-family: Goty;
            font-size: 13px;
        }

        .product .left2 .item .values {
            font-family: Goty_bold;
            font-size: 13px;
        }

            .product .left2 .item .values span {
                font-family: Goty;
                white-space: nowrap;
            }




    .product .right2 p { /* intestazione colori  */
        margin: 10px 0;
        font-size: 14px;
        font-family: 'Goty_bold';
        text-transform: capitalize;
    }

    .product .right2 .colori_lines {
        margin: 5px 0;
        font-size: 13px;
    }

    .product .right2 .color {
        width: 13px;
        height: 13px;
        margin: 0 5px 0 0;
        border: solid 1px transparent;
        display: inline-block;
        vertical-align: middle;
        border-radius: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }

.prodottoDesc {
    text-align: center;
    width: calc(100% - 40px);
    margin: 60px auto;
    padding: 10px 20px;
    border-top: solid 0px;
    border-bottom: solid 0px;
    background-color: #f2f2f2;
    color: #535353;
    font-size: 14px;
    line-height: 20px;
    /*
    border-radius: 15px;
    box-shadow: #f9f9f9 0px 0 7px 12px;*/
}

    .prodottoDesc strong {
        font-family: Goty;
        /*color: #444;*/
    }

    .prodottoDesc .descSottotitolo {
        font-family: Goty_light;
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 20px 0;
        font-family: Goty_bold;
        font-size: 18px;
    }

.intestaBig {
    margin: 80px 0 20px 0;
    font-family: Goty_UltraLight;
    font-size: 34px;
    color: #000;
    text-align:left;
}

.accessoriProdotto {
    list-style-type: none;
    width: calc(100% + 20px);
    text-align:left;
    margin: 0 0 0 -10px;
    padding: 0;
    font-size: 0;
    /*background-color:red;*/
}

    .accessoriProdotto li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc((100% - 100px) / 5);
        /*margin: 0 20px 20px 0;*/
        margin: 0 10px 20px 10px;
        font-size: 13px;
        border-radius: 15px;
        box-shadow: #f9f9f9 0px 0px 10px 8px;
        cursor: pointer;
    }

        .accessoriProdotto li:nth-child(5n) {
            /*margin: 0 0 20px 0;*/
        }

        .accessoriProdotto li div {
            width: 100%;
            height: 200px;
            margin: 15px 0 0 0;
            background-color: #fff;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center center;
        }

        .accessoriProdotto li p {
            width: calc(100% - 20px);
            height: 40px;
            margin: 0 0;
            padding: 10px;
            background-color: #eee;
            font-size: 15px;
            line-height: 17px;
            font-family: 'Goty_bold';
            text-transform: capitalize;
            color: #535353;
        }

        .accessoriProdotto li:hover > p {
            background-color: #f2f2f2;
            color: #000;
        }

/* pagine TAGS */
.tagHeader {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0;
    min-height: 440px;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    background-color: #282828;
}

    .tagHeader .tagHeaderTextContainer {
        position: absolute;
        width: calc(50% - var(--insidePadding));
        padding: 0 0 0 var(--insidePadding);
        margin: 0;
        top: 40%;
        text-shadow: 1px -1px 6px black;
    }

        .tagHeader .tagHeaderTextContainer h1 {
            font-size: 46px;
            font-weight: normal;
            color: #fff;
            line-height: 48px;
            margin: 0 0 20px 0;
            font-family: Goty_UltraLight;
            text-transform: capitalize;
            text-align: left;
            background-color: transparent;
            padding: 0;
        }

        .tagHeader .tagHeaderTextContainer div {
            font-size: 20px;
            color: #fff;
            line-height: 24px;
            font-family: Goty_light;
        }

.tagContainer {
    width: calc(100% - 20px);
    display: flex;
    padding: 20px 10px;
    background-color: #f2f2f2;
    margin: 0 0 10px 0;
    border-radius: 15px;
}

    .tagContainer .column1 { /* colonna logo */
        flex: 1;
    }

        .tagContainer .column1 img {
            max-height: 126px;
        }

    .tagContainer .column2 { /* colonna dati */
        flex: 5;
        text-align: left;
        display: flex; /* a sua volta ha display:flex, per le sottocolonne */
    }

        .tagContainer .column2 .subColumn { /* sottocolonne su colonna dati, tutte paritarie (flex:1) */
            flex: 1;
        }

        .tagContainer .column2 span {
            display: block;
            margin: 6px 10px 6px 0;
            text-transform: capitalize;
            font-family: Goty_light;
        }

            .tagContainer .column2 span.heads {
                margin: 5px 0;
                font-family: Goty_bold;
                padding: 0 0 10px 0;
                border-bottom: solid 1px #ffffff59;
                color: #fff;
            }

            .tagContainer .column2 span a {
                color: white;
            }

                .tagContainer .column2 span a:hover {
                    color: #eee;
                }


/* Plus listing */
.plusIntro {
    text-align: left;
    margin: 40px 0;
}

    .plusIntro h1 {
        margin: 0px 0 10px 0;
        font-family: Goty_UltraLight;
        font-size: 40px;
        font-weight: normal;
        text-align: left;
        background-color: transparent;
        color: #000;
        padding: 0;
        line-height: normal;
    }

    .plusIntro p {
        margin: 0 0;
        font-family: Goty_light;
        font-size: 20px;
        color: #000;
    }

.plusUl {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

    .plusUl li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc((100% - 90px - 160px) / 4);
        padding: 20px;
        margin: 0 30px 30px 0;
        background-color: #f2f2f2;
        transition: all ease 0.4s;
        border-radius: 0;
        cursor: pointer;
        box-shadow: #f3f3f3 10px 10px 10px;
    }

        .plusUl li:nth-of-type(4n) {
            margin: 0 0 30px 0;
        }

        .plusUl li p {
            width: calc(100% - 50px);
            padding: 0 50px 0 0;
            margin: 0 0 20px 0;
            font-size: 15px;
            line-height: 17px;
            font-family: 'Goty_bold';
            color: #000;
        }

        .plusUl li img {
            position: absolute;
            top: 10px;
            right: 10px;
            max-width: 40px;
        }

        .plusUl li:hover {
            box-shadow: #ddd 10px 10px 10px;
        }

/* Value Proposition = Filosofia = Presentazione */
.valueBack {
    color: #000;
    font-family: Goty_bold;
    font-size: 18px;
    text-transform: capitalize;
    cursor: pointer;
    text-align: left;
}

.valueProposition {
    width: 100%;
    text-align: left;
    min-height: 200px;
}

    .valueProposition .block1, .valueProposition .block2 {
        width: calc(100% - 0);
        padding: 0 0;
        text-align: left;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: 100%; /* background a destra */
        min-height: 300px;
        height: auto;
    }

    .valueProposition .block2 { /* background a sinistra */
        background-position-x: 0;
        margin: 20px 0 60px 0;
    }

    .valueProposition .title {
        margin: 40px 0 10px 0;
        font-family: Goty_UltraLight;
        background-color: #fff;
        font-size: 40px;
        line-height: 42px;
        color: #000;
        width: auto;
        max-width: 50%;
        padding: 0;
        text-align: left;
        font-weight: normal;
    }

    .valueProposition .subtitle {
        margin: 10px 0;
        font-family: Goty_light;
        background-color: #efefef;
        font-size: 18px;
        line-height: 24px;
        color: #000;
        width: auto;
        max-width: 50%;
        padding: 20px;
        clear: left;
        float: left;
        /*box-shadow: #d9d9d9 6px 5px 14px 0px;*/
        border-radius: 0;
    }

    .valueProposition .desc {
        width: calc(60% - 40px);
        padding: 20px;
        clear: both;
        float: right;
        font-size: 14px;
        line-height: 20px;
        font-family: Goty;
        color: #ccc;
        background-color: #000000d9;
        border-radius: 0 0 0 0;
        box-shadow: darkgrey 10px 10px 10px;
    }

div:nth-child(4) > div.desc {
    width: calc(50% - 40px);
    padding: 20px;
    border-radius: 0 0px 20px 0px;
}

.valueProposition .desc strong {
    font-family: Goty_bold;
    color: #eee;
}

/* log e aree riservate */
.logIntro {
}

    .logIntro .title {
        margin: 30px 0 80px 0;
        font-family: Goty_UltraLight;
        font-size: 46px;
        font-weight: normal;
        text-align: left;
        color: #000;
        text-transform: capitalize;
        background-color: transparent;
        padding: 0;
        line-height: normal;
    }

    .logIntro span {
        color: #000;
        font-family: Goty_bold;
        font-size: 18px;
        text-transform: capitalize;
        cursor: pointer;
    }

.welcome {
    text-align: left;
    position: relative;
    font-family: 'Goty_bold';
    font-size: 20px;
    margin: 20px 0 30px 0;
}

.theOtherPrivateArea {
    float: right;
    display: inline-block;
    margin: 0 0px 0 20px;
    padding: 8px 10px;
    background-color: #b71817;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
}

    .theOtherPrivateArea[mod~=oro] {
        background-color: #262626;
        color: #c1a05a;
    }

    .theOtherPrivateArea[mod~=reclami] {
        background-color: #2492d7;
    }

    .theOtherPrivateArea:hover {
        background-color: #333;
    }

.intestaAreaRiservata {
}

.olPrivateArea { /* OL ordered list */
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin: 0px 0 0 0;
    padding: 0 0 0 2%;
    font-size: 14px;
    text-align: left;
    list-style: none;
    /*background-color: lightgoldenrodyellow;*/
}

    .olPrivateArea li {
        width: 90%;
        padding: 0 10% 0 0;
        margin: 5px 0 5px -20px;
    }

        .olPrivateArea li::before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 8px;
            height: 8px;
            margin-right: 10px;
            background-color: #454545;
            border-radius: 2px;
        }

        .olPrivateArea li a {
            color: black;
        }

            .olPrivateArea li a:hover {
                text-decoration: underline;
            }

    .olPrivateArea div { /* intestazione categorie files */
        font-size: 18px;
        margin: 18px 0px 4px -20px;
        font-family: Goty;
        background-color: #f2f2f2;
        display: table;
        padding: 2px 5px;
    }

    .olPrivateArea span {
        display: block;
        margin: 0 0 0 20px;
        color: #999;
        font-size: 10px;
        white-space: nowrap;
    }

.olPrivateAreaTroubleshooting {
    display: inline-block;
    width: calc(50% - 20px);
    margin: 20px 0 0 0;
    padding: 0px 10px 0 10px;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    background-color: #f7f7f7;
    border-radius: 10px;
    box-shadow: #dddddd -7px 13px 10px;
}

    .olPrivateAreaTroubleshooting div {
        font-size: 14px;
        margin: 18px 0px 4px 0px;
        font-family: Goty_bold;
        text-transform: capitalize;
    }

/* CONFIGURATORE */
.container_configuratore {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    display: none;
    z-index: 9999999;
    width: 96%;
    padding: 2% 2% 0 2%;
    font-size: 130%;
    background-color: #ddd;
}

    .container_configuratore .close {
        position: absolute;
        right: 2%;
        top: 2%;
        cursor: pointer;
    }

    .container_configuratore .the_left {
        display: inline-block;
        width: 33%;
        margin: 2% 0;
        vertical-align: top;
        background-color: transparent;
        text-align: left;
    }

    .container_configuratore .the_right {
        display: inline-block;
        width: 65%;
        margin: 2% 2% 0 0;
        vertical-align: top;
        text-align: center;
        min-height: 652px;
        height: 652px;
        position: relative;
    }


    .container_configuratore .the_left div span {
        width: 8%;
        padding: 1% 0;
        font-size: 90%;
        font-weight: bold;
        display: inline-block;
        color: #fff;
        border: solid 1px #fff;
        text-align: center;
        vertical-align: middle;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        -moz-border-radius: 20px;
    }

        .container_configuratore .the_left div span.active_span {
            color: black;
            border-color: black;
        }

    .container_configuratore select {
        width: 80%;
        padding: 2% 3%;
        margin: 0 0 6% 3%;
        border: solid 0px #666;
        background-color: #fff;
        font-size: 100%;
        font-style: normal;
        background-image: url(/images/buttons/down1_off.png);
        background-repeat: no-repeat;
        background-position: 96% 50%;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        -moz-border-radius: 7px;
    }

    .container_configuratore .active {
        background-color: #999;
        background-image: url(/images/buttons/down1.png);
        font-style: normal;
    }

    .container_configuratore #more_data {
        padding: 3% 8%;
        margin: 2% 0 0 0;
        width: 77%;
        font-size: 90%;
        display: none;
        background-color: lightgray;
        -webkit-border-radius: 0 8px 0 8px;
        border-radius: 0 8px 0 8px;
        -moz-border-radius: 0 8px 0 8px;
    }

    .container_configuratore select[mod~="more_data"] {
        width: 100%;
        padding: 1.5% 2%;
        margin: 0.5% 0 2% 0;
        border: solid 0px #666;
        background-color: whitesmoke;
        font-size: 90%;
        font-style: normal;
        background-image: url(/images/buttons/down_arrow.png);
        background-repeat: no-repeat;
        background-position: 98% 50%;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -moz-border-radius: 3px;
    }



    .container_configuratore .reset {
        display: inline-block;
        padding: 1.5% 3%;
        margin: 7% 7% 0 0;
        float: left;
        background-color: #eee;
        color: #000;
        font-size: 80%;
        display: none;
        -webkit-border-radius: 0 5px 0 5px;
        border-radius: 0 5px 0 5px;
        -moz-border-radius: 0 5px 0 5px;
        cursor: pointer;
    }

        .container_configuratore .reset:hover {
            border: solid 0px #fff;
            background-color: #fff;
            color: #000;
        }

    .container_configuratore .codice_lbl {
        padding: 0;
        text-align: center;
        border: solid 0px #666;
        color: #333;
        font-size: 80%;
        margin: 20px 0 0 0;
    }

#codice_generato {
    margin: 5px 0 0 0;
    font-size: 110%;
    color: black;
    font-weight: bold;
    text-align: center;
}

.container_configuratore select option {
    background-color: #fff;
    color: #000;
    font-style: normal;
}

    .container_configuratore select option[value="0"] {
        background-color: #fff;
        font-style: italic;
        color: #888;
    }

.container_configuratore .the_right #config_loader {
    position: absolute;
    width: 100%;
    max-width: 60px;
    top: 0;
    left: 0;
    z-index: 99999999;
    display: none;
}

.container_configuratore .the_right #prodotto {
    background-color: #fff;
    display: none;
    border: solid 0px yellow;
    position: relative;
    -webkit-border-radius: 0 20px 0 20px;
    border-radius: 0 20px 0 20px;
    -moz-border-radius: 0 20px 0 20px;
}

    .container_configuratore .the_right #prodotto img {
        width: 100%;
        max-width: 400px;
    }

    .container_configuratore .the_right #prodotto .arrow_dx {
        position: absolute;
        max-width: 30px;
        top: 50%;
        margin-top: -26px;
        right: 10px;
        cursor: pointer;
    }

    .container_configuratore .the_right #prodotto .arrow_sx {
        position: absolute;
        max-width: 30px;
        top: 50%;
        margin-top: -26px;
        left: 10px;
        cursor: pointer;
    }

.container_configuratore .the_right #nota_prodotto {
    font-size: 14px;
    padding: 4px 0;
    color: #000;
}

/*video*/

.videoUl {
    margin: 0;
    padding: 0 0 60px 0;
    list-style-type: none;
    width: 100%;
}

.videoCat {
    width: 100%;
    margin: 20px 0;
    background-color: #eee;
    border-radius: 2px;
    padding: 5px 0;
    font-size: 15px;
    font-family: Goty;
    color: #333;
}

.videoUl li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: calc((100% - 80px) / 4);
    margin: 0 10px 20px 10px;
    height: 200px;
    background-color: #f2f2f2;
    background-size: contain;
    background-position: 50% 0;
    background-repeat: no-repeat;
    cursor: pointer;
    box-shadow: #ededed 0px 5px 10px 4px;
}

    .videoUl li:nth-of-type(4n) {
        /*margin: 0 0 20px 0;*/
    }

    .videoUl li p { /* titolo video */
        position: absolute;
        width: calc(100% - 40px);
        padding: 15px 20px;
        margin: 0;
        bottom: 0;
        background-color: #fffffff5;
        color: #555;
        font-size: 15px;
        line-height: 17px;
        font-family: 'Goty_bold';
        transition: all ease 0.5s;
    }

    .videoUl li:hover > p {
        background-color: #f2f2f2;
        color: #000;
    }

    .videoUl li img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 32px;
        height: 32px;
        margin-top: -16px; /* Half the height */
        margin-left: -16px; /* Half the width */
        transition: all ease 0.3s;
        z-index: 9;
    }

    .videoUl li:hover > img {
        width: 26px;
        height: 26px;
    }
/* video per area riservate */
: root {
    --altezzaVideo: 380px; /* padding elenco schede */
}

.videoOldUl {
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
    width: 100%;
}
    /* ul*/
    .videoOldUl li {
        display: inline-block;
        zoom: 1;
        *display: inline;
        padding: 0;
        margin: 0px;
        list-style: none;
        vertical-align: top;
        width: 49%;
        position: relative;
        transition: all ease-in 0.15s;
    }

        .videoOldUl li .fakeVideoImg {
            position: relative;
            width: calc(100% - 2px);
            border: solid 1px #333;
            height: var(--altezzaVideo); /* altezza pagina VIDEO - media queries --altezzaVideo*/
            background-size: cover;
            background-position: center center;
            cursor: pointer;
        }

            .videoOldUl li .fakeVideoImg[type~=privateArea] {
                height: calc(var(--altezzaVideo) / 2); /* altezza video nelle aree riservate - media queries --altezzaVideo */
            }

            .videoOldUl li .fakeVideoImg img { /*icona youtube button*/
                position: absolute;
                top: 50%;
                left: 50%;
                width: 32px;
                height: 32px;
                margin-top: -16px; /* Half the height */
                margin-left: -16px; /* Half the width */
                transition: transform .2s;
            }

    .videoOldUl .categoria_video {
        width: 100%;
        margin: 0 auto 10px auto;
        text-align: center;
        font-family: 'Goty_bold';
        font-size: 16px;
        color: #555;
    }
        /*questo è il li */
        .videoOldUl .categoria_video .titolo_categoria {
            display: table;
            float: right;
            margin: 30px 0 0 0;
            background-color: #f8f8f8;
            border-radius: 2px;
            padding: 2px 4px;
            font-size: 15px;
            font-family: 'Goty_bold';
            color: #fff;
        }
    /* questo è un div */

    .videoOldUl li[mod~="left"] {
        margin: 0 1% 20px 0;
    }

    .videoOldUl li[mod~="right"] {
        margin: 0 0 20px 1%;
    }

    .videoOldUl li .video_title, .video_title {
        font-family: Goty_bold;
        font-size: 15px;
        line-height: 16px;
        margin: 8px 0 0 0;
    }

        .videoOldUl li .video_title a, .videoOldUl li div a {
            color: #000;
            transition: all ease-in 0.15s;
        }

    .videoOldUl li .video_desc {
        font-family: 'Goty';
        font-size: 13px;
        line-height: 14px;
        margin: -6px 0 0 0;
    }



.mask_container { /* mask e mask container non più usato */
    position: relative;
}

.mask {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 9;
    opacity: 1;
    transition: all ease-in 0.15s;
}

    .mask img {
        max-height: 90%;
        max-width: 90%;
        width: 48px;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: all ease-in 0.1s;
        /*filter: drop-shadow(1px 1px 1px #000);*/
    }

    .mask:hover img {
        width: 64px;
    }

.videoOldUl li:hover .video_title a {
    color: #f60000;
    /*letter-spacing: 1.2px;*/
}

.videoOldUl li:hover .fakeVideoImg img {
    transform: scale(1.1);
}

/*per youtube*/
.fit_video img {
    width: 100%;
}

/* media */
.media_grid {
    width: 100%;
    margin: 0;
    padding: 0;
}
/*contenitore*/
.media {
    padding: 0px;
    background-color: #fff;
    font-size: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
/*comune a tutti*/

.media_li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0.5%;
    margin: 0px;
    list-style: none;
    vertical-align: top;
    width: 24%;
}

    .media_li img { /*width:230px; height:230px; min-width:230px;  max-width:230px;*/
        background-image: url(/images/buttons/transparent.png)
    }

.video_btn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 200000;
    display: none;
}

.magic {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    width: 200px;
    height: 200px;
    margin: auto;
    z-index: 300000;
    background-color: #333;
    color: white;
    font-size: 120%;
    cursor: pointer;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

    .magic div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        text-align: center;
        width: 90%; /*testo su magic*/
    }

.media_title {
    font-size: 90%;
}

.media_back {
    background-color: #3c3c3b;
    color: white;
    padding: 5px 10px;
    margin: 20px 0;
    display: inline-block;
    font-family: 'Goty_bold';
    font-size: 18px;
    text-transform: capitalize;
    transition: all ease 0.3s;
    border-radius: 4px;
    cursor: pointer;
    /*border-right: solid 10px #BA1405;
    border-left: solid 10px #BA1405;*/
}

    .media_back:hover {
        background-color: #333;
        padding: 5px 15px;
    }




/* form element */
.form_container {
    background-color: #f6f6f6;
    width: 92%;
    padding: 3% 4%;
}

.form_left {
    float: left;
    width: 50%;
    text-align: left;
    padding: 0;
    margin: 0;
}

.form_right {
    float: left;
    width: 50%;
    text-align: right;
    padding: 0;
    margin: 0;
}

#search_txt {
    background-color: #eee;
    height: 49px;
    border: 0;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    padding: 0 0 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#search_btn {
    background-image: url(/images/buttons/search.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 25px;
    border: 0;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    margin: 14px 0 0 12px;
}




/* caption */
.flex-caption {
    padding: 0%;
    margin: 0px auto;
    white-space: nowrap;
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
}

.caption_title {
    color: #fff; /*background-image:url(/images/buttons/black_transparent.png);*/
    display: inline-block;
    padding: 0 10px;
    line-height: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    text-align: center;
    position: relative;
    font-size: 50px;
    font-family: 'Goty_BIG'; /*text-shadow: 1px 1px black;*/
}

    .caption_title p {
        margin: 0 0;
    }

    .caption_title a {
        color: #fff;
    }

        .caption_title a:hover {
            color: #ddd;
        }

    .caption_title img {
        position: absolute;
        top: 10px;
        left: 10px;
        max-width: 40px;
    }

/* HubSpot Forms */

.formPageTitle {
    padding: 0;
    margin: 0px 0 25px 0;
    text-align: left;
    display: block;
    font-family: Goty_UltraLight;
    font-size: 40px;
    font-weight: normal;
    color: #000;
    background-color: transparent;
}

.my_form_container {
    width: calc(100% - 50px);
    padding: 30px 20px 30px 30px;
    margin: 30px 0 40px 0;
    background-color: #fff;
    text-align: left;
    box-shadow: #cbcbcb 2px 9px 20px;
}

    .my_form_container[mod~=lavoraConNoi] {
        width: calc(100% - 50px);
        padding: 30px 20px 30px 30px;
        margin: 0 0 40px 0;
        background-color: #fff;
        text-align: left;
        box-shadow: #cbcbcb 2px 9px 20px;
        font-size: 0;
    }

        .my_form_container[mod~=lavoraConNoi] .lavoraConNoiIntro {
            margin: 0 0 35px 0;
        }

            .my_form_container[mod~=lavoraConNoi] .lavoraConNoiIntro p {
                margin: 0 0 15px 0;
                font-size: 14px;
                line-height: 20px;
            }

        .my_form_container[mod~=lavoraConNoi] .curriculum_left, .my_form_container[mod~=lavoraConNoi] .curriculum_right {
            width: 50%;
            display: inline-block;
            vertical-align: top;
            font-size: 13px;
        }

        .my_form_container[mod~=lavoraConNoi] .curriculum_right {
            width: 50%;
            display: inline-block;
            vertical-align: top;
            background-color: transparent;
        }

        .my_form_container[mod~=lavoraConNoi] .labels {
            font-family: Goty_bold;
            font-size: 13px;
        }

        .my_form_container[mod~=lavoraConNoi] input[type=text], .my_form_container[mod~=lavoraConNoi] select {
            width: calc(100% - 20px - 2px);
            max-width: 400px;
            padding: 7px 10px;
            margin: 0 0 20px 0;
            color: #555;
            border: 1px solid #ccc;
            border-radius: 6px;
            appearance: none;
            outline: none;
            font-family: Goty;
            font-size: 16px;
            background-color: #f8f8f8;
        }

        .my_form_container[mod~=lavoraConNoi] select {
            background-image: url(/images/buttons/down_arrow.png);
            background-repeat: no-repeat;
            background-position: 98%, center;
            width: calc(100% + 0px);
            max-width: calc(400px + 20px + 2px);
        }




        .my_form_container[mod~=lavoraConNoi] .lista_chk {
            margin: 5px 0;
        }

            .my_form_container[mod~=lavoraConNoi] .lista_chk label {
                margin: 0 0 0 3px;
                font-size: 15px;
            }


        .my_form_container[mod~=lavoraConNoi] .notificaLavoraConNoi {
            margin: 30px 0;
            font-size: 16px;
        }


        .my_form_container[mod~=lavoraConNoi] input[type=submit] {
            float: right;
            background-color: #292929;
            color: #dbdbdb;
            font-size: 22px;
            font-family: Goty_bold;
            border: 0;
            padding: 6px 38px;
            cursor: pointer;
            border: solid 1px #333;
            border-radius: 6px;
            appearance: none;
        }

            .my_form_container[mod~=lavoraConNoi] input[type=submit]:hover {
                color: #fff;
            }


.hs-form fieldset.form-columns-2 {
    max-width: none;
}

.hs-form fieldset.form-columns-1 {
    max-width: none;
}

/* Form Field (selector for form field wrapper) */
.hs-form .hs-form-field { /*background-color:lightyellow;*/
}

/* descrizione messaggio */
.hs-form .hs-field-desc {
    color: black;
    font-size: 90%;
    font-style: italic;
}

/* Labels (selects field labels and error messages) */

.hs-error-msgs {
    margin: 0 0 30px 0;
}

.hs-form label {
    color: red;
    margin: 0;
}

.hs-form .hs-form-field > label {
    color: black;
    font-size: 90%;
    font-weight: normal;
}

/* questo serve a togliere stili su elementi su lingue diverse da italiano */
.hs-custom-style > div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    box-sizing: initial !important;
    padding: 10px !important;
    min-height: initial !important;
    width: calc(100% - 20px - 2px) !important;
}

.hs-form input[type="text"], .hs-form input[type="tel"], .hs-form input[type="email"], .hs-form input[type="text"][name~="state"] {
    width: calc(100% - 20px - 2px);
    max-width: 480px;
    min-height: 16px;
    padding: 10px !important;
    margin: 0 0 20px 0;
    color: #555;
    border: 1px solid #e1e1e1;
    border-radius: 6px !important;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Goty;
    outline: none;
}

    .hs-form input[type="text"][name~="firstname"], .hs-form input[type="text"][name~="lastname"], .hs-form input[type="email"], .hs-form input[type="text"][name~="country"], .hs-form input[type="text"][name~="state"], .hs-form select[name~="country"], .hs-form select[name~="tipologia_cliente"] {
        background-color: #f7f7f7; /* obbligatorio color */
    }

    .hs-form input[type="text"][name~="state"] {
        width: calc(50% - 20px - 2px - 8px) !important;
    }

.hs-form select {
    width: calc(100% - 2px);
    max-width: 503px !important;
    min-height: 16px;
    padding: 10px;
    margin: 0 0 20px 0;
    color: #555;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    background-color: #fff;
    background-image: url(/images/buttons/down_arrow.png);
    background-repeat: no-repeat;
    background-position: 99% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Goty;
    outline: none;
}

    .hs-form select[name~="tipologia_cliente"] {
        width: calc(50% - 2px - 8px) !important;
    }

.hs-form textarea {
    width: calc(100% - 20px - 2px) !important;
    padding: 10px;
    margin: 0 0 20px 0;
    float: left;
    color: #555;
    background-color: #f7f7f7;
    min-height: 90px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Goty;
    outline: none;
}

.hs-button {
    margin: 15px 0 0 0;
    background-color: #292929;
    color: #dbdbdb;
    font-size: 22px;
    font-family: Goty_bold;
    border: 0;
    padding: 6px 38px;
    cursor: pointer;
    border: solid 1px #333;
    border-radius: 6px;
    appearance: none;
}

    .hs-button:hover {
        background-color: #000;
        color: #fff;
    }

.hs_submit {
    margin: 0 auto;
    text-align: center;
}

.inputs-list {
    list-style-type: none;
}

.hs-richtext {
    font-size: 11px;
}

.legal-consent-container .hs-form-booleancheckbox-display > span { /* testo sui checkboxes */
    display: inline-block !important;
    margin: 0 0 0 5px !important;
    color: #000 !important;
    font-family: Goty_bold !important;
}

/* fine */
.textboxes {
    width: 90%;
    padding: 10px 10px;
    margin: 0 0 20px 0;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 6px;
    appearance: none;
    outline: none;
    font-family: Goty;
    font-size: 16px;
}

.dropdown {
    width: 90%;
    max-width: 370px;
    padding: 1%;
    margin: 0 0 1.5% 0;
    background-color: #fff;
    color: #555;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

.textarea {
    width: 98%;
    padding: 1%;
    margin: 1% 0 0 0;
    float: left;
    color: #555;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

.form_text {
    width: 90%;
    max-width: 300px;
    margin: 1px 5px 5px 0px;
    padding: 5px;
    color: #000;
    background-color: transparent;
    font-size: 15px;
    font-style: italic;
    border: solid 1px #999999;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

.btn {
    background-color: #292929;
    color: #dbdbdb;
    font-size: 22px;
    font-family: Goty_bold;
    border: 0;
    padding: 6px 38px;
    cursor: pointer;
    margin: 0 11px 0 0;
    border: solid 1px #333;
    border-radius: 6px;
    appearance: none;
}

    .btn:hover {
        background-color: #333;
        color: #fff;
    }

.btnSmall {
    background-color: #333;
    color: #fff;
    font-family: 'Goty';
    font-weight: normal;
    font-size: 12px;
    border: 0;
    padding: 1px 4px;
    cursor: pointer;
    margin: 0 0 0 10px;
    border: solid 1px #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#selection {
    width: 90%;
    max-width: 370px;
    padding: 1%;
    margin: 0 0 2% 0;
    background-color: #eee;
    color: #000;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
}



/* CLAIM - RECLAMI */

.claimHeader {
    font-weight: 400;
    padding: 10px 15px;
    cursor: pointer;
    background-color: #3fb6ee;
    color: #fff;
    font-family: Goty_bold;
    display: inline-block;
    /*border-radius: 4px;*/
    margin: 0 0 80px 0;
}

    .claimHeader:hover {
        background-color: #138fc9;
    }

#reclamoInCorso {
    display: none;
    color: #3fb6ee;
    font-family: Goty_bold;
    padding: 0 0 0 20px;
}

    #reclamoInCorso span {
        cursor: pointer;
        color: #aaa;
        margin: 0 0 0 20px;
    }

#claimCTN { /* contenitore nuovo reclamo */
    display: none;
    position: relative;
    background-color: #fbf2e0;
    width: calc(100% - 60px);
    padding: 10px 30px;
    margin: 10px 0 20px 0;
    border-radius: 20px;
    height: 600px;
    vertical-align: top;
}

    #claimCTN .breadCrumb {
        width: 100%;
        color: #b71817;
        font-weight: 500;
        font-size: 30px;
        line-height: 30px;
        margin: 0px 0 10px 0;
        text-align: center;
    }

        #claimCTN .breadCrumb span {
            font-size: 18px;
            margin: 0 0 0 10px;
            font-style: normal;
        }

    #claimCTN .closeImg {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    #claimCTN .loaderImg {
        position: absolute;
        top: 20px;
        left: 20px;
        display: none;
    }

    #claimCTN .serialImg {
        width: 100%;
        max-width: 400px;
        margin: -20px 0 0 0;
        float: right;
    }

    #claimCTN hr { /* barra separatrice */
        width: 100%;
        margin: 10px 0;
        font-size: 0;
        height: 1px;
        border: 0;
        background-color: #f1eacc;
    }

    #claimCTN .pulsanti { /* div pulsanti */
        position: absolute;
        margin: 0 0 0 0;
        bottom: 5px;
        width: calc(100% - 60px);
        background-color: transparent;
        text-align: center;
    }

    #claimCTN p input[type=button] { /* pulsanti AVANTI e INDIETRO */
        float: left;
        width: 140px;
        margin: 0;
        padding: 10px 0px;
        font-family: 'Goty', serif;
        font-size: 12px;
        color: #000;
        font-weight: 800;
        background-color: #fff;
        border: inset 1px #404040;
        cursor: pointer;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-transform: uppercase;
    }

        #claimCTN p input[type=button][mod~=indietro] {
            display: none;
        }

        #claimCTN p input[type=button][mod~=avanti] {
            float: right;
        }

        #claimCTN p input[type=button][mod~=fine] {
            float: right;
            display: none;
            background-color: #fde28a;
            width: 240px;
        }

        #claimCTN p input[type=button]:hover {
            background-color: lightyellow;
        }

    #claimCTN .loader { /* immagine loading a cambio pagina */
        margin: 25px auto 0 auto;
        text-align: center;
        display: none;
    }

.claim {
    width: 100%;
    font-size: 0;
}

    .claim[mod~=first] {
        margin: 50px 0 0 0;
    }

    .claim div, .claim p {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin: 10px 0;
    }

    .claim p {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .claim u { /* uso "u" come separatore per textboxes nello stesso div */
        display: block;
        margin: 20px 0 0 0;
    }

    .claim i { /* uso "i" come info per il campo, es. (1) */
        position: absolute;
        top: -15px;
        left: 0;
        font-size: 12px;
        color: #333;
        font-weight: 700;
        font-style: normal;
        font-family: 'Courier New';
    }

    .claim t { /* uso "t" per contenere checkboxes e loro labels */
        display: inline-block;
        vertical-align: top;
        /*white-space: nowrap;*/
        margin: 0px 10px 5px 0;
    }

    .claim div span, .claim p span { /* INTESTAZIONE CAMPO */
        position: relative;
        width: 238px;
        min-width: 238px;
        max-width: 238px;
        padding: 3px 5px;
        margin: 0 10px 0 0;
        background-color: #fde28a;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        border-radius: 10px;
        border: solid 1px #f7d76f;
    }

    .claim .required { /* campo obbligatorio */
        border: solid 1px orange;
        animation: mymove 4s;
        animation-iteration-count: infinite;
    }

    .claim p dividi {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 240px - 20px);
    }

    .claim p span .notaAllegati {
        position: absolute;
        top: 3px;
        right: 5px;
        cursor: pointer;
    }

@keyframes mymove {
    from {
        background-color: orange;
        color: black;
    }

    30% {
        background-color: #fde28a;
        color: black;
    }

    60% {
        background-color: orange;
        color: black;
    }

    to {
        background-color: orange;
        color: black;
    }
}

.claim div input[type=text], .claim p input[type=text] {
    width: calc(100% - 150px - 10px - 20px);
    font-family: 'Goty', serif;
    font-size: 16px;
    max-width: 260px;
    margin: 0;
    padding: 8px 10px;
    color: #000;
    background-color: #fffdf1;
    border: solid 1px gold;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .claim div input[type=text]:focus, .claim p input[type=text]:focus, .claim p textarea:focus, #noteReclamo:focus {
        outline: none;
        background-color: lightyellow;
    }

.claim p input[type=text] {
    width: 100%;
    max-width: 260px;
    margin: 0;
    padding: 8px 10px;
    color: #000;
    background-color: #fffdf1;
    border: solid 1px gold;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Goty', serif;
    font-size: 14px;
}

.claim p textarea, #noteReclamo {
    width: 100%;
    max-width: 800px;
    margin: 20px 0 0 0;
    padding: 8px 10px;
    color: #000;
    background-color: #fffdf1;
    border: solid 1px gold;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Goty', serif;
    font-size: 14px;
}

#noteReclamo {
    max-width: calc(100% - 20px);
}

.claim label {
    font-size: 14px;
    font-style: normal;
    margin: 0 30px 0 3px;
    text-transform: uppercase;
    /* white-space: nowrap;*/
}

.claim #mostraAltreMacchine, .claim #mostraLabelAltro, .claim #mostraLabelImballo {
    min-width: 0;
    font-weight: 500;
    margin: 0 10px 0 0;
    display: none;
    color: green;
}

.claim #difettoAltroInfo, .claim #altroMalfunzionamento, .claim #imballoSiInfo {
    display: none;
}

.allegatiClaims {
    max-height: 150px;
    overflow-y: scroll;
}


.claim input[type="file"] {
    display: none;
}

.claim .fileUploadLabel { /* label per INPUT FILES - immagini e video */
    margin: 0 30px 0 3px;
    border: 1px solid #666;
    background-color: #1f97a7;
    color: white;
    display: inline-block;
    padding: 6px 16px;
    cursor: pointer;
    text-transform: none;
    border-radius: 4px;
    /*box-shadow: #333 2px 2px inset;*/
    float: none;
}

    .claim .fileUploadLabel[mod~=img] {
        background-color: #137cce;
        float: none;
    }

    .claim .fileUploadLabel:hover {
        background-color: #444;
    }


#claimCTN #status_info { /* uploader */
    margin: 5px 0;
}

#claimCTN #progressBar {
    width: 0%;
    height: 6px;
    background-color: gold;
}

#claimCTN #close_btn {
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
}

#claimCTN #upload_history span {
    margin: 0 20px 0 0;
}

#claimCTN #upload_history p {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 4px 10px;
    font-size: 12px;
    color: white;
    border-radius: 4px;
    background-color: #137cce; /* i background corrispondono alle label dei file input - colori diversi per IMG o VIDEO */
}

    #claimCTN #upload_history p[mod=video] {
        background-color: #1f97a7;
    }


#step1 {
    display: block;
}

#step2, #step3 {
    display: none;
}


#upload_history {
    max-height: 46px;
    overflow-y: scroll;
}

.storico {
    margin: 20px 0 10px 0;
    /*background-color:#f2f2f2;*/
    border-bottom: solid 1px #f8f8f8;
    width: 100%;
    text-align: center;
    color: #999;
}

.storicoItem {
    width: calc(100% - 20px);
    background-color: #fbf2e0;
    border-radius: 10px;
    margin: 0px 0 5px 0;
    padding: 3px 10px;
}

    .storicoItem data {
        font-size: 11px;
        display: inline-block;
        width: 110px;
    }

    .storicoItem azione {
        display: inline-block;
        float: right;
    }

    .storicoItem span {
        margin: 0 0px 0 10px;
        cursor: pointer;
        color: #0072ff;
        font-size: 14px;
    }

        .storicoItem span[mod~=stato] {
            color: #444;
            font-size: 14px;
            cursor: default;
        }

            .storicoItem span[mod~=stato] k {
                padding: 0 5px;
                border-radius: 6px;
            }


    .storicoItem .visualizza div {
        margin: 2px 0;
    }

    .storicoItem .visualizza intesta {
        float: none;
        color: green;
    }

    .storicoItem .visualizza descrivi {
        display: inline-block;
        vertical-align: top;
        padding: 0 2px;
        margin: 0 10px 0 0;
        background-color: #f3ecd8;
        border-radius: 3px;
    }

        .storicoItem .visualizza descrivi img {
            max-width: 200px;
            max-height: 150px;
            margin: 5px 5px;
        }

        .storicoItem .visualizza descrivi video {
            max-width: 300px;
            max-height: 200px;
            margin: 5px 5px;
        }

    .storicoItem .visualizza .risposta {
        margin: 20px 0px;
    }

        .storicoItem .visualizza .risposta intesta {
            color: #b11a18;
            font-size: 11px;
        }

    .storicoItem .visualizza .bloccoRisposta {
        margin: 10px 0 5px 0;
        width: calc(100% - 20px);
        padding: 10px;
        background-color: #f7e5c1;
        border-top: solid 1px gold;
    }

        .storicoItem .visualizza .bloccoRisposta textarea {
            width: 50%;
            margin: 0px 10px 0 0;
            padding: 8px 10px;
            color: #000;
            background-color: #fffdf1;
            border: solid 1px gold;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            font-family: 'Goty', serif;
            font-size: 14px;
            vertical-align: bottom;
        }

        .storicoItem .visualizza .bloccoRisposta input[type=button] {
            width: auto;
            margin: 0px 0 0 0;
            padding: 8px 10px;
            color: #fff;
            background-color: #136e8e;
            border: solid 1px gold;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            font-family: 'Goty', serif;
            font-size: 14px;
            cursor: pointer;
        }

            .storicoItem .visualizza .bloccoRisposta input[type=button]:hover {
                background-color: #333;
            }

        .storicoItem .visualizza .bloccoRisposta .fileUploadLabel { /* label per INPUT FILES - immagini e video */
            margin: 0 0px 0 3px;
            border: 1px solid #666;
            background-color: #666;
            color: white;
            display: inline-block;
            padding: 2px 8px;
            font-size: 12px;
            cursor: pointer;
            text-transform: none;
            border-radius: 4px;
            /*box-shadow: #333 2px 2px inset;*/
            float: none;
        }

            .storicoItem .visualizza .bloccoRisposta .fileUploadLabel:hover {
                background-color: #444;
            }


        .storicoItem .visualizza .bloccoRisposta #status_info2, #upload_history2 { /* uploader */
            margin: 5px 0;
        }

        .storicoItem .visualizza .bloccoRisposta #progressBar2 {
            width: 0%;
            height: 6px;
            background-color: red;
        }

        .storicoItem .visualizza .bloccoRisposta input[type="file"] {
            display: none;
        }


#emailRequiredHTML {
    width: 100%;
}

    #emailRequiredHTML input[type=text] {
        width: 100%;
        max-width: 260px;
        margin: 10px 0 0 0;
        padding: 8px 10px;
        color: #000;
        background-color: #ffffff;
        border: solid 1px #b3b3b3;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-family: 'Goty', serif;
        font-size: 14px;
    }

    #emailRequiredHTML input[type=button] {
        width: 100%;
        max-width: 100px;
        margin: 10px 0 0 0;
        padding: 8px 10px;
        color: #fff;
        background-color: #3fb6ee;
        border: solid 1px #ffffff;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-family: 'Goty', serif;
        font-size: 14px;
        cursor: pointer;
    }

    #emailRequiredHTML img {
        display: none;
    }

.emailRequiredClosing {
    float: right;
    cursor: pointer;
}

.emailRequiredAlreadyPresent, .emailRequiredNotice {
    margin: 5px 0 0 0;
    font-size: 12px;
}

    .emailRequiredAlreadyPresent span, .emailRequiredNotice span {
        font-weight: normal;
        color: #3fb6ee;
        cursor: pointer;
        margin: 0 0 0 5px;
    }

    .emailRequiredNotice span {
        color: red;
    }

        .emailRequiredAlreadyPresent span:hover, .emailRequiredNotice span:hover {
            color: #333;
        }



/* Flexslider */
#flex_container {
    padding-top: 0px;
    /*min-height: 131px;*/
    max-width: 1920px;
    position: relative;
    left: auto;
    right: auto;
    margin: 0 auto;
    text-align: center;
}

#slideshow_bottom {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100000;
    min-height: 129px;
    max-width: 1500px;
    background-image: url(/images/slide_down.png);
    background-repeat: no-repeat;
    background-position: 9% center;
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }
    /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides img {
        width: 100%;
        display: block;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flexslider {
    margin: 0 0 0;
    max-height: none;
    overflow: hidden;
    background: transparent;
    border-bottom: 0px solid #ccc;
    position: relative;
    border-radius: 0px;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

/* Control Nav */
.flex-control-nav {
    width: auto;
    position: absolute;
    bottom: 10px;
    right: 2%;
    z-index: 997;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
    /*posizione pallini */
    .flex-control-nav li {
        margin: 0 5px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 10px;
    height: 10px;
    display: block;
    border: solid 1px #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

    .flex-control-paging li a:hover {
        background-color: #fff;
    }

    .flex-control-paging li a.flex-active {
        background-color: #fff;
        border: solid 1px #fff;
        cursor: default;
    }

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        border: solid 0px #000;
        width: 78px;
        height: 125px;
        margin: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 10;
        max-height: 90%;
        max-width: 90%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        color: rgba(0,0,0,0.8);
        text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

    .flex-direction-nav .flex-prev {
        left: -110%;
        /*left:-80%;*/
    }

    .flex-direction-nav .flex-next {
        right: -110%;
        /*right: -80%;*/
        text-align: right;
    }

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: -87%;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: -87%;
}


.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
}

.flex-direction-nav a.flex-next:before {
}

.flex-control-thumbs {
    margin: 0 0;
    position: static;
    overflow: hidden;
    background-color: transparent;
}
    /* dimensioni e margine delle ANTEPRIME*/
    .flex-control-thumbs li {
        width: 20%;
        margin: 0 0 2% 0;
        vertical-align: top;
    }

    .flex-control-thumbs img {
        width: 98%;
        cursor: pointer;
        border: solid 1px #eee;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .active {
        opacity: 1;
        cursor: default;
        border: solid 1px #800;
    }

/* MOVIE nelle pagine */
#movie_page_slider .flex-caption {
    padding: 0%;
    margin: 0px;
    white-space: nowrap;
    color: #fff;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 3.5%;
    left: 0;
}

#movie_page_slider .caption_title {
    font-size: 100%;
    color: #fff;
    text-align: left;
    position: relative;
    display: inline-block;
    padding: 2px 2%;
    line-height: 20px;
    font-family: 'Goty';
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    background-image: url(/images/buttons/black_transparent.png);
}


/* gallery su SCHEDA catalogo */
#catalogo_slider {
    position: relative;
    overflow: visible;
}

    #catalogo_slider:hover .flex-prev { /* scheda prodotto frecce slideshow */
        left: -80%;
    }

    #catalogo_slider:hover .flex-next {
        right: -80%;
    }

    #catalogo_slider .flex-control-nav {
        width: auto;
        /*max-width:80%;*/
        text-align: right;
        position: absolute;
        bottom: auto;
        bottom: -30px;
        right: 0;
        z-index: 997;
        left: auto;
        transform: none;
        -webkit-transform: none;
        font-size: 8px;
    }
        /*posizione pallini */
        #catalogo_slider .flex-control-nav li {
            margin: 0 0 0 8px;
            font-size: 0; /* questo mi nasconde i numeri */
        }

    #catalogo_slider .flex-control-paging li a {
        width: 8px;
        height: 2px;
        border: 2px;
        background-color: #ddd;
    }

        #catalogo_slider .flex-control-paging li a.flex-active, #catalogo_slider .flex-control-paging li a:hover {
            background-image: none;
            background-color: #999;
        }

    #catalogo_slider .flex-caption {
        padding: 1% 0%;
        margin: 0px;
        color: #000;
        background-color: transparent;
        width: 100%;
        text-align: center;
        position: relative;
        bottom: 0;
        left: 0;
        font-family: Goty;
        font-size: 11px;
        line-height: 15px;
        font-weight:600;
    }


.cookies {
    position: fixed;
    z-index: 10000000;
    bottom: 0;
    width: 96%;
    background-color: #444;
    color: #eee;
    text-align: center;
    background-image: url(/images/buttons/black_transparent.png);
    margin: 0 auto;
    padding: 0.5% 2%;
}

.cookies_btn {
    padding: 4px 6px;
    background-color: #eee;
    color: #333;
    border: 0;
    cursor: pointer;
    font-size: 90%;
    margin: 5px 5px;
}

.cookies img {
    float: right;
    cursor: pointer;
}

#cookiescript_injected {
    background-color: #262626 !important;
}

#cookiescript_accept {
    background-color: #ae0000 !important;
}

#cookiescript_injected_fsd #cookiescript_accept {
    color: #ffffff !important;
}


#cookiescript_badge {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    background: black !important;
    font-size: 10px !important;
}

#cookiescript_badgetext {
    font-size: 10px !important;
}

@media all and (min-width: 690px) {
}

/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 999px) {

    /* root mobile */
    :root {
        --containerPadding: 20px;
        --insidePadding: 10px;
    }

    /* header mobile */
    .header #headerLeft, .header #headerRight {
        flex: 0.5;
    }

    .header #headerCenter {
        flex: 1;
    }

        .header #headerCenter span { /* solo per titolo "accessori" mobile => troppo lungo */
            font-size: 16px;
            line-height: 16px;
            display: inline-block;
            vertical-align: middle;
        }

    #headerRight img:nth-of-type(1), #headerRight img:nth-of-type(2) {
        display: none;
    }

    #headerRight span:nth-of-type(1), #headerRight span:nth-of-type(2), #headerRight span:nth-of-type(3) {
        display: none;
    }

    .header #headerRight span {
        margin: 0 0 0 0;
    }

    .header #headerRight #languages p a img {
        display: unset;
    }

    /* inside mobile */
    .inside .tagsList {
        margin: 10px auto 30px auto;
    }

        .inside .tagsList span {
            display: block;
            margin: 5px 0;
        }

            .inside .tagsList span a {
                border: 0;
            }

    .inside .macroBoxes div {
        width: calc((100% - 5px) / 2);
        margin: 0 5px 5px 0;
        height: 400px;
    }

        .inside .macroBoxes div:nth-of-type(2), .inside .macroBoxes div:nth-of-type(4) {
            margin: 0 0 5px 0;
        }

        .inside .macroBoxes div p.macroText {
            font-size: 12px;
            line-height: 16px;
        }

        .inside .macroBoxes div p.discover {
            padding-left: 0;
            white-space: nowrap;
            font-size: 13px;
        }

            .inside .macroBoxes div p.discover span {
                display: none;
            }

    /* footer mobile */
    #footer #one .extraLinks {
        display: block;
        margin: 2px 0 10px 0;
    }

    #footer #one, #footer #two {
        width: calc(100% / 2);
    }

        #footer #one #footer_social {
            margin: 20px 0;
        }



    #footer #two {
        text-align: right;
    }

        #footer #two img {
            /*max-width: 60px;*/
            margin: 0 10px 10px 0;
        }


    #footer #three {
        width: 100%;
        font-size: 13px;
        text-align: left;
    }

    #my_bottom_copy {
        text-align: left;
        padding: 5px 0 15px 0;
    }

        #my_bottom_copy span {
            display: block;
            margin: 3px 0;
        }

    /*  menu sezione mobile */
    .menuSezione {
        width: calc(100% - (var(--containerPadding)*2));
        padding: 20px var(--containerPadding);
        height: auto;
        /*background-position-x: left;*/ /*era questo*/
        /*background-position-x: 25%;*/
        background-size: cover;
    }

        .menuSezione .menuContainer {
            min-height: 0;
        }

    /* catalogo listing mobile */

    #listingContainer {
        width: 100%;
        display: block;
    }

    .all_filters {
        width: 100%;
        padding: 25px 0 0px 0px;
        text-align: center;
    }

        .all_filters #filtersContainer {
            display: none;
        }

    .all_products {
        width: calc(100% - 0px);
        padding: 20px 0 0 0px;
    }

        .all_products .categoriaTitle {
            margin: 0 auto 18px auto;
            text-align: center;
        }

        .all_products ul li {
            width: calc((100% - 10px - 8px) / 2);
            margin: 10px 10px 5px 0;
            border: solid 2px #fff;
        }

            .all_products ul li:nth-child(2n) {
                margin: unset;
            }

            .all_products ul li:nth-child(3n) {
                margin: unset;
            }

            .all_products ul li:nth-child(odd) {
                margin: 10px 10px 5px 0;
                /*background-color: green;*/
            }

            .all_products ul li:nth-child(even) {
                margin: 10px 0 5px 0;
                /*background-color: blue;*/
            }

            .all_products ul li:hover {
                border: solid 2px #d1d7d7;
            }

        .all_products .divImg {
            width: 90%;
            max-width: 150px;
            /*height: 280px;*/
            margin: 10px auto;
        }

        .all_products .hot {
            width: 40px;
            height: 40px;
        }

        .all_products .divTitle {
            height: 20px;
            line-height: 18px;
        }

            .all_products .divTitle[mod~=accessori] {
                width: calc(100% - 10px);
                padding: 0 5px;
                height: 60px;
                line-height: 18px;
            }

        .all_products .divDescrizione {
            margin: 15px auto 30px auto;
        }

        .all_products .divComparatore {
            font-size: 12px;
        }

    /* comparator mobile */

    .comparator {
        z-index: 99999991;
    }

    .flex_table > div p.compTitolo {
        font-size: 16px;
        line-height: 16px;
    }

    .flex_table > div p span {
        line-height: 11px;
        font-size: 11px;
    }

    /* scheda prodotto mobile */

    .product .left .title {
        margin: 20px 0 10px 0;
        font-size: 42px;
        line-height: 40px;
    }

    .product .left, .product .right, .product .left2, .product .right2 {
        display: block;
        width: 100%;
        min-height: 0;
    }

        .product .left .intesta {
            margin: 20px 0 8px 0;
        }

        .product .left .utilitiesLinks {
            margin: 20px 0 0 0;
        }

            .product .left .utilitiesLinks div {
                border-top: solid 2px #eee;
                padding: 5px 0;
            }

        .product .left .imgForMobile {
            display: block;
            width: 100%;
            max-width: 350px;
            margin: 0 auto;
        }

        .product .left .divPlus {
            max-width: 100%;
        }

        .product .left .divPlusMore {
            max-width: 100%;
        }

        .product .left .warrantyMobile {
            display: block;
            position: absolute;
            top: -60px;
            right: 0 !important;
            z-index: 10;
            
        }

            .product .left .warrantyMobile img {
                max-width: 60px;
            }

            .product .right .warrantyDesktop {
                display: none;
            }

        .product .right .noMobile{
            display:none;
        }

        .product #catalogo_slider {
            margin: 80px 0 0 0;
        }

        .product .left2 .column, .product .right2 .column {
            width: calc(50% - 20px);
            padding-right: 10px;
        }

    .product .left2 {
        margin-right: 0;
    }

    .product .right2 {
        margin-left: 0;
    }

    .accessoriProdotto li {
        width: calc((100% - 30px) / 3);
        margin: 0 5px 10px 5px;
    }

        .accessoriProdotto li:nth-child(3n) {
            /*margin: 0 0 10px 0;*/
        }

        .accessoriProdotto li:nth-child(5n) {
            /*margin: unset;*/
        }

        .accessoriProdotto li p {
            line-height: 14px;
            font-family: Goty_bold;
            font-size: 13px;
        }

    /* video listing mobile */
    .videoUl {
        padding: 0 0 40px 0;
    }

        .videoUl li {
            width: calc((100% - 40px) / 2);
            margin: 0 10px 20px 10px;
            height: 200px;
        }

            .videoUl li:nth-of-type(4n) {
                /*margin: unset;*/
            }

            .videoUl li:nth-of-type(2n) {
                /*margin: 0 0 20px 0;*/
            }

            .videoUl li p { /* titolo video */
                width: calc(100% - 24px);
                padding: 10px 12px;
                line-height: 14px;
                font-family: Goty_bold;
                font-size: 13px;
                background-color: #eee;
                color: #555;
            }

    /* schede: news e accessori - mobile */
    .schedaTitle {
        margin: 30px 0 10px 0;
        font-size: 42px;
    }

    .schede_left {
        float: none;
        width: 100%;
    }

    .schede_right {
        float: none;
        width: 100%;
        padding: 40px 0 0 0;
        margin: 80px 0 0 0;
    }

        .schede_right .allNews {
            position: relative;
            width: calc(100% - 20px);
            padding: 10px;
            box-shadow: none;
        }

    .stickyNeeded {
        height: 0;
        clear: both;
    }

    .schede_left .grafici {
        width: 100%;
        display: block;
        margin: 0 0 0px 0;
    }

        .schede_left .grafici div:nth-of-type(1) {
            flex: none;
        }

        .schede_left .grafici div:nth-of-type(2) {
            flex: none;
        }

    /* plus listing mobile */
    .plusUl li {
        width: calc((100% - 30px - 40px) / 2);
        padding: 10px;
        margin: 0 30px 30px 0;
    }

        .plusUl li:nth-of-type(2n) {
            margin: 0 0 30px 0;
        }

        .plusUl li:nth-of-type(4n) {
            margin: unset;
        }

        .plusUl li img {
            top: 6px;
            right: 6px;
            max-width: 26px;
        }

    #catalogo_slider .flex-direction-nav{
        display:none;
    }

    /* Value Proposition mobile */
    .valueProposition .block1, .valueProposition .block2 {
        min-height: unset;
    }

    .valueProposition .block1 {
        background-size: 30%;
    }

    .valueProposition .block2 {
        background-size: 0;
    }

    .valueProposition .title {
        margin: 30px 0 10px 10px;
        background-color: transparent;
        font-size: 32px;
        line-height: 34px;
        color: #000;
        max-width: 70%;
        text-shadow: 1px 1px #eee;
    }


    .valueProposition .subtitle {
        background-color: #eeeeee78;
        max-width: 60%;
    }

    .valueProposition .desc {
        width: calc(100% - 40px);
        padding: 20px;
        background-color: #000000d9;
    }

    div:nth-child(4) > div.desc {
        width: calc(100% - 40px);
        padding: 20px;
        border-radius: 0 0px 0 0px;
    }

    /* tags mobile */

    .tagHeader {
        background-position-x: left;
        background-size: cover;
    }

        .tagHeader .tagHeaderTextContainer {
            width: calc(80% - var(--containerPadding));
            padding: 0 0 0 var(--containerPadding);
            top: 20%;
        }

    .tagContainer .column2 {
        display: block; /* tolgo flex dalla colonna dati */
    }

        .tagContainer .column2 .subColumn {
            margin: 10px 0 20px 0;
        }

    /* area riservata mobile*/
    .welcome {
        font-size: 16px;
        margin: 10px 0 30px 0;
        width: calc(100% - 0);
        padding: 0 0;
    }

    .olPrivateArea {
        width: 100%;
        padding: 0 0;
    }

        .olPrivateArea div {
            margin: 18px 0px 4px 0px;
            padding: 2px 5px;
        }

        .olPrivateArea li {
            width: 100%;
            padding: 0 0 0 0;
            margin: 5px 0 5px 0;
        }

    .olPrivateAreaTroubleshooting {
        width: calc(100% - 20px);
        padding: 0 10px;
    }

    .theOtherPrivateArea {
        float: none;
        display: block;
        margin: 5px 0;
    }



    /* CONFIGURATORE mobile */
    .container_configuratore {
        position: absolute;
        top: 50px;
        font-size: 120%;
    }

        .container_configuratore .testa span {
            display: block;
        }

        .container_configuratore .close {
            right: 1%;
            top: 1%;
        }

        .container_configuratore .the_left {
            display: block;
            width: 100%;
            margin: 8% 0 0 0;
        }

        .container_configuratore .the_right {
            display: block;
            width: 100%;
            margin: 2% 0 0 0;
            min-height: 0;
            position: relative;
        }

        .container_configuratore #more_data {
            padding: 3% 8%;
            margin: 2% 0 0 0;
            width: 84%;
            font-size: 100%;
        }

        .container_configuratore .reset {
            margin: 3% 7% 3% 0;
        }

        .container_configuratore .the_right #prodotto {
            -webkit-border-radius: 5px;
            border-radius: 5px;
            -moz-border-radius: 5px;
        }


    /* claim reclami mobile */

    .claimHeader {
        text-align: center;
        width: calc(100% - 30px);
    }

    #reclamoInCorso {
        text-align: center;
        padding: 0;
        width: calc(100% - 0px);
    }

    #claimCTN {
        width: calc(100% - 40px);
        padding: 10px 20px;
        margin: 10px 0 20px 0;
        height: auto;
    }

        #claimCTN .closeImg {
            top: 10px;
            right: 10px;
        }

        #claimCTN .breadCrumb {
            line-height: 20px;
            margin: 0px 0 10px 0;
            font-size: 24px;
        }

        #claimCTN .pulsanti {
            position: relative;
            width: 100%;
            bottom: 0px;
            margin: 20px 0 10px 0;
            float: none;
            display: block;
            height: 30px;
        }

        #claimCTN p input[type=button] { /* pulsanti AVANTI e INDIETRO */
            width: 120px;
        }

            #claimCTN p input[type=button][mod~=fine] {
                float: right;
                width: 140px;
            }

        #claimCTN #upload_history span {
            margin: 0 20px 10px 0;
            display: block;
        }

    .claim div, .claim p {
        display: inline-block;
        width: 100%;
        margin: 10px 0;
    }

        .claim div span, .claim p span { /* INTESTAZIONE CAMPO */
            display: block;
            width: 100%;
            min-width: 200px;
            max-width: 400px;
            padding: 3px 0;
            margin: 0 0px 10px 0;
        }

        .claim div input[type=text], .claim p input[type=text] {
            width: calc(100% - 20px);
            max-width: 400px;
            margin: 0;
            padding: 8px 10px;
        }

        .claim p textarea, #noteReclamo {
            width: calc(100% - 20px);
            max-width: 400px;
            margin: 10px 0 20px 0;
            padding: 8px 10px;
        }

        .claim p dividi {
            display: block;
            width: 100%;
        }

    .claim t {
        display: block;
        width: calc(100% - 20px);
        margin: 0px 0px 10px 0;
    }

    .claim label {
        font-size: 12px;
        margin: 0 0 0 3px;
    }

    .allegatiClaims {
        max-height: none;
        overflow-y: unset;
    }

    #upload_history {
        max-height: none;
        overflow-y: unset;
    }

    .claim .fileUploadLabel {
        margin: 2px 0px 0 0px;
        display: inline-block;
        padding: 6px 16px;
        font-size: 13px;
        float: right;
    }

        .claim .fileUploadLabel[mod~=img] {
            float: left;
        }

    .storicoItem {
        width: calc(100% - 20px);
        margin: 0px 0 5px 0;
        padding: 3px 10px;
    }

        .storicoItem data {
            display: block;
        }

        .storicoItem azione {
            display: block;
            float: none;
            text-align: right;
            margin: 3px 0;
        }

        .storicoItem span {
            float: none;
        }

        .storicoItem .visualizza descrivi {
            display: block;
            margin: 0;
            padding: 0;
        }

        .storicoItem .visualizza .bloccoRisposta textarea {
            width: calc(100% - 20px);
            margin: 0px 0px 10px 0;
            padding: 8px 10px;
        }

        .storicoItem .visualizza .bloccoRisposta .fileUploadLabel {
            margin: 0 0px 0 3px;
            display: block;
            float: right;
        }

        .storicoItem .visualizza .bloccoRisposta input[type=button] {
            margin: 20px 0 0 0;
            padding: 6px 20px;
        }

    /* form  mobile */
    .my_form_container {
        width: calc(100% - 10px - 2px);
        padding: 20px 0 20px 10px;
        background-color: transparent;
    }

        .my_form_container[mod~=lavoraConNoi] {
            width: calc(100% - 20px - 2px);
            padding: 20px 10px 20px 10px;
            background-color: transparent;
        }

            .my_form_container[mod~=lavoraConNoi] .curriculum_left, .my_form_container[mod~=lavoraConNoi] .curriculum_right {
                width: 100%;
                display: block;
            }

            .my_form_container[mod~=lavoraConNoi] img { /*captcha img*/
                display: block;
                padding: 0 0 5px 0;
            }

            .my_form_container[mod~=lavoraConNoi] input[type=submit] {
                float: none;
            }



    .hs-form textarea {
        width: calc(100% - 20px - 2px) !important;
        padding: 10px !important;
    }


    /*for hubspot mobile */
    .hs-button {
        margin: 60px 0 0 0;
    }

    .form_container {
        background-color: transparent;
        width: 100%;
        padding: 3% 0;
    }

    .form_left {
        float: none;
        width: 100%;
        text-align: left;
    }

    .form_right {
        float: none;
        width: 100%;
        text-align: left;
    }

    .textboxes {
        padding: 10px 2%;
        width: 96%;
        font-size: 14px;
    }

    .dropdown {
        padding: 2% 0;
        width: 100%;
    }

    .textarea {
        padding: 2%;
        width: 96%;
    }

    .btn {
        padding: 6px 14px;
        margin: 4% 0 1% 0;
        font-size: 140%;
    }

    /*cookie script mobile */
    #cookiescript_badge {
        position: relative !important;
        padding-top: 5px !important;
        padding-bottom: 3px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        left: 0 !important;
    }

    #cookiescript_badgetext {
        text-align: center !important;
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 700px) {

    :root {
        --altezzaVideo: 290px; /* altezza video su VIDEO e private areas (la metà) */
    }
}

@media screen and (max-width: 550px) {

    :root {
        --altezzaVideo: 250px; /* altezza video su VIDEO e private areas (la metà) */
    }
}

@media screen and (max-width: 450px) {

    :root {
        --altezzaVideo: 200px; /* altezza video su VIDEO e private areas (la metà) */
    }
}

@media screen and (max-width: 330px) {

    :root {
        --altezzaVideo: 160px; /* altezza video su VIDEO e private areas (la metà) */
    }
}

@media screen and (max-width: 350px) {

    #headerCenter > span > span > t {
        display: none;
    }
}

@media screen and (max-width: 1015px) and (min-width: 1000px) {

    #headerCenter > span > span > t {
        display: none;
    }
}

@media screen and (max-width: 999px) and (min-width: 750px) { /* ATTENZIONE ---------- cancella questo MEDIA SCREEN quando ripristini EUREKA HOME */

    /* boxes in home page */
    .inside .macroBoxes div {
        width: calc((100% - 45px) / 3);
        margin: 0 15px 0 0;
        height: 415px;
    }

        .inside .macroBoxes div:nth-of-type(2), .inside .macroBoxes div:nth-of-type(4) {
            margin: 0 15px 0 0;
        }
}


@media screen and (max-width: 400px) { /* impostazione per MOBILE sotto i 400px */
    :root {
        --insidePadding: 20px;
    }

    /* boxes in home page */
    .inside .macroBoxes div {
        width: 100%;
        margin: 0 0 5px 0;
    }

        inside .macroBoxes div:nth-of-type(2), .inside .macroBoxes div:nth-of-type(4) {
            margin: unset;
        }

    /*catalogo listing */
    .all_products ul li {
        width: calc(100% - 4px);
        margin: 10px 0 5px 0;
        border: solid 2px #fff;
    }

    /* catalogo scheda */

    .accessoriProdotto {
        width: 100%;
        margin: 0 0 0 0;
    }

        .accessoriProdotto li {
            width: calc((100% - 10px) / 2);
            margin: 0 10px 10px 0;
        }

        .accessoriProdotto li {
            margin: 0 10px 10px 0;
        }

            .accessoriProdotto li:nth-child(2n) {
                margin: 0 0 10px 0;
            }

            .accessoriProdotto li:nth-child(3n) {
                /*margin: 0 10px 10px 0;*/
            }

    .videoUl li {
        width: 100%;
        margin: 0 0 20px 0;
        height: 180px;
    }

    /* hs form */
    .my_form_container {
        width: calc(100% - 20px - 2px);
        padding: 20px 10px 20px 10px;
        background-color: transparent;
    }

    .hs-form input[type="text"][name~="state"] {
        width: calc(100% - 10px - 2px) !important;
    }

    .hs-form select[name~="country"], .hs-form select[name~="tipologia_cliente"] {
        width: calc(100% + 5px) !important;
    }

    .hs-form textarea {
        width: 95% !important;
    }
}

@media screen and (min-width: 600px) {

    :root {
        --containerPadding: 30px;
        --insidePadding: 70px;
    }
}

@media screen and (min-width: 750px) {

    /*
    :root {
        --containerPadding: 80px;
        --insidePadding: 120px;
    }*/
}

@media screen and (min-width: 1000px) {

    :root {
        --containerPadding: 20px;
        --insidePadding: 60px;
        --altezzaVideo: 260px; /* altezza video su VIDEO e private areas (la metà) */
    }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {

    .inside .macroBoxes div p.discover { /* scritte box home scopri gamma completa */
        font-size: 13px;
    }

        .inside .macroBoxes div p.discover span {
            display: none;
        }
}

@media screen and (min-width: 1100px) {
    :root {
        --containerPadding: 30px;
        --insidePadding: 80px;
    }
}

@media screen and (min-width: 1200px) {


    :root {
        --altezzaVideo: 300px; /* altezza video su VIDEO e private areas (la metà) */
    }
}

@media screen and (min-width: 1300px) {


    :root {
        --containerPadding: 50px;
        --insidePadding: 130px;
    }

    :root {
        --altezzaVideo: 320px; /* altezza video su VIDEO e private areas (la metà) */
    }
}

@media screen and (min-width: 1400px) {

    :root {
        --containerPadding: 70px;
        --insidePadding: 150px;
    }

    :root {
        --altezzaVideo: 330px; /* altezza video su VIDEO e private areas (la metà) */
    }
}

@media screen and (min-width: 1500px) {

    :root {
        --containerPadding: 100px;
        --insidePadding: 220px;
    }

    :root {
        --altezzaVideo: 340px; /* altezza video su VIDEO e private areas (la metà) */
    }
}

@media screen and (min-width: 1700px) {

    :root {
        --containerPadding: 180px;
        --insidePadding: 300px;
    }

    :root {
        --altezzaVideo: 370px; /* altezza video su VIDEO e private areas (la metà) */
    }
}

@media screen and (min-width: 1850px) {

    :root {
        --containerPadding: 200px;
        --insidePadding: 400px;
    }


    :root {
        --altezzaVideo: 380px; /* altezza video su VIDEO e private areas (la metà) */
    }
}






/************************************************************************************
/* MISCELLANEOUS */
/*************************************************************************************/
.log_div {
    position: fixed;
    top: 20%;
    left: 0;
    width: 100px;
    z-index: 1000000;
    background-image: url(/images/buttons/black_transparent.png);
    font-family: 'Courier New';
    font-size: 11px;
    padding: 6px;
    color: #ccc;
    box-shadow: 0px 0px 2px #000;
    visibility: hidden;
}

    .log_div A:link, .log_div A:visited {
        text-decoration: none;
        color: #eee;
    }

    .log_div A:hover {
        color: lightgreen;
    }

    .log_div img {
        float: right;
        border: 0px;
        vertical-align: top;
        margin: 0px;
        cursor: pointer;
    }

    .log_div div {
        display: block;
    }



/*-------------finestre alert---------- */
.jqifade {
    position: absolute;
    background-color: #000;
}

div.jqi {
    position: absolute;
    background-color: #eee;
    font-size: 100%;
    z-index: 4000;
    text-align: left;
    border: solid 1px #eeeeee;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 7px;
}

    div.jqi .jqicontainer {
        font-family: Goty_bold;
        z-index: 9999999999999;
    }

    div.jqi .jqiclose {
        float: right;
        padding: 2px 4px;
        cursor: pointer;
        background-image: url(/images/buttons/closing.png);
        background-repeat: no-repeat;
        font-size: 0%;
        width: 16px;
        height: 16px;
        display: none;
    }

    div.jqi .jqimessage {
        padding: 10px;
        line-height: 20px;
        color: #444444;
        clear: both;
    }

    div.jqi .jqibuttons {
        text-align: right;
        padding: 5px 0 5px 0;
        border: solid 1px #eeeeee;
        background-color: #eee;
    }
    /*barra pulsanti*/
    div.jqi button {
        padding: 1px 10px;
        margin: 0 10px;
        background-color: #CC9524;
        border: solid 1px #f4f4f4;
        color: #333333;
        font-weight: normal;
        font-size: 10px;
        cursor: pointer;
    }

        div.jqi button:hover {
            background-color: #728A8C;
        }

        div.jqi button.jqidefaultbutton {
            background-color: #46AA34;
            color: #fff;
            font-size: 130%;
        }
/*pulsante ok*/
.jqiwarning .jqi .jqibuttons {
    background-color: #fff;
}
/*pulsante ok*/

.promptAreaRiservataOro {
    background-color: transparent;
    /*background-image:url(/images/logo_oro_small.png);
    background-repeat:no-repeat;
    background-position:-50px 40px;*/
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

    .promptAreaRiservataOro input[type=text], .promptAreaRiservataOro input[type=password] {
        width: 200px;
        min-height: 16px;
        padding: 7px 6px;
        margin: 0 0 15px 0;
        color: #555;
        border: 1px solid #ccc;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        background-color: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .promptAreaRiservataOro input[type=button] {
        background-color: #000;
        color: #a1853e;
        font-family: 'Goty';
        font-weight: bold;
        font-size: 16px;
        border: 0;
        padding: 6px 38px;
        cursor: pointer;
        vertical-align: middle;
        margin: 0 0 10px 0;
        border: solid 1px #333;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        /*border-radius:10px 10px 60px 60px;*/
    }




@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}
