/***** 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,
header nav,
article,
footer {
	display: block;
}

body {
	font-size: 16px;
	. font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: #000;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	min-width: 280px;
}

.invwrap {
	-webkit-text-size-adjust: none;
	width: 100%;
}

.wrap {
	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: 96%;
	max-width: 1500px;
	margin: 70px auto;
}

.invmain {
	padding: 0px 0 60px 0;
	width: 100%;
	overflow: hidden;
	background: url("../siteart/qbkls.png") fixed repeat
}

.cf {
	background: none;
}

.container .cf a {
	color: #424242;
}

.container .cf a:hover {
	color: #000000;
}

.container .cf h1 {
	color: #003471;
}

.container .cf h5 {
	color: #000000;
}

.hosted-content .p-tb-10 {
	margin: 0% auto;
}

.hosted-content {
	width: 98%;
	display: inline-block;
	padding: 10px 0;
	margin: 0 1%;
	background: rgba(255, 255, 255, 1);
	border: 1px solid #ebebeb;
	box-sizing: border-box;
}

.main {
	overflow-x: hidden;
}

.filterbutton {
	display: none;
}

.directory {
	float: left;
	/* width: 214px; */
	width: 16%;
	display: inline-block;
	background: #000000;
}

.directory ul li {
	/* padding: 8px 0px; */
	border-bottom: 1px solid #003471;
	cursor: pointer;
	text-decoration: none;
	list-style-type: none;
	display: block;
}

.directory ul li a {
	font-size: 13px;
	padding: 11px 12px 11px 8px;
	text-decoration: none;
	display: block;
	color: #fff;
}

.directory ul li a:hover {
	color: #000;
}

.directory ul li:hover {
	background: #EEE;
	cursor: pointer;
}

.directory .dropdown {
	color: #fff;
	padding: 11px 12px 11px 8px;
}

.directory .dropdown option {
	color: #000000;
}

.dropdown {
	display: none;
}

/***************************** typography styles **/


.no-margin {
	margin: 0 !important;
}

a {
	color: #525050;
	text-decoration: none;
}

a:hover {
	color: #003471;
}



strong {
	font-weight: normal;
}

em {
	font-style: italic;
}

.red {
	color: #003471;
}

.white {
	color: #fff;
}

