.main-featured {
    width: 280px;
    display: inline-block;
}

.b-search__main {
    height: auto;
}

.b-featured__item > a img {
    width: 100%;
}

.advance-search ul {
    text-align: left;
    text-align: -webkit-left;
    text-align: -moz-left;
}

.div-load-more {
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
	margin-bottom: 20px;
}

a.load-more {
    background: #f76d2b;
    display: none !important;
    color: #fff;
    padding: 8px 35px 8px 35px;
    font: 500 20px 'Open Sans',sans-serif;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
}

    a.load-more:hover {
        text-decoration: none;
        background: #f78751;
    }

.bx-wrapper {
    margin-bottom: 10px !important;
}

.accordion h3:before {
    content: '';
    border-left: 4px solid #dddddd;
    position: absolute;
    left: 0;
    top: 50%;
    height: 20px;
    margin-top: -6px;
}

.accordion h3 {
    text-align: left;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    position: relative;
    font: 600 13px 'Open Sans',sans-serif;
    text-transform: uppercase;
    padding: 20px 0 15px 20px;
    display: block;
    margin: 0px;
    outline: none;
}

    .accordion h3.active {
        border-right: none;
        color: #f76d2b;
    }

        .accordion h3.active:before {
            content: '';
            border-left: 4px solid #f76d2b;
            position: absolute;
            left: 0;
            top: 50%;
            height: 20px;
            margin-top: -6px;
        }

.accordion_body {
    height: auto !important;
    padding-left: 20px;
}

    .accordion_body ul {
        border-bottom: none;
        margin-bottom: 10px;
    }

        .accordion_body ul li {
            border: none;
        }

            .accordion_body ul li:before {
                display: none;
            }

            .accordion_body ul li h4 {
                margin: 10px 0px;
                font: 500 12px 'Open Sans',sans-serif;
            }

            .accordion_body ul li a {
                font: 600 13px 'Open Sans',sans-serif;
                display: inline;
            }

            .accordion_body ul li:hover a {
                font: 600 13px 'Open Sans',sans-serif;
                color: #555;
            }

ul.lstmaker li {
    background-image: url(../images/icon-accord.png);
    background-repeat: no-repeat;
    background-position: 95% 6px;
}

    ul.lstmaker li ul li {
        background: none;
        margin: 10px 0px;
    }

        ul.lstmaker li ul li a {
            margin-left: 16px;
            font: 600 13px 'Open Sans',sans-serif;
        }

.b-welcome__services-img {
    position: inherit;
}

    .b-welcome__services-img span.fa {
        height: auto;
        top: 25px;
    }

