/* *************** NOTES *******************

	Before going live:

	- Run stylesheets through autoprefixer: https://autoprefixer.github.io
	- Minify stylesheets: https://cssminifier.com/

*/



/* *************** SITE FONTS ********************** */
/* ** (Enter font info below, for easy reference) **

Font Name
--------------------
Weight: 400
Weight: 500
Weight: 700

Font Name
--------------------
Weight: 400
Weight: 500

*/




/* ************** GENERAL STYLES + RESETS ******************* */

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

html {
	font-size: 100%;
}

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

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

body {
	width: 100%;
	/* height: 100% !important; */ /* for skrollr */
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	background-color: #fff;
	color: #161616;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;

	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body.masonry {
	overflow-y: scroll;
}

.upcase {
	text-transform: uppercase;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: 'Vollkorn', serif;
	font-weight: 600;
	letter-spacing: 0.06em;
}

p {
	line-height: 1.4;
	padding-bottom: 1em;
}

em, i {
	font-style: italic;
}


label {
	padding-bottom: 5px;
}

.clear {
	clear: both;
}

.clear-after:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.req {
	color: #c1cd23;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

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

.ib {
	display: inline-block;
}

.v-top { vertical-align: top; }
.v-middle { vertical-align: middle; }
.v-bottom { vertical-align: bottom; }
.v-baseline { vertical-align: baseline; }

.centerXY {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
}

.centerY {
	position: absolute;
	top: 50%;
	left: 0%;
	-ms-transform: translateY(-50%);
		transform: translateY(-50%);
}

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

.cover {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: 0;
}

.cover.loaded {
	opacity: 1;
	transition: opacity .3s;
}

.loadme,
.loadmevew,
.bg-loadme,
.hero img {
	opacity: 0;
	transition: opacity .2s;
}

.loadme.loaded,
.hero img.loaded,
.loadmeview.loaded,
.bg-loadme.loaded {
	opacity: 1;
}

.photo.size-width {
	width: 102%;
	height: auto;
}

.photo.size-height {
	width: auto;
	height: 102%;
}

.mobileOnly {
	display: none;
}

input[type="text"], input[type="email"], textarea {
	width: 100%;
	padding: 29px 25px;
	border: 1px solid #b7b7b7;
	font-family: "proxima-nova",sans-serif;
	font-size: 14px;
	margin: 0px 0px 25px 0px;
	
	border-radius: 0px;
	box-sizing: border-box;

	appearance: none;
	-webkit-appearance: none;
}

textarea {
	height: 200px;
}

input[type="submit"] {
    width: 45%;
    border: 0px solid #b7b7b7;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: 'Vollkorn', serif;
    background: #b7b7b7;
    padding: 15px 50px;
}

/* ************** SITE STRUCTURE ******************* */

main {
	margin: 0px auto;
	position: relative;
	z-index: 1;
}

/* add "sticky-footer" class to body if sticky footer is needed: */

.sticky-footer main {
	margin: 0 auto -200px; /* 200px = height of footer */
}

	.sticky-footer main:after {
		content: '';
		display: block;
		height: 200px; /* 200px = height of footer */
	}

.sticky-footer footer {
	height: 200px;
}

#content:before {
	content: '';
	display: block;
	height: 100px;
}

.slideshow #content:before {
	display: none;
}




/* ************** HEADER ******************* */

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 100;
	background-color: #fff;
	
	transition: transform .3s;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
}

header.shrink {
	transform: translateY(-150px);
}

	header .inner {
		position: absolute;
		z-index: 5;
		width: 100%;
		height: 100%;
		/*height: 140px;*/
		/*transition: height .2s 0s;*/
	}

	header.shrink .inner {
		height: 60px;
	}

		header .logo {
			width: 100%;
			position: relative;
			top: 0px;
		}

			header .logo img,
			header .logo svg {
			    display: block;
			    width: 100%;
			    height: auto;
			}

				header .logo svg * {
					fill: #000;
				}

		header .menuBtn {
			display: none;
		}
	
	header nav {
	    position: absolute;
	    z-index: 10;
	    top: 50%;
		left: 47.5%;
	    left: calc(50% - -20px);
	    text-align: center;
	    color: #000;
		font-family: 'Vollkorn', serif;
		width: 90%;
		
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
	}

		header nav ul {
		    list-style-type: none;
		    font-size: 0;
		}

			header nav li {
				line-height: 1;
				display: inline-block;
				vertical-align: middle;
				font-size: 14px;
				letter-spacing: .1em;
				color: #231f20;
				margin: 0px 15px;
			}
			
			header nav li.spacer {
				width: 396px;
				margin: 0px 10px;
			}
			
			header nav li:last-child {
				margin-right: 0px;
			}

				header nav a {
					display: block;
					position: relative;
				}
				
				header nav a:after {
					content: '';
					position: absolute;
					left: 50%;
					bottom: -15px;
					width: 0px;
					height: 1px;
					background-color: #231f20;
					transform: translateX(-50%);
					-webkit-transform: translateX(-50%);
					-moz-transform: translateX(-50%);
					
					transition: width .2s;
				}
				
				header nav a.logo:after {
					display: none;
				}

				header nav a:hover:after,
				header nav a.pageOn:after {
					width: 25px;
				}


