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

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

html {
  font-family: 'Montserrat', sans-serif;
}

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: #666666;
  font-weight: 400;
}

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

}

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

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

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

.content h1, .content h2 {
	font-size: 30px;
}

a {
  color: #000;
}

a:hover {
  color: #cc0000;
}

p {
  margin: 0 0 20px;
}

.wrapper {
  max-width: 1400px;
}

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

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

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

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

.red-heading {
    position: absolute;
    top: 55px;
    width: 100%;
    z-index: 1000;
	 background: #cc0000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.red-heading .wrapper{
    padding-top: 0;
    padding-bottom: 0;
}

.red-heading p {
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	font-weight: 600;
	font-size: 12px;
}

ol {
  padding-left: 20px;
  line-height: 2em;
  counter-reset: item;
  margin-bottom: 20px;
}

ol li ol {
  list-style: lower-alpha;
}


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

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

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

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

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

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

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


/* 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: #cc0000; 
}


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

.nav-menu {
  z-index: 1030;
  background-color: #000;
  color: #fff;
  border-bottom: 2px solid #c00;
}

.logo {
	width: 250px;	
}

.logo a {
  display: block;
}

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

.mobile-header {
  top: 77px;
  background-color: #000;
  border-bottom: 1px solid #666;
}

.mobile-header .wrapper {
	padding-top: 5px;
    padding-bottom: 5px;
}

.fixed-menu .red-heading {
  top: 0;
}

.fixed-menu .mobile-header {
  top: 22px;
}

.mobile-header a, .mobile-link {
  color: #fff;
}

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

.m-menu a {
  color: #fff;
  border-bottom: 1px solid #2b2b2b;
}

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

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

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


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


.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
  background-color: #cc0000;
  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;
    color: #ee2726;
}

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

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


.banner-line {
    height: 75px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.banner h1 {
    position: absolute;
    bottom: 0px;
    color: #fff;
    width: auto;
    left: 50%;
    text-align: center;
    z-index: 5;
    font-size: 30px;
    font-weight: 100;
    transform: translateX(-50%);
    text-shadow: 1px 1px black;
}

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

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

.quicklinks {
  background-color: #000;
}

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

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

.q-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.q-link p {
  display: flex;
  align-items: center;
  background-color: #333;
  padding: 10px;
  margin: 0;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.q-link p svg {
  margin-right: 10px;
}

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

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

.btn {
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
}

.btn-primary, a.btn-primary {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-primary:hover, a.btn-primary:hover {
  background-color: #fff;
  color: #000;
}

.btn-secondary, a.btn-secondary, .btn-apply, a.btn-apply {
  border: 1px solid #cc0000;
  background: #cc0000;
  color: #fff;
  cursor: pointer;
}

a.btn-secondary:hover, .btn-secondary:hover, .btn-apply:hover, a.btn-apply:hover {
  border-color: #6d0101;
  background-color: #6d0101;
}

.btn-third, a.btn-third {
  border: 1px solid #cc0000;
  background: #cc0000;
  color: #fff;
}

a.btn-third:hover, .btn-third:hover {
  border: 1px solid #1a1a1a;
  background-color: #1a1a1a;
}

.btn-submit {
    background: #131313;
  color: #fff;
  margin-top: 20px !important;
}

.btn-apply, a.btn-apply {
  width: 100%;
  padding: 15px;
  display: block;
}


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

    cursor: pointer;
}

.sidebar-mini img {
	vertical-align: middle;	
	padding: 5px;
	background: #000000;
}


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

.sidebar-mini .s-bg:hover {
  background: #cc0000;
}

.sidebar-mini {
    display: block;
    background: #1a1a1a;
    color: #ffffff;
    vertical-align: middle;
    text-decoration: none;
}

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

.sidebar-mini .s-bg span {
  vertical-align: middle;
	margin-left: 10px;
}


.sidebar-dropdown {
  background: #cccccc; 
  padding: 10px 20px;
  width: 100%;
  max-height: 0;
  overflow: hidden
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;  
  display: none;
}

.s-bg.show .sidebar-dropdown {
  display: block;
  max-height: 1000px;
}

.s-bg.show {
  background: #cc0000;
}

.sidebar-dropdown p {
  color: #1a1a1a;
  margin: 0;
  font-size: 12px;
  line-height: 1.3em;
}

.sidebar-dropdown p b {
  color:#cc0000;
}

.sidebar-dropdown p:nth-child(3) {
  margin-top: 10px;
}

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

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

.welcome h1 span {
  display: block;
}

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

.google-map {
  display: block;
}

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

.welcome p {
	color: #fff;
}

.section-styles {
	height: 200px;
	overflow: hidden;
}

.section-styles a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 8;
}


.section-styles:hover .btn-primary {
background-color: #fff;
    color: #000;
}


.welcome-styles {
	overflow: hidden;
}

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


.section-height {
	height: 100%;
	width: 100%;
	animation: zoom 15s forwards;
    background-size: cover;
    background-position: center;
}

@keyframes zoom {
	0% { transform:scale(1,1); }
	100% { transform:scale(1.1,1.1); }
}

.section-styles h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    color: #fff;
    font-weight: 100;
    z-index: 5;
    text-shadow: 1px 1px black;
}

.blk-bg {
	background-attachment: fixed;
  background-color: #131313;
}

.blk-bg h2, .blk-bg p {
	color: #fff;
}

.grey-bg {
background: #eee;
}

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

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

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

.tabs-header, .form-header {
  display: inline-block;
  width: auto;
  margin: 20px 0 0;
  padding: 15px 20px;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  text-align: left;
  position: relative;
}

.form-header:after {
	display: block;
	content: "+";
	font-size: 24px;
	position: absolute;
	top: 14px;
	right: 20px;
}


.form-header.active:after {
	display: block;
	content: "-";
	font-size: 24px;
	position: absolute;
	top: 14px;
	right: 20px;
}


.tabs-header.dropdown, .form-header.dropdown {
  display: block;
}

.tabs-header.active, .form-header.active {
  background-color: #6d0101;
}

.tabs-content, .form-content {
  display: none;
}

.tabs-content.dropdown, .form-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;
}

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

.form-content.active {
  margin-top: 40px;
}

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

.step1, .step2 {
	width: 100%;
}


/* Subscribe
   ========================================================================== */

