body {
	font-family: 'Roboto', sans-serif;
}
#body h1 {
	font-size: 36px;
	color: #EA0007;
}
#body a {
	color: #CF0505;
}
address strong {
	font-size: 22px;
}
ul.content-list {
	margin-bottom: 15px;
}
ul.ticks li {
	list-style-type: none;
	background: url('/media/1203/ticklist_li_bg.png') left center no-repeat;
	padding-left: 15px;
	margin-left: -20px;
}
#body a.special-btn, #ContactUsForm button {
	background: #ea0007;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 6px 15px;
	display: inline-block;
	border-radius: 5px;
}
#body a.special-btn:hover, #ContactUsForm button:hover {
	color:#fff900;
	background: #ff0000;
	text-decoration: none;
}
#header {
	background: #ea0007; /* Old browsers */
	background: -moz-linear-gradient(top,  #ea0007 14%, #ea0007 38%, #930000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,#ea0007), color-stop(38%,#ea0007), color-stop(100%,#930000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ea0007 14%,#ea0007 38%,#930000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ea0007 14%,#ea0007 38%,#930000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ea0007 14%,#ea0007 38%,#930000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ea0007 14%,#ea0007 38%,#930000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0007', endColorstr='#930000',GradientType=0 ); /* IE6-9 */
	padding: 6px 0;
}
.header-contact {
	font-family: 'Fjalla One', sans-serif;
	color: #fff;
	font-size: 27px;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 5px;
}
.header-contact a {
	color: #fff;
	text-decoration: none;
}
@media (max-width: 340px) {
	.header-contact span {
		font-size: 18px;
		margin-top: 8px;
	}
	.header-contact a {
		color: #fff;
		font-size: 18px;
	}
}
.header-yard {
	color: #fff200;
}
#slogan {
	margin-top: 50px;
}
#navbar {
	background: #181818;
	color: #fff900;
}
.navbar {
	border: 0px;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 14px 12px;
}
.current_page_item, .navbar-default .navbar-nav > li > a:hover {
	background: #d9010a;
	color: #fff900;
}
#banner {
	background: #000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000 0%, #202020 51%, #1c1c1c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(51%,#202020), color-stop(100%,#1c1c1c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000 0%,#202020 51%,#1c1c1c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000 0%,#202020 51%,#1c1c1c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000 0%,#202020 51%,#1c1c1c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000 0%,#202020 51%,#1c1c1c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */
	max-height: 430px;
}
@media (max-width:480px) {
	#banner {
		min-height: 120px;
	}
}
@media (max-width:320px) {
	#banner {
		min-height: 100px;
	}
}
#BannerSlider {
	margin: 0px auto;
	max-width: 1646px;
	cursor: pointer;
}
#BannerSlider img {
	max-height: 430px!important;
}

#quick-search-section {
	background: #0e0e0e;
}
#QuickSearch {
	float: left;
	width: 100%;
	max-width: 100%;
	color: white;
	padding-bottom: 5px;
}
.quick-search-div {
	padding: 14px 0 24px;
}

.quick-search {
	background: #EFF5FF;
	padding: 40px;
	box-shadow: 1px 1px 1px #BEBEBE;
	margin-bottom: 40px;
	max-height: 400px;
}

#QuickSearch select {
	margin: 0 0 0 20px;
	color: black;
	border-radius: 5px;
	padding: 6px;
	font-size: 12px;
}
.QuickSearchSelect select {
	width: 60%;
	margin: 0 0 14px;
}
	
.QuickSearchSelect span {
	width: 40%;
	margin: 0 0 14px;
}
#QuickSearchText {
	color: #E0E0E0;
	display: block;
	font-size: 40px;
	font-style: italic;
	margin: 14px 0 8px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: none;
}
@media (max-width:767px) {
	.QuickSearchSelect, #QuickSearchHeader {
		width: 100%;
		text-align: center;
		height: 50px;
	}
	
	#QuickSearch #QuickSearchMake {
		margin-left: 25px;
		margin-bottom: 20px;
	}
}

