#archive .container {
	position: relative;
	z-index: 100;
}

#archive section {
	margin-bottom: 28px;
	position: relative;
}

#archive section:nth-child(odd) {
	clear: both;
}

#archive .issue-img {
	overflow: hidden;
	position: relative;
}

#archive .active-tab {
	overflow: visible;
}

#archive .issue-img:hover h2,
#archive .active-tab h2 {
	transform: translate3d(0,0,0);
}

#archive img {
	display: block;
}

#archive h2 {
	background: rgba(255,255,255, 0.75);
	box-shadow: 0 4px 15px rgba(20, 20, 20, 0.15);
	color: #1e1e1e;
	font: 30px/35px 'Baloo Paaji', cursive;
	margin: 0;
	padding: 44px 46px;
	position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
	
	transition: transform 0.35s;
    transform: translate3d(0,100%,0);
}

#archive h2 span {
	background: #efa842 url('../img/arrow-down.svg') center center no-repeat;
	border-radius: 23px;
	cursor: pointer;
	display: block;
	float: right;
	height: 45px;
	transition: all 0.15s ease-out;
	width: 45px;
}

#archive h2 span:hover {
	background-color: #000;
}

#archive .active-tab h2 span {
	background-color: #000;
	transform: rotate(180deg);
	transition:  transform 0.5s ease-out;
	/* background: #000 url('../img/arrow-up.svg') center center no-repeat; */
}

#archive section .issue-links {
	background: #fff;
	box-shadow: 0 4px 15px rgba(20, 20, 20, 0.15);
	display: none;
}

#archive section .issue-links > div {
	padding: 30px;
}

.active-tab h2 {
	border-bottom: 2px solid #efa842;
}

.active-tab {
	position: relative;
	z-index: 200;
}

.archive-links {
	margin: 0;
}

.archive-links:after {
	content: '';
	clear: both;
	display: block;
}

.archive-links li {
	display: block;
	float: left;
	margin: 5px 0;
	padding: 0 5px;
	/* min-width: 95px; */
	text-align: center;
	width: 20%;
}

.archive-links li:not(:last-child) {
	/* margin-right: 5px; */
}

.archive-links a {
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover;
	/* border: 2px solid #efa842; */
	/* border-radius: 4px; */
	color: #efa842;
	display: block;
	font: 700 15px / 40px 'Open Sans', Arial, sans-serif;	
	text-decoration: none;
	transition: background 0.8s ease-out;
}

.archive-links a:hover {
	background-size: contain; 
	background-color: #000;
	border: 3px solid #fff;
	transform: scale(1.8);
}

.archive-links img {
	margin: 0 auto;
	opacity: 0;
}

.archive-links a:hover img {
	 
	 /* opacity: 1; */
}

.archive .button {
    box-shadow: none;
	margin: 20px 0 20px;
}
