﻿/*===================== 
	Color information
	dark grey #3b3d3e
	red #ed1b24 
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: Arial, sans-serif; 
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
		font-size: 25px;
		font-weight: bold;
		line-height: 50px;
		color: #b30f17;
}
	h2 {}
	h3 {}
	h4 {
		font-size: 53px;
		font-weight: bold;
		line-height: 50px;
		padding: 0 0 5px 0;
}
	h5 {}
	h6 {}

p {
	margin: 0;
	}

.bold {
    font-weight: bold;
	}
.font-red {
	color: #b30f17;
}
.font-white {
	color: #ffffff;
}
.font-center {
	text-align: center;
}
/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #666; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/
.alert-wrap {
	width:100%;
	margin:0;
	background:#767A7C;
	padding:10px;
	box-sizing: border-box;
}
.alert-button {
	text-align: left;
    color: #ffffff;
	font-size: 22px;
    background-color: #ed1b24;
    padding: 5px 10px;
	margin: 0 0 0 10px;
    border: 1px solid #ffffff;
}
.alert-button:hover {
	color:#ed1b24;
	background-color:#ffffff;
	border: 1px solid #ed1b24;
}

.header-wrap {
	width: 100%;
	margin: 0;
	}

header {
	margin: 0 auto;
	max-width: 1100px;
	}
.header-flex {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
}
.header-image {
	max-width:478px;
	height:auto;
	padding: 0 10px 0 0;
} 

.header-contact {
		justify-content:flex-end;
		display:flex;
		margin:0;
		list-style-type:none;
		padding: 3px 0;
		font-size: 18px;
		font-weight: bold;
		flex-direction:column;

	
}
.header-email-phone {
		text-align: right;
		justify-content:flex-end;
		display:flex;
		flex-direction:column;
}
.header-contact a{
		color: #000000;
}
.header-contact a:hover{
		text-decoration: underline;
}
.header-location {
		display: flex;
		justify-content: flex-end;
		text-align: right;
	
}
.header-contact i {
	font-size: 20px;
	padding: 5px 0 0 15px;
	color: #ed1b24;
}
.header-location div .fas.fa-map-marker {
	font-size: 20px;
	padding: 5px 0 0 20px!important;
	color: #ed1b24 !important;
}
.header-image a img {
	width: 100%;
}

/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	width:100%;
	position:relative;
	background: #3b3d3e;
	z-index: 150;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
		text-align: center;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
    color: #ffffff;
    font-size: 16px;
    line-height: 35px;
	padding: 10px 10px 5px 10px;
    text-decoration: none;
    display: block;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-weight: 700;
	border-bottom: #3b3d3e solid 5px;
				}	
			nav.primary ul li a:hover {
				background: #ed1b24;
				border-bottom: #ffffff solid 5px;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:16px;
				padding:10px 0;
				color:#fff;
				background: #181818;
				display: block;
				text-align:center;
				border-right:none;
				border-left:none;
				border-bottom: #fff solid 5px;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
	display:block;
    float: none; 
	width: 240px;
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/
.slideshow-container{
	position: relative;
}
.info-container{
	position:absolute;
	top:10%;
	left:15%;
	background-color: rgba(0,0,0,0.42);
	height: auto;
	z-index: 100;
}

.slideshow-info {
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	color:#ffffff;
	box-sizing: border-box;
	height: auto;
	z-index: 100;
}

.slideshow-info p {
	font-size: 22px;
	font-weight: bold;

}
.button-container {
	display:flex;
	flex-direction:row;
	justify-content: center;
}

.slideshow-button {
	text-align: left;
    color: #ffffff;
	font-size: 22px;
    background-color: #b30f17;
    padding: 15px 60px 15px 15px;
    margin: 5px;
    border: 1px solid #ffffff;
	text-shadow: 0 0 5px #000;
}
.slideshow-button:hover {
	color:#ed1b24;
	background-color:#ffffff;
	border: 1px solid #ed1b24;
}

.cycle-slideshow img {
	width: 100%;
	height:auto;
	z-index: 50;
}
.content-wrap {
	width: 100%;
	margin: 0;
	padding: 50px 10px 0 10px;
	box-sizing: border-box;
}

.tractors-button {
	background: url("../siteart/tractor-equipment.jpg") no-repeat center;
	background-size:cover;
	height: 175px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.construction-button {
	background: url("../siteart/construction-equipment.jpg") no-repeat center;
	background-size:cover;
	height: 175px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.trucks-trailers-button {
	background: url("../siteart/truck-trailer-equipment.jpg") no-repeat center;
	background-size:cover;
	height: 175px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.button-cover {
	text-align: center;
	width: 100%;
	height: 30%;
	color: #ffffff;
	background-color: rgba(237,27,36,0.80);
	display: flex;
	justify-content: center;
	align-items: center;    
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
	text-shadow: 0 0 5px #000;
}
.button-cover a { 
	color:#fff;
}
.button-cover a:hover { 
	color:#000;
}
.button-col:hover .button-cover {
	height: 100%;
	background-color: rgba(237,27,36,0.60);
}

.location-wrap {
	width: 100%;
	margin: 50px 0 0 0;
	padding: 10px;
	box-sizing: border-box;
	background: #b30f17;
}
.location-flex-container .col-1-3 p {
	color: #ffffff;
	font-weight: bold;
	padding: 20px 0;
	text-shadow: 0 0 5px #000;
}
.testm-wrap {
	width:100%;
	box-sizing: border-box;
	padding: 20px 10px;
}
.about-wrap{
	width:100%;
	box-sizing: border-box;
	padding: 50px 10px 0 10px;
}
.testm-container{
	max-width: 1100px;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	border-bottom: #3b3d3e solid 1px;
}
.testm-container h2 {
	padding: 10px 0 0 0;
}

/*===================== 
	auction styles 
=======================*/
.auction-wrap {
	width: 100%;
	margin: 0;
	padding: 50px 10px;
	box-sizing: border-box;
}
.u-auction {
	text-align: center;
	padding: 30px 0;
	border-bottom: #3b3d3e solid 1px;
	
}
.u-auction-image {
	padding: 10px 0;

}
.u-auction-image img {
	display:block;
	margin: auto;
	max-width: 100%;
	height: auto;
}
.u-auction-button {
	display: inline-block;
	text-align: center;
    color: #ffffff;
	font-size: 18px;
    background-color:#b30f17;
    padding: 10px 0;
	width: 30%;
    border: 1px solid #ffffff;
	box-sizing: border-box;
	margin: 10px auto;
}
.u-auction-button:hover {
	color:#ed1b24;
	background-color:#ffffff;
	border: 1px solid #ed1b24;
}