.black {
	color: #000;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

h1 {
	color: #003471;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
}

h2 {
	color: #003471;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0;
}

h3 {
	color: #525050;
	font-size: 22px;
	font-weight: 600;
}

h4 {
	color: #003471;
	text-decoration: underline;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 7px;
	text-transform: uppercase;
}

h5 {
	color: #000;
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 10px;
}

h6 {
	color: #000;
	font-size: 16px;
	font-weight: 300;
}

h6 a {
	color: #525050;
	text-decoration: none;
}

h6 a:hover {
	color: #003471;
}

p {
	color: #848484;
	font-size: 14px;
}










/***************************** header styles **/
header {
	width: 100%;
	background: #fff;
	position: relative;
}

.headwrap {
	width: 96%;
	float: none;
	margin: 0px auto;
}

.top-bar {
	background: #d7d7d7;
	width: 100%;
	float: none;
	padding: 6px 0;
	display: inline-block;
	position: relative;
	font-size: 14px;
	border-bottom: 1px solid #003471;
}

.top-left {
	float: left;
}

.top-right {
	float: right;
}

.top-bar a {
	color: #003471;
	font-weight: 400;
	font-size: 14px;
}

.top-bar a:hover {
	color: #000;
}

.top-bar img {
	width: 16px;
}

.logo {
	float: left;
	display: inline-block;
	padding: 10px 0;
}

.logo img {
	width: 100%;
	max-width: 550px;
}

.head-right {
	float: right;
	padding: 10px 0;
}

.head-right img {
	width: 100%;
	max-width: 320px;
}


/***************************** header nav styles **/
header nav {
	float: left;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	background: #003471;
	border-bottom: 1px solid #fff;
}

header nav ul {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

header nav li {
	display: inline-block;
	position: relative;
	transition: background .2s ease, color .2s ease;
	border-left: 1px solid #fff;
	margin-left: -5px;
}

header nav li:last-child {
	border-right: 1px solid #fff;
}

header nav a:link,
header nav a:active,
header nav a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	padding: 14px 30px;
	text-transform: uppercase;
}

header nav a:hover {
	background: #fff;
	color: #003471;
}

header nav ul ul {
	display: none;
	position: absolute;
	z-index: 99999;
	top: 50px;
	left: 0;
	width: 230px;
	overflow-x: hidden;
	background: #fff;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

header nav ul ul ul {
	position: absolute;
	left: 100%;
}

header nav ul li:hover>ul {
	display: block;
	z-index: 99999;
}

header nav ul ul li {
	float: none;
	position: relative;
	display: block;
	border-right: 0;
	border-left: 0;
	text-align: left;
}

header nav ul ul li:first-child {
	border-left: 0;
}

header nav ul ul li a:link,
header nav ul ul li a:active,
header nav ul ul li a:visited {
	font-size: 14px;
	line-height: 24px;
	padding: 2px 0 2px 15px;
	border-right: 0;
	border-bottom: 1px solid #ebebeb;
	color: #003471
}

header nav ul ul li a:hover {
	color: #003471;
	background: #ebebeb;
	border-bottom: 1px solid #003471;
}




/*******************************************************************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-size: 50px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #fff;
	cursor: pointer;
}

.pager span.cycle-pager-active {
	color: #003471;
}

.pager>* {
	cursor: pointer;
}

/* overlay */
.cycle-overlay {
	position: absolute;
	top: 50%;
	margin: 0 auto;
	text-align: center;
	float: none;
	width: 100%;
	z-index: 600;
}

.cycle-overlay a {
	width: 100%;
	background: rgba(255, 255, 255, .85);
	border: 2px solid #003471;
	box-shadow: 3px 2px 5px rgba(0, 0, 0, .64) !important;
	padding: 8px 4%;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 30px;
	color: #003471;
	-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.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

.cycle-overlay a:hover {
	background-color: #003471;
	border: 2px solid #fff;
	color: #fff;
}







/************************************************** Equipment Images *****************/



.box-contain {
	width: 100%;
	float: none;
	margin: 0 auto;
	text-align: center;
	display: block;
	padding: 10px 0;
	background: #d7d7d7;
	border-top: 5px solid #003471;
	border-bottom: 5px solid #003471;
}

.box-wrap {
	width: calc(100% - 5px);
	float: none;
	margin: 0 auto;
	text-align: center;
}

.zoom-container {
	float: none;
	width: calc(33% - 3px);
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	background: rgba(0, 52, 113, .74);
}

.zoom-container .zoom-caption .zoom-wrap {
	border: 5px solid #fff;
	position: absolute;
	width: 90%;
	height: 80%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	float: none;
	margin: auto;
}

.zoom-container .zoom-caption h6 span {
	display: block;
	text-align: center;
	top: 45%;
	left: 50%;
	text-transform: uppercase;
	color: #d7d7d7;
	position: absolute;
	font-size: 18px;
	transform: translate(-50%, -50%);
	font-weight: 400;
	width: 100%;
}

.zoom-container .zoom-caption h6 {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	position: absolute;
	font-size: 30px;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 5px 0;
}

.zoom-container:hover .zoom-caption {
	background: none;
}

.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;
}



/* Underline From Center */
.hvr-underline-from-center {
	display: inline-block;
	-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: #003471;
	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;
}


/* Underline From Center */
.hvr-underline-from-center2 {
	display: inline-block;
	-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-center2:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: 0;
	background: #fff;
	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-center2:hover:before,
.hvr-underline-from-center2:focus:before,
.hvr-underline-from-center2: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);
}



/************* mid contain ********************/
.mid-contain {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0px;
}

.infobox {
	width: 90%;
	float: none;
	margin: 0 auto;
}

.mid-contain h1 {
	width: 100%;
	background: #d7d7d7;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, .64);
	margin-bottom: 35px;
	text-align: center;
	padding: 5px 0;
}

.mid-contain h1 span {
	font-weight: 400;
	color: #000;
}

.infobox a {
	padding: 10px 40px;
	text-align: center;
	background: rgba(255, 255, 255, .2);
	border: 1px solid #FFFFFF;
	margin-top: 40px;
	width: 80%;
}

.infobox a:hover {
	background: rgba(255, 255, 255, 1);
	border: 1px solid #003471;
}




.blue-back {
	background: #ebebeb;
	padding: 20px 0;
}

.blue-back .break {
	margin: 0 auto;
	text-align: center;
}

.blue-back .breakbutton {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #003471;
	width: calc(50% - 12px);
	margin: 5px 5px;
	max-width: 600px;
	background: #fff;
	background-size: 200% 100%;
	background-image: linear-gradient(to right, #fbfbfb 50%, rgba(255, 255, 255, 0) 0%);
	background-repeat: no-repeat;
	background-position: bottom right;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}


.break {
	width: 90%;
	float: none;
	margin: 0 auto 50px auto;
	position: relative;
}

.box-buttons {
	text-align: center;
	position: static;
	*zoom: 1;
	*display: inline;
	background: #fff;
	margin-top: 20px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

.breakbutton {
	background: #ebebeb;
	display: inline-block;
	box-sizing: border-box;
	width: calc(33% - 10px);
	min-width: 200px;
	margin: 0px 5px;
	border-top: 2px solid #ebebeb;
	border-right: 2px solid #ebebeb;
	border-left: 2px solid #ebebeb;
	border-bottom: 2px solid #003471;
	float: none;
	text-align: left;
	height: 40px;
	background-size: 200% 100%;
	background-image: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 0%);
	background-repeat: no-repeat;
	background-position: bottom right;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;

	-webkit-transform: skewX(-30deg);
	-moz-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	transform: skewX(-30deg);
}

.breakbutton:hover {
	border: 2px solid #003471;
	/** START THE TRANSITION RULES **/
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	/** START THE FINAL STATE STYLING **/
	cursor: pointer;
	background-position: bottom left;
}

.breakbutton p {
	width: 96%;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 25px;
	display: inline-block;
	vertical-align: top;
	padding: 5px 0 0px 10px;
	color: #003471;

	-webkit-transform: skewX(30deg);
	-moz-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	transform: skewX(30deg);
}

.breakbutton:hover p {
	color: #000;
}

.breakbutton img {
	width: 25px;
	float: right;
	margin-right: 12px;
	margin-bottom: 2px;
}






/***************************** grey/yellow styles **/

.infomid {
	background: #003471;
	box-shadow: 3px 4px 7px rgba(0, 0, 0, .5);
	text-align: left;
	width: 80%;
	margin: -90px auto 0 auto;
}

.infomid p {
	color: #FFFFFF;
}

.text-wrap {
	width: 90%;
	max-width: 2050px;
	margin: 0 auto;
	padding: 45px 0;
	overflow-x: hidden;
}

.text-wrap h4 {
	color: #ffffff;
}

.hours {
	padding: 20px 0;
	margin: -100px auto 0 auto;
	float: none;
	text-align: center;
	background: #464646;
}

.hourswrap {
	margin-top: 130px;
}

.hoursbox {
	min-width: 200px;
	width: 16%;
	display: inline-block;
	border: 3px solid #FFFFFF;
	margin: 10px 8px 20px 8px;
	padding: 20px 20px 0px 20px;
	height: 150px;
	vertical-align: top;
	background: rgba(255, 255, 255, .2);
	text-align: left;
	color: #FFFFFF
}

.hoursbox h4 {
	color: #003471;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 10px;
	font-weight: bold
}

.contleft {
	padding-left: 30px;
	color: #FFFFFF
}

.hoursbox p {
	color: #FFFFFF;
}

.hoursbox a:hover p {
	color: #003471;
}



.fin a {
	margin: 0 5% 40px auto;
}

.fin a img {
	max-width: 270px;
	width: 90%;
}



.low-contain {
	background: url("../siteart/map.png") no-repeat center center;
	background-size: cover;
	width: 100%;
	float: none;
	margin: 0 auto;
	text-align: center;
	border-top: 5px solid #003471;
}

.continfo {
	background: rgba(0, 52, 113, .9);
	width: 300px;
	height: 200px;
	display: inline-block;
	float: none;
	margin: 40px 20px;
	padding: 15px 10px;
	vertical-align: top;
	color: #fff;
	box-shadow: 5px 2px 8px rgba(0, 0, 0, .55);
}

.continfo h4 {
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}

.continfo h6 {
	padding-top: 15px;
	color: #fff;
}

.continfo h6 span {
	color: #d7d7d7;
}

.continfo a {
	color: #d7d7d7;
}

.continfo a:hover {
	color: #fff;
}

/***************************** organge styles **/



.map-area {
	width: calc(79% - 2px);
	display: block;
	text-align: center;
	float: none;
	margin: 40px auto 0 auto;
	border: 1px solid #003471;
	box-sizing: border-box
}

.map-area iframe {
	width: 100%;
	height: 320px;
	display: block;
}


/** internal page styles **/


.contact-info {
	width: 300px;
	float: left;
	margin: 35px 0 40px 0;
	background: rgba(0, 0, 0, .7);
	display: block;
	padding: 20px;
	position: relative;
}

.contact-info h1 {
	color: #fff;
}

.contact-info h6 {
	color: #fff;
}

.contact-info a:hover {
	color: #AFAFAF;
}

.contact-info .msg {
	padding: 5px 0px;
	margin: 0 auto;
	background: #fff;
	border: 2px solid #003471;
	font-size: 14px;
	text-transform: uppercase;
	width: 80%;
	color: #003471;
	max-width: 200px;
}

.contact-info .msg a {
	color: #003471;
}

.contact-info .msg:hover {
	background: #003471;
	color: #fff;
	border: 2px solid #fff;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}







article {
	width: 100%;
	display: block;
	margin: 0px auto 0px auto;
	background: #003471;
	padding: 0px 0;
	overflow-x: hidden;
	text-align: center;
}

.text-wrap2 {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0;
}

.text-wrap2 h3 {
	color: #ffffff;
	margin-bottom: 20px;
}

.contact-info2 {
	width: 100%;
	float: none;
	margin: 30px 0;
	text-align: left;
	display: block;
	position: relative;
}

.contact-info2 h1 {
	color: #000;
	margin-bottom: 10px;
}



.select-search {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 20px;
}

.select-search h4 {
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 0px;
	font-weight: 400;
	text-decoration: none;
	color: #fff;
}

.select-search a {
	margin-right: 5px;
	padding: 8px;
	float: left;
	color: #003471;
	cursor: default;
}

.select-search a:hover {
	cursor: pointer;
}

.select-search .active {
	background: #d7d7d7;
	color: #003471;
}

.select-search .active h4 {
	color: #003471;
}

#truck {
	display: block;
}

#ag {
	display: none;
}


/***************************** brand styles **/
.mid {
	width: 100%;
	margin: 0px auto;
	padding: 70px 0 100px 0;
	background: url("../siteart/qbkls.png") fixed repeat;
}




.contact-wrap {
	width: 88%;
	margin: 0px auto;
	float: none;
}

.white-back {
	background: #fff;
	padding: 40px 80px;
	border: 1px solid #d7d7d7;
}


.half {
	width: 40%;
	min-width: 300px;
	float: left;
	text-align: left;
	display: inline-block;
	margin-top: 30px;
}

.half a {
	color: #000
}

.half a:hover {
	color: #003471;
}

.half2 h5 {
	color: #003471
}

.half2 {
	width: 55%;
	float: right;
	margin: 0 auto;
	display: inline-block
}

.half2 h4 {
	color: #000
}

.half2 #formpage {
	margin-top: 30px;
}


