/***** BEGIN RESET *****/

* {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}

ol,
ul {
	list-style: none;
}

.clear {
	clear: both;
	height: 0px;
	margin: 0;
}

/***** END RESET *****/




header,
nav,
article,
footer {
	display: block;
	min-width: 280px;
}

body {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	min-width: 280px;
	font-family: 'Montserrat', sans-serif;
}

.invwrap {
	-webkit-text-size-adjust: none;
	width: 100%;

}

.wrap {
	width: 90%;
	margin: 0 auto;
	max-width: 2000px;
}

.headwrap {
	width: 90%;
	margin: 0 auto;
	max-width: 2000px;
}


.go-right {
	float: right;
}

.show-tablet,
.show-768 {
	display: none;
}



/* INVENTORY STYLES
------------------------------------------------*/
/*ALL INVENTORY SYTLES GO HERE FOR SAFEKEEPING*/
.container {
	width: 94%;
	max-width: 1500px;
	margin: 0 auto;
}

.invmain {
	padding: 30px 0;
	width: 100%;
	overflow: hidden;
}

.cf {
	background: none;
}

.container {
	background: none
}

.container .cf a:hover {
	color: #004071;
}

.container .cf h5 {
	color: #000000;
}

.fa-map-marker::before {
	color: #004071;
}

.hosted-content .p-tb-10 {
	margin: 2% auto;
}

.main {
	overflow-x: hidden;
}


.invbuttons {
	margin: 20px auto;
	text-align: center;
	float: none;
}

.invbuttons a {
	background: #004071;
	border: 2px solid #fff;
	color: #000000;
	padding: 12px;
	border-radius: 5px;
	font-size: 18px;
	width: 30%;
	max-width: 500px;
	margin: 0 3%;
}

.invbuttons a:hover {
	background: #a1a1a1;
	color: #004071;
}

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-bubble-float-bottom:before {
	position: absolute;
	z-index: -1;
	content: '';
	left: calc(50% - 10px);
	bottom: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #004071 transparent transparent transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-bubble-float-bottom:hover,
.hvr-bubble-float-bottom:focus,
.hvr-bubble-float-bottom:active {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	border-color: #a1a1a1 transparent transparent transparent;
	margin-top: -2px;
}

.hvr-bubble-float-bottom:hover:before,
.hvr-bubble-float-bottom:focus:before,
.hvr-bubble-float-bottom:active:before {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	border-color: #a1a1a1 transparent transparent transparent;
	margin-top: -2px;
}

#reg {
	display: none;
}


/*===================== 
                PARTS SEARCH 
=======================*/
iframe.parts_search {
	width: 100%;
	min-height: 400px;
	height: auto;
	margin-top: 30px;
	background: #FFFFFF;
	border: 1px solid #004071;
}

.parts_container {
	margin: 0 auto;
}

/***************************** typography styles **/


.no-margin {
	margin: 0 !important;
}

a {
	color: #2B2B2B;
	text-decoration: none;
}

a:hover {
	color: #004071;
}



strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

.red {
	color: #ff7a00;
}

.dk-red {
	color: #f5d73b;
}

.white {
	color: #fff;
}

.black {
	color: #004071;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

h1 {
	color: #004071;
	font-size: 28px;
	margin-bottom: 0;
	font-weight: 400;
	text-transform: uppercase;
}

h2 {
	color: #fff;
	text-decoration: underline;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 0;
}

h3 {
	color: #484747;
	font-size: 24px;
	font-weight: 400;
}

h4 {
	color: #000000;
	font-size: 20px;
	font-weight: 400;
}

h5 {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
}

h6 {
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

h6 a {
	text-decoration: none;
}

h6 a:hover {
	color: #004071;
}

p {
	margin-bottom: 16px;
}

h6 a span {
	text-decoration: none;
}

h6 a:hover span {
	color: #004071;
}



/***************************** header styles **/

.top-bar {
	padding: 35px 0 10px 0;
	float: right;
	display: inline-block;
}

.top-bar img {
	display: inline-block;
	margin-left: 8px;
}

.top-bar h6 {
	font-size: 16px;
	color: #fff;
	display: block;
	float: right;
	margin-top: 3px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .64);
}

.top-bar a {
	font-size: 15px;
	color: #fff;
	text-align: right;
	padding-top: 8px;
}

.top-bar a:hover {
	color: #e1e1e1;
}

.rt-header {
	float: right;
	margin-left: 0%;
	text-align: right;
	display: inline-block;
}

.rt-header .cont {
	display: block;
	padding-left: 50px;
}

.social {
	display: block;
	margin: 0px auto;
	text-align: right;
}

.social a:hover img {
	opacity: .6
}


.soc-2 {
	display: none;
	visibility: hidden
}

/*===================== 
	Keyword Search form styles 
=======================*/




header {
	width: 100%;
	background:
		/* left, transparent black (rotated 90 degrees) */
		linear-gradient(to right,
			/* or 90deg */
			rgb(255 255 255 / 45%),
			rgba(0, 0, 0, 0.45)),
		/* bottom, image */
		url(/siteart/metal-background.png);
	background-size: cover;
	position: relative;
	z-index: 999;
}




.logo {
	float: left;
	display: inline-block;
	padding-top: 10px;
}

.logo img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 500px;
}


