/*TYPEKIT FONT WEIGHTS
Adobe Text Pro
Regular: 400
Semibold: 600*/

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

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

body {
	font-family: "adobe-text-pro", serif;
	font-weight: 400;
	letter-spacing: .05em;
	color: #838383;
	height: 100% !important;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #9c474f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 400;
}

em {
	font-style: italic;

}

.inline {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

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

	.centerMe {
		display: inline-block;
		*display: inline;
		zoom: 1;
		vertical-align: middle;
	}

	.bgcover {
		background-size: cover;
		background-position: 50% 50%;
	}

.mobileOnly {
	display: none !important;
}

.hidden {
	display: none;
}

#wrapper {
	width: 100%;
	height: 100%;
}

.loadNeeded #content {
	opacity: 0;
}

.clear {
	clear: both;
}

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

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

    .loader {
        display: none;
        position: fixed;
        top: 130px;
        left: 0px;
        width: 100%;
        height: 100% !important;
        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;
    }

	.scroll .loader {
		top: 85px;
	}

	.showSub .loader {
		top: 150px;
	}

	.loadNeeded .loader {
		display: block;
	}

    .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: 37%;
		left: 50%;
		margin-left: -25px;
		margin-top: -25px;
    }

	.home .loader img {
		top: 50%;
	}

/* HEADER */

#header {
	width: 100%;
	height: 75px;
	background-color: #ececec;
	position: fixed;
	top: 0px;
	left: 0px;
	text-align: center;
	z-index: 100;
}

	#header .inner {
		width: 95%;
		margin: auto;
		text-align: left;
	}

	#header .inner .logo {
		height: auto;
    width: 279px;
    padding-top: 3px;
	}

	#header .inner .nav {
		list-style-type: none;
    width: 50%;
    float: right;
    text-align: right;
    color: #000;
    font-size: 90%;
    margin-top: 5px;
    font-style: italic;
	}

	#header .inner .nav li {
		margin-left: 20px;
	}

	#header .inner .nav a {
		color: inherit;
    background-image: url('/images/nav_ro.png');
    background-position: 50% -100px;
    background-repeat: no-repeat;
    background-size: 16px auto;
    padding-bottom: 20px;
	}

	.no-touch #header .inner .nav a:hover {
		background-position: 50% 18px;
    text-decoration: none;
	}

/* FOOTER */

#footer {
	width: 100%;
	height: 88px;
	background-color: #2f2c2c;
	color: #fff;
	text-align: center;
}

	#footer .inner {
		width: 95%;
		margin: auto;
		font-size: 75%;
		text-align: left;
	}

	#footer .inner .nav {
		list-style-type: none;
		text-align: left;
		float: left;
		width: 50%;
		margin-top: 0px;
	}

		#footer .inner .nav li {
			margin-right: 25px;
			color: #f3f3f3;
		}

		#footer .inner .nav li a {
			color: inherit;
			font-style: italic;
		}

	#footer .inner .copyright {
		text-align: right;
		float: right;
		width: 50%;
		color: #f3f3f3;
	}

		#footer .inner .copyright a {
			color: inherit;
		}


/* HOMEPAGE SPLASH */

#splash {
	width: 100%;
	height: 100%;
	text-align: center;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
}

	.inLimbo {
		height: 340px;
    	background-color: #fff;
    	text-align: center;
	}

	#splash .logoHolder,
	.inLimbo .logoHolder {
		width: 98%;
		margin-right: -4px;
	}

	#splash .logo,
	.inLimbo .logo {
		width: 40%;
	}

	#splash ul.nav,
	.inLimbo ul.nav {
		list-style-type: none;
		color: #000;
		font-style: italic;
    margin-top: 40px;
	}

	#splash ul.nav li:after,
	.inLimbo ul.nav li:after {
		content: '|';
		margin: 0px 6px 0px 10px;
	}

	#splash ul.nav li:last-child:after,
	.inLimbo ul.nav li:last-child:after {
		content: '';
	}

	#splash ul.nav li a,
	.inLimbo ul.nav li a {
		color: inherit;
		background-image: url('/images/nav_ro.png');
    background-position: 50% -100px;
    background-repeat: no-repeat;
    background-size: 16px auto;
		padding-bottom: 17px;
	}

	.no-touch #splash ul.nav li a:hover,
	.no-touch .inLimbo ul.nav li a:hover {
		background-position: 50% 19px;
		text-decoration: none;
	}

	#splash .arrow {
		position: absolute;
		bottom: 80px;
		left: 0px;
		width: 100%;
	}

		#splash .arrow img {
			width: 35px;
			display: block;
			margin: auto;
			cursor: pointer;
		}


