/* MOBILE STYLES
   ========================================================================== */

/* Layout
   ========================================================================== */

@font-face{
  font-family: Nissan Brand;
  src:url(../fonts/nissanbrandw01-bold.woff2);
  src:url(../fonts/nissanbrandw01-bold.woff2?#iefix) format("embedded-opentype"),
  url(../fonts/nissanbrandw01-bold.woff2) format("woff"),
  url(../fonts/nissanbrandw01-bold.woff2) format("truetype"),
  url(../fonts/nissanbrandw01-bold.woff2) format("svg");
  font-weight: 700;
  font-style: normal;
  font-variant: normal 
}

@font-face{
  font-family: Nissan Brand;
  src:url(../fonts/nissanbrandw01-regular.woff2);
  src:url(../fonts/nissanbrandw01-regular.woff2?#iefix) format("embedded-opentype"),
  url(../fonts/nissanbrandw01-regular.woff2) format("woff"),
  url(../fonts/nissanbrandw01-regular.woff2) format("truetype"),
  url(../fonts/nissanbrandw01-regular.woff2) format("svg");
  font-weight: normal;
  font-style: normal;
  font-variant: normal
}

@font-face{
  font-family: Nissan Brand;
  src:url(../fonts/nissanbrandw01-light.woff2);
  src:url(../fonts/nissanbrandw01-light.woff2?#iefix) format("embedded-opentype"),
  url(../fonts/nissanbrandw01-light.woff2) format("woff"),
  url(../fonts/nissanbrandw01-light.woff2) format("truetype"),
  url(../fonts/nissanbrandw01-light.woff2) format("svg");
  font-weight: 300;
  font-style: normal;
  font-variant: normal
}

@font-face{
  font-family: Nissan Global;
  src:url(../fonts/nissan-global.woff);
  src:url(../fonts/nissan-global.woff?#iefix) format("embedded-opentype"),
  url(../fonts/nissan-global.woff) format("woff"),
  url(../fonts/nissan-global.woff) format("truetype"),
  url(../fonts/nissan-global.woff) format("svg");
  font-weight: normal;
  font-style: normal;
  font-variant: normal
}

html {
  font-family: "Nissan Brand",sans-serif;
  font-weight: 300;
  font-size: 16px;
}

body {
  background: #fff;
  color: #000;
  padding-top: 110px;
}

.anchor {
  top: -40px;
}

h1, h2, h3, h4, .head-1, .head-2, .head-3, .head-4 {
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
  line-height: 1.3;
}

h1, .head-1 {
  font-size: 28px;
}

h2, .head-2 {
  font-size: 24px;
}

h3, .head-3 {
  font-size: 20px;
  font-weight: bold;
}

h4, .head-4 {
  font-size: 16px;
  font-weight: bold;
}

a {
  color: #c3002f;
}

a:hover {
  color: #c3002f;
}

.wrapper {
  max-width: 1420px;
  line-height: 1.5em;
}

.sml-wrapper {
	max-width: 800px;
}

.large-wrapper {
	max-width: 1600px
}

.large-wrapper > .flex, .large-wrapper .tabs-content > .flex {
	align-items: center;
}

.large-wrapper > .flex.d-two-cols, .large-wrapper .tabs-content > .flex.d-two-cols {
	justify-content: space-between;
}

.large-wrapper > .flex.d-two-cols > div, .large-wrapper .tabs-content > .flex.d-two-cols > div {
	max-width: 700px;
}

.t-grey {
  color: #666 !important;
}

.t-red {
  color: #c4002e !important;
}

.t-upper {
  text-transform: uppercase;
}

.m-top {
  margin-top: 20px;
}

.m-bot {
  margin-bottom: 20px;
}

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

.blk-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
}

.blk-overlay + .wrapper, .blk-overlay + .wrapper h1, .blk-overlay + .wrapper h2, .blk-overlay + .wrapper h3, .blk-overlay + .wrapper h4, .blk-overlay + .wrapper .head-4, .blk-overlay + .wrapper b {
	color: #fff;
}

.static {
	position: static;
}

.bold {
  font-weight: bold !important;
}

.align-center {
  align-items: center !important;
}

/* Top Header
   ========================================================================== */

.top-header {
  display: none;
  background-color: #000;
  width: 100%;
}

.top-header .wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  justify-content: flex-end;
  max-width: none;
}

.top-header a, .top-header .wrapper > svg {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.top-header a:hover {
  color: #c3002f;
  text-decoration: none
}

.top-header p {
  font-size: 14px;
  color: #fff;
}

.top-header .wrapper > svg {
  margin: 0 5px 0 10px;
}

.mobile-logo {
  max-width: 90px;
}

.mobile-logo img {
  display: block;
}


/* Dealer menu
   ========================================================================== */

.dealer-menu {
    background: #000;
    position:fixed;
    top: 52px;
    left: 0;
    width: 100%;
    z-index: 1030;
    -webkit-transition: top 0.4s ease;
    -moz-transition: top 0.4s ease;
    transition: top 0.4s ease;
}

.dealer-menu .wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}

.dealer-menu .logo {
  display: inline-block;
  width: 150px;
}

.dealer-name {
  color: #fff;
  text-align: right;
  font-weight: 700;
  font-size: 20px;
  width: auto;
  float: right;
  font-style: italic;
  margin-top: 15px;
}

.dealer-name span {
    color: #c3002f; 
}

.mobile-title a {
  color: #000;
  text-decoration: none;
}

/* Navigation
   ========================================================================== */

.nav-menu {
  z-index: 1030;
  background-color: #fff;
  color: #000;
}

.fixed-menu .nav-menu {
  top: -66px;
}

.logo {
  margin-right: 20px;
}

.fixed-menu .logo {
  top: -66px;
}

.logo a {
  display: block;
}

.logo img {
  height: 66px;
}

.mobile-title {
  display: block;
  margin: 11px 0;
  text-align: right;
  font-size: 15px;
  text-transform: uppercase;
}

/* Mobile Header
   ========================================================================== */

.mobile-header {
  top: 66px;
  background-color: #343434;
}

.mobile-header .wrapper {
  padding: 0;
}

.mobile-header .wrapper > div:first-child {
  padding: 10px 0 10px 15px;
}

.mobile-header .wrapper > div:last-child {
  background-color: #c3002f;
  padding: 10px 15px;
}

.fixed-menu .mobile-header {
  top: 0;
}

.mobile-header a, .mobile-link {
  color: #ddd;
  font-size: 12px;
  text-transform: uppercase;
}

.mobile-header a svg {
  margin-right: 5px;
  color: #c3002f;
}

.mobile-link svg {
  color: #fff;
}

.m-menu {
  background-color: #f0f0f0;
}

.m-menu a {
  color: #444;
  border-bottom: 1px solid #e4e4e4;
}

.m-menu .nav-child a {
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
}

.m-menu .active > a  {
  background-color: #c3002f;
  color: #fff;
}

.fixed-menu .m-menu {
  top: 44px;
}

.show-menu .m-menu {
  padding-bottom: 41px;
}

/* Mega Menu
   ========================================================================== */

.mega-menu {
  background: #fff;
  text-align: center;
  position: fixed;
  left: 0;
  top: 113px;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  overflow: auto;
}

.fixed-menu .mega-menu {
  top: 60px;
}

.mega-menu:before {
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.08);
  content: "";
  display: block;
  height: 25px;
  left: 0;
  position: absolute;
  top: -25px;
  width: 100%;
}

.mega-menu .wrapper {
  padding-top: 70px;
  padding-bottom: 100px;
  max-width: 1400px;
}

.mega-menu h1 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.mega-menu .n-car h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: bold;
}

