.flexslider { overflow: hidden; }

.marketing-text p { font-weight: 300; margin: .5em 0 1.5em; color: #fff; }

	/* Featured Products Slider */
	.featured-products { margin: 0 auto 1em; position: relative; }
	.featured-products .slides li { display: none; text-align:center; }
	.featured-products img { display: inline-block; max-height: 200px; }
	.featured-products h1 { color: #fff; text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.65); font-size: 48px; }
	.featured-products .details h1 a { text-decoration: none; color: #fff; }
	.featured-products .details h1 a:hover { text-decoration: underline; }
	.featured-products .details .price { color: #0060bf; font-weight: bold; margin: .25em 0 1em; font-size: 16px; font-size: 1rem; }
	.featured-products .details .description { margin-bottom: 2em; }

	/* Marketing Slide */
	.featured-products .slides .mm { background-position: top center; background-repeat: no-repeat; background-size: cover; display: flex !important; align-items: center; }
	.featured-products .slides .fp { background-position: top center; background-repeat: no-repeat; background-size: cover; background-image: url(/images/bg-featured-product.jpg); }
	.featured-products .slides .fp .container--small { padding-top: 9em; padding-bottom: 9em; margin: 0 auto; z-index: 1; position: relative; }
	.featured-products .slides .fp:before,
	.featured-products .slides .mm:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(80,80,80,.4); }
	.featured-products .mm p,
	.featured-products .fp p { color: #fff; }
	.marketing-text { max-width: 500px; display: flex; flex-direction: column; align-items: center; padding: 2em; background:rgb(35,31,32, 0.8); border-radius: 5px; margin: 3em 0; text-align: center;}
	.marketing-text:after { content: ""; top: 50%; left: 50%; transform: translate(-50%, -50%); position: absolute; border: 1px solid #C1A22E; height: calc(100% - 2rem); width: calc(100% - 2rem); border-radius: 5px; pointer-events: none; }

	/* Control Dots */
	.featured-products .flex-control-nav { position: absolute; bottom: 30px; right: calc(50% + .5rem); text-align: center; margin: 0; padding: 0; list-style: none; z-index: 3; height: 20px; }
	.featured-products .flex-control-nav li { display: inline-block; margin: 0 .35em; }
	.featured-products .flex-control-nav li a { opacity: .5; display: block; width: 12px; height: 12px; border-radius: 50em; background: #fff; cursor: pointer; text-indent: -9999em; }
	.featured-products .flex-control-nav li .flex-active { opacity: 1; }
	.featured-products .flex-direction-nav { display: none; list-style: none; margin: 0; padding: 0; }
	.featured-products .flex-direction-nav a { position: absolute; top: 20px; width: 32px; height: 101px; cursor: pointer; z-index: 3; text-indent: -9999em; -webkit-transition: 250ms; -o-transition: 250ms; transition: 250ms; }
	.featured-products .flex-direction-nav a.flex-prev { left: 2%; background: url(/modules/marketing/images/flex-arrow-left.png); }
	.featured-products .flex-direction-nav a.flex-next { right: 2%; background: url(/modules/marketing/images/flex-arrow-right.png); }


	/* Pause/Play Button */
	.flex-pauseplay > a { bottom: 30px; left: calc(50% + 0.5rem); position: absolute; display: block; color: #fff; text-decoration: none; font-size: 13px; font-size: .8125rem; text-transform: uppercase; font-weight: bold; background-color: rgba(0,0,0,.2); border-radius: 50em; padding: .25em 1em; z-index: 5; cursor: pointer; }
	.flex-pauseplay > a:hover { background-color: rgba(0,0,0,.4); }


@media screen and (min-width: 769px) {
	.flexslider {background-color: #ccc; }

	.featured-products .slides .fp { text-align: left; }
	.featured-products img { max-height: 350px; }
	.featured-products .details { margin: 0; padding: 0 3em; }
	.featured-products .details h2 { font-size: 24px; font-size: 1.5rem; }


	/* Control Dots */
	.featured-products .flex-direction-nav { display: block; }
}

@media screen and (min-width: 1300px) {
	.featured-products .flex-direction-nav a { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
}