@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@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: #6dcdb1;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .bx-wrapper .bx-pager.bx-default-pager a.active {
    border: 1px solid #6dcdb1;
  }
}
.imgOrientation {
  height: 90vh;
  margin: 5vh auto;
  display: table;
}
body {
  font-family: Helvetica, sans-serif;
  opacity: 1;
}
body.landscape {
  opacity: 0;
  height: 0;
}
@media (min-width: 992px) {
  body {
    margin: 0 30px;
  }
}
body #loadingPage {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: #ffffff;
  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%);
  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 0.2s linear;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
input:focus {
  border-color: rgba(64, 180, 229, 0.8) !important;
  outline: 0 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(64, 180, 229, 0.6) !important;
}
.clear {
  clear: both;
}
.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: #6dcdb1 !important;
}
.yellow {
  color: #ffd100 !important;
}
.azure {
  color: #40b4e5 !important;
}
.gray {
  color: #666 !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: #6dcdb1 !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: 9999;
}
body.compare #header,
body.historia #header,
body.vespa-es #header,
body.puntos-de-venta #header,
body.institutional #header,
body.contacto #header,
body.escribe-a-vespa #header,
body.politica-de-privacidad #header,
body.vespa-for-children #header,
body.news #header,
body.listing #header {
  background: #f1f1f1;
  min-height: 107px;
}
body.notFound #header {
  background: #6dcdb1;
  min-height: 107px;
}
@media (max-width: 991px) {
  #header {
    min-height: 73px !important;
  }
  body.model #header,
  body.family #header {
    min-height: 142px !important;
  }
}
.badgeVespa {
  position: absolute;
  right: -7px;
  top: -22px;
  height: 30px;
  z-index: 10;
}
@media (max-width: 767px) {
  .badgeVespa {
    display: none;
  }
}
@media (max-width: 991px) {
  .badgeVespa {
    right: 0;
  }
}
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: #6dcdb1;
  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;
}
@media (min-width: 768px) {
  .badgeVespa a:after {
    content: ' ';
    background: url(../img/badge-after.png) no-repeat;
    position: absolute;
    width: 7px;
    height: 7px;
    right: 0;
    bottom: 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%);
  transform: translate(30%, -50%);
}
@media (max-width: 767px) {
  .hero ul li .box-container {
    top: 20%;
    -webkit-transform: translate(10%, -50%);
    transform: translate(10%, -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;
}
@media (max-width: 767px) {
  .hero ul li .box-container h3 span.smallSize {
    font-size: 5.8vw;
  }
}
.hero ul li .box-container h3 span.bigSize {
  font-size: 80px;
  font-size: 5.6vw;
}
@media (max-width: 767px) {
  .hero ul li .box-container h3 span.bigSize {
    font-size: 10.8vw;
  }
}
@media (min-width: 768px) {
  .hero ul li .box-container .button {
    margin-top: 50px;
  }
}
.hero ul li .box-container .button a {
  font-size: 1.4vw;
  text-transform: uppercase;
  font-family: "VinylOT", sans-serif;
}
@media (max-width: 991px) {
  .hero ul li .box-container .button a {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .hero ul li .box-container .button a {
    font-size: 3.5vw;
  }
}
.hero ul li .socialClaim {
  position: absolute;
  top: 60%;
  right: 2%;
  line-height: 1;
}
@media (max-width: 1024px) {
  .hero ul li .socialClaim {
    right: 0;
  }
}
.hero ul li .socialClaim .user {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: .85714em;
  color: #6dcdb1;
}
.hero ul li .socialClaim .descr {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.28571em;
  color: #666;
}
@media (max-width: 1200px) {
  .hero ul li .socialClaim .descr {
    font-size: 1.07143em;
  }
}
.hero ul li.heroSearch .box-container-top {
  position: absolute;
  top: 30px;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .hero ul li.heroSearch .box-container-top {
    width: 80%;
  }
}
.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;
}
@media (max-width: 767px) {
  .hero ul li.heroSearch .box-container-top h3 {
    font-size: 7.5vw;
  }
}
.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;
}
@media (max-width: 991px) {
  .hero ul li.heroSearch .box-container-top .descr {
    display: none;
  }
}
.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;
}
@media (max-width: 767px) {
  .hero ul li.heroSearch .box-container-top .callSearch {
    font-size: .71429em;
    max-width: 100%;
  }
}
.hero ul li.heroSearch .socialClaim {
  position: absolute;
  bottom: 10px;
  left: 10%;
  top: auto;
  right: auto;
  color: #fff;
  line-height: 1;
}
@media (max-width: 1024px) {
  .hero ul li.heroSearch .socialClaim {
    left: 5%;
  }
}
@media (max-width: 767px) {
  .hero ul li.heroSearch .socialClaim {
    display: none;
  }
}
.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;
}
@media (max-width: 991px) {
  .hero .bx-wrapper .bx-controls-direction {
    display: none;
  }
}
.socialFixed {
  position: fixed;
  right: 8px;
  top: 40%;
}
@media (max-width: 991px) {
  .socialFixed {
    display: none;
  }
}
.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;
}
@media (max-width: 767px) {
  .menuServ ul li {
    margin: 0 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .menuServ ul li:first-child {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .menuServ ul li:first-child {
    margin-left: 40px;
  }
}
.menuServ ul li a {
  color: #333;
  text-transform: uppercase;
  font-size: .71429em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: block;
  text-decoration: none;
  position: relative;
}
.menuServ ul li a:hover,
.menuServ ul li a.current {
  color: #6dcdb1;
  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;
}
@media all and (min-width: 992) and (max-width: 1024px) {
  .language {
    margin: 10px 20px 10px 0;
  }
}
.language a {
  display: block;
  width: 16px;
  height: 11px;
}
@media (max-width: 767px) {
  .language a {
    width: 30px;
    height: 20px;
  }
}
.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);
  transform: translate(-50%, 0);
  z-index: 9999;
  overflow-x: hidden;
  border-radius: 0;
  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);
  -webkit-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);
  transition: 0.3s transform cubic-bezier(0.55, 0, 0.1, 1), 0.3s -webkit-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;
}
@media (max-width: 767px) {
  .langChoice .region-selector_title,
  .langChoice .country-selector_title,
  .langChoice .language-selector_title {
    font-size: 1.42857em;
    padding-top: 55px;
  }
}
.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;
}
@media screen and (min-width: 768px) {
  .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;
  }
}
.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;
}
@media (max-width: 991px) {
  #mp-menu .language {
    margin: 0;
    background: rgba(0, 0, 0, 0.1);
    float: none;
    padding: 1em;
    min-height: 48px;
    z-index: 0;
  }
}
@media (max-width: 991px) {
  #mp-menu .language ul {
    left: 15px;
    right: auto;
    top: 20px;
  }
}
@media (max-width: 991px) {
  #mp-menu .language ul.open {
    background: none;
    padding: 0;
  }
}
@media (max-width: 991px) {
  #mp-menu .language ul li {
    box-shadow: none !important;
    -webkit-transition: 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;
  }
}
@media (max-width: 991px) {
  #mp-menu .language ul li a {
    padding: 0 !important;
    width: 22px;
    height: 17px;
  }
}
.smallMenuContainer {
  position: fixed;
  top: 0;
  width: 1363px;
  background: #fff;
  z-index: 2;
}
@media (max-width: 991px) {
  .smallMenuContainer {
    display: none;
  }
}
.menuContainer {
  min-height: 70px;
  padding: 15px 0;
  position: relative;
  margin: 0;
  z-index: 1;
  position: fixed;
  top: 34px;
}
@media (max-width: 991px) {
  .menuContainer {
    position: absolute;
    top: 0 !important;
  }
}
.menuContainer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 58px solid #6dcdb1;
  z-index: -1;
}
.menuContainer .bordoStorto {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  top: 57px;
  border-top: 12px solid #6dcdb1;
}
.menuContainer.fixed {
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 9999;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.menuContainer #logo {
  float: left;
  margin-right: 20px;
  margin-left: 40px;
}
@media (max-width: 991px) {
  .menuContainer #logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-left: 0 !important;
  }
}
@media (max-width: 1024px) {
  .menuContainer #logo {
    margin-left: 20px;
  }
}
.menuContainer #logo img {
  height: 34px;
}
.menuContainer .menuMain {
  float: left;
  margin-top: 6px;
}
@media (max-width: 991px) {
  .menuContainer .menuMain {
    margin-top: 0;
    margin-left: 20px;
  }
}
.menuContainer .menuMain .btn-menuMain {
  cursor: pointer;
}
.menuContainer .menuMain .btn-menuMain img {
  background: #57b498;
  padding: 5px;
  border: 1px solid #419a80;
  width: 24px;
  height: 22px;
}
@media (max-width: 991px) {
  .menuContainer .menuMain .btn-menuMain img {
    width: 34px;
    height: 32px;
  }
}
.menuContainer .menuMain .btn-menuMain span {
  margin-left: 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.92857em;
}
@media (max-width: 991px) {
  .menuContainer .menuMain .btn-menuMain span {
    display: none;
  }
}
.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 .thumbMenu {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 45px;
  -webkit-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: #6dcdb1;
}
.menuContainer .menuMain nav > ul > li.menu a:after {
  content: '»';
  position: absolute;
  right: 0;
}

