/*Vehicle details tab*/
#details-vehicle-info-features-Tabs div:last-child { display: none; }
/*sale banner*/
.sale_top { right: 350px; position: absolute; top: 250px; display: none; }
.sale_top img { box-shadow: 2px 3px 10px 3px #000; }

body {
	font-family: 'Open Sans', sans-serif;
}
#body h1, #body h2, #body h3 {
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	letter-spacing: -1px;
}
#body h1 {
  font-size: 34px;
  color: #F00;
  margin: 10px 0 22px;
}
#body h3 {
	font-size: 18px;
}
a {
	color: #F00;
}
a:hover {
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
}
b, strong {
	font-weight: 300;	
}
#main-logo {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 9999;
}
#established {
	position: absolute;
	right: 0;
	top: 20px;
}

#header {
	background: #17abea;	
}
#header-info {
	padding-top: 15px;
}
#header-info span {
	display: block;
	text-align: right;
}
#header-info span a {
	text-decoration: none;
}
#header-contact {
	font-size: 26px;
}
#header_2 .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;	
}
.center-wrapper {
	min-height: 464px;
}
.navbar {
	margin-bottom: 0;
}
#navbar {
	background: #00adef;
	height: 84px;
}

#navbar_div {
   	width: 850px;
   	margin: 18px auto;
}
.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: transparent;
}
.navbar-toggle {
	float: none;
	width: 100%;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-toggle .icon-bar {
	margin: 0 auto;
}
.navbar-default .navbar-nav> li> a {
	color: #FFF;
	font-family: 'Nunito', sans-serif;
	text-transform: uppercase;
	padding: 14px 18px;
  	font-size: 15px;
}
@media (max-width: 991px) {
	#main-logo {
		display: block;
	}
	#header-info span {
		text-align: center;	
	}
	.navbar-default .navbar-nav> li> a {
			padding: 14px 10px;
	}
	#header-contact {
		font-size: 20px;
	}
}
.navbar-default .navbar-nav> li> a.current_page_item, .navbar-default .navbar-nav> li> a:hover {
	background: #11B1EF;
	-webkit-transition:background-color 0.4s linear; 
	-moz-transition:background-color 0.4s linear; 
	-ms-transition:background-color 0.4s linear; 
	-o-transition:background-color 0.4s linear; 
	color: #fff;
}
@media (max-width: 1350px) {
	#main-logo {
	    max-width: 160px;
	}
	#established {
		max-width: 150px;
		top: 28px;
	}
	#navbar {
		height: inherit;
	}
	#navbar_div {
    	width: 704px;
	}
	.navbar-default .navbar-nav> li> a {
		padding: 14px 10px;
	}

}
@media (max-width: 991px) { 
	#main-logo, #established {
		position: inherit;
	}
	#established {
		margin-top: 10px;
    	margin-bottom: 20px;
	}
	#navbar_div {
		margin: 0;
	}

}
@media (max-width: 767px) { 
	#navbar_div {
    	width: inherit;
	}
}
#banner {
	position: relative;
	max-height: 578px;
  	overflow: hidden;
}
#banner-background {
  	background: #101010;
  	width: 100%;
  	top: 20px;
  	left: 0;
  	bottom: 14px;
  	position: absolute;
}
#BannerSlider img {	
		width: 100%;
}
#special-banner {
	width: 100%;
}
#slogan-wrapper {
    text-align: center;
    padding: 4px 0;
    margin-bottom: -20px;
    background-color: #00adef;
    text-transform: uppercase;
    font-weight: bold;
}
#slogan-wrapper p {
	color: #FFF;
    font-size: 48px;
    padding-top: 0;
    line-height: 70px;
    padding-bottom: 10px;
}
#slogan-wrapper span {
	font-style: italic;
}
@media (max-width:991px) {
	#slogan-wrapper span {
		font-size: 32px;
	}
	#slogan-wrapper {
		font-size: 26px;
	}
	#body #main-features h2 {
		font-size: 34px;
	}
}
#breadcrumb_wrapper .container {
  background: transparent;
}
#main-features-wrapper {
	background: #F3F3F3;
  	padding: 48px 0 78px;
	box-shadow: inset 1px 1px 1px 2px #CACACA;
}
#main-features {
	width:100%;
	max-width: 1630px;
}
#body #main-features h2 {
    color: #1AAAE0;
    font-size: 40px;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    line-height: 60px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: uppercase;
}
@media(max-width: 767px) {
	#body #main-features h2 {
		font-size: 36px;
		line-height: 40px;
    	margin-bottom: 40px;
	}
}
#main-features .col-md-3{
	max-width: 410px;
}
@media (max-width: 991px) {
	#main-features {
		margin-top: 0;
	}
	.main-box  {
		position: relative;
		max-width: 370px;
		margin: 0 auto;
		display: block;
	}
}
.main-box {
    box-shadow: 0px 10px 10px -10px #000;
}
#body .main-box h2 a {
    color: #FFF;
	font-family: 'Nunito', sans-serif;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    padding: 16px;
    text-decoration: none;
	line-height: 28px;
	text-shadow: -1px 1px 3px #333;
}
#body .main-box small {
	color: #FFF;
	display: block;
	margin-top: 7px;
	font-size: 16px;
}
#body .main-box:hover h2 a, #body .main-box:hover a {
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
}
.main-box img {
	 width: 370px;
	 margin: 0 auto;
	 border: 5px solid;
}
#cars img {
	border-color: #02adf4;
}
#cars a { 
	background-color: #02adf4;	
}
#cars:hover a,  #cars:hover img {
	background-color: #74CDF3;
	border-color: #74CDF3;
}

