/*
 * Please do not modify or add new style directly in this stylesheet.
 *
 * This stylesheet is created with preprocessor, any modification here
 * will be overwritten in future processing of the master stylesheet.
 *
 * Please override and add new style to custom.3.0.css whenever necessary
 */
/* 
 * Main
 */
.chromeframe {
  position: absolute;
  top: 0;
}

iframe[name="google_conversion_frame"] {
  position: absolute;
  bottom: 0;
}

/* ==========================================================================
Fonts
========================================================================== */
/*
* @font-face
*/
@font-face {
  font-family: "Nobel-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Bold/Nobel-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Bold/Nobel-Bold.woff") format("woff"), url("../fonts/Bold/Nobel-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Nobel-Book";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Book/Nobel-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Book/Nobel-Book.woff") format("woff"), url("../fonts/Book/Nobel-Book.ttf") format("truetype");
}
@font-face {
  font-family: "Nobel-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Regular/Nobel-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Regular/Nobel-Regular.woff") format("woff"), url("../fonts/Regular/Nobel-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Nobel-Light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Light/Nobel-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Light/Nobel-Light.woff") format("woff"), url("../fonts/Light/Nobel-Light.ttf") format("truetype");
}
html, body {
  background-color: #000;
  color: #fff;
  font-family: "Nobel-Book", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  font-size: 19px;
  text-align: left;
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
  font-family: "Nobel-Book", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 57px;
  margin-top: 0;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 22px;
  font-weight: bold;
}

p {
  line-height: 1.3em;
}

hgroup {
  margin-top: 0;
  margin-bottom: 20px;
}

hgroup h1 {
  font-size: 57px;
  margin: 0;
}

hgroup h2 {
  font-size: 34px;
  margin: 0;
}

a {
  color: #fff;
}

img {
  display: block;
  max-width: 100%;
}

video {
  display: block;
  width: 100%;
}

section .header {
  text-align: center;
}

.wrapper {
  overflow: hidden;
}

.btn:active, .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

.bg-grey {
  background-color: #eaeaea;
  color: #000;
}
.bg-grey a {
  color: #000;
}

.wrap-xl {
  max-width: 1599px;
  width: 100%;
  margin: 0 auto;
}

.wrap-lg {
  max-width: 1199px;
  width: 100%;
  margin: 0 auto;
}

.wrap-md {
  max-width: 991px;
  width: 100%;
  margin: 0 auto;
}

.wrap-sm {
  max-width: 767px;
  width: 100%;
  margin: 0 auto;
}

.wrap-xs {
  max-width: 479px;
  width: 100%;
  margin: 0 auto;
}

.inner {
  padding: 0 15px;
}

.inner-all {
  padding: 15px;
}

nav ul {
  padding: 0;
  display: block;
}
nav li {
  list-style-type: none;
  display: block;
  margin: 10px 0;
}
nav li .btn {
  display: block;
  text-decoration: none;
}

i.fa-angle-up {
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -ms-transform-origin: 50% 55%;
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Safari */
  -webkit-transform-origin: 50% 55%;
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
  transform-origin: 50% 55%;
  -webkit-transition: transform .3s;
  /* Safari */
  transition: transform .3s;
}

.dropdown i.fa-angle-up,
.collapsed i.fa-angle-up {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg);
}

.dropdown.open i.fa-angle-up {
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Safari */
  transform: rotate(0deg);
}

.dropdown-menu {
  border: 0;
  margin: 0;
}

.dropdown-item {
  border: 0;
  clear: both;
}

.footer-series-nav {
  text-align: center;
  padding: 20px 0;
}
.footer-series-nav .nav {
  text-align: center;
  margin-top: 20px;
}
.footer-series-nav .nav li {
  clear: both;
  display: block;
  width: 150px;
  margin: 10px auto;
}

@media (min-width: 768px) {
  .nav {
    font-size: 16px;
    text-align: center;
  }
  .nav li .btn {
    font-size: 12px;
  }

  .footer-series-nav .nav li {
    clear: none;
    display: inline-block;
    width: 150px;
    margin: 10px 20px;
  }
}
@media (min-width: 992px) {
  .nav li .btn {
    font-size: 14px;
  }
}
#footer {
  padding: 0 15px;
  border-top: 1px solid #363636;
}
#footer .navbar-text {
  padding: 0 15px;
}
#footer a {
  color: #fff;
}
#footer a.legal, #footer a.privacy {
  display: inline;
}
#footer .social-media-links {
  text-align: left;
  padding: 15px 0;
}
#footer .social-media-links a {
  margin-right: 15px;
}
#footer .social-media-links i.fa {
  font-size: 24px;
}
#footer .jump-to-top {
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #fff;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 100;
}
#footer .jump-to-top i.fa {
  color: white;
  font-size: 36px;
}

