* {
    box-sizing: border-box !important;
}

body {
    font-family: 'Roboto', !important;
    /* overflow-x: hidden !important; */
    margin: 0;
}

html {
    overflow-x: hidden !important;
}

.btn-primary {
    color: #000 !important;
    background-color: #d24c4d;
    border: 0;
    padding: 8px 40px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s;
    padding: 10px 25px;
}

.btn-primary:hover {
    background-color: #000;
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}

h2 {
    color: #333;
    font-size: 25px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 30px;
}

h2 span {
    font-size: 28px;
}

.header {
    background: url("/siteart/headerBg.png");
    background-position: center;
    padding: 0;
    background-repeat: no-repeat;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.header .logo1 {
    margin: 29px 0;
}


.header .logo2 {
    display: none;
}


.header .contactBox {
    padding-top: 10px;
}

.header .contactBox p {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: right;
    padding: 0 25px;
    border-right: 2px solid #000;
    color: #000;
    margin-bottom: 1rem;
}

.header .contactBox a {
    text-decoration: none;
    color: #000;
}

.navigations {
    background: #262626;
}

.navigations .nav-link {
    font-size: 13px;
    font-weight: 700;
    padding: 12px 11px !important;
    color: #fff !important;
    border-right: 3px solid #fff;
    transition: all .3s;
    text-transform: uppercase;
}

.navigations .nav-link:hover {
    background: #d24c4d;
}

.navbar-toggler {
    padding: 0;
    border: 0px solid transparent;
}

.navbar-toggler:focus {
    outline: 0;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
    width: 300px;
    min-width: 12rem;
    background-color: #000;
    border-radius: 0;
}

.navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #D24C4D;
}

.welcome-row {
    line-height: 0;
}

/* .welcome-row iframe {
    width: 100%;
    height: 100%;
} */


.banner .banner2 {
    display: none;
}

.logos-row {
    background: #d9d2bf;
    padding: 50px 0;

}

.logos-row .container {

    max-width: 1000px !important;
}

.logos-row h2 {
    color: #d24c4d;
    font-weight: 500;
    text-align: center;
    font-size: 25px;
    background: #d9d2bf;
    padding: 10px 0;
    width: 250px;
    margin: -45px auto auto auto;
}

.anniversary-btn {
  background-color: #D24C4D;
  white-space: nowrap;
  letter-spacing: 0.5px;
  z-index: 999;
  position: relative;
	color: white;
}


.logos-row hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 10px solid rgba(0, 0, 0, 1);
}

.logos-row h2 span {
    font-weight: 700;
    font-size: 26px;
}

.logos-row img {
    display: inline-block;
    margin: 15px;
    border: 2px solid #000;
}

.about-row p {
    text-align: center;
}

.form-control {
    border-radius: 0;
}

.contactPageAdd {
    padding-top: 62px;
    padding-bottom: 35px;
}

.contactPageAdd p {
    font-weight: 700;
    font-size: 18px;
}

.contactPageAdd p span {
    font-weight: 400;
    font-size: 18px;
}

.contactPageAdd p a {
    color: #333333;
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.cta-box{
	margin: 10px;
	display: block;
	padding-top: 40%;
	background-size: cover;
	background-position: center center;
	transition: ease all 0.2s;
}
.cta-box:hover{
	filter: brightness(1.1);
	box-shadow: 0 0 12px rgba(0,0,0,0.2);
}
.cta-box p{
	padding: 10px;
	background: rgba(0,0,0,0.33);
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin: 0;
}

.footer {
    /* background-image: url(../siteart/footer-bg.jpg); */
    background: #000;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

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: #fff;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.divfooter {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}

#main-search input[type='submit'] {
    background: #000 !important;
}

.site-header-search button[type="submit"] {
    width: 40px;
    float: right;
    display: block;
    height: 40px;
    margin: 0 0 0 10px;
    font-size: .9375em;
    line-height: .9375em !important;
    text-align: center;
    color: #fff;
    background: #D24C4D !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
}

.site-header-search input[type="text"] {
    width: 54% !important;
    height: 40px !important;
    padding: 0 10px !important;
    font-size: .9375em !important;
    line-height: .9375em !important;
    box-sizing: border-box !important;
    border: none !important;
    background: #f2f2f2 !important;
    font-family: 'robotoregular', sans-serif !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/*---- Toggle form ----*/
select.catSelect {
    background-color: #fff;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    margin-right: 10px;
    width: 33% !important;
    float: left;
}



/*--- faceted links ---*/

#inv{line-height: normal;}

.compare-chkbox-container .compare-listings .fa-check {
    top: 1px !important;
    left: 2px !important;
}
.compare-chkbox-container .compare-listings .compare-label {
    margin-left: 4px !important;
    margin-bottom: 6px !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, .cs-btns a, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .data-label, .detail-contact-bar a, .g-recaptcha.button, .view-listing-details-link, .page-nav {
    background: #D24C4D !important;
	color: #fff !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, .part-list-price, .error-message {
    color: #D24C4D !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 #D24C4D !important;
    color: #D24C4D !important;
}

body.facetBody .header .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

@media (max-width: 1199px) {
    .header .container,
    .navigations .container {
        max-width: 100%;
    }

    .navigations .nav-link {
        font-size: 11px;

        padding: 10px 7px !important;

        border-right: 0px solid #fff;

        border-bottom: 1px solid #ccc;
    }
}

@media (max-width: 991px) {
    .welcome-row .col-lg-6:nth-child(1) {
        padding: 30px 50px;
    }

    .welcome-row iframe {
        width: 100%;
        height: 350px;
    }
}


@media (max-width: 951px) {
    .header .contactBox {
        padding-top: 32px;
    }
	

    .header .contactBox p {
        font-size: 12px;
        line-height: 16px;
        padding: 0 17px;
    }

    .header {
        background-position: -450px top;
    }

    select.catSelect {
        font-size: 12px !important;
    }

	.header .site-header-search form{
		display: flex;
		justify-content: center;
	}
    .site-header-search input[type="text"] {
        height: 32px !important;;
        font-size: 12px !important;;
    }

    .site-header-search button[type="submit"] {
        height: 32px;
		float: none;
		
    }
    .site-header-search button[type="submit"] i{
    	top: -1px;
    	position: relative;		
    }
}

@media (max-width: 767px) {
    /* .header .contactBox {
       display: none;
    } */
    .header {
        background: #d24c4d;
        margin-bottom: 1px;
    }

    .header .contactBox {
        padding: 10px;
        text-align: center !important;
    }

    .header .logo1 {
        display: none;
    }

    .header .logo2 {
        display: block;
        margin: 10px auto;
        width: 150px;
    }

    .header .contactBox p,
    .header .contactBox a {
        color: #fff;
    }

    p {
        line-height: 23px;
    }

    .banner .banner1 {
        display: none;
    }

    .banner .banner2 {
        display: block;
        width: 100%;
    }

    .welcome-row .col-lg-8 {
        padding-left: 26px;
        padding-right: 26px;
    }
.anniversary-btn {
    font-size: 0.85rem;
    padding: 6px 16px;
    line-height: 1.3;
    width: auto;
  }
  
  .header .row {
    position: relative;
  }

  .col-md-2 {
    position: relative;
    z-index: 999;
  }

}


@media (max-width: 450px) {

    .logos-row img {
        margin: 2px;
        width: 45%;
    }

}

@media (max-width: 320px) {
    h2 span {
        font-size: 24px;
    }
}
