@charset "utf-8";

/*
Theme Name: CarForYou - Responsive Car Dealer HTML5 Template.
Author: WMD Team
Version:1.0
*/

/*===========================
 =  Table of CSS
 
	1.1. Typography
		1.2. Button
		1.3. dark-overlay
		1.4. Space margins and padding
		1.5. Form
		1.6. Table
		1.7. Section-background-color & sectino-heading
		1.8 Tabs 
		1.9. parallex-background
		1.10. Modal
	
	2. Header
		2.1 Navigation & Dropdown Menu
	
	3. Home-Page
		3.1. Banner
		3.2. Filter-Form
		3.3. About-Us-Section
		3.4. Recently-Listed-Cars
		3.5. Fun-Facts
		3.6. Featured-Cars
		3.7. Trending-Cars
		3.8 Testimonial-Section
		3.9. Blog-Section
		3.10. Popular-Brands
		3.11. Login / Register / Forgot password
		3.12. Footer
		
	4. Home-Page-2
		4.1. Header
		4.2. Banner
		4.13. Filter-Form
		4.4. About-us
		4.5. Fan-Facts
		4.6. Our-Services
		4.7. Testimonial
		4.8. Help
	
	5. Inner-Page-Heading-Section
	6. Breadcrumb
	7. Listing-Page
	8. Listing-grid-Style
	9. Listing-Detail
	10. Contact-Us-Page
	11. FAQ-Page
	
	12. About-Us-Page
		12.1. Why-Choose-Us-Section
		12.2. Meet-the-Team-Section
	
	13. 404-Page
	14. Our-Services-Page
	
	15. Our-Blog-Page
		15.1. Aritcle
		15.2. Comment-List
		15.3. Page-Pagination
		15.4. Side-Bar-Widgets
		15.5. Popular-Posts
		15.6. Blog-Categories
		15.7. Blog-Tag
	
	16. Profile-page
		16.1. Post-a-vehicle
		16.2. my-vehicles
	
	17. Dealer-profile
	18. Dealers-list
	19. Compare-Page
	20. Coming-Soon-Page
	21. Responsive CSS
		                                                  
===========================*/



/*====================
	1. General code
==========================*/

body {
	font-family: 'Lato', sans-serif;
	margin:0px;
	padding:0px !important;
	overflow-x:hidden;
	color:#555555;
}


/*----------------------
	1.1. Typography
------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color:#111111;
	font-weight:900;
	margin:0 auto 15px;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size:22px;
}
h5 {
	font-size: 20px;
	line-height:32px;
}
h6 {
	font-size: 18px;
}
/* h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-weight:300	
} */
p {
	font-size:16px;
	line-height:26px;
	font-weight:400;
	margin-bottom:15px;
}
a {
	transition-duration:0.5s;
	 -moz-transition-duration:0.5s;
	  -o-transition-duration:0.5s;
	   -webkit-transition-duration:0.5s;
	    -ms-transition-duration:0.5s;
	text-decoration:none;
}
a:hover, a:focus {
	text-decoration:none;
	outline:none;
}
ul, ol {
	margin:0 auto 20px;
}
ul li, ol li {
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto 10px;
}
ul li i, ol li i {
	margin:0 12px 0 0;
}
ul.list_style_none, ol.list_style_none {
	list-style:none;
}
ul.list-with-icon {
	padding-left:10px;
	margin-bottom:30px;
}
ul.list-with-icon li {
  line-height: 20px;
  margin-bottom: 15px;
  padding-left: 23px;
  position: relative;
  list-style:none;
}
ul.list-with-icon li i {
  left: 0;
  position: absolute;
  top: 4px;
}

blockquote {
	background:#f5f5f5 ;	
}
.white-text, 
.white-text h1, 
.white-text h2, 
.white-text h3, 
.white-text h4, 
.white-text h5, 
.white-text h6, 
.white-text p {
	color:#fff;	
}
.uppercase {
	text-transform:uppercase;
}
.underline {
	text-decoration:underline;
}
.divider {
  border-bottom: 1px solid #dcd9d9;
  clear: both;
  margin: 40px auto;
}

/*-----------------
	1.2. Button
-------------------------*/

.btn {
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  margin: auto;
  padding: 7px 36px;
  transition: all 0.3s linear 0s;
   -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
     -webkit-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
}
.btn .fa {
  font-size: 20px;
  margin-left: 5px;
  vertical-align: middle;
}
.btn .fa.fa-chevron-circle-left {
  margin-left: 0;
  margin-right: 5px;
}
.btn.btn-lg {
	font-size: 28px;
	line-height: 35px;
	padding: 25px 83px;
}
.btn.btn-lg:hover {
	background:#c51514
}
.btn:hover, .btn:focus {
	color: #ffffff;
	outline:none;
}
.btn-link {
  font-weight: 800;
}
.btn.outline {
	background:none;
	border-style:solid;
	border-width:1px;	
}
.btn.outline:hover, .btn.outline:focus {
	color:#fff;
}
.btn.btn-xs {
	padding:0px 25px;	
}
.btn.btn-xs .fa {
	margin:0 5px;
	font-size:14px;
}

.angle_arrow {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 22px;
  line-height: 20px;
  margin-left: 4px;
  text-align: center;
  vertical-align: text-top;
  width: 22px;
}
.btn .angle_arrow .fa {
  display: block;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  vertical-align: middle;
}
.btn.outline.active-btn {
	border-color:#089901;
	color:#089901;
}
.btn.outline.active-btn:hover {
	background:#089901;
	color:#fff;
}

a, 
.btn-link, 
.car-title-m h6 a:hover, 
.featured-car-content > h6 a:hover, 
.footer-top ul li a:hover, 
.get-intouch a:hover, 
.blog-content h5 a:hover, 
.blog-info-box li a:hover, 
.control-label span, 
.angle_arrow i, 
.contact_detail li a:hover, 
.team_more_info p a:hover, 
.error_text_m h2, 
.search_btn, 
.popular_post_title a:hover,
.categories_list ul li a:hover,
.categories_list ul li a:hover:after, 
.article_meta ul li a:hover, 
.articale_header h2 a:hover, 
.btn.outline, 
.share_article ul li, 
.contact-info a:hover, 
.social-follow a:hover, 
.radio input[type=radio]:checked + label:before, 
.checkbox input[type=checkbox]:checked + label:before, 
.product-listing-content h5 a:hover, 
.pricing_info .price, 
.text-primary, 
.footer_widget ul li a:hover, 
.header_search button:hover, 
.header_widgets a:hover, 
.navbar-default .navbar-nav > li.active a, 
.navbar-default .navbar-nav > li:focus a, 
.navbar-default .navbar-nav > li:hover a,  
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover,
.my_vehicles_list ul.vehicle_listing li a:hover, 
.dealer_contact_info a:hover, 
.widget_heading i, 
.dealers_listing .dealer_info h5 a:hover, 
.main_features ul li p, 
.listing_detail_head .price_info p, 
.listing_other_info button:hover, 
.compare_info table td i, .compare_info table th i,  
#accessories i, 
.price, 
.inventory_info_list ul li i, 
.services_info h4 a:hover, 
.about_info .icon_box, 
.header_style2 .navbar-nav > li > .dropdown-menu a:hover, 
.header_style2 .navbar-default .navbar-nav li:hover .dropdown-menu li a:hover, 
.header_style2 .dropdown-menu > .active > a, 
.header_style2 .dropdown-menu > .active > a:focus, 
.header_style2 .dropdown-menu > .active > a:hover, 
.header_style2 .dropdown-menu > li > a:focus, 
.header_style2 .dropdown-menu > li > a:hover {
	color:#fa2837;
	fill: #fa2837;
}

a:hover, a:focus, .btn-link:hover {
	color:#ff0012;
	fill: #ff0012;
}

.btn, 
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover, 
.recent-tab .nav.nav-tabs li.active a, 
.fun-facts-m, .featured-icon, 
.owl-pagination .owl-page.active,
#testimonial-slider .owl-pagination .owl-page.active, 
.social-follow.footer-social a:hover, 
.back-top a, 
.team_more_info ul li a:hover, 
.tag_list ul li a:hover, 
.pagination ul li.current, 
.pagination ul li:hover,
.btn.outline:hover, 
.btn.outline:focus, 
.share_article ul li:hover, 
.nav-tabs > li a:hover, 
.nav-tabs > li a:focus, 
.label-icon, 
.navbar-default .navbar-toggle .icon-bar, 
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, 
.label_icon, 
.navbar-nav > li > .dropdown-menu, 
.add_compare .checkbox, 
.search_other, 
.vs, 
.td_divider, 
.search_other_inventory, 
#other_info, 
.main_bg, 
.slider .slider-handle, .slider .slider-selection {
  background: #fa2837 none repeat scroll 0 0;
  fill: #fa2837;
}
.btn:hover, .btn:focus, 
.search_other:hover, 
#other_info:hover {
	background-color: #c60210;
	fill: #fb4d59;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover, 
.social-follow.footer-social a:hover, 
.page-header, 
.tag_list ul li a:hover, 
.btn.outline, 
.share_article ul li, 
blockquote, 
.social-follow a:hover, 
.radio label:before,  
.navbar-default .navbar-toggle, 
.owl-buttons div, 
.about_info .icon_box {
	border-color: #fa2837;
}

.recent-tab .nav.nav-tabs li.active::after {
	border-color: #fa2837 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.td_divider:after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0 ) rgba(0, 0, 0, 0 ) #fa2837 ;
}

.navbar-nav > li > .dropdown-menu li {
  border-bottom: 1px solid #e21625;
}

@media (max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color:#fa2837;	
}


}



/*-------------------------
	1.3. dark-overlay
---------------------------------*/
.div_zindex {
  position: relative;
  z-index: 1;
}
.dark-overlay {
  background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


/*-------------------------------------
	1.4. Space margins and padding
------------------------------------------------*/
.padding_none {
	padding:0px;
}
.padding {
	padding:20px 0;
}
.padding_50px {
	padding:50px 0;
}
.padding_4x4_30 {
	padding:30px;	
}
.padding_4x4_40 {
	padding:40px;	
}
.space-20 {
    width:100%;
    height: 20px;
	clear:both;
}
.space-30 {
    width:100%;
    height: 30px;
	clear:both;
}
.space-40 {
    width:100%;
    height: 40px;
	clear:both;
}
.space-60 {
    width:100%;
    height: 60px;
	clear:both;
}
.space-80 {
    height: 80px;
    width:100%;
}
.margin-btm-20 {
    margin-bottom: 20px;
	clear:both;
}
.margin-none {
	margin:0px;
}



/*-----------------
	1.5. Form
---------------------------*/

.form-group {
  margin-bottom: 15px;
  position: relative;
}
.form-label {
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto 8px;
}
.form-control {
  background: #eeeeee none repeat scroll 0 0;
  border: 0 none;
  border-radius: 3px;
  box-shadow: none;
  color: #111;
  font-size: 15px;
  height: 46px;
  line-height: 30px;
  padding: 0 15px;
}
.form-control:hover, .form-control:focus {
	box-shadow:none;
	outline:none	
}
.select {
	position:relative;
}
.select select {
  appearance: none;
   -moz-appearance: none;
   -o-appearance: none;
   -webkit-appearance: none;
   -ms-appearance: none;
  
}
.select::after {
  color: #878787;
  content: "";
  cursor: pointer;
  font-family: fontawesome;
  font-size: 15px;
  padding: 12px 0;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 0;
}
.form-control option {
  padding: 10px;
}
.control-label {
	color:#555;
	font-size:15px;
	font-weight:700;	
}
.radio label, .checkbox label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding-left: 26px;
  position: relative;
}
.radio input[type=radio],
.checkbox input[type=checkbox] {
	display: none;
}
.radio label:before {
    background-color:transparent;
	border-style:solid;
	border-width:1px;
	border-radius:50%;
    content: "";
    display: inline-block;
    height: 15px;
    left: 0;
	top:4px;
    position: absolute;
    width: 15px;	
}
.checkbox label::before {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #111111;
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}
/* .radio input[type=radio]:checked + label:before {
	content: "\2022";
	font-size: 15px;
	text-align: center;
    line-height: 11px;
}
.checkbox input[type=checkbox]:checked + label:before {
	content: "\2713";
	font-size: 12px;
	text-align: center;
    line-height: 14px;
} */

.radio label.checked:before {
	content: "\2022";
	font-size: 15px;
	text-align: center;
  line-height: 11px;
  color: #111;
}
.checkbox label.checked:before {
	content: "\2713";
	font-size: 12px;
	text-align: center;
  line-height: 14px;
  color: #111;
  font-weight: 700;
}

.black_input .form-control {
	background:#222;
	border-radius:3px;
	color:#fff;
	border:#222 solid 1px;
	font-size:17px;
}
.checkbox, .radio {
  padding-top: 5px;
}

.form-control.white_bg {
	background:#fff;
	border:#e6e5e5 solid 1px;	
}


/*-----------------
	1.6. Table
---------------------------*/

/* table {
	margin:0 0 30px;
	width:100%;
}
table th, table td {
  border: 1px solid #cccccc;
  padding: 15px;
  padding:18px;
}
table th img, table td img {
	max-width:100%;
}
table thead {
	background:#eee;
}
table thead th, table thead td {
	text-transform:uppercase;
	font-weight:900;
	color:#111;
} */



/*-----------------------------------------------------------
	1.7. Section-background-color & sectino-heading
-------------------------------------------------------------------*/
.secondary-bg {
	background-color:#222;
	color:#fff;
}
.dark-bg {
	background-color:#111;
	color:#fff;
}
.gray-bg { 
	background:#eeeeee;
}
.primary-bg {
  background: #fa2837;
  color:#fff;
}
.section-padding {
  padding: 110px 0;
}
.section-header {
  padding-bottom: 55px;
}
.section-header h2 {
  margin-bottom: 30px;
}
.section-header h2 span {
  font-weight: 300;
}
.section-header p {
  font-size: 17px;
}


/*--------------------
	1.8 Tabs 
------------------------------*/

.nav.nav-tabs {
  border: medium none;
}
.nav-tabs > li a {
  background: #000000 none repeat scroll 0 0;
  border-radius: 0;
  color: #ffffff;
  font-weight: 800;
  margin-right: 5px;
  padding: 9px 36px;
  text-align:center;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #ffffff;
}
.nav-tabs > li {
  margin-bottom: 0;
}


/*--------------------------------------------
	1.9. parallex-background
---------------------------------------------------*/
.parallex-bg {
  background-attachment: fixed;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


/*------------------------
	1.10. Modal
--------------------------------*/
.modal-dialog {
  width: 650px;
}
.modal-content {
  padding: 0 32px 22px;
}
.modal-header {
	padding:15px 0;
	margin-bottom:25px;
}
.modal-body {
	padding:10px 0;
}
.modal .modal-header .close {
  background: #000000 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 17px;
  height: 31px;
  line-height: 30px;
  margin-top: 5px;
  opacity: 1;
  text-align: center;
  text-shadow: none;
  width: 31px;
}




/*================
	 2. Header
===========================*/

.default-header {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  transition-duration:0.3s;
   -moz-transition-duration:0.3s;
    -o-transition-duration:0.3s;
     -webkit-transition-duration:0.3s;
     -ms-transition-duration:0.3s;
}
.nav-stacked.affix {
  background: #f5f5f5 none repeat scroll 0 0;
  top: 0;
  width: 100%;
  z-index: 11;
  padding: 10px 0;
}

.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
	background:#fff;
}
.social-follow {
  display: inline-block;
  margin-left: 20px;
  margin-top: 0;
  vertical-align: middle;
}
.social-follow ul {
	padding:0px;
	margin:0px;
}
.social-follow ul li {
	display:inline-block;
	vertical-align:middle;
	list-style:none;
	margin:0 10px 0 0;
}
.social-follow ul li:last-child {
  margin-right: 0;
}
.social-follow ul li a {
	display:block;
	font-size:25px;
	color:#555;
}
.social-follow li i {
  margin-right: 0;
}
.login_btn {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.circle_icon {
  border: 1px solid #000;
  border-radius: 50%;
  color: #555;
  float: left;
  font-size: 17px;
  height: 40px;
  line-height: 35px;
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.uppercase_text {
  color: #111;
  font-size: 15px;
  font-weight: 900;
  line-height: 17px;
  margin: 0;
  text-transform: uppercase;
}
.header_widgets {
  display: inline-block;
  width: 260px;
  text-align:left;
}
.header_widgets a {
	color:#555;
}
.header_wrap {
  /* float: right; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header_search {
  float: right;
  padding: 16px 0;
  position: relative;
}
#header-search-form::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
  border-style: solid;
  border-width: 7px;
  content: "";
  position: absolute;
  right: 9px;
  top: -13px;
  display:none;
}
.header_search input {
  background: #ffffff none repeat scroll 0 0;
  border: 0 none;
  height: 38px;
  padding-right: 45px;
  width: 227px;
}
.header_search button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #555555;
  font-size: 14px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#search_toggle {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  cursor: pointer;
  display:none;
  margin-top: 1px;
  padding: 5px 10px;
}
.user_login {
  border: 1px solid #444;
  border-radius: 3px;
  float: left;
}
.user_login ul {
	padding:0px;
	margin:0px;
}
.user_login ul li {
  line-height: 17px;
  list-style: outside none none;
  margin: 0;
  padding: 8px 15px;
}
.user_login > ul > li a {
	color:#fff;
	font-size:12px;
	font-weight:900;
	text-transform:uppercase;
}
.user_login > ul > li > a {
  font-size:14px;
  color:#222;
  white-space: nowrap;
}
.user_login > ul > li a i {
	margin:0 2px 0;
}

.user_login ul li.ads-upgrade a {
  background-color: #fa2837;
}
.user_login ul li.ads-upgrade a:hover {
  color: #fff;
  background-color: #c60210;
}

.user_login ul.dropdown-menu {
  background: #111111 none repeat scroll 0 0;
  border-radius: 0;
  padding: 15px 0;
  top: 100%;
  width: auto;
  min-width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}




/*----------------------------------
	2.1 Navigation & Dropdown Menu 
------------------------------------------*/
#navigation_bar {
  background: #111111 none repeat scroll 0 0;
  border-radius: 0;
  padding: 0;
}
#navigation {
  padding: 0;
}
@media (min-width:768px) {#navigation { max-height:90px;} }

nav.navbar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  margin: 0 auto;
}
.navbar-default .navbar-nav > li {
  margin: 0 5px 0 0;
  padding: 0px;
  border-radius:0px;
  transition-duration:0.3s;
  -moz-transition-duration:0.3s;
  -o-transition-duration:0.3s;
  -webkit-transition-duration:0.3s;
  -ms-transition-duration:0.3s;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
	background:none;
}
.nav.navbar-nav > li:nth-last-child(1) {
  padding-right: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 27px;
  padding: 20px 22px;
  text-transform: uppercase;
  position:relative;
}
.navbar-default .navbar-nav > li.dropdown > a {
  padding: 20px 42px 20px 22px;
}
.navbar-default .navbar-nav > li.dropdown > a::after {
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  right: 18px;
  top: 30%;
}
.navbar-default .navbar-nav li:hover a, 
.navbar-default .navbar-nav li.active a {
	color:#fff;	
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
	border-radius:0;
	background:none;
}
#navigation.collapse.navbar-collapse {
  /* float: left; */
  margin: 0px;
}
.navbar-nav > li > .dropdown-menu {
  border: 0 none;
  border-radius:0;
  box-shadow: none;
  padding:0px 0;
}
.navbar-nav > li > .dropdown-menu li {
  margin: 0;
}
.navbar-nav > li > .dropdown-menu a {
	color:#fff;
	padding:12px 25px;
}
.navbar-default .navbar-nav li:hover .dropdown-menu li a {
	color:#fff;	
}
.navbar-nav > li > .dropdown-menu a:hover, 
.navbar-default .navbar-nav li:hover .dropdown-menu li a:hover, 
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background:#111;
}

.navbar-nav > li > .dropdown-menu li:last-child {
	border:0px;
}
.user_login .dropdown-menu > .active > a, .user_login .dropdown-menu > .active > a:focus, .user_login .dropdown-menu > .active > a:hover, 
.user_login  .dropdown-menu > .active > a:hover, .user_login  .dropdown-menu > li > a:focus, .user_login .dropdown-menu > li > a:hover {
	background:#fff;
	color:#111;
}
@media (min-width:768px) {
	
.navbar-default .navbar-nav > li.dropdown:hover .dropdown-menu {
	display:block;
}
.navbar-nav > li > .dropdown-menu {
	top: 80px;
	display: block !important;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	opacity: 0;
	visibility: hidden;
}
.navbar-nav > li:hover > .dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}


}




/*=======================
	 3. Home-Page
================================*/

/*-------------------------
	3.1. Banner
-------------------------------*/
.banner-section {
  background-image: url("../images/banner-image.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0;
  position: relative;
}
.banner-section::after {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.banner_content {
  padding-left: 120px;
}
.banner_content h1 {
  color: #ffffff;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}
.banner_content p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}
.car-finder-box {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 26px;
}
.find-car-form {
  overflow: hidden;
}
.find-car-form .form-control{ border:none;}
.find-car-form .col-form-6 {
  float: left;
  width: 49%;
}
.find-car-form .col-form-6:nth-child(2n+1) {
  margin-right: 10px;
}


/*-------------------------
	3.2. Filter-Form
-------------------------------*/

#filter_form {
	padding:46px 0;
}
#filter_form h3 {
	font-size:30px;
	margin-bottom:25px;
}
#filter_form .btn {
	font-size:18px;	
}
#filter_form .btn i {
	margin-right:6px;
}
#filter_form .form-group {
	margin-bottom:20px;
}
.slider.slider-horizontal .slider-track {
  background-color: rgba(0, 0, 0, 0.2);
  background-image: none;
}
.slider .slider-handle, .slider .slider-selection {
	background-image:none;
}



/*-------------------------
	3.3. Membership Types Section
-------------------------------*/
.ads-membership-types {
  display: flex;
}

.looking-car {
  border: 3px solid #e1e1e1;
  border-radius: 0 30px;
  padding: 30px 25px;
  width: calc(33.333333% - 20px);
  text-align: center;
  display: flex;
  flex-direction: column;
}
.looking-car:not(:last-child) {
  margin-right: 30px;
}
.looking-car .btn {
  margin-bottom: 0;
  margin-top: auto;
}
.looking-car span {
  font-weight: 300;
}
.looking-car-content {
  text-align: center;
  margin-top: 20px;
}
.looking-cat-image {
  text-align: center;
}
.looking-car-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 26px;
}
.looking-cat-image img {
  width:100%;
  max-width: 150px;
}