.scrollContent {
	position: relative;
	/*set top value as bHeight with jQuery*/
	left: 0px;
	z-index: 12;
}

	.scrollContent .animals {
		position: absolute;
    top: -100px;
    left: 100px;
    width: 25%;
    min-width: 350px;
    z-index: 20;
	}


/* WORK */

#work {
	width: 100%;
	min-height: 500px;
	text-align: center;
	position: relative;
}

	#work .gridHolder {
		width: 70%;
		min-width: 960px;
		max-width: 1800px;
		padding: 100px 0px 65px 0px;
		margin: auto;
		list-style-type: none;
	}

	.home #work .gridHolder {
	    padding-top: 300px;
	    min-width: 0px;
	}

	@media all and (max-width: 1400px) {
		#work .gridHolder {
			width: 90%;
		}
	}

	#work .gridHolder .cell {
		width: 48%;
	    text-align: left;
	    color: #000;
	    margin: 0;
	    opacity: 0;
	}

	.gutter-sizer {
		width: 4%;
	}
	.grid-sizer,
	.home #work .gridHolder .cell {
		width: 47.5%;
	}

	@media all and (min-width: 1000px) {
		.gutter-sizer {
			width: 4%;
		}
		.grid-sizer,
		.home #work .gridHolder .cell {
			width: 30.66%;
		}
	}

	#work .gridHolder .cell a {
		display: block;
		width: 100%;
		height: auto;
	}

	.home .gridHolder .cell a:hover {
		text-decoration: none;
	}

	#grid li.shown {
		opacity: 1 !important;
	}

	/* 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; }
	}


		#work .gridHolder .cell .holdMe {
			width: 100%;
			display: block;
			position: relative;
		}

			#work .gridHolder .cell .holdMe .overlay {
				position: absolute;
				top: 0px;
				left: 0px;
				display: block;
				width: 100%;
				height: 100%;
				background-color: rgba(0,0,0,.6);
				opacity: 0;
				z-index: -1;
				cursor: pointer;

				transition-property: opacity, z-index;
				transition-duration: .2s, 0s;
				transition-delay: 0s, .2s;
				-webkit-transition-property: opacity, z-index;
				-webkit-transition-duration: .2s, 0s;
				-webkit-transition-delay: 0s, .2s;
				-moz-transition-property: opacity, z-index;
				-moz-transition-duration: .2s, 0s;
				-moz-transition-delay: 0s, .2s;
				-o-transition-property: opacity, z-index;
				-o-transition-duration: .2s, 0s;
				-o-transition-delay: 0s, .2s;
			}

			.no-touch #work .gridHolder .cell:hover .holdMe .overlay {
				opacity: 1;
				z-index: 20;

				transition-property: opacity, z-index;
				transition-duration: .2s, 0s;
				transition-delay: 0s, 0s;
				-webkit-transition-property: opacity, z-index;
				-webkit-transition-duration: .2s, 0s;
				-webkit-transition-delay: 0s, 0s;
				-moz-transition-property: opacity, z-index;
				-moz-transition-duration: .2s, 0s;
				-moz-transition-delay: 0s, 0s;
				-o-transition-property: opacity, z-index;
				-o-transition-duration: .2s, 0s;
				-o-transition-delay: 0s, 0s;
			}

				#work .gridHolder .cell .holdMe .overlay img {
					opacity: 1 !important;
					width: 119px !important;
				}

			#work .gridHolder .cell img.photo {
				display: block;
				width: 100%;
			}

	#work .gridHolder .cell .caption {
		color: #000;
		font-size: 100%;
		width: 100%;
	}

	#work .gridHolder .cell .caption .line {
		border-top: 1px solid #000;
		width: 75px;
		height: 1px;
		margin-bottom: 9px;
    display: block;
    margin-top: 16px;
	}

	#work .gridHolder .cell .caption h1 {
		width: 100%;
		text-align: left;
		display: block;
		font-weight: 400;
		letter-spacing: .03em;
		font-size: 90%;
	}

	#work .cactus {
		position: absolute;
		bottom: 0px;
		right: 100px;
		width: 75px;
		z-index: 10;
	}

/* CONTACT */

