1398/*------------------------------------------------------------------
* Table of Content
* 1. Header
* 2. Header Top
* 3. Sticky Header
* 4. Toggle Search
* 5. Hero Image/Banner Slider
* 6. Main Search
* 7. Featured Elements such as welcome, promo box, featured item
* 8. vehicle Item
* 9. vehicle Dealer Action
* 10. Result Page
* 11. vehicle Brand
* 12. Pager
* 13. Recent Post Item and List
* 14. Blog
* 15. Social
* 16. Breadcrumb
* 17. Team and Partner
* 18. Testimonial
* 19. Tab
* 20. vehicle Detail Page
* 21. Sidebar
* 22. Review Page ( Listing page and detail page)
* 23. Browse vehicle
* 24. Footer
* 25. Branch
* 26. Sign-in and Sign-up modal
* 27. Contact Us
* 28. Static Page
* 29. Faq Page
-------------------------------------------------------------------*/



/*=================PP==================

.alt-bg-white .vehicle-item .bottom-btn{ display:inline-block; width:100%;}
.alt-bg-white .vehicle-item .bottom-btn .btn{ float:left; margin-right:5px; margin-left:2px; margin-bottom:5px;}
.listing{}
.listing .vehicle-item .content{ margin-bottom:0;}
.listing .vehicle-item .content {  text-align:left;}
.bg{ display:inline-block; width:100%; border-top:5px solid #ccc; padding-top:30px;} */




.prd-list{ padding-top:10px;}
.holder-item input{ width:100%; padding-left:8px; }
/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin-bottom: 0px;
    margin-top: 0;
    padding: 0;
    font-size: 14px;
    color: #636363;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px; font-size:12px; font-family:roboto;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    /*-webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;*/
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

/* end tooltip popup) */


/****** LOGIN MODAL ******/
.listing .vehicle-item .content. .loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto; position:relative;
}

.listing .vehicle-item .content .loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;    border-top-left-radius: 5px; border-top-right-radius: 5px; 
  font-family: roboto; background:#ed1c25; color:#fff; padding:10px; margin-top:0;
}

.listing .vehicle-item .content .loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.listing .vehicle-item .content .loginmodal-container input[type=text], input[type=password] {
  height: 35px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; color:#9c9c9c;
}

.listing .vehicle-item .content .loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

 .listing .vehicle-item .content.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.listing .vehicle-item .content .loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.listing .vehicle-item .content .loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.listing .vehicle-item .content .loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.listing .vehicle-item .content .login-help{
  font-size: 12px;
}
.listing .vehicle-item .content .modal-dialog .loginmodal-submit {
    background: #ed1c25;
    padding: 10px 4px;
    margin-top: 15px;
    font-size: 18px;
    border-radius: 3px;
    width: 50%;
    margin: 0 auto;
    line-height: 18px;
    outline: none;
}
.listing .vehicle-item .content .txtar{ padding:8px; width:100%; min-height:50px; color:#9c9c9c;border: 1px solid #d9d9d9; margin-bottom:10px;}
.listing .vehicle-item .content #close { position:absolute; right:0; top:0; cursor:pointer;  padding:1px 6px; background:#000; color:#fff; opacity:1;}



/**
 * Header
 */

.navbar {box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	border-bottom: 0;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}
.navbar-brand {
	float: left;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	padding-top: 15px;
	padding-bottom: 50px;
	color: #555;
	margin-right: 25px;
}
.navbar-brand i {
	color: #0D7CC9;
	font-size: 32px;
	display: block;
	margin-top: 0;
	float: left;
	margin-right: 7px;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 0
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px
}
.navbar-nav {
	border-left: 1px solid #EEEEEE;
	padding-left: 25px;
}
.navbar-nav > li:not(:last-child) {
	margin-right: 10px;
}
.navbar-nav > li > a {
	line-height: 70px;
	font-weight: 500;
	font-size: 14px;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	letter-spacing: 1.5px;
	color: #636363;
	font-family: 'Work Sans', sans-serif;
	text-transform: uppercase;
}
.navbar-nav > li > a .border {
	padding: 3px 10px;
	border-color: rgba(255, 255, 255, 0.7);
}
.navbar-nav > li.navbar-separator span {
	position: relative;
	padding: 0 20px;
}
.navbar-nav > li.navbar-separator span:after {
	content: "";
	height: 50px;
	width: 1px;
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 10px;
	left: 50%;
	-ms-transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}
/* Main Menu Dropdown */

.navbar-nav li {
	position: relative;
}
.navbar-nav li ul {
	z-index: 9999;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 70px;
	left: 0;
	width: 190px;
	display: none;
	background-color: #FFF;
	border: 1px solid #EEEEEE;
	border-top: 2px solid #e94e39;
}
.navbar-nav li ul li a {
	border-bottom: 1px solid #EEEEEE;
	display: block;
	padding: 8px 15px;
	font-size: 13px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	font-weight: 400;
	color: #636363;
}
.navbar-nav li > ul > li:last-child > a, .navbar-nav li > ul > li > ul > li:last-child > a {
	border-bottom: 0;
}
.navbar-nav li ul li:hover a {
	padding-left: 20px;
	padding-right: 10px;
	color: #e94e39;
}
.navbar-nav li ul li ul {
	position: absolute;
	left: 188px;
	top: -2px;
	box-shadow: -10px 1px 20px rgba(0, 0, 0, 0.1);
}
.navbar-nav li ul li:hover ul li a {
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-nav li ul li ul li:hover a {
	padding-left: 20px;
	padding-right: 10px;
}
/* Mega Menu */

.navbar-nav > li.mega-menu {
	position: inherit!important;
	left: 0;
}
.navbar-nav > li.mega-menu ul {
	left: 0%;
	width: 100%;
	top: 70px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.navbar-nav > li.mega-menu:hover > a, .navbar-nav > li.mega-menu > a:hover, .navbar-nav > li.dropdown:hover > a, .navbar-nav > li.dropdown > a:hover, .navbar-nav > li.dropdown.active > a, .navbar-nav > li.dropdown.active > a:hover, .navbar-nav > li:hover > a, .navbar-nav > li.active > a {
	color: #eb5642 !important;
	background: none !important;
}
.navbar-arrow > ul > li .arrow-indicator {
	margin-left: 7px;
	color: #CCC;
}
.navbar-arrow ul ul > li .arrow-indicator {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -8px;
	font-size: 16px;
	color: #CCC;
}
.megamenu-container .arrow-indicator {
	display: none !important;
}
/**
 * Header Top
 */

#top-header {
	-webkit-transition: all 0.15s ease-in-out 0s;
	-moz-transition: all 0.15s ease-in-out 0s;
	-ms-transition: all 0.15s ease-in-out 0s;
	-o-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
	opacity: 1;
	background: url(../images/background_itb.jpg)repeat;
	background-position: -533px 0px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 11px;
	letter-spacing: 0.5px;
	overflow: hidden;/*border-bottom: 1px solid #662935;*/ height:33px;
}
#top-header a {
	color: rgba(255, 255, 255, 0.9);
	font-weight: 400; font-size:12px;
}
#top-header a:hover {
	color: rgba(255, 255, 255, 1);
}
#top-header ul {
	margin: 0;
}
.top-header-widget {
	float: left;
	border-right: 1px solid rgba(255,255,255,0.45);
	padding: 5px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
}
.top-header-widget:first-child {
	padding-left: 0;
}
.top-header-widget:last-child {
	padding-right: 0;
	border-right: none;
}
.top-header-widget.welcome {
	position: relative;
    display: inline-block;
    padding-right: 15px;
    width: 100%;
}
.top-header-widget.welcome:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -500px;
	width: 500px;/*background: #662935;*/
}
.top-header-widget.welcome:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -70px;
	width: 0;
	height: 0;/*border-style: solid;
    border-width: 50px 0 0 70px;
    border-color: transparent transparent transparent #662935; */
}
.top-header-widget.pull-right:first-child {
	padding-left: 10px;
}
.top-header-widget.pull-right:last-child {
	padding-right: 10px;
	border-right: 1px solid rgba(255,255,255,0.45);
}
/**
 * Sticky Header
 */

.navbar-sticky {
	background-color: white;
	border-color: #e6e6e6;
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.12);
}
.navbar-sticky.navbar-default {
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-sticky .navbar-brand {
	padding-top: 13px;
	padding-bottom: 40px;
}
.navbar-sticky .navbar-brand:hover, .navbar-sticky .navbar-brand:focus {
	color: #4D82B8;
	background-color: transparent
}
.navbar-sticky .navbar-text {
	color: #565656
}
.navbar-sticky .navbar-nav > li > a {
	line-height: 70px;
	color: #565656;
	padding-top: 5px;
}
.navbar-sticky .navbar-nav > li > a:hover, .navbar-sticky .navbar-nav > li > a:focus {
	color: #4D82B8;
	background-color: transparent
}
.navbar-sticky .navbar-nav > .active > a, .navbar-sticky .navbar-nav > .active > a:hover, .navbar-sticky .navbar-nav > .active > a:focus {
	color: #4D82B8;
	background-color: transparent
}
.navbar-sticky .navbar-nav > .disabled > a, .navbar-sticky .navbar-nav > .disabled > a:hover, .navbar-sticky .navbar-nav > .disabled > a:focus {
	color: #444444;
	background-color: transparent
}
.navbar-sticky .navbar-nav > li.navbar-separator span:after {
	background: #4D82B9;
}
.navbar-sticky .navbar-nav > li > ul {
	top: 60px;
}
.navbar-sticky .navbar-nav > li.mega-menu ul {
	top: 60px;
}
.navbar-sticky #top-header {
	opacity: 0;
}
.with-top-header .slicknav_btn {
	top: 49px;
}
.with-top-header .navbar-sticky {
	margin-top: -40px;
}
/**
 * Toggle Search
 */