#finance img {
	border-color: #FF0095;
}
#finance a { 
	background-color: #FF0095;	
}
#finance:hover a,  #finance:hover img {
	background-color: #E649A5;
	border-color: #E649A5;
}


#sell-your-car img {
	border-color: #FFB500;
}
#sell-your-car a { 
	background-color: #FFB500;	
}
#sell-your-car:hover a,  #sell-your-car:hover img {
	background-color: #FFCA47;
	border-color: #FFCA47;
}

#workshop img {
	border-color: #00BD00;
}
#workshop a { 
	background-color: #00BD00;	
}
#workshop:hover a, #workshop:hover img {
	background-color: #2FE02F;
	border-color: #2FE02F;
}

/**Content Wrapper**/
.content-wrapper {
  	background-color: #F7F7F7;
  	padding: 0px 10px 0px;
	min-height: 485px;
}
#prestige-yard-img {
	padding-left: 0;
	padding-right: 0;
}
@media (max-width: 991px) {
	.content-wrapper {
		background-image: none;
		text-align: center;
	}
	.content-wrapper .btn {
		margin: 20px auto 25px;
	}
}
#read-more {
	background: #303030;
	color: #FFF;
}
#read-more:hover {
	background: #505050;
	color: #FE7D2D;
}
.home-info {
	background: #F2F2F2;
	padding: 0 20px;
	opacity: 0.8;
}
#body .home-info h1 {
  	font-size: 20px;
  	font-weight: 500;
  	line-height: 25px;
  	margin: 14px 0px 8px;
}
.home-info p { 
	line-height: 22px;	
}
.home-info .btn {
	margin-bottom: 42px;
}
.video-wrapper {
	background: #870010;
}
.youtube-clip {
	color: #FFF;
	text-align: center;
	padding: 20px 10px;
}
#body .youtube-clip h2 {
	font-size: 30px;
	margin: 20px;
}
.youtube-clip iframe {
	margin: 20px 0;
	border: 4px solid #FFF;
}
/**Vehicle Listing**/
@media(max-width: 767px) {
	.finance-banner-s {
		display: none;
	}
}
#SearchSortBy {
	padding-top: 8px;
}
#search-filters #filter-viewwatchlist .filter .header {
	background: #A10000;
	color: #000;
}
#search-filters #filter-viewwatchlist .filter .header:hover {
	background: #77000E;
	-webkit-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	-o-transition: background-color 0.4s linear;
	-ms-transition: background-color 0.4s linear;
	color: #FFF;
}
.watchlist-hide .header a.header-watchlist {
	background: url('/media/1293/yellow-star.png')no-repeat 4px 6px!important;
	color: #FFF!important;
	padding-left: 32px!important;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}
