/* 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 {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	min-height: 730px;
}
#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 **************/

/************ Phone Buttons **************/
#phoneTop{
	width: 100%;
	background-color: #ef4035;
	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 #ef4035;
	border-radius: 10px;
	padding: 5px 0;
	font-size: 20px;
}
/************ Homepage **************/
.headerFlex {
    display: flex;
    flex-wrap: wrap;
}
.headLogo {
    order: 1;
}
.headRight {
    order: 2;
}
.headLogo {
    width: 100%;
    padding: 10px 10px 1px 10px;
    text-align: center;
}
.headRight {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    width: 100%;
    font-size: 16px;
}
.dlrPhone {
    padding-bottom: 8px;
    font-weight: bold;
    font-size: 1.3em;
}
#homepageBanner {
    padding: 35px 1%;
     width: 98%;
	background-image: url(images/top-header-background-phone-new.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
  	background-position: right top;
}
.homepageBannerFlex {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.homepageBannerFlex h1 {
    font-weight: 800;
    font-size: 28px;
    color: #4680e1;
    padding-bottom: 25px;
}
.subHead {
    font-size: 16px;
    padding-bottom: 15px;
}
.bannerMainBtn {
    display:inline-block;
	text-decoration: none;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #f22222;
	width: 80%;
	margin-bottom: 20px;
    color: white;
    font-weight: 800;
}

.bannerMainBtn:hover {
	background: #000000;
    color: white;
    text-decoration: none;
}
.btnStyle2 {
    background: #000000;
    color: white;
}
.btnStyle2:hover {
    background: #f22222;
    color: white;
}
.homepageBannerDisc {
    font-style: italic;
}

.blkBar {
    background-color: #000000;
    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;
}
.sBVWrap {
    width: 75%;
    margin: 20px auto;
    text-align: center;
}
.sBVWrap a{
    color: #565656;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
}
#redBar {
    background-color: #ef4035;
    color: white;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
}
#homeMainBtnsMobile {
    background-color: #ededed;
    padding: 10px;
}
.mobileBtn {
    padding: 2px 0;
}
#homepageSeo {
    background-color: black;
    font-family: 'Open Sans', sans-serif;
}
.seoHeader {
    color: white;
    font-weight: 800;
    font-size: 25px;
    text-transform: uppercase;
    padding: 10px;
}
.homeSeoFlex {
    color: white;
    padding: 10px;
}
.homeSeoFlex h3 {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 3px;
}
.homeSeoFlex p {
    font-size: 16px;
    padding-bottom: 10px;
}
.hoursBackground {
    background-color: #ededed;
    padding: 10px 15px;
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    max-width: 410px;
    margin: 0 auto;
}
.hoursHead {
    font-weight: bold;
    font-size: 20px;
}
.hoursWrap {
    line-height: 1.8;
}
.homeSection.map iframe {
    width: 100%;
    line-height: 1;
}
/************ Navigation Styles ************/
#nav{
    order: 3;
	width: 100%;
	background-color: #ef4035;
	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: #ef4035;
    font-family: 'Open Sans', sans-serif;
    padding: 15px;
    margin-top: -3px;
}
.footerLeft {
    color: white;
}
.footerLoc {
    font-weight: 800;
    font-size: 20px;
    padding-bottom: 10px;
}
.copyright a {
    color: white;
    text-decoration: none;
}
.copyright a:hover {
    color: black;
    text-decoration: underline;
}
.footerRight {
    padding-top: 10px;
}
.footerRight a {
    color: white;
    font-size: 30px;
}
.footerRight a:hover {
    color: black;
}
/************* General Page code ****************/
.pageHeader{
	padding: 1% 2%;
    font-family: 'Open Sans', sans-serif;
}
.pageHeader h1{
	font-weight: 800;
	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: 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: #ef4035;
}
.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: #ef4035;
	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: #565656;
	 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;
}

