﻿/*===================== 
	Color information
	
	- Evergreen #01584f;
	-
	-
	-
		 
=======================*/
/*===================== 
	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: 'PT Sans', sans-serif !important; 
    margin: 0;
	padding:0;
	}
body.page{
	background:#f3f3f3;
}
svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 

.white_bg{background: #fff; margin:4% auto 0 auto !important;}
.full-width{width:100%;}

	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 24px; font-weight: bold; padding:0 0 1% 0;}
	h1.page-title{border-bottom:1px solid #A0A0A0; padding:2% 0;}
	h2 {font-size: 22px; font-weight: bold; padding:1% 0; color: #6d6d6d;}
	h3 {font-size: 20px; font-weight: bold; padding:3% 0 1% 0;}
	h4 {}
	h5 {}
	h6 {}

p {
	margin: 0;
	padding: 2% 0 1% 0;
	font-size: 16px;
	}

.bold {font-weight: bold;}
.normal{font-weight: normal;}
.center{text-align: center;}
.green{color:#01584f;}
.red{color:#D90003;}
.uppercase{text-transform: uppercase;}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #01584f; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #333;
		}  

a.link-btn{
	width:100%; 
	padding:2%; 
	color:#fff; 
	background: #01584f; 
	border: none; 
	display: block; 
	text-align: center;
	margin: 2% 0;
	box-sizing: border-box;
}
a.link-btn:hover{background: #333;}

#top-links{
	text-align:center;
	max-width:500px;
	margin:0 auto;
	padding: 0 0 6% 0;
}

ul#links {list-style: none; margin:0; padding:0;}

ul#links li {
    display: inline;
    position: relative;
	margin:0 5%;	
}

ul#links li a {
    display: inline;
    text-decoration: none;
    color: #fff;
	font-size:18px;
	padding:13px 15px;
	background:#01584f;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight:bold;
	-moz-box-shadow:1px 1px 7px rgba(0, 0, 0, .8);
	-webkit-box-shadow:1px 1px 7px rgba(0, 0, 0, .8);
	box-shadow:1px 1px 7px rgba(0, 0, 0, .8);
}

ul#links  li a:hover {
	color:#01584f;
	background-color:#f3f3f3;
}

#manu .container {
    text-align: center;
}

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
	background:#fff url(../siteart/EvergreenTractor.jpg) center center;
	background-size:cover;
	max-height:480px;
	}

.header-bg{
	background-color: rgba(255,255,255,.70);
	width:100%;
}
img#main_logo{
	float:left;
	display: block;
	padding:1%;
}
header {
	margin: 0 auto;
	max-width: 1200px;
	}
.head-right {
	color:#01584f;
	float:right;
	text-align: right;
	font-size: 24px;
	font-family: 'Open Sans Condensed', sans-serif;
	padding:1%;
}

#lglogo img{
	margin:50px auto 55px auto;
	max-width:440px;
	display: block;
}

/*===================== 
	nav styles 
=======================*/

/***** Start of primary nav ******/
#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0;
	width:100%;
	position:relative;
	background: rgba(52,52,52,.80);
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
		max-width: 1300px;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			float:left;
			}
			nav.primary ul li a {
				color:#fff;
				font-size:14px;
				line-height:40px;
				text-decoration:none;
				padding:0 19px;
				display:block;
				margin:0;
				text-transform:uppercase;
				-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;	
				font-weight:normal;
				}	
			nav.primary ul li a:hover {
				background: #01584f;
				color:#fff;
				}
			/* 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;
				text-align:center;
				border-right:none;
				border-left:none;
				border-bottom: #fff solid 1px;
			}
			/* 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 {
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
}
/******** End of primary Nav ***************/

/*===================== 
	content styles 
=======================*/

/****MANUFACTURERS******/
#manu{
	background:#f3f3f3;
	width:100%;
	padding:32px 0px;
}

#manu img{width:12%; margin:2%; display: inline; opacity:1;}
#manu img:hover{opacity:0.5;}

/******* Form Styles *******/
form#parts{width:100%;}

form#parts label{width:100%; font-size:16px; padding:2% 0 0 0; display: block;}
form#parts input{width:100%; padding:1%; box-sizing: border-box;}
form#parts textarea{width:100%; height: 200px;}
form#parts input[type="submit"]{width:100%; padding:2%; color:#fff; background: #01584f; border: none;}
form#parts input[type="submit"]:hover{background: #333; cursor: pointer;}

/***************************/

