"../siteart/bobcat_ct450.jpg"
/*===================== 
	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%;}

/*===================== 
	base styles 
=======================*/
html {
    font-family: 'Open Sans', sans-serif !important;
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
	width: 100%;;
}

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:32px; text-transform: uppercase;}
    h2 { font-size: 30px; 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 {
	margin: 0 auto;
	width: 100%;
    font-family: 'Open Sans', sans-serif !important;
}
header .col-1-3, header .col-2-3 {
    padding: 15px 0;
    display: inline-block;
    vertical-align: middle;
}
header .col-2-3 {
    text-align: right;
}
.header-info {
    width: 45%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
}
.header-info img, .header-info p {
    display: inline-block;
    vertical-align: middle;
    
}
.header-info img {
    width: 15%;
}
#header-phone{
	font-size: 28px;
	font-weight: 700;
	color: #f7e60c;
	padding-right: 20px;
	text-align: center;
	text-shadow: 2px 2px 0px rgba(0,0,0,1);
}
#header-phone img{
	padding-right: 10px;
}


#top-search{display: inline-block; margin-left: 50px;}
#top-search ul{display: inline-block;}
#top-search ul li a{color: #f7e60c; font-size: 25px;} #top-search ul li a p{font-size: 16px; display: inline-block; margin-left: 15px; vertical-align: middle}
#top-search ul li a:hover{color: #fff;
	transition: all .1s ease-in-out; 
	-moz-transition: all .1s ease-in-out; 
	-webkit-transition: all .1s ease-in-out;}


#top-search-mobile{text-align: right; width: 60%; justify-content: flex-start; padding: 10px 0}
#top-search-mobile ul{display: block; list-style: none; }
#top-search-mobile ul li a{color: #f7e60c; font-size: 20px; width: 100%} 
#top-search-mobile ul li a p{font-size: 16px; display: inline-block; margin-left: 15px; vertical-align: middle;}
#top-search-mobile ul li a:hover{color: #fff;
	transition: all .1s ease-in-out; 
	-moz-transition: all .1s ease-in-out; 
	-webkit-transition: all .1s ease-in-out;}


#searchbar {
	position: absolute;
    display: none;
    float: left;
    width: 100%;
    height: 62px;
    z-index: 9999;
	box-sizing: border-box;
	height: 100px;
	border-bottom: 1px #e5e5e5 solid;
	background: #f7e60c;
}
#searchbar #searchform #searchsubmit {
    background: url(../siteart/searchblack.png) no-repeat right;
	float: left !important;
    width: 40% !important;
    height: 26px !important;
	padding: 50px 0 !important;
    color: #d73c09 !important;
    border: 0 !important;
    outline: none !important;
    cursor: pointer !important;
}
#searchbar #searchform  .keywords {
	float: left !important;
	width: 60% !important;
    border: 0 !important;
    outline: none !important;
	padding: 25px !important;
	box-sizing: border-box !important;
    font-size: 20px !important;
    line-height: 28px !important;
	color: black !important;
	background: #f7e60c !important;
	height: auto !important
}
#searchbar ::-webkit-input-placeholder{color: black;}
#searchbar :-moz-placeholder{color: black;}
#searchbar ::-moz-placeholder{color: black;}
#searchbar :-ms-input-placeholder{color: black;}


#searchbar input{background: none !important}

/*===================== 
	nav styles 
=======================*/
nav.mobile {
	display:none;	
}
#menu-button {
	display:none;	
}
/* ----- */

nav.primary {
	max-width:100%;
    background: #171717;
    text-align: center;
	}
	nav.primary ul {
		margin: 0;
		padding:0;
		display: inline-block;
		}
		nav.primary ul li {
			display:inline-block;
			}
			nav.primary ul li a {
				color: #fff;
				display: inline-flex;
				align-items: center;
                font-weight: bold;
				padding: 15px 20px;
				text-transform:uppercase;
				font-size:14px;
				-webkit-transition-duration: 0.3s; /* Safari */
  				transition-duration: 0.3s;
				}	
			nav.primary ul li a:hover {
				background: #2b2b2b;
            }
				
/* DROP DOWNS */				
nav.primary ul li li a {  /* appearance of the sub-level links */
	background:#222;
	width:180px;
	display:block;
    text-align: left;
	text-decoration:none !important;
    box-sizing: unset;
}
nav.primary ul li li  a:hover {  /* appearance of the sub-level links on hover */
	background:#2b2b2b !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;
	z-index:103;
}
nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
nav.primary ul li:hover > ul {
	display: block;
	line-height: 18px;
	z-index: 103;
}
nav.primary ul ul li {
	float: none;
	position: relative;
	margin: 0;
	display:block;
}

