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

html {
	height: 100%;
}

body {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
  	width: 100%;
  	font-size: 70%;
  	-webkit-font-smoothing: antialiased;
  	font-weight: normal;
}

body.scroll, body.home {
	height: 100% !important;
}

.mobileOnly {
	display: none;
}

/*===\\==================//===*/
/*====\\==== LOADER ====//====*/
/*=====\\==============//=====*/

.home .loader {
	height: 100% !important;
	top: 0px !important;
}

    .loader {
        display: block;
        position: fixed;
        top: 63px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,1);
        z-index: 9999;
        opacity: 1;

	transition-property: z-index, opacity;
	transition-duration: 0s, .3s;
	transition-delay: 0s, 0s;
	transition-timing-function: linear;
	-webkit-transition-property: z-index, opacity;
	-webkit-transition-duration: 0s, .3s;
	-webkit-transition-delay: 0s, 0s;
	-webkit-transition-timing-function: linear;
	-moz-transition-property: z-index, opacity;
	-moz-transition-duration: 0s, .3s;
	-moz-transition-delay: 0s, 0s;
	-moz-transition-timing-function: linear;
	-o-transition-property: z-index, opacity;
	-o-transition-duration: 0s, .3s;
	-o-transition-delay: 0s, 0s;
	-o-transition-timing-function: linear;
    }

    .loader.OFF {
        opacity: 0;
        z-index: -9999;

	transition-property: opacity, z-index;
	transition-duration: .3s, 0s;
	transition-delay: 0s, .3s;
	transition-timing-function: linear;
	-webkit-transition-property: opacity, z-index;
	-webkit-transition-duration: .3s, 0s;
	-webkit-transition-delay: 0s, .3s;
	-webkit-transition-timing-function: linear;
	-moz-transition-property: opacity, z-index;
	-moz-transition-duration: .3s, 0s;
	-moz-transition-delay: 0s, .3s;
	-moz-transition-timing-function: linear;
	-o-transition-property: opacity, z-index;
	-o-transition-duration: .3s, 0s;
	-o-transition-delay: 0s, .3s;
	-o-transition-timing-function: linear;
    }

    .loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
    }


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

.clear {
	clear: both;
}

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

	.vCenter:before {
		content: '';
		height: 100%;
		display: inline-block;
		*display: inline;
		zoom: 1;
		margin-right: -4px;
	}

.mobileOnly {
	display: none;
}

.clear {
	clear: both;
}

/* FORM FIELDS */

#wrapper #content .section.contact .inner .formHolder {
	margin: 25px auto 50px auto;
	width: 75%;
	text-align: left;
}

.formHolder .cell {
		display: inline-block;
		*display: inline;
		zoom: 1;
		margin-right: -4px;
		width: 45%;
		margin-left: 20px;
		text-align: left;
		margin-bottom: 15px;
}

	.formHolder .cell.w100 {
		width: 93.5% !important;
		margin-left: 20px;
	}

.formHolder .cell input, .formHolder .cell label {
	width: 100%;
	display: block;
}

.formHolder .cell label {
	font-size: 80%;
	/*font-weight: 600;*/
}

.formHolder input[type="text"], .formHolder textarea {
	background-color: #ebebe9;
	border: 0px;
	padding: 10px 0px 10px 6px;
	font-family: "brandon-grotesque";
	font-size: 120%;
	/*font-weight: 400;*/
}

.formHolder textarea {
	width: 100%;
}

.formHolder input[type='image'] {
	float: right;
	margin-right: 16px;
}

/* HEADER */

.home #wrapper #header {
	position: absolute;
	z-index: 10;
	background-color: transparent;
}

#wrapper #header {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	min-height: 90px;
	height: 90px;
	text-align: left;
	background-color: #fff;
	z-index: 10;

	transition-property: height;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
}