a.search-button {
	position: absolute;
	top: 20px;
	right: 0;
	color: #636363;
	width: 30px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}
a.search-button:before {
	font-family: 'FontAwesome';
	font-size: 12px;
	content: "\f002"
}
a.search-button.open, a.search-button:hover {
	color: #662935
}
#search-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	display: none;
	padding: 30px 0 20px;
	text-align: center
}
#search-container input[type="search"] {
	position: absolute;
	top: 50%;
	left: 15px;
	background-color: transparent;
	border: 1px solid #f2f2f2;
	width: 95%;
	height: 48px;
	padding: 12px 20px;
	background-color: #F8F8F8;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
a.search-form-close {
	position: absolute;
	top: 22px;
	right: 10px;
	padding: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-decoration: none;
	color: #e94e39;
	background: #FFF;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}
.navbar-sticky a.search-button {
	top: 12px;
}
.navbar-sticky a.search-form-close {
	top: 14px;
}
/**
 * Hero Image/Banner Slider
 */

.hero {
	position: relative;
	padding: 130px 0 110px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hero::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
    content: "";
    background-image: linear-gradient(to bottom, rgba(108, 91, 123, 0.6) 0%, rgba(53, 92, 125, 0.6) 100%);
}
.hero h1 {
	margin-top: 0;
	color: #FFF;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
	margin: 0 0 30px;
	text-align: center;
	font-size: 60px;
}
.hero p {
	color: #FFF;
	font-size: 26px;
	line-height: 34px;
	font-weight: 300;
	text-align: center;
	margin: 0 0 35px;
}
.hero .btn.btn-primary:hover {
	opacity: 0.5 !important;
}
.slick-hero-slider .image-bg {
	background-position: center center;
	background-size: cover;
	position: relative; /*background-position: 0px -143px;*/
}
.slick-hero-slider .image-bg::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.45);
}
.slick-hero-slider-caption {
	text-align: center;
	padding-top: 110px;
	padding-bottom: 155px;
	color: rgba(255, 255, 255, 0.8)
}
.slick-hero-slider-caption h1 {
	margin-top: 0;
	color: #FFF;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
	margin: 0 0 30px;
	text-align: center;
}
.slick-hero-slider-caption p {
	color: #FFF;
	font-size: 26px;
	line-height: 34px;
	font-weight: 300;
	text-align: center;
	margin: 0 0 35px;
}
.slick-hero-slider-caption a span {
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0.8);
	color: #FFF;
	padding: 7px 25px;
	display: inline-block;
	margin-top: 10px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	font-family: 'Work Sans', sans-serif;
	letter-spacing: 1.5px;
	font-weight: 600;
	font-size: 12px;
}
.slick-hero-slider-caption a span.bg-primary {
	border: #005294;
	padding: 8px 25px;
}
.slick-hero-slider-caption a:hover span {
	background: #9A0B27!important;
	border-color: #9A0B27!important;
	text-decoration: none;
	display: inline-block;
}
.slick-hero-slider-caption a span.bg-white {
	color: #636363;
}
.slick-hero-slider-caption a:hover span.bg-white {
	color: #FFF;
}
.slick-hero-slider.slick-inner-dot .slick-dots {
	bottom: 0
}
.slick-hero-slider.slick-inner-dot .slick-dots li button:before {
	background: #FFF;
}
.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-dots {
	bottom: 30px
}
.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption {
}
.alt-height .slick-hero-slider-caption {
	padding-top: 160px;
	padding-bottom: 205px;
}
/**
 * Main Search
 */

