@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700&amp;subset=latin-ext,vietnamese";

@font-face {
    font-family: "VinylOT";
    src: url("../fonts/t-26_-_vinylot-oblique.otf"), url("../fonts/t-26_-_vinylot-oblique86d7.html?iefix") format("eot"), url("../fonts/t-26_-_vinylot-oblique.woff") format("woff"), url("../fonts/t-26_-_vinylot-oblique.ttf") format("truetype"), url("../fonts/t-26_-_vinylot-oblique.html#svgFontName") format("svg")
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'),
        url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2'), url('../fonts/Montserrat-Thin.woff') format('woff'),
        url('../fonts/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

.imgOrientation {
    height: 90vh;
    margin: 5vh auto;
    display: table
}

body {
    font-family: Helvetica, sans-serif
}

body.landscape {
    opacity: 0;
    height: 0
}

body #loadingPage {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    background: #45AFE1;
    width: 100%;
    height: 100%
}

body #loadingPage>div {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

body #loadingPage .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

body #loadingPage .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

a {
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear
}

a[href^=tel] {
    color: inherit;
    text-decoration: none
}

input:focus {
    border-color: rgba(64, 180, 229, 0.8) !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(64, 180, 229, 0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(64, 180, 229, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(64, 180, 229, 0.6) !important
}

form {
    display: block;
}

input[type=text],
input[type=email],
textarea {
    padding: 12px 5px;
    margin: 5px 0;
    box-sizing: border-box;
    color: #000;
    font-size: 1.05em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    border: 0px;
    background-color: #cdcdcd;
}

.padron {
    width: 100%;
}

select {
    max-width: 55px;
    padding: 12px 5px;
    margin: 5px 0;
    box-sizing: border-box;
    color: #000;
    font-size: 1.05em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    border: 0px;
    background-color: #cdcdcd;
}

#choice.cinza option {
    color: #32006E;
}

.empty {
    color: #464646;
}

input.padron.cinza,
input.citta.cinza,
select#choice.cinza {
    background-color: #e5e5e5;
    color: #32006E;
}

select#choice.cinza:invalid {
    color: #464646;
}

::-webkit-input-placeholder {
    color: #464646;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #464646;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #464646;
}

:-ms-input-placeholder {
    color: #464646;
}

.citta {
    width: 82%;
    float: right;
}

textarea {
    height: 180px;
}

input[type=submit] {
    font-family: "VinylOT", sans-serif;
    font-size: 2em;
    background-color: #32006E;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px 3px 15px;
    border: 0px;
}

.feedback {
    width: 400px;
    font-family: "VinylOT", sans-serif;
    font-weight: 100;
    font-size: 1.75em;
    line-height: 1.5em;
    color: #666;
    text-transform: uppercase;
    margin-top: 20px;
}

.error {
    color: #C2002F;
}

.clear {
    clear: both
}

.bt-whatsapp {
    width: 50px;
    height: 50px;
    padding-top: 8px;
    background: #5eca55;
    border-radius: 100%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.bt-whatsapp img {
    max-width: 33px;
    display: block;
    margin: 0 auto
}

.menuFade {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 34px;
    display: none;
    border: 30px solid #fff;
    z-index: 2
}

.red {
    color: #c2002f !important
}

.white {
    color: #fff !important
}

.violet {
    color: #32006e !important
}

.light-black {
    color: #333 !important
}

.green {
    color: #45AFE1 !important
}

.yellow {
    color: #ffd100 !important
}

.azure {
    color: #40b4e5 !important
}

.gray {
    color: #fff !important
}

.purple {
    color: #D7006D !important
}

.red-bg {
    background-color: #c2002f !important
}

.white-bg {
    background-color: #fff !important
}

.violet-bg {
    background-color: #32006e !important
}

.light-black-bg {
    background-color: #333 !important
}

.green-bg {
    background-color: #45AFE1 !important
}

.yellow-bg {
    background-color: #ffd100 !important
}

.azure-bg {
    background-color: #40b4e5 !important
}

.gray-bg {
    background-color: #666 !important
}

.purple-bg {
    background-color: #D7006D !important
}

.red-bg-opacity {
    background-color: rgba(194, 0, 47, 0.6) !important
}

.white-bg-opacity {
    background-color: rgba(255, 255, 255, 0.6) !important
}

.violet-bg-opacity {
    background-color: rgba(50, 0, 110, 0.6) !important
}

.light-black-bg-opacity {
    background-color: rgba(51, 51, 51, 0.6) !important
}

.green-bg-opacity {
    background-color: rgba(109, 205, 177, 0.6) !important
}

.yellow-bg-opacity {
    background-color: rgba(255, 209, 0, 0.6) !important
}

.azure-bg-opacity {
    background-color: rgba(64, 180, 229, 0.6) !important
}

.gray-bg-opacity {
    background-color: rgba(102, 102, 102, 0.6) !important
}

.purple-bg-opacity {
    background-color: rgba(215, 0, 109, 0.6) !important
}

#header {
    position: relative;
    z-index: 9500
}

body.compare #header,
body.story #header,
body.dealers #header,
body.institutional #header,
body.contact #header,
body.news #header,
body.listing #header {
    background: #f1f1f1;
    min-height: 107px
}

body.notFound #header {
    background: #45AFE1;
    min-height: 107px
}

.badgeVespa {
    position: absolute;
    right: -7px;
    top: -22px;
    height: 30px;
    z-index: 10
}

body.index .badgeVespa {
    top: 40px
}

.badgeVespa a {
    color: #fff;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-family: "Gotham Bold", sans-serif;
    font-weight: 700;
    font-size: .85714em;
    line-height: 23px;
    text-decoration: none;
    background: #45AFE1;
    padding: 0 12px 0 8px
}

.badgeVespa a:hover {
    color: #333
}

.badgeVespa a:before {
    content: ' ';
    background: url(../img/badge-before.png) no-repeat;
    position: absolute;
    width: 8px;
    height: 23px;
    left: -8px;
    top: 0
}

.hero {
    position: relative
}

.hero ul li {
    position: relative
}

.hero ul li img {
    width: 100%;
    height: auto
}

.hero ul li .box-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(30%, -50%);
    -ms-transform: translate(30%, -50%);
    transform: translate(30%, -50%)
}

.hero ul li .box-container h3 {
    font-family: "VinylOT", sans-serif;
    line-height: 1
}

.hero ul li .box-container h3 span {
    display: block;
    margin-left: 15px
}

.hero ul li .box-container h3 span:first-child {
    margin-left: 30px
}

.hero ul li .box-container h3 span:last-child {
    margin-left: 7px
}

.hero ul li .box-container h3 span.smallSize {
    font-size: 40px;
    font-size: 2.8vw
}

.hero ul li .box-container h3 span.bigSize {
    font-size: 80px;
    font-size: 5.6vw
}

.hero ul li .box-container .button a {
    font-size: 1.4vw;
    text-transform: uppercase;
    font-family: "VinylOT", sans-serif
}

.hero ul li .socialClaim {
    position: absolute;
    top: 60%;
    right: 2%;
    line-height: 1
}

.hero ul li .socialClaim .user {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: .85714em;
    color: #45AFE1
}

.hero ul li .socialClaim .descr {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1.28571em;
    color: #666
}

.hero ul li.heroSearch .box-container-top {
    position: absolute;
    top: 30px;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.hero ul li.heroSearch .box-container-top h3 {
    font-family: "VinylOT", sans-serif;
    line-height: 1;
    text-transform: uppercase;
    color: #ffd100;
    font-size: 3.92857pxem;
    font-size: 3.8vw;
    margin: 0
}

.hero ul li.heroSearch .box-container-top .descr {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 1.14286em;
    max-width: 90%;
    display: block;
    margin: 0 auto;
    line-height: 18px
}

.hero ul li.heroSearch .box-container-top .callSearch {
    display: block;
    background: #fff;
    text-align: left;
    padding: 10px;
    text-transform: uppercase;
    color: #666;
    font-size: .85714em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    max-width: 82%;
    margin: 10px auto 0;
    cursor: text
}

.hero ul li.heroSearch .socialClaim {
    position: absolute;
    bottom: 10px;
    left: 10%;
    top: auto;
    right: auto;
    color: #fff;
    line-height: 1
}

.hero ul li.heroSearch .socialClaim .user {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: .85714em;
    text-align: right;
    color: #fff
}

.hero ul li.heroSearch .socialClaim .descr {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    color: #fff
}

.socialFixed {
    position: fixed;
    right: 8px;
    top: 40%
}

.socialFixed li {
    margin-bottom: 20px
}

.socialFixed li a {
    width: 14px;
    height: 14px;
    display: block
}

.socialFixed li a img {
    width: 100%
}

.menuServ {
    float: left;
    margin: 10px 0
}

.menuServ ul li {
    float: left;
    margin: 0 20px
}

.menuServ ul li a {
    color: #FFF;
    text-transform: uppercase;
    font-size: .71429em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: block;
    text-decoration: none;
    position: relative
}

.rastreio span {
    color: #fff;
    text-transform: uppercase;
    font-size: .71429em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.rastreio input {
    text-transform: uppercase;
    font-size: .71429em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.menuServ ul li a:hover,
.menuServ ul li a.current {
    color: #45AFE1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700
}

.menuServ ul li a:hover:after,
.menuServ ul li a.current:after {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -5px;
    z-index: 10
}

.language {
    float: right;
    margin: 10px 40px 10px 0;
    position: relative
}

.language a {
    display: block;
    width: 16px;
    height: 11px
}

.language a img {
    vertical-align: top;
    width: 100%
}

.fadeLangChoice {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999
}

.langChoice {
    display: none;
    background: #fff;
    position: relative;
    padding-bottom: 20px;
    z-index: 1;
    width: 90%;
    max-width: 1000px;
    position: fixed;
    top: 57px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 9999;
    overflow-x: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5)
}

.langChoice::-webkit-scrollbar {
    width: 9px
}

.langChoice::-webkit-scrollbar-track {
    background: #f1f1f1
}

.langChoice::-webkit-scrollbar-thumb {
    background: #c1c1c1
}

.langChoice::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0
}

.langChoice .closeLang {
    position: absolute;
    top: 23px;
    right: 23px;
    cursor: pointer
}

.langChoice .closeLang span {
    cursor: pointer;
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-transform: uppercase;
    color: #333;
    display: block;
    margin-top: 1px;
    float: left
}

.langChoice .closeLang span:hover {
    color: #40b4e5
}

.langChoice .locale-selector_frames {
    width: 300%;
    transition: 0.3s -webkit-transform cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s transform cubic-bezier(0.55, 0, 0.1, 1)
}

.langChoice .locale-selector_frames.shift-1 {
    -webkit-transform: translateX(-33.33333%);
    transform: translateX(-33.33333%)
}

.langChoice .locale-selector_frames.shift-2 {
    -webkit-transform: translateX(-66.66667%);
    transform: translateX(-66.66667%)
}

.langChoice .locale-selector_frame-1,
.langChoice .locale-selector_frame-2,
.langChoice .locale-selector_frame-3 {
    width: 33.3333333333%;
    float: left;
    position: relative
}

.langChoice .region-selector_title,
.langChoice .country-selector_title,
.langChoice .language-selector_title {
    font-family: "VinylOT", sans-serif;
    text-transform: uppercase;
    color: #40b4e5;
    display: block;
    padding: 20px 20px 15px;
    text-align: center;
    font-size: 3.57143em
}

.langChoice .region-selector_list,
.langChoice .language-selector_list {
    margin: 0;
    padding: 0;
    list-style: none
}

.langChoice .country-selector_list {
    margin: 0 30px 50px 30px;
    padding: 0;
    list-style: none
}

.langChoice .region-selector_item,
.langChoice .country-selector_item,
.langChoice .language-selector_item {
    text-align: center;
    margin: 0 0 20px 0
}

.langChoice .region-selector_link,
.langChoice .country-selector_link,
.langChoice .language-selector_link {
    font-size: 1.2em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: block
}

.langChoice .region-selector_link:hover,
.langChoice .country-selector_link:hover,
.langChoice .language-selector_link:hover {
    color: #40b4e5
}

.langChoice .country-selector_back-link,
.langChoice .language-selector_back-link {
    text-decoration: none;
    cursor: pointer;
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-transform: uppercase;
    color: #333;
    position: absolute;
    top: 23px;
    left: 18px
}

.langChoice .country-selector_back-link:hover,
.langChoice .language-selector_back-link:hover {
    color: #40b4e5
}

.langChoice .country-selector_back-link .fa,
.langChoice .language-selector_back-link .fa {
    font-weight: 700;
    font-size: 1.07143em
}

.langChoice .data-country_list {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin: 0 auto;
    max-width: 50%;
    text-align: center
}

.smallMenuContainer {
    position: fixed;
    top: 0;
    width: 1363px;
    background: #373435;
    z-index: 2
}

.menuContainer {
    min-height: 70px;
    padding: 15px 0;
    display: block;
    width: 100%;
    margin: 0;
    z-index: 1;
    position: fixed;

}

.menuContainer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 58px solid #45AFE1;
    z-index: -1
}

.menuContainer .bordoStorto {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    top: 57px;
    border-top: 12px solid #45AFE1
}

.menuContainer.fixed {
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 9999;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3)
}

.menuContainer #logo {
    float: left;
    margin-right: 20px;
    margin-left: 40px
}

.max-w-250 {
    max-width: 320px;
    max-height: 55px;
}

.menuContainer #logo img {
    height: 34px
}

.menuContainer .menuMain {
    float: left;
    margin-top: 6px;
    margin-left: 6px;
}

.menuContainer .menuMain .btn-menuMain {
    cursor: pointer
}

.menuContainer .menuMain .btn-menuMain img {
    background: #45AFE1;
    padding: 5px;
    border: 1px solid #45AFE1;
    width: 24px;
    height: 22px
}

.menuContainer .menuMain .btn-menuMain span {
    margin-left: 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: .92857em
}

.menuContainer .menuMain nav>ul {
    display: none;
    position: absolute;
    z-index: -1;
    left: 0;
    background: #fff;
    width: 100%;
    margin-top: 15px;
    padding: 50px
}

.menuContainer .menuMain nav>ul>li {
    float: left;
    width: 20%;
    padding: 0 20px;
    position: relative
}

.menuContainer .menuMain nav>ul>li.menuThumb {
    float: left;
    border-right: 1px solid #ebebeb;
    text-align: center;
    min-height: 250px
}

.menuContainer .menuMain nav>ul>li.menuThumb:last-child {
    border-right: 0px;
}

.menuContainer .menuMain nav>ul>li.menuThumb .thumbMenu {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 45px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.menuContainer .menuMain nav>ul>li h2 {
    font-size: 1em;
    padding-left: 10px
}

.menuContainer .menuMain nav>ul>li h2 a {
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}

.menuContainer .menuMain nav>ul>li h2 a:hover {
    color: #45AFE1
}

.menuContainer .menuMain nav>ul>li.menu a:after {
    content: '»';
    position: absolute;
    right: 0
}

.menuContainer .menuModelli {
    float: left;
    margin: 0 auto
}

.menuContainer .menuModelli nav>ul>li {
    float: left;
    padding: 0 15px
}

.menuContainer .menuModelli nav>ul>li.selected h2 a,
.menuContainer .menuModelli nav>ul>li:hover h2 a {
    border-bottom: 5px solid #fff
}

.menuContainer .menuModelli nav>ul>li h2 {
    font-size: .92857em;
    margin: 0
}

.menuContainer .menuModelli nav>ul>li h2 a {
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    padding-bottom: 8px;
    text-decoration: none
}

.menuContainer .menuModelli nav>ul>li h2 a:hover {
    border-bottom: 5px solid #fff
}

.menuContainer .menuModelli nav>ul>li>ul {
    display: none;
    position: absolute;
    z-index: -1;
    left: 0;
    background: #fff;
    width: 100%;
    margin-top: 18px;
    padding: 50px
}

.menuContainer .menuModelli nav>ul>li>ul .modelDescr .descr {
    display: block;
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1em;
    max-width: 75%
}

.menuContainer .menuModelli nav>ul>li>ul .modelDescr .title {
    color: #ffd100;
    display: block;
    text-transform: uppercase;
    font-size: 3.78571em;
    font-family: "VinylOT", sans-serif
}

.menuContainer .menuModelli nav>ul>li>ul .modelDescr a {
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: block;
    margin-top: 10px
}

.menuContainer .menuModelli nav>ul>li>ul .modelDescr a:hover {
    color: #ffd100
}

.menuContainer .menuModelli nav>ul>li>ul .labelMotor {
    clear: both;
    color: #ffd100;
    font-family: "VinylOT", sans-serif;
    text-transform: uppercase;
    margin-top: 40px;
    font-size: 1.78571em
}

.menuContainer .menuModelli nav>ul>li>ul>li {
    clear: both
}

.menuContainer .menuModelli nav>ul>li>ul>li h3 {
    font-size: 1em
}

.menuContainer .menuModelli nav>ul>li>ul>li h3 a {
    color: #333;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-decoration: none
}

.menuContainer .menuModelli nav>ul>li>ul>li h3 a:after {
    content: '»';
    position: absolute;
    right: 0
}

.menuContainer .menuModelli nav>ul>li>ul>li h3 a:hover {
    color: #ffd100
}

.menuContainer .menuModelli nav>ul>li>ul .imgMotor {
    position: absolute;
    bottom: 0;
    right: 100px;
    max-width: 522px;
    z-index: -1
}

.menuContainer .menuModelli nav>ul>li.accessories>ul .modelDescr .title {
    color: #45AFE1;
    margin-left: -15px
}

.menuContainer .menuModelli nav>ul>li.accessories>ul>li {
    clear: none;
    float: left;
    margin-right: 30px;
    width: 200px
}

.menuContainer .menuModelli nav>ul>li.accessories>ul>li:first-of-type {
    clear: both
}

.menuContainer .menuModelli nav>ul>li.accessories>ul>li h3 {
    border-bottom: 1px solid #c1c1c1;
    min-height: 31px;
    position: relative
}

.menuContainer .menuModelli nav>ul>li.accessories>ul>li h3 a {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    margin-bottom: 8px;
    text-decoration: none
}

.menuContainer .menuModelli nav>ul>li.accessories>ul>li h3 a:hover {
    color: #45AFE1
}

.menuContainer .menuModelli nav>ul>li.accessories>ul>li>ul>li h4 {
    font-size: .78571em
}

.menuContainer .menuModelli nav>ul>li.accessories>ul>li>ul>li h4 a {
    color: #666;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-decoration: none
}

.menuContainer .menuModelli nav>ul>li.accessories>ul>li>ul>li h4 a:hover {
    color: #45AFE1
}

.menuContainer .menuModelli nav>ul>li.accessories>ul>li>ul>li.all a {
    color: #666;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 11px;
    border-bottom: 3px solid #45AFE1;
    padding-bottom: 5px;
    text-decoration: none
}

.menuContainer .menuModelli nav>ul>li.accessories>ul>li>ul>li.all a:hover {
    color: #45AFE1
}

.menuContainer .closeMenu {
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1em;
    position: absolute;
    bottom: 30px;
    right: 20px;
    cursor: pointer
}

.menuContainer .menuMain .closeMenu {
    bottom: 10px
}

.menuContainer .search {
    float: right;
    margin: 4px 0 0 0;
    cursor: pointer
}

.menuContainer .search svg {
    width: 16px;
    height: 25px;
    fill: #fff
}

.menuContainer .mapLink {
    float: right;
    margin: 4px 0 0 20px;
    cursor: pointer
}

.menuContainer .mapLink svg {
    width: 16px;
    height: 25px;
    fill: #fff
}

.menuContainer .contactLink {
    float: right;
    margin: 4px 40px 0 20px;
    cursor: pointer
}

.menuContainer .contactLink svg {
    width: 16px;
    height: 25px;
    fill: #fff
}

.menuModel {
    padding: 6px 0;
    position: fixed;
    top: 90px;
    min-height: 53px;
    padding-top: 22px;
    display: none;
}

.menuModel .bordoStorto {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 6px solid #e6e6e6
}

.menuModel.fixed {
    position: fixed;
    top: 56px;
    width: 100% !important;
    z-index: 9999;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3)
}

body.family .menuModel>ul li.cilindrata>ul {
    display: none
}

#breadcrumb-custom {
    padding: 12px;
    height: auto;
    overflow: hidden;
    font-size: .64286em;
    color: #666;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin-top: 58px
}

body.family #breadcrumb-custom,
body.model #breadcrumb-custom,
body.compare #breadcrumb-custom,
body.story #breadcrumb-custom,
body.dealers #breadcrumb-custom,
body.institutional #breadcrumb-custom,
body.contact #breadcrumb-custom,
body.news #breadcrumb-custom,
body.listing #breadcrumb-custom {
    background: #f1f1f1
}

body.family #breadcrumb-custom,
body.model #breadcrumb-custom {
    /* margin-top: 137px */
}

body.compare #breadcrumb-custom,
body.story #breadcrumb-custom,
body.dealers #breadcrumb-custom,
body.institutional #breadcrumb-custom,
body.contact #breadcrumb-custom,
body.news #breadcrumb-custom,
body.listing #breadcrumb-custom {
    margin-top: 0
}

#breadcrumb-custom #breadcrumb-container {
    padding: 0
}

#breadcrumb-custom #breadcrumb-container div {
    padding: 0 3px 0 0;
    float: left
}

#breadcrumb-custom #breadcrumb-container div a {
    color: #666;
    text-transform: uppercase;
    text-decoration: none
}

#breadcrumb-custom #breadcrumb-container div a:hover {
    color: #333
}

#breadcrumb-custom #breadcrumb-container div:last-child a {
    text-decoration: none;
    color: #333;
    cursor: default
}

#breadcrumb-custom #breadcrumb-container div:first-child a {
    position: relative;
    padding-left: 11px
}

#breadcrumb-custom #breadcrumb-container div:first-child a:before {
    content: ' ';
    background: url(../img/breadcrumb-home.png) no-repeat;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0
}

.wrapper {
    clear: both;
    position: relative
}

body.index .wrapper {
    margin-top: 58px
}

body.compare .wrapper,
body.story .wrapper,
body.dealers .wrapper,
body.institutional .wrapper,
body.contact .wrapper,
body.news .wrapper,
body.listing .wrapper {
    background: #f1f1f1
}