.half3 {
	width: 25%;
	float: left;
	text-align: left;
	display: inline-block;
	margin-top: 30px;
}

.half3 hr {
	height: 7px;
}

.half4 {
	width: 70%;
	float: right;
	margin: 0 auto;
	display: inline-block
}

.half4 .map-area {
	width: 100%;
}

/*===================== 
                PARTS SEARCH 
=======================*/
iframe.parts_search {
	width: 100%;
	min-height: 500px;
	height: 100%;
	margin-top: 30px;
	background: #FFFFFF;
}

.parts_container {
	margin: 0 auto 30px auto;
	width: 100%;
}



.manu-logos {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #003471;
	border-bottom: 1px solid #003471;
}

.manu-logos a {
	width: 20%;
	display: inline-block;
	zoom: 1;
	display: inline-block;
	margin: 0px auto;
	vertical-align: middle;
	padding: 0 1%
}

.manu-logos a img {
	max-width: 200px;
	width: 100%;
}

.manu-logos a:hover img {
	opacity: .5;
}



/* Shrink */
.hvr-shrink {
	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-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}



.manu-logos2 {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

.manu-logos2 a {
	width: 14%;
	display: inline-block;
	zoom: 1;
	display: inline-block;
	margin: 0px auto;
	vertical-align: middle;
	padding: 0 1%
}

.manu-logos2 a img {
	max-width: 140px;
	width: 100%;
}

.manu-logos2 a:hover img {
	opacity: .5;
}



/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
	width: 100%;
	height: 90px;
	overflow: hidden;
	border-top: 8px solid #003471;
	border-bottom: 8px solid #003471;
}

