html {
  position: relative;
  min-height: 100%;
}

body {
  background: #e9ebee;
  margin-bottom: 320px;
  font-family: 'Inter', 'Helvetica Neue', 'Helvetica', arial, sans-serif, serif;
  font-size: 14px;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

h1 {
  font-weight: bold;
}

a {
  color: #3290af;
}

.bold-header {
  font-weight: bold;
}

.ad-wrapper-top {
  min-height: 180px;
}

.btn, .form-control {
  font-size: 13px;
}

.wrapper, .container {
  max-width: 1080px;
  margin: 0 auto;
}

.navbar {
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0;
}

.navbar-nav > li > a {
  line-height: 30px;
}

#asginfo-page .navbar .wrapper {
  max-width: 1080px;
}

#dropdown-ownership > a.btn.dropdown-toggle {
  line-height: 20px;
  margin-top: 5px;
}

.box {
  background: white;
  padding: 16px;
}

/*
.btn-primary {
  background: #173753;
}*/

.btn-primary {
  background: #333;
  border-color: #333;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.btn-info,
.btn-info.active {
  background: #168c8e;
  border-color: #168c8e;
}
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-info:focus-visible,
.btn-info:focus-within,
.btn-info:target {
  background-color: #549192 !important;
  border-color: #549192 !important;
}

.btn-success {
  background: #3eb800;
  border-color: #3eb800;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background-color: #339800;
  border-color: #339800;
}

#navbar .btn-primary:hover,
#navbar .btn-primary:active,
#navbar .btn-primary:focus {
  background-color: #173753;
}

#navbar .btn-info:hover,
#navbar .btn-info:active,
#navbar .btn-info:focus {
  background-color: #ed5c00;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #168c8e;
  border: 1px solid #168c8e;
}

.navbar-header img {
  padding-top: 10px;
  padding-bottom: 5px;
  height: 70px;
}

.navbar-header .header-logo {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 60px;
}

#front-search-panel {
   padding-left: 15px;
   padding-right: 15px;
   padding-bottom: 15px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 300px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #232628 !important;
  color: white;
}

.footer .btn-info {
  color: white;
}

.kenner-widget-container {
  width: auto;
  float: right;
}

@media (max-width: 768px) {
  body {
    margin-bottom: 0;
  }

  .footer {
    position: relative;
    height: auto;
  }

  .kenner-widget-container {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}

.footer a {
  color: #168c8e;
}

.footer .copyright {
    margin-top: 50px;
}

.primary-color {
  color: #3290af;
}

.primary-highlight-color {
  color: #333; /*#0883c3; */
  font-weight: bold;
}

.info-text {
  font-style: italic;
}

.orange-color {
  color: #ff7500;
}

.underlined {
  text-decoration: underline;
}

#listing-sort {
  font-weight: bold;
}

#listing-sort > li > a {
  padding: 10px 12px;
}

button.orange-color {
  color: #ff7500;
  border-color: #ff7500 !important;
}

button.primary-color {
  color: #22527b;
  border-color: #22527b !important;
}

button.primary-color:hover {
  background-color: #ebf1f5;
}

.text-muted {
  color: #595959;
}

.text-red {
  color: #ff0040;
}

.btn,
.btn-xs,
.btn-sm,
.btn-md,
.btn-lg {
  border-radius: 3px;
}

.btn-round-lg {
  border-radius: 22.5px;
}
.btn-round {
  border-radius: 17px;
}
.btn-round-sm {
  border-radius: 15px;
}
.btn-round-xs {
  border-radius: 11px;
  padding-left: 10px;
  padding-right: 10px;
}

.ns-box {
  position: fixed;
  background: rgba(42,45,50,0.85);
  padding: 22px;
  line-height: 1.4;
  z-index: 1000;
  pointer-events: none;
  color: rgba(250,251,255,0.95);
  font-size: 90%;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
}

.ns-box.ns-type-notice {
  background: rgba(114,157,191, 0.85);
}

.ns-box.ns-type-success {
  background: rgba(114,191,123, 0.85);
}

.ns-box.ns-type-error {
  background: rgba(191,114,114, 0.85);
}

/* ns-type-notice, ns-type-warning, ns-type-error or ns-type-success */

.ns-box.ns-show {
  pointer-events: auto;
}

.ns-box a {
  color: inherit;
  opacity: 0.7;
  font-weight: 700;
}

.ns-box a:hover,
.ns-box a:focus {
  opacity: 1;
}

.ns-box p {
  margin: 0;
}

.ns-box.ns-show,
.ns-box.ns-visible {
  pointer-events: auto;
}

.ns-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 4px;
  top: 4px;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ns-close:hover,
.ns-close:focus {
  outline: none;
}

.ns-close::before,
.ns-close::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 60%;
  top: 50%;
  left: 50%;
  background: #6e6e6e;
}

.ns-close:hover::before,
.ns-close:hover::after {
  background: #fff;
}

.ns-close::before {
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg);
}

.ns-close::after {
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg);
}

/* Top bar notifications */
.ns-box.ns-bar {
  top: 0;
  left: 0;
  width: 100%;
}

.ns-bar .ns-close {
  background: transparent;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.ns-bar .ns-close::before,
.ns-bar .ns-close::after {
  background: #b7b5b3;
}

.ns-bar .clear-selection {
  float: right;
  position: relative;
  right: 20px;
  top: 3px;
  font-size: 14px;
}

.text-small {
  font-size: 90%;
}

[class^="ns-effect-"].ns-bar.ns-hide,
[class*=" ns-effect-"].ns-bar.ns-hide {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

/* Individual Effects */

/* Slide on top */

.ns-effect-slidetop .icon {
  position: absolute;
  display: block;
  font-size: 109%;
  top: 50%;
  left: 1em;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

.ns-effect-slidetop p {
  padding: 0;
  font-size: 1.2em;
  display: inline-block;
}

.ns-effect-slidetop .ns-close::before,
.ns-effect-slidetop .ns-close::after {
  width: 2px;
  background: #14151b;
}

.ns-effect-slidetop .ns-close:hover::before,
.ns-effect-slidetop .ns-close:hover::after {
  background: #fff;
}

.ns-effect-slidetop.ns-show .icon,
.ns-effect-slidetop.ns-show p {
  -webkit-animation-name: animScaleUp;
  animation-name: animScaleUp;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ns-effect-slidetop.ns-show p {
  -webkit-animation-name: animFade;
  animation-name: animFade;
}

@-webkit-keyframes animScaleUp {
  0% { opacity: 0; -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1); }
  100% { opacity 1; -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1); }
}

@keyframes animScaleUp {
  0% { opacity: 0; -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1); transform: translate3d(0,-50%,0) scale3d(0,0,1); }
  100% { opacity 1; -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1); transform: translate3d(0,-50%,0) scale3d(1,1,1); }
}

.ns-effect-slidetop.ns-show,
.ns-effect-slidetop.ns-hide {
  -webkit-animation-name: animSlideTop;
  animation-name: animSlideTop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.7,0,0.3,1);
  animation-timing-function: cubic-bezier(0.7,0,0.3,1);
}

@-webkit-keyframes animSlideTop {
  0% { -webkit-transform: translate3d(0,-100%,0); }
  100% { -webkit-transform: translate3d(0,0,0); }
}

