@charset "utf-8";
/* CSS Document */


body {
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	font-size:1.1rem;
    line-height: 150%;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:3rem;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:2.5rem;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:2rem;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:1.75rem;
    line-height: 150%;
}

h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:1.25rem;
    line-height: 150%;
}

ul { list-style-type: none; }

.inventory-page{
	margin-top: 50px;
}

.btn{
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 10px 10px;
    margin: 10px 10px;
    letter-spacing: 1px;
    font-family: Montserrat;
    font-size:1rem;
}

.btn:hover{
    background: #000;
}

.btn-2{
    color: #f9c13a;
    background-color: #333;
    padding: 12px 12px;
    margin: 10px 10px;
    letter-spacing: 1px;
    font-family: Montserrat;
    font-size:.875rem;
    text-transform: uppercase;
}

.btn-2:hover{
    background: #000;
}

.btn-3{
    padding: 12px 12px;
    margin: 10px 10px;
    letter-spacing: 1px;
    font-family: Montserrat;
    font-size:.875rem;
    text-transform: uppercase;
}

.btn-3 a {
    color:#333;
}


/* HEADER */

.header {
    border-bottom: 20px solid #f9c13a;
}

.contact-info {
    padding-right:16px;
	display: flex;
	justify-content: flex-end;
	gap: 25px;
}

.contact-info a {
    color: #000;
    text-decoration: none;   
}

.contact-icon {
    margin: 0 0 10px 0;
}

.head-wrap {
    width: 95%;
    margin: 0 auto;
}
/* NAVIGATION */

.navbar-nav{
	justify-content: flex-end;
	font-size: 1rem;
}

.navbar-column{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.navbar-custom{
	width: 100%;
}


.navbar {
	background-color: #fff;
}


.navbar a {
	font-family: 'Montserrat', sans-serif;

	color: #333333;
    padding: 0px;
}

.navbar a:hover {
/*	text-decoration: underline;*/
    border-bottom: 2px solid #333333;
}


.dropdown-menu {
	background-color: #fff;
}

.dropdown-item{
  color:#333;
}


.mobile-menu {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.25rem;
    text-align: left;
}


/* HERO */


 .logo-box {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 15px;
    background-color: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .logo-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  }

/*
.hero{
	background-size: cover;
}
*/

.slideshow{	
	padding: 0px;
	background-color: #000;
}

.slideimg{
/*    min-height: 375px;*/
    background-size: cover;
    background-position: center center;
    width: 100%;
    height:100%;
}

.slideshow p{
    font-size: .75em;
}

.carousel-caption{
    font-size: 2rem;
    text-align: left;
    left: 13%;
}

.custom-quote {
    background-color: #f9c13a;
    color: #333;
}


.subpage h1 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 2rem;margin-bottom: 20px;}
.subpage h2 {
    font-size: 22px;
}

p.emp-info {
    margin: 0;
    font-size: 20px;
}
/* HEAVY EQUIP SALES */

hr.double {
	border-top: 1px solid #e0dede;
	border-bottom: 1px solid #fff;
}
hr.double:after {
	content: '';
	display: block;
	margin-top: 6px;
	border-top: 1px solid #e0dede;
	border-bottom: 1px solid #fff;
}

.equipment-pics{
/*    width:400px;*/
    margin-bottom:20px;
}

.heavy-equipment {
    background-color: #333;
    color: #fff;
}

.heavy-equipment a {
    color:#fff;
}

h3.light-line {
  position: relative;
  overflow: hidden;
}


h3.light-line:after {
  display: inline-block;
  content: "";
  height: 10px;
  background: #333;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -2px;
  margin-left: 10px;
}

h3.dark-line, h4.dark-line {
  position: relative;
  overflow: hidden;
}

h4.dark-line:after {
  display: inline-block;
  content: "";
  height: 10px;
  background: #fff;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -2px;
  margin-left: 10px;
}

h3.dark-line:after {
  display: inline-block;
  content: "";
  height: 10px;
  background: #fff;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -2px;
  margin-left: 10px;
}

.heavy-equipment h5 {
    text-align: center;
}

.logos {
    width:250px;
}

.yellow-border {
    border-top: 20px solid #f9c13a;
}

.excavator-container .pb-2 img:nth-child(2){
	margin-top: 25px;
	
}

.logo-container{
	padding: 25px !important;
	
}

img.logo.img-fluid{
	width: 300px;
	float: left;
}


/* FOOTER */


.pre-footer{
    background-color: #333;
	color: #ddd;
}

.pre-footer a{
    color:#ddd;
}

.pre-footer a:hover{
    color:#fff;
}

.footer-img {
    width: 275px;
}