.rel-veh {
	position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.b-auto__main-item{
    margin-bottom: 25px;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    display: block;
	padding-bottom: 0px;
}
.rel-img {
	overflow: hidden;
    position: relative;
	margin-bottom: 15px;
}
.b-auto__main-item h2 {
    min-height: 50px !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.b-auto__main-item-info{
	margin-bottom: 0px;
}
span.m-price {
    width: auto;
    height: 32px;
}
.b-auto__main-item img {
   /* min-height: 146px; */
    width: 100%;
	-o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.offer-veh a.b-auto__main-item{
	//***min-height: 367px !important;****//
}
.rel-veh:hover .rel-img img {
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.b-welcome__text ul li {
    width: 32%;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    vertical-align: top;
}

    .b-welcome__text ul li img {
        width: 105px;
    }

    .b-welcome__text ul li h4 {
        font: 300 13px 'Open Sans',sans-serif;
    }

.ui-slider-handle {
    z-index: 1;
}

.b-nav__logo {
    padding: 0px;
}

.b-items__cars-one-img img {
    width: 100%;
}
.b-search__main-form-range {
    margin-bottom: 70px;
}
a.clickSearch {
    color: #f76d2b;
    font-size: 13px;
    display: block;
    margin-top: 5px;
}

.b-auto__main-nav li a img {
    width: 24px;
}

/*
Form Css Manually
****************/

.form_cls {
    fill: #fff;
}

.form_cls .fld {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 20px;
    font: 400 10px 'Open Sans',sans-serif;
    border: 1px solid #eeeeee;
    text-transform: uppercase;
    border-radius: 30px;
}

.form_cls .btn {
    background: #f76d2b;
    background-color: #f76d2b;
    color: #fff;
    font: 700 12px 'Open Sans',sans-serif;
    padding-left: 20px;
    margin-top: 30px;
}

.form_cls .btn:hover {
    background-color: #fff;
    fill: #fff;
    color: #555;
}

.form_cls .btn:hover span.fa {
    background-color: #f76d2b;
    color: #fff;
}

.form_cls .btn span.fa {
    background-color: #fff;
    color: #000;
    width: 25px;
    height: 25px;
    padding: 3px;
    font-size: 16px;
    margin-left: 10px;
}

.select-col2 {
    width: 50% !important;
    float: left;
}


.b-contact__form .btnNewsLetter {
    background: #f76d2b;
    border-radius: 100%;
    display: inline-block;
    font-size: 20px;
    width: 100px;
    height: 35px;
    font-weight: normal;
    border: none;
    margin-left: 2px;
    vertical-align: middle;
    border-radius: 35px !important;
}

.img-responsive {width:100% !important;}
    .img-responsive:hover {
        cursor: pointer;
    }

a.clickSearch:hover {cursor:pointer;}

.b-featured__item{
    width: auto;
}


.feat-veh {
	position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	border-bottom: 1px solid #B4B4B4;
}
.feat-veh:after {
    background: url(../images/elements/chevron-down.png) center no-repeat;
    width: 15px;
    left: 20px;
    height: 7px;
    content: '';
    position: absolute;
    top: 100%;
    display: block;
}
.b-featured__item{
	width: auto;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    display: block;
}
.feat-veh:hover .b-featured__item {
    text-decoration: none;
}
.feat-img {
	overflow: hidden;
    position: relative;
	margin-bottom: 15px; 
}
.feat-img img {
    width: 100%;
	-o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.feat-veh:hover .feat-img img {
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}




.b-featured__item-count{
    font: 600 15px 'Open Sans',sans-serif;
}

.b-featured__item-links a{
    font: 400 14px 'Open Sans',sans-serif;
}

.b-featured__item-links a:after{
    padding: 0px;
}
.b-auto__main-item-info .m-number{
    font: 600 14px 'Open Sans',sans-serif;
}
.b-featured__item h5{
    min-height: 50px;
    padding-bottom: 0px;
	margin-bottom: 0px;
	border: none;
}
.b-featured__item h5:after{
	background: none;
}
.b-world__item-val-title{
    font: 400 12px 'Open Sans',sans-serif;
}

.b-items__cell-info ul{
    font: 600 14px 'Open Sans',sans-serif;
}
.b-items__cell-info-km{
	margin: 0px;
}
p.sale-dummy-price {
    color: #999;
    font-size: 18px;
}
.b-items__cell-info a.btn.m-btn{
	margin-top: 0px;
}
.b-items__cell-info ul li{
    list-style: disc;
	list-style-position: inside;
}
.b-items__cell-info ul li span {
    width: 44%;
    display: inline-block;
}
.b-items__cell-info-price{
    margin: 0px;
}
.b-blog__posts-one p{
    font: 600 14px 'Open Sans',sans-serif;
}
.b-blog__aside-categories-list li a{
    font: 600 13px 'Open Sans',sans-serif;
}
.b-pageHeader{
    background: none;
    position: relative;
    padding: 0px;
}
.b-pageHeadertxt{
        position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.b-pageHeader__search{
	display: none;
}
.b-detail__main-info-characteristics-one-bottom{
    font: 400 13px 'Open Sans',sans-serif;
}
.b-welcome__text ul{
    margin-top: 10px;
}
section.login-area{
    margin: 20px 0px;
}
.login-form{
    background: #e6e6e6;
    padding: 20px;
}

.login-form h3.s-titleDet{
    font: 700 22px 'Open Sans',sans-serif;
    margin-bottom: 20px;
}

.submit-form  input[type='password'],.submit-form  input[type='text'],.submit-form  input[type='number'],.submit-form  input[type='email'],.submit-form  select {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font: 400 13px 'Open Sans',sans-serif;
    border: 1px solid #eeeeee;
    color: #444;
    background: #f7f7f7!important;
    text-transform: none;
    padding-top: 13px;
    padding-bottom: 13px;
    height: 46px;
    margin-bottom: 10px;
}
.submit-form label{
    font: 400 16px 'Open Sans',sans-serif;
    margin: 10px 0px;
}
.submit-form button{
    background-color: #f76d2b;
    border: none;
    font-size: 24px; 
    color: #fff;
    outline: none;
    margin: 10px 0px;
}
.submit-form button:hover{
    background-color: #f76d2b;
    color: #fff;
}

.ss {
    margin: 20px 0px;
}
.ss .head {
    background: #f76d2b;
    padding: 10px;
}
.ss .head h3, .ss .head h3 small {
    color: #fff;
    padding: 0px;
    margin: 0px;
}
.ss .inner {
    background: #fff;
    padding: 0px 10px;
}
.ss .inner ul > li {
    padding: 10px 0px;
    border-bottom: 1px solid #e6e6e6;
}
.ss .inner .found-cars-list {
    padding: 3px 0px;
}
.found-cars-list {
    font-size: 12px;
    color: #4f4949;
}
.ss .inner .found-cars-list h3 {
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    float: left;
}
.found-cars-list h3 span {
    color: #01b1ec;
}
.found-cars-list .price {
    color: #ed1f24;
    font-size: 18px;
}
.ss .inner .found-cars-list ul.details {
    margin-left: 0px;
    margin-bottom: 20px;
}
.ss .inner .found-cars-list ul.details > li {
    padding: 3px 0px 0px;
    border-bottom: 0px solid #e0e0e0;
    font-weight: bold;
}
.ss .inner .found-cars-list ul.details > li span {
    min-width: 0px;
}
.found-cars-list ul.details > li span {
    display: inline-block;
    color: #b72f2f;
    font-size: 13.5px;
}
.rmvpad{
    padding-left: 0px;
    padding-right: 0px;
}
.b-pageHeaderimg img{
    width: 100%;
}
.office-address{
    margin: 0px;
    min-height: 400px;
}
.welcom-text tr{
    line-height: 25px;
}
.b-topBar__tel a {
    color: #555;
    text-decoration: none;
}
.shop-make{
		display: none;
}
.b-featured__item-price {
    width: auto;
    height: 32px;
}
.b-featured{
	padding: 35px 0px;
}
.form_focus button{
	margin-right :15px;
}
.clickable .owl-prev{
	position: absolute !important;
    top: 50% !important;
    left: 0% !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    background: #869791 !important;
	width: 32px !important;
	height: 32px !important;
}
.clickable .owl-next{
	position: absolute !important;
    top: 50% !important;
    right: -2.5% !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    width: 32px !important;
    height: 32px !important;
    background-color: #869791 !important;
}
.clickable .owl-buttons{
	border: none;
	display: block;
	padding: 0px;
}
.clickable .owl-buttons > div:before{
	font-size: 22px !important;
}
.owl-controls {
	margin-top: 0px !important;
}
section.b-related{
	padding-bottom: 30px;
}
a.b-auto__main-item {
    text-decoration: none;
    color: #999;
    font: 400 14px 'Open Sans',sans-serif;
	display: block;
}
.thumbnail-slider ul li {
    background-color: #f6f6f6;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 390px;
    cursor: pointer;
    display: block;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: row;
    margin-bottom: 20px;
}
.lSSlideOuter .lSPager.lSGallery li{
	height: auto !important;
}
.thumbnail-slider ul li img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}
.lSSlideOuter .lSPager.lSGallery img{
	width: 100px;
    height: 70px !important;
    max-width: 100px !important;
    object-fit: cover;
}
.lSAction>a{
	background-image: url(../images/controls.png) !important;
}
.b-detail__head-price{
	width: 100%;
	margin-bottom: 10px;
}
p.sale-price {
    color: #525252;
    margin: 0px;
}
.b-detail__head-price-num{
	font-size: 20px;
}
.b-related .b-auto__main-item-info{
	overflow: hidden;
	margin-bottom: 20px;
	position: initial;
	padding-bottom: 0px;
}
.b-related .b-auto__main-item-info:after{
	top: 99.4%;
}
.b-items__cell{
	height: 445px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	display: block;
}
.list-detail-box {
    border: 1px solid #c8c8c8;
    padding: 10px;
}
table.list-fob {
    width: 100%;
}
table.list-fob tr td {
    line-height: 30px;
}
table.list-fob tr:nth-child(2n) td {
    font-size: 17px !important;
}
table.list-fob tr td:nth-child(1) {
    color: #666;
    font: 600 13px 'Open Sans',sans-serif;
}
table.list-fob tr td:nth-child(2) {
    color: #008000;
    font-size: 14px;
}
td.red {
    color: red !important;
}
.b-detail__main-aside-about-form-links{
	margin-bottom: 0px;
}
.b-detail__main-aside-about-form-links ul{
	margin-bottom: 0px;
}
.b-detail__main-aside-about-form-links ul li:nth-child(1){
	color: #666;
    font: 600 13px 'Open Sans',sans-serif;
	width: 63%;
}
.b-detail__main-aside-about-form-links ul li:nth-child(2){
	color: #008000;
    font-size: 17px;
}
.warranty-note{
	position: relative;
	top: -2px;
	font: 400 13px 'Open Sans',sans-serif;
}
.warranty-note span{
	color: red;
}
.b-detail__main-aside-desc{
	margin-bottom: 0px;
}
.b-items__cell-info h2{
	min-height: 45px;
}
.b-featured__item-links{
	margin: 0px;
}
.b-featured__item-links ul {
    margin-top: 10px;
    color: #999;
	list-style: disc;
	list-style-position: inside;
	font: 400 11px 'Open Sans',sans-serif;
}
.b-featured__item-links ul li span {
    width: 44%;
    display: inline-block;
}
.sale-price span{
	color: #999;
}

#to-top{
	right: 88%;
}
.list-detail-box select {
    width: 49%;
    display: inline-block;
    height: 40px;
    margin-bottom: 15px;
    padding: 0px 10px;
    font: 400 10px 'Open Sans',sans-serif;
    border: 1px solid #eeeeee;
    text-transform: uppercase;
    border-radius: 30px;
    outline: none;
}
select#countrydropdown,select#Portdropdown,select.select-col2{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    background-image: url(/images/arrow-down.png) !important;
    background-repeat: no-repeat !important;
    background-position: 94% 52% !important;
    padding-right: 32px !important;
}

.b-featured__item-price{
	font-size: 17px;
	padding: 6px 5px;
}

.s-form input[type='email'], .s-form input[type='tel'] {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 20px;
    font: 400 10px 'Open Sans',sans-serif;
    border: 1px solid #eeeeee;
    text-transform: uppercase;
    border-radius: 30px;
}


/*responsive css start*/


@media only screen and (max-width: 1200px){
    .navbar-toggle {
        display: block
    }
    .navbar-collapse.collapse {
        display: none!important;
        box-shadow: none;
        border: none
    }
    .navbar-collapse.collapse.in {
        display: block!important;
        border: none;
        box-shadow: none
    }
    .navbar-header {
        float: none
    }
    .b-nav__list {
        background: #555;
    }
    .b-nav__list {
        float: none;
    }
    .b-nav .row > div {
        width: 100%;
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
    }
	.b-nav__list ul{
		margin-bottom: 15px;
	}
    .b-nav__list ul li {
        border: 1px solid #efefef;
		display: inline-block;
		width: 47%;
		margin: 0px -2px -1px -3px;
		text-align: center;
		text-align: -webkit-center;
		color: #000;
		border-color: rgba(255, 255, 255, .5);
		padding: 10px 5px;
    }
    .b-nav__list ul li a {
        color: #fff!important;
		padding: 0px;
    }
    .b-nav .row > div:first-child {
        margin-bottom: 10px;
    }
	.b-items__cars-one-img{
		min-height: auto;
	}
}


@media only screen and (max-width: 1024px){
	.b-auto__main-nav li{
		list-style: none;
		text-align: left;
		border: none;
		position: relative;
		width: 24%;
		margin: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 5px;
	}
	.b-auto__main-nav li:first-child{
		display: none;
	}
	.b-auto__main-nav li:before{
		display: none;
	}
	.b-auto__main-nav li a {
		display: block;
		text-align: center;
		margin: 5px;
		border: 1px solid #c4c4c4;
		border-radius: 4px;
		box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
		height: 90px;
		padding: 0px;
		padding-top: 30px;
	}
	.b-auto__main-nav li span.fa{
		display: none;
	}
	section.b-auto{
		padding: 0px;
	}
	section.b-featured{
		padding-top: 20px;
		padding-bottom: 0px;
	}
	section.b-welcome {
		margin-bottom: 20px;
	}
	.shop-make{
		display: inline-block;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 991px){
    .b-topBar__addr, .b-topBar__tel{
        height: 50px;
    }
	.bottom-fixed{
		bottom: 0;
    position: fixed;
    z-index: 9999;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	}
}
@media only screen and (max-width: 768px){
    .b-pageHeader h1{
        color: #000;
    }
    .b-pageHeadertxt{
        position: relative;
        left: 0%;
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
         -webkit-transform: translate(0%, 0%); 
        transform: translate(0%, 0%);
    }
    .b-pageHeaderimg img{
        display: none;
    }
	.b-auto__main-nav li{
		width: 49%;
	}
	.lSSlideOuter .lSPager.lSGallery img{
		height: 50px !important;
	}
	.thumbnail-slider ul li{
		height: 290px;
	}
	.clickable .owl-prev{
    top: 44% !important;
    left: 7% !important;
}
.clickable .owl-next{
    top: 44% !important;
    right: -0.5% !important;
}
	.b-nav__logo{
	position: absolute; 
    z-index: 9999;
    left: 0px; 
    top: 17px;
	}
	.b-nav__logo img{
		width: 70%;
	}
	.b-nav__list{
		background: #555;
	}
	.navbar-collapse.collapse.in{
		background: #555;
	}
	.navbar-header{
		background: #fff;
	}
	.b-items__cell-info a.btn.m-btn{
	display: none;
	}
}

@media screen and (max-width: 599px){
    .b-topBar__addr{
        padding: 0px;
    }
    .b-topBar__tel{
        padding: 0px;
    }
    .b-topBar .row > div{
        padding: 2px 10px;
    }
	.b-nav{
		padding: 10px 0 10px 0;
	}
    .b-topBar .row > div:nth-child(2){
        width: 50%;
    }
    .b-topBar .row > div:nth-child(3){
        display: none;
    }
    .b-topBar .row > div:nth-child(4){
        width: 50%;
    }
    .b-topBar__lang{
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
        padding: 0px;
    }
    .b-topBar__lang, .b-topBar__tel{
        width: 100%;
    }
    .b-search__main-form-submit{
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
    }
    .b-auto__main-item h2{
        text-align: left;
        text-align: -webkit-left;
        text-align: -moz-left;
        margin-bottom: 10px;
    }
    .b-contact__form form{
        padding: 0px;
    }
    .b-contact__form form > div{
        width: 100%;
        margin: 0px !important;
    }
    .b-contact__form input[type='text']{
        width: 100%;
    }
    .b-contact__form input[type='email']{
        width: 100%;
    }
    .b-contact__form form > div span {
        position: relative;
        left: 15px;
        top: 30px;
    }
    .b-contact__form .btnNewsLetter{
        margin-top: 15px;
        width: 100%;
    }
    .b-pageHeader h1{
        color: #000;
		margin: 0px;
		display: none;
    }
    .b-pageHeadertxt{
        position: relative;
        left: 0%;
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
         -webkit-transform: translate(0%, 0%); 
        transform: translate(0%, 0%);
    }
    .b-pageHeaderimg img{
        display: none;
    }
    .found-cars-list .price{
        float: left !important;
    }
    .view-all{
        float: left !important;
        margin-top: 5px;
    }
    .inquiry-img{
        padding: 0px;
    }
    .inquiry-img img{
        margin-bottom: 20px;
    }
    .welcom-text tr:last-child td {
        padding-bottom: 25px;
    }
    .b-topBar__addr, .b-topBar__tel{
        height: auto;
    }
	section.b-search {
		display: none;
	}
	section.b-welcome {
		display: none;
	}
	.b-detail__main-info-characteristics-one{
		width: 33%;
	}
	.b-detail__main-info{
		margin-bottom: 0px;
	}
	.b-detail__main-aside-desc{
		margin-bottom: 0px;
	}
	.b-detail__main-info-characteristics{
		margin-bottom: 0px;
		margin-top: 20px;
	}
	.b-detail__main-aside-about-form{
		margin-bottom: 20px;
	}
	
.veh-title{
	background-color: #f76d2b;
	margin-bottom: 15px;
}
.veh-title h2{
	padding: 1px 19px;
    margin: -1px;
    background-color: #fff;
	border: none;
}
.b-detail__head-price{
	width: 100%;
}
section.b-featured{
	padding-bottom: 15px;
}
section.b-auto{
	padding-top: 15px;
}
	.b-auto__main-nav ul{
		margin-top: 20px;
	}
.b-items{
	padding: 0px;	
}
.b-items__aside-main-body{
	padding: 10px;
}
.b-items__aside-main-body-item {
    text-align: left;
    margin-bottom: 30px;
    width: 46%;
	display: inline-block;
    margin: 4px;
}
.b-items__aside-main-body-item:nth-child(n+7) {
    display: none;
}
.b-items__aside-main-body-item label{
	display: none;
}
.b-items__aside-main-body-item:nth-child(7) {
    width: 100%;
}
.b-items__aside-main-body-item select{
	border-radius: 0px;
}
.b-items__aside-main-body-item .slider{
	margin: 20px 0 40px 0;
}
.b-items__aside-main-footer {
    padding: 10px 0 0px 0;
}
a.clickSearch{
	display: none;
}
.b-count .m-main{
	padding: 20px 15px;
}
.b-count .container .row .row > div{
	width: 50%;
}
.b-count__item h5{
	min-height: 65px;
}
.b-count__item h2 {
    margin: 10px 0 5px 0;
}
.b-related .row > div{
	width: 50%;
}
.b-items__cell-info h2{
	font-size: 12px;
	min-height: 45px;
	border: none;
	padding: 0px;
	margin: 0px;
}
.b-items__cell-info{
	padding: 0px;
}
.b-items__cell-info-title{
	padding-bottom: 0px;
	margin: 10px 0;
}
.b-items__cell-info-price{
	font-size: 20px;
}
.b-pageHeader__search{
	display: none;
}
.b-items__cell{
	height: 340px;
}
.b-items__cell-info ul li{
	list-style: none;
}
.b-items__cell-info ul li span{
	width: 50%;
}
.b-items__cell-info ul {
    font: 600 12.5px 'Open Sans',sans-serif !important;
}
.no-padding {
    padding: 5px;
}
.b-items .s-title{
	margin-bottom: 10px;
}
.b-items__aside{
	margin-top: 0px;
}
.b-items__cell{
	margin-bottom: 0px;
}
.div-load-more{
	margin-top: 20px;
}
.b-auto__main{
	overflow: visible;
}
.b-auto__main-item{
	width: auto;
}
.b-footer__company .b-nav__logo{
	position: relative;
	top: 0px;
}
.b-footer__company .b-nav__logo img{
	width: 100%;
}
.b-footer {
    padding-bottom: 80px;
}
#img{
	width: 60px;
}

	}

.b-blog__posts-one p { margin: 0 0 15px 0 !important;}