/***** BEGIN RESET *****/

* {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
    font-family: 'Oswald', 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-family: 'Oswald', sans-serif;
	font-weight:400;
	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; padding: 40px 0; }
.headwrap {width:90%; margin:0 auto;  }


.go-right {float:right;}

.show-tablet, .show-768 {display:none;}

.col2 {width:48%; margin-right:2%; float:left;}

img.financeapps {max-width:25%;width:100%;height:auto;display:block;float:left;}
    
/* 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; background: url("/siteart/light_grey.png") repeat fixed;}
.cf{background:none; }
.container{background: none}
.container .cf a {color: #f05423;}
.container .cf a:hover {text-decoration: underline}
.container .cf h1{color: #f05423; text-decoration: none;}
.container .cf h5{color: #000000;}

.hosted-content .p-tb-10 { margin:2% auto; }

.main {overflow-x: hidden;}

.container h1 {color:#000!important;font-size:28px;}


.contact-loc-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:30px 0;
    
}
.loc-cont-1 {
    border:1px solid #f05423;  
    padding:30px;
    box-sizing: border-box;
    margin:20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:48%;
    gap:0 10px;
}
.loc-contact-1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    width: 100%;
}
.loc-contact-1 h3 {
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom:10px;
}

.loc-map {
    padding-top:50px;
    width:100%;
    height: 300px;
}

/*===================== 
                PARTS SEARCH 
=======================*/
iframe.parts_search{
	width:100%;
	min-height:300px; 
	margin-top: 30px;
	background: #FFFFFF;
	border: 1px solid #9d1a27;
}

.parts_container{
	margin: 0 auto;
}

/***************************** typography styles **/


.no-margin {margin:0 !important;}

