html, body {
	margin: 0;
	background-color: #2242cc;
	font-size: 10px;
	font-family: alright sans;
	color: #ffffff;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust: none;
}
/*
body.isMobile {
	overflow: hidden;
}
*/

.wideBR {
	display: block;
}

#scrollArea {
	position: absolute;
}

#stage {
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
}

.isMobile #stage {
	position: absolute;
}

#stage #stats {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 2rem;
}

#stage #bg {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.66s ease;
	-moz-transition: opacity 0.66s ease;
	-ms-transition: opacity 0.66s ease;
	-o-transition: opacity 0.66s ease;
	transition: opacity 0.66s ease;
}

.projectPhoto.projectDetail #stage #bg {
	opacity: 1;
}

.projectPhoto.projectDetail #stage #bg {
	opacity: 0.2;
}

#stage #bg * {
	position: absolute;
	top: 0;
	left: 0;
}

#stage #introOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2242cc;
}

#stage #logo {
	position: absolute;
	display: inline-block;
	width: 28rem;
	left: 50%;
	margin-left: -14rem;
	-ms-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

#stage #introText {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.4em;
}

#stage #introText #arrowDown {
	position: relative;
	width: 3.25em;
	margin-top: 1.5em;
}

#stage #ui {
	-webkit-transition: opacity 0.66s ease;
	-moz-transition: opacity 0.66s ease;
	-ms-transition: opacity 0.66s ease;
	-o-transition: opacity 0.66s ease;
	transition: opacity 0.66s ease;
}

.hasOverlay #stage #ui {
	opacity: 0;
}

#stage #titles {
	position: absolute;
	text-align: center;
	width: 54%;
	left: 23%;
	height: 40rem;
	margin-top: -20rem;
	top: 50%;
	opacity: 0;
	-webkit-transition: all 0.66s ease;
	-moz-transition: all 0.66s ease;
	-ms-transition: all 0.66s ease;
	-o-transition: all 0.66s ease;
	transition: all 0.66s ease;
}

#stage #titles.init {
	opacity: 1;
}

.projectPhoto.projectDetail #stage #titles {
	margin-left: -33rem;
}

#stage #titles .project {
	position: absolute;
	width: 100%;
	top: 0;
	-ms-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

#stage #titles .project #title {
	position: relative;
	width: 100%;
	font-size: 6.5rem;
	font-weight: 200;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	line-height: 1em;
	opacity: 0.4;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

#stage #titles .project #title.bold {
	opacity: 1;
}

#stage #titles .project.hidden #title {
	opacity: 0;
	/*
	transform: scaleX(0.5) scaleY(0.5);
	-ms-transform: scaleX(0.5) scaleY(0.5);
	-webkit-transform: scaleX(0.5) scaleY(0.5);
	*/
}

#stage #titles .project #title p.smaller {
	font-size: 4rem;
	line-height: 1em;
	letter-spacing: 0.15em;
}

#stage #titles .project #title p.smallest {
	font-size: 3rem;
	line-height: 1em;
	letter-spacing: 0.15em;
}

#stage #titles .project #relative {
	position: relative;
}

#stage #titles .project #absolute {
	position: absolute;
	width: 100%;
}
/*
#stage #titles .project .info {
	display: none;
}

#stage #titles .project.selected .info {
	display: block;
}
*/
#stage #titles .project #client {
	position: absolute;
	font-size: 1.4rem;
	font-weight: 800;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	width: 100%;
	top: -1em;
	transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

#stage #titles .project #extra {
	position: relative;
	font-size: 2.4rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	width: 100%;
}

#stage #titles .project #description {
	position: relative;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	width: 84%;
	margin-left: 8%;
	margin-top: 1em;
}

#stage #tools {
	position: absolute;
	bottom: -5rem;
	width: 100%;
	text-align: center;
	-webkit-transition: All 0.5s ease 0s;
	-moz-transition: All 0.5s ease 0s;
	-ms-transition: All 0.5s ease 0s;
	-o-transition: All 0.5s ease 0s;
	transition: All 0.5s ease 0s;
}

#stage #tools.visible {
	bottom: 4rem;
}

#stage #tools .icon {
	margin: 0 0.5rem;
}

#tools a {
	display: inline-block;
}




#stage .icon {
	width: 4rem;
	height: auto;
}