/*===================== 
	Form styles 
=======================*/
.form-container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 10px 0 10px;
}

.form-info label {
	font-size: 20px;
	display: block;
	font-weight: bold;
	margin:  0 0 5px 0;
	
}
.form-info input {
	width: 100%;
	display: block;
	padding: 10px 0 10px 5px;
	font-size: 18px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}

.form-info textarea {
	font-family: 'Source Sans Pro', sans-serif;
	width: 100%;
	display: block;
	padding: 5px;
	font-size: 18px;
	min-height: 250px;
	box-sizing: border-box;
}
.form-info .button {
	color: #ffffff;
    background-color: #b30f17;
    display: block;
    padding: 5px;
	width: 50%;
    margin: 10px auto;
    border: 1px solid #ed1b24;
	text-shadow: 0 0 5px #000;
}


.form-info .button:hover {
	color:#ed1b24;
	background-color:#FFFFFF;
}
.CaptchaWhatsThisPanel a {color:#003366;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 

.thankyou-container{
	max-width:1100px;
	padding: 50px 0;
	margin: 0 auto;	
}






/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container {
	max-width: 1100px;
	margin: 0 auto;
	}
.container-inv {
	max-width: 1100px;
	margin: 0 auto;
	padding:40px 10px;
	box-sizing: border-box;
	}

.flex-container {
	display: flex;
	flex-wrap: wrap;
}
.flex-container-2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-container-button {
	display: flex;
	 flex-direction:row;
	justify-content:space-between;
	
}
.location-flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	
}
	
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}
.button-col {
	width:30%;
	box-sizing:border-box;
}

/*Gallery*/
.flex.gallery {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	padding: 20px;
}

.gallery-height {
	width: 100%;
	max-width: 220px;
	aspect-ratio: 1 / 1;
}

.gallery-height img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background-color: #3b3d3e;
	padding: 50px 10px 20px 10px;
	box-sizing:border-box;
	color:#FFFFFF;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color:#FFFFFF;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color:#D3D3D3;
		}

.footer-flex-container{
	display: flex;
	flex-direction:row;
	justify-content:space-between;	
}
.footer-info {
	line-height: 25px;
	padding: 0 30px 0 0;
}
.footer-flex-container a {
	color: #ffffff;
}

.footer-flex-container a:hover {
	color: #D3D3D3;
}
.foot-contact div a i {
	font-size: 25px;
	padding: 0 0 0 5px;
}

.footer-info-flex-container {
	display: flex;
	flex-direction:row;
	justify-content:flex-start;	
}
.foot-nav {
	width: 49%;
	box-sizing: border-box;
}
.foot-contact {
	width: 49%;
	box-sizing: border-box;
	text-align: right;
	line-height: 30px;
}

