﻿/**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%;}

/*===================== 
	base styles 
=======================*/
html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
body {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;} 
	
/*===================== 
	typography 
=======================*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size:35px; font-family: 'Allerta Stencil', sans-serif; text-transform:uppercase;}

p {
	margin: 0;
	}

b, strong {
    font-weight: bold;
	}

/*===================== 
	link styles 
=======================*/
a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color:inherit; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color:inherit;
		}  

/*===================== 
	header styles 
=======================*/
header {
	position:relative;
	z-index:99999;
	width:100%;
	background:rgba(255,255,255,.85);
}
.header {
	margin: 0 auto;
	width:95%;
}
.logo {
	margin:0 auto !important;
	display:block;
	width:100%;	
	text-align:center;
}
.logo img {
	margin:0 auto;
}
.facebook-header {
	color:#3baa75;
	text-transform:uppercase;
	font-weight:bold;
	width:100%;
	text-align:center;	
	display:inline-block;
	vertical-align:middle;
}
.facebook-header p, .facebook-header img {
	display:inline-block;
	vertical-align:middle;	
	font-size: 15px;
}

/*===================== 
	nav styles 
=======================*/
nav.mobile {
	display:none;	
}
#menu-button {
	display:none;	
}
/* ----- */

nav.primary {
	width:100%;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	font-family: 'Allerta Stencil', sans-serif;
	}
	nav.primary ul {
		margin: 0;
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			}
			nav.primary ul li a {
				color: #000;
				display: block;
				padding: 10px 10px;
				text-transform:uppercase;
				font-size:15px;
				font-weight:bold;
				}	
				nav.primary ul li a:hover {
					background:#226C48;
					color:#fff;
					}
				
/* DROP DOWNS */				
nav.primary ul li li a {  /* appearance of the sub-level links */
	background:#226C48;
	color:#fff;
	width:175px;
	display:block;
	text-decoration:none !important;
}
nav.primary ul li li  a:hover {  /* appearance of the sub-level links on hover */
	background:#3BAA75; !important;
	color:#fff !important;
	text-decoration:none !important;
}
/* 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;
	position: relative;
	margin: 0;
	display:block;
}


/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	banner styles 
=======================*/

.banner {
	}

/*===================== 
	layout styles 
=======================*/


.wrap {
	max-width:60%;
	margin: 0 auto;
	}
	
.col-1-6 { width: 16%;}
.col-1-5 { width: 20%;}
.col-1-4 { width: 24%;}
.col-1-3 { width: 33%;}
.col-1-2 { width: 49%;}
.col-2-3 { width: 65%;}
.col-3-4 { width: 75%;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
}

.pub-logos {
	width:60%;
	margin:1% auto;
	text-align:center;
}
.pub-logos img {
	margin:0 2%;	
	display: inline-block;
	vertical-align: middle;
}
	
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:center; 
	margin:0 auto;
	color:#fff;
	padding:1.5% 0;
	background:#333;
	border-top:10px solid #3BAA75;
	}
	
/*===================== 
	Home Page 
=======================*/
.hero-img {
	background:url(../siteart/hero-img.jpg) no-repeat;
	padding:30% 0 2% 0;
	background-size:cover;
	background-position:center;	
	margin-top:-220px;
}
.hero-img-secondary {
	padding:12% 0;	
	background:url(../siteart/hero-img.jpg) no-repeat;
	background-size:cover;
	background-position:center;	
	margin-top:-200px;
}
.green-banner {
	background-color:rgba(34,108,72,.85);
	padding:1% 0;
	box-shadow:5px 5px 5px #222;	
	text-align:center;
}
.tag-icons {
	display:inline-block;
	vertical-align:middle;
	margin:0 3%;
	color:#fff;	
}
.callout-span {
	padding:3% 0;	
}
.callout {
	box-shadow:#222 5px 5px 5px;
	display:inline-block;
	vertical-align:middle;	
	width:30%;
}
.callout h3 {
	color:#fff;
	text-transform:uppercase;
	font-family: 'Allerta Stencil', sans-serif;	
	text-align:center;
	padding:15% 0;
}
.view-charac {
	background:#3BAA75;
	width:40%;
	color: #fff;
	text-align: center;
	padding: 1% 0;	
	font-weight:bold;
	text-transform:uppercase;
}
.callout:hover .view-charac {
	background:rgba(34,108,72,1.00);
}
.auctions {
	background:url(../siteart/online-auctions.png) no-repeat;
	background-size:cover;
	background-position:center;	
}
.consignment {
	background:url(../siteart/consignment.png) no-repeat;
	background-size:cover;
	background-position:center;	
	margin:0 4.5%;	
}
.about {
	background:url(../siteart/about-us.png) no-repeat;	
	background-size:cover;
	background-position:center;	
}

