/*-------------------------------- begin menu-mobile ------------------------------------*/
.is-hidden {
  overflow: hidden;
}
.is-hidden .menu-mobile .topNav {
  position: fixed;
  top: 10px;
}

.menu-mobile .topNav-toggle, .menu-mobile [hidden], .menu-mobile template {
  display: none;
}
.menu-mobile .main.-hp:after, .menu-mobile .mainHeader-scrollDown, .menu-mobile .mainHeader-videoBackground, .menu-mobile .topNav, .menu-mobile .topNav-bannerWrapper:after, .menu-mobile .topNav-inner {
  left: 0;
  right: 0;
  bottom: 0;
}
.menu-mobile .darkTheme .mainHeader-intro, .menu-mobile .grid-item, .menu-mobile .headline, .menu-mobile .mainNav-itemTitle, .menu-mobile .newsletter-title, .menu-mobile .section-figcaption {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
.menu-mobile .topNav-logoIndicator, .menu-mobile .topNav-menu:before {
  letter-spacing: .2em;
  text-transform: uppercase;
}
.menu-mobile button, .menu-mobile html input[type=button], .menu-mobile input[type=reset], .menu-mobile input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.menu-mobile button[disabled], .menu-mobile html input[disabled] {
  cursor: default;
}
.menu-mobile .roundedCta, .menu-mobile .topNav-menu {
  cursor: pointer;
  text-decoration: none;
}
.menu-mobile .topNav {
  position: absolute;
  z-index: 990;
  pointer-events: none;
  color: #fff;
}
@media (min-width: 551px) and (max-width: 767px) {
  .menu-mobile .topNav {
    top: 126px;
  }
}
@media (max-width: 550px) {
  .menu-mobile .topNav {
    top: 160px;
  }
}
.menu-mobile .topNav-inner {
  position: absolute;
  top: 0;
  overflow-y: hidden;
}
.menu-mobile .topNav-toggle:checked ~ .topNav-inner {
  overflow-y: scroll;
}
.menu-mobile .topNav-bannerWrapper {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 48em) {
  .menu-mobile .topNav-bannerWrapper {
    padding: 0 5rem;
  }
}
@media screen and (min-width: 64em) {
  .menu-mobile .topNav-bannerWrapper {
    padding: 0 5rem;
  }
}
.menu-mobile .topNav-bannerWrapper:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
}
.menu-mobile .mainHeader-cover, .menu-mobile .mainHeader-intro, .menu-mobile .topNav-backToHome {
  position: relative;
  z-index: 1;
}
.menu-mobile .topNav-bannerWrapper.is-scrolled:after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-bannerWrapper:after {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.menu-mobile .topNav-bannerInner {
  margin: auto;
  display: table;
  width: 100%;
  height: 5rem;
  max-width: 144rem;
}
@media screen and (min-width: 48em) {
  .menu-mobile .topNav-bannerInner {
    height: 6rem;
  }
}
@media screen and (min-width: 64em) {
  .menu-mobile .topNav-bannerInner {
    height: 8rem;
  }
}
.menu-mobile .topNav-left, .menu-mobile .topNav-right {
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
}
.menu-mobile .topNav-backToHome, .menu-mobile .topNav-logoIndicator, .menu-mobile .topNav-menu, .menu-mobile .topNav-menu:before, .menu-mobile .topNav-menuIcon {
  display: inline-block;
  vertical-align: middle;
}
.menu-mobile .topNav-left svg g, .menu-mobile .topNav-right svg g {
  -webkit-transition: stroke .3s ease-out;
  transition: stroke .3s ease-out;
}
.menu-mobile .darkTheme .topNav-left svg g, .menu-mobile .darkTheme .topNav-right svg g, .menu-mobile .is-scrolled .topNav-left svg g, .menu-mobile .is-scrolled .topNav-right svg g, .menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-left svg g, .menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-right svg g {
  stroke: #fff;
}
.menu-mobile .topNav-backToHome {
  text-decoration: none;
  pointer-events: auto;
}
.menu-mobile .topNav-backToHome:focus ~ .topNav-logoIndicator, .menu-mobile .topNav-backToHome:hover ~ .topNav-logoIndicator {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.menu-mobile .topNav-logo {
  width: 30px;
  height: 15px;
}
@media screen and (min-width: 93.75em) {
  .menu-mobile .topNav-bannerWrapper {
    padding: 0 9rem;
  }
  .menu-mobile .topNav-logo {
    width: 35px;
    height: 18px;
  }
}
.menu-mobile .topNav-logo path {
  -webkit-transition: fill .3s ease-out;
  transition: fill .3s ease-out;
}
.menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-logo {
  background-color: transparent;
}
.menu-mobile .darkTheme .topNav-logo path, .menu-mobile .is-scrolled .topNav-logo path, .menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-logo path {
  fill: #fff;
}
.menu-mobile .topNav-logoIndicator {
  padding-left: 1rem;
  font-size: 1.1rem;
  text-decoration: none;
  color: #13171F;
  opacity: 0;
  -webkit-transform: translateX(-0.5em);
  -ms-transform: translateX(-0.5em);
  transform: translateX(-0.5em);
  -webkit-transition: -webkit-transform .2s ease-out, opacity .2s ease-out, color .3s ease-out;
  transition: transform .2s ease-out, opacity .2s ease-out, color .3s ease-out;
  pointer-events: none;
}
@media screen and (min-width: 93.75em) {
  .menu-mobile .topNav-logoIndicator {
    font-size: 1.2rem;
  }
}
.menu-mobile .darkTheme .topNav-logoIndicator, .menu-mobile .is-scrolled .topNav-logoIndicator, .menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-logoIndicator {
  color: #fff;
}
.menu-mobile .topNav-right {
  font-size: 0;
  text-align: right;
  text-decoration: none;
}
.menu-mobile .topNav-menu {
  pointer-events: auto;
  outline-width: 0;
  background: #0b0d0e;
  padding: 5px 10px;
}
.menu-mobile .topNav-menu:before {
  content: 'Menu';
  padding-right: 1rem;
  font-size: 1.1rem;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out;
}
.menu-mobile .article-inner .article-intro, .menu-mobile .cards-desc, .menu-mobile .cards-info, .menu-mobile .cards-intro, .menu-mobile .grid-desc, .menu-mobile .headline-desc, .menu-mobile .mainHeader-headline, .menu-mobile .section-ctaTxt, .menu-mobile .section-quote, .menu-mobile .section-subtitle, .menu-mobile .team-desc {
  letter-spacing: .05em;
}
.menu-mobile .darkTheme .topNav-menu:before, .menu-mobile .is-scrolled .topNav-menu:before, .menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-menu:before {
  color: #fff;
}
.menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-menu:before {
  content: 'Close';
}
.menu-mobile .headline-title.-bubble:after, .menu-mobile .main.-hp:after, .menu-mobile .mainHeader-videoContainer:after, .menu-mobile .mainHeader-videoContainer:before {
  content: '';
}
.menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-menu .path-1 {
  -webkit-transform: rotate(45deg) translateX(5px) translateY(-3px);
  -ms-transform: rotate(45deg) translateX(5px) translateY(-3px);
  transform: rotate(45deg) translateX(5px) translateY(-3px);
}
.menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-menu .path-2 {
  opacity: 0;
}
@media all and (-ms-high-contrast: none) {
  .menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-menu .path-2 {
    opacity: 1;
  }
  .menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-menu .path-2, .menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-menu ::-ms-backdrop {
    opacity: 1;
  }
}
.menu-mobile .edge .topNav-toggle:checked ~ .topNav-inner .topNav-menu .path-2 {
  opacity: 1;
}
.menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-menu .path-3 {
  -webkit-transform: rotate(-45deg) translateX(5px) translateY(3px);
  -ms-transform: rotate(-45deg) translateX(5px) translateY(3px);
  transform: rotate(-45deg) translateX(5px) translateY(3px);
}
.menu-mobile .topNav-menuIcon {
  width: 24px;
  height: 24px;
}
.menu-mobile .topNav-menuIcon .path-1, .menu-mobile .topNav-menuIcon .path-3 {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.67, -0.57, 0.43, 1.51);
  transition: transform 0.35s cubic-bezier(0.67, -0.57, 0.43, 1.51);
}
.menu-mobile .topNav-menuIcon .path-2 {
  -webkit-transition: opacity .35s ease-out;
  transition: opacity .35s ease-out;
}
.menu-mobile .topNav-menuIcon .path-1 {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.menu-mobile .topNav-menuIcon .path-3 {
  -webkit-transform-origin: 0 24px;
  -ms-transform-origin: 0 24px;
  transform-origin: 0 24px;
}
.menu-mobile .mainNav-itemTitleExternal:after, .menu-mobile .mainNav-link:after, .menu-mobile .mainNav:after, .menu-mobile .mainNav:before, .menu-mobile .team-desc:before, .menu-mobile .team-imgContainer:before {
  content: '';
}
.menu-mobile .mainNav-list, .menu-mobile .roundedCta {
  vertical-align: middle;
  text-align: center;
}
.menu-mobile .mainNav {
  background: #0b0d0e;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear .3s, opacity ease-out .3s;
  transition: visibility 0s linear .3s, opacity ease-out .3s;
  pointer-events: auto;
  overflow-y: scroll;
}
.menu-mobile .mainNav:after, .menu-mobile .mainNav:before {
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  height: 5rem;
  display: none;
}
@media screen and (min-width: 48em) {
  .menu-mobile .mainNav:after, .menu-mobile .mainNav:before {
    height: 6rem;
  }
}
@media screen and (min-width: 64em) {
  .menu-mobile .mainNav:after, .menu-mobile .mainNav:before {
    height: 8rem;
  }
}
.menu-mobile .mainNav:before {
  top: 0;
  background: -webkit-linear-gradient(#4b8bf2, rgba(83, 144, 236, 0));
  background: linear-gradient(#4b8bf2, rgba(83, 144, 236, 0));
}
.menu-mobile .mainNav:after {
  bottom: 0;
  background: -webkit-linear-gradient(rgba(83, 144, 236, 0), #4b8bf2);
  background: linear-gradient(rgba(83, 144, 236, 0), #4b8bf2);
}
.menu-mobile .topNav-toggle:checked ~ .topNav-inner .mainNav {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity ease-out .3s;
  transition: visibility 0s linear 0s, opacity ease-out .3s;
}
.menu-mobile .mainNav-inner {
  padding: 1rem 0;
  display: table;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .menu-mobile .mainNav-inner {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 64em) {
  .menu-mobile .mainNav-inner {
    padding: 8rem 0;
  }
}
.menu-mobile .mainNav-list {
  margin: 0 auto;
  padding: 0;
  display: table-cell;
  list-style: none;
}
.menu-mobile .mainNav-item {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.menu-mobile .mainNav-item + .mainNav-item .mainNav-link:before {
  content: '';
  margin: auto;
  display: block;
  max-width: 144rem;
  height: 1px;
  background-color: #fff;
}
.menu-mobile .mainNav-list .mainNav-item:nth-child(1) {
  -webkit-transition: opacity ease-out .3s -.14118s, -webkit-transform ease-out .3s -.14118s;
  transition: opacity ease-out .3s -.14118s, transform ease-out .3s -.14118s;
}
.menu-mobile .mainNav-list .mainNav-item:nth-child(2) {
  -webkit-transition: opacity ease-out .3s -.08235s, -webkit-transform ease-out .3s -.08235s;
  transition: opacity ease-out .3s -.08235s, transform ease-out .3s -.08235s;
}
.menu-mobile .mainNav-list .mainNav-item:nth-child(3) {
  -webkit-transition: opacity ease-out .3s -.02353s, -webkit-transform ease-out .3s -.02353s;
  transition: opacity ease-out .3s -.02353s, transform ease-out .3s -.02353s;
}
.menu-mobile .mainNav-list .mainNav-item:nth-child(4) {
  -webkit-transition: opacity ease-out .3s 35.29ms, -webkit-transform ease-out .3s 35.29ms;
  transition: opacity ease-out .3s 35.29ms, transform ease-out .3s 35.29ms;
}
.menu-mobile .mainNav-list .mainNav-item:nth-child(5) {
  -webkit-transition: opacity ease-out .3s .09412s, -webkit-transform ease-out .3s .09412s;
  transition: opacity ease-out .3s .09412s, transform ease-out .3s .09412s;
}
.menu-mobile .mainNav-list .mainNav-item:nth-child(6) {
  -webkit-transition: opacity ease-out .3s .15294s, -webkit-transform ease-out .3s .15294s;
  transition: opacity ease-out .3s .15294s, transform ease-out .3s .15294s;
}
.menu-mobile .mainNav-list .mainNav-item:nth-child(7) {
  -webkit-transition: opacity ease-out .3s .21176s, -webkit-transform ease-out .3s .21176s;
  transition: opacity ease-out .3s .21176s, transform ease-out .3s .21176s;
}
.menu-mobile .mainNav-list .mainNav-item:nth-child(8) {
  -webkit-transition: opacity ease-out .3s .27059s, -webkit-transform ease-out .3s .27059s;
  transition: opacity ease-out .3s .27059s, transform ease-out .3s .27059s;
}
.menu-mobile .topNav-toggle:checked ~ .topNav-inner .mainNav-item {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.menu-mobile .mainNav-link {
  padding: 0 2rem;
  display: block;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.8rem;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 64em) {
  .menu-mobile .mainNav-link {
    height: 11rem;
    line-height: 11rem;
    font-size: 3.2rem;
  }
  .menu-mobile .mainNav-link:focus:after, .menu-mobile .mainNav-link:hover:after {
    opacity: 1;
  }
  .menu-mobile .mainNav-link:focus .mainNav-itemTitle, .menu-mobile .mainNav-link:hover .mainNav-itemTitle {
    -webkit-transform: translateY(-1.2rem);
    -ms-transform: translateY(-1.2rem);
    transform: translateY(-1.2rem);
  }
  .menu-mobile .mainNav-link:focus .mainNav-itemSubtitle, .menu-mobile .mainNav-link:hover .mainNav-itemSubtitle {
    opacity: 1;
    -webkit-transform: translateY(-9.2rem);
    -ms-transform: translateY(-9.2rem);
    transform: translateY(-9.2rem);
  }
}
@media screen and (min-width: 93.75em) {
  .menu-mobile .mainNav-link {
    padding: 0 9rem;
    font-size: 3.8rem;
  }
  .menu-mobile .mainNav-link:focus .mainNav-itemTitle, .menu-mobile .mainNav-link:hover .mainNav-itemTitle {
    -webkit-transform: translateY(-1.4rem);
    -ms-transform: translateY(-1.4rem);
    transform: translateY(-1.4rem);
  }
  .menu-mobile .mainNav-link:focus .mainNav-itemSubtitle, .menu-mobile .mainNav-link:hover .mainNav-itemSubtitle {
    opacity: 1;
    -webkit-transform: translateY(-8.8rem);
    -ms-transform: translateY(-8.8rem);
    transform: translateY(-8.8rem);
  }
}
.menu-mobile .mainNav-link:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: -1px;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: .2s opacity ease-out;
  transition: .2s opacity ease-out;
}
.menu-mobile .mainNav-itemSubtitle, .menu-mobile .mainNav-itemTitle {
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform .25s ease-out, opacity .25s ease-out;
  transition: transform .25s ease-out, opacity .25s ease-out;
}
.menu-mobile .mainNav-itemTitle {
  display: block;
  font-weight: 300;
}
.menu-mobile .mainNav-itemTitleExternal {
  position: relative;
  display: inline-block;
}
.menu-mobile .mainNav-itemTitleExternal:after {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% + 2px);
  right: -30px;
  background-image: url(icon-external-link.svg);
  background-size: cover;
  opacity: .4;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 48em) {
  .menu-mobile {
    .mainNav-itemTitleExternal: after;
    .mainNav-itemTitleExternal-width: 35px;
    .mainNav-itemTitleExternal-height: 35px;
    .mainNav-itemTitleExternal-top: calc(50% + 3px);
    .mainNav-itemTitleExternal-right: -35px;
  }
}
@media screen and (min-width: 64em) {
  .menu-mobile {
    .mainNav-itemTitleExternal: after;
    .mainNav-itemTitleExternal-width: 41px;
    .mainNav-itemTitleExternal-height: 41px;
    .mainNav-itemTitleExternal-right: -41px;
  }
}
.menu-mobile .mainNav-itemSubtitle {
  display: none;
}
@media screen and (min-width: 64em) {
  .menu-mobile .mainNav-itemSubtitle {
    display: block;
    letter-spacing: .05em;
    font-size: 1.4rem;
    font-style: italic;
    opacity: 0;
    -webkit-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    transform: translateY(-10rem);
  }
}
@media screen and (min-width: 93.75em) {
  .menu-mobile {
    .mainNav-itemTitleExternal: after;
    .mainNav-itemTitleExternal-width: 48px;
    .mainNav-itemTitleExternal-height: 48px;
    .mainNav-itemTitleExternal-top: calc(50% + 4px);
    .mainNav-itemTitleExternal-right: -48px;
  }
  .menu-mobile .mainNav-itemSubtitle {
    font-size: 1.6rem;
  }
}

/*-------------------------------- end menu-mobile ------------------------------------*/
@font-face {
  font-family: 'UTMAvoBold';
  font-style: normal;
  font-weight: normal;
  src: url("/Content/fonts/utm-avo/utm-avobold.woff") format("woff");
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #535353;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.container {
  width: 100%;
  max-width: 1270px;
}

h1, h2, h3 {
  font-family: "UTMAvoBold";
}

@media (min-width: 768px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

p {
  margin-bottom: 15px;
}

.btn-st, .btn-link, .vehicle-class > div .box-product-home .box-product-home-info .more-info, .sellcar-page #btnSendMail, .DetailViewTwelve #btnSendMail, #div-stock-content > div .box-product .box-product-info .more-info, .btn-link:focus, .btn-link-1, .btn-link-1:focus, .btn-link-2, .btn-link-2:focus, .btn-link-3, .btn-link-3:focus {
  padding: 17px 40px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  border-radius: 35px;
  text-decoration: none;
  line-height: 1.2em;
  -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
  transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
}

.btn-link, .vehicle-class > div .box-product-home .box-product-home-info .more-info, .sellcar-page #btnSendMail, .DetailViewTwelve #btnSendMail, #div-stock-content > div .box-product .box-product-info .more-info, .btn-link:focus, .vehicle-class > div .box-product-home .box-product-home-info .more-info:focus, .sellcar-page #btnSendMail:focus, .DetailViewTwelve #btnSendMail:focus, #div-stock-content > div .box-product .box-product-info .more-info:focus {
  color: white;
  background: #ff914c;
  border: 1px solid #ff914c;
}
.btn-link:hover, .vehicle-class a:hover span.btn-link, .vehicle-class > div a:hover .box-product-home .box-product-home-info span.more-info, .vehicle-class > div .box-product-home .box-product-home-info a:hover span.more-info, .vehicle-class a:hover .sellcar-page span#btnSendMail, .sellcar-page .vehicle-class a:hover span#btnSendMail, .vehicle-class a:hover .DetailViewTwelve span#btnSendMail, .DetailViewTwelve .vehicle-class a:hover span#btnSendMail, .vehicle-class a:hover #div-stock-content > div .box-product .box-product-info span.more-info, #div-stock-content > div .box-product .box-product-info .vehicle-class a:hover span.more-info, .vehicle-class > div .box-product-home .box-product-home-info .more-info:hover, .vehicle-class > div .box-product-home:hover .box-product-home-info .more-info, .sellcar-page #btnSendMail:hover, .DetailViewTwelve #btnSendMail:hover, #div-stock-content > div .box-product .box-product-info .more-info:hover, .btn-link:focus:hover, .vehicle-class a:hover span.btn-link:focus, .vehicle-class > div a:hover .box-product-home .box-product-home-info span.more-info:focus, .vehicle-class > div .box-product-home .box-product-home-info a:hover span.more-info:focus, .vehicle-class a:hover .sellcar-page span#btnSendMail:focus, .sellcar-page .vehicle-class a:hover span#btnSendMail:focus, .vehicle-class a:hover .DetailViewTwelve span#btnSendMail:focus, .DetailViewTwelve .vehicle-class a:hover span#btnSendMail:focus, .vehicle-class a:hover #div-stock-content > div .box-product .box-product-info span.more-info:focus, #div-stock-content > div .box-product .box-product-info .vehicle-class a:hover span.more-info:focus, .vehicle-class > div .box-product-home .box-product-home-info .more-info:focus:hover, .vehicle-class > div .box-product-home:hover .box-product-home-info .more-info:focus, .sellcar-page #btnSendMail:focus:hover, .DetailViewTwelve #btnSendMail:focus:hover, #div-stock-content > div .box-product .box-product-info .more-info:focus:hover {
  background: #ff9f2e;
  color: white;
  text-decoration: none;
}

.btn-link-1, .btn-link-1:focus {
  color: #ff914c !important;
  background: transparent;
  border: 1px solid #ff914c;
}
.btn-link-1:hover, .btn-link-1:focus:hover {
  background: #ff914c;
  color: white !important;
  text-decoration: none;
}

.btn-link-2, .btn-link-2:focus {
  color: #535353;
  background: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.btn-link-2:hover, .btn-link-2:focus:hover {
  background: #ff914c;
  color: white;
  text-decoration: none;
}

.btn-link-3, .btn-link-3:focus {
  color: white;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#202429+0,0a0c0d+100 */
  background: #202429;
  /* Old browsers */
  background: -moz-linear-gradient(top, #202429 0%, #0a0c0d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #202429 0%, #0a0c0d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #202429 0%, #0a0c0d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#202429', endColorstr='#0a0c0d',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.btn-link-3:hover, .btn-link-3:focus:hover {
  background: #ff914c;
  color: white;
  text-decoration: none;
}

hr.line-class {
  width: 100px;
  height: 4px;
  text-align: center;
  background: #ff914c;
  border-top: 0;
}

hr.line1-class {
  width: 60px;
  height: 3px;
  background: #ff914c;
  border-top: 0;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 0;
  float: left;
}

.banner-home {
  background: url("/Content/images/banner-bg.png") center bottom no-repeat transparent;
  position: relative;
  z-index: 99;
}
@media (min-width: 993px) {
  .banner-home {
    min-height: 715px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .banner-home {
    min-height: 715px;
  }
}
@media (max-width: 767px) {
  .banner-home {
    min-height: 580px;
  }
}
.banner-home h1 {
  color: white;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.7);
}
.banner-home h1 span {
  color: #ff914c;
  border-bottom: 4px solid;
}
@media (min-width: 993px) {
  .banner-home h1 {
    font-size: 52px;
    padding-top: 170px;
    padding-bottom: 70px;
    line-height: 1.3;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .banner-home h1 {
    font-size: 52px;
    padding-top: 140px;
    padding-bottom: 70px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .banner-home h1 {
    font-size: 32px;
    padding-top: 60px;
    padding-bottom: 50px;
    line-height: 1.3;
  }
}
.banner-home a {
  font-weight: 600;
}
@media (min-width: 993px) {
  .banner-home a {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .banner-home a {
    width: 310px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .banner-home a {
    width: 280px;
    margin-bottom: 20px;
  }
}

.vehicle-class {
  margin-top: -120px;
  margin-bottom: 60px;
  padding-top: 180px;
  padding-bottom: 60px;
  background: url("/Content/images/header-bg.jpg") center top no-repeat #090909;
}
.vehicle-class h2 {
  color: white;
  margin-bottom: 30px;
}
.vehicle-class .line-class {
  margin-bottom: 30px;
}
.vehicle-class h3 {
  margin-top: 0;
  margin-bottom: 40px;
}
.vehicle-class a, .vehicle-class a:focus {
  color: #535353;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
  transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
}
.vehicle-class a h3, .vehicle-class a:focus h3 {
  font-size: 24px;
  height: 70px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vehicle-class a h4, .vehicle-class a:focus h4 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 15px;
}
.vehicle-class a p, .vehicle-class a:focus p {
  font-size: 14px;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .vehicle-class a p, .vehicle-class a:focus p {
    font-size: 11px;
  }
}
.vehicle-class a .line1, .vehicle-class a:focus .line1 {
  margin-top: 0;
  margin-bottom: 15px;
}
.vehicle-class a:hover {
  text-decoration: none;
}
.vehicle-class a:hover img {
  -webkit-filter: brightness(80%);
}
.vehicle-class .box-vehicle-resize {
  width: 100%;
  padding-top: 65%;
  /* 1:1 Aspect Ratio */
  position: relative;
}
.vehicle-class .box-vehicle-resize > .resize-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.vehicle-class .box-vehicle-resize > .resize-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.vehicle-class .owl-nav {
  display: none;
}
.vehicle-class .owl-dots {
  margin-top: 20px;
}
.vehicle-class .owl-dots .owl-dot span {
  width: 24px !important;
}

.box-product-home-info .box-product-home-specifications p i {
  background-image: url("/Content/images/iconStockView19.png");
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  height: 25px;
}
.box-product-home-info .box-product-home-specifications p.cl-odometer i {
  background-position: center 0;
}
.box-product-home-info .box-product-home-specifications p.cl-doors i {
  background-position: center -179px;
}
.box-product-home-info .box-product-home-specifications p.cl-senginedes i {
  background-position: center -30px;
}
.box-product-home-info .box-product-home-specifications p.cl-transmission i {
  background-position: center -64px;
}
.box-product-home-info .box-product-home-specifications p.cl-seats i {
  background-position: center -95px;
}

.vehicle-class > div .box-product-home {
  background: white;
  display: block;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.vehicle-class > div .box-product-home img {
  display: initial;
}
.vehicle-class > div .box-product-home h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 20px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
}
.vehicle-class > div .box-product-home .box-product-home-specifications {
  background: #ebebeb;
  padding: 10px 10px 0px 10px;
  height: 80px;
}
.vehicle-class > div .box-product-home .box-product-home-specifications .col-xs-3 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}
.vehicle-class > div .box-product-home .box-product-home-description {
  padding: 0 15px;
  margin: 15px 0;
  display: -webkit-box;
  height: 70px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vehicle-class > div .box-product-home .box-product-home-description .cl-price h4 {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 24px;
}
.vehicle-class > div .box-product-home .box-product-home-description .cl-price span {
  font-size: 11px;
  margin-top: 0px;
  display: -webkit-box;
}
.vehicle-class > div .box-product-home .box-product-home-price {
  padding: 10px 15px 15px 15px;
  text-align: left;
}
.vehicle-class > div .box-product-home .box-product-home-price .cl-price span {
  font-size: 14px;
}
.vehicle-class > div .box-product-home .box-product-home-info .more-info {
  font-size: 15px;
  padding: 17px 25px;
  float: right;
}
.vehicle-class > div .box-product-home:hover .box-product-home-info .more-info {
  box-shadow: inset 0 0px 0px transparent;
}
.vehicle-class > div a:hover, .vehicle-class > div a:focus {
  text-decoration: initial;
}

.js-menu {
  text-align: center;
  background: white;
}
.js-menu .navbar-default {
  background: transparent;
  border: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.075), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.js-menu .navbar {
  margin-bottom: 0;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.js-menu .navbar .nav > li a {
  font-weight: normal;
  font-weight: 500;
}
.js-menu .navbar .nav > li > a {
  height: 60px;
  padding-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #535353;
  border-bottom: 3px solid white;
}
.js-menu .navbar .nav > li a:hover, .js-menu .navbar .nav > li a:focus {
  color: #ff914c;
  border-bottom: 3px solid #ff914c;
}
.js-menu .navbar-default .navbar-nav > .active > a, .js-menu .navbar-default .navbar-nav > .active > a:hover, .js-menu .navbar-default .navbar-nav > .active > a:focus {
  color: #ff914c;
  border-bottom: 3px solid #ff914c;
  background: rgba(83, 83, 83, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}
@media (min-width: 768px) {
  .js-menu .nav.navbar-nav {
    display: -webkit-inline-box;
    float: none;
  }
}
@media (min-width: 993px) {
  .js-menu .nav.navbar-nav {
    margin-bottom: -7px;
  }
}
@media (max-width: 992px) {
  .js-menu .nav.navbar-nav {
    margin-bottom: -6px;
  }
}
@media (min-width: 1441px) {
  .js-menu .navbar .nav > li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .js-menu .navbar .nav > li a.top-level {
    padding-left: 18px;
    padding-right: 18px;
  }
  .js-menu .navbar .nav > li a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .js-menu .navbar .nav > li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .js-menu .navbar .nav > li a.top-level {
    padding-left: 14px;
    padding-right: 14px;
  }
  .js-menu .navbar .nav > li a {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .js-menu .navbar > .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .js-menu .navbar-nav {
    margin-left: 0%;
  }
  .js-menu .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .js-menu .navbar .nav > li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .js-menu .navbar .nav > li a.top-level {
    padding-left: 11px;
    padding-right: 11px;
  }
  .js-menu .navbar .nav > li a {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .js-menu .navbar .nav > li {
    margin-right: 1px;
  }
  .js-menu .navbar .nav > li a {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .js-menu .dropdown .dropdown-menu {
    display: none;
  }
}
.js-menu .dropdown.open a.dropdown-toggle:link, .js-menu .dropdown.open a.dropdown-toggle:visited, .js-menu .dropdown.open a.dropdown-toggle:hover, .js-menu .dropdown.open a.dropdown-toggle:active {
  color: white;
}
.js-menu .dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 205px;
  padding: 0px 0;
  margin: 0px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: white;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: none;
  text-transform: uppercase;
}
.js-menu .dropdown .dropdown-menu li a {
  padding: 20px 30px 20px 55px !important;
  background: white url("../../Content/images/keyboard-right-arrow-button1.svg") 20px center no-repeat;
  background-size: 14px 14px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.js-menu .dropdown .dropdown-menu li a:hover, .js-menu .dropdown .dropdown-menu li a:active {
  background: white url("../../Content/images/keyboard-right-arrow-button.svg") 30px center no-repeat;
  color: white;
  background-size: 14px 14px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

@media (max-width: 767px) {
  .mainNav-sub-item {
    position: relative;
    z-index: 9;
    padding-left: 20px;
    padding-right: 20px;
    list-style: none;
  }
  .mainNav-sub-item li a {
    border-top: 1px solid #8c8c8c;
    width: 100%;
    display: inline-block;
    padding: 10px;
    background: #636363;
    color: #d0d0d0;
    text-decoration: none;
  }
  .mainNav-sub-item li a:hover {
    text-decoration: none;
  }
}
.header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#101315+0,191c20+100 */
  background: #101315;
  /* Old browsers */
  background: -moz-linear-gradient(top, #101315 0%, #191c20 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #101315 0%, #191c20 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #101315 0%, #191c20 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#101315', endColorstr='#191c20',GradientType=0 );
  /* IE6-9 */
}
@media (max-width: 767px) {
  .header .logo-class {
    float: none !important;
  }
  .header .logo-class img {
    display: -webkit-inline-box;
    max-width: 300px;
    width: 100%;
  }
}
.header .logo-class .logo img {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .header .logo-class .logo img {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .header .logo-class .logo img {
    max-width: 270px;
  }
}
@media (min-width: 993px) {
  .header .info-contact .address-class {
    font-size: 20px;
    margin-top: 0px;
  }
  .header .info-contact .phone-class {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .header .info-contact .address-class {
    font-size: 16px;
    margin-top: 5px;
  }
  .header .info-contact .phone-class {
    font-size: 24px;
  }
}
.header .info-contact .address-class img {
  margin-right: 10px;
}
.header .info-contact .phone-class {
  font-weight: 600;
}
.header .info-contact .phone-class img {
  margin-right: 10px;
}
.header .info-contact a, .header .info-contact a:focus {
  color: white;
  text-decoration: none;
}
.header .info-contact a:hover {
  color: #ff914c;
  text-decoration: none;
}

@media (min-width: 993px) {
  header .info-contact {
    margin-top: 5px;
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  header .info-contact {
    margin-top: 8px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .info-contact.pull-right {
    float: inherit !important;
    display: inline-block;
  }
  header .info-contact {
    margin-bottom: 20px;
  }
}

.about-class {
  margin-bottom: 60px;
}
.about-class h2 {
  margin-top: 0;
}
.about-class p {
  margin-bottom: 30px;
  padding-top: 20px;
}

footer {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#202429+0,0a0c0d+100 */
  background: #202429;
  /* Old browsers */
  background: -moz-linear-gradient(top, #202429 0%, #0a0c0d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #202429 0%, #0a0c0d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #202429 0%, #0a0c0d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#202429', endColorstr='#0a0c0d',GradientType=0 );
  /* IE6-9 */
  color: white;
  padding-top: 50px;
  padding-bottom: 20px;
}
footer .footer-info {
  padding-top: 30px;
}
footer .footer-info h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
footer .footer-info ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}
footer .footer-info ul li {
  margin-bottom: 15px;
}
footer .footer-info ul li img {
  margin-right: 10px;
}
footer .footer-info .btn-link, footer .footer-info .vehicle-class > div .box-product-home .box-product-home-info .more-info, .vehicle-class > div .box-product-home .box-product-home-info footer .footer-info .more-info, footer .footer-info .sellcar-page #btnSendMail, .sellcar-page footer .footer-info #btnSendMail, footer .footer-info .DetailViewTwelve #btnSendMail, .DetailViewTwelve footer .footer-info #btnSendMail, footer .footer-info #div-stock-content > div .box-product .box-product-info .more-info, #div-stock-content > div .box-product .box-product-info footer .footer-info .more-info {
  margin-top: 20px;
  width: 100%;
}
footer .footer-link {
  color: #ff914c;
}
footer .menu-footer hr {
  height: 3px;
  background: #ff914c;
  border-top: 0;
  margin-right: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media (min-width: 993px) {
  footer .google_map {
    height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  footer .google_map {
    height: 360px;
    padding: 5px 5px 0 5px;
  }
}
@media (max-width: 767px) {
  footer .google_map {
    height: 300px;
  }
}
footer a, footer a:focus {
  display: inline-block;
  color: white;
}
footer a:hover {
  color: #ff914c;
  text-decoration: inherit;
}
footer .copyright {
  color: rgba(255, 255, 255, 0.4);
}
footer .facebook-icon img {
  border-radius: 5px;
}

#btnTopPages {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 999;
  background: #ff914c;
}
#btnTopPages a, #btnTopPages a:focus {
  color: white !important;
  text-decoration: inherit;
  background: #ff914c;
  padding: 5px 7px;
}
#btnTopPages a:hover {
  color: white !important;
  text-decoration: inherit;
  background: #ff914c;
}

.contact-banner {
  background: url("/Content/images/banner-pages/contact-us.jpg") center center no-repeat black;
}

.team-banner {
  background: url("/Content/images/banner-pages/our-team.jpg") center center no-repeat black;
}

.sellcar-banner {
  background: url("/Content/images/banner-pages/sellcar.jpg") center center no-repeat black;
}

.findcar-banner {
  background: url("/Content/images/banner-pages/findcar.jpg") center center no-repeat black;
}

.finance-banner {
  background: url("/Content/images/banner-pages/finance.jpg") center center no-repeat black;
}

.stock-banner {
  background: url("/Content/images/banner-pages/used-cars.jpg") center center no-repeat black;
}

.content-banner .banner-title {
  margin: 80px 0;
  text-align: center;
}
.content-banner .banner-title h1 {
  font-family: "UTMAvoBold";
  color: white;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .content-banner .banner-title h1 {
    font-size: 36px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .content-banner .banner-title h1 {
    font-size: 28px;
    line-height: 1.8;
  }
}
.content-banner .banner-title h1 span {
  color: #ff914c;
  border-bottom: 4px solid;
}
.content-banner .banner-title h2 {
  color: white;
  line-height: 1.4;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .content-banner .banner-title h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .content-banner .banner-title h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .content-banner .banner-title h2 {
    font-size: 20px;
  }
}

.main-page {
  padding-top: 60px;
  padding-bottom: 60px;
}
.main-page h2 {
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.main-page a {
  color: #535353;
  font-weight: 500;
}
.main-page a:hover {
  color: #ff914c;
  text-decoration: none;
}

input.form-control {
  padding: 10px 12px;
  height: 46px;
}

.cl-validate {
  color: #ff914c;
  padding-top: 5px;
  font-size: 14px;
}

.panel-heading a {
  color: #535353;
}

.frm-class {
  background: #f0f1f5;
  padding: 20px 30px;
}
.frm-class h3 {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.3;
  text-align: center;
}

ul.list-class {
  padding-left: 0;
  margin-bottom: 20px;
}
ul.list-class li {
  background: url(/Content/images/icon-list1.png) left 5px no-repeat;
  padding-left: 28px;
  list-style: none;
  margin-top: 10px;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.team-page h2 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .team-page {
    text-align: center;
  }
  .team-page .pull-left, .team-page .pull-right {
    float: none !important;
  }
  .team-page img {
    display: -webkit-inline-box;
  }
}

.box-product-description {
  display: none !important;
}

.css-view19 .container, .DetailViewTwelve .container {
  max-width: 1350px;
  width: 100%;
}

.frm-view19 {
  background: rgba(0, 0, 0, 0.8);
  float: left;
  width: 100%;
  border-radius: 4px;
  padding-top: 15px;
}
.frm-view19 > .col-lg-12 {
  background: rgba(255, 255, 255, 0.04);
}
.frm-view19 .form-control {
  background: rgba(255, 255, 255, 0.8);
  color: #535353;
  border: 0;
  outline: none;
}
.frm-view19 .countVehicles {
  color: white;
  font-size: 18px;
}
.frm-view19 .countVehicles b {
  font-size: 24px;
}
.frm-view19 .titleCurrent {
  color: white;
  font-size: 18px;
  text-align: right;
  line-height: 2;
}

@media (max-width: 767px) {
  .frm-view19 .titleCurrent {
    text-align: left;
  }
}
#div-stock-content > div .box-product {
  background: rgba(0, 0, 0, 0.07);
  display: block;
  margin-bottom: 30px;
  color: #535353;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#div-stock-content > div .box-product img {
  display: initial;
}
#div-stock-content > div .box-product h3 {
  font-family: "Roboto", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 20px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}
#div-stock-content > div .box-product .box-product-specifications {
  background: rgba(0, 0, 0, 0.1);
  padding: 10px 10px 0px 10px;
  height: 75px;
  margin-bottom: 15px;
}
#div-stock-content > div .box-product .box-product-specifications .col-xs-3 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}
#div-stock-content > div .box-product .box-product-specifications .col-xs-3 p {
  margin-bottom: 0;
}
#div-stock-content > div .box-product .box-product-description {
  font-size: 15px;
  line-height: 1.5;
  padding: 0 15px;
  margin: 5px 0 15px 0;
  display: -webkit-box;
  height: 70px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#div-stock-content > div .box-product .box-product-price {
  padding: 0 15px 15px 15px;
  text-align: left;
}
#div-stock-content > div .box-product .box-product-price .cl-price {
  line-height: 1.2;
}
#div-stock-content > div .box-product .box-product-price .cl-price h4 {
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 24px;
}
#div-stock-content > div .box-product .box-product-price .cl-price span {
  font-size: 13px;
}
#div-stock-content > div .box-product .box-product-info .more-info {
  text-align: center;
  display: block;
  padding: 12px 10px;
}
#div-stock-content > div .box-product-hover:hover {
  -moz-box-shadow: 0 0 5px #53575b;
  -webkit-box-shadow: 0 0 5px #53575b;
  box-shadow: 0 0 5px #53575b;
}
#div-stock-content > div .box-product-hover:hover .box-product-info .more-info {
  background: #535353 !important;
  color: white !important;
  box-shadow: inset 0 0px 0px transparent;
}
#div-stock-content > div a:hover, #div-stock-content > div a:focus {
  text-decoration: initial;
}

.css-view19 input.btn-success, .js-search input.btn-success {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #ff914c;
  border-radius: 25px;
  outline: none;
}

.css-view19 input.btn-success:hover, .js-search input.btn-success:hover {
  opacity: 0.85;
}

ul.pagination {
  margin-top: 0;
}
ul.pagination li input {
  background-color: #53575b;
  color: white;
  float: left;
  padding: 5px 10px;
}
ul.pagination li.active input {
  background-color: #ff914c;
  color: white;
  float: left;
  padding: 5px 10px;
}

.DetailViewTwelve {
  padding-top: 60px;
  padding-bottom: 50px;
}
.DetailViewTwelve .product-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.DetailViewTwelve .product-title h2 {
  font-family: "Roboto", sans-serif;
  margin-top: 14px;
  float: left;
  font-size: 24px;
  color: #535353;
}
.DetailViewTwelve .product-title .cl_search_results {
  background: #ff914c;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
  color: white;
  -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
  transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
}
.DetailViewTwelve .product-title .cl_search_results input {
  color: white;
}
.DetailViewTwelve .product-title .cl_search_results:hover {
  background: #ff934f;
}
.DetailViewTwelve .product-title .product-header {
  float: right;
}
.DetailViewTwelve .product-title .product-header .product-price {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 26px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  color: #ff914c;
}
.DetailViewTwelve .product-title .product-header .drive-away-label {
  font-size: 12px;
}
.DetailViewTwelve .widget.form {
  background: #e0e0e0;
  padding: 15px;
  margin-bottom: 30px;
}
.DetailViewTwelve .widget.form h3 {
  font-family: "UTMAvoBold";
  font-weight: normal;
  border-bottom: 0;
  font-size: 24px;
  border-bottom: 0;
  margin-top: 5px;
  padding-bottom: 5px;
}
.DetailViewTwelve .widget.form > label {
  font-weight: inherit;
  line-height: 1.4;
  margin-bottom: 15px;
}
.DetailViewTwelve .product-slider {
  margin-bottom: 20px;
}
.DetailViewTwelve .product-comments {
  margin-bottom: 40px;
}
.DetailViewTwelve .product-comments h3 {
  font-family: "Roboto", sans-serif;
  background: #e0e0e0;
  font-size: 24px;
  padding: 15px;
}
.DetailViewTwelve #btnSendMail {
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 18px;
  outline: none;
}
.DetailViewTwelve #btnSendMail:hover {
  box-shadow: inset 0 0px 0px transparent;
}

@media (min-width: 993px) {
  .product-title {
    background: #e0e0e0;
  }
  .product-title .col-md-4.col-lg-3 {
    float: right;
  }
  .product-title .col-md-4.col-lg-3 .cl_search_results {
    margin-right: -15px;
    margin-left: 8px;
  }
}
@media (max-width: 992px) {
  .product-title .col-md-8.col-lg-9 {
    background: #e0e0e0;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
  }
  .product-title .col-md-4.col-lg-3 {
    float: left;
  }
  .product-title .col-md-4.col-lg-3 .cl_search_results {
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .main-content .tab-content {
    padding: 30px 20px;
  }
  .main-content .tab-content .frm2-calculator {
    margin: 30px 20%;
  }
}
.main-content .tab-content .vehicle_details_body table tr th {
  font-weight: 500;
}
.main-content .tab-content .tab-pane h4 {
  font-size: 30px;
  text-transform: uppercase;
}
.main-content .tab-content .tab-pane .panel-group .panel-heading {
  padding-bottom: 0;
}
.main-content .tab-content .tab-pane .panel-group .panel-heading a {
  padding-left: 10px;
  padding-right: 10px;
}
.main-content .tab-content .tab-pane .panel-group .panel-heading a:hover {
  background: #fbfbfb;
}
.main-content .tab-content .tab-pane .panel-group .panel-heading i {
  margin-right: 10px;
}
.main-content ul.nav-tabs {
  border-bottom: 0;
  text-align: center;
}
.main-content ul.nav-tabs li, .main-content ul.nav-tabs li:hover {
  background: #e0e0e0;
  background-image: url("/Content/images/icondetails12.png");
  background-repeat: no-repeat;
  float: left;
  height: 85px;
}
@media (min-width: 768px) {
  .main-content ul.nav-tabs li, .main-content ul.nav-tabs li:hover {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-content ul.nav-tabs li a, .main-content ul.nav-tabs li:hover a {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .main-content ul.nav-tabs li, .main-content ul.nav-tabs li:hover {
    width: 49%;
    margin: 0.5%;
  }
}
.main-content ul.nav-tabs li a, .main-content ul.nav-tabs li a:hover, .main-content ul.nav-tabs li:hover a, .main-content ul.nav-tabs li:hover a:hover {
  background-color: transparent;
  border: 0;
  color: #535353;
  padding-top: 55px;
}
.main-content ul.nav-tabs li.tabs1, .main-content ul.nav-tabs li.tabs1:hover {
  background-position: center 5px;
}
.main-content ul.nav-tabs li.tabs2, .main-content ul.nav-tabs li.tabs2:hover {
  background-position: center -195px;
}
.main-content ul.nav-tabs li.tabs3, .main-content ul.nav-tabs li.tabs3:hover {
  background-position: center -195px;
}
.main-content ul.nav-tabs li.tabs4, .main-content ul.nav-tabs li.tabs4:hover {
  background-position: center -395px;
}
.main-content ul.nav-tabs li.active {
  background: #ff914c;
  background-image: url("/Content/images/icondetails12.png");
  background-repeat: no-repeat;
  float: left;
  height: 85px;
}
@media (min-width: 768px) {
  .main-content ul.nav-tabs li.active {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-content ul.nav-tabs li.active a {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .main-content ul.nav-tabs li.active {
    width: 49%;
    margin: 0.5%;
  }
}
.main-content ul.nav-tabs li.active a, .main-content ul.nav-tabs li.active a:hover {
  background-color: transparent;
  border: 0;
  color: white;
  padding-top: 55px;
}
.main-content ul.nav-tabs li.tabs1.active {
  background-position: center -95px;
}
.main-content ul.nav-tabs li.tabs2.active {
  background-position: center -295px;
}
.main-content ul.nav-tabs li.tabs3.active {
  background-position: center -295px;
}
.main-content ul.nav-tabs li.tabs4.active {
  background-position: center -495px;
}
.main-content .panel-group .panel {
  box-shadow: 0 0px 0px transparent;
  border: 0;
  border-radius: 0;
}
.main-content .panel-group .panel .panel-heading {
  background: transparent;
  padding: 0 0 5px 0;
  border: 1px solid #f0f0f0;
}
.main-content .panel-group .panel .panel-heading a {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-content .panel-group .panel .panel-heading a, .main-content .panel-group .panel .panel-heading a:focus, .main-content .panel-group .panel .panel-heading a:hover {
  text-decoration: none;
}
.main-content .panel-group .panel .panel-heading i {
  position: relative;
  margin-top: -30px;
}
.main-content .panel-group .panel > div.panel-collapse.collapse, .main-content .panel-group .panel > div.panel-collapse.collapsing, .main-content .panel-group .panel > div.panel-collapse.collapse.in {
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 2.4;
}

.panel-group .panel + .panel {
  margin-top: 10px;
}

.tooltip {
  background: #ff914c !important;
}

.galleria-container {
  background: #484848 !important;
}

.galleria-fullscreen, .galleria-play {
  border-right: 1px solid #2f2f2f !important;
  outline: 1px solid #797979 !important;
}

.galleria-container.notouch .galleria-thumblink:hover,
.galleria-container.touch .galleria-thumblink:active,
.galleria-thumblink.open,
.galleria-container.notouch .galleria-fullscreen:hover,
.galleria-container.touch .galleria-fullscreen:active,
.galleria-container.notouch .galleria-play:hover,
.galleria-container.touch .galleria-play:active,
.galleria-container.notouch .galleria-popout:hover,
.galleria-container.touch .galleria-popout:active {
  background-color: #d51125 !important;
}
