/* COLOR

ROSSO:
#dd2a24;
#a4110c; :hover

BLU:
#e7ecf6; :lighter
#003F9A;
#85a0ce; :light

TAG MOTO:
#333333

TAG ELETTRICHE:
#009edc

.TAG IBRIDE:
#3aaa35

TAG METANO :
#0062a8

TAG GPL:
#0062a8

*/

@font-face {
    font-family: 'muliregular';
    src: url('../fonts/muli-regular-webfont.woff2') format('woff2'),
        url('../fonts/muli-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muliextrabold';
    src: url('../fonts/muli-extrabold-webfont.woff2') format('woff2'),
        url('../fonts/muli-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'muliblack';
    src: url('../fonts/muli-black-webfont.woff2') format('woff2'),
        url('../fonts/muli-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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: 100px !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: 300px;
}

.inline {
    display: inline-block;
    vertical-align: middle;
}

.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;
}

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

.floatleft {
    float: left !important;
}

.floatright {
    float: right !important;
}

.blue {
    color: #0071bb !important;
}


/* 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: 46px;
    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: 46px;
    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 {
    width: 300px;
}

.menubtn {
    background-image: url(../img/menu.png);
    width: 26px;
    height: 22px;
    display: inline-block;
    float: right;
    margin-right: 15px;
    margin-top: 2px;
    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;
}

.button-infinite-scroll {
    background: #FFFFFF;
    border: 2px solid #dd2a24;
    color: #dd2a24;
    border-radius: 2px;
    font-family: 'muliextrabold';
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    height: auto;
    padding: 10px;
    margin-top: 10px;
}



/*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;
}

/* MENU HIT */
.menu-destra-salone-parigi-18 {
    /*color: #DD2A24 !important; */
}

.menu-destra-eicma-2018 {
    color: #DD2A24 !important;
    font-weight: bold;
}

.menu-highlight {
    color: #DD2A24 !important;
}

.menu-destra-l-a-auto-show,
.menu-destra-los-angeles {
    color: #DD2A24 !important;
}

.menu-destra-eicma-2018 {
    color: #DD2A24 !important;
    font-weight: bold;
}

/*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';
    font-weight: normal;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
}

.articolo .articolo-descrizione > span {
    font-weight: normal;
}

.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-immagine .label-info {
    position: absolute;
    top: 5px;
    right: 10px;
    font-weight: 900;
    font-size: 12px;
    font-family: 'muliblack';
    color: #FFF;
    text-shadow: 0px 0px 10px #666;
}

.articolo-categoria {
    position: absolute;
    padding: 7px 15px;
    color: #fff;
    margin-top: -32px;
    margin-left: 0px;
    z-index: 3;
    display: block;
    line-height: 1;
    font-family: 'muliblack';
    text-transform: uppercase;
}
.articolo-categoria-right {
    margin-top: -25px;
    float: right;
}
.articolo-categoria-right > a {
    font-size: 0.8rem;
}
.articolo-categoria-1 {
    background: #DD2A24 !important;
    border-bottom: none;
    color: #FFFFFF;
    padding: 7px 15px;
    margin-bottom: 5px;
}

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

.articolo-categoria-3 {
    background: rgba(0, 63, 154, 0.5) !important;
    color: #FFFFFF;
}

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

.articolo-categoria-5 {
    background: #003F9A !important;
}

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

.articolo-titolo-link {
    float: right;
    color: #DD2A24;
    font-size: 14px;
    padding-top: 8px;
}

.articolo-titolo-link:hover {
    color: #000000;
}

.articolo-titolo {
    font-size: 1.3em;
    /*text-transform: uppercase;*/
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 10px;
    display: block;
}
.left .articolo-titolo {
    font-family: 'muliextrabold';
}
.widget-articolo .articolo-titolo {
    text-transform: none !important;
}
.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 {
    padding: 0;
    margin-right: 0;
    margin-left: 0;
}

.articolo-tag .title-format {
    font-size: 11px !important;
    margin: 0;
    display: block;
    font-family: 'muliextrabold';
    font-weight: normal;
    text-transform: uppercase;
}

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

.format-title-content {
    background: #444444;
    padding: 5px 5px 5px 7px;
    margin-top: 0 !important;
    min-height: 50px;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: normal;
    line-height: 1.3em;
    font-family: 'muliextrabold';
}

.format-title-spalla {
    background: #444444;
    padding: 5px 5px 0 7px;
    margin-top: 0 !important;
    min-height: 20px;
    color: #FFFFFF !important;
    font-size: 11px !important;
    font-weight: normal;
    line-height: 1em;
    font-family: 'muliregular';
}

.format-title-spallatext {
    background: #444444;
    padding: 2px 5px 5px 7px;
    margin-top: 0 !important;
    min-height: 45px;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: normal;
    line-height: 1.3;
    font-family: 'muliextrabold';
}

.format-line-100miglia {
    border-left: 7px solid #ff0000;
}

.format-line-pianeta-suv-crossover {
    border-left: 7px solid #a67c52;
}

.format-line-urbanseason {
    border-left: 7px solid #fbb03b;
}

.format-line-areac {
    border-left: 7px solid #8cc63f;
}

.format-line-6ruote {
    border-left: 7px solid #333333;
}

.format-line-romavenezia {
    border-left: 7px solid #009bdd;
}

.format-line-perchesognarla {
    border-left: 7px solid #5bb5ba;
}

.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-categoria > .icon-title {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.articolo-categoria > .mostra-filtri {
    color: #FFFFFF;
}

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

.articolo-cat-title > label {
    display: block;
    float: right;
    font-weight: 100;
    font-size: 12px;
    margin: 14px 0 0 5px;
}
.articolo-cat-title-video {
    padding-right: 0;
    padding-left: 0;
}
.articolo-cat .articolo-titolo {
    font-family: 'muliextrabold';
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 1.2;
}

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

.articolo-tags {
    color: #DD2A24;
    font-size: 14px;
}

.articolo-tags a:first-child {
    font-family: 'muliextrabold';
    color: #DD2A24;
    text-transform: uppercase;
}
.articolo-tags a {
    font-family: 'muliextrabold';
    color: #DD2A24;
}

.articolo-news {
    position: relative;
    background: #FFFFFF;
}

.articolo-news > h3 > a {
    text-transform: none;
}


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



.approfondimenti {
    background: #e5e5e5;
    padding: 10px 7px 0 7px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
.approfondimenti .articolo {
    background: #FFFFFF;
}
.approfondimenti .articolo-cat-title {
    margin-bottom: 10px;
    font-family: 'muliblack';
}

.approfondimenti .articolo-titolo {
    background: #fff;
    padding: 5px 10px;
    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;
}
.articolo-cat-sezione-5 .articolo-categoria-div {
    border-bottom: 2px solid #003F9A;
    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: 7px;
    margin-left: -15px;
}

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

.bt {
    margin-top: 30px;
}

.category-label-moto {
    background-color: #333333 !important;
}
.tag-label-elettriche {
    background-color: #009edc !important;
}
.tag-label-ibride {
    background-color: #3aaa35 !important;
}
.tag-label-metano {
    background-color: #0062a8 !important;
}
.tag-label-gpl {
    background-color: #0062a8 !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.category-label-formula1,
.category-label-auto,
.category-label-consigli,
.category-label-sicurezza,
.category-label-incentivi,
.category-label-normative,
.category-label-apple,
.category-label-commerciali,
.category-label-test-drive
.category-label-manutenzione {
    background-color: #dd2a24 !important;
}

/* CONTENT VIDEO
----------------------------------- */
.content-video > iframe,
.content-video > p > iframe {
    display: block;
    margin-bottom: 20px;
}
    
.content-video > p {
    text-align: justify !important;
}

.content-video > p > a {
    color: #DD2A24 !important;
}

.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: 8px;
    margin-top: 5px;
    display: block;
}
.left .category-titolo {
    font-family: 'muliextrabold';
}
.category-text {
    display: block;
    margin-bottom: 25px;
    line-height: 1.2;
    color: #333;
}

.tag-prezzo-usato {
    top: 0px !important;
    right: 0 !important;
}

.tag-prezzo-usato a {
    color: #003F9A !important;
    font-size: 16px;
}

.category-tagsContent {
    position: absolute;
    top: -2px;
    right: 0px;
    z-index: 9;
    text-align: right;
}

.prezzo_annuncio {
    background: #FFFFFF !important;
    bottom: 0 !important;
    right: 0 !important;
}

/*.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 {
    display: inline-block;
    background: #DD2A24;
    padding: 6px 13px;
    color: #FFFFFF;
    z-index: 3;
    line-height: 1;
    font-family: 'muliblack';
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}
.brand-tags {
    display: inline-block;
    background: #000000;
    padding: 6px 13px;
    color: #FFFFFF;
    z-index: 3;
    line-height: 1;
    font-family: 'muliblack';
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}
.adv-tagsContent {
    position: absolute;
    top: -6px;
    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: 9px;
    font-weight: 300;
    text-transform: uppercase;
}

.prezzo_annuncio {
    /*background: #003F9A !important;
    left: 5px !important;*/
}

.loop2cool-content {
    position: relative;
    border-bottom: 1px solid #999;
}

.loop2cool-content > .category-titolo {
    font-family: muliextrabold;
    margin-top: 0;
}

.loop2cool-triangle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 42px;
    border-color: transparent transparent #dfdfdf transparent;
    line-height: 0px;
}

.loop2cool-freccia {
    z-index: 9;
    position: absolute;
    color: #000000;
    bottom: 2px;
    right: 2px;
    width: 18px;
    height: 18px;
}


/* 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;
}

.infomotori-model h3 {
    /*font-size: 30px;
    line-height: 1em;
    margin-bottom: 15px;
    margin-top: 10px;
    display: block;
    color: #DD2A24;
    font-family: 'muliregular';
    text-transform: uppercase;*/
}

