/*testimonials*/
.testimonials-section { background: #fff; border-radius: 12px; padding-bottom: 30px; padding-top: 30px; }
.testimonial-wrapper { margin-top: 50px; }
#body .testimonials-section h2 {text-align: center;font-size: 45px;font-weight: 800; margin-top: 0;}
#body .testimonials-section h3 {text-align: center;font-size: 35px;font-weight: 700; color: #000;}
#body .testimonials-section h4 {text-transform: none;text-align: center;font-size: 30px;margin: 15px 0 30px;color: #dc0d03;}
#body .testimonials-section h4 .fa { color: #000; font-size: 40px; margin-right: 15px; }
.testimonials-title { font-weight: 600; margin-bottom: 10px; }
.testimonials-title .fa { color: #dc0d03; margin: 0 2px;}
.testimonial-img {border-radius: 5px; box-shadow: 1px 2px 5px #0000004a;}
.testimonials-section .carousel-control.left, .testimonials-section .carousel-control.right { background: none; }
.testimonials-section .glyphicon{ color:#dc0d03; opacity: 1; }
.testimonials-section .carousel-inner { min-height: 350px; }
.testimonials-section .carousel-inner > .item { padding: 0 30px; }
.testimonials-section .glyphicon-chevron-left { left: 0; }
.testimonials-section .glyphicon-chevron-right { right: 0; }

@media (max-width: 480px) {
#body .testimonials-section h2 { font-size: 40px; }
#body .testimonials-section h3 { font-size: 30px; }
#body .testimonials-section h4 { font-size: 25px; }
}

#buy_online_banner { box-shadow: 1px 0px 1px 1px rgba(255,255,255,0.2); border-radius: 8px; border: 1px solid #141414; }

/*modal popup*/
.pop_home .modal-content { background-color: #db0a03; border: 10px solid #fff; border-radius: 0; color: #fff; }
#body .pop_home .modal-title { color: #fff200; margin: 0; letter-spacing: 1px; font-size: 25px; }
.pop_home .modal-header { border-bottom: 0; text-align: center; }
.pop_home .close { color: #fff; opacity: 1; text-shadow: none; font-size: 30px; font-weight: 300; position: absolute; right: 10px; z-index: 9999; }
.pop_home .close:hover { color: #fff000; }
#body .pop_home h2 {color: #fff;font-size: 20px;text-align: center;margin: 0; line-height: 30px;}
.pop_ul_update .content_detial { color: #fff; font-size: 18px; line-height: 22px; font-size: 20px; line-height: 25px; margin-top: 5px; font-weight: 800; }
.pop_ul_update .icon-top {width: 65px;margin-right: 30px;}
.pop_ul_update li {display: flex;flex-direction: row;margin-bottom: 35px;align-items: flex-start;}
.pop_ul_update {display: flex;flex-direction: column;margin-top: 50px; padding: 0 0;}
.pop_ul_update .icon-top img {max-width: 75px;}
#body .pop_home, #body .pop_home p { color: #fff; font-size: 16px; } 
.light-text { font-weight: 300; }
.pop_home .modal-body a { color: #fff; font-weight: 600; }
.pop_home .modal-body a:hover, .pop_home .modal-body a:focus { color: #fff000; } 
#body .top-heading-image { margin-top: 25px; }

@media(min-width: 768px) {
.modal-dialog { width: 737px; }
}

/*tr[data-value="RegistrationExpiry"] { display: none; visibility: hidden; }*/
.top_slider { margin-top: 10px; margin-bottom: 45px; }
.three_blocks { margin-top: 35px; }

/* remove spacing between middle columns */
.row.no-gutter [class*='col-']:not(:first-child):not(:last-child) {
  padding-right:0;
  padding-left:0;
}
/* remove right padding from first column */
.row.no-gutter [class*='col-']:first-child {
  padding-right:0;
}
/* remove left padding from first column */
.row.no-gutter [class*='col-']:last-child {
  padding-left:0;
}


/* remove spacing between columns */

/* remove right padding from first column */
.row.no-gutter-2 [class*='col-']:first-child {
  padding-right:0;  padding-left:0;
}
/* remove left padding from first column */
.row.no-gutter-2 [class*='col-']:last-child {
  padding-left:0; padding-right:0;
}

.tnew_phone { color: #fff; }
.tnew_phone:hover { color: #FFF200; }

.new_location { color: #fff100;text-align: center;font-size: 23px;font-family: Oswald; }
.new_grey { color: #fff; }
#two_great_location { clear: both;background: #111; padding: 20px 15px 30px; border-radius: 12px; }
#body #two_great_location p { font-family: oswald; font-size: 20px; color: #fff; }
#body #two_great_location h1 { color: #fff;  font-weight: 600; font-size: 40px; }	
#two_great_location a { color: #fff; }
#two_great_location a:hover {color: #f00;}


/*quick search*/
.quicksearch-wrapper #QuickSearchYardText { display: none; }
.quicksearch-wrapper #QuickSearchMakeText, 
.quicksearch-wrapper #QuickSearchModelText { font-family: Oswald; font-size: 18px; color: #f00; 
text-transform: uppercase; margin-top: 10px;  }
#QuickSearch { position: relative; }
.QuickSearchSelect span { width: 100%; }
/*quick search issues styles*/

.icon {
    background-position: -1px center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    line-height: 36px;
    padding: 0 20px 0 0;
}
.vehicle-color {
    background-image: url("/media/1289/colour.png");
}
.vehicle-transmission {
    background-image: url("/media/1288/transmission.png");
}
.vehicle-body {
    background-image: url("/media/1294/body.png");
}
.vehicle-odometer {
    background-image: url("/media/1290/odometer.png");
}
.vehicle-fueltype {
    background-image: url("/media/1291/petro.png");
}
.vehicle-doors {
    background-image: url("/media/1292/door.png");
}

.container {
    max-width: 1270px;
    width: 100%;
}
@media (max-width: 768px) {
.container {
    overflow: hidden;
}
}


#header_2 { background-color: #000; padding-bottom: 10px; }
#QuickSearchYard [data-value-yard="2"], #SearchFilterYard [data-value-yard="2"] {
	display: none!important;
}

#dl-num {
	color: #fff;
	margin-left: 20px!important;
	font-size: 16px;
	font-weight: bold;
}
@media(max-width: 991px) {
	#emuplains-yard-wrapper, #emu-phone {
		display: none;
	}
	#dealer-id  {
		position: inherit;
		text-align: center;
	    right: inherit;
		
	}
}
body {
	font-family: 'Open Sans', sans-serif;
	background-image: url('/media/5962/bg_black.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
	background-color: #000;
}
.center-wrapper {
	margin-bottom: 10px;
	padding: 20px 30px 30px;
}
@media (max-width: 767px) {
	.center-wrapper {
		padding: 20px 15px 30px;
	}
}
body[data-url='hot-spot-autos-new'] .center-wrapper {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0;
}
body[data-url='hot-spot-autos-new'] .container {
	background: transparent;
}
.center-wrapper {
	background: #FFF;
}
a {
	color: #db0a03;
}
a:hover {
	color: #777;
	text-decoration: none;
}
ul {
	margin-bottom: 15px;
}
a.btn {
	color: #FFF;
	display: block;
	background-color: #F00;
	margin: 20px 5px;
	padding: 10px 15px;
	border-radius: 0px;
	text-decoration: none;
	font-family: "Oswald",sans-serif;
	font-size: 38px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
}
a.btn:hover {
	color: #0015A5;
	background: #FCFE0A;
	transition: 0.3s;
}
@media (max-width: 475px) {
	a.btn {
		margin: 5px 0;
		width: 100%;
	}
}
#body h2, #body .h2 {
	font-size: 24px;
}

#body h1, #body h2, #body h3 {
	color: #dc0d03;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 500;
}

#body h1, #body h2, #body h3, #body h4, #body h5, #body h6 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	line-height: 1.1;
}

#body p, #body ul li {
	color: #000;
}
#body .red {
	color: red;
}
#body h1 {
	color: #db0a03;
	line-height: 1em;
	font-size: 46px; font-weight: 600;
}	
@media (max-width:1199px) {
	#body h1 {
		font-size: 30px;
	}
}
#body p {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.8em;
}
#header {
	/*background: #DC0804 url('/media/5963/header_bg.jpg') repeat-x;*/
	background: #000;
}
#header .header-logo {
  	
  	width: 100%;
  	margin: 15px auto 10px;
  	display: block;
  	padding-bottom: 10px;
  	float: none;
}
#header .header-img-div {
	width:100%;
}
.yard-info {
  	color: #fff /*#fde004*/;
    font-family: oswald;
    font-size: 20px;
    font-weight: 500;
}
.yard-heading a, .yard-info a.mail_h { color: #fff200; }
.yard-heading a:hover, .yard-info a.mail_h:hover { color: #db0a03; }
.mail_h { margin-top: 5px; display: block; }
.yard-heading {
    color: #fff;
    font-family: oswald;
    display: block;
    font-size: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
	text-transform: uppercase; font-weight: 500;
}
.yard-heading.gran { margin-top:0; }
.opensoon { display: table; font-size: 15px; color:#e9262a;
background:#fff200; border-radius: 3px; padding: 2px 10px; margin-top: 10px; letter-spacing: 1px; font-weight: 600;}
#minto-yard {
	text-align: right;
}
a.contact {
	color: #FFF;
  	font-size: 23px;
    display: block;
}
#header .header-img {
	padding-top:  30px;
	padding-left: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}
#header .header-text {
	text-align: left;
	padding-top: 48px;
    font-size: 18px;
	font-weight: bold;
}
#header .header-text a {
	color: #000;
	text-decoration: none;
}
#header .header-text p {
	font-family: 'Oswald', sans-serif;
	margin: 0 0 0px;
	text-transform: uppercase;
}
#header-mobile {
	font-size: 28px;
}
#header-text-phone {
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
  	margin-top: 48px;
  	line-height: 42px;
}
#header-text-phone a {
	color: #000;
	display: block;
  	font-size: 50px;
	text-decoration: none;
}
@media (max-width: 767px) {
	.yard-info, .header_cars {display: none;}
    #header .header-logo { margin: 20px auto 10px; }
}
@media (min-width: 767px) {
	#yarddetails-small {
		display: none;
	}
}
#yarddetails-small {
	color: #FF0;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 22px;
}
#yarddetails-small a {
	color: #DC0804;
  	display: block;
  	background-color: #FF0;
  	margin-bottom: 10px;
  	border-radius: 5px;
	text-decoration: none;
	padding: 5px 2px;
}

