/* MOBILE STYLES
   ========================================================================== */

/* Layout
   ========================================================================== */

html {
  font-family: 'Libre Franklin', sans-serif;
}

body {
  background: #fff;
  padding-top: 139px;
  color: #4a4a4a;
  line-height: 1.8em;
}

.anchor {
  top: -40px;
}

h1, h2, h3, h4, .head-1, .head-2, .head-3, .head-4 {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

h1, .head-1 {
  font-size: 28px;
  color: #0b65ab;
}

h2, .head-2 {
  font-size: 24px;
}

h3, .head-3 {
  font-size: 20px;
}

h4, .head-4 {
  font-size: 16px;
}

a {
  color: #000;
}

b {
  color: #0b65ab;
}

a:hover {
  color: #0d65ab;
}

.wrapper {
  max-width: 1400px;
  line-height: 1.4em;
}

.sml-wrapper {
  max-width: 1200px;
}

.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;
}

/* Top Header
   ========================================================================== */

.top-header {
  display: none;
  background-color: #0d65ab;
  width: 100%;
}

.top-header .wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  justify-content: flex-end;
}

.top-header .wrapper > svg {
  display: inline-block;
  vertical-align: middle;
  color: #2ba0ef;
}

.top-header a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.top-header a:hover {
  text-decoration: underline;
}

.top-header p {
  font-size: 14px;
  color: #fff;
}

.top-header .wrapper > svg {
  margin: 0 5px 0 10px;
}


/* Dealer menu
   ========================================================================== */

.dealer-menu {
    background: #000;
    position:fixed;
    top: 52px;
    left: 0;
    width: 100%;
    z-index: 1030;
    -webkit-transition: top 0.4s ease;
    -moz-transition: top 0.4s ease;
    transition: top 0.4s ease;
}

.dealer-menu .wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}

.dealer-menu .logo {
  display: inline-block;
  width: 150px;
}

.dealer-name {
    color: #fff;
    text-align: right;
    font-weight: 700;
    font-size: 20px;
    width: auto;
    float: right;
    font-style: italic;
    margin-top: 15px;
}

.dealer-name span {
    color: #0d65ab;
}


/* Navigation
   ========================================================================== */

.nav-menu {
  z-index: 1030;
  background-color: #ffffff;
  color: #0b65ab;
}

.fixed-menu .nav-menu {
  top: -115px;
}


.logo a {
  display: block;
}

/* Mobile Header
   ========================================================================== */

.mobile-header {
  top: 93px;
  background-color: #0b65ab;
  border-top: 1px solid #30a5ff;
  border-bottom: 1px solid #30a5ff;
}

.fixed-menu .mobile-header {
  top: 0;
}

.mobile-header a, .mobile-link {
  color: #fff;
  font-size: 15px;
}

.m-menu {
  background-color: #f0f0f0;
}

.m-menu a {
  color: #444;
  border-bottom: 1px solid #e4e4e4;
}

