/* @version 20170317 nna 365860, 366616 - replaced with file from designers*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*****************************
 * BEGIN EDITING HERE
 *************************** */
 
 /************** Overall Page Info *************/
 html {
	/*display: inline; this cannot be set as it messes with the device width calc */
	height: 100%;
	width: 100%;
}
body {
	/*display: inline; this cannot be set as it messes with the device width calc */
	height: 100%;
	width: 100%;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.wrapper1300{
	max-width: 1300px;
	margin: 0 auto;
	padding: 0;
}
#contentHome {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
#content {
	max-width: 1300px;
	margin: 0 auto;
	display: block;
}
.clear {clear: both;}
img { max-width: 100%; }
p {
    padding-bottom: 12px;
}
center {
	margin: 0 auto;
	text-align: center;
}
h2 { font-size: 24px;
padding-bottom: 16px;
}
h3 { font-size: 18px;
padding-bottom: 10px;
}
/***************** General Page Information *************/
#searchpage  {     
	float: none;
	margin: 0 auto !important;
}
#cx5ws_windowsticker  {     
	float: none;
	margin: 0 auto !important;
}
a {
	color: #bd1515;
	text-decoration:none;
}
a:hover{
	color: #989795;
}
/************** Header information *************/
#header{
	line-height: 1.3;
	font-family: 'Oswald', sans-serif;
	color: #030303;
	height: 135px;
	padding-top: 10px;
}
.logo{
	width: 24%;
	padding-top: 1px;
	float: left;
	padding-left: 1%;
}
.headerRight {
	float: left;
	width: 61%;
	padding-left: 1%;
  position: relative;

}
.info{
margin: auto;
}
.dlraddress{
	font-size: 1.7em;
	float: left;
	line-height:1.2;
	padding-top: 5px;
	padding-left: 1%;
width:24%;
}
.wash {	
	float:left;
	margin-left: 2%;
}
.searchbox {
	margin: 0px auto;
	text-align: center;
	clear: both;
	padding-top: 10px;
}
.searchbox input[type="text"] {
    border: 2px solid #02559a;
    border-radius: 5px;
    height: 22px;
    width: 65%;
    background-color: #e3e3e3;
}
.searchbox input[type="button"]{
background-color: #044fff;
color: #fff;
border-radius: 0px;
}
/************ Navigation *********/
#nav{
	height:45px;
	background-color: #02559a;
width: 100%;
}

#homeBtnRowPhone{
	margin-top: 5px;
	width: 96%;
	float:left;
	margin-left:1%;
}
/***************** Home Page *************/

#makes {
    width: 100%;
    background-color: #000;
    padding: 20px 0;
	overflow-x: auto;
  font-family: "Roboto";
}
#graySection {
	width: 100%;
	background-color: #e3e3e3;
	padding: 20px 0;
	overflow-x: auto;
}
#blueSection {
	width: 100%;
	background-color: #3076bc;
	overflow-x: auto;
}
.slideshowHome {
	width: 100%;
	max-width: 1300px;
}
.slideshow slideshow1{
	width: 1300px;
}
#mainBtns{
	width: 100%;
	padding: 25px 0;
	overflow-x: auto;
}
#seoSection {
	width: 100%;
	background-color: #fff;
}
#mapSection {
	width: 100%;
	background-color: #09378b;
}
.col-third {
	float: left;
	padding-left: 1%;
	width: 32%;
}
.col-twothirds {
	float: left;
	padding-left: 1%;
	width: 65%;
}
.col-half {
	float: left;
	padding-left:  1%;
	width: 49%;
}
.col-quarter {
	float: left;
	padding-left: 1%;
	width: 23%;
}
.col-fifth {
	float: left;
	padding-left: 1%;
	width: 19%;

}
.col-three-quarter {
	float: left;
	padding-left:  1%;
	width: 74%;
}
.carouselHeader {
	font-size: 18px;
	text-align:center;
	color: #fff;
	padding: 10px 0;
	width: 100%;
	background: #3076bc; /* Old browsers */
	background: -moz-linear-gradient(top, #3076bc 0%, #064477 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3076bc 0%, #064477 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3076bc 0%, #064477 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3076bc', endColorstr='#064477', GradientType=0 ); /* IE6-9 */
}
.carousel{
	padding: 0px;
margin-left: 5px;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
}
#seoSection {	
	padding: 25px 0;
	overflow-x: auto;
}
#seoSection h2 {
    font-weight: 700;
    font-size: 24px;
    color: #0088cc;
    padding-bottom: 10px;
}
#seoSection p {
    font-weight: normal;
    font-size: 14px;
    padding-bottom: 5px;
}

	/************** image over on home page***************/
