.clearfix {
    overflow: auto;
}

body {	
	font-family: rubikregular;
	background-color: #FBFBFB;	
}





/****** LOGO ******/


.logo {
	text-align: center;
	margin: 90px auto 90px auto;
	width: 80px;
	background-color: none;
	position: relative;
	z-index: 10;
	display: block;
}




.logo img {
	width: 100%;
}


@media screen and (min-width: 640px) {

	
.logo {
	display: block;
	width: 90px;
	margin: 118px auto 118px auto;
}

}


@media screen and (min-width: 1024px) {

	
.logo {
	display: block;
	width: 90px;
	margin: 118px auto 118px auto;
}
	
}








/****** MENU ******/

.menu {
	position: absolute;
	background-color: none;
	width: 100%;
	top: 120px;
	display: none;
}

.menu div{
	text-align: left;
	width: 94%;
	max-width: 1080px;
	margin: 0 auto 0 auto;
	position: relative;
	background-color: none;
}

.menu div a{
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	font-size: 1em;
	line-height: 1.8em;
	font-family: rubikregular;
	letter-spacing: 0.1em;
	border-bottom: none;	
	
}

.menu .menu-selected a{
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	font-size: 1.14em;
	line-height: 1.8em;
	font-family: rubikmedium;
	letter-spacing: 0.1em;
	border-bottom: none;	
	
}




.menu div a:hover {
	border-bottom: 4px solid black;
}





/****** MENU-MOBILE ******/

.longbar {
	width: 100%;
	height: 60px;
	background-color: #FBFBFB;
	position: fixed;
	top: 0;
	z-index: 8;
}

.mobile {
	display: block;
	position: relative;
	z-index: 12;
	
}
.content {
	margin: 1000px auto auto auto;
}

.logo-collapsible {
	text-align: center;
	margin: 1000px auto 32px auto;
	width: 60px;
	background-color: none;
	position: relative;
	z-index: 10;
	display: block;
}

.logo-collapsible img {
	width: 100%;
}

.collapsible {
	width: 0px;
	position: fixed;
	top: 20px;
	left: 20px;
	
}

.content {
	position: fixed;
	width: 100%;
	top: 50%;
	margin-top: -1150px;
	z-index: -20;
    max-height: 0;
    overflow: hidden;
    background-color: #FBFBFB;
	opacity: 1;
}

	
.menu-mobile {
	display: block;
	text-align: center;
	margin: auto auto 1000% auto;
}


.menu-mobile div a{
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	font-size: 1em;
	font-family: rubikregular;
	letter-spacing: 0.1em;
	border-bottom: 3px solid black;
	padding-bottom: 0.1em;
	line-height: 2.4em;
		
}

.container {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
	
}




.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6.5px, -6.5px);
    transform: rotate(45deg) translate(-6.5px, -6.5px);
}




@media screen and (min-width: 1024px) {

	
.menu {
	display: inline-block;
}

.mobile, .longbar {
	display: none;
}
	
}



/****** SPECIAL HEADER ******/

.special-header {
	display: none;
	max-width: 1080px;
	border-bottom: none;
	background-color: none;text-align: center;
	margin: auto auto 6px auto;
}

.special-header p {
	
	font-family: rubikregular;
	font-size: 1.1em;
	color: black;
	line-height: 1.4em;
	text-transform: uppercase;
	margin: 10px auto auto auto;
}



@media screen and (min-width: 1024px) {	
	.special-header {
	display: none;
	}
}
 



/****** MAIN ******/

.flex-container {
  display: flex;
  flex-wrap: wrap;
  background-color: none;
  max-width: 1080px;
  margin: auto 20px 40px 20px;
	
}

.work-link {
  width: 100%; 
  margin: 0 0 1.5% 0;
  padding: 0;	
}


.work-link img {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.wrapper-link {
  position: relative;
  display: inline-block;
}

.title-overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(0%, 0%);
  width: 90%;
  padding: 10px 10px;
  color: #fff;
}