.no-cursor:hover {
	cursor: default;
}

/***************************** nav styles **/
nav {
	width: 100%;
	display: block;
	background: #fff;
	text-align: center;
	margin-top: 10px;
	border-top: 1px solid #004071;
	border-bottom: 1px solid #004071;
}

nav ul {
	width: 100%;
	margin: 0 auto;
}

nav li {
	float: none;
	display: inline-block;
	position: relative;
	color: #FFFFFF;
	margin-right: 0%;
}

nav a:link,
nav a:active,
nav a:visited {
	display: block;
	text-decoration: none;
	color: #004071;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	padding: 9px 16px;
	text-transform: uppercase;
}

nav ul li a:hover {
	color: #939598;
}


nav ul ul {
	display: none;
	position: absolute;
	z-index: 99999;
	top: 36px;
	left: 0;
	width: 240px;
	background: #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000
}

nav ul ul li a {
	margin-right: 0px;
}

nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

nav ul li:hover>ul {
	display: block;
	z-index: 99999;

}

nav ul ul li {
	text-align: left;
	float: none;
	position: relative;
	display: block;
	background: #000000;
	border: 0;
}

nav ul ul li a:link,
nav ul ul li a:active,
nav ul ul li a:visited {
	font-size: 14px;
	line-height: 24px;
	padding: 0 0 0 15px;
	border-right: 0;
	border-top: 1px solid #000000;
	color: #FFFFFF;
}

nav ul ul li a:hover {
	background: #004071;
	color: #000000;
}

/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
	position: relative;
}

nav.stroke ul li a:after,
nav.fill ul li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: #000000;
	height: 1px;
}

nav.stroke ul li a:hover:after {

	width: 100%;
}

nav.fill ul li a {
	transition: all .5s;
	padding-top: 10px;
}

nav.fill ul li a:after {
	text-align: left;
	content: '.';
	margin: 0;
	opacity: 0;
}

nav.fill ul li a:hover {
	color: #fff;
	z-index: 1;
	color: #000000;
}

nav.fill ul li a:hover:after {
	z-index: -1;
	animation: fill 1s forwards;
	-webkit-animation: fill 1s forwards;
	-moz-animation: fill 1s forwards;
	opacity: 1;

}

/* Keyframes */
@-webkit-keyframes fill {
	0% {
		width: 0%;
		height: 1px;
	}

	50% {
		width: 100%;
		height: 1px;
	}

	100% {
		width: 100%;
		height: 100%;
		background: #ffcc00;
	}
}







/*******************************************************************SLIDESHOW***************************************************************/



#slideshow {
	width: 100%;
	float: left;
	overflow: hidden;


}

.slide-contain {
	width: 100%;
	float: left;
	z-index: 1;
	overflow: hidden;

}

.slidegroup2 {
	visibility: hidden;
	display: none;
}

.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;
}


/* overlay */
.cycle-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	margin: 0 auto 15% auto;
}

.inv-button a {
	display: inline-block;
	float: none;
	margin: 0 auto;
	padding: 10px 2%;
	max-width: 425px;
	width: 45%;
	text-align: center;
	box-sizing: border-box;
	z-index: 600;
	margin: 0 .5%;
	background: rgba(255, 255, 255, .78);
	-webkit-transition: all .5s ease;
	/* Safari and Chrome */
	-moz-transition: all .5s ease;
	/* Firefox */
	-ms-transition: all .5s ease;
	/* IE 9 */
	-o-transition: all .5s ease;
	/* Opera */
	transition: all .5s ease;
	border: 3px solid #004071;
	font-weight: 700;
	color: #004071;
}