@keyframes animSlideTop {
  0% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
  100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

/* Expanding Loader */
.ns-effect-exploader {
  background: #fff;
  color: #7a7264;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.ns-effect-exploader .icon {
  position: absolute;
  left: 0.25em;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

.ns-effect-exploader .ns-box-inner {
  position: relative;
}

.ns-effect-exploader p {
  padding: 0.25em 2em 0.25em 3em;
}

.ns-effect-exploader .ns-close:hover::before,
.ns-effect-exploader .ns-close:hover::after {
  background: #98815a;
}

.ns-effect-exploader.ns-show {
  -webkit-animation-name: animLoad;
  animation-name: animLoad;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

@-webkit-keyframes animLoad {
  0% { opacity: 1; -webkit-transform: scale3d(0,0.3,1); }
  33% { opacity: 1; -webkit-transform: scale3d(0.5,0.3,1); }
  50% { opacity: 1; -webkit-transform: scale3d(0.6,0.3,1); }
  80%, 85% { opacity: 1; -webkit-transform: scale3d(1,0.3,1); -webkit-animation-timing-function: cubic-bezier(0.7,0,0.3,1); }
  100% { opacity: 1; -webkit-transform: scale3d(1,1,1); }
}

@keyframes animLoad {
  0% { opacity: 1; -webkit-transform: scale3d(0,0.3,1); transform: scale3d(0,0.3,1); }
  33% { opacity: 1; -webkit-transform: scale3d(0.5,0.3,1); transform: scale3d(0.5,0.3,1); }
  50% { opacity: 1; -webkit-transform: scale3d(0.6,0.3,1); transform: scale3d(0.6,0.3,1); }
  80%, 85% { opacity: 1; -webkit-transform: scale3d(1,0.3,1); transform: scale3d(1,0.3,1); -webkit-animation-timing-function: cubic-bezier(0.7,0,0.3,1); animation-timing-function: cubic-bezier(0.7,0,0.3,1); }
  100% { opacity: 1; -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}

.ns-effect-exploader.ns-hide {
  -webkit-animation-name: animFade;
  animation-name: animFade;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.ns-effect-exploader.ns-show .ns-box-inner,
.ns-effect-exploader.ns-show .ns-close {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.ns-effect-exploader.ns-show .ns-close {
  -webkit-animation-name: animFade;
  animation-name: animFade;
}

.ns-effect-exploader.ns-show .ns-box-inner {
  -webkit-animation-name: animFadeMove;
  animation-name: animFadeMove;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes animFadeMove {
  0% { opacity: 0; -webkit-transform: translate3d(0,10px,0); }
  100% { opacity: 1; -webkit-transform: translate3d(0,0,0); }
}

@keyframes animFadeMove {
  0% { opacity: 0; -webkit-transform: translate3d(0,10px,0); transform: translate3d(0,10px,0); }
  100% { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

@-webkit-keyframes animFade {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes animFade {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.top0 { margin-top:0 !important; }
.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top20 { margin-top:20px; }
.top30 { margin-top:30px; }

.bot0 { margin-bottom:0 !important;}
.bot5 { margin-bottom:5px; }
.bot7 { margin-bottom:7px; }
.bot10 { margin-bottom:10px; }
.bot15 { margin-bottom:15px; }
.bot17 { margin-bottom:17px; }
.bot30 { margin-bottom:30px; }

.padbot5 { padding-bottom:5px !important; }
.padbot7 { padding-bottom:7px !important; }
.padbot10 { padding-bottom:10px !important; }
.padbot15 { padding-bottom:15px !important; }
.padbot17 { padding-bottom:17px !important; }
.padbot22 { padding-bottom:22px !important; }
.padbot30 { padding-bottom:30px !important; }

.left0 { padding-left: 0px; }
.left5 { padding-left: 5px; }
.left7 { padding-left: 7px; }
.left10 { padding-left: 10px; }
.left15 { padding-left: 15px; }
.left17 { padding-left: 17px; }
.left30 { padding-left: 30px; }

.right0 { padding-right: 0px; }
.right5 { padding-right: 5px; }
.right7 { padding-right: 7px; }
.right10 { padding-right: 10px; }
.right15 { padding-right: 15px; }
.right17 { padding-right: 17px; }
.right30 { padding-right: 30px; }

.right-tabs {
  border-bottom: 1px solid #ddd;
}

.right-tabs .nav {
    float: right;
    border-bottom: 0px;
}
.right-tabs .nav li {
  float: left
}

.float-right {
  float: right;
}

#car-pictures-wrapper {
  position: relative;
}

#car-pictures-wrapper #car-pictures-hover {
  position: absolute;
  top: 200px;
  height: 20%;
  width: 100%;
  z-index: 4;
}

/* Front Checkbox */
.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

#price_type_switcher {
  height: 1.5rem;
  width: 3rem;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background: black;
  display: inline-block;
  border-radius: 1.5rem;
  position: relative;
  top: 5px;
}

#price_type_switcher .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  background: white;
  border-radius: 50%;
}

.toggled-business #price_type_switcher {
  background: #333;
}

.toggled-business #price_type_switcher .handle {
  right: 0.1875rem;
  left: auto;
}

.toggled-private #price_type_switcher {
  background: #168c8e;
}

#price-type-switch-container {
  font-weight: bold;
  line-height: 4rem;
}

#price-type-switch-container .label-private,
#price-type-switch-container .label-business {
  color: #333;
}


.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
    font-size: 13px;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
    background: #ff7721;
    color: #fff;
    text-shadow: none;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    color: #bbb;
}

.checkbox-custom-label:before {
  border: 1px solid #ccc;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
  border: 1px solid #cc4e00;
}

.car-listing-summary {
  margin-bottom: 12px;
}

.car-listing-summary .listing-cover {
  position: relative;
}

.car-listing-summary .new-car-badge,
.listing-image .new-car-badge,
.car-listing-summary .sold-car-badge,
.listing-image .sold-car-badge,
.listing-image .dynamic-car-badge,
.listing-image .sold-car-badge {
  position: absolute;
  left: 0;
  top:5px;
  padding: 3px 15px 3px 15px;
  font-size: 80%;
  display: block-inline;
  color: white;
  background-color: #00a78d; /* #5cb85c; */
}

.in-stock-badge {
  display: inline-block;
  color: #359d00;
  font-weight: bold;
  padding-right: 4px;
  position: relative;
}

.in-stock-badge::after {
  position: absolute;
  width: 0;
  height: 0;

  border-right: 30px;
  border-style: solid;
  border-color: #ff7721;
}

.not.in-stock-badge {
  color: #0883c3;
}

.listing-image .dynamic-car-badge {
  background-color: #0883c3;
  color: white;
  right: 15px;
  left: auto;
}

.listing-image .new-car-badge,
.listing-image .sold-car-badge {
  left: 15px;
}

.sold-car-badge {
  background-color: red !important;
}

.btn-add-compare,
.slider-car-badge {
  position: absolute;
  right: 4px;
  top:4px;
  padding: 3px 6px 3px 6px;
  display: block-inline;
  color: white;
  border-radius: 50%;
  background-color: #168c8e;
}

.listing-image .btn-add-compare,
.listing-image .slider-car-badge {
  right: 19px;
}

.btn-add-compare:hover {
  background-color: #22527b;
}

.front-car-slider ul,
.front-car-slider ul li {
  list-style: none;
}

.front-car-slider .period {
  line-height: 16px;
  margin-top: 8px;
}

.btn-add-compare i {
  font-size: 16px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.slider-car-badge i {
  position: relative;
  top: 1px;
  font-size: 14px;
}

.btn-with-sliders {
  position: absolute;
  right: 4px;
  top:4px;
  padding: 3px 6px 3px 6px;
  display: block-inline;
  color: white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: rgb(13, 178, 255);
}

.listing-image .btn-with-sliders {
  right: 19px;
}

.btn-with-sliders:hover {
  background-color: rgba(13, 178, 255, 0.7);
}

.btn-with-sliders i {
  font-size: 16px;
  position: relative;
  top: -2px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.car-listing-summary-header {
   font-weight: bold;
   display: block;
   text-align: center;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   max-width: 100%;
}

.car-listing-summary .price-monthly-container {
  line-height: 24px;
}

.car-listing-summary .price-monthly {
  font-weight: bold;
}

.listing-cover {
  display: block;
}

.listing-cover img {
  height: 124px;
  min-width: 100%;
  object-fit: cover;
}

#search-container {
  margin-bottom: 0;
}

#search-input {
  box-shadow: none;
}

#popular-makes img {
  min-width: 100%;
  object-fit: cover;
  height: 100%;
}

