/*---colors
dbac5e gold
---*/

/* RESET 
------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { 
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent; 	
	-webkit-text-size-adjust:none;
	font-family: 'Montserrat', sans-serif;
}



a {
	color:#fff;
	text-decoration:underline;
	
}

a:hover{
	color:#dbac5e;
	text-decoration:none;
}

p{
	padding:20px 0;
}



 
/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left {text-align:left;}
.right {text-align:right;}
.none{display:none;}

*{
	box-sizing:border-box;
}

body { 

}

.wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:20px;
	position:relative;
	box-sizing: border-box;
}

.no-pad-wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	position:relative;
}




::selection {
	color:#fff;
	background: #356088;
}
::-moz-selection {
	color:#fff;
	background: #356088;
}



/* HEADER 
----------------------------------------------*/
.header{
	width:100%;
	display:inline-block;
	text-align:right;
	margin:0 auto;
	background:#000;
}

.logo{
	text-align:center;
	width:100%;
	margin:0 auto;
	display:inline-block;
	padding:20px 0 0 0;
}
.logo img{
	width:15%;
	margin:0 auto;
}

.header-contact{
	display:block;
	width:100%;
	text-align:center;
	margin:20px auto;
}
.header-contact *{
	box-sizing: border-box;
}

.hc-content{
	display:inline-block;
	width:49%;
	text-align:left;
	margin:0 auto;
	padding:0 10px;
	color:#fff;
	font-size:16px;
}
.hc-content a{
	color:#fff !important;
}

.hc-content:nth-child(1){
	border-right:1px solid #fff;
	text-align:right;
}


/* HOME PAGE STYLES
-----------------------------------------------*/
.hero{
	text-align:center;
	width:100%;
	margin:0 auto;
	display:block;
	padding:20px 0;
}

.hero img{
	width:65%;
	display:block;
	margin: 0 auto;
}

.home-button {
	padding:20px 50px;
	text-align:center;
	margin:0 auto;
	border:4px solid #DBAC5E;
	text-transform:uppercase;
	color:#DBAC5E;
	font-size:24px;
	text-decoration:none;
}

.home-button:hover{
	box-shadow:1px 1px 3px #333;
	text-shadow:1px 1px 3px #333;
	background:#DBAC5E;
	color:#fff;
}

.welcome{
	width:100%;
	background:#000;
	border-top:6px solid #DBAC5E;
	border-bottom:6px solid #DBAC5E;
	text-align:center;
	color:#fff;
	margin-top:40px;
}

.welcome .heading-main{
	font-size:50px;
	text-align:center;
	text-transform:uppercase;
	font-weight:400;
	padding-bottom:20px;
}

.welcome p{
	font-size:16px;
	text-align:center;
}

.welcome ul{
	list-style:none;
}


/*--mailing list--*/

.mail-list{
	width:100%;
	background:#DBAC5E;
	padding:5px;
	position:fixed;
	bottom:0;
	left:0;
	z-index:999999;
}

.mail-list p{
	width:40%;
	display:inline-block;
	margin:0 auto;
}
.mail-list-button{
	display:inline-block;
	width:20%;
	margin:0 auto;
	text-align:left;
}

#formpage {
	width:100%;
	vertical-align: middle;
	display:inline-block;
}

#formpage p{
	text-align:right;
	vertical-align:middle;
	padding: 0 10px 0 0;
}
.formfield {
	width: 20%;
	display:inline-block;
	color: #000;
	min-width: 175px;
	text-align:left;
}
#formpage div {
	vertical-align: middle;
	padding: 5px 5px;
	position: relative;
}
#formpage input {
	padding: 5px;
	border: 3px solid #eaeaea;
	font-family: "Source Sans Pro", sans-serif;
	color: #000;
	font-size: 13px;
	background: #fff;
	width: 100%;
	margin-top: 5px;
	-webkit-appearance: none;
     border-radius: 0;
	 vertical-align:middle;
}

#formpage input.button, #formpage input.button:focus {
	width: 75px;
	display:inline-block;
	position:relative;
	margin: 0 auto;
	padding:16px 17px 16px 17px;
	background: #333;
	font-size: 14px;
	line-height: 0;
	color: #fff;
	border:none;
	text-align:left;
	vertical-align:bottom;
	margin-top:3px;
}

#formpage input.button:hover{
	box-shadow:1px 1px 15px #78551B;
}

input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

