@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';
.slider.slider-horizontal {
  width: 100%; }
  .slider .slider-track {
    border-radius: 0;
    box-shadow: none;
    background: #dddddf;
    height: 5px !important;
    margin-top: -2.5px !important; }
    .slider .slider-track .slider-selection {
      height: 5px;
      border-radius: 0;
      box-shadow: none;
      background: #1e84d6; }
  .slider .slider-handle {
    background: #1e84d6;
    border: 3px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .slider .tooltip {
    font-size: 16px;
    margin-top: 3px; }
    .slider .tooltip .tooltip-inner {
      color: #b7b7b8;
      border-radius: 0;
      background: none; }

@media print {
  .owl-carousel .owl-wrapper {
    display: none !important; } }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.ui-datepicker {
  border: 7px solid #1e84d6; }
  .ui-datepicker .ui-datepicker-header {
    background-color: #1e84d6; }
  .ui-datepicker .ui-datepicker-prev {
    border-right: 2px solid #1e8ae0; }
  .ui-datepicker .ui-datepicker-next {
    border-left: 2px solid #1e8ae0; }
  .ui-datepicker .ui-state-active {
    background-color: #1e84d6; }

.nav.nav-tabs {
  padding: 0 1rem;
  background-color: #303335; }
  .nav.nav-tabs a {
    border: none;
    color: #fff;
    border-radius: 0;
    padding: 0.75em 1em;
    text-transform: uppercase;
    font-family: 'Montserrat', "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
    .nav.nav-tabs a.active {
      padding-top: 1.5rem;
      margin-top: -1rem;
      border-top: 4px solid #3babf3;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
      .nav.nav-tabs a.active:hover, .nav.nav-tabs a.active:active, .nav.nav-tabs a.active:focus {
        border-color: #3babf3; }
    .panel-group .panel .panel-title {
      margin: 0;
      background-color: #303335;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .panel-group .panel .panel-title a {
      border: none;
      color: #fff;
      border-radius: 0;
      padding: 0.75em 1em;
      text-transform: uppercase;
      font-family: 'Montserrat', "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
  .panel-group .panel .panel-body {
    padding: 1rem; }

@media print {
  .nav-tabs {
    display: none; }

  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important; } }

body, html {
  letter-spacing: 0.5px; }

form label {
  font-weight: bold; }
  form label .required {
    color: #d9534f; }
  form label.c-radio {
    margin-right: 1rem; }
  form button[type="submit"], form button.btn.btn-sm.btn-success {
    border: none;
    color: #fff;
    border-radius: 0;
    font-weight: bold;
    padding: 1rem 4rem;
    margin-top: 1.5rem;
    text-align: center;
    background: #1e84d6;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Montserrat', "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
  form button[type="submit"]:hover, form button.btn.btn-sm.btn-success:hover {
    background: #1a70b6; }

img.pad-left {
  margin-left: 2rem; }
  img.pad-right {
    margin-right: 2rem; }

.alert {
  margin-top: 1rem; }

.hidden {
  display: none;
  visibility: hidden; }
/* iframes */
.fluid-frame {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 30px;
  padding-bottom: 56.25%;
  /* 16:9 (9 / 16 = 0.5625 or 56.25%) */ }

.fluid-frame iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.pagination {
  border-radius: 0; }
  .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    border-radius: 0; }

#main {
  padding: 1.5rem 0 6rem; }
  #main h1, #main h2, #main h3, #main h4 {
    margin-top: 1.75rem;
    margin-bottom: 1.25rem; }
  #main h1 {
    color: #1e84d6;
    font-size: 30px; }
  #main h2 {
    color: #303335;
    font-size: 24px;
    font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
  #main h3 {
    color: #8a8f91;
    font-size: 24px;
    font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
  #main h4 {
    color: #1e84d6;
    font-size: 18px;
    text-transform: uppercase; }
  #main p {
    color: #8a8f91;
    font-size: 18px;
    margin-top: 1rem; }
  #main ul, #main li {
    color: #8a8f91; }
  #main img {
    margin: 1rem;
    max-width: 100%; }

#about {
  position: relative; }
  #about .blurb, #about .sign {
    padding: 0; }
  #about .blurb {
    padding: 4rem; }
  #about .blurb p {
    color: #686c6e; }
  #about .blurb img {
    float: right; }
  #about .sign {
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    transition: all 200ms;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/app/zh/assets/addons/zh/zh/zimmermanhonda-theme/resources/img/bg-about.jpg?v=1524506336"); }
  #about .sign .background {
    display: none; }
  #about .sign:hover {
    background-size: auto 120%; }
    #about .sign:hover .background {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      position: absolute;
      background: rgba(88, 89, 89, 0.55); }

@media (max-width: 991px) {
  #about .blurb {
    padding: 3rem 1rem; } }

