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

/* Layout
   ========================================================================== */
@font-face{
font-family: ZonaPro;
src:url(../fonts/ZonaPro-Regular.woff2);
src:url(../fonts/ZonaPro-Regular.woff2?#iefix) format("embedded-opentype"),
url(../fonts/ZonaPro-Regular.woff2) format("woff"),
url(../fonts/ZonaPro-Regular.woff2) format("truetype"),
url(../fonts/ZonaPro-Regular.woff2) format("svg");
font-weight: normal;
font-style: normal;
font-variant: normal
}

@font-face{
font-family: ZonaProB;
src:url(../fonts/ZonaPro-Bold.woff2);
src:url(../fonts/ZonaPro-Bold.woff2?#iefix) format("embedded-opentype"),
url(../fonts/ZonaPro-Bold.woff2) format("woff"),
url(../fonts/ZonaPro-Bold.woff2) format("truetype"),
url(../fonts/ZonaPro-Bold.woff2) format("svg");
font-weight: 800;
font-style: normal;
font-variant: normal
}
@font-face{
font-family: ZonaProSB;
src:url(../fonts/ZonaPro-SemiBold.woff2);
src:url(../fonts/ZonaPro-SemiBold.woff2?#iefix) format("embedded-opentype"),
url(../fonts/ZonaPro-SemiBold.woff2) format("woff"),
url(../fonts/ZonaPro-SemiBold.woff2) format("truetype"),
url(../fonts/ZonaPro-SemiBold.woff2) format("svg");
font-weight: 600;
font-style: normal;
font-variant: normal
}
@font-face{
font-family: ZonaProL;
src:url(../fonts/ZonaPro-Light.woff2);
src:url(../fonts/ZonaPro-Light.woff2?#iefix) format("embedded-opentype"),
url(../fonts/ZonaPro-Light.woff2) format("woff"),
url(../fonts/ZonaPro-Light.woff2) format("truetype"),
url(../fonts/ZonaPro-Light.woff2) format("svg");
font-weight: normal;
font-style: normal;
font-variant: normal
}

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


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

body {
  background: #fff;
  color: #5c5c5c;
  padding-top: 115px;
}

.anchor {
  top: -40px;
}

h1, h2, h3, h4, .head-1, .head-2, .head-3, .head-4 {
  font-family: 'ZonaProL', sans-serif;
    color: #000;
  font-weight: 400;
}

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

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

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

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

a {
  color: #5c5c5c;
}

a:hover {
  color: #c42f32;
}

.wrapper {
  max-width: 1400px;
  padding: 40px;
  line-height: 1.5em;
  font-size: 16px;
}

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

.t-grey {
  color: #666 !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;
}

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

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

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

.top-header a, .top-header .wrapper > svg {
  display: inline-block;
  vertical-align: middle;
  color: #000;
}
.top-header a{
font-size:10px;
    margin: 0 7px;
}


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

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

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

.top-header b {
  font-family: ZonaProB;
}

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


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

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

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

.logo a {
  display: block;
}


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

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

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

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


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

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

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

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

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

.m-menu .nav-child .active a {
	color: #c42f32;

}

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

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

.nav-menu .sub-menu {
  justify-content: flex-end;
  display: flex;
}

.sub-icon {
  text-align: center;
}

.sub-icon svg {
  margin-bottom: 5px;
  color: #c2c2c2;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sub-icon p {
  color: #c2c2c2;
  display: block;
  text-align: center;
  font-size: 12px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 0;
  margin-bottom: 0;
}

.sub-icon a:hover p {
  color: #707070;
}

.sub-icon a:hover svg {
  color: #707070;
}

.sub-icon a {
  padding-bottom: 0px !important;
  padding-top: 10px !important;
}

.sub-last a {
  padding-right: 0 !important;
}
/* Banner
   ========================================================================== */


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

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

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


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

.featured-cars h1 {
    font-size: 30px;
    text-transform: none;
    text-align: center;
}

.featured-cars .wrapper {
  max-width: 1800px;
}


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

.quicklinks .wrapper {
  max-width: 100%;
  padding: 0px;
}

.search-link {
  padding: 40px;
}

.q-link:hover .q-img {
  opacity: .6;
}

.q-link {
  position: relative;
  margin: 0;
  overflow: hidden;
  text-align: center;
}

.q-img {
  background-size: cover;
  background-position: center top;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}

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

.q-link p {
  align-items: center;
  margin: 0;
  font-size: 16px;
  color: #000;
 }

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

.q-btn, a.q-btn {
  background: #1a1a1a;
  color: #000000;
  border: 1px solid #1a1a1a;
  padding: 15px 20px;
  max-width: 300px;
  width: 100%;
  margin: 0;
  color: #fff;
  z-index: 5;
}

.q-content p {
  margin: 20px 0 30px;
}

.cow .btn {
  text-transform: none;
}

.cow, .rc-box{
  border: 0px;
}

.cta {
  background: #e0e0e0;
}

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

.btn {
  font-size: 16px;
  text-align: center;
  background-position: center;
  transition: background 0.8s;
  margin-top: 20px;
  font-weight: bold;
  padding: 17px;
  border-radius: 5px;
}

.btn-primary, a.btn-primary, .readmore, p.readmore {
  background-color: #ffffff;
  color: #000;
  border: 2px solid #000;
}

.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: #e0e0e0 radial-gradient(circle,transparent 1%,#e0e0e0 1%) center/15000%;
  color: #1a1a1a;
}

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

/*Featured Cars*/
.featured-cars .lSAction > .lSPrev {
  left: -20px;
}

.featured-cars .lSAction>.lSNext{
  right: -20px;
}

.featured-cars .lSAction>a{
  top: 22%;
  border-radius: 0;
  border: 2px solid #000;
  color: #c42f32;
  background: #fff;
}

.featured-cars .lSSlideOuter {
  overflow: inherit;
}

.featured-cars .lSAction > a:hover {
  border-color: #404040;
  background: #e0e0e0;
}

.cow .cow-il {
  width:auto;
}

.cow .cow-il li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
  color: #585858;
}

.cow ul {
  margin: 0;
  padding: 0;
}

.cow h2, .home .cow h2 {
  padding: 15px 0;
  font-size: 14px;
  background:#fff;
}

.cow-content {
  padding: 0 0 20px 0;
}

/* Gallery Grid - Masonary
   ========================================================================== */

.gallery-grid-layout {
  columns: 340px;
  column-gap: 30px; 
}

.gallery-grid-layout > div {
    break-inside: avoid-column;
    margin-bottom: 30px;
}

.gallery-grid-layout img {
  display: block;
}

.faq-header{
  width: 100% !important;
}

/* Sidebar
   ========================================================================== */
.sidebar-mini {
  position: fixed;
  right: -155px;
  top: 40%;
  transform: translateY(-50%);
  width: 200px;
  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 {
  color: #fff;
}

.sidebar-mini svg {
  height: 25px;
  width: 25px;
}

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

.sidebar-mini a {
  display: block;
  background: #e0e0e0;
  color: #000;
  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 span {
  display: block;
}

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

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

.google-map {
  display: block;
}

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

.next-step svg{
  font-size: 70px;
}

.h-service .wrapper {
  max-width: 800px;
}

.h-service h3 {
  font-family: ZonaProSB;
  font-size: 16px;
  color: #262626;
  margin-top: 0;
}

.h-service h1 {
  text-align: center;
  font-size: 30px;
  font-family: ZonaProL;
}

.bg-grey{
  background: #eee;
}

/* 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: #c42f32;
  color: #fff;
}

.wel-txt span {
  font-weight: bold !important;
  display: block !important;
}

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

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

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

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

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

.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 #1a1a1a;
}

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

.featured-cars-header h1 {
text-transform: uppercase;
}

.b-center {
    justify-content: center;
}
.nc-cen {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*Page Banners*/
.banner-txt {
max-width: 500px;
    margin: 0 auto;
    position: absolute;
    left: 10%;
    color: #fff !important;
    bottom: 15%;
}
.banner-txt h1{
color:#fff;
}
.banner-txt h1 span {
    font-weight: bold;
    font-family: ZonaProB;
}

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

/*Next step*/
.b-ink h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'ZonaProB';
    margin-bottom: 30px;
}
.b-ink {
    padding-top: 30px;
}

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

/*Quick Links styling*/
.blue-bg {
    background: #e0e0e0;
}

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

.chronoform {
  margin-bottom: 10px;
}

.form-control, .select-container {
  margin-bottom: 25px;
  padding: 14px 10px;
  color: #000;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  font-size: 16px;
}

.select-container .select-hide {
   color: #000;
   height: 46px;
   padding: 0 10px;
}
.p-top {
    padding-top: 0px;
}
/* Form Select Colour */
.form-control:focus, .chrono-line .form-control:focus {
  border-color: #c42f32;
}

.form-group label {
  position: absolute;
  width: 100%;
  top: -20px;
  left: 0;
  padding: 0;
  border: 0;
  color: #c42f32;
  z-index: 1;
  font-size: 16px;
  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: 14px 12px;
  background-color: transparent;
  color: #262626;
  border-left: 0;
  border-right: 0;
  line-height: 1.5;
  font-size: 16px;
}

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

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

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

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

.footer-links {
    background-color: #e0e0e0;
    color: #707070;
}

.footer-links p {
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 1.9em;
}

.footer-links .head-3 {
  display: block;
  margin: 0 0 40px 0;
  color: #707070;
  font-size: 18px;
  text-transform: uppercase;
  font-family: ZonaProSB;
}

.footer-logo .wrapper,.footer-testimonials .wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-links .head-4 {
  margin: 20px 0 15px;
  color: #707070;
  font-size: 14px;
  font-family: ZonaProB;
}

.footer-links a {
  color: #707070;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.9em;
}

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

span.rate-big {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
}

.g-review img {
  height: 24px;
  margin-bottom: -3px;
}

.foo-testimonials {
  display: inline-flex;
  overflow: hidden;
}

.scroll-left {
  line-height: 2em;
  overflow: hidden;
  position: relative;
}
.scroll-left .ticker li {
  display: inline-block;
  margin-right: 50px;
}

.scroll-left .ticker {
  display: inline-block;
  list-style: none;
  margin: 0;
  line-height: 2em;
  text-align: left;
  white-space: nowrap;
  -moz-animation: scroll-left 60s linear infinite;
  -webkit-animation: scroll-left 60s linear infinite;
  animation: scroll-left 60s linear infinite;
}

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

/*General Tabs styling*/
.general h3.tabs-header {
  border: 1px solid #e0e0e0;
  padding: 15px 30px 15px 15px;
  background: #e0e0e0;
  position: relative;
  margin: 0px !important;
  margin-bottom: 2px !important;
}

.general .tabs-content {
  padding: 15px;
  display:none;
}

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

.general h3.tabs-header.active {
  background: #404040;
  color: #fff;
}

.general .tabs-header:after {
  content: "+";
  position: absolute;
  color: #000;
  right: 15px;
  top: 40%;
  z-index: 2;
  font-weight: bold;
  font-size: 28px;
}

.general .tabs-header.active:after {
  content: "-";
  color: #fff;
 }

/* Social
   ========================================================================== */
.footer-links .social a {
   border: 2px solid #000;
}

.social a {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding: 5px;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  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 a:hover {
  background: #e0e0e0;
  color: #0c0c0c;
}

.social .facebook {
  background-color: transparent ;
}

.social .youtube {
  background-color: transparent;
}

.social .linkedin {
  background-color: transparent;
}

.social .insta {
  background-color: transparent;

}

.social .twitter {
  background-color: transparent;
}

.social .gplus {
  background-color: transparent;
}

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

.top-header .social a {
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 14px;
  line-height: 1.5em;
  border-radius: 5px;
  color: #fff;
}

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

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

.copyright .wrapper {
  font-size: 10px;
  line-height: 1.5em;
  text-transform: uppercase;
      font-weight: bold;
      padding: 10px 50px;
}

.copyright a {
  color: #000;
}
.copyright {

    text-align: center;
}

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


@media (max-width: 500px) {
.hide-mobile-m{
  display:none !important;
}

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

.m-pad div {
  padding: 40px 40px 40px 60px;
}

.tgl-head {
  padding: 10px;
  padding-left: 60px;
  background: #000;
  color: #fff !important;
  margin-bottom: 0px !important;
}

.tgl-head + div {
  display: none;
}

.tgl-head.active + div {
  display: block;
}

.tgl-head:before {
  content: '+';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 10px;
  right: 50px;
}

.tgl-head.active:before {
  content: '-';
}

}

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

@media (min-width: 500px) {

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

.hide-tablet {
    display: none !important;
}

}



@media (min-width: 768px){
.w-box{
  background: #fff;
  padding: 40px;
 
}
}


@media (max-width: 1024px) {

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

.logo {
  margin: 0 auto;
}

.logo img {
    height: 50px;
}

.q-text {
  padding: 20px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  background: #000;
  width: auto;
  text-transform: capitalize;
  font-weight: 500;
  border-bottom: 1px solid #353535;
}

.q-content p, .q-content span {
  display: none;
}

.featured-cars-header .wrapper {
  padding: 100px 50px;
}


}

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

@media (min-width: 1025px) {

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

body {
  padding-top: 159px;
}

.anchor {
  top: -90px;
}

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

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

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

.featured-cars-header .wrapper,.next-step .wrapper  {
  padding: 120px 50px;
}
.wrapper  {
  padding: 80px 50px;
}

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

.top-header .social .facebook,.top-header .social .youtube{
      background-color: #000;
}

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


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

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



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

.m-menu {
  background: #eee;
}

.nav-menu {
  top: 34px;
  -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: 8px;
  padding-bottom: 8px;
  max-width: 1800px;
}

.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 {
  font-family: 'ZonaPro', sans-serif;
  display: block;
  padding: 15px 25px 10px;
  color: #000;
  border: none;
  font-size: 14px;
  }

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

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

.primary-nav .nav-child a {
  position: relative;
  padding: 8px 20px;
  text-align: left;
  background-color: #1a1a1a;
  color: #fff;
}
.primary-nav .nav {
       justify-content: flex-end;
}
.primary-nav .nav-child li:hover a {
  background: #c42f32;
  color: #ffffff;
}

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

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

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

.q-img {
  height: 300px;
}

.search-link {
    padding: 36px 40px 22px;
}

.q-content {
  position: absolute;
  left: 5%;
  bottom: -44%;
  transform: translateY(-40%);
  color: #fff;
  text-align: left;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.q-text {
  font-size: 17px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  border-bottom: none;
  color: #000;
  margin: 0;
  font-family: ZonaProSB;
}

.big-q .q-img {
  height: 472px;
}
.big-q .q-content {
  bottom: -28%;
}

.q-link:hover .q-content{
 transform: translateY(-145%);
}

.big-q:hover .q-content {
  transform: translateY(-160%);
}

.q-link:hover .q-text{
  color: #000;
}

.featured-cars .lSAction > .lSPrev {
    left: -45px;
}

.featured-cars .lSAction>.lSNext{
   right: -45px;
}

/*Next step*/
 .next-step svg {
    font-size: 130px;
}


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

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


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

.content {
  position: relative;
}

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

.welcome .wrapper {
  max-width: 1800px;
}

.w-box {
  padding: 180px 50px 180px 0;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

.footer-links .wrapper {
  font-size: 14px;
  padding-top: 100px;
 
}

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

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

}

@media(min-width: 1200px) {

body {
    padding-top: 161px;
}

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

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

.top-header a{
font-size:13px;
}

.big-q .q-img {
    height: 469px;
}



/* 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;
}
.search-link {
    padding: 33px 50px 22px;
}


}


@media(min-width: 1400px) {

.primary-nav a {
  font-size: 16px;
}
.search-link {
  padding: 33px 100px 22px;
}

.featured-cars-header .wrapper,.next-step .wrapper {
  padding: 140px 50px;

}


.featured-cars .lSAction > .lSPrev {
  left: -60px;
}

.featured-cars .lSAction>.lSNext{
   right: -60px;
}

}

@media(min-width: 1500px) {

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

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

.search-link {
  padding: 35px 100px 35px;
}

.q-content {
  bottom: -87%;
  width: 90%;
  height: 222px;
}

.big-q .q-img {
  height: 484px;
}

.big-q .q-content {
  bottom: -54%;
}

.q-link:hover .q-content {
    transform: translateY(-125%);
}

.w-box {
  padding: 180px 200px 180px 0;
}

}

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

.sms-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #c42f32;
    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;
}

}