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

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

body {
	font-family: "futura-pt",sans-serif;
	font-weight: 400;
	color: #141313;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

	.inline: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%;
	text-align: left;
	height: 100px;
	position: relative;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}

	#header .inner {
		width: 99%;
	}

	#header .inner .logoHolder {
		width: 183px;
		padding-left: 25px;
	}

	#header .inner .logo {
		width: 100%;
		margin: auto;
	}

	#header .inner .nav {
		list-style-type: none;
		width: 75%;
		float: right;
		text-align: right;
		padding-right: 25px;
		padding-top: 7px;
	}

	.hideNav #header .inner .nav {
		display: none;
	}

		#header .inner .nav li {
			text-transform: uppercase;
			color: #585858;
			font-size: 80%;
			padding-left: 10px;
			letter-spacing: .05em;
		}

		#header .inner .nav li.images {
			font-weight: 500;
			color: #000;
		}

		#header .inner .nav li.divider {
			font-size: 60%;
			font-weight: 500;
			color: #000;
			position: relative;
			top: 2px;
			letter-spacing: -1.2em;
		}

		#header .inner .nav li.pageOn a {
			text-decoration: underline;
		}

	#header .inner .trigger {
		width: 30px;
		height: 60px;
		position: absolute;
		top: 9px;
		right: 4%;
		z-index: 10;
		text-align: right;
		cursor: pointer;
	}

		#header .inner .trigger:before {
			content: '';
			width: 0px;
			height: 69px;
			display: inline-block;
			*display: inline;
			zoom: 1;
			margin-right: -4px;
			vertical-align: middle;
		}

		#header .inner .trigger .menuButton {
			position: relative;
			display: inline-block;
			*display: inline;
			zoom: 1;
			margin-right: -4px;
			vertical-align: middle;
			width: 30px;
			right: 6%;
		}

			#header .inner .trigger .menuButton .line {
				display: block;
				width: 100%;
				height: 1px;
				margin-bottom: 6px;
				background-color: rgba(0,0,0,1);

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

			#header .inner .trigger .menuButton .line:last-child {
				margin-bottom: 0px;
			}

#header.smaller {
	height: 65px;
	background-color: #f9f9f9 !important;

	-webkit-box-shadow: 0px 6px 5px -2px rgba(112,112,112,045.);
	-moz-box-shadow: 0px 6px 5px -2px rgba(112,112,112,0.45);
	box-shadow: 0px 6px 5px -2px rgba(112,112,112,0.45);
}

.hideNav #header {
	height: 65px;
}

#footer {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	opacity: 0;
}

	#footer .inner {
		width: 97%;
		margin: auto;
		border-top: 1px solid #b7b7b7;
		padding-top: 10px;
		color: #b7b7b7;
	}

	#footer .inner .nav {
		list-style-type: none;
		width: 60%;
		text-align: left;
		margin-right: -4px;
	}

	#footer .inner .nav li {
		text-transform: uppercase;
		margin-right: 10px;
		font-size: 70%;
	}

	#footer .inner .copyright {
		width: 40%;
		margin-right: -4px;
		text-align: right;
		font-size: 70%;
	}


/* PAGE SPECIFIC */

.home #content {
	width: 100%;
	height: auto;
	text-align: center;
}

	.home #content #splash {
		width: 100%;
		height: 100%;
		cursor: pointer;
	}

.home .logo {
	width: 50%;
	margin: auto;
	max-width: 230px;
}

.home .newsFeed {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 38px;
	color: #fff;
	background-color: rgba(0,0,0,.6);
	z-index: 10;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.home .newsFeed.close {
	bottom: -50px;
}

	.home .newsFeed .inner {
		font-size: 90%;
		padding-left: 10px;
	}

	.home .newsFeed .inner p {
		display: inline-block;
		*display: inline;
		zoom: 1;
	}

	.home .newsFeed .inner .close {
		cursor: pointer;
		width: 11px;
		margin-right: 10px;
		position: relative;
		top: 4px;
	}

/* BLOG PAGE */

.blog #header {
	position: fixed;
	background-color: transparent;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.blog #header.smaller {
	background-color: transparent !important;
	-webkit-box-shadow: 0px 6px 5px -2px rgba(112,112,112,0);
	-moz-box-shadow: 0px 6px 5px -2px rgba(112,112,112,0);
	box-shadow: 0px 6px 5px -2px rgba(112,112,112,0);
}

