@media print {

    body {
        font-family: 'muliregular';
        color: #000;
        background: #DDDDDD;
        font-size: 16px;
    }

    a {
        color: #000;
        transition: .5s all;
    }

    a:hover,
    a:focus {
        color: #DD2A24;
    }

    .bannerf {
        width: 100%;
    }

    .contenuto {
        padding: 21px 13px 0 13px;
        /*levo 8px del padding delle celle*/
        background: #fff;
        max-width: 1100px;
        margin: 0 auto;
        margin-top: 0 !important;
        position: relative;
        z-index: 5;
    }

    .left {
        width: calc(728px + 16px);
        /*aggiungo 8x2 px di spazio*/
        margin-right: calc(30px - 8px);
        /*8 px per lo spazio a dx*/
    }

    .right {
        width: none;
    }

    .space {
        height: 20px;
        display: block;
        width: 100%;
    }

    .articolo {
        position: relative;
        margin-bottom: 15px;
    }

    .fullspace {
        /*width: calc(100% + 30px);
    margin: 0 -15px 0 -15px !important;*/
        width: calc(100% + 26px);
        margin: 0 -13px 0 -13px !important;
    }
    
    a[href]:after {
        content: none !important;
    }
    .articoli-correlati {
        display: none;
    }
    .pagination {
        display: none;
    }
    .breadcrumbs {
        display: none;
    }

    .testatamobile {
        display: none;
    }

    .menuallcnt {
        display: none;
    }

    .articolo-cat-title {
        display: none;
    }

    .articolo-cat {
        /*display: none;*/
    }

    .footer-top {
        display: none;
    }

    .footer {
        display: none;
    }

    .article-buttons {
        display: none;
    }

    .fb-comments {
        display: none !important;
    }

    .bt {
        display: none !important;
    }

    .footer-bottom {
        display: none !important;
    }

    .testata {
        display: block !important;
    }

    .testata ul {
        display: none !important;
    }

    .credits {
        display: block !important;
    }

    .cerca {
        display: none;
    }

    .menubtn {
        display: none;
    }


    /* ADV
------------------*/
    .leaderboard {
        display: none;
    }

    .box {
        display: none;
    }

    .centered-skin {
        display: none;
    }

    /* INPUT
-------------------------- */

    input.search-field {
        width: 80%;
        float: left;
        box-shadow: none;
    }

    input.search-submit.button {
        margin: 0;
        background: #DD2A24;
        background-image: url(../img/cerca-white.png);
        background-repeat: no-repeat;
        background-position: center center;
        /*height: 39px;
    float: right;
    width: 18%;*/
        padding: 1px 0 0 0;
    }

    strong {
        font-family: 'muliextrabold';
        font-weight: 300;
    }

    .textjustify {
        text-align: justify;
    }

    input[type='search'] {
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: 2rem;
        margin: 0 0 1rem;
        padding: .5rem;
        border: 1px solid #cacaca;
        border-radius: 0;
        background-color: #FFF;
        box-shadow: inset 0 0px 0px rgba(10, 10, 10, .0);
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #0a0a0a;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    [type='search']:focus {
        outline: none;
        border: 1px solid #8a8a8a;
        background-color: #FFF;
        box-shadow: 0 0 0px #FFF;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    }

    input[type='submit'] {
        align-items: flex-start;
        text-align: center;
        cursor: pointer;
        height: 2rem;
        color: #FFF;
        background: #DD2A24 !important;
        padding-top: 2px;
        padding-right: 6px;
        background-color: buttonface;
        box-sizing: border-box;
        border: 0;
        width: 100%;
    }

    input[type='submit']:hover {
        background: #DD2A24 !important;
    }

    /*TESTATA*/
    .testata ul {
        margin: 0;
        padding: 0;
        float: right;
    }

    .testata ul li {
        list-style: none;
        line-height: 1.4;
        display: inline-block;
    }

    .testata ul li a {
        font-size: 16px;
        color: #333;
        font-weight: normal;
        text-transform: uppercase;
        padding: 0 5px;
        font-family: 'muliblack';
    }

    .testata ul li a:hover,
    .testata ul li a.active {
        color: #DD2A24;
        text-decoration: underline;
    }

    .logo {
        max-width: 300px;
    }

    .menubtn {
        background-image: url(../img/menu.png);
        width: 26px;
        height: 22px;
        display: inline-block;
        float: right;
        margin-right: 15px;
        cursor: pointer;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .cerca {
        background-image: url(../img/cerca.png);
        width: 28px;
        height: 28px;
        display: inline-block;
        float: right;
        margin-top: -3px;
        margin-left: 15px;
        cursor: pointer;
        background-size: contain;
        background-repeat: no-repeat;
    }

    /*MEGA MENU*/
    #menuTrigger,
    #searchTrigger,
    #menuMobileTrigger,
    .menuall {
        display: none;
    }

    /*#menuTrigger:checked + .menuall,
#searchTrigger:checked + .menuall,
#menuMobileTrigger:checked + .menuall{
    display: flex;
}*/
    .menuallcnt {
        position: relative;
    }

    .menuall {
        position: absolute;
        background: #fff;
        z-index: 98;
        border-bottom: 2px solid #ccc;
        padding: 0 13px 15px 13px;
        width: calc(100% + 26px);
        margin: 0 -13px 0 -13px !important;
    }

    .menu-title {
        font-size: 16px;
        font-family: 'muliblack';
        margin-top: 20px;
    }

    .menu-divider,
    .menu-divider-top {
        display: block;
        width: 100%;
        border-bottom: 2px solid #ccc;
        margin-bottom: 5px;
    }

    .menu-divider-top {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    ul.menu-menu {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    ul.menu-menu li {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
    }

    .menuall .small {
        font-size: 12px;
        color: #DD2A24;
        font-weight: normal;
    }

    .menu-icons {
        padding: 5px !important;
    }

    .menu-icons > a {
        border-radius: 3px;
    }


    /*FOOTER*/
    .footer-separator {
        border-top: 3px solid #DD2A24;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .footer-top {
        padding: 0 7px 15px 7px;
    }

    .footer-top > .cell:not(:first-child) {
        border-left: 1px solid #999;
    }

    .footer-top-title {
        font-size: 16px;
        font-family: 'muliblack';
        color: #000;
    }

    .footer-top ul {
        margin: 0;
        padding: 0;
    }

    .footer-top ul li {
        list-style: none;
        line-height: 1.6;
    }

    .footer-top ul li a {
        font-size: 14px;
        color: #333;
    }

    .footer-top ul li a:hover {
        color: #DD2A24;
    }

    .footer-top .footer-top-dealers {
        max-height: 100px;
    }


    .footer {
        background: #ddd;
        padding: 15px 20px;
    }

    .footer ul {
        margin: 0;
        padding: 0;
    }

    .footer ul li {
        list-style: none;
        line-height: 1.4;
    }

    .footer ul li:first-child a {
        font-size: 13px;
        font-family: 'muliblack';
    }

    .footer ul li a {
        font-size: 12px;
        color: #333;
    }

    .footer ul li a:hover {
        color: #DD2A24;
    }

    .footer-bottom {
        background: #ccc;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .footer-bottom ul {
        margin: 0;
        padding: 0;
    }

    .footer-bottom ul li {
        display: inline-block;
    }

    .footer-bottom ul li a {
        font-size: 14px;
    }

    .footer-bottom ul li a:before {
        content: "";
        height: 20px;
        background: #aaa;
        width: 1px;
        float: left;
        margin: 4px 5px 5px 0;
    }

    .footer-bottom ul li:first-child a:before {
        display: none;
    }

    .footer-bottom .credits {
        font-size: 13px;
        color: #666;
    }

    /* HOME
----------------------------------- */
    .button-home a {
        font-size: 16px;
        color: #333;
        font-weight: 300;
        text-transform: uppercase;
        font-family: 'muliblack';
        letter-spacing: 0;
    }

    .button-home a:hover {
        color: #DD2A24 !important;
    }

    .drop {
        font-weight: bold;
        padding-left: 15px;
        background-image: url(../img/drop.png);
        background-repeat: no-repeat;
        background-position: left center;
    }

    .point {
        margin: 0;
        padding: 0;
    }

    .point > i {
        font-weight: bold;
        font-style: normal;
        color: #DD242D;
        font-size: 20px;
        margin: 0 4px 0 -1px;
        padding: 0;
    }

    .link-topdealers {
        height: 30px;
        width: 150px;
    }

    .social {
        padding-right: 5px;
    }

    .social img {
        opacity: 0.3;
        width: 25px;
    }

    .social img:hover {
        opacity: 0.6;
    }

    .social-top {
        padding-right: 5px;
    }

    .social-top img {
        opacity: 1;
        height: 30px;
    }

    .social-top img:hover {
        opacity: 1;
    }

    .social-newsletter {
        padding: 0 !important;
        margin: 0 !important;
        line-height: 0.7em !important;
    }

    .social-newsletter > a {
        font-style: italic;
        font-size: 12px;
        padding: 0 !important;
        margin: 0 !important;
        color: #444;
    }

    .social-newsletter > a:hover {
        color: #DD242D;
    }


    .articolo .articolo-descrizione {
        font-family: 'muliregular';
        color: #000;
        font-size: 16px;
        line-height: 1.3;
    }

    .first-articolo {
        margin-bottom: 20px;
    }

    .image16-9 {
        position: relative;
    }

    .image16-9:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%;
    }

    .image16-9 > .content-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }

    .image16-9 > .content-image > image {
        width: 100%;
    }

    .image4-3 {
        position: relative;
    }

    .image4-3:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 65%;
    }

    .image4-3 > .content-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }

    .image4-3 > .content-image > image {
        width: 100%;
    }

    .content-bgimage {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .card-section {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 0.3rem 1rem;
        background: #EEE;
    }

    .card-section > a > p {
        line-height: 1.2;
        margin: 0;
        padding: 0;
    }

    .card-section > a > strong {
        margin: 0;
        padding: 0;
        font-size: 22px;
        line-height: 0;
    }


    /* ARTICOLO
----------------------------------- */
    .articolo-padding-left {
        padding-left: 4px;
    }

    .articolo-padding-right {
        padding-right: 4px;
    }

    .articolo-immagine {
        display: block;
    }

    .articolo-immagine img {
        width: 100%;
    }

    .articolo-categoria {
        position: absolute;
        background: #000;
        padding: 7px 15px;
        color: #fff;
        margin-top: -40px;
        margin-left: 8px;
        z-index: 3;
        display: block;
        line-height: 1;
        font-family: 'muliblack';
        text-transform: uppercase;
    }

    .articolo-categoria-1 {
        background: #DD2A24;
    }

    .articolo-categoria-2 {
        background: #009145;
    }

    .articolo-categoria-3 {
        background: #0071bb;
    }

    .articolo-categoria-4 {
        background: #8b6239;
    }

    .articolo-categoria-5 {
        background: #f6921e;
    }

    .articolo-categoria:hover {
        color: #fff;
    }

    .articolo-titolo {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 15px;
        margin-top: 10px;
        display: block;
    }

    .articolo-small .articolo-titolo {
        font-size: 14px;
        margin: 5px 0;
        line-height: 1.2;
        font-family: 'muliextrabold'
    }

    .articolo-small .articolo-descrizione {
        font-size: 14px;
    }

    .articolo-small .articolo-categoria {
        font-size: 12px;
        margin-top: -30px;
    }

    .articolo-tag {
        background: #000;
        padding: 15px 7px 15px 7px;
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }

    .articolo-tag .articolo-titolo {
        font-size: 16px;
        color: #fff;
        margin-bottom: 0;
    }

    .articolo-tag-sezione {
        display: block;
        margin-bottom: 10px;
    }

    .articolo-brand {
        font-size: 13px;
        color: #666;
        margin-bottom: 0;
    }

    .articolo-link {
        text-transform: uppercase;
    }

    .articolo-link > a,
    .articolo-link > a:link {
        font-size: 13px;
        color: #DD2A24;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .titolo-loop {
        font-size: 20px !important;
        line-height: 1;
        margin-bottom: 10px;
        margin-top: 5px;
        display: block;
        font-family: 'muliextrabold';
        font-weight: normal;
    }


    .articolo-cat-title .articolo-categoria {
        position: relative;
        margin: 0;
        display: inline-block;
        margin-bottom: 5px;
    }

    .articolo-cat .articolo-titolo {
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 5px;
        line-height: 1.3;
    }

    .articolo-cat-2 .articolo-titolo {
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 5px;
        line-height: 1.3;
    }

    .articolo-tags {
        color: #DD2A24;
        font-size: 12px;
        text-transform: uppercase;
    }

    .articolo-tags a {
        color: #DD2A24;
    }

    .articolo-news {
        position: relative;
    }

    .articolo-more a {
        position: absolute;
        bottom: 8px;
        right: 8px;
    }



    .approfondimenti {
        background: #e5e5e5;
        padding: 15px 7px 15px 7px;
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }

    .approfondimenti .articolo-cat-title {
        margin-bottom: 10px;
        font-family: 'muliblack';
    }

    .approfondimenti .articolo-titolo {
        background: #fff;
        padding: 10px 5px;
        margin: 0;
        font-weight: normal;
        font-size: 16px;
    }

    .articolo-cat-sezione .articolo-categoria {
        position: relative;
        margin: 0;
        display: inline-block;
        background: #666666;
    }

    .articolo-cat-sezione .articolo-categoria-div {
        border-bottom: 2px solid #cbcbcb;
        margin-bottom: 10px;
        margin-top: -2px;
    }

    .list:before {
        content: "";
        width: 7px;
        height: 7px;
        background: #DD2A24;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        margin-top: 6px;
        margin-left: -15px;
    }

    .list {
        padding-left: 15px;
        display: block;
        font-size: 14px;
        text-transform: uppercase;
    }


    /* CONTENT VIDEO
----------------------------------- */
    .content-video > p > iframe {
        display: block;
        content: "";
        width: 100%;
        height: 410px;
        margin-bottom: 20px;
    }

    .content-video > iframe {
        display: block;
        content: "";
        width: 100%;
        height: 410px;
        margin-bottom: 20px;
    }

    .rwd-video > p {
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        padding-top: 30px;
        position: relative;
    }

    .rwd-video > p > iframe,
    .rwd-video > p > object,
    .rwd-video > p > embed {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }


    /* CATEGORY
-------------------------------- */
    .category-titolo {
        font-size: 1.2em;
        line-height: 1.1;
        margin-bottom: 20px;
        margin-top: 5px;
        display: block;
    }

    .category-text {
        display: block;
        margin-bottom: 20px;
        line-height: 1.2;
        color: #333;
    }

    .category-tagsContent {
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 9;
    }

    .category-tags {
        display: inline-block;
        background: #DD2A24;
        padding: 6px 13px;
        color: #fff;
        z-index: 3;
        line-height: 1;
        font-family: 'muliblack';
        font-size: 12px;
        font-weight: 300;
        text-transform: uppercase;
    }

    .category-tags > a {
        background-color: transparent !important;
        color: #FFF;
    }

    .adv-tagsContent {
        position: absolute;
        top: -7px;
        left: 0;
    }

    .adv-tags {
        display: inline-block;
        z-index: 3;
    }

    .adv-tags > p {
        display: inline-block;
        background: #FFFFFF;
        padding: 5px 8px;
        color: #333333;
        z-index: 3;
        line-height: 1;
        font-family: 'muliblack';
        font-size: 10px;
        font-weight: 300;
        text-transform: uppercase;
    }

    .prezzo_annuncio {
        background: #f6911f !important;
        left: 5px !important;
    }



    /* BRAND MODEL
-------------------------------- */

    .brand-tagsContent {
        /*position: absolute;
    bottom: 0;
    left: 0; right:0;*/
    }

    .brand-tags {
        padding: 10px;
        background: rgba(0, 0, 0, 0.8);
        z-index: 3;
    }

    .brand-tags a {
        font-size: 24px;
        line-height: 0;
        font-family: 'muliregular';
        color: #FFF;
    }


    /* STARS
-------------------------------- */
    #una_stella,
    #due_stelle,
    #tre_stelle,
    #quattro_stelle,
    #cinque_stelle {
        line-height: 0;
    }

    .vote-container {
        border-left: #DD2A24 4px solid;
        padding-left: 10px;
        height: 50px;
    }

    .vote-text > strong {
        color: #DD2A24;
    }

    .vote-label {
        font-size: 11px;
        display: inline-block;
        vertical-align: top;
        margin-top: 1px;
    }

    .vote-stars {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100px;
        margin-top: -4px !importnat;
        margin-left: 5px;
    }

    .vote-result {
        position: absolute;
        top: 42px;
        width: 300px;
        color: #DD2A24;
        font-family: 'muliblack';
        text-transform: uppercase;
        font-size: 13px;
    }



    /* PAGINATION ARTICOLO
-------------------------------- */
    .pagination .current {
        padding: .188rem .625rem;
        background: #DD2A24;
        color: #fefefe;
        cursor: default;
    }

    .pagination .current > a {
        color: #FFF;
    }

    .pagination .current a:hover {
        background-color: transparent !important;
    }

    .pagination a:hover {
        background-color: #DDD;
    }




    /*widget*/
    .widget-sep {
        height: 1px;
        background: #CCCCCC;
        margin: 7px 0 6px 0;
    }

    .widget-space {
        height: 15px;
    }

    .borderlist > div,
    .borderlistfull > div {
        border-bottom: 1px dotted #ccc;
        padding-bottom: 3px;
        margin-bottom: 3px;
    }

    .borderlist > div:nth-last-child(1),
    .borderlist > div:nth-last-child(2),
    .borderlistfull > div:nth-last-child(1) {
        border-bottom: 0;
        margin-bottom: 0px;
    }

    .borderlist .list,
    .borderlistfull .list {
        font-size: 14px;
    }

    .articolo-video .articolo-immagine {
        position: relative;
    }

    .articolo-video .articolo-immagine:before {
        content: "";
        background-image: url(../img/video.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left center;
        width: 67px;
        height: 67px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9;
    }

    .articolo-doc .articolo-immagine:before {
        content: "";
        background-image: url(../img/doc.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left center;
        width: 67px;
        height: 67px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9;
    }

    .articolo-video .medium-6 .articolo-immagine:before {
        width: 40px;
        height: 40px;
    }

    .articolo-video .medium-6 .iconvideo-big:before {
        width: 60px;
        height: 60px;
    }

    .widget-articolo .articolo-titolo {
        font-size: 14px;
        line-height: 1.2em;
        margin: 0;
        padding-left: 5px;
    }

    .widget-articolo {
        border-bottom: 1px dotted #666;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .model-content {
        background: #DDDDDD;
        padding: 20px 10px;
    }

    .model-list {
        border-bottom: 0px dotted #666;
    }

    .model-title {
        font-family: 'muliblack';
    }

    .ricerca .medium-6:nth-child(1) {
        padding-right: 5px;
    }

    .ricerca select {
        font-size: 12px;
        background-color: #eee;
        padding: 5px;
        height: auto;
        margin-bottom: 5px;
    }

    .ricerca .button,
    .ricerca .button:hover {
        background: #f6911f;
        text-transform: uppercase;
        width: 100%;
        padding: 5px;
    }

    .button-usato {
        padding: 8px 5px !important;
    }

    .borderlist-widget > div,
    .borderlistfull-widget > div {
        border-bottom: 1px dotted #ccc;
        margin-bottom: 5px;
    }

    .borderlist-widget > div:nth-last-child(1),
    .borderlist-widget > div:nth-last-child(2),
    .borderlistfull-widget > div:nth-last-child(1) {
        border-bottom: 0;
        margin-bottom: 0px;
    }

    .borderlist-widget .list,
    .borderlistfull-widget .list {
        font-size: 14px;
    }

    .borderlist-widget .list::before {
        width: 0;
        height: 0;
    }

    .link-all {
        border-bottom: 1px dotted #000;
        width: 100%;
        text-align: right;
    }

    .link-all > a {
        color: #DD2A24;
        font-style: italic;
    }

    /*DETTAGLIO*/

    /*BREAD*/
    .breadcrumbs {
        margin: 10px 0 5px 0;
        border-bottom: 1px solid #ccc;
    }

    .breadcrumbs li:not(:last-child)::after {
        content: ">";
        margin: 0 5px;
        color: #333;
    }

    .breadcrumbs li {
        color: #bbb;
    }

    .breadcrumbs li a {
        color: #333;
    }

    .fa-home {
        font-size: 14px;
    }

    /*GALLERY*/
    .zoom {
        position: absolute;
        z-index: 3;
        right: 10px;
        top: 10px;
        pointer-events: none;
        width: 40px;
    }

    .gallery-thumbs {
        margin-bottom: 15px;
    }

    .gallery-thumbs .swiper-slide {
        width: 11.84%;
        height: 100%;
    }

    .gallery-top .swiper-slide {
        padding-bottom: 10px;
        height: auto !important;
    }

    .gallery-top .swiper-slide img {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }

    .swiper-slide span {
        text-align: left;
        width: 100%;
    }

    .swiper-pagination.swiper-pagination-fraction {
        float: right;
        text-align: right;
        font-size: 14px;
    }

    .swiper-button-prev-bottom.swiper-button-disabled,
    .swiper-button-next-bottom.swiper-button-disabled {
        display: none;
    }

    .gallery-top .swiper-button-next-top,
    .gallery-top .swiper-button-prev-top {
        background-color: #333;
        background-size: 17px;
        background-repeat: no-repeat;
        background-position: center center;
        width: 40px;
        height: 40px;
    }

    .gallery-thumbs .swiper-button-next-bottom,
    .gallery-thumbs .swiper-button-prev-bottom {
        background-color: rgba(255, 255, 255, 0.85);
        width: 38px;
        height: 77px;
        margin-top: -39px;
        right: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 16px;
        margin-right: -1px;
    }

    .gallery-thumbs .swiper-button-prev-bottom {
        right: auto;
        left: 0;
        margin-right: 0px;
    }

    .wp-caption {
        width: 100% !important;
    }

    .wp-caption-text {
        font-style: italic;
        margin-bottom: 0.8rem;
        font-size: inherit;
        line-height: 1.2;
        text-rendering: optimizeLegibility;
        margin-bottom: 25px;
    }

    /*SEZIONI*/
    .articolo-dettaglio > p {
        text-align: justify;
        line-height: 1.5;
    }

    .articolo-dettaglio iframe {
        width: 100% !important;
    }

    h1 {
        font-size: 30px;
        line-height: 1em;
        margin-bottom: 15px;
        margin-top: 10px;
        display: block;
        color: #DD2A24;
        font-family: 'muliregular';
    }

    h2 {
        font-size: 22px;
        line-height: 1.1;
        margin-bottom: 35px;
        margin-top: 5px;
        color: #555;
        display: block;
        font-family: 'muliregular';
    }

    h2 > p {
        font-size: 22px;
        line-height: 1.3;
        margin-top: 0;
    }

    h3 {
        font-size: 22px;
        line-height: 1;
        margin-bottom: 10px;
        margin-top: 15px;
        display: block;
        font-family: 'muliblack';
    }

    .articolo-dettaglio img {
        padding: 0 0 0 0;
    }

    .social-articolo {
        display: inline-block;
    }

    .social-articolo:nth-last-child(1) {
        margin-left: 5px;
    }

    .social-articolo img {
        width: 29px;
    }

    .autore-img img {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        float: left;
        margin-right: 8px;
    }

    .autore-name {
        font-weight: bold;
        font-size: 0.8em;
        margin: 0;
        padding-top: 5px;
    }

    .autore-date {
        font-size: 0.8em;
        margin: 0;
    }

    .articolo-cat-3 .articolo-titolo {
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-0%, -0%);
        background: rgba(0, 0, 0, 0.6);
        margin: 0;
        padding: 6px;
        color: #fff;
        font-weight: normal;
        width: 100%;
    }

    .articolo-cat-3 .articolo-immagine {
        position: relative;
    }

    .widget-title {
        font-family: 'muliblack';
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .articolo-tag-widget {
        background: #000;
        padding: 10px 2px 2px 2px;
    }

    .articolo-tag-widget .articolo-titolo {
        font-size: 16px;
        color: #fff;
        margin-bottom: 0;
    }

    .articolo-tag-widget .articolo {
        margin-bottom: 5px;
    }

    .articolo-tag-widget .articolo:after {
        border-bottom: 1px dotted #ccc;
        content: "";
        width: calc(100% - 16px);
        margin-left: 8px;
        display: block;
        margin-top: 5px;
    }

    .articolo-tag-widget .articolo:nth-last-child(1):after {
        display: none;
    }

    .article-buttons {
        background: #DD2A24;
        display: block;
    }

    .article-buttons:hover {
        background: #AAA;
    }

    .title-brandmodel p {
        text-align: justify;
        line-height: 1.4 !important;
    }

    .title-brandmodel > img {
        display: inline-block;
        vertical-align: middle;
        height: 50px;
    }

    .title-brandmodel > h1 {
        display: inline-block;
        vertical-align: middle;
    }

    /* SCHEDA LISTINO
--------------------------------*/
    .tecnical-content {
        border: 0px solid #DD2A24;
        background: #DDD;
        padding: 10px;
    }

    .tecnical-item {
        margin-bottom: 5px;
        padding-left: 0;
        display: block;
        font-size: 18px;
    }

    .tecnical-icon {
        display: inline-block;
        vertical-align: bottom;
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

    .tecnical-list {
        padding-left: 0;
        display: block;
        font-size: 22px;
        text-transform: uppercase;
    }

    .tecnical-price {
        display: block;
        margin: -40px 0 0 35px;
        font-size: 30px;
    }


    /* PAGINA MARCHE
----------------------------- */
    .container-title > h1 {
        display: inline-block;
    }

    .container-title > ul {
        display: inline-block;
        float: right;
        list-style-type: none;
    }

    .container-title > ul > li {
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 15px;
        margin-top: 10px;
        color: #DD2A24;
        font-family: 'muliextrabold';
    }

    .widget-segmento {
        border-bottom: 0px dotted #666;
        margin-bottom: 5px;
        padding-bottom: 25px;
        background: #EEE;
    }

    .widget-cerca {
        border-bottom: 0px dotted #666;
        margin-bottom: 5px;
        padding-bottom: 10px;
        background: #EEE;
    }

    .marche-logo {
        display: block;
        text-align: center;
        background: #EEE;
        padding: 20px 0;
        border-radius: 5px;
    }

    .marche-name {
        display: block;
        text-align: center;
        font-family: 'muliregular';
        font-weight: 300;
        line-height: 1;
        font-size: 15px;
        margin: 5px 0 15px 0;
    }

    .segmento-icon {
        padding: 0 10px;
    }

    .segmento-icon a img {
        margin: 0 10px;
    }

    .segmento-name {
        display: block;
        text-align: center;
        font-family: 'muliextrabold';
        font-weight: 300;
        line-height: 1;
        font-size: 13px;
    }

    /* TAG PAGE
---------------------------- */
    .tag-list {
        margin-bottom: 20px;
    }

    .tag-listitem {
        height: 18px;
    }

    .tag-listitem > a {
        font-size: 14px;
        line-height: 10px;
    }

    /* CLUB E RADUNI
------------------------------ */
    .table-title {
        font-family: 'muliextrabold';
        font-size: 15px;
    }

    .table-link {
        color: #DD2A24;
        font-style: italic;
    }

    .table-brand {
        font-size: 13px;
    }

    .table-address {
        font-size: 13px;
    }

    .table-go {
        text-align: center;
    }

    .table-go > a {
        text-align: center;
        font-family: 'muliextrabold';
        font-family: 'muliextrabold';
        font-size: 20px;
        line-height: 1em;
        color: #DD2A24;
    }

    .datepicker {
        height: 38px;
        width: 100%;
    }

    /* REDAZIONE
------------------------------------ */
    .redazione {
        background: #EEE;
    }

    .redazione-container {
        padding: 0;
        background: #EEE;
        margin-bottom: 10px;
    }

    .redazione-container h3 {
        font-size: 20px;
        line-height: 1;
        font-weight: normal;
        margin: 0 0 2px 0;
        display: block;
        font-family: 'muliextrabold';
    }

    .redazione-container h4 {
        font-size: 14px;
        line-height: 1.2;
        font-weight: normal;
        margin: 0 0 2px 0;
        display: block;
        font-family: 'muliregular';
    }

    .redazione-container .mail_autori {
        font-size: 16px;
        line-height: 1.2;
        font-weight: normal;
        margin: 0;
        display: block;
        font-family: 'muliregular';
        font-style: italic;
    }

    .redazione-container img {
        width: 100px;
    }

    .redazione-lista {
        margin: 0;
        list-style-type: none;
    }

    .redazione-lista li {
        float: left;
        margin-right: 5px;
    }

    .redazione-lista li a {
        color: #DD2A24;
        font-size: 13px;
        line-height: 1.6;
    }

    .redazione-indirizzi {
        font-size: 14px;
        line-height: 1.4;
    }

    .redazione-indirizzi strong {
        font-size: 16px;
        line-height: 1.4;
    }

    /* TOP DEALERS
---------------------------------- */
    .logo-topdealers {
        display: block;
        margin-bottom: 20px;
    }

    .attestato-bg {
        position: relative;
        width: 100%;
        padding-bottom: 75%;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/attestato-bg-digital.png);
    }

    .attestato-logo {
        width: 50%;
        position: absolute;
        margin: 45.5% auto 0 auto;
        text-align: center;
        left: 25%;
    }

    .topdealers-info {
        font-size: 14px;
    }

    .topdealers-info > strong {
        font-size: 16px;
    }

    .content-modello img {
        width: 100% !important;
    }

    /* CURSORI
--------------------- */
    .cursor-default {
        cursor: default !important;
    }



    .hnomargin {
        margin-bottom: 0;
        margin-top: 0;
    }

    .hnocolor {
        display: inline;
        font-size: 16px;
        font-family: 'muliblack';
        margin-top: 20px;
        color: black;
    }



}

@media print (max-width: 1110px) {
    .left {
        width: calc(100% - 328px);
    }
}

@media print (max-width: 1023px) {
    body {
        background: #eeeeee;
    }

    .fullWidth {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        max-width: initial;
        margin: 0;
    }

    .fullspace {
        width: 100%;
        margin: 0 !important;
    }

    /*.fullspace {
        width: calc(100% + 28px);
        margin: 0 -15px 0 -15px !important;
    }*/
    .left {
        width: 100%;
        margin: 0;
    }

    .right {
        width: 100%;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .bannerf {
        display: block;
        margin: 0 auto;
        width: auto;
    }

    .menuall {
        padding-top: 15px;
    }

    input.search-field {
        margin: 0;
    }

    h2 {
        font-size: 1.3em;
        line-height: 1.2em;
        margin-top: 0;
    }

    h2 > p {
        font-size: 22px;
        line-height: 1.3;
        margin-top: 0;
    }

    .bt img {
        margin-bottom: 10px;
    }

    /* ARTICOLO
    ----------------------- */

    .widget-articolo .articolo-titolo {
        padding: 10px 0;
        margin: 0;
        background: #fff;
        font-size: 16px;
        font-weight: bold;
    }

    .widget-articolo {
        border-bottom: 0px dotted #666;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .author {
        text-align: right;
        border-bottom: 1px solid #666666;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .autore-img img {
        float: right;
        margin-left: 15px;
        margin-right: 0;
    }

    .social-articolo-cnt {
        text-align: left;
    }

    .articolo-cat-title .articolo-categoria {
        display: block;
        background-image: url(../img/next.png);
        background-repeat: no-repeat;
        background-position: 95% center;
        background-size: 15px;
    }

    .resetmarginmobile {
        margin: 0 -0.5rem !important;
        width: calc(100% + 1rem);
    }

    .articolo-cat-3 .articolo-titolo {
        top: auto;
        bottom: 0;
    }

    .home .contenuto {
        background: #eeeeee;
        padding: 21px 5px 0 5px;
        margin-top: 40px !important;
    }

    .contenuto {
        background: #ffffff;
        padding: 10px;
        margin: 60px 0 0 0 !important
    }

    .testatamobile {
        z-index: 99;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 65px;
        background: #fff;
        margin: 0;
        padding: 15px;
        border-bottom: 1px solid #DDD;
    }

    .articolo-small .articolo-titolo,
    .articolo-big .articolo-titolo,
    .articolo-cat-2 .articolo-titolo {
        padding: 10px;
        margin: 0;
        background: #fff;
        font-size: 16px;
        font-weight: bold;
    }

    .articolo-big .articolo-descrizione {
        padding: 0 10px 10px 10px;
        background: #fff;
    }

    .articolo-small .articolo-descrizione {
        display: none;
    }

    .articolo-small .articolo,
    .articolo-cat-2 .articolo {
        margin-bottom: 30px;
    }

    .articolo-tag {
        /*margin: 0px -13px;*/
        margin: 0px;
    }

    .articolo-tags {
        background: #fff;
        padding: 0 10px 10px 10px;
    }

    .articolo-cat-2-bis .articolo-titolo {
        font-weight: normal;
    }

    .articolo-cat-2-bis .articolo {
        margin-bottom: 15px;
    }

    .articolo-video .articolo-immagine:before {
        width: 67px;
        height: 67px;
    }

    .fullmobilebg {
        /*background: #fff;
        padding: 15px;
        margin: -19px -13px 0 -13px;*/
        margin: 0px;
    }

    .approfondimenti {
        background: transparent;
        padding: 0;
        margin: 0;
    }

    .articolo-cat .articolo-titolo {
        font-family: 'muliblack';
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 0;
        line-height: 1.3;
    }

    /* CATEGORY
    ------------------------ */
    .category-titolo {
        font-size: 1.1em;
        line-height: 1.1;
        margin-bottom: 20px;
        margin-top: 5px;
        display: block;
    }

    /* MENU
    -----------------------*/
    .menumobile {
        position: fixed;
        top: 65px;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        font-size: 16px;
        padding: 0 10px;
        background: #FFF;
        padding: 20px;
        border-bottom: 1px solid #eee;
    }

    .menumobile ul {
        margin: 0;
        padding: 0;
    }

    .menumobile > ul {
        margin: 0;
        padding: 0;
        margin-bottom: 4px;
        padding-bottom: 2px;
        border-bottom: 1px solid #ccc;
    }

    .menumobile ul ul {
        margin: 0;
        padding: 0;
        display: none;
        font-weight: normal;
    }

    .menumobile ul li {
        list-style: none;
        text-transform: uppercase;
    }

    .menumobile ul li.menutitle {
        font-weight: bold;
        cursor: pointer;
    }

    .menumobile ul li.menutitle > a {
        line-height: 2;
    }

    .menumobile > ul > li > ul > li > a {
        line-height: 2;
    }

    .menu-title {
        margin-top: 0;
        width: 100%;
    }

    .menubtn {
        margin: 3px 0 0 0;
        float: none;
    }

    li.menutitle > a::after {
        position: relative;
        content: "";
        display: inline-block;
        width: 11px;
        height: 11px;
        border-right: 2px solid black;
        border-top: 2px solid black;
        transform: rotate(137deg);
        margin-right: 4px;
        float: right;
        margin-top: 7px;
    }

    li.menutitle.active > a::after {
        transform: rotate(-40deg);
        border-color: #DD2A24;
    }

    .logo {
        max-width: 100%;
        max-height: 40px;
    }

    /* MENU SEARCH MOBILE
    -------------------------*/
    .menu-search-mobile {
        position: fixed;
        top: 65px;
        left: 0;
        right: 0;
        background: #FFFFFF;
        padding: 10px;
        border-bottom: 1px solid #eee;
    }

    .menu-search-mobile input {
        height: 3em;
    }

    /* breadcrumbs
    ----------------------- */
    .breadcrumbs > li > a {
        font-size: 1.3em;
    }

    /* FORM
    --------------------------- */
    .button-submenu-search {
        height: 38px !important;
        margin: 15px 0;
    }

    .table-go {
        text-align: left;
    }

    /* ARTICOLO
    --------------------------- */
    .article-buttons {
        margin-bottom: 10px;
    }

    .articolo-dettaglio iframe {
        width: 100% !important;
    }

    .articolo-more a {
        position: absolute;
        bottom: 8px;
        right: 8px;
    }


    /* VIDEO
    --------------------------- */
    .articolo-video .medium-6 .articolo-immagine:before {
        width: 67px;
        height: 67px;
    }

    /*SOCIAL
    -------------------------- */
    .social img {
        opacity: 0.4;
        width: 40px;
        margin: 5px 5px 0 0;
    }

    .social-top img {
        opacity: 1;
        height: 40px;
        margin: 10px 0;
    }

    /* USATO HOME 
    ------------------------------ */
    .usato-boxsearch {
        padding: 10px;
        margin: 10px;
        background-color: #FFF;
    }

    .usato-boxsearch .usato-campo {
        padding-right: 0 !important;
    }

    /* INFOFLASH HOME
    ------------------------------ */
    .infoflash-cell {
        margin-bottom: 20px;
    }

    /* BRAND MODEL
    ------------------------- */
    .articolo-link > a,
    .articolo-link > a:link {
        font-size: 16px;
        color: #DD2A24;
        margin-bottom: 0;
        text-transform: uppercase;
    }
}





/* PRINT
----------------------------- */
@media print {
    
    .testata {
        display: none;
    }

    .menuallcnt {
        display: none;
    }


    .left {
        width: calc(728px + 16px);
        /*aggiungo 8x2 px di spazio*/
        margin-right: calc(30px - 8px);
        /*8 px per lo spazio a dx*/
    }

    .right {
        display: none;
    }

    .space {
        height: 20px;
        display: block;
        width: 100%;
    }

    .articolo {
        position: relative;
        margin-bottom: 15px;
    }

    .fullspace {
        /*width: calc(100% + 30px);
    margin: 0 -15px 0 -15px !important;*/
        width: calc(100% + 26px);
        margin: 0 -13px 0 -13px !important;
    }
    
    #galleryUsato {
        display: none;
    }

}