* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	outline: 0px;
}

html, body {
	width: 100%;
	height: 100%;
}

.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading p, .wf-loading a {
	opacity: 0;
}

.wf-active h1, .wf-active h2, .wf-active h3, .wf-active p, .wf-active a {
	opacity: 1;
	transition: opacity .3s;
}

.mobileonly {
	display: none !important;
}

.desktoponly {
	display: block !important;
}

body {
	font-family: "adobe-garamond-pro",sans-serif;
	font-weight: 400;
	color: #000;
}

a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	color: inherit;
	text-decoration: none;
	position: relative;
	backface-visibility: hidden;
}

a:after {
	content: '';
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 0%;
	opacity: 0;
	height: 1px;
	background-color: #fff;
	backface-visibility: hidden;
	
	position: absolute;
	left: 0px;
	bottom: 0px;
	
	transition: all .3s;
}

a:hover:after, a.on:after {
	width: 100%;
	opacity: 1;
}

h1.intro {
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
	margin: 75px auto 0px auto;
	font-weight: 400;
	font-style: italic;
	font-size: 140%;
	
	transition: opacity .5s;
}

.menuOn h1.intro {
	opacity: .3;
}

	h1.intro:before {
		content: '';
		display: block;
		width: 35%;
		min-width: 30px;
		height: 1px;
		background-color: #000;
		margin: 0px auto 5px auto;
		position: relative;
		top: 0px;
	}