body.notFound .wrapper {
    background: #45AFE1
}

body.listingDetail .wrapper {
    overflow: hidden
}

.wrapper .boxVespaCommunity {
    position: relative
}

.wrapper .boxVespaCommunity .boxImg {
    width: 100%
}

.wrapper .boxVespaCommunity .boxImg img {
    width: 100%
}

.wrapper .boxVespaCommunity .blockData {
    width: 45%;
    position: absolute;
    top: 12%;
    left: 48%;
    text-align: center;
    padding: 5%;
}

.wrapper .boxVespaCommunity .blockData .logoBox {
    max-width: 65%;
    margin: 0 auto
}

.wrapper .boxVespaCommunity .blockData .logoBox img {
    margin: 0 auto
}

.wrapper .boxVespaCommunity .blockData .descr {
    color: #fff;
    line-height: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 20px
}

.wrapper .boxVespaCommunity .blockData .descr .customLabel {
    display: block;
    color: #fff;
    margin-top: 20px
}

.wrapper .boxVespaCommunity .blockData .descr .qty {
    display: block;
    color: #fff;
    font-size: 6.42857em;
    font-size: 6.2vw;
    font-family: "VinylOT", sans-serif;
    line-height: 1
}

.wrapper .boxVespaCommunity .blockData .descr .who {
    display: block;
    color: #fff;
    font-size: 1.71429em;
    font-family: "VinylOT", sans-serif;
    line-height: 1
}

.wrapper .boxVespaCommunity .blockData .linkButton {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: .92857em;
    text-transform: uppercase;
    border-bottom: 3px solid #fff;
    text-decoration: none
}

.wrapper .boxStandard {
    position: relative
}

.wrapper .boxStandard.small {
    margin-bottom: 30px
}

.wrapper .boxStandard .boxImg {
    width: 100%
}

.wrapper .boxStandard .boxImg img {
    width: 100%
}

.wrapper .boxStandard .blockData {
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.wrapper .boxStandard .blockData h3 {
    font-size: 2.85714em;
    margin: 0;
    max-width: 60%;
    line-height: 1
}

.wrapper .boxStandard .blockData h3 a {
    color: #ffd100;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "VinylOT", sans-serif
}

.wrapper .boxStandard .blockData .descr {
    color: #fff;
    display: block;
    max-width: 40%;
    font-size: 1.14286em;
    line-height: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin-top: 5px
}

.wrapper .boxStandard .blockData .linkButton {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border-bottom: 3px solid #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    font-size: 1.14286em
}

.wrapper .boxStandard .blockData .linkButton:hover {
    color: #ffd100
}

.wrapper .boxStandard.big .blockData {
    max-width: 45%;
    text-align: center
}

.wrapper .boxStandard.big .blockData h3 {
    max-width: 100%
}

.wrapper .boxStandard.big .blockData h3 a {
    color: #fff
}

.wrapper .boxStandard.big .blockData .descr {
    max-width: 100%
}

.wrapper .boxStandard.big.right .blockData {
    right: 50px;
    left: auto;
    top: 50px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.wrapper .boxDealers {
    position: relative;
    margin-bottom: 30px
}

.wrapper .boxDealers .boxImg {
    width: 100%
}

.wrapper .boxDealers .boxImg img {
    width: 100%
}

.wrapper .boxDealers .blockData {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 60%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.wrapper .boxDealers .blockData h3 {
    font-size: 2.85714em;
    margin: 5px 0 0 0;
    line-height: 1
}

.wrapper .boxDealers .blockData h3 a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "VinylOT", sans-serif
}

.wrapper .boxDealers .blockData .descr {
    color: #fff;
    display: block;
    font-size: 1.14286em;
    line-height: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase
}

.wrapper .boxDealers .blockData .linkButton {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border-bottom: 3px solid #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px
}

.wrapper .boxDealers .blockData .linkButton:hover {
    color: #ffd100
}

.wrapper .socialHome {
    overflow: hidden
}

.wrapper .socialHome .boxImg {
    width: 50%;
    float: left;
    position: relative
}

.wrapper .socialHome .boxImg img {
    width: 100%
}

.wrapper .socialHome .boxImg svg {
    position: absolute;
    bottom: 25px;
    right: 30px;
    width: 19px;
    fill: #fff
}

.wrapper .socialHome .blockData {
    width: 50%;
    float: left;
    background: url(../img/bg-social-home.png);
    padding: 103px 30px 40px
}

.wrapper .socialHome .blockData .user {
    display: block;
    color: #45AFE1;
    text-transform: uppercase;
    font-size: .92857em;
    font-family: "Montserrat", sans-serif;
    font-weight: 700
}

.wrapper .socialHome .blockData .descr {
    display: block;
    color: #fff;
    font-size: 1.5em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 25px
}

.wrapper .socialHome .blockData .linkButton {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border-bottom: 3px solid #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: 60px
}

.wrapper .socialHome .blockData .linkButton:hover {
    color: #45AFE1
}

.wrapper .gammaHome {
    margin-top: 60px;
    margin-bottom: 60px
}

.wrapper .gammaHome h3 {
    color: #40b4e5;
    font-size: 3.57143em;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    font-family: "VinylOT", sans-serif
}

.wrapper .gammaHome .subTitle {
    font-size: 1.14286em;
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: 300
}

.wrapper .gammaHome ul li {
    float: left;
    width: 182px;
    text-align: center
}

.wrapper .gammaHome ul li .model {
    color: #333;
    font-size: 1.14286em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    margin-top: 10px
}

.wrapper .gammaHome ul li .model:hover {
    color: #40b4e5
}

.wrapper .gammaHome ul li img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -ms-transition: transform .2s linear;
    -o-transition: transform .2s linear
}

.wrapper .gammaHome ul li:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -ms-transition: transform .2s linear;
    -o-transition: transform .2s linear
}

.wrapper .gammaHome .bx-wrapper {
    position: initial
}

.wrapper .gammaHome .bx-wrapper .bx-prev {
    left: 30px;
    margin-top: 0;
    background: url(../img/arrow-gamma-sx.png) no-repeat center center
}

.wrapper .gammaHome .bx-wrapper .bx-next {
    right: 30px;
    margin-top: 0;
    background: url(../img/arrow-gamma-dx.png) no-repeat center center
}

.wrapper .header-title {
    font-family: "VinylOT", sans-serif;
    font-size: 3.92857em;
    color: #40b4e5;
    text-transform: uppercase;
    text-align: center;
    margin: 0
}

.wrapper .header-title-sel {
    font-family: "VinylOT", sans-serif;
    font-size: 3.92857em;
    color: #32006E;
    text-transform: uppercase;
    text-align: left;
    margin: 50px 0 0;
}

.title-contact {
    font-family: "VinylOT", sans-serif;
    color: #32006E;
    font-family: "VinylOT", sans-serif;
    font-size: 1.95714em;
    text-transform: uppercase;
    line-height: 1;
}

.sel {
    margin: 20px 0 40px;
}

.sel p {
    color: #666;
    font-size: 1.14286em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

body.institutional .wrapper .textContent {
    padding-bottom: 90px;
    margin-top: 30px
}

.wrapper .textContent h2 {
    font-family: "VinylOT", sans-serif;
    font-size: 2.85714em;
    color: #40b4e5;
    text-transform: uppercase;
    text-align: center
}

.wrapper .textContent p {
    color: #666;
    font-size: 1.14286em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    max-width: 45%;
    text-align: center;
    margin: 0 auto
}

.wrapper .textContent p strong {
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}

body.institutional .wrapper .textContent p {
    max-width: 85%;
    text-align: left;
    font-size: .92857em
}

body.family .wrapper .textContent p {
    max-width: 75%
}

.wrapper .textContent ul {
    margin: 0 auto;
    max-width: 70%;
    color: #666;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1.14286em
}

.wrapper .pageDescr {
    display: block;
    color: #333;
    font-size: 1.14286em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
    min-height: 45px
}

.wrapper .titleContainer {
    background: #f1f1f1
}

.wrapper .modelsGatewayContainer .model {
    position: relative;
    margin-top: 30px
}

.wrapper .modelsGatewayContainer .model:nth-child(odd) .boxImg {
    text-align: right
}

.wrapper .modelsGatewayContainer .model:nth-child(odd) .boxImg img {
    max-width: 100%;
    height: auto;
    width: 95%
}

.wrapper .modelsGatewayContainer .model:nth-child(odd) .blockData {
    margin: 0 20px
}

.wrapper .modelsGatewayContainer .model:nth-child(even) .boxImg {
    text-align: left
}

.wrapper .modelsGatewayContainer .model:nth-child(even) .boxImg img {
    max-width: 100%;
    height: auto;
    width: 95%
}

.wrapper .modelsGatewayContainer .model:nth-child(even) .blockData {
    margin: 0 20px
}

.wrapper .modelsGatewayContainer .model:nth-child(even) .blockData .descr {
    float: right;
    margin-bottom: 30px
}

.wrapper .modelsGatewayContainer .model:nth-child(even) .blockData .subTitle {
    clear: right
}

.wrapper .modelsGatewayContainer .model .blockData h3 {
    font-family: "VinylOT", sans-serif;
    font-size: 2.85714em;
    font-size: 2.85vw;
    text-transform: uppercase;
    line-height: 1
}

.wrapper .modelsGatewayContainer .model .blockData .descr {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1em;
    display: block
}

.wrapper .modelsGatewayContainer .model .blockData .subTitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.28571em;
    display: block
}

.wrapper .modelsGatewayContainer .model .blockData ul li a {
    text-decoration: none
}

.wrapper .modelsGatewayContainer .model .blockData ul li a:after {
    content: '»';
    margin-left: 10px
}

.wrapper .modelsGatewayContainer .model .blockData ul li>a {
    text-transform: uppercase;
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}

.wrapper .modelsGatewayContainer .model .blockData ul li.modelTitle>a {
    font-size: 1.28571em;
    font-family: "VinylOT", sans-serif
}

.wrapper .modelsGatewayContainer .model .blockData.red ul li>a {
    color: #333
}

.wrapper .modelsGatewayContainer .model .blockData.red ul li>a:hover {
    color: #c2002f
}

.wrapper .modelsGatewayContainer .model .blockData.red ul li.modelTitle>a {
    color: #c2002f
}

.wrapper .modelsGatewayContainer .model .blockData.red ul li.modelTitle>a:hover {
    color: #333
}

.wrapper .modelsGatewayContainer .model .blockData.white ul li>a {
    color: #fff
}

.wrapper .modelsGatewayContainer .model .blockData.white ul li>a:hover {
    color: #333
}

.wrapper .modelsGatewayContainer .model .blockData.white ul li.modelTitle>a {
    color: #fff
}

.wrapper .modelsGatewayContainer .model .blockData.white ul li.modelTitle>a:hover {
    color: #333
}

.wrapper .modelsGatewayContainer .model .blockData.violet ul li>a {
    color: #fff
}

.wrapper .modelsGatewayContainer .model .blockData.violet ul li>a:hover {
    color: #32006e
}

.wrapper .modelsGatewayContainer .model .blockData.violet ul li.modelTitle>a {
    color: #32006e
}

.wrapper .modelsGatewayContainer .model .blockData.violet ul li.modelTitle>a:hover {
    color: #fff
}

.wrapper .detailParallax {
    position: relative;
    overflow: hidden;
    margin-top: 50px
}

.wrapper .detailParallax .slide {
    color: #fff;
    width: 100%;
    margin: 0;
    background: none;
    position: relative
}

.wrapper .detailParallax .slide.parallax-slide {
    background-size: 51%;
    background-repeat: no-repeat;
    background-position: 0 105px
}

.wrapper .detailParallax .slide.parallax-slide .img-slide {
    height: 0
}

.wrapper .detailParallax .slide.parallax-slide .slide-content {
    float: right !important
}

.wrapper .detailParallax .slide:nth-child(odd) .img-slide {
    float: left;
    width: 50%
}

.wrapper .detailParallax .slide:nth-child(even) .img-slide {
    float: right;
    width: 50%
}

.wrapper .detailParallax .slide:nth-child(even) .slide-content {
    float: left
}

.wrapper .detailParallax .slide .slide-content {
    width: 50%;
    float: right;
    background: #c2002f;
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden
}

.wrapper .detailParallax .slide .slide-content .textContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%
}

.wrapper .detailParallax .slide .slide-content .icon {
    display: block;
    margin-bottom: 20px
}

.wrapper .detailParallax .slide .slide-content .title {
    display: block;
    font-family: "VinylOT", sans-serif;
    font-size: 2.85714em;
    color: #fff;
    text-transform: uppercase;
    line-height: 1
}

.wrapper .detailParallax .slide .slide-content .descr {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #fff;
    margin-top: 10px
}

.wrapper .detailParallax .slide .slide-content .descr p {
    color: #fff;
    font-size: 1em;
    max-width: 100%
}

.wrapper .detailParallax .slide .slide-content .arrow {
    display: block;
    margin-top: 3vw
}

.wrapper .galleryFamily {
    margin-top: 15px
}

.wrapper .galleryFamily .bx-wrapper {
    margin: 0 auto
}

.wrapper .galleryFamily>ul>li {
    float: left;
    width: 100%
}

.wrapper .galleryFamily ul li ul li {
    float: left;
    padding-left: 15px;
    width: 25%;
    position: relative;
    overflow: hidden
}

.wrapper .galleryFamily ul li ul li.el1 {
    padding-left: 0
}

.wrapper .galleryFamily ul li ul li.el2 {
    width: 50%
}

.wrapper .galleryFamily ul li ul li.el3 {
    padding-bottom: 15px
}

.wrapper .galleryFamily ul li .boxImg {
    width: 100%;
    position: relative;
    overflow: hidden
}

.wrapper .galleryFamily ul li .boxImg .imgCropped {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -webkit-transition: transform .1s linear;
    -moz-transition: transform .1s linear;
    -ms-transition: transform .1s linear;
    -o-transition: transform .1s linear
}

.wrapper .galleryFamily ul li .boxImg:hover .imgCropped {
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
    -webkit-transition: transform .5s linear;
    -moz-transition: transform .5s linear;
    -ms-transition: transform .5s linear;
    -o-transition: transform .5s linear
}

.wrapper .galleryFamily ul li .descr {
    position: absolute;
    top: 15px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1.45vw
}

.wrapper .galleryFamily ul li .descr a {
    color: #fff;
    text-decoration: none
}

.wrapper .galleryFamily ul li .blockData {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.wrapper .galleryFamily ul li .blockData .title {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 4.4vw;
    font-family: "VinylOT", sans-serif;
    line-height: 1
}

.wrapper .galleryFamily ul li .blockData .title a {
    color: #fff;
    text-decoration: none
}

.wrapper .galleryFamily ul li .blockData .linkButton {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px
}

.wrapper .galleryFamily ul li .blockData .linkButton:hover {
    color: #ffd100
}

.wrapper .socialClaimBig {
    background: #f1f1f1;
    padding: 30px 10px;
    text-align: center
}

.wrapper .socialClaimBig .descr {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    line-height: 1;
    color: #666;
    font-size: 1.42857em
}

.wrapper .socialClaimBig .descr span {
    font-family: "Montserrat", sans-serif;
    font-weight: 300
}

.wrapper .socialClaimBig .user {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #45AFE1;
    font-size: 1.14286em;
    text-transform: uppercase;
    margin-top: 25px
}

.wrapper .doYouVespaCarousel {
    background: #45AFE1;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    position: relative
}

.wrapper .doYouVespaCarousel .title {
    color: #fff
}

.wrapper .doYouVespaCarousel .title h3 {
    font-size: 1.42857em;
    font-family: "VinylOT", sans-serif;
    text-transform: uppercase;
    margin: 0;
    display: inline-block
}

.wrapper .doYouVespaCarousel .title img {
    display: inline-block;
    margin-left: 20px;
    width: 90px;
    vertical-align: bottom
}

.wrapper .doYouVespaCarousel .subTitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 1.14286em;
    margin-top: 5px;
    margin-bottom: 20px
}

.wrapper .doYouVespaCarousel .bx-wrapper {
    margin-bottom: 35px !important;
    position: initial
}

.wrapper .doYouVespaCarousel .bx-wrapper .bx-prev,
.wrapper .doYouVespaCarousel .bx-wrapper .bx-next {
    margin-top: 23px
}

.wrapper .doYouVespaCarousel ul li {
    float: left;
    width: 171px;
    margin: 0 25px 0 0
}

.wrapper .doYouVespaCarousel ul li .boxImg {
    overflow: hidden
}

.wrapper .doYouVespaCarousel ul li .boxImg img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    width: 171px;
    height: 228px
}

.wrapper .doYouVespaCarousel ul li .boxImg img:hover {
    transform: scale(1.1)
}

.wrapper .doYouVespaCarousel .linkButton {
    text-align: center;
    color: #fff;
    border-bottom: 2px solid #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1em;
    text-decoration: none;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block
}

.wrapper .doYouVespaCarousel .linkButton:hover {
    color: #ffd100
}

.wrapper .detailFamilyRow {
    margin: 0 0 30px 0
}

.wrapper .detailFamily {
    padding: 40px 35px;
    position: relative;
    overflow: hidden
}

.wrapper .detailFamily .blockData {
    max-width: 540px;
    width: 50%;
    overflow: hidden
}

.wrapper .detailFamily .blockData .title {
    font-family: "VinylOT", sans-serif;
    font-size: 1.42857em;
    color: #c2002f;
    text-transform: uppercase;
    display: block;
    max-width: 50%;
    line-height: 1
}

.wrapper .detailFamily .blockData .descr {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: .92857em;
    color: #666;
    display: block;
    max-width: 50%;
    margin-top: 10px
}

.wrapper .detailFamily .blockData .closeThumb {
    opacity: 0;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #45AFE1;
    padding: 10px 0
}

