/***** 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;padding: 0px;}

/***** END RESET *****/

	
  
header, nav, article, footer {display:block;}

body {
	font-size:16px;
    font-family: 'Montserrat', sans-serif;
	font-weight:normal;
	color:#000;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	min-width: 280px;
}
.invwrap {
	-webkit-text-size-adjust: none;
	width: 100%;
}
.wrap {width:90%; margin:0 auto; max-width:2000px;}

.fit{width:90%;}
.go-right {float:right;}

.show-tablet, .show-768 {display:none;}

    
/* INVENTORY STYLES
------------------------------------------------*/
/*ALL INVENTORY SYTLES GO HERE FOR SAFEKEEPING*/
.container{width:96%;max-width:1500px;margin:70px auto;}
.invmain{padding:0px 0 60px 0; width: 100%;overflow: hidden; background: url("../siteart/cream_pixels.png") fixed;}
.cf{background:none; }
.container .cf a {color: #424242;}
.container .cf a:hover {color: #000000;}
.container .cf h1{color:#bd2128;}
.container .cf h5{color: #000000;}

.hosted-content .p-tb-10 { margin:0% auto; }
.hosted-content {width: 98%;display: inline-block; padding:10px 0; margin: 0 1%;background:rgba(255,255,255,1); border: 2px solid #000; box-sizing: border-box;}
.main {overflow-x: hidden;}

.filterbutton {display: none;}
.directory {float: left;/* width: 214px; */width: 16%;display: inline-block;background: #000000;}

.directory ul li {
    /* padding: 8px 0px; */
    border-bottom: 1px solid #bd2128;
    cursor:pointer;
    text-decoration: none;
    list-style-type: none;
    display: block;
}

.directory ul li a {font-size: 13px;padding: 11px 12px 11px 8px;text-decoration: none;display:block;color: #fff;}
.directory ul li a:hover {color: #000;}
.directory ul li:hover {
    background: #EEE;
    cursor:pointer;
}
.directory .dropdown {color: #fff;padding: 11px 12px 11px 8px;}
.directory .dropdown option {color: #000000;}
.dropdown {display:none;}
/***************************** typography styles **/


.no-margin {margin:0 !important;}

a {color: #525050; text-decoration:none;}
a:hover {color:#bd2128;}



strong {font-weight:600;}
em {font-style:italic;}

.red {color:#bd2128;}
.white {color:#fff;}
.black {color:#000;}

.text-center {text-align:center;}
.text-left {text-align:left;}
.text-right {text-align:right;}

h1 {
	color:#bd2128;
	font-size:30px;
	font-weight:normal;
	font-weight:800;
	text-transform:uppercase;
}
h2 {
	color:#fff;
	font-size:24px;
	font-weight:500;
	margin-bottom:0;
}
h3 {
	color:#363636;
	font-size:26px;
	font-weight:600;
}

h4 {
	color:#bd2128;
	text-decoration: underline;
	font-size:22px;
	font-weight:normal;
	margin-bottom:7px;
	text-transform: uppercase;
}

h5 {
	color:#616060;
	font-size:18px;
	font-weight:300;
	margin-bottom:10px;
}

h6 {
	color:#616060;
	font-size:16px;
	font-weight:300;
}
h6 a {color: #525050; text-decoration:none;}
h6 a:hover {color:#bd2128;}
p { color: #848484; font-size: 14px;}








	

/***************************** header styles **/
header {
	width:100%;
 	background:#000;
	position: relative;
}

.headwrap {
	width: 96%;
	float: none;
	margin: 0px auto;
}

.top-bar {
	float:right;
	padding:24px 10px 0 0;
	text-align: right;
	display: inline-block;
	position: relative;
	font-size: 14px;
	
}
.top-bar a{color: #fff !important; display:block; font-weight: 400; font-size: 14px; margin:0; padding: 5px 0 ;}
.top-bar a:hover {color: #acacac;}

.top-bar img {width: 18px;}

.logo { float:left; display:inline; margin-bottom: -5px;}
.logo img {width:100%; max-width:600px;padding: 8px 0;}

.top-half{display: inline-block; vertical-align: top;}
div.break{width:1px; height: 90px; background: #fff; display: inline-block; margin: 0 10px;}
.top-pad{padding:10px 0 0 0;}

.breakbutton {
	width: 100%; 
	max-width: 800px; 
	margin:0 auto 0 auto; 
	border: 2px solid #1373bb; 
	float: none; 
	height: 34px;
	text-align: left; 
	background-size: 200% 100%; 
	background-image: linear-gradient(to right, #1373bb 50%, #bd2128 50%);
	background-repeat: no-repeat;
	background-position: bottom right;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in; 
	box-sizing: border-box;
}
.breakbutton:hover {
	/** 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 h6 {color:#FFFFFF; line-height: 30px;}
.breakbutton img {width: 25px;float: right; margin-top: 3.5px;padding-right: 8px;}
.breakbutton a:hover img {opacity: .5}



/***************************** nav styles **/
nav {
	float: right;
	width: 100%;
	margin:0;
	text-align:right;
	background: #363636;
	border-top: 1px solid #acacac;
}
  
nav ul {width:100%; margin:0 auto; text-align: center;}
nav li { display:inline-block; position:relative; color:#FFFFFF;margin-right: 0%; transition: background .2s ease, color .2s ease;}
nav a:link, nav a:active, nav a:visited {
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:light;
	font-size:18px;
	line-height:22px;
	padding:10px 18px;
	text-transform:uppercase;
}

nav a:hover {color: #bd2128; background: #fff;}
nav ul ul {
	display: none;
	position: absolute; 
	z-index:99999;
	top: 42px;
	left:0;
	width:230px;
	overflow-x: hidden;
	background:#363636;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

nav ul ul ul {
	position: absolute; 
	left: 100%; 
}

nav ul li:hover > ul {
	display: block;
	z-index:99999;
}
nav ul ul li {
	float: none; 
	position: relative;
	display:block;
	border-right: 0;
	border-left: 0;
	text-align: left;
}
nav ul ul li:first-child {
  	border-left: 0;
}
nav ul ul li a:link, nav ul ul li a:active, nav ul ul li a:visited{
	font-size:14px;
	line-height:24px;
	padding:2px 0 2px 15px;
	border-right:0;
	border-bottom: 1px solid #ebebeb;
	color: #fff
}
nav ul ul li a:hover {
	color:#bd2128;
	background: #fff;
	border-bottom: 1px solid #bd2128;
}




/*******************************************************************SLIDESHOW***************************************************************/


.slide-contain {
	width:100%;
	float:none;
	margin: 0 auto;
	z-index:1;
	overflow:hidden;

}

.cycle-slideshow, .cycle-slide { width:100%; }

.cycle-slideshow img, .cycle-slide img { width:100%; float:left; }

.cycle-slideshow {
	width:100%;
	overflow:hidden;
	float:left;
	display:block;
}
.cycle-slideshow img {display:block; width:100%; float:left; }

/*pager */
.pager { 
    text-align:center; width:100%; margin:-50px 0 -2px; position:relative; z-index:999; float:left;}
.pager span { 
     font-size:50px; width:16px; height:16px; display:inline-block; color:#fff; cursor:pointer; 
}
.pager span.cycle-pager-active { color: #bd2128;}
.pager > * { cursor:pointer;}

/* overlay */
.cycle-overlay { 
   	 position:absolute; 
	bottom:0; 
	width: 100%;
	z-index:600;
	color:#FFFFFF;
	height: 100%; 
	padding:1% 2% 1% 8%;
}

.cycle-overlay p {
	font-size:30px;
	line-height:30px;
	color: #000;
}

.cycle-overlay img {
	width: 24px!important;
	padding-left: 18px;
	float:right;
	margin-top: 5px;
}



.cycle-overlay a:hover span {
	color:#000;	
	text-decoration:none;
}



.slide-box {background: rgba(255,255,255,.75); box-shadow: 5px 4px 8px rgba(0,0,0,.66);  margin-top: 10%; float: right; margin-right: 250px;  padding: 40px 30px;}
.slide-box h3 {text-transform: uppercase; }
.slide-box h3 span {font-size: 32px;}



/************************************************** Equipment Images *****************/	
	


.box-contain {width: 100%;float: none; margin: 0 auto; text-align: center;display: block;padding: 5px 0; background: #fff; border-right:3px solid #fff; border-left: 3px solid #fff; box-sizing: border-box}

.box-wrap {width: 100%;float: none; margin: 0 auto; text-align: center;}

.zoom-container {
	float:left; 
	width: 33.33%; 
	margin: 0 auto;
	position:relative; 
	overflow:hidden; 
	display:inline-block; 
	box-sizing: border-box;
	border: 1.5px solid #fff;
}
.zoom-container .zoom-caption {
	position:absolute; 
	top:0; 
	right:0; 
	bottom:0; 
	left:0; 
	z-index:10; 
	-webkit-transition:all .5s ease; 
	-moz-transition:all .5s ease; 
	-ms-transition:all .5s ease; 
	-o-transition:all .5s ease; 
	transition:all .5s ease; 
	background:rgba(189,33,40,.60); 
}

.zoom-container .zoom-caption h6 {
	display:block; 
	text-align:left;  
	text-transform:uppercase;
	color:#ababab; 
	position:absolute; 
	font-size: 28px;
	line-height: 43px;
	top:80%; 
	left:50%; 
	transform:translate(-50%, -50%);
	font-weight: 600; 
	padding: 5px 0 5px 35px;
	width: 100%;
	text-shadow: 2px 2px 5px rgba(0,0,0,.64);
}

.zoom-container .zoom-caption h5 {
	display:block; 
	text-align:left;  
	text-transform:uppercase;
	color:#fff; 
	position:absolute; 
	font-size: 34px;
	line-height: 43px;
	top:88%; 
	left:50%; 
	transform:translate(-50%, -50%);
	font-weight: 600; 
	padding: 25px 0 5px 35px;
	width: 100%;
	text-shadow: 2px 2px 5px rgba(0,0,0,.64);
}
.zoom-container .zoom-caption h5 img{
	width: 28px;
	display:inline-block;
	padding-left: 10px;
	vertical-align: middle
}
.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;
}
.zoom-container:hover h5 img {
	-webkit-transform:scale(1); 
	-moz-transform:scale(1); 
	-ms-transform:scale(1); 
	-o-transform:scale(1); 
	transform:scale(1); 
}







/* 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: #bd2128;
  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); 
} 



.mid-wrap {background: url("../siteart/cream_pixels.png") fixed;}
.mid-contain {width: 90%; float: none; margin: 0 auto;  }
.infobox { float: left; padding: 40px 0px;}
.infobox h1 {color: #bd2128; line-height: 30px; margin-bottom: 25px; text-decoration: underline}
.infobox h6 {font-weight: 500;}

.ab {width: 100%; margin: 0 auto; float: none; text-align: center;margin-top: 40px; font-size: 20px; text-transform: uppercase; color: #bd2128}
.ab a {color: #bd2128; font-weight: 600;}
.ab a:hover {color: #0e78c3; }
.ab img {padding-left: 10px; vertical-align: middle}

.blue-back {
	background: #000;
	padding: 20px 10px;
	text-align:center;
	box-sizing: border-box;
	text-transform: uppercase;
}


/* GALLERY */
.gallery a{display: inline-block; max-width: 185px; margin: 5px 0; padding: 5px; box-sizing: border-box;}
.gallery img{max-width: 100%; height: auto;} .gallery img:hover{opacity: .6;}

/* MODAL */
.lock{overflow: hidden; -webkit-overflow-scrolling: touch;}
.cf{zoom: 1;} .cf:before, .cf:after{content: ""; display: table;} .cf:after{clear: both;}
.modal{display: none; position: fixed; z-index: 99999; padding-top: 5%; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,.5)}
.modal .modal-content{position: relative; margin: auto; padding: 25px; width: calc(100% - 30px); max-width: 600px; background: #fff; border-radius: 3px; box-shadow: 0 5px 5px 0 rgba(0,0,0,.25); animation-name: animatetop; animation-duration: .4s}

.modal .modal-head{position: relative;} .modal .modal-head h2{margin: 0; font-weight: 700; color: #333;}
.modal .modal-head .close{position: absolute; top: 0; right: 0; font-size: 20px; color: #ccc; cursor: pointer;}
.modal .modal-head .close:hover{color: #000;}
.modal .modal-main{max-height: 60vh; margin: 15px 0; overflow-y: auto;}
.modal .modal-main h5{font-weight: 700; margin: 15px 0 5px;}
.modal .modal-buttons a{display: inline-block; background: #bd2128; border-radius: 3px; padding: 12px 35px; font-weight: 700; text-align: center; text-transform: uppercase; text-decoration: none; color: #fff; cursor: pointer;}
.modal .modal-buttons a:hover{background: #555;}

@keyframes animatetop{
    from {top: -300px; opacity: 0} to {top: 0; opacity: 1}
}


/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	border-top: 5px solid #bd2128;
	border-bottom: 5px solid #bd2128;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/***************************** grey/yellow styles **/

.infomid {
	background: #bd2128;
	box-shadow: 3px 4px 7px rgba(0,0,0,.5);
	text-align: left;
	width: 80%;
	margin: -90px auto 0 auto;
}
.infomid p {color: #FFFFFF;}
.text-wrap {
	width:90%; 
	max-width:2050px; 
	margin:0 auto;  
	padding: 45px 0; 
	overflow-x:hidden;
}
.text-wrap h4 {color: #ffffff; }

.hours {padding: 20px 0;margin: -100px auto 0 auto; float: none; text-align: center;background: #464646; }
.hourswrap {margin-top: 130px;}
.hoursbox {min-width: 200px;width: 16%;display: inline-block; border: 3px solid #FFFFFF; margin: 10px 8px 20px 8px;padding: 20px 20px 0px 20px;height: 150px;vertical-align: top;background: rgba(255,255,255,.2);text-align: left; color: #FFFFFF}
.hoursbox h4 {color: #bd2128; text-decoration:underline; text-transform:uppercase; text-align: center;padding-bottom: 10px; font-weight: bold}
.contleft {padding-left: 30px; color: #FFFFFF}
.hoursbox p {color: #FFFFFF;}

.hoursbox a:hover p{color: #bd2128;}



.fin a {
	margin: 0 5% 40px auto;
}
.fin a img {
	max-width: 270px;
	width: 90%;
}



.low-contain {width: 100%; float: none; margin: 0 auto;  }
.map {width: 900px; float:left; display:inline-block; margin-bottom: -4px;}
.map img {max-width: 900px; width: 100%; }

.continfo {width: 30%; display:inline-block; float:right; margin-top: 70px;  }
.continfo h6 {padding-top: 20px;}


/***************************** organge styles **/



.map-area {
	width:calc(79.5% - 4px);
	display:block;
	text-align:center;
	float:none;
	margin: 40px auto 0 auto;
	border: 2px solid #bd2128;
	box-sizing: border-box
}
.map-area iframe {width:100%; height:320px; display:block;}


/** internal page styles **/


.contact-info {width: 100%; background: url("../siteart/map.JPG");background-size: cover; float: none; margin: 0 auto; text-align: center; }
.contact-info .directions {padding: 7% 0;}
.contact-info  a {background: rgba(189,33,40,.85); border: 1px solid #fff; text-decoration: underline;text-transform: uppercase; color: #fff; padding: 8px 40px; float: none;  text-align: center; position: relative; box-shadow: 2px 2px 5px rgba(0,0,0,.64); font-size: 24px}
.contact-info  a:hover {color: #bd2128; background: #fff; border: 1px solid #bd2128;}






article {width:100%; display:block; margin:0px auto 0px auto; background: #bd2128; padding: 0px 0;overflow-x:hidden; text-align:center; }

.text-wrap2 {
	width:100%; 
	margin:0 auto;  
	padding: 0px 0; 
}
.text-wrap2 h3 {color: #ffffff; margin-bottom: 20px; }



/***************************** brand styles **/
.mid {width:100%; margin:0px auto; padding: 70px 0 100px 0; background: url("../siteart/cream_pixels.png") fixed;}




.contact-wrap {
	width:88%; 
	margin:0px auto;  
	float: none;
}

.white-back	{
	background: #fff;
	padding: 40px 80px; 
	border: 2px solid #000;
	box-sizing: border-box;
}
.white-back h2 {color: #bd2128;}


.half {
	width: 40%;
	min-width: 300px;
	float: left; 
	text-align: left;
	display: inline-block;
	margin-top: 30px;
}
.half a {color: #000}
.half a:hover {color: #bd2128;}

.half2 h5 {color: #bd2128}
.half2 {width: 55%; float: right;margin: 0 auto; display: inline-block}
.half2 h4 {color: #000}
.half2 #formpage {margin-top: 30px;}


.emp-wrap {margin: 90px auto 20px auto;text-align:left;}
.emp {
	float:none;
	margin: 0 auto;
	text-align:left;
	width: 33%;
	min-width: 320px;
	vertical-align: top;
	padding: 20px 0;
	display:inline-block;
}
.emp a {font-size: 14px;}

.emp a.blue_btn{font-size: 16px; background:#1660b7; padding:1em 0; margin: 2% 0; width:90%; text-align: center; display: block; color:#fff;}
.emp a.blue_btn:hover{background:#616060;}
.emp a.black_btn{font-size: 16px; background:#333; padding:1em 0; margin: 2% 0; width:90%; text-align: center; display: block; color:#fff;}
.emp a.black_btn:hover{background:#616060;}
/*===================== 
                PARTS SEARCH 
=======================*/
iframe.parts_search{
	width:100%;
	min-height:500px; 
	height:100%;
	margin-top: 30px;
	background: #FFFFFF;
}

.parts_container{
	margin: 0 auto 30px auto;
	width: 100%;
}





/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}





/***************************** footer styles **/

footer {
	width:100%;
	background:#000;
	border-top: 5px solid #bd2128;
	padding:0;
	color:#dadada;
	padding: 30px 0 40px 0;
}
footer p {font-size:14px; margin-bottom:14px;  color: #dadada}
footer a {color:#c9c8c8; text-decoration:none;}


.contactform {width: 40%; float: right; display: inline;}


.quick-link {float:left; display:block; }
.quick-link ul {padding: 0 30px 20px  0; display: inline-block; vertical-align: top;}
.quick-link li {display:block; line-height:20px;}
.quick-link a { text-transform:uppercase; font-size:16px;font-weight: 300; }
.quick-link a:hover {color:#fff; font-weight: 300;}
.quick-link h4 {color: #bd2128; text-transform: uppercase; font-size: 18px; font-weight: 600; text-decoration: none;}


.hosted {float: right; font-size: 12px;  margin-bottom: 20px; text-align: right; text-transform:uppercase;padding-bottom:20px;color: #c9c8c8; font-weight: 300; }
.hosted a:hover {color: #fff;}

/***************************** form styles **/
#formpage {float: none;}
form h4 {color: #8aff00;}
form a:hover {cursor: pointer}
#formpage label {display:block;}
/*** form styles ***/

#formpage input {
	width:100%;
	width:calc(100% - 12px);
	padding:5.5px 5px;
	border:1px solid #bd2128;
	color:#000000;
	background:#FFFFFF;
	font-size:14px;
	margin: 2px 0;
}
#formpage .column3 input{
	background: #bd2128;
	color: #FFFFFF;
	width:100%;
}

#formpage input::-webkit-input-placeholder {
   color: #8e8d8d;
   font-weight: 300;
}

#formpage input:-moz-placeholder { /* Firefox 18- */
   color:#8e8d8d;
   font-weight: 300;
}
 
#formpage input::-moz-placeholder {  /* Firefox 19+ */
  color: #8e8d8d; 
   font-weight: 300;
}
 
#formpage input:-ms-input-placeholder {  
   color: #8e8d8d;
   font-weight: 300;
}

#formpage textarea::-webkit-input-placeholder {
   color: #8e8d8d;
   font-weight: 300;
}

#formpage textarea:-moz-placeholder { /* Firefox 18- */
   color:#8e8d8d;
   font-weight: 300;
}
 
#formpage textarea::-moz-placeholder {  /* Firefox 19+ */
  color: #8e8d8d; 
   font-weight: 300;
}
 
#formpage textarea:-ms-input-placeholder {  
   color: #8e8d8d;
   font-weight: 300;
}
#formpage .column3 input:hover{
	cursor: pointer;
	background: #FFFFFF;
	color: #000000;
}
#formpage textarea {
	padding:6px 5px;
	width:100%;
	width:calc(100% - 7px);
	border:1px solid #bd2128;
	color:#000000;
	font-size:14px;
	background:#FFFFFF;
	height:120px;
	margin-right: 0;
	padding-right: 0;
	margin: 2px 0;
}

 
/* 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 #bd2128;
	color:#000000;
	vertical-align:middle;
	font-size:12px;
	margin-bottom:5px;
	background:#000000;
	line-height:normal;
	padding:5px;
}

#formpage input.checkbox {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
 }




/* focus states of various types of fields */

#formpage input:focus,
#formpage select:focus {
	color:#000000;
	border:1px solid #8e8d8d;
	outline-style:none;
	width:100%;
	width:calc(100% - 12px);
}

#formpage textarea:focus  {
	color:#000000;
	border:1px solid #8e8d8d;
	outline-style:none;
	width:100%;
	width:calc(100% - 7px);
}


#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}
 


#formpage input.button,
#formpage input.button:focus {
	width:100%;
	width:calc(100% - 12px);
	border:1px solid #8e8d8d;
    margin:0;
    padding:7px 0;
    background:#000000;
    border:0;
    font-size:14px;
	margin-top:10px;
	line-height:14px;
	font-weight:bold;
    color:#E4E4E4;
}
#formpage input.button:hover {
	background:#FF8B1E;
	color:#E4E4E4;
}
 
.column3 {
	margin-bottom: 30px;
} 
/*  EXPANDER
------------------------------------------------*/	

.toggle.expander.expanded {
	display: none;
	float: none;
	margin:0;
}

a.expander.toggle.column3.submit-button.collapsed {
    width:100%;
    display: inline-block;
    text-align: center;
    padding: 5px 5px;
    color: #fff;
    font-size: 13px;
    -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%;
	width:calc(100% - 12px);
    background: #bd2128;
	border: 1px solid #bd2128;
    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;
}
a.expander.toggle.column3.submit-button.collapsed:hover {
    width:100%;
	width:calc(100% - 12px);
    background: #ebebeb;
    display: inline-block;
	padding: 5.5px 5px;
    text-align: center;
    color: #bd2128;
    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;
    background: #bd2128;
	border: 1px solid #bd2128;
}
	
.text-link.expander.expanded {
	color: #fff;
	max-width:300px;
	float: none;
	margin:0;
}

	
.toggle.expander.expanded:hover {
	text-decoration:none;
	color:#bd2128;
	background:#ebebeb;	
	outline-style:none;
	border:1px #0f355b solid;
	max-width:300px;
	float: none;
	margin:0;
}
	
.toggle.expander.collapsed:hover {
	text-decoration:none;
}

footer .captcha {
	width:100%;
	margin:0 auto;
	color:#000000;
	line-height:19px;
	text-align:center;
}

footer .captcha a{
	color:#000000;
}

 .captcha {
	width:100%;
	margin:0 auto;
	color:#000000;
	line-height:19px;
	text-align:center;
}

.captcha a{
	color:#000000;
}

.captcha input{
	margin:0;
	float:none;
	max-width:300px;
}

.CaptchaImage {
	margin: 0 auto;
	text-align: center;
	float: none;
	display: block;
} 








/***************************** form styles **/

#formpage2 {float: none;}
#formpage2 h4 {background: #000000; text-align: center; padding: 8px 0; color: #fff; margin: 25px auto 0 auto;}
#formpage2 h2 {text-align: left; padding: 8px 0; color: #000000; margin: 10px auto; text-transform:uppercase; border-bottom: 2px solid #000000;padding-bottom: 0;margin-bottom: 18px;}

#formpage2 label {display:block;}
.col2 {width:calc(48% - 2px); margin: 0  auto;display: inline-block; float: none;}

#formpage2 .col3 {width:calc(33% - 2px); margin: 0  auto;display: inline-block; float: none; padding-bottom: 8px;  }

#formpage2 option {color: #000000;}
/*** form styles ***/
#formpage2 .row h5 {margin-bottom: 3px; text-transform: uppercase; color: #ebebeb;}
#formpage2 .col-full {padding-bottom: 8px;}
#formpage2 .col2 {padding-bottom: 8px;}
#formpage2 input {
	width:100%;
	padding:8px 5px;
	border:1px solid #bd2128;
	color:#000000;
	background:#FFFFFF;
	font-size:16px;
	box-sizing: border-box;
	font-weight: 400;
}

#formpage2 .search {
	background: #ebebeb;
	color: #bd2128;
}
#formpage2 .search:hover {
	background: #fff;
	color: #bd2128;
	cursor: pointer;
	text-decoration: underline;
}

#formpage2 textarea {
	padding:6px 5px;
	width:100%;
	border:1px solid #bd2128;
	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 #bd2128;
	color:#000000;
	vertical-align:middle;
	font-size:14px;
	background:#FFFFFF;
	line-height:normal;
	padding:8px 5px;
	font-weight: 300;
}

#formpage2 input.checkbox {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#formpage2 input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
 }

.check { height: 100%;  margin-bottom: 20px; align-content:center }
.check input {margin-top: 10px!important; margin-left: 10px!important;padding: 0 10px;}

/* focus states of various types of fields */

#formpage2 input:focus,
#formpage2 textarea:focus,
#formpage2 select:focus {
	color: #000000;
	border:1px solid #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:100px;
	border:1px solid #C8C8C8;
    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:#FF8B1E;
	color:#E4E4E4;
	cursor:pointer;
}
 
.column3 {
	margin-bottom: 30px;
}

/*  EXPANDER
------------------------------------------------*/	

#formpage2 .toggle.expander.expanded {
	display: none;
	float: none;
	margin:0;
}

#formpage2 a.expander.toggle.column3.submit-button.collapsed {
    width:100px;
    display: inline-block;
    text-align: center;
    padding: 5px 5px;
    color: #fff;
    font-size: 13px;
    -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;
}

#formpage2 a.expander.toggle.column3.submit-button.collapsed {
    width:100px;
    background: #000000;
	border:1px solid #C8C8C8;
    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:100px;
    background: #8aff00;
    display: inline-block;
	padding: 5.5px 5px;
    text-align: center;
    color: #000000;
    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;
}



/***************************** responsive styles **/


@media screen and (max-width: 1550px) {
	.zoom-container .zoom-caption h6 { 
		font-size: 28px;
		line-height: 43px;
		top:78%; 
	}

	.zoom-container .zoom-caption h5 {
		font-size: 34px;
		line-height: 43px;
		top:86%; 
	}
}


@media screen and (max-width: 1450px) {
	.new-used h2 {width:72%;}
	.video {margin: 0 0 290px 0; padding-bottom: 0px;width: 100%;}

	.categorybox {
		float:left;
		width: 33.3%;
		margin: 0 0 0 0;
		box-sizing: border-box;
		height:350px;
		position:relative;
		overflow:hidden;
		background-position:center center;
		background-repeat:no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		border:1px #000 solid;
	}
	
	.slide-box {margin-top: 8%; margin-right: 200px;}
}

@media screen and (max-width: 1370px) {
	.map {width: 700px;}
	.continfo {width: 38%; margin-top: 40px;}
}

@media screen and (max-width: 1350px) {
	nav a:link, nav a:active, nav a:visited {
		font-size:16px;
		line-height:22px;
		padding:10px 15px;
	}

	
	.zoom-container .zoom-caption h6 { 
		font-size: 28px;
		line-height: 43px;
		top:74%; 
	}

	.zoom-container .zoom-caption h5 {
		font-size: 34px;
		line-height: 43px;
		top:84%; 
	}

}
@media screen and (max-width: 1300px) {
	.new-used h2 {width:72%;}
	

	.manu-logos a img {max-width: 160px; width: 100%;}

}

@media screen and (max-width: 1200px) {
	.map {width: 600px;}
	.continfo {width: 40%; margin-top: 20px;}
	.slide-box {margin-top: 5%; margin-right: 150px;}
	
	
	.zoom-container .zoom-caption h6 { 
		font-size: 26px;
		line-height: 43px;
		top:74%; 
	}

	.zoom-container .zoom-caption h5 {
		font-size: 30px;
		line-height: 43px;
		top:84%; 
	}
}

@media screen and (max-width: 1140px) {
	
	
	.boxy h2 {margin-top: 185px;}

	
	.white-back {padding: 40px;}

	
	.top-bar {padding-top: 10px;}
	
}


@media screen and (max-width: 1098px) {
	
	nav a:link, nav a:active, nav a:visited {
		font-size:16px;
		line-height:22px;
		padding:10px 12px;
	}

	.contact-wrap {padding-top: 0px;}
	.container{margin:40px auto;}	
	
	
	.continfo {width: 36%; margin-top: 20px;}
	
	
	
	.zoom-container .zoom-caption h6 { 
		font-size: 23px;
		line-height: 43px;
		top:70%; 
	}

	.zoom-container .zoom-caption h5 {
		font-size: 28px;
		line-height: 43px;
		top:80%; 
	}
	.zoom-container .zoom-caption h5 img {width: 24px;}

}
@media screen and (max-width: 1024px) {
	
	nav a:link, nav a:active, nav a:visited {
		font-size:15px;
		line-height:22px;
		padding:10px 10px;
	}
	
	.manu-mid {margin: 0 auto; text-align: center;}
	body {font-size:14px;}
	p {margin-bottom:14px;}
	h1 {font-size:28px;}
	h3 {font-size:22px;}
	h4 {font-size:22px;}
	
	
	.slide-box {padding: 20px 15px; margin-right: 100px;}
	.slide-box h3 span {font-size: 28px}
	
	
	footer p {font-size:12px; margin-bottom:12px;}
	
	.continfo {margin-top: 30px;}
	.continfo h6 {padding-top: 10px;}
	
	#fb {
		top: 335px;
	}
	
}



@media screen and (max-width: 975px) {
	.half {
		width: 100%;
		margin-left: 0;
		float: left; 
		text-align: left;
		display: block;
		margin-bottom: 60px;
		min-width: 100px;
	}
	
	.logo img {max-width: auto; width:100%}
	.logo{width:50%;}

	.half2 {width: 100%; float: none;margin: 0 auto; display: block}
	.half2 #formpage {margin-top: 0px;}
	
	
	.zoom-container .zoom-caption h6 { 
		font-size: 21px;
		line-height: 43px;
		top:70%; 
	}

	.zoom-container .zoom-caption h5 {
		font-size: 24px;
		line-height: 43px;
		top:80%; 
	}
}

@media screen and (max-width: 950px) {
	
	nav a:link, nav a:active, nav a:visited {
		font-size:14px;
		line-height:22px;
		padding:10px 8px;
	}
	
	.headwrap {
		width: 98%;
		float: none;
		margin:0 auto; 
	}
	
	
	
	h2{font-size:21px;} 
	.new-used h2 img {width: 5%}
	
	
	.manu-logos a img {max-width: 140px; width: 100%;}
	
	
	.map {width: 500px;}
	.continfo {width: 37%; margin-top: 20px;}
	.continfo h6 {padding-top: 0px;font-size: 16px;}
	
}


@media screen and (max-width: 880px) {
	.half-col-lt {
		width:96%;
		border-right:0;
		padding-right:15px;
		float:left;
	}
	.half-col-rt {
		width:96%;
		float:left;
		position:relative;
	}
	.contloc{padding-left: 0;}
	
	.loc span{display: none; visibility: hidden}
	
	
	.contact-info {width: 230px;}
	
	
	.zoom-container .zoom-caption h6 { 
		font-size: 18px;
		line-height: 43px;
		top:73%; 
		padding-left: 15px;
	}

	.zoom-container .zoom-caption h5 {
		font-size: 21px;
		line-height: 43px;
		top:80%; 
		padding-left: 15px;
	}
}


@media screen and (max-width: 870px) {
	
	nav a:link, nav a:active, nav a:visited {
		font-size:13.5px;
		line-height:22px;
		padding:10px 6px;
	}
	
}

@media screen and (max-width: 810px) {
	.show-tablet {display:block;}
	.hide-tablet {display:none;}
	
	
	#simple-menu {
			margin-right: 15px;
			background:url(../siteart/mobile-nav-icon.png) no-repeat center center;
			height:38px;
			width:38px;
			display:block;
			cursor:pointer;
			float:right;
		}
	#simple-menu:hover {background:url(../siteart/mobile-nav-icon-hover.png) no-repeat center center;}
		
	.main-nav .inner {float: right;}		


	nav {
		width:100%;
		float: right;
	}
	
	.blk {background: rgba(0,0,0,.4); height: 90px;}
	
	
	.continfo {width: 100%; margin: 30px auto 40px auto;padding-left: 40px; box-sizing: border-box}
	.continfo h6 {padding-top: 0px;font-size: 18px;}

	
	.slide-box {padding: 15px;}
	.slide-box h3 {font-size: 20px;}
	.slide-box h3 span {font-size: 25px;}
	.breakbutton{ margin: 8px auto 0 auto;}
	.breakbutton h6 {font-size: 14px;}
	.cycle-overlay img {width: 22px!important;}
}


@media screen and (max-width: 768px) {
	
	.categorybox h1 {visibility:hidden;display: none;}
	
	.invlinkbox { text-align: center;}
	.invlinkbox::before{
		top:0px;
		background:rgba(0,0,0,.6);
	}
	.invlinkbox:hover::before{
		background:rgba(0,0,0,.6);
		top:0;
	}
	.caption__overlay{
		-webkit-transform:translateY(0px);
		transform:translateY(0px);
	}
	#no-show {display: none; visibility:hidden;}
	
	
	
	
	
	.border-box {margin-top:15px;}
	.border-box h6 {width:26%;}
	article {width:100%; display:block; margin:0px auto 0px auto; padding: 0px 0;overflow-x: hidden;}
	.text-wrap {
		width:90%; 
		margin:0 auto; 
		padding: 35px 20px; 
		text-align: left;
	}
	
	.contactform {float: none; width: 90%;}
	.contactform #formpage {float: none!important; width: 94%;margin: 0 auto!important; position: relative!important; text-align: center;}
	
	
	.contact-info {width: 100%; text-align: center; float: none; margin : 0 auto; padding: 20px 0;}
	
	
	.zoom-container .zoom-caption h6 { 
		font-size: 18px;
		line-height: 43px;
		top:73%; 
		padding-left: 15px;
	}

	.zoom-container .zoom-caption h5 {
		font-size: 21px;
		line-height: 43px;
		top:80%; 
		padding-left: 15px;
	}
	.zoom-container .zoom-caption h5 img {
		width: 20px;
	}
}


@media screen and (max-width: 740px) {
	.zoom-container .zoom-caption h6 { 
		font-size: 16px;
		line-height: 43px;
		top:73%; 
		padding-left: 15px;
	}

	.zoom-container .zoom-caption h5 {
		font-size: 19px;
		line-height: 43px;
		top:80%; 
		padding-left: 15px;
	}
	.zoom-container .zoom-caption h5 img {
		width: 20px;
	}
}


@media screen and (max-width: 700px) {
	.top-bar {
		width: 100%;
		float: none;
		text-align: center;
	}
	.top-bar a {
		padding: 3px 8px;
	}
	.logo {
		width: 100%;
		float: none;
		text-align: center;
		margin: 5px auto;
	}
	.headwrap {width: 100%;}
	
	.mid {padding-top: 40px;}
}

@media screen and (max-width:660px) {
	.hourswrap {margin-top: 115px;}
	.no-break {display:block;}
	
	h1 {font-size:24px;}
	h3 {font-size:22px;}
	h5 {font-size: 20px;}
	
	
	.new-used h2 img {width:3%;}
	
	
	.zoom-container .zoom-caption h6 { 
		font-size: 15px;
		line-height: 43px;
		top:70%; 
		padding-left: 15px;
	}

	.zoom-container .zoom-caption h5 {
		font-size: 17px;
		line-height: 43px;
		top:77%; 
		padding-left: 15px;
	}
	.zoom-container .zoom-caption h5 img {
		width: 18px;
	}
	
	.cycle-overlay {padding: 0px;}
	.slide-box {margin: 3% auto 0 auto; float: none; max-width: 340px;}
	.breakbutton {height: 28px;}
	.breakbutton img {margin-top: 1px;}
	.breakbutton h6 {line-height: 24px;}
	.pager {display: none;}
	
	#formpage2 .col3 {
		width:calc(100% - 2px);
	}
	#formpage2 .search {margin-top: 12px;}
	
	footer {padding: 30px 0 0 0;}
	.quick-link {width:100%; padding-left:0%; border-right:0; text-align: center;}
	.quick-link ul {padding: 0 0 20px 0; display:block;width: 100%;}
	.quick-link h4 {font-size: 16px;}
	.quick-link a {font-size: 14px;}
	.divfooter {width:90%; padding-left:0%; margin:15px 5% 0 5%; text-align:center;}
	.hosted {width: 100%; text-align: center;margin-left:0; margin-bottom: 40px; padding: 0;margin-top: 25px; font-size: 12px;}
}


@media screen and (max-width:600px) {
	.white-back {padding: 20px;}
	
	
	.zoom-container .zoom-caption h6 { 
		font-size: 14px;
		line-height: 43px;
		top:70%; 
		padding-left: 15px;
	}

	.zoom-container .zoom-caption h5 {
		font-size: 16px;
		line-height: 43px;
		top:77%; 
		padding-left: 15px;
	}
	.zoom-container .zoom-caption h5 img {
		width: 16px;
	}
		
}
@media screen and (max-width:580px) {
	
	
	.zoom-container {
		width: 100%;
	}
	
	.zoom-container .zoom-caption h6 { 
		font-size: 25px;
		line-height: 43px;
		top:76%; 
		padding-left: 15px;
	}

	.zoom-container .zoom-caption h5 {
		font-size: 29px;
		line-height: 43px;
		top:83%; 
		padding-left: 15px;
	}
	.zoom-container .zoom-caption h5 img {
		width: 22px;
	}
	
	
	.slide-box {margin-top: 2%; padding: 5px 10px; max-width: 280px;}
	.slide-box h3 {font-size: 16px; line-height: 16px;}
	.slide-box h3 span {font-size: 20px;}
	.breakbutton {height: 24px; margin: 3px auto 0 auto}
	.breakbutton h6 {font-size: 12px;line-height: 20px;}
	.cycle-overlay img {width: 18px!important}
	
	.loc span2 {display:none; visibility: hidden;}
}

@media screen and (max-width:550px) {
	
	.infobox h3 {font-size: 26px;}
	.container {width: 92%;}
	
	
}
@media screen and (max-width:520px) {
	
	.top-bar {width: 100%; text-align: center; padding: 0;}
	.top-bar a {font-size: 14px;}
	.top-bar img {width: 14px;}
	
	.col2 {width:calc(100% - 2px); margin: 0  auto;display: inline-block; float: none;}

	
	.infomid {width: 100%;}
	
	.contact-info a {font-size: 20px}
	
}



@media screen and (max-width:410px) {
	h1 {font-size: 26px; }
	
	.contact-wrap {width:100%;}
	.map-area {width: calc(90% - 4px)}
	
}
@media screen and (max-width:375px) {
	
	.top-half{display: block; vertical-align: top;}
	div.break{display: none}

	.border-box .strikethrough {display:none;}
	.border-box h6 {width:45%;}
	
	.hours .go-right {float:none;}
	
	.contact-info {width:100%;}
	
	.brands a {width:48%;}
	
	.text-wrap {width: 85%;}
	
	
	.zoom-container .zoom-caption h6 { 
		font-size: 25px;
		line-height: 43px;
		top:72%; 
		padding-left: 15px;
	}

	.zoom-container .zoom-caption h5 {
		font-size: 29px;
		line-height: 43px;
		top:81%; 
		padding-left: 15px;
	}
	.zoom-container .zoom-caption h5 img {
		width: 22px;
	}
	
}
@media screen and (max-width:345px) {
	.box-buttons a {width:43%;}
	.box-buttons img {max-height: 90px;}

	.infobox h2 {text-shadow: none; font-size: 26px;}
	
}
@media screen and (max-width:330px) {
	.blk {background: rgba(0,0,0,.4); height: 90px;}
	
	.zoom-container .zoom-caption h6 { 
		font-size: 21px;
		line-height: 43px;
		top:72%; 
		padding-left: 15px;
	}

	.zoom-container .zoom-caption h5 {
		font-size: 23px;
		line-height: 43px;
		top:81%; 
		padding-left: 15px;
	}
	.zoom-container .zoom-caption h5 img {
		width: 22px;
	}
	.ab {font-size: 16px}
	.ab img {width: 19px;margin-top: -2px;}
}
@media screen and (max-width:320px) {
	
	.cycle-overlay {display:none;}
}