.sub-container {
    max-width: 340px;
    width: 100%;
    position: fixed;
    bottom: -182px;
    left: 0;
    right: 0;
    z-index: 600;
    box-shadow: 1px 1px 3px 0px black;
    opacity: 0.95;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0 auto;
}

.sub-arrowup, .sub-arrowdown {
    fill: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    float: right;
}

.sub-container .sub-arrowdown, .sub-container.active .sub-arrowup {
  display: none;
}

.sub-container.active .sub-arrowdown, .sub-arrowup, .sub-arrowup {
  display: inline-block;
}

.sub-container.active {
    bottom: 30px;
}

.sub-container h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    background: #cc0000;
    padding: 10px;
    margin: 0;
    cursor: pointer;
}

.sub-wrapper {
    padding: 20px;
    background: #fff;
}

.sub-wrapper p {
  font-size: 12px;
  margin-top: 0;
}

.sub-wrapper input {
  margin-bottom: 0;
  height: 44px;
}


.btn-sub, a.btn-sub {
  background: #c52826;
  color: #fff;
  padding: 11px;
}

.btn-sub:hover, a.btn-sub:hover {
  background: #333333;
}

.sub-wrapper .flex > .d-col-10 {
    width: 83.333%;
}

.sub-wrapper .flex > .d-col-2 {
     width: 16.667%; 
}



