﻿@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400&family=Maven+Pro&family=Roboto:wght@400;500;700&display=swap');

/***** 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 --------*/

body {
	margin:0 auto;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

.header-nav-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: space-around;
    align-items: center;
    padding: 0 10%;
}

.contact-container {
	display:flex;
	align-items:center;
}

.contact-container h1 {
	font-size: 30px;
    color: #1C5CA3;
	font-family: 'Barlow', sans-serif;	
	font-weight:100;
	margin-right: 10px;
}

#contactus-butt {
	background: -webkit-linear-gradient(#6691c1 50%, #1b599f 50%);
	background: -o-linear-gradient(#6691c1 50%, #1b599f 50%); 
	background: -moz-linear-gradient(#6691c1 50%, #1b599f 50%);  
	background: linear-gradient(#6691c1 50%, #1b599f 50%); 
	font-family: 'Barlow', sans-serif;	
	border-radius: 5px;
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 60%);
    border: solid rgba(28, 92, 163, 1) 0px;
    color: #fff;
    font-size: 35px;
    padding: 7px 10px;
}
#contactus-butt:hover {
	background: -webkit-linear-gradient(#f3f0eb 50%, #e8e4dd 50%);
	background: -o-linear-gradient(#f3f0eb 50%, #e8e4dd 50%); 
	background: -moz-linear-gradient(#f3f0eb 50%, #e8e4dd 50%);  
	background: linear-gradient(#f3f0eb 50%, #e8e4dd 50%); 
	color:#1C5CA3;
}

.header-nav-container {background-color:#f1eee7;}

.logo-container img {
	width: 260px;
	padding: 20px 0px;
}




/*---BODY--------------------------------*/

/* INVENTORY BLOCKS */

.inventory-header {
	margin:30px;
}

.inventory-header h1 {
	font-family:'Roboto', sans-serif;
	font-size:32px;
	color: #1c5ca3;
	text-align:center;
}

.inventory-header p {
	font-family:'Roboto', sans-serif;
	font-size:18px;
	color: #54595f;
	text-align:center;
	margin:5px;
}

.inventory-container {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
	margin-bottom:60px;
}

.inventory-container a {
	padding:25px;
}

.inventory-box1 {
	background-image:url("../siteart/inventory-images/Pneumatic-Mast-Forklifts.jpg");
	background-origin: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 375px;
	height:195px;
    margin: 30px 15px;
}

/*.inventory-box1:hover {
	background-image: url("../siteart/inventory-images/trucks-img.jpg");
	cursor: pointer;
	transition: all .4s ease-in-out;
}*/

.inventory-box2 {
	background-image:url("../siteart/inventory-images/Cushion-Mast-Forklifts.jpg");
	background-origin: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 375px;
	height:195px;
    margin: 30px 15px;
}

/*.inventory-box2:hover {
	background-image: url("../siteart/inventory-images/trucks-img.jpg");
	cursor: pointer;
	transition: all .4s ease-in-out;
}*/

.inventory-box3 {
	background-image:url("../siteart/inventory-images/Marina-Forklifts.jpg");
	background-origin: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 375px;
	height:195px;
    margin: 30px 15px;
}

/*.inventory-box3:hover {
	background-image: url("../siteart/inventory-images/trailers-img.jpg");
	cursor: pointer;
	transition: all .4s ease-in-out;
}*/

.inventory-box4 {
	background-image:url("../siteart/inventory-images//Extendable-Counterweight-Forklifts.jpg");
	background-origin: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 375px;
	height:195px;
    margin: 30px 15px;
}

/*.inventory-box4:hover {
	background-image: url("../siteart/inventory-images/farm-img.jpg");
	cursor: pointer;
	transition: all .4s ease-in-out;
}*/

.inventory-box5 {
	background-image:url("../siteart/inventory-images/Rough-Terrain-Forklifts.jpg");
	background-origin: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 375px;
	height:195px;
    margin: 30px 15px;
}

/*.inventory-box5:hover {
	background-image: url("../siteart/inventory-images/parts-img.jpg");
	cursor: pointer;
	transition: all .4s ease-in-out;
}*/

.inventory-box6 {
	background-image:url("../siteart/inventory-images/Truck-Mounted-Forklifts.jpg");
	background-origin: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 375px;
	height:195px;
    margin: 30px 15px;
}

.inventory-box7 {
	background-image:url("../siteart/inventory-images/Order-Picker-Forklifts.jpg");
	background-origin: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 375px;
	height:195px;
    margin: 30px 15px;
}

.inventory-box8 {
	background-image:url("../siteart/inventory-images/Pallet-Jack-Forklifts.jpg");
	background-origin: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 375px;
	height:195px;
    margin: 30px 15px;
}

.inventory-box9 {
	background-image:url("../siteart/inventory-images/Swing-Reach-Forklifts.jpg");
	background-origin: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 375px;
	height:195px;
    margin: 30px 15px;
}

.inventory-box10 {
	background-image:url("../siteart/inventory-images/All-Construction.jpg");
	background-origin: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 375px;
	height:195px;
    margin: 30px 15px;
}

.inventory-box11 {
	background-image:url("../siteart/inventory-images/Skid-Steers.jpg");
	background-origin: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 375px;
	height: 195px;
	padding-bottom: -10px;
    margin: 30px 15px;
}

.inventory-box12 {
	background-image:url("../siteart/inventory-images/Yard-Spotter-Trucks.jpg");
	background-origin: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 375px;
	height:195px;
    margin: 30px 15px;
}

.inventory-box13 {
	background-image:url("../siteart/2edited-AdobeStock_144552698.png");
	background-origin: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 375px;
	height:195px;
    margin: 30px 15px;
}


figcaption h2 {
	font-family: 'Maven Pro', sans-serif;
	text-align: center;
    background-color: #1c5ca3;
    color: #fff;
    padding: 15px;
    font-size: 15px;
	margin-top: 175px;
}


figcaption h2:hover {
	background-color:#f1eee7;
	color:#1c5ca3;
	transition: all .4s ease-in-out;
	cursor: pointer;
}


/*--------Inventory STYLES--------------------*/

.list-content .list-title {
	margin-top: 35px!important;
	font-family: 'Roboto', sans-serif!important;
}

.faceted-search-content-container, .list-content .list-main-section .list-container .list-listing, .legal-text-container, .detail-content .detail-main-body .main-detail-data .detail-title, .detail-content .detail-main-body .main-detail-data .detail-category, .currency-selector.select, .search-results, .currency-selector, .detail-content .detail-main-body .main-detail-data .offer-btn span, .detail-content .detail-main-body .main-detail-data .buy-btn span, .detail-content .detail-main-body .main-detail-data .currency-link .detail-btn-calc p, .detail-content .dealer-info h3, .detail-content .dealer-info .dealer-company-header, .detail-content .dealer-info .field-value, .detail-content .dealer-info .contact-information .address, .detail-content .dealer-info .contact-information .phone, .detail-content .dealer-info .contact-information .contact, .detail-content .dealer-info .listing-location-display, .detail-content .dealer-info .field-value, .detail-content .dealer-info .field-value, .detail-content .breadcrumbs, .detail-content .search-results span {font-family: 'Roboto', sans-serif!important;}

.part-list-price.bold {color:#1c5ca3!important;}
.list-listings-count {color:#000!important;}
.view-listing-details-link.fa, .parts-button.view-details, .selected-facet {background-color:#1c5ca3!important;}

/********** mobile inventory **********/
.mobile-done-button, .mobile-dealer-phone, .mobile-send-email-btn {background-color:#1c5ca3!important;}
.dealer-phone-container a {border:1px solid #1c5ca3!important;color:#1c5ca3!important;}
.parts-listings-count {color:#000!important;}
.detail-price-value {color:#1c5ca3!important;}

/********* inventory details ********/

.search-results, .currency-selector {color:#1c5ca3!important;}
.offer-btn, .data-label {background-color:#1c5ca3!important;}
.send-email-btn {border:solid 1px #1c5ca3!important; color:#1c5ca3!important;}

/********* mobile inventory details ********/
.mobile-breadcrumb, .offer-btn-mobile, .field-value.js-phone-clicktotrack.dealer-phone-mobile, .send-email-btn-mobile, .contact-bar-btn, .contact-bar-btn.js-phone-clicktotrack, #message-seller-link {background-color:#1c5ca3!important;}

.share-listing, .search-results-link  {color:#1c5ca3!important;}

.detail-content .breadcrumbs {margin-top:30px;}

.contact-options a, .fin-calc-mobile>a {background-color:#1c5ca3!important;}

.search-results, .currency-selector {color:#1c5ca3!important;}


/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer{}

.footer-container {
    background: #444;
    padding-top: 20px;
	margin-top:40px;
}

.footer-butts {
	text-align:center;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.footer-butts img {
	width: 38px;
    text-align: center;
	margin: 0 5px;
}

#contact-footer-butt, #email-footer-butt  {
	font-family: 'Maven Pro', sans-serif;
	box-shadow: 0 1px 4px rgb(0 0 0 / 60%);
	background: -webkit-linear-gradient(#fff 50%, #EBEBEB 50%);
	background: -o-linear-gradient(#fff 50%, #EBEBEB 50%); 
	background: -moz-linear-gradient(#fff 50%, #EBEBEB 50%);  
	background: linear-gradient(#fff 50%, #EBEBEB 50%); 
    padding: 4px 20px;
    font-size: 24px;
    border-radius: 5px;
    color: #444;
	margin:0 5px;
}

#contact-footer-butt:hover, #email-footer-butt:hover  {
	box-shadow: 0 1px 4px rgb(0 0 0 / 60%);
	background: -webkit-linear-gradient(#6c6c6c 50%, #414141 50%);
	background: -o-linear-gradient(#6c6c6c 50%, #414141 50%); 
	background: -moz-linear-gradient(#6c6c6c 50%, #414141 50%);  
	background: linear-gradient(#6c6c6c 50%, #414141 50%); 
	color:#fff;
}

.copyright-footer {
	padding: 10px 0;
    color: #C7C7C7;
	text-align: center;
    font-size: 15px;
    font-family: 'Maven Pro', sans-serif;
    line-height: 24px;
    font-weight: normal;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

	
@media only screen and (max-width: 767px) {
	.header-nav-container  {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	}
	
	.contact-container {
		justify-content: center;
		margin: 0 0 20px;
	}
	
	#contactus-butt {
		font-size: 21px;
	    padding: 7px 10px;
	}
}

@media only screen and (max-width: 450px) {
	.footer-butts {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-content: stretch;
	}
	
	#contact-footer-butt, #email-footer-butt {
		margin:5px;
	}
}

@media only screen and (max-width: 500px) {
	.contact-container {display: none;}
	
	.header-nav-container {text-align: left;}
	
	.logo-container img {
		width: 70%;
		padding-left:0;
	}
}






