body {
    font-family: "Roboto", sans-serif !important;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

a:hover {cursor: pointer !important;}

.header {
    background-image: url(../img/headerBg.png);
    height: auto;
    background-position: center top;
    background-color: #212121;
}

.header .container {
    max-width: 1270px;
}

.header .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1) !important;
    font-size: 16px;
    padding-bottom: 9px;
    border-bottom: 4px solid rgba(256, 256, 256, 0);
    transition: all 200ms linear;
}

.header .navbar-dark .navbar-nav .nav-link:hover,
.header .navbar-dark .navbar-nav .nav-link.active {
    border-bottom: 4px solid rgba(256, 256, 256, 1);
}

.header .navbar-dark .navbar-nav {
    margin-bottom: -1.5px;
}

.header .logo {
    padding: 7px 0;
}

.navbar-dark ul {
    margin-left: 65px;
    margin-top: 79px;
}

.navbar-dark ul li {
    margin: 0 14px;
}

.header .btn-primary {
    background: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 22px;
    color: #404040;
    border: 0;
    margin: 0 10px 0 10px;
}

.header .btn-primary:hover {
    background: #1d512a;
    color: #fff !important;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    background-color: #1d512a !important;
    border-color: #1d512a !important;
}

.header .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #1d512a;
}

.dropdown-item:hover {
	background: #F5F5F5 !important;
	color: #404040 !important;
}

.header .dropdown-menu {
    border-radius: 0;
}

.img-fluid {
    width: 100%;
}

.navbar-dark .navbar-toggler {
    margin-top: 17px;
}

.header .contactRow {
    text-align: center;
    width: 580px;
    position: absolute;
    top: 20px;
    right: 42px;
}

.inventory-header .contactRow {
	display: flex;
	align-items: center;
	justify-content: center;
}

.inventory-header .contactRow p a {
	width: 100% !important;
}

.inventory-header .contactRow p {
	margin-right: 10px !important;
}

.inventory-header .contactRow a {
	width: auto !important;
}

.header .contactRow .fa {
    border-radius: 100px;
    border-radius: 50%;
    background: #fff;
    padding: 8px 10px;
    color: #000;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.header .contactRow p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.header .contactRow p a {
    color: #fff;
    text-decoration: none;
    cursor: default;
    font-weight: bold;
}

.header .contactRow img {
    display: inline-block;
    vertical-align: middle;
}

.smallBanner {
    display: none;
}

.inventory {
    /* max-width: 1270px !important; */
}

.inventory .inner {
    text-align: center;
    /* display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(193px, 1fr)); */
}

.inventory .inner .colBox {
    position: relative;
}

.inventory .inner .colBox h2 {
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    background: #000000;
    margin: 0;
    padding: 15px 0;
    text-transform: uppercase;
    bottom: 0;
    position: absolute;
    width: 100%;
    transition: all 0.3s;
}

.inventory .inner .colBox:hover h2 {
    background: #1d512a;
}

.aboutRow {
    background: url(../img/aboutBg.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center;
	background-color:#000;
}

.aboutRow h2 {
    font-size: 40px;
    margin-bottom: 25px;
    font-weight: 900;
}

.mapRow iframe {
    width: 100%;
    height: 360px;
}

.mapRow h2, .mainCont h2 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 35px;
}

.mapRow a, .mainCont a {
    color: #000;
}

.mapRow .fa {
    border-radius: 100px;
    border-radius: 50%;
    background: #1d512a;
    padding: 10px 12px;
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
}

.mapRow p {
    margin: 0;
    color: #000;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.sliderRow {
    background-color: #1d512a;
}

.footer {
    background: #191919;
}

.footer p {
    text-align: center;
    color: #888888;
    font-size: 12px;
    margin: 0;
}

