/***** BEGIN RESET *****/

* {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
    font-family:'Roboto', sans-serif;
	box-sizing: border-box;
}
ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

select,
button,
[type="button"],
[type="reset"],
[type="submit"],
[type="date"] {
  -webkit-appearance: button;
}

/***** END RESET *****/

  
header, nav.main, article, footer {display:block; min-width: 280px;}

body {
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	min-width: 280px;
}
.invwrap {
	-webkit-text-size-adjust: none;
	width: 100%;
	
}
.wrap {width:90%; margin:0 auto; max-width:2000px;}

.flex-wrapper {width: 100%; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}

.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{width: 100%;background: url(../siteart/what-the-hex.png); background-attachment: fixed;}
.cf{background:none; }
.container{background: none}
.container .cf a {color: #303030;}
.container .cf a:hover {color: #000;}
.container .cf h1{color: #303030;}
.container .cf h5{color: #000;}

.hosted-content .p-tb-10 { margin:2% auto; }


.main {overflow-x: hidden;}
/***************************** typography styles **/


.no-margin {margin:0 !important;}

a {color:#2B2B2B; text-decoration:none; font-family: 'Roboto', sans-serif; transition: all .2s ease-in-out;}
a:hover {color:#ffc800;}


strong {}
em {font-style:italic;}

.red {color:#ff7a00;}
.dk-red {color:#f5d73b;}
.white {color:#fff;}
.black {color:#ffd14d;}

.text-center {text-align:center;}
.text-left {text-align:left;}
.text-right {text-align:right;}

h1 {
	color:#ffc800;
	font-size:46px;
	font-weight:700;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom:0;
	text-transform:uppercase;
}
h2 {
	color:#FFF;
	font-size:36px;
	font-weight:normal;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom:0;
}
h3 {
	color:#000;
	font-size:26px;
	font-weight:700;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom:5px;
	text-transform:uppercase;
}

h4 {
	color:#000;
	font-size:22px;
	font-weight:700;
	font-family: 'Roboto Condensed', sans-serif; 
	margin-bottom:7px;
}

h5 {
	color: #ffc800;
	font-size:18px;
	font-weight:400;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom:10px;
}

h6 {
	color:#FFF;
	font-size:18px;
	font-weight:400;
	font-family: 'Roboto Condensed', sans-serif;
}
h6 a {color:#FFF; text-decoration:none;font-family: 'Roboto', sans-serif;}
h6 a:hover {color:#ffd14d;}
p {margin-bottom:16px; font-family: 'Roboto', sans-serif;}

h6 a span{color:#FFF; text-decoration:none;font-family: 'Roboto', sans-serif;}
h6 a:hover span {color:#ffd14d;}



/***************************** header styles **/

.yellowbar {background: #ffc800; box-shadow: 2px 5px 8px #000; height: 10px;  }


.icon-bar img {
	width:20px;
	display:inline-block;
	zoom:1;
	height:auto;
	max-width:30px;
	margin:0px 0 0 1%;
}
.icon-bar a:hover {
	opacity: .6;-webkit-filter: grayscale(60%); /* Safari 6.0 - 9.0 */filter: grayscale(60%);
}

	
header {
	position: relative;
	width: 100%;
    background: #FFF;
    padding: 10px 0;
    /* -moz-box-shadow: 2px 3px 8px #000;
    -webkit-box-shadow: 2px 3px 8px #000;
    box-shadow: 2px 3px 8px #000; */
    /* height: 105px; */
    /* z-index: 999; */
    /* position: absolute; */
    display: flex;
    flex-wrap: wrap;
}
	
.top {color: #000; display: inline-block; font-weight: 500; width: 100%; text-align: right;font-family: 'Roboto', sans-serif; }	
	
.logo {position: absolute; z-index: 999; top: 20px; left: 5%;}
.logo img {width:100%; height:auto; max-width:220px;}


.no-cursor:hover {cursor: default; color: #000}

/***************************** nav styles **/
nav.main {
	width:100%;
	margin-top: 15px; 
	margin-bottom: 20px;
	overflow: unset;
	position: relative;
}
nav.main .last {margin-right:  180px; margin-top: -3px;font-family: 'Roboto', sans-serif;}
nav.main ul {width:100%; margin:0 auto;}
nav.main li {float:right; display:inline; position:relative; color:#000;margin-right: 0%;}
nav.main a:link, nav.main a:active, nav.main a:visited {
	text-decoration:none;
	color:#000;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	line-height:18px;
	padding:5px;
	margin: 0 1.25vw;
	text-transform:uppercase;
	display:block;
	
}
nav.main ul li { border-bottom: 3px solid #ffd14d; }
nav.main ul li:hover {color:#ffc800; }
nav.main ul li a:hover {color:#ffc800; }

nav.main ul ul {
	display: none;
	position: absolute; 
	z-index:99999;
	top: 31px;
	left:0;
	width:200px;
	background:#000;
	
}

nav.main ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}

nav.main ul li:hover > ul {
	display: block;
	z-index:99999;
	
}

nav.main ul ul li {
	float: none; 
	position: relative;
	display:block;
	background: #ffc800;
	border: 0;
}

nav.main ul ul li a:link, nav.main ul ul li a:visited{
	font-size:14px;
	line-height:24px;
	padding:0 0 0 15px;
	border-right:0;
	border-bottom: 1px solid #f4f4f4;
	color: #363636;
	margin: 0;
}

nav.main ul ul li a:hover {
	background: #f4f4f4;
	color:#000;
}

/* stroke */
nav.main.stroke ul li a,
nav.main.fill ul li a {
  position: relative;
}
nav.main.stroke ul li a:after,
nav.main.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #ffcc00;
  height: 1px; 
}

nav.main.stroke ul li a:hover:after {
	
  width: 100%;
}

nav.main.fill ul li a {
  transition: all .5s;
  padding-top: 10px;
}

nav.main.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.main.fill ul li a:hover {
  z-index: 1;color: #000;
}
nav.main.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;
  }
}



.head { clear: both;position: relative;}
.side-contain {
	width:65%;
	float:left;
	position:relative;
	z-index:0;
	height:460px;
	overflow:hidden;
	background: url(../siteart/headpic2.jpg) no-repeat center;background-size: cover;
}	

/*search============*/

.searches {
width:35%;
float:left;
height:460px;
background-size:cover;
background: #363636;	
box-sizing:border-box;
padding: 35px 25px 55px 25px;
border-left:6px solid #000;
background-size:cover;
}
/******************equipment Search******************/

.column4 {width:95%;  float:left; margin:1% 2.5% 3.5%; box-sizing: border-box; color:#fff; font-family: 'Roboto', sans-serif; font-weight:500; font-size:18px;}

.column5 {width:45%;  float:left; margin:1% 2.5% 3.5%; box-sizing: border-box; color:#fff; font-family: 'Roboto', sans-serif; font-weight:500; font-size:18px;}

.detailed-form {
	width:100%;
	float:left;
	color: #fff;
	background-size:cover;
	font-family: 'Roboto', sans-serif;
}
.detailed-search input {
    width: 100%;
    padding: 5px 8px;
    font-size: 16px;
    background-color: #fff;
	box-sizing: border-box;
}
.detailed-search select {
    width: 100%;
    padding: 5px 8px;
    font-size: 16px;
    background-color: #fff;
	box-sizing: border-box;
}

.detailed-search label {font-size: 14px; display: block; margin-bottom: 10px;}
.detailed-search label strong {color: #ffc800;}

.detailed-row {
	width: 100%;
	margin: 10px 0;
	color: #000;
	text-transform:uppercase;
	font-weight:600;
	font-size: 12px;
}

#last {margin-right:0;}

.detailed-search input[type="submit"] {
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight:700;
    background: #000;
    width: 100%;
	max-width: 222px;
	float: right;
    color: #fff;
    display: inline-block;
    border-radius: 0 !important;
    outline: none;
    border: none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
	cursor: pointer;
	position: relative;
	margin-top:0px;
	padding:8px 12px;
}

.detailed-search input[type="submit"]:hover {
	background: #ffc800; color: #000
}

.detailed-search select:focus, .detailed-search input:focus{outline-color:#fff; border-radius: 0;}

.last{ margin:1% 0 1% 0; }


.detailed-form h2 {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-weight:800;
	font-size:60px;
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:15px;
}

/* NOUI SLIDER */
.noUi-target{position: relative; direction: ltr}
.noUi-origin{position: absolute; right: 0; top: 0; left: 0; bottom: 0; border-radius: 2px}
.noUi-marker, .noUi-pips, .noUi-tooltip, .noUi-value{position: absolute}
.noUi-horizontal{height: 12px; z-index: 0}
.noUi-horizontal .noUi-handle{width: 25px; height: 21px; left: -13px; top: -6px}
.noUi-horizontal .noUi-handle-upper{top: -5px}
.noUi-background{background: #ccc;}
.noUi-connect{background: #ffc800 !important; border: 1px #ccc solid;}
.noUi-target{width: calc(100% - 15px); margin: 15px auto;}
.noUi-handle{position: relative; background: #fff !important; border: 1px solid #ccc; border-radius: 3px;  z-index: 1;}
.noUi-handle:after, .noUi-handle:before{content: ""; display: block; position: absolute; height: 12px; width: 1px; background: #E8E7E6; left: 10px; top: 3px}
.noUi-handle:after{left: 12px}
.noUi-pips-horizontal{padding: 5px 0; height: 10px; top: 100%; left: 0; width: 100%}
.noUi-marker-horizontal.noUi-marker{margin-left: -1px; width: 1px; height: 5px; background: #777;}
.example-val{font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 700;}
.example-val span{font-weight: 400;}
#slider-price-value-lower:before, #slider-price-value-upper:before{content: '$'; padding-right: 2px}



/***************************** content styles **/


.whitemid {background: #FFF;  border-top: 2px solid #ffd14d; border-bottom: 2px solid #ffd14d;}
.box-contain {width: 100%;float: none; margin: 0px auto; text-align: center; }
.box-buttons {
	text-align:center;
	position:relative;
	}
.box-buttons:after {display:inline-block;}
.box-buttons a {
	float: left;
	width: 25%;
	display:block;
	position: relative;
	text-align:center;
	background-size:cover;
	padding:10px;
	height:300px;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	line-height:50px;
	
	}
	

.box-buttons h3 {margin-left: 4%; line-height: 0;  margin-top:10px; }
.box-buttons h2 {margin-top: 100px; margin-left: 4%; text-shadow: 2px 2px 8px #222; font-weight: 500;}

.box-buttons a.con {background: url(../siteart/dump2light.png);background-size:cover; background-position: center;}
.box-buttons a.con:hover {background: url(../siteart/dump2.png);background-size:cover;background-position: center  }
.box-buttons a.con:hover h2 {color: #ffd14d;}
.box-buttons a.con:hover h3 {color: #FFF;}

.box-buttons a.trucks {background: url(../siteart/daycablight.png);background-size:cover; background-position: center ;}
.box-buttons a.trucks:hover {background: url(../siteart/daycab.jpg);background-size:cover;background-position: center  }
.box-buttons a.trucks:hover h2 {color: #ffd14d;}
.box-buttons a.trucks:hover h3 {color: #FFF;}

.box-buttons a.trailers {background: url(../siteart/chasislight.png);background-size:cover; background-position: center ;}
.box-buttons a.trailers:hover {background: url(../siteart/chasis-new.png);background-size:cover; background-position: center }
.box-buttons a.trailers:hover h2 {color: #ffd14d;}
.box-buttons a.trailers:hover h3 {color: #FFF;}

.box-buttons a.att {background: url(../siteart/123light.png);background-size:cover; background-position: center ;}
.box-buttons a.att:hover {background: url(../siteart/123.jpg); background-size:cover; background-position: center }
.box-buttons a.att:hover h2 {color: #ffd14d;}
.box-buttons a.att:hover h3 {color: #FFF;}


/***************************** 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: #FFF;
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	border-bottom: 2px solid #FFF;
	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;}






.button-cover {
  position: relative;
  cursor: pointer;
}
button:hover {
  cursor: pointer;
}
.btn {
  display: inline;
  width: 100%;
  border: none;
  padding: 0 1em;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  background: none;
  transition: background .3s ease;

}

.btn--primary {
  background-color: #ffd14d;}
  .btn--primary:hover {
	color: #FFF;
  }

.btn-new {
  background-color: #9c9c9c;color: #FFF;}
  .btn-new a:hover {
	color: #FFF;
  }

.btn-used{
  background-color: #787878}
.btn-used a:hover {
    background-color: darken(#787878, 5%);
	color: #FFF;
  }



.btn__txt--inactive {
  display: inline-block;}
  .btn__txt--inactive, .is_active  {
    display: none;
  }

.btn__txt--active {
  display: none;}
  .is_active, .btn__txt--active {
    display: block;
  }

.button-set {
  display: flex;
  margin-top: 1px;}

   .button-set .btn{
    display: inline;
    min-width: initial;
    width: 50%;
    padding: 0;
  }



.button-slide-up {
  position: relative;
  overflow: hidden;
  min-width: 120px;}

.button-slide-up__button:hover {
  color:#5F5F5F;
}
.button-slide-up > .button-set {
  margin-top: 0;
}

.button-slide-up__button {
  position: absolute;
  top: 0; 
  left: 0;
  transition: transform .5s ease;}
  .is_active .button-slide-up__button {
    transform: translateY(-100%)
  }


.button-set button a {cursor: pointer;}




/***************************** patterm section styles **/

.inner-contain {background: url(../siteart/what-the-hex.png) fixed; }
.welcomelogo {width: 25%; display: inline-block;}
.welcomelogo h3 {float: none; margin: 0px auto; padding: 10%; text-align: center; color: #ffc800; min-width: 280px; font-family: 'Roboto Condensed', sans-serif;}
.welcomelogo span {text-transform:lowercase;}

.welcomeinfo {width: 75%; float: right;}
.welcomeinfo p {width: 96%; margin: 2em; line-height: 22px; border-left: 3px solid #ffc800; padding: 20px 3em;}



/***************************** grey/yellow styles **/
article {width:100%; background: #a1a1a1; padding: 60px 0 30px 0;}
.yell {width: 70px; height: 5px; background: #ffc800; margin-bottom: -35px; }

.left60 {width: 60%; margin-left: 90px; display: inline-block}
.left60 span {color: #000;}

.left40 {width: 20%; float: right; display: inline-block;padding: 40px 0;}
.left40 a {background: #ffc800; border: 1px solid #FFF; padding: 10px 40px;}
.left40 a:hover {background: #363636; border: 1px solid #ffc800; padding: 10px 40px;}



/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
	margin: 8px 0;
}


/*  Green mapy area
------------------------------------------------*/

.greentextwrap {
	background: #FFF;
	width: 30%;
	display:block;
	text-align:left;
	float:left;
	height: 250px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.greentextwrap h4 {
	font-family: 'Roboto Condensed', sans-serif;
	margin-left: 27%;
	margin-top: 10px;
	text-align: left;
}
.greentextwrap p {
	font-family: 'Roboto', sans-serif;
	margin-left: 27%;
	margin-top: 20px;
}
.direct {text-decoration:underline; padding-left: 45px;}
.greentextwrap img {margin-left: 18px; margin-top: -2px;}

/* 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); 
} 


.map-area {
	height: 250px;
	width:70%;
	display:block;
	text-align:center;
	float:right;
	background: url(../siteart/map.JPG);
	display: cover;
	margin-top: 8px;
	margin-bottom: 8px;
}
.mapview  { margin-top: 95px; }
.mapview a {background: rgba(225,200,0,.6); box-shadow: 2px 5px 8px #464646; padding: 8px 80px; border: 1px solid #000;}
.mapview a:hover {background: rgba(0,0,0,.6); border: 1px solid #ffc800;}








/** 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;}


/***************************** brand styles **/
.mid {width:100%; display:block; padding: 140px auto 0 auto;  background: url(../siteart/yellowtruck.jpg) no-repeat fixed; background-size: cover; margin: 0 auto;}


.text-wrap {
	width:88%; 
	max-width:2050px; 
	margin:0 auto; 
	padding: 85px 20px 65px 20px; 
	text-align: left;

}
.text-white {
	background: rgba(36,36,36,.45);
	border: 1px solid #363636;
	padding: 40px ;
}


.half {
	width: 40%;
	min-width: 250px;
	margin-left: 2%;
	float: left; 
	text-align: left;
	display: inline-block;
	margin-top: 30px;
}
.half2 {width: 55%; float: right;margin: 30px auto 0 auto; display: inline-block;}

.continfo, .contleft2 {font-family: 'Roboto Condensed', sans-serif; font-weight: 500;}
.half h4 {color: #FFF; font-family: 'Roboto Condensed', sans-serif; font-weight: 500;}
.half h4 a {color: #FFF; font-family: 'Roboto Condensed', sans-serif; font-weight: 500;}
.half a:hover {color: #ffc800; }
.half a:hover .contleft {color: #ffc800!important;}


.half2 h4 {color:#000; font-family: 'Roboto Condensed', sans-serif;}
.half2 p {color: #FFF;}
.half2 #formpage {margin-top: 60px;}


.contleft {margin-left: 46px; }
.contleft2 {margin-left: 34px; }
/***************************** contactstyles **/



.map-area2 {
	width:100%;
	display:block;
	text-align:center;
	padding-top: 30px;
}
.map-area2 iframe {width:100%; height:320px; display:block;border: 1px solid #ffc800}
/***************************** footer styles **/

footer {
	width:100%;
	background: #363636;
	color:#fff;
	padding: 2.5em 0 3em 0;
}
footer p {font-size:14px; margin-bottom:14px; font-family: 'Roboto Condensed', sans-serif;}
footer a {color:#fff; text-decoration:none; font-family: 'Roboto Condensed', sans-serif;}
footer a:hover {color:#ffc800; transition: .3s ease-in-out all;}
footer .go-right {font-family: 'Roboto', sans-serif;}


.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: 100%;  float:center; display:block;  text-align: center; }
.quick-link ul {width:100%; display:block;}
.quick-link li {display:inline-block; padding: 20px 15px; text-align: center;}
.quick-link a {font-family: 'Roboto', sans-serif; text-transform:uppercase; font-size:16px;}
.quick-link a:hover {color:#ffc800;}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-size:12px; color:#fff;font-family: 'Roboto', sans-serif; line-height: 20px;}
a.footerlink:hover {text-decoration:none; color:#ffc800;font-family: 'Roboto', sans-serif; line-height: 20px;}


.hosted {text-align: center; display: block; color: #90908f;border-top: 1px solid #90908f; width: 400px; float: none; margin: 0px auto; padding-top: 20px; font-family: 'Roboto Condensed', sans-serif;}
.hosted a {color: #90908f; text-decoration: none;}

#formpage2 {float: none; padding: 0 ; width: 100%;}
#formpage2 h2 {text-align: left; padding: 8px 0; color: #000; margin: 10px auto; text-transform:uppercase; border-bottom: 2px solid #000;padding-bottom: 0;margin-bottom: 18px;}
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: #000; font-family: 'Roboto', sans-serif;}
/*** 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 #363636;
	color:#000;
	background:#FFF;
	font-size:14px;
}
#formpage2 .column3 input{
	background:#000;
	color: #fff;
	width:100%;
}


#formpage2 .column3 input:hover{
	cursor: pointer;
	background: #FFF;
	color: #ab8913;
}
#formpage2 textarea {
	padding:6px 5px;
	width:100%;
	width:calc(100% - 7px);
	border:1px solid #363636;
	color:#000;
	font-size:14px;
	background:#FFF;
	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:#000;
	vertical-align:middle;
	font-size:12px;
	margin-bottom:5px;
	background:#FFF;
	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: #000;
	border:1px solid #C8C8C8;
	outline-style:none;
}
#formpage2 input.radio:focus,
#formpage2 input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
	width: 10px;
}
 


#formpage2 input.button,
#formpage2 input.button:focus {
	width:100%;
	width:calc(100% - 12px);
	border:1px solid #C8C8C8;
    margin:0;
    padding:7px 0;
    background:#000;
    border:0;
    font-size:14px;
	margin-top:10px;
	line-height:14px;
	font-weight:bold;
    color:#E4E4E4;
}
#formpage2 input.button:hover {
	background:#898989;
	color:#FFF;
}
 
.column3 {
	margin-bottom: 30px;
}
#formpage2 input.sub:hover {
	color:#000;
	background:#ffc800;	 cursor: pointer;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: #ffc800;
	border:1px solid #363636;
    display: inline-block;
	padding: 5.5px 5px;
    text-align: center;
    color: #000;
    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;
    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:#000;
	background:#ffc800;	
	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:#363636;
	line-height:19px;
	text-align:center;
}

#formpage2 .captcha a{
	color:#363636;
}

#formpage2 .captcha input{
	margin:0;
	float:none;
	max-width:300px;
}

#formpage2 .CaptchaImage {
	margin: 0 auto;
	text-align: center;
	float: none;
	display: block;
} 


/********** responsive styles *******/
@media screen and (max-width: 1600px) {
	nav.main .last {margin-right: 120px;}

	.side-contain {
		width:60%;
		float:left;
		position:relative;
		z-index:0;
		height:440px;
		overflow:hidden;
		background: url(../siteart/headpic2.jpg) no-repeat bottom;background-size: cover;
	}	
	
	.searches {
		width:40%;
		float:left;
		height:440px;
		background-size:cover;
		background: #363636;	
		box-sizing:border-box;
		padding: 35px 25px 55px 25px;
		border-left:6px solid #000;
	}
	

	.greentextwrap {
		background: #FFF;
		width: 25%;
		display:block;
		text-align:left;
		float:left;
		height: 250px;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.greentextwrap h4 {		
		margin-left: 25%;
		text-align: left;
	}
	.greentextwrap p {
		font-family: 'Roboto', sans-serif;
		margin-left: 25%;
		margin-top: 20px;
	}
	.welcomeinfo {width: 75%;}
}
@media screen and (max-width: 1450px) {
	.new-used h2 {width:72%;}

	nav.main a:link, nav.main a:active, nav.main a:visited {font-size:16px;}
	
	.greentextwrap {
	background: #FFF;
	width: 25%;
	display:block;
	text-align:left;
	float:left;
	height: 250px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.greentextwrap h4 {
	margin-left: 20%;
	text-align: left;
}
.greentextwrap p {
	margin-left: 20%;
	margin-top: 20px;
}
}

@media screen and (max-width: 1300px) {
	nav.main .last {margin-right: 80px;}
	.new-used h2 {width:72%;}
	
	nav.main a:link, nav.main a:active, nav.main a:visited {font-size:16px;}


	.side-contain {
		width:60%;
		float:left;
		position:relative;
		z-index:0;
		height:410px;
		overflow:hidden;
		background: url(../siteart/headpic2.jpg) no-repeat bottom;background-size: cover;
	}	
	
	.searches {
		width:40%;
		float:left;
		height:410px;
		background-size:cover;
		background: #363636;	
		box-sizing:border-box;
		padding: 35px 25px 55px 25px;
		border-left:6px solid #000;
	}
}
@media screen and (max-width: 1250px) {
	
nav.main a:link, nav.main a:active, nav.main a:visited {font-size:15px;}

	h2 {font-size:30px;}

		
	.box-contain { margin: 0px auto; text-align: center; }
	.box-buttons a {
		height:222px;
	}
	
	.box-buttons h3 {margin-left: 4%; line-height: 0; margin-top:5px;}
	.box-buttons h2 {margin-top: 65px; margin-left: 4%;}
	

	.welcomeinfo {width: 75%;}
	.welcomeinfo p {width: 93%;}
	
	.greentextwrap {
	background: #FFF;
	width: 300px;
	display:block;
	text-align:left;
	float:left;
	height: 250px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.greentextwrap h4 {
	margin-left: 13%;
	margin-top: 10px;
	text-align: left;
}
.greentextwrap p {
	margin-left: 13%;
	margin-top: 20px;
	
}
.map-area {
	height: 250px;
	width:65%;
	display:block;
	text-align:center;
	float:right;
	background: url(../siteart/map.JPG);
	background-size: cover;
	margin-top: 8px;
	margin-bottom: 8px;
}
	
}
@media screen and (max-width: 1140px) {
	h1 {font-size:42px;}
	
	.yell {margin-bottom: -30px;}		
}

@media screen and (max-width: 1100px) {
	nav.main .last {margin-right: 40px;}
	
	.welcomelogo {float: left;width: 280px;}
	.welcomeinfo {width: 71%; float: left;}
	.welcomeinfo p {width: 93%; }
}
@media screen and (max-width: 1024px) {
	.wrap {width:95%;}
	body {font-size:14px;}
	p {margin-bottom:14px;}
	h1 {font-size:36px;}
	h2 {font-size:25px;} 
	h3 {font-size:22px;}
	h4 {font-size:18px;}
	
	.logo {top: 15px;}
	.yell {margin-bottom: -28px; }
	
	.infobox {width: 400px;padding: 280px 0 250px 0;}
	
	.orangetextwrap {
		display:block;
		text-align:left;
		float:left;
		background: #ffd14d;
		width: 18%;
		min-width: 225px;
		text-align: right;
		padding: 4px 25px 0px 5px;
		color: #000;
		margin-top: 40px;
	}

	.left40 {width: 150px; float: right; display: inline-block;padding: 30px 0; margin: 0 30px;}

	.text-white {padding:20px;}
	
	footer p {font-size:12px; margin-bottom:12px;}
	
	
	.hours {width:29.4%; width:calc(29.4% - 2px);padding-right:3%;}
	.divfooter {width:37.4%; padding-left:4%;}
	
}
@media screen and (max-width: 1000px) {
	.welcomeinfo {width: 68%;} 
}
@media screen and (max-width: 950px) {
	.new-used h2 img {width: 5%}
	.manu-logos a{margin:15px 2%;}
}

@media screen and (max-width: 900px) {
	.box-buttons a {width: 50%;}	
	
}
@media screen and (max-width: 890px) {
	nav.main {margin-right: 20px; margin-bottom: 10px;}
	
	.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;
	}
	#simple-menu:hover {background:url(../siteart/mobile-nav-icon-hover.png) no-repeat center center;}
	
	
	.side-contain {
		width:100%;
		float:left;
		position:relative;
		z-index:0;
		height:300px;
		overflow:hidden;
		background: url(../siteart/headpic2.jpg) no-repeat center;background-size: cover;
	}	
	
	.searches {
		width:100%;
		float:left;
		height:375px;
		background-size:cover;
		background: #363636;	
		box-sizing:border-box;
		padding: 35px 25px 55px 25px;
		border-left: 0;
		border-top: 3px solid #FFF;
	}
	.column5 {width:45%;margin:0px 2.5% 10px;}
	.column4 {margin:0px 2.5% 10px;}
	
	.map-area {
		width:60%;
		display:block;
		text-align:center;
		float:right;
		background: url(../siteart/map.JPG);
		background-size: cover;
		margin-top: 8px;
		margin-bottom: 8px;
	}	
	
	.welcomeinfo {width: 62%;} 
}
@media screen and (max-width: 768px) {
	.show-768 {display:block;}
	
	.loc-list {font-size:12px;}
	
	.welcomeinfo {width: 57%;} 
	
	.text-wrap {padding: 75px 20px 35px 20px;}
	
	.half {text-align:center; float: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%;}	
	
	.left60 {width: 50%;}	
	
	.hours {width:50%; width:calc(45% - 2px);padding-right:5%;}
	.quick-link {width:100%; padding-left:0%; border-right:0; text-align: center;}
	.quick-link li {padding: 10px;}
	.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;}
	footer img {float: none; text-align: center; padding-top: 30px; margin: 0 auto;}
	
	.manu-logos a.lg {width:45%; max-width:250px;}
	.manu-logos a.med-sm {width:19.4%; max-width:145px;}
	
	
	.map-area {width: 55%;}
}
@media screen and (max-width:705px) {
	.welcomelogo {padding-top:0px; width: 300px;border-bottom: 3px solid #ffc800; float: none;text-align: center; margin: 0 auto; position: relative;display: block;}
	.welcomeinfo {width: 88%;}
	.welcomeinfo p {border-left: 0; width: 100%; margin: 0 auto; padding: 2em 15px;}
	.welcomelogo h3 {padding: 15px;}
}
@media screen and (max-width:680px) {
.greentextwrap {
		background: #FFF;
		width: 100%;
		display:block;
		float:none;
		height: 210px;
		margin: 15px auto;
		padding: 0 10%;
	}
	.greentextwrap h4 {
		margin-left: 0;
		margin-top: 10px;
	}
	.greentextwrap p {
		margin-left: 0;
		margin-top: 20px;
	}
	.greentextwrap img {margin-left: 0;}
	.contleft {margin-left: 28px;}
	.direct {padding-left: 28px;}
	.direct img {padding-left: 15px;}
	.map-area {
		height: 250px;
		width:100%;
		display:block;
		text-align:center;
		float:right;
		background: url(../siteart/map.JPG);
		background-size: cover;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}
@media screen and (max-width:660px) {
	.rt-header {width: 92%;}
	.rt-header h6 a span {display: none; visibility: hidden;}
	.box-buttons h3 {margin-top:0;}

	h1 {font-size:30px;}
	h2 {font-size: 26px;}
	h3 {font-size:18px;}
	
	.yell {margin-bottom: -24px; }	
	
	.orangetextwrap {
		display:block;
		text-align:left;
		float:left;
		background: #ffd14d;
		width: 25%;
		min-width: 175px;
		text-align: right;
		padding: 4px 25px 0px 5px;
		color: #000;
		margin-top: 40px;
	}
	
	.contact-info {width:60%;}
	
	.loc {width:48%;}
	.manu-logos a {margin:15px 5% 15px 5%;}
	.manu-logos a.sm {width:10.7%; max-width:83px;}
	.manu-logos a.med-sm {width:33%; max-width:145px;}
	.manu-logos a.med-lg {width:33%; max-width:172px;}
	.manu-logos a.lg {width:40%; max-width:200px;}	
	
	.locations div {width:48%; margin:0 2% 15px 0;}	
	
}
@media screen and (max-width:605px) {
	.top {text-align: center;margin: 0 auto; display: block;}
	.logo {top: 50px;}
	nav.main {margin-top: 30px; margin-right: 20px; margin-bottom: 30px;}
}
@media screen and (max-width:585px) {
	.yell {width: 50px;}
	.left60 {width: 75%; margin-left: 65px;}
	.left40 {width: 100%; float: none; text-align: center; margin:0;}
}
@media screen and (max-width:480px) {
	
	.col2 {width:100%; margin-right:0%;}
	
	.loc-list {width:100%;}

	.manu-logos a.med-lg {width:36%; max-width:172px;}
	.box-buttons a {vertical-align: top;}
	.box-buttons h3 {line-height: 0;}
	.box-buttons h2 {margin-top: 35%;}

	h1 {font-size:26px;}
	h2 {font-size: 22px;}
	
	.yell {margin-bottom: -21px; }
}
@media screen and (max-width:400px) {
	.column5 {width:95%;margin:0px 2.5% 10px;}
	.searches {height: 580px;}
	.mapview a {padding: 8px 60px;}
	.welcomelogo  {width: 88%;}
	.welcomelogo img {width: 90%; max-width: 210px;}
}
@media screen and (max-width:375px) {
	.rt-header {width: 90%;}
	
	.yell {width: 30px;}
	.left60 {width: 75%; margin-left: 45px;}
	.left40 {width: 100%; float: none; text-align: center; margin:0;}
	
	.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:335px) {
	.top {display: none; visibility:hidden;}	
}