﻿/*===================== 
	Color information
	
	- Light Blue: #6dc6e7;
	- Darker Blue: #2885b3;
	- Light Blue-Gray Tint: #e6ecf5;
	-
		 
=======================*/
/*===================== 
	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%;}


/*===================== 
		Fonts
=======================*/



/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
	padding:0;
	background:url(../siteart/p6.png) repeat;
	color:#000;
	}

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; max-width:100%;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding:0 0 2% 0;
	font-weight:700;
	line-height:1.5em;
	color:#ffa400;
	}
	h1 {font-size: 36px;}
	h2 {font-size: 30px;}
	h3 {font-size: 24px;}
	h4 {font-size: 20px;}
	h5 {font-size: 18px;}

p {
    font-family: 'Open Sans', sans-serif;
	padding: 0 0 2% 0;
	font-size:18px;
	line-height:1.5em;
	margin: 0;
	}
strong{font-family: 'Open Sans', sans-serif;font-weight:700;}

/*===================== 
	link styles 
=======================*/

a.link:focus {outline: thin dotted;/*reset*/
	}
	
a {
    text-decoration:none;
	color:inherit;
}

a:hover  {
	text-decoration: none;
	color: #333;
	} 
	
	
.appbutton{}
.appbutton a{background:#38b749; padding:5px 10px;color:#fff; border-radius:3px;}
.appbutton a:hover{background:#262626; padding:5px 10px;color:#fff; border-radius:3px;}
 
 
/*===================== 
	list styles 
=======================*/
ul.list{
	margin:0;
	padding: 0 0 5% 7%;
}
ul.list li{
	font-size:16px;
}

/*===================== 
	header styles 
=======================*/
header{width:100%;margin:0;padding:20px 0 5px 0;background:#ffa400;text-align:center;}

.headerwrap{width:96%;max-width:1680px;margin:0 auto;padding-bottom:20px;}
.headleft{float:left;}
.headright{float:right;padding-top:20px;}
.headright a{display:inline-block;zoom: 1;*display: inline;vertical-align:middle;margin:0 5px;}
.headleft a p{display:inline-block;zoom: 1;*display: inline;vertical-align:middle;font-weight:bold;margin-right:10px;margin-top:3px;}
.logo{-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.7);-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.7);box-shadow:2px 2px 2px rgba(0,0,0,0.7);}
.address{text-align:right;padding-top:10px;}
.address h2{padding:0;color:#000;}
.address h5{padding:0;color:#000;}


/*===================== 
	content styles 
=======================*/
.wrapper{width:96%;max-width:1680px;margin:0 auto;padding:0;}
.container{width:100%;max-width:1720px;margin:0 auto;}


	
/*===================== 
	slideshow styles 
=======================*/
#homehero{position:relative;max-height:765px;overflow:hidden;}
.actionstack{position:absolute;right:0;top:0;background:rgba(0,0,0,0.7);z-index:101;text-align:center;padding:1%;width:450px;height:100%;}
.actionstack h3{color:#fff;padding:0;line-height:1.2em;font-size:20px;}
.actionstack h3 span{color:#ffa400;padding:0;font-weight:700;line-height:1.2em;}
.slides{background:url(../siteart/concrete_wall.png) repeat;padding:0;color:#fff;position:relative;}

.cycle-slideshow{box-shadow: 0px 2px 5px 1px rgba(0,0,0,.75);}
.cycle-slideshow img{
	width:100%;
}

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 10px; overflow: hidden;display:none;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; transition: all .5s ease-in-out; 
}
.cycle-pager span.cycle-pager-active { color:#2885b3;}
.cycle-pager > * { cursor: pointer;}



/*===================== 
	linkbox styles 
=======================*/
.linkbox{display:block;width:92%;height:90px;position:relative;margin:3% auto;background:url("../siteart/polaroid.png") repeat;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;overflow:hidden;}
.linkbox img{position:absolute;left:0;bottom:-50px;z-index: 102;}
.linkbox:hover > img{left:-15px;-moz-transition:0.5s all ease;-webkit-transition:0.5s all ease;-ms-transition:0.5s all ease;-o-transition:0.5s all ease;transition:0.5s all ease;}
.linkbox:hover > .linktitle h5{padding-left:2%;padding-right:6%;-moz-transition:0.5s all ease;-webkit-transition:0.5s all ease;-ms-transition:0.5s all ease;-o-transition:0.5s all ease;transition:0.5s all ease;}
.linkbox:hover > .linktitle p{padding-left:5%;padding-right:3%;-moz-transition:0.5s all ease;-webkit-transition:0.5s all ease;-ms-transition:0.5s all ease;-o-transition:0.5s all ease;transition:0.5s all ease;}
.linkbox:hover > .linktitle h5 span{font-weight:700;}
.linkbox:hover > .linktitle h5{color:#ffa400;}
#used img{bottom:-80px;}
#jcb img{bottom:-40px;}
#other img{bottom:-40px;}
.linktitle{width:100%;padding:0;text-align:right;position:absolute;bottom:0;}
.linktitle h5{color:#000;border-bottom:3px solid #ffa400;font-weight:700;font-size:22px;width:92%;padding:5px 4% 0 4%;}
.linktitle h5 span{font-weight:400;}
.linktitle p{background:#404142;color:#fff;font-weight:700;width:93%;padding:5px 4%;font-size:16px;border-top:1px solid #fff;}
.linktitle p i{color:#ffa400;}

/*===================== 
	Form styles 
=======================*/
.half{width:47.8%;margin:0 1%;display:inline-block;zoom: 1;*display: inline;text-align:left;}
.quarter{width:23%;margin:0 1%;float:left;}
#headinternal{margin:10px 0;padding-bottom:0;}

#formpage{padding:0 10px;}
#agsearch, #conssearch, #trailersearch{padding:2% 0 0 0;}
#agsearch h3, #conssearch h3, #trailersearch h3{padding:0;font-weight:300;color:#ccc;}
#agsearch h2, #conssearch h2, #trailersearch h2{padding:0;color:#fff;}
.rowed{width:100%;margin:0 auto;text-align:center;}
.keyed label{text-align:left;color:#ffa400;font-weight:bold;padding:0;font-size:14px;}
.keyed{width:47%;margin:0 1%;display:inline-block;zoom: 1;*display: inline;text-align:left;}
.keyed input{background:#b4b4b4;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;width:97.8%;margin-bottom:5px;}
.keyed select{background:#b4b4b4;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin-bottom:5px;width:100%;}

.agfilter,.consfilter,.trailerfilter{width:27%;margin:10px 1% 0 1%;display:inline-block;zoom: 1;*display: inline;vertical-align:bottom;text-align:center;background:#ffa400;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;padding:1%;}
.agfilter span,.consfilter span,.trailerfilter span{display:block;}
.agfilter:hover,.consfilter:hover,.trailerfilter:hover{cursor:pointer;}
.agfilter p, .consfilter p, .trailerfilter p{font-size:12px;color:#000;font-weight:700;padding:0;line-height:1.3em;}
.agselected,.consselected,.trailerselected{background:#fff;}
.agselected > p, .consselected > p, .trailerselected > p{color:#000 !important;}

#sendsearch{width:96.5%;}
#sendsearch input{width:100%;margin-top:5px;background:#ffa400;padding:8px 0;font-weight:bold;}
#sendsearch:hover input{background:#fff;color:#000;cursor:pointer;}

#formpage{padding:0 10px;}

form{
	margin:0 0 0;
}
/*
label{
	display:block;
	font-size:16px;
	padding-top: 4%;
	width:100%;
}
*/
input{
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:98%;
	margin-bottom:10px;
}
input:focus{
	border: #2885b3 solid 1px;
}
input.button2{
	display:block;
	width:50%;
	margin:0 auto 5% auto;
	border:#277e32 solid 1px;
	background-color:#38b749;
	color:#fff;
	border-radius: 2px;
}

input.button2:hover{
	background-color:#277e32;
	cursor:pointer;
}

select{
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	padding: 1%;
	font-size:14px;
	width:98%;
}

textarea{
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:98%;
}

input[type='checkbox'],input[type='radio']{width:15px !important;min-width:15px !important;margin-right:2px;}

/*===================== 
	welcome styles 
=======================*/
#copywrap{width:80%;margin:0 auto;}
.welcome{background:url("../siteart/storeback.jpg") center center fixed no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;}
.welcome h4{color:#000;padding:0;text-align:center;line-height:1em;}
.welcome h1{color:#000;font-weight:700;text-align:center;line-height:1.2em;background:url("../siteart/titlebars.png") center center no-repeat;padding:0;}
.welcomeleft{width:20%;float:left;padding-top:2%;}
.welcomeright{width:75%;float:right;padding-top:2%;}
.thirds{width:33%;float:left;padding-top:2%;}
.thirds h4,.thirds p{text-align:left;}
.thirds h4{color:#696969;}
.thirds p span{display:block;}
.hours{display:inline !important;}

/*===================== 
	brand styles 
=======================*/
.brandbar{text-align:center;border-top:30px solid #ffa400;background:#fff;padding:1% 0;margin-top:-75px;}
.brandbar h3{color:#000;text-align:left;font-weight:400;border-bottom:3px solid #ffa400;padding:0;width:20%;}
.brandbar h3 span{font-weight:700;}
.brandbar a{display:inline-block;zoom: 1;*display: inline;vertical-align:middle;width:13%;margin:8px 0;}
.brandbar a img{max-width:80%;margin:0 auto;}
.kiotilower{width:9% !important;}
.simplicitylower{width:15% !important;}

/*===================== 
	layout styles 
=======================*/
.internal{padding:2% 0;}
.internalheader{font-weight:400 !important;}
.internalheader span{font-weight:700 !important;}
.padit{padding:2% 0;}
.scrolling{display:block;background:url(../siteart/scrollingbg.jpg) repeat; padding:30px 0; border-top:#ffcd07 4px solid;}

.ribbon{text-align:center;color:#fff;background:#38b749;border-bottom:#216c2b 5px solid;position:relative;}
.ribbon h2{color:#fff;}

.sitemap{background:url(../siteart/escheresque_ste.png) repeat;color:#fff;}
.sitemap p{line-height:2em;}
.sitemap i{font-size:42px;margin-right:20px;}

/*--------Scrolling Inventory--------*/

.hosted-content .pagination > .drop-down-form select{width:8% !important;}
.hosted-content h1{font-size:24px !important;}
.hosted-content h2{font-size:22px !important;}
.hosted-content h3{font-size:20px !important;}
.legal p{font-size:12px;}
.currency-capital-price-container{display:none;}

.mobilecontainer { 
	overflow:hidden; /* must have this property for mobile phones and tablet display! */
	width:100%; 
	margin:0 auto;
	height:92px; 
	padding:0;
	background:#000;
}
iframe.banner {
	width:100%;
	height:92px;
	background:#000
}


/*===================== 
	footer styles 
=======================*/

.pagebottom{background:#000;padding:50px 0;}
.pagebottom p{color:#fff;font-size:14px;}
.pagebottom a{color:#fff;display:block;}
.pagebottom a:hover{color:#ffa400;}

.fifths{width:18%;margin-right:2%;float:left;}
.fifths h4{color:#ffa400;font-weight:400;}
.fifths h4 span{font-weight:700;}
.fifths a{font-size:14px;}
#footerbranding{text-align:right;}
#footerbranding img{float:right;}

footer {
	margin: 0 auto;
	width: 100%;
	}
.divfooter a{display:inline;}
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:11px;
	color: #ffa400;
	border-bottom:none;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:11px;
		color: #fff;
		}

.footertext {
	font-size:11px; 
	color:#fff;
	}

.smallfootertext {
	font-size:11px; 
	color:#fff;
	}

.divfooter {
	text-align:right; 
	margin:0 auto;
	}

.footerbar{padding:5px 0;text-align:center;background:#fff;}
.footerbar img{margin:0 auto;}

/* FACETED INVENTORY */

#inv{padding: 5% 0; background: #fff;}
#inv *:not(.fa):not(.far):not(.fas):not(.material-icons){font-family: 'Open Sans', sans-serif!important;} /* Reset font, ignore icons */


.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;}

.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .mobile-breadcrumb {color: #000 !important; background:#ffa400 !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link {background: #000 !important;}

.list-content .list-title .list-listings-count, .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 {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 {text-transform: uppercase!important; padding-left: 4px;}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button, .list-page-nav, .faceted-search {background: #000 !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn {border-color: #000!important; color: #000!important;}

.material-icons {color:#fff!important;}

#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;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px;}


/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1540px) {
.headerwrap{padding-bottom:10px;}
.headright{text-align:right;width:70%;}
.headright a{margin-left:-20px;}
.headright a img{-moz-transform:scale(0.8);-webkit-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);}
.linkbox{height:75px;}
.linktitle h5{font-size:20px;}
#copywrap{width:90%;}
.brandbar a{margin:8px -5px;}
.brandbar a img{-moz-transform:scale(0.8);-webkit-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);max-width:90%;}
}

@media screen and (max-width: 1400px) {
h1 {font-size: 32px;}
h2 {font-size: 28px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
p {font-size: 16px;}
header{padding-top:10px;}
.headerwrap{padding-bottom:0px;}
.actionstack h3{font-size:18px;}
.linkbox{height:65px;}
.linktitle h5{line-height:1.2em;font-size:18px;}
.linktitle p{padding:3px 4%;font-size:14px;}
}

@media screen and (max-width: 1300px) {
.headerwrap{width:98%;}
.headleft{width:30%;}
.logo{width:80%;margin:0 auto;}
.headleft a p{margin:3px 8px 0 8px;}
.headright a{margin-left:-35px;}
#homehero{min-height:none;max-height:none;}
.actionstack{position:relative;width:100%;height:auto;padding:2% 0;}
.linkbox{display:inline-block;zoom: 1;*display: inline;vertical-align:middle;width:22%;margin:1% 1% 2% 1%;height:70px;}
.linkbox img,.linkbox:hover img{left:-90px;}
.linktitle h5{padding:5px 4% 0 4% !important;}
.linktitle p{padding:3px 4% !important;}
#jcb img,#other img{bottom:-62px;}
#agsearch,#conssearch,#trailersearch{padding-top:1%;}
.agfilter span,.consfilter span,.trailerfilter span{display:inline;}
.keyed{width:30%;}
#sendsearch{width:95%;text-align:center;}
#sendsearch input{margin:10px auto;}
#new img,#other img{left:-110px;}
.welcome h1{background:none;}
.brandbar a{margin:0 auto;}
.brandbar a img{max-width:100%;}
.simplicitylower{width:20% !important;}
.kiotilower{width:10% !important;}
    
.hosted-content h1{font-size:20px !important; line-height:24px;}
.hosted-content h2{font-size:18px !important;}
.hosted-content h3{font-size:16px !important;}    
}

@media screen and (max-width: 1100px) {
.headleft,.headright{display:block;width:100%;margin:0 auto;text-align:center;float:none;}
.logo{width:30%;}
.headleft a p{font-size:16px;padding:0;}
.headright{padding:0;}
.headright a{margin-left:-20px;}
.linkbox{margin:1% 0.5% 2% 0.5%;width:23%;}
.linkbox img,.linkbox:hover img{left:-100px;}
#new img,#other img{left:-120px;}
#copywrap{width:96%;}
.brandbar{margin-top:-50px;}
.fifths{width:25%;margin:0 auto;text-align:center;}
.stacked{clear:both;}
.pagebottom{padding:30px 0 10px 0;}
#footerbranding{width:100%;margin:3% auto;float:none;text-align:center;}
#footerbranding img{float:none;margin:0 auto;}
.divfooter{text-align:center;width:80%;}
.footerbar img{max-width:80px;}
}

@media screen and (max-width: 1000px) {
.linkbox img,.linkbox:hover img{left:-120px;}
#new img,#other img{left:-140px;}
#jcb img{bottom:-55px;left:-100px;}
.linktitle h5{font-size:16px;}
#jcb,#other{margin-bottom:2%;}
.thirds p{font-size:14px;}
}

@media screen and (max-width: 900px) {
.headright a{margin-left:-15px;margin-right:-10px;}
.linkbox{width:40%;margin:1%;}
.linkbox img,.linkbox:hover img,#jcb img{left:-30px;}
#new img,#other img{left:-50px;}
.padit{padding:4% 0;}
.brandbar{margin-top:0;}
}

@media screen and (max-width: 800px) {
h1 {font-size: 30px;}
h2 {font-size: 26px;}
h3 {font-size: 22px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
p {font-size: 14px;}
.headright a{margin:0 -10px;width:16%;}
.simplicity{width:18% !important;}
.kioti{margin-left:-25px !important;}
.logo{width:50%;margin:0 auto;}
.linkbox{width:45%;}
.welcomeleft{display:none;}
.welcomeright{width:96%;float:none;margin:0 auto;text-align:center;}
.thirds{display:inline-block;zoom: 1;*display: inline;float:none;margin:1%;width:30%;padding:0;vertical-align:top;}
.thirds h4,.thirds p{text-align:center;}
.hours{display:block !important;}
.brandbar{padding:3% 0;}
.brandbar h3{text-align:center;width:60%;margin:0 auto;}
.brandbar a{width:20%;margin:1%;}
.simplicitylower{width:30% !important;}
.kiotilower{width:15% !important;}
.fifths{width:50%;padding-bottom:4%;}
#footerbranding{padding-bottom:0;}
.divfooter{width:90%;}
.internal{padding:4% 0;}
}

@media screen and (max-width: 650px) {
.simplicity{width:20% !important;}
.kioti{width:12% !important;margin-left:-10px !important;}
.linkbox img,.linkbox:hover img,#jcb img{left:-80px;}
#new img,#other img{left:-100px;}    
}

@media screen and (max-width: 540px){
.headleft{padding-bottom:5px;}
.headright{display:none;}
.logo{width:70%;margin:0 auto;}
.pagebottom{padding:20px 0;text-align: center;}
.divfooter {text-align:center;}	
.keyed{width:46%;}
.keyed input,.keyed select{font-size:12px;}
.agfilter span,.consfilter span,.trailerfilter span{display:block;}
.linkbox{height:60px;}
.linkbox img,.linkbox:hover img,#used img{max-width:100px;left:-30px;bottom:-30px;}
.linktitle p{font-size:12px;}
#new img{max-width:100px;left:-40px;bottom:-15px;} 
#other img{max-width:100px;left:-30px;bottom:-15px;}
#jcb img{max-width:100px;left:-35px;bottom:-4px;}
.thirds{width:47%;}
.hours{display:inline !important;}
.brandbar a,.simplicitylower,.kiotilower{width:46% !important;}
}

@media screen and (max-width: 447px){
h1 {font-size: 26px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
p {font-size: 14px;}
.cycle-slideshow{display:none;}
.actionstack{padding:4% 0;}
.actionstack h3{font-size:16px;}
.linktitle h5{font-size:14px;}
#used img{max-width:80px;left:-30px;bottom:-15px;}
#new img{max-width:90px;left:-40px;bottom:-5px;} 
#other img{max-width:80px;left:-30px;bottom:0px;}
#jcb img{max-width:80px;left:-35px;bottom:0px;}  
.thirds{width:90%;margin:2% auto;}
.fifths a{font-size:12px;margin:4px 0;}
.fifths h4{font-size:16px;}
}
	
@media screen and (max-width: 400px){
.linkbox{height:50px;}
.linktitle h5{font-size:12px;}
.linktitle p{font-size:10px;}
.agfilter p,.consfilter p,.trailerfilter p{font-size:10px;}
#used img{max-width:60px;left:-20px;bottom:0px;}
#new img{max-width:70px;left:-30px;bottom:0px;} 
#other img{max-width:70px;left:-20px;bottom:0px;}
#jcb img{max-width:60px;left:-20px;bottom:0px;}   
}

@media screen and (max-width: 350px){
.fifths{width:90%;margin:2% auto;float:none;display:block;}
}

