/* 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;
}
.wrapper2{
	max-width: 1300px;
	margin: 0 auto;
	padding: 0;
}
#content {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
#content2 {
	max-width: 100%;
	margin: 0 auto;
	display: block;
background-color:#1d1d1d;
	}

#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: #cf142b; text-decoration:none;}
a:hover{color: #565656; text-decoration:none;}

/** 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%;
}
/************ Header **************/
#header{
	background-color: #1d1d1d;
	height: 100%;
	width: 100%;
background-image: url(images/hdoverlay.png);
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
}
#headLogo{
	width: 95%;
	text-align:center;
	padding: 10px 2% 0% 2%;
}
#headlocation{
	display: flex;
	flex-direction: column;
}
#headlocation a {
    color: white;
    text-decoration: none;
    background-color: #565656;
    color: white;
    padding: .75em 1.5em;
    display: block;
    margin: 10px auto;
}
#headlocation a:hover {
    color: white;
    text-decoration: none;
    background-color: #202020;
    color: white;
    padding: .75em 1.5em;
    display: block;
    margin: 10px auto;
}

#headlink2 a {
    color: white !important;
    text-decoration: none;
    background-color: #cf142b;
    color: white;
    padding: .5em .2em;
    display: block;
    margin: 10px auto;
text-align: center;
}
#headlink2 a:hover {
    color: white;
    text-decoration: none;
    background-color: #980b1c;
    color: white;
    padding: .5em .2em;
    display: block;
    margin: 10px auto;
text-align: center;
}
#headRight > #headlink2  a{
	color: black;
	transition-duration: .5s;
}
#headRight > #headlink2  a:hover{
	color: white !important;
}
.hdlocation01{
	margin: auto;
	padding: 0% 0% 0% 0%;
	text-align: center;
	color: white;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	line-height: 1.3;
}
.hdlocation01 h2{font-size: 14px; font-weight: 700; text-transform: uppercase;}
.hdlocation01 h3{font-size: 13px; font-weight: 700;}
.hdlocation02{
	margin: auto;
	padding: 0% 0% 0% 0%;
	text-align: center;
	color: white;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	line-height: 1.3;
}
.hdlocation02 h2{font-size: 14px; font-weight: 700; text-transform: uppercase;}
.hdlocation02 h3{font-size: 13px; font-weight: 700;}
#headRight{
	padding: 0% 2% 1% 2%;
	text-align: center;
	color: white;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	line-height: 1.3;
}
#headRight a{
	color: white;
	transition-duration: .5s;
}
#headRight a:hover{
	color: #a5a5a5;
}

#hdtagline{
	color: yellow;
	font-style: italic;
	font-weight: 800;
	font-size:30px;
	text-align:center;
	line-height:.9;
	padding-bottom: 5px;
}
#hdsocial{
	font-size: 30px;
	color: white;

}

/************ Phone Buttons **************/
#phoneTop{
	width: 100%;
	background-color: #cf142b;
	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 #bd1515;
	border-radius: 10px;
	padding: 5px 0;
	font-size: 20px;
}
/************ Homepage **************/
#homeTop{display: none; background-color: #cf142b; padding: 10px 10px 5px 10px;}
#homeTop2{display: none; background-color: #ffffff;}
.searchHead{
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 26px;
	color: white;
}
#homeSearchBox p{
	font-size: 12px;
	text-align: center;
	padding: 0px;
	color: white;
}
.blkBar {
	background-color: #cf142b;
 	padding: .5rem 0;
 	margin-top:-5px;
}
.searchBar #cx_quick_text_search_box{
display: flex;
justify-content: center;
align-items: center;
font-family: 'Open Sans', sans-serif;
}
.searchBar #cx_quick_text_search_box .radio{
	display: none;
justify-content: center;
align-items: center;
}
.searchBar #cx_quick_text_search_box .radio label{
text-align: center;
width: 100px;
padding: 5px 1px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
font-size: .7em;
}
.searchBar #cx_quick_text_search_box .input input{
	padding: 12px;
	margin-top: -4px !important;
}
.searchBar #cx_quick_text_search_box .input #inv_keyword_search_go{
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin-left: 5px;
}

