body {
    font-family: 'Roboto', sans-serif !important;
    overflow-x: hidden !important;
    font-weight: 400;
}

h2 {
    font-size: 30px;
    color: #000;
    font-family: 'Times New Roman', serif;
    font-weight: bold;
}

.collapse.navbar-collapse ul {
    margin-bottom: 0;
}

.btn-primary {
    color: #fff;
    background-color: #f37023;
    border: 0;
    padding: 8px 40px;
}

.btn-primary:hover {
    background-color: #587c00;
	
}


.btn-primary1 {
    color: #fff;
    background-color: #f37023;
    border: 0;
    padding: 8px 40px;
	border-radius: .25rem;
}

.btn-primary1:hover {
    background-color: #587c00;
color: #fff !important;
	text-decoration: none !important;
}


.header {
    background: url(../img/headerBg.png);
}

.header .container:nth-child(1) {
    padding-top: 23px;
    padding-bottom: 16px;
}

.header .container {
    max-width: 1270px !important;
    padding: 12px 0;
}

.header .logo {
    padding-top: 16px;
}
.header .logo1 {
    padding-top: 16px;
}
.header .smallBox {
    margin: 10px 20px 10px 11px;
    display: inline-block;
    vertical-align: top;
}

.header p {
    margin: 0;
    line-height: 20px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
}

.header p a {
    color: #000000;
    text-decoration: none;
    transition: all 200ms linear;
}

.header p a:hover {
    color: #f37023;
}

.header .fa {
    border-radius: 50%;
    background: #736537;
    color: #fff;
    font-size: 11px;
    line-height: 24px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    width: 24px;
    text-align: center;
}

.header .last .fa {
    vertical-align: middle;
}

.header p span {
    display: inline-block;
    vertical-align: middle;
}

.header .smallBox h2 {
    font-size: 16px;
    color: #41391e;
}
.header .smallBox1 h2 {
    font-size: 16px;
    color: #41391e;
}

.header .menu-row {
    background: #6c5f33;
    border-top: 5px solid #e26821;
}

.header .nav-link, button.nav-link {
    color: #fff !important;
    font-size: 17px;
    text-transform: uppercase;
    padding: 1rem .5rem !important;
    padding: 1rem .5rem !important;
    border-bottom: 2px solid transparent;
    margin: 0 25px;
	background-color: transparent;
	outline: none;
    /* transition: all 200ms linear; */
}

.header .nav-link:hover {
    border-bottom: 2px solid #fff;
}

.header .navbar {
    padding: 0;
}

.header .btn-primary, .header .btn-primary1 {
    margin-left: 80px;
    /* position: relative;
    top: 8px; */
    display: flex;
    align-items: center;
}

.banner img {
    width: 100%;
}

.banner .desktop {
    display: block;
}

.banner .mobile {
    display: none;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.banner .slick-next {
    right: 2%;
    background: url(../img/next.png);
    background-size: cover;
}

.banner .slick-prev {

    left: 2%;
    background: url(../img/prev.png);
    background-size: cover;
}

.banner .slick-prev,
.banner .slick-next {
    width: 6vh;
    height: 6vh;
    z-index: 50;
    top: 100%;
}

.banner .slick-next:hover,
.banner .slick-prev:hover,
.banner .slick-prev:focus,
.banner .slick-next:focus {
    opacity: 0.8;
    outline: 0;
}

.banner .slick-next:before,
.banner .slick-prev:before {
    content: none;
}

 /* INVENTORY HEADER STYLES */
.row1 {
	    display: flex;
    align-content: center;
	    padding-top: 20px;
	    justify-content: center;
	width: 100%;
    margin: 0 auto;
}
.left-side {display: inline;
    width: 100%;}

.right-side {
	display: inherit;
    width: 100%;
}

.smallBox1 {
	margin: 20px 0px 10px 0px;
    display: inline-block;
    vertical-align: top;
}
.inventory-row {
    padding-top: 17px;
    padding-bottom: 17px;
}

.inventory-row .container {
}

.inventory-row h3 {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    background: #736537;
    line-height: 48px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
}

.inventory-row .container .col-md-4 {
    border-right: 2px solid #fff;
}

.inventory-row img {
    width: 100%;
}

.inventory-row a {
    text-decoration: none;
}

.inventory-row a:hover h3 {
    background: #f37023;
}

.welcome-row {
    background: url(../img/bg1.jpg);
    padding-top: 40px;
    padding-bottom: 20%;
    background-size: cover;
    background-position: center bottom;
}

.welcome-row h2 {
    margin-bottom: 25px;
    text-shadow: 0px 2px 38px #000;
}

.welcome-row p {
    text-shadow: 0px 2px 38px #000;
}

.map-row iframe {
    width: 100%;
    height: 370px;
}

.map-row .textRow {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, .5);
    width: 100%;
    padding: 30px 0
}

