
.newcar .inline-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.newcar .hidden {
  display: none;
}

.newcar section {
    background-repeat: no-repeat;  
    position: relative;
}

.newcar {
  background: #fff;
}

.newcar .bg-grey{
  background: #333;
  color: #fff;
}

.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: #972d18;
}

.newcar.t-center {
  text-align: center;
}

.newcar .banner {
  position: relative;
  overflow: hidden;
}

.newcar .banner-video {
  height: calc(100vh - 200px);
}

.newcar .banner img {
  width: 100%;
}

.newcar .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%);
}

.newcar img {
  display: block;
  max-width: 100%;
}

.newcar .btn-marg {
  margin: 20px 0;
}

.newcar .t-small {
  font-size: 12px;
}

.nc-mg-top {
  margin-top: 30px !important;
}

.nc-mg-bot {
  margin-bottom: 30px;
}

.newcar .nc-small {
  font-size: 12px;
}


.newcar .feature-section h2 {
  font-weight: normal;
  line-height: 22px;
  color: #333333;
  max-width: 165px;
  margin: 0 auto;
  margin-bottom: 15px;
  }
.newcar .feature-content {
  font-weight: normal;
  line-height: 42px;
  color: #652316;
  font-size: 50px;
  max-width: 165px;
  margin: 0 auto;
  }
.newcar .feature-section h3.feature-title {
  font-weight: normal;
  line-height: 17px;
  color: #333333;
  max-width: 165px;
  margin: 0 auto;
  }
.newcar .feature-content span {
  font-weight: normal;
  font-size: 21px;
  color: #262626;
  margin-left: 5px;
  }

/* New Car Navigation - Mobile Menu
   ========================================================================== */

.newcar .mobile-menu {
  background: #333333;
}