/**************** Search *************/
.searchWrap #cx_quick_text_search_box{
display: flex;
justify-content: center;
align-items: center;
font-family: 'Arial', sans-serif;
}
.searchWrap #cx_quick_text_search_box .radio{
	display: flex;
justify-content: center;
align-items: center;
}
.searchWrap #cx_quick_text_search_box .radio label{
display: none;
}
.searchWrap #cx_quick_text_search_box .input input{
	padding: 12px;
	margin-top: -4px !important;
}
.searchWrap #cx_quick_text_search_box .input #inv_keyword_search_go{
	padding: 10px;
font-family: 'Arial', sans-serif;
	font-weight: bold;
	margin-left: 5px;
}
.bx-wrapper .bx-viewport {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
background: transparent;
}
/************ Homepage Buttons **************/
#homebtns{
	width: 100%;
	background-size: 100% 100%;
	background-color: #ffffff;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 1%;
	padding-bottom: 1.5%;
}
#hmButtons{
	padding-top: 5px;
	margin-bottom: 0%;
	margin-left: 0%;
	text-align:center;
}
#hmButtons a{
	text-decoration: none;
}
.homeButton01 {
	display:inline-flex;
	background: #565656;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	border-bottom: 10px solid #cf142b;
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	width: 98%;
	min-height:150px;
	margin-left: 0%;
	margin-bottom: 0%;

}
.homeButton01:hover {
  	text-decoration: none;
}
.homeButton02 {
	display:inline-flex;
	background: #7d7d7d;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	border-bottom: 10px solid #000000;
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	width: 49%;
	min-height:150px;
	margin-left: 0%;
	margin-bottom: 0%;

}
.homeButton02:hover {
  	text-decoration: none;
}
.homeButton03 {
	display:inline-flex;
	background: #bbbaba;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	border-bottom: 10px solid #cf142b;
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	width: 49%;
	min-height:150px;
	margin-left: 0%;
	margin-bottom: 0%;

}
.homeButton03:hover {
  	text-decoration: none;
}
.homeButton04 {
	display:inline-flex;
	background: #7d7d7d;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	border-bottom: 10px solid #000000;
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	width: 49%;
	min-height:150px;
	margin-left: 0%;
	margin-bottom: 0%;

}
.homeButton04:hover {
  	text-decoration: none;
}
.homeButton05 {
	display:inline-flex;
	background: #565656;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	border-bottom: 10px solid #cf142b;
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	width: 49%;
	min-height:150px;
	margin-left: 0%;
	margin-bottom: 0%;

}
.homeButton05:hover {
  	text-decoration: none;
}
.btnGraphic {
	width: 120px;
	max-height: 120px;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	position: relative;
	padding-right: 1%;
	padding-top: 1.5%;
	padding-bottom: 0%;
}

/* Sweep To Top */
.hvr-sweep-to-top01 {
  display: inline-flex;
  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;
flex-direction: column;
	text-align: center;
	text-transform:uppercase;
	font-weight:500;
	font-size:14px;
	padding-top: 0%;
	padding-left: 0%;
	padding-bottom: 0%;
}
.hvr-sweep-to-top01:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #cf142b;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -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;
}
.hvr-sweep-to-top01:hover, .hvr-sweep-to-top01:focus, .hvr-sweep-to-top01:active {
  color: white;
}
.hvr-sweep-to-top01:hover:before, .hvr-sweep-to-top01:focus:before, .hvr-sweep-to-top01:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.hvr-sweep-to-top02 {
  display: inline-flex;
  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;
flex-direction: column;
	text-align: center;
	text-transform:uppercase;
	font-weight:500;
	font-size:14px;
	padding-top: 0%;
	padding-left: 0%;
	padding-bottom: 0%;
}
.hvr-sweep-to-top02:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -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;
}
.hvr-sweep-to-top02:hover, .hvr-sweep-to-top02:focus, .hvr-sweep-to-top02:active {
  color: white;
}
.hvr-sweep-to-top02:hover:before, .hvr-sweep-to-top02:focus:before, .hvr-sweep-to-top02:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.hvr-sweep-to-top03 {
  display: inline-flex;
  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;
flex-direction: column;
	text-align: center;
	text-transform:uppercase;
	font-weight:500;
	font-size:14px;
	padding-top: 0%;
	padding-left: 0%;
	padding-bottom: 0%;
}
.hvr-sweep-to-top03:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #cf142b;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -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;
}
.hvr-sweep-to-top03:hover, .hvr-sweep-to-top03:focus, .hvr-sweep-to-top03:active {
  color: white;
}
.hvr-sweep-to-top03:hover:before, .hvr-sweep-to-top03:focus:before, .hvr-sweep-to-top03:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