/*-----------------------------
	3.4. Recently-Listed-Cars
-----------------------------------*/
.recent-tab {
  margin: 0 auto;
  text-align: center;
}
.recent-tab ul.nav-tabs {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  display:inline-block;
}
.recent-tab .nav.nav-tabs a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 30px;
  color: #222222;
  font-size: 15px;
  line-height: 26px;
  margin: 0 auto;
  padding: 6px 32px;
  position:relative
}
.recent-tab .nav.nav-tabs li.active a {
  border: medium none;
  color: #ffffff;
}
.recent-tab .nav.nav-tabs li.active::after {
  border-style: solid;
  border-width: 12px;
  bottom: -20px;
  content: "";
  height: 8px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 12px;
}
.col-list-3 {
  float: left;
  padding: 0 15px;
  width: 33%;
}
.col-list-3:nth-child(3n) {
	clear:right;
}
.col-list-3:nth-child(3n+1) {
	clear:left;
}
.recent-car-list {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-top: 40px;
}
.car-info-box { position:relative;}
.car-info-box ul {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 0;
  margin: 0 auto;
  padding: 0 15px;
  position: absolute;
  width: 100%;
}
.car-info-box li {
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  line-height: 50px;
  list-style: outside none none;
  margin: 0 15px 0 auto;
}
.car-info-box li .fa {
  margin-right: 8px;
}
.car-info-box li:nth-last-child(1) {
  margin-right: 0;
}
.car-title-m {
  overflow: hidden;
  padding: 20px;
}
.car-title-m h6 {
  float: left;
  margin: 0 auto;
  max-width: 245px;
}
.car-title-m h6 a {
  color: #111111;
}
.car-title-m .price {
  color: #555555;
  float: right;
  font-size: 16px;
  font-weight: 800;
}

.inventory_info_m {
  padding: 0 20px 15px;
}
.inventory_info_m p {
  color: #9e9e9e;
  line-height: 22px;
}
.blog-info-box .share_article {
	position:absolute;
	top:15px;
	left:15px;
	overflow:hidden;
}
.blog-info-box .share_article p {
	background:rgba(0, 0, 0, 0.5);
	border:rgba(255, 255, 255, 0.5) solid 2px;
	border-radius:50%;
	width:35px;
	height:35px;
	text-align:center;
	color:#fff;
	line-height:30px;
	cursor:pointer;
	float:left;
	margin:0;
}
.blog-info-box .share_article:hover p, .blog-info-box .share_article:hover ul li a {
	background:#fff;
	color:#000;
}
.blog-info-box .share_article:hover ul li a:hover {
	border-radius:50%;
	color:#fa2837;
}
.blog-info-box .share_article ul {
	position:absolute;
	background:none;
	float:left;
	width:auto;
	opacity:0;
	visibility:hidden;
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
    transform:translateY(-100%);
	 -moz-transform:translateY(-100%);
	  -o-transform:translateY(-100%);
	   -webkit-transform:translateY(-100%);
	    -ms-transform:translateY(-100%);
}
.blog-info-box .share_article ul li {
	height:35px;
	width:35px;
	line-height:35px;
	background:rgba(0, 0, 0, 0.5);
	border:0px;
	
}
.blog-info-box .share_article:hover ul {
	opacity:1;
	visibility:visible;
	position:relative;
	transform:translateY(0%);
	 -moz-transform:translateY(0%);
	  -o-transform:translateY(0%);
	   -webkit-transform:translateY(0%);
	    -ms-transform:translateY(0%);
}



/*---------------------
	3.5. Fun-Facts
-----------------------------*/
.fun-facts-section {
  background: rgba(0, 0, 0, 0) url("../images/fun-facts-bg.jpg") repeat scroll 0 0;
  padding: 100px 0;
  position: relative;
}
.fun-facts-m {
  border-radius: 50%;
  color: #ffffff;
  display: table;
  height: 188px;
  margin: 0 auto;
  text-align: center;
  width: 188px;
}
.fun-facts-m .cell {
  display: table-cell;
  vertical-align: middle;
}
.fun-facts-m h2 {
  color: #ffffff;
  margin: 0 auto;
}
.fun-facts-m p {
  font-size: 15px;
  line-height: 24px;
  margin: 0 auto;
}
.fun-facts-m h2 .fa {
  display: block;
}


/*----------------------
	3.6. Featured-Cars
-------------------------------*/
.featured-car-list {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin:0 auto 15px;
  transition-duration:0.3s;
   -moz-transition-duration:0.3s;
    -o-transition-duration:0.3s;
     -webkit-transition-duration:0.3s;
      -ms-transition-duration:0.3s;
}
.featured-car-list:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.featured-car-img {
  position: relative;
  overflow:hidden;
}
.featured-icon {
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  right: -28px;
  text-align: center;
  text-transform:capitalize;
  top: 9px;
  transform: rotate(45deg);
  width: 105px;
}
.featured-car-content {
  padding: 20px;
  overflow:hidden;
}
.featured-car-content a {
  color: #111111;
}
.featured-price {
  font-size: 18px;
  font-weight: 800;
}
.featured-car-content ul {
  border-top: 1px solid #e7e6e6;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 20px 0 0;
}
.featured-car-content li {
  float: left;
  font-size: 13px;
  list-style: outside none none;
  margin-bottom: 8px;
  width: 50%;
}
.featured-car-content li .fa {
  font-size: 15px;
  margin-right: 8px;
}
.price_info {
	overflow:hidden;
}	
.featured-price {
	float:left;
	width:50%;
}
.price_info .car-location {
	float:right;
	margin:0 auto;
	width:50%;
}
.price_info .car-location > span {
  display: block;
  line-height: 30px;
}
.compare_item {
  background:rgba(0, 0, 0, 0.8);
  left: 10px;
  padding: 0 12px;
  position: absolute;
  top: 10px;
}
.compare_item .checkbox {
	margin:4px 0;
	padding:0px;
}
.compare_item .checkbox label {
	color:#fff;
    font-weight:400;
	font-size:13px;
}
.compare_item .checkbox label::before {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  height: 12px;
  top: 4px;
  width: 12px;
}
.compare_item .checkbox input[type="checkbox"]:checked + label::before {
  color: #000;
  font-weight: bold;
}



/*---------------------
	3.7. Trending-Cars
-----------------------------*/
.trending-car-m {
  position: relative;
}
.trending-hover {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  padding: 10%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 100%;
  transition-duration: 0.5s;
   -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
     -webkit-transition-duration: 0.5s;
      -ms-transition-duration: 0.5s;
  width: 100%;
  z-index: 111;
}
.trending-car-m:hover .trending-hover {
	top:0px;
}
.trending-hover h4 {
	position:absolute;
	margin:0 auto;
	top:50%;
	left:15px;
	right:15px;
	transform:translateY(-50%);
	 -moz-transform:translateY(-50%);
	  -o-transform:translateY(-50%);
	   -webkit-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
}
.trending-hover h4 a {
	color:#fff;
}
.owl-pagination {
	width:100%;
	display:block;
	margin:auto;
	text-align:center
}
.owl-pagination .owl-page {
	height:10px;
	width:10px;
	background:#929292;
	border-radius:50%;
	display:inline-block;
	margin:25px 5px 0px;
}
.owl-pagination .owl-page.active {
	height:16px;
	width:16px;
	border-radius:50%;
	position:relative;
	top:2px;
}


/*--------------------
	3.8 Testimonial-Section
-----------------------------*/

.white-text h2 {
  color: #ffffff;
}
.testimonial-m {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
.testimonial-img {
  border: 5px solid #ffffff;
  border-radius: 50%;
  float: left;
  height: 215px;
  left: 30px;
  overflow: hidden;
  position: absolute;
  top: 42px;
  width: 215px;
  z-index: 1;
}
.testimonial-img > img {
  max-width: 100%;
}
.testimonial-content {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 0 30px;
  float: right;
  padding: 35px 35px 35px 92px;
  position: relative;
  width: 425px;
}
.testimonial-content::after {
  background: rgba(0, 0, 0, 0) url("../images/testimonial-content-bg.jpg") repeat scroll 0 0 / cover ;
  border-radius: 0 30px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.client-designation {
  color: #555555;
  font-size: 14px;
}
.testimonial-heading {
  margin-bottom: 35px;
  padding-left: 110px;
  position: relative;
}
.testimonial-heading h5 {
  margin: 0 auto;
}
.testimonial-heading::after {
  content: "";
  font-family: fontawesome;
  font-size: 100px;
  left: 0;
  line-height: 28px;
  position: absolute;
  top: 15px;
  color:rgba(0, 0, 0, 0.1);
}
.testimonial-content > p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 auto 5px;
  padding-left: 35px;
}
#testimonial-slider .owl-pagination .owl-page {
	background:#fff;
}



/*----------------------
	3.9. Blog-Section
-----------------------------*/
.blog-info-box {
  position: relative;
}
.blog-info-box ul {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 0;
  margin: 0 auto;
  padding: 0 15px;
  position: absolute;
  width: 100%;
}
.blog-info-box li {
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  line-height: 50px;
  list-style: outside none none;
  margin: 0 10px 0 auto;
}
.blog-info-box li a{
  color: #ffffff;
}
.blog-info-box li .fa {
  margin-right: 3px;
}
.blog-content {
  overflow: hidden;
  padding-top: 25px;
}
.blog-content h5 {
	line-height:26px;	
}
.blog-content h5 a {
	color:#111;	
}
.blog-content a i {
	margin:0px;
	transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	 -o-transition-duration:0.3s;
	  -webkit-transition-duration:0.3s;
	   -ms-transition-duration:0.3s;
}
.blog-content a:hover i {
	margin-left:8px;
}



/*------------------------
	3.10. Popular-Brands
--------------------------------*/
.brand-section {
  padding: 55px 0;
}
.brand-hadding {
  border-right: 1px solid #bbbbbb;
  float: left;
  padding-right: 10px;
  position: relative;
  width: 90px;
}
#popular_brands div {
	padding:0 10px;
}
.brand-hadding::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #bbbbbb;
  border-style: solid;
  border-width: 12px;
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
}
.brand-hadding h5 {
  line-height: 26px;
  margin: 10px 0;
}
.brand-logo-list {
  float: right;
  margin: 0 auto;
  padding: 0 0 0 30px;
  width: 90%;
}

.brand-logo-list a img {
  margin: 0 auto;
}
.brand-logo-list .owl-controls.clickable {
	display:none !important;
}



/*-------------------------------------------------
	3.11. Login / Register / Forgot password
-------------------------------------------------------*/

.login_wrap, .signup_wrap {
  display: table;
  position: relative;
  width: 100%;
}
#loginform .modal-footer, #signupform .modal-footer, #forgotpassword .modal-footer {
	text-align:center;
	border-top:0px;
}
#loginform .modal-footer p, #signupform .modal-footer p, #forgotpassword .modal-footer p {
	margin:0px;
	font-size:14px;
	color:#111;
	line-height:22px;
	font-weight:400;
}
.mid_divider {
  border-left: 1px solid #d7d7d7;
  height: 100%;
  left: 50%;
  position: absolute;
  top:0;
}
.btn.facebook-btn, .btn.facebook-btn:hover {
	background:#3c5a98;
}
.btn.twitter-btn, .btn.twitter-btn:hover {
	background:#28bcec;
}
.btn.googleplus-btn, .btn.googleplus-btn:hover {
	background:#fe0000;
}
.btn.facebook-btn, .btn.twitter-btn, .btn.googleplus-btn {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 10px 22px;
  text-align: left;
}
.btn.facebook-btn i, .btn.twitter-btn i, .btn.googleplus-btn i { 
	font-size:26px;
	margin-right:10px;
}

.gray_text {
	color:#ccc;
}
.forgotpassword_wrap p {
	margin:0 auto 15px;
	max-width:80%;
}


/*-----------------
	3.12. Footer
------------------------*/
.footer-top {
  background: #222222 none repeat scroll 0 0;
  color: #9d9d9d;
  padding: 80px 0;
}
.footer-top h6 {
  color: #ffffff;
  font-size:15px;
  text-transform:uppercase;
  margin-bottom: 40px;
}
.footer-top ul {
  overflow: hidden;
  padding: 0;
}
.footer-top ul li {
  font-size: 14px;
  line-height: 23px;
  list-style: outside none none;
  margin-bottom: 16px;
  padding-left: 12px;
  position: relative;
}
.footer-top ul li a::after {
  content: "";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  vertical-align: middle;
}
.footer-top ul li a {
  color: #fff;
}
input.newsletter-input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  font-size: 13px;
  text-align: left;
}
.subscribed-text {
  color: #606060;
  font-size: 12px;
  line-height: 18px;
  padding-top: 10px;
}
.footer-bottom {
  background: #191919 none repeat scroll 0 0;
  padding: 22px 0;
}
.footer_widget {
  color: #ffffff;
  display: inline-block;
  margin: 6px 0 0 30px;
}
.footer_widget p {
	display:inline-block;
	vertical-align:middle;
	margin:0px;
}
.footer_widget ul  {
	display:inline-block;
	padding:0px;
	vertical-align:middle;
	margin:0px 0 0 8px;
}
.footer_widget ul li {
	display:inline-block;
	vertical-align:middle;
	list-style:none;
	margin:0 auto;
}
.footer_widget ul li a {
	color:#fff;
	display:block;
	font-size:18px;
	margin:0 4px;
}
.footer_widget ul li a i {
	margin:0px;
}
.copy-right {
  color: #ffffff;
  font-size: 15px;
  line-height: 40px;
  margin: 0 auto;
}
.back-top {
  bottom: 35px;
  position: fixed;
  right: 33px;
  z-index: 1;
}
.back-top a {
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 19px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  vertical-align: top;
  width: 40px;
}
.back-top a:hover, .back-top a:focus {
	color:#fff;
}




/*=======================
	 4. Home-Page-2
================================*/


/*-----------------
	4.1. Header
------------------------*/
.header_style2 {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
  background:#fff;
  transition-duration:0.3s;
   -moz-transition-duration:0.3s;
    -o-transition-duration:0.3s;
     -webkit-transition-duration:0.3s;
      -ms-transition-duration:0.3s;
}
.header_style2 #navigation_bar {
  background: #fff;
  text-align:center;
}
.header_style2 .navbar-default .navbar-nav > li {
	margin:0;
}
.header_style2 .navbar-default .navbar-nav > li > a {
  color: #111;
  padding:30px 18px;
}
.header_style2 .user_login i {
	font-size:24px;
	color:#111;
}
.header_style2 .logo {
  margin: 20px 0;
}
.header_style2 .user_login {
  margin: 29px 10px 20px 0;
}
.header_style2 .login_btn {
  margin: 28px 0;
}
.header_style2 .navbar-default .navbar-nav > li.dropdown > a::after {
  right: 0;
}
.header_style2 .navbar-nav > li, .header_style2 .navbar-nav {
  display: inline-block;
  float: none;
}
.header_style2 .navbar-default .navbar-nav > li.dropdown > a::after {
  top: 34%;
}

@media (min-width:992px) {
.header_style2 #navigation.collapse.navbar-collapse {
  display: inline-block !important;
  float: none;
  width: auto !important;
}
.header_style2 {
  padding:6px 0;
}

}

.header_style2.nav-stacked.affix {
	padding:0px;
}



/*--------------------
	4.2. Banner
---------------------------*/
#banner2 {
	position:relative;
}
#banner2 h3 {
	font-weight:300;
	margin:0 auto 30px;
}
.bannre-item {
	position:relative;
	padding:150px 0 250px;
	background-repeat:no-repeat;
}
.banner_text {
	position:relative;
	z-index:1;
}
#banner2 .item:after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#banner2 .carousel-caption {
  bottom: inherit;
  left: 20%;
  padding-bottom: 30px;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
}
#banner2 .carousel-control {
  width: 10%;
}
.carousel-control .icon-next, .carousel-control .icon-prev {
  border:rgba(255, 255, 255, 0.5) solid 1px;
  line-height: 22px;
}


/*--------------------
	4.13. Filter-Form
---------------------------*/
#filter_form2 {
  margin: -120px 0 -20px;
  position: relative;
  z-index: 1;
}
.main_bg {
	padding:30px;
	box-shadow:rgba(0, 0, 0, 0.3) 0 0 10px;
}
.main_bg .btn {
	background:#111;
}
.main_bg .btn:hover {
	background:#000;
}
#filter_form2 .form-label {
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 700;
}
form .slider.slider-horizontal {
	width:100%;
}
#filter_form2 .slider.slider-horizontal .slider-track {
	background-image:none;
	background-color:rgba(255, 255, 255, 0.3);
}
#filter_form2 .slider-handle {
  background-color: #ffffff;
  background-image: none;
}
#filter_form2 .slider-selection {
	background-color:#fff;
}



/*-----------------
	4.4. About-us
------------------------*/
.about_info {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding:40px 20px;
  text-align:center;
  transition-duration: 0.3s;
   -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
     -webkit-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
}
.about_info:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.about_info .icon_box {
  float:none;
  margin: 0 auto 25px;
}
.about_info h5 {
	margin:0 auto 10px;
}


/*-----------------
	4.5. Fan-Facts
------------------------*/
#fun-facts {
	position:relative;
}
.vc_row {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.vc_col {
  display: flex;
}
.fact_m {
  display: block;
  margin: 0 80px 0 16%;
  width: auto;
}
.fact_m ul {
	margin:0px;
	padding:40px 0 0;
	clear:both;
}
.fact_m ul li p {
	margin:0px;
}
.fact_m ul li h2 {
	margin:0px;
}
.fact_m ul li {
	list-style:none;
	float:left;
	border:rgba(255, 255, 255, 0.2) solid 1px;
	padding:30px 18px;
	width:48%;
	margin:0 2% 12px 0;
}
.fact_m ul li i {
	font-size:65px;
	float:left;
	margin:0 10px 20px 0;
}




/*-----------------
	4.6. Our-Services
------------------------*/
.services_info {
	overflow:hidden;
	margin:30px auto 0;
}
.our_services {
  display: block;
  margin: 0 16% 0 40px;
  width: auto;
}
.services_info h4 {
	margin:10px auto;
}
.services_info h4 a {
	color:#fff;
}
.services_info p {
	line-height:22px;
}
.icon_box {
	float:left;
	width:99px;
	height:99px;
	text-align:center;
	font-size:40px;
	line-height:90px;
	border-radius:50%;
	border:rgba(255, 255, 255, 0.2) solid 1px;
	margin:0 25px 25px 0;
}



/*-----------------
	4.7. Testimonial
------------------------*/
#testimonial {
	position:relative;
}
.testimonial_wrap {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin: 15px;
  padding: 40px;
  text-align: center;
  overflow:visible;
  position:relative;
  transition-duration:0.3s;
   -moz-transition-duration:0.3s;
    -o-transition-duration:0.3s;
     -webkit-transition-duration:0.3s;
      -ms-transition-duration:0.3s;
}
.testimonial_wrap:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.testimonial_wrap .testimonial-img {
  float: none;
  height: 135px;
  left: inherit;
  margin: 0 auto 20px;
  position: relative;
  right: inherit;
  top: inherit;
  width: 135px;
}
.testimonial_wrap .testimonial-heading::after { 
	display:none;
}
.testimonial_wrap::after {
  color: rgba(0, 0, 0, 0.1);
  content: "";
  font-family: fontawesome;
  font-size: 100px;
  left: 25px;
  line-height: 28px;
  position: absolute;
  top: 60px;
}
.testimonial_wrap .testimonial-heading {
	padding:0px;
	margin:0 auto 20px;
}



/*-----------------
	4.8. Help
------------------------*/
#help {
  background-image: url("../images/help_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover; 
  position:relative;
  background-attachment:fixed;
}




/*========================================
	 5. Inner-Page-Heading-Section
==============================================*/

