
body
{
	background-color: #FFF;
	color: #000;
	font-size: 10.5pt;
	font-family: 'Gill Sans', sans-serif;
	font-weight: 300;
	padding: 150px 0px 0px 0px;
	margin: 0px;
	letter-spacing: .6px;
	line-height: 22px;
	opacity: 1;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}

body.faded
{
	opacity: 0;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}


#mobile-test
{
	display: none;
}

body.home
{
	padding: 0px 0px 0px 0px;
}

img
{
	border: 0px;
}

a
{
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #000;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}

a:hover
{
	color: #000;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}

p
{
	margin: 0px 0px 1em 0px;
}

.clearfix:after
{
	content: "";
  	display: table;
  	clear: both;
}

h1, h2, h3
{
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	font-size: 10.2pt;
	letter-spacing: 2px;
}

.centered
{
	text-align: center;
}

body.privacy-policy h2
{
	margin-top: 2.5em;
	font-weight: 300;
}

body.privacy-policy a
{
	color: #61832c
}

h1 a
{
	border-bottom: 0px;
}

h2, h3
{
	text-align: left;
}

.align-left
{
	text-align: left;
}

body.projects h1, h1.page-title
{
	margin-bottom: 50px;
	-webkit-transition: color .35s;
	-moz-transition: color .35s;
	-o-transition: color .35s;
	transition: color .35s;
}

h1.page-title
{
	font-size: 10px;
	letter-spacing: 1px;
}

h1 .large-heading
{
	font-size: 44px;
	letter-spacing: 4px;
	line-height: 50px;
	font-weight: 300;
}

.media-text
{
	width: 90%;
	margin: 0px auto;
}

.media-title
{
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 14px;
	color: #242424;
}

.media-caption
{
	font-size: 16px;
	font-weight: 200;
	line-height: 20px;
	color: #242424;
	margin-top: 5px;
	text-transform: none;
}

.video-js
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FFF;
	opacity: 0;

	-webkit-transition: opacity .35s;
	-moz-transition: opacity .35s;
	-o-transition: opacity .35s;
	transition: opacity .35s;

}

.project-images .vid-holder.visible .video-js
{
	opacity: 1;

}


.vjs-poster
{
	background-color: #FFF;
}

.video-js .vjs-big-play-button
{
	border: 0px;
	border-radius: 0px;
}

.vjs-big-play-centered .vjs-big-play-button
{
	top: 0%;
	left: 0%;
	margin-top: 0em;
	margin-left: 0em;
	width: 100%;
	height: 100%;
	background-color: rgba(135, 135, 135, 0.6);
}

.video-js:hover .vjs-big-play-button
{
	background-color: rgba(135, 135, 135, 0.6);
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before
{
	position: absolute;
	top: 50%;
	z-index: 1;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:after
{
	content: ' ';
	position: absolute;
	width: 100px;
	height: 60px;
	background-color: rgba(0, 0, 0, .5);
	top: 53.5%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

body.projects h1 a:hover, body.projects h1 span.sub:hover
{
	color: #61832c;
	-webkit-transition: color .35s;
	-moz-transition: color .35s;
	-o-transition: color .35s;
	transition: color .35s;
}

body.contact h1
{
	text-align: left;
	text-transform: uppercase;
	font-size: 10.2pt;
	letter-spacing: 2px;

}

h1 span.sub
{
	color: #484848;
	font-size: 9.5pt;
	letter-spacing: 1.5px;
	font-weight: 100;
	-webkit-transition: color .35s;
	-moz-transition: color .35s;
	-o-transition: color .35s;
	transition: color .35s;
}

#header
{
	height: 150px;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: #FFF;
}

#header.home, body.home #header
{
	height: 150px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 12;
	background-color: transparent;
}


ul.navigation
{
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-transform: uppercase;
	position: absolute;
	right: 100px;
	top: 30px;
	letter-spacing: 2px;
	font-weight: 500;
}

ul.navigation li
{
	float: left;
	margin-right: 2em;
}

ul.navigation li:last-child
{
	margin-right: 0px;
}

ul.navigation li a
{
	color: #000;
	border-bottom: 0px;
	padding-bottom: 5px;
}


ul.navigation li a:hover
{
	border-bottom: 2px solid #000;
	/*-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	*/
}

.container
{
	width: 100%;
	position: relative;
	padding-bottom: 150px;
	z-index: 1;
}

body.home .container
{
	z-index: 10;
}

body.home .container, .container#header
{
	padding-bottom: 0px;
}

.badge
{
	position: absolute;
	right: 0px;
	bottom: 50px;
	width: 220px;
	display: block;
	z-index: 10;
}


#logo
{
	width: 200px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 100px;
}

#logo a
{
	border-bottom: 0px;
}

.content
{
	margin: 0px auto;
	width: 95%;
	max-width: 880px;
}

.content a:hover
{
	color: #61832c;
}

.content.thumb-holder
{
	max-width: 920px;
}

body.contact .content
{
	max-width: 770px;
}

.content.project-details
{
	max-width: 1100px;
}

.img-holder
{
	position: relative;
}

.img-holder img
{
	width: 100%;
}

.thumbnails
{
	text-align: center;
}

.thumbnails > .img-holder
{
	opacity: 0;
}

.thumbnails > .img-holder.visible
{
	opacity: 1;
	-webkit-transition: opacity .35s;
	-moz-transition: opacity .35s;
	-o-transition: opacity .35s;
	transition: opacity .35s;
}

.thumbnails a
{
	border-bottom: 0px;
}

.uppercase
{
	text-transform: uppercase;
}

.normal-case
{
	text-transform: none;
}

.project
{
	width: 50%;
	margin-right: 0px;
	margin-bottom: 30px;
	float: left;
	text-align: center;
	color: #484848;
	text-transform: uppercase;
	height: 310px;
}

.project-details
{
	margin-bottom: 70px;
	margin-top: 100px;
}

.project.img-holder img
{
	width: 86%;
}

.project-info
{
	width: 60%;
	margin-right: 6%;
	margin-left: 5%;
	float: left;
}

.project-tags
{
	width: 29%;
	float: left;
	font-size: 8pt;
	text-transform: none;
}

.project-tags h3
{
	margin-bottom: .3em;
	font-size: 9pt;
}

.project-tags ul, .project-tags p
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-transform: none;
	color: #000;
	font-weight: 100;
	letter-spacing: .5px;
}

.project-tags a
{
	color: #808080;
	border-bottom: none;
}

.project-tags a:hover
{
	color: #000;

}

.project-images
{
	width: 96%;
	margin: 0px auto;
	max-width: 1100px;
}

.project-images .img-holder
{
	margin-bottom: 2%;
	height: 0;
	padding-bottom: 68.18%;
	position: relative;
	overflow: hidden;
	opacity: 0;
}

.project-images .vid-holder
{
	margin-bottom: 2%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
	opacity: 1;
	border: 1px solid #CCC;
}

.project-images .vid-holder.visible
{
	border: 0px solid #CCC;
}


.project-images .img-holder.has-caption, .project-images .vid-holder.has-caption
{
	margin: 0px;
}

.project-images .img-holder.visible
{
	opacity: 1;
	-webkit-transition: opacity .35s;
	-moz-transition: opacity .35s;
	-o-transition: opacity .35s;
	transition: opacity .35s;
}

.project-images .img-holder img
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.project-nav
{
	border-width: 1px 0px;
	border-color: #DFDFDF;
	color: #484848;
	border-style: solid;
	text-transform: uppercase;
	width: 96%;
	margin: 125px auto 0px auto;
	max-width: 1100px;
}

.project-nav div
{
	opacity: .7;
	-webkit-transition: opacity .35s;
	-moz-transition: opacity .35s;
	-o-transition: opacity .35s;
	transition: opacity .35s;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);

}

.project-nav div:hover
{
	opacity: 1;
	-webkit-transition: opacity .35s;
	-moz-transition: opacity .35s;
	-o-transition: opacity .35s;
	transition: opacity .35s;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);

}


.project-nav > div
{
	position: relative;
}

.project-nav img
{
	position: absolute;
	top: 50%;
	width: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.project-nav .prev
{
	width: 45%;
	float: left;
	height: 72px;
	line-height: 72px;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 1.5px;
	position: relative;
}

.project-nav .back-to-top
{
	width: 10%;
	float: left;
	height: 72px;
	line-height: 72px;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 1.5px;
	position: relative;
	cursor: pointer;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #DFDFDF;
	box-sizing: border-box;
}

.project-nav .back-to-top div
{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;

}

.project-nav .back-to-top img
{
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    position: relative;
    top: 6px;
}

.project-nav .next img
{
	right: 0px;
}

.project-nav .prev img
{
	left: 0px;
}


.project-nav .next
{
	width: 45%;
	float: left;
	height: 72px;
	line-height: 72px;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 1.5px;
	position: relative;
}

span.name
{
	font-weight: 500;
}

.half
{
	width: 50%;
	float: left;
}

.third
{
	width: 33.33%;
	float: left;
}

#contact_form input,
#contact_form #message,
input
{
	border-width: 0px 0px 1px 0px;
	border-color: #484848;
	border-style: solid;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	width: 100%;
	font-family: 'Gill Sans', sans-serif;
	padding: 14px 0px;
	outline: none;
	font-size: 15px;
	font-weight: 300;
}

#contact_form .valid-sender,
.valid-sender
{
	display: none;
}

#inquiries-form label
{
	color: #000;
	font-size: 15px;
	font-weight: normal;
	display: inline-block;
	padding-top: 14px;
}

::placeholder
{
	color: rgba(0, 0, 0, 0.6);
	opacity: 1;
	font-size: 15px;
	font-weight: 300;
}


textarea
{
	border-radius: 0px;
	-webkit-appearance: none;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #000;
	width: 100%;
	outline: none;
	height: 50px;
	font-family: 'Gill Sans', sans-serif;
	font-size: 10.5pt;
	margin-top: 15px;
	padding: 0px;
}

div.invalid
{
	text-align: center;
	font-size: 15px;
	padding: 20px;
	background-color: #FC0000;
	color: #FFF;
}

.req
{
	color: #61832c;
}

#inquiries-form textarea,
#inquiries-form input,
#inquiries-form select,
#inquiries-form h2
{
	font-size: 15px;
}

#inquiries-form textarea,
#inquiries-form input,
#inquiries-form select,
#inquiries-form label
{
	font-weight: 300;
	letter-spacing: .6px;
}

#inquiries-form .section
{
	margin-bottom: 80px;
}

#inquiries-form .section:last-of-type
{
	margin-bottom: 40px;
	/**/
}

#inquiries-form select
{
	border-radius: 0px;
	-webkit-appearance: none;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #000;
	outline: none;
	background-color: transparent;
	width:100%;
	padding: 14px 20px 14px 0px;
	font-family: 'Gill Sans', sans-serif;
	background-image: url('/images/arrow-down.svg');
	background-repeat: no-repeat;
	background-position: right 0px center;
	background-size: 10px auto;
	color: rgba(0, 0, 0, 0.75);
	white-space: pre-wrap;
	line-height: 1.4em;
}

::placeholder
{
	color: rgba(0, 0, 0, 0.6);
	opacity: 1;
	font-size: 15px;
}

.inq-header
{
	text-align: center;
	margin-bottom: 60px
}

.inq-header h1
{
	font-size: 18px;
	font-weight: 600;
}

.inq-header p
{
	font-weight: 300;
}

#inquiries-form .error
{
	color: #FC0000;
	font-size: 12px;
}

#contact_form input,
#contact_form #message span,
input
{
	outline: none;
}

#contact_form #message.error
{
	color: red;
}

#contact_form #message
{
	min-height: 50px;
	color: rgba(0,0,0, .6);
	margin-bottom: 1em;
}

#contact_form #message:focus
{
	color: #484848;
	background-color: #FFF;
}

#contact_form #message.active
{
	color: #000;
}

.hidden
{
	display: none;
}

#contact_form button,
button
{
	background-color: #4D4D4D;
	color: #FFF;
	padding: 1em 6em;
	border: 0px;
	cursor: pointer;
	text-transform: uppercase;
	font-family: 'Gill Sans', sans-serif;
	letter-spacing: 2px;
	margin: 0px;
	-webkit-transition: background-color: .35s;
	-moz-transition: background-color .35s;
	-o-transition: background-color .35s;
	transition: background-color .35s;
	font-weight: 400;
}

#contact_form button:hover,
button:hover
{
	background-color: #61832c;
	-webkit-transition: background-color: .35s;
	-moz-transition: background-color .35s;
	-o-transition: background-color .35s;
	transition: background-color .35s;
}

#popup
{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	top: 100%;
	left: 0px;
	text-align: center;
	color: #61832c;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transition: all .45s;
	-moz-transition: all .45s;
	-o-transition: all .45s;
	transition: all .45s;
}

#popup.visible
{
	opacity: 1;
	top: 0px;
	-webkit-transition: all .45s;
	-moz-transition: all .45s;
	-o-transition: all .45s;
	transition: all .45s;
}

#popup p, #popup div
{
	width: 450px;
	margin: 0px auto;
}

.vertical-center
{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	letter-spacing: 2px;
}

body.contact .vertical-center
{
	top: 45%;
}

.bio .img-holder
{
	width: 440px;
	height: 611px;

	position: relative;
}

.bio .img-holder img
{
	width: 100%;
	position: absolute;
	left: -150px;
	bottom: 0px;
}

.bio .img-holder img.normal
{
	left: -20px;
}

.bio.right .img-holder img
{
	right: -150px;
	left: auto;
}

.bio.right .img-holder img.normal
{
	right: -20px;
}

.bio
{
	margin-top: 150px;
	border-bottom: 1px solid #DDD;
	position: relative;
	min-height: 611px;
}

.bio.left .half
{
	float: right;
}

.bio.right .half
{
	float: left;
}

.bio.left .photo
{
	left: 0px;
	right: auto;
}


.bio.right .photo
{
	right: 0px;
	left: auto;
}

.half.text
{
	width: 50%;
}

.half.text p:last-child
{
	margin-bottom: 50px;
}

.bio .half.photo
{
	width: 50%;
	float: none;
	position: absolute;
	bottom: 0px;
}

.bio .text
{
	margin-top: 50px;
}


.process
{
	margin: 150px auto 0px auto;
	max-width: 770px;
}

.firm-header
{
	text-align: center;
	font-size: 16pt;
	letter-spacing: 1px;
	line-height: 32px;
	font-weight: 100;

}

.sub-nav
{
	margin-bottom: 3em;
	padding: 0px;
	list-style: none;
	text-align: center;
}

.sub-nav li
{
	display: inline-block;
	margin-right: 2em;
	text-transform: uppercase;
	font-size: 9.5pt;
	letter-spacing: 1.5px;
}

.sub-nav li:last-child
{
	margin-right: 0px;
}

.sub-nav li a
{
	border-bottom: 0px;
}


.sub-nav li.current a
{
	border-bottom: 1px solid #000;
}


#home-image
{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0;
}

#home-image.visible
{
	opacity: 1;
	-webkit-transition: opacity .35s;
	-moz-transition: opacity .35s;
	-o-transition: opacity .35s;
	transition: opacity .35s;
}

.fadeMeIn
{
	opacity: 1;
}

.caption
{
	font-size: 9.5pt;
	letter-spacing: 1.5px;
	margin: 0px auto;
	width: 90%;
	line-height: 18px;
}

.caption p
{
	margin: 0px;
}

.caption p.note
{
	font-size: 6pt;
	color: #333;
	margin-top: 0px;
}


.caption a
{
	-webkit-transition: color .35s;
	-moz-transition: color .35s;
	-o-transition: color .35s;
	transition: color .35s;
}

.caption a:hover
{
	color: #61832c;
	-webkit-transition: color .35s;
	-moz-transition: color .35s;
	-o-transition: color .35s;
	transition: color .35s;
}


.address
{
	text-transform: uppercase;
	margin: 0px;
	color: #484848;
	font-weight: 100;
}

#contact-info
{
	margin-top: 100px;
}

#contact-info a
{
	border-bottom: 0px;
}

#contact-info .third
{
	margin-top: 1em;
}

.social img
{
	width: 25px;
	height: auto;
}

.social img.houzz
{
	width: 12px;
}

.social img.instagram
{
	margin-left: 9px;
	margin-right: -3px;
	width: 20px;
}

#contact_form
{
	margin-top: 100px;
}

.blur
{

	z-index: 1;
	opacity: 0;
	background-color: #000;
	height: 800px;
}

.top
{
	z-index: 0;
	height: 800px;
	opacity: 0;
}

#blur-header
{
	position: relative;
	width: 100%;
	height: 600px;
	z-index: -1;
	top: 0;
	left: 0;
	overflow: hidden;
	opacity: 1;
}

#blur-header.with-video
{
	height: 620px;
}

#blur-header.visible
{
	opacity: 1;
	-webkit-transition: opacity .45s;
	-moz-transition: opacity .45s;
	-o-transition: opacity .45s;
	transition: opacity .45s;
}

#blur-header > div
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

#blur-header > div.video-holder
{
	position: relative;

	max-width: 1100px;
	width: 96%;
	height: 100%;
	margin: 0px auto;
}

#blur-header .video-js
{
	opacity: 1;
	padding-bottom: 56.25%;
	height: 0;
}

#blur-header > div.mobile
{
	background-attachment: scroll;
}


.visible
{
	opacity: 1;
	-webkit-transition: opacity .45s;
	-moz-transition: opacity .45s;
	-o-transition: opacity .45s;
	transition: opacity .45s;
}

#message-holder
{
	position: relative;
	font-size: 15px;
}

#message-placeholder
{
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 1;
	padding: 14px 0px;
	color: rgba(0,0,0, .6);
	font-size: 15px;
	pointer-events: none;
}

#message-placeholder.error
{
	color: red;
}

.error::-webkit-input-placeholder {
   color: red;
}

.error:-moz-placeholder {
   color: red;
}

.error::-moz-placeholder {
   color: red;
}

.error:-ms-input-placeholder {
   color: red;
}


.message-placeholder.hidden
{
	opacity: 0;
}

#mobile-nav-switch, #mobile-navigation, .bubbleback, .bubble-wrap
{
	display: none;
}

.shadow-footer
{
	height: 360px;
	visibility: visible;
	width: 100%;

	z-index: 10;

}

.quarter
{
	width: 20%;
	float: left;
}

.photo-caption
{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 10pt;
	line-height: 18px;
}

.photo-caption p
{
	margin: 0px;
	margin-left: 4.5%;
	margin-top: 10px;
	width: 60%;
}


#footer
{

	bottom: 0;
	box-sizing: border-box;
	display: block;
	height: 360px;
	left: 0;
	margin: 0;
	padding-top: 60px;
	position: fixed;
	width: 100%;
	z-index: -1;
	opacity: 0;

}

#footer a
{
	text-decoration: none;
	border: 0px;
}

#footer .quarter
{
	float: right;
}

.credit
{
	width: 92%;
	max-width: 770px;
	margin: 0px auto 100px auto;
	font-size: 80%;
	color: #999;
}

.credit a
{
	color: #999;
	border-bottom: 0px;
}

.credit a.developer-name
{
	text-transform: uppercase;
	text-decoration: none;
	color: #999;
	border: 0px;
	letter-spacing: 1.5px;
}

.credit a:hover
{
	color: #000;
}

@media all and (max-width: 800px) {

	.bio .half.photo
	{
		width: 100%;
		float: none;
		position: relative;
		bottom: auto;
	}

	.half.text
	{
		width: 100%;
	}
}

@media all and (max-width: 700px) {

	html
	{
		-webkit-text-size-adjust: 100%;
	}


	#footer, .shadow-footer
	{
		display: none;
	}

	.desktop_only
	{
		display: none;
	}

	#mobile-nav-switch
	{
		display: block;
		position: absolute;
		top: 20px;
		right: 30px;
		width: 28px;
	}

	.container
	{
		padding-bottom: 125px;
	}

	.content
	{
		width: 87%;
	}

	.thumb-holder.content
	{
		width: 100%;
	}

	.project
	{
		width: 100%;
		float: none;
		height: auto;
		margin: 0px;
	}

	.caption
	{
		height: 66px;
	}

	.project.img-holder img
	{
		width: 100%;
	}

	/* Hamburger Effect */
	.bubble-wrap {
		height: 60px;
		width: 60px;
		background-color: transparent;
		top: 0px;
		right: 5px;
		position: absolute;
		border-radius: 50%;
		cursor: pointer;
		-webkit-transform: scale(1);
		-webkit-transition: all 0.3s ease-out;
		display: block;
	}

	.bubble-wrap.active {
		display: none;
	}

	.bubble {
		height: 60px;
		width: 60px;
		background-color: transparent;
		top: 0px;
		right: 30px;
		position: absolute;
		border-radius: 50%;
		-webkit-transform: scale(1);
		-webkit-transition: all 0.3s ease-out;
	}

	.bubble.active {
		-webkit-transform: scale(100);
		-webkit-transition: all 0.6s ease-out;
		/* -webkit-transition-delay: .4s; */
	}

	.bubbleback {
		height: 60px;
		width: 60px;
		background-color: transparent;
		top: 0px;
		right: 30px;
		position: absolute;
		border-radius: 50%;
		-webkit-transform: scale(1);
		opacity: 1;
	}

	.bubbleback.active {
		-webkit-transform: scale(1.5);
		opacity: 0;
		-webkit-transition: all 0.3s ease-out;
	}

	.label
	{
		text-transform: uppercase;
		font-size: 9px;
		letter-spacing: 1.4px;
		background-color: transparent;
		width: 34px;
		position: absolute;
		right: 10px;
		top: 9px;
		opacity: 1;
	}

	.label.active
	{
		opacity: 0;
		-webkit-transition: all 0.3s ease-out;
		/* -webkit-transition-delay: .4s; */
	}


	.bar
	{
		background-color: #2c3e50;
		width: 28px;
		height: 1.5px;
		border-radius: 0px;
		right: 16px;
		top: 20px;
	}

	.first {
		position: absolute;
		opacity: 0;
		-webkit-transition: all 0.2s ease-out;
	}


	.first.active {
		opacity: 1;
		margin-top: 10px;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 0.2s ease-out;
		/* -webkit-transition-delay: .4s; */
	}


	.second {
		margin-top: 10px;
		position: absolute;
		-webkit-transition: all 0.2s ease-out;
	}


	.second.active {
		opacity: 0;
		margin-top: 10px;
		-webkit-transition: all 0.2s ease-out;
		/* -webkit-transition-delay: .4s; */
	}


	.third-bar {
		margin-top: 18px;
		position: absolute;
		-webkit-transition: all 0.2s ease-out;
	}


	.third-bar.active {
		margin-top: 10px;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: all 0.2s ease-out;
		/* -webkit-transition-delay: .4s; */
	}

	#logo
	{
		width: 160px;
		height: 50px;
		position: absolute;
		top: 0px;
		left: 20px;
	}

	#header
	{
		height: 70px;
	}

	#header.nav
	{
		position: fixed;
		z-index: 12;
		height: 0px;
	}

	body.home #header.nav
	{
		height: 0px;
	}


	#mobile-navigation
	{
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, .98);
		font-weight: 400;
		letter-spacing: 2px;
		display: none;

	}

	#mobile-navigation.visible
	{
		display: block;
		opacity: 1;
		z-index: 11;
	}

	#mobile-navigation ul
	{
		padding: 0px;
		margin: 0px;
		list-style: none;
		text-transform: uppercase;
		font-size: 200%;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
	}

	#mobile-navigation ul li
	{
		text-align: center;
		margin-bottom: 40px;
	}

	#mobile-navigation ul li:last-child
	{
		margin-bottom: 0px;
	}

	#mobile-navigation ul li a
	{
		text-decoration: none;
		border: 0px;
	}

	ul.navigation
	{
		display: none;
	}

	.half
	{
		width: 100%;
		float: none;
	}

	.bio .half.photo
	{
		width: 100%;
		float: none;
		position: relative;
		bottom: auto;
	}

	.bio .img-holder
	{
		width: 100%;
		height: auto;
	}

	.bio .img-holder img
	{
		width: 100%;
		position: relative;
		left: auto;
		bottom: auto;
	}

	.bio.right .img-holder img, .bio.left .img-holder img
	{
		right: auto;
		left: auto;
	}

	.half.text
	{
		width: 100%;
	}



	#blur-header
	{
		height: auto;
		height: 0px;
		padding-bottom: 54%;
		overflow: visible;
	}

	#blur-header.with-video
	{
		height: 0px;
	}

	#blur-header > div
	{
		width: 100%;
		height: 0px;
		padding-bottom: 54%;
		background-size: 100% auto;
		background-attachment: scroll;
	}

	.process
	{
		margin-top: 60px;
	}

	.blur
	{


	}

	.top
	{

	}

	.project-details
	{
		margin-top: 80px;
	}

	.project-info
	{
		width: 100%;
		margin-right: 0%;
		margin-left: 0px;
		float: none;
	}

	.project-tags
	{
		width: 100%;
		float: none;
		font-size: 9pt;
	}

	.project-images
	{
		width: 100%;
	}

	.third
	{
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}

	.project-nav
	{
		font-size: 9pt;
		margin: 50px auto 0px auto;
	}

	.project-nav .back-to-top
	{
		width: 24%;
		height: 64px;
	}

	.project-nav .back-to-top img
	{
		top: 0px;
	}

	.project-nav .prev
	{
		width: 38%;
		padding-left: 20px;
		text-align: left;
		height: 64px;
		line-height: 64px;
		padding-left: 25px;
	}

	.project-nav .next
	{
		width: 38%;
		padding-right: 20px;
		text-align: right;
		height: 64px;
		line-height: 64px;
		padding-right: 25px;
	}

	.project-nav .prev img
	{
		left: 5px;
	}

	.project-nav .next img
	{
		right: 5px;
	}

	.project-nav img
	{
		width: 8px;
	}

	#contact-info
	{
		margin-top: 80px;
	}

	.quarter
	{
		width: 48%;
	}

	#contact_form
	{
		margin-top: 75px;
	}

	.credit
	{
		margin-bottom: 50px;
		width: 87%;
	}

	#popup p, #popup div
	{
		width: 95%;
		margin: 0px auto;
	}

	.photo-caption p
	{
		width: 90%;
		margin: 0px auto;
	}

	.video-js .vjs-big-play-button .vjs-icon-placeholder:before
	{
		position: absolute;
		top: 43%;
		z-index: 1;
	}


}

@media all and (min-width: 701px) and (max-width: 959px) {

	#logo
	{
		left: 4%;
	}

	ul.navigation
	{
		right: 60px;
	}

	.content
	{
		width: 92%;
	}

	.bio
	{
		position: relative;
	}

	.half.photo
	{
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: auto;
	}

	.bio.right .half.photo
	{
		right: 0px;
		left: auto;
	}

	.bio .img-holder
	{
		width: 80%;
		height: auto;
	}

	.bio .half.text
	{
		padding: 0%;
		box-sizing: border-box;
		float: right;
	}

	.bio.right .half.text
	{
		float: left;
	}

	.bio .img-holder img
	{
		left: 0px;
		position: relative;
		display: block;
	}

	.bio.right .img-holder img
	{
		left: 0px;
		position: relative;
	}

	#blur-header
	{
		height: auto;
		min-height: 0px;
		padding-bottom: 54%;
		overflow: visible;

	}

	#blur-header > div
	{
		width: 100%;
		height: 0px;
		padding-bottom: 54%;
		background-size: 100% auto;
		background-attachment: scroll;
		background-size: contain;
	}

	.project-details
	{
		margin-top: 80px;
	}

	.project-info
	{
		margin-right: 11.3%;
	}

	.project-tags
	{
		width: 50%;
	}

	#footer .quarter
	{
		margin-left: 100px;
		width: 25%;
	}

	#footer .quarter:first-child
	{
		margin-right: 25px;
	}

	#footer .quarter:last-child
	{
		margin-left: 0px;
	}

}


@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){

	#footer .quarter
	{
		margin-left: 100px;
	}

	#footer .quarter:first-child
	{
		margin-right: 25px;
	}

}

@media all and (min-width: 1000px) and (max-width: 1024px) {

	.project-info
	{
		/*margin-right: 11.3%;*/
	}

	#logo
	{
		left: 3.1%;
	}
}

@media all and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {

	#blur-header > div
	{
		background-attachment: scroll;
	}

}

@media all and (device-width: 1024px) and (device-height: 1366px) {

	.bio.right .img-holder img
	{
		right: 0px;
	}

	.bio .img-holder img
	{
		left: 0px;
	}

}


@media all and (orientation: landscape)
{
	#blur-header > div
	{

	}

	#mobile-test
	{
		display: block;
	}

}

@media all and (orientation: portrait)
{
	#mobile-test
	{
		display: block;
	}

	#blur-header > div
	{
		background-attachment: scroll;
	}
}