.newcar .mobile-menu .wrapper {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.newcar-menu {
    background: #000;
    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;
}

.show-menu-nc .newcar-menu {
    display: block;
    max-height: 10000px;
}

.newcar-menu a {
display: block;
    text-align: left;
    color: #fff;
    text-decoration: none;
    line-height: 1.69em;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 800;
}

.newcar-mlogo {
  padding: 15px 20px 13px 20px;
  display: inline-block;
}

.newcar-mlink {
    float: right;
    border: 0;
    background: transparent;
    color: #fff;
    padding: 7px 0 5px;
    font-weight: bold;
}

.newcar-mlink img {
  display: inline-block !important;
}

.nc-brochure {
  background-color: #972d18;
  color: #fff !important;
}


/* New Car Navigation
   ========================================================================== */

.newcar-logo {
  padding: 5px 0;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}


.modelnav {
  background-color: #333333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  display: none;
  justify-content: space-around;
  align-items: center;
}

.modelnav ul {
  list-style: none;

}

.modelnav a {
  padding: 20px 20px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

.modelnav a:hover {
  color: #972d18;
  text-decoration: none;
}

.fixed-menu-nc .modelnav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}


/* Banner
   ========================================================================== */


/* New Car Pages
   ========================================================================== */

.newcar h1, .newcar h2, .newcar h3 {
    color: #000;
    margin: 0 0 15px;
    font-weight: 500;
}

.newcar .bg-grey h1, .newcar .bg-grey h2, .newcar .bg-grey h3 {
    color: #fff;
}

.newcar h1 {
    font-size: 26px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
}

.newcar h2 {
    font-size: 24px;
    text-transform: uppercase;
}

.newcar h3 {
    font-size: 18px;
    text-transform: capitalize;
}

.newcar h1 span, .newcar h2 span, .newcar h3 span {
    color: #ec1c23;
    display: inline-block;
}

.newcar p {
    font-size: 14px;
    color: #000;
    margin: 15px 0;
    line-height: 1.6em;
}

.newcar .bg-grey p {
    font-size: 14px;
    color: #fff;
}

.newcar .m-bot {
    margin: 15px auto 0;
    max-width: 670px;
    width: 100%;
}

.newcar .wrapper {
  max-width: 1300px;
  padding: 50px 30px;
}

.nc-blocks .wrapper {
  max-width: 100%;
  padding: 0;
}

.newcar.nc-welcome p {
    color: #000;
}

.newcar .btn-car, .newcar a.btn-car, .newcar .btn-car-banner, .newcar a.btn-car-banner { 
    color: #ffffff;
    background-color: #972d18;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;    
    padding: 13px 10px;
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease;
    margin-top: 15px;
    width: 100%;
    max-width: 240px;
    font-weight: bold;
}

.newcar .btn-car-banner:hover, .newcar a.btn-car-banner:hover {
    background-color: #782413;
}

.newcar .btn-car:hover, .newcar a.btn-car:hover {
    background-color: #782413;
}

.nc-text-container {
    display: flex;
    justify-content: center;
    align-items: center; 
}


.nc-line:after {
  content: "";
  display: block;
  max-width: 200px;
  width: 100%;
  height: 2px;
  background: #972d18;
  margin-top: 10px;
}

/* New Car Pages - Features
   ========================================================================== */


.nc-link h3 {
  margin-top: 30px;
}

.nc-link ul {
  padding-left: 20px;
}


/* New Car Pages - Colour Picker
   ========================================================================== */

.newcolour .wrapper {
  max-width: 900px;
  text-align: center;
}

.newcolour .cc-img {
  margin: 0 auto;
}

.newcolour ul {
  list-style: none;
}

.newcolour ul li a {    
  cursor: pointer;
}


.newcolour ul li:last-child {  
    margin-right: 0px;
}

.newcolour .colour-picker {
    margin: 20px auto 10px;
    justify-content: center;
}

.newcolour .cc-dot {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    border: 2px solid #d8d8d8;
    margin: 4px 7px;
    transition-property: width,height,margin;
    transition-duration: 100ms;
}

.newcolour .cc-dot:hover {
    border: 2px solid #000;
}

.newcolour .cc-dot.active {
  box-shadow: 0 0 0 2px #7fd6f6;
}

.newcolour h3 {
  margin-top: 30px;
}

.newcar .cc-name {
  font-weight: bold;
}



/* Colour 1500 Express V8 Hemi
   ========================================================================== */
.newcolour .color-1500-express li:nth-child(1) a {background: #1e2a4b;}
.newcolour .color-1500-express li:nth-child(2) a {background: #b8b8b8;}
.newcolour .color-1500-express li:nth-child(3) a {background: #fbfbfb;}
.newcolour .color-1500-express li:nth-child(4) a {background: #ba3327;}

/* Colour 1500 Laramie V8 Hemi
   ========================================================================== */
.newcolour .color-1500-laramie-v8-hemi li:nth-child(1) a {background: #1e2a4b;}
.newcolour .color-1500-laramie-v8-hemi li:nth-child(2) a {background: #b8b8b8;}
.newcolour .color-1500-laramie-v8-hemi li:nth-child(3) a {background: #fbfbfb;}
.newcolour .color-1500-laramie-v8-hemi li:nth-child(4) a {background: #000000;}
.newcolour .color-1500-laramie-v8-hemi li:nth-child(5) a {background: #662327;}
.newcolour .color-1500-laramie-v8-hemi li:nth-child(6) a {background: #4e4e4e;}
.newcolour .color-1500-laramie-v8-hemi li:nth-child(7) a {background: #1e2329;}
.newcolour .color-1500-laramie-v8-hemi li:nth-child(8) a {background: #003E7F;}

/* Colour 1500 Laramie V6 Ecodiesel
   ========================================================================== */
.newcolour .color-1500-laramie-v6-ecodiesel li:nth-child(1) a {background: #b8b8b8;}
.newcolour .color-1500-laramie-v6-ecodiesel li:nth-child(2) a {background: #fbfbfb;}
.newcolour .color-1500-laramie-v6-ecodiesel li:nth-child(3) a {background: #4e4e4e;}


/* Colour 2500 Laramie 
   ========================================================================== */
.newcolour .color-2500-laramie li:nth-child(1) a {background: #000000;}
.newcolour .color-2500-laramie li:nth-child(2) a {background: #c7c7c9;}
.newcolour .color-2500-laramie li:nth-child(3) a {background: #ffffff;}
.newcolour .color-2500-laramie li:nth-child(4) a {background: #9b2a1e;}
.newcolour .color-2500-laramie li:nth-child(5) a {background: #323b4a;}
.newcolour .color-2500-laramie li:nth-child(6) a {background: #646161;}

/* Colour 1500 Warlock
   ========================================================================== */
   .newcolour .color-1500-warlock li:nth-child(1) a {background: #1e2a4b;}
   .newcolour .color-1500-warlock li:nth-child(2) a {background: #fff;}
   .newcolour .color-1500-warlock li:nth-child(3) a {background: #000;}
   .newcolour .color-1500-warlock li:nth-child(4) a {background: #c50d0d;}
   .newcolour .color-1500-warlock li:nth-child(5) a {background: #323b4a;}
   .newcolour .color-1500-warlock li:nth-child(6) a {background: #003E7F;}
   


@media (min-width: 768px) {

.nc-model-bg {
    height: 400px;
}

}


@media (max-width: 1024px) {


.nc-text-container > div {
  padding: 50px 30px;
}

.nc-hide-mobile {
  display: none;
}

.t-full {
  width: 100%;
}

.quarter-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/subaru/touch-icon.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 2;
}

}


/* DESKTOP STYLES
   ========================================================================== */
@media (min-width: 1024px) {

.nc-welcome .wrapper {
  max-width: 900px;
}


/* New Car Navigation
   ========================================================================== */

.newcar-logo {
  padding: 12px 20px 16px !important; 
  font-size: 20px;
}

.mobile-menu {
  display: none;
}

.modelnav {
  display: inline-flex;
}

.newcar .btn-marg {
  margin: 60px 0;
}


/* Banner
   ========================================================================== */

/* New Car Pages
   ========================================================================== */

.newcar h1 {
    font-size: 35px
}

.newcar h2 {
    font-size: 28px
}

.newcar h3 {
    font-size: 18px;
}

.newcar h1, .newcar h2 {
    margin-bottom: 30px;
}

.newcar h1 span, .newcar h2 span, .newcar h3 span {
    display: block;
}


.newcar .m-bot {
    margin: 30px auto 0;
}

/* Content Blocks
   ========================================================================== */

.nc-text-container > div {
  margin: 0 auto;
  max-width: 430px;
  width: 100%;
}

.nc-model-bg {
    height: auto;
}


}


@media (min-width: 1200px) {

.new-models .lSSlideOuter {
  margin: 0 80px;
}

.nc-text-container > div {
  max-width: 500px;
}


/* Banner
   ========================================================================== */
.newcar .banner-text {
    max-width: 450px;
}


}

@media (min-width: 1300px) {

.nc-text-container > div {
  max-width: 600px;
}

}