/* 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;
}
.wrapper1920{
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
}
#content {
	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: 'Nunito', sans-serif;
}
#header a{
	color: #0b2369;
	text-decoration: none;
	transition-duration: .5s;
}
#header a:hover{
	color: #b1b2b2;
	text-decoration: none;
}
.headFlex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#headLeft{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
#brandLogo{
	width: 80px;
	padding: 10px 5px 10px 0;
}
#dealerLogo{
	padding: 7px 5px 5px 0;
	width: 70%;
}
#headerRight{
	text-align: center;
}
.social{
	font-size: 30px;
}
.social a{padding: 0 2px;}
.social a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */}
.dlrAddress{
	font-weight: bold;
	color: #555555;
	font-size: 13px;
}
.dlrAddress a{
color: #555555 !important;
text-decoration: none;
}
.dlrAddress a:hover{
color: #0b2369 !important;
}
.dlrPhone{
	font-weight: bold;
	color: #555555;
	font-size: 13px;
	padding-bottom: 10px;
}
.dlrPhone a{
color: #555555 !important;
text-decoration: none;
}
.dlrPhone a:hover{
color: #0b2369 !important;
}
.makeBlue { color: #0b2369!important; }

/************ Phone Buttons **************/

#currentAdvertBanner {display:block;}
#phoneTop{
	width: 100%;
	background-color: #0b2369;
	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;
	margin-top: 10px;
	font-family: 'Nunito', sans-serif;
}
#phoneBtns a{
	display: inline-block;
	background-color: #0b2369;
	width: 96%;
	margin:5px 2%;
	text-align:center;
	border-radius: 10px;
	padding: 5px 0;
	font-size: 20px;
	color: white;
	text-decoration: none;
}
/************ Homepage **************/
#homeSlideshow{
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow-x: hidden;
position:relative;
z-index:1;
	background-color: #000000;
	text-align: center;
}
.blkBar {
background-color: rgba(0,0,0,.3);
    padding: .5rem 0;
}
.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;
}
.bx-wrapper .bx-viewport {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
background: transparent;
}
/********** Tabbed Content Homepage *************/
.main {margin: 0 auto; font-family: 'Nunito', sans-serif;}
.tabscontent {background: #fff; color: #373737;}
.tabscontent > div {display: none; padding: 20px 10px 5px;}

.main input {display: none;}
#tab1{
	margin-left: 5px;
}
.main label {display: inline-block; padding: 8px 15px; font-weight: bold; text-align: center; border-radius: 10px; text-transform: uppercase; color: #0b2369; }
.main label:hover {color: #b1b2b2; cursor: pointer;}
.main input:checked + label {background: #0b2369; color: #fff;}

#tab1:checked ~ .tabscontent #content1,
#tab2:checked ~ .tabscontent #content2,
#tab3:checked ~ .tabscontent #content3,
#tab4:checked ~ .tabscontent #content4 {display: block;}
.vehicleLineup h3{
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
	font-size: 28px;
	color: #0b2369;
	font-family: 'Nunito', sans-serif;
}
.vehiclesFlex{
	display: flex;
	text-align: center;
	flex-wrap: wrap;
}
.vehicleHolder{
	width: 50%;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.vehicleHolder a{
	text-decoration: none;
	color: #0b2369;
}
.vehicleHolder a:hover{
	color: #b1b2b2;
}
.advertFlex{
	padding: 10px;
}
.homeAdvert1{
	padding-bottom: 5px;
}
#homeMap{
	background-color: #f2f1f1;
}
.seoSection{
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	color: #555555;
	padding: 2%;
}
.seoSection h1{
	font-weight: bold;
	font-size: 28px;
	color: #0b2369;
	padding-bottom: 10px;
}
.seoSection p{
	padding-bottom: 10px;
}
#homeMap{
	background-color: #f2f1f1;
}
.homepageReviewsSec {
	background-color: #0b2369;
	padding: 10px 0;
}

/************ Navigation Styles ************/
.dropdown-toggle::after {
display:none;
}
#nav{
	width: 100%;
	background-color: #0b2369;
	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: #0b2369;
	font-family: 'Nunito', sans-serif;
}
.footerFlex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#footerBrandLogo{
	width: 50px;
	padding: 10px;
}
.dlrName{
	font-weight: bold;
	font-size: 16px;
	color: white;
}
.footerAddress{
	color: white;
}
.footerSocial{
	font-size: 30px;
	text-align: center;
}
#translate{
padding-top: 8px;
}
.footerSocial a{padding: 0 2px; color: white;}
#copyright{
	color: white;
	padding: 10px;
}
#copyright a{
	color: white;
	text-decoration: none;
}
#copyright a:hover{
	text-decoration: underline;
}