/* 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 BIANCO
----------------------------------- */
.widget-white {
    background: #EEEEEE !important;
    /*background: rgba(0, 63, 154, 0.10);*/
    padding: 15px;
    border: 1px solid #003F9A;
}

/* WIDGET BLU
----------------------------------- */
.widget-blu {
    background: rgba(0, 63, 154, 0.10);
    padding: 15px;
}

.widget-blu-underline {
    border-bottom: 1px solid #003F9A;
}
.widget-blu-border {
    border: 1px solid #003F9A;
}
.widget-blu input[type="submit"] {
    background: #003F9A !important;
    height: 38px;
    font-family: 'muliblack';
}

.widget-blu input[type="submit"]:hover {
    background: #013470 !important;
}

.widget-blu .btn-no-label {
    margin-top: 25px;
}

.widget-blu .btn-select-auto {
    position: relative;
    background: #c8d2e6 !important;
    cursor: pointer;
    height: 38px;
    color: #013470;
    font-size: 100%;
    line-height: 1.15;
}

.widget-blu .arrow-right {
    width: 25px;
    border-style: solid;
    border-width: 19px 0 19px 25px;
    border-color: transparent transparent transparent #FFFFFF;
}

.widget-blu .arrow-left {
    position: absolute;
    right: -1px;
    width: 25px;
    border-style: solid;
    border-width: 19px 25px 19px 0;
    border-color: transparent #FFFFFF transparent transparent;
}

.widget-blu .text-inside {
    cursor: pointer;
    text-align: center;
    line-height: 2.4em;
    font-family: 'muliblack';
}

.btn-select-auto.selected {
    background: #003F9A !important;
    color: #FFFFFF !important;
}


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

.widget-space {
    height: 15px;
}

.widget-space-middle {
    height: 5px;
}

.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;
}
.prova-video:before {
    content: "";
    background-image: url(../img/tag-video.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 60px;
    height: 17px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /* transform: translate(0, 0); */
    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-photo .articolo-immagine {
    position: relative;
}
.content-image-video: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-photo .articolo-immagine:before {
    content: "";
    background-image: url(../img/photo.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 .articolo-immagine:before,
.articolo-photo .medium-6 .articolo-immagine:before {
    width: 40px;
    height: 40px;
}

.articolo-video .iconvideo-big:before,
.articolo-photo .medium-6 .iconvideo-big:before {
    width: 60px;
    height: 60px;
}
.articolo-video .cell:nth-child(even) {
    padding-right: 0;
}
.articolo-video .cell:nth-child(odd) {
    padding-left: 0;
}
.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 {
    padding-left: 10px;
}

.model-title {
    font-family: 'muliextrabold';
    line-height: 1.1em;
    margin-right: 10px;
}

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



.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: #003F9A;
    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: #666;
}

.breadcrumbs li {
    color: #bbb;
}

.breadcrumbs li a {
    color: #666;
}

.breadcrumbs li:last-child > a {
    color: #dd2a24;
    text-transform: none;
}

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

.num-annunci {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
    margin-top: 5px;
    margin-bottom: 15px;
    font-family: 'muliregular';
    text-align: left;
}


/*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;
    font-size: 15px;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    margin-top: 5px;
    margin-bottom: 25px;
}

.swiper-fotocount {
    background: rgba(255, 2555, 255, 0.5);
    padding: 3px 10px;
    max-width: 90px;
    text-align: center;
    float: right;
}

.lg-thumb > .lg-thumb-item:nth-child(3) {
    display: none;
}

/*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';
}

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

.first-articolo > h2 {
    font-family: 'muliextrabold';
}

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';*/

    font-size: 22px;
    line-height: 1em;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    display: block;
    color: #DD2A24;
    font-family: 'muliregular';
    /*text-transform: uppercase;*/
    /*border-bottom: 1px solid #DD2A24;*/
}

.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: 0;
}

.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;
    margin-top: 0;
    line-height: 0.5em;
    margin-left: -3px;
}

