﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	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%;}


.mybanner {
    background: #fff;
    display: block;
    vertical-align: middle;
    width: 100%;
    padding: 12px 50px;
    font-size: 20px;
    box-shadow: 2px 2px 2px #777;
    text-align: center;
    color: #000;
    font-weight: bold;
}

.bannerlink {
	color: #d30e29!important;
}


/*===================== 
	@Font-Face 
=======================*/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 3s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*===================== 
	base styles 
=======================*/

html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
    font-family: "Akshar", sans-serif !important;
	}

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 
=======================*/

*:not(#inv) h1, *:not(#inv) h2, *:not(#inv) h3, *:not(#inv) h4, *:not(#inv) h5, *:not(#inv) h6 {
    font-family: "Akshar", sans-serif;
	}
	h1, h2 {font-size:35px; text-transform:uppercase; color:#497526; padding-bottom:1%;}
	

p {
    font-family: "Akshar", sans-serif;
	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 {
	margin: 0 auto;
	width: 100%;
	box-shadow:#eee 3px 3px 3px;
}
.logo {
	float:left;
	padding-left:10%;
	padding-top:.5%;
}	
.green-header {
	background:#497526;
	color:#fff;
	text-align:center;
	width:47%;
	float:right;
}
.location-head, .phone-head {
	display:inline-block;
	vertical-align:middle;
	width:45%;
	padding:2% 0;	
	font-size:16px;
}
.phone-head, .location-head {
	text-align:center;	
}
.location-head img, .location-head p {
	display:inline-block;
	vertical-align:middle;
	padding: 0 1%;
}
.phone-head img, .phone-head p {
	display:inline-block;
	vertical-align:middle;
	padding: 0 1%;
}

/*===================== 
	nav styles 
=======================*/
nav.mobile {
	display:none;	
}
#menu-button {
	display:none;	
}
/* ----- */

nav.primary {
	max-width:100%;
	text-align:right;
	padding-right:11%;
    font-family: "Akshar", sans-serif;
	}
	nav.primary ul {
		margin: 0;
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			}
			nav.primary ul li a {
				color: #222;
				display: block;
				padding: 10px 15px;
				text-transform:uppercase;
				font-size:16px;
				font-weight:bold;
				-webkit-transition-duration: 0.1s; /* Safari */
  				transition-duration: 0.1s;
				}	
			nav.primary ul li a:hover {
				background:#d30e29;
				color:#fff;
				}
				
/* DROP DOWNS */				
nav.primary ul li li a {  /* appearance of the sub-level links */
	background:#d30e29;
    color: #FFF;
	width:175px;
	display:block;
	text-decoration:none !important;
	text-align:left !important;
	border-top:#9B0F22 1px solid;
}
nav.primary ul li li  a:hover {  /* appearance of the sub-level links on hover */
	background:#222 !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 {
	background:#497526;
	padding:1% 0;
}
	
/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/*===================== 
	layout styles 
=======================*/


.wrap {
	max-width:70%;
	margin: 0 auto;
	}
.wrap img {
	max-width: 250px;
	margin-right: 50px;
	margin-top: 25px;
	margin-bottom: 25px;
}
	
.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;
	padding:1% 0;
	width: 100%;
	background:url(../siteart/footer-bg-imgs.png) no-repeat;
	background-size:cover;
	background-position:center;
	color:#222;
}
footer h3 {
	color:#497526;
	text-transform:uppercase;
}
footer ul {
	padding:0;
}
footer ul li {
	display:inline-block;
	padding:0 2% 0 0;	
	list-style-type:none;
	font-weight:bold
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:underline; 
		font-size:13px;
		color: #497526;
		}

.footertext {
	font-size:13px; 
	color:#222;
	}

.smallfootertext {
	font-size:10px; 
	color:#222;
	}

.divfooter {
	width:100%; 
	text-align:left; 
	margin:0 auto;
	}
	
/*===================== 
	Home Page 
=======================*/
.hero-img {
	position:relative;	
}
.hero-img img {
	width:100%;
	margin:0 auto;	
	position:relative;
	background-color: black;
}
img.down-arrow {
	margin:0 auto;
	text-align:center;
	position:absolute;
	width:35px !important;
	top: 88%;
	left: 50%;
}
p.down-arrow {
	color: #fff;
	text-align: center;
	position:absolute;
	width:150px;
	top: 84%;
	left: 47%;
}
.home-welcome {
    padding: 100px 0;
    font-family: "Akshar", sans-serif;
}
.home-welcome h1 {
    font-size: clamp(40px, 5vw, 57px) !important;
}
.home-welcome p {
    font-size: clamp(18px, 5vw, 22px) !important;
}

