.newcar .hidden {
  display: none;
}

.newcar section {
    background-repeat: no-repeat;  
    position: relative;
}

.newcar {
  background: #fff;
}


.newcar .wrapper {
  max-width: 1700px;
  padding: 50px 30px;
}

.newcar .full-wrapper {
  max-width: 100% !important;
  padding: 0 !important;
}

.newcar .wel-btn a {
  color: #001f50;
  font-size: 22px;
  padding-bottom: 6px;
  border-bottom: 2px solid #001f50;
  text-decoration: none;
}

.newcar .half-wrapper {
    max-width: 1700px !important;
}

.newcar .flex-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.newcar {
  position: relative;
}

.newcar a {
  color: #000;
  text-decoration: underline;
}

.newcar a:hover {
  color: #a1994f;
}

.newcar.t-center {
  text-align: center;
}

.newcar img {
  display: block;
  max-width: 100%;
}

.newcar .t-small {
  font-size: 12px;
}

.center-content {
  align-items: center;
}

.newcar .block-link {
  position: relative;
  margin-top: 50px;
    margin-bottom: 50px;
}

.newcar .block-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.newcar .img-crop {
  overflow: hidden;
}

.newcar .block-link img {
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.newcar .block-link:hover img {
  transform: scale(1.1);
}

.newcar .block-link:hover .wel-btn {
    color: #00b1eb;
    border-bottom: 2px solid #00b1eb;
}

.newcar .c-uneven h3 {
  font-family: 'vw-text';
  color: #001f50;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
}

.newcar .t-icons img {
  margin-bottom: 30px;
}

.newcar .a-btm {
  align-items: baseline;
}

.newcar.grey-bg {
   background-color: #f9f9f9;
}

.newcar.blk-bg {
   background-color: #000;
}


.newcar.blk-bg .nc-text-padding p, .newcar.blk-bg .nc-text-padding h3, .newcar.blk-bg .nc-text-padding h2, .newcar.blk-bg h2 {
   color: #fff;   
}

/* New Car Pages
   ========================================================================== */

.newcar h1, .newcar h2, .newcar h3 {
    color: #000;
    text-transform: initial;  
    margin: 0 0 10px;
}

.newcar h1, .newcar h2 {
    font-size: 24px;
    line-height: 1.2em;

    font-weight: 100;
}

.nc-banner-info h2 {
   font-weight: 600 !important;
}

.newcar h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
}

.nc-features h1 + h3 {
  margin-top: 0; 
  margin-bottom: 30px;
  text-align: center;
}


.newcar h1 span, .newcar h2 span, .newcar h3 span {
   font-weight: bold;
}

.newcar p {
    color: #000;
    margin: 20px 0;
    line-height: 1.6em;
}

.newcar .img-blk {
    align-items: flex-end;  
}

.newcar .img-txt-blk {
    align-items: center; 
}

.nc-text-padding {
    padding: 30px 30px;
    max-width: 1250px;
    width: 100%;
}



/* New Car Navigation
   ========================================================================== */


.nc-mobile-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #dadada;
  background: #000;
}

#newcar-btn {
  border: 0;
  color: #fff;
  background: #000;
  font-size: 24px;
  padding: 0;
}

.newcar-logo {
  padding: 5px 0;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}

.modelnav {
  background-color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}

.fixed-menu .modelnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.modelnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modelnav a {
  padding: 15px 20px;
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
}

.modelnav a:hover {
  color: rgba(255,255,255,.75);
  text-decoration: none;
}

.fixed-menu-nc .modelnav {
    position: fixed;
    width: 100%;
    top: 57px;
    left: 0;
    z-index: 1000;
}

.fixed-menu-nc .nc-mobile-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;  
}


@media(max-width: 1024px) {
  .modelnav {
    display: none;
  }

  .show-menu-nc .modelnav {
      display: block;
  }

  .modelnav .newcar-logo {
    display: none;
  }

  .modelnav ul {
    text-align: center;
  }


}