.scrolling {
	width: 100%;
	height: 92px;
}

.view-listing-details-link,
.buy-now-link,
.faceted-search-content .selected-facets-container .selected-facet,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-additional-data .data-row .data-label,
.send-a-message-form button,
.contact-options a,
.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.compare-listings-container .compare-container .button {
	background: #003471 !important;
}

.view-listing-details-link:hover {
	color: #fff !important;
}

.detail-content .detail-main-body .main-detail-data .detail-price,
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
.list-content .list-title .list-listings-count,
.compare-listings-container .compare-container .compare-price {
	color: #003471 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
	border-color: #003471 !important;
	color: #003471 !important;
}

.fin-calc-mobile>a {
	background: #000 !important;
}

/***************************** footer styles **/

footer {
	width: 100%;
}


.contactform {
	width: 40%;
	float: right;
	display: inline;
}


.quick-link {
	float: none;
	background: #fff;
	padding: 30px 10px;
	display: block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.quick-link ul {
	display: inline-block;
	padding: 10px 0;
	vertical-align: top;
}

.quick-link li {
	display: inline-block;
	width: 140px;
	line-height: 20px;
	padding: 5px 0;
}

.quick-link a {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 300;
	color: #000;
}

.quick-link a:hover {
	color: #003471;
	font-weight: 300;
}

.quick-link h4 {
	color: #003471;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}


.hosted {
	float: none;
	background: #003471;
	width: 100%;
	font-size: 13px;
	color: #d7d7d7 !important;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 0px;
	color: #003471;
	font-weight: 300;
}

.hosted a {
	color: #d7d7d7;
}

.hosted a:hover {
	color: #fff;
}

/***************************** form styles **/
#formpage {
	float: none;
}

form h4 {
	color: #8aff00;
}

form a:hover {
	cursor: pointer
}

#formpage label {
	display: block;
}

