/*-------------------------------- 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: #1a1a1a;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.container {
  width: 100%;
  max-width: 1244px;
}

h1, h2, h3 {
  font-family: "UTMAvoBold";
}

p {
  margin-bottom: 15px;
}

.btn-link, .vehicle-class > div .box-product-home .box-product-home-info .more-info, #div-stock-content > div .box-product .box-product-info .more-info, .DetailViewTwelve #btnSendMail, footer .footer-info .footer-right p a.get-directions, #btnSendMail, .btn-link:focus, .vehicle-class > div .box-product-home .box-product-home-info .more-info:focus, #div-stock-content > div .box-product .box-product-info .more-info:focus, footer .footer-info .footer-right p a.get-directions:focus, #btnSendMail:focus {
  color: #1a1a1a;
  background: white;
  border: 1px solid #ff6634;
  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:hover, .service-home-class .box-service a:hover .btn-link, .service-home-class .box-service a:hover .vehicle-class > div .box-product-home .box-product-home-info .more-info, .vehicle-class > div .box-product-home .box-product-home-info .service-home-class .box-service a:hover .more-info, .service-home-class .box-service a:hover #div-stock-content > div .box-product .box-product-info .more-info, #div-stock-content > div .box-product .box-product-info .service-home-class .box-service a:hover .more-info, .service-home-class .box-service a:hover footer .footer-info .footer-right p a.get-directions, footer .footer-info .footer-right p .service-home-class .box-service a:hover a.get-directions, .service-home-class .box-service a:hover #btnSendMail, .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 #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 a:hover span#btnSendMail, .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, #div-stock-content > div .box-product .box-product-info .more-info:hover, footer .footer-info .footer-right p a.get-directions:hover, footer .footer-info .footer-right p a.get-directions:focus, #btnSendMail:hover, .btn-link:focus:hover, .service-home-class .box-service a:hover .btn-link:focus, .service-home-class .box-service a:hover .vehicle-class > div .box-product-home .box-product-home-info .more-info:focus, .vehicle-class > div .box-product-home .box-product-home-info .service-home-class .box-service a:hover .more-info:focus, .service-home-class .box-service a:hover #div-stock-content > div .box-product .box-product-info .more-info:focus, #div-stock-content > div .box-product .box-product-info .service-home-class .box-service a:hover .more-info:focus, .service-home-class .box-service a:hover #btnSendMail:focus, .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 #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 a:hover span#btnSendMail: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, #div-stock-content > div .box-product .box-product-info .more-info:focus:hover, footer .footer-info .footer-right p a.get-directions:focus, #btnSendMail:focus:hover {
  background: #1a1a1a;
  color: white;
  text-decoration: none;
  border: 1px solid #ff6634;
}

.title-class .line-title {
  height: 4px;
  float: left;
  background: #ff6634;
  margin: 20px 10px 5px 0;
  border-top: 0;
}
@media (min-width: 993px) {
  .title-class .line-title {
    width: 80px;
  }
}
@media (max-width: 992px) {
  .title-class .line-title {
    width: 40px;
  }
}
@media (max-width: 992px) and (max-width: 400px) {
  .title-class .line-title {
    width: 20px;
    margin-top: 0;
  }
}

.title-class h2 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 993px) {
  .title-class h2 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .title-class h2 {
    font-size: 30px;
  }
}
.title-class .sub-title {
  font-family: "Roboto", sans-serif;
  letter-spacing: 5px;
  padding-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
  margin-left: 40px;
}
@media (max-width: 400px) {
  .title-class .sub-title {
    font-size: 11px;
    margin-left: 0px;
  }
}

.title-w-class {
  width: 285px;
  display: inline-block;
  margin-bottom: 30px;
}

.service-home-class {
  margin-bottom: 60px;
}
.service-home-class .box-service {
  background: white;
  color: #1a1a1a;
}
.service-home-class .box-service a, .service-home-class .box-service a:focus {
  display: inline-block;
  width: 100%;
  border: 1px solid #e3ebf4;
  text-decoration: none;
  color: #1a1a1a;
  -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);
}
@media (min-width: 993px) {
  .service-home-class .box-service a, .service-home-class .box-service a:focus {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .service-home-class .box-service a, .service-home-class .box-service a:focus {
    padding: 30px;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .service-home-class .box-service a, .service-home-class .box-service a:focus {
    margin-top: 50px;
  }
}
@media (max-width: 992px) and (max-width: 400px) {
  .service-home-class .box-service a, .service-home-class .box-service a:focus {
    padding: 20px;
  }
}

@media (min-width: 993px) {
  .service-home-class .box-service a h2, .service-home-class .box-service a:focus h2 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .service-home-class .box-service a h2, .service-home-class .box-service a:focus h2 {
    font-size: 22px;
  }
}
@media (max-width: 992px) and (max-width: 400px) {
  .service-home-class .box-service a h2, .service-home-class .box-service a:focus h2 {
    font-size: 18px;
  }
}

.service-home-class .box-service a p, .service-home-class .box-service a:focus p {
  margin-bottom: 0;
}
@media (min-width: 993px) {
  .service-home-class .box-service a p, .service-home-class .box-service a:focus p {
    height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .service-home-class .box-service a p, .service-home-class .box-service a:focus p {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .service-home-class .box-service a p, .service-home-class .box-service a:focus p {
    margin-bottom: 20px;
  }
}
.service-home-class .box-service a .btn-link, .service-home-class .box-service a .vehicle-class > div .box-product-home .box-product-home-info .more-info, .vehicle-class > div .box-product-home .box-product-home-info .service-home-class .box-service a .more-info, .service-home-class .box-service a #div-stock-content > div .box-product .box-product-info .more-info, #div-stock-content > div .box-product .box-product-info .service-home-class .box-service a .more-info, .service-home-class .box-service a footer .footer-info .footer-right p a.get-directions, footer .footer-info .footer-right p .service-home-class .box-service a a.get-directions, .service-home-class .box-service a #btnSendMail, .service-home-class .box-service a:focus .btn-link, .service-home-class .box-service a:focus .vehicle-class > div .box-product-home .box-product-home-info .more-info, .vehicle-class > div .box-product-home .box-product-home-info .service-home-class .box-service a:focus .more-info, .service-home-class .box-service a:focus #div-stock-content > div .box-product .box-product-info .more-info, #div-stock-content > div .box-product .box-product-info .service-home-class .box-service a:focus .more-info, .service-home-class .box-service a:focus footer .footer-info .footer-right p a.get-directions, footer .footer-info .footer-right p .service-home-class .box-service a:focus a.get-directions, .service-home-class .box-service a:focus #btnSendMail {
  float: right;
  z-index: 9;
  position: relative;
}
.service-home-class .box-service a .title-class .line-title, .service-home-class .box-service a:focus .title-class .line-title {
  margin: 13px 10px 5px 0;
}
@media (max-width: 400px) {
  .service-home-class .box-service a .title-class .line-title, .service-home-class .box-service a:focus .title-class .line-title {
    margin: 10px 10px 5px 0;
  }
}
.service-home-class .box-service a:hover {
  text-decoration: none;
}
.service-home-class .box-service img {
  margin-top: -50px;
}
@media (min-width: 993px) {
  .service-home-class .box-service img {
    margin-left: 25px;
  }
}

.vehicle-class {
  margin-top: 30px;
  margin-bottom: 60px;
  background: whitesmoke;
  padding-top: 50px;
  padding-bottom: 50px;
}
.vehicle-class .title-class {
  width: 380px;
}
@media (max-width: 992px) {
  .vehicle-class .title-class {
    width: 292px;
  }
}
@media (max-width: 992px) and (max-width: 400px) {
  .vehicle-class .title-class {
    width: 275px;
  }
  .vehicle-class .title-class .line-title {
    margin-top: 17px;
  }
}

.vehicle-class h3 {
  margin-top: 0;
  margin-bottom: 40px;
}
.vehicle-class a, .vehicle-class a:focus {
  color: #1a1a1a;
  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;
  border: 1px solid rgba(83, 87, 91, 0.15);
  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: rgba(83, 87, 91, 0.15);
  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;
}

.about-class {
  margin-bottom: 60px;
}
.about-class h1 {
  font-size: 28px;
  padding: 0 0 10px 0;
  margin-top: 0;
}
.about-class .title-class {
  width: 285px;
}
@media (max-width: 992px) {
  .about-class .title-class {
    width: 245px;
  }
  .about-class .title-class .sub-title {
    margin-left: 0;
  }
}
@media (max-width: 992px) and (max-width: 400px) {
  .about-class .title-class .line-title {
    margin-top: 17px;
  }
}

.banner-slider {
  margin-bottom: 60px;
  text-align: center;
  /********************
  *****Slide effect
  **********************/
  /*---------- LEFT/RIGHT ROUND CONTROL ----------*/
  /*---------- INDICATORS CONTROL ----------*/
  /*---------- SLIDE CAPTION ----------*/
}
.banner-slider .bs-slider {
  overflow: hidden;
  max-height: 800px;
  position: relative;
  background: #000000;
}
@media (min-width: 768px) {
  .banner-slider .bs-slider {
    height: 500px;
    overflow: hidden;
  }
  .banner-slider .bs-slider img {
    height: 500px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .banner-slider .bs-slider {
    height: 350px;
    overflow: hidden;
  }
  .banner-slider .bs-slider img {
    height: 350px;
  }
}
@media (max-width: 499px) {
  .banner-slider .bs-slider {
    height: 400px;
    overflow: hidden;
  }
  .banner-slider .bs-slider img {
    height: 400px;
  }
}
.banner-slider .bs-slider:hover {
  cursor: default;
  /*cursor: -moz-grab;
  cursor: -webkit-grab;*/
}
.banner-slider .bs-slider:active {
  /*cursor: -moz-grabbing;
  cursor: -webkit-grabbing;*/
}
.banner-slider .bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.banner-slider .bs-slider > .carousel-inner > .item > img,
.banner-slider .bs-slider > .carousel-inner > .item > a > img {
  width: auto !important;
  max-width: inherit !important;
  display: inline-block;
}
.banner-slider .fade {
  opacity: 1;
}
.banner-slider .fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}
.banner-slider .fade .item:first-child {
  top: auto;
  position: relative;
}
.banner-slider .fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}
.banner-slider .control-round .carousel-control {
  top: 43%;
  opacity: 0;
  width: 40px;
  height: 80px;
  padding-top: 16px;
  z-index: 100;
  color: #ffffff;
  display: block;
  font-size: 32px;
  cursor: pointer;
  overflow: hidden;
  line-height: 43px;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  background: transparent;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.banner-slider .control-round:hover .carousel-control {
  opacity: 1;
}
.banner-slider .control-round .carousel-control.left {
  left: 1%;
}
.banner-slider .control-round .carousel-control.right {
  right: 1%;
}
.banner-slider .control-round .carousel-control.left:hover,
.banner-slider .control-round .carousel-control.right:hover {
  color: #fdfdfd;
  background: rgba(0, 0, 0, 0.5);
  border: 0px transparent;
}
.banner-slider .control-round .carousel-control.left > span:nth-child(1) {
  left: 45%;
}
.banner-slider .control-round .carousel-control.right > span:nth-child(1) {
  right: 45%;
}
.banner-slider .indicators-line > .carousel-indicators {
  right: 45%;
  bottom: 3%;
  left: auto;
  width: 90%;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: right;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  white-space: nowrap;
}
.banner-slider .indicators-line > .carousel-indicators li {
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  z-index: 10;
  cursor: pointer;
}
.banner-slider .indicators-line > .carousel-indicators li:last-child {
  margin-right: 0;
}
.banner-slider .indicators-line > .carousel-indicators .active {
  margin: 1px 5px 1px 1px;
  box-shadow: 0 0 0 2px #d51125;
  background-color: transparent;
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.banner-slider .indicators-line > .carousel-indicators .active:before {
  transform: scale(0.5);
  background-color: #d51125;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.banner-slider .slide_style_left {
  text-align: left !important;
}
.banner-slider .slide-text {
  right: 0;
  margin: auto;
  padding: 10px;
  position: absolute;
  text-align: left;
  padding: 10px 85px;
}
@media (min-width: 1560px) {
  .banner-slider .slide-text {
    left: 6%;
    top: 16%;
  }
}
@media (min-width: 1200px) and (max-width: 1559px) {
  .banner-slider .slide-text {
    left: 1%;
    top: 9%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .banner-slider .slide-text {
    left: 1%;
    top: 7%;
  }
}
@media (max-width: 767px) {
  .banner-slider .slide-text {
    left: 1%;
    top: 7%;
  }
}
@media (max-width: 767px) {
  .banner-slider .slide-text {
    padding: 10px 20px;
  }
}
.banner-slider .slide-text .line-red {
  border-left: 10px solid #d51125;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 15px;
}
.banner-slider .slide-text .line-red a, .banner-slider .slide-text .line-red a:focus {
  text-decoration: none;
}
.banner-slider .slide-text .line-red a p, .banner-slider .slide-text .line-red a:focus p {
  font-family: "Oswald-Medium";
  text-transform: uppercase;
  color: #fff;
  line-height: 1.4;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
}
.banner-slider .slide-text .line-red a .btn-link, .banner-slider .slide-text .line-red a .vehicle-class > div .box-product-home .box-product-home-info .more-info, .vehicle-class > div .box-product-home .box-product-home-info .banner-slider .slide-text .line-red a .more-info, .banner-slider .slide-text .line-red a #div-stock-content > div .box-product .box-product-info .more-info, #div-stock-content > div .box-product .box-product-info .banner-slider .slide-text .line-red a .more-info, .banner-slider .slide-text .line-red a footer .footer-info .footer-right p a.get-directions, footer .footer-info .footer-right p .banner-slider .slide-text .line-red a a.get-directions, .banner-slider .slide-text .line-red a #btnSendMail, .banner-slider .slide-text .line-red a:focus .btn-link, .banner-slider .slide-text .line-red a:focus .vehicle-class > div .box-product-home .box-product-home-info .more-info, .vehicle-class > div .box-product-home .box-product-home-info .banner-slider .slide-text .line-red a:focus .more-info, .banner-slider .slide-text .line-red a:focus #div-stock-content > div .box-product .box-product-info .more-info, #div-stock-content > div .box-product .box-product-info .banner-slider .slide-text .line-red a:focus .more-info, .banner-slider .slide-text .line-red a:focus footer .footer-info .footer-right p a.get-directions, footer .footer-info .footer-right p .banner-slider .slide-text .line-red a:focus a.get-directions, .banner-slider .slide-text .line-red a:focus #btnSendMail {
  margin-top: 10px;
  background: #d51125 !important;
  color: #fff !important;
  border: 2px solid #d51125 !important;
}
.banner-slider .slide-text .line-red a:hover {
  text-decoration: none;
}
.banner-slider .slide-text .line-red a:hover .btn-link, .banner-slider .slide-text .line-red a:hover .vehicle-class > div .box-product-home .box-product-home-info .more-info, .vehicle-class > div .box-product-home .box-product-home-info .banner-slider .slide-text .line-red a:hover .more-info, .banner-slider .slide-text .line-red a:hover #div-stock-content > div .box-product .box-product-info .more-info, #div-stock-content > div .box-product .box-product-info .banner-slider .slide-text .line-red a:hover .more-info, .banner-slider .slide-text .line-red a:hover footer .footer-info .footer-right p a.get-directions, footer .footer-info .footer-right p .banner-slider .slide-text .line-red a:hover a.get-directions, .banner-slider .slide-text .line-red a:hover #btnSendMail {
  background: #fff !important;
  color: #d51125 !important;
  border: 2px solid #d51125 !important;
}
.banner-slider .slide-text > h2 {
  font-family: "Oswald-Light";
  color: #575556;
  font-style: normal;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  display: inline;
}
@media (min-width: 1560px) {
  .banner-slider .slide-text > h2 {
    font-size: 60px;
    line-height: 1.6em;
  }
  .banner-slider .slide-text > h2 > span {
    padding: 0em;
    box-shadow: 0.3em 0 0 rgba(246, 246, 246, 0.9), -0.3em 0 0 rgba(246, 246, 246, 0.9);
    background-color: #f6f6f6;
    background-color: rgba(246, 246, 246, 0.9);
  }
  .banner-slider .line-red {
    margin-left: -19px;
    margin-top: 30px;
    width: 60%;
  }
  .banner-slider .line-red p {
    font-size: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1559px) {
  .banner-slider .slide-text > h2 {
    font-size: 50px;
    line-height: 1.6em;
  }
  .banner-slider .slide-text > h2 > span {
    padding: 0em;
    box-shadow: 0.3em 0 0 rgba(246, 246, 246, 0.9), -0.3em 0 0 rgba(246, 246, 246, 0.9);
    background-color: #f6f6f6;
    background-color: rgba(246, 246, 246, 0.9);
  }
  .banner-slider .line-red {
    margin-left: -17px;
    margin-top: 30px;
    width: 60%;
  }
  .banner-slider .line-red p {
    font-size: 24px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .banner-slider .line-red {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .banner-slider .slide-text > h2 {
    font-size: 40px;
    line-height: 1.6em;
  }
  .banner-slider .slide-text > h2 > span {
    padding: 0em;
    box-shadow: 0.3em 0 0 rgba(246, 246, 246, 0.9), -0.3em 0 0 rgba(246, 246, 246, 0.9);
    background-color: #f6f6f6;
    background-color: rgba(246, 246, 246, 0.9);
  }
  .banner-slider .line-red {
    margin-left: -14px;
    margin-top: 10px;
  }
  .banner-slider .line-red p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .banner-slider .slide-text > h2 {
    font-size: 32px;
    line-height: 1.6em;
  }
  .banner-slider .slide-text > h2 > span {
    padding: 0em;
    box-shadow: 0.3em 0 0 rgba(246, 246, 246, 0.9), -0.3em 0 0 rgba(246, 246, 246, 0.9);
    background-color: #f6f6f6;
    background-color: rgba(246, 246, 246, 0.9);
  }
  .banner-slider .line-red {
    margin-left: -10px;
    margin-top: 10px;
  }
  .banner-slider .line-red p {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .banner-slider .slide-text > h2 {
    font-size: 30px;
  }
  .banner-slider .line-red p {
    font-size: 18px;
  }
}

.js-menu {
  text-align: center;
  background: #1a1e22;
}
.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;
  display: flex;
  justify-content: center;
  align-items: center;
}
.js-menu .navbar .nav > li a:hover, .js-menu .navbar .nav > li a:focus {
  background: #2a2f35;
  color: white;
}
.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 {
  background: #2a2f35;
  color: white;
}
@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: -6px;
  }
}
@media (max-width: 992px) {
  .js-menu .nav.navbar-nav {
    margin-bottom: -6px;
  }
}
@media (min-width: 1441px) {
  .js-menu .navbar .nav > li {
    margin-left: 1px;
    margin-right: 1px;
  }
  .js-menu .navbar .nav > li a.top-level {
    padding-left: 30px;
    padding-right: 30px;
  }
  .js-menu .navbar .nav > li a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .js-menu .navbar .nav > li {
    margin-left: 1px;
    margin-right: 1px;
  }
  .js-menu .navbar .nav > li a.top-level {
    padding-left: 26px;
    padding-right: 26px;
  }
  .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: 1px;
    margin-right: 1px;
  }
  .js-menu .navbar .nav > li a.top-level {
    padding-left: 23px;
    padding-right: 23px;
  }
  .js-menu .navbar .nav > li a {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .js-menu .navbar .nav > li {
    margin-right: 1px;
  }
  .js-menu .navbar .nav > li a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }
}
@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/#0b0d0e+0,1e2227+100 */
  background: #0b0d0e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0b0d0e 0%, #1e2227 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0b0d0e 0%, #1e2227 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0b0d0e 0%, #1e2227 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b0d0e', endColorstr='#1e2227',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: 280px;
  }
}
@media (max-width: 767px) {
  .header .logo-class .logo img {
    max-width: 270px;
  }
}
.header .info-contact .phone {
  font-size: 20px;
  display: inline-block;
}
.header .info-contact .phone .text-call {
  color: #ff6634;
  float: left;
  background: url("/Content/images/line.png") right center no-repeat;
  font-weight: bold;
  padding-right: 12px;
}
.header .info-contact .phone .info-phone {
  float: left;
}
.header .info-contact .phone .info-phone h4 {
  display: -webkit-box;
  color: #1a1a1a;
  margin-left: 10px;
  font-size: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.header .info-contact a, .header .info-contact a:focus {
  color: white;
  text-decoration: none;
}
.header .info-contact a:hover {
  color: #ff6634;
  text-decoration: none;
}

@media (min-width: 993px) {
  header .info-contact {
    margin-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  header .info-contact {
    margin-top: 20px;
  }
}
@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;
  }
}