@import url(//fonts.googleapis.com/css?family=Lato:400,600,700);
.snipBlue1 {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	color: #ffffff;
	float: left;
	max-width: 300px;
	min-width: 250px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.snipBlue1 a {
	margin: 10px 1%;
	color: #ffffff;
	text-align: center;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 18px;
	text-decoration: none;
}
.snipBlue1 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.snipBlue1 img {
	max-width: 100%;
	vertical-align: top;
	position: relative;
}
.snipBlue1 figcaption {
	padding: 15px;
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
}
.snipBlue1 figcaption:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: #3076bc; /* Old browsers */
	background: -moz-linear-gradient(top, #3076bc 0%, #064477 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3076bc 0%, #064477 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3076bc 0%, #064477 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3076bc', endColorstr='#064477', GradientType=0 ); /* IE6-9 */
	z-index: -1;
}
.snipBlue1 h3 {
	margin: 0;
	padding: 0;
}
.snipBlue1 h3 {
	display: inline-block;
	font-weight: 700;
	letter-spacing: -0.4px;
	margin-bottom: 5px;
}
.snipBlue1 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
.snipBlue1:hover img, .snipBlue1.hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/************************************ Search engine box horizontal box layout ************************************/
body#ce5_page_21288 #searchCriteria {
    padding: 0;
display: flex;
flex-wrap: wrap;
}
body#ce5_page_21288 .ui-widget-header {
     background: #02559a;
    color: #fff;
    font-weight: bold;
}
body#ce5_page_21288 #searchCriteria .quick_title {
    width: 100%;
}
body#ce5_page_21288 #quick_search_box > #searchpage > #searchCriteria #criterialist {
	width: 100%;
	flex-wrap: wrap;
}
body#ce5_page_21288 #criterialist .quick_item {
    margin: 5px;
    width: 90%;
}

body#ce5_page_21288 .quick_value .quick_sel {
    float: left;
    padding-left: .54em;
    font-size: 1.3em;
}
body#ce5_page_21288 #searchCriteria .quick_inventory {
    width: 97%;
    margin: 5px 5px;
}
body#ce5_page_21288 input#quick_multi_search_submit {
	    background: #02559a;
    color: #fff;
    border-radius: 0px;
    padding: 4px 20px;
    text-align: center;
    float: none;
    margin-bottom: 8px;
}
/********* payment calculator label *******/
body#ce5_page_21609 .sliderlabel {
    margin-left: 10px;
    font-weight: bold;
    font-size: 110%;
    display: inline-block;
    width: 170px;
    vertical-align: middle;
}
body#ce5_page_21609 #payment_estimator_plugin {
    margin-left: 200px;
}

/************************ Footer ************************/
#footer{
	padding: 5px 0;
	background-color: #02559a;
	width: 100%;
	left: 0px;
	bottom: 0px;
	height:75px;
	z-index: 9999999;
}
#translate {
    float: right;
    padding-left: 10px;
    padding-top: 7px;
    clear: left;
}
#social{
	float:left;
	padding-left: 15px;
	padding-top: 5px;
}
#footerLeft{
	float:left;
	color: white;
	text-align:left;
}
#footerLeft a{
	color: white;
	 text-decoration: none;
	 line-height:1.2;
}
#footerLeft{
	padding-top: 5px;
	padding-left: 10px;
}
#footerLeft a:hover{
	text-decoration: underline;
}
#footerLinks{
	font-size: 14px;
	padding-bottom: 5px;
}
#footerLinks a{
	padding-left: 25px;
}
#footerLinks >:first-child {padding-left: 0 !important; }
#footerRight {
	float: right;
