/* btn action */
body {
  opacity: 1;
}
.btn-action {
  background-color: #003c4a;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;

  font-family: inherit;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  border: 0 none transparent;
  font-size: 100%;
  padding: 0.5em 1.5em;
  text-decoration: none;

  box-sizing: border-box;
  border: 0 solid transparent;
  color: #fff;
  border-radius: 1px;
  height: 52px;
  padding: 15px 20px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  font-size: 18px;
  line-height: 1.33;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

/* car range */

@media (min-width: 560px) {
  .CarRange-title {
    white-space: pre-wrap !important;
    overflow: visible !important;
    height: 80px !important;
  }
  .carrange {
    padding-top: 40px !important;
  }
}
@media (max-width: 560px) {
  .CarRange-title {
    white-space: pre-wrap !important;
    overflow: visible !important;
    height: 120px !important;
  }
}
@media (max-width: 375px) {
  .CarRange-title {
    white-space: pre-wrap !important;
    overflow: visible !important;
    height: 92px !important;
  }
}
@media (max-width: 320px) {
  .CarRange-title {
    white-space: pre-wrap !important;
    overflow: visible !important;
    height: 80px !important;
  }
}

/* new model */

.new_model::after {
  content: "Nuova";
  padding: 0px 16px;
  background-color: #1b1b1b;
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  margin-left: 32px;
  margin-top: 4px;
  font-family: CupraRegular;
}

.new_model_mobile::after {
  content: "Nuova";
  padding: 3px 16px 4px 16px;
  background-color: #1b1b1b;
  position: relative;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  margin-left: 32px;
  font-family: CupraRegular;
}

@media (min-width: 764px) {
  .new_model_mobile::after {
    content: "Nuova";
    padding: 3px 16px 4px 16px;
    background-color: #1b1b1b;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    margin-left: 32px;
    font-family: CupraRegular;
    top: -5px;
  }
}

#models > .container-fluid > .row > .nav-section-list,
#offers > .container-fluid > .row > .nav-section-list {
  flex: 0 0 75% !important;
  max-width: 75% !important;
  direction: rtl !important;
}

#models > .container-fluid > .row > .nav-section-list > .section-title > .nav-section-link {
  direction: ltr !important;
}
#offers > .container-fluid > .row > .nav-section-list > .section-title > .nav-section-link {
  direction: ltr !important;
}

/* gallery article hero */

.gallery.section.article-hero {
  position: static;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
}
.gallery.section.article-hero > .gallery-module {
  margin-top: 0;
}

.gallery.section.article-hero .cont-module .cont-module-text {
  max-width: 560px;
  font-family: "CupraLight", serif;
}
.gallery.section.article-hero .cont-module .cont-module-text.color-white {
  color: #fff;
}
.gallery.section.article-hero .cont-module .cont-module-text.color-white p,
.gallery.section.article-hero .cont-module .cont-module-text.color-white .text {
  color: #fff;
}
.gallery.section.article-hero .cont-module .cont-module-text .subtitle {
  margin-top: 20px;
}
.gallery.section.article-hero .cont-module .cont-module-text .desc {
  margin-top: 30px;
}
.gallery.section.article-hero .cont-module .cont-module-text .cta-zone {
  margin-top: 30px;
}
.gallery.section.article-hero .cont-module .cont-module-text .cta {
  color: #fff;
}

.gallery.section.article-hero .cont-img img {
  max-height: none;
}

.gallery.section.article-hero .container-fluid.controls {
  overflow: visible;
}

.gallery.section.article-hero .cont-module .cont-module-text .subtitle,
.gallery.section.article-hero .cont-module .cont-module-text .desc {
  display: none;
}

@media (min-width: 1015px) {
  .gallery.section.article-hero .cont-module .cont-module-text .subtitle,
  .gallery.section.article-hero .cont-module .cont-module-text .desc {
    display: block;
  }
}

@media (min-width: 1436px) {
  .article-hero .cont-module {
    padding-left: 96px;
    padding-right: 96px;
  }
}

/* midfooter */

.midfooter .container-footer-auto {
  height: auto;
}

.midfooter .footer-copyright-auto {
  max-width: none;
}

