* {box-sizing: border-box;}
body {
    font-family: 'Oswald', sans-serif !important;
    overflow-x: hidden !important;
    margin: 0;
    /* -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
}
::-moz-selection{background: #000; color: #fff; text-shadow: none} ::selection{background: #000; color: #fff; text-shadow: none;}
.btn-primary {
    color: #000 !important;
    background-color: #fbff10;
    border: 0;
    padding: 8px 38px !important;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s;
    padding: 10px 25px;
    font-size: 18px;
    border-radius: 0;
    letter-spacing: 3px;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #000 !important;
    text-decoration: none;
    color: #fff !important;
}

p {
    font-size: 20px;
    font-weight: 400;
}

h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.header {
    background-image: url(../img/header-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: auto;
    background-color: #000000;
    background-size: cover;
}

.header .logo {
    margin: auto;
    display: block;
    padding: 30px 0;
}

.menu-row {
    background-color: #fbff10;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.27);
    position: relative;
    z-index: 1;
}

.nav-link {
    color: #000 !important;
    font-size: 18px;
    padding: .3rem 0 .1rem 0 !important;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    margin: 0 2rem;
    transition: all .3s;

}

.nav-link:hover {
    border-bottom: 3px solid rgba(0, 0, 0, 1);
}

/* .active {
    border-bottom:3px solid rgba(0, 0, 0, 1);
} */
.hero-slider {
    line-height: 0 !important;
}

.hero-slider .carousel-item {
    height: 711px;
    background-size: cover !important;
    background-position: center !important;
}

.hero-slider .slider1 {
    background: url(../img/hero1a.jpg);
}

.hero-slider .slider2 {
    background: url(../img/hero2a.jpg);
}

.navbar-toggler {
    padding: 0;
    border: 0px solid transparent;
}

.navbar-toggler:focus {
    outline: 0;
}



.hero-slider {
    position: relative;
}

.hero-slider .inv-row {
    width: 100%;
    position: absolute;
    bottom: 25px;
    text-align: center;
    z-index: 10;
}

.hero-slider .inv-row .inv-box {
    width: 300px;
    margin: 25px;
    display: inline-block;
    background-color: #1c1c1c;
    padding: 30px;
    border: 3px solid rgba(251, 255, 16, 0);
    transition: all .3s;
}

.hero-slider .inv-row .inv-box:hover {
    background-color: #000;
    border: 3px solid rgba(251, 255, 16, 1);
}

.hero-slider .inv-row .inv-box h3 {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-slider .inv-row .inv-box p {
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 15px 0 0 0;
}

.hero-slider .inv-row .inv-box p img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    width: auto;
}

.welcome-row {
    background: url(../img/welcome-bg.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
}

.welcome-row h1 {
    color: #fbff10;
    margin-bottom: 27px;
}

.welcome-row p {
    margin: 0;
}

.welcome-row a {color: #fff;}

.contact-row {
    max-width: 1200px;
}

.contact-row h2 {
    color: #000;
    margin: 50px 0;
}

.contact-row iframe {
    width: 100%;
    height: 440px;
}

.contact-details p {
    color: #000;
    font-size: 18px;
    margin: 25px 0;
}

.contact-details p a {
    color: #000;
}

.contact-details p a:hover {
    text-decoration: none;
}

.contact-details .fa {
    color: #fbff10;
    background-color: #000;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
    display: inline-block;
}

.contact-details span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.contact-details span.address {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}



.logos-row {
    max-width: 1300px;
}

.logos-row img {
    display: inline-block;
    margin: 25px 35px;
    vertical-align: middle;
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.footer {
    background: #fbff10;
	line-height: 1.3;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #000;
}

.footer a {
    color: #000;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
}

.divfooter {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.divfooter a, .divfooter span {font-size: 11px!important;}

.navbar-toggler-icon {
    background-image: url(../img/toggler-icon.png) !important;
    width: 30px !important;
    height: 22px !important;
}

.inner-row {
    background: url(../img/welcome-bg.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.inner-row h2 {
    color: #fbff10;
    margin-bottom: 27px;
}



.contact-details-inner p {
    color: #fff;
    font-size: 18px;
    margin: 25px 0;
}

.contact-details-inner p a {
    color: #fff;
}

.contact-details-inner p a:hover {
    text-decoration: none;
}

.contact-details-inner .fa {
    color: #000;
    background-color: #fbff10;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    line-height: 30px;
    font-size: 15px;
    display: inline-block;
}

.contact-details-inner span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.contact-details-inner span.address {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.form-control {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fbff10 !important;
    border: 1px solid #4f4f4e;

}

.form-control::placeholder {
    color: #fbff10;
    opacity: 0.8;
}

.form-control:-ms-input-placeholder {
    color: #fbff10;
    opacity: 0.8;
}

.form-control::-ms-input-placeholder {
    color: #fbff10;
    opacity: 0.8;
}

.form-control:focus {
    background: transparent;
}



.rent-row .box {

    border: 1px solid #fbff10;
    height: 100%;

}

.rent-row .col-md-3 {
    margin-bottom: 20px;
}

.rent-row .box p {
    color: #fbff10;
    font-weight: 400;
    font-size: 18px;

}

.rent-row img {
    margin: 5px 0 10px 0;
    width: 100%;
}

.rent-row img.auctionTimeLogo {
    margin: 5px 0 10px 0;
    width: auto;
}

.rent-row h3 {
    font-size: 20px;
    color: #fff;
    ;
}

.cform .CaptchaMessagePanel, .CaptchaWhatsThisPanel a {
    color: #fff !important;
}

.legal.linking-container p {
    font-size: 12px !important;
}

.leads-modal .modal-content .modal-head .close i {
    color: #000 !important;
}

.hosted-content a.widget-email {
    background: #fbff10 !important;
    color: #000 !important;
}

.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    color: #000;
}

@media (max-width:1440px) {
    .hero-slider .carousel-item {
        height: 533px;
    }
}

@media (max-width:1422px) {
	.nav-link { font-size: 16px; margin: 0 20px; }
}

@media (max-width:1244px) {
    .logos-row {
        text-align: center;
    }
}



@media (max-width:1120px) {
	.nav-link { margin: 0 13px; }
}

@media (max-width:1060px) {
    .hero-slider .inv-row .inv-box {
        margin: 25px 5px;
    }
}

@media (max-width:991px) {
    .nav-link {
        color: #000 !important;
        font-size: 16px;
        padding: .6rem 0 !important;
        border-bottom: 1px solid #d8db10;
    }

    .nav-link {

        margin: 0;
    }
}

@media (max-width:939px) {

    .hero-slider .inv-row {
        bottom: 40px;
    }

    .hero-slider .inv-row .inv-box {
        width: 212px;
        margin: 5px;
        padding: 22px;
    }

    .hero-slider .inv-row .inv-box h3 {
        font-size: 20px;
    }
}

@media (max-width:767px) {
    .contact-row h2 {

        margin: 25px 0 0 0;
    }

    .contact-row .col-md-4 {
        padding-left: 50px;
    }

    .full.hosted-content h1 {
        font-size: 2rem;
    }
}

@media (max-width:757px) {
    .logos-row img {
        margin: 25px 15px;
    }
}


@media (max-width:673px) {
    .hero-slider .inv-row {
        bottom: inherit;
        top: 10px;
    }

    .hero-slider .carousel-item {
        height: 600px;
        background-size: cover !important;
        background-position: center bottom !important;
    }

    .hero-slider .slider1 {
        background: url(../img/hero1b.jpg);
    }

    .hero-slider .slider2 {
        background: url(../img/hero2b.jpg);
    }
}

@media (max-width:647px) {
    .welcome-row p br {
        display: none;
        font-size: 24px;
    }


}

@media (max-width:600px) {
    .header {
        background-image: url(../img/header-bg2.jpg);
        background-position: center right;
        background-color: #fff;
        display: table;
        width: 100%;
    }

    .header .logo {
        padding: 22px 0;
        width: 158px;
        float: left;
        margin-left: 25px;
    }

    .navbar-toggler {
        border: 0px solid transparent;
        position: absolute;
        right: 17px;
        top: -64px;
        background: #fbff10!important;
        padding: .5rem .75rem!important;
    }

    .navbar {
        padding: .2rem 1rem!important;
    }

    .welcome-row h1 {

        font-size: 24px;
    }

    .welcome-row p {
        font-size: 14px;
    }

    .welcome-row {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    h2 {
        font-size: 30px;
    }

    .nav-link:hover {
        border-bottom: 1px solid rgba(0, 0, 0, 1);
    }

    .logos-row img {
        margin: 15px 10px;
        width: 25%;
    }

    .logos-row {
        margin-top: 25px;
        text-align: left;
    }



}

@media (max-width:420px) {
    .contact-row iframe {

        height: 169px;
    }

    .hero-slider .inv-row .inv-box {
        width: 245px;
        margin: 5px;
        padding: 14px 22px;
    }

    .hero-slider .inv-row .inv-box p img {

        width: 22px;
    }

    .hero-slider .inv-row .inv-box h3 {
        font-size: 24px;
    }

    .hero-slider .carousel-item {
        height: 560px;

    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .full.hosted-content h1 {
        font-size: 1.8rem;
    }
}


@media (max-width: 992px) {
    .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,
    .mobile-breadcrumb,
    .list-content .list-listing-mobile .view-listing-details-link {
        background: #fbff10 !important;
    }

    .list-content .list-listing-mobile .price-container .price {
        color: #000 !important;
    }

    .fin-calc p,
    .fin-calc strong,
    .dealer-info a {
        color: #000 !important;
    }

    .list-content .list-listing-mobile .email-seller-link {
        height: 38px !important;
    }

    .spec-container a,
    .list-content .list-listing-mobile .listing-portion-title {
        color: #000 !important;
    }

    .list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
    .list-content
    .list-listing-mobile
    .dealer-phone-container
    .dealer-phone-text {
        border: 1px solid #fbff10 !important;
    }

    .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title,
    .detail-content-mobile .detail-main-body .detail-mobile-top .detail-category,
    .detail-content-mobile .detail-main-body .main-detail-data,
    .main-detail-data .currency-selector,
    .detail-content-mobile .share-listing {
        color: #000 !important;
    }

    .detail-content-mobile .detail-additional-data .data-row .data-value,
    .list-content .list-listing-mobile .listing-description-text,
    .faceted-search-content
    .faceted-section-box
    .faceted-option-checkbox-container
    .option-name {
        color: #000 !important;
    }
}