#yarddetails-small strong { font-weight: 500; }


@media (max-width: 1199px) {
	.yard-info {
		 font-size: 13px;
	}
	a.contact {
		font-size: 18px;
	}

}
@media (max-width: 991px) {
	.yard-info {
		text-align: center;
	}
}
#navbar	{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#050505+0,050505+24,171717+70,191919+100 */
background: rgb(5,5,5); /* Old browsers */
background: -moz-linear-gradient(top, rgba(5,5,5,1) 0%, rgba(5,5,5,1) 24%, rgba(23,23,23,1) 70%, rgba(25,25,25,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(5,5,5,1) 0%,rgba(5,5,5,1) 24%,rgba(23,23,23,1) 70%,rgba(25,25,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(5,5,5,1) 0%,rgba(5,5,5,1) 24%,rgba(23,23,23,1) 70%,rgba(25,25,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050505', endColorstr='#191919',GradientType=0 ); /* IE6-9 */
}
#navbar .container {
	background: transparent; 
}
#navbar .navbar {
	margin-bottom: 0px;
	min-height: 0px;
}
#navbar .navbar-default {
	background-color: transparent;
	border: none;
}
#navbar .navbar-default a {
	background-color: transparent;
	border: none;
}
#navbar .navbar-default li a {
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	padding: 14px 14px;
	text-transform: uppercase;
}
@media (max-width: 1199px) {
	#navbar .navbar-default li a {
		padding: 14px 18px;
	}
}
	
