.car-teasers, .car-teasers-submenu{
	margin:0 -15px;
	overflow: hidden;
	@media only screen and (min-width:@screen-sm) {
		margin:0 -60px;
	}
	text-align: center;
}
.car-teasers-odd{
	background-color:#f3f5f6;
}
.car-teaser{
	h4{
		font-size: 24px;
		line-height: 29px;
	}
	h5{
		color: #808890;
		font-size: 14px;
		line-height: 22px;
		font-weight: normal;
	}
	a{
		padding-bottom: 30px;
		text-decoration: none;
		position: relative;
		cursor: pointer;
		display: block;
		color:#000;
		img{
			
			width: 100%;
		}
		span.arrow{
			display: none;
		}
		&.active{
			span.arrow{
				position: absolute;
				bottom:0;
				left: 50%;
				margin-left: -10px;
				display: block;
				width: 0;
				height: 0;
				border-left: 20px solid transparent;
				border-right: 20px solid transparent;
				border-bottom: 15px solid #dee1e3
			}
		}
	}
}

.car-sub-teasers{
	display: none;
}

.car-teasers-submenu{
	display: none;
	position: relative;
	padding-top: 65px;
	.close{
		opacity: 1;
		filter: alpha(opacity=100);
		border: none;
		font-size: 28px;
		line-height: 40px;
		position: absolute;
		top: 15px;
		right: 15px;
		width: 40px;
		height: 40px;
		z-index: 902;
		background-color: #2f3538;
		border-radius: 50px;
		display: block;
		cursor: pointer;
		> svg{
			width: 50%;
			height: 50%;
			fill:#fff;
		}
	}
	&.active{
		background-color: #dee1e3;
	}
	.car-sub-teaser{
		display: inline-block;
		a{
			display: block;
			text-decoration: none;
			padding-top: 63%;
			position: relative;
			width: 180px;
			margin-bottom: 15px;
			img{
				position: absolute;
				top:0;
				right: 0;
				width: 100%;
			}
		}
	}
}