.mega-menu.active {
  display: block;
}

.mega-menu h3 {
  margin: 0 0 5px;
}

.mega-menu h3{
  color: #000;
}

.n-car span {
  color: #a1a1a1;
  font-size: 12px;
}

.n-car:hover {
  text-decoration: none;
  cursor: pointer;
}

.n-car:hover h3 {
  color: #c3092f;
}

.mega-menu a img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: -moz-transform .2s ease-in-out;
    -o-transition: -o-transform .2s ease-in-out;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    display: block;
}

.mega-menu .flex.ng-vert > * {
  margin-bottom: 20px;
}

.mega-menu a:hover img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    text-decoration: none;
}

.car-centre {
  justify-content: center;
}

.nc-cen {
  align-items: center;
}

.ratings img {
  vertical-align: middle;
}


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


.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
  background-color: #c3002f;
  border-color: #fff;
}

.lSSlideOuter .lSPager.lSpg>li a {
  background-color: rgba(0, 0, 0, 0.60);
  border: 1px solid #fff;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.lSAction>a {
  height: 40px;
  width: 40px;
  background-color: #000;
  border-radius: 50%;
  font-size: 30px;
}

.lSAction>a:hover {
    opacity: 1;
    background: #c3002f; 
    color: #fff;
}

.lSAction>a.lSPrev {
  padding: 4px 3px;
}