/************* General Page code ****************/
.pageHeader{
	padding: 1% 2%;
}
.pageHeader h1{
	font-weight: 700;
	font-size: 26px;
	font-family: 'Nunito', sans-serif;
	color: #0b2369;
}
.fullPage{
	padding: 1% 2%;
	width: 96%;
}
.fullPage p{
	font-size: 14px;
	padding-bottom: 10px;
	font-family: 'Nunito', sans-serif;
}
.fullPage h2{
	font-size: 18px;
	font-weight: 700;
	color: #0b2369;
}
.fullPage h3{
	font-size: 18px;
	font-weight: 700;
	color: #0b2369;
	font-family: 'Nunito', sans-serif;
}
/***** Form Page ****/
.formLeft{
	padding-left: 2%;
	width: 96%;
}
.formLeft p{
	font-size: 14px;
	padding-bottom: 10px;
	font-family: 'Nunito', sans-serif;
}
.formLeft h3 {
	font-size: 14px;
	font-weight:bold;
	color: #0b2369;
}
.formLeft a{
	font-weight: 700;
	text-decoration:none;
}
.formLeft a:hover{
	color: #000000;
}
.infoRight{
	margin-top: 15px;
	float:left;
	padding-left: 2%;
	width: 96%;
	font-family: 'Nunito', 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: #0b2369;
	width: 95%;
	margin-bottom: 7px;
	
}
.formBtn:hover {
  background: #013d93;
  text-decoration: none;
}
.formButtons a{
	color:#ffffff;
	text-decoration:none;
	font-weight:700;
}
.formHours{
	font-size: 14px;
}
.formHours h2{
	 color: #0b2369;
	 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;
}

/**************** 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: 'Open Sans', sans-serif;
	color: #0b2369;
	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: 14px;
	color: #545454;
}

.actionformholder input,.actionformholder select{
	font-size: 18px;
	border: 1px solid #ddd;
	margin: 0;
	padding: 8px;
}
.actionformholder input:focus,.actionformholder select:focus {
	border: 1px solid #545454;
	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: 96.5%;
}
.actionformholder form .actionform select.inputFull {
	width: 99%;
}

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

.actionformholder .actionform.user_agreement {
	color: #545454;
	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: #ffffff;
	background-image: none;
	cursor: pointer;
	font-size: 18px;
	color: #0b2369;
	border: 2px solid #000000;
	font-weight: bold;
	border-radius: 0;
}
.actionformholder .button.ui-button:hover, .actionformholder label.ui-button:hover {
	color: #0b2369;
	border-color: #0b2369;
}
.actionformholder .button.ui-button.ui-state-active, .actionformholder label.ui-button.ui-state-active {
	color: #0b2369;
	border-color: #0b2369;
}

.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: #0b2369 !important;
}

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

.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;
}


@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 */
	.forDesk {display: none;}
	#homeSlideshow {display: none;}
	#bigHomeBtns {display: none;}
	.custReviews {display: none;}
	.seoImg{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 */
#phoneBtns a{
	float: left;
	width: 46%;
	font-size: 16px;
}
.vehicleHolder{
	width: 33%;
}
/************ Navigation Styles ************/
#nav{height:55px;}
/************* Footer ****************/
.footerFlex{
	flex-wrap: nowrap;
	justify-content: flex-start;
}
#footerRight{
	margin-left: auto;
	text-align: right;
	padding: 5px 10px;
}
.footerSocial{
	text-align: right;
}
#copyright{
	color: white;
	padding:0px 10px 5px 10px;
}
}