.popular-car {
  position: relative;
  height: 120px;
  padding: 0;
}

.popular-car a {
  text-decoration: none;
  text-align: center;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 120px;
  text-transform: uppercase;
  color: white;
  background-color: rgba(0,0,0,0.1);
  text-shadow: 0px 1px 3px black;
  -webkit-transition: background-color .5s; /* Safari */
    transition: background-color .5s;
}

.popular-car a:hover {
  background-color: rgba(0,0,0,0.8);
}

.breadcrumb {
  background: none;
  padding: 0;
}

#listing-details {

}

.no-border {
  border: none !important;
}

.border-right {
  border-right: 1px solid #e7e7e9;
}

#listing-details-page h1 {
  font-size: 22px;
  margin-top: 0;
}

/*#price-table {
  font-size: 14px;
}*/

#listing-details-page .inner-column {
  padding-top: 8px;
  padding-bottom: 7px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e7e7e9;
}

#listing-details-page table {
  margin-bottom: 0;
}

#listing-details-page .inner-column.border-bottom-sm {
  border-bottom: none;
}

#listing-details-page .slider-label,
#listing-details-page .slider-value-field {
  color: #333;
}

#listing-details-page .slider .slider-progress {
  background: #168c8e;
}

#listing-details-page .service-info {
  background: #88a0a8;
}

#car-pictures {
  margin: 0;
  padding: 0;
}

#car-pictures li {
  list-style: none;
}

#car-pictures li img {
  height: 462px;
  width: 100%;
  object-fit: cover;
}

#car-pictures-wrapper .lSPager img {
  object-fit: cover;
  width: 100%;
  height: 104px;
}

#car-details.embed #car-pictures-wrapper .lSPager img {
  height: 60px;
}

#car-details h1 .header-small {
  font-size: 70%;
}

#listing-details-page hr {
  margin-top: 7px;
  margin-bottom: 7px;
}

#car-pictures-wrapper .lSAction .lSPrev,
#car-pictures-wrapper .lSAction .lSNext {
  background:none !important;
  color: white;
  font-size: 32px;
}

.car-listing-overview {
  cursor: pointer;
}

.car-listing-overview .listing-container {
  padding: 13px;
}

a .listing-container {
  color: #333;
}

.car-listing-summary .summary-container {
  padding-bottom: 0px;
}

.car-listing-overview .car-seller-logo {
  max-width: 115px;
  text-align: center;
  margin: 16px auto;
}

.car-listing-overview .grid-upper-left {
    border-right: 1px solid #eaeaea;
}

.car-listing-overview .grid-upper-right {

    padding-bottom: 5px;
}

.car-listing-overview .grid-lower-left {
  border-right: 1px solid #eaeaea;
}

.car-listing-overview .grid-lower-right {

  min-height: 50px;
}

.car-listing-overview .grid-price-monthly {
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    display: inline-block;
}

.car-listing-overview hr {
  margin-top: 0px;
  margin-bottom: 0px;
}

.car-listing-summary hr {
  margin-top: 4px;
  margin-bottom: 4px;
}

#search-container .checkbox-custom-label,
#search-container .checkbox-custom-label:before {
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
}

#search-container .checkbox-custom + .checkbox-custom-label:before {
  width: 22px;
  height: 22px;
}

#search-container .checkbox-custom:checked + .checkbox-custom-label:before {
  border: 1px solid #22527b;
  background: white;
  color: #22527b;
}

#search-container .checkbox-custom.inverse + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 12px;
  border: 1px solid #22527b;
  background: white;
  color: #22527b;
  text-shadow: none;
}

#search-container .checkbox-custom.inverse:checked + .checkbox-custom-label:before {
  content: '';
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

#search-container .option {
  line-height: 34px;
}

#toggle-show-search-options {
  display: block;
  cursor: pointer;
}

ul.dropdown-menu .selected .check-mark {
  font-size: 11px;
  padding: 2px;
}

.option-help {
  float: right;
}

#embed-container {
  padding: 0;
}

.nav li .no-highlight {
  position: relative;
  display: block;
  padding: 10px 5px 10px 15px;
}

.pager li.active a {
  background-color: #22527b;
  color: white;
}

.is-stuck {
  position: fixed;
  top: 0;
}

.p-margins {
  margin: 0 15px;
}

#car-pictures-wrapper .lSSlideOuter {
  position: relative;
}

#car-pictures-wrapper .lSSlideWrapper {
  overflow-y: hidden;
}

/*#car-pictures-wrapper ul.lSPager {
  position: absolute;
  bottom: 0;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  max-height: 0;
}

#car-pictures-hover:hover + .lSSlideOuter ul.lSPager {
  max-height: 0;
}

#car-pictures-wrapper:hover ul.lSPager {
  display: block;
  max-height: 120px;
}

#car-details.embed #car-pictures-wrapper ul.lSPager {
  display: none;
}*/

#car-details-top h4 {
  margin: 0;
  text-align: center;
}

.scrolling-ad {
  position: absolute;
  top: 8px;
}

.ad-wrapper {
  position: absolute;
  pointer-events: none;
  left: auto;
  right: auto;
  width: 1080px;
  left: 50%;
  margin-left: -540px;
  top: 180px;
  height: 600px;
}

.ad-wrapper * {
  pointer-events:auto;
}

.ad-wrapper .sticky-wrapper {
  height: auto !important;
}

#index-page-page .ad-wrapper {
  top: 796px;
}

#default-page .ad-wrapper {
  top: 420px;
}

.ad-wrapper-top {
  display: block;
  margin: 0 auto;
  width: 1080px;
  margin-bottom: 8px;
}

#scrolling-ad-left {
  margin-left: -310px;
  text-align: right;
  width: 300px;
}

#scrolling-ad-right {
  right: 0;
  margin-right: -310px;
  text-align: left;
  width: 300px;
}

.is-sticky #scrolling-ad-right {
  right: auto;
  margin-left: 1090px;
}

@media (min-width: 768px) {
  .btn-tall {
    line-height: 28px;
    font-size: 14px;
  }

  #front-search-wrapper {
    /*background-image: url('/static/images/road-in-the-woods-aerial-picjumbo-com.jpg');
    background-size: cover;
    background-position: 600px -150px;*/
    /*background: rgb(6,60,191);
    background: linear-gradient(180deg, rgba(6,60,191,1) 0%, rgba(70,192,255,1) 100%);*/
    background: rgb(0,167,141);
    background: linear-gradient(180deg, rgba(0,167,141,1) 0%, rgba(22,140,142,1) 100%);
  }
}