.lSAction>a.lSNext {
  padding: 4px 6px;
}


/* Featured Cars
   ========================================================================== */
   
.featured-cars .lSSlideOuter .lSPager.lSpg {
    display: none;
}

/* Quicklinks
   ========================================================================== */

.q-link {
  position: relative;
  margin: 0;
}

.q-img {
  background-size: cover;
  background-position: center top;
}

.q-link a {
  text-decoration: none;
}

.q-link p {
  display: flex;
  align-items: center;
  padding: 28px;
  margin: 0;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  border-bottom: 1px solid #fff;
  background-color: #343434;
}

.q-link:hover p {
    background-color: #c3002f;
    color: #ffffff;
}

/* Button
   ========================================================================== */

.btn {
  text-transform: uppercase;
  font-size: 15px;
  text-align: left;
  background-position: center;
  transition: background 0.8s;
  margin-top: 20px;
  padding: 15px;
}

.btn-full {
  text-align: center;
}

.btn-primary, a.btn-primary, .readmore, p.readmore {
  background-color: #c3002f;
  color: #fff;
}

.btn-primary:hover, a.btn-primary:hover {
  background: #1a1a1a radial-gradient(circle, transparent 1%, #1a1a1a 1%) center/15000%;
  color: #fff;
}

.btn-primary:active, a.btn-primary:active, p.readmore:hover, .readmore:hover {
  background-color: #555;
  background-size: 100%;
  transition: background 0s;
}

.btn-secondary, a.btn-secondary {
  background-color: #1a1a1a;
  color: #fff;
}

a.btn-secondary:hover, .btn-secondary:hover {
  background: #c3002f radial-gradient(circle, transparent 1%, #c3002f 1%) center/15000%;
  color: #fff;
}

.btn-secondary:active, a.btn-secondary:active {
  background-color: #79ccff;
  background-size: 100%;
  transition: background 0s;
}

.btn-outline, a.btn-outline {
  background: transparent;
  border: 2px solid #000;
  color: #000;
}

a.btn-outline:hover, .btn-outline:hover {
  background: #000 radial-gradient(circle, transparent 1%, #000 1%) center/15000%;
  color: #fff;
}

.btn-outline:active, a.btn-outline:active {
  background-color: #333;
  background-size: 100%;
  transition: background 0s;
}

/* Sidebar
   ========================================================================== */
.sidebar-mini {
    position: fixed;
    right: -124px;
    top: 40%;
    transform: translateY(-50%);
    width: 160px;
    z-index: 2000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar-mini:hover {
    right: 0;
}

.sidebar-mini a:hover {
  background: #444;
}

.sidebar-mini a {
    display: block;
    background: #c3002f;
    color: #ffffff;
    padding: 10px;
    vertical-align: middle;
    text-decoration: none;
}

.sidebar-mini .icon-sidebar {
    margin-right: 10px;
    vertical-align: middle;
}

.sidebar-mini .s-bg span {
    vertical-align: middle;
}

/* Main Content
   ========================================================================== */

.welcome {
  position: relative;
  background-repeat: no-repeat;
}

.welcome h1 {
  font-size: 36px;
}

.welcome h1 span {
  display: block;
}

.welcome h2 {
  font-weight: bold;
  font-size: 14px;
  text-transform: none;
}

.search-our-stock h1 {
  color: #fff;
}
.search-our-stock{
  overflow: inherit;
}

.search-our-stock label {
  text-align: left;
}

.google-map {
  display: block;
}

.google-map iframe {
  max-width: 100%;
  pointer-events: none;
}

.search-our-stock p {
  font-size: 14px;
  color: #fff;
}

.p-half-img {
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
}

.page-img h1 {
    text-align: center;
    color: #fff;
    padding: 30px;
    margin: 0;
}

.content-icon {
  width: 250px;
  margin: 20px auto 0 auto;
}

.video-image {
  display: inline-block;
  position: relative;
}

.video-image .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: none;
  text-shadow: none;
  border: none;
  color:rgba(255,255,255,.5);
  border-radius: 50%;
  width: 72px;
  height: 72px;
  transition: background-color .3s linear;
}