#search-filters .filter .header {
	background: #00adef;
	font-family: 'Nunito', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
#search-filters .filter .body {
	background-color: #F0F0F0;
}
.search_meta {
	margin: 0px;
}
#search-results .search_item {
	background: #F3F3F3;
	padding-top: 0;
	margin-top: 10px;
}
#search-results .search_item img {
	border: 2px solid #686868;
	padding: 0;
}
.vehicle-listing-img {
	margin-bottom: 12px;
}
#search-results .search_desc {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
#search-results .search_meta, #search-results .search_meta ul {
	margin-bottom: 12px;
}
#search-results .search_title a, #search-results .search_price {
    font-family: 'Nunito', sans-serif;
	color: #fff;
	display: block;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 22px;
	font-weight: normal;
	text-decoration: none;
}
#search-results .search_price a {
	color: #FFF;
	font-size: 21px;
	text-decoration: none;
}
.has-special-price-True .vehicle-price {
	font-size: 16px;
}
#search-results .search_details a {
	font-family: 'Nunito', sans-serif;
	background: #F00;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	padding: 9px 14px;
}
#search-results .search_details a:hover, #search-results .watchlist.NotInWatchList a:hover {
	background: #77000E;
	-webkit-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	-o-transition: background-color 0.4s linear;
	-ms-transition: background-color 0.4s linear;
	color: #FFF;
	text-decoration: none;
}
#search-filters .filter .header.open {
	background: #A10000;	
	color: #FFF;
}

@media (max-width: 991px) {
	#search-results .search_details a {
		font-size: 13px;
		padding: 10px 8px;
	}
}
.vehicle-heading {
	min-height: 40px;
	background: #00adef;
	padding: 10px 0 12px;
	margin: 10px 15px 5px;	
}
@media (max-width: 1199px) {
	.vehicle-heading {
		min-height: 68px;
	}
}
@media (max-width: 767px) {
	.vehicle-heading {
		padding-bottom: 1px;
	}
}
.vehicle-price, .special-vehicle-price {
	display: inline-block;
} 