.overlayON #wrapper #header {
	background-color: transparent;
}

	#wrapper #header .inner {
		margin: 0px 4% 0px 4%;
	  	position: relative;
	}

	#wrapper #header h1 {
		color: #000;
		font-size: 140%;
  		letter-spacing: .15em;
		display: block;
		position: absolute;
		top: 36px;
		left: 0px;
		z-index: 20;
	}

	.home #wrapper #header h1, .overlayON #wrapper #header h1 {
		color: #fff;
	}

	#wrapper #header h1 a {
		color: inherit;
		text-decoration: none;
	}

	#wrapper ul.storyNav {
		list-style-type: none;
		position: absolute;
		top: 66px;
		left: 1px;
	}

		#wrapper ul.storyNav li {
			color: #000;
			display: inline-block;
			*display: inline;
			zoom: 1;
			margin-right: 8px;
			font-size: 110%;
			letter-spacing: .03em;
			line-height: 1.2em;
			color: #A8A8A8;
		}

		#wrapper ul.storyNav li a {
			color: inherit;
			text-decoration: none;
		}

			.no-touch #wrapper ul.storyNav li a:hover {
				text-decoration: underline;
			}

	/*top-level <ul> styling*/
	#wrapper ul.nav {
		list-style-type: none;
		position: absolute;
		right: 2px;
		top: 36px;
		z-index: 1000;
	}

		#wrapper ul.nav > li {
			color: #000;
			display: inline-block;
			*display: inline;
			zoom: 1;
			margin-right: -4px;
			font-size: 140%;
		  	font-weight: 300;
		  	margin-left: 30px;
		  	letter-spacing: .08em;
		  	line-height: 1.2em;
			position: relative;
		}

		@media all and (max-width: 1024px) {
		    #wrapper ul.nav > li {
		        font-size: 120%;
		        margin-left: 22px;
		    }
		}

		@media all and (max-width: 890px) {
		    #wrapper ul.nav > li {
		        font-size: 100%;
		        margin-left: 22px;
		    }
		}

		.home #wrapper ul.nav > li,
		.overlayON #wrapper ul.nav > li {
			color: #fff;
			font-weight: 400;
		}

		.no-touch .overlayON #wrapper ul.nav > li:hover > a,
		.overlayON #wrapper ul.nav > li.pageOn > a {
			border-bottom: 1px solid #fff;
		}

		.no-touch .home #wrapper ul.nav > li:hover > a,
		.home #wrapper ul.nav > li.pageOn a {
			border-bottom: 1px solid #fff;
		}

		.no-touch #wrapper ul.nav > li:hover > a,
		#wrapper ul.nav > li.pageOn a {
			border-bottom: 1px solid #000;
		}

		.no-touch .home #wrapper ul.nav > li.hasSub:hover > a {
			color: #000 !important;
			border-bottom: 1px solid #000;
		}

		#wrapper #header ul.nav > li > a {
			color: inherit;
			text-decoration: none;
			position: relative;
			z-index: 5;
		}

		#wrapper #header ul.nav li a .lbcount {
			color: #7e7e7e;
			font-weight: 400;
		}

			/* sub-level <ul> styling (dropdowns) */
			.nav ul {
				display: none;
				position: absolute;
				top: -11px;
				right: -18px;
				z-index: 2;
				list-style-type: none;
				text-align: right;
				font-size: 70%;
				border: 1px solid #ebebeb;
				box-shadow: -3px 4px 0px 0px rgba(0,0,0,.05);
				width: 122px;
				background-color: #fff;
				padding-top: 38px;
				padding-right: 19px;
				padding-left: 19px;
				padding-bottom: 13px;
			}

				#wrapper ul.nav li ul li {
				  	color: #6E6E6E;
					margin-left: 0px;
					margin-right: 0px;
					display: block;

					transition: color, .2s;
				}

				.no-touch #wrapper ul.nav li ul li:hover,
				#wrapper ul.nav li ul li.pageOn {
					color: #000;
				}

					#wrapper #header ul.nav li ul li a {
						line-height: 1.2em;
						padding: 9px 0px;
						display: block;
						text-decoration: none;
						color: inherit;
					}