/* Start NEW */
.menuContainer .menuMain nav > ul > li:nth-child(2),
.menuContainer .menuMain nav > ul > li:nth-child(3),
.menuContainer .menuMain nav > ul > li:nth-child(4),
.menuContainer .menuMain nav > ul > li:nth-child(5) {
  width: 80%
}

.menuContainer .menuMain nav > ul > li:nth-child(2).menu a:after,
.menuContainer .menuMain nav > ul > li:nth-child(3).menu a:after,
.menuContainer .menuMain nav > ul > li:nth-child(4).menu a:after,
.menuContainer .menuMain nav > ul > li:nth-child(5).menu a:after {
    left: 20em
}
/* End NEW */

.menuContainer .menuModelli {
  float: left;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .menuContainer .menuModelli {
    float: left;
  }
}
.menuContainer .menuModelli nav > ul > li {
  float: left;
  padding: 0 17px;
}
@media (max-width: 1200px) {
  .menuContainer .menuModelli nav > ul > li {
    padding: 0 8px;
  }
}
.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;
}
@media (min-width: 991px) {
  .menuContainer .menuModelli nav > ul > li > ul {
    padding: 50px 0 50px 85px;
    min-height: 480px;
  }
}
.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%;
}
@media all and (min-width: 768px) and (max-width: 1600px) {
  .menuContainer .menuModelli nav > ul > li > ul .modelDescr .descr {
    font-size: 0.95vw;
  }
}
.menuContainer .menuModelli nav > ul > li > ul .modelDescr .title {
  color: #ffd100;
  display: block;
  text-transform: uppercase;
  font-size: 3.78571em;
  font-family: "VinylOT", sans-serif;
}
@media all and (min-width: 768px) and (max-width: 1600px) {
  .menuContainer .menuModelli nav > ul > li > ul .modelDescr .title {
    font-size: 3.7vw;
  }
}
.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;
}
@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 > 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;
}
@media (max-width: 767px) {
  .menuContainer .menuModelli nav > ul > li > ul .imgMotor {
    display: none;
  }
}
@media (max-width: 1024px) {
  .menuContainer .menuModelli nav > ul > li > ul .imgMotor {
    max-width: 330px;
  }
}
.menuContainer .menuModelli nav > ul > li.accessories > ul .modelDescr .title {
  color: #6dcdb1;
  margin-left: -15px;
}
@media (max-width: 1200px) {
  .menuContainer .menuModelli nav > ul > li.accessories > ul .imgMotor {
    display: none;
  }
}
.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: #6dcdb1;
}
.menuContainer .menuModelli nav > ul > li.accessories > ul > li > ul > li h4 {
  font-size: 0.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: #6dcdb1;
}
.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 #6dcdb1;
  padding-bottom: 5px;
  text-decoration: none;
}
.menuContainer .menuModelli nav > ul > li.accessories > ul > li > ul > li.all a:hover {
  color: #6dcdb1;
}
.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;
}
@media (max-width: 767px) {
  .menuContainer .mapLink {
    margin-left: 10px;
  }
}
.menuContainer .mapLink svg {
  width: 16px;
  height: 25px;
  fill: #fff;
}
.menuContainer .contactLink {
  float: right;
  margin: 4px 40px 0 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .menuContainer .contactLink {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.menuContainer .contactLink svg {
  width: 16px;
  height: 25px;
  fill: #fff;
}
.menuModel {
  padding: 6px 0;
  position: fixed;
  top: 90px;
  min-height: 53px;
  padding-top: 22px;
}
@media (max-width: 991px) {
  .menuModel {
    position: absolute;
    top: 57px;
    background: #e6e6e6;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .menuModel:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 48px solid #e6e6e6;
  }
}
.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);
  transform: translate(-50%, 0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .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;
    border-radius: 50%;
    -webkit-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 #6dcdb1;
    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 #6dcdb1;
    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;
  }
}
@media (max-width: 991px) {
  .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%;
    -webkit-transform: translate(-50%, 0);
    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;
  }
}
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: 117px;
}
@media (max-width: 991px) {
  #breadcrumb-custom {
    margin-top: 0 !important;
  }
}
body.family #breadcrumb-custom,
body.model #breadcrumb-custom,
body.compare #breadcrumb-custom,
body.historia #breadcrumb-custom,
body.vespa-es #breadcrumb-custom,
body.puntos-de-venta #breadcrumb-custom,
body.institutional #breadcrumb-custom,
body.contacto #breadcrumb-custom,
body.escribe-a-vespa #breadcrumb-custom,
body.politica-de-privacidad #breadcrumb-custom,
body.vespa-for-children #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.historia #breadcrumb-custom,
body.vespa-es #breadcrumb-custom,
body.puntos-de-venta #breadcrumb-custom,
body.institutional #breadcrumb-custom,
body.contacto #breadcrumb-custom,
body.escribe-a-vespa #breadcrumb-custom,
body.politica-de-privacidad #breadcrumb-custom,
body.vespa-for-children #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: 92px;
}
body.compare .wrapper,
body.historia .wrapper,
body.vespa-es .wrapper,
body.puntos-de-venta .wrapper,
body.institutional .wrapper,
body.contacto .wrapper,
body.escribe-a-vespa .wrapper,
body.politica-de-privacidad .wrapper,
body.vespa-for-children .wrapper,
body.news .wrapper,
body.listing .wrapper {
  background: #f1f1f1;
}
body.notFound .wrapper {
  background: #6dcdb1;
}
body.listingDetail .wrapper {
  overflow: hidden;
}
@media (max-width: 991px) {
  .wrapper {
    margin-top: 0 !important;
  }
  body.index .wrapper {
    margin-top: -16px !important;
  }
}
.wrapper .boxVespaCommunity {
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .wrapper .boxVespaCommunity {
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  .wrapper .boxVespaCommunity {
    margin-bottom: 30px;
  }
}
.wrapper .boxVespaCommunity .boxImg {
  width: 100%;
}
.wrapper .boxVespaCommunity .boxImg img {
  width: 100%;
}
.wrapper .boxVespaCommunity .blockData {
  width: 65%;
  height: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(215, 0, 109, 0.6);
  text-align: center;
  padding: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .wrapper .boxVespaCommunity .blockData {
    height: 70%;
  }
}
.wrapper .boxVespaCommunity .blockData .logoBox {
  max-width: 65%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .wrapper .boxVespaCommunity .blockData .logoBox {
    max-width: 50%;
  }
}
.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;
}
@media all and (min-width: 991px) and (max-width: 1280px) {
  .wrapper .boxVespaCommunity .blockData .descr {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .wrapper .boxVespaCommunity .blockData .descr .text {
    display: none;
  }
}
.wrapper .boxVespaCommunity .blockData .descr .customLabel {
  display: block;
  color: #fff;
  margin-top: 20px;
}
@media all and (min-width: 991px) and (max-width: 1200px) {
  .wrapper .boxVespaCommunity .blockData .descr .customLabel {
    margin-top: 5px;
  }
}
.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;
}
@media all and (min-width: 991px) and (max-width: 1200px) {
  .wrapper .boxVespaCommunity .blockData .descr .qty {
    font-size: 5.2vw;
  }
}
.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;
}
@media (max-width: 767px) {
  .wrapper .boxVespaCommunity .blockData .linkButton {
    display: none;
  }
}
.wrapper .boxStandard {
  position: relative;
}
.wrapper .boxStandard.small {
  margin-bottom: 30px;
}
@media all and (min-width: 992px) and (max-width: 1024px) {
  .wrapper .boxStandard.small {
    margin-bottom: 23px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .wrapper .boxStandard.small {
    margin-bottom: 27px;
  }
}
@media (max-width: 991px) {
  .wrapper .boxStandard.small {
    margin-bottom: 30px;
  }
}
@media (min-width: 1900px) {
  .wrapper .boxStandard.small {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .wrapper .boxStandard.small {
    margin-bottom: 23px;
  }
}
.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%);
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .wrapper .boxStandard .blockData {
    left: 10%;
  }
}
.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;
}
@media (max-width: 767px) {
  .wrapper .boxStandard .blockData .descr {
    display: none;
  }
}
.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;
}
@media (max-width: 767px) {
  .wrapper .boxStandard.big .blockData {
    left: 5%;
  }
}
.wrapper .boxStandard.big .blockData h3 {
  max-width: 100%;
}
@media (max-width: 767px) {
  .wrapper .boxStandard.big .blockData h3 {
    font-size: 1em;
  }
}
.wrapper .boxStandard.big .blockData h3 a {
  color: #fff;
}
.wrapper .boxStandard.big .blockData .descr {
  max-width: 100%;
}
@media (max-width: 767px) {
  .wrapper .boxStandard.big .blockData .linkButton {
    font-size: 0.57143em;
  }
}
@media (min-width: 1200px) {
  .wrapper .boxStandard.big .blockData .linkButton:last-child {
    margin-left: 30px;
  }
}
.wrapper .boxStandard.big.right .blockData {
  right: 50px;
  left: auto;
  top: 50px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (max-width: 767px) {
  .wrapper .boxStandard.big.right .blockData {
    right: 5% !important;
  }
}
.wrapper .boxDealers {
  position: relative;
  margin-bottom: 30px;
}
@media all and (min-width: 992px) and (max-width: 1024px) {
  .wrapper .boxDealers {
    margin-bottom: 23px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .wrapper .boxDealers {
    margin-bottom: 27px;
  }
}
@media (max-width: 991px) {
  .wrapper .boxDealers {
    margin-bottom: 30px;
  }
}
@media (min-width: 1900px) {
  .wrapper .boxDealers {
    margin-bottom: 40px;
  }
}
.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%);
  transform: translate(-50%, -50%);
}
.wrapper .boxDealers .blockData h3 {
  font-size: 2.85714em;
  margin: 5px 0 0 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .wrapper .boxDealers .blockData h3 {
    font-size: 1.21429em;
  }
}
.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;
}
@media (max-width: 767px) {
  .wrapper .socialHome .boxImg {
    width: 100%;
    float: none;
  }
}
.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/home/bg-social-home.png);
  padding: 103px 30px 40px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .wrapper .socialHome .blockData {
    padding: 40px 15px 40px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1400px) {
  .wrapper .socialHome .blockData {
    padding: 55px 30px 40px;
  }
}
@media all and (min-width: 991px) and (max-width: 1024px) {
  .wrapper .socialHome .blockData {
    padding: 20px 15px 40px;
  }
}
@media (max-width: 767px) {
  .wrapper .socialHome .blockData {
    width: 100%;
    float: none;
    padding: 20px;
  }
}
.wrapper .socialHome .blockData .user {
  display: block;
  color: #6dcdb1;
  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;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .wrapper .socialHome .blockData .descr {
    display: none;
  }
}
.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;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .wrapper .socialHome .blockData .linkButton {
    margin-top: 20px;
    font-size: 0.9em;
  }
}
@media all and (min-width: 991px) and (max-width: 1200px) {
  .wrapper .socialHome .blockData .linkButton {
    margin-top: 20px;
  }
}
.wrapper .socialHome .blockData .linkButton:hover {
  color: #6dcdb1;
}
.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;
}
@media (min-width: 768px) {
  .wrapper .gammaHome ul li {
    margin: 0 100px 0 0;
  }
}
.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 0.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 0.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;
}
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;
}
@media (max-width: 991px) {
  .wrapper .textContent p {
    max-width: 85%;
  }
}
body.institutional .wrapper .textContent p {
  max-width: 85%;
  text-align: left;
  font-size: 0.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;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .wrapper .modelsGatewayContainer .model:nth-child(odd) .blockData {
    line-height: 1.8;
  }
}
@media (min-width: 768px) {
  .wrapper .modelsGatewayContainer .model:nth-child(odd) .blockData {
    position: absolute;
    top: 10%;
    left: 12%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .wrapper .modelsGatewayContainer .model:nth-child(odd) .blockData {
    text-align: center;
    line-height: 2;
  }
}
.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;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .wrapper .modelsGatewayContainer .model:nth-child(even) .blockData {
    line-height: 1.7;
  }
}
@media (min-width: 768px) {
  .wrapper .modelsGatewayContainer .model:nth-child(even) .blockData {
    position: absolute;
    top: 0;
    margin: 0;
    right: 12%;
    text-align: right;
  }
}
@media (min-width: 768px) and (min-width: 1025px) {
  .wrapper .modelsGatewayContainer .model:nth-child(even) .blockData {
    top: 10%;
  }
}
@media (max-width: 767px) {
  .wrapper .modelsGatewayContainer .model:nth-child(even) .blockData {
    text-align: center;
    line-height: 2;
  }
}
.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;
}
@media (max-width: 767px) {
  .wrapper .modelsGatewayContainer .model .blockData h3 {
    font-size: 2.14286em;
  }
}
@media (min-width: 1025px) {
  .wrapper .modelsGatewayContainer .model .blockData h3 {
    font-size: 5em;
    font-size: 4.85vw;
  }
}
.wrapper .modelsGatewayContainer .model .blockData .descr {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1em;
  display: block;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .wrapper .modelsGatewayContainer .model .blockData .descr {
    font-size: 0.78571em;
  }
}
@media (min-width: 768px) {
  .wrapper .modelsGatewayContainer .model .blockData .descr {
    max-width: 30%;
  }
}
@media (min-width: 992px) {
  .wrapper .modelsGatewayContaiweight: 300;
    max-width: 45%;
    text-align: center;
    margin: 0 auto
}
.wrapper .textContent p strong {
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}
@media (max-width: 991px) {
    .wrapper .textContent p {
        max-width: 85%
    }
}
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
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .wrapper .modelsGatewayContainer .model:nth-child(odd) .blockData {
        line-height: 1.8
    }
}
@media (min-width: 768px) {
    .wrapper .modelsGatewayContainer .model:nth-child(odd) .blockData {
        position: absolute;
        top: 10%;
        left: 12%;
        margin: 0
    }
}
@media (max-width: 767px) {
    .wrapper .modelsGatewayContainer .model:nth-child(odd) .blockData {
        text-align: center;
        line-height: 2
    }
}
.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
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .wrapper .modelsGatewayContainer .model:nth-child(even) .blockData {
        line-height: 1.7
    }
}
@media (min-width: 768px) {
    .wrapper .modelsGatewayContainer .model:nth-child(even) .blockData {
        position: absolute;
        top: 0;
        margin: 0;
        right: 12%;
        text-align: right
    }
}
@media (min-width: 768px) and (min-width: 1025px) {
    .wrapper .modelsGatewayContainer .model:nth-child(even) .blockData {
        top: 10%
    }
}
@media (max-width: 767px) {
    .wrapper .modelsGatewayContainer .model:nth-child(even) .blockData {
        text-align: center;
        line-height: 2
    }
}
.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
}
@media (max-width: 767px) {
    .wrapper .modelsGatewayContainer .model .blockData h3 {
        font-size: 2.14286em
    }
}
@media (min-width: 1025px) {
    .wrapper .modelsGatewayContainer .model .blockData h3 {
        font-size: 5em;
        font-size: 4.85vw
    }
}
.wrapper .modelsGatewayContainer .model .blockData .descr {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1em;
    display: block
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .wrapper .modelsGatewayContainer .model .blockData .descr {
        font-size: .78571em
    }
}
@media (min-width: 768px) {
    .wrapper .modelsGatewayContainer .model .blockData .descr {
        max-width: 30%
    }
}
@media (min-width: 992px) {
    .wrapper .modelsGatewayContainer .model .blockData .descr {
        margin-top: 10px
    }
}
.wrapper .modelsGatewayContainer .model .blockData .subTitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.28571em;
    display: block
}
@media (min-width: 992px) {
    .wrapper .modelsGatewayContainer .model .blockData .subTitle {
        margin-top: 30px
    }
}
@media (min-width: 992px) {
    .wrapper .modelsGatewayContainer .model .blockData ul li {
        margin-top: 10px
    }
}
.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
}
@media (min-width: 992px) {
    .wrapper .modelsGatewayContainer .model .blockData ul li.modelTitle {
        margin-top: 25px
    }
}
.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
}
@media (max-width: 767px) {
    .wrapper .modelsGatewayContainer .model .blockData.white {
        color: #40b4e5
    }
}
.wrapper .modelsGatewayContainer .model .blockData.white ul li>a {
    color: #fff
}
@media (max-width: 767px) {
    .wrapper .modelsGatewayContainer .model .blockData.white ul li>a {
        color: #40b4e5
    }
}
.wrapper .modelsGatewayContainer .model .blockData.white ul li>a:hover {
    color: #333
}
.wrapper .modelsGatewayContainer .model .blockData.white ul li.modelTitle>a {
    color: #fff
}
@media (max-width: 767px) {
    .wrapper .modelsGatewayContainer .model .blockData.white ul li.modelTitle>a {
        color: #333
    }
}
.wrapper .modelsGatewayContainer .model .blockData.white ul li.modelTitle>a:hover {
    color: #333
}
.wrapper .modelsGatewayContainer .model .blockData.violet ul li>a {
    color: #fff
}
@media (max-width: 767px) {
    .wrapper .modelsGatewayContainer .model .blockData.violet ul li>a {
        color: #333
    }
}
.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
}
@media (max-width: 767px) {
    .wrapper .modelsGatewayContainer .model .blockData.violet ul li.modelTitle>a:hover {
        color: #32006e
    }
}
.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
}
@media (min-width: 1200px) {
    .wrapper .detailParallax .slide.parallax-slide {
        background-attachment: fixed
    }
}
.wrapper .detailParallax .slide.parallax-slide .img-slide {
    height: 0
}
.wrapper .detailParallax .slide.parallax-slide .slide-content {
    float: right !important
}
@media (max-width: 767px) {
    .wrapper .detailParallax .slide {
        height: auto !important;
        overflow: hidden;
        margin-bottom: 15px
    }
}
@media (max-width: 991px) {
    .wrapper .detailParallax .slide .img-slide {
        float: none !important;
        width: 100% !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%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .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%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        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%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 80%
    }
}
@media (max-width: 767px) {
    .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;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        width: auto
    }
}
.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
}
@media (max-width: 1280px) {
    .wrapper .detailParallax .slide .slide-content .arrow {
        display: none
    }
}
.wrapper .galleryFamily {
    margin-top: 15px
}
.wrapper .galleryFamily .bx-wrapper {
    margin: 0 auto
}
@media (max-width: 767px) {
    .wrapper .galleryFamily .bx-wrapper {
        margin-bottom: 30px
    }
}
.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
}
@media (max-width: 767px) {
    .wrapper .galleryFamily ul li .boxImg .imgCropped {
        height: auto;
        width: 90%
    }
}
.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);
    transform: translate(-50%, 0);
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1.45vw
}
@media (max-width: 767px) {
    .wrapper .galleryFamily ul li .descr {
        top: 5px;
        font-size: 1.1em
    }
}
.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%);
    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
}
@media (max-width: 767px) {
    .wrapper .galleryFamily ul li .blockData .title {
        font-size: 1.1em
    }
}
.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
}
@media (max-width: 767px) {
    .wrapper .galleryFamily ul li .blockData .linkButton {
        font-size: 0.7em;
        margin-top: 10px;
        line-height: 1
    }
}
.wrapper .socialClaimBig {
    background: #f1f1f1;
    padding: 30px 10px;
    text-align: center
}
@media (min-width: 768px) {
    .wrapper .socialClaimBig {
        padding: 80px 0px
    }
}
.wrapper .socialClaimBig .descr {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    line-height: 1;
    color: #666;
    font-size: 1.42857em
}
@media (min-width: 768px) {
    .wrapper .socialClaimBig .descr {
        font-size: 2.85714em
    }
}
.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: #6dcdb1;
    font-size: 1.14286em;
    text-transform: uppercase;
    margin-top: 25px
}
.wrapper .doYouVespaCarousel {
    background: #6dcdb1;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    position: relative
}
@media (max-width: 767px) {
    .wrapper .doYouVespaCarousel {
        padding-left: 10px;
        padding-right: 10px
    }
}
.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
}
@media (min-width: 768px) {
    .wrapper .doYouVespaCarousel .title h3 {
        font-size: 2.85714em
    }
}
.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
}
@media (max-width: 767px) {
    .wrapper .doYouVespaCarousel .bx-wrapper .bx-prev,
    .wrapper .doYouVespaCarousel .bx-wrapper .bx-next {
        margin-top: 40px
    }
}
.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 {
    -webkit-transform: scale(1.1);
    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
}
@media (max-width: 991px) {
    .wrapper .detailFamily {
        padding: 0 15px
    }
}
@media (min-width: 992px) {
    .wrapper .detailFamily {
        min-height: 685px
    }
}
.wrapper .detailFamily .blockData {
    max-width: 540px;
    width: 50%;
    overflow: hidden
}
@media (max-width: 991px) {
    .wrapper .detailFamily .blockData {
        max-width: 100%;
        width: 100%;
        margin-top: 30px
    }
}
.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
}
@media (min-width: 768px) {
    .wrapper .detailFamily .blockData .title {
        font-size: 2.85714em
    }
}
@media (max-width: 991px) {
    .wrapper .detailFamily .blockData .title {
        max-width: 100%
    }
}
.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
}
@media (min-width: 768px) {
    .wrapper .detailFamily .blockData .descr {
        font-size: 1.14286em
    }
}
@media (max-width: 991px) {
    .wrapper .detailFamily .blockData .descr {
        max-width: 100%;
        display: block !important
    }
}
.wrapper .detailFamily .blockData .closeThumb {
    opacity: 0;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #6dcdb1;
    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);
    transform: translate(-100%, 0)
}
.wrapper .detailFamily .blockData .thumb.visible {
    -webkit-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
}
@media (max-width: 767px) {
    .wrapper .detailFamily .blockData .thumb img {
        max-width: 30%;
        height: 30%
    }
}
.wrapper .detailFamily .blockData .claimCont {
    display: none;
    text-align: center;
    margin-top: 30px;
    -webkit-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);
    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);
    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
}
@media (max-width: 991px) {
    .wrapper .detailFamily .clickImg {
        position: relative;
        top: 0
    }
}
@media (min-width: 992px) {
    .wrapper .detailFamily .clickImg.visible {
        -webkit-transform: translate(5%, 0);
        transform: translate(5%, 0)
    }
}
@media (min-width: 1025px) {
    .wrapper .detailFamily .clickImg.visible {
        -webkit-transform: translate(5%, 0);
        transform: translate(5%, 0)
    }
}
@media (min-width: 1600px) {
    .wrapper .detailFamily .clickImg.visible {
        -webkit-transform: translate(5%, 0);
        transform: translate(5%, 0)
    }
}
@media (min-width: 1690px) {
    .wrapper .detailFamily .clickImg.visible {
        -webkit-transform: translate(25%, 0);
        transform: translate(25%, 0)
    }
}
.wrapper .detailFamily .clickImg .boxImg {
    overflow: hidden;
    padding: 30px 0
}
@media (max-width: 991px) {
    .wrapper .detailFamily .clickImg .boxImg img {
        width: 100%
    }
}
.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;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
.wrapper .detailFamily .clickImg .center {
    background: url(../img/plus-detail.png) no-repeat center center;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.wrapper .detailFamily .clickImg .back {
    background: url(../img/plus-detail.png) no-repeat center center;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
.wrapper .detailFamily .clickImg .bgDetail {
    background: url(../img/modelos/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
}
@media (min-width: 992px) {
    .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
    }
}
@media (max-width: 991px) {
    .wrapper .detailFamily .clickImg.visible .bgDetail {
        opacity: 0;
        z-index: 10
    }
}
.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;*/
    background: #fff;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 30px
}
.wrapper .product.default {
    display: block
}
.wrapper .product .left {
    float: left;
    width: 60%;
    margin-top: 30px;
    margin-right: 5%;
    padding: 0 5%;
    position: relative
}
@media (max-width: 767px) {
    .wrapper .product .left {
        margin-top: 100px
    }
}
@media (max-width: 991px) {
    .wrapper .product .left {
        float: none;
        width: 100%
    }
}
@media all and (min-width: 992px) and (max-width: 1024px) {
    .wrapper .product .left {
        width: 59%;
        margin-right: 2%
    }
}
.wrapper .product .right {
    float: right;
    width: 30%;
    margin-top: 5%;
    margin-right: 5%
}
@media (max-width: 991px) {
    .wrapper .product .right {
        float: none;
        width: 100%;
        padding: 0 5%
    }
}
@media all and (min-width: 992px) and (max-width: 1024px) {
    .wrapper .product .right {
        width: 37%;
        margin-right: 2%
    }
}
.wrapper .product .customLabel {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: .92857em;
    color: #666;
    text-transform: uppercase
}
.wrapper .product .customLabel .smallestFont {
    font-size: .71429em
}
.wrapper .product .priceContent {
    float: left
}
.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 .legal {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 0.8em;
    line-height: 1.6em;
    list-style: disc;
    color: #999;
    margin: 5em 0 0 -2em 
}

@media (max-width: 991px) {
    .wrapper .product .rataContent {
        margin-left: 0;
        float: right
    }
}
.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: 20px
}
.wrapper .product .attributes.colors li {
    display: inline-block;
    margin-right: 15px;
    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.selected:before,
.wrapper .product .attributes.colors li .color_pick:hover:before {
    background: #cbcbcb;
    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;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 5px
}
.wrapper .product .attributes.series li {
    position: relative;
    min-height: 30px
}
@media (min-width: 768px) {
    .wrapper .product .attributes.series li {
        float: left;
        width: 50%
    }
}
.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;
    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
}
/* NEW */
.wrapper .product figure img {
    width: 100%;
}
.wrapper .product .thumbnails {
    width: auto;
    margin: auto
}
.wrapper .product .thumbnails li {
    float: left
}
.wrapper .product .thumbnails img {
    display: inline-block;
    margin-right: 15px;
    margin-top: 10px;
    position: relative;
    width: 10em;
    height: auto
}
/* End NEW */
.wrapper .product .customButtons {
    margin-top: 25px
}
.wrapper .product .customButtons a,
.wrapper .hero .buttonModel {
    display: inline-block;
    width: auto;
    padding: 0 1.5em;
    margin-bottom: 1.5em;
    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: #6dcdb1;
    font-size: 1em;
    background: #f1f1f1;
    float: left;
    margin-right: 2em;
    box-shadow: 4px 4px 0px 0px #ccc
}
@media (max-width: 350px) {
    .wrapper .product .customButtons a.buttonConfig {
        float: none
    }
}
.wrapper .product .customButtons a.buttonConfig:hover {
    box-shadow: 3px 3px 0px 0px #ccc;
    margin-top: 1px;
    margin-left: 1px
}
.wrapper .product .customButtons a.buttonCompare,
.wrapper .hero a.buttonModel {
    color: #fff;
    font-size: 1em;
    background: #6dcdb1;
    float: left;
    box-shadow: 4px 4px 0px 0px #c1e1d7
}
.wrapper .product .customButtons a.buttonCompare:hover,
.wrapper .hero a.buttonModel:hover {
    box-shadow: 3px 3px 0px 0px #c1e1d7;
    margin-top: 1px;
    margin-left: 1px
}
@media (max-width: 767px) {
    .wrapper .product .customButtons a.buttonCompare {
        float: none;
        margin-bottom: 20px;
        margin-right: 20px
    }
}
.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
}
@media (max-width: 767px) {
    .wrapper .product .icon360 {
        left: 50%;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        min-height: 75px
    }
}
.wrapper .product .icon360 span {
    display: block;
    text-transform: uppercase;
    font-size: .85714em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #6dcdb1
}
.wrapper .product .icon360 span.load {
    -webkit-animation-iteration-count: infinite;
    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
}
@media (max-width: 767px) {
    .wrapper .modelSpec .title {
        font-size: 2.5em;
        margin-bottom: 20px
    }
}
@media (min-width: 992px) {
    .wrapper .modelSpec .title {
        margin-bottom: 60px
    }
}
.wrapper .modelSpec .blockData {
    display: none
}
.wrapper .modelSpec .blockData.default {
    display: block
}
.wrapper .modelSpec .blockData.spec {
    text-align: right;
    margin-top: 25px
}
@media (max-width: 767px) {
    .wrapper .modelSpec .blockData.spec {
        text-align: left
    }
}
.wrapper .modelSpec .blockData.spec ul {
    margin-left: 0;
    margin-right: 25px
}
@media (max-width: 991px) {
    .wrapper .modelSpec .blockData.spec ul {
        margin: 0 auto 20px
    }
}
.wrapper .modelSpec .blockData ul {
    margin-left: 25px
}
@media (max-width: 991px) {
    .wrapper .modelSpec .blockData ul {
        display: table;
        margin: 0 auto 20px
    }
}
.wrapper .modelSpec .blockData ul li {
    margin-bottom: 35px;
    line-height: 1
}
.wrapper .modelSpec .blockData ul li:last-child {
    margin-bottom: 0
}
.wrapper .modelSpec .tableData {
    margin: 20px auto;
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    color: #666;
    border-top: 1px solid #ccc;
}
.wrapper .modelSpec .tableData tr {
    border-bottom: 1px solid #ccc
}
.wrapper .modelSpec .tableData th {
    font-weight: 300;
    padding: 0.5em 0.5em 0.5em 0;
}
.wrapper .modelSpec .tableData td {
    font-weight: 100;
    padding: 0.5em 0 0.5em 0.5em;
}
@media (max-width: 991px) {
    .wrapper .modelSpec .blockData ul li {
        display: inline-block;
        margin: 10px 20px
    }
}
.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: 2.85714em;
    color: #333
}
@media (max-width: 991px) {
    .wrapper .modelSpec .blockData ul li .data {
        font-size: 1.42857em
    }
}
.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 {
    background: #40b4e5;
    overflow: hidden;
    padding: 40px 40px 70px
}
@media (max-width: 767px) {
    body.model .wrapper .textContainer {
        padding: 40px 20px 40px
    }
}
body.model .wrapper .textContainer .bordoStorto {
    width: 0;
    height: 0;
    border-bottom: 15px solid #40b4e5;
    top: -15px;
    left: 15px;
    position: absolute
}
@media (max-width: 991px) {
    body.model .wrapper .textContainer .bordoStorto {
        display: none
    }
}
@media (min-width: 991px) {
    body.model .wrapper .textContainer .textContentModel {
        width: 35%;
        float: left
    }
}
body.model .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 {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #fff
}
@media (max-width: 767px) {
    body.model .wrapper .textContainer .boxTextContent {
        display: table;
        margin: 0 auto
    }
}
@media (max-width: 991px) {
    body.model .wrapper .textContainer .boxTextContent {
        display: table;
        margin: 40px auto 0
    }
}
@media (min-width: 991px) {
    body.model .wrapper .textContainer .boxTextContent {
        width: 65%;
        float: right
    }
}
body.model .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 {
    margin-right: 30px
}
@media (max-width: 767px) {
    body.model .wrapper .textContainer .boxTextContent .box:last-child {
        margin-right: 0
    }
}
@media (max-width: 767px) {
    body.model .wrapper .textContainer .boxTextContent .box {
        margin-top: 20px;
        margin-left: 0 !important;
        float: none
    }
}
@media (max-width: 1024px) {
    body.model .wrapper .textContainer .boxTextContent .box {
        width: 255px;
        height: 255px
    }
    body.model .wrapper .textContainer .boxTextContent .box:last-child {
        margin-left: 20px
    }
}
body.model .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 {
    font-size: .92857em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    display: block;
    margin-top: 20px
}
body.model .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 {
    color: #ffd100
}
body.model .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
}
@media (max-width: 1024px) {
    body.model .wrapper .textContainer .boxTextContent .box:last-child .linkButton:after {
        right: -95px
    }
}
.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%;
    -webkit-transform: translate(-50%, 0);
    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
}
@media (max-width: 767px) {
    .wrapper .comparator .colCompare {
        padding-left: 10px;
        padding-right: 10px
    }
}
.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
}
@media (max-width: 767px) {
    .wrapper .comparator .colCompare.default {
        border-left: 0
    }
    .wrapper .comparator .colCompare.default:before,
    .wrapper .comparator .colCompare.default:after {
        width: 0;
        height: 0
    }
}
.wrapper .comparator .colCompare.fourth .moreProductCont,
.wrapper .comparator .colCompare.first .moreProductCont {
    display: none
}
.wrapper .comparator .colCompare .moreProductCont {
    margin-top: -80px
}
@media (max-width: 991px) {
    .wrapper .comparator .colCompare .moreProductCont {
        margin-top: -60px
    }
}
@media (max-width: 767px) {
    .wrapper .comparator .colCompare .moreProductCont {
        margin-top: -200px
    }
}
.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
}
@media (max-width: 991px) {
    .wrapper .comparator .colCompare .moreProductCont .moreProduct {
        width: 120px;
        height: 120px
    }
}
.wrapper .comparator .colCompare .moreProductCont .moreProduct .dataCont {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -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
}
@media (min-width: 768px) {
    .wrapper .comparator .colCompare .productCompare .linkButton {
        margin-left: 10px;
        margin-right: 10px
    }
}
.wrapper .comparator .colCompare .productCompare .linkButton:hover {
    color: #c2002f
}
.wrapper .comparator .dataModel {
    position: relative
}
@media (max-width: 1199px) {
    .wrapper .comparator .dataModel .remove-model {
        text-align: center;
        margin-bottom: 5px
    }
}
@media (min-width: 1200px) {
    .wrapper .comparator .dataModel .remove-model {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer
    }
}
.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
}
@media (min-width: 768px) {
    .wrapper .comparator .fuelSpeed ul {
        margin-left: 10px
    }
}
.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
}
@media (max-width: 991px) {
    .wrapper .comparator .fuelSpeed ul li .data {
        font-size: 1.42857em
    }
}
@media (min-width: 768px) {
    .wrapper .comparator .engine ul,
    .wrapper .comparator .vehicle ul,
    .wrapper .comparator .dimensions ul {
        margin-left: 10px
    }
}
.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%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    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%);
    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,