.blog #content {
	width: 100%;
	height: 100%;
}

	.blog #content .top {
		width: 100%;
		height: 50%;
	}

	.blog #content .bottom {
		width: 100%;
		text-align: center;
	}

	.blog #content .bottom .inner {
		width: 75%;
		max-width: 950px;
		margin: 30px auto;
		font-size: 90%;
	}

	.blog #content .bottom .inner p {
		margin-bottom: 30px;
		line-height: 150%;
	}

	.blog #content .social {
		list-style-type: none;
		opacity: 0;
		margin-top: 7px;
	}

		.blog #content .social li {
			margin-right: 4px;
			margin-left: 4px;
		}

		.blog #content .social li:hover {
			opacity: .5;
		}

		.blog #content .social img {
			width: 25px;
		}

/* GRID PAGE */

body.grid {
	overflow-x: hidden;
}

.grid #header {
	position: fixed;
	background-color: #fff;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.grid #content {
	width: 99%;
	opacity: 0;
	margin-left: 30px;
	margin-top: 100px;
}

	/*
	.grid #content .cell {
		width: 21%;
		margin: 0px 4% 4% 0%;
	}
	*/

	/*
	@media all and (max-width: 1100px) {

		.grid #content .cell {
			width: 30%;
			margin: 0px 3% 3% 0%;
		}

	}
	*/

		.grid #content .cell {
			width: 30%;
			margin: 0px 3% 3% 0%;
			position: relative;
		}

		.grid #content .cell .imgOverlay {
			opacity: 0;
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0px;
			left: 0px;
			z-index: -1;
			background-color: rgba(255,255,255, .5);

			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}

	.grid #content .cell .photo {
		opacity: 0;
	}

	.grid #content .cell img {
		width: 100%;
		/*-webkit-backface-visibility: hidden;*/

	}

	.grid #content .cell:hover .imgOverlay {
		opacity: 1 !important;
		z-index: 10;
	}

	.grid #content .cell .title {
		padding: 7px 0px 7px 0px;
		opacity: 0;
	}

	.grid #content .cell .title .line {
		display: block;
		border-bottom: 1px solid #cacaca;
		padding-top: 3px;
		width: 0px;
		opacity: 0;

  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;

	}

	.grid #content .cell:hover .title .line {
		width: 125px;
	}

/* SLIDESHOW PAGE */

.slideshow #content {
	width: 100%;
	margin: auto;
	position: relative;
}

	.slideshow .caption {
		width: 100%;
		height: 30px;
		margin: 10px auto;
		color: #000;
		font-size: 80%;
		text-align: center;
	}

	.slideshow .cycle-prev {
		width: 50%;
		height: 97%;
		position: absolute;
		top: 0%;
		left: 0%;
		z-index: 200;
		cursor: url(/images/icon-leftArrow.png), auto;
	}

	.slideshow .close {
		position: absolute;
		top: -70px;
		right: 15px;
		z-index: 10;
		width: 13px;
		padding: 25px;
	}

	.slideshow .cycle-next {
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0%;
		right: 0%;
		z-index: 201;
		cursor: pointer;
		cursor: url(/images/icon-rightArrow.png), auto;
	}

	.slideshow #content .cycle-slideshow {
		text-align: center;
		width: 100%;
		height: 94%;
		position: relative;
	}

	.slideshow #content .cycle-slideshow .cell {
		width: 100%;
		height: 100%;
		text-align: center;
	}

	.slideshow #content .cycle-slideshow .cell .imageHolder {
		opacity: 0;
	}

	.slideshow #content .cycle-slideshow .cell img {
		height: 90%;
		width: auto;
		margin: auto;
	}

	.slideshow #content .cycle-slideshow .cell h1 {
		font-size: 90%;
		font-weight: 300;
		margin-top: 20px;
		color: #838383;
	}

	.slideshow #content .lightbox {
		width: 100%;
		text-align: center;
		position: relative;
		font-size: 80%;
		z-index: 300;
		color: #8d8d8d;
	}

/* SCROLL PAGE */

body.scroll {
	overflow: hidden;
}

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

	.scroll .close {
		position: absolute;
		top: -2px;
		right: 15px;
		z-index: 10;
		width: 13px;
		padding: 25px;
	}

