h1, h2, h3, h4, .head-1, .head-2, .head-3, .head-4 {
  color: #222;
}

.nc-api {
  padding: 0;
  margin: 0;
}

.newcar {
  background: #fff;
  overflow: hidden;
}


.newcar.grey-bg {
  background: #f5f6f7;
}

.newcar a {
  color: #222;
}

.newcar.t-center {
  text-align: center;
}

.nc-api p {
  font-size: 16px;
  line-height: 1.7em;
  margin: 0 0 15px;
  display: inline-block;
  vertical-align: middle;
  color: #222;
  padding: 0 20px;
}

/*.nc-api p:last-child {
  margin-bottom: 0;
}
*/
.nc-api h1, .nc-api h2, .nc-api h3, .nc-api h4 { 
  text-transform: initial;
}

.nc-api h1 {
  font-size: 30px;
  margin: 0 0 30px;
  font-weight: 500;
}

.nc-api h2 {
  font-size: 35px;
}

.nc-api h3 {
  text-align: left;
}

.nc-api h2, .nc-api h3 {
  margin: 0 0 15px;
}

.nc-api ul {
  margin: 0;
  padding-left: 20px;
}

.nc-api img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}

.nc-api .t-small, .t-small {
  font-size: 12px !important;
  font-style: italic !important;
}

.terms-bg {
  background: #e5e3df;
  padding: 20px;
  font-size: 13px;
}

.newcar .car-white-text {
  color: #fff !important;
  text-shadow: rgba(0,0,0,1) 0 0 5px !important;
}

.main-t, .design {
  text-align: center;
}

/* New Car Navigation - Mobile Menu
   ========================================================================== */

.nc-api {
    background: #fff;
}

.nc-menu {
    background: #f4f4f4;
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden;
    max-height: 0;
    list-style: none;
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    background: #4b9bd4;
}

ul.nc-menu {
  padding-left: 0;
}

.show-menu-nc .nc-menu {
    display: block;
    max-height: 10000px;
}

.nc-menu a {
    display: block;
    height: 100%;
    text-align: left;
    border-top: 1px solid #002f62;
    color: #fff;
    text-decoration: none;
    line-height: 1.69em;
    padding: 9px 16px 9px;
    font-size: 18px;
}

.nc-mlogo {
  display: inline-block;
}

.nc-mlogo h1 {
margin: 0;
    display: inline-block;
    color: #fff;
    font-size: 14px !important;
    text-transform: uppercase;
    width: auto;
}