/*@media (min-width: 1500px) {
  .wrapper, .container {
    max-width: 1200px !important;
  }

  .ad-wrapper {
    width: 1200px;
    margin-left: -600px;
  }
}*/

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-small-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 0.3;
}

.facebook-share:hover,
.facebook-share:active,
.twitter-share:hover,
.twitter-share:hover,
.linkedin-share:hover,
.linkedin-share:active {
  color: white;
}

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

.twitter-share {
  color: white;
  background-color: #4099FF;
}

.linkedin-share {
  color: white;
  background-color: #0077B5;
}

.ads-image-mobile-fix > a > img {
  max-width: 100% !important;
  height: auto !important;
}

.resrict-height-read-more {
  display: none;
}

#main-container {
  margin-top: 15px;
}

@media only screen and (max-width : 1220px) {
  .ad-wrapper {
    display: none;
    visibility: hidden;
  }
}

#search-form .main-wrapper {
  position: relative;
  display: block;
}

#search-form .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 5;
}

#search-form #price-type-choice {
  font-size: 16px;
  font-weight: bold;

  width: 500px;
  margin: 30px auto;
  padding: 20px;
}

.restrict-height {
  margin-bottom: 30px;
}

.restrict-height.collapsed {
  overflow: hidden;
  max-height: 210px;
  position: relative;
}

.restrict-height.collapsed:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 25%;
  bottom: 0;

  background-image: linear-gradient(rgba(255,255,255,0), #fff);
  background-image: -o-linear-gradient(rgba(255,255,255,0), #fff);
  background-image: -moz-linear-gradient(rgba(255,255,255,0), #fff);
  background-image: -webkit-linear-gradient(rgba(255,255,255,0), #fff);
  background-image: -ms-linear-gradient(rgba(255,255,255,0), #fff);

}

.always-restrict-height-read-more {
  display: block;
  z-index: 1;
  height: 30px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  border: 0;
  background: transparent;
  padding: 0;
}

.front-box {
  display: block;
  background-color: #168c8e;
  color: white;
  margin: 8px 10px 0 20px;
  padding: 20px;
}

.front-box h4 {
  font-weight: bold;
}

.front-box .btn {
  width: 60%;
  font-weight: bold;
  border-color: rgba(255,255,255,0.8) !important;
}

.front-box.hp-box {
  background-color: #333;
  margin: 8px 20px 0 10px;
}

#front-search-container {
  padding-top: 30px;
  padding-bottom: 30px;
  /*background: url('/static/images/backgrounds/leasing-foto.jpg') no-repeat center 0;
  background-size: cover;*/
  position: relative;
}


.contact-form .error-message {
  color: #de2c2c;
  font-size: 70%;
}

/* XS */
@media only screen and (max-width : 768px) {


  #front-search-panel {
    background: url('/static/images/frontpage/salesman.jpg') no-repeat;
    background-color: white;
    background-size: 50%;
    background-position: 100% 20px;
  }

  #front-search-panel h4.subheader-text {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 0;
  }

  .front-box,
  .front-box.hp-box {
    margin: 8px 10px 0;
  }

  #search-form #price-type-choice {
    width: 100%;
  }

  .ad-wrapper-top {
    display: none;
    visibility: hidden;
  }

  #listing-details-page .lSPager.lSGallery, #car-pictures-hover {
    display: none;
  }

  #listing-details-page #car-pictures li img {
    height: auto;
    object-fit: fill;
  }

  #listing-details-page #car-pictures-wrapper {
    /*margin-left: -15px;
    margin-right: -15px;*/
  }

  #sticky-contact-buttons.is-stuck {
    width: 100%;
    background-color: white;
    z-index: 2;
    padding: 5px 0 5px 0;
  }

  .nav.nav-tabs li a {
    padding: 4px 6px 4px 6px;
  }

  .car-listing-overview .listing-container {
    padding: 0;
  }

  .listing-container .right7 {
    padding-right: 0;
  }

  #search-form .left15, #search-form .right15 {
    padding: 0;
  }

  #front-information .col-md-4 {
    margin-top: 16px;
  }

  nav.navbar {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .xs-text-left {
    text-align: left;
  }

  .xs-text-center {
    text-align: center;
  }

  .xs-top0 {
    margin-top: 0 !important;
  }

  .xs-top7 {
    margin-top: 7px !important;
  }

  .xs-top15 {
    margin-top: 7px !important;
  }

  .xs-top16 {
    margin-top: 15px !important;
  }

  .xs-top20 {
    margin-top: 20px !important;
  }

  .xs-top30 {
    margin-top: 30px !important;
  }

  .xs-bot0 {
    margin-bottom: 0 !important;
  }

  .xs-bot7 {
    margin-bottom: 7px !important;
  }

  .xs-bot15 {
    margin-bottom: 15px !important;
  }

  .xs-left0 {
    padding-left: 0 !important;
  }

  .xs-right0 {
    padding-right: 0 !important;
  }

  .xs-left7 {
    padding-left: 7px !important;
  }

  .xs-right7 {
    padding-right: 7px !important;
  }

  .xs-left15 {
    padding-left: 15px !important;
  }

  .xs-left30 {
    padding-left: 30px !important;
  }

  .xs-right30 {
    padding-right: 30px !important;
  }

  .xs-right15 {
    padding-right: 15px !important;
  }

  .xs-left0 {
    padding-left: 0 !important;
  }

  .xs-right0 {
    padding-right: 0 !important;
  }

  .xs-left1 {
    padding-left: 1px !important;
  }

  .xs-right1 {
    padding-right: 1px !important;
  }

  .xs-leftminus8 {
    margin-left: -8px;
  }

  #search-form .option {
    margin-top: 7px;
  }

  #search-form .option-left {
    padding-right: 0;
    width: 55%;
  }

  ol.breadcrumb a {
    font-weight: bold;
  }

  #search-form .option-right {
    padding-left: 0;
    width: 45%;
  }

  #search-form li.dropdown-header {
    padding-left: 8px;
  }

  #search-form a.opt {
    padding-right: 2px;
    padding-left: 14px;
  }

  #search-form .col-left {
    padding-right: 5px;
  }

  #search-form .col-right {
    padding-left: 5px;
  }

  #search-form .col-xs-12.col-left,
  #search-form .col-xs-12.col-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-menu .popover-title button.close {
    opacity: 0.8;
  }

  .breadcrumb-container {
    background-color: white;
    padding-bottom: 16px;
  }

  /*
  #search-form .dropdown-menu a.opt span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
  }

  #search-form .dropdown-menu a.opt span.check-mark::before {
    content: "\f096";
  }

  #search-form .dropdown-menu a.opt[aria-selected='true'] span.check-mark::before {
    content: "\f046";
  }*/

  .listing-image img,
  .listing-cover img {
    object-fit: fill !important;
    height: auto !important;
    min-width: 100%;
  }

  #car-pictures-wrapper ul.lSPager {
    display: none !important;
  }

  .btn-big {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    border-radius: 2px;
  }

  #car-details-top h4 {
    text-align: left;
  }

  .restrict-height-mobile {
    margin-bottom: 30px;
  }

  .restrict-height-mobile.collapsed,
  .restrict-height.collapsed {
    overflow: hidden;
    max-height: 160px;
    position: relative;
  }

  .restrict-height-mobile.collapsed:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 25%;
    bottom: 0;
    background: -webkit-linear-gradient(transparent, #FFF) left repeat;
    background: linear-gradient(transparent, #FFF) left repeat;
  }

  .resrict-height-read-more {
    display: block;
    z-index: 1;
    height: 30px;
    bottom: -40px;
    width: 100%;
    text-align: center;
    border: 0;
    background: transparent;
    padding: 0;
  }

  .multiselect .multiselect__single,
  .multiselect .multiselect__select {
    line-height: 36px;
  }

  .vue-treeselect__control {
    height: 54px !important;
  }

  .vue-treeselect__control .vue-treeselect__placeholder {
    line-height: 54px;
    font-size: 16px;
    text-indent: 4px;
  }

  #front-search-container {
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }

  .vue-treeselect__option-arrow-container,
  .vue-treeselect__option-arrow-placeholder {
    padding-left: 14px;
    padding-right: 24px;
  }
}