.ib {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

	.addb4:before {
		width: 0px;
		height: 100%;
		content: '';
		display: inline-block;
		*display: inline;
		zoom: 1;
		vertical-align: middle;
	}
	
	.v-middle {
		vertical-align: middle;
	}
	
	.v-top {
		vertical-align: top;
	}
	
	.v-bottom {
		vertical-align: bottom;
	}
	
	.bgcover {
		background-size: cover;
		background-position: 50% 50%;
	}
	
.centerY {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.centerX {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.centerXY {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
	
.mobileOnly {
	display: none !important;
}

#wrapper {
	width: 100%;
	height: 100%;
	text-align: center;
}

#content {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.clear {
	clear: both;
}

header {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 903;
    width: 100%;
}

	header .inner {
		position: relative;
		top: 0px;
		left: 0px;
	}
	
	a.headerwrap {
		display: block;
		height: auto;
		position: fixed;
		z-index: 50;
		top: 34px;
		left: 56px;
		
		opacity: 1;
		
		transition: opacity .5s;
	}
	
	a.headerwrap:after {
		display: none;
	}
	
	a.headerwrap.hide {
		opacity: 0;
	}
	
	.menuOn a.headerwrap {
		opacity: .3;
	}
	
		a.headerwrap svg {
			width: 195px;
			height: 195px;
		}

.menuButton {
	right: 30px;
	top: 37px;
	display: block;
	height: 18px;
	width: 25px;
	cursor: pointer;
	z-index: 901;
}

/* menu icon, off */
/*------------------------------*/

	.menuButton span {
		height: 1px;
		display: block;
		position: absolute;
		right: 0px;
		background-color: rgba(0,0,0,1);
		opacity: 1;

		transform: rotate(0deg) translate(0px,0px);
		-webkit-transform: rotate(0deg) translate(0px,0px);
		-ms-transform: rotate(0deg) translate(0px,0px);
				
		transform-origin: right center;
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;

		/* transitions */
		transition-property: transform, opacity;
		transition-duration: .3s, .2s;
		transition-delay: 0s, 0s;

		-webkit-transition-property: -webkit-transform, opacity;
		-webkit-transition-duration: .3s, .2s;
		-webkit-transition-delay: 0s, 0s;

		-ms-transition-property: -ms-transform, opacity;
		-ms-transition-duration: .3s, .2s;
		-ms-transition-delay: 0s, 0s;
	}

	.menuButton span:nth-child(1) {
		width: 33px;
		top: 0px;
		
		transition: width .3s;
	}
	
		.menuButton:hover span:nth-child(1) {
			width: 19px;
		}
		
		.menuOn .menuButton:hover span:nth-child(1) {
			width: 33px;
		}

	.menuButton span:nth-child(2) {
		width: 19px;
		top: 9px;
		
		transition: width .3s;
		
	}
	
		.menuButton:hover span:nth-child(2) {
			width: 33px;
		}
		
		.menuOn .menuButton:hover span:nth-child(2) {
			width: 19px;
		}

	.menuButton span:nth-child(3) {
		width: 33px;
		top: 18px;
		
		transition: width .3s;
	}
	
		.menuButton:hover span:nth-child(3) {
			width: 19px;
		}
		
		.menuOn .menuButton:hover span:nth-child(3) {
			width: 33px;
		}

	.menuButton p {
		opacity: 0;
		text-align: right;
		position: absolute;
		top: 1px;
		left: -67px;
		font-size: 17px;
		color: #fff;
		font-weight: 800;
		line-height: 1;
		padding-bottom: 0em;
		-webkit-transform: translateX(20px) scale(.6,.6);
			-ms-transform: translateX(20px) scale(.6,.6);
				transform: translateX(20px) scale(.6,.6);

		-webkit-transition-property: opacity, transform;
		-webkit-transition-duration: .3s, .3s;
		-webkit-transition-delay: 0s, 0s;
		-webkit-transition-timing-function: linear, cubic-bezier(0.6, -0.28, 0.735, 0.045);

		-ms-transition-property: opacity, transform;
		-ms-transition-duration: .3s, .3s;
		-ms-transition-delay: 0s, 0s;
		-ms-transition-timing-function: linear, cubic-bezier(0.6, -0.28, 0.735, 0.045);

		transition-property: opacity, transform;
		transition-duration: .3s, .3s;
		transition-delay: 0s, 0s;
		transition-timing-function: linear, cubic-bezier(0.6, -0.28, 0.735, 0.045);
	}

/* menu icon, on */
/*------------------------------*/

	.menuOn .menuButton span {
		transition-property: transform, opacity;
		transition-duration: .3s, .2s;
		transition-delay: 0s, 0s;
		
		background-color: rgba(255,255,255,1);
	}

	.menuOn .menuButton span:nth-child(1) {
				transform: rotate(45deg) translate(10px,18px);
		-webkit-transform: rotate(45deg) translate(10px,18px);
			-ms-transform: rotate(45deg) translate(10px,18px);
	}

	.menuOn .menuButton span:nth-child(2) {
		opacity: 0;
	}

	.menuOn .menuButton span:nth-child(3) {
				transform: rotate(-45deg) translate(11px,-19px);
		-webkit-transform: rotate(-45deg) translate(11px,-19px);
			-ms-transform: rotate(-45deg) translate(11px,-19px);
	}

	.menuOn .menuButton p {
		opacity: 1;
		-webkit-transform: translateX(0px) scale(1,1);
			-ms-transform: translateX(0px) scale(1,1);
				transform: translateX(0px) scale(1,1);

		-webkit-transition-property: opacity, transform;
		-webkit-transition-duration: .3s, .3s;
		-webkit-transition-delay: .8s, .8s;
		-webkit-transition-timing-function: linear, cubic-bezier(0.175, 0.885, 0.32, 1.275);

		-ms-transition-property: opacity, transform;
		-ms-transition-duration: .3s, .3s;
		-ms-transition-delay: .8s, .8s;
		-ms-transition-timing-function: linear, cubic-bezier(0.175, 0.885, 0.32, 1.275);

		transition-property: opacity, transform;
		transition-duration: .3s, .3s;
		transition-delay: .8s, .8s;
		transition-timing-function: linear, cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}
	
header nav {
	position: fixed;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	visibility: hidden;
}

.menuOn header nav {
	opacity: 1;
	visibility: visible;
	
	transition: opacity .5s ease-out .5s;
}

	header nav .closer {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 5;
	}

	header nav .aligner {
		position: relative;
		height: 100%;
		z-index: 5;
	}

	header nav ul {
		list-style-type: none;
		text-align: left;
		position: relative;
		z-index: 15;
	}
	
	header nav ul li {
		opacity: 0;
		font-size: 2.6vw;
		font-style: italic;
		padding: 14px 0px;
		font-weight: 400;
		text-transform: uppercase;
		line-height: 1;
	}
	
		header nav ul li a {
			display: inline-block;
			*display: inline;
			zoom: 1;
			position: relative;
		}
	
#overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	background-color: rgba(92,146,221,.9);
	mix-blend-mode: multiply;
	
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	
	-webkit-transition: z-index 0s linear .6s, -webkit-transform 0s linear .6s, opacity .5s ease-in-out;
	-moz-transition: z-index 0s linear .6s, -moz-transform 0s linear .6s, opacity .5s ease-in-out;
	-ms-transition: z-index 0s linear .6s, -ms-transform 0s linear .6s, opacity .5s ease-in-out;
	-o-transition: z-index 0s linear .6s, -o-transform 0s linear .6s, opacity .5s ease-in-out;
	transition: z-index 0s linear .6s, transform 0s linear .6s, opacity .5s ease-in-out;
}

.menuOn #overlay {
	z-index: 900;
	opacity: 1;
	
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	
	-webkit-transition: z-index 0s linear, -webkit-transform 0s linear, opacity .5s ease-in-out;
	-moz-transition: z-index 0s linear, -moz-transform 0s linear, opacity .5s ease-in-out;
	-ms-transition: z-index 0s linear, -ms-transform 0s linear, opacity .5s ease-in-out;
	-o-transition: z-index 0s linear, -o-transform 0s, opacity .5s ease-in-out;
	transition: z-index 0s linear, transform 0s, opacity .5s ease-in-out;
}