#details-vehicle-info-vehicle-SpecialPrice { 
	float: right;
	text-align: right;
	padding-top: 0px;
}
.vehicle-images-small {
	margin-top: 95px;
}
.vehicle-images-small img {
	max-height: 78px;
}
.img-small {
	width: 22%;
	padding-left: 0;
	padding-right: 0;
}
@media (max-width: 991px) {
	.vehicle-images-small {
		display: none;
	}
}
.vehicle-info {
	padding-left: 0;
	padding-right: 0;
}
#search-results .watchlist.NotInWatchList, .watchlist .NotInWatchList {
	background:#F00 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:#A10000 url('/media/1293/yellow-star.png')no-repeat 8px 12px!important;
	color: #FFF;
	padding-left: 32px!important;
}
#details-sidebar-main .header a.watchlist, #details-sidebar-main .header a.InWatchList {
	color: #FFF;
}
.watchlist-sidebar-InWatchList:before {
	background:#A10000 url('/media/1293/yellow-star.png')no-repeat 0px 0px!important;
	padding: 2px 10px 7px 9px!important;
}
.watchlist-sidebar-NotInWatchList:before {
	background:#F00 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;
}
.watchlist-sidebar-NotInWatchList {
	background: #F00!important;
}
.watchlist-sidebar-InWatchList {
	background: #A10000!important;
	color: #FFF;
}
#search-filters #filter-header.hasFilters {
	background: #A10000;
	color: #FFF;
	font-weight: normal;
}
@media (max-width: 768px) {
	#search-filters #filter-header {
		color: #FFF;
		text-transform: uppercase;
		border-radius: 5px;
		margin-top: 10px;
		text-align: center;
		font-size: 18px;
		font-weight: normal;
	}
}
#search-results .search_meta li {
	  padding: 14px 15px 2px 0;
}
.search_video.hasVideo, video.hasVideo {
	margin-top: 26px;
  	float: left;
  	color: red;
}
@media (max-width: 991px) {
	.search_video.hasVideo, video.hasVideo {
		margin-top: 0px;
	}
}
/**Vehicle Description**/
#details-vehicle-info-Heading {
	background: #00adef;
	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: 'Nunito', sans-serif;
	padding-top: 6px;
	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: #00adef;
	font-family: 'Nunito', sans-serif;
	font-weight: normal;
	padding: 11px 0 10px;
	text-transform: uppercase;
}
#details-vehicle-info-options {
	background: transparent;
	padding: 0;
}
#details-vehicle-info-options a {
	color: #000;
	font-weight: normal;
}
#details-vehicle-info-features-Tabs div.tab-selected {
	background-color: #F00;
	background-image: none;
	color: #FFF;
	font-weight: normal;
}
#details-vehicle-info-features-Tabs div:not(.tab-selected) {
	background-color: #888;
	font-weight: normal;
}
.vehicle-listing-desc {
	font-size: 14px;
}
.bx-wrapper .bx-pager {
	bottom: -50px;
}
#details-sidebar-main .body {
	background: #E2E2E2;
}
#details-sidebar-main-vehicleenquiry .form-row button {
	background: #F00;
	font-weight: normal;	
}
#details-sidebar-main-vehicleenquiry .form-row button:hover {
	background: #77000E;
	-webkit-transition:background-color 0.4s linear; 
	-moz-transition:background-color 0.4s linear; 
	-ms-transition:background-color 0.4s linear; 
	-o-transition:background-color 0.4s linear; 
}
#details-sidebar-main-carhistory .body {
	height: 158px;
	overflow: hidden;
}
#details-vehicle-info-vehicle-carhistory {
	padding: 6px 8px;
  	font-size: 15px;
	font-weight: normal;
}

/**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;
}
/**Testimonials**/
.testimonials-container-items {
	background: #FFF;
	padding-top: 20px;
	margin-bottom: 30px;
}
.testimonials-description {
	display: none;
}
.posts-pages {
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	background: transparent;
}
.testimonial-item-break {
	background: #E5F5F5;
	height: 6px;
	clear: both;
	margin: 28px 26px;
}
/**Contact Us**/
#ContactUsForm label {
	font-weight: normal;
}
#ContactUsForm button {
	background: #F00;
	color: #FFF;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    margin: 30px 0 10px;
    display: block;
    width: 25%;
    border-radius: 5px;
    margin: 0 auto;
}
#ContactUsForm button:hover {
	background: #77000E;
	-webkit-transition:background-color 0.4s linear; 
	-moz-transition:background-color 0.4s linear; 
	-ms-transition:background-color 0.4s linear; 
	-o-transition:background-color 0.4s linear; 
}
/***Footer***/

#footer-info {
	background: #02adf4;
}