#contact {
	width: 100%;
	padding: 75px 0px;
	background-color: #fff;
	text-align: center;
	position: relative;
}

	#contact .parallax {
		position: absolute;
		top: 13%;
		left: 100px;
		width: 250px;
		height: auto;
	}

	@media all and (max-width: 1390px) {
		#contact .parallax {
			left: 40px;
		}
	}

	#contact .inner {
		width: 50%;
		max-width: 600px;
		color: #1f1f1f;
		margin: auto;
		line-height: 110%;
	}

	#contact .inner h1 {
		font-size: 100%;
		font-weight: 300;
		border-bottom: 1px solid #d8d8d8;
		display: inline-block;
		*display: inline;
		zoom: 1;
		padding: 0px 25px 15px 25px;
		margin-bottom: 30px;
	}

	#contact .inner p {
		font-size: 90%;
    margin-bottom: 30px;
    font-style: italic;
    line-height: 1.8em;
    letter-spacing: .06em;
	}

/* PROJECT DETAIL PAGE */

.project #content {
	margin: 125px auto;
	width: 85%;
	position: relative;
	z-index: 5;
	overflow: hidden;
}

	.project .gridHolder .cell {
		position: relative;
		margin: 0px 0px 5% 0px;
	}

		.project .gridHolder .cell img {
			cursor: pointer;
		}

	.project .cell.small .caption .line,
	.project .cell.large .caption .line {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
		width: 75px;
		height: 1px;
		margin-bottom: 11px;
		display: block;
	}

	.project .cell.medium .caption .line {
		border-top: 1px solid rgba(0, 0, 0, 0.2);
		width: 75px;
		height: 1px;
		margin-bottom: 11px;
		display: block;
		margin-top: 16px;
	}


	.project .cell .caption .icon {
		width: 71px !important;
		opacity: 1;
		display: none;
	}

	.project .cell.medium .caption .icon {
		display: block;
	}

	.project .gridHolder .cell img {
		opacity: 0;
	}

	.project .gridHolder .cell.large {
		width: 100%;
	}

		.project .gridHolder .cell.large .caption {
			display: inline-block;
			*display: inline;
			zoom: 1;
			margin-right: -4px;
			width: 70%;
	    max-width: 840px;
			margin-top: 20px;
			font-size: 80%;
	    line-height: 1.9em;
			color: #000;
		}



		.project .gridHolder .cell.large img {
			width: 100%;
		}

	.project .gridHolder .cell.medium {
		width: 100%;
	}

		.project .gridHolder .cell .holdIt {
			width: 100%;
			display: block;
			position: relative;
		}

		.project .gridHolder .cell.medium .holdIt {
			width: 60%;
			display: inline-block;
			*display: inline;
			zoom: 1;
			margin-right: -4px;
			vertical-align: middle;
			position: relative;
		}

			.holdIt .overlayCell {
				position: absolute;
				top: 0px;
				left: 0px;
				display: block;
				width: 100%;
				height: 100%;
				background-color: rgba(0,0,0,.6);
				opacity: 0;
				z-index: -1;
				cursor: pointer;
				text-align: center;
			}

			.no-touch .holdIt:hover .overlayCell {
				opacity: 1;
				z-index: 20;
			}

				.project .holdIt .overlayCell img {
					opacity: 1 !important;
					width: 119px !important;
				}

			.project .gridHolder .cell.medium .photo {
				width: 100%;
				vertical-align: top;
			}

		.holdIt .videoIcon {
			position: absolute;
			top: 50%;
			left: 50%;
			color: #fff;
			margin: -45px 0px 0px -45px;
			z-index: 50;
		}

			.holdIt .videoIcon img {
				width: 94px;
				opacity: 1 !important;
			}

		.project .gridHolder .cell.medium .caption {
			display: inline-block;
			*display: inline;
			zoom: 1;
			margin-right: -4px;
			width: 35%;
			margin-left: 5%;
	    margin-top: -40px;
			font-size: 80%;
	    line-height: 1.9em;
	    color: rgb(119, 119, 119);
			height: 100%;
			vertical-align: middle;
		}

		.project .gridHolder .cell.medium .caption p {
			margin-bottom: 20px;
		}

			.project .gridHolder .cell.medium .caption p em {
				color: rgba(0,0,0,.6);
			}



	.project .gridHolder .cell.small {
		width: 47%;
		margin-right: 5%;
	}

	.project .gridHolder .cell.small.noMargin {
		margin-right: 0px;
	}

		.project .gridHolder .cell.small img {
			width: 100%;
		}

		.project .gridHolder .cell.small .caption {
			display: inline-block;
			*display: inline;
			zoom: 1;
			margin-right: -4px;
			width: 100%;
			margin-top: 20px;
			font-size: 80%;
	    line-height: 1.9em;
			color: #000;
		}

			.project .gridHolder .cell .caption p {
				padding-bottom: 1.9em;
			}

			.project .gridHolder .cell .caption p:last-child {
				padding-bottom: 0em;
			}

			.project .gridHolder .cell .caption p em {
				color: rgba(0,0,0,.6);
			}