.wrapper .detailFamily .blockData .thumb {
    margin-top: 25px;
    display: none;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.wrapper .detailFamily .blockData .thumb.visible {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.wrapper .detailFamily .blockData .thumb img {
    max-width: 31%;
    height: auto;
    max-height: 31%;
    margin: 0 6px 10px 0
}

.wrapper .detailFamily .blockData .claimCont {
    display: none;
    text-align: center;
    margin-top: 30px;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out
}

.wrapper .detailFamily .blockData .claimCont.visible {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.wrapper .detailFamily .blockData .claimCont .claimTitle {
    text-transform: uppercase;
    color: #c2002f;
    font-size: 2.14286em;
    font-family: "VinylOT", sans-serif;
    display: table;
    margin: auto;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px
}

.wrapper .detailFamily .blockData .claimCont .claim {
    display: table;
    margin: auto;
    color: #333;
    font-size: 1.14286em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 18px
}

.wrapper .detailFamily .blockData .claimCont .claim span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}

.wrapper .detailFamily .blockData .claimCont .claim img {
    margin-left: 5px
}

.wrapper .detailFamily .clickImg {
    position: absolute;
    top: 80px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out;
    -ms-transition: transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out
}

.wrapper .detailFamily .clickImg .boxImg {
    overflow: hidden;
    padding: 30px 0
}

.wrapper .detailFamily .clickImg .clickDetail {
    width: 33.33%;
    height: 50%;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 9
}

.wrapper .detailFamily .clickImg .front {
    background: url(../img/plus-detail.png) no-repeat center center;
    transform: translate(0, -50%)
}

.wrapper .detailFamily .clickImg .center {
    background: url(../img/plus-detail.png) no-repeat center center;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wrapper .detailFamily .clickImg .back {
    background: url(../img/plus-detail.png) no-repeat center center;
    right: 0;
    transform: translate(0, -50%)
}

.wrapper .detailFamily .clickImg .bgDetail {
    background: url(../img/bg-detail-family.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out
}

.wrapper .detailFamily .clickImg.visible .front,
.wrapper .detailFamily .clickImg.visible .center,
.wrapper .detailFamily .clickImg.visible .back {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.wrapper .detailFamily .clickImg.visible .front.rotate,
.wrapper .detailFamily .clickImg.visible .back.rotate {
    transform: translate(0, -50%) rotate(45deg);
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -moz-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    -o-transform: translate(0, -50%) rotate(45deg)
}

.wrapper .detailFamily .clickImg.visible .center.rotate {
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg)
}

.wrapper .detailFamily .clickImg.visible .grayScale {
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale")
}

.wrapper .product {
    display: none;
    background: #f1f1f1;
    overflow: hidden;
    padding-bottom: 30px
}

.wrapper .product.reserve {
    background-image: url('/pt_BR/Vespa-Models/primavera/img/banner_page_reserve.png');
    margin-top: 40px;
    background-size: cover;
    padding-bottom: 0px;
}

.wrapper .product.default {
    display: block
}

.wrapper .product .left {
    float: left;
    width: 60%;
    margin-top: 30px;
    margin-right: 5%;
    padding: 0 5%;
    position: relative
}

.wrapper .product .right {
    float: right;
    width: 30%;
    margin-top: 5%;
    margin-right: 5%;
    margin-bottom: 1%;
}

.wrapper .product .leftsel {
    float: left;
    width: 36%;
    margin-top: 0%;
    margin-right: 5%;
    padding: 0 1% 0 7%;
    position: relative;
    color: #fff;
}

.wrapper .product .rightsel {
    float: right;
    width: 60%;
    margin-top: 70px;
    margin-right: -110px;
}

.label_reserva {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.25em;
    color: #fff;
    text-transform: uppercase;
}

.modelo {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1.25em;
    color: #fff;
    text-transform: uppercase;
}

.modelo2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1.25em;
    color: #fff;
    padding: 1em 0;

}

.reserva h1 {
    font-family: "VinylOT", sans-serif;
    font-size: 3.85714em;
    text-transform: uppercase;
    line-height: 1;
    color: #45AFE1;
}

.reserva h3 {
    font-family: "VinylOT", sans-serif;
    font-size: 2.85714em;
    text-transform: uppercase;
    line-height: 1;
}

.reserva h4 {
    font-family: "VinylOT", sans-serif;
    font-size: 1.95714em;
    text-transform: uppercase;
    line-height: 1;
}

.reserva h5 {
    font-family: "VinylOT", sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 1;
}

.share_esq {
    width: 80px;
    float: left;
}

.share_dir {
    width: 220px;
    float: left;
    padding: 8px 0;
}

.wrapper .product .customLabel,
.wrapper .product .customLabelbr {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: .92857em;
    color: #666;
    text-transform: uppercase
}

.divFrete {
    text-align: right;
    background-color: #f1f1f1;
    width: 100%;
}

.divFrete span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: .92857em;
    color: #666;
}

.wrapper .product .customLabel .smallestFont {
    font-size: .71429em
}

.wrapper .product .customLabel.grandi {
    font-size: 1.5em;
    padding-bottom: 10px;
}

.wrapper .product .priceContent {
    float: left;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

.wrapper .product .priceContent .price {
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    font-size: 3.57143em
}

.wrapper .product .priceContent .price .smallFont {
    font-size: 30px
}

.wrapper .product .rataContent {
    float: left;
    margin-left: 35px
}

.wrapper .product .rataContent .rata {
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    font-size: 3.57143em
}

.wrapper .product .rataContent .rata .smallFont {
    font-size: 30px
}

.wrapper .product .rataContent .rata .smallerFont {
    font-size: 13px;
    margin-left: 10px;
    font-weight: 300;
}

.wrapper .product .attributes {
    clear: both;
    border-top: 1px dashed #cdcdcd;
    margin-top: 20px;
    padding-top: 10px
}

.wrapper .product .attributes.colors li {
    display: inline-block;
    margin-right: 9px;
    margin-top: 10px;
    position: relative;
    width: 28px;
    height: 28px
}

.wrapper .product .attributes.colors li .color_pick {
    width: 28px;
    height: 28px;
    display: block
}

.wrapper .product .attributes.colors li .color_pick:before {
    background: #635a7f;
    background: -moz-linear-gradient(top, #635a7f 0%, #685e85 77%);
    background: -webkit-linear-gradient(top, #635a7f 0%, #685e85 77%);
    background: linear-gradient(to bottom, #635a7f 0%, #685e85 77%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#635a7f', endColorstr='#685e85', GradientType=0);
    width: 28px;
    height: 28px;
    position: absolute;
    content: '';
    border-radius: 50%;
    z-index: 1
}

.wrapper .product .attributes.colors li .color_pick.selected:before,
.wrapper .product .attributes.colors li .color_pick:hover:before {
    background: #cbcbcb;
    background: -moz-linear-gradient(top, #cbcbcb 0%, #e7e7e7 77%);
    background: -webkit-linear-gradient(top, #cbcbcb 0%, #e7e7e7 77%);
    background: linear-gradient(to bottom, #cbcbcb 0%, #e7e7e7 77%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cbcbcb', endColorstr='#e7e7e7', GradientType=0);
    width: 28px;
    height: 28px;
    position: absolute;
    content: '';
    border-radius: 50%;
    z-index: 1
}

.wrapper .product .attributes.colors li .color_pick .after {
    width: 18px;
    height: 18px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 5px;
    background-position: 50% 50%;
}

.wrapper .product .attributes.series li {
    position: relative;
    min-height: 30px
}

.wrapper .product .attributes.series li .color_pick {
    width: 18px;
    height: 18px;
    display: inline-block
}

.wrapper .product .attributes.series li .color_pick .after {
    width: 18px;
    height: 18px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 5px
}

.wrapper .product .attributes.series li .serie {
    float: left;
    font-size: .92857em;
    color: #666;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-top: 7px
}

.wrapper .product .attributes.series li .reset {
    display: none;
    width: 15px;
    height: 15px;
    background: url(../img/circle.svg) no-repeat;
    float: left;
    margin-top: 8px;
    margin-left: 7px;
    cursor: pointer
}

.wrapper .product .attributes.series li.selected .reset {
    display: block
}

.wrapper .product .attributes.series li a:hover .serie,
.wrapper .product .attributes.series li.selected a .serie {
    border-bottom: 3px solid #666
}

.wrapper .product .customButtons {
    margin-top: 25px
}

.wrapper .product .customButtons a {
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}

.wrapper .product .customButtons a.buttonConfig {
    color: #45AFE1;
    font-size: 1em;
    background: #fff;
    float: right;
    -webkit-box-shadow: 4px 4px 0px 0px #ccc;
    -moz-box-shadow: 4px 4px 0px 0px #ccc;
    box-shadow: 4px 4px 0px 0px #ccc
}

.wrapper .product .customButtons a.buttonConfig:hover {
    -webkit-box-shadow: 3px 3px 0px 0px #ccc;
    -moz-box-shadow: 3px 3px 0px 0px #ccc;
    box-shadow: 3px 3px 0px 0px #ccc;
    margin-top: 1px;
    margin-left: 1px
}

.wrapper .product .customButtons a.buttonCompare {
    color: #fff;
    font-size: 1em;
    background: #45AFE1;
    float: left;
    -webkit-box-shadow: 4px 4px 0px 0px #c1e1d7;
    -moz-box-shadow: 4px 4px 0px 0px #c1e1d7;
    box-shadow: 4px 4px 0px 0px #c1e1d7
}

.wrapper .product .customButtons a.buttonCompare:hover {
    -webkit-box-shadow: 3px 3px 0px 0px #c1e1d7;
    -moz-box-shadow: 3px 3px 0px 0px #c1e1d7;
    box-shadow: 3px 3px 0px 0px #c1e1d7;
    margin-top: 1px;
    margin-left: 1px
}

.wrapper .product .full_size.rotate {
    position: relative;
    z-index: 2;
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: -moz-grab
}

.wrapper .product .full_size.rotate .rotate_images {
    display: none;
    overflow: hidden
}

.wrapper .product .full_size.rotate .rotate_images img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto
}

.wrapper .product .full_size.rotate .rotate_images img.current-image {
    visibility: visible;
    width: 100%
}

.wrapper .product .full_size.rotate .rotate_images img.previous-image {
    visibility: hidden;
    width: 0
}

.wrapper .product .icon360 {
    display: none;
    position: absolute;
    top: 0;
    left: 5%;
    text-align: center;
    z-index: 1
}

.wrapper .product .icon360 span {
    display: block;
    text-transform: uppercase;
    font-size: .85714em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #45AFE1
}

.wrapper .product .icon360 span.load {
    animation-iteration-count: infinite
}

.wrapper .product .contIcon {
    position: absolute;
    height: 39px;
    width: 0;
    overflow: hidden
}

.wrapper .modelSpec {
    background: #f1f1f1;
    padding: 50px 0;
    overflow: hidden
}

.wrapper .modelSpec .title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #c2002f;
    font-family: "VinylOT", sans-serif;
    font-size: 2.85714em;
    line-height: 1
}

.wrapper .modelSpec .blockData {
    display: none
}

.wrapper .modelSpec .blockData.default {
    display: block
}

.wrapper .modelSpec .blockData.spec {
    text-align: right;
    margin-top: 25px
}

.wrapper .modelSpec .blockData.spec ul {
    margin-left: 0;
    margin-right: 25px
}

.wrapper .modelSpec .blockData ul {
    margin-left: 25px
}

.wrapper .modelSpec .blockData ul li {
    margin-bottom: 35px;
    line-height: 1
}

.wrapper .modelSpec .blockData ul li:last-child {
    margin-bottom: 0
}

.wrapper .modelSpec .blockData ul li .customLabel {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #666
}

.wrapper .modelSpec .blockData ul li .data {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    font-size: 1.4em;
    color: #333
}

.wrapper .modelSpec .blockData ul li .dataDet {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    color: #333
}

.wrapper .modelSpec .boxImg img {
    float: right
}

.wrapper .modelSpec .linkButton {
    display: none;
    text-align: center;
    color: #333;
    border-bottom: 2px solid #333;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1em;
    text-decoration: none;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin: 40px auto 0
}

.wrapper .modelSpec .linkButton.default {
    display: table
}

.wrapper .modelSpec .linkButton:hover {
    color: #666
}

body.model .wrapper .textContainer,
body.family .wrapper .textContainer {
    background: #40b4e5;
    overflow: hidden;
    padding: 40px 40px 70px
}

body.model .wrapper .textContainer .bordoStorto,
body.family .wrapper .textContainer .bordoStorto {
    width: 0;
    height: 0;
    border-bottom: 15px solid #40b4e5;
    top: -15px;
    left: 15px;
    position: absolute
}

body.model .wrapper .textContainer .textContentModel h2,
body.family .wrapper .textContainer .textContentModel h2 {
    font-family: "VinylOT", sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 25px 0
}

body.model .wrapper .textContainer .textContentModel p,
body.family .wrapper .textContainer .textContentModel p {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #fff
}

body.model .wrapper .textContainer .boxTextContent .box,
body.family .wrapper .textContainer .boxTextContent .box {
    border: 2px solid #fff;
    float: right;
    padding: 23px;
    width: 275px;
    height: 275px;
    position: relative;
    color: #fff;
    background: url(../img/bg-box.png) no-repeat;
    margin-top: 30px
}

body.model .wrapper .textContainer .boxTextContent .box:last-child,
body.family .wrapper .textContainer .boxTextContent .box:last-child {
    margin-right: 30px
}

body.model .wrapper .textContainer .boxTextContent .box .title,
body.family .wrapper .textContainer .boxTextContent .box .title {
    text-transform: uppercase;
    font-family: "VinylOT", sans-serif;
    font-size: 2.14286em;
    display: block;
    line-height: 1;
    max-width: 80%
}

body.model .wrapper .textContainer .boxTextContent .box .descr,
body.family .wrapper .textContainer .boxTextContent .box .descr {
    font-size: .92857em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    display: block;
    margin-top: 20px
}

body.model .wrapper .textContainer .boxTextContent .box .linkButton,
body.family .wrapper .textContainer .boxTextContent .box .linkButton {
    position: absolute;
    bottom: 23px;
    color: #fff;
    border-bottom: 2px solid #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1em;
    text-decoration: none;
    padding-bottom: 5px;
    text-transform: uppercase
}

body.model .wrapper .textContainer .boxTextContent .box .linkButton:hover,
body.family .wrapper .textContainer .boxTextContent .box .linkButton:hover {
    color: #ffd100
}

body.model .wrapper .textContainer .boxTextContent .box:last-child .linkButton:after,
body.family .wrapper .textContainer .boxTextContent .box:last-child .linkButton:after {
    background: url(../img/double-arrow-dx-white.png) no-repeat center right;
    content: '';
    position: absolute;
    width: 17px;
    height: 36px;
    right: -114px;
    top: -6px
}

.sub-footer {
    height: 40px;
    background-color: #0088ce;
}

.section-compre-online {
    background-color: #f5f5f7;
    padding: 90px 30px;
    text-align: center;
    margin-bottom: 30px;
}

.section-compre-online h3 {
    color: rgb(102, 102, 102);
    font-size: 3.57143em;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    font-family: "VinylOT", sans-serif;
}

.section-compre-online .to-subtitle {
    max-width: 600px;
    padding-top: 15px;
    padding-bottom: 30px;
    font-size: 14px;
    margin: 0 auto;
}

.section-compre-online img {
    margin: 0 auto;
    margin-bottom: 15px;
}

.section-compre-online h3 span {
    color: #40b4e5;
    ;
}

.section-compre-online h4 {
    color: #40b4e5;
    font-size: 24px;
    padding-bottom: 15px;
    margin: 0;
    text-align: center;
    font-family: "VinylOT", sans-serif;
}

.section-compre-online h5 {
    color: rgb(102, 102, 102);
    font-size: 22px;
    margin: 0;
    text-align: center;
    font-family: "VinylOT", sans-serif;
}

.section-compre-online h5 span {
    color: #FECD16;
    font-weight: bold;
}

.section-compre-online h5 span {
    color: #40b4e5;
}

.section-compre-online p {
    text-align: center;
    padding-top: 15px;
}

.section-compre-online p strong {
    font-weight: bold;
}

.wrapper .comparator {
    margin: 50px 0 0 0;
    padding-bottom: 50px;
    position: relative
}

.wrapper .comparator .labelSection {
    color: #fff;
    text-transform: uppercase;
    font-family: "VinylOT", sans-serif;
    font-size: 1.5em;
    background: #c2002f;
    text-align: center;
    padding: 10px 15px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    line-height: 1;
    display: none
}

.wrapper .comparator .labelSection.fuelSpeed {
    display: block
}

.wrapper .comparator .colCompare {
    border-left: 1px solid #c1c1c1;
    margin-top: 200px;
    padding-bottom: 50px
}

.wrapper .comparator .colCompare:not(:first-of-type):before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #c1c1c1;
    border-radius: 50%;
    left: -4px;
    top: 0
}

.wrapper .comparator .colCompare:not(:first-of-type):after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #c1c1c1;
    border-radius: 50%;
    left: -4px;
    bottom: 0
}

.wrapper .comparator .colCompare.first {
    border-left: 0
}

.wrapper .comparator .colCompare.fourth .moreProductCont,
.wrapper .comparator .colCompare.first .moreProductCont {
    display: none
}

.wrapper .comparator .colCompare .moreProductCont {
    margin-top: -80px
}

.wrapper .comparator .colCompare .moreProductCont .moreProduct {
    border: 1px solid #666;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    cursor: pointer
}

.wrapper .comparator .colCompare .moreProductCont .moreProduct .dataCont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wrapper .comparator .colCompare .moreProductCont .moreProduct .customLabel {
    display: block;
    line-height: 1;
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #666;
    text-transform: uppercase;
    margin-top: 15px
}

.wrapper .comparator .colCompare .productCompare {
    margin-top: -200px
}

.wrapper .comparator .colCompare .productCompare section:not(:last-of-type) {
    margin-bottom: 120px
}

.wrapper .comparator .colCompare .productCompare .linkButton {
    color: #333;
    text-transform: uppercase;
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 2px solid #333;
    padding-bottom: 7px;
    line-height: 1;
    display: inline-block;
    margin-top: 70px
}

.wrapper .comparator .colCompare .productCompare .linkButton:hover {
    color: #c2002f
}

.wrapper .comparator .dataModel {
    position: relative
}

.wrapper .comparator .dataModel h3 {
    font-size: 1.5em;
    color: #333;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    text-align: center;
    margin: 0;
    padding: 0 30px;
    min-height: 70px
}

.wrapper .comparator .dataModel h3 a {
    color: #333;
    text-decoration: none
}

.wrapper .comparator .dataModel h3 a:hover {
    color: #40b4e5
}

.wrapper .comparator .dataModel .full_size {
    margin-top: 15px;
    text-align: center
}

.wrapper .comparator .dataModel .full_size img {
    display: inline-block
}

.wrapper .comparator .dataModel .descr {
    font-size: 1.14286em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #666;
    text-align: center;
    display: block;
    margin-top: 30px
}

.wrapper .comparator .fuelSpeed ul li {
    margin-bottom: 35px;
    line-height: 1
}

.wrapper .comparator .fuelSpeed ul li:last-child {
    margin-bottom: 0
}

.wrapper .comparator .fuelSpeed ul li .customLabel {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #666
}

.wrapper .comparator .fuelSpeed ul li .data {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    font-size: 2.85714em;
    color: #333
}

.wrapper .comparator .engine ul li:not(:first-of-type),
.wrapper .comparator .vehicle ul li:not(:first-of-type),
.wrapper .comparator .dimensions ul li:not(:first-of-type) {
    margin-top: 20px
}

.wrapper .comparator .engine ul li .customLabel,
.wrapper .comparator .vehicle ul li .customLabel,
.wrapper .comparator .dimensions ul li .customLabel {
    display: block;
    font-size: .92857em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #666
}

.wrapper .comparator .engine ul li .data,
.wrapper .comparator .vehicle ul li .data,
.wrapper .comparator .dimensions ul li .data {
    display: block;
    font-size: .92857em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #666
}

.wrapper .modelChoice {
    display: none;
    background: #fff;
    position: relative;
    margin-top: 20px;
    z-index: 1;
    width: 90%;
    max-width: 600px;
    max-height: 320px;
    position: fixed;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5)
}

.wrapper .modelChoice::-webkit-scrollbar {
    width: 9px
}

.wrapper .modelChoice::-webkit-scrollbar-track {
    background: #f1f1f1
}

.wrapper .modelChoice::-webkit-scrollbar-thumb {
    background: #c1c1c1
}

.wrapper .modelChoice::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0
}

.wrapper .modelChoice .modelsList {
    display: none
}

.wrapper .modelChoice .titleModal {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    padding: 20px 20px 15px
}

.wrapper .modelChoice .fa {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    color: #666;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.wrapper .modelChoice .fa:hover {
    background: #f1f1f1;
    color: #333
}

.wrapper .modelChoice ul {
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0
}

.wrapper .modelChoice ul li {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: .92857em;
    text-transform: capitalize;
    color: #666;
    width: 100%;
    overflow: hidden;
    padding: 10px 20px 10px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.wrapper .modelChoice ul li:hover,
.wrapper .modelChoice ul li.selected {
    background: #f1f1f1;
    color: #333
}

.wrapper .modelChoice ul li .boxImg {
    width: 50px;
    height: 50px;
    position: relative;
    float: left
}

.wrapper .modelChoice ul li .boxImg img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.wrapper .modelChoice ul li .model {
    display: block;
    float: left;
    color: #666;
    font-size: .85714em;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 50px;
    margin-left: 5px
}

.wrapper .fadeChoice {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999
}

.wrapper .rowStory {
    margin-top: 30px
}

.wrapper .storyTimeline {
    max-width: 1082px;
    margin: 0 auto
}

.wrapper .storyTimeline>li {
    overflow: hidden;
    position: relative;
    padding-bottom: 80px;
    min-height: 350px
}

.wrapper .storyTimeline>li .text {
    padding: 0 22px;
    margin-top: 10px
}

.wrapper .storyTimeline>li .text h3 {
    margin: 0;
    font-size: 1.42857em;
    color: #40b4e5;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700
}

.wrapper .storyTimeline>li .text .year {
    display: block;
    color: #40b4e5;
    font-size: 5.71429em;
    font-family: "VinylOT", sans-serif;
    line-height: 1
}

.wrapper .storyTimeline>li .text .descr {
    display: block;
    color: #666;
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin-top: 5px
}

.wrapper .storyTimeline>li .text .descr .spec {
    display: block
}

.wrapper .storyTimeline>li .text .descr .spec .title {
    display: block;
    color: #c2002f;
    text-transform: uppercase;
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 700
}

.wrapper .storyTimeline>li .boxImg {
    margin-top: 20px;
    position: relative
}

.wrapper .storyTimeline>li .boxImg img {
    width: 100%;
    position: relative;
    z-index: 2
}

.wrapper .storyTimeline>li .boxImg iframe {
    position: relative;
    top: 0;
    z-index: 1
}

.wrapper .rowYears.fixed {
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: calc(100% - 30px)
}

.wrapper .rowYears .years {
    background: #45AFE1
}

.wrapper .rowYears .years ul {
    display: table;
    margin: 0 auto
}

.wrapper .rowYears .years ul li {
    color: #fff;
    display: inline-block;
    margin: 0 13px;
    font-size: 1.71429em;
    font-family: "VinylOT", sans-serif;
    line-height: 1;
    padding-bottom: 7px;
    padding-top: 14px;
    cursor: pointer;
    position: relative
}

.wrapper .rowYears .years ul li:before {
    display: block;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #fff;
    bottom: 0;
    left: 0;
    transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    opacity: 0
}

.wrapper .rowYears .years ul li.selected:before,
.wrapper .rowYears .years ul li:hover:before {
    transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    opacity: 1
}

.wrapper .mapContainer {
    margin-top: 25px;
    position: relative
}

.wrapper .dealersFilter {
    color: #666;
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px
}

.wrapper .dealersFilter {
    margin-right: 55px
}

.wrapper .dealersFilter .filterLabel {
    float: left
}

.wrapper .dealersFilter .selector {
    float: left;
    margin-left: 5px;
    position: relative
}

.wrapper .dealersFilter .selector .arrows {
    position: absolute;
    right: -14px
}

.wrapper .dealersFilter .selector .arrows:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #45AFE1 transparent;
    top: 4px
}

.wrapper .dealersFilter .selector .arrows:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #45AFE1 transparent transparent transparent;
    top: 10px
}

.wrapper .dealersFilter .filterList {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    color: #45AFE1;
    text-transform: uppercase;
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border-bottom: 2px solid;
    text-align: left;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.wrapper .dealersFilter .filterList::-ms-expand {
    display: none
}

.wrapper .dealersFilter .filterList:focus {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid
}

.wrapper .dealersFilter .filterList option {
    padding: 0;
    margin: 0
}

.wrapper #map {
    height: 630px;
    width: 70%;
    float: left;
    margin-top: 25px
}

body.dealerDetail .wrapper #map {
    width: 100%
}

.wrapper #map .labels {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.35714em;
    -webkit-transform: translate(-52%, -136%);
    -ms-transform: translate(-52%, -136%);
    transform: translate(-52%, -136%)
}

.wrapper .dealersList {
    height: 630px;
    width: 30%;
    float: right;
    margin-top: 25px;
    background: #eaeaea;
    overflow-y: hidden
}

.wrapper .dealersList .titleBlock {
    font-size: 1.14286em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #333;
    line-height: 1;
    margin-top: 25px;
    margin-left: 25px
}

.wrapper .dealersList .titleBlock .title {
    font-size: 1.14286em;
    display: block
}

.wrapper .dealersList .titleBlock .place {
    font-size: 1.71429em;
    display: block;
    text-transform: capitalize
}

.wrapper .dealersList .empty-dealer {
    font-size: 1em;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #333;
    line-height: 1;
    margin-top: 25px;
    margin-left: 25px;
    text-transform: uppercase
}

.wrapper .dealersList li {
    margin-top: 15px;
    margin-right: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #cdcdcd;
    position: relative;
    padding-left: 40px;
    text-transform: uppercase;
    line-height: 18px;
    color: #333;
    margin-left: 25px
}

.wrapper .dealersList li:first-of-type {
    margin-top: 30px
}

