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

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

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

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

.anchor {
  top: -40px;
}

h1, h2, h3, h4, .head-1, .head-2, .head-3, .head-4 {
  color: #000;
  font-weight: 500;
  line-height: 1.25em
}

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

}

h2, .head-2 {
  font-size: 30px;
  font-style: normal;
}

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

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

a {
  color: #000;
}

a:hover {
  color: #c3232b;
}


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

.wrapper, .sml-wrapper, .full-wrapper {
  line-height: 1.5em;
}

.wrapper, .sml-wrapper {
  padding: 40px 30px;
}

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

.wrapper {
  max-width: 1600px;
}

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

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

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

.m-top {
  margin-top: 20px;
}
.cow {
    border-top: 2px solid #c3232b;
}
.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;
}
.featured-banner .cow-img:after {
    background-color: #c3232b;
 }

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

/* 6.3.2 - Fixed menu items positioned under navigation */

.fixed-menu {
  --fixed-padding: 44px;
}

@media(min-width: 1025px) {
  .fixed-menu {
    --fixed-padding: 88px;
  }
}


/* 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;
  font-size: 14px;
}
span.top-red {
    color: #c3232b;
    margin: 0px 5px;
}
.top-header a:hover {
  color: #c3232b;
  text-decoration: none
}

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

.top-header .wrapper > svg {
  margin: 0 5px 0 10px;
}
.mbl-head {
    width: 100%;
    justify-content: center;
}
.logo img {
       margin: 0 auto;
       height: auto;
}

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

.dealer-menu {
    background: #FFF;
    position:fixed;
    top: 40px;
    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: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.dealer-name {
    color: #000;
    text-align: right;
    font-weight: 900;
    font-size: 20px;
    width: auto;
    float: right;
    text-transform: uppercase;
}

.mobile-title {
    font-weight: bold;
    font-size: 20px;
        text-transform: uppercase;
}
.dealer-name span,.mobile-title span {
   font-weight: 100;
       color: #000;
}

h1 span,h2 span{
 color: #c3232b;
}


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

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

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

.logo a {
  display: block;
}


.logo {
  margin-right: 20px;
}



.nav-menu .wrapper, .header .wrapper{
    max-width: 1500px;
}

/*Mega Menu Styling*/
.mega-menu {
    background: #fff;
    text-align: center;
    position: fixed;
    left: 0;
    top: 185px;
    z-index: 5000;
    width: 100%;
    height: 100%;
    display: none;
    overflow: auto;
}
.fixed-menu .mega-menu{
 top: 88px;
}

.mega-menu .M-link p {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.mega-menu .M-link a {
    text-decoration: none;
}

.mega-menu .wrapper {
    max-width: 1200px;
}

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

.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 a:hover img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    text-decoration: none;
}
.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: 50px;
    padding-bottom: 100px;
}
/* Mobile Header
   ========================================================================== */

.mobile-header {
  top: 104px;
  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: 15px;
}


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

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

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

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

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

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

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

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


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

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

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

.home .banner .wrapper{
	max-width: 1500px;
}

/* Featured Cars
   ========================================================================== */
   
.featured-cars .lSSlideOuter .lSPager.lSpg {
    display: none;
}
.featured-cars h1 span {
    color: #c3232b;
}
.cow .btn {
    text-transform: none;
    text-align: left;
}

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

.quicklinks {
  background-color: #fff;
}

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

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

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

.q-link p {
  display: flex;
  align-items: center;
  background-color: #c3232b;
  padding: 20px;
  margin: 0;
  font-size: 16px;
  color: #fff;
  position: relative;
}

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

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

.hm-brands {
    text-align: center;
}
.hm-brands a{
    text-decoration: none;
}
/*Home Brands Wrapper*/
.hm-brands .wrapper,.quicklinks .wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}
.hm-brands .wrapper {
    padding-top: 50px;
}
.hm-brands {
    text-transform: uppercase;
}

.M-link p {
    font-size: 16px;
}
/* Button
   ========================================================================== */

.btn {
  font-size: 14px;
  text-align: left;
  background-position: center;
  transition: background 0.8s;
  padding: 20px;
  margin-bottom: 10px;
}

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

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

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

a.btn-secondary:hover, .btn-secondary:hover {
  background-color: #757575;
  color: #fff;
}

.btn-primary:active, a.btn-primary:active, p.readmore:hover, .readmore:hover, .btn-secondary:active, a.btn-secondary:active {
  background-color: #757575;
  color: #fff;
}

.btn-outline, a.btn-outline {
  background-color: #fff;
  border: 1px solid #c3232b;
  color: #c3232b;
  text-align: left;
}

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

.btn-outline:after,.btn.form-submit:after,.q-link p:after,.btn-car:after{
  content: "\203A";
  position: absolute;
  right: 20px;
  top: 43%;
  z-index: 2;
  font-weight: 100;
  font-size: 25px;
  transform: translateY(-50%);
}

.car-search .btn {
  padding:15px 20px !important;
}

