﻿/***** BEGIN 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

.display-none{display: none;}
body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

.flex{display: flex;}


/*---BODY--------------------------------*/

.wrapper{max-width: 92%; margin: 0 auto;}
.page-bottom{padding-bottom: 4%;}
.nopad-top, .wrapper.nopad-top{padding-top: 0 !important;}

/* CONTENT BEFORE FACETED */


.inventory-banner{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 55px;
    height: 400px;
}
.bg-equipment{
	background: linear-gradient(0deg,rgba(0,0,0,.56),rgba(0,0,0,.56)) center center, url('/siteart/used-equipment-slide.jpg') center center;
    background-size: cover !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.bg-attachments{
	background: linear-gradient(0deg,rgba(0,0,0,.56),rgba(0,0,0,.56)) center center, url('/siteart/used-parts.jpg') top center;
    background-size: cover !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.bg-dismantled{
	background: linear-gradient(0deg,rgba(0,0,0,.56),rgba(0,0,0,.56)) center center, url('/siteart/dismantled-machines-item.jpg') center center;
    background-size: cover !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.bg-parts{
	background: linear-gradient(0deg,rgba(0,0,0,.56),rgba(0,0,0,.56)) center center, url('/siteart/used-parts.jpg') top center;
    background-size: cover !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.title-box {
    position: absolute;
    background-color: #ffcd00;
	padding: 4%;
	font-family: 'Montserrat', sans-serif;
	max-width: 92%;
	bottom: -20px;
}
.title-box .banner-page-title {
    font-size: 80px;
    font-size: 5rem;
    line-height: 90px;
    line-height: 5.625rem;
    font-weight: 600;
	padding-bottom: 2%;
}

.title-box .breadcrumbs {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 600;
    color: #000;
}
.title-box .breadcrumbs .breadcrumb>a {
    color: #645000;
    text-decoration: none;
    display: inline-block;
    line-height: 20px;
}
.title-box .breadcrumbs .chevron {
    color: #645000;
    position: relative;
    top: -1px;
    margin: 0 6px;
}

.title-box .breadcrumbs .breadcrumb>a:after {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    margin: 0 auto;
    transition: all 0.3s ease-in-out 0s;
    background-color: #645000;
}
.title-box .breadcrumbs .breadcrumb>a:hover:after {
    width: 100%;
}

.contact-info{font-family: 'Montserrat', sans-serif; margin-bottom: 30px;}
.contact-info .contact-row {
    display: flex;
    max-width: calc(92% - 120px);
    margin: 0 auto;
}

.contact-info .used-attachments-title {
    margin-bottom: 55px;
}

.short-underline:after {
    content: '';
    display: block;
    margin-top: 18px;
    height: 3px;
}
.short-underline.su-yellow:after {
    background-color: #ffcd00;
}
.w-50:after{width: 50%;}

.short-underline.w-50:after {
    width: 50px;
}

.equipment-type-nav {
    position: absolute;
}
.equipment-type-nav>ul>li, .equipment-type-nav>ul>li>a  {
    position: relative;
    display: block;
}

.equipment-type-nav>ul>li>a svg {
    display: block;
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    margin-bottom: 1px;
    background: #eeeff0 no-repeat center;
    padding: 12px;
    background-size: 48px 48px;
    transition: all 0.3s ease-in-out 0s;
    fill: #000;
    box-sizing: border-box;
}
.equipment-type-nav>ul>li.current-menu-item>a svg {
    background-color: #001923;
    fill: #ffcd00 !important;
}

.equipment-type-nav>ul>li>a span {
    position: absolute;
    top: 0;
    left: 72px;
    transition: width .15s ease-in-out .2s, padding .15s ease-in-out .2s, transform .15s ease-in-out .05s, opacity .1s ease-in-out 0s;
    text-transform: uppercase;
    color: rgba(255,255,255,0);
    background-color: #001923;
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    line-height: 22px;
    line-height: 1.375rem;
    font-weight: 600;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotateX(80deg);
    width: 0;
    z-index: 9;
}
.equipment-type-nav>ul>li>a:hover>span {
    width: 200px;
    transform: rotateX(0);
    transition: width .15s ease-in-out 0s, padding .15s ease-in-out 0s, transform .15s ease-in-out .15s, color .1s ease-in-out .3s;
    border-left: 1px solid #13272f;
    color: #fff;

    padding: 0 14px;
}
.equipment-type-nav>ul>li:not(.current-menu-item)>a svg g#Attachments {
	stroke: #000 !important;
	fill: #000 !important;
}
.equipment-type-nav>ul>li:not(.current-menu-item)>a:hover svg g#Attachments{
	fill: #ffcd00 !important;
	stroke: #ffcd00 !important;
}

.equipment-type-nav>ul>li>a:hover svg {
    background-color: #001923;
    fill: #ffcd00;
}
.equipment-type-nav>ul>li>a:hover svg path, .equipment-type-nav>ul>li.current-menu-item svg path {
    fill: #ffcd00 !important;
}



.contact-person {
    display: flex;
}
.contact-person .photo {
    flex-shrink: 0;
	position: relative;
}
.contact-person .photo img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
}

.contact-person .contact-person-info {
    padding: 24px 28px 8px;
    display: flex;
    flex-direction: column;
}

.contact-person .contact-person-info .executive-name {
    margin: 0 0 4px;
    color: #000;
    font-size: 18px;
	font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-weight: 500;
}

.contact-person .contact-person-info .executive-position {
	text-transform: uppercase;
    color: #707070;
    font-size: 11px;
    font-size: .6875rem;
    line-height: 14px;
    line-height: .875rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.contact-person .contact-person-info .executive-position:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #ffcd00;
    margin-top: 10px;
}
.contact-person .contact-person-info .person-phone {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-weight: 600;
    color: #000;
    transition: all 0.3s ease-in-out 0s;
    letter-spacing: .5px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-weight: 600;
}
.contact-person .contact-person-info .person-phone:hover {
    color: #ffcd00;
}
.contact-person .contact-person-info .person-phone:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../siteart/contact-phone-icon.png) no-repeat center;
    background-size: contain;
    margin-right: 12px;
}