a {color:#2B2B2B; text-decoration:none;}
a:hover {color:#f05423;}



strong {font-weight:normal; font-weight: 700;}
em {font-style:italic;}

.red {color:#ff7a00;}
.dk-red {color:#f5d73b;}
.white {color:#fff;}
.black {color:#f05423;}

.text-center {text-align:center;}
.text-left {text-align:left;}
.text-right {text-align:right;}

h1 {
	color:#fff;
	font-size:48px;
	line-height: 48px;
	font-weight:400;
	margin-bottom:0;
	text-transform:uppercase;
}
h2 {
	color:#f05423;
	font-size:36px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:0;
}
h3 {
	color:#000;
	font-size:22px;
	font-weight:700;
}

h4 {
	color:#f05423;
	font-size:22px;
	font-weight:400;
	margin-bottom:7px;
}

h5 {
	color: #000000;
	font-size:20px;
	font-weight:400;
	margin-bottom:10px;
}

h6 {
	color:#000;
	font-size:18px;
	font-weight:300;
}
h6 a {color:#000; text-decoration:none;}
h6 a:hover {color:#f05423;}
p {margin-bottom:16px; }

h6 a span{color:#FFFFFF; text-decoration:none;}
h6 a:hover span {color:#f05423;}



/***************************** header styles **/

.top-bar {
	float:right;
	display:inline-block;
	color: #f05423;
	text-align: right;
	width: auto;
}
.top-bar a {
	text-align: right;
	color: #f05423;
	font-weight: 400;
	margin-left: 30px;
}
.top-bar a:hover {
	color: #000;
}

.top-bar img {
	display:inline-block;
	padding-right: 7px;
}

.top-bar h6 {
	padding:15px 0 0px 0 ;
	float: right;
}
.top-bar h6 a {
	display:inline-block;
	margin-bottom:8px;
}


	
header {
	width:100%; 
	background: #fff;
	position: relative;
	z-index: 999;
}
	

		
	
.logo { float:left; display: inline-block; }
.logo img {width:100%; height:auto; display:block; max-width:600px;}


.no-cursor:hover {cursor: default;}

/***************************** nav styles **/
nav.primary {
	display:inline-block;
	background:#f05423;
	text-align:center;
	float:right;
	padding-right: 5%;
	margin-top: -40px;
}

nav.primary ul {width:100%; margin:0 auto;}
nav.primary ul li {float:none;display:inline-block; position:relative; color:#000; border-right: 1px solid #fff;}
nav.primary a:link, nav.primary a:active, nav.primary a:visited {
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:300;
	font-size:20px;
	line-height:24px;
	padding:9px 25px;
	text-transform:uppercase;
	margin-left: -3px;
	
}
nav.primary ul li a:hover {background: #000; }

nav.primary ul ul {
	display: none;
	position: absolute; 
	z-index:99999;
	top: 42px;
	left:-4px;
	width:280px;
	background:#000;
	border-top: 1px solid #fff;
}

nav.primary ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}

nav.primary ul li:hover > ul {
	display: block;
	z-index:99999;
	
}

nav.primary ul ul li {
	text-align:left;
	float: none; 
	position: relative;
	display:block;
	background:#000;
	margin-left: 0; border-right: 0px solid #fff;
}
nav.primary ul ul li a:link, nav.primary ul ul li a:active, nav.primary ul ul li a:visited{
	font-size:14px;
	line-height:24px;
	padding:7px 0 7px 10px;
	border-right:0px;
	border-bottom: 1px solid #fff;
	color: #fff;
	margin-left: 0px;
}

nav.primary ul ul li a:hover {
	background: #f05423;
	color:#fff;
}

/* stroke */
nav.primary.stroke ul li a,
nav.primary.fill ul li a {
  position: relative;
}
nav.primary.stroke ul li a:after,
nav.primary.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.primary.stroke ul li a:hover:after {
	
  width: 100%;
}

nav.primary.fill ul li a {
  transition: all .5s;
  padding-top: 10px;
}

nav.primary.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.primary.fill ul li a:hover {
  color: #fff;
  z-index: 1;color: #000000;
}
nav.primary.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;
  }
}








.welcome {overflow-x:hidden;background: url("../siteart/barko.jpg") no-repeat center; background-size: cover; height: auto; height: 600px; }
.welcome-inner {width: 90%; max-width: 1500px; float: none; margin: 0 auto; padding: 200px 0 60px 0;border-bottom: 3px solid #fff;}


.welcome span {
	color:  #f05423;
	font-weight: 700;
	text-shadow: 2px 5px 8px #000;
	font-size: 56px;
}

.slid {
	overflow-x:hidden;
	width: 48%;
	min-width: 400px; 
	margin:0px 20px 20px 0px; 
	float: left; 
	text-align: left; 
	height: 37px; 
	background: rgba(255,255,255,.3);
	border: 2px solid #f05423;
	background-size: 200% 100%;
 	background-image: linear-gradient(to right, #f05423 50%, rgba(0,0,0,0) 50%);
  	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; 
}
.slid:hover {
	color:#FFFFFF;
/** 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 **/
  background-position: bottom left;
  color: #E40003;}
.slid:hover h6 {color:#fff!important;}
.slid h6 {color:#fff!important; padding-left: 8px; line-height: 37px;}
.slid img {width: 18px;padding-top: 9px; float: right; padding-right: 10px;}
.slid 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);
}




/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
	vertical-align: sub;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #f05423;
  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); 
} 



.financing-logo-cont-1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap:40px 20px;
}
.financing-logo-cont-1 a {
    width:100%;
    max-width: 200px;
    height: auto;
    display: block;
    margin:0 auto;
}
.financing-logo-cont-1 a:hover {
    opacity: 0.7;
}
.financing-logo-cont-1 a img {
    width:100%;
    max-width: 100%;
    height: auto;
    display: block;
}



.solid {
	background: #f05423;
	text-align: left;
	color: #fff;
	padding: 0px 5%;
}
.solid h5{
	color: #fff;
	display:inline-block;
	padding: 25px 0 15px 0;
	text-transform: uppercase;
}
.solid a {
	display:inline-block;
	float: right;
	border: 2px solid #fff;
	padding: 7px 5%;
	margin: 17px 0;
	color: #fff!important;
}
.solid a h6 {
	color: #fff;
	font-weight: 600;
}
.solid a:hover  {
	border: 2px solid #f05423;
}
.solid a:hover h6 {
	color: #f05423;
}





.grey {
	padding: 0;
	margin:0% auto;
	display: inline-block;
	background: url("../siteart/light_grey.png") fixed; 
	width: 100%;
	text-align: center;
	margin: 0 auto
}
.circle {width: 25%;display: inline-block; float: none;text-align: center;padding: 30px 1.5% 20px 1.5%; box-sizing: border-box; float: none; max-width: 400px;}
.circle img {width: auto ;margin-bottom: 20px; }
.circle a:hover {color: #f05423;}
.circle h4 {color: #000; font-weight: 700}

/* Float Shadow */
.hvr-float-shadow 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);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before img {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover img, .hvr-float-shadow:focus img, .hvr-float-shadow:active img{
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before img, .hvr-float-shadow:focus:before img, .hvr-float-shadow:active:before img {
  opacity: 1;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Underline From Center */
.hvr2-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;
}
.hvr2-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #f05423;
  height: 2px;
  -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;
  
}
.hvr2-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;
}
 
.scrolling{
    width:100%;
    height:92px;
}





/***************************** content styles **/



 /* Wobble Horizontal */ 
@-webkit-keyframes hvr-wobble-horizontal { 
	16.65% { 
		-webkit-transform: translateX(8px); 
		transform: translateX(8px); 
	} 
	33.3% { 
	   -webkit-transform: translateX(-6px); 
	   transform: translateX(-6px); 
	} 
	49.95% { 
		-webkit-transform: translateX(4px); 
		transform: translateX(4px); 
	} 
	66.6% { 
		-webkit-transform: translateX(-2px); 
		transform: translateX(-2px); 
	} 
	83.25% { 
		-webkit-transform: translateX(1px); 
		transform: translateX(1px); 
	} 
	100% { 
		-webkit-transform: translateX(0); 
		transform: translateX(0); 
	} 
} 
@keyframes hvr-wobble-horizontal { 
	16.65% { 
		 -webkit-transform: translateX(8px); 
		transform: translateX(8px); 
	} 
	33.3% { 
		-webkit-transform: translateX(-6px); 
		transform: translateX(-6px); 
	} 
	49.95% { 
		-webkit-transform: translateX(4px); 
		transform: translateX(4px); 
	} 
	66.6% { 
		-webkit-transform: translateX(-2px); 
		 transform: translateX(-2px); 
	} 
	83.25% { 
		 -webkit-transform: translateX(1px); 
		transform: translateX(1px); 
	} 
	100% { 
		 -webkit-transform: translateX(0); 
		transform: translateX(0); 
	} 
} 
.hvr-wobble-horizontal { 
	display: inline-block; 
	vertical-align: middle; 
	-webkit-transform: perspective(1px) translateZ(0); 
	transform: perspective(1px) translateZ(0); 
} 
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active { 
	-webkit-animation-name: hvr-wobble-horizontal; 
	animation-name: hvr-wobble-horizontal; 
	-webkit-animation-duration: 1s; 
	animation-duration: 1s; 
	-webkit-animation-timing-function: ease-in-out; 
	animation-timing-function: ease-in-out; 
	-webkit-animation-iteration-count: 1; 
	animation-iteration-count: 1; 
} 

.matback .wrap {text-align:center;}
.sec {
	background: #000000;
	border: 3px solid #fff;
	width:30.7%; 
	display:inline-block;
	float:none;
	margin: 40px 1%;
	vertical-align: top;
	height: 340px;
	text-align:left;
}
.sec h4 {background:#f05423; color:#FFFFFF; padding: 8px; text-align:center;}
.sec ul {padding: 15px;}
.sec ul li {color: #FFFFFF; list-style: square; font-size: 18px; margin-left: 30px;}

.sec ul ul {padding: 0 15px 15px 15px}
.sec ul ul li {color: #FFFFFF; list-style: square; font-size: 18px; margin-left: 60px; margin-top: 0; padding-top: 0;}



.logowrap {overflow-x:hidden;background: url("../siteart/forest.jpg") no-repeat center; background-size: cover; height: auto; padding-bottom: 40px; }

.logowrap h2 {
	color: #fff;
	border-bottom: 3px solid #f05423;
	padding-left: 5%;
	width: 240px;
	margin-top: 30px;
}
.manu-logos {
	width:100%;
	display:block;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}
.manu-logos a { width: 17%; display:inline-block;zoom:1; display:inline-block; margin:0px auto; vertical-align:middle; padding: 15px 1%}
.manu-logos a img {max-width: 200px; width: 100%;}




/***************************** used inv page styles **/

.used-wrap {margin: 170px 0 20px 0;}
.used {
	text-align:center;
	position:relative;
	*zoom:1;
	*display:inline;
	padding: 10px 0 0 0;
	float: none;
	}
.used h1 {
	color: #FFFFFF;
	font-weight: 700;
	border-bottom: 2px solid #FFFFFF;
	padding-bottom: 1px;
	margin: 0 20px;
}
.group{overflow:hidden; margin: 0 auto; padding: 35px 20px;}
.gray{ background: #8E8E8E; border-top: 3px solid #FFCC00; border-bottom: 3px solid #FFCC00;}



.pen-wrapper {text-align:center;
	position:relative;
	*zoom:1;
	*display:inline;
	padding: 10px 0 0 0;
	float: none;
	
  }
.whole{
	display: inline-block;width: 15%; margin: 15px 20px; position: relative; float: none; flex-wrap:no-wrap;}








.deb {
	border: 1px solid #3d3b6f ;
	padding: 20px;
	box-sizing: border-box;
	max-width: 320px;
}

.deb div {
	 display:inline-block; 
	vertical-align: bottom;
	padding-left: 8px;
}


/***************************** SHOWROOM **/
.show h3 {font-weight: 400; border-bottom: 1px solid #f05423;}


.cat1 {margin: 20px auto;}
.cat1 .zoom-container {width: 25%;}


.cat2 {margin: 20px auto; text-align:center;}
.cat2 a:hover img {opacity: .7;}
.cat2 .zoom-container {width: 33%; padding: 0 3% 20px 3%;}

.zoom-container h4 {margin-bottom: 0px;}
.zoom-container {
	float:left;
	position: relative;
	overflow: hidden;
	display: inline-block;
	border: 2px solid #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-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;
}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, .3);
	-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;
}
.zoom-container .zoom-caption h4 {
	display: block;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	font-weight:bold;
	color: #FFFFFF;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 1);
	width:95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.zoom-container:hover .zoom-caption {
	background: none;
	color: #fff;
}
.zoom-container:hover .zoom-caption h4 {
	color: #fff;
}	  







/***************************** grey/yellow styles **/
article {width:100%; display:block; margin:0px auto 0px auto; padding: 60px 0; }

.matback {background: url(../siteart/mat.jpg) fixed center bottom; background-size: cover;}
/***************************** organge styles **/

.orange {
	padding:30px 6%;
	text-align:center;
}
.orange h2 { color: #f05423; }

span.orange {color: #f05423;}


/** internal page styles **/




.contact-info {width:28%; float:left; margin:0 2% 15px 0;}
.map {width:70%; float:left;}
.map iframe {width:100%; display:block; height:350px;}



.loc {width:31.33333%; float:left; margin:0 2% 20px 0;}


.events:after {content:""; clear:both; display:block;}
.event {width:23%; float:left; margin:0 2% 15px 0;}
.event:nth-of-type(5), .event:nth-of-type(9) {clear:left;}






/***************************** crushing & scrap **/
.thirdcontain {
	text-align:center!important;
	margin: 0 auto;
	float:none;
	
}
.thirdcontain .text-white {
	margin-bottom: 20px;
	text-align: left;
}
.third {
	width: 33%;
	text-align:center;
	margin: 0 auto;
	float:none;
	display:inline-block;
}
.third img {
	border: 1px solid #f05423;
	padding: 0px;
	width: 100%;
	max-width: 500px;
	text-align:center;
	margin: 0 auto;
	float:none;
}
.thirdcontain h6 {
	padding-top: 20px;
	padding-left: 25px;
}

.part {
	width: 19%;
	text-align:left;
	margin: 0 5% 0 0;
	float:none;
	display:inline-block;
	vertical-align: top;
}
.part h4 {
	border-bottom: 1px solid #000;
}

/***************************** brand styles **/
.mid {width:100%; display:block; padding: 140px auto 0 auto; background: #f05423; margin:  0 auto;}
.mid .wrap {padding-top: 0px;}
.mid {
	border-bottom: 5px solid #f05423;
	border-top: 5px solid #f05423;
	background-size: cover;
}
.mid h2 {
	color: #fff;
	border-bottom: 3px solid #000;
	padding-left: 5%;
	width: 330px;
	margin-top: 30px;
}
.mid h6 {
	line-height: 28px;
	font-weight: 400;
	color: #fff;
}




.map-area {
	width: 100%;
	display:block;
	text-align:center;
	float:none;
	margin: 20px auto;
	border: 1px solid #f05423;
	
}
.map-area iframe {width:100%; height:280px; display:block;}

.text-wrap {
	width:88%; 
	max-width:2050px; 
	margin:0 auto; 
	text-align: left;

}
.text-white {
	border: 1px solid #f05423;
	padding: 40px ;
	background: #fff;
}

.text-white h3 {
	font-weight: 400;
}


.half {
	width: 40%;
	min-width: 250px;
	text-align: left;
	display: inline-block;
	margin-top: 60px;
	vertical-align: top;
}
.half2 {width: 55%; margin: 60px auto 0 auto; display: inline-block; vertical-align: top;}


.text-white a:hover {color: #f05423;  }

.half2 h4 {color:#000;}
.half2 p {color: #f05423;}
.half2 #formpage {margin-top: 0px;}

#formpage2 p {color: #8C8C8C;}


/***************************** contactstyles **/


.contact-contain {
	width: 100%;
	background: #838383; 
	border-top: 3px solid #ffcc00;
}
.contact-contain a {
	color: #FFFFFF;
}
.contact-wrap {
	width:88%; 
	max-width:2050px; 
	margin:0 auto;  
	padding: 35px 20px; 
	text-align: left;
}
.map-area2 {
	width:100%;
	display:block;
	text-align:center;
	margin-bottom: -80px;
}
.map-area2 iframe {width:100%; height:520px; display:block;}
/***************************** footer styles **/

footer {
	width:100%;
	background: #000;
	padding:0;
	color:#fff;
}
footer p {font-size:14px; margin-bottom:14px; }
footer a { text-transform:uppercase; font-size:16px;color:#fff; font-weight: 400}
footer a:hover {color:#CCCCCC;}
footer h4 {color: #f05423;text-transform: uppercase; text-decoration: underline}

footer .hvr-underline-from-center:before {
  background: #f05423;
}


footer .wrap {padding: 20px 0;}

.hours {width:20.4%; width:calc(20.4% - 2px); float:left; display:block; padding-right:6%; border-right:2px #a5a5ab solid; text-transform:uppercase;}

.quick-link {width:200px;  float:left; display:block; }
.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;color:#fff; font-weight: 400; line-height: 22px;}
.quick-link a:hover {color: #f05423;}


.hosted {float: right; text-align: left;  max-width: 400px; display: block;  color:#fff;font-weight: 400; text-transform: uppercase; font-size: 16px;}
.hosted a {color: #c4c4c4; font-size: 16px;}
.hosted a:hover {color:#f05423;}









#formpage2 {float: none; padding: 0 ; width: 100%;}
#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 h3 {color: #FFFFFF; text-align: left;}
form a:hover {cursor: pointer}
#formpage2 label {display:block;}
.col2 {width:calc(50% - 3px); margin: 0  auto;display: inline-block; float: none;}
#formpage2 option {color: #000000; font-weight: 300; }
/*** form styles ***/
#formpage2 .row p {margin-bottom: 0px; margin-top: 5px;}
#formpage2 .col-full {padding-bottom: 8px;}
#formpage2 .col2 {padding-bottom: 8px;}
#formpage2 input {
	width:100%;
	width:calc(100% - 12px);
	padding:5.5px 5px;
	border:1px solid #f05423;
	color:#000000;
	background:#FFFFFF;
	font-size:14px;
}
#formpage2 .column3 input{
	background:#f05423;
	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 #f05423;
	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%!important;
	border:1px solid #f05423;
	color:#000000;
	vertical-align:middle;
	font-size:14px;
	margin-bottom:5px;
	background:#FFFFFF;
	line-height:normal;
	padding:5px;
	margin-top: 1px;
	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 #000000;
	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 #f05423;
    margin:0;
    padding:7px 0;
    background:#f05423;
    border:0;
    font-size:14px;
	margin-top:10px;
	line-height:14px;
	font-weight:bold;
    color:#000;
}
#formpage2 input.button:hover {
	background:#898989;
	color:#FFFFFF;
}
 
.column3 {
	margin-bottom: 30px;
}
#formpage2 input.sub:hover {background:#000; color:#fff;  cursor: pointer;border:1px solid #000;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: #f05423;
	border:1px solid #f05423;
    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: #000;
	border:1px solid #000;
    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 .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: #fff;
	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:#f05423;
	line-height:19px;
	text-align:center;
}

#formpage2 .captcha a{
	color:#f05423;
}
#formpage2 .captcha a:hover {
	color:#f05423;
}
#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: 1685px) {
	.sec {
		height: 340px;
	}
	.sec ul {padding:8px;}
	
	.circle {width: 23%;}
}
@media screen and (max-width: 1545px) {
	.sec {
		width: 30.6%;
	}
	.sec ul {padding:8px;}
	h4 {font-size:20px;}
    .logo {
      width: 25%;
    }
	
	
}
@media screen and (max-width: 1450px) {
	.new-used h2 {width:72%;}

	nav.primary a:link, nav.primary a:active, nav.primary a:visited {font-size:18px;}
	
	.box-buttons a {width: 23%; height: 230px;}
	.box-buttons .whiteback {padding-top: 60px; height: 170px;}
	
	
	.sec {
		width: 32.2%;
		margin: 40px 2px;
	}
}
@media screen and (max-width: 1370px) {
	.sec {
		height: 360px;
	}
	
	.box-buttons h2 {font-size: 25px; line-height: 30px;}
	
	.sec ul li {font-size: 16px;}
	h2 {font-size: 30px;}
	h3{ font-size: 22px;}
	h4 {font-size: 19px;}
	h6 {font-size: 16px}
	.half h4 {font-size: 19px;}
	
	h1 {font-size: 36px; line-height: 40px;}
	.welcome span {font-size: 50px;}
	.welcome h6 {line-height: 36px;}
	.slid {width: 47%;}
	
	.mid h2 {width: 275px;}
	.logowrap h2 {width: 200px;}
	
	.quick-link li {line-height: 16px;}
	.quick-link a {font-size: 15px; line-height: 18px;}
	
	.hosted {font-size: 14px;}
	.hosted a {font-size: 14px;}
	
	
	.box-buttons a {width: 23%; height: 200px;}
	.box-buttons .whiteback {padding-top: 55px; height: 145px;}
	
	
	
	.manu-logos a { width: 14%; display:inline-block;zoom:1; display:inline-block; margin:0px auto; vertical-align:middle; padding: 15px 2%}
	.manu-logos a img {max-width: 180px; width: 100%;}
}
@media screen and (max-width: 1300px) {
	
	.sec {
		height: 330px;
		width: 47%;
		margin: 20px 1% 0 1%;
	}
	.last {margin-bottom: 20px; height: 150px;}
	.new-used h2 {width:72%;}
	
	nav.primary a:link, nav.primary a:active, nav.primary a:visited {font-size:16px;}
	
	.manu-logos .lrg {width: 120px;}
	.manu-logos .sm {width: 100px; max-height: 50px;}
	
	
	

}
@media screen and (max-width: 1250px) {
	
nav.primary a:link, nav.primary a:active, nav.primary a:visited {font-size:15px;}

    .logo {
      width: 19%;
    }
    
}
@media screen and (max-width: 1140px) {
	

	.text-wrap {
		width:90%; 

	}
	.infobox:hover h1 {text-decoration: underline}

	nav.primary a:link, nav.primary a:active, nav.primary a:visited {
		display:block;
		text-decoration:none;
		font-weight:light;
		line-height:17px;
		padding:12px 16px;
		font-size: 16px;
		text-transform:uppercase;

	}
	nav.primary ul ul {
	top: 36px;}
	
	
}

@media screen and (max-width: 1060px) {
	.infobox a {
		display: inline-block;
		width: 48%;
		padding: 10px 1%;
		float:none;
		text-align:center;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1024px) {
	body {font-size:14px;}
	p {margin-bottom:14px;}
	
	.infobox h2 {font-size: 20px;}
	.box-buttons h2 {font-size: 23px; line-height: 27px;}
	.sec ul li {font-size: 16px;}
	h2 {font-size: 26px;}
	h3{ font-size: 20px;}
	h4 {font-size: 17px;}
	.half h4 {font-size: 17px;}
	
	
		
	.mid h2 {width: 240px;}
	.logowrap h2 {width: 175px;}
	
	
	.orange {padding: 20px 3%;}
	.box-contain {padding: 25px 0 ;}
	
	.orangetextwrap {
		display:block;
		text-align:left;
		float:left;
		background: #f05423;
		width: 18%;
		min-width: 225px;
		text-align: right;
		padding: 4px 25px 0px 5px;
		color: #000000;
		margin-top: 40px;
	}

	.text-white {padding:20px;}
	
	
	nav.primary a:link, nav.primary a:active, nav.primary a:visited {padding: 12px 15px; }
	
	.infobox a img {
		max-width: 180px;
		width: 85%;
	}
	.headwrap {width: 98%;}

}
@media screen and (max-width: 950px) {

	.new-used h2 img {width: 5%}
	
	
	.top-bar h6 {font-size: 16px; }
	
	.cat1 .zoom-container {
		width:33.33%	
	}
	
	.zoom-container .zoom-caption h4 {
		font-size: 20px;
	}
	
	
	h1 {font-size: 32px; line-height: 32px;}
	.welcome span {font-size: 42px;}
	.welcome h6 {line-height: 36px;}
	.slid {width: 46%; min-width: 200px;}
    
    .loc-cont-1 {
        width:100%;
    }
    
}

@media screen and (max-width: 900px) {
	.box-buttons a {width: 48%;}
	
	.solid a {
		padding: 8px 5%;
	}
	
	

	nav.primary {height: 40px; background: none;padding-right: 0px;}
	
	.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;
		margin-right: 8px;
		display:block;
		cursor:pointer;
	}
	#simple-menu:hover {background:url(../siteart/mobile-nav-icon-hover.png) no-repeat center center;}
	
	
	.part {
		width: 44%;
		text-align:left;
		margin: 0 5% 0 0;
		float:none;
		display:inline-block;
		vertical-align: top;
	}
	img.financeapps {max-width:50%;}
    .logo {
      width: 300px;
    }
}

@media screen and (max-width: 860px) {
	.sec {
		height: 360px;
		width: 47%;
		margin: 20px .8% 0 .8%;
	}
	.last {margin-bottom: 20px; height: 180px;}
}
@media screen and (max-width: 830px) {
	.third {
		width: 49.5%;
		text-align:center;
		margin: 0 auto;
		float:none;
		display:inline-block;
	}
	
	
	.top-bar h6 {font-size: 14px; padding-top: 20px; }
	.top-bar img {width: 14px; }
}


@media screen and (max-width: 790px) {
	
	.solid {
		padding: 0px 5% 25px 5%;
		text-align: center;
	}
	.solid h5 {
		padding: 20px 0 5px 0;
	}
	.solid a {
		float:none;
		margin: 0;
		display:block;
		padding: 8px 5%;
		width: 100%;
		box-sizing: border-box;
	}
	
	
	.top-bar {width:245px}
	
	.top-bar h6 {font-size: 13px; padding-top: 20px; }
}


@media screen and (max-width: 768px) {
	.headwrap {text-align:center;}
	
	.last {margin-bottom: 20px; height: 200px;}
	
	.show-768 {display:block;}
	
	.loc-list {font-size:12px;}
	
	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:0 auto; padding-top:40px}
	
	.contact-info {width:40%; margin:0 0% 15px 0;}
	.map {width:100%;}
	
	
	.hours {width:50%; width:calc(45% - 2px);padding-right:5%;}
	.quick-link {width:100%; padding-left:0%; border-right:0; text-align: center; padding-bottom: 40px;}
	.quick-link ul {padding-bottom:0px;}
	.divfooter {width:90%; padding-left:0%; margin:15px 5% 0 5%; text-align:center;}
	
	
	.hosted {text-align: center; float: none;width: 100%; max-width: 768px; margin-top: 10px; }
	.rtfooter {float: none; text-align: center;width: 100%; padding-bottom: 30px;}
	
	.manu-logos a.lg {width:45%; max-width:250px;}
	.manu-logos a.med-sm {width:19.4%; max-width:145px;}
	
	
	.circle img {max-height: 60px;}
	
	.thirdcontain h6 {
		padding-top: 20px;
		padding-left: 0px;
	}
	
	
	.zoom-container .zoom-caption h4 {
		font-size: 18px;
	}
	
	
	.manu-logos a { width: 17%; display:inline-block;zoom:1; display:inline-block; margin:0px auto; vertical-align:middle; padding: 15px 2%}
	.manu-logos a img {max-width: 180px; width: 100%;}
	
	
}



@media screen and (max-width:700px) {
		.sec {width: 97%; height: auto; padding-bottom: 25px;}
	
	h1 {font-size: 32px; line-height: 32px;}
	.welcome span {font-size: 40px;}
	.welcome h6 {line-height: 36px;}
	.slid {width: 98%; min-width: 200px;}
	.welcome-inner {padding-bottom: 120px;}
	
}
@media screen and (max-width:660px) {
	h2 {font-size: 24px;}
	h3 {font-size:18px;}
	h6 {font-size: 14px;}
	
	
	h1 {font-size: 32px; line-height: 32px;}
	.welcome span {font-size: 40px;}
	.welcome h6 {line-height: 30px;}
	.slid {width: 98%; min-width: 200px; height: 30px; margin-bottom: 10px;} 
	.slid img {padding-top: 6px;}
	.welcome-inner {padding-bottom: 90px;}
	
	.headwrap {width: 95%}
	
	
	
	.mid h2 {width: 220px;}
	.logowrap h2 {width: 160px;}
	
	
	.top-bar {width: 175px;}
	.top-bar h6 {display:block;}
	.top-bar h6 a {margin-left: 0px;}
	
	
	.manu-logos a { width: 28%; display:inline-block;zoom:1; display:inline-block; margin:0px auto; vertical-align:middle; padding: 15px 2%}
	.manu-logos a img {max-width: 140px; width: 100%;}
	
	
	
	.orangetextwrap {
		display:block;
		text-align:left;
		float:left;
		background: #f05423;
		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;}
	
	.box-contain {padding: 15px 0;}
	.box-buttons a {width: 47%; height: 140px;}
	.box-buttons .whiteback {height: 110px; padding-top: 30px;}
	
	.grey .wrap {padding: 20px 0;}
	.grey .lt {
		display: inline-block;
		width: 200px;
		margin: 0 auto;
		text-align: left;
		vertical-align: middle;
	}
	.grey .rt {padding: 20px 0 0 0;}
	.grey .rt  img {width: 180px;}
	
	
	.circle {width: 50%;display: inline-block; float: left;text-align: center;padding: 30px 2% 20px 2%; box-sizing: border-box; }
}



@media screen and (max-width:640px) {
	.infobox a {
		display: inline-block;
		width: 90%;
		margin: 10px 2.5%;
		float:none;
		text-align:center;
		box-sizing: border-box;
	}
	
	.logo {width: 65%;}
}

@media screen and (max-width:600px) {
	
	.cat1 .zoom-container {
	width:50%;	
	}
	
	.cat2 .zoom-container {
	width:50%;	
	}
	
	
	

	
}
@media screen and (max-width:550px) {

	
	.text-wrap {
		width:95%; 

	}
	.top-bar {width: 0px;}
	.email {display:none;visibility: hidden}
	
	.logo {width: 70%;}
}
@media screen and (max-width:480px) {
	.col2 {width:100%; margin-right:0%;}
	
	.loc-list {width:100%;}
	
	.mid h2 {width: 185px;}
	.logowrap h2 {width: 135px;}

	h2 {font-size: 20px;}
}
@media screen and (max-width:445px) {
	.third {
		width: 99.5%;
		text-align:center;
		margin: 0 auto;
		float:none;
		display:inline-block;
	}
	
	.grey .lt {
		display: inline-block;
		width: auto;
		margin: 20px auto;
		text-align: center;
		vertical-align: middle;
	}
	.grey .lt a {display: block;}
	
	.grey .rt {padding: 0px;width: 100%;}
	.grey .rt  img {max-width: 180px;width: 100%;}
	
	
	.zoom-container .zoom-caption h4 {
		font-size: 16px;
	}
	
	
	h1 {font-size: 32px; line-height: 32px;}
	.welcome span {font-size: 34px;}
	.welcome h6 {line-height: 30px;}
	.slid {width: 98%; min-width: 200px; height: 30px; margin-bottom: 10px;} 
	.welcome-inner {padding-bottom: 90px;}
	
	
}

@media screen and (max-width:400px) {

	.manu-logos a { width: 45%; display:inline-block;zoom:1; display:inline-block; margin:0px auto; vertical-align:middle; padding: 15px 2%}
	.manu-logos a img {max-width: 140px; width: 100%;}
}
@media screen and (max-width:395px) {
	.top-bar {margin-top: 10px;}
	.top-bar h6 {font-size: 13px; padding-top: 0px;}
	.top-bar a {margin: 0px 0 5px 0;}
	.rt-header .cont {padding-left: 25px;}
	.top-bar img {padding-left: 5px;}
	
    img.financeapps {max-width:100%;float:none;}
	.part {
		width: 94%;
		text-align:left;
		margin: 0 0 0 0;
		float:none;
		display:inline-block;
		vertical-align: top;
	}
	
	
}
@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%;}
	
	.loc {width:100%; margin:0 0% 20px 0;}
	
	
	.box-contain {padding: 15px 0;}
	.box-buttons a {height: 100px;}
	.box-buttons .whiteback {height: 90px; padding-top: 13px;}
	.box-buttons h2 {font-size: 15px; line-height: 23px;}
	
}
@media screen and (max-width:355px) {
	
	
	.infobox a {
		display: inline-block;
		width: 90%;
		margin: 10px 0;
		float:none;
		text-align:center;
		box-sizing: border-box;
	}
	
	
	.cat1 .zoom-container {
		width:100%;	
		}
	.cat2 .zoom-container {
		width:100%;	
		}
	
	
	.top-bar h6 {font-size: 11px;}
	
	.deb {
		border: 1px solid #3d3b6f ;
		padding: 10px;
		box-sizing: border-box;
		max-width: 320px;
	}

}