.inv-button a:hover {
	background: #004071;
	border: 3px solid #fff;
	color: #fff;
}


.cycle-overlay a {
	text-decoration: none !important;
}





/* Underline From Center */
.hvr-underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
}

.hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: 0;
	background: #004071;
	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;
}

/* Forward */

.hvr-forward img {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-forward:hover img,
.hvr-forward:focus img,
.hvr-forward:active img {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}


.pix3 {
	background: url("../siteart/metal-background.png") center center no-repeat;
	background-size: cover;
	padding-bottom: 60px;
}


.pix {
	background: url("../siteart/metal-background.png") center center no-repeat;
	background-size: cover;
	padding-bottom: 60px;
}

.pix2 {
	background: white;
	background-size: cover;
	padding-bottom: 60px;
}

.contwrap {
	max-width: 1500px;
	z-index: 999;
	position: relative;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #dadedf;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, .09);
	padding: 15px 30px 30px 30px;
	box-sizing: border-box;
	margin: -40px auto 0px auto;
}




/***************************** grey/yellow styles **/
article {
	width: 100%;
	display: block;
	margin: 0px auto 0px auto;
	padding: 60px 0;
}

/***************************** organge styles **/

.inner-contain {
	background: url("../siteart/crossword.png") fixed;
	position: relative;
}

.one-third {
	padding: 30px 0;
	width: 30%;
	display: inline-block;
	box-sizing: border-box;
}

.two-third {
	float: right;
	padding: 30px 0;
	width: 66%;
	display: inline-block;
	box-sizing: border-box;
}

.map-area {
	width: 100%;
	text-align: center;
	float: none;
	box-sizing: border-box;
}

.map-area iframe {
	width: 100%;
	height: 280px;
	box-sizing: border-box;
}


/** internal page styles **/



.part-button {
	width: 33%;
	box-sizing: border-box;
	padding: 15px;
	text-align: center;
	float: none;
	display: inline-block;
	background: #dadedf;
	color: #004071;
	border: 1px solid #004071;
	margin: 5px auto;
	vertical-align: top;
	font-weight: 700;
	text-transform: uppercasext
}

.part-button:hover {
	background: #004071;
	color: #fff;
}

.part-button:hover p {
	color: #fff;
}





/***************************** crushing & scrap **/
.third {
	text-align: left;
	margin: 40px auto 20px auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.express img {
	width: 100%;
	max-width: 300px;
	margin-top: 20px;
}

.express:hover {
	opacity: .5;
	cursor: pointer;
}

.third h4 {
	color: #004071;
	text-transform: uppercase;
}

/***************************** brand styles **/
.mid {
	width: 100%;
	display: block;
	padding: 140px auto 0 auto;
	background: url(../siteart/wool.png) fixed;
	margin: 0 auto;
}

.text-wrap {
	width: 90%;
	max-width: 2050px;
	margin: 0 auto;
	padding: 45px 0px 65px 0px;
	text-align: left;

}

.text-white h1 {
	border-bottom: 2px solid #000;
}

.text-white .sub {
	color: #A1A1A1;
	font-size: 22px;
	display: block;
}


.text-white a {
	color: #000;
}

.text-white a:hover {
	color: #004071;
}

.half {
	width: 40%;
	min-width: 250px;
	float: left;
	text-align: left;
	display: inline-block;
	margin-top: 30px;
}

.half2 {
	width: 55%;
	float: right;
	margin: 30px auto;
	display: inline-block;
}


.half2 #formpage {
	margin-top: 0px;
}


.map-area2 {
	width: 100%;
	display: block;
	text-align: center;
	border: 1px solid #a1a1a1;
	box-sizing: border-box;
	margin-top: 60px;
}

.map-area2 iframe {
	width: 100%;
	height: 280px;
	display: block;
}



/***************************** footer styles **/

footer {
	width: 100%;
	padding: 0;
	clear: both;
}

.quick-link {
	width: 100%;
	float: none;
	text-align: center;
	display: block;
	padding: 15px 0 5px 0;
	background: #fff;
	border-top: 1px solid #004071
}

.quick-link h4 {
	text-decoration: underline;
	text-transform: uppercase;
	color: #004071;
	font-weight: 700
}

.quick-link ul {
	width: 100%;
	display: block;
}

.quick-link li {
	display: inline-block;
	line-height: 20px;
	padding: 10px 2%
}

.quick-link a {
	text-transform: uppercase;
	font-size: 16px;
	color: #004071
}

.quick-link a:hover {
	color: #939598;
}

.hosted {
	text-align: center;
	padding: 20px 0;
	width: 100%;
	background: #004071;
	color: #fff;
}

.hosted p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0px;
}