#staff {
  padding: 4rem 0; }
  #staff .department h3 {
    color: #1e84d6;
    font-size: 18px;
    text-transform: uppercase; }
  #staff .department .members {
    margin-bottom: 4rem; }
    #staff .department .members .row {
      padding: 1rem 0; }
      #staff .department .members .row .member img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1.5rem; }
        #staff .department .members .row .member h4 {
          color: #303335;
          margin-bottom: 0.5rem; }
        #staff .department .members .row .member p {
          color: #303335;
          margin-bottom: 0.5rem; }
          #staff .department .members .row .member p.title {
            color: #1e84d6; }
        #staff .department .members .row .member > a {
          display: block;
          color: #fff;
          padding: 1rem 0;
          font-weight: bold;
          margin-top: 1.5rem;
          text-align: center;
          background: #1e84d6;
          text-transform: uppercase;
          font-family: 'Montserrat', "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
          #staff .department .members .row .member > a:hover {
            background: #1a70b6; }

@media (max-width: 991px) {
  #staff .department .members .row {
    padding: 0; }
    #staff .department .members .row .member {
      margin-bottom: 1rem; } }

#sales {
  background: #927450; }
  #sales .presidents-award, #sales .internet-sales {
    padding: 0; }
  #sales .presidents-award {
    padding: 3rem;
    position: relative;
    text-align: center;
    vertical-align: middle; }
  #sales .presidents-award img {
    max-width: 80%; }
  #sales .presidents-award .background {
    display: none; }
  #sales .presidents-award:hover .background {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    background: rgba(88, 89, 89, 0.55); }
  #sales .internet-sales img {
    width: 100%;
    max-width: 100%; }

#learn {
  padding: 8rem 2rem;
  background: linear-gradient(rgba(49, 71, 93, .85), rgba(49, 71, 93, .85)); }
  #learn .panel {
    text-align: center;
    background: #fff; }
  #learn .panel .panel-body {
    min-height: 370px;
    padding: 3rem 2rem 1rem; }
  #learn .panel img {
    height: 90px;
    margin-bottom: 2rem; }
  #learn .panel h4 {
    color: #1e84d6; }
  #learn .panel p {
    color: #686c6e; }
  #learn .panel a {
    display: block;
    color: #fff;
    padding: 1rem 0;
    font-weight: bold;
    background: #1e84d6;
    text-transform: uppercase;
    font-family: 'Montserrat', "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
    #learn .panel a:hover {
      background: #1a70b6; }

@media (max-width: 991px) {
  #learn {
    padding: 3rem 1rem; } }

#awards {
  padding: 7rem 2rem 4rem; }
  #awards h3 {
    color: #1e84d6;
    font-size: 18px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #9fa1a3; }
  #awards h3 span {
    left: 50%;
    padding: 0 2rem;
    margin-top: -0.5rem;
    position: absolute;
    background: #fff;
    margin-left: -180px;
    display: inline-block; }
  #awards .row {
    margin-top: 6rem; }
  #awards .row > div {
    text-align: center; }
    #awards .row > div:hover img {
      opacity: 0.6; }

@media (max-width: 991px) {
  #awards .row > div {
    margin-bottom: 2rem; } }

#banner {
  padding: 4rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('https://www.bettendorfautos.com/app/zh/assets/addons/zh/zh/zimmermanhonda-theme/resources/img/bg-banner.jpg?v=1524506336'); }
  #banner h1 {
    margin: 0;
    color: #fff;
    font-size: 1.5rem;
    display: inline-block; }
  #banner .breadcrumb {
    margin: 0;
    padding: 0;
    float: right;
    background: none; }
  #banner .breadcrumb li {
    color: #fff; }
    #banner .breadcrumb li a {
      color: #fff; }
  #banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "|";
    color: #fff; }

#header .topbar {
  color: #fff;
  background-color: #303335; }
  #header .topbar .logo, #header .topbar .contact {
    display: inline-block; }
  #header .topbar .logo {
    padding: 1rem 0; }
    #header .topbar .logo img {
      width: 300px;
      height: 68px; }
  #header .topbar .contact {
    margin: 2rem 0 0; }
    #header .topbar .contact .internet-sales {
      position: relative;
      padding-right: 1rem;
      display: inline-block;
      border-right: 1px solid #2c75d0; }
      #header .topbar .contact .internet-sales .phone {
        left: 0;
        top: 20%;
        width: 30px;
        margin-left: -50px;
        position: absolute; }
      #header .topbar .contact .internet-sales label {
        display: block;
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: lighter;
        text-transform: uppercase; }
      #header .topbar .contact .internet-sales a {
        color: #fff;
        line-height: 1;
        font-size: 1.5rem;
        font-weight: bold; }
    #header .topbar .contact .main {
      padding-left: 1rem;
      vertical-align: top;
      display: inline-block; }
      #header .topbar .contact .main label {
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: lighter;
        text-transform: uppercase; }
      #header .topbar .contact .main a {
        color: #fff;
        font-weight: bold;
        font-size: 1rem; }
  #header .topbar .contact {
    float: right; }
  #header nav {
    z-index: 1;
    padding: 0 0.5rem;
    background: #f4f4f4;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }
  #header nav ul.nav > li {
    margin: 0;
    padding: 0 1rem;
    position: relative; }
    #header nav ul.nav > li:hover {
      background: #3babf3; }
      #header nav ul.nav > li:hover > a {
        color: #fff; }
        #header nav ul.nav > li:hover > a:after {
          color: rgba(255, 255, 255, 0.45); }
    #header nav ul.nav > li:first-child {
      margin-left: -1rem; }
    #header nav ul.nav > li > a {
      line-height: 1;
      font-weight: bold;
      color: #323333;
      padding: 1.4rem 1rem 1.4rem 0;
      position: relative;
      font-size: 1.15rem;
      text-transform: uppercase; }
      #header nav ul.nav > li > a:after {
        top: 33%;
        right: -5px;
        content: "\f107";
        position: absolute;
        color: rgba(0, 0, 0, 0.45);
        font-family: "FontAwesome"; }
    #header nav ul.nav > li > ul {
      margin: 0;
      border-radius: 0;
      background: #f4f4f4;
      border: 1px solid rgba(104, 106, 112, .33);
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
      border-top: none; }
      #header nav ul.nav > li > ul > li > a {
        color: #323333;
        padding: 0.5rem 1rem; }
        #header nav ul.nav > li > ul > li.active a, #header nav ul.nav > li > ul > li:hover a {
          background: rgba(0, 0, 0, 0.1); }

