/* 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,
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;
}
/*** End CSS Reset ***/

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;
}
#content {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
#searchpage  {     
	float: none;
	margin: 0 auto !important;
}
#cx5ws_windowsticker  {     
	float: none;
	margin: 0 auto !important;
}
.clear {clear: both;}
img {max-width: 100%;}
input {color: #5d5d5d;}
a {color: #0036ff;}
a:hover{color: #000000;}

/** YouTube Video Responsiveness **/
.iacaVid {
    position: relative;
    padding-bottom: 47%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	margin-bottom: 15px;
}
.iacaVid iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#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%;
}
.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%;
}
/************ Header **************/
.headBlueBar {
	background-color: #000000;
	height: 5px;
}
.headFlex {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.logo {
 	text-align: center;
	padding-top: 10px;
}
.dlrName {
	font-size: 22px;
	font-weight: bold;
	color: #ec1f27;
	text-transform: uppercase;
}
.dlrInfo {
	text-align: center;
	padding-bottom: 8px;
}
.headRight {
	text-align: center;
	font-size: 18px;
	padding-bottom: 8px;
}
.dlrPhone {
	font-weight: bold;
	color: #ec1f27;
	font-size: 24px;
}

/************ Phone Buttons **************/
#phoneTop{
	width: 100%;
	background-color: #ec1f27;
	padding: 7px 0;
	font-size: 36px;
	line-height:1;
	text-align: center;
}
#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 #ec1f27;
	border-radius: 10px;
	padding: 5px 0;
	font-size: 20px;
}
/************ Homepage **************/
#homeTopSec{
	background-position: 0px 0px, 8px 8px, 0px 1px, 8px 9px; background-image: radial-gradient(black 15%, transparent 16%), radial-gradient(black 15%, transparent 16%), radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%), radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%); background-attachment: scroll, scroll, scroll, scroll; background-repeat: repeat, repeat, repeat, repeat; background-size: 16px 16px; background-origin: padding-box, padding-box, padding-box, padding-box; background-clip: border-box, border-box, border-box, border-box; background-color: rgb(40, 40, 40);
	padding-top: 25px;
    padding-bottom: 25px;
}
.locationWrap {
    background-color: white;
    border: 1px solid #959595;
    margin: 10px;
    font-family: 'Open Sans', sans-serif;
}
.locationHead {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding: 5px 0;
}
.addressFacebookFlex {
    display: flex;
    justify-content: space-between;
    padding: 3px;
}
.dlrAddressFlex {
    display: flex;
}
.locationIcon {
    color: #bdbdbd;
    padding-right: 5px;
    font-size: 16px;
}
.dlrAddress {
    color: #393939;
    font-size: 16px;
}
.facebookLink {
    width: 33%;
}
.locationPhone {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    padding: 5px 0;
}
.locationBtns {
    padding: 2px 8px 0px 8px;
    text-align: center;
    font-weight: bold;
}
.locBtn a {
    display:inline-block;
	text-decoration: none;
    padding-top: 6px;
	padding-bottom: 6px;
    background: #0b578e;
	width: 100%;
    color: white;
    margin-bottom: 10px;
    font-size: 16px;
}
.locBtn a:hover {
    background-color: #ec1f27;
}
.homeTestimonials {
    background-color: white;
}
.homeTestimonials h3 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 15px 10px 20px 10px;
    font-size: 20px;
    font-weight: bold;
}
.testimonialsWrap {
    padding: 0 10px 10px 10px;
}
#homeSeo{
	color: black;
	font-size: 15px;
	padding: 15px;
	background-color: #bfbfbf;
	font-family: 'Open Sans', sans-serif;
}
#homeSeo h1{
	font-weight: bold;
	font-size: 22px;
    color: #0b578e;
	}
#homeSeo h4{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	padding-bottom: 20px;
	}