.hvr-sweep-to-top04 {
  display: inline-flex;
  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;
flex-direction: column;
	text-align: center;
	text-transform:uppercase;
	font-weight:500;
	font-size:14px;
	padding-top: 0%;
	padding-left: 0%;
	padding-bottom: 0%;
}
.hvr-sweep-to-top04:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -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;
}
.hvr-sweep-to-top04:hover, .hvr-sweep-to-top04:focus, .hvr-sweep-to-top04:active {
  color: white;
}
.hvr-sweep-to-top04:hover:before, .hvr-sweep-to-top04:focus:before, .hvr-sweep-to-top04:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


.hvr-sweep-to-top05 {
  display: inline-flex;
  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;
flex-direction: column;
	text-align: center;
	text-transform:uppercase;
	font-weight:500;
	font-size:14px;
	padding-top: 0%;
	padding-left: 0%;
	padding-bottom: 0%;
}
.hvr-sweep-to-top05:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #cf142b;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -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;
}
.hvr-sweep-to-top05:hover, .hvr-sweep-to-top05:focus, .hvr-sweep-to-top05:active {
  color: white;
}
.hvr-sweep-to-top05:hover:before, .hvr-sweep-to-top05:focus:before, .hvr-sweep-to-top05:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*********** Vehicle Lineup *************/
#vlHeader{
	display:none;
	text-align: center;
	width: 100%;
}
.vlVehicleType{
	width: 100%;
	text-align: center;
	font-family: 'Arial', sans-serif;
	margin-top: 25px;
}
.vlVehicleType h2{
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 0px;
}
.vlVehicleType p{
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 10px;
}
.white{
	color: white;
}
.vlCars{text-align: center;}
.vlCar{
	display: inline-flex;
	flex-direction: column;
	padding-left: 2%;
	width: 45.6%;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
}
.vlCar a{
	color: #ffffff;
}
.blank {
	display: none;
}
/* Float */
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: none;
  transform: none;
}

#testimonials{
	background-color: #c0c0c0;
	background-size: 100% 100%;
	width: 100%;
}
#testHead{
	text-align: center;
	padding: 1%;
	width: 98%;
	font-family: 'Arial', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
}
#reviews{
	padding: 0 1%;
	width: 98%;
	padding-bottom: 35px;
}


/****** Homepage SEO ********/
#homeSeo{
	background-color: rgba(255, 255, 255, 0.5);
	color: black;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	padding-top: 0;
	padding-bottom: 10px;
	margin-top: 0px;
}
#homeSeoGraphic{
	display:none;
	background-color: #ffffff;
	}
#homeSeo h1{
	padding-left: .5%;
	width: 96%;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	font-weight: 550;
	color: #565656;
	text-transform: uppercase;
}
#homeSeo h2{
	padding-left: .5%;
	width: 96%;
	color: #e70012;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	font-weight: 550;
	text-transform: uppercase;
}
#seoLeft{
	float: left;
	padding-left: .5%;
	width: 98%;
	margin-top: 15px;
}