.wrapper .dealersList li .number {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    background: #40b4e5;
    color: #fff;
    text-align: center;
    padding-top: 7px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.wrapper .dealersList li span[itemprop="name"] {
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    cursor: pointer
}

.wrapper .dealersList li span[itemprop="name"] a {
    text-decoration: none;
    color: #333
}

.wrapper .dealersList li:hover span[itemprop="name"] a,
.wrapper .dealersList li.selected span[itemprop="name"] a {
    color: #45AFE1
}

.wrapper .dealersList li:hover .number,
.wrapper .dealersList li.selected .number {
    background: #45AFE1
}

.wrapper .dealersList li div[itemprop="address"] {
    font-size: .92857em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300
}

.wrapper .dealersList li div[itemprop="address"] a {
    text-decoration: none;
    color: #333
}

.wrapper .dealersList li .concessionary {
    font-size: .78571em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}

.wrapper .dealersList li .concessionary a {
    text-decoration: none;
    color: #333
}

.wrapper .dealersList li .concessionary .primeService {
    color: #0070b8
}

.wrapper .dealersList li .linkButton {
    position: absolute;
    top: 20px;
    right: -10px;
    display: block;
    padding: 10px;
    cursor: pointer
}

.wrapper .dealersList li .closeDealer {
    display: none;
    position: absolute;
    top: 20px;
    right: -10px;
    padding: 10px;
    cursor: pointer
}

.wrapper .dealersList .mCSB_scrollTools {
    width: 7px
}

.wrapper .dealersList .mCSB_scrollTools .mCSB_draggerRail {
    background: #dfdfdf;
    width: 7px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.wrapper .dealersList .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 7px;
    background: #40b4e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.wrapper .dealersList .mCSB_inside>.mCSB_container {
    margin-right: 0
}

.wrapper .dealersList li.selected .concessionary {
    display: none
}

.wrapper .dealersList li.selected .linkButton {
    display: none
}

.wrapper .dealersList li.selected .closeDealer {
    display: block
}

.wrapper .dealersList li.selected .contact {
    display: block
}

.wrapper .dealersList li .contact {
    display: none;
    margin-top: 15px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif
}

.wrapper .dealersList li .contact .mail {
    text-transform: lowercase;
    word-wrap: break-word
}

.wrapper .dealersList li .contact .contactLabel {
    font-weight: 500;
    text-transform: uppercase
}

.wrapper .dealersList li .contact .boxImg {
    margin-top: 20px
}

.wrapper .dealersList li .contact .boxImg img {
    max-width: 100%
}

.wrapper .searchMap input {
    width: 45%;
    display: table;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    padding: 13px 40px 13px 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: .85714em;
    color: #666;
    text-transform: uppercase;
    background: url(../img/input-icon-go.png) no-repeat right center #fff
}

.wrapper .linkDealersType {
    display: table;
    text-align: center;
    margin: 20px auto 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #666;
    position: relative
}

.wrapper .linkDealersType:hover {
    color: #45AFE1
}

.wrapper .linkDealersType:after {
    content: '»';
    position: absolute;
    top: -1px;
    margin-left: 10px
}

.wrapper .backMap a {
    background: #fff;
    display: inline-block;
    padding: 8px 13px 8px 8px;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    font-size: .78571em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}

.wrapper .backMap a:hover {
    color: #45AFE1
}

.wrapper .dataDealer {
    margin-top: 45px
}

.wrapper .dataDealer .address,
.wrapper .dataDealer .contact,
.wrapper .dataDealer .services {
    background: #fff;
    font-size: .92857em;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative;
    padding: 20px
}

.wrapper .dataDealer .address .customLabel,
.wrapper .dataDealer .contact .customLabel,
.wrapper .dataDealer .services .customLabel {
    color: #333;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1em
}

.wrapper .dataDealer .address .iconBox {
    position: absolute;
    top: 50%;
    left: -40px;
    background: #f1f1f1;
    padding: 20px 20px 24px 20px;
    border-radius: 50%;
    transform: translate(0, -50%)
}

.wrapper .dataDealer .address .boxImg {
    width: 100%;
    height: 40px;
    margin-top: 20px
}

.wrapper .dataDealer .contact [itemprop="email"] {
    text-transform: lowercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}

.wrapper .dataDealer .contact [itemprop="email"] a {
    color: #333;
    text-decoration: none
}

.wrapper .dataDealer .contact [itemprop="email"] a:hover {
    color: #45AFE1
}

.wrapper .dataDealer .contact .iconBox {
    position: absolute;
    top: 50%;
    right: -40px;
    background: #f1f1f1;
    padding: 20px 20px 24px 20px;
    border-radius: 50%;
    transform: translate(0, -50%)
}

.wrapper .dataDealer .services .iconBox {
    position: absolute;
    top: 50%;
    left: -40px;
    background: #f1f1f1;
    padding: 20px 20px 24px 20px;
    border-radius: 50%;
    transform: translate(0, -50%)
}

.wrapper .dataDealer .services ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2
}

.wrapper .dataDealer .services ul li {
    text-transform: none
}

body.dealerDetail .wrapper #map {
    margin-top: 0
}

.wrapper #map .gm-style-iw .nameDealer {
    color: #40b4e5;
    text-transform: uppercase;
    font-size: 2.14286em;
    font-family: "VinylOT", sans-serif;
    background: #fff
}

.wrapper .infoBox {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3)
}

.wrapper .boxRoute {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    padding: 20px;
    width: 280px
}

.wrapper .boxRoute .customLabel {
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1.28571em;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
    letter-spacing: 0.5px;
    text-align: center
}

.wrapper .boxRoute .mode-selector {
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 25px
}

.wrapper .boxRoute .mode-selector li {
    background: url(../img/change-route-type.png) no-repeat #f0f0f0;
    height: 48px;
    width: 48px;
    float: left;
    cursor: pointer
}

.wrapper .boxRoute .mode-selector li:hover,
.wrapper .boxRoute .mode-selector li.selected {
    background-color: #40b4e5
}

.wrapper .boxRoute .mode-selector li.changemode-driving {
    background-position: 15px 12px
}

.wrapper .boxRoute .mode-selector li.changemode-transit {
    background-position: -32px 12px
}

.wrapper .boxRoute .mode-selector li.changemode-walking {
    background-position: -79px 12px
}

.wrapper .boxRoute .mode-selector li.changemode-bicycling {
    background-position: -126px 12px
}

.wrapper .boxRoute .mode-selector li.reverse {
    background-position: -173px 12px
}

.wrapper .boxRoute .group {
    margin-top: 18px;
    overflow: hidden
}

.wrapper .boxRoute .group span {
    width: 48px;
    height: 48px;
    background: #b4b4b4;
    color: #fff;
    display: block;
    float: left;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1em;
    letter-spacing: 0.5px;
    text-align: center;
    padding-top: 15px
}

.wrapper .boxRoute .group input {
    width: 192px;
    height: 48px;
    float: left;
    border: 0;
    background: #f0f0f0;
    padding: 15px;
    color: #333;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 300
}

.wrapper .boxRoute .group input:focus {
    box-shadow: none !important
}

.wrapper .boxRoute .calcRoute {
    color: #fff;
    font-size: .85714em;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background: #45AFE1;
    padding: 15px;
    display: table;
    margin: 20px auto 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.wrapper .boxRoute .calcRoute:hover {
    background: #40b4e5
}

.wrapper .relatedDealers {
    padding: 50px 0;
    background: #fff;
    overflow: hidden
}

.wrapper .relatedDealers .title {
    font-size: 2.14286em;
    display: block;
    font-family: "VinylOT", sans-serif;
    color: #c2002f;
    text-align: center;
    text-transform: uppercase
}

.wrapper .relatedDealers ul {
    margin-top: 60px;
    overflow: hidden;
    padding: 0 15px
}

.wrapper .relatedDealers ul li {
    text-transform: uppercase;
    line-height: 18px;
    color: #333
}

.wrapper .relatedDealers ul li .moreDealer {
    margin: 0 0 25px 0;
    position: relative
}

.wrapper .relatedDealers ul li span[itemprop="name"] {
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}

.wrapper .relatedDealers ul li span[itemprop="name"] a {
    text-decoration: none;
    color: #333
}

.wrapper .relatedDealers ul li:hover span[itemprop="name"] a,
.wrapper .relatedDealers ul li.selected span[itemprop="name"] a {
    color: #45AFE1
}

.wrapper .relatedDealers ul li div[itemprop="address"] {
    font-size: .92857em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300
}

.wrapper .relatedDealers ul li div[itemprop="address"] a {
    text-decoration: none;
    color: #333
}

.wrapper .relatedDealers ul li .concessionary {
    font-size: .78571em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}

.wrapper .relatedDealers ul li .concessionary a {
    text-decoration: none;
    color: #333
}

.wrapper .relatedDealers ul li .concessionary .primeService {
    color: #0070b8
}

.wrapper .relatedDealers ul li .linkButton {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    padding: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.wrapper .blocksContainer {
    overflow: hidden;
    max-width: calc(371px *3);
    margin: 40px auto 107px;
    float: none
}

.wrapper .blocksContainer .block {
    float: left;
    width: 361px;
    height: 361px;
    padding: 12.5px
}

.wrapper .blocksContainer .block .blockData {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 28px 20px 0;
    text-align: center;
    position: relative
}

.wrapper .blocksContainer .block .blockData .icon {
    width: 84px;
    height: 84px;
    margin: 0 auto
}

.wrapper .blocksContainer .block .blockData .icon img {
    max-width: 100%
}

.wrapper .blocksContainer .block .blockData .title {
    display: block;
    font-size: 1.5em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #40b4e5;
    line-height: 24px;
    margin-top: 30px;
    letter-spacing: 0.5px
}

.wrapper .blocksContainer .block .blockData .descr {
    display: block;
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #333;
    margin-top: 27px;
    line-height: 18px
}

.wrapper .blocksContainer .block .blockData .phone {
    display: block;
    font-size: 1.57143em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #c2002f;
    margin-top: 25px;
    line-height: 1
}

.wrapper .blocksContainer .block .blockData .phoneForeign {
    display: block;
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #333
}

.wrapper .blocksContainer .block .blockData .linkButton {
    background: #45AFE1;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1em;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    padding: 14px 25px;
    position: absolute;
    bottom: 28px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out
}

.wrapper .blocksContainer .block .blockData .linkButton:hover {
    background: #40b4e5
}

.wrapper #frameCentro {
    margin: 20px auto;
    display: block
}

.wrapper .newsList {
    margin-top: 8px;
    overflow: hidden;
    padding-top: 17px
}

.wrapper .newsList.evidenzaTrue li.item:nth-child(-n+7) {
    display: block !important
}

.wrapper .newsList.evidenzaFalse li.item:nth-child(-n+8) {
    display: block !important
}

.wrapper .newsList .item {
    display: none;
    position: relative;
    z-index: 0;
    margin-bottom: 25px;
    line-height: 17px
}

.wrapper .newsList .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #45AFE1;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out
}

.wrapper .newsList .item .box-img {
    overflow: hidden;
    position: relative;
    max-width: 194px;
    max-height: 194px
}

.wrapper .newsList .item .box-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

.wrapper .newsList .item .box-img img.newsType {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.wrapper .newsList .item .box-product {
    margin-top: 15px
}

.wrapper .newsList .item .box-product .articleDate {
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: .85714em
}

.wrapper .newsList .item .box-product .asset-title {
    margin: 0;
    font-size: 1.14286em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase
}

.wrapper .newsList .item .box-product .asset-title a {
    color: #333;
    text-decoration: none
}

.wrapper .newsList .item .box-product .descr_box {
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: .92857em;
    line-height: 1
}

.wrapper .newsList li.evidenza {
    position: relative;
    z-index: 0;
    margin-bottom: 25px
}

.wrapper .newsList li.evidenza ul li img {
    display: table;
    margin: 0 auto
}

.wrapper .newsList li.evidenza .bx-wrapper {
    margin: 0 auto
}

.wrapper .newsList li.evidenza .bx-wrapper .bx-pager.bx-default-pager a {
    background: #696969
}

.wrapper .newsList li.evidenza .bx-wrapper .bx-pager.bx-default-pager a:hover,
.wrapper .newsList li.evidenza .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: none;
    border: 1px solid #696969
}

.wrapper .rowNewsList .moreItems {
    display: none;
    margin: 0 auto 20px;
    background: url(../img/more-search-icon.png) no-repeat center 45px #45AFE1;
    border-radius: 50%;
    padding: 25px 0;
    width: 70px;
    height: 70px;
    color: #fff;
    text-transform: uppercase;
    font-size: .85714em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
    cursor: pointer
}

.wrapper .newsContent {
    margin-top: 35px;
    margin-bottom: 35px
}

.wrapper .newsContent .articleDate {
    font-size: .85714em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    display: block;
    color: #333;
    margin-bottom: 25px;
    margin-top: 20px
}

.wrapper .newsContent .gallery {
    margin-bottom: 30px
}

.wrapper .newsContent .gallery img {
    width: 100%
}

.wrapper .newsContent p {
    font-size: .92857em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #333;
    margin-bottom: 0
}

.wrapper .newsContent p strong {
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}

.wrapper .newsContent p small {
    font-size: .78571em
}

.wrapper .downloadContent {
    margin-bottom: 150px
}

.wrapper .downloadContent .title {
    display: block;
    color: #c2002f;
    font-family: "VinylOT", sans-serif;
    font-size: 1.28571em;
    text-transform: uppercase
}

.wrapper .downloadContent ul {
    margin-top: 20px
}

.wrapper .downloadContent ul li {
    margin-bottom: 20px
}

.wrapper .downloadContent ul li a {
    position: relative;
    color: #333;
    font-size: .92857em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    text-decoration: none;
    padding-top: 2px;
    padding-left: 32px;
    display: inline-block;
    line-height: 20px
}

.wrapper .downloadContent ul li a:hover {
    color: #45AFE1
}

.wrapper .downloadContent ul li a:before {
    content: '';
    background: url(../img/pdf-icon.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 20px
}

.wrapper .containerListing {
    width: 95%;
    max-width: 1295px;
    margin: 30px auto 0;
    padding-bottom: 35px
}

.wrapper .containerListing .colFilter {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px
}

.wrapper .containerListing .catLabel {
    text-transform: uppercase;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #666;
    font-size: 1em;
    padding: 0 20px;
    letter-spacing: 1px
}

.wrapper .containerListing .catLabel.labelPrice {
    border-top: 1px dashed #e6e6e6;
    padding-top: 25px;
    margin-top: 25px
}

.wrapper .containerListing .catLabel .fa {
    float: right;
    margin: -20px -20px 0 0;
    padding: 20px;
    font-size: 18px;
    cursor: pointer
}

.wrapper .containerListing .priceFilter {
    margin: 30px 28px 16px
}

.wrapper .containerListing .catList {
    margin: 10px 20px;
    border-top: 1px solid #e6e6e6;
    padding-top: 8px
}

.wrapper .containerListing .catList li {
    line-height: 24px;
    margin-bottom: 5px
}

.wrapper .containerListing .catList li a {
    color: #666;
    text-transform: uppercase;
    font-size: .85714em;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    display: block
}

.wrapper .containerListing .catList li a.selected,
.wrapper .containerListing .catList li a:hover {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #333
}

.wrapper .containerListing .catList li a.selected:after,
.wrapper .containerListing .catList li a:hover:after {
    content: '»';
    position: absolute;
    right: 0
}

.wrapper .containerListing .filterFamily {
    border-top: 1px dashed #e6e6e6;
    padding-top: 25px;
    margin-top: 25px;
    position: relative
}

.wrapper .containerListing .filterFamily .selectFamily {
    color: #666;
    border: 1px solid #d0d3d4;
    display: block;
    margin: 20px 20px 0;
    padding: 12px 18px 12px 14px;
    text-transform: uppercase;
    font-size: .85714em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background: #fff;
    cursor: pointer
}

.wrapper .containerListing .filterFamily .selectFamily .fa {
    float: right;
    color: #666;
    font-size: 1.07143em
}

.wrapper .containerListing .filterFamily .resetFilter {
    display: none;
    position: absolute;
    top: 27px;
    width: 14px;
    right: 20px;
    cursor: pointer
}

.wrapper .containerListing .filterFamily ul {
    display: none;
    border: 1px solid #d0d3d4;
    border-top: 0;
    margin: 0 20px;
    position: absolute;
    background: #f1f1f1;
    z-index: 1;
    width: calc(100% - 40px)
}

.wrapper .containerListing .filterFamily ul li {
    text-decoration: none;
    display: block;
    padding: 12px 18px 12px 14px;
    text-transform: uppercase;
    font-size: .85714em;
    border-bottom: 1px solid #d0d3d4;
    background: #fff;
    color: #666;
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}

.wrapper .containerListing .filterFamily ul li:hover,
.wrapper .containerListing .filterFamily ul li.selected {
    background: #e6e6e6
}

.wrapper .containerListing .numItem,
.wrapper .containerListing .sorting {
    color: #666;
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px
}

.wrapper .containerListing .numItem {
    margin-left: 15px
}

.wrapper .containerListing .sorting {
    margin-right: 35px
}

.wrapper .containerListing .sorting .sortLabel {
    float: left
}

.wrapper .containerListing .sorting .selector {
    float: left;
    margin-left: 5px;
    position: relative
}

.wrapper .containerListing .sorting .selector .arrows {
    position: absolute;
    right: -14px
}

.wrapper .containerListing .sorting .selector .arrows:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #45AFE1 transparent;
    top: 4px
}

.wrapper .containerListing .sorting .selector .arrows:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #45AFE1 transparent transparent transparent;
    top: 10px
}

.wrapper .containerListing .sorting .sortList {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    color: #45AFE1;
    text-transform: uppercase;
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border-bottom: 2px solid;
    text-align: left;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.wrapper .containerListing .sorting .sortList::-ms-expand {
    display: none
}

.wrapper .containerListing .sorting .sortList:focus {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid
}

.wrapper .containerListing .sorting .sortList option {
    padding: 0;
    margin: 0
}

.wrapper .containerListing .listItems {
    margin-top: 20px;
    overflow: hidden
}

.wrapper .containerListing .listItems .item {
    display: none;
    margin-bottom: 30px
}

.wrapper .containerListing .listItems .item:nth-child(-n+12) {
    display: block !important
}

.wrapper .containerListing .listItems .item .box-img {
    background: #fff;
    text-align: center
}

.wrapper .containerListing .listItems .item .box-img img {
    margin: 0 auto
}

.wrapper .containerListing .listItems .item .box-product {
    background: #fff
}

.wrapper .containerListing .listItems .item .box-product .header {
    min-height: 83px
}

.wrapper .containerListing .listItems .item .box-product h3 {
    margin: 0;
    text-align: center;
    font-size: 1em;
    padding: 15px 35px 0
}

.wrapper .containerListing .listItems .item .box-product h3 a {
    color: #666;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    text-decoration: none
}

.wrapper .containerListing .listItems .item .box-product .oldPrice {
    display: block;
    text-align: center;
    padding: 0 35px;
    color: #666;
    font-size: 1em;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    text-decoration: line-through
}

.wrapper .containerListing .listItems .item .box-product .newPrice {
    display: block;
    text-align: center;
    margin-top: 25px;
    padding: 15px 0;
    color: #fff;
    font-size: 1.42857em;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background: #45AFE1
}

.wrapper .containerListing .moreItems {
    display: none;
    margin: 0 auto 60px;
    background: url(../img/more-search-icon.png) no-repeat center 45px #45AFE1;
    border-radius: 50%;
    padding: 25px 0;
    width: 70px;
    height: 70px;
    color: #fff;
    text-transform: uppercase;
    font-size: .85714em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
    cursor: pointer
}

.wrapper .containerProdDetail {
    width: 95%;
    max-width: 1140px;
    padding: 0;
    margin: 0 auto 10px
}

.wrapper .backListing a {
    background: #fff;
    display: inline-block;
    padding: 8px 13px 8px 8px;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    font-size: .78571em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}

.wrapper .backListing a:hover {
    color: #45AFE1
}

.wrapper .productDetail {
    overflow: hidden
}

.wrapper .productDetail .dataProductContainer {
    background: #fff;
    overflow: hidden
}

.wrapper .productDetail .imagesContent {
    border-right: 1px solid #f1f1f1;
    padding-bottom: 20px
}

.wrapper .productDetail .imagesContent .full_size {
    position: relative;
    overflow: hidden;
    max-width: 480px;
    margin: 40px auto
}

.wrapper .productDetail .imagesContent .full_size:hover .zoomIcon {
    display: none
}

.wrapper .productDetail .imagesContent .full_size .zoomIcon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.wrapper .productDetail .imagesContent .thumbContainer {
    max-width: 480px;
    display: table;
    margin: 0 auto 40px
}

.wrapper .productDetail .imagesContent .thumbContainer li {
    float: left;
    width: 68px;
    height: 68px;
    margin-right: 15px
}

.wrapper .productDetail .imagesContent .thumbContainer li img {
    border: 1px solid #f1f1f1
}

.wrapper .productDetail .imagesContent .thumbContainer li .selected img,
.wrapper .productDetail .imagesContent .thumbContainer li img:hover {
    border: 2px solid #cdcdcd
}

.wrapper .productDetail .imagesContent .thumbContainer .bx-wrapper .bx-prev {
    background: url(../img/arrow-gamma-sx.png);
    left: -15px
}

.wrapper .productDetail .imagesContent .thumbContainer .bx-wrapper .bx-next {
    background: url(../img/arrow-gamma-dx.png);
    right: -15px
}

.wrapper .productDetail .dataContent {
    padding-bottom: 20px
}

.wrapper .productDetail .dataContent .prodDescr {
    font-size: 1.42857em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #333;
    line-height: 22px;
    margin: 40px 110px 0 40px
}

.wrapper .productDetail .codeProduct {
    margin: 5px 110px 0 40px;
    font-size: 1em;
    text-transform: uppercase
}

.wrapper .productDetail .codeProduct .customLabel {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #666;
    letter-spacing: 1px
}

.wrapper .productDetail .codeProduct .code {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #333
}

.wrapper .productDetail .attributes {
    border-top: 2px dashed #cdcdcd;
    border-bottom: 2px dashed #cdcdcd;
    margin: 30px 110px 0 40px;
    padding: 25px 0 30px;
    overflow: hidden
}

.wrapper .productDetail .attributes .colors,
.wrapper .productDetail .attributes .size {
    float: left;
    width: 50%;
    padding: 0 15px 0 0
}

.wrapper .productDetail .attributes .colors .customLabel,
.wrapper .productDetail .attributes .size .customLabel {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #666;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.wrapper .productDetail .attributes .colors span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    display: inline-block
}

.wrapper .productDetail .attributes .size {
    padding: 0;
    text-align: right
}

.wrapper .productDetail .attributes .size ul li {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #666;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 18px
}

.wrapper .productDetail .priceContent {
    margin: 40px 110px 0 40px;
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: 200
}

.wrapper .productDetail .priceContent .oldPrice {
    display: inline-block;
    font-size: 1.78571em;
    position: relative
}

.wrapper .productDetail .priceContent .oldPrice:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #333
}