.multiselect .multiselect__option.multiselect__option--disabled {
  height: 8px;
  line-height: 8px;
  min-height: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

.btn-seller-website img {
  max-height: 80px;
}

.multiselect--active {
  z-index: 11 !important;
}

#front-search-wrapper {
  padding-top: 20px;
  margin-top: -20px;
}

/*#front-search-container .panel-default {
  box-shadow: 1px 3px 8px rgba(0,0,0,0.2);
}*/

#front-search-container .panel-default {
  border-radius: 0;
}

.view-all-button {
  margin-right: 24px;
}

.view-all-button .btn {
  font-weight: bold;
  font-size: 18px;
  text-decoration: underline;
  padding: 0;
}

#sticky-contact-buttons {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  z-index: 100 !important;
}

#sticky-contact-buttons .row {
  margin: 0;
}

#sticky-contact-buttons {

}

#front-search-container .btn-search {
  padding-left: 42px;
  padding-right: 42px;
}

#frontpage-additional-info {
  background: url('/static/images/backgrounds/findleasing-ipad.jpg')  no-repeat;
  background-size: cover;
  height: 300px;
}

#frontpage-additional-info a {
  color: white;
}

#frontpage-additional-info .orange-background {
  padding-top: 30px;
  background-color: rgba(34, 82, 123, 0.9);
  height: 300px;
  color: white;
}

#frontpage-additional-info .orange-background ul li {
  line-height: 36px;
}

#front-shout {
    text-align: center;
    color: white;
    text-shadow: 1px 2px 3px rgba(0,0,0,0.5);
}

#front-shout h2 {
    padding-bottom: 20px;
    color: #22527b;
}

#toggle-intro-container {
  font-size: 36px;
  line-height: 12px;
}

#toggle-show-intro span {
  font-size: 14px;
}

.sliders .noUi-connect {
  background-color: #22527b;
}

#car-details.embed .btn-seller-write {
  font-size: 16px;
}

#car-details-embed-back-button {
  margin: 10px 0;
}

#car-details .open-status h5 {
  line-height: 32px;
}

#car-details .open-status h5.text-green {
  color: #5ac524;
}

.text-green {
  color: #32c895;
}

#embed-list-page .nav.nav-pills li.active a {
  color: black;
  background: #eaeaea;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  background-color: #333;
}

#compare-page .table {
  margin-bottom: 0;
}

#compare-page .table td {
  padding-left: 1px;
}

#compare-page .table tr:first-child td {
  border-top: 0;
}

#compare-page .remove-compare {
  cursor: pointer;
}

#compare-page h3 {
  margin-top: 12px;
  margin-bottom: 8px;
}

#listing-details-page #add-compare-main {
  display: inline-block;
  background-color: #22639b;
  cursor: pointer;
  position: relative;
  margin-top: -8px;
}

#listing-details-page #add-compare-main:hover {
  background-color: #22527b;
}

#car-description {
  word-wrap: break-word;
}

#car-details .details-group {
    border-top: 1px solid #eee;
    padding: 5px 0;
}

#car-details .no-border-top {
    border-top: none;
}

#car-details .price-row {
  margin-top: 4px;
  margin-bottom: 4px;
}

#car-details .btn-seller-call-web,
#seller-details-page .btn-seller-call-web {
  cursor: pointer;
}

#car-details .car-seller-address {
  font-size: 16px;
}

#car-details .car-seller-other-listings {
  font-size: 15px;
}

#car-details hr.bot0 {
  margin-bottom: 0;
}

#car-details hr.top15 {
  margin-top: 15px;
}

#car-details hr.bot15 {
  margin-bottom: 15px;
}

#car-details .car-information .inner-column {
  border-bottom: 0;
}

#car-details .col-info {
  padding-left: 0;
}

#car-details .col-info-inner {
  border-left: 1px solid #eee;
  padding-left: 15px;
}

#car-details #sticky-seller-info-container {
  position: relative;
}

#car-details #sticky-sidebar-container {
  position: relative;
}

#sticky-sidebar.is-stuck {
  position: absolute;
  left: auto;
  background: white;
  z-index: 2;
  width: auto;
  margin-top: 15px;
}

#car-details #sticky-seller-info {
  padding-bottom: 14px;
  padding-top: 7px;
}

#sticky-seller-info.is-stuck {
  position: absolute;
  left: auto;
  background: white;
  z-index: 2;
  padding-right: 15px;
}

#search-suggestions-wrapper {
  position: relative;
}

#search-suggestions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background: white;
}

#search-suggestions ul {
  padding: 0;
  margin: 0;
}

#search-suggestions li {
  list-style: none;
  cursor: pointer;
  text-overflow: none;
  border-bottom: 1px solid #ccc;
  padding: 8px 16px 8px 16px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#search-suggestions.no-side-borders li {
  border-left: 0;
  border-right: 0;
}

#search-suggestions li:hover, #search-suggestions li.focus {
  color: #ff7721;
}

#search-suggestions li a {
  display: block;
}

.star-rating {
  height: 18px;
}

.facebook-rating {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.facebook-stars-container {
  display: inline-block;
  margin-top: 4px;
  height: 24px;
}

.facebook-stars {
  display: inline-block;
  background: url('/static/images/facebook-stars.png') repeat-x;
  background-position: 0 -14px;
  width: 80px;
  height: 14px;
}

.facebook-stars-fill {
  height: 14px;
  display: block;
  background: url('/static/images/facebook-stars.png') repeat-x;
}

.lb-ad {
  position: absolute;
  top: 0;
}

.lb-left-ad {
  left: 0px;
  margin-left: -170px;
}

.lb-right-ad {
  right: 0px;
  margin-right: -170px;
}

#price-table .price-number {
  float: right;
}

.search_type_buttons .btn {
  border-radius: 0;
  background: #eaeaea;
  border-bottom: 0;
  box-shadow: none !important;
  width: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.btn.btn-info,
.btn.btn-rounded-edges {
  border-radius: 3px;
}

.search_type_buttons .btn.active {
  background-color: white;
  color: #ff7500;
}

.panel.panel-default .btn-search {
  padding-top: 8px;
}

.search_type_buttons i.glyph-icon {
  font-size: 26px;
}

.search-input-wrapper {
  position: relative;
  height: 42px;
}

#search-input-container {
  position: absolute;
  bottom: 0;
  margin-right: 15px;
}