/*** form styles ***/

#formpage input {
	width: 100%;
	width: calc(100% - 12px);
	padding: 5.5px 5px;
	border: 1px solid #003471;
	color: #000000;
	background: #FFFFFF;
	font-size: 14px;
}

#formpage .column3 input {
	background: #003471;
	color: #FFFFFF;
	width: 100%;
}

#formpage input::-webkit-input-placeholder {
	color: #8e8d8d;
	font-weight: 300;
}

#formpage input:-moz-placeholder {
	/* Firefox 18- */
	color: #8e8d8d;
	font-weight: 300;
}

#formpage input::-moz-placeholder {
	/* Firefox 19+ */
	color: #8e8d8d;
	font-weight: 300;
}

#formpage input:-ms-input-placeholder {
	color: #8e8d8d;
	font-weight: 300;
}

#formpage textarea::-webkit-input-placeholder {
	color: #8e8d8d;
	font-weight: 300;
}

#formpage textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #8e8d8d;
	font-weight: 300;
}

#formpage textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #8e8d8d;
	font-weight: 300;
}

#formpage textarea:-ms-input-placeholder {
	color: #8e8d8d;
	font-weight: 300;
}

#formpage .column3 input:hover {
	cursor: pointer;
	background: #FFFFFF;
	color: #000000;
}

#formpage textarea {
	padding: 6px 5px;
	width: 100%;
	width: calc(100% - 7px);
	border: 1px solid #003471;
	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 */
#formpage select {
	width: 100%;
	border: 1px solid #003471;
	color: #000000;
	vertical-align: middle;
	font-size: 12px;
	margin-bottom: 5px;
	background: #000000;
	line-height: normal;
	padding: 5px;
}

#formpage input.checkbox {
	padding: 0;
	border: 0;
	margin: 0 5px 0 0;
	width: 13px;
	height: 13px;
	display: inline;
	background-color: #fff;
}

#formpage input.radio {
	padding: 0;
	border: 0;
	margin: 0 5px 0 0;
	width: 15px;
	height: 15px;
	display: inline;
}




/* focus states of various types of fields */

#formpage input:focus,
#formpage select:focus {
	color: #000000;
	border: 1px solid #8e8d8d;
	outline-style: none;
	width: 100%;
	width: calc(100% - 12px);
}

#formpage textarea:focus {
	color: #000000;
	border: 1px solid #8e8d8d;
	outline-style: none;
	width: 100%;
	width: calc(100% - 7px);
}


#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background: none;
	border: 0;
	outline-style: none;
}



#formpage input.button,
#formpage input.button:focus {
	width: 100%;
	width: calc(100% - 12px);
	border: 1px solid #8e8d8d;
	margin: 0;
	padding: 7px 0;
	background: #000000;
	border: 0;
	font-size: 14px;
	margin-top: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #E4E4E4;
}

#formpage input.button:hover {
	background: #FF8B1E;
	color: #E4E4E4;
}

.column3 {
	margin-bottom: 30px;
}

/*  EXPANDER
------------------------------------------------*/

.toggle.expander.expanded {
	display: none;
	float: none;
	margin: 0;
}

a.expander.toggle.column3.submit-button.collapsed {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 5px 5px;
	color: #fff;
	font-size: 13px;
	-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%;
	width: calc(100% - 12px);
	background: #003471;
	border: 1px solid #003471;
	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;
}

a.expander.toggle.column3.submit-button.collapsed:hover {
	width: 100%;
	width: calc(100% - 12px);
	background: #ebebeb;
	display: inline-block;
	padding: 5.5px 5px;
	text-align: center;
	color: #003471;
	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;
	background: #003471;
	border: 1px solid #003471;
}

