/***** BEGIN RESET *****/

* {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
    font-family: 'Source Sans 3', sans-serif;
}
ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

.header, nav, article, .footer {display:block;}

body {
	font-size:16px;
    font-family: 'Source Sans 3', sans-serif;
	color:#000;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
.invwrap {
	-webkit-text-size-adjust: none;
	width: 100%;
}
.wrap {width:80%; margin:0 auto; max-width:2000px;}

.go-right {float:right;}

.show-tablet, .show-768 {display:none;}

    
/***************************** typography styles **/


.no-margin {margin:0 !important;}

a {color: #525050; text-decoration:none;}
a:hover {color:#1761a0;}


.blue {color:#1761a0;}
.white {color:#fff;}
.black {color:#000;}

.text-center {text-align:center;}
.text-left {text-align:left;}
.text-right {text-align:right;}

h1 {
	color:#1761a0;
	font-size:42px;
	margin-bottom:0;
	font-weight: 700;
	text-transform:uppercase;
}
h2 {
	color:#6d6e71;
	font-size:30px;
	font-weight:400;
	margin-bottom:10px;
}
h3 {
	color:#1761a0; ;
	font-size:28px;
	font-weight:600;
}

h4 {
	color:#fff;
	font-size:26px;
	font-weight: 600;
	text-transform: uppercase;
}

h5 {
	color:#fff;
	font-size:22px;
	font-weight:300;
	margin-bottom:10px;
}

h6 {
	color:#616060;
	font-size:22px;
	font-weight:300;
}
h6 a {color: #525050; text-decoration:none;}
h6 a:hover {color:#1761a0;}
p { color: #737373; font-size: 14px;}



.head {clear:both;}
.main {margin-top: -135px;}



/***************************** header styles **/
.header {
	width:100%;
 	background: rgba(255,255,255,.85);
	position: relative;
	z-index:999;
	margin-top: -5px;
}

.headwrap {
	width: 80%;
	float: none;
	margin: 0px auto;
	padding: 0px 0 0 0;
}

.top-bar {
	width: 100%;
	float:none;
	padding:0px 20px 0 0;
	text-align: right;
	display: inline-block;
	position: relative;
	font-size: 14px;
	box-sizing: border-box;
	overflow-x:hidden;
}

.top-right {
	background: #1761a0;
	width: 41%;
	float:right;
	margin-right: -35px;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
	padding-right: 12.5%;
	box-sizing: border-box;
}

.top-bar a {color: #fff!important; display:inline-flex; align-items: center; text-align:right; font-weight: 400; font-size: 15px; margin: 7px 0 10px 0; padding: 0px 10px 0px 0 ; margin-right: 10px; 

    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    transform: skewX(30deg);}
.top-bar a:hover {color: #96b0c6;}

.top-bar img {width: 18px;}

.main-logo {float:left; display:inline-block; margin-top: 5px;}
.main-logo img {width:100%; max-width:400px;margin-top:-35px;}




/***************************** nav styles **/
nav {
	float: right;
	/*width: 950px;*/
	margin:50px 0 10px 0;
	text-align:right;
	padding-right: 12%;
	display:inline-block;
	border-bottom: 5px solid #000;
}
  
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 ul li a {
	display:block;
	text-decoration:none;
	color:#1761a0;
	font-size:22px;
	line-height:22px;
	padding:10px 12px;
	font-weight: 700;
	text-transform:uppercase;
}

nav ul ul {
	display: none;
	position: absolute; 
	z-index:99999;
	top: 42px;
	left:0;
	width:230px;
	overflow-x: hidden;
	background:#fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

nav ul ul ul {
	position: absolute; 
	left: 100%; 
}

nav ul li:hover > ul {
	display: block;
	z-index:99999;
}
nav a:hover {color: #96b0c6;}
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{
	font-size:14px;
	line-height:24px;
	padding:2px 0 2px 15px;
	border-right:0;
	border-bottom: 1px solid #ebebeb;
	color: #1761a0
}
nav ul ul li a:hover {
	color:#1761a0;
	background: #ebebeb;
	border-bottom: 1px solid #1761a0;
}




/*******************************************************************SLIDESHOW***************************************************************/

.slidegroup {
	
	top: -135px;
	display:block;
	position: relative;
	width: 100%;
}
.slide-contain {
	width:100%;
	float:none;
	margin: 0 auto;
	z-index:1;
	overflow:hidden;
	padding: 0px 0 0px 0;

}

.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-family:arial; font-size:50px; width:16px; height:16px; display:inline-block; color:#fff; cursor:pointer; 
}
.pager span.cycle-pager-active { color: #b7b7b7;}
.pager > * { cursor:pointer;}

/* overlay */
.cycle-overlay { 
	font-family: 'Source Sans 3', sans-serif;
	background: rgba(0,0,0,.75);
    position:absolute; 
	bottom:0; 
	width: auto;
	z-index:600;
	color:#FFFFFF; 
	padding:10px 40px 10px 40px;
	margin-bottom:3%;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-transform: uppercase;
}

.cycle-overlay h1 {
	color: #1761a0;
	font-weight:700;
	font-size:46px;
	padding:0px 15px 0px 0px;
	border-radius:5px;
	line-height: 1;
}

.cycle-overlay span {
	font-weight:700;
	color:#fff;
	font-size:46px;
	border-radius:5px;
}

.cycle-overlay img {
	width: 24px!important;
	padding-left: 18px;
	float:right;
	margin-top: 5px;
}



.cycle-overlay a:hover span {
	color:#000;	
	text-decoration:none;
}









/************************************************** Equipment Images *****************/	


.blue-bg {
	padding: 0;
	display: inline-block;
	background: #1761a0; 
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	width: 100%;
	text-align: center;
	margin: 0 auto
}
.circle {width: 16%;display: inline-block; text-align: center;padding: 30px 1.5% 20px 1.5%; box-sizing: border-box; float: none; max-width: 400px; vertical-align: top}
.circle img {width: auto ;margin-bottom: 20px; }
.circle a:hover {color: #f05423;}
.circle h2 {color: #fff; font-weight: 700;line-height: 1;}
.circle h2 span {display: block; font-weight: 300;}

/* Float Shadow */
.hvr-float-shadow 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);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before img {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover img, .hvr-float-shadow:focus img, .hvr-float-shadow:active img{
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before img, .hvr-float-shadow:focus:before img, .hvr-float-shadow:active:before img {
  opacity: 1;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Underline From Center */
.hvr2-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr2-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #fff;
  height: 2px;
  -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;
  
}
.hvr2-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}






/************************************************** Equipment Images *****************/	
	


.box-contain {width: 100%;float: none; margin: 0 auto; text-align: center;display: block;padding: 25px 0; background: url("/siteart/qbkls.png"); border-top: 1px solid #006ec0; border-bottom: 1px solid #006ec0;}

.box-wrap {width: calc(100% - 40px);float: none; margin: 0 auto; text-align: center;}

.zoom-container {
	float:none; 
	width:calc(25% - 3px); 
	max-width: 500px;
	margin: 0 auto;
	position:relative; 
	overflow:hidden; 
	display:inline-block; 
	box-sizing: border-box
}
.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; 
}
.zoom-container .zoom-caption h6 {
	display:block; 
	text-align:left;  
	text-transform:uppercase;
	color:#1761a0; 
	position:absolute; 
	font-size: 30px;
	line-height: 43px;
	top:85%; 
	left:50%; 
	transform:translate(-50%, -50%);
	background:rgba(255,255,255,.75); 
	font-weight: 400; 
	padding: 5px 0 5px 25px;
	width: 100%;
}

.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;
}






/* 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: #fff;
  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-contain {float: none; margin: 0 auto;  background: url("../siteart/stone.JPG") fixed repeat; border-top: 2px solid #6d6e71;}
.infobox { width: 80%; float: none; margin: 0 auto; padding: 40px 0px;}
.infobox p {font-size: 22px;}
.infobox h3 {color: #1761a0; line-height: 1; text-transform: uppercase; font-size: 36px; padding-bottom: .25em; margin-bottom: .75em; border-bottom: 1px solid #1761a0;}
.infobox h3 span {color: #777; display: block; margin-bottom: 5px; font-weight: 400; font-size: 28px;}
.infobox a {padding: 10px 40px; text-align: center; background: rgba(255,255,255,.2); border: 1px solid #FFFFFF; margin-top: 40px; width: 80%;}
.infobox a:hover {background: rgba(255,255,255,1); border: 1px solid #1761a0;}


.blue-back {
	background: #ebebeb;
	padding: 20px 0;
}
.blue-back .break {
	margin: 0 auto;
	text-align: center;
}
.blue-back .breakbutton {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #1761a0;
	width: calc(50% - 12px);
	margin: 5px 5px;
	max-width: 600px;
	background: #fff; 
	background-size: 200% 100%; 
	background-image: linear-gradient(to right, #fbfbfb 50%, rgba(255,255,255,0) 0%);
	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; 
}


.break {width: 90%; float: none;margin:0 auto 50px auto; position: relative;}
.box-buttons {
	text-align:center;
	position:static;
	*zoom:1;
	*display:inline;
	background: #fff;
	margin-top: 20px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	}
.breakbutton {
	background: #ebebeb; 
	display: inline-block;
	box-sizing: border-box;
	width: calc(33% - 10px); 
	min-width: 200px; 
	margin: 0px 5px;
	border-top: 2px solid #ebebeb;
	border-right: 2px solid #ebebeb;
	border-left: 2px solid #ebebeb;
	border-bottom: 2px solid #1761a0;
	float: none; 
	text-align: left; 
	height: 40px;
	background-size: 200% 100%; 
	background-image: linear-gradient(to right, #fff 50%, rgba(255,255,255,0) 0%);
	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; 
	
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.breakbutton:hover {
	border: 2px solid #1761a0;
	/** 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 **/
 	cursor: pointer;
	 background-position: bottom left;
 }
.breakbutton p {width: 96%;text-transform: uppercase; font-size: 20px; line-height: 25px; display: inline-block;vertical-align: top; padding: 5px 0 0px 10px; color:#1761a0;

    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    transform: skewX(30deg);}
.breakbutton:hover p {color:#000;}
.breakbutton img {width: 25px; float: right; margin-right: 12px;margin-bottom: 2px;}






/***************************** grey/yellow styles **/

.infomid {
	background: #1761a0;
	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: #1761a0; 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: #1761a0;}



.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-contain {float: none; margin: 0px auto;  background: url("../siteart/stone.JPG") fixed repeat; border-top: 2px solid #6d6e71; padding: 50px 0;}

.map-area {
	width:calc(80% - 2px);
	display:block;
	text-align:center;
	float:none;
	margin: 0px auto 0 auto;
	clear:both;
	box-sizing: border-box
}
.map-area iframe {width:100%; height:320px; display:block; border: 1px solid #1761a0;}


/** internal page styles **/


.contact-info {width:300px; float:left; margin:35px 0 40px 0; background: rgba(0,0,0,.7); display: block; padding:20px; position: relative; }
.contact-info  h1 {color: #fff; }
.contact-info  h6 {color: #fff; }
.contact-info  a:hover {color: #AFAFAF; }
.contact-info  a:hover {color: #AFAFAF; }
.contact-info .msg {padding: 5px 0px; margin: 0 auto; background: #fff; border: 2px solid #1761a0; font-size: 14px; text-transform: uppercase; width: 80%; color: #1761a0; max-width: 200px;}
.contact-info .msg a {color: #1761a0;}
.contact-info .msg:hover {background: #1761a0; color: #fff;border: 2px solid #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;}


/* Underline From Center */
.hvr-underline-from-center3 {
  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-center3:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #1761a0;
  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-center3:hover:before, .hvr-underline-from-center3:focus:before, .hvr-underline-from-center3:active:before {
  left: 0;
  right: 0;
}





article {width:100%; display:block; margin:0px auto 0px auto;  padding: 0px 0;overflow-x:hidden; text-align:center; }

.text-wrap2 {
	width:100%; 
	margin:0 auto;  
	padding: 0px 0; 
}
.text-wrap2 h3 {color: #1761a0; margin-bottom: 20px; }

.contact-info2 {width:100%; float:none; margin:30px 0 40px 0; text-align:left; display: block; position: relative;}
.contact-info2 h3 {margin-bottom: 10px;text-align:center;}




/***************************** brand styles **/
.mid {width:100%; margin:0px auto; padding: 70px 0 100px 0;}




.contact-wrap {
	margin:0px auto;  
	float: none;
}

.contact-wrap p {font-size: 22px; color: #000;}

.white-back	{
	background: #fff;
	padding: 40px 80px; 
	border: 1px solid #d8dadf;
}


.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: #1761a0;}

.half2 h5 {color: #1761a0}
.half2 {width: 55%; float: right;margin: 0 auto; display: inline-block}
.half2 h4 {color: #000}
.half2 #formpage {margin-top: 30px;}


/*===================== 
                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%;
}



.manu-logos {
	width:100%;
	display:block;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #1761a0;
	border-bottom: 1px solid #1761a0;
}
.manu-logos a { width: 20%; display:inline-block;zoom:1; display:inline-block; margin:0px auto; vertical-align:middle; padding: 0 1%}
.manu-logos a img {max-width: 200px; width: 100%;}
.manu-logos a:hover img {opacity: .5;}



/* 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);
}



.manu-logos2 {
	width:100%;
	display:block;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}
.manu-logos2 a { width: 14%; display:inline-block;zoom:1; display:inline-block; margin:0px auto; vertical-align:middle; padding: 0 1%}
.manu-logos2 a img {max-width: 140px; width: 100%;}
.manu-logos2 a:hover img {opacity: .5;}




/***************************** footer styles **/

.foot-wrap {width:90%; margin:0 auto; max-width:2000px;}

.footer {
	width:100%;
	background:#1761a0;
	border-top: 5px solid #000;
	color:#dadada;
	padding: 30px 0 40px 0;
}
.footer p {font-size:14px; margin-bottom:14px;  color: #dadada}
.footer a {color:#fff!important; text-decoration:none;}


.contactform {width: 40%; float: right; display: inline;}


.quick-link {float:left; display:block;width:200px; }
.quick-link ul {display: inline-block; padding-bottom:20px; vertical-align: top;}
.quick-link li {display:block; line-height:20px;}
.quick-link a {font-weight: 300;}
.quick-link a:hover {color:#d8dadf; font-weight: 300;}
.quick-link h4 {color: #d8dadf; text-transform: uppercase; margin-bottom: 10px; font-size: 22px;}


.hosted {float: right; font-size: 18px;  margin-bottom: 20px; color:#dadada; text-align: right; text-transform:uppercase;padding-bottom:20px;color: #d8dadf; font-weight: 300; }
.hosted a {color: #d8dadf!important;}
.hosted a:hover {color: #fff;}

/***************************** form styles **/
#formpage {float: none;}
form h4 {color: #1761a0;}
#formpage p {margin-bottom: 15px;}
form a:hover {cursor: pointer}
#formpage label {display:block;}
/*** form styles ***/
#formpage h6 {font-weight: 600; padding-bottom: 8px;}

#formpage .col-full{ padding-bottom: 8px;}
#formpage .col2-2 {width:calc(50% - 2px); margin: 0  auto;display: inline-block; float: none; padding-bottom: 8px;}

#formpage input {
	width:100%;
	width:calc(100% - 12px);
	padding:8px 5px;
	border:1px solid #1761a0;
	color:#000000;
	background:#FFF;
	font-size:16px;
}
#formpage .column3 input{
	background: #1761a0;
	color: #FFF;
	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:8px 5px;
	width:100%;
	width:calc(100% - 7px);
	border:1px solid #1761a0;
	color:#000000;
	font-size:16px;
	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 */
#formpage select {
	width:100%;
	border:1px solid #1761a0;
	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: #1761a0;
	border: 1px solid #1761a0;
    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: #1761a0;
    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: #1761a0;
	border: 1px solid #1761a0;
}
	
.text-link.expander.expanded {
	color: #fff;
	max-width:300px;
	float: none;
	margin:0;
}

	
.toggle.expander.expanded:hover {
	text-decoration:none;
	color:#1761a0;
	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-top: 10px; padding-bottom: 18px;  }

#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 #1761a0;
	color:#000000;
	background:#FFFFFF;
	font-size:16px;
	box-sizing: border-box;
	font-weight: 500;
}

#formpage2 .search {
	background: #1761a0;
	color: #fff;
}
#formpage2 .search:hover {
	background: #fff;
	color: #1761a0;
	cursor: pointer;
	text-decoration: underline;
}

#formpage2 textarea {
	padding:8px 5px;
	width:100%;
	border:1px solid #1761a0;
	color:#000000;
	font-size:16px;
	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 #1761a0;
	color:#000;
	vertical-align:middle;
	font-size:16px;
	background:#FFF;
	line-height:normal;
	padding:8px 5px;
	font-weight: 500;
}

#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: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: 1815px) {
	nav {padding-right: 8%}
	.top-right {
		width: 45%;
		padding-right: 9%;
	}
	.headwrap {width: 85%;}
	.wrap {width: 85%;}
	.infobox {width: 85%;}
	
	.map-area {width: 85%;}
}


@media screen and (max-width: 1700px) {
	nav {padding-right: 5%}
	.top-right {
		width: 48%;
		padding-right: 5.7%;
	}
	.headwrap {width: 90%;}
	.wrap {width: 90%;}
	.infobox {width: 90%;}
	.map-area {width: 90%;}
}


@media screen and (max-width: 1630px) {
	.zoom-container .zoom-caption h6 {
		top: 84.5%;
		font-size: 27px;
		line-height: 40px;
	}
}


@media screen and (max-width: 1550px) {
	/*nav {width: 880px;}*/
	nav ul li a {font-size: 20px;}
}

@media screen and (max-width: 1460px) {
	/*nav {width: 780px;}*/
	nav ul li a {font-size: 18px; padding: 10px 10px}

	.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;
	}
	
	
}

@media screen and (max-width: 1370px) {
	.map {width: 700px;}
	.continfo {width: 38%; margin-top: 40px;}
}

@media screen and (max-width: 1350px) {
	.headwrap {width: 95%;}
	nav {padding-right: 3%}
	.top-right {
		/*width: 480px;*/
		width: 70%;
		max-width: 650px;
		padding-right: 3.7%;
	}	

	.whole{
		display: inline-block;width: 25%; margin: 10px 20px; position: relative; float: none; flex-wrap:no-wrap;}

	#search .col4, .side-search .col4 {width:35%; float:left; margin-right:2%;}
	#search .label-box {width: 100px;}


	.zoom-container .zoom-caption h6 {
		top: 84%;
		font-size: 25px;
		line-height: 32px;
	}
	
	
	.cycle-overlay h1 {
		color: #1761a0;
		font-weight:700;
		font-size:40px;
		padding:0px 15px 0px 0px;
		border-radius:5px;
	}

	.cycle-overlay span {
		font-weight:700;
		color:#fff;
		font-size:40px;
		border-radius:5px;
	}
	

}
@media screen and (max-width: 1300px) {
	/*nav {width: 730px;}*/
	nav ul li a {font-size: 17px; padding: 10px 8px}
	
	
	.new-used h2 {width:72%;}
	.manu-logos a img {max-width: 160px; width: 100%;}
}

@media screen and (max-width: 1250px) {
	nav {margin-top: 25px;}
	.main-logo img {max-width: 300px;}
	.slidegroup {top: -94px;}
	.main {margin-top: -94px;}
}
@media screen and (max-width: 1200px) {
	.map {width: 600px;}
	.continfo {width: 40%; margin-top: 20px;}
}

@media screen and (max-width: 1140px) {
	/*nav {width: 700px;}*/
	nav ul li a {font-size: 17px; padding: 10px 6px}
	
	h1 {font-size:36px;}
	h2 {font-size: 28px;}
	
	
	.boxy h2 {margin-top: 185px;}

	
	.white-back {padding: 40px;}

	


	.contact-info {width: 270px;}
	
	.zoom-container .zoom-caption h6 {
		top: 83%;
		font-size: 23px;
		line-height: 26px;
	}
	
	
	
}


@media screen and (max-width: 1098px) {
	/*nav {width: 650px;}*/
	nav ul li a {font-size: 16px; padding: 10px 5px}

	.contact-wrap {padding-top: 0px;}
	.container{margin:40px auto;}	
	
	
	.continfo {width: 36%; margin-top: 20px;}


	body {font-size:17px;}
	p {font-size: 16px;}
	h1 {font-size:32px;}
	h2 {margin-bottom: 0px;}
	h3 {font-size:22px;}
	.circle h2 {font-size:22px;}
	h5 {font-size: 20px;}
	h6 {font-size: 20px;}
	
	
	
	.cycle-overlay h1 {
		color: #1761a0;
		font-weight:700;
		font-size:36px;
		padding:0px 15px 0px 0px;
		border-radius:5px;
		margin-bottom: 0px;
	}

	.cycle-overlay span {
		font-weight:700;
		color:#fff;
		font-size:36px;
		border-radius:5px;
	}
}
@media screen and (max-width: 1024px) {
	.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: auto;
		float: right;
		border-bottom: 0px;
	}
	
	
	
	.manu-mid {margin: 0 auto; text-align: center;}
	
	
	.continfo {margin-top: 30px;}
	.continfo h6 {padding-top: 10px;}
	
	#fb {
		top: 335px;
	}

}



@media screen and (max-width: 975px) {
	.half {
		width: 100%;
		min-width: 300px;
		margin-left: 0;
		float: left; 
		text-align: left;
		display: block;
		margin-bottom: 60px;
		min-width: 100px;
	}

	.half2 {width: 100%; float: none;margin: 0 auto; display: block}
	.half2 #formpage {margin-top: 0px;}
	
	
	.circle h2 {font-size:20px;}
	h5 {font-size: 18px;}
}

@media screen and (max-width: 950px) {
	.headwrap {
		width: 98%;
		float: none;
		margin:0 auto; 
	}
	
	h2{font-size:25px;} 
	.new-used h2 img {width: 5%}
	
	
	.manu-logos a img {max-width: 140px; width: 100%;}
	
	
	.zoom-container .zoom-caption h6 {
		top: 82%;
		font-size: 20px;
		line-height: 22px;
	}
	
	.map {width: 500px;}
	.continfo {width: 37%; margin-top: 20px;}
	.continfo h6 {padding-top: 0px;font-size: 16px;}
	
}


@media screen and (max-width: 900px) {
	.cycle-overlay h1 {
		color: #1761a0;
		font-weight:700;
		font-size:30px;
		padding:0px 15px 0px 0px;
		border-radius:5px;
		margin-bottom: 0px;
	}

	.cycle-overlay span {
		font-weight:700;
		color:#fff;
		font-size:30px;
		border-radius:5px;
	}
}

@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;}
	
	.circle h2 {font-size: 20px;}
	.quick-link {font-size: 16px;}
	.hosted {font-size: 16px;}
}


@media screen and (max-width: 850px) {
	.blue-bg {padding-top: 10px;}
	.circle {width: 23%; padding: 10px 1.5%;}
}


@media screen and (max-width: 830px) {
	.header {margin: 0 auto;}
	.top-right {width: 100%; max-width: none;}
	.main-logo {margin-top: 0;}
	.top-bar {
		width: 100%;
		float: none;
		text-align: center;
		padding-right:0px;
	}
	.top-bar a {
		padding: 5px 8px;
		-webkit-transform: skewX(0deg);
		-moz-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		-o-transform: skewX(0deg);
		transform: skewX(0deg)!important;
	}
	
	.top-right {
		width: 100%;
		float:none;
		margin-right: 0px;
		-webkit-transform: skewX(0deg);
		-moz-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		-o-transform: skewX(0deg);
		transform: skewX(0deg);
		padding-right: 0;
	}

	
	.main-logo {
		width: 100%;
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.main-logo img {margin: 10px auto;}
	
	.slidegroup {top: 0px;}
	.main {margin-top: 0px;}
	nav {width: 100%; background: #6d6e71;margin: 0 auto; padding-right: 0px;}
	#simple-menu {margin: 0 auto; float: none; background: url(../siteart/mobile-nav-icon2.png) no-repeat center center;}
}


@media screen and (max-width: 810px) {
	.blk {background: rgba(0,0,0,.4); height: 90px;}
	
	.manu-logos a {width: 22%;}
	.manu-logos a img {max-width: 120px; width: 100%;}
	
	
	.map {width: 100%;}
	
	.continfo {width: 100%; margin: 30px auto 40px auto;padding-left: 40px; box-sizing: border-box}
	.continfo h6 {padding-top: 0px;font-size: 18px;}

	.footer {padding-bottom: 0px;}
	.hosted {width: 100%; text-align: center; padding: 20px 0 0 0;}
}


@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;}
	
	.contact-wrap p, .infobox p {font-size: 18px;}
	
	
	.brands {width:100%; display:block; float: none; margin: 0 auto;text-align: center;background: #FFFFFF; border-top: 1px solid #8e8d8d}
	.brands img {max-height: 25px; display: inliine-block; padding: 20px 5%;}

	
	
	.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;
	}
	
	
	.map {width:100%;}
	
	.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 {
		width: calc(50% - 3px);
	}
	.zoom-container .zoom-caption h6 {
		top: 83.5%;
		font-size: 26px;
		line-height: 35px;
	}
	
	
	.cycle-overlay h1 {
		color: #1761a0;
		font-weight:700;
		font-size:26px;
		padding:0px 15px 0px 0px;
		border-radius:5px;
		margin-bottom: 0px;
	}

	.cycle-overlay span {
		font-weight:700;
		color:#fff;
		font-size:26px;
		border-radius:5px;
	}
	
}


@media screen and (max-width: 740px) {
	.break {margin: 0 auto 20px auto}
	.breakbutton {
		width: calc(50% - 15px);
		margin: 0px 5px 16px 5px;
	}
}

@media screen and (max-width:660px) {
	.hourswrap {margin-top: 115px;}
	.no-break {display:block;}
	
	h1 {font-size:28px;}
	h3 {font-size:22px;}
	h5 {font-size: 20px;}
	
	
	.blk {background: rgba(0,0,0,.4); height: 90px;}

	
	.new-used h2 img {width:3%;}
	
	.team-wrap {margin-top: 160px; padding: 1px 0;}
	
	
	.zoom-container .zoom-caption h6 {
		top: 83%;
		font-size: 26px;
		line-height: 33px;
	}
	
	.cycle-overlay {margin-bottom: 15px;}
	
	#formpage2 .col3 {
		width:calc(100% - 2px);
		padding-bottom: 0px;
	}
	#formpage2 .search {margin-top: 12px;}
	
	.footer {padding: 30px 0 0 0;}
	.quick-link {width:100%; padding-left:0%; border-right:0; text-align: center; padding-bottom: 15px;}
	.quick-link ul {padding-bottom:20px ; padding-left: 0; display:block;width: 100%;}
	.quick-link h4 {font-size: 16px;}
	.quick-link a {font-size: 16px;}
	.hosted {width: 100%; text-align: center;margin-left:0; margin-bottom: 40px; padding: 0;margin-top: 25px; font-size: 14px;}
}


@media screen and (max-width:600px) {
	.white-back {padding: 20px;}
	

	.zoom-container .zoom-caption h6 {
		top: 83%;
		font-size: 23px;
		line-height: 28px;
	}
	
	
	.circle {width: 32%; padding: 10px 1.5%;}
}
@media screen and (max-width:565px) {
	
	.blk {background: rgba(0,0,0,.4); height: 90px;}
	
	
	.loc span2 {display:none; visibility: hidden;}
}

@media screen and (max-width:550px) {
	
	.infobox h3 {font-size: 26px;}
	.infobox h3 {font-size: 26px;}
	.infobox h3 span {font-size: 26px;}
	.container {width: 92%;}
	
	
	.zoom-container .zoom-caption h6 {
		top: 82%;
		font-size: 20px;
		line-height: 25px;
	}
}
@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;}
	#formpage .col2-2 {width:calc(100% - 2px); margin: 0  auto;display: inline-block; float: none; padding-bottom: 8px;}
	
	.hide6 {display: none; visibility:hidden;}
	.search-tab {width: 20px;}
	
	
	.infomid {width: 100%;}
	
	
	.manu-logos a {width: 47%;}
	.manu-logos a img {max-width: 120px; width: 100%;}
	
	
	.cycle-overlay h1 {
		color: #1761a0;
		font-weight:700;
		font-size:22px;
		padding:0px 15px 0px 0px;
		border-radius:5px;
		margin-bottom: 0px;
	}

	.cycle-overlay span {
		font-weight:700;
		color:#fff;
		font-size:22px;
		border-radius:5px;
	}
	
}

@media screen and (max-width:480px) {
	.top-bar span {display:none;}
	.top-bar a {margin-right: 0px;}
	
	.mobileinfo {padding: 20px; margin: 0;}
	
	#search .col2 {width:100%; float:left; }
	#search .col4, .side-search .col4 {width:100%; float:left; margin-right:0%;}
	#search .label-box {width: 100px;}
	
	.breakbutton {
	
		width: 90%; 
	}
	
	.blue-back .breakbutton {
		width: 90%;
	}

	
	
	.blk {background: rgba(0,0,0,.4); height: 90px;}
	
	
	.zoom-container .zoom-caption h6 {
		top: 80%;
		font-size: 20px;
		line-height: 25px;
	}
}


@media screen and (max-width:410px) {
	h1 {font-size: 26px; }
	
	.zoom-container .zoom-caption h6 {
		top: 79%;
		font-size: 18px;
		line-height: 20px;
	}
	
	
	.circle {width: 49%; padding: 10px 1.5%;}
}
@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%;}
	
	.text-wrap {width: 85%;}
	
	.cycle-overlay h1 {
		color: #1761a0;
		font-weight:700;
		font-size:20px;
		padding:0px 15px 0px 0px;
		border-radius:5px;
		margin-bottom: 0px;
	}

	.cycle-overlay span {
		font-weight:700;
		color:#fff;
		font-size:20px;
		border-radius:5px;
	}
	
}
@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;}
	.infobox h3 {font-size: 26px;}
	.infobox h3 span {font-size: 26px;}
	
	.zoom-container .zoom-caption h6 {
		top: 77%;
		font-size: 16px;
		line-height: 18px;
		padding: 5px 0 5px 5px;
	}
}
@media screen and (max-width:330px) {
	.blk {background: rgba(0,0,0,.4); height: 90px;}
}
@media screen and (max-width:300px) {
	
	
	.zoom-container {
		width: calc(100% - 3px);
	}
	.zoom-container .zoom-caption h6 {
		top: 80%;
		font-size: 26px;
		line-height: 35px;
		padding: 5px 0px 5px 25px;
	}
}