#homeSeo p{
	padding-bottom: 10px;
	line-height: 1.4;
}
/******** Homepage Map******/
#imgmap{display:none;}
#homeMap{
	background-image: none;
}
#getDirections{
	background-color: #565656;
	float: left;
	width: 96%;
	padding: 1% 2%;
	color: white;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	margin-bottom: 00px;
}
.dealerNameMap{
	font-size: 20px;
}
#directionsBtn a{
	display: inline-block;
	background-color: #cf142b;
	width: 100%;
	color: white;
	font-weight: 700;
	padding: 7px 0;
}
#directionsBtn a:hover{
	display: inline-block;
	background-color: #424242;
	width: 100%;
	color: white;
	padding: 7px 0;
	text-decoration: none;
}
#featVehicle{
	background-color: #ffffff;
	font-family: 'Arial', sans-serif;
	color: white;
	padding: 15px;
	border-top: 10px solid #cf142b;
}
/************ Navigation Styles ************/
#nav{
	width: 100%;
	background-color: #cf142b;
	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: #1d1d1d;
}
#footerLogo{
	float: left;
	width: 9%;
	padding: 5px 1% 5px 1%;
}
#copyright{
	float: left;
	font-size: 12px;
	color: white;
	padding: 1.3%;
}
#copyright a{
	color: white;
	text-decoration: none;
}
#copyright a:hover{
	color: #a5a5a5;
}

#followus{
	float: left;
	font-size: 16px;
	font-style: italic;
	font-weight: 800;
	color: #a5a5a5;
	padding: 1%;
}

#footerSocial{
	float: left;
	font-size: 28px;
	padding-top: 0px;
	padding-left: 10px;
}
#footerSocial a{
	color:#ffffff;
	}

#footerSocial a:hover{
	color:#a5a5a5;
	}
#google_translate_element{
	float: left;
	margin-left:0px;
	padding-top: 7px;
}

/************* General Page code ****************/
.pageHeader{
	padding: 1%;
	margin-bottom: 10px;
}
.pageHeader h1{
	font-weight: 700;
	font-size: 26px;
	color: #cf142b;
}
.fullPage{
	padding: 1%;
	width: 98%;
}
.fullPage p{
	font-size: 14px;
	padding-bottom: 10px;
}
.fullPage h2{
	font-size: 18px;
	font-weight: 700;
}
/***** Form Page ****/
.formLeft{
	padding-left: 1%;
	width: 98%;
}
.formLeft p{
	font-size: 14px;
	padding-bottom: 10px;
}
.formLeft h3 {
	font-size: 14px;
	font-weight:bold;
	color: #cf142b;
}
.formLeft a{
	font-weight: 700;
	text-decoration:none;
}
.formLeft a:hover{
	color: #cf142b;
}
.infoRight{
	margin-top: 15px;
	float:left;
	padding-left: 1%;
	width: 98%;
}
.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: #353535;
	width: 95%;
	margin-bottom: 7px;
}
.formBtn:hover {
  background: #cf142b;
  text-decoration: none;
  color: #ffffff;
}
.formButtons a{
	color:#ffffff;
	text-decoration:none;
	font-weight:700;
}
.formHours{
	font-size: 14px;
}
.formHours h2{
	 color: #cf142b;
	 font-weight:700;
	 font-size: 18px;
	 margin-top: 20px;
}
.formHours h3{
	 color: #cf142b;
	 font-weight:550;
	 font-size: 14px;
	 margin-top: 0px;
}

hr{
	padding:0 0;
	margin: 0 0 5px 0;
	border: 0;
    	height: 2px;
	background-color: #989795;
}

.fcabtns{
	padding: 0% 2% 1% 2%;
	text-align: center;
	color: black;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	line-height: 1.3;
}
.fcabtns a{
	color: black;
	transition-duration: .5s;
}
.fcabtns a:hover{
	color: #005ea4;
}
.fcagrayBtn{
	display:inline-block;
	width: 90%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	padding: 10px 10px;
	background-color: #565656;
	font-family: 'Arial', sans-serif;
	color:#ffffff;
	font-size: 18px;
	font-weight: bold;
	text-transform:uppercase;
	text-align: center;
	margin-top: 0%;
	margin-bottom: 2%;
}
.fcagrayBtn:hover{
	color: #ffffff;
	background-color: #369c8e;
}
.fcagrayBtn i{
	float:right;
	padding-top: 5px;
}

.fcagrayBtn a{
	color:#ffffff;
	text-decoration:none;
}


/**************** Form Style Overrides *************/
.actionformholder .actionform .multipart_header {
	border: none;
	padding: 2px;
}

.actionformholder .formsection{
	border: none;
}