@media (max-width: 1024px) {
  #header nav ul.nav > li > a {
    font-size: 1rem; } }

@media (max-width: 991px) {
  #header .topbar {
    background: #303335; }
    #header .topbar .row, #header .topbar .container {
      margin: 0;
      padding: 0;
      width: 100%;
      max-width: 100%; }
      #header .topbar .row .col-lg-24, #header .topbar .container .col-lg-24 {
        padding: 0; }
    #header .topbar .navbar-toggler {
      top: 1rem;
      right: 1rem;
      margin-top: 0;
      color: #3babf3;
      position: absolute;
      z-index: 1100; }
    #header .topbar .logo {
      display: block;
      text-align: center; }
      #header .topbar .logo img {
        max-width: 60%;
        max-height: 200px; }
    #header .topbar .contact {
      width: 100%;
      float: none;
      padding: 1rem;
      text-align: center;
      background: #3e4245; }
      #header .topbar .contact .internet-sales {
        text-align: left;
        padding-right: 1rem;
        border-right: 1px solid rgba(0, 0, 0, 0.2); }
        #header .topbar .contact .internet-sales .phone {
          display: none; }
        #header .topbar .contact .internet-sales a {
          font-size: 1.25rem; }
      #header .topbar .contact .main {
        text-align: left; }
    #header nav {
      top: 5em;
      padding: 0;
      width: 100%;
      position: absolute;
      background: #303335;
      z-index: 2000; }
    #header nav .container {
      padding: 0; }
    #header nav ul.nav {
      padding-top: 3rem; }
      #header nav ul.nav > li {
        padding: 0;
        display: block;
        margin-left: 0; }
        #header nav ul.nav > li:first-child {
          margin-left: 0; }
        #header nav ul.nav > li > a {
          padding: 1rem;
          color: #fff;
          display: block; }
          #header nav ul.nav > li > a:after {
            right: 1rem;
            content: "\f107";
            color: rgba(245, 245, 245, 0.45); }
        #header nav ul.nav > li > ul {
          width: 100%;
          float: none;
          border: none;
          box-shadow: none;
          position: relative;
          background: #393d3e; }
          #header nav ul.nav > li > ul > li > a {
            color: #fff;
            padding-left: 2rem; } }

@media (max-width: 767px) {
  #header .topbar .contact {
    text-align: center; }
    #header .topbar .contact .internet-sales {
      display: block;
      text-align: center;
      margin-bottom: 1rem;
      border-right: none !important; }
    #header .topbar .contact .main {
      padding: 0;
      display: block;
      text-align: center; } }

@media print {
  header {
    display: none; } }

#footer h4 {
  margin-top: 2rem;
  margin-bottom: 0.5rem; }
  #footer .information {
    color: #9fa1a3;
    padding: 4rem 0;
    background: #303335; }
  #footer .information h4 {
    color: #fff;
    font-size: 1.15rem;
    text-transform: uppercase; }
    #footer .information h4 span {
      text-transform: none; }
  #footer .information a, #footer .information span {
    color: #dadbdc; }
  #footer .information .social img {
    width: 36px;
    height: 36px;
    margin-bottom: 1rem; }
    #footer .information .social ul {
      margin: 0;
      padding: 0; }
    #footer .information .social ul li {
      padding: 0.5rem 0;
      list-style: none; }
      #footer .information .social ul li a {
        color: #f4f5f6; }
  #footer .copyright {
    color: #9b9c9d;
    padding: 0.75rem 0;
    font-size: 14px;
    text-align: center;
    background: #393b3c; }
  #footer .copyright * {
    color: #9b9c9d; }
  #footer .copyright a:hover {
    color: #abacad; }
  #footer .legal {
    padding: 1rem 0;
    background: #404243; }
  #footer .legal * {
    color: #7e8081;
    font-size: 8px; }

@media (max-width: 991px) {
  #footer .information {
    padding: 3rem 0; } }

@media print {
  footer {
    display: none; } }