.wrapper .productDetail .priceContent .price {
    display: inline-block;
    font-size: 3.57143em
}

.wrapper .productDetail .socialButton {
    margin: 30px 110px 30px 40px;
    overflow: hidden
}

.wrapper .productDetail .socialButton .fb-like,
.wrapper .productDetail .socialButton .twetterButton,
.wrapper .productDetail .socialButton .googleButton {
    float: left;
    margin-right: 5px
}

.wrapper .relatedContainer {
    width: 95%;
    max-width: 1140px;
    padding: 0;
    margin: 0 auto 60px;
    background: #fff
}

.wrapper .relatedContainer .title {
    font-size: 3.42857em;
    font-family: "VinylOT", sans-serif;
    color: #40b4e5;
    text-transform: uppercase;
    text-align: center;
    margin: 40px auto 35px;
    display: block
}

.wrapper .relatedContainer .related {
    overflow: hidden
}

.wrapper .relatedContainer .related .item {
    display: none;
    margin-bottom: 30px
}

.wrapper .relatedContainer .related .item:nth-child(-n+12) {
    display: block !important
}

.wrapper .relatedContainer .related .item .box-img {
    background: #fff;
    text-align: center
}

.wrapper .relatedContainer .related .item .box-img img {
    margin: 0 auto
}

.wrapper .relatedContainer .related .item .box-product {
    background: #fff
}

.wrapper .relatedContainer .related .item .box-product .header {
    min-height: 83px
}

.wrapper .relatedContainer .related .item .box-product h3 {
    margin: 0;
    text-align: center;
    font-size: 1em;
    padding: 15px 35px 0
}

.wrapper .relatedContainer .related .item .box-product h3 a {
    color: #666;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    text-decoration: none
}

.wrapper .relatedContainer .related .item .box-product .oldPrice {
    display: block;
    text-align: center;
    padding: 0 35px;
    color: #666;
    font-size: 1em;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    text-decoration: line-through
}

.wrapper .relatedContainer .related .item .box-product .newPrice {
    display: block;
    text-align: center;
    margin-top: 25px;
    padding: 5px 35px 0;
    color: #45AFE1;
    font-size: 1.42857em;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}

.wrapper .relatedContainer .related .item .box-product .onlyStore {
    font-size: .71429em;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #45AFE1;
    text-align: center;
    display: block
}

.widthSelector {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    color: #45AFE1;
    text-transform: uppercase;
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border-bottom: 2px solid
}

footer {
    margin-top: 30px
}

footer .imgVespa {
    text-align: center;
    margin-bottom: 15px
}

footer .imgVespa img {
    max-width: 118px
}

footer .menuFooter>nav>ul {
    display: table;
    margin: 0 auto
}

footer .menuFooter>nav>ul>li {
    float: left;
    padding: 0 15px
}

footer .menuFooter>nav>ul>li h2 {
    font-size: .78571em;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
    margin-bottom: 0
}

footer .menuFooter>nav>ul>li h2 a {
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none
}

footer .menuFooter>nav>ul>li h2 a:hover {
    color: #45AFE1
}

footer .menuFooter>nav>ul>li>ul>li h3 {
    font-size: .78571em;
    margin: 10px 0
}

footer .menuFooter>nav>ul>li>ul>li h3 a {
    color: #666;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-decoration: none
}

footer .menuFooter>nav>ul>li>ul>li h3 a:hover {
    color: #45AFE1
}

footer .menuFooter>nav>ul>li.opened .fa {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

footer .logosFooter {
    padding: 30px 0;
    /* margin: 60px 0 0 0 */
}

footer .logosFooter .footerLogos {
    display: table;
    margin: 0 auto
}

footer .logosFooter .footerLogos>div.wide img {
    margin-top: 13px
}

footer .socialFooter {
    margin: 0 60px !important
}

footer .socialFooter .title {
    color: #333;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin-bottom: 5px
}

footer .socialFooter li {
    margin: 0 3px;
    float: left;
    border: 2px solid #45AFE1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

footer .socialFooter li a {
    width: 37px;
    height: 37px;
    display: block
}

footer .socialFooter li a img {
    width: 45%;
    margin: 10px 0 0 10px
}

footer .dataFooter {
    padding: 30px 0;
    border-top: 1px solid #e6e6e6;
    margin-left: 0;
    margin-right: 0
}

footer .dataFooter .datiSocietari {
    text-align: center;
    color: #666;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: .71429em
}

footer .dataFooter .menuTerms {
    margin: 0 auto 10px;
    display: table
}

footer .dataFooter .menuTerms ul li {
    margin: 0 0 10px 0
}

footer .dataFooter .menuTerms ul li h2 {
    font-size: .71429em;
    margin: 0
}

footer .dataFooter .menuTerms ul li h2 a {
    color: #666;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}

#searchBox {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    padding-bottom: 100px;
    overflow-x: hidden
}

#searchBox .topContainer {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 99;
    height: 95px
}

#searchBox .logoSearch {
    position: fixed;
    top: 45px;
    left: 50%;
    max-width: 100px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#searchBox .closeSearch {
    position: fixed;
    top: 50px;
    right: 30px;
    cursor: pointer;
    width: 29px;
    height: 29px
}

#searchBox .container {
    margin-top: 95px
}

#searchBox .container .searchHint {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.14286em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #666;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 25px
}

#searchBox .container form {
    position: relative;
    overflow: hidden;
    height: 70px
}

#searchBox .container input {
    border: 0;
    box-shadow: none !important;
    color: #40b4e5;
    font-size: 4.28571em;
    font-family: "VinylOT", sans-serif;
    text-transform: uppercase;
    line-height: 1;
    padding: 0 20px 0 0;
    height: 70px;
    background: none;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#searchBox .container input.searchSuggestion {
    color: #c1c1c1;
    z-index: 1
}

#searchBox .container input.userType {
    -webkit-transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    -ms-transition: background .4s ease-in-out;
    -o-transition: background .4s ease-in-out;
    background: url(../img/close-search-input.svg) no-repeat right -20px center
}

#searchBox .container input.userType.x {
    background-position: right 0px center
}

#searchBox .container input.userType.onX {
    cursor: pointer
}

#searchBox .container input.userType::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

#searchBox .container .row {
    background: #f1f1f1;
    margin-top: 30px
}

#searchBox .container .row.searchResults {
    display: none
}

#searchBox .container .row .customLabel {
    display: table;
    margin: 0 auto;
    background: #40b4e5;
    padding: 12px 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: .85714em;
    letter-spacing: 0.5px
}

#searchBox .container .row.searchResults .results {
    padding: 0 100px;
    margin: 50px 0
}

#searchBox .container .row.searchResults .results a {
    display: none;
    position: relative;
    padding-right: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    color: #666;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    text-decoration: none
}

#searchBox .container .row.searchResults .results a:nth-child(-n+3) {
    display: block !important
}

#searchBox .container .row.searchResults .results a:hover {
    color: #45AFE1
}

#searchBox .container .row.searchResults .results a h4 {
    margin: 0;
    font-size: 1em;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}

#searchBox .container .row.searchResults .results a p {
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 1em
}

#searchBox .container .row.searchResults .results a p:after {
    content: '»';
    position: absolute;
    right: 0;
    font-size: 45px;
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    top: -5px
}

#searchBox .container .row.searchResults .moreItems {
    display: none;
    margin: 0 auto 60px;
    background: url(../img/more-search-icon.png) no-repeat center 45px #45AFE1;
    border-radius: 50%;
    padding: 25px 0;
    width: 70px;
    height: 70px;
    color: #fff;
    text-transform: uppercase;
    font-size: .85714em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
    cursor: pointer
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(109, 205, 177, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 2
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1
}

.cd-top.cd-fade-out {
    opacity: .5
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1
}

body.index .boxStandard,
body.index .boxVespaCommunity,
body.index .socialHome,
body.index .boxDealers {
    overflow: hidden
}

body.index .boxStandard .boxImg,
body.index .boxVespaCommunity .boxImg,
body.index .socialHome .boxImg,
body.index .boxDealers .boxImg {
    transform: translate3d(0, 150%, 0);
    -webkit-transform: translate3d(0, 150%, 0);
    -moz-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    -o-transform: translate3d(0, 150%, 0);
    opacity: 0
}

body.index .boxStandard .blockData,
body.index .boxVespaCommunity .blockData,
body.index .socialHome .blockData,
body.index .boxDealers .blockData {
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(0.1, 0.6, 0.57, 0.89);
    -moz-transition: all .8s cubic-bezier(0.1, 0.6, 0.57, 0.89);
    -ms-transition: all .8s cubic-bezier(0.1, 0.6, 0.57, 0.89);
    -o-transition: all .8s cubic-bezier(0.1, 0.6, 0.57, 0.89);
    transition-delay: .5s
}

body.index .boxStandard.animated .boxImg,
body.index .boxVespaCommunity.animated .boxImg,
body.index .socialHome.animated .boxImg,
body.index .boxDealers.animated .boxImg {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition: all .5s cubic-bezier(0.1, 0.6, 0.57, 0.89);
    -moz-transition: all .5s cubic-bezier(0.1, 0.6, 0.57, 0.89);
    -ms-transition: all .5s cubic-bezier(0.1, 0.6, 0.57, 0.89);
    -o-transition: all .5s cubic-bezier(0.1, 0.6, 0.57, 0.89);
    opacity: 1
}

body.index .boxStandard.animated .blockData,
body.index .boxVespaCommunity.animated .blockData,
body.index .socialHome.animated .blockData,
body.index .boxDealers.animated .blockData {
    opacity: 1
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 30px;
    right: 30px;
    z-index: 10000;
    display: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 300
}

.cookie-banner .outer {
    background: rgba(0, 0, 0, 0.85);
    width: 100%
}

.cookie-banner .inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 3em 1em;
    text-align: right
}

.cookie-banner .close-banner {
    display: inline-block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-size: 100% 100%;
    background-image: url(../img/closeCookie.svg)
}

.cookie-banner h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.25em;
    letter-spacing: 0.2em;
    text-align: left;
    color: #45AFE1;
    margin: 0
}

.cookie-banner p {
    color: #fff;
    letter-spacing: 0.1em;
    margin-top: 0.5em;
    text-align: left
}

.cookie-banner a,
.cookie-banner a:visited {
    color: #45AFE1;
    text-decoration: underline
}

.iframe-holder {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999
}

.iframe-holder iframe {
    margin: 45px auto;
    width: 100%;
    max-width: 900px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.noscroll {
    overflow: hidden
}

.iframe-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 999999;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    text-align: right;
    max-width: 900px;
    width: 100%;
    opacity: .65;
    filter: alpha(opacity=65);
    -moz-opacity: .65
}

.iframe-close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1
}

.container404 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.bg404 {
    background: url(../img/bg404.png) no-repeat center center;
    height: 768px;
    background-size: contain
}

.cont404 {
    text-align: center;
    position: relative
}

.cont404 .logoNotFound {
    width: 176px;
    height: 61px
}

.cont404 .pageNotFound {
    font-size: 2.28571em;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: block;
    line-height: 1;
    max-width: 400px;
    margin: 25px auto 0
}

.menuNotFoundCont {
    margin-top: 70px
}

.menuNotFoundCont .menuNotFound {
    font-size: 1.28571em;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: block;
    line-height: 1;
    margin-bottom: 10px
}

.menuNotFoundCont ul li a {
    font-size: 1.28571em;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: inline-block;
    margin: 10px 0
}

#rc-imageselect,
.g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.hero .img-responsive {
    width: 100%;
}

.ibama {
    text-align: center;
}

.ibama p {
    font-size: 12px;
    color: #565656;
    font-weight: bold;
}

.ibama img {
    width: 40px;
}

