body {
	font-family: 'Lato', sans-serif;
}
h5 {
    font-size: 20px;
    line-height: 32px;
    color: #111111;
    font-weight: 900;
    margin: 0 auto 15px;
}
h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 900;
    margin: 0 auto 15px;
}
a{
    -o-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 15px;
}
a:focus, a:hover {
    text-decoration: none;
    color: #c60210;
}
.text-center {
    text-align: center;
}
.btn-primary {
    background: #fa2837;
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.btn {
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 30px;
    margin: auto;
    padding: 7px 36px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    width: 100%;
    -o-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.btn:hover, .form-group .btn:focus, .btn:active {
    background: #c60210;
    border-color: #c60210;
    outline: none;
}
.clear {
    clear: both;
}
.default-header {
    background: #000 none repeat scroll 0 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    padding: 30px 0 10px;
    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 .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}
.uppercase_text {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 17px;
    margin: 0;
    text-transform: uppercase;
}
.header_widgets a {
    color: #fff;
    font-size: 15px;
    line-height: 35px;
}
.header_widgets a:hover,.social-follow ul li a:hover {
	color: #fa2837;
    fill: #fa2837;
}
.header_widgets {
    display: inline-block;
    max-width: 290px;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    background: #333333;
    border-radius: 3px;
}
.circle_icon {
    font-size: 15px;
    line-height: 35px;
    margin-right: 0;
    text-align: center;
    padding: 9px 0;
    width: 40px;
    height: 40px;
    float: left;
    font-size: 19px;
    color: #fff;
}
.social-follow {
  display: inline-block;
  margin-left: 20px;
  margin-top: 12px;
  vertical-align: middle;
}
.social-follow ul {
	padding:0px;
	margin:0px;
}
.social-follow ul li {
	display:inline-block;
	vertical-align:middle;
	list-style:none;
	margin:0px;
}
.social-follow ul li a {
	display:block;
	font-size:25px;
	color:#fff;
}
.social-follow li i {
  margin-right: 5px;
}
.navbar {
	background: #111111 none repeat scroll 0 0 ;
	border-radius: 0;
	margin: 0;
}
.navbar-brand {
	display: inline-block;
	padding: 0;
    height: auto;
    margin-bottom: 15px;
    float: none;
}
.navbar-nav > li a:hover, .navbar-nav > li a:focus {
	background: transparent;
}
.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;
    -webkit-transition: color 500ms ease-in-out;
    -moz-transition: color 500ms ease-in-out;
    -o-transition: color 500ms ease-in-out;
    transition: color 500ms ease-in-out;
}
.navbar-nav > li.dropdown > a {
    padding: 20px 42px 20px 22px;
}
.navbar-nav > li > a:hover {
	color: #fa2837;
}
.header_search {
	padding: 14px 0;
}
.header_search form {
	position: relative;
	margin: 0;
}
.header_search input {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    height: 38px;
    padding-right: 45px;
    width: 227px;
    font-size: 15px;
}
.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%);
}
.page-header {
    background-image: url(/images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border: 0 none;
    margin: 0 auto 32px;
    padding: 0;
    position: relative;
    background-position: center;
}
.overlay {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.header_wrap {
    padding: 60px 0;
    position: relative;
    text-align: center;
    text-shadow: 0px 0px 4px #000000;
}
.page-heading h1 {
    font-size: 40px;
    color: #ffffff;
    margin: 0 auto;
    font-weight: 900;
}
.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 .separator i{
  color: #fff;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
.coustom-breadcrumb .separator {
  padding: 0 3px;
}
.sidebar-left {
    border: 1px solid #e6e6e6;
    margin: 0 auto 40px;
    padding: 20px 16px 30px;
    position: relative;
}
.title-sidebar {
    border-bottom: 1px solid #ccc;
    margin-bottom: 26px;
}
.title-sidebar i {
	color: #fa2837;
	margin-right: 5px;
}
.select {
	position: relative;
	margin-bottom: 15px;
}
.select select {
    appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}
.sidebar-left select {
	background: #eeeeee none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    box-shadow: none;
    color: #888888;
    font-size: 15px;
    height: 46px;
    line-height: 30px;
    padding: 0 15px;
    width: 100%;
    display: block;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}
.select .arrow-select {
  color: #878787;
  cursor: pointer;
  font-size: 15px;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
}
.form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto 8px;
    display: inline-block;
}
.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;
    margin-top: 30px;
}
.sorting-count p {
    margin: 0 auto;
    color: #222222;
}
.result-sorting-by p {
    display: inline-block;
    margin: 0 auto;
    color: #222222;
}
.result-sorting-by form {
    display: inline-block;
    margin: 0;
}
.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: 5px 30px 7px 12px;
}
.sorting-select.select::after {
    font-size: 12px;
    padding: 7px 0;
    right: 13px;
    color: #555555;
}
.product-listing-m {
    margin: 0 auto 40px;
    overflow: hidden;
}
.grid_listing .product-listing-m {
    margin: 0 -15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0 auto 35px;
}
.product-listing-img {
    float: left;
    width: 45%;
    position: relative;
    overflow: hidden;
    background: #222;
    height: auto;
}
.grid_listing .product-listing-img, .grid_listing .product-listing-content {
    float: none;
    width: 100%;
}
.grid_listing .product-listing-img img {
    width: 100%;
}
.label_icon {
    color: #ffffff;
    font-size: 13px;
    line-height: 26px;
    padding: 0 12px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    text-transform: capitalize;
    background: #fa2837 none repeat scroll 0 0;
    fill: #fa2837;
}
.compare_item {
    background: rgba(0, 0, 0, 0.9);
    left: 10px;
    padding: 0 12px;
    position: absolute;
    top: 10px;
}
.checkbox, .radio {
    padding-top: 5px;
}
.compare_item .checkbox {
    margin: 4px 0;
    padding: 0px;
}
.compare_item button {
    background: none;
    border: 0px;
    color: #fff;
}
.grid_listing .product-listing-content {
    padding: 20px 20px 0;
}
.product-listing-content h5 {
    margin-bottom: 2px;
}
.grid_listing .product-listing-content h5 {
    line-height: 26px;
    margin: 0 auto 20px;
}
.product-listing-content h5 a {
    color: #111;
}
.product-listing-content h5 a:hover {
    color: #fa2837;
}
.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;
}
.car-location {
    display: inline-block;
    margin-left: 24px;
    color: #919090;
    font-size: 13px;
    line-height: 23px;
}
.product-listing-content ul {
    margin: 0 auto 22px;
    overflow: hidden;
    padding: 0;
}
.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;
}
.product-listing-content li {
    float: left;
    font-size: 13px;
    font-weight: 400;
    list-style: outside none none;
    margin: 0 auto;
    width: 33%;
    text-transform: capitalize;
}
.gray-bg {
    background: #eeeeee;
}
.black-bg {
    background: #111;
}
.grid_listing .product-listing-content ul.features_list li {
    color: #8d8d8d;
    margin-bottom: 3px;
    width: 50%;
    padding: 5px 0 5px 40px;
    height: 50px;
    position: relative;
}
.product-listing-content li i {
    margin-right: 8px;
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 25px;
}
.sell_car_quote {
    padding: 50px 25px;
    border: 1px solid #e6e6e6;
    margin: 0 auto 40px;
    position: relative;
    color: #fff;
}
.sell_car_quote .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;
    color: #fa2837;
    padding: 6px 0;
    font-size: 12px;
}
.zindex {
    position: relative;
    z-index: 1;
}
.widgetpost {
    margin-bottom: 15px;
    background: #eee;
}
.widgetpost .recent_post {
    float: left;
    color: #555;
    font-size: 15px;
    width: 34%;
    overflow: hidden;
    border-right: 1px solid #d4d0d0;
}
.widgetpost a span {
    display: block;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}