.video-image:hover .icon-play {
  color: rgba(255,255,255,1);
}

.grey-bg {
  background-color: #343434;
}

.explore-range .inline-list {
  justify-content: space-between;
}

.explore-range .inline-list li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.explore-range .inline-list li a.active, .explore-range .inline-list li a:hover {
  color: #ccc;
}

.explore-range h2 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.explore-range h3 {
  margin-top: 0;
  font-weight: 300;
}

.explore-range .sml-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.explore-range .tabs-content > .flex {
  align-items: flex-start;
}

.explore-range .large-wrapper .tabs-content > .flex.d-two-cols .xl-img {
  max-width: 800px;
}

.c-section {
    padding: 30px;
    border: 1px solid #ccc;
}

/* News & Events
   ========================================================================== */
.np-img {
    width: 100%;
    background-position: center;
    background-size: cover;
}

.np-line {
    margin-bottom: 35px;
}

/* News & Events - Menu Item - Category Blog
   ========================================================================== */
.readmore a {
  color: #fff;
}

.pagination ul li a, .pagination ul li span {
    border: 1px solid #000;
}


.pagination ul li span, .pagination ul li a:hover {
  background-color: #c3002f;
  color: #fff;
}


/* Tabs
   ========================================================================== */

.tabs-content {
  display: none;
}

.tabs-content.active {
  display: block;
}

.default-header {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 15px 20px;
  background-color: #dce4e6;
  color: #000;
  font-size: 18px;
  cursor: pointer;
  border-right: 1px solid #aaa;
}

.default-header:last-child {
  border-right: 0;
}

.default-header.dropdown {
  display: block;
}

.default-header.active {
  background-color: #c3002f;
  color: #fff;
  border-color: #c3002f;
}

.default-content {
  display: none;
  padding: 0 20px;
}

.default-content.dropdown {
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-right: none;
  border-bottom: 1px solid #ccc;
}

.default-content.active {
  display: block;
  border: 2px solid #c3002f;
}

.default-content.dropdown.active {
  max-height: 10000px;
}

/* Contact page
   ========================================================================== */

.contact-tabs .inline-list {
  padding-left: 0;
  background-color: #dce4e6;
}

.contact-tabs .tabs-content {
  padding: 20px;
}

.contact-card {
  background-color: #f5f5f5;
  border: 1px solid #969696
}

.contact-card .contact-logo {
  background-color: #fff;
  text-align: center;
  padding: 10px 20px;
}

.contact-card .contact-stuff {
  padding: 20px;
}

.contact-card .s-header {
  width: auto;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}

.contact-card .s-header:after {
    content: "+";
    position: absolute;
    color: #000;
    right: 2px;
    top: 0;
    z-index: 2;
    font-weight: bold;
    font-size: 28px;
}

.contact-card .s-content {
  display: none;
}

.contact-card .s-header.active + .s-content {
  display: block;
}

/* Per week slider styles
   ========================================================================== */

.spend .noUi-base {
    background-image: url(../images/stock-slide-shadow.png);
    background-repeat: repeat-x;
    border-left: 8px solid #EA5E24;
    border-radius: 17px
}

.spend .noUi-horizontal .noUi-handle {
  background: #222;
  background-image: url(../images/stock-circle-shadow.png);
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 50%;
  width: 45px !important;
  height: 45px !important;
  top: -8px !important;
}

.spend .noUi-handle:after, .spend .noUi-handle:before {
  background-color: transparent !important;
}

.spend .noUi-background {
  background-color: #fff !important;
  border-radius: 5px !important;
}

.spend .noUi-target {
  border-radius: 25px !important;
  border-color: transparent !important;
}

.spend .noUi-horizontal {
  height: 40px !important;
}

.spend .noUi-target.noUi-connect {
  position: relative;
  margin-top: 5px !important;
  box-shadow: none !important;
  background-color: #6ac4b9;
  border: 5px solid #fff !important;
}

.spend .noUi-target.noUi-connect:before {
  content: "0";
  position: absolute;
  color: #fff;
  left: 20px;
  top: 4px;
  z-index: 2;
  font-weight: bold;
  font-size: 20px;
}

