﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	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 {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 2em;}

p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

	
h1 {
	font-family: 'Alfa Slab One', cursive;
	font-size: 32px;
}
		

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
}

	
h3 {
	font-family: 'Alfa Slab One', cursive;
	font-size: 24px;
}


h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
}


h5 {
	font-family: 'Alfa Slab One', cursive;
	font-size: 18px;
}


h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

.white {color: #FFFFFF;}
.black {color: #000000;}
.grey {color: #424242;}
.yellow {color: #F6A530;}

.caps {text-transform: uppercase;}
.bold {font-weight: 800;}
.tracking {letter-spacing: 1px;}
.center-text {text-align: center;}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #aaa; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/
.header-logo {
	display: block; 
	margin: auto;
	max-height: 225px;
	padding: 15px;
}

/*===================== 
	nav styles 
=======================*/

nav.primary {
	z-index: 400;
	padding: 0;
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
	}

nav.primary ul {
	padding:0;
	margin:0;
	background-color: #f6a530;
}

nav.primary > ul > li {
	display:inline-block;
	list-style-type:none; 
	padding: 15px 30px;
}

nav.primary ul li a {
	font-family: alfa slab one, cursive;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
	color: #000000!important;
}	
			
nav.primary ul li a:hover {
	color: #FFFFFF!important;
}


	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
    position: absolute; 
	max-width: 235px;
	padding: 15px;
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 2000 !important;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
	padding: 10px 5px;
	text-align: left;
}

.dropdown_arrow {
	display: inline-block !important;
}



/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	padding: ;
	background: #f6a530;
	border-bottom: ;
	text-align: right;
	min-height: 0 !important;
	}
	#menu-button a{
		 color:#000;
		 text-decoration: none;
		 text-align: right !important;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #000;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
.menu-toggle {
	text-align: right;
	font-size: 32px;
	font-weight: 800;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding-left: 20px;
	background-color: #000000;
}
nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
	color: #FFFFFF;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	color: #fff!important;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}
nav.mobile ul li a:hover {
	background:;
	color: #f6a530!important;
}


nav.mobile ul li li a { /* appearance of the sub-level links */
	position: relative;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none !important;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-44px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover{
	background-size:60%;
}





/*===================== 
	content styles 
=======================*/
.background-img {
	background-image: url('/siteart/dark-soil.jpg');
	height: 100%; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.heavy-card-img {
	background-image: url('/siteart/heavy-button.jpg');
	width: 100%;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.medium-card-img {
	background-image: url('/siteart/medium-button.jpg');
	width: 100%;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.light-card-img {
	background-image: url('/siteart/light-button.jpg');
	width: 100%;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.trailer-card-img {
	background-image: url('/siteart/trailer-button.jpg');
	width: 100%;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.listing-card {
	font-family: 'Alfa Slab One', cursive;
	font-size: 18px;
	color: #000000!important;
}
.listing-card:hover {
	background-color: #000000;
	color: #FFFFFF!important;
}
.card-body {
	background-color: #f6a530;
    padding: 15px;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
    clear: both;
}
.button-text {
	padding-bottom: 15px;
	border-bottom: 1px solid #F6A530;
	letter-spacing: 1px;
}
.inventory-button {
	background-color:#424242;
	color: white;
	width: 100%;
	display: block; 
	margin: 40px auto;
	padding: 60px 20% 45px 20%;
	text-align: center;
	border: none;
}
.inventory-button:hover {
	background-color:#F6A530;
	color: #000000;
}
.homepage-container {
	max-width: 1600px;
	display: block;
	margin: 20px auto;
}
.welcome-bkgd {
	background-color: #424242;
	color: #FFFFFF;
	width: 100%;
	padding: 40px 20px;
	clear: both;
	position: relative;
}
.truck-graphic {
	display: block;
	margin: auto;
}


/*===================== 
	contact page styles 
=======================*/
.form_box {
	color: black;
	width: 100%;
	padding-left: 5px;
	margin: 5px 0px;
	height: 30px;
}
.form_box_long {
	color: black;
	width: 100%;
	padding-left: 5px;
	margin: 5px 0px;
	height: 150px;
}
.form_button {
	border: none;
	background-color: #F6A530;
	color: black;
	font-family: alfa slab one, cursive;
	height: 35px;
	width: 150px;
	text-align: center;
}
.form_button:hover, .CaptchaMessagePanel {
	color: white;
}
.contact-headers {
	border-bottom: 1px solid #F6A530;
	padding-bottom: 5px;
	letter-spacing: 1px;
}
.contact-container {
	max-width: 1200px;
	display: block;
	margin: auto;
}	
.contact-bkgd {
	background-color: #424242;
	color: #FFFFFF;
	width: 100%;
	padding: 40px 20px;
	clear: both;
	position: relative;
}
.info-padding {
	padding-top: 5px;
}
.info-wrap {
	padding: 10px 5px;
}


/*===================== 
	thankyou page styles 
=======================*/
.thankyou-content {
	padding: 200px 100px 315px 100px;
}
.bold-title {
	font-family: alfa slab one, cursive;
}

/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	banner styles 
=======================*/



/*===================== 
	layout styles 
=======================*/




/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
}
.footer-bkgd {
	background-color: #000000;
	color: #FFFFFF;
	padding: 20px 40px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
.contact-category {
	padding-bottom: 10px;
	border-bottom: 1px solid #F6A530;
	letter-spacing: 1px;
}
.contact-info {
	padding-top: 10px;
	letter-spacing: 1px;
}
	
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: #F6A530;
		}

.footertext {
	font-size:13px; 
	color:#FFFFFF;
	}

.smallfootertext {
	font-size:10px; 
	color:#FFFFFF;
	}

.divfooter {
	max-width: 1200px; 
	text-align: center; 
	margin: 80px auto 20px auto;
}

.footer-logo {
	display: block;
	margin: auto;
	padding: 10px;
	max-width: 200px;
}



/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.divfooter {margin: 0px auto 20px auto;}
	.footer-logo {margin: 30px auto;}

}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.location {margin-top: 20px;}
	.inventory-button {margin: 10px auto;}

}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.contact-category {text-align: center;}
	.contact-info {text-align: center;}
	.fax {margin-top: 20px;}
	.form_button {display: block; margin: auto; float: none;}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
 
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