.page-header {
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 none;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.page-header_wrap {
  padding:60px 0;
  position:relative;	
  text-align:center;
}
.page-heading {
  z-index:1;
  position:relative;
}
.page-heading h2, .page-heading h1 {
  font-size:40px;
  color: #ffffff;
  margin: 0 auto;
}



/*=======================
	 6. Breadcrumb
================================*/
.coustom-breadcrumb {
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
}
.coustom-breadcrumb li {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  line-height: 45px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0 10px;
  position:relative;
}
.coustom-breadcrumb a {
  color: #ffffff;
}
.coustom-breadcrumb li a:hover {
	color:#fff;
	text-decoration:underline;
}
.coustom-breadcrumb a::after {
  color: #fff;
  content: "";
  font-family: fontawesome;
  position: absolute;
  right: -5px;
  vertical-align: middle;
}


/*========================
	7. Listing-Page
=============================*/
.listing-page {
  overflow: hidden;
  padding: 80px 0;
}
.result-sorting-wrapper {
  background: #f5f5f5 none repeat scroll 0 0;
  border-bottom: 3px solid #e5e5e5;
  border-left: 4px solid #cecece;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 10px 20px;
}
.sorting-count {
  float: left;
}
.sorting-count p {
  margin: 0 auto;
  color:#222222;
}
.sorting-count span {
  color: #999999;
}
.result-sorting-by {
  float: right;
}
.result-sorting-by p {
  display: inline-block;
  margin: 0 auto;
  color:#222222;
}
.result-sorting-by form {
  display: inline-block;
}
.sorting-select {
  margin: 0 auto;
  padding-left: 10px;
}
.sorting-select .form-control {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 50px;
  color: #555555;
  font-size: 12px;
  height: auto;
  padding: 0 30px 0 12px;
}
.sorting-select.select::after {
  font-size: 12px;
  padding: 7px 0;
  right: 13px;
  color: #555555;
}
.sorting-select .form-control option {
  padding: 5px;
}
.product-listing-m {
  margin:0 auto 40px;
  overflow: hidden;
}
.product-listing-img {
  float: left;
  width: 45%;
  position:relative;
  overflow:hidden;
}
.product-listing-content {
  float: left;
  padding:20px 15px 20px 30px;
  width: 55%;
}
.product-listing-content h5 {
  margin-bottom: 2px;
}
.product-listing-content h5 a {
	color:#111;
}
.product-listing-content ul {
  margin: 0 auto 22px;
  overflow: hidden;
  padding: 0;
}
.product-listing-content li {
  float: left;
  font-size: 13px;
  font-weight: 400;
  list-style: outside none none;
  margin: 0 auto;
  width: 33%;
}
.product-listing-content li .fa {
  font-size: 15px;
  margin-right: 8px;
}
.car-location {
  display: inline-block;
  margin-left: 24px;
  color:#919090;
  font-size:13px;
}
.label_icon {
  color: #ffffff;
  font-size: 13px;
  line-height: 26px;
  padding: 0 12px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
}
.recent_addedcars ul {
  margin: 0;
  padding: 0;
}
.recent_addedcars ul li {
  list-style: outside none none;
  margin: 0 auto 15px;
  overflow: hidden;
}
.recent_addedcars ul li a {
  display: block;
}
.recent_post_img {
  float: left;
  width: 34%;
  overflow:hidden;
}
.recent_post_img img {
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
	transform:scale(1);
	 -moz-transform:scale(1);
	  -o-transform:scale(1);
	   -webkit-transform:scale(1);
	    -ms-transform:scale(1);
	width: 100%;
}
.recent_post_img:hover img {
	transform:scale(1.1);
	 -moz-transform:scale(1.1);
	  -o-transform:scale(1.1);
	   -webkit-transform:scale(1.1);
	    -ms-transform:scale(1.1);
}
.recent_post_title {
  float: right;
  padding: 4px 10px;
  width: 66%;
}
.recent_post_title a {
  color: #111;
  font-weight: 700;
  line-height: 22px;
}
.widget_price {
	font-size:13px;
	margin:0px;
}

.sell_car_quote {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/img_390x390.jpg") !important;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 25px !important;
}
.sell_car_quote .btn {
	margin-bottom:15px;	
}



/*===========================
	8. Listing-grid-Style
==================================*/
.grid_listing .product-listing-m {
  margin: 0 -15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin:0 auto 40px;
}
.grid_listing .product-listing-img, .grid_listing .product-listing-content {
	float:none;
	width:100%;
}
.grid_listing .product-listing-img img {
	width:100%;
}
.grid_listing .product-listing-content {
  padding: 20px 20px 0;
}
.grid_listing .product-listing-content h5 {
	line-height:26px;
	margin:0 auto 20px
}
.grid_listing .product-listing-content .list-price {
	font-size:18px;
	color:#555;
	font-weight:900;
	display:inline-block;
	vertical-align:middle;	
	margin:0 auto;
}
.grid_listing .product-listing-content .car-location {
  float: right;
}
.grid_listing .product-listing-content ul.features_list {
  background: #fff none repeat scroll 0 0;
  border-top: 1px solid #e1e0e0;
  clear:both;
  margin: 16px -20px 0;
  padding: 15px 20px;
}
.grid_listing .product-listing-content ul.features_list li {
  color: #8d8d8d;
  margin-bottom: 3px;
  width: 50%;
}
.grid_listing:nth-child(3n+1) {
  clear: left;
}
.grid_listing:nth-child(3n) {
  clear: right;
}


/*=======================
	9. Listing-Detail
===============================*/
.listing-detail {
	padding:80px 0;	
}
.listing_detail_head {
	margin-bottom:50px;
}
.listing_detail_header .listing_detail_head {
	margin-bottom:0px;
}
.pricing_info .price {
  display: inline-block;
  font-size: 28px;
  font-weight: 900;
  margin: 0;
  vertical-align: middle;
}
.listing_more_info {
	overflow:hidden;
	padding:50px 0;	
}
.listing_info_tab {
  border: 1px solid #e0dfdf;
  margin-top: 20px;
  padding: 40px;
}
.block-head {
	margin-bottom:30px;
}
.block-head h4 {
	margin:0px;
}
table.info-tabel tr td {
	border-left-width:0px;
	border-right-width:0px;
	padding:15px 20px ;
}
.info-tabel tr td:first-child {
	color:#111;	
	border-left-width:1px;
	font-weight:700;
}
.info-tabel tr td:last-child {
	border-right-width:1px;
}
.financing_calculatoe {
	margin-bottom:20px;	
}
.financing_calculatoe .btn {
	margin-top:15px;
}
.dealer_detail img {
	max-width:100%;
	margin:0 auto 15px;
}
.dealer_detail p {
	margin:0 auto 8px;
}
.dealer_detail p span {
	color:#111;
	margin:0 5px 0 0;
	min-width:50px;
	display:inline-block;
}
.dealer_detail .btn {
	margin-top:15px;
}
.listing_detail_wrap {
	border:#dcd9d9 solid 1px;	
}
.listing_detail_wrap .nav-tabs > li a {
	font-size:18px;
	font-weight:400;
	line-height:66px;
	padding:0 30px;
	background:none;
	color:#555;
}
.listing_detail_wrap .nav-tabs > li.active a, .listing_detail_wrap .nav-tabs > li:hover a {
	color:#fff;
	background:#fa2837;
}
.listing_detail_wrap .tab-content {
  padding: 30px;
}
.listing_detail_wrap .tab-content h1, .listing_detail_wrap .tab-content h2, 
.listing_detail_wrap .tab-content h3, .listing_detail_wrap .tab-content h4, 
.listing_detail_wrap .tab-content h5, .listing_detail_wrap .tab-content h6 {
	margin-top:35px;	
}
.listing_more_info table td, .listing_more_info table th {
	font-size:16px;
}
.listing_more_info table tr td:first-child {
	color:#111;
}
 
.similar_cars {
	padding:20px 0;
}
.similar_cars h3 {
	margin-bottom:25px;
}
.similar_cars .grid_listing:nth-child(3n+1), .similar_cars .grid_listing:nth-child(3n) {
  clear: inherit;
}

.main_features {
	overflow:hidden;
}
.main_features ul {
	padding:0px;
	margin:0px;
}
.main_features ul li {
  border: 1px solid #dcd9d9;
  float: left;
  list-style: outside none none;
  margin: 0 17px 0 0;
  min-height: 113px;
  min-width: 123px;
  padding: 10px;
  text-align: center;
}
.main_features ul li h5 {
	font-weight:300;
	margin:0px;
}
.main_features ul li p {
	font-size:11px;
	margin:0px;
}
.main_features ul li i {
	color:#c0c0c0;
	font-size:36px;
	margin:0px;
}
.main_features ul li:last-child {
	margin:0px;
}
.share_vehicle {
	background:#222222;
	padding:22px 26px;
	margin:0 auto 35px;	
}
.share_vehicle p, .share_vehicle a {
	color:#fff;
	font-size:20px;
	margin:0px;
}
.share_vehicle a {
	margin:0 4px;
}
.add_compare {
	margin:0 0 15px 0 ;
}
.add_compare .checkbox {
  color: #ffffff;
  display: inline-block;
  margin: 0;
  padding: 6px 15px;
}
.add_compare .checkbox label::before {
	border-color:#fff;
	background:#fff;
}
.listing_detail_head .car-location {
	margin:0px;
	color:#555;
	font:16px;	
}
.listing_detail_head .price_info {
  overflow: visible;
  text-align: right;
}
.listing_detail_head .price_info p {
	font-size:40px;
	font-weight:900;
}
.listing_detail_head .price_info .old_price {
	color:#222;
	text-decoration:line-through;
	font-size:20px;
}
#info_toggle {
	float:left;
}
.listing_other_info button {
	background:none;
	border:0px;
	border-radius:0px;
	font-size:16px;
	text-transform:uppercase;
	padding:26px 0;
	margin:0 40px 0 0;
}	
.listing_other_info button i {
	margin:0 4px 0 0;	
}
.listing_other_info button:last-child {
	margin:0px;
}
.search_other {
  float: right;
  font-size: 16px;
  padding: 26px 20px;
  text-transform: uppercase;
  cursor:pointer;
}
#other_info {
  border-radius: 50%;
  cursor: pointer;
  display: none;
  float: left;
  font-size: 18px;
  margin-top: 14px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.owl-buttons {
  left: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform:translateY(-50%);
   -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
     -webkit-transform:translateY(-50%);
      -ms-transform:translateY(-50%)
}
.owl-buttons div {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  border-style: solid;
  border-width: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  padding: 7px;
  text-transform: capitalize;
}
.owl-buttons .owl-next {
	float:right;
}


.listing_detail_header {
  background: rgba(0, 0, 0, 0) url("../images/listing-detail-header-img.jpg") no-repeat fixed center center / cover ;
  padding: 80px 0;
  position: relative;
}
.listing_detail_header .share_vehicle {
	display:inline-block;
	background:none;
	padding:0px;
	margin:0 0 0 20px;
}
.listing_detail_header .listing_detail_head .price_info .old_price {
	color:#fff;
}
.listing_detail_header .listing_detail_head .car-location {
  color: #ffffff;
  font-size: 16px;
  margin: 0 0 30px;
}
.slick-slide img {
	max-width:100%;
}
.listing_images_slider_nav {
	position:relative;
	padding:0 50px;
	margin:15px auto 40px;
}
.listing_images_slider_nav .slick-slide {
	margin:0 8px;
	cursor:pointer;
}
.slick-arrow {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  font-size: 0;
  position: absolute;
  top: 50%;
  left:0;
  transform: translateY(-50%);
}
.slick-arrow.slick-next {
	right:0px;
	left:inherit;
}
.slick-arrow::after {
  content: "";
  font-family: fontawesome;
  font-size: 34px;
}

.slick-arrow.slick-prev::after {
  content: "\f104";
}

.slick-arrow.slick-next::after {
  content: "\f105";
}
.inner-filter {
	display:none;
}

.video_wrap {
	margin:40px auto 0px	
}
.video-box iframe {
	width:100%;
	height:400px;
	border:0px;
}


/*=======================
	10. Contact-Us-Page
================================*/
.contact_form {
	padding:28px;
}
.contact_us h3 {
	margin-bottom:22px;
}
.contact_form .form-control {
	margin-bottom:8px;
}
.contact_form .form-group {
	margin-bottom:35px;
}
.contact_detail ul {
	padding:0px;
	margin:0px
}
.contact_detail li {
	list-style:none;
	color:#555;
	font-size:16px;
	line-height:24px;
	margin:20px 0;
	padding:0 150px 0 0;
}
.contact_detail li a {
	color:#555;
}
.icon_wrap .fa {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e6e5e5;
  border-radius: 50%;
  color: #555;
  display: inline-block;
  font-size: 22px;
  height: 44px;
  line-height: 44px;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  width: 44px;
}
.contact_info_m, .icon_wrap {
	display:table-cell;
	vertical-align:middle;
}
.map_wrap {
	margin:40px 0 0;
}
.map_wrap iframe {
	width:100%;
	height:420px;
}



/*=================
	11. FAQ-Page
===========================*/
.faq_category {
	position:relative;
	text-align:center;
	padding:50px;
	margin:0 auto 20px;
}
.faq_text {
	padding:20px 0;
}
.knowledge_base_faq {
  background: rgba(0, 0, 0, 0) url("../images/knowledge_base_bg.jpg") no-repeat scroll 0 0 / cover ;
}
.about_services_faq {
  background: rgba(0, 0, 0, 0) url("../images/about_services_faq_bg.jpg") no-repeat scroll 0 0 / cover ;
}
.support_faq {
  background: rgba(0, 0, 0, 0) url("../images/support_faq_bg.jpg") no-repeat scroll 0 0 / cover ;
}



/*=========================
	12. About-Us-Page
================================*/
.about_img {
  background: #000 none repeat scroll 0 0;
  border-radius: 100%;
  overflow:hidden;
}	
.about_img img {
	width:100%;
	border-radius:50%;
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
}
.about_img:hover img {
	opacity:0.5;
}
.about_content {
	padding:20px 0;	
}
.about_content h3 {
	margin-top:25px;
}


/*-------------------------------
	12.1. Why-Choose-Us-Section
----------------------------------------*/
.video_box iframe {
	width:100%;
	border:0px;
	height:360px;
}

.listing_box {
	margin:0 auto 30px;
}
.listing_box h5 {
	margin-bottom:8px;
}
.listing_box p {
	list-style:24px;
}