@media (min-width:768px) {
	.QuickSearchSelect {
		width: 32%;
		display: inline-block;
		text-align: center;
		margin-top: 23px;
	}

	#QuickSearchHeader {
		width: 32%;
		float: left;
		text-align: center;
	}

}
/***Breadcrumb***/
#breadcrumb {
	padding: 6px 0 4px;
}
#breadcrumb_wrapper {
	background: #B1B1B1;
}
#breadcrumb_wrapper .container {
	background: transparent;
}
#breadcrumb_wrapper .container a {
	color: #000;
}
/**center-wrapper**/ 
body[data-url='hot-spot-autos'] .center-wrapper {
	padding-bottom: 0px;
	padding-top: 0px;
}
.center-wrapper { 
	padding-bottom: 60px;
	padding-top: 20px;
}
#two-locations {
	background: #252525 url('/media/1222/background-pattern.png'); 
	padding: 16px 0 30px;
}
#two-locations img.yard {
	box-shadow: 1px 1px 1px 1px #000;
	padding: 0px;
	margin: 15px 0;
	border: 5px solid #0A0A0A;
}
#two-locations img.yard:hover {
	border: 5px solid #FFDF00;
}
#highlights-section {
	background: #fff100;
	padding: 10px 0 26px;
}
#highlights-section img, #two-locations img {
	margin: 0 auto;
	padding: 18px 0 10px;
}
#features-section {
	/*background: url('/media/1171/feature-background.jpg');*/
	background: #ea0007; /* Old browsers */
	background: -moz-linear-gradient(top,  #ea0007 14%, #ea0007 38%, #680000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,#ea0007), color-stop(38%,#ea0007), color-stop(100%,#680000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ea0007 14%,#ea0007 38%,#680000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ea0007 14%,#ea0007 38%,#680000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ea0007 14%,#ea0007 38%,#680000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ea0007 14%,#ea0007 38%,#680000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0007', endColorstr='#680000',GradientType=0 ); /* IE6-9 */
	padding: 30px 0 20px;
}
.home-content {
	text-align: center;
	padding: 40px 0 50px;
}
#body .home-content h1 {
	font-family: 'Anton', sans-serif;
	font-size: 80px;
	color: #D50000;
	line-height: 52px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.cforms {
	padding: 20px 22px;
	margin-bottom: 15px;
}
@media (max-width: 991px) {
	#cform, #cform2 {
		text-align:center;
	}
	#cform img, #cform2 img {
		margin: 0 auto;
	}
}
.form-horizontal .form-group {
	margin-right: 0px;
}
.home-forms {
	background: #252525 url('/media/1222/background-pattern.png');
	padding: 50px 0 38px;
}
.home-forms input, .home-forms textarea { 
	border-radius: 5px;
	padding: 6px;
	border: none;
	color: #000;
	height: 33px;
}
#sell-your-car-form {
	background: #f11217;
	color: #fff;
	text-transform: uppercase;
	border: 4px solid #fff100;
	padding-top: 6px;
}
#sell-your-car-form h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: bolder;
	line-height: 32px;
}
#sell-your-car-form img {
	margin-bottom: 15px;
	margin-top: 5px;
}
#sell-your-car-form button {
	background: #fff100;
	color: #f11217;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 5px;
	border-radius: 5px;
	border: none;
}
#finance-form {
	background: #303030;
	color: #fff100;
	border: 4px solid #fff;
	padding-top: 5px;
	text-transform: uppercase;
}
#finance-form h2 {
	font-size: 32px;
	margin-top: 18px;
	font-style: italic;
	line-height: 32px;
}
#finance-form img {
	padding: 4px;
	margin-bottom: 16px;
	border-radius: 6px;
	background-color: #F00;
}
#finance-form button {
	background: #FF0000;
	color: #fff100;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 5px;
	border-radius: 5px;
	border: none;
}
@media (max-width: 767px) {
	.cforms .col-sm-3 {
		width: 25%;
	}
	.cforms .col-sm-9 {
		width: 75%;
	}
}
@media (max-width: 434px) {
	.cforms .col-sm-3 {
		width: 100%;
	}
	.cforms .col-sm-9 {
		width: 100%;
		margin-left: 10px;
	}
	#sell-your-car-form h2, #finance-form h2 {
		font-size: 26px;
		margin-top: 0px;
	}
}