.actionformholder .ui-widget-header {
	background: #ffffff !important;
}

.actionformholder .actionform .formsectiontitle {
	font-family: 'Arial', sans-serif;
	color: #cf142b;
	font-size: 1.5em;
}

.actionformholder .actionform ul li div.actionforminput {
	width: 100%;
	float: none;
	display: block;
	margin-right: 0%;
}

.actionformholder .formfield label{
	font-size: 1.2em !important;
}

.actionformholder form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.actionformholder form li {
	padding: 3px;
	margin: 0;
	margin-bottom: 3px;
}

.actionformholder form label:not(.ui-button) {
	clear: both;
	display: block;
	font-size: 12px;
	color: #2c2c2c;
}

.actionformholder input,.actionformholder select{
	font-size: 14px;
	border: 1px solid #ddd;
	margin: 0;
	padding: 8px;
}
.actionformholder input:focus,.actionformholder select:focus {
	border: 1px solid #2c2c2c;
	border-color: rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,0,0,0.2);
}
.actionformholder form .actionform input.inputFull {
	width: 94%;
}
.actionformholder form .actionform select.inputFull {
	width: 94%;
}

.actionformholder form .actionform input.inputMid {
	width: 115px;
}

.actionformholder .actionform.user_agreement {
	color: #2c2c2c;
	display: block;
	text-align: left;
	margin: 0;
}

.actionformholder form .actionform.user_agreement li {
	padding: 3px .2px;
	margin: 0;
	margin-bottom: 3px;
}

.actionformholder .button.ui-button, .actionformholder label.ui-button {
	background: #565656;
	background-image: none;
	cursor: pointer;
	font-size: 14px;
	color: #ffffff;
	border: 0px solid #000000;
	font-weight: bold;
	border-radius: 0;
}
.actionformholder .button.ui-button:hover, .actionformholder label.ui-button:hover {
	color: #ffffff;
	background: #cf142b;
	
}
.actionformholder .button.ui-button.ui-state-active, .actionformholder label.ui-button.ui-state-active {
	background: #cf142b;
	color: #ffffff;
	
}

.actionformholder  .ui-buttonset {
	margin-top: 7px;
}

.actionformholder .actionform .cxprogressbar {
	font-size: 20.5px;
	border-radius: 0;
	margin-right: 1px;
}

.actionformholder .actionform .cxprogressbar .ui-progressbar-value {
	border-radius: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #2c2c2c !important;
}

.actionformholder .actionform .cxprogressbar .cxprogressname {
	color: #FFFFFF;
	line-height: 1.8em !important;
	font-size: 14px;
}

.actionformholder .actionform .next_button {
	margin-left: 2px;
}

.actionformholder .actionform .prev_button .ui-button-text {
	padding-left: 0.2em;
	padding-right: 0.2em;
	overflow: hidden;
	text-overflow: ellipsis;
}

/**.resultheader .resultlabel{color: #ffffff;}**/
#list_certified {display: none;}

#currentAdvertBanner {width: 100%; line-height: 1;}

@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 */
#stickyAd{display:none;}
#advertdesk {display:none;}
}

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

}

@media only screen and (min-width: 480px){
/* Smartphones, Android Phones, Landscape iPhone */
/************ Navigation Styles ************/
#nav{height:55px;}
/************ Header **************/
#headLogo{
	display: block;
	text-align:center;
	width: 95%;
	padding: 0px 0% 0% 0%;
}
#headRight{
	float: left;
	width: 95%;
	padding: 1% 2% 5px 2%;	
	text-align: center;
}

.fcabtns{
	float: left;
	width: 42%;
	padding: 1% 2% 5px 2%;	
	text-align: right;
}


}