#footer-info .container {
	width:100%;
	max-width: 1630px;
	color: #fff;
	padding: 8px 0;
}
#footer-info h3 {
	font-family: 'Nunito', sans-serif;
}
#footer-info .footer-section {
	line-height: 148px;
}
#footer-info img {
	display: inline-block;
	vertical-align: middle;
}
#footer a {
	color: #FFF;
}
#footer-sig {
    background-color: #424242;
    color: #FFF;
    text-align: center;
    padding-top: 10px;
}
#MTA {
    max-width: 127px;
    margin-top: 16px;
}
/***Latest Stock***/
#latest-stock {
    background-size: 100%;
    padding: 54px 0 31px;
    background-color: #F1F1F1;
}
#body #latest-stock h2 {
    color: #F00;
    font-family: 'Nunito', sans-serif;
    font-size: 47px;
    margin-bottom: 58px;
    line-height: 36px;
    margin-left: 16px;
    text-align: center;
}
@media(max-width: 560px) {
	
}
body[data-url='d-n-carsales'] .bx-wrapper {
	max-width: 1138px!important;
	font-family: 'Anton', sans-serif;
}
body[data-url='d-n-carsales'] .bx-wrapper .bx-viewport {
	background: transparent;
	height: 298px!important;
	box-shadow: none;
}
body[data-url='d-n-carsales'] #FeaturedList {
	background-color: transparent!important;	
}
body[data-url='d-n-carsales'] .bx-wrapper .bx-controls-direction a {
	top: 54%;
}
body[data-url='d-n-carsales'] .bx-wrapper .bx-prev {
  left: 18px;
}
body[data-url='d-n-carsales'] .bx-wrapper .bx-next {
  right: 0px;
}
body[data-url='d-n-carsales'] ul.FeaturedListItems li {
  	margin-right: 18px!important;
	margin-left: 18px!important;
	min-height: 298px!important;
}
body[data-url='d-n-carsales'] ul.FeaturedListItems li a {
	color: #000;
}
body[data-url='d-n-carsales'] #FeaturedList .f_title {
    color: #000;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold
}
#FeaturedList .f_title a {
	color: #FFF;
}
#FeaturedList .f_image {
	top: 68px;
	max-width: 252px;
}
.f_sprice.f_yesspecial {
	color: #FFF;
    background-color: #F00;
    text-align: center;
    width: 100%;
    top: 62px;
    position: absolute;
    left: 0;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    display: inherit;
}
#FeaturedList .f_price {
    font-size: 14px;
	text-decoration: line-through;
	width: 150px;
    top: 70px;
    left: 16px;
    position: absolute;
    z-index: 9999;
    color: #FFF;
}

.f_btn {
	color: #FFF;
    background-color: #F00;
    display: block;
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 8px 6px;
    right: 0;
    top: 224px;
    width: 100%;
    text-align: center;
}
@media (max-width: 360px) {
	#latest-stock {
	    padding: 55px 0 22px;
	}
	#body #latest-stock h2 {
		 font-size: 37px;
	}
	body[data-url='d-n-carsales'] #FeaturedList .f_title {
		font-size: 14px;
		padding-right: 23px;
	}
	body[data-url='d-n-carsales'] .bx-wrapper img {
		max-width: 90%;
	}
	.f_btn {
		right: 25px;
    	top: 218px;
    	font-size: 14px;
		width: 90%;
	}
	#FeaturedList .f_price {
		top: 56px;
    	left: 13px
	}
	.f_sprice.f_yesspecial {
		top: 50px;
	    width: 90%;
	}
}

/**Form**/
#cform {
	background: #F0EEEE;
	padding: 20px;
	margin: 20px 0;
}
#cform .cform_row {
	width: 100%;
}
#cform .cform_row label {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-top: 8px;
}
#cform .cform_row:first-child label {
	text-align: center;
	padding-bottom: 10px;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 34px;
	font-weight: normal;
}
#cform textarea {
	height:100px;
}
#cform button {
	background-color: #005EC7;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin: 30px 0 10px;
	display: block;
	width: 25%;
	border-radius: 5px;
	margin: 0 auto;
}	
#cform button:hover {
	background-color: #0063D3;
}
.cforms {
	margin-bottom: 15px;
	margin-left: -15px;
}
.cforms h2 {
	border-bottom: 1px solid #004ECA;
	margin-bottom: 20px!important;
}
#cform label {
	font-weight: normal;
}
#cform input, #cform select, #cform textarea {
	padding: 4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.form-horizontal .form-group {
	margin-right: 0px;
}
@media (max-width: 767px) {
	.cforms .col-sm-3 {
		width: 20%;
	}
	.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;
	}
}


.link,
.link a,
#SignUp .signupframe {
            color: #010305;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            }
            .link,
            .link a {
                        text-decoration: none;
                        }
            #SignUp .signupframe {
                        border: 1px solid #000000;
                        background: #c9c9c9;
                        }
#SignUp .signupframe .required {
            font-size: 10px;
            }
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