/* 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;
}

a[data-alimentazione=Elettrico]:hover,
a[data-alimentazione=Ibrido_benzina]:hover,
a[data-alimentazione=Ibrido_diesel]:hover {
    border: 2px solid #2E58A6 !important;
}

a[data-alimentazione=Benzina]:hover {
    border: 2px solid #008837 !important;
}

a[data-alimentazione=Diesel]:hover {
    border: 2px solid #333333 !important;
}

a[data-alimentazione=GPL]:hover,
a[data-alimentazione=Metano]:hover {
    border: 2px solid #01A0C6 !important;
}

a[data-alimentazione=Elettrico].active,
a[data-alimentazione=Ibrido_benzina].active,
a[data-alimentazione=Ibrido_diesel].active {
    border: 2px solid #2E58A6 !important;
    background: #FFF;
}

a[data-alimentazione=Benzina].active {
    border: 2px solid #008837 !important;
    background: #FFF;
}

a[data-alimentazione=Diesel].active {
    border: 2px solid #333333 !important;
    background: #FFF;
}

a[data-alimentazione=GPL].active,
a[data-alimentazione=Metano].active {
    border: 2px solid #01A0C6 !important;
    background: #FFF;
}


.versione-Benzina:before {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #008837;
    margin-right: 3px;
}

.versione-Diesel:before {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #333333;
    margin-right: 3px;
}

.versione-Elettrico:before,
.versione-Ibrido_diesel:before,
.versione-Ibrido_benzina:before {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #2E58A6;
    margin-right: 3px;
}

.versione-Metano:before,
.versione-GPL:before {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #01A0C6;
    margin-right: 3px;
}

.sanguinetti-logo > label {
    display: inline-block;
    font-size: 10px;
}

.sanguinetti-logo > img {
    height: 20px !important;
}

.sanguinetti-logo-cover {
    display: inline-block;
    font-size: 10px;
}

.sanguinetti-logo-cover > label {
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.3px;
    padding-left: 2px;
    margin-top: 5px;
}

.sanguinetti-logo-cover > img {
    height: 20px !important;
}
.bedge {
    font-family: 'muliextrabold';
    z-index: 99;
    position: absolute;
    top:10px;
    left:10px;
    padding: 2px 10px;
    background: #DD2A24;
    border-radius: 15px;
    font-size: 0.7em;
    color: #FFFFFF;
    text-transform: uppercase;
}
.bedge-modello {
    left: 20px;
}
.bedge-modello-home {
    top: -5px;
    left: -5px;
}

/* 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';
}

.container-title-blu > h1 {
    display: inline-block;
    color: #003F9A;
}

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

.widget-quotazione {
    border: 1px solid #CCCCCC;
    margin-bottom: 2px;
    padding-bottom: 15px;
    background: #FFF;
}

.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: 15px;
    border-radius: 5px;
}
.marche-logo-home {
    display: block;
    text-align: center;
    background: #EEE;
    padding: 15px;
    border-radius: 5px;
}

.marche-button {
    background: #FFFFFF;
    border: 2px solid #dd2a24;
    color: #dd2a24;
    border-radius: 5px;
    width: 302px;
    height: 90px;
    text-align: center;
}

.marche-button:hover {
    background: #dd2a24;
    border: 2px solid #dd2a24;
    color: #FFFFFF;
}

.marche-button > p {
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
    font-family: 'muliextrabold';
    text-transform: uppercase;
    font-size: 14px;
    display: block;
}

.widget-testo {
    padding: 0;
}

.widget-testo > p {
    line-height: 1.2em;
    font-size: 14px;
    margin-bottom: 8px;
}

.widget-testo strong {
    font-size: 20px;
    line-height: 1.4em;
}

.widget-testo b {
    line-height: 1.2em;
    font-family: 'muliblack';
    color: #003F9A !important;
}

.widget-testo > a {
    width: 100%;
    background: #003F9A !important;
    margin-bottom: 0;
}

.widget-testo > a:hover {
    background: #003F9A !important;
}

.link-eurotax {
    color: #003F9A !important;
    font-style: normal !important;
    background: transparent !important;
}

.marche-logo > img,
.marche-logo-home > img {
    width: 60px;
}

.marche-name {
    display: block;
    text-align: center;
    font-family: 'muliregular';
    font-weight: 300;
    line-height: 1;
    font-size: 12px;
    margin: 2px 0 10px 0;
}
.listino-home-label {
    display: block;
    text-align: center;
    font-family: 'muliextrabold';
    font-weight: 300;
    line-height: 1;
    font-size: 12px;
    margin: 5px 0 0 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;
}
.label-dati {
    font-size: 0.7rem;
    float: right;
}



/* 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%;
}


/* INFOFLASH HOME
------------------------------ */
.infoflash {
    text-transform: none !important;
    font-size: 0.9rem;
    line-height: 1.2;
}

/* CORRELATI
------------------------------ */
.titolo-correlati {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 3px !important;
}


/* 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;
}

.hnomargin > a {
    margin-bottom: 5px;
}
.hnomargin > h3 {
    padding-bottom: 0;
    margin:0;
}
.apertura-p {
    margin-bottom: 15px;
}

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

/* ABSOLUTE
--------------------- */
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.bollo-header {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 9999;
    width: 150px;
}

/* TAG ARTICOLO
--------------------- */
.tag-articolo {
    display: inline-block;
    padding: 2px 10px;
    background-color: #EEEEEE;
    margin: 0 1px 25px 5px;
    color: #DD2A24;
    border-bottom: 1px solid #CCCCCC;
}

.tag-articolo:hover {
    color: #000000;
}


/* BOLLO HOME
----------------------- */
.bollo-home-empty {
    z-index: 9;
    position: absolute;
    top: 0px;
    left: 0;
}

.bollo-home {
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.4);
}

.bollo-title {
    font-size: 17px;
    line-height: 1.1em;
    margin: 10px 60px 10px 10px;
    color: #0262B2;
    font-family: 'muliextrabold';
}

.bollo-triangle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 45px 0 0;
    border-color: #CCC transparent transparent transparent;
}

.bollo-triangle-down {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 45px 45px;
    border-color: transparent transparent #0262B2 transparent;
}

.bollo-triangle-down > p {
    font-family: 'arial';
    position: absolute;
    color: #FFFFFF;
    top: 18px;
    right: 6px;
}

.bollo-freccia {
    z-index: 9999;
    position: absolute;
    color: #FFFFFF;
    bottom: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
}

.bollo-home-mobile {
    position: relative;
    background: #FFF;
    padding: 10px !important;
    margin-bottom: 20px;
    -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.4);
}

.bollo-title-mobile {
    font-size: 17px;
    line-height: 1.1em;
    margin: 10px 50px 10px 10px;
    color: #0262B2;
    font-family: 'muliextrabold';
}

/* SALONI
--------------------- */
.nav-saloni > .breadcrumbs {
    border-bottom: 0px solid #ccc;
}

.saloni-logo {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    text-align: center;
}

.saloni-logo h3 {
    font-size: 15px;
    line-height: 1em;
    margin-bottom: 15px;
    margin-top: 10px;
    display: block;
    color: #DD2A24;
    font-family: 'muliblack';
}

.saloni-title {
    background: #EEE;
    margin: 0;
    padding: 5px 10px 10px 10px;
    margin-top: -15px;
    margin-bottom: 25px;
    color: #000;
    font-family: 'muliextrabold';
    font-size: 16px;
    line-height: 1em;
}