@media (max-width: 340px) {
  .info-contact .phone, .info-contact .phone h4 {
    font-size: 18px !important;
  }
  .info-contact .phone h4 {
    padding-top: 3px;
  }
}
.box-product-description {
  display: none !important;
}

.css-view19 .container, .DetailViewTwelve .container {
  max-width: 1350px;
  width: 100%;
}

.frm-view19 {
  background: #1a1a1a;
  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: #1a1a1a;
  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: #1a1a1a;
  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: #1a1a1a !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: #ff6634;
  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: #ff6634;
  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: #1a1a1a;
}
.DetailViewTwelve .product-title .cl_search_results {
  background: #ff6634;
  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: #ff6837;
}
.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: #ff6634;
}
.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: #1a1a1a;
  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: #ff6634;
  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: #ff6634 !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;
}

.contact-banner {
  background: url("/Content/images/banner-pages/contact-us.jpg") center center no-repeat black;
}

.about-banner {
  background: url("/Content/images/banner-pages/about-us.jpg") center center no-repeat black;
}

.service-banner {
  background: url("/Content/images/banner-pages/service.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;
  }
}
@media (max-width: 767px) {
  .content-banner .banner-title h1 {
    font-size: 28px;
    line-height: 1.4;
  }
}
.content-banner .banner-title h1 span {
  color: #ff6634;
  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;
  }
}

