@import url('https://fonts.googleapis.com/css?family=Yellowtail&display=swap');

body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif !important;
}

html {
    overflow-x: hidden;
}

@font-face {
    font-family: 'Brush Script Std';
    src: url('../fonts/BrushScriptStd.eot');
    src: url('../fonts/BrushScriptStd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrushScriptStd.woff2') format('woff2'),
        url('../fonts/BrushScriptStd.woff') format('woff'),
        url('../fonts/BrushScriptStd.ttf') format('truetype'),
        url('../fonts/BrushScriptStd.svg#BrushScriptStd') format('svg'),
        url("../fonts/BrushScriptStd.otf") format("opentype");
    text-rendering: optimizeLegibility;
    font-weight: 500;
    font-style: italic;
}

.header {}

.header .logo {
    margin: auto;
    display: block;
}

.header .navbar-dark {
    padding: 0;
}

.header .btn-primary {
    background-color: #bc0000 !important;
    font-size: 14px !important;
    color: #fff !important;
    border: 0 !important;
    padding: 15px 30px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
	width:auto!important;
}

.btn-primary:hover {
    background-color: #e32222 !important;
}

.header .nav-link {
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0 20px;
    font-weight: 700;
}

.header .nav-link:hover {
    background: #a90000;
}

.header .dropdown-menu {
    top: 91%;
    left: 6px;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #ffffff !important;
    text-align: left;
    list-style: none;
    background-color: #8b0b0b;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    border-top: 0;
}

.header .dropdown-item {
    color: #ffffff !important;
}

.header .dropdown-item:hover {
    color: #262727 !important;
}

.header .dropdown-item:focus {
 background-color: #fff;
}

.header .btn-primary {
    position: absolute;
    right: 10px;
    top: 30px;
    height: auto;
    line-height: normal;
}

.header .container {
    max-width: 1270px !important;
    padding-bottom: 1rem  !important;
    padding-top: 1rem  !important;
}

.header .leftBox {
    position: absolute;
    left: 10px;
    top: 35px;
}

.header .leftBox p {
    width: auto;
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 14px;
}

.header .leftBox a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