div.ad_img{
	display: block;
	width:40%;
	padding:0 3%;
	float:left;
	box-sizing: border-box;
}

div.ad_img img{
	width:100%;
}

/*===================== 
	Scrolling styles 
=======================*/
#scrollinv{
	width:100%;
	background:#01584f;
}

.scroll-contain{
	padding:3% 0;
	max-width:1200px;
	height: 90px;
	overflow: hidden;
	display: block;
	margin: auto;
}

.scroll-contain iframe{
	width:100%;
	height: 90px;
	border: none;
}



/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	
.container {
	max-width: 1200px;
	margin: 0 auto;
	}
	
.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; float:left; padding:2% 1%;}
.col-1-2 { width: 49%; box-sizing:border-box; float:left; padding:3% 2%;}
.col-2-3 { width: 65%; box-sizing:border-box; float:left; padding:2% 1%;}
.col-3-4 { width: 75%; box-sizing:border-box;}
.col-1{width:100%; box-sizing:border-box; padding: 2% 1%;}

/*** List Styles ***/

ul.site-list{
	margin:0 3%;
	padding:0;
}

ul.site-list li{
	padding:1% 0;
	font-size: 16px;
	margin:0;
}
/********************/

/*RENTALS TABLE
===================================*/
table#rent{
	margin:0 auto;
	width:100%;
	min-width: 560px;

}

#rent th{
	color:#343434;
	font-size:14px;
	text-align:left;
	padding:3px;
	font-weight:bold;
	border-bottom: #dddddd 1px solid;
	vertical-align:bottom;
}

#rent th span{color:#054f4d; font-size:16px; text-transform:uppercase;}
	

#rent td{
	color:#343434;
	font-size:11px;
	text-align:left;
	padding:3px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align:bottom;
}

#rent .alt td{background:#f3f3f3;}

.title {font-weight: bold;}


/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background:#000;
	}

.social a{
	display: inline-block;
	padding:3% 2% 0 2%;
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #fff;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#fff;
	}

.smallfootertext {
	font-size:10px; 
	color:#fff;
	}

.divfooter {
	width:100%; 
	text-align:left; 
	color:#fff;
	}

/*========================== 
	  Inventory styles 
============================*/


#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#01584f !important;}
.view-listing-details-link {
    color: #fff !important;
}
.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#01584f !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #01584f !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #01584f !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}









/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1300px)  {
	nav.primary ul li a {
		font-size:14px;
		padding:0 16px;
	}
	
}
@media screen and (max-width: 1250px)  {
	nav.primary ul li a {
		font-size:13px;
		padding:0 12px;
	}
}
@media screen and (max-width: 1070px)  {
	nav.primary ul li a {
		font-size:12px;
		padding:0 8px;
	}
}
@media screen and (max-width: 930px)  {

	/*==============================
		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: rgba(52,52,52,.80);
		}
		#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 #01584f 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 .fa{
		width:25px;
		font-weight:100;
		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;}
	/************* END MOBILE NAV ******************/
	
	#manu img{width:28%;}
	
	.col-1-2 { width: 100%; box-sizing:border-box; float:none; padding:3% 2%;}
	.col-1-3 { width: 100%; box-sizing:border-box; float:none; padding:2%;}
	.col-2-3 { width: 100%; box-sizing:border-box; float:none; padding:2%;}
	
	.social{max-width: 160px; margin:auto;}
	
	.divfooter {text-align:center;}
	
}

@media screen and (max-width: 480px)  {
	
	img#main_logo{
		float:none;
		display: block;
		padding:1%;
		margin: auto;
	}
	.head-right {
		color:#01584f;
		float:none;
		text-align: center;
		font-size: 18px;
		font-family: 'Open Sans Condensed', sans-serif;
		padding:1%;
	}
	#lglogo img{
		margin:50px auto 30px auto;
		max-width:none;
		width:80%;
	}
	
	ul#links li {
		display: block;
		position: relative;
		margin:3% auto 0 auto;	
	}

	ul#links li a {
		display: block;
		text-decoration: none;
		color: #fff;
		font-size:18px;
		padding:13px 15px;
		background:#01584f;
		-webkit-border-radius:0;
		border-radius:0;
		font-weight:bold;
		-moz-box-shadow:1px 1px 7px rgba(0, 0, 0, .8);
		-webkit-box-shadow:1px 1px 7px rgba(0, 0, 0, .8);
		box-shadow:1px 1px 7px rgba(0, 0, 0, .8);
	}
	
	.header-wrap {max-height: 500px;}

}
	
