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

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

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

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

.anchor {
  top: -40px;
}

h1, h2, h3, h4, .head-1, .head-2, .head-3, .head-4 {
font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  color: #013466;
  font-weight: 900;
}

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

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

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

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

a {
  color: #000;
}

a:hover {
  color: #003366;
}

.wrapper {
  max-width: 1460px;
}

.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;
}

.content ul {
	padding-left: 20px;
}

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

.top-header {
  display: none;
  background-color: #fff;
  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: #013466;
  font-weight: 600;
}

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

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

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


.phone-header {
	background: #013466;
}

.phone-header a {
	color: #fff;	
    color: #fff;
    font-size: 18px;
}

.phone-header svg {
	vertical-align: middle;
	margin-right: 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: #003366; 
}


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

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

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

.logo a {
  display: block;
}

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

.mobile-header {
  background-color: #000;
}

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

.mobile-header a, .mobile-link {
  color: #ddd;
  font-size: 14px;

}

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

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

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

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

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

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


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

.lSSlideOuter .lSPager.lSpg>li a {
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  border-radius: 30%;
  height: 15px;
  width: 15px;
}

.lSAction>a {
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 30%;
  font-size: 30px;
  color: #003366;
}

.lSAction>a:hover {
  opacity: 1;
  color: #fff;
  background-color: #003366 !important;
}

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

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

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

.content-banner {
    height: 250px;
    background-size: cover;
}

.cb-ribbon-wrapper {
    width: 100%;
    background: #013466;
}


.cb-ribbon-wrapper h1 {
    width: 100%;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    margin: 0;
}

.cb-ribbon-wrapper h1 span {
    font-weight: 300;
}



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

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

.quicklinks {
  margin-top: 0;
  position: relative;
}

.q-text-bg {
	background-color: #003366;
	height: 45px;
	width: 100%;
	position: absolute;
	top: -90px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  /* IE 8 */
	filter: alpha(opacity=50);  /* IE 5-7 */
	-moz-opacity: 0.5;  /* Netscape */
	-khtml-opacity: 0.5;  /* Safari 1.x */
	opacity: 0.5;  /* Good browsers */
}

.quicklinks .wrapper {
  padding: 0;
}

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

.q-img {
  background-size: cover;
  background-position: center;
  height: 170px;
}

.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: #003366;
  padding: 10px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}



.q-link p svg {
	position: absolute;
	right: 20px;
	top: 13px;
}

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