.hosted a {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0px;
}

.hosted a:hover {
	color: #939598;
}










#formpage2 {
	float: none;
	padding: 0;
	width: 100%;
}

#formpage2 h4 {
	color: #000;
	text-align: left;
	font-weight: 700;
	padding-bottom: 8px;
}

#formpage2 h5 {
	text-decoration: underline;
	text-transform: uppercase;
	margin-top: 10px;
	font-weight: 700;
	color: #004071;
}

#formpage2 p {
	color: #000;
	padding-top: 5px;
}

form a:hover {
	cursor: pointer
}

#formpage2 label {
	display: block;
}

.col2 {
	width: calc(50% - 4px);
	margin: 0 auto;
	display: inline-block;
	float: none;
}

.col3 {
	width: calc(33% - 4px);
	margin: 5px auto;
	display: inline-block;
	float: none;
}

#formpage2 option {
	color: #000000;
}

/*** form styles ***/
#formpage2 .row p {
	margin-bottom: 0px;
	margin-top: 5px;
}

#formpage2 .col-full {
	padding-bottom: 2px;
}

#formpage2 .col2 {
	padding-bottom: 8px;
}

#formpage2 input {
	width: 100%;
	width: calc(100% - 12px);
	padding: 5.5px 5px;
	border: 1px solid #000;
	color: #000000;
	background: #FFFFFF;
	font-size: 14px;
}

#formpage2 .column3 input {
	background: #004071;
	color: #fff;
	width: 100%;
	font-size: 14px;
}


#formpage2 .column3 input:hover {
	cursor: pointer;
	background: #ffffff;
	color: #ab8913;
}

#formpage2 textarea {
	padding: 6px 5px;
	width: 100%;
	width: calc(100% - 7px);
	border: 1px solid #000;
	color: #000000;
	font-size: 14px;
	background: #FFFFFF;
	height: 120px;
	margin-right: 0;
	padding-right: 0;
}


/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage2 select {
	width: 100%;
	border: 1px solid #004071;
	color: #000000;
	vertical-align: middle;
	font-size: 12px;
	margin-bottom: 5px;
	background: #FFFFFF;
	line-height: normal;
	padding: 5px;
	margin-top: 1px;
}

#formpage2 input.checkbox {
	padding: 0;
	border: 0;
	margin: 0 5px 0 0;
	width: 13px;
	height: 13px;
	display: inline;
	background-color: #fff;
}

#formpage2 input.radio {
	padding: 0;
	border: 0;
	margin: 0 5px 0 0;
	width: 15px;
	height: 15px;
	display: inline;
}

.check {
	height: 100%;
	margin-bottom: 20px;
	align-content: center
}

.check input {
	margin-top: 10px !important;
	margin-left: 10px !important;
	padding: 0 10px;
}

/* focus states of various types of fields */

#formpage2 input:focus,
#formpage2 textarea:focus,
#formpage2 select:focus {
	color: #000000;
	border: 1px solid #004071;
	outline-style: none;
}

#formpage2 input.radio:focus,
#formpage2 input.checkbox:focus {
	background: none;
	border: 0;
	outline-style: none;
	width: 10px;
}



#formpage2 input.button,
#formpage2 input.button:focus {
	width: 100%;
	width: calc(100% - 12px);
	border: 1px solid #004071 !important;
	margin: 0;
	padding: 7px 0;
	background: #004071;
	border: 0;
	font-size: 14px;
	margin-top: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
}

#formpage2 input.button:hover {
	background: #dadedf;
	color: #004071;
	cursor: pointer;
	border: 1px solid #004071;
}

.column3 {
	margin-bottom: 30px;
}

#formpage2 input.sub:hover {
	background: #000000;
	color: #FFFFFF;
	cursor: pointer;
	border: 1px solid #004071;
	margin: 0;
	float: none;
}

/*  EXPANDER
------------------------------------------------*/

#formpage2 .toggle.expander.expanded {
	display: none;
	float: none;
	margin: 0;
}