#navbar_div .container-fluid{
    padding-left: 0;
    padding-right: 0;
}	
	
#navbar .navbar-default li a.current_page_item, #navbar .navbar-default li a:hover  {
	color: #fff200;
  	background: #db0a03;
	-os-transition: 0.8s;
	-ms-transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
}
.navbar-default .navbar-toggle {
	background: transparent;
}
.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffff00;
}
.navbar-toggle {
	float: none;
	width: 100%;
}
.navbar-toggle .icon-bar {
	margin: 0 auto;
}
@media(max-width: 767px) {
	#navbar {
		background: linear-gradient(to bottom, rgb(220, 11, 4) 0%,rgb(221, 10, 3) 24%,rgb(219, 10, 3) 70%,rgb(160, 0, 0) 100%);
	}
}
#banner .container {
	padding: 0px;
}
/* home */
.easy_finance { margin-top: 25px; }

@media(min-width: 767px) {
	.finance-small {
		display: none;
	}
}
@media(max-width: 767px) {
	.finance-large {
		display: none;
	}
}
#main-feature {
	clear: both;
	margin-top: 7px;
	margin-bottom: 20px;
	min-height: 316px;
	
}
#main-feature .col-md-6 {
	padding-left: 0;
	padding-right: 0;
}
#main-feature img {width: 100%;}
.content-section {
	clear: both;
	padding: 0;
  	margin-top: 45px;
  	background-color: #FFF;
  	border-radius: 12px;
	padding: 15px 50px 35px;	 margin-bottom: 45px;
}

.text-section {padding: 10px 30px 15px;text-align: center;margin-bottom: 20px; }
#body .text-section h1 {
	color: #0C1E67;	
	font-size: 41px;
}
.content-section img {margin: 20px 0;}
.img-section {
	padding-left: 0;
	padding-right: 0;
}
#selling-your-car {
	padding-left: 0;
	padding-right: 0;
	clear: both;
}
#selling-your-car img {
	width: 100%;
}
#selling-your-car {
	position: relative;
	margin-bottom: 20px;
}
#selling-your-car img {
	border-radius: 20px;
}
#body #selling-your-car h2 {
  	position: absolute;
	font-size: 34px;
  	text-align: center;
  	left: 0;
  	right: 0;
	top: 11px;
}
#body .text h2 a, #body .text small {
	color: #FFF;
	display: block;
}
#body .text small { 
	margin-top: 10px;
}
.text .button {
	background-color: #F00;
  	color: #FFF;
	font-family: 'Oswald', sans-serif;
  	padding: 9px 15px;
  	display: inline-block;
  	font-size: 27px;
  	text-transform: uppercase;
  	font-weight: bold;
  	border-radius: 5px;
	position: absolute;
  	top: 184px;
  	left: 42%;
}
@media (max-width: 1199px) {
	.content-section {
		min-height: 432px;
		margin-bottom: 15px;
	}
	.text .button {
		top: 100px;
	}
}
@media (max-width: 991px) {
	.content-section img {
		float: none;
		padding-top: 0;
	}
	#selling-your-car {
		margin-bottom: 10px;
	}
	#body #selling-your-car h2 {
		background-color: #081D88;
		position: inherit;
  		padding: 16px;
		margin-bottom: 0px;
	}
	.text .button {
		left: 0;
		width: 100%;
  		text-align: center;
		border-radius: 0;
	}
	#selling-your-car img {
		border-radius: 0;
	}
}
@media (max-width: 367px) {
	#body #selling-your-car h2 {
		font-size: 20px;
	}
	.text .button {
		font-size: 18px;
	}
}
.feature-box {
	margin-bottom: 15px;	
}
.feature-box img {
	border-radius: 7px;
  	border: 5px solid #002476;
}
@media (max-width: 1199px){
	.feature-box {
		max-width: 242px;
	}
}