@media(min-width: 1024px) {
  .modelnav {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
  }

  .nc-mobile-menu {
    display: none;
  }

  
  .nc-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .nc-list {
    display: flex;
    justify-content: space-between;
  }

  .fixed-menu-nc .modelnav {
      top: 0px;
  }

}


/* Banner
   ========================================================================== */

.newcar .banner {
  position: relative;
  overflow: hidden;
}

.newcar .banner img {
  width: 100%;
}

.newcar .banner video {
  width: 100%;
  height: calc(100vh - 160px);
  object-fit: cover;
}   

.newcar .nc-banner-text {
  width: 100%;
  padding: 20px;
  line-height: 1.2;  
  font-size: 13px;   
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}

.newcar .nc-banner-text h1, .newcar .nc-banner-text h2, .newcar .nc-banner-text p {
  color: #fff !important;
  text-transform: capitalize;
  line-height: 1em;
  margin: 0;
}

.newcar .nc-banner-text h1 {
  margin-bottom: 0;
  font-weight: bold;
}

.newcar .nc-banner-text h2, .newcar .nc-banner-text p {
  font-weight: 100;
}

.newcar .nc-banner-text p {
  margin: 20px 0;
  font-size: 20px;
}

.newcar .nc-banner-text p span {
 font-weight: bold;
}

.newcar .logo-img {
    max-width: 300px;
    width: 100%;
    display: block;  
}

@media(min-width: 1024px) {

.newcar .banner video {
  height: calc(100vh - 230px)
}   

}



@media(min-width: 1200px) {

.newcar .banner video {
  height: calc(100vh - 290px)
}   

}

/* Banner 4 Points
   ========================================================================== */

.nc-banner-info .wrapper {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  border-bottom: 1px solid #dedede;
  text-align: center;
}

.nc-banner-info p {
  margin-bottom: 0;
}



/* Content Construct Tabs
   ========================================================================== */

.nc-icon-flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.nc-icon-flex > div {
  margin-right: 2%;
  margin-top: 2%;
  width: 49%;
  display: block;
}


.nc-icon {
  border: 1px solid #ccc;
  padding: 20px 10px;
  border-radius: 5px;
  text-align: center; 
  font-size: 34px;
  cursor: pointer;
}

.nc-icon.show, .nc-icon:hover {
  border-color: #a1994f;
  background-color: #a1994f;
  color: #fff;
}


.nc-text {
  display: none;
}

.nc-text.show {
  display: block;
}



@media(max-width: 500px) {

.nc-icon-flex > div:nth-child(2n) {
  margin-right: 0;
}

}

@media(min-width: 500px) and (max-width: 1399px) { 

.nc-icon-flex > div {
  width: 32%;
}

.nc-icon-flex > div:nth-child(3n) {
  margin-right: 0;
}

}

@media(min-width: 1400px) { 

.nc-icon-flex > div {
  width: 15%;
}

.nc-icon-flex > div:last-child {
  margin-right: 0;
}


}



/* Content Drop Down Tabs
   ========================================================================== */

.nc-dropdown {
  padding: 20px 0 15px;
  border-bottom: 2px solid #dfe4e8;
}