/* ************** FOOTER ******************* */

footer {
	position: relative;
	z-index: 5;
	text-align: center;
	width: 100%;
	border-top: 1px solid #b7b7b7;
}

	footer .inner {
		margin: 100px auto;
		text-align: center;
		width: 83%;
		font-size: 0px;
	}
	
	footer .inner .col {
		width: 50%;
		display: inline-block;
		*display: inline;
		zoom: 1;
		vertical-align: top;
		font-size: 0px;
		text-align: left;
	}
	
		footer .inner .col .wrap {
			width: 196px;
			display: inline-block;
			*display: inline;
			zoom: 1;
			vertical-align: top;
		}
		
		footer .inner .col h1 {
			font-size: 18px;
		}
		
		footer .inner .col h2 {
			font-size: 16px;
		}
		
		footer .inner .col h3 {
			font-size: 14px;
			margin-bottom: 5px;
		}
		
		footer .inner .col p {
			font-size: 12px;
			line-height: 2;
			color: #484848;
		}
	
	footer .inner ul {
		list-style-type: none;
		font-size: 12px;
	}
	
		footer .inner ul li {
			display: block;
			padding: 5px 0px;
		}
		
		footer .inner ul li a {
			text-transform: capitalize;
			color: #484848;
		}
	
	footer .inner .social {
		margin-top: 20px;
	}
	
		footer .inner .social li {
			margin-right: 6px;
			display: inline-block;
			*display: inline;
			zoom: 1;
		}
		
			footer .inner .social li svg {
				width: 18px;
				height: auto;
			}
			
			footer .inner .social li svg.social-houzz {
				width: 11px;
			}
		
				footer .inner .social li svg * {
					stroke: none;
					fill: #000;
				}
				
				footer .inner .social li svg.social-houzz * {
					fill: #676767;
				}
				
				footer .inner .social li svg.social-houzz .cls-5 {
					fill: #fff;
				}
				
				footer .inner .social li svg.social-houzz .cls-6 {
					fill: #000;
				}
				
	footer input[type="email"] {
		display: inline-block !important;
		zoom: 1 !important;
		margin-right: 5px !important;
		vertical-align: top !important;
		font-family: 'proxima-nova' !important;
		background-color: #f3f3f3 !important;
		border: 0px !important;
		padding: 5px 12px !important;
		font-size: 12px !important;
		height: 36px !important;
		min-width: 200px !important;
		width: auto !important;
		box-shadow: unset !important;
	}
	
	footer input[type="submit"], footer button {
		display: inline-block !important;
		zoom: 1 !important;
		margin-right: 0px !important;
		vertical-align: top !important;
		font-family: 'proxima-nova' !important;
		font-size: 14px !important;
		padding: 0px 20px !important;
		background: #fff !important;
		border: 1px solid #d4d4d4 !important;
		box-sizing: content-box !important;
		text-align: center !important;
		cursor: pointer !important;
		width: auto !important;
		transition: background .2s, color .2s !important;
		color: #000 !important;
		height: 34px !important;
	}
	
	footer input[type="submit"]:hover, footer button:hover {
		background: #d4d4d4 !important;
		color: #fff !important;
	}
	
	div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
		display: inline-block;
		*display: inline;
		zoom: 1;
		margin: 0px auto;
	}
	
	.ctct-form-header, .ctct-form-text, #gdpr_text, div.ctct-form-embed div.ctct-form-defaults p.ctct-form-footer {
		display: none;
	}
	
	div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
		display: none !important;
	}
	
	div.ctct-form-embed div.ctct-form-defaults {
		padding: 0px !important;
	}
	
	div.ctct-form-embed form.ctct-form-custom {
		min-height: 10px !important;
	}
	
/* HOMEPAGE */

