body {     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

img { max-width: 100%; }

.no-max-width { max-width: none; }

.jumbotron h2.title { font-family: "Fjalla One", sans-serif; font-size: 35px; display: block; color: #fbe20d; text-transform: uppercase; line-height: 1.4; text-shadow: 1px 1px 1px rgba(0,0,0,0.75); padding-bottom: 0; text-align: left; margin: 18px 0 0 0 !important;}

.aus-tabs { list-style: none; padding: 0; margin: 0; font-size: 0; text-align: center; }
.aus-tabs li { display: inline-block; cursor: pointer; padding: 10px 20px 9px; font-size: 17px; font-family: "fjalla one", sans-serif; text-transform: uppercase; border: 1px solid #dcdcdc; background: #f0eeee; border-right: none; }
.aus-tabs li:first-child { -webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px; }
.aus-tabs li:last-child { border-right: 1px solid #dcdcdc;
	-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px; }
.aus-tabs li.active { border-bottom-color: white; background: white; }

.aus-tabbed { list-style: none; padding: 0; margin: -1px 0 0; }
.aus-tabbed li { display: none;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
.aus-tabbed li.active { border: 1px solid #dcdcdc; background: white; display: block; }

.aus-tabbed li h4 { text-align: center; margin: 25px; }

.aus-tabbed li table { width: 100%; border-top: 1px solid #dcdcdc; }
.aus-tabbed li table thead th { background: #f0eeee; font-weight: bold; font-size: 11px; padding: 4px 12px; border-right: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc; }
.aus-tabbed li table thead tr th:last-child { border-right: none; }
.aus-tabbed li table thead tr th.make, .aus-tabbed li table thead tr th.model { width: 25%; }
.aus-tabbed li table thead tr th.prev, .aus-tabbed li table thead tr th.current { width: 15%; text-align: center; }
.aus-tabbed li table thead tr th.change, .aus-tabbed li table thead tr th.percentage { width: 10%; text-align: right; }
.aus-tabbed li table thead tr th.change { text-align: center; }
.aus-tabbed li table tbody td { border-bottom: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; padding: 8px 12px; }
.aus-tabbed li table tbody tr td:last-child { border-right: none; text-align: right; }
.aus-tabbed li table tbody td.change, .aus-tabbed li table tbody td.percentage, .aus-tabbed li table tbody td.prev, .aus-tabbed li table tbody td.current { text-align: center; }
.aus-tabbed li table tbody tr:last-child td { border-bottom: none; }
.aus-tabbed li table tbody tr.alt td { background: #f7f6f6; }

.aus-tabbed li.increase table td.change, .aus-tabbed li.increase table td.percentage, .aus-tabbed li table .genericon.genericon-collapse { color: #367e0f; font-weight: bold; }
.aus-tabbed li.decrease table td.change, .aus-tabbed li.decrease table td.percentage, .aus-tabbed li table .genericon.genericon-expand { color: #7e0f0f; font-weight: bold; }
.aus-tabbed li table .genericon.genericon-collapse, .aus-tabbed li table .genericon.genericon-expand, .aus-tabbed li table .genericon.genericon-dot { display: inline-block; margin: 2px 0 0; }
.aus-tabbed li table .genericon.genericon-collapse:before, .aus-tabbed li table .genericon.genericon-expand:before, .aus-tabbed li table .genericon.genericon-dot:before { font-size: 20px; }

.aus-tabbed li table td.dot { font-weight: bold; color: #474747; }
.aus-tabbed li table td.up { font-weight: bold; color: #367e0f; }
.aus-tabbed li table td.down { font-weight: bold; color: #7e0f0f; }

#sold-by-state .aus-tabs { margin-bottom: 30px; }
#sold-by-state .aus-tabs li { border: none; background: transparent; font-size: 24px; }
#sold-by-state .aus-tabbed li { border: none; background: transparent; }

#sold-by-state .aus-tabs li.cars { color: #db314d; }
#sold-by-state .aus-tabs li.bikes { color: #388f4a; }
#sold-by-state .aus-tabs li.boats { color: #4483ab; }

.aus-map { padding: 0 50px; width: 100%; }

.aus-map .state, .aus-map .state path, .aus-map .TAS .label path, .aus-map .ACT .label path { -webkit-transition: fill .1s ease; -moz-transition: fill .1s ease; -ms-transition: fill .1s ease; -o-transition: fill .1s ease; transition: fill .1s ease; }

.aus-map-cars-sold .state, .aus-map-cars-sold .state path, .aus-map-cars-sold .TAS .label path, .aus-map-cars-sold .ACT .label path { fill: #db314d; }
.aus-map-cars-sold a:hover .state, .aus-map-cars-sold a:hover .state path, .aus-map-cars-sold .TAS a:hover .label path, .aus-map-cars-sold .ACT a:hover .label path { fill: #ec5770; }

.aus-map-bikes-sold .state, .aus-map-bikes-sold .state path, .aus-map-bikes-sold .TAS .label path, .aus-map-bikes-sold .ACT .label path { fill: #388f4a; }
.aus-map-bikes-sold a:hover .state, .aus-map-bikes-sold a:hover .state path, .aus-map-bikes-sold .TAS a:hover .label path, .aus-map-bikes-sold .ACT a:hover .label path { fill: #52b266; }

.aus-map-boats-sold .state, .aus-map-boats-sold .state path, .aus-map-boats-sold .TAS .label path, .aus-map-boats-sold .ACT .label path { fill: #4483ab; }
.aus-map-boats-sold a:hover .state, .aus-map-boats-sold a:hover .state path, .aus-map-boats-sold .TAS a:hover .label path, .aus-map-boats-sold .ACT a:hover .label path { fill: #6aa8d0; }

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

#market-report { margin-top: 50px; }
#cars-sold-front-page { margin-bottom: 50px; }

ul.cars-sold { list-style: none; padding: 0; margin: 30px -15px 0; text-align: left; font-size: 0; }
ul.cars-sold > li { vertical-align: top; width: 25%; padding: 0 15px; margin-bottom: 30px; font-size: 17px; display: inline-block; text-align: center; }
ul.cars-sold > li a { display: block; }
ul.cars-sold > li a img { display: block; margin: 0 0 15px; }
ul.cars-sold > li h3 { font-family: "fjalla one", sans-serif; font-size: 20px; margin: 0 0 1em; line-height: 25px; text-transform: uppercase; font-weight: bold; color: #042f62; }
ul.cars-sold > li h3.title { font-family: Raleway, sans-serif; font-size: 16px; margin: 0 0 15px; line-height: 22px; text-transform: uppercase; font-weight: bold; color: #346eae; }
ul.cars-sold > li a:hover { text-decoration: none; }

#aus-filters { margin-bottom: 30px; padding-left: 15px; padding-right: 15px; }

.aus-filter { margin: 30px 0 0; }
.aus-filter h4 { font-family: Raleway, sans-serif; font-size: 12px; text-transform: uppercase; font-weight: bold; padding: 9px 12px 7px 12px; background: #f0eeee; border: 1px solid #dcdcdc; margin: 0; color: #444;
	-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px; }
.aus-filter ul { list-style: none; padding: 4px 0 6px; margin: 0; border: 1px solid #dcdcdc; border-top: none; background: white; width: 100%; }
.aus-filter ul li { padding: 0px; text-align: left; background: transparent; border: none; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
.aus-filter ul li label { padding: 2px 9px; font-size: 11px; font-weight: normal; text-transform: capitalize; line-height: 14px; margin: 0; color: #666; cursor: pointer; text-transform: uppercase; display: block; }
.aus-filter ul li label input { margin-right: 5px; }
.aus-filter ul li.parent { background: #f7f6f6; padding: 6px 12px 5px; font-size: 10px; font-weight: bold; text-transform: uppercase; border-bottom: 1px solid #dcdcdc; margin: 6px 0 3px; border-top: 1px solid #dcdcdc; color: #888; }
.aus-filter ul li.parent:first-child { border-top: none; margin-top: -4px; }

body.single-cars_sold { background: #f7f7f7; }
#car-sold { padding-top: 86px; }
.single-car-sold { background: white; padding: 30px 25px; }
.aus-single-gallery { list-style: none; padding: 0; margin: 0 -1px 0 0; font-size: 0; }
.aus-single-gallery li { display: inline-block; width: 25%; padding: 1px 1px 0 0; margin-bottom: 1px; }
.aus-single-gallery li img, .aus-single-gallery li a { display: block; }

h4.in-city { margin: 10px 0 -10px; font-size: 12px; color: #999; text-transform: uppercase; }
h4.in-city a { display: inline-block; font-weight: bold; color: white; background: #25aae1; padding: 3px 8px; margin: 0 5px;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
h4.in-city a:hover { background: #376bb1; text-decoration: none; }

.price { color: #25aae1; margin-bottom: 25px; }

.aus-single-content { margin: 25px 0; text-align: center; font-size: 17px; line-height: 23px; }
.aus-single-content .addtoany_share_save_container { margin: 40px 0 0; }
.aus-single-content hr { margin: 40px 0; }
.aus-single-terms { font-size: 14px; text-transform: uppercase; margin: 0 0 8px 0; }
.aus-single-terms a { font-weight: bold; color: #25aae1; }
.aus-single-terms a:hover { color: #376bb1; text-decoration: none; }

.single-car-sold.buy-sell-guide { text-align: center; }
.single-car-sold.buy-sell-guide h3 { margin: 40px 0 30px; }

.five-pagination { list-style: none; padding: 0; margin: 0 0 40px; font-size: 0; text-align: center; border: none; }
.five-pagination li { display: inline-block; font-size: 14px; margin: 0 2px; padding: 0; }
.five-pagination li a { display: block; background: #f0f0f0; text-decoration: none !important; color: #999; padding: 6px 10px; font-weight: bold; }
.five-pagination li:hover a { background: #356cac; color: #fce114;  }
.five-pagination li.active a { background: #25aae1; color: white; }

.location-news { padding: 60px 0 0 !important; background: #41b5e5; }
.location-news h2 { margin: 0 0 30px; font-weight: bold; font-size: 32px; color: white; }
.location-news h2.subheading { margin: -15px 0 30px; font-size: 24px; font-weight: 300; }

.news-posts { list-style: none; padding: 0; margin: 50px -15px 0; border: none; background: transparent; text-align: center; font-size: 0; width: auto; max-width: none; }
.news-posts li { background: transparent; border: none; padding: 0; vertical-align: top; font-size: 18px; display: inline-block; width: 33.33%; }
.news-posts li h3 { font-size: 20px; text-transform: uppercase; margin: 0 0 15px; line-height: 24px; }
.news-posts li a { display: block; text-decoration: none; color: white; }

.news-posts li .news-post-image { width: 100%; height: 0; padding-bottom: 50%; position: relative; overflow: hidden; }
.news-posts li .news-post-image img { position: absolute; left: 0; top: 0; width: 100%; height: 100%;
	-webkit-transition: transform 30s linear; -moz-transition: transform 30s linear; -ms-transition: transform 30s linear; -o-transition: transform 30s linear; transition: transform 30s linear; }
.news-posts li .news-post-image i { position: absolute; left: 50%; top: 50%; font-size: 72px; color: #efc75e; line-height: 72px; z-index: 2; visibility: hidden; opacity: 0;
	-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
	-webkit-transition: opacity .4s linear, visibility .4s linear; -moz-transition: opacity .4s linear, visibility .4s linear; -ms-transition: opacity .4s linear, visibility .4s linear; -o-transition: opacity .4s linear, visibility .4s linear; transition: opacity .4s linear, visibility .4s linear;  }
.news-posts li:hover .news-post-image i { visibility: visible; opacity: 1; }
.news-posts li:hover .news-post-image img { transform: scale(1.2) }

.news-posts li .news-post-content { padding: 30px 20px 85px 30px; position: relative;
	-webkit-transition: background .15s ease; -moz-transition: background .15s ease; -ms-transition: background .15s ease; -o-transition: background .15s ease; transition: background .15s ease;  }
.news-posts li:nth-child(odd) .news-post-content { background: #2599c9; }
.news-posts li .news-post-content h3 { color: white; }
.news-posts li .news-post-content p { font-size: 16px; line-height: 19px; }
.news-post-read-more { display: inline-block; background: #efc75e; color: white; font-size: 14px; font-weight: bold; margin: 15px 0; padding: 8px 16px; position: absolute; bottom: 15px; left: 50%; margin-left: -52px;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; cursor: pointer; }
.news-posts li:hover .news-post-content { background: #2086b0 !important; }

.ays-fl figcaption { text-align: center; padding-top: 15px; display: block; }
.ays-fl figure { margin-top: 50px; margin-bottom: 50px; }
.ays-fl { text-align: center; }
.ays-fl .block { padding: 60px 0 70px; }
.ays-fl img { display: block; margin: 40px auto; }
.ays-fl .col-md-6, .ays-fl .col-md-4, .ays-fl .col-md-8 { text-align: left; }

body.error404 .privacy-line.bluer { display: none; }
body.error404 .bnrtag .taglinesi { padding-top: 175px; }
.error404 .page-title { padding: 0; margin: 50px 0; font-style: normal; }
.error404 .page-title:before { display: none; }
.error404-subtitle {  font-size: 14px; margin: -20px 0 40px; font-weight: normal; font-family: 'Open Sans', Helvetica, sans-serif; color: #777; position: relative; padding-bottom: 40px; }
.error404-subtitle:after { content: ''; width: 40px; height: 3px; position: absolute; left: 50%; top: 100%; margin-left: -20px; background: #e2e2e2; }

.error404-nav { list-style: none; padding: 0; margin: 0 -15px; font-size: 0; text-align: center; }
.error404-nav ul { list-style: none; padding: 0; margin: 10px 0 0; font-size: 14px; }
.error404-nav > li { display: inline-block; width: 20%; padding: 0 15px; font-size: 15px; }
.error404-nav > li > a { display: block; font-weight: normal; text-transform: uppercase; font-family: 'Fjalla One', sans-serif; font-size: 22px; }
.error404-nav >li > a:hover { color: #000; text-decoration: none; }
.error404-nav ul a:hover { text-decoration: none; color: #23527c; }
.error404-nav ul a { display: block; color: #333; }
h2.price { text-align: left; margin-left: 0; margin-right: 0; }
#phnumber a:hover { color: #1e4e85; text-decoration: none; }

.error404 .page-wrapper { background: #f4f4f4; }

.content_r .icon img { width: 62px; }
#breadcrumbs { margin: 0; position: absolute; left: 10px; top: 57px; font-size: 12px; line-height: normal; letter-spacing: normal; color: #777; } 
#breadcrumbs a { color: #474747; }
.site-header.bnrcompact #breadcrumbs { top: 60px; left: 20px; }
.site-header.bnrcompact #breadcrumbs,
.site-header.bnrcompact #breadcrumbs a { color: white; }

#aysnewform.subpageform { display: none; }
#aysnewform.subpageform #aysnewformi { opacity: 0; -webkit-transition: opacity .4s linear .4s; -moz-transition: opacity .4s linear .4s; -ms-transition: opacity .4s linear .4s; -o-transition: opacity .4s linear .4s; transition: opacity .4s linear .4s;  }
.taglines.bnrtagcompact { opacity: 0; -webkit-transition: opacity .4s linear .6s; -moz-transition: opacity .4s linear .6s; -ms-transition: opacity .4s linear .6s; -o-transition: opacity .4s linear .6s; transition: opacity .4s linear .6s; }

body.aysnewform-open #aysnewform.subpageform #aysnewformi { opacity: 1; }
body.aysnewform-open .taglines.bnrtagcompact { opacity: 1; }

body.page-template-page-contact-us #aysnewform.subpageform { display: block; }
body.page-template-page-contact-us #aysnewform.subpageform #aysnewformi,
body.page-template-page-contact-us .taglines.bnrtagcompact { opacity: 1; }

.form-group-manual { position: relative; }
.form-group-manual-expand { display: block; font-size: 9px; line-height: 1em; color: #fff; font-weight: bold; cursor: pointer; padding: 5px 0 9px; text-transform: uppercase; letter-spacing: 1px; text-align: center; text-shadow: 0 1px 0 rgba(0, 0, 0, .1); font-family: 'Helvetica', Arial, sans-serif; }
.form-group-manual-expand span { text-decoration: underline; }
.form-group-manual-expand:hover span { color: #fce400 }
.form-group-manual-exapandable { display: none; }
.form-group-manual-expand-undo { display: none; }

#aysnewform .form-group-manual-expand span { color: #356cac; }
#aysnewform .form-group-manual-expand { text-align: left; color: #999; padding: 9px 0 5px 10px; }
#aysnewform .form-group-manual { clear: both; }

.carinfo #make_m_field, .carinfo #model_m_field { width: 33.33%; }
.carinfo #year_m_field { width: 16%; margin-right: 1%; }


@media (max-width: 1099px) {
	
	.news-posts li { width: 50%; }
	
}

@media (max-width: 767px) {
	
	.news-posts li { width: 100%; }
	ul.makes-sold li { width: 100%; }
	ul.makes-sold > li a img { width: 100%; height: auto; }
	ul.makes-sold { margin: 20px 0px; }
	#breadcrumbs { display: none; }
	
}