/*


    box-sizing: border-box; *behavior: url(themes/SandhillsTemplate/css/boxsizing.htc);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

*/
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:400,700,500);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

/***** 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {clear: both; height:0px; margin:0;}

a:link {text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
a:visited{text-decoration:none;}

.right {margin-right:0 !important;}

/***** END RESET *****/

.parts {
	min-width:1120px;	
}

.parts-width {
	max-width:1020px;
	margin:0 auto;	
}

::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}

:-ms-input-placeholder {  
   color: #000;
}

/***** FRAMEWORK *****/

a {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight:500;
	font-size:18px;
	color:#333;	
}

a:hover {
	font-weight:700;
	color:#333;	
}

p {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight:500;
	font-size:18px;
	color:#000;	
	line-height:1.2;
}

h1, .h1 {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight:700;
	font-size:36px;
	color:#000;	
}

h4, .h4 {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight:700;
	font-size:22px;
	color:#000;	
}

h6, .h6 {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#fff;	
}

/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0;
	width:500px;
	float:right;
	position:relative;
	font-family: 'Alegreya Sans', sans-serif;
	}
	nav.primary ul {
		margin:0; 
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
				color:#fff;
				font-size:16px;
				text-decoration:none;
				padding: 10px 5px;
				display:block;
				margin:0;
				border-bottom: #3b3b3b 2px solid;
				-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;	
				font-weight:700;
				}	
			nav.primary ul li a:hover {
				border-bottom: #f1e748 2px solid;
				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;
}




.container {
	width:auto;	
	
}

.site-width {
	max-width:1020px;
	margin:0 auto;
	width:100%;	
}

.one-third {
	width:30%;
	margin-right:4%;
	float:left;
}

.two-third {
	width:65%;
	margin-right:4%;
	float:left;
}

header {
	background:#3b3b3b;	
	padding:10px;
}

.mainimage {
	line-height:0;	
}

.mainimage img {
	width:100%;
}

.home-logo {
    float: left;
    max-width: 450px;
    width: 53%;
}

.home-logo img {
    width: 100%;
}

.auctions-link {
    float: right;
    width: 190px;
}

.auctions-link img {
    max-width: 100%;
}

.maincontent {
	background:#fff;
	width:100%;	
	text-align:center;
	padding:40px 0;
}

.contact {
	text-align:left;	
}

.top-bar {
	background:#000;
	padding:10px;	
}

.top-contact {
	float:left;
	margin-right:4%;
}	

.top-contact h6, .top-contact .h6, .top-contact i, .top-contact a {
    float: left;
}

.top-contact h6, .top-contact .h6 {
    padding-top: 2px;
}

.top-contact i {
    margin-right: 10px;
	color:#fff;
	font-size:18px;	
}

.attachment-search .search-checkboxes label .row {
	
	margin: 0;
}

.scroll-frame {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    text-align: center;
    background: none;
	margin-bottom:20px;
}

.scroll-frame iframe {
	width:100%;
	height:90px;
	display:block;
	text-align:center;
}

.inv {
	width: 100%;
    display: block;
}


#left-drill {
    width: 19%;
    float: left;
    padding-left: 10px;
    margin-left: 10px;
	text-align:left;
	font-family: 'Alegreya Sans', sans-serif;
}

#left-drill h4, #left-drill .h4 {
	margin-bottom:10px;	
}

#left-drill li {
    display: block;
    margin-right: 0.5%;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    border: 2px #000 solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 13px;
}

#inventory-content {
    width: 78%;
    float: right;
}

#left-drill a {
    font-size: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    background: #f1e748;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0 7px 0;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#left-drill a:hover {
	font-weight:700;	
}

.google-maps {
	float:right;
    position: relative;
	padding-bottom:60%;
    overflow: hidden;
    width: 100%;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
    pointer-events: none;
}

.container {
	width:100%;	
	text-align:left;
}

#linkboxes {
	position: relative;
	background: #000;
	clear: both;
}

#boxlinks {
	text-align:justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
	max-width:1020px;
	margin:0 auto;
    padding-top: 17px;
}

.linkbox {
	width: 24%;
    position: relative;
    text-align: center;
    vertical-align: top;
    display: inline-block;
	*float:left;
	overflow:hidden;
}

.linkstretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}