.saloni-img {
    border: 1px solid #ddd;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.saloni-h3 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.1em;
    color: #000000;
    font-family: 'muliregular';
}

.menu-salone {
    background-color: #EEE;
    margin-bottom: 20px;
}

.menu-salone li {}

.menu-salone li:hover {
    background-color: #CCC;
}

.menu-salone li a {
    color: #000000;
}

.menu-salone li a:hover {
    color: #000000;
}

.menu-salone > .selected,
.menu-salone > .selected > a {
    background-color: #DD2A24;
    color: #FFFFFF;
}

.banner-salone {
    margin-bottom: 20px;
}

.saloni-title-news {
    text-transform: none;
    margin-top: 5px;
}

.post-triangle {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 60px 60px 0;
    border-color: transparent #DD2A24 transparent transparent;
}

.post-triangle-immagine {
    z-index: 9;
    position: absolute;
    background-image: url(../img/icon-photo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px;
    top: 10px;
    right: 10px;
}

.post-triangle-video {
    z-index: 9;
    position: absolute;
    background-image: url(../img/icon-video.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px;
    top: 10px;
    right: 10px;
}

.menu-highlight {
    color: #DD2A24 !important;
}


.left .widget-title {
    display: inline-block;
    vertical-align: bottom;
    width: auto;
    margin: 0;
}

.left .widget-title a,
.left .widget-title a:link .left .widget-title a:visited {
    display: block;
    font-family: 'muliregular';
    padding: 5px 10px;
    color: #000000;
}

.left .widget-title a:hover {
    /*text-decoration: underline;*/
    background-color: #CCC;
    color: #000000;
}

.left .borderlistfull {
    display: inline-block;
    vertical-align: bottom;
}

.left .borderlistfull a,
.left .borderlistfull a:link .left .borderlistfull a:visited {
    display: block;
    padding: 5px 5px 5px 12px !important;
    font-family: 'muliregular';
    text-transform: uppercase;
    transition: .5s all;
    font-size: 16px;
    color: #000;
    border-left: 1px solid #DDD;
}

.left .borderlistfull a:hover {
    /*text-decoration: underline;*/
    background-color: #CCC;
    color: #000000;
}

.left .borderlistfull > div {
    display: inline-block;
    vertical-align: bottom;
    border-bottom: 0 dotted #ccc;
    padding-bottom: 0;
    margin-bottom: 0;
    width: auto;
}

.left .list {}

.left .list:before {
    content: none !important;

}

.left .menu-salone-left {
    background: #eeeeee;
    display: block;
    border-bottom: 1px solid #000000;
}

/* WIDGET OFFERTE
----------------------------- */
.widget-offerte p {
    padding-top: 10px;
    padding-left: 5px;
    margin-bottom: 2px;
    font-size: 14px;
}

.widget-offerte strong {
    padding-top: 10px;
    padding-left: 5px;
    margin-bottom: 2px;
    text-align: right;
    font-size: 14px;
}

.widget-offerte img {
    text-align: left;
    width: 70px;
}

.tag-infoadv {
    display: block;
    color: #999;
    text-align: right;
    font-size: 10px;
}

/* WIDGET OFFERTE
----------------------------- */
.widget-offerte p {
    padding-top: 10px;
    padding-left: 5px;
    margin-bottom: 2px;
    font-size: 14px;
}

.widget-offerte strong {
    padding-top: 10px;
    padding-left: 5px;
    margin-bottom: 2px;
    text-align: right;
    font-size: 14px;
}

.widget-offerte i {
    font-size: 10px;
    font-style: normal;
}

.widget-offerte img {
    text-align: left;
    width: 70px;
}

.tag-infoadv {
    display: block;
    color: #999;
    text-align: right;
    font-size: 10px;
}



/* TAG
--------------------------- */
.costom-tag-title {
    display: inline-block;
    vertical-align: baseline;
    padding: 2px 10px;
    color: #FFF;
    background: #DD2A24;
    border-radius: 2px;
    margin-right: 10px;
}

a[rel ~ =tag],
a[rel ~ =tag]:link {
    display: inline-block;
    vertical-align: baseline;
    font-size: 15px;
    color: #000;
    margin-right: 5px;
}

a[rel ~ =tag]:hover {
    text-decoration: underline;
}

/* page MAPPA DEL SITO
---------------------------- */
#menu-menu-principale-burger {
    margin-top: 20px;
    list-style-type: none;
    text-transform: uppercase;
    font-family: 'muliblack';
}

#menu-menu-principale-burger > li {
    width: 31%;
    vertical-align: top;
    display: inline-block;
    padding-bottom: 40px;
    margin-right: 20px;

}

#menu-menu-principale-burger > li:nth-child(3n) {
    width: 31%;
    vertical-align: top;
    display: inline-block;
    padding-bottom: 40px;
    margin-right: 0px;
}

#menu-menu-principale-burger > li > a {
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #ccc;
}

#menu-menu-principale-burger > li > .sub-menu {
    list-style: none;
    margin-left: 0;
    margin-top: 0;
    font-family: 'muliregular';
}

#menu-menu-principale-burger > li > .sub-menu > li > a {
    padding: 0 0;
    line-height: 24px;
    font-family: 'muliregular';
    font-size: 14px;
}


/* FACEBOOK
--------------------------- */
.fb_iframe_widget_fluid_desktop iframe {
    min-width: 100% !important;
    position: relative;
}











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