.inner.home .slickslideshow {
	width: 100%;
	height: 74vh;
}

	.inner.home .slickslideshow .cell {
		position: relative;
		overflow: hidden;
	}

	.inner.home .slickslideshow .cell, .inner.home .slickslideshow .cell .imgwrap {
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
	}
	
	.inner.home .slickslideshow .cell .imgwrap img {
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
	}
	
	.inner.home .slickslideshow .cell .info, .hero .info {
		position: absolute;
		top: 50%;
		left: 50%;
		/*
		width: 32vw;
		min-width: 450px;
		height: auto;
		*/
		width: 550px;
		height: 270px;
		padding: 4.2rem 0rem 2.5rem;
		overflow: hidden;
		border: 2px solid #fff;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		opacity: 0;
		transition: opacity .3s;
		text-align: center;
		z-index: 5;
	}
	
	/*
	@media all and (max-height: 600px) {
		.inner.home .slickslideshow .cell .info, .hero .info {
			height: 22vw;
		}
	}
	*/
	
	.inner.home .slickslideshow .cell.slick-current .info, .hero .info {
		opacity: 1;
		
		transition: opacity .6s .5s;
	}
	
		.inner.home .slickslideshow .cell .info .bg, .hero .info .bg {
			position: absolute;
			top: 50%;
			left: 50%;
			width: 100%;
			height: 100%;
			background-size: cover;
			background-position: 50% 50%;
			opacity: 1;
			z-index: 1;
			transform: translate(-50%,-50%);
			-webkit-transform: translate(-50%,-50%);
			-moz-transform: translate(-50%,-50%);
			
			filter: blur(8px);
			-webkit-filter: blur(8px);
		}
		
		.inner.home .slickslideshow .cell .info .bg img, .hero .info .bg img {
			position: relative;
			z-index: 1;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
			-webkit-transform: translate(-50%,-50%);
			-moz-transform: translate(-50%,-50%);
		}
		
		.inner.home .slickslideshow .cell .info .bg:after, .hero .info .bg:after {
			content: '';
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			background-color: rgba(255,255,255,.6);
			z-index: 2;
		}
	
		.inner.home .slickslideshow .cell .info .centerMe, .hero .info .centerMe {
			display: inline-block;
			*display: inline;
			zoom: 1;
			vertical-align: middle;
			width: 90%;
			text-align: center;

			position: relative;
			z-index: 5;
		}

		.inner.home .slickslideshow .info h1, .hero .info h1 {
			font-weight: 400;
			font-size: 33px;
			letter-spacing: .01em;
		}

		.inner.home .slickslideshow .info h2, .hero .info h2 {
			font-size: 14px;
			position: relative;
			margin-bottom: 15px;
			letter-spacing: 0.16em;
			font-weight: 400;
		}

		.inner.home .slickslideshow .info h2:before, .hero .info h2:before {
			content: '';
			position: absolute;
			top: -20px;
			left: 50%;
			width: 70px;
			transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			border-top: 1px solid #868686;
			
			backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
		}
		
		.inner.home .slickslideshow .info p, .hero .info p {
			font-size: 15px;
			line-height: 2;
		}
		
		.inner.home .slickslideshow .info p:last-child, .hero .info p:last-child {
			padding-bottom: 0px;
		}
		
		.inner.home .slickslideshow .info p a, .hero .info p a {
			font-size: 13px;
			position: relative;
		}
		
		.inner.home .slickslideshow .info p a:after, .hero .info p a:after {
			content: '';
			position: absolute;
			left: 0px;
			bottom: -2px;
			width: 100%;
			height: 1px;
			border-bottom: 1px solid #868686;
			
			backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			
			transition: border .2s;
		}
		
		.inner.home .slickslideshow .info p a:hover:after, .hero .info p a:hover:after {
			border-bottom: 1px solid transparent;
		}
		
	.inner.home .featured.grid {
		width: 96%;
		margin: auto;
		position: relative;
		padding: 30px 0px 3vh 0px;
	}
	
	@media all AND (min-width: 1800px) {
		.inner.home .featured.grid {
			padding: 30px 0px 5vh 0px;
		}
	}
	
		.inner.home .featured.grid .cell {
			position: absolute;
			overflow: hidden;
		}
		
		.inner.home .featured.grid .cell .imgbg {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			
			opacity: .2;
			transition: opacity .3s;
		}
		
		.inner.home .featured.grid .cell:hover .imgbg {
			opacity: 1;
		}
		
		.inner.home .featured.grid .cell:hover .inner {
			opacity: 0;
		}
		
		.inner.home .featured.grid .cell:hover .inner.textonly {
			opacity: 1;
		}
		
		.inner.home .featured.grid .cell.one {
			top: 0px;
			left: 0px;
			width: 46.5vw;
			height: 31.5vw;
		}
		
		.inner.home .featured.grid .cell.two {
			top: 0px;
			left: 48.8vw;
			width: 45.9vw;
			height: 31.5vw;
			text-align: center;
			border: 1px solid #bcbcbc;
			/* padding: 4vw 4vw; */
			box-sizing: border-box;
		}
		
		.inner.home .featured.grid .cell.two .inner {
			display: inline-block;
			*display: inline;
			zoom: 1;
			vertical-align: middle;
			
			text-align: left;
			width: 75%;
			max-width: 500px;
			
			transition: opacity .3s;
		}
		
		.inner.home .featured.grid .cell.two .inner h1 {
			margin-bottom: 20px;
			font-weight: 400;
		}
		
		.inner.home .featured.grid .cell.two .inner p:last-child {
			padding-bottom: 0px;
			margin-bottom: 0px;
		}
		
		.inner.home .featured.grid .cell.two:before {
			content: '';
			width: 0px;
			height: 100%;
			display: inline-block;
			*display: inline;
			zoom: 1;
			vertical-align: middle;
		}
		
		.inner.home .featured.grid .cell.three {
			top: 34vw;
			left: 0px;
			width: 22vw;
			height: 33vw;
		}
		
		.inner.home .featured.grid .cell.four {
			top: 34vw;
			left: 24.5vw;
			width: 22vw;
			height: 33vw;
		}
		
		.inner.home .featured.grid .cell.five {
			top: 51.5vw;
			left: 48.8vw;
			width: 45.9vw;
			height: 15.5vw;
			background-color: #f7f7f7;
			border: 1px solid #bcbcbc;
			/* padding: 12vw 7vw; */
			box-sizing: border-box;
			text-align: center;
		}

		.inner.home .featured.grid .cell.five h1 {
			font-weight: 400;
		}
		
			.inner.home .featured.grid .cell.five .topline {
				margin-bottom: 10px;
			}
		
		.inner.home .featured.grid .cell.five .inner {
			display: inline-block;
			*display: inline;
			zoom: 1;
			vertical-align: middle;
			position: relative;
			z-index: 5;
			
			margin: auto;
			text-align: center;
			width: 75%;
		}
		
		.inner.home .featured.grid .cell.five:before {
			content: '';
			width: 0px;
			height: 100%;
			display: inline-block;
			*display: inline;
			zoom: 1;
			vertical-align: middle;
		}
		
		.inner.home .featured.grid .cell.six {
			top: 34vw;
			left: 48.8vw;
			width: 45.9vw;
			height: 15.5vw;
			background-color: #f7f7f7;
			border: 1px solid #bcbcbc;
			/* padding: 12vw 7vw; */
			box-sizing: border-box;
			text-align: center;
		}
		
		.inner.home .featured.grid .cell.six h1 {
			font-weight: 400;
		}
		
			.inner.home .featured.grid .cell.six .topline {
				margin-bottom: 10px;
			}
		
		.inner.home .featured.grid .cell.six .inner {
			display: inline-block;
			*display: inline;
			zoom: 1;
			vertical-align: middle;
			position: relative;
			z-index: 5;
			
			margin: auto;
			text-align: center;
			width: 75%;
		}
		
		.inner.home .featured.grid .cell.six:before {
			content: '';
			width: 0px;
			height: 100%;
			display: inline-block;
			*display: inline;
			zoom: 1;
			vertical-align: middle;
		}
		
	.inner.home .centered {
		position: relative;
		width: 96%;
		margin: 0px auto 60px auto;
	}
		
		.inner.home .centered .playIcon {
			width: 80px;
			height: auto;
			position: absolute;
			top: 50%;
			left: 50%;
			z-index: 15;
			opacity: 1;
			
			cursor: pointer;
			
			transform: translate(-50%,-50%);
			-webkit-transform: translate(-50%,-50%);
			-moz-transform: translate(-50%,-50%);
			
			transition: opacity .3s;
		}
		
		.inner.home .centered .playing .playIcon {
			opacity: 0;
		}
		
		.inner.home .centered .playIcon * {
			fill: none;
			stroke: #898989;
		}
		
		.inner.home .centered img {
			width: 100%;
			display: block;
			opacity: 1;
			transition: opacity .3s .3s;
		}
		
		.inner.home .centered .playing img {
			opacity: 0;
		}
		
		.inner.home .centered .inner {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			z-index: 10;
		}
		
