.routes-list .banner,
.routes-list .route {
	position: relative;
	margin: 10px 0;
	overflow: hidden;
	display: block;
	color: #000;
	text-decoration: none;
}
.routes-list .banner {
	padding: 0 10px;
}
.routes-list .banner-v {
	border-radius: 10px;
	width: 100%;
	height: 460px;
	border: 1px solid #E5E5E5;
        padding-top: 27px;
        padding-bottom: 27px;
        text-align: center;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
	.routes-list .banner-v {
		height: 500px;
	}
}
.routes-list .banner:hover .banner-inner {
	/* border-color: #bebebe; */
}
.routes-list .route .route-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100px;
	overflow: hidden;
	border: 0 solid #E5E5E5;
}
.routes-list .route:not(.route--feature) .route-img {
	width: 100%;
	border-radius: 10px 10px 0 0;
	border-width: 1px 1px 0;
}
.routes-list .route.route--feature .route-img {
	border-radius: 10px 0 0 10px;
	color: #FFF;
	border-width: 1px 0 1px 1px;
	min-height: 460px;
}
.routes-list .route:hover .route-img {
	/* border-color: #37a51c; */
}
.routes-list .route.route--feature .route-img:before {
	content: "";
	display: block;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.routes-list .route.route--feature .route-title,
.routes-list .route.route--feature .route-distance,
.routes-list .route.route--feature .route-description {
	position: relative;
	z-index: 1;
	margin: 30px;
}
.routes-list .route.route--feature .route-title {
	font-size: 38px;
	font-weight: 600;
	line-height: 42px;
}
.routes-list .route.route--feature .route-distance {
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
}
.routes-list .route.route--feature .route-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
@media screen and (max-width: 992px) {
	.routes-list .route.route--feature .route-img {
		min-height: 250px;
		border-radius: 10px 10px 0 0;
		border-width: 1px 1px 0;
		padding: 0;
	}
	.routes-list .route.route--feature .route-title,
	.routes-list .route.route--feature .route-distance,
	.routes-list .route.route--feature .route-description {
		margin: 15px 30px;
	}
	.routes-list .route.route--feature .route-title {
		font-size: 32px;
		line-height: 36px;
		margin: 15px 0;
	}
	.routes-list .route.route--feature .route-distance {
		font-size: 20px;
		line-height: 24px;
	}
}
.routes-list .route.route--feature .route-author,
.routes-list .route .route-description {
	display: block;
	border: 0 solid #E5E5E5;
	position: relative;
	font-size: 16px;
	line-height: 20px;
}
.routes-list .route:not(.route--feature) .route-description {
	padding: 15px 15px 40px;
	width: 100%;
	height: 100px;
	border-radius: 0 0 10px 10px;
	border-width: 0 1px 1px;
}
.routes-list .route.route--feature .route-author {
	border-radius: 0 10px 10px 0;
	border-width: 1px 1px 1px 0;
	min-height: 460px;
	padding: 25px 20px 55px;
}
@media screen and (max-width: 992px) {
	.routes-list .route.route--feature .route-author {
		min-height: 250px;
		border-radius: 0 0 10px 10px;
		border-width: 0 1px 1px;
	}
}
@media screen and (max-width: 450px) {
	.routes-list .route.route--feature .route-author {
		padding: 25px 20px 80px;
	}
}
.routes-list .route:not(.route--feature):hover .route-description,
.routes-list .route.route--feature:hover .route-author {
	/* border-color: #bebebe; */
}
.routes-list .route.route--feature .route-author .text {
	display: block;
	margin-top: 15px;
	font-size: 16px;
	line-height: 20px;
	opacity: .9;
}
.routes-list .route.route--feature .route-author .onway {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	display: table;
	width: 100%;
}
.routes-list .route.route--feature .route-author .onway span {
	display: table-cell;
	padding: 0 10px 15px;
	line-height: 25px;
}
.routes-list .route.route--feature .route-author .onway span:first-child { padding-left: 20px; }
.routes-list .route.route--feature .route-author .onway span:last-child { padding-right: 20px; }
.routes-list .route.route--feature .route-author .onway span i {
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 7px;
}
@media screen and (max-width: 768px) {
    .routes-list .route.route--feature .route-author .onway span {
        padding: 0 15px 15px;
        font-size: 14px;
    }
}
.routes-list .route .route-description .route-title {
	max-height: 40px;
    overflow: hidden;
    display: block;
}
.routes-list .route .route-description .route-author {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 0 15px 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #808080;
}