.linkbox img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.linkbox .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgb(0,0,0);
	-pie-background: rgba(0,0,0,0.4);
	background: rgba(0,0,0,0.4);
    background: transparent\4;
	behavior: url(/css/PIE.htc)
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.linkbox .zoom-caption h1, .linkbox .zoom-caption .h1 {
	display: block;
	text-align: center;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 32px;
	font-weight:700;
	margin: 35% 0;
	color: #fff;
	width: 100%;
}
.linkbox:hover img {
	-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}

.linkbox:hover .zoom-caption {
	background: none;
}

.linkbox:hover h1, .linkbox:hover .h1 {
	display:none;	
}

#search .half {
    width: 48%;
    float: left;
    margin-right: 4%;
}

#search .fourth {
    width: 22%;
    float: left;
    margin-right: 4%;
}

.hosted-content h3, .hosted-content .h3 {
    text-align: left;
    color: #333;
    font-weight: 700;
    font-size: 20px;
}

#sidemenu {
	float:left;
	width: 240px;
	height:860px;
	margin: 0 25px 0 10px;
	background-color: #2f2d2e;
}

#sidemenu ul {
	list-style: none;
	margin: 0 auto;
	width:auto;
	float: left;
}

.space {
	font-size:14px;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	padding: 8px 10px 8px 10px;
	border-bottom:4px solid #666;
}

#sidemenu a {
	font-size:14px;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	padding: 8px 10px 8px 10px;
	border-bottom:4px solid #666;
}

#sidemenu a:hover {
	color:#f1e748;
}

.backgroundarea {
    margin:0px auto;
    height:auto;
    width:100%;
	max-width:2000px;
	max-height:2000px;
	background-image:url('../siteart/bg.jpg');
    background-repeat:repeat;
    background-position:center center fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    color:#fff; 
	padding-bottom:30px;
}


.hosted-content .listings-wrapper .bold, .hosted-content .listings-wrapper .italic, .hosted-content .listings-wrapper h2, .hosted-content .listings-detail-wrapper .bold, .hosted-content .listings-detail-wrapper .italic, .hosted-content .listings-detail-wrapper h2, .hosted-content .listings-drilldown-wrapper .bold, .hosted-content .listings-drilldown-wrapper .italic, .hosted-content .listings-drilldown-wrapper h2, .hosted-content h1 {font-family: 'Open Sans', sans-serif !important; } /* Font for Inventory to match rest of website */ 
 
.hosted-content h2 {color: #000 !important;}  /* Featured Listings/General Listings */ 
.hosted-content h3 {color: #000 !important;} 

.hosted-content a:link, .hosted-content a:visited, .hosted-content a:active {color: #000; font-family: 'Open Sans', sans-serif !important; font-weight:400;font-size: 14px;} /*Inventory Title Link Colors */ 
.hosted-content a:hover {color: #000;}
 
.listing-name a:link, .listing-name a:visited, .listing-name a:active {color: #000 !important; font-family: 'Open Sans', sans-serif !important; font-weight:400;font-size: 14px;} /*Inventory Title Link Colors */ 
.listing-name a:hover {color: #000;} 

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {color: #fff !important; background: #000 !important;} /* View Details button */ 
.hosted-content .btn:hover, .hosted-content .button:hover {background: #000 !important;} /* View Details Button */ 

.listings-wrapper .listing-boxed .listing-boxed-details h2 a {font-size: 18px; font-weight: 700;}

body .full .has-quote-forms #listing-top-information, body .full .has-quote-forms #listing-bottom-information {
    width: 77% !important;
}

.hosted-content .widgets-container {
    width: 23% !important;
}
.show-menu-for-mobile {display:none;}
#mobile-header {display: none;}

/************************************************ Responsive Style Breakpoints ************************************/


	#mobile-header {display: none;}
	#main {width:1050px; margin:0 auto; padding:0;}	
	.show-menu-for-mobile {display:none;}
	#sidemenu {display:none;}
	
	#sidemenu2 {display:block; margin-top:10px;}
	#sidemenu2 ul {
		width:1050px;
		height:40px;
		background:url(../siteart/nav2_bg.jpg) no-repeat;
	}
	#sidemenu2 ul li {
		width:19%; 
		background:#f1e748; 
		display:inline-block;
		float:left;
		text-align:center;
		margin-right:6px;
		padding:0 2px;
		border-radius: 5px;
		border: solid 2px #000;
	}
	#sidemenu2 ul li a {
		display:block;
		line-height:40px; 
		text-transform:uppercase;
		color:#333;
	}
	
	#sidemenu2 ul li a:hover {
		color:#333;
		font-weight:bold;
	}
	
	
	#sidemenu2 ul ul {
		display:none;
		position:absolute;
		z-index:500;
		width:304px;
		text-align:center;
	}
	#sidemenu2 ul ul li {
		width:100%; 
		display:block; 
		padding:0 10px; 
		border-top:1px #555 solid;
	}
	#sidemenu2 ul ul li a {width:100%;}
	#sidemenu2 ul li:hover ul {display:block;}







/***** QUICK SEARCH STYLES *******/


.quick-search {
	float:right;	
}

.quick-mobile {
    display: none;
}

.site-width input#keywords {
    height: 20px;
    border-radius: 5px;
    border: none;
    max-width: 150px;
    padding: 5px;
	font-family: 'Alegreya Sans', sans-serif;
	font-size:14px;
	color:#000;
}