@media (max-width: 991px){
	#features-wrapper {
		background: #111;
		padding-bottom: 15px;
		padding-top: 15px;
		
		margin-bottom: 10px;
	}
	.feature-box {
		display: inline-block;
		float: left;
		max-width: 272px;
	}
}
@media (max-width: 564px){
	.feature-box {
		margin: 5px auto;
		float: none;
		display: block;
	}
}
/* breadcrumb */			
#breadcrumb_wrapper .container a:first-child {
	margin-left: 30px;
}
		#breadcrumb span { color: #fff; }
#breadcrumb_wrapper, .container #breadcrumb {
	background-color: #171717;
	margin-bottom: 10px;
	padding-bottom: 0;
	opacity: 0.8;
}
.container #breadcrumb, #breadcrumb_wrapper .container {
	background-color: transparent;
}
#breadcrumb {
	padding: 12px 0;
}
#breadcrumb a {
	color: #FFF;
}
/**Quick Search**/
#QuickSearchText:before {
	display: none;
}
.quicksearch-wrapper {
	
	
	margin-top: 6px;
	
}
#QuickSearch {
	color: #0C1E67;
	width: 90%;
	max-width: 100%; margin: 0 auto;
}
.QuickSearchSelect span {
	font-size: 16px;
	display: inline-block;
	/*width: 18%;*/
}
#QuickSearch select {
    border: 0 none;
    border-radius: 10px;
    color: #f00;
    font-family: Oswald;
    font-size: 18px;
    height: 50px;
    padding: 6px 6px 6px 15px;
    text-transform: uppercase;
	max-width: 100%;
    width: 100%;
	-moz-appearance: none; -webkit-appearance: none; appearance: none;
    background: #fff url("https://cdn3.iconfinder.com/data/icons/faticons/32/arrow-down-01-16.png") no-repeat scroll right 10px center;
}
@media (max-width:767px) {
	#QuickSearchHeader {
		height: 20px;
	}
	.QuickSearchSelect {
		width: 100%;
		text-align: center;
		height: 50px; display: inline-block; margin: 5px 0;
	}
	#QuickSearch #QuickSearchMake {
		
		margin-bottom: 20px;
	}
}
@media (min-width:768px) {
	.QuickSearchSelect {
		width: 100%;
  		text-align: center;
  		
	}
	#QuickSearchHeader {
		text-align: left;
	}
}
.QuickSearchSelect select {
	width: 100%;
	margin: 0 0 14px; text-align: center;
}
#body .quicksearch-wrapper h2 {
	color: #FFF100;
  	display: block;
  	font-size: 32px;
  	
  	border-bottom: none;
  	line-height: 32px;
	text-align: center;
}
#body .quicksearch-wrapper small {
	color: #0C1E67;
  	font-size: 18px;
  	display: block;
  	margin-top: 8px;
	line-height: 22px; display: none;
}
@media (max-width: 1199px) {
	#body .quicksearch-wrapper h2 {
	  font-size: 36px;
	}
	#body .quicksearch-wrapper small {
		margin-top: 12px;
	}
}
@media (max-width: 991px) {

#two_great_location { text-align: center; }
.three_blocks .col-md-4.middles { margin: 20px 0; }

.hot_deal_section { display: none; }
	.quicksearch-wrapper {
		margin-top: 0;
		max-width: 100%;
		padding-top: 0; margin-bottom: 25px;
	}
		
		#manufacturer_logos { min-height: 100px !important;-webkit-border-bottom-right-radius: 12px;
border-radius: 0 !important;  }
		.sbm_wrapper { min-height: 100px !important; text-align: center; padding:10px 22px !important; border-radius: 0 !important; }
	#body .quicksearch-wrapper h2 {
		font-size: 30px;
		text-align: center;
		margin: 12px 30px 0;
	}
	#body .quicksearch-wrapper small {
		margin-top: 10px;
	}
	.mainflex-wrapper {
		margin-left: 0!important;
	}
}
#QuickSearchNow {
	background: #fff200;
	color: #dc0d03;
	border: none;
	width: 100%;
	margin: 16px auto 0;
	display: block;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 5px 16px;
	border-radius: 8px; font-family: oswald;
}
/* Search Filter Custom*/
[data-url="commercials-4x4-granville"] #SearchFilter { background-image: url('/media/9790/quick-search-banner-new.jpg'); }
#SearchFilter {
	width: 100%;
	max-width: 100%;
  	display: block;
	background-image: url('/media/5990/quick-search.jpg');
	background-repeat: no-repeat;
  	background-position: center bottom;
	background-size: 100%;
  	padding: 23px;
  	color: #FFF;
	border-radius: 15px;
	margin-top: 30px;
}
#QuickSearchText:before, #SearchFilterText:before {
	display: none;
	border-bottom: 0;
}
#QuickSearchText, #SearchFilterText {
	border-bottom: 0;
}
.SearchFilterSelect {
	width: 33%;
  	float: left;
}
.MultiFilter {
	width: 100%;
  	float: left;
}
.SearchFilterSelect span {
	width: 60px;
	font-weight: bold;
  	display: inline-block;
	margin-top: 12px
	text-align: right;
}
#SearchFilter select {
	color: #000;
	width: 100%;
	border-radius: 5px;
}
#SearchFilterButton {
	background-color: #d30403;
	font-family: 'Oswald', sans-serif;
  	border: none;
  	font-size: 24px;
  	text-transform: uppercase;
  	clear: both;
  	display: block;
	width: 190px;
	margin: 182px auto 10px;
	padding: 11px; color: #fff200; border-radius: 5px;
}
.MultiFilter div {
	float: left;
  	margin-right: 10px;
  	width: 32%;
}
@media (max-width: 991px) {
	.SearchFilterSelect {
		float: none;
		width: 100%;
	}
	#SearchFilter select {
		max-width: 100%!important;
	}
}