.filterTrig {
	position: absolute;
	top: 70px;
	left: 50%;
	z-index: 20;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	cursor: pointer;
}

	.filterTrig span.closed {
		display: inline-block; *display: inline; zoom: 1;
		width: 8px;
	  height: 8px;
	  background-color: #ccc;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		margin-right: 1px;
		margin-left: 2px;
		opacity: 1;

		transition-property: background-color, opacity;
		transition-duration: .2s, .2s;
	}

	.no-touch .filterTrig:hover span.closed {
		background-color: #000;

		transition-property: background-color, opacity;
		transition-duration: .2s. .2s;
	}

	#header.filterON .filterTrig span.closed {
		opacity: 0;

		transition-property: border, opacity;
		transition-duration: .2s, .2s;
	}

	.filterTrig span.open {
		display: block;
		position: absolute;
		top: 5px;
		left: 50%;
		margin-left: -8px;
		width: 16px;
		height: 1px;
		background-color: #ccc;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		opacity: 0;

		transition-property: background, opacity;
		transition-duration: .2s, .2s;
	}

	.filterTrig span.open:last-child {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	}

	.no-touch .filterTrig:hover span.open {
		background-color: #000;

		transition-property: background, opacity;
		transition-duration: .2s, .2s;
	}

	#header.filterON .filterTrig span.open {
		opacity: 1;

		transition-property: background, opacity;
		transition-duration: .2s, .2s;
	}




#header .filter {
	position: relative;
	top: 90px;
	overflow: hidden;
	height: auto;
	opacity: 0;
	z-index: -999;
	background-color: #fff;

	transition-property: z-index, opacity;
	transition-duration: .2s, .2s;
}

#header.filterON .filter {
	opacity: 1;
	z-index: 900;
}

	#header .filter ul {
		/*margin-top: 2em;*/
	  	margin-bottom: 2em;
	}

		#header .filter ul li {
			display: inline;
			margin-right: 22px;
			line-height: 2em;
			font-size: 110%;
			font-weight: 400;
			letter-spacing: 0.05em;
		}

			#header .filter ul li a {
				color: #b6b6b6;
				text-decoration: none;
			}

			.no-touch #header .filter ul li a:hover, .no-touch #header .filter ul li a.filterOn {
				color: #000000;
			}




/* CONTENT */

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

	#wrapper #content .cover {
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}

	#wrapper #content .coverTop {
		background-size: cover;
		background-position: 50% 0%;
		background-repeat: no-repeat;
	}

	#wrapper #content .w100 {
		width: 100%;
		height: auto;
		position: relative;
	}

	#wrapper #content .section {
		width: 100%;
		/*position: relative;*/
	}

/* HOMEPAGE */

.home #wrapper {
	height: 100%;
}

.home #wrapper #content .section {
	height: 100%;
	cursor: pointer;
	text-align: left;
}

	.home #wrapper #content .section h1 {
		color: #fff;
		font-size: 800%;
		line-height: .9em;
		font-weight: bold;
		letter-spacing: .05em;
		position: absolute;
		left: 60px;
		opacity: 0;
	}

	.home #wrapper #content .section h1 .arrow {
		vertical-align: middle;
		width: 15px;
		position: relative;
	  	top: -8px;
		left: 13px;
	}

/* GRID PAGE */

.grid #wrapper #content {
	width: auto;
	padding-top: 90px;

	transition-property: padding;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
}

