
:root {
	color-scheme: light dark;

	--color-dark: #040404;
	--color-dark-accent: #ae120b;
	--color-dark-alt: #888;
	--color-light: #f6f6f6;
	--color-light-accent: #ededed;
	--color-light-alt: #ababab;
    --swiper-theme-color: var(--color-dark-accent);

	--font-main: 'Open Sans', sans-serif;
	--font-alt: 'Roboto', sans-serif;

}

article, , details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
/* html, button, input, select, textarea { font-family: sans-serif; color: #545454; } */
body { /*background: url(../img/bg.jpg) repeat;*/ 
	background-color: var(--color-light); color: var(--color-dark); 
	margin: 0; 
	font-size: 1rem; line-height: 1.6;
	font-family: 'Oxygen', sans-serif;
 }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
input::-moz-focus-inner { border: 0; }
object, embed { outline: 0; }
a { color: #00e; outline: 0; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ===== Initializr Styles =====================================================
   ========================================================================== */

/* body{ font:15px/20px Helvetica, Helvetica Neue, Arial; } */



.columns {
	columns: 2;
	margin: 2em 0;
}
.columns p:first-child {
	margin-top: 0;
}
.wrapper{
	width:90%;
	margin:0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

#header-container{ height: 0;/*border-bottom: 10px solid #7d000e;*/ }
#main-container{ min-height:600px; }
#footer-container{ /*border-top:    10px solid #7d000e;*/ }
#main       { /*border-top:    10px solid #7d000e;*/ }

#title{ color:white; }

::-moz-selection { background: #f16529; color: #fff; text-shadow: none; }
::selection      { background: #f16529; color: #fff; text-shadow: none; }

/* ==============
    MOBILE: Menu
   ============== */

nav a{
	/*display:block;
	margin-bottom:10px;
	padding:15px 0;

	background:#7d000e;
	color:white;
	text-decoration: none;

	text-align:center;
	font-weight:bold;
	font-size: 14px;*/
}

/*nav a:hover, */
nav a:visited{
	/*color:white;*/
}

nav a:hover{
	text-decoration:none;
	color:#0f3;
}
.menu-btn, .mob-icons {
	display: none;
}
nav ul { display: auto; }
/* ==============
    MOBILE: Main
   ============== */

#main{
	padding:20px 0 70px;
	clear:both;
	min-height: 440px;
}

#main article h1{
	font-size:2em;
}

#main {
	color: var(--color-dark-alt);
	/*padding:0px 5% 10px;
	float:right;*/
}

#footer-container footer{
	/*color:white;*/
	/* padding-bottom:20px; */
	    display: flex;
    flex-direction: column;
    margin-bottom: 2em;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 #title{ padding-top:20px; }
.ie7 hr {
	display : list-item;
	list-style : url(../img/linebreak.png) inside;
	filter : alpha(opacity=0);
	width : 0;
	border:0;
	height:48px;
	background: url(../img/linebreak.png) 50% 0 no-repeat;
	margin: 0;
}








.swiper {
	width: 100%;
	height: 100%;
	max-height: 45vh;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}












/* ===== Primary Styles ========================================================
   Author: Eddie Potros
   ========================================================================== */

   .contact-details {
	   position: relative;
	       top: 11em;
   }
   .hdr-phone-email {
	   position: absolute;
    right: 90px;
    top: 0;
   }
p.hdr-address { 
	/*float: left; */
	color: var(--color-dark-alt);
	    font-size: 1rem;
    position: absolute;
    line-height: 1.6;
    left: 90px;
    margin: 0;
}
p.hdr-phone, .hdr-email { 
	/*float: right;*/ 
	color: var(--color-dark-alt);
    font-family: var(--font-main);
    font-size: 1rem;
    text-align: right;
    /* position: relative; */
    line-height: 1.5;
    margin: 0;
}

 .hdr-email {
}

p.hdr-phone a:link, p.hdr-phone a:active, p.hdr-phone a:visited, p.hdr-email a:link, p.hdr-email a:active, p.hdr-email a:visited { text-decoration: none; color: #888;}
p.hdr-phone a:hover, p.hdr-email a:hover { color: var(--color-light-alt) }

h1 { font-family: 'Open Sans', Arial, sans-serif; font-weight: bold; color:#333; font-size:28px; letter-spacing:-1px;}
h2 { font-family: 'Open Sans', Arial, sans-serif; font-size: 22px; color:#505050; }
h2 span {color: #7e7e7e;}

.intro-txt {
	line-height: 1.2;
	font-size: 2.2rem;
}
.caps { text-transform:uppercase;}
.red { color: #ae120b; }
.right { float:	right; margin: 0 0 12px 12px; }
.left { float:	left; margin: 0 12px 12px 0; }

/* hr, .line-break { border:0; height:48px;  background: url(../img/linebreak.png) 50% 0 no-repeat;  margin: 30px auto 0px; } */

.hr-custom {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: 0.5;
  margin: 3em 0;
}
.hr-custom:before {
  content: "";
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-custom:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 0.5em;
  line-height: 1.5em;
  color: #818078;
  background-color: var(--color-light);
}
.footer-hr {
	margin: 2em 0 0.83em;
}



p { color: var(--color-dark-alt); } /*545454*/
a:link,a:active { color: var(--color-dark-accent);}
a:visited, a:hover { color: var(--color-dark-alt); }

.car-listing {width: 100%;}
/*#header-container h1#title { background: url(../img/logo.png) no-repeat center top; width:940px; height:243px;}*/
#header-container h1#title span { display: none;}

#inventory { width: 64%; float:right; }

#footer-container { font-size: 12px; font-family: var(--font-alt); color:#545454; margin: 0px auto 0;padding-bottom: 30px; }
#footer-container a { color: #8c8c8c; text-decoration: none;}
#footer-container a:hover { color: #ccc; }
.footer-nav { float: left; }
.footer-nav a { }
.footer-info { float: right; text-align: right; }
#footer-container h3 { margin:0;padding:0; font-size:13px; }

#map { float: left; /*width: 36%; */}
#map-contact #map_canvas { width: 100%; height: 500px; }
#map_canvas { border: 5px solid #5c5c5c; width: 325px; height: 425px; }
#map-popup {width: 230px; }
#map-popup p { font-family: var(--font-alt); font-size: 12px;}
#map-popup h2 { font-family: var(--font-alt); font-size: 17px; color: #f00; font-weight:bold; }
#map-popup a:link, #map-popup a:active, #map-popup a:visited { font-family: var(--font-alt);font-size: 14px; color: #444; text-decoration: none;  }
#map-popup a:hover { color: #000; }
#directions-form { display:none; }
.address-input { width: 200px; color:#555; background: #ededed; border:0; padding: 4px; -moz-border-radius:3px;	-webkit-border-radius:3px; border-radius:3px;}

.address-submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.address-submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.address-submit:active {
	position:relative;
	top:1px;
}
#main aside { float:right; margin-right: 30px;text-align: right;border-left: 1px solid #252525;padding-left: 30px; }
aside a { text-decoration: none; }
aside p.address { color:#a3a3a3; }


.social-share { 
	/*position: relative;
	right: 0;
	top: -100px;
	float: right;*/
}

.btn, a:link.btn, a:active.btn {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cc0000), color-stop(1, #82100a) );
	background:-moz-linear-gradient( center top, #cc0000 5%, #82100a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#82100a');
	background-color:#cc0000;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 20px;
	text-decoration:none;
	margin: 10px auto auto;
}
.btn:hover, a:hover.btn {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #82100a), color-stop(1, #cc0000) );
	background:-moz-linear-gradient( center top, #82100a 5%, #cc0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#82100a', endColorstr='#cc0000');
	background-color:#82100a;
	color: #c1bcbc;
}.btn:active {
	position:relative;
	top:1px;
}
#main-container .video { height:375px; width:1000px; background:#000; border:0; margin: 0 auto 30px;}

ul.hours li { }
ul.hours li span { color: #aaa; }
ul.hours li span.first-word { padding:0; text-indent:0;  color: #545454; display: inline-block; width: 90px;}

















/* =============================================================================
   SOCIAL ICONS
   ========================================================================== */

.social-links {
	position: relative;
    right: 0;
    top: -156px;
    /*margin-right: 112px;*/
    margin-right: 158px;
    text-align: right;
}

.ico-facebook {
	background: url(../img/ico-facebook.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding-left: 26px;
    margin-right: 60px;
}
.ico-instagram {
	background: url(../img/ico-instagram.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding-left: 26px;
}

.social-links a {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  /*line-height: 11px;*/
  position: relative;
  /*margin-left: 10px;*/
  text-decoration: none;
}
 .social-links a:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -6px;
  width: 0%; /* from center use this at 100% and the one after at 100% and remove rotateZ */
  height: 1px;
  background: #0d77b6;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.social-links a:hover:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -6px;
  width: 88%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
}
.social-links a:after {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.dj-eddie-logo { margin: -10px auto auto; }
.social-links a:hover ~ i,.social-links:hover > i, .social-links a:hover + i { -webkit-filter: brightness(150%); /* Safari */
    filter: brightness(150%); }
















/* =============================================================================
   VIDEO UPDATES
   ========================================================================== */


.videoWrapper {
    position: relative;
    /*padding-bottom: 56.25%;*/ /* 16:9 */
    padding-bottom: 35%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /*width: 100vw
 	height: calc(100vw/1.77);*/
}




/* FIREFOX FIX - NEW */
@-moz-document url-prefix() {
    nav li.nav-spacer { padding:0 1px;}
	.video { float:left; }
}


/* =============================================================================
   Media Queries
   ========================================================================== */



@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */
	
	nav a{
		/*float:left;
		width:27%;
		margin:0 1.7%;
		padding:25px 2%;
		margin-bottom:0;*/
		
	}
	
	
	.top-nav li {
		float: left;
    	width: 16%;
	}
	.top-nav li:nth-child(2) {
    	width: 17.5%;
	}
	
	.top-nav li:nth-child(1), .top-nav li:nth-child(2) {
    	text-align: right;
	}
	.top-nav li:nth-child(4), .top-nav li:nth-child(5) {
    	text-align: left;
	}
	.top-nav li:nth-child(3) {
    	width: 32%;
	}
	.top-nav li:nth-child(4) {
    	width: 12%;
	}
	.top-nav li:nth-child(5) {
    	width: 22%;
	}
	.top-nav li a {
		padding: 0;
		margin: 0;
		text-align: center;
		letter-spacing: 0.03em;
    	font-size: 1.25rem;
		font-weight: bold;
		text-transform: uppercase;
		color: var(--color-dark-accent);
		text-decoration: none;
		/* display: block; */
		/* padding: 10px 0; */
		transition: all .3s ease;
	}
	.top-nav li a:hover {
		color: var(--color-dark-alt);
	}
	/* new colors */
	/* 
	253993 accent
	3b3b3b dark
	a7d9ed secondary
	f1f1f1 light
	*/

		
	/* Navigation */
	nav {
		/* height: 214px; */
		/* margin: 0 auto; */
		/*border: 1px solid #fad;
		display: inline-block;
		background: #333;*/
	}
	nav .nav {
		list-style: none;
		margin-left: auto;
		margin-right: auto;
	}
	nav ul.nav  { 
		width: 100%;
		/*border: 2px solid #0C3;*/
		text-align: center;
		position: relative;
		/* left:20px; */
		top: -160px;
		z-index:1;
		/*width: 100%; margin-left: auto; margin-right: auto;*/ 
	}
	ul.nav span {  }

	nav .nav li {
	  /* display: inline; */
	}
	nav li a {
	  /*background: url("../img/nav.png") no-repeat 0px 0px transparent;*/
	  /* display:inline-block; */
	  overflow: hidden;
	  /* height: 62px;*/ */
	 /*margin: 30px 24px 0 0;*/
	}
	/*nav .nav li.last {
	  margin: 0px 0 0 0;
	}*/

	/* nav li.nav-spacer { margin: 0 160px 0 120px; } */

	/* nav li.index a { width: 90px; background-position: 0 0;} */
	/* nav li.inventory a { width: 149px; background-position: -90px 0px;} */
	/* nav li.about a { width: 105px; background-position: -239px 0px;} */
	/* nav li.contact a { width: 174px; background-position: -344px 0px;} */

	/* nav li.index a:hover { background-position: 0 -62px;} */
	/* nav li.inventory a:hover { background-position: -90px -62px;} */
	/* nav li.about a:hover { background-position: -239px -62px;} */
	/* nav li.contact a:hover { background-position: -344px -62px;} */
		
	
	
	/* nav li:first-child a { margin-left:0;  } */
	/* nav li:last-child  a { margin-right:0; } */
	/* #header-container h1#title { background: url(../img/cw-logo-m.jpg) no-repeat; width:400px; height:38px;} */


/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

	nav ul li{
		display:inline;
	}	
	.oldie nav a{
		margin:0 0.7%;		
	}
}



@media only screen and (max-width: 768px) {

	.columns {
		columns: 1;
	}
	.social-links {
	    top: -10px;
	    /*top: -67px;*/
	    margin-right: 50px;
	}
	/*.ico-facebook, .ico-instagram { display: block; }*/


}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

	#header-container,
	#main {
		/*-webkit-box-shadow:0 5px 10px #aaa;
		   -moz-box-shadow:0 5px 10px #aaa;
		        box-shadow:0 5px 10px #aaa;*/
	}

	/* #header-container h1#title { background: url(../img/cw-logo-m.jpg) no-repeat; width:400px; height:38px; position: relative;} */
/* ============
    WIDE: Menu
   ============ */
	
	#title{
		float:left;
	}

	nav{
		/*float:right;*/
		width:100%;
	}

/* ============
    WIDE: Main
   ============ */

	#main article{
		float:left;
		width:57%;
	}
		
	#main {
		
		/*width:28%;*/
	}

	.vQuickview .media { border: 1px solid #424242 !important; }
	.car-menu a { color: #454545 !important; }
	.car-menu a:hover { text-decoration: none !important; color: var(--color-dark) !important; }
	.car-view-right { width: 55%; }
	.car-view-img { width: 24%; }


	.inventory-car-titles-make-model { width: 34% !important; }
	.inventory-car-titles-year { width: 11% !important; }
	.inventory-car-titles-km { width: 14% !important; }
	.inventory-car-titles-vin { width: 17% !important; }
	.inventory-car-titles-price { width: 19.2% !important; }


}


/* ===============
    Maximal Width
   =============== */
	/* body { background: url(../img/bg.jpg) repeat ;} */
	.wrapper{
		width:960px; /* 1140px - 10% for margins */
		margin:0 auto;
	}
	/*#header-container h1#title { background: url(../img/cw-logo.jpg) no-repeat; width:853px; height:80px;}*/
	#header-container h1#title { 
		background: url(../img/logo-hdr-lines.png) no-repeat center top;
		/* background: url(../img/sideparkauto-logo-red-border.png) no-repeat center top; */
		width:100%;
		height:243px;
		margin:0;
	}
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}







@media (min-width: 240px) and (max-width: 768px) {
    .wrapper {
		width: 94%;
		margin: 0 3%;
	}
	#header-container {
	  	height: auto;
		/* border-bottom: 10px solid #7d000e; */
	}
	#main-container {
		min-height: auto; 
	}
	#title { max-width: auto; }
    /* body { background: url(../img/bg.jpg) repeat; } */
    #main-container .video { width: 100%; height: auto !important; }
	video #cw-intro, .video-js, video #cw-intro[style], #cw-intro_html5_api[style], .vjs-tech[style] { width: 100% !important; height: auto !important; position: relative !important; }
    #header-container h1#title {
		/* background: url(../img/logo-seal-mob.png) center no-repeat; */
		background: url(../img/sideparkauto-logo-dark-sm.png) no-repeat center top;
		height: 120px;
		width: 100%;
		position: relative;
		z-index: 9;
		max-width: 100%;
		margin: 0;
	}
	/*nav ul.nav:before {
		content: url(../img/logo-seal-mob.png) no-repeat 0px 0px transparent;
		display: block;
		height: 120px;
		width: 140px;
		text-align: center;
	}*/
	
	.mob-icons {
		display: block;
	    position: absolute;
	   	left: 10px;
	    top: 10px;
		z-index: 12;
	}
	.mob-icons a { 
		display: block;
		text-decoration: none;
		line-height: 1.7;
	}

	/* MENU ICON */
	.menu-btn {
		display: block;
		background-color:#ddd;
	    position: absolute;
	   	right: 10px;
	    top: 10px;
		z-index: 11;
	    /*left: 50%;
	    transform: translateX(-50%);*/
		/*width: 24px;
		height: 24px;
		background: transparent url(../img/menu.png) center no-repeat;*/
	}
	.cmn-toggle-switch {
		display: block;
		position: relative;
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 40px;
		height: 40px;
		font-size: 0;
		text-indent: -9999px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		cursor: pointer;
		-webkit-transition: background 0.3s;
		      transition: background 0.3s;
	}

	.cmn-toggle-switch:focus {
		outline: none;
	}
		.cmn-toggle-switch span {
		display: block;
		position: absolute;
		top: 19px;
		left: 6px;
		right: 6px;
		height: 4px;
		background: white;
	}

	.cmn-toggle-switch span::before,
	.cmn-toggle-switch span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #fff;
		content: "";
	}

	.cmn-toggle-switch span::before {
	  	top: -11px;
	}

	.cmn-toggle-switch span::after {
	  	bottom: -11px;
	}

	/**
	* Style 2
	* 
	* Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
	* down to center and transform into an "x".
	*/
	.cmn-toggle-switch__htx {
		background-color: #333333;
	}

	.cmn-toggle-switch__htx span {
		-webkit-transition: background 0 0.3s;
	      	transition: background 0 0.3s;
	}

	.cmn-toggle-switch__htx span::before,
	.cmn-toggle-switch__htx span::after {
		-webkit-transition-duration: 0.3s, 0.3s;
	      	transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0;
	      	transition-delay: 0.3s, 0;
	}

	.cmn-toggle-switch__htx span::before {
		-webkit-transition-property: top, -webkit-transform;
	      	transition-property: top, transform;
	}

	.cmn-toggle-switch__htx span::after {
		-webkit-transition-property: bottom, -webkit-transform;
	      	transition-property: bottom, transform;
	}

	/* active state, i.e. menu open */
	.cmn-toggle-switch__htx.active {
		background-color: #cb0032;
	}

	.cmn-toggle-switch__htx.active span {
		background: none;
	}

	.cmn-toggle-switch__htx.active span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		  -ms-transform: rotate(45deg);
		      transform: rotate(45deg);
	}

	.cmn-toggle-switch__htx.active span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		  -ms-transform: rotate(-45deg);
		      transform: rotate(-45deg);
	}

	.cmn-toggle-switch__htx.active span::before,
	.cmn-toggle-switch__htx.active span::after {
		-webkit-transition-delay: 0, 0.3s;
		      transition-delay: 0, 0.3s;
	}




	nav ul { display: none; }
    nav { height: auto; margin-bottom: 10px; }
	/* ul.nav span {
	  display: inherit;
	} */
	nav .nav li { display: block; }
	nav li a { text-decoration: none; margin-right: 12px !important; font-size: 26px; line-height: 34px; }
	nav li.index a, nav li.inventory a, nav li.about a, nav li.contact a { width: auto; }
	nav ul.nav {
		width: 100%;
		text-align: center;
		position: relative;
		z-index: 1;
		top: auto; left: auto; 
	}
	nav a, nav a:visited{
		color:var(--color-dark-alt);
	}

	nav a:hover{
		text-decoration:none;
		color: var(--color-dark-accent);
	}
	nav li a { background: none; display: inherit; overflow: inherit; height: auto; }
	nav li.nav-spacer { margin: 0; display: none; }
	.contact-details {
		position: relative;
	}
	.hdr-address, .hdr-phone, .hdr-email { 
		display: none; 
		margin: 0; 
		padding: 0; 
		/*height: 0;*/ 
		/* z-index: 15;  */
	}
	.contact-details {
    top: initial;
}
	.hdr-phone-email {
		position: initial;
		right: initial;
		top: 0;
	}
	p.hdr-address, p.hdr-phone, p.hdr-email  { 
		/* position: relative; 
		z-index: 3; 
		top: auto; left: auto; right: auto;  */
		margin: 0; 
		padding: 0.25em 0; 
		/* float: left;  */
		width: 100%; 
		text-align: center; 
		font-size: 110%; 
		    line-height: 1.5;
    border-bottom: 2px dotted var(--color-light-accent);
	}
	p.hdr-address {
		position: initial;
	}
	
	h1.caps { line-height: 1.5; font-size: 1.6rem; }
	#main { padding: 0; min-height: auto; clear: none; }
	.footer-nav { text-align: center; width: 100%; margin-top: 8px; }
	.footer-info { text-align: center; width: 100%; margin: 10px 0 18px 0;}
	#social-share { display: none; }
	#map_canvas {
		border: 0;
		width: 100%;
		height: 200px;
	}
	#map {
		float: inherit;
	}
	.btn, a:link.btn, a:active.btn {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		font-size: 15px;
		width: 91.3%;
		text-align: center;
		letter-spacing: 1px;
	}



	

	#inventory, #container { width: 100% !important; max-width: 100% !important; min-width: 100% !important; } 
	#sbForm fieldset { margin: 3px !important; }
	#inventory { margin-top: 24px; }
	#vMiniInventory select {
		width: 49% !important;
		margin: 6px 0 0 !important;

		/*-webkit-appearance: button;
	    -moz-appearance: button;
	    -webkit-user-select: none;
	    -moz-user-select: none;*/
	    -webkit-padding-end: 20px;
	    -moz-padding-end: 20px;
	    -webkit-padding-start: 2px;
	    -moz-padding-start: 2px;
	    /* fallback color if gradients are not supported */
	    background-color: #dadada; 
	    /* For Chrome and Safari */
	    /*background-image: url(../images/select-arrow.png), -webkit-linear-gradient(top, #E5E5E5, #F4F4F4); */
	     /* For old Fx (3.6 to 15) */
	    /*background-image: url(../images/select-arrow.png), -moz-linear-gradient(top, #E5E5E5, #F4F4F4);*/
	    /* For pre-releases of IE 10*/
	    /*background-image: url(../images/select-arrow.png), -ms-linear-gradient(top, #E5E5E5, #F4F4F4); */
	    /* For old Opera (11.1 to 12.0) */
	    /*background-image: url(../images/select-arrow.png), -o-linear-gradient(top, #E5E5E5, #F4F4F4);  */
	    /* Standard syntax; must be last */
	    /*background-image: url(../images/select-arrow.png), linear-gradient(to bottom, #E5E5E5, #F4F4F4); */
	    background-position: center right;
	    background-repeat: no-repeat;
	    border: 1px solid #AAA;
	    border-radius: 2px;
	    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	    color: #555;
	    font-size: inherit;
	    margin: 0;
	    overflow: hidden;
	    padding-top: 2px;
	    padding-bottom: 2px;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	/*#vMiniInventory select :nth-child(odd) { margin: 0; }*/
	#vMiniInventory #SBcriteria label:nth-child(2n+0) {  margin: 0 !important; }
	/* for centering image of car in home page module, un-comment below where it has FIX next to values & remove the word "FIX" of course */
	#container .vQuickview { /*FIX min-height: 320px;*/ height: auto !important; overflow-y: auto; overflow-x: hidden; margin: 0 !important; padding: 10px 10px 0!important; }
	.mediaImg { margin: 0 auto; text-align: center; }
	.vQuickview .media { /*FIX width: 100% !important;*/ margin: 0 !important; max-width: 100% !important; width: 100% !important; /* border: 0 !important; */ border: 1px solid #424242 !important; padding: 3px; }
    .vQuickview .media img { /*FIX*/ width: 100%; max-width:100%; margin: 0 auto; padding: 0px !important; }
    #container .vQuickview dl { width: 100%; margin: 10px 0 0; }
    h2.hoverSearchMainTitle { line-height: 1.2; }
    .vQuickview h2 { margin: 6px 0 !important; }
    #invContainer { margin: 2px !important; text-align: center; }
    #invTbl { /*font-size: 0.9em;*/ font: 13px/21px sans-serif; }
    #invTbl td { padding: 2px 0 !important; }
	#invTbl th a { padding: 0 5px !important; text-align: center; }
	#invTbl th:nth-child(5) a { padding: 0 !important; visibility: hidden; width: 0; }
	#invTbl th:nth-child(5) a:after {
		padding: 0 2px !important;
		visibility: visible;
		content: "KM";
		min-width: 31px;
		width: 100%;
		float: left;
		position: relative;
		top: -15px;
		left: 0;
		text-decoration: none;
		background: #000;
		border-bottom: 1px solid #5c5c5c;
		/* text-align: left; */
		/* max-width: 50px; */
		/* line-height: 30px; */
	}
	#invTbl th:nth-child(5) a:hover:after {
		background: #440C0C !important;
	}
	#invPagingHeader { width: 70%; }
	.btn, a:link.btn, a:active.btn { width: 100% !important; padding: 6px 0 !important; }
	#invTbl td.numeric { text-align: center !important; }
	#pagingJump ul { margin: 0 !important; padding: 0 0 0 30px !important; width: 100%; }
	#pagingJump li a, #pagingJump li a.curpage {
		moz-border-radius: 3px !important;
		-webkit-border-radius: 3px !important;
		border-radius: 3px !important;
		padding: 2px 9px !important;
		font-size: 14px !important;
	  	font-weight: normal !important;
	  	background: #2f3237 !important;
	  	background-color: none !important;
    	box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .1) !important;
	    background: -webkit-gradient(linear, 0 0, 100% 0, from(#565b5f), to(#3e4347)) !important;
	    background: -webkit-linear-gradient(0% 0% 270deg, #565b5f, #3e4347) !important;
	    background: -moz-linear-gradient(0% 0% 270deg, #565b5f, #3e4347) !important;
	    background: -o-linear-gradient(0% 0% 270deg, #565b5f, #3e4347) !important;
	    background: linear-gradient(0% 0% 270deg, #565b5f, #3e4347) !important;
	    color: #feffff;
    	text-shadow: 0px 1px 0px rgba(0,0,0, .5);
		
	}
	#pagingJump li a:hover, #pagingJump li a.curpage {
		background: #3d4f5d !important;
	    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ED4545), to(#cc0000)) !important;
	    background: -moz-linear-gradient(0% 0% 270deg,#ED4545, #cc0000) !important;
	}
	.submit a, .incentivesCallout a.allIncentives {
		-moz-border-radius: 3px !important;
		-webkit-border-radius: 3px !important;
		border-radius: 3px !important;
		margin: 0px 6px auto auto !important;
		padding: 3px 8px !important;
		font-size: 12px !important;
  		font-weight: normal !important;
	}
	#pagingJump li {
		margin: 0 30px 0 -26px !important;
	}

	.car-paginator span.current, .car-paginator a:link, .car-paginator a:visited {
		moz-border-radius: 3px !important;
		-webkit-border-radius: 3px !important;
		border-radius: 3px !important;
		padding: 4px 11px !important;
		font-size: 14px !important;
	  	font-weight: normal !important;
	  	background: #2f3237 !important;
	  	background-color: none !important;
    	box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .1) !important;
	    background: -webkit-gradient(linear, 0 0, 100% 0, from(#565b5f), to(#3e4347)) !important;
	    background: -webkit-linear-gradient(0% 0% 270deg, #565b5f, #3e4347) !important;
	    background: -moz-linear-gradient(0% 0% 270deg, #565b5f, #3e4347) !important;
	    background: -o-linear-gradient(0% 0% 270deg, #565b5f, #3e4347) !important;
	    background: linear-gradient(0% 0% 270deg, #565b5f, #3e4347) !important;
	    color: #fff !important;
    	text-shadow: 0px 1px 0px rgba(0,0,0, .5);
    }
	.car-paginator span.current {
		background: #3d4f5d !important;
	    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ED4545), to(#cc0000)) !important;
	    background: -moz-linear-gradient(0% 0% 270deg,#ED4545, #cc0000) !important;
	}
	.car-paginator a:hover{
		background: #3d4f5d !important;
	    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ED4545), to(#cc0000)) !important;
	    background: -moz-linear-gradient(0% 0% 270deg,#ED4545, #cc0000) !important;
	}




	
	#main-container { min-height: 300px; }
	#main aside { 
		float: left !important;
		margin: 0;
		padding: 0;
		border: 0;
		text-align: left;
		width: 100%;
	}
	body.contact #main h1.caps, body.inventory #main h1.caps { font-size: 1.3rem; }
	ul.hours { margin: 0; padding: 0; list-style-type: none; }
	#map-contact #map_canvas { height: 350px; }
	#footer-container { margin: 0; height: auto; }
	
	
	.car-container { /* to reverse floating divs of left and right */ /*display:flex; flex-direction: column-reverse; margin: 0 auto 20px !important;*/ /*border-bottom: 2px dotted  #454545; padding: 0 0 8px !important;*/ }
	.car-listing { margin: 0 0 25px 0 !important; border-bottom: 2px dotted  #454545; padding: 0 0 8px !important; }
	.inventory-car-titles { display: none; }
	.car-head { margin: 0 !important; padding: 0 !important; font-size: inherit !important; background: none !important; }
	.car-head-make { width: 100% !important; padding: 0 !important; font-size: 200%; font-weight: normal !important; line-height: initial; }
	.car-head-make:before { content: "Make & Model"; font-size: 12px; color: #888; letter-spacing: 1px; text-transform: uppercase; width: 100%; display: block; }
	.car-head-year { width: 50% !important; margin: 0; font-weight: bold; font-size: 14px; } 
	.car-head-year:before { content: "Year "; font-size: 14px; color: #888; letter-spacing: 1px; text-transform: uppercase; font-weight: normal; }
	.car-head-mileage { width: 50% !important; margin: 0; font-weight: bold; font-size: 14px; }
	.car-head-mileage:before { content: "KM "; font-size: 14px; color: #888; letter-spacing: 1px; text-transform: uppercase; font-weight: normal; }
	.car-head-vin { width: 100% !important; letter-spacing: 1px; }
	.car-head-vin:before { content: "VIN # "; font-size: 14px; color: #888; letter-spacing: 1px; text-transform: uppercase; font-weight: normal; }
	.car-head-price { width: 100% !important; float: left !important; text-align: left !important; letter-spacing: 1px; margin-bottom: 8px; }
	.car-head-price:before { content: "$"; letter-spacing: 0px; text-transform: uppercase; font-weight: normal; }
	.car-body { padding: 0 !important; /*display: block; height: auto !important; clear: both; overflow:hidden; max-width: 100% !important;
  width: 100% !important;*/ }
	.car-body-pic { width: 100% !important; }
	.car-body-pic a { display: block; /*clear: both; overflow: hidden;*/ }
	.car-body-pic img { width: 100%; /*border: 0; height: auto;*/ }
	.car-body-extras { width: 100% !important; padding: 0 !important; margin-top: 8px; }
	.car-body-extras a { color: #ccc !important; }
	.car-body-extras:before { content: "Extras"; font-size: 12px; color: #888; letter-spacing: 1px; text-transform: uppercase; width: 100%; display: block;}
	
	.car-menu { dipslay: block; overflow: auto; width: 100%; margin: 0 0 20px !important; padding: 0 !important; font-size: 14px !important; text-transform: uppercase; border-bottom: 2px solid #454545 !important; }
	.car-menu li { padding: 0 !important; }
	.car-menu a { color: #454545 !important; }
	.car-menu a:hover { text-decoration: none !important; color: var(--color-dark) !important; }
	/*.car-menu li:first-child { width: 50%; float: left; text-align: left; }*/
	/*.car-menu li:last-child { width: 50%; float: right; text-align: right; }*/
	.fa-search { /* margin: 0; padding: 0; width: 20px !important; text-align: right !important;*/ }
	
	.car-search { } 
	.car-search-left, .car-search-right { width: 100% !important; margin: 0 !important; }
	.car-search p { margin: 0 0 6px !important; padding: 0 !important; }
	.car-search label { width: 30% !important; }
	.car-select-medium { width: 70% !important }
	.car-text-medium { width: 67% !important }
	.car-text {   padding: 3px 1% !important; }
	.car-select-small { width: 31.8% !important }
	.car-container input[type=submit] { width: 100%; padding: 8px 0; margin-top: 8px; text-transform: uppercase; letter-spacing: 1px; font-weight: bold; }
	.car-container input[type=submit]:hover { 
		background: #3d4f5d !important;
	    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ED4545), to(#cc0000)) !important;
	    background: -moz-linear-gradient(0% 0% 270deg,#ED4545, #cc0000) !important;
	    color: #fff;
	    border-color: #000;
	}
	.car-search-empty { margin-bottom: 8px; }


	.car-view-left, .car-view-right { width: 100% !important; margin: 0 !important; }
	.car-view-left { }
	.car-view-right { margin-bottom: 12px !important; }
	#car-view-pic[style] { width: 100% !important; min-height: 0 !important; }
	.car-listing img { width: 100%; height: auto; }
	.car-view-img { width: 49% !important; margin: 0.5% !important; }
	.car-view-img a { display: block; }





}


/* portrait mode on phones */

@media (min-width: 600px) and (max-width: 768px) {
	

	.wrapper {
		width: 98%;
		margin: 0 1%;
	}

	#invTbl th:nth-child(5) a { padding: 0 !important; visibility: visible; width: inherit;; }

	#invTbl th:nth-child(5) a:after {
		padding: 0 2px !important;
		visibility: hidden !important;
		content: "" !important;
		min-width: inherit !important;
		width: inherit !important;
		float: left;
		position: relative;
		top: 0 !important;
		left: 0 !important;
		text-decoration: none;
		background: #000;
		border-bottom: 1px solid #5c5c5c;
		/* text-align: left; */
		/* max-width: 50px; */
		/* line-height: 30px; */
	}
	
	#main aside { 
		float: left !important;
		margin: 0;
		padding: 0;
		border: 0;
		text-align: left;
		width: 50%;
	}

	.car-view-left { width: 35% !important; margin-right: 1% !important; }
	.car-view-right { width: 64% !important;  /*margin-left: 1% !important;*/ }

	.car-body-pic { width: 90% !important; }
	.car-body { width: 40%; float: right; }
	.car-head { float: right; width: 60%; }
	.car-view-img { width: 24% !important; }
	.car-listing img { width: 100%; }

	.car-search-left, .car-search-right {
		width: 50% !important; 
	}

	/*.car-text-medium { width: 68.2% !important;	}*/


}

@media (min-width: 660px) and (max-width: 846px) {
	.car-search-right {
	  width: 48% !important;
	  margin-left: 10px !important;
	}
}


.hp-map { width: 335px; height: 630px; }
@media screen and (max-width: 767px) { .hp-map { width: 100%; height: 435px; } }



@media (prefers-color-scheme: dark) {
	:root {
		--color-dark: #f6f6f6;
		--color-dark-accent: #ae120b;
		--color-dark-alt: #888;
		--color-light: #040404;
		--color-light-accent: #ededed;
		--color-light-alt: #ababab;
		--color-dark-bg: #0e0e0e;
		--image-filter: grayscale(11%);
	}
	body {
		--duration: 0.5s;
		--timing: ease;
		background: url(../img/bg.jpg) repeat;
		color: var(--color);
		background-color: var(--background-color);
		transition: color var(--duration) var(--timing), background-color var(--duration) var(--timing);
	}
	#header-container h1#title { 
		background: url(../img/logo-hdr-lines-dark.png) no-repeat center top;
	}
	.sidepark-map, .hp-map, img {
		opacity: 0.83;
	}
	.car-menu, .car-view-heading {
		background-color: var(--color-dark-bg);
	}

	img:not([src*='.svg']) {
		filter: var(--image-filter);
	}
	
	@media only screen and (max-width: 768px) {
		
		#header-container h1#title { 
			background: url(../img/sideparkauto-logo-fx-sm.png) no-repeat center top;
		}
	}
}


