* {
  box-sizing: border-box !important;
}

body {
  font-family: 'Roboto', sans-serif !important;
  /*color: #3B485A!important;*/
  overflow-x: hidden !important;
}

html {
  overflow-x: hidden !important;
}

h2 {
  font-size: 39px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  font-size: 20px;
  font-weight: 400;
}

.header {
  background-image: url(../img/header-bg.jpg) !important;
  background-position: center;
}

.header .container {
  max-width: 1750px;
}

.header p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin: 10px 10px 0 0;
  font-weight: 400;
  text-align: left;
  color: #fff;
	width: 30%;
}

.header .fa {
  color: #dbca9f !important;
  margin-right: 10px;
  font-size: 22px;
}

.header a {
  color: #fff !important;
  text-decoration: none;
}

.header a:hover .fa {
  color: #ffc50b;
}

.header .btn-primary {
  margin-top: 33px;
}

.header a.btn-primary {
  background: #ffffff !important;
  color: #262262 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  padding: 18px 40px !important;
  border: 1px solid #211d57 !important;
  text-transform: uppercase !important;
  height: auto !important;
  transition: all .3s !important;
}

.header a.btn-primary:hover {
  background: #dbca9f !important;
  color: #262262 !important;
}

.header .contInfo {
  text-align: right !important;
}

.nav-row {
  background: rgb(217, 217, 217);
  background: linear-gradient(180deg, rgba(217, 217, 217, 1) 27%, rgba(255, 255, 255, 1) 69%);
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-row .container {
  max-width: 1750px;
}

.nav-row .nav-link {
  font-size: 18px;
  color: #000 !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 10px !important;
  border-radius: 5px;
  transition: all .3s;
  margin: 0 5px;
}

.nav-row .nav-link:hover {
  color: #fff !important;
  background-color: #262262;
}

.nav-row .active {
  color: #fff !important;
  background-color: #262262;
}


.nav-row .navbar-dark {
  padding-left: 0;
  padding-right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 8.2vh;
  height: 8.2vh;
  background: no-repeat;
  background-size: cover;
  background-position: center;
}

.carousel-control-prev-icon {
  background-image: url(../img/prev.png) !important
}

.carousel-control-next-icon {
  background-image: url(../img/next.png) !important
}




.inventory-row {
  max-width: 1750px;
  padding-top: 100px;
  padding-bottom: 70px;
}

.inventory-row .overlay {
  background-color: rgba(38, 34, 98, 0.7);
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  transition: all .3s;
}

.inventory-row a:hover .overlay {

  height: 100%;

}

.inventory-row .col-xl-3 {
  margin-bottom: 30px;
}

.inventory-row .texts {
  left: 0;
  right: 0;
  position: absolute;
  z-index: 5;
  padding-top: 22%;
  width: 100%;
  height: 100%;
}

.inventory-row .texts h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 26px;
  text-transform: uppercase;

  color: #fff;
}

.inventory-row .texts p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;

  color: #fff;
}

.inventory-row .texts .btn-link:hover {
  text-decoration: none;
}

.inventory-row .texts hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 3px solid #fff;
  width: 70%;
}

.welcome-row {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../img/welcome-bg.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.welcome-row h2 {
  margin-bottom: 40px;
}

.welcome-row p {
  margin-bottom: 0;
}

.contact-row h2 {
  padding-top: 100px;
}

.contact-row h2 {
  text-align: center;
  margin-bottom: 50px;
}

.contact-row .container {
  max-width: 1700px;
}

.contact-row p {
  color: #262262;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.contact-row .fa {
  color: #fff;
  background-color: #262262;
  width: 28px;
  line-height: 27px;
  text-align: center;
  margin-right: 6px;
  border-radius: 50%;
  font-size: 11px;
  transition: all .3s;
}

.contact-row a {
  color: #262262;
  text-decoration: none;
  transition: all .3s;
}

.contact-row p.dark {
  color: #1a1a1a;
}


.map-row {
  padding: 50px 100px 50px 100px;
}

.form-control {
  border-radius: 0;
}

.btn-primary {
  background: #ffffff !important;
  color: #262262 !important;
  font-size: 17px;
  font-weight: 500;
  padding: 18px 40px;
  border: 1px solid #211d57;
  text-transform: uppercase;
  transition: all .3s;
}



.btn-primary:hover {
  background: #dbca9f !important;
  color: #262262;
}

.btn-primary:focus {
  box-shadow: none !important;
}

.btn-primary img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}

.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
}

.scrolling {
  width: 100%;
  height: 92px;
}

.footer {
  background: #262262;
}

.footer p {
  font-size: 16px;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
  text-decoration: underline;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #ffffff
}

.footer a {
  color: #ffffff
}

a.footerlink:hover {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.footertext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #ffffff;
}

.smallfootertext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #ababaa;
}

.divfooter {
  max-width: 1000px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url(../img/menu.png) !important;
  width: 24px !important;
  height: 21px !important;
}

.navbar-toggler {
  background: #fff;
  border: 0;
  padding: 10px;
  border-radius: 8px;
}

.navbar-toggler:focus {
  outline: 0;
}