.midfooter .footer-links div {
  margin-bottom: 20px;
}
.midfooter .footer-links a {
  display: inline-flex;
  align-items: center;
  font-family: "CupraLight", serif;
  font-size: 14px;
  line-height: 24px;
  color: #242221;
}
.midfooter .footer-links a img {
  position: relative;
  top: 1px;
  transform: rotate(90deg);
  margin-left: 8px;
}

@media (min-width: 1015px) {
  .midfooter .footer-links {
    display: flex;
    margin-left: 16px;
  }
  .midfooter .footer-links div {
    margin-bottom: 0;
  }
  .midfooter .footer-links div + div {
    margin-left: 80px;
  }
}

/* article cta */

.article-cta {
  margin-top: 40px;
}
.article-cta a.btnBlack-primary {
  color: #242221;
  border: 1px solid #242221;
  padding: 8px 16px;
  display: inline-block;
  min-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: pre;
  vertical-align: bottom;
  transition: none;
  font-family: CupraMedium, serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 24px;
  width: 100%;
  text-decoration: none;
}
.article-cta a.btnBlack-primary:hover {
  border: 1px solid rgba(36, 34, 33, 0.6);
  color: rgba(36, 34, 33, 0.6);
  text-decoration: none;
}
.article-cta a.btnBlack-primary:active {
  border: 2px solid #242221;
  color: #242221;
}
@media (min-width: 764px) {
  .article-cta a.btnBlack-primary {
    font-size: 1.57068vw;
    line-height: 2.6178vw;
    width: auto;
  }
}
@media (min-width: 1016px) {
  .article-cta a.btnBlack-primary {
    font-size: 1.1811vw;
    line-height: 1.9685vw;
  }
}
@media (min-width: 1436px) {
  .article-cta a.btnBlack-primary {
    font-size: 16px;
    line-height: 26px;
  }
}

/* mosaic */

@media (min-width: 764px) {
  .headerLayout .headerStaticContentBoxContainer.fixHeight {
    height: 34.1623036649vw;
  }
}
@media (min-width: 1016px) {
  .headerLayout .headerStaticContentBoxContainer.fixHeight {
    height: 27.8543307087vw;
  }
}
@media (min-width: 1436px) {
  .headerLayout .headerStaticContentBoxContainer.fixHeight {
    height: 435px;
  }
}

/* two columns */

.container-image-car-range {
  position: relative;
  z-index: 100;
  pointer-events: none;
}

@media (min-width: 764px) {
  .two-columns.two-columns-car-range {
    padding-bottom: 50px;
    min-height: 0;
  }
  .two-columns.grid-70-30.horizontal-right .container-image-car-range .cont-img-car-range,
  .two-columns.grid-70-30.horizontal-left .container-image-car-range .cont-img-car-range {
    width: 100%;
  }
}

@media (max-width: 1435px) and (min-width: 1016px) {
  .two-columns.two-columns-car-range {
    padding-bottom: 100px;
  }
  .two-columns.grid-70-30.horizontal-left .container-image-car-range {
    display: flex;
    flex-direction: row-reverse;
  }
  .two-columns.grid-70-30.horizontal-right .container-image-car-range .cont-img-car-range,
  .two-columns.grid-70-30.horizontal-left .container-image-car-range .cont-img-car-range {
    width: 82.666666%;
  }
}

@media (min-width: 1436px) {
  .two-columns.grid-70-30.horizontal-left .container-image-car-range {
    width: 70%;
    display: flex;
    flex-direction: row-reverse;
  }
  .two-columns.grid-70-30.horizontal-left .container-image-car-range .cont-img-car-range {
    width: 82.666666%;
  }
  .two-columns.grid-70-30.horizontal-right .container-text-car-range,
  .two-columns.grid-70-30.horizontal-left .container-text-car-range {
    width: 60%;
    margin: 0;
    padding: 0;
    padding-top: 52px;
  }
  .two-columns.grid-70-30.horizontal-left .container-text-car-range .col-lg-7.col-xl-5 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .two-columns.grid-70-30 .container-text-car-range .description {
    max-width: 272px;
  }
}

/* form */

.article-hero-contacts-holder > .article-hero {
  margin-bottom: 0;
}

.container-form-holder {
  overflow: hidden;
}
.container-form-holder .container-fluid {
  width: 100%;
  max-width: 1436px;
  margin: auto;
  overflow: hidden;
}

#form-holder #wrapper {
  width: auto;
  margin: 0;
  padding-top: 45px;
  overflow: visible;
}
#form-holder #main {
  margin-left: auto;
  margin-right: auto;
}