.nc-heading {
  cursor: pointer;
  margin-bottom: 5px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nc-heading svg {
  font-size: 25px;
}

.nc-heading:hover, .show .nc-heading, .nc-heading:hover svg {
  color: #a1994f;
}

.nc-hidden {
  max-height: 0;
  overflow: hidden;
}

.show .nc-hidden {
  max-height: 10000px;
  transition: all 4s ease;
  -moz-transition: all 4s ease;
  -ms-transition: all 4s ease;
  -webkit-transition: all 4s ease;
  -o-transition: all 4s ease;
}

@media(min-width: 1024px) and (max-width: 1500px) { 

.nc-img {
  height: 70vh;
  width: 100%;
  object-fit: cover;
}

}



/* New Car Pages - Bottom Quicklinks
   ========================================================================== */
.nc-links {
  overflow: hidden;
}

.nc-links a {
  text-decoration: none;
}

.newcar .nc-links h3 {
  font-size: 24px;
  margin-top: 20px;  
  font-weight: 100;
}

.nc-links:hover h3 {
  color: #a1994f;
}

.nc-zoom {
  overflow: hidden;
} 

.nc-links img {
  transition: transform 2s; /* Animation */
}


.nc-links:hover img {
 transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}



/* New Car Pages - Buttons
   ========================================================================== */

.newcar .btn-car, .newcar a.btn-car, .newcar .btn-car-banner, .newcar a.btn-car-banner { 
  color: #a1994f;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 25px;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease;
  margin-top: 0;
  border-radius: 25px;
  width: auto;
}

.newcar .btn-car, .newcar a.btn-car {
  max-width: 250px;
  width: 100%;
  background-color: #a1994f;
  border: 1px solid #a1994f;
  color: #fff;
}


.newcar .btn-car-banner, .newcar a.btn-car-banner {
  background-color: #fff;
}

.newcar .btn-car-banner:hover, .newcar a.btn-car-banner:hover, .newcar .btn-car:hover, .newcar a.btn-car:hover {
   background-color: transparent;
   border-color: #a1994f;
   color: #a1994f;
}

.nc-text-container {
  display: flex;
  justify-content: center;
  align-items: center; 
}


/* Gallery Grid - Masonary
   ========================================================================== */

.nc-gallery-grid-layout {
  columns: 340px;
  column-gap: 30px; 
  margin-top: 30px;
}

.nc-gallery-grid-layout > div {
    break-inside: avoid-column;
    margin-bottom: 30px;
    border:1px solid #989898;
}

.nc-gallery-grid-layout img {
  display: block;
}



/* New Car Pages - Colour Picker
   ========================================================================== */


.newcolour .wrapper {
  text-align: center;
}

.newcolour ul {
  list-style: none;
}

.newcolour ul.colour-picker li a {    
  cursor: pointer;
}

.newcolour ul.colour-picker li {    
  padding: 3px;
  border: 2px solid #fff;
  margin: 0 2px;
}

.newcolour .colour-picker {
  margin: 20px auto 20px;
  justify-content: center;
}

.newcolour .cc-dot {
  width: 30px;
  height: 30px;
  display: block;
  transition-property: width,height,margin;
  transition-duration: 100ms;
  border-radius: 25px;
}

.newcolour ul.colour-picker li:hover, .newcolour ul.colour-picker li.active {
  border-color: #000;
  border-radius: 25px;
}

.newcolour img {
  margin: 0 auto;
}

.mods-header {
    margin-bottom: 30px;
    padding: 10px;
}

.mods-content {
  display: none;
}

.mods-content.active {
  display: block;
}

.colour-features {
  margin-top: 40px;
}

.colour-features ul {
  padding-left: 0;
  margin: 20px 0 20px;  
}

.colour-features ul li {
  margin-bottom: 5px;
}


/* Terms & Condtions
   ========================================================================== */
.nc-terms {
  border-bottom: 1px solid #000;
  padding: 15px 0;
}

.nc-terms:hover, .nc-terms.show {
  border-color: #a1994f;
}

.nc-terms:hover .nc-show, .nc-terms.show .nc-show {
  border-color: #a1994f;
  color: #a1994f;
}

.nc-terms ul {
  padding-left: 20px;
  display: none;
}

.nc-terms li {
  margin-bottom: 10px;
}

.nc-terms.show ul {
  display: block;
}

.nc-show {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nc-show svg {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nc-terms.show .nc-show svg {
  -ms-transform: rotate(180deg); /* IE 9 */
  transform: rotate(180deg);  
}

@media (min-width: 500px) {

/* New Car Pages
   ========================================================================== */
.newcar .img-blk {
    display: flex;
}

}

@media (max-width: 768px) {


}

@media (min-width: 768px) {



.nc-smalltext {
  max-width: 80%;
    margin: 0 auto;
}

.text-left {
  margin-left: 100px !important;
}

/* Banner
   ========================================================================== */

.newcar .nc-banner-text {
  font-size: 16px;
  left: 5%;
}

}


@media (max-width: 1024px) {

}


/* DESKTOP STYLES
   ========================================================================== */
@media (min-width: 1024px) {


.newcar .sml-wrapper {
  max-width: 900px;
}

.newcar .wrapper {
  padding: 80px 30px;
}


.newcar h1, .newcar h2 {
    font-size: 40px
}


.newcar h3 {
    font-size: 18px;
}

.newcar h1, .newcar h2 {
    margin: 0 0 10px;
}


.newcar .block-link .l-pad {
  padding-left: 50px;
}

.newcar .block-link .r-pad {
  padding-right: 50px;
}

.newcar .no-top {
  padding-top: 0 !important;
}

.newcar .no-btm {
  padding-bottom: 0 !important;
}

.newcar .full-top {
  padding-top: 100px !important;
}

/* Banner
   ========================================================================== */

.newcar .nc-banner-text h1, .newcar .nc-banner-text h2 {
    font-size: 55px
}

.newcar .nc-banner-text p {
  margin: 30px 0;
}

/* New Car Pages
   ========================================================================== */
.nc-text-padding {
    padding: 20px 40px;
}

.newcar .img-txt-blk {
    display: flex;
}

/* New Car Pages - Bottom Quicklinks
   ========================================================================== */
.newcar .nc-links h3 {
  font-size: 30px;
}

}

@media (min-width: 1024px) and (max-width: 1400px)  {

/* New Car Pages
 ========================================================================== */

.nc-img.show  {
  height: 100%;
}

.nc-img img {
  object-fit: cover;
  height: 100%;
}

}



@media (min-width: 1200px) {


/* Banner
   ========================================================================== */

.newcar .nc-banner-text h1, .newcar .nc-banner-text h2 {
    font-size: 75px
}

.newcar .nc-banner-text p {
  margin: 50px 0;
}

/* New Car Pages
   ========================================================================== */
.nc-text-padding {
    padding: 40px 80px;
}


}

@media (min-width: 1300px) {

  .newcar .wrapper {
  padding: 130px 30px;
}

}

@media (min-width: 1500px) {

.newcar .block-link .l-pad {
  padding-left: 100px;
}

.newcar .block-link .r-pad {
  padding-right: 100px;
}

}


/* Side Links Hover
   ========================================================================== */
.a-container {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}   

a.a-btn, a.a-btn-mob  {
  position: relative;
  background: #021e50;
  color: #fff !important;
  border-radius: 50px;
  height: 64px;
  width: 64px;
  transition: width 0.4s 0.1s;
  z-index: 5;
  text-decoration: none;
  margin-bottom: 10px;
  overflow: hidden;
}

a.a-btn-mob {
  cursor: pointer;
  display: none;
  transform: rotate(45deg);
  transition: all 0.2s ease;
}

.a-icon {
  font-size: 30px;
  position: absolute;
  left: 18px;
  top: 17px;
}

.a-text {
  opacity: 0;
  transition: opacity 0.4s 0.1s ease;
  width: 300px;
  position: absolute;
  top: 26px;
  left: 60px;
}

a.a-btn:hover {
  width: 235px;
  color: #fff !important;
}

a.a-btn:hover .a-text {
    opacity: 1;
}


@media (max-width: 768px) {
  a.a-btn {
    display: none;
  }

  .a-container.show a.a-btn {
    display: block;
    width: 235px;
    color: #fff !important;
  }

  .a-container.show a.a-btn .a-text {
    opacity: 1;
}

  .a-container.show a.a-btn-mob {
    transform: rotate(0deg);
}

  a.a-btn-mob {
    display: block;
  }

}