padding-right: 10px;
	}
.fa-fw {
    font-size: 2em;
	color: #fff;
    width: 1.28571429em;
    text-align: center;
}
.fa {
    display: inline-block;
    font: normal normal normal 24px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/************* General Page code ****************/
.pageHeader{
	padding: 1%;
	margin-bottom: 10px;
}
.pageHeader h1{
	font-weight: 700;
	font-size: 26px;
}
.pageHeader h2{
	font-weight: 700;
	font-size: 18px;
}
.fullPage{
	padding: 1%;
	width: 98%;
}
.fullPage p{
	font-size: 14px;
	padding-bottom: 10px;
}
.fullPage h1{
	font-size: 24px;
	font-weight: 700;
}

.fullPage h2{
	font-size: 18px;
	font-weight: 700;
}
.fullPage h3{
	font-size: 18px;
	font-weight: 700;
}

/***** Form Page ****/
.formLeft{
	float:left;
	padding-left: 1%;
	width: 63%;
}
.formLeft p{
	font-size: 14px;
	padding-bottom: 10px;
}
.formLeft h3 {
	font-size: 14px;
	font-weight:bold;
	color: #0077b3;
}
.formLeft h2{
	font-size: 14px;
	font-weight:normal;
	color: #000;
	padding-bottom: 3px;
}
.formLeft a{
	font-weight: 700;
	text-decoration:none;
}
.formLeft a:hover{
	color: #0077b3;
}
.infoRight{
	float:right;
	padding-right: 1%;
	width: 32%;
}
.formBtn {
	display:inline-block;
	text-decoration: none;
	font-size: 16px;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3%;
	background: #02559a;
	width: 97%;
	margin-bottom: 7px;
vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
	
}
.formBtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #036a9e;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
}
.formBtn:hover, .formBtn:focus, .formBtn:active {
  color: white;
}
.formBtn:hover:before, .formBtn:focus:before, .formBtn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.formButtons a{
	color:#ffffff;
	text-decoration:none;
	font-weight:700;
}
.formHours{
	font-size: 14px;
}
.formHours h2{
	 color: #0077b3;
	 font-weight:700;
	 font-size: 18px;
	 margin-top: 20px;
}
.formHours h3{
	 color: #000;
	 font-weight:700;
	 font-size: 16px;
}
hr{
	padding:0 0;
	margin: 0 0 5px 0;
	border: 0;
    height: 2px;
	background-color: #989795;
}
.formspacebelow {
	clear:both;
	display: block;
	height: 150px;
}
.financingList{
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 20px;
	font-size: 14px;
}
/***** locations ****/
.location { 
margin-top: 10px;
width: 50%;
float:left;
}
.location2 { 
margin-top: 10px;
width: 45%;
margin-left: 1%;
float:left;
}
.Btnblue {
	display:inline-block;
	text-decoration: none;
	font-size: 14px;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3%;
	margin-bottom: 7px;
	width: 100%;
	background-color: #02559a;
}
.Btnblue  a{
	color:#ffffff;
	text-decoration:none;
	font-weight:500;
}
.Btncoral{
	display:inline-block;
	text-decoration: none;
	font-size: 14px;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3%;
	margin-bottom: 7px;
	width:100%;
	background-color: #e94b35;
}
.Btncoral  a{
	color:#ffffff;
	text-decoration:none;
	font-weight:500;
}
.Btngreen{
	display:inline-block;
	text-decoration: none;
	font-size: 14px;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3%;
	margin-bottom: 7px;
	width: 100%;
	background-color: #1fce6d;
}
.Btngreen  a{
	color:#000;
	text-decoration:none;
	font-weight:500;
}
.Btnyellow{
	display:inline-block;
	text-decoration: none;
	font-size: 14px;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3%;
	margin-bottom: 7px;
	width: 100%;
	background-color: #f2c500;
}
.Btnyellow  a{
	color:#000;
	text-decoration:none;
	font-weight:500;
}
.clearspace {clear: both;
	margin-bottom: 16px;
}
#GoogleMap {
	float: left;
}
.addressInfo {
	float: left;
	margin-left: 5%; 
}
.locationListing {
	float: left;
	padding-bottom: 20px;
	border-bottom: solid 5px #02559a;
	width: 45%;
	overflow-x: auto;
	padding-top: 20px;

}
/*********** style team photo gallery ****************/
.squareGallery .gallery_image {
    width: 100px;
    height: 100px;
    margin: 20 auto;
float: left;
}
.squareGallery li {
    width: 200px;
    float: left;
    margin: 5px;
}
.squareGallery .gallery_thumb {
    width: 100px;
    height: 100px;
    overflow: hidden;
}
squareGallery .gallery_info {
    width: 200px;
    overflow: hidden;
    height: 100px;
    line-height: 1.2em;
}
.squareGallery .gallery_email, .ui-dialog .gallery_email {
    float: left;
    padding: 0;
    clear: both;
    display: block;
}
		ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.tabs li{
			background: none;
			color: #222;
			display: inline-block;
			padding: 10px 15px;
   		 font-size: 14px;
    		font-weight: bold;
			cursor: pointer;
		}

		ul.tabs li.current{
			background: #ededed;
			color: #222;
		}

		.tab-content{
			display: none;
			background: #ededed;
			padding: 15px;
		}

		.tab-content.current{
			display: inherit;
		}