/*------------------------------------ begin search home ------------------------------------------*/
.js-search {
  float: left;
  width: 100%;
  border-radius: 4px;
  padding: 15px;
}
.js-search h3 {
  text-align: center;
  margin-top: 5px;
  color: white;
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 0;
}
.js-search .col-sm-4 select {
  font-size: 13px;
  line-height: 2.4em;
  height: 41px;
  padding: 10px;
  margin-bottom: 10px;
}
.js-search .group-search-V8 {
  display: inline-block;
  width: 100%;
}
.js-search > .col-lg-12 {
  background: #2e3234;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0 0 4px 4px;
}

.js-search input.btn-success {
  width: 100%;
  background: #ff6634;
  color: white;
  font-size: 17px;
  border: 0;
  padding: 8px 12px;
}

@media (min-width: 768px) {
  .js-search .col-sm-4 .select-padleft {
    padding-right: 5px;
  }
  .js-search .col-sm-4 .select-padright {
    padding-left: 5px;
  }
}
.text-home-banner {
  z-index: 9;
}
.text-home-banner h1 span {
  color: #ff6634;
  border-bottom: 4px solid;
}

@media (min-width: 768px) {
  .text-home-banner {
    position: relative;
  }
}
@media (min-width: 768px) and (min-width: 993px) {
  .text-home-banner {
    margin-top: -460px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 992px) {
  .text-home-banner {
    margin-top: -480px;
  }
}
@media (min-width: 768px) {
  .text-home-banner .js-search {
    background: rgba(0, 0, 0, 0.5);
  }

  div.banner-message h1 {
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 1.2;
  }
  div.banner-message p {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .text-home-banner {
    position: relative;
  }
}
@media (max-width: 767px) and (min-width: 500px) {
  .text-home-banner {
    margin-top: -340px;
  }
}
@media (max-width: 767px) and (max-width: 499px) {
  .text-home-banner {
    margin-top: -405px;
  }
}
@media (max-width: 767px) {
  .text-home-banner .js-search {
    background: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 767px) and (min-width: 500px) {
  div.banner-message {
    height: 330px;
  }
}
@media (max-width: 767px) and (max-width: 499px) {
  div.banner-message {
    height: 380px;
  }
}
@media (max-width: 767px) {
  div.banner-message h1 {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  div.banner-message p {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 50px;
  }
}
div.banner-message {
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
  text-align: center;
  color: white;
}

/*------------------------------------ end search home ------------------------------------------*/
footer {
  background: url("/Content/images/footer-bg.jpg") center center no-repeat black;
  color: white;
}
footer .title-class {
  width: 380px;
}
@media (min-width: 993px) {
  footer .title-class {
    width: 330px;
  }
}
@media (max-width: 992px) {
  footer .title-class {
    width: 292px;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  footer .title-class {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) and (max-width: 400px) {
  footer .title-class {
    width: 275px;
  }
  footer .title-class .line-title {
    margin-top: 17px;
  }
}

footer > .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .footer-title h3 {
  color: white;
}
footer .footer-title .footer-link {
  color: #1a1a1a;
}
footer .footer-title hr {
  width: 72px;
  height: 4px;
  text-align: center;
  background: #ff6634;
  border-top: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
footer a, footer a:focus {
  margin-left: 15px;
  margin-right: 15px;
  display: -webkit-inline-box;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none;
}
footer a:hover {
  color: #ff6634;
  text-decoration: none;
}
footer .footer-info {
  display: inline-block;
  width: 100%;
}
footer .footer-info .footer-left {
  margin-bottom: 40px;
  color: white;
}
footer .footer-info .footer-left h5 {
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
  padding-top: 20px;
  color: #ff6634;
}
footer .footer-info .footer-left p {
  line-height: 1.8;
  margin-bottom: 0;
}
footer .footer-info .footer-right p {
  margin-top: 20px;
}
footer .footer-info .footer-right p a.get-directions {
  color: #ff6634;
  background: transparent;
}
footer .footer-bottom {
  background: #1a1a1a;
  color: #53575b;
  padding: 15px 15px 25px 15px;
  font-size: 13px;
}
footer .footer-bottom .pad-left, footer .footer-bottom .footer-bottom-link {
  display: -webkit-inline-box;
}
footer .footer-bottom .pad-left {
  padding-left: 10px;
}
@media (min-width: 993px) {
  footer .google_map {
    height: 300px;
    padding: 5px 5px 0 5px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  footer .google_map {
    height: 400px;
    padding: 5px 5px 0 5px;
  }
}
@media (max-width: 767px) {
  footer .google_map {
    height: 300px;
  }
}

#btnTopPages {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 999;
  background: #ff6634;
}
#btnTopPages a, #btnTopPages a:focus {
  color: white !important;
  text-decoration: inherit;
  background: #ff6634;
  padding: 5px 7px;
}
#btnTopPages a:hover {
  color: white !important;
  text-decoration: inherit;
  background: #ff6634;
}

.main-page {
  padding-top: 60px;
  padding-bottom: 60px;
}
.main-page h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.main-page a {
  color: #1a1a1a;
  font-weight: 500;
}
.main-page a:hover {
  color: #ff6634;
  text-decoration: none;
}

@media (max-width: 767px) {
  .about-page {
    text-align: center;
  }
  .about-page .pull-left, .about-page .pull-right {
    float: none !important;
  }
  .about-page img {
    display: -webkit-inline-box;
  }
}

input.form-control {
  padding: 10px 12px;
  height: 46px;
}

.cl-validate {
  color: #ff6634;
  padding-top: 5px;
  font-size: 14px;
}

.panel-heading a {
  color: #1a1a1a;
}

.frm-class {
  background: #f0f1f5;
  padding: 20px 30px;
}
.frm-class h3 {
  margin-top: 0;
  margin-bottom: 30px;
}

/*.img-service-2 {
	@media (min-width: 993px) {
		float: right;
		margin-top: -150px;
		z-index:9;
		position: relative;
	}
}*/
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;
}

.input-group-btn .btn-primary {
  background: #1a1a1a;
  border-color: #1a1a1a;
}

.main-content .nav-tabs .tabs3 {
  display: none;
}