@media (max-width: 767px) {
	#SearchFilter { 
		background-image: url('/media/5996/quick-search-small.png');
		background-size: 100%;
		background-color: #0d0d0d;
	}
}


a.big-btn {
  	background-color: rgb(5, 11, 103);
  	color: #FCFE0A;
  	font-family: 'Abel', sans-serif;
  	font-size: 29px;
  	padding: 8px;
  	display: block;
  	margin-top: 10px;
  	border-radius: 15px;
  	text-align: center;
  	border: 3px solid #FCFE0A;
}
/**Car Search**/
body[data-url='car-search'] .center-wrapper {
	text-align: center;
}
body[data-url='car-search'] #body h1 {
	font-size: 45px;
}
/**Vehicle Listing**/
#SearchSortBy {
	margin-top: 8px;
}
#SearchPageNumbers li {
	line-height: 32px;
}
#SearchPageNumbers ul li.page-next a {
	background-position: -15px 10px;
}
#SearchPageNumbers ul li.page-previous a { 
	background-position: 0px 10px;
}
img.ozzy-slogan {
	border: none!important;
	max-width: 375px;
	width: 100%;
	float: left;
	margin-top: 46px
}
@media (max-width: 767px) {
	img.ozzy-slogan {
		margin-top: 16px
	}
}
body[data-url='granville-yard'] #body h1, body[data-url='greystanes-yard'] #body h1,  body[data-url='emu-plains-yard'] #body h1, 
body[data-url='commercials-4x4-granville'] #body h1 {
	font-size: 45px;
	text-align: center;
}
body[data-url='our-stock'] .center-wrapper {
	padding-left: 10px;
  	padding-right: 10px;
}
#search-filters {
	display: none;
}
#search-options, #search-results-header, #search-results-footer, #search-results {
	width: 100%;
}
#search-filters #filter-body .filter {
	border-color: #000;
}
#search-filters .filter .header {
	background: #00228E;
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
}
@media (max-width: 768px) {
	#search-filters #filter-header {
		background-color: #F00;
		text-align: center;
		text-transform: uppercase;
	}
	#search-filters .filter .header {
		text-align: center;
	}
	#search-filters #filter-header.hasFilters {
		background-color: #333;
	}
}
@media (max-width: 767px) {
	#SearchFilter {
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
}
#search-filters .filter .header.open {
	width: 100%;
	background: #00228E;
	color: #FF0;
}
.watchlist-hide .header a.header-watchlist {
	color: #181617;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url('/media/1780/black-star.png')!important;
	background-position: 8px 7px!important;
}
#SearchFiltersWatchList[data-watchlist='true'] {
    display: block!important;
    background-color: #FF0;
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	width: 190px;
    padding: 13px;
    font-weight: bold;
    text-transform: uppercase;
	text-align: center;
    margin: 0 auto;
}
#SearchFiltersWatchList[data-watchlist='false'] {
	display: none;
}
#search-filters #filter-viewwatchlist .filter .header {
	background-color: #fcfe0a;
	padding-left: 37px!important;
}
#search-filters #filter-viewwatchlist .filter .header:hover {
	background-color:#ACACAC;
	color: #FFC600;
}
.filter a {
	color: #000;
}
#search-filters .filter .body {
	background-color: #F0F0F0;
}
.search_meta {
	margin: 4px 0px 18px;
}
#search-results .search_item {
	background: #F3F3F3;
	padding-top: 0;
	margin-top: 10px;
}
#search-results .search_item img {
	border: 2px solid #db0a03;
	padding: 0;
}
.vehicle-listing-img {
	margin-bottom: 12px; margin-top: 7px;
}
@media (max-width: 767px) {
	.img-small {
		display: none;
	}
	.search_meta {
		margin: 4px 0px 6px;	
	}
}
#search-results .search_desc {
	margin-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	max-height: 80px; display: none;
}
.search_title_header {
	background-color: #00228E;
	min-height: 38px;
	padding: 8px 0;
	margin-bottom: 25px;	
}
@media (max-width:991px) {
	.search_title_header {
		  min-height: 60px;
	}
}
#search-results .search_title a, #search-results .search_price {
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	display: block;
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 22px;
	text-decoration: none;
}
#search-results .search_price {
	font-size: 26px;
}
#search-results .search_price a {
	color: #FFF;
	font-size: 24px;
	text-decoration: none;
}
#search-results .search_details a {
	background: #db0a03;
	font-family: 'Oswald', sans-serif;
	box-shadow: 1px 1px 1px 1px #B6B6B6;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}