.cl-btm .btn-primary:after, .refine-search .btn-primary:after{
  display:none;
}

.nc-cen {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cl-content h2 span {
    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: #c3232b;
    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;
}

.search-our-stock {
  background-size: cover;
  background-position: center;
}

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

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

.google-map {
  display: block;
}

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

/*Welcome */
.welcome h1 {
    color: #c3232b;
        margin-bottom: 0px;
}

.welcome h1 span{
    color: #000;
}
.welcome h2 {
    margin-top: 0px;
    font-size: 24px;
}



/* Finance text calculator
   ========================================================================== */

.finance-text-calc .ft-content {
  margin: 30px 0;
}

.ft-content .ft-text {
  margin-top: 15px;
  font-size: 36px;
  line-height: 1.5;
}

.ft-content .input-group, .ft-content .select-group {
  position: relative;
}

.ft-input {
  padding: 0 5px;
  border: 0;
  border-bottom: 2px solid #000;
  background-color: transparent;
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
}

.ft-input option {
  font-size: 0.6em;
}

.ft-input.error {
  border-color: red;
}

.ft-input:focus {
  outline: 0;
}

.ft-input.loan-amount {
  max-width: 200px;
  padding-left: 30px;
}

.ft-input.loan-interest {
  max-width: 150px;
  padding-right: 30px;
}

.ft-input.loan-balloon-value {
  max-width: 150px;
  padding-left: 30px;
}

.ft-input.loan-balloon-percent {
  max-width: 100px;
  padding-right: 30px;
}

.input-icon {
  position: absolute;
  left: 0;
  top: -16px;
  font-size: 1.3em;
  color: #000;
  font-weight: bold;
}

.loan-interest + .input-icon, .loan-balloon-percent + .input-icon {
  left: auto;
  right: 8px;
}

.ft-text {
  display: block;
}

.ft-content #allow-balloon {
  display: inline-block;
  margin-top: 20px;
}

.ft-disclaimer {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.8;
  color: #777;
}

.ft-results {
  margin-top: 30px;
  padding: 30px;
  background-color: #f5f5f5;
}

.ft-results p {
  margin: 0;
  font-size: 22px;
}

.ft-repayment {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #ddd;
}

.ft-repayment .tabs-content {
  display: none;
}

.ft-repayment .tabs-content.active {
  display: block;
  font-size: 80px;
  line-height: 2;
}

.ft-repayment .tabs-header {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000;
  border-left-width: 0;
  cursor: pointer;
}

.ft-repayment .tabs-header:nth-child(4){
  border-radius: 3px 0 0 3px;
  border-left-width: 1px;
}

.ft-repayment .tabs-header:nth-child(6){
  border-radius: 0 3px 3px 0;
}

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

.ft-repayment .balloon-payment {
  margin-top: 20px;
}

.ft-loan-details {
  max-width: 350px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2;
}

.ft-loan-details.ftld-ec {
  font-weight: bold;
}

.ft-results .btn-primary {
  margin-top: 30px;
}

.preapproval-form {
  display: none;
}

.preapproval-form.show {
  display: block;
}


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


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

/*Featured  Cars*/
.cow h2, .home .cow h2{
      font-size: 18px;
      font-weight: 100;
}

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

.tabs {
  margin-top: 20px;
}

.default-header {
  display: inline-block;
text-align:center;
  width: auto;
     width: 33%;
  margin: 0;
  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: #c3232b;
  color: #fff;
  border-color: #c3232b;
}

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

.default-content.dropdown.active {
  max-height: 10000px;
}
/*Search Stock*/
.search-our-stock .wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* 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;
}


/* 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
   ========================================================================== */


.form-control, .select-container {
  margin-bottom: 20px;
  padding: 8px 10px;
  color: #000;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0;
}

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

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

.form-group label {
    position: absolute;
    top: -9px;
    left: 5px;
    padding: 0 5px;
    border: 0;
    color: #c3232b;
    z-index: 1;
    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;
    font-size: 12px;
    background: #fff;
}

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

.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;
  line-height: 1.5em;
}

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

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

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

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

.footer-links .head-3 {
  display: block;
  margin: 0 0 40px 0;
  color: #c3232b;
  text-transform: uppercase;
    font-size: 16px;
}


.footer-links .head-4 {
  margin: 20px 0 0;
  color: #BC3218;
      text-transform: uppercase;
    font-size: 14px;
}

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

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

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

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

.social a {
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    padding: 7px;
    font-size: 18px;
    color: #fff;
    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: #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: 30px;
  height: 30px;
  padding: 7px;
  font-size: 16px;
}

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

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

.copyright .wrapper {
  font-size: 12px;
  line-height: 1.5em;
}

.copyright a {
  color: #fff;
}
.copyright a:hover {
  color: #efefef;
}

.edge-designed {
  margin-bottom: 0;
}

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

/* TABLET STYLES
   ========================================================================== */
