body {
	overflow: hidden;
	font-family: 'Montserrat', Helvetica, sans-serif;
	word-wrap: break-word;
}

#backgrounds {
	position: absolute;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-perspective: 200px;
	perspective: 200px;
	opacity: 0;
}

.no-js #backgrounds {
	opacity: 0.6;
}

body, #backgrounds {
	background: #000;
}

.bg {
    display: none;
	position: absolute;
		top: -5%;
		left: -5%;
    height: 110%;
    width: auto;
    min-width: 110%;
    opacity: 0.5;
    background-size: cover;
}

#bg-just-browsing {
	display: block;
}

#bg-just-browsing, #bg-prospective-client, #bg-prospective-employer {
	opacity: 1;
}

main, footer {
	position: absolute;
		z-index: 1;
	width: 100%;
	text-align: center;
	color: #fff;
}

main {
	height: 100%;
	-webkit-perspective: 100px;
	perspective: 100px;
	perspective-origin: 50% 40%;
}

section {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow-y: scroll;
}

section.intro, section.title {
	overflow: visible;
}

.section-inner {
	overflow: visible;
	margin-top: 11em;
}

.title .section-inner {
	margin-top: 18em;
}

.section-inner::after,
.columns::after {
	content: ".";
	visibility: hidden;
	display: inline-block;
	height: 1px;
	width: 1px;
	opacity: 0;
}


footer {
	bottom: 10px;
}

.no-js .bg,
.no-js main,
.no-js footer,
.no-js section {
	position: static;
}

@media screen and (max-width: 580px) {
	body {
		font-size: 0.8em;
	}
}

.panel {
	position: relative;
	overflow: auto;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	background: rgba(255,255,255,0.4);
	border: 2px solid #fff;
	border-radius: 0.5em;
}

/*.menu-inner {
	position: relative;
	overflow: auto;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}*/

h1 {
	margin: 0 auto 1em;
	display: inline-block;
	vertical-align: middle;

	font-size: 3em;
	font-weight: normal;
	width: 80%;
	max-width: 900px;
	line-height: 1.1;
}

h2 {
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: normal;
	line-height: 1.1;
	opacity: 1;
	width: 50%;
	margin: 0 auto;
}

h3 {
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-size: 1.4em;
	color: rgb(73,230,228);
	margin-bottom: 0.3em;
	margin-top: 0;
	line-height: 1.1;
}

p, .long-description {
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.7;
}

.panel h2 {
	position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    line-height: 5.4em;
}

.panel h2 span {
	line-height: 1;
	display: inline-block;
    vertical-align: middle;
}

.serif {
	font-family: 'Droid Serif', serif;
	font-style: italic;
	text-transform: none;
	font-size: 0.9em;
}

p a, p a:visited {
	color: #eee;
}

a.fancy-link {
	display: block;
    font-family: 'Montserrat', Helvetica;
    font-size: 0.9em;
    font-weight: bold;
    color: #f05a2d;
    text-transform: uppercase;
    letter-spacing: 1px;
}

a.fancy-link:hover {
	text-decoration: none;
}

@media screen and (max-width: 580px) {
	.title h1, .intro h1 {
		margin-top: 2em;
	}
}

/*.menu-inner h2 {
	position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    line-height: 5.4em;
}

.menu-inner h2 span {
	line-height: 1;
	display: inline-block;
    vertical-align: middle;
}*/

/* PANEL MENU */

/*.menu-button {
	float: left;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-size: cover;
}

.menu-button-inner {
	position: relative;
	padding: 2.4em 2em;
	height: 5.2em;
	overflow: hidden;

	line-height: 5em;
	font-size: 0.9em;
	text-transform: uppercase;

	background-color: rgba(0,0,0,0.3);
}

.menu-button.first .menu-button-inner {
	border-radius: 0.5em 0 0 0.5em;
}

.menu-button.last .menu-button-inner {
	border-radius: 0 0.5em 0.5em 0;
}

.menu-button:hover {
	cursor: default;
}

.menu-button:hover .menu-button-inner {
	cursor: default;
	background: rgba(0,0,0,0.6);
}

.menu-button img {
	top: 56%;
    width: 2.2em;
    height: auto;
    margin: 0 auto 0.5em auto;
    opacity: 1;
}

.menu-button-inner span {
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}

@media only screen and (max-width: 960px) {
	.menu-button {
		width: 100% !important;
	}

	.menu-button-inner {
		border-right: none !important;
		border-bottom: 1px solid rgba(200,200,200,0.1);
	}

	.menu-button.first .menu-button-inner {
		border-radius: 0.5em 0.5em 0 0;
	}

	.menu-button.last .menu-button-inner {
		border-radius: 0 0 0.5em 0.5em;
		border-bottom: none !important;
	}

	.panel h2 {
		height: auto;
		top: 50%;
		margin-top: -3em;
	}

	.menu-inner h2 {
		height: auto;
		top: 50%;
		margin-top: -3em;
	}
}*/

.buttons {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
    position: relative;
    flex-flow: row wrap;
	width: 80%;
	overflow: visible;
    margin: 0 auto;
    -webkit-perspective: 100px;
    perspective: 100px;
}

