﻿* { padding: 0; margin: 0; }

/* CLEARFIX */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/* MAP MOUSE POINTER */

.scrolloff {
	pointer-events: none;
}



/* LINKS */

a:link {
    color: #d80003;
    text-decoration: none;
}

a:visited {
    color: #d80003;
}

a:hover {
    color: #d80003;
    text-decoration: underline;
}

a:active {
    color: #d80003;
}


a img {
   border:none; 
}

em {
	font-weight: bold;
	font-style: normal;
}

/*

font-family: 'Open Sans', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/


body {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: #58585a;
	text-align: left;
	padding: 0;
	margin: 0;

	/* background should be same as footer background */
	background: #0c0b09;
}


h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	color: #da291c;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 0;
	font-weight: 400;
}


h2 {
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0 0 10px 0;
	font-size: 36px;
	font-weight: 400;
	color: #d80003;
	text-transform: uppercase;
	text-align: center;
}

h3 {
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0 0 10px 0;
	font-size: 28px;
	font-weight: 400;
	color: #676767;
	text-transform: uppercase;
	text-align: center;
}

h4 {
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0 0 10px 0;
	font-size: 24px;
	font-weight: 400;
	color: #990000;
	text-transform: uppercase;
	text-align: center;
}

h5 {
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0 0 10px 0;
	font-size: 20px;
	font-weight: 400;
	color: #aaa;
	text-transform: uppercase;
	text-align: center;
}


@media screen and (max-width: 900px) {
	h1 {
		font-size: 40px;
		padding: 18px 0;
	}
	
	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 24px;
	}
	
	h4 {
		font-size: 22px;
	}
	
	h5 {
		font-size: 20px;
	}
}


@media screen and (max-width: 500px) {
	h1 {
		font-size: 30px;
		padding: 4px 0;
	}
	
	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 22px;
	}
	
	h4 {
		font-size: 20px;
	}
	
	h5 {
		font-size: 19px;
	}
}




p {
	padding: 0 0 10px 0;
}





/* BEGIN HEADER AND NAVIGATION */

#navigation-wrapper {
	box-sizing: border-box; 
	position: fixed;
	width: 100%;
	z-index: 1000;
	height: 80px;
	padding: 0;
	font-size: 0;
	background-color: rgba(218, 41, 28, .97);
}


#header {
	box-sizing: border-box; 
	position: relative;
	display: inline-block;
	width: 100%;
	z-index: 1000;
	height: 80px;
	padding: 0;
	background-color: rgba(218, 41, 28, .97);
}

#cssmenu-holder {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 32px;
  text-align: center;
}


#mainlogo {
	height: 80px;
	float: left;
	padding-left: 5px;
}

#mainlogo img{
	height: 100%;
}

#mainquote {
	box-sizing: border-box; 
	position: relative;
	display: block;
	height: 80px;
	width: 150px;
	float: left;
	font-size: 13px;
	font-style: italic;
	color: #FFF;
	padding: 10px 0 0 10px;
}

#mainlinks {
	box-sizing: border-box; 
	position: absolute;
	display: block;
	height: 80px;
	top: 0;
	right: 0;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	padding: 4px 10px 0 0;
	text-align: right;
	line-height: 150%;
}

#mainlinks a {
	color: #eee;
	text-decoration: none;
}

#mainlinks a:hover {
	color: #FFF;
}


@media screen and (max-width: 550px) {
	#mainlogo {
		height: 60px;
		padding-left: 5px;
	}


	#mainquote {
		font-size: 11px;
		height: 10px;
		padding: 0 0 0 10px;
		width: 100%;
	}


	#mainlinks {
		padding: 10px 10px 0 0;
		font-size: 12px;
	}

}




/* BEGIN PARALLAX VIEW */
.parallax-window {
    height: 400px;
    background: url(parallax-overlay.png);    
}


@media screen and (max-width: 742px) {
	.parallax-window {
	    height: 300px;    
	}
}

@media screen and (max-width: 615px) {
	.parallax-window {
	    height: 200px;    
	}
}

@media screen and (max-width: 492px) {
	.parallax-window {
	    height: 150px;    
	}
}

@media screen and (max-width: 374px) {
	.parallax-window {
	    height: 100px;    
	}
}


/* END PARALLAX VIEW */


/* BEGIN OTHER SECTIONS */


#moreinfo {
	position: relative;
	color: #333;
	width: 100%;
	min-height: 500px;
	max-height: 500px;
	background-size: cover;
}

.infoback1 {
	background: url('images/moreinfo1.jpg') center 50% / 100% auto no-repeat;
}

.infoback2 {
	background: url('images/moreinfo2.jpg') center 50% / 100% auto no-repeat;
}

.infoback3 {
	background: url('images/moreinfo3.jpg') center 50% / 100% auto no-repeat;
}

@media screen and (max-width: 800px) {
    #moreinfo {
		min-height: 400px;
		max-height: 400px;

    }
}