/********** Inventory Pages **********/
.inventoryHead {
    width: 100%;
	background-image: url(images/inventory-header.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
  	background-position: center top;
    padding: 55px 0;
}
.inventoryHead h1 {
    font-family: 'Open Sans', sans-serif;
    padding: 0 10px;
    color: white;
    font-weight: 800;
    font-size: 22px;
}
.invBanners{
	padding: 10px;
}
.invBanner1{
	padding-bottom: 5px;
}

/********* About Us Page ********/
.aboutUsList {
    list-style: disc;
    padding-left: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.aboutUsList li{
    padding-bottom: 5px;
}

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

.searchBar #cx_quick_text_search_box .radio label{
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 */
#homeSlideshow {display: none;}
#homeMainBtnsDesktop {display: none;}
#vehicleSpecials {display: none;}
}

@media only screen and (max-width: 1299px){
/* Hide Things from Phone Landscape and Phone View */
.dlrAddressDesk {display: none;}
.hideAddress {display: none;}
.dlrPhoneDesk {display: none;}
.hidePhone {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 *********/
.sBVFlex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.sBVWrap {
    width: 45%;
    margin: 10px auto;
}
}

@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%;}
/*********** Homepage **********/
.invPhoneBtn {display: none;}
.headerFlex {
    justify-content: space-between;
    align-items: center;
}
.headLogo {
    width: 43%;
    padding: 0;
    text-align: left;
}
.dlrPhone {
    padding-bottom: 0px;
    font-weight: normal;
    font-size: 1em;
}
.headRight {
    text-align: right;
    width: 55%;
    padding-right: 10px;
    color: #565656;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
.dlrPhone {
    font-weight: bold;
    font-size: 1.3em;
    padding-bottom: 5px;
}
.headTranslate {padding-bottom: 3px;}
#homepageBanner {
     width: 100%;
	background-image: url(images/top-header-background-tablet-new.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
  	background-position: right top;
    padding: 30px 0px;
}
.homepageBannerFlex h1 {
    font-size: 28px;
}
.homepageBannerFlex {
    display: flex;
    justify-content: flex-end;
}
.homepageBannerWrap {
    width: 400px;
}
.sBVWrap {
    width: 30%;
    margin: 10px auto;
}
#homeSlideshow {line-height: 1;}
#homeMainBtnsMobile {display: none;}
#homeMainBtnsDesktop {
    background-color: #ededed;
    padding: 25px 10px;
    margin-top: -3px;
}
.topBtnFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;    
    padding-bottom: 10px;
}
.longBtnWrap {
    width: 49%;
}
.bottomBtnFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.squareBtnWrap {
    width: 32%;
}
#vehicleSpecials {padding: 50px 20px 20px 20px; }
.homeSeoWrap {
    height:  355px;
    overflow-y: scroll;
}
.homeHoursWrap {
    padding-top: 25px;
}
/********** Inventory Pages **********/
.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 */

/***** Form Page ****/
.formBtn {width: 65%;}
    
/*********** Homepage **********/
.homepageBannerWrap {
    width: 60%;
}
#homepageBanner {
    padding: 40px 0px;
}
.homepageBannerFlex h1 {
    font-size: 30px;
    line-height: 1.2;
    padding-bottom: 25px;
}
.subHead {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 15px;
}
.searchBar #cx_quick_text_search_box .radio label{
width: 150px;
}
.blkBar{
    background-color: #000000;
    padding: .25rem 0;
}
/************* Footer ****************/
.footerFlex {
    display: flex;
    justify-content: space-between;
}
.footerRight {
    padding-top: 0px;
} 
}