.callout-section {
	background:url(../siteart/callout-bg.png) no-repeat;
	padding:2% 0;
	background-size:cover;
	background-position:center;	
	text-align:center;
}
.callout {
	background:#497526;	
	display:inline-block;
	vertical-align:middle;
	width:16%;
	margin: 1%;
	padding:1% 0;
	box-shadow:2px 2px 2px #777;
	text-align:center;
	color:#fff;
	font-weight:bold;
	min-width: 200px;
    transition: 0.3s ease all;
}
.callout:hover {
    background-color: #000;
    transition: 0.3s ease all;
}
.callout img {
	width: auto;
	height: 80px;
	margin: 10px auto;
}
.intro-section {
	background:url(../siteart/intro-bg.png) no-repeat;
	padding:3% 0;
	background-position:center;
	background-size:cover;
	color:#fff;	
	background-color: black;
}
.intro-section h3 {
	text-transform:uppercase;	
	font-weight:500;
}
.intro-section p {
	line-height:25px;	
}
.mainsite-btn {
	background:#d30e29;
	padding:1% 0;
	width:25%;
	text-align:center;
	font-weight:bold;
	color: #fff;
}
.mfg-logo-section {
	padding:1% 0;	
	text-align:center;
}
.mfg-logo-section img {
	width:7%;
	display:inline-block;
	vertical-align:middle;	
	padding:0 1%;
	margin:.5%;
	text-align:center;
	background:#fff;
	border:#BBBBBB solid 1px;
	box-shadow:2px 2px 2px #777;
}

/*===================== 
	Location Page 
=======================*/
.location-section {
	padding:2% 0;
}
.location-div {
	padding:3% 0;	
}
.location-div h3 {
	text-transform:uppercase;
	color:#497526;
	padding-bottom:1%;
}
.location-section .col-1-2 {
	display:inline-block;
	vertical-align:top;
	width:45%;
	margin:0 2%;
}
.google-map-btn {
	background:#497526;	
	padding:1% 0;
	width:35%;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin-left:2%;
    transition: 0.3s ease all;
}
.google-map-btn:hover {
    background-color: #000;
    transition: 0.3s ease all;
}
.mobile-hr {
	display:none;	
}
	
/*===================== 
	Contact Page 
=======================*/
.contact-section {
	padding:2% 0;	
}
.phone-div, .hours-div {
	display:inline-block;
	vertical-align:middle;
	width:48%;
}

/* ======================
	FORM
====================== */
.contact-section form {
	background-color:#eee;
	border:#ccc 1px solid;
	box-shadow:5px 5px 5px #666;
	padding:2%;	
	margin:2% 0 5% 0;
}
span.text {
	color:#222;
	width:100%;
}
.contact-section  form textarea {
	width:100%;	
}
.contact-section  form input {
	width: 31.5%;
	margin: 1% 0;
	padding:.5%;
	display: inline-block;
}

.contact-section  form select {
	width: 31.5%;
	margin: 1% 0;
	padding:.5%;
	display: inline-block;
}
.contact-section  form input.button {
	background:#497526;
	border:none;
	box-shadow: none;
	padding: .5% 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	width: 32.5%;
	display:block;
	vertical-align: top;
	margin-right: 1.5%;
}
.contact-section  form input.button:hover {
	color:#fff;
	cursor:pointer;
	box-shadow:#333 5px 5px 5px;
}
.contact-section form .button {
	color:#fff;	
	background:#497526;
	width:31.5%;
	text-align:center;
	font-weight:bold;
	padding:.5%;
	cursor:pointer;
	margin-top:2%;
}
.contact-section  form .button:hover {
	color:#fff;
	cursor:pointer;
	box-shadow:#333 5px 5px 5px;
}
.contact-section form a {
	color:#222 !important;	
}
.contact-section  form a:hover {
	color:#222 !important;
	text-decoration:underline;	
}
.CaptchaMessagePanel {
    font-weight: bold;
    color: #222 !important;
	font-size:11px;
}
.CaptchaPanel {
    margin: 0px !important;
    text-align: left;
    padding:0 !important;
	width:36%;
	display:inline-block;
	vertical-align:top;
	font-size:11px;
}	
	
/*===================== 
	Inventory Page 
=======================*/	
#btnSearch {
		
}
.hosted-content #listings-title {
	
}
.btn, .btn-on-auction {
		
}