/**Vehicle Listing**/
#search-filters #filter-viewwatchlist .filter .header {
	background: #C90000;
}
#search-filters #filter-viewwatchlist .filter .header:hover {
	background: #d9010a;
}
.watchlist-hide .header a.header-watchlist {
	background: url('/media/1293/yellow-star.png')no-repeat 4px 6px!important;
	color: #FFF900!important;
	padding-left: 32px!important;
	font-family: 'Fjalla One', sans-serif;
	font-size: 22px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}
#search-filters .filter .header {
	background: #181617;
}
#search-filters .filter .body {
	background-color: #F0F0F0;
}
.search_meta {
	margin: 15px 0 0px;
}
#search-results .search_item {
	background: #F3F3F3;
	padding-top: 0;
	margin-top: 10px;
}
#search-results .search_item img {
	border: 2px solid #FF0000;
	padding: 0;
}
.vehicle-listing-img {
	margin-bottom: 12px;
}
#search-results .search_desc {
	margin-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
}
#search-results .search_title a, #search-results .search_price {
	font-family: 'Fjalla One', sans-serif;
	color: #FFF;
	display: block;
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 22px;
	font-weight: normal;
	text-decoration: none;
}
#search-results .search_price a {
	color: #FFF;
	font-size: 24px;
	text-decoration: none;
}
#search-results .search_title a:hover, #search-results .search_price a:hover {
	color: #FFFC00;
}
#search-results .search_details a {
	font-family: 'Fjalla One', sans-serif;
	background: #C90000;
	box-shadow: 1px 1px 1px 1px #B6B6B6;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
}
#search-results .search_details a:hover {
	background: #FF0000;
	color: #FFF900;
	text-decoration: none;
}
#search-filters .filter .header.open {
	background: #C90000;	
	color: #fff900;
}
@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: #C90000;
	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: 15px;
	text-decoration: line-through;
	margin-right: 5px;
}
/**Vehicle Description**/
#details-vehicle-info-Heading {
	background: #C90000;
	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 {
	font-family: 'Fjalla One', sans-serif;
	color: #FFF;
	padding-top: 12px;
	font-weight: normal;
	font-size: 24px;
	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;
}
@media(max-width: 767px) {
	#details-vehicle-info-vehicle-Name, #details-vehicle-info-vehicle-Price, #details-vehicle-info-vehicle-SpecialPrice {
		text-align: center;
	}
}
#details-sidebar-main .section {
	margin: 12px 0px;
}
#details-sidebar-main .header {
	background: #C90000;
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;
	padding-bottom: 8px;
	text-transform: uppercase;
}
#details-vehicle-info-options {
	background: transparent;
	padding: 0;
}
#details-vehicle-info-options a {
	color: #C90000;
}
#details-vehicle-info-options a:hover {
	
}
#details-vehicle-info-features-Tabs div.tab-selected {
	background-color: #F00;
}
#details-vehicle-info-features-Tabs div:not(.tab-selected) {
	background-color: #000;
}
.vehicle-listing-desc {
	font-size: 12px;
}
.bx-wrapper .bx-pager {
	bottom: -50px;
}
[data-value='RegistrationExpiry'] {
	display: none;
}
[data-value='StockNumber'] {
	background: #D3D3D3!important;
}
/**Vehicle Form**/ 
#form-vehicleenquiry-Submit {
	font-size: 16px!important;
	font-weight: bold;
}
textarea, input {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 6px;
}
/**Contact Form**/
.location-details{
	margin: 10px 0;
}
/***Sell Your Car***/
body[data-url='cash-for-cars'] .center-wrapper {
	padding-top: 0px;

}
body[data-url="cash-for-cars"]
#banner02 {
	background-image: url('/media/1213/cash-4-carz-bg.jpg');
	padding: 20px 0 0;
	margin-bottom: 20px;
}
#banner02-wrapper {
	position: relative;
}
.form-horizontal .form-group {
	margin-right: 0px;
	margin-bottom: 18px;
}
#sell-your-car-form02 {
	position: absolute;
	top: 20px;
	right: 30px;
	max-width: 362px;
}
#sell-your-car-form02,#car-hunters-form {
	background: #f11217;
	color: #fff;
	text-transform: uppercase;
	border-radius: 10px;
	box-shadow: 1px 1px 2px #6E6E6E;
	padding: 12px 22px 28px;
	margin-bottom: 15px;
}
#sell-your-car-form02 h2, #car-hunters-form h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	margin-top: 12px;
	margin-bottom: 22px;
	font-weight: bolder;
	line-height: 32px;
	text-align: center
}
#sell-your-car-form02 img {
	margin-bottom: 15px;
	margin-top: 5px;
}
#sell-your-car-form02 input,#sell-your-car-form02 textarea, #car-hunters-form input, #car-hunters-form textarea {
	color: #000;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#sell-your-car-form02 button, #car-hunters-form button {
	background: #fff100;
	color: #f11217;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 5px;
	border-radius: 5px;
	border: none;
}
@media (max-width: 767px) {
	.cforms .col-sm-3 {
		width: 25%;
	}
	.cforms .col-sm-9 {
		width: 75%;
	}
}
@media (max-width: 434px) {
	#sell-your-car-form02 .col-sm-3, #car-hunters-form .col-sm-3 {
		width: 100%;
	}
	#sell-your-car-form02 .col-sm-9, #car-hunters-form .col-sm-9 {
		width: 100%;
		margin-left: 10px;
	}
	#sell-your-car-form02 h2 {
		font-size: 26px;
	}
}
@media (max-width: 1199px) {
	#sell-your-car-form02 {
		top: 338px;
	}
}
@media (max-width: 1160px) {
#sell-your-car-form02 {
		position: initial;
		max-width: 100%;
	}
}
ul.ticks {
	margin-bottom: 10px;
}
/**Contact Page**/ 
#ContactUsForm {
	border: 4px solid #ea0007;
	padding-left: 10px!important;
	padding-right: 10px!important;
}
#ContactUsForm h3 {
	font-weight:bold;
}
@media (max-width: 400px) {
	#ContactUsForm button {
		width: 50%;
	}
}
/** Footer **/
#footer_nav {
	background: #111;
}
#footer_nav h3 {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
#footer_nav ul {
	color: #858585;
	font-size: 14px;
	list-style-type: none;
	padding-left: 0;
}
#footer_nav ul a {
	color: #C90000;
}
#footer {
	padding: 10px 0;
}
#footer a, .footer_body a {
	color: #C90000;
}
#footer_nav .footer_menu {
	width: 230px;
	margin: 10px 20px;
}
#footer_nav .footer_menu h3 {
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#footer_nav .footer_menu ul li a, #footer_nav .footer_menu_location .footer_body, #footer_nav .footer_custom .footer_body {
	font-size: 14px;
	color: #858585;
}
#footer {
	background: #161616;
	color: #fff;
}
@media (max-width: 1199px) {
	.header-contact {
		font-size: 22px;
	}#slogan {
		margin-top: 24px;
	}
	#QuickSearchText {
	  font-size: 32px;
	}
	.home-content {
		padding: 20px 10px 50px;
	}
	#body .home-content h1 {
		font-size: 50px;
	}
}
/***Watchlist****/
#search-results .watchlist.NotInWatchList, .watchlist .NotInWatchList {
	background:#C90000 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:#C90000 url('/media/1293/yellow-star.png')no-repeat 8px 12px!important;
	padding-left: 32px!important;
	color: #FFFC00;
}
#details-sidebar-main .header a.InWatchList {
	color: #FFFC00;
}
.watchlist-sidebar-InWatchList:before {
	background:#C90000 url('/media/1293/yellow-star.png')no-repeat 0px 0px!important;
	padding: 2px 10px 7px 9px!important;
}
.watchlist-sidebar-NotInWatchList:before {
	background:#C90000 url('/media/1287/white-star.png')no-repeat 0px 0px!important;
	padding: 2px 10px 7px 9px!important;
}
#details-sidebar-main .header a.watchlist {
	text-decoration: none;
}
.icon {
    background-position: -1px;
    background-repeat: no-repeat;
    line-height: 36px;
    padding: 0 20px 0 0;
    background-size: 18px;
}
.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');
}
.vehicle-info {
	padding-left: 0;
	padding-right: 0;
}
.vehicle-images-small {
	margin-top: 95px;
}
.vehicle-images-small img {
	max-height: 78px;
}
.img-small {
	width: 22%;
	padding-left: 0;
	padding-right: 0;
}

#BannerSlider img[data-valid=false] {
		pointer-events: none;
}

@media (max-width: 991px) {
	.vehicle-images-small {
		display: none;
	}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