.wrapper .rowForm {
    margin-top: 30px
}
.wrapper .storyTimeline,
.wrapper .contactForm {
    max-width: 1082px;
    margin: 0 auto
}
.wrapper .rowThankyou {
    margin: 30px 0 100px 0
}
@media (min-width: 768px) {
    .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
    }
}
.wrapper .storyTimeline>li {
    overflow: hidden;
    position: relative;
    padding-bottom: 80px;
    min-height: 350px
}
@media (min-width: 768px) {
    .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 .text {
    padding: 0 22px;
    margin-top: 10px
}
@media (max-width: 767px) {
    .wrapper .storyTimeline>li .text {
        display: block
    }
}
.wrapper .storyTimeline>li .text h3 {
    margin: 0;
    font-size: 1.42857em;
    color: #40b4e5;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700
}
@media (max-width: 767px) {
    .wrapper .storyTimeline>li .text h3 {
        text-align: center
    }
}
.wrapper .storyTimeline>li .text .year {
    display: block;
    color: #40b4e5;
    font-size: 5.71429em;
    font-family: "VinylOT", sans-serif;
    line-height: 1
}
@media (max-width: 767px) {
    .wrapper .storyTimeline>li .text .year {
        text-align: center
    }
}
.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,
.wrapper .storyTimeline>li .boxImg iframe {
	width: 100%;
	position: absolute;
}

@media (min-width: 768px) {
    .wrapper .storyTimeline>li .boxImg {
        padding: 0 22px;
        margin-top: 0;
        box-sizing: border-box;
    }
    
    .wrapper .storyTimeline>li .boxImg img,
    .wrapper .storyTimeline>li .boxImg iframe {
	    left: 22px;
	    width: calc(100% - 44px);
    }
}

@media (max-width: 767px) {
	.wrapper .storyTimeline>li .boxImg {
		height: 53vw;
	}
    .wrapper .rowYears {
        display: none
    }
}
.wrapper .rowYears.fixed {
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: calc(100% - 30px)
}
@media (max-width: 991px) {
    .wrapper .rowYears.fixed {
        width: calc(100% + 30px)
    }
}
.wrapper .rowYears .years {
    background: #6dcdb1
}
.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
}
@media (max-width: 991px) {
    .wrapper .dealersFilter {
        margin-top: 50px
    }
}
.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 #6dcdb1 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: #6dcdb1 transparent transparent transparent;
    top: 10px
}
.wrapper .dealersFilter .filterList {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    color: #6dcdb1;
    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;
    border-radius: 0
}
.wrapper .dealersFilter .filterList::-ms-expand {
    display: none
}
.wrapper .dealersFilter .filterList:focus {
    border: none;
    outline: 0;
    box-shadow: none;
    border-bottom: 2px solid
}
.wrapper .dealersFilter .filterList option {
    padding: 0;
    margin: 0
}
.wrapper #map {
    height: 630px;
    width: 70%;
    float: right;
    margin-top: 25px
}
body.dealerDetail .wrapper #map {
    width: 100%
}
@media (max-width: 991px) {
    .wrapper #map {
        width: 100%;
        float: none;
        height: 300px
    }
}
.wrapper #map .labels {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.35714em;
    -webkit-transform: translate(-52%, -136%);
    transform: translate(-52%, -136%)
}
.wrapper .dealersList {
    height: 630px;
    width: 30%;
    float: left;
    margin-top: 25px;
    background: #eaeaea;
    overflow-y: hidden;
    position: relative;
    cursor: pointer;
}
@media (max-width: 991px) {
    .wrapper .dealersList {
        width: 100%;
        float: none;
        height: 300px
    }
}
.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
}
@media (max-width: 767px) {
    .wrapper .dealersList li {
        margin-right: 15px
    }
}
.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;
    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: #6dcdb1
}
.wrapper .dealersList li:hover .number,
.wrapper .dealersList li.selected .number {
    background: #6dcdb1
}
.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;
    border-radius: 0
}
.wrapper .dealersList .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 7px;
    background: #40b4e5;
    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
}
@media (max-width: 767px) {
    .wrapper .searchMap input {
        width: 85%
    }
}
.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: #6dcdb1
}
.wrapper .linkDealersType:after {
    content: '»';
    position: absolute;
    top: -1px;
    margin-left: 10px
}
@media (max-width: 767px) {
    .wrapper .backMap {
        padding: 10px 12px
    }
}
@media (min-width: 768px) {
    .wrapper .backMap {
        position: absolute;
        top: 0;
        left: 12px;
        z-index: 1
    }
}
.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: #6dcdb1
}
.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
}
@media (min-width: 992px) {
    .wrapper .dataDealer .address,
    .wrapper .dataDealer .contact,
    .wrapper .dataDealer .services {
        min-height: 185px;
        padding: 23px 30px 23px 80px
    }
}
.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%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
@media (max-width: 991px) {
    .wrapper .dataDealer .address .iconBox {
        display: none
    }
}
.wrapper .dataDealer .address .boxImg {
    width: 100%;
    height: 40px;
    margin-top: 20px
}
@media (min-width: 992px) {
    .wrapper .dataDealer .contact {
        padding-top: 45px;
        padding-right: 40px;
        padding-left: 30px
    }
}
.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: #6dcdb1
}
.wrapper .dataDealer .contact .iconBox {
    position: absolute;
    top: 50%;
    right: -40px;
    background: #f1f1f1;
    padding: 20px 20px 24px 20px;
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
@media (max-width: 991px) {
    .wrapper .dataDealer .contact .iconBox {
        display: none
    }
}
@media (min-width: 992px) {
    .wrapper .dataDealer .services {
        padding: 45px 80px
    }
}
.wrapper .dataDealer .services .iconBox {
    position: absolute;
    top: 50%;
    left: -40px;
    background: #f1f1f1;
    padding: 20px 20px 24px 20px;
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
@media (max-width: 991px) {
    .wrapper .dataDealer .services .iconBox {
        display: none
    }
}
.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 {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3)
}
.wrapper .boxRoute {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    padding: 20px;
    width: 280px
}
@media (max-width: 991px) {
    .wrapper .boxRoute {
        margin: 0 auto 25px;
        display: table
    }
}
@media (min-width: 992px) {
    .wrapper .boxRoute {
        position: absolute;
        top: 30px;
        left: 30px;
        z-index: 1
    }
}
.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: #6dcdb1;
    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
}
@media (min-width: 992px) {
    .wrapper .relatedDealers ul {
        padding: 0 50px
    }
}
.wrapper .relatedDealers ul li {
    text-transform: uppercase;
    line-height: 18px;
    color: #333
}
@media (min-width: 992px) {
    .wrapper .relatedDealers ul li:not(:first-of-type) {
        border-left: 1px solid #c1c1c1
    }
}
.wrapper .relatedDealers ul li .moreDealer {
    margin: 0 0 25px 0;
    position: relative
}
@media (min-width: 992px) {
    .wrapper .relatedDealers ul li .moreDealer {
        margin: 0 25px
    }
}
.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: #6dcdb1
}
.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%);
    transform: translate(0, -50%)
}
.wrapper .blocksContainer {
    overflow: hidden;
    max-width: calc(371px *3);
    margin: 40px auto 107px;
    float: none
}
@media all and (min-width: 768px) and (max-width: 1023px) {
    .wrapper .blocksContainer {
        max-width: 672px
    }
}
.wrapper .blocksContainer .block {
    float: left;
    width: 361px;
    height: 361px;
    padding: 12.5px
}
@media (max-width: 1024px) {
    .wrapper .blocksContainer .block {
        width: 321px;
        height: 321px;
        padding: 2px
    }
}
@media (max-width: 767px) {
    .wrapper .blocksContainer .block {
        width: 100%;
        height: auto;
        padding: 12px 0
    }
}
.wrapper .blocksContainer .block .blockData {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 28px 20px 0;
    text-align: center;
    position: relative
}
@media (max-width: 767px) {
    .wrapper .blocksContainer .block .blockData {
        padding: 28px 20px
    }
}
.wrapper .blocksContainer .block .blockData .icon {
    width: 84px;
    height: 84px;
    margin: 0 auto
}
@media (max-width: 1024px) {
    .wrapper .blocksContainer .block .blockData .icon {
        width: 55px;
        height: 55px
    }
}
.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: #6dcdb1;
    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);
    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
}
@media (max-width: 767px) {
    .wrapper .blocksContainer .block .blockData .linkButton {
        position: relative;
        bottom: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        display: table;
        margin: 20px auto 0
    }
}
@media (max-width: 1024px) {
    .wrapper .blocksContainer .block .blockData .linkButton {
        font-size: .78571em
    }
}
.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
}
@media (max-width: 767px) {
    .wrapper .newsList .item {
        border-top: 1px solid #d2d2d2;
        padding-top: 20px
    }
}
@media (min-width: 768px) {
    .wrapper .newsList .item {
        height: 420px;
        margin-bottom: 50px
    }
    .wrapper .newsList .item:hover {
        cursor: pointer
    }
}
.wrapper .newsList .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #6dcdb1;
    -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
}
@media (min-width: 768px) {
    .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
    }
}
@media (min-width: 768px) and (min-width: 768px) {
    .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-img {
    overflow: hidden;
    position: relative;
    max-width: 194px;
    max-height: 194px
}
@media (max-width: 767px) {
    .wrapper .newsList .item .box-img {
        display: none;
        margin: 0 auto
    }
}
.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
}
@media (max-width: 767px) {
    .wrapper .newsList .item .box-product .asset-title {
        margin-bottom: 10px
    }
}
@media (min-width: 768px) {
    .wrapper .newsList .item .box-product .asset-title {
        min-height: 55px
    }
}
.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
}
@media (max-width: 767px) {
    .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
    }
}
@media (min-width: 768px) {
    .wrapper .newsList .item .box-product .footer {
        opacity: 0;
        position: absolute;
        top: 50px;
        left: 50%;
        -webkit-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: #6dcdb1
    }
}
.wrapper .newsList li.evidenza {
    position: relative;
    z-index: 0;
    margin-bottom: 25px
}
@media (max-width: 767px) {
    .wrapper .newsList li.evidenza {
        padding-bottom: 10px
    }
}
@media (min-width: 768px) {
    .wrapper .newsList li.evidenza {
        height: 420px;
        margin-bottom: 50px
    }
}
.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 #6dcdb1;
    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,