.financing-logos {
	margin: 0 auto;
	text-align: center;
	background: #f9f9f9;
	padding:1% 0;
}
.financing-logos img {
	display: inline-block;
	vertical-align: middle;
	padding: 0 3%;
}
	
.contact-span {
	background:url(../siteart/contact-bg-img.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	padding:3% 0;
	color:#fff;	
	text-align:center;
}
.contact-green {
	background-color:rgba(34,108,72,.85);
	padding:1%;
	box-shadow:5px 5px 5px #222;	
}
.contact-span h1 {
	text-align:center;	
	padding-bottom:2%;
}
.contact-div {
	width:23%;
	display:inline-block;
	vertical-align:top;	
}
.contact-btn {
	background:#3BAA75;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	padding:2% 0;
	margin:2% 0 0 0;
	font-family: 'Allerta Stencil', sans-serif;	
}
.contact-btn:hover {
	box-shadow:5px 5px 5px #222222;
}


.pg-pdg {
    padding: 3% 0;
}

/*===================== 
	Conignment Page 
=======================*/	
.consignment-pg {
	padding:3% 0;	
}
.consign-btn {
	background:	#3BAA75;
	color:#fff;
	font-weight:bold;
	width:30%;
	text-align:center;
	padding:1% 0;
	text-transform:uppercase;
	margin:1% 0;
	box-shadow:3px 3px 3px #E5E5E5;
}
.consign-btn:hover {
	box-shadow:5px 5px 5px #222;
}



/*=========================== 
	Consignment form Page 
===========================*/
.consignment-pg form {
	width:100%;	
	padding:1%;
	margin:1.5% 0;
	background:#f9f9f9;
	border:#ccc 1px solid;
}
.consignment-pg h3 {
	background: #3BAA75;
	padding: 1% 0 1% .5%;
	text-transform: uppercase;
	font-size: 16px;
	color: #f9f9f9;	
}
.form input {
	width:48%;
	padding:5px;	
	display:inline-block;
	vertical-align:top;
	margin:.5% 0;
}
.checkbox {
	width:3%;
	display:inline-block;
	vertical-align:middle;	
}
.form-p {
	width:95%;
	display:inline-block;
	vertical-align:middle;	
}
.form-field-select {
	width:100%;
	margin:.5% 0;
}
.form-p-2 {
	width:88%;
	display:inline-block;
	vertical-align:middle;	
}
.select-form {
	width:10%;
	display:inline-block;
	vertical-align:middle;		
}

.consignment-pg form .CaptchaMessagePanel {
    font-weight: bold;
    color: #111 !important;
}
.consignment-pg form input.button {
	background:#3BAA75;
	border:#3BAA75 3px solid;
	box-shadow:none;
	padding:.7% 0;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	width:50%;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.consignment-pg form input.button:hover {
	background:transparent;
	color:#3BAA75;
	cursor:pointer;
}	
	
/*===================== 
	Contact Page 
=======================*/	
.contact-pg {
	padding:3% 0;	
}
.contact-pg h1 {
	padding-bottom:2%;	
}
.contact-pg .contact-div {
	width:31%;
	display:inline-block;
	vertical-align:top;	
}

/* ======================
	Contact FORM
====================== */
.form-bg {
	background-color:#f1f1f1;
	padding:1%;
	margin:0 auto 3% auto;	
}
.form-bg form {
	margin:0 auto;
}
.form-bg form h4 {
	color:#ecc52c;	
	font-size:20px;
}
.form-bg form .col-1-2 {
	width:49%;
	display:inline-block;
	margin:0 auto;
	vertical-align:middle;
}
.form-bg form label {
	width:100%;
	display:block;	
	color:#222;
	margin-top:2%;
}
span.text {
	color:#222;
	width:100%;
}
.form-bg form textarea {
	width:97%;	
}
.form-bg form input {
	width:97%;	
}
.form-bg form input.button {
	background:#3BAA75;
	border:#3BAA75 2px solid;
	box-shadow:none;
	padding:1% 0;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	font-family: 'Allerta Stencil', sans-serif;	
}
.form-bg form input.button:hover {
	background:transparent;	
	color:#3BAA75;
	cursor:pointer;
}
.form-bg form a {
	color:#222 !important;	
}
.form-bg form a:hover {
	color:#222 !important;
	text-decoration:underline;	
}
.CaptchaMessagePanel {
    font-weight: bold;
    color: #222 !important;
}
.CaptchaPanel {
    margin: 0px;
    text-align: center;
    padding:0 !important;
}

/*===================== 
	Thanks Page 
=======================*/	
.thanks-pg {
	padding:3% 0;	
}
.thanks {
	color:#2d336b;
	font-size:25px;
	font-weight:bold;
}
	
/*===================== 
	Inventory Page 
=======================*/	
#btnSearch {
		
}
.hosted-content #listings-title {
	
}
.btn, .btn-on-auction {
		
}