.project .projectEnd {
	width: 100%;
	margin: 50px auto;
	padding-bottom: 30px;
	text-align: center;
	font-size: 70%;
	color: #949494;
}

	.project .projectEnd img {
		width: 30px;
		margin-bottom: 20px;
		padding: 0px 80px 10px 80px;
		border-bottom: 1px solid #949494;
	}

	.project .projectEnd a {
		color: inherit;
	}

/* OVERLAYS */

.overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
  background-color: rgba(0,0,0,1);
	opacity: 0;
	text-align: center;

	transition: z-index, opacity;
	transition-duration: 0s, .4s;
	transition-delay: .4s, 0s;
	-webkit-transition: z-index, opacity;
	-webkit-transition-duration: 0s, .4s;
	-webkit-transition-delay: .4s, 0s;
	-moz-transition: z-index, opacity;
	-moz-transition-duration: 0s, .4s;
	-moz-transition-delay: .4s, 0s;
	-o-transition: z-index, opacity;
	-o-transition-duration: 0s, .4s;
	-o-transition-delay: .4s, 0s;
}

.overlay.ON {
	z-index: 100;
	opacity: 100;

	transition: z-index, opacity;
	transition-duration: 0s, .4s;
	transition-delay: 0s, 0s;
	-webkit-transition: z-index, opacity;
	-webkit-transition-duration: 0s, .4s;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition: z-index, opacity;
	-moz-transition-duration: 0s, .4s;
	-moz-transition-delay: 0s, 0s;
	-o-transition: z-index, opacity;
	-o-transition-duration: 0s, .4s;
	-o-transition-delay: 0s, 0s;
}

	.overlay .closelb {
		position: absolute;
    top: 0px;
    right: 0px;
    z-index: 4;
    cursor: pointer;
    padding: 25px;
	}

		.overlay .closelb img {
			width: 20px;
			height: auto;
			display: block;
		}

	.overlay .inner {
		position: relative;
		height: 70%;
		width: 70%;
		margin: auto;
		font-size: 80%;
		text-align: center;
		line-height: 120%;
		z-index: 3;
	}

	.overlay .inner img {
		opacity: 0;
		max-width: 99%;
		max-height: 99%;
		height: auto;
		width: auto;
		margin: auto;
	}

	.overlay .inner .caption {
		width: 500px;
		margin: 10px auto;
		color: #fff;
	}

	.overlay .left {
		position: absolute;
		top: 50%;
		left: 0px;
		padding: 35px;
		cursor: pointer;
		z-index: 2;
		margin-top: -44px;
	}

	.overlay .right {
		position: absolute;
		top: 50%;
		right: 0px;
		padding: 35px;
		cursor: pointer;
		z-index: 2;
		margin-top: -44px;
	}

		.overlay .left img,
		.overlay .right img {
			width: 11px;
			display: block;
			height: auto;
		}

	.overlay .bigClose {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 1;
		width: 100%;
		height: 100%;
	}

	/*
	.overlay .inner img.portrait, .overlay .inner img.square {
		width: 50%;
		margin: auto;
		margin: 0px auto 10px auto;
	}
	*/
