/* 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;
}
.wrapper1500{
	max-width: 1500px;
	margin: 0 auto;
	padding: 0;
}
.wrapper1920{
	max-width: 1920px;
	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 {
    width: 100%;
	background-image: url(images/header-background-med.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
  	background-position: center top;
}
.mainLogo {
    padding: 10px;
    text-align: center;
}
.headerRight {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: white;
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 1.3;
}
.dlrAddress {
    padding-bottom: 8px;
}
.dlrPhone {
    font-weight: 700;
    font-size: 1.4em;
}
/************ Phone Buttons **************/
#phoneTop{
	width: 100%;
	background-color: #231f20;
	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 #ed1d24;
	border-radius: 10px;
	padding: 5px 0;
	font-size: 20px;
}
/************ Homepage **************/
.yellowBack {
    background-color: #fff200;
    padding: 5px 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;
}
.searchBar #cx_quick_text_search_box .radio label{
display: none;
}
.lightBlueBar {
    background-color: #1a86c8;
    height: 5px;
    margin-top: -2px;
}
#mobileBanner {line-height: 1; padding: 0; margin: 0;}
.mainBtnBack {
    background-color: #444444;
    padding: 20px 0;
    margin-top: -3px;
}
.mainBtnFlex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.mainBtn {
    width: 44%;
    background-color: #cccccc;
    border-radius: 10px;
    text-align: center;
    margin: 10px 0;
    padding: 1% 1% 13px 1%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    display:inline-block;
	text-decoration: none;
    color: #ed1d24;
}
.mainBtnFlex a {
    color: #ed1d24;
}
.mainBtnFlex a:hover {
    text-decoration: none;
}
.shopByTypeWrap {
    padding: 25px 10px;
    font-family: 'Montserrat', sans-serif;
}
.shopHead {
    text-align: center;
    text-transform: uppercase;
    color: #231f20;
    font-size: 26px;
    padding-bottom: 20px;
}
.vehicleChoice {
    text-align: center;
    padding-bottom: 20px;
    width: 45%;
}
.vehicleChoice a {
    text-decoration: none;
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}
.vehicleFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.lightBlueBack {
    background-color: #231f20;
    font-family: 'Montserrat', sans-serif;
    padding: 30px 10px 60px 10px;
    color: white;
}
.tradeTextFlex {
    text-align: center;
}
.textLeft {
    font-size: 25px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #ed1d24;
}
.makeWhite {
    color: white;
}
.tradeHead {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}
.tradeText{
    font-size: 15px;
}
.homebtn {
    background-color:#fff200;
	border-radius:28px;
	display:inline-block;
	cursor:pointer;
	color:#231f20;
	font-size:17px;
	font-weight: 700;
	padding:13px 36px;
	text-decoration:none;
    text-transform: uppercase;
}
.homebtn:hover {
	background-color:#ed1d24;
    color:#ffffff;
    text-decoration: none;
}
.homebtn:active {
	position:relative;
	top:1px;
    color:#ffffff;
}
.tradeBtn {
    margin-top: 15px;
}
.tradeVehicles {
    margin-top: -50px;
}
.seoTop {
    padding: 10px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3;
}
.seoHead h1 {
    font-weight: 900;
    color: #ed1d24;
    font-size: 25px;
    padding-bottom: 5px;
}
.seoSubHead {
    color: #9d9fa2;
}
.greyBack {
    background-color: #f1f2f2;
}
.seoText {
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
}
.seoText h3 {
    font-weight: 900;
    color: #ed1d24;
    font-size: 20px;
    padding-bottom: 15px;
    line-height: 1.3;
}
.seoText p {
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 10px;
}
.seoBtn .homebtn {
    width: 100%;
    padding:13px 0px;
    text-align: center;
}
.goldBar {
    background-color: #fbaf34;
    height: 5px;
}
.locationPhoto {
    line-height: 1;
    text-align: center;
    margin: 0 auto;
}
/************ Navigation Styles ************/
#nav{
	width: 100%;
	background-color: #231f20;
	padding: 0 0;
	height: 50px;
}
.toggleMenu  {
	display:inline-block;
	width:100%;
	clear:both;
	float:left;
	margin:1% auto;
	position:relative;
}
.jqueryslidemenu {
	display:none;
}
/************* Footer ****************/
.footerGoldBack {
    background-color: #000000;
    padding: 8px;
    font-family: 'Montserrat', sans-serif;
    color: white;
}
.copyright a{
    color: #ffffff;
    text-decoration: none;
}
.copyright a:hover{
    color: #fff200;
    text-decoration: underline;
}
/************* General Page code ****************/
.pageHeader{
	padding: 10px 15px;
}
.pageHeader h1{
	font-weight: 700;
	font-size: 26px;
}
.formFlex {
    padding:10px 15px;
}
.formLeft p{
	font-size: 16px;
	padding-bottom: 10px;
}
.formLeft h3 {
	font-size: 18px;
	font-weight:bold;
}
.infoRight{
    padding: 15px 0;
}
.formButtons {
    width: 95%;
}
.formBtn {
	display:inline-block;
	text-decoration: none;
	font-size: 16px;
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	background: #ed1d24;
	margin-bottom: 10px;
    padding: 10px 0px 10px 5%;
    width: 100%;
}
.formBtn:hover {
  background: #000000;
  text-decoration: none;
  color: #ffffff;
}
.formButtons a{
	color:#ffffff;
	text-decoration:none;
	font-weight:700;
}
.formHours{
	font-size: 16px;
}
.formHours h2{
	 color: #ed1d24;
	 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;
}
.fullPage{
	padding: 10px 15px;
}
.fullPage p{
	font-size: 16px;
	padding-bottom: 10px;
}
.fullPage h2{
	font-size: 18px;
	font-weight: 700;
}