.spend .noUi-target.noUi-connect:after {
  content: "500";
  position: absolute;
  color: #264844;
  right: 20px;
  top: 4px;
  z-index: 2;
  font-weight: bold;
  font-size: 20px;
}

/* Video Gallery Styles
   ========================================================================== */

.video-gallery {
  max-width: 960px;
  margin: 0 auto;
}

div.imgbox a:hover img {
  opacity: 0.6;
}

div.vid_icon:hover, span.vid_icon:hover {
  opacity: 1;
  background-image: url(../images/vid_icon.png);
}

.titlebelowthumb a {
  display: block;
  margin-top: 8px;
  text-transform: uppercase;
  font-weight: bold;
}

/* Form styles
   ========================================================================== */

.chronoform {
  margin-bottom: 10px;
}

.form-control, .select-container {
  margin-bottom: 15px;
  padding: 8px 10px;
  color: #000;
  background-color: #fff;
  border: 2px solid #aaa;
  border-radius: 0;
  font-size: 16px;
}

.select-container .select-hide {
   color: #000;
   height: 34px;
   padding: 0 10px;
}

/* Form Select Colour */
.form-control:focus, .chrono-line .form-control:focus {
  border-color: #c3002f;
}

.form-group label {
  position: absolute;
  width: 100%;
  top: -20px;
  left: 0;
  padding: 0;
  border: 0;
  color: #c3002f;
  z-index: 1;
  font-size: 13px;
  line-height: 1.5em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: text;
}

.form-control.empty + label {
  top: 0;
  left: 0;
  padding: 9px 12px;
  background-color: transparent;
  color: #666;
  border-left: 0;
  border-right: 0;
  line-height: 1.42857143;
  font-size: 14px;
}

.chronoform .error {
  border-color: red !important;
}

.chronoform .error + label, .chronoform .error select {
  color: red !important;
}

.chronoform:not(.chrono-lines):not(.chrono-l-labels) .select-container + label {
  display: none;
}

.chronoform:not(.chrono-lines):not(.chrono-l-labels) .select-container.active + label {
  display: block;
}

/* Lines Theme */

.chrono-lines .form-control, .chrono-lines .select-container {
  padding: 10px 4px;
  border: 0;
  border-bottom: 1px solid #666;
}

.chrono-lines .select-container .select-hide {
   padding: 0;
}

.chrono-lines .form-group label {
  top: -13px;
  left: 4px;
  padding: 0;
  background-color: transparent;
  color: #666;
}

.chrono-lines .form-control.empty + label {
  top: 0;
  left: 4px;
  padding: 10px 0;
}

.chrono-lines .form-control:not(.empty):focus + label {
  color: #0099ff;
}

/* Left Labels Theme */

.chrono-l-labels .form-group {
  *zoom:1
}

.chrono-l-labels .form-group:before{
  content:" ";
  display:table
}

.chrono-l-labels .form-group:after{
  content:" ";
  display:table;
  clear:both
}

.chrono-l-labels .form-control, .chrono-l-labels .select-container, .chrono-l-labels .form-submit {
  float: right;
  width: 74%;
}

.chrono-l-labels .form-group label, .chrono-l-labels .form-control.empty + label  {
  position: relative;
  width: 25%;
  top: auto;
  left: auto;
  float: left;
  padding: 10px 0;
  background-color: transparent;
  color: #666;
  font-size: 16px;
  line-height: 1.42857143;
}

.chrono-l-labels .form-control:not(.empty):focus + label {
  color: #0099ff;
}

/* Footer Links
   ========================================================================== */

.footer-links {
  background-color: #f2f2f2;
  color: #343434;
}

.footer-links p {
  margin: 0 0 20px 0;
}

