/***** BEGIN RESET *****/
/***** BEGIN RESET *****/

* {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
	font-family: 'Montserrat', sans-serif;
}
ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

	

  
header, nav, article, footer {display:block;	min-width: 280px;}

body {
	font-size:16px;
	font-weight:400;
	color:#000;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	min-width: 280px;
	font-family: 'Montserrat', sans-serif;
}
.invwrap {
	-webkit-text-size-adjust: none;
	width: 100%;
	
}
.wrap {width:90%; margin:0 auto; max-width:2000px;}
.headwrap {width:90%; margin:0 auto; max-width:2000px;}


.go-right {float:right;}

.show-tablet, .show-768 {display:none;}


    
/* INVENTORY STYLES
------------------------------------------------*/
/*ALL INVENTORY SYTLES GO HERE FOR SAFEKEEPING*/
.container{width:94%;max-width:1500px;margin:0 auto;}
.invmain{padding:30px 0; width: 100%;overflow: hidden;}
.cf{background:none; }
.container{background: none}
.container .cf a:hover {color: #e33427;}
.container .cf h5{color: #000000;}
.fa-map-marker::before {color: #e33427;}
.hosted-content .p-tb-10 { margin:2% auto; }

.main {overflow-x: hidden;}


.invbuttons {
	margin: 20px auto;
	text-align: center;
	float: none;
}
.invbuttons a {
	background: #e33427;
	border: 2px solid #fff;
	color: #000000;
	padding: 12px;
	border-radius: 5px;
	font-size: 18px;
	width: 30%; 
	max-width: 500px;
	margin: 0 3%;
}
.invbuttons a:hover {
	background: #a1a1a1;
	color: #e33427;
}

/* 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: #e33427 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; 
} 
/*===================== 
        ABOUT US 
=======================*/
.aboutimg {
display:block;
max-width:850px;
width:100%;
margin:0 auto;
padding-bottom: 40px;
padding-top: 10px}

.abouttext {
text-align: center;
}
@media screen and (max-width: 1024px) {
	.abouttext {margin-bottom: -20px!important;}
}
/*===================== 
                PARTS SEARCH 
=======================*/
iframe.parts_search{
	width:100%;
	min-height:400px;
	height: auto; 
	margin-top: 30px;
	background: #FFFFFF;
	border: 1px solid #e33427;
}

.parts_container{
	margin: 0 auto;
}

/***************************** typography styles **/


.no-margin {margin:0 !important;}

a {color:#2B2B2B; text-decoration:none;}
a:hover {color:#e33427;}



strong {font-weight:700; }
em {font-style:italic;}

.red {color:#ff7a00;}
.dk-red {color:#f5d73b;}
.white {color:#fff;}
.black {color:#e33427;}

.text-center {text-align:center;}
.text-left {text-align:left;}
.text-right {text-align:right;}

h1 {
	color:#e33427;
	font-size:28px;
	margin-bottom:0;
	font-weight:400;
	text-transform:uppercase;
}
h2 {
	color:#fff;
	text-decoration: underline;
	font-size:26px;
	font-weight:400;
	margin-bottom:0;
}
h3 {
	color:#484747;
	font-size:24px;
	font-weight:400;
}

h4 {
	color:#000000;
	font-size:20px;
	font-weight:400;
}

h5 {
	color: #000000;
	font-size:18px;
	font-weight:400;
}

h6 {
	color:#000;
	font-size:16px;
	font-weight:400;
}
h6 a {text-decoration:none;}
h6 a:hover {color:#e33427;}
p {margin-bottom:16px; }

h6 a span{text-decoration:none;}
h6 a:hover span {color:#e33427;}



/***************************** header styles **/

.top-bar {
	padding:22px 0 0 0;
	float:right;
	display:inline-block;
}
.top-bar img {padding-right: 5px; display: inline-block;  margin-left: 15px; }
.top-bar h6 {font-size:15px; color: #fff}
.top-bar h6 img {margin-bottom: -3px;}
.top-bar h6 a:hover img {opacity: .6}
.top-bar a {font-size:15px; color: #fff; text-align: right;}
.top-bar a:hover {color: #000;}
.rt-header {float:left; margin-left:0%; text-align:left; display: inline-block;}

.rt-header .cont {display:block; padding-left: 50px;}

.fb2 {display:none; visibility: hidden; margin: 20px auto 0px auto; }
.fb2 img {float:right; }
.fb2 a:hover img {opacity: .6}

.fb img {width: 20px;}
.fb:hover img {opacity: .6}

/*===================== 
	Keyword Search form styles 
=======================*/


	
	.keyone {display: block; visibility: visible;}
	.keytwo {display: none; visibility:hidden;}

#keysearch #form {
	width:100%;
	margin:60px auto 0;
	display:block;
	clear:both
}


#form input.keyword, #form input.squarebutton {
	margin:8PX 0 0 0;
}
#form .keyword {
	color: #555555!important;
	width:90%;
	height: 30px;
	padding-left: 5px;
	border-left:solid 1px #000;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	border-right:0;
	float:left;
	-webkit-appearance: none;
	border-radius:0;
	background:#fff;
	font-size:12px;
	box-sizing: border-box
}

#form .squarebutton, #form .squarebutton:focus {
	width:30px;
	height:30px;
	border:solid 1px #000;
	color:#fff;
	float:left;
	position:relative;
	-webkit-appearance: none;
	border-radius:0;
	background:url(/siteart/search.png) no-repeat #e33427 center;
	background-size:80% 80%;
	box-sizing: border-box
}

#form .squarebutton:hover {
	background:url(/siteart/search.png) no-repeat #000 center;
	background-size:80% 80%;
	color:#FFF;
	cursor:pointer;
	box-sizing: border-box
}



	
header {
	width:100%; 
 	background:#666; 
	position: relative;
	z-index: 999;}
	

		
	
.logo { float:left; display: inline-block; padding-top: 10px;}
.logo img {width:100%; height:auto; display:block; max-width:350px;}


.no-cursor:hover {cursor: default;}

/***************************** nav styles **/
nav {
	width:100%;
	display:block;
	background:#000;
	text-align:center;
	margin-top: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

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-size:18px;
	line-height:20px;
	padding:9px 16px;
	text-transform:uppercase;
} 
nav ul li a:hover {color:#e33427;}


nav ul ul {
	display: none;
	position: absolute; 
	z-index:99999;
	top: 38px;
	left:0;
	width:300px;
	background:#000000;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	
}

nav ul ul li a {margin-right: 0px;}
nav ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}

nav ul li:hover > ul {
	display: block;
	z-index:99999;
	
}

nav ul ul li {
	text-align:left;
	float: none; 
	position: relative;
	display:block;
	background: #000000;
	border: 0;
	border-bottom: 1px solid #fff;
}

nav ul ul li a:link, nav ul ul li a:active, nav ul ul li a:visited{
	font-size:14px;
	line-height:36px;
	padding:0 0 0 15px;
	border-right:0;
	color: #FFFFFF;
}

nav ul ul li a:hover {
	background: #e33427;
}

/* 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;
  }
}



/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}



/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
}


/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
	color: #000!important;
}
.nivo-nextNav {
	right:0px;
	color: #000!important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 5px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}



/* 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: #e33427;
  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 #e33427; border-bottom: 2px solid #e33427;}

.honey {background-color: #333; background-image: url("../siteart/dark-honeycomb.png");background-repeat: repeat;}

.logos {
	float:none; 
	text-align:center;
	padding: 30px 0;
}
.logos a {
	display: inline-block;
	box-sizing: border-box;
}
.logos h2 {margin-bottom: 20px;}



 /***** ZOOM *****/

 
 .cat {
	width:90%;
	margin:40px 5% 55px 5%;
	float:left; 
 }
 .cat h1 {color: #ffffff; border-bottom: 2px solid #a1a1a1; margin-bottom: 30px;}
.zoom-container h4 {margin-bottom: 0px;}
.zoom-container {
	float:none;
	width: 16%;
	margin: 10px 1.5%;
	position: relative;
	overflow: hidden;
	display: inline-block;
	border: 3px solid #e33427; 
	background: #ffffff;
	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;
	-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: #e33427;
	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: rgba(227, 52, 39, .6);
}
.zoom-container:hover .zoom-caption h4 {
	color: #fff;
}	  
.zoom-container:hover img {
	
	transform: scale(1.3);
}




/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	border-top: 1px solid #e33427; 
	border-bottom: 1px solid #e33427;
}
 
.scrolling{
    width:100%;
    height:92px;
}



.box-contain {
	width: 100%;
	text-align:center;
	background: #fff;
}
.box-buttons a {
	color: #fff;
	width: 33.33%;
	float:left;
	box-sizing: border-box;
	display:inline-block;
	margin: 0;
	background: #E22F22;
	border: 1px solid #000;
	padding: 20px 0;
}
.box-buttons h4 {
	color: #fff
}
.box-buttons a:hover  {
	background: #000;
}
.box-buttons a:hover h4 {
	color: #fff
}







/***************************** grey/yellow styles **/
article {width:100%; display:block; margin:0px auto 0px auto; padding: 60px 0; }

/***************************** organge styles **/

.inner-contain {background: url("../siteart/crossword.png") fixed; position:relative;}

.one-third {
	padding: 30px 0;
	width: 30%;
	display:inline-block;
	box-sizing:border-box;
}
.two-third {
	float:right;
	padding: 30px 0;
	width: 66%;
	display:inline-block;
	box-sizing:border-box;
}

.map-area {
	width: 100%;
	text-align:center;
	float:none;
	box-sizing: border-box;
}
.map-area iframe {width:100%; height:400px; box-sizing: border-box;  }


/** 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:  #e33427; text-transform: uppercase;}

/***************************** brand styles **/
.mid {width:100%; display:block; padding: 140px auto 0 auto;  background: url(../siteart/wool.png) fixed;  margin:  0 auto;}

.text-wrap {
	width:90%; 
	max-width:2050px; 
	margin:0 auto; 
	padding: 45px 0px 65px 0px; 
	text-align: left;
	
}
.text-white h1 {
	border-bottom: 2px solid #000;
}
.text-white .sub {color: #A1A1A1;  font-size: 22px; display:block; }


.text-white a {color: #000;}
.text-white a:hover {color: #e33427;}

.half {
	width: 40%;
	min-width: 250px;
	float: left; 
	text-align: left;
	display: inline-block;
	margin-top: 30px;
}
.half2 {width: 55%; float: right;margin: 30px auto; display: inline-block;}


.half2 #formpage {margin-top: 0px;}


.map-area2 {
	width:100%;
	display:block;
	text-align:center;
	border: 1px solid #a1a1a1;
	box-sizing: border-box;
	margin-top: 60px;
}
.map-area2 iframe {width:100%; height:280px; display:block; }
.facebook-pop {
	width: 100%;
	text-align:left;
	height: 400px!important;
}
.fb_iframe_widget span {
	height: 400px!important;
	
}
.fb_iframe_widget iframe {
	height: 400px!important;
	
}

/***************************** footer styles **/

footer {
	width:100%;
	background:#000;
	color:#fff;
}
footer h4 {color: #e33427; text-decoration: underline}



.quick-link {  float:left; display:inline-block; padding: 25px 0 ; }
.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:16px;color:#fff;}
.quick-link a:hover {color: #fff;}

.hosted {text-align: center; width: 100%; display: block;  color:#fff; background:#555555 ; padding: 10px; box-sizing: border-box}
.hosted a {color: #fff;}
.hosted a:hover {color: #e33427;}


.rtfooter {float: right; text-align: right; width: 40%; max-width: 600px;padding: 25px 0 ;}

.rtfooter h4 {text-decoration: none!important;}

.quick-one {width: 200px;}
.quick-two {width: 340px;}
.quick-three {width: 250px;}






#formpage2 {float: none; padding: 0 ; width: 100%;}
#formpage2 h2 {color: #000; text-align: left;font-weight: 700; text-decoration: underline; margin-top: 10px;}
#formpage2 h4 {color: #fff; text-align: left;font-weight: 700; text-decoration: underline; margin-top: 10px;}
#formpage2 p {color: #000; padding-top: 5px;}
form a:hover {cursor: pointer}
#formpage2 label {display:block;}
.col2 {width:calc(100% - 4px); margin: 0  auto;display: block; float: none; }
#formpage2 option {color: #000000; }
/*** form styles ***/
#formpage2 .row-half {
	width:100%;
	width:calc(50% - 4px); display:inline-block;box-sizing: border-box; vertical-align: top}
#formpage2 .row p {margin-bottom: 0px; margin-top: 5px;}
#formpage2 .col-full {padding-bottom: 2px;}
#formpage2 .col2 {padding-bottom: 8px;}
#formpage2 input {
	width:100%;
	width:calc(100% - 12px);
	padding:5.5px 5px;
	border:1px solid #000;
	color:#000000;
	background:#FFFFFF;
	font-size:14px;
}
#formpage2 .column3 input{
	background:#e33427;
	color: #fff;
	width:100%;
	font-size:14px;
}


#formpage2 .column3 input:hover{
	cursor: pointer;
	background: #ffffff;
	color: #ab8913;
}
#formpage2 textarea {
	padding:6px 5px;
	width:100%;
	width:calc(100% - 7px);
	border:1px solid #000;
	color:#000000;
	font-size:14px;
	background:#FFFFFF;
	height:120px;
	margin-right: 0;
	padding-right: 0;
}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage2 select {
	width:100%;
	border:1px solid #e33427;
	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 #e33427;
	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 #e33427;
    margin:0;
    padding:7px 0;
    background:#000000;
    border:0;
    font-size:14px;
	margin-top:10px;
	line-height:14px;
	font-weight:bold;
    color:#E4E4E4;
}
#formpage2 input.button:hover {
	background:#898989;
	color:#FFFFFF;
}
 
.column3 {
	margin-bottom: 30px;
}
#formpage2 input.sub:hover {background:#000000; color:#FFFFFF;  cursor: pointer;border:1px solid #e33427;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: #E22F22;
	border:1px solid #E22F22;
    display: inline-block;
	padding: 5.5px 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
	text-decoration:none;
	float: none;
	margin:0;
}
#formpage2 a.expander.toggle.column3.submit-button.collapsed:hover {
    width:100%;
	width:calc(100% - 12px);
    background:#000000;
    display: inline-block;
	padding: 5.5px 5px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
	text-decoration:none;
	float: none;
	margin:0;
}
#formpage2 .text-link.expander.collapsed {
	visibility: visible;
	-webkit-transition:.5s ease-in;  
	-moz-transition:.5s ease-in;  
	-o-transition:.5s ease-in;  
	transition:.5s ease-in;
	float: none;
	background: #363636;
}
	
#formpage2 .text-link.expander.expanded {
	color: #000000;
	max-width:300px;
	float: none;
	margin:0;
}

	
#formpage2 .toggle.expander.expanded:hover {
	text-decoration:none;
	color:#FFFFFF;
	background:#898989;	
	outline-style:none;
	border:1px solid #ab8913;
	max-width:300px;
	float: none;
	margin:0;
}
	
#formpage2 .toggle.expander.collapsed:hover {
	text-decoration:none;
}



#formpage2  .captcha {
	width:100%;
	margin:0 auto;
	color:#e33427;
	line-height:19px;
	text-align:center;
}

#formpage2 .captcha a{
	color:#e33427;
}
#formpage2 .captcha a:hover {
	color:#e33427;
}
#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: 1520px) {
	.rtfooter {
		width: 100%;
		float:left;
		text-align:center;
		margin: 0 auto;
		display:block;
		clear:both;
		max-width: none;
	}
	
	.quick-one {
		width: 300px
	}
	.quick-two {
		width: 420px
	}
}

@media screen and (max-width: 1450px) {
	.new-used h2 {width:72%;}

	.sec {
		width: 32.2%;
		margin: 40px 2px;
	}
	
	
	


}
@media screen and (max-width: 1370px) {
	.sec {
		height: 360px;
	}
	
 	.head {width: 400px;  }
	.infobox h2 {font-size: 22px;}
	.sec ul li {font-size: 16px;}
	h1 {font-size: 30px;}
	h2 {font-size: 30px;}
	h3{ font-size: 22px;}
	h4 {font-size: 19px;}
	.half h4 {font-size: 19px;}
	
	.quick-link li {line-height: 19px;}
	.quick-link a {font-size: 16px;}
	.hosted {font-size: 12px;}
	
	
	.new-used h2 {width:72%;}
	
	nav a:link, nav a:active, nav a:visited {font-size:16px;}
	
	.zoom-container {
		width: 21%;
		margin: 10px 1.5%;
	}


}
@media screen and (max-width: 1250px) {
	
	.third {
		width: 98%;
		margin: 10px auto;
		float: left;
		text-align: left;
		position: relative;
		display: inline-block;
	}
	
	
}


@media screen and (max-width: 1140px) {
	nav a:link, nav a:active, nav a:visited {font-size: 14px; padding: 9px;}
	
	.box-buttons a {padding: 15px 0;}
	
	
	.quick-one {
		width: 250px
	}
	.quick-two {
		width: 380px
	}
}



@media screen and (max-width: 1024px) {
	.wrap {width:96%;}
	.headwrap {width:96%;}
	body {font-size:14px;}
	p {margin-bottom:14px;}
	
	
	.sec ul li {font-size: 16px;}
	h1 {font-size: 26px;}
	h2 {font-size: 26px;}
	h3{ font-size: 20px;}
	h4 {font-size: 17px;}
	.half h4 {font-size: 17px;}
	
	
	.quick-link li {line-height: 18px;}
	.quick-link a {font-size: 15px;}

	.orange {padding: 20px 3%;}
	.inner-contain {z-index: 9;}
	
	.text-wrap {padding: 25px 0px 65px 0px}
	.text-white .sub {font-size: 20px;}
	.text-white {padding:20px 0;}
	
	.one-third {width: 40% }
	.two-third {width: 56%}
    
    .bbb {display: none !important;}
	

}
@media screen and (max-width: 950px) {
	
	.new-used h2 img {width: 5%}
	
	
	.zoom-container {
		width: 23%;
		margin: 10px .5%;
		display: inline-block;
		box-sizing: border-box;
	}
	
	
	
	.quick-one {
		width: 200px
	}
	.quick-two {
		width: 290px
	}
	

}

@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; }
	

}