.search_type_buttons {
  position: absolute;
  bottom: -1px;
  z-index: 1;
}

@media only screen and (max-width : 992px) {
  .search-input-wrapper {
    position: relative;
    height: auto;
  }

  #search-input-container {
    position: relative;
    margin-right: 0;
  }

  .search_type_buttons {
    position: relative;
  }
}

@media only screen and (min-width: 992px) {
  .md-no-padding-left {
    padding-left: 0;
  }
}

.faq-question {
    min-height: 45px;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
    background-color: #22527b;
    display: flex;
    margin-top: 3px;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    align-items: center;
}
.faq-question-selected {
    background-color: #ff7721;
}
.faq p {
    padding: 13px;
    margin: 0;
}
.faq-question-text {
    margin-right: 40px;
    width: 100%;
}
.faq-question-icon {
    margin-right: 10px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
}
.faq-answer {
    margin-bottom: 20px;
}
.faq-question-icon span {
    width: 30px;
    height: 40px;
    font-style: normal;
    font-weight: bold;
    display: block;
    margin-left: 1px;
}
.teaser-expand-paragraph {
    text-align: center;
    display: none;
}
.teaser-gradient {
    height: 50px;
    background: linear-gradient(to top, #fff 0%, #fff0 100%);
    position: relative;
    margin: 0 15px;
    display: none;
}
.teaser-outer{
    overflow: hidden;
}
.row-bottom-aligned > div{
    float: none;
    display: table-cell;
    vertical-align: bottom;
}
.no-wrap {
    white-space: nowrap;
}
.navbar-toggle-small {
    padding: 2px 10px;
}
.overflow-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.front-action-button {
  line-height: 45px;
}

.mba-banner {
  border: 1px solid #12ace7;
  margin-left: 0;
  margin-right: 0;
}

.mba-banner .mba-logo {
  padding-top: 8px;
  padding-bottom: 8px;
}

.mba-banner .mba-btn {
  border: 1px solid black;
  color: #12ace7;
  border-radius: 3px !important;
}

.mba-banner .mba-btn:hover {
  background-color: #eaeaea;
}

.mba-banner .mba-logo,
.mba-banner .mba-content {
  background: white;
  height: 114px;
}

.mba-banner .mba-content {
  font-size: 16px;
  font-weight: bold;
  padding-top: 12px;
  background-color: #12ace7;
  color: white;
}

.mba-banner .left-col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mba-banner .right-col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mba-banner .mba-content .btn {
  margin-top: 8px;
  font-size: 16px;
}

#mba-phonenumber {
  width: 100%;
  margin-top: 8px;
  height: 36px;
  text-align: center;
  border: 1px solid #ccc;
}

.car-information > .row {
  margin-left: -2px;
  margin-right: -2px;
}

.car-model-data .table .table-top-row > td {
  border-top-width: 0px;
}

.seller-background-photo {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.seller-background-photo h1 {
  color: white;
  text-align: center;
  text-shadow: 3px 2px 5px rgba(0,0,0,0.6);
  margin: 0;
}

.header-text {
  font-weight: bold;
  font-size: 2em;
}

.subheader-text {
  font-size: 1.5em;
}

.visible-xs-small {
  display: none;
}

@media (max-width: 340px) {
  .hidden-xs-small {
    display: none;
  }

  .visible-xs-small {
    display: inline;
  }
}

@media (max-width: 767px) {

    #mobile-header {
      margin-left: -15px;
      margin-right: -15px;
    }

    .header-text {
      font-size: 2em;
    }

    #front-search-panel .btn-info.btn-lg {
      margin-top: 40px;
    }

    .split-price-monthly {
      padding-top: 0;
    }

    h4.bold-header {
      text-align: center;
    }

    .car-model-data .table .table-top-row > td {
      border-top-width: 1px;
    }

    .car-information {
      background-color: #eaeaea;
    }

    .car-information > .row {
      margin-left: -15px;
      margin-right: -15px;
    }

    .no-padding-xs {
      padding-left: 0;
      padding-right: 0;
    }

    .blue-bg-xs {
        background-color: #333;
        color: #fff;
    }
    .float-left-xs {
        float: left;
    }
    #listing-details-page h1 {
        font-size: 18px;
    }
    #car-details h1 .header-small {
      width: 100%;
      float: left;
      margin: 10px 0;
    }

    #aros-phonenumber {
    }

    .aros-banner .aros-logo {
      text-align: center;
    }

    .aros-banner .aros-content {
      height: 140px;
    }

    .aros-banner .aros-btn {
      width: 100%;
      display: block;
    }

    .car-listing-overview.car-listing-portal {
      box-shadow: 0 6px 6px rgba(0,0,0,0.2);
    }

    #search-container {
      display: block;
      margin-left: 15px;
      margin-right: 15px;
      padding-left: 0;
      padding-right: 0;
      position: fixed;
      top: 0;
      height: 100%;
      width: 100%;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      z-index: 5;
    }

    #search-container .panel.panel-default {
      padding-top: 8px;
      margin-bottom: 0;
    }

    #search-container.xs-collapsed {
      display: none;
    }

    #search-container .panel-header {
      border-bottom: 1px solid #eaeaea;
      padding-bottom: 8px;
    }

    .checkbox-custom-label .visible-xs {
      display: inline !important;
    }

    #search-container .checkbox-custom-label {
      font-size: 16px !important;
    }

    #listings-page #mobile-header {
      padding-top: 30px;
    }

    #mobile-header hr {
      margin-top: 15px !important;
    }

    .xs-center-pills {
      display: flex;
      justify-content: center;
    }

    .seller-background-photo {
      height: 150px;
    }

    .seller-background-photo h1 {
      font-size: 28px;
    }

    .seller-main-logo img {
      max-height: 26px;
    }
}

.google-auto-placed {
  display: none !important;
}

.multiselect {
  z-index: 10;
}

.multiselect__content-wrapper {
  z-index: 11;
}

#expand-button {
  position: relative;
  top: -36px;
}

.front-slider {
  margin-left: 15px;
  margin-right: 6px;
  width: auto !important;
}

.front-slider .noUi-handle {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: white;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
  border: none !important;
}

.front-slider .noUi-handle::before {
  left: 10px;
  top: 5px;
  color: #333;
}

.front-slider .noUi-handle::after {
  top: 5px;
  left: 13px;
  color: #333;
}

.front-slider.noUi-horizontal {
  height: 14px;
}

.front-slider .noUi-base {
  background-color: white;
}

.front-slider .noUi-connect {
  background-color: #eaeaea;
  box-shadow: none;
}

.slider-values {
  margin-top: 12px;
  font-weight: bold;
}

#search-form-container .checkbox-custom-label,
#search-form-container .checkbox-custom-label:before {
  font-size: 14px;
  line-height: 18px;
}

#search-form-container .checkbox-custom + .checkbox-custom-label:before {
  width: 18px;
  height: 18px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 900;
}

#search-form-container .checkbox-custom:checked + .checkbox-custom-label:before {
  border: 1px solid #22527b;
  background: white;
  color: #22527b;
}

#search-form-container .checkbox-custom.inverse + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  border: 1px solid #22527b;
  background: white;
  color: #22527b;
  text-shadow: none;
  font-weight: 900;
}

#search-form-container .checkbox-custom.inverse:checked + .checkbox-custom-label:before {
  content: '';
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