.footer-links .head-3 {
  display: block;
  margin: 10px 0;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.footer-links a {
  color: #000;
  text-decoration: none;
}

.footer-links a:hover, .copyright a:hover {
  color: #c3002f;
}

.footer-links .chronoform {
  margin-bottom: 0;
}

.footer-links .item-385 {
  display: none;
}

/* Footer Tabs
   ========================================================================== */

.foot-tab {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 15px 40px;
  background-color: #c3002f;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot-tab .head-3 {
  margin:0;
  color: #fff;
  font-size: 14px;
}

.foot-tab.dropdown {
  display: block;
}

.foot-tab.active {
  background-color: #000;
  color: #fff;
}

.foot-content {
  display: none;
  padding: 0 40px;
}

.foot-content.dropdown {
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-right: none;
}

.foot-content.active {
  display: block;
}

.foot-content.dropdown.active {
  max-height: 10000px;
}

.mob-foot .wrapper {
  max-width: none;
  padding: 0;
}

.foot-content ul {
  list-style: none;
  padding-left: 0;
}

/* Social
   ========================================================================== */

.social a {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding: 12px;
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50%;
  cursor: pointer;
  line-height: 1em;
  text-align: center;
}

.social a span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.social li:last-child a {
  margin-right: 0;
}

.social .facebook {
  background-color: #3b5998 ;
}

.social .youtube {
  background-color: #c4302b;
}

.social .linkedin {
  background-color: #4875B4;
}

.social .insta {
  background-color: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.social .twitter {
  background-color: #64cbee;
}

.social .gplus {
  background-color: #d73d32;
}

.top-header .social {
  margin-left: 20px;
}

.top-header .social a {
  width: 18px;
  height: 18px;
  padding: 4px;
  font-size: 11px;
  background: #fff;
  color: #000;
}

.footer .social {
	margin-top: 30px;
}

.footer .social a {
  width: 30px;
  height: 30px;
  padding: 7px;
  background: #343434;
  color: #fff;
  font-size: 16px;
}

.social a:hover {
  background: #c3002f;
  color: #fff;
}

.copyright img {
  margin: 0 auto;
  width: 300px;
  text-align: center;
  display: flex;
}

/* Copyright
   ========================================================================== */

.copyright {
  background-color: #f2f2f2;
  color: #000;
}

.copyright .wrapper {
  font-size: 12px;
  line-height: 1.2em;
  max-width: none;
}

.copyright a {
  color: #000;
}

.edge-designed a {
  display: inline-block;
  vertical-align: middle;
  color: #000;
}
.cell-btn {
    margin: 20px 0 0;
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    background-color: #c3002f;
    color: #fff;
    border: none;
}
/* TABLET STYLES
   ========================================================================== */

@media (min-width: 500px) {

.q-link p {
  font-size: 16px;
}

.mobile-logo {
  max-width: none;
}

.mobile-title {
  font-size: 19px;
}

}

@media (max-width: 1024px) {

.quicklinks .wrapper {
  padding: 0;
}

.welcome, .q-img {
  background-image: none !important;
}

.finance-nissan .wrapper {
	padding-left: 0;
	padding-right: 0;
}

.finance-nissan .n-content {
	padding-left: 60px;
	padding-right: 40px;
}

.finance-nissan h1 {
	padding-left: 40px;
	padding-right: 40px;
	font-size: 24px;
}

.footer-links .wrapper {
	padding-bottom: 0;
}

.explore-range .grey-bg {
  background-color: transparent;
}

.explore-range .inline-list li a {
  color: #000
}


.explore-range .inline-list li a.active, .explore-range .inline-list li a:hover {
  color: #c3002f;
}

.logo {
  display: none !important;
}

.mobile-logo {
  display: block !important;
}


}

/* DESKTOP STYLES
   ========================================================================== */

@media (min-width: 1025px) {

/* Layout
   ========================================================================== */

body {
  padding-top: 112px;
}

.anchor {
  top: -90px;
}

.wrapper {
  font-size: 14px;
}

h1, .head-1 {
    font-size: 36px;
}

h2, .head-2 {
  font-size: 28px;
}

/* Top Header
   ========================================================================== */

.top-header {
  display: block;
  position: fixed;
  z-index: 1030;
  top: 0;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  transition: top 0.4s ease;
  overflow: hidden;
}

.top-header .wrapper {
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1.3em;
}

.top-header b {
  margin-left: 10px;
}

.top-header .social a {
  margin-right: 5px;
}


.logo img {
  height: auto;
}

.mobile-title {
  margin: 0;
  font-size: 12px;
  display: none
}

.logo {
  display: block !important;
}

.mobile-logo {
  display: none !important;
}
/* Dealer menu
   ========================================================================== */


.dealer-name {
    margin-top: 7px;
}

.stacked .nav-menu {
  top: 135px;
}


/* Navigation
   ========================================================================== */

.m-menu {
  background: #eee;
}

.nav-menu {
  top: 30px;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  transition: top 0.4s ease;
}
  
.translated-ltr.translated-ltr .skiptranslate ~ .header .nav-menu {
  top: 88px;
}

.nav-menu .wrapper {
	padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: none;
}

.stacked .nav-menu .wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}

.fixed-menu .nav-menu {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.mobile-link {
  display: none;
}


.primary-nav a {
  display: block;
  padding: 0 8px;
  color: #343434;
  border: none;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.primary-nav > ul > li:last-child >  .nav-child {
  left: auto;
  right: 0;
}

/*.primary-nav > ul > li:last-child > a {
  padding-right: 0;
}
*/

.header .link-sell, .nav-menu .link-approved, .nav-menu .link-ultra, .nav-menu .link-service {
  border: 1px solid #c3002f !important;
  border-radius: 5px;
  position: relative;
  padding: 10px !important;
  margin-right: 5px;
}

.nav-menu .link-approved {
  margin-left: 15px;
}

.header .link-sell:hover, .nav-menu .link-approved:hover,  .nav-menu .link-ultra:hover,  .nav-menu .link-service:hover {
    color: #c3002f !important;  
}

.header .link-sell:after, .nav-menu .link-approved:after, .nav-menu .link-ultra:after, .nav-menu .link-service:after {
    display: inline-block;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 10px;
    color: #c3002f;
    background: #fff;
    width: 81%;
    text-align: center;
}

.header .link-sell:after {
    content: "Instant Price";
}

.nav-menu .link-approved:after {
    content: "Easy & online";
}

.nav-menu .link-service:after {
    content: "Service";
}

  .header .link-ultra:after {
    content: "Car Care";
}


.primary-nav > .nav > li:hover > a {
  color: #c3002f;
}

.primary-nav .nav-child a {
  position: relative;
  padding: 8px 20px;
  text-align: left;
  background-color: #fff;
  color: #343434;
}

.primary-nav .nav-child li:hover a {
  background: #c3002f;
  color: #ffffff;
}

.primary-nav .nav-child li:last-child a {
  border: 0;
}

.right-sidebar h2 {
 margin: 14px 0 27px; 
}

.item-385 ul {
    display: none !important;
}

/* Smaller Navigation on scroll
   ========================================================================== */

.fixed-menu .top-header {
  top: -30px;
}

.fixed-menu .dealer-menu {
  top: -103px;
}


.fixed-menu .nav-menu {
  top: 0;
}

.fixed-menu .logo {
  top: 0;
}

.logo img {
	transition: all 0.4s ease;
}

.fixed-menu .logo img {
  height: 40px;
}

/* Quicklinks
   ========================================================================== */

.q-link {
  margin: 0;
}

.quicklinks .new-nissan {
  width: 50%;
}

.q-img {
  height: 440px;
  background-position: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-size: 100%;
}

.q-link:hover .q-img {
  background-size: 110%;
}

.q-link p {
  background-color: transparent;
  padding: 20px 0 5px 0;
  font-size: 26px;
  color: #343434;
  justify-content: flex-start;
}

.q-link p.subtitle {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
}

.q-link:hover p {
  background-color: transparent;
  color: #343434;
}

/* Button
   ========================================================================== */

.btn {
  font-size: 16px;
  padding: 15px 20px 15px 20px;
}

.btn:not(.btn-full):not(.form-submit) {
  padding-right: 100px;
}


/* Main Content
   ========================================================================== */

.content {
  position: relative;
}

.welcome {
  background-size: cover;
  background-position: center;
}

.welcome .wrapper {
  position: static;
  padding-top: 80px;
  padding-bottom: 80px;
}

.full-width-right {
	max-width: none !important;
	position: absolute;
	top: 50%;
	right: 0;
	width: 50vw;
	max-width: none;
	transform: translate(0, -50%);
}

.full-width-left {
	max-width: none !important;
	position: absolute;
	top: 50%;
	left: 0;
	width: 50vw;
	max-width: none;
	transform: translate(0, -50%);
}

.parts .full-width-left {
  transform: translate(0, -50%) scaleX(-1);
}


.search-our-stock .wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.col-half {
  width: 50%;
}

.search-our-stock {
  background-image: url(/images/bgs/search-stock-bg.jpg) !important;
}

.search-our-stock .form-control, .search-our-stock .select-container {
  margin-bottom: 10px;
}

.map-header {
  background-color: #343434;
}

.map-header .wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.map-header .head-1 {
  margin: 0;
  color: #fff;
}

.home-map {
  position: relative;
}

.home-map .btn-primary {
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 0);
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
}

.page-img h1 {
    padding: 100px;
}

.content .wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.explore-range .inline-list li a {
  padding-top: 30px;
  padding-bottom: 30px;
}

.explore-range .large-wrapper {
  margin-top: -15px;
  padding-top: 0;
}

#chronoform-finance-form {
  margin-top: 20px;
}

/* Form styles
   ========================================================================== */

.form-control, .select-container {
  margin-bottom: 20px;
}

.chronoform {
  margin-bottom: 20px;
}

.form-control, .select-container, .form-group label, .chrono-l-labels .form-group label, .chrono-l-labels .form-control.empty + label {
  font-size: 14px;
}

.form-control, .select-container {
  padding: 10px 10px;
}

.select-container .select-hide {
   height: 38px;
}

.form-control.empty + label {
  padding-top: 12px;
  padding-bottom: 12px;
}

.form-group label {
  top: -18px;
  font-size: 12px;
}

/* Footer Links
   ========================================================================== */

.footer-links .wrapper {
  font-size: 16px;
  line-height: 1.8em;
  padding-top: 50px;
  max-width: none;
}

.footer-links h1 {
  margin: 10px 0 40px 0;
}

.footer-links .flex > div {
  padding-bottom: 0;
}

.footer-links .head-3 {
  margin-top: 30px;
}


}

@media(min-width: 1200px) {

.wrapper {
  font-size: 15px;
}

.logo {
  width: auto;
  margin-right: 40px;
}

.page-img h1 {
    padding: 150px;
}


/* Dealer menu
   ========================================================================== */


.dealer-name {
    font-size: 30px;
    margin-top: 15px;
}

.dealer-menu .logo {
  width: auto;
}

.stacked .nav-menu {
  top: 156px;
}

.fixed-menu .stacked .nav-menu {
    top: 0;
}

.mobile-title {
  font-size: 20px;
  display: block;
}

}

@media(min-width: 1200px) {

.primary-nav a {
  font-size: 14px;
}

}


@media(min-width: 1400px) {

.primary-nav a {
  font-size: 15px;
  padding: 0 13px;
}

}

@media(min-width: 1500px) {

.welcome .wrapper {
  padding-top: 130px;
  padding-bottom: 130px;
}

.search-our-stock .wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.btn:not(.btn-full):not(.form-submit) {
  padding-right: 140px;
}

}

/* SMS
   ========================================================================== */

.sms-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #37a4e4;
    z-index: 9999;
    padding: 13px;
    border-radius: 50%;
    color: #fff;
    font-size: 33px;
    height: 60px;
    width: 60px;
    box-shadow: 1px 1px 2px 0px black;
}