.contact-person .contact-person-info .person-phone.mobile:before {
    background-image: url(../siteart/contact-mob-phone-icon.png);
}

/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer{}

.footer{
	padding: 65px 0 75px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	
	background: url("../siteart/footer-bg.jpg") center no-repeat;
    background-size: cover;
	
	font-family: "Montserrat",sans-serif;
	color: #fff;
}
.footer p{
	letter-spacing: .5px;
    color: #b2c2c7;
	margin: 0;
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 400;
}
.footer .blue-link{
	line-height: 2rem;
    font-weight: 400;
    color: #007398;
    letter-spacing: .5px;
	padding-bottom: 5px;
}
.footer ul li{
	margin-bottom: 15px;
}
.footer li a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 400;
    letter-spacing: .5px;
    color: #fff;
    display: inline-block;
    position: relative;
}

.footer .col20{
	width: auto;
}

#footer-logo{
	width: 127px;
}

#employee-btn{
	min-width: 220px;
    padding: 16px 30px;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 22px;
    line-height: 1.375rem;
    font-weight: 600;
    color: #000;
    background-color: #ffcd00;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 25px;
	transition: all 0.3s ease-in-out 0s;
	text-transform: uppercase;
}

#employee-btn:hover {
    background-color: #ffda41;
}

.hover-underline {
    position: relative;
}
.hover-underline:hover:after{
    visibility: visible;
    transform: scale(1);
}
.hover-underline:after {
    content: '\2588';
    line-height: 0;
    font-size: 999em;
    color: inherit;
    overflow: hidden;
    font-style: normal;
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    top: 101%;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
.yellow.hover-underline:after {
    color: #ffcd00;
	top: 96%;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


#inv{padding: 5% 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;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}

.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, .mobile-breadcrumb .breadcrumbs-element {background:#ffcd00 !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 {color: #007398 !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, .list-page-nav, .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 .contact-btn, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat, .list-content .list-main-section .list-container .list-listing .listing-top-right .facebook-messenger, .list-content .list-main-section .list-container .list-listing .listing-top-right .whatsapp, .list-content .list-main-section .list-container .list-listing .listing-top-right .text {background: #000 !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn {border-color: #000!important; color: #000!important;}

.material-icons {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;}

.list-content .list-top-section .sticky-top-menu {
    top: 91px!important;
}


/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1300px) {
	.title-box .banner-page-title{
		font-size: 60px;
    		font-size: 3.75rem;
    		line-height: 60px;
    		line-height: 3.75rem;
	}
}

@media only screen and (max-width: 1024px) {
	.footer{
		flex-direction: column !important;
		padding: 30px 22px;
	}
	.footer .col20{
		margin-bottom: 50px;
	}
	.page-bottom{padding-bottom: 0;}
}
@media only screen and (max-width: 900px) {
	.equipment-type-nav {
        position: relative;
	}
	.equipment-type-nav > ul {
        display: flex;
	}
	.equipment-type-nav>ul>li{
		max-width: 72px;
		width: 25%;
	}
	.equipment-type-nav>ul>li svg {width: 100% !important;}
	.equipment-type-nav>ul>li>a span {
		display: none !important;
	}
	.contact-info .contact-row{max-width: 100%;}
}


@media only screen and (max-width: 830px) and (min-width: 785px) {
	#inv.wrapper{max-width: 100%;}
}
@media only screen and (max-width: 824px) {
	body > .wrapper{
		padding: 84px 10px 0 !important;
		max-width: 100% !important;
	}	
	.wrapper.page-bottom{
		padding-left: 0 !important;
		padding-right: 0 !important;
		max-width: 100% !important;
	}
	.wrapper{
		max-width: calc(100% - 20px);
	}
}
@media only screen and (max-width: 767px) {

	.page-bottom{padding-bottom: 89px;}
	.inventory-banner{
    		height: 180px;
	}
	.contact-info .contact-row {
    		flex-direction: column;
	}
	.title-box{
		padding: 13px 20px;
	}
	.title-box .banner-page-title{
    		letter-spacing: 0.02em;
    		font-size: 36px;
    		font-size: 2.25rem;
    		line-height: 44px;
    		line-height: 2.75rem;
	}
	.title-box .breadcrumbs{display: none;}
	.contact-person {
    		margin-bottom: 0px !important;
	}

	.contact-info{font-family: 'Montserrat', sans-serif; margin-bottom: 0px;}


}






