.Travel-block {
	position: relative;
}
.Travel-block .Travel-blockDescription {
	position: relative;
	max-height: 6em;
	overflow: hidden;
}
.Travel-block .Travel-blockDescription:after {
	background: white;
	bottom: 0;
	position: absolute;
	right: 0;
	float: right;
	content: '';
	margin-left: -3rem;
	width: 1rem;
}

@supports (-webkit-line-clamp: 4) {
	.Travel-block .Travel-blockDescription {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		max-height: none;
	}
	.Travel-block .Travel-blockDescription:after {
		display: none;
	}
}

.Tile-block .Travel-blockTitle a, .Travel-moreContent .Travel-blockTitle a {
	color: #5e5e5e;
}

@media (min-width: 768px){
	.Travel-block .Travel-blockContent {
		padding-bottom: 0 !important;
	}
}

.Tile-type-category .Travel-blockThumb img {
	min-height: 200px;
}

.Travel-moreContent
.Travel-blockThumb,
.Travel-moreContent
.Travel-blockThumb img{
	height: 200px !important;
}

.Tile-type-category .TitleSeparator .TitleSeparator-title{
	margin-top: 0;
}

.Travel-listBlockContainer .Travel-icons img{
	padding-top: 15px;
	width: 30px;
}

.Travel-catalogDesc{
	display: none;
}

.Travel-listInfo{
	margin-top: 20px;
}

.Travel-contentSidebar .Travel-availableQuantity {
	color: #c31622;
	font-weight: 600;
	font-size: .9em;
	margin: 10px 15px;
	text-align: center;
}