/*--search bar--*/
.diagonal-bg {
	transform:skewX(70deg);
	position:absolute;
	top:-20px;
	left:0;
	margin:0 0 0 -299px;
	height:auto;
	background:#DBAC5E;
	width:100%;
	overflow-x:hidden;
	padding:30px 0;
}
.search-bar{
	width:100%;
	background:#fff;
	color:#000;
	display:inline-block;
	margin:0 auto;
	position:relative;
}
.search-bar .wrapper{
	transform:skewX(-70deg) ;
	margin-left:32%;
}

.search-bar .heading-main{
	font-size:30px;
	text-align:left;
	text-transform:uppercase;
	font-weight:400;
	padding-bottom:20px;
}


.equipment-search {
	box-sizing: border-box;
}

.detailed-search input, .detailed-search select {
	width: 24%;
	padding: 8px 10px;
	font-size: 12px;
	background-color: #fff;
	box-sizing: border-box;
	color: #555;
	margin-top: 8px;
	box-sizing: border-box;
	outline: none;
    border-radius: 0;
	position:relative;
	-webkit-appearance: none;
}
.detailed-search input[type='submit'] {
	display:inline-block;
	border:none;
	border:1px solid #333;
	background: #333;
	font-family: 'Montserrat', sans-serif; 
	font-size: 27px;
	color: #fff;
	width: 24%;
	outline: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	cursor: pointer;
	position: relative;
	padding: 0px 8px;
	vertical-align:top;
	margin-bottom: 8px;
	text-align:left;
}
.detailed-search input[type='submit']:hover{
	color:#333;
	background:#fff;
	border:1px solid #333;
	text-shadow:1px 1px 1px #333;
}

/* SUB PAGE STYLES
------------------------------------------------*/
.sub-page h1, .sub-page .heading-main{
	font-size:36px;
	text-transform:uppercase;
	font-weight:400;
	text-align:left;
	padding:20px 0;
	border-bottom:2px solid #DBAC5E;
	width:100%;
	position:relative;
	margin:0 auto;
}

.sub-page h2{
	font-size:24px;
	text-transform:uppercase;
	font-weight:400;
	text-align:center;
	width:100%;
}

.sub-page a{color:#000;text-decoration:none;}
.sub-page a:hover{color:#DBAC5E;}
#core-products{
	background:url(../siteart/texture-1.png) #fff;
	text-align:center;
	padding:80px 0;
	color:#333;
}

.about-button{
	display:inline-block;
	width:30%;
	text-align:center;
	margin: 0 15px;
	padding:20px 30px;
	font-size:16px;
	vertical-align:middle;
	text-transform:uppercase;
	color:#333;
	border:3px solid #333;
	text-decoration:none;
}
.about-button:hover{
	color:#fff;
	background:#333;
}

.lines{
	background:url(../siteart/texture-lines.png) #fff;
	opacity:.4;
	padding:15px 0;
}
#excavator{
	padding:80px 0;
	background:#DBAC5E;
	text-align:center;
	color:#fff;
}
#clamps{
	text-align:center;
	padding:80px 0;
}

#couplers{
	padding:80px 0;
	background:url(../siteart/texture-2..png) #333;
	color:#fff;
	text-align:center;
}

#couplers a{color:#fff;text-decoration:none;}
#couplers a:hover{color:#DBAC5E;}


.top-tab{
	position:fixed;
	top:90%;
	right:5px;
}

.thumbnail{
	display:inline-block; 
	zoom:1; 
	*display:inline;
	width:10%;
	margin:5px;
	vertical-align:bottom;
}

/*--contact page--*/
.contact-left{
	display:inline-block;
	margin:0 auto;
	width:60%;
	padding: 20px 20px 0 0;
}

.contact-right{
	width:30%;
	display:inline-block;
	margin:20px auto;
	padding:20px;
	border:2px solid #DBAC5E;
	vertical-align:top;
}

.contact-right p{padding: 0 0 20px 0;}