@media (max-width: 500px) {
.home .banner .excerpt {
    padding: 20px 50px;
    text-align: center;
}

.hide-m-mobile{
  display:none;
}
.copyright .wrapper {
  text-align: center;
}
.home .banner h2, .home .banner h4 {
  letter-spacing: 1px;
}
 .home .banner h2 {
       font-weight:bold;
}
 .home .banner h4 {
       margin-top: 0px;
}
 .home .banner .btn {
     letter-spacing: 1px;
}
.home .banner .btn {
    background-color: #c3232b;
    color: #fff;
}

/*Footer Links */
.footer-links .tabs-header {
    background: #c3232b;
    padding: 20px;
    color: #fff;
}
.footer-links .tabs-header:after {
    content: "+";
    position: absolute;
    color: #fff;
    right: 20px;
    top: 20px;
    z-index: 2;
    font-weight: 900;
    font-size: 26px;
}.footer-links .active.tabs-header:after {
    content: "-";
}
.footer-links .tabs-content {
    display: none;
}
.footer-links .active + .tabs-content {
    display: block;
}

.footer-links .tabs-header {
    margin-bottom: 0;
        position: relative;
}
.footer-links .tabs-content {
  padding: 20px;
}
.mmb-0 {
    margin-bottom: 0 !important;
}
}

@media (min-width: 500px) {
.hide-tablet {
    display: none;
}
.M-link img:hover {
    transform: scale(1.1);
    transition: transform .2s;
}
}

@media (max-width: 1024px) {

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

}

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

@media (min-width: 1025px) {

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

body {
  padding-top: 185px;
}

.anchor {
  top: -90px;
}

.wrapper, .sml-wrapper {
  padding: 80px 50px;
}

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

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

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

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


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

.top-header {
  display: block;
  position: fixed;
  z-index: 1040;
  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;
}

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


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

.m-menu {
  background: #eee;
}

.nav-menu {
  top: 52px;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  transition: top 0.4s ease;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
  
.translated-ltr.translated-ltr .skiptranslate ~ .header .nav-menu {
  top: 88px;
}

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

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

.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;
}
.item-402 ul {
    display: none !important;
}
.primary-nav a {
  display: block;
  padding: 10px 10px;
  color: #000;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
}

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

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

.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: #c3232b;
  color: #ffffff;
}

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

.right-sidebar h2 {
 margin: 14px 0 27px; 
}
.btn.btn-primary:after,.btn.form-submit:after{
       top: 10px;
}
/* Smaller Navigation on scroll
   ========================================================================== */

/*.fixed-menu .top-header {
  top: 0;
}
*/
.fixed-menu .dealer-menu {
  top: -103px;
}

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

/*Featured Cars section*/
.cow h2, .home .cow h2{
      font-size: 24px;
}

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

.q-link {
  margin: 0;
}

.q-img {
  height: 160px;
}


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

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



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

.content {
  position: relative;
}

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

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

.col-half {
  width: 45%;
}

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

/*Maps*/
.white-box {
  position: absolute;
  top: 10%;
  left: 0;
  background: #c3232b;
  padding: 24px;
  z-index: 2;
  color: #000;
  max-width: 450px;
  font-size: 15px;
  width: 100%;
  padding: 40px 40px 40px 40px;
  box-shadow: #3e3e3e 0px 2px 5px 2px;
}

.white-box .head-4 {
  text-transform: uppercase;
}
.location-map {
  height: 500px;
  margin: 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.google-map {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.white-box p,.white-box a {
  color: #fff;
  line-height: 1.5;
}

.white-box .head-4 {
  margin-bottom: 5px;
  color: #ffb3b3;
  font-size: 12px;
}

.white-box .btn {
  background: transparent;
  border: 1px solid white;
}

.white-box .btn:hover {
  background: white;  
  color: #c3232b;
}

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

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

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

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

.form-group label {
  top: -9px;
  font-size: 12px;
  background: #fff;
  left: 5px;
}

.form-group .select-container.active + label {
  top: -8px;
}

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

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

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

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

.copyright .wrapper {
    padding: 20px 50px;
}
.copyright p {
    margin-bottom: 0px;
}

}

@media(min-width: 1200px) {

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

.q-img {
  height: 220px;
}

.M-link p {
    font-size: 20px;
}

.q-link p {
  font-size: 22px;
  padding: 25px 20px;
}

}

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


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

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

}


@media(min-width: 1400px) {

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

.white-box {
  max-width: 680px;
  max-width: calc(50vw - 200px);
  display: flex;
  justify-content: flex-end;
}

.white-box > div {
  width: 100%;
  max-width: 250px;
}

}

@media(min-width: 1500px) {

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

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

h1, .head-1 {
    font-size: 50px;
}
/*Featured Cars section*/
.cow h2, .home .cow h2{
      font-size: 26px;
}

}

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

}

/* stock search */
.si-content .si-repayments {
    font-weight: 700;
}

.si-content .si-repayments span {
    font-size: 14px;
    font-weight: 400;
}

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

}