/*---------------------------------
	12.2. Meet-the-Team-Section
---------------------------------------*/
.team_member {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.team_img {
	position:relative;	
	overflow:hidden;
}
.team_img img {
	width:100%;
}
.team_info {
	text-align:center;
	padding:20px;
}
.team_info h6, .team_info p {
	margin:0 0 4px;
}
.team_more_info {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width:100%;
  overflow:hidden;
  transform:scale(0);
   -moz-transform:scale(0);
    -o-transform:scale(0);
     -webkit-transform:scale(0);
      -ms-transform:scale(0);
  transition-duration:0.3s;
   -moz-transition-duration:0.3s;
    -o-transition-duration:0.3s;
     -webkit-transition-duration:0.3s;
      -ms-transition-duration:0.3s;
}
.team_more_info::after {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.team_member:hover .team_more_info {
  transform:scale(1);
   -moz-transform:scale(1);
    -o-transform:scale(1);
     -webkit-transform:scale(1);
      -ms-transform:scale(1);
}
.info_wrap {
  position: relative;
  top: 50%;
  vertical-align: middle;
  width: 100%;
  transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
  z-index:1;
}
.team_more_info ul {
	padding:0px;
	margin:0px;
}
.team_more_info ul li {
	list-style:none;
	display:inline-block;
	vertical-align:middle;
	margin:0 2px;
}
.team_more_info ul li a {
	display:block;
	width:35px;
	height:35px;
	border-radius:50%;
	background:#fff;
	text-align:center;
	line-height:35px;
	color:#111;
	font-size:20px;
}
.team_more_info ul li a i {
	margin:0 auto;
}
.team_more_info ul li a:hover {
	color:#fff;
}
.team_more_info p, .team_more_info p a {
	color:#fff;
}
.team_more_info p span {
	display:block;
	font-weight:700;
}



/*==================
	13. 404-Page
===========================*/
.page_404 {
	background-image:url(../images/error404-page-header-img.jpg);	
}
.error_text_m {
	position:relative;
	padding:50px 0;
}
.error_text_m h2 {
	font-size:232px;
	text-align:center;	
}
.error_text_m h2 span {
	color:#111;
	font-weight:900;
}
.background_icon {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.background_icon i {
  color: #e7e7e7;
  font-size: 538px;
  line-height: 400px;
  vertical-align: top;
}
.error_icon {
  float: left;
  width: 29%;
  padding-top:15px;
}
.error_icon i {
	color:#cfcfcf;
	font-size:130px;	
}
.error_msg_div {
  float: left;
  width: 71%;
  padding-top:15px;
}
.error_msg_div h3 {
	font-size:60px;	
}
.error_msg_div h3 span {
	font-size:40px;
	display:block;
}
.error_msg_div .btn {
	margin-top:30px;
}



/*===========================
	14. Our-Services-Page
==================================*/

.services_image {
	position:relative;
	overflow:hidden;
	border-radius:0 30px 0 30px;
}
.services_image img {
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
	transform:scale(1);
	 -moz-transform:scale(1);
	  -o-transform:scale(1);
	   -webkit-transform:scale(1);
	    -ms-transform:scale(1);
	width:100%;
}
.services_image:hover img {
	transform:scale(1.1);
	 -moz-transform:scale(1.1);
	  -o-transform:scale(1.1);
	   -webkit-transform:scale(1.1);
	    -ms-transform:scale(1.1);
}
.service_heading {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	background:rgba(0, 0, 0, 0.9);
	color:#fff;
	padding:30px 20px;
	text-align:center;
}
.service_heading h3 {
	margin:0px;
}



/*=====================
	15. Our-Blog-Page
==============================*/

.our_blog {
  padding: 80px 0;
}


/*--------------------
	15.1. Aritcle
-------------------------------*/
.article_wrap {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 60px;
  padding: 0 0 54px;
}
.article_info p {
	font-size:17px;
	line-height:33px;
	margin:0 auto 40px	
}
.article_img {
  position: relative;
  overflow:hidden;
  margin:0 auto 30px;
  min-height:180px;
}
.article_img img {
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
	transform:scale(1);
	 -moz-transform:scale(1);
	  -o-transform:scale(1);
	   -webkit-transform:scale(1);
	    -ms-transform:scale(1);
	max-width:100%;
}
.article_img:hover img {
	transform:scale(1.1);
	 -moz-transform:scale(1.1);
	  -o-transform:scale(1.1);
	   -webkit-transform:scale(1.1);
	    -ms-transform:scale(1.1);
}
.articale_header {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  position: absolute;
  right: 0;
}
.articale_header h2 a {
	color:#fff;
}
.article_meta ul {
  margin: 0;
  padding: 0;
}
.article_meta ul li {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  list-style: outside none none;
  vertical-align: middle;
  margin:0 35px 10px 0;
}
.article_meta ul li i.fa {
  margin-right: 5px;
}
.article_meta ul li a {
	color:#fff;
}
.article_full_info .articale_header {
	position:relative;
	background:none;
	padding:0px;
}
.article_full_info .article_meta {
  background: #f5f5f5 none repeat scroll 0 0;
  padding: 6px 26px;
  margin:6px auto 22px;
}
.article_full_info .article_meta li, .article_full_info .article_meta li a {
	color:#555;
}
.article_full_info {
	border:0px;
}
.article_tag {
  padding: 20px 45px;
}
.article_tag h6, .article_tag .tag_list {
  display:inline-block;
  vertical-align:middle;
  margin:0 8px 0 0;
}
.article_tag .tag_list li {
	margin-bottom:0px;
}
.share_article {
	text-align:right;
}
.share_article ul, .share_article h6 {
	display:inline-block;
	padding:0px;
	margin:0 8px 0;
	vertical-align:middle;
}
.share_article ul li {
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  list-style: outside none none;
  margin: 0 2px;
  text-align: center;
  transition-duration:0.3s;
 	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
  vertical-align: middle;
  width: 26px;
}
.share_article ul li a {
	display:block;
	font-size:15px;
}
.share_article ul li a .fa {
	margin:0px auto;
}
.share_article ul li:hover a {
	color:#fff;
}



/*--------------------
	15.2. Comment-List
----------------------------*/
.articale_comments {
	margin:0 auto 130px;
}
.block-head {
  border-bottom: 1px solid #cecece;
  display: inline-block;
  padding-bottom: 10px;
  padding-right: 60px;
  position: relative;
}
.block-head::after {
  background: #cecece none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 50px;
}
.commentlist {
  margin: 0 0 30px;
  padding: 0;
}
.commentlist li {
  list-style: outside none none;
  padding: 30px 0;
}
.commentlist li.comment {
	 border-bottom: 1px solid #cecece;
}
.comment-author img {
  float: left;
}
.commentlist li img.avatar {
  border: medium none;
  border-radius: 50%;
  float: left;
  height: 84px;
  margin-bottom: 30px;
  margin-right: 25px;
  position: relative;
  width: 84px;
}
.comment-body h1, .comment-body h2, .comment-body h3, .comment-body h4, .comment-body h5, .comment-body h6, .comment-body table, .comment-body ul, .comment-body ol, .comment-body blockquote, .comment-body dl, .comment-body address, .comment-body pre, .comment-body p, .comment-body .reply {
  margin-left: 110px;
}
.comment-body p {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.comment-meta.commentmetadata {
	margin-bottom:8px;
}
.comment-meta.commentmetadata, .comment-meta.commentmetadata a {
  color: #b7b7b7;
  font-size: 13px;
}
.comment-author .fn {
  color: #111;
  font-weight: 900;
}
.comment ul.children {
  padding-left: 110px;
}
.comment ul.children li.comment {
  border-bottom: 0 none;
  border-top: 1px solid #cecece;
  margin-top: 30px;
  padding-bottom: 0;
}
.comment-form {
	margin:40px 0;
}


/*---------------------------
	15.3. Page-Pagination
--------------------------------*/
.pagination {
	display:block;
	text-align:center;
}
.pagination ul {
	padding:0px;
	margin:0px;
}
.pagination ul li {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  list-style: outside none none;
  margin: 0 2px;
  text-align: center;
  vertical-align: middle;
  width: 32px;
}
.pagination ul li a {
  display:block;
  color:#555;
}
.pagination ul li.current, .pagination ul li:hover a {
	color:#fff;	
}



/*--------------------------
	15.4. Side-Bar-Widgets
-------------------------------------*/
.sidebar_widget {
  border: 1px solid #e6e6e6;
  margin: 0 auto 40px;
  padding: 20px 16px 30px;
  position: relative;
}
.widget_heading {
  margin-bottom:26px;
}
.widget_heading i {
	margin:0 5px 0 0;	
}
.search_btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  font-size: 16px;
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
}
.blog_search {
  position: relative;
  margin-bottom:20px;
}
.blog_search input {
	padding-right:50px;	
}



/*-------------------------
	15.5. Popular-Posts
---------------------------------*/
.popular_post ul {
  margin: 0;
  padding: 0;
}
.popular_post ul li {
  list-style: outside none none;
  margin: 0 auto 20px;
  overflow: hidden;
}
.popular_post ul li a {
  display: block;
}
.popular_post_img {
  float: left;
  width: 34%;
  overflow:hidden;
}
.popular_post_img img {
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
	transform:scale(1);
	 -moz-transform:scale(1);
	  -o-transform:scale(1);
	   -webkit-transform:scale(1);
	    -ms-transform:scale(1);
	width: 100%;
}
.popular_post_img:hover img {
	transform:scale(1.1);
	 -moz-transform:scale(1.1);
	  -o-transform:scale(1.1);
	   -webkit-transform:scale(1.1);
	    -ms-transform:scale(1.1);
}
.popular_post_title {
  float: right;
  width: 61%;
}
.popular_post_title a {
  color: #111;
  font-weight: 700;
  line-height: 22px;
}


/*--------------------------
	15.6. Blog-Categories
---------------------------------*/
.categories_list ul {
	padding:0px;
	margin:0px;
}
.categories_list ul li {
	list-style:none;
	padding:5px;
}
.categories_list ul li a {
  color: #555;
  display: inline-block;
  font-size: 15px;
  padding-left: 15px;
  position: relative;
}
.categories_list ul li a::after {
  content: "\f0da";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 0;
}


/*--------------------
	15.7. Blog-Tag
----------------------------*/
.tag_list ul {
  margin: 0;
  padding: 0;
}
.tag_list ul li {
  display: inline-block;
  margin: 0 2px 10px 0;
  vertical-align: top;
}
.tag_list ul li a {
  border: 1px solid #d6d3d3;
  border-radius: 30px;
  color: #555;
  display: block;
  font-size: 14px;
  line-height: 28px;
  padding: 0 16px;
}
.tag_list ul li a:hover {
  color:#fff;
}


/*==========================
	16. Profile-page
================================*/

.inner_pages {
	padding:80px 0;
}
.user_profile_info {
	margin:0 auto 45px;	
	max-width:660px;
	overflow:hidden;
}
.upload_user_logo {
  float: left;
  position: relative;
  width: 28%;
}
.upload_newlogo {
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("../images/change_logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.upload_newlogo input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  cursor: pointer;
  font-size: 0;
  height: 100%;
  left: 0;
  max-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.upload_user_logo img {
	max-width:100%;
}
.dealer_info {
	float:right;
	width:66%;
	padding:10px 0;
}
.profile_wrap {
  padding: 16px 5px;
}
.profile_nav {
  border-right: 1px solid #c5c5c5;
  padding: 20px;
  text-align: right;
}
.profile_nav ul {
	padding:0px;
	margin:0px;
}
.profile_nav ul li {
	list-style:none;
}
.profile_nav ul li a {
	color:#555;
	font-size:15px;
	font-weight:900;
}
.profile_nav ul li.active a, .profile_nav ul li a:hover {
	color:#fa2837;
}

.profile_wrap form {
	padding:20px 0;
}
.profile_wrap form .form-group {
	padding:0 25px;
}
.profile_wrap form .control-label {
	color:#111;
}
.field-title {
  border-left: 3px solid #cecece;
  margin: 40px 0 25px;
  padding: 12px 13px 12px 28px;
}
.field-title h6 {
	font-size:17px;
	margin:0px;
	text-decoration:underline;
}


/*--------------------------
	16.1. Post-a-vehicle
-------------------------------*/
.vehicle_accessories, .vehicle_type {
	clear:both;
	margin:0 auto 30px;
	display:table;
	width:100%;	
}
.accessories_list {
	margin-top:10px !important;
	clear:left;
}

@media (min-width:991px) {
.accessories_list:nth-child(2n) {
	clear:right;		
}

}
.vehicle_type .radio label::before {
	height:24px;
	width:24px;
	border:#000 solid 1px;
}
.vehicle_type .radio input[type="radio"]:checked + label::before {
  font-size: 35px;
  line-height: 15px;
}
.vehicle_type .radio label {
  font-size: 18px;
  font-weight: 700;
  padding-left: 34px;
  color:#111;
  line-height:32px;
}
.vehicle_images {
	display:table;
	width:100%;
}
.vehicle_images > div {
  float: left;
  height: 95px;
  margin: 0 10px 10px 0;
  width: 150px;
}	
.vehicle_images img {
	max-width:100%;
}
.upload_more_img {
	position:relative;
	border:#eee solid 1px;
}
.upload_more_img:after {
  background-image: url("../images/addmore_img.png");
  background-position: center center;
  background-repeat: no-repeat;
  content:"";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index:-1;
}
.upload_more_img input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  cursor: pointer;
  font-size: 0;
  height: 100%;
  left: 0;
  max-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}


/*--------------
	16.2. my-vehicles
-------------------------*/

.my_vehicles_list ul.vehicle_listing {
	padding:0px;
	margin:0 0 50px;
}
.my_vehicles_list ul.vehicle_listing li {
	list-style:none;
	border-bottom:#e6e6e6 solid 1px;
	padding:14px 0 22px;
	overflow:hidden;
	position:relative;
}
.vehicle_img {
  float: left;
  margin-right: 22px;
  width: 22%;
}
.vehicle_img img {
	max-width:100%;
}
.my_vehicles_list ul.vehicle_listing li a {
	color:#111;
}
.vehicle_title {
  float: left;
  padding: 12px 0;
  width: 40%;
}
.vehicle_status {
  float: right;
  text-align: right;
  width: 25%;
}
.vehicle_status a i {
	margin:10px 0 0 8px;
	color:#555;
	font-size:18px
}
.deactive_vehicle {
  opacity: 0.3;
}
.deactive_vehicle:after {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	content:"";
	border-bottom:#909090 solid 1px;
}
.my_vehicles_list ul.vehicle_listing li .btn:hover {
	color:#fff;
}

/*==========================
	17. Dealer-profile
================================*/

.dealer_logo {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  float: left;
  padding: 24px;
  text-align: center;
}
.dealer_logo img {
	max-width:100%;
}
.dealer_profile .dealer_info {
  padding: 25px 0;
  width: 100%;
}
.dealer_social_links {
	padding:0px;
	margin:20px 0 0;
}
.dealer_social_links li {
	list-style:none;
	float:left;
	margin:10px 15px 10px 0;
}
.dealer_social_links li a {
	font-size:26px;	
}
.dealer_social_links li a i {
	margin:0px;
}
.facebook-icon a, .facebook-icon a:hover {
	color:#3a5898;	
}
.twitter-icon a, .twitter-icon a:hover {
	color:#54acec;	
}
.linkedin-icon a, .twitter-icon a:hover {
	color:#0777b6;	
}
.google-plus-icon a, .google-plus-icon a:hover {
	color:#dd4a3a;	
}
.dealer_contact_info {
	padding:12px 18px;
	margin:0 auto 10px;	
}
.dealer_contact_info h6 {
	font-size:13px;
	color:#a1a1a1;
	margin:0 auto 1px;	
}
.dealer_contact_info a {
  color: #111111;
  font-size: 16px;
  font-weight: 300;
}
.dealer_map {
	margin:30px 0;
}
.dealer_map iframe {
	height:450px;
}
.dealer_listings {
	padding:40px 0 10px	;
}
.comment_form {
	margin:50px 0 30px;
}
.info_title {
	padding:12px 25px;
}



/*==========================
	18. Dealers-list
================================*/
.dealers_list_wrap {
	margin:0 auto 50px;
}
.dealers_listing {
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0px 20px;
  margin:0 auto 20px;
}
.dealers_listing .dealer_logo {
  padding: 12px;
  width: 100%;
}
.dealers_listing .dealer_info {
  width:100%;
}
.dealers_listing .dealer_info h5 a {
	color:#111;	
}
.view_profile {
	padding:12px 0;
	text-align:right;	
}
.view_profile p {
	margin:10px 0;
	font-size:18px;
}



/*==========================
	19. Compare-Page
================================*/

.compare_info table td, .compare_info table th {
	font-size:16px;
	color:#111;	
	width:25%;
}
.inventory_info_list {
  margin-bottom: 10px;
  overflow: hidden;
}
.inventory_info_list ul {
	padding:0px;
	margin:0px;
}
.inventory_info_list ul li, .listing_heading div {
	width:25%;
	float:left;
	list-style:none;
}
.compare_product_title li {
	margin:0px;
}
.listing_heading div {
	background:#eeeeee;
	padding:18px;
	border:1px solid #cccccc;
	text-transform:uppercase;
	font-weight:900;
	color:#111;
	font-size:16px;	
}
.inventory_info_list ul li div {
	font-size:16px;
	color:#111;	
	padding:18px 50px;
	border:1px solid #cccccc;
	margin-top:-1px;
}
.inventory_info_list ul li.info_heading div {
	text-align:right;	
}
.compare_info table td:first-child {
	text-align:right;
}
.compare_info table td {
	padding-left:50px;
	padding-right:50px;	
}
.compare_product_title {
	margin:0 auto 15px;
}
.compare_product_title table {
	margin:0px;
	border:0px;
}
.compare_product_title table td, .compare_product_title table th, .compare_product_title li {
  border: 0 none;
  font-size: 20px;
  font-weight: 300;
  padding: 25px 30px;
  position: relative;
  text-align: center;
}
.compare_product_title li.listing_heading {
	text-align:right;
	color:#111;
}
.compare_product_title .price {
	margin:5px 0 0;
	font-weight:300;
	font-size:18px;
}
.vs {
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  line-height: 30px;
  position: absolute;
  right: -15px;
  text-align: center;
  top: 50%;
  width: 32px;
  transform:translateY(-50%)
   -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
     -webkit-transform:translateY(-50%);
     -md-transform:translateY(-50%)
} 
.td_divider {
  display: block;
  height: 70%;
  position: absolute;
  right: 0;
  top: 15%;
  width: 3px;
}
.td_divider:after {
	position:absolute;
	right:-20px;
	border-style:solid;
	border-width:10px;
	content:"";
	top:50%;
	transform:translateY(-50%);
	 -moz-transform:translateY(-50%);
	  -o-transform:translateY(-50%);
	   -webkit-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
}
.compare_product_title a {
	color:#111;	
}
.compare_info .compare_product_img td, .compare_info .compare_product_img th {
	padding:0 16px;
	border:0px;
}
.compare_info .compare_product_img table {
	margin:0 auto 15px;
}
.compare_info .compare_product_img .search_other_inventory {
  color: #ffffff;
  cursor: pointer;
  font-size: 28px;
  font-weight: 300;
  padding: 38px 30px;
  text-align: left;
  line-height:30px;
}
.compare_product_img img {
	max-width:100%;
}
.compare_product_img li {
	padding:0 15px;
	margin:0px;
}
.search_other_inventory i {
  float: left;
  font-size: 85px;
  text-shadow: 0 0 1px #ffffff;
  vertical-align: middle;
  margin-right:20px;
}



/*==========================
	20. Coming-Soon-Page
================================*/
.coming_soon_bg {
	background-image:url(../images/coming_soon_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	position:fixed;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	height:100%;
	width:100%;
}
.coming_soon_wrap .default-header {
	padding:20px 0;
}
.coming_soon_wrap h1 {
	font-size:60px;
}
.coming_soon_wrap h3 {
	font-size:26px;
	line-height:35px;
}
.coming_soon_content {
	padding:200px 0 80px;	
}
.coming_soon_content img {
	max-width:100%;
}
.send_msg {
	text-align:right;
}
.timer_countdown {
	margin:50px auto;	
}
.countdown-amount:after {
	content:"";
	height:100%;
	width:1px;
	background:#444445;
	position:absolute;
	top:0px;
	right:-15px;
}
.countdown-amount:last-child:after {
	margin:0px;
	width:0px;
}
.countdown-amount:last-child {
	margin:0px;
}
.countdown-period {
	display:block;
	font-size:18px;
	line-height:1;
	text-align:center;
	font-weight:400;
	margin-top:3px;
	text-transform:capitalize;
}
.countdown-amount {
	color:#fff;
	font-size:43px;
	font-weight:900;
	display:inline-block;
	list-style:outside none none;
	margin:0 28px 0px auto;
	padding:20px 0px;
	text-align:center;
	width:auto;
	position:relative;
	line-height:1;
	display:inline-block;
	vertical-align:middle;
}
.coming_soon_wrap footer {
	background:#fff;
	padding:26px 0;
	margin-bottom:10px;
}
.coming_soon_wrap footer .copy-right {
	color:#111;
}
.coming_soon_wrap .social-follow.footer-social a {
  background: #191919 none repeat scroll 0 0;
}
#contact_form_popup .modal-dialog {
	max-width:450px;
}
#contact_form_popup .modal-content {
	padding:18px;
	border-radius:0px;
}
#contact_form_popup .modal-header {
	border:0px;
	padding-bottom:0px;
}
.coming_soon_wrap .footer_widget {
	float:right;
}
.coming_soon_wrap .footer_widget ul li a {
	color:#555;	
}




/*=============================
	21. Responsive CSS
=====================================*/

@media (max-width:767px) {
.header_style2.affix {
	position: relative;
}
.header_widgets, header .social-follow {
  display:none;
}
.navbar-header {
	display:inline-block;
	margin:0 !important;
}
#menu_slide {
	margin:0px;
}
.default-header {
  padding: 20px 0;
}
#navigation .nav.navbar-nav {
  float: none;
  margin:0px;
}
#navigation .nav.navbar-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0;
  padding: 0;
}
#navigation.collapse.navbar-collapse {
	float: none;
}
#search_toggle {
	display:block;
}
#header-search-form {
  display: none;
  position: absolute;
  right: 0;
  top: 134%;
  z-index: 1;
}
#header-search-form:after {
	display:block;
}
.contact-info p {
  font-size: 0;
}	
.contact-info p .fa {
  font-size: 14px
}
.section-padding {
  padding: 80px 0;
}
.page-heading h2, .page-heading h1, h2 {
  font-size: 36px;
}
h3 {
  font-size: 26px;
}
.full_width_img {
	overflow:hidden;
}
.full_width_img img {
  width: auto;
}
.section-header p {
  font-size: 16px;
}
.coustom-breadcrumb {
  padding: 0 10px;
}
.coustom-breadcrumb li {
  font-size: 14px;
  line-height: 35px;
}
.about_content h3 {
  margin-top: 0;
}
.fun-facts-m {
  margin: 10px auto;
}
.team_member {
  margin-bottom: 40px;
}
.team_more_info ul li a {
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  width: 25px;
}
.brand-section {
  padding: 15px 0 35px;
}
.brand-hadding {
  border-bottom:1px solid #bbbbbb;
  border-right:0px;
  float: none;
  margin: 0 auto 30px;
  padding: 0;
  width: 100%;
}
.brand-hadding:after {
	display:none;
}
.brand-logo-list {
  float: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.footer-top {
  padding: 40px 0;
}
.footer-top h6 {
  margin-bottom: 20px;
  margin-top: 50px;
}
.footer-bottom div {
	text-align:left !important;
}
.footer-bottom .footer_widget {
	margin:0 30px 0 0;
}
.copy-right {
  font-size: 14px;
}
.back-top {
  right: 10px;
}
.back-top a {
  height: 30px;
  line-height: 26px;
  width: 30px;
}
.contact_form {
  margin-bottom: 60px;
}
.contact_detail li {
  padding: 0;
}
.error_text_m {
  margin-bottom: 50px;
  padding: 0;
  position: relative;
}
.error_text_m h2 {
  font-size: 150px;
}
.background_icon i {
  color: #e7e7e7;
  font-size: 278px;
  line-height: 170px;
  vertical-align: top;
}
.background_icon {
	text-align:center;
}
.error_icon i {
  font-size: 80px;
}
.error_icon {
  padding-right: 20px;
  text-align: right;
}
.error_msg_div {
  padding-top: 0;
}
.error_msg_div .btn {
	margin:10px auto ;
}
.error_msg_div h3, .error_msg_div h3 span {
  font-size: 40px;
}
.video_box iframe {
  border: 0 none;
  height: 250px;
  width: 100%;
}
.article_full_info .articale_header h2 {
	font-size:30px;	
}
.article_full_info .article_meta {
  padding: 6px 15px;
}
.article_meta ul li {
  font-size: 13px;
  margin: 0 15px 3px 0;
}
.article_img {
  margin: 0 auto 15px;
  min-height: 180px;
  overflow: hidden;
  position: relative;
}
.article_full_info .article_img { 
	min-height:inherit;
}
.article_info p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto 20px;
}
.article_tag {
  padding: 15px;
}
.share_article {
  margin-top: 20px;
  text-align: left;
}
.commentlist li img.avatar {
  height: 50px;
  margin-right: 15px;
  width: 50px;
}
.comment-body h1, .comment-body h2, .comment-body h3, .comment-body h4, .comment-body h5, .comment-body h6, .comment-body table, .comment-body ul, .comment-body ol, .comment-body blockquote, .comment-body dl, .comment-body address, .comment-body pre, .comment-body p, .comment-body .reply {
  margin-left: 70px;
}
.comment-body p {
  font-size: 14px;
  line-height: 23px;
}
.comment ul.children {
  padding-left: 60px;
}
.comment-respond {
  margin-bottom: 100px;
}
.popular_post ul li {
  display: inline-block;
  margin: 0 auto 20px;
  padding: 0 9px 0 0;
  vertical-align: top;
  width: 49%;
}
.article_full_info ul, .article_full_info ol {
	padding-left:10px;	
}
.article_full_info ul li i, .article_full_info ol li i {
  margin: 0 3px 0 0;
}
.article_tag ul, .article_tag ol {
	padding:0px;
}
.articale_header {
  position: relative;
}
.article_img:hover img {
  transform: scale(1);
}
.articale_header h2 {
  font-size: 26px;
}
.services_image {
  margin-bottom: 25px;
}
.footer-bottom .footer_widget {
	display:block;
	margin:0 auto 10px;	
}
.login_btn .btn.btn-xs {
  margin-top: 8px;
}
.navbar-nav > li > .dropdown-menu {
	margin:0 20px;
}
.navbar-default .navbar-nav .dropdown-menu > li > a {
	padding:15px 5px;
}
#navigation .nav.navbar-nav .dropdown-menu li:last-child {
	border:0px;
}
.navbar-default .navbar-collapse {
  border: 0 none;
  margin-top: 10px !important;
}
.user_login, .header_search {
	padding:0px;
	margin:0 0 0 5px;
}
#navigation_bar.navbar {
	min-height:inherit;
	padding:15px 0 10px;
}
.modal-dialog {
  margin: 20px auto;
  width: 90%;
}
.mid_divider {
	display:none;
}
.modal .gray_text {
  margin-top: 50px;
}
.modal-content {
  max-height: 400px;
  overflow: auto;
  padding: 0 20px 22px;
}
.modal-footer {
	padding:15px 0;
}
.dealer_info {
  padding: 0;
  width:59%;
}
.view_profile p {
  display: inline;
  font-size: 15px;
  margin: 10px 0 0 8px;
}
.comment_form {
  margin: 50px 0 110px;
}
.dealer_logo {
  margin-bottom: 20px;
  padding: 8px;
}
.dealer_profile .dealer_info {
  padding: 0;
}
.dealer_social_links {
  margin: 0;
}
.dealer_social_links li {
  margin: 0 15px 20px 0;
}
.recent_addedcars {
  overflow: hidden;
}
.recent_addedcars ul li {
	width:50%;
	float:left;
}
.product-listing-img, .product-listing-content {
	float:none;
	width:100%;
}
.product-listing-img img {
	width:100%;
}
.product-listing-content {
	padding:15px;
}
.pagination {
	margin-bottom:100px;
}
.profile_nav {
  border-bottom: 1px solid #c5c5c5;
  border-right: medium none;
  text-align:left;
  padding:20px 0;
}
.profile_nav ul li {
  display: inline-block;
  margin: 0 15px 0 0;
}
.user_profile_info {
	padding:15px;
	max-width:inherit;
}
.upload_user_logo {
  width: 160px;
}
.profile_wrap form .form-group {
  padding: 0 15px;
}
.testimonial-img {
  float: none;
  left: inherit;
  margin: 0 auto;
  position: relative;
  top: 0;
}
.testimonial-content {
  float: none;
  margin: -60px auto 0;
  max-width: 480px;
  padding: 80px 30px 30px;
  width: 100%;
}
.testimonial-heading {
  padding-left: 80px;
}
.testimonial-heading::after {
  font-size: 70px;
}
.testimonial-content > p {
  padding-left: 0;
}
.listing_detail_head .price_info {
	text-align:left;
}
.listing_detail_head .price_info p {
  margin: 20px 0 0;
}
.listing_detail_head {
  margin-bottom: 30px;
}
.listing-detail {
  padding: 60px 0;
}

.listing_detail_wrap .tab-content {
  padding: 15px;
}
.listing_detail_wrap .table-responsive {
	border:0px;
}
.listing_detail_wrap .nav-tabs > li a {
  font-size: 16px;
  line-height: 50px;
  padding: 0 10px;
}
.main_features ul li {
  margin: 0 17px 10px 0;
}
#other_info {
	display:block;
}
#info_toggle {
	display:none;
}
.col-list-3 {
	width:100%;
}
.car-info-box img, .featured-car-img img {
	width:100%;
}
.blog-info-box img {
	width:100%;
}
.blog-list {
	margin:0 auto 60px;
}
.banner-section::after {
	height:100%;
}
.banner-section {
  padding: 80px 0;
}
.banner_content {
  padding-left: 0;
}
.looking-car {
  margin:0 auto 40px;
}
.car-info-box ul {
  padding: 0 5px;
}
.compare_info {
  overflow: scroll;
}
.compare_product_img, .compare_product_title, .compare_product_info {
  width: 1140px;
}
.compare_info h4 {
  font-weight: 400;
  line-height: 28px;
}
.coming_soon_wrap .btn {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 18px;
}
.coming_soon_wrap .btn .angle_arrow {
	display:none;
}
.coming_soon_wrap .footer_widget, .coming_soon_wrap .footer_widget ul {
  float: none;
  margin: 0;
}
.coming_soon_wrap .footer_widget ul li a {
	margin:0 8px 0 0;
}
.about_info, .featured-car-list {
  margin: 0 auto 30px;
}
.fact_m, .our_services {
  margin: 0 5%;
}
.vc_row {
  display: block;
  flex-wrap: inherit;
}
#help h2 {
	line-height:40px;
	font-weight:700;
	font-size:28px;
}
.blog-info-box li {
	line-height:30px;
}
.fact_m ul li i {
	font-size:36px;
}
.fact_m ul li p {
	display:flex;
	line-height:22px;
}
.banner_text h1 {
	font-size:40px;
}
#filter_form2 {
  margin: 0 -15px;
}
.services_info p {
  display: flex;
}
.header_style2 .navbar-header {
	display:block;
}
.header_style2 .logo {
  margin: 0;
}
.header_style2 #menu_slide {
  margin: 5px 0;
}
.header_style2 .header_wrap {
  background: #111111 none repeat scroll 0 0;
  float: none;
  margin: 13px -15px 0;
  padding: 0 15px;
  text-align: left;
}
.header_style2 #navigation_bar {
	padding:15px 0 0;
}
.header_style2 .user_login {
  border: 0 none;
  display: inline-block;
  float: none;
  margin: 9px 0;
  vertical-align: middle;
}
.header_style2 .login_btn {
  float: right;
  margin: 10px 0;
  vertical-align: middle;
}
.header_style2 .login_btn .btn.btn-xs {
	margin:0;
}
.header_style2 .user_login i {
  color: #fff;
}
.header_style2 .navbar-default .navbar-nav > li > a {
  display: block;
  padding: 15px;
}
.header_style2 .navbar-nav > li, .header_style2 .navbar-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  display: block;
  text-align: left;
}
.header_style2 .navbar-default .navbar-nav li:hover .dropdown-menu li a {
  color: #111;
}
.header_style2 .navbar-nav > li > .dropdown-menu a:hover, 
.header_style2 .navbar-default .navbar-nav li:hover .dropdown-menu li a:hover, 
.header_style2 .dropdown-menu > .active > a, 
.header_style2 .dropdown-menu > .active > a:focus, 
.header_style2 .dropdown-menu > .active > a:hover, 
.header_style2 .dropdown-menu > li > a:focus, 
.header_style2 .dropdown-menu > li > a:hover {
  background: #fff none repeat scroll 0 0;
}
#banner2 .carousel-caption {
  left: 10%;
  right: 10%;
}
.carousel-control .icon-next, .carousel-control .icon-prev {
  line-height: 16px;
}
 #banner2 h1 {
  font-size:26px;
}
#banner2 h3 {
  font-size:18px;
}

.ads-membership-types {
  flex-direction: column;
}

.looking-car {
  width: 100%;
  margin: 0 0 25px 0;
}

}