#member {
  padding: 4rem 0; }
  #member aside img {
    width: 100%;
    max-width: 100%; }
  #member aside .hours {
    margin-top: 1rem;
    padding: 3rem 1.5rem;
    background: #efeff1; }
    #member aside .hours h4 {
      color: #303335;
      margin-bottom: 0.5rem; }
    #member aside .hours h4.title {
      color: #1e84d6;
      margin-top: 2rem; }
    #member aside .hours p {
      color: #303335;
      margin-bottom: 0.5rem; }
    #member aside .hours p.title {
      color: #1e84d6; }
    #member aside .hours table tr {
      margin-bottom: 0.75rem; }
  #member .bio {
    margin-bottom: 3rem; }
  #member .bio h4 {
    color: #1e84d6;
    margin-bottom: 0.5rem; }
  #member .contact h4 {
    color: #1e84d6;
    margin-bottom: 3rem; }

@media (max-width: 991px) {
  #member img {
    margin-bottom: 2rem; }
    #member aside {
      margin-bottom: 2rem; }
      #member aside .hours {
        margin-top: 0; }
    #member .contact h4 {
      margin-top: 3rem;
      margin-bottom: 3rem; } }

#slider img {
  width: 100%;
  max-width: 100%; }

#contact {
  padding: 4rem 0; }
  #contact aside img {
    width: 100%;
    max-width: 100%; }
  #contact aside h5 {
    color: #303335;
    line-height: 1.5;
    margin-bottom: 0.5rem; }
  #contact aside h4 {
    color: #1e84d6; }
  #contact aside a {
    display: block;
    color: #fff;
    margin: 2rem 0;
    padding: 0.75rem 0;
    font-weight: bold;
    text-align: center;
    background: #1e84d6;
    text-transform: uppercase;
    font-family: 'Montserrat', "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
    #contact aside a:hover {
      background: #1a70b6; }
  #contact aside .hours {
    padding: 3rem 1.5rem;
    background: #efeff1; }
    #contact aside .hours p {
      color: #303335;
      margin-bottom: 0.5rem; }
    #contact aside .hours p.title {
      color: #1e84d6; }
    #contact aside .hours table tr {
      margin-bottom: 0.75rem; }
  #contact .contact h4 {
    color: #1e84d6;
    margin-bottom: 3rem; }

#map {
  height: 500px; }

@media (max-width: 991px) {
  #contact .contact {
    padding-top: 2rem; } }