/* 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: 30px;
	padding: 8px 0;
	color: #848484;
  background-color: transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #666;
  border-left: 1px solid transparent;
	border-radius: 0;
	font-size: 16px;
}

.select-container .select-hide {
   color: #666;
   height: 34px;
   padding: 0 10px;
   font-weight: bold;

  text-transform: uppercase;
}

.select-container.active .select-hide {
  color: #848484;
  text-transform: capitalize;
  font-weight: 500;
}

/* Form Select Colour */
.form-control:focus, .chrono-line .form-control:focus {
  border-bottom: 1px solid #c00;

}

.form-group label {
	position: absolute;
	width: 100%;
	top: -20px;
	left: 0;
	padding: 0;
	border: 0;
	color: #666;
	text-transform: uppercase;
	z-index: 1;
	font-weight: bold;
	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;
	text-align: left;
}

.form-control.empty + label {
	top: 0;
	left: 0;
	padding: 9px 10px;
	background-color: transparent;
	color: #666;
	border-left: 0;
	border-right: 0;
	line-height: 1.42857143;
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}

.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: #131313;
  color: #fff;
}

.footer-links .wrapper {
	max-width: 720px;
	padding-top: 30px;
}

.footer-links p {
    margin: 0 0 20px 0;
    color: #cc0000;
    font-size: 15px;
}

.footer-links .head-3 {
    display: block;
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #fff;
    line-height: 1.1em;
}

.footer-links .head-3 span {
	display: block;
	color: #cc0000;
}


.footer-links .head-4 {
    margin: 20px auto;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 1.2em;
}

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

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

.footer-links .chronoform .form-control, .footer-links .chronoform .select-container {
	background-color: #131311;
	border-top: 1px solid #131311;
	border-right: 1px solid #131311;
	border-bottom: 1px solid #666;
	border-left: 1px solid #131311;
    color: #fff;
}




.social {
	text-align: center;
	padding-top: 40px; 
    justify-content: center;
}

/* 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 li:last-child a {
  margin-right: 0;
}

.social a:hover {
  background-color: #e0e0e0;
  color: #0c0c0c;
}

.social .facebook {
  border: 1px solid #fff;
}

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

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

.social .insta {
  border: 1px solid #fff;
}

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

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

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

.top-header .social a {
  width: 30px;
  height: 30px;
  padding: 7px;
  font-size: 16px;
}

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

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

.copyright .wrapper {
  font-size: 12px;
  line-height: 1.2em;
  padding-top: 30px;
  padding-bottom: 30px;
}

.copyright p {
	margin: 0 auto;
}


.copyright a {
  color: #fff;
}

.edge-designed a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}


.car-search .select-container {
      background: url(../images/select-input.png) no-repeat right center transparent !important;
}

/* TABLET STYLES
   ========================================================================== */

@media (min-width: 500px) {

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

}


@media (max-width: 768px) {
.more-details {
	cursor: pointer;
}

.more-content {
	display: none;
}

.more .more-content {
	display: inline-block;
}

}


@media (min-width: 768px) {

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

.section-styles {
	/*height: 100vh;
  padding-top: 99px*/
}

.more-details {
	display: none;
}


.more-content {
	display: inline-block;
}

.set-width {
	max-width: 740px;
	text-align: center;
}

}

@media (max-width: 1024px) {

.flex-ordering {
	display: flex;
	flex-direction: column;
}

.welcome-styles {
	order: 4;
}

}

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