@media (max-width:480px) {

.sorting-count, .result-sorting-by {
	float:none;
	margin:0 auto 8px;
}
.login_btn .btn.btn-xs {
  padding: 0 15px;
}
.fun-facts-m {
  height: 130px;
  width: 130px;
}
.fun-facts-m h2 {
  font-size: 26px;
}
.fun-facts-m p {
  font-size: 12px;
  line-height: 14px;
}
.popular_post ul li {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
}
.dealer_info p {
	font-size:14px;
	line-height:24px;	
}
.dealer_info h5 {
  font-size: 18px;
  line-height: 20px;
}
.recent_addedcars ul li {
	width:100%;
	float:none;
}
.car-location {
	float:none;
	margin:20px 0 0;
}
.product-listing-content li {
	width:50%;
}
.upload_user_logo {
  float: none;
  margin-bottom: 15px;
  width: 170px;
}
.user_profile_info .dealer_info {
	float:none;
	width:100%;
}
.vehicle_img {
  width: 40%;
  margin-right:5%;
}
.vehicle_title {
  width: 55%;
}
.vehicle_status {
  clear: both;
  float: none;
  padding-top: 15px;
  text-align: left;
  width: 100%;
}
.nav-tabs > li {
	float:none;
}
.recent-tab .nav-tabs > li {
	float:left;	
}
.nav-tabs > li a {
	margin:0px;
}
.col-list-3 {
	width:100%;
}
.car-info-box li {
  font-size: 12px;
  line-height: 40px;
  margin: 0 5px 0 auto;
}
.fact_m ul li {
  margin: 0 auto 20px;
  width: 100%;
}
.carousel-control .icon-next, .carousel-control .icon-prev {
  line-height: 16px;
}
#banner2 h3, #banner2 h1 {
  font-size:16px;
  margin:0 auto 5px;
}
#banner2 .btn {
  font-size: 12px;
  line-height: 24px;
  padding: 4px 26px;
}

}



@media (min-width:768px) and (max-width:991px) {
.navbar-nav > li {
  padding: 0 8px;
}
.navbar-default .navbar-nav > li > a {
  padding: 20px 5px;
  font-size:12px;
}
.navbar-default .navbar-nav > li.dropdown > a {
  padding: 20px 30px 20px 5px;
}
.navbar-nav > li > a {
  font-size: 13px;
}
#header-search-form {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1;
}
.header_search #search_toggle, #header-search-form::after {
	display:block;
}
.header_widgets {
  width: auto;
  margin:0 5px 0 0;
}
.login_btn {
	margin:2px;
}
.login_btn .btn.btn-xs {
	padding:0 15px;
}
.social-follow {
	margin:0px;
}
.social-follow ul li a {
  font-size: 18px;
}
.social-follow ul li a i {
	margin-right:2px;
}
.circle_icon {
  font-size: 12px;
  height: 24px;
  line-height: 22px;
  margin-right: 6px;
  width: 24px;
}
.uppercase_text {
  display:none;
}
.contact-info p {
  font-size: 12px;
}
.section-padding {
  padding: 100px 0;
}
.section-header h2 {
  margin-bottom: 30px;
}
.brand-logo-list {
  width: 86%;
}
.footer-bottom div {
	text-align:left !important;
}
.footer-bottom .footer_widget {
	margin:0 30px 0 0;
}
.footer-top h6 {
  margin-bottom: 20px;
  margin-top: 50px;
}
.contact_form {
  margin-bottom: 60px;
}
.background_icon i {
  font-size: 265px;
  line-height: 240px;
}
.error_text_m h2 {
  font-size: 100px;
}
.error_icon i {
  font-size: 80px;
}
.error_icon {
  width: 22%;
}
.error_msg_div h3 {
  font-size: 50px;
}
.error_msg_div h3 span {
  font-size: 30px;
}
.error_msg_div .btn {
  margin-top: 10px;
}
.team_more_info p, .team_more_info p a {
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 6px;
}
.team_more_info ul li a {
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  width: 22px;
}
.fun-facts-m {
  height: 158px;
  width: 158px;
}
.fun-facts-m h2 {
  font-size: 30px;
}
.fun-facts-m p {
  font-size: 13px;
}
.about_content h3 {
  margin-top: 0;
}
.listing_box h5 {
  margin-bottom: 0;
}
.popular_post ul li {
  display: inline-block;
  margin: 0 auto 20px;
  padding: 0 9px 0 0;
  vertical-align: top;
  width: 49%;
}
.comment-respond {
	margin-bottom:100px;
}
.comment-form {
  margin: 10px 0;
}
.article_meta ul li {
  font-size: 14px;
  margin: 0 15px 10px 0;
}
.articale_header h2 {
  font-size: 28px;
}
.articale_header {
  padding: 15px 30px;
}
.article_full_info .articale_header h2 {
	font-size:40px;	
}
.services_image {
  margin-bottom: 25px;
}
.dealer_logo {
  padding: 14px;
}
.dealer_profile .dealer_info {
  padding: 5px 0;
}
.dealer_social_links {
  margin: 0;
}
.dealer_contact_info {
  margin: 0 auto 5px;
  padding: 12px;
}
.recent_addedcars {
  overflow: hidden;
}
.recent_addedcars ul li {
	width:50%;
	float:left;
}
.pagination {
	margin-bottom:100px;
}
.testimonial-m {
  margin: 0 auto;
  max-width: 580px;
}
.main_features ul li {
  margin: 0 6px 0 0;
  min-height: 103px;
  min-width: 113px;
}
.listing_detail_head .price_info {
	text-align:left;
}
.listing_detail_head .price_info p {
  margin: 20px 0 0;
}
.listing_detail_head {
  margin-bottom: 30px;
}
.listing-detail {
  padding: 60px 0;
}
#other_info {
	display:block;
}
#info_toggle {
	display:none;
}
.listing_other_info button {
  font-size: 14px;
  margin: 0 20px 0 0;
}
.banner_content {
	padding:0px;
}
.banner-section::after {
	height:100%;
}
.banner-section {
  padding: 100px 0;
}
.col-list-3 {
  float: left;
  padding: 0 15px;
  width: 50%;
}
.col-list-3:nth-child(3n+1) {
  clear: inherit;
}
.blog-info-box ul {
  background: #222222 none repeat scroll 0 0;
  padding: 15px;
  position: relative;
}
.blog-info-box li {
  display:block;
  line-height: 30px;
  margin: 0;
}
.compare_info {
  overflow: scroll;
}
.compare_product_img, .compare_product_title, .compare_product_info {
  width: 1140px;
}
.user_login ul li {
  padding: 4px 8px 7px;
}

#banner2 .carousel-caption {
  left: 10%;
  right: 10%;
}
 #banner2 h1 {
  font-size:36px;
   margin-bottom:10px;
}
#banner2 h3 {
  font-size:20px;
  margin-bottom:10px;
}
#filter_form2 {
  margin: -60px 0 -20px;
}
.header_style2 .navbar-header {
  float: none;
}
.header_style2 .navbar-toggle {
  display: block;
  margin: 23px 0;
}
.header_style2 .navbar-collapse.collapse {
  display: none !important;
  float: none !important;
}
.header_style2 .navbar-collapse.collapse.in {
  display: block !important;
}
.header_style2 .header_wrap {
	float:none;
	text-align:left;
	background:#111;
	position:relative;
}
.header_style2 #navigation_bar::before {
    background: #111111 none repeat scroll 0 0;
    content: "";
    height: 58px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.header_style2 .user_login {
  display: inline-block;
  float: none;
  margin: 10px 0;
  z-index:1;
  position:relative;
}
.header_style2 .login_btn {
  float: right;
  margin: 10px 0;
  z-index:1;
  position:relative;
}
.header_style2 .user_login i {
	color:#fff;
}

#fun-facts.vc_row, #fun-facts .vc_col {
	display:block;
}
#fun-facts .fact_m {
  display: block;
  margin: 0 auto;
  max-width: 718px;
  overflow: hidden;
  padding: 100px 0;
  width: auto;
}
#fun-facts .section-padding {
	padding:0px;
}
.facts_section_bg {
  height: 400px;
  position: relative;
}
.blog-info-box .share_article ul li {
  height: 25px;
  line-height: 25px;
  width: 25px;
}
.blog-info-box .share_article:hover ul {
  padding: 3px;
}

.looking-car .btn {
  padding: 5px 22px;
}

}



@media (min-width:992px) and (max-width:1200px) {
.navbar-nav > li {
  padding: 0 17px;
}
h5 {
	font-size:17px;
}
.navbar-default .navbar-nav > li > a {
  padding: 20px 5px;
}
.navbar-default .navbar-nav > li.dropdown > a {
  padding: 20px 30px 20px 5px;
}
.social-follow {
  vertical-align: top;
}
.banner_content {
	padding:0px;
}
.car-info-box ul {
  padding: 0 10px;
}
.car-info-box li {
  font-size: 11px;
  line-height: 40px;
  margin: 0 5px 0 auto;
}
.blog-info-box ul {
  padding: 0 10px;
}
.blog-info-box li {
  font-size: 12px;
  line-height: 40px;
  margin: 0 5px 0 auto;
}
.section-padding {
  padding: 100px 0;
}
.faq_category {
  padding: 40px 20px;
}
.footer-top h4 {
  font-size: 18px;
}
.background_icon i {
  font-size: 428px;
}
.error_msg_div h3 span {
  font-size: 30px;
}
.articale_header h2 {
	font-size:37px;	
}
.article_full_info .article_meta {
  padding: 6px 15px;
}
.article_meta ul li {
  font-size: 14px;
  margin: 4px 14px 4px 0;
}
.article_tag {
  padding: 20px;
}
.article_tag  h6 {
	float:left;
}
.article_tag .tag_list {
	display:block;
}
.article_tag .tag_list li {
  margin-bottom: 6px;
}
.share_article  h6 {
	float:none;
}
.articale_header h2 {
  font-size: 32px;
}
.article_full_info .articale_header h2 {
	font-size:40px;	
}
.grid_listing .product-listing-content {
  padding: 14px 14px 0;
}
.product-listing-content li {
  font-size: 11px;
}
.grid_listing .product-listing-content ul.features_list {
  margin: 16px -10px 0;
  padding: 12px;
}
.grid_listing .product-listing-content {
  padding: 10px 10px 0;
}
.sidebar_widget {
  padding: 20px 14px 20px;
}
.btn {
  padding: 5px 22px;
}
.sell_car_quote .btn {
  font-size: 14px;
  padding: 4px 15px;
}
.pagination {
  margin-bottom: 100px;
}
.listing_other_info button {
  font-size: 14px;
  margin: 0 30px 0 0;
}
.main_features ul li {
  margin: 0 8px 0 0;
  min-height: 100px;
  min-width: 108px;
  padding: 10px;
}
.share_vehicle {
  padding: 20px 15px;
}
.widget_heading i {
  margin: 0 3px 0 0;
}
.dealer_detail p span {
	font-weight:800;
	width:auto;
}
.dealer_detail p {
  font-size: 13px;
  margin: 0 auto 5px;
}
.listing_heading div {
  font-size: 14px;
  padding: 13px;
}
.inventory_info_list ul li div {
  font-size: 15px;
  padding: 14px 20px;
}
.compare_product_title table td, .compare_product_title table th, .compare_product_title li {
  font-size: 17px;
  padding: 20px;
}
.compare_info .compare_product_img .search_other_inventory {
  font-size: 23px;
  padding: 20px;
}
.fact_m ul li {
  min-height: 160px;
}
.fact_m ul li i {
  font-size: 44px;
}
.fact_m ul li p {
  display: flex;
  line-height: 20px;
}
.testimonial_wrap {
  padding: 40px 20px;
}



}


.looking-car-content .btn {
  padding-left: 25px;
  padding-right: 25px;
}
/***********************/


/*
* Previous main.css styles
*/

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* contacts li { font-family: 'Tahoma'; font-size: 14px; color:white; }
contacts a:hover { text-decoration: underline; color: red; } */

.sidebar {
  background: #EEE;
  border-right: 1px solid #AEAEAE;
  padding: 10px 10px 0;
}

td.sidebar + td {
  padding-top:10px;
}

.explanation h2 {
	margin: 0 0 10px 0;
	padding: 5px 0px;
	/* background: url(images/img06.jpg) repeat-x; */
	/* border: 1px solid #4A4A4A; */
	font-size: 14px;
	color: #000000;
}

.title_head {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: url(/static/ads/images/img06.jpg) repeat-x;
	border: 1px solid #4A4A4A;
	font-size: 12px;
	color: #CCCCCC;
}

.block_title {
	padding: 5px 10px;
	background: url(/static/ads/images/img06.jpg) repeat-x;
	border: 1px solid #4A4A4A;
	font-size: 12px;
	color: #CCCCCC;
}

.block_title a {
	color:#fff;
}

.block_body {
	border: 1px solid #ADADAD;
	border-top: 0 none;
	background: #fff;
}

.block_body td {
	font-size: 11px;
}

.red {
	color: #FF0000;
}

.dotted_border {
	border-bottom: 1px dotted #ADADAD;
}

#user_messages {
	color: #FF0000;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 5px;
	display: none;
}

#menu {
	width: 880px;
	height: 35px;
	margin: 0 auto;
	padding-top: 3px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 8px 10px 10px 10px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

#menu a:hover {
	background: url(/static/ads/images/img05.jpg) repeat-x;
	margin: 0 3px 0 0;
	padding: 8px 10px 10px 10px;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: url(/static/ads/images/img05.jpg) repeat-x;
	margin: 0 3px 0 0;
	padding: 8px 15px 10px 15px;
	color: #FFFFFF;
}

.title {
	margin: 0;
	font-weight: normal;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

/* Vehicle Details Page */
td.details{
  background: #FFF url(/static/ads/images/table_images/th_bck.gif) repeat-x;
  width			: 15%;
  text-align		: center;
  color                 : #666;  
  padding               : 5px 10px;
  border-left           : 1px solid #CCC;
  font-size		: 12px;
}
td.values{
  width			: 15%;
  text-align		: center;
  color                 : #666;  
  padding               : 5px 10px;
  border-left           : 1px solid #CCC;
  font-size		: 12px;
}
.note { 
	background-color: #EDF3DD /* #FFFFCC */; 
	padding:0.5em;
	font-size: 12px;
}

/* Vehicle Listing Page */
div#bottom {
  margin:0 30px 0 30px;
  padding:10px 0 15px 0;
  text-align:left;
  border-top:1px dotted #333;
}
div#bottom div span {
  margin-left:5px;
  color:blue;
  font-weight:bold;
}

.select,
select.select[multiple],
select.select[size],
.select_small,
select.select_small[multiple],
select.select_small[size] {
  height: 160px;
}

.select,
select.select[multiple],
select.select[size] {
  width: 160px;
  font-size: 11px;
}

.select_small,
select.select_small[multiple],
select.select_small[size] {
  width: 80px;
  font-size: 11px;
}

#results {
  margin-top:10px;
}

#paginator a {
	text-decoration:none;
	color:#000000;
}
#paginator p {
	margin: 0 0 10px 0;
	padding: 0px 0px;
	font-size: 12px;
	color: #000000;
}
.note { 
	background-color: #EDF3DD /* #FFFFCC */; 
	padding:0.5em; 
}
.sfilter {
	background-color: #FFFFCC; 
	padding:0.2em; 
}

.zone {
	font-weight:bold;
}
.zone1 {
	color: #69c6dd;
}
.zone2 {
	color: #094fa1;
}
.zone3 {
	color: #33a02c;
}
.zone4 {
	color: #feb201;
}
.zone5 {
	color: #fe0000;
}
.zone6 {
	color: #f87dc1;
}

.hidden { display: none; }

.box {
	margin: 15px 0 0;
	border: 1px solid #ccc;
	padding: 5px 0;
	background: rgb(129,169,205) url(../images/bg_m.png) no-repeat scroll top right;
	width: 200px;
}

.box-heading {
	border-bottom: 1px solid #ccc;
	margin: 0 0 5px;
	height: 30px;
}

.box-heading h2 {
	padding:0 5px 5px;
	margin:0;
	color: rgb(209,16,26);
	font-size: 20px;
	font-weight: normal;
	font-family: Verdana,Arial,sans-serif;
	-moz-animation-duration: 3s;
  	-webkit-animation-duration: 3s;
  	-moz-animation-name: slidein;
  	-webkit-animation-name: slidein;
  	-moz-animation-iteration-count: infinite;
  	-webkit-animation-iteration-count: infinite;
}

.box-body {
	padding: 0 5px;
}

.box-body strong {
	color: rgb(209,16,26);
}

@-moz-keyframes slidein {
      from {
       	font-size: 24px;
      }
      
      50% {
      	font-size: 20px;
      }
      
      to {
        font-size: 24px;
      }
    }
    
    @-webkit-keyframes slidein {
      from {
        font-size: 24px;
      }
      
      50% {
      	font-size: 20px;
      }
      
      to {
        font-size: 24px;
      }
    }
    
#body_table.translations td, #body_table.translations th {
	padding: 8px 10px;
}

#body_table.bidding td, #body_table.bidding th {
	padding: 5px 10px;
}


/***********************/

/*
* Custom - FMH
*/
.temp-text-logo {
  margin: 0;
  font-size: 50px;
  font-weight: 900;
}

.login_btn {
  margin: 19px 0 18px;
}

header .default-header .support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body:not(.logged-in) header .default-header .support {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body:not(.logged-in) header .default-header .circle_icon {
  height: 30px;
  width: 30px;
  line-height: 30px;
}

body:not(.logged-in) header .default-header .support .header_widgets:not(:last-child) {
  margin-bottom: 5px;
}

.header_wrap .user_trial_days,
.header_wrap .user_upgrade_btn,
.header_wrap .my-account {
  float: left;
  text-align: center;
}

.header_wrap .user_trial_days a,
.header_wrap .user_upgrade_btn a {
  line-height: 15px;
  padding: 9px 15px 8px;
  border: 1px solid #444;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 14px;
}

.header_wrap .my-account {
  border: 1px solid #444;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.header_wrap .my-account a {
  border-radius: 0;
  background-color: transparent;
  color: #222;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 15px;
  padding: 9px 15px 8px;
}

.header_wrap.user-trial .my-account,
.header_wrap.user-upgrade .my-account {
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.logging-btns a:not(:last-child) {
  margin-right: 10px;
}

.user_login {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
  text-align: center;
}

.user_login ul li {
  line-height: 15px;
}

.user_login li.last-login {
  border-top: 1px solid #444;
  padding-top: 12px;
  padding-bottom: 0;
  text-align: center;
}  

.user_login li.last-login .title{
  display: block;
  color: #fff;
  font-size: 12px;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.user_login li.last-login .date{
  display: block;
  font-size: 14px;
  color: #999;
}

.user_login.demo {
  border-radius: 3px;
  border-width: 1px;
}

.default-header {
  padding: 15px 0;
}

.default-header .row .ads-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.default-header .row .ads-flex > div:not(:last-child) {
  margin-right: 20px;
}

.default-header .social-follow {
  margin-left: 0;
}



.navbar-default .navbar-nav > li > a {
  padding: 20px 6px;
}
body.logged-in .navbar-default .navbar-nav > li > a {
  padding: 20px 15px;
}

.navbar-default .navbar-nav > li.dropdown > a {
  padding: 20px 40px 20px 6px;
}
body.logged-in .navbar-default .navbar-nav > li.dropdown > a {
  padding: 20px 40px 20px 15px;
}

#footer .footer-logo,
.default-header .logo {
  width: 170px;
  height: auto;
}

#footer .footer-logo img,
.default-header .logo img {
  width: 100%;
  height: auto;
}

/* Footer START */

  #footer .main-footer {
    background: #212121;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 60px;
    padding-bottom: 50px;
  }

  #footer .footer-newsletter {
    margin-bottom: 55px;
    padding: 0 15px 0;
  }

  #footer .footer-newsletter .inner {
    border-bottom: 3px double rgba(255, 255, 255, 0.4);
    padding-bottom: 25px;
  }

  #footer .row.gap-15 {
    margin-right: -8px !important;
    margin-left: -7px !important;
  }

  #footer .footer-newsletter h4 {
    color: rgba(255, 255, 255, 0.7);
    text-align: right;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    margin-top: 14px;
    letter-spacing: 0.5px;
  }

  #footer .footer-newsletter .form-control,
  .login-form .form-control {
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.3);
    color: #FFF;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }

  #footer .footer-newsletter .form-control:focus,
  .login-form .form-control:focus {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.4);
  }

  #footer .footer-logo {
    font-size: 30px;
    margin: 0 0 10px;
    color: #FFF;
  }

  #footer .main-footer a {
    color: rgba(255, 255, 255, 0.7);
  }

  #footer .text-primary {
    color: #fa2837 !important;
  }

  #footer .about-us-footer {
    padding-right: 15px;
  }

  .font-italic {
    font-style: italic !important;
  }

  #footer .social-footer {
    margin: 20px 0 0;
  }

  #footer .social-footer a {
    font-size: 20px;
    margin-right: 10px;
    margin-bottom: 5px;
    display: block;
    float: left;
  }

  #footer .footer-title {
    color: #FFF;
    margin: 0 0 25px;
  }

  #footer h4.footer-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 10px;
    position: relative;
  }

  #footer h4.footer-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50px;
    height: 2px;
    background: #fa2837;
  }

  #footer ul {
    padding-left: 0;
  }

  #footer ul.menu-footer li {
    margin-bottom: 5px;
    width: 50%;
    float: left;
    position: relative;
    padding-left: 10px;
    list-style: none;
  }

  #footer ul.menu-footer li:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 11px;
  }

  #footer ul.menu-footer li a {
    font-size: 13px;
  }

  #footer .sm-clear {
    display: none;
  }

  #footer ul.office-hour {
    margin: 0;
  }

  #footer ul.office-hour li {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    clear: both;
    list-style: none;
  }

  #footer ul.office-hour li span {
    float: right;
  }

  #footer .text-white {
    color: #FFF !important;
  }

  #footer .line20 {
    line-height: 20px !important;
  }

  #footer .font700 {
    font-weight: 700 !important;
  }

  #footer .font20 {
    font-size: 20px !important;
  }

  #footer .block {
    display: block;
  }

  #footer .mb-5 {
    margin-bottom: 5px !important;
  }

  #footer .mt-10 {
    margin-top: 10px !important;
  }

  #footer .secondary-footer {
    background: #141414;
    color: rgba(255, 255, 255, 0.7);
    padding: 20px 0;
  }

  #footer .copy-right {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    font-size: 13px;
  }

  #footer ul.secondary-footer-menu {
    margin: 0;
    float: right;
  }

  #footer ul.secondary-footer-menu li {
    float: left;
    list-style: none;
    margin-bottom: 0;
  }

  #footer ul.secondary-footer-menu li a {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 12px;
  }

  #footer ul.secondary-footer-menu li:not(:last-child):after {
    content: "|";
    margin: 0 15px;
  }

  #footer .secondary-footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #footer .main-footer a:hover,
  #footer ul.secondary-footer-menu li a:hover {
    color: #fff;
  }