#content .fader {
	height: 100%;
	opacity: 1;
	
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}

/*

.menuOn #content .fader {	
	opacity: .3;
}

.menuOn.info #content .fader {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	
	opacity: .1;
}

*/

/* *************************************** */
/* *************HOMIE********************* */

.home {
	overflow: hidden;
}

.home #content {
	cursor: pointer;
}

.home .image {
	width: auto;
	height: 100%;
	
	opacity: 1;
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
	filter: grayscale(0%);
		
	transition: all .3s;
}

.home.left .image {
	float: left;
}

.home.right .image {
	float: right;
}

.menuOn.home .image {
	opacity: .3;
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
	filter: grayscale(100%);
}

	.home .image img {
		display: block;
		height: 100%;
		width: auto;
		opacity: 0;
	}
	
	.home.beta .image img {
		position: absolute;
		height: 80%;
		top: 10%;
		left: 10%;
	}
	
	.home.beta.right .image img {
		left: auto;
		right: 10%;
	}

.home .logo {
	position: relative;
	height: 100%;
	width: auto;
	text-align: center;
	opacity: 1;
	
	transition: opacity 1.5s;
}

.home.left .logo {
	float: right;
}

.home.right .logo {
	float: left;
}

	.home .logo svg {
		width: 43%;
		max-width: 570px;
		opacity: 0;
		display: inline-block;
		*display: inline;
		zoom: 1;
		vertical-align: middle;
		
		transition: opacity 1.5s;
	}
	
	.menuOn.home .logo {
		opacity: .3;
	}
	
	.home .logo svg.on {
		opacity: 1;
	}	
	
/* ****************************** */
/* ************GRID ***************/

.work ul.subs {
	list-style-type: none;
	margin: 75px auto 0px auto;
	text-align: center;
}

	.work ul.subs li {
		margin-right: 12px;
	}
	
	.work ul.subs li:last-child {
		margin-right: 0px;
	}
	
	.work ul.subs li.on a {
		text-decoration: underline;
	}
	
	.work ul.subs li a:after {
		background-color: #000;
	}

#grid {
	list-style-type: none;
	width: 82%;
	max-width: 1400px;
	min-height: 1200px;
	margin: 140px auto 0px auto;
}

