﻿/***** 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;
}

img{max-width: 100%; height: auto;}


/*===================== 
	@Font-Face 
=======================*/
@font-face {
    font-family: 'montserratlight';
    src: url('/fonts/montserrat-light-webfont.eot');
    src: url('/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-light-webfont.woff') format('woff'),
         url('/fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: 300px;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.eot');
    src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-regular-webfont.woff') format('woff'),
         url('/fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: 500px;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('/fonts/montserrat-bold-webfont.eot');
    src: url('/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-bold-webfont.woff') format('woff'),
         url('/fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: 800px;
    font-style: normal;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/*===================== 
	base styles 
=======================*/

html, body{
	font-family: 'montserratlight';
	font-size: 14px;
	-web-text-size-adjust:none;
	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;} 

.clear{clear:both;}
	
/*===================== 
	typography 
=======================*/


strong { font-family: 'montserratbold';}

h1 { font-family: 'montserratlight'; font-size: 26px; color:#067e40;}
h2 { font-family: 'montserratbold'; font-size: 20px; color:#6c676a;}
h3 { font-family: 'montserratbold'; font-size: 16px; color:#fff; margin: 25px 0;}
h4 { font-family: 'montserratlight'; font-size: 14px; color:#fff;}
h5 { font-family: 'montserratbold'; font-size: 30px; color:#067e40; text-align:left; width:100%; margin: 0 0 45px 0;}
h6 {
    font-family: 'montserratregular';
    color: #e9d119;
    font-size: 14px;
}
h7 {
    font-family: 'montserratregular';
    color: #fff;
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
}

p { font-family: 'montserratlight'; font-size: 14px; line-height: 20px; color:#424242;}


/*===================== 
	link styles 
=======================*/

a{
	color:#000;
	text-decoration:none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}
a:hover{
	color: #A7ADB5;
}

/*===================== 
	header styles 
=======================*/

/***** SITE FRAMEWORK *****/



html, body{
	background: #fff; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.header{
	padding: 15px 0;
	width:100%;
	max-width: 1300px;
}




/*** BACKGROUND SLIDES ****/


.cycle-slideshow {
    width: 100%;
    position: relative;
    margin: 0 0;
}
.cycle-slideshow img{
	width:100%;
}

	
/***** STYLES *****/

#logo {
    float: left;
    position: relative;
    z-index: 99;
    margin: 2% 0 0;
}

#logo img{
	width:100%;
	max-width:215px;
}



/*===================== 
	content styles 
=======================*/


.wrapper{
	max-width: 1100px;
	margin: 0 auto;
}

.content{
    background: #ccc;
	margin: 0 auto;
	padding:4% 0;	

}

iframe{width:100%;}

.giant{width:100%;}
.giant img{width:100%;}


.manus{
	width:100%;
	margin:0 auto;
	text-align:center;	
}
.manus img{
	max-height:100px;
	padding: 2% 2%;
	text-align: center;	
}

.express img{
	max-width:220px;
	width: 100%;
}




/*---------BUTTONS------------*/


.button-wrap {
    width: 100%;
    padding: 3% 0;
    text-align: center;
    display: inline-block;
}


#buttons {
	text-align:center;
	display:inline-block;
	margin: 0 45px;
}

#buttons a h1 {
    color: #ffffff;
    border: solid 1px #067e40;
    text-transform: uppercase;
    background: #067e40;
    padding: 30px 0;
    width: 400px;
    float: left;
    margin: 0 2%;
    text-align: center;
    border-radius: 9px;
}

#buttons a h1:hover{
	text-transform:uppercase;
    background: #fff;
	color:#067e40;
    border: solid 1px #067e40;
	cursor:pointer;
	
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}



.giant img{
	width:100%;
}

.mid-section{
	width:100%;
    padding: 42px 0;
    background-image: url(../siteart/mid-bg-new.png);
    background-repeat: no-repeat;
    height: 413px; 
	background-size: cover;
}

.company-info {
    width: 100%;
    max-width: 1000px;
    text-align: left;
    margin: 150px auto;
}

.company-info p{line-height: 42px;}	

.location{
	width:100%;
    padding: 42px 0;
    background-image: url(../siteart/location.jpg);
    background-repeat: no-repeat;
	background-size: cover;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

.contact{
	width:100%;
    padding: 42px 0;
    background-image: url(../siteart/contact.jpg);
    background-repeat: no-repeat;
	background-size: cover;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

.financing-page{
	width:100%;
    padding: 42px 0;
    background-image: url(../siteart/financing.jpg);
	background-position: 50% 50%;
    background-repeat: no-repeat;
	background-size: cover;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

.parts{
	width:100%;
    padding: 42px 0;
    background-image: url(../siteart/parts.jpg);
    background-repeat: no-repeat;
	background-size: cover;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}


.copy-position {
    width: 100%;
    max-width: 1100px;
    text-align: left;
    margin: 3% auto;
}




/*===================== 
	   side tabs 
=======================*/



.side {
    background: #fff;
    width: 300px;
    height: 500px;
    position: fixed;
    z-index: 100;
}

#weather {
     top: 275px; 
    height: 159px;
    z-index: 999;
	right: -300px;
}

#weatherTab {
    display: block;
	height: 150px;
	width: 55px; 
	background: url(../siteart/widget_weather.jpg);
    position: absolute;
    left: -55px;
    top: 0px;
}



	
/*===================== 
	slideshow styles 
=======================*/



a.arrow{	
	transition: all 2s ease-in-out; 
	-moz-transition: all 2s ease-in-out; 
	-webkit-transition: all 2s ease-in-out;
}

.arrow {
    position: relative;
    top: 500px;
    z-index: 999;
    text-align: center;
    margin: -30px auto;
	opacity: .75;
}

.arrow img {
    height: 50px;
    margin: 0 auto;
    text-align: center;
}


.cycle-slideshow {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.cycle-slideshow img{
	width:100%;
}




/*===================== 
 scrolling inventory
=======================*/

.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
	Inventory styles 
=======================*/

.body-content .body-wrapper {padding:2%; background:#fff; box-sizing: border-box;}

/*----View Details Button----*/
.view-listing-details-link {background:#067e40 !important; color: #fff !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}

/*----Price----*/
.listing-main-stats .price {color:#000 !important;}

/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #067e40 !important; color:#fff !important;}

/* ---- Parts ----- */
.parts-listing-container .parts-button{background: #067e40 !important; color:#fff !important;}
.parts-listing-container .parts-button:hover{background:#000 !important; color:#fff !important}
	
#part-detail-content .part-detail-additional-data .data-row .data-label{background:#000 !important; color:#fff !important;}

/*------------------------------Compare Page---------------------------------*/
.cs-btns a{
	background:#000 !important; color:#fff !important;
}
.cs-btns a:hover{
	background:#067e40 !important; color:#fff !important;
}



/*===================== 
	layout styles 
=======================*/

.left {float: left;}
.right {float: right;}
.clear {clear:both;}

	
.column1 {width:75%; float:left; padding-right: 50px; box-sizing: border-box;}
.column2 {width:50%; float:left; padding-right: 25px; box-sizing: border-box;}
.column3 {width:33.33333%; float:left; padding-right: 25px; box-sizing: border-box;}
.column4 {width:25%; float:left; padding-right: 25px; box-sizing: border-box; color: #d3d3d3;}
.column5 {width:20%; float:left; box-sizing: border-box;}
.column6 {width:16.66666%; float:left; padding-right: 25px; box-sizing: border-box;}



/*===================== 
	main form
=======================*/

#form{
	max-width:1100px;
	margin: 5% auto;
	color:#424242;
}

#form input {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
	font-family: 'montserratlight';

}

#form textarea {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 90px;
	box-sizing: border-box;
	font-family: 'montserratlight';

}

#form select {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
}

#form input[type="checkbox"] {
    margin:5px 10px 0 0;
    width:13px;
    height:13px;
    display:inline;
}
#form input[type="radio"] {
    margin:5px 10px 0 0;
    width:15px;
    height:15px;
    display:inline;
}
 
#form input.send-button,
#form input.send-button:focus {
    text-align: center;
    text-transform: uppercase;
    width: 207px;
    font-size: 14px;
    color: #fff;
	font-family: 'montserratregular';
	background: #646d6d;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    border-radius: 6px;
	height: 50px;
}

#form input.send-button:hover {
	background: #067e40;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
	cursor: pointer;
}
 
/*CAPCHA*/

.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: left !important;
	line-height:normal !important;
}

.CaptchaAnswerPanel input {width: 200px !important;}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:12px;
	line-height:14px;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color: #859090;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 





/*===================== 
	top footer styles 
=======================*/

/***** FOOTER STYLES *****/

#border {
    width: 200px;
    border-top: 6px solid #f3e837;
    padding-bottom: 16px;
}

.bottom {
    width: 100%;
    background: #242424;
}

.footer {
    width: 94%;
    padding: 45px 0 70px;
    font-family: 'montserratlight';
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 0 6%;
}


.footer a{font-family: 'montserratlight'; color: #fff; font-size: 11px; line-height: 24px;}
.footer a:hover{color: #e9d119; font-weight:bold;}

.bottom-footer{
	background: #fff;
	padding: 20px 0;
}

.footer-logo {
    float: left;
    max-width: 410px;
    text-align: left;
}

.footer-logo img{
	padding:0 5px;
	height: 59px;
}


a.footerlink:link, a.footerlink:visited, a.footerlink:active{font-family: 'montserratregular'; color:#757575; font-size:10px; line-height: 14px;}
a.footerlink:hover {font-family: 'montserratbold'; font-weight:bold; text-decoration:none; font-size:10px;}
.footertext{font-family: 'montserratregular'; font-size:10px; color:#757575; line-height: 14px;}
.smallfootertext{font-family: 'montserratlight'; font-size:10px; color:#757575; line-height: 14px;}

.divfooter {
    float: left;
    line-height: 14px;
    width: 60%;
} 
.clear{clear:both;}	



/*===================== 
  non-iframe inv styles 
=======================*/

.hosted-content .p-tb-10 {
    padding: 5% 0!important;
}
	
	
.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    line-height: 2em;
    color: #757575;
}

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {
    color: #fff!important;
    background: #067e40!important;
	border-radius:6px!important;
}
.listings-wrapper .hosted-theme .btn:hover {
    background: #757575!important;
    color: #fff!important;
}



.hosted-content h1#listings-title {
    font-size: 1.8rem;
    font-family: 'montserratlight';
    font-size: 26px;
    color: #067e40;
}




/*-----Control widget size------*/

.hosted-content .widget-express .column3 img {width: 100%;max-width: 30px !important;}
.hosted-content .widget-express img {width: 30px;}
.hosted-content .hauler-image img {width: 30px;}
.hosted-content .widget-unico img { width: 30px;}
.hosted-content .listing-boxed-pricing .widgets, .hosted-content .listing-card-inner .widgets img { width: 30px;}


/*-----Hide widgets------*/

/*.hosted-content .widget-express .column3 { display:none!important}
.hosted-content .widget-express { display:none!important}
.hosted-content .hauler-image  { display:none!important}
.hosted-content .widget-unico { display:none!important}
.hosted-content .listing-boxed-pricing .widgets, .hosted-content .listing-card-inner .widgets img { display:none!important}

a.widget-express-container{display:none!important}
a.widget-unico-container{display:none!important}
a.widget-hauler-container{display:none!important}
a.widget-nah-container{display:none!important}*/





/*===================== 
  responsive styles 
=======================*/



.show-menu-for-mobile {display:none;}  

@media screen and (max-width: 1366px) {
	
.company-info {margin: 115px auto 0;}

	
	
	
}
@media screen and (max-width: 1280px) and (min-width:1024px) {
.show-menu-for-mobile {display:none;}

.wrapper{padding: 0 10px;}
	
	

}
@media screen and (max-width: 1265px) {

#nav ul a {
    font-size: 12px;
    letter-spacing: 0px;
    padding: 20px 16px;
}

#nav ul a:hover
{
	border-top: 2px #fff solid;
	padding: 20px 16px !important;
}
#nav ul ul a {
    padding: 20px 16px;
}



}
@media screen and (max-width: 1150px) {

.copy-position {
    width: 94%;
    max-width: 1100px;
    text-align: left;
    margin: 3% auto;
    padding: 0 3%;
}
	
.company-info {
    width: 94%;
    max-width: 1000px;
    text-align: left;
    margin: 150px auto;
    padding: 0 3%;
}
	



}
@media screen and (max-width: 1070px) {

.divfooter {
    float: none;
    width: 100%;
}

.footer-logo {
    float: left;
    width: 100%;
    margin: 2% 0;
}
	

.arrow {top: 425px;}	


}
@media screen and (max-width: 1023px) and (min-width:911px) {
	
.show-menu-for-mobile {display: none;}

.wrapper{
	padding: 0 10px;
}

#buttons {
    text-align: center;
    display: inline-block;
    margin: 0 20px;
}



}
@media screen and (max-width: 924px) {


#buttons {
    margin: 2% 45px;
}



}
@media screen and (max-width: 985px) {
	
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}
.divfooter {max-width:90%}

#navicon {
    float: right;
    font-size: 32px;
    text-decoration: none;
    position: relative;
    z-index: 99999999999999999;
    margin: 3% 2% 0 0;
    color: #fff;
}

