

.featured-promotions .feature-section {
	text-align: center;
	/* float: left; */
	margin: 0 10px 10px;
	position: relative;
}

@media only screen and (max-width: 798px) {
	.featured-promotions .feature-section {
		opacity: 1;
		/* width: 100%; */
		/* text-align: center; */
	}
}

.featured-promotions .feature-section .link-promo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	/* font-family: 'VNF-Oswald-Regular'; */
	/* font-size: 20px; */
}

.featured-promotions .feature-section .feature-inner {
	display: block;
	position: relative;
	overflow: hidden
}

.featured-promotions .feature-section .feature-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: background-color 0.25s linear
}

@media only screen and (max-width: 798px) {
	.featured-promotions .feature-section .feature-overlay {
		background: #000;
		background: rgba(0,0,0,0.5)
	}
}

.featured-promotions .feature-section .feature-wrap {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50.1%);
	-ms-transform: translateY(-50.1%);
	transform: translateY(-50.1%);
	padding: 10px 0;
	position: absolute;
	width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
	pointer-events: none
}

.featured-promotions .feature-section .feature-details {
	display: none;
	opacity: 0;
	transition: opacity 0.3s linear
}

@media only screen and (max-width: 798px) {
	.featured-promotions .feature-section .feature-details {
		opacity: 1;
		display: block !important
	}
}

.featured-promotions .feature-section .feature-details.reveal-details {
	opacity: 1
}

.featured-promotions .feature-section .feature-details .button {
	margin-top: 15px;
	background: #51ae31;
	color: #ffffff;
	border: 1px solid #51ae31;
	padding: 0 20px;
	text-align: center;
	cursor: pointer;
	min-height: 44px;
	height: 40px;
	line-height: 1.2;
	vertical-align: top;
	/* font-family: Oswald, sans-serif; */
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	transition: all 0.2s linear;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	border-radius: 0;
	font-family: 'VNF-Oswald-Regular';
}

.featured-promotions .feature-section .description {
	color: #fff;
	transition: all 0.3s linear;
	margin-bottom: 0
}

	.featured-promotions .feature-section .description a {
		pointer-events: auto
	}

.featured-promotions .feature-section.title-overlay-true .title {
	transition: all 0.3s linear;
	color: #fff;
	font-family: 'VNF-Oswald-Regular';
	font-size: 20px;
	text-transform: uppercase;
}

@media only screen and (max-width: 798px) {
	.featured-promotions .feature-section.title-overlay-true .title {
		margin-bottom: 10px
	}
}

.featured-promotions .feature-section.title-overlay-true .title:after {
	content: '';
	display: block;
	height: 1px;
	width: 0;
	background: #fff;
	transition: width .5s ease, background-color .5s ease;
	margin: 10px auto auto auto
}

@media only screen and (max-width: 798px) {
	.featured-promotions .feature-section.title-overlay-true .title:after {
		display: none
	}
}

.featured-promotions .feature-section.title-overlay-false .feature-wrap .title {
	display: none
}

.featured-promotions .feature-section:hover .feature-overlay {
	background: #000;
	background: rgba(0,0,0,0.5)
}

.featured-promotions .feature-section.title-overlay-true:hover .title:after {
	width: 50%;
	background: #fff
}

.featured-promotions .feature-section.title-overlay-true:hover .title {
	color: #fff
}

.featured-promotions .feature-section.title-overlay-true:hover .description {
	color: #fff
}

.featured-promotions .feature-section.title-overlay-false:hover .description {
	color: #fff
}

.featured-promotions .feature-section img {
	width: 100%;
	display: block;
	box-shadow: 0 0 1px rgba(0,0,0,0.05)
}