@media screen and (max-width: 500px) {
    #moreinfo {
		min-height: 300px;
		max-height: 300px;
    }
}

#quicksearch {
	position: relative;
	color: #fff;
	width: 100%;
	min-height: 500px;
	max-height: 500px;
	background: url('images/quicksearch.jpg') center 50% / 100% auto no-repeat;
	background-size: cover;	
}

@media screen and (max-width: 800px) {
    #quicksearch {
		min-height: 400px;
		max-height: 400px;

    }
}

@media screen and (max-width: 500px) {
    #quicksearch {
		min-height: 300px;
		max-height: 300px;
    }
}





/* BEGIN PIC STUFF */
#pic {
	position: relative;
	color: #fff;
	width: 100%;
	min-height: 500px;
	max-height: 500px;
	background-size: cover;
}

#sub-pic {
	position: relative;
	color: #fff;
	width: 100%;
	min-height: 300px;
	max-height: 300px;
	background-size: cover;
}

@media screen and (max-width: 800px) {
    #pic {
		min-height: 400px;
		max-height: 400px;
    }
    
    #sub-pic {
		min-height: 250px;
		max-height: 250px;
	}

}

@media screen and (max-width: 500px) {
    #pic {
		min-height: 300px;
		max-height: 300px;
    }
    
    #sub-pic {
		min-height: 200px;
		max-height: 200px;
	}

}


.pic-img-default {
	background: url('images/pic-img-default.jpg') center 50% / 100% auto no-repeat,
	  #fff;
}

.pic-img-inventory {
	background: url('images/pic-img-inventory.jpg') center 50% / 100% auto no-repeat,
	  #fff;
}

.pic-img-contact {
	background: url('images/pic-img-contact.jpg') center 50% / 100% auto no-repeat,
	  #fff;
}

.pic-img-location {
	background: url('images/pic-img-location.jpg') center 50% / 100% auto no-repeat,
	  #fff;
}

.pic-img-financing {
	background: url('images/pic-img-financing.jpg') center 50% / 100% auto no-repeat,
	  #fff;
}

.pic-img-mobileservice {
	background: url('images/pic-img-mobileservice.jpg') center 50% / 100% auto no-repeat,
	  #fff;
}

.pic-img-cummins {
	background: url('images/pic-img-cummins.jpg') center 50% / 100% auto no-repeat,
	  #fff;
}




/* END OTHER SECTIONS */




/* BEGIN MAIN */


#content-wrapper {
	width: 100%;
	padding: 80px 0 0 0;
	margin: 0;
	background-color: transparent;
}


@media screen and (max-width: 785px) {
	#navigation-wrapper {
		position: relative;
		display: inline-block;
	}
	
	#content-wrapper {
		padding: 0;
		margin: -5px 0 0 0;
	}

}



.main-wrapper {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 20px 0px;
	margin-top: 0px;
}

.main-section {
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	width: 100%;
	color: #000;	
	padding: 5px 10px 5px 10px;
	overflow: auto;
	overflow-x: hidden;
	text-align: center;
}

.main-section-restrict {
	max-width: 1500px;
}


.standardbutton a {
	font-family: 'Source Sans Pro', sans-serif;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	color: #eee !important;
	text-align: center;
	font-weight: bold;
	margin: 5px;
	background: #232323;
	letter-spacing: 2px;
    padding: 8px 25px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 15px;
}


.standardbutton a:hover {
	color: #232323!important;
	background: #ddd;
}



.hold-inline-blocks {
	font-size: 0;
}

.sub-inline-blocks-fontsize {
	font-size: 13px;
}


.mncolor1 {
	background: #FFF;
}

.mncolor2 {
	background: #eee;
}

.mncolor3 {
	background: #ccc;
}

.mncolor4 {
	background: #aaa;
}


/* END MAIN */







/* BEGIN MAIN SUBSTYLES */




.bigcolorboxes {
	position: relative;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	background: #d80003;
	color: #eee;
	text-align: center;
	padding: 20px 0;
	margin: 0 5px;
	width: calc(100% - 10px);
}

.bigcolorboxes:hover {
	background: #f60107;
	color: #FFF;
}



.linklearnmore {
	padding-top: 10px;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}














.iconsbutton {
	opacity: .8;
	display: block;
	position: relative;
	margin-bottom: 20px;
}

.iconsbutton:hover {
	opacity: 1;
}

.iconsbutton a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
}

.iconlogo {
	display: block;
	position: relative;
	margin-bottom: 20px;
}