.review {
  padding: 2rem 4rem;
  border: 6px solid rgba(201, 202, 201, .19); }
  .review .stars i {
    color: #4fa7dd;
    font-size: 18px; }
  .review h3 {
    color: #1e84d6 !important;
    margin: 0.85rem 0 !important; }
  .review ul {
    color: #8a8f91; }
  .review ul li {
    margin: 0;
    line-height: 1.1; }
    .review ul li:first-child {
      padding-right: 1rem;
      border-right: 1px solid #8a8f91; }
    .review ul li:last-child {
      padding-left: 1rem; }
  .review hr {
    border-color: #1e84d6; }
  .review p {
    color: #8a8f91; }

#vehicle {
  padding: 2rem 0; }
  #vehicle .actions {
    margin: 0; }
  #vehicle .actions .autocheck {
    margin-bottom: 1rem;
    display: inline-block; }
  #vehicle .actions > div {
    padding: 0; }
    #vehicle .actions > div a {
      float: left;
      color: #8a8f91;
      padding: 0.5rem;
      margin-left: 0.5rem;
      display: inline-block;
      border: 1px solid #c9cac9; }
    #vehicle .actions > div a:first-of-type {
      margin-left: 0; }
    #vehicle .actions > div a:hover {
      border-color: #1e84d6; }
  #vehicle .overview {
    padding: 0 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  #vehicle .overview .price {
    background: #1e84d6; }
    #vehicle .overview .price .selling-price {
      color: #fff;
      margin: 1rem 0;
      text-align: center;
      font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
    #vehicle .overview .price .selling-price small {
      font-size: 16px;
      text-transform: uppercase; }
    #vehicle .overview .price a {
      display: block;
      color: #fff;
      margin: 2rem 0;
      font-size: 15px;
      padding: 0.75rem 0;
      font-weight: bold;
      text-align: center;
      background: #3babf3;
      text-transform: uppercase;
      font-family: 'Montserrat', "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
    #vehicle .overview .price a:hover {
      background: #4cb1f3; }
  #vehicle .overview .details {
    padding: 0.75rem 0;
    background: #fff; }
    #vehicle .overview .details table {
      width: 100%; }
    #vehicle .overview .details table tr {
      border-bottom: 1px solid #d0cfcf; }
      #vehicle .overview .details table tr:last-child {
        border-bottom: none; }
      #vehicle .overview .details table tr th {
        color: #aaa9a9;
        font-weight: bold;
        text-transform: uppercase;
        padding: 0.75rem 1rem 0.75rem 2rem; }
      #vehicle .overview .details table tr td {
        padding: 0.75rem 2rem 0.75rem 0; }
  #vehicle .overview .offer a {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 1.25rem 0;
    font-weight: bold;
    text-align: center;
    background: #303335;
    margin-left: -1rem;
    margin-right: -1rem;
    text-transform: uppercase;
    font-family: 'Montserrat', "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
    #vehicle .overview .offer a:hover {
      background: #3e4143; }
    #vehicle .overview .offer a img {
      width: 33px;
      opacity: 0.36;
      margin-right: 1.25rem; }
  #vehicle .mpg {
    padding: 1.5rem;
    margin-top: 1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  #vehicle .mpg .row > div {
    text-align: center; }
    #vehicle .mpg .row > div.value strong, #vehicle .mpg .row > div.value span {
      display: block; }
      #vehicle .mpg .row > div.value strong {
        line-height: 1;
        font-size: 60px;
        font-weight: bold; }
      #vehicle .mpg .row > div.value span {
        text-transform: uppercase; }
    #vehicle .mpg .row > div.separator > span {
      padding: 2rem;
      border-radius: 50%;
      background: #1e84d6;
      display: inline-block; }
      #vehicle .mpg .row > div.separator > span img {
        height: 35px; }
  #vehicle .gallery {
    position: relative;
    margin-top: 1.25rem; }
  #vehicle .gallery > img.display {
    width: 100%;
    max-width: 100%; }
  #vehicle .gallery .wrapper {
    position: relative; }
    #vehicle .gallery .wrapper .thumbnails {
      margin-top: 3rem;
      padding: 0 2.5rem; }
    #vehicle .gallery .wrapper .thumbnails > div {
      padding: 0 0.25rem; }
    #vehicle .gallery .wrapper > a {
      top: 50%;
      color: #5e5c5d;
      font-size: 24px;
      margin-top: -15px;
      position: absolute; }
    #vehicle .gallery .wrapper > a:first-of-type {
      right: 10px; }
    #vehicle .gallery .wrapper > a:last-of-type {
      left: 10px; }
  #vehicle .information {
    margin-left: 0;
    margin-top: 4rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  #vehicle .information .tab-content {
    z-index: 2;
    position: relative;
    background: #fff; }
    #vehicle .information .tab-content .tab-pane {
      padding: 3rem; }
  #vehicle .payments {
    margin-left: 0;
    margin-top: 2rem;
    margin-bottom: 4rem; }
  #vehicle .payments .payment {
    padding: 1rem;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    #vehicle .payments .payment .inner {
      padding: 3rem 3rem;
      text-align: center;
      border: 5px solid rgba(201, 202, 201, .2); }
    #vehicle .payments .payment .inner label {
      margin: 0;
      color: #303335;
      display: block;
      font-size: 32px;
      text-transform: uppercase;
      font-family: 'Montserrat', "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
    #vehicle .payments .payment .inner strong {
      display: block;
      color: #1e84d6;
      line-height: 1.1;
      font-size: 120px; }
    #vehicle .payments .payment .inner span {
      display: block;
      color: #1e84d6;
      text-transform: uppercase; }
      #vehicle .payments .payment .inner span img {
        width: 16px;
        margin: -4px 0 0 5px; }
  #vehicle .payments .calculator {
    padding-right: 0; }
    #vehicle .payments .calculator .inner {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    #vehicle .payments .calculator header {
      text-align: center;
      background: #303335;
      padding: 1.5rem 0 1.5rem 70px; }
    #vehicle .payments .calculator header img {
      width: 31px; }
    #vehicle .payments .calculator header > span {
      color: #1e84d6;
      position: relative; }
      #vehicle .payments .calculator header > span:before {
        top: 1px;
        width: 31px;
        content: '';
        opacity: 0.6;
        height: 38px;
        margin-left: -60px;
        position: absolute;
        background-size: 31px 38px;
        background-repeat: no-repeat;
        background-image: url('https://www.bettendorfautos.com/app/zh/assets/addons/zh/zh/zimmermanhonda-theme/resources/img/icon-calculator.svg?v=1524506336'); }
    #vehicle .payments .calculator header > strong {
      color: #fff;
      display: block;
      text-transform: uppercase;
      font-family: 'Montserrat', "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
    #vehicle .payments .calculator section {
      padding: 1rem; }
    #vehicle .payments .calculator section table {
      width: 100%;
      margin-bottom: 0.75rem; }
      #vehicle .payments .calculator section table tr th {
        color: #aaa9a9;
        padding-right: 0.5rem;
        text-transform: uppercase; }
        #vehicle .payments .calculator section table tr th span {
          color: #1e84d6; }
    #vehicle .payments .calculator section input, #vehicle .payments .calculator section select {
      width: 100% !important;
      border: none;
      line-height: 1;
      color: #7d7d7d;
      border-radius: 0;
      background-color: #dddddf; }
    #vehicle .payments .calculator section select {
      background: #dddddf url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ababab' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
      background-size: 8px 10px; }
    #vehicle .payments .calculator section input[type="text"] {
      padding: 0.4rem 0.56rem; }
    #vehicle .payments .calculator section td.rate {
      position: relative; }
      #vehicle .payments .calculator section td.rate:after {
        top: 6px;
        right: 7px;
        opacity: 0.4;
        content: '%';
        position: absolute; }
    #vehicle .payments .calculator section button {
      margin: 0;
      width: 100%;
      border: none;
      display: block;
      color: #fff;
      padding: 0.5rem 0;
      font-weight: bold;
      text-align: center;
      background: #1e84d6;
      text-transform: uppercase;
      font-family: 'Montserrat', "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
      #vehicle .payments .calculator section button:hover {
        background: #1a70b6; }
    #vehicle .payments .calculator footer {
      padding: 1rem;
      color: #8a8f91;
      font-size: 12px;
      text-align: center;
      background: #f2f2f4; }
  #vehicle .related {
    padding: 3rem 0;
    margin-bottom: 1rem;
    background: #1e84d9; }
  #vehicle .related .row {
    margin: 0; }
    #vehicle .related .row .vehicle {
      color: #8a8f91;
      margin-bottom: 1rem;
      background: #fff;
      padding-bottom: 1rem;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    #vehicle .related .row .vehicle img {
      width: 100%;
      max-width: 100%; }
    #vehicle .related .row .vehicle .price {
      width: 60%;
      color: #fff;
      line-height: 1;
      font-size: 24px;
      margin-top: 1rem;
      padding: 0.5rem 0;
      font-weight: bold;
      text-align: center;
      position: relative;
      background: #1e84d6;
      margin-bottom: 1rem; }
      #vehicle .related .row .vehicle .price:after {
        top: 0;
        left: 100%;
        content: "";
        display: block;
        position: absolute;
        border: 0.85em solid #1e84d6;
        border-right-color: transparent; }
      #vehicle .related .row .vehicle .price.red-tag {
        background: #f4424a; }
      #vehicle .related .row .vehicle .price.red-tag:after {
        border: 0.85em solid #f4424a;
        border-right-color: transparent; }
    #vehicle .related .row .vehicle .details {
      padding: 0 2rem; }
      #vehicle .related .row .vehicle .details p {
        color: #7d7d7d; }
      #vehicle .related .row .vehicle .details a {
        display: block;
        color: #fff;
        padding: 0.5rem 0;
        font-weight: bold;
        text-align: center;
        background: #303335;
        text-transform: uppercase;
        font-family: 'Montserrat', "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
      #vehicle .related .row .vehicle .details a:hover {
        background: #3e4143; }