.icon {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.icon:hover {
	transform: scaleX(1.1) scaleY(1.1);
	-ms-transform: scaleX(1.1) scaleY(1.1);
	-webkit-transform: scaleX(1.1) scaleY(1.1);
}

.icon:active {
	transform: scaleX(0.9) scaleY(0.9);
	-ms-transform: scaleX(0.9) scaleY(0.9);
	-webkit-transform: scaleX(0.9) scaleY(0.9);
}

.st0 {
	fill:none;
	stroke:#FFFFFF;
	stroke-miterlimit:2;
	stroke-width:0.1rem;
	fill:transparent;
}



circle.st0 {
	fill:transparent;
}

.testCanvas {
	position: absolute;
	top: 0;
	left: 0;
}

#stage #projectDescription {
	position: absolute;
	width: 35rem;
	height: 100%;
	top: 0;
	right: -46rem;
	-webkit-transition: all 0.66s ease 0s;
	-moz-transition: all 0.66s ease 0s;
	-ms-transition: all 0.66s ease 0s;
	-o-transition: all 0.66s ease 0s;
	transition: all 0.66s ease 0s;
}

.projectPhoto #stage #projectDescription {
	right: -33rem;
}

.projectPhoto.projectDetail #stage #projectDescription {
	right: 0;
}

#stage #projectDescription #table {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	padding: 5.5rem;
}

#stage #projectDescription #table #cell {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.2em;
	text-transform: uppercase;
}

#stage #projectDescription #table #cell h3 {
	font-size: 1.2rem;
	font-weight: 700;
	margin: 1em 0 0 0;
}

#stage #projectDescription #table #cell p {
	font-size: 1.2rem;
	margin: 1em 0 0 0;
}

#stage #projectDescription #icons {
	position: absolute;
	display: inline-block;
	top: calc(50% - 6.75rem);
	left: -7rem;
}

#stage #projectDescription #icons #moreLines {
	position: absolute;
	width: 7rem;
	height: 13.5rem;
	top: 0;
	left: 0;
}

#stage #projectDescription #icons #more {
	position: absolute;
	display: inline-block;
	top: 0rem;
	left: -3.9rem;
	top: 4.7rem;
}

#stage a {
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
}

/*
#stage a:link {
	color: #ffffff;
}

#stage a:hover {
	text-decoration: underline;
}
*/

#stage .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	text-align: center;
	font-size: 0;
	white-space: nowrap;
}

#stage .overlay.visible {
	display: block;
}

#stage .overlay * {
	white-space: normal;
}

#stage .overlay .table {
	display: inline-table;
	position: relative;
	height: 100%;
	vertical-align: top;
}

#stage .overlay #menu {
	text-align: right;
	margin-right: 12.5rem;
}

#stage .overlay #menu a {
	display: block;
	font-size: 1.4rem;
	margin: 2rem 0;
	color: #ffffff;
	opacity: 0.5;
	text-transform: uppercase;
	font-weight: 700;

	-webkit-transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s;
	transition: opacity 0.5s ease 0s;
}

#stage .overlay #menu a:hover {
	opacity: 1;
}

#stage .overlay #menu a.selected {
	opacity: 1;
}

#stage .overlay #menu a:first-child {
	margin-top: 0;
}

#stage .overlay #menu a:last-child {
	margin-bottom: 0;
}



#stage .overlay #contents {
	width: 60rem;
	text-align: left;
}



#stage .overlay #closeButton {
	position: absolute;
	display: inline-block;
	left: 50%;
	margin-left: -2rem;
	bottom: 4rem;
}


#stage .overlay .content {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	display: none;
	font-size: 1.8rem;
	font-weight: 200;
}

#stage .overlay .content.visible {
	display: table-cell;
}

#stage .overlay .text {
	position: absolute;
	text-align: left;
	width: 100%;
	height: 58%;
	top: 25%;
	overflow: hidden;
	padding-bottom: 4rem;
	-webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,0));
}



#stage .overlay p {
	margin-bottom: 1em;
}

#stage .overlay {
	background-color: rgba(58, 73, 214, 0.6);
}

#stage #contact #menu {
	display: none;
}

#stage .overlay #team.content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

#stage .overlay #team.content ul li {
	display: inline-block;
	font-size: 0;
	width: 48%;
	margin: 0.5em 0;
	font-size: 1.8rem;
}


#stage .overlay #team.content ul li:nth-child(odd) {
	margin-left: 0;
	margin-right: 2%;
}

#stage .overlay #team.content ul li:nth-child(even) {
	margin-right: 0;
	margin-right: 2%;
}


#stage #press .flexbox-container {
	/*
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: left;
	align-items: left;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	*/

}

#stage .closeOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


#stage #press .flexbox-container > div {
	width: 50%;
	padding-left: 0.75em;
	padding-right: 0.75em;
}

#stage #press .quote {
	font-size: 0.8em;
	display: none;
}

#stage #press a {
	font-size: 1.8rem;
	line-height: 1.2em;
}

#stage #press b {
	font-weight: 400;
}

#stage #press {
	font-size: 1.4rem;
}

#stage #press .quote {
	font-size: 0.8em;
	display: none;
}

#stage #contact #address {
	position: relative;
	width: 100%;
	font-size: 0;
}

#stage #contact #address p {
	position: relative;
	display: inline-block;
	width: 48%;
	margin-left: 2%;
	margin-right: 2%;
	text-align: left;
	font-size: 1.8rem;
	vertical-align: top;
	font-weight: 200;
	line-height: 1.4em;
}