@media only screen and (min-width: 600px){
/* Portrati Tablets, Portrait iPad, e-readers (nook/kindle), Landscape 800x480 phones (Android) */
#currentAdvertBanner { display: none; }

#headlocation a{
	color: #a5a5a5;
	text-decoration:none;
	display: inline;
	background: none;
	font-weight: 600;
	line-height: 1.5em;
	margin-top: 5px;
}
#headlocation a:hover{
	color: #ffffff;
	text-decoration:none;
	display: inline;
	background: none;
	font-weight: 600;
	line-height: 1.5em;
	margin-top: 5px;
}
/************ Navigation Styles ************/
#nav{
	width: 100%;
	text-align: left;
	height: auto;
	border: none;
}
.toggleMenu  {
	display:inline-block;
	width:100%;
	clear:both;
	float:left;
	margin:1% auto;
	position:relative;
}
.jqueryslidemenu {
	display:none;
}


/************ Header **************/
#header{
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center top;
}
#headLogo{
	width: 95%;
	}
#headRight{
	width: 95%;	
}
#headlocation{
	width: 98%;
	flex-direction: row;
	}

#phoneTop{display: none;}
#phoneBtns{display: none;}

/********* Homepage ***********/
#homeTop2{display: block;}
#homeTop{
	background-image: url(images/midgettemain.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
  	background-position: center top;
	color: white;
	font-family: 'Arial', sans-serif;
	padding: 20px;
	}
#homeSearchBox{
	margin: 20px 10px 20px 10px;
	border: 3px solid white;
	padding: 20px;
	background: rgba(255, 255, 255, 0.3);
}

.searchHead{
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 26px;
	padding: 10px;
	text-shadow: 2px 2px 4px #000000;
}
#homeSearchBox p{
	font-size: 14px;
	text-align: center;
	padding: 10px;
	text-shadow: 2px 2px 4px #000000;
}
#homeButtonsWrap{
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.homeButton{
	width: 23%;
}
.homeButton01 {width: 49%;}
.homeButton02 {width: 49%;}
.homeButton03 {width: 32.65%;}
.homeButton04 {width: 32.65%;}
.homeButton05 {width: 32.65%;}
.hvr-sweep-to-top01{font-size: 18px;}
.hvr-sweep-to-top02{font-size: 18px;}
.hvr-sweep-to-top03{font-size: 18px;}
.hvr-sweep-to-top04{font-size: 18px;}
.hvr-sweep-to-top05{font-size: 18px;}

#featVehicle{
	background-image: url(images/midgettebeach01-blue.jpg);
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#homeSeo h1{
	color: #565656;
}

/***** Form Page ****/
.formBtn {width: 75%;}

.fcabtns{
	width: 90%;	
}

.fcagrayBtn{
	width: 97%;
}

#advertmobi {display:none;}

/***************** sticky ad ************************/
#stickyAd{
	position: fixed;
	bottom: 30px;
	left:0;
	z-index: 1000000000;
}
}

@media only screen and (min-width: 768px){
/* Tablet, Landscape iPhone, Lo-res Laptops and Desktops */
/************ Header **************/
#headLogo{
	
	margin: auto;
	float: left;	
	width: 45%;
}

#headRight{
	width: 50%;
	text-align: center;
	font-size: 14px;
}
#headlocation{
	width: 50%;
	padding-top: 3%;
	}
#headlocation a{
	color: #a5a5a5;
	text-decoration:none;
	display: inline;
	background: none;
	font-weight: 600;
	line-height: 1.5em;
	margin-top: 5px;
}
#headlocation a:hover{
	color: #ffffff;
	text-decoration:none;
	display: inline;
	background: none;
	font-weight: 600;
	line-height: 1.5em;
	margin-top: 5px;
}
/************ Homepage ***********/
.homeButton {
	width: 22.5%;
	}
.searchBar #cx_quick_text_search_box .radio label{
width: 150px;
}

.blkBar{
background-color: #cf142b;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: .25rem 0;
    margin-top: -5px;
}
/*********** Vehicle Lineup *************/
#vehiclesection{
	background-color: #1d1d1d;}

