.element {
	position: absolute;
	right: 0;
	bottom: calc(50% - 22.5vw);
}

.element img {
	width: 45vw;
}

.tours .text_container .inner .external img {
	width: 100%;
	height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 30px;
	border-radius: 5px;
}

.tours .text_container .inner .external a {
	display: inline-block;
	width: 100%;
	height: 150px;
	position: relative;
	margin-bottom: 10px;
}

.tours .text_container .inner .external a:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 5px;
	display: block;
	background: rgba(0, 0, 0, 0.1);
	content: "";
	z-index: 2;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.tours .text_container .inner .external a:hover:after {
	background: rgba(0, 0, 0, .7) url(/assets/img/external.svg) no-repeat center;
	background-size: 30px;
}

.tours .text_container .inner .external p {
	text-align: center;
	text-indent: 0px;
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
	margin-bottom: 30px;
}

.tours .text_container .inner .routes {
	margin-top: 50px;
}

.tours .text_container .inner .route {
	width: 100%;
	display: inline-block;
	text-align: center;
	position: relative;
}

.tours .text_container .inner .route a {
	background: url(/assets/img/about/tours/tour.jpg) no-repeat top center;
	background-size: cover;
	padding: 20px 40px;
	border-radius: 10px;
	width: 100%;
	position: relative;
	margin-bottom: 3vh;
	z-index: 1;
}


.tours .text_container .inner .route a:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 10px;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	content: "";
	z-index: -1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.tours .text_container .inner .route a:hover:after {
	background: rgba(0, 0, 0, 0.9);
}

.tours .text_container .inner .route a img {
	width: 15px;
	margin-right: 10px;
}

.tours .text_container .inner .route a p {
	display: inline;
	color: #fff;
	margin: 0 auto;
}

.tours .text_container .inner .route a p b {
	border: none;
}

.tours .text_container .inner .route a:hover p b {
	color: #fff;
}

.tours .text_container .inner .route a .route_overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10;
	width: 100%;
	height: 100%;
	display: inline-block;
	border-radius: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	display: none;
}

.tours .text_container .inner .route a .route_overlay p {
	font-weight: 900;
	font-family: GoodPro-Black;
	color: #;
	text-align: center;
	color: #fff;
	margin: 0;
}