.text-link.expander.expanded {
	color: #fff;
	max-width: 300px;
	float: none;
	margin: 0;
}


.toggle.expander.expanded:hover {
	text-decoration: none;
	color: #003471;
	background: #ebebeb;
	outline-style: none;
	border: 1px #0f355b solid;
	max-width: 300px;
	float: none;
	margin: 0;
}

.toggle.expander.collapsed:hover {
	text-decoration: none;
}

footer .captcha {
	width: 100%;
	margin: 0 auto;
	color: #000000;
	line-height: 19px;
	text-align: center;
}

footer .captcha a {
	color: #000000;
}

.captcha {
	width: 100%;
	margin: 0 auto;
	color: #000000;
	line-height: 19px;
	text-align: center;
}

.captcha a {
	color: #000000;
}

.captcha input {
	margin: 0;
	float: none;
	max-width: 300px;
}

.CaptchaImage {
	margin: 0 auto;
	text-align: center;
	float: none;
	display: block;
}








/***************************** form styles **/

#formpage2 {
	float: none;
}

#formpage2 h4 {
	background: #000000;
	text-align: center;
	padding: 8px 0;
	color: #fff;
	margin: 25px auto 0 auto;
}

#formpage2 h2 {
	text-align: left;
	padding: 8px 0;
	color: #000000;
	margin: 10px auto;
	text-transform: uppercase;
	border-bottom: 2px solid #000000;
	padding-bottom: 0;
	margin-bottom: 18px;
}

#formpage2 label {
	display: block;
}

.col2 {
	width: calc(48% - 2px);
	margin: 0 auto;
	display: inline-block;
	float: none;
}

#formpage2 .col3 {
	width: calc(33% - 2px);
	margin: 0 auto;
	display: inline-block;
	float: none;
	padding-bottom: 8px;
}

#formpage2 option {
	color: #000000;
	text-transform: uppercase;
}

/*** form styles ***/
#formpage2 .row h5 {
	margin-bottom: 3px;
	text-transform: uppercase;
	color: #ebebeb;
}

#formpage2 .col-full {
	padding-bottom: 8px;
}

#formpage2 .col2 {
	padding-bottom: 8px;
}

#formpage2 input {
	width: 100%;
	padding: 8px 5px;
	border: 1px solid #003471;
	color: #000000;
	background: #FFFFFF;
	font-size: 16px;
	box-sizing: border-box;
	font-weight: 400;
}

#formpage2 .search {
	background: #ebebeb;
	color: #003471;
}

#formpage2 .search:hover {
	background: #fff;
	color: #003471;
	cursor: pointer;
	text-decoration: underline;
}

#formpage2 textarea {
	padding: 6px 5px;
	width: 100%;
	border: 1px solid #003471;
	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 #003471;
	color: #000000;
	vertical-align: middle;
	font-size: 14px;
	background: #FFFFFF;
	line-height: normal;
	padding: 8px 5px;
	font-weight: 300;
}

#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 #C8C8C8;
	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: 100px;
	border: 1px solid #C8C8C8;
	margin: 0;
	padding: 7px 0;
	background: #000000;
	border: 0;
	font-size: 14px;
	margin-top: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #E4E4E4;
}

#formpage2 input.button:hover {
	background: #FF8B1E;
	color: #E4E4E4;
	cursor: pointer;
}

.column3 {
	margin-bottom: 30px;
}

/*  EXPANDER
------------------------------------------------*/

#formpage2 .toggle.expander.expanded {
	display: none;
	float: none;
	margin: 0;
}

#formpage2 a.expander.toggle.column3.submit-button.collapsed {
	width: 100px;
	display: inline-block;
	text-align: center;
	padding: 5px 5px;
	color: #fff;
	font-size: 13px;
	-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;
}

#formpage2 a.expander.toggle.column3.submit-button.collapsed {
	width: 100px;
	background: #000000;
	border: 1px solid #C8C8C8;
	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: 100px;
	background: #8aff00;
	display: inline-block;
	padding: 5.5px 5px;
	text-align: center;
	color: #000000;
	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;
}



/***************************** responsive styles **/





@media screen and (max-width: 1350px) {

	header nav a:link,
	header nav a:active,
	header nav a:visited {
		font-size: 17px;
		padding: 14px 30px;
	}

	.zoom-container .zoom-caption .zoom-wrap {
		border: 3px solid #fff;
		width: 90%;
		height: 80%;
	}

	.zoom-container .zoom-caption h6 span {
		font-size: 17px;
	}

	.zoom-container .zoom-caption h6 {
		font-size: 26px;
	}

	.mid-contain {
		padding: 40px 0;
	}


	.logo {
		float: left;
		display: inline-block;
		padding: 10px 0;
	}

	.logo img {
		width: 100%;
		max-width: 450px;
	}

}