.invBanners{
	padding: 10px;
}
.invBanner1{
	padding-bottom: 5px;
}

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

/*********** Donations Page ***********/
.blackPageBack {
    background-color: #231f20;
    margin: 10px;
    padding: 10px;
}
.blackPageBack .pageHeader h1{
    color: #ed1d24;
    text-align: center;
}

.blackPageBack .fullPage p{
    color: #ffffff;
    text-align: center;
}



@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 */
.translateSocial { display: none;}
#homepageSlide {display: none;}
.homeReviewsSec {display: none;}
.locationPhoto {display: none;}
}

@media only screen and (max-width: 767px){
.footerBlackBack { 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 ***************/
.textLeft {
    font-size: 35px;
}
.tradeHead {
    font-size: 22px;
}
.tradeText{
    font-size: 18px;
}
.seoText h3 {
    font-size: 25px;
}
}

@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;}
/************* General Page code ****************/
.formBtn {
    width: 65%;
}
hr{
	padding:0 0;
	margin: 0 0 5px 0;
	border: 0;
    height: 2px;
	background-color: #989795;
    width: 65%;
}
/************ Header **************/
.mainHead {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    align-items: center;
}
.headerRight {
    text-align: right;
    padding-top: 5px;
}
.mainLogo {
    padding: 0px;
    text-align: left;
    width: 50%;
}
.translateSocial {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 8px;
}
.mainSocial a{
    color: white;
    padding-left: 25px;
}
.mainSocial a:hover {
    color: #fff200;
}
/********* Homepage **************/
.yellowBack {
    background-color: #fff200;
}
#mobileBanner { display: none;}
#homepageSlide { line-height: 1; padding: 0; margin: 0;}
.mainBtn {
    width: 40%;
}
.vehicleFlex {
    flex-wrap: nowrap;
}
.vehicleChoice {
    padding-bottom: 0px;
    width: 20%;
}
.textLeft {
    font-size: 45px;
}
.seoText h3 {
    font-size: 30px;
}
.homeReviewsSec {
    font-family: 'Montserrat', sans-serif;
    padding: 30px 10px;
}
.reviewsHead {
    color: #ed1d24;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    font-weight: 900;
    padding-bottom: 10px;
}
/*********** Footer *********/
#footer {
    margin-top: -3px;
}
    