@media (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: normal;
    }

    .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-categoria { 
        margin-top: -31px;
    }
    .articolo-categoria-right {
        margin-top: -20px;
        float: right;
    }
    .articolo-categoria-right > a {
        font-size: 0.8rem;
    }
    .articolo-categoria-1 {
        font-family: 'muliextrabold';
        background: transparent !important;
        border-bottom: 2px solid #DD2A24 !important; 
        color: #DD2A24;
        font-size: 1.6rem;
        padding: 7px 0;
        margin-bottom: 10px !important; 
    }
    .articolo-categoria-1:hover {
        color: #DD2A24 !important; 
    }
    .articolo-categoria-5 {
        font-family: 'muliextrabold';
        background: transparent !important;
        color: #003F9A !important;
        font-size: 1.6rem;
        padding: 7px 0;
        margin-bottom: 0 !important; 
    }
    .articolo-cat-sezione-5 .articolo-categoria-div {
        /*border-bottom: 2px solid #003F9A;*/
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .articolo-cat-title .articolo-categoria {
        display: block;
        background-image: url(../img/next.png);
        background-repeat: no-repeat;
        background-position: 95% center;
        background-size: 15px;
    }
    .articolo-cat-title-video {
        padding-right: 0;
        padding-left: 0;
    }
    .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: 18px;
        font-weight: normal;
        line-height: 1.2em;
    }

    .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: 20px;
    }

    .articolo-tag {
        /*margin: 0px -13px;*/
        margin: 0px;
    }
    .articolo-tags {
        background: #fff;
        padding: 0 10px 10px 10px;
    }
    .articolo-tags-nobg {
        background-color: transparent !important;
        padding: 0 !important;
    }

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

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

    .format-title-content {
        font-size: 16px !important;
    }

    .articolo-video .articolo-immagine:before {
        width: 67px;
        height: 67px;
    }
    .prova-video:before { 
    }
    .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: 'muliextrabold';
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 0;
        line-height: 1.2em;
        margin-top: 5px;
    }

    /* CATEGORY
    ------------------------ */
    .category-titolo {
        font-size: 1.1em;
        line-height: 1.1;
        margin-bottom: 20px;
        margin-top: 5px;
        display: block;
    }
    .category-tags > a {
        font-size: 16px;
    }
    .category-tagsContent {
        top: 0;
    }
    
    /* 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 {
        background-image: url(../img/menu-black.png);
        margin: 3px 0 0 0;
        float: none;
    }
    .cerca {
        background-image: url(../img/cerca-black.png);
    }
    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;
    }

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

    .borderlistfull > div:nth-last-child(2) {
        border-bottom: 1px dotted #ccc;
        margin-bottom: 5px;
    }


    /* WIDGET OFFERTE
    ----------------------------- */
    .widget-offerte {
        border-bottom: 1px dotted #666;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }



    /* 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;
    }

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

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

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

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

    .breadcrumbs span {
        font-size: 14px;
    }

    /* 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;
    }
    .articolo-video .cell:nth-child(even) {
        padding-right: 0;
    }
    .articolo-video .cell:nth-child(odd) {
        padding-left: 0;
    }
    
    
    /*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;
    }
    .infoflash {
        text-transform: none !important;
        font-size: 1.2rem;
        line-height: 1;
    }

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

    /* page MAPPA DEL SITO
    ---------------------------- */

    #menu-menu-principale-burger > li {
        width: 100%;
        vertical-align: top;
        display: inline-block;
        padding-bottom: 40px;
        margin-right: 0;

    }

    #menu-menu-principale-burger > li:nth-child(3n) {
        width: 100%;
        vertical-align: top;
        display: inline-block;
        padding-bottom: 40px;
        margin-right: 0px;
    }



    /* WIDGET BIANCO
    ----------------------------------- */
    .widget-white {
        background: #FFFFFF !important;
        padding: 5px !important;
        border: 1px solid #003F9A !important;
    }
    
    /* WIDGET BLU
    ----------------------------------- */

    .widget-blu input[type="submit"] {
        background: #003F9A !important;
        height: 38px;
    }

    .widget-blu input[type="submit"]:hover {
        background: #013470 !important;
    }

    .widget-blu .btn-no-label {
        margin-top: 0;
        margin-bottom: 20px;
    }

}



@media only screen and (max-width: 40em) {

    /* LOOP2
    -------------------------- */
    .loop2cool-content {
        position: relative;
        border-bottom: 0px solid #999;
    }

    .loop2cool-content > .category-titolo {
        font-family: muliextrabold;
        margin-top: 3px;
        margin-bottom: 10px;
    }

    .loop2cool-content > .category-text {
        margin-bottom: 0px;
    }
}






/* USATO
----------------------------- */
.articolo-usato {
    background: #FFFFFF;
}
.clearfix {
    clear: both;
    display: block;
    width: 100%;
}

.leftmarginlefr {
    margin-left: 15px;
    margin-right: 8px;
}

.slider-handle input,
.slider-handle input:focus {
    -webkit-appearance: none;
    color: #fff;
    height: auto;
    border: 0;
    width: auto;
    padding: 0;
    box-shadow: none;
    background: #dd2a24;
    margin: 0;
    display: inline-block;
    float: left;
    width: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    height: 24px;
}

.slider-handle {
    width: auto;
}

span.slider-fill {
    background: transparent;
}

.slider {
    background: #7c7c7c;
    height: 4px;
    margin: 0px 0;
}

.slidercnt {
    padding: 20px 10px;
    border: 1px solid #cacaca;
    background: #fff;
}