#wrapper #content.scrollHolder {
	min-width: 100%;
	height: 97%;
	margin: 0px;
	overflow-x: scroll;
	overflow-y: hidden;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 10px;
	opacity: 1;
	position: relative;
}

	#wrapper #content.scrollHolder .scrollMe {
		height: 100%;
		padding-right: 30px;
		padding-left: 30px;
	}

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

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

	#wrapper #content.scrollHolder td.cell .lightbox {
		font-size: 80%;
		display: inline-block;
		*display: inline;
		zoom: 1;
		color: #8d8d8d;
		padding: 9px 0px;
		width: 50%;
		margin-left: -15px;
		text-align: right;
	}

	#wrapper #content.scrollHolder td.cell .caption {
		font-size: 80%;
		display: inline-block;
		*display: inline;
		zoom: 1;
		margin-right: 10px;
		color: #8d8d8d;
		width: 50%;
		margin-right: -4px;
		text-align: left;
	}

/* LIGHTBOX */
.lbTrigger {
	cursor: pointer;
}

.cell .hover {
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	cursor: pointer;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

}

	.cell .hover  h1 {
		width: 90%;
		font-size: 80%;
		font-weight: 600;
	}

.lightbox .cell:hover .hover {
	opacity: 1;
}

.lbTools {
	position: relative;
	margin: 0px auto 15px auto;
	font-size: 80%;
	color: #999999;
}

	.lbTools a {
		text-decoration: none;
	}

	.lbTools span {
		cursor: pointer;
	}

	.lbTools span:hover {
		opacity: .7;
	}

	.lbTools img.pdf {
		width: 10px;
		position: relative;
		top: 1px;
	}

	.lbTools img.link {
		width: 12px;
		position: relative;
		top: 2px;
		margin-left: 12px;
	}

	.lbTools img.remove {
		width: 9px;
		position: relative;
		margin-left: 12px;
	}



/* OVERLAYS */

.overlay .closelb {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 13px;
	z-index: 10;
	cursor: pointer;
}

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

	.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: 100%;
		position: absolute;
		top: 38%;
		left: 0px;
		text-align: center;
		z-index: 11;
	}

	#photolb.overlay .inner {
		width: 100%;
		height: 93%;
		top: 4%;
	}

	#video.overlay .inner {
		position: relative;
		top: auto;
		height: auto;
	}

	.overlay .inner img.photo {
		height: 100%;
		width: auto;
		margin: auto;
	}

	.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 span {
		position: absolute;
		top: 43%;
		z-index: 50;
		font-size: 200%;
		/*font-weight: 600;*/
		cursor: pointer;
		padding: 20px;
	}

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

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

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

		.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: #000;
	}

	.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: #000;
		font-size: 200%;
		width: 60%;
		margin: 0% auto 0% auto;
	}

	.overlay .linkHolder span {
		color: #666;
		font-size: 80%;
	}

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



/* ======================= */
/* Text page, Clients page */

body.textPage {}

.textPage #wrapper {}

.textPage #header,
.textPage #header.smaller {
	background-color: #fff !important;
}

.textPage #content {}

.textPage #content:before {
	content: '';
	vertical-align: middle;
	margin-right: -4px;
	width: 0px;
	height: 100%;
	display: none;
}

.textPage #content ul.clients {
	list-style-type: none;
	line-height: 1.1;
	padding-top: 170px;
	vertical-align: middle;
	display: inline-block; *display: inline; zoom: 1;
	width: 80%;
	padding-left: 10%;
	max-width: 960px;
}

@media all and (min-width: 1230px) {
	.textPage #content:before {
		display: inline-block; *display: inline; zoom: 1;
	}

	.textPage #content ul.clients {
		display: inline-block; *display: inline; zoom: 1;
		margin-right: -4px;
		padding-top: 0px;
	}

}

.clients .splitCol {
	display: inline-block; *display: inline; zoom: 1;
	vertical-align: top;
	margin-right: -4px;
	width: 23%;
	max-width: 370px;
	padding-bottom: 20px;
}

.clients .splitCol:first-child {
	padding-left: 15%;
padding-right: 12%;
}

.clients li {
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: 300;
	display: inline-block; *display: inline; zoom: 1;
	margin-right: 16px;
	position: relative;
}

ul.clients li:after {
	content: ',';
}

ul.clients li:last-child:after {
	display: none;
}

@media all and (min-width: 1500px) {
	.clients li {
		font-size: 26px;
		padding-bottom: 14px;
	}
}

.clients li .number {
	opacity: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 12px;
	font-weight: 500;
}

.no-touch .clients li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #000;
}

.no-touch .clients li:hover .number {
	opacity: 1;
}

.insta-icon {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/assets/images/instagram.svg);
	background-size: 10px 10px;
}