@import url('https://fonts.googleapis.com/css?family=Anton&display=swap'); /* font-family: 'Anton', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i'); /* font-family: 'Lato', sans-serif; */

/* GENERAL DECLARATIONS */
* {box-sizing:border-box;}
body, html {margin:0;padding:0;}
img {border:none;vertical-align:middle;max-width:100%;height:auto;}
*:focus {outline:0;}
*[nowrap] {white-space:nowrap;}

hr {display:block;line-height:normal;background:#000;height:1px;border:none;margin:30px auto;}
hr.gray,hr.grey {border-top:3px solid #edeeef;height:0px;background:none;}
hr.gray.arrow,hr.grey.arrow {height:26px;background:url('/img/light-blue-down.png') top center no-repeat;}

html {font-size:62.5%;} /* 10px */
body {
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-family: 'Lato', sans-serif;
	color:#000;
	font-size:1.4em;
	line-height:1.4em;
	font-weight:normal;
	background:#efefef;
	min-height:100%;
}

p {margin:20px 0;}

/* for offsetting anchor links due to sticky header */
:target:before {
  content:"";
  display:block;
  height:60px;
  margin:-60px 0 0;
}

h1,h2,h3,h4,h5,h6 {line-height:normal;}
h1 {font-size:1.8em;margin:0 0 30px 0;}
h2 {font-size:1.6em;margin:0 0 30px 0}
h3 {font-size:1.3em;margin:0 0 5px 0}
h4,h5,h6 {font-weight:bold;font-size:1em;margin:0 0 3px 0;}

h1.fancy,h2.fancy,h3.fancy {color:white;padding:10px 20px;}

a {text-decoration:none;color:inherit;transition:all 150ms;-webkit-transition:all 150ms;-moz-transition:all 150ms;}
.bx-controls a {transition:none !important;-moz-transition:none !important;-webkit-transition:none !important;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {color:inherit !important;}

.nissan {font-family:nissan-ag;}
.nissan.bold {font-weight:700;}

.quicksearch-wrapper {margin-bottom:20px;}

.wow {visibility:hidden;}

.wrapper {
	max-width:1380px;
	margin:0 auto;
	background:white;
	/*padding:0 30px;*/
}
.wrapper .wrapper {padding:0;max-width:none;background:none;}
.wrapper-inner {
	padding:15px 0;
	margin:0 auto;
	width:96%;
}
/*@media(max-width:1350px){
	.wrapper {max-width:none;padding:0;}
	.wrapper-inner {width:95%;}
}*/
.wrapper-inner.small {max-width:900px;}
.wrapper-inner.x-small {max-width:500px;}



/* flexbox - not on homepage */
.flex {display:flex;align-items:flex-start;justify-content:space-between;}


.inline-cards {justify-content:flex-start;}
.inline-cards > * {margin-right:8px;}
@media(max-width:782px){ .inline-cards > * {margin-right:3px;} }
.inline-cards > *:last-of-type {margin-right:0;}

body:not(.home) section.main > .wrapper > .wrapper-inner {display:flex;align-items:flex-start;}
body:not(.home) section.main > .wrapper > .wrapper-inner > .flex-child {margin-right:2%;}
body:not(.home) section.main > .wrapper > .wrapper-inner > .flex-child.content {flex:1 1 auto;margin-right:2%;}
body:not(.home) section.main > .wrapper > .wrapper-inner > .flex-child.last {margin-right:0;} /* javascript add first last */
body:not(.home) section.main > .wrapper > .wrapper-inner > .flex-child.first {margin-left:0;}

body:not(.home) section.main > .wrapper > .wrapper-inner > .ads.right {flex:0 0 300px;}
body section.main > .wrapper > .wrapper-inner > .buttons {flex:0 0 90px;}
body section.main > .wrapper > .wrapper-inner > aside.right {flex:0 0 390px;}
body section.main > .wrapper > .wrapper-inner > aside.left {flex:1 1 auto;}


header > .wrapper.first > .wrapper-inner.first {width:auto !important;}

.post {margin-bottom:80px;position:relative;}

.mobile-up-arrow {
	position:fixed;
	right:0;
	bottom:40px;
	z-index:100001;
	max-width:12%;
	opacity:0.5;-moz-pacity:0.5;-webkit-pacity:0.5;
	display:none;
}

.animate1s {transition:all 1s;-moz-transition:all 1s;-webkit-transition:all 1s;}
.animate2s {transition:all 2s;-moz-transition:all 2s;-webkit-transition:all 2s;}

.clearfix:after, .post:after, .wrapper-inner:after, .wrapper:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   overflow:hidden;
   clear: both;
}

.col-1-wide {display:block;margin:0 auto 30px auto;}

.col-2-wide,.half {display:block;float:left;width:49%;margin:0 2% 30px 0;clear:none;}
.col-2-wide:nth-of-type(2n),.half:nth-of-type(2n) {margin-right:0;}
.col-2-wide:nth-of-type(2n+1),.half:nth-of-type(2n+1) {clear:left;}

.col-3-wide,.third {display:block;float:left;width:32%;margin:0 2% 30px 0;clear:none;}
.col-3-wide:nth-of-type(3n),.third:nth-of-type(3n) {margin-right:0;}
.col-3-wide:nth-of-type(3n+1),.third:nth-of-type(3n+1) {clear:left;}

.col-4-wide,.fourth {display:block;float:left;width:23.5%;margin:0 2% 30px 0;clear:none;}
.col-4-wide:nth-of-type(4n),.fourth:nth-of-type(4n) {margin-right:0;}
.col-4-wide:nth-of-type(4n+1),.fourth:nth-of-type(4n+1) {clear:left;}

.col-5-wide,.fifth {display:block;float:left;width:18.4%;margin:0 2% 30px 0;clear:none;}
.col-5-wide:nth-of-type(5n),.fifth:nth-of-type(5n) {margin-right:0;}
.col-5-wide:nth-of-type(5n+1),.fifth:nth-of-type(5n+1) {clear:left;}

.col-6-wide,.sixth {display:block;float:left;width:15%;margin:0 2% 30px 0;clear:none;}
.col-6-wide:nth-of-type(6n),.sixth:nth-of-type(6n) {margin-right:0;}
.col-6-wide:nth-of-type(6n+1),.sixth:nth-of-type(6n+1) {clear:left;}

/* IMPORTED FROM OLD CSS */
.content .quicksearch-simple {margin-bottom:10px;}
.SitePositionBar {
	padding:10px;
	color: white;
	text-align:left;
	font-weight: bold;
	background-color: #808080;
	line-height:normal;
}
.SitePositionBar h1, .SitePositionBar h2, .SitePositionBar h3 {margin:0;font-weight:normal;font-size:inherit;}
.SitePositionBar .flex {align-items:center;}
.SitePositionBar .flex > * {flex:0 1 auto;margin-top:0 !important;margin-bottom:0 !important;}
.QuickSearchBar {
	padding:10px;
	font-size: 11px;
	color: black;
	text-align:left;
	font-weight: bold;
	background-color: #E0E0E0;
}
.MainMenuHover
{
	color: White;
	text-align:left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left:12px;
	background-color: #6EC291;
	cursor: pointer;
}
.DealerList
{
	color: black;
	background-color: white;
	padding:3px;
	height: 15px;
}

.DealerListGray
{
	color: black;
	background-color: #EEEEEE;
	padding:3px;
	height: 15px;
}
table[width="490"] {width:100%;}
table[width="496"] {width:100%;}
img[width="490"] {width:100%;}

.plaque-outer {display:inline-block;min-width:220px;background:url('/images/plaque/platinum-back.png') center center no-repeat;background-size:cover;text-align:center;color:black;font-size:16px;font-weight:normal;}
.plaque-outer[onclick] {cursor:pointer;}
.plaque-outer.platinum {background-image:url('/images/plaque/platinum-back.png');}
.plaque-outer.silver {background-image:url('/images/plaque/silver-back.png');}
.plaque-outer.gold {background-image:url('/images/plaque/gold-back.png');}
.plaque-inner {border:10px solid rgba(255,255,255,0.7);}
.plaque-inner .plaque-inner {border:1px solid #d3cece;padding:5px 10px;}
.plaque-inner .plaque-inner div {font-size:12px;}

.top-info-bar .plaque-outer {font-size:10px !important;min-width:0px;}
.top-info-bar .plaque-outer > .plaque-inner {border-width:6px;}
.top-info-bar .plaque-inner .plaque-inner div {font-size:9px !important;}
.top-info-bar .plaque-inner .plaque-inner {padding:3px 8px;}

.phone, .location, .email, .web {background:url(/images/icon-phone.png) left top no-repeat;background-size:contain;padding-left:28px;display:inline-block;text-decoration:none;}
a.phone:hover, a.location:hover, a.email:hover, a.web:hover {text-decoration:none;}
.location {background-image:url(/images/icon-location.png);}
.email {background-image:url(/images/icon-email.png);}
.web {background-image:url(/images/icon-web.png);}

body.dir_dealers.file_browse img#dealer_header_banner {width:100%;box-sizing:border-box;}

object,embed,iframe {max-width:100%;}

.ui-datepicker {z-index:300 !important;}

a.plupload_button.plupload_disabled {display:none;}
a.plupload_button.plupload_start {display:none;}
a.plupload_button.plupload_add {font-size:18px;padding:5px 15px 5px 30px;}

.right_side_banner > iframe {width:100% !important;height:100% !important;}

/* admin info bar public side */
.top-info-bar {position:fixed;top:0;left:0;width:100%;padding:1px 20px 3px 20px;z-index:1000009;color:white;display:none;
	font-size:0.9em;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);vertical-align:middle;line-height:40px;white-space:nowrap;overflow:hidden;}
.top-info-bar * {line-height:inherit !important;font-size:inherit !important;}
.top-info-bar a,.top-info-bar a:hover {text-decoration:none;color:inherit;}
.top-info-bar > span, .top-info-bar > div {display:inline-block;margin-right:30px;}
.top-info-bar > span.double, .top-info-bar > div.double {position:relative;top:3px;line-height:normal !important;font-size:0.75em !important;}
.top-info-bar span:last-of-type {margin-right:0;}

.top-info-bar.dealer {background-color:rgba(0,0,0,0.6);}

iframe.skiptranslate {display:none !important;} /* hide the google translate bar */

.fancybox-overlay {z-index:1000010 !important;}
.fancybox-wrap {z-index:1000011 !important;}
.fancybox-skin {font-size:1.2em;color:#5f5f5f;}
.fancybox-wrap:not(.fancybox-largephoto) .fancybox-skin h1 {padding-bottom:15px;border-bottom:2px solid #ccc;margin-bottom:15px;font-weight:normal;font-size:1.5em;}
.fancybox-skin .wrapper-inner {width:95%;margin:20px auto;padding:0;}
.fancybox-skin .phone,
	.fancybox-skin .location,
	.fancybox-skin .email,
	.fancybox-skin .web {font-size:20px;padding-left:38px !important;padding-right:0 !important;background-position:left center !important;}

.fancybox-skin input, .fancybox-skin textarea, .fancybox-skin select {height:40px;line-height:40px;border:none;border-bottom:2px solid #ccc;}
.fancybox-skin textarea {line-height:normal;}

.fancybox-wrap.gift-subscribe-pop, .fancybox-wrap.gift-subscribe-pop * {overflow:visible !important;}
.fancybox-wrap.gift-subscribe-pop .fancybox-skin {padding:0 !important;background:none !important;}
.fancybox-wrap.gift-subscribe-pop #giftsuggestion > div:first-of-type img,
	.fancybox-wrap.gift-subscribe-pop .content {margin-top:-22px;}
.fancybox-wrap.gift-subscribe-pop div.content {max-width:467px;padding:15px 25px;background:white;}
.fancybox-wrap.gift-subscribe-pop td {padding:5px 0;}
.fancybox-wrap.gift-subscribe-pop td:first-of-type {width:1px;white-space:nowrap;padding-right:8px;}
.fancybox-wrap.gift-subscribe-pop td:first-of-type,
	.fancybox-wrap.gift-subscribe-pop td:last-of-type div {font-weight:bold;}
.fancybox-wrap.gift-subscribe-pop td:last-of-type {font-size:0.85em;position:relative;}
.fancybox-wrap.gift-subscribe-pop td:last-of-type span {position:absolute;right:8px;color:red;font-weight:bold;top:50%;margin-top:-0.5em;}
@media (min-width:783px){
	.fancybox-wrap.gift-subscribe-pop td.text {min-height:50px;}
	.fancybox-wrap.gift-subscribe-pop ::-webkit-input-placeholder {color: #f3f3f3;}
	.fancybox-wrap.gift-subscribe-pop :-moz-placeholder {color: #f3f3f3;}
	.fancybox-wrap.gift-subscribe-pop ::-moz-placeholder {color: #f3f3f3;}
	.fancybox-wrap.gift-subscribe-pop :-ms-input-placeholder {color: #f3f3f3;}
}
@media (max-width:782px){
	.fancybox-wrap.gift-subscribe-pop td:first-of-type {display:none;}
	.fancybox-wrap.gift-subscribe-pop #giftsuggestion > div:first-of-type img,
		.fancybox-wrap.gift-subscribe-pop .content {margin-top:-22px}
}
@media (max-width:494px){
	.fancybox-wrap.gift-subscribe-pop #giftsuggestion > div:first-of-type img,
		.fancybox-wrap.gift-subscribe-pop .content {margin-top:-4.5vw}
}

/* new advertise pages */
body.dir_advertise .questions {text-align:right;border-width:1px;border-style:solid;padding:8px 15px;font-weight:bold;/*box-shadow:3px 3px 10px 0px rgba(0,0,0,0.25);*/}
body.dir_advertise .ad-steps a {color:inherit;text-decoration:none;}
body.dir_advertise .ad-steps {display:flex;justify-content:space-between;margin:15px 0 45px;}
body.dir_advertise .ad-steps .step {flex-grow:1;text-align:center;padding:15px 0;}
body.dir_advertise .ad-steps .step.active {background:#ffedc1;box-shadow:3px 3px 10px 0px rgba(0,0,0,0.25);}
body.dir_advertise .main input,
	body.dir_advertise .main textarea,
	body.dir_advertise .main select,
	body.dir_advertise .main .btn {width:100%;height:35px;line-height:35px;font-size:16px;margin-bottom:15px;padding-top:0;padding-bottom:0;}
body.dir_advertise .main input[type="submit"],body.dir_advertise .main input[type="button"],body.dir_advertise .main .btn {text-align:center;width:auto;font-size:16px !important;padding:0px 30px;box-sizing:border-box;}
body.dir_advertise .main input[type="checkbox"],
	body.dir_advertise .main input[type="radio"] {width:auto;height:auto;margin-bottom:0;}
body.dir_advertise .main td[nowrap] {font-size:14px;}
body.dir_advertise .main td {position:relative;}
body.dir_advertise .main td font {display:block;position:absolute;top:12px;right:5px;color:red;}
body.dir_advertise .outbrain-wrapper {display:none;}

/* alerts page */
/*body.dir_alerts .wrapper {max-width:900px;}
body.dir_alerts section.main div.ads.right {display:none;}
body.dir_alerts section.main .buttons.right {display:none;}*/

/* payment page */
body.dir_pay .wrapper {max-width:900px;}
body.dir_pay .main .contenttable td {padding:10px 0;}
body.dir_pay .main .contenttable td[nowrap] {padding-right:15px;}
body.dir_pay .main td[nowrap] {font-size:1.1em;}
body.dir_pay .main td {position:relative;}
body.dir_pay .main td font {display:block;position:absolute;top:12px;right:5px;color:red;}
body.dir_pay .main td .directions {font-style:italic;font-size:0.8em;}
body.dir_pay .outbrain-wrapper {display:none;}

.ResultsHeader{
	font-size : 0.9em;
	color: white;
	text-align:left;
	font-weight: bold;
	background-color: #808080;
	padding:3px;
}

.ResultsLine{
	font-size : 0.85em;
	color: black;
	background-color: white;
	padding:3px;
	height: 62px;
}

.ResultsLineGray{
	font-size : 0.85em;
	color: black;
	background-color: #EEEEEE;
	padding:3px;
	height: 62px;
}

.in-search-ads table {width:100%;table-layout:fixed;}
.in-search-ads td {width:33.333333%;width:calc(100% / 3);padding:0;}
.in-search-ads td:nth-of-type(1) {padding-right:20px;}
.in-search-ads td:nth-of-type(2) {padding-right:10px;padding-left:10px;}
.in-search-ads td:nth-of-type(3) {padding-left:20px;}
.in-search-ads img {border:1px solid black;margin:15px 0px;}

.in-featured-ads table {width:100%;table-layout:fixed;}
.in-featured-ads td {width:33.333333%;width:calc(100% / 3);padding:0;}
.in-featured-ads td:nth-of-type(1) {padding-right:20px;}
.in-featured-ads td:nth-of-type(2) {padding-right:10px;padding-left:10px;}
.in-featured-ads td:nth-of-type(3) {padding-left:20px;}
.in-featured-ads img {border:1px solid black;margin:15px 0px;}

td.in-services-ads {padding:0;}
.in-services-ads table {width:100%;table-layout:fixed;}
.in-services-ads td {width:33.333333%;width:calc(100% / 3);padding:0;}
.in-services-ads td:nth-of-type(1) {padding-right:20px;}
.in-services-ads td:nth-of-type(2) {padding-right:10px;padding-left:10px;}
.in-services-ads td:nth-of-type(3) {padding-left:20px;}
.in-services-ads img {border:1px solid black;margin:15px 0px;}

.above-vehicle-ads table {width:100%;table-layout:fixed;}
.above-vehicle-ads td {width:33.333333%;width:calc(100% / 3);padding:0;}
.above-vehicle-ads td:nth-of-type(1) {padding-right:20px;}
.above-vehicle-ads td:nth-of-type(2) {padding-right:10px;padding-left:10px;}
.above-vehicle-ads td:nth-of-type(3) {padding-left:20px;}
.above-vehicle-ads img {border:1px solid black;margin:8px 0px;}

/* FORM defaults */
label {cursor:pointer;}
form {margin:0;padding:0;}
input, textarea, select {
	color:#0b2a3a;
	background-color:#f3f3f3;
	border:1px solid #ccc;
	padding:0px 5px;
	margin-bottom:15px;
	font-size:15px;
	vertical-align:baseline;
	font-family:inherit;
	width:100%;
	border-radius:0px;
	font-weight:normal;
	transition:box-shadow 250ms;
	-moz-transition:box-shadow 250ms;
	-webkit-transition:box-shadow 250ms;
}
td > input, td > textarea, td > select {margin-bottom:0;}
.QuickSearchBar input {margin-bottom:0;}
#zip_distance_changer input,#zip_distance_changer select {width:auto;margin-bottom:0;}
input, textarea, select, .btn {height:33px;line-height:33px;}
.btn-height {line-height:35px;}
select,textarea {height:35px;}
body.home .col.magazine input, body.home .col.magazine select {margin-bottom:0;font-size:11px;padding:4px 3px;line-height:normal;height:auto;}
input.col {margin-bottom:15px;}
input.white,textarea.white,select.white {background-color:white;}
form.white input:not([type="submit"]):not([type="button"]),form.white textarea,form.white select {background-color:white;}
input[type="image"] {background:none !important;}
select {cursor:pointer;}

/*select::-ms-expand {display:none;}*/ /* ie appearance */
/*select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
*/

input[type=checkbox], input[type=radio] {width:auto;vertical-align:middle;cursor:pointer;height:auto;margin-bottom:0;}
input[type=checkbox] {-moz-appearance:checkbox;-webkit-appearance:checkbox;}
input[type=radio] {-moz-appearance:radio;-webkit-appearance:radio;}

input[type="image"] {border:none;background:none;padding:0;cursor:pointer;}
input[type="image"]:focus {box-shadow:none;outline:0;border:none;}

::-webkit-input-placeholder {color: #939598;}
:-moz-placeholder {color: #939598;}
::-moz-placeholder {color: #939598;}
:-ms-input-placeholder {color: #939598;}

textarea {resize:vertical;min-height:120px;line-height:normal !important;padding-top:8px !important;padding-bottom:8px !important;}
input[type=button], input[type=submit], .btn {
	display:inline-block;
	border:none;
	cursor:pointer;
	padding:0px 20px;
	text-align:center;
	text-transform:uppercase;
	-webkit-appearance:none;
	-moz-appearance:none;
	width:auto;
	max-width:none;
	color:white !important;
	border-radius:0px;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	transition:background-color 150ms;-moz-transition:background-color 150ms;-webkit-transition:background-color 150ms;
	/*text-shadow:1px 1px 1px #ccc;*/
}
.results-button {transition:background-color 150ms;-moz-transition:background-color 150ms;-webkit-transition:background-color 150ms;}
input[type=button].big, input[type=submit].big, .btn.big {width:100%;height:50px;line-height:50px;}
body.home .col.magazine .btn, body.home .col.magazine input[type=submit] {display:inline-block;margin:0px 3px 0px 0;/*border-radius:5px;*/padding:5px 4px;font-size:10px;line-height:normal;height:auto;}
body.home .btn.big {border-radius:0;font-size:14px;width:100%;box-sizing:border-box;font-weight:bold;text-align:center;padding:10px 5px;}
input[type=button].small, input[type=submit].small, .btn.small {
	padding:8px 14px;
	font-size:12px;
}

.clear {clear:both;line-height:0px;height:0px;overflow:hidden;font-size:0px;}

.page-nav {font-size:1.3rem;}

.ui-autocomplete,.ui-autocomplete * {}

/* customize bx slider */
.bx-viewport {
	box-shadow:none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	border:none !important;
	left:0 !important;
}
.bx-wrapper {
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	border:none !important;
	background:none !important;
}
/*.bx-prev,.bx-next {z-index:4000 !important;width:53px !important;height:53px !important;margin-top:-37px !important;left:0 !important;margin-left:-15px !important;background:url(/images/arrow-left.png) center center no-repeat !important;}
.bx-next {left:auto !important;right:0 !important;margin-left:0 !important;margin-right:-15px !important;background-image:url(/images/arrow-right.png) !important;}*/
.bx-prev,.bx-next {z-index:5 !important;left:0 !important;margin-left:-8px !important;}
.bx-next {left:auto !important;right:0 !important;margin-left:0 !important;margin-right:-8px !important;}

/* fix for the fade flash to white effect on the "fade" mode */
.bxslider .previous,.slider .previous {opacity:1 !important;}

.error:not(body) {padding:8px 10px;font-weight:bold;margin-bottom:30px;color:red;border:1px solid red;background:#FFF2F2;}

.feature-label {position:absolute;top:0;left:0;width:100%;color:white;text-align:center;font-size:1.2em;line-height:2.1em;font-style:italic;font-weight:bold;white-space:nowrap;overflow:hidden;background-color:red !important;}
.video-label {position:absolute;bottom:0;right:0;color:white;text-align:center;font-size:1.2em;line-height:2.1em;font-style:italic;font-weight:bold;white-space:nowrap;overflow:hidden;background-color:green !important;padding:0 8px;}
.video-label::after {content:"See Video!";}

body.dir_dealers.file_browse .bxslider-featured .feature-label {position:relative;width:auto;}
body.dir_dealers.file_browse .list-results .feature-label {position:relative;width:auto;margin-bottom:12px;text-align:left;padding:0 6px;width:auto;display:inline-block;min-width:50%;}
body.dir_details.file_default .feature-label {padding:0px 10px;width:auto;}

/* image size customization */
.listing-thumbnail {width:375px;max-width:none;transition:width 250ms;-webkit-transition:width 250ms;-moz-transition:width 250ms;} /*default*/
@media (max-width:1300px){ .quicksearch .listing-thumbnail {width:275px;} }
@media (max-width:1200px){ .quicksearch .listing-thumbnail {width:375px;} }
@media (max-width:950px){ .quicksearch .listing-thumbnail {width:275px;} }
body.dir_dealers.file_browse .listing-thumbnail {width:375px;} /*smaller for dealer/browser page, since we have 3 columns*/

.resultsTable > tbody > tr > td:nth-of-type(1) {padding-left:0;width:120px;}
.resultsTable > tbody > tr > td:nth-of-type(2) {padding:5px 11px !important;}
.resultsTable > tbody > tr > td:nth-of-type(2) h3 {margin:0 0 8px 0 !important;line-height:normal !important;font-size:1.4em;}
body.dir_dealers.file_browse .resultsTable > tbody > tr > td:nth-of-type(3) {line-height:normal;}
body.dir_dealers.file_browse .resultsTable > tbody > tr > td:nth-of-type(3) a {padding:5px 3px;font-size:0.9em;}
body.dir_dealers.file_browse .resultsTable > tbody > tr > td.ResultsHeader, td.ResultsHeader {padding:5px 10px;}


.line-fade-right {position:absolute;right:0;top:0;height:100%;width:50px;background:linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);}

.digital-throttle-ad-hip {position:absolute;top:0px;right:100%;margin-right:19px;width:160px;height:600px;}
.digital-throttle-ad-hip.digital-throttle-ad-hip-2 {left:100%;margin-left:17px;} /* default for home - we set specifics via javascript in right-side-banners.cfm */

.navigate-overlay {display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);z-index:99999999;}
.navigate-overlay > div {position:absolute;top:48%;width:100%;text-align:center;}
.navigate-overlay > div img {width:40px;max-width:none;background:black;padding:10px;border-radius:8px;}

.QuickSearchBar input[type="submit"] {width:100px;padding-left:0;padding-right:0;float:left;}
.QuickSearchBar input[type="text"] {float:left;margin-right:5px;width:50%;width:calc(100% - 100px - 5px);/*max-width:350px;*/}
.quicksearch_advertise {width:264px;} /* image is 244 */
.quicksearch_advertise .qsbar-advertise-link {display:inline-block;text-decoration:none;text-align:left;line-height:normal;
	background:url('/images/tag-for-sale.png') right center no-repeat;padding-right:47px;
	font-size:13.5px;line-height:14px;font-weight:bold;}
.quicksearch_advertise .qsbar-advertise-link > div:last-of-type {color:#e1372e;}

.OverflowLink, .overflowLinkCurrent {margin:0 2px;}
.OverflowLinkCurrent {text-decoration:underline;}

header .wrapper-inner {padding:0;}
header .wrapper-inner .wrapper {padding:15px 0;color:white;}
header a {color:inherit;text-decoration:none;}
header .wrapper-carfronts {white-space:nowrap;overflow:hidden;font-size:0;position:relative;}
header .wrapper-carfronts div {background-size:cover;background-position:center center;display:inline-block;margin-right:4px;width:85px;height:85px;z-index:2;position:relative;opacity:0;
	transition:opacity 1000ms;-moz-transition:opacity 1000ms;-webkit-transition:opacity 1000ms;}
header .wrapper-carfronts div.vis {opacity:1;}
header .wrapper-carfronts .colorback {position:absolute;top:0;left:0;width:100%;height:50%;display:block !important;margin:0;opacity:1 !important;z-index:1;}

header {font-size:1.1em;}
header .left {position:relative;}
header .left ul,header .left li {list-style-type:none;margin:0;padding:0;}
header .left ul {margin-top:8px;line-height:1.8em;}
header .left li {display:inline-block;margin-right:2.6%;}

header .right {padding-bottom:0px;}
header .right ul,header .right li {list-style-type:none;margin:0;padding:0;}
header .right > div > ul > li > a {font-size:0.9em;}
header .right ul li {display:inline-block;}
header .right ul li a {display:inline-block;padding:2px 10px;border:1px solid white;margin-left:3px;}

/* submenus desktop */
header ul li {position:relative;}
header ul li ul {position:absolute;top:100%;left:-10px;margin:0 !important;background:blue;z-index:20;min-width:100%;line-height:2.3em !important;padding:0px !important;box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
	text-align:left;opacity:0.965;}
header .right ul li ul {left:0;}
header ul li ul li {display:block !important;margin:0 !important;}
header ul li ul li a {display:block !important;white-space:nowrap;padding:0 10px !important;margin:0 !important;border:none !important;}
header ul li ul li ul {top:0;left:100%;}
header ul li ul {display:none;}
header ul li:hover > ul {display:block;}

a.BlackLink {color:black;text-decoration:none;}
.fadeout {position:absolute;top:0;right:0;bottom:0;width:20%;margin:0 !important;pointer-events:none;
	background:linear-gradient(to left, #fff, rgba(255,255,255,0));}
.fadeoutbottom {position:absolute;bottom:0;left:0;right:0;height:80px;margin:0 !important;pointer-events:none;
	background:linear-gradient(to top, #fff, rgba(255,255,255,0));}

.makes-wrapper {padding-left:9%;}
.makes-wrapper a {color:inherit;text-decoration:none;}
.makes-wrapper h2 {margin-bottom:5px;}
.makes-wrapper .col {white-space:nowrap;overflow:hidden;}
.makes-wrapper ul, .makes-wrapper li {list-style-type:none;margin:0;padding:0;}
.makes-wrapper ul li {white-space:nowrap;overflow:hidden;break-after:avoid-column;}
.makes-wrapper ul {columns:2;-moz-columns:2;-webkit-columns:2;}

.search-makes-wrapper {border:1px solid #ccc;background:#efefef;padding:10px 15px;margin:15px 0;}
.search-makes-wrapper input, .search-makes-wrapper select {width:auto;margin-bottom:0;}
.search-makes-wrapper ul, .search-makes-wrapper li {list-style-type:none;margin:0;padding:0;}
.search-makes-wrapper ul {columns:4;-moz-columns:4;-webki-columns:4;}
.search-makes-wrapper ul li {break-after:avoid-column;position:relative;white-space:nowrap;overflow:hidden;}
.search-makes-wrapper .fadeout {background:linear-gradient(to left, #efefef, rgba(255,255,255,0));}

body.home .searchbox {position:relative;background-size:cover;background-position:center center;color:white;padding:0;background-color:black;background-image:url('/images/home-search/transparent.gif');
	-webkit-transition:background-image 3s;-moz-transition:background-image 3s;-o-transition:background-image 3s;transition:background-image 3s;}
body.home .searchbox .fields {margin-right:25%;}
body.home .searchbox input,body.home .searchbox select,body.home .searchbox input[type="button"] {border:0px solid black;box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.75);}
body.home .searchbox h1 {font-family: 'Anton', sans-serif;text-transform:uppercase;margin-bottom:5px;font-weight:normal;}
body.home .searchbox a {color:inherit;text-decoration:none;font-style:italic;}
body.home .searchbox input[type="submit"] {background-color:#FF3338;width:100%;font-style:italic;font-size:14px;}
body.home .count {color:white;padding:5px 5px;padding-left:9%;/*font-size:1.3em;*/font-weight:bold;margin:10px 0;}
body.home .count a {color:inherit;text-decoration:none;display:block;}

body.home .searchbox .car-back {position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center center;opacity:0;
	transition:opacity 3000ms;-moz-transition:opacity 3000ms;-webkit-transition:opacity 3000ms;}

body.home .bxslider-searchbox {position:relative;z-index:9;}
body.home .bx-wrapper {z-index:9;}
body.home .bxslider-searchbox > .slide:not(.slide-1) {display:none;}
body.home .bx-pager {bottom:-22px !important;}
body.home .bx-pager .bx-pager-item a {border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;width:70px;height:10px;}
body.home .bx-viewport {background:none !important;}
body.home .bx-wrapper {margin-bottom:35px !important;}

body.home .searchbox .slide .pad {padding:10px 9% 10px 9%;}
body.home .bxslider-searchbox, body.home .bxslider-searchbox .slide {height:100%;} /* after it loads, make sure all slides are 100% height */

body.home .searchbox .slide ul, body.home .searchbox .slide li {margin:0;padding:0;}
body.home .searchbox .slide ul {padding-left:15px;}
body.home .searchbox .slide ul li {margin-bottom:8px;}
body.home .searchbox .slide ul li:last-of-type {margin-bottom:0;}

body.home .searchbox .slide .btn {font-size:13px;line-height:normal;padding:8px 8px;height:auto;margin-right:5px;}
body.home .searchbox .slide .btn:last-of-type {margin-right:0;}

body.home .searchbox .slide .graybox {position:absolute;bottom:0;left:0;right:0;background:#4a4a4b;padding:10px 5%;font-size:1.25em;line-height:1.2em;}
body.home .searchbox .slide .graybox h2 {margin-bottom:8px;font-size:1.15em;}

body.home .searchbox .slide.slide-1 {padding-bottom:0px;}
body.home .searchbox .slide.slide-2 {color:white;font-weight:bold;}
body.home .searchbox .slide.slide-2 .btn {font-size:12px;padding:8px;line-height:normal;height:auto;}
body.home .searchbox .slide.slide-2 img,
	body.home .searchbox .slide.slide-3 img {height:71%;width:auto;margin:-11px auto 0 auto;position:relative;z-index:2;}
body.home .searchbox .slide.slide-3 .graybox h2 {font-size:1.25em;}


body.home ul.custom-list {padding-left:15px;}
body.home .makes-wrapper .popsearch {columns:3;-webkit-columns:3;-moz-columns:3;}

body.home .makes-wrapper .popsearch li {white-space:nowrap;overflow:hidden;break-inside:avoid;position:relative;}
body.home .pop_search {float:left;width:32.66666%;margin-right:1%;margin-bottom:0px;white-space:nowrap;overflow:hidden;position:relative;}
body.home .pop_search:nth-of-type(3n) {margin-right:0;}
body.home .pop_search:nth-of-type(3n+1) {clear:left;}
body.home .pop_search a {color:inherit;text-decoration:none;}
body.home .pop_search .fade {position:absolute;top:0;right:0;bottom:0;width:20%;
	background:linear-gradient(to left, #fff, rgba(255,255,255,0));}

body.home .getmakes ul,body.home .getmakes li {list-style-type:none;margin:0;padding:0;}
body.home .getmakes ul {columns:3;-webkit-columns:3;-moz-columns:3;}
@media(max-width:782px){ body.home .getmakes ul {columns:2;-webkit-columns:2;-moz-columns:2;} }
body.home .getmakes ul li {break-after:avoid-column;white-space:nowrap;overflow:hidden;position:relative;}

body.home .pop-searches ul,body.home .pop-searches li {list-style-type:none;margin:0;padding:0;}
body.home .pop-searches ul {columns:3;-webkit-columns:3;-moz-columns:3;}
body.home .pop-searches ul li {break-after:avoid-column;white-space:nowrap;overflow:hidden;position:relative;}

body.home .maincols .cols1 {float:left;width:calc(100% - 6% - 300px);}
body.home .col3.ads .right_side_banner {margin-bottom:25px;}
body.home .col3.ads .right_side_banner:last-of-type {margin-bottom:0;}

body.home section.deals .ads {float:left;width:109px;margin-right:20px;height:100%;}
body.home section.deals .ads .ad {margin-top:65px;}
body.home section.deals .ads .ad:first-of-type {margin-top:0;}
body.home section.deals .content * {overflow:hidden;} /* for the clears */
body.home section.deals a {transition:none;-moz-transition:none;-webkit-transition:none;}

body.home .daily-deals h3 {color:white;text-align:center;padding:5px 3px;font-size:1.6em;}
body.home .daily-deals .content {text-align:center;overflow:hidden;height:41px;line-height:normal !important;}
body.home .daily-deals .content * {font-size:inherit !important;line-height:inherit !important;}
body.home .daily-deals .half {margin-bottom:10px;}
body.home .daily-deals .image {background-position:center center;background-repeat:no-repeat;background-size:cover;height:165px;}

body.home .daily-deals .deals-wrapper {min-height:375px;
	background:url('/images/ajax-loader.gif') 50% 10% no-repeat;}

body.home .tab-holder {height:300px;} /* 830 */
body.home .tab-container {position:relative;display:none;margin-top:0px;}
body.home .tab {text-decoration:none !important;color:white !important;padding:8px 8px;font-size:14px;text-align:center;font-weight:bold;margin-bottom:0;overflow:hidden;line-height:normal !important;}
body.home .tab * {font-size:inherit !important;line-height:inherit !important;}
body.home .tab {display:block;}
body.home .tab > div:first-of-type {display:table;height:100%;width:100%;}
body.home .tab > div > div:first-of-type {display:table-cell;vertical-align:middle;}
body.home .tab:hover, body.home .tab.on {background-color:black;}
body.home .tab-holder .container {position:relative;margin-top:3px;height:100% !important;} /* 780 */

body.home a.vehicle-wrapper .image {background-position:center center;background-size:cover;height:165px;} /*90*/
body.home a.vehicle-wrapper .content {text-align:center;line-height:normal !important;}
body.home a.vehicle-wrapper .content * {line-height:inherit !important;font-size:inherit !important;}
body.home a.vehicle-wrapper {text-decoration:none !important;margin-bottom:20px !important;}
body.home .tab-holder h4, body.home .auction-wrapper h4 {text-align:center;font-weight:bold;font-size:inherit;margin-top:8px;line-height:normal !important;}
body.home .auction-wrapper .auction-logo {border:1px solid black;text-align:center;padding:5px 3px;}
body.home .auction-wrapper .auction-logo img {box-sizing:border-box;max-width:100%;margin:0 auto;}
body.home .tab-holder .wrapper {margin-top:8px;}
body.home #content-1,body.home #content-2,body.home #content-3,body.home #content-4 {top:0px;left:0px;width:100%;position:absolute;}
body.home a.vehicle-wrapper {display:block;float:left;width:23.5%;margin:0 2% 30px 0;box-sizing:border-box;}
body.home a.vehicle-wrapper:nth-of-type(4n) {margin-right:0;}
body.home a.vehicle-wrapper:nth-of-type(4n+1) {clear:left;}

body.home .truckracerec-wrapper h3,body.home .repairables-wrapper h3 {color:white;text-align:center;padding:5px 3px;font-size:1.6em;}
body.home .news {margin-top:15px;}
body.home .news h3 {color:white;text-align:center;padding:5px 3px;font-size:1.6em;}
body.home .news .wrapper a {display:block;float:left;width:23.5%;margin:0 2% 30px 0;box-sizing:border-box;text-decoration:none;line-height:normal !important;}
body.home .news .wrapper a .title {font-size:1em;}
body.home .news .wrapper a .excerpt {font-size:0.9em;}
body.home .news .wrapper a:nth-of-type(4n) {margin-right:0;}
body.home .news .wrapper a:nth-of-type(4n+1) {clear:left;}
body.home .news .photo img {display:none;width:100%;box-sizing:border-box;}
body.home .news .photo {margin-bottom:8px;background-size:cover;background-position:center center;height:165px;}
body.home .news .underthehoodshow .photo {background-position:top center;}
body.home .news .title {font-weight:bold;margin-bottom:3px;}
body.home .news .subtitle {margin-bottom:3px;}

.search-ticker {overflow:hidden;white-space:nowrap;position:relative;font-size:0 !important;line-height:normal;background:black;}
.search-ticker a {font-weight:bold;display:inline-block;padding:7px 11px;overflow:hidden;text-decoration:none;background:black;color:white !important;font-size:11px !important;line-height:normal !important;font-style:normal !important;}
.search-ticker * {font-size:inherit !important;line-height:inherit !important;}
.search-ticker .time {font-size:9px !important;}
.search-ticker::after {content:"";display:none;position:absolute;top:0;right:0;bottom:0;width:50px;background:linear-gradient(to left, #000, rgba(255,255,255,0));z-index:80;}
@media (max-width:720px) {
	.search-ticker a {font-size:16px !important;}
	.search-ticker .time {font-size:10px !important;}
}

.header .search-ticker-outer-outer {border:1px solid transparent;}
.header .search-ticker-outer {position:relative;}
.header .search-ticker {margin:10px 0 20px 0 !important;}
.header .search-ticker::after {content:"";display:block;position:absolute;top:0;right:0;bottom:0;width:50px;background:linear-gradient(to left, #000, rgba(255,255,255,0));z-index:80;}
/*.header .search-ticker::before {content:"";display:block;position:absolute;top:0;left:0;bottom:0;width:100px;background:linear-gradient(to right, #000, rgba(255,255,255,0));z-index:80;}*/

header > .wrapper.first > .wrapper-inner.first {position:relative;}
header .search-ticker-tag {position:absolute;right:2%;top:100%;font-size:9px !important;background:black;color:#ffd406;font-weight:bold;padding:2px 8px;text-transform:uppercase;line-height:normal !important;cursor:default;}
.sticky-header-spacer.header .search-ticker::after {display:none;}
body.home .slide .ticker-tag {color:white;padding:2px 15px;font-style:italic;}
body.home .slide .ticker-tag > div {float:right;}
body.home .slide .ticker-tag > div.m-show {line-height:normal;}
body.home .slide .ticker-tag > div.m-show div:nth-of-type(1) {font-size:16px;line-height:16px;}
body.home .slide .ticker-tag > div.m-show div:nth-of-type(2) {font-size:9px;line-height:9px;}

body.home .search-ticker.main {margin-bottom:20px;background:none;}
body.home .search-ticker.main::after {background:linear-gradient(to left, #fff, rgba(255,255,255,0));display:none;}

@media(max-width:782px){
	.header .search-ticker {margin-bottom:0 !important;}
	./*sticky-header-spacer .wrapper-inner {padding-bottom:0;}*/
	.header .search-ticker-outer-outer {border-bottom:none;}
}

section.main .buttons.right {text-align:center;overflow:hidden;}
section.main .buttons a {display:block;width:90px;height:90px;margin:0 auto 15px auto;border:1px solid black;}

section.main div.ads.right > * {margin-bottom:15px;}
section.main div.ads.right > *:last-of-type {margin-bottom:0;}

section.main aside.left.oldcarmakes h3 {margin:15px 0 0 0;}

.hamburger-menu {padding:7px;white-space:nowrap;position:relative;color:white;line-height:50px;height:50px;display:none;width:60px;float:right;overflow:hidden;border:1px solid white;border-radius:5px;
	position:absolute;top:50%;margin-top:-25px;right:0;}
.hamburger-menu .hamburger-line {height:25%;margin-bottom:12.5%;background:white;border-radius:3px;position:relative;top:0;left:0;
	transition:all 350ms;-webkit-transition:all 350ms;-moz-transition:all 350ms;}
.hamburger-menu .hamburger-line:last-of-type {margin-bottom:0;}

a.on .hamburger-menu .hamburger-line:nth-of-type(1) {transform:rotate(135deg);-moz-transform:rotate(135deg);-webkit-transform:rotate(135deg);top:44%;left:-1px;}
a.on .hamburger-menu .hamburger-line:nth-of-type(2) {transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:0;}
a.on .hamburger-menu .hamburger-line:nth-of-type(3) {transform:rotate(225deg);-moz-transform:rotate(225deg);-webkit-transform:rotate(225deg);top:-43%;}



/* custom layout for certain pages */
body section.main aside.right.privatetestimonials {display:block;overflow:hidden;position:relative;}
body section.main aside.right.privatetestimonials > * {display:block;width:100%;margin-bottom:30px;}
body section.main aside.right.privatetestimonials > *:last-of-type {margin-bottom:0;}

body section.main aside.right.dealertestimonials {display:block;overflow:hidden;position:relative;}
body section.main aside.right.dealertestimonials > * {display:block;width:100%;margin-bottom:30px;line-height:normal;}
body section.main aside.right.dealertestimonials > a:last-of-type {margin-bottom:0;}
body section.main aside.right.dealertestimonials > h4 {background:#808080;color:white;padding:10px;font-weight:bold;margin-bottom:10px;}
body section.main aside.right.dealertestimonials > * > div:nth-of-type(1) {margin-bottom:10px;}
body section.main aside.right.dealertestimonials > * > div:nth-of-type(1) img {display:block;border:1px solid black;}
body section.main aside.right.dealertestimonials > * > div:nth-of-type(2) {float:right;margin:0 0 0 15px;}
body section.main aside.right.dealertestimonials > * > div:nth-of-type(2) img {border:1px solid black;}
body section.main aside.right.dealertestimonials > * > div:nth-of-type(3) {font-size:1.2em;text-transform:uppercase;font-weight:bold;white-space:nowrap;overflow:hidden;position:relative;}
body section.main aside.right.dealertestimonials > * > div:nth-of-type(3) span {color:#b7272d;}
body section.main aside.right.dealertestimonials > * > div:nth-of-type(6) {margin-top:8px;}

body.dir_advertise section.main div.ads.right {display:none;}
body.dir_advertise section.main .buttons.right {display:none;}
@media(max-width:1250px){
	body.dir_advertise section.main aside.right {display:none;}
}


body.dir_account.dir_edit .wrapper {max-width:1100px;}

body.dir_account section.main div.ads.right {display:none;}
body.dir_account section.main .buttons.right {display:none;}

body.dir_signmeup section.main div.ads.right {display:none;}
body.dir_signmeup section.main .buttons.right {display:none;}
@media(max-width:1250px){
	body.dir_signmeup section.main aside.right {display:none;}
}

body.dir_subscribe section.main div.ads.right, body.dir_gift section.main div.ads.right {display:none;}
body.dir_subscribe section.main .buttons.right, body.dir_gift section.main .buttons.right {display:none;}
body.dir_subscribe .outbrain-wrapper, body.dir_gift .outbrain-wrapper {display:none;}
body.dir_subscribe section.main > .wrapper > .wrapper-inner > .flex-child.content {margin-right:0;}
body.dir_gift section.main > .wrapper > .wrapper-inner > .flex-child.content {margin-right:0;}

body.dir_error section.main div.ads.right {display:none;}
body.dir_error section.main .buttons.right {display:none;}
body.dir_error section.main > .wrapper > .wrapper-inner > .flex-child.content {margin-right:0;}

body.dir_free section.main div.ads.right {display:none;}
body.dir_free section.main .buttons.right {display:none;}
body.dir_free section.main > .wrapper > .wrapper-inner > .flex-child.content {margin-right:0;}

body.dir_pay section.main div.ads.right {display:none;}
body.dir_pay section.main .buttons.right {display:none;}
body.dir_pay section.main > .wrapper > .wrapper-inner > .flex-child.content {margin-right:0;}

/* change main layout based on html class */
html.force-no-ads .ads {display:none;}
html.force-no-right-ads section.main .ads {display:none;}
html.force-no-buttons section.main .buttons {display:none;}



td.save-email-search-wrapper {background-color:#fffbb7;color:#666;font-size:1.2em;padding:8px 3.75%;}
td.save-email-search-wrapper input {margin-bottom:0;}

.inline-contact-wrapper input, .inline-contact-wrapper select, .inline-contact-wrapper textarea {margin-bottom:0;}

footer {text-align:center;font-size:9px;}
footer .social {margin:20px 0;}
footer .wrapper {padding-bottom:50px;}

nav.mobile {display:block;position:fixed;top:0;left:120%;width:100%;height:100%;height:100vh;background:rgba(0,0,0,0.9);color:white;overflow:auto;padding:40px 5%;z-index:999999;font-size:25px;line-height:normal;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,1.0);opacity:0;
	transition:all 350ms;-moz-transition:all 350ms;-webkit-transition:all 350ms;}
nav.mobile a {display:block;color:inherit;text-decoration:none;}
nav.mobile ul, nav.mobile li {list-style-type:none;margin:0;padding:0;}
nav.mobile ul li ul {margin-left:10%;}
nav.mobile ul a {padding:10px 5%;}
nav.mobile ul a:hover {box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.25)}
body.mobile-menu-on {height:100%;overflow:hidden;}
body.mobile-menu-on nav.mobile {left:0;opacity:1;}
nav.mobile .close:after {content:"X";}
nav.mobile .close {z-index:9999;opacity:0;font-size:25px;line-height:40px;width:40px;text-align:center;border-radius:50%;font-weight:bold;position:fixed;top:30px;right:-100%;padding:0;box-shadow: 0px 0px 20px 0px rgba(255,255,255,0.5);
	transition:all 350ms;-moz-transition:all 350ms;-webkit-transition:all 350ms;}
body.mobile-menu-on nav.mobile .close {right:6%;opacity:1;}

body.dir_subscribe td, body.dir_gift td {position:relative;}
body.dir_subscribe td font, body.dir_gift td font {display:block;position:absolute;top:8px;right:8px;}

body.dir_free table.main td {position:relative;}
body.dir_free table.main td font {display:block;position:absolute;top:8px;right:8px;}

/* large scrollable photos list */
.fancybox-wrap.photos-large-list .fancybox-skin {background-color:white !important;}
.fancybox-wrap.photos-large-list .fancybox-inner > a {display:block;margin-bottom:15px;position:relative;}
.fancybox-wrap.photos-large-list .fancybox-inner > a:last-of-type {margin-bottom:0;}
.fancybox-wrap.photos-large-list .fancybox-inner > a > img {display:block;width:100%;}
.fancybox-wrap.photos-large-list .fancybox-inner > a > div {position:absolute;top:10px;left:10px;font-size:9px !important;padding:3px 5px;background:rgba(204,204,204,0.5);color:white;pointer-events:none;}
.fancybox-wrap.photos-large-list .ads {overflow:hidden;text-align:center;}
.fancybox-wrap.photos-large-list .ads .adsbygoogle[data-adsbygoogle-status="done"] {margin-bottom:15px;}


/* floating shopping cart icons */
.floating-cart {display:block;width:64px;height:64px;line-height:normal;text-align:center;background:rgba(255,255,255,0.9);border:2px solid rgba(0,0,0,0.55);border-radius:50%;text-align:center;padding:8px;
	/*box-shadow:3px 3px 10px 0px rgba(0,0,0,0.30);*/position:fixed;bottom:34px;right:90px;z-index:250;}
.floating-cart .cart-count {background:#fff;color:#000;font-size:8px;width:15px;line-height:15px;border-radius:50%;text-align:center;
	position:absolute;top:50%;left:50%;margin-top:-20%;margin-left:-12%;}
.floating-cart img {opacity:0.55;}
@media(max-width:782px){
	.floating-cart {right:auto;left:10px;width:52px;height:52px;bottom:20px;}
	.floating-cart .cart-count {margin-top:-20%;margin-left:-12%;width:12px;line-height:12px;}
	.floating-cart.garage {display:none;}
}
.floating-cart.empty {display:none;}
.floating-cart.empty .cart-count {display:none;}

header .garage-icon.desktop {position:relative;}
header .garage-icon.desktop .cart-count {position:absolute;top:-8px;left:0%;margin-left:-8px;background:white;color:black;font-size:10px;width:16px;line-height:16px;border-radius:50%;text-align:center;}
header .garage-icon.desktop.empty .cart-count {display:none;}

header .garage-icon.mobile {display:block;float:right;background:white;color:black;width:30px;height:30px;line-height:30px;border-radius:50%;text-align:center;font-size:12px;position:absolute;top:50%;margin-top:-15px;right:75px;}
@media(min-width:783px){ header .garage-icon.mobile {display:none;} }
header .garage-icon.mobile.empty {display:none;}


.cart-slider {transition:all 2000ms;box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);background:white;}
.animate-cart-slider {transform:scale(0.05);opacity:0.3;}

.on-screen-garage {line-height:normal;position:absolute;top:120px;right:calc(50% - 690px);background:rgba(255,255,255,0.88);box-shadow:3px 3px 10px 0px rgba(0,0,0,0.60);max-height:calc(100vh - 150px);
	border-radius:15px;padding:0 15px;z-index:999;width:400px;overflow:auto;display:none;}
@media(max-width:1450px){ .on-screen-garage {right:25px;} }

.on-screen-garage .wrap {margin:30px 0;position:relative;}
.on-screen-garage .wrap a.remove {position:absolute;top:-10px;right:-10px;background:black;color:white;width:20px;line-height:20px;font-size:10px;text-align:center;border-radius:50%;}
.on-screen-garage .wrap a.remove::after {content:"X";}
.on-screen-garage .wrap .title {font-size:1.25em;font-weight:bold;}
.on-screen-garage .wrap .flex {margin:8px 0;align-items:center;}
.on-screen-garage .wrap .flex .photo {background-size:cover;background-position:center center;flex:0 0 150px;height:80px;margin-right:15px;border:1px solid black;}
.on-screen-garage .wrap .flex .description {font-size:0.85em;}
.on-screen-garage .wrap .flex .price {margin-top:3px;font-weight:bold;}
.on-screen-garage .wrap .buttons.flex > div {flex:1 1 0px;margin:0 5px;}
.on-screen-garage .wrap .buttons.flex > div:first-of-type {margin-left:0;}
.on-screen-garage .wrap .buttons.flex > div:last-of-type {margin-right:0;}
.on-screen-garage .wrap .buttons .btn {height:auto;line-height:normal;padding:5px 10px;font-size:0.8em;width:100%;}

.on-screen-garage .hover-promo {margin:0 -15px;}
.on-screen-garage .hover-promo a, .on-screen-garage .hover-promo a img {display:block;}

/* NO ADS SETTINGS */
html.no-ads body.home .maincols .col3 {display:none;} /* hide ads */
html.no-ads body.home .maincols .cols1 {margin-right:0;}
/*html.no-ads body.home section.deals .ads {display:none;}*/
html.no-ads .adsbygoogle {display:none !important;}
html:not(.no-ads) .no-ads {display:none;}

@media(max-width:1250px){
	body {font-size:1.25em;}
}
@media(max-width:1200px){
	section.main .ads {display:none;}
	body.home .maincols .col3 {display:none;} 
	body.home .maincols .cols1 {width:auto;float:none;}
}
@media (max-width:782px) {
	/* mobile */
	/*html {font-size:8px;}*/
	/*body {font-size:0.8em;}*/
	body,html {max-width:100%;overflow-x:hidden;}
	body {font-size:1.6em;line-height:1.7em;}
	* {letter-spacing:normal !important;}
	
	.wrapper-inner {width:92%;}
	.wrapper-inner .wrapper-inner {width:100%;}
	.wrapper-inner .wrapper .wrapper-inner {width:92%;}
	.QuickSearchBar, .SitePositionBar {padding-left:4%;padding-right:4%;}
	
	.SitePositionBar {font-size:0.85em;}
	
	.paging a {margin:0 3px;padding:3px;}
	
	.ui-autocomplete {font-size:22px !important;line-height:30px;}	
	
	.m-block {display:block !important;width:100% !important;height:auto !important;max-width:none !important;float:none !important;margin:30px 0 !important;
		position:relative !important;top:0 !important; left:0 !important;text-align:left !important;padding:0 !important;}
	.mobilecenter,.m-center {text-align:center !important;}
	.m-hide,.hide_on_mobile {display:none !important;}
	
	.m-wide {width:100%;}
	/*.wrapper-inner .m-full {width:106%;margin-left:-3%;}*/
	/*.wrapper-inner .m-full {margin-left:-2.56%;margin-right:-2.56%;}*/
	/*.wrapper-inner .m-full {margin-left:calc(-100vw / 2 + 95% / 2);margin-right:calc(-100vw / 2 + 95% / 2);}*/
	.wrapper-inner .m-full {margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);}
	.fancybox-wrap .m-full {margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);}
	body.dir_details.file_default .on-page-gallery-slider-wrapper {margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);}
	
	input, textarea, select, .btn {line-height:38px;height:38px;}
	.btn-height {line-height:40px;height:40px;}
	select,textarea {height:40px;}
	textarea {line-height:normal;}
	
	/* IMPORTED FROM OLD CSS */
	/* search results */
	IMG.search_thumb {width:200px;height:auto;}
	TD.search_thumb_holder {height:125px;width:200px;text-align:center;}
	
	body.home .slide .ticker-tag {font-size:1.3em;}
	
	/* vehicles/details page */
	DIV#BigPictureContainer {width:98%;float:none;} /* float container for main image on vehicles/details page */
	TABLE#container_table {table-layout:fixed;}
	IMG#BigPicture {border:1px solid black;}
	DIV#thumbsContainer {
		float:none !important;
		margin:0px !important;
		width:98% !important;
		clear:left;
		overflow:auto;
		padding-top:10px;
		white-space:nowrap;
	}
	DIV#thumbs {
		overflow:auto !important;
		height:auto !important;
		width:auto;
		white-space:nowrap;
	}
	div#thumbs a {display:inline !important;}
	DIV#thumbs IMG {margin:0px 10px 0px 0px !important;width:130px;height:auto;border:1px solid black;}
	
	/*#container_table td {padding-top:0 !important;}
	body.dir_details.file_default main:first-of-type > section.main:first-of-type > .wrapper:first-of-type > .wrapper-inner:first-of-type {padding-top:0;}*/
	
	/* contact form */
	/*
	#inlineContact, #inlineContactFormHolder {
		margin-right:0;
		margin-left:0;
		float:none !important;
		display:block !important;
		width:auto;
	}
	#inlineContact {margin-top:20px;}
	#inlineContact TABLE {width:100%;}
	#inlineContact INPUT[type="text"] {width:96% !important; display:block;}
	#inlineContact TEXTAREA#body {width:97% !important;height:200px !important;}
	*/
	
	/* dealer browse page */
	body.dir_dealers.file_browse table.resultsTable tr {display:block;margin-bottom:60px;}
	body.dir_dealers.file_browse table.resultsTable td {display:block;width:auto !important;height:auto !important;}
	body.dir_dealers.file_browse table.resultsTable tr td:nth-of-type(1) img {display:block;width:100%;box-sizing:border-box;}
	body.dir_dealers.file_browse table.resultsTable tr td:nth-of-type(3) {display:none;}
	
	/* search page */
	body.dir_search.file_default table.resultsTable > tbody > tr {display:block;margin-bottom:60px;}
	body.dir_search.file_default table.resultsTable > tbody > tr > td {display:block;width:auto !important;height:auto !important;}
	body.dir_search.file_default table.resultsTable > tbody > tr > td:nth-of-type(1) img {display:block;width:100%;box-sizing:border-box;}
	
	body.dir_garage.file_default table.resultsTable > tbody > tr {display:block;margin-bottom:60px;}
	body.dir_garage.file_default table.resultsTable > tbody > tr > td {display:block;width:auto !important;height:auto !important;}
	body.dir_garage.file_default table.resultsTable > tbody > tr > td:nth-of-type(1) img {display:block;width:100%;box-sizing:border-box;}
	
	body.dir_vehicles.file_newlistings table.resultsTable > tbody > tr {display:block;margin-bottom:60px;}
	body.dir_vehicles.file_newlistings table.resultsTable > tbody > tr > td {display:block;width:auto !important;height:auto !important;}
	body.dir_vehicles.file_newlistings table.resultsTable > tbody > tr > td:nth-of-type(1) img {display:block;width:100%;box-sizing:border-box;}
	
	/* search signup box */
	body.dir_search.file_default table.resultsTable > tbody > tr > td td {display:block;width:auto !important;height:auto !important;}
	body.dir_search.file_default table.resultsTable > tbody > tr > td td input {width:100% !important;box-sizing:border-box;}
	
	.resultsTable td {padding:0;}
	
	/* digital throttle hip ads */
	.digital-throttle-ad-hip {display:none;}
	
	.phone, .location, .email, .web {padding-left:40px;font-size:0.9em;}
	/*
	body.dir_dealers.file_browse .phone,
		body.dir_dealers.file_browse .location,
		body.dir_dealers.file_browse .email,
		body.dir_dealers.file_browse .web {padding-left:0;padding-right:50px;}
	*/
	
	body.dir_dealers.file_dealerlist .main td.DealerList:nth-of-type(3),
		body.dir_dealers.file_dealerlist .main td.DealerListGray:nth-of-type(3),
		body.dir_dealers.file_dealerlist .main td.MainMenuHover:nth-of-type(3),
		body.dir_dealers.file_dealerlist .main td.DealerList:nth-of-type(4),
		body.dir_dealers.file_dealerlist .main td.DealerListGray:nth-of-type(4),
		body.dir_dealers.file_dealerlist .main td.MainMenuHover:nth-of-type(4),
		body.dir_dealers.file_dealersearch .main td.DealerList:nth-of-type(3),
		body.dir_dealers.file_dealersearch .main td.DealerListGray:nth-of-type(3),
		body.dir_dealers.file_dealersearch .main td.MainMenuHover:nth-of-type(3),
		body.dir_dealers.file_dealersearch .main td.DealerList:nth-of-type(4),
		body.dir_dealers.file_dealersearch .main td.DealerListGray:nth-of-type(4),
		body.dir_dealers.file_dealersearch .main td.MainMenuHover:nth-of-type(4) {display:none;}
	
	body.dir_dealers.file_browse .list-results .feature-label {display:block;text-align:center;}
	
	.fancybox-skin .phone,
		.fancybox-skin .location,
		.fancybox-skin .email,
		.fancybox-skin .web {padding-left:45px !important;}
	
	.fancybox-wrap .wrapper-inner {width:auto;}
	
	body.dir_advertise .main input,
		body.dir_advertise .main textarea,
		body.dir_advertise .main select,
		body.dir_advertise .main .btn {margin-bottom:30px;}
	body.dir_advertise .main input[type="checkbox"],
		body.dir_advertise .main input[type="radio"] {margin-bottom:0;}
	
	.quicksearch_advertise {display:none;}
	
	body.home .count {padding-left:5%;/*font-size:1.7em;*/}
	body.home .searchbox .slide .pad {padding-left:20px;padding-right:20px;}
	
	body.home .pop-searches ul {columns:2;-moz-columns:2;-webkit-columns:2;}
	
	header .left ul {display:none;}
	header .right {display:none;}
	
	body.home .searchbox {font-size:1.2rem;}
	body.home .makes-wrapper {padding-left:0;}
	body.home main .wrapper-inner.maincols {padding-top:0;}
	body.home .makes-wrapper .popsearch {columns:2;-webkit-columns:2;-moz-columns:2;} 
	body.home .daily-deals .image {height:110px;}
	body.home a.vehicle-wrapper .image {height:110px;}
	body.home .news .photo {height:110px;}
	
	body.home .news .wrapper a {width:49%;margin:0 2% 30px 0 !important;clear:none !important;}
	body.home .news .wrapper a:nth-of-type(2n) {margin-right:0 !important;}
	body.home .news .wrapper a:nth-of-type(2n+1) {clear:left !important;}
	
	body.home a.vehicle-wrapper{width:49%;margin:0 2% 30px 0 !important;clear:none !important;}
	body.home a.vehicle-wrapper:nth-of-type(2n) {margin-right:0 !important;}
	body.home a.vehicle-wrapper:nth-of-type(2n+1) {clear:left !important;}
	body.home .tab-holder .image, body.home .auction-wrapper .image {height:110px;}
	body.home .tab {font-size:13px !important;}
	
	body.dir_contacts main .content table:first-of-type {font-size:0.8em;}
	
	input[type=button].big, input[type=submit].big, .btn.big {height:75px;line-height:75px;}
	
	.search-makes-wrapper ul {columns:2;-moz-columns:2;-webki-columns:2;}
	
	header .logo-wrapper {max-width:calc(100% - 120px);transition:all 250ms;-moz-transition:all 250ms;-webkit-transition:all 250ms;}
	header .logo-wrapper.small {max-width:160px;}
	header .logo-wrapper img {max-height:100%;}
	.hamburger-menu {display:block;}
	
	/* sticky header */
	header.sticky {position:fixed;top:0;left:0;right:0;z-index:10;}
	.sticky-header-spacer .wrapper {background:none;}
	.sticky-header-spacer img {max-width:calc(100% - 100px);visibility:hidden;}
	
	#zip_distance_changer {left:0 !important;width:100%;}
	#zip_distance_changer form > span {display:block;margin-bottom:8px;}
	#zip_distance_changer form > span:nth-of-type(1) select {margin-left:10px;}
	#zip_distance_changer form > span:nth-of-type(2) input {margin-left:24px;}
	#zip_distance_changer form input,#zip_distance_changer form select {width:70%;}
	#zip_distance_changer form input[type="button"],#zip_distance_changer form input[type="submit"] {float:left;width:49%;margin-right:2%;}
	#zip_distance_changer form input[type="button"] {margin-right:0;}
	
	body.dir_pay .main .contenttable td {display:block;width:auto;padding:0;}
	body.dir_pay .main .contenttable td[nowrap] {padding-top:20px;font-size:1em;}
	body.dir_pay .main td font {top:5px;right:8px;}
	
	body.dir_free table.main td {display:block;width:auto;padding:0;}
	body.dir_free table.main td[nowrap] {padding-top:20px;font-size:1em;}
	body.dir_free table.main td font {top:5px;right:8px;}
	
	body.has-quicksearch  > main:first-of-type > section:first-of-type > .wrapper:first-of-type > .wrapper-inner:first-of-type {padding-top:0;}
	body.dir_dealers.file_browse  > main:first-of-type > section:first-of-type > .wrapper:first-of-type > .wrapper-inner:first-of-type {padding-top:0;}
	
	.flex:not(.m-flex) {display:block;}
	.flex:not(.m-flex) > * {display:block;margin:20px 0;}
	
	main > section.main > .wrapper > .wrapper-inner.flex > .content {margin-top:0 !important;}
	
	.mobile-up-arrow {right:10px;border-radius:50%;width:52px;max-width:none;bottom:20px;}
	
	section.main .buttons {display:none;}
}
@media (max-width:380px) {
	.x-small-hide {display:none !important;}
}

@media (min-width:783px) {
	nav.mobile {display:none;}
	body {padding-top:0 !important;}
	header .logo-wrapper {max-width:calc(100% - 100px) !important;}
	.sticky-header-spacer {display:none;}
}
@media screen and (min-width:783px) {
	.m-show, .show_on_mobile_only {display:none !important;}
}

@media screen {
	.showprint {display:none !important;}
}
@media print {
	body {font-size:1.4em;background:none;}
	.main-logo.showprint {margin-bottom:20px;}
	.m-hide,.hide_on_mobile {display:none !important;}
	.wrapper,.wrapper-inner {width:auto !important;max-width:none !important;}
	.buttons {display:none;}
	header,footer {display:none;}
	.adsense,.adsbygoogle,.ads {display:none !important;}
	.bx-prev,.bx-next {display:none;}
	.on-page-gallery-slider div img {width:20%;}
	ul.specs {columns: 2 !important;-webkit-columns: 2 !important;-moz-columns: 2 !important;
		font-size:0.8em;}
	.wrapper-inner {padding:0 !important;}
	.wow {visibility:visible !important;}
	iframe,embed {display:none;}
	.hideprint, .hide_on_print, .hideonprint {display:none !important;}
	.search-makes-wrapper {display:none !important;}
	.outbrain-wrapper {display:none;}
	.pa-global-class {display:none;}
}