.cards {
	padding: 60px 0;
	text-align: center;
}

.cards-item {
	background-color: #fff;
	border: 1px solid #FFFFFF;
	padding-bottom: 62px;
	position: relative;
	transition: all ease-in-out 0.3s;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
	display: none;
	height: inherit;
}

.cards-item:first-child {
	display: inline-block;
}

.cards-item__image {
	height: 165px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.cards-item__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 10px;
}

.cards-item__image image.placeholder-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 0;
}

.cards-item__content {
	padding: 30px 27px 0 30px;
	text-align: left;
	position: relative;
}

.cards-item__content:after {
	position: absolute;
	content: "";
	width: calc(100% + 2px);
	height: 5px;
	background: rgb(1,145,109);
	top: 0;
	left: -1px;
}

.cards-item__button {
    padding: 0 30px;
    position: absolute;
    bottom: 26px;
    left: 0;
    text-align: left;
    width: 100%;
}

.cards-item__content h3 {
	font-size: 19px;
	font-family: 'clarimo_ud_pedemibold';
	padding-bottom: 12px;
	padding-top: 0;
	color: #000000;
}

.cards-item__content p {
	font-size: 15px;
	color: #353535;
	font-family: 'clarimo_ud_pelight';
	padding-bottom: 10px;
}

.cards-item__content p span {
	display: block;
	font-family: 'clarimo_ud_pedemibold';
	font-size: 13px;
}

.cards-item__content p:last-child span {
	display: inline-block;
}

.cards h2 {
	padding-bottom: 30px;
	text-align: center;
}

.cards .btn-secondary {
	margin: 30px auto 0;
}

.image-cards--inner .cards-listing {
	margin: 10px -22px 0 0;
}

.image-cards--inner .cards-item {
	width: 310px;
}


.js-cards-slider .slick-track {
    display: flex !important;
    padding: 20px 0;
}

.js-cards-slider .slick-slide {
    height: inherit !important;
	margin: 0 15px;
}

.js-cards-slider .slick-slide > div {
	height: 100%;
}

.js-cards-slider .slick-arrow::before {
    bottom: 0;
    font-size: 18px;
    position: relative;
    top: 5px;
}

.js-cards-slider .slick-arrow {
    border: 1px solid #999999;
    width: 58px;
    height: 58px;
    position: relative;
    margin: 0 10px;
}

.js-cards-slider .slick-arrow:hover,
.js-cards-slider .slick-arrow:focus {
	color: #01916D;
	border: 1px solid #01916D;
}

.js-cards-slider .slick-arrow.slick-next {
    right: initial;
    left: initial;
    order: 2;
}

.js-cards-slider .slick-arrow.slick-prev {
    right: initial;
    left: initial;
    order: 1;
}

.js-cards-slider .slick-list {
    order: 0;
}

.cards .js-cards-slider {
    justify-content: center;
    flex-wrap: wrap;
	display: flex;
}

.card-item-date__booth {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 768px){
	.cards {
		padding: 70px 0;
	}

	.cards-item {
		width: calc(50% - 32px);
		margin: 0 16px;
		display: inline-block;
	}

	.cards-item:nth-child(3),
	.cards-item:nth-child(4) {
		display: none;
	}

	.cards-listing {
		width: calc(100% + 32px);
		margin: 0 -16px;
		display: flex;
		justify-content: center;
	}

	.cards-item__image {
	    height: 158px;
	}

	.image-cards--inner .cards-listing {
		width: calc(100% + 32px);
		margin: 30px -16px 0;
		display: block;
	}
	
	.image-cards--inner .cards-item {
		width: 100%;
		margin: 0;
	}

	.image-cards--inner .cards-item:last-child {
		display: block;
	}
}

@media (min-width: 1200px){
	.cards-item__image {
	    height: 150px;
	}

	.cards {
		padding: 100px 0;
	}

	.cards-item:nth-child(3) {
	    display: inline-block;
	}

	.cards-item:nth-child(4) {
		display: none;
	}

	.cards-item {
	    width: calc(33.333% - 32px);
	    padding-bottom: 65px;
	}

	.cards-item__content h3 {
	    font-size: 20px;
	    line-height: 28px;
	}

	.cards .btn-secondary {
	    margin: 40px auto 0;
	}

	.cards-item:hover {
		background-color: #F2F9F7;
		border-color: #01916D;
		box-shadow: 0 0 20px rgba(1,145,109,0.20);
	}

	.cards--inner .cards-item:hover {
		background-color: #FDF9FA;
		border-color: #01916D;
		box-shadow: 0 0 20px rgba(1,145,109,0.20);
	}

	.cards-item__content p:last-child span {
		display: block;
	}

	.image-cards--inner .cards-listing {
		width: 100%;
		margin: 30px 0px 0;
		display: block;
	}

	.cards-item-slide {
		width: calc(33.333% - 32px);
		margin: 10px 16px;
	}
	
	.image-cards--inner .cards-item {
		width: 100%;
		height: 100%;
	}
}

@media (min-width: 1600px){
	.cards-item__content p:last-child {
		min-width: 106px;
	}

	.cards-item {
		width: calc(25% - 32px);
	}

	.cards-item:last-child {
		display: inline-block;
	}
}