.wrapper .newsContent li {
    font-size: .92857em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #333;
    margin-bottom: 1em
}
.wrapper .newsContent p strong {
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}
.wrapper .newsContent p small {
    font-size: .78571em
}
.wrapper .newsContent ol ol li {
    list-style-type: lower-roman;
    counter-increment: section
}
.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: #6dcdb1
}
.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
}
@media (max-width: 767px) {
    .wrapper .containerListing .colFilter {
        margin-left: 15px;
        margin-right: 15px
    }
}
.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
}
@media (min-width: 992px) {
    .wrapper .containerListing .catLabel .fa {
        display: none
    }
}
.wrapper .containerListing .priceFilter {
    margin: 30px 28px 16px
}
.wrapper .containerListing .catList {
    margin: 10px 20px;
    border-top: 1px solid #e6e6e6;
    padding-top: 8px
}
@media (max-width: 991px) {
    .wrapper .containerListing .catList {
        display: none;
        width: calc(100% - 40px);
        overflow: hidden
    }
}
.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
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .wrapper .containerListing .filterFamily .selectFamily {
        font-size: .71429em
    }
}
.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
}
@media (max-width: 767px) {
    .wrapper .containerListing .numItem {
        display: none
    }
}
@media (max-width: 991px) {
    .wrapper .containerListing .numItem {
        margin-top: 50px
    }
}
.wrapper .containerListing .sorting {
    margin-right: 35px
}
@media (max-width: 991px) {
    .wrapper .containerListing .sorting {
        margin-right: 40px;
        margin-top: 50px
    }
}
.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 #6dcdb1 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: #6dcdb1 transparent transparent transparent;
    top: 10px
}
.wrapper .containerListing .sorting .sortList {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    color: #6dcdb1;
    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;
    border-radius: 0
}
.wrapper .containerListing .sorting .sortList::-ms-expand {
    display: none
}
.wrapper .containerListing .sorting .sortList:focus {
    border: none;
    outline: 0;
    box-shadow: none;
    border-bottom: 2px solid
}
.wrapper .containerListing .sorting .sortList option {
    padding: 0;
    margin: 0
}
@media (min-width: 768px) {
    .wrapper .containerListing .colListing {
        padding-left: 0;
        padding-right: 0
    }
}
.wrapper .containerListing .listItems {
    margin-top: 20px;
    overflow: hidden
}
.wrapper .containerListing .listItems .item {
    display: none;
    margin-bottom: 30px
}
@media (min-width: 768px) {
    .wrapper .containerListing .listItems .item:hover {
        cursor: pointer
    }
    .wrapper .containerListing .listItems .item:hover .footer {
        opacity: 1 !important;
        z-index: 2 !important
    }
}
.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
}
@media (max-width: 1280px) {
    .wrapper .containerListing .listItems .item .box-product h3 {
        padding: 5px 25px 0
    }
}
@media (max-width: 1024px) {
    .wrapper .containerListing .listItems .item .box-product h3 {
        padding: 15px 15px 0
    }
}
@media (max-width: 991px) {
    .wrapper .containerListing .listItems .item .box-product h3 {
        padding: 5px 10px 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
}
@media (max-width: 767px) {
    .wrapper .containerListing .listItems .item .box-product .oldPrice {
        padding: 0 10px
    }
}
.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: #6dcdb1
}
@media (max-width: 991px) {
    .wrapper .containerListing .listItems .item .box-product .newPrice {
        padding: 15px 0
    }
}
@media (max-width: 767px) {
    .wrapper .containerListing .listItems .item .box-product .footer {
        display: none !important
    }
}
@media (min-width: 768px) {
    .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%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 116px
    }
}
.wrapper .containerListing .moreItems {
    display: none;
    margin: 0 auto 60px;
    background: url(../img/more-search-icon.png) no-repeat center 45px #6dcdb1;
    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
}
@media (max-width: 767px) {
    .wrapper .backListing {
        margin-top: 30px
    }
}
.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: #6dcdb1
}
.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
}
@media (min-width: 991px) {
    .wrapper .productDetail .imagesContent .thumbContainer .bx-wrapper .bx-prev {
        left: -30px
    }
}
.wrapper .productDetail .imagesContent .thumbContainer .bx-wrapper .bx-next {
    background: url(../img/arrow-gamma-dx.png);
    right: -15px
}
@media (min-width: 991px) {
    .wrapper .productDetail .imagesContent .thumbContainer .bx-wrapper .bx-next {
        right: -30px
    }
}
.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
}
@media (max-width: 991px) {
    .wrapper .productDetail .dataContent .prodDescr {
        margin: 20px 10px 0 10px
    }
}
.wrapper .productDetail .codeProduct {
    margin: 5px 110px 0 40px;
    font-size: 1em;
    text-transform: uppercase
}
@media (max-width: 991px) {
    .wrapper .productDetail .codeProduct {
        margin: 5px 10px 0 10px
    }
}
.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
}
@media (max-width: 991px) {
    .wrapper .productDetail .attributes {
        margin: 20px 10px 0 10px
    }
}
.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
}
@media (max-width: 991px) {
    .wrapper .productDetail .priceContent {
        margin: 20px 10px 0 10px
    }
}
.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
}
@media (max-width: 991px) {
    .wrapper .productDetail .socialButton {
        margin: 20px 10px 0 10px
    }
}
.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
}
@media (max-width: 767px) {
    .wrapper .relatedContainer .title {
        line-height: 1;
        font-size: 2.14286em
    }
}
.wrapper .relatedContainer .related {
    overflow: hidden
}
.wrapper .relatedContainer .related .item {
    display: none;
    margin-bottom: 30px
}
@media (min-width: 768px) {
    .wrapper .relatedContainer .related .item:hover {
        cursor: pointer
    }
    .wrapper .relatedContainer .related .item:hover .footer {
        opacity: 1 !important;
        z-index: 2 !important
    }
}
.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
}
@media (max-width: 1280px) {
    .wrapper .relatedContainer .related .item .box-product h3 {
        padding: 5px 25px 0
    }
}
@media (max-width: 1024px) {
    .wrapper .relatedContainer .related .item .box-product h3 {
        padding: 15px 15px 0
    }
}
@media (max-width: 991px) {
    .wrapper .relatedContainer .related .item .box-product h3 {
        padding: 5px 10px 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
}
@media (max-width: 991px) {
    .wrapper .relatedContainer .related .item .box-product .oldPrice {
        padding: 0 10px
    }
}
.wrapper .relatedContainer .related .item .box-product .newPrice {
    display: block;
    text-align: center;
    margin-top: 25px;
    padding: 5px 35px 0;
    color: #6dcdb1;
    font-size: 1.42857em;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}
@media (max-width: 991px) {
    .wrapper .relatedContainer .related .item .box-product .newPrice {
        padding: 15px 10px 0
    }
}
.wrapper .relatedContainer .related .item .box-product .onlyStore {
    font-size: .71429em;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #6dcdb1;
    text-align: center;
    display: block
}
@media (max-width: 767px) {
    .wrapper .relatedContainer .related .item .box-product .footer {
        display: none !important
    }
}
@media (min-width: 768px) {
    .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%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 116px
    }
}
.widthSelector {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    color: #6dcdb1;
    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
}
@media (max-width: 767px) {
    footer .menuFooter>nav>ul {
        display: block;
        margin: 0
    }
}
footer .menuFooter>nav>ul>li {
    float: left;
    padding: 0 15px
}
@media (max-width: 767px) {
    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 {
    font-size: .78571em;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
    margin-bottom: 0
}
@media (max-width: 767px) {
    footer .menuFooter>nav>ul>li h2 {
        padding: 0 15px;
        border: 0;
        float: left
    }
}
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: #6dcdb1
}
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: #6dcdb1
}
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
}
@media (min-width: 768px) {
    footer .logosFooter {
        border-top: 1px solid #e6e6e6
    }
}
footer .logosFooter .footerLogos {
    display: table;
    margin: 0 auto
}
@media (min-width: 768px) {
    footer .logosFooter .footerLogos>div {
        float: left;
        margin: 0 20px
    }
}
@media (max-width: 767px) {
    footer .logosFooter .footerLogos>div {
        margin: 0 auto 40px !important;
        display: inherit
    }
}
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 #6dcdb1;
    border-radius: 50%
}
@media (max-width: 767px) {
    footer .socialFooter li {
        margin: 0
    }
}
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 0.35em;
    display: table
}
footer .dataFooter .menuTerms ul li {
    margin: 0 0 10px 0
}
@media (min-width: 768px) {
    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
    }
}
footer .dataFooter .menuTerms ul li h2,
footer .dataFooter p {
    font-size: .71429em;
    margin: 0
}
footer .dataFooter .menuTerms ul li h2 a,
footer .dataFooter p {
    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
}
@media (max-width: 767px) {
    #searchBox .topContainer {
        height: 55px
    }
}
#searchBox .logoSearch {
    position: fixed;
    top: 45px;
    left: 50%;
    max-width: 100px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}