/*===================== 
	mobile btns styles 
=======================*/
.mobile-btns {
	display:none;	
}


/*===================== 
	slideshow styles 
=======================*/


/*===================== 
	banner styles 
=======================*/
.banner {
	}

/*===================== 
	layout styles 
=======================*/
.wrap {
	max-width:60%;
	margin: 0 auto;
	}
	
.wrap-lg {
    max-width:92%;
	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%;
    background: #2b2b2b;
    padding: 1.25% 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif !important;
}
footer .col-1-4, footer .ft-inv-links {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 1%;
}
footer .col-1-4 {
    width: 32%;
}
.ft-inv-links {
    width: 17%;
}
footer .ft-inv-links h3, footer .col-1-4 h3 {
    text-transform: uppercase;
    font-size: 13px;
    color: #f7e60c ;
    font-weight: bold;
}
footer .col-1-4 p {
    font-size: 11px;
}
.ft-inv-links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ft-inv-links ul li {
    list-style-type: none;
}
.ft-inv-links ul li a {
    font-size: 11px;
}
footer .col-1-4 .locations {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    padding: 0 1.75% 0 0;
}
.copyright {
    background: #222;
    padding: .5% 0;
    text-align: center;
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:10px;
	color: #fff;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:10px;
		color: #fff;
		}

.footertext {
	font-size:10px; 
	color:#fff;
}
.smallfootertext {
	font-size:10px; 
	color:#fff;
}
.divfooter {
	width:55%; 
	text-align:center; 
	margin:0 auto;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
}

ul.boxed-list{
	display: flex;
	gap: 20px;list-style: none; padding: 0; margin: 20px 0;
}
ul.boxed-list li{
	width: 100%;
	box-sizing: border-box;
	background: #eee;
	padding: 50px 50px 50px;
	position: relative;
	text-transform: uppercase;
    font-family: 'Open Sans', sans-serif !important;
	font-size: 24px;
	font-weight: 700;
	
}
ul.boxed-list li:after{
    content: "\2713";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	line-height: 48px;
	background: #f7e60c;
	color: #000;
	text-align: center;
	font-size: 16px;
}

/*===================== 
	slideshow styles 
=======================*/
.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;}


/*===================== 
	Home Page 
=======================*/
.hero-section {
    /*background: url("../siteart/hero-img.jpg") no-repeat;
    background-size: cover;
    background-position:center;
    padding: 5% 0;*/
	position:relative;
}

.slideoverlay{position:absolute;width:100%;left:0;right:0;z-index:102;bottom: 40px;}