.withsubs #grid {
	margin: 48px auto 0px auto;
}

	#grid > li, #grid .cell {
		display: block;
		float: left;
		opacity: 0;
		overflow: hidden;
		color: #fff;
		z-index: 60;
	}

	.grid-sizer, #grid > li {
		width: 30%;
	}
	
	#grid > li.large {
		width: 65%;
	}
	
	#grid > li.break {
		width: 100%;
		height: 1px;
		margin-bottom: 0px !important;
	}
	
	#grid li.cell .hover {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 80px;
		text-align: center;
		background-color: rgba(255,255,255,0.6);
		color: #000;
		opacity: 0;
		transition: opacity .5s;
	}
	
		#grid li.cell .hover .contents {
			top: 55%;
			opacity: 0;
			backface-visibility: hidden;
			
			transition: all 500ms;
		}
	
		.work #grid li.cell:hover .hover .contents {
			top: 50%;
			opacity: 1;
		}
	
		#grid li.cell .hover h1 {
			font-weight: 400;
			font-size: 125%;
		}
		
		#grid li.cell .hover h2 {
			font-weight: 400;
			font-size: 75%;
			margin-top: 2px;
			font-family: "proxima-nova",sans-serif;
		}
		
	.work #grid li.cell:hover .hover {
		opacity: 1;
	}
	
	#grid li.cell .imgWrap {
		backface-visibility: hidden;
		
		/*
		-webkit-filter: blur(0px);
		filter: blur(0px);
		
		transition: filter .3s;
		-webkit-transition: -webkit-filter .3s;
		-moz-transition: -moz-filter .3s;
		-o-transition: -o-filter .3s;
		*/
	}
	
	/*
	.work #grid li.cell:hover .imgWrap {
		-webkit-filter: blur(1px);
		filter: blur(1px);
	}
	*/
		

	.gutter-sizer {
		width: 5%;
	}
	
	#grid li.cell a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	
	#grid li.cell a:after {
		display: none !important;
	}
	
    #grid > li.shown,
	#grid .cell.shown,
    .no-js #grid > li,
    .no-cssanimations #grid > li {
    	opacity: 1;
    }

      #grid > li img {
      	outline: none;
      	border: none;
      	display: block;
      	width: 100%;
      }
	  
	#grid li img.photo {
		opacity: 0;
		-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
		filter: grayscale(0%);
			
		transition: all .3s;
	}
	
	.menuOn #grid li img.photo {
		opacity: .3 !important;
		-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
		filter: grayscale(100%);		
	}
	
	/* Effect 1: opacity */
	.grid.effect-1 li.animate {
		-webkit-animation: fadeIn 0.65s ease forwards;
		animation: fadeIn 0.65s ease forwards;
	}

	@-webkit-keyframes fadeIn {
		0% { }
		100% { opacity: 1; }
	}

	@keyframes fadeIn {
		0% { }
		100% { opacity: 1; }
	}
	
.upHolder {
	display: block;
	padding-bottom: 50px;
}
	
.up {
	opacity: 0;
	width: 70px;
	height: 70px;
	border: 1px solid #000;
	border-radius: 100%;
	text-align: center;
	margin: 30px auto 0px auto;
	color: #000;
	cursor: pointer;
}

	.up h1 {
		font-weight: 400;
		font-size: 175%;
		font-style: italic;
	}
	
/* ****************************** */
/* ************ STORIES VERTICAL ***************/

.stories .gutter-sizer {
	width: 0%;
}

.stories #content {
	text-align: center;
}

.stories #grid li, .stories #grid .grid-sizer {
	width: 100%;
}

.stories #grid li {
	margin-bottom: 75px !important;
}

	.stories #grid li .imgWrap {
		width: 50%;
		margin-right: -4px;
	}
	
	.stories #grid li.even {
	}

	.stories #grid li .info {
		width: 50%;
		margin-right: -4px;
		text-align: left;
		color: #000;
		opacity: 1;
		
		transition: opacity .5s;
	}
	
	.menuOn.stories #grid li .info {
		opacity: .1;
	}
	
		.stories #grid li .info .inner {
			padding: 0px 50px;
			max-width: 450px;
		}
	
	.stories #grid li .info h1 {
		font-size: 200%;
		font-weight: 400;
		line-height: 1.2;
		margin-bottom: 15px;
		position: relative;
		display: inline-block;
		*display: inline;
		zoom: 1;
	}
	
	.stories #grid li .info h1:after {
		content: '';
		display: block;
		position: absolute;
		bottom: -5px;
		left: 0px;
		width: 0%;
		opacity: 0;
		height: 1px;
		background-color: #000;
		
		transition: all .5s;
	}
	
	.stories #grid li .info h1:hover:after {
		width: 100%;
		opacity: 1;
	}
	
	.stories #grid li .info h2 {
		font-family: 'proxima-nova', sans-serif;
		margin-bottom: 10px;
		font-size: 70%;
		letter-spacing: .05em;
	}
	
	.stories #grid li .info p {
		font-size: 100%;
		margin-bottom: 25px;
	}
	
/* ****************************** */
/* ************ STORIES GRID ***************/
	
.storygrid #content {
	text-align: center;
}

.storygrid #pager {
	background-color: #464646;
	width: 100%;
	text-align: center;
}

	.storygrid #pager .inner {
		width: 82%;
		margin: auto;
		padding: 75px 0px;
	}

	.storygrid #pager ul {
		list-style-type: none;
		color: #fff;
	}

	.storygrid #pager li {
		width: 50%;
		margin-right: -4px;
		text-align: left;
		vertical-align: top;
	}
	
	.storygrid #pager li span {
		font-size: 75%;
		display: block;
		font-family: 'proxima-nova', sans-serif;
	}
	
	.storygrid #pager li a {
		font-size: 200%;
	}
	
	.storygrid #pager li a:after {
		background-color: #000;
	}
	
	.storygrid #pager li.next {
		text-align: right;
	}
	
	