.grid #wrapper .sectionChoice {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0px;
	font-size: 110%;
	letter-spacing: .17em;
	font-weight: 300;
	color: #9D9D9D;
	text-align: center;
	width: 100%;
	margin: 11px auto 27px auto;
}

	.grid .gridHolder {
		margin: 0% 4% 4% 4%;
		text-align: left !important;
	}

	.grid .cell {
		position: relative;
		text-align: center;
		display: inline-block;
		*display: inline;
		zoom: 1;
		vertical-align: top;
		height: 400px;
		margin: 0px 15px 15px 0px;
	}
	
	.grid .cell.videolb {
		cursor: pointer;
		text-align: center;
	}
	
		.grid .cell.videolb .videoOver {
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0px;
			left: 0px;
			background-color: rgba(0,0,0,.3);
			z-index: 1;
		}
	
		.grid .cell.videolb .playVideo {
			width: 87px;
			height: 87px;
			cursor: pointer;
			position: absolute;
			top: 50%;
			left: 50%;
			margin-top: -43px;
			margin-left: -43px;
			opacity: 1;
			z-index: 2;
			
		  -webkit-transition: all 3ms ease-in-out;
		  -moz-transition: all 3ms ease-in-out;
		  -o-transition: all 3ms ease-in-out;
		  transition: all 3ms ease-in-out;
		}
		
		.grid .cell.videolb:hover .videoOver {
			background-color: rgba(0,0,0,.6);
		}
		
		.grid .cell.videolb:hover .playVideo {
			transform:scale(.95,.95);
		}

		.grid .cell .caption {
			position: absolute;
			top: 7%;
			left: 10%;
			color: #fff;
			opacity: 0;
			font-size: 150%;
			width: 80%;
			text-align: left;
			letter-spacing: .08em;
			font-weight: 300;
		}
		
		.grid .cell .caption p.click {
			padding-top: 10px;
			font-size: 75%;
			font-style: italic;
		}

		.grid .videos .cell .caption {
			left: 0%;
			width: 100%;
		}

		.grid .cell .lbHolder.added {
			position: relative;
			display: block;
			width: 100%;
			height: 100%;
			overflow: hidden;
		}

			.grid .cell .lbHolder.added .lightbox.lbTrigger {
				position: absolute;
				width: 100%;
				left: 0px;
				bottom: 19px;
				color: #fff;
				z-index: 10;
				opacity: 0;
				cursor: pointer;
			}

			.grid .cell:hover .lbHolder.added .lightbox.lbTrigger {
				opacity: 1;
			}

				.grid .cell .lbHolder.added .lightbox.lbTrigger .action {
					display: inline-block;
					*display: inline;
					zoom: 1;
					vertical-align: middle;
					margin-right: 5px;
					background-color: transparent !important;
				}

					.grid .cell .lbHolder .lbTrigger .minus {
						width: 18px !important;
						height: 18px !important;
						opacity: 1 !important;
					}

				.grid .cell .lbHolder.added .lightbox.lbTrigger .theText {
					display: inline-block;
					*display: inline;
					zoom: 1;
					vertical-align: middle;
					margin-right: 0px;
					font-size: 120%;
					/*font-weight: 700;*/
					letter-spacing: .03em;
				}


		.grid .cell .holdMe {
			height: 100%;
			background-color: #fff;
		}

			.grid .cell .holdMe a {
				display: block;
				width: 100%;
				height: 100%;
			}


				.grid .cell img {
					height: 100%;
					width: auto;
					opacity: 0;
				}

				.desktop .grid .cell:hover img {
					opacity: .3 !important;
				}
				
				.desktop .grid .cell.videolb:hover img {
					opacity: 1 !important;
				}

		.desktop .grid .cell:hover .caption {
			opacity: 1;
		}