.btn.btn-reserva {
    background: #464349;
    background: -webkit-linear-gradient(#464349 0%, #5f5c62 100%);
    background: -o-linear-gradient(#464349 0%, #5f5c62 100%);
    background: linear-gradient(#464349 0%, #5f5c62 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#464349', endColorstr='#5f5c62', GradientType=0);
    color: #fff;
    font-family: "VinylOT", sans-serif;
    font-style: italic;
    border-radius: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 22px;
}

.header-title {
    font-size: 2.92857em !important;
}

.preco_publico {
    margin-top: 81px;
    margin-bottom: -31px;
}

.moto_descricao {
    color: #666;
    padding-bottom: 20px;
}

.wrapper .product .customButtons {
    margin-top: 40px;
    text-align: center;
}

.wrapper .detailParallax .slide .slide-content .descr-gts {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #fff;
    margin-top: 10px;
}

@media (min-width: 1901px) and (max-width: 2200px) {
    .aviso {
        margin-bottom: -10px;
        margin-top: -33px;
        padding-left: 838px;
        padding-right: 12px;
        font-size: 9px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1400px) {
    .wrapper .socialHome .blockData {
        padding: 55px 30px 40px
    }
}

@media all and (min-width: 1025px) and (max-width: 1280px) {
    .wrapper .boxStandard.small {
        margin-bottom: 27px
    }

    .wrapper .boxDealers {
        margin-bottom: 27px
    }
}

@media (min-width: 992px) and (max-width: 1900px) {
    .container {
        /* width: 900px */
    }

    .aviso {
        margin-bottom: -3px;
        margin-top: -36px;
        padding-left: 301px;
        padding-right: 12px;
        font-size: 7px;
    }
}

@media all and (min-width: 991px) and (max-width: 1280px) {
    .wrapper .boxVespaCommunity .blockData .descr {
        margin-bottom: 0
    }
}

@media all and (min-width: 991px) and (max-width: 1200px) {
    .wrapper .socialHome .blockData .linkButton {
        margin-top: 20px
    }

    .wrapper .boxVespaCommunity .blockData .descr .customLabel {
        margin-top: 5px
    }

    .wrapper .boxVespaCommunity .blockData .descr .qty {
        font-size: 5.2vw
    }
}

@media all and (min-width: 768px) and (max-width: 1600px) {
    .menuContainer .menuModelli nav>ul>li>ul .labelMotor {
        font-size: 1.7vw
    }

    .menuContainer .menuModelli nav>ul>li>ul .modelDescr .descr {
        font-size: 0.95vw
    }

    .menuContainer .menuModelli nav>ul>li>ul .modelDescr .title {
        font-size: 3.7vw
    }
}

@media (min-width: 768px) and (min-width: 1025px) {
    .wrapper .modelsGatewayContainer .model:nth-child(even) .blockData {
        top: 10%
    }
}

@media all and (min-width: 992px) and (max-width: 1024px) {
    .language {
        margin: 10px 20px 10px 0
    }

    .wrapper .product .rightsel {
        width: 59%;
        margin-right: 2%
    }

    .wrapper .boxStandard.small {
        margin-bottom: 23px
    }

    .wrapper .boxDealers {
        margin-bottom: 23px
    }

    .wrapper .product .left {
        width: 59%;
        margin-right: 2%
    }

    .wrapper .product .right {
        width: 37%;
        margin-right: 2%
    }

    .wrapper .product .leftsel {
        width: 37%;
        margin-right: 2%
    }
}

@media all and (min-width: 991px) and (max-width: 1024px) {
    .wrapper .socialHome .blockData {
        padding: 20px 15px 40px
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .menuServ ul li:first-child {
        margin-left: 20px
    }
}

@media all and (min-width: 768px) and (max-width: 1200px) {
    .wrapper .socialHome .blockData .descr {
        display: none
    }

    .wrapper .socialHome .blockData .linkButton {
        margin-top: 20px;
        font-size: 0.9em
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .wrapper .blocksContainer {
        max-width: 672px
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .wrapper .containerListing .filterFamily .selectFamily {
        font-size: .71429em
    }

    .wrapper .boxVespaCommunity {
        padding-right: 8px
    }

    .wrapper .boxVespaCommunity .blockData {
        height: 70%
    }

    .wrapper .boxStandard.small {
        margin-bottom: 23px
    }

    .wrapper .socialHome .blockData {
        padding: 40px 15px 40px
    }

    .wrapper .modelsGatewayContainer .model:nth-child(odd) .blockData {
        line-height: 1.8
    }

    .wrapper .modelsGatewayContainer .model:nth-child(even) .blockData {
        line-height: 1.7
    }

    .wrapper .modelsGatewayContainer .model .blockData .descr {
        font-size: .78571em
    }

    .wrapper .detailParallax .slide .slide-content {
        background: none !important;
        float: none !important;
        width: 100%;
        margin: 0 auto;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-box-shadow: inset 2000px 2000px 5px 5px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: inset 2000px 2000px 5px 5px rgba(0, 0, 0, 0.4);
        box-shadow: inset 2000px 2000px 5px 5px rgba(0, 0, 0, 0.4)
    }

    .wrapper .detailParallax .slide .slide-content .textContent {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%
    }
}

@media (min-width: 2201px) {
    .aviso {
        margin-bottom: 0px;
        margin-top: -41px;
        padding-left: 1233px;
        padding-right: 12px;
        font-size: 9px;
    }
}

@media (min-width: 1900px) {
    .wrapper .boxStandard.small {
        margin-bottom: 40px
    }

    .wrapper .boxDealers {
        margin-bottom: 40px
    }
}

@media (min-width: 1690px) {
    .wrapper .detailFamily .clickImg.visible {
        -webkit-transform: translate(25%, 0);
        -ms-transform: translate(25%, 0);
        transform: translate(25%, 0)
    }
}

@media (min-width: 1600px) {
    .wrapper .detailFamily .clickImg.visible {
        -webkit-transform: translate(5%, 0);
        -ms-transform: translate(5%, 0);
        transform: translate(5%, 0)
    }
}

@media (min-width: 1370px) {
    .wrapper .product.reserve {
        margin-top: 0px;
    }
}

@media (max-width: 1280px) {
    .wrapper .detailParallax .slide .slide-content .arrow {
        display: none
    }

    .wrapper .containerListing .listItems .item .box-product h3 {
        padding: 5px 25px 0
    }

    .wrapper .relatedContainer .related .item .box-product h3 {
        padding: 5px 25px 0
    }
}

@media (max-width: 1200px) {
    .hero ul li .socialClaim .descr {
        font-size: 1.07143em
    }

    .menuContainer .menuModelli nav>ul>li {
        padding: 0 8px
    }

    .menuContainer .menuModelli nav>ul>li.accessories>ul .imgMotor {
        display: none
    }
}

@media (min-width: 1200px) {
    .container {
        /* width: 970px */
    }

    .menuServ ul li:first-child {
        margin-left: 40px
    }

    .wrapper .boxStandard.big .blockData .linkButton:last-child {
        margin-left: 30px
    }

    .wrapper .detailParallax .slide.parallax-slide {
        background-attachment: fixed
    }

    .wrapper .comparator .dataModel .remove-model {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer
    }
}

@media (max-width: 1199px) {
    .wrapper .comparator .dataModel .remove-model {
        text-align: center;
        margin-bottom: 5px
    }
}

@media(max-width:1081px) {
    .menuContainer #logo {
        margin-left: 11px;
    }

    .menuModelli div {
        margin-left: 173px !important;
        font-size: 13px;
    }

    .menuContainer .contactLink {
        float: right;
        margin: 4px 10px 0 20px;
        cursor: pointer;
    }

    .menuContainer .menuMain .btn-menuMain {
        cursor: pointer;
        margin-left: -16px;
    }

    .wrapper .detailParallax .slide {
        color: #fff;
        width: 99%;
        margin: 0;
        background: none;
        position: relative;
    }
}

@media(max-width:1042px) {
    .menuModelli div {
        margin-left: 188px !important;
        font-size: 12px;
    }
}

@media (min-width: 1025px) {
    .wrapper .detailFamily .clickImg.visible {
        -webkit-transform: translate(5%, 0);
        -ms-transform: translate(5%, 0);
        transform: translate(5%, 0)
    }

    .wrapper .modelsGatewayContainer .model .blockData h3 {
        font-size: 5em;
        font-size: 4.85vw
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px
    }

    .menuContainer #logo {
        margin-left: 20px
    }

    .menuContainer .menuModelli {
        float: left
    }

    .menuContainer .menuModelli nav>ul>li>ul .imgMotor {
        max-width: 330px
    }

    .wrapper .boxVespaCommunity .blockData .logoBox {
        max-width: 50%
    }

    body.model .wrapper .textContainer .boxTextContent .box,
    body.family .wrapper .textContainer .boxTextContent .box {
        width: 255px;
        height: 255px
    }

    body.model .wrapper .textContainer .boxTextContent .box:last-child,
    body.family .wrapper .textContainer .boxTextContent .box:last-child {
        margin-left: 20px
    }

    body.model .wrapper .textContainer .boxTextContent .box:last-child .linkButton:after,
    body.family .wrapper .textContainer .boxTextContent .box:last-child .linkButton:after {
        right: -95px
    }

    .wrapper .blocksContainer .block {
        width: 321px;
        height: 321px;
        padding: 2px
    }

    .wrapper .blocksContainer .block .blockData .icon {
        width: 55px;
        height: 55px
    }

    .wrapper .blocksContainer .block .blockData .linkButton {
        font-size: .78571em
    }

    .wrapper .containerListing .listItems .item .box-product h3 {
        padding: 15px 15px 0
    }

    .wrapper .relatedContainer .related .item .box-product h3 {
        padding: 15px 15px 0
    }
}

@media (max-width: 1024px) {
    .hero ul li .socialClaim {
        right: 0
    }

    .hero ul li.heroSearch .socialClaim {
        left: 5%
    }
}

@media (min-width: 992px) {
    body {
        margin: 0 30px
    }

    .cd-top {
        display: none
    }

    .wrapper .detailFamily .clickImg.visible .bgDetail {
        opacity: 1;
        z-index: 10
    }

    .wrapper .detailFamily .clickImg.visible .front,
    .wrapper .detailFamily .clickImg.visible .center,
    .wrapper .detailFamily .clickImg.visible .back {
        background: none;
        display: none
    }

    .wrapper .product .leftsel {
        padding-top: 50px;
    }

    .wrapper .modelSpec .title {
        margin-bottom: 60px
    }

    .wrapper .dataDealer .address,
    .wrapper .dataDealer .contact,
    .wrapper .dataDealer .services {
        min-height: 185px;
        padding: 23px 30px 23px 80px
    }

    .wrapper .dataDealer .contact {
        padding-top: 45px;
        padding-right: 40px;
        padding-left: 30px
    }

    .wrapper .dataDealer .services {
        padding: 45px 80px
    }

    .wrapper .boxRoute {
        position: absolute;
        top: 30px;
        left: 30px;
        z-index: 1
    }

    .wrapper .relatedDealers ul {
        padding: 0 50px
    }

    .wrapper .relatedDealers ul li:not(:first-of-type) {
        border-left: 1px solid #c1c1c1
    }

    .wrapper .relatedDealers ul li .moreDealer {
        margin: 0 25px
    }

    .wrapper .containerListing .catLabel .fa {
        display: none
    }

    .menuModel ul {
        margin: 0 auto;
        display: table
    }

    .menuModel ul li {
        float: left;
        position: relative;
        margin: 0 22px
    }

    .menuModel ul li.cilindrata:not(:last-child):after {
        content: ' ';
        width: 5px;
        height: 5px;
        position: absolute;
        top: 50%;
        background: #bbb;
        margin-left: 20px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .menuModel ul li.cilindrata:hover:after,
    .menuModel ul li.cilindrata.selected:after {
        margin-top: -4px
    }

    .menuModel ul li.cilindrata:hover>a,
    .menuModel ul li.cilindrata.selected>a {
        border-bottom: 5px solid #45AFE1;
        padding-bottom: 4px
    }

    .menuModel ul li.cilindrata a {
        color: #333;
        font-size: .85714em;
        text-transform: uppercase;
        text-decoration: none;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        float: left
    }

    .menuModel ul li.cilindrata a:hover,
    .menuModel ul li.cilindrata a.selected {
        border-bottom: 5px solid #45AFE1;
        padding-bottom: 4px
    }

    .menuModel ul li.cilindrata ul {
        float: left;
        margin-left: 15px;
        display: none;
        position: relative
    }

    .menuModel ul li.cilindrata ul:before {
        content: '»';
        position: absolute;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        color: #999;
        left: 0
    }

    .menuModel ul li.cilindrata ul li {
        margin: 0 7px
    }

    .menuModel ul li.cilindrata ul li a {
        font-family: "Montserrat", sans-serif;
        font-weight: 500
    }

    .menuModel ul li.cilindrata ul li a:hover,
    .menuModel ul li.cilindrata ul li a.selected {
        font-family: "Montserrat", sans-serif;
        font-weight: 500
    }

    .menuModel ul li.cilindrata ul li:first-child {
        margin-left: 22px
    }

    .menuModel ul li.cilindrata ul li:last-child {
        margin-right: 0
    }

    .menuModel ul li.cilindrata.selected ul {
        display: block
    }

    .wrapper .modelsGatewayContainer .model .blockData .descr {
        margin-top: 10px
    }

    .wrapper .modelsGatewayContainer .model .blockData .subTitle {
        margin-top: 30px
    }

    .wrapper .modelsGatewayContainer .model .blockData ul li {
        margin-top: 10px
    }

    .wrapper .modelsGatewayContainer .model .blockData ul li.modelTitle {
        margin-top: 25px
    }

    .wrapper .detailFamily {
        min-height: 685px
    }

    .wrapper .detailFamily .clickImg.visible {
        -webkit-transform: translate(5%, 0);
        -ms-transform: translate(5%, 0);
        transform: translate(5%, 0)
    }

    .bt-whatsapp {
        right: auto;
        left: 15px;
        bottom: 35px;
    }

    .hero ul li .socialClaim {
        display: none
    }

    .menuModel:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        border-top: 48px solid #e6e6e6
    }
}

@media (max-width: 991px) {
    .iframe-close {
        width: 95%
    }

    .iframe-holder iframe {
        width: 95%
    }

    .cookie-banner {
        left: 0;
        right: 0
    }

    .wrapper .containerListing .listItems .item .box-product h3 {
        padding: 5px 10px 0
    }

    .wrapper .containerListing .listItems .item .box-product .newPrice {
        padding: 15px 0
    }

    .wrapper .productDetail .imagesContent .thumbContainer .bx-wrapper .bx-prev {
        left: -30px
    }

    .wrapper .productDetail .dataContent .prodDescr {
        margin: 20px 10px 0 10px
    }

    .wrapper .productDetail .codeProduct {
        margin: 5px 10px 0 10px
    }

    .wrapper .productDetail .attributes {
        margin: 20px 10px 0 10px
    }

    .wrapper .productDetail .priceContent {
        margin: 20px 10px 0 10px
    }

    .wrapper .productDetail .socialButton {
        margin: 20px 10px 0 10px
    }

    .wrapper .relatedContainer .related .item .box-product h3 {
        padding: 5px 10px 0
    }

    .wrapper .relatedContainer .related .item .box-product .oldPrice {
        padding: 0 10px
    }

    .wrapper .relatedContainer .related .item .box-product .newPrice {
        padding: 15px 10px 0
    }

    .wrapper .productDetail .imagesContent .thumbContainer .bx-wrapper .bx-next {
        right: -30px
    }

    .wrapper .comparator .colCompare .moreProductCont .moreProduct {
        width: 120px;
        height: 120px
    }

    .wrapper .comparator .fuelSpeed ul li .data {
        font-size: 1.42857em
    }

    .wrapper .rowYears.fixed {
        width: calc(100% + 30px)
    }

    .wrapper .dealersFilter {
        margin-top: 50px
    }

    .wrapper #map {
        width: 100%;
        float: none;
        height: 300px
    }

    .wrapper .dealersList {
        width: 100%;
        float: none;
        height: 300px
    }

    .wrapper .dataDealer .address .iconBox {
        display: none
    }

    .wrapper .dataDealer .contact .iconBox {
        display: none
    }

    .wrapper .dataDealer .services .iconBox {
        display: none
    }

    .wrapper .boxRoute {
        margin: 0 auto 25px;
        display: table
    }

    .wrapper .containerListing .catList {
        display: none;
        width: calc(100% - 40px);
        overflow: hidden
    }

    .wrapper .containerListing .numItem {
        margin-top: 50px
    }

    .wrapper .containerListing .sorting {
        margin-right: 40px;
        margin-top: 50px
    }

    .wrapper .product .rightsel {
        float: none;
        width: 100%;
        padding: 0 5%;
        margin: 0px;
    }

    .wrapper .product .left {
        float: none;
        width: 100%
    }

    .wrapper .product .right {
        float: none;
        width: 100%;
        padding: 0 5%
    }

    .wrapper .product .leftsel {
        float: none;
        width: 100%
    }

    .wrapper .product .rataContent {
        margin-left: 0;
        float: right
    }

    .wrapper .modelSpec .blockData.spec ul {
        margin: 0 auto 20px
    }

    .wrapper .modelSpec .blockData ul {
        display: table;
        margin: 0 auto 20px
    }

    .wrapper .modelSpec .blockData ul li {
        display: inline-block;
        margin: 10px 20px
    }

    .wrapper .modelSpec .blockData ul li .data {
        font-size: 1.42857em
    }

    body.model .wrapper .textContainer .bordoStorto,
    body.family .wrapper .textContainer .bordoStorto {
        display: none
    }

    body.model .wrapper .textContainer .textContentModel,
    body.family .wrapper .textContainer .textContentModel {
        width: 35%;
        float: left
    }

    body.model .wrapper .textContainer .boxTextContent,
    body.family .wrapper .textContainer .boxTextContent {
        display: table;
        margin: 40px auto 0
    }

    body.model .wrapper .textContainer .boxTextContent,
    body.family .wrapper .textContainer .boxTextContent {
        width: 65%;
        float: right
    }

    .wrapper .comparator .colCompare .moreProductCont {
        margin-top: -60px
    }

    .wrapper {
        margin-top: 0 !important
    }

    body.index .wrapper {
        margin-top: -16px !important
    }

    .wrapper .boxVespaCommunity .blockData .descr .text {
        display: none
    }

    .wrapper .boxStandard.small {
        margin-bottom: 30px
    }

    .wrapper .boxDealers {
        margin-bottom: 30px
    }

    .wrapper .textContent p {
        max-width: 85%
    }

    .wrapper .detailParallax .slide .img-slide {
        float: none !important;
        width: 100% !important
    }

    .wrapper .detailFamily {
        padding: 0 15px
    }

    .wrapper .detailFamily .blockData {
        max-width: 100%;
        width: 100%;
        margin-top: 30px
    }

    .wrapper .detailFamily .blockData .title {
        max-width: 100%
    }

    .wrapper .detailFamily .blockData .descr {
        max-width: 100%;
        display: block !important
    }

    .wrapper .detailFamily .clickImg {
        position: relative;
        top: 0
    }

    .wrapper .detailFamily .clickImg .boxImg img {
        width: 100%
    }

    .wrapper .detailFamily .clickImg.visible .bgDetail {
        opacity: 0;
        z-index: 10
    }

    .menuModel .selectVariant {
        color: #666;
        border: 1px solid #d0d3d4;
        display: block;
        margin: 0 auto;
        width: 300px;
        padding: 12px 18px 12px 14px;
        text-transform: uppercase;
        font-size: .85714em;
        font-family: "Montserrat", sans-serif;
        font-weight: 500
    }

    .menuModel .selectVariant .fa {
        float: right;
        color: #666;
        font-size: 1.07143em
    }

    .menuModel>ul {
        display: none;
        border: 1px solid #d0d3d4;
        border-top: 0;
        margin: 0 auto;
        width: 300px;
        position: absolute;
        background: #f1f1f1;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 1;
        max-height: 188px;
        overflow-y: scroll
    }

    .menuModel>ul.show {
        display: block
    }

    .menuModel>ul a {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        color: #666;
        text-decoration: none;
        display: block;
        padding: 12px 18px 12px 14px;
        text-transform: uppercase;
        font-size: .85714em;
        border-bottom: 1px solid #d0d3d4
    }

    .menuModel>ul a:hover {
        background: #e6e6e6
    }

    .menuModel>ul li.cilindrata>a {
        background: #e6e6e6;
        color: #666;
        font-family: "Montserrat", sans-serif;
        font-weight: 500
    }

    #breadcrumb-custom {
        margin-top: 0 !important
    }

    #mp-menu .language ul.open {
        background: none;
        padding: 0
    }

    #mp-menu .language ul li {
        box-shadow: none !important;
        transition: none !important;
        padding: 0 !important;
        outline: none !important;
        clear: none !important;
        overflow: visible !important
    }

    #mp-menu .language ul li:hover {
        background: none !important
    }

    #mp-menu .language ul li.current {
        padding-right: 10px !important
    }

    #mp-menu .language ul li a {
        padding: 0 !important;
        width: 22px;
        height: 17px
    }

    .smallMenuContainer {
        display: none
    }

    .menuContainer {
        position: absolute;
        top: 0 !important
    }

    .menuContainer #logo {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        margin-left: 0 !important
    }

    .menuContainer .menuMain {
        margin-top: 0;
        margin-left: 20px
    }

    .menuContainer .menuMain .btn-menuMain img {
        width: 34px;
        height: 32px
    }

    .menuContainer .menuMain .btn-menuMain span {
        display: none
    }

    .menuContainer .menuModelli nav>ul>li>ul {
        padding: 50px 0 50px 85px;
        min-height: 480px
    }

    .menuModel {
        position: absolute;
        top: 57px;
        background: #e6e6e6;
        padding-bottom: 20px
    }

    #header {
        min-height: 73px !important
    }

    body.model #header,
    body.family #header {
        min-height: 142px !important
    }

    .badgeVespa {
        right: 0
    }

    .hero ul li .box-container .button a {
        font-size: 2.5vw
    }

    .hero ul li.heroSearch .box-container-top .descr {
        display: none
    }

    .hero .bx-wrapper .bx-controls-direction {
        display: none
    }

    .socialFixed {
        display: none
    }

    #mp-menu .language {
        margin: 0;
        background: rgba(0, 0, 0, 0.1);
        float: none;
        padding: 1em;
        min-height: 48px;
        z-index: 0
    }

    #mp-menu .language ul {
        left: 15px;
        right: auto;
        top: 20px
    }
}

@media (min-width: 768px) {
    .cont404 .blockData {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .cd-top {
        right: 20px;
        bottom: 60px
    }

    .wrapper .relatedContainer .related .item:hover {
        cursor: pointer
    }

    .wrapper .relatedContainer .related .item:hover .footer {
        opacity: 1 !important;
        z-index: 2 !important
    }

    .wrapper .relatedContainer .related .item .box-product .footer {
        background: rgba(109, 205, 177, 0.8);
        opacity: 0;
        position: absolute;
        width: calc(100% - 30px);
        height: 100%;
        top: 0;
        left: 15px;
        margin: 0;
        z-index: -1;
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out
    }

    .wrapper .relatedContainer .related .item .box-product .footer a {
        color: #fff;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 1em;
        letter-spacing: 1px;
        text-decoration: none;
        text-align: center;
        border-bottom: 2px solid #fff;
        padding-bottom: 7px;
        line-height: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 116px
    }

    footer .logosFooter {
        border-top: 1px solid #e6e6e6
    }

    footer .logosFooter .footerLogos>div {
        float: left;
        margin: 0 20px
    }

    footer .dataFooter .menuTerms ul li {
        float: left;
        margin: 0 20px 0 0;
        border-left: 1px solid #949494;
        padding-left: 20px
    }

    footer .dataFooter .menuTerms ul li:first-child {
        border-left: 0
    }

    .wrapper .newsList li.evidenza {
        height: 420px;
        margin-bottom: 50px
    }

    .wrapper .containerListing .colListing {
        padding-left: 0;
        padding-right: 0
    }

    .wrapper .containerListing .listItems .item:hover {
        cursor: pointer
    }

    .wrapper .containerListing .listItems .item:hover .footer {
        opacity: 1 !important;
        z-index: 2 !important
    }

    .wrapper .containerListing .listItems .item .box-product .footer {
        background: rgba(109, 205, 177, 0.8);
        opacity: 0;
        position: absolute;
        width: calc(100% - 30px);
        height: calc(100% - 58px);
        top: 0;
        left: 15px;
        margin: 0;
        z-index: -1;
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out
    }

    .wrapper .containerListing .listItems .item .box-product .footer a {
        color: #fff;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 1em;
        letter-spacing: 1px;
        text-decoration: none;
        text-align: center;
        border-bottom: 2px solid #fff;
        padding-bottom: 7px;
        line-height: 1;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 116px
    }

    .wrapper .newsList .item:hover:before {
        opacity: 1;
        transform: scale(1.05, 1.08);
        -webkit-transform: scale(1.05, 1.08);
        -moz-transform: scale(1.05, 1.08);
        -ms-transform: scale(1.05, 1.08);
        -o-transform: scale(1.05, 1.08)
    }

    .wrapper .newsList .item:hover .box-img:before {
        opacity: 1
    }

    .wrapper .newsList .item:hover .footer {
        opacity: 1 !important;
        transform: all 0.15s ease-in-out scale(1.1, 1.1) !important;
        -webkit-transform: all 0.15s ease-in-out scale(1.1, 1.1) !important;
        -moz-transform: all 0.15s ease-in-out scale(1.1, 1.1) !important;
        -ms-transform: all 0.15s ease-in-out scale(1.1, 1.1) !important;
        -o-transform: all 0.15s ease-in-out scale(1.1, 1.1) !important
    }

    .wrapper .newsList .item .box-product .asset-title {
        min-height: 55px
    }

    .wrapper .newsList .item .box-product .footer {
        opacity: 0;
        position: absolute;
        top: 50px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        transform: all 0.15s ease-in-out scale(1.2, 1.2);
        -webkit-transform: all 0.15s ease-in-out scale(1.2, 1.2);
        -moz-transform: all 0.15s ease-in-out scale(1.2, 1.2);
        -ms-transform: all 0.15s ease-in-out scale(1.2, 1.2);
        -o-transform: all 0.15s ease-in-out scale(1.2, 1.2)
    }

    .wrapper .newsList .item .box-product .footer a {
        color: #fff;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 1em;
        text-decoration: none;
        text-align: center;
        border-bottom: 2px solid #fff;
        padding-bottom: 7px;
        line-height: 1
    }

    .wrapper .newsList .item .box-product .footer a:hover {
        color: #45AFE1
    }

    .wrapper .storyTimeline>li:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        width: 1px;
        background: #c1c1c1;
        margin-left: -0.5px
    }

    .wrapper .storyTimeline>li:first-of-type {
        padding-top: 60px
    }

    .wrapper .storyTimeline>li:last-of-type {
        padding-bottom: 45px
    }

    .wrapper .storyTimeline>li:nth-child(odd) .text {
        float: left;
        width: 50%;
        text-align: right
    }

    .wrapper .storyTimeline>li:nth-child(odd) .boxImg {
        float: right;
        width: 50%
    }

    .wrapper .storyTimeline>li:nth-child(even) .text {
        float: right;
        width: 50%;
        text-align: left
    }

    .wrapper .storyTimeline>li:nth-child(even) .boxImg {
        float: left;
        width: 50%
    }

    .wrapper .storyTimeline>li .boxImg {
        padding: 0 22px;
        margin-top: 0
    }

    .wrapper .storyTimeline>li .boxImg iframe {
        position: absolute;
        left: 22
    }

    .wrapper .backMap {
        position: absolute;
        top: 0;
        left: 12px;
        z-index: 1
    }

    .wrapper .newsList .item {
        height: 420px;
        margin-bottom: 50px
    }

    .wrapper .newsList .item:hover {
        cursor: pointer
    }

    .wrapper .socialClaimBig {
        padding: 80px 0px
    }

    .wrapper .socialClaimBig .descr {
        font-size: 2.85714em
    }

    .wrapper .doYouVespaCarousel .title h3 {
        font-size: 2.85714em
    }

    .wrapper .detailFamily .blockData .title {
        font-size: 2.85714em
    }

    .wrapper .detailFamily .blockData .descr {
        font-size: 1.14286em
    }

    .wrapper .product .attributes.series li {
        float: left;
        width: 50%
    }

    .wrapper .comparator .colCompare .productCompare .linkButton {
        margin-left: 10px;
        margin-right: 10px
    }

    .wrapper .comparator .fuelSpeed ul {
        margin-left: 10px
    }

    .wrapper .comparator .engine ul,
    .wrapper .comparator .vehicle ul,
    .wrapper .comparator .dimensions ul {
        margin-left: 10px
    }

    .wrapper .storyTimeline {
        padding: 0 15px
    }

    .wrapper .storyTimeline:before {
        content: '';
        position: absolute;
        width: 7px;
        height: 7px;
        background: #c1c1c1;
        border-radius: 50%;
        left: 50%;
        top: 0;
        margin-left: -3.5px
    }

    .badgeVespa a:after {
        content: ' ';
        background: url(../img/badge-after.png) no-repeat;
        position: absolute;
        width: 7px;
        height: 7px;
        right: 0;
        bottom: 0
    }

    .hero ul li .box-container .button {
        margin-top: 50px
    }

    .langChoice .country-selector_list_eu {
        max-width: 80%;
        margin: 0 auto 50px auto;
        overflow: hidden
    }

    .langChoice .country-selector_list_eu .country-selector_item {
        text-align: left !important;
        width: 25%;
        float: left
    }

    .wrapper .gammaHome ul li {
        margin: 0 100px 0 0
    }

    .wrapper .modelsGatewayContainer .model:nth-child(odd) .blockData {
        position: absolute;
        top: 10%;
        left: 12%;
        margin: 0
    }

    .wrapper .modelsGatewayContainer .model:nth-child(even) .blockData {
        position: absolute;
        top: 0;
        margin: 0;
        right: 12%;
        text-align: right
    }

    .wrapper .modelsGatewayContainer .model .blockData .descr {
        max-width: 30%
    }
}