@media screen and (max-width: 1140px) {
	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 22px;
	}

	.top-bar a {
		font-size: 13px;
	}

	.top-bar img {
		width: 15px;
	}

	.head-right {
		float: right;
		padding: 10px 0;
	}

	.head-right img {
		width: 100%;
		max-width: 260px;
	}


	.white-back {
		padding: 40px;
	}

	.contact-info {
		width: 270px;
	}



}


@media screen and (max-width: 1098px) {

	.contact-wrap {
		padding-top: 0px;
	}

	.container {
		margin: 40px auto;
	}

	.cycle-overlay {
		top: 40%;
	}

	.cycle-overlay a {
		font-size: 20px;
		padding: 4px 4%;
	}


}

@media screen and (max-width: 1024px) {

	header nav a:link,
	header nav a:active,
	header nav a:visited {
		font-size: 16px;
		padding: 14px 26px;
	}

	.manu-mid {
		margin: 0 auto;
		text-align: center;
	}

	body {
		font-size: 14px;
	}

	p {
		margin-bottom: 14px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 15px;
	}

	footer p {
		font-size: 12px;
		margin-bottom: 12px;
	}


	#fb {
		top: 335px;
	}



}



@media screen and (max-width: 975px) {
	.half {
		width: 100%;
		min-width: 300px;
		margin-left: 0;
		float: left;
		text-align: left;
		display: block;
		margin-bottom: 60px;
		min-width: 100px;
	}

	.half2 {
		width: 100%;
		float: none;
		margin: 0 auto;
		display: block
	}

	.half2 #formpage {
		margin-top: 0px;
	}
}

@media screen and (max-width: 950px) {

	header nav a:link,
	header nav a:active,
	header nav a:visited {
		font-size: 16px;
		padding: 14px 22px;
	}


	.headwrap {
		width: 98%;
		float: none;
		margin: 0 auto;
	}



	.new-used h2 img {
		width: 5%
	}


	.manu-logos a img {
		max-width: 140px;
		width: 100%;
	}


	.zoom-container .zoom-caption h6 span {
		font-size: 16px;
	}

	.zoom-container .zoom-caption h6 {
		font-size: 24px;
	}


}

@media screen and (max-width: 880px) {


	.half-col-lt {
		width: 96%;
		border-right: 0;
		padding-right: 15px;
		float: left;
	}

	.half-col-rt {
		width: 96%;
		float: left;
		position: relative;
	}

	.contloc {
		padding-left: 0;
	}

	.loc span {
		display: none;
		visibility: hidden
	}


	.contact-info {
		width: 230px;
	}
}



@media screen and (max-width: 810px) {
	.show-tablet {
		display: block;
	}

	.hide-tablet {
		display: none;
	}


	#simple-menu {
		margin-right: 15px;
		background: url(../siteart/mobile-nav-icon-hover.png) no-repeat center center;
		height: 38px;
		width: 38px;
		display: block;
		cursor: pointer;
		float: right;
	}

	#simple-menu:hover {
		background: url(../siteart/mobile-header nav-icon-hover.png) no-repeat center center;
	}

	.main-header nav .inner {
		float: right;
	}


	header nav {
		width: 100%;
		float: right;
	}

	.blk {
		background: rgba(0, 0, 0, .4);
		height: 90px;
	}

	.manu-logos a {
		width: 22%;
	}

	.manu-logos a img {
		max-width: 120px;
		width: 100%;
	}


	.map {
		width: 100%;
	}



}


@media screen and (max-width: 768px) {

	.categorybox h1 {
		visibility: hidden;
		display: none;
	}

	.invlinkbox {
		text-align: center;
	}

	.invlinkbox::before {
		top: 0px;
		background: rgba(0, 0, 0, .6);
	}

	.invlinkbox:hover::before {
		background: rgba(0, 0, 0, .6);
		top: 0;
	}

	.caption__overlay {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	#no-show {
		display: none;
		visibility: hidden;
	}




	.brands {
		width: 100%;
		display: block;
		float: none;
		margin: 0 auto;
		text-align: center;
		background: #FFFFFF;
		border-top: 1px solid #8e8d8d
	}

	.brands img {
		max-height: 25px;
		display: inliine-block;
		padding: 20px 5%;
	}



	.border-box {
		margin-top: 15px;
	}

	.border-box h6 {
		width: 26%;
	}

	article {
		width: 100%;
		display: block;
		margin: 0px auto 0px auto;
		padding: 0px 0;
		overflow-x: hidden;
	}

	.text-wrap {
		width: 90%;
		margin: 0 auto;
		padding: 35px 20px;
		text-align: left;
	}


	.map {
		width: 100%;
	}

	.contactform {
		float: none;
		width: 90%;
	}

	.contactform #formpage {
		float: none !important;
		width: 94%;
		margin: 0 auto !important;
		position: relative !important;
		text-align: center;
	}


	.contact-info {
		width: 100%;
		text-align: center;
		float: none;
		margin: 0 auto;
		padding: 20px 0;
	}


	.zoom-container {
		width: calc(50% - 3px);
	}

}