/* OLD GRID STYLES ARCHIVED BELOW

.grid .gridHolder {
	width: 92% !important;
	margin: auto;
	text-align: left !important;
}

.grid .cell {
	position: relative;
	text-align: center;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

	.grid .cell a, .grid .cell .lbHolder {
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
	}

	.grid .cell a:hover img.photo, .grid .cell .lbHolder:hover img.photo {
		opacity: .6;
	}

	.grid .cell a:hover .zoom, .grid .cell .lbHolder:hover .zoom {
		opacity: 1;
	}

	.grid .cell a:hover .caption, .grid .cell .lbHolder:hover .caption {
		opacity: 1;
	}

	.grid .cell .holdMe {
		display: inline-block;
		*display: inline;
		zoom: 1;
		margin-right: -4px;
		background-color: rgba(0,0,0,1);
	}

	.grid .cell a .vertAlign {
		content: '';
		width: 0px;
		height: 100%;
		vertical-align: middle;
		display: inline-block;
		zoom: 1;
		margin-right: -4px;
	}


@media all and (min-width: 769px) and (max-width: 1023px) {
    .grid .cell { width: 30.3%; }
    .grid .cell:nth-child(3n) { margin-right: -2px !important; }
}

@media all and (min-width: 1024px) and (max-width: 1499px) {
    .grid .cell { width: 21.7%; }
    .grid .cell:nth-child(4n) { margin-right: -2px !important; }
}

@media all and (min-width: 1500px) {
    .grid .cell { width: 17.3%; }
    .grid .cell:nth-child(5n) { margin-right: -2px !important; }
}
*/

	.grid .cell:hover .photoOverlay {
		opacity: 1;
	}

	.grid .cell .photoOverlay {
		display: none;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		background-color: rgba(0,0,0,.7);
		opacity: 0;
		z-index: 4;

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

		-moz-transition-property: opacity;
		-moz-transition-duration: .3s;
		-moz-transition-delay: 0s;

		-o-transition-property: opacity;
		-o-transition-duration: .3s;
		-o-transition-delay: 0s;

		transition-property: opacity;
		transition-duration: .3s;
		transition-delay: 0s;

	}

	/*

	.grid .cell a .zoom {
		display: none;
		width: 100%;
		text-align: center;
		color: #fff;
		font-weight: 600;
		font-size: 100%;
		position: absolute;
		bottom: 43%;
		left: 0px;
		letter-spacing: 1px;
		opacity: 0;
		z-index: 10;
	}



	.grid .cell .lightbox {
		display: block;
		width: 100%;
		text-align: center;
		color: #fff;
		font-weight: 600;
		font-size: 100%;
		position: absolute;
		bottom: 15px;
		left: 0px;
		line-height: 1;
		letter-spacing: 1px;
		z-index: 30;
		cursor: pointer;
	}

		.grid .cell .lightbox .action img {
			width: 8px;
			height: auto;
		}


	.grid .cell .imageHolder {
		width: auto;
		height: auto;
		display: inline-block;
		*display: inline;
		zoom: 1;
		margin-right: -4px;
		position: relative;
		overflow: hidden;
		text-align: center;
		background-color: rgba(0,0,0,1);
	}

		.grid .cell:before {
			content: '';
			width: 0px;
			height: 100%;
			display: inline-block;
			*display: inline;
			zoom: 1;
			vertical-align: middle;
			margin-right: -4px;
		}

		.grid .cell:hover img.photo {
			opacity: .7;
		}

	.grid .cell a {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 1;
	}



	.grid .cell .imageHolder img.photo {
		width: 100%;
		height: auto;
	}



	.grid .cell a img.landscape {
		width: 100% !important;
		height: auto !important;
		display: inline-block;
		*display: inline;
		zoom: 1;
		vertical-align: middle;
	}

	.grid .cell a img.portrait {
		display: block;
		height: 100%;
		width: auto;
		margin: 0px auto;
	}

	.grid .cell .caption {
		display: inline-block;
		*display: inline;
		zoom: 1;
		width: 64%;
		margin: -15px auto;
		text-align: center;
		line-height: 1em;
		border-top: 1px solid #ccc;
		color: #000;
		font-size: 110%;
		letter-spacing: 1px;
		text-transform: uppercase;
		position: absolute;
		bottom: 8px;
		left: 18%;
		opacity: 0;
	}

		.grid .cell .caption .inner {
			position: absolute;
			top: 7px;
			left: -0px;
			width: 100%;
			text-align: center;
		}

	*/

/* LIGHTBOX GRID */

.lightbox .sectionChoice {
	margin-bottom: 25px !important;
}

.lightbox #content {
	padding-top: 50px;
	clear: both;
}

	.lightbox .lbTools {
		width: 100%;
		position: fixed;
		top: 90px;
		left: 0px;
		padding-bottom: 15px;
		background-color: #fff;
	}

	.lightbox .lbTools .inner {
		margin: 0px 4% 0px 4%;
	}

	.lightbox .lbTools a {
		width: 40px;
		float: left;
		margin-right: 5px;
		cursor: pointer;
	}

	.lightbox .lbTools a:last-child {
		float: right;
	}

		.lightbox .lbTools a img {
			width: 100%;
		}

	.lightbox #content h1 {
		font-weight: 300;
	}

/* TAGGED GRID */

.tag #content {
	margin-top: 70px;
}

/* VIDEO PAGE */

/* GRID PAGE */

.videos #wrapper #content {
	width: auto;
}

.videos #wrapper .sectionChoice {
	border: 0px solid #b0b0b0;
	margin: 30px 40px 50px auto;
	font-family: "myriad-pro";
	padding: 10px 15px 10px 15px;
	font-size: 125%;
	letter-spacing: .05em;
	color: #000;
	width: 250px;
	margin: 30px auto 45px auto;
}

	.videos .gridHolder {
		margin: 0% 0% 4% 4%;
		text-align: left !important;
	}

	.videos .cell {
		position: relative;
		text-align: center;
		display: inline-block;
		*display: inline;
		zoom: 1;
		vertical-align: top;
		height: auto;
		width: 47%;
		margin: 0px 2% 2% 0px;
		cursor: pointer;
	}

		.videos .cell .caption {
			position: relative;
			color: #777;
			opacity: 1;
			font-size: 120%;
			width: 180px;
			text-align: center;
			letter-spacing: .03em;
			font-weight: 300;
			border-top: 1px solid #c7c7c7;
			margin: 15px auto;
			padding-top: 10px;
		}

		.videos .cell img {
			width: 100%;
			height: auto;
			opacity: 1;
		}

		.no-touch .videos .cell:hover img {
			opacity: .3 !important;
		}

		.no-touch .videos .cell:hover .caption {
			opacity: 1;
		}

