@charset "utf-8";
/* CSS Document */

/***** 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;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: urw-din, sans-serif!important;
	overflow-x: hidden;
	line-height: 1.5;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

a {
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all.3s ease-in-out;
}

.width {width: 1300px; margin: 0 auto; max-width: 95%;}
.wrapper-width {width: 95%; margin: 0 auto; max-width: 1200px; }
.inventory-width {width: 95%;  max-width: 1300px; margin: 0 auto;}

/***************************  HEADER STYLES  *************************************/
header {
	width: 100%;
	display: inline-block!important;
	height: auto;
	margin: 0 auto;
	background: #fff;
	margin-bottom: -4px;
}
a.main-logo img {
	width: 100%;
	margin: 0 auto;
	display: block;
	max-width: 350px;
	float: left;
	padding: 20px 0;
}

a.mobile-search {
	display: none;
}

.contact-bar {
    width: 100%;
    display: inline-block;
    margin: 0;
    background: #000;
    color: #fff;
    padding: 15px 0;
    line-height: 22px;
    font-size: 14px;
    border-bottom: 7px solid #ffcd05;
	margin-bottom: -4px;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
.contact-bar a {
	font-weight: 700;
	color: #ffcd05!important;
}
.contact-bar a:hover {
	color: #fff!important;
}
.contact-bar .left {
	float: left;
	width: 60%;
}
.contact-bar .right {
	float: right; 
	width: 40%;
	text-align: right;
}

/*********************  HOMEPAGE STYLES **************************************/
.about-wrapper {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	padding: 6em 2em;
	text-align: center;
	background: url('/siteart/welcome-bg2.png') no-repeat center;
	background-size: cover;
	color: #fff;
}
.about-wrapper h2 {
	font-weight: 800;
	color: #ffcd05;
	display: block;
	line-height: 26px;
	margin-bottom: 15px;
}
.about-wrapper h1 {
	font-weight: 400;
	font-size: 4em;
	display: block;
	line-height: 50px;
}
.about-wrapper p {
    display: block;
    max-width: 900px;
    margin: 0 auto;
}
img#bbb-logo {
	width: 100%;
	margin: 0 auto;
	display: block;
	max-width: 200px;
	margin-top: 30px;
}

/* Category Box Section */
.categoryBoxes {
	width: 100%;
	display: inline-block;
	height: auto;
	margin: 0 auto;
	padding: 4em 0;
}
.categoryBox-mainTitle {
	color: #000;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	display: block;
	margin-bottom: 25px;
	text-transform: uppercase;
	/*text-shadow: 5px 5px 18px #222222;
	-webkit-text-shadow: 5px 5px 18px #222222;
	-moz-text-shadow: 5px 5px 18px #222222;
	-ms-text-shadow: 5px 5px 18px #222222;*/
}
a.categoryBox {
	float: left;
	width: 18%;
	margin: 1%;
	height: auto;
	display: block;
	text-align: center;
	border: 1px solid #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
a.categoryBox.dozers {
	padding: 2.35em 0;
}
a.categoryBox.excavators {
	padding: 1.85em 0;
}
a.categoryBox.skidsteers {
	padding: 1.45em 0;
}
a.categoryBox.trucks {
	padding: 3.1em 0;
}
a.categoryBox.trailers {
	padding: 2.3em 0;
}
a.categoryBox:hover {border: 1px solid #ffcd05;}
a.categoryBox .far {
	font-size: 50px;
}
a.categoryBox img {
	width: 100%;
	max-width: 200px;
	display: block;
	margin: 0 auto;
}
.categoryBox-inner {
	color: #000;
	padding: 60px 0 30px 0;
	font-size: 30px;
}
.categoryBoxTitle {
	color: #000;
	font-size: 22px;
	padding: 5px 0 15px 0;
	font-weight: 600;
}


/*********************  CONTACT STYLES **************************************/
/** page wrapper **/
a#cta-btn {
	display: block;
    text-align: center;
    color: #ffcd05;
	border: 1px solid #ffcd05;
    padding: 1em .5em;
    margin: 15px 0;
	font-weight: 600;
}
a#cta-btn:hover {
	background: #ffcd05;
	color: #000;
}
a#cta-btn.black {
	border: 1px solid #000;
	color: #000;
}
a#cta-btn.black:hover {
	background: #f1f1f1;
}

