section.page-banner.explore {
	background-image: url('../images/banners/banner-museum.jpg');
}
.explore-con .z-1of2 {
	padding: 0;
}
.explore-con .z-1of2 a, .explore-con .z-1of2 a img.thumb {
	float: left;
	width: 100%;
	position: relative;
}
.explore-con a .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px 50px 15px 20px;
	line-height: 35px;
}
.explore-con a .text img {
	float: left;
	margin: 3px 12px 0 0;
}
.explore-con .z-1of2 a {
	color: #fff;
	font-family: Open Sans Light;
}
.explore-con .z-1of2 a:hover {
	color: #d27c2e;
	box-shadow: 0 0 15px #4d4d4d;
}
.explore-con a span.z-arrow-right-10 {
	border-width: 17px 17px;
	margin: 6px -50px 0 0;
	border-left-color: #d27c2e;
}




@media screen and (max-width: 1362px) {
	.explore-con a .text {
		font-size: 24px;
	}
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
	.explore-con a .text img, .explore-con a span.z-arrow-right-10 {
		display: none;
	}
	.explore-con a .text {
		font-size: 18px;
		line-height: 22px;
		padding: 10px 40px;
	}
	.explore-con .z-1of2 {
		max-width: 320px;
		text-align: center;
	}
	.explore-con.z-pt-30.z-pv-60 {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}
@media screen and (max-width: 479px) {
	.explore-con {
		padding: 0 !important;
	}
	.explore-con .z-1of2 {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0;
		text-align: left;
	}
	.explore-con a {
		position: relative;
	}
	.explore-con a .text {
		position: absolute;
		left: 10px;
		bottom: 0;
		right: 10px;
		padding: 10px 60px 20px 70px;
	}
	.explore-con a .text img {
		display: inherit;
		position: absolute;
		left: 0;
		bottom: 15px;
		margin: 0;
	}
	.explore-con a span.z-arrow-right-10 {
		display: inherit;
		position: absolute;
		right: 10px;
		bottom: 15px;
		margin: 0;
	}
}