/* SCROLL PAGE */

body.scroll {
	overflow: hidden;
}

body.scroll #wrapper {
	height: 95%;
}

#wrapper #content.scrollHolder {
	min-width: 100%;
	height: 90%;
	margin: 10px 0px 0px 0px;
	overflow-x: scroll;
	text-align: left;
	padding-top: 93px;
}

	#wrapper #content.scrollHolder .scrollMe {
		height: 100%;
	}

	#wrapper #content.scrollHolder td.cell {
		position: relative;
		height: 100%;
		width: auto;
		vertical-align: top;
	}

	#wrapper #content.scrollHolder td.cell img {
		margin-right: 5px;
		width: auto;
		height: 100%;
	}

	#wrapper #content.scrollHolder td.cell .photoOverlay .lightbox {
		position: absolute;
		bottom: 50px;
		left: 13px;
		color: #fff;
		/*font-weight: 600;*/
		letter-spacing: 1px;
		cursor: pointer;
		font-size: 110%;
		text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
	}

		.Windows #wrapper #content.scrollHolder td.cell .photoOverlay .lightbox {
			bottom: 33px;
		}

		#wrapper #content.scrollHolder td.cell .photoOverlay .action {
			width: 25px;
			height: 25px;
			background-color: rgba(0,0,0,0);
			display: inline-block;
			*display: inline;
			zoom: 1;
			margin-right: 3px;
			vertical-align: middle;
			font-size: 190%;
			line-height: 26px;
			text-align: center;
			/*font-weight: 400;*/
			-webkit-font-smoothing: subpixel-antialiased;
		}

		#wrapper #content.scrollHolder td.cell .photoOverlay .lightbox:hover .action {
			background-color: rgba(0,0,0,.5);
		}

		#wrapper #content.scrollHolder td.cell .photoOverlay .action img {
			width: 13px;
			height: auto;
			position: relative;
			top: 6px;
			left: 2px;
		}

		#wrapper #content.scrollHolder td.cell .photoOverlay .theText {
			display: inline-block;
			*display: inline;
			zoom: 1;
			margin-right: -4px;
			vertical-align: middle;
			opacity: 0;
		}

		#wrapper #content.scrollHolder td.cell .photoOverlay .lightbox.lbTrigger:hover .theText {
			opacity: 1;
		}



	#wrapper #content.scrollHolder td.cell .photoOverlay .zoom {
		display: block;
		width: 100%;
		text-align: center;
		color: #fff;
		/*font-weight: 600;*/
		font-size: 100%;
		position: absolute;
		bottom: 49%;
		left: 0px;
		letter-spacing: 1px;
		opacity: 0;
	}

	#wrapper #content.scrollHolder td.cell:hover .zoom {
		opacity: 1;
	}

	#wrapper #content.scrollHolder td.cell .caption {
		font-size: 100%;
		/*text-transform: uppercase;*/
		padding-top: 4px;
		padding-left: 3px;
    letter-spacing: 0.08em;
	}

/* TEXT PAGE */

.info #content.infoHolder {
	padding-top: 93px;
}