.inv-search {
	background:#f9f9f9;
	border:#eee solid 1px;
	background-size:cover;
	background-position:center;
	padding:2% 0;	
}
.inv-search h3 {
	color:#fff;	
	text-transform:uppercase;
	padding-bottom:1%;
	font-weight:700;
	font-size:25px;
}
.input-div {
	width:32%;	
	display:inline-block;
	vertical-align:middle;
	margin:0 1% 0 0;
}
.input-div input {
	width:100%;
	padding:2% 1%;
}
.equip-search-btn {
	text-align:left;
	display:block;	
}
.search-btn {
	padding:.5% 0;
	margin-top:1%;
	width:25%;
	background:#1b1b1b;
	text-align:center;	
	border:none;
	color:#fff;
	font-weight:bold;
	font-size:16px; 
	text-transform:uppercase;
}
.search-btn:hover {
	cursor:pointer;	
	background:#d30e29;
}

/* ====================
	INVENTORY STYLES
=================================== */

.view-listing-details-link{color:#FFF!important;}
.view-listing-details-link:hover{color:#497526!important;}

#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: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !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:#497526 !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:#497526 !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 #497526 !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: #497526 !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; 
}

.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, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {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 !important; box-sizing: border-box;}



/* ====================
	MOBILE SCREENS
=================================== */
@media screen and (max-width: 1400px) {
img.down-arrow {
    top: 85%;
    left: 48%;
}
	.wrap { max-width: 80%;
}

@media screen and (max-width: 1250px) {
.wrap {
    max-width:92%;
}
.green-header {
    width: 60%;
}
.location-head, .phone-head {
    width: 47%;
}
.google-map-btn {
	padding:1.5% 0;
    width: 50%;
}

}


@media screen and (max-width: 975px) {
.logo {
	width:100%;
	display:block;
	margin:0 auto;
	background:#fff;
	text-align:center;	
	padding:1% 0;
}
.green-header {
    text-align: center;
    width: 100%;
    float: none;
    display: block;
}
.location-head, .phone-head {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
	font-size: 14px;
}
.phone-head {
    text-align: center;
}
.down-arrow {
	display:none !important;
}	
.wrap {
    max-width:90%;
}
.callout {
    width: 47%;
    margin: 1%;
    padding: 3% 0;
}

.mainsite-btn {
	width:75%;
	padding:2% 0;
}
.mfg-logo-section img {
    width: 13%;
}

/*==============================
	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) {
.location-head, .phone-head {
    display:block;
    width: 100%;
	padding:1% 0;
}
.wrap {
    max-width: 95%;
}
.callout {
    width:100%;
    margin:3% auto;
	display:block;
    padding: 3% 0;
}
.mfg-logo-section img {
    width: 12%;
}

/*CONTACT*/
.phone-div, .hours-div {
    display: block;
    width: 95%;
    margin: 2% auto;
	font-size:16px;
}
.phone-div img, .hours-div img {
	width:20px;
}
.CaptchaPanel {
    margin:2% auto !important;
    padding: 0 !important;
    width: 100%;
}
.contact-section form input {
	width: 95%;
	padding: 2%;
}
.contact-section form .button {
    width: 96%;
	padding:2%;
}
.contact-section form input.button {
    padding: 2%;
    margin-left: 0;
    width: 100%;
    float: none;
    margin-right: 0;
}

/*LOCATION*/
.location-section img {
	width:20px;	
}
.location-section p {
    font-size: 16px;
    width: 85%;
    padding-left: 12px;
}

.location-section .col-1-2 {
    width: 100%;
}
.google-map-btn {
    padding: 2% 0;
    width: 75%;
}
.mobile-hr {
	display:block;	
}
	



.input-div {
	width:95%;	
	display:inline-block;
	vertical-align:middle;
	margin:0 1% 0 0;
}
.input-div input {
	width:100%;
	padding:2% 1%;
}
.equip-search-btn {
	text-align:left;
	display:block;	
}
.search-btn {
	padding:.5% 0;
	margin-top:1%;
	width:98%;
	background:#1b1b1b;
	text-align:center;	
	border:none;
	color:#fff;
	font-weight:bold;
	font-size:16px; 
	text-transform:uppercase;
}

	
/*==============================
	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: 400px) {

/*CONTACT*/
.phone-div, .hours-div {
    display: block;
    width: 95%;
    margin: 5% auto;
	font-size:16px;
}
.phone-div img, .hours-div img {
	display:none !important;
}

/*LOCATION*/
.location-section img {
	display:none !important;	
}