/***** BEGIN RESET *****/

* {
    background:transparent;
    border:0;
    margin:0;
    padding:0;font-family: 'Source Sans Pro', sans-serif;
}
ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

  
header, nav, article, footer {display:block;}

body {
	font-size:16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color:#000;
	-webkit-text-size-adjust: none;
	overflow-x: hidden!important;
	min-width: 280px;
}
.invwrap {
	-webkit-text-size-adjust: none;
	width: 100%;
	
}
.headwrap {width:98%; margin:0 auto; max-width:2000px;}
.wrap {width:90%; margin:0 auto;}
.minwrap {width:85%; margin:0 auto;max-width: 1500px;}


.go-right {float:right;}

.show-tablet, .show-768 {display:none;}

.col2 {width:48%; margin-right:2%; float:left;}

/* INVENTORY STYLES
------------------------------------------------*/
/*ALL INVENTORY SYTLES GO HERE FOR SAFEKEEPING*/
.container{width:96%;max-width:1500px;margin:40px auto;}
.invmain{padding:0px 0 60px 0; width: 100%;overflow: hidden; background: url("../siteart/honey-light.jpg") fixed;}
.cf{background:none; }
.container .cf a {color: #454545;}
.container .cf a:hover {color: #000000;}
.container .cf h1{color: #000000;}
.container .cf h5{color: #000000;}

.hosted-content .p-tb-10 { margin:0% auto; }
/***************************** typography styles **/


.no-margin {margin:0 !important;}

a {color:#2B2B2B; text-decoration:none;}
a:hover {color:#f2640e; cursor: pointer;}



strong {font-weight:normal; font-family: 'Source Sans Pro', sans-serif; font-weight: 700; color:#f2640e; text-transform:uppercase }
em {font-style:italic;}

.red {color:#ff7a00;}
.dk-red {color:#f5d73b;}
.white {color:#fff;}
.black {color:#000;}
.green {color:#9bad97;font-size: 48px}


.text-center {text-align:center;}
.text-left {text-align:left;}
.text-right {text-align:right;}

h1 {
	color:#f2640e;
	font-size:36px;
	font-weight:700;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom:0;
	text-transform:uppercase;
}
h2 {
	color:#000;
	font-size:30px;
	font-weight:400;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom:0;
}
h3 {
	color:#f2640e;
	font-size:28px;
	font-weight:600;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom:5px;
	text-transform:uppercase;
}

h4 {
	color:#f2640e;
	font-size:22px;
	font-weight:400;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom:7px;
}

h5 {
	color:#000;
	font-size:18px;
	font-weight:400;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom:10px;
}

h6 {
	color:#000000;
	font-size:18px;
	font-family: 'Source Sans Pro', sans-serif; 
	font-weight: 300
}
h6 a {color:#f2640e; text-decoration:none;font-family: 'Source Sans Pro', sans-serif; font-weight: 300}
h6 a:hover {color:#252525}
p {margin-bottom:20px; font-family: 'Source Sans Pro', sans-serif; font-weight: 300; font-size: 18px;}





/***************************** header styles **/


.rt-header {
	padding:15px 0 ;
	margin: 0 auto;
	float: none; 
	text-align: right;
	font-size: 17px;
}
.rt-header a {color: #fff;}
.rt-header a:hover {color: #B0B0B0;}
.rt-header .phone {color: #f2640e}
.rt-header .phone2 {color: #f2640e; margin-top: 8px;}


header {
	width:100%; 
 	background: url("/siteart/dark-honeycomb.png");
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #000;}


	
.logo { float:left;  padding:25px 0 20px 0;}
.logo img {max-width: 500px; width: 100%; height:auto; display:block;  }


.main-lines {width:100%; display:block;}
.main-lines img {
	height:auto;
	margin:30px 0 0 0;
	display:inline-block;
	zoom:1;
	*display:inline;
}
.main-lines img.sm {width:12%; max-width:111px;}
.main-lines img.med {width:16%; max-width:146px;}
.main-lines img.lg {width:22%; max-width:202px;}



/***************************** nav styles **/
nav.fill {
	float: none;
	background: #f2640e;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

  
nav.fill ul {width:100%; margin:0 auto;float: none;text-align:center;}
nav li {float:none; display:inline-block; text-align: center; position:relative; color:#FFFFFF;transition: background .2s ease, color .2s ease;}
nav.fill a:link, nav.fill a:active, nav.fill a:visited {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:400;
	font-size:24px;
	line-height:24px;
	padding: 8px 24px;
	text-transform:uppercase;
	text-align:center;
}
nav.fill a:hover {color:#353535;}
nav.fill ul ul {
	display: none;
	position: absolute; 
	z-index:99999;
	top: 40px;
	left:25px;
	width:200px;
	overflow-x: hidden;
	background:#353535;
	border-top: 2px solid #fff;
	text-align:left;
	
}

nav.fill ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}

nav.fill ul li:hover > ul {
	display: block;
	z-index:99999;
	
}

nav.fill ul ul li {
	float: none; 
	position: relative;
	display:block;
	border-right: 0;
	border-left: 0;
	border-bottom: 1px solid #f2640e;
	text-align:left;
}
nav.fill ul ul li:first-child {
  border-left: 0;
}
nav.fill ul ul li a:link, nav.fill ul ul li a:active, nav.fill ul ul li a:visited{
	font-size:16px;
	line-height:24px;
	padding:5px 0 5px 15px;
	border-right:0;
	color: #FFFFFF;
	text-align:left;
}
nav.fill ul ul li a:hover {
	color:#f2640e;
}

.head {background: url("../siteart/squared_metal.png") repeat fixed;  }


/*******************************************************************SLIDESHOW***************************************************************/


.slide-contain {
	width:100%;
	float:none;
	margin: 0 auto;
	z-index:1;
	overflow:hidden;

}

.cycle-slideshow, .cycle-slide { width:100%; }

.cycle-slideshow img, .cycle-slide img { width:100%; float:left; }

.cycle-slideshow {
	width:100%;
	overflow:hidden;
	float:left;
	display:block;
}
.cycle-slideshow img {display:block; width:100%; float:left; }

/*pager */
.pager { 
    text-align:center; width:100%; margin:-50px 0 -2px; position:relative; z-index:999; float:left;}
.pager span { 
    font-family:arial; font-size:50px; width:35px; height:16px; display:inline-block; color:#fff; cursor:pointer; 
}
.pager span.cycle-pager-active { color: #f2640e;}
.pager > * { cursor:pointer;}

/* overlay */
.cycle-overlay { 
	font-family: 'roboto_regular';
	background: rgba(242,100,14,.75);
	padding: 20px;
   	 position:absolute; 
	bottom:0; 
	max-width:380px; 
	min-width: 350px;
	width: 25%;
	z-index:600;
	color:#FFFFFF; 
	padding:1% 2% 1% 2%;
	margin-bottom:5%;
	margin-left: 80px;
	box-shadow: 2px 2px 6px rgba(0,0,0,.45);
}

.cycle-overlay p {
	font-size:45px;
	line-height:55px;
	color: #353535;
	font-weight: 700;
}

.cycle-overlay span {
	float: left;
	font-weight:400;
	color:#fff;
	font-size:36px;
	line-height: 45px;
	padding:5px 15px 5px 0px;
	border-radius:5px;
	text-transform: uppercase;
}
.cycle-overlay span a {
	float: left;
	font-weight:400;
	color:#fff;
	font-size:28px;
	line-height: 30px;
	padding:5px 15px 5px 0px;
	border-radius:5px;
	text-transform: uppercase;
}

.cycle-overlay span a:hover {
	color:#fff;
}

.cycle-overlay span .hvr-underline-from-center:before {
  background: #000;
}

.cycle-overlay img {
	width: 24px!important;
	padding-left: 18px;
	float:right;
	margin-top: 5px;
}



.cycle-overlay a:hover span {
	color:#000;	
	text-decoration:none;
}







/************************************************** Equipment Images *****************/	
	


.box-contain {width: 100%;float: none; margin: 0 auto; text-align: center;display: block;padding: 20px 0; background: url("/siteart/dark-honeycomb.png"); border-top: 5px solid #f2640e; border-bottom: 5px solid #f2640e;}

.zoom-container {
	float:none; 
	width:30%; 
	max-width: 500px;
	margin: 0 10px;
	position:relative; 
	overflow:hidden; 
	display:inline-block; 
	box-sizing: border-box
}
.zoom-container .zoom-caption {
	position:absolute; 
	top:0; 
	right:0; 
	bottom:0; 
	left:0; 
	z-index:10; 
	background:rgba(242,100,14,.45); 
	-webkit-transition:all .5s ease; 
	-moz-transition:all .5s ease; 
	-ms-transition:all .5s ease; 
	-o-transition:all .5s ease; 
	transition:all .5s ease; 
}
.zoom-container .zoom-caption h2 {
	display:block; 
	text-align:center;  
	text-transform:uppercase;
	color:#fff; 
	position:absolute; 
	font-size: 43px;
	line-height: 43px;
	top:50%; 
	left:50%; 
	transform:translate(-50%, -50%);
	font-weight: 600; 
	width: 90%;
	text-shadow: 2px 2px 6px rgba(0,0,0,.4);
}

.zoom-container img {
	display:block; 
	width:100%; 
	height:auto; 
	-webkit-transition:all .5s ease; 
	-moz-transition:all .5s ease; 
	-ms-transition:all .5s ease; 
	-o-transition:all .5s ease; 
	transition:all .5s ease;
	padding: 0; 
	margin: 0;
}
.zoom-container:hover .zoom-caption {
	background:none;
}
.zoom-container:hover img {
	-webkit-transform:scale(1.25); 
	-moz-transform:scale(1.25); 
	-ms-transform:scale(1.25); 
	-o-transform:scale(1.25); 
	transform:scale(1.25); 
	display: block;
}


.manu-contain .zoom-container {
	float:none; 
	width:14%; 
	margin: 10px 1%;
	position:relative; 
	overflow:hidden; 
	display:inline-block; 
	box-sizing: border-box;
	border: 1px solid #353535;
}
.manu-contain .zoom-container .zoom-caption {
	background:rgba(242,100,14,0); 
}


.manu-contain .zoom-container img {
	padding: 10px;
	box-sizing: border-box
}






/***************************** grey/yellow styles **/
article {display:block; margin:0px auto 0px auto; padding: 50px 0 0 0;}

.contimg {float: left; display: inline-block; max-width: 200px; padding-right: 30px; padding-bottom: 10px;}

/***************************** organge styles **/

.inner-contain {background:url("/siteart/honey-clearn.jpg"); z-index: 99; position: relative; display: block; text-align: center; border-top: 5px solid #f2640e; }
.inner-contain span {color: #000; font-weight: 400; }
.inner-contain h2 {color: #fff; text-transform: uppercase}

.inner-contain .mid {
	display:inline-block;
	float:none;
	width: 90%;
	height: 140px;
}
.inner-contain h1 {padding-top: 30px;}


.inner-contain .lt {
	display:inline-block;
	float:left;
	width: 5%;
}
.inner-contain .lt img {
	height: 100%;
	max-height: 140px;
	float: left;
}


.inner-contain .rt {
	display:inline-block;
	float: right;
	width: 5%;
}
.inner-contain .rt img {
	height: 100%;
	max-height: 140px;
	float: right;
}








.front {padding: 40px 0; margin: 0 auto ;text-align: center;background: url("../siteart/wheat.jpg") no-repeat center; background-size: cover;}
.front h6 {background: #363636; padding: 40px; color: #FFFFFF;margin-top: 20px;}
.hours {margin-top: -40px;}

.greentextwrap {
	background: #fff;
	border: 1px solid #f2640e;
	width:calc(30% - 1px);
	margin-top: 15px;
	display:block;
	text-align:left;
	float:left;
	height: 300px;
}
.greentextwrap h3 {
	text-decoration: underline;
	font-weight:400;
	font-family: 'Source Sans Pro', sans-serif;
	margin-left: 20px;
	margin-top: 20px;
}
.greentextwrap p {
	margin-left: 20px;
	margin-top: 20px;
}
.greentextwrap a {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}
.greentextwrap a:hover {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #f2640e; 
}
.orangetextwrap {
	width:30%;
	
	display:block;
	text-align:left;
	float:left;
}
.orangetextwrap p {
	margin-left: 20px;
	margin-top: 40px;
}



.text-wrap {
		width:80%; 
		max-width:2050px; 
		margin:0 auto; 
		padding: 55px 20px; 
		text-align: center;
	}



.empcontain {
	background: url("/siteart/honey-light.jpg") fixed;
	border-top: 5px solid #f2640e;
	border-bottom: 5px solid #f2640e;
	margin:0 auto;  
	padding: 50px 20px; 
	text-align: left;
}

.empwrap {text-align: left;}
.empwrap h3 {padding-bottom: 5px; border-bottom: 2px solid #000000; margin-bottom: 10px; }

.emp {max-width:265px;width: 25%; min-width: 210px; border: 2px solid #FFFFFF; background: #ffffff;  padding: 20px; display:inline-block; margin: 20px 10px 20px 0px; vertical-align: top;text-align:left; min-height: 100px; border: 1px solid #e1e1e1;font-weight: 300;}
.emp h5 {font-weight: 300;}
.emp h4 {border-bottom: 1px solid #000;}
.emp i {color: #000000; font-weight: 300; font-size: 16px; }

.emp a:hover {color:#252525;}




.fincontain {
	background: #fff;
	margin:0 auto;  
	padding: 40px 20px; 
	text-align: left;
	border-top: 1px solid #f2640e
}
.fin {
	text-align: center;	
}
.fin a {
	margin: 0 5%;
	display: inline-block;
}
.fin img {
	max-width: 200px;
	width: 90%;
}


/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;

}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #f2640e;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	border-bottom: 1px solid #fff;
}
 
.scrolling{
    width:100%;
    height:92px;
}




/***************************** contactstyles **/


.contact-contain {
	width: 100%;
}
.contact-wrap {
	margin:0 auto;  
	padding: 50px 0px; 
	text-align: left;
}
.continfo {margin-top: 20px;width: 30%; display: inline-block;}
.continfo a:hover {color: #f2640e;}
.continfo a {padding-top: 8px;}


.map-area {
	width:calc(70% - 2px);
	margin-top: 25px;
	display:block;
	text-align:center;
	float:right;
	margin-bottom: 15px;
}
.map-area iframe {
	width:100%; height:300px; 
	display:block;
	border: 1px solid #f2640e;
}




/* Logo Bar */
.logoBar {background: #fff; padding: 20px 0;}
.logoBar {background: #fff; padding: 20px 0;}
.logoBar h2 {
	border-bottom: 3px solid #000;
	padding-left: 2%;
	max-width: 370px;
	margin-bottom: 35px;
	color: #f2640e;
	font-weight: 600;
}

	.slick-next:before {
		background: url(../siteart/next.png) no-repeat 50% 50% #000000;
		right: 45px;
	}
	.slick-prev:before {
		background: url(../siteart/prev.png) no-repeat 50% 50% #000000;
		left: 45px;
	}
	.slick-next:before, .slick-prev:before {
		position: relative;
		content: ' ';
		display: inline;
		z-index: 99999999;
		width: 25px;
		height: 25px;
		border-radius: 3px;
		opacity: 1;
		top: 0;
	}
	button.slick-next.slick-arrow {
		visibility: hidden;
	}
	button.slick-prev.slick-arrow {
		visibility: hidden;
	}
	.slick-slide img {
		display: block;
		height: 80px;
	}
	.slick-slide { 
		display: table;
		padding: 0 35px 0 0;
}



/***************************** footer styles **/

footer {
	width:100%;
	background: #f2640e;
	padding:0;
	color:#fff;
	padding: 15px 0 0 0;
	border-top: 5px solid #000;
}
footer p {font-size:14px; margin-bottom:14px; }
footer a {text-decoration:none;}

footer h4 {color: #000; }


footer .hvr-underline-from-center:before {background: #353535;}

.quick-link {width:190px;  float:left; display:block;padding-bottom: 30px; text-transform: uppercase; color: #000}
.loc {width: 240px;}
.quick-link ul {width:100%; display:block; padding-bottom:20px; }
.quick-link li {display:block; line-height:20px;}
.quick-link a {text-transform:uppercase; font-size:18px; line-height: 20px; color: #000;}
.quick-link a:hover {color:#000;}

.quick-link .phone {color: #000;}

.hosted {text-align: right; text-transform: uppercase; color: #000;margin-top: 10px; padding-top: 5px; }
.hosted a {color: #000;}
.hosted a:hover {color: #c5c5c5;}

.textshadow{color: #FFF; text-shadow: 0px 0px 5px rgba(0,0,0,0.9); }

#formpage {width: 60%; margin: 25px auto; float: right;display: inline-block;padding-top: 25px;}
.form-box h2 {
	text-align: left;
}


/*** form styles ***/
.col2 {Max-width: 750px; width:50%; float:left; color: #000000;border-radius: 0; margin: 0;}
.col3 {Max-width: 500px; width:33%; float:left; color: #000000;border-radius: 0; }
.col4 {Max-width: 375px; width:25%; float:left; color: #000000;border-radius: 0; }
.col-full {Max-width: 1500px; width:100%; float: left;color: #000000;border-radius: 0;}
#formpage input {
	width:100%;
	padding:6px 4px;
	border:1px solid #f2640e;
	color:#000000;
	font-size: 14px;
	background:#fff;
	font-family: 'Source Sans Pro', sans-serif;
	border-radius: 0;
	box-shadow:0;
	margin:0;
	float:none;
}

#formpage textarea {
	width:100%;
	padding:6px 4px;
	border:1px solid #f2640e;
	color:#000000;
	font-size:14px;
	height:100px;
	background:#fff;
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
	border-radius: 0;
	margin:0;
	float:none;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	width:100%;
	border:1px solid #f2640e;
	color:#000000;
	vertical-align:middle;
	font-size:14px;
	background:#fff;
	line-height:normal;
	padding:5px;
	font-family: 'Source Sans Pro', sans-serif;
	 border-radius: 0;
	 margin:0;
	float:none;
}




/* focus states of various types of fields */

#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#E8E8E8; 
	border:1px solid #B4B4B4;
	color:#000000;
	outline-style:none;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	width: 100%;
	border-radius: 0;
	margin:0;
	float:none;
}
#formpage input.checkbox {
    padding:0; 
    border:0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
	margin:0;
	float:none;
	color: #000000
 }
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
	border-radius: 0; 
	color: #FFFFFF;
	display: inline;
	margin:0;
	float:none;
}



#formpage input.btn,
#formpage input.bn:focus {
	font-family: 'Source Sans Pro', sans-serif;
	width:100%; 
    padding:7px 0;
    background:#f1592a;
    border:0;
	border-radius: 0;
    font-size: 14px;
	line-height:14px;
    color:#FFFFFF;
	-webkit-appearance:none;
	margin:0;
	float:none;}
#formpage input.sub:hover {background:#f2640e; color:#FFFFFF; 
	font-family: 'Source Sans Pro', sans-serif; cursor: pointer;border: 1px solid #FFFFFF;margin:0;
	float:none;}

.detailed-row a:hover {cursor: pointer;}

/*  FORM
------------------------------------------------*/


.submit-button {
	max-width: 300px;
	float:none;
	margin: 0 auto;
}


.column3 input[type="text"] {
    padding: 6px 0px;
    font-size: 13px;
    background-color: #b4b4b4;
    border: none!important;
    color: white;
    width: 100%;
	max-width:300px;
	float: none;
	margin:0;
}

.column3 input[type="submit"] {
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	text-align:center;
	max-width:300px;
	color:#fff;
	float: none;
	margin:0;
}
.column3 input[type="submit"]:hover{
	background:#f2640e;
	cursor: pointer;
	float: none;
	margin:0;
}

/*  EXPANDER
------------------------------------------------*/	
.toggle.expander.expanded {
	display: none;
	float: none;
	margin:0;
}
a.expander.toggle.column3.submit-button.collapsed:hover {
	background: #f2640e;}
a.expander.toggle.column3.submit-button.collapsed {
    width: 100%;
	max-width: 1502px;
    background: #343434;
    display: inline-block;
    text-align: center;
    padding: 5px 5px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
	float: none;
	margin:0;
}

a.expander.toggle.column3.submit-button.collapsed {
    width: 100%;
    background: #343434;
    display: inline-block;
	padding: 5px 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
	text-decoration:none;
	float: none;
	margin:0;
}

.text-link.expander.collapsed {
	visibility: visible;
	-webkit-transition:.5s ease-in;  
	-moz-transition:.5s ease-in;  
	-o-transition:.5s ease-in;  
	transition:.5s ease-in;
	float: none;
}
	
.text-link.expander.expanded {
	color: #fff;
	max-width:300px;
	float: none;
	margin:0;
}

	
.toggle.expander.expanded:hover {
	text-decoration:none;
	color:#767475;
	background:#f9f8f3;	
	outline-style:none;
	border:1px #0f355b solid;
	max-width:300px;
	float: none;
	margin:0;
}
	
.toggle.expander.collapsed:hover {
	text-decoration:none;
}

 .captcha {
	width:100%;
	margin:0 auto;
	color:#f2640e;
	line-height:19px;
	text-align:center;
	font-weight: 200;
}

.captcha a{
	color:#f2640e;
}

.captcha input{
	margin:0;
	float:none;
	max-width:300px
}

/***************************** responsive styles **/

@media screen and (max-width: 1600px) {
	.cycle-overlay { 
		background: rgba(242,100,14,.75);
		padding: 20px;
		max-width:320px; 
		min-width: 200px;
		width: 33%;
		margin-bottom:3%;
		margin-left: 80px;
	}

	.cycle-overlay p {
		font-size:40px;
		line-height:50px;
		font-weight: 700;
	}

	.cycle-overlay span {
		font-weight:400;
		font-size:28px;
		line-height: 40px;
		padding:5px 15px 5px 0px;
	}
	
	.cycle-overlay span a {
		font-size:22px;
		line-height: 24px;
		padding:5px 15px 5px 0px;
	}
}

@media screen and (max-width: 1400px) {
	.slider-wrapper {padding-bottom: 120px}
	
	.whole{
		display: inline-block;width: 25%; margin: 10px 20px; position: relative; float: none; flex-wrap:no-wrap;}
}
@media screen and (max-width: 1300px) {
	nav.fill a:link, nav.fill a:active, nav.fill a:visited {
		font-size:20px;
		line-height:20px;
		padding: 8px 18px;
	}
	
	nav.fill ul ul {
		top: 36px;
		left: 18px;
	}
	
	
	.slick-slide img {
		display: block;
		height: 60px;
	}
	
	.quick-link a {font-size: 16px;}
	.hosted {font-size: 16px;}
	
	
	.manu-contain .zoom-container {
		width:17.5%; 
		margin: 10px 1%;
	}
	
	.zoom-container {
		width:30%; 
		max-width: 500px;
	}
	.zoom-container .zoom-caption h2 {
		font-size: 36px;
		line-height: 36px;
	}

	
	
}

@media screen and (max-width: 1250px) {
	.inner-contain .mid {
		width: 80%;
	}
	.inner-contain h1 {
		padding-top: 10px;
	}

	.cycle-overlay { 
		background: rgba(242,100,14,.75);
		padding: 20px;
		max-width:290px; 
		min-width: 200px;
		width: 33%;
		margin-bottom:3%;
		margin-left: 80px;
	}

	.cycle-overlay p {
		font-size:34px;
		line-height:34px;
		font-weight: 700;
	}

	.cycle-overlay span {
		font-weight:400;
		font-size:26px;
		line-height: 30px;
		padding:5px 15px 5px 0px;
	}
	
	.cycle-overlay span a {
		font-size:20px;
		line-height: 22px;
		padding:5px 15px 5px 0px;
	}
}

@media screen and (max-width: 1140px) {
	h1 {font-size:32px;}
	h3 {font-size:26px;}
	.front h6 {font-size: 18px;}
	.greentextwrap h2 {font-size: 24px;}


}


@media screen and (max-width: 1080px) {
	.hours {margin-bottom: 60px;}
	.top-bar {width: 90%; float: none;margin: 0 auto;}


}
@media screen and (max-width: 1024px) {
	.wrap {width:90%;}
	body {font-size:14px;}
	p {margin-bottom:14px;}
	h1 {font-size:28px;}
	h2 {font-size: 24px}
	h3 {font-size:22px;}
	h4 {font-size:16px;}
	h6 { font-size: 16px;}
	
	
	
	nav.fill a:link, nav.fill a:active, nav.fill a:visited {
		font-size:18px;
		line-height:18px;
		padding: 8px 16px;
	}
	nav.fill ul ul {
		top: 34px;
		left: 16px;
	}
	
	
	.quick-link a {font-size:14px;}
	.hosted {font-size:14px;}
	
	
	.logoBar h2 {
		border-bottom: 3px solid #000;
		padding-left: 2%;
		width: 300px;
		margin-bottom: 35px;
		color: #f2640e;
		font-weight: 600;
	}

	
	footer p {font-size:12px; margin-bottom:12px;}
	
	
	
	.inner-contain .mid {
		width: 75%;
	}
	.inner-contain h1 {
		padding-top: 20px;
	}
	
	
	.orangetextwrap p {
		margin-left: 0px;
		margin-top: 40px;
	}
	.orangetextwrap {padding-left: 0;}
	
	
	.zoom-container {
		width:35%; 
	}
	.zoom-container .zoom-caption h2 {
		font-size: 32px;
		line-height: 32px;
	}

	
	
	.quick-link {width: 160px;}
	.loc {width: 200px;}
	
	.cycle-overlay { 
		background: rgba(242,100,14,.75);
		padding: 10px 10px 10px 20px;
		max-width:240px; 
		min-width: 200px;
		width: 33%;
		margin-bottom:3%;
		margin-left: 40px;
	}

	.cycle-overlay p {
		font-size:28px;
		line-height:30px;
		font-weight: 700;
	}

	.cycle-overlay span {
		font-weight:400;
		font-size:22px;
		line-height: 30px;
		padding:5px 15px 5px 0px;
	}
	
	.cycle-overlay span a {
		font-size:18px;
		line-height: 20px;
		padding:5px 15px 5px 0px;
	}
	
}

@media screen and (max-width: 975px) {
	#location {display: none; visibility:hidden;}
	.lt-header {width: 40%;}
}

@media screen and (max-width: 880px) {
	
	nav a:link, nav a:active, nav a:visited {
		font-size:18px;
		line-height:18px;
		padding: 8px 11px;
	}
	nav ul ul {
		top: 34px;
		left: 16px;
	}
	
	.whole{
		display: inline-block;width: 35%; margin: 10px 20px; position: relative; float: none; flex-wrap:no-wrap;}
	
	.brands-wrap {
	text-align: center;
	position: relative;
	float: none;}
	.brands-wrap img {max-width: 120px;}
	
	.continfo {width: 96%; }
	#formpage {width: 98%; float: none;padding-top: 40px;}
	.contact-wrap {
	width:90%; 
	margin:0 auto;  
	padding: 60px 0px; 
	text-align: left;
}


	.front h6 {font-size: 16px;padding: 30px 20px;margin-top: 10px;}
	.greentextwrap {width: 100%;text-align: center;height: 240px; }
	.greentextwrap h2 {
	color: #000000;
	font-size: 24px;
	margin-left: 0px;
	margin-top: 20px;
	}
	.greentextwrap p {
		margin-left: 0px;
		margin-top: 20px;
	}
	.map-area {width:  calc(100% - 2px); float: none; margin: 30px auto 0 auto; }
	.map-area iframe {border-left: 1px solid #f2640e}
	
	
	footer {padding: 20px 0;}
	.quick-link {width:100%; padding-left:0%; border-right:0; text-align: center;padding-top: 0px;padding-bottom:25px ;}
	.quick-link ul {padding-bottom:0px ; padding-left: 0;}
	.divfooter {width:90%; padding-left:0%; margin:15px 5% 0 5%; text-align:center;}
	
	
	.hosted {float: none; text-align: center;padding-bottom: 20px; }
	
}
@media screen and (max-width: 800px) {
	
	.show-tablet {display:block;}
	.hide-tablet {display:none;}
	.cont-4 {display: none; visibility:hidden;}
	
	#simple-menu {
		float:right;
		background:url(../siteart/mobile-nav-icon.png) no-repeat center center;
		height:38px;
		width:38px;
		display:block;
		cursor:pointer;
	}
	#simple-menu:hover {background:url(../siteart/mobile-nav-icon-hover.png) no-repeat center center;}
	
	nav.fill a:hover{cursor: pointer}
	nav.fill {height: 38px;}
	
	
	
	.zoom-container {
		width:45%; 
	}
	.zoom-container .zoom-caption h2 {
		font-size: 36px;
		line-height: 36px;
	}

}
@media screen and (max-width: 768px) {
	
	
	.show-768 {display:block;}
	
	.loc-list {font-size:12px;}
	
	.categorybox h1 {visibility:hidden;display: none;}
	
	
	
	#no-show {display: none; visibility:hidden;}
	
	
	
	article {width:100%; display:block; margin:0px auto 0px auto;}
	
	
	.contact-info {width:40%; margin:0 0% 15px 0;}
	.map {width:100%;}
	
	.contactform {float: none; margin: 20px auto; width: 90%}
	

	.manu-contain .zoom-container {
		width:22.5%; 
		margin: 10px 1%;
	}
}

@media screen and (max-width:750px) {

	.inner-contain .mid {
		width: 70%;
	}
	.inner-contain h1 {
		padding-top: 25px;
		font-size: 24px;
	}
	.inner-contain h2 {
		font-size: 20px;
	}
	
	.cycle-overlay { 
		background: rgba(242,100,14,.75);
		padding: 10px 10px 10px 20px;
		width:240px; 
		margin-bottom:5%;
		margin-left: 40px;
	}

	.cycle-overlay p {
		font-size:24px;
		line-height:24px;
		font-weight: 700;
	}

	.cycle-overlay span {
		font-weight:400;
		font-size:22px;
		line-height: 24px;
		padding:5px 15px 5px 0px;
	}
	
	.cycle-overlay span a {
		font-size:16px;
		line-height: 18px;
		padding:5px 5px 5px 0px;
	}
	
}

@media screen and (max-width:700px) {
	.zoom-container .zoom-caption h2 {
		font-size: 32px;
		line-height: 32px;
	}

	.inner-contain .mid {
		width: 60%;
	}
	.inner-contain h1 {
		padding-top: 12px;
		font-size: 24px;
	}
	.inner-contain h2 {
		font-size: 20px;
	}
}
@media screen and (max-width:660px) {
	
	.dept {text-align: center;}
	.emp {margin-right: 0px;}
	.no-break {display:block;}
	
	h1 {font-size:26px;}
	
	
	
	.new-used h2 img {width:3%;}
	
	
	
	.contact-info {width:60%;}
	
	
	
	.brands a {width:31.33333%;}
	
	.locations div {width:48%; margin:0 2% 15px 0;}
	
	.whole{
	display: inline-block;width: 40%; margin: 10px 20px; position: relative; float: none; flex-wrap:no-wrap;}

	
	
	.rt-header {margin: 0px auto 8px auto; float: none; text-align: center;font-size: 16px;}
	.headwrap {width: 100%;}
	.logo {
		float: none;
		margin-top: 0;
		width: 100%;
		position: relative;
		padding-top: 25px;
	}
	
	.logo img {
		width: 90%;
		height: auto;
		display: block;
		max-width:500px;
		margin: 0 auto;
	}
	
	
	.manu-contain .zoom-container {
		width:30.5%; 
		margin: 10px 1%;
	}
	
}

@media screen and (max-width:610px) {

	.inner-contain .mid {
		width: 70%;
	}
	.inner-contain h1 {
		padding-top: 12px;
		font-size: 24px;
	}
	.inner-contain h2 {
		font-size: 20px;
	}
	
	.cycle-overlay { 
		background: rgba(242,100,14,.75);
		padding: 10px 10px 10px 20px;
		width:200px; 
		margin-bottom:5%;
		margin-left: 40px;
	}

	.cycle-overlay p {
		font-size:20px;
		line-height:20px;
		font-weight: 700;
	}

	.cycle-overlay span {
		font-weight:400;
		font-size:16px;
		line-height: 18px;
		padding:5px 0px 5px 0px;
	}
	
}

@media screen and (max-width:540px) {

	.inner-contain .mid {
		height: 120px;
		width: 70%;
	}
	.inner-contain h1 {
		padding-top: 8px;
		font-size: 22px;
	}
	.inner-contain h2 {
		font-size: 18px;
	}
	.inner-contain .lt img {max-height: 120px;}
	.inner-contain .rt img {max-height: 120px;}
}

@media screen and (max-width:520px) {
	.whole{
	display: inline-block;width: 80%; margin: 5px 20px; position: relative; float: none; flex-wrap:no-wrap;}
	
	
	.lt-header {width: 100%;}
	.right {visibility: hidden; display: none;}
	
	
	.cycle-overlay { 
		background: rgba(242,100,14,.75);
		padding: 5px 5px 5px 10px;
		width:200px; 
		margin-bottom:3%;
		margin-left: 20px;
		min-width: 0;
	}
	.pager {display:none;}

	
}
@media screen and (max-width:480px) {
	.top-bar {height: auto;}
	.top-bar a {display:block;}
	
	.col2 {width:100%; margin-right:0%;}
	
	.loc-list {width:100%;}

	
	.new-used h2 img {width:4.5%;}
	

	
	.border-box h6 {width:35%;}
	
	
	.brands-wrap {
	padding: 0px; 
	margin: 0 auto;text-align: center; float: none; }
	.brands-wrap img { width: 100%; margin: 0 auto;text-align: center; float: none;}
	
	
	.manu-contain .zoom-container {
		width:47%; 
		margin: 10px 1%;
	}
	
	
	.zoom-container {
		width:85%; 
		margin: 10px auto;
	}
	.zoom-container .zoom-caption h2 {
		font-size: 36px;
		line-height: 36px;
	}
	
}
@media screen and (max-width:450px) {

	.inner-contain .mid {
		height: 120px;
		width: 65%;
	}
	.inner-contain h1 {
		padding-top: 5px;
		font-size: 20px;
	}
	.inner-contain h2 {
		font-size: 16px;
	}
}
@media screen and (max-width:400px) {
	
	.empcontain .minwrap{width: 95%;}
	
	
	.zoom-container .zoom-caption h2 {
		font-size: 30px;
		line-height: 30px;
	}
}

@media screen and (max-width:385px) {
	h5 {font-size: 16px;}
.emp i {color: #000000; font-weight: 300; font-size: 14px; }
	.emp {min-width: 0px
		; width: 85%; }
	
	.hours .go-right {float:none;}
	
	.contact-info {width:100%;}
	
	.brands a {width:48%;}
	
	.loc {width:100%; margin:0 0% 20px 0;}
	
	
	.inner-contain .mid {
		height: 100%;
		width: 90%;
		padding: 15px 0;
	}
	.inner-contain h1 {
		padding-top: 0px;
		font-size: 20px;
	}
	.inner-contain h2 {
		font-size: 16px;
	}
	.inner-contain .lt img {display:none;}
	.inner-contain .rt img {display:none;}
	
	
	.cycle-overlay { 
		background: rgba(242,100,14,.75);
		padding: 5px 5px 5px 10px;
		width:200px; 
		margin-bottom:2%;
		margin-left: 10px;
		min-width: 0;
	}

	.cycle-overlay p {
		font-size:16px;
		line-height:16px;
		font-weight: 700;
	}

	.cycle-overlay span {
		font-weight:400;
		font-size:14px;
		line-height: 14px;
		padding:5px 0px 5px 0px;
	}
	
	.cycle-overlay span a{
		font-weight:400;
		font-size:14px;
		line-height: 14px;
		padding:0px 0px 0px 0px;
	}
}