h3 {
  text-transform: uppercase;
  text-align: left;
  font-family: din-2014-narrow, sans-serif;
  font-style: normal;
  letter-spacing: 0.05em;
  margin: 3px 0;
}
.project-title-link {
  font-weight: 600;
  font-size: 2em;
  line-height: 0.9em;
  transition: opacity 0.5s ease;
}

.project-subtitle-link {
  font-weight: 300;
  font-size: 1em;
  line-height: 1em;
}



.fallback-image {
  width: 100%;
}


@media screen and (min-width: 640px) {
  .work-link {
    width: 49.2%;
	margin: 0;
	padding: 0.4%;
	}
}



@media screen and (min-width: 1024px) {
  .work-link {
 /*   width: 32.8%; */
	margin: 0;
    padding: 0.2667%;
}
	.flex-container {
	width: 94%;
 	margin: auto auto 40px auto;	
	}
}
	
	
/****** PROJECT ******/

.project-header {
	max-width: 1080px;
	border-top: none;
	border-bottom: none;
	margin: 48px 20px auto 20px;
}

.project-header-text {
	margin: auto auto auto 0;
	max-width: 1080px;
	text-align: left;
}

.project-header p {
	color: black;
	letter-spacing: 0.02em;
	
}

.project-title {
	text-transform: none;
	font-family: din-2014-narrow, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.8em;
	line-height: 1em;
	margin: auto auto 8px auto;
	background-color: none;
}

.project-subtitle {
	text-transform: uppercase;
	font-family: din-2014, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: auto auto 12px auto;
	background-color: none;
	
}

.project-subtitle a,
.project-detail a {
	text-decoration: underline;
	font-weight: 500;
	color: #3962A7;
}

.project-videotitle {
	text-transform: uppercase;
	font-family: din-2014, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: auto auto 4px auto;
	background-color: none;
	
}


.project-detail {
	text-transform: none;
	font-family: din-2014, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 0.95em;
	line-height: 1.2em;
	margin: auto auto 10px auto;
	background-color: none;
}

.role {
	font-weight: 700;
	letter-spacing: 0.05em;
}


.project-blank {
	height: 4px;
}

.bottom-line {
	max-width: 1680px;
	border-top: none;
	margin: 20px 20px 40px 20px;
	text-align: center;
	background-color: none;
}

.bottom-line p {
	margin: 10px auto 20px auto;
	font-family: din-2014-narrow, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 0.8em;
	line-height: 1em;
}



@media screen and (min-width: 1024px) {	
	.project-header
	{
	width: 94%;
 	margin: 60px auto auto auto;
	}
}

@media screen and (min-width: 1024px) {	
	.bottom-line
	{
	width: 94%;
	}
}

@media screen and (min-width: 1024px) {	
	.bottom-line
	{
	width: 94%;
 	margin: 40px auto auto auto;
	}
}


 

.video-container {
	
	max-width: 1080px;
	margin: auto 20px auto 20px;
	background-color: none; 
	text-align: center;
}




@media screen and (min-width: 1024px) {
	.video-container {
	width: 94%;
 	margin: auto auto auto auto;
}

}



.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	z-index: -50;
}


.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}


.video-wrapper-cover {
	position: relative;
	padding-bottom: 28.125%;
	height: 0;
	overflow: hidden;
	z-index: 10;
}

.video-wrapper-cover iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.still { 
  	width: 100%;
	margin: 0;
	padding: 0.3% 0 0.3% 0;
}

.still img {
	width: 100%;
	display: inline-block;
	vertical-align: bottom;
	
}

@media screen and (min-width: 1024px) {
  .still {
    width: 100%;
	margin: 0;
	  } 
}

.still-left,  .still-right { 
  	width: 100%;
	margin: 0;
	padding: 0.3% 0 0.3% 0;
}

.still-left img, .still-right img{
	width: 100%;
	display: inline-block;
	vertical-align: bottom;
	
}

@media screen and (min-width: 1024px) {
  .still-left {
    width: 49.699%;
	margin: 0;
    padding: 0.3% 0.3% 0.3% 0;  
	  } 
	.still-right {
    width: 49.699%;
	margin: 0;
    padding: 0.3% 0 0.3% 0.3%;  
	  } 
}