/** YouTube Video Responsiveness **/
#mapHolder {
    position: relative;
    padding-bottom: 60%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	margin-bottom: 15px;
}
#mapHolder iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/************* Temp Search Changes *************/
/************* Pop Up ***************/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
 z-index: 1;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 300px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
  max-height: 40%;
  overflow: none;
}
#inv_keyword_search_box{ width: 60% !important;}
#inv_keyword_search_go { float: right !important; margin-left: 2% !important; width: 35% !important; }
/**************************** Begin media queries *****************************/

@media only screen and (min-width:1300px) {
 html {
	overflow-x: hidden;
}
/************** Navigation ***************/
.toggleMenu {
	display:none;
}

#phoneTop{
	display: none;
}
#phoneBtns{
	display: none;
}
#homeBtnRowPhone{
		display: none;
}
/************* Temp Search Changes *************/
.smallSearch{display: none;}
}

@media only screen and (min-width:1025px) and (max-width:1299px) {
/************** Navigation ***************/
.toggleMenu {
	display:none;
}
#phoneTop{
	display: none;
}
#phoneBtns{
	display: none;
}
#homeBtnRowPhone{
		display: none;
}
/************* Temp Search Changes *************/
.smallSearch{display: none;}
}

@media only screen and (min-width:769px) and (max-width:1024px) {
/************* Temp Search Changes *************/
.smallSearch{display: none;}
/************** Header ***************/
#header{
	line-height: 1.3;
	font-family: 'Oswald', sans-serif;
	color: #030303;
	height: 150px;
	padding-top:15px;
}
.logo{
	width:26%;
	padding-top: 3px;
	float: left;
	padding-left: 1%;
}
.headerRight {
	float:left;
	width: 60%;
}
.dlraddress{
	font-size: 1.4em;
	float: left;
	line-height:1.2;
	padding-top: 10px;
	padding-left: 1%;
}
.wash {	
	float:left;
	margin-left: 1%;
}
body#ce5_page_21288 #quick_search_box > #searchpage > #searchCriteria{
    width: 230px !important;
}
body#ce5_page_21288 .ui-widget-header {
     font-size: 16px;
}
body#ce5_page_21288 #searchCriteria .quick_title {
    width: 97%;
}
body#ce5_page_21288 .ui-widget-header {
    font-size: 14px;
}
.snipBlue1 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    float: left;
    max-width: 250px;
    min-width: 235px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.snipBlue1 a {
    margin: 10px 1%;
    color: #ffffff;
    text-align: center;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 18px;
    text-decoration: none;
}
/************** Navigation ***************/
.toggleMenu {
	display:none;
}
#phoneBtns{
	display: none;
}
#phoneTop{
	display: none;
}
#homeBtnRowPhone{
		display: none;
}
}