.map-row a {
    font-size: 20px;
    color: #736537;
}

.contCont a {
    color: #000;
}

.contCont a:hover {
    color: #f37023;
}

.scrolling-wrap {
    width: 100%;
    height: 100px;
    overflow: hidden;
    padding: 5px 0;
    background-color: #41391e;
}

.scrolling {
    width: 100%;
    height: 90px;
}

.footer {
    background: #f37022;
}

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;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border: none;
    padding: 0;
}

.lead-button {
    font-weight: 700;
    max-width: 300px;
    text-transform: uppercase;
    border: 1px solid #f37023;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #f37023;
    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: #587c00;
    color: #f37023;
    text-decoration: none;
}

.cform .form-control {
    height: auto;
    border-radius: 2px;
    margin-bottom: 10px;
    border: 1px solid #587c00;
    box-shadow: none;
}

.hosted-content .mobile-calculator img,
.hosted-content img.v-middle,
img.CaptchaImage {
    width: auto;
}

.hosted-content h3 {
    background: transparent;
}

/*******INVENTORY STYLES*******/
.inventory-row h3 {
	    text-align: right !important;
    background: transparent !important;
    line-height: initial !important;
    width: 100% !important;
    color: #000 !important;
    text-transform: uppercase !important;
    transition: all .3s !important;
}
.compare-chkbox-container .compare-listings .compare-label {
	margin-bottom: 4px !important;
	margin-left: 3px !important;
}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
	margin-top: -1px !important;
	margin-left: 3px !important;
}

.faceted-search-content .selected-facets-container .selected-facet,.view-listing-details-link, .buy-now-link,.compare-listings-container .compare-container .button,.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,.modal-bg .form-bottom .captcha-and-submit .captcha-placeholder button, .modal-bg .form-bottom .captcha-and-submit .captcha-placeholder input, .modal-container .form-bottom .captcha-and-submit .captcha-placeholder button, .modal-container .form-bottom .captcha-and-submit .captcha-placeholder input {
	background: #f37023 !important;
}

.view-listing-details-link:hover, .buy-now-link:hover,.detail-content .detail-main-body .main-detail-data .offer-btn:hover, .detail-content .detail-main-body .main-detail-data .buy-btn:hover {
	 background-color: #587c00 !important;
	color: #fff !important;
	text-decoration: none !important;
}
.list-content .list-container .buy-now-link, .list-content .list-container .contact-btn, .list-content .list-container .check-availability, .list-content .list-container .email-seller, .list-content .list-container .video-chat, .list-content .list-container .facebook-messenger, .list-content .list-container .whatsapp, .list-content .list-container .text {
	background: #6c5f33 !important;
	color: #fff !important;
}

.list-content .price-container .price,.list-content .list-title .list-listings-count,.compare-listings-container .compare-container .compare-price,.bread-crumbs-heading .return-links .return-links-link i,.bread-crumbs-heading .return-links .return-links-link span,.currency-selector,.info {
	color: #587c00 !important;
}
.compare-chkbox-container .compare-listings .fa-check {
	top: 3px !important;
    left: 1px !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
	background:#587c00 !important;
	border-color: #fff !important;
	color:#fff !important;
		
}

.faceted-search-content {
	min-width: 175px !important;
}

.list-content .list-listing-mobile .dealer-phone-container a {
	border-color: #f37023 !important;
}

.detail-group-data h2{
	font-family: 'Roboto', sans-serif !important;
}

.detail-additional-data h3 {
	text-align: left !important;
}
.media-icon img {
	width: initial !important;
}
.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc p {
	margin-top: initial !important;
	margin-bottom: initial !important;
}
.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title h3 {
	text-align: left !important;
}