.invBanners{display: flex; justify-content: space-between; padding: 15px 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 *********/
#header {
    width: 100%;
	background-image: url(images/header-background-lrg.png);
}
/*********** Homepage *********/
.searchBar #cx_quick_text_search_box .radio label {
width: 150px;
}
/* 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;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.mainBtn {
    width: 20%;
}
.mainBtnFlex {
    flex-wrap: nowrap;
}
.tradeTextFlex {
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.textLeft {
    font-size: 31px;
    width: 53%;
}
.textRight {
    text-align: right;
    width: 44%;
}
.tradeHead {
    font-size: 18px;
}
.tradeText{
    font-size: 15px;
}
.tradeVehicles {
    text-align: center;
    margin-top: -80px;
}
.seoHead h1 {
    font-size: 40px;
}
.seoSubHead {
    font-size: 18px;
}
.seoPhotoFlex {
    display: flex;
    justify-content: space-between;
}
.seoPhoto {
    width: 49%;
}
.seoText {
    width: 49%;
}
.photoRight {
    order: 2; 
}
.seoLeft {
    order: 1;    
}
/************ Footer *************/
.footerBlackBack {
    background-color: #424242;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 14px;
    padding: 20px 10px;
}
.linksHead {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff200;
}
.footerFlex {
    display: flex;
}
.footerLinks {
    padding-right: 25px;
}
.midLinks {
    padding-left: 25px;
    border-left: 1px solid #595959;
    border-right: 1px solid #595959;
}
.midLinks2 {
    padding-left: 25px;
    border-right: 1px solid #595959;
}
.lastLinks {
    padding-left: 25px;
}
.footerBlackBack a{
    color: white;
    text-decoration: none;
}
.footerBlackBack a:hover {
    color: #fff200;
    text-decoration: none;
}
.makeItYellow {
     color: #fff200;
}
.bottomFootFlex {
    display: flex;
    align-items: center;
}
.chamberLogo {
    width: 100px;
}
/*********** Donations Page ***********/
.blackPageBack .pageHeader h1{
    font-weight: 800;
    font-size: 30px;
}

.blackPageBack .fullPage p{
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 30px;
    line-height: 1.5;
}
}

@media only screen and (min-width: 1024px){
/* Big landscape tablets, Laptops, & Desktops */
/************* General Page code ****************/
.formFlex {
    display: flex;
    justify-content: space-between;
}
.formLeft {
    padding: 0;
    width: 67%;
}
.infoRight{
    padding: 0;
    width: 30%;
}
.formBtn {
    width: 100%;
}
#mapHolder {
    width: 100%;
}
hr{
    width: 100%;
}
/*********** homepage *************/
/* 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);
}
.textLeft {
    font-size: 40px;
}
.tradeHead {
    font-size: 22px;
}
.tradeText{
    font-size: 18px;
}
.homebtn {
    font-size: 20px;
}
.tradeVehicles {
    margin-top: -140px;
}
.homeReviewsSec {
    padding: 50px 10px;
}
.reviewsHead {
    font-size: 38px;
}
/********** Footer ********/
.footerBlackBack {
    font-size: 16px;
}
.linksHead {
    font-size: 20px;
    padding-bottom: 10px;
}
}

@media only screen and (min-width: 1300px){
/* Hi-Res Laptops and Desktops */
/**************** Homepage *************/
.mainBtn {
    font-size: 18px;
}
.shopByTypeWrap {
    width: 950px;
    margin-left: auto;
}
.shopByTypeBack {
    background-image: url(images/search-by-type-background.png);
	background-repeat: no-repeat;
    background-position: top left;
}
.shopByTypeWrap {
    padding: 35px 0px;
}
.lightBlueBack {
    padding: 30px 10px 120px 10px;
}
.textLeft {
    font-size: 50px;
}
.tradeVehicles {
    margin-top: -170px;
}
.seoHead h1 {
    font-size: 50px;
}
.seoPhoto {
    width: 50%;
}
.seoText {
    width: 40%;
    padding: 0 5%;
}
.seoPhotoFlex {
    align-items: center;
}
.seoText p {
    font-size: 14px;
}
/************* Footer **************/
.footerLinks {
    padding-right: 75px;
}
.midLinks {
    padding-left: 75px;
}
.midLinks2 {
    padding-left: 75px;
}
.lastLinks {
    padding-left: 70px;
}
.footerGoldBack {
    padding: 8px 0px;
}
.chamberLogo {
    width: 130px;
}
}

@media only screen and (min-width: 1500px){
/* Hi-Res Laptops and Desktops */
html {overflow-x: hidden;}
.seoText h3 {
    font-size: 35px;
}
.seoText p {
    font-size: 18px;
}
.seoBtn {
    margin-top: 15px;
}
.photoLeft {
    line-height: 1;
}
.reviewsHead {
    font-size: 45px;
}
}