.widgetpost a {
    color: #555;
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
}
.widgetpost a img {
    transition: transform 0.3s ease-in-out;
    transform: scale(1);

}
.widgetpost a:hover img {
    transform: scale(1.2);
}
.titlepost {
    width: 66%;
    float: left;
    padding: 6px 10px;
    position: relative;
    font-weight: 700;
    line-height: 22px;
    font-size: 15px;
}
.brand-section {
    padding: 20px 0;
    color: #ffffff;
    text-align: center;
}
.navbar-header-logo {
    text-align: center;
}
.header_info {
    text-align: center;
}
.header_widgets p {
    display: none;
}
.apocaFootData{
    padding: 10px 0;
}
@media (min-width: 768px) {
    .apocaFootData{
        padding:0;
    }
    .header_widgets {
        float: left;
        background: transparent;
        max-width: none;
        width: 260px;
    }
    .header_widgets p {
        display: block;
    }
    .navbar-header-logo {
        text-align: left;
    }
    .header_info {
        text-align: right;
    }
    .circle_icon {
        font-size: 17px;
        padding: 9px 0;
        width: 40px;
        height: 40px;
        border: 1px solid #fff;
        border-radius: 50%;
        color: #fff;
        float: left;
        line-height: 35px;
        margin-right: 10px;
        text-align: center;
    }
    .header_widgets a {
        font-size: 14px;
        line-height: 20px;
    }
    .default-header {
        padding-bottom: 30px;
    }
    .navbar-brand {
        margin-bottom: 0;
    }
    .product-listing-img {
        height: 416px;
    }
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}

.apocaSoldTitle{
  background-color: #EEEEEE;
  font-weight: 800;
  font-size: 14px;
  padding: 12px 16px;
}
.apocaMiniSold{
    position: relative;
    max-width: 300px;
    margin: 0 auto 20px;
    color: #111111;
}
.apocaSoldSeal{
  background: url("/images/sold_thumb.png") 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.apocaFoot{
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 15px;
}
.apocaFootData{
  background-color: #323232;
}
.row.lastRow{
  margin-top: 15px;
  font-size: 15px;
}
.apocaFootArea{
  padding: 10px 10px 5px;
  height: 50px;
  line-height: 18px;
  display: table-cell;
  vertical-align: middle;
}
.apocaFootArea i{
  font-size: 18px;
  color: #8D8D8D;
  display: inline-block;
  vertical-align: middle;
}