@media screen and (max-width: 860px) {
	
	.sec {
		height: 360px;
		width: 47%;
		margin: 20px .8% 0 .8%;
	}
	
	
	nav {
		margin-top: 10px;
		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 {padding: 10px 0;}
	
}
@media screen and (max-width: 830px) {
	
	
	
	.quick-one {
		width: 50%
	}
	.quick-two {
		width: 50%
	}
	.quick-three {
		width: 50%;
		clear:both;
	}
	
	
	#form .keyword {width: 89%;}
	.top-bar {padding: 25px 0 0 0;}
	.top-bar h6 {font-size: 13px;}
	.top-bar a {font-size: 13px;}
	.top-bar img {margin-top: 0px;width: 16px;}

	
}
@media screen and (max-width: 768px) {
	
	.show-768 {display:block;}
	
	.loc-list {font-size:12px;}
	
	
	h4 {font-size: 15px;}
	
	article {width:100%; display:block; margin:0px auto 0px auto; padding: 40px 0;}
	
	.half {text-align:left;float:none; min-width: none; margin-left: 0; width: 100%; min-width: 200px;}
	
	.half2 {width:100%; float:none; margin:40px auto 0 auto; padding-top:0px; }
	.map-area {margin-top: 5px;}
	.contact-info {width:40%; margin:0 0% 15px 0;}
	.map {width:100%;}
	
	
	.hosted {text-align: center; float: none;width: 100%; max-width: 768px; margin-top: 10px; }
	
	.manu-logos a.lg {width:45%; max-width:250px;}
	.manu-logos a.med-sm {width:19.4%; max-width:145px;}
	
	
	
	
	
	.box-buttons img {height: 22px; }
	
	.zoom-container {
		width: 47%;
		margin: 10px .5%;
		border: 1px solid #e33427;
	}
	
	.facebook-pop {text-align: center;}
	.one-third {width: 100%; float:none; margin: 0 auto; padding: 30px 0 0 0  }
	.two-third {width:100%;float:none; margin: 0 auto; }
	.map-area iframe {height: 280px;}
	
}


@media screen and (max-width:750px) {	
	
	.keyone {display: none; visibility:hidden;}
	.keytwo {display: block; visibility: visible;}
	
	.headwrap {width:100%;}
	.logo {width: 100%; float: none; text-align: center; margin :0 auto;}
	.logo img {margin :0 auto;}
	.rt-header {float: none; width: 100%; margin: 0 auto; display: block;}
	.top-bar {padding: 10px 0 ; width: 100%;background: #252525; border-bottom: 1px solid #a1a1a1}
	
	.fb {display:none; visibility: hidden; float:right; margin: 3px 5px 5px 0;}
	.fb2 {display:block;visibility: visible;float:right; margin: 0px 5px 5px 0;}
	.top-bar h6 {font-size: 13px; display:inline-block;}
	.top-bar a {font-size: 13px;}
	.top-bar a:hover {color: #a1a1a1;}
	.top-bar img {margin-top: 0px;width: 16px;}
	#keysearch #form {width: 90%; margin: 0 auto;}
	#form .keyword {width: 94%;}
}


@media screen and (max-width:700px) {
		.sec {width: 97%; height: auto; padding-bottom: 25px;}
}
@media screen and (max-width:660px) {

	
	
	.text-white .sub {font-size: 18px;}
	h1 {font-size: 24px;}
	h2 {font-size: 24px;}
	h3 {font-size:16px;}
	h6 {font-size:15px;}
	
	
	.orangetextwrap {
		display:block;
		text-align:left;
		float:left;
		background: #e33427;
		width: 25%;
		min-width: 175px;
		text-align: right;
		padding: 4px 25px 0px 5px;
		color: #000000;
		margin-top: 40px;
	}
	
	.contact-info {width:60%;}
	
	
	
	.locations div {width:48%; margin:0 2% 15px 0;}
	
	
}

@media screen and (max-width:620px) {
	.box-buttons a {width: 100%; max-width: none;}
}
@media screen and (max-width:600px) {
	 .cat h1 {color: #ffffff; border-bottom: 2px solid #a1a1a1; margin-bottom: 15px;}
	
	#form .keyword {width: 93%;}
	
	
	
	
	
	.quick-link {width:100%!important; padding-left:0%; border-right:0; text-align: center; height: auto; }
	.quick-link ul {padding-bottom:0px;}
	
	
}
@media screen and (max-width:515px) {
	.invbuttons a {
		background: #e33427;
		border: 2px solid #fff;
		color: #000000;
		padding: 8px;
		border-radius: 5px;
		font-size: 18px;
		width: 80%;
		max-width: 500px;
		margin: 0 3% 18px 3%;
	}
	
	#form .keyword {width: 92%;}
}

@media screen and (max-width:480px) {
	nav {margin-top: 10px;}
	
	
#formpage2 .row-half  {width:100%; margin-right:0%;}
	
	.loc-list {width:100%;}
	
	
	#form .keyword {width: 91%;}

}
@media screen and (max-width:395px) {
	.top-bar h6 {font-size: 13px;}
	.top-bar img {width: 14px; margin-left: 10px; padding-right: 3px;}
	.fb2 {margin: 0px 5px 5px 0;}
	
	nav {margin-top: 10px;}
	
	
	#form .keyword {width: 90%;}
	
}
@media screen and (max-width:375px) {
	.top-bar h6 {font-size: 12px;}
	
	.border-box .strikethrough {display:none;}
	.border-box h6 {width:45%;}
	
	.hours .go-right {float:none;}
	
	.contact-info {width:100%;}
	
	.brands a {width:48%;}
	
	.loc {width:100%; margin:0 0% 20px 0;}
	
	
	
}
@media screen and (max-width:355px) {
	
	
	.top-bar h6 {font-size: 12px;}
	.top-bar img {width: 16px; margin-left: 7px; padding-right: 3px;}
	
	
	#form .keyword {width: 88%;}

}


@media screen and (max-width:335px) {
	.fb2 {margin: 0px auto; display: block; float:none; text-align:center}
	.fb2 img {margin: 18px auto 0px auto; display: block; float:none; text-align:center ; padding: 0px;}
	
	
	.top-bar h6 {display:block; text-align:center;}
}




