body {
    font-family: 'Noto Sans', sans-serif !important;
    overflow-x: hidden !important;
    font-weight: 400;
}

html {
    overflow-x: hidden !important;
}

.btn-outline {
    background: transparent;
    color: #d04601;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 25px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e34a00;
    transition: all .2s;
}

.btn-outline:hover {
    color: #fb101f;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}

.btn-outline img,
.btn-primary img {
    margin-right: 15px;
    display: inline-block !important;
}

.btn-primary {
    /* background-color: red;   */
    background-image: linear-gradient(#ff8313, #e54d01);
    color: #fff;
    font-size: 13px;
    border: 0;
    font-weight: 700;
    padding: 15px 25px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ff8313;
    transition: all .2s;
}

.btn-primary:hover {
    background-image: linear-gradient(#e54d01, #ff8313);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #e34a00;
}

h1 {
    font-size: 50px;
    color: #000;
    font-weight: 700;
}

h2 {
    font-size: 50px;
    color: #000;
    font-weight: 700;
}

.header {
    background: url(../img/header-bg.png);
    background-position: center top;
}

section.header * {
    text-decoration: none;
}

section.header>* {
    text-decoration: none !important;
    !i;
    !;
}

.header .callBox .smallBox {
    margin: 32px 0 0 0;
    display: inline-block;
    vertical-align: middle;
}

.header .callBox .smallBox:nth-child(1) {
    margin-right: 17px;
}

.header .callBox .smallBox p a {
    color: #000;
    text-decoration: none;
    /* cursor: default; */
    font-weight: 700;
    font-size: 13px;
    transition: all 200ms linear;
}

.header .callBox .smallBox p a:hover {
    color: #e34a00;
}

.header .logo-row {
    max-width: 1270px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.header .logo-row a:hover {
    text-decoration: none !important;
}

.header .callBox .smallBox p {
    margin: 0;
}

.header .callBox .smallBox .fa {
    border-radius: 50%;
    background: #000;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
}

.header .btn-outline,
.header .btn-primary {
    margin-top: 23px;
}

.header .btn-outline {
    margin-right: 15px;
}

.header .menu-row {
    background-image: linear-gradient(#424244, #000000);
}

.header .menu-row .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 25px;
    transition: all .3s;
}

.header .menu-row .nav-link:hover {
    color: #fff;
    background: #e34a00;
}

.header .dropdown-menu {
    position: absolute;
    top: 97%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    /* padding: .5rem 0; */
    padding: 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #000;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0 0 .25rem .25rem;
}

.dropdown-menu.show a {
    color: white;
}

.dropdown-menu.show a:hover {
    color: black;
}

.dropdown-item {
    color: #fff;
    padding: .3rem 1.5rem;
    font-size: 14px;
    border-top: 1px solid #1f1f25;

}

.dropdown-item.active,
.dropdown-item:active {
    color: #000 !important;
    text-decoration: none;
    background-color: #fff !important;
}

.slider-row.position-relative {
    background-color: #000;
}

.home-slider .sliders {
    background-size: cover !important;
    background-position: center;
    height: 60vh;
    position: relative;
}

.slider-row .home-slider .slider-1 {
    background: url("../siteart/july-updates/9020020130-cropped.jpg");
}

.slider-row .home-slider .slider-2 {
    background: url("../siteart/july-updates/9019930189-cropped.jpg");
}

.slider-row .home-slider .slider-3 {
    background: url("../siteart/july-updates/7163771049-cropped.jpg");
}

.slider-row .home-slider .slider-4 {
    background: url("../siteart/july-updates/9004784654-cropped.jpg");
}

.slider-row .black-bg {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/slider-cover.png);
    height: 100%;
    z-index: 2;
    width: 48%;
    background-size: cover;
}

.slider-row .black-bg p {
    font-size: 4vh;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    line-height: 7vh;
    margin: 10vh 5vh 0 0;
}

.slider-row .slick-next {
    right: 5vh;
    background: url(../img/next.png);
    background-size: cover;
}

.slider-row .slick-prev {
    left: inherit !important;
    right: 13vh;
    background: url(../img/prev.png);
    background-size: cover;
}

.slider-row .slick-prev,
.slider-row .slick-next {
    width: 6vh;
    height: 6vh;
    z-index: 50;
    top: 80%;
}

.slider-row .slick-next:hover,
.slider-row .slick-prev:hover,
.slider-row .slick-prev:focus,
.slider-row .slick-next:focus {
    opacity: 0.8;
    outline: 0;
}

.slider-row .slick-next:before,
.slider-row .slick-prev:before {
    content: none;
}

.slider-row .slick-dots {
    bottom: 10.5vh;
    text-align: right;
    z-index: 10;
    width: 83%;
}

.slider-row .slick-dots li button:before {
    font-size: 30px;
    line-height: 13px;
    width: 15px;
    height: 15px;
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50%;
}

.slider-row .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff !important;
}

.inventory-row {
    max-width: 1250px;
    margin-bottom: 50px;
    margin-top: 70px;
}

.inventory-row h1 {
    border-width: 6px;
    border-right: 0;
    border-style: solid;
    border-image:
        linear-gradient(to bottom,
            #ff8414,
            rgba(228, 76, 1, 1)) 1 100%;
    padding: 10px 0 10px 30px;
    margin-top: 66px;
}

.inventory-row .invBox {
    position: relative;
    margin-bottom: 30px;
}

.inventory-row .invBox>a {
    background-color: #000;
}

.inventory-row .invBox:hover .grad1 {
    opacity: 0;
}

.inventory-row .invBox:hover .grad2 {
    opacity: 1;
}

.inventory-row .invBox img {
    width: 100%;
}

.inventory-row .invBox .grad1 {
    position: absolute;
    bottom: 0;
    width: 93%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 72%);
    height: 60%;
    z-index: 2;
    transition: all .3s;
}

.inventory-row .invBox .grad2 {
    position: absolute;
    bottom: 0;
    width: 93%;
    background: rgb(227, 74, 0);
    background: rgb(227, 74, 0);
    background: linear-gradient(0deg, rgba(227, 74, 0, 1) 27%, rgba(227, 74, 0, 0) 72%);
    height: 40%;
    z-index: 2;
    opacity: 0;
    transition: all .3s;
}

.inventory-row .invBox h3 {
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    color: #fff;
    z-index: 4;
    bottom: 25px;
    margin: auto;
    left: 0;
    right: 0;
}

.about-row {
    background: url(../img/about-bg.png);
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #000;
}

.about-row h2 {
    color: #fff;
    margin: 0 0 30px 150px;
}

.about-row p {
    color: #fff;
    font-size: 18px;
    margin: 0 0 40px 60px;
}

.about-row h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    line-height: 25px;
}