/* Footer END */


/* Home Slider START */

  .slider .left, .alignleft {
    float: left;
  }

  .slider .clear {
    clear: both;
  }

  .slider a:hover, .slider a:focus {
    color: #000;
    opacity: 0.6;
  }

  .home #slider.flexslider {
    height: calc( 100vw * 0.37 );
  }

  .home section.slider {
    position: relative;
  }

  .home #slider.flexslider div.image,
  .home #slider.flexslider ul.slides,
  .home #slider.flexslider ul.slides li {
    width: 100%;
    height: 100%;
  }

  .home #slider.flexslider div.image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .home #slider.flexslider .flex-caption p.desc {
    width: 70%;
    background-color: #fa2837;
  }

  .home #slider.flexslider .flex-caption p.desc,
  .home #slider.flexslider .flex-caption p.auctioning {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .flex-caption button {
    display: inline-block;
    font-size: 24px;
    background: #444;
    padding: 24px 12px 25px 26px;
    color: #fff !important;
    border: 0;
    outline: 0;
  }

/* Home Slider END */

/* Home Login Form START */

  header .login-form {
    margin: 11px 0px 24px;
    position: relative;
  }

  header .login-form .login_btn {
    margin-top: 0;
    margin-bottom: 0;
  }

  header .login-form .login_btn .btn.btn-xs {
    padding: 0px 17px;
  }

  header .login-form input[type="text"],
  header .login-form input[type="password"],
  header .login-form .login_btn.login {
    margin-right: 8px;
    padding: 0 5px;
  }


  header .login-form input[type="text"],
  header .login-form input[type="password"] {
    width: 140px;
    height: 30px;
    vertical-align: middle;
  }

  header .login-form .form-control {
    display: inline-block;
  }

  header .login-form .notes {
    position: absolute;
    top: 100%;
    font-size: 10px;
    left: 0;
  }

  header .login-form .notes,
  header .login-form .notes a {
    color: #999;
  }

  header .login-form .notes a:hover,
  header .login-form .notes .login-error {
    color: #fa2837;
  }

  header .login-form .login_btn.register a {
    background-color: transparent;
    border: 1px solid #fff;
  }

/* Home Login Form END */

/* Home ADS Title START */

  .home .ads-title-container {
    background-color: #212121;
    text-align: center;
    padding: 12px 0;
    position: relative;
  }

  .home .ads-title-container .ads-text {
    margin: 0;
    color: #f7f7f7;
  }

  .home .ads-title-container img.ads-icon {
    width: 60px;
    vertical-align: baseline;
    margin-left: 10px;
  }

  .home .ads-title-container .ads-text small {
    display: block;
    font-size: 16px;
  }

/* Home ADS Title START */

/* Home Free trial panel START */

.home .free-trial-panel {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #f7f7f7;
  padding: 0 25px;
  border: 1px solid #f7f7f7;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999;
}

.home .free-trial-panel p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

.home .free-trial-panel i {
  color: #fa2837;
  margin-right: 10px;
}

/* Home Free trial panel END */


section {
  margin: 150px 0;
}

section.no-margin {
  margin: 0;
}

section h2 {
  position: relative;
  padding-bottom: 12px;
}

section h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50px;
  height: 3px;
  background: #fa2837;
}

section h2.center {
  text-align: center;
  padding-bottom: 20px;
}

section h2.center:after {
  left: 50%;
  margin-left: -25px;
}

section h2.no-line {
  padding-bottom: 0;
}

section h2.no-line:after {
  content: none;
  display: none;
}

section.dark-bg {
  position: relative;
}

section.dark-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .8;
  background-color: #000;
}

.text-center {
  text-align: center;
}

.container section:last-child {
  margin-bottom: 0;
}

/* Home - How it works? Section START */  

  section.how-it-works h2 {
    padding-bottom: 0;
  }

  section.how-it-works .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  section.how-it-works .text h2 {
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 0;
    text-align: right;
  }

  section.how-it-works .text span {
    display: inline-block;
    line-height: 1.4;
    position: relative;
    color: #fff;
    background-color: #fa2837;
    margin-bottom: 10px;
    padding: 0 15px;
  }

  section.how-it-works .text span:last-child {
    margin-bottom: 0;
  }

  section.how-it-works .text span:nth-child(3) {
    padding-left: 161px;
  }

  section.how-it-works .text span:nth-child(5) {
    padding-left: 56px;
  }
  
  .how-it-works img.infographic {
    width: 100%;
    height: auto;
  }

/* Home - How it works? Section END */


/* Home - What is ADS? Section START */

  section.what-is-ads .thumbnail {
    margin-bottom: 15px;
  }

  section.what-is-ads h2:after {
    width: 103px;
  }

  .what-is-ads .ads-img {
    width: 100%;
    height: auto;
  }

  .what-is-ads p {
    font-size: 15px;
  }

  /* Home - What is ADS? Section END */


  /* Home - Latest Updates Section START */

  section.latest-updates {
    background-image: url(/static/ads/images/latest-updates-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 160px;
    padding: 70px 0 30px;
  }

  section.latest-updates .container .row.news:not(:last-child) {
    margin-bottom: 60px;
  }

  section.latest-updates .ui-title-block {
    color: #fff;
  }

  section.latest-updates .b-advantages-2 {
    margin-top: 57px;
    margin-bottom: -90px;
    padding: 40px 30px 40px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    background-color: #f4f4f4;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
    color: #000;
    min-height: 245px;
  }

  section.latest-updates .b-advantages-2__title {
    margin-top: 0;
    margin-bottom: 27px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #000;
  }

  section.latest-updates .b-advantages-2__title strong {
    display: block;
    margin-top: 5px;
    font-size: 20px;
  }

  section.latest-updates .b-advantages-2__info {
    margin-bottom: 10px;
    color: #000;
  }

  .ui-decor-2 {
    background-color: #fa2837;
    display: inline-block;
    width: 20px;
    height: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  section.latest-updates .b-advantages-2 a {
    color: #fa2837 !important;
    border: 0 !important;
  }

  section.latest-updates .b-advantages-2.important a {
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
  }

  section.latest-updates .b-advantages-2.important {
    background-color: #fa2837;
    color: #fff;
  }

  section.latest-updates .b-advantages-2.important .b-advantages-2__title,
  section.latest-updates .b-advantages-2.important .b-advantages-2__info {
    color: #fff;
  }

  section.latest-updates .b-advantages-2.important .ui-decor-2 {
    background-color: #fff;
  }

/* Home - Latest Updates Section END */




.panel.ads {
  border-color: #fa2837;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.panel.ads > .panel-heading {
    color: #fff;
    background-color: #fa2837;
    border: 0;
}

.panel.ads > .panel-heading i {
  margin-right: 5px;
}

.panel.time-japan {
  border-color: #eee;
}

.panel.time-japan .panel-heading {
  color: #111;
  background-color: #eee;
  border: 0;
}

header .current-vehicles a {
  display: block;
  color: inherit;
  margin-bottom: 5px;
}

header .current-vehicles .panel {
  margin-bottom: 0;
}

header .current-vehicles .panel .panel-heading,
header .current-vehicles .panel .panel-body {
  padding: 2px 12px;
}

header .current-vehicles .panel .panel-title {
  font-size: 14px;
}


table.main {
  margin-bottom: 42px;
}

/* Search Page - START */

#paginator {
  margin-bottom: 15px;
}

/* Search Page - END */





.ads-content-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ads-row {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 13px;
  }
}

.ads-error-block,
.ads-has-error .control-label {
    color: #fa2837;
}

.ads-theme-color-red {
  color: #fa2837 !important;
}

.ads-theme-color-green {
  color: #5cb85c !important;
}

.help-block,
.ads-error-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.label.label-font-normal {
  font-size: 100%;
}

.label.label-ads-red {
  background-color: #fa2837;
}
.label.label-secondary {
  color: #555;
  background-color: #f7f7f7;
}

.text-success {
  color: #5cb85c;
}
.text-danger {
  color: #d9534f;
}
.text-blue {
  color: #337ab7;
}

.panel-heading {
  font-weight: 700;
}

.panel-heading i {
  margin-right: 10px;
}

.fa.fa-gavel {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

#registration_form .form-group .form-control {
  max-width: 100%;
}

#registration_form .form-group.ads-width-sm .form-control {
  width: 12em;
}

#registration_form .form-group.ads-width-md .form-control {
  width: 24em;
}

form .ads-form-section:not(:last-child),
.ads-reg-dt-form-output {
  margin-bottom: 50px;
}

form .ads-form-section-title {
  margin-bottom: 25px;
}

textarea.form-control {
  resize: vertical;
}



@media (min-width: 768px) {
  #registration_form .form-group.import_exp_from_japan .ads-input-wrapper.checkbox,
  #registration_form .form-group.agree .ads-input-wrapper.checkbox {
    padding-top: 13px;
  }

  #registration_form .form-group.port_of_discharge .control-label,
  #registration_form .form-group.message .control-label {
    padding-top: 0;
  }
}

.alert {
  background: none;
}

.alert-danger {
  border-color: #fa2837;
  color: #fa2837;
}



/**
 * =============================
 *  Banners Backgrounds
 * =============================
 */
.page-header.registration,
.page-header.search_stats {
  background-image: url("/static/ads/images/banners/banner-bg-registration.jpg");
}
.page-header.search_process_tutorial {
  background-image: url("/static/ads/images/banners/banner-bg-search-process-tutorial.jpg");
}

.page-header.current-vehicles-counts-by-maker {
  background-image: url("/static/ads/images/banners/banner-bg-current-vehicles-counts.jpg");
}




.ads-tutorial-step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.ads-tutorial-step .step-num,
.ads-tutorial-step .bullet:not(:last-child) {
  margin-right: 10px;
}

.ads-tutorial-step .step-num {
  background-color: #fa2837;
  color: #fff;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 26px;
  font-weight: 700;
}

.ads-tutorial-step .bullet {
  height: 10px;
  width: 10px;
  background-color: #fa2837;
  border-radius: 100%;
}

.ads-tutorial-step .bullet.on ~ .bullet {
  background-color: #cecece;
}

img {
  max-width: 100%;
}

.ads-img-bordered {
  border: 1px solid #eee;
  padding: 2px;
}

.help-block.help-block-inline {
  display: inline;
  margin: 0;
}

.ads-img-wrapper {
  margin-bottom: 25px;
}

.ads-step-row {
  margin-bottom: 50px;
}



.ads-p-md {
  font-size: 20px;
}

section.get-demo .ads-p-md {
  margin: 50px 0;
}

section.get-demo .btn {
  margin-bottom: 10px;
}


.no-padding {
  padding: 0 !important;
}

.btn.btn-secondary {
  color: #111;
  background: #eee none repeat scroll 0 0;
  fill: #eee;
  border: none;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  background: #ddd none repeat scroll 0 0;
  fill: #ddd;
}

.ads-nav-notice {
  line-height: 16px;
  text-align: center;
  color: #fff;
  background-color: #fa2837;
  font-weight: 700;
  padding: 10px 15px;
}

.btn.inline-text {
  padding: 0 10px;
  margin: 0 2px;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}


.icon-block {
  display: block;
  margin-bottom: 10px;
}

.icon-block .fa {
  font-size: 40px;
  color: inherit;
}

.icon-block .fa.fa-check-circle {
  color: #32cd32;
}

.icon-block .fa.fa-exclamation-circle {
  color: #ffd700
}

.icon-block .fa.fa-times-circle {
  color: #ff0000;
}


/* Current Vehicles Counts By Maker LIST */
.makers-list .country {
  margin: 0 0 40px 0;
}

.makers-list .country .country-makers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.makers-list .country .country-makers-list .maker-wrapper {
  -ms-flex-preferred-size: 132px;
      flex-basis: 132px;
  margin: 10px;
}

.makers-list .country .country-makers-list a {
  color: inherit;
  display: block;
}
.makers-list .country .country-makers-list a:after {
  content: "";
  display: table;
  clear: both;
}

.makers-list .country .country-makers-list .maker {
  text-align: center;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
}

.makers-list .country .country-makers-list a:hover .maker {
  border-color: #bbb;
}

.makers-list .country .country-makers-list .maker .maker-logo {
  width: 110px;
  height: 110px;
  overflow: hidden;
  margin: 0 auto 15px;
}

.makers-list .country .country-makers-list .maker .maker-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.makers-list .country .country-makers-list .maker .maker-title {
  font-weight: 700;
  background-color: #f7f7f7;
  border-radius: 3px 3px 0 0;
  padding: 5px;
  line-height: 1;
}

.makers-list .country .country-makers-list .maker .maker-logo,
.makers-list .country .country-makers-list .maker .maker-title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.makers-list .country .country-makers-list .maker .maker-count {
  background-color: #fa2837;
  color: #fff;
  border-radius: 0 0 3px 3px;
}
/* END Current Vehicles Counts By Maker LIST */

.sw-loading::before {
  border-top-color: #fa2837 !important;
}

.input-group-addon {
  border-width: 0;
}

.btn.ads-btn-block {
  display: block;
  width: 100%;
}

/* ADS Spinner */

.ads-loading {
  position: relative;
}

.ads-loading:before {
  content: "";
  position: absolute;
  display: block;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,.7);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 98;
}

.ads-loading:after{
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #fa2837;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  -webkit-animation: ads-spin 1s linear infinite;
  animation: ads-spin 1s linear infinite;
  z-index: 99;
}

@-webkit-keyframes ads-spin {
  0%   { -webkit-transform:rotate(0) }
  100% { -webkit-transform:rotate(360deg) }
}
  
@keyframes ads-spin{
  0%   { -webkit-transform:rotate(0);transform:rotate(0) }
  100% { -webkit-transform:rotate(360deg);transform:rotate(360deg)}
}

.ads-loading.ads-loading-md:after {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-width: 6px;
}
.ads-loading.ads-loading-sm:after {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-width: 4px;
}
/* END ADS Spinner */

/* Registration Progress Bar */

.steps-progress ol {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 4em;
  padding-top: 40px;
  position: relative;
  width: 100%;
  display: block;
}

.steps-progress ol:before {
  content: '';
  display: block;
  width: 75%;
  height: 4px;
  position: absolute;
  left: 12.5%;
  top: 18px;
  background-color: #eee;
}

.steps-progress ol:after {
  content: "";
  display: block;
  clear: both;
}

.steps-progress .step {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
  margin: 0;
}

.steps-progress .step:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -15px;
  background-color: #fa2837;
  border-radius: 100px;
}

.steps-progress .step .step-name {
  color: #414042;
  border: 1px dotted #eee;
  border-radius: 100px;
  padding: 2px 15px;
}

.steps-progress .step:before,
.steps-progress .step.step-active .step-name,
.steps-progress .step:last-child.step-active:after {
  background-color: #fa2837;
}

.steps-progress .step.step-active .step-name {
  border-color: transparent;
  color: #fff;
}

.steps-progress .step:not(:first-child):before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: -50%;
  top: -22px;
}

.steps-progress .step.step-active ~ .step .step-name {
  color: #ccc;
}

.steps-progress .step.step-active ~ .step:after {
  background-color: #eee;
}

.steps-progress .step.step-active ~ .step:before {
  content: none;
}

@media (max-width:767px) {

  .steps-progress ol {
    padding-top: 0;
    padding-left: 40px;
    margin-bottom: 1em;
  }

  .steps-progress ol:before {
    width: 4px;
    height: 75%;
    top: 7.5%;
    left: 13px;
  }

  .steps-progress .step {
    float: none;
    height: 50px;
    width: 100%;
    text-align: left;
  }

  .steps-progress .step:after {
    top: -2px;
    left: -25px;
  }

  .steps-progress .step:not(:first-child):before {
    width: 4px;
    height: 100%;
    top: auto;
    bottom: calc( 100% - 13px );
    left: -27px;
  }

}

/* END Registration Progress Bar */


/* ADS Spinner */
.ads-spinner {
  position: relative;
  width: 50px !important;
  height: 50px !important;
  margin: 0 auto;
}
.ads-spinner div,
.ads-spinner div:after {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 7px solid #fa2837;
  border-top-color: transparent;
  border-radius: 50%;
}
.ads-spinner div {
  -webkit-animation: ads-rolling 0.75s linear infinite;
  animation: ads-rolling 0.75s linear infinite;
  top: 25px;
  left: 25px;
}
.ads-spinner div:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

@keyframes ads-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes ads-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* END ADS Spinner */


.ads-layout {
  text-align: center;
	border: 1px solid #ccc;
	padding: 10px;
  text-transform: uppercase;
  margin-bottom: 15px;
}


/* Single Vehicle Page */

.single-vehicle section {
	margin: 0 0 40px;
}

.single-vehicle .vehicle-title {
	line-height: 0.9;
}

.single-vehicle .vehicle-title:after {
	content: none;
}

.single-vehicle .vehicle-title .v-model-type-details {
  font-weight: 500;
}

.single-vehicle .vehicle-datetime {
	text-align: right;
    font-size: 18px;
}

.single-vehicle .vehicle-datetime .label {
	padding: .3em .6em;
}

.single-vehicle .vehicle-datetime i.fa {
	margin-right: .6em;
}

.single-vehicle .vehicle-gallery {
	overflow: hidden;
}

.single-vehicle .vehicle-gallery .flexslider {
	background: #f7f7f7 !important;
    padding: 4px;
    border-radius: 3px;
	margin-bottom: 5px;
}

.single-vehicle .vehicle-gallery .flexslider .slides > li,
.single-vehicle .vehicle-gallery .flexslider .flex-direction-nav li {
	margin-bottom: 0;
}

.single-vehicle #carousel img {
    display: block;
    opacity: .5;
    cursor: pointer;
}
.single-vehicle #carousel img:hover {
    opacity: 1;
}
.single-vehicle #carousel .flex-active-slide img {
    opacity: 1;
    cursor: default;
}

.single-vehicle #carousel .flex-direction-nav a {
	top: 50%;
  margin-top: -20px;
}


.single-vehicle .auction-sheet-image {
	text-align: center;
}

.single-vehicle .auction-sheet-image a {
	display: block;
}

.single-vehicle .auction-sheet-image .btn {
	margin-top: 10px;
	font-weight: normal;
}

.single-vehicle .btn.ads-see-stats {
  margin-top: 10px;
}

.single-vehicle .auction-form .auction-date {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}

.single-vehicle .panel.form {
	text-align: left;
}

.single-vehicle .panel.form .panel-body p:last-child {
	margin-bottom: 0;
}

.single-vehicle .panel.form .form-horizontal .form-group:not(.hight-input) .control-label {
	padding-top: 7px;
}

.single-vehicle .sv-buttons .actions {
	text-align: right;
}

.single-vehicle .sv-buttons .actions a:not(:last-child) {
	margin-right: 10px;
}

.single-vehicle .btn > i {
	margin: 0 10px 0 0 !important;
	padding-bottom: 3px;
}

.single-vehicle .btn > i.right {
	margin: 0 0 0 10px !important;
}

.single-vehicle .sv-nav {
	margin-top: 15px;
}

.single-vehicle .sv-nav .next {
	text-align: right;
}

.single-vehicle .panel > .panel-heading i {
	margin-right: 10px;
}

#user_message {
	display: none;
	margin: 0;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-color: #111;
  border: none;
  color: #f7f7f7;
  z-index: 9999;
}

.single-vehicle .radio label:before {
	height: 16px;
	width: 16px;
	top: 2px;
}

.single-vehicle .radio label.selected:before {
	background-color: #fa2837;
}

.single-vehicle .radio-inline {
	padding-left: 0;
}

.single-vehicle .radio-inline:not(:first-child) {
	margin-left: 20px;
}

.single-vehicle .auction-form .bid-error {
	font-weight: 700;
	text-align: center;
}

@media (max-width: 767px) {

	.single-vehicle .vehicle-title,
	.single-vehicle .vehicle-datetime {
		text-align: center;
	}

	.single-vehicle .vehicle-datetime,
	.single-vehicle .vehicle-gallery {
		margin-top: 15px;
	}

	.single-vehicle .sv-buttons .btn {
		display: block;
		margin-top: 10px;
	}

	.single-vehicle .sv-buttons .actions a:not(:last-child) {
		margin-right: 0;
  }
  
  .single-vehicle .radio-inline {
    display: block;
  }

  .single-vehicle .radio-inline:not(:first-child) {
    margin-left: 0;
  }

}
/* END Single Vehicle Page */


/* START Statistics Search Page */
body.stats .vehicles-list .v-date-price .v-main-d {
  white-space: nowrap;
  display: inline;
}

body.stats .vehicles-list .v-date-price .v-main-d:not(.v-main-d-date):not(:last-child) {
  margin-right: 6px;
  padding-right: 10px;
  border-right: 1px solid #eee;
}

body.stats .vehicles-list .v-date-price .v-main-d.v-main-d-date {
  display: block;
  margin-bottom: 5px;
}

body.stats .vehicles-list .v-date-price .label {
  margin-left: 0;
}

body.stats .vehicles-list .v-date-price .v-main-d b {
  margin-right: 10px;
  font-size: 14px;
}

@media (max-width: 767px) {
  body.stats .vehicles-list .v-date-price .v-main-d {
    display: block;
    margin-bottom: 5px;
  }

  body.stats .vehicles-list .v-date-price .v-main-d:last-child {
    margin-bottom: 0;
  }

  body.stats .vehicles-list .v-date-price .v-main-d:not(.v-main-d-date):not(:last-child) {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
}
/* END Statistics Search Page */


/* START Statistics Detail Modal */
.modal-spinner {
  height: auto !important;
  padding: 12px 16px 6px !important;
}

body.stats .jquery-modal .modal {
  overflow: visible;
  width: 100%;
  max-width: none;
}

body.stats .jquery-modal .modal[id^="auction-sheet-image"] {
  width: auto;
  max-width: 100%;
}

.lot-detail-modal .vehicle-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 15px;
}

.lot-detail-modal .vehicle-header > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.lot-detail-modal .vehicle-header .vehicle-title .v-model-type-details {
  font-weight: 500;
}

.lot-detail-modal .vehicle-main-details {
  text-align: right;
  font-size: 18px;
}

.lot-detail-modal .vehicle-main-details .v-main-d {
  white-space: nowrap;
}