.option-help {
  cursor: pointer;
  text-align: center;
  margin-left: 15px;
  border-radius: 50%;
  background-color: #333;
  display: inline-block;
  width: 24px;
  height: 24px;
  color: white;
  line-height: 24px;
}

.option-help:hover,
.option-help:focus {
  color: white;
}

.option-help.subpage-option-help {
  float: none;
  margin-left: 3px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  position: relative;
  top: -2px;
}

.car-information .inner-column {
  margin-bottom: 0;
  padding: 4px;
}

.car-information .column .icon {
  color: #bbb;
  font-size: 22px;
}

.car-information .column .text-muted {
  color: #575757;
}

.car-information .column .price-number {
  font-weight: bold;
  font-size: 110%;
}

.car-information .column .inner-column-container {
  width: auto;
}

.car-information .column .text,
.car-information .column .icon,
.car-information .column .text .price-number {
  display: inline;
  line-height: 32px;
}

.car-information .column .text .text-muted {
  display: none;
}

#car-details .phonenumber,
#seller-details-page .phonenumber {
  font-size: 22px;
  font-weight: bold;
}

.seller-cover-image {
  display: block;
  position: relative;
}

.seller-cover-overlay {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.seller-cover-button {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 25%;
  z-index: 2;
}

.seller-related-cars-container {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
}

.car-seller-other-listings {
  font-weight: bold;
}

#seller-map {
  height: 180px;
}

.car-seller-address-info {
  line-height: 130%;
}

label input {
  font-weight: normal;
}

.front-car-slider-container .lSAction > .lSPrev,
.front-car-slider-container .lSAction > .lSNext {
  background-image: none;
  left: -14px;
  z-index: 2;
}

.front-car-slider-container .lSSlideWrapper {
  margin-left: 25px;
  margin-right: 25px;
}

.front-car-slider-container {
  position: relative;
}

.front-car-slider-container .btn-slider-prev,
.front-car-slider-container .btn-slider-next {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  font-size: 24px;
}

.front-car-slider-container .btn-slider-prev a,
.front-car-slider-container .btn-slider-next a {
  color: #333;
}

.front-car-slider-container .btn-slider-next {
  right: 0px;
}

.front-car-slider .car-listing a,
.car-listing-grid a {
  color: #111;
}

.front-car-slider .car-listing hr,
.car-listing-grid hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.front-car-slider .car-listing .monthly-pay,
.car-listing-grid .monthly-pay {
  font-size: 120%;
  font-weight: bold;
  color: black !important;
}

.car-listing-portal .label,
.front-car-slider .car-listing .label,
.car-listing-grid .label {
  font-size: 100% !important;
  font-weight: normal;
}

.front-car-slider h4,
.car-listing-grid h4 {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 5px;
}

.front-car-slider .car-listing .financing,
.car-listing-grid .financing {
  font-size: 110%;
}

.car-listing-overview.car-listing-portal .financing {
  margin-top: 10px;
}

.front-car-slider .car-listing .funding,
.car-listing-grid .funding {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

.front-car-slider .labels .d-flex,
.car-listing-overview .labels .d-flex,
.car-listing-grid .labels .d-flex {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.front-car-slider .label.label-default,
.car-listing-overview .label.label-default,
.car-listing-grid .label.label-default {
  background: #eaeaea;
  color: black;
  border-radius: 12px;
  max-width: 100%;
  display: block;
  padding: .3em .4em .3em;
}

.car-listing-portal .grid-lower-left {
  line-height: 50px;
  min-height: 50px;
}

.car-listing-portal .grid-lower-right {
  padding-top: 8px;
}

.car-listing-portal {
  margin-bottom: 8px;
}

.car-listing-portal .listing-container {
  background-color: white;
}

.car-listing-portal h4 {
  font-size: 110%;
  font-weight: bold;
}

.car-listing-portal .car-seller-logo {
  margin: 8px auto;
  max-height: 42px;
}

.car-listing-portal .monthly-pay {
  font-weight: bold;
  font-size: 110%;
  color: black !important;
}

.front-car-slider {
  list-style: none;
}

[v-cloak] {
  display: none !important;
}

.front-car-slider .car-listing .icons,
.car-listing-grid .icons {
  margin-top: 7px;
  color: #0883c3;
  line-height: 18px;
}

.front-header {
  margin-left: 25px;
  font-weight: bold;
}

.front-car-slider-container .car-listing .listing-image {
  min-height: 140px;
}

.car-listing-grid .listing-image {
  min-height: 150px;
}

/* tree select */

.vue-treeselect__list-item {
  line-height: 40px;
}

/*.vue-treeselect__list-item:hover {
  background-color: #22527b;
}*/

.vue-treeselect__checkbox {
  width: 18px !important;
  height: 18px !important;
}

/*
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  border: 1px solid #22527b;
  background: white;
  color: #22527b;
  text-shadow: none;

*/

.success-modal {
  background-color: white;
  color: black;
  width: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: bold;
}

.modal-container {
  overflow: auto;
  max-height: 100vh;
}

.modal-container .modal-header,
.modal-container .modal-body,
.modal-container .modal-footer {
  max-width: 820px !important;
}

.vue-treeselect__check-mark {
  background-image: none !important;
}

.vue-treeselect__check-mark::before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  color: white;
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: -13px;
  left: 2px;
}

.vue-treeselect__minus-mark {
  margin-top: 3px;
  margin-left: 3px;
}

.vue-treeselect__checkbox--checked,
.vue-treeselect__checkbox--indeterminate,
.vue-treeselect__label-container:hover
.vue-treeselect__checkbox--checked,
.vue-treeselect__label-container:hover
.vue-treeselect__checkbox--indeterminate {
  border-color: #00a78d !important;
  background-color: #00a78d !important;
}

.multiselect .multiselect__option--highlight {
  background: #00a78d;
}

.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-disabled):hover .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-new) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-new):hover,
.vue-treeselect__multi-value-item {
  background-color: #eaeaea !important;
  color: #333 !important;
}

.vue-treeselect--open .vue-treeselect__control-arrow-container {
  color: red !important;
}

.vue-treeselect--open .vue-treeselect__control-arrow-container::before {
  content: 'Luk';
  position: relative;
  left: -20px;
  top: 6px;
}

.vue-treeselect--open .vue-treeselect__control-arrow-container:hover:before {
  color: #1c1c1c;
}

#front-information h2,
#front-information h3,
#front-information h4 {
  font-weight: bold;
}

.bg-search-seller {
  position: relative;
}

.bg-search-seller .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.bg-search-seller {
  color: white;
}

.bg-search-seller h3 {

}

.bg-search-seller .btn {
  padding: 10px;
  width: 100%;
  max-width: 400px;
}

#area-select {
  width: 100%;
  padding: 10px;
  color: black;
  border: 1px solid black;
  max-width: 400px;
}

#mobile-search-button-container {
  position: fixed;
  top: 0px;
  z-index: 20;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 15px;
}

#mobile-search-button-container.opened {
  top: auto;
  bottom: 0px;
}

#search-form-container.listing-search-form .checkbox-custom-label {
  font-size: 14px;
  font-weight: bold;
}

#search-form-container.listing-search-form .checkbox-custom.inverse:checked + .checkbox-custom-label::before,
#search-form-container.listing-search-form .checkbox-custom-label::before {
  margin-right: 2px;
}

