/*fonts*/
@font-face{
    font-family: "D-Din";
    src: url("/media/17966/d-din.otf") format("opentype"),
         url("/media/17967/d-din.ttf") format("truetype");
}

@font-face{
    font-family: "D-Din-Condensed";
    src: url("/media/17970/d-dincondensed.otf") format("opentype"),
         url("/media/17971/d-dincondensed.ttf") format("truetype");
}

@font-face{
    font-family: "D-Din-Bold";
    src: url("/media/17968/d-din-bold.otf") format("opentype"),
         url("/media/17969/d-din-bold.ttf") format("truetype");
}


@font-face{
    font-family: "Network";
    src: url("/media/17972/network.ttf") format("truetype");
}


/*Colors*/
.col-black { color: #000; }
.bg-black { background-color: #000;}
.col-green, #body .col-green { color: #3b983a;}
.bg-green { background-color: #3b983a;}

/*font common*/
.font-d-din { font-family: "D-Din"; }
.font-d-din-condensed { font-family: "D-Din-Condensed"; }
.font-d-din-bold { font-family: "D-Din-Bold"; }
.font-network { font-family: "Network"; }
.font-18 { font-size: 18px;}
.font-outline { color: #000; text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff,-1px 1px 0 #fff, 1px 1px 0 #fff; }

/*common styles*/
html {scroll-behavior: smooth;}
input:focus, textarea:focus, select:focus, button:active, button:focus, a:focus { outline: 0; }
.btn-common { background-color: #3b983a; color: #fff; border:0; border-radius: 50px; padding: 15px 30px; font-size: 20px; display: inline-block; min-width: 200px; text-align: center; font-family: "D-Din-Condensed"; }
.btn-common:hover, .btn-common:focus { background-color: #fff; color: #3b983a; }
#body .page-heading { font-family: "Network"; font-size: 106px; font-weight: 400; line-height: 120px; color: #fff; margin-bottom: 30px; }

@media(max-width:1199px) {
	#body .page-heading { font-size: 75px; line-height: 75px;}
}


@media(max-width:767px) {
	#body #search-filters .page-heading { text-align: center;}
}


body {background: #000; font-family: "D-Din"; font-size: 16px; color: #fff; font-weight: 400;}
#body h1, #body h2 { font-weight: 400;}
#body h1 {color: #fff;font-size: 34px;line-height: 40px; font-family: "D-Din-Bold"; font-weight: 400;}
#body .main-content h1 {color: #3b983a;}
#body h2 {font-size: 30px;line-height: 38px;color: #fff;margin-top: 25px;}
h3, .h3 {font-size: 18px; margin-bottom: 8px;font-weight: 600;}
h4, .h4 {font-size: 16px;}
a {color: #3b983a;text-decoration: none;}
a:hover, a:active, a:focus {text-decoration: none;color: #ccc;}
a.btn {font-size: 18px;color: #FFF;padding: 18px 8px;background: #000;text-align: center;width: 100%;border-radius: 0;margin-bottom: 6px;font-weight: bold;margin-top: 10px;}
a.btn:hover {background: #cc6b00;color: #FFF;transition: 0.4s;}
ul.list-info {margin-bottom: 15px;}
ul.list-info li {line-height: 28px;}
label {display: none;}
.calculator-wrapper label {display: block;}

.link{display: inline-block;padding: 15px 100px 15px 15px;position: relative;background: transparent;border: 1px solid #3b983a;font-size: 18px; font-weight: 600;}
.link:after{content: "+";font-size: 24px;font-weight: 400;position: absolute;margin: auto;top: 0;bottom: 0;width: 20px;height: 15px;line-height: 15px;text-align: center;right: 20px;}
span.red{color: #e10033;font-weight: 700;}
#logo { max-width: 200px; }
.logo-wrapper{padding: 10px 0;}
.logo-wrapper a {text-transform: uppercase;font-size: 20px;margin-top: 10px;}
.logo-wrapper a span{position: relative;bottom: -7px;}
.container {width: 100%;max-width: 1500px;}
.container.center-wrapper{margin-bottom: 30px;}
#header {background: #000;color: #fff;text-align: right; padding: 0 0 5px; border-bottom: 1px solid #dddbdb5e; }
#header a {color: #fff;}
#header a:hover, #header a:focus { color: #3b983a; }
a#fb-header:hover, a#fb-header:focus { color: #3b983a; }
#header-location, #header-number {display: inline-block;font-weight: 600;margin-right: 10px;}
#header-location .fa, #header-number .fa {color: #e10033;font-size: 18px;margin-right: 5px;}
a#fb-header {font-size: 23px;color: #fff; margin-right: 5px;}
.c_social_cover a#fb-header {color: #3b983a; }
.c_social_cover a#fb-header:hover, .c_social_cover a#fb-header:focus { color: #010101; }
#fb-header span { display: none; }
.address_cover .fa, .phone_cover .fa { margin-right: 10px; color: #fff; }
.address_cover, .phone_cover { margin-top: 5px; }
#navbar {background: #000;}
.navbar{border: 0;}
.navbar-toggle {margin-top: 28px;margin-right: 5px;	}
.navbar-default .navbar-nav>li>a {color: #fff;text-transform: uppercase;padding: 0 10px; margin: 0 5px;font-size: 18px;}
.navbar-default .navbar-nav>li>a.current_page_item, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{color: #3b983a;}
.navbar-default .navbar-nav>li:last-child>a {padding-right: 0; color: #3b983a;}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {border-color: transparent;background-color: #3b983a;}
.navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
.navbar-default .navbar-nav > li > a.home { display: none; }

/*banner*/
#body .banner-title { font-size: 90px; line-height: 75px; color: #000;}
.top_slider { position: relative;}
.banner-textured-border{ background: url("/media/17975/banner-texture-border.jpg") repeat-x; height: 17px; background-size: 100%; }

@media(max-width:1199px) {
	#body .banner-title { font-size: 75px; line-height: 75px;}
}

@media(max-width:767px) {
	#body .banner-title { font-size: 50px; line-height: 55px; /* color: #fff; text-shadow: 1px 2px 2px #000; */}

}

@media(max-width:480px) {
	#body .banner-title { font-size: 40px; line-height: 50px;}

}

#BannerSlider {cursor: pointer;}
#BannerSlider img {width: 100%;}
#breadcrumb_wrapper { height: 26px; color: #FFF; font-size: 14px; margin-bottom: 35px; background: #000 url("/media/18006/breadcrumb-header.jpg") repeat-x; background-size: 100%; }
#breadcrumb_wrapper .container { background: transparent; }
#breadcrumb_wrapper a {color: #FFF;}
#breadcrumb { display: none; }
#navbar_div .nav.navbar-nav {margin-top: 60px;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #000; opacity: 1; font-weight: 400;}
::-moz-placeholder { /* Firefox 19+ */color: #000; opacity: 1; font-weight: 400;}
:-ms-input-placeholder { /* IE 10+ */color: #000; opacity: 1; font-weight: 400;}
:-moz-placeholder { /* Firefox 18- */color: #000; opacity: 1; font-weight: 400;}

#ContactUsForm input::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #fff; opacity: 1; font-weight: 400;}
#ContactUsForm input::-moz-placeholder { /* Firefox 19+ */color: #fff; opacity: 1; font-weight: 400;}
#ContactUsForm input:-ms-input-placeholder { /* IE 10+ */color: #fff; opacity: 1; font-weight: 400;}
#ContactUsForm input:-moz-placeholder { /* Firefox 18- */color: #fff; opacity: 1; font-weight: 400;}

#ContactUsForm textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #fff; opacity: 1; font-weight: 400;}
#ContactUsForm textarea::-moz-placeholder { /* Firefox 19+ */color: #fff; opacity: 1; font-weight: 400;}
#ContactUsForm textarea::-moz-placeholder { /* Firefox 19+ */color: #fff; opacity: 1; font-weight: 400;}
#ContactUsForm textarea:-ms-input-placeholder { /* IE 10+ */color: #fff; opacity: 1; font-weight: 400;}
#ContactUsForm textarea:-moz-placeholder { /* Firefox 18- */color: #fff; opacity: 1; font-weight: 400;}


#quicksearch-wrapper {color: #FFF;padding: 10px 0;/* background: #010101; */position: absolute;top: 390px;z-index: 99999;width: 100%;text-align: center;}
#quicksearch-heading {padding-top: 0px;}
#quicksearch-heading, #SearchFilter { width: 100%; float: left;display: inline-block;}
#quicksearch-heading { max-width: 30%; }
/*#SearchFilter { max-width: 620px; float: none; background: #000000cf; padding: 20px; border-radius: 45px; margin-top: 20px; }*/
#SearchFilter { max-width: /* 50% */ 620px; float: none; background: #000000cf; padding: 20px; border-radius: 45px; margin-top: 20px; box-shadow: 2px 3px 5px #000;}
#SearchFilterMake, #SearchFilterModel, #SearchFilterButton {max-width: /* 32%!important */ 200px !important; width: 100%;float: left;margin: 5px;min-width: 160px;}
#SearchFilterButton { background: transparent;color: #fff; padding: 0; border: 0; margin: 0px; font-weight: 600; }
#SearchFilterButton:hover {color: #FFF;transition: 0.5s;}
#QuickSearch select option, #SearchFilter select option {color: #000;}
@media(max-width: 1199px) {
	#SearchFilterMake, #SearchFilterModel { max-width: 47%!important;	}
	#SearchFilterButton {clear: both;margin-top: 15px;max-width: 96%!important;}
}
#body #quicksearch-heading h2  {color: #fff;display: inline-block;float: left;text-transform: uppercase;font-size: 35px;line-height: 45px;font-weight: 400;margin: 0;font-style: italic;letter-spacing: 2px; background: url("/media/9194/search-icon.png") no-repeat; padding-left: 60px; background-size: 50px; background-position: 0px 2px;}
body #quicksearch-heading p {font-size: 24px; display: inline-block;margin-left: 14px;margin-top: 6px;letter-spacing: 1px;line-height: inherit;}
#QuickSearchText, #SearchFilterText, #QuickSearchMakeText, #QuickSearchModelText {display: none;}
#QuickSearch select, #SearchFilter select {height: 46px;color: #fff!important;margin: 0 10px 0 0;border-color: #000;padding-left: 24px;-moz-appearance: none; -webkit-appearance: none;background: transparent url("/media/9193/arrow-down-white.png") no-repeat scroll right 10px center;border: 0 none; font-weight: 400; text-transform: uppercase; font-size: 15px;}
#QuickSearch select option, #SearchFilter select option{color: #000;}
#SearchFilter span, #SearchFilterYard, #SearchFilterYearText, #SearchFilterYearHigh, #SearchFilterYearLow, #SearchFilterPriceLow, #SearchFilterPriceHigh {display: none;}
#SearchFilter #SearchFilterModel { border-left: 1px solid #fff; }

@media(max-width:1350px) {
	#quicksearch-wrapper { top: 420px; }
}


@media(max-width:1199px) {
	#quicksearch-wrapper { position: static;  }
	#SearchFilter { margin-top: 0; }
	#SearchFilter {max-width: 100%;}
	#SearchFilterMake, #SearchFilterModel { max-width: 100% !important; float: none; border: 1px solid #fff !important; border-radius: 50px;  }
	#SearchFilterModel { margin: 15px 0 0 0 !important; }
	#SearchFilterButton{ max-width: 100% !important; }
}



/*tag-line-wrapper*/
.tag-line-wrapper {background: #010101;padding: 10px;font-size: 25px;color: #3b983a;letter-spacing: 2px;font-weight: 600;}

@media(max-width: 1199px) {
	body #quicksearch-heading p	{margin-left: 0;}
}
@media(max-width: 768px) {
	#body #quicksearch-heading h2 {font-size: 40px;line-height: 38px; text-align: center;}
	#SearchFilterMake, #SearchFilterModel, #SearchFilterButton {width: 100%;display: block;max-width: 100%!important;}
	#SearchFilter select {margin: 5px 0;}
	body #quicksearch-heading p {margin-top: 0;}
	#quicksearch-heading, #SearchFilter {max-width: 100%; float: none;}
	
}

@media(max-width:1400px) {
   #logo {  /* max-width: 300px; */ }

}

@media(max-width:1350px) {
   .navbar-header {  float: none; }
   .navbar-collapse.navbar-right {  float: none !important; text-align: center; }
   .navbar-nav > li { float: none;display: inline-block;}
   #navbar_div .nav.navbar-nav {width: 100%;margin: 25px 0;}
    

}



@media(max-width:1200px) {
   
   .navbar-default .navbar-nav > li > a  { font-size: 16px; padding: 0 8px 10px !important; }

}

@media(max-width:1024px) {
	.navbar-default .navbar-nav > li > a {/* font-size: 14px;padding: 0 3px; */}
}

@media(max-width:991px) {
.address_cover, .fb_cover { display: none; }
.phone_cover { text-align: center; }
}

@media(max-width: 767px){
	 #logo { float: left; margin-bottom: 15px; max-width: 115px !important;}
	 #war_car .text h3 { font-size: 30px !important; }
	 .navbar-default .navbar-nav > li > a { font-size: 16px; padding: 5px; }
	 #navbar_div .nav.navbar-nav { text-align: center; }
	 .navbar-nav > li { width: 100%; margin-bottom: 10px;  }
}

@media(max-width: 480px){
	#logo { margin-top: 0; }
}

/*Advanced Car Search*/
.car-finder {background: #3b983a url("/media/13247/car-search-bg.jpg") no-repeat fixed 0 0 / 100% auto;padding: 70px 0; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; border-top: 2px solid #fff;}
.car-finder #QuickSearchText:before, .car-finder #SearchFilterText:before {color: #fff;content: "QUICK SEARCH"; font-family: Open Sans;}
.car-finder #SearchFilter {max-width: 100%;}
.car-finder #SearchFilterHeader {font-family: "AvenirLTStdBlack",Arial;font-size: 36px;margin-bottom: 5px;padding-top: 0;
text-align: center;}
.car-finder #SearchFilterText {border-bottom: 0 none;display: block;font-size: 40px;margin: 0 auto;padding-bottom: 10px; 
font-weight: 600;}
.car-finder #SearchFilter .SearchFilterSelect:nth-child(2) {display: none;}
.car-finder #SearchFilter .SearchFilterSelect {float: left;width: 50%;}
.car-finder #SearchFilter .SearchFilterSelect.MultiFilter div {float: left;margin-bottom: 40px;width: 50%;}
.car-finder #SearchFilter select {border: 1px solid #fff;color: #fff;font-size: 18px;height: 60px; margin-bottom: 10px;max-width: 100%;width: 94%;-moz-appearance: none; -webkit-appearance: none; background: rgba(159, 12, 20, 0.3) url("/media/6762/arrow-down-01-16.png") no-repeat scroll right 10px center; border: 1px solid #fff; text-align: center; padding-left: 10px;}
.car-finder #SearchFilter span {display: none;}
.car-finder #SearchFilter .SearchFilterSelect.MultiFilter select {max-width: 100%;width: 88%;}
.car-finder #SearchFilterButton {background: #010101b0;border: medium none;color: #fff;display: block;font-weight: 500; letter-spacing: 2px; font-size: 22px;height: 50px;line-height: 50px;margin: 35px auto 0;text-align: center;text-transform: uppercase; border-radius: 5px;transition: all 0.3s ease-in-out 0s;width: 300px; border: 1px solid #fff;}
.car-finder #SearchFilterButton:hover {background-color: #fff;color: #3b983a;}
.home-more-info {background-color: #434142;padding: 70px 0;}
[data-url="search"] #header_2 { margin-bottom: 0; }
@media (max-width: 767px) {

.car-finder #SearchFilter .SearchFilterSelect.MultiFilter div {margin-bottom: 0;width: 100%;}
.car-finder #SearchFilter .SearchFilterSelect.MultiFilter select { width: 100%;}
.car-finder #SearchFilter .SearchFilterSelect, .car-finder #SearchFilter select { width: 100%;}
.car-finder #SearchFilter .SearchFilterSelect.MultiFilter { margin-bottom: 25px; }
}
#quicksearch-heading {padding-top: 0px;}
#quicksearch-heading {display: none;}
#SearchFilterButton {font-size: 20px;height: 46px;line-height: 46px;text-transform: uppercase;font-weight: 500; background: #3b983a; border-radius: 30px; font-family: "D-Din-Condensed";}
#SearchFilterButton:hover {color: #3b983a;transition: 0.5s; background: #fff;}
#body #quicksearch-heading h2 {color: #fff;text-transform: uppercase;font-size: 35px;line-height: 45px; }
body #quicksearch-heading p {font-size: 24px;display: inline-block;margin-left: 14px;margin-top: 6px;letter-spacing: 1px;line-height: inherit;}
#QuickSearchText, #SearchFilterText, #QuickSearchMakeText, #QuickSearchModelText, #SearchFilterYearText, #SearchFilterYardText, #SearchFilterYard, #SearchFilterMakeText, #SearchFilterModelText, #SearchFilterPriceText {display: none;}
/*#SearchFilter span, #SearchFilterYard, #SearchFilterYearHigh, #SearchFilterYearLow, #SearchFilterPriceLow, #SearchFilterPriceHigh {display: none;}*/
@media(max-width: 1199px) {
	body #quicksearch-heading p	{margin-left: 0;}
}
@media(max-width: 768px) {
	
	
	.logo-wrapper span{display: block;}
	#navbar {}
	
}

/*about us*/
.about-us{/* background: url('/media/13617/welcome-bg.jpg') no-repeat; */ background-attachment: fixed; min-height: 500px; text-align: left;color: #000;webkit-background-size: cover; /* -moz-background-size: cover; -o-background-size: cover; background-size: cover; */ background-color: #fff; background-image: url("/media/13639/leather.png"); }
.about-us h1, .about-us h2{ text-transform: uppercase;}
.about-us .container{padding: 40px 0 60px;}
.about-us .link{color: #fff;border-color: #fff;}
.about-us .link:hover{background: #fff;color: #000;border-color: #fff;transition: 1s;}
#body .about-us h2{font-weight: 600;color: #3b983a;font-size: 40px; /* text-shadow: 1px 2px 2px #000; */ margin-bottom: 20px;  }
#body .about-us h1{font-weight: 700;color: #010101;font-size: 55px;line-height: 50px; margin-bottom: 30px !important; /* text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff,-1px 1px 0 #fff, 1px 1px 0 #fff; */ letter-spacing: 1px; /* text-shadow: 1px 2px 1px #000000e5; */}
.about-us h3 {font-size: 25px;text-transform: uppercase;letter-spacing: 2px;font-weight: 600;color: #010101; }
.about-us a { color: #3b983a; }
.about-us a:hover { text-decoration: underline; color: #010101; }

.block-widget-section { padding: 50px 0; display: flex; width: 100%; align-content: center; align-items: center;}
#body .page-sub-heading { font-size: 50px; line-height: 60px;}


/*Style Bootsrap slider*/
.carousel-control { width: 7%; }
.carousel-control.left, .carousel-control.right { background: none; }
.w-100 { width: 100%; }
.about-us .carousel-inner img { border-radius: 20px;  }
.about-us .carousel-inner { box-shadow: 1px 2px 5px #00000042; border-radius: 20px; border: 2px solid #cccccc70; }

@media(max-width: 1199px) {
	
	.about-us { text-align: center; }
	.text-center-1199 .page-sub-heading, .text-center-1199 .page-heading  { text-align: center;}
	.block-widget-section { display: block; }
	
}


@media(max-width: 767px) {
	.about-us{text-align: center;}
	.about-us .container{padding: 40px 20px;}
	#body .about-us h2 span{display: block;}
	.about-us h1, .about-us h2{text-align: center;}
	#body .about-us h1{font-size: 40px; line-height: 40px;}
	#body .about-us h2 { font-size: 25px; }
	#body .main-content h1 { font-size: 30px !important; }
	#body .main-content h1 span { font-size: 35px !important; }
	#latest-vehicles .container { text-align: center; }
	.link { /* width: 250px;  */display: block; margin:0 auto; }
}

@media(max-width: 480px) {
	
	.link { width: auto; }
}

@media(max-width: 320px) {
	#body .about-us h1{font-size: 25px;}
}


/*Welcome wrapper*/
.welcome_wrapper { background: #000 url("/media/17979/welcome-bg-texture.jpg") no-repeat right; display: inline-block; width: 100%; overflow-x: hidden; /* min-height: 1045px; */ }
#body .welcome_wrapper .main-title  { color: #fff; margin: 0 0 30px;}
#body .welcome_wrapper .main-title .font-network { font-size: 46px; line-height: 56px;}
#body .welcome_wrapper .main-title .business-name { display: block; text-transform: uppercase; font-size: 86px; line-height: 96px; } 
.welcome-img-wrapper { padding-top: 60px;}
.welcome-text-wrapper { margin-top: 150px; }
.welcome-text-wrapper .inner-text-wrapper { padding: 0 150px 30px 0;  }



/*parts*/
.parts_wrapper { /* background: #0D0D0D; */ display: inline-block; width: 100%;  padding: 60px 30px;}
#body .parts_wrapper .secondary-title  { color: #fff; margin: 0 0 30px;}
#body .parts_wrapper .secondary-title .font-network { font-size: 106px; line-height: 120px;}
#body .parts_wrapper .secondary-title .business-name { display: block; text-transform: uppercase; font-size: 86px; line-height: 96px; } 
.parts-text-wrapper { margin-top: 100px; }
.parts-text-wrapper .inner-text-wrapper { padding: 0 50px 30px 0;  }

.card-wrapper { overflow: hidden; position: relative; min-height: 300px; }
.card-wrapper .parts-background { background: url('/media/17988/img-holder.jpg') no-repeat center; width: 100%;min-height: 300px;display: flex;align-items: center;justify-content: center; background-size: cover; transition: transform .4s; color: #fff; }
.card-wrapper .parts-background:hover { color: #3b983a; -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
transform: scale(1.2); }
.card-name { text-shadow: 1px 2px 3px #000; /* color: #fff; */ font-size: 36px; line-height: 42px;}
.card-wrapper .parts-background.vans-parts { background: url('/media/17984/van-parts.jpg') no-repeat center; background-size: cover; }
.card-wrapper .parts-background.brands { background: url('/media/17989/brands.jpg') no-repeat center; background-size: cover; }
.card-wrapper .parts-background.upgrades { background: url('/media/17990/upgrades.jpg') no-repeat center; background-size: cover; }
.card-wrapper .parts-background.fourwdparts { background: url('/media/17991/4x4parts.jpg') no-repeat center; background-size: cover; }
.mb-30 { margin-bottom: 30px;}


/*reviews*/
.reviews_wrapper { background: #000; display: inline-block; width: 100%;  padding: 20px 0 0;}
.reviews_wrapper .container { padding: 120px 0; }
#body .review-title .font-network { font-size: 106px; line-height: 120px;}
#body .review-title .inner-heading { display: block; text-transform: uppercase; font-size: 86px; line-height: 96px; } 
.customer-name { font-size: 48px; line-height: 42px; }
.review-text { font-size: 22px; line-height: 42px; font-style: italic; }
.five-stars.sprite-icon { display: inline-block; background-position: -425px -15px; height: 36px; width: 100%; margin: 30px 0; }


/*latest news*/
.latest_news_wrapper { background: #0D0D0D; display: inline-block; width: 100%;  padding: 100px 0;}
#body .latest_news_wrapper .font-network { font-size: 106px; line-height: 120px;}
#body .latest_news_wrapper .font-outline { font-size: 86px; line-height: 96px; margin-left: 30px; } 
.latest-news-topic  { font-size: 26px; line-height: 36px; }
.read-more-link, .latest-news-topic a { color: #fff;}
.read-more-link:hover, .read-more-link:focus, .latest-news-topic a:hover, .latest-news-topic a:focus { color: #3b983a; }
.blog-top-header img:hover { -webkit-filter: grayscale(100%); filter: grayscale(100%); }
#body .news-title { margin: 0 0 35px; }
.posts-pages .post-pages-ul li { background-color: #000; }

.feature-wrapper .col-sm-6 {position: relative;padding-left: 0;padding-right: 0;}
.feature-wrapper img {width: 100%;}
.box-wrapper {padding: 20px;}
.feature-wrapper{text-align: center;}
.text-wrapper {position: absolute;top: 36%;left: 0;right: 0;margin: 0 auto;	max-width: 100%;}
#body .feature-wrapper h2 {line-height: 24px;color: #fff;font-size: 30px;font-weight: 300;margin: 10px auto;line-height: 30px;}
.feature-wrapper h2 a {}
.feature-wrapper p{display: block;color: #fff;font-size:28px;text-transform: uppercase;font-weight: bold;line-height: 28px;}
.main-content {background: url('/media/13249/finance-bg.jpg') center no-repeat;clear: both;padding: 60px 0;min-height: 400px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.main-content p a:hover  { text-decoration: underline; }
#body .main-content h1{font-size: 40px;font-weight: 700;line-height: initial;text-transform: uppercase;color: #3b983a;}
#body  h1.title_page{font-weight: 700;margin-bottom: 30px;text-transform: uppercase;}
#body  h1.title_page span{color: #3b983a;display: inline;}
#body  h2.subtitle_page{font-weight: 300;}
#body .main-content h1 span{font-weight: 700;color: inherit;font-size: 60px;line-height: 40px;}
.main-content .link{color: #3b983a;}
.main-content .link:hover{background: #3b983a;color: #fff;transition: 1s;}
.content-wrapper {padding: 80px 90px 186px 0;}
.content-wrapper a {font-size: 22px;}
#latest-vehicles { margin-bottom: 2px; overflow-x: hidden;}
#latest-vehicles .container{position: relative;}
#latest-vehicles .link{float: right;position: absolute;right: 0;top: 0;bottom: 0;margin: auto; height: 55px;color: #3b983a;}
#latest-vehicles .link:hover{background: #3b983a;color: #fff; transition: 1s; border: 1px solid #3b983a;}
#body #latest-vehicles h2 {padding-top: 60px;padding-bottom: 40px;	margin: 0; font-size: 56px;text-transform: uppercase; text-align: center; line-height: 66px;}
#body #latest-vehicles h2 span {color: #000; text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff,-1px 1px 0 #fff, 1px 1px 0 #fff;}
@media(max-width: 767px){
	#banner{display: none;}
	#body #latest-vehicles h2{float: none;line-height: 40px;font-size: 35px;}
	#latest-vehicles .link{float: none;position: relative;left: 0;margin-bottom: 20px;}	
}
#FeaturedList .bx-wrapper { max-width: 100% !important;margin-bottom: 0;}
.bx-wrapper .bx-pager {display: none;}
#FeaturedList .bx-viewport li {background:#d4d4d4;width: 2.065% !important;margin-right: 0px !important;min-height: 350px !important;}
#FeaturedList .bx-viewport li:hover .f_price:after {background: #fff;color: #000;transition: 0.3s;}
#FeaturedList .f_title {position: absolute;top: 0px;color: #000;background: #3b983a;line-height: 18px; width: 100%;padding: 16px 8px 0;overflow: hidden;z-index: 9999;height: 70px;text-overflow: ellipsis;font-weight: 500;font-size: 16px;}
#FeaturedList .f_price {background: rgba(0, 0, 0, 0.8);color: #3b983a;font-size: 24px; font-weight: bold;padding: 8px 11px 15px 8px; width: 100%; left: 0; bottom: 0px;top: inherit;}
#FeaturedList .f_price:before {color: #fff;font-size: 16px;display: block;font-weight: 500;}
#FeaturedList .f_price:after {content: '+';position: absolute;color: #fff;padding: 0;top: 0;right: 20px;bottom: 0;margin: auto;text-align: center;font-weight: 300;font-size: 24px;line-height: 40px;width: 40px;height: 40px;border: 1px solid #fff;}
#FeaturedList .f_image { top: 18%;}
.bx-wrapper img{width: 100%;max-width: initial;}
#FeaturedList .bx-viewport li:hover .f_image {}
@media(max-width: 1199px) {
	#FeaturedList .f_title { line-height: 16px;	padding: 12px 8px 0;}		
}			
@media(max-width: 991px) {
	#FeaturedList  ul.FeaturedListItems {width: 615% !important;}
	#FeaturedList .bx-viewport li {width: 9% !important;}
}
@media(max-width: 480px) {
	#FeaturedList .bx-wrapper .bx-viewport {height: 298px!important;}
	#FeaturedList .bx-viewport li {width: 12.8% !important;}
	#FeaturedList .f_image {top: 65px;}
	#FeaturedList .f_price {font-size: 16px;bottom: 50px;}
	#footer_nav .footer_menu {max-width: 100% !important;margin: 0;  }
	#footer_nav { text-align: center; }
}
#war_car {margin-bottom: 2px;display: table;width: 100%;}
#war_car .warranty{background: url("/media/13250/warranty-banner.jpg") center center no-repeat;width: 50%;float: left;}
#war_car .sell_car{background: url("/media/13251/sell-car-banner.jpg") center center no-repeat;width: 50%;float: right;}
#war_car .text{color: #fff;width: 700px;padding: 100px 20px;max-height: 530px;font-size: 16px; min-height: 475px;}
#war_car .sell_car .text{padding: 80px 0px 100px 60px; color: #fff;}
#war_car .sell_car .text h1, #war_car .sell_car .text h3, #war_car .sell_car .text .link { color: #fff; }
#war_car .warranty .text{float: right;padding: 80px 60px 100px 0px;}
#war_car .text h3{color: #fff;font-weight: 400;font-size: 40px;text-transform: uppercase;line-height: 30px;padding: 0;margin: 0;}
#war_car .text h1{color: #fff;font-weight: 700;font-size: 55px;text-transform: uppercase;line-height: initial;padding: 0;margin: 0;}
#war_car .text h2{color: #fff;font-weight: 500;font-size: 30px;text-transform: uppercase;line-height: 30px;padding: 0;margin: 0;}
#war_car .text .link{color: #fff;margin-top: 20px; border: 1px solid #fff;}
#war_car .sell_car .link:hover{background: #010101; }
#sell_car .text .link { color: #010101; border: 1px solid #010101; }
#war_car .link:hover{background: #3b983a;color: #fff;transition: 1s;border-color: #fff;}
#war_car p a { color: #EE767D; }
#war_car p a:hover { color: #EE767D; text-decoration: underline; }
@media(min-width: 992px) {
	#war_car .warranty, #war_car .sell_car { min-height: 520px; }
}
@media(max-width: 1450px) {
	#war_car .text{width: 100%;padding: 5% !important;min-height: 530px;}
}
@media(max-width: 991px) {
	#war_car .warranty, #war_car .sell_car{width: 100%;float: none;clear: both;background-size: cover;}
}
#about-video .text{padding: 90px 90px 80px 0;}
#about-video h2{padding-bottom: 20px;}
#about-video iframe{padding: 90px 0px 0 90px;}
#about-video a{font-size: 22px;}
@media(max-width: 1700px) {
	.text-wrapper {top: 46px;max-width: 280px;	}
}
@media(max-width: 1400px) {
	.text-wrapper {top: 30px;}
}
@media(max-width: 1199px) {
	.feature-wrapper .col-sm-6 {max-height: 200px;overflow: hidden;	}
	.text-wrapper{max-width: 90%;}
	
}
@media(max-width: 991px) {
	#body .main-content h1 {font-size: 40px;line-height: 38px; text-align: center;}
	.content-wrapper {clear: both;padding: 20px;}
	#testimonials .content-wrapper {padding: 70px 20px;}
	.main-content{background: none;max-height: initial;padding: 40px 0 50px 0;}
}
/**Vehicle Listing**/
#search-results .search_item img { padding: 0;}
#search-filters .filter .body { background-color: transparent; }
#filter-body .filter .header .fa.fa-angle-double-down, #filter-header .fa.fa-angle-double-down {float: right;font-size: 20px;}
.dap-comment {font-size: 14px;font-weight: 400; text-align: center;}
#SearchPageNumbers ul li.page-previous a, #SearchPageNumbers ul li.page-next a {background-image: url('/media/4996/arrows.png');}
#SearchPageNumbers ul li.page-previous a {background-position: 0 8px;}
.vehicle-heading {display: inline-block; width: 100%; color: #000;}
#carhistory-gif {max-width: 100%;width: 100%;}
select#SortBy, #SearchPageNumbers ul li a {padding: 8px;}
select#SortBy { background: #000; }
#SearchPageNumbers ul li.page-next a {background-position: -14px 8px;}
#SearchSortBy  {margin-bottom: 20px;	}
#search-results .search_meta { min-height: 42px;}
#search-results .search_meta, #search-results .search_meta ul {/* font-size: 13px */}
@media (max-width: 768px) {
	.vehicle-heading {margin-bottom: 0;}
	#search-results .search_item img {padding: 0;margin-left: 0;margin-right: 0;width: 100%;}
	.vehicle-listing-img {padding-left: 0;padding-right: 0;}
	#search-filters #filter-header {background-color: #3b983a ;padding: 16px 10px;text-transform: uppercase;font-weight: normal;}
	#search-filters #filter-header.hasFilters {background-color: #3b983a;color: #fff;}
	#search-filters #filter-body .filter:first-child{border-top: 1px solid #b4b4b4;}
	#search-filters #filter-body .filter:last-child{border-bottom: 0;}
}
#search-filters .filter .header.open {background-color: #000;color: #3b983a;}
#search-results.col-xs-12.col-sm-8.col-md-9 {padding-left: 0;padding-right: 0;}
#search-results .search_price {margin-bottom: 10px; text-align: center; font-weight: 400; }
#search-results-header {margin-top: 0; margin-bottom: 15px;}
.search-results-header-inner {background-color: #0d0d0d;color: #fff;padding: 10px 20px;font-size: 14px;border: 1px solid #2f2d2d;border-radius: 30px;margin-bottom: 10px;}
.filter .btnGo{background: #3b983a;border-radius: 0; border-radius: 5px;}
.filter .btnGo:hover { background: #fff; color:#3b983a;  }
#filter-body select { background: #000; color: #fff; }
#search-filters .filter .body li:not(.show){background: url(/media/5199/filter_arrow.png) no-repeat left center;}
#SearchPageNumbers ul li a {background: #010101;color: #fff;}
#SearchPageNumbers ul li.current a, #SearchPageNumbers ul li a:hover {background-color: #3b983a;}
.watchlist-hide .header a.header-watchlist, .watchlist-sidebar-InWatchList:before, .watchlist .InWatchList, #search-results .watchlist.NotInWatchList {background-image:  url(/media/1287/white-star.png)!important;}
#search-results .watchlist.NotInWatchList, #search-results .watchlist.InWatchList {background-position: 12px 19px!important;}
.watchlist-hide .header a.header-watchlist {background-position: 6px 3px!important;}
#filter-viewwatchlist .header {background-color: #3b983a !important;border: none;border-bottom: 0;margin-bottom: 15px;}
#filter-viewwatchlist .header a {text-decoration: none;font-size: 16px;color: #FFF!important;}
#search-results .search_item {margin-bottom: 20px;margin-top: 0; padding-top: 0; padding-right: 15px; padding-left: 15px;}
.vehicle-wrapper {background: #fff;color: #000;display: inline-block;width: 100%;border-radius: 20px;margin: 0px 10px 0;}
#search-results>div:not(:last-child){border: 0;}
#search-results .search_title a {display: block;font-size: 18px;color: #000;text-decoration: none;margin-top: 15px;line-height: 22px;	font-weight: 600;}
#search-results .search_title a:hover,.search_price a:hover { color: #3b983a; } 
.search_price a { font-size: 24px;color: #000;font-weight: 500; font-family: "D-Din-Bold";}
#search-filters .filter .header { background-color: #000;color: #FFF;padding: 14px;text-transform: uppercase;font-weight: 500;}
.search_meta {margin:0;}
.search_meta ul {margin: 0!important;font-size: 13px;}
#search-filters .filter a {color: #fff;font-size: 14px;font-weight: normal;}
.search_title {/*padding-bottom: 20px;*/}
#search-results .search_details {padding: 0 0 20px;float: none;}
#search-results .search_details a {color: #fff;background-color: #3b983a;text-decoration: none;font-size: 20px;;  font-weight: 400;letter-spacing: 0.5px;}
[data-url="used-cars-shepparton-list-view"] #search-results .search_details a { min-width: 228px; }
.vehicle-images-small {padding-left: 0;}
#search-results .search_meta ul  {list-style-image: none;}
#search-results .search_meta li, #details-vehicle-info-vehicle-Extras li {background-image: url("/media/4999/icons.png");background-repeat: no-repeat;width: 200px;margin-right: 15px;margin-bottom: 15px;padding: 7px 0 0px 42px;font-size: 14px;list-style-type: none;font-weight: bold;}
#details-vehicle-info-vehicle-Extras li { width: 190px}
.icon-colour, #details-vehicle-info-vehicle-Extras li#icon-colour {background-position: 0px -6px;}
.icon-transmission, #details-vehicle-info-vehicle-Extras li#icon-transmission {background-position: 0px -63px;}
.icon-body, #details-vehicle-info-vehicle-Extras li#icon-body {background-position: 0px -123px;}
.icon-kms, #details-vehicle-info-vehicle-Extras li#icon-kms {background-position: 0px -184px;}
.icon-stock {background-position: 0px -159px;}
@media(max-width: 991px) {
	
	.watchlist {margin-top: 18px;}
	.vehicle-images-small {display: none;}
}
#search-results .search_desc {-webkit-line-clamp: 2;font-size: 14px;margin-bottom: 20px;/*max-height: 66px;*/font-weight: 600; height: 66px; text-overflow: ellipsis;}
.img-small {padding-left: 0;padding-right: 0;}
#search-results .watchlist.InWatchList, .watchlist-hide .header a.header-watchlist, #search-results a.watchlist.NotInWatchList:hover, .watchlist-sidebar-InWatchList:before, .watchlist-sidebar-NotInWatchList:before  {background-image: url('/media/1287/white-star.png')!important;}
#search-results .watchlist.InWatchList, #search-results .search_details a:hover {background: #010101;color: #FFF!important;		}
/***Vehicle Description***/
#details-vehicle-info-vehicle-Image-Wrapper {margin-top: 0;}
#details-vehicle-info-vehicle-Image-Wrapper img {width: 100%;}
#details-vehicle-info-vehicle-carhistory {background-image: none; border-radius: 0 0 10px 10px;}
#details-vehicle-info-vehicle-Image-Wrapper #imgTop {/* border-radius: 0 0 10px 10px; */}
#details-vehicle-info-features-Body {border-radius: 0 0 10px 10px;}
#details-vehicle-info-vehicle-SpecialPrice {color: #000;font-weight: bold!important;}
#details-sidebar-main .header.no-content:before {padding-bottom: 1px;}
#details-sidebar-main .header:before {padding-right: 8px;}
.watchlist-sidebar-InWatchList {color: #FFF;background-color: #3b983a !important;}
.watchlist-sidebar-InWatchList a.watchlist {color: #FFF!important;}
#details-vehicle-info-options {background: transparent;color: #000;padding: 6px 5px 12px;}
#details-vehicle-info-options a {font-weight: normal;color: #000;font-size: 16px; }
@media(max-width: 480px) {
	#details-vehicle-info-options a {font-size: 12px;}
}
#details-vehicle-info-vehicle, #details-vehicle-info-vehicle-Image-Wrapper {border: none;}
#details-vehicle-info-Heading {padding: 24px 15px 22px;background: #eaeaea;margin-left: 0;margin-right: 0;border-top: 2px solid #3b983a; border-radius: 10px 10px 0 0;}
#details-vehicle-info-vehicle-Name  {color: #000!important;line-height: 32px;font-size: 20px;line-height: 22px;font-weight: 500;padding: 0;}
#details-vehicle-info-vehicle-Price {color: #000;font-size: 34px;font-weight: 500;}
.government_charges {font-size: 14px;margin-top: 10px; color: #000;}
@media(max-width: 767px) {
	/*#SearchPageNumbers > div {display: none;}*/
	#search-results .search_title, #search-results .search_price {padding-bottom: 0;}
	#details-vehicle-info-vehicle-Price {text-align: center;margin-top: 15px;}
	#details-vehicle-info-vehicle-SpecialPrice {text-align: center!important;}
	#filter-wrapper {margin-bottom: 30px;}
	.government_charges { text-align: center; }
}

#details-vehicle-info-vehicle-Extras {display: none;margin: 0;background: #eaeaea;padding: 15px 15px 0;}
#details-vehicle-info-vehicle-Description { display: none; }
#details-vehicle-info-desc { padding: 15px;margin-bottom: 15px; border-radius: 10px;}
#details-vehicle-info-features-Body, #details-vehicle-info-desc {background: #fff; color: #000;}
#details-sidebar-main .header {border: 1px solid #ccc; font-size: 18px;color: #FFF;font-weight: normal;background-color: #010101;text-decoration: none;padding: 18px;text-transform: uppercase; border-radius: 10px 10px 0 0;}
#details-sidebar-main .section {background-color: #FFF;;border: none;margin-bottom: 20px;padding: 0; border-radius: 10px;}
#details-sidebar-main-watchlist {padding: 0!important;}
#details-sidebar-main .header a.watchlist {color: #FFF;text-decoration: none;}
#details-vehicle-info-Img .bx-wrapper .bx-viewport {border: none;box-shadow: none; background: #000;}
#details-vehicle-info-Img .bx-wrapper .bx-viewport img { border-radius: 10px; }
#details-sidebar-main .body{background: #fff; color: #000; border-radius: 0 0 10px 10px;}
#details-sidebar-main #details-sidebar-main-carhistory .body, #carhistory-img { border-radius: 10px; }
#details-sidebar-main-vehicleenquiry .form-row button {background-color: #3b983a; color: #fff; border:0; border-radius: 50px; padding: 15px 30px; font-size: 20px; display: inline-block; min-width: 200px; text-align: center; font-family: "D-Din-Condensed"; text-transform: uppercase;}
#details-sidebar-main-vehicleenquiry .form-row button:hover {background-color: #000; color: #fff; transition: 0.3s;	}
#details-sidebar-main-vehicleenquiry .form-row input, #details-sidebar-main-vehicleenquiry .form-row textarea {line-height: 18px;padding: 5px;border: 1px solid #ccc;}
div#details-vehicle-info-features{margin-bottom: 20px;}
#details-vehicle-info-features-Tabs div.tab-selected {color: #fff;background-color: #3b983a;}
#details-vehicle-info-features-Tabs div {color: #fff;padding: 15px 11px;border-radius: 5px 5px 0 0; background: transparent; font-weight: 400;}
#details-vehicle-info-features-Tabs div:not(.tab-selected) {background-color: #010101;}
#details-sidebar-main-vehicleenquiry .form-row label, #ContactUsForm label {display: none;}
#details-sidebar-main-vehicleenquiry .form-row input, #details-sidebar-main-vehicleenquiry .form-row textarea, #ContactUsForm input, #ContactUsForm textarea {padding: 14px;background: #FFF;color: #000;}
#details-vehicle-info-features-Body tr td {padding: 13px 5px;}
#details-vehicle-info-features [data-tab='details'] table tr td:first-child {min-width: 110px;}
#details-vehicle-info-features-Body tr:nth-child(2n+2){background-color: transparent;border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;}
#details-vehicle-info-features-Body tr:last-child{border-bottom: 0;}
#details-vehicle-info-features-Body ul{padding-bottom: 20px;}	
#details-vehicle-info-features-Body li{padding: 8px 0;}
#details-sidebar-main-watchlist { display: none; }
/*special prices*/
.text-special-price.f_yesspecial {display: inline-block;font-size: 25px;}
.text-price.f_yesspecial {text-decoration: line-through;font-size: 20px !important;}
/**Testimonials**/
.testimonial-item-break {background: none;margin: 52px 0 30px;border-top: 1px solid;}
.posts-pages {border: none;border-radius: 5px;padding: 15px; background:#3b983a; border-radius: 20px; padding: 10px 15px; }
.posts-pages .post-pages-ul li.current {background-color: #000;}
.posts-pages .post-pages-ul li a {color: #fff;}
#body .testimonial-item h2 {font-size: 20px;line-height: 22px; font-weight: 600;}
/** Finance **/
body[data-url='finance'] #body h2 {color: #000; margin-bottom: 20px;}
.panel-group {margin-bottom: 50px;margin-top: 26px;}
.panel-default {border-color: #ddd;border-radius: 0!important;border-left: 0;border-right: 0;border-top: 0;}
.panel-default>.panel-heading {background-color: transparent;border-color: transparent;}
@media(min-width: 767px) {
	.btn-wrapper {border-left: 1px solid #d2d2d2;padding-left: 50px;}
}

/*three block*/
.three_coloumns_wrapper { text-align: center; padding: 60px 0 50px; }
#body .three_coloumns_wrapper h2.block_title a {text-transform: uppercase;text-align: center;margin-bottom: 0;padding: 0px 0 10px;border-bottom: 5px solid #3b983a;display: inline-block;margin-bottom: 15px; color: #3b983a;}
#body .three_coloumns_wrapper h2.block_title a:hover { border-bottom: 5px solid #010101; }
.block_btn { /* border: 2px solid #3b983a; */ #3b983a; color: #fff; margin-top: 25px; padding: 10px 15px; display: inline-block; border-radius: 25px;text-transform: uppercase;font-weight: 600; min-width: 200px; margin-bottom: 40px; background: #3b983a;}
.block_img {border: 3px solid #3b983a;display: block;border-radius: 15px;}
.block_img:hover, .block_img:focus { border: 3px solid #010101;}
.block_img img { border-radius: 15px;}
.block_text { padding: 15px 0; line-height: 28px; min-height: 150px; }
.block_btn .fa.fa-angle-double-right { margin-left: 5px; font-size: 20px; }
.block_btn:hover { background: #010101; color: #fff; }
.block_img img:hover { -webkit-filter: grayscale(100%); filter: grayscale(100%); }

@media(max-width: 991px) {
	.block_text { min-height: auto; }
}


/** Footer **/
/* .footer_menu .footer_body:nth-last-child(1) {display: none !important;} */
#footer_nav {background: #000;padding: 50px 0;color: #fff;}
#footer_nav {margin-top: 0; font-size: 16px;}
#footer_nav .footer_menu {width: 100%;}
#footer_nav .footer_menu_location .footer_body {color: #ADADAD;font-size: 14px;padding-left: 0;}
.social-footer .fa {font-size: 24px;margin-right: 10px;margin-top: 10px;}
.social-footer a .fa {color: #fff;}
.social-footer a:hover .fa, .social-footer a:focus .fa {color: #3b983a;}
#footer_nav .footer_menu h3 {font-weight: 600;color: #000;font-size: 16px;}
#footer_nav ul {color: #858585;font-size: 14px;list-style-type: none;padding-left: 0;}
#footer_nav .footer_menu ul li a {color: #fff;font-size: 16px;font-weight: 500;}
#footer_nav .footer_menu ul li a:hover { color: #3b983a; }
#footer {background: #3b983a;padding: 0;text-align: center;}
#footer .container {color: #fff;padding: 30px 10px;font-weight: 700;}
#footer a, .footer_body a {color: #fff;}
#footer a:hover { text-decoration: underline; }
.footer_menu p.footer-phone a{color: #fff;font-weight: 500;}
.footer_menu p.footer-phone a:hover, p.footer-email a:hover { color: #3b983a; }
#footer {color: #e0e8ee;padding: 10px;font-weight: 500;font-size: 14px;}
.footer_menu p{font-size: 16px;color: #fff;}
p.footer-email a{color: #fff;font-weight: 500;}
#footer_nav .footer_menu h3{color: #3b983a;font-size: 18px;text-transform: uppercase;font-weight: 700;padding-bottom: 5px;}
.footer_menu p b{color: #3b983a;font-size: 18px;text-transform: uppercase;font-weight: 700;padding-bottom: 5px;}
.cforms label, #ContactUsForm label {display: none;}
.footer_menu .footer-fax{display: none;}

@media(max-width: 1024px) {
	#footer_nav .footer_menu { max-width: 100%; float: none; text-align: center; margin: 0 0 25px; }
}


/*footer new*/
#footer_nav hr { border-top: 1px solid #484848; }
.footer-links { margin-bottom: 20px;}
.footer-links ul li { display: inline-block; margin-right: 20px; text-transform: uppercase; margin-bottom: 5px;}
.copy-right-section { text-transform: uppercase; font-size: 14px;}
.copy-right-section a { text-decoration: underline; color: #fff;}
.copy-right-section a:hover, .copy-right-section a:focus, .address-wrapper a:hover, .address-wrapper a:focus {color: #3b983a;}
.address-wrapper a { color: #fff; font-size: 18px;}
.phone-number-wrapper a {color: #3b983a; font-size: 19px;}
.phone-number-wrapper a:hover, .phone-number-wrapper a:focus { color: #fff; }

.social-icons li { margin-right: 5px; display: inline-block;}
.social-icons li:last-child { margin-right: 0;}
.footer-texture-bar { background: url("/media/17977/footer-texture-bar.jpg") repeat-x; height: 64px; background-size: 100%;}
[data-url="leighton-vans-new"] .footer-texture-bar { display: none;}


/*sprite icons*/
.sprite-icon { background: transparent url("/media/17973/sprite-icons.png") no-repeat; width:20px; height: 20px; display: inline-block; float: left; }
.sprite-icon.email-icon { background-position: -28px -11px; margin-right: 10px;}
.sprite-icon.phone-icon { background-position: -219px -340px; height: 23px; margin-right: 10px; }
.sprite-icon.address-icon { background-position: -28px -437px; margin-right: 10px; height: 23px;  }
.sprite-icon.fb-icon { background-position: -211px -88px; height: 28px; width: 30px;  }
.sprite-icon.instagram-icon { background-position: -211px -171px; height: 28px; width: 30px;  }
.sprite-icon.whatsapp-icon { background-position: -211px -254px; height: 28px; width: 30px;  }

.address-wrapper a:hover .sprite-icon.address-icon, .address-wrapper a:focus .sprite-icon.address-icon { background-position: -217px -437px;  }
.phone-number-wrapper a:hover .sprite-icon.phone-icon, .phone-number-wrapper a:focus .sprite-icon.phone-icon { background-position: -29px -340px; }
.social-icons li a:hover .sprite-icon.fb-icon, .social-icons li a:focus .sprite-icon.fb-icon { background-position: -314px -88px;  }
.social-icons li a:hover .sprite-icon.instagram-icon, .social-icons li a:focus .sprite-icon.instagram-icon { background-position: -315px -170px;  }
.social-icons li a:hover .sprite-icon.whatsapp-icon, .social-icons li a:focus .sprite-icon.whatsapp-icon { background-position: -314px -254px;  }


@media (min-width: 768px) {
	.form-horizontal .form-group {margin-right: 0px;margin-left: 0px;}
}
.cforms input, .cforms textarea, #ContactUsForm input, #ContactUsForm textarea { padding: 10px;border: none;color: #000;height: 48px;background: #ffffff;width: 100%;}
.cforms input.agree{width: 20px;height: initial;}
.cforms select {background: #ffffff;border: none;width: 100%;padding: 14px;}
.cforms, #ContactUsForm {background: #d4d4d4;color: #000;text-transform: uppercase;padding: 16px 30px 26px;margin-bottom: 15px; max-width: 100%;}
.cforms p, #ContactUsForm p { text-transform: none;}
body #ContactUsForm h3 {color: #000;font-size: 25px;font-weight: 600;text-align: center; margin-top: 0;}
#body .cforms h3 {margin: 10px 0 15px;text-align: center;font-size: 20px;letter-spacing: 2px; font-size: 25px;}
#body .cforms h2 {color: #000;font-size: 28px;margin-top: 16px;margin-bottom: 15px;font-weight: normal;line-height: 32px;}
#body .cforms h2 small {display: block;margin-top: 5px;color: #00a9e0;}
.cforms button, #ContactUsForm button {background: #3b983a;color: #ffffff;font-size: 18px;font-weight: 600;padding: 12px 5px;border: none;margin: 0 auto;display: block; width: 100%;text-transform: uppercase;border-radius: 5px; letter-spacing: 2px;}
.cforms button:hover, #ContactUsForm button:hover, .cforms button:focus, #ContactUsForm button:focus { background: #010101; transition: 0.3s; }
#ContactUsForm div {margin-bottom: 15px;}
@media (max-width: 1199px) {
	#body .cforms h2 {line-height: 22px;margin-bottom: 4px;}	
}
@media (max-width: 768px) {
	#body .cforms h2 {font-size: 22px;}
}
@media (max-width: 320px){
	#war_car .text h1, #body .main-content h1 span, #body .main-content h1,#body #latest-vehicles h2{font-size: 30px;}
}
/*testimonial*/
#body .testimonials-header { text-align: center; text-transform: uppercase; font-weight: 700; }
#body .posts-container h3 { text-align: center; color: #3b983a; margin-bottom: 20px; font-weight: 400; font-size: 20px; font-family: "D-Din-Bold"; }
.testimonial-wrapper { text-align: center; background: url("/media/13252/testimonials-bg.jpg") no-repeat; padding: 70px 0 60px; color: #fff; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center; min-height: 500px; margin-bottom: 1px;  margin-top: 1px;  }
.testimonial-wrapper .fa { color: #fff; font-size: 50px; margin-right: 20px; }
.testimonial-wrapper .bx-wrapper .bx-prev { left: -100px !important; background: url("/media/13253/arrow-left.png") no-repeat !important; }
.testimonial-wrapper .bx-wrapper .bx-next { right: -100px !important; background: url("/media/13254/arrow-right.png") no-repeat !important; }
.testimonial-wrapper .bx-wrapper .bx-prev, .testimonial-wrapper .bx-wrapper .bx-next { height: 48px; width: 48px; } 
.testimonial-wrapper .bx-wrapper .bx-pager.bx-default-pager a { background: #fff; }
.testimonial-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active { background: #000; }
.testimonial-wrapper .testimonial-title { display: none; }
.testimonial-wrapper .bx-wrapper .bx-viewport {background: transparent !important;box-shadow: none;}
#body .testimonial-wrapper h2 { padding-bottom: 40px; color: #fff; }
#TestimonialSlider .bx-wrapper .bx-pager { display: block; }
.read_more_btn {font-size: 18px;border: 1px solid #fff;text-transform: uppercase;border-radius: 5px;padding: 5px 10px;font-weight: 600;letter-spacing: 1px; color: #fff;}
.read_more_btn .fa { font-size: 24px; margin: 0 0 0 10px; }
.read_more_btn:hover, .read_more_btn:focus { background: #3b983a; color: #fff; }
@media(max-width: 480px) {
	#body .testimonial-wrapper h2 { line-height: 40px; }
	.nav.nav-tabs li a { padding: 7px; }
}
@media(max-width: 767px) {
		.testimonial-wrapper .bx-wrapper .bx-prev, .testimonial-wrapper .bx-wrapper .bx-next { display: none; }
		
}
@media(max-width: 991px) {
	.testimonial-wrapper .bx-wrapper .bx-prev { left: 10px !important; }
	.testimonial-wrapper .bx-wrapper .bx-next { right: 10px !important; }
	.testimonial-wrapper { background-position: 0 0; } 
	#body .testimonial-wrapper h2 { font-size: 25px !important; }
	.testimonial-wrapper .fa, #war_car .text h1 { font-size: 35px; }
	#war_car .text h1, #war_car .text h3 { text-align: center; }
}

/*finance calculator*/
#finance-calc { background-color: #3b983a;   text-transform: uppercase; border-radius: 0; color: #fff; }
#finance-calc .finance-calc-left, #finance-calc .finance-calc-right, #finance-calc .selectBox  { width: 100% !important; }
#finance-calc .finance-calc-result {font-weight: 700;text-align: left;}
#finance-calc .finance-calc-right > input, #finance-calc .selectBoxOptionContainer { border: 0; }
#finance-calc .selectBox { border: 0; }
#finance-calc .finance-calc-right input { height: 32px; }
#finance-calc .selectBoxArrow { width: 25px; }
#finance-calc h3 {font-size: 25px;color: #fff;font-weight: 600;padding-bottom: 5px;line-height: 1em;letter-spacing: 0.1em;text-transform: uppercase;text-align: center;}
#finance-calc .finance-calc-right #fc-repayments {color: #fff;font-size: 25px;}
#finance-calc .finance-calc-header {border: 0;}
/*finance*/
.finance-content{padding: 25px 0 10px;display: table;width: 100%; background-image: url("/media/10691/egg-shell.png"); background-color: #eee;}
#body .finance-content h1 { font-size: 40px; font-weight: 700; line-height: initial; text-transform: uppercase; color: #000; }

/*finance Calculator custom*/
#finance-calc-custom { background: #3b983a; color: #fff; }
#fc-amount {border: 0;border-radius: 3px;padding: 3px 0px 3px 5px;margin-bottom: 0;background: #e2e2e2; color: #000;}
#finance-calc-custom .selectBoxInput {border: 0;padding-left: 1px;height: 16px;position: absolute;top: 0;left: 0;height: 24px;width: 100%;padding-left: 5px; color: #000;}
#finance-calc-custom .finance-calc-left {width: 50%;float: left;}
#finance-calc-custom .finance-calc-right {width: 50%;float: left;}
#finance-calc-custom .selectBoxArrow {margin-top: 1px;float: left;position: absolute;right: 1px;width: 18px;}
#finance-calc-custom > div {margin-bottom: 15px;}
#finance-calc-custom > div {padding-left: 5px;padding-right: 5px;}
.finance-calc-right.finance-calc-result { text-align: center; }
#details-sidebar-top {/* display: inline-block; margin-bottom: 15px; width: 100%; */}
/*sell your car*/
.g_text { color: #3b983a;font-weight: 700; font-size: 23px; }
/*warranty*/
#body .twelve.columns h2 {border-bottom: thick solid #bedc9e;color: #808184;font-size: 3.6rem;font-weight: 100;letter-spacing: -0.1rem;line-height: 1.25;margin-bottom: 50px;padding-bottom: 5px;}
p.light {color: #999999;font-size: 12px;font-style: italic;}
button2 { background-color: #bedc9e; box-sizing: border-box;color: #666666;cursor: pointer;display: inline-block;font-size: 16px;font-weight: 900;height: auto;line-height: 16px; padding-bottom: 7px;text-align: center;text-decoration: none;text-transform: uppercase;width: 100%; }
.border_g { border-bottom: 5px solid #bedc9e; }
.btn_tabs a.btn { padding: 10px 5px; background: #3b983a; max-width: 100px; font-size: 16px; }
.tab-content { background: #efefef; padding: 20px; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; border-right: 1px solid #ddd; }
.nav-tabs > li.active > a { background-color: #efefef !important; }
/*Grid List View*/
.view_selection_cover { background: #eee; width: 100%; display: inline-block; margin: 0 0 30px; border: 1px dotted #ccc; padding: 10px 0 0 0; }
#body .view_selection_cover h3 { margin: 10px 0; text-align: center; }
.view_selection_cover a { background:#000; padding: 10px; border-radius: 5px; display: inline-block; min-width: 150px; margin-bottom: 10px; text-align: center; }
.view_selection_cover a:hover, .view_selection_cover a:focus, .view_selection_cover a:active  { color: #d4d4d4; }
.view_selection_cover .btns_wrapper a .fa { margin-right: 10px; }
.view_selection_cover .fa.fa-arrow-right { color: #3b983a; font-size: 20px; }
/*Grid View search results*/
[data-url="used-cars-shepparton"] #search-results.col-xs-12.col-sm-8.col-md-9 { width: 100%; }
[data-url="used-cars-shepparton"] #search-results-header.col-xs-12.col-sm-8.col-md-9, [data-url="used-cars-shepparton"] #search-results-footer.col-xs-12.col-sm-offset-4.col-sm-8.col-md-offset-3.col-md-9 {width: 100%; }
[data-url="used-cars-shepparton"] #search-options.col-xs-12.col-sm-8.col-md-9 { width: 100% }
[data-url="used-cars-shepparton"] #search-results .search_item .bg_cover { margin:15px 10px 0; background: #d4d4d4 url("/media/5287/honey_im_subtle.png") repeat scroll 0 0; border-color: #000; border-image: none; border-radius: 10px; border-style: solid; border-width: 3px 0; display: inline-block; }
[data-url="used-cars-shepparton"] .search_meta { text-align: center; }
[data-url="used-cars-shepparton"] #search-results .search_details { margin-top: 0; padding: 0; margin-bottom: 15px; text-align: center; width: 100%; }
[data-url="used-cars-shepparton"] .search_meta { margin: 0 0 5px; }
[data-url="used-cars-shepparton"] #search-results .search_item img { padding: 0; min-height: 230px; width: 100%; }
[data-url="used-cars-shepparton"] .search_title { min-height: 73px; background: rgba(204, 204, 204, 0.5) none repeat scroll 0 0; border-bottom: 1px solid #ccc; border-radius: 10px 10px 0 0; color: rgb(255, 255, 255) !important; padding: 10px; text-align: center; }
[data-url="used-cars-shepparton"] .search_meta { margin-top: 10px; }
[data-url="used-cars-shepparton"] #search-results .search_meta li, #details-vehicle-info-vehicle-Extras li { padding: 7px 0 0 120px; }
[data-url="used-cars-shepparton"] .icon-colour, #details-vehicle-info-vehicle-Extras li#icon-colour { background-position: 60px -6px; }
[data-url="used-cars-shepparton"] .icon-transmission, #details-vehicle-info-vehicle-Extras li#icon-transmission { background-position: 60px -63px; }
[data-url="used-cars-shepparton"] .icon-body, #details-vehicle-info-vehicle-Extras li#icon-body { background-position: 60px -123px; }
[data-url="used-cars-shepparton"] .icon-kms, #details-vehicle-info-vehicle-Extras li#icon-kms { background-position: 60px -184px; }
[data-url="used-cars-shepparton"] .vehicle-heading { 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5daf26+0,88d308+100 */
background: rgb(93,175,38); /* Old browsers */
background: -moz-linear-gradient(top, rgba(93,175,38,1) 0%, rgba(136,211,8,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(93,175,38,1) 0%,rgba(136,211,8,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(93,175,38,1) 0%,rgba(136,211,8,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5daf26', endColorstr='#3b983a',GradientType=0 ); /* IE6-9 */
display: inline-block; width: 100%; padding: 10px 0; }
[data-url="used-cars-shepparton"] #search-results .search_price { font-size: 25px; text-align: center; }
[data-url="used-cars-shepparton"] #search-results .search_price a { color: #fff; }
[data-url="used-cars-shepparton"] #search-results > div:not(:last-child) { border-bottom: 0 none; padding-bottom: 0; }
[data-url="used-cars-shepparton"] #search-results .search_item { background: none; }
[data-url="used-cars-shepparton"] #search-results .search_meta, [data-url="used-cars-shepparton"] #search-results .search_meta ul {list-style-image: none;min-height: 168px;}
@media(min-width: 767px) {
	[data-url="used-cars-shepparton"] #search-filters {display: none;}
}
/*repayment 360*/
.repayment_360 { text-align: right; color: #fff; font-size: 15px; padding-bottom: 8px; }
[data-url="used-cars-shepparton"] .repayment_360 { text-align: center; }
.repayment_360 .price_value { color: #151513; font-size: 20px; }
.repayment_360 .apply_terms { font-size: 14px; font-weight: 600; }
.apply_terms .btn { background: none; padding: 0; font-weight: 600; outline: 0; }
.apply_terms a { color: #000; }
.repayment_360 .apply_terms a:hover, .repayment_360 .apply_terms a:focus { color: #ccc; }

/*new changes terms*/
.DriveOnFinanceTerm { text-align: left; color:#000; }
#body .DriveOnFinanceTerm p {font-size: 14px;font-weight: 500; color:#000;}
.repayment_360 .modal-header { text-align: center; color:#000; }
.repayment_360 .modal-footer .btn.btn-default { padding: 5px; color: #000; }
#body .terms_360 p { color: #000; }


/*Privacy & Terms*/
body[data-url="terms-of-use"] #terms, body[data-url="terms-of-use"] th, body[data-url="terms-of-use"] td { border: 1px solid #fff; }



/*repayment 360 details page*/
#livequote-image {float: right;height: 42px !important;margin-right: 10px;}
#detials-sidebar-main-livequote .header {background: #000;color: #FFD600; padding-bottom: 8px;text-transform: uppercase;font-weight: normal;}
#detials-sidebar-main-livequote .header.open::before {content: "-";padding: 1px 5px 2px 6px;}
#detials-sidebar-main-livequote .header::before { content: "+";margin-left: 10px;margin-right: 10px;font-weight: normal;font-size: 14px;padding: 1px 4px 2px 4px;}
#detials-sidebar-main-livequote .header {font-size: 20px;line-height: 20px;color: #fff;cursor: pointer;padding-top: 10px; padding-bottom: 10px;}
.livequote-button, .terms_360 { text-align: center; }
#form-livequote-getQuote { color: #fff;background: #e31d1a;display: inline-block;font-size: 22px;font-weight: 600;margin: 20px auto;text-align: center;
padding: 5px 10px;}
#detials-sidebar-main-livequote.section {border: none;background-color: #EAEAEA; margin-bottom: 20px;}
#detials-sidebar-main-livequote .body { padding: 15px; }
.terms_360 a { color: #e31d1a; }
.terms_360 a:hover, #form-livequote-getQuote:hover { text-decoration: none; }
#form-livequote-getQuote:hover { background: #cf1515; } 
.terms_360 a:hover { color:#cf1515; }
#body #form-livequote-weeklyfinanceprice {font-size: 25px;font-weight: 700;color: #39474f;margin-right: 2px;}
#form-livequote-weeklyfinancetext { color: #39474f; font-size: 16px; }
.livequote-button .btn { padding: 0; margin: 0; height: auto; background: none; border: 0; outline: 0; }
.TermsFinance360 { font-size: 14px; text-align: left; }
.terms_360 .btn { background: none; outline: 0; }
#body .terms_360 h4.modal-title { font-size: 20px; }

/*form styles*/
.finance_enquiry_form .form-row { margin: 2px 0;display: inline-block; width: 100%; }
.finance_enquiry_form .form-row input, .finance_enquiry_form .form-row textarea { border: 0;background: #EAEAEA;border-radius: 2px !important;
padding: 10px !important;     border: 1px solid #ddd; width: 100%;}
.finance_enquiry_form .form-row button{ border: 0;padding: 10px 15px;font-weight: 600;font-size: 16px;background: #e31d1a;color: #fff;
border-radius: 2px; letter-spacing: 3px; text-transform: uppercase; margin-top: 6px; }
#body h4.modal-title { text-transform: uppercase; letter-spacing: 2px; font-size: 25px; }

@media (max-width:991px) {

         #form-livequote-getQuote { font-size: 18px; padding: 5px; width: 180px; }
}


@media (max-width:767px) {

	.repayment_360 { text-align: center; }
    #form-livequote-getQuote { display: block; width: 100%; }
    #form-livequote-weeklyfinance-p { margin-bottom: 0; display: inline-block; width: 100%; }

}

/*New Slider Styles*/
#new_vehicle_slider .flex-viewport { background: #000 !important;}
#new_vehicle_slider.flexslider .slides > li { background: #f7f7f7; text-align: center; font-weight: 500; box-shadow: none;}
#new_vehicle_slider.flexslider { background: transparent; border: 0; box-shadow: 0 0 0 0; margin: 0; }
#new_vehicle_slider.flexslider .f_title, #new_vehicle_slider.flexslider .f_price { background: #272727; padding-top: 5px; color: #fff; }
#new_vehicle_slider.flexslider .f_title { font-size: 26px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-family: "D-Din-Condensed"; text-transform: uppercase; }
#new_vehicle_slider.flexslider .f_price { font-size: 29px; padding-bottom: 5px; font-family: "D-Din-Condensed"; }
#new_vehicle_slider.flexslider .f_price .egc_option, #new_vehicle_slider.flexslider .f_price .dap_option { font-size: 20px; font-family: "D-Din-Condensed"; }
#new_vehicle_slider .f_price.f_yesspecial .normal_price { text-decoration: line-through; font-size: 16px; }
#new_vehicle_slider.flexslider .f_btn {background: #272727;color: #fff;display: inline-block;text-transform: uppercase;font-size: 20px;padding: 10px;width: 100%;font-weight: 600; text-align: center; margin: 0; border-left: 0; border-right: 0; border-bottom: 0; border-radius: 0; border-top: 1px solid #464444;}
#new_vehicle_slider.flexslider .f_btn:hover {background: #3b983a;color: #fff;transition: 0.5s;}
#new_vehicle_slider.flexslider .f_btn .point_arrows { font-size: 25px;margin-left: 10px;}
#new_vehicle_slider.flexslider .f_btn .point_arrows i:first-child.fa { color: #3b983a;}
#new_vehicle_slider .vehicle_details_options {min-height: 100px;padding: 5px 0;text-align: left;width: 260px;margin: 0 auto;font-size: 14px; display: none;}
#new_vehicle_slider .flex-control-nav { display: none; }
#new_vehicle_slider .flex-control-paging li a { background: #fff; }
#new_vehicle_slider .flex-control-paging li a.flex-active { background: #3b983a; }
#new_vehicle_slider .vehicle_details_options div { background: transparent url("/media/10587/vehile-slider-sprite-icons.png") no-repeat; padding: 10px 0 10px 65px; min-height: 43px; }
#new_vehicle_slider .vehicle_details_options .f_odo { background-position: 0 -5px; }
#new_vehicle_slider .vehicle_details_options .f_trans  { background-position: 0 -96px; }
#new_vehicle_slider .vehicle_details_options .f_body  { background-position: 0 -185px; }
#new_vehicle_slider .vehicle_details_options .f_fuel { background-position: 0 -279px; }


/* #new_vehicle_slider.flexslider .slides > li {display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;  -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;}
#new_vehicle_slider.flexslider .slides > li .f_title {-webkit-box-ordinal-group: 1;-moz-box-ordinal-group: 1;-ms-flex-order: 1;-webkit-order: 1;order: 1;}
#new_vehicle_slider.flexslider .slides > li .f_price {-webkit-box-ordinal-group: 2;-moz-box-ordinal-group: 2;-ms-flex-order: 2;-webkit-order: 2;order: 2;}
#new_vehicle_slider.flexslider .slides > li .slider_vehicle_image {-webkit-box-ordinal-group: 3;-moz-box-ordinal-group: 3;-ms-flex-order: 3;-webkit-order: 3;order: 3;}
#new_vehicle_slider.flexslider .slides > li .f_btn {-webkit-box-ordinal-group: 4;-moz-box-ordinal-group: 4;-ms-flex-order: 4;-webkit-order: 4;order: 4;} */

/*sitemap*/
[data-url="sitemap"] #body h2 {margin-top: 0;background: #3b983a;color: #fff;font-size: 20px;text-transform: uppercase;padding: 10px 15px;border-radius: 5px;font-weight: 500; letter-spacing: 2px; margin-bottom: 10px;}
.SiteMapDetails, .SiteMapPages { margin-bottom: 25px; }
.SiteMapDetails, .SiteMapPages, .SiteMapSearch { background: #eee;padding: 15px;border-radius: 5px; box-shadow: 1px 2px 2px rgba(0,0,0,0.2); }
body[data-url="sitemap"] .center-wrapper a {color: #000;	}
body[data-url="sitemap"] .center-wrapper a:hover {color: #3b983a;}

/*vehicle details page back button*/
#back-stock {background: transparent;color: #fff;padding: 8px 20px; border-radius: 20px; display: inline-block;margin: 0 0 15px;font-weight: 400;text-transform: uppercase;font-size: 15px;border: 2px solid #fff;}
#back-stock:hover { background: #3b983a; color: #fff; }

/*sold Vehicles*/
#sold-vehicle { float: none; margin-top: 0; background:#FE0000;border-radius: 5px;color:#fff; box-shadow: 1px 2px 5px rgba(0,0,0,0.4); border: 5px solid #fff; padding: 15px 0;margin-bottom: 35px; }
#body h3.sold-vehicle {margin-left: 0;font-size: 16px;margin: 0;text-align: center; font-weight: 600;line-height: 30px; color: #fff;}

/*common styles*/
input:focus, textarea:focus, select:focus, button:active, button:focus, a:focus { outline: 0; }

/*Left filter hover*/
#search-filters .filter .header:hover {background-color: #000; color: #3b983a;}
#search-filters .filter a:hover, #search-filters .filter a:focus, #search-filters .filter a:active {color: #3b983a;}

/*Vehicle details page*/
#details-sidebar-main .header:hover {background-color: #3b983a;}

/*Veicle details page buttons top*/
#details-vehicle-info-options {background: transparent;color: #fff; padding: 0;}
#details-vehicle-info-options a {font-family: "D-Din-Condensed";  font-weight: 400;color: #fff;font-size: 18px; background:#3b983a;padding: 10px 15px;border-radius: 3px;min-width: 120px;text-align: center; margin-top: 0; text-transform: uppercase; border-radius: 20px;}
#details-vehicle-info-options a:hover, #details-vehicle-info-options a:active, #details-vehicle-info-options a:focus   { background-color: #fff; color: #3b983a; }
#details-vehicle-info-options ul { padding-left: 0; }
#details-vehicle-info-options li:not(:first-child)::before { content: ""; }

@media (max-width:1024px){
#details-vehicle-info-options a {min-width: 100px;padding: 10px 5px;}
}

@media (max-width:767px){
	#details-vehicle-info-options a {min-width: auto;width: 100%;display: inline-block;}
	#details-vehicle-info-options li {float: none;list-style-type: none;width: 100%; display: inline-block; margin-bottom: 10px;}
	#details-vehicle-info-options ul {width: 100%;padding: 0;}
	#details-vehicle-info-options li:not(:first-child)::before {margin-left: 0 !important;margin-right: 0 !important; content: "";}
}

/*social share*/
#details-vehicle-share-options-header { font-weight: 400; font-family: "D-Din-Condensed"; font-size: 18px; color: inherit; }
#details-vehicle-share-drop-down { background: #3b983a; padding: 10px 0; font-weight: 400; border-radius: 20px; }
#details-vehicle-share-drop-down:hover, #details-vehicle-share-drop-down:active, #details-vehicle-share-drop-down:focus {background-color: #fff; color: #3b983a;}

/*vehicle details page box changes*/
@media (max-width:767px){
	#details-vehicle-info {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex; -webkit-box-orient: vertical;-moz-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column;flex-direction: column;-webkit-box-align: start;-moz-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start;}
	#details-vehicle-info .row {-webkit-box-ordinal-group: 6;-moz-box-ordinal-group: 6;-ms-flex-order: 6;-webkit-order: 6;order: 6; display: inline-block; width: 100%; margin-bottom: 5px; margin-right: 0; margin-left: 0;}
	#details-vehicle-info #details-vehicle-info-extra {-webkit-box-ordinal-group: 5;-moz-box-ordinal-group: 5;-ms-flex-order: 5;-webkit-order: 5;order: 5;}
	#details-vehicle-info #details-vehicle-info-features {-webkit-box-ordinal-group: 4;-moz-box-ordinal-group: 4;-ms-flex-order: 4;-webkit-order: 4;order: 4;}
	#details-vehicle-info #details-vehicle-info-desc {-webkit-box-ordinal-group: 3;-moz-box-ordinal-group: 3;-ms-flex-order: 3;-webkit-order: 3;order: 3;}
	#details-vehicle-info #details-vehicle-info-Img {-webkit-box-ordinal-group: 2;-moz-box-ordinal-group: 2;-ms-flex-order: 2;-webkit-order: 2;order: 2;}
	#details-vehicle-info #details-vehicle-info-vehicle {-webkit-box-ordinal-group: 1;-moz-box-ordinal-group: 1;-ms-flex-order: 1;-webkit-order: 1;order: 1;}
	#details-vehicle-info .row .col-sm-10 { padding-left:0; padding-right: 0; }
	#details-vehicle-info .row .col-sm-2 { padding-left:0; padding-right: 0; }
}

/*icons*/
#search-results .search_icons ul  {list-style-image: none; padding-left: 15px;}
#search-results .search_icons li { background-image: url("/media/18005/icons-new.png"); background-repeat: no-repeat; background-size: 24px; margin-bottom: 6px; font-size: 14px; list-style-type: none; padding-left: 44px!important; text-align: left; display: block; margin-right: -8px; width: 100%; border-bottom: 1px solid #DBDBDB; padding: 2px 8px 8px 0; min-height: 32px;}
.icon-enginetype {background-position: 10px -203px;}
.icon-seat {background-position: 10px -254px;}
.icon-colour, #details-vehicle-info-vehicle-Extras li#icon-colour {background-position: 10px 0;}
.icon-transmission, #details-vehicle-info-vehicle-Extras li#icon-transmission { background-position: 10px -36px;}
.icon-body, #details-vehicle-info-vehicle-Extras li#icon-body {background-position: 10px -77px;}
.icon-kms, #details-vehicle-info-vehicle-Extras li#icon-kms {background-position: 10px -117px;}
.icon-fuel, #details-vehicle-info-vehicle-Extras li#icon-fuel {background-position: 10px -156px;}


/*vehicle list page*/
@media (min-width: 767px) {
	#search-results .search_desc {  }
	.search_meta { min-height: 309px; }
	.share-btn { padding-right: 0; }
}
.img-small {padding-left: 0;padding-right: 0;}
.search_icons { margin: 20px 0;}
.vehicle-listing-img {margin-bottom: 15px;padding: 0;}
.search_location {padding-left: 0;padding-bottom: 0; padding-right: 0; line-height: 25px;}
.search_location .fa { width: 20px; }

/*disclaimer*/
.disclaimer-box { border: 1px solid #3b983a; padding: 15px; text-align: center; border-radius: 10px; }
.dis-claimer { font-size: 18px; }

/*blog*/
.posts-search ul li { font-size: 16px; margin-bottom: 5px; font-family: "D-Din"; list-style-type: disc; color: #fff; }
#body .posts-container h2.post-header {  font-size: 106px; line-height: 120px; font-weight: 400; color: #FFF; font-family: "Network"; border-bottom: 1px dotted #3b983a; margin-bottom: 30px; }
.posts-search-header { background: #0D0D0D;border: 1px solid #2f2d2d; border-radius: 50px;padding: 10px 15px; text-align: center; font-family: "D-Din-Condensed"; font-size: 20px;  }
#body .posts-container .post-item h2 { color: #3b983a; font-weight: 400; font-size: 30px; font-family: "D-Din-Bold"; text-align: center; }
.img-shadow { padding: 10px; box-shadow: 1px 2px 5px rgba(0,0,0,0.3); border-radius: 5px; background: #0d0d0d; border: 1px solid #373434; }
.picture-spaces { margin: 25px 0; }
.posts-view-all a {background-color: #3b983a; color: #fff; border:0; border-radius: 50px; padding: 15px 30px; font-size: 20px; display: inline-block; width: 100%; text-align: center; font-family: "D-Din-Condensed";}
.posts-view-all a:hover, .posts-view-all a:focus { background-color: #fff; color: #3b983a; }
.post-item ul.post-item-details {text-align: center;margin: 10px 0 20px;background: #0D0D0D;border: 1px solid #2f2d2d;padding: 10px;border-radius: 50px;}
.post-item ul.post-item-details li.post-item-date {text-transform: none;font-size: 16px;}
.post-item-details .glyphicon  { color: #3b983a;  font-size: 18px;}


@media (max-width: 1199px) {
	
	#body .posts-container h2.post-header { font-size: 75px; line-height: 75px; text-align: center;}
}

/**Google Reviews***/
#body #googleratingtitle, #body #userratingtotal { color: #010101; display: inline-block; }
.google-reviews .btn { background: #3b983a; color: #fff; }
.google-reviews .btn:hover, .google-reviews .btn:focus { background: #010101; }
#body .googlerating-title { margin-bottom: 30px; }

/*finance calculator*/
#finance-calc.newcalculator .finance-calc-result { text-align: center; }
#finance-calc.newcalculator .finance-calc-header-title { background: #3b983a !important; text-transform: uppercase; margin-bottom: 0; }
#finance-calc.newcalculator .finace-calc-body-new { background: #010101 !important; } 
#finance-calc.newcalculator .finace-calc-body-new .finance-calc-result-title { background: #3b983a !important; } 
#finance-calc.newcalculator .finance-calc-header { border: 0; }
#finance-calc.newcalculator .finance-calc-header-title .fa { color: #010101 !important; }
#finance-calc.newcalculator { /* margin-bottom: 30px !important; */ }
#finance-calc.newcalculator .finance-calc-body-bottom { background: #fff !important; } 
#finance-calc.newcalculator .spacer { border-top: 2px solid #000 !important; }
#finance-calc.newcalculator .slider-bar .ui-widget-header { border: 1px solid; }/*fonts*/




body {background: #000; font-family: "D-Din"; font-size: 16px; color: #fff; font-weight: 400;}
#body h1, #body h2 { font-weight: 500;}
#body h1 {color: #fff;font-size: 34px;line-height: 40px; font-family: "D-Din-Bold"; font-weight: 400;}
#body .main-content h1 {color: #3b983a;}
#body h2 {font-size: 26px;line-height: 28px;color: #fff;margin-top: 25px;}
h3, .h3 {font-size: 18px; margin-bottom: 8px;font-weight: 600;}
h4, .h4 {font-size: 16px;}
a {color: #3b983a;text-decoration: none;}
a:hover, a:active, a:focus {text-decoration: none;color: #ccc;}
a.btn {font-size: 18px;color: #FFF;padding: 18px 8px;background: #000;text-align: center;width: 100%;border-radius: 0;margin-bottom: 6px;font-weight: bold;margin-top: 10px;}
a.btn:hover {background: #cc6b00;color: #FFF;transition: 0.4s;}
ul.list-info {margin-bottom: 15px;}
ul.list-info li {line-height: 28px;}
label {display: none;}
.calculator-wrapper label {display: block;}

.link{display: inline-block;padding: 15px 100px 15px 15px;position: relative;background: transparent;border: 1px solid #3b983a;font-size: 18px; font-weight: 600;}
.link:after{content: "+";font-size: 24px;font-weight: 400;position: absolute;margin: auto;top: 0;bottom: 0;width: 20px;height: 15px;line-height: 15px;text-align: center;right: 20px;}
span.red{color: #e10033;font-weight: 700;}
#logo { max-width: 190px; padding: 12px; }
.logo-wrapper{padding: 10px 0;}
.logo-wrapper a {text-transform: uppercase;font-size: 20px;margin-top: 10px;}
.logo-wrapper a span{position: relative;bottom: -7px;}
.container {width: 100%;max-width: 1500px;}
.container.center-wrapper{margin-bottom: 30px;}
#header {background: #000;color: #fff;text-align: right; padding: 0 0 5px; border-bottom: 1px solid #dddbdb5e; }
#header a {color: #fff;}
#header a:hover, #header a:focus { color: #3b983a; }
a#fb-header:hover, a#fb-header:focus { color: #3b983a; }
#header-location, #header-number {display: inline-block;font-weight: 600;margin-right: 10px;}
#header-location .fa, #header-number .fa {color: #e10033;font-size: 18px;margin-right: 5px;}
a#fb-header {font-size: 23px;color: #fff; margin-right: 5px;}
.c_social_cover a#fb-header {color: #3b983a; }
.c_social_cover a#fb-header:hover, .c_social_cover a#fb-header:focus { color: #010101; }
#fb-header span { display: none; }
.address_cover .fa, .phone_cover .fa { margin-right: 10px; color: #fff; }
.address_cover, .phone_cover { margin-top: 5px; }
#navbar {background: #000;}
.navbar{border: 0;}
.navbar-toggle {margin-top: 35px;margin-right: 5px;	}
.navbar-default .navbar-nav>li>a {color: #fff;text-transform: uppercase;padding: 0 10px; margin: 0 5px;font-size: 20px; font-family: "D-Din-Condensed"; font-weight: 400;}
.navbar-default .navbar-nav>li>a.current_page_item, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{color: #3b983a;}
.navbar-default .navbar-nav>li:last-child>a {padding-right: 0; color: #3b983a;}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {border-color: transparent;background-color: transparent;}
.navbar-default .navbar-toggle .icon-bar {background-color: #3b983a;}


/*Advanced Car Search*/
.car-finder {background: #3b983a url("/media/13247/car-search-bg.jpg") no-repeat fixed 0 0 / 100% auto;padding: 70px 0; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; border-top: 2px solid #fff;}
.car-finder #QuickSearchText:before, .car-finder #SearchFilterText:before {color: #fff;content: "QUICK SEARCH"; font-family: Open Sans;}
.car-finder #SearchFilter {max-width: 100%;}
.car-finder #SearchFilterHeader {font-family: "AvenirLTStdBlack",Arial;font-size: 36px;margin-bottom: 5px;padding-top: 0;
text-align: center;}
.car-finder #SearchFilterText {border-bottom: 0 none;display: block;font-size: 40px;margin: 0 auto;padding-bottom: 10px; 
font-weight: 600;}
.car-finder #SearchFilter .SearchFilterSelect:nth-child(2) {display: none;}
.car-finder #SearchFilter .SearchFilterSelect {float: left;width: 50%;}
.car-finder #SearchFilter .SearchFilterSelect.MultiFilter div {float: left;margin-bottom: 40px;width: 50%;}
.car-finder #SearchFilter select {border: 1px solid #fff;color: #fff;font-size: 18px;height: 60px; margin-bottom: 10px;max-width: 100%;width: 94%;-moz-appearance: none; -webkit-appearance: none; background: rgba(159, 12, 20, 0.3) url("/media/6762/arrow-down-01-16.png") no-repeat scroll right 10px center; border: 1px solid #fff; text-align: center; padding-left: 10px;}
.car-finder #SearchFilter span {display: none;}
.car-finder #SearchFilter .SearchFilterSelect.MultiFilter select {max-width: 100%;width: 88%;}
.car-finder #SearchFilterButton {background: #010101b0;border: medium none;color: #fff;display: block;font-weight: 500; letter-spacing: 2px; font-size: 22px;height: 50px;line-height: 50px;margin: 35px auto 0;text-align: center;text-transform: uppercase; border-radius: 5px;transition: all 0.3s ease-in-out 0s;width: 300px; border: 1px solid #fff;}
.car-finder #SearchFilterButton:hover {background-color: #fff;color: #3b983a;}
.home-more-info {background-color: #434142;padding: 70px 0;}
[data-url="search"] #header_2 { margin-bottom: 0; }
@media (max-width: 767px) {

.car-finder #SearchFilter .SearchFilterSelect.MultiFilter div {margin-bottom: 0;width: 100%;}
.car-finder #SearchFilter .SearchFilterSelect.MultiFilter select { width: 100%;}
.car-finder #SearchFilter .SearchFilterSelect, .car-finder #SearchFilter select { width: 100%;}
.car-finder #SearchFilter .SearchFilterSelect.MultiFilter { margin-bottom: 25px; }
}
#quicksearch-heading {padding-top: 0px;}
#quicksearch-heading {display: none;}
#SearchFilterButton {font-size: 18px;height: 46px;line-height: 46px;text-transform: uppercase;font-weight: 500; background: #3b983a; border-radius: 30px; font-family: "D-Din-Condensed"; width: 100px;}
#SearchFilterButton:hover {color: #3b983a;transition: 0.5s; background: #fff;}
#body #quicksearch-heading h2 {color: #fff;text-transform: uppercase;font-size: 35px;line-height: 45px; }
body #quicksearch-heading p {font-size: 24px;display: inline-block;margin-left: 14px;margin-top: 6px;letter-spacing: 1px;line-height: inherit;}
#QuickSearchText, #SearchFilterText, #QuickSearchMakeText, #QuickSearchModelText, #SearchFilterYearText, #SearchFilterYardText, #SearchFilterYard, #SearchFilterMakeText, #SearchFilterModelText, #SearchFilterPriceText {display: none;}
/*#SearchFilter span, #SearchFilterYard, #SearchFilterYearHigh, #SearchFilterYearLow, #SearchFilterPriceLow, #SearchFilterPriceHigh {display: none;}*/
@media(max-width: 1199px) {
	body #quicksearch-heading p	{margin-left: 0;}
	#SearchFilterButton { width: 100%; }
}
@media(max-width: 768px) {
	
	
	.logo-wrapper span{display: block;}
	#navbar {}
	
}

/*about us*/
.about-us{/* background: url('/media/13617/welcome-bg.jpg') no-repeat; */ background-attachment: fixed; min-height: 500px; text-align: left;color: #000;webkit-background-size: cover; /* -moz-background-size: cover; -o-background-size: cover; background-size: cover; */ background-color: #fff; background-image: url("/media/13639/leather.png"); }
.about-us h1, .about-us h2{ text-transform: uppercase;}
.about-us .container{padding: 40px 0 60px;}
.about-us .link{color: #fff;border-color: #fff;}
.about-us .link:hover{background: #fff;color: #000;border-color: #fff;transition: 1s;}
#body .about-us h2{font-weight: 600;color: #3b983a;font-size: 40px; /* text-shadow: 1px 2px 2px #000; */ margin-bottom: 20px;  }
#body .about-us h1{font-weight: 700;color: #010101;font-size: 55px;line-height: 50px; margin-bottom: 30px !important; /* text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff,-1px 1px 0 #fff, 1px 1px 0 #fff; */ letter-spacing: 1px; /* text-shadow: 1px 2px 1px #000000e5; */}
.about-us h3 {font-size: 25px;text-transform: uppercase;letter-spacing: 2px;font-weight: 600;color: #010101; }
.about-us a { color: #3b983a; }
.about-us a:hover { text-decoration: underline; color: #010101; }
/*Style Bootsrap slider*/
.carousel-control { width: 7%; }
.carousel-control.left, .carousel-control.right { background: none; }
.w-100 { width: 100%; }
.about-us .carousel-inner img { border-radius: 20px;  }
.about-us .carousel-inner { box-shadow: 1px 2px 5px #00000042; border-radius: 20px; border: 2px solid #cccccc70; }

@media(max-width: 1199px) {
	
	.about-us { text-align: center; }
	
}


@media(max-width: 767px) {
	.about-us{text-align: center;}
	.about-us .container{padding: 40px 20px;}
	#body .about-us h2 span{display: block;}
	.about-us h1, .about-us h2{text-align: center;}
	#body .about-us h1{font-size: 40px; line-height: 40px;}
	#body .about-us h2 { font-size: 25px; }
	#body .main-content h1 { font-size: 30px !important; }
	#body .main-content h1 span { font-size: 35px !important; }
	#latest-vehicles .container { text-align: center; }
	.link { /* width: 250px;  */display: block; margin:0 auto; }
}

@media(max-width: 480px) {
	
	.link { width: auto; }
}

@media(max-width: 320px) {
	#body .about-us h1{font-size: 25px;}
}


/*Welcome wrapper*/
.welcome_wrapper { background: #000 url("/media/17979/welcome-bg-texture.jpg") no-repeat right; display: inline-block; width: 100%; overflow-x: hidden; /* min-height: 1045px; */ }
#body .welcome_wrapper .main-title  { color: #fff; margin: 0 0 30px;}
#body .welcome_wrapper .main-title .font-network { font-size: 46px; line-height: 56px;}
#body .welcome_wrapper .main-title .business-name { display: block; text-transform: uppercase; font-size: 86px; line-height: 96px; } 
.welcome-img-wrapper { padding-top: 60px;}
.welcome-text-wrapper { margin-top: 150px; }
.welcome-text-wrapper .inner-text-wrapper { padding: 0 150px 30px 0;  }

@media(max-width: 1199px) {
	.welcome_wrapper { background: #000; padding-bottom: 40px;}
	.welcome-text-wrapper { margin-top: 50px; text-align: center;}
	.welcome-text-wrapper .inner-text-wrapper { padding: 15px 30px;}
	#body .welcome_wrapper .main-title .business-name { font-size: 70px; line-height: 80px;}
	
}

@media(max-width: 767px) {
	#body .welcome_wrapper .main-title .business-name  { font-size: 50px; line-height: 60px;}
}


/*parts*/
.parts_wrapper { /* background: #0D0D0D; */ display: inline-block; width: 100%;  padding: 60px 30px;}
#body .parts_wrapper .secondary-title  { color: #fff; margin: 0 0 30px;}
#body .parts_wrapper .secondary-title .font-network { font-size: 106px; line-height: 120px;}
#body .parts_wrapper .secondary-title .business-name { display: block; text-transform: uppercase; font-size: 86px; line-height: 96px; } 
.parts-text-wrapper { margin-top: 100px; }
.parts-text-wrapper .inner-text-wrapper { padding: 0 50px 30px 0;  }

.card-wrapper { overflow: hidden; position: relative; min-height: 300px; }
.card-wrapper .parts-background { background: url('/media/17988/img-holder.jpg') no-repeat center; width: 100%;min-height: 300px;display: flex;align-items: center;justify-content: center; background-size: cover; transition: transform .4s; color: #fff; }
.card-wrapper .parts-background:hover { color: #3b983a; -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
transform: scale(1.2); }
.card-name { text-shadow: 1px 2px 3px #000; /* color: #fff; */ font-size: 36px; line-height: 42px;}
.card-wrapper .parts-background.vans-parts { background: url('/media/17984/van-parts.jpg') no-repeat center; background-size: cover; }
.card-wrapper .parts-background.brands { background: url('/media/17989/brands.jpg') no-repeat center; background-size: cover; }
.card-wrapper .parts-background.upgrades { background: url('/media/17990/upgrades.jpg') no-repeat center; background-size: cover; }
.card-wrapper .parts-background.fourwdparts { background: url('/media/17991/4x4parts.jpg') no-repeat center; background-size: cover; }
.mb-30 { margin-bottom: 30px;}
.mb-20 { margin-bottom: 20px;}



@media(max-width: 1199px) {
	.parts_wrapper { text-align: center;}
	#body .parts_wrapper .secondary-title .business-name  { font-size: 70px; line-height: 80px;}
	#body .parts_wrapper .secondary-title .font-network { font-size: 75px; line-height: 80px;}
	.parts-text-wrapper { margin: 0 0 40px; }
	.parts-text-wrapper .inner-text-wrapper { padding: 0 0 25px;  }

}

@media(max-width: 767px) {
	#body .parts_wrapper .secondary-title .business-name  { font-size: 50px; line-height: 60px;}
	.parts_wrapper {padding: 60px 0;}
}


/*reviews*/
.reviews_wrapper { background: #000; display: inline-block; width: 100%;  padding: 20px 0 0;}
.reviews_wrapper .container { padding: 120px 0; }
#body .review-title .font-network { font-size: 106px; line-height: 120px;}
#body .review-title .inner-heading { display: block; text-transform: uppercase; font-size: 86px; line-height: 96px; } 
.customer-name { font-size: 48px; line-height: 42px; }
.review-text { font-size: 22px; line-height: 42px; font-style: italic; }
.five-stars.sprite-icon { display: inline-block; background-position: -425px -15px; height: 36px; width: 100%; margin: 30px 0; }


@media(max-width: 1199px) {
	.reviews_wrapper { text-align: center;}
	#body .review-title .inner-heading  { font-size: 70px; line-height: 80px;}
	#body .review-title .font-network { font-size: 75px; line-height: 80px;}
	.five-stars.sprite-icon { width: 210px; margin: 30px auto; }
	.reviews_wrapper .container { padding: 50px 0;}
	

}
@media(max-width: 991px) {
	.customer-reviews-cover {margin-bottom: 40px;}
	
}


@media(max-width: 767px) {
	#body .review-title .inner-heading  { font-size: 50px; line-height: 60px;}
	.customer-name { font-size: 35px; line-height: 42px; }
	.five-stars.sprite-icon { margin: 15px auto;}
	.review-text { font-size: 18px; line-height: 35px; }
}


/*latest news*/
.latest_news_wrapper { background: #0D0D0D; display: inline-block; width: 100%;  padding: 100px 0 65px;}
#body .latest_news_wrapper .font-network { font-size: 106px; line-height: 120px;}
#body .latest_news_wrapper .font-outline { font-size: 86px; line-height: 96px; margin-left: 30px; } 
.latest-news-topic  { font-size: 26px; line-height: 36px; }
.read-more-link, .latest-news-topic a { color: #fff;}
.post-topic-cover { margin-bottom: 35px; }
.read-more-link:hover, .read-more-link:focus, .latest-news-topic a:hover, .latest-news-topic a:focus { color: #3b983a; }
.blog-top-header img:hover { -webkit-filter: grayscale(100%); filter: grayscale(100%); }
#body .news-title { margin: 0 0 35px; }


@media(max-width: 1199px) {
	
	#body .latest_news_wrapper .font-network { font-size: 75px; line-height: 80px;}
	#body .latest_news_wrapper .font-outline { font-size: 70px; line-height: 80px;}
	.latest_news_wrapper  { padding: 50px 0;}
}

@media(max-width: 991px) {
	.latest_news_wrapper { text-align: center;}
	
	
	
}

.feature-wrapper .col-sm-6 {position: relative;padding-left: 0;padding-right: 0;}
.feature-wrapper img {width: 100%;}
.box-wrapper {padding: 20px;}
.feature-wrapper{text-align: center;}
.text-wrapper {position: absolute;top: 36%;left: 0;right: 0;margin: 0 auto;	max-width: 100%;}
#body .feature-wrapper h2 {line-height: 24px;color: #fff;font-size: 30px;font-weight: 300;margin: 10px auto;line-height: 30px;}
.feature-wrapper h2 a {}
.feature-wrapper p{display: block;color: #fff;font-size:28px;text-transform: uppercase;font-weight: bold;line-height: 28px;}
.main-content {background: url('/media/13249/finance-bg.jpg') center no-repeat;clear: both;padding: 60px 0;min-height: 400px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.main-content p a:hover  { text-decoration: underline; }
#body .main-content h1{font-size: 40px;font-weight: 700;line-height: initial;text-transform: uppercase;color: #3b983a;}
#body  h1.title_page{font-weight: 700;margin-bottom: 30px;text-transform: uppercase;}
#body  h1.title_page span{color: #3b983a;display: inline;}
#body  h2.subtitle_page{font-weight: 300;}
#body .main-content h1 span{font-weight: 700;color: inherit;font-size: 60px;line-height: 40px;}
.main-content .link{color: #3b983a;}
.main-content .link:hover{background: #3b983a;color: #fff;transition: 1s;}
.content-wrapper {padding: 80px 90px 186px 0;}
.content-wrapper a {font-size: 22px;}
#latest-vehicles { margin-bottom: 2px; overflow-x: hidden;}
#latest-vehicles .container{position: relative;}
#latest-vehicles .link{float: right;position: absolute;right: 0;top: 0;bottom: 0;margin: auto; height: 55px;color: #3b983a;}
#latest-vehicles .link:hover{background: #3b983a;color: #fff; transition: 1s; border: 1px solid #3b983a;}
#body #latest-vehicles h2 {padding-top: 60px;padding-bottom: 40px;	margin: 0; font-size: 56px;text-transform: uppercase; text-align: center; line-height: 66px;}
#body #latest-vehicles h2 span {color: #000; text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff,-1px 1px 0 #fff, 1px 1px 0 #fff;}
@media(max-width: 767px){
	#banner{display: none;}
	#body #latest-vehicles h2{float: none;line-height: 50px;font-size: 45px;}
	#latest-vehicles .link{float: none;position: relative;left: 0;margin-bottom: 20px;}	
}
#FeaturedList .bx-wrapper { max-width: 100% !important;margin-bottom: 0;}
.bx-wrapper .bx-pager {display: none;}
#FeaturedList .bx-viewport li {background:#d4d4d4;width: 2.065% !important;margin-right: 0px !important;min-height: 350px !important;}
#FeaturedList .bx-viewport li:hover .f_price:after {background: #fff;color: #000;transition: 0.3s;}
#FeaturedList .f_title {position: absolute;top: 0px;color: #000;background: #3b983a;line-height: 18px; width: 100%;padding: 16px 8px 0;overflow: hidden;z-index: 9999;height: 70px;text-overflow: ellipsis;font-weight: 500;font-size: 16px;}
#FeaturedList .f_price {background: rgba(0, 0, 0, 0.8);color: #3b983a;font-size: 24px; font-weight: bold;padding: 8px 11px 15px 8px; width: 100%; left: 0; bottom: 0px;top: inherit;}
#FeaturedList .f_price:before {color: #fff;font-size: 16px;display: block;font-weight: 500;}
#FeaturedList .f_price:after {content: '+';position: absolute;color: #fff;padding: 0;top: 0;right: 20px;bottom: 0;margin: auto;text-align: center;font-weight: 300;font-size: 24px;line-height: 40px;width: 40px;height: 40px;border: 1px solid #fff;}
#FeaturedList .f_image { top: 18%;}
.bx-wrapper img{width: 100%;max-width: initial;}
#FeaturedList .bx-viewport li:hover .f_image {}
@media(max-width: 1199px) {
	#FeaturedList .f_title { line-height: 16px;	padding: 12px 8px 0;}		
}			
@media(max-width: 991px) {
	#FeaturedList  ul.FeaturedListItems {width: 615% !important;}
	#FeaturedList .bx-viewport li {width: 9% !important;}
}
@media(max-width: 480px) {
	#FeaturedList .bx-wrapper .bx-viewport {height: 298px!important;}
	#FeaturedList .bx-viewport li {width: 12.8% !important;}
	#FeaturedList .f_image {top: 65px;}
	#FeaturedList .f_price {font-size: 16px;bottom: 50px;}
	#footer_nav .footer_menu {max-width: 100% !important;margin: 0;  }
	#footer_nav { text-align: center; }
}
#war_car {margin-bottom: 2px;display: table;width: 100%;}
#war_car .warranty{background: url("/media/13250/warranty-banner.jpg") center center no-repeat;width: 50%;float: left;}
#war_car .sell_car{background: url("/media/13251/sell-car-banner.jpg") center center no-repeat;width: 50%;float: right;}
#war_car .text{color: #fff;width: 700px;padding: 100px 20px;max-height: 530px;font-size: 16px; min-height: 475px;}
#war_car .sell_car .text{padding: 80px 0px 100px 60px; color: #fff;}
#war_car .sell_car .text h1, #war_car .sell_car .text h3, #war_car .sell_car .text .link { color: #fff; }
#war_car .warranty .text{float: right;padding: 80px 60px 100px 0px;}
#war_car .text h3{color: #fff;font-weight: 400;font-size: 40px;text-transform: uppercase;line-height: 30px;padding: 0;margin: 0;}
#war_car .text h1{color: #fff;font-weight: 700;font-size: 55px;text-transform: uppercase;line-height: initial;padding: 0;margin: 0;}
#war_car .text h2{color: #fff;font-weight: 500;font-size: 30px;text-transform: uppercase;line-height: 30px;padding: 0;margin: 0;}
#war_car .text .link{color: #fff;margin-top: 20px; border: 1px solid #fff;}
#war_car .sell_car .link:hover{background: #010101; }
#sell_car .text .link { color: #010101; border: 1px solid #010101; }
#war_car .link:hover{background: #3b983a;color: #fff;transition: 1s;border-color: #fff;}
#war_car p a { color: #EE767D; }
#war_car p a:hover { color: #EE767D; text-decoration: underline; }
@media(min-width: 992px) {
	#war_car .warranty, #war_car .sell_car { min-height: 520px; }
}
@media(max-width: 1450px) {
	#war_car .text{width: 100%;padding: 5% !important;min-height: 530px;}
}
@media(max-width: 991px) {
	#war_car .warranty, #war_car .sell_car{width: 100%;float: none;clear: both;background-size: cover;}
}
#about-video .text{padding: 90px 90px 80px 0;}
#about-video h2{padding-bottom: 20px;}
#about-video iframe{padding: 90px 0px 0 90px;}
#about-video a{font-size: 22px;}
@media(max-width: 1700px) {
	.text-wrapper {top: 46px;max-width: 280px;	}
}
@media(max-width: 1400px) {
	.text-wrapper {top: 30px;}
}
@media(max-width: 1199px) {
	.feature-wrapper .col-sm-6 {max-height: 200px;overflow: hidden;	}
	.text-wrapper{max-width: 90%;}
	
}
@media(max-width: 991px) {
	#body .main-content h1 {font-size: 40px;line-height: 38px; text-align: center;}
	.content-wrapper {clear: both;padding: 20px;}
	#testimonials .content-wrapper {padding: 70px 20px;}
	.main-content{background: none;max-height: initial;padding: 40px 0 50px 0;}
}
/**Vehicle Listing**/
#search-results .search_item img { padding: 0;height: 250px;object-fit: cover;}
#search-filters .filter .body { background-color: transparent; }
#filter-body .filter .header .fa.fa-angle-double-down, #filter-header .fa.fa-angle-double-down {float: right;font-size: 20px;}
.dap-comment {font-size: 18px;font-weight: 400; text-align: center;}
#SearchPageNumbers ul li.page-previous a, #SearchPageNumbers ul li.page-next a {background-image: url('/media/4996/arrows.png');}
#SearchPageNumbers ul li.page-previous a {background-position: 0 8px;}
.vehicle-heading {display: inline-block; width: 100%; color: #000;}
#carhistory-gif {max-width: 100%;width: 100%;}
select#SortBy, #SearchPageNumbers ul li a {padding: 8px;}
select#SortBy { background: #000; }
#SearchPageNumbers ul li.page-next a {background-position: -14px 8px;}
#SearchSortBy  {margin-bottom: 20px;	}
#search-results .search_meta { min-height: 42px;}
#search-results .search_meta, #search-results .search_meta ul {/* font-size: 13px */}
@media (max-width: 768px) {
	.vehicle-heading {margin-bottom: 0;}
	#search-results .search_item img {padding: 0;margin-left: 0;margin-right: 0;width: 100%;}
	.vehicle-listing-img {padding-left: 0;padding-right: 0;}
	#search-filters #filter-header {background-color: #3b983a ;padding: 16px 10px;text-transform: uppercase;font-weight: normal;}
	#search-filters #filter-header.hasFilters {background-color: #3b983a;color: #fff;}
	#search-filters #filter-body .filter:first-child{border-top: 1px solid #b4b4b4;}
	#search-filters #filter-body .filter:last-child{border-bottom: 0;}
}
#search-filters .filter .header.open {background-color: #000;color: #3b983a;}
#search-results.col-xs-12.col-sm-8.col-md-9 {padding-left: 0;padding-right: 0;}
#search-results .search_price {margin-bottom: 10px; text-align: center; font-weight: 400; }
#search-results-header {margin-top: 0; margin-bottom: 15px;}
.search-results-header-inner {background-color: #0d0d0d;color: #fff;padding: 10px 20px;font-size: 14px;border: 1px solid #2f2d2d;border-radius: 30px;margin-bottom: 10px;}
.filter .btnGo{background: #3b983a;border-radius: 0; border-radius: 5px;}
.filter .btnGo:hover { background: #fff; color:#3b983a;  }
#filter-body select { background: #000; color: #fff; }
#search-filters .filter .body li:not(.show){background: url(/media/5199/filter_arrow.png) no-repeat left center;}
#SearchPageNumbers ul li a {background: #010101;color: #fff;}
#SearchPageNumbers ul li.current a, #SearchPageNumbers ul li a:hover {background-color: #3b983a;}
.watchlist-hide .header a.header-watchlist, .watchlist-sidebar-InWatchList:before, .watchlist .InWatchList, #search-results .watchlist.NotInWatchList {background-image:  url(/media/1287/white-star.png)!important;}
#search-results .watchlist.NotInWatchList, #search-results .watchlist.InWatchList {background-position: 12px 19px!important;}
.watchlist-hide .header a.header-watchlist {background-position: 6px 3px!important;}
#filter-viewwatchlist .header {background-color: #3b983a !important;border: none;border-bottom: 0;margin-bottom: 15px;}
#filter-viewwatchlist .header a {text-decoration: none;font-size: 16px;color: #FFF!important;}
#search-results .search_item {margin-bottom: 20px;margin-top: 0; padding-top: 0; padding-right: 15px; padding-left: 15px;}
.vehicle-wrapper {background: #fff;color: #000;display: inline-block;width: 100%;border-radius: 20px;margin: 0px 10px 0;}
#search-results>div:not(:last-child){border: 0;}
#search-results .search_title a {display: block;font-size: 18px;color: #000;text-decoration: none;margin-top: 15px;line-height: 22px;	font-weight: 600;}
#search-results .search_title a:hover,.search_price a:hover { color: #3b983a; } 
.search_price a { font-size: 24px;color: #000;font-weight: 500; font-family: "D-Din-Bold";}
#search-filters .filter .header { background-color: #000;color: #FFF;padding: 14px;text-transform: uppercase;font-weight: 500;}
.search_meta {margin:0;}
.search_meta ul {margin: 0!important;font-size: 13px;}
#search-filters .filter a {color: #fff;font-size: 14px;font-weight: normal;}
.search_title {/*padding-bottom: 20px;*/}
#search-results .search_details {padding: 0 0 20px;float: none;}
#search-results .search_details a {color: #fff;background-color: #3b983a;text-decoration: none;font-size: 20px;;  font-weight: 400;letter-spacing: 0.5px;}
[data-url="used-cars-shepparton-list-view"] #search-results .search_details a { min-width: 228px; }
.vehicle-images-small {padding-left: 0;}
#search-results .search_meta ul  {list-style-image: none;}
#search-results .search_meta li, #details-vehicle-info-vehicle-Extras li {background-image: url("/media/4999/icons.png");background-repeat: no-repeat;width: 200px;margin-right: 15px;margin-bottom: 15px;padding: 7px 0 0px 42px;font-size: 14px;list-style-type: none;font-weight: bold;}
#details-vehicle-info-vehicle-Extras li { width: 190px}
.icon-colour, #details-vehicle-info-vehicle-Extras li#icon-colour {background-position: 0px -6px;}
.icon-transmission, #details-vehicle-info-vehicle-Extras li#icon-transmission {background-position: 0px -63px;}
.icon-body, #details-vehicle-info-vehicle-Extras li#icon-body {background-position: 0px -123px;}
.icon-kms, #details-vehicle-info-vehicle-Extras li#icon-kms {background-position: 0px -184px;}
.icon-stock {background-position: 0px -159px;}
@media(max-width: 991px) {
	.watchlist {margin-top: 18px;}
	.vehicle-images-small {display: none;}
}
#search-results .search_desc {-webkit-line-clamp: 2;font-size: 14px;margin-bottom: 20px;/*max-height: 66px;*/font-weight: 600; height: 66px; text-overflow: ellipsis;}
.img-small {padding-left: 0;padding-right: 0;}
#search-results .watchlist.InWatchList, .watchlist-hide .header a.header-watchlist, #search-results a.watchlist.NotInWatchList:hover, .watchlist-sidebar-InWatchList:before, .watchlist-sidebar-NotInWatchList:before  {background-image: url('/media/1287/white-star.png')!important;}
#search-results .watchlist.InWatchList, #search-results .search_details a:hover {background: #010101;color: #FFF!important;		}
/***Vehicle Description***/
#details-vehicle-info-vehicle-Image-Wrapper {margin-top: 0;}
#details-vehicle-info-vehicle-Image-Wrapper img {width: 100%;}
#details-vehicle-info-vehicle-carhistory {background-image: none; border-radius: 0 0 10px 10px;}
#details-vehicle-info-vehicle-Image-Wrapper #imgTop {/* border-radius: 0 0 10px 10px; */}
#details-vehicle-info-features-Body {border-radius: 0 0 10px 10px;}
#details-vehicle-info-vehicle-SpecialPrice {color: #000;font-weight: bold!important;}
#details-sidebar-main .header.no-content:before {padding-bottom: 1px;}
#details-sidebar-main .header:before {padding-right: 8px;}
.watchlist-sidebar-InWatchList {color: #FFF;background-color: #3b983a !important;}
.watchlist-sidebar-InWatchList a.watchlist {color: #FFF!important;}
#details-vehicle-info-options {background: transparent;color: #000;padding: 6px 5px 12px;}
#details-vehicle-info-options a {font-weight: normal;color: #000;font-size: 16px; }
@media(max-width: 480px) {
	#details-vehicle-info-options a {font-size: 12px;}
}
#details-vehicle-info-vehicle, #details-vehicle-info-vehicle-Image-Wrapper {border: none;}
#details-vehicle-info-Heading {padding: 24px 15px 22px;background: #eaeaea;margin-left: 0;margin-right: 0;border-top: 2px solid #3b983a; border-radius: 10px 10px 0 0;}
#details-vehicle-info-vehicle-Name  {color: #000!important;line-height: 32px;font-size: 20px;line-height: 22px;font-weight: 500;padding: 0;}
#details-vehicle-info-vehicle-Price {color: #000;font-size: 34px;font-weight: 500;}
.government_charges {font-size: 18px;margin-top: 10px; color: #000;}
@media(max-width: 767px) {
	/*#SearchPageNumbers > div {display: none;}*/
	#search-results .search_title, #search-results .search_price {padding-bottom: 0;}
	#details-vehicle-info-vehicle-Price {text-align: center;margin-top: 15px;}
	#details-vehicle-info-vehicle-SpecialPrice {text-align: center!important;}
	#filter-wrapper {margin-bottom: 30px;}
	.government_charges, #SearchPageNumbers, #search-options { text-align: center; }
	#SearchPageNumbers { margin-bottom: 15px;}
	#SearchPageNumbers span {font-weight: 400; margin-bottom: 12px;display: block;}
}

#details-vehicle-info-vehicle-Extras {display: none;margin: 0;background: #eaeaea;padding: 15px 15px 0;}
#details-vehicle-info-vehicle-Description { display: none; }
#details-vehicle-info-desc { padding: 15px;margin-bottom: 15px; border-radius: 10px;}
#details-vehicle-info-features-Body, #details-vehicle-info-desc {background: #fff; color: #000;}
#details-sidebar-main .header {border: 1px solid #ccc; font-size: 18px;color: #FFF;font-weight: normal;background-color: #010101;text-decoration: none;padding: 18px;text-transform: uppercase; border-radius: 10px 10px 0 0;}
#details-sidebar-main .section {background-color: #FFF;;border: none;margin-bottom: 20px;padding: 0; border-radius: 10px;}
#details-sidebar-main-watchlist {padding: 0!important;}
#details-sidebar-main .header a.watchlist {color: #FFF;text-decoration: none;}
#details-vehicle-info-Img .bx-wrapper .bx-viewport {border: none;box-shadow: none; background: #000;}
#details-vehicle-info-Img .bx-wrapper .bx-viewport img { border-radius: 10px; }
#details-sidebar-main .body{background: #fff; color: #000; border-radius: 0 0 10px 10px;}
#details-sidebar-main #details-sidebar-main-carhistory .body, #carhistory-img { border-radius: 10px; }
#details-sidebar-main-vehicleenquiry .form-row button {background-color: #3b983a; color: #fff; border:0; border-radius: 50px; padding: 15px 30px; font-size: 20px; display: inline-block; min-width: 200px; text-align: center; font-family: "D-Din-Condensed"; text-transform: uppercase;}
#details-sidebar-main-vehicleenquiry .form-row button:hover {background-color: #000; color: #fff; transition: 0.3s;	}
#details-sidebar-main-vehicleenquiry .form-row input, #details-sidebar-main-vehicleenquiry .form-row textarea {line-height: 18px;padding: 5px;border: 1px solid #ccc;}
div#details-vehicle-info-features{margin-bottom: 20px;}
#details-vehicle-info-features-Tabs div.tab-selected {color: #fff;background-color: #3b983a;}
#details-vehicle-info-features-Tabs div {color: #fff;padding: 15px 11px;border-radius: 5px 5px 0 0; background: transparent; font-weight: 400;}
#details-vehicle-info-features-Tabs div:not(.tab-selected) {background-color: #010101;}
#details-sidebar-main-vehicleenquiry .form-row label, #ContactUsForm label {display: none;}
#details-sidebar-main-vehicleenquiry .form-row input, #details-sidebar-main-vehicleenquiry .form-row textarea, #ContactUsForm input, #ContactUsForm textarea {padding: 14px;background: #FFF;color: #000;}
#details-vehicle-info-features-Body tr td {padding: 13px 5px;}
#details-vehicle-info-features [data-tab='details'] table tr td:first-child {min-width: 110px;}
#details-vehicle-info-features-Body tr:nth-child(2n+2){background-color: transparent;border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;}
#details-vehicle-info-features-Body tr:last-child{border-bottom: 0;}
#details-vehicle-info-features-Body ul{padding-bottom: 20px;}	
#details-vehicle-info-features-Body li{padding: 8px 0;}
#details-sidebar-main-watchlist { display: none; }
/*special prices*/
.text-special-price.f_yesspecial {display: inline-block;font-size: 25px;}
.text-price.f_yesspecial {text-decoration: line-through;font-size: 20px !important;}
/**Testimonials**/
.testimonial-item-break {background: none;margin: 52px 0 30px;border-top: 1px solid;}
.posts-pages {border: none;border-radius: 5px;padding: 15px; background:#3b983a; border-radius: 20px; padding: 10px 15px; }
.posts-pages .post-pages-ul li.current {background-color: #3c3838;}
.posts-pages .post-pages-ul li a {color: #fff;}
#body .testimonial-item h2 {font-size: 20px;line-height: 22px; font-weight: 600;}
/** Finance **/
body[data-url='finance'] #body h2 {color: #000; margin-bottom: 20px;}
.panel-group {margin-bottom: 50px;margin-top: 26px;}
.panel-default {border-color: #ddd;border-radius: 0!important;border-left: 0;border-right: 0;border-top: 0;}
.panel-default>.panel-heading {background-color: transparent;border-color: transparent;}
@media(min-width: 767px) {
	.btn-wrapper {border-left: 1px solid #d2d2d2;padding-left: 50px;}
}

/*three block*/
.three_coloumns_wrapper { text-align: center; padding: 60px 0 50px; }
#body .three_coloumns_wrapper h2.block_title a {text-transform: uppercase;text-align: center;margin-bottom: 0;padding: 0px 0 10px;border-bottom: 5px solid #3b983a;display: inline-block;margin-bottom: 15px; color: #3b983a;}
#body .three_coloumns_wrapper h2.block_title a:hover { border-bottom: 5px solid #010101; }
.block_btn { /* border: 2px solid #3b983a; */ #3b983a; color: #fff; margin-top: 25px; padding: 10px 15px; display: inline-block; border-radius: 25px;text-transform: uppercase;font-weight: 600; min-width: 200px; margin-bottom: 40px; background: #3b983a;}
.block_img {border: 3px solid #3b983a;display: block;border-radius: 15px;}
.block_img:hover, .block_img:focus { border: 3px solid #010101;}
.block_img img { border-radius: 15px;}
.block_text { padding: 15px 0; line-height: 28px; min-height: 150px; }
.block_btn .fa.fa-angle-double-right { margin-left: 5px; font-size: 20px; }
.block_btn:hover { background: #010101; color: #fff; }
.block_img img:hover { -webkit-filter: grayscale(100%); filter: grayscale(100%); }

@media(max-width: 991px) {
	.block_text { min-height: auto; }
}


/** Footer **/
/* .footer_menu .footer_body:nth-last-child(1) {display: none !important;} */
#footer_nav {background: #000;padding: 50px 0;color: #fff;}
#footer_nav {margin-top: 0; font-size: 16px;}
#footer_nav .footer_menu {width: 100%;}
#footer_nav .footer_menu_location .footer_body {color: #ADADAD;font-size: 14px;padding-left: 0;}
.social-footer .fa {font-size: 24px;margin-right: 10px;margin-top: 10px;}
.social-footer a .fa {color: #fff;}
.social-footer a:hover .fa, .social-footer a:focus .fa {color: #3b983a;}
#footer_nav .footer_menu h3 {font-weight: 600;color: #000;font-size: 16px;}
#footer_nav ul {color: #858585;font-size: 14px;list-style-type: none;padding-left: 0;}
#footer_nav .footer_menu ul li a {color: #fff;font-size: 16px;font-weight: 500;}
#footer_nav .footer_menu ul li a:hover { color: #3b983a; }
#footer {background: #3b983a;padding: 0;text-align: center;}
#footer .container {color: #fff;padding: 30px 10px;font-weight: 700;}
#footer a, .footer_body a {color: #fff;}
#footer a:hover { text-decoration: underline; }
.footer_menu p.footer-phone a{color: #fff;font-weight: 500;}
.footer_menu p.footer-phone a:hover, p.footer-email a:hover { color: #3b983a; }
#footer {color: #e0e8ee;padding: 10px;font-weight: 500;font-size: 14px;}
.footer_menu p{font-size: 16px;color: #fff;}
p.footer-email a{color: #fff;font-weight: 500;}
#footer_nav .footer_menu h3{color: #3b983a;font-size: 18px;text-transform: uppercase;font-weight: 700;padding-bottom: 5px;}
.footer_menu p b{color: #3b983a;font-size: 18px;text-transform: uppercase;font-weight: 700;padding-bottom: 5px;}
.cforms label, #ContactUsForm label {display: none;}
.footer_menu .footer-fax{display: none;}

@media(max-width: 1024px) {
	#footer_nav .footer_menu { max-width: 100%; float: none; text-align: center; margin: 0 0 25px; }
}


/*footer new*/
#footer_nav hr { border-top: 1px solid #484848; }
.footer-links { margin-bottom: 20px;}
.footer-links ul li { display: inline-block; margin-right: 20px; text-transform: uppercase; margin-bottom: 5px;}
.copy-right-section { text-transform: uppercase; font-size: 14px;}
.copy-right-section a { text-decoration: underline; color: #fff;}
.copy-right-section a:hover, .copy-right-section a:focus, .address-wrapper a:hover, .address-wrapper a:focus {color: #3b983a;}
.address-wrapper a { color: #fff; font-size: 18px;}
.phone-number-wrapper a {color: #3b983a; font-size: 19px;}
.phone-number-wrapper a:hover, .phone-number-wrapper a:focus { color: #fff; }

.social-icons li { margin-right: 5px; display: inline-block;}
.social-icons li:last-child { margin-right: 0;}
.footer-texture-bar { background: url("/media/17977/footer-texture-bar.jpg") repeat-x; height: 64px; background-size: 100%;}
[data-url="leighton-vans-new"] .footer-texture-bar { display: none;}


/*sprite icons*/
.sprite-icon { background: transparent url("/media/17973/sprite-icons.png") no-repeat; width:20px; height: 20px; display: inline-block; float: left; }
.sprite-icon.email-icon { background-position: -28px -11px; margin-right: 10px;}
.sprite-icon.phone-icon { background-position: -219px -340px; height: 23px; margin-right: 10px; }
.sprite-icon.address-icon { background-position: -28px -437px; margin-right: 10px; height: 23px;  }
.sprite-icon.fb-icon { background-position: -211px -88px; height: 28px; width: 30px;  }
.sprite-icon.instagram-icon { background-position: -211px -171px; height: 28px; width: 30px;  }
.sprite-icon.whatsapp-icon { background-position: -211px -254px; height: 28px; width: 30px;  }

.address-wrapper a:hover .sprite-icon.address-icon, .address-wrapper a:focus .sprite-icon.address-icon { background-position: -217px -437px;  }
.phone-number-wrapper a:hover .sprite-icon.phone-icon, .phone-number-wrapper a:focus .sprite-icon.phone-icon { background-position: -29px -340px; }
.social-icons li a:hover .sprite-icon.fb-icon, .social-icons li a:focus .sprite-icon.fb-icon { background-position: -314px -88px;  }
.social-icons li a:hover .sprite-icon.instagram-icon, .social-icons li a:focus .sprite-icon.instagram-icon { background-position: -315px -170px;  }
.social-icons li a:hover .sprite-icon.whatsapp-icon, .social-icons li a:focus .sprite-icon.whatsapp-icon { background-position: -314px -254px;  }


@media (max-width: 1199px) {
	.footer-logo img  { max-width: 250px; margin-bottom: 25px;}
	#footer_nav .footer_menu { text-align: center; float: none;}
	.sprite-icon { float: none; }
	#footer_nav .phone-number-wrapper, #footer_nav .address-wrapper { margin-bottom: 10px;}
}

@media (max-width: 480px) {
	.footer-links ul li { width: 100%; margin-right: 0;}
	
}



/*contact us*/
.contact-details-wrapper .sprite-icon.fb-icon { background-position: -20px -88px; }
.contact-details-wrapper .sprite-icon.instagram-icon { background-position: -21px -171px; }
.contact-details-wrapper .sprite-icon.whatsapp-icon { background-position: -20px -254px; }
.contact-details-wrapper .phone-number-wrapper a, .email-wrapper a {color: #fff; }
.contact-details-wrapper .phone-number-wrapper a:hover, .contact-details-wrapper .phone-number-wrapper a:focus, .email-wrapper a:hover, .email-wrapper a:focus  {color: #3b983a; }
.contact-details-wrapper .phone-number-wrapper .sprite-icon.phone-icon { background-position: -29px -340px; }
.contact-details-wrapper .phone-number-wrapper a:hover .sprite-icon.phone-icon, .contact-details-wrapper .phone-number-wrapper a:focus .sprite-icon.phone-icon{ background-position: -219px -340px; }
.email-wrapper a:hover .sprite-icon.email-icon, .email-wrapper a:focus .sprite-icon.email-icon { background-position: -322px -11px;}
.contact-details-wrapper .social-icons ul { padding-left: 0;}
.contact-text-wrapper { /* padding-left: 140px; */ }
[data-url="contact-us"] .center-wrapper { background: #000 url("/media/18016/contact-bg.jpg") repeat-y left top; }
.contact-top-section-cover {padding-top: 80px; min-height: 650px;}

@media (min-width: 768px) {
	.form-horizontal .form-group {margin-right: 0px;margin-left: 0px;}
}
.cforms input, .cforms textarea, #ContactUsForm input, #ContactUsForm textarea { padding: 10px;border: none;color: #fff;height: 48px;background: #000;width: 100%; border: 1px solid #fff; border-radius: 50px; text-align: center;}
#ContactUsForm textarea { height: 80px; padding: 20px; margin-bottom: 10px; }
#ContactUsForm .col-md-4 { width: 100%; margin-bottom: 15px;}
.cforms input.agree{width: 20px;height: initial;}
.cforms select {background: #ffffff;border: none;width: 100%;padding: 14px;}
.cforms, #ContactUsForm {background: transparent;color: #000;text-transform: uppercase;padding: 0;margin-bottom: 35px; max-width: 100%;}
.cforms p, #ContactUsForm p { text-transform: none;}
body #ContactUsForm h3 {color: #000;font-size: 25px;font-weight: 600;text-align: center; margin-top: 0; display: none;}
#body .cforms h3 {margin: 10px 0 15px;text-align: center;font-size: 20px;letter-spacing: 2px; font-size: 25px;}
#body .cforms h2 {color: #000;font-size: 28px;margin-top: 16px;margin-bottom: 15px;font-weight: normal;line-height: 32px;}
#body .cforms h2 small {display: block;margin-top: 5px;color: #00a9e0;}

#ContactUsForm button { background-color: #3b983a; color: #fff; border:0; border-radius: 50px; padding: 15px 30px; font-size: 20px; display: inline-block; min-width: 200px; text-align: center; font-family: "D-Din-Condensed"; font-weight: 400; }
#ContactUsForm button:hover, #ContactUsForm button:focus { background-color: #fff; color: #3b983a; transition: 0.3s; }
#ContactUsForm div {margin-bottom: 0;}
@media (max-width: 1199px) {
	#body .cforms h2 {line-height: 22px;margin-bottom: 4px;}	
}
@media (max-width: 768px) {
	#body .cforms h2 {font-size: 22px;}
}
@media (max-width: 320px){
	#war_car .text h1, #body .main-content h1 span, #body .main-content h1,#body #latest-vehicles h2{font-size: 30px;}
}


@media (max-width: 1199px) {
	
	.contact-top-section-cover { padding-top: 20px;}
	.contact-text-wrapper, .contact-details-wrapper { text-align: center;}
	.contact-text-wrapper  { margin-bottom: 20px;}
	.contact-details-wrapper { margin-bottom: 35px;}
	[data-url="contact-us"] .center-wrapper { background: #000;}
}

/*testimonial*/
#body .testimonials-header { text-align: center; text-transform: uppercase; font-weight: 700; }
#body .posts-container h3 { text-align: center; color: #3b983a; margin-bottom: 20px; font-weight: 400; font-size: 20px; font-family: "D-Din-Bold"; }
.testimonial-wrapper { text-align: center; background: url("/media/13252/testimonials-bg.jpg") no-repeat; padding: 70px 0 60px; color: #fff; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center; min-height: 500px; margin-bottom: 1px;  margin-top: 1px;  }
.testimonial-wrapper .fa { color: #fff; font-size: 50px; margin-right: 20px; }
.testimonial-wrapper .bx-wrapper .bx-prev { left: -100px !important; background: url("/media/13253/arrow-left.png") no-repeat !important; }
.testimonial-wrapper .bx-wrapper .bx-next { right: -100px !important; background: url("/media/13254/arrow-right.png") no-repeat !important; }
.testimonial-wrapper .bx-wrapper .bx-prev, .testimonial-wrapper .bx-wrapper .bx-next { height: 48px; width: 48px; } 
.testimonial-wrapper .bx-wrapper .bx-pager.bx-default-pager a { background: #fff; }
.testimonial-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active { background: #000; }
.testimonial-wrapper .testimonial-title { display: none; }
.testimonial-wrapper .bx-wrapper .bx-viewport {background: transparent !important;box-shadow: none;}
#body .testimonial-wrapper h2 { padding-bottom: 40px; color: #fff; }
#TestimonialSlider .bx-wrapper .bx-pager { display: block; }
.read_more_btn {font-size: 18px;border: 1px solid #fff;text-transform: uppercase;border-radius: 5px;padding: 5px 10px;font-weight: 600;letter-spacing: 1px; color: #fff;}
.read_more_btn .fa { font-size: 24px; margin: 0 0 0 10px; }
.read_more_btn:hover, .read_more_btn:focus { background: #3b983a; color: #fff; }
@media(max-width: 480px) {
	#body .testimonial-wrapper h2 { line-height: 40px; }
	.nav.nav-tabs li a { padding: 7px; }
}
@media(max-width: 767px) {
		.testimonial-wrapper .bx-wrapper .bx-prev, .testimonial-wrapper .bx-wrapper .bx-next { display: none; }
		
}
@media(max-width: 991px) {
	.testimonial-wrapper .bx-wrapper .bx-prev { left: 10px !important; }
	.testimonial-wrapper .bx-wrapper .bx-next { right: 10px !important; }
	.testimonial-wrapper { background-position: 0 0; } 
	#body .testimonial-wrapper h2 { font-size: 25px !important; }
	.testimonial-wrapper .fa, #war_car .text h1 { font-size: 35px; }
	#war_car .text h1, #war_car .text h3 { text-align: center; }
}

/*finance calculator*/
#finance-calc { background-color: #3b983a;   text-transform: uppercase; border-radius: 0; color: #fff; }
#finance-calc .finance-calc-left, #finance-calc .finance-calc-right, #finance-calc .selectBox  { width: 100% !important; }
#finance-calc .finance-calc-result {font-weight: 700;text-align: left;}
#finance-calc .finance-calc-right > input, #finance-calc .selectBoxOptionContainer { border: 0; }
#finance-calc .selectBox { border: 0; }
#finance-calc .finance-calc-right input { height: 32px; }
#finance-calc .selectBoxArrow { width: 25px; }
#finance-calc h3 {font-size: 25px;color: #fff;font-weight: 600;padding-bottom: 5px;line-height: 1em;letter-spacing: 0.1em;text-transform: uppercase;text-align: center;}
#finance-calc .finance-calc-right #fc-repayments {color: #fff;font-size: 25px;}
#finance-calc .finance-calc-header {border: 0;}
/*finance*/
.finance-content{padding: 25px 0 10px;display: table;width: 100%; background-image: url("/media/10691/egg-shell.png"); background-color: #eee;}
#body .finance-content h1 { font-size: 40px; font-weight: 700; line-height: initial; text-transform: uppercase; color: #000; }


.nav-tabs > li.active > a { background-color: #efefef !important; }


/*Privacy & Terms*/
body[data-url="terms-of-use"] #terms, body[data-url="terms-of-use"] th, body[data-url="terms-of-use"] td { border: 1px solid #fff; }



/*New Slider Styles*/
#new_vehicle_slider .flex-viewport { background: #000 !important;}
#new_vehicle_slider.flexslider .slides > li { background: #f7f7f7; text-align: center; font-weight: 500; box-shadow: none;}
#new_vehicle_slider.flexslider { background: transparent; border: 0; box-shadow: 0 0 0 0; margin: 0; }
#new_vehicle_slider.flexslider .f_title, #new_vehicle_slider.flexslider .f_price { background: #272727; padding-top: 5px; color: #fff; }
#new_vehicle_slider.flexslider .f_title { font-size: 18px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-family: "D-Din-Condensed"; text-transform: uppercase; }
#new_vehicle_slider.flexslider .f_price { font-size: 29px; padding-bottom: 5px; font-family: "D-Din-Condensed"; }
#new_vehicle_slider.flexslider .f_price .egc_option, #new_vehicle_slider.flexslider .f_price .dap_option { font-size: 12px; font-family: "D-Din-Condensed"; display: block; font-weight: 400; }
#new_vehicle_slider .f_price.f_yesspecial .normal_price { text-decoration: line-through; font-size: 16px; }
#new_vehicle_slider.flexslider .f_btn {background: #272727;color: #fff;display: inline-block;text-transform: uppercase;font-size: 20px;padding: 10px;width: 100%;font-weight: 400; text-align: center; margin: 0; border-left: 0; border-right: 0; border-bottom: 0; border-radius: 0; border-top: 1px solid #464444; font-family: "D-Din-Condensed";}
#new_vehicle_slider.flexslider .f_btn:hover {background: #3b983a;color: #fff;transition: 0.5s;}
#new_vehicle_slider.flexslider .f_btn .point_arrows { font-size: 25px;margin-left: 10px;}
#new_vehicle_slider.flexslider .f_btn .point_arrows i:first-child.fa { color: #3b983a;}
#new_vehicle_slider .vehicle_details_options {min-height: 100px;padding: 5px 0;text-align: left;width: 260px;margin: 0 auto;font-size: 14px; display: none;}
#new_vehicle_slider .flex-control-nav { display: none; }
#new_vehicle_slider .flex-control-paging li a { background: #fff; }
#new_vehicle_slider .flex-control-paging li a.flex-active { background: #3b983a; }
#new_vehicle_slider .vehicle_details_options div { background: transparent url("/media/10587/vehile-slider-sprite-icons.png") no-repeat; padding: 10px 0 10px 65px; min-height: 43px; }
#new_vehicle_slider .vehicle_details_options .f_odo { background-position: 0 -5px; }
#new_vehicle_slider .vehicle_details_options .f_trans  { background-position: 0 -96px; }
#new_vehicle_slider .vehicle_details_options .f_body  { background-position: 0 -185px; }
#new_vehicle_slider .vehicle_details_options .f_fuel { background-position: 0 -279px; }


/* #new_vehicle_slider.flexslider .slides > li {display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;  -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;}
#new_vehicle_slider.flexslider .slides > li .f_title {-webkit-box-ordinal-group: 1;-moz-box-ordinal-group: 1;-ms-flex-order: 1;-webkit-order: 1;order: 1;}
#new_vehicle_slider.flexslider .slides > li .f_price {-webkit-box-ordinal-group: 2;-moz-box-ordinal-group: 2;-ms-flex-order: 2;-webkit-order: 2;order: 2;}
#new_vehicle_slider.flexslider .slides > li .slider_vehicle_image {-webkit-box-ordinal-group: 3;-moz-box-ordinal-group: 3;-ms-flex-order: 3;-webkit-order: 3;order: 3;}
#new_vehicle_slider.flexslider .slides > li .f_btn {-webkit-box-ordinal-group: 4;-moz-box-ordinal-group: 4;-ms-flex-order: 4;-webkit-order: 4;order: 4;} */

/*sitemap*/
[data-url="sitemap"] #body h2 {margin-top: 0;background: #3b983a;color: #fff;font-size: 20px;text-transform: uppercase;padding: 10px 15px;border-radius: 5px;font-weight: 500; letter-spacing: 2px; margin-bottom: 10px;}
.SiteMapDetails, .SiteMapPages { margin-bottom: 25px; }
.SiteMapDetails, .SiteMapPages, .SiteMapSearch { background: #eee;padding: 15px;border-radius: 5px; box-shadow: 1px 2px 2px rgba(0,0,0,0.2); }
body[data-url="sitemap"] .center-wrapper a {color: #000;	}
body[data-url="sitemap"] .center-wrapper a:hover {color: #3b983a;}

/*vehicle details page back button*/
#back-stock {background: transparent;color: #fff;padding: 8px 20px; border-radius: 20px; display: inline-block;margin: 0 0 15px;font-weight: 400;text-transform: uppercase;font-size: 15px;border: 2px solid #fff;}
#back-stock:hover { background: #3b983a; color: #fff; }

/*sold Vehicles*/
#sold-vehicle { float: none; margin-top: 0; background:#FE0000;border-radius: 5px;color:#fff; box-shadow: 1px 2px 5px rgba(0,0,0,0.4); border: 5px solid #fff; padding: 15px 0;margin-bottom: 35px; }
#body h3.sold-vehicle {margin-left: 0;font-size: 16px;margin: 0;text-align: center; font-weight: 600;line-height: 30px; color: #fff;}

/*common styles*/
input:focus, textarea:focus, select:focus, button:active, button:focus, a:focus { outline: 0; }

/*Left filter hover*/
#search-filters .filter .header:hover {background-color: #000; color: #3b983a;}
#search-filters .filter a:hover, #search-filters .filter a:focus, #search-filters .filter a:active {color: #3b983a;}

/*Vehicle details page*/
#details-sidebar-main .header:hover {background-color: #3b983a;}

/*Veicle details page buttons top*/
#details-vehicle-info-options {background: transparent;color: #fff; padding: 0;}
#details-vehicle-info-options a {font-family: "D-Din-Condensed";  font-weight: 400;color: #fff;font-size: 18px; background:#3b983a;padding: 10px 15px;border-radius: 3px;min-width: 120px;text-align: center; margin-top: 0; text-transform: uppercase; border-radius: 20px;}
#details-vehicle-info-options a:hover, #details-vehicle-info-options a:active, #details-vehicle-info-options a:focus   { background-color: #fff; color: #3b983a; }
#details-vehicle-info-options ul { padding-left: 0; }
#details-vehicle-info-options li:not(:first-child)::before { content: ""; }

@media (max-width:1024px){
#details-vehicle-info-options a {min-width: 100px;padding: 10px 5px;}
}

@media (max-width:767px){
	#details-vehicle-info-options a {min-width: auto;width: 100%;display: inline-block;}
	#details-vehicle-info-options li {float: none;list-style-type: none;width: 100%; display: inline-block; margin-bottom: 10px;}
	#details-vehicle-info-options ul {width: 100%;padding: 0;}
	#details-vehicle-info-options li:not(:first-child)::before {margin-left: 0 !important;margin-right: 0 !important; content: "";}
}

/*social share*/
#details-vehicle-share-options-header { font-weight: 400; font-family: "D-Din-Condensed"; font-size: 18px; color: inherit; }
#details-vehicle-share-drop-down { background: #3b983a; padding: 10px 0; font-weight: 400; border-radius: 20px; }
#details-vehicle-share-drop-down:hover, #details-vehicle-share-drop-down:active, #details-vehicle-share-drop-down:focus {background-color: #fff; color: #3b983a;}


/*icons*/
#search-results .search_icons ul  {list-style-image: none; padding-left: 15px; min-height: 110px;}
#search-results .search_icons li { background-image: url("/media/18005/icons-new.png"); background-repeat: no-repeat; background-size: 24px; margin-bottom: 6px; font-size: 14px; list-style-type: none; padding-left: 44px!important; text-align: left; display: block; margin-right: -8px; width: 100%; border-bottom: 1px solid #DBDBDB; padding: 2px 8px 8px 0; min-height: 32px;}
.icon-enginetype {background-position: 10px -203px;}
.icon-seat {background-position: 10px -254px;}
.icon-colour, #details-vehicle-info-vehicle-Extras li#icon-colour {background-position: 10px 0;}
.icon-transmission, #details-vehicle-info-vehicle-Extras li#icon-transmission { background-position: 10px -36px;}
.icon-body, #details-vehicle-info-vehicle-Extras li#icon-body {background-position: 10px -77px;}
.icon-kms, #details-vehicle-info-vehicle-Extras li#icon-kms {background-position: 10px -117px;}
.icon-fuel, #details-vehicle-info-vehicle-Extras li#icon-fuel {background-position: 10px -156px;}

/*vehicle details page box changes*/
@media (max-width:767px){
	#details-vehicle-info {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex; -webkit-box-orient: vertical;-moz-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column;flex-direction: column;-webkit-box-align: start;-moz-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start;}
	#details-vehicle-info .row {-webkit-box-ordinal-group: 6;-moz-box-ordinal-group: 6;-ms-flex-order: 6;-webkit-order: 6;order: 6; display: inline-block; width: 100%; margin-bottom: 5px; margin-right: 0; margin-left: 0;}
	#details-vehicle-info #details-vehicle-info-extra {-webkit-box-ordinal-group: 5;-moz-box-ordinal-group: 5;-ms-flex-order: 5;-webkit-order: 5;order: 5;}
	#details-vehicle-info #details-vehicle-info-features {-webkit-box-ordinal-group: 4;-moz-box-ordinal-group: 4;-ms-flex-order: 4;-webkit-order: 4;order: 4; width: 100%;}
	#details-vehicle-info #details-vehicle-info-desc {-webkit-box-ordinal-group: 3;-moz-box-ordinal-group: 3;-ms-flex-order: 3;-webkit-order: 3;order: 3;}
	#details-vehicle-info #details-vehicle-info-Img {-webkit-box-ordinal-group: 2;-moz-box-ordinal-group: 2;-ms-flex-order: 2;-webkit-order: 2;order: 2;}
	#details-vehicle-info #details-vehicle-info-vehicle {-webkit-box-ordinal-group: 1;-moz-box-ordinal-group: 1;-ms-flex-order: 1;-webkit-order: 1;order: 1;}
	#details-vehicle-info .row .col-sm-10 { padding-left:0; padding-right: 0; }
	#details-vehicle-info .row .col-sm-2 { padding-left:0; padding-right: 0; }
	
}

/*Image height fix*/
@media (max-width:991px){
	#search-results .search_icons ul { min-height: auto; }
	#search-results .search_item img { height: auto;}
}


/*vehicle list page*/
@media (min-width: 767px) {
	#search-results .search_desc {  }
	.search_meta { min-height: 309px; }
	.share-btn { padding-right: 0; }
}
.img-small {padding-left: 0;padding-right: 0;}
.search_icons { margin: 20px 0;}
.vehicle-listing-img {margin-bottom: 15px;padding: 0;}
.search_location {padding-left: 0;padding-bottom: 0; padding-right: 0; line-height: 25px;}
.search_location .fa { width: 20px; }



/**Google Reviews***/
#body #googleratingtitle, #body #userratingtotal { color: #010101; display: inline-block; }
.google-reviews .btn { background: #3b983a; color: #fff; }
.google-reviews .btn:hover, .google-reviews .btn:focus { background: #010101; }
#body .googlerating-title { margin-bottom: 30px; }

/*finance calculator*/
#finance-calc.newcalculator .finance-calc-result { text-align: center; }
#finance-calc.newcalculator .finance-calc-header-title { background: #3b983a !important; text-transform: uppercase; margin-bottom: 0; }
#finance-calc.newcalculator .finace-calc-body-new { background: #010101 !important; } 
#finance-calc.newcalculator .finace-calc-body-new .finance-calc-result-title { background: #3b983a !important; } 
#finance-calc.newcalculator .finance-calc-header { border: 0; }
#finance-calc.newcalculator .finance-calc-header-title .fa { color: #010101 !important; }
#finance-calc.newcalculator { /* margin-bottom: 30px !important; */ }
#finance-calc.newcalculator .finance-calc-body-bottom { background: #fff !important; } 
#finance-calc.newcalculator .spacer { border-top: 2px solid #000 !important; }
#finance-calc.newcalculator .slider-bar .ui-widget-header { border: 1px solid #3b983a !important; }
#finance-calc.newcalculator .slider-bar .ui-state-default {border: 5px solid #3b983a !important; color: #3b983a !important; }
#details-sidebar-top .newcalculator.finace-calc-widget .finance-calculatot-title { background: #3b983a; text-transform: uppercase; }

@media(max-width: 767px) {
	#finance-calc.newcalculator .finance-calc-header-title, #finance-calc.newcalculator .finance-calc-header-title .fa { font-size: 25px !important; line-height: 35px; }
}


/*How to*/
.box-video-wrapper .background-video video {height: 300px; object-fit: cover; border-radius: 20px;border: 2px solid #3b983a;}
.box-video-wrapper { margin-bottom: 25px; }

@media(max-width: 1024px) {
	.box-video-wrapper .background-video video { height: 250px; }
}

/*FAQ*/
/*accordion*/
#top_accord_content .panel-title .fa { float: right; }
#top_accord_content .panel-default { border: 1px solid #fff; background: transparent; }
#top_accord_content .panel-default > .panel-heading { background: #000; color: #3b983a;  border-radius: 5px 5px 0 0; padding: 0; }
#top_accord_content .panel-default > .panel-heading:hover { background: #3b983a; color: #fff; }
#top_accord_content .panel-title > a { display: block; padding: 10px 15px; }
#top_accord_content .panel-title > a:hover { color: #fff; }
#top_accord_content #accordion .panel-body { border-radius: 0 0 5px 5px; background: #000; }
#top_accord_content #accordion .fa.fa-angle-double-right { float: right; }
#top_accord_content #accordion { margin-top: 20px; }
#top_accord_content [data-toggle="collapse"].collapsed .fa-angle-double-right:before { content: "\f101"; }
#top_accord_content [data-toggle="collapse"] .fa-angle-double-right:before { content: "\f103"; }
#body #top_accord_content #accordion .panel-title { margin-top: 0; font-size: 20px; margin-bottom: 0; }



#finance-calc.newcalculator .slider-bar .ui-state-default {border: 5px solid #3b983a !important; color: #3b983a !important; }
#details-sidebar-top .newcalculator.finace-calc-widget .finance-calculatot-title { background: #3b983a; text-transform: uppercase; }

@media(max-width: 767px) {
	#finance-calc.newcalculator .finance-calc-header-title, #finance-calc.newcalculator .finance-calc-header-title .fa { font-size: 25px !important; line-height: 35px; }
}


/*finance bar*/ 
.finance-bar { display: inline-block; width: 100%; }
.finance-bar a { background: #3b983a; color: #fff; display: block; border-radius: 0 0 10px 10px; font-size: 25px; text-align: center; padding: 15px; }
.finance-bar a .fa { margin-right: 10px; }
.finance-bar a:hover, .finance-bar a:focus  { background: #fff; color: #3b983a; }

@media(max-width: 767px) {
	.finance-bar a { border-radius: 10px; }
}