@media only screen and (min-width:661px) and (max-width:768px) {
/************* Temp Search Changes *************/
.smallSearch{display: none;}
/************** Header ***************/
#header{
	line-height: 1.3;
	font-family: 'Oswald', sans-serif;
	color: #030303;
	height: 130px;
	padding-top:15px;
}
.logo {
    width: 22%;
    padding-top: 3px;
    float: left;
    padding-left: 1%;
}
.headerRight {
    float: left;
	width: 60%;
    padding-left: 1%;
}
.dlraddress {
    font-size: 1.1em;
    float: left;
    line-height: 1.2;
    padding-top: 10px;
    padding-left: 1%;
}
.wash {
    float: left;
    margin-left:1%;
}
.wash img {width: 65%;}
.searchbox input[type="text"] {
    width: 50%;
}
body#ce5_page_21288 #quick_search_box > #searchpage > #searchCriteria{
    width: 175px !important;
}
body#ce5_page_21288 .ui-widget-header {
     font-size: 14px;
}
body#ce5_page_21288 #searchCriteria .quick_title {
    width: 97%;
}
body#ce5_page_21288 .ui-widget-header {
    font-size: 12px;
}
.snipBlue1 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    float: left;
    max-width: 200px;
    min-width: 150px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.snipBlue1 a {
    margin: 8px 1%;
    color: #ffffff;
    text-align: center;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
}
/************ footer Styles ************/
#footer{
	padding: 5px 0;
	background-color: #02559a;
	width: 100%;
	left: 0px;
	bottom: 0px;
	height: 75px;
	z-index: 9999999;
}
#footerLinks a{
	padding-left: 10px;
}
/************** Navigation ***************/
.toggleMenu {
	display:none;
}
#phoneTop{
	display: none;
}
#phoneBtns{
	display: none;
}
#homeBtnRowPhone{
		display: none;
}
/***** Form Page ****/
.formLeft{
	padding-left: 1%;
	width: 98%;
}
.infoRight{
	margin-top: 15px;
	float:left;
	padding-left: 1%;
	width: 98%;
}
.formBtn {
	width: 65%;
}
}

@media only screen and (min-width:481px) and (max-width:660px) {
/************* Temp Search Changes *************/
.bigSearch{display: none;}
/************** Header ***************/
#header{
	line-height: 1.3;
	font-family: 'Oswald', sans-serif;
	color: #030303;
	height: 200px;
	padding-top:15px;
}
.logo {
    width: 30%;
    padding-top: 3px;
    float: left;
    padding-left: 2%;
}
.headerRight {
    float: left;
	width: 47%;
    padding-left: 1%;
}
.dlraddress {
    font-size: 1.4em;
    float: left;
    line-height: 1.2;
    padding-top: 10px;
    padding-left:1%;
}
.wash {
    display:none;
}
.searchbox input[type="text"] {
    width: 50%;
}
body#ce5_page_21288 #quick_search_box > #searchpage > #searchCriteria{
    width: 175px !important;
}
body#ce5_page_21288 .ui-widget-header {
     font-size: 14px;
}
body#ce5_page_21288 #searchCriteria .quick_title {
    width: 97%;
}
body#ce5_page_21288 .ui-widget-header {
    font-size: 12px;
}
.snipBlue1 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    float: left;
    max-width: 200px;
    min-width: 150px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.snipBlue1 a {
    margin: 8px 1%;
    color: #ffffff;
    text-align: center;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
}
.col-three-quarter {
    float: right;
    padding-right: 2%;
    width: 65%;
}
/************ footer Styles ************/
#footer{
	padding: 5px 0;
	background-color: #02559a;
	width: 100%;
	left: 0px;
	bottom: 0px;
	height:75px;
	z-index: 9999999;
}
#translate {
    float: left;
    padding-left: 10px;
    padding-top: 7px;
}
#footerLinks a{
	padding-left: 5px;
}
/************ Navigation Styles ************/
#nav{
	margin-top: 5px;
	width: 100%;
	background-color: #02559a;
	height:50px;
}
#homeBtnRowPhone{
		display: none;
}
.toggleMenu  {
	display:inline-block;
	width:100%;
	clear:both;
	float:left;
	margin:1% auto;
	position:relative;
}
.jqueryslidemenu {
	display:none;
}
#phoneTop{
	display: none;
}
#phoneBtns{
	display: none;
}
/***** Form Page ****/
.formLeft{
	padding-left: 1%;
	width: 98%;
}
.infoRight{
	margin-top: 15px;
	float:left;
	padding-left: 1%;
	width: 98%;
}
.formBtn {
	width: 75%;
}
#GoogleMap {
	float: left;
}
.addressInfo {
	float: left;
	margin-left: 5%;
}
.locationListing {
	float: left;
	padding-bottom: 20px;
	border-bottom: solid 5px #02559a;
	width: 95%;
	overflow-x: auto;
	padding-top: 20px;
}
}