.lot-detail-modal .vehicle-main-details .v-main-d:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #eee;
}

.lot-detail-modal .vehicle-main-details .v-main-d b {
  margin-right: 10px;
  font-size: 14px;
}

.lot-detail-modal .vehicle-main-details .label {
  padding: .3em .6em;
}

.lot-detail-modal .vehicle-main-details i.fa {
  margin-right: .6em;
}

.lot-detail-modal .vehicle-gallery {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.lot-detail-modal .auction-sheet-image {
  text-align: center;
}

.lot-detail-modal .auction-sheet-image img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.lot-detail-modal #carousel .flex-direction-nav a {
	top: 50%;
  margin-top: -20px;
}

.lot-detail-modal .vehicle-gallery .flexslider {
	background: #f7f7f7 !important;
    padding: 4px;
    border-radius: 3px;
	margin-bottom: 5px;
}

.lot-detail-modal .vehicle-gallery .flexslider .slides > li,
.lot-detail-modal .vehicle-gallery .flexslider .flex-direction-nav li {
	margin-bottom: 0;
}

.lot-detail-modal #carousel img {
  display: block;
  opacity: .5;
  cursor: pointer;
}
.lot-detail-modal #carousel img:hover {
  opacity: 1;
}
.lot-detail-modal #carousel .flex-active-slide img {
  opacity: 1;
  cursor: default;
}

.lot-detail-modal .vehicle-details table tr:first-child th,
.lot-detail-modal .vehicle-details table tr:first-child td {
  border-top: 0;
}

.lot-detail-modal .ads-search-in-auctions-btn {
  white-space: normal;
  line-height: 1;
  padding-left: 18px;
  padding-right: 18px;
}

@media (max-width: 767px) {
  .jquery-modal .modal {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }

  .lot-detail-modal .vehicle-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .lot-detail-modal .vehicle-header .vehicle-title {
    margin-bottom: 15px;
    text-align: center;
  }

  .lot-detail-modal .vehicle-main-details {
    text-align: center;
  }

  .lot-detail-modal .vehicle-main-details .v-main-d {
    display: block;
    margin-bottom: 5px;
  }

  .lot-detail-modal .vehicle-main-details .v-main-d:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }

  .lot-detail-modal .vehicle-body > [class^="col"] {
    margin-bottom: 15px;
  }
}
/* END Statistics Detail Modal */


/* Sidebar - NEW */
.sidebar-new {
  margin-bottom: 40px;
}

.sidebar-new .list-group-item,
.sidebar-new .panel-heading {
	padding: 10px;
}

.sidebar-new .panel .list-group i.action {
	float: right;
    font-size: 20px;
	color: #bbb;
	cursor: pointer;
	visibility: hidden;
	opacity: .5;
}

.sidebar-new .panel .list-group i.action:hover {
	opacity: 1;
}

.sidebar-new .panel .list-group a.list-group-item:hover i.action {
	visibility: visible;
}

.sidebar-new .panel .panel-heading.has-label,
.sidebar-new .panel .list-group a.list-group-item.has-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.sidebar-new .panel .row-text {
	padding-right: 10px;
}

.sidebar-new .panel .panel-heading .label,
.sidebar-new .panel .list-group a.list-group-item .label {
    margin-top: 2px;
}

.sidebar-new .panel.has-actions .list-group a.list-group-item {
	padding-right: 65px;
}

.sidebar-new .panel.has-actions .list-group a.list-group-item i.action {
	position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sidebar-new .panel.has-actions .list-group a.list-group-item i.action.automate {
	right: 38px;
}
.sidebar-new .panel.has-actions .list-group a.list-group-item i.action.automate:hover,
.sidebar-new .panel.has-actions .list-group a.list-group-item.automated i.action.automate {
  color: #48a8f0;
}

.sidebar-new .panel.has-actions .list-group a.list-group-item.automated i.action.automate {
  visibility: visible;
}

.sidebar-new .panel.has-actions .list-group a.list-group-item i.action.delete {
	right: 10px;
}
.sidebar-new .panel.has-actions .list-group a.list-group-item i.action.delete:hover {
	color: #fa2837;
}
/* END Sidebar - NEW */


/**
 * NEW SEARCH
 * START
 */

/* PART: "search/index.html" */
body.search section {
  margin: 0 0 40px;
}

body.search h3 {
  font-size: 25px;
}

body.search h2 {
  font-size: 35px;
}

.default-header .btn > i,
body.search .btn > i {
  padding-bottom: 4px;
  margin: 0 10px 0 0 !important;
}

body.search .btn > i.right {
  margin: 0 0 0 10px !important;
}

body.search .input-group > input {
  padding-right: 0;
}

.search-again,
.search-switchers,
#search-container {
  margin-bottom: 40px;
}

#search-lot-number,
#search-classic {
  display: none;
}

#search-container.in-results #search-smart {
  display: none;
}
#search-container.in-results #search-classic {
  display: block;
}

#smartwizard .sw-toolbar .sw-btn-group-extra {
  float: right;
}

#smartwizard .step-content {
  margin-bottom: 20px;
}

.search-switchers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-switchers .btn {
  display: block;
  float: none;
  width: 33.333333%;
  -webkit-flex-basis: 33.333333%;
      -ms-flex-preferred-size: 33.333333%;
          flex-basis: 33.333333%;
}

body.search select[multiple] {
  height: 218px;
}

.search-again {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.search-again .btn {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.search-again .btn:not(:first-child) {
  margin-left: 10px;
}

#btn-search-again {
  -webkit-box-flex: 999999;
  -webkit-flex-grow: 999999;
      -ms-flex-positive: 999999;
          flex-grow: 999999;
}

#search-container.in-results {
  display: none;
  border-bottom: 2px solid #eee;
  padding-bottom: 40px;
}

#mobile-search-controls {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 5px 5px 5px;
  background-color: #212121;
  overflow: hidden;
  z-index: 999999;
}
#mobile-search-controls .btn  {
  padding-left: 15px;
  padding-right: 15px;
}
#mobile-search-controls .btn.disabled,
#mobile-search-controls .btn[disabled],
#mobile-search-controls .btn.btn-secondary.disabled,
#mobile-search-controls .btn.btn-secondary[disabled] {
  opacity: 1;
}
#mobile-search-controls .btn.disabled,
#mobile-search-controls .btn[disabled] {
  color: #ff7881;
}
#mobile-search-controls .btn.btn-secondary.disabled,
#mobile-search-controls .btn.btn-secondary[disabled] {
  color: #bbb;
}
#mobile-search-controls .ms-btn-search {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#mobile-search-controls .ms-smart-btn-nav-prev {
  margin-right: 5px;
  display: none;
}
#mobile-search-controls .ms-smart-btn-nav-next {
  margin-left: 5px;
}
#mobile-search-controls.hidden-smart-navs .ms-smart-btn-nav {
  display: none !important;
}

@media ( min-width: 768px ) {
  body.logged-in .row.has-sidebar {
    position: relative;
  }

  body.logged-in .row.has-sidebar .col-sidebar,
  body.logged-in .row.has-sidebar .col-content {
    -webkit-transition-duration: .3s;
          -o-transition-duration: .3s;
            transition-duration: .3s;
  }

  body.logged-in .row.has-sidebar .col-content {
    position: relative;
    width: 75%;
    margin-left: 25%;
    background-color: #fff;
    padding-left: 49px;
  }

  body.logged-in .row.has-sidebar.sidebar-collapsed .col-content {
    width: 100%;
    margin-left: 0;
    padding-left: 64px;
  }

  body.logged-in .row.has-sidebar .col-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
  }

  body.logged-in #btn-toggle-sidebar {
    padding: 0 10px;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.logged-in #btn-toggle-sidebar i {
    margin: 0 !important;
    width: 14px;
  }

  body.logged-in .row.has-sidebar.sidebar-collapsed #btn-toggle-sidebar {
    left: 15px;
  }

  body.logged-in .row.has-sidebar #btn-toggle-sidebar:hover i:before {
    content: "\f060"; /* fa-arrow-left */
  }
  body.logged-in .row.has-sidebar.sidebar-collapsed #btn-toggle-sidebar:hover i:before {
    content: "\f061"; /* fa-arrow-right */
  }
  body.logged-in .row.has-sidebar #btn-toggle-sidebar:hover i {
    padding-right: 1px;
  }
  body.logged-in .row.has-sidebar.sidebar-collapsed #btn-toggle-sidebar:hover i {
    padding-left: 1px;
  }

}

@media ( max-width: 767px ) {
  body.search select[multiple] {
    height: 38px;
    margin-bottom: 10px;
  }

  body.search .form-group [class^="col"]:not(:last-child) > .input-group,
  body.search .form-group [class^="col"]:not(:last-child) > input {
      margin-bottom: 5px;
  }

  .search-switchers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .search-switchers .btn {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  .search-switchers .btn:first-child {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }
  .search-switchers .btn:last-child {
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }

  #smartwizard .sw-toolbar,
  .classic-search .row-submit,
  .lot-number-fields .row-submit {
      display: none;
  }

  #mobile-search-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  body.search iframe.zEWidget-launcher.in-search {
    margin-bottom: 58px !important;
    margin-left: 5px !important;
  }

  #btn-toggle-sidebar {
    display: none;
  }

  .search-again {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .search-again .btn {
    width: 100%;
  }

  .search-again .btn:not(:first-child) {
    margin-left: 0;
    margin-bottom: 10px;
  }
}





/* PART: "search/inc/classic.html" */
.classic-search .section-title {
  margin-top: 30px;
}

.classic-search .btn[type="submit"] {
  margin-bottom: 20px;
}

/* PART: "search/inc/smart/index.html" */
#smartwizard .step-content {
  padding-left: 0;
  padding-right: 0;
}

#smartwizard .btn-toolbar > .btn-group:first-child {
  margin-left: 0;
}

#smartwizard .sw-toolbar .sw-btn-group .btn {
  margin-right: 10px;
  border-radius: 3px;
}

@media( min-width: 768px ) {
  #smartwizard .sw-toolbar.sw-toolbar-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 5px;
    padding: 10px;
    background-color: #212121;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 -1px 4px #00000040;
    box-shadow: 0 -1px 4px #00000040;
    margin: 0 !important;
    z-index: 999;
  }

  #smartwizard .sw-toolbar.sw-toolbar-bottom.js-is-stuck {
    position: static !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* PART: "search/inc/smart/nav.html" */
#smartwizard > ul.ads-wizard-nav > li {
  margin-right: 0;
}

#smartwizard > ul.ads-wizard-nav > li > a::after {
  content: none;
}

#smartwizard {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#smartwizard .sw-toolbar {
  background: transparent;
  padding: 0;
  margin-bottom: 20px !important;
}

#smartwizard > ul.ads-wizard-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  padding-top: 40px;
  position: relative;
  width: 100%;
  display: block;
}

#smartwizard > ul.ads-wizard-nav:before {
  content: '';
  display: block;
  width: 75%;
  height: 4px;
  position: absolute;
  left: 12.5%;
  top: 18px;
  background-color: #eee;
}

#smartwizard > ul.ads-wizard-nav li {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
  margin: 0;
}

#smartwizard > ul.ads-wizard-nav li:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -15px;
  background-color: #eee;
  border-radius: 100px;
}

#smartwizard > ul.ads-wizard-nav li a {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

#smartwizard > ul.ads-wizard-nav li a {
  border-radius: 100px;
  padding: 2px 15px;
  display: inline-block;
  font-weight: normal;
}

#smartwizard > ul.ads-wizard-nav > li a {
  color: #ccc;
  border: 1px solid transparent !important;
  margin-right: 0;
}

#smartwizard > ul.ads-wizard-nav > li.done {
  color: #414042
}

#smartwizard > ul.ads-wizard-nav > li.done a:hover {
  border-color: #ccc !important;
}

#smartwizard > ul.ads-wizard-nav > li.active > a,
#smartwizard > ul.ads-wizard-nav > li.clickable.active > a {
  border: 1px solid #fa2837 !important;
  color: #fff !important;
  background-color: #fa2837 !important;
}

#smartwizard > ul.ads-wizard-nav > li.active:before {
  background-color: #fa2837;
}

#smartwizard > ul.ads-wizard-nav > li:last-child .fa {
  margin: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: -8px;
  color: #bbb;
}

#smartwizard > ul.ads-wizard-nav > li:last-child.done .fa {
  color: inherit;
}

#smartwizard > ul.ads-wizard-nav > li:last-child.active .fa {
  color: #fff;
}


@media (max-width:767px) {

  #smartwizard > ul.ads-wizard-nav {
    padding-top: 0;
    padding-left: 40px;
    margin-bottom: 1em;
  }

  #smartwizard > ul.ads-wizard-nav:before {
    width: 4px;
    height: 75%;
    top: 7.5%;
    left: 13px;
  }

  #smartwizard > ul.ads-wizard-nav li {
    float: none;
    height: 50px;
    width: 100%;
    text-align: left;
  }

  #smartwizard > ul.ads-wizard-nav li:before {
    top: -2px;
    left: -25px;
  }

  #smartwizard > ul.ads-wizard-nav > li:last-child .fa {
    top: 4px;
    left: -25px;
  }

}

/* PART: "search/inc/smart/steps/maker.html" */
body.search .makers-list .country-title span {
  cursor: pointer;
}

body.search .makers-list .country .country-makers-list {
  margin-left: -5px;
  margin-right: -5px;
}

body.search .makers-list .country .country-makers-list .maker {
  /* -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1; */
  margin: 5px;
  padding: 5px;
  position: relative;
  cursor: pointer;
}

body.search .makers-list .country .country-makers-list .maker:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border: 3px solid #fa2837;
  border-radius: 3px;
  opacity: 0;
}

body.search .makers-list .country .country-makers-list .maker:hover
/* body.search .makers-list .country .country-title:hover + .country-makers-list .maker */ {
  border-color: #bbb;
}

body.search .makers-list .country .country-makers-list .maker.selected:before {
  opacity: 1;
}
body.search .makers-list .country .country-makers-list .maker.selected:before i {
  visibility: visible;
}
body.search .makers-list .country .country-makers-list .maker.selected .maker-title {
  color: #fff;
  background-color: #fa2837;
}

/* body.search .makers-list .country .country-makers-list::after {
  content: '';
  display: block;
  -webkit-box-flex: 999999;
  -ms-flex-positive: 999999;
  -webkit-flex-grow: 999999;
          flex-grow: 999999;
} */

body.search .makers-list .country .country-makers-list .maker .maker-logo {
  height: 50px;
  width: 50px;
  margin-bottom: 0;
  /* margin-right: 5px; */
}

body.search .makers-list .country .country-makers-list .maker .maker-title {
  white-space: nowrap;
  border-radius: 3px;
  background-color: #fff;
}

@media( max-width: 767px ) {
  /* body.search .makers-list .country .country-makers-list::after {
      content: none;
  } */

  .makers-list .country:not(:last-child) {
      margin-bottom: 20px;
  }

  body.search .makers-list .country-title {
      margin-bottom: 5px;
  }
}

/* PART: "search/inc/smart/steps/model.html" */
.models-list {
  margin-left: -10px;
  margin-right: -10px;
}

.models-list:after {
  content: "";
  display: table;
  clear: both;
}

.models-list .maker {
  padding: 0 10px;
  width: 50%;
  float: left;
}

.models-list .maker:nth-child(2n) {
  margin-right: 0;
}

.models-list .maker-heading img {
  width: 30px;
  height: auto;
  margin-right: 15px;
}

.models-list ul.models,
.models-list ul.model-types {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 197px;
  overflow: auto;
  border: 1px solid #eee;
}


.models-list ul.models .model,
.models-list ul.model-types .model-type {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  cursor: pointer;
}

.models-list ul.models .model:hover,
.models-list ul.model-types .model-type:hover {
  background-color: #f7f7f7;
}

.models-list ul.models .model.selected,
.models-list ul.model-types .model-type.selected {
  color: #fff;
  background-color: #fa2837;
}

.models-list ul.models .model.selected:hover {
  background-color: #e22331
}

.models-list ul.models .model.selected.active,
.models-list ul.models .model.selected.active:hover {
  background-color: #bd1d29;
}

.models-list ul.models .model.has-action {
  position: relative;
  padding-right: 20px;
}

.models-list ul.models .model.has-action .icon-remove {
  position: absolute;
  top: 50%;
  right: 5px;
  margin: -7px 0 0;
  cursor: pointer;
  opacity: .5;
  visibility: hidden;
}

.models-list ul.models .model.has-action.selected .icon-remove {
  visibility: visible;
}

.models-list ul.models .model.has-action.selected .icon-remove:hover {
  opacity: 1;
}

.models-list ul.model-types {
  position: relative;
}