#nav  {display:none;}
	
	

}
@media screen and (max-width: 940px) {
	
.column4{ float: left; width: 50%; margin-bottom: 25px;}

	
	
}
@media screen and (max-width: 910px) and (min-width:796px) {
.show-menu-for-mobile {display: none;}

.wrapper{padding: 0 10px;}

	
}
@media screen and (max-width: 850px) {

	
.arrow {display: none!important;}
	

}
@media screen and (max-width: 795px) and (min-width:321px) {

.wrapper{
	padding: 0 15px;
}

h5{font-size:26px;}

}
@media screen and (max-width: 717px) {

.company-info {
    margin: 40px auto 0;
}

.column2 {width: 100%; float: none; padding-right: 0px;}


}
@media screen and (max-width: 550px) {

#buttons a h1 {
    padding: 20px 0;
    width: 100%;
    float: none;
    margin: 0 2%;
}
	.button-wrap {
		width: 100%;
		margin: 20px 0;
		display: block;
	}
	#buttons {
		margin: 4% 20px;
		display: block;

	}
	h1{font-size:20px;}

	
.footer-logo {
    float: left;
    width: 100%;
    margin: 0;
    text-align: left;
}
.column4{ float: left; width: 100%; margin-bottom: 25px;}
	
	
}
@media screen and (max-width: 535px) {
	
.column4 { float: none; width: 100%; margin-bottom: 25px; }

#logo {margin: 4% 0 0;}

.company-info {margin: 0 auto 0;}


p {line-height: 30px;}



}
@media screen and (max-width: 443px){

#form input.button, #form input.button:focus {width: 100%;}

.CaptchaPanel {text-align: center !important;}
	
.company-info p{line-height: 30px;}	
	
	

}
@media screen and (max-width: 340px){
	

#logo {margin: 8% 0 0;}


}

@media screen and (max-width: 320px){
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}
.divfooter {max-width:90%}

#navicon {
	float: right;
	font-size: 32px;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: 0.25rem 0 0 0.5rem;
	color:#fff;
}

#nav  {display:none;}


h2 { font-size: 19px;}
h5{font-size:26px;}

	
.mid-section {height: 595px;}



}
	
