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

/* Font
   ========================================================================== */
@font-face {
  font-family: "sm-font";
  src:url("../fonts/sm-font.eot");
  src:url("../fonts/sm-font.eot?#iefix") format("embedded-opentype"),
    url("../fonts/sm-font.woff") format("woff"),
    url("../fonts/sm-font.ttf") format("truetype"),
    url("../fonts/sm-font.svg#sm-font") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ToyotaType";
  src: url(../fonts/ToyotaType-Regular.woff) format("woff"), url(../fonts/ToyotaType-Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: "ToyotaType";
  src: url(../fonts/ToyotaType-Semibold.woff) format("woff"), url(../fonts/ToyotaType-Semibold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: "ToyotaType";
  src: url(../fonts/ToyotaType-Bold.woff) format("woff"), url(../fonts/ToyotaType-Bold.woff2) format("woff2");
  font-weight: bold;
  font-style: normal
}

@font-face {
  font-family: "ToyotaType";
  src: url(../fonts/ToyotaType-RegularIt.woff) format("woff"), url(../fonts/ToyotaType-RegularIt.woff2) format("woff2");
  font-weight: normal;
  font-style: italic
}

@font-face {
  font-family: "ToyotaType";
  src: url(../fonts/ToyotaType-SemiboldIt.woff) format("woff"), url(../fonts/ToyotaType-SemiboldIt.woff2) format("woff2");
  font-weight: 600;
  font-style: italic
}

@font-face {
  font-family: "ToyotaType";
  src: url(../fonts/ToyotaType-BoldIt.woff) format("woff"), url(../fonts/ToyotaType-BoldIt.woff2) format("woff2");
  font-weight: bold;
  font-style: italic
}

@font-face {
  font-family: "ToyotaType";
  src: url(../fonts/ToyotaType-Black.woff) format("woff"), url(../fonts/ToyotaType-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal
}

@font-face {
  font-family: "ToyotaType";
  src: url(../fonts/ToyotaType-BlackIt.woff) format("woff"), url(../fonts/ToyotaType-BlackIt.woff2) format("woff2");
  font-weight: 900;
  font-style: italic
}

@font-face {
  font-family: "ToyotaType";
  src: url(../fonts/ToyotaType-Book.woff) format("woff"), url(../fonts/ToyotaType-Book.woff2) format("woff2");
  font-weight: 350;
  font-style: normal
}

@font-face {
  font-family: "ToyotaType";
  src: url(../fonts/ToyotaType-BookIt.woff) format("woff"), url(../fonts/ToyotaType-BookIt.woff2) format("woff2");
  font-weight: 350;
  font-style: italic
}

@font-face {
  font-family: "ToyotaType";
  src: url(../fonts/ToyotaType-Light.woff) format("woff"), url(../fonts/ToyotaType-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: "ToyotaType";
  src: url(../fonts/ToyotaType-LightIt.woff) format("woff"), url(../fonts/ToyotaType-LightIt.woff2) format("woff2");
  font-weight: 300;
  font-style: italic
}

/*HEADER - FOOTER*/
.mobile-header {position: fixed;width: 100%;left: 0;top: 65px;background-color: #000;border-top: 1px solid #666;border-bottom: 1px solid #666;z-index: 1000;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;transition: all 0.4s ease;}.fixed-menu .mobile-header {top: -52px;}.scrolling-down .mobile-header {transform: translate(0, -100%);}.mobile-header .m-flex-basic>div {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}.mobile-link, .mobile-header a {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;border: 0;padding: 0;background-color: transparent;align-items: center;color: #ddd;}.mobile-link span {display: block;width: 0;height: 0;overflow: hidden;}.mobile-header a {margin-right: 20px;}.mobile-header a svg, .mobile-link svg {color: #222;}.mobile-header a svg, .mobile-link svg {font-size: 20px;}.mobile-link .icon-cross, .show-menu .mobile-link .icon-menu {display: none }.show-menu .mobile-link .icon-cross {display: block;}.mobile-overlay {display: none;position: fixed;width: 100%;height: 100%;background-color: rgb(0, 0, 0);background-color: rgba(0, 0, 0, 0.6);z-index: 500;-webkit-transition: all 1.4s ease;-moz-transition: all 1.4s ease;transition: all 1.4s ease;}.show-menu .mobile-overlay {display: block;-webkit-animation: mobile_overlay 1s;animation: mobile_overlay 1s;}@-webkit-keyframes mobile_overlay {from {background-color: rgba(0, 0, 0, 0);}to {background-color: rgba(0, 0, 0, 0.6);}}@keyframes mobile_overlay {from {background-color: rgba(0, 0, 0, 0);}to {background-color: rgba(0, 0, 0, 0.6);}}body.show-menu {overflow: hidden;}.m-menu {display: none;position: fixed;width: 100%;left: 0;height: 100%;background-color: #000;z-index: 99999999;max-height: 0;-webkit-transition: max-height 1s ease-in-out;-moz-transition: max-height 1s ease-in-out;transition: max-height 1s ease-in-out;overflow: hidden;text-align: center;border-top: 1px solid #222222;}.fixed-menu .m-menu {top: 65px;}.show-menu .m-menu {display: block;padding-bottom: 200px;max-height: 2000px;overflow: auto;}.m-menu .nav-child {max-height: 0;overflow: hidden;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;transition: all 0.4s ease;}.m-menu .show .nav-child {max-height: 10000px;}.m-menu ul {margin: 0;padding: 0;}.m-menu li {padding: 0 0;list-style: none;}.m-menu a {display: block;position: relative;padding: 15px 30px;color: #fff;text-decoration: none;text-transform: uppercase;font-size: 18px;}.m-menu .active>a {color: #eb0a1e;}.m-menu .nav-child a {padding-top: 15px;padding-bottom: 15px;background: #303030;}.m-menu .active .nav-child .active a {background-color: #eb0a1e;color: #fff;}.m-menu .parent>a:after {content: '';position: absolute;width: 8px;height: 5px;top: 50%;right: 30px;margin-top: -2px;transform: rotate(-90deg);background-image: url(../images/select-input.png);background-repeat: no-repeat;background-position: right center;}.m-menu .parent.show>a:after {transform: rotate(0);}.m-menu .nav-child, .m-menu .show .nav-child .nav-child {max-height: 0;overflow: hidden;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;transition: all .4s ease;}.m-menu .show .nav-child, .m-menu .show .nav-child .show .nav-child {max-height: 100%;}.m-menu .nav-child .nav-child a {padding-left: 30px;color: #ffffff;background: #8e8e8e;}.mobile-icons {font-size: 25px;}.mobile-icons a:first-child {margin-right: 0a;text-decoration: none;}.mobile-split .wrapper {padding: 0 !important;}.mobile-split .m-flex-basic>div {padding: 0 30px;}.mobile-split .mobile-link {padding: 11px 30px;background: #eb0a1e;}.mobile-split a svg {margin-right: 0;}@media (max-width: 1023px) {.logo a {height: 45px;}}@media (max-width: 1024px) {.nav-menu .wrapper {padding: 10px 30px;}.mobile-header .wrapper {padding: 10px 30px 15px;}.buynow-mobile, .dealer-title, .nav-flex {display: none;}.mobile-icons, .logo, .mobile-link {flex: 1 1 33%;}.logo {justify-content: center;}.mobile-link {justify-content: flex-end;}}.top-header {display: none;position: relative;z-index: 1000;text-align: center;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;}.top-header a {color: #fff;}.top-header .wrapper>svg {color: #eb0a1e;}.top-header a:hover {color: #eb0a1e;text-decoration: none }.top-header p {margin: 0;line-height: 1.1em;vertical-align: middle;color: #fff;}.top-header .wrapper>svg {margin: 0 5px 0 10px;}.translated-ltr .skiptranslate~.header .top-header {top: 40px;}@media (min-width: 1025px) {.top-header {display: block;position: fixed;width: 100%;top: 92px;left: 0;z-index: 9;text-align: right;-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;}.top-header p {display: inline-block;}}.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;width: auto;float: right;font-style: italic;margin-top: 15px;}.dealer-name span {color: #eb0a1e;}@media (min-width: 1025px) {.dealer-name {margin-top: 7px;}.stacked .nav-menu {top: 135px;}}@media (min-width: 1200px) {.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;}}.nav-menu {position: fixed;width: 100%;top: 0;left: 0;z-index: 1040;background-color: #fff;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;transition: all 0.4s ease;}.scrolling-down .nav-menu {transform: translate(0, -100%);}.primary-nav {display: none;}.logo {display: flex;}.icon-logo {font-size: 75px;height: 45px;}.logo img {display: block;}.icon-buynow {font-size: 40px;}.mobile-title {white-space: nowrap;margin: 0;color: #fff;text-align: center;}.dealer-title {text-align: right;margin: 0;}.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);}@media (max-width: 1024px) {.logo img {width: auto;height: 35px;}.nav-menu .wrapper {align-items: center;}}@media (min-width: 1025px) {.mobile-header, .mobile-title {display: none;}.logo img {height: auto;}.mobile-link {display: none;}.m-menu {background: #eee;}.nav-menu {position: fixed;}.nav-menu .wrapper {padding-top: 18px;padding-bottom: 0px;}.stacked .nav-menu .wrapper {padding-top: 0px;padding-bottom: 0px;}.primary-nav {display: inline-block;-webkit-flex: 1;flex: 1;}.primary-nav .nav {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;justify-content: space-between;}.primary-nav ul {margin: 0;padding: 0;z-index: 50;}.primary-nav li {display: inline-block;position: relative;}.primary-nav a {display: block;padding: 10px 5px 15px; font-size: 10px;color: #8e8e8e;text-decoration: none;text-transform: uppercase;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;transition: all 1s ease;}.primary-nav a:hover {text-decoration: none;}.primary-nav .nav-child {display: none;position: absolute;top: 100%;left: 0;border: none;text-transform: uppercase;min-width: 100%;white-space: nowrap; z-index:99; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}.primary-nav ul li:hover .nav-child {display: block;}.primary-nav .nav-child li {display: block;}.primary-nav>ul>li:last-child>a {padding-right: 0;}.primary-nav>.nav>li:hover>a {color: #eb0a1e;}.primary-nav .nav-child a {position: relative;padding: 8px 20px;text-align: left;background-color: #f7f7fa;color: #222;}.primary-nav .nav-child li:hover a {background: #eb0a1e;color: #ffffff;}.primary-nav .nav-child li:last-child a {border: 0;}.right-sidebar h2 {margin: 14px 0 27px;}.translated-ltr.translated-ltr .skiptranslate~.header .nav-menu {top: 88px;}.primary-nav ul li .nav-child .nav-child {display: none;position: absolute;}.primary-nav .nav-child li:hover .nav-child {display: block !important;}.primary-nav .nav-child .nav-child {top: 0;left: 100%;height: 103.1%;display: none !important;}.primary-nav .nav-child .nav-child li a {background-color: #f2f2f2 !important;color: #000 !important;}.primary-nav .nav-child .nav-child li:hover a {background-color: #eb0a1e !important;color: #fff !important;}.icon-logo {margin-right: 10px;font-size: 75px;height: 61px;}.mobile-icons {display: none;}.fixed-menu .top-header {top: 0;transform: translate(0, -100%);}.fixed-menu .dealer-menu {transform: translate(0, -100%);}.fixed-menu .nav-menu {top: 0;transform: translate(0, 0);}.scrolling-down .nav-menu {transform: translate(0, -100%);}}@media(min-width: 1200px) {}.fixed-menu {--fixed-padding: 44px;}@media(min-width: 1025px) {.fixed-menu {--fixed-padding: 96px;}.icon-buynow {font-size: 60px}}@media(min-width: 1200px) {.fixed-menu {--fixed-padding: 106px;}}.mega-menu {display: none;position: fixed;top: 105px;left: 0;width: 100%;height: calc(100% - 105px);z-index: 9999;background: #f7f7fa;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;transition: all 0.4s ease;overflow: auto;}.mega-menu .wrapper {padding-top: 50px;}.mm-active .mega-menu {display: block;}.fixed-menu .mega-menu {top: 65px;height: calc(100% - 65px);}.mm-cross {position: absolute;top: 10px;right: 20px;border: 2px solid #000;border-radius: 50%;padding: 3px;height: 36px;width: 36px;font-size: 26px;z-index: 1000;cursor: pointer;}.mm-cross:hover {background: #000;fill: #fff;}.mm-car {position: relative;text-align: center;cursor: pointer;}.mm-car a {display: block;}.mm-car img {-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;transition: all 0.4s ease;}.mm-car:hover img {transform: scale(0.9);}.mm-car p {margin-top: 10px;}.mm-car:hover p {color: #eb0a1e;}.mega-menu .flex>div {opacity: 0;-webkit-animation: mm-show .33s 1s forwards;animation: mm-show .33s 1s forwards;}.mega-menu .flex>div {animation-delay: 0.1s;}@keyframes mm-show {from {opacity: 0;transform: translateY(-1em);}to {opacity: 1;transform: translateY(0);}}@media (min-width: 1025px) {.mm-link+ul {display: none !important;}.mm-cross {top: 50px;right: 50px;}.mega-menu {top: 135px;height: calc(100% - 135px);}.fixed-menu .mega-menu {top: 92px;height: calc(100% - 92px);}.scrolling-down .mega-menu{top: 0;height: 100%;}}@media(min-width: 1200px) {}.footer-map .full-wrapper {padding-top: 30px;padding-bottom: 30px;}.footer-map a {position: absolute;bottom: 50px;left: 50%;z-index: 1;transform: translate(-50%, -50%);}.footer-links {background-color: #000;}.footer-links p {margin: 0 0 20px 0;}.footer-links .h3 {margin: 0;text-transform: uppercase;}.footer-links .h4 {text-transform: uppercase;border-top: 1px solid #eb0a1e;margin: 0 0 5px;padding-top: 20px;}.footer-links .h4.no-line {padding-top: 40px;border-top: none;}.footer-links a {text-decoration: none;}.footer-links a:hover, .copyright a:hover {color: #808080;}.highlight {color: #808080;}.footer-links ul {margin: 20px 0 0;padding: 0;list-style: none;}.footer-links .chronoform {margin-bottom: 0;padding-right: 10px;}.foot-header {display: flex;justify-content: space-between;align-items: center;}.foot-header.active .icon-foot {transform: rotate(45deg);}.icon-foot {font-size: 15px;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;transition: all 0.4s ease;display: none;}.foot-flex {display: flex;align-items: center;justify-content: space-between;margin-bottom: 40px;}.foot-flex h2 {width: auto; color:#fff;}@media (min-width: 768px) {.footer-links .h4 {margin: 0 0 20px;padding-top: 30px;}}.copyright {background-color: #131314 !important;border-top: 1px solid #222222;}.copyright p, .copyright a {margin-bottom: 0;color: #808080 !important;}.copyright .wrapper {font-size: 12px;line-height: 1.5em;}.edge-designed a {display: inline-block;vertical-align: middle;}.edge-designed span, .edge-designed img {display: inline-block;vertical-align: middle;}.edge-designed img {margin-left: 10px;}.back-top {position: fixed;bottom: 10px;right: 10px;}@media (max-width: 768px) {.copyright {text-align: center;}.copy-name {display: block;}.copy-break {display: none;}.edge-designed {margin-top: 10px;}.foot1>.h4 {border-top: 0;}.foot-content {display: block;max-height: 0;overflow: hidden;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;transition: all 0.4s ease;}.foot-content.active {max-height: 1000px;}.icon-foot {display: block;}}@media (min-width: 768px) {.copy-flex {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;width: 100%;}.copyright .wrapper {padding-top: 20px;padding-bottom: 20px;}.hide-heading {display: none !important;}}@media (min-width: 1025px) {.footer-links .wrapper {padding-top: 50px;padding-bottom: 50px;}.footer-links h1 {margin: 10px 0 40px 0;}.footer-links .h3 {margin: 0 0 40px 0;}.footer-links .flex>div {padding-bottom: 0;}.copyright .wrapper {padding-top: 20px;padding-bottom: 20px;}}

.social {
  -webkit-align-items: center;
  align-items: center;
}

.social a {
  display: block;
  width: 20px;
  height: 30px;
  margin: 20px 20px 0 0;
  font-size: 20px;
  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 {
  color: #eb0a1e;
}

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

html {
  font-family: "ToyotaType";
}

body {
  background: #fff;
  color: #7B7D84;
  padding-top: 105px;
}

.anchor {
  top: -40px;
}

h1, h2, h3, h4, .head-1, .head-2, .head-3, .head-4 {
  color: #000;
  font-family: "ToyotaType";;
  font-weight: 600;
}

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

.content h1, .content .head-1 {
  text-transform: capitalize;
}

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


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

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

a {
  color: #000;
}

a:hover {
  color: #eb0a1e;
}

p {
  margin: 0 0 15px;
}

p b {
  color: #eb0a1e;  
}

.content a {
  color: #eb0a1e;
}

.content a:hover {
  color: #000;
}

.wrapper {
  max-width: 1400px;
  line-height: 1.4em;
}

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

.btn-center {
  margin: 0 auto 40px;
  text-align: center;
  max-width: 350px;
  display: block;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-5{display: block; padding: 0px 10px 10px 10px;}
.f-container {
  padding: 20px;
  background: #ececec;
}

.fleet.content img {
  display: block;
  margin: 0 auto;
}

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

.grey-bg {
  background: #f1f1f1;  
}

.black-bg {
  background: #000000;  
}

.black-bg h2 {
  color: #ffffff;  
}

.black-bg p {
  color: #ffffff;  
}

.black-bg h3 {
  color: #ffffff;  
}

.content svg {
 color: #eb0a1e;
}

.page-btns {
  -webkit-justify-content: center;
  justify-content: center;
}

.page-btns a.btn {
  margin: 20px 10px 0;
}

.hybrid-black {
 background: #131314; 
}

.hybrid-black h2, .hybrid-black h3, .hybrid-black p {
 color: #ffffff; 
}

.online, .drive-smarter {
  overflow: hidden !important;
}

.contact-card h2 {
  color: #000;
  text-transform: none;
  font-weight: 600;
}

.car-specials .special-links .btn, .car-specials .btn {
  border-radius: 25px;
}

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

.top-header .wrapper {
  justify-content: flex-end;
}

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

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

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


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

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

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

.dealer-menu .dealer-details {
  width: auto;
  float: right;
  text-align: right;
}

.dealer-name {
  color: #181a21;
  font-weight: 600;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: "ToyotaType";;
  line-height: 1.1em;
}

.dealer-details a span {
  color: #eb0a1e;
  font-weight: bold
}

.dealer-details a {
  text-decoration: none;
  font-size: 14px;
}

.dealer-details a span:hover {
  color: #000;
}

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

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

.nav-menu .mobile-title {
    white-space: nowrap;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.logo a {
  display: inline-block;
}

.buynow-logo {
  margin-left: 15px;
  max-width: 45px;
}

.buynow-logo:hover {
    opacity: .7;
}

/* Buy Now Bubble
   ========================================================================== */

.home-bubble {
  position: fixed;
  bottom: 20px;
  left: 20px;
  border: 2px solid #FFF;
  border-radius: 50%; 
  box-shadow: 1px 1px 2px 1px black;
  z-index: 100;
}

.home-bubble .buynow-logo, .home-bubble img {
    display: block; 
    margin-left: 0;
}

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

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


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

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

.subheading {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  padding: 15px 15px;
  background: #bbbbbb;
  color: #fff;
}

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

/* Mega Menu
   ========================================================================== */

.megamenu {
  position: fixed;
  top: 150px;
  left: 0;
  width: 100%;
  z-index: 99999;
  display: none; 
  height: 100%;
  overflow: auto;
  padding-bottom: 150px;
}

.mm-container {
  background-color: #fff;
}

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

.megamenu img {  
  display: block;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.mm-header-category {
  display: block;
  width: 100%;
  padding: 5px 20px;
  background-color: #f2f2f2;
  color: #000000;
  font-size: 17px;
  font-weight: 700;
}

.mm-header {
  position: relative;
  display: block;
  cursor: pointer;
  padding-bottom: 10px;
}

.mm-header h2, .mm-header .head-2 {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 5px;
  margin: 0;
  padding: 5px 0;
  -webkit-transition: all .25s;
  transition: all .25s;
  font-size: 15px;
  font-weight: 500;
  color: #4a4a4a;
}

.mm-header:hover {
  background-color: #eee;
}

.mm-header:hover img {
  -webkit-transform: scale(1.03) translate(2px,1px);
  transform: scale(1.03) translate(2px,1px);
}

.mm-header.active {
  background: #666;
}

.mm-header.active .head-2 {
  color: #fff;
}

.mm-header.active h2 {
  background: #eb0a1e;
  color: #fff;
  top: 0;
  bottom: auto;
}

.mm-content {
  display: none
}

.mm-content.active {
  display: block;
  background: #666666;
  text-align: center;
  color: #fff;
}

.mm-top {
  display: block;
}

.mm-car a {
  display: block;
  color: #fff;
  padding: 20px;
  position: relative;
  text-decoration: none;
}

.mm-car img {
  margin-bottom: -10px;
}

.mm-car:hover {
  background: #5c5c5c;
}

.mm-car:hover img {
  -webkit-transform: scale(1.03) translate(2px,1px);
  transform: scale(1.03) translate(2px,1px);
}

.mm-red-strip {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #525252;
}

.mm-heading {
     -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    position: absolute;
    top: 50%;
    left: 17px;
    background: #eb0a1e;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    padding: 10px;
    width: 100%;
    z-index: 1; 
}

.mm-red-strip .flex {
  padding-left: 34px;
}

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


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

.lSSlideOuter .lSPager.lSpg>li a {
  background-color: rgba(220, 220, 220, 0.6);
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.lSAction>a {
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 30px;
  color: #000; 
  border: 2px solid #eb091f;
  opacity: 1;
}

.lSAction>a:hover {
  background: #eb0a1e; 
  color: #fff;
}

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

.lSAction>a.lSNext {
  padding: 3px 5px;
}

.home .banner .lSSlideOuter .slider-video video {
  position: initial;
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: none;
}

.welcome .lSAction>a {
  width: 45px;
  height: 45px;
}

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

.welcome .lSAction>a.lSNext {
  padding: 5px 8px;
}

.welcome .lSAction>.lSPrev {
  right: 60px !important;
  left: auto !important;
  top:70px !important;
}

.welcome .lSAction>.lSNext {
  right: 10px !important;
  top: 70px !important;
}

.welcome .lSAction>a {
 color: #cacaca;
 border-color: #cacaca;
 -webkit-transition: all 0.4s ease;
 -moz-transition: all 0.4s ease;
 transition: all 0.4s ease;
}

.welcome .lSAction>a:hover {
 color: #000;
 border-color: #eb091f;
 background-color: #fff;
}

.welcome .lSPager.lSpg {
  display: none !important;
}

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

/* Takata
   ========================================================================== */

.takata {
  background: #000;
  color: #fff;
}

.takata .wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
  max-width: 1600px;
}

.takata p, .takata a, .takata svg {
  line-height: 1.0em;
  margin: 0;
}

.takata svg {
  font-size: 30px;
  margin-right: 10px;
}

.takata span {
  display: inherit;
  align-items: center;
  color: #eb091f;
  font-size: 18px;
  font-weight: 700;
}

.takata .btn {
  max-width: 220px;
  width: 100%;
}

.tak-mobile {
  text-transform: uppercase;
  vertical-align: bottom;
  margin-bottom: 15px;  
}

.tak-mobile {
  text-transform: uppercase;
  vertical-align: bottom;
  margin-bottom: 15px;  
}

.tak-mobile svg {
    vertical-align: inherit;
}

.tak-mobile a {
  vertical-align: bottom;
}

.ser-logo {
  margin-top: 50px;
  margin-bottom: 40px;
}

.ser-logo img {
  max-width: 80px;
}
/* Quicklinks
   ========================================================================== */

.quicklinks {
  background-color: #000;
}

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

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

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

.q-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.q-link p {
  background-color: transparent;
  padding: 10px 0;
  margin: 0;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

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

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

.q-link:hover .q-img {
    transform: scale(1.1);
}

.q-crop {
  overflow: hidden;
}

.q-link:hover p {
  color: #eb0a1e;
}

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

.btn {
  font-size: 13px;
  text-align: center;
  border-radius: 25px;
  text-transform: uppercase;
}

.btn-primary, a.btn-primary {
  background-color: #333333;
  border: 1px solid #333333;
  color: #fff;
}

.btn-primary:hover, a.btn-primary:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

.btn-secondary, a.btn-secondary {
  background-color: transparent;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
}

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

.btn-commit, a.btn-commit{
  background-color: #eb0a1e;
  color: #fff;
}

a.btn-commit:hover, .btn-commit:hover {
  background-color: #d10918;
  color: #fff;
}

.btn-outline, a.btn-outline {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

a.btn-outline:hover, .btn-outline:hover {
  background-color: #fff;
  color: #000;
}

.btn-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-red, a.btn-red {
  background-color: #980e1c;
  color: #fff;
}

.btn-red:hover, a.btn-red:hover {
  background-color: #000;
  color: #fff;
}

.btn-green, a.btn-green {
  background-color: #94CE58;
  color: #fff;
}

.btn-green:hover, a.btn-green:hover {
  background-color: #000;
  color: #fff;
}

.btn-staff {
  cursor: pointer;
}

/* Sidebar
   ========================================================================== */
.sidebar-mini {
    position: fixed;
    left: -137px;
    top: 28%;
    width: 170px;
    z-index: 2000;
    text-align: right;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar-mini:hover {
   left: 0;
}

.sidebar-mini a {
    display: block;
    background: #eb0a1e;
    color: #ffffff;
    padding: 10px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 13px;
    border-bottom: 1px solid #cf2635;
}

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

.sidebar-mini .icon-sidebar {
    margin-left: 10px;
    vertical-align: middle;
}

.sidebar-mini .s-bg span {
    vertical-align: middle;
}

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

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

.assist h1 {
  color: #fff;
}

.welcome h1 span {
  color: #eb0a1e;
}

.assist p {
    color: #fff;
}

.welcome p {
  line-height: 1.5em;
}

.w-btn {
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
}

.welcome .wrapper {
  margin: 0 auto;
  max-width: 1100px;
}

.assist .wrapper {
  margin: 0 auto;
}

.assist h3 {
  color: #eb0a1e;
  font-weight: bold;
}

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


.search-our-stock p, .search-our-stock a {
  color: #fff;
}

.search-our-stock a {
  font-weight: bold;
  text-transform: uppercase;
}

.google-map {
  display: block;
}

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

.search-our-stock #myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

.finance-tabs {
  margin-top: 20px;
}

.content-heading .wrapper {
  padding-bottom: 0;
}

.content-heading h1 {
  margin-bottom: 0;
}

.openpay-width {
  max-width: 800px;
  margin: 0 auto;
}

.hybridlax {
  height: 250px;
}

.welcome h1 {
  text-transform: none;
}

.wel-head h1 {
  font-size: 34px !important;
  color: #eb0a1e;
  margin-bottom: 10px;
}

.wel-head h3 {
  margin-top: 0px;
  position: relative;
  font-size: 17px;
}

.wel-head h3:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eb0a1e;
  width: 75px;
  height: 2px;
  bottom: -15px;
}

.wel-head p {
  margin-top: 25px;
}

.online .wrapper {
  padding-top: 180px;
  padding-bottom: 180px;
}

.online h2 {
  font-size: 50px;
}

.online b {
  color: #eb091f;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.wel-pad {
  margin-top: 40px;
}

.c-block {
  background-color: #f1f1f1;
  padding: 30px;
}

.dark-bg {
  background-color: #000;
  color: #fff;
}

.dark-bg .wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.dark-bg a.btn {
  margin:0 !important;
}
/* Scroll Up Effect
   ========================================================================== */

.scrollup:after {
  content: "🡓";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  font-size: 27px;
  padding: 5px;
  text-align: center;
  z-index: 5;
}


/* Download Brochure
   ========================================================================== */
.bro-link {
  cursor: pointer;
}

.bro-link a {
  display: block;
}

.bro-link a:hover {
  color: #eb091f;
  text-decoration: none;
}


.bro-link img {
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bro-link:hover img {
  transform: scale(0.8);
}

.bro-link h2 {
  margin-top: 0;
  margin-bottom: 2]0px;
}

.btn-dwl {
    background: #eb0a1e;
    color: #fff !important;
    padding: 11px 0 14px;
    line-height: 1;
    border-radius: 25px;
    margin-bottom: 5px;
}

.btn-dwl:hover {
    background: #1a1a1a;
    color: #fff !important;
}


.btn-specs {
    padding: 11px 0 14px;
    line-height: 1;
    border-radius: 25px;
    margin-bottom: 5px;
  border: 1px solid #1a1a1a;
  color: #000 !important;
}

.btn-specs:hover {
    background: #1a1a1a;
    color: #fff !important;
}


/* Drive Smarter
   ========================================================================== */

.drive-smarter {
  background-color: #f5f5f5;
}

.drive-smarter .wrapper{
   padding-bottom: 0px;
}

.drive-smarter img {
    display: block;
}

.ds-text {
  max-width: 730px;
  width: 100%;
  margin-bottom: 30px;
}

.drive-smarter b {
  color: #eb091f;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

/* Google reviews */

#map-plug {display:none;}

#google-reviews {
display:flex;
flex-wrap:wrap;
/*display: grid;
grid-template-columns: repeat( auto-fit, minmax(320px, 1fr));*/
}

.review-item {
border:solid 1px rgba(190,190,190,.35);
margin:0 auto;
padding:1em;
flex: 1 1 20%;
}


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

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

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

.faq-header {
  display: block;
  width: 100%;
  margin: 0;
  padding: 30px 0;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 26px;
  color: #222;
  font-size: 15px;
  cursor: pointer;
  border-top: 1px solid #ccc;
  position: relative;
}

.faq-header p {
  margin-bottom: 0;
}

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

.faq-content {
  display: none;
  padding: 20px 0;
  background: #fff;
}

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

.faq-content.active {
  display: block;
}

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

.faq-header:after {
  content: '+';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  color: #000;
  font-weight: 100;
  font-size: 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.faq-header.active:after {
  content: '-';
}

.faqbox h1 {
  text-align: center;
  margin-bottom: 50px;
}

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

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

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

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

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

.default-content {
  display: none;
  padding: 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 #eb0a1e;
}

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

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

.staff-header {
  display: inline-block;
  width: 14.28%;
  margin: 0;
  padding: 15px 17px;
  background-color: #eb0a1e;
  text-align: center;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  border-right: 1px solid #ccc;
}

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

.staff-header.active {
  background-color: #eeeeee;
  color: #1a1a1a;
  border-top: 1px solid #ccc;
}

.staff-content {
  display: none;
  padding: 20px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #eee;
}

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

.staff-content.active {
  display: block;
}

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

.staff ul {
  padding-left: 0;
  border-left: 1px solid #ccc;
}

.staff h2 {
  text-align: center;
  margin-bottom: 20px;
}


.staff h4 {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}


.staff-bio {
  display: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.staff-bio.show {
  display: block;
}


.team-block {
  padding: 20px;
  border: 1px solid #ccc;
  background: #fff;
}

.team-block:hover {
  border: 1px solid #980e1c;
}
/* Contact page - Contact Cards
   ========================================================================== */

.contact-card {
  padding-left: 20px;
  border-left: 1px solid #ccc;
  height: 100%;
}

.contact-tabs .inline-list {
  padding-left: 0;
  background-color: #dce4e6;
}

.contact-tabs .tabs-content {
  padding: 20px;
}

.contact-card .contact-logo {
  background-color: #fff;
  text-align: center;
  padding: 10px 20px;
}

.contact-card .contact-stuff {
  padding: 20px 0;
}

.contact-card .contact-stuff h3 {
    color: #eb0a1e;
    font-weight: 700;  
}

.contact-card .contact-stuff svg {
    color: #eb0a1e;
}

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

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

.chronoform {
  margin-bottom: 10px;
}

.form-control, .select-container {
  margin-bottom: 25px;
  padding: 8px 10px;
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: 2px solid #eb0a1e;
  border-radius: 0;
  font-size: 16px;
}

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

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

.form-group label {
  position: absolute;
  width: 100%;
  top: -20px;
  left: 0;
  padding: 0;
  border: 0;
  color: #eb0a1e;
  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: #666;
  border-left: 0;
  border-right: 0;
  line-height: 1.42857143;
  font-size: 15px;
}

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

.footer-links p {
  margin: 0;
}

.footer-header {
    display: block;
    margin: 0 0 40px 0;
    font-size: 18px;
    color: #fff;
}

.footer-links .head-3 {
  display: block;
  margin: 0 0 40px 0;
  font-size: 18px;
  color: #fff;
}

.footer-links h3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
}

.footer-links p b {
  color: #eb0a1e;
  font-weight: bold;
}

.footer-links .head-4 {
  margin: 20px 0 10px;
  color: #eb0a1e;
  font-size: 16px;
  font-weight: bold;
}

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

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

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


.copyright p {
  margin: 15px 0;
}

/* Sitemap Links
   ========================================================================== */
.sitemap {
 background: #eb0a1e; 
}

.sitemap .wrapper {
 padding-top: 15px;
 padding-bottom: 15px;
}

.sitemap ul.nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sitemap ul li a {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 0;
  text-decoration: none;
}

.sitemap ul li a:hover {
  color: #000;
}

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

.social a {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding: 12px;
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50%;
  cursor: pointer;
  line-height: 1em;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.top-header .social a {
  width: 30px;
  height: 30px;
  padding: 7px;
  font-size: 16px;
}

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

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

.blk-bg {
  background-color: #141414;
}

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

.copyright a {
  color: #fff;
}

.edge-designed a {
  display: flex;
  color: #fff; 
}

.edge-designed a span {
  margin-left: 5px;
}

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

.enviro img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

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

@media (min-width: 500px) {

.q-link {
  margin: 0
}

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

.q-img {
  height: 200px;
}

.quicklinks .wrapper {
  padding: 0;
}

.tak-mobile {
  display: none;
}

.q-link p {
  border: 0px transparent;
}

.q-link .btn-outline, .q-link a.btn-outline {
  border: 0px transparent;
}

.q-link a.btn-outline:hover, .q-link .btn-outline:hover {
  background-color: transparent;
  color: #000;
}

}

@media (max-width: 500px) {

.footer-links .hm-footer {
  display: none;
}

.takata {
  display: none;
}

.copyright p {
    display: inline-block;
    vertical-align: middle;
}


}


@media (min-width: 768px) {

/* Drive Smarter
   ========================================================================== */

.drive-smarter .wrapper{
    padding-top: 90px;
    padding-bottom: 0;
}

.ds-text {
    max-width: 540px;
}

.footer-header .icon-arrow, .footer-header .icon-arrow-down {
  display: none;
}

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

.wel-pad {
  margin-top: 0;
}

}

@media (max-width: 767px) {

.welcome .btn-primary {
  margin-bottom: 15px;
}

.flex.w-btn > * {
  padding-left: 0;
}

.assist .btn-third {
  margin-bottom: 20px;
}

/* Tabs - Footer Menu
   ========================================================================== */

.footer-header {
    background-color: #4d4f53;
    color: #fff;
    display: block;
    position: relative;
    width: 100%;
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
    border: none;
    text-align: left;
    line-height: 1em;
}

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

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

.footer-header.active {
  background-color: #eb0a1e;
  color: #fff;
  border-color: #eb0a1e;
}

.footer-content {
  display: none;
  padding: 20px;
}

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

.footer-content.active {
  display: block;
  border: 2px solid #eb0a1e;
}

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

.footer-content > div > div:first-child .head-4 {
  margin-top: 0;
}

.footer-header .icon-arrow, .footer-header .icon-arrow-down {
    position: absolute;
    right: 10px;
    font-size: 20px;
}

.footer-header .icon-arrow {
  display: none;
}

.footer-header.active .icon-arrow-down {
  display: none;
}

.footer-header.active .icon-arrow {
  display: inline-block;
}

}


@media (max-width: 1024px) {

.takata p {
  display: none;
}


.flex-order {
  display: flex;
  flex-flow: column-reverse;
}

}

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

@media (min-width: 1025px) {

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

body {
  padding-top: 128px;
}

.anchor {
  top: -90px;
}

.wrapper {
  font-size: 14px;
}

.welcome h1, .assist h1 {
    font-size: 50px;
}

.search-our-stock h2, .drive-smarter h2 {
    font-size: 40px;
}

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

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


.primary-nav .item-343 .nav-child {
  display: none !important;
}

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


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

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

.logo .buynow-logo {
  max-width: 45px;
}

/* megamenu
========================================================================== */

.megamenu.active {
   display: block;  
}

.mm-backdrop.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1020;
  display: block;
}

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

.m-menu {
  background: #eee;
}

.nav-menu {
  top: 0px;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  transition: top 0.4s ease;
  background-color: #fff;
}
  
.translated-ltr.translated-ltr .skiptranslate ~ .header .nav-menu {
  top: 88px;
}

.skip-main {
  display: none;
}

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


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

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

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

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

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

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

.primary-nav .item-343 {
  position: initial;
  position: static;
}

.primary-nav .item-343 .nav-child {
  width: 100%;
  background: #fff;
}

.primary-nav .item-343 .nav-child li {
    display: inline-block;
    width: 16.66%;
    float: left;
}

.primary-nav .nav-child li .subheading {
    font-size: 16px;
    background-color: #f2f2f2;
    text-align: left;
    padding: 10px 20px;
    width: 100%;
    display: block;
}

.primary-nav .nav-child li.item-345, .primary-nav .nav-child li.item-350, .primary-nav .nav-child li.item-356, .primary-nav .nav-child li.item-362 {
  display: block;
  width: 100%;
}

.nav-child .image-title {
  display: block;
  text-align: center;
}

.nav-child li img {
  max-width: 160px;
}


.primary-nav .item-343 .nav-child a {
  text-align: center;
}

.contact-card {
  padding-left: 30px;
}

.welcome .lSAction>.lSPrev {
  top:30px !important;
}

.welcome .lSAction>.lSNext {
  top:30px !important;
}
/* Buy Now Bubble
   ========================================================================== */

.home-bubble {
  bottom: 40px;
  left: 40px;
}

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

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

.quicklinks {
  background-color: #fff;
}

.q-link {
  margin: 0;
}

.q-link p {
  padding: 15px 0;
  font-size: 14px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

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

.btn {
  font-size: 15px;
  padding: 12px 24px;
}

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

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


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

.content {
  position: relative;
}

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

.welcome .wrapper, .assist .wrapper {
  max-width: 1400px;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

.col-half {
  width: 50%;
}

.mid-pad-left {
  padding-right: 80px;
}
/* Scroll Up Effect
   ========================================================================== */
/*.scrollup {
  width: 100%;
  height: 100vh;
}
*/
.scrollup .wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;  
}

/* Drive Smarter
   ========================================================================== */

.drive-smarter, .online {
  height: 510px;
}

.animation {
    -webkit-transition: all 1.2s linear;
    -moz-transition: all 1.2s linear;
    transition: all 1.2s linear;
}

.ds-text, .drive-app {
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  /* IE 8 */
  filter: alpha(opacity=0);  /* IE 5-7 */
  -moz-opacity: 0;  /* Netscape */
  -khtml-opacity: 0;  /* Safari 1.x */
  opacity: 0;  /* Good browsers */
}

.ds-text.active, .drive-app.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  /* IE 8 */
  filter: alpha(opacity=100);  /* IE 5-7 */
  -moz-opacity: 1;  /* Netscape */
  -khtml-opacity: 1;  /* Safari 1.x */
  opacity: 1;  /* Good browsers */
}


.ds-text {
    position: absolute;
    right: -830px;
    margin-bottom: 0;
}

.ds-text.active {
  right: 0;
}

.drive-app {
  top: 580px;
}

.drive-app.active {
  top: -20px;  
}

.online .ds-text {
  position: absolute;
  left: -830px;
  margin-bottom: 0;
}

.online .ds-text.active {
  left: 0;
}
/* 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: 15px;
}

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

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

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

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

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

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

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

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

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

.sitemap ul.nav {
  display: flex;
  justify-content: space-between;
}


.copyright p {
  display: inline-block;
}

}

@media(min-width: 1200px) {

body {
    padding-top: 130px;
}

.wrapper {
  font-size: 16px;
}

.logo {
  width: auto;
}

/* Mega Menu
   ========================================================================== */
.mm-car img {
  margin-bottom: -30px;
}


.mm-header h2, .mm-header .head-2 {
  font-size: 16px;
}

/* Dealer menu
   ========================================================================== */
.dealer-name {
    font-size: 24px;
}

.dealer-menu .logo {
  width: auto;
  margin-top: 3px;
}

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

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

.q-img {
  height: 250px;
}

.primary-nav a {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
}

.welcome h1, .assist h1 {
    font-size: 60px;
}
/* Drive Smarter
   ========================================================================== */

.drive-smarter, .online {
    height: 645px;
}

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

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


.drive-smarter .wrapper {
    padding-top: 80px;
}

.drive-smarter h2 {
    font-size: 50px;
}

.search-our-stock h2 {
    font-size: 45px;
    margin-bottom: 40px;
}

}

@media(min-width: 1400px) {

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

.hybridlax {
  height: 500px;

}

.q-img {
  height: 270px;
}

}

@media(min-width: 1500px) {


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

.q-img {
  height: 300px;
}

}

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

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

}

/* ========================================================================== 
*  11.1 - Home - Explore Range
* ========================================================================== */

.range-flex {
    display: flex;
}

.range-header {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    padding: 20px;
    margin: 0;
    border-bottom: 3px solid #d1d1d1;
    display: inline-block;
    width: auto;
    cursor: pointer;
    color: gray;
    letter-spacing: 0.1em;
}

.range-header.active {
  color: #000;
  border-color: #eb0a1e;
}

.range-content {
  display: none;
  text-align: center;
}

.range-content.active {
  display: block;
}

.range-content img {
    margin: 0 auto;
    display: block;
    -webkit-transition: all .25s;
    transition: all .25s;
    padding: 0 20px;
}

.range-content:hover img {
    -webkit-transform: scale(1.03) translate(2px,1px);
    transform: scale(1.03) translate(2px,1px);
}

.range-content a {
  text-decoration: none;
}

.mm-model {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #eb0a1e;
}

.mm-desc {
    color: grey;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin: 0;
}


@media(max-width: 768px) {

  .range-flex {
      overflow: scroll;
  }

  .range-header {
      flex: 1 0 auto;
  }

}

@media(min-width: 769px) {

  .range-header {
    padding: 40px 20px 20px;
    margin: 0 0 20px;
  }

  .range-flex {
      justify-content: center;
  }

}

/* ========================================================================== 
*  11.1 - Home - Explore Range
* ========================================================================== */

.home-content .full-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.hc-content {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

/* ========================================================================== 
*  6.6 - Mega Menu
* ========================================================================== */

.mega-menu {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #f7f7fa;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: auto;
}

.mega-menu .wrapper {
  padding-top: 0;
}

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

.mm-cross {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 2px solid #000;
    border-radius: 50%;
    padding: 3px;
    height: 36px;
    width: 36px;
    font-size: 26px;
    z-index: 1000;
    cursor: pointer;
}

.mm-cross:hover {
  background: #000;
    fill: #fff;
}

.mm-car {
  position: relative;
    text-align: center;
    cursor: pointer;
}

.mm-car:hover {
    background: none;
}

.mm-car a {
  display: block;
}

.mm-car img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mm-car:hover img {
    transform: scale(0.9);
}

.mm-car p {
  margin-top: 10px;
}

.mm-car:hover p {
  color: #eb0a1e; 
}

.mega-menu .flex > div {
  opacity: 0;
  -webkit-animation: mm-show .33s 1s forwards;
  animation: mm-show .33s 1s forwards;
}

.mega-menu .flex > div {  animation-delay: 0.1s; }


@keyframes mm-show {
from{
  opacity: 0;
  transform: translateY(-1em);}
to{
  opacity: 1;
  transform: translateY(0);}
}



@media (min-width: 1025px) {

  .mm-link + ul {
    display: none !important; 
  }

  .mm-cross {
      top: 50px;
      right: 50px;
  }

  
}



/* ========================================================================== 
*  10.1 - Mini Stock Locator - Wrapper and Video BG
* ========================================================================== */

.search-our-stock {
  background-color: #000;
}

.search-our-stock .search-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.search-our-stock .ss-video {
  position: absolute;
  overflow: hidden;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.search-our-stock .ss-video video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

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

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

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

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

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


/* Accordian
   ========================================================================== */

.accord-head {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  font-size: 20px; 
  cursor: pointer;
  margin: 0;
}   

.accord-head svg {
  fill: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;  
}  

.accord-head:hover, .accord-container.active .accord-head{
  color: #eb0a1e;
}

.accord-head:hover svg, .accord-container.active svg {
  fill: #eb0a1e;
}   

.accord-container.active .accord-head svg {
  transform: rotate(45deg);
}

.accord-content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;  
  border-bottom: 1px solid #ccc;
}

.accord-content:last-child * {
  margin-bottom: 0;
}

.accord-container.active .accord-content {
  padding: 0 20px 20px;  
  max-height: 10000px;  
}

/* Toyota Car APIs */

.mm-car {
    padding: 20px;
}

.range-content a, .home-range a {
    font-size: 14px;
}

.mm-car .btn-primary, .home-range .btn-primary {
  background-color: #ebebeb;
    color: #000;
    border: none;
    font-size: 16px;
}

.mm-car .btn-outline {
  border-color: #000;
  color: #000;
}

.range-link:hover .btn-primary {
  background-color: #000;
  color: #ebebeb;
}

.home-range .btn {  
  display: block;
}

.btnlink {
    width: 100%;
}

.nostock {
    display: none !important;
}

.range-content .btn-outline {
  margin:  0 20px;
}

@media (max-width: 1024px) {
  .fixed-menu-nc .modelnav {
      top: 65px !important;
    }

    .fixed-menu-nc.scrolling-down .modelnav {
      top: 0 !important;
    }
}


sup{
	font-size: 10px;
}

.upcoming:not(:last-of-type) .mm-car a:nth-child(2) {
  display: none;
}