/* Grid and styles */




@font-face {
  font-family: 'regular';
  src: url('../fonts/regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/regular.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/regular.ttf')  format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/regular.svg#bad6087e6b544a21c0bf58b844e74cb2') format('svg'); /* Legacy iOS */
	   
  font-style:   normal;
  font-weight:  400;
}
@font-face {
  font-family: 'semibold';
  src: url('../fonts/semibold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/semibold.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/semibold.ttf')  format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/semibold.svg#bad6087e6b544a21c0bf58b844e74cb2') format('svg'); /* Legacy iOS */
	   
  font-style:   normal;
  font-weight:  700;
}
*, *:before, *:after {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
	position: relative;
}
body {
	background: #434242;
	-webkit-overflow-scrolling: touch;
}
html, body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-backface-visibility: hidden;
	/*Avoid flicker on slides transitions for mobile phones #336 */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.expand-section {
}



/* typography */

body, h1, h2, h3, p, a, span, figcaption {
	font-family: 'regular', Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #b5b2b1;
	font-size: 18px;
	font-weight: normal;
	font-weight: 400;
	letter-spacing: 0em;
	word-spacing: 0px;
	line-height: 24px;
	margin: 0;
	text-align: left;
	vertical-align: baseline;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
@-moz-document url-prefix() {
	body, h1, h2, h3, p, a, span, h2 span {
		font-weight: normal;
	}
}
h1, h2, h3 {
	font-family: 'semibold', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-weight: 700;
	padding-bottom: 20px;
}
h1 {
	font-size: 48px;
	line-height: 60px;
}
h2 {
	font-size: 24px;
	line-height: 32px;
}
h3 {
	font-size: 18px;
	line-height: 24px;
}
a:link, a:visited {
	color: #f2c745;
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border-bottom: 2px solid transparent;
	padding-bottom: 4px;
}
article a:hover, article a:active, article a:focus {
	border-bottom: 2px solid #f2c745;
	padding-bottom: 4px;
}
figcaption {
	font-size: 14px;
}
::-moz-selection {
	color: #434242;
	background: #f2c745;
}

::selection {
	color: #434242; 
	background: #f2c745;
}




/* Sections content */

.solo-page {
	width: 100%;
}
header {
	width: 100%;
	height: 100%;
	background: #222;
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
}
.solo-page img {
	width: 100%;
	height: auto;
}
.teaser-img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-shadow: inset 70px -126px 400px -32px rgba(0,0,0,0.9);
	-moz-box-shadow: inset 70px -126px 400px -32px rgba(0,0,0,0.9);
	box-shadow: inset 70px -126px 400px -32px rgba(0,0,0,0.9);
}
#meta {
	position: absolute;
	top: 20px;
	z-index: 1;
}
#headline {
	position: absolute;
	bottom: 0;
	z-index: 2;
}
header h1,
header h2,
header h3 {
	color: #fff;
}
header p,
header .font-grey {
	color: #b5b2b1;
}
em,
.font-yellow {
	color: #f2c745;
	font-style: normal;
}
.content {
	width: 100%;
	height: auto;
	position: relative;
	padding: 50px 0;
	overflow: auto;
	z-index: 1;
	-webkit-transform: translate3d(0,0,0);
}
.content img {
	width: 100%;
	height: auto;
	-webkit-transform: translate3d(0,0,0);
}
.solo-page .content {
}
article, #menu {
	width: 100%;
	max-width: 1440px;
	height: auto;
	margin: 0 auto 100px;
	padding: 0 20px;
	position: relative;
	display: table;
	z-index: 1;
}
header article {
	height: 100%;
}






/* Navigation */