/* PORTFOLIO */

.inner.gridpage .filter {
	margin: 0px auto 35px auto;
	text-align: center;
	position: relative;
	z-index: 100;
}

	.inner.gridpage .filter .label {
		font-family: 'Volkorn';
		display: block;
		padding-bottom: 10px;
	}

	.inner.gridpage .filter ul {
		list-style-type: none;
	}
	
	.inner.gridpage .filter ul li {
		display: inline-block;
		*display: inline;
		zoom: 1;
		margin-right: 20px;
		font-size: 15px;
		position: relative;
	}
	
	.inner.gridpage .filter ul li.on {
		z-index: 40 !important;
	}
	
	.inner.gridpage .filter ul li:last-child {
		margin-right: 0px;
	}
	
	.inner.gridpage .filter ul li a {
		position: relative;
		color: #bcbcbc;
		
		transition: color .2s;
	}
	
	.inner.gridpage .filter ul li a.pageOn, .inner.gridpage .filter ul li a:hover {
		color: #161616;
	}
	
	.inner.gridpage .filter ul li a:after {
		content: '';
		position: absolute;
		bottom: -9px;
		left: 50%;
		width: 0px;
		border-bottom: 1px solid #161616;
		
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		
		transition: width .2s;
	}
	
	.inner.gridpage .filter ul li a.pageOn:after, .inner.gridpage .filter ul li a:hover:after {
		width: 25px;
	}
	
	.inner.gridpage .filter ul li ul.dropdown {
		position: absolute;
		background-color: #fff;
		z-index: 10;
		width: 100px;
		text-align: center;
		padding: 20px 10px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		
		opacity: 0;
		transition: opacity .3s;
	}
	
	.inner.gridpage .filter ul li:hover {
		z-index: 30;
	}
	
	.inner.gridpage .filter ul li:hover ul.dropdown {
		opacity: 1;
	}
	
		.inner.gridpage .filter ul li ul.dropdown li {
			display: block;
			text-align: center;
			margin: 0px auto;
			padding-bottom: 5px;
			font-size: 14px;
		}
		
		.inner.gridpage .filter ul li ul.dropdown li a:after {
			display: none !important;
		}
	
/* PROJECT DETAIL PAGE */

