/* 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%;
}
/************ Header **************/
#header {
    font-family: 'Open Sans', sans-serif;
    background-color: #eeeeee;
}
.logo {
    text-align: center;
    padding: 10px;
}
.headRight {
    text-align: center;
    font-size: 16px;
    padding-bottom: 7px;
}
.locPhone {
    font-weight: bold;
    font-size: 18px;
}
.makeItRed {
    color: #b52125;
}
.headRightFlex {
    display: flex;
    justify-content: space-around;
}
/************ Phone Buttons **************/
#phoneTop{
	width: 100%;
	background-color: #b52125;
	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 #3ab54a;
	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;
}
#homeBtnsPhone {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#homeBtnsPhone a{
	display: inline-block;
	background-color: #ffffff;
	width: 93%;
	margin-bottom: 10px;
	text-align:left;
	border: 1px solid #b52125;
	padding: 7px 0 7px 1.5%;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	color: #b52125;
}
.iconright{
	float: right;
	padding-right: 2%;
	font-size: 18px;
	padding-top: 1.2%;
}
.searchBar #cx_quick_text_search_box{
display: flex;
justify-content: center;
align-items: center;
font-family: 'Nunito', sans-serif !important;
}
.searchBar #cx_quick_text_search_box .radio{
	display: flex;
justify-content: center;
align-items: center;
}
.searchBar #cx_quick_text_search_box .radio label{
text-align: center;
width: 100px;
padding: 5px 1px;
font-family: 'Nunito', sans-serif !important;
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: 'Nunito', sans-serif !important;
	font-weight: bold;
	margin-left: 5px;
}
.searchBar #cx_quick_text_search_box .radio label{
display: none;
}
.greenBack {
    background-color: #000000;
    padding: 10px;
}
#shopByType {
    padding: 25px 0;
}
.shopByHead {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 26px;
	padding-bottom: 35px;
	text-transform: uppercase;
}
.vehicleChoice {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	padding-bottom: 8px;
}
.vehicleChoice a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
/****** Homepage SEO ********/
#homeSeo{
	background-color: #b52125;
	padding-top: 0;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding-bottom: 10px;
}
#homeSeoGraphic{background-color: #b52125;}
#homeSeo h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 550;
	text-transform: uppercase;
    padding: 0px 10px 10px 10px;
}
#homeSeo h2{
    padding: 0px 10px 10px 10px;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 550;
	text-transform: uppercase;
}
#seoLeft{
    padding: 0px 10px 10px 10px;
}

#homeSeo p{
	padding-bottom: 10px;
	line-height: 1.4;
}
/******** Homepage Map******/
#homeMap{
	background-image: none;
    font-family: 'Open Sans', sans-serif;
}
#getDirections{
	background-color: #000000;
	color: white;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    padding-top: 10px;
}
.dealerNameMap{
	text-transform: uppercase;
	font-size: 24px;
    font-weight: bold;
}
#directionsBtn a{
	display: inline-block;
	background-color: #b52125;
	width: 96%;
	color: #ffffff;
	padding: 7px 0;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
#directionsBtn a:hover{
	background-color: #eeeeee;
	color: #000000;
}
/************ Navigation Styles ************/
#nav{
	width: 100%;
	background-color: #b52125;
	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;
    border-top: 3px solid white;
    color: white;
    padding: 8px 10px;
}
.footSocial {
    font-size: 28px;
}
.footSocial a{
    color: white;
    text-decoration: none;
    padding-right: 15px;
}
.footSocial a:hover {
    color: #b52125;
    text-decoration: none;
}
.copyright {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.copyright a{
    color: white;
    text-decoration: none;
}
.copyright a:hover {
    color: #b52125;
    text-decoration: none;
}
.footerFlex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.translate {
    padding-right: 15px;
}
.footSocial {
    padding-right: 15px;
}
/************* General Page code ****************/
.pageHeader{
	padding: 1% 2%;
    font-family: 'Open Sans', sans-serif;
}
.pageHeader h1{
	font-weight: 700;
	font-size: 26px;
}
.fullPage{
	padding: 2%;
	width: 96%;
}
.fullPage p{
	font-size: 16px;
	padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
.fullPage h2{
	font-size: 20px;
	font-weight: 700;
}
/***** 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;
    color: #b52125;
    padding-bottom: 10px;
}
.formLeft a{
	font-weight: 700;
	text-decoration:none;
	color: #b52125;
}
.formLeft a:hover{
	color: #3ab54a;
}
.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: #b52125;
	width: 95%;
	margin-bottom: 7px;
}
.formBtn:hover {
  background: #000000;
  text-decoration: none;
  color: #ffffff;
}
.formButtons a{
	color:#ffffff;
	text-decoration:none;
	font-weight:700;
}
.formHours{
	font-size: 14px;
}
.formHours h2{
	 color: #000000;
	 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;
}

.invBanners{
	padding: 10px;
}
.invBanner1{
	padding-bottom: 5px;
}

.dropdown-toggle::after {
display:none;
}

.currentoffers { display: none !important; }

@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 */
#homeBtns {display: none;}
#homepageSlide {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;}
/************* Homepage ************/
#homeBtnsPhone a{
	width: 45%;
}
.vehicleFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
}

