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

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

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

body {
  background: #fff;
  color: #666666;
  padding-top: 98px;
}

.anchor {
  top: -40px;
}

h1, h2, h3, h4 {
  text-transform: uppercase;
  color: #760e28;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
}

/*h1:before, h2:before, h3:before, h4:before  {
    content: "/";
    color: #760E28;
    margin-right: 5px;
    font-weight: 700;
}

.r-slash:before {
    content: "/";
    color: #760E28;
    margin-right: 5px;
    font-weight: 700;
}*/


h1 {
  font-size: 25px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

a {
  color: #760E28;
}

a:hover {
  color: #000;
}

.wrapper {
  max-width: 1400px;
}

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

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

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

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

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

.content h1, .content h2 {
    border-bottom: 2px solid #1a1a1a;
}

.content h1{
    padding-bottom: 15px;
}

.content h2 {
padding-bottom: 22px;
    margin-top: 18px; 
}

.b-phone {
  font-size: 20px;
  font-weight: bold;
}


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

.top-header {
  display: none;
  background-color: #1A1A1A;
  width: 100%;
  border-bottom: 2px solid #F6A425;
}

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

.top-header img {
  display: block;
}

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

.top-header a, .top-header p, .top-header span {
  font-size: 16px;
}

.top-header p {
  color: #F7A525;
}

.top-header span {
  color: #F7A525;
  font-weight: 700;
  margin: 0 5px;
}



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

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

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

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

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

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

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

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

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

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

.m-menu .active > a {
  background-color: #760E28;
  color: #f7a525;
}

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

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

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


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

.lSSlideOuter .lSPager.lSpg>li a {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

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

.lSAction>a:hover {
    opacity: 1;
    color: #ee2726;
}

.lSAction>a.lSPrev {
  padding: 4px 3px;
    left: 0px !important;
}


.lSAction>a.lSNext {
  padding: 4px 6px;
    right: 0px !important;
}


.home .banner {
      background: url(../images/banner-bg.jpg) no-repeat 50% 50%;
      background-size: cover;
}

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


.home .banner .wrapper, .lSSlideOuter, .lSSlideWrapper {
    position: static;
}



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

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

.quicklinks {
  background-color: #760E28;
}

.quicklinks .wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.q-link {
  position: relative;
}

.q-link:hover {
  background-color: #1a1a1a;
}

.q-link img {
  display: block;
}

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


/* New Links
   ========================================================================== */
.n-link div {
    background-size: cover;
    background-repeat: no-repeat;
    height: 220px;
    background-position: center;
}


.n-link a {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 220px;
  width: 100%;
}


.n-link h3 {
    margin: 0;
    padding: 10px 20px;
    background-color: #1a1a1a;
    color: #fff;
}

.n-link:hover h3 {
   color: #b50127;
}


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

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

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

.btn-secondary, a.btn-secondary {
  background-color: #760E28;
  color: #Fff;
}

.btn-grey, a.btn-grey {
  background-color: #333;
  color: #fff;
}

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

a.btn-grey:hover, .btn-grey:hover {
  background-color: #666;
  color: #fff;
}

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


/* Featured Cars
   ========================================================================== */
.featured-cars {
  background-color: #262626;
}

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

.featured-cars h1 {
  color: #F6A425;
}





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

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

.welcome h1 span {
  color: #760E28;
}

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

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

.google-map {
  display: block;
}

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

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

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

.gallery li.sigFreeThumb {
  width: 100% !important;
  margin-bottom: 20px !important;
}


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

.chronoform {
  margin-bottom: 10px;
}

.form-control, .select-container {
  margin-bottom: 14px;
  padding: 8px 20px;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  font-size: 16px;
}

.form-control, .select-container {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 3px solid #f7a525;
}

.select-container .select-hide {
    color: #000;
    height: 34px;
    padding: 0 16px;
    margin-left: 0;
    text-transform: uppercase;
    font-size: 16px;
}

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

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

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

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

.chronoform .error + label {
  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: #1a1a1a;
  font-size: 16px;
  line-height: 1.42857143;
}

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

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

.footer-links {
  background-color: #760E28;
  color: #fff;
  position: relative;
}

.footer-links p b {
  color: #F6A425;
}

.footer-links h1 {
  display: block;
  margin: 20px 0;
  font-size: 18px;
  color: #fff;
}


.footer-links h2 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #F6A425;
    font-weight: bold;
}

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

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

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

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

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

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

.social a {
  display: inline-block;
  padding: 11px;
  font-size: 16px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  cursor: pointer;
  line-height: 1em;
  text-align: left;
  background-color: #3b5998;
}

.social li {
  margin-left: 10px;
}

.social svg {
    vertical-align: middle;
    margin-right: 20px;
}

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

.footer .social a {
  color: #fff;
}

.social a:hover.facebook {
  background-color: #000 ;
}

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

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

.social a:hover.instagram {
  background-color: #4E433C;
}

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

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

.top-header .social a {
  width: 37px;
  height: 37px;
  padding: 6px 9px;
  font-size: 20px;
  vertical-align: top;
}

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

.copyright {
    background-color: #760E28;
    color: #fff;
}

.copyright .wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 1.2em;
  text-transform: uppercase;
}

.copyright a {
  color: #fff;
}


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

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

@media (min-width: 500px) {

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


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

.gallery li.sigFreeThumb {
  width: 49% !important;
  margin: 0 2% 20px 0 !important;
}

.gallery li.sigFreeThumb a {
  width: 100% !important;
}

.gallery li.sigFreeThumb:nth-child(2n) {
  margin-right: 0 !important;
}

}

@media (max-width: 1024px) {

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



}

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

@media (min-width: 1025px) {

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

body {
  padding-top: 167px;
}

.anchor {
  top: -90px;
}

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

h1 {
    font-size: 40px;
}

h2 {
  font-size: 24px;
}

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

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

.m-menu {
  background: #eee;
}

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

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

.primary-nav a {
  display: block;
  padding: 10px 10px;
  color: #f7a525;
  border: none;
  font-size: 14px;
}

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

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

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

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

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

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

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

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


.brands .wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}


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

.q-link {
  padding: 40px 15px 20px;
}

.q-img {
  height: 300px;
}

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

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

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

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

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

.content {
  position: relative;
}

.welcome {
    background-size: contain;
    background-position: right;
}

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


.welcome-logo {
  position: absolute;
  top: 50px;
  left: 43px; 
}

.welcome-text {
  padding-left: 90px;
}


.btn-welcome {
    font-size: 24px;
    text-transform: uppercase;
}

a.btn-welcome:hover {
    text-decoration: none;
}

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

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

.col-half {
  width: 50%; 
}






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

.gallery li.sigFreeThumb {
  width: 32% !important;
  margin: 0 2% 20px 0 !important;
}

.gallery li.sigFreeThumb:nth-child(2n) {
  margin-right: 2% !important;
}

.gallery li.sigFreeThumb:nth-child(3n) {
  margin-right: 0 !important;
}


/* 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 {
  margin-bottom: 25px;
  padding: 10px 20px;
}

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

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

.form-group label {
  top: -20px;
  font-size: 14px;
}

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

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

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

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


}

@media(min-width: 1200px) {



h1 {
  font-size: 48px;
}

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


.logo {
  width: 250px;
}



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

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

}

@media(min-width: 1400px) {

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

}

@media(min-width: 1500px) {

body {
  padding-top: 230px;
}

.logo {
  width: auto;
}


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


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

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



}