@media only screen and (min-width: 600px){
/* Portrati Tablets, Portrait iPad, e-readers (nook/kindle), Landscape 800x480 phones (Android) */
/********** Header *************/
.forPhone {display: none;}
.headFlex{
	flex-wrap: nowrap;
	justify-content: flex-start;
}
#headLeft{
	width: 280px;
}
#dealerLogo{
	font-size: 26px;
}
#headerRight{
	text-align: right;
	margin-left: auto;
	padding-right: 5px;
}
/************ Navigation Styles ************/

#currentAdvertBanner {display: none;}
#phoneTop{display: none;}
#phoneBtns{display: none;}
/***** Form Page ****/
.formBtn {width: 75%;}
/********** Homepage *************/
#bigHomeBtns{
	display: flex;
	margin: auto;
	justify-content: center;
	flex-wrap: wrap;
}
.bigBtnWrapper{
	width: 50%;
	overflow: hidden;
}
.bigBtnWrapper img {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; 
    vertical-align: middle;
}

.bigBtnWrapper img:hover {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
}
.main label {font-size: 18px; }
.vehicleLineup h3{
	font-size: 36px;
}
.vehiclesFlex{
	justify-content: center;
}
.vehicleHolder{
	width: 30%;
}
.seoImg{
	float: right;
	width: 50%;
	padding: 1% 0 2% 2%;
}
.advertFlex{display: flex; justify-content: space-between; padding: 30px 10px 0px 10px; }
.homeAdvert1{ width: 48%;}
.homeAdvert2{ width: 48%;}

.reviewWrap{
	display: flex;
	justify-content: space-around;
}
.leaveReview { width: 45%;}
.custReviews { width: 49%; background-color: white; padding: 10px; display: flex; align-items: center; }
	
}

@media only screen and (min-width: 768px){
/* Tablet, Landscape iPhone, Lo-res Laptops and Desktops */
/*********** Header **************/
#headLeft{
	width: 290px;
}
/********** Navigation **********/
#nav{
	width: 100%;
	padding: 0 0;
	margin: 0 auto;
	text-align: center;
	height: auto;
	border: none;
}
.jqueryslidemenu {display:inline;}
.toggleMenu {display:none;}

/************* Homepage ***********/
.searchBar #cx_quick_text_search_box .radio label{
width: 150px;
}
#bigHomeBtns{
	justify-content: space-between;
	flex-wrap:nowrap;
}
.bigBtnWrapper{
	width: 24.5%;
}
.vehicleHolder{
	width: 20%;
}
.blkBar{
background-color: rgba(0,0,0,.3);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: .25rem 0;
}
/***** Form Page ****/
.formBtn {width: 65%;}
/************** Footer **********/
#footerBrandLogo{
	width: 100px;
}
.dlrName{
	font-size: 26px;
}
.footerAddress{
	font-size: 14px;
}
/********* Coupon ********/
.couponFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
	.coupon {
		width: 48.5%;
		padding-bottom: 10px;
	}
}

@media only screen and (min-width: 1024px){
/* Big landscape tablets, Laptops, & Desktops */
/********** Header *************/
#brandLogo{
	width: 120px;
}
#dealerLogo{
	font-size: 38px;
}
.dlrAddress{
	font-size: 16px;
}
.dlrPhone{
	font-size: 16px;	
}
/********* Form Page ************/
.formBtn {width: 95%;}
.formLeft{
	float:left;
	padding-left: 2%;
	width: 62%;
}
.infoRight{
	float:right;
	padding-right: 2%;
	width: 31%;
	margin-top: 0px;
	margin-bottom: 15px;
}
/**************** Homepage *************/
.vehiclesFlex{
	justify-content: space-around;
}
.vehicleHolder{
	width: 20%;
}
/* 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;
	width: 100%;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.seoImg{
	float: right;
	width: 30%;
	padding: 1% 0 2% 2%;
}
}
@media only screen and (min-width: 1210px){
/* Hi-Res Laptops and Desktops */

.searchBar #cx_quick_text_search_box .radio label{
padding: 5px 10px;
font-size: 12px;
}
}
@media only screen and (min-width: 1300px){
/* Hi-Res Laptops and Desktops */
html {overflow-x: hidden;}
.reviewWrap{
	display: flex;
	justify-content: space-between;
}
}