#formpage2 a.expander.toggle.column3.submit-button.collapsed {
	width: 100%;
	width: calc(100% - 12px);
	background: #004071;
	border: 1px solid #004071;
	display: inline-block;
	padding: 5.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;
}

#formpage2 a.expander.toggle.column3.submit-button.collapsed:hover {
	width: 100%;
	width: calc(100% - 12px);
	background: #000000;
	display: inline-block;
	padding: 5.5px 5px;
	text-align: center;
	color: #FFFFFF;
	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;
}

#formpage2 .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;
	background: #363636;
}

#formpage2 .text-link.expander.expanded {
	color: #000000;
	max-width: 300px;
	float: none;
	margin: 0;
}


#formpage2 .toggle.expander.expanded:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #898989;
	outline-style: none;
	border: 1px solid #ab8913;
	max-width: 300px;
	float: none;
	margin: 0;
}

#formpage2 .toggle.expander.collapsed:hover {
	text-decoration: none;
}



#formpage2 .captcha {
	width: 100%;
	margin: 0 auto;
	color: #004071;
	line-height: 19px;
	text-align: center;
}

#formpage2 .captcha a {
	color: #004071;
}

#formpage2 .captcha a:hover {
	color: #004071;
}

#formpage2 .captcha input {
	margin: 0;
	float: none;
	max-width: 300px;
}

#formpage2 .CaptchaImage {
	margin: 0 auto;
	text-align: center;
	float: none;
	display: block;
}





.half2 #formpage2 .captcha {
	width: 100%;
	margin: 0 auto;
	color: #000000;
	line-height: 19px;
	text-align: center;
}

.half2 #formpage2 .captcha a {
	color: #000000;
}

/***************************** responsive styles **/
@media screen and (max-width: 1450px) {
	.new-used h2 {
		width: 72%;
	}

	.sec {
		width: 32.2%;
		margin: 40px 2px;
	}


	.quick-link {
		width: auto;
	}

	.quick-one {
		width: 200px;
	}

	.quick-two {
		width: 280px;
	}
}

@media screen and (max-width: 1370px) {

	nav a:link,
	nav a:active,
	nav a:visited {
		font-size: 17px;
		padding: 9px 14px;
	}

	.sec {
		height: 360px;
	}

	.head {
		width: 400px;
	}

	.infobox h2 {
		font-size: 22px;
	}

	.sec ul li {
		font-size: 16px;
	}

	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 19px;
	}

	.half h4 {
		font-size: 19px;
	}

	.quick-link li {
		line-height: 19px;
	}

	.quick-link a {
		font-size: 16px;
	}

	.hosted {
		font-size: 12px;
	}


}

@media screen and (max-width: 1300px) {

	nav a:link,
	nav a:active,
	nav a:visited {
		font-size: 16px;
		padding: 9px 12px;
	}

	.new-used h2 {
		width: 72%;
	}




	.zoom-container {
		width: 25%;
	}

	.logos a {
		width: 21%;
		margin: 10px 1.5%;
		display: inline-block;
		box-sizing: border-box;
	}


}

@media screen and (max-width: 1250px) {

	.third {
		width: 98%;
		margin: 10px auto;
		float: left;
		text-align: left;
		position: relative;
		display: inline-block;
	}


}

@media screen and (max-width: 1300px) {

	nav a:link,
	nav a:active,
	nav a:visited {
		font-size: 15px;
		padding: 9px 11px;
	}


}

@media screen and (max-width: 1160px) {

	nav a:link,
	nav a:active,
	nav a:visited {
		font-size: 14px;
		padding: 9px 9px;
	}


}

@media screen and (max-width: 1140px) {

	.box-buttons a {
		padding: 15px 0;
	}
}

@media screen and (max-width: 1040px) {

	nav a:link,
	nav a:active,
	nav a:visited {
		font-size: 13px;
		padding: 9px 7px;
	}


}

@media screen and (max-width: 1024px) {


	.wrap {
		width: 96%;
	}

	.headwrap {
		width: 96%;
	}

	body {
		font-size: 14px;
	}

	p {
		margin-bottom: 14px;
	}


	.sec ul li {
		font-size: 16px;
	}

	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 17px;
	}

	.half h4 {
		font-size: 17px;
	}


	.quick-link li {
		line-height: 18px;
	}

	.quick-link a {
		font-size: 15px;
	}

	.orange {
		padding: 20px 3%;
	}

	.inner-contain {
		z-index: 9;
	}

	.text-wrap {
		padding: 25px 0px 65px 0px
	}

	.text-white .sub {
		font-size: 20px;
	}

	.text-white {
		padding: 20px 0;
	}

	.one-third {
		width: 40%
	}

	.two-third {
		width: 56%
	}


}