/* ****************************** */
/* ************ SLIDESHOW PAGE ***************/

.slideshow a.headerwrap {
	z-index: 1000;
}

.slideshow .imgloader {
	display: none;
}

.slideshow header .menuButton {
	display: none;
}

.slideshow a.headerwrap svg {
	width: 100px;
	height: 100px;
	z-index: 300;
}

	.slideshow .theslideshow {
		position: fixed;
		top: 10%;
		left: 10%;
		width: 80%;
		height: 80%;
	}
	
	.slideshow .theslideshow .caption {
		text-align: center;
		margin-top: 25px;
		font-size: 100%;
		opacity: 0;
		text-transform: capitalize;
	}
	
		.slideshow .theslideshow .caption h1 {
			font-weight: 400;
			font-size: 100%;
			font-style: italic;
		}
		
		.slideshow .theslideshow .caption h2 {
			font-weight: 400;
			font-size: 75%;
			margin-top: 2px;
			font-family: "proxima-nova",sans-serif;
			text-transform: uppercase;
		}	
			
	
	.slideshow .theslideshow .left {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 50%;
		height: 100%;
		z-index: 800;
		
		cursor: url(../images/pics/icon-left.png) 24 24, auto !important;
	}
	
	.slideshow .theslideshow .right {
		position: fixed;
		top: 0px;
		right: 0px;
		width: 50%;
		height: 100%;
		z-index: 900;
		
		cursor: url(../images/pics/icon-right.png) 24 24, auto !important;
	}
	
	.slideshow .theslideshow .cell {
		width: 100%;
		height: 100%;
		text-align: center;
	}
	
		.slideshow .theslideshow .cell a {
			display: inline;
		}
		
		.slideshow .theslideshow .cell a:after {
			display: none;
		}
	
		.slideshow .theslideshow .cell img {
			position: relative;
			z-index: 1000;
			opacity: 0;
			
			max-width: 100%;
			max-height: 100%;
			width: auto;
			height: auto;
			margin: auto;
			cursor: url(../images/pics/icon-close-circle2.png) 16 16, auto !important;
		}
	
	
/* ****************************** */
/* ************ INFO PAGE ***************/

.info #content {
	text-align: center;
}

.info .textHolder {
	list-style-type: none;
	width: 82%;
	max-width: 1400px;
	margin: 150px auto 0px auto;
	text-align: left;
	padding-bottom: 100px;
	opacity: 1;
	
	transition: opacity .5s;
}

.menuOn.info .textHolder {
	opacity: .1;
}

	.info .textHolder h1 {
		font-size: 360%;
		font-style: italic;
		font-weight: 400;
		line-height: 1.1;
		margin-bottom: 20px;
	}
	
	.info .textHolder h2 {
		font-size: 240%;
		font-style: italic;
		font-weight: 400;
		line-height: 1;
		margin-bottom: 15px;
	}
	
		.info .textHolder h2 em {
			font-size: 60%;
			font-weight: 400;
		}
	
	.info .textHolder h3 {
		font-family: 'proxima-nova', sans-serif;
		font-size: 75%;
		font-weight: 600;
		line-height: 1;
		letter-spacing: .05em;
		margin-bottom: 15px;
	}	
	
	.info .textHolder p {
		font-size: 100%;
		line-height: 1.5;
		margin-bottom: 25px;
	}
	
	.info .textHolder ul {
		display: inline-block;
		*display: inline;
		zoom: 1;
		width: 29%;
		margin-right: 3%;
		vertical-align: top;
		
		list-style-type: none;
		font-size: 115%;
		line-height: 1.5;
		margin-bottom: 25px;
		font-style: none;
	}
	
	@media all AND (max-width: 1150px) {
		.info .textHolder ul {
			font-size: 90%;
		}
	}
	
	.info .textHolder a {
		display: block;
		text-decoration: underline;
		font-weight: 600;
	}
	
	.info .textHolder .col {
		width: 100%;
	}
	
	.info.col2 .textHolder .col:first-child {
		width: 60%;
		padding-right: 5%;
		margin-left: -4px;
		border-right: 1px solid #cccccc;
	}
	
	.info.col2 .textHolder .col:last-child {
		width: 30%;
		margin-left: 5%;
		margin-right: -4px;
	}