@media (max-width: 767px) {
    #searchBox .logoSearch {
        top: 15px
    }
}
#searchBox .closeSearch {
    position: fixed;
    top: 50px;
    right: 30px;
    cursor: pointer;
    width: 29px;
    height: 29px
}
@media (max-width: 767px) {
    #searchBox .closeSearch {
        top: 15px;
        right: 15px
    }
}
#searchBox .container {
    margin-top: 95px
}
@media (max-width: 767px) {
    #searchBox .container {
        margin-top: 55px
    }
}
#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
}
@media (max-width: 767px) {
    #searchBox .container .searchHint {
        margin-top: 35px
    }
}
#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);
    transform: translate(-50%, 0)
}
@media (max-width: 767px) {
    #searchBox .container input {
        width: 290px;
        font-size: 2.14286em
    }
}
#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
}
@media (max-width: 767px) {
    #searchBox .container .row.searchResults .results {
        padding: 0 15px
    }
}
#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: #6dcdb1
}
#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 #6dcdb1;
    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;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 2
}
@media (min-width: 992px) {
    .cd-top {
        display: none
    }
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-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
}
@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 60px
    }
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px
    }
}
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);
    -webkit-transition-delay: .5s;
    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
}
@media (max-width: 991px) {
    .cookie-banner {
        left: 0;
        right: 0
    }
}
.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: #6dcdb1;
    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: #6dcdb1;
    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);
    transform: translate(-50%, 0)
}
@media (max-width: 991px) {
    .iframe-holder iframe {
        width: 95%
    }
}
.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;
    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
}
@media (max-width: 991px) {
    .iframe-close {
        width: 95%
    }
}
.iframe-close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1
}
.container404 {
    display: -webkit-box;
    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
}
@media (min-width: 768px) {
    .cont404 .blockData {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}
.cont404 .logoNotFound {
    width: 176px;
    height: 61px
}
@media (max-width: 767px) {
    .cont404 .logoNotFound {
        display: none
    }
}
.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
}