#search-results .search_details a:hover {
	background: #fcfe0a;
	color: #000;
	text-decoration: none;
}
@media (max-width: 991px) {
	#search-results .search_details a {
		font-size: 13px;
		padding: 10px 8px;
	}
}
.search_location {
	margin-top: 10px;
	background: #DADADA;
	padding: 5px 24px;
}
.hotspot-specials {
	text-align: center;
	margin-top: 30px;
	max-height: 3174px;
	overflow: hidden;
}
.vehicle-heading {
	min-height: 40px;
	background: #db0a03;
	padding: 10px 0 12px;
	margin: 10px 15px 5px;	
}
@media (max-width: 991px) {
	.vehicle-heading {
		min-height: 68px;
	}
}
@media (max-width: 767px) {
	.hotspot-specials {
		display: none;
	}
	.vehicle-heading {
		padding-bottom: 1px;
	}
}
.vehicle-price,special-vehicle-price {
	display: inline-block;
} 
.vehicle-price {
	font-size: 25px;
	margin-right: 5px;
}
#search-results .watchlist.NotInWatchList, .watchlist .NotInWatchList {
	background: #db0a03 url('/media/1287/white-star.png')no-repeat 8px 12px!important;
	padding-left: 32px!important;
}
#search-results .watchlist.InWatchList, .watchlist .InWatchList, #search-results .search_details a.watchlist:hover {
	background:#fcfe0a url('/media/1780/black-star.png')no-repeat 8px 12px!important;
	padding-left: 32px!important;
	color: #222;
}
#mta-member {
	margin-top: 20px;
}
@media (max-width:767px) {
	#sidebar-features {
		display: none;
	}
}
/**Vehicle Description**/
#details-vehicle-info-Heading {
	background: #dc0d03;
	padding: 2px 0px 7px;
	margin: 7px 2px 2px 2px;
}
#details-vehicle-info-vehicle {
	padding: 0 8px;
}
#details-vehicle-info-vehicle-Name, #details-vehicle-info-vehicle-Price, #details-vehicle-info-vehicle-SpecialPrice {
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	padding-top: 5px;
	font-size: 22px;
	line-height: 28px;
}
#details-vehicle-info-vehicle-SpecialPrice { 
	float: right;
	text-align: right;
	padding-top: 0px;
}
.details-vehicle-info-vehicle-HasSpecialPrice-True #details-vehicle-info-vehicle-Price {
	display: inline-block;
	text-decoration: line-through;
	font-size: 18px;
}
#details-vehicle-info-vehicle-Price {
	font-size: 28px;
}
@media(max-width: 767px) {
	#details-vehicle-info-vehicle-SpecialPrice {
		float: none!important;
	}
	#details-vehicle-info-vehicle-Name, #details-vehicle-info-vehicle-Price, #details-vehicle-info-vehicle-SpecialPrice {
		text-align: center!important;
	}
	#finance-btn {
		width: 100%;
		margin-top: 10px;
	}
}
#details-sidebar-main .section {
	margin: 12px 0px;
}
#details-sidebar-main .header {
	background: #dc0d03;
	font-family: 'Oswald', sans-serif;
	padding-bottom: 8px;
	text-transform: uppercase;
}
#details-vehicle-info-options {
	background: transparent;
	padding: 0;
}
#details-vehicle-info-options a {
	color: #090909;
}
#details-vehicle-info-options a:hover {
	
}
#details-vehicle-info-features-Tabs div.tab-selected {
	background-color: #fcfe0a;
	color: #000;
	background-image: none;
}
#details-vehicle-info-features-Tabs div:not(.tab-selected) {
	background-color: #dc0d03;
}
.bx-wrapper .bx-pager {
	bottom: -50px; display: none;
}
#details-sidebar-main .header a.watchlist {
	text-decoration: none;
}
.watchlist-sidebar-NotInWatchList:before {
	background: #dc0d03 url('/media/1287/white-star.png')no-repeat 0px 0px!important;
	padding: 0 10px 7px 9px!important;
	color: #FFF;
}
.watchlist-sidebar-InWatchList a {
	color: #000!important;
}
.watchlist-sidebar-InWatchList {
	background: #fcfe0a!important;
	color: #000;
}
.watchlist-sidebar-InWatchList:before {
	background: #fcfe0a url('/media/1780/black-star.png')no-repeat 0px 0px!important;
	padding: 0 10px 7px 9px!important;
}
/**Vehicle Form**/ 
#form-vehicleenquiry-Submit {
	font-size: 16px!important;
	font-weight: bold;
}
textarea, input {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
    padding: 12px;
    box-shadow: none;
    border: 1px solid #ccc;
}
/* Finance */
#finance-companies {
	margin-left: 0;
	margin-top: 25px;
	margin-bottom: 25px;
}	
/* Warranty */
#nationalwarranty-logo {
	margin-left: 0;
	margin-top: 25px;
	margin-bottom: 25px;
}
/* contact us */
#penrithyard, #mintoyard, #emuyard {
  	background-color: #ECECEC;
    margin: 24px 0;
    padding: 5px 25px 25px;
	/*max-width: 550px;*/
    min-height: 470px; border: 1px solid #ccc;
}
#penrithyard iframe, #mintoyard iframe, #emuyard iframe {
	border: 4px solid #fff!important;
}
#body #penrithyard h2, #body #mintoyard h2, #body #emuyard h2 {
	font-size: 22px;
}
#ContactUsForm {
    max-width: 100%;
}
#ContactUsForm button {
    padding: 14px 8px;
    font-weight: bold;
    text-transform: uppercase;
	background-color: #000;
}
@media (max-width: 767px) {
	#penrithyard, #mintoyard {
		padding-left: 10px!important;
		padding-right: 10px!important;
		margin-right: 0;
		margin-bottom: 20px;
	}
}
/**Testimonial & News**/
.posts-pages .post-pages-ul li a { color: #db0a03; }
.posts-pages {
	background-color: #000;
	padding: 15px 12px 0px;
	border-radius: 0;
}
.testimonial-item img {
	
	width: 100%;
	max-width: 500px;
}
/** Footer **/
body[data-url='hot-spot-autos-new'] #footer_nav { display: none; }


#footer_nav {
	padding: 0;
}
#footer_nav {
	background: #000;
	padding: 20px 16px;
}
#footer_nav .container {
	
}
#footer_nav .footer_menu_location .footer_body {
	color: #ADADAD;
	font-size: 14px;
	margin-right: 20px;
}
#footer_nav h3 {
	color: #FFF;
	font-weight: bold;
}
#footer_nav ul {
	color: #858585;
	font-size: 14px;
	list-style-type: none;
	padding-left: 0;
}
#footer_nav .footer_menu ul li a {
	font-size: 14px;
	color: #ccc;
}
#footer {
	background: #111111;
	color: #fff;
	padding: 10px; text-align: center;
}
#footer .container {
	background: #111111;
}
#footer a, .footer_body a {
	color: #db0a03;
}
#footer_nav .footer_menu {
	width: 230px;
	margin: 10px 20px;
}
#footer_nav .footer_menu h3 {
	font-size: 16px;
}
#manufacturer_logos {
	background-color: #FFF;
  	text-align: center;
  	padding: 15px;
  	border-radius: 0 12px 12px 0;
	margin-bottom: 10px;  min-height: /*315px*/ 387px;
}
#manufacturer_logos ul {
	padding-left: 0;
}
#manufacturer_logos ul li {
	display: inline-block; /*padding: 8px; margin-bottom: 8px;*/
	margin: 10px 20px;
    padding: 0;
}
#manufacturer_logos img {padding: 0;}
.footer_custom {
	width: 782px!important;
}
.footer_menu_location {
	width: 218px!important;
	display: inline;
}
#footer_nav .footer_menu_nav {
	margin-top: 21px;
}