.page-wrapper {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
}
.page-wrapper .left {
	float: left;
	width: 66%;
	margin: 2%;
}
.page-wrapper h2 {
    border-left: 6px solid #ffcd05;
    padding-left: 10px;
    line-height: 30px;
    margin-top: 50px;
}
.page-wrapper .right {
	float: right;
	width: 26%;
	margin: 2%;
}
.page-wrapper .title h1 {
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 2em .5em;
	color: #fff;
	font-size: 45px;
	background: url('/siteart/slides/slide1.jpg') no-repeat center;
	background-size: cover;
	font-style: italic;
	text-shadow: 5px 5px 18px #222222;
    -webkit-text-shadow: 5px 5px 18px #222222;
    -moz-text-shadow: 5px 5px 18px #222222;
    -ms-text-shadow: 5px 5px 18px #222222;
	font-family: urw-din, sans-serif;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.page-wrapper p {
	padding: 2.5em .5em;
	line-height: 26px;
}


/*********************  FOOTER STYLES **************************************/
/* scrolling wrap */
.ftr-inv {
	width: 100%;
	position: relative;
	display: inline-block;
}
.scrolling-wrap {
    width: 100%;
    height: 92px;
    overflow: hidden;
}
.scrolling {
    width: 100%;
    height: 100px;
}
.scrolling-wrap .overlay {
	width: 100%;
	max-width: 300px;
	left: 0;
	padding: 1em;
	background: #282871;
	z-index: 2;
}

footer {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	box-sizing: border-box;
	background: #000;
	color: #fff;
	font-size: 15px;
	margin-top: -5px;
}
footer img {
	width: 100%;
	max-width: 275px;
	display: block;
}
footer .col a:hover {
	text-decoration: underline;
}
footer .col a {
	color: #fff;
	font-size: 15px;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
footer .col a .fas {
	color: #ffcd05;
}
footer .col .fas {
	font-size: 14px;
	vertical-align: middle;
}
footer .col {
	float: left;
	width: 29%;
	margin: 2%;
	padding: 40px 0;
	display: inline-block;
	line-height: 24px;
	color: #fff;
	font-family: urw-din, sans-serif;
}
footer .col h2 {
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: urw-din, sans-serif;
	color: #ffcd05;
}
footer .col p {
	font-size: 14px;
}

.site-host {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: #ffcd05;
	padding: 20px 0;
}
.site-host p {
	text-transform: uppercase;
	color: #000;
	font-size: 10px; 
	line-height: 18px;
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-weight: 600;
	font-family: urw-din, sans-serif;
}


/**********************  MEDIA QUERIES (RWD) ***************************************/
@media screen and (max-width: 1230px) {
/* HOMEPAGE */
	.about-wrapper {padding: 4em 2em;}
	.about-wrapper h1 {font-size: 40px; line-height: 32px;}
	.about-wrapper h1 span {font-size: 22px;}
	.about-wrapper h2 {font-size: 18px;}
	
	a.categoryBox {width: 31.33%;}
	
	a.main-logo img {max-width: 250px;}
	
	.contact-bar {font-size: 13px;}
}

@media screen and (max-width: 1000px) {
	.contact-bar .right, .contact-bar .left {float: none; width: 100%; text-align: center; line-height: 20px;}
	
	a.mobile-search {
		display: block;
		font-size: 20px;
		position: relative;
		line-height: 36px;
		z-index: 400;
		text-align: left;
		color: #000;
		float: right;
		padding: 25px 0;
		margin-bottom: -5px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 900px) {
/* HEADER */
	a.main-logo img {max-width: 180px;}
	
/* HOMEPAGE */
	.keyword-search {padding: 15px 25px;}
	
/* FOOTER */
	footer img {max-width: 225px;}
}

@media screen and (max-width: 767px) {
	.contact-bar {font-size: 11.5px;}
	
/* HOMEPAGE */
	a.categoryBox {width: 100%; max-width: 500px; float: none; margin: 0 auto; margin-top: 15px; margin-bottom: 15px;}
	.categoryBoxes {padding: 5em 0;}
	
/* FOOTER */
	footer .col {float: none; width: 100%; margin: 0 auto; padding: 25px 0; text-align: center;}
	footer img {margin: 0 auto;}
	footer .col:nth-child(2), footer .col:nth-child(3) {display: none;}
}