@media (max-width: 1268px) {
    .header .smallBox h2 {
        font-size: 12px;

    }

    .header .smallBox {
        margin: 10px 4px 10px 0px;

    }
	
	    .header .smallBox1 h2 {
        font-size: 12px;

    }

    .header .smallBox1 {
        margin: 10px 4px 10px 0px;

    }

    .header .fa {

        margin-right: 2px;

    }

    .header p span {
        font-size: 12px;
    }

    .header .fa {
        font-size: 8px;
        line-height: 19px;
        width: 19px;
    }

    .header .container {
        max-width: 1270px !important;
        padding: 12px 25px;
    }

    .header .logo {
        width: 51%;
    }
    .header .logo1 {
        width: 153px;
    }
    .header .nav-link {
        margin: 0 15px;
    }
	
	.row1 {
		width: 95%;
	}
	
	
}

@media (max-width: 1199px) {
    .header .navbar-dark .navbar-toggler-icon {
        background-image: url(../img/menu-icon1.png);
        width: 32px;
        height: 23px;
    }

    .header .nav-link {
        font-size: 14px;
    }

    .header .btn-primary,.header .btn-primary1 {
        position: relative;
        /* top: 10px; */
        display: block;
        margin: auto auto;
        /* float: right; */
        left: -21px;
        display: inline-block;
        margin: 0 auto;
    }
}

@media (max-width: 982px) {
    .header {
        background-size: cover;
    }

    .header .container:nth-child(1) {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .header .navbar-dark .navbar-toggler-icon {
        background-image: url(../img/menu-icon2.png);
        width: 32px;
        height: 23px;
    }

    .header p {
        margin: 0;
        font-size: 12px;
    }

    .header .fa {
        font-size: 8px;
        line-height: 16px;
        width: 16px;
    }

    .header .logo {
        padding: 5px 0;
        width: 80%;
    }
	
	

    .navbar-dark .navbar-toggler {
        position: absolute;
        top: -164px;
    }

    .header .col-md-5 {
        max-width: 100% !important;
        flex: none;
    }

    .header .navbar {
        padding: 0;
    }

    .header .nav-link {
        font-size: 11px;
        margin: 0 8px;
    }

    .header .btn-primary {
        font-size: 10px;
    }
 .header .btn-primary1 {
        font-size: 10px;
    }

}
@media (max-width: 772px) {
	.right-side {
    display: block;
    width: 100%;
    text-align: center;
	}
	
	.left-side {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
	
	.row1 {
    display: block;
    align-content: center;
    padding-top: 20px;
    justify-content: center;
    width: 95%;
    margin: 0 auto;
	}
	
	.header .logo1 {
        width: 175px;
    }
	
	.row1 h2 {
		text-align: left !important;
	}
	
}
@media (max-width: 767px) {
    .header {
        background-image: none;
    }

    .header .logoRow {
        background: url(../img/headerBg.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .header .logo {
        width: 200px;
    }
  

    .welcome-row {
        background: url(../img/bg2.jpg);
        background-size: cover;
        background-position: center bottom;
        padding-bottom: 39%;
    }

    .map-row iframe {
        height: 460px;
    }

    .collapse.navbar-collapse ul {
        margin-bottom: 10px;
    }

}

@media (max-width: 652px) {
    .header .adList {
        display: block !important;
        text-align: center;
    }
    .header .smallBox {
        width: 100%;
    }
    .header p,
    .header .smallBox h2 {
        text-align: center;
        display: inline-block;
    }
    .header .smallBox br {
        display: none;
    }
	    .header .smallBox1 {
        width: 100%;
    }
    .header .smallBox1 h2 {
        text-align: center;
        display: inline-block;
    }
    .header .smallBox1 br {
        display: none;
    }
}

@media (max-width: 500px) {
    .banner .desktop {
        display: none;
    }

    .banner .mobile {
        display: block;
    }

    .welcome-row h2 {
        font-size: 23px;
    }

    .welcome-row p {
        font-size: 12px;
    }

    .map-row h2 {
        font-size: 20px;

    }

    .map-row a {
        font-size: 16px;

    }
}

@media (max-width: 426px){
    .header p, 
    .header .smallBox h2, 
    .header .adList {
        display: block !important;
        text-align: left;
    }

	    .header .smallBox1 h2{
        display: block !important;
        text-align: left;
    }
	
    .navbar-dark .navbar-toggler {
        top: -330px;
    }
}