.header .leftBox .fa {
    border-radius: 100px;
    border-radius: 50%;
    background: #bc0000;
    padding: 8px 10px;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.menuRow {
    background: #bc0000;
}

.banner {
    background-image: url(../img/hero1.jpg);
    height: 60vh;
    background-position: center;
    background-size: cover;
    position: relative;
}

.banner .textBox {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 17%;
    color: #fff;
}

.banner .textBox h2 {
    /* font-family: 'Brush Script Std'; */
    font-family: 'Yellowtail', cursive;
    font-size: 100px;
    line-height: 55px;
}

.banner .textBox h2 span {
    font-size: 40px;
}

h2.heading {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.categories .cat-box {
    display: inline-block;
    vertical-align: middle;
    margin: 25px;
}

.categories .cat-box {
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
    margin-bottom: 50px;
    text-decoration: none;
    height: 200px;
    width: 100%;
    position: relative;
}

.categories .cat-box img {
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    opacity: 1;
    transition: all .3s;
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
}

.categories p {
    color: #737373;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.categories .cat-box:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.categories .cat-box:hover p {
    color: #bc0000;
}

.categories .btn-primary {
    padding: 15px 55px !important;
    margin-top: 25px;
    background-color: #bc0000 !important;
    border:0;
    border-radius: 0;
}

.categories .btn-primary:hover {
    background-color: #e32222 !important;
}

/* .container {
  max-width: 1270px !important
} */
.img-fluid {
    width: 100%;
}

.aboutRow {
    background: url(../img/aboutBg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.aboutRow .container-fluid {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

.aboutRow .container h2 {
    font-size: 40px;
    font-weight: 700;
}

.aboutRow .container h2 span {

    font-weight: 300;
}

.aboutRow .container p {
    font-size: 16px;
    font-weight: 700;
    /* margin-bottom: 0; */
}

.contactRow iframe {
    width: 100%;
    height: 500px;
}

.footer {
    background: #111111;
}

.footer p {
    color: #999999;
    font-size: 13px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 22px;
}

.footer p span {
    color: #ffffff;
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    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: #ffffff;
}

.divfooter {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.cform .form-control {
    border: 1px solid #bc0000;
    border-radius: 0;
}

.lead-button {
    font-weight: 700;
    max-width: 300px;
    text-transform: uppercase;
    border: 1px solid #bc0000;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #bc0000;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px 30px;
    display: block;
    margin: 10px auto;
    transition: all 200ms linear;
}

.lead-button:hover {
    background-color: #bc0000;
    color: rgb(240, 208, 25);
    text-decoration: none;
}

.attachment-search .search-checkboxes label .row {
    margin-left: 0;
    margin-right: 0;
}

.attachment-search .checkbox {
    margin-top: 0 !important;
}

.attachment-search .search-checkboxes {
    margin: 0 !important;
}

.hosted-content .attachment-search .search-subheader {
    margin-bottom: 5px !important;
}

.faceted-section-box input[type=checkbox] {
    margin-right: 5px;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.faceted-search-content .selected-facets-container .selected-facet,
.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .cs-btns a {
    background-color: #bc0000 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    border-color: #bc0000 !important;
    color: #bc0000 !important;
}

.detail-content .detail-additional-data .data-row .data-label {
    background-color: #000000 !important;
}
.detail-content .detail-additional-data .data-row .data-value {
    background-color: #a3a3a3 !important;
}


span.compare-label{padding-left: 4px !important;}
.compare-chkbox-container .compare-listings .fa-check {
    top: 5px !important;
    left: 1px !important;
}

@media screen and (max-width:1024px) {
    .header .leftBox p {
        display: none;
    }
}

@media screen and (max-width:991px) {
    .header .navbar-nav {
        padding-top: 24px;
    }

    .navbar-dark .navbar-toggler {
        position: relative;
        z-index: 99;
    }
    .header .navbar-dark .navbar-toggler-icon {
        background-image: url(../img/menu-icon.png);
        width: 29px;
        height: 20px;
    }

    .header .navbar-dark .navbar-toggler:focus {
        box-shadow: none !important;
        border: 0 !important;
        outline: 0 !important;
    }

    .navbar-dark {
        padding: 15px 0 !important;
    }

    .header .btn-primary {
        width: 80% !important;
        right: 0;
        top: 113px;
        left: 0;
        margin: auto;
        background: #ffffff !important;
        color: #bc0000 !important;
        z-index: 10;
    }

    .header .nav-link {
        border-bottom: 1px solid #c70c0c;
    }

    .categories .cat-box {
        margin: 45px 0;
    }
    
}

@media screen and (max-width:768px) {
    .banner .textBox h2 {
        text-align: center;
    }

    .banner .textBox {
        bottom: 5%;
    }
	
	.header .logo{
		display: inline-block;
		transform: translateX(-50%);
		left: 50%;
		position: relative;
	}
	
}

@media screen and (max-width:600px) {
    .header .btn-primary {
        top: 116px;
        font-size: 12px !important;
        padding: 13px 18px !important;
    }

    .header .logo {
        width: 180px;
    }

    .header .leftBox {
        width: 100%;
        top: 24px;
    }

    .header .btn-primary {
        top: 87px;
        width: 70% !important;
    }

    .header .leftBox a:nth-child(2) {
        position: absolute;
        right: 18px;
    }

    .banner .textBox h2 {
        font-size: 54px;
        line-height: 29px;
    }

    .banner .textBox h2 span {
        font-size: 22px;
    }

    .banner .textBox {
        bottom: 6%;
    }

    .banner {
        height: 43vh;
        background-image: url(../img/hero3.jpg);
    }

    .header .menuRow {
        padding: 0 !important;
    }

    h2.heading {
        font-size: 30px;
    }

    .categories .cat-box {
        width: 35%;
    }

    .categories .cat-box img {
        width: 100%;
    }

    .categories .cat-box {
        display: inline-block;
        vertical-align: bottom;
        margin: 30px 20px;
        cursor: pointer;
    }

    .aboutRow .container h2 {
        font-size: 27px;
    }

    .aboutRow .container p {
        font-size: 14px;
    }

    .aboutRow .container-fluid {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .contactRow {
        padding: 0 !important;
    }
}

@media screen and (max-width:600px) {
    .categories .cat-box {
        width: 100%;
    }
    .categories .cat-box img {
        width: auto;
        max-width: 80%;
    }
    .categories .cat-box {
        margin: 30px 0;
    }
}