@media (max-width: 767px) {
    .bx-wrapper {
        margin-bottom: 50px
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        bottom: -35px
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        background: #45AFE1
    }

    .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .bx-wrapper .bx-pager.bx-default-pager a.active {
        border: 1px solid #45AFE1
    }

    .cont404 .logoNotFound {
        display: none
    }

    .mobile01 {
        padding-bottom: 15px;
    }

    .mobile02 {
        padding-bottom: 20px;
    }

    .placa {
        width: 60%;
        margin: 0 auto;
    }

    .contato_lista {
        display: none;
    }

    .title-contact {
        padding-top: 20px;
    }

    .wrapper .product.reserve {
        margin-top: -140px;
    }

    #searchBox .container .row.searchResults .results {
        padding: 0 15px
    }

    #searchBox .container input {
        width: 290px;
        font-size: 2.14286em
    }

    #searchBox .container .searchHint {
        margin-top: 35px
    }

    #searchBox .closeSearch {
        top: 15px;
        right: 15px
    }

    #searchBox .container {
        margin-top: 55px
    }

    .wrapper .relatedContainer .related .item .box-product .footer {
        display: none !important
    }

    footer .menuFooter>nav>ul {
        display: block;
        margin: 0
    }

    footer .menuFooter>nav>ul>li {
        float: none;
        margin: 0;
        padding: 0 0 15px;
        border-bottom: 1px solid #d2d2d2;
        clear: both;
        overflow: hidden
    }

    footer .menuFooter>nav>ul>li:first-child {
        border-top: 1px solid #d2d2d2
    }

    footer .menuFooter>nav>ul>li .fa {
        float: right;
        margin: 15px 15px 0;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out
    }

    footer .menuFooter>nav>ul>li ul {
        display: none;
        margin: 0 15px;
        clear: both;
        overflow: hidden
    }

    footer .menuFooter>nav>ul>li h2 {
        padding: 0 15px;
        border: 0;
        float: left
    }

    footer .logosFooter .footerLogos>div {
        margin: 0 auto 40px !important;
        display: inherit
    }

    footer .socialFooter li {
        margin: 0
    }

    #searchBox .topContainer {
        height: 55px
    }

    #searchBox .logoSearch {
        top: 15px
    }

    .wrapper .newsList .item .box-product .asset-title {
        margin-bottom: 10px
    }

    .wrapper .newsList .item .box-product .footer {
        margin-top: 10px
    }

    .wrapper .newsList .item .box-product .footer a {
        color: #333;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 1em;
        text-decoration: none;
        border-bottom: 2px solid #333;
        padding-bottom: 7px;
        line-height: 1
    }

    .wrapper .newsList li.evidenza {
        padding-bottom: 10px
    }

    .wrapper .containerListing .colFilter {
        margin-left: 15px;
        margin-right: 15px
    }

    .wrapper .containerListing .numItem {
        display: none
    }

    .wrapper .containerListing .listItems .item .box-product .oldPrice {
        padding: 0 10px
    }

    .wrapper .containerListing .listItems .item .box-product .footer {
        display: none !important
    }

    .wrapper .backListing {
        margin-top: 30px
    }

    .wrapper .relatedContainer .title {
        line-height: 1;
        font-size: 2.14286em
    }

    .wrapper .storyTimeline>li .text .year {
        text-align: center
    }

    .wrapper .rowYears {
        display: none
    }

    .wrapper .dealersList li {
        margin-right: 15px
    }

    .wrapper .searchMap input {
        width: 85%
    }

    .wrapper .backMap {
        padding: 10px 12px
    }

    .wrapper .blocksContainer .block {
        width: 100%;
        height: auto;
        padding: 12px 0
    }

    .wrapper .blocksContainer .block .blockData {
        padding: 28px 20px
    }

    .wrapper .blocksContainer .block .blockData .linkButton {
        position: relative;
        bottom: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        display: table;
        margin: 20px auto 0
    }

    .wrapper .newsList .item {
        border-top: 1px solid #d2d2d2;
        padding-top: 20px
    }

    .wrapper .newsList .item .box-img {
        display: none;
        margin: 0 auto
    }

    .wrapper .modelSpec .title {
        font-size: 2.5em;
        margin-bottom: 20px
    }

    .wrapper .modelSpec .blockData.spec {
        text-align: left
    }

    body.model .wrapper .textContainer,
    body.family .wrapper .textContainer {
        padding: 40px 20px 40px
    }

    body.model .wrapper .textContainer .boxTextContent,
    body.family .wrapper .textContainer .boxTextContent {
        display: table;
        margin: 0 auto
    }

    body.model .wrapper .textContainer .boxTextContent .box:last-child,
    body.family .wrapper .textContainer .boxTextContent .box:last-child {
        margin-right: 0
    }

    body.model .wrapper .textContainer .boxTextContent .box,
    body.family .wrapper .textContainer .boxTextContent .box {
        margin-top: 20px;
        margin-left: 0 !important;
        float: none
    }

    .wrapper .comparator .colCompare {
        padding-left: 10px;
        padding-right: 10px
    }

    .wrapper .comparator .colCompare.default {
        border-left: 0
    }

    .wrapper .comparator .colCompare.default:before,
    .wrapper .comparator .colCompare.default:after {
        width: 0;
        height: 0
    }

    .wrapper .comparator .colCompare .moreProductCont {
        margin-top: -200px
    }

    .wrapper .storyTimeline>li .text {
        display: block
    }

    .wrapper .storyTimeline>li .text h3 {
        text-align: center
    }

    .wrapper .galleryFamily ul li .boxImg .imgCropped {
        height: auto;
        width: 90%
    }

    .wrapper .galleryFamily ul li .descr {
        top: 5px;
        font-size: 1.1em
    }

    .wrapper .galleryFamily ul li .blockData .title {
        font-size: 1.1em
    }

    .wrapper .doYouVespaCarousel {
        padding-left: 10px;
        padding-right: 10px
    }

    .wrapper .doYouVespaCarousel .bx-wrapper .bx-prev,
    .wrapper .doYouVespaCarousel .bx-wrapper .bx-next {
        margin-top: 40px
    }

    .wrapper .detailFamily .blockData .thumb img {
        max-width: 30%;
    }

    .wrapper .product .left {
        margin-top: 100px
    }

    .wrapper .product .leftsel {
        margin-top: 0px
    }

    .wrapper .product .leftsel {
        padding: 10px;
    }

    select#choice.cinza {
        height: 44px;
    }

    .wrapper .product .customButtons a.buttonCompare {
        float: none;
        margin-bottom: 20px;
        margin-right: 20px
    }

    .wrapper .product .icon360 {
        left: 50%;
        -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        min-height: 75px
    }

    .wrapper .modelsGatewayContainer .model:nth-child(even) .blockData {
        text-align: center;
        line-height: 2
    }

    .wrapper .modelsGatewayContainer .model .blockData h3 {
        font-size: 2.14286em
    }

    .wrapper .modelsGatewayContainer .model .blockData.white {
        color: #40b4e5
    }

    .wrapper .modelsGatewayContainer .model .blockData.white ul li>a {
        color: #40b4e5
    }

    .wrapper .modelsGatewayContainer .model .blockData.white ul li.modelTitle>a {
        color: #333
    }

    .wrapper .modelsGatewayContainer .model .blockData.violet ul li>a {
        color: #333
    }

    .wrapper .modelsGatewayContainer .model .blockData.violet ul li.modelTitle>a:hover {
        color: #32006e
    }

    .wrapper .detailParallax .slide {
        height: auto !important;
        overflow: hidden;
        margin-bottom: 15px
    }

    .wrapper .detailParallax .slide .slide-content {
        float: none !important;
        width: 100%
    }

    .wrapper .detailParallax .slide .slide-content .textContent {
        padding: 6vh 3vw;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        width: auto
    }

    .wrapper .galleryFamily .bx-wrapper {
        margin-bottom: 30px
    }

    .wrapper .galleryFamily ul li .blockData .linkButton {
        font-size: 0.7em;
        margin-top: 10px;
        line-height: 1
    }

    .menuContainer .mapLink {
        margin-left: 10px
    }

    .menuContainer .contactLink {
        margin-right: 10px;
        margin-left: 10px
    }

    .wrapper .boxVespaCommunity {
        margin-bottom: 30px
    }

    .wrapper .boxVespaCommunity .blockData .linkButton {
        display: none
    }

    .wrapper .boxStandard .blockData {
        left: 10%
    }

    .wrapper .boxStandard .blockData .descr {
        display: none
    }

    .wrapper .boxStandard.big .blockData {
        left: 5%
    }

    .wrapper .boxStandard.big .blockData h3 {
        font-size: 1em
    }

    .wrapper .boxStandard.big .blockData .linkButton {
        font-size: .57143em
    }

    .wrapper .boxStandard.big.right .blockData {
        right: 5% !important
    }

    .wrapper .boxDealers .blockData h3 {
        font-size: 1.21429em
    }

    .wrapper .socialHome .boxImg {
        width: 100%;
        float: none
    }

    .wrapper .socialHome .blockData {
        width: 100%;
        float: none;
        padding: 20px
    }

    .wrapper .modelsGatewayContainer .model:nth-child(odd) .blockData {
        text-align: center;
        line-height: 2
    }

    .hero ul li.heroSearch .box-container-top h3 {
        font-size: 7.5vw
    }

    .citta {
        width: 78%;
    }

    select {
        height: 53px;
        float: left;
    }

    .badgeVespa {
        display: none
    }

    .hero ul li .box-container {
        top: 20%;
        transform: translate(10%, -50%)
    }

    .hero ul li .box-container h3 span.smallSize {
        font-size: 5.8vw
    }

    .hero ul li .box-container h3 span.bigSize {
        font-size: 10.8vw
    }

    .hero ul li .box-container .button a {
        font-size: 3.5vw
    }

    .hero ul li.heroSearch .box-container-top {
        width: 80%
    }

    .hero ul li.heroSearch .box-container-top .callSearch {
        font-size: .71429em;
        max-width: 100%
    }

    .hero ul li.heroSearch .socialClaim {
        display: none
    }

    .menuServ ul li {
        margin: 0 10px
    }

    .language a {
        width: 30px;
        height: 20px
    }

    .langChoice .region-selector_title,
    .langChoice .country-selector_title,
    .langChoice .language-selector_title {
        font-size: 1.42857em;
        padding-top: 55px
    }

    .menuContainer .menuModelli nav>ul>li>ul .imgMotor {
        display: none
    }
}

@media (max-width: 480px) {
    .wrapper .product .rightsel {
        display: none;
    }
}

@media (max-width: 375px) {
    .menuModel {
        position: absolute;
        top: 25px;
        background: #e6e6e6;
        padding-bottom: 0px;
    }

    body.model #header,
    body.family #header {
        min-height: 77px !important;
    }

    .header-title {
        font-size: 2.4em !important;
    }

    .wrapper .pageDescr {
        display: block;
        color: #333;
        font-size: .90em;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        max-width: 70%;
        text-align: center;
        margin: 0 auto;
        min-height: 31px;
    }

    .wrapper .textContent h2 {
        font-family: "VinylOT", sans-serif;
        font-size: 2.5em;
        color: #40b4e5;
        text-transform: uppercase;
        text-align: center;
    }

    .wrapper .textContent h2.gts-header {
        font-family: "VinylOT", sans-serif;
        font-size: 2em;
        color: #40b4e5;
        text-transform: uppercase;
        text-align: center;
    }

    .wrapper .textContent p {
        color: #666;
        font-size: 0.93em;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        max-width: 45%;
        text-align: center;
        margin: 0 auto;
    }

    .wrapper .detailParallax {
        position: relative;
        overflow: hidden;
        margin-top: 0px;
    }

    .wrapper .detailParallax .slide {
        height: auto !important;
        overflow: hidden;
        margin-bottom: 0px;
    }

    .wrapper .detailParallax .slide .slide-content .icon {
        display: block;
        margin-bottom: 13px;
    }

    .wrapper .detailParallax .slide .slide-content .icon img {
        height: 50px;
    }

    .wrapper .detailParallax .slide .slide-content .title {
        display: block;
        font-family: "VinylOT", sans-serif;
        font-size: 2.5em;
        color: #fff;
        text-transform: uppercase;
        line-height: 1;
    }

    .wrapper .detailParallax .slide .slide-content .textContent {
        padding: 3vh 2vw;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        width: auto;
    }

    .wrapper .product .left {
        margin-top: 77px;
    }

    .wrapper .product .full_size.rotate {
        position: relative;
        z-index: 2;
        cursor: pointer;
        cursor: -webkit-grab;
        cursor: -moz-grab;
        height: 387px !important;
    }

    .wrapper .product .full_size.rotate .rotate_images img {
        position: absolute;
        top: -29px;
        width: 548px !important;
        height: 90%;
        margin-left: -83px;
    }

    .wrapper .product .right {
        float: none;
        width: 100%;
        margin-top: -22%;
        margin-right: 5%;
        margin-bottom: 1%;
    }

    .wrapper .product .priceContent .price {
        color: #333;
        font-family: "Montserrat", sans-serif;
        font-weight: 100;
        font-size: 2.0em;
    }

    .wrapper .product .priceContent .price .smallFont {
        font-size: 27px;
    }

    p {
        margin: 0 0 0px;
    }

    p span {
        font-size: 17px !important;
    }

    .preco_publico {
        margin-top: 1px;
        margin-bottom: -33px;
    }

    .preco_publico span {
        font-size: 8px !important;
    }

    .moto_descricao {
        color: #666;
        padding-bottom: 4px;
    }

    .moto_descricao_gts {
        color: #666;
        padding-bottom: 4px;
        line-height: 1.5em;
        font-size: 12px;
    }

    .wrapper .product .attributes {
        clear: both;
        border-top: 1px dashed #cdcdcd;
        margin-top: 10px;
        padding-top: 1px;
    }

    .wrapper .product .customButtons {
        margin-top: 9px;
        text-align: center;
    }

    .aviso {
        margin-bottom: 5px;
        margin-top: -39px;
        padding-left: 6px;
        padding-right: 6px;
        font-size: 7px;
        line-height: 0.99em;
        width: 100%;
        text-align: justify;
    }

    .wrapper .product .customLabel,
    .wrapper .product .customLabelbr {
        display: block;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: .60em;
        color: #666;
        text-transform: uppercase;
    }

    body.model .wrapper .textContainer .textContentModel,
    body.family .wrapper .textContainer .textContentModel {
        width: 100%;
        float: left;
        TEXT-ALIGN: justify;
    }

    .wrapper .detailParallax .slide .slide-content .descr-gts {
        display: block;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 0.85em;
        color: #fff;
        margin-top: 10px;
    }
}

@media (max-width: 350px) {
    .wrapper .product .customButtons a.buttonConfig {
        float: none
    }
}

.newBanner {
    margin-bottom: 3em;
}

.newBanner .estrutura {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
}

.newBanner .estrutura .texto {
    -webkit-box-flex: 0;
    width: 25%;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    flex: 0 0 auto;
}

.newBanner .estrutura .texto h3 {
    color: inherit;
    font-size: 2.6rem;
    line-height: 3.6rem;
    font-style: italic;
    font-weight: 800;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    padding: 8% 0px 0px;
}

.newBanner .estrutura .texto .cont {
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: normal;
    font-weight: 400;
    font-family: NewsGothicStd, Arial, Helvetica, sans-serif;
    color: inherit;
}

.newBanner .estrutura .texto a {
    color: rgb(28, 153, 206);
    min-height: 5rem;
    font-size: 1.9rem;
    font-weight: 600;
    font-style: italic;
    border-radius: 4px;
    padding: 16px 0px;
}

.newBanner .estrutura figure {
    -webkit-box-flex: 0;
    width: 25%;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    align-self: flex-start;
    flex: 0 0 auto;
}

.newBanner .estrutura img {
    background-color: transparent;
    width: 100%;
    border-radius: 2rem;
}

.newBanner2 {
    width: 100%;
    margin-bottom: 3em;
    position: relative;
}

.newBanner2 img {
    width: 100%;
}

.newBanner2 .bnmob {
    display: none;
}

.newBanner2 .quadro {
    height: 75%;
    position: absolute;
    width: 20%;
    mix-blend-mode: unset;
    top: 18%;
    left: 50%;
    background: rgba(28, 153, 206, 0.9);
    border-radius: 1rem;
}

.newBanner2 .quadro .est {
    height: calc(100% - 4.8rem);
    margin-top: 1.4rem;
    -webkit-box-pack: end;
    justify-content: flex-end;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    z-index: 2;
    position: relative;
    flex-flow: row wrap;
}

.newBanner2 .quadro .est2 {
    -webkit-box-flex: 0;
    padding-left: 4rem;
    padding-right: 4rem;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    width: 100%;
    flex: 0 0 auto;
}

.newBanner2 .quadro .est {
    height: calc(100% - 4.8rem);
    margin-top: 1.4rem;
    -webkit-box-pack: end;
    justify-content: flex-end;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    z-index: 2;
    position: relative;
    flex-flow: row wrap;
}

.newBanner2 h3 {
    font-size: 2.6rem;
    line-height: 3.6rem;
    font-style: italic;
    font-weight: 800;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    padding: 0px;
}



.newBanner2 .quadro .texto {
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: normal;
    font-weight: 400;
    font-family: NewsGothicStd, Arial, Helvetica, sans-serif;
    color: inherit;
}