#stage #contact #address p:first-child {
	margin-left: 0%;
}

#stage #contact #address p:last-child {
	margin-right: 0%;
}

#stage #contact a:hover {
	text-decoration: underline;
}

#stage #mapContainer {
	position: absolute;
	width: 60rem;
	height: 19rem;
	top: 0;
	left: 0;
}

#stage #mapContainer #map {
	visibility: hidden;
}

#map {
	position: relative;
	width: 100%;
	height: 19rem;
	margin-top: 2rem;
}

#sideMenu {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: table;
	transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-webkit-transform: translate3d(-100%, 0, 0);

	-webkit-transition: all 0.66s ease 0s;
	-moz-transition: all 0.66s ease 0s;
	-ms-transition: all 0.66s ease 0s;
	-o-transition: all 0.66s ease 0s;
	transition: all 0.66s ease 0s;
}

#sideMenu.visible {
	transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-webkit-transform: translate3d(0%, 0, 0);
}

.projectPhoto.projectDetail #stage #sideMenu {
	margin-left: -33rem;
}


#sideMenu #cell {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: 3.5rem;
}

.sideProject {
	position: relative;
	display: block;
	white-space: nowrap;
	font-size: 0;
	padding: 0.75rem 0;
}

.sideProject #circle {
	position: relative;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 2rem;
	/*
	border-width: 0.2rem;
	border-style: solid;
	border-color: #ffffff;
	*/
	-webkit-box-shadow:inset 0px 0px 0px 0.2rem #fff;
	-moz-box-shadow:inset 0px 0px 0px 0.2rem #fff;
	box-shadow:inset 0px 0px 0px 0.2rem #fff;
	overflow: hidden;
	vertical-align: middle;
	z-index: 0;
}

.sideProject #circle #fill {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	transform: scaleX(0) scaleY(0);
	-ms-transform: scaleX(0) scaleY(0);
	-webkit-transform: scaleX(0) scaleY(0);
}

.sideProject.selected #circle #fill {
	transform: scaleX(1) scaleY(1);
	-ms-transform: scaleX(1) scaleY(1);
	-webkit-transform: scaleX(1) scaleY(1);
}

.sideProject #mask {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1rem;
	overflow: hidden;
}

.sideProject #mask #title {
	position: relative;
	display: block;
	font-size: 0.875rem;
	letter-spacing: 0.15em;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	white-space: nowrap;
	opacity: 0;

	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.sideProject:hover #mask #title {
	opacity: 1;
}

.sideProject.selected #mask #title {
	font-weight: 700;
	opacity: 1;
}

.sundance {
	width: 17.5rem;
}

.hotdocs {
	width: 15rem;
	display: none;
}

.tribeca {
	width: 9rem;
}

.sxsw {
	width: 12rem;
}




@media all and (orientation : portrait) {

	.wideBR {
		display: none;
	}

	#stage #titles {
		width: 74%;
		left: 13%;
		height: 50rem;
		margin-top: -25rem;
	}

	.projectPhoto.projectDetail #stage #titles {
		margin-left: -40rem;
	}

	#stage #titles .project #title {
		font-size: 4rem;
	}

	#stage #titles .project #title p.smaller {
		font-size: 3rem;
	}

	#stage #titles .project #title p.smallest {
		font-size: 2rem;
	}

	#stage #titles .project #description {
		width: 90%;
		margin-left: 5%;
	}

	.projectPhoto #stage #projectDescription {
		right: -40rem;
	}

	#stage #titles .project #client {
		width: 80%;
		left: 10%;
	}

	.sideProject #mask #title {
		display: none;
	}

	.st0 {
		stroke-width:0.15rem;
	}

	.projectPhoto.projectDetail #stage #sideMenu {
		margin-left: -40rem;
	}

	#stage .overlay {
		padding: 16rem 4rem;
	}

	#stage .overlay #menu {
		text-align: left;
		margin-right: 0;
		margin-bottom: 3rem;
		text-align: center;
		width: 100%;
	}

	#stage .overlay #menu a {
		display: inline-block;
		margin: 0.5em 1em;
	}

	#stage .overlay .table {
		display: table;
		position: relative;
		height: auto;
		vertical-align: top;
	}

	#stage .overlay #contents {
		text-align: left;
		width: 100%;
		height: 45rem;
	}

	#stage .overlay .text {
		height: 100%;
		top: 0%;
	}


}

@media all and (max-width: 640px) and (orientation : portrait) {

	#stage #contact #address p {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	#stage #contact #address p:first-child {
		margin-left: 0;
	}

	#stage #contact #address p:last-child {
		margin-right: 0;
	}

	#stage #mapContainer {
		height: 22rem;
	}

	#map {
		height: 22rem;
	}

}