@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 ***********/
.headLogo {
    width: 35%;
}
.headRight {
    font-size: 17px;
}
#homepageBanner {
     width: 100%;
	background-image: url(images/top-header-background-desktop-new.jpg);
    padding: 100px 0px;
}
.homepageBannerWrap {
    width: 60%;
}
.homepageBannerFlex h1 {
    font-size: 36px;
    padding-bottom: 25px;
}
.subHead {
    font-size: 24px;
    padding-bottom: 15px;
}
.bannerMainBtn {
	font-size: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 390px;
	margin-bottom: 20px;
    color: white;
    font-weight: 800;
}
.homepageBannerDisc {
    width: 70%;
    margin: 0 auto;
}
/* Shrink */
.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;
    width: 100%;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.sBVFlex {
    justify-content: space-between;
    flex-wrap: nowrap;
}
.sBVWrap {
    width: 15%;
    margin: 30px auto;
}
#redBar {
    font-size: 28px;
}
#homepageSeo {
    width: 98%;
	background-image: url(images/seo-background.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
  	background-position: center top;
    padding: 25px 1%;
}
.seoHeader {
    font-size: 30px;
}
.homeSeoFlex {
    display: flex;
    justify-content: space-between;
}
.homeSeoWrap {
    width: 62%;
    height: 325px;
}
.homeHoursWrap {
    width: 35%;
    padding-top: 0;
}
.hoursBackground {
    padding: 15px 25px;
    height: 295px;
}
/************* Footer ****************/
.footerLoc {
    font-size: 30px;
}
}

@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;
}
}
.footerRight a {
    color: white;
    font-size: 30px;
}
@media only screen and (min-width: 1300px){
/* Hi-Res Laptops and Desktops */
html {overflow-x: hidden;}
#nav {
    background: transparent;
}
/*********** Homepage *********/
#header {
    border-bottom: 3px solid black;
}
.headerFlex {
    flex-wrap: nowrap;
}
.headLogo {
    width: 20%;
    padding: 0;
    order: 1;
}
#nav {
    width: 60%;
    order: 2;
}
.headRight {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 22px;
    width: 20%;
    order: 3;
}
.dlrPhone {
    font-size: 1em;
    padding-bottom: 0px;
    padding-bottom: 5px;
    position: relative;
}
.dlrAddress {
    padding-bottom: 5px;
    position: relative;
}
.headTranslate {padding-bottom: 0px;}
.hidePhone {
  display: none;
}
.hideAddress {
  display: none;
}
.dlrPhoneDesk:hover {
    color: #982124;
}
.dlrPhoneDesk:hover + .hidePhone {
    position: absolute;
    left: -180px;
    top: 45px;
    font-weight: bold;
	width:180px;
    padding: 10px;
	display: block;
    background-color: #f1f1f1;
    border: 1px #565656 solid;
    color: #565656;
    font-size: 15px;
}
.dlrAddressDesk {
    padding-right: 15px;
}
.dlrAddressDesk:hover {
    color: #982124;
}
.dlrAddressDesk:hover + .hideAddress {
  position: absolute;
    left: -180px;
    top: 45px;
    font-weight: bold;
	width:180px;
    padding: 10px;
	display: block;
    background-color: #f1f1f1;
    border: 1px #565656 solid;
    color: #565656;
    font-size: 15px;
}
.dlrPhoneDesk {
    padding-right: 15px;
}
.dlrAddressPhone {display: none;}
.dlrPhonePhone {display: none;}
.homepageBannerDisc{
    width: 50%;
}
.homeSeoWrap {
    width: 67%;
}
.homeHoursWrap {
    width: 30%;
}
/********** Inventory Pages **********/
.inventoryHead h1 {
    font-size: 26px;
}
}

@media only screen and (min-width: 1600px){
/* Hi-Res Laptops and Desktops */
.headLogo {
    width: 18%;
}
#nav {
    width: 67%;
}
.headRight {
    width: 15%;
}
.topBtnFlex {
    padding-bottom: 30px;
}
.homepageBannerFlex h1 {
    font-size: 45px;
    padding-bottom: 25px;
}
.bannerMainBtn {
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 420px;
}
#homepageBanner {
    padding: 200px 0px;
}
#homeMainBtnsDesktop {
    padding: 45px 10px;
}
.homeSeoWrap {
    width: 73%;
}
.homeHoursWrap {
    width: 25%;
}
}