.newBanner2 .quadro .plink {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.newBanner2 a {
    min-height: 4.5rem;
    text-transform: uppercase;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1;
    font-style: italic;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    letter-spacing: 0.2rem;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    padding: 16px 0px 0px;
    margin: 0px;
    text-decoration: none;
}

.wrapper .divDepo {
    margin-top: 60px;
    margin-bottom: 60px;
}

.wrapper .divDepo h3 {
    color: rgb(64, 180, 229);
    font-size: 3.57143em;
    text-transform: uppercase;
    text-align: center;
    font-family: VinylOT, sans-serif;
    margin: 0px;
}

.wrapper .divDepo .subTitle {
    font-size: 1.14286em;
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: rgb(51, 51, 51);
    font-family: Montserrat, sans-serif;
    font-weight: 300;
}

.newBanner2 .esquerdo {
    left: 10% !important;
}

.wrapper .divDepo {
    margin-top: 60px;
    margin-bottom: 60px;
}

.wrapper .divDepo h3 {
    color: rgb(64, 180, 229);
    font-size: 3.57143em;
    text-transform: uppercase;
    text-align: center;
    font-family: VinylOT, sans-serif;
    margin: 0px;
}

.wrapper .divDepo .subTitle {
    font-size: 1.14286em;
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: rgb(51, 51, 51);
    font-family: Montserrat, sans-serif;
    font-weight: 300;
}

.wrapper .divDepo .subTitle {
    font-size: 1.14286em;
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: rgb(51, 51, 51);
    font-family: Montserrat, sans-serif;
    font-weight: 300;
}

.divAtendDesk img,
.divAtendMob img {
    width: 100%;
}

.divTitInsta {
    background-color: rgb(28, 153, 206);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.divTitInsta h3 {
    font-size: 3rem;
    line-height: 5.2rem;
    font-style: italic;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
}

.divFollow {
    width: 70%;
    margin-left: 15%;
    display: grid;
    grid-template-columns: 20% 20% 40% 20%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.divFollow .box1 {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
}

.divFollow img {
    width: 100%;
}

.divFollow .box2 {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1;
}

.divFollow .box3 {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}

.divFollow .box4 {
    grid-column-start: 4;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 1;
}

.divFollow div {
    position: relative;
}

.divFollow .box5 {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
}

.divFollow .box6 {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 2;
}

.divFollow .box7 {
    grid-column-start: 4;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 2;
}

.divRodTodo {
    width: 100%;
}

.divRodTodo .esq {
    width: 50%;
    margin: 0px auto;
}

.divRodTodo .esq .divTelFoot {
    display: table;
    margin: 0px auto;
}

.divJustin img {
    float: left;
    width: 40%;
    background-color: transparent;
    border-radius: 2rem;
}

.divJustin p {
    float: right;
    width: 40%;
}

.menu-icon {
    max-height: 160px;
    width: auto;
}

.pagJustin {
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: normal;
    font-weight: 400;
    font-family: NewsGothicStd, Arial, Helvetica, sans-serif;
    color: inherit;
}

.pagJustin h2 {
    font-size: 3.6rem;
    line-height: 5.2rem;
    font-style: italic;
    font-weight: 400;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    margin: 30px 0 30px 0;
}

.pagJustin p {
    margin: 0 0 30px 0;
}

.divJustin {
    width: 100%;
    display: table;
    margin-bottom: 30px;
}

.showroom h3 {
    font-family: "VinylOT", sans-serif;
}

.showroom h2 {
    font-family: "VinylOT", sans-serif;
}

.spSAC {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 0.92em;
    color: rgb(102, 102, 102);
    display: block;
    height: 22px;
}

.spTel {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 2.5em;
    color: rgb(102, 102, 102);
    display: block;
    line-height: 0.9em;
    margin-top: 10px;
}

.spSub {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 0.7em;
    color: rgb(102, 102, 102);
    display: block;
}

.divRodTodo .dir {
    float: right;
    width: 50%;
}

.spSub {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 0.7em;
    color: rgb(102, 102, 102);
    display: block;
}

.wrapper .divDepo ul li:hover img {
    transform: scale(1.05);
    transition: transform 0.2s linear 0s;
}

.wrapper .divDepo .bx-wrapper {
    position: initial;
}

.divDepo .bx-wrapper {
    background-color: rgb(242, 244, 243);
}

.divAtendMob {
    width: 100%;
    display: none;
}

.divFollow .divOver img {
    margin-top: 10px;
    width: 30px !important;
}

.divFollow .divOver {
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    font-size: 1.25em;
    background-color: rgba(56, 163, 133, 0.75);
    color: white;
    position: absolute !important;
    transition: all 350ms ease-in-out 0s;
}

.divFollow .divOver:hover {
    opacity: 100 !important;
}

.menu-modelos {
    display: none;
}

.botao,
a.botao,
a.cta {
    font-size: 20px;
    font-size: 1.8rem;
    cursor: pointer;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.cta-primary {
    background: #0088ce;
}

.cta {
    font-size: 20px;
    font-size: 1.25rem;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .3rem;
    padding: 8px 16px;
    line-height: 1;
    margin-top: 10px;
}

.cta>.inner {
    width: 100%;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .3rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.preco-home span {
    display: block;
    font-size: 12px;
}

.marcas-superior {
    margin-top: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.cta.has-fx>.inner>span {
    position: relative;
    z-index: 9;
    vertical-align: middle;
}

.cta-primary>.inner>span {
    color: #fff;
    z-index: 99;
    display: inline-block;
    vertical-align: middle;
}

.cta>.inner>span {
    max-width: 400px;
    font-weight: 500;
}

.preco-home span {
    display: block;
    font-size: 12px;
}


.cta.has-fx>.inner>span {
    position: relative;
    z-index: 9;
    vertical-align: middle;
}

.cta-primary>.inner>span {
    color: rgb(255, 255, 255);
    z-index: 99;
    display: inline-block;
    vertical-align: middle;
}

.cta>.inner>span {
    max-width: 400px;
    font-weight: 500;
}

.preco-home span {
    display: block;
    font-size: 12px;
}

.cta.has-fx>.inner>span {
    position: relative;
    z-index: 9;
    vertical-align: middle;
}

.barra-marcas-footer {
    margin-left: auto;
    margin-right: auto;
}

.marcas-footer {
    margin-left: auto;
    margin-right: auto;
}



@media (max-width: 991px) {

    .dados-contato {
        display: none;
    }

    .wrapper .gammaHome h3 {
        font-size: 2.57143em;
    }

    .marcas-header {
        max-width: 100%;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .barra-marcas {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;

    }


    .newBanner .estrutura figure {
        width: 90%;
        margin-left: 5%;
    }

    .newBanner .estrutura .texto {
        width: 75%;
    }

    .newBanner2 .bnmob {
        display: block;
    }

    .newBanner2 .bndesk {
        display: none;
    }

    .newBanner2 .quadro {
        top: auto;
        bottom: 5%;
        height: auto !important;
        width: 86% !important;
        left: 7% !important;
        right: auto !important;
    }

    .newBanner2 {
        width: 95% !important;
        margin: 0px 2.5% 3em !important;
    }

    .newBanner2 .quadro .est2 {
        padding-left: 1em;
        padding-right: 1em;
    }

    .newBanner2 h3 {
        margin-top: 0px;
    }

    .newBanner .estrutura {
        flex-direction: column-reverse;
        -webkit-box-align: center;
        align-items: center;
    }

    .divFollow {
        width: 90%;
        margin-left: 5%;
        display: table;
    }

    .divFollow div {
        width: 48%;
        display: inline-block;
        margin: 1%;
    }

    .divFollow .box5,
    .divFollow .box6,
    .divFollow .box7 {
        display: none;
    }

    .btFollow {
        display: inline-block;
    }

    .btFollow {
        background-color: rgb(0, 0, 0);
        color: rgb(255, 255, 255);
        font-size: 14px;
        display: none;
        text-transform: uppercase;
        cursor: pointer;
        line-height: 14px;
        font-weight: bold;
        margin-top: 20px;
        border-radius: 0px;
        padding: 20px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-image: initial;
    }

    .divRodTodo .esq {
        float: none;
        width: 100%;
    }

    .divRodTodo .esq .divTelFoot {
        display: table;
        padding-left: 0px;
        text-align: center;
        margin: 0px auto;
    }

    .divRodTodo .esq .spSAC {
        background: none;
    }

    .spSAC {
        margin-left: 0px;
        height: auto;
    }

    .divRodTodo .dir {
        float: none;
        width: 100%;
        margin-top: 3em;
    }

    footer .logosFooter .footerLogos>div {
        margin: 0 auto 40px !important;
        display: inherit;
    }

    footer .socialFooter li {
        margin: 0px 3px;
    }
}

.theme-vespa .carousel-product .hooper .hooper-slide {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.theme-vespa .carousel-product .hooper .hooper-slide {
    padding-right: 1rem;
    padding-left: 1rem;
}

.theme-vespa .card-product.card-product--accessory,
.theme-vespa .card-product.card-product--service {
    background-color: #efefef;
    border-bottom: 1px solid transparent;
}

.theme-vespa .card-product>div:not(.custom-control) {
    position: relative;
}

.theme-vespa * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.theme-vespa .card-product.card-product--accessory .card-product__img,
.theme-vespa .card-product.card-product--service .card-product__img {
    overflow: hidden;
    border-bottom: 1px solid transparent;
    position: relative;
}

.theme-vespa .card-product .card-product__img {
    margin: 0;
}

.theme-vespa .card-product.card-product--accessory .card-product__name,
.theme-vespa .card-product.card-product--service .card-product__name {
    color: #15749d;
    overflow: hidden;
    height: 6rem;
}

.theme-vespa .card-product .card-product__name {
    margin: 8px 12px;
    font-size: 1.6rem;
    line-height: 2rem;
    font-style: italic;
    font-weight: 800;
    font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
    color: #177ba6;
    display: block;
}

.theme-vespa .card-product.card-product--accessory .card-product__price,
.theme-vespa .card-product.card-product--service .card-product__price {
    color: #000;
}

.theme-vespa .card-product .card-product__price {
    padding: 0 12px 12px;
    color: #000;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 500;
    font-family: NewsGothicStd;
    display: block;
}

.theme-vespa .card-product .card-product__price .card-product__price__list .icon-divider {
    display: none;
}

.theme-vespa .card-product.card-product--accessory .card-product__price .icon-divider,
.theme-vespa .card-product.card-product--service .card-product__price .icon-divider {
    color: #15749d;
}

.theme-vespa .card-product.card-product--accessory img,
.theme-vespa .card-product.card-product--service img {
    -webkit-transition: -webkit-transform .5s linear;
    transition: -webkit-transform .5s linear;
    transition: transform .5s linear;
    transition: transform .5s linear, -webkit-transform .5s linear;
}

.theme-vespa .card-product img {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.theme-vespa .card-product.card-product--accessory .card-product__img:after,
.theme-vespa .card-product.card-product--service .card-product__img:after {
    content: "";
    background-color: #efefef;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.theme-vespa .card-product p {
    text-align: center;
}

.theme-vespa .card-product>div {
    background-color: #efefef;
    border-radius: 6px;
    overflow: hidden;
}



@media print,
screen and (min-width: 64em) {
    .theme-vespa .card-product {
        height: 100%;
    }
}

.btFollow {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 14px;
    display: none;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 14px;
    font-weight: bold;
    margin-top: 20px;
    border-radius: 0px;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
}

.priceContent .precoPara {
    font-size: 26px;
}

.priceContent .parcela {
    color: #385623;
    font-weight: bold;
    font-size: 26px;
    /* font-size: 21px; */
}

.priceContent span {
    font-size: 18px;
}

.priceContent p {
    margin-top: 15px;
}

.fldEntrega .spnGar {
    font-weight: bold;
    font-size: 18px;
}

.fldEntrega .spnCont {
    font-size: 16px;
    color: #244278;
    width: 240px;
    text-align: left;
    display: inline-block;
}

.fldEntrega {
    margin-top: 50px;
    margin-bottom: 20px;
}

.divImgGal {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0px;
}

.divImgGal .dir {
    text-align: right;
    float: right;
}

.divImgGal div {
    cursor: pointer;
    width: 50%;
    height: 100%;
    display: inline-block;
}

.divImgGal img {
    top: 40%;
    position: relative;
}

.divAcessorios {
    display: none !important;
}

.acessorio-todo {
    width: 100%;
    display: table;
    margin-top: 20px;
}

.acessorio-todo .esq {
    width: 48%;
    float: left;
    text-align: center;
}

.acessorio-todo .esq img {
    width: 100%;
    max-width: 525px;
}

.acessorio-todo .dir {
    width: 44%;
    display: table;
    float: right;
    margin-right: 4%;
}

.acessorio-todo .dir h1 {
    font-size: 3.6rem;
    line-height: 4rem;
    font-style: italic;
    font-weight: 400;
    font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
    color: #1c99ce;
    text-transform: uppercase;
    line-height: 1 !important;
    margin: 1.5rem 0 0 0;
}

.acessorio-todo .dir .codigo {
    font-size: 1.6rem;
    line-height: 2rem;
    font-style: italic;
    font-weight: 400;
    font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 2rem;
}

.acessorio-todo .dir .descricao {
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: normal;
    font-weight: 400;
    font-family: NewsGothicStd, Arial, Helvetica, sans-serif;
    margin: 4rem 0 2rem;
}

.acessorio-todo .dir .cores {
    width: 100%;
    margin: 30px 0 20px 0;
}

.acessorio-todo .dir .cores img {
    cursor: pointer;
    margin-right: 10px;
}

.acessorio-todo .dir .preco {
    font-size: 3.8rem;
    font-style: italic;
    font-weight: 400;
    font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
    white-space: nowrap;
    color: Black;
    display: block;
}

.acessorio-todo .bx-wrapper .bx-prev {
    background: url(../img/arrow-hero-sx-bl.png) center center no-repeat;
}

.acessorio-todo .bx-wrapper .bx-next {
    background: url(../img/arrow-hero-dx-bl.png) center center no-repeat;
}

@media screen and (max-width: 1024px) {
    .acessorio-todo .esq {
        width: 100%;
        float: none;
        text-align: center;
    }

    .acessorio-todo .dir {
        width: 90%;
        float: none;
        text-align: center;
        margin-left: 5%;
        margin-right: 0;
    }
}

.theme-vespa li,
.theme-vespa ol,
.theme-vespa p,
.theme-vespa ul {
    padding: 0;
    margin: 0
}

.theme-vespa h1,
.theme-vespa h2,
.theme-vespa h3,
.theme-vespa h4,
.theme-vespa h5,
.theme-vespa h6 {
    display: block
}

.theme-vespa li {
    list-style: none;
    height: auto
}

.theme-vespa button,
.theme-vespa input,
.theme-vespa textarea {
    border: 0;
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.section--tertiary-1-accessories {
    padding-top: 3rem;
}

.section--tertiary-1-accessories,
.theme-vespa .section.section--tertiary-1-accessories {
    padding-bottom: 2rem
}

@media print,
screen and (min-width:64em) {

    .theme-vespa .section-group.section--tertiary-1-accessories,
    .theme-vespa .section.section--tertiary-1-accessories {
        padding-bottom: 3rem
    }
}

.theme-vespa .section-group.section--primary,
.theme-vespa .section.section--primary {
    background-color: transparent;
    color: inherit
}

.theme-vespa .section-group.section--secondary,
.theme-vespa .section-group.section--tertiary-1,
.theme-vespa .section-group.section--tertiary-1-accessories,
.theme-vespa .section-group.section--tertiary-4,
.theme-vespa .section.section--secondary,
.theme-vespa .section.section--tertiary-1,
.theme-vespa .section.section--tertiary-1-accessories,
.theme-vespa .section.section--tertiary-4 {
    background-color: #1c99ce;
    color: #fff
}

.theme-vespa .hooper {
    height: auto;
    position: relative
}

.theme-vespa .hooper .hooper-list {
    height: auto
}

.theme-vespa .hooper .hooper-slide[aria-hidden=true] {
    visibility: hidden
}

@media print,
screen and (max-width:39.99875em) {

    .theme-vespa .hooper.hooper--partial-slide .hooper-slide.is-next,
    .theme-vespa .hooper.hooper--partial-slide .hooper-slide.is-prev {
        opacity: .2;
        visibility: initial
    }
}

.theme-vespa .hooper .hooper-track {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto
}

.theme-vespa .hooper.centered .hooper-track {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: none !important;
    transform: none !important
}

.theme-vespa .hooper-pagination {
    padding: 0
}

.theme-vespa .hooper-pagination .hooper-indicator {
    height: auto;
    width: auto;
    border-radius: 100%;
    background-color: transparent;
    margin: 0
}

.theme-vespa .hooper-pagination .hooper-indicator:after {
    background-color: #fefefe;
    content: "";
    display: inline-block;
    height: 1.4rem;
    width: 1.4rem;
    border-radius: 100%;
    margin: 1rem
}

.theme-vespa .hooper-pagination .hooper-indicator.is-active {
    background-color: transparent
}

.theme-vespa .hooper-pagination .hooper-indicator.is-active:after {
    background-color: #38a385
}

.theme-vespa .icon-text {
    text-align: center;
    display: inline-block
}

.theme-vespa .listing-header {
    padding-right: 1rem;
    padding-left: 1rem;
    color: inherit;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (min-width:40em) {
    .theme-vespa .listing-header {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        margin-bottom: 32px;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.theme-vespa .listing-header .listing-header__heading {
    text-align: left;
    color: inherit
}

.theme-vespa .listing-header .listing-header__note {
    text-align: left;
    color: inherit;
    margin-top: 8px;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 400;
    font-family: NewsGothicStd;
}

.theme-vespa .carousel-product .hooper .hooper-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 3px;
    padding-bottom: 3px;
    height: auto
}

.theme-vespa .carousel-product .hooper .hooper-slide {
    padding-right: 1rem;
    padding-left: 1rem
}

@media print,
screen and (min-width:40em) {
    .theme-vespa .carousel-product .hooper .hooper-slide {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
}

.theme-vespa .carousel-product .hooper .hooper-track {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.theme-vespa .carousel-product .carousel-product__navigation {
    padding-right: 1rem;
    padding-left: 1rem
}

@media print,
screen and (min-width:40em) {
    .theme-vespa .carousel-product .carousel-product__navigation {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
}

.theme-vespa .carousel-product .carousel-product__navigation .carousel-product__viewall {
    display: inline-block;
    color: inherit
}

.theme-vespa .carousel-product .carousel__arrows * {
    color: inherit
}

@media print,
screen and (min-width:40em) {
    .theme-vespa .carousel-product .carousel__arrows {
        position: absolute;
        right: 0;
        top: -9rem
    }

    .theme-vespa .carousel-product .carousel__arrows .carousel__arrows__next,
    .theme-vespa .carousel-product .carousel__arrows .carousel__arrows__prev {
        position: static;
        left: auto;
        z-index: auto;
        top: auto;
        bottom: auto;
        font-size: 3.4rem;
        -webkit-transform: none;
        transform: none;
        padding: 1.2rem
    }

    .theme-vespa .carousel-product .carousel__arrows .carousel__arrows__next i,
    .theme-vespa .carousel-product .carousel__arrows .carousel__arrows__prev i {
        top: auto
    }
}

.theme-vespa .carouselV3 {
    padding-top: 0;
    padding-bottom: 0;
    position: relative
}

.theme-vespa .carouselV3 :focus {
    outline-color: #fff
}

.theme-vespa .carouselV3 .hooper {
    height: auto
}

.theme-vespa .carouselV3 .hooper:focus {
    outline-offset: -3px
}

.theme-vespa .carouselV3 .hooper:before {
    padding: 0 !important
}

@media print,
screen and (min-width:64em) {
    .theme-vespa .carouselV3 .hooper {
        height: auto
    }
}

.theme-vespa .carouselV3 .hooper .hooper-track {
    height: auto
}

.theme-vespa .carouselV3 .hooper .hooper-list {
    background-color: #0a0a0a
}

.theme-vespa .carouselV3 .hooper .hooper-slide:before {
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    padding-top: 177.77778%
}

.theme-vespa .carouselV3 .hooper .hooper-slide>.content-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.theme-vespa .carouselV3 .hooper .hooper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

@media print,
screen and (min-width:64em) {
    .theme-vespa .carouselV3 .hooper .hooper-slide {
        position: relative
    }

    .theme-vespa .carouselV3 .hooper .hooper-slide:before {
        display: block;
        content: " ";
        width: 100%;
        height: 100%;
        padding-top: 56.25%
    }

    .theme-vespa .carouselV3 .hooper .hooper-slide>.content-slide {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .theme-vespa .carouselV3 .hooper .hooper-slide img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.theme-vespa .carouselV3 .hooper .content-slide__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3
}

.theme-vespa .carouselV3 .hooper img {
    width: 100%
}

.theme-vespa .carouselV3 .hooper .hooper-slide {
    position: relative;
    height: auto
}

.theme-vespa .carouselV3 .hooper .hooper-slide[aria-hidden=true] {
    visibility: hidden
}

.theme-vespa .carouselV3 .hooper .section__container {
    position: relative;
    z-index: 2
}

.theme-vespa .carouselV3 .hooper .carouselV3__title {
    font-size: 3.6rem;
    line-height: 4rem;
    font-style: italic;
    font-weight: 400;
    font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
    margin-bottom: 32px;
    color: #fff
}

@media print,
screen and (min-width:64em) {
    .theme-vespa .carouselV3 .hooper .carouselV3__title {
        font-size: 4.6rem;
        line-height: 6.6rem
    }
}

.theme-vespa .carouselV3 .hooper .carouselV3__text {
    display: none
}

@media print,
screen and (min-width:64em) {
    .theme-vespa .carouselV3 .hooper .carouselV3__text {
        display: block;
        margin-bottom: 32px
    }
}

.theme-vespa .carouselV3 .hooper .slide-img__image:after {
    background: #0a0a0a;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(10, 10, 10, .5)), color-stop(30%, rgba(10, 10, 10, .2)), to(rgba(10, 10, 10, .2)));
    background: linear-gradient(0deg, rgba(10, 10, 10, .5), rgba(10, 10, 10, .2) 30%, rgba(10, 10, 10, .2));
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.theme-vespa .carouselV3 .hooper .slide-img__image--no-gradient:after {
    background: unset
}

.theme-vespa .carouselV3 .hooper .cta-links {
    margin-bottom: 1.2rem
}

.theme-vespa .carouselV3__navigation li button {
    opacity: .6;
    position: relative
}

.theme-vespa .carouselV3__navigation li button:focus,
.theme-vespa .carouselV3__navigation li button:hover {
    opacity: 1
}

.theme-vespa .carouselV3__navigation li .slide-loader {
    content: "";
    height: 2px;
    background: #93928f;
    width: 0;
    position: absolute;
    bottom: -2px;
    left: 0;
    opacity: 0
}

.theme-vespa .carouselV3__navigation li.active button {
    opacity: 1
}

.theme-vespa .carouselV3__navigation li.active .slide-loader {
    opacity: 1;
    -webkit-animation-name: loader;
    animation-name: loader;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.theme-vespa .carouselV3:focus .carouselV3__navigation li.active .slide-loader,
.theme-vespa .carouselV3:hover .carouselV3__navigation li.active .slide-loader {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.theme-vespa .carouselV3__container {
    position: absolute;
    max-width: 111rem;
    z-index: 2;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.theme-vespa .carouselV3__container--align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    padding-bottom: 20%
}

@media print,
screen and (min-width:64em) {
    .theme-vespa .carouselV3__container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }

    .theme-vespa .carouselV3__container--align-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .theme-vespa .carouselV3__container--align-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: center;
        padding-bottom: 15rem
    }

    .theme-vespa .carouselV3__container--align-center .carouselV3__content {
        width: 80%
    }
}

.theme-vespa .carouselV3__container--bottom {
    display: block;
    height: auto;
    top: auto;
    bottom: 0;
    width: 90%
}

@media print,
screen and (min-width:64em) {
    .theme-vespa .carouselV3__container--bottom {
        bottom: 1rem
    }
}

.theme-vespa .carouselV3__content {
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: normal;
    font-weight: 400;
    font-family: NewsGothicStd, Arial, Helvetica, sans-serif;
    color: #fff;
    padding-left: .8rem;
    padding-right: .8rem
}

@media print,
screen and (min-width:64em) {
    .theme-vespa .carouselV3__content {
        width: 40%
    }
}

.theme-vespa .carouselV3__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.theme-vespa .carouselV3__navigation li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto
}

.theme-vespa .carouselV3__navigation li [class^=icon-] {
    font-size: 3.3rem;
    margin-bottom: .8rem;
    line-height: 1
}

@media print,
screen and (min-width:64em) {
    .theme-vespa .carouselV3__navigation li {
        width: 25%
    }

    .theme-vespa .carouselV3__navigation li [class^=icon-] {
        margin-right: 1rem;
        margin-bottom: 0
    }
}

.theme-vespa .carouselV3__navigation li button {
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 400;
    font-family: NewsGothicStd;
    color: #fff;
    cursor: pointer;
    text-align: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-bottom: 2px solid #93928f;
    margin-right: 15px;
    padding: 4px 10px
}

@media print,
screen and (min-width:64em) {
    .theme-vespa .carouselV3__navigation li button {
        margin-right: 20px
    }
}

.theme-vespa .carouselV3__navigation li:last-child button {
    margin-right: 0
}

@-webkit-keyframes loader {
    0% {
        width: 0
    }

    1% {
        opacity: 1
    }

    50% {
        width: 50%
    }

    to {
        width: 100%
    }
}

@keyframes loader {
    0% {
        width: 0
    }

    1% {
        opacity: 1
    }

    50% {
        width: 50%
    }

    to {
        width: 100%
    }
}

.hooper-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 3px;
    padding-bottom: 3px;
    height: auto
}

.theme-vespa .carousel-product .hooper .hooper-slide {
    padding-right: 1rem;
    padding-left: 1rem
}

@media print,
screen and (min-width:40em) {
    .theme-vespa .carousel-product .hooper .hooper-slide {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
}

.theme-vespa .carousel-product .hooper .hooper-track {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.theme-vespa .carousel-product .carousel-product__navigation {
    padding-right: 1rem;
    padding-left: 1rem
}

@media print,
screen and (min-width:40em) {
    .theme-vespa .carousel-product .carousel-product__navigation {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
}

.theme-vespa .carousel-product .carousel-product__navigation .carousel-product__viewall {
    display: inline-block;
    color: inherit
}

.theme-vespa .carousel-product .carousel__arrows * {
    color: inherit
}

@media print,
screen and (min-width:40em) {
    .theme-vespa .carousel-product .carousel__arrows {
        position: absolute;
        right: 0;
        top: -9rem
    }

    .theme-vespa .carousel-product .carousel__arrows .carousel__arrows__next,
    .theme-vespa .carousel-product .carousel__arrows .carousel__arrows__prev {
        position: static;
        left: auto;
        z-index: auto;
        top: auto;
        bottom: auto;
        font-size: 3.4rem;
        -webkit-transform: none;
        transform: none;
        padding: 1.2rem
    }

    .theme-vespa .carousel-product .carousel__arrows .carousel__arrows__next i,
    .theme-vespa .carousel-product .carousel__arrows .carousel__arrows__prev i {
        top: auto
    }
}

.theme-vespa .carouselV3 {
    padding-top: 0;
    padding-bottom: 0;
    position: relative
}

.theme-vespa .carouselV3 :focus {
    outline-color: #fff
}

.theme-vespa .carouselV3 .hooper {
    height: auto
}

.theme-vespa .carouselV3 .hooper:focus {
    outline-offset: -3px
}

.theme-vespa .carouselV3 .hooper:before {
    padding: 0 !important
}

@media print,
screen and (min-width:64em) {
    .theme-vespa .carouselV3 .hooper {
        height: auto
    }
}

.theme-vespa .carouselV3 .hooper .hooper-track {
    height: auto
}

.theme-vespa .carouselV3 .hooper .hooper-list {
    background-color: #0a0a0a
}

.theme-vespa .section-group .section__container:not(.section__container--full),
.theme-vespa .section .section__container:not(.section__container--full) {
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 111rem;
    margin-left: auto;
    margin-right: auto
}

@media print,
screen and (min-width:40em) {

    .theme-vespa .section-group .section__container:not(.section__container--full),
    .theme-vespa .section .section__container:not(.section__container--full) {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
}

.theme-vespa .button.button--text.button--medium {
    font-size: 1.9rem;
    line-height: 1;
    font-style: italic;
    font-weight: 600;
    font-family: Roboto Condensed;
    letter-spacing: .2rem;
}

.theme-vespa .carousel-product .hooper .hooper-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 3px;
    padding-bottom: 3px;
    height: auto;
}

.hooper-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}