.featured-events {
	margin-bottom: 100px;
	background-color: #f2ebe3;
	position: relative;
	min-height: 355px;
}
.featured-events:before {
	content: '';
	display: block;
	height: 15px;
	background-image: url(/includes/public/assets/shared_2/red-stripe.png);
	background-repeat: repeat-x;
}
.featured-events .fixedHeight {
	min-height: 300px;
}
.featured-events .info {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	padding-top: 50px;
}
.featured-events .info .title {
	color: #483e39;
	font-size: 32px;
	line-height: 35px;
	font-family:'Amasis MT W01 Light';
	display: inline-block;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.featured-events .info .title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 75%;
	height: 1px;
	background-color: #cfb087;
}
.featured-events .info .description {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 20px;
}
.featured-events .info .link {
	display: inline-block;
	margin-bottom: 60px;
	background-color: #a03444;
	color: #fff;
	font-size: 18px;
	padding: 0 20px;
	line-height: 45px;
	font-family: 'TradeGothicW01-BoldCn20_675334';
	text-transform: uppercase;
	font-weight: lighter;
	text-decoration: none;
	letter-spacing: 1px;
}
.featured-events .arrows {
	margin: auto;
	width: 81px;
}
.featured-events .arrows.mobile {
	display: none;
}
.featured-events .arrows .arrow {
	background-color: #483e39;
	height: 45px;
	width: 40px;
	cursor: pointer;
}
.featured-events .arrows .arrow i {
	display: block;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	color: #fff;
}
.featured-events .arrows .prev {
	float: left;
}
.featured-events .arrows .next {
	float: right;
}
.featured-events .slider {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 50px;
	margin-bottom: -40px;
}
.featured-events .slider .slide {
	position: relative;
	margin: 0 15px;
	overflow: hidden;
}
.featured-events .slider .slide .image {
	display: block;
	width: 100%;
	transition: transform 1s;
}
.featured-events .slider .slide:hover .image {
	transform: scale(1.1);
}
.featured-events .slider .slide .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 22px;
	line-height: 25px;
	color: #fff;
	padding: 30px;
	font-family: 'Amasis MT W01 Light';
	z-index: 1;
}
.featured-events .slider .slide:hover .title {
	display: none;
}
.featured-events .slider .slide .title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200%;
	background-image: linear-gradient(180deg, transparent, rgba(0,0,0,0.6));
	z-index: -1;
}
.featured-events .slider .slide .mobile-trigger {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 45px;
	background-color: rgba(0,0,0,0.6);
	z-index: 1;
	cursor: pointer;
}
.featured-events .slider .slide .mobile-trigger i {
	display: block;
	color: #f9f6f3;
	text-align: center;
	line-height: 45px;
}
.featured-events .slider .slide .mobile-trigger i.open {
	display: block;
}
.featured-events .slider .slide .mobile-trigger i.close {
	display: none;
}
.featured-events .slider .slide.hover .mobile-trigger i.close {
	display: block;
}
.featured-events .slider .slide.hover .mobile-trigger i.open {
	display: none;
}
.featured-events .slider .slide .overlay {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
}
@media (min-width: 64em) {	
	.featured-events .slider .slide .overlay {
		opacity: 0;
	}
	.featured-events .slider .slide .overlay:hover {
		opacity: 1;
		transition: all 0.7s ease-in-out;
	}
}
.featured-events .slider .slide:hover .overlay {
	display: block;
}
.featured-events .slider .slide .overlay .inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.featured-events .slider .slide .overlay .icon {
	display: inline-block;
	margin-bottom: 10px;
}
.featured-events .slider .slide .overlay .date {
	font-size: 30px;
	line-height: 30px;
	font-family: 'TradeGothicW01-BoldCn20_675334';
	font-weight: lighter;
	margin-bottom: 45px;
	color: #fff;
	text-transform: uppercase;
}
.featured-events .slider .slide .overlay .link {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	padding: 0 20px;
	line-height: 45px;
	font-family: 'TradeGothicW01-BoldCn20_675334';
	text-transform: uppercase;
	font-weight: lighter;
	text-decoration: none;
}
@media only screen and (max-width: 64em) {
	.featured-events {
		padding-bottom: 50px;
		margin-bottom: 0;
	}
	.featured-events .info {
		padding-top: 30px;
	}
	.featured-events .info {
		position: static;
		transform: none;
	}
	.featured-events .info .link {
		margin-bottom: 30px;
	}
	.featured-events .arrows.desktop {
		display: none;
	}
	.featured-events .arrows.mobile {
		display: block;
	}
	.featured-events .arrows {
		margin: auto;
		margin-top: 30px;
	}
	.featured-events .slider {
		margin-top: 0;
		margin-bottom: 0;
	}
	.featured-events .slider .slide .mobile-trigger {
		display: block;
	}
	.featured-events .slider .slide:hover .overlay {
		display: none;
	}
	.featured-events .slider .slide .title {
		padding: 10px;
		padding-right: 40px;
	}
	.featured-events .slider .slide:hover .title {
		display: block;
	}
	.featured-events .slider .slide.hover .title {
		display: none;
	}
	.featured-events .slider .slide:hover .image {
		transform: none;
	}
	.featured-events .slider .slide.hover .overlay {
		display: block;
	}
}
@media only screen and (max-width: 40em) {
	.featured-events {
		padding-bottom: 30px;
	}
}