nav {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	z-index: 999;
}
nav ul {

}
nav ul li {
	list-style: none;
	display: inline-block;
	padding: 20px 0 0 20px;
	max-height: 50px !important;
}
nav ul li a {
	color: #fff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
nav ul li a:hover {
	border-bottom: 2px solid #fff;
	padding-bottom: 4px;
}
nav ul .active a {
	border-bottom: 2px solid #fff;
	padding-bottom: 4px;
}
nav ul .work-link {
	cursor: pointer;
}
nav ul .work-number {
	padding: 20px 0 0 5px;
}




/* Buttons */

.desktop-only {
	display: block;
}
.mobile-only {
	display: none;
}
.mobile-button {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin: 20px 20px 0;
	border: 2px solid #fff !important;
	border-radius: 50px;
	text-align: center;
	line-height: 94px;
}






/* Transitions */

.fade-out, .fade-in {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.fade-out {
	opacity: 0 !important;
}
.fade-in {
	opacity: 1 !important;
}
.short-easing {
	-webkit-transition:	all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition:	all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition:		all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:		all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:			all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.easing {
	-webkit-transition:	all 1s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition:	all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition:		all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-transition:		all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
	transition:			all 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.bounce {
	-webkit-transition:	all 0.3s cubic-bezier(0.180, 1.640, 0.690, 0.900); 
	-moz-transition:	all 0.2s cubic-bezier(0.175, 0.885, 0.770, 1.465);
	-o-transition:		all 0.2s cubic-bezier(0.175, 0.885, 0.770, 1.465);
	-ms-transition:		all 0.2s cubic-bezier(0.175, 0.885, 0.770, 1.465);
	transition:			all 0.3s cubic-bezier(0.180, 1.640, 0.690, 0.900); 
}





/* Grid */

.column-full,
.column-100,
.column-75,
.column-66,
.column-50,
.column-33,
.column-25,
.white-space {
	height: auto;
	float: left;
	padding: 0 20px 40px;
	position: relative;
}
.column-full {
	padding: 40px 0 0;
}
.column-full,
.column-100,
.white-space {
	width: 100%;
}
.column-100 p {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	widows: 3;
	orphans: 3;
}
.column-75 {
	width: 75%;
	min-height: 50px;
}
.column-66 {
	width: 66.6666666666%;
}
.column-50 {
	width: 50%;
}
.column-33 {
	width: 33.3333333333%;
}
.column-25 {
	width: 25%;
}
.white-space {
	height: 20px;
}





/* Window resize */

@media screen and (min-width: 1800px) {

}
@media screen and (min-width: 1400px) and (max-width: 1799px) {

}
@media screen and (min-width: 1000px) and (max-width: 1399px) {

}
@media screen and (min-width: 740px) and (max-width: 999px) {

	.column-100 p {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}
@media screen and (min-width: 400px) and (max-width: 739px) {

	nav {
		top: -100px;
	}

	article, .headline, #menu {
		padding: 0;
	}

	.overlay-content {
		padding: 20px 0;
	}

	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: block;
	}
	header img {
		width: 200%;
		height: auto;
		-webkit-transform: translate3d(0,0,0);
	}

	/* Grid */

	.column-full,
	.column-100,
	.column-75,
	.column-66,
	.column-50,
	.column-33,
	.column-25,
	.white-space {
		padding: 0 20px 20px;
		width: 100%;
	}
	.column-full {
		padding: 0 0 20px;
	}
	.column-100 p {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.white-space {
		height: 50px;
	}
}
@media screen and (min-width: 0px) and (max-width: 399px) {

	nav {
		top: -100px;
	}

	article, .headline, #menu {
		padding: 0;
	}

	.overlay-content {
		padding: 20px 0;
	}

	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: table;
		margin: 0 auto;
	}

	/* Grid */

	.column-full,
	.column-100,
	.column-75,
	.column-66,
	.column-50,
	.column-33,
	.column-25,
	.white-space {
		padding: 0 20px 20px;
		width: 100%;
	}
	.column-full {
		padding: 0 0 20px;
	}
	.column-100 p {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.white-space {
		height: 20px;
	}
}