@media only screen and (max-width: 480px) {
/************* Temp Search Changes *************/
.bigSearch{display: none;}
/************ Phone Buttons **************/
#phoneTop{
	width: 100%;
	background-color: #02559a;
	padding: 7px 0;
	font-size: 36px;
	line-height:1;
}
#phoneTop a{
	color: #ffffff;
}
.butIcon{
	float:left;
	width: 19.7%;
	border-right: solid 1px white;
}
.butIconLast{
	float:left;
	width: 19.2%;
}
#phoneBtns{
	width: 100%;
	margin-bottom: 10px;
	font-weight:700;
}
#phoneBtns a{
	display: inline-block;
	background-color: #fafafa;
	width: 96.5%;
	margin:1%;
	text-align:center;
	border: 2px solid #bd1515;
	border-radius: 10px;
	padding: 5px 0;
	font-size: 20px;
}
/************** Header ***************/
#header{
	line-height: 1.3;
	font-family: 'Oswald', sans-serif;
	color: #030303;
	padding-top:15px;
	height: 270px;
}
.logo {
    width: 75%;
	margin: 0 auto;
	text-align: center;
	float: none;
}
.headerRight {
	float: none;
	margin: 0 auto;
	width: 96%;
	padding-left: 2%;
}
.dlraddress {
    font-size: 1.2em;
    text-align: left;
    line-height: 1.2;
    padding-top: 10px;
    padding-left: 1%;
}
.wash {
	display:none;
}
#homeBtnRowPhone{
	margin-top: 5px;
	width: 96%;
	float:left;
	margin-left:1%;
}
.homeBtn {
	margin-top: 5px;
}
#makes {
	display:none;
}
#blueSection {
	display:none;
}
#graySection {
	display:none;
}
#mainBtns {
	display:none;
}
.col-half {
	float: left;
	padding-left:  1%;
	width: 96%;
}
img { max-width: 100%; }
/************ footer Styles ************/
#footer{
	padding: 5px 0;
	background-color: #02559a;
	width: 100%;
	left: 0px;
	bottom: 0px;
	height:150px;
	z-index: 9999999;
}
#translate {
    float: left;
    padding-left: 10px;
    padding-top: 7px;
	clear:none;
}
#footerLinks a{
	padding-left: 5px;
}
/************ Navigation Styles ************/
#nav{
	margin-top: 10px;
	width: 100%;
	background-color: #02559a;
	height:50px;
}
.toggleMenu  {
	display:inline-block;
	width:100%;
	clear:both;
	float:left;
	margin:1% auto;
	position:relative;
}
.jqueryslidemenu {
	display:none;
}
/***** Form Page ****/
.formLeft{
	padding-left: 1%;
	width: 98%;
}
.infoRight{
	margin-top: 15px;
	float:left;
	padding-left: 1%;
	width: 98%;
}

.formBtn {
	width: 95%;
}
#GoogleMap {
	float: left;
}
.addressInfo {
	float: left;
	margin-left: 5%;
}
.locationListing {
	float: left;
	padding-bottom: 20px;
	border-bottom: solid 5px #d12027;
	width: 95%;
	overflow-x: auto;
	padding-top: 20px;
}
}