.subs {
	position: relative;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.subs-in {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}

.sub_1-1 {
	width: 100%;
}

.sub_1-2 {
	width: 50%;
}

.sub_1-3 {
	width: calc(100% / 3);
}

.sub_2-3 {
	width: calc(100% / 3 * 2);
}

.sub_1-4 {
	width: 25%;
}

.sub_1-5  {
	width: 20%;
}

.sub_1-6 {
	width: calc(100% / 6);
}

.sub_1-7 {
	width: calc(100% / 7);
}

.sub_1-9 {
	width: calc(100% / 9);
}




@media screen and (max-width: 900px) {
	
	.sub_1-4 {
		width: 50%;
	}
	
	.sub_1-6 {
		width: calc(100% / 3);
	}
	
	.sub_1-9 {
		width: calc(100% / 3);
	}

}






















.button80 {
	width:80%;
}

@media screen and (max-width: 700px) {
	.iconsbutton a {
		font-size: 14px;
	}
	
	.sub_1-9 {
		width: calc(100% / 7);
	}

}


@media screen and (max-width: 550px) {
	.iconsbutton a {
		font-size: 12px;
	}
}


@media screen and (max-width: 422px) {
	.iconsbutton a {
		font-size: 11px;
	}
}



@media screen and (max-width: 422px) {
	.sub_1-2 {
		width: 100%;
	}
	
	.sub_1-3 {
		width: 100%;
	}
	
	.sub_2-3 {
		width: 100%;
	}
	
	.sub_1-4 {
		width: 100%;
	}
	
	.sub_1-5  {
		width: 100%;
	}
	
	.sub_1-6 {
		width: 100%;
	}

	.sub_1-7 {
		width: 100%;
	}
	
	.sub_1-9 {
		width: 100%;
	}



   .mainbutton {
		padding: 2px 0 2px 0;
	}

	.largebutton {
		display: none;
	}
	
	.smallbutton {
		display: inline-block;
	}
	
	.preventwrap34 {
		width: 34% !important;
	}

	.preventwrap33 {
		width: 33% !important;
	}
	
	.preventwrap50 {
		width: 50% !important;
	}

}


.img100 {
	width: 100%;
}
.img90 {
	width: 90%;
}
.img80 {
	width: 80%;
}
.img70 {
	width: 70%;
}
.img60 {
	width: 60%;
}
.img50 {
	width: 50%;
}




/* END MAIN SUBSTYLES */






/* STAFF STYLES */


.substaff {
	padding-top: 10px;
}

.staff-info {
	font-size:14px;
}

.staff-name {
	color:#000;
	font-weight:bold;
	font-size:16px;
}

.staff-title {
	color:#777;
}

.staff-phone {
	font-weight:bold;
}

.staff-email {
	font-style:italic;
}

.staff-email a{
	color:#40406b;
	text-decoration: none;
}

.staff-email a:hover {
	color:#7979b2;
}

@media screen and (max-width:700px) {
	.staff-info {font-size:12px;}
	.staff-name {font-size:14px;}
}

@media screen and (max-width:550px){
	.staff-info {font-size:10px;}
	.staff-name {font-size:12px;}
}

/* END STAFF STYLES */






/* BEGIN FOOTER */

#footer-wrapper { 
	position: relative;
	margin: 0 auto;
	width: 100%;
	background: #0c0b09;
	clear: both;
	font-size: 14px;
	text-align: center;
}


#footer { 
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 902px;
	padding: 20px 10px;
	color: #FFF;
}

#footer a { 
	color: #ffffda;
}

#footer a:hover { 
	color: #f8fabd;
}


#footer .disclaimer {
	padding-top: 10px;
	font-size: 12px;
}

/* END FOOTER */





/* BEGIN LEGAL */

#legal {
	font-size: 12px;
	line-height: 120%;
	text-align: left;
}

#legal h5{
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 120%;
}

#legal p{
	padding-top: 10px;
}

#legal .sub{
	padding-left: 16px;
}

#legal .subsub{
	padding-left: 32px;
}


#legal ul {
	padding-left: 16px;
}

#legal ul li {
	padding-top:10px;
}

#legal .emph {
	font-weight:bold;
}


#legal a {
	font-weight:bold;
	color: #999;
}

#legal a:visited {
    color: #999;
}

#legal a:hover {
    color: #ccc;
}

#legal a:active {
    color: #999;
}



#legal ol {
	padding-left: 16px;
}

#legal li {
	padding-top: 10px;
}

/* END LEGAL */







/* unit search box */

#unitsearchbox {
	position: absolute;
	display: block;
	left: 10px;
	top: 10px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgba(255, 255, 255, .5);	
}


#unitsearchbox p {
	font-weight: bold;
	line-height: 140%;	
}


#unitsearchbox input[type=submit] {
	padding: 5px 20px 5px 20px;
	border: none;
	clear: both;
	float: left;
	margin-top: 10px !important;
	background: #555;
	color: #FFF;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
    margin-top: 3px !important;
}

#unitsearchbox input[type=submit]:hover {
	background: #dbe1ea;
	color: #000;
}

#unitsearchbox input[type=text] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 24px;
	border: 1px #000 solid;
	padding: 0 4px;
}


@media screen and (max-width: 500px) {
	#unitsearchbox p {
		font-size: 11px;
	}
	
	
	#unitsearchbox input[type=submit] {
	    font-size: 11px;
	}
	
	#unitsearchbox input[type=text] {
		height: 18px;
		font-size: 11px;
	}

}