.btn {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

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

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

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

a.btn-secondary:hover, .btn-secondary:hover {

  background-color: #003366;
  color: #fff;
}

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



.sub-header {
	text-transform: uppercase;
	color: #003366;
	font-weight: 600;
}

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

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


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

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

.google-map {
  display: block;
}

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

.team-img > div {
  min-height: 1px;
}


/* Brands
   ========================================================================== */

.brands-bottom {
  width: 100%;
  max-width: 640px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.btn-brands {
	background: #003366;
	color: #fff;
	margin: 0;
	padding: 15px;
	text-transform: uppercase;
}

.brands a {
	display: block;
    -ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Safari */
    transform: scale(1, 1);
    padding: 0 20px;
}


.brands a:hover {
	display: block;
    -ms-transform: scale(0.8, 0.8); /* IE 9 */
    -webkit-transform: scale(0.8, 0.8); /* Safari */
    transform: scale(0.8, 0.8);
}

.brands .wrapper {
	max-width: 1830px;
}

.brands ul {
	padding: 0;
    margin: 50px 0 50px;
	list-style: none;
}



.brands {
  background-size: 80%;
  background-position: center 290px; 
}

.mini-search #so-condition, 
.mini-search #so-year,
.mini-search #so-more_filters {
  display: none;
}

/* Gallery
   ========================================================================== */
.gal-img {
    height: 250px;
    width: 100%;
    background-size: cover;
    border: 2px solid #ffffff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background-color: #003366;
    background-blend-mode: luminosity;
}

.gal-img:hover {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-blend-mode: normal;
}


.team-img {
    border: 2px solid #013466;
    padding: 20px;
}



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

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

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

.tabs-header {
  display: inline-block;
  width: auto;
  margin: 20px 0;
  padding: 15px 20px;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border-right: 1px solid #ccc;
}

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

.tabs-header.active {
  background-color: #000;
}

.tabs-content {
  display: none;
}

.tabs-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 {
  display: block;
}

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

/* 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: 25px;
  padding: 8px 10px;
  color: #000;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0;
  font-size: 16px;
}

.select-container .select-hide {
   color: #003366;
   height: 34px;
   padding: 0 10px;
   text-transform: uppercase;
}

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

.form-group label {
  position: absolute;
  width: 100%;
  top: -20px;
  left: 0;
  padding: 0;
  border: 0;
  color: #003366;
  z-index: 1;
  font-size: 18px;
  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: #003366;
  border-left: 0;
  border-right: 0;
  line-height: 1.42857143;
  font-size: 18px;
  text-transform: uppercase;
}

.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: 18px;
  line-height: 1.42857143;
}

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

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

.footer-links {
  background-color: #000;
  color: #fff;
}

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

.footer-links h3, .footer-links h4 {
	text-align: center;
}

.footer-links h3 {
	color: #fff;
}

.footer-links h4 {
	color: #ccc;
}

.footer-links h4 {
	font-weight: 100;
	margin-bottom: 40px;
}

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


.footer-links .head-3 {
  display: block;
  margin: 0 0 20px 0;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-links .head-4 {
  margin: 20px 0 0;
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
}

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

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

.footer-links .chronoform {
  margin-bottom: 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 li:last-child a {
  margin-right: 0;
}

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

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

.social .youtube {
  background-color: #3c5998;
}

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

.social .insta {
  background-color: #4E433C;
}

.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;
  text-transform: uppercase;
}

.copyright a, .copyright p {
  color: #4d4d4d;
  margin: 0;
}


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

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

@media (min-width: 500px) {

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

}

@media (max-width: 500px) {

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

}

@media (max-width: 767px) {

.footer-links  {
	text-align: center;
}

.footer-links form {
	text-align: left;
}


.content-bg {
  background-image: none !important;
}

}


@media (min-width: 768px) {

.right-side h2 {
  color: #fff;
}


.content-bg {
  background-size: contain;
  background-position: top center;
  background-repeat: repeat-y;
}


}


@media (max-width: 1024px) {

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




}

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

@media (min-width: 1025px) {

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

body {
  padding-top: 124px;
}

.anchor {
  top: -90px;
}

.wrapper {
  font-size: 14px;
}

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


/* 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: 8px;
  padding-bottom: 8px;
  line-height: 1.3em;
}


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

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

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

.fixed-menu .logo {
    width: 180px;
}

.fixed-menu .primary-nav a {
    font-size: 16px;
}


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

.m-menu {
  background: #fff;
}

.nav-menu {
  top: 46px;
  -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;
}

.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;
}

.logo {
  width: 180px;
}

.primary-nav a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif;
}

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

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

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

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

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

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

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

.content-banner {
  height: 450px;
}


.cb-ribbon-wrapper {
    max-width: 950px;
    width: 100%;
    position: absolute;
    bottom: 80px;
}


.cb-ribbon-wrapper h1 {
    width: 100%;
    margin: 0 0 0 42px;
    text-align: left;
  }



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

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

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


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

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

.quicklinks {
  margin-top: 20px;
}

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


.q-link {
  margin: 0;
}

.q-img {
  height: 300px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  /* IE 8 */
  filter: alpha(opacity=100);  /* IE 5-7 */
  -moz-opacity: 1;  /* Netscape */
  -khtml-opacity: 1;  /* Safari 1.x */
  opacity: 1;  /* Good browsers */
  background-blend-mode: normal;
}

.q-link:hover .q-img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  /* IE 8 */
  filter: alpha(opacity=50);  /* IE 5-7 */
  -moz-opacity: 0.5;  /* Netscape */
  -khtml-opacity: 0.5;  /* Safari 1.x */
  opacity: 0.5;  /* Good browsers */
  background-color: #003366;
  background-blend-mode: luminosity;
}

.q-link a {
  top: -90px;
  height: 130%;
}

.q-link p {
  padding: 10px 10px;
  font-size: 20px;
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  background-color: transparent;
}

.q-link:hover p {
	background: #fff;
	color: #003366;
}

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

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

.btn-full {
  margin-top: 0;
}

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

.content {
  position: relative;
}

.welcome {
    background-size: contain;
    background-position: left;
    text-align: left;
}

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

.welcome .wrapper {
  display: flex;
}

.search-our-stock {
	background-attachment: fixed;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


.col-half {
  width: 50%;
}


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

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

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

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

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

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

.footer-links .wrapper {
  font-size: 15px;
  line-height: 1.5em;
  padding-top: 50px;
  padding-bottom: 0;
}

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

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

.copyright .wrapper {
  padding-top: 20px;
  padding-bottom: 60px;
}

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

h4, .head-4 {
  font-size: 20px;
  color: #cccccc;
}

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

}

@media(min-width: 1200px) {

body {
  padding-top: 134px;
}

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



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


.cb-ribbon-wrapper h1 {
    margin: 0 0 0 230px;
}

}

@media(min-width: 1400px) {

body {
  padding-top: 168px;
}

.logo {
  width: auto;
}

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


h1, .head-1, h2, .head-2 {
  font-size: 60px;
}

.wrapper {
  font-size: 16px;
}

/* Quicklinks
   ========================================================================== */
.q-text-bg {
	height: 51px;
}

.q-link p {
  padding: 13px 20px;
  font-size: 26px;
  top: -90px;
}


.brands ul {
    margin: 100px 0 0;
    padding: 0;
}

.cb-ribbon-wrapper h1 {
    margin: 0 0 0 272px;
  }


}

@media(min-width: 1500px) {

.welcome .wrapper, .search-our-stock .wrapper, .brands .wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
}

}