.main-search-wrapper {
	background: #e94e39;
	color: #FFF;
	padding-top: 30px;
	padding-bottom: 10px;
}
.main-search-wrapper .text-holder {
	float: left;
}
.main-search-wrapper .text-holder .icon {
	float: left;
	color: #e94e39;
	font-size: 18px;
	text-align: center;
}
.main-search-wrapper .text-content {
	line-height: 20px;
	margin-left: 65px;
}
.main-search-wrapper .text-content span {
	display: block;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.main-search-wrapper .hexagon {
	position: relative;
	width: 48px;
	height: 27.71px;
	background-color: #FFF;
	margin-top: 6px;
}
.main-search-wrapper .hexagon:before, .main-search-wrapper .hexagon:after {
	content: "";
	position: absolute;
	width: 0;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	left: 0;
}
.main-search-wrapper .hexagon:before {
	bottom: 100%;
	border-bottom: 13.86px solid #FFF;
}
.main-search-wrapper .hexagon:after {
	top: 100%;
	width: 0;
	border-top: 13.86px solid #FFF;
}
.main-search-wrapper .form-holder {
	margin-left: 270px;
}
.main-search-wrapper .form-holder .holder-item {
	width: 20%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.main-search-wrapper .form-holder .form-control {
	border-color: #FFF;
	background: transparent;
	color: #FFF;
	margin-top: 3px;
}
 .main-search-wrapper .form-holder .form-control::-moz-placeholder {
 color: rgba(255, 255, 255, 0.9);
}
 .main-search-wrapper .form-holder .form-control:-ms-input-placeholder {
 color: rgba(255, 255, 255, 0.9);
}
 .main-search-wrapper .form-holder .form-control::-webkit-input-placeholder {
 color: rgba(255, 255, 255, 0.9);
}
.main-search-wrapper .form-holder .btn {
	background: #FFF;
	line-height: 21px;
	font-size: 14px;
	margin-top: 3px;
}
.main-search-wrapper .form-holder .btn:hover {
	background: rgba(0,0,0,0.3);
	color: #FFF;
}
.main-search-wrapper .fancy-select .form-control:after {
	color: #FFF;
}
.main-search-wrapper .fancy-select ul.options li {
	position: relative;
}
.main-search-wrapper .fancy-select ul.options li:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	background: #FFF;
	z-index: 51;
}
.main-search-wrapper .fancy-select ul.options li.selected {
	background: #fff;
	color: #e94e39;
}
.main-search-wrapper .fancy-select ul.options li:hover:after {
	background: #CCC;
}
.main-search-wrapper .fancy-select ul.options li.selected:after {
	background: #e94e39;
}
/**
 * Welcome
 */


/**
 * Featured Elements such as welcome, promo box, featured item
 */

.welcome-wrapper .container {
	position: relative;
}
.welcome-wrapper .welcome-image-bg {
	width: 30%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-position: center center;
	background-size: cover;
}
.featured-item-text {
	margin: 15px 0;
}
.featured-item-text h4 {
	border-bottom: 1px solid #B270B5;
	padding-bottom: 10px;
	margin: 0 0 15px;
	letter-spacing: 2px;
}
.featured-item {
	line-height: 22px;
	margin-bottom: 30px;
}
.featured-item .icon {
	font-size: 24px;
	float: left;
	text-align: center;
	width: 50px;
	height: 50px;
	border: 1px solid #e94e39;
	color: #e94e39;
	border-radius: 50%;
	line-height: 50px;
	margin-top: 2px;
}
.featured-item .content {
	margin-left: 70px;
}
.featured-item h5 {
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0 0 5px;
}
.welcome-wrapper .featured-item-wrapper {
	margin-bottom: -30px;
}
.sidebar-wrapper .featured-item {
	line-height: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
}
.sidebar-wrapper .featured-item .icon {
	width: 40px;
	height: 40px;
	line-height: 36px;
	margin-top: 0;
	font-size: 20px;
}
.sidebar-wrapper .featured-item h4 {
	line-height: 1.2;
	margin: 0 0 2px;
}
.sidebar-wrapper .featured-item .content {
	margin-left: 50px;
}
.featured-header-most-top {
	text-align: center;
	border: 1px solid #CCC;
	padding: 0 25px 30px;
	margin-top: 10px;
	font-size: 14px;
}
.featured-header-most-top h5 {
	margin-top: -10px;
	line-height: 1.15;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.featured-header-most-top h5 span {
	background: #FFF;
	padding: 0 15px;
}
.featured-header-most-top .icon {
	font-size: 56px;
	margin: 30px 0 15px;
}
.featured-header-most-top a {
	margin-top: 15px;
}
.featured-header-most-top-wrapper {
	margin-bottom: -30px;
}
.featured-header-most-top-wrapper .featured-header-most-top {
	margin-bottom: 30px;
}
.promo-box {
	background: #e94e39;
	color: #FFF;
	text-align: center;
	padding-top: 150px;
	padding-bottom: 140px;
	font-size: 16px;
	font-weight: 300;
}
.promo-box h2, .promo-box h4 {
	color: #FFF;
	line-height: 1;
}
.promo-box h2 {
	font-size: 38px;
}
.promo-box h4 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}
.promo-box .text-muted {
	color: rgba(255, 255, 255, 0.85);
	margin-top: 30px;
}
.call-to-action {
	text-align: center;
	background: #F0F0F0;
	padding: 65px 40px 55px;
	font-size: 21px;
	font-weight: 300;
	letter-spacing: 0.5px;
	font-family: "Merriweather", "Georgia", Times New Roman, Times, serif;
}
.call-to-action .btn {
	margin: 0 15px;
	margin-top: -4px;
	background: #F0F0F0;
}
/**
 * vehicle Item
 */

.vehicle-item {
	background: #F7F7F7;
	display: block;
	position: relative;
	text-align: center;
	/*transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.1);*/
}
/*.vehicle-item:hover {
	-webkit-box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.47);
	-moz-box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.47);
	box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.47);
}*/
.vehicle-item a {
	color: #636363;
	display: block;
}
.vehicle-item .image {
	margin-left: 0px;
	margin-top: 0px; 
	margin-right: 0px; text-align:center; border-bottom: 1px solid #C9C9C9; min-height:200px; height:300px;
}
.vehicle-itemGrid .image {
	margin-left: 0px;
	margin-top: 0px; 
	margin-right: 0px; text-align:center; border-bottom: 1px solid #C9C9C9; min-height:200px; height:260px;
}
.vehicle-item .image img{ display:inline-block; height:100%;}
.vehicle-item .content {
	padding: 20px 15px 18px;
	margin-bottom: 0px;
}
.vehicle-item .content .para{    margin-bottom: 18px;margin-top: 0;
    padding: 0; font-size:14px; min-height:50px;    overflow: hidden;
    height: 70px; color:#636363; text-align:justify;}
.vehicle-item .content .compname {
	margin-bottom: 3px;
	font-weight: 500;
	font-size:16px; color:#333;
}
.vehicle-item .content h6 {
	margin-bottom: 3px;
	font-weight: 500;
	letter-spacing: 1.7px;
}
.vehicle-item .content h5 .opaci{ visibility:hidden;}

.vehicle-item .content h6 .opaci{ visibility:hidden;}
.vehicle-item .content .vehicle-for {
	line-height: 18px;
	margin: 0 0 5px;
	font-style: italic;
}
.vehicle-item .content .short-info {
	margin-bottom: 18px;
    margin-top: 0;
    padding: 0;
    font-size: 14px; color:#636363;
}

.vehicle-item .content .price {
	color: #e94e39;
	font-size: 20px;
	font-weight: 400;
	margin-top: 10px;
}
.vehicle-item .bottom {
	border-top: 2px solid #C9C9C9;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.vehicle-item ul.vehicle-meta {
	margin: -1px 0 0;
	text-align: center;
	background: #DEDEDE;
	font-size: 13px;
}
.vehicle-item ul.vehicle-meta li {
	float: left;
	width: 50%;
	padding: 5px;
	letter-spacing: 1px;
}
.vehicle-item ul.vehicle-meta li + li {
	border-left: 1px solid #C9C9C9;
}
.vehicle-item-02 {
	overflow: hidden;
}
.vehicle-item-02 a {
	color: #636363;
	display: block;
	line-height: 1.5;
	position: relative;
	border-bottom: 2px solid #CCC;
	padding-bottom: 15px;
}
.vehicle-item-02 a:after {
	content: "";
	height: 3px;
	position: absolute;
	left: 110%;
	right: 220%;
	bottom: -2px;
	background: #e94e39;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.vehicle-item-02 a:hover::after {
	left: 0;
	right: 0;
}
.vehicle-item-02 .content h5 {
	margin-bottom: 0;
	line-height: 1.2;
}
.vehicle-item-02 .content p {
	margin-top: 10px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
}
.alt-text-left .vehicle-item {
	text-align: left;
}
.alt-bg-white .vehicle-item {
	background: #FFF;
	border: 1px solid #C9C9C9;
}
.alt-bg-white .vehicle-item .bottom {
	background: #F7F7F7;
	display: none;
}
.bg-light .vehicle-item {
	background: #FFF;
}
.bg-light .vehicle-item .bottom {
	border-top: 2px solid #CCC;
}
.alt-border-color .vehicle-item {
	border-color: #DEDEDE;
}
.alt-border-color .vehicle-item .bottom {
	border-color: #D2D2D2;
}
.vehicle-item-sm {
	position: relative;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
/*.vehicle-item-sm:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}*/
.vehicle-item-sm a {
	display: block;
	color: #636363;
}
.vehicle-item-sm .image-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 80px;
	background-size: cover;
	background-position: center center;
}
.vehicle-item-sm:last-child .image-bg {
	bottom: 0;
}
.vehicle-item-sm .content {
	margin-left: 105px;
}
.vehicle-item-sm .content h6 {
    line-height: 1.2;
    margin: 0 0 5px;
    font-family: lato;
    font-weight: 400;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.vehicle-item-sm .content ul {
	margin: 5px 0 0;
}
.vehicle-item-sm .content ul li {
	line-height: 1.2;
	font-size: 12px;
	margin: 1px 0;
	letter-spacing: 0.5px;
}
.vehicle-item-sm .price {
	margin: 0;
	background: #e94e39;
	color: #FFF;
	line-height: 22px;
	padding: 0 10px;
	font-weight: 600; font-size:14px;
	margin-top: 8px; text-align:center;
}
.vehicle-item-sm a:hover {
	opacity: 0.6;
}
.vehicle-item-sm.for-enquiry {
	margin-left: -15px;
	margin-right: -15px;
	padding: 0 15px 15px;
}
.vehicle-item-sm.for-enquiry .image-bg {
	left: 15px;
	width: 130px;
}
.vehicle-item-sm.for-enquiry .content {
	margin-left: 145px;
}
.vehicle-item-sm.for-enquiry .price {
	display: inline-block;
}
.vehicle-item-list {
	border: 1px solid #CCC;
	position: relative;
	margin: 0 0 30px;
}
.vehicle-item-list .image {
	width: 295px;
	float: left;
	border-right: 1px solid #CCC;
	padding-right: 0;
	height: 300px;
}
.vehicle-item-list .image img {
	height: 100%;
}
.vehicle-item-list .content {
	margin-left: 315px;
	margin-top: 18px;
	margin-right: 20px;
}
.vehicle-item-list .content .row {
	display: inline-block;
	width: 100%;
}
.vehicle-item-list .content .row:last-child {
	display: block;
}
.vehicle-item-list .content h5 {
	margin: 0 0 10px;
}
.vehicle-item-list .content .short-info {
	line-height: 24px;
    margin-top: 0;
    padding: 0;
    font-size: 14px;
    min-height: 50px;
    overflow: hidden;
    height: 70px;
    color: #636363;
    text-align: justify;
}
.vehicle-item-list .content .btn {
	/*float: right;*/ margin-top: 10px;
}
.vehicle-item-list .content .vehicle-for {
	font-style: italic;
}
.vehicle-item-list .content .compname {
	color: #e94e39;
	font-size: 18px;
	font-weight: 700;
}
.vehicle-item-list .content .price {
	color: #e94e39;
	font-size: 18px;
	font-weight: 400; text-align:right;
}
.vehicle-item-list ul.vehicle-meta {
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 295px;
	right: 0;
	background: #DEDEDE;
	border-top: 2px solid #CCC;
}
.vehicle-item-list ul.vehicle-meta li {
	float: left;
	width: 25%;
	border-right: 1px solid #CCC;
	padding: 5px;
	padding-left: 20px;
	font-size: 13px;
	letter-spacing: 1px;
}
.vehicle-item-list ul.vehicle-meta li:last-child {
	border-right: 0;
}
/**
 * vehicle Dealer Action
 */

.vehicle-dealer-action-wrapper {
	background: #e94e39;
	color: #FFF;
}
.vehicle-dealer-action-wrapper > div > div:nth-child(2) {
	background: #662935;
}
.vehicle-dealer-action-wrapper h4 {
	color: #FFF;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.vehicle-dealer-action {
	padding: 80px 70px;
}
.vehicle-dealer-action .icon {
	font-size: 34px;
	position: relative;
	margin: 0 0 35px;
	padding: 0 0 25px;
}
.vehicle-dealer-action .icon:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 50px;
	height: 3px;
	border-bottom: 3px double #FFF;
}
.vehicle-dealer-action p {
	margin: 0 0 25px;
}
.vehicle-dealer-action a {
	background: #FFF;
	text-transform: uppercase;
	padding: 12px 20px 10px;
	display: inline-block;
	font-size: 12px;
	font-family: 'Work Sans', sans-serif;
	letter-spacing: 1.5px;
	font-weight: 600;
}
.vehicle-dealer-action a:hover {
	background: #662935;
	color: #FFF;
}
.vehicle-dealer-action-wrapper > div > div:nth-child(2) .vehicle-dealer-action a:hover {
	background: #e94e39;
}
/**
 * Result Page
 */

.result-sorting-wrapper {
	background: #F0E6E6;
	color: #662935;
	padding: 13px 15px 12px;
}
.result-sorting-wrapper .text-holder {
	line-height: 1.2;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Work Sans', sans-serif;
	letter-spacing: 0.5px;
	padding-top: 8px;
}
.result-sorting-nav {
	float: right;
}
.result-sorting-nav ul li {
	float: left;
	margin-left: 5px;
}
.result-sorting-nav ul li a {
	height: 34px;
	width: 34px;
	line-height: 32px;
	background: #FFF;
	display: block;
	border: 1px solid #C59D9D;
	color: #C59D9D;
	text-align: center;
	font-size: 18px;
}
.result-sorting-nav ul li.active a, .result-sorting-nav ul li a:hover {
	border-color: #e94e39;
	color: #e94e39;
}
.result-sorting-select {
	float: right;
	width: 200px;
}
.result-sorting-wrapper .form-control {
	border-color: #C59D9D;
	color: #C59D9D;
}
.result-filter-wrapper {
    background: #e94e39;
}
.result-filter-wrapper h3 {
	background: #e94e39;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	padding: 14px 20px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	margin: 0;
}
.result-filter-wrapper .content {
	padding: 20px;
}
.result-filter-wrapper .form-control {
	border-color: #e94e39;
}
.result-filter-wrapper .btn {
	border: 3px double #FFF;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px; background:none;
}
/**
 * vehicle Brand
 */

.brand-item-wrapper {
	margin: 0 0 10px;
}
.brand-item-wrapper a {
	padding: 0 30px 10px;
	display: block;
}
.brand-item-wrapper a img {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.brand-item-wrapper a:hover img {
	opacity: 0.6;
}
/**
 * Pager
 */

ul.paging li {
	float: left;
	margin-left: 3px;
}
ul.paging li a {
	border: 1px solid #CCC;
	display: block;
	padding: 5px 15px;
	color: #666;
}
ul.paging li.active a, ul.paging li a:hover {
	border-color: #e94e39;
	color: #e94e39;
}
ul.paging li.disabled a, ul.paging li.disabled a:hover, ul.paging li.disabled a:focus {
	color: #666;
	cursor: not-allowed;
	border-color: #CCC;
}
.paging-center ul.paging {
	text-align: center;
}
.paging-center ul.paging li {
	float: none;
	display: inline-block;
	margin: 0 2px 0 1px;
}
/**
 * Recent Post Item and List
 */

.recent-post-wrapper {
	margin-bottom: -30px;
}
.recent-post-item {
	margin: 5px 0 30px;
	line-height: 1.7;
}
.recent-post-item .content {
	margin-top: 30px;
	margin-bottom: 20px;
}
.recent-post-item .content .date {
	background: #e94e39;
	color: #FFF;
	display: inline-block;
	line-height: 1;
	padding: 3px 10px;
	margin: 0 0 20px;
}
.recent-post-item .content h5 {
	text-transform: uppercase;
	margin: 0 0 50px;
	position: relative;
	line-height: 1.5;
}
.recent-post-item .content h5 a {
	font-weight: 700;
}
.recent-post-item .content h5 a:hover {
	opacity: 1;
	color: #e94e39;
}
.recent-post-item .content h5:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 60px;
	height: 3px;
	border-bottom: 3px double #e94e39;
}
.recent-post-item .bottom {
	line-height: 1.1;
	margin-top: 30px;
	font-size: 13px;
	letter-spacing: 0.5px;
}
.recent-post-item .bottom .meta {
	color: #888;
	font-style: italic;
}
.recent-post-item .bottom a:hover {
	text-decoration: underline;
}
ul.recent-post-list {
	margin-top: 15px
}
ul.recent-post-list li {
	border-bottom: 1px dotted #D9D9D9;
	padding-bottom: 15px;
	margin-bottom: 15px;
	line-height: 1.4
}
ul.recent-post-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
ul.recent-post-list li h6 {
	margin: 0;
	color: #333;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.4;
	letter-spacing: 0.5px;
}
ul.recent-post-list li a:hover h6 {
	color: #D65049
}
ul.recent-post-list li .image {
	width: 80px;
	float: left;
}
ul.recent-post-list li .image img {
	display: block
}
ul.recent-post-list li .content {
	margin-left: 95px
}
ul.recent-post-list li .recent-post-sm-meta {
	font-size: 11px;
	background: #e94e39;
	color: #FFF;
	display: inline-block;
	line-height: 1;
	padding: 3px 10px;
	margin: 0 0 10px;
}
/**
 * Blog
 */

.classic-blog-item {
	margin: 0 0 30px;
	line-height: 22px;
}
.classic-blog-item .image {
	position: relative;
}
.classic-blog-item .content {
	margin-top: 40px;
	margin-bottom: 30px;
	margin-left: 140px;
	margin-right: 50px;
	position: relative;
}
.classic-blog-item .content h4 {
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0 0 50px;
	position: relative;
}
.classic-blog-item .content h4 a {
	font-weight: 700;
}
.classic-blog-item .content h4 a:hover {
	opacity: 1;
	color: #e94e39;
}
.classic-blog-item .content h4:after {
	content: "";
	position: absolute;
	bottom: -28px;
	left: 0;
	width: 60px;
	height: 3px;
	border-bottom: 3px double #DEDEDE;
}
.classic-blog-item .bottom {
	line-height: 14px;
	margin-left: 140px;
	margin-right: 50px;
	font-size: 13px;
	letter-spacing: 1px;
}
.classic-blog-item .bottom .meta {
	color: #888;
	font-style: italic;
}
.classic-blog-item .bottom .meta ul li {
	float: left;
	margin-right: 20px;
}
.classic-blog-item .bottom a:hover {
	text-decoration: underline;
}
.classic-blog-item .bottom .read-more {
	float: right;
}
.classic-blog-item .absolute-holder {
	position: absolute;
	top: -69px;
	left: -115px;
	background: #FFF;
	width: 90px;
	padding: 3px;
}
.classic-blog-item .absolute-holder .date {
	width: 100%;
	background: #e94e39;
	color: #FFF;
	line-height: 1.2;
	padding: 22px 10px 10px;
	text-align: center;
	font-size: 16px;
}
.classic-blog-item .absolute-holder .date span {
	display: block;
	font-size: 28px;
	margin: 0;
	font-weight: 600;
}
.classic-blog-item .absolute-holder .date .year {
	display: block;
	font-size: 11px;
	font-weight: 400;
	margin-top: 2px;
}
.classic-blog-item .absolute-holder .share-this {
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	border: 1px solid #DEDEDE;
	margin: 5px 0 0;
	padding: 10px 0;
}
.classic-blog-item .absolute-holder .share-this a {
	font-size: 20px;
	line-height: 1;
	color: #969696;
	margin: 0 2px;
}
.classic-blog-item.blog-single .content {
	margin-right: 0;
}
.blog-entry {
	padding: 0 0 20px
}
.blog-entry ul, .blog-entry ol {
	list-style: disc;
	margin-left: 20px;
	line-height: 25px
}
.blog-entry ul li, .blog-entry ol li {
	margin-bottom: 7px
}
.blog-entry ul ul, .blog-entry ol ol {
	margin-top: 7px
}
.blog-entry > ul, .blog-entry > ol {
	margin-bottom: 15px
}
.blog-entry ol {
	list-style: decimal
}
.blog-author {
	position: relative;
	margin: 50px 0 40px;
	background: #F7F7F7;
	padding: 30px 30px 0;
}
.blog-author h4 {
	line-height: 1;
	margin: 0 0 15px;
}
.blog-author h4 a {
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
}
.blog-author h4 a:hover {
	color: #D65049
}
.author-details {
	margin-left: 120px;
	position: relative
}
.author-label {
	position: absolute;
	width: 100px;
	top: 30px;
	left: 30px;
}
.author-label img {
	width: 100%
}
.blog-author .social {
	float: right;
	margin-top: -5px
}
.blog-author.bg-white {
	padding: 0;
	margin: 0 0 40px;
}
.blog-author.bg-white .author-label {
	top: 0;
	left: 0;
}
#comment-wrapper {
	background: #FFF;
	padding: 0 0 50px;
	position: relative
}
ul.comment-item {
	list-style: none;
	padding: 0;
	margin: 0
}
ul.comment-item li {
	position: relative;
	display: block;
	padding-left: 65px;
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #EBE8E6
}
ul.comment-item li li:last-child, ul.comment-item li li li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0
}
ul.comment-item ul {
	margin-top: 20px;
	padding-top: 30px;
	border-top: 1px solid #EBE8E6;
	margin-left: -20px
}
.comment-item h6 {
	margin-bottom: 5px
}
.comment-item .comment-avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%
}
.comment-item .comment-avatar img {
	width: 100%;
	width: 100%;
	border-radius: 50%
}
.comment-item .comment-time {
	display: block;
	font-style: italic;
	font-size: 12px;
	color: #999;
	margin-bottom: 10px;
	line-height: 1.2
}
.comment-item a.comment-reply {
	float: right;
	font-size: 10px;
	line-height: 1;
	padding: 3px 7px;
	text-transform: uppercase;
	border: 1px solid #e94e39;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: block
}
.comment-item a.comment-reply:hover {
	color: #FFF;
	border-color: #e94e39;
	background: #eb5642
}
.blog-extra {
	border-top: 2px solid #D9D9D9;
	padding-top: 30px;
	margin-top: 10px;
}
.tag-cloud {
	margin-top: 15px;
	margin-bottom: -5px
}
.tag-cloud span {
	display: block;
	float: left;
	line-height: 1;
	padding: 5px 7px;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 5px
}
.tag-cloud a {
	border: 1px solid #E3E3E3;
	border-left: 2px solid #e94e39;
	line-height: 1;
	font-size: 12px;
	padding: 5px 12px;
	margin-left: 5px;
	margin-bottom: 5px;
	display: block;
	float: left;
	color: #636363;
	background: #E3E3E3;
}
.tag-cloud a:hover {
	background: #e94e39;
	color: #FFF!important;
	border-color: #eb5642
}
/**
 * Social
 */