@media screen and (max-width: 950px) {
	nav {
		margin-top: 0 !important;
		display: block;
		float: right;
		width: 100%;
	}

	.show-tablet {
		display: block;
	}

	.hide-tablet {
		display: none;
	}


	#simple-menu {
		float: right;
		background: url(../siteart/mobile-nav-icon.png) no-repeat center center;
		height: 38px;
		width: 38px;
		display: block;
		cursor: pointer;
		padding-right: 25px;
	}

	#simple-menu:hover {
		background: url(../siteart/mobile-nav-icon-hover.png) no-repeat center center;
	}



	.new-used h2 img {
		width: 5%
	}


	.logos a {
		width: 23%;
		margin: 10px .5%;
		display: inline-block;
		box-sizing: border-box;
	}


}

@media screen and (max-width: 900px) {

	.infobox {
		padding: 15px 0 8px 45px;
		background: rgba(0, 0, 0, .7);
		position: relative;
		text-align: left;
		margin: 0 auto;
		display: block;
	}


	.zoom-container {
		width: 33.33%
	}

	.part-button {
		width: 32%;
	}

	.butt {
		text-align: center;
		margin: 0 auto;
	}

}

@media screen and (max-width: 860px) {

	.sec {
		height: 360px;
		width: 47%;
		margin: 20px .8% 0 .8%;
	}




	.box-buttons a {
		padding: 10px 0;
	}

}

@media screen and (max-width: 830px) {

	.zoom-container .zoom-caption h4 {
		font-size: 18px;
	}

	.logo {
		width: 60%;
	}

	.top-bar {
		padding-top: 28px;
	}

}

@media screen and (max-width: 768px) {
	#form .keyword {
		width: 90%;
	}

	.show-768 {
		display: block;
	}

	.col3 {
		width: calc(50% - 4px);
	}

	.loc-list {
		font-size: 12px;
	}

	header {
		background:
			black;
		background-size: cover;
	}

	.pix {
		background: url("../siteart/metal-light.png") center center no-repeat;
		background-size: cover;
		padding-bottom: 60px;
	}

	.pix2 {
		background: url("../siteart/metal-light.png") center center no-repeat;
		background-size: cover;
		padding-bottom: 60px;
	}

	.pix3 {
		background: url("../siteart/metal-light.png") center center no-repeat;
		background-size: cover;
		padding-bottom: 60px;
	}

	h4 {
		font-size: 15px;
	}

	article {
		width: 100%;
		display: block;
		margin: 0px auto 0px auto;
		padding: 40px 0;
	}

	.half {
		text-align: left;
		float: none;
		min-width: none;
		margin-left: 0;
		width: 100%;
		min-width: 200px;
	}

	.half2 {
		width: 100%;
		float: none;
		margin: 40px auto 0 auto;
		padding-top: 0px;
	}

	.map-area {
		margin-top: 5px;
	}

	.contact-info {
		width: 40%;
		margin: 0 0% 15px 0;
	}

	.map {
		width: 100%;
	}


	.quick-link {
		width: 100% !important;
		padding-left: 0%;
		border-right: 0;
		text-align: center;
		height: auto;
	}

	.quick-link ul {
		padding-bottom: 0px;
	}

	.rt-foot {
		margin-top: 20px;
		clear: both;
	}

	.hosted {
		text-align: center;
		float: none;
		width: 100%;
		max-width: 768px;
		margin-top: 10px;
	}

	.manu-logos a.lg {
		width: 45%;
		max-width: 250px;
	}

	.manu-logos a.med-sm {
		width: 19.4%;
		max-width: 145px;
	}


	.rt-header {
		width: 100%;
		text-align: center;
	}

	.top-bar {
		padding: 15px 0 10px 0;
		width: 100%;
	}

	.top-bar h6 {
		font-size: 16px;
		float: none;
	}

	.top-bar a {
		font-size: 16px;
		color: #ffffff;
		text-shadow: none
	}

	.top-bar img {
		margin-top: 0px;
		width: 16px;
	}

	.social {
		text-align: center;
	}

	.soc-1 {
		display: none;
		visibility: hidden
	}

	.soc-2 {
		display: block;
		visibility: visible
	}

	.box-buttons a {
		width: 31.5%;
		margin: 10px .5%;
	}

	.box-buttons img {
		height: 22px;
	}

	.logo {
		width: 90%;
		float: none;
		text-align: center;
		margin: 0 auto;
		display: block;
	}

	.logo img {
		margin: 0 auto;
	}


	.logos a {
		width: 47%;
		margin: 10px .5%;
		display: inline-block;
		box-sizing: border-box;
	}

}