@media only screen and (min-width: 600px){
/* Portrati Tablets, Portrait iPad, e-readers (nook/kindle), Landscape 800x480 phones (Android) */
/************ Navigation Styles ************/
#nav{
	width: 100%;
	padding: 0 0;
	margin: 0 auto;
	text-align: center;
	height: auto;
	border: none;
}
.jqueryslidemenu {display:inline;}
.toggleMenu {display:none;}
#phoneTop{display: none;}
#phoneBtns{display: none;}
/***** Form Page ****/
.formBtn {width: 75%;}
/************ Header ************/
.headertopBar {
    background-color: #b52125;
    height: 5px;
}
.mainHeadFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    text-align: left;
    padding: 5px 10px 5px 5px;
    width: 30%;
}
.headRight {
    padding-bottom: 0px;
    padding-right: 5px;
}
.headRightFlex {
    justify-content: flex-end;
}
.locationWrap{
    padding-left: 30px;
}
/************** Homepage *************/
#homeTopSec{
	width: 100%;
	background-image: url(images/homepage-button-background.jpg);
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
}
#homeBtnsPhone{
	display: none;
}
#homeBtns{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0 0 15px 0;
}
.homeBtn img{
	-moz-box-shadow: 2px  2px  5px  #000000;
	-webkit-box-shadow: 2px  2px  5px  #000000;
	box-shadow: 2px  2px  5px  #000000;
}
.homeBtn {
	width: 48%;
	padding-bottom: 5px;
}
/* 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);
}
#homepageSlide {
    text-align: center;
    margin: 0 auto;
}
.invBanners{display: flex; justify-content: space-between; padding: 30px 10px 0px 10px; }
.invBanner1{ width: 48%;}
.invBanner2{ width: 48%;}
}

@media only screen and (min-width: 768px){
/* Tablet, Landscape iPhone, Lo-res Laptops and Desktops */
/************* Header ************/
.logo {
    padding: 5px 10px 5px 5px;
    width: auto;
}
.headRight {
    font-size: 18px;
}
.locPhone {
    font-size: 20px;
}

/***** Form Page ****/
.formBtn {width: 65%;}
/*********** Homepage ***************/
.homeBtn {
	width: 32%;
	padding-bottom: 10px;
}
.searchBar #cx_quick_text_search_box .radio label{
width: 150px;
}
/******** Homepage Map******/
#homeMap{
	background-image: url("images/homepage-map.jpg");
	background-position: top center;
	background-repeat: no-repeat;
    height: 350px;
}
#directionsBtn a{
	margin-top: 8px;
}
.dealerNameMap{
    font-size: 24px;
}
#getDirections{
	width: 40%;
    max-width: 420px;
	padding: 1% 2%;
}

.hvr-shrink {
    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;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
}

@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;
}
/************* Header ************/
.headRight {
    font-size: 20px;
}
.locPhone {
    font-size: 24px;
}
.locationWrap{
    padding-left: 60px;
}

.dealerNameMap{
    font-size: 30px;
}
}

@media only screen and (min-width: 1300px){
/* Hi-Res Laptops and Desktops */
html {overflow-x: hidden;}
/************* Header ************/
.logo {
    padding: 5px 10px 5px 0px;
}
.headRight {
    padding-right: 0px;
}
/************* Homepage *************/
#shopByType {
    padding: 35px 0 0px 0;
}
#homeSeo h1{
	font-size: 26px;
	padding-bottom: 0;
}
#homeSeo h2{
    font-size: 26px;
}
}