.inv-btns {width:100%; display:block; margin-bottom:15px;}
.inv-btns a {width:23%; float:left; padding:15px; display:block; background:#3BAA75; color:#fff; font-family:'Allerta Stencil', sans-serif; font-weight:700; text-align:center; text-transform:uppercase; margin:0 1% 15px 1%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.inv-btns a:hover {background:rgba(34,108,72,1.00); color:#fff;}
.inv-btns a img {width:70%; height:auto; max-width:200px; display: block; margin:0 auto 7px auto;}

.faceted-search-content .faceted-section-box{
	width:auto;
	margin: 0 5px;
}
.list-container-flexrow .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet,.offer-btn{
	background:#3baa75 !important;
}
.list-container-flexrow .view-listing-details-link:hover, .faceted-search-content .selected-facets-container .selected-facet:hover,.offer-btn:hover{background:rgba(34,108,72,1.00) !important;}
.detail-content .detail-main-body .main-detail-data .detail-price{color:#3baa75 !important;}
.detail-content .detail-main-body .main-detail-data .detail-price:hover{background:rgba(34,108,72,1.00) !important;}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label{background:#3baa75 !important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{background:#3baa75 !important;}

.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile{background:#000 !important;}

.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{background:#000 !important;}

#detail-page-email-seller {color: #fff !important;}

/* ====================
	MOBILE SCREENS
=================================== */

@media screen and (max-width: 1530px) {
.wrap {
    max-width:80%;
}
}

@media screen and (max-width: 1470px) {

nav.primary ul li a {
    padding: 10px 12px;
    font-size: 14px;
}
.wrap {
    max-width:80%;
}
.callout {
    width: 29%;
}
.pub-logos {
    width: 80%;
}
.pub-logos img {
	width:12%;
	margin:2%;	
}

}


@media screen and (max-width: 1150px) {

.facebook-header {
    width: 100%;
    text-align: center;
	margin:2% 0;
	float:none;
}
.facebook-header p {
    font-size: 15px;
}
.tag-icons {
    margin: 0 2%;
}
.wrap {
    max-width:85%;
}
.callout {
    width: 29%;
}
.contact-div {
    width: 48%;
    margin: 2% 0;
}
.pub-logos {
    width: 85%;
}
.pub-logos img {
	width:12%;
	margin:2%;	
}

/* CONTACT */	
.hero-img-secondary {
    padding: 12% 0;
    margin-top: 0;
}
.contact-pg .contact-div {
    width: 100%;
}
.form-bg form .col-1-2 {
    width: 100%;
}

/* CONSIGNMENT */
.consign-btn {
    width:70%;
    padding: 3% 0;
    margin: 3% 0;
}


/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary {
	display:none;	
}
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 25px;
	max-width: 100%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding:1% 0 1% 3%;
	background-color:#222;
}
#menu-button a {
	color: #fff;
	text-decoration: none;
	display:block;
}
nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
	overflow: auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin: 0;
	padding: 0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: none;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #fff;
	text-decoration: none;
}
nav.mobile ul li span.click {/* dropdown menu idicator arrow be sure to include this image with your image files */
	background: url(../siteart/arrow.png) 10px 12px no-repeat;
	background-size: 45%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 10px 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 40px;
	height: 40px;
	-webkit-transition: background-size .3s ease-in-out;
	-moz-transition: background-size .3s ease-in-out;
	transition: background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover {
	background-size: 60%;
}

}

@media screen and (max-width: 950px) {
.header {
	width:95%;	
}
.logo img {
	width:30%;
}
.facebook-header {
    width: 100%;
    text-align: center;
	margin:2% 0;
}
.facebook-header p {
    font-size: 15px;
}
.hero-img {
    margin-top:0;
}
.green-banner {
	padding:3% 0;	
}
.tag-icons {
	width:10%;	
	margin: 0 1%;
}
.tag-icons h4 {
	font-size: 12px;
}
.wrap {
    max-width:85%;
}
.callout {
    width: 29%;
}
.contact-div {
    width: 48%;
    margin: 2% 0;
}

/*consignment*/
.consignment-pg form input.button {
    width: 95%;
}
.consignment-pg form input {
	width:98%;
}
.consignment-pg form .select-form {
	width:20%;	
}

/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary {
	display:none;	
}
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 25px;
	max-width: 100%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding:1% 0 1% 3%;
	background-color:#222;
}
#menu-button a {
	color: #fff;
	text-decoration: none;
	display:block;
}
nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
	overflow: auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin: 0;
	padding: 0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: none;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #fff;
	text-decoration: none;
}
nav.mobile ul li span.click {/* dropdown menu idicator arrow be sure to include this image with your image files */
	background: url(../siteart/arrow.png) 10px 12px no-repeat;
	background-size: 45%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 10px 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 40px;
	height: 40px;
	-webkit-transition: background-size .3s ease-in-out;
	-moz-transition: background-size .3s ease-in-out;
	transition: background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover {
	background-size: 60%;
}
	
}

@media screen and (max-width: 760px) {
.header {
	width:95%;	
}
.logo img {
	width:40%;
}
.facebook-header {
    width: 100%;
    text-align: center;
	margin:2% 0;
}
.hero-img {
    margin-top: 0;
}
.green-banner {
	padding:5% 0;	
}
.tag-icons {
	width:20%;	
	padding:2%;
	text-align:center;
}
.tag-icons h4 {
	font-size: 12px;
}
.wrap {
    max-width: 90%;
}
.callout {
	width:100%;
	display:block;	
	margin:5% 0;
}
.consignment {
	margin:0 auto;	
}
.contact-span {
	padding:10% 0;
}
.contact-div {
	display:block;
	width:100%;
	margin:2% auto;	
}
.contact-btn {
    width: 75%;
    margin:5% auto;
}
.pub-logos {
    width: 100%;
}
.pub-logos img {
	width:25%;
	margin:2%;	
}

.inv-btns a {width:48%;}


/* CONTACT */	
.hero-img-secondary {
    padding: 12% 0;
    margin-top: 0;
}
.contact-pg .contact-div {
    width: 100%;
}
.form-bg form .col-1-2 {
    width: 100%;
}

/* CONSIGNMENT */
.consign-btn {
    width: 100%;
    padding: 4% 0;
    margin: 3% 0;
}
		
	
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary {
	display:none;	
}
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 25px;
	max-width: 100%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding:1% 0 1% 3%;
	background-color:#222;
}
#menu-button a {
	color: #fff;
	text-decoration: none;
	display:block;
}
nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
	overflow: auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin: 0;
	padding: 0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: none;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #fff;
	text-decoration: none;
}
nav.mobile ul li span.click {/* dropdown menu idicator arrow be sure to include this image with your image files */
	background: url(../siteart/arrow.png) 10px 12px no-repeat;
	background-size: 45%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 10px 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 40px;
	height: 40px;
	-webkit-transition: background-size .3s ease-in-out;
	-moz-transition: background-size .3s ease-in-out;
	transition: background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover {
	background-size: 60%;
}
}
	
@media screen and (max-width:480px) {
    .inv-btns a {/*width:100%; margin:0 0 15px 0;*/ padding:10px;}
}