.inner.detailpage .hero {
	width: 100%;
	position: relative;
}

	.inner.detailpage .hero img {
		width: 100%;
	}
	
	.inner.detailpage .hero video {
		width: 100%;
		height: auto;
	}
	
	.inner.detailpage .grid {
		margin: 3% auto;
		width: 94%;
	}
	
	.inner.detailpage .grid .textentry {
		border: 1px solid #b7b7b7;
	}
	
	.inner.detailpage .grid .textentry .inner {
		padding: 75px;
	}
	
	.inner.detailpage .grid .textentry .topline {
		margin-bottom: 15px;
	}
	
	.inner.detailpage .grid .textentry h1 {
		font-size: 22px;
	    margin-bottom: 15px;
	    letter-spacing: 0.02em;
	    font-weight: 400;
	}
	
	.inner.detailpage .grid .textentry h2 {
		font-size: 18px;
		font-weight: 400;
	}
	
	.inner.detailpage .grid .textentry h3 {
		font-size: 16px;
	}
	
	.inner.detailpage .grid .textentry p {
		font-size: 14px;
		line-height: 14px;
		line-height: 1.7;
		margin-bottom: 15px;
	}
	
	.inner.detailpage .grid .textentry p:last-child {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	
	.inner.detailpage .grid .textentry a {
		display: inline;
		width: auto;
		text-decoration: underline;
		color: #b9b9b9;
	}
	
	.inner.detailpage .grid .textentry a:hover {
		text-decoration: none;
	}
	
	
	.inner.detailpage .pager {
		width: 100%;
		position: relative;
		border-top: 1px solid #b7b7b7;
		margin: 50px auto;
		padding-top: 70px;
		padding-bottom: 25px;
	}
	
		.inner.detailpage .pager:after {
			content: '';
			position: absolute;
			top: 63px;
			left: 50%;
			height: 62%;
			width: 1px;
			background-color: #b7b7b7;
		}
	
		.inner.detailpage .pager .label {
			position: absolute;
			top: 0px;
			left: 50%;
			border: 1px solid #b7b7b7;
			transform: translate(-50%,-50%);
			-webkit-transform: translate(-50%,-50%);
			-moz-transform: translate(-50%,-50%);
			font-family: 'Volkorn';
			padding: 7px 29px;
			font-size: 19px;
			background-color: #fff;
			font-weight: 400;			
		}
	
		.inner.detailpage .pager ul {
			list-style-type: none;
			font-size: 0px;
		}
		
		.inner.detailpage .pager ul li {
			display: inline-block;
			*display: inline;
			zoom: 1;
			vertical-align: top;
			width: 50%;
			text-align: center;
		}
		
		.inner.detailpage .pager ul li img {
			width: 56%;
		}
		
		.inner.detailpage .pager ul li .info {
			width: 55%;
		}
		
		.inner.detailpage .pager ul li .info p {
			font-size: 14px;
		}
	
/* ABOUT/CONTACT PAGES */

.inner.contactpage, .inner.aboutpage {
	width: 95%;
	max-width: 1500px;
	margin: 20px auto 40px auto;
	font-size: 0px;
	text-align: center;
}

	.inner.contactpage .col, .inner.aboutpage .col {
		display: inline-block;
		*display: inline;
		zoom: 1;
		vertical-align: top;
		width: 48.5%;
		border: 1px solid #b7b7b7;
		box-sizing: border-box;
		text-align: left;
	}
	
	.inner.contactpage .col .topline, .inner.aboutpage .col .topline, .cell .topline {
		display: inline-block;
		width: 25px;
		border-bottom: 1px solid #b7b7b7;
		margin-bottom: 25px;
	}
	
	.inner.contactpage .col .topline.blank {
		border-bottom: 1px solid transparent;
	}
	
	.inner.contactpage .col img, .inner.aboutpage .col img {
		width: 100%;
	}
	
	.inner.contactpage .col .inner, .inner.aboutpage .col .inner {
		padding: 10vw 7vw;
		padding: 20% 12%;
	}

		.inner.contactpage .col:last-child, .inner.aboutpage .col:last-child {
			margin-left: 3%;
		}
		
		.inner.contactpage h1, .inner.aboutpage h1, .featured.grid h2 {
			font-size: 20px;
			margin-bottom: 10px;
		}
		
		.inner.contactpage h2, .inner.aboutpage h2, .featured.grid h2 {
			font-size: 16px;
			margin-bottom: 10px;
		}
		
		.inner.contactpage h3, .inner.aboutpage h3 {
			font-size: 12px;
			margin-bottom: 10px;
		}
		
		.inner.contactpage p, .inner.aboutpage p {
			font-size: 14px;
			line-height: 1.7;
			margin-bottom: 0px;
		}
		
		.inner.contactpage p:last-child, .inner.aboutpage p:last-child {
			padding-bottom: 0px;
		}
		
		.inner.contactpage p.double, .inner.aboutpage p.double {
			line-height: 2.5;
			margin-bottom: 15px;
		}
		
		.featured.grid p {
			line-height: 1.7;
		}
		
		.inner.contactpage p a, .inner.aboutpage p a {
			border-bottom: 1px solid #a2a2a2;
			transition: border .2s;
		}
		
		.inner.contactpage p a:hover, .inner.aboutpage p a:hover {
			border-bottom: 1px solid transparent;
		}
		
		.inner.contactpage .col form {
			margin-top: 20px;
		}
			
		
.inner.aboutpage .col p {
	line-height: 2.5;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.inner.aboutpage .col.img {
	border: 0px;
}

.inner.aboutpage .sub {
	margin: 75px auto;
}

.inner.aboutpage .sub .cell.bio {
	width: 100%;
	border: 1px solid #b7b7b7;
	box-sizing: border-box;
	clear: both;
	margin: 0px auto 40px auto;
}

	.inner.aboutpage .sub .cell.bio .inner {
		padding: 70px;
		text-align: left;
		font-size: 0px;
	}
	
	.inner.aboutpage .sub .cell.bio .inner img {
		display: inline-block;
		*display: inline;
		zoom: 1;
		width: 40%;
		vertical-align: top;
	}
	
	.inner.aboutpage .sub .cell.bio .inner .info {
		display: inline-block;
		*display: inline;
		zoom: 1;
		vertical-align: top;
		width: 50%;
		margin-left: 10%;
		text-align: justify;
	}
	
	.inner.aboutpage .sub .cell.bio.even .inner .info {
		margin-left: 0%;
		margin-right: 10%;
	}
	
	.inner.aboutpage .sub .cell.bio .inner .info .pad {
		padding: 50px 50px 0px 0px;
	}
	
	.inner.aboutpage .sub .cell.bio.even .inner .info {
		display: inline-block;
		*display: inline;
		zoom: 1;
		vertical-align: top;
		width: 50%;
	}
	
	.inner.aboutpage .sub .cell.bio .inner .info p {
		font-size: 14px;
		line-height: 2.5;
		margin-bottom: 15px;	
	}
	
		.inner.aboutpage .sub .cell.bio .inner .info .toggle {
			color: #b7b7b7;
			cursor: pointer;
			font-size: 14px;
			position: relative;
			width: 100%;
			height: 48px;
		}
		
		.inner.aboutpage .sub .cell.bio .inner .info .toggle span {
			position: absolute;
			top: 0px;
			left: 0px;
			display: none;
		}
		
		.inner.aboutpage .sub .cell.bio .inner .info .toggle span.more {
			display: block;
		}
		
		.inner.aboutpage .sub .cell.bio .inner .info.open .toggle span.more {
			display: none;
		}
		
		.inner.aboutpage .sub .cell.bio .inner .info.open .toggle span.close {
			display: block;
		}
		
		.inner.aboutpage .sub .cell.bio .inner .info .toggle svg {
			width: 12px;
			height: auto;
			position: absolute;
			top: 4px;
			left: 40px;
			
			transform: rotate(0deg);
			
			transition: transform .3s;
			-webkit-transition: -webkit-transform .3s;
			-moz-transition: -moz-transform .3s;
		}
		
		.inner.aboutpage .sub .cell.bio .inner .info.open .toggle svg {
			transform: rotate(90deg);
		}
		
			.inner.aboutpage .sub .cell.bio .inner .info .toggle svg * {
				stroke: none;
				fill: #b7b7b7;
			}
	
		.inner.aboutpage .sub .cell.bio .inner .info .hidden {
			display: none;
		}
		
		.inner.aboutpage .sub .cell.bio .inner .info .hidden p {
			font-size: 14px;
			line-height: 1.7;
		}

/* SERVICES PAGE */

.inner.servicespage {
	width: 95%;
	margin: 20px auto 40px auto;
	text-align: center;
}

.inner.servicespage.gridpage {
	margin: 0px auto 40px auto;
}

	.inner .col.full, .inner .subtext {
		width: 65%;
		max-width: 700px;
		margin: auto;
		border: 0px;
	}
	
	.inner .col.full h1:after, .inner .col.full h2:after, .inner .subtext h1:after, .inner .subtext h2:after {
		content: '';
		position: absolute;
		bottom: -12px;
		left: 50%;
		
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		
		width: 25px;
		border-bottom: 1px solid #b7b7b7;	
	}
	
	.inner .col.full h1, .inner .subtext h1 {
		position: relative;
		font-size: 20px;
		margin-bottom: 18px;
	}
	
	.inner .col.full h2, .inner .subtext h2 {
		position: relative;
	    font-size: 22px;
	    letter-spacing: 0.02em;
	    margin-bottom: 18px;
	    font-weight: 400;
	}
	
	.inner .col.full h3, .inner .subtext h3 {
		font-size: 12px;
		margin-bottom: 10px;
	}
	
	.inner .col.full p, .inner .subtext p {
		font-size: 14px;
		line-height: 2.2;
		margin-bottom: 15px;
	}
	
.inner.servicespage .subgrid {
	width: 96%;
	margin: 35px auto;
}

.inner.servicespage .subgrid.gridsmall {
	width: 97%;
}

	.inner.servicespage .subgrid ul {
		list-style-type: none;
		font-size: 0px;
	}
	
	.inner.servicespage .subgrid.grid li {
		display: inline-block;
		*display: inline;
		zoom: 1;
		vertical-align: top;
		width: 32%;
		margin-right: 2%;
		overflow: hidden;
		position: relative;
		border-bottom: 1px solid #bcbcbc;
	}
	
	.inner.servicespage .subgrid.gridsmall li {
		border-bottom: 0px;
	}
	
	.inner.servicespage .subgrid.grid li .info {
		width: 90%;
	}
	
	.inner.servicespage .subgrid.grid li p {
		font-size: 14px;
		position: relative;
	}

	.inner.servicespage .subgrid.gridsmall li p:before {
		content: '';
		position: absolute;
		top: 0px;
		left: 50%;
		width: 25px;
		height: 1px;
		background-color: #a7a7a7;
		transform: translateX(-0%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
	}


	
	.inner.servicespage .subgrid.grid li .imgwrap {
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	
	.inner.servicespage .subgrid.grid li .imgwrap:before {
		content: '';
		display: block;
		width: 0px;
		height: 100%;
	}
	
	.inner.servicespage .subgrid.grid li img {
		position: absolute;
		top: 50%;
		left: 50%;
		
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
	}

	.inner.servicespage .subgrid.grid li:last-child {
		margin-right: 0%;
	}

	.inner.servicespage .subgrid.grid li:nth-child(3n) {
		margin-right: 0%;
	}
	
	.inner.servicespage .subgrid.gridsmall li {
		width: 23%;
		margin-right: 2.6%;
	}
	
	.inner.servicespage .subgrid.gridsmall li:nth-child(3n) {
		margin-right: 2.6%;
	}

	.inner.servicespage .subgrid.gridsmall li:nth-child(4n) {
		margin-right: 0%;
	}
	
	.inner .subtext {
		margin: 75px auto 40px auto;
	}
	
	.inner.gridpage .subtext {
		margin: 0px auto;
	}
	
	.subgrid.gridsmall li .info h2 {
		font-size: 16px;
		line-height: 1.7;
		padding-bottom: 9px;
		margin: 0px auto 0em auto;
	}
	.subgrid.gridsmall li .info h2:after {
		display: none;
	}
	
	.subgrid.gridsmall li .info p {
		opacity: 1;
		line-height: 1.5;
		padding-top: 12px;
		transition: opacity .2s;
	}
	
	/*
	.subgrid.gridsmall li:hover .info p {
		opacity: 1;
	}
	*/
	
/* ************** LIGHTBOX ADD/REMOVE ICON ***************** */
/* *** HTML markup currently only lives in slideshow.php *** */

.lb-add-remove {}

.lb-add-remove .icon {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	position: relative;
}

	.lb-add-remove .icon:before {
		content: '';
		width: 13px;
		height: 3px;
		position: absolute;
		top: 5px;
		left: 0;
		background-color: #fff;
	}

	.lb-add-remove .icon:after {
		content: '';
		width: 3px;
		height: 13px;
		position: absolute;
		top: 0;
		left: 5px;
		background-color: #fff;
		transform-origin: 50% 50%;
		transform: rotate(0deg);
		opacity: 1;
		transition: transform .2s 0s, opacity .2s 0s;
	}

	.lb-add-remove.added .icon:after {
		transform: rotate(90deg);
		opacity: 0;
		transition: transform .2s 0s, opacity .2s 0s;
	}

.lb-add-remove .words {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	line-height: 1;
	margin-left: 5px;
	font-size: 1.14rem;
}

	.lb-add-remove span:first-child {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 1;
		transition: opacity .2s .2s;
	}

	.lb-add-remove span:last-child {
		position: relative;
		opacity: 0;
		transition: opacity .2s 0s;
	}

	.lb-add-remove.added span:first-child {
		opacity: 0;
		transition: opacity .2s 0s;
	}

	.lb-add-remove.added span:last-child {
		opacity: 1;
		transition: opacity .2s .2s;
	}


/* ************** SLIDESHOW - SLICK CAROUSEL ***************** */

.ui {
    width: 10px;
    position: absolute;
    z-index: 20;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    cursor: pointer;
}

.ui.prev {
	left: 0px;
	padding: 23px;
}
.ui.next {
	right: 0;
	padding: 23px;
}

.ui.title {
	width: 168px;
	top: 20px;
	left: 20px;
    -ms-transform: translateY(0%);
        transform: translateY(0%);
}

.ui.close {
	width: 20px;
	height: 20px;
	padding: 20px 22px;
	top: 0;
	right: 0;
	-ms-transform: none;
	    transform: none;
}

.ui line {
    stroke: #000000;
    stroke-width: 1;
}

.slideshow .slickslideshow .cell {
	text-align: center;
	position: relative;
	font-size: 0;
	height: 100vh;
	opacity: 1;
	transition: opacity .6s .2s;
}

	.slideshow .slickslideshow .cell .photo {
		max-width: 90%;
		max-height: 77%;
	}

	.slideshow .slickslideshow .cell .inner {
	    width: 88%;
	    max-width: calc(100% - 176px);
	    height: 100%;
	    display: inline-block;
	    position: relative;
	}

		.slickslideshow .cell iframe {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
		}

		.slickslideshow .cell video {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
		}

	.slickslideshow figcaption {
		position: absolute;
		bottom: -48px;
		height: 48px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10;
		text-align: center;
		width: 88%;
	}

		.slickslideshow figcaption > div {
			display: inline-block;
			vertical-align: middle;
			font-size: 1rem;
			padding: 0 1em;
		}



/* ************** GRIDS, GRIDS AND MORE GRIDS ******************* */

/* PARENT GRID CLASSES

.ar-rows - row based, "AR ROWS"
.masongrid - masonry style
.grid-alternating - alternating rows of two and three cells
.justified - Justified Gallery plugin
.animategrid - triggers animate on scroll

*/

.gridpage .cell {
	font-size: 14px;
}

.gridpage .cell.textentry {
	border: 1px solid #bcbcbc;
	padding: 12vw 7vw;
	box-sizing: border-box;
}

	.gridpage .cell.textentry h1 {
		position: relative;
		font-size: 22px;
		font-weight: 400;
		letter-spacing: 0.02em;
		color: #000;
		margin: 0px auto 10px auto;
	}
	
	.gridpage .cell.textentry h1:before {
		content: '';
		position: absolute;
		top: -25px;
		left: 0px;
		width: 25px;
		height: 1px;
		background-color: #a7a7a7;
	}
	
	.gridpage .cell.textentry p {
		line-height: 2.1;
		padding-bottom: 0px;
	}

.gridpage .cell .info, .subgrid li .info, .pager li .info {
    z-index: 10;
    color: #000;
	width: 80%;
	max-width: 430px;
	margin: 20px auto;
	text-align: center;
}

	.gridpage .cell .info h2, .subgrid li .info h2, .pager li .info h2 {
		position: relative;
		font-size: 22px;
		letter-spacing: 0.02em;
		color: #000;
		padding-bottom: 10px;
		margin: 0px auto 0.7em auto;
		font-weight: 400;
	}
	
	.gridpage .cell .info h2:after, .subgrid li .info h2:after, .pager li h2:after {
		content: '';
		position: absolute;
		bottom: 0px;
		left: 50%;
		width: 25px;
		height: 1px;
		background-color: #a7a7a7;
		
		transform: translateX(-0%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
	}
	
	.gridpage .cell .info p, .subgrid li .info p, .pager li .info p {
		line-height: 2.1;
		padding-bottom: 0px;
	}

.gridpage .cell .photo {
	position: relative;
	z-index: 1;
}

.gridpage .cell .color {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    transition: opacity .3s 0s;
}

.no-touchevents .masongrid .cell:hover .color {
	opacity: .83;
}

/*masonry-style*/

.masongrid {
	width: 96%;
	margin: auto;
	list-style-type: none;
	min-height: 100%;
}

.masongrid .cell {
	display: block;
	float: left;
	opacity: 1;
	overflow: hidden;
	text-align: left;
}

	.grid-sizer, .masongrid .cell {
		width: 48.5%;
		height: auto;
	}

	.gutter-sizer {
		width: 3%;
	}
		
	.inner.gridpage.twocol .masongrid .cell {
		margin-bottom: 0px !important;
	}
	
	.inner.gridpage.twocol .masongrid .cell.textentry {
		margin-bottom: 25px !important;
	}
		
	.inner.servicespage .masongrid .cell, .inner.servicespage .masongrid .grid-sizer {
		width: 32%;
	}
	
	.inner.servicespage .gutter-sizer {
		width: 2%;
	}

	.masongrid .shown,
	.no-js .masongrid figure,
	.no-cssanimations .masongrid figure {
		opacity: 1;
	}

	.masongrid figure a,
	.masongrid figure img {
		outline: none;
		border: none;
		width: 100%;
		display: block;
		text-decoration: none;
	}
	
/* Effect 1: opacity */

.masongrid.effect-1 figure.animate {
	animation: fadeIn 0.65s ease forwards;
	-webkit-animation: fadeIn 0.65s ease forwards;
	-moz-animation: fadeIn 0.65s ease forwards;
	-o-animation: fadeIn 0.65s ease forwards;
}

/* Effect 2: Move Up */
.masongrid.effect-2 figure.animate {
	opacity: 1;
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
	0% { opacity: 0; }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
	0% { opacity: 0; }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

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

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

@media all AND (max-width: 1445px) {

	header nav {
		position: relative;
		top: 72px;
		left: 5%;
		transform: unset;
		-webkit-transform: unset;
		-ms-transform: unset;
	}
	
		header nav a:after {
			bottom: -5px;
		}
	
	header .logo {
		width: 50%;
		display: block !important;
		position: relative;
		top: 13px;
		left: 50%;
		max-width: 295px;
		
		transform: translate(-50%,0%);
		-webkit-transform: translate(-50%,0%);
		-ms-transform: translate(-50%,0%);
	}
	
	header nav li.spacer {
		display: none;
	}
	
}

@media all AND (max-height: 590px) {

	.slick-dots {
		bottom: 45px;
	}

}