.info .infoHolder .twoColumns {
	width: 60%;
	max-width: 800px;
	margin: 50px auto;
}

	.info .infoHolder ul.clients {
		list-style-type: none;
		text-align: left;
		margin: 50px 4% 30px 4%;
	}

	.info .infoHolder ul.clients li {
		display: inline-block;
		*display: inline;
		zoom: 1;
		margin-right: 0px;
		font-size: 350%;
		/*font-weight: 600;*/
		position: relative;
		line-height: 1em;
		margin-bottom: 16px;
	}

		.info .infoHolder ul.clients li .underlineThis {
			border-bottom: 2px solid #fff;
			display: inline-block;
			*display: inline;
			zoom: 1;
			margin-right: 3px;
			letter-spacing: .1em;
		}

		.info .infoHolder ul.clients li a {
			color: inherit;
			text-decoration: none;
		}

		.info .infoHolder ul.clients li:hover {
		}

			.info .infoHolder ul.clients li:hover .underlineThis {
				border-bottom: 2px solid #000;
			}

		.info .infoHolder ul.clients li .number {
			background-color: #000;
			font-weight: 600;
			width: 22px;
			height: 22px;
			color: #fff;
			font-size: 30%;
			border-radius: 50%;
			position: absolute;
			top: 0px;
			right: 0px;
			z-index: 1;
			text-align: center;
			display: none;
			line-height: 1.6em;
		}

		.info .infoHolder ul.clients li:hover .number {
			display: block;
		}

	@media all and (max-width: 1100px) {
		.info .infoHolder ul.clients li {
			font-size: 310%;
		}

		.info .infoHolder ul.clients li .number {
			width: 20px;
			height: 20px;
		}

	}

	.info .infoHolder .leftCol {
		display: inline-block;
		*display: inline;
		zoom: 1;
		margin-right: 40px;
		vertical-align: top;
		text-align: right;
		width: 172px !important;
	}

		.info .infoHolder .leftCol h1 {
			font-size: 550%;
			letter-spacing: 1px;
			border-bottom: 1px solid #c8c8c8;
			line-height: 1em;
			display: inline-block;
			*display: inline;
			zoom: 1;
		}

	.info .infoHolder .rightCol {
		display: inline-block;
		*display: inline;
		zoom: 1;
		margin-right: -4px;
		vertical-align: top;
		text-align: left;
	}

	.info .infoHolder .rightCol p {
		font-size: 115%;
		margin-bottom: 20px;
		letter-spacing: .03em;
		line-height: 1.4em;
		/*font-weight: 400;*/
	}

	.info .infoHolder a {
		color: #909090;
		text-decoration: none;
	}

	.info .infoHolder a:hover {
		text-decoration: underline;
	}

/* FOOTER */

	#wrapper #footer {
		width: 100%;
		background-color: transparent;
		display: block;
		position: relative;
		z-index: 5;
	}

	.home #wrapper #footer {
		position: absolute;
		left: 0px;
		bottom: 20px;
		z-index: 90;
	}

		#wrapper #footer .inner {

		}

		#wrapper #footer .inner .bottomLink {
			display: none;
		}

		.scroll #wrapper #footer .inner .bottomLink {
			text-decoration: none;
			font-size: 110%;
			font-weight: 400;
			display: block;
			position: absolute;
			left: 4%;
		}

			.scroll #wrapper #footer .inner .bottomLink img {
				width: 17px;
				height: auto;
				display: inline;
				vertical-align: middle;
			}

			.scroll #wrapper #footer .inner .bottomLink.clients img {
				width: 8px;
				height: auto;
			}

			.scroll #wrapper #footer .inner .bottomLink:hover img {

			}

			.scroll #wrapper #footer .inner .bottomLink span {
				display: inline;
				vertical-align: middle;
				color: #BEBEBE;
				margin-left: 4px;
				letter-spacing: .05em;

				transition: all .2s;
				-webkit-transition: all .2s;
				-moz-transition: all .2s;
				-o-transition: all .2s;
			}

			.scroll #wrapper #footer .inner .bottomLink:hover span {
				color: #000000;
			}


		#wrapper #footer .social {
			list-style-type: none;
			float: right;
			margin: 0px 60px 45px 0px;
		}

		#wrapper #footer .social li {
			display: inline-block;
			*display: inline;
			zoom: 1;
			margin-right: 4px;
			position: relative;
		}

		#wrapper #footer .social li a {
			display: block;
			width: 17px;
			height: 17px;
		}

		#wrapper #footer .social li img {
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 10;
			width: 100%;
		}

		#wrapper #footer .social li:last-child {
			margin-right: 0px;
		}

		#wrapper #footer .social li img:last-child {
			z-index: 11;
		}

		#wrapper #footer .social li a:last-child {
			display: block;
		}

		.home #wrapper #footer .social li img:last-child {
			z-index: 11;
		}

		.home #wrapper #footer .social li a:last-child {
			display: none;
		}

/* OVERLAYS */

.overlays {

}

.overlays .closelb {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 40;
}

.overlay {
	position: fixed;
	z-index: 5;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9);
	text-align: center;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-right: -4px;
	vertical-align: top;
	display: none;
}