.black-callout {
    background:rgba(5,5,5,.70);
    text-align: left;
    padding: 2% 1% 2% 20%;
    color: #fff;
    box-sizing: border-box;
    width: 65%;
}
.black-callout h1 {
    text-transform: uppercase;
}
.black-callout p {
    font-size: 18px;
}
.callout-span {
    width: 100%;
    text-align: center;
    margin-top: 4%;
    padding: 20px 0;
}
.callout {
    width: 30.333333%;
    display: inline-block;
    vertical-align: middle;
    margin: 1% 2% 1% 0;
    box-sizing: border-box;
    text-align: left;
    color: #fff;
    font-weight: 600;
	border: solid 2px #f7e60c;
    padding: 3% 2.5% 3% 2.5%;
	
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.33);
}
.callout:hover h3 {
    color: #fff;
    text-decoration: underline;
}
.mach-callout {
    background: url("../siteart/wheelloader_cat950.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.ag-callout {
    background: url("../siteart/bobcat_ct450.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.truck-callout {
    background: url("../siteart/chevy5500.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.other-callout {
    background: url("../siteart/canam_sidebyside.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.cpo-callout {
    background: url("../siteart/callout-cpo2.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.attachments-callout {
    background: url("../siteart/bobcat_rootgrapple.jpg") no-repeat;
    background-size: cover;
    background-position:center;
}
.callout h3 {
    color: #fff ;
    font-size: 28px;
}


.banner {
    background: url(/siteart/callout-banner2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
	max-width: 1124px;
	margin: 0 auto;
	display: block;
	padding: 30px;
	box-sizing: border-box;
	border-bottom: solid 2px #f7e60c;
	margin-bottom: 30px;
	width: calc(100% - 60px);
}
.banner h1 {
   color: #fff;
	font-size: 28px;
    font-family: 'Open Sans', sans-serif !important;
	font-weight: 700;
}
.banner p {
   color: #f7e60c;
	font-size: 14px;
    font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.pg-pad {
    padding: 3% 0;
}
	



.def-form { display: flex; align-items: center; padding: 30px 0; width: 90%; margin: 0 auto}
f7e60c 
.form-title{width: 35%; justify-content: flex-start; text-align: center}
.form-title h3{font-size: 18px;	color: #2b2b2b;	width: 95%; margin: 5px 0}

.form-area{
	width:65%;	
	padding:.5% 0;
    box-sizing: border-box;
	background:#f9f9f9;
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	border-left:#ccc 1px solid;
	justify-content: flex-start
}
.def-form form {width:90%; padding: .5% 0; margin: 0 auto; 
	text-align: right;}
.def-form input { 
	width:30%;
	padding:5px;	
	display:inline-block;
	vertical-align:top;
	margin:.5% 0;
}
.def-form form .CaptchaMessagePanel {
    font-weight: bold;
    color: #111 !important;
}
.def-form form input.button {
	background:#f7e60c ;
	border:#f7e60c  3px solid;
	box-shadow:none;
	padding:.7% 0;
	color:#fff !important;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	width:50%;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.def-form form input.button:hover {
	background:transparent;
	color:#f7e60c ;
	cursor:pointer;
}

.def-form #orange-btn{float: right; color:#000;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	background:#f7e60c ;
	box-shadow:none;
	text-align: center;
	padding:10px 20px;
	margin-top: 10px
}
.def-form #orange-btn:hover{
	background:#2b2b2b;
	color:#f7e60c ;
}

/*===================== 
	Contact Page 
=======================*/
.contact-pg {
    
}
.contact-pg .col-1-2 {
    display: inline-block;
    vertical-align: top;
    padding: 2% 1%;
    width: 47.5%;
    margin: 1% 1% 0 1%;
    box-sizing: border-box;
}
.contact-pg .col-1-2 p, .contact-pg .col-1-2 img {
    display: inline-block;
    vertical-align: middle;
}
.contact-info-div {
    display: inline-block;
    vertical-align: middle;
}
.contact-pg .col-1-2 h4 {
    text-decoration: underline;
    padding-bottom: 3%;
}

/* ==================== */ 
.contact-form {
    width: 100%;
}
.contact-form form {
	width:100%;	
	padding:1%;
    box-sizing: border-box;
	margin:1.5% 0;
	background:#f9f9f9;
	border:#ccc 1px solid;
}
.contact-form h3 {
	background: #f7e60c ;
	padding: 1% 0 1% .5%;
	text-transform: uppercase;
	font-size: 16px;
	color: black;	
}
.contact-form input {
	width:48%;
	padding:5px;	
	display:inline-block;
	vertical-align:top;
	margin:.5% 0;
}
.contact-form form .CaptchaMessagePanel {
    font-weight: bold;
    color: #111 !important;
}
.contact-form form input.button {
	background:#f7e60c ;
	border:#f7e60c  3px solid;
	box-shadow:none;
	padding:.7% 0;
	color:black;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	width:50%;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.contact-form form input.button:hover {
	background:transparent;
	color:#f7e60c ;
	cursor:pointer;
}


/*=========================== 
	Consignment form Page 
===========================*/
.consignment-pg form {
	width:100%;	
	padding:1%;
    box-sizing: border-box;
	margin:1.5% 0;
	background:#f9f9f9;
	border:#ccc 1px solid;
}
.consignment-pg h3 {
	background: #f7e60c ;
	padding: 1% 0 1% .5%;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;	
}
form input {
	width:48%;
	padding:5px;	
	display:inline-block;
	vertical-align:top;
	margin:.5% 0;
}
form.consign .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:#f7e60c ;
	border:#f7e60c  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:#f7e60c ;
	cursor:pointer;
}
	

/* ====================
	MOBILE SCREENS
=================================== */
@media screen and (max-width: 1625px) {
.wrap {
    max-width:70%;
}
    
}

@media screen and (max-width: 1575px) {
.wrap {
    max-width:75%;
}
}

@media screen and (max-width: 1380px) {
.wrap {
    max-width:80%;
}
    
.callout h3 {
    font-size: 21px;
}
}

@media screen and (max-width: 1190px) {
.wrap {
    max-width:85%;
}
	
.slideoverlay{bottom: unset; position:relative;background:#fff;top:auto;-moz-transform:none;-webkit-transform:none;ms-transform:none;-o-transform:none;transform:none;}
.black-callout{width:100%;padding:2% 5%;}
.callout-span{margin-top:0;}
	
nav.primary ul li a {
    padding: 15px;
}
	
.callout{
    width: 31%;
    padding: 6% 2.5% 6% 2.5%;
}
.callout h3 {
    font-size: 24px;
}

.contact-pg .col-1-2 {
    width: 95%;
}
.contact-info-div {
    width: 100%;
    margin: 1% 0;
}
.contact-pg .col-1-2 img {
    width: 10%;
    padding-right: 2%;
}
.contact-pg input {
    width: 97%;
}
	
	
#header-phone{
	font-size: 24px;
}
	
	
    
}

@media screen and (max-width: 960px) {
header .col-1-3, header .col-2-3 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
header .col-1-3 img {
    width: 95%; max-width: 500px;
}

.header-info img, .header-info p {
    display: block;
    text-align: center;
    margin: 1% auto 0 auto;
}
.header-info img {
    width: 10%;
}
.wrap {
    max-width:90%;
}
.black-callout {
    /*margin: 1% auto;*/
    /*width: 90%;*/
    padding: 5% 2%;
    text-align: center;
}
.callout {
    width: 47%;       
	padding: 6% 2.5% 6% 2.5%;
} 
    
footer .col-1-4, footer .ft-inv-links {
    width: 48%;
    margin: 1% auto;
    text-align: center;
}
    
/*==============================
	Mobile Nav Styles			
================================*/	
.mobile-inner{width: 90%; margin: 0 auto; display: flex; align-items: center; 
    justify-content: space-around;}
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 */
	background-color:#222;
}
#menu-button a {
	color: #fff;
	text-decoration: none;
	width: 25%;
	justify-content: flex-start
}
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 ul li a {
	width: 100% !important;
}
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%;
}     
	
	#header-phone span{		
		margin: 0 auto;
		display: block;
		padding-top: 10px;
	}
	
}

@media screen and (max-width: 760px) {
	
	ul.boxed-list{
		flex-wrap: wrap;
	}
.wrap {
    max-width:95%;
}
.callout {
    width: 95%;
    margin: 1.75% auto;
    display: block;
}

.divfooter {
    width: 90%;
}
footer .col-1-4, footer .ft-inv-links {
    width: 95%;
    display: block;
    margin: 1% auto;
    text-align: center;
}
footer .col-1-4 .locations {
    width: 95%;
    display: block;
    padding: 1% 0;
    margin: 0 auto;
}
	footer br.hide-mobile{display: none;}	
	
.def-form {display: block; padding: 30px 0}

.form-title{width: 90%; margin: 0 auto;	padding: 1% 0%; justify-content: flex-end; text-align: center}
.form-title h3{	width: 100%; margin: 5px auto; text-align: center; float: none}

.form-area{
	width:90%;	
	padding:1%;
    box-sizing: border-box;
	margin:1.5% auto;
	background:#f9f9f9;
	border:#ccc 1px solid;
	justify-content: flex-end
}	
	.def-form input {width:100%; display: block; margin:10px 0}

	.def-form #orange-btn{float: none; display: block; margin: 0 auto; padding: 10px 0; width: 100%}
	
/*============================= 
	mobile btn styles 
==============================*/	
.mobile-btns {
	display:inline-block;
	width:30%;
	background:#222;	
}
	
/*==============================
	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%;
	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 (min-width: 561px){
	.show-sm{display: none;}
}
@media screen and (max-width: 560px) {
	
	.header-info{width: 10%; text-align: center; padding: 10px 0}
	.header-info p{display: none;}
	.header-info img { width: 100%; max-width: 30px}
	.header-info img:hover {opacity: .7;}
	#header-phone{display: flex; padding: 0;}
	#header-phone img{padding: 0;}
	#header-phone span{display: none;}
	
	#top-search-mobile{text-align: center}
	#top-search-mobile ul{padding: 0;}
	.mobile-inner{
		width: 100%;
	}
#searchbar {height: 62px; height: 83px;}
#searchbar #searchform #searchsubmit {width: 20% !important; padding: 40px 0 !important;}
	#searchbar #searchform .keywords{width: 80% !important; font-size: 14px;}
	
	#menu-button a {font-size: 18px;
    width: 60px;
    white-space: nowrap;}


	
}