.about-row h3 span {
    font-weight: 400;
    text-transform: capitalize;
}

.about-row img {
    margin-top: 5px;
}

.logos {display: flex; }
.about-row-1 {display: grid; grid-template-columns: 1fr 1fr 1fr;  width: 85%; align-items: center;}
.logos img {width: 140px; padding-left: 20px; padding-top: 10px; padding-right: 10px;  }
.about-row .container1 {max-width: 100%;  }
.about-row .container1 p  {margin-left: 150px;}

.location-row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.location-row h1,
.location-row h2 {
    text-align: center;
}

.location-row h3 {
    font-size: 15px;
    font-weight: 700;
}

.location-row iframe {
    width: 100%;
    height: 500px;
}

.location-row a {
    color: #000;
}

.location-row a:hover {
    color: #e34a00;
    text-decoration: none;
}

.img-scroller {
    background-image: linear-gradient(#ff8213, #e54d01);
}


.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.footer {
    background-image: linear-gradient(#2c2c2d, #0b0b0d);
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999999;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999999;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999999;
}

.divfooter {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}

.auctionTimeLogo {
    float: right;
    margin-bottom: 10px;
}

.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;
}

.MobMap {
    display: none;
}

@media (max-width:1308px) {
    .header .menu-row .nav-link {
        padding: 20px 17px;
    }
}

@media (max-width:1279px) {
    .slider-row .black-bg p {
        font-size: 26px;
        line-height: 38px;
        margin: 100px 30px 0 0;
    }

    .slider-row .black-bg {
        width: 60%;
    }
}

@media (max-width:1255px) {
    .header .btn-primary {
        padding: 15px 10px;
    }

    .header .btn-outline {
        padding: 12px 10px;
        margin-right: 0;
    }
}

@media (max-width:1233px) {
    .header .callBox .smallBox p a {
        color: #000;
        text-decoration: none;
        cursor: default;
        font-weight: 700;
        font-size: 11px;
    }
}

@media (max-width:1199px) {
    .header .menu-row .nav-link {
        padding: 10px 17px;
        border-bottom: 1px solid #454544;
        font-size: 14px;
    }

    .navbar-dark .navbar-toggler {
        border: 0;
    }

    .navbar-dark .navbar-toggler:focus {
        outline: 0;
    }
}


@media (max-width:1089px) {
    .header .callBox .smallBox p span {
        display: none;
    }
}

@media (max-width:1023px) {
    .slider-row .black-bg {
        position: relative;
        right: 0;
        top: 0;
        background: url(../img/slider-cover2.png);
        height: 380px;
        z-index: 12;
        width: 100%;
        background-size: cover;
    }

    .slider-row .black-bg {
        position: relative;
        right: 0;
        margin-top: 140px;
        background: url(../img/slider-cover2.png);
        min-height: 380px;
        z-index: 12;
        width: 100%;
        background-size: cover;
        background-position: center top;
    }

    .slider-row .black-bg p {
        margin: auto;
        width: 90%;
        text-align: center;
        padding-top: 126px;
        font-size: 21px;
    }

    .slider-row .black-bg p br {
        display: none;
    }

    .slider-row .slick-prev {
        left: 15px !important;
        right: inherit !important;
    }

    .slider-row .slick-next {
        right: 15px;
    }

    .slider-row .slick-prev,
    .slider-row .slick-next {
        top: inherit;
        bottom: 0;
    }

    .slider-row .slick-dots {
        bottom: 0;
        text-align: center;
        z-index: 20;
        width: 100%;
    }
}

@media (max-width:997px) {

    .btn-outline img,
    .btn-primary img {
        margin-right: 0;
        width: 15px;
    }

    .header .btn-primary,
    .header .btn-outline {
        padding: 9px 10px;
        font-size: 10px;
    }

    .inventory-row h2 {
        margin-top: 20px;
        font-size: 39px;
    }

    .inventory-row .invBox h3 {
        font-size: 21px;
    }

    .about-row {
        background-position: -110px;
    }

    .about-row h2 {
        margin: 0 0 30px 170px;
    }

    .about-row p br {
        display: none;
    }

    .about-row .container1 {
        max-width: 90%;
    }

    .about-row p {
        margin: 0 0 40px 110px;
    }

    .about-row h3 {
        margin-left: 110px;
    }
}

@media (max-width: 970px) {
    .about-row {
        background-position: -220px;
    }
}

@media (max-width: 780px) {
    .about-row {
        background-position: -310px;
    }
}

@media (max-width:767px) {
    .inventory-row h2 {
        margin: 20px 0 40px 10%;
    }

    .inventory-row .invBox .grad1,
    .inventory-row .invBox .grad2 {
        width: 100%;
    }

    .inventory-row .invBox {
        padding: 0;
    }

    .header .callBox {
        display: none;
    }

    .inventory-row {
        margin-top: 0;
        padding: 0 35px;
    }

    .header .btn-primary,
    .header .btn-outline {
        display: none;
    }

    .navbar-toggler {
        background-color: #000;
        border-radius: 2px;
        position: absolute;
        top: -67px;
        right: 25px;
    }

    .header .logo {
        width: 180px;
        float: left;
        margin-left: 20px;
    }

    .header {
        border-bottom: 5px solid #000;
    }


}

@media (max-width: 768px) {
    .slider-row .black-bg {
        margin-top: 300px;
    }

    .slider-row .black-bg p {
        margin-top: 124px;
        font-size: 24px;
    }
}

@media (max-width: 713px) {
    .about-row {
        background: url(../img/about-bg2.png);
        background-position: center;
        background-size: cover;
    }

    .about-row img {
        margin-top: 45px;
        width: 100px;
    }
}

@media (max-width:650px) {
    .slider-row .home-slider .slider-1 {
        background: url(../img/slider1b.jpg);
    }

    .slider-row .home-slider .slider-2 {
        background: url(../img/slider2b.jpg);
    }

    .slider-row .home-slider .slider-3 {
        background: url(../img/slider3b.jpg);
    }

    .slider-row .home-slider .slider-4 {
        background: url(../img/slider4b.jpg);
    }

    .home-slider .sliders {
        height: 77vh;
    }

    .slider-row .black-bg {
        margin-top: 266px;
        min-height: auto;
        height: 310px;
    }

    .slider-row .black-bg p {
        font-size: 17px;
        line-height: 25px;
        padding-top: 107px;
        text-align: left;
    }

    .slider-row .slick-dots {
        bottom: 0;
    }

    .about-row h2 {
        font-size: 26px;
        margin: 0 0 30px 62px;
    }

    .about-row p {
        margin: 0 0 40px 26px;
        font-size: 13px;
    }

    .about-row h3 {
        margin-left: 0;
        font-size: 13px;
    }

    .about-row {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .inventory-row {
        margin-bottom: 0px;
    }

    .DeskMap {
        display: none;
    }

    .MobMap {
        display: block;
    }
}

@media (max-width: 420px) {
    .slider-row .black-bg {
        margin-top: 208px;
        height: 260px;
    }

    .inventory-row h2 {
        margin: 50px 0 30px 10%;
    }

    .slider-row .black-bg p {
        padding-top: 100px;
    }

    .home-slider .sliders {
        height: 60vh;
    }

    h2 {
        font-size: 35px;
    }

    .about-row img {
        margin-top: 45px;
        width: 66px;
        margin-bottom: 19px;
    }

    .about-row h3 {
        line-height: 18px;
    }

    .location-row h3 {
        font-size: 14px;
    }

    .location-row p {
        font-size: 14px;
    }

    .hosted-content .listings-wrapper .listings-list .category-banner h3 {
        font-size: 1.5rem !important;
        line-height: 1.8rem !important;
    }
}

/* @media screen and (min-width: 375px) and (max-width: 667px){
    .slider-row .black-bg {
        margin-top: 180px;
    }
} */

@media screen and (max-width: 375px) {
    .slider-row .black-bg p {
        padding-top: 58px;
        font-size: 14px;
    }

    .slider-row .black-bg {
        margin-top: 266px;
    }
}



@media (max-width: 359px) {
    .about-row h2 {
        font-size: 21px;
    }
}