/****** ABOUT ******/

.wf-container {
	max-width: 1080px;
	margin: auto 20px 40px 20px;
	background-color: none;
	position: relative;
	z-index: 2;
	
}
.wf-container:before,
.wf-container:after {
  content: ' ';
  display: table;
}
.wf-container:after {
	clear: both;
}



@media screen and (min-width: 1024px) {
	.wf-container {
		width: 94%;
 		margin: auto auto 40px auto;
	}
}



.wf-box {
	margin: 0;
	background-color: none;
}



.wf-box img {
  display: block;
  width: 100%;
	padding: 0;
}

@media screen and (min-width: 640px) {
 .wf-box img {
  width: 95%;
  padding: auto auto auto 0;
}
}

figcaption {
	font-family: din-2014, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1em;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	width: 100%;
	padding: auto;
	margin: auto;
}

@media screen and (min-width: 860px) {
figcaption {
    font-size: 1.125em;
	line-height: 1.35em;
}
}

@media screen and (min-width: 1024px) {
figcaption {
    font-size: 1.25em;
	line-height: 1.5em;
}
}



figcaption a {

	text-decoration: none;
	color: black;
	border-bottom: 1px solid black;
	font-weight: 600;
	
}

.contact {
	font-weight: 300;
}


.wf-box figure {
	width: 100%;
	margin: auto;
	background-color: none;
	max-width: 1080px;
}
.wf-column { float: left; }



/****** EPIGRAPH ******/

.epigraph {
	color: #424851;
	width: 60%;
	max-width: 600px;
	border-top: none;
	border-bottom: none;
	margin: 64px auto 64px auto;
	text-align: left;
  	
}

.epigraph-quote {
	font-family: rubiklight_italic;
	word-spacing: 3px;
	font-weight: 200;
	font-style: normal;
	font-size: 1em;
	line-height: 1.32em;
	letter-spacing: -0.01em;
	margin: 10px auto auto auto;
}


.epigraph-author {
	font-family: din-2014, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 0.9em;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	text-align: right;
}

.epigraph-author span {
	font-style: italic;
}
 
@media screen and (min-width: 1024px) {


.epigraph-quote {
	font-size: 1.1em;
}


.epigraph-author {
	font-size: 0.99em;

}
}
	

/****** NAVIGATION WIDE******/

.flex-navigator-wide {
  flex-wrap: wrap;
  background-color: none;
  max-width: 1080px;
  margin: 40px 20px 40px 20px;
  display: none;
	
}

.navigator {
  	width: 33.333%; 
  	font-family: din-2014, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 3em;
}

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

.back-to-projects {
	text-align: center;
}

.next-project {
	text-align: right;
}
	
.previous-project img
{
	width: 108px;
	display: inline-block;
	vertical-align: middle;
}

.back-to-projects img {
	width: 14%;
	max-width: 60px;
	display: inline-block;
	vertical-align: middle;
}

.next-project img {
	max-width: 70.2px;
	display: inline-block;
	vertical-align: middle;
}

@media screen and (min-width: 1024px) {
	.flex-navigator-wide {
	display: flex;	
	width: 94%;
 	margin: 40px auto 40px auto;	
	}
}


/****** NAVIGATION NARROW******/

.flex-navigator-narrow {
  display: flex;
  flex-wrap: wrap;
  background-color: none;
  max-width: 1080px;
  margin: 40px 20px 40px 20px;
	
}

.navigator {
  	width: 33.333%; 
  	font-family: din-2014, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 3em;
}

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

.back-to-projects {
	text-align: center;
}

.next-arrow {
	text-align: right;
}
	
.previous-arrow img
{
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}

.back-to-projects img {
	width: 14%;
	max-width: 30px;
	display: inline-block;
	vertical-align: middle;
}

.next-arrow img {
	max-width: 30px;
	display: inline-block;
	vertical-align: middle;
}

@media screen and (min-width: 1024px) {
	.flex-navigator-narrow {
	width: 94%;
 	margin: 40px auto 40px auto;
	display: none;
	}
}