/* tabs */

.secondarynav-tabs .whiteTheme {
  background: #fff;
  border-bottom: 1px solid #ededed;
}
.secondarynav-tabs .navbar-trigger {
  border-bottom-color: #fff;
}
.secondarynav-tabs .navbar-collapse {
  border-top: 1px solid #ededed;
}

@media (min-width: 1016px) {
  .secondarynav-tabs .navbar-collapse {
    border-top: none;
  }
  .secondarynav-tabs .navbar-nav .nav-item .nav-link {
    color: #242221;
  }
  .secondarynav-tabs .navbar-nav .nav-item .nav-link.active {
    font-family: CupraRegular, serif;
  }
}
@media (min-width: 1436px) {
  .container-body-tabs-nav {
    /*border-bottom: 20px solid #fff;*/
  }
  .secondarynav-tabs .secondarynav-tabs-container-fluid {
    max-width: 842px;
  }
  #form-holder #wrapper {
    margin: 0 auto;
    max-width: 1000px;
  }
}

/* richtext */

.richtext .p {
  font-family: "CupraLight", serif;
}
.two-columns .description .p {
  margin-bottom: 0;
}
/* notes */

.article-notes .richtext {
  max-width: 1016px;
}

/* gmap */

.cupra-gmap.findDealer {
  height: auto;
  padding-top: 76px;
  padding-bottom: 100px;
}
.cupra-gmap-canvas {
  height: 80vh;
  max-height: 733px;
  background: #ededed;
}
.cupra-gmap.findDealer .dealerInfoWrapper {
  position: static;
  display: block;
  width: auto;
  max-height: none;
  min-height: 0;
}
.cupra-gmap.findDealer .cupra-specialist {
  border-left: none;
}
.findDealer .dealerInfoWrapper .dealerInfoSkeleton .content {
  padding: 16px;
}
.findDealer .dealerInfoWrapper .dealerInfoSkeleton .content ul {
  padding-top: 24px;
}
.findDealer .dealerInfoWrapper .dealerInfoSkeleton .content ul li.vendita {
  background: url(../../etc/designs/cupra/main/img/fd-icon_car.svg) no-repeat 3px 7px;
}
.findDealer .dealerInfoWrapper .dealerInfoSkeleton .content ul li.service {
  background: url(../../etc/designs/cupra/main/img/fd-icon_services.svg) no-repeat 6px 6px;
}
.cupra-gmap.findDealer .dealerInfoWrapper .dealerInfoSkeleton .content ul li a {
  text-decoration: none;
}
.cupra-gmap.findDealer .dealerInfoWrapper .dealerInfoSkeleton .content ul li strong {
  font-family: CupraRegular, serif;
}
.cupra-gmap.findDealer .dealerInfoWrapper .dealerInfoSkeleton .content a.btn-action {
  display: block;
  height: 52px;
  min-height: 52px;
  padding: 15px 20px;
  margin-bottom: 0;
}
.cupra-gmap.findDealer .dealerInfoWrapper .dealerInfoSkeleton .content a.btn-action:hover {
  color: #fff;
}
.cupra-gmap.findDealer .dealerInfoWrapper .dealerInfoSkeleton .content h2 {
  margin-bottom: 0;
}
.cupra-gmap-item + .cupra-gmap-item {
  margin-top: 7px;
}
.cupra-gmap-item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}
.cupra-gmap-item-head > span {
  flex: 1;
  display: block;
  padding-right: 20px;
}
.cupra-gmap-item-head > img {
  transform-origin: center;
}
.cupra-gmap-item-head.active > img {
  transform: rotate(180deg);
}
.cupra-gmap-item-body {
  overflow: hidden;
}

@media (min-width: 1016px) {
  .cupra-gmap-grid {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .cupra-gmap-col-lx {
    width: 400px;
  }
  .cupra-gmap-col-rx {
    flex: 1;
    padding-left: 20px;
  }
  .cupra-gmap-canvas {
    position: relative;
    height: 100%;
    max-height: none;
  }
  .cupra-gmap.findDealer .dealerInfoWrapper .dealerInfoSkeleton .content {
    padding: 40px;
  }
}
.floatButton-img-cont > svg {
  fill: #fff;
}

.max-width-none{
  max-width: none !important;
}