.page-event .banner {
	background-image: url('https://skywaycrprod.s3.amazonaws.com/hiking-HkxfLBljZQ.jpeg');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    position: relative;
}
.page-event .banner .banner_overlay {
	width: 100%;
    background-image: radial-gradient(circle,transparent 20%,#c49060);
    min-height: 300px;
    background-position: center;
}
.page-event .banner .text {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 65%;
	margin-top: -36px;
	font-size: 36px;
	text-shadow: 0 0 10px #2f2f2f;
}
.page-event .event_heading {
	text-align: center;
	color: #6b1f05;
	font-weight: 900;
	font-size: 36px;
	padding: 20px 0;
}
.page-event .railway {
	background-image: url(../img/railway_long.png);
    background-position: bottom;
    background-repeat: repeat-x;
    height: 5px;
    display: block;
}
.page-event .event_item {
	padding: 20px 10px;
}
.page-event .event_item a {
	color: inherit;
	text-decoration: none;
}
.page-event .event_item .event_img {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
}
.page-event .event_item .event_detail {
	background-color: #fff;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	line-height: 2;
	padding: 10px;
	padding-bottom: 50px;
}
.page-event .event_item .event_detail .event_name {
	font-size: 20px;
	font-weight: 700;
}
.page-event .load_more {
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
.page-event .load_more img {
	width: 100px;
	cursor: pointer;
}
.page-event .load_more .more {
	position: absolute;
	top: 50%;
	margin-top: -14px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
	.page-event .banner .text {
		left: 50%;
		transform: translateX(-50%);
	}
	.page-event .event_item .event_img {
		height: 165px;
	}
}