.mainCont p {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

.mainCont .fa {
    border-radius: 100px;
    border-radius: 50%;
    background: #1d512a;
    padding: 6px 7px;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
}
.lead-button {
    font-weight: 700;
    max-width: 300px;
    text-transform: uppercase;
    border: 1px solid #1d512a;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #1d512a;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px 30px;
    display: block;
    margin: 10px auto;
}
.lead-button:hover {
    background-color:#1d512a;
    color: #ffc444;
    text-decoration: none;
}
.cform .form-control {
    height: auto;
    border-radius: 2px;
    margin-bottom: 10px;
    border: 1px solid #1d512a;
    box-shadow: none;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{ 
    text-decoration:underline; 
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#fff;
}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:14px;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:14px; color:#fff;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:14px; color:#fff;}

.divfooter {width:100%; max-width: 1200px; text-align:center; margin:0 auto;}

.listing .fa {
    background: transparent;
    color: #000;
}
.attachment-search .search-checkboxes label .row {
    margin-right: 0;
    margin-left: 0;
}

.mainCont .compare.fa {
    border-radius: 0;
    padding: 10px 0 !important;
}

.inv-container {max-width: 1300px !important; margin: 0 auto !important; margin-top: 50px !important; margin-bottom: 50px !important;}
.list-top-section .list-listings-count, .listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price {color: #1d512a !important;}
.suburbanequipcomhdev-a0om98.MuiPaginationItem-previousNext, .suburbanequipcomhdev-88jlbf {background: #1d512a !important;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin-right: 5px !important;}

@media screen and (max-width: 1261px) {
    .header .logo {
        width: 380px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .inventory .inner .colBox h2 {
        font-size: 3vh;
    }

    .header .contactRow {
        text-align: center;
        /* width: 550px; */
        position: absolute;
        top: 45px;
        right: 62px;
    }

    .navbar-toggler {
        outline: 0;
        border: 0px solid transparent !important;
    }

    .navbar-toggler:focus {
        outline: 0;
        border: 0;
        box-shadow: 0;
    }

    .header .navbar-dark .navbar-nav .nav-link:hover,
    .header .navbar-dark .navbar-nav .nav-link.active {
        border-bottom: 1px solid #5a5959;
    }

    .header .navbar-dark .navbar-nav .nav-link {
        border-bottom: 1px solid #5a5959;
    }

    .header .navbar-dark .navbar-nav .nav-link {
        padding: 12px 0;
    }

    .header {
        height: auto;
        background-position: -360px top;
        padding-bottom: 14px;
        background-repeat: no-repeat;
    }

    .navbar-dark ul {
        margin-left: 0;
        margin-top: 24px;
        background-color: #212121;
    }
}

@media screen and (max-width: 1056px) {
    .header .contactRow img {
        display: none;
    }

    .header .btn-primary {
        margin: 0 0 0 5px;
        padding: 10px 15px;
        font-size: 10px;
    }

    .header .contactRow p {
        display: none;
    }

    .header .contactRow p a {
        font-size: 12px;
    }

    .header .contactRow {
        right: -50px;
    }

    .header .contactRow {
        width: 330px;
        position: absolute;
        top: 45px;
        right: 62px;
    }
}

@media screen and (max-width: 816px) {
    .header {
        height: auto;
        background-position: -150px 0px;
        padding-bottom: 0px;
        background-size: 1020px;
        background-repeat: no-repeat;
    }

    .header .logo {
        width: 220px;
        margin-top: -5px;
        margin-left: 0;
    }

    .header .navbar-dark .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 1) !important;
        font-size: 14px;
        padding: 10px 0;
    }

    .contactRow .container {
        padding: 30px 20px 30px 20px;
        width: 95%;
    }

    .header .contactRow {
        text-align: center;
        width: auto;
        position: relative;
        top: 0;
        right: 0;
        padding: 15px 0;
        margin: auto;
    }
}

@media screen and (max-width: 600px) {
    .navbar-dark ul {
        margin-top: 0;
    }

    .inventory .inner {
        grid-gap: 10px;
    }

    .aboutRow {
        background: url(../img/aboutBg2.jpg);
        background-size: cover;
    }

    .bigBanner {
        display: none;
    }

    .smallBanner {
        display: block;
    }

    .mapRow h2 {
        font-size: 35px;
        margin-bottom: 21px;
        text-align: center;
    }

    .mapRow iframe {
        margin-top: 25px;
        height: 400px;
    }

    .mapRow .fa {
        font-size: 13px;
    }

    .mapRow .col-lg-7 {
        padding: 0;
    }

    .header .btn-primary {
        padding: 10px 18px;
    }

    .aboutRow h2 {
        font-size: 29px;
    }

    .mapRow p {
        padding-left: 25px;
        font-size: 16px;
        margin-bottom: 12px;
    }
    .hosted-content .listings-wrapper .listings-list .category-banner h3 {
        line-height: 1.2em !important;
    }
}

@media screen and (max-width: 355px) {
    .header {
        height: auto;
        background-position: -171px 0px;
        padding-bottom: 0px;
        background-size: 1020px;
        background-repeat: no-repeat;
    }
}