@media screen and (max-width:720px) {

	.keyone {
		display: none;
		visibility: hidden;
	}

	.keytwo {
		display: block;
		visibility: visible;
	}

	.headwrap {
		width: 100%;
	}

	.rt-header {
		float: none;
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	#keysearch form {
		width: 90%;
		margin: 0 auto;
	}

	#form .keyword {
		width: 94%;
	}

	.contwrap {
		margin-top: 0px;
	}

	.pix {
		padding-top: 40px;
	}

}


@media screen and (max-width:700px) {
	.sec {
		width: 97%;
		height: auto;
		padding-bottom: 25px;
	}
}

@media screen and (max-width:660px) {



	.text-white .sub {
		font-size: 18px;
	}

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 16px;
	}

	h6 {
		font-size: 15px;
	}


	.orangetextwrap {
		display: block;
		text-align: left;
		float: left;
		background: #004071;
		width: 25%;
		min-width: 175px;
		text-align: right;
		padding: 4px 25px 0px 5px;
		color: #000000;
		margin-top: 40px;
	}

	.contact-info {
		width: 60%;
	}



	.locations div {
		width: 48%;
		margin: 0 2% 15px 0;
	}


}

@media screen and (max-width:620px) {
	.box-buttons a {
		width: 95%;
		max-width: none;
	}
}

@media screen and (max-width:600px) {
	.cat h1 {
		color: #ffffff;
		border-bottom: 2px solid #a1a1a1;
		margin-bottom: 15px;
	}

	.zoom-container {
		width: 50%;
	}

	#form .keyword {
		width: 93%;
	}



	.one-third {
		width: 100%;
		float: none;
		margin: 0 auto;
		padding: 30px 0 0 0
	}

	.two-third {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

}

@media screen and (max-width:515px) {
	.part-button {
		width: 49%;
		height: auto
	}


	.invbuttons a {
		background: #004071;
		border: 2px solid #fff;
		color: #000000;
		padding: 8px;
		border-radius: 5px;
		font-size: 18px;
		width: 80%;
		max-width: 500px;
		margin: 0 3% 18px 3%;
	}

	#form .keyword {
		width: 92%;
	}
}

@media screen and (max-width:480px) {
	nav {
		margin-top: 10px;
	}

	.col2 {
		width: 100%;
		margin-right: 0%;
	}

	.col3 {
		width: 100%;
		margin-right: 0%;
	}

	.loc-list {
		width: 100%;
	}


	#form .keyword {
		width: 91%;
	}

	.inv-button a {
		width: 90%;
		display: block;
		margin: 3px auto;
		padding: 5px 2%
	}

	.cycle-overlay {
		margin: 0 auto 5% auto;
	}

}

@media screen and (max-width:395px) {
	.top-bar a {
		font-size: 13px;
	}

	.top-bar img {
		width: 14px;
		margin-left: 10px;
		padding-right: 3px;
	}

	.fb {
		margin: 5px 5px 5px 0;
	}

	nav {
		margin-top: 10px;
	}


	#form .keyword {
		width: 90%;
	}

}

@media screen and (max-width:375px) {
	.top-bar h6 {
		font-size: 12px;
	}

	.border-box .strikethrough {
		display: none;
	}

	.border-box h6 {
		width: 45%;
	}

	.hours .go-right {
		float: none;
	}

	.contact-info {
		width: 100%;
	}

	.brands a {
		width: 48%;
	}

	.loc {
		width: 100%;
		margin: 0 0% 20px 0;
	}



}

@media screen and (max-width:355px) {

	.zoom-container {
		width: 100%;
	}


	.top-bar h6 {
		font-size: 12px;
	}

	.top-bar img {
		width: 12px;
		margin-left: 7px;
		padding-right: 3px;
	}


	#form .keyword {
		width: 88%;
	}

}


@media screen and (max-width:335px) {
	.fb {
		margin: 5px 3% 5px 0;
		display: block;
	}

	.top-bar h6 {
		display: block;
		text-align: center;
	}
}