/***** BEGIN RESET *****/

* {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
    font-family:'roboto_condensedregular', Arial, sans-serif;
}
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;
}

@font-face {
    font-family: 'oswaldregular';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldlight';
    src: url('../fonts/oswald-light-webfont.eot');
    src: url('../fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-light-webfont.woff') format('woff'),
         url('../fonts/oswald-light-webfont.ttf') format('truetype'),
         url('../fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldbold';
    src: url('../fonts/oswald-bold-webfont.eot');
    src: url('../fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-bold-webfont.woff') format('woff'),
         url('../fonts/oswald-bold-webfont.ttf') format('truetype'),
         url('../fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
  
header, nav, article, footer {display:block;}

body {
	font-size:16px;
	font-family: 'roboto_condensedregular';
	font-weight:normal;
	color:#000;
	-webkit-text-size-adjust: none;
	overflow-x: hidden!important;
	min-width: 280px;
}
.invwrap {
	-webkit-text-size-adjust: none;
	width: 100%;
	
}
.headwrap {width:90%; margin:0 auto; max-width:2000px;}
.wrap {width:95%; margin:0 auto; max-width:1500px;}


.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:96%;max-width:1500px;margin:90px auto 60px auto;}
.invmain{padding:0px 0 60px 0; width: 100%;overflow: hidden; background: url(../siteart/dust_scratches.png) fixed;}
.cf{background:none; }
.container .cf a {color: #454545;}
.container .cf a:hover {color: #000000;}
.container .cf h1{color: #000000;}
.container .cf h5{color: #000000;}

.hosted-content .p-tb-10 { margin:0% auto; }
/***************************** typography styles **/


.no-margin {margin:0 !important;}

a {color:#2B2B2B; text-decoration:none;}
a:hover {color:#9caf9a; cursor: pointer;}



strong {font-weight:normal; font-family: 'roboto_condensedbold'; color:#647659; text-transform:uppercase }
em {font-style:italic;}

.red {color:#ff7a00;}
.dk-red {color:#f5d73b;}
.white {color:#fff;}
.black {color:#000;}
.green {color:#9bad97;font-size: 48px}


.text-center {text-align:center;}
.text-left {text-align:left;}
.text-right {text-align:right;}

h1 {
	color:#647659;
	font-size:36px;
	font-weight:normal;
	font-family: 'roboto_condensedbold';
	margin-bottom:0;
	text-transform:uppercase;
}
h2 {
	color:#FFFFFF;
	font-size:32px;
	font-weight:normal;
	font-family: 'oswald regular';
	margin-bottom:0;
}
h3 {
	color:#FFFFFF;
	font-size:26px;
	font-weight:normal;
	font-family: 'oswald regular';
	font-weight: lighter;
	margin-bottom:5px;
	text-transform:uppercase;
}

h4 {
	color:#9caf9a;
	font-size:22px;
	font-weight:normal;
	font-family: 'roboto_regular'; 
	margin-bottom:7px;
}

h5 {
	color:#FFFFFF;
	font-size:38px;
	line-height: 40px;
	font-weight:normal;
	font-family: 'roboto_regular';
	margin-bottom:10px;
	text-shadow: 5px 2px 8px #000000;
}

h6 {
	color:#000000;
	font-size:18px;
	font-weight:normal;
	font-family: 'roboto_regular';
}
h6 a {color:#b01116; text-decoration:none;font-family: 'roboto_regular';}
h6 a:hover {color:#252525}
p {margin-bottom:20px; font-family: 'roboto_regular';}





/***************************** header styles **/

.top-wrap {
	background:#9bad97;}

.top-bar {
	width:98%;
	padding:5px 0 0 0;
	float: none; 
	text-align: center;
	display:block; 
}
.top-bar img {
	display: inline
}
.top-bar img:hover {
	opacity: .4;
}
.lt-header .right {float: right; padding: 0px 4px;}
.lt-header .right img{float: right; padding: 0px 4px;}
.lt-header { margin-left:0%; text-align:center;width: 32%; display: inline-block;float: left;}
.lt-header a {color: #363636;}

.fb {margin-left: 60px;margin-bottom: -2px;}
.fb:hover {opacity: .6;-webkit-filter: grayscale(60%); /* Safari 6.0 - 9.0 */filter: grayscale(60%);}


.rt-header {float: right;}
header {
	width:100%; 
 	background:#363636;
	box-shadow:5px 2px 8px #000000
	}
.header2 {
	width:100%; 
 	background:#343434;
	padding:10px 0;
	border-bottom: medium solid #000000;
	}	


	
.logo { float:left; margin-bottom: 0px; position: absolute; padding-top: 10px;}
.logo img {width:100%; height:auto; display:block; max-width:350px;}


.main-lines {width:100%; display:block;}
.main-lines img {
	height:auto;
	margin:30px 0 0 0;
	display:inline-block;
	zoom:1;
	*display:inline;
}
.main-lines img.sm {width:12%; max-width:111px;}
.main-lines img.med {width:16%; max-width:146px;}
.main-lines img.lg {width:22%; max-width:202px;}



/***************************** nav styles **/
nav.fill {
	width:100%;
	min-width: 900px;
	float: left;
	margin-top: 88px;
	text-align: left;
}

nav.fill ul li:hover {background: #000000;}
  
  
nav.fill ul {width:100%; margin:0 auto;}
nav.fill li {float:right; display:inline; position:relative; color:#FFFFFF;margin-right: 0%;border: 1px solid #636363;transition: background .2s ease, color .2s ease;}
nav.fill a:link, nav.fill a:active, nav.fill a:visited {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:light;
	font-family: 'roboto_regular';
	font-size:18px;
	line-height:18px;
	padding:5px 16px;
	text-transform:uppercase;
}
nav.fill a:hover {color:#9cad99;}
nav.fill ul ul {
	display: none;
	position: absolute; 
	z-index:99999;
	top: 28px;
	left:0;
	width:200px;
	overflow-x: hidden;
	background:#000000;
	
}

nav.fill ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}

nav.fill ul li:hover > ul {
	display: block;
	z-index:99999;
	
}

nav.fill ul ul li {
	float: none; 
	position: relative;
	display:block;
	border-right: 0;
	border-left: 0;
}
nav.fill ul ul li:first-child {
  border-left: 0;
}
nav.fill ul ul li a:link, nav.fill ul ul li a:active, nav.fill ul ul li a:visited{
	font-size:14px;
	line-height:24px;
	padding:0 0 0 15px;
	border-right:0;
	color: #FFFFFF;
}
nav.fill ul ul li a:hover {
	color:#9cad99;
}


.head {background: url(../siteart/truck2.jpg) center; background-size: cover;  }
.head h5 {width: 40%; margin: 0 auto; font-weight: bold; text-transform: uppercase; text-align: center;}
.grey-bar-short {height: 200px;width: 5px; margin: 0 auto; opacity: 0;background: #989898}
.grey-bar {height: 280px; width: 5px; margin: 0 auto; opacity: 0;background: #989898}




/************************************************** Equipment Images *****************/	
	


.box-contain {width: 100%;max-width:1500px;float: none; margin: -100px auto 0 auto; text-align: center;}
.box-buttons {
	text-align:center;
	position:relative;
	*zoom:1;
	*display:inline;
	}
.box-buttons:after {content:""; display:inline-block; clear:both;}
.box-buttons a {
	width: 24%;
	display:inline-block;
	position: relative;
	margin: 0 2px;
	text-align:left;
	background-size:cover;
	padding:10px 0;
	height:180px;
	text-decoration:none;
	font-family: 'roboto_regular';
	line-height:50px;
	text-shadow: 2px 2px 5px #000000;
	}
.box-buttons h3 {margin-top: 100px; margin-left: 4%; }
.box-buttons h2 { margin-left: 4%; line-height: 0; }

.box-buttons a.con {background: url(../siteart/excavatordark.jpg);background-size:cover; background-position: center;border: 3px solid #647559;}
.box-buttons a.con:hover {background: url(../siteart/excavator.jpg); border: 3px solid #647559;background-size:cover;background-position: center  }

.box-buttons a.trucks {background: url(../siteart/truckdark.jpg);background-size:cover; background-position: center ;border: 3px solid #647559;}
.box-buttons a.trucks:hover {background: url(../siteart/truck.png); border: 3px solid #647559;background-size:cover;background-position: center  }

.box-buttons a.trailers {background: url(../siteart/trailersdark.jpg);background-size:cover; background-position: center ;border: 3px solid #647559;}
.box-buttons a.trailers:hover {background: url(../siteart/trailers.png); border: 3px solid #647559;background-size:cover; background-position: center }

.box-buttons a.ag {background: url(../siteart/agdark.jpg);background-size:cover; background-position: center ;border: 3px solid #647559;}
.box-buttons a.ag:hover {background: url(../siteart/ag.png); border: 3px solid #647559;background-size:cover; background-position: center }



.categorywrap {padding-top: 120px; width: 100%;}
.categorywrap h1 {text-align: center; padding-bottom: 20px; margin: 0 10px;}

.zoom-wrap {background:url(../siteart/dust_scratches.png) fixed; width:100%; display:flex; flex-flow:row wrap; justify-content:center;  float: none;text-align: center;margin: 0 auto;}
.zoom-wrap  .zoom-container {margin: 0; padding: 0;}
.zoom-container { width:19.94%; position:relative; overflow:hidden; display:inline-block; font-size:16px; font-size:1rem; border: .5px solid #fff; }
.zoom-container .zoom-caption {position:absolute; top:0; right:0; bottom:0; left:0; z-index:10; background:rgba(0, 0, 0, .5); -webkit-transition:all .5s ease; -moz-transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease;}
.zoom-container .zoom-caption h3 {display:block; text-align:center; font-size:24px; text-transform:uppercase; color:#fff; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);}
.zoom-container .zoom-caption strong {color:#fff;}
.zoom-container img {display:block; width:100%; height:auto; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease;padding: 0; margin: 0;}
.zoom-container:hover .zoom-caption {background:none;}
.zoom-container:hover img {-webkit-transform:scale(1.25); -moz-transform:scale(1.25); -ms-transform:scale(1.25); -o-transform:scale(1.25); transform:scale(1.25); display: block;}


/***************************** head pic wording **/

.break {margin-top: 30px;}
.breakbutton {
	border: 1px solid #FFFFFF; 
	width: 40%; max-width: 600px; margin:0px auto; 
	float: none; 
	text-align: left; 
	height: 32px;
	background-size: 200% 100%;
 background-image: none;
  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;
}
.breakbutton:hover {
	width: 50%; 
	margin:0px auto; 
	background-size: 200% 100%;
	background-image: linear-gradient(to right, #b01116 50%, rgba(255,255,255,0) 50%);
	/** 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;
 }
.breakbutton:hover h4 {color:#FFFFFF}
.breakbutton span {color:#FFFFFF;
	font-size:22px;
	font-weight:normal;
	font-family: 'roboto_regular'; 
	margin-bottom:7px;}
.breakbutton img {width: 25px; float: right; padding-right: 5px;margin-top: -5px;}
.breakbutton h4:hover {color: #FFFFFF}


/***************************** grey/yellow styles **/
article {display:block; margin:0px auto 0px auto; padding: 120px 0 90px 0;}

.contimg {float: left; display: inline-block; max-width: 200px; padding-right: 30px; padding-bottom: 10px;}

.emp {padding: 25px 0 55px 0;}
.emp h6 {margin-bottom: 40px;}
/***************************** organge styles **/

.inner-contain {background:#fff; margin-top: 60px;}
.front {padding: 0 3% 5% 3% ;margin: 0 auto ;text-align: center;}
.front h6 {background: #363636; padding: 40px; color: #FFFFFF;margin-top: 20px;}
.hours {margin-top: -40px;}

.greentextwrap {
	background: #9bad97;
	width: 30%;
	margin-top: 15px;
	display:block;
	text-align:left;
	float:left;
	height: 300px;
}
.greentextwrap h2 {
	color: #000000;
	font-size: 30px;
	font-family: 'roboto_regular';
	margin-left: 20px;
	margin-top: 20px;
}
.greentextwrap p {
	font-family: 'roboto_regular';
	margin-left: 25px;
	margin-top: 20px;
}
.greentextwrap a:hover {color: #fff; }
.orangetextwrap {
	width:30%;
	
	display:block;
	text-align:left;
	float:left;
}
.orangetextwrap p {
	margin-left: 20px;
	margin-top: 40px;
}

.map-area {
	width:70%;
	margin-top: 15px;
	display:block;
	text-align:center;
	float:right;
	margin-bottom: 15px;
}
.map-area iframe {width:100%; height:300px; display:block;}


.text-wrap {
		width:80%; 
		max-width:2050px; 
		margin:0 auto; 
		padding: 55px 20px; 
		text-align: center;
	}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}



/***************************** brand styles **/
.mid {background:url(../siteart/dust_scratches.png) fixed;  }
.contwrap {padding: 120px 0 60px 0; margin-top: 0px;}
.team-wrap {margin: 170px 0 100px 0;}
.brands-wrap {
	padding: 0px; 
	margin: 10px auto; }
.brands-wrap img {
	padding:20px;max-width: 150px;text-align: center;}
	.brands-wrap a:hover img {
	padding:20px 25px;max-width: 140px;text-align: center; opacity: .5}
.brands-container {
	width:90%;
	max-width:1530px;
	
}



/***************************** contactstyles **/


.contact-contain {
	width: 100%;
	background: url(../siteart/darkgrey.png) repeat;
}
.contact-contain a {
	color: #000000;
}
.contact-wrap {
	width:95%;  max-width:1500px;
	margin:0 auto;  
	padding: 120px 20px 60px 20px; 
	text-align: left;
}
.continfo {margin-top: 20px;width: 40%; display: inline-block;}
.continfo a:hover {color: #647659;}
.map-area2 {
	width:100%;
	display:block;
	text-align:center;
	height:300px;
}
.map-area2 iframe {width:100%; height:300px; display:block;border-top: 1px solid #000000;}
/***************************** footer styles **/

footer {
	width:100%;
	background: #363636;
	padding:0;
	color:#fff;
	padding: 15px 0 0 0;
}
footer p {font-size:14px; margin-bottom:14px; font-family: 'roboto_regular';}
footer a {color:#dadada; text-decoration:none;}
footer .go-right {font-family: 'roboto_regular';}


.contactform {width: 40%; float: right; display: inline;}


.quick-link {width:18.2%; width:calc(18.2% - 2px);  float:left; display:block;padding-bottom: 30px; }
.quick-link ul {width:100%; display:block; padding-bottom:20px; padding-left: 15px;}
.quick-link li {display:block; line-height:20px;}
.quick-link a {font-family: 'roboto_regular'; text-transform:uppercase; font-size:16px;}
.quick-link a:hover {color:#9caf9a;}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-size:12px; color:#d7d7d7;font-family: 'roboto_regular'; line-height: 20px;}
a.footerlink:hover {text-decoration:none; color:#d7d7d7;font-family: 'roboto_regular'; line-height: 20px;}

.footertext{font-size:12px; color:#d7d7d7;font-family: 'roboto_regular';line-height: 20px;}
.smallfootertext{font-size:12px; color:#d7d7d7;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:#d7d7d7; float:right;}

.hosted {text-align: right;  margin-top: 20px;}



#formpage {width: 60%; margin: 25px auto; float: right;display: inline-block;padding-top: 25px;}
.form-box h2 {
	text-align: left;
}


/*** form styles ***/
.col2 {Max-width: 750px; width:50%; float:left; color: #000000;border-radius: 0; margin: 0;}
.col3 {Max-width: 500px; width:33%; float:left; color: #000000;border-radius: 0; }
.col4 {Max-width: 375px; width:25%; float:left; color: #000000;border-radius: 0; }
.col-full {Max-width: 1500px; width:100%; float: left;color: #000000;border-radius: 0;}
#formpage input {
	width:100%;
	padding:6px 4px;
	border:1px solid #647659;
	color:#000000;
	font-size: 14px;
	background:#fff;
	font-family: "roboto_regular";
	border-radius: 0;
	box-shadow:0;
	margin:0;
	float:none;
}

#formpage textarea {
	width:100%;
	padding:6px 4px;
	border:1px solid #647659;
	color:#000000;
	font-size:14px;
	height:100px;
	background:#fff;
	float: left;
	font-family: "roboto_regular";
	border-radius: 0;
	margin:0;
	float:none;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	width:100%;
	border:1px solid #bd2728;
	color:#000000;
	vertical-align:middle;
	font-size:14px;
	background:#fff;
	line-height:normal;
	padding:5px;
	 font-family:"roboto_regular";
	 border-radius: 0;
	 margin:0;
	float:none;
}




/* focus states of various types of fields */

#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#E8E8E8; 
	border:1px solid #B4B4B4;
	color:#000000;
	outline-style:none;
	font-size: 14px;
	font-family: "roboto_regular";
	width: 100%;
	border-radius: 0;
	margin:0;
	float:none;
}
#formpage input.checkbox {
    padding:0; 
    border:0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
	margin:0;
	float:none;
	color: #000000
 }
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
	border-radius: 0; 
	color: #FFFFFF;
	display: inline;
	margin:0;
	float:none;
}



#formpage input.btn,
#formpage input.bn:focus {
	font-family: "roboto_regular";
	width:100%; 
    padding:7px 0;
    background:#f1592a;
    border:0;
	border-radius: 0;
    font-size: 14px;
	line-height:14px;
    color:#FFFFFF;
	-webkit-appearance:none;
	margin:0;
	float:none;}
#formpage input.sub:hover {background:#647659; color:#FFFFFF; font-family: "roboto_regular"; cursor: pointer;border: 1px solid #FFFFFF;margin:0;
	float:none;}

.detailed-row a:hover {cursor: pointer;}

/*  FORM
------------------------------------------------*/


.submit-button {
	max-width: 300px;
	float:none;
	margin: 0 auto;
}


.column3 input[type="text"] {
    padding: 6px 0px;
    font-size: 13px;
    background-color: #b4b4b4;
    border: none!important;
    color: white;
    width: 100%;
	max-width:300px;
	float: none;
	margin:0;
}

.column3 input[type="submit"] {
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	text-align:center;
	max-width:300px;
	color:#fff;
	float: none;
	margin:0;
}
.column3 input[type="submit"]:hover{
	background:#647659;
	cursor: pointer;
	float: none;
	margin:0;
}

/*  EXPANDER
------------------------------------------------*/	
.toggle.expander.expanded {
	display: none;
	float: none;
	margin:0;
}
a.expander.toggle.column3.submit-button.collapsed:hover {
	background: #647659;}
a.expander.toggle.column3.submit-button.collapsed {
    width: 100%;
	max-width: 1502px;
    background: #343434;
    display: inline-block;
    text-align: center;
    padding: 5px 5px;
    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;
	float: none;
	margin:0;
}

a.expander.toggle.column3.submit-button.collapsed {
    width: 100%;
    background: #343434;
    display: inline-block;
	padding: 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;
}

.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;
}
	
.text-link.expander.expanded {
	color: #fff;
	max-width:300px;
	float: none;
	margin:0;
}

	
.toggle.expander.expanded:hover {
	text-decoration:none;
	color:#767475;
	background:#f9f8f3;	
	outline-style:none;
	border:1px #0f355b solid;
	max-width:300px;
	float: none;
	margin:0;
}
	
.toggle.expander.collapsed:hover {
	text-decoration:none;
}

 .captcha {
	width:100%;
	margin:0 auto;
	color:#9bad97;
	line-height:19px;
	text-align:center;
	font-weight: 200;
}

.captcha a{
	color:#9bad97;
}

.captcha input{
	margin:0;
	float:none;
	max-width:300px
}

@media screen and (max-width: 1800px) {
.manu-logos {
	width:100%;
	display:block;
	background:#818181;
	margin: 7px 0;
}
.manu-logos a {zoom:1; *display:inline; margin:30px 3% 30px 3%;}
.manu-logos a.sm {width:6.7%; max-width:83px;}
.manu-logos a.med-sm {width:20%; max-width:145px;}
.manu-logos a.med-lg {width:20%; max-width:237px}
.manu-logos a.lg {width:20%; max-width:237px; max-height: 50px;}
.manu-logos img {height:auto; width:100%; }
}

@media screen and (max-width: 1690px) {
.headwrap {width:96%; margin:0 auto; max-width:2000px;}

.zoom-container {float:left; width:19.9%;}
}

@media screen and (max-width: 1600px) {
	.wrap {width:90%;}
	.box-contain {width: 95%;max-width: 1600px;}
	.box-buttons a {
	width: 24%;
	padding:10px 0;
	height:180px;
	}
}

@media screen and (max-width: 1550px) {
	.team-wrap {margin-top: 200px; padding: 1px 0;}
	.head h5 {width: 60%; margin: 0 auto; font-weight: bold; text-transform: uppercase; text-align: center;}
	h5 {color:#FFFFFF; font-size:28px;}
	
	
}


/***************************** responsive styles **/
@media screen and (max-width: 1400px) {
	.box-buttons a {
	width: 22.5%;
	padding:10px 0;
	height:180px;
	}

.whole{
	display: inline-block;width: 25%; margin: 10px 20px; position: relative; float: none; flex-wrap:no-wrap;}
}
@media screen and (max-width: 1300px) {
	.categorybox {height: 300px;}
}

@media screen and (max-width: 1230px) {
	.show-tablet {display:block;}
	.hide-tablet {display:none;}
	.cont-4 {display: none; visibility:hidden;}
	
	#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;}
	
	nav {margin-top: 80px;border-bottom: 0;}
	nav a:hover{cursor: pointer}
}


@media screen and (max-width: 1140px) {
	h1 {font-size:34px;}
	h3 {font-size:20px;}
	.front h6 {font-size: 18px;}
	.greentextwrap h2 {font-size: 24px;}
	
.categorywrap {padding-top: 90px;width: 100%;}
.categorywrap h1 {text-align: center; padding-bottom: 20px;}

.zoom-container {float:left; width:24.88%; position:relative; overflow:hidden; display:inline-block; font-size:16px; font-size:1rem; border: .5px solid #fff; }
.zoom-container .zoom-caption h3 {display:block; text-align:center; font-size:20px; text-transform:uppercase; color:#fff; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%)}
	


}


@media screen and (max-width: 1080px) {
	.hours {margin-bottom: 60px;}
	.top-bar {width: 90%; float: none;margin: 0 auto;}



}
@media screen and (max-width: 1024px) {
	.wrap {width:90%;}
	body {font-size:14px;}
	p {margin-bottom:14px;}
	h1 {font-size:28px;}
	.greentextwrap h2 {font-size: 20px;}
	h2 {font-size: 28px}
	h3 {font-size:22px;}
	h4 {font-size:18px;}
	.quick-link a {font-family: 'roboto_regular'; text-transform:uppercase; font-size:14px;}
	
	footer p {font-size:12px; margin-bottom:12px;}
	
	.breakbutton span {color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
	font-family: 'roboto_regular'; 
	margin-bottom:7px;}	
.breakbutton {
	border: 1px solid #FFFFFF; 
	width: 80%; max-width: 600px; margin:0px auto; 
	float: none; 
	text-align: left; 
	height: 26px;
	background-size: 200% 100%;
 background-image: none;
  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;
}
.breakbutton img {width: 20px; float: right; padding-right: 5px;margin-top: -4px;}
	
	.orangetextwrap p {
	margin-left: 0px;
	margin-top: 40px;
}
	.orangetextwrap {padding-left: 0;}
	.quick-link {width:23.2%; width:calc(23.2% - 2px); padding-left:3%;}
	.divfooter {width:37.4%; padding-left:4%;}
	
	.box-buttons a {
	padding:10px 0;
	height:150px;
	}	
	
.box-buttons h3 {margin-top: 85px; margin-left: 4%; }
.box-buttons h2 { margin-left: 4%; line-height: 0; }
	
}

@media screen and (max-width: 975px) {
	#location {display: none; visibility:hidden;}
	.lt-header {width: 40%;}
}
@media screen and (max-width: 950px) {
	h2{font-size:26px;} 
	.new-used h2 img {width: 5%}
	
}

@media screen and (max-width: 880px) {
		
	.whole{
		display: inline-block;width: 35%; margin: 10px 20px; position: relative; float: none; flex-wrap:no-wrap;}
	
	.brands-wrap {
	text-align: center;
	position: relative;
	float: none;}
	.brands-wrap img {max-width: 120px;}
	
	.continfo {width: 96%; text-align: center}
	#formpage {width: 98%; float: none;padding-top: 40px;}
	.contact-wrap {
	width:95%;  max-width:1500px;
	margin:0 auto;  
	padding: 120px 0px 60px 0px; 
	text-align: left;
}


	.front h6 {font-size: 16px;padding: 30px 20px;margin-top: 10px;}
	.greentextwrap {width: 100%;text-align: center;height: 240px; }
	.greentextwrap h2 {
	color: #000000;
	font-size: 24px;
	font-family: 'roboto_regular';
	margin-left: 0px;
	margin-top: 20px;
	}
	.greentextwrap p {
		font-family: 'roboto_regular';
		margin-left: 0px;
		margin-top: 20px;
	}
	.map-area {width: 100%; float: none; margin: 0 auto;}
	
	
.zoom-container {float:left; width:33.1%; position:relative; overflow:hidden; display:inline-block; font-size:16px; font-size:1rem; border: .5px solid #fff; }
}
@media screen and (max-width: 790px) {
	.box-buttons a {
		width: 45%;
	padding:10px 0;
	margin: 5px;
	height:150px;
	}	
	
.box-buttons h3 {margin-top: 85px; margin-left: 4%; }
.box-buttons h2 { margin-left: 4%; line-height: 0; }

}
@media screen and (max-width: 768px) {
	
	
	.show-768 {display:block;}
	
	.loc-list {font-size:12px;}
	
	.categorybox h1 {visibility:hidden;display: none;}
	
	
	.invlinkbox::before{
		top:0px;
		background:rgba(0,0,0,.4);
	}
	.invlinkbox:hover::before{
		background:rgba(0,0,0,.4);
		top:0;
	}
	.caption__overlay{
		-webkit-transform:translateY(0px);
		transform:translateY(0px);
	}
	#no-show {display: none; visibility:hidden;}
	
	
	.lt-header {width: 42%;}
	
	.border-box {margin-top:15px;}
	.border-box h6 {width:26%;}
	article {width:100%; display:block; margin:0px auto 0px auto;padding: 115px 0 60px 0;}
	
	
	.contact-info {width:40%; margin:0 0% 15px 0;}
	.map {width:100%;}
	
	.contactform {float: none; margin: 20px auto; width: 90%}
	.quick-link {width:100%; padding-left:0%; border-right:0; text-align: center;padding-top: 20px;}
	.quick-link ul {padding-bottom:20px ; padding-left: 0;}
	.divfooter {width:90%; padding-left:0%; margin:15px 5% 0 5%; text-align:center;}
	
	
	.hosted {float: none; text-align: center;padding-bottom: 40px;}
}


@media screen and (max-width:660px) {
	
	.no-break {display:block;}
	
	h1 {font-size:30px;}
	h3 {font-size:18px;}
	
	.inner-contain {background:#fff; margin-top: 30px;}
	.front {padding: 0 3% 5% 3% ;margin: 0 auto ;text-align: center;}
	.front h6 {background: #FFFFFF; padding:20px 10px; color: #000000;margin-top: 0px;}
	
	.new-used h2 img {width:3%;}
	
	.box-buttons a {width:94%;}
	.box-buttons a.service {margin-left:0%;}
	
	
	.contact-info {width:60%;}
	
	
	
	.brands a {width:31.33333%;}
	
	.locations div {width:48%; margin:0 2% 15px 0;}
	
	.whole{
	display: inline-block;width: 40%; margin: 10px 20px; position: relative; float: none; flex-wrap:no-wrap;}

	
}
@media screen and (max-width:580px) {
	.logo { float:left; margin-bottom: -70px; position: absolute; opacity: .99;}
	.logo img {width:100%; height:auto; display:block; max-width:250px;}
	.top-bar {height: 25px;}
	
	
	
	
.head h5 {width: 80%;}	
	
.break {margin-top: 30px;}
.breakbutton {
	border: 1px solid #FFFFFF; 
	width: 80%; max-width: 600px; margin:0px auto; 
	float: none; 
	text-align: left; 
	height: 26px;
	background-size: 200% 100%;
 background-image: none;
  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;
}
.breakbutton:hover {
	width: 80%; 
	margin:0px auto; 
	background-size: 200% 100%;
	background-image: linear-gradient(to right, #b01116 50%, rgba(255,255,255,0) 50%);
	/** 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;
 }
.breakbutton:hover h4 {color:#9b0101}
.breakbutton img {width: 20px; float: right; padding-right: 5px;margin-top: -4px;}
.breakbutton h4:hover {color: #FFFFFF}



.zoom-container {float:left; width:49.7%; position:relative; overflow:hidden; display:inline-block; font-size:16px; font-size:1rem; border: .5px solid #fff; }

}

@media screen and (max-width:520px) {
	.whole{
	display: inline-block;width: 80%; margin: 5px 20px; position: relative; float: none; flex-wrap:no-wrap;}
	
	
}
@media screen and (max-width:520px) {
	.lt-header {width: 100%;}
	.right {visibility: hidden; display: none;}
}
@media screen and (max-width:480px) {
	.col2 {width:100%; margin-right:0%;}
	
	.loc-list {width:100%;}

	
	.new-used h2 img {width:4.5%;}
	

	
	.border-box h6 {width:35%;}
	
	.emp {width:100%; margin-right:0%;}
	.emp:nth-of-type(odd) {clear:none;}
	
	.event {width:100%; margin-right:0%;}
	.event:nth-of-type(odd) {clear:none;}
	
	
	.brands-wrap {
	padding: 0px; 
	margin: 0 auto;text-align: center; float: none; }
.brands-wrap img { width: 100%; margin: 0 auto;text-align: center; float: none;}
	
}
@media screen and (max-width: 430px) {
	.contimg {float: none; display: block; max-width: 200px; padding-right: 00px; padding-bottom: 10px; text-align: center; margin: 0 auto;}

.emp {padding: 25px 0 55px 0;}
.emp h6 {margin-bottom: 40px; text-align: center;}
	
.zoom-container {float:left; width:99.7%; position:relative; overflow:hidden; display:inline-block; font-size:16px; font-size:1rem; border: .5px solid #fff; }
}

@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;}
	
}
@media screen and (max-width:335px) {
.logo img {width:100%; height:auto; display:block; max-width:200px;}
.break {margin-top: 30px;}
.breakbutton {
	border: 1px solid #FFFFFF; 
	width: 80%; max-width: 600px; margin:0px auto; 
	float: none; 
	text-align: left; 
	height: 50px;
	background-size: 200% 100%;
 background-image: none;
  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;
}
.breakbutton span {display: block;padding-left: 10px;}
.breakbutton:hover {
	width: 80%; 
	margin:0px auto; 
	background-size: 200% 100%;
	background-image: linear-gradient(to right, #b01116 50%, rgba(255,255,255,0) 50%);
	/** 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;
 }
.breakbutton:hover h4 {color:#9b0101}
.breakbutton img {width: 20px; float: right; padding-right: 5px;margin-top: -45px;}
.breakbutton h4:hover {color: #FFFFFF}

}