.sms-container:hover {
    color: #fff;
}

@media (min-width: 1025px) {

.sms-container { 
  display: none;
}

}

/* ========================================================================== 
*  10.2 - Mini Stock Locator - Quick Search
* ========================================================================== */

.mini-search a.sl-mini-search-btn {
  padding: 15px 20px;
}

.mini-search-quick {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.mini-search-quick > div {
  width: 50%;
  padding: 10px;
}

.mini-search-quick .msq-text {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.mini-search-quick svg {
  font-size: 20px;
  margin-right: 10px;
}

.mini-search-quick a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 25px;
  text-decoration: none;
  text-align:center;
  border-radius: 3px;
  font-size: 18px;
}

.mini-search-quick a:hover, .mini-search-quick a.primary {
  border-color:  #fff;
}

@media (min-width: 1025px){

  .mini-search-quick .msq-text {
    margin-right: 20px;
    padding-right: 30px;
    border-right: 1px solid #fff;
  }

  .mini-search-quick > div, .mini-search-quick .msq-text {
    width: auto;
  }

  .mini-search-quick a {
    border: 1px solid transparent;
  }

  .mini-search-quick a:hover, .mini-search-quick a.primary {
    border-color:  #fff;
  }

  .mini-search-quick {
    margin-top: 30px;
  }

}