@media (min-width: 1025px) {

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

body {
  padding-top: 85px;
}

.anchor {
  top: -90px;
}

.nav-menu .wrapper {
	max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.wrapper {
  font-size: 14px;
}

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

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: 16px;
  padding-bottom: 6px;
  line-height: 1.6em;
}

.red-heading {
  display: none;
}

.banner h1 {
    font-size: 100px;
}

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


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

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


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

.m-menu {
  background: #eee;
}

.nav-menu {
  top: 0px;
  -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-top: 18px;
  padding-bottom: 18px;
}

.fixed-menu .nav-menu .wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.mobile-link {
  display: none;
}

.logo {
  width: 230px;
}

.primary-nav a {
  display: block;
  padding: 15px 10px;
  color: #fff;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
}

/*.primary-nav a:after {
  display: block;
  content: "/";
  color: #fff;
  position: absolute;
  right: 0;
}
*/
.primary-nav > ul > li:last-child > a {
  padding-right: 0;
}

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

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

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

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



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

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

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


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

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

.q-link {
  margin: 0;
}

.q-img {
  height: 300px;
}

.q-link p {
  padding: 15px;
  font-size: 18px;
}

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

.btn {
	font-size: 18px;
	margin-top: 20px;
	padding: 15px 20px;
}

.btn-size {
	max-width: 410px;
	width: 100%;
}

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

.content {
  position: relative;
}

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

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

.w-logo {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    /* text-align: center; */
    margin: 0 auto;
    transform: translateY(-50%);	
}

.search-our-stock .wrapper {
  max-width: 720px;
}

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

.col-half {
  width: 50%;
}


.welcome-styles {
	height: 100%;	
}

.section-styles {
	height: calc(100vh - 84px);
}

.section-styles h1 {
	font-size: 70px;
}

.section-styles .btn-primary {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);	
    z-index: 5;
}

.set-width {
	padding-top: 70px;
	padding-bottom: 70px
}

/* Subscribe
   ========================================================================== */

.sub-container {
    bottom: -192px;
    left: 50%;
    transform: translateX(-50%);
margin: 0;
}

.sub-container.active {
    bottom: 50px;
}

.sub-container h3 {
    font-size: 20px;
    padding: 20px;
}


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

.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: 16px;
}

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

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

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

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

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

.footer-links .wrapper {
  line-height: 1.5em;
  padding-top: 80px;
  padding-bottom: 20px;
}

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

.footer-links .head-4 {
     font-size: 24px;
}

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

.footer-links p {
    font-size: 18px;
}

.copyright .wrapper {
  padding-bottom: 40px;
}

}

@media(min-width: 1200px) {

body {
  padding-top: 87px;
}

.logo {
  width: 250px;
}

.nav-menu .wrapper {
  padding-left: 50px;
  padding-right: 50px;
}

.section-styles {
	height: calc(100vh - 110px);
}

.wrapper {
  font-size: 16px;
}

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


.section-styles h1 {
	font-size: 90px;
}

/* 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;
}

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

.set-width {
	padding-top: 140px;
	padding-bottom: 140px
}


}

@media(min-width: 1300px) {


.logo {
  width: 350px;
}

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

}

@media(min-width: 1400px) {

body {
  padding-top: 108px;
}


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

.logo {
  width: auto;
}


.section-styles h1 {
	font-size: 100px;
}


}

@media(min-width: 1500px) {

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

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

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

.footer-links .wrapper {
  padding-top: 130px;
}

.copyright .wrapper {
  padding-bottom: 80px;
}

}


/* ========================================================================== 
*  10.3 - Mini Stock Locator - Search Flex
* ========================================================================== */

.search-flex {
  display: flex;
  flex-direction: column;
}

.search-flex .mini-search-quick {
    justify-content: flex-end;
}

@media (max-width: 1024px) {
    .search-flex > *:nth-child(1) { order: 1; }
    .search-flex > *:nth-child(2) { order: 3; }
    .search-flex > *:nth-child(3) { order: 2; }

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

  .search-our-stock .search-flex  {
    text-align: center;
  }

}

@media (min-width: 1025px) {

  .search-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .search-flex h2, .search-flex .mini-search-quick {
    margin: 0;
  }

  .search-flex h2, .search-flex > div {
    width: auto;
  }

  .search-flex > div:last-child {
    width: 100%;
    margin-top: 20px;
  }

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

  .search-flex .mini-search-quick > div {
      padding: 0 0 0 10px;
  }

  .search-flex .mini-search-quick > div:last-child {
    padding-right: 0;
  }
}