#search-form-container.listing-search-form .option-help {
  margin-top: 5px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px !important;
}

.leasing-guide-header {
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 320px;
  line-height: 320px;
}

.leasing-guide-header h1 {
  position: absolute;
  bottom: 12px;
  color: white;
  text-shadow: 1px 1px 4px rgba(0, 0, 0,0.4);
}

.leasing-guide-box {
  padding-top: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.leasing-guide-box a:hover {
  text-decoration: none;
}

.leasing-guide-box .image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 140px;
}

.leasing-guide-box .image-overlay {
  background: rgba(0,0,0,0.4);
  position: absolute;
  height: 100%;
  width: 100%;
}

.leasing-guide-box a:hover .image-overlay {
  background: rgba(0,0,0,0.1);
}

.leasing-guide-box .image-container {
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 24px;
}

.leasing-guide-box .image-container h3 {
  position: absolute;
  bottom: 4px;
  margin-left: 4px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0,0.4);
  color: white;
}

#div-gpt-ad-Billboard_1,
#div-gpt-ad-Billboard_2,
#div-gpt-ad-Billboard_3,
#div-gpt-ad-Billboard_4,
#div-gpt-ad-leaderboard_1,
#div-gpt-ad-leaderboard_2,
#div-gpt-ad-leaderboard_3,
#div-gpt-ad-rectangle_1,
#div-gpt-ad-Mobile_1,
#div-gpt-ad-Mobile_2,
#div-gpt-ad-Mobile_3,
#div-gpt-ad-skyscraper_1 {
  text-align: center;
  margin: 0 auto;
}

#div-gpt-ad-Sticky_1 {
  text-align: right;
}
#div-gpt-ad-Sticky_2 {
  text-align: left;
}

.text-w-image-section {
  padding: 60px 0px;
  background-color: #ffffff;
}

.text-w-image-section .cta-btn {
  background-color: #168c8e;
  color: #fff;
  padding: 15px 22px;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 15px;
}

.text-w-image-section .cta-btn:hover {
  text-decoration: none;
  background-color: #549192;
  cursor: pointer;
}

.text-w-image-section img {
  margin: 15px 0px;
}

.text-w-image-section.gray-section {
  background-color: #e9ebee;
}

.text-w-image-section.green-section {
  background-color: #00a78d;
  color: white;
}

.text-w-image-section.green-section a {
  color: white;
  text-decoration: underline;
}

.text-w-image-section.green-section a:hover {
  color: #afafaf;
}

.text-w-image-section.top-section {
  padding: 0;
}

.text-w-image-section.top-section .top-box {
  margin-top: 15vh;
}

@media (max-width: 767px) {
  .text-w-image-section.top-section .top-box {
    margin-top: 0;
  }
}

.text-w-image-section.top-section img {
  position: relative;
  top: 30px;
}

.text-w-image-section .btn-primary {
  color: #fff;
  background-color: #22527b;
  border-color: #1c4567;
  width: 100%;
}

.fancybox-content {
  width: 500px;
}

.fancybox-content .btn-primary {
  width: 100%;
}

.fancybox-content p {
  text-align: center;
}

.employee-section {
  padding: 60px 0px;
  background-color: #fff;
}

.employee-section .section-title {
  margin-bottom: 60px;
}

.employee-section .no-padding {
  padding: 0;
}

.employee-section hr {
  float: left;
  width: 100%;
  margin: 0;
  border-top: 3px solid #e9ebee;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .employee-section hr {
    display: none;
  }
}

.employee-section .item {
  margin-bottom: 30px;
  width: 20%;
  float: left;
  padding: 0px 15px;
  display: table-cell;
}

.employee-section .item img {
  margin-bottom: 5px;
}

.employee-section .item a {
  color: #000;
}

.employee-section .item strong {
  font-size: 16px;
}

@media (max-width: 991px) {
  .employee-section .item {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .employee-section .item {
    width: 50%;
  }
}

.employee-section .item.border-right {
  position: relative;
}

.employee-section .item.border-right:after {
  content: "";
  position: absolute;
  top: 10%;
  right: 20px;
  width: 3px;
  height: 80%;
  background-color: #e9ebee;
}

@media (max-width: 1199px) {
  .employee-section .item.border-right:after {
    display: none;
  }
}

.contact-footer {
  text-align: center;
  font-style: italic;
}
.contact-card {
  top: 15px;
  position: relative;
}
.contact-card img {
  position: absolute;
  left: 35px;
  top: 15px;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  border: 5px solid white;
}
.contact-card-upper {
    width: 100%;
    height: 123px;
    background-color: #168c8e;
    font-size: 20px;
    color: #fff;
}
.contact-card-info {
    background-color: #168c8e;
    text-align: left;
    margin-left: 247px;
    padding-top: 50px;
}
.contact-card-lower {
    margin-left: 249px;
    text-align: left;
    margin-top: 24px;
    margin-bottom: 50px;
}
.contact-section {
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .contact-card img {
        position: absolute;
        left: 11px;
        top: 12px;
        border-radius: 100px;
        width: 100px;
        height: 100px;
        border: 5px solid #fff;
    }
    .contact-card {
        margin-left: 15px;
        margin-right: 15px;
    }
    .contact-card-lower {
        margin-left: 0px;
    }
    .contact-card-info {
        margin-left: 130px;
        font-size: 16px;
    }
}

.text-w-image-section .btn-primary {
  color: #fff;
  background-color: #168c8e;
  border-color: #168c8e;
  width: 100%;
}

.mobile-front-search {
  margin-top: 10px;
  margin-left: 8px;
  margin-right: 8px;
  background-color: white;
  padding: 4px;
  border: 1px solid #ccc;
  position: relative;
}

.mobile-front-search .input-group-btn {
  z-index: 2;
}

.mobile-front-search .form-control {
  border: 0 !important;
  width: calc(100% - 50px);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background: transparent;
}

.mobile-front-search .btn-search {
  padding: 8px 16px;
  font-size: 18px;
  border-radius: 4px !important;
  z-index: 2;
}

.fp-banner {
  background-repeat: no-repeat;
  display: block;
  width: 163px;
  height: 440px;
}

.fp-banner > .fp-banner-url {
  display: block;
  width: 100%;
  height: 100%;
}

.fp-banner.fp-banner-left {
  position: absolute;
  left: -170px;
}

.fp-banner.fp-banner-right {
  position: absolute;
  right: -170px;
}

@media (max-width: 1300px) {
  .fp-banner {
    display: none;
  }
}

.d-flex .p-2 {
  white-space: nowrap;
}

.accordion {
  width: 100%;
  border: 1px solid #ccc;
  background: white;
  border-radius: 5px;
  overflow: hidden;
}
.accordion-item {
  border-bottom: 1px solid #ddd;
}
.accordion-item:last-child {
  border-bottom: none;
}
.accordion-header {
  background: #f7f7f7;
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  transition: background 0.3s ease;
}
.accordion-header:hover {
  background: #eaeaea;
}
.accordion-body {
  overflow: hidden;
  padding: 0 15px;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, padding 0.4s ease-in-out;
}
.accordion-item.active .accordion-body {
  padding: 15px;
  opacity: 1;
}

.accordion .expand-icon {
  position: relative;
  top: -8px;
}

.accordion-item .expand-icon::before {
  content: "+";
  font-size: 24px;
}

.accordion-item.active .expand-icon::before {
  content: "-";
}