@media (min-width: 1199px) {
#manufacturer_logos ul li { margin: 10px 8px;}

}

@media (max-width: 767px) {
	.footer_custom {
		width: 240px!important;
	}
	.footer_menu_location {
		display: block;
		margin: 0!important;
	}
	#footer_nav .footer_menu_nav {
		margin-top: 0px;
	}
}

.hot_deal_section { margin: 0 0 45px; }
.hot-deal-wrapper { background-color: #ff0000; display: inline-block; width: 100%; -webkit-border-top-left-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
-moz-border-radius-topleft: 12px;
-moz-border-radius-bottomleft: 12px;
border-top-left-radius: 12px;
border-bottom-left-radius: 12px; text-align: center; min-height: 348px; padding-top: 43px; }
#body .hot-deal-wrapper h2 { color: #fff200; font-size: 75px; }
#body .hot-deal-wrapper h2 .hot_t { font-size: 120px; display: block; margin-bottom: 5px; }
.FeaturedListItems .f_btn .fa { color: #000; float: right; font-size: 25px; }
#FeaturedList .bx-controls-direction a { background: url("/media/5980/slider_arrows.png") no-repeat !important; 
	width: 58px; height: 58px; }
#FeaturedList .bx-controls-direction a.bx-prev { background-position: 0 -6px !important; }
#FeaturedList .bx-controls-direction a.bx-next { background-position: -93px -6px !important; }

#FeaturedList .f_price {
   	display: block;
    text-decoration: line-through;
 	top: 22px!important;
    font-size: 18px!important;
}
.f_sprice.f_yesspecial {
    font-size: 28px;
    display: block;
    margin-top: 42px;
}
/**Flex Slider**/
.mainflex-wrapper {
	float: right;
}
.flexslider {
	border: none;
	margin: 0 0 25px;

}
#FeaturedListLarge .text-content .text-description {
	max-height: 160px;
}
@media (max-width: 1199px) {
	.mainflex-wrapper {
		
	}
}
#body .mainflex-wrapper h2 {
  	color: #FFF200;
  	font-family: oswald;
  	font-weight: 500;
  	font-size: 50px;
  	margin-top: 0;
}
	