@media (min-width: 768px) {
  #footer .nav {
    font-size: 12px;
  }

  #footer .social-media-links {
    text-align: right;
  }

  #footer a.legal, #footer a.privacy {
    display: block;
  }
}
.lexus-topnav-wrapper {
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 200;
}

.lexus-topnav {
  background-color: #000;
  border: 0;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  z-index: 200;
}
.lexus-topnav a {
  text-decoration: none;
}
.lexus-topnav .dropdown a {
  -webkit-transition: all .3s;
  /* Safari */
  transition: all .7s;
}
.lexus-topnav .hamburger {
  float: right;
  color: rgba(255, 255, 255, 0.7);
}
.lexus-topnav .hamburger-inner, .lexus-topnav .hamburger-inner::before, .lexus-topnav .hamburger-inner::after {
  background-color: rgba(255, 255, 255, 0.7);
}

.affixed .lexus-topnav {
  -ms-transform: translateY(-60px);
  /* IE 9 */
  -webkit-transform: translateY(-60px);
  /* Safari */
  transform: translateY(-60px);
  -webkit-transition: all .5s;
  /* Safari */
  transition: all .5s;
}

.lexus-logo {
  display: block;
  width: 160px;
  float: left;
  padding: 10px 15px;
}

.lexus-menu {
  padding: 0 15px;
}

.lexus-menu .dropdown-menu li a img {
  display: inline-block;
}

.lexus-menu .model-range {
  position: inherit;
}

.lexus-menu .model-range ul {
  left: 50%;
  width: 660px;
  overflow: hidden;
  padding-bottom: 20px;
  margin-left: -330px;
}

.lexus-menu .model-range li {
  float: left;
}

.lexus-menu-mobile ul.model-range {
  background-color: #fff;
  color: #999;
}

.lexus-menu .model-range li a,
.lexus-menu-mobile .model-range li a {
  color: #999;
  display: block;
  position: relative;
}

.lexus-menu .model-range li a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.lexus-menu .model-name {
  display: block;
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 24px;
  font-weight: bold;
}

.lexus-menu-mobile .model-name {
  display: block;
  position: absolute;
  left: 50%;
  top: 15px;
  font-size: 24px;
  font-weight: bold;
  margin-left: -100px;
}

.lexus-menu .model-range li a img {
  display: block;
  width: 180px;
  margin: 0 auto;
}

.lexus-menu-mobile .model-range li a img {
  display: block;
  width: 150px;
  margin: -10px auto 0 auto;
}

#lexus-menu-mobile:not(.mm-menu) {
  display: none;
}

.mm-menu {
  background: #000;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.75);
}

.mm-navbar {
  background-color: #333;
}

.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.75);
}

.mm-menu .mm-listview {
  border-color: rgba(255, 255, 255, 0.1);
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(255, 255, 255, 0.75);
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 767px) {
  .lexus-menu {
    background-color: #000;
    border: 0;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50px;
  }
}
@media (min-width: 768px) {
  #lexus-menu-mobile, #lexus-menu-mobile-toggle {
    display: none;
  }

  #lexus-menu {
    display: block;
  }
}
@media (min-width: 992px) {
  .lexus-menu .model-range ul {
    left: 50%;
    width: 900px;
    margin-left: -450px;
  }
}
@media (min-width: 1200px) {
  .lexus-menu .model-range ul {
    left: 50%;
    width: 1120px;
    margin-left: -560px;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 11px 11px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 24px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 6px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -48px;
  top: -48px;
  transform: translate3d(48px, 48px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -48px;
  top: -48px;
  transform: translate3d(-48px, 48px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.signup-bar {
  display: none;
  background-color: #3d75ba;
  height: 40px;
}
.signup-bar .content {
  text-align: center;
  padding: 5px 8px;
}
.signup-bar .content a {
  display: inline-block;
  text-decoration: none;
  margin-right: .2em;
  vertical-align: middle;
}
.signup-bar .content em {
  font-size: 10px;
  vertical-align: middle;
}
.signup-bar button.close {
  font-size: 28px;
}

.signup-bar-active.affixed.topnav-container {
  padding-top: 40px;
}
.signup-bar-active .signup-bar {
  display: block;
}

@media (min-width: 768px) {
  .signup-bar .content a {
    margin-right: 1em;
    font-size: 14px;
  }
  .signup-bar .content em {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.v2.css.map */
