/***** BEGIN RESET *****/

* {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
    font-family:'roboto_regular';
}
ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

	
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../webfonts/RobotoCondensed-Regular-webfont.eot');
    src: url('../webfonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('../webfonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('../webfonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../webfonts/RobotoCondensed-Bold-webfont.eot');
    src: url('../webfonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('../webfonts/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('../webfonts/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_regular';
    src: url('../webfonts/Roboto-Regular-webfont.eot');
    src: url('../webfonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../webfonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../webfonts/Roboto-Regular-webfont.svg#roboto_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_medium';
    src: url('../webfonts/Roboto-Medium-webfont.eot');
    src: url('../webfonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Roboto-Medium-webfont.woff') format('woff'),
         url('../webfonts/Roboto-Medium-webfont.ttf') format('truetype'),
         url('../webfonts/Roboto-Medium-webfont.svg#roboto_medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_thin';
    src: url('../webfonts/Roboto-Thin-webfont.eot');
    src: url('../webfonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Roboto-Thin-webfont.woff') format('woff'),
         url('../webfonts/Roboto-Thin-webfont.ttf') format('truetype'),
         url('../webfonts/Roboto-Thin-webfont.svg#roboto_thin') format('svg');
    font-weight: normal;
    font-style: normal;
}


  
header, nav, article, footer {display:block;	min-width: 280px;}

body {
	font-size:16px;
	font-family: 'roboto_condensedregular';
	font-weight:normal;
	color:#000;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	min-width: 280px;
}
.blakk {
	color: #000!important;
}
.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;    padding: 12px 0;}


.go-right {float:right;}

.show-tablet, .show-768 {display:none;}

.col2 {width:48%; margin-right:2%; float:left;}

    
/* INVENTORY STYLES
------------------------------------------------*/
/*ALL INVENTORY SYTLES GO HERE FOR SAFEKEEPING*/
.container{width: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: #DE4826;}
.container .cf h5{color: #000000;}
.fa-map-marker::before {color: #DE4826;}
.hosted-content .p-tb-10 { margin:2% auto; }

.main {overflow-x: hidden;}


.invbuttons {
	margin: 20px auto;
	text-align: center;
	float: none;
}
.invbuttons a {
	background: #DE4826;
	border: 2px solid #fff;
	color: #000000;
	padding: 12px;
	border-radius: 5px;
	font-size: 18px;
	width: 30%; 
	max-width: 500px;
	margin: 0 3%;
	font-family: 'roboto_condensedbold';
}
.invbuttons a:hover {
	background: #a1a1a1;
	color: #DE4826;
}

/* 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: #DE4826 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; 
} 





.serv #formpage2 {
	width:62%;
	margin-right: 1%;
	box-sizing: border-box;
	display:inline-block;
}


/*===================== 
                PARTS SEARCH 
=======================*/
iframe.parts_search{
	width:64%;
	margin-right: 1%;
	min-height:400px;
	height: auto; 
	margin-top: 30px;
	background: #FFFFFF;
	border: 1px solid #DE4826;
	box-sizing: border-box
}

.parts_container{
	margin: 0 auto;
}

.part-img {
	max-width: 500px;
	width: 35%;
	float: right;
	padding: 30px 0 30px 0;
	box-sizing: border-box;
}

.partsearch {
width:64%;
float:left;
margin:20px auto 0 auto;	
}


#keysearch form {
	width:100%;
	float:right;
	margin:5px 0 0;
}

#form input.keyword, #form input.squarebutton {
	margin:0;
}

#form .keyword {
	width:89%;
	padding:10px;
	border-left:solid 1px #808080;
	border-top:solid 1px #808080;
	border-bottom:solid 1px #808080;
	border-right:0;
	float:left;
	-webkit-appearance: none;
	border-radius:0;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

#form .squarebutton, #form .squarebutton:focus {
	width:7%;
	height:41px;
	color:#fe0000;
	float:left;
	position:relative;
	-webkit-appearance: none;
	border-radius:0;
	border:solid 1px #808080;
	background:url(../siteart/search.png) no-repeat #b11016 center;
	background-size:80% 80%;
	background-size:contain;
}

#form .squarebutton:hover {
	background:url(../siteart/search.png) no-repeat #000 center;
	background-size:80% 80%;
	color:#000;
	cursor:pointer;
	background-size:contain;
}



/***************************** typography styles **/


.no-margin {margin:0 !important;}

a {color:#2B2B2B; text-decoration:none;}
a:hover {color:#DE4826;}



strong {font-weight:normal; font-family: 'roboto_condensedbold';}
em {font-style:italic;}

.red {color:#ff7a00;}
.dk-red {color:#f5d73b;}
.white {color:#fff;}
.black {color:#DE4826;}

.text-center {text-align:center;}
.text-left {text-align:left;}
.text-right {text-align:right;}

h1 {
	color:#DE4826;
	font-size:30px;
	font-weight:normal;
	font-family: 'roboto_condensedbold';
	margin-bottom:0;
	text-transform:uppercase;
}
h2 {
	color:#DE4826;
	font-size:36px;
	line-height: 20px;
	font-weight:normal;
	font-family: 'roboto_regular';
	margin-bottom:0;
}
h3 {
	color:#484747;
	font-size:28px;
	font-weight:normal;
	font-family: 'roboto_regular';
}

h4 {
	color:#000000;
	font-size:20px;
	font-weight:normal;
	font-family: 'roboto_regular';
	margin-bottom:7px;
}

h5 {
	color: #ffffff;
	font-size:18px;
	font-weight:normal;
	font-family: 'roboto_regular';
	margin-bottom:10px;
}

h6, p {
	color:#000000;
	font-size:18px;
	font-weight:normal;
	font-family: 'roboto_regular';
}
h6 a {text-decoration:none;font-family: 'roboto_regular';}
h6 a:hover {color:#DE4826;}
p {margin-bottom:16px; font-family: 'roboto_regular';}

h6 a span{text-decoration:none;font-family: 'roboto_regular';}
h6 a:hover span {color:#DE4826;}
.heading1 {
	    color: #DE4826;
    font-size: 30px;
    font-weight: normal;
    font-family: 'roboto_condensedbold';
    margin-bottom: 0;
    text-transform: uppercase;
}

.orange h3 {
	color: #ffffff!important;
	font-size:18px!important;
	font-weight:normal!important;
	font-family: 'roboto_regular'!important;
	margin-bottom:10px!important;
}


/***************************** header styles **/

.top-bar {
	padding:12px 0 0 0;
	float:right;
	display:inline-block;
}
.top-bar img {padding-right: 5px; display: inline-block; margin-top: 3px; width: 14px; }
.top-bar h6 {font-size:15px; color: #DE4826}
.top-bar a {font-size:15px; color: #DE4826; }
.top-bar a:hover {color: #000;}
.top-bar a:hover span {color: #000;}
.top-bar a:hover .cont {color: #000;}
.rt-header {float:left; margin-left:0%; text-align:left; display: inline-block;}
.rt-header div {display:inline-block; padding-left: 20px; vertical-align: top;}

.rt-header .cont {display:block; padding-left: 20px;}
.phone {display:block; margin:0 0 25px 0;}

.logo-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

/*===================== 
	Keyword Search form styles 
=======================*/





	
header {
	width:100%; 
 	background: url(/siteart/cream_pixels.png); 
	-moz-box-shadow:2px 3px 8px #000000; 
	-webkit-box-shadow:2px 3px 8px #000000; 
	box-shadow:2px 3px 8px #000000;
	position: relative;
	z-index: 999;
	background-color: #000;
}
	

		
	
.logo { float:left; display: inline-block;}
.logo img {width:100%; height:auto; display:block; max-width:420px;}


.no-cursor:hover {cursor: default;}

/***************************** nav styles **/
nav {
	width:100%;
	display:block;
	background:#000000;
	text-align:center;
	 border-top: 1px solid #DE4826;
	 border-bottom: 1px solid #DE4826;
}

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:#fff;
	font-weight:light;
	font-family: 'roboto_condensedbold';
	font-size:20px;
	line-height:20px;
	padding:9px 16px;
	text-transform:uppercase;
	border-left: 1px solid #7d7d7d;
} 
nav ul li a {margin-right: -5px;}
nav ul li a:hover {color:#fff; background: #DE4826; }

nav .last a {border-right: 1px solid #7d7d7d;}

nav ul ul {
	display: none;
	position: absolute; 
	z-index:99999;
	top: 37px;
	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: #DE4826;
	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:8px 0 8px 15px;
	border-right:0;
	border-top: 1px solid #000000;
	color: #FFFFFF;
}

nav ul ul li a:hover {
	background: #000000;
	color:#fff;
}

/* 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***************************************************************/

.homeslider {
width:100%;
float:left;
background:#000;	
}

.slide-contain {
	width:100%;
float:left;
	;


}

.cycle-slideshow {
	width:100%;
	overflow:hidden;
	float:left;
	display:block;
}
.cycle-slideshow img {display:block; width:100%; float:left; border-bottom: 2px solid #fff; }

/* pager */
.pager { 
    text-align:center; width:100%; margin:-50px 0 -2px; position:relative; z-index:999; float:left;}
.pager span { 
    font-family:arial; font-size:50px; width:16px; height:16px; display:inline-block; color:#D30003; color:rgba(255,255,255,0.8); cursor:pointer; 
}
.pager span.cycle-pager-active { color:#001f66;}
.pager > * { cursor:pointer;}



/* 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: #DE4826;
  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); 
} 


/***************************** content styles **/


.whitemid {background: #FFFFFF;  border-top: 2px solid #DE4826; border-bottom: 2px solid #DE4826;}

.pixel {background: url(../siteart/cream_pixels.png) repeat;}


.box-contain {width: 100%;float: none; margin: 0px auto; text-align: center; background: #DE4826; padding-left: 2px}
.box-buttons {
	text-align:center;
	position:relative;
	*zoom:1;
	*display:inline;
	}
.box-buttons:after {content:""; display:inline-block; clear:both;}
.box-buttons a {
	width: 32.9%;
	text-align:center;
	display:inline-block;
	position: relative;
	margin: 5px auto;
	background-size:cover;
	height:270px;
	text-decoration:none;
	font-family: 'roboto_condensedbold';
	line-height:50px;
	
	}
	
.box-buttons .whiteback {height: 200px; padding-top: 70px;}

.box-buttons h2 {line-height: 40px; color: #FFFFFF; box-shadow: 5px 0px 5px rgba(0,0,0,.75); width: 80%; max-width: 300px; margin: 0 auto; padding: 10px 0;font-size: 32px;background: #de4826a1;font-family: 'roboto_condensedbold';}

.box-buttons a.con {background: url(../siteart/box/equipment.jpg);background-size:cover; background-position: center;}
.box-buttons a.con:hover {background: url(../siteart/box/equipment-hover.jpg);background-size:cover;background-position: center  }

.box-buttons a.trucks {background: url(../siteart/box/showroom.jpg);background-size:cover; background-position: center ;}
.box-buttons a.trucks:hover {background: url(../siteart/box/showroom-hover.jpg);background-size:cover;background-position: center  }

.box-buttons a.trailers {background: url(../siteart/box/parts.jpg);background-size:cover; background-position: center ;}
.box-buttons a.trailers:hover {background: url(../siteart/box/parts-hover.jpg);background-size:cover; background-position: center }
.box-buttons a.trailers h2 {line-height:80px;}
	  /***** ZOOM *****/

 
.cat {margin: 20px auto;}
.zoom-container h2 {margin-bottom: 0px;}
.zoom-container {
	float:left;
	width: 20%;
	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 h2 {
	display: block;
	text-align: center;
	font-family: roboto_condensedbold;
	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 h2 {
	color: #fff;
}	  



/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	border-top: 8px solid #DE4826; border-bottom: 8px solid #DE4826;
}
 
.scrolling{
    width:100%;
    height:92px;
}



 /* 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:#DE4826; color:#FFFFFF; padding: 8px; text-align:center; font-family: roboto_regular}
.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;}


.manu-logos {
	width:100%;
	display:block;
	margin: 0 0 0 -15px;
	text-align: center;
}
.manu-logos a {display:inline-block;zoom:1; display:inline-block; margin:0px 5px 5px 0px; vertical-align:middle}
.manu-logos a:hover img {opacity: .7;}

.manu-logos .lrg {
	height:auto; 
	max-width: 120px; 
	max-height: 80px;
	display:inline-block;
}
.manu-logos .sm {
	height:auto; 
	max-width: 100px; 
	max-height: 50px;
	display:inline-block;
}



.finance a {
	margin: 0px 2%;
}
.finance a:hover img {
	opacity: .75;
}

.finance img {
	padding: 20px 0;
	max-width: 240px;
	width: 90%;
}

/***************************** 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-family: 'roboto_thin';
	font-weight: 800;
	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;}





/***************************** 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 **/

.inner-contain {background: url("../siteart/AdobeStock_439580971.jpg") no-repeat center; background-size:cover; background-color: #000; border-top: 3px solid #DE4826;  position:relative;}
.orange {
	padding:30px 6%;
}
.orange h1 {font-family: roboto_condensedbold; color: #000000; }
.orange h2 {font-family: roboto_condensedbold; color: #DE4826; }
.orange h3 {color: #000000; font-family: roboto_condensedbold;}
.orange span {font-family: roboto_condensedbold;}

.pad  {
	margin-bottom: 60px;
}

.abt-img {
	float: right;
	display:block;
	max-width: 500px;
	width: 100%;
	border-left: 40px solid #fff;
	border-bottom: 20px solid #fff;
}
.grey  {
	background: #F0F0F0;
	text-align: center;
}
.grey .text-wrap {
	text-align: center;
}
.grey .text-wrap h1 {
	text-decoration: underline
}

.top-dark {
	background: rgba(0,0,0,.45);
	text-align:center;
	margin: 0 auto;
	padding: 10px 0;
}

.slid {
	overflow-x:hidden;
	width: 32%;
	min-width: 400px; 
	margin:20px 20px 20px 0px; 
	float: none; 
	display: inline-block;
	text-align: left; 
	height: 37px; 
	border: 2px solid #000;
	background-size: 200% 100%;
 	background-image: linear-gradient(to right, #000000 50%, #DE4826 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 p {color:#fff!important; padding-left: 5px; line-height: 37px;}
.slid img {width: 18px;padding-top: 9px; float: right; padding-right: 10px;}
.slid a:hover img {opacity: .5}



.bottom-light {
	background: #959595a3;
	text-align:center;
	margin: 0 auto;
}



/* Logo Bar */
	.slick2-next:before {
		background: url(../siteart/next.png) no-repeat 50% 50% #000000;
		right: 45px;
	}
	.slick2-prev:before {
		background: url(../siteart/prev.png) no-repeat 50% 50% #000000;
		left: 45px;
	}
	.slick2-next:before, .slick2-prev:before {
		position: relative;
		content: ' ';
		display: inline;
		z-index: 99999999;
		width: 25px;
		height: 25px;
		border-radius: 3px;
		opacity: 1;
		top: 0;
	}
	button.slick2-next.slick-arrow {
		visibility: hidden;
	}
	button.slick2-prev.slick-arrow {
		visibility: hidden;
	}
	.slick2-slide img {
		display: block;
		height: 60px;
	}
	.slick2-slide { 
		display: table;
		padding: 0 35px 0 0;
	}
/** internal page styles **/



.staff {width:100%; display:block;}
.staff:after {content:""; display:block; clear:both;}

.emp {width:23%; float:left; margin:0 2% 15px 0;}
.emp img {width:100%; height:auto; max-width:250px; margin-bottom:5px; display:block;}
.emp:nth-of-type(5), .emp:nth-of-type(9) {clear:left;}




.contact-info {width:28%; float:left; margin:0 2% 15px 0;}
.map {width:70%; float:left;}
.map iframe {width:100%; display:block; height:350px;}

.brands {width:100%; display:block;}
.brands:after {content:""; clear:both; display:block;}
.brands a {width:23%; margin:0 .5% 10px .5%; float:left;}
.brands img {width:100%; height:auto; max-width:210px; display:block;}

.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 **/
.third {
	text-align:left;
	margin: 40px auto 20px auto;
	float:none;
	display:inline-block;
	vertical-align:middle;
}
.third .express:hover {opacity: .7; cursor:pointer}
.third h4 {color:  #DE4826; text-transform: uppercase;}

/***************************** brand styles **/
.mid {width:100%; display:block; padding: 0px;   margin:  0 auto;}

.map-area {
	width: 100%;
	display:block;
	text-align:center;
	float:none;
	border: 1px solid #DE4826;
}
.map-area iframe {width:100%; height:300px; display:block; }

.text-wrap {
	width:90%; 
	max-width:2050px; 
	margin:0 auto; 
	padding: 65px 0px; 
	text-align: left;

}
.text-white h1 {
	border-bottom: 2px solid #a1a1a1;
}
.text-white .sub {color: #A1A1A1; font-family: roboto_regular; font-size: 22px; display:block; }


.text-white a {color: #DE4826;}
.text-white a:hover {color: #fff;}

.continfo {
	border-top:  1px solid #A1A1A1;
	margin-top: 40px;}
.half {
	width: 40%;
	max-width:350px;
	min-width: 250px;
	float: left; 
	text-align: left;
	display: inline-block;
}
.half2 {width: 55%; float: right;margin: 0px auto 0 auto; display: inline-block;}

.half h3 {color: #DE4826; padding-bottom: 10px;}

.half h5 {padding: 20px 0; color: #000}
.half h5 a {color:#FFFFFF; font-family: 'roboto_regular';color: #000}
.half a:hover {color: #DE4826; }

.half2 {margin-bottom: 90px;}
.half2 #formpage {margin-top: 0px;}




.contleft {margin-left: 20px; }
/***************************** 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: url(../siteart/cream_pixels.png);
	padding:0;
	color:#000;
	padding:25px 0;
	border-top: 3px solid #DE4826; 
}
footer p {font-size:14px; margin-bottom:14px; font-family: 'roboto_regular';}
footer a {color:#000; text-decoration:none;}
footer a:hover {color:#DE4826;}
footer .go-right {font-family: 'roboto_regular';}
footer p.foot-title {color: #000;font-weight: 800; font-size: 18px}



.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:250px;  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 {font-family: 'roboto_regular'; text-transform:uppercase; font-size:14px;color:#000;}
.quick-link a:hover {color: #DE4826;}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-size:12px; color:#fff;font-family: 'roboto_regular'; line-height: 20px;}
a.footerlink:hover {text-decoration:none; color:#CCCCCC;font-family: 'roboto_regular'; line-height: 20px;}

.footertext{font-size:12px; color:#fff;font-family: 'roboto_regular';line-height: 20px;}
.smallfootertext{font-size:12px; color:#fff;font-family: 'roboto_regular';line-height: 20px;}

.divfooter {width:50.4%; padding-left:10%; line-height:12px; text-align:right; margin:30px 0 0 0; color:#fff;float:right;}

.hosted {text-align: right;   max-width: 440px; display: block;  color:#000; text-transform:uppercase; font-size: 14px;}
.hosted a {color: #000;}
.hosted a:hover {color: #DE4826;}


.rtfooter {float: right; text-align: right;}


#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;font-family:'roboto_condensedbold'; text-align: left;}
#formpage2 p {color: #000; padding-top: 5px;}
#formpage2 placeholder {font-family:'roboto_regular';}
form a:hover {cursor: pointer}
#formpage2 label {display:block;}
.col2 {width:calc(50% - 2px); margin: 0  auto;display: inline-block; float: none;}
#formpage2 option {color: #000000; font-family:'roboto_regular'}
/*** 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 #DE4826;
	color:#000000;
	background:#FFFFFF;
	font-size:14px;
}
#formpage2 .column3 input{
	background:#DE4826;
	color: #fff;
	width:100%;
	font-size:14px;
	font-family:'roboto_regular'
}


#formpage2 .column3 input:hover{
	cursor: pointer;
	background: #000;
	color: #fff;
}
#formpage2 textarea {
	padding:6px 5px;
	width:100%;
	width:calc(100% - 7px);
	border:1px solid #DE4826;
	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 #C8C8C8;
	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 #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 #DE4826;
    margin:0;
    padding:7px 0;
    background:#000000;
    border:0;
    font-size:14px;
	margin-top:10px;
	line-height:14px;
	font-weight:bold;
    color:#fff;
}
#formpage2 input.button:hover {
	background:#898989;
	color:#FFFFFF;
}
 
.column3 {
	margin-bottom: 30px;
}
#formpage2 input.sub:hover {background:#000000; color:#FFFFFF;  cursor: pointer;border:1px solid #DE4826;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: #DE4826;
	border:1px solid #DE4826;
    display: inline-block;
	padding: 5.5px 5px;
    text-align: center;
    color: #fff;
	font-family:'roboto_regular';
    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: #fff;
	font-family:'roboto_regular';
    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;
	color: #fff;
	background: #DE4826;
}
	
#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:#000;
	line-height:19px;
	text-align:center;
}

#formpage2 .captcha a{
	color:#000;
}
#formpage2 .captcha a:hover {
	color:#DE4826;
}
#formpage2 .captcha input{
	margin:0;
	float:none;
	max-width:300px;
}

#formpage2 .CaptchaImage {
	margin: 0 auto;
	text-align: center;
	float: none;
	display: block;
} 


/***************************** responsive styles **/

#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 0px !important;
}
.detail-content .dealer-info {padding: 20px 0;}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}
.detail-content .dealer-info .contact-information {padding-top: 15px;}

.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#DE4826 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#DE4826 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #DE4826 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #DE4826 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}







/***************************** responsive styles **/
@media screen and (max-width: 1450px) {
	.new-used h2 {width:72%;}

	.box-buttons a {width: 32.8%; height: 230px;}
	.box-buttons .whiteback {padding-top: 60px; height: 170px;}
	
	.sec {
		width: 32.2%;
		margin: 40px 2px;
	}
	
	.top-bar {padding: 10px 0 0 0;}
	.top-bar h6 {font-size:14px; color: #DE4826}
	.top-bar a {font-size:14px; color: #DE4826}
	.rt-header .cont {display:block; padding-left: 20px;}
	
	footer h4 {color: #DE4826;font-weight: 800; font-size: 16px}
	footer p {margin-bottom:14px;}
	.quick-link a {font-size:14px;}
	.hosted {font-size: 13px;}
	
	.quick-link {width: 200px;}
	
}
@media screen and (max-width: 1370px) {
	.sec {
		height: 360px;
	}
	
 	.head {width: 400px;  }
	.infobox h2 {font-size: 22px;}
	.box-buttons h2 {font-size: 25px; line-height: 30px;}
	.box-buttons a.trailers h2 {line-height: 60px;}
	
	.sec ul li {font-size: 16px;}
	h1 {font-size: 30px;}
	h2 {font-size: 30px;}
	h3{ font-size: 24px;}
	h4 {font-size: 19px;}
	.half h4 {font-size: 19px;}
	
	.box-buttons a {height: 200px; vertical-align: top;;}
	.box-buttons .whiteback {padding-top: 55px; height: 145px;}
}
@media screen and (max-width: 1300px) {
	
	.new-used h2 {width:72%;}
	
	nav a:link, nav a:active, nav a:visited {font-size:18px;}
	
	
	
	.zoom-container {
	width:25%;	
	}
	
	.abt-img {
		float: right;
		display:block;
		max-width: 450px;
		width: 100%;
		border-left: 40px solid #fff;
		border-bottom: 20px solid #fff;
	}


}
@media screen and (max-width: 1250px) {
	
	.third {
		width: 98%;
		margin: 10px auto;
		float: left;
		text-align: left;
		position: relative;
		display: inline-block;
	}
	
	.slid {
		overflow-x:hidden;
		width: 38%;
		min-width: 0px; 
		margin:20px 20px 5px 0px; 
		height: 33px; 
	}
	.slid:hover h6 {color:#fff!important;}
	.slid h6 {color:#fff!important; padding-left: 9px; line-height: 33px;}
	.slid img {width: 18px;padding-top: 8px; float: right; padding-right: 10px;}

	
	
	.slick2-slide img {
		display: block;
		height: 50px;
	}
	
}

@media screen and (max-width: 1150px) {
	
	.abt-img {
		float: right;
		display:block;
		max-width: 400px;
		width: 100%;
		border-left: 40px solid #fff;
		border-bottom: 20px solid #fff;
	}


}

@media screen and (max-width: 1024px) {
	.wrap {width:96%;}
	.headwrap {width:96%;}
	body {font-size:14px;}
	p {margin-bottom:14px;}
	
	
	nav a:link, nav a:active, nav a:visited {
		font-size: 16px;
		padding:9px 16px;
	} 
	
	.top-bar {padding: 8px 0 0 0;}
	.top-bar h6 {font-size:13px; color: #DE4826}
	.top-bar a {font-size:13px; color: #DE4826}
	
	.logo {padding-top: 20px;}
	
	.sec ul li {font-size: 16px;}
	h1 {font-size: 26px;}
	h2 {font-size: 26px;}
	h3{ font-size: 22px;}
	h4 {font-size: 17px;}
	h6 {font-size: 16px;}
	.half h4 {font-size: 17px;}

	
	.slid {
		overflow-x:hidden;
		width: 38%;
		min-width: 0px; 
		margin:20px 20px 5px 0px; 
		height: 28px; 
	}
	.slid:hover h6 {color:#fff!important;}
	.slid h6 {color:#fff!important; padding-left: 9px; line-height: 28px;}
	.slid img {width: 18px;padding-top: 5px; float: right; padding-right: 10px;}

	
	
	.quick-link li {line-height: 18px;}
	.quick-link a {font-size: 15px;}

	.orange {padding: 20px 3%;}
	.inner-contain {z-index: 9;}
	
	
	.box-buttons h2 {font-size: 23px; line-height: 27px;}
	.box-buttons a.trailers h2 {line-height: 55px;}
	
	.text-wrap {padding: 25px 0px 65px 0px}
	.text-white .sub {font-size: 20px;}
	.text-white {padding:20px 0;}
	
	.serv #formpage2 {
		width:100%;
		margin-right: 0;
		box-sizing: border-box;
		display:inline-block;
	}
	
	iframe.parts_search{
		width:100%;
		margin-right: auto;
		min-height:400px;
		height: auto; 
		margin-top: 30px;
		background: #FFFFFF;
		border: 1px solid #DE4826;
		box-sizing: border-box
	}

	.parts_container{
		margin: 0 auto;
	}

	.part-img {
		max-width: 500px;
		width: 100%;
		float: none;
		padding: 80px 0 0px 0;
		box-sizing: border-box;
		margin: 0 auto;
		text-align:center;
		display:block;
	}
	.partsearch {
		width:100%;
		float:left;
		margin:20px auto 0 auto;	
	}

	
}
@media screen and (max-width: 950px) {

	.new-used h2 img {width: 5%}
	
		
	nav a:link, nav a:active, nav a:visited {
		font-size: 16px;
		padding:9px 13px;
	} 

}

@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%	
}
	
}

@media screen and (max-width: 860px) {
#form .keyword {
	background:#E3E3E3;
}
	
	.sec {
		height: 360px;
		width: 47%;
		margin: 20px .8% 0 .8%;
	}
	
	
	nav {
		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;}
	
	
	.box-buttons a {height: 140px;}
	.box-buttons .whiteback {height: 110px; padding-top: 30px;}
	
}
@media screen and (max-width:785px) {
		.sec {width: 97%; height: auto; padding-bottom: 25px;}
	.full #wide_col
	{max-width: 720px!important; width: 100%;}
	
	
	.abt-img {
		float: none;
		display:block;
		max-width: 400px;
		margin: 0 auto 30px auto;
		width: 100%;
		text-align:center;
		border-left: 0px solid #fff;
		border-bottom: 0px solid #fff;
	}

}

@media screen and (max-width: 768px) {
	.top-bar {width: 100%; padding-top: 10px}
	.top-bar div {padding-left: 0;}
	.rt-header {width: 100%;}
	.rt-header .cont {display:block; padding-left: 17px;}
	.left-head {float: left;}
	.right-head {float:right;}
	.top-bar h6 {font-size: 13px;}
	.top-bar a {font-size: 13px;}
	.top-bar img {margin-top: 0px;width: 12px;}
	
	.logo {width: 100%; text-align: center; float: none; padding-top: 0px;}
	.logo img {margin: 0 auto; text-align: center; float: none;}
	
	
	.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;max-width: none;}
	.half h3 {font-size: 20px;}
	.half h4 {font-size: 16px;}
	.half2 {width:100%; float:none; margin:0 auto; padding-top:0px; margin: 25px auto 0 auto}
	.map-area {margin-top: 5px;}
	.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;}
	
	.manu-logos a.lg {width:45%; max-width:250px;}
	.manu-logos a.med-sm {width:19.4%; max-width:145px;}
	
	
	
}


@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:20px;}
	h6 {font-size:15px;}
	
	
	.orangetextwrap {
		display:block;
		text-align:left;
		float:left;
		background: #DE4826;
		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-buttons a {width: 32.5%;height: 120px;}
	.box-buttons .whiteback {height: 100px; padding-top: 25px;}
	.box-buttons h2 {font-size: 18px; line-height: 23px;}
	.box-buttons a.trailers h2 {line-height: 45px }
	
	
	.top-dark h5 {margin-bottom: 20px;}	
	.slid {
		overflow-x:hidden;
		width: 88%;
		min-width: 0px; 
		margin:0px 0px 5px 0px; 
		height: 28px; 
	}
	
	#form .keyword {
		width: 86%;
	}
	#form .squarebutton, #form .squarebutton:focus {width: 9%;}
}

@media screen and (max-width:600px) {
	
	.zoom-container {
	width:50%;	
	}
	
}
@media screen and (max-width:540px) {
	
	.box-contain {padding: 5px 0;}
	.box-buttons a {width: 97.5%;height: 120px; padding:2.5px 0;}
	.box-buttons .whiteback {height: 100px; padding-top: 25px;}
	.box-buttons h2 {font-size: 18px; line-height: 23px;}
	.box-buttons a.trailers h2 {line-height: 45px }
	
}
@media screen and (max-width:515px) {
	.invbuttons a {
		background: #DE4826;
		border: 2px solid #fff;
		color: #000000;
		padding: 8px;
		border-radius: 5px;
		font-size: 18px;
		width: 80%;
		max-width: 500px;
		margin: 0 3% 18px 3%;
		font-family: 'roboto_condensedbold';
	}
	
	
	#form .keyword {
		width: 84%;
	}
	#form .squarebutton, #form .squarebutton:focus {width: 10%;}
}

@media screen and (max-width:480px) {
	
	.col2 {width:100%; margin-right:0%;}
	
	.loc-list {width:100%;}
	

	#form .keyword {
		width: 82%;
	}
	#form .squarebutton, #form .squarebutton:focus {width: 11%;}
}
@media screen and (max-width:395px) {
	.top-bar h6 {font-size: 13px;}
	
	
}
@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-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) {
	
	.zoom-container {
		width:100%;	
		}
	.top-bar {padding-top: 10px;}
	.top-bar h6 {font-size: 12px;}
	.top-bar a {font-size: 12px;}
	
	#form .keyword {
		width: 79%;
	}
	#form .squarebutton, #form .squarebutton:focus {width: 12%;}

}

@media screen and (max-width:300px) {
	
	.top-bar {padding-top: 10px;}
	.top-bar h6 {font-size: 11px;}
	.top-bar a {font-size: 11px;}
	
		
}