@media screen and (max-width: 740px) {
	.logo {
		width: 100%;
		float: none;
		text-align: center;
		margin: 0 auto;
	}

	.head-right {
		display: none;
	}

	.low-contain {
		padding: 20px 0;
	}

	.continfo {
		display: block;
		margin: 20px auto;
		width: 90%;
		max-width: 300px;
	}

	.half3 {
		width: 100%;
	}

	.half4 {
		width: 100%;
	}
}

@media screen and (max-width:660px) {
	.hourswrap {
		margin-top: 115px;
	}

	.no-break {
		display: block;
	}

	h1 {
		font-size: 20px;
	}

	h3 {
		font-size: 22px;
	}

	h5 {
		font-size: 16px;
	}

	#formpage2 option {
		font-size: 13px;
	}


	.blk {
		background: rgba(0, 0, 0, .4);
		height: 90px;
	}


	.new-used h2 img {
		width: 3%;
	}

	.team-wrap {
		margin-top: 160px;
		padding: 1px 0;
	}



	#formpage2 .col3 {
		width: calc(100% - 2px);
	}

	#formpage2 .search {
		margin-top: 12px;
	}


	.quick-link h4 {
		font-size: 16px;
	}

	.quick-link a {
		font-size: 14px;
	}

	.divfooter {
		width: 90%;
		padding-left: 0%;
		margin: 15px 5% 0 5%;
		text-align: center;
	}

	.hosted {
		font-size: 12px;
	}
}


@media screen and (max-width:600px) {
	.white-back {
		padding: 20px;
	}

	.cycle-overlay {
		top: 30%;
	}

	.cycle-overlay a {
		font-size: 18px;
		padding: 4px 4%;
	}

}

@media screen and (max-width:565px) {

	.blk {
		background: rgba(0, 0, 0, .4);
		height: 90px;
	}


	.loc span2 {
		display: none;
		visibility: hidden;
	}
}

@media screen and (max-width:550px) {

	.infobox h3 {
		font-size: 26px;
	}

	.container {
		width: 92%;
	}


}

@media screen and (max-width:520px) {


	.col2 {
		width: calc(100% - 2px);
		margin: 0 auto;
		display: inline-block;
		float: none;
	}

	.hide6 {
		display: none;
		visibility: hidden;
	}

	.search-tab {
		width: 20px;
	}


	.infomid {
		width: 100%;
	}


	.manu-logos a {
		width: 47%;
	}

	.manu-logos a img {
		max-width: 120px;
		width: 100%;
	}

	.zoom-container {
		width: calc(100% - 3px);
	}

}

@media screen and (max-width:480px) {
	h4 {
		font-size: 16px;
	}

	h5 {
		font-size: 15px;
	}

	.mobileinfo {
		padding: 20px;
		margin: 0;
	}

	#search .col2 {
		width: 100%;
		float: left;
	}

	#search .col4,
	.side-search .col4 {
		width: 100%;
		float: left;
		margin-right: 0%;
	}

	#search .label-box {
		width: 100px;
	}

	.breakbutton {

		width: 90%;
	}

	.blue-back .breakbutton {
		width: 90%;
	}



	.blk {
		background: rgba(0, 0, 0, .4);
		height: 90px;
	}

	.quick-link li {
		width: 100%;
	}
}


@media screen and (max-width:375px) {

	.border-box .strikethrough {
		display: none;
	}

	.border-box h6 {
		width: 45%;
	}

	.hours .go-right {
		float: none;
	}

	.contact-info {
		width: 100%;
	}

	.brands a {
		width: 48%;
	}

	.text-wrap {
		width: 85%;
	}

}

@media screen and (max-width:345px) {
	.box-buttons a {
		width: 43%;
	}

	.box-buttons img {
		max-height: 90px;
	}

	.infobox h2 {
		text-shadow: none;
		font-size: 26px;
	}

}

@media screen and (max-width:330px) {
	.blk {
		background: rgba(0, 0, 0, .4);
		height: 90px;
	}
}

@media screen and (max-width:300px) {}