/* Header Pictures */

.header-pics {
	position: relative;
	overflow: hidden;
	padding-bottom: 26%;
}

.header-pics .toggle-slick {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 5;
	background: rgba(0, 0, 0, 0.5);
	border: 0;
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
}

@media (max-width: 991px) {
	.header-pics .toggle-slick {
		left: 10px;
		top: 10px;
	}
}

.header-pics .toggle-slick:hover,
.header-pics .toggle-slick:focus {
	background: rgba(0, 0, 0, 0.8);
}

.header-pics-slick {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.header-pics-slick div {
	height: 100%;

	background-repeat: no-repeat;
	background-position: center center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/**/


.more-articles {
	padding: 2rem 0;
}

.more-articles article {
	margin: 15px 0;
}

.more-articles article figure {
	position: relative;
}

.more-articles article figure img {
	display: block;
	width: 100%;
}

.more-articles article figcaption {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	color: #fff;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100;Black+White+Gradient */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
	/* IE6-9 */
	padding: 15px;
	padding-top: 40px;
}

.more-articles article figcaption h3 {
	font-weight: normal;
	font-size: 1em;
}

.more-articles article figcaption p {
	display: none;
}

/**/

.stores-slick {
	padding: 0 3rem;
}

.stores {
	padding: 3rem 0;
}

.stores h2 {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 2rem;
}

.stores h2:before {
	border-top: 1px solid #f4db7f;
	content: "";
	margin: 0 auto;
	/* this centers the line to the full width specified */
	position: absolute;
	/* positioning must be absolute here, and relative positioning must be applied to the parent */
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 95%;
	z-index: -1;
}

.stores h2 span {
	/* to hide the lines from behind the text, you have to set the background color the same as the container */
	background: #fff;
	padding: 0 15px;
	border: 1px solid #f4db7f;
}

.stores .store {
	text-align: center;
	margin: .5rem;
}

.stores .pic {
	position: relative;
	border: 1px solid #f4db7f;
}

.stores .pic:before {
	padding-bottom: 100%;
	content: '';
	display: block;
}

.stores .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	max-width: 90%;
	max-height: 90%;
}

/**/

/**/

.header-pics video {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: -1;
	background: #111;
	background-size: cover;
	transition: 1s opacity;
}

@media (max-width: 991px) {
	.header-pics video {
		display: none;
	}
}

#toggle-video {
	position: absolute;
	bottom: 15px;
	right: 15px;

	background: none;
	color: #fff;
	border: 0;
	padding: 10px 15px;
	cursor: pointer;

	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;

	z-index: 9;
}

#toggle-video:hover,
#toggle-video:focus {
	background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
	#toggle-video {
		display: none;
	}
}

.slick-next {
	right: 0px;
}

.slick-prev {
	left: 0px;
}