﻿/***** BEGIN RESET *****/

* {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
}
ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

a {
	text-decoration:none;
	color:#6b6c6c;
}

a:hover {
	color:#181818;
}

p {
	color:#181818;
	font-size:17px;
	line-height:24px;
}

h1 {
	font-family:'robotobold', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	color:#314f69;
	font-size:38px;
	font-weight:normal;
}

h1 span {
	text-transform:uppercase;
	font-weight:normal;
	color:#6b6c6c;
	font-size:28px;
}

h2 {
	text-transform:uppercase;
	font-weight:normal;
	color:#6b6c6c;
	font-size:28px;
}

h2 span {
	font-family:'robotobold', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	color:#314f69;
	font-size:38px;
	font-weight:normal;
}

h3 {
	font-family:'robotobold', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	color:#314f69;
	font-size:22px;
	font-weight:normal;
}

h4 {
	text-transform:uppercase;
	font-weight:normal;
	color:#6b6c6c;
	font-size:18px;
}

h6 {
	text-transform:uppercase;
	font-weight:normal;
	font-size:20px;
}

body {
	-webkit-text-size-adjust: none;
	font-family:'robotoregular', Helvetica, Arial, sans-serif !important;
	color:#181818;
}

.wrap {
	max-width:1450px;
	margin:0 auto;
	width:96%;
}

header {
	width:100%;
	float:left;
	padding:1% 0;
	background:url(../siteart/subtle_surface.png) repeat;
}

#logo {
	width:25%;
	float:left;
}

#logo img{
	width:100%; max-width:325px; 
}

#topcontact {
	width:75%;
	float:left;
	text-align:right;
	margin:2% 0 1%;
	text-transform:uppercase;
	color:#6b6c6c;
	font-size:18px;
}

#topcontact a {
	color:#6b6c6c;
}

#topcontact a:hover {
	color:#314f69;
}

#white {
	width:100%;
	float:left;
	background:#fff;
	padding:2% 0;
}

.half {
	width:50%;
	float:left;
}

.truck img {
	-webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}

.truck img:hover {
	margin-left:-20px;
}

.split {
	width:47%;
	float:left;
	margin:120px 3% 0 0;
	text-align:center;
}

.split img {
	-webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}

.split:hover img {
	margin-right:-20px;
}

#trucktext {
	float:right;
	text-align:center;
	position:relative;
	margin-top:-55px;
}

#grey {
	background:url(../siteart/subtle_surface.png) repeat;
	width:100%;
	float:left;
	padding:2% 0;
}

/***** Contact Us *****/

#contact {
	width:30%;
	float:left;
	margin-right:3%;
}

#map {
	width:67%;
	float:left;
}

/***** About Us *****/

.rightimg {
	width:33%;
	float:right;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;

}
 
.scrolling{
    width:100%;
    height:90px;
}

/***** Footer *****/

footer {
	width:100%;
	float:left;
	background:#181818;
	padding:2% 0;
	color:#e6e6e6;
	line-height:26px;
	font-size:15px;
}

footer a {
	color:#e6e6e6;
}

footer a:hover {
	color:#ccc;
}

#bottomcontact {
	width:16%;
	float:left;
	margin-right:3%;
}

#quicklinks {
	width:28%;
	float:left;
	margin-right:3%;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#e6e6e6;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#ccc;}
.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#e6e6e6;}
.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#e6e6e6;}
.divfooter {width:50%; float:left; color:#e6e6e6; line-height:14px;}



@media screen and (max-width: 1260px)  {
	#logo{width:20%; margin:10px 0 0 0;}
	#logo img{width:100%; max-width:285px;}
	
	#trucktext {
		margin-top:-40px;
	}

	#white h3 {
		font-size: 20px;
	}
	
	#white h4 {
		font-size: 17px;
	}
	
}

@media screen and (max-width: 1140px)  {
	
	#trucktext {
		margin-top:-30px;
	}

	#white h3 {
		font-size: 18px;
	}
	
	#white h4 {
		font-size: 16px;
	}
	
	h1 {
		font-size:30px;
	}
	
	h2 {
		font-size:24px;
	}
	
	.split {
		margin:110px 3% 0 0;
	}
	
	#bottomcontact {
		width:19%;
	}
	
	#quicklinks {
		width:35%;
	}

	.divfooter {width:40%;}
	
}



@media screen and (max-width: 1024px)  {
	
	#logo {
		width:30%;
	}
	
	#topcontact {
		width:68%;
		margin:1% 2% 1% 0;
	}
	
	.truck {
		width:33.33%;
		margin-top:75px;
	}
	
	.machines {
		width:66.67%;
	}
	
	#trucktext {
		margin-top:-2px;
		width:100%;
		float:left;
	}
	
	.split {
		width:47%;
		margin:20px 0 0;
	}
	
	.split:hover img, .truck:hover img {
		margin:0;
	}
	
	#bottomcontact {
		width:30%;
	}
	
	#quicklinks {
		width:64%;
	}

	.divfooter {width:100%; margin-top:30px;}
	
}

@media screen and (max-width: 960px)  {
	
	.split {
		margin:70px 3% 0 0;
	}
	
}

@media screen and (max-width: 800px)  {
	
	.half {
		width:100%;
	}
	
	.half h1, .half h2, #contact h1, #contact h2 {
		text-align:center;
	}
	
	.half iframe {
		width:100%;
		margin-top:20px;
	}
	
	.truck {
		margin-top:10px;
	}
	
	#trucktext {
		margin-top:0;
	}
	
	#logo {
		width:35%;
	}
	
	#topcontact {
		width:63%;
		font-size:16px;
	}
	
	#contact {
		width:100%;
		margin-right:0;
		text-align:center;
	}
	
	#map {
		width:100%;
		margin-top:20px;
	}
	
	.rightimg {
		width:42%;
	}
	
}

@media screen and (max-width: 590px)  {
	
	header {
		padding:2% 0;
	}
	
	#logo {
		width:50%;
		float:none;
		margin:0 auto;
	}
	
	#topcontact {
		width:100%;
		margin:2% 0;
		text-align:center;
	}
	
	#bottomcontact {
		width:40%;
	}
	
	#quicklinks {
		width:54%;
	}
	
	.rightimg {
		display:none;
	}
	
}

@media screen and (max-width: 460px)  {
	
	#logo {
		width:70%;
	}
	
	footer {
		padding:3% 0;
	}
	
	#bottomcontact {
		width:100%;
		margin:0;
		text-align:center;
	}
	
	#quicklinks {
		width:100%;
		margin:30px 0 0;
		text-align:center;
	}
	
	.divfooter {text-align:center;}
	
	.split {
		width:100%;
	}
	
	h1 {
		font-size:24px;
	}
	
	h2 {
		font-size:20px;
	}
	
}

@media screen and (max-width: 350px)  {
	
	#logo {
		width:90%;
	}
	
	h1 {
		font-size:20px;
	}
	
}