#photolb.overlay {
	background-color: rgba(255,255,255,.9);
	z-index: 20;
}

	.overlay.ON {
		display: block;
	}

	.overlay:before {
		content: '';
		width: 0px;
		height: 100%;
		display: inline-block;
		*display: inline;
		zoom: 1;
		margin-right: -4px;
		vertical-align: middle;
	}

	.overlay ul {
		max-width: 70%;
	}

	.overlay ul, .overlay .inner {
		list-style-type: none;
		display: inline-block;
		*display: inline;
		zoom: 1;
		margin-right: -4px;
		vertical-align: middle;
		position: relative;
		z-index: 60;
	}

	.overlay .inner {
		height: auto;
		width: auto;
		position: relative;
		text-align: center;
		z-index: 60;
	}

	#photolb.overlay .inner {
		width: 65%;
		height: 75%;
	}

	#video.overlay .inner {
		position: relative;
		top: auto;
		height: auto;
		z-index: 50;
	}

	.overlay .inner img.photo {
		height: auto;
		width: auto;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
	
	/*
	.overlay .inner img.photo.square {
		height: auto;
		width: auto;
		margin: auto;
		max-width: 65%;
		max-height: 100%;
	}
	*/

	.overlay .close {
		position: absolute;
		top: 45%;
		left: 0px;
		z-index: 40;
		cursor: pointer;
		width: 100%;
		text-align: center;
		opacity: 0;
	}

	.overlay .close.ON {
		opacity: 1;
	}

	.overlay .arrows {
		position: absolute;
		top: 50%;
		left: 0px;
		width: 100%;
    margin-top: -50px;
		z-index: 50;
	}

	.overlay .arrows span {
		position: absolute;
		z-index: 50;
		font-size: 200%;
		cursor: pointer;
		padding: 20px;
	}

		.overlay .arrows .left {
			left: 10px;
		}

		.overlay .arrows .right {
			right: 10px;
		}

	.overlay .icons {
		position: absolute;
		left: 20px;
		bottom: 15px;
		z-index: 50;
	}

		.overlay .icons img {
			margin-bottom: 5px;
			cursor: pointer;
		}

		.overlay .icons .st_sharethis_custom{
			background: url("/images/icon-share.png") no-repeat scroll left top transparent;
			width: 27px;
			height: 27px;
			display: block;
			margin-bottom: 5px;
			cursor: pointer;
		}

		.overlay .fullScreenIcon {
			position: absolute;
			left: 20px;
			top: 15px;
			z-index: 10;
		}

	.overlay ul li {
		font-size: 400%;
		/*font-weight: 600;*/
		letter-spacing: .03em;
		line-height: 1em;
		display: block;
		margin: 0px auto 25px auto;
		color: #fff;
	}

	.overlay ul li a {
		text-decoration: none;
		color: inherit;
		display: inline-block;
		*display: inline;
		zoom: 1;
		border-bottom: 2px solid transparent;
	}

	.no-touch .overlay ul li a:hover {
		border-bottom: 2px solid #fff;
	}

	.overlay .caption {
		padding-top: 5px;
		font-size: 130%;
	}

	.overlay .linkHolder {
		position: relative;
		z-index: 20;
		color: #fff;
		font-size: 2em;
		width: 60%;
		margin: 0% auto 0% auto;
	}

	.overlay .linkHolder .title {
		text-transform: uppercase;
		font-size: 1.5em;
		/*font-weight: 600;*/
	}

/* SHARING */

#content.shareHolder {
	margin-top: 20px;
}

	#content.shareHolder img.portrait {
		height: 100%;
		width: auto;
	}

	#content.shareHolder img.landscape {
		width: 900px;
		height: auto;
	}
	
/* CLIENT PAGES */

.login .formHolder {
	text-align: left;
	margin-left: 4%;
	margin-top: 5%;
}

.client .catSelect {
	margin-bottom: 20px;
}

.client h1 {
    color: #000;
    font-size: 140%;
    letter-spacing: .15em;
	margin-bottom: 10px;
}

.client h2 {
    color: #666;
	font-style: italic;
    font-size: 100%;
    letter-spacing: .15em;
	margin-bottom: 10px;
	font-weight: 300;
}

.client input[type="text"], .client input[type="password"], .client select {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	padding: 5px;
	border: 1px solid #ededed;
	font-size: 100%;
}

.client input[type="submit"] {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	padding: 5px;
	border: 1px solid #ededed;
	font-size: 100%;
}