.footer {
	background-color: #000;
	color: #ddd;
	font-size: 12px;
	text-align: center;
	padding:2%;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{
	text-decoration:underline; 
	font-size:13px;
	color:#ddd;
}

a.footerlink:hover {
	text-decoration:none; 
	font-size:13px;
}
.CaptchaImage {max-width: 200px !important;}

/* BELL ARTICULATED TRUCKS */

.bell-page a{
    color:#194d28; 
}

.bell-page a:hover{
    color:#f9c13a; 
}

.bell {
    background-color: #1c1c1b;
    text-align: center;
}

/* SANY Excavators */

.sany-page a{
    color:#194d28; 
}

.sany-page a:hover{
    color:#f9c13a; 
}

.sany {
    background: url("../siteart/sany-banner.jpg");
    background-size: cover;
    color: #fff;
}

.exc-img {
    width:350px;
}

/* IROCK CRUSHERS AND SCREENERS */

.irock-page a{
    color:#194d28; 
}

.irock-page a:hover{
    color:#f9c13a; 
}

/* HEAVY EQUIPMENT RENTALS */

.rentals-img-1{
    width:420px;
}

.rentals-img-2{
    width:520px;
}

.parts-img {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* FORMS */

.column1 {width:100.00000%; *width: 100%; margin-top:5px; float:left; box-sizing: border-box;}
.column {margin-top:5px; float:left; padding-right: 20px; box-sizing: border-box;}
.half {width:50.00000%; *width: 50%;}
.third {width:33.33333%; *width: 31%;}
.three-fourth {width:66.66666%; *width: 62%;}
.eleventh {width:11%; *width: 11%;}
.three-sixth {width:39%; *width: 39%; margin-top:5px; float:left; padding-right: 20px; box-sizing: border-box;}
.submit-it {position:relative; width:33.33333%; *width: 31%; margin:5px auto 0; box-sizing: border-box;}

.partsform .column.half{flex: 1;padding: 0 !important;}
.partsform .detailed-row{display: flex;gap:10px;flex-wrap: wrap;}
.detailed-row{margin:0 auto 10px; font-size:18px;}
.last{padding-right: 0;}
.default-form {
    position:relative;
	color: ##363636; !important;
	margin: auto;
	padding: 20px 10px;
}    
.default-form input,.default-form select {
    width: 100%;
	margin:2px 0;
    padding: 4px 8px;
    font-size: 14px;
    background-color: #f9f9f9;
    border: 2px solid #bebebe;
	box-sizing: border-box;  
	-webkit-border-radius:0; 
    border-radius:0;
}
.default-form input:focus {
    background:#ececec;
    border: 2px solid #f9c13a;
    outline:0;
}

.CaptchaAnswerPanel {
    max-width: 250px !important;
    margin: 0 auto !important;
}

.partsform label{width:100%;}


.default-form select{
	flex-basis: 100%;
}
.default-form select:focus {
    background:#ececec;
    border: 2px solid #f9c13a;
    outline:0;
}
textarea {
	height:100px;
    width: 100%;
	margin:2px 0;
    padding: 4px 8px;
    font-size: 14px;
    background-color: #f9f9f9;
    border: 2px solid #bebebe;
	box-sizing: border-box;  
	-webkit-border-radius:0; 
    border-radius:0;
}
textarea:focus {
    background:#ececec;
    border: 2px solid #f9c13a;
    outline:0;
}
.default-form input[type="submit"] {
    font-size: 16px;
    background: #f9c13a;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Montserrat;
    width: 100%;    
	height: 46px;
    color: #333;
    display: inline-block;
    border-radius: 0 !important;
    outline: none;
    border: none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;  
	-webkit-border-radius:0; 
    -webkit-appearance: none;
    border-radius: 0;
	box-shadow:0 0 1px #333333;
    box-sizing:border-box;
}
.default-form input[type="submit"]:hover {
	background:#f9c13a;
	transform:scale(1.01,1.01);
	box-shadow:0 0 3px #333333;
	cursor:pointer;  
	-webkit-border-radius:0; 
    -webkit-appearance: none;
    border-radius: 0;
}
@media screen and (max-width:800px){
.third-page {width:46%; max-width:300px;}
.detailed-row{margin:0 auto;}
.column {margin:5px 0 10px; padding-right:0;}
.half {width:100%;}
.third {width:100%;}
.three-fourth {width:100%;}
.eleventh {width:100%;}
.three-sixth {width:100%;}
.submit-it {width:75%; min-width:260px;}
}

/*** INVENTORY ***/

.col-12{box-sizing: border-box !important;}
.contact-options{color:#FFF}
.option-name{margin-top:-2px !important;}

#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#f9c13a !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#f9c13a !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #f9c13a !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #f9c13a !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}

@media screen and (min-width: 1000px){
.compare-chkbox-container .compare-listings .fa-check {top:4px !important;}
}

/* MEDIA QUERIES */
@media (max-width: 1530px) { 
	nav{padding: 0 !important;}
	li.nav-item {
    padding: 0 5px !important;
}
}

@media (max-width: 1404px) { 

	.logo-container {
    padding: 25px 0 !important;
	}
	.logo-container {
    flex: 1;
}
	.navbar-column {gap: 30px;}
}
@media (max-width: 1270px) { 
	li.nav-item {
    padding: 0 !important;
}
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 767px) { 
	.parts-img{flex-direction: column !important;}	
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 

	
.logo {
	width:250px;
}

.navbar {
	background-color: #f9c13a;
    text-align: left;
}

.navbar a {
	font-family: 'Montserrat', sans-serif;
	color: #333;
    padding: 0px;
}

.navbar a:hover {
    text-decoration: underline;
    border-bottom: none;
}

	
.header {
    border-bottom: none;
}   
    
.headertext {
    text-align: right;
    
}
    
.slideshow{	
	max-width: 1145px;
/*	min-width: 1145px;*/
}

.slideimg {
	width: 100%;
/*	height: 613px;*/
	height:100%;
}
    
h3.dark-line:after {
     display:none;
}
    
h3.light-line:after {
    display:none;
}
    
.carousel-caption{
    padding-bottom: 0px;
}
    
.carousel-caption h1{
    font-size: .5em;    
}  
    
.carousel-caption h2{
    font-size: .45em;    
}
    
.carousel-caption p{
    font-size: .35em;
    line-height: normal;
}
    
.carousel-btn {
    font-size: .4em;  
    margin: 0px;  
}
	
 .contact-info {
        flex-wrap: wrap;
	 justify-content: flex-start;
	 gap:7px;
	 font-size:.95rem;
    }
}



/*Small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 767px) {

.navbar {
	background-color: #f9c13a;
    text-align: left;
}

.navbar a {
	font-family: 'Montserrat', sans-serif;
	color: #333;
    padding: 0px;
}

.navbar a:hover {
    text-decoration: underline;
    border-bottom: none;
}
    
.headertext {
    text-align: right;
    
}
    
.header {
    border-bottom: none;
}
       
.slideshow{	
	max-width: 1145px;
/*	min-width: 1145px;*/
}

.slideimg {
	width: 100%;
/*	height: 613px;*/
	height:100%;
}

h3.dark-line:after {
    display:none;
}    
    
h3.light-line:after {
    display:none;
}
    
.carousel-caption h1{
    font-size: 1em;    
}  
    
.carousel-caption h2{
    font-size: .75em;    
}
    
.carousel-caption p{
    font-size: .5em;
}
.carousel-btn {
    font-size: .4em;  
    margin: 5px 5px 5px 0px;
}
}

@media (max-width: 991px){
		.contact-info{
		padding-left: 25px;
	}
	
	.navbar-column{gap: 0;}
	
		img.logo{float: none !important;}
	.contact-info{justify-content: center;}
	.navbar{justify-content: flex-start;}
	.mobile-menu {
    flex-grow: unset;
	}
	.head-wrap {width:100%;}
	.logo-container,.right-side{flex-basis: 100%;text-align: center;}
	.navbar-nav{width: 90%; margin: 0 auto;}
	.parts-img {
    display: flex;
    gap: 10px;
		flex-direction: row;
}
	.parts-img span {
    flex: 1;
}
	.parts-img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
	
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
	

	
}

/*Medium devices (tablets, less than 992px)*/
@media (min-width: 768px) and (max-width: 991px) {

.navbar {
	background-color: #f9c13a;
    text-align: left;
}

.navbar a {
	font-family: 'Montserrat', sans-serif;
	color: #333;
    padding: 0px;
}

.navbar a:hover {
    text-decoration: underline;
    border-bottom: none;
}
    
.headertext {
    text-align: center;
}

.header {
    border-bottom: none;
} 
    
.slideshow{	
	max-width: 1145px;
/*	min-width: 1145px;*/
}

.slideimg {
	width: 100%;
/*	height: 613px;*/
	height:100%;
}
	
}


@media (min-width: 250px) and (max-width: 991px){
	
		.excavator-container {
		flex-direction: column-reverse;
	}
	
	.excavator-container img{
		width: 80%;
	}
	
	.submit-it {
    width: 100%;
		min-width: 100%;
	}
	.subpage img {width:100%;}
}

/*Large devices (desktops, less than 1200px)*/
@media (min-width: 992px) and (max-width: 1199px) {

.nav-item{
    text-align: center;
}    

.navbar a {
    
}
    
.headertext {
    text-align: right;
    
}

.slideimg {
	width: 100%;
/*	height: 613px;*/
	height:100%;
}
}
@media (max-width: 500px){
	.partsform .detailed-row{flex-wrap:wrap;}
	.partsform .column.half {flex-basis:100%;gap:0px;}
}
/*Extra large devices (large desktops)*/
@media (min-width: 1200px) {

.nav-item{
    text-align: center;        
}  
    
.headertext {
    text-align: right;
    
}
    
.slideshow{	
/*	max-width: 1145px;
	min-width: 1145px;*/
	height: 450px;
}

.slideimg {
	width: 100%;
/*	height: 613px;*/
	height:450px;
}
}


/**********************/
/* FINANCING PAGE */
/**********************/

.financeimg {
	 width: 100%;
  	 height: inherit;
	 max-width: 500px;
}

.financetext {
	text-align: left;
	color: #fff;
	font-weight: 600;
}

.listings {
	color:#000;
}