.m-menu .active > a {
  background-color: #0d65ab;
  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: #0d65ab;
  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: #0d65ab;
    color: #fff;
}
.banner-layer.full-height {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
.lSAction>a.lSPrev {
  padding: 4px 3px;
}

.lSAction>a.lSNext {
  padding: 4px 6px;
}

/* Featured Cars
   ========================================================================== */

.featured-cars .lSSlideOuter .lSPager.lSpg {
    display: none;
}

/* Quicklinks
   ========================================================================== */

.quicklinks {
  background-color: #ffffff;
}

.quicklinks .wrapper {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
}

.q-link {
  position: relative;
  overflow: hidden;
}

.quicklinks .flex > * {
  padding-bottom: 0;
}

.q-img {
  background-size: cover;
  background-position: center top;
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.q-link a {
  text-decoration: none;
}

.q-words {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  padding: 10px;

}

.q-words h3 {
  color: #fff;
    padding-bottom: 7px;
    font-size: 18px;
    margin-bottom: 0;
}

.q-words p {
  display: none;
}

.q-overlay {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: 2;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#606060+0,444444+100&0+28,0+28,0.54+100 */
background: -moz-linear-gradient(top, rgba(96,96,96,0) 0%, rgba(88,88,88,0) 28%, rgba(68,68,68,0.54) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(96,96,96,0) 0%,rgba(88,88,88,0) 28%,rgba(68,68,68,0.54) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(96,96,96,0) 0%,rgba(88,88,88,0) 28%,rgba(68,68,68,0.54) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00606060', endColorstr='#8a444444',GradientType=0 ); /* IE6-9 */
}

.q-link:hover .q-img {
  transform: scale(1.1);

}

.q-link:hover .q-overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0b65ab+0,0b65ab+100&0+28,0+28,0.54+100 */
background: -moz-linear-gradient(top, rgba(11,101,171,0) 0%, rgba(11,101,171,0) 28%, rgba(11,101,171,0.54) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(11,101,171,0) 0%,rgba(11,101,171,0) 28%,rgba(11,101,171,0.54) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(11,101,171,0) 0%,rgba(11,101,171,0) 28%,rgba(11,101,171,0.54) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000b65ab', endColorstr='#8a0b65ab',GradientType=0 ); /* IE6-9 */
}

.q-img {
  height: 140px;
}
/* Button
   ========================================================================== */

.btn {
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
}

.btn-primary, a.btn-primary {
  background: #0d65ab;
  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: #0d65ab;
  color: #fff;
}

.btn-outline, a.btn-outline {
  background: transparent;
  border: 2px solid #000;
  color: #000;
}

a.btn-outline:hover, .btn-outline:hover {
  background-color: #000;
  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: #0d65ab;
  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;
}

.welcome .wrapper {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.welcome h1 span {
  display: block;
}

.search-our-stock h1 {
  color: #fff;
  font-size: 22px;
}

.search-our-stock label {
  text-align: left;
}

.google-map {
  display: block;
}

.google-map iframe {
  max-width: 100%;
  pointer-events: none;
}

.search-our-stock .wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.side-block {
  padding: 30px;
    background-color: #f7f7f7;
    border: 1px solid #0b65ab;
}

.side-block h2 {
  color: #0b65ab;
  margin-top: 0 !important;
}

.blue-i {
  color:#0b65ab;
}

.team-member h3 {
  color: #0b65ab;
  margin-bottom: 5px;
}

.team-member h4 {
  font-weight: 100;
  text-transform: none;
  margin-top: 0;
}

.team-member p {
  color: #0b65ab;
}

.team-member {
  background-color: #f3f3f3;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #0b65ab;
}

.content h1 span {
  display: block;
  color: #999999;
}
/* Homepage Map
   ========================================================================== */

.google-map {
  pointer-events:none;
  width: 100%;
  height: 100%;
  height: 750px;
}

.location-map {
  margin: 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.g-map {
  pointer-events:none;
}

.mwhite {
  background-color: #fff;
}

.mwhite h4 {
  margin-bottom: 0;
  font-weight: 100;
  font-size: 18px;
}

.map-black h2 {
  color: #fff;
    margin-bottom: 0;
    font-size: 16px;
}

.map-black .wrapper {
    padding: 5px 30px;
}

.mwhite .wrapper {
    padding: 15px 30px;
}

.map-cen {
  align-items: center;
}

.map-box {
  position: absolute;
  top: 50%;
  left: 18%;
  background-color: #000;
  width: 800px;
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  
  .map-box {
    left: 50px;
  }
  
}

.map-white {
    background-color: #fff;
    text-align: center;
}

.map-white img {
  width: 260px;
}

.map-white .wrapper {
  padding: 10px 30px
}

.grey-map {
  background-color: #0d65ab;
}

.grey-map .wrapper {
  padding: 30px;
}

.grey-map h4 {
  font-weight: 100;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
}

.grey-map p b {
  color: #65b5ec;
}

.grey-map h3 {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;

}

.grey-map .head-4 {
  color: #2ba0ef;
    text-transform: uppercase;
    font-size: 14px;
}

.grey-map p, .grey-map a {
  font-size: 14px;
    color: #fff;
    line-height: 1.3em;
}

.map-red-btn a, .map-grey-btn a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.map-red-btn {
  background-color: #EC1C23;
  border-radius: none;
}

.map-grey-btn {
  background-color: #747477;
  border-radius: none;
}

.map-red-btn .wrapper, .map-grey-btn .wrapper {
  padding: 10px 30px;
  text-align: center;
}

.map-red-btn p, .map-grey-btn p {
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.map-red-btn a:hover, .map-grey-btn a:hover {
  cursor: pointer;
  background-color: #000;
}

.map-red-btn a:hover p, .map-grey-btn a:hover p {
  color: #fff;
}

.red-strip {
  background-color: #0b65ab;
}

.red-strip .wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.red-strip h4 {
  display: inline-block;
    width: auto;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 10px;
}

.red-strip ul {
  display: inline-block;
  vertical-align: middle;
}

.footer-links .wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* Promotions
	 ========================================================================== */
.promotions .promo-tile img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.promotions .promo-tile:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.promotions .promo-tile a {
  text-decoration: none;
}

/* 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: 0;
  padding: 15px 20px;
  background-color: #dce4e6;
  color: #0b65ab;
  font-size: 18px;
  cursor: pointer;
  border-right: 1px solid #aaa;
}

.tabs-header:last-child {
  border-right: 0;
}

.tabs-header.dropdown {
  display: block;
}

.tabs-header.active {
  background-color: #0d65ab;
  color: #fff;
  border-color: #0d65ab;
}

.tabs-content {
  display: none;
  padding: 20px 0;
}

.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;
  border-right: none;
  border-bottom: 1px solid #ccc;
}

.tabs-content h3 {
  color: #0b65ab;
}

.tabs-content.active {
  display: block;
}

.tabs-content.dropdown.active {
  max-height: 10000px;
}


.team-header {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 15px 20px;
  background-color: #dce4e6;
  color: #0b65ab;
  font-size: 18px;
  cursor: pointer;
  border-right: 1px solid #aaa;
}

.team-header:last-child {
  border-right: 0;
}

.team-header.dropdown {
  display: block;
}

.team-header.active {
  background-color: #0d65ab;
  color: #fff;
  border-color: #0d65ab;
}

.team-content {
  display: none;
  padding: 20px 0;
}

.team-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;
}

.team-content h3 {
  color: #0b65ab;
}

.team-content.active {
  display: block;
}

.team-content.dropdown.active {
  max-height: 10000px;
}
/* Map Tabs
   ========================================================================== */

.map-red-btn {
  display: inline-block;
  /*width: auto;*/
  cursor: pointer;
  background-color: #fff;
  border-right: 1px solid #ccc;
  /*width: 50%;*/
}

.map-btn{
  color:#fff;
  border-right: 1px solid #ccc;
}

.map-red-btn p {
  color: #000;
}

.map-red-btn p {
  margin-top: 0;
}

.map-red-btn.dropdown {
  display: block;
}

.map-red-btn.active {
  background-color: #000;
}

.map-red-btn.active p {
  color: #fff;
}

.map-content {
  display: none;
}

.map-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;
}

.map-content.active {
  display: block;
}

.map-content.dropdown.active {
  max-height: 10000px;
}

/* Contact page
   ========================================================================== */

.contact-tabs .inline-list {
  padding-left: 0;
  background-color: #dce4e6;
}

.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 .btn-full {
  margin-bottom: 10px;
}

.contact-card .s-header {
  width: auto;
  color: #000;
  font-size: 20px;
  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;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* 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: #4a4a4a;
   height: 34px;
   padding: 0 10px;
}

/* Form Select Colour */
.form-control:focus, .chrono-line .form-control:focus {
  border-color: #0d65ab;
}

.form-group label {
  position: absolute;
  width: 100%;
  top: -20px;
  left: 0;
  padding: 0;
  border: 0;
  color: #0d65ab;
  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 12px;
  background-color: transparent;
  color: #4a4a4a;
  border-left: 0;
  border-right: 0;
  line-height: 1.42857143;
  font-size: 14px;
}

.chronoform .error {
  border-color: red !important;
}

.chronoform .error + label, .chronoform .error select {
  color: red !important;
}

.chronoform:not(.chrono-lines):not(.chrono-l-labels) .select-container + label {
  display: none;
}

.chronoform:not(.chrono-lines):not(.chrono-l-labels) .select-container.active + label {
  display: block;
}

/* Lines Theme */

.chrono-lines .form-control, .chrono-lines .select-container {
  padding: 10px 4px;
  border: 0;
  border-bottom: 1px solid #666;
}

.chrono-lines .select-container .select-hide {
   padding: 0;
}

.chrono-lines .form-group label {
  top: -13px;
  left: 4px;
  padding: 0;
  background-color: transparent;
  color: #666;
}

.chrono-lines .form-control.empty + label {
  top: 0;
  left: 4px;
  padding: 10px 0;
}

.chrono-lines .form-control:not(.empty):focus + label {
  color: #0099ff;
}

/* Left Labels Theme */

.chrono-l-labels .form-group {
  *zoom:1
}

.chrono-l-labels .form-group:before{
  content:" ";
  display:table
}

.chrono-l-labels .form-group:after{
  content:" ";
  display:table;
  clear:both
}

.chrono-l-labels .form-control, .chrono-l-labels .select-container, .chrono-l-labels .form-submit {
  float: right;
  width: 74%;
}

.chrono-l-labels .form-group label, .chrono-l-labels .form-control.empty + label  {
  position: relative;
  width: 25%;
  top: auto;
  left: auto;
  float: left;
  padding: 10px 0;
  background-color: transparent;
  color: #666;
  font-size: 16px;
  line-height: 1.42857143;
}

.chrono-l-labels .form-control:not(.empty):focus + label {
  color: #0099ff;
}

/* Footer Links
   ========================================================================== */

.footer-links {
  background-color: #fff;
  color: #000;
}

.footer-links p {
  margin: 0 0 20px 0;
}

.footer-links .head-3 {
  display: block;
  margin: 0 0 15px 0;
  font-size: 18px;
  color: #0b65ab;

}


.footer-links .head-4 {
  margin: 20px 0 0;
  color: #2ba0ef;
  font-size: 16px;
  text-transform: none;
}

.footer-links a {
  color: #000000;
  text-decoration: none;
}

.footer-links a:hover, .copyright a:hover {
  color: #0d65ab;
}

.footer-links .chronoform {
  margin-bottom: 0;
}

.f-sitem .wrapper {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.f-sitem ul {
  margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 auto;
    max-width: 700px;
    width: auto;
}

.f-sitem li {
    margin-right: 20px;
}

.f-sitem a {
    color: #fff;
}

/* 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: 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: #2e85c7 ;
}

.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: #000;
  color: #fff;
}

.copyright .wrapper {
  font-size: 12px;
  line-height: 1.2em;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}

.copyright a {
  color: #fff;
}


.edge-designed a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

/* TABLET STYLES
   ========================================================================== */

@media (max-width: 500px) {

.quicklinks .wrapper {
      padding-top: 10px;
}


}

@media (min-width: 768px) {

.quicklinks .flex > * {
  padding-bottom: 20px;
}

.q-words h3 {
    font-size: 14px;
}

}

@media (min-width: 900px) {

body {
  padding-top: 159px;
}

.q-img {
    height: 190px;
}

.logo {
  width: 300px;
}

.mobile-header {
    top: 113px;
}

}

@media (max-width: 1024px) {

.welcome {
  background-image: none !important;
}


.footer-links .head-4 {
  margin: 10px 0 0;
  }
.footer-links p {
  margin: 0 0 10px 0;
}
.footer-links .wrapper {
       padding-bottom: 10px;
}
.q-img {
    height: 180px;
        background-position: center;
}


}

/* DESKTOP STYLES
   ========================================================================== */

@media (min-width: 1025px) {

/* Layout
   ========================================================================== */

body {
  padding-top: 115px;
}

.anchor {
  top: -90px;
}

.wrapper {
  font-size: 14px;
}

h1, .head-1 {
    font-size: 40px;
}

h2, .head-2 {
  font-size: 28px;
}

/* Top Header
   ========================================================================== */

.top-header {
  display: block;
  position: fixed;
  z-index: 1030;
  top: 0;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  transition: top 0.4s ease;
  overflow: hidden;
}

.top-header .wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3em;
}

/* Dealer menu
   ========================================================================== */

.dealer-name {
    margin-top: 7px;
}

.stacked .nav-menu {
  top: 135px;
}

/* Navigation
   ========================================================================== */

.m-menu {
  background: #eee;
}

.nav-menu {
  top: 50px;
  -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: 0px;
  padding-bottom: 0px;
}

.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 10px;
  color: #0b65ab;
  border: none;
  font-size: 14px;
}

.primary-nav > ul > li:last-child > a {
  padding-right: 0;
}

.primary-nav > .nav > li:hover > a {
  color: #000000;
}

.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: #0d65ab;
  color: #ffffff;
}

.primary-nav .nav-child li:last-child a {
  border: 0;
}

.right-sidebar h2 {
 margin: 14px 0 27px;
}

.quicklinks .wrapper {
  padding-top: 30px;
}
/* Smaller Navigation on scroll
   ========================================================================== */

.fixed-menu .top-header {
  top: -52px;
}

.fixed-menu .dealer-menu {
  top: -103px;
}


.fixed-menu .nav-menu {
  top: 0;
}

.fixed-menu .logo {
    width: 200px;
}

/* Quicklinks
   ========================================================================== */

.q-link {
  margin: 0;
}

.q-img {
  height: 240px;
}
/* Button
   ========================================================================== */

.btn {
  font-size: 18px;
  margin-top: 20px;
  padding: 15px 20px;
}

.btn-full {
  margin-top: 0;
}

/* Main Content
   ========================================================================== */

.content {
  position: relative;
}

.welcome {
  background-size: cover;
  background-position: center;
}

.welcome .wrapper {
  padding-top: 20px;
  padding-bottom: 80px;
}


.search-our-stock .wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.col-half {
  width: 50%;
}

.q-words {
  padding: 20px;
}

.q-words h3 {
  font-size: 18px;
  border-bottom: 1px solid #fff;
}

.q-words p {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
}

.quicklinks .flex > * {
  padding: 0 0 30px 30px;
}

.red-strip h4 {
    font-size: 22px;
}
/* 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: 14px;
}

.form-control, .select-container {
  padding: 10px 10px;
}

.select-container .select-hide {
   height: 38px;
}

.form-control.empty + label {
  padding-top: 12px;
  padding-bottom: 12px;
}

.form-group label {
  top: -18px;
  font-size: 12px;
}
.cow .cow-il {
    width: auto;
    padding: 0px 20px;
}
.cow-content {
    margin-top: 10px;
    padding: 20px;
}
.search-our-stock {
    z-index: 9;
}
span.t-was {
    text-decoration: line-through;
}
ul.cow-il li {
    display: flex;
    justify-content: space-between;
}
/* Footer Links
   ========================================================================== */

.footer-links .wrapper {
  font-size: 15px;
  line-height: 1.5em;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-links h1 {
  margin: 10px 0 40px 0;
}

.footer-links .flex > div {
  padding-bottom: 0;
}

}

@media(min-width: 1200px) {

body {
    /* padding-top: 197px;
    padding-top: 158px; */
  padding-top: 142px;
}

.wrapper {
  font-size: 15px;
}

h1, .head-1 {
  font-size: 48px;
}

.logo {
  width: auto;
}


/* 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;
}

.welcome .wrapper {
  max-width: 600px;
  padding-top: 80px;

}

}

@media(min-width: 1400px) {

.primary-nav a {
  font-size: 18px;
}

.q-img {
  height: 350px;
}

.q-words {
  padding: 30px;
}

.q-words h3 {
  font-size: 24px;
  padding-bottom: 15px;
}

.welcome .wrapper {
  max-width: 660px;

}

}

@media(min-width: 1500px) {


.welcome .wrapper {
  padding-top: 130px;
  padding-bottom: 130px;
}

.search-our-stock .wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

}

/* ========================================================================== 
*  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;
  }

}

.ate-stock-locator .si-repayments .sir-interest {
  display: none;
}

.mwhite h2{
	text-transform: capitalize !important;
}




/* ========================================================================== 
*  1.3 - 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: 180px;
	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;
}

.ft-loan-details {
  text-align: left;
}

@media (max-width:767px) {
  
  .ft-results p {
    line-height: 1.3em;
  }
  
  .ft-content .ft-text {
    font-size: 20px;
  }

  .ft-repayment .tabs-content.active {
    font-size: 48px;
  }
  
  .ft-input.loan-amount, .ft-input.loan-balloon-value {
    padding-left: 20px;
  }

  .ft-text .input-icon {
    top: -10px;
  }

  .ft-repayment .tabs-header {
    width: 100%;
    margin-top: -1px;
    border-radius: 0;
    border-width: 1px;
  }

  .ft-repayment .tabs-header:nth-child(4) {
    border-radius: 3px 3px 0 0;
  }

  .ft-repayment .tabs-header:nth-child(6) {
    border-radius: 0 0 3px 3px;
  }
  
}