.img-fluid {
  width: 100%;
}

.mobile-show {
  display: none;
}

/*--- faceted links ---*/

body.facetBody .header .container {
  padding: 1rem 15px 1rem 15px !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
  margin-right: 5px !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.detail-content .detail-additional-data .data-row .data-label,
.faceted-search-content .selected-facets-container .selected-facet,
.paging-container .page-navs button.list-page-nav {
  background: #262262 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
.list-content .list-main-section .list-container .fin-calc {
  color: #262262 !important;
}

.list-content .list-title,
.list-content .list-title .list-listings-count,
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name,
.contact-information a {
  color: #000 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
  border: 1px solid #262262 !important;
  color: #262262 !important;
}


@media (max-width:1742px) {
  .nav-row .nav-link {
    font-size: 16px;
    white-space: nowrap;
  }
}

@media (max-width: 1599px) {
  .nav-row .nav-link {
    font-size: 14px;
    padding: 10px 15px !important;

  }

  .inventory-row .texts h3 {


    font-size: 21px;

  }
}

@media (max-width: 1439px) {
  .nav-row .nav-link {
    font-size: 13px;
    padding: 10px 10px !important;
  }

  .nav-row {

    padding-top: 0;
    padding-bottom: 0;
  }

  .header .logo {
    width: 200px;
    margin-left: 26px;
  }

  .header .btn-primary {
    margin-top: 20px;
    margin-right: 35px;
  }

  .header .fa {

    margin-right: 8px;
    font-size: 17px;
  }

  .btn-primary {

    font-size: 15px;

    padding: 11px 23px;

  }
}

@media (max-width:1336px) {
  .header p {
    margin: 26px 40px 0 0;
    font-size: 14px;
	width: 27%;
  }
}

@media (max-width:1279px) {
  .inventory-row .texts h3 {
    font-size: 16px;
  }

  .inventory-row .texts p {

    font-size: 14px;

  }
}

@media (max-width: 1260px) {
  .nav-row .nav-link {
    font-size: 12px;

  }

}

@media (max-width: 1199px) {


  .nav-row .navbar-dark {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-row .col-lg-6 {
    margin-bottom: 35px;
  }

  .contact-row .col-xl-5,
  .contact-row .col-xl-4,
  .contact-row .col-xl-3 {
    padding-left: 10% !important;
  }

  .inventory-row .texts h3 {
    font-size: 21px;
  }

  .inventory-row .texts p {

    font-size: 18px;

  }

  .navbar-nav {

    margin-top: 17px;
  }

  .nav-row .nav-link {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
  }
}

@media (max-width:1072px) {
  .header p {
   margin: 26px 22px 0 0;
    font-size: 13px;
	width: 28%;
  }
}

@media (max-width: 992px) {

  .detail-content-mobile .detail-contact-bar .contact-bar-btn,
  .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,
  .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
  .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
  .detail-content-mobile .detail-additional-data .data-row .data-label,
  .mobile-breadcrumb,
  .list-content .list-listing-mobile .view-listing-details-link {
    background: #262262 !important;
  }

  .fin-calc p,
  .fin-calc strong,
  .dealer-info a {
    color: #262262 !important;
  }

  .list-content .list-listing-mobile .email-seller-link {
    height: 38px !important;
  }
}

@media (max-width: 950px) {
  .header span {
    /* display: none; */
  }

  .header .fa {
    font-size: 25px;
  }

  .header p {
    margin: 26px 10px 0 0;

  }
}

@media (max-width:684px){
  .header .contInfo {
    text-align: left !important;
  }
}

@media (max-width:600px) {
  .mobile-show {
    display: block;
  }

  .desktop-show {
    display: none;
  }

  .header .btn-primary {

    display: none;
  }

  /* .header .logo {
    width: 150px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
  } */

  .header .col-3 {

    position: static;
  }

  .header {

    padding-bottom: 76px;
  }

  .header p {
    margin: 17px 5px 0 0;
	 width: 100%;
  }

  .header .col-9 {
    padding-right: 0;
  }

  

  .navbar-toggler {

    position: absolute;
    top: -68px;
  }

  .navbar {

    padding: 0 1rem;
  }

  .inventory-row .texts h3 {
    font-size: 19px;
  }

  .inventory-row .texts p {

    font-size: 16px;
  }

  .inventory-row .col-xl-3 {
    margin-bottom: 20px;
  }

  .inventory-row {

    padding-top: 40px;
    padding-bottom: 40px;
  }

  .welcome-row h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .welcome-row p {
    font-size: 14px;
  }

  .welcome-row {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../img/welcome-bg2.jpg);
    background-position: center left;
    background-size: cover;

  }

  h2 {
    font-size: 30px;

  }

  .contact-row h2 {
    padding-top: 50px;
  }

  .contact-row p {

    font-size: 14px;

  }

  .map-row {
    padding: 0px 0;
  }

  .carousel-control-next-icon {

    position: relative;
    right: 5px;
  }

  .carousel-control-prev-icon {

    position: relative;
    left: 5px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {

    width: 40px;
    height: 40px;

  }
}