.footertext {
	font-size:13px; 
	color:#FFFFFF;
	}

.smallfootertext {
	font-size:10px; 
	color:#FFFFFF;
	}

.divfooter {
	max-width:80%; 
	padding: 20px 0 0 0;
	text-align:center; 
	margin:0 auto;
	}




/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1300px)  {
.info-container{

	top:10%;
	left:5%;
}
.cycle-slideshow img {
	height:350px;
	object-fit: cover;
}
}

@media screen and (max-width:1240px) {
	nav.primary ul li li a {
    font-size: 14px !important;
	}
	
	nav.primary ul ul li {
		width: 200px !important;
	}
}

@media screen and (max-width: 1150px)  {
	nav.primary ul li a {
    font-size: 15px;
    line-height: 35px;
	padding: 10px 5px 5px 5px;
	}

}

@media screen and (max-width: 1080px)  {


	
	/*==============================
		Mobile Nav Styles			
	================================*/	
	nav.primary{display:none;}
	#menu-button{ 
		width: 100%;
		display: block;
		font-size: 24px;
		position: relative;
		line-height:60px; 
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: #3b3d3e;
		}
		#menu-button a{
			 color:#fff;
			 text-decoration: none;
			 padding:0 0 0 .8em; 
			 font-weight:normal;
		  }
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #333;
		z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
	}
	/* MENU HEADER SOCIAL MEDIA */
		nav.mobile .social-media {
			position: relative;
			text-decoration: none;
			display: inline-block;
			font-size:16px;
			word-spacing:13px;
			padding:0 0 0 15px;
			color: #ccc !important;
		}

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:15px;
		padding: 10px;
		color: #999;
		text-decoration: none;
		border-left:4px #333 solid;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
		border-left:4px #ed1b24 solid; /* border highlight - Change to fit match site colors */
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

	nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		position:absolute;
		display:block;
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 17px 20px;
		color:#fff;

	}
	.nav-footer {color:#1B1B1B; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

	/* FONT AWESOME ICONS */
	nav.mobile ul li a i{
		width:25px;
		padding:8px 3px;
		margin:0 6px 0 0;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}


	nav.mobile ul li .fa-chevron-down {color:#999;}
    
    .grid figure{width: 49%;}
}
@media screen and (max-width: 780px)  {

	
	.header-location{
		display: flex;
		justify-content: flex-start;
		text-align: left;
	
}
	.header-contact i {
		display: none;
}
	.header-image {
		margin: auto;
		padding: 0 30px;
} 
.header-contact {
	width:100%;
		justify-content:space-between;
		flex-direction:row;
	
}
}
@media screen and (max-width: 650px)  {
	.cycle-slideshow {
		display: none;
	}
	.hero-bg-mobile {
		background: url("../siteart/hero-bg-mobile.jpg") no-repeat center;
		background-size: cover;
		min-height: 100px;
		width: 100%;
		display: block;
		box-sizing: border-box;
		padding: 30px 10px;
	}
	.slideshow-info {
	margin: 0 auto;
	padding: 0px;
}
.info-container{
	position: relative;
	top:0;
	left: 0;
}
.button-container {
	flex-direction:column;
	justify-content: center;
	background-color: #000000;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}
	.slideshow-button {
    padding: 15px 0 15px 15px;
    margin: 5px 0;
    border: 1px solid #ffffff;
}
.flex-container-button {
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
}
.button-col {
	width:70%;
	padding: 10px;
	}

.col-1-3 {
	width: 100%;
	box-sizing:border-box;
	}
.col-2-3 {
	width: 100%;
	box-sizing:border-box;
	}
		h4 {
		font-size: 40px;
}
	.u-auction-button {
	display: block;
	font-size: 18px;
    padding: 10px 0;
	width: 80%;

}
		.footer-flex-container{
	flex-direction:column;

}
	.foot-nav {
	width: 100%;
	box-sizing: border-box;
}
	.footer-info-flex-container {
	display: flex;
	flex-direction:column;
}
	.foot-contact {
	width: 100%;
	text-align: left;
}
	.footer-info {

	padding: 0 0 0 0;
}
}

@media screen and (max-width: 400px)  {
	.header-contact {
		flex-direction:column;
		justify-content:center;	
}
	.header-location{
		justify-content: center;
		text-align: center;	
}
	.header-email-phone {
		text-align:center;
		justify-content:center;
}
		h4 {
		font-size: 40px;
}
	.slideshow-info p {
	font-size: 18px;
}
	.button-col {
	width:100%;
	padding: 10px;
	}

}
@media screen and (max-width: 260px)  {
	.header-contact a {
		word-break: break-all;
	}
}