ul.social-share-sm {
	position: relative;
	display: inline-block;
	line-height: 1;
	float: left
}
ul.social-share-sm li {
	display: inline-block;
	margin: 0 0 5px
}
ul.social-share-sm li span, ul.social-share-sm li a {
	position: relative;
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px
}
ul.social-share-sm li span:after, ul.social-share-sm li a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 1px;
	width: 1px;
	height: 13px;
	background: #eb5642
}
ul.social-share-sm li a:after {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	top: 6px;
	right: -3px
}
ul.social-share-sm li:last-child a {
	margin-right: 0
}
ul.social-share-sm li:last-child a:after {
	display: none
}
ul.social-share-sm li a {
	font-weight: 400;
	color: #999
}
ul.social-share-sm li a:hover {
	color: #eb5642
}
ul.social-share-sm.for-useful {
	float: right
}
ul.social-share-sm.for-useful:after {
	display: none
}
ul.social-share-sm.for-useful li:not(:last-child) {
	margin-right: 10px
}
ul.social-share-sm.for-useful li span {
	margin-right: 0
}
ul.social-share-sm.for-useful li a {
	margin-right: 0;
	padding-right: 0
}
ul.social-share-sm.for-useful li a:after {
	display: none
}
.review-list ul.social-share-sm {
	margin-top: 20px
}
.social-share-box {
	margin: 30px 0;
}
.social-share-box span {
	display: block;
	float: left;
	line-height: 1;
	padding: 6px 20px 5px;
	margin-left: 0;
	background: #E3E3E3;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}
.social-share-box a {
	border: 1px solid #E3E3E3;
	border-left: 0;
	line-height: 1;
	font-size: 12px;
	padding: 5px 15px;
	display: block;
	float: left;
	color: #636363;
	background: #FFF;
}
.social-share-box a:hover {
	background: #e94e39;
	color: #FFF!important;
	border-color: #eb5642
}
.social-share-box a i {
	color: #9E0500;
	margin-right: 3px;
}
.social-share-box a:hover i {
	color: #FFF;
}
/**
 * Breadcrumb
 */

.breadcrumb-wrapper {
	background: #F3F3F3;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	padding-top: 33px;
	padding-bottom: 29px;
}
.breadcrumb-wrapper h2.page-title {
	margin: 0;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
	color: #595959;
	text-transform: uppercase;
}
.breadcrumb-wrapper .hot-line {
	text-align: right;
	font-size: 12px;
	font-weight: 500;
	margin: 0;
}
.breadcrumb-wrapper .breadcrumb {
	margin: 5px 0 0;
	padding: 0;
	font-size: 12px;
	background: none;
	float: right;
}
.breadcrumb-wrapper .breadcrumb a {
	color: #e94e39;
}
.breadcrumb-wrapper .breadcrumb a:hover {
	color: #e94e39;
}
.breadcrumb-wrapper .breadcrumb .active {
	color: #AAA;
}
.breadcrumb > li.text {
	padding-right: 10px;
}
.breadcrumb > li.text + li:before {
	display: none !important;
}
.btn-change-search {
	background: transparent;
	margin: 0;
	border: 1px solid #CCC;
	color: #555;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Work Sans', sans-serif;
	letter-spacing: 1.5px;
}
.change-search-wrapper > div {
	padding-top: 15px;
}
.change-search-wrapper > div .sub-inner {
	padding: 10px;
	background: #DDDDDD;
}
.change-search-wrapper .form-group {
	margin: 0;
}
.change-search-wrapper .form-control {
	margin: 0;
}
/**
 * Team and Partner
 */

.team-item {
	text-align: center;
}
.team-item .image {
}
.team-item h4, .team-item h5 {
	margin: 30px 0 10px;
	line-height: 1.1;
	color: #333;
}
.team-item p {
	margin: 0 0 8px;
	line-height: 1.1;
	font-size: 13px;
	letter-spacing: 1px;
}
.team-item ul.social {
	margin: 0;
}
.team-item ul.social li {
	display: inline-block;
	margin: 0 5px;
}
.team-item ul.social li a {
	color: #999;
}
.team-item ul.social li a:hover {
	color: #e94e39;
}
.partner-image-item {
	text-align: center;
}
.partner-image-item img {
	width: auto;
	display: inline-block;
}
/**
 * Testimonial
 */

.slick-testimonial-wrapper {
}
.slick-testimonial-wrapper.mmt {
	margin-top: -15px;
}
.slick-testimonial-wrapper .slick-prev:before, .slick-testimonial-wrapper .slick-next:before {
	color: #333;
}
.slick-center {
}
.slick-testimonial-wrapper .testimonial-man {
	margin: 25px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.testimonial-long {
	text-align: center;
	position: relative;
}
.testimonial-long .saying {
	font-size: 20px;
	line-height: 1.55;
	font-style: italic;
	position: relative;
	margin: 0 0 30px;
	font-weight: 300;
}
.testimonial-long h5 {
	margin-bottom: 5px;
	text-transform: uppercase;
}
.slick-testimonial-nav {
	margin: 30px 250px 0;
}
.slick-testimonial-wrapper .testimonial-man {
	margin: 15px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding: 5px;
}
.slick-testimonial-wrapper .testimonial-man .image {
	border: 1px solid #CCC;
	border-radius: 50%;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
	margin-bottom: -10px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding: 3px;
}
.slick-testimonial-wrapper .testimonial-man .image:after {
	display: none;
}
.slick-testimonial-wrapper .testimonial-man img {
	border-radius: 50%;
}
.slick-testimonial-wrapper .slick-center .testimonial-man {
	margin: 10px;
}
.slick-testimonial-wrapper .slick-center .image {
	border: 1px solid #B00600;
}
.slick-testimonial-wrapper .slick-center .image:hover {
	cursor: default;
}
.slick-testimonial-wrapper .testimonial-man .image:hover {
	cursor: pointer;
	border-color: #e94e39;
}
.slick-gallery-slideshow.slick-testimonial-wrapper .slick-prev {
	left: -40px;
}
.slick-gallery-slideshow.slick-testimonial-wrapper .slick-next {
	right: -40px;
}
/**
 * Tab
 */

.tab-style-1-header {
	background: #F0E6E6;
	padding: 15px;
}
.tab-style-1-header ul.tab-nav {
	float: left;
	margin: 0;
}
.tab-style-1-header ul.tab-nav li {
	float: left;
	margin-right: 15px;
	font-weight: 600;
}
.tab-style-1-header ul.tab-nav li a {
	background: #FFF;
	border: 1px solid #C59D9D;
	color: #C59D9D;
	padding: 8px 12px;
	line-height: 1;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
}
.tab-style-1-header ul.tab-nav li.active a {
	background: #e94e39;
	border: 1px solid #e94e39;
	color: #FFF;
}
.tab-style-1-header .btn {
	padding-top: 7px;
	padding-bottom: 7px;
}
.tab-style-2 ul.tab-nav {
	border-bottom: 2px solid #EEEEEE;
}
.tab-style-2 ul.tab-nav li {
	float: left;
	margin-right: 30px;
}
.tab-style-2 ul.tab-nav li a {
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	color: #818181;
	padding-bottom: 7px;
	display: block;
	position: relative;
}
.tab-style-2 ul.tab-nav li.active a, .tab-style-2 ul.tab-nav li:hover a, .tab-style-2 ul.tab-nav li a:hover {
	color: #222;
}
.tab-style-2 ul.tab-nav li a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 2px;
	background: transparent;
}
.tab-style-2 ul.tab-nav li.active a:after {
	background: #e94e39;
}
.tab-style-2 .tab-content-inner h4 {
	line-height: 24px;
	margin: 25px 0 15px;
}
.tab-style-2 .tab-content-inner ul:last-child {
	margin: 0;
}
.tab-style-2 .tab-content-inner ul.list-with-icon li {
	margin: 0 0 12px;
	line-height: 18px;
}
.tab-style-2 .tab-content-inner ul:last-child li:last-child {
	margin-bottom: 0;
}
.tab-style-3 ul.tab-nav {
	margin: 0 0 40px;
	border-bottom: 2px solid #662935;
}
.tab-style-3 ul.tab-nav li {
	float: left;
	margin-right: 2px;
}
.tab-style-3 ul.tab-nav li a {
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	color: #686868;
	letter-spacing: 1px;
	padding: 10px 15px;
	display: block;
}
.tab-style-3 ul.tab-nav li.active a, .tab-style-3 ul.tab-nav li a:hover {
	background: #662935;
	color: #FFF;
}
.tab-style-4 ul.tab-nav {
	border: 1px solid #EDEDED;
	border-bottom: 0;
	margin: 20px 0 0;
}
.tab-style-4 ul.tab-nav li {
	float: left;
	margin-right: 0;
	width: 33.3333333%;
}
.tab-style-4 ul.tab-nav li a {
	display: block;
	text-align: center;
	border-right: 1px solid #EDEDED;
	color: #636363;
	line-height: 1;
	padding: 22px 10px 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
}
.tab-style-4 ul.tab-nav li:last-child a {
	border-right: 0;
}
.tab-style-4 ul.tab-nav li.active a {
	background: #F3F3F3;
	color: #662935;
}
/**
 * vehicle Detail Page
 */

.detail-titile {
	border-bottom: 3px double #CCC;
	margin: 0 0 35px;
	padding: 0 0 20px;
}
.detail-titile h3.vehicle-name {
	line-height: 26px;
	margin-bottom: 5px;
}
.detail-titile .price {
	font-size: 24px;
	font-weight: 700;
	margin: 3px 0 4px;
	line-height: 1;
}
.detail-tab .tab-style-1-header {
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}
.detail-tab .tab-style-1-header .btn {
	padding-top: 7px;
	padding-bottom: 7px;
}
.detail-tab ul.tab-nav li {
	float: none;
	display: inline-block;
	margin-right: 10px;
}
.side-module.specification-box h3 {
	padding: 16px 20px 12px;
}

.side-module.specification-box > .inner { display:inline-block; width:100%; padding: 12px 15px 13px; font-family:Roboto; }
.prd-img{ border:1px solid #ccc;}
.side-module.specification-box > .inner .price{color: #e94e39;  font-size: 22px; font-weight: 500;}
.side-module.specification-box > .inner p{ margin-bottom:5px; font-size:14px;}
.inner-product-details-cart li{ float:left; margin-right:10px;margin-top:10px; margin-bottom:10px;}
.inner-product-details-cart li a button{color: #fff;
    background: #e94e39;
    display: inline-block;
    padding: 8px 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;}

ul.specification-list {
	margin: 0;
}
ul.specification-list li {
	position: relative;
	padding-left: 110px;
	font-weight: 600;
	border-bottom: 1px solid #CCC;
	padding-bottom: 6px;
	margin-bottom: 6px;
	text-align: right;
	font-size: 14px;
	line-height: 1.78;
}
ul.specification-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
ul.specification-list li .absolute {
	font-weight: 400;
	text-align: left;
}
.dealer-map {
	height: 360px
}
.detail-dealer-wrapper .image {
	width: 260px;
	float: left;
	margin-top: 10px;
}
.detail-dealer-wrapper .image img {
	display: block;
}
.detail-dealer-wrapper .content {
	margin: 0;
	margin-left: 280px;
	margin-top: -17px;
	padding: 0;
}
ul.dealer-contact-list {
	position: relative;
	top: auto;
	left: auto;
	margin: 0;
}
ul.dealer-contact-list li {
	position: relative;
	display: block;
	padding-left: 25px;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
.calculator-item {
	background: #F7F7F7;
	margin-top: 10px;
}
.calculator-item p {
	line-height: 20px;
}
.calculator-item > .inner, .calculator-item form > .inner {
	padding: 10px 25px 0;
}
.tab-content-inner .calculator-item h4 {
	margin-top: 15px;
	padding-top: 0;
}
.calculator-item .range-slider-wrapper {
	margin-top: 6px;
	margin-bottom: -40px;
}
.calculator-total {
	background: #EEE;
	border-top: 1px solid rgba(255, 255, 255, 0.7);
	padding: 20px 25px;
	margin-top: 15px;
}
.calculator-total .number {
	color: #e94e39;
	font-size: 24px;
	font-weight: 600;
}
/**
 * Sidebar
 */

.side-module {
	background: #F3F3F3;
}
.side-module > .inner {
	padding: 25px 20px;
}
.side-module h3 {
	background: #DEDEDE;
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	padding: 14px 20px 10px;
	margin: 0;font-family: roboto;
}
.side-module-2 h3 {
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 3px double #C2C2C2;
	padding-bottom: 15px;
	margin-bottom: 30px;
	position: relative;
	line-height: 1.2;
}
.side-module-2 h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100px;
	height: 3px;
	border-bottom: 3px double #e94e39;
	line-height: 1.2;
}
.sidebar-cat a {
	color: #636363;
}
ul.sidebar-cat li {
	border-bottom: 1px dotted #D9D9D9;
	padding-bottom: 10px;
	margin-bottom: 8px;
	position: relative;
}
ul.sidebar-cat li:after {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #C2C2C2;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
ul.sidebar-cat li .absolute {
	left: auto;
	right: 0;
}
ul.sidebar-cat li a {
	padding-left: 20px;
}
ul.sidebar-cat li.active a, ul.sidebar-cat li a:hover {
	color: #e94e39;
}
ul.sidebar-cat li.active:after, ul.sidebar-cat li:hover:after {
	border: 1px solid #e94e39;
}
ul.sidebar-cat li.active a {
	font-weight: 500;
}
.quick-search {
	position: relative;
	margin: 0 0 40px;
}
.quick-search .form-control {
	height: 44px;
}
.quick-search .btn {
	position: absolute;
	top: 3px;
	right: 3px;
	color: #FFF;
	background: #e94e39;
	height: 38px;
	font-size: 16px;
	padding-top: 6px;
}
.quick-search .btn:hover {
	background: #662935;
}
.quick-search .form-control {
	padding-right: 60px;
}
/**
 * Review Page ( Listing page and detail page)
 */

.vehicle-review-long-item {
	margin-bottom: 50px;
}
.vehicle-review-long-item {
	line-height: 1.7;
}
.vehicle-review-long-item h3, .vehicle-review-long-item h4 {
	line-height: 1.2;
	margin: 0 0 3px;
}
.vehicle-review-long-item h3 a, .vehicle-review-long-item h4 a {
	font-weight: 700;
}
.vehicle-review-long-item .meta {
	font-style: italic;
	margin-bottom: 20px;
	font-size: 13px;
	letter-spacing: 1px;
}
.vehicle-review-long-item .meta > span {
	margin-right: 10px;
}
.vehicle-review-long-item .meta a {
	font-weight: 600;
}
.vehicle-review-long-item .meta .label {
	font-style: normal;
	font-size: 13px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 1px;
}
.vehicle-review-long-item .image {
	margin: 7px 0;
}
.vehicle-review-long-item .progress {
	margin: 0 0 15px;
}
.vehicle-review-long-item .review-score {
	line-height: 1.2;
	margin-top: 20px;
	font-size: 13px;
	letter-spacing: 1px;
}
.vehicle-review-long-item .review-score a {
	display: block;
	margin: 8px 0 0;
}
.vehicle-review-long-item .review-score .overall {
	letter-spacing: 1.5px;
}
.vehicle-review-long-item .review-score .overall .score {
	color: #e94e39;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 7px;
}
.vehicle-review-long-item .review-score .overall .score span {
	border-bottom: 3px solid #CCC
}
.vehicle-review-long-item .review-score .labeling {
	margin: 0 0 2px;
	display: block;
}
.vehicle-review-long-item .review-score .labeling span.sub-score {
	float: right;
	color: #A7A7A7;
	font-style: italic;
}
.vehicle-review-long-item .review-score .labeling span.sub-score span {
	color: #636363;
	font-weight: 700;
}
.with-bb .vehicle-review-long-item {
	border-bottom: 1px solid #CCC;
	padding-bottom: 30px;
	margin-bottom: 45px;
}
.vehicle-review-list-item {
	margin-bottom: 35px;
}
.side-module-2 .vehicle-review-list-wrapper {
	margin-top: 30px;
}
.side-module-2 .vehicle-review-list-item {
	margin-bottom: 30px;
}
.vehicle-review-list-item a {
	display: block;
	color: #636363;
	line-height: 1.45;
	font-size: 12px;
	overflow: hidden;
	position: relative;
}
.vehicle-review-list-item a:after {
	content: "";
	height: 3px;
	position: absolute;
	left: 110%;
	right: 220%;
	bottom: 0;
	background: #e94e39;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.vehicle-review-list-item a:hover::after {
	left: 0;
	right: 0;
}
.vehicle-review-list-item h5, .vehicle-review-list-item h6 {
	line-height: 1.2;
	margin: 0 0 5px;
}
.vehicle-review-list-item .meta {
	font-style: italic;
	margin-bottom: 10px;
	color: #A7A7A7;
}
.vehicle-review-list-item .meta .font700 {
	color: #636363;
}
.vehicle-review-list-item .meta .comment {
	background: #e94e39;
	color: #FFF;
	padding: 1px 5px;
	font-size: 11px;
	letter-spacing: 1px;
	margin-left: 5px;
}
.vehicle-review-list-item .image {
	width: 120px;
	float: left;
	margin-top: 2px;
}
.vehicle-review-list-item .content {
	margin-left: 135px;
}
.vehicle-review-list-item .content p {
	margin: 0 0 8px;
}
.vehicle-review-list-item .review-score span {
	color: #e94e39;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 7px;
}
.vehicle-review-list-item .review-score span:after {
	content: "/";
	margin-left: 3px;
	color: #CCC;
}
.vehicle-review-list-item.alt .image {
	width: 80%;
	float: none;
	margin: 15px 0;
}
.vehicle-review-list-item.alt .content {
	margin-left: 0;
}
.vehicle-review-grid-item {
	margin-bottom: 15px;
}
.vehicle-review-grid-item a {
	display: block;
	color: #636363;
	line-height: 1.45;
	font-size: 12px;
	overflow: hidden;
	position: relative;
	padding-bottom: 15px;
}
.vehicle-review-grid-item a:after {
	content: "";
	height: 3px;
	position: absolute;
	left: 110%;
	right: 220%;
	bottom: 0;
	background: #e94e39;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.vehicle-review-grid-item a:hover::after {
	left: 0;
	right: 0;
}
.vehicle-review-grid-item h4, .vehicle-review-grid-item h5 {
	line-height: 1.2;
	margin: 0 0 5px;
}
.vehicle-review-grid-item .meta {
	font-style: italic;
	margin-bottom: 10px;
	color: #A7A7A7;
	font-size: 13px;
	letter-spacing: 0.5px;
}
.vehicle-review-grid-item .meta .font700 {
	color: #636363;
}
.vehicle-review-grid-item .meta .comment {
	background: #e94e39;
	color: #FFF;
	padding: 1px 5px;
	font-size: 11px;
	letter-spacing: 1px;
	margin-left: 5px;
}
.vehicle-review-grid-item .image {
	margin-bottom: 20px;
}
.vehicle-review-grid-item .content {
	margin-top: 20px;
}
.vehicle-review-grid-item .content p {
	margin-left: 70px;
	line-height: 1.7;
	font-size: 13px;
}
.vehicle-review-grid-item .review-score {
	text-align: center;
	width: 50px;
	float: left;
	line-height: 1.15;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 500;
}
.vehicle-review-grid-item .review-score span {
	color: #e94e39;
	font-size: 22px;
	font-weight: 700;
	border-bottom: 3px solid #CCC;
	display: block;
	padding: 0 0 5px;
	margin: 0 0 5px;
}
.vehicle-review-single {
	margin-bottom: 50px;
}
.vehicle-review-single {
	line-height: 1.7;
}
.vehicle-review-single h2, .vehicle-review-single h3 {
	line-height: 1.2;
	margin: 0 0 3px;
}
.vehicle-review-single .meta {
	font-style: italic;
	margin-bottom: 20px;
	font-size: 13px;
	letter-spacing: 1px;
}
.vehicle-review-single .meta > span {
	margin-right: 10px;
}
.vehicle-review-single .meta a {
	font-weight: 600;
}
.vehicle-review-single .meta .label {
	font-style: normal;
	font-size: 13px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 1px;
}
.vehicle-review-single .image {
	margin: 7px 0;
}
.vehicle-review-single .progress {
	margin: 0 0 15px;
}
.vehicle-review-single .review-score {
	line-height: 1.2;
	background: #F7F7F7;
	margin-top: 40px;
	padding: 30px;
	font-size: 13px;
	letter-spacing: 1px;
}
.vehicle-review-single .review-score a {
	display: block;
	margin: 10px 0 0;
}
.vehicle-review-single .review-score .overall {
	letter-spacing: 1.5px;
	font-weight: 500;
}
.vehicle-review-single .review-score .overall .score {
	color: #e94e39;
	font-size: 56px;
	font-weight: 700;
	margin-bottom: 15px;
}
.vehicle-review-single .review-score .overall .score span {
	border-bottom: 3px solid #CCC
}
.vehicle-review-single .review-score .labeling {
	margin: 0 0 2px;
	display: block;
}
.vehicle-review-single .review-score .labeling span.sub-score {
	float: right;
	color: #A7A7A7;
	font-style: italic;
}
.vehicle-review-single .review-score .labeling span.sub-score span {
	color: #636363;
	font-weight: 700;
}
.for-owner-review .vehicle-review-single .review-score .overall .score span {
	border-bottom: 0
}
.for-owner-review .vehicle-review-single .review-score .overall .score span:after {
	content: "/";
	margin-left: 3px;
	color: #CCC;
}
.vehicle-review-single .gallery-nav {
	margin-top: -8px;
	margin-right: -1px;
	background: #E3E3E3;
	padding: 0 7px;
	padding-right: 8px;
}
.vehicle-review-single .specification-box {
	width: 300px;
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	background: #F3F3F3;
}
.vehicle-review-single .specification-box h5 {
	line-height: 1;
	margin: 0 0 5px;
	text-transform: uppercase;
	background: #e94e39;
	color: #FFF;
	padding: 20px 20px 15px;
}
.vehicle-review-single ul.specification-list li {
	font-size: 12px;
	letter-spacing: 1px;
	border-color: #CCC;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-right: 20px;
	font-weight: 700;
}
.vehicle-review-single ul.specification-list li .absolute {
	top: 6px;
	left: 20px;
}
.vehicle-review-single .paging-wrapper {
	margin: 30px 0;
}
ul.owner-review-list {
	margin-top: 20px;
	padding-top: 25px;
}
ul.owner-review-list > li {
	position: relative;
	margin-bottom: 40px;
}
ul.owner-review-list li .image {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
}
ul.owner-review-list li .heading {
	padding-left: 80px;
	float: left;
}
ul.owner-review-list li .heading h6 {
	line-height: 1;
	margin: 5px 0 10px;
}
ul.owner-review-list li .owner-review-date {
	line-height: 1;
	margin: 0;
	color: #A7A7A7;
	letter-spacing: 1.5px;
	font-weight: 700;
}
.owner-review-score {
	margin: 0 0 15px;
	font-size: 13px;
	letter-spacing: 1px;
}
.owner-review-score span {
	color: #e94e39;
	font-size: 22px;
	font-weight: 700;
}
.owner-review-score span:after {
	content: "/";
	margin-left: 3px;
	color: #CCC;
}
ul.owner-review-useful {
	background: #E6E6E6;
	padding: 10px 15px;
	line-height: 1.2;
	letter-spacing: 1.5px;
	margin-top: 20px;
}
ul.owner-review-useful li {
	display: inline-block;
	margin: 0 5px;
}
.owner-review-form {
	margin-top: 20px;
}
.owner-review-text ul, .owner-review-text ol {
	list-style: disc;
	margin-left: 20px;
	line-height: 25px;
}
.owner-review-text ul li, .owner-review-text ol li {
	margin-bottom: 7px;
}
.owner-review-text ul ul, .owner-review-text ol ol {
	margin-top: 7px;
}
.owner-review-text > ul, .owner-review-text > ol {
	margin-bottom: 15px;
}
.owner-review-text ol {
	list-style: decimal;
}
.btn-more-photo {
	background: none;
	padding: 0;
	font-size: 12px;
	letter-spacing: 1px;
	color: #e94e39;
}
.btn-more-photo:focus {
	color: #e94e39;
}
.btn-more-photo:hover {
	color: #e94e39;
}
.btn-more-photo.collapsed:after {
	content: ' \f107';
}
.btn-more-photo:after {
	content: ' \f106';
	font-family: 'FontAwesome';
}
.pro-con-wrapper {
	margin: 30px 0 0;
}
.pro-box, .con-box {
	background: #F3F3F3;
	width: 100%;
	margin-bottom: 30px !important;
}
.pro-box h4, .con-box h4 {
	margin: 0;
	line-height: 1;
	text-transform: uppercase;
	background: #DEDEDE;
	padding: 16px 20px 12px;
}
.pro-box ul, .con-box ul {
	margin: 25px 20px;
}
/**
 * Browse vehicle
 */

.form-border {
	border: 1px solid #e94e39;
	padding: 25px 20px;
}
.browse-by-wrapper .mmh {
	margin-bottom: -20px;
}
ul.browse-by-list li {
	float: left;
	width: 33.333333%;
}
ul.browse-by-list li a {
	color: #636363;
	display: block;
	text-align: center;
	line-height: 1;
}
ul.browse-by-list li a .icon {
	font-size: 76px;
	line-height: 50px;
}
ul.browse-by-list li a h6 {
	line-height: 1;
	margin-top: 5px;
	font-weight: 500;
}
ul.browse-by-list li a .image {
	width: 55px;
	margin: 0 auto 11px;
}
ul.browse-by-list li a:hover {
	color: #e94e39;
}
ul.browse-by-list li a:hover h6 {
	color: #e94e39;
}
ul.browse-by-list.mmh {
	margin-left: -25px;
	margin-right: -25px;
}
ul.browse-by-list li .more-brand {
	border: 1px solid #e94e39;
	color: #e94e39;
	text-align: center;
	padding-top: 8px;
	margin: 8px auto 0;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
ul.browse-by-list li .more-brand h6 {
	font-size: 11px;
	color: #e94e39;
	letter-spacing: 1px;
	margin-bottom: 0;
}
ul.browse-by-list li a:hover .more-brand {
	background: #e94e39;
	color: #FFF;
}
ul.browse-by-list li a:hover .more-brand h6 {
	color: #FFF;
}
ul.browse-by-list.col-7 li {
	width: 14.28571428571429%;
}
.all-vehicle-brand-wrapper {
	margin-left: -30px;
}
.all-vehicle-brand-wrapper .mmt {
	margin-top: -20px;
}
ul.call-vehicle-brand-list {
	margin: 0;
}
ul.call-vehicle-brand-list li {
	width: 20%;
	float: left;
}
ul.call-vehicle-brand-list li a {
	color: #636363;
	border-right: 1px solid #E3E3E3;
	display: block;
	padding: 5px 0;
	padding-left: 30px;
}
ul.call-vehicle-brand-list li:nth-child(5n+0) a {
	border-right: 0;
}
ul.call-vehicle-brand-list li a:hover {
	opacity: 0.5;
}
ul.call-vehicle-brand-list li .image {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}
ul.call-vehicle-brand-list.col-4 li {
	width: 25%;
	float: left;
}
ul.call-vehicle-brand-list.col-4 li a {
	border-right: 1px solid #E3E3E3;
}
ul.call-vehicle-brand-list.col-4 li:nth-child(4n+0) a {
	border-right: 0;
}
.side-module-2 ul.call-vehicle-brand-list li {
	width: 100%;
}
.side-module-2 ul.call-vehicle-brand-list li a {
	border-right: 0;
}
ul.browse-by-body-type-list li {
	display: inline-block;
}
ul.browse-by-body-type-list li a {
	display: block;
	background: #CCC;
	color: #333;
	letter-spacing: 0.5px;
	border-radius: 60px;
	line-height: 1;
	padding: 2px 20px;
	font-weight: 600;
	margin-right: 15px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
ul.browse-by-body-type-list li a i {
	font-size: 38px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
ul.browse-by-body-type-list li a:hover {
	background: #e94e39;
	color: #FFF;
}
.side-module-2 ul.browse-by-body-type-list li a {
	padding: 1px 12px 0 12px;
	margin-right: 8px;
	margin-bottom: 10px;
	font-size: 12px;
	letter-spacing: 0.2px;
}
.side-module-2 ul.browse-by-body-type-list li a i {
	font-size: 30px;
	margin-right: 2px;
}
/**
 * Footer
 */

.main-footer {
	background: #212121;
	color: rgba(255, 255, 255, 0.7);
	padding-top: 80px;
	padding-bottom: 50px;font-size: 14px;
    font-family: roboto;
    font-weight: 400;
}
.main-footer a {
	color:#dcdcdc;
	font-weight: 400;
}
.main-footer a:hover {
	color: rgba(255, 255, 255, 1);
}
.footer-title {
	color: #FFF;
	margin: 0 0 25px;
}
.footer-logo {
	font-size: 26px;
	margin: 0 0 6px;
	color: #FFF;
}
.about-us-footer {
	padding-right: 15px; min-height:50px; max-height:170px; overflow:hidden; color:#dcdcdc; font-family:Roboto; font-weight:400; text-align:justify;
}
ul.menu-footer li {
	margin-bottom: 5px;
	width: 50%;
	float: left;
	position: relative;
	padding-left: 10px;color: #e94e39;  
}
ul.menu-footer li a {
	font-size: 14px;
    color: #dcdcdc;
}
ul.menu-footer li:before {
	content: "\f0da";
	font-family: 'FontAwesome';
	position: absolute;
	top: 4px;
	left: 0;color: #e94e39;
	font-size: 11px;
}
.footer-newsletter {
	margin-bottom: 55px;
	padding: 0 15px 0;
}
.footer-newsletter .inner {
	border-bottom: 3px double rgba(255, 255, 255, 0.4);
	padding-bottom: 25px;
}
.footer-newsletter .btn-submit {
	padding-top: 10px;
	padding-bottom: 8px;
	margin-top: 3px;
}
.footer-newsletter .btn-submit:hover {
	background: #9A0B27;
	border-color: #9A0B27;
}
.footer-newsletter h4 {
	color: rgba(255, 255, 255, 0.7);
	text-align: right;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 17px;
	margin-top: 9px;
	letter-spacing: 0.5px;
}
.footer-newsletter .form-control {
	border-color: transparent;
	height: 40px;
	font-size: 13px;
	background: rgba(255, 255, 255, 0.3);
	color: #FFF;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.footer-newsletter .form-control:focus {
	border-color: none;
	background: rgba(255, 255, 255, 0.4);
}
 .footer-newsletter .form-control::-moz-placeholder {
 color: rgba(255, 255, 255, 0.8);
}
 .footer-newsletter .form-control:-ms-input-placeholder {
 color: rgba(255, 255, 255, 0.8);
}
 .footer-newsletter .form-control::-webkit-input-placeholder {
 color: rgba(255, 255, 255, 0.8);
}
.social-footer {
	margin: 20px 0 0;
}
.social-footer a {
	font-size: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	display: block;
	float: left;
}
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; display:inline-block; width:100%;
}
h4.footer-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 50px;
	height: 2px;
	background: #e94e39;
}
ul.office-hour {
	margin: 0;
}
ul.office-hour li {
	border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    clear: both;
    font-weight: 400;
}
ul.office-hour li span {
	float: right;
}
.secondary-footer {
	background: #000;
	color: rgba(255, 255, 255, 0.7);
	padding-top: 25px;
	padding-bottom: 21px;
}
ul.secondary-footer-menu {
	margin: 0;
  padding: 5px;
    padding-top: 7px;
}
ul.secondary-footer-menu li {
	float: left;
}
ul.secondary-footer-menu li:not(:last-child):after {
	content: "|";
	margin: 0 15px;
}
ul.secondary-footer-menu li a {
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 400;
	font-size: 12px;
}
ul.secondary-footer-menu li a:hover {
	color: #FFF;
}
.footer-address{color:#dcdcdc; font-weight:400; font-size:14px;}

/**
 * Branch
 */

.branch-item {
	line-height: 1.5;
	position: relative;
	font-size: 13px;
	font-weight: 500;
}
.branch-item h5 {
	line-height: 1;
	text-transform: uppercase;
}
.branch-item h6 {
	line-height: 1;
	margin: 0 0 4px;
	letter-spacing: 0.5px;
	color: #A1A1A1;
}
.branch-item p {
	margin: 0 0 15px;
}
.branch-item p:last-child {
	margin: 0;
}
.branch-wrapper > div > div > div:nth-child(odd) .branch-item:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: #DEDEDE;
}
.branch-wrapper > div > div > div:nth-child(odd) .branch-item {
	padding-right: 30px;
}
.branch-wrapper > div > div > div:nth-child(even) .branch-item {
	padding-left: 30px;
}
.branch-wrapper > div > div > div .branch-item {
	padding-bottom: 60px;
	padding-top: 5px;
}
.branch-wrapper > div > div > div:last-child .branch-item, .branch-wrapper > div > div > div:nth-last-child(2) .branch-item {
	padding-bottom: 0;
	padding-top: 0;
}
.branch-wrapper > div > div > div .branch-item:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 30px;
	right: 0;
	height: 1px;
	background: #DEDEDE;
}
.branch-wrapper > div > div > div:last-child .branch-item:after, .branch-wrapper > div > div > div:nth-last-child(2) .branch-item:after {
	display: none;
}
/**
 * Sign-in and Sign-up modal
 */

.login-box-wrapper {
	background: #FFF;
}
.login-box-wrapper .modal-header, .login-box-wrapper .modal-footer {
	background: #EEE;
}
.login-box-wrapper .modal-footer {
	padding-top: 20px;
	padding-bottom: 18px;
}
.login-box-wrapper .modal-footer .btn {
	padding: 10px 20px 8px;
}
.login-box-wrapper .modal-body {
	padding: 30px 25px 25px;
}
.login-box-wrapper .modal-body a {
	font-weight: 600;
}
.login-modal-or {
	margin: 40px 0 20px;
	text-align: center;
}
.login-modal-or > div {
	border-top: 1px solid #C7C7C7;
	position: relative;
	height: 14px;
}
.login-modal-or > div > span {
	display: block;
	width: 40px;
	height: 40px;
	background: #C7C7C7;
	border-radius: 50%;
	line-height: 40px;
	color: #e94e39;
	font-size: 10px;
	letter-spacing: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	text-transform: uppercase;
	font-weight: 700;
}
.login-box-link-action {
	text-align: right;
}
.login-box-box-action {
	margin-top: 10px;
}
.btn-facebook, .btn-google-plus {
	color: #FFF !important;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn-facebook {
	background: #3b5998;
}
.btn-google-plus {
	background: #d34836;
}
.btn-facebook:hover, .btn-google-plus:hover {
	opacity: 0.8;
}
/**
 * Contact Us
 */

.contact-wrapper {
	margin-top: 65px;
	margin-bottom: 10px;
}
#single_office_map {
	width: 100%;
	height: 800px;
}
.infoBox {
	background: #fff!important;
	border: 1px solid #e94e39;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.2;
	width: 250px!important;
	margin-left: -125px;
	padding: 10px;
	text-align: center;
}
.infoBox:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #e94e39;
	border-width: 10px;
	margin-left: -10px;
}
.infoBox > img {
	height: 16px;
	width: 16px;
	overflow: hidden;
	position: absolute!important;
	top: -8px;
	right: -8px;
	display: block;
	background: #FFF;
	border-radius: 50%;
	border: 1px solid #FFF;
}
.infoBox > img:hover {
}
h4.infoBox-contact-branch, h5.infoBox-contact-branch, h6.infoBox-contact-branch {
	margin: 5px 0 15px;
	line-height: 1;
}
.infoBox p {
	margin: 0 0 12px;
}
.infoBox #infobox {
	position: relative
}
.contact-item-wrapper {
	width: 100%;
}
.contact-item-wrapper > [class*=GridLex-grid] {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.contact-item-wrapper > div > div {
	padding-left: 15px;
	padding-right: 15px;
}
.contact-item h5 {
	line-height: 1;
	text-transform: uppercase;
	margin: 7px 0 15px;
	letter-spacing: 0.5px;
}
/**
 * Static Page
 */

.static-wrapper h1:first-child, .static-wrapper h2:first-child, .static-wrapper h3:first-child, .static-wrapper h4:first-child, .static-wrapper h5:first-child, .static-wrapper h6:first-child {
	margin-top: 0
}
.static-wrapper ul, .static-wrapper ol {
	list-style: disc;
	margin-left: 20px;
	line-height: 25px
}
.static-wrapper ul li, .static-wrapper ol li {
	margin-bottom: 7px
}
.static-wrapper ul ul, .static-wrapper ol ol {
	margin-top: 7px
}
.static-wrapper > ul, .static-wrapper > ol {
	margin-bottom: 15px
}
.static-wrapper ol {
	list-style: decimal
}
/**
 * Faq Page
 */

.faq-wrapper h3 {
	margin: 0 0 25px
}
.faq-section {
	border-bottom: 1px solid #E3E3E3;
	margin: 0 0 40px
}
.faq-section h4 {
	margin: 8px 0 0
}
.faq-section .panel-body {
	padding-top: 0;
	padding-bottom: 10px;
}
.faq-section .panel-heading h4.panel-title:hover, .faq-section .panel-heading h4.panel-title:hover a {
	color: #eb5642 !important;
	opacity: 1;
}
.faq-section .panel-heading.active .panel-title a {
	color: #eb5642 !important;
	opacity: 1;
}
.faq-wrapper.faq-border {
	border: 1px solid #EEEEEE;
}
.faq-wrapper.faq-border .faq-section {
	border-bottom: 0;
	margin: 0;
}
.faq-wrapper.faq-border .panel {
	border-bottom: 1px solid #EEEEEE;
}
.faq-wrapper.faq-border .panel:last-child {
	border-bottom: 0;
}
.faq-wrapper.faq-border .panel .panel-title {
	padding: 7px;
	padding-top: 17px;
	padding-left: 30px;
	padding-right: 30px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	margin: 0;
	line-height: 1.5;
}
.faq-section .panel-heading.active .panel-title {
	padding-top: 25px;
	background: #F7F7F7
}
.faq-wrapper.faq-border .panel-body {
	padding: 0 0 25px;
	padding-left: 30px;
	padding-right: 30px;
	background: #F7F7F7;
	border-top: 1px solid red;
}