@media ( max-width: 767px ) {
  .models-list .maker {
    width: 100%;
    float: none;
  }

  .models-list ul.models {
      margin-bottom: 20px;
  }
  .models-list ul.model-types {
      margin-bottom: 10px;
  }

  .models-list .panel .panel-heading,
  .models-list .panel .panel-body {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* "search/inc/smart/steps/auction.html" */
.auction-fields {
  margin-bottom: 20px;
}

/* PART: "search/inc/smart/steps/others.html" */
.others-fields .form-horizontal .form-group {
  margin-right: -5px;
  margin-left: -5px;
}

.others-fields .form-horizontal .form-group [class^="col"]{
  padding-left: 5px;
  padding-right: 5px;
}

/* PART: "search/inc/lot_number.html" */
/* ... */

/* PART: "search/inc/results/index.html" */
.search-results .r-total {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 15px;
}

@media ( max-width: 767px ) {
  .search-results .r-total {
      display: block;
      margin-left: 0;
      margin-top: 10px;
  }
}

/* PART: "search/inc/results/nav.html" */
.results-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.results-nav .form-group {
  margin-bottom: 0;
}

.results-nav .form-group > label {
  margin-right: 5px;
}

.results-nav > *:not(:last-child),
.results-nav .r-pagination > *:not(:last-child) {
  margin-right: 10px;
}

.results-nav .r-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.results-nav .r-pagination .r-paginator ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.results-nav .r-pagination .r-paginator ul > li {
  margin: 0;
}

.results-nav .form-control {
  height: 30px;
}
.results-nav .btn {
  line-height: 30px;
}

.results-nav .r-pagination .r-paginator ul > li > * {
  border-radius: 0;
}
.results-nav .r-pagination .r-paginator ul > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.results-nav .r-pagination .r-paginator ul > li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.results-nav .r-sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.results-nav .r-sort .btn-r-sort-order {
  margin-left: 5px;
  padding: 0 10px;
}

.results-nav .r-sort .btn-r-sort-order i {
  margin: 0 !important;
}

.results-nav .r-sort .btn-r-sort-order:hover i.fa-sort-amount-asc:before {
  content: "\f161";
}
.results-nav .r-sort .btn-r-sort-order:hover i.fa-sort-amount-desc:before {
  content: "\f160";
}

@media( max-width: 767px ) {
  .results-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .results-nav > *:not(:last-child) {
    margin-right: 0;
  }

  .results-nav > * {
    width: 100%;
    margin-bottom: 10px;
  }

  .results-nav > .r-per-page .form-control,
  .results-nav > .r-sort .form-control {
    width: auto;
    display: inline-block;
  }

  .results-nav .r-pagination {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .results-nav .form-group::after {
    content: "";
    display: table;
    clear: both;
  }
  .results-nav .form-group > label {
    margin-top: 5px;
  }
  .results-nav .form-group > select {
    float: right;
  }

  .results-nav .r-sort .r-sort-by {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

}

/* PART: "search/inc/results/list.html" */
.vehicles-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.vehicles-list > li {
  margin-bottom: 15px;
}

.vehicles-list .vehicle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  text-decoration: none;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background-color .15s,border-color .15s,-webkit-box-shadow .15s;
  transition: background-color .15s,border-color .15s,-webkit-box-shadow .15s;
  transition: box-shadow .15s,background-color .15s,border-color .15s;
  transition: box-shadow .15s,background-color .15s,border-color .15s,-webkit-box-shadow .15s;
}

.vehicles-list .vehicle:hover {
  -webkit-box-shadow: 0 1px 3px 0 rgba(60,64,67,.3), 0 4px 8px 3px rgba(60,64,67,.15);
  box-shadow: 0 1px 3px 0 rgba(60,64,67,.3), 0 4px 8px 3px rgba(60,64,67,.15);
  border-color: transparent;
}

.vehicles-list .vehicle:focus {
  background-color: #f8f9fa;
}

.vehicles-list .v-thumb-wrap {
  -webkit-flex-basis: 167px;
      -ms-flex-preferred-size: 167px;
          flex-basis: 167px;
  overflow: hidden;
  border-radius: 3px;
}
.vehicles-list .v-details-wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 5px 5px 5px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}


.vehicles-list .vehicle-thumb {
  display: block;
  position: relative;
  padding-bottom: 75%;
  height: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 3px;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: -webkit-filter .2s;
  transition: -webkit-filter .2s;
  -o-transition: filter .2s;
  transition: filter .2s;
  transition: filter .2s, -webkit-filter .2s;
}

.vehicles-list .vehicle-thumb img {
  width: 12px;
  height: 12px;
  visibility: hidden;
}

.vehicles-list .vehicle-thumb.loaded {
  -webkit-transition: -webkit-filter .2s;
  transition: -webkit-filter .2s;
  -o-transition: filter .2s;
  transition: filter .2s;
  transition: filter .2s, -webkit-filter .2s;
  -webkit-filter: none;
          filter: none;
}


.vehicles-list .v-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.vehicles-list .maker-logo {
  width: 45px;
  height: 45px;
}

.vehicles-list .v-header > div:not(:first-child):not(.v-date-price) {
  margin-left: 15px;
}

.vehicles-list .v-header-title {
  font-weight: 700;
}

.vehicles-list .v-header-title,
.vehicles-list .v-date-price {
  line-height: 22px;
}

.vehicles-list .v-date-price {
  margin-left: auto;
  text-align: right;
}


.vehicles-list .v-model-type {
  font-weight: 400;
  color: #777;
}

.vehicles-list .v-header .label:not(:first-child) {
  margin-left: 5px;
}

.vehicles-list .vehicle .label {
  padding-top: .1em;
  padding-bottom: .2em;
}
.vehicles-list .vehicle .label i {
  margin-right: .6em;
}

.vehicles-list .vehicle .v-date-price .v-main-d {
  display: block;
  white-space: nowrap;
}

.vehicles-list .vehicle .v-date-price .v-main-d:not(:last-child) {
  margin-bottom: 5px;
}

.vehicles-list .vehicle .v-date-price .v-main-d b {
  font-size: 14px;
  margin-right: 10px;
}

.vehicles-list .vehicle .v-date-price .label {
  margin-left: 0;
}

.vehicles-list .vehicle .label.v-date,
.vehicles-list .vehicle .label.v-price {
  font-size: 14px;
}

.vehicles-list .vehicle .label.v-date {
  font-weight: 900;
}

.label-info {
  background-color: #ff4500;
}

.vehicles-list .vehicle .v-body {
  font-size: 85%;
  line-height: 18px;
  /* margin-top: auto; */
}

.vehicles-list .vehicle .v-body table {
  width: 100%;
}

.vehicles-list .vehicle .v-body table th,
.vehicles-list .vehicle .v-body table td {
  width: 50%;
  padding: 0 5px;
}

.vehicles-list .vehicle .v-body table th {
  text-align: right;
}

.vehicles-list .vehicle .v-body .col-v-view-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.vehicles-list .vehicle .v-body .col-v-view-details .v-view-details {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  margin-top: auto;
}

.vehicles-list .btn-place-bid {
  color: #fff;
  background-color: #fa2837;
  font-size: 12px;
  padding: 5px 5px 5px 12px;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  line-height: 20px;
}
.vehicles-list .btn-place-bid > .fa{
  width: 20px;
  height: 20px;
  font-size: 13px;
  padding: 3px;
  margin-left: 10px;
  background: #fff;
  color: #555;
  fill: #555;
  border-radius: 100%;
  display: inline-block;
  font-weight: normal;
}
.vehicles-list .btn-place-bid:hover {
  background-color: #c60210;
  fill: #fb4d59;
}

.vehicles-list .vehicle .status-light {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 3px solid #fff;
}

.status-light.status-avail {
  background-color: #5cb85c;
}
.status-light.status-unavail {
  background-color: #d9534f;
}

.vehicles-list .btn-add-to-my-list {
  position: absolute;
  bottom: 5px;
  left: 5px;
  margin: 0;
  font-size: 20px;
  line-height: 15px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
}
.vehicles-list .vehicle:hover .btn-add-to-my-list {
  opacity: .5;
}
.vehicles-list .vehicle .btn-add-to-my-list:hover {
  opacity: 1;
}

.vehicles-list .v-maker-model > span {
  padding: 0 3px;
  border: 1px solid transparent;
  border-radius: .25em;
}

.vehicles-list .v-maker-model > span:hover {
  border-color: #eee;
}

.vehicles-list .v-maker-model {
  margin-left: -3px;
}

@media ( max-width: 767px ) {
  .vehicles-list .vehicle {
    display: block;
  }

  .vehicles-list .v-thumb-wrap {
    width: 167px;
    margin: 0 auto 10px;
  }

  .vehicles-list .v-details-wrap {
    display: block;
    padding: 0;
  }

  .vehicles-list .v-header {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }

  .vehicles-list .v-header > div:not(:first-child):not(.v-date-price) {
    margin-left: 10px;
  }
  
  .vehicles-list .v-header-title {
    margin-right: 0 !important;
  }

  .vehicles-list .v-header-title,
  .vehicles-list .maker-logo {
    margin-bottom: 5px;
  }

  .vehicles-list .v-date-price {
    margin-left: 0;
    text-align: center;
  }

  .vehicles-list .vehicle .v-body {
    margin-bottom: 5px;
  }

  .vehicles-list .vehicle .v-body .col-v-view-details {
    display: block;
  }

  .vehicles-list .vehicle .v-body .col-v-view-details .v-view-details {
    margin-top: 10px;
    text-align: center;
  }

  .vehicles-list .vehicle .v-body .v-view-details a {
    display: block;
  }

  .vehicles-list .v-maker-model > span {
    padding: 0;
  }
}
/*
 * NEW SEARCH
 * END
 **/


/* START Contact Us panels */
ul.ads-contact-panels {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 750px;
}

ul.ads-contact-panels > li {
  margin-bottom: 25px;
  padding: 20px 25px;
  border: 1px solid #eee;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

ul.ads-contact-panels > li .ads-contact-panel-body > table {
  width: 100%;
}

ul.ads-contact-panels > li .icon-bg {
  position: absolute;
  display: block;
  bottom: 10px;
  right: 10px;
  margin: 0;
  font-size: 60px;
  line-height: 52px;
  color: #f7f7f7;
  z-index: -5;
}

ul.ads-contact-panels > li .ads-contact-panel-body > table th,
ul.ads-contact-panels > li .ads-contact-panel-body > table td {
  padding: 2px 6px;
}

ul.ads-contact-panels > li .ads-contact-panel-body > table .ads-lg-th,
ul.ads-contact-panels > li .ads-contact-panel-body > table .ads-lg-td {
  text-align: center;
}

ul.ads-contact-panels > li .ads-contact-panel-body > table .ads-lg-td .fa {
  margin: 0;
}

ul.ads-contact-panels > li .ads-contact-panel-body > table .ads-lg-td .ads-check-1{
  color: #32cd32;
}
ul.ads-contact-panels > li .ads-contact-panel-body > table .ads-lg-td .ads-check-0{
  color: #d4d4d4;
}

ul.ads-contact-panels > li .ads-contact-panel-body {
  overflow: auto;
}
/* END Contact Us panels */


/* START ADS Popup Bottom */
.ads-popup-bottom {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px 80px 20px 20px;
  color: #f7f7f7;
  background-color: #212121;
  border-top: 3px solid #fa2837;
  -webkit-box-shadow: 0 -1px 3px 0 rgba(60,64,67,.3), 0 -4px 8px 0 rgba(60,64,67,.15);
          box-shadow: 0 -1px 3px 0 rgba(60,64,67,.3), 0 -4px 8px 0 rgba(60,64,67,.15);
  z-index: 9999995;
}

.ads-popup-bottom .ads-pu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.ads-popup-bottom .ads-pu-content p {
  margin: 0;
  font-size: 20px;
  line-height: 25px;
}

.ads-popup-bottom .ads-pu-text-wrap {
  margin-right: 40px;
}

.ads-popup-bottom .ads-pu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  color: rgba(255,255,255,.7);
}

.ads-popup-bottom .ads-pu-close:hover {
  color: #fff;
}

.ads-popup-bottom .ads-pu-content .ads-pu-icons-wrap {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.ads-popup-bottom .ads-pu-content .ads-pu-icons-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ads-popup-bottom .ads-pu-content .ads-pu-icons-wrap ul li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0 25px 0 0;
    font-size: 50px;
}

.ads-popup-bottom .ads-pu-content .ads-pu-icons-wrap ul li:last-child {
  margin-right: 0;
}

.ads-popup-bottom .ads-pu-content .ads-pu-icons-wrap ul li i {
  margin: 0;
}

.ads-popup-bottom .ads-pu-content .ads-pu-icons-wrap ul li a:hover {
  opacity: .7;
}

.fa-skype.real-color {
  color: #00AFF0;
}

.fa-whatsapp.real-color {
  color: #25D366;
}

@media(max-width: 767px) {
  .ads-popup-bottom {
    padding: 15px;
  }
  
  .ads-popup-bottom .ads-pu-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .ads-popup-bottom .ads-pu-text-wrap {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .ads-popup-bottom .ads-pu-close {
    top: 15px;
      right: 15px;
  }
}
/* END ADS Popup Bottom */



#navigation > ul.navbar-nav {
  float: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

#navigation > ul.navbar-nav:after,
#navigation > ul.navbar-nav:before {
  content: none;
}

#navigation > ul.navbar-nav > li {
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  border: 1px solid rgb(85, 85, 85);
  margin-right: 10px;
  padding: 3px 5px 1px;
  border-radius: 3px;
}

#navigation > ul.navbar-nav > li:last-child {
  margin-right: 0;
}

#navigation > ul.navbar-nav > li > a {
  padding: 0 10px;
}

#navigation > ul.navbar-nav > li.dropdown > a::after {
  right: 11px;
  top: 0;
}

#navigation > ul.navbar-nav > li > .dropdown-menu {
  min-width: 100%;
  top: calc( 100% + 11px );
}

body.logged-in .header_wrap {
  justify-content: flex-end;
}

body.logged-in .header_wrap .user_login {
  margin-right: 0;
}

@media (max-width:767px) {
  #navigation > ul.navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }

  #navigation > ul.navbar-nav > li {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin-right: 0;
  }
}


.logging-btns {
  text-align: right;
}


/** START Registration Page */
#deposit-type-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}

.reg-deposit-type-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 3px solid #eee;
  border-radius: 8px;
  padding: 20px;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-flex-basis: calc( 33.333333% - 30px);
      -ms-flex-preferred-size: calc( 33.333333% - 30px);
          flex-basis: calc( 33.333333% - 30px);
  width: calc( 33.333333% - 30px);
  margin: 0 15px;
  position: relative;
  overflow: hidden;
}

.reg-deposit-type-panel:hover {
  -webkit-box-shadow: 0 1px 3px 0 rgba(60,64,67,.3), 0 4px 8px 3px rgba(60,64,67,.15);
          box-shadow: 0 1px 3px 0 rgba(60,64,67,.3), 0 4px 8px 3px rgba(60,64,67,.15);
}

.reg-deposit-type-panel.new:after {
  content: 'New';
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #fa2837;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1;
  z-index: 5;
}

.reg-deposit-type-panel .dt-title {
  text-align: center;
  margin-bottom: 20px;
}

.reg-deposit-type-panel .dt-title span {
  font-weight: 300;
}

.reg-deposit-type-panel .dt-icon {
  display: block;
  width: auto;
  max-width: 135px;
  margin: 0 auto 20px;
}

.reg-deposit-type-panel hr {
  width: 66%;
  max-width: 200px;
  margin: 20px auto;
}

.reg-deposit-type-panel .dt-features {
  margin-bottom: 30px;
}

.reg-deposit-type-panel .dt-features ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reg-deposit-type-panel .dt-features ul li {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
}

.reg-deposit-type-panel .dt-features ul li:last-child {
  margin-bottom: 0;
}

.reg-deposit-type-panel .dt-features ul li .fa-check {
  color: #fa2837;
  margin-right: 0;
  position: absolute;
  top: 1px;
  left: 0;
}
.reg-deposit-type-panel .dt-features ul li.dt-feature-x {
  text-decoration: line-through;
}
.reg-deposit-type-panel .dt-features ul li.dt-feature-x .fa-check {
  color: #d4d4d4;
}

.reg-deposit-type-panel .dt-desc {
  text-align: center;
  margin-bottom: 0;
}

.reg-deposit-type-panel .dt-min-amount {
  text-align: center;
  margin-bottom: 20px;
}
.reg-deposit-type-panel .dt-min-amount .dt-amount-label {
  display: block;
  font-weight: 700;
  margin: 0;
}
.reg-deposit-type-panel .dt-min-amount .dt-amount {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}
.reg-deposit-type-panel .dt-min-amount .dt-currency {
  font-size: 22px;
  margin-left: 5px;
}
.reg-deposit-type-panel .dt-min-amount .dt-amount,
.reg-deposit-type-panel .dt-min-amount .dt-currency {
  color: #222;
}

.reg-deposit-type-panel .deposit-type-apply-btn {
  display: block;
  width: auto;
  margin: auto auto 0 auto;
}

.ads-fixed-form-row .ads-fixed-form-row-label-col {
  text-align: right;
}

.ads-panel-support {
  margin-top: 30px;
}

.ads-panel-support img.ads-support-icon {
  width: 100%;
  height: auto;
  max-width: 135px;
}


.reg-deposit-type-subplans {
  position: absolute;
  opacity: 0;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.98);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,.98)), to(transparent));
  background: -o-linear-gradient(left, rgba(255,255,255,.98), transparent);
  background: linear-gradient(90deg, rgba(255,255,255,.98), transparent);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 10;
}

.reg-deposit-type-subplans.shown {
  opacity: 1;
  left: 0;
  background: rgba(255,255,255,.98);
}

.reg-deposit-type-subplans-title {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 20px;
  color: #111;
}

.reg-deposit-type-subplans-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reg-deposit-type-subplans-items > li {
  padding: 20px;
  margin-bottom: 20px;
  border: 2px solid #eee;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}

.reg-deposit-type-subplans-items > li:hover {
  border-color: #fa2837;
}

.reg-deposit-type-subplans-items > li .sp-price {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  margin-bottom: 20px;
  color: #111;
}

.reg-deposit-type-subplans-items > li .sp-currency {
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}

.reg-deposit-type-subplans-items > li .sp-currency i {
  margin: 0;
}

.reg-deposit-type-subplans-items > li .sp-price-num {
  font-size: 50px;
  line-height: 37px;
  vertical-align: middle;
}

.reg-deposit-type-subplans-items > li .sp-period {
  line-height: 1;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
  background-color: #fa2837;
}

.reg-deposit-type-subplans .sp-back-btn {
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 18px;
  line-height: 18px;
  padding: 3px;
  cursor: pointer;
  color: #999;
}

.reg-deposit-type-subplans .sp-back-btn:hover {
  color: #555;
}

@media (max-width: 767px) {
  .ads-fixed-form-row .ads-fixed-form-row-label-col {
      text-align: left;
  }

  #deposit-type-options {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-left: 0;
      margin-right: 0;
  }

  .reg-deposit-type-panel {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      width: 100%;
      margin: 0 0 30px 0;
  }

  .ads-panel-support img.ads-support-icon {
    margin-bottom: 15px;
  }
}
/** END Registration Page */


/**
 * Responsiveness
 */

@media (min-width:992px) {

  .row.ads-row-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

}


@media (max-width: 1199px) {
  .header_wrap {
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .header_wrap.user-trial .user_login,
  .header_wrap.user-upgrade .user_login {
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-left-width: 1px;
    text-align: center;
    margin: 0;
  }

  .header_wrap .user_trial_days,
  .header_wrap .user_upgrade_btn {
    float: none;
    margin: 0;
  }

  .header_wrap .user_trial_days a.btn,
  .header_wrap .user_upgrade_btn a.btn {
    display: block;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
  }

  .user_login {
    margin: 0;
    border-left-width: 1px;
    border-radius: 3px 3px 0 0;
  }

  .header_wrap .my-account {
    margin: 0;
    border-top-width: 0;
    border-left-width: 1px;
    border-radius: 0 0 3px 3px;
  }

  .header_wrap.user-trial .my-account,
  .header_wrap.user-upgrade .my-account {
    border-left-width: 1px;
    border-bottom-width: 0;
    border-radius: 0;
  }
}

@media (max-width:991px) {
  
  .row.ads-row-flex-mobile-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .header_widgets, header .social-follow {
    display:none;
  }

  .logging-btns a {
    display: block;
    margin-right: 0 !important;
    margin-bottom: 5px;
  }

}

@media (max-width:767px) {

  .default-header .row .ads-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .default-header .row .ads-flex > div:not(:last-child) {
    margin-bottom: 15px;
  }

  .flex-container {
    width: 100% !important;
  }

  #footer .footer-newsletter h4 {
    text-align: center;
  }

  #footer .container.ads-main .row > [class^="col-"] {
    margin-bottom: 35px;
  }

  #footer .secondary-footer .row,
  section.how-it-works .row {
    display: block;
  }

  header .login-form {
    text-align: center;
  }

  header .login-form .login_btn.login {
    padding-left: 0;
  }

  header .login-form .notes {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  

  #footer ul.secondary-footer-menu li:not(:last-child):after {
    margin: 0 6px;
  }

  #footer ul.secondary-footer-menu {
    float: none;
  }

  .home #slider.flexslider .flex-caption {
    top: 10px;
    width: 100%;
  }

  .home #slider.flexslider .flex-caption h1 {
    font-size: 14px;
    padding: 2px 8px;
    width: 60%;
  }

  .home #slider.flexslider .flex-caption button {
    padding: 2px 0px 3px 12px;
    font-size: 14px;
    line-height: 1;
  }

  .home #slider.flexslider .flex-caption p.desc,
  .home #slider.flexslider .flex-caption p.auctioning {
    font-size: 11px;
    line-height: 1;
    padding: 5px 8px;
  }

  .home #slider.flexslider .flex-caption p.desc {
    width: 50%;
  }

  .home #slider.flexslider .flex-caption p.auctioning {
    width: 40%;
  }

  section.how-it-works .text h2 {
    font-size: 30px;
    text-align: center;
  }

  section.how-it-works .text span:nth-child(3) {
    padding: 0 24%;
  }

  section.how-it-works .text span:nth-child(5) {
    padding: 0 19%;
  }

  section {
    margin: 75px 0;
  }

  .home .ads-title-container .ads-text {
    font-size: 22px;
  }

  .home .ads-title-container img.ads-icon {
    width: 25px;
    margin-left: 5px;
  }

  .home .ads-title-container .ads-text small {
    font-size: 10px;
  }

  .temp-text-logo {
    font-size: 35px;
  }

  header .current-vehicles .panel .panel-heading,
  header .current-vehicles .panel .panel-body {
    font-size: 12px;
  }
  
  .home .ads-title-container {
    padding: 8px 0;
  }

  body.logged-in #navigation_bar.navbar {
    padding: 10px 0;
  }

  .flex-direction-nav .flex-prev {
    left: 0 !important;
  }

  .flex-direction-nav .flex-next {
    right: 0 !important;
  }

  .flex-direction-nav .flex-prev,
  .flex-direction-nav .flex-next {
    width: 30px;
    top: 70%;
    height: 30px;
    background-size: 60px;
  }

  .home .free-trial-panel {
    top: calc( 100% + 10px );
    width: calc( 100% - 20px );
    padding: 0 10px;
  }

  .home .free-trial-panel p {
    font-size: 11px;
  }

  .home section.slider {
    margin-bottom: 26px;
  }

  .home .free-trial-panel i {
    margin-right: 5px;
  }

  section.latest-updates {
    margin-bottom: 40px;
  }

  .latest-updates .row.news > [class^="col-"] {
    margin-bottom: 105px;
  }

  section.latest-updates .b-advantages-2 {
    min-height: none;
  }

  #footer .footer-logo,
  .default-header .logo {
    width: 120px;
  }

  


  .logging-btns a {
    display: inline-block;
    margin-bottom: 0;
    padding-right: 22px;
    padding-left: 22px;
  }

  .logging-btns a:not(:last-child) {
    margin-right: 10px !important;
  }

  .default-header .row .ads-flex > div:not(:last-child) {
      margin-right: 0;
  }

  #navigation > ul.navbar-nav > li > .dropdown-menu {
    min-width: none;
    text-align: center;
  }

  #navigation > ul.navbar-nav > li > .dropdown-menu > li > a {
    padding: 5px 0;
  }

  .ads-input-wrapper {
    margin-bottom: 5px;
  }

}

.ads-home-hero img {
  width: 100%;
}


/* <<< Display */
.d-none{display:none!important}
.d-inline{display:inline!important}
.d-inline-block{display:inline-block!important}
.d-block{display:block!important}
.d-table{display:table!important}
.d-table-row{display:table-row!important}
.d-table-cell{display:table-cell!important}
.d-flex{display:-ms-flexbox!important;display:flex!important}
.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}
@media (min-width:576px){
  .d-sm-none{display:none!important}
  .d-sm-inline{display:inline!important}
  .d-sm-inline-block{display:inline-block!important}
  .d-sm-block{display:block!important}
  .d-sm-table{display:table!important}
  .d-sm-table-row{display:table-row!important}
  .d-sm-table-cell{display:table-cell!important}
  .d-sm-flex{display:-ms-flexbox!important;display:flex!important}
  .d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}
}
@media (min-width:768px){
  .d-md-none{display:none!important}
  .d-md-inline{display:inline!important}
  .d-md-inline-block{display:inline-block!important}
  .d-md-block{display:block!important}
  .d-md-table{display:table!important}
  .d-md-table-row{display:table-row!important}
  .d-md-table-cell{display:table-cell!important}
  .d-md-flex{display:-ms-flexbox!important;display:flex!important}
  .d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}
}
@media (min-width:992px){
  .d-lg-none{display:none!important}
  .d-lg-inline{display:inline!important}
  .d-lg-inline-block{display:inline-block!important}
  .d-lg-block{display:block!important}
  .d-lg-table{display:table!important}
  .d-lg-table-row{display:table-row!important}
  .d-lg-table-cell{display:table-cell!important}
  .d-lg-flex{display:-ms-flexbox!important;display:flex!important}
  .d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}
}
@media (min-width:1200px){
  .d-xl-none{display:none!important}
  .d-xl-inline{display:inline!important}
  .d-xl-inline-block{display:inline-block!important}
  .d-xl-block{display:block!important}
  .d-xl-table{display:table!important}
  .d-xl-table-row{display:table-row!important}
  .d-xl-table-cell{display:table-cell!important}
  .d-xl-flex{display:-ms-flexbox!important;display:flex!important}
  .d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}
}
@media (min-width:1400px){
  .d-xxl-none{display:none!important}
  .d-xxl-inline{display:inline!important}
  .d-xxl-inline-block{display:inline-block!important}
  .d-xxl-block{display:block!important}
  .d-xxl-table{display:table!important}
  .d-xxl-table-row{display:table-row!important}
  .d-xxl-table-cell{display:table-cell!important}
  .d-xxl-flex{display:-ms-flexbox!important;display:flex!important}
  .d-xxl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}
}
@media print{
  .d-print-none{display:none!important}
  .d-print-inline{display:inline!important}
  .d-print-inline-block{display:inline-block!important}
  .d-print-block{display:block!important}
  .d-print-table{display:table!important}
  .d-print-table-row{display:table-row!important}
  .d-print-table-cell{display:table-cell!important}
  .d-print-flex{display:-ms-flexbox!important;display:flex!important}
  .d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}
}
/* Display >>> */


/* <<< Announcement Popup */
.hn-anncmnt-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999997;
  display: none;
}

.hn-anncmnt-popup-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hn-anncmnt-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: -1;
}

.hn-anncmnt-popup {
  width: 100%;
  max-width: 800px;
  max-height: 100%;
  overflow: auto;
  padding: 35px 45px;
  color: #f7f7f7;
  background-color: #212121;
  border-top: 3px solid #fa2837;
  position: relative;
}

.hn-anncmnt-popup-bg {
  width: 250px;
  height: 127px;
  margin-top: -127px;
  opacity: .1;
  z-index: -1;
  margin-left: auto;
}

.hn-anncmnt-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  color: rgba(255,255,255,.7);
}

.hn-anncmnt-popup-close:hover {
  color: #fff;
}

.hn-anncmnt-popup-title {
  color: #fff;
  margin-bottom: 30px;
}

.hn-anncmnt-popup-body > *:last-child {
  margin-bottom: 0;
}

/* Announcement Popup >>> */