.site-width .quick-button {
	background: none!important;
    border: none;
    top: 0;
    right: 50px;
    position: relative;
    color: #000!important;
}

#search {
	background:#3b3b3b;
	width:100%;
	padding:20px 0;	
	text-align:center;
	font-family: 'Alegreya Sans', sans-serif;
}

#search h1, #search .h1 {
	color:#f1e748;	
	margin-bottom:10px;
}

.site-width #search select, .site-width #search input, .site-width #search textarea, 
#search .site-width select, #search .site-width input, #search .site-width textarea {
	width:100%;	
	height:35px;
	margin-bottom:10px;
	padding-left:5px;
}

#search label {
	color:#fff;	
	margin-bottom:5px;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight:700;
	font-size:18px;
}

.inventory-search {
    text-align: left;
}

.site-width input.search-form-button {
	float:none;
	margin:16px 0 0 0!important;
	width:97% !important;
	background:#f1e748!important;
	border:solid 2px #000!important;
	color:#000!important;
	font-family: 'Alegreya Sans', sans-serif!important;
	font-weight:700!important;
	font-size:18px!important;
}


/***** FOOTER *****/

#footer-nav {
    float: right;
}

#footer-nav li {
    float: left;
	border-right:solid 2px #f1e748;
	padding-right:15px;
	margin-left:15px;
}

#footer-nav li a {
	color:#fff;	
}

footer {
	background:#000;	
	font-family: 'Alegreya Sans', sans-serif;
	padding:20px 0;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{
	text-decoration:underline;
	font-family: 'Alegreya Sans', sans-serif;
	font-size:13px;
	color:#fff;
}

a.footerlink:hover {
	text-decoration:none; 
	font-family: 'Alegreya Sans', sans-serif;
	font-size:13px;
}

.footertext{
	font-family: 'Alegreya Sans', sans-serif;
	font-size:13px; 
	color:#fff;
}

.smallfootertext{
	font-family: 'Alegreya Sans', sans-serif;
	font-size:13px; 
	color:#fff;
}

.divfooter {
    max-width: 900px;
    text-align: right;
    float: right;
    margin-top: 20px;
}

#search *{border-radius: 0!important;}

#search *, header *, footer *{box-sizing: border-box!important;}

/* INVENTORY */

.vpad{ padding: 2% 0;}

#inv *:not(.fa):not(.far):not(.fas):not(.material-icons){font-family: 'Alegreya Sans', sans-serif;}

.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;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .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 {background:#3b3b3b !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: #3b3b3b !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 {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 {font-family: 'Alegreya Sans', sans-serif!important; font-weight: 700!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 {background: #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 only screen and (max-width: 767px) {
	
	/*==============================
		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: #f1e748;
		}
		#menu-button a{
			 color:#000;
			 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 #f1e748 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:#fff !important; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

	/* FONT AWESOME ICONS */
	nav.mobile ul li a i{
		width:25px;
		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 *******************/
	
	.auctions-link {
    float: none;
    width: 190px;
    text-align: center;
    margin: 0 auto;
}
	
.quick-search {
	display:none;	
}

body .full .has-quote-forms #listing-top-information, body .full .has-quote-forms #listing-bottom-information {
    width: 100% !important;
}

.hosted-content .widgets-container {
    width: 100% !important;
}
.quick-mobile {
	display: block;
    width: 48%;
    float: left;
    margin-right: 4%;
}
	
.mainimage {
    display:none;
}
	
.site-width {
	padding:0 10px;	
}

#linkboxes {
	padding:0 10px;	
}

.home-logo {
	float:none;
	max-width:none;
	text-align:center;
    width: 72%;
    margin: 0 auto;}

img.home-logo {
	max-width:300px;	
}

#left-drill ul {
    margin: 10px 0 0 0.9% !important;
    padding: 0;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-flow: row;
    text-align: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

#left-drill {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    font-family: 'Alegreya Sans', sans-serif;
	margin-bottom:20px;
}