/* INVENTORY
------------------------------------------------*/
.cf{background:#fff;}
.hosted-content .listings-wrapper .listings-list .listing-banner {

}
.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button{
	background:#DBAC5E !important;
}
.hosted-content h1, .hosted-content .heading-main{
	font-size:20px;
	color:#000;
	text-transform:none;
	padding-bottom:0 !important;
	font-weight:bold;
}
	
.hosted-content h3{
	text-transform:none !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2{
	text-transform:none !important;
}

.scrolling-wrap {
	padding:10px 0 3px;
    width:100%;
    height:auto;
    overflow:hidden;
	background:#fff;
	margin:184px 0 0 0;
}
 
.scrolling{
    width:100%;
    height:92px;
}

.sub-scrolling-wrap {
	padding:10px 0 3px;
    width:100%;
    height:auto;
    overflow:hidden;
	background:#fff;
	margin:0 auto;
}

/* FOOTER
------------------------------*/
.footer{
	width:100%;
	color:#eaeaea;
	font-size:11px;
	text-align:center;
	background:#000;
	padding: 0 0 30px 0;
	box-sizing: border-box;
}
.footer *{
	box-sizing: border-box;
}

.footer a{
	color:#eaeaea;
	text-decoration:underline;
}

.footer a:hover{
	color:#eaeaea;
	text-decoration:none;
}
.divfooter{
	width:60%;
	margin:20px auto;
}


/* FACETED INVENTORY */

#inv{padding: 20px 0;}
#inv *:not(.loading-spinner):not(.loader){border-radius: 0!important;}


#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: 'Montserrat', sans-serif!important;} /* Reset font, ignore icons */
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px !important;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px !important;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name{
	margin-top: 0 !important;
}
span.compare-label{padding-left: 4px !important;}
.compare-chkbox-container .compare-listings .fa-check {
    top: 1px !important;
    left: 2px !important;
}

.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .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, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button {background:#DBAC5E !important; color: #000 !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link, .faceted-search, .faceted-show-all-btn {background: #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, .faceted-search-content .mobile-done-button-container .mobile-done-button, .page-nav, .contact-options a {background: #000 !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn {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, .cs-btns a {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{padding: 20px 0;box-sizing: border-box;}



@media screen and (max-width:1675px){
	.detailed-search input, .detailed-search select{width:40%;}
	.diagonal-bg{
		transform:skewX(50deg);
		margin: 0 0 0 -152px;
	}
	.search-bar .wrapper{
		transform:skewX(-50deg);
		margin-left:18%;
	}
	.scrolling-wrap{margin:224px 0 0 0;}
}

@media screen and (max-width:1425px){
	.hero img{width:80%;}
}

@media screen and (max-width:1170px){
	.logo img{width:25%;}
}

@media screen and (max-width:1050px){
	.about-button{margin:0 10px;font-size:14px;}
	.contact-right{width:39%;}
}

@media screen and (max-width:920px){
	.about-button{
		width:60%;
		display:block;
		margin:20px auto;
		font-size:16px;
	}
}

@media screen and (max-width:829px){
	.logo img{width:40%;}
	.hc-content{font-size:14px;}
	.hero img{width:100%;}
	.welcome .heading-main{font-size:40px;}
	.detailed-search input, .detailed-search select{width:100%;}
	.detailed-search input[type='submit']{width:170px;font-size:24px;}
	.diagonal-bg{
		transform:skewX(0deg);
		margin: 0;
	}
	.search-bar .wrapper{
		transform:skewX(0deg);
		margin:0 auto;
	}
	.scrolling-wrap{margin:309px 0 0 0;}
}


@media screen and (max-width:780px){
	.contact-left{width:100%;padding-right:0;}
	.contact-right{width:100%;}
}
@media screen and (max-width:660px){
	.home-button{font-size:20px;}
}

@media screen and (max-width:560px){
	.welcome .heading-main{font-size:30px;}
	.about-button{width:70%;}
	.thumbnail{width:20%;}
	.mail-list p{width:100%;}
	.mail-list .formfield{width:74%;}
	#formpage p{text-align:center;}
}

@media screen and (max-width:460px){
	.logo img{width:55%;}
	.hc-content{width:80%;text-align:center;}
	.hc-content:nth-child(1){border-right:none;border-bottom:1px solid #fff;text-align:center;}
	.home-button{font-size:18px;padding:10px 40px;}
	.welcome .heading-main{font-size:24px;}
	.welcome p{text-align:left;}
	.welcome ul{text-align:left;padding-left:20px;}
	.search-bar .heading-main{font-size:24px;}
	.divfooter{width:90%;}
	.about-button{width:90%;}
	#core-products{text-align:left;}
	#excavator{text-align:left;}
	#clamps{text-align:left;}
	#couplers{text-align:left;}
	.top-tab{top:85%; z-index:999;}
	.sub-page h1, .sub-page .heading-main{font-size:24px;}
}