@media (max-width: 991px) {
  #vehicle .actions > div a {
    float: none;
    display: block;
    margin-left: 0;
    margin-bottom: 1rem; }
    #vehicle .gallery {
      margin-bottom: 3.25rem; }
    #vehicle .overview .details {
      padding: 0;
      overflow-x: hidden; }
      #vehicle .overview .details .wrapper {
        padding: 0; }
        #vehicle .overview .details .wrapper table tr th {
          padding: 0.75rem 1rem 0.75rem 1rem; }
      #vehicle .overview .price {
        padding-top: 1rem; }
      #vehicle .overview .price .selling-price small {
        display: block;
        margin-bottom: 0.5rem; }
    #vehicle .information {
      margin-right: 0; }
    #vehicle .payments {
      margin-right: 0; }
      #vehicle .payments .payment {
        margin-bottom: 2rem; }
      #vehicle .payments .payment .inner strong {
        font-size: 80px; }
      #vehicle .payments .calculator {
        padding: 0; }
    #vehicle .related .row .vehicle .price:after {
      display: none !important; } }

@media print {
  #vehicle .offer, #vehicle .price, #vehicle .actions, #vehicle .related, #vehicle .payments, #vehicle .separator, #vehicle .gallery .wrapper > a {
    display: none; }
    #vehicle .mpg .row > div:not(.separator) {
      display: inline-block; }
    #vehicle .gallery .wrapper .thumbnails > div {
      padding: 0; }
    #vehicle .tab-pane {
      display: block !important; }
    #vehicle .tab-content {
      display: block !important; } }

#specials .video, #specials .special {
  padding: 0;
  background: #808080; }
  #specials .video img, #specials .special img {
    width: 100%; }
  #specials .video {
    position: relative; }
  #specials .video .overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(97, 98, 99, .6); }
    #specials .video .overlay a {
      top: 50%;
      left: 50%;
      width: 48px;
      opacity: 0.6;
      height: 44px;
      margin-top: -22px;
      margin-left: -24px;
      position: absolute;
      transition: all 200ms; }
    #specials .video .overlay a:hover {
      opacity: 1; }
    #specials .video .overlay a img {
      width: 100%; }