#homeSeo p {
	padding-bottom: 10px;
}
/************ Navigation Styles ************/
#nav{
	width: 100%;
	background-color: #ec1f27;
	padding: 0 0;
	height: 50px;
}
.toggleMenu  {
	display:inline-block;
	width:100%;
	clear:both;
	float:left;
	margin:1% auto;
	position:relative;
}
.jqueryslidemenu {
	display:none;
}
/************* Footer ****************/
#footer {
	background-color: #000000;
	padding: 5px 10px;
	color: white;
	font-family: 'Open Sans', sans-serif;
}
.footerLeft {
	text-align: center;
}
.footerLeft a {
	color: white;
	text-decoration: none;
}
.footerLeft a:hover {
	color: #ec1f27;
}
.copyright {padding: 5px;}
.translate {
	text-align: center;
}

/************* General Page code ****************/
.pageHeader{
	padding: 1% 2%;
}
.pageHeader h1{
	font-weight: 700;
	font-size: 26px;
    font-family: 'Open Sans', sans-serif;
}
.fullPage{
	padding:1% 2%;
	width: 96%;
}
.fullPage p{
	font-size: 16px;
	padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
.fullPage h2{
	font-size: 18px;
	font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
/***** Form Page ****/
.formLeft{
	padding-left: 2%;
	width: 96%;
}
.formLeft p{
	font-size: 16px;
	padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
.formLeft h3 {
	font-size: 18px;
	font-weight:bold;
    font-family: 'Open Sans', sans-serif;
}
.formLeft a{
	font-weight: 700;
	text-decoration:none;
}
.formLeft a:hover{
	color: #ec1f27;
}
.infoRight{
	margin-top: 15px;
	float:left;
	padding-left: 2%;
	width: 96%;
	margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}
.formBtn {
	display:inline-block;
	text-decoration: none;
	font-size: 16px;
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5%;
	background: #ec1f27;
	width: 95%;
	margin-bottom: 7px;
}
.formBtn:hover {
  background: #0b578e;
  text-decoration: none;
  color: #ffffff;
}
.formButtons a{
	color:#ffffff;
	text-decoration:none;
	font-weight:700;
}
.formHours{
	font-size: 14px;
}
.formHours h2{
	 color: #ec1f27;
	 font-weight:700;
	 font-size: 18px;
	 margin-top: 20px;
}
hr{
	padding:0 0;
	margin: 0 0 5px 0;
	border: 0;
    height: 2px;
	background-color: #989795;
}
.greyBack {
   background-color: #bfbfbf;
}
.whiteBack {
    background-color: white;
	min-height: 690px;
}

/**************** Directions Page **************/
.directionsWrap {
    border: 1px solid #bfbfbf;
    background-color: white;
    padding: 6px 10px;
    margin-bottom: 10px;
}
.directionsHead {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 10px;
    color: #0b578e;
}
.centerText {
    text-align: center;
}

.dropdown-toggle::after {
display:none;
}


@media only screen and (max-width: 479px){
/* Hide Things from Phone View */
}

@media only screen and (max-width: 599px){
/* Hide Things from Phone Landscape and Phone View */
}

@media only screen and (min-width: 320px){
/* Smart Phones, Portrait iPhone, Portrait 480x320 phones (Android) */
#nav{height:55px;}
}

@media only screen and (min-width: 420px){
/* Smart Phones, Portrait iPhone, Portrait 480x320 phones (Android) */
.locationWrap {
    margin: 10px auto;
    width: 400px;
}
}

@media only screen and (min-width: 480px){
/* Smartphones, Android Phones, Landscape iPhone */
/************ Header **************/
.headFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.dlrInfo {
	text-align: left;
	padding-bottom: 8px;
}
.dlrName {
	font-size: 30px;
}
.dlrAddress {
	font-size: 18px;
}
.locationIcon {
    font-size: 18px;
}
.headRight {
	text-align: center;
	width: 100%;
	font-size: 20px;
}
/************ Navigation Styles ************/
#nav{height:55px;}
/************* Homepage *************/
.addressFacebookFlex {
    padding: 3px 10px;
}
#homeSeo{
	background-image: url(images/seo-head-background-phone.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 25px;
}
}

@media only screen and (min-width: 600px){
/* Portrati Tablets, Portrait iPad, e-readers (nook/kindle), Landscape 800x480 phones (Android) */
.pageBorderTop {
		border-top: 5px solid #000000;
	}
/************ Navigation Styles ************/
#nav{
	width: 100%;
	padding: 0 0;
	margin: 0 auto;
	text-align: center;
	height: auto;
	border: none;
	background-color: white;
}
.jqueryslidemenu {display:inline;}
.toggleMenu {display:none;}
#phoneTop{display: none;}
#phoneBtns{display: none;}
/************ Header **************/
.headRedBar {
	background-color: #0b578e;
	height: 5px;
	max-width: 1300px;
	margin:  0 auto;
}
.headFlex {
	flex-wrap: nowrap;
	justify-content: space-between;
}
.dlrPhone {
	font-size: 18px;
}
.logo {
	width: auto;
}
.dlrInfo {
	margin-right: auto;
	padding-bottom: 0px;
}
.dlrName {
	font-size: 26px;
}
.dlrAddress {
	font-size: 15px;
}
.headRight {
	text-align: right;
	width: auto;
	font-size: 18px;
	padding-right: 10px;
}
/************** Homepage *************/
#homeTopSec{
	width: 100%;
	background-image: url(images/auto-smart-background.jpg);
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
}
.locationWrap {
    margin: 10px auto;
}
.dlrAddress {
    font-size: 18px;
}
.locBtn a {
    font-size: 20px;
}
.facebookLink {
    width: auto;
}
/* Grow */
.hvr-grow {
  display: inline-block;
  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;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
width: 100%;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#homeSeo{
	background-image: url(images/seo-head-background-tab.jpg);
	padding-top: 110px;
}
/***** Form Page ****/
.formBtn {width: 75%;}
/************* Footer *************/
#footer {
	border: none;
}
    
.whiteBack {
    background-color: white;
    border-top: 5px solid #ec1f27;
}

}