.left-list {
    margin: 10px 0 0 0.9% !important;
    padding: 0;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-flow: row;
}

#left-drill li {
    float: none;
    min-width: 80px;
    margin: 0 3% 7px 0 !important;
    border-bottom: 1px #000 solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#left-drill a {
    font-size: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    background: #f1e748;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0 7px 0;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#inventory-content {
    width: 100%;
    float: none;
}

.linkbox .zoom-caption h1, .linkbox .zoom-caption .h1 {
    font-size: 24px;
}

.linkbox {
    width: 23%;
    position: relative;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 15px;
}

.top-contact {
    float: left;
    margin-right: 0;
    width: 49%;
}

.quick-search {
    float: right;
    width: 100%;
    margin-top: 10px;
    line-height: 0;
}

.site-width input#keywords {
    width: 100%;
    max-width: none;
    padding: 20px;
	box-sizing: border-box;
}

.site-width .quick-button {
    background: none!important;
    border: none;
    top: -29px;
    float: right;
    right: 0;
    position: relative;
    color: #000!important;
}

.top-contact a {
	color:#fff;	
}

}

/* duplicating auction style for contact page */
@media only screen and (max-width: 767px) {
	
input[type=button], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=file], input[type=month], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=submit], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    height: 30px;
    height: 3rem;
    line-height: 30px;
    line-height: 3rem;
    font-family: "Arial", "sans-serif";
    font-size: 14px;
    color: #000;
    padding: 0 0 0 5px;
    padding: 0 0 0 .5rem;
    display: inline-block;
    border: 1px #dfdfdf solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
	border-radius: 3px;}
	

    #linkboxes input#keywords {
        width: 100%;
        max-width: unset;
		height: 40px;}

input[type=submit].quick-button, button[type=submit].quick-button, .btn.quick-button, .button.quick-button {
    line-height: unset;
    height: 28px;
    font-size: unset;
    float: right;
    padding: 0;
    display: block;
    border: 0;
    color: #000;
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
	}

.quick-mobile form {
		position: relative!important; 
	}
	.quick-button {
		position: absolute; 
        top: 0px !important;
        right: 0!important; padding: 0 14px!important; box-sizing: border-box; height: 40px!important; 
    }
}

@media only screen and (max-width: 590px) {
	
	
.one-third {
	width:100%;
	padding:0 10px;
	float:none;
	margin-bottom:20px;
}

.two-third {
	width:100%;
	padding:0 10px;
	float:none;
}

.contact { 
	text-align:center;
}

.maincontent {
	padding:10px 0;
}	

#search .half {
	width:100%;	
}

#search .fourth {
	width:100%;	
}

#footer-nav li {
	padding-right:10px;
	margin-left:10px;
}

#footer-nav li a {
	font-size:11px;
}

.linkbox .zoom-caption h1, .linkbox .zoom-caption .h1 {
    font-size: 15px;
}

.linkbox {
    width: 23%;
    position: relative;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 15px;
}
body .full .has-quote-forms #listing-top-information, body .full .has-quote-forms #listing-bottom-information {
    width: 100% !important;
}

.hosted-content .widgets-container {
    width: 100% !important;
}

}


@media only screen and (max-width: 373px) {
	
body .full .has-quote-forms #listing-top-information, body .full .has-quote-forms #listing-bottom-information {
    width: 100% !important;
}

.hosted-content .widgets-container {
    width: 100% !important;
}	
	
.top-contact h6, .top-contact .h6 {
	font-size:9px;	
}

.top-contact i {
    margin-right: 10px;
    color: #fff;
    font-size: 13px;
}

.site-width .quick-button {
    background: none;
    border: none;
    top: -26px;
    right: 0;
    position: relative;
    color: #000;
}

.quick-mobile {
    display: block;
    width: 48%;
    float: left;
    margin-right: 4%;
	color:#000;
}

.site-width input#keywords {
    width: 100%;
    max-width: none;
    padding: 20px 10px;
    color: #000;
}

.linkbox .zoom-caption h1, .linkbox .zoom-caption .h1 {
    font-size: 10px;
}

}