#featured {
  padding: 4rem 0;
  background: #303335; }
  #featured .carousel .carousel-item {
    padding: 0 8rem; }
    #featured .carousel .carousel-item img {
      max-width: 100%; }
    #featured .carousel .carousel-item .details {
      position: relative; }
    #featured .carousel .carousel-item .details h5 {
      color: #fff;
      margin-top: 0.5rem;
      text-transform: uppercase;
      font-weight: normal !important; }
    #featured .carousel .carousel-item .details h2 {
      color: #1e84d6; }
    #featured .carousel .carousel-item .details p {
      color: #8a8f91; }
    #featured .carousel .carousel-item .details hr {
      border-color: #4d5052; }
    #featured .carousel .carousel-item .details ul li {
      color: #fff; }
      #featured .carousel .carousel-item .details ul li img {
        height: 17px;
        margin-left: 1rem;
        margin-right: 0.5rem; }
      #featured .carousel .carousel-item .details ul li:first-child img {
        margin-left: 0; }
    #featured .carousel .carousel-item .details .price {
      top: 0;
      right: 0;
      width: 200px;
      color: #fff;
      line-height: 1;
      font-size: 24px;
      padding: 0.5rem 0;
      font-weight: bold;
      text-align: center;
      position: absolute;
      background: #1e84d6; }
      #featured .carousel .carousel-item .details .price:after {
        top: 0;
        left: 100%;
        content: "";
        display: block;
        position: absolute;
        border: 0.85em solid #1e84d6;
        border-right-color: transparent; }
      #featured .carousel .carousel-item .details .price.red-tag {
        background: #f4424a; }
      #featured .carousel .carousel-item .details .price.red-tag:after {
        border: 0.85em solid #f4424a;
        border-right-color: transparent; }
  #featured .carousel > a {
    top: 50%;
    color: #5e5c5d;
    font-size: 24px;
    margin-top: -15px;
    position: absolute; }
    #featured .carousel > a:first-of-type {
      right: 50px; }
    #featured .carousel > a:last-of-type {
      left: 50px; }
    #featured .carousel > a:hover {
      color: #fff; }

@media (max-width: 1024px) {
  #featured .price:after {
    display: none !important; } }

@media (max-width: 991px) {
  #featured {
    display: none; }
    #featured .price:after {
      display: none !important; } }

#vehicles .filters {
  padding: 3rem 0; }
  #vehicles .filters button[type="submit"] {
    margin-top: 0;
    font-size: 18px;
    background: #303335;
    padding: 0.7rem 2rem;
    vertical-align: top;
    border-color: #303335; }
    #vehicles .filters button[type="submit"]:hover {
      background: #3d4042; }
  #vehicles .filters .row:first-child {
    margin-bottom: 4rem; }
  #vehicles .filters .row:last-child {
    text-align: center; }
  #vehicles .makes {
    margin-top: 2.5rem;
    text-align: center; }
  #vehicles .makes a {
    color: #333; }
  #vehicles .order {
    padding-top: 1.25rem; }
  #vehicles .order label {
    color: #7d7d7d;
    font-weight: bold; }
  #vehicles .order strong {
    color: #1e84d6;
    margin-left: 1rem; }
  #vehicles input.filter, #vehicles select.filter {
    line-height: 1;
    color: #7d7d7d;
    height: 2.9rem;
    border-radius: 0;
    margin-bottom: 1rem; }
  #vehicles select.filter {
    border: none;
    background: #dddddf url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ababab' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px; }
  #vehicles input[type="text"].filter {
    padding: 0.56rem; }
  #vehicles .vehicles {
    padding: 1.5rem 0;
    background: #f4f4f6; }
  #vehicles .vehicles .vehicle {
    color: #8a8f91;
    position: relative;
    margin-bottom: 1rem;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    #vehicles .vehicles .vehicle .row {
      margin: 0;
      width: 100%; }
    #vehicles .vehicles .vehicle .row.top {
      padding: 1rem; }
    #vehicles .vehicles .vehicle .row.bottom {
      z-index: 1;
      position: relative;
      background: #f5f5f5;
      padding: 1rem 1rem 2rem; }
    #vehicles .vehicles .vehicle .preview {
      padding: 0;
      position: relative; }
    #vehicles .vehicles .vehicle .preview .row-fluid {
      z-index: 2;
      position: absolute;
      padding: 0 1rem 0 0; }
      #vehicles .vehicles .vehicle .preview .row-fluid img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0.25rem; }
      #vehicles .vehicles .vehicle .preview .row-fluid a.sales {
        display: block;
        color: #fff;
        font-size: 14px;
        padding: 0.5rem 0;
        font-weight: bold;
        text-align: center;
        background: #3babf3;
        text-transform: uppercase;
        font-family: 'Montserrat', "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
      #vehicles .vehicles .vehicle .preview .row-fluid a.sales:hover {
        background: #1a70b6; }
    #vehicles .vehicles .vehicle .sales {
      padding: 0;
      text-align: center; }
    #vehicles .vehicles .vehicle .sales .price {
      color: #fff;
      line-height: 1;
      font-size: 24px;
      padding: 0.5rem 0;
      font-weight: bold;
      position: relative;
      background: #1e84d6;
      margin-bottom: 1rem; }
      #vehicles .vehicles .vehicle .sales .price:after {
        top: 0;
        left: 100%;
        content: "";
        display: block;
        position: absolute;
        border: 0.85em solid #1e84d6;
        border-right-color: transparent; }
      #vehicles .vehicles .vehicle .sales .price.red-tag {
        background: #f4424a; }
      #vehicles .vehicles .vehicle .sales .price.red-tag:after {
        border: 0.85em solid #f4424a;
        border-right-color: transparent; }
    #vehicles .vehicles .vehicle .sales img {
      width: 90%;
      max-width: 90%; }
    #vehicles .vehicles .vehicle h2 {
      color: #1e84d6;
      font-size: 30px;
      margin-bottom: 0.5rem; }
    #vehicles .vehicles .vehicle p {
      margin: 0; }
    #vehicles .vehicles .vehicle .table-wrapper {
      padding: 0; }
    #vehicles .vehicles .vehicle .table-wrapper table tr th {
      padding-right: 0.5rem; }
    #vehicles .vehicles .vehicle .mpg {
      padding: 0;
      color: #1dbca4;
      text-align: center; }
    #vehicles .vehicles .vehicle .mpg img {
      width: 16px; }
    #vehicles .vehicles .vehicle a.details {
      right: 0;
      bottom: 0;
      z-index: 2;
      padding: 1rem;
      color: #fff;
      line-height: 1;
      font-weight: bold;
      position: absolute;
      background: #acacad;
      text-transform: uppercase; }
    #vehicles .vehicles .vehicle a.details:hover {
      background: #79797a; }
    #vehicles .vehicles .vehicle a.details img {
      width: 21px;
      margin-top: -5px;
      margin-left: 0.5rem; }

