@charset "UTF-8";
/* CSS Document */

#sub-nav{
	top: 10vh;
	position: relative;
}
#archive-container {
	position: relative;
	width: 100%;
	height: 100%;
	height: -moz-calc(100% - 83px);
	height: -webkit-calc(100% - 83px);
	height: calc(100% - 83px);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-y: hidden;
	top: 100px;
	right: 0;
}

#archive-wrapper {
	height: 60%;
	top: 25%;
	position: relative;
}

.archive-title {
	float: left;
	display: table;
	background-color: #FFF;
}

.archive-title span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.archive-title span h3 {
	padding: 10px;
}

.archive-thumb {
	float: left;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
}

.archive-thumb img {
}

a#archive-projects-link {
	position: fixed;
	display: table;
	width: 320px;
	left: 50%;
	margin-left: -160px;
	line-height: 1;
	font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, Sans-Serif;
	letter-spacing: 1px;
	font-size: 11px;
	top: 83px;
}

a#archive-projects-link span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

a#archive-projects-link span img {
	height: 8px;
	margin-left: 5px;
}

#projects-list-container {
	position: fixed;
	width: 320px;
	height: 100%;
	height: -moz-calc(100% - 83px);
	height: -webkit-calc(100% - 83px);
	height: calc(100% - 83px);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	top: 83px;
	left: 0;
	background-color: #FFF;
	margin-left: -320px;
}

#projects-list-wrapper {
	margin-top: 40px;
	margin-left: 40px;
	padding-bottom: 40px;
}

#projects-list-container a {
	display: block;
	line-height: 1.5;
	font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, Sans-Serif;
	letter-spacing: 1px;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 10px;
	padding-right: 40px;
}

a#archive-projects-back-link {
	margin-bottom: 40px;
	line-height: 1;
}

a#archive-projects-back-link img {
	height: 8px;
	margin-right: 5px;
}

a#showcase-archive-arrow {
	position: relative;
	width: 62px;
	height: 62px;
	right: -62px;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.5);
	display: table;
	/* transition: right .5s;
	-moz-transition: right .5s;
	-webkit-transition: right .5s; */
}

a#showcase-archive-arrow span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

a#showcase-archive-arrow img {
	width: 16px;
}

#archive-overlay-container {
	position: relative;
	width: 100%;
	height: 623px;
	top: -20px;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.9);
	display: none;
}

#archive-overlay-container img#archive-overlay {
	position: absolute;
	display: none;
}

a#close-overlay:link, a#close-overlay:visited {
	position: fixed;
	top: 83px;
	right: 0;
	background-color: #FFF;
	width: 64px;
	height: 64px;
	transition: background-color .5s;
	-moz-transition: background-color .5s;
	-webkit-transition: background-color .5s;
}

a#close-overlay:active, a#close-overlay:hover {
	background-color: #EEE;
}

a#close-overlay img {
	height: 16px;
	width: 16px;
	position: absolute;
	margin: 24px;
}

a.overlay-arrow {
	position: absolute;
	height: 100%;
	width: 20%;
}

a#overlay-arrow-next {
	right: 0;
}

a#overlay-arrow-next img {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

a.overlay-arrow:link img, a.overlay-arrow:visited img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	margin-left: -12px;
	height: 42px;
	margin-top: -21px;
	opacity: 0;
	transition: opacity .5s;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
}

a.overlay-arrow:active img, a.overlay-arrow:hover img {
	opacity: 1;
}