#vlHeader{
	display:block;
	text-align: center;
	width: 100%;
	max-height: 212px;
}
.vlVehicleType{
	width: 100%;
	text-align: center;
	font-family: 'Arial', sans-serif;
	margin-top: 25px;
}
.vlVehicleType h2{
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 0px;
}
.vlVehicleType p{
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 10px;
}
.white{
	color: white;
}
.vlCars{text-align: center;}
.vlCar{
	
	padding-left: 2%;
	width: 18.6%;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
}
.vlCar a{
	color: #ffffff;
}
/* Float */
.hvr-float {
  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;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
/****** Homepage SEO ********/
#homeSeo{
	background-color: rgba(255, 255, 255, 0.5);
	padding-top: 0;
	color: black;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
}
#homeSeoGraphic{background-color: #ffffff; margin-top: -170px;}
#homeSeo h1{
	padding-left: .5%;
	width: 96%;
	font-family: 'Arial', sans-serif;
	font-size: 25px;
	font-weight: 550;
	text-transform: uppercase;
	color: #565656;
}
#homeSeo h2{
	padding-left: .5%;
	width: 96%;
	color: #e70012;
	font-family: 'Arial', sans-serif;
	font-size: 27px;
	font-weight: 550;
	text-transform: uppercase;
}
#seoLeft{
	float: left;
	padding-left: .5%;
	width: 98%;
	margin-top: 15px;
}
#seoRight{
	float: left;
	padding-left: 2%;
	width: 47%;
	margin-top: 15px;
}
#homeSeo p{
	padding-bottom: 10px;
	line-height: 1.4;
}
/******** Homepage Map******/
#imgmap{
	display:block;
	border-top: 10px solid #cf142b;
	}
#homeMap{
	display:none;
	background-image: url(images/midgettemap.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#getDirections{
	background-color: #565656;
	float: left;
	width: 40%;
	padding: 1% 2%;
	color: white;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	margin-bottom: 120px;
}
.dealerNameMap{
	font-size: 18px;
}
#directionsBtn a{
	display: inline-block;
	background-color: #369c8e;
	width: 100%;
	color: white;
	padding: 7px 0;
}
#directionsBtn a:hover{
	display: inline-block;
	background-color: #424242;
	width: 100%;
	color: white;
	padding: 7px 0;
}

/***** Form Page ****/
.formBtn {width: 65%;}

.fcabtns{
	width: 40%;
	padding: .5% 2% 2% 2%;
	font-size: 14px;
}
.fcagrayBtn{
	display:inline-block;
	width: 100%;
}
.actionformholder form .actionform input.inputFull {
	width: 96%;
}
.actionformholder form .actionform select.inputFull {
	width: 96%;
}


}

@media only screen and (min-width: 1024px){
/* Big landscape tablets, Laptops, & Desktops */
.jqueryslidemenu {display:inline;}
.toggleMenu {display:none;}
/********************** Header *********************/
#headLogo{width: 25%;}
#headRight{
	float: right;
	width: auto;
	font-size: 17px;
	text-align: right;
	padding-top: 1%;
}
#headlocation{
	float: left;
	width: 40%;
	font-size: 30px;
	padding-top: 2%;
}
#headlocation a{
	color: #a5a5a5;
	text-decoration:none;
	display: inline;
	background: none;
	font-weight: 600;
	line-height: 1.5em;
	margin-top: 5px;
}
#headlocation a:hover{
	color: #ffffff;
	text-decoration:none;
	display: inline;
	background: none;
	font-weight: 600;
	line-height: 1.5em;
	margin-top: 5px;
}
/************ Homepage ***********/
#homeTop{padding:80px 20px;}
.searchHead{font-size: 40px;}
#homeSearchBox{ padding:40px 20px;}
#homeSearchBox p{font-size: 22px;padding:0 10px 25px 10px;}
.searchWrap #cx_quick_text_search_box .radio label{
padding: 5px 10px;
font-size: 12px;
}
.searchBar #cx_quick_text_search_box .radio label{
padding: 5px 10px;
font-size: 12px;
}

.homeButton {
	width: 22.5%;
	}

.homeButton01 {width: 19.5%;}
.homeButton02 {width: 19.5%;}
.homeButton03 {width: 19.5%;}
.homeButton04 {width: 19.5%;}
.homeButton05 {width: 19.5%;}


