h4.old {
    display: table;
    padding: 5px 10px;
    position: absolute;
    color: white;
    font-size: 15px;
    background: rgba(212, 64, 64, 0.65);
    font-weight: 600;
}

h4.new {
    display: table;
    padding: 5px 10px;
    position: absolute;
    color: white;
    font-size: 15px;
    background: rgba(48, 97, 162, 0.8);
    font-weight: 600;
}

.wp-pagenavi span.current {
    float: left !important;
}

.company.newCars #top-car-news ul tr:first-of-type td{
	color: #d24545;
    font-weight: 600;
    font-size: 15px;
}

.company.newCars #top-car-news ul tr:first-of-type td.allCar{
	color: white;
	font-weight: 300;
}

.cs{
	position: absolute;
    width: 240px;
    transform: rotate(-12deg);
    left: 9%;
    top: 39px;
    opacity: .8;
}

.pr{
	position: relative;
}

@media (max-width: 780px) and (min-width: 480px) {
	.row .col-md-4{
		padding-right: 20%;
	    padding-left: 20%;
	}
}

/*======================================================
					other
======================================================*/

.other1{
	padding: 10px 3%;
	background: white;
	width: 100%;
	margin-top: 40px;
}

.selectBrand{
	position: relative;
	display: inline-block;
	margin-bottom: 80px;
}

.brand:nth-of-type(3n){
	margin-right: 0;
}

.brand{
	float: left;
	width: calc(100% / 3 - 3%);
	margin-right: 4.5%;
	transition: .2s;
	-webkit-transition: .2s;
	cursor: pointer;
}

@media (max-width: 480px) {
	.brand {
	    float: none;
	    width: auto;
	}
}

.brand img{
	transition: .2s;
	-webkit-transition: .2s;
}

.brand:hover h3,.brand:hover h1{
	color: #5c9cc5 !important;
}

.brand:hover img{
	filter: brightness(1.1);
}

#sub-page #top-car-news .container .brand h1{
	display: table;
	margin-top: 20px;
    margin-bottom: 0;
    transition: .2s;
	-webkit-transition: .2s;
}

#sub-page #top-car-news .container .brand h3{
	display: table;
    font-size: 18px;
    margin: 5px 0;
    margin-left: 15px;
    transition: .2s;
	-webkit-transition: .2s;
}

.selectBrand + p{
	clear: both;
}


.other-circle{
	width: 35px !important;
	height: 35px !important;
	border-radius: 30px !important;
	background: rgba(255, 255, 255, 0.7) !important;
	margin-left: -50px !important;
    display: block;
    position: absolute;
    top: 40%;
    display: none;
}

.other-prev,.other-next{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.2);
    margin-top: 7.7px;
    margin-left: 13px;
    display: block;
}

.other-prev{
	transform: rotate(180deg);
	margin-left: 8px;
}

.other-circle:last-of-type{
	right: -50px;
}

.selectedBrand{
	width: 100%;
	background: #365061;
	overflow: hidden;
	margin-bottom: 40px;
}

.selectedBrand p,.selectedBrand a{
	color: white !important;
    margin-top: 8px !important;
    text-align: center;
    margin-bottom: 8px;
}

.selectedBrand a{
	 display: initial !important;
	 margin-left: 10px;
}

.Equipment.other{
	display: block;
	margin-top: 60px;
	margin-bottom: 60px;
}

.Equipment.other.length{
	margin-top: 30px;
}

img.otherMain{
	padding: 10px 2%;
	background: white;
	width: 80%;
	display: block;
	margin: auto;
	margin-top: 20px;
}
#sub-page.other #top-car-news ul.otherPhoto{
	margin: 50px auto 80px;
}

#sub-page.other #top-car-news ul.otherPhoto li{
	width: calc(100% / 3 - 2%);
	width: -webkit-calk(100% / 3 - 2%);
	margin-right: 3%;
	float: left;
	min-height: 160px;
	padding: 10px 0;
	margin-bottom: 30px;
}

#sub-page.other #top-car-news ul.otherPhoto li:nth-of-type(3n){
	margin-right: 0;
}

#sub-page.other #top-car-news ul.otherPhoto li img{
	max-height: 140px;
    width: auto;
}

.appear{
	display: none;
}

.img-wrapper {
    overflow: hidden;
}

.price{
	float: right;
	font-size: 35px;
	margin-top: 30px;
	color: white;
	font-weight: bold;
	border-bottom: solid 2px #5c9cc5;
	margin-bottom: 30px;
}

.price small{
	font-size: 13px;
	margin-left: 7px;
	letter-spacing: 1px;
}

.price p {
    margin: 0 5px;
    display: inline;
}

@media (max-width: 768px){

.cs{
	width: 36%;
    left: 32%;
    right: 33%;
    top: 37px;
}	
	
	
}