@media (max-width: 991px) {
  #vehicles .filters .filter {
    margin-bottom: 1rem; }
    #vehicles .vehicles > .container > .row {
      text-align: center; }
      #vehicles .vehicles > .container > .row .pull-right {
        float: none !important; }
      #vehicles .vehicles > .container > .pull-right {
        text-align: center;
        float: none !important; }
      #vehicles .vehicles .vehicle h2 {
        margin-top: 2rem; }
      #vehicles .vehicles .vehicle .preview .row-fluid {
        position: inherit; }
      #vehicles .vehicles .vehicle .sales .price {
        margin-top: 2rem; }
        #vehicles .vehicles .vehicle .sales .price:after {
          display: none !important; }
        #vehicles .vehicles .vehicle .sales img {
          width: 133px;
          max-width: 133px; }
      #vehicles .vehicles .vehicle .mpg {
        text-align: left;
        padding-left: 15px;
        padding-right: 15px; } }

#inventory .buttons .light, #inventory .buttons .dark {
  color: #fff;
  display: block;
  padding: 1rem 2rem;
  text-transform: uppercase; }
  #inventory .buttons .light img, #inventory .buttons .dark img, #inventory .buttons .light h2, #inventory .buttons .dark h2, #inventory .buttons .light i, #inventory .buttons .dark i {
    display: inline-block; }
  #inventory .buttons .light img, #inventory .buttons .dark img {
    width: 27px;
    margin-right: 1.5rem; }
  #inventory .buttons .light h2, #inventory .buttons .dark h2 {
    line-height: 0.25;
    margin-bottom: 0;
    font-size: 1.15rem;
    vertical-align: middle; }
  #inventory .buttons .light i, #inventory .buttons .dark i {
    opacity: 0.6;
    float: right;
    line-height: 0;
    margin-top: 13px;
    font-size: 1.5rem; }
  #inventory .buttons .light:hover i, #inventory .buttons .dark:hover i {
    opacity: 0.9; }
  #inventory .buttons .light {
    background: #3babf5; }
  #inventory .buttons .light:hover {
    background: #3a9fe1; }
  #inventory .buttons .dark {
    background: #1e84d6; }
  #inventory .buttons .dark:hover {
    background: #1a70b6; }
  #inventory .models {
    padding: 1rem 0; }
  #inventory .models .model {
    width: 10.7%;
    color: #797979;
    position: relative;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 1rem 1rem 3rem;
    border-left: 1px solid #efefef; }
  #inventory .models .model:first-child {
    border-left: none; }
  #inventory .models .model .background {
    display: none; }
  #inventory .models .model:hover .background {
    left: 0;
    top: -1rem;
    bottom: -1rem;
    right: -0.25rem;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.3); }
  #inventory .models .model img {
    transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  #inventory .models .model img.odyssey {
    margin-top: 10px; }
  #inventory .models .model img.ridgeline {
    margin-top: 10px; }
  #inventory .models .model span {
    left: 0;
    right: 0;
    bottom: 1rem;
    font-size: 1rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase; }

@media (max-width: 1024px) {
  #inventory .buttons img {
    display: none !important; } }

@media (max-width: 991px) {
  #inventory .models {
    padding: 0; }
    #inventory .models .model {
      float: left;
      width: 49.9%;
      display: inline-block;
      border-bottom: 1px solid #efefef; }
      #inventory .models .model:last-of-type {
        border-bottom: none; }
      #inventory .models .model:hover .background {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        position: absolute;
        background: rgba(0, 0, 0, 0.2); } }

#photo-galleries .gallery-container {
  margin: 2rem auto; }
  #photo-galleries .gallery-container img {
    width: 100%;
    max-width: 100%; }
  #photo-galleries .gallery-container .gallery-name {
    margin: 0;
    color: #fff;
    display: block;
    min-height: 96px;
    font-weight: bold;
    text-align: center;
    background: #1e84d6;
    padding: 1.5rem 0.5rem;
    text-transform: uppercase; }
  #photo-galleries #photo-gallery-carousel {
    max-width: 960px;
    max-height: 720px;
    margin: 2rem auto; }
  #photo-galleries #photo-gallery-carousel .carousel-inner .carousel-item img {
    margin: 0 auto; }