.tabs-panel {
    background: #e7ecf6;
    /*box-shadow: 0px 1px 3px #003F9A;*/
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'],
.tabs-title > a,
.tabs-title > a:hover {
    background: #e7ecf6;
    color: #000;
    padding: 20px 30px 10px 30px;
    height: 84px;
    border-right: 1px solid #ededed;
    border-top: 1px solid #ededed;
    font-weight: bold;
    outline: none;
    text-align: center;
}

.tabs-title span {
    display: block;
    text-align: center;
    margin-top: 5px;
    font-weight: normal;
}

.tabs {
    border: 0;
    margin-top: 20px;
    background: transparent;
    position: relative;
    z-index: 2;
}

.tabs-title > a {
    background: #fff;
}

.tabs-title > a img {
    height: 25px;
}

.label-slider {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 15px;
}

.tabs-panel input[type="checkbox"],
.checkboxcerca input[type="checkbox"] {
    -webkit-appearance: none;
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 2px;
    cursor: pointer;
}

.tabs-panel input[type="checkbox"]:checked,
.checkboxcerca input[type="checkbox"]:checked {
    background: #025185 !important;
}

input.btncerca {
    padding: 12px 5px;
    height: auto;
    background: #003F9A !important;
}

input.btncerca:hover {
    background: #013470 !important;
}

.checkboxcerca {
    margin-top: 8px;
}

.sezione-cerca {
    font-weight: bold;
    margin-bottom: 10px;
}

.sezione-cerca a {
    color: #dd2a24;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
}

.sezione-cerca b {
    line-height: 1.2em;
    font-family: 'muliblack';
    color: #0071bb !important;
}

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

.articolo-scelta {
    background: #efefef;
    box-shadow: 0 0 0 #999;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.articolo-scelta-logo {
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    background: #fff;
    padding: 2px;
}

.articolo-scelta-logo img {
    height: 20px;
}

.articolo-scelta-info {
    position: relative;
    background: #fff;
    margin: -20px 10px 0 10px;
    padding: 7px 5px 7px 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.articolo-scelta-titolo {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 2px;
    line-height: 1em;
}

.articolo-scelta-titolo-nuovo {
    font-family: 'muliextrabold';
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
    margin-top: 2px;
    text-transform: capitalize;
    line-height: 1em;
}

.articolo-scelta-sottotitolo {
    font-size: 12px;
    line-height: 1;
    margin-left: 5px;
    line-height: 1em;
}

.articolo-scelta-dati,
.articolo-scelta-dati-nuovo {
    padding: 5px 10px 0px 10px;
}

.articolo-scelta-dati small,
.articolo-scelta-dati-nuovo small {
    line-height: 1;
    margin-bottom: -3px;
    font-size: 11px;
    display: block;
    margin-top: 5px;
}

.articolo-scelta-dati span {
    font-weight: bold;
    display: block;
}

.articolo-scelta-dati-nuovo span {
    font-family: 'muliextrabold';
    font-weight: normal;
    display: block;
}

.articolo-scelta-dati a.button,
.articolo-scelta-lista-dati a.button,
.articolo-scelta-dati-nuovo a.button {
    background: #FFFFFF;
    border: 2px solid #dd2a24;
    color: #dd2a24;
    border-radius: 2px;
    font-family: 'muliextrabold';
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    height: auto;
    padding: 10px;
    margin-top: 5px;
}

.articolo-scelta-dati a.button:hover,
.articolo-scelta-dati-nuovo a.button:hover {
    background: #dd2a24;
    color: #FFFFFF;
}

.articolo-scelta-lista-dati a.button:hover,
.articolo-scelta-lista-button a.button {
    background: #FFFFFF;
    border: 2px solid #dd2a24;
    color: #dd2a24;
    border-radius: 2px;
    font-family: 'muliextrabold';
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    height: auto;
    padding: 10px;
    margin-top: 10px;
}

.articolo-scelta-lista-button a.button:hover {
    background: #dd2a24;
    color: #FFFFFF;
}

.articolo-scelta-lista-button input {
    background: #FFFFFF !important;
    border: 2px solid #dd2a24;
    color: #dd2a24;
    border-radius: 2px;
    font-family: 'muliextrabold';
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    height: auto;
    padding: 10px;
    margin-top: 10px;
}

.articolo-scelta-lista-button input:hover {
    background: #dd2a24;
    color: #FFFFFF;
}

.articolo-scelta-dati-prezzo {
    color: #dd2a24;
    font-size: 24px;
}

.articolo-scelta-dati-print {
    padding-top: 10px;
    border-top: 1px solid #CCCCCC;
}

.articolo-scelta-dati-print img {
    width: 20px;
    margin-right: 5px;
}

.articolo-scelta-dati-print img:hover,
.articolo-scelta-dati-print label:hover {
    cursor: pointer;
    color: #dd2a24;
}

.articolo-scelta-dati-print label {
    padding-top: 2px;
}

.quotazione-usato {
    background: #eeeeee;
    padding: 10px 5px;
}

.quotazione-usato img {
    margin-top: -6px;
}

.quotazione-usato input[type='submit'].btncerca {
    background: #003F9A !important;
    margin-bottom: 15px;
}

.quotazione-usato-titolo {
    background: #003F9A;
}

.ricerca-segmento {
    padding: 20px 0 5px 0;
    font-size: 14px;
    font-weight: bold;
}

.ricerca-segmento span {
    display: block;
    line-height: 1;
    margin-top: 2px;
    margin-bottom: 15px;
    font-weight: normal;
}

.ricerca-segmento span:hover,
.ricerca-segmento a:hover {
    color: #003F9A;
}

.ricerca-segmento img {
    height: 45px;
}

.articolo-scelta-prod-mobile {
    height: 50px;
    padding: 10px 5px;
    text-align: center;
    background: #fff
}

.articolo-scelta-prod-mobile img {
    height: 30px;
}

.articolo-scelta-dati-mobile-button .button {
    background: #dd2a24;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    height: auto;
    padding: 4px;
    margin-top: 5px;
    margin-bottom: 0;
}

.articolo-scelta-info-mobile {
    margin-top: 5px;
}

.articolo-scelta-dati-mobile-button {
    width: calc(100% - 15px);
}

.fitlripd {
    padding: 10px 5px;
    box-shadow: none;
}

.ordine {
    font-size: 12px;
    background: #ededed;
    padding: 10px 10px;
    line-height: 1;
}

.ordine a {
    margin-left: 30px;
    font-weight: bold;
    font-family: 'muliextrabold';
    font-size: 14px;
}

.ordine a:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../../img/ordera.png);
    display: inline-block;
    margin-top: -0px;
    margin-right: 2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.ordine a.active.reverse:before {
    background: url(../../img/orderb.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ordine a.active {
    color: #dd2a24;
    text-decoration: underline;
}

.articolo-scelta-lista-sx {
    background: #ffffff;
    text-align: center;
}

.articolo-scelta-lista-sx a {
    color: #dd2a24;
    font-size: 12px;
    line-height: 1.5;
    display: block;
    font-style: italic;
    padding: 0;
}

.articolo-scelta-lista-prod {
    padding: 10px;
    font-size: 0.9em;
    line-height: 1.2em;
    text-align: left;
    background: #eee;
}

.articolo-scelta-lista-prod img {
    height: 30px;
}


.articolo-scelta-lista {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.articolo-scelta-lista-dx {
    margin-left: 15px;
}

.articolo-scelta-lista-titolo {
    font-family: 'muliextrabold';
    font-size: 19px;
    font-weight: normal;
    line-height: 0.8em;
}

.articolo-scelta-lista-titolo > h1 {
    font-family: 'muliextrabold' !important;
    font-size: 19px !important;
    font-weight: normal !important;
    line-height: 0.8em !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
}

.articolo-scelta-lista-sottotitolo {
    font-size: 14px;
    margin-bottom: 5px;
}

.articolo-scelta-lista-dati small {
    line-height: 1;
    margin-bottom: -3px;
    font-size: 10px;
    display: block;
    margin-top: 5px;
}

.articolo-scelta-lista-dati span {
    margin-bottom: 5px;
    font-family: 'muliextrabold';
    font-weight: normal;
    display: block;
}

.articolo-scelta-lista-dati .small-6:nth-child(3n+1) {
    border: 0;
    padding: 0;
}

.articolo-scelta-lista-button .button,
.articolo-scelta-lista-button .button2 {
    background: #dd2a24;
    text-transform: uppercase;
    font-size: 12px;
    height: auto;
    padding: 4px;
    margin: 0px 10px 10px 0;
    border: 1px solid transparent;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    color: #fefefe;
    display: block;
}

.articolo-scelta-lista-button .button2 {
    background: #258faf;
}

.articolo-scelta-lista-button .button {
    margin-top: 23.5px;
}

.articolo-scelta-lista-button small {
    line-height: 1;
    margin-bottom: -3px;
    font-size: 10px;
    display: block;
    margin-top: 5px;
}

.articolo-scelta-lista-button .medium-12 .button2,
.articolo-scelta-lista-button .medium-12 .button {
    display: inline;
    float: left;
    padding: 4px 10px;
}

.dettaglio-usato-titolo {
    padding: 7px 15px;
    color: #fff;
    z-index: 3;
    line-height: 1;
    font-family: 'muliblack';
    text-transform: uppercase;
    background: #7c7c7c;
    display: inline-block;
}

.dettaglio-usato-lista:before {
    height: 1px;
    background: #ccc;
    width: 100%;
    display: block;
    content: "";
    margin-bottom: 10px;
}

.dettaglio-usato-lista > div {
    /*border-bottom: 1px solid #ccc;*/
    padding: 2px 0;
}

.dettaglio-usato-versioni {
    color: #e32028;
    font-size: 20px;
}

.riga-usato-lista {
    border-bottom: 1px solid #ccc;
    padding: 2px 0;
}

.filtro-usato-lista {
    margin-bottom: 20px;
}

.filtro-usato-lista a {
    padding: 5px 15px;
    background: #EEEEEE;
    border: 2px solid #DDDDDD;
    border-radius: 5px;
    margin-right: 10px;
    color: #000000;
}

.filtro-usato-lista a:hover {
    padding: 5px 15px;
    background: #FFFFFF;
    border: 2px solid #e32028;
    border-radius: 5px;
    margin-right: 10px;
    color: #000000;
}

.dettaglioapri {
    font-size: 14px;
}

.dettaglio-usato-accessori {
    font-size: 14px;
}

a.button.btnbig {
    margin-top: 21px;
    text-transform: uppercase;
    background: #e32028;
    display: block;
}

.dettaglio-usato-contatti {
    border: 3px solid #e32028;
    padding: 15px;
}

.dettaglio-usato-contatti textarea {
    height: 275px;
}

.dettaglio-usato-contatti-titolo {
    font-size: 18px;
    float: left;
    margin-bottom: 10px;
}

input#bottone_invia {
    float: right;
    width: auto;
    padding: 7px 15px;
    background: #005288 !important;
}

a#acquista_in_sicurezza {
    text-transform: uppercase;
    font-size: 12px;
    color: #005288;
}

.color_blue {
    color: #005288;
}

.usato-simile-titolo {
    font-family: 'muliblack';
    font-size: 14px;
    line-height: 1em;
}

.usato-simile {
    margin-left: 10px;
    font-size: 14px;
    line-height: 1.2em;
}

.usato-simile small {
    line-height: 1;
    margin-bottom: -3px;
    font-size: 11px;
    display: block;
    margin-top: 5px;
}

.usato-simile span {
    font-family: 'muliblack';
    font-size: 16px;
    color: #dd2a24;
}

.dettaglio-usato-box {
    border: 1px solid #005288;
    padding: 10px;
    font-size: 14px;
}

.dettaglio-usato-box-info {
    margin: 10px 0;
}

.dettaglio-usato-box-logo {
    height: 40px;
}

.dettaglio-usato-box a.button.btnbig {
    margin: 10px 0 0 0;
    display: block;
    width: 100%;
    background: #055288;
}

.dettaglio-usato-box-top-dealers {
    height: 40px;
    float: right;
}

.dettaglio-usato-eurotax {
    display: block;
    font-family: 'muliregular';
    font-size: 14px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.usato-dealers {}

.cod-eurotax {
    margin-bottom: 5px;
    font-family: 'muliextrabold';
    font-weight: normal;
    display: block;
    color: #258dad;
    line-height: 10px;
}

.tabs-listino {
    border: 0;
    margin-top: 0;
    background: transparent;
    position: relative;
    z-index: 2;
}

.tabs-listino > .tabs-title > a {
    color: #000;
    padding: 10px 20px;
    border-right: 1px solid #ededed;
    font-weight: bold;
    outline: none;
    text-align: center;
    background: #FFF;
}

.tabs-listino > .tabs-title > a:first-child {
    border-left: 1px solid #cccccc;
}

.tabs-listino > .tabs-title > a:focus,
.tabs-listino > .tabs-title > a[aria-selected='true'],
.tabs-listino > .tabs-title > a {
    background: #EEEEEE;
    padding: 10px 30px 10px 30px;
    border-right: 1px solid #ededed;
    outline: none;
    text-align: center;
    height: auto;
}

.tabs-listino > .is-active > a {
    background: #FFFFFF !important;
}

.tabs-listino-content {
    border: none;
    /*border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;*/
    padding: 0;
}

.tabs-listino-content > .tabs-panel {
    background: #FFFFFF;
    box-shadow: none;
    padding: 20px 0;
}

.form-eurotax-content {
    background: rgba(0, 117, 187, 0.1) !important;
    border: 1px solid #0071bb;
}

.form-eurotax-content b {
    line-height: 1.2em;
    font-family: 'muliblack';
    color: #0071bb !important;
}

.form-eurotax-content .dida {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 0;
}

.form-eurotax-content input[type="text"] {
    margin-bottom: 5px;
}

.info-icon {
    width: 15px;
    height: 15px;
    margin-right: 2px;
}

.ricerca-usato-button {
    background: #FFFFFF !important;
    border: 2px solid #dd2a24;
    color: #dd2a24;
    border-radius: 2px;
    font-family: 'muliextrabold';
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    height: auto;
    padding: 10px;
    margin-top: 10px;
}

.ricerca-usato-button:hover {
    background: #dd2a24 !important;
    color: #FFFFFF;
}

.button-lead {
    background: #FFFFFF;
    border: 2px solid #dd2a24;
    border-radius: 3px;
    font-family: 'muliextrabold';
    text-transform: uppercase;
    color: #000;
    display: block;
    padding: 5px;
    text-align: center;
    margin: 5px auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.button-lead:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(220, 42, 36, 0.8);
    -moz-box-shadow: 0px 0px 10px 0px rgba(220, 42, 36, 0.8);
    box-shadow: 0px 0px 10px 0px rgba(220, 42, 36, 0.8);
}

.button-lead:hover {
    color: #dd2a24;
}

.button-lead > span {
    text-align: center;
    font-size: 12px;
    line-height: 1em;
}

.button-lead > img {
    margin: 5px auto;
    width: 35px;
}

.button-lead-blue {
    background: #063E9A;
    border: 0;
    border-radius: 3px;
    font-family: 'muliextrabold';
    text-transform: uppercase;
    color: #FFF;
    display: block;
    padding: 5px;
    text-align: center;
    margin: 5px auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.button-lead-blue:hover {
    color: #FFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}


/* ANNUNCIO LISTINO NUOVO
------------------------------- */
.adv-listino-nuovo {
    background-color: rgba(0, 63, 154, 0.10);
}

.adv-listino-nuovo .button-lead {
    border: 2px solid #85a0ce;
}

.adv-listino-nuovo .button-lead:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 63, 154, 0.60);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 63, 154, 0.60);
    box-shadow: 0px 0px 10px 0px rgba(0, 63, 154, 0.60);
}

.adv-listino-nuovo .button-lead:hover {
    color: #85a0ce;
}

.adv-listino-nuovo .articolo-scelta-dati-nuovo {
    margin-bottom: 10px;
}

.adv-listino-nuovo .label-info {
    position: absolute;
    top: 90px;
    right: 10px;
    font-size: 10px;
    font-family: 'muliextrabold';
    color: #FFF;
    text-shadow: 0px 0px 10px #666;
}

.adv-listino-nuovo .span-offerta {
    line-height: 1em;
    margin: 10px 0 5px 0;
}
.widget-nuovo-home a {
    color: #003F9A !important;
}
.marche-logo-home:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.widget-nuovo-home:hover a {
    color: #003F9A !important;
}

/* ANNUNCIO USATO VERTICALE 
------------------------------- */
.annuncio-vert {
    padding: 10px;
    text-align: left;
}

.annuncio-vert > .articolo-scelta-lista-titolo {
    font-size: 16px;
}

.annuncio-vert > .articolo-scelta-lista-sottotitolo {
    font-size: 14px;
}

.annuncio-vert .articolo-scelta-lista-button > a {
    margin: 0;
}

.

/* BOX ANNUNCI USATO
------------------------------ */
.box-ins-annunci p {
    font-size: 18px;
    line-height: 1.3 !important;
}


.btn-outline {
    cursor: pointer;
    border-radius: 5px;
    border: 2px solid #dd2a24;
}

.btn-shadow {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
}

.insert-annunci p {
    font-size: 16px;
    margin: 5px auto;
    padding: 0;
    color: #dd2a24;
    text-align: center;
}

.insert-annunci-icon {
    background: #dd2a24;
    color: #FFF;
    text-align: center;
}

.insert-annunci-icon > i {
    font-size: 36px;
    padding-top: 3px;
}


/* CARD
----------------------------------------- */
.im-card {
    background: #F4F4F4;
    border-radius: 10px;
    padding: 10px 10px 5px 10px;
    text-align: center;
    margin-bottom: 15px;
}

.im-card:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.im-card > img {
    margin: 10px auto 0 auto;
    width: 125px;
    height: 75px;
}

.im-card-circle {
    width: 75px;
    height: 75px;
    border-radius: 100px;
    overflow: hidden;
    margin: 0 auto;
}

.im-card > hr {
    width: 80%;
    margin: 12px auto 0 auto;
    border-bottom: 1px solid #dddddd;
}

.im-card-title {
    font-family: 'muliextrabold';
    font-size: 16px;
    color: #D0000E;
    text-align: center;
    padding: 10px 0;
}

.im-card > p {
    background: #F4F4F4;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
}



/* TABS
----------------------------*/
.im-tabs-content {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.im-tabs {
    cursor: pointer;
    padding: 7px 15px;
    line-height: 1;
    font-family: 'muliblack';
    text-transform: uppercase;
    background: #c8d2e6 !important;
    margin-right: 2px;
    color: #013470;
}
.im-tabs:hover {
    background: #003F9A !important;
    color: #FFFFFF !important;
}
.im-tabs-active {
    background: #003F9A !important;
    color: #FFFFFF !important;
}
.im-tabs a {
    color: #FFFFFF;
}
.im-tabs a:hover {
    color: #FFFFFF;
}
.im-tabs-right {
    text-align: right !important;
}
.im-tabs-right a {
    font-size: 0.8rem !important;
}
.im-tabs-border {
    border-bottom: 2px solid #003F9A;
    margin-bottom: 10px;
    margin-top: -2px;
}
.lista-auto-logo {
    padding-right: .1rem !important;
    padding-left: .1rem !important;
}






@media only screen and (max-width: 40em) {
    .ordine {
        margin-top: 30px;
    }

    .grid-x.grid-padding-x.nomarginmobile > div {
        margin: 0;
        padding: 0;
    }

    .grid-x.grid-padding-x.nomarginmobile {
        margin: 0 -10px;
    }
    .hnomargin > h3 > a {
        padding-bottom: 0 !important;
    }
    .tabs {
        margin-top: 0;
    }

    .tabs-title {
        width: 33.33333%;
    }

    .leftmarginlefr {
        margin: 0;
    }

    .tabs-title > a:focus,
    .tabs-title > a[aria-selected='true'],
    .tabs-title > a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .articolo-scelta-lista-dati .small-6:nth-child(2n+1) {
        border: 0;
        padding: 0;
    }

    .articolo-scelta-lista-sx {
        margin-bottom: 10px;
    }

    .articolo-scelta-lista-dx {
        margin-left: 0;
    }

    .articolo-scelta-lista-button .button {
        background: #dd2a24;
        text-transform: uppercase;
        font-size: 14px;
        height: auto;
        padding: 12px 4px 10px 4px;
        margin: 0px 0 10px 0;
        border: 1px solid transparent;
        line-height: 1;
        text-align: center;
        cursor: pointer;
        color: #fefefe;
        display: block;
    }

    .dettaglio-usato-lista {
        margin-bottom: 40px;
    }

    .marche-button {
        width: 100%;
    }

    /* USATO SERACH 
    -------------------------------- */
    .num-annunci {
        margin-top: 0px;
        text-align: center;
    }


    /* LISTINO 
    ---------------------------------- */
    .tabs-listino > .tabs-title > a {
        padding: 10px 0 10px 0;
    }

    /* ANNUNCIO LISTINO NUOVO
    ------------------------------- */
    .adv-listino-nuovo .label-info {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 10px;
        font-family: 'muliextrabold';
        color: #FFF;
        text-shadow: 0px 0px 10px #666;
    }
    .marche-logo-home {
        background-color: #FFFFFF;
    }
    
    
    /* TABS
    ----------------------------*/
    .white-content {
        background: #FFFFFF;
        padding: 10px;
        margin: 0 10px
    }
    .im-tabs-content {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .im-tabs {
        cursor: pointer;
        padding: 15px 15px;
        line-height: 1;
        font-family: 'muliblack';
        text-transform: uppercase;
        background: #c8d2e6 !important;
        border-bottom: 1px solid #FFFFFF !important;
        margin-right: 2px;
        color: #013470;
    }

    .im-tabs:hover {
        background: #003F9A !important;
        color: #FFFFFF !important;
    }

    .im-tabs-active {
        background: #003F9A !important;
        color: #FFFFFF !important;
    }

    .im-tabs a {
        color: #FFFFFF;
    }

    .im-tabs a:hover {
        color: #FFFFFF;
    }

    .im-tabs-right {
        text-align: right !important;
    }

    .im-tabs-right a {
        font-size: 0.8rem !important;
    }

    .im-tabs-border {
        border-bottom: 0px solid #003F9A;
        margin-bottom: 10px;
        margin-top: -2px;
    }

    .lista-auto-logo {
        padding-right: .1rem !important;
        padding-left: .1rem !important;
        margin-bottom: 5px;
    }
    
}


.loader-usato {
    width: 40px;
    display: none;
    text-align: center;
    margin: 0 auto;
}



/* AUTOPROMO USATO
---------------------------- */
.autopromo-usato {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
}
.autopromo-usato img {
    padding-right: 0;
    padding-left: 0; 
}
.autopromo-usato-button {
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'muliblack';
    font-size: 1rem;
    color: #FFFFFF !important;
    background-color: #003F9A;
    border-radius: 20px;
    padding: 10px 20px;
}
.autopromo-usato .autopromo-usato-title {
    text-align: left;
    font-family: 'muliblack';
    color: #003F9A;
    font-size: 1.3rem;
    line-height: 1.1rem !important;
    margin-bottom: 5px !important;
}
.autopromo-usato .autopromo-usato-text {
    text-align: left;
    color: #333333;
    font-size: 1.3rem;
    line-height: 1.2rem !important;
    margin-bottom: 0rem !important;
}
@media only screen and (max-width: 40em) {
    .autopromo-usato img {
        padding-right: 30px;
        padding-left: 30px; 
    }
    .autopromo-usato .autopromo-usato-title {
        text-align: center;
        margin-bottom: 5px !important;
    }
.autopromo-usato .autopromo-usato-text {
        text-align: center;
        margin-bottom: 15px !important;
    }
}
a.tag-label {
	/*background-color:white;*/
}



/* DFP ADV
------------------------- */
#div-gpt-ad-1602749548534-0 {
    margin-top: 10px;
}