@media only screen and (min-width: 768px){
/* Tablet, Landscape iPhone, Lo-res Laptops and Desktops */
/************ Header **************/
.logo {
	width: auto;
}
.dlrPhone {
	font-size: 24px;
}
.dlrInfo {
	padding-left: 10px;
}
.dlrName {
	font-size: 30px;
}
.dlrAddress {
	font-size: 18px;
}
.headRight {
	font-size: 20px;
}
/***** Form Page ****/
.formBtn {width: 65%;}
/************* Homepage ****************/
.locFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.homeTestimonials h3 {
    padding: 40px 10px 20px 10px;
    font-size: 28px;
}
.testimonialsWrap {
    padding: 0 10px 20px 10px;
    max-width: 1300px;
    margin: 0 auto;
}
/**************** Directions Page **************/
.directionsFlex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}
.directionsWrap {
    width: 45%;
}
}

@media only screen and (min-width: 1024px){
/* Big landscape tablets, Laptops, & Desktops */
.formBtn {width: 95%;}
.formLeft{
	float:left;
	padding-left: 2%;
	width: 62%;
}
.infoRight{
	float:right;
	padding-right: 2%;
	width: 31%;
	margin-top: 0px;
}
/***************** Homepage **************/
.locationHead {
    font-size: 24px;
}
#homeSeo{
	background-image: url(images/seo-head-background.jpg);
	background-size: 100% auto;
	padding-top: 110px;
}
#homeSeo p{
	width: 85%;
}
/*********** Footer **************/
.footerFlex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footerLeft {
	display: flex;
}
.copyright {
	padding-left: 10px;
}
/**************** Directions Page **************/
.directionsFlex{
    flex-wrap: no-wrap;
    justify-content: space-between;
    width: 100%;
}
.directionsWrap {
    width: 30%;
}
}

@media only screen and (min-width: 1300px){
/* Hi-Res Laptops and Desktops */
html {overflow-x: hidden;}
/************ Header **************/
.logo {
	padding-top: 3px;
}
.headRight { 
	padding-right: 0px;
}
/************* Homepage ****************/
.locFlex {
    flex-wrap: nowrap;
    justify-content: space-between;
}
.locationWrap {
    margin: 0;
    margin-top: 40px;
    margin-bottom: 30px;
}
#homeSeo{
	padding-top: 170px;
}
#homeSeo h1{
	font-size: 30px;
}
#homeSeo h4{
	font-size: 25px;
}
}