﻿section.cars.inactive {
}

section.cars > article {
	margin-bottom: 15px;
}

section.cars > article > img {
	display: block;
	width: 100%;
	height: auto;
}

section.cars > article .placeholder img.placeholder {
	opacity: 0.4;
	z-index: 1;
}

section.cars > article > .placeholder img.image{
	position: absolute;
	z-index:2;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

section.cars > article > .placeholder {
	background-color: rgba(255, 255, 255, 0.5);
	/*-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);*/
	position: relative;
}

section.cars > article > .placeholder img.hasGallery {
	cursor: pointer;
}
section.cars > article > .placeholder .galleryicon {
	position: absolute;
	z-index:3;
    bottom: 10px;
    right: 10px;
    width: 42px;
	height: 32px;
	background-image: url(/images/icon_carphotos.svg);
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

section.cars > article > .info {
	position: relative;
	padding: 12px 15px 15px;
	min-height: 147px;
	background-color: rgba(255, 255, 255, 0.9);
}

section.cars > article .extra-info {
	font-size: 21px;
	margin-bottom: 50px;
}

section.cars > article .extra-info p.text {
	margin-top: 15px;
}

section.cars > article .extra-info b {
	float: left;
	min-width: 100px;
}

section.cars > article .extra-info p {
	font-size: 16px;
	line-height: 1.4;
}

section.cars > article.active .extra-info {
}

section.cars > article .price {
	font-size: 23px;
	font-weight: bold;
}

section.cars > article .title {
	margin-top: 7px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
	height: 42px;
	overflow: visible;
}

section.cars > article p {
	font-size: 16px;
}

section.cars > article > .contact {
	background-color: #e1e1e1;
	color: #000;
	position: relative;
	height: 33px;
	width: 100%;
	padding: 5px 15px;
}

section.cars > article > .contact > .logo {
	float: left;
	height: 23px;
	position: relative;
	width: 140px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

section.cars > article > .contact > .logo > p {
	line-height: 23px;
	font-size: 19px;
	font-weight: bold;
}

section.cars > article > .contact > .phone {
	float: right;
	line-height: 23px;
	font-weight: bold;
}

section.cars > article .showMore {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 9px 15px;
	background-color: white;
	color: #000;
	border-radius: 4px;
	margin: 15px;
	cursor: pointer;
}

@media (min-width: 600px) {
	section.cars {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -10px;
	}

	section.cars > article {
		flex: 0 0 50%;
		margin: 10px;
		max-width: calc(50% - 20px);
	}
}

@media (min-width: 900px) {
	section.cars > article {
		flex: 0 0 33.33%;
		max-width: calc(33.33% - 20px);
	}
}

@media (min-width: 1200px) {
	section.cars > article {
		flex: 0 0 25%;
		max-width: calc(25% - 20px);
	}
}