.formBtn {width: 95%;}
.formLeft{
	float:left;
	padding-left: 1%;
	width: 63%;
}
.infoRight{
	float:right;
	padding-right: 1%;
	width: 32%;
}
/*********** Vehicle Lineup *************/
#vlHeader{
	text-align: center;
	width: 100%;
}
.vlVehicleType{
	width: 100%;
	text-align: center;
	font-family: 'Arial', sans-serif;
	margin-top: 25px;
}
.vlVehicleType h2{
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 0px;
}
.vlVehicleType p{
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 10px;
}
.white{
	color: white;
}
.vlCars{text-align: center;}
.vlCar{
	padding-right: 4%;
	padding-left: 2%;
	width: 18.6%;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
}
.vlCar a{
	color: #ffffff;
}
/* Float */
.hvr-float {
  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;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
/****** Homepage SEO ********/
#homeSeo{
	background-color: rgba(255, 255, 255, 0.5);
	color: black;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	margin: 50px;
	padding: 13px;
}
#homeSeoGraphic{
	display:block;
	background-color: #ffffff;
	margin-top: -170px;
}

#homeSeo h1{
	padding-left: .5%;
	width: 96%;
	font-family: 'Arial', sans-serif;
	font-size: 27px;
	font-weight: 550;
	text-transform: uppercase;
}
#homeSeo h2{
	padding-left: .5%;
	width: 96%;
	color: #e70012;
	font-family: 'Arial', sans-serif;
	font-size: 27px;
	font-weight: 550;
	text-transform: uppercase;
}
#seoLeft{
	float: left;
	padding-left: .5%;
	width: 98%;
	margin-top: 15px;
}
#seoRight{
	float: left;
	padding-left: 2%;
	width: 47%;
	margin-top: 15px;
}
#homeSeo p{
	padding-bottom: 10px;
	line-height: 1.4;
}
/******** Homepage Map******/
#homeMap{
	background-image: url(images/midgettemap.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#getDirections{
	background-color: #565656;
	float: left;
	padding: 1% 2%;
	color: white;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	margin-bottom: 120px;
}
.dealerNameMap{
	font-size: 15px;
}
#directionsBtn a{
	display: inline-block;
	background-color: #369c8e;
	width: 100%;
	color: white;
	padding: 7px 0;
}
#directionsBtn a:hover{
	display: inline-block;
	background-color: #424242;
	width: 100%;
	color: white;
	padding: 7px 0;
}
/************* Footer **************/
#footerSocial{
	float: left;
	padding-top: 5px;
	padding-left: 10px;
}

.formBtn {width: 95%;}
.formLeft{
	float:left;
	padding-left: 1%;
	width: 63%;
}
.infoRight{
	float:right;
	padding-right: 1%;
	width: 32%;
}

.fcabtns{
	font-size: 17px;
	padding-bottom: 5%;
}
.actionformholder form .actionform input.inputFull {
	width: 95%;
}
.actionformholder form .actionform select.inputFull {
	width: 95%;
}
}

@media only screen and (min-width: 1300px){
/* Hi-Res Laptops and Desktops */
html {overflow-x: hidden;}
/********************** Header *********************/
#headLogo{width: 28%;}
#headlocation{
	width: 45%;
	padding-top: 1.5%;
}
#headlocation a{
	color: #a5a5a5;
	text-decoration:none;
	display: inline;
	background: none;
	font-weight: 600;
	line-height: 1.5em;
	margin-top: 5px;
}
#headlocation a:hover{
	color: #ffffff;
	text-decoration:none;
	display: inline;
	background: none;
	font-weight: 600;
	line-height: 1.5em;
	margin-top: 5px;
}
.hdlocation01{margin: 15px;}
.hdlocation02{margin: 15px;}
.hdlocation01 h2{font-size: 16px; }
.hdlocation02 h2{font-size: 16px; }

#headRight{padding-top: 2%;}

/********* Homepage ***********/
#homeTop{padding:40px 20px;}
.searchHead{font-size: 45px;}
#homeSearchBox{ padding:40px 20px;}
#homeSearchBox p{	font-size: 22px;padding:0 10px 45px 10px;}

.actionformholder form .actionform input.inputFull {
	width: 97%;
}
.actionformholder form .actionform select.inputFull {
	width: 97%;
}
}

/*************      SRP Advanced Search Filters     ****************/

#list_locations {
    display: none;
    }