@media (max-width: 767px) {
	.mainflex-wrapper {
		display: none;
	}
}
@media (min-width: 767px) {
	.logos-small {
		display: none;
	}
}
	
	.sbm_wrapper { min-height: /*315px*/ 387px; background-color: #dc0d03;
	-webkit-border-top-left-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
-moz-border-radius-topleft: 12px;
-moz-border-radius-bottomleft: 12px;
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
padding: /*48px 22px 0*/ 85px 22px 0;}
#body .sbm_wrapper h3 { color: #fff;  font-family: open sans;font-weight: 600;  }
@media (max-width: 660px){
	#FeaturedListLarge, #body .mainflex-wrapper h2 {
		font-size: 30px;line-height: 40px;
	}
}

#FeaturedListLarge {
	background: transparent!important;
}
#FeaturedListLarge .flexslider {
	max-height: 400px;
	overflow: hidden;
	border: 6px solid #F00;
	margin: 6px 0px;
}
.flex-control-nav {
	bottom: 0;
}
#body #FeaturedListLarge .text-content h3 {
	color: #FFF;
	border-bottom: 1px solid #FFC600;
}
#FeaturedListLarge img {
	margin-top: -40px;
}
.text-special-price.f_yesspecial {
	display: inline-block;
	font-size: 26px;
	margin-top: 10px;
}
.text-price {
	text-decoration: line-through;
	font-size: 20px!important;
}
#FeaturedListLarge .text-content .text-btn {
	background: #fdfc0e;
	color: #050B67;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 0;
}
#FeaturedListLarge .flex-viewport li {
	border-top: 0;
	border-bottom: 0;
}
/***Latest Stock***/
.feature-slider {
	background: #FFF;
	padding-top: 5px;
 	margin-top: 15px;
	clear: both;
}
#body .feature-slider h2 {
	text-align: center;
	margin: 15px 0 26px;
}
.bx-wrapper {
	max-width: 850px!important;
	font-family: 'Oswald', sans-serif; margin: 0; background: #fff none repeat scroll 0 0;
    border-radius: 0 12px 12px 0; margin: 0 auto;
}
body[data-url='hot-spot-autos-new'] .bx-wrapper .bx-viewport {
	background: transparent;
	height: 333px!important;
	box-shadow: none;
}
#FeaturedList {
	background-color: #fff;	 border-radius: 0 12px 12px 0; padding: 15px 0 0;
}
body[data-url='hot-spot-autos-new'] .bx-wrapper .bx-controls-direction a {
	top: 54%;
}
body[data-url='hot-spot-autos-new'] .bx-wrapper .bx-prev {
  	left: -25px;
}
body[data-url='hot-spot-autos-new'] .bx-wrapper .bx-next {
  	right: -32px;
}
body[data-url='hot-spot-autos-new'] ul.FeaturedListItems li {
  	margin-right: 18px!important;
	margin-left: 18px!important;
  	/*width: 253px!important;*/
	min-height: 298px!important;
}
body[data-url='hot-spot-autos-new'] ul.FeaturedListItems li a {
	color: #000;
}
body[data-url='hot-spot-autos-new'] #FeaturedList .f_title {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
    max-height: 23px;
    line-height: 20px;
    overflow: hidden;	
}
#FeaturedList .f_title a {
	color: #000;
}
#FeaturedList .f_image {
	top: 83px;
	max-width: 300px;
}
#FeaturedList .f_price {
	top: 40px;
	left: 0;
	font-size: 28px;
}
.f_btn {
	background: #F00;
	color:#FFF;
	display: inline-block;
	position: absolute;
	text-transform: uppercase;
	font-size: 18px;
  	padding: 10px 15px;
  	right: 0;
  	top: 273px; width: 100%;
}
@media (max-width: 360px) {
	body[data-url='hot-spot-autos-new'] #FeaturedList .f_title {
		font-size: 19px;
		padding-right: 23px;
	}
	body[data-url='hot-spot-autos-new'] .bx-wrapper img {
		max-width: 90%;
	}
	.f_btn {
		right: 23px;
		top: 225px;
		font-size: 20px;
	}
	#FeaturedList .f_price {
		top: 220px;
	}
}
/**Custom Form**/
#finance-form, #sell-your-car-form {
	background: #F0EEEE;
	padding-top: 15px;
	padding-bottom: 15px;
}
#body #finance-form h2, #body #sell-your-car-form h2 {
	font-size: 24px;
	margin-bottom: 25px;
}
#finance-form button, #sell-your-car-form button {
	color: #FFF;
  	background-color: #000;
  	width: 25%;
  	border: none;
  	padding: 8px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: auto;
  	margin-right: auto;
  	display: block;	
}
@media (min-width: 768px) {
	.cforms .col-sm-9 {
		width: 70%;
	}
}
@media (max-width: 767px) {
	.cforms .col-sm-3 {
		width: 25%;
	}
	.cforms .col-sm-9 {
		width: 70%;
	}
}
@media (max-width: 434px) {
	.cforms .col-sm-3 {
		width: 100%;
	}
	.cforms .col-sm-9 {
		width: 90%;
		margin-left: 10px;
	}
	#home-enquiry  h2  {
		font-size: 26px;
		margin-top: 0px;
	}
}

/**LayerSlider**/

img.ls-bg {
	max-width: 1170px;
}

.heading-logo {
	width: 100%;
	max-width: 370px;
	margin: 0 auto 45px;
	display: block; border-radius: 5px; }
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