.no-flexbox .buttons {
	display: block;
}

.big-button {
	float: left;
    height: auto;
    width: 29%;
    flex-basis: 29%;
    margin: 0 2.15% 4.3%;
    background-size: cover !important;
    background-position: 50%;
    background-color: #000;
    border-radius: 4em;
}

.no-bgsizecover .big-button {
	background-size: 100%;
}

.big-button-inner {
	cursor: default;
	height: 200px;
    background: rgba(5,30,40,0.8);

    border: 3px solid white;
    border: 3px solid rgba(255,255,255,0.7);
    border-radius: 4em;

    padding: 2em;

    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.big-button-inner .content,
.big-button-inner .icon,
.big-button-inner .text {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	margin: 0;
	line-height: 1;

	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.big-button-inner .icon {
	margin-bottom: 1em;
}

.icon img {
	height: 3.4em;
	width: auto;
    display: inline-block;
    vertical-align: middle;
}

.big-button-inner h4 {
	margin: 1em 0 0 0;
}

.big-button:hover .big-button-inner {
	background: rgba(5,30,40,0.6);
}

.big-button .title {
	text-transform: uppercase;
	margin: 0 0 4px 0;
	font-weight: 400;
	line-height: 1.3;
}

.big-button .description {
	font-family: 'Droid Serif', 'Montserrat', Helvetica, serif;
	font-style: italic;
	font-size: 0.8em;
	margin: 0;
	font-weight: 400;
}

.big-button .title strong {
	display: inline-block;
	padding-top: 2px;
}

.project .title {
	font-size: 1.2em;
}

@media only screen and (max-width: 1136px) {
	.buttons {
		width: 86%;
	}
}

@media only screen and (max-width: 960px) {
	.no-flexbox .buttons {
		display: block;
		width: 90%;
	}

	.big-button {
		width: 44%;
		flex-basis: 44%;
		margin: 0 3% 6%;
	}
}

@media only screen and (max-width: 580px) {
/*	.big-button {
		width: 100%;
		margin: 0 0 6%;
	}*/

	.big-button, .big-button-inner {
		border-radius: 2em;
	}

	.big-button-inner {
		padding: 0.9em;
	}

	.icon img {
		height: 2.3em;
	}

	.big-button .title {
		font-size: 0.9em;
	}
}

section, .info-btn, .big-button, .main-nav, .nav-title {
	transition : filter 500ms;
	-moz-transition: -moz-filter 500ms;
	-webkit-transition : -webkit-filter 500ms;

}

.info-btn .toggled-on {
	display: none;
}

.info-btn.toggled .toggled-off {
	display: none;
}

.info-btn.toggled .toggled-on {
	display: inline-block;
}

nav {
	cursor: default;
	position: absolute;
    	z-index: 100;
	    left: 0;
	    bottom: 0;
    width: 100%;
    height: 6.4em;
    color: white;
    font-size: 0.7em;
    text-align: center;
    vertical-align: middle;
    border: none;

    background: rgb(70,165,219);
    background: -webkit-linear-gradient( 60deg, rgba(73,230,228,0.6), rgba(21,85,122,0.6) );
    background: -moz-linear-gradient( 60deg, rgba(73,230,228,0.6), rgba(21,85,122,0.6) );
    background: -ms-linear-gradient( 60deg, rgba(73,230,228,0.6), rgba(21,85,122,0.6) );
    background: -o-linear-gradient( 60deg, rgba(73,230,228,0.6), rgba(21,85,122,0.6) );
    background: linear-gradient( 60deg, rgba(73,230,228,0.6), rgba(21,85,122,0.6) );
}

.main-nav {
	top: 0;
}

.nav-btn {
	display: block;
	width: 10em;
	text-align: center;
    height: 5.4em;
    padding: 0.4em 0 0.6em;
    line-height: 5.4em;
    background: transparent;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;

    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.touchevents .nav-btn:focus,
.no-touchevents .nav-btn:hover {
	outline: none;
	background: #f05a2d;
	opacity: 1;

/*	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;*/
}

.nav-left {
	float: left;
}

.nav-right {
	float: right;
}

.main-nav .nav-btn img {
	margin-bottom: 0.5em;
}

.nav-btn.arrow img {
	vertical-align: middle;
	margin: 0;
}

.nav-btn span {
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}

.nav-title {
	display: none;
	position: relative;
		z-index: 102;
	font-size: 0.9em;
	line-height: 1.76em;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
    padding: 1.55em 0;
    letter-spacing: 0.1em;
    opacity: 0.9;

    width: auto;
    float: left;
    margin-left: 8.3em;
}

.single-nav {
	display: none;
	top: auto;
	bottom: 0;
}

.single-nav .nav-btn {
	width: 50%;
	line-height: 5.5em;
}

.single-nav .nav-btn img {
	position: relative;
	top: -1px;
}

.single-nav .nav-left img {
	margin-right: 1em;
}

.single-nav .nav-right img {
	margin-left: 1em;
}

@media only screen and (max-width: 480px) {
	.nav-title {
		display: none !important;
		margin-left: 0;
	    width: 100%;
	    text-align: center;
/*	    margin-top: 4em;
*/	}

/*	.nav-btn {
		width: 8em;
	}*/
}

section.info {
	background: #000;
	background: rgba(0,0,0,0.8);
}

.info .section-inner {
	max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

article {
	/* margin-top: 10em; */
	width: 100%;
}

article p {
	text-align: left;
	margin: 0 auto 1.2em;
}

.info article p {
	width: 74%;
}

article h1 {
	margin-bottom: 0.3em;
	text-align: left;
	width: 100%;
	max-width: 100%;

	font-size: 4em;
	line-height: 1;
}

.info h1 {
	text-align: center;
}

.info h1 span {
	float: left;
    clear: both;
    width: 100%;
    display: inline-block;
}

article h1 img {
	max-width: 3em;
    height: auto;
    position: relative;
    top: -0.1em;
    margin-right: 0.6em;
    vertical-align: middle;
}

@media only screen and (max-width: 580px) {
	.info article p {
		width: 100%;
	}

	article h1 {
		font-size: 4em;
	}

	article h1 img {
		max-width: 2em;
	}
}

@media only screen and (max-width: 480px) {
	article {
		margin-top: 0px;
	}
}

/** CONTACT **/

form {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 100%;
	max-width: 600px;
	margin: -0.8em auto 0 auto;
	padding: 0 40px;
}

form textarea,
form input,
form label {
	width: 100%;
	display: block;
	color: #fff;
	outline: 0 none !important;
}

form textarea,
form input[type=text] {
	font-size: 0.9em;
	font-weight: normal;
	padding: 1.4em 0 1.4em 1.5em;
	background: rgba(255,255,255,0.1);
	border: 0 none;
	border-left: 6px solid #fff;
	border-radius: 6px;
}

form textarea {
	box-sizing: border-box;
	padding-top: 2.2em;
	resize: none;
}

form input[type=text] {
	margin-top: 1em;
	text-transform: uppercase;
	box-sizing: border-box;
}

form input[type=submit] {
	width: 200px;
    background: #f05a2d;
    -webkit-appearance: none;
    border: 0;
    margin: 0 auto;
    padding: 1.6em 0 1.5em;
    font-size: 0.8em;
    text-transform: uppercase;
    border-bottom: 6px solid #da4a28;
}

form input[type=submit]:hover {
	border-bottom-color: #226770;
	background: #357F84;
}

form label {
	text-align: left;
	padding: 0 1.9em;
	font-size: 0.9em;
	position: absolute;
	z-index: 101;
	text-transform: uppercase;
	color: #fff;
	/*color: rgb(21,85,122);*/
	opacity: 0.6;
}

.js form label {
	top: 2em;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.js form label.focused {
	top: 1.2em;
	font-size: 0.7em;
	position: absolute;
	padding: 0 2.4em;
	opacity: 0.5;
}

.placeholder label.hidden-label {
	display: none;
}

.no-placeholder form label {
	position: static;
	top: 0;
}

form p {
	font-family: 'Montserrat';
	margin-bottom: 0.2em;
}

form .reset {
	color: #ddd !important;
    text-transform: uppercase;
    font-size: 0.7em;
    display: block;
}

/** SINGLE PROJECT **/

.single-project .section-inner {
	margin-top: 8em;
	margin-bottom: 5em;
}

.columns {
	float: left;
	position: relative;
	width: 100%;
	overflow: visible;
}

.single-project .column {
	display: block;
    float: left;
    position: relative;
}


.single-project .columns > .left {
    width: 46%;
    margin: 0 2% 0 4%;
}

.single-project .columns > .right {
    width: 42%;
    margin: 0 4% 0 2%;
    padding-bottom: 8em;
}

.single-project .columns > * {
	text-align: left;
}

.single-project .columns img {
	display: block;
	width: 100%;
	border-radius: 0.3em;
	margin-bottom: 2em;
}

.single-project .title {
	top: 0;
	left: 0;
	z-index: 2;
	
	height: 10em;
	width: 100%;
	padding-top: 0;

	line-height: 10em; 
}

.single-project h1 {
	width: 100%;
}

.single-project h3 a {
	color: #eee !important;
}


@media only screen and (max-width: 960px) {
	.single-project .columns > .column {
		width: 90%;
		margin: 0 auto 2em;
		float: none;
	}
}








footer p {
	font-family: 'Montserrat';
	opacity: 0.3;
}

.show-attributions {
	position: absolute;
	z-index: 200;
	right: 8px;
	bottom: 0;
	background: transparent;
	border: 0 none;
	text-decoration: underline;
	font-size: 0.4em;
	text-transform: uppercase;
	opacity: 0.3;
}

.show-attributions:hover {
	opacity: 0.5;
}

.attributions {
	display: none;
}

.show-attributions.active + .attributions {
	display: block;
}

.attributions p {
	font-size: 0.2em;
	line-height: 1.6;
    margin: 0 0.8em 0 20px;
    text-transform: uppercase;
    text-align: center;
}

footer a {
	color: #eefff5;
	text-decoration: underline;
}

footer a:hover {
	text-decoration: none;
	color: #000;
}