.nc-mlink {
    border: 0;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.nc-mlink img {
  display: inline-block !important;
  width: auto;
}

.nc-test {
  background-color: #282828;
}

.nc-brochure {
  background-color: #bb162b;
}

/* New Car Navigation
   ========================================================================== */

.mobile-menu .wrapper {
  padding: 10px 20px; 
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.model-nav-flex, .nc-m-flex {
  display: flex;
  align-items: center;
}

.model-nav-flex {
  justify-content: space-between;
}

.nc-m-flex {
  justify-content: flex-end;
}

h1.nc-logo {
    margin: 4px 0 0;
    display: inline-block;
    color: #fff;
    font-size: 14px !important;
    text-transform: uppercase;
    width: auto;
}

.modelnav {
  background: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  z-index: 999;
  display: none;
}

.modelnav ul {
  list-style: none;
}

.modelnav a {
  padding: 14px 20px 10px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 2px solid #4D4F53;
  text-transform: uppercase;
}

.modelnav a.nc-logo {
  border-bottom: 0!important;
}

.modelnav a:hover, .modelnav a.active {
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.fixed-menu-nc .modelnav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    border-bottom: 1px solid #fff; 
}

.fixed-menu-nc .modelnav a {
	padding-top: 20px;
	padding-bottom: 15px;
}


.mobile-menu {
  background: #000;
}

/* Banner
   ========================================================================== */
.banner-image{
  background-image: url(images/yaris/banner.jpg);
  height: calc(100vh - 144px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.nc-api .banner {
  position: relative;
  max-height: 850px;
  overflow: hidden;
}

.nc-api .banner-video {
  height: calc(100vh - 150px);
}

.nc-api .banner img {
  width: 100%;
}

.nc-api .banner video {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.nc-api .banner-text {
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.nc-api .banner-text h1, .nc-api .banner-text p {
  color: #fff;
}

.nc-api .banner-text p {
  font-size: 18px;
}

a.btn-car-banner, .btn-car-banner {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  flex-grow: 1;
    width: auto;
    /* margin: 0 16px 16px 0; */
}

a.btn-car-banner:hover, .btn-car-banner:hover {
  background: #fff;
  color: #000;
}


/* slider*/
.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
  background-color: #eb0a1e !important;
  border-color: #fff;
}

.lSAction>a:hover {
  opacity: 1;
  /* background: #2a87c0; */
  background: rgba(245, 247, 246,0.4) !important;
  color: #000;
}


/* New Car Pages - color Picker
   ========================================================================== */

.newcolor .wrapper {
  max-width: 700px;
  padding-top: 0;
  text-align: center;
}

.color-content p {
  font-size: 14px !important;
  margin-top: 20px;
}

.color-content {
  display: none;
}

.color-content.active {
  display: block
}

.color-title {
  display: flex;
  justify-content: center;
}

.color-content h1 {
display: block;
    margin-top: 40px;
    margin-bottom: 20px;  
}

.color-title p {
  text-transform: uppercase;
  margin: 0 10px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.color-title p.active {
  border-color: #eb0a1e;
}

.color-picker {
  display: flex;
  justify-content: center;
  padding-left: 0 !important;
}

.color-picker li a {
    display: block;
    height: 35px;
    width: 35px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 0 10px 10px;
    cursor: pointer;
}


/* color Yaris - Ascent
   ========================================================================== */
.newcolor .color-ascent li:nth-child(1) a {background: #fff;}
.newcolor .color-ascent li:nth-child(2) a {background: #c4c2c6;}
.newcolor .color-ascent li:nth-child(3) a {background: #363d4d;}
.newcolor .color-ascent li:nth-child(4) a {background: #000000;}
.newcolor .color-ascent li:nth-child(5) a {background: #ba0003;}
.newcolor .color-ascent li:nth-child(6) a {background: #fff764;}
.newcolor .color-ascent li:nth-child(7) a {background: #3c495d;}
.newcolor .color-ascent li:nth-child(8) a {background: #0000ff;}

/* color Yaris - Ascent Sport
   ========================================================================== */
.newcolor .color-ascent-sport li:nth-child(1) a {background: #fff;}
.newcolor .color-ascent-sport li:nth-child(2) a {background: #000;}
.newcolor .color-ascent-sport li:nth-child(3) a {background: #fffef3;}
.newcolor .color-ascent-sport li:nth-child(4) a {background: #c4c2c6;}
.newcolor .color-ascent-sport li:nth-child(5) a {background: #c00000;}
.newcolor .color-ascent-sport li:nth-child(6) a {background: #441044;}
.newcolor .color-ascent-sport li:nth-child(7) a {background: #4472c4;}
.newcolor .color-ascent-sport li:nth-child(8) a {background: #bdada3;}
.newcolor .color-ascent-sport li:nth-child(9) a {background: #ffccff;}
.newcolor .color-ascent-sport li:nth-child(10) a {background: #f65863;}
.newcolor .color-ascent-sport li:nth-child(11) a {background: #00b0f0;}
.newcolor .color-ascent-sport li:nth-child(12) a {background: #95da26;}


/* color Yaris - SX
   ========================================================================== */
.newcolor .color-sx li:nth-child(1) a {background: #fff;}
.newcolor .color-sx li:nth-child(2) a {background: #000;}
.newcolor .color-sx li:nth-child(3) a {background: #fffef3;}
.newcolor .color-sx li:nth-child(4) a {background: #c4c2c6;}
.newcolor .color-sx li:nth-child(5) a {background: #c00000;}
.newcolor .color-sx li:nth-child(6) a {background: #441044;}
.newcolor .color-sx li:nth-child(7) a {background: #4472c4;}
.newcolor .color-sx li:nth-child(8) a {background: #bdada3;}
.newcolor .color-sx li:nth-child(9) a {background: #ffccff;}
.newcolor .color-sx li:nth-child(10) a {background: #f65863;}
.newcolor .color-sx li:nth-child(11) a {background: #00b0f0;}
.newcolor .color-sx li:nth-child(12) a {background: #95da26;}


/* color Yaris - ZR
   ========================================================================== */
.newcolor .color-zr li:nth-child(1) a {background: #fff;}
.newcolor .color-zr li:nth-child(2) a {background: #000;}
.newcolor .color-zr li:nth-child(3) a {background: #fffef3;}
.newcolor .color-zr li:nth-child(4) a {background: #c4c2c6;}
.newcolor .color-zr li:nth-child(5) a {background: #c00000;}
.newcolor .color-zr li:nth-child(6) a {background: #441044;}
.newcolor .color-zr li:nth-child(7) a {background: #4472c4;}
.newcolor .color-zr li:nth-child(8) a {background: #bdada3;}
.newcolor .color-zr li:nth-child(9) a {background: #ffccff;}
.newcolor .color-zr li:nth-child(10) a {background: #f65863;}
.newcolor .color-zr li:nth-child(11) a {background: #00b0f0;}
.newcolor .color-zr li:nth-child(12) a {background: #95da26;}


.nc-break .wrapper {
  max-width: 800px;
}

/* New Car Pages
   ========================================================================== */
.features h2 {
  margin-bottom: 40px;
}

.newcar h3 {
  margin: 0;
  color: #6a6a6a;
  /* font-size: 22px; */
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  line-height: 3em;
}

.newcar .m-bot {
  margin: 15px auto 25px;
  max-width: 570px;
  width: 100%;
}

.newcar .wrapper {
  padding: 20px;
}

.modelnav .wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.newcar .btn-transparent, .newcar a.btn-transparent, .newcar .btn-red, .newcar a.btn-red {
  color: #fff;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  margin: 15px 0 0;
  padding: 7px 25px;
  text-decoration: none;  
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.newcar .btn-transparent, .newcar a.btn-transparent {
  border: 2px solid #fff;
  background-color: transparent;  
}

.newcar .btn-transparent:hover, .newcar a.btn-transparent:hover {
  background-color: #c01b2d;
}

.newcar .btn-red, .newcar a.btn-red {
  border: 2px solid #e81f2f;
  background-color: #e81f2f;
}

.newcar .btn-red:hover, .newcar a.btn-red:hover {
  border-color: #c01b2d;
  background-color: #c01b2d;
}

.newcar .car-a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.newcar .car-text-heading {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #000;
  width: 80%;
  text-shadow: rgba(255,255,255,1) 0 0 5px;
  font-size: 15px;
}

.newcar .half-img, .newcar .full-img, .newcar .sml-img {
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.newcar .car-link:hover .half-img, .newcar .car-link:hover .full-img, .newcar .car-link:hover .quart-img {
  transform: scale(1.1);  
  transition: all .5s;
}

.newcar .car-link p {
  font-weight: 500;
}

.car-img .cols {
  margin: 0;
}

.half-img, .full-img, .quart-img  {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.half-img, .full-img, .quart-img, .nc-bg {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-img {
  height: 100px;
}

.nc-lightbox {
    background: #fff;
    border-top: 2px solid #d4172e;
}

.nc-lightbox h2 {
    background: #fff;
}

.nc-lightbox .cols {
    margin: 0;
}

.nc-lightbox .col-4 {
    width: 33%;
}

.nc-lightbox .col-8 {
    width: 67%;
}

.nc-text {
    padding: 20px;
}

.nc-text h3, .nc-text p {
  color: #222;
  text-shadow: none !important;  
}

.nc-text p {
  font-weight: normal;
  font-size: 16px !important;
}

.nc-slider > div {
  height: 500px;
  background-position: center;
  background-size: cover;
}

.car-link {
  overflow: hidden;
}

.car-link p {
  margin-top: 10px;
  font-size: 22px;
}

.car-link a div {
  opacity: 1;
  -webkit-transition: .3s opacity ease-in-out;
  transition: .3s opacity ease-in-out;
}

.car-link a:hover div {
  opacity: .5;
}

.car-link:first-child {
  border-left: none;
}

.car-link:last-child {
  border-right: none; 
}
.s-main {
  text-align: center;
}

.s-main .wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}

.safety h1, .safety p {
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}

.acc-main img{
  margin:0 auto !important;
}

.nimg-break .wrapper {
  max-width: none;
  padding: 0;
}

.features .wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 0;
  padding-right: 0;
}

.f-link {
  text-align: center;
}

.f-link h3 {
  text-align: center;
  margin-top: 40px;
  color: #222;
  font-weight: 700;
  font-size: 23px !important;
}


@media (min-width: 1025px) {

.features .wrapper {
  padding-top: 140px;
  padding-bottom: 140px;
}

}


/* New Car Pages - Toyota Accessories
   ========================================================================== */


.toy-accessories .lSSlideOuter .lSPager.lSpg {
  display: block;
}

.toy-accessories .lSSlideOuter .lSPager.lSpg>li a {
    background-color: rgba(255, 255, 255, 0.6);
    border: 0;
    border-radius: 0;
    height: 5px;
    width: 15px;
}


.toy-accessories .lSAction>a {
    background-color: rgba(255, 255, 255, 0.6);
    top: 25%;
}

.toy-accessories .wrapper {
  max-width: none;
  padding: 0;
}

.toy-accessories .a-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.acc-block {
  position: relative;
}

.nc-api .acc-block p {
  margin-bottom: 0;
}

.a-content {
  position: absolute;
  bottom: 68px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffffba;
  /* width: 640px; */
  width: 728px;
  padding: 20px;
  text-align: center;
}

.a-content h2 {
  font-size: 16px !important;
  letter-spacing: 2px;
  font-weight: 500;
}

.a-content p {
  font-size: 14px !important;
  letter-spacing: 1px;
}

.p-cen {
  align-items: center;
}

.p-cen p {
  text-align: left;
}

.p-cen h2 {
  text-align: left;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 30px;
}

/* New Car Pages - Reviews
   ========================================================================== */
.blue-bg {
  background-color: #aacae6;
  color: #000;  
}

.review-block {
  padding: 20px;
  background: #fff;
  text-align: center;
}

.quote-icon {
  margin-bottom: 20px;
}

.review-block p {
  font-weight: 500;
}

.review-block p i {
  font-weight: 300;
  font-size: 12px;
}

/* New Car Pages - Models
   ========================================================================== */

.nc-api .nc-models .wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.nc-api .model-border {
    padding: 20px 20px 20px;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
}

.nc-api  h2.model-heading {
  color: #000;
    text-shadow: 0 0 black;
}


.nc-api .model-border h3 {
  color: #bb162b;
  text-align: center;
  text-shadow: 0 0 black;
}

.nc-api .model-border h3:before {
  display: none;
}

.nc-api .model-border ul {
  list-style: none;
  padding-left: 20px;
}

.nc-api .model-border li {
  margin-bottom: 10px;
  position: relative;
}

.nc-api .model-border li:before {
  display: block;
  position: absolute;
  left: -20px;
  content: ">";
  color: #d4172e;
  font-weight: 500;
  font-size: 18px;
}


/* Boot Test drive button
   ========================================================================== */

.btn {
  border-radius: 30px;
}

.btn-newcar {
  padding: 5px;
  font-size: 14px;
  color: #fff !important;
  background: #bb162b;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.btn-newcar:hover {
  background: #7e8083;
  text-decoration: none;
}

.btn-test {
  display: block;
  position: relative;
  width: auto;
  padding: 15px;
  text-decoration: none;
  font-size: 16px;
  border: none;
  line-height: 1em;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  }

.btn-test, a.btn-test {
  background-color: #002d60;
  color: #fff;
  margin: 5px;
  display: block;
}

.btn-test:hover, a.btn-test:hover {
  background-color: #000;
  color: #fff;
}

.btn-grey, a.btn-grey {
  background-color: #333333;
  border: 1px solid #333333;
  color: #fff;
}

.btn-grey:hover, a.btn-grey:hover {
  background-color: #fff;
  border: 1px solid #333333;
  color: #333333;
}

.btn-white, a.btn-white {
  background-color: #fff;
  border: 1px solid #333333;
  color: #333333;
}

.btn-white:hover, a.btn-white:hover {
  background-color: #333333;
  border: 1px solid #333333;
  color: #fff;
}


/* New Car Pages - Fancy Box
   ========================================================================== */

.fancy-setwidth{
  width: 100% !important;
  max-width: 740px !important;
  border-top: none !important;
}

.fancybox-close-small {
  top: 0 !important;
  right: 0 !important;
}

.fancybox-close-small:after{
	top: 0 !important;
	right: 0 !important;
	width: 40px !important;
	height: 40px !important;
	padding: 4px !important;
	color: #fff !important;
	background: #002d60 !important;
	border-radius: 0 !important;
}

.fancybox-slide>* {
  max-width: 740px;
}

.fancybox-inner img {
  display: block;
}

.accessories .flex > * .flex > * {
    padding-bottom: 30px;
}

/* Footer - Car Animation
   ========================================================================== */

.anim-car img {
  margin: 0 auto;
}

.carspin .wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.carspin ul {
  padding-left: 20px;
}

.carspin li {
  margin-bottom: 7px;
}

.carspin h1 {
  text-align: center;
  color: #333;
  text-shadow: none !important;
}

.carspin h1:before {
  display: none !important;
}

@media (min-width: 320px) {
  .a-content {
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffffba;
    width: 280px;
    padding: 20px;
    text-align: center;
  }

  .a-content h2 {
    font-size: 12px !important;
    letter-spacing: 2px;
    font-weight: 500;
  }
  
  .a-content p {
    letter-spacing: 1px;
  }

  .f-link h3 {
    text-align: center;
    margin-top: 40px;
    color: #222;
    font-weight: 600;
    padding: 0 50px;
    line-height: 1.3em;
  }

.p-cen h2 {
  text-align: left;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 21px;
  padding-left: 20px;
}
}

@media (min-width: 500px) {

.newcar .car-text-heading {
    font-size: 14px;
}

.nc-quicklinks .flex > *:nth-child(3) .nc-style {
 border-bottom: none;
}

.nc-api .banner-text p {
  font-size: 17px;
}

.p-cen h2 {
  text-align: left;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 21px;
  padding-left: 20px;
}

}

@media (max-width: 768px) {

.nc-api .banner-text {
    max-width: 400px;
    width: 100%;
}

}


@media (min-width: 768px) {

/* New Car Pages
   ========================================================================== */

.car-img .col-6 {
    width: 50%;
}

.car-img .col-3 {
    width: 25%;
}

.car-img .col-4 {
    width: 33.33%;
}

.half-img, .quat-img {
  height: 200px;
}

.full-img {
  height: 700px;
}

.nc-bg {
  height: 450px;
}

.newcar .car-text-heading {
    font-size: 16px;
}

.newcar .btn-transparent, .newcar .btn-red {
    margin: 25px 0 0;
}

/* New Car Quicklinks
   ========================================================================== */

.nc-quicklinks .wrapper { 
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.nc-style {
   padding: 20px;
   margin: 0;
   border-bottom: none;
   text-align: center;
}

.nc-quicklinks .no-gaps {
    border: none;
}

.nc-quicklinks .flex > div:first-child {
    border-left: 1px solid #d1d1d1;
}

.nc-quicklinks .flex > div {
    border-right: 1px solid #d1d1d1;
}

.nc-style svg {
    font-size: 30px;
    margin-bottom: 15px;
    margin-right: 0;
}

svg:hover {
  fill: red;
}
   
 .nc-style p {
  font-size: 16px !important;
  display: block;
}

.s-main {
 height: 290px;
}

.a-content {
  position: absolute;
  bottom: 68px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffffba;
  width: 640px;
  /* width: 728px; */
  padding: 20px;
  text-align: center;
}
.nc-api .banner-text p {
  font-size: 24px;
}

.features .wrapper {
  padding-left: 50px;
  padding-right: 50px;
}
}


@media (max-width: 1024px) {

.half-img:after, .quart-img:after {
  content:"";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 50px;
  background-image: url(http://res.cloudinary.com/adtorque-edge/image/upload/api/hyundai/touch-icon.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 2;
}


}

/* DESKTOP STYLES
   ========================================================================== */
@media (min-width: 1025px) {


.nc-api {
    padding-top: 0;
}

.newcar .wrapper {
  padding: 60px 20px;
}

.features .wrapper {
 
  padding-left: 50px;
  padding-right: 50px;
}

.nc-api h1 {
  font-size: 40px;
  letter-spacing: 2px;
}

.nc-api h2 {
  font-size: 35px;
  letter-spacing: 2px;
}

.nc-api h3 {
  font-size: 16px;
  letter-spacing: 2px;
}

.nc-api p {
  font-size: 17px;
  letter-spacing: 1px;
}

.mobile-menu {
  display: none;
}

.modelnav {
  display: inline-flex;
}

a.nc-logo {
  padding: 0;
  margin-right: 60px;
}

.anchor {
  top: -92px;
}


/* Banner
   ========================================================================== */

.nc-style {
   padding: 40px 20px;
 }

 .a-content {
  position: absolute;
  bottom: 68px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffffba;
  /* width: 640px; */
  width: 728px;
  padding: 20px;
  text-align: center;
}

.nc-api .banner-text p {
  font-size: 24px;
}

.features .wrapper {
 
  padding-left: 50px;
  padding-right: 50px;
}

.f-link h3 {
  text-align: center;
  margin-top: 40px;
  color: #222;
  font-weight: 700;
  font-size: 23px !important;
}

/* New Car Pages
   ========================================================================== */

.nc-api .nc-models .wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.half-img {
  height: 350px;
}

.quart-img {
  height: 550px;
}

.full-img {
  height: 300px;
}

.newcar .m-bot {
    margin: 30px auto 50px;
}

.nc-bg {
  height: 650px;
}

.nc-slider > div {
  height: 700px;
}


.newcar .car-text-heading {
    font-size: 18px;
}

.s-main {
 height: 700px;
}

.s-main .wrapper {
  padding-top: 70px;
}

.perf {
    text-align: left;
    position: absolute;
    left: 20;
    top: 50%;
    transform: translateY(50%);
    color: #fff;
    max-width: 600px;
    width: 100%;
}


.btn-test, a.btn-test {
  max-width: 200px;
  width: 100%;
  display: inline-block;
}


/* Footer - Car Animation
   ========================================================================== */

.animation {
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
    opacity: 0;
}

.anim-car {
    transform: translate3d(100%,0px,0px);
}


.animation.active {
    opacity: 1;
    transform: translate3d(0px,0px,0px);
}

}

@media (min-width: 1500px) {

.newcar .wrapper {
  padding: 140px 20px;
}

.nc-api .banner-text p {
  font-size: 24px;
}

.features .wrapper {
 
  padding-left: 50px;
  padding-right: 50px;
}

.f-link h3 {
  text-align: center;
  margin-top: 40px;
  